From 7a93a90009d8ff9e6b347637183cde1b6bf75302 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 May 2022 11:16:27 +0000 Subject: [PATCH 0001/1154] unixodbc: updated to 2.3.11 2.3.11 Add missing files 2.3.10 Add connection pooling via wide connection functions Remove "#define VERSION" from unixodbc_conf.h Call driver functions through prototypes Add connection pool limit option Add fseeko support in cursor lib Try and prevent logging buffer overflow Add 'echo' option to isql/iusql Alter isql/iusql buffering Alter unicode to ascii conversion in SQLGetDiagField Fix pooling problem when user name and or password is not provided Fix a couple of reported buffer overflow conditions Fix iconv leak with timeout in pooled connection --- databases/unixodbc/Makefile | 5 ++-- databases/unixodbc/PLIST | 25 ++++++-------------- databases/unixodbc/distinfo | 10 ++++---- databases/unixodbc/patches/patch-Makefile.in | 20 +++++++--------- 4 files changed, 23 insertions(+), 37 deletions(-) diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile index e516d5cda4f07..ff727a8e62d9e 100644 --- a/databases/unixodbc/Makefile +++ b/databases/unixodbc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2020/09/14 17:46:39 adam Exp $ +# $NetBSD: Makefile,v 1.44 2022/05/09 11:16:27 adam Exp $ -DISTNAME= unixODBC-2.3.9 +DISTNAME= unixODBC-2.3.11 PKGNAME= ${DISTNAME:S/ODBC/odbc/} CATEGORIES= databases MASTER_SITES= ftp://ftp.unixodbc.org/pub/unixODBC/ @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_STRICT= no # has sub-configures CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --disable-gui -CONFIGURE_ARGS+= --enable-driverc CONFIGURE_ARGS+= --enable-drivers CONFIGURE_ARGS+= --enable-threads PKGCONFIG_OVERRIDE+= DriverManager/odbc.pc.in diff --git a/databases/unixodbc/PLIST b/databases/unixodbc/PLIST index 70180540827c4..4ce612722fa57 100644 --- a/databases/unixodbc/PLIST +++ b/databases/unixodbc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2018/04/14 08:26:34 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2022/05/09 11:16:27 adam Exp $ bin/dltest bin/isql bin/iusql @@ -13,28 +13,17 @@ include/sqlext.h include/sqlspi.h include/sqltypes.h include/sqlucode.h -include/unixodbc_conf.h +include/unixODBC/config.h +include/unixODBC/unixodbc_conf.h +include/unixodbc.h include/uodbc_extras.h include/uodbc_stats.h -lib/libodbc.la -lib/libodbccr.la -lib/libodbcinst.la -${UNIXODBC_DRIVERS_DIR}/libesoobS.la -${UNIXODBC_DRIVERS_DIR}/libmimerS.la ${UNIXODBC_DRIVERS_DIR}/libnn.la -${UNIXODBC_DRIVERS_DIR}/libodbcdrvcfg1S.la -${UNIXODBC_DRIVERS_DIR}/libodbcdrvcfg2S.la -${UNIXODBC_DRIVERS_DIR}/libodbcminiS.la -${UNIXODBC_DRIVERS_DIR}/libodbcmyS.la -${UNIXODBC_DRIVERS_DIR}/libodbcnnS.la ${UNIXODBC_DRIVERS_DIR}/libodbcpsql.la -${UNIXODBC_DRIVERS_DIR}/libodbcpsqlS.la -${UNIXODBC_DRIVERS_DIR}/libodbctxtS.la -${UNIXODBC_DRIVERS_DIR}/liboplodbcS.la -${UNIXODBC_DRIVERS_DIR}/liboraodbcS.la -${UNIXODBC_DRIVERS_DIR}/libsapdbS.la -${UNIXODBC_DRIVERS_DIR}/libtdsS.la ${UNIXODBC_DRIVERS_DIR}/libtemplate.la +lib/libodbc.la +lib/libodbccr.la +lib/libodbcinst.la lib/pkgconfig/odbc.pc lib/pkgconfig/odbccr.pc lib/pkgconfig/odbcinst.pc diff --git a/databases/unixodbc/distinfo b/databases/unixodbc/distinfo index ff741b1edd891..4f496e6873029 100644 --- a/databases/unixodbc/distinfo +++ b/databases/unixodbc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2021/10/26 10:10:07 nia Exp $ +$NetBSD: distinfo,v 1.22 2022/05/09 11:16:27 adam Exp $ -BLAKE2s (unixODBC-2.3.9.tar.gz) = a26bd692227951581446fbfd08f0b548fb8f4b5fd69a1f4a8f6224007d419bcf -SHA512 (unixODBC-2.3.9.tar.gz) = 6637eab751401522e0af775cb104cd07693b82927453a98e5af28e079f4b9f40e1cfab8cb36f509c46dced89b45244bc5ed1a3dda17ba5a52a844e8e82f187bb -Size (unixODBC-2.3.9.tar.gz) = 1676145 bytes -SHA1 (patch-Makefile.in) = bf15efe813f44ae8b56ef2d4f1baa0be034c2028 +BLAKE2s (unixODBC-2.3.11.tar.gz) = 4c160a5ab37682d38fbc960da239c952b552abc55fe5ff227f5673726c518e6d +SHA512 (unixODBC-2.3.11.tar.gz) = dddc32f90a7962e6988e1130a8093c6fb8b9ff532cad270d572250324aecbc739f45f9d8021d217313910bab25b08e69009b4f87456575535e93be1f46f5f13d +Size (unixODBC-2.3.11.tar.gz) = 1752585 bytes +SHA1 (patch-Makefile.in) = 807eb24caff7e01493bb6d60f3b253d9f34fa2fc diff --git a/databases/unixodbc/patches/patch-Makefile.in b/databases/unixodbc/patches/patch-Makefile.in index 048e3f27ac65a..d006f29326551 100644 --- a/databases/unixodbc/patches/patch-Makefile.in +++ b/databases/unixodbc/patches/patch-Makefile.in @@ -1,16 +1,14 @@ -$NetBSD: patch-Makefile.in,v 1.1 2018/08/14 13:04:24 adam Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2022/05/09 11:16:27 adam Exp $ Do not create empty files nor directories in /etc. ---- Makefile.in.orig 2018-08-14 12:57:27.000000000 +0000 +--- Makefile.in.orig 2022-05-04 17:02:55.000000000 +0000 +++ Makefile.in -@@ -961,9 +961,6 @@ uninstall-am: uninstall-pkgconfigDATA +@@ -955,7 +955,6 @@ info-am: + install-data-am: install-includeHEADERS install-pkgconfigDATA \ + install-pkgincludeHEADERS + @$(NORMAL_INSTALL) +- $(MAKE) $(AM_MAKEFLAGS) install-data-hook + install-dvi: install-dvi-recursive - - install-data-am: install-pkgconfigDATA -- -mkdir -p $(DESTDIR)${sysconfdir}/ODBCDataSources -- -touch $(DESTDIR)${sysconfdir}/odbcinst.ini -- -touch $(DESTDIR)${sysconfdir}/odbc.ini - cp unixodbc_conf.h $(DESTDIR)${includedir}/unixodbc_conf.h - - # Tell versions [3.59,3.63) of GNU make to not export all variables. + install-dvi-am: From adb042170ae48e2875964bfd4c1fcb6ca1e97e09 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 May 2022 11:19:31 +0000 Subject: [PATCH 0002/1154] ugrep: updated to 3.7.10 v3.7.10 Updated option -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy match bytes instead of Unicode characters. Additional --stats results with total lines searched and matched, and time elapsed. New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for consistency with the updated options --min-count and --max-count. Updated the --min-count option, which can now be combined with any other option except with -v (--invert-match). Updated option -K (--range) to take a MAX argument instead of a FIRST argument for consistency with other min/max options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. Fixed inconsistent colorization with option -v when used with context options -A, -B and -C. Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. Other minor improvements and fixes. --- textproc/ugrep/Makefile | 4 ++-- textproc/ugrep/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index 86cef7ecf4a32..9d5e10e750e64 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2022/04/10 12:21:30 adam Exp $ +# $NetBSD: Makefile,v 1.35 2022/05/09 11:19:31 adam Exp $ -DISTNAME= ugrep-3.7.9 +DISTNAME= ugrep-3.7.10 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index 11bcf25b80eaa..e8575230c26d8 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2022/04/10 12:21:30 adam Exp $ +$NetBSD: distinfo,v 1.33 2022/05/09 11:19:31 adam Exp $ -BLAKE2s (ugrep-3.7.9.tar.gz) = 58972b61c246517873cbf5d4485eef7fbbaa9f94c5df415c890da9b3698aeb96 -SHA512 (ugrep-3.7.9.tar.gz) = 92b0134074e4e3873d45d96af5514e064fc328ae58fd033c501aea621e23a96adcb50e943e6ec492d868b9cedd67f51f48cb4ad2fe859e2a2a49734225e0aa47 -Size (ugrep-3.7.9.tar.gz) = 4415757 bytes +BLAKE2s (ugrep-3.7.10.tar.gz) = 8bb7318239212a01249c8d2abc88c9ab6aa6876821b919cef0b1829303aefa6d +SHA512 (ugrep-3.7.10.tar.gz) = 14fa8496764aaa17c09f8ae240192355835016aaeeecae917ea3afacca132a84a16d597deae8f0e26f152d3e58889e7770116ca4ed535f791339bebd7fc138d5 +Size (ugrep-3.7.10.tar.gz) = 4416069 bytes From df87392da6102ee3dd57ead2efa8f46073cb98c2 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 May 2022 11:19:51 +0000 Subject: [PATCH 0003/1154] Updated databases/unixodbc, textproc/ugrep --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 995057d33ab12..c8adc8e51caae 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2434 2022/05/09 08:45:52 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.2435 2022/05/09 11:19:51 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3785,3 +3785,5 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-xmltodict to 0.13.0 [adam 2022-05-09] Updated textproc/yq to 2.14.0 [adam 2022-05-09] Updated textproc/guile-json to 4.7.1 [nikita 2022-05-09] + Updated databases/unixodbc to 2.3.11 [adam 2022-05-09] + Updated textproc/ugrep to 3.7.10 [adam 2022-05-09] From 401535370af54bb410a1822a05fd800b45dc4991 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 May 2022 11:34:36 +0000 Subject: [PATCH 0004/1154] ltfs-ltotape: trim whitespace --- filesystems/ltfs-ltotape/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filesystems/ltfs-ltotape/Makefile b/filesystems/ltfs-ltotape/Makefile index 8e2e201b4a158..96348d7b236e8 100644 --- a/filesystems/ltfs-ltotape/Makefile +++ b/filesystems/ltfs-ltotape/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2022/03/24 16:24:13 manu Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/09 11:34:36 adam Exp $ GITHUB_PROJECT= ltfs-backends DISTNAME= v0.2 PKGNAME= ltfs-ltotape-${DISTNAME:S/v//} -PKGREVISION= 7 +PKGREVISION= 7 CATEGORIES= filesystems MASTER_SITES= ${MASTER_SITE_GITHUB:=LinearTapeFileSystem/}/${GITHUB_PROJECT}/archive/ DIST_SUBDIR= ${GITHUB_PROJECT} From 4a108f0fe80d6397e41cb05cc0a51ac7b6e2cb21 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 May 2022 11:52:44 +0000 Subject: [PATCH 0005/1154] clang: PLIST fix for Darwin --- lang/clang/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/clang/PLIST b/lang/clang/PLIST index b9fdf543f31eb..918ff2c74a933 100644 --- a/lang/clang/PLIST +++ b/lang/clang/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2021/11/23 20:55:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.33 2022/05/09 11:52:44 adam Exp $ bin/analyze-build bin/c-index-test bin/clang @@ -850,7 +850,7 @@ lib/cmake/clang/ClangConfig.cmake lib/cmake/clang/ClangTargets-release.cmake lib/cmake/clang/ClangTargets.cmake lib/libclang-cpp.${SOEXT} -lib/libclang-cpp.so.13 +${PLIST.notdylib}lib/libclang-cpp.so.13 lib/libclang.${SOEXT} ${PLIST.notdylib}lib/libclang.${SOEXT}.13 ${PLIST.notdylib}lib/libclang.${SOEXT}.${PKGVERSION} From 50864274c7649e1bef73dada625dbb9c3f00374a Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 May 2022 12:00:15 +0000 Subject: [PATCH 0006/1154] git: updated to 2.36.1 Git v2.36.1 Release Notes ========================= Fixes since v2.36 ----------------- * "git submodule update" without pathspec should silently skip an uninitialized submodule, but it started to become noisy by mistake. * "diff-tree --stdin" has been broken for about a year, but 2.36 release broke it even worse by breaking running the command with , which in turn broke "gitk" and got noticed. This has been corrected by aligning its behaviour to that of "log". * Regression fix for 2.36 where "git name-rev" started to sometimes reference strings after they are freed. * "git show ... -- " lost the pathspec when showing the second and subsequent commits, which has been corrected. * "git fast-export -- " lost the pathspec when showing the second and subsequent commits, which has been corrected. * "git format-patch -- " lost the pathspec when showing the second and subsequent commits, which has been corrected. * Get rid of a bogus and over-eager coccinelle rule. * Correct choices of C compilers used in various CI jobs. Also contains minor documentation updates and code clean-ups. --- devel/git-base/distinfo | 8 ++++---- devel/git/Makefile.version | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/git-base/distinfo b/devel/git-base/distinfo index 6ecb377fb01f5..b2f38e1b6d448 100644 --- a/devel/git-base/distinfo +++ b/devel/git-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.118 2022/05/03 01:26:55 gutteridge Exp $ +$NetBSD: distinfo,v 1.119 2022/05/09 12:00:16 adam Exp $ -BLAKE2s (git-2.36.0.tar.xz) = 3d324b2f7670a2f59a4b0a8f4a280f72d93f062e0eb85104f68e021b6e4c7f90 -SHA512 (git-2.36.0.tar.xz) = dce0d7dbe684af070271830a01bf1b9cc289182f5106f6e3303b1b3a0d5dc74bebf6ac0174373db05a28f5acc62acb095bc9385dabeeecc1d6e8567dce29b766 -Size (git-2.36.0.tar.xz) = 7003024 bytes +BLAKE2s (git-2.36.1.tar.xz) = cb270cd6a16e2669772132c0d8b816b449314b790a9eee873432157a2207ac0c +SHA512 (git-2.36.1.tar.xz) = 459432bd0c1d5a87c828a6fbf6d3473f14bf6b95783b3f27ea4f3af1ba9fd0e712a96a41276a16c6ebeb7ac3583a5f445eedd0a9e19fe160c2c8e309ec58818e +Size (git-2.36.1.tar.xz) = 7004044 bytes SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa SHA1 (patch-Makefile) = e3e07365a22c8612e0f5ff3b7befb2bdd788dfb8 SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886 diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version index dd53c1169623e..7dbef8b7c966a 100644 --- a/devel/git/Makefile.version +++ b/devel/git/Makefile.version @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.104 2022/05/03 01:26:55 gutteridge Exp $ +# $NetBSD: Makefile.version,v 1.105 2022/05/09 12:00:15 adam Exp $ # # used by devel/git/Makefile.common # used by devel/git-cvs/Makefile # used by devel/git-svn/Makefile -GIT_VERSION= 2.36.0 +GIT_VERSION= 2.36.1 From ae603a1420296ea24e7d558bd707aad6d83522a3 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 May 2022 12:01:18 +0000 Subject: [PATCH 0007/1154] Updated devel/git --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c8adc8e51caae..dd4d8b30789d0 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2435 2022/05/09 11:19:51 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2436 2022/05/09 12:01:18 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3787,3 +3787,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/guile-json to 4.7.1 [nikita 2022-05-09] Updated databases/unixodbc to 2.3.11 [adam 2022-05-09] Updated textproc/ugrep to 3.7.10 [adam 2022-05-09] + Updated devel/git to 2.36.1 [adam 2022-05-09] diff --git a/doc/TODO b/doc/TODO index 1d038aaf31c21..dd435ea14f30a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21829 2022/05/08 12:39:03 wiz Exp $ +$NetBSD: TODO,v 1.21830 2022/05/09 12:01:19 adam Exp $ Suggested new packages ====================== @@ -736,7 +736,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o gimp-docs-sv-2.10.0 o gimp-docs-zh_CN-2.10.0 o gindent-2.2.12 - o git-2.36.1 o gitolite-3.6.12 o gjs-1.70.1 o gkrellm-2.3.11 From ea6fa88fffc4dbef630f214c5077cd54d31de10d Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 9 May 2022 12:26:42 +0000 Subject: [PATCH 0008/1154] gnome-terminal: Provide W_EXITCODE compat. --- x11/gnome-terminal/distinfo | 3 ++- x11/gnome-terminal/patches/patch-src_terminal.c | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 x11/gnome-terminal/patches/patch-src_terminal.c diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo index 3e5d69667bb48..7f29a8f1c1e9a 100644 --- a/x11/gnome-terminal/distinfo +++ b/x11/gnome-terminal/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.25 2021/10/26 11:33:50 nia Exp $ +$NetBSD: distinfo,v 1.26 2022/05/09 12:26:42 jperkin Exp $ BLAKE2s (gnome-terminal-3.36.2.tar.xz) = a29f77bb13b2b744ca4cf09cec50c6745d08a7753d0cded64a9b8965a2fc1c87 SHA512 (gnome-terminal-3.36.2.tar.xz) = 0d691452456dd495b812332f206b6f8a590f67d47a6afce582b2ff0587747c36cb1eaf249080c6a3c3540ef22a50628801165d6c17eeb1b821eea1e244f79a91 Size (gnome-terminal-3.36.2.tar.xz) = 2528492 bytes SHA1 (patch-src_server.c) = 5ebccc438850609336295122235ae28a9bdcc1f3 SHA1 (patch-src_terminal-util.c) = 2d70d288ccfac9b97447b6200b225213a9b14eaa +SHA1 (patch-src_terminal.c) = de257a944b5f43c5e385e72c039365306c0d37e6 diff --git a/x11/gnome-terminal/patches/patch-src_terminal.c b/x11/gnome-terminal/patches/patch-src_terminal.c new file mode 100644 index 0000000000000..9435a4b52346e --- /dev/null +++ b/x11/gnome-terminal/patches/patch-src_terminal.c @@ -0,0 +1,17 @@ +$NetBSD: patch-src_terminal.c,v 1.1 2022/05/09 12:26:42 jperkin Exp $ + +Provide W_EXITCODE compat. + +--- src/terminal.c.orig 2020-03-05 21:43:41.000000000 +0000 ++++ src/terminal.c +@@ -44,6 +44,10 @@ + #include "terminal-client-utils.h" + #include "terminal-libgsystem.h" + ++#ifndef W_EXITCODE ++#define W_EXITCODE(ret, sig) ((ret) << 8 | (sig)) ++#endif ++ + GS_DEFINE_CLEANUP_FUNCTION0(TerminalOptions*, gs_local_options_free, terminal_options_free) + #define gs_free_options __attribute__ ((cleanup(gs_local_options_free))) + From b5078e9751c817521ea3a6079642c709ac111940 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 9 May 2022 12:51:04 +0000 Subject: [PATCH 0009/1154] qore: Avoid Linux-specific AF_* interfaces. --- lang/qore/distinfo | 3 ++- lang/qore/patches/patch-lib_ql__lib.qpp | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 lang/qore/patches/patch-lib_ql__lib.qpp diff --git a/lang/qore/distinfo b/lang/qore/distinfo index bdae7e943f8f2..55dcff934da3b 100644 --- a/lang/qore/distinfo +++ b/lang/qore/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.15 2022/01/27 17:39:45 nros Exp $ +$NetBSD: distinfo,v 1.16 2022/05/09 12:51:04 jperkin Exp $ BLAKE2s (qore-1.2.tar.bz2) = 5346943b0712cbbb478b3a713499b50a65d1481914f8a1976a2d964db11ac60f SHA512 (qore-1.2.tar.bz2) = 2e4b9ca981d186777db231a6edb72393a57e03de54417025a734988eb0386f63fdfd2277eb9f65117832f2a56a66721665b7d934f11428219afbb36948df4dc3 Size (qore-1.2.tar.bz2) = 45399125 bytes SHA1 (patch-lib_StatementBlock.cpp) = 90630317a5cee4e089cec51c05e5d895aa8b75f7 +SHA1 (patch-lib_ql__lib.qpp) = a94737d5ed7c930ddc667c5e8be45cd1095d5a4a diff --git a/lang/qore/patches/patch-lib_ql__lib.qpp b/lang/qore/patches/patch-lib_ql__lib.qpp new file mode 100644 index 0000000000000..2d1ec2a0cad74 --- /dev/null +++ b/lang/qore/patches/patch-lib_ql__lib.qpp @@ -0,0 +1,17 @@ +$NetBSD: patch-lib_ql__lib.qpp,v 1.1 2022/05/09 12:51:04 jperkin Exp $ + +Avoid Linux-specific AF_* interfaces. + +--- lib/ql_lib.qpp.orig 2022-01-03 08:32:26.000000000 +0000 ++++ lib/ql_lib.qpp +@@ -67,6 +67,10 @@ + #include + #include + #include ++#if defined(__sun) ++#undef AF_LINK ++#undef AF_PACKET ++#endif + #ifdef AF_LINK + #include + #endif From e54ed6abe7bb86139407259e53c63afb85757ed6 Mon Sep 17 00:00:00 2001 From: gdt Date: Mon, 9 May 2022 14:37:31 +0000 Subject: [PATCH 0010/1154] devel/py-wheel: Reset MAINTAINER (Email ping timed out.) --- devel/py-wheel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-wheel/Makefile b/devel/py-wheel/Makefile index 06ded8398b148..976a90a820c1c 100644 --- a/devel/py-wheel/Makefile +++ b/devel/py-wheel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2022/01/05 15:41:09 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/09 14:37:31 gdt Exp $ DISTNAME= wheel-0.37.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wheel/} -MAINTAINER= kamelderouiche@yahoo.com +MAINTAINER= pkgsrc-users@netbsd.org HOMEPAGE= https://github.com/pypa/wheel COMMENT= Built-package format for Python LICENSE= mit From 476db97650b7ab2cc6303de471bbc987a31a19e8 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:48:08 +0000 Subject: [PATCH 0011/1154] Update to 5.0.2. From the changelog: - Better init.py for backwards compatibility - PythonNativeReporter + PythonNative will resolve from ReporterFactory --- devel/py-approvaltests/Makefile | 4 ++-- devel/py-approvaltests/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-approvaltests/Makefile b/devel/py-approvaltests/Makefile index 5cd3c9eeecc48..7a00e8c559a68 100644 --- a/devel/py-approvaltests/Makefile +++ b/devel/py-approvaltests/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2022/04/25 15:11:53 schmonz Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/09 14:48:08 schmonz Exp $ -DISTNAME= approvaltests-5.0.1 +DISTNAME= approvaltests-5.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/approvaltests/} diff --git a/devel/py-approvaltests/distinfo b/devel/py-approvaltests/distinfo index 5a1584d72a09e..6b766d824b1de 100644 --- a/devel/py-approvaltests/distinfo +++ b/devel/py-approvaltests/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2022/04/25 15:11:53 schmonz Exp $ +$NetBSD: distinfo,v 1.39 2022/05/09 14:48:08 schmonz Exp $ -BLAKE2s (approvaltests-5.0.1.tar.gz) = a936052262f1e01f3d0a30b9268e0d6615dc6e9fdd20d7b1531ab489040ac079 -SHA512 (approvaltests-5.0.1.tar.gz) = b1460652db55791e1fe6c57aeeb7c5af82aeb40ad43186b4aa5dc235ddc137975483d5d8fd036421aef47740b661872853dd1dc2080f44a2bee007fb96390c51 -Size (approvaltests-5.0.1.tar.gz) = 28496 bytes +BLAKE2s (approvaltests-5.0.2.tar.gz) = 3a395b61f29cd07e94a17dcdf20af550756c585829b4bf367ed1e6b1ee8cbcdd +SHA512 (approvaltests-5.0.2.tar.gz) = df8c690e967bf66a640e469f230c3aa2e6c4e01c07f2083386eb18f9218482e815fa2e768a7075d4c3e32e25a945353ec488b91a0585f06eed1f196906c0f186 +Size (approvaltests-5.0.2.tar.gz) = 28973 bytes From c5ccafe87a670e68badbf9c4350d41f728947a2c Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:48:13 +0000 Subject: [PATCH 0012/1154] doc: Updated devel/py-approvaltests to 5.0.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index dd4d8b30789d0..aceedfa74c6b5 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2436 2022/05/09 12:01:18 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2437 2022/05/09 14:48:13 schmonz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3788,3 +3788,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/unixodbc to 2.3.11 [adam 2022-05-09] Updated textproc/ugrep to 3.7.10 [adam 2022-05-09] Updated devel/git to 2.36.1 [adam 2022-05-09] + Updated devel/py-approvaltests to 5.0.2 [schmonz 2022-05-09] From bf2d82a41d23d77b3ddc93caab91df38e25951c4 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:51:23 +0000 Subject: [PATCH 0013/1154] Update to 2.11.2.0. From the changelog: - skalibs features better sysdep autodetection when custom compilation flags are provided, and adds an option to envdir_internal() for unlimited-size variable reading. --- devel/skalibs/Makefile | 14 +++++++++++--- devel/skalibs/distinfo | 10 +++++----- devel/skalibs/patches/patch-configure | 16 +++------------- 3 files changed, 19 insertions(+), 21 deletions(-) diff --git a/devel/skalibs/Makefile b/devel/skalibs/Makefile index e5d5c38a7dda1..e54412dcf219c 100644 --- a/devel/skalibs/Makefile +++ b/devel/skalibs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/12/26 16:42:42 nros Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/09 14:51:23 schmonz Exp $ -DISTNAME= skalibs-2.11.1.0 +DISTNAME= skalibs-2.11.2.0 CATEGORIES= devel MASTER_SITES= ${HOMEPAGE} @@ -16,7 +16,15 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -CPPFLAGS.NetBSD= -D_NETBSD_SOURCE +# for fdopendir +CPPFLAGS.NetBSD+= -D_NETBSD_SOURCE +CPPFLAGS.SunOS+= -D__EXTENSIONS__ + +# from patch-for-solaris +SUBST_CLASSES.SunOS+= solaris +SUBST_STAGE.solaris= pre-configure +SUBST_FILES.solaris= configure +SUBST_SED.solaris= -e 's|XOPEN_SOURCE=700|XOPEN_SOURCE=600|g' INSTALLATION_DIRS= include/skalibs lib/skalibs/sysdeps diff --git a/devel/skalibs/distinfo b/devel/skalibs/distinfo index f935090b27752..94dd9162d827e 100644 --- a/devel/skalibs/distinfo +++ b/devel/skalibs/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2021/12/22 15:59:17 schmonz Exp $ +$NetBSD: distinfo,v 1.16 2022/05/09 14:51:23 schmonz Exp $ -BLAKE2s (skalibs-2.11.1.0.tar.gz) = 8f5e2a3006e744980ced3837467a66d3569c12108627c6b9f90d51992926a657 -SHA512 (skalibs-2.11.1.0.tar.gz) = 7db390b887234437d52f3b9388f7398e92877cde4c93de76532abff64ee1a127524181c53a0fdddd86bd84247d84f704527bd89c5581e27433081862e9970af7 -Size (skalibs-2.11.1.0.tar.gz) = 218300 bytes +BLAKE2s (skalibs-2.11.2.0.tar.gz) = 33462546ca39d521432a00d1d258901652f5a27346b05365b514d1c373270cf1 +SHA512 (skalibs-2.11.2.0.tar.gz) = 174e92be03cfb8ee41d9dc78bfd183a435d01481ad9835b74b38e000012cf6fbadd30f97c27203dbc942102641349626f92000510636dc73f413a5aebd7f7942 +Size (skalibs-2.11.2.0.tar.gz) = 219085 bytes SHA1 (patch-Makefile) = 8fbce6b37c8bac3878d4da9b5138462259a44f6c -SHA1 (patch-configure) = 3294acc39702c5be22554180af103536f3d23d40 +SHA1 (patch-configure) = 1a89adcec51a89a4fc587b24d23c371e04b6978f diff --git a/devel/skalibs/patches/patch-configure b/devel/skalibs/patches/patch-configure index c65cb7a76710b..560e67e2e2f15 100644 --- a/devel/skalibs/patches/patch-configure +++ b/devel/skalibs/patches/patch-configure @@ -1,20 +1,10 @@ -$NetBSD: patch-configure,v 1.4 2021/01/11 18:11:32 schmonz Exp $ +$NetBSD: patch-configure,v 1.5 2022/05/09 14:51:23 schmonz Exp $ -Lower _XOPEN_SOURCE to fix SmartOS build. Libtoolize for shared libraries on Darwin. ---- configure.orig 2020-11-26 09:18:34.000000000 +0000 +--- configure.orig 2022-01-24 11:42:21.000000000 +0000 +++ configure -@@ -337,7 +337,7 @@ trylibs () { - - # Initialize variables - CC_AUTO= --CPPFLAGS_AUTO="-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include" -+CPPFLAGS_AUTO="-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=600 -Isrc/include" - CPPFLAGS_POST="$CPPFLAGS" - CPPFLAGS= - CFLAGS_AUTO="-pipe -Wall" -@@ -694,7 +694,7 @@ else +@@ -697,7 +697,7 @@ else echo "STATIC_LIBS :=" fi if $shared ; then From 99c3c4658293070bb620f12e713127c97b087d2f Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:51:27 +0000 Subject: [PATCH 0014/1154] doc: Updated devel/skalibs to 2.11.2.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index aceedfa74c6b5..c340530d54dcd 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2437 2022/05/09 14:48:13 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.2438 2022/05/09 14:51:27 schmonz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3789,3 +3789,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/ugrep to 3.7.10 [adam 2022-05-09] Updated devel/git to 2.36.1 [adam 2022-05-09] Updated devel/py-approvaltests to 5.0.2 [schmonz 2022-05-09] + Updated devel/skalibs to 2.11.2.0 [buildbox 2022-05-09] From de3b21631ffd5ba56e8f3fd9e4f13befd158ba87 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:53:12 +0000 Subject: [PATCH 0015/1154] Update to 2.8.3.0. From the changelog: - execline adds the -P and -p options to getpid, to get the parent pid or force the default behaviour. --- lang/execline/Makefile | 6 +++--- lang/execline/distinfo | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/execline/Makefile b/lang/execline/Makefile index 06956c84fb347..34fd40f8f61bd 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/12/22 16:00:06 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/09 14:53:12 schmonz Exp $ -DISTNAME= execline-2.8.2.0 +DISTNAME= execline-2.8.3.0 CATEGORIES= lang shells MASTER_SITES= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} @@ -10,7 +10,7 @@ HOMEPAGE= https://skarnet.org/software/execline/ COMMENT= The execline scripting language LICENSE= isc -MANPAGES= v2.8.1.0.4.tar.gz +MANPAGES= v2.8.3.0.2.tar.gz SITES.${MANPAGES}= ${MASTER_SITE_GITHUB:=flexibeast/execline-man-pages/archive/} USE_TOOLS+= gmake diff --git a/lang/execline/distinfo b/lang/execline/distinfo index ae57d72f9a0d0..a8aa6ebc8d21f 100644 --- a/lang/execline/distinfo +++ b/lang/execline/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2021/12/22 16:00:06 schmonz Exp $ +$NetBSD: distinfo,v 1.10 2022/05/09 14:53:12 schmonz Exp $ -BLAKE2s (execline-2.8.2.0.tar.gz) = 8d4d4fefa77b273663a42d3c69fc081e69e4222d001d0b632e234c9c7cd2a6c3 -SHA512 (execline-2.8.2.0.tar.gz) = 9a2c21fbddfc4bce69857fa906fcbb7b17b0cd1009a33a9f3bbcce69ff443af82704d74b792e2d4393eb6d7de9888a5bc74ff208c31485d3398b0dea07368a15 -Size (execline-2.8.2.0.tar.gz) = 98438 bytes -BLAKE2s (v2.8.1.0.4.tar.gz) = c77ae7fdaa9f4b1c305484e491505866f1402bbd7834da4c035cab23774c058d -SHA512 (v2.8.1.0.4.tar.gz) = 1c8a9d3a5637d50a1d1632e78db1cbf89b2051b43b77da6de1e28f098916c43e4657dd026f365448a7042da0d5083c739cb0914829633113e70f42924090b680 -Size (v2.8.1.0.4.tar.gz) = 35798 bytes +BLAKE2s (execline-2.8.3.0.tar.gz) = f5d379be13eb4f6fe9416088a276d20bd08acca3f2c956077f9e2f923c6eab52 +SHA512 (execline-2.8.3.0.tar.gz) = 40f4697a8165616848ed36dcb31a5859dee55a47439d13908a387550e8f53ca8fffe3bcb3e0462cb93f694c8fb483b14e152f92e6f9d0d536cdab9d94be9c53a +Size (execline-2.8.3.0.tar.gz) = 98448 bytes +BLAKE2s (v2.8.3.0.2.tar.gz) = 856ff45696e18c59f961d6409e780655329ad409a1feaec6374a25d98ef0a0f1 +SHA512 (v2.8.3.0.2.tar.gz) = cb292a8d4067719f3271b7663c0a35d5c13236c92992af897b601413129dc6fce81e3d89e70ad15e39d5af3bd7abc2cdc18e3d93246e327b7340d6c9c5abcd9e +Size (v2.8.3.0.2.tar.gz) = 36394 bytes From 6e293d2102909efac7292a1f2a80b728a2d9d0d0 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:53:16 +0000 Subject: [PATCH 0016/1154] doc: Updated lang/execline to 2.8.3.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c340530d54dcd..e1e5b526e1d2a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2438 2022/05/09 14:51:27 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.2439 2022/05/09 14:53:16 schmonz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3790,3 +3790,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/git to 2.36.1 [adam 2022-05-09] Updated devel/py-approvaltests to 5.0.2 [schmonz 2022-05-09] Updated devel/skalibs to 2.11.2.0 [buildbox 2022-05-09] + Updated lang/execline to 2.8.3.0 [buildbox 2022-05-09] From 694b62b1ee988b8bad21b5b170c73705e692ef45 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:54:03 +0000 Subject: [PATCH 0017/1154] Update to 2.11.1.0. From the changelog: - s6 features world-usable s6-applyuidgid and s6-setuidgid, as well as a new -L option to s6-envdir for unlimited-size variable reading. --- sysutils/s6/Makefile | 6 +++--- sysutils/s6/distinfo | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sysutils/s6/Makefile b/sysutils/s6/Makefile index 736444caf8e12..ac9d8e7249452 100644 --- a/sysutils/s6/Makefile +++ b/sysutils/s6/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/12/22 16:03:27 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/09 14:54:03 schmonz Exp $ -DISTNAME= s6-2.11.0.1 +DISTNAME= s6-2.11.1.0 CATEGORIES= sysutils MASTER_SITES= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} @@ -10,7 +10,7 @@ HOMEPAGE= https://skarnet.org/software/s6/ COMMENT= The s6 supervision suite LICENSE= isc -MANPAGES= v2.11.0.0.5.tar.gz +MANPAGES= v2.11.1.0.1.tar.gz SITES.${MANPAGES}= ${MASTER_SITE_GITHUB:=flexibeast/s6-man-pages/archive/} USE_TOOLS+= gmake diff --git a/sysutils/s6/distinfo b/sysutils/s6/distinfo index a4739fc2c082e..eb84bda36eb39 100644 --- a/sysutils/s6/distinfo +++ b/sysutils/s6/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2021/12/22 16:03:27 schmonz Exp $ +$NetBSD: distinfo,v 1.11 2022/05/09 14:54:03 schmonz Exp $ -BLAKE2s (s6-2.11.0.1.tar.gz) = 418ce21ec921d24d92f1ab4137d371f7d6f5e6625a32da9f21b87cd16089e4d1 -SHA512 (s6-2.11.0.1.tar.gz) = e833ae42d7094a46eea4d914c8e9b07b030cab2c6010c1d7698a070d14adbb62a614822a9575a3064a6b8a5a856146fc9fa27661f0d84569dac14ad6cdbf84d9 -Size (s6-2.11.0.1.tar.gz) = 227802 bytes -BLAKE2s (v2.11.0.0.5.tar.gz) = 6270783d120f9d12df449fa823be10259a1b9ca30fa06dc83e8d99269f2e358e -SHA512 (v2.11.0.0.5.tar.gz) = 30ce72e7d8bc6fdd3a384bbaea51a7e1974f6b4ad18d7633de9240adb9724368476c763c39ccfd7fb1a8d33dd15276ae8a998d531f18138bc40699244c9a99c3 -Size (v2.11.0.0.5.tar.gz) = 87116 bytes +BLAKE2s (s6-2.11.1.0.tar.gz) = caee4ba3dc65698034b4ba690fbe6da8ae59def6a15fa29a6091ac1f61b3e455 +SHA512 (s6-2.11.1.0.tar.gz) = ab3cb4a61fae21537eacffdaa427a0a6b23b12088586f0cd8dc993e0de29e9863d04c8706cb044acdc08254002b19eb5f894262d37348d467f8c713d8124e738 +Size (s6-2.11.1.0.tar.gz) = 228745 bytes +BLAKE2s (v2.11.1.0.1.tar.gz) = 3ce0a7fe1212ec232be6a56d4be414e9346effb41d16267f60424ac465f99db4 +SHA512 (v2.11.1.0.1.tar.gz) = 1156970a3477c1dd3f71b914109bf70a59472f5e52cd147e7cc43c24eb69d7a06bd900fec1dfa870a3cbd068a7ac4c1e2288d5f9055b7c9af23360306d8cdd71 +Size (v2.11.1.0.1.tar.gz) = 87269 bytes From 2327aa7604acd78a9b993ae4d8c3ab0868ab120e Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:54:08 +0000 Subject: [PATCH 0018/1154] doc: Updated sysutils/s6 to 2.11.1.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e1e5b526e1d2a..6f164dc99ae46 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2439 2022/05/09 14:53:16 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.2440 2022/05/09 14:54:08 schmonz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3791,3 +3791,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-approvaltests to 5.0.2 [schmonz 2022-05-09] Updated devel/skalibs to 2.11.2.0 [buildbox 2022-05-09] Updated lang/execline to 2.8.3.0 [buildbox 2022-05-09] + Updated sysutils/s6 to 2.11.1.0 [buildbox 2022-05-09] From 1ab4a2e8bf7b3e082bf1e6247f75c66004e0b540 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:54:30 +0000 Subject: [PATCH 0019/1154] Update to 2.2.4.0. From the changelog: - s6-portable-utils adds a -N option to s6-dumpenv (add a newline after dumping a variable) for easier reading back via s6-envdir. --- misc/s6-portable-utils/Makefile | 7 +++++-- misc/s6-portable-utils/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/misc/s6-portable-utils/Makefile b/misc/s6-portable-utils/Makefile index 53ccccd2b12a9..0c9a84412879c 100644 --- a/misc/s6-portable-utils/Makefile +++ b/misc/s6-portable-utils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/12/22 16:04:36 schmonz Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/09 14:54:30 schmonz Exp $ -DISTNAME= s6-portable-utils-2.2.3.4 +DISTNAME= s6-portable-utils-2.2.4.0 CATEGORIES= misc MASTER_SITES= ${HOMEPAGE} @@ -9,6 +9,9 @@ HOMEPAGE= https://www.skarnet.org/software/s6-portable-utils/ COMMENT= Tiny portable generic utilties LICENSE= isc +MANPAGES= v2.2.4.0.1.tar.gz +SITES.${MANPAGES}= ${MASTER_SITE_GITHUB:=flexibeast/s6-portable-utils-man-pages/archive/} + USE_TOOLS+= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} diff --git a/misc/s6-portable-utils/distinfo b/misc/s6-portable-utils/distinfo index 4688ed0806840..c956e5ba2ddeb 100644 --- a/misc/s6-portable-utils/distinfo +++ b/misc/s6-portable-utils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/12/22 16:04:36 schmonz Exp $ +$NetBSD: distinfo,v 1.8 2022/05/09 14:54:30 schmonz Exp $ -BLAKE2s (s6-portable-utils-2.2.3.4.tar.gz) = 95473254cc1562f3ebf8b52fdb0b30a5b5f4606d80577a9da2833ad8bb3c996f -SHA512 (s6-portable-utils-2.2.3.4.tar.gz) = 1bb9f7bd1c00d12d8434dbabb7061fe589ee9de9f0745399aacf560712bb0c9b4df2dbc221b0c8144c351e9976982c7a7e69dd127517281799d810596d8db5a2 -Size (s6-portable-utils-2.2.3.4.tar.gz) = 50120 bytes +BLAKE2s (s6-portable-utils-2.2.4.0.tar.gz) = f62d6b879fc2e4afbaa3a3a6faf35ad8aa1a4e3af52f789f8c52646ee3ef02b1 +SHA512 (s6-portable-utils-2.2.4.0.tar.gz) = 35b62aff76b9fbf978e81dad2f343a2542cb4a853530948cc3b446b20e8d5f976d1624194c2aad6e0277b73d23d5cecf2142e3f2916bd152ad62342fc30fe07a +Size (s6-portable-utils-2.2.4.0.tar.gz) = 50343 bytes From 6de8ab3ee9add518c511a703c7b4cecb157980ce Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 14:54:35 +0000 Subject: [PATCH 0020/1154] doc: Updated misc/s6-portable-utils to 2.2.4.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6f164dc99ae46..ffd6ab99bb45d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2440 2022/05/09 14:54:08 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.2441 2022/05/09 14:54:35 schmonz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3792,3 +3792,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/skalibs to 2.11.2.0 [buildbox 2022-05-09] Updated lang/execline to 2.8.3.0 [buildbox 2022-05-09] Updated sysutils/s6 to 2.11.1.0 [buildbox 2022-05-09] + Updated misc/s6-portable-utils to 2.2.4.0 [buildbox 2022-05-09] From 02143bc258b4814a63b2f2a4e7d0b944a19c7748 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 9 May 2022 15:21:19 +0000 Subject: [PATCH 0021/1154] opendoas: Work around some blatant problems on NetBSD with implict function declaration and improper linkage. --- security/opendoas/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/opendoas/Makefile b/security/opendoas/Makefile index 038363d4abde2..3e28a94d0e204 100644 --- a/security/opendoas/Makefile +++ b/security/opendoas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/11/26 08:40:40 pin Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/09 15:21:19 nia Exp $ DISTNAME= opendoas-6.8.1 CATEGORIES= security @@ -14,6 +14,9 @@ CONFLICTS= doas-[0-9]* WRKSRC= ${WRKDIR}/OpenDoas-${PKGVERSION_NOREV} +CFLAGS.NetBSD+= -D_OPENBSD_SOURCE +LDFLAGS.NetBSD+= -lutil + SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.paths= pre-configure From 9338ba8333f0c7a84a72d496eaa02fbd9455c4e2 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 9 May 2022 15:32:31 +0000 Subject: [PATCH 0022/1154] evolution: we are BROKEN --- mail/evolution/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 6e0dd99d148a2..5692b0bad5337 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.260 2022/04/18 19:09:56 adam Exp $ +# $NetBSD: Makefile,v 1.261 2022/05/09 15:32:31 nia Exp $ DISTNAME= evolution-3.34.1 PKGREVISION= 15 @@ -16,6 +16,8 @@ USE_TOOLS+= pkg-config itstool USE_TOOLS+= intltool msgfmt msgmerge xgettext USE_TOOLS+= gdbus-codegen +BROKEN+= "Incompatible with latest evolution-data-server, needs update" + DEPENDS+= highlight-[0-9]*:../../textproc/highlight LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/evolution From fcab66e5de2988a7d96e394b714953733a454cf1 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 9 May 2022 15:35:31 +0000 Subject: [PATCH 0023/1154] mk: Stop defaulting to -Werror with BSD makefiles outside the NetBSD source tree --- mk/bsd.pkg.use.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index 1841fdbd772cf..2053ec255759f 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.70 2021/08/28 08:07:39 nia Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.71 2022/05/09 15:35:31 nia Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -27,9 +27,11 @@ MAKE_ENV+= NOCTF=yes . endif . if defined(HAVE_LLVM) MAKE_ENV+= HAVE_LLVM=${HAVE_LLVM:Q} +MAKE_ENV+= NOCLANGERROR=1 . endif . if defined(HAVE_GCC) MAKE_ENV+= HAVE_GCC=${HAVE_GCC:Q} +MAKE_ENV+= NOGCCERROR=1 . endif .endif From 077bff2bfcb99dac28dbe10f625085c0acfa2fce Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 9 May 2022 15:56:08 +0000 Subject: [PATCH 0024/1154] unicap: remove. this has significantly bitrotted in the face of newer v4l2 interfaces and newer ffmpegs. --- graphics/Makefile | 3 +- graphics/unicap/DESCR | 2 - graphics/unicap/Makefile | 38 -------- graphics/unicap/PLIST | 70 --------------- graphics/unicap/buildlink3.mk | 16 ---- graphics/unicap/distinfo | 23 ----- graphics/unicap/patches/patch-aa | 18 ---- graphics/unicap/patches/patch-ab | 15 ---- graphics/unicap/patches/patch-ac | 19 ---- graphics/unicap/patches/patch-ad | 15 ---- graphics/unicap/patches/patch-ae | 18 ---- graphics/unicap/patches/patch-af | 15 ---- graphics/unicap/patches/patch-ag | 18 ---- graphics/unicap/patches/patch-ah | 46 ---------- graphics/unicap/patches/patch-ai | 18 ---- graphics/unicap/patches/patch-aj | 17 ---- graphics/unicap/patches/patch-ak | 18 ---- graphics/unicap/patches/patch-al | 18 ---- graphics/unicap/patches/patch-am | 26 ------ graphics/unicap/patches/patch-an | 58 ------------ graphics/unicap/patches/patch-ap | 149 ------------------------------- graphics/unicap/patches/patch-aq | 23 ----- graphics/unicap/patches/patch-ar | 23 ----- graphics/unicap/patches/patch-as | 13 --- 24 files changed, 1 insertion(+), 678 deletions(-) delete mode 100644 graphics/unicap/DESCR delete mode 100644 graphics/unicap/Makefile delete mode 100644 graphics/unicap/PLIST delete mode 100644 graphics/unicap/buildlink3.mk delete mode 100644 graphics/unicap/distinfo delete mode 100644 graphics/unicap/patches/patch-aa delete mode 100644 graphics/unicap/patches/patch-ab delete mode 100644 graphics/unicap/patches/patch-ac delete mode 100644 graphics/unicap/patches/patch-ad delete mode 100644 graphics/unicap/patches/patch-ae delete mode 100644 graphics/unicap/patches/patch-af delete mode 100644 graphics/unicap/patches/patch-ag delete mode 100644 graphics/unicap/patches/patch-ah delete mode 100644 graphics/unicap/patches/patch-ai delete mode 100644 graphics/unicap/patches/patch-aj delete mode 100644 graphics/unicap/patches/patch-ak delete mode 100644 graphics/unicap/patches/patch-al delete mode 100644 graphics/unicap/patches/patch-am delete mode 100644 graphics/unicap/patches/patch-an delete mode 100644 graphics/unicap/patches/patch-ap delete mode 100644 graphics/unicap/patches/patch-aq delete mode 100644 graphics/unicap/patches/patch-ar delete mode 100644 graphics/unicap/patches/patch-as diff --git a/graphics/Makefile b/graphics/Makefile index dfdc7c3936fcb..685c2122407d4 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.970 2022/04/26 10:52:16 adam Exp $ +# $NetBSD: Makefile,v 1.971 2022/05/09 15:56:08 nia Exp $ # COMMENT= Graphics tools and libraries @@ -811,7 +811,6 @@ SUBDIR+= tuxpaint SUBDIR+= tuxpaint-config SUBDIR+= tuxpaint-stamps SUBDIR+= ucview -SUBDIR+= unicap SUBDIR+= urt SUBDIR+= vcg SUBDIR+= veusz diff --git a/graphics/unicap/DESCR b/graphics/unicap/DESCR deleted file mode 100644 index 4f1487e8a445c..0000000000000 --- a/graphics/unicap/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -unicap provides a uniform interface to video capture devices. It allows -applications to use any supported video capture device via a single API. diff --git a/graphics/unicap/Makefile b/graphics/unicap/Makefile deleted file mode 100644 index 1323312c1b549..0000000000000 --- a/graphics/unicap/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $NetBSD: Makefile,v 1.55 2021/12/08 16:05:07 adam Exp $ - -DISTNAME= unicap-0.9.3 -PKGREVISION= 47 -CATEGORIES= graphics -MASTER_SITES= http://unicap-imaging.org/downloads/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://unicap-imaging.org/ -COMMENT= Uniform interface to video capture devices - -USE_TOOLS+= perl pkg-config gmake intltool msgfmt -USE_LIBTOOL= yes -USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= yes - -CHECK_PORTABILITY_SKIP+= configure.in - -CONFIGURE_ARGS+= --disable-v4l -CONFIGURE_ARGS+= --disable-vid21394 -CONFIGURE_ARGS+= --enable-ucil-theora -#CONFIGURE_ARGS+= --enable-ucil-avcodec - -.if exists(/usr/include/sys/videoio.h) -CONFIGURE_ARGS+= --enable-v4l2 -.else -CONFIGURE_ARGS+= --disable-v4l2 -.endif - -.include "../../devel/pango/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -#.include "../../multimedia/ffmpeg1/buildlink3.mk" -.include "../../multimedia/libtheora/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/libICE/buildlink3.mk" -.include "../../x11/libXv/buildlink3.mk" -.include "../../x11/libX11/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/unicap/PLIST b/graphics/unicap/PLIST deleted file mode 100644 index c7867c76c1303..0000000000000 --- a/graphics/unicap/PLIST +++ /dev/null @@ -1,70 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:59:30 joerg Exp $ -include/unicap/ucil.h -include/unicap/ucil_png.h -include/unicap/ucil_version.h -include/unicap/unicap.h -include/unicap/unicap_status.h -include/unicap/unicap_version.h -include/unicap/unicapgtk.h -include/unicap/unicapgtk_device_property.h -include/unicap/unicapgtk_device_selection.h -include/unicap/unicapgtk_property_dialog.h -include/unicap/unicapgtk_version.h -include/unicap/unicapgtk_video_display.h -include/unicap/unicapgtk_video_format_selection.h -lib/libucil.la -lib/libunicap.la -lib/libunicapgtk.la -lib/pkgconfig/libucil.pc -lib/pkgconfig/libunicap.pc -lib/pkgconfig/libunicapgtk.pc -lib/unicap2/cpi/libv4l2cpi.la -share/gtk-doc/html/libucil/ch01.html -share/gtk-doc/html/libucil/home.png -share/gtk-doc/html/libucil/index.html -share/gtk-doc/html/libucil/index.sgml -share/gtk-doc/html/libucil/left.png -share/gtk-doc/html/libucil/libucil-colorspace.html -share/gtk-doc/html/libucil/libucil-draw.html -share/gtk-doc/html/libucil/libucil-mpeg.html -share/gtk-doc/html/libucil/libucil-queue.html -share/gtk-doc/html/libucil/libucil-ucil-theora.html -share/gtk-doc/html/libucil/libucil-ucil-version.html -share/gtk-doc/html/libucil/libucil-ucil.html -share/gtk-doc/html/libucil/libucil-yuvops.html -share/gtk-doc/html/libucil/libucil.devhelp -share/gtk-doc/html/libucil/libucil.devhelp2 -share/gtk-doc/html/libucil/right.png -share/gtk-doc/html/libucil/style.css -share/gtk-doc/html/libucil/up.png -share/gtk-doc/html/libunicap/ch01.html -share/gtk-doc/html/libunicap/home.png -share/gtk-doc/html/libunicap/index.html -share/gtk-doc/html/libunicap/index.sgml -share/gtk-doc/html/libunicap/left.png -share/gtk-doc/html/libunicap/libunicap-unicap.html -share/gtk-doc/html/libunicap/libunicap.devhelp -share/gtk-doc/html/libunicap/libunicap.devhelp2 -share/gtk-doc/html/libunicap/right.png -share/gtk-doc/html/libunicap/style.css -share/gtk-doc/html/libunicap/up.png -share/gtk-doc/html/libunicapgtk/UnicapgtkDeviceProperty.html -share/gtk-doc/html/libunicapgtk/UnicapgtkDeviceSelection.html -share/gtk-doc/html/libunicapgtk/UnicapgtkPropertyDialog.html -share/gtk-doc/html/libunicapgtk/UnicapgtkVideoDisplay.html -share/gtk-doc/html/libunicapgtk/ch01.html -share/gtk-doc/html/libunicapgtk/home.png -share/gtk-doc/html/libunicapgtk/index.html -share/gtk-doc/html/libunicapgtk/index.sgml -share/gtk-doc/html/libunicapgtk/left.png -share/gtk-doc/html/libunicapgtk/libunicapgtk-UnicapgtkVideoFormatSelection.html -share/gtk-doc/html/libunicapgtk/libunicapgtk-unicapgtk-version.html -share/gtk-doc/html/libunicapgtk/libunicapgtk-unicapgtk.html -share/gtk-doc/html/libunicapgtk/libunicapgtk.devhelp -share/gtk-doc/html/libunicapgtk/libunicapgtk.devhelp2 -share/gtk-doc/html/libunicapgtk/right.png -share/gtk-doc/html/libunicapgtk/style.css -share/gtk-doc/html/libunicapgtk/up.png -share/locale/de/LC_MESSAGES/unicap.mo -share/locale/fr/LC_MESSAGES/unicap.mo -share/locale/ru/LC_MESSAGES/unicap.mo diff --git a/graphics/unicap/buildlink3.mk b/graphics/unicap/buildlink3.mk deleted file mode 100644 index 7e1bfb9db022a..0000000000000 --- a/graphics/unicap/buildlink3.mk +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:24:45 joerg Exp $ - -BUILDLINK_TREE+= unicap - -.if !defined(UNICAP_BUILDLINK3_MK) -UNICAP_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.unicap+= unicap>=0.9.1 -BUILDLINK_ABI_DEPENDS.unicap+= unicap>=0.9.1 -BUILDLINK_PKGSRCDIR.unicap?= ../../graphics/unicap - -.include "../../x11/libXv/buildlink3.mk" -.include "../../multimedia/libtheora/buildlink3.mk" -.endif # UNICAP_BUILDLINK3_MK - -BUILDLINK_TREE+= -unicap diff --git a/graphics/unicap/distinfo b/graphics/unicap/distinfo deleted file mode 100644 index 63f72f29d8854..0000000000000 --- a/graphics/unicap/distinfo +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:47:21 nia Exp $ - -BLAKE2s (unicap-0.9.3.tar.gz) = 301a5e7a14c253550ce3520c82bec7800d2094ce02a42d33666bb82019b8a14d -SHA512 (unicap-0.9.3.tar.gz) = c72dadf9b39e8329d835f7ef4d96c02a1aaff2e31c7140fbb647c5c670d198e5706282b83ffba8cc7128f8f6b466cb764199ff3ade3c35ec2ca31d4773ae87a2 -Size (unicap-0.9.3.tar.gz) = 1324790 bytes -SHA1 (patch-aa) = 080a2e5f3a38bdc1b1567f3cda73916ec5ce2f2f -SHA1 (patch-ab) = 16385141151b2973b9cf0e00fe122388e0e93797 -SHA1 (patch-ac) = 49c8fdd5fce8c81dd4b97cf35ba05c4377bc2d3c -SHA1 (patch-ad) = 96ec900cd2afefc6d611b35b304989ca1275be77 -SHA1 (patch-ae) = ba19f88df154be2b401b5d63fd2700c7bb62ed95 -SHA1 (patch-af) = 7a334380a70306205d156b130e50571d71d8438c -SHA1 (patch-ag) = 3d89e6f7ec3b9d72f086a9354bad12b1428d4126 -SHA1 (patch-ah) = a309bba2e721fe15c91960b46355dce9fc674c9f -SHA1 (patch-ai) = 3e60f4d817fc506573103982201a0b05f76df3f5 -SHA1 (patch-aj) = c04fa9aeb3c6fc93524019b1d69f6b3da6b62bc6 -SHA1 (patch-ak) = 41025b0d650d8e06a2f4950b5113414f5a4d6ec1 -SHA1 (patch-al) = cc6b286f54b902907e49028797e644af9eaff132 -SHA1 (patch-am) = 32c85d4c7353a9f2130a7105067f555365fcc883 -SHA1 (patch-an) = 8167ed1f1f3a7882f3c07feaddaf429a90bf1902 -SHA1 (patch-ap) = 29cb7f81e4e56c0178c453fe80f2c576eefeb6c6 -SHA1 (patch-aq) = 396dae0f7695bd816479117b50f577d67aa6efbc -SHA1 (patch-ar) = d0a2b4411ca9df52b0041cd532779ccb9fc1efdf -SHA1 (patch-as) = 56db81f3a643f3c15d1c7572c63af23728c4b4eb diff --git a/graphics/unicap/patches/patch-aa b/graphics/unicap/patches/patch-aa deleted file mode 100644 index f744f4fd4f849..0000000000000 --- a/graphics/unicap/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- libucil/colorspace.c.orig 2008-10-01 04:14:46.000000000 -0400 -+++ libucil/colorspace.c -@@ -25,7 +25,12 @@ - #endif //HAVE_AVCODEC - - #include -+#ifdef __linux__ - #include -+#elif defined(__NetBSD__) -+/* for __uN/__sN typedefs */ -+#include -+#endif - #include - #include - diff --git a/graphics/unicap/patches/patch-ab b/graphics/unicap/patches/patch-ab deleted file mode 100644 index e42590c389c79..0000000000000 --- a/graphics/unicap/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- libucil/colorspace.h.orig 2008-09-10 12:09:59.000000000 -0400 -+++ libucil/colorspace.h -@@ -21,7 +21,9 @@ - #define __COLORSPACE_H__ - - #include -+#ifdef __linux__ - #include -+#endif - - #include "unicap.h" - diff --git a/graphics/unicap/patches/patch-ac b/graphics/unicap/patches/patch-ac deleted file mode 100644 index 1a765a681fc24..0000000000000 --- a/graphics/unicap/patches/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- libucil/yuvops.c.orig 2008-06-12 11:25:11.000000000 -0400 -+++ libucil/yuvops.c -@@ -13,8 +13,12 @@ - #include "ucil.h" - - #include -+#ifdef __linux__ - #include -- -+#elif defined(__NetBSD__) -+/* for __uN/__sN typedefs */ -+#include -+#endif - - - #define CLIP(v,l,h) (((v)<(l))?(l):(v)>(h)?(h):(v)) diff --git a/graphics/unicap/patches/patch-ad b/graphics/unicap/patches/patch-ad deleted file mode 100644 index ca72f25d77c05..0000000000000 --- a/graphics/unicap/patches/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- libucil/rgbops.c.orig 2008-06-12 11:25:11.000000000 -0400 -+++ libucil/rgbops.c -@@ -13,7 +13,9 @@ - #include "ucil.h" - - #include -+#ifdef __linux__ - #include -+#endif - - - void ucil_blend_rgb24_a( unicap_data_buffer_t *dest, diff --git a/graphics/unicap/patches/patch-ae b/graphics/unicap/patches/patch-ae deleted file mode 100644 index ff88bd5e6313f..0000000000000 --- a/graphics/unicap/patches/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- libucil/avi.h.orig 2008-06-12 11:25:11.000000000 -0400 -+++ libucil/avi.h -@@ -21,7 +21,12 @@ - # define AVI_H_ - - #include -+#ifdef __linux__ - #include -+#elif defined(__NetBSD__) -+/* for __uN/__sN typedefs */ -+#include -+#endif - - typedef struct - { diff --git a/graphics/unicap/patches/patch-af b/graphics/unicap/patches/patch-af deleted file mode 100644 index a6be04d8be901..0000000000000 --- a/graphics/unicap/patches/patch-af +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-af,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- libucil/ucil_rawavi.c.orig 2008-08-20 12:31:37.000000000 -0400 -+++ libucil/ucil_rawavi.c -@@ -27,7 +27,9 @@ - #include - - #include -+#ifdef __linux__ - #include -+#endif - #include - #include - #include diff --git a/graphics/unicap/patches/patch-ag b/graphics/unicap/patches/patch-ag deleted file mode 100644 index 8041f9049d2d1..0000000000000 --- a/graphics/unicap/patches/patch-ag +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- libunicapgtk/backend_xv.c.orig 2008-09-17 05:43:20.000000000 -0400 -+++ libunicapgtk/backend_xv.c -@@ -20,9 +20,10 @@ - #include "config.h" - - #include -+#include -+#ifdef __linux__ - #include --#include --#include -+#endif - #include - #include - #include diff --git a/graphics/unicap/patches/patch-ah b/graphics/unicap/patches/patch-ah deleted file mode 100644 index 8823019f3ba01..0000000000000 --- a/graphics/unicap/patches/patch-ah +++ /dev/null @@ -1,46 +0,0 @@ -$NetBSD: patch-ah,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- cpi/v4l2cpi/v4l2.c.orig 2008-10-03 12:20:06.000000000 -0400 -+++ cpi/v4l2cpi/v4l2.c -@@ -43,8 +43,12 @@ - #include - #include - -+#ifdef __linux__ - #include - #include -+#elif defined(__NetBSD__) -+#include -+#endif - #include "v4l2.h" - - #include "tisuvccam.h" -@@ -2396,11 +2400,15 @@ static void v4l2_capture_thread( v4l2_ha - - old_index = handle->dqindex; - -+#ifdef __NetBSD__ -+ sem_wait( &handle->sema ); -+#else - if( sem_timedwait( &handle->sema, &abs_timeout ) ) - { - TRACE( "SEM_WAIT FAILED\n" ); - continue; - } -+#endif - - if( ( ( handle->dqindex + 1 ) % handle->buffer_count ) == handle->qindex ) - { -@@ -2503,7 +2511,11 @@ static void v4l2_capture_thread( v4l2_ha - - if( handle->io_method == CPI_V4L2_IO_METHOD_MMAP ) - { -+#ifdef __NetBSD__ -+ while( sem_wait( &handle->sema ) ) -+#else - while( sem_timedwait( &handle->sema, &abs_timeout ) ) -+#endif - { - TRACE( "SEM_WAIT FAILED!\n" ); - gettimeofday( &ctime, NULL ); diff --git a/graphics/unicap/patches/patch-ai b/graphics/unicap/patches/patch-ai deleted file mode 100644 index 1ad6114974ca3..0000000000000 --- a/graphics/unicap/patches/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ai,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- cpi/v4l2cpi/tisuvccam.h.orig 2008-09-18 05:42:49.000000000 -0400 -+++ cpi/v4l2cpi/tisuvccam.h -@@ -13,8 +13,12 @@ - - #include - #include -+#ifdef __linux__ - #include - #include -+#elif defined(__NetBSD__) -+#include -+#endif - #include - #include "v4l2.h" - diff --git a/graphics/unicap/patches/patch-aj b/graphics/unicap/patches/patch-aj deleted file mode 100644 index b5cb216713ecb..0000000000000 --- a/graphics/unicap/patches/patch-aj +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aj,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- cpi/v4l2cpi/tiseuvccam.h.orig 2008-09-18 05:44:35.000000000 -0400 -+++ cpi/v4l2cpi/tiseuvccam.h -@@ -9,7 +9,11 @@ - - #include - #include -+#ifdef __linux__ - #include -+#elif defined(__NetBSD__) -+#include -+#endif - #include "v4l2.h" - - int tiseuvccam_probe( v4l2_handle_t handle, const char *path ); diff --git a/graphics/unicap/patches/patch-ak b/graphics/unicap/patches/patch-ak deleted file mode 100644 index bb2712ea16de0..0000000000000 --- a/graphics/unicap/patches/patch-ak +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ak,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- cpi/v4l2cpi/uvcvideo.h.orig 2008-06-12 11:25:05.000000000 -0400 -+++ cpi/v4l2cpi/uvcvideo.h -@@ -1,8 +1,12 @@ - #ifndef _USB_VIDEO_H_ - #define _USB_VIDEO_H_ - -+#ifdef __linux__ - #include - #include -+#elif defined(__NetBSD__) -+#include -+#endif - - #include "uvc_compat.h" - diff --git a/graphics/unicap/patches/patch-al b/graphics/unicap/patches/patch-al deleted file mode 100644 index a0c2e65a5bdab..0000000000000 --- a/graphics/unicap/patches/patch-al +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-al,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- cpi/v4l2cpi/uvc_compat.h.orig 2008-06-12 11:25:05.000000000 -0400 -+++ cpi/v4l2cpi/uvc_compat.h -@@ -1,7 +1,12 @@ - #ifndef _UVC_COMPAT_H - #define _UVC_COMPAT_H - -+#ifdef __linux__ - #include -+#elif defined(__NetBSD__) -+#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -+#define LINUX_VERSION_CODE KERNEL_VERSION(2,6,17) -+#endif - - #ifndef __KERNEL__ - #ifndef __user diff --git a/graphics/unicap/patches/patch-am b/graphics/unicap/patches/patch-am deleted file mode 100644 index c070a4e15f6b9..0000000000000 --- a/graphics/unicap/patches/patch-am +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-am,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- cpi/v4l2cpi/tiseuvccam.c.orig 2008-10-03 02:56:40.000000000 -0400 -+++ cpi/v4l2cpi/tiseuvccam.c -@@ -12,7 +12,6 @@ - - #include - #include --#include - #include - #include - #include -@@ -20,7 +19,12 @@ - #include - #include - #include -+#ifdef __linux__ -+#include - #include -+#elif defined(__NetBSD__) -+#include -+#endif - - #include "uvc_compat.h" - diff --git a/graphics/unicap/patches/patch-an b/graphics/unicap/patches/patch-an deleted file mode 100644 index 1bf5d27ae3913..0000000000000 --- a/graphics/unicap/patches/patch-an +++ /dev/null @@ -1,58 +0,0 @@ -$NetBSD: patch-an,v 1.3 2010/06/13 22:44:45 wiz Exp $ - ---- libucil/ucil_png.c.orig 2008-06-12 15:25:11.000000000 +0000 -+++ libucil/ucil_png.c -@@ -77,7 +77,7 @@ static int read_png(FILE *fp, unsigned i - if (info_ptr == NULL) - { - fclose(fp); -- png_destroy_read_struct(&png_ptr, png_infopp_NULL, png_infopp_NULL); -+ png_destroy_read_struct(&png_ptr, NULL, NULL); - return( -1 ); - } - -@@ -89,7 +89,7 @@ static int read_png(FILE *fp, unsigned i - if (setjmp(png_jmpbuf(png_ptr))) - { - /* Free all of the memory associated with the png_ptr and info_ptr */ -- png_destroy_read_struct(&png_ptr, &info_ptr, png_infopp_NULL); -+ png_destroy_read_struct(&png_ptr, &info_ptr, NULL); - fclose(fp); - /* If we get here, we had a problem reading the file */ - return( -1 ); -@@ -109,7 +109,7 @@ static int read_png(FILE *fp, unsigned i - * adjustment), then you can read the entire image (including - * pixels) into the info structure with this call: - */ -- png_read_png(png_ptr, info_ptr, PNG_TRANSFORM_IDENTITY, png_voidp_NULL); -+ png_read_png(png_ptr, info_ptr, PNG_TRANSFORM_IDENTITY, NULL); - - /* At this point you have read the entire image */ - -@@ -174,7 +174,7 @@ static int read_png(FILE *fp, unsigned i - } - - /* clean up after the read, and free any memory allocated - REQUIRED */ -- png_destroy_read_struct(&png_ptr, &info_ptr, png_infopp_NULL); -+ png_destroy_read_struct(&png_ptr, &info_ptr, NULL); - - /* close the file */ - fclose(fp); -@@ -230,7 +230,7 @@ static int read_png(FILE *fp, unsigned i - /* if (info_ptr == NULL) */ - /* { */ - /* fclose(fp); */ --/* png_destroy_write_struct(&png_ptr, png_infopp_NULL); */ -+/* png_destroy_write_struct(&png_ptr, NULL); */ - /* return( -1 ); */ - /* } */ - -@@ -252,7 +252,7 @@ static int read_png(FILE *fp, unsigned i - /* * image info living info in the structure. You could "|" many */ - /* * PNG_TRANSFORM flags into the png_transforms integer here. */ - /* *\/ */ --/* png_write_png( png_ptr, info_ptr, PNG_TRANSFORM_IDENTITY, png_voidp_NULL ); */ -+/* png_write_png( png_ptr, info_ptr, PNG_TRANSFORM_IDENTITY, NULL ); */ - - /* /\* If you png_malloced a palette, free it here (don't free info_ptr->palette, */ - /* as recommended in versions 1.0.5m and earlier of this example; if */ diff --git a/graphics/unicap/patches/patch-ap b/graphics/unicap/patches/patch-ap deleted file mode 100644 index 8f88ec3a8e5cb..0000000000000 --- a/graphics/unicap/patches/patch-ap +++ /dev/null @@ -1,149 +0,0 @@ -$NetBSD: patch-ap,v 1.3 2010/06/13 22:44:45 wiz Exp $ - - ---- configure.orig 2008-10-01 12:15:58.000000000 -0400 -+++ configure -@@ -23079,7 +23079,7 @@ _ACEOF - fi - - --if test x$UCIL_AVCODEC == "xavcodec" ; then -+if test x$UCIL_AVCODEC = "xavcodec" ; then - HAVE_AVCODEC_TRUE= - HAVE_AVCODEC_FALSE='#' - else -@@ -23201,7 +23201,7 @@ _ACEOF - fi - - --if test x$UCIL_THEORA == "xogg/theora" ; then -+if test x$UCIL_THEORA = "xogg/theora" ; then - HAVE_THEORA_TRUE= - HAVE_THEORA_FALSE='#' - else -@@ -23323,7 +23323,7 @@ _ACEOF - fi - - --if test x$UCIL_ALSA == "xalsa" ; then -+if test x$UCIL_ALSA = "xalsa" ; then - HAVE_ALSA_TRUE= - HAVE_ALSA_FALSE='#' - else -@@ -23445,7 +23445,7 @@ _ACEOF - fi - - --if test x$UCIL_PNG == "xpng" ; then -+if test x$UCIL_PNG = "xpng" ; then - HAVE_PNG_TRUE= - HAVE_PNG_FALSE='#' - else -@@ -25333,7 +25333,7 @@ else - echo "${ECHO_T}yes" >&6; } - HAVE_LIBRAW1394="yes";LIBRAW1394_VERSION="RAW1394_1_1_API" - fi -- if( test "$HAVE_LIBRAW1394" == "yes" ); then -+ if( test "$HAVE_LIBRAW1394" = "yes" ); then - - cat >>confdefs.h <<\_ACEOF - #define RAW1394_1_1_API 1 -@@ -25730,7 +25730,7 @@ echo "${ECHO_T} video-to-1394 plugin req - fi - fi - --if test "x$VID21394" == "xyes"; then -+if test "x$VID21394" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define BUILD_VID21394 1 -@@ -25759,7 +25759,7 @@ echo "${ECHO_T} IIDC 1394 camera plugin - fi - fi - --if test "x$DCAM" == "xyes"; then -+if test "x$DCAM" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define BUILD_DCAM 1 -@@ -25782,7 +25782,7 @@ else - fi - - --if test "x$V4L" == "xyes"; then -+if test "x$V4L" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define BUILD_V4L 1 -@@ -25805,7 +25805,7 @@ else - fi - - --if test "x$V4L2" == "xyes"; then -+if test "x$V4L2" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define BUILD_V4L2 1 -@@ -25827,7 +25827,7 @@ else - fi - - --if test "x$USE_LIBV4L" == "xyes"; then -+if test "x$USE_LIBV4L" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for LIBV4L" >&5 -@@ -25899,7 +25899,7 @@ else - echo "${ECHO_T}yes" >&6; } - HAVE_LIBV4L="yes" - fi -- if test "x$HAVE_LIBV4L" == "xyes"; then -+ if test "x$HAVE_LIBV4L" = "xyes"; then - { echo "$as_me:$LINENO: result: enable enable enable " >&5 - echo "${ECHO_T}enable enable enable " >&6; } - -@@ -25917,7 +25917,7 @@ _ACEOF - fi - - --if test x$HAVE_LIBV4L == "xyes" ; then -+if test x$HAVE_LIBV4L = "xyes" ; then - HAVE_LIBV4L_TRUE= - HAVE_LIBV4L_FALSE='#' - else -@@ -25944,7 +25944,7 @@ fi - # Check whether --enable-static-cpi was given. - if test "${enable_static_cpi+set}" = set; then - enableval=$enable_static_cpi; { -- if test "x$enableval" == "xyes"; then -+ if test "x$enableval" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_STATIC_CPI 1 -@@ -25972,7 +25972,7 @@ fi - # Check whether --enable-thread-locking was given. - if test "${enable_thread_locking+set}" = set; then - enableval=$enable_thread_locking; { -- if test "x$enableval" == "xyes"; then -+ if test "x$enableval" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define UNICAP_THREAD_LOCKING 1 -@@ -25992,7 +25992,7 @@ fi - # Check whether --enable-unicap-threads was given. - if test "${enable_unicap_threads+set}" = set; then - enableval=$enable_unicap_threads; { -- if test "x$enableval" == "xyes"; then -+ if test "x$enableval" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define UNICAP_THREADS 1 -@@ -27969,7 +27971,7 @@ if test x$VID21394_VISCA = xyes; then - VID21394="$VID21394 with visca support" - fi - --if test x$HAVE_LIBV4L == xyes && test x$V4L2 == xyes; then -+if test x$HAVE_LIBV4L = xyes && test x$V4L2 = xyes; then - V4L2="yes, with libv4l2 support" - fi - diff --git a/graphics/unicap/patches/patch-aq b/graphics/unicap/patches/patch-aq deleted file mode 100644 index f0db8158ef286..0000000000000 --- a/graphics/unicap/patches/patch-aq +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-aq,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- libucil/ucil_theora.c.orig 2008-09-30 12:21:36.000000000 -0400 -+++ libucil/ucil_theora.c -@@ -1035,6 +1035,9 @@ static void *ucil_theora_worker_thread( - } - - gettimeofday( &ctime, NULL ); -+#ifdef __NetBSD__ -+ sem_wait( &vobj->sema ); -+#else - abs_timeout.tv_sec = ctime.tv_sec + 1; - abs_timeout.tv_nsec = ctime.tv_usec * 1000; - if( sem_timedwait( &vobj->sema, &abs_timeout ) ) -@@ -1042,6 +1045,7 @@ static void *ucil_theora_worker_thread( - TRACE( "SEM_WAIT FAILED\n" ); - continue; - } -+#endif - - if( buffer_ready && vobj->event_callback ) - { diff --git a/graphics/unicap/patches/patch-ar b/graphics/unicap/patches/patch-ar deleted file mode 100644 index 3aea2843c1a4a..0000000000000 --- a/graphics/unicap/patches/patch-ar +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ar,v 1.2 2009/01/08 01:08:37 jmcneill Exp $ - - ---- libunicapgtk/unicapgtk_device_property.c.orig 2008-08-06 12:37:54.000000000 -0400 -+++ libunicapgtk/unicapgtk_device_property.c -@@ -49,7 +49,17 @@ - #endif - #include "debug.h" - -+#ifdef __NetBSD__ -+double -+fmin(double a, double b) -+{ -+ if (b < a) -+ return b; -+ return a; -+} -+#else - double fmin(double,double); -+#endif - - enum { - UNICAPGTK_DEVICE_PROPERTY_CHANGED_SIGNAL, diff --git a/graphics/unicap/patches/patch-as b/graphics/unicap/patches/patch-as deleted file mode 100644 index 70d21d5c6cf51..0000000000000 --- a/graphics/unicap/patches/patch-as +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-as,v 1.1 2009/11/26 15:04:03 joerg Exp $ - ---- cpi/v4l2cpi/Makefile.in.orig 2009-11-26 15:25:07.000000000 +0100 -+++ cpi/v4l2cpi/Makefile.in -@@ -312,7 +312,7 @@ libcpidir = $(libdir)/unicap$(pkg_versio - - # need to rename v4l2 plugin to avoid name clash with libv4l2 - libv4l2cpi_la_LDFLAGS = --libv4l2cpi_la_LIBADD = @PTHREAD_LIBS@ @LIBV4L_LIBS@ -L../../libunicap/.libs/ -lunicap -+libv4l2cpi_la_LIBADD = @PTHREAD_LIBS@ @LIBV4L_LIBS@ ../../libunicap/libunicap.la - libv4l2cpi_la_CFLAGS = @LIBV4L_CFLAGS@ - libv4l2cpi_la_SOURCES = \ - queue.c \ From 2a037b1040b4c50147bd5a4d838d3cf06ed5f4bf Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 9 May 2022 15:56:34 +0000 Subject: [PATCH 0025/1154] doc: Removed graphics/unicap --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ffd6ab99bb45d..461a73d626811 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2441 2022/05/09 14:54:35 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.2442 2022/05/09 15:56:34 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3793,3 +3793,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/execline to 2.8.3.0 [buildbox 2022-05-09] Updated sysutils/s6 to 2.11.1.0 [buildbox 2022-05-09] Updated misc/s6-portable-utils to 2.2.4.0 [buildbox 2022-05-09] + Removed graphics/unicap [nia 2022-05-09] From 16d8bdc5fdf942daa7b217292da3f80b1ab2e661 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 9 May 2022 15:57:17 +0000 Subject: [PATCH 0026/1154] doc: remove unicap todo --- doc/TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index dd435ea14f30a..7e6e8cc5e8127 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21830 2022/05/09 12:01:19 adam Exp $ +$NetBSD: TODO,v 1.21831 2022/05/09 15:57:17 nia Exp $ Suggested new packages ====================== @@ -1693,7 +1693,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o udunits-2.2.28 o ufoai-2.3.1 o uhttpmock-0.5.3 - o unicap-0.9.8 o unicode-screensaver-0.5.2 o units-2.21 o upower-0.99.17 [switches to build with meson] From 80d9ac584fba3caf26ae37905155b5b6cbfc9af7 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 16:44:40 +0000 Subject: [PATCH 0027/1154] tools.Linux.mk: set TOOLS_PLATFORM.date. --- mk/tools/tools.Linux.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mk/tools/tools.Linux.mk b/mk/tools/tools.Linux.mk index b4ea11c37e9c9..462656dd41fad 100644 --- a/mk/tools/tools.Linux.mk +++ b/mk/tools/tools.Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Linux.mk,v 1.66 2022/05/01 08:03:41 nia Exp $ +# $NetBSD: tools.Linux.mk,v 1.67 2022/05/09 16:44:40 schmonz Exp $ # # System-supplied tools for the Linux operating system. # @@ -63,6 +63,9 @@ TOOLS_PLATFORM.curl?= ${_path}/curl . if exists(${_path}/cut) TOOLS_PLATFORM.cut?= ${_path}/cut . endif +. if exists(${_path}/date) +TOOLS_PLATFORM.date?= ${_path}/date +. endif . if exists(${_path}/diff) TOOLS_PLATFORM.diff?= ${_path}/diff . endif From dce99e8fa4ad71a83b20a81d3f3114c8cb33a842 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 9 May 2022 17:07:08 +0000 Subject: [PATCH 0028/1154] cwm: Update to 7.1 Changelog: 2022-04-30: Eighth public release 7.1 of portable cwm. Changes made between OpenBSD 6.9 and 7.0 * Changed cwm(1) maximization and full-screen mode toggling to keep the cursor within the window, preventing focus loss. Changes made between OpenBSD 7.0 and 7.1 * Added a cwm(1) "group-last" command that shows only the previously active group. * Allowed bare numbers for key and mouse bindings in cwm(1). --- wm/cwm/Makefile | 4 ++-- wm/cwm/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wm/cwm/Makefile b/wm/cwm/Makefile index 1c3b3925cc524..3350fc76682a9 100644 --- a/wm/cwm/Makefile +++ b/wm/cwm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2021/03/04 11:22:08 nia Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/09 17:07:08 nikita Exp $ -DISTNAME= cwm-6.7 +DISTNAME= cwm-7.1 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/wm/cwm/distinfo b/wm/cwm/distinfo index ab73389ef9c22..530582c3eba7a 100644 --- a/wm/cwm/distinfo +++ b/wm/cwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:25:12 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/05/09 17:07:08 nikita Exp $ -BLAKE2s (cwm-6.7.tar.gz) = 3a865f88c4753bd146f266d6907f75860a91a6a938335bfbfb4d401f0f4cf46c -SHA512 (cwm-6.7.tar.gz) = 5ad0fa56d9c96c36cc32e68128e58d4e3a7483f349bb26be1083c5b5c6d853ff05eec1a783b07ed928bd99a35a2e0b2d7053fc89b828aa9bdfe3589a318c4171 -Size (cwm-6.7.tar.gz) = 53172 bytes +BLAKE2s (cwm-7.1.tar.gz) = 3f3688d62dc369804a4612b2e39c5abaf1788e377a634e98edf032b024bc2970 +SHA512 (cwm-7.1.tar.gz) = aa14bc7a43a522f4b83d3f9a3b8a8344c339b52aac4733f410e388df56a2dc4e86ee1ae9f05b53ff3139808f87f38a4b2da57bf0525482613d46651e8f08c718 +Size (cwm-7.1.tar.gz) = 53667 bytes From 20348594d62a85f1da40c4977d0b6bcda589741b Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 9 May 2022 17:07:19 +0000 Subject: [PATCH 0029/1154] doc: Updated wm/cwm to 7.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 461a73d626811..bcbb3be5ae5d2 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2442 2022/05/09 15:56:34 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2443 2022/05/09 17:07:19 nikita Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3794,3 +3794,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/s6 to 2.11.1.0 [buildbox 2022-05-09] Updated misc/s6-portable-utils to 2.2.4.0 [buildbox 2022-05-09] Removed graphics/unicap [nia 2022-05-09] + Updated wm/cwm to 7.1 [nikita 2022-05-09] From 9b28b7d62de235c5adb4871430ee5430f70069d6 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 9 May 2022 19:44:16 +0000 Subject: [PATCH 0030/1154] kpty: Fixes for non-openpty bitrotted code. --- devel/kpty/Makefile | 12 +++- devel/kpty/PLIST | 3 +- devel/kpty/distinfo | 5 +- devel/kpty/patches/patch-src_kgrantpty.c | 15 +++++ devel/kpty/patches/patch-src_kpty.cpp | 77 ++++++++++++++++++++++-- 5 files changed, 104 insertions(+), 8 deletions(-) create mode 100644 devel/kpty/patches/patch-src_kgrantpty.c diff --git a/devel/kpty/Makefile b/devel/kpty/Makefile index 3cdc48d727b6f..8afd3594557c2 100644 --- a/devel/kpty/Makefile +++ b/devel/kpty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2022/04/25 04:55:47 markd Exp $ +# $NetBSD: Makefile,v 1.34 2022/05/09 19:44:16 jperkin Exp $ DISTNAME= kpty-${KF5VER} CATEGORIES= devel @@ -11,6 +11,16 @@ LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= msgmerge +CFLAGS.SunOS+= -D__EXTENSIONS__ + +.include "../../mk/bsd.prefs.mk" + +PLIST_VARS+= grantpty + +.if ${OPSYS} == "SunOS" +PLIST.grantpty= yes +.endif + .include "../../lang/python/tool.mk" .include "../../devel/kcoreaddons/buildlink3.mk" .include "../../devel/ki18n/buildlink3.mk" diff --git a/devel/kpty/PLIST b/devel/kpty/PLIST index 28ebf2ec4f2ea..b01257789c770 100644 --- a/devel/kpty/PLIST +++ b/devel/kpty/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/04/25 04:55:47 markd Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/09 19:44:16 jperkin Exp $ include/KF5/KPty/KPty include/KF5/KPty/KPtyDevice include/KF5/KPty/KPtyProcess @@ -14,6 +14,7 @@ lib/cmake/KF5Pty/KF5PtyTargets.cmake lib/libKF5Pty.so lib/libKF5Pty.so.5 lib/libKF5Pty.so.${PKGVERSION} +${PLIST.grantpty}libexec/kf5/kgrantpty qt5/mkspecs/modules/qt_KPty.pri share/locale/af/LC_MESSAGES/kpty5.mo share/locale/ar/LC_MESSAGES/kpty5.mo diff --git a/devel/kpty/distinfo b/devel/kpty/distinfo index 06e74eb06a24e..acbf69da6229e 100644 --- a/devel/kpty/distinfo +++ b/devel/kpty/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.14 2022/04/25 04:55:47 markd Exp $ +$NetBSD: distinfo,v 1.15 2022/05/09 19:44:16 jperkin Exp $ BLAKE2s (kpty-5.93.0.tar.xz) = 8db60fd2b426ad20ccf7f15acbad24615f5f572f489ceb5472eefe2ddf92cbb4 SHA512 (kpty-5.93.0.tar.xz) = 0d28e2a8bc3cee75f2ba00ddb63306152e166845c890b21ebf6eb10e7e9826de68c461a9c8492bf888e7f49aa41d1ccc635415e84b781b2e5bbd57bb77767d0d Size (kpty-5.93.0.tar.xz) = 59144 bytes SHA1 (patch-src_ConfigureCheck.cmake) = aa44e7b76545c450bc41265a8077877e9f69506b -SHA1 (patch-src_kpty.cpp) = 88b3039792040cabb9c2d31b748f8b1b2efd87f6 +SHA1 (patch-src_kgrantpty.c) = 81787e45e3399871387d9f665b5430500bf96992 +SHA1 (patch-src_kpty.cpp) = da6e41dbfc4256e2474d144dc4b14aa32523e6b1 SHA1 (patch-src_kptydevice.cpp) = 7c9dcf4ce662996286444c393a1f377bbbf88511 diff --git a/devel/kpty/patches/patch-src_kgrantpty.c b/devel/kpty/patches/patch-src_kgrantpty.c new file mode 100644 index 0000000000000..7b49c31c38091 --- /dev/null +++ b/devel/kpty/patches/patch-src_kgrantpty.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_kgrantpty.c,v 1.1 2022/05/09 19:44:16 jperkin Exp $ + +Don't include C++ headers in a C file. + +--- src/kgrantpty.c.orig 2022-04-02 10:26:01.000000000 +0000 ++++ src/kgrantpty.c +@@ -27,7 +27,7 @@ + + #include + +-#include ++#include + #include + #include + #include diff --git a/devel/kpty/patches/patch-src_kpty.cpp b/devel/kpty/patches/patch-src_kpty.cpp index 4b21f9938dc49..0a780f644c48f 100644 --- a/devel/kpty/patches/patch-src_kpty.cpp +++ b/devel/kpty/patches/patch-src_kpty.cpp @@ -1,10 +1,70 @@ -$NetBSD: patch-src_kpty.cpp,v 1.2 2021/03/30 10:58:23 markd Exp $ +$NetBSD: patch-src_kpty.cpp,v 1.3 2022/05/09 19:44:16 jperkin Exp $ NetBSD loginx() complains if ut_type not set before calling ---- src/kpty.cpp.orig 2021-03-06 16:29:41.000000000 +0000 +--- src/kpty.cpp.orig 2022-04-02 10:26:01.000000000 +0000 +++ src/kpty.cpp -@@ -496,6 +496,9 @@ void KPty::login(const char *user, const +@@ -10,6 +10,7 @@ + + #include "kpty_p.h" + ++#include + #include + #include + +@@ -168,7 +169,7 @@ KPtyPrivate::~KPtyPrivate() + bool KPtyPrivate::chownpty(bool grant) + { + return !QProcess::execute(QFile::decodeName(CMAKE_INSTALL_PREFIX "/" KDE_INSTALL_LIBEXECDIR_KF "/kgrantpty"), +- QStringList() << (grant ? "--grant" : "--revoke") << QString::number(masterFd)); ++ QStringList() << (grant ? QStringLiteral("--grant") : QStringLiteral("--revoke")) << QString::number(masterFd)); + } + #endif + +@@ -260,6 +261,7 @@ bool KPty::open() + } + #endif // HAVE_PTSNAME || TIOCGPTN + ++#if 0 + // Linux device names, FIXME: Trouble on other systems? + for (const char *s3 = "pqrstuvwxyzabcde"; *s3; s3++) { + for (const char *s4 = "0123456789abcdef"; *s4; s4++) { +@@ -289,8 +291,10 @@ bool KPty::open() + + qCWarning(KPTY_LOG) << "Can't open a pseudo teletype"; + return false; ++#endif + + gotpty: ++#if 0 + QFileInfo info(d->ttyName.data()); + if (!info.exists()) { + return false; // this just cannot happen ... *cough* Yeah right, I just +@@ -302,14 +306,15 @@ gotpty: + && !d->chownpty(true)) { + qCWarning(KPTY_LOG) << "chownpty failed for device " << ptyName << "::" << d->ttyName << "\nThis means the communication can be eavesdropped." << endl; + } ++#endif + + grantedpt: + +-#ifdef HAVE_REVOKE ++#if HAVE_REVOKE + revoke(d->ttyName.data()); + #endif + +-#ifdef HAVE_UNLOCKPT ++#if HAVE_UNLOCKPT + unlockpt(d->masterFd); + #elif defined(TIOCSPTLCK) + int flag = 0; +@@ -502,11 +507,14 @@ void KPty::login(const char *user, const + #endif + + #if HAVE_UTMPX +- gettimeofday(&l_struct.ut_tv, 0); ++ gettimeofday(&l_struct.ut_tv, nullptr); + #else l_struct.ut_time = time(0); #endif @@ -14,7 +74,7 @@ NetBSD loginx() complains if ut_type not set before calling #if HAVE_LOGIN #if HAVE_LOGINX ::loginx(&l_struct); -@@ -503,9 +506,6 @@ void KPty::login(const char *user, const +@@ -514,9 +522,6 @@ void KPty::login(const char *user, const ::login(&l_struct); #endif #else @@ -24,3 +84,12 @@ NetBSD loginx() complains if ut_type not set before calling #if HAVE_STRUCT_UTMP_UT_PID l_struct.ut_pid = getpid(); #if HAVE_STRUCT_UTMP_UT_SESSION +@@ -605,7 +610,7 @@ void KPty::logout() + ut->ut_type = DEAD_PROCESS; + #endif + #if HAVE_UTMPX +- gettimeofday(&(ut->ut_tv), 0); ++ gettimeofday(&(ut->ut_tv), nullptr); + pututxline(ut); + } + endutxent(); From f25ad640a475f9e005f8ede6cd4f24702a5c498b Mon Sep 17 00:00:00 2001 From: fcambus Date: Mon, 9 May 2022 20:25:14 +0000 Subject: [PATCH 0031/1154] schismtracker: update to 20220506. Summary of changes since 20220125 release: - Distribute the latest development version of SDL 1.2 with macOS builds of Schism Tracker instead of the latest release version, fixing "Failed to start CoreAudio" errors on recent macOS versions - Fix import of EBF volume slides from MOD/XM files - Fix various multisample instrument bugs - Fix out-of-bounds memory access in display scaling code (only an issue in some display implementations) --- audio/schismtracker/Makefile | 6 +++--- audio/schismtracker/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile index 59c264ce8c719..22280a9989b71 100644 --- a/audio/schismtracker/Makefile +++ b/audio/schismtracker/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2022/03/06 08:01:07 nia Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/09 20:25:14 fcambus Exp $ -DISTNAME= schismtracker-20220125 +DISTNAME= schismtracker-20220506 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=schismtracker/} GITHUB_TAG= ${PKGVERSION_NOREV} MAINTAINER= fstd.lkml@gmail.com -HOMEPAGE= http://schismtracker.org/ +HOMEPAGE= https://schismtracker.org/ COMMENT= Clone of the good old Impulse Tracker LICENSE= gnu-gpl-v2 diff --git a/audio/schismtracker/distinfo b/audio/schismtracker/distinfo index e23040870e792..75e11c0d6fc9b 100644 --- a/audio/schismtracker/distinfo +++ b/audio/schismtracker/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2022/03/06 08:01:07 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/09 20:25:14 fcambus Exp $ -BLAKE2s (schismtracker-20220125-20220125.tar.gz) = 1e3f681dd82d7b66e32c531462c88dfad093dfa2a9bd1ffeec97a8c7b09548b9 -SHA512 (schismtracker-20220125-20220125.tar.gz) = c34979cf6cda75a4e5533631b8134b2994a5491f1182b69bfa6e1c97fd2f2e0dc90d883c6184fb24e68e60351e91ca1a2bcccb3708fc0099d0051452b5a44851 -Size (schismtracker-20220125-20220125.tar.gz) = 1309919 bytes +BLAKE2s (schismtracker-20220506-20220506.tar.gz) = cac1f1098df42473be6279e7701b2d52a35c07ad1d1bfa851630ff205e898b4d +SHA512 (schismtracker-20220506-20220506.tar.gz) = 8dacd1fd719c20fdc8ef157d1487202a39d4f36a37560ad62680655addde0ceb78bbce51e4f640d3979c91f6a4dfe4bc006785aa35d45a00206773d41adf9f42 +Size (schismtracker-20220506-20220506.tar.gz) = 1310121 bytes SHA1 (patch-configure.ac) = bdfef302a185bbe6a59203bdbfea9b34cd7bfabc From 907ec5f13376621977307cf68e79480014af134a Mon Sep 17 00:00:00 2001 From: fcambus Date: Mon, 9 May 2022 20:25:26 +0000 Subject: [PATCH 0032/1154] doc: Updated audio/schismtracker to 20220506 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index bcbb3be5ae5d2..419d6ae775e60 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2443 2022/05/09 17:07:19 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.2444 2022/05/09 20:25:26 fcambus Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3795,3 +3795,4 @@ Changes to the packages collection and infrastructure in 2022: Updated misc/s6-portable-utils to 2.2.4.0 [buildbox 2022-05-09] Removed graphics/unicap [nia 2022-05-09] Updated wm/cwm to 7.1 [nikita 2022-05-09] + Updated audio/schismtracker to 20220506 [fcambus 2022-05-09] From b2d38014f3639d6a2b711d0efe46bc0567ca7376 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 20:55:52 +0000 Subject: [PATCH 0033/1154] Update to 1.25.0. From the changelog: - Target's lock file requires a token from the jobserver now. So amount of simultaneously opened lock files depends on job slots available. --- devel/goredo/Makefile | 5 ++--- devel/goredo/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile index 47357c4144aa2..123750ab27c9d 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2022/04/13 07:50:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/09 20:55:52 schmonz Exp $ -DISTNAME= goredo-1.24.0 -PKGREVISION= 2 +DISTNAME= goredo-1.25.0 CATEGORIES= devel MASTER_SITES= http://www.goredo.cypherpunks.ru/download/ EXTRACT_SUFX= .tar.zst diff --git a/devel/goredo/distinfo b/devel/goredo/distinfo index 10fd51e0e77f8..8b6e3e32855b1 100644 --- a/devel/goredo/distinfo +++ b/devel/goredo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2022/03/02 17:46:03 schmonz Exp $ +$NetBSD: distinfo,v 1.5 2022/05/09 20:55:52 schmonz Exp $ -BLAKE2s (goredo-1.24.0.tar.zst) = fa20fabce4c8cffd49ca71782093e3d428463be5a0b5449c5769789531705068 -SHA512 (goredo-1.24.0.tar.zst) = f548197fe232d943d55de3174260ab2b612ca96df4d5af8117321d00320794b10237f24cfcda730d20f8ce4d841f121533ce0361a6163959c6c44acc2dd87b43 -Size (goredo-1.24.0.tar.zst) = 411545 bytes +BLAKE2s (goredo-1.25.0.tar.zst) = c845e1764bbf77a0a835d7fad428848df004340968f2eef32879daf4c736017c +SHA512 (goredo-1.25.0.tar.zst) = e29a3cf7cedcc429d4ef4d927fa27e96ef2c6775cfbc8aef6793327c85310cbcd19ec6f3b3dfe195bd54f63d41f6252ebb5bce7afde0e60872659060aa50f447 +Size (goredo-1.25.0.tar.zst) = 411753 bytes SHA1 (patch-main.go) = 1ae942ba7e7385ea27bf841a6ccdd5f6e9eef340 From accc1bf8cd45e46ec6278ef0d1f1361a3bf4eae7 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 9 May 2022 20:55:58 +0000 Subject: [PATCH 0034/1154] doc: Updated devel/goredo to 1.25.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 419d6ae775e60..18c7533718912 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2444 2022/05/09 20:25:26 fcambus Exp $ +$NetBSD: CHANGES-2022,v 1.2445 2022/05/09 20:55:58 schmonz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3796,3 +3796,4 @@ Changes to the packages collection and infrastructure in 2022: Removed graphics/unicap [nia 2022-05-09] Updated wm/cwm to 7.1 [nikita 2022-05-09] Updated audio/schismtracker to 20220506 [fcambus 2022-05-09] + Updated devel/goredo to 1.25.0 [schmonz 2022-05-09] From bb16aff24867a254efab9cac1ce9edb699eaf2db Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:44:20 +0000 Subject: [PATCH 0035/1154] net/trippy: update to 0.3.1 0.3.1 - 2022-05-09 Fixed -Local Ipv4 discovery fails on some platforms (#133, #142) 0.3.0 - 2022-05-08 Added -Added ability for icmp tracing to multiple targets simultaneously in Tui (#72) -Added ability to enable and disable the AS lookup from the Tui (#126) -Added ability to switch between hop address display modes (ip, hostname or both) in thr Tui (#124) -Added ability to expand and collapse the number of hosts displays per hop in the Tui (#124) -Added the -s (--tui-max-samples) flag to specify the number of samples to keep for analysis and display (#110) -Added ability to flush the DNS cache from the Tui (#71) Changed -Simplified Tracer by removing circular buffer (#106) -Added round end reason indicator to Tracer (#88) -SHow better error message for failed DNS resolution (#119) Fixed -Tracing with udp protocol not showing the target hop due to incorrect handling of DestinationUnreachable responses (#131) -Tui failing on shutdown on Windows due to DisableMouseCapture being invoked without a prior EnableMouseCapture call (#116) -Build failing on Windows due to incorrect conditional compilation configuration (#113) -Tracing not publishing all Probe in a round when the round ends without finding the target (#103) -Tracing with tcp protocol not working as the checksum was not set (#79) -Do not show FQDN for reverse DNS queries from non-system resolvers (#120) --- net/trippy/Makefile | 4 +-- net/trippy/cargo-depends.mk | 16 ++++++------ net/trippy/distinfo | 50 ++++++++++++++++++------------------- 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/net/trippy/Makefile b/net/trippy/Makefile index 2b8abb1e0414f..186c06fa12077 100644 --- a/net/trippy/Makefile +++ b/net/trippy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/05/01 16:01:01 pin Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/09 21:44:20 pin Exp $ -DISTNAME= trippy-0.2.0 +DISTNAME= trippy-0.3.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=fujiapple852/} diff --git a/net/trippy/cargo-depends.mk b/net/trippy/cargo-depends.mk index 2e13e4702e490..a3a289efdc8f1 100644 --- a/net/trippy/cargo-depends.mk +++ b/net/trippy/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.1 2022/05/01 16:01:01 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.2 2022/05/09 21:44:20 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= anyhow-1.0.57 @@ -12,9 +12,9 @@ CARGO_CRATE_DEPENDS+= cassowary-0.3.0 CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 -CARGO_CRATE_DEPENDS+= clap-3.1.12 +CARGO_CRATE_DEPENDS+= clap-3.1.17 CARGO_CRATE_DEPENDS+= clap_derive-3.1.7 -CARGO_CRATE_DEPENDS+= clap_lex-0.1.1 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 CARGO_CRATE_DEPENDS+= comfy-table-5.0.1 CARGO_CRATE_DEPENDS+= convert_case-0.4.0 CARGO_CRATE_DEPENDS+= crossbeam-0.8.1 @@ -103,9 +103,9 @@ CARGO_CRATE_DEPENDS+= rustversion-1.0.6 CARGO_CRATE_DEPENDS+= ryu-1.0.9 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 CARGO_CRATE_DEPENDS+= semver-1.0.7 -CARGO_CRATE_DEPENDS+= serde-1.0.136 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 -CARGO_CRATE_DEPENDS+= serde_json-1.0.79 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 @@ -119,8 +119,8 @@ CARGO_CRATE_DEPENDS+= syn-1.0.91 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 CARGO_CRATE_DEPENDS+= textwrap-0.15.0 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= time-0.1.44 CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 diff --git a/net/trippy/distinfo b/net/trippy/distinfo index e2a3c5b460c0e..9815e9ba5afa2 100644 --- a/net/trippy/distinfo +++ b/net/trippy/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2022/05/01 16:01:01 pin Exp $ +$NetBSD: distinfo,v 1.2 2022/05/09 21:44:20 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 @@ -36,15 +36,15 @@ Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 Size (chrono-0.4.19.crate) = 155663 bytes -BLAKE2s (clap-3.1.12.crate) = 212c973c8cbb313681eeac163d02820d5f4a0ed5d975e48f42bf531333713858 -SHA512 (clap-3.1.12.crate) = 94a594886d4fcc3ef745cea1f98202765aaeaac816d9271f132d4f8c90e6679fd56077e11c621222bac9200552839297f98c7788462d015334090e8772715cb5 -Size (clap-3.1.12.crate) = 206752 bytes +BLAKE2s (clap-3.1.17.crate) = 5fcacb9beb068d8c8d40661833394705091cc4e1578a09648d91cced22a17fc7 +SHA512 (clap-3.1.17.crate) = c80c96a0de1e5f5bf0eddf72ed265560fadcc893f4683bfec814ed3da9281546960d345317ba7ee28a46794a99de02f3fbb8966cf7103d244665d26427ae147d +Size (clap-3.1.17.crate) = 209176 bytes BLAKE2s (clap_derive-3.1.7.crate) = 007e3972e4e44b617b811fa373496acb63922e93cfd7a8da6165560892e6cf5b SHA512 (clap_derive-3.1.7.crate) = 7f34c1b7c67bddbdbc1b159fcde366babe37f355637cc1f12748a51d0ecf89ce3e6aaf5ed140aae6539f12182ac8e2ca93c2790ea2dc84657487066c9d77a869 Size (clap_derive-3.1.7.crate) = 25363 bytes -BLAKE2s (clap_lex-0.1.1.crate) = f47d4ed408e6e0c954f6c555c6241ca028e39fa63dbc02a4a9e76d608f5ecc2b -SHA512 (clap_lex-0.1.1.crate) = 4d7667fb4cc86fd820262c4642c37a073e558ac5c05e1a8efc2813f54c364e2c4e980a8ddd81e72b11b02f494b20ad89c77e9649d1a6c0ed418194db808f1383 -Size (clap_lex-0.1.1.crate) = 9603 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes BLAKE2s (comfy-table-5.0.1.crate) = b40833ef75dec5031af3279d9b3988e836811c390e550b517987efc84dad0d93 SHA512 (comfy-table-5.0.1.crate) = b3a5906e973251faf5b07a78063a8b07d990ed229b235c47c51a839ec8e32e1c4101844ec6b462ab56f947627dd774e3d66234110cee366e4051a2380f350852 Size (comfy-table-5.0.1.crate) = 53809 bytes @@ -309,15 +309,15 @@ Size (scopeguard-1.1.0.crate) = 11470 bytes BLAKE2s (semver-1.0.7.crate) = 6dbf6c5244cd9fcfe283ec6da3fa7036c3f32eac19398d91b816f73fa65b892c SHA512 (semver-1.0.7.crate) = 1956b173e70a9ae78d4e96d62951072879998125bf4703a2763c8cafa4e94100010d6f923afb3b7201d0a3128948b71a5cad0b82cae1239e8f7631d5e003c663 Size (semver-1.0.7.crate) = 30064 bytes -BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 -SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 -Size (serde-1.0.136.crate) = 76158 bytes -BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf -SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 -Size (serde_derive-1.0.136.crate) = 54776 bytes -BLAKE2s (serde_json-1.0.79.crate) = d12eba94c3e529435de4c570027e0035cefc74b5d14cfd0db96e5ea508f51c0a -SHA512 (serde_json-1.0.79.crate) = 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 -Size (serde_json-1.0.79.crate) = 144451 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes BLAKE2s (signal-hook-0.3.13.crate) = 9809c7c313a00847f91bcb67ed0a5535b8f5ecc3a7303608d29557e2ddd3b228 SHA512 (signal-hook-0.3.13.crate) = c4632d31ca158fdfba5da44585f0d6211469ee17b7e22d86688af11b4ed976b0134e87e0ad686dc2e5a8fac0ecb08838108080ac875a7b55322e0735ff1ccfdb Size (signal-hook-0.3.13.crate) = 49252 bytes @@ -357,12 +357,12 @@ Size (terminal_size-0.1.17.crate) = 9141 bytes BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd Size (textwrap-0.15.0.crate) = 52998 bytes -BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf Size (time-0.1.44.crate) = 28885 bytes @@ -375,9 +375,9 @@ Size (tinyvec_macros-0.1.0.crate) = 1817 bytes BLAKE2s (tokio-1.18.0.crate) = 16ccd3fb78ed68c169e60fdd557c7939254dbe082d0e9efd6ca14f9cb55a4224 SHA512 (tokio-1.18.0.crate) = b383657a0146ac832688712904951aa4f4ba51b3b207a51e1f22e12c2d357a2fc8b665bd9eb5ee985adc0b4db78f48786060d93822311fdb47477f77fed7348e Size (tokio-1.18.0.crate) = 572178 bytes -BLAKE2s (trippy-0.2.0.tar.gz) = e456ea57d66986f34cae223d57a1a0c3af58236ef344a8b92dbbd825d538638c -SHA512 (trippy-0.2.0.tar.gz) = afb2836ab9862b7e72ae58cc8c975679d457ea76e04276ac6a7c5f4926b767c57803fb01387cb90867f6dfc2a3aa265e5e6969b808b7b30c5a67f0d61dd931bc -Size (trippy-0.2.0.tar.gz) = 653774 bytes +BLAKE2s (trippy-0.3.1.tar.gz) = 30f7c3e7ff2739ab6d0b8544a39e357d157ead53d810036481d775f2045a2099 +SHA512 (trippy-0.3.1.tar.gz) = ce77489c24c94438742d8bd8fa64a6d7e8cd3cba0fb2b86e3d6b9f79f21d8d32dbdf7052290efb953a868023b0cb82db4bf3ee7d71d92eddef0f4e3c4d0dd3c6 +Size (trippy-0.3.1.tar.gz) = 2402863 bytes BLAKE2s (trust-dns-proto-0.21.2.crate) = eab235b74af24727a9a9811f47a680f6ab09a21598a0477a2c8ff6825408af21 SHA512 (trust-dns-proto-0.21.2.crate) = e27b2bef0d4bfc90ffe19cd4f998b9d654447b41317ec9b013db628dc09e589b8496adef769575bc7f5b0451dbff912d26cb6aa067b74c2070f6ee9dac5e4ef6 Size (trust-dns-proto-0.21.2.crate) = 291378 bytes From c5f011ed0ea4ea1ae43e23ce22f4488327b0d264 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:44:39 +0000 Subject: [PATCH 0036/1154] doc: Updated net/trippy to 0.3.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 18c7533718912..72054e891a448 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2445 2022/05/09 20:55:58 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.2446 2022/05/09 21:44:39 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3797,3 +3797,4 @@ Changes to the packages collection and infrastructure in 2022: Updated wm/cwm to 7.1 [nikita 2022-05-09] Updated audio/schismtracker to 20220506 [fcambus 2022-05-09] Updated devel/goredo to 1.25.0 [schmonz 2022-05-09] + Updated net/trippy to 0.3.1 [pin 2022-05-09] From b8d461d5030f3cf73ce011eada37695fdf874809 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:45:40 +0000 Subject: [PATCH 0037/1154] audio/termusic: update to 0.6.15 [v0.6.15] Released on: May 9th, 2022. Fix: ignore hidden folder and files in music library. Fix: n key to stop playing when playlist is empty. Add: ctrl+j and ctrl+k to move playlist item down and up. Fix: ogg file duration is 0 with symphonia backend. Fix: seeking during pause with symphonia backend. --- audio/termusic/Makefile | 4 +- audio/termusic/cargo-depends.mk | 51 ++++++----- audio/termusic/distinfo | 155 ++++++++++++++++++-------------- 3 files changed, 119 insertions(+), 91 deletions(-) diff --git a/audio/termusic/Makefile b/audio/termusic/Makefile index 9e0a4234e566d..04d2b04e6ff63 100644 --- a/audio/termusic/Makefile +++ b/audio/termusic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2022/04/29 17:00:58 pin Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/09 21:45:40 pin Exp $ -DISTNAME= termusic-0.6.14 +DISTNAME= termusic-0.6.15 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=tramhao/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/termusic/cargo-depends.mk b/audio/termusic/cargo-depends.mk index b2993f810b9c5..50fb4ebaa9c8c 100644 --- a/audio/termusic/cargo-depends.mk +++ b/audio/termusic/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.29 2022/04/29 17:00:58 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.30 2022/05/09 21:45:40 pin Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= adler32-1.2.0 @@ -44,9 +44,7 @@ CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.4 CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.1 CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.8 CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.8 -CARGO_CRATE_DEPENDS+= crossterm-0.20.0 -CARGO_CRATE_DEPENDS+= crossterm-0.22.1 -CARGO_CRATE_DEPENDS+= crossterm_winapi-0.8.0 +CARGO_CRATE_DEPENDS+= crossterm-0.23.2 CARGO_CRATE_DEPENDS+= crossterm_winapi-0.9.0 CARGO_CRATE_DEPENDS+= ctor-0.1.22 CARGO_CRATE_DEPENDS+= cty-0.2.2 @@ -113,14 +111,14 @@ CARGO_CRATE_DEPENDS+= itoa-1.0.1 CARGO_CRATE_DEPENDS+= jni-0.19.0 CARGO_CRATE_DEPENDS+= jni-sys-0.3.0 CARGO_CRATE_DEPENDS+= jobserver-0.1.24 -CARGO_CRATE_DEPENDS+= jpeg-decoder-0.2.4 +CARGO_CRATE_DEPENDS+= jpeg-decoder-0.2.5 CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= kernel32-sys-0.2.2 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= lazycell-1.3.0 CARGO_CRATE_DEPENDS+= lebe-0.5.1 CARGO_CRATE_DEPENDS+= libaes-0.6.2 -CARGO_CRATE_DEPENDS+= libc-0.2.124 +CARGO_CRATE_DEPENDS+= libc-0.2.125 CARGO_CRATE_DEPENDS+= libdbus-sys-0.2.2 CARGO_CRATE_DEPENDS+= libloading-0.7.3 CARGO_CRATE_DEPENDS+= libmpv-2.0.1 @@ -128,16 +126,16 @@ CARGO_CRATE_DEPENDS+= libmpv-sys-3.1.0 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 CARGO_CRATE_DEPENDS+= lock_api-0.4.7 CARGO_CRATE_DEPENDS+= lofty-0.6.2 -CARGO_CRATE_DEPENDS+= log-0.4.16 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= mach-0.3.2 CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6 CARGO_CRATE_DEPENDS+= matches-0.1.9 CARGO_CRATE_DEPENDS+= md5-0.7.0 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 -CARGO_CRATE_DEPENDS+= mio-0.7.14 +CARGO_CRATE_DEPENDS+= mio-0.8.2 CARGO_CRATE_DEPENDS+= miow-0.3.7 CARGO_CRATE_DEPENDS+= muldiv-1.0.0 CARGO_CRATE_DEPENDS+= nanorand-0.7.0 @@ -151,15 +149,15 @@ CARGO_CRATE_DEPENDS+= nom-7.1.1 CARGO_CRATE_DEPENDS+= ntapi-0.3.7 CARGO_CRATE_DEPENDS+= num-bigint-0.4.3 CARGO_CRATE_DEPENDS+= num-derive-0.3.3 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 CARGO_CRATE_DEPENDS+= num-iter-0.1.43 CARGO_CRATE_DEPENDS+= num-rational-0.4.0 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= num_enum-0.5.7 CARGO_CRATE_DEPENDS+= num_enum_derive-0.5.7 CARGO_CRATE_DEPENDS+= objc-0.2.7 -CARGO_CRATE_DEPENDS+= oboe-0.4.5 +CARGO_CRATE_DEPENDS+= oboe-0.4.6 CARGO_CRATE_DEPENDS+= oboe-sys-0.4.5 CARGO_CRATE_DEPENDS+= ogg_pager-0.3.2 CARGO_CRATE_DEPENDS+= once_cell-1.10.0 @@ -167,7 +165,9 @@ CARGO_CRATE_DEPENDS+= option-operations-0.4.0 CARGO_CRATE_DEPENDS+= orange-trees-0.1.0 CARGO_CRATE_DEPENDS+= output_vt100-0.1.3 CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 +CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 CARGO_CRATE_DEPENDS+= paste-1.0.7 CARGO_CRATE_DEPENDS+= peeking_take_while-0.1.2 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 @@ -184,7 +184,7 @@ CARGO_CRATE_DEPENDS+= pretty_assertions-1.2.1 CARGO_CRATE_DEPENDS+= proc-macro-crate-1.1.3 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.37 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.38 CARGO_CRATE_DEPENDS+= quote-1.0.18 CARGO_CRATE_DEPENDS+= rand-0.8.5 CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 @@ -207,9 +207,9 @@ CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scoped_threadpool-0.1.9 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 CARGO_CRATE_DEPENDS+= sct-0.7.0 -CARGO_CRATE_DEPENDS+= serde-1.0.136 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 -CARGO_CRATE_DEPENDS+= serde_json-1.0.79 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 CARGO_CRATE_DEPENDS+= shellexpand-2.1.0 CARGO_CRATE_DEPENDS+= shlex-1.1.0 CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 @@ -242,33 +242,34 @@ CARGO_CRATE_DEPENDS+= tempfile-3.3.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 CARGO_CRATE_DEPENDS+= textwrap-0.14.2 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= threadpool-1.8.1 CARGO_CRATE_DEPENDS+= tiff-0.7.2 CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 CARGO_CRATE_DEPENDS+= toml-0.5.9 -CARGO_CRATE_DEPENDS+= tui-0.17.0 +CARGO_CRATE_DEPENDS+= tui-0.18.0 CARGO_CRATE_DEPENDS+= tui-realm-stdlib-1.1.6 CARGO_CRATE_DEPENDS+= tui-realm-treeview-1.1.0 -CARGO_CRATE_DEPENDS+= tuirealm-1.5.0 +CARGO_CRATE_DEPENDS+= tuirealm-1.6.0 CARGO_CRATE_DEPENDS+= tuirealm_derive-1.0.0 CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 CARGO_CRATE_DEPENDS+= unicode-linebreak-0.1.2 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= untrusted-0.7.1 CARGO_CRATE_DEPENDS+= ureq-2.4.0 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= uuid-0.8.2 CARGO_CRATE_DEPENDS+= version-compare-0.1.0 CARGO_CRATE_DEPENDS+= version_check-0.9.4 -CARGO_CRATE_DEPENDS+= viuer-0.6.0 +CARGO_CRATE_DEPENDS+= viuer-0.6.1 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasi-0.11.0+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 @@ -287,10 +288,16 @@ CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= windows-0.29.0 CARGO_CRATE_DEPENDS+= windows-named-pipe-0.1.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.29.0 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.29.0 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.29.0 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.29.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.29.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= yaml-rust-0.4.5 CARGO_CRATE_DEPENDS+= ytd-rs-0.1.7 diff --git a/audio/termusic/distinfo b/audio/termusic/distinfo index bd80fb13ffe88..9708c654a3bee 100644 --- a/audio/termusic/distinfo +++ b/audio/termusic/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.33 2022/04/29 17:00:58 pin Exp $ +$NetBSD: distinfo,v 1.34 2022/05/09 21:45:40 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -132,15 +132,9 @@ Size (crossbeam-epoch-0.9.8.crate) = 46012 bytes BLAKE2s (crossbeam-utils-0.8.8.crate) = dec4af9b7a4a875a50593f68bb4da771a47c61014cd72b0589d207cf9e77a934 SHA512 (crossbeam-utils-0.8.8.crate) = ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0 Size (crossbeam-utils-0.8.8.crate) = 39681 bytes -BLAKE2s (crossterm-0.20.0.crate) = 512ce3caf36b9aafe1b800949be3316e3e72f530bad5b24cddff941c6c0c806b -SHA512 (crossterm-0.20.0.crate) = 998d5377b5e204375ba6016da678d3d3a4feb5174092b9e2dd8c8d26d8a5c7f321d60d829262f4b3a962566204fc6e804e3637494be97760e6ef66f888a6ab38 -Size (crossterm-0.20.0.crate) = 103025 bytes -BLAKE2s (crossterm-0.22.1.crate) = 646728025ea249a59f0faf8325335cbe0fd6bedbaf72c3cbe540e8c71c779462 -SHA512 (crossterm-0.22.1.crate) = 2a8534a12bb119be583d491b3595259d164de6922ce2a17bbe6f19fcff93339a6d0d8c08398958a7592d6aa765eb2ebc6e61b54211080785357c711b2c454d91 -Size (crossterm-0.22.1.crate) = 105450 bytes -BLAKE2s (crossterm_winapi-0.8.0.crate) = 1cd33830b10bbb9c4073de69d591201d2738b43e7e1c67d0ef9ad8d776205155 -SHA512 (crossterm_winapi-0.8.0.crate) = e246db39c7adae89ee1699b6a0ca2f5aec2dd053db0698ee25c320eb315c59be51d6db2193493ebecadeebee5a4b6f3c52c2e9ede8088da7f9d102ff7ac1e936 -Size (crossterm_winapi-0.8.0.crate) = 15531 bytes +BLAKE2s (crossterm-0.23.2.crate) = 3af83abff5e5211bf40f435ae725bf78adbbf76bd44418d334ce24c022d9c2ea +SHA512 (crossterm-0.23.2.crate) = 3299e47dedc44988d2f0508a5d81345092f1495c1292994d237c7222b4b52fe91b98e12bfdd88b322242661eaec75857c59f13a430691d4aa867c0e3914254a3 +Size (crossterm-0.23.2.crate) = 106712 bytes BLAKE2s (crossterm_winapi-0.9.0.crate) = 66dfac33e190f850bc4e3b08ffc5fc97efa584e35007e75d8ef748e901878781 SHA512 (crossterm_winapi-0.9.0.crate) = b8c32a82cc83244e8991931e3fe0d85527ee2cc5e6b4a0839d633448dfa8a137c87684e8e079f44edf5a994355e0106bb573b36b57c7420ac5cb6fb0ce20ce8d Size (crossterm_winapi-0.9.0.crate) = 15561 bytes @@ -339,9 +333,9 @@ Size (jni-sys-0.3.0.crate) = 10232 bytes BLAKE2s (jobserver-0.1.24.crate) = b0b568975ec4717e12f16289654bbcde31bc69b7d949171a843cee36d0f44106 SHA512 (jobserver-0.1.24.crate) = 0feade0f1f0a458bdbcedafce8fc39f44adeb56772ea94a59f16f038a743f506db1405a7c8deae65a6a5c1695bfb363c19aeea1c82c41c7f4d1101469f32e42e Size (jobserver-0.1.24.crate) = 21303 bytes -BLAKE2s (jpeg-decoder-0.2.4.crate) = 4bc77d52e2c5abe7a013a4e4971f8b5d8ca2a5f7093cd7950a07793d38b90126 -SHA512 (jpeg-decoder-0.2.4.crate) = 4b4efa9ce0a53f7cd320a4bf47c67473023877dbc922d353402925d4beb0da7f09583382ee7b66f2cac59928e0df0f326178995ed2ff65d7e8aa6a410cfa2abd -Size (jpeg-decoder-0.2.4.crate) = 740451 bytes +BLAKE2s (jpeg-decoder-0.2.5.crate) = da0501b3236e5097f4476a80b93963f7c0e5935c904a478ed9d7166e03054160 +SHA512 (jpeg-decoder-0.2.5.crate) = b6906f7726e9c7d43f6741f9bae64a97953fc7e2a43654ad81d8f56c2aaad683a08cf3f9bacbc61ad19e259bf941113b695adb2735bb2fcafcdba9c4a860fb1a +Size (jpeg-decoder-0.2.5.crate) = 740502 bytes BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b Size (js-sys-0.3.57.crate) = 78605 bytes @@ -360,9 +354,9 @@ Size (lebe-0.5.1.crate) = 8050 bytes BLAKE2s (libaes-0.6.2.crate) = 8d0386087612c044ec363d1568efb8a0f9e31fc8cca38d246d9d33ff86756dc0 SHA512 (libaes-0.6.2.crate) = af4853d973f690308225101b71a5d521e317e932308e4f1e73de9da90feee0701615f0be304c0eccad3f17b08e500d9d92f489a1c3e28bf1fa9a1b41c76eb4b9 Size (libaes-0.6.2.crate) = 24637 bytes -BLAKE2s (libc-0.2.124.crate) = d6836ebb717c50c685a9c48fccaa43f93ed942d24bc719d6b23e2be3d1f87ae6 -SHA512 (libc-0.2.124.crate) = 19fed1eeac7ffbbe36ecb5beb3816b5244d3017b72376e84e532f253e07ee7bc310f6f636aed46174653232fcdb532c2506bc070bef31699db20572df0c45de3 -Size (libc-0.2.124.crate) = 577742 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes BLAKE2s (libdbus-sys-0.2.2.crate) = 7a2b4e3db49dad16a89c2b3d1790dfcee132f93c83949946d6365a63c151932d SHA512 (libdbus-sys-0.2.2.crate) = 70bd8d4705172af1e3eaa76472c78cf90fb6aa45d1cc4b5e93869d21f27eea519582498eac51c4f06d3a17a9a4ecd8607c3b1b3415a1de8aa3f662c7d2012a97 Size (libdbus-sys-0.2.2.crate) = 10990 bytes @@ -384,9 +378,9 @@ Size (lock_api-0.4.7.crate) = 25371 bytes BLAKE2s (lofty-0.6.2.crate) = 5ecac05e15d2cb2603bb4497898d8fd0c761547e03eac0571a173197d95c6d2c SHA512 (lofty-0.6.2.crate) = 6fd9ee2a4365f44285d76b5b8d61a2b3994f5b7b812d6d7f479911c56a4f1e163825626eea8f378898dc4af962efcbc57d5fc1dbf4d41822f8aaee6d1150d8c5 Size (lofty-0.6.2.crate) = 128986 bytes -BLAKE2s (log-0.4.16.crate) = 0f9e5a7e5aa99810947b7e3e8a9e057d1275ead9277283661b48c55e3cdeff78 -SHA512 (log-0.4.16.crate) = b12dfcd8bec2f44864b8174776d3151ddf1fa1d82bc8a54fb155d5af3b2af959aab4899d72835a3c25cf58d6c41cd7f1b16c2accbdc20a0eba7e8be3d1883ee1 -Size (log-0.4.16.crate) = 37758 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (mach-0.3.2.crate) = bf1a5764cf0612d0597472239373d06a2d47249c3337b2a91703f57010ab73de SHA512 (mach-0.3.2.crate) = 73622b37915f3445a57cbac5eb378bfee61f5a2383c0dd8bd7c29b5e46447405ebaeb706f3a3274e5afe37b0506afaf1511836cb8897d9d480a3abd41f18fa26 Size (mach-0.3.2.crate) = 19611 bytes @@ -399,9 +393,9 @@ Size (matches-0.1.9.crate) = 2246 bytes BLAKE2s (md5-0.7.0.crate) = 41eb8e3b97a1df8a9c2da6d437dc4a7111293094a87263db68339455da128d28 SHA512 (md5-0.7.0.crate) = 569c992eafe25986a1328666a428b2335ecc5cb7a5ba142c34d7abb1247f6768c0bb3dce790121686d4ebf1b4a1832d65315136552163dfba5f799f99551544a Size (md5-0.7.0.crate) = 6671 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f Size (memoffset-0.6.5.crate) = 7686 bytes @@ -411,9 +405,9 @@ Size (minimal-lexical-0.2.1.crate) = 94841 bytes BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 Size (miniz_oxide-0.5.1.crate) = 52418 bytes -BLAKE2s (mio-0.7.14.crate) = ad1b75d1b12f3252ef4cad0b5787466c6d099305e6d8621e79a2ae9a891790d1 -SHA512 (mio-0.7.14.crate) = 2349691ea87a086f9bd8df5738705e9d7b59399089948f810b6a7124beffd44dee348703c89b4b1af8d84821dcb932960dc4bd9ec9543558f59a40c4806fbfd9 -Size (mio-0.7.14.crate) = 87429 bytes +BLAKE2s (mio-0.8.2.crate) = 5354cbe0c9ebb4e593448584a582a6be3bb3cdb1e274abb0ba112046d98b2495 +SHA512 (mio-0.8.2.crate) = c82ea0afc0de8acf162188a6131373f3cb3e7f3abb3094dd51fa9094e42a36806954f267840b3fed18c0ac3ee75af0451dfea5509ab65a94dcc93057c7d37393 +Size (mio-0.8.2.crate) = 88272 bytes BLAKE2s (miow-0.3.7.crate) = 2f0e482e38ef6484f82da33b5e693f2923b1f94537b755ad2272a95614f62e88 SHA512 (miow-0.3.7.crate) = 451073e8913148889493de0373bc0450c8b23e136e151b48b9976292e4e03b7c3f3279ecf49dda5196badfe662a661a998cfa456d2ec340a495d54a4d2382699 Size (miow-0.3.7.crate) = 24563 bytes @@ -453,18 +447,18 @@ Size (num-bigint-0.4.3.crate) = 97799 bytes BLAKE2s (num-derive-0.3.3.crate) = d75d440075e27eb02566c9a87f0f125cd7dc3b70b61bb9e50bccd4c411d8e814 SHA512 (num-derive-0.3.3.crate) = e0f4d06fff26c2d2b140ff5ec1ba655a46c8d8fda484f03a8ad4910e8cf1392f0130d5c0bfbbe3bfb95da1f93e964f73364de6551fddd81e6fc27bfa35c15053 Size (num-derive-0.3.3.crate) = 14545 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes BLAKE2s (num-iter-0.1.43.crate) = 7ddc02427ef1a9ccf06ed7de6ba9fb3c5d5beb2afe2ae69485795da4a0f7f229 SHA512 (num-iter-0.1.43.crate) = 97ac20f16d4518c8cbe944e5c80089fa6bb75d4632fb9f3c9d9891aaddb0e0f2209f6e854317f3d3b41bfb330c9d3ed830f3797f0120d4b1863b1d6fa3b9c07b Size (num-iter-0.1.43.crate) = 10655 bytes BLAKE2s (num-rational-0.4.0.crate) = 17b65661ce66a759aa634b94bb718b60c38e8aa62509c55c318b660be70d53db SHA512 (num-rational-0.4.0.crate) = 96b5fd3d407210e6e81aac72b542be5c5acf0f1132097e4b82a65042fb2bd98591e12e5153b96b38c71f69e613e295542d23dc73a98b08ffd49d9ef2a062eded Size (num-rational-0.4.0.crate) = 26428 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 Size (num_cpus-1.13.1.crate) = 14752 bytes @@ -477,9 +471,9 @@ Size (num_enum_derive-0.5.7.crate) = 12225 bytes BLAKE2s (objc-0.2.7.crate) = e34a570a877d402bef4a22098157a24171ada921812037222da0b82a1424f391 SHA512 (objc-0.2.7.crate) = 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988 Size (objc-0.2.7.crate) = 22036 bytes -BLAKE2s (oboe-0.4.5.crate) = 0996b85a53a632547575a54aaf1722c9f7b0007ae4067b8f259aa5e52ff61edf -SHA512 (oboe-0.4.5.crate) = 0836e96c2c53e8b60a1848587ee9bf58d9ec4f341e0ef75eaffa3ad3c2553ffad708c4ac2ce1f0a7de61ad3595c2a9b08b3d39518d6ee6f52e80405814319c79 -Size (oboe-0.4.5.crate) = 23850 bytes +BLAKE2s (oboe-0.4.6.crate) = 8cbe0832fee25d060c10087d8637e202340de62624e06149df67886dc8417bff +SHA512 (oboe-0.4.6.crate) = bfd792bb8cf2254030e2750b09a87da70defc4fc65882d94ca70469b175e04175787bd89707cd4dee876dba127b8f3b8ad9c5eee32ef5ff0cad49b046b29a793 +Size (oboe-0.4.6.crate) = 24067 bytes BLAKE2s (oboe-sys-0.4.5.crate) = 1d874a8df79a868a057726d6c4fe94e76da6be65f4669b29f745989114ceece8 SHA512 (oboe-sys-0.4.5.crate) = b8e31b5cfcba10d43b9e373793427341175b7e84f8805fd18a8be387bae407801a0f196d0910103175c23e41b193c4eded2a4597b958128c29e401a27d9b4474 Size (oboe-sys-0.4.5.crate) = 140656 bytes @@ -501,9 +495,15 @@ Size (output_vt100-0.1.3.crate) = 4473 bytes BLAKE2s (parking_lot-0.11.2.crate) = f71d251ca07227ef3e0bd33ba4c7cae8bd77958eb847d00ff7e462aeb3e4e8ea SHA512 (parking_lot-0.11.2.crate) = 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e Size (parking_lot-0.11.2.crate) = 39869 bytes +BLAKE2s (parking_lot-0.12.0.crate) = 178768a6e75a71099c9fbd12f427dd5e6b7bef0a92eb6c34e0873b8d4bb507b3 +SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f +Size (parking_lot-0.12.0.crate) = 39761 bytes BLAKE2s (parking_lot_core-0.8.5.crate) = 9f38174a007023d5108d3cc50446a3138b443d363f44d5d2670fed55d3516a2d SHA512 (parking_lot_core-0.8.5.crate) = c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 Size (parking_lot_core-0.8.5.crate) = 32466 bytes +BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 +SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df +Size (parking_lot_core-0.9.3.crate) = 32256 bytes BLAKE2s (paste-1.0.7.crate) = 9e47b3e1e13b2312e6a60157dc832bf2c7d164365336a45fcf0b0becd9e728e9 SHA512 (paste-1.0.7.crate) = 6f203485cd916f68c4acac6fe6193e2ed8c5a36a6f58865fecbbc4e112e14c6e849cf61cfdbe22fd5b6311d60f1831d726da519a51a1a936552c3b39f01c90f0 Size (paste-1.0.7.crate) = 18285 bytes @@ -552,9 +552,9 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.37.crate) = 7df0f3468a68248fb6bb32150f677fcdc3fa3c62355feece702f8fb359889a87 -SHA512 (proc-macro2-1.0.37.crate) = cedb3433c6dfff39b404f8939c67e98303bb89a47e2cfb9659eeda1ca3e3d167800dca482374501632ab6d2283105dbd7560a157b48a351b2d3da059f946be55 -Size (proc-macro2-1.0.37.crate) = 41378 bytes +BLAKE2s (proc-macro2-1.0.38.crate) = c00fd51764ea0d2f85fd07ee9c649904b37e88b82bba50fa8eb6629e03347a91 +SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 +Size (proc-macro2-1.0.38.crate) = 41687 bytes BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 Size (quote-1.0.18.crate) = 28911 bytes @@ -621,15 +621,15 @@ Size (scopeguard-1.1.0.crate) = 11470 bytes BLAKE2s (sct-0.7.0.crate) = 100ba6a03c4cd585a5c299ab183067ffae3bd7d9e1ef4f6201d4f7d35426493d SHA512 (sct-0.7.0.crate) = 175d2a912e3f35dcb110991a066d7d9b0d47a0febe4e92ab7d92a27c886a7eb9abf203c9080b3e2cbda9bedbc816bd138476363c2a0c7367d3abc7e6bce83046 Size (sct-0.7.0.crate) = 27502 bytes -BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 -SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 -Size (serde-1.0.136.crate) = 76158 bytes -BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf -SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 -Size (serde_derive-1.0.136.crate) = 54776 bytes -BLAKE2s (serde_json-1.0.79.crate) = d12eba94c3e529435de4c570027e0035cefc74b5d14cfd0db96e5ea508f51c0a -SHA512 (serde_json-1.0.79.crate) = 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 -Size (serde_json-1.0.79.crate) = 144451 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes BLAKE2s (shellexpand-2.1.0.crate) = cd7c873d9f511bb018b3941335d7a45391686a2bfe524da6b7115dbaf590cb02 SHA512 (shellexpand-2.1.0.crate) = 90d32a5547691c9118a50748feb71bafca44718f0d5ff90cd5d4d9ee893ed4cad2d761a562917f7f26a8ea39154a4aba8dd6351fbf38f8bbf9157aa7c7947413 Size (shellexpand-2.1.0.crate) = 14697 bytes @@ -723,18 +723,18 @@ Size (termcolor-1.1.3.crate) = 17242 bytes BLAKE2s (terminal_size-0.1.17.crate) = ea59269fe3bf9b397940ef374c11f53bec37aa94079b597891b72a70582225d9 SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 Size (terminal_size-0.1.17.crate) = 9141 bytes -BLAKE2s (termusic-0.6.14.tar.gz) = a053c2c6aae7a0abeb58aee861031b29db69c9e650aa12d3329d6a96bb1cd932 -SHA512 (termusic-0.6.14.tar.gz) = 3d19aafa3cea9b5979abb3a3a605aec066e58ca5a92cca456953ec33f7be9df0d4fecc78015e5d1a7992f95be969b44e003bb74827fdde1f5ab20e3284210887 -Size (termusic-0.6.14.tar.gz) = 3254276 bytes +BLAKE2s (termusic-0.6.15.tar.gz) = c1470eec539ae8027534ebef6961ce1bdd8b459ba2dba0fac6d02e5570a3fb8e +SHA512 (termusic-0.6.15.tar.gz) = 41e8167f1071e73004af131156d45b65f5956142489b28613911d08fd0f83f42cdf1e4b396d91b57917294af4c9b3039af830259ebabeac429e2ede32f28c78a +Size (termusic-0.6.15.tar.gz) = 3255590 bytes BLAKE2s (textwrap-0.14.2.crate) = fd4222c5777268724d53efad1778b87a3f176dbf175fc0a3442ddb39c87deab7 SHA512 (textwrap-0.14.2.crate) = 521ab37e03aae8fcce5b909541399fc90a23020e353f95102c658fa94ffc56b9bdff43f47fb3da6e30f5c9cc9447fab72fe21d7276dfa21fe5a1a5a1c874e371 Size (textwrap-0.14.2.crate) = 52016 bytes -BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (threadpool-1.8.1.crate) = 3b1cd779432c3dced17a5d7aaa29014d54c5e3b90eec68d4d2f687b43d6c1c1f SHA512 (threadpool-1.8.1.crate) = adaa5aecdeec25848af15b160e5b39833978454d834974211bd586d81837f2ce89e5590f08b7e0d4868346cf57056913a5d41bc8bf92b89109ed769cce4a8be0 Size (threadpool-1.8.1.crate) = 14408 bytes @@ -750,18 +750,18 @@ Size (tinyvec_macros-0.1.0.crate) = 1817 bytes BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 Size (toml-0.5.9.crate) = 55667 bytes -BLAKE2s (tui-0.17.0.crate) = a88157addc9b0b4a248822edffe529505f2fbb5273beb3538fb7c9431251eeaa -SHA512 (tui-0.17.0.crate) = 3f923ea3320ba4d5e28fb511f4dac6d903e8b80ab1a7bea0c6a8eb5223f036026893442ec15f423b8c9f866a76cde0c97a1389285be9af667a7ad35b94dd3a97 -Size (tui-0.17.0.crate) = 139547 bytes +BLAKE2s (tui-0.18.0.crate) = 86152699f47fa3d09a7bc7478fbb543fc8b5e646e93e4bbc81119962de9ee8b2 +SHA512 (tui-0.18.0.crate) = 6cf86df7df5ad8bb06e60c33b5d93c46634fff66533e26bf095b1e976253eec047ee30b0e0256202cfc5b477afffa7e967701bb5c28fe46917020c4ee30bb8f5 +Size (tui-0.18.0.crate) = 139948 bytes BLAKE2s (tui-realm-stdlib-1.1.6.crate) = 2eb706f6584b3593f9ed032c502e88c15f059a9f9d2dfefad60e6752b46a77d0 SHA512 (tui-realm-stdlib-1.1.6.crate) = cb092b57bc93901c53cf9167ebbd1219711f5e0e5821816f5c005c3cfba6ab09ad6e454b65f7db8c1e72f0a7bf840e8f35c6d305859ae1a2de27b87795e93aea Size (tui-realm-stdlib-1.1.6.crate) = 40355 bytes BLAKE2s (tui-realm-treeview-1.1.0.crate) = 9cca84e4d50ca3fd546db14147be06605a2b5d98dfce0da9e73d73e410aca61b SHA512 (tui-realm-treeview-1.1.0.crate) = 241140974ed4d9502b59966fd56d38b459e98a49a153878a1707decc4251a21e2d42358648b0c1a854a7c85bb61ce80f715d89659d74b1b4ea30ac60c088295d Size (tui-realm-treeview-1.1.0.crate) = 20390 bytes -BLAKE2s (tuirealm-1.5.0.crate) = 572bf21b14364877e17c133dc633b4f8c81c2008fd7a2e75cc35699af968179c -SHA512 (tuirealm-1.5.0.crate) = 5c63314eef2095de86c32f1cf74f6dd23ae9fbc33282a56b84678ee172248beb8ba7ac977b5077f553e60def82dac444fc62ab4a37cb318af26fff682f34d9ad -Size (tuirealm-1.5.0.crate) = 58059 bytes +BLAKE2s (tuirealm-1.6.0.crate) = 62d5f426b125bb117a1f54069cfbc4d5769e8cce9480bbed409cf2a44caa041b +SHA512 (tuirealm-1.6.0.crate) = 255ce82cfd731840c8ea65b9068979707830868fac6424685793eb1c6c52afcd88ed025484930039613e4726004562dace11e9157c61df52a739ae1645b62319 +Size (tuirealm-1.6.0.crate) = 58546 bytes BLAKE2s (tuirealm_derive-1.0.0.crate) = c473180d9cd70e390f860d41d72016fceb9b8ed70ddfaae3890d34f09330ff98 SHA512 (tuirealm_derive-1.0.0.crate) = 4ab4ba367b5d80a7bb601aee94a07ede256de9570befd54bb412b41b89b93662973fa92b424af5b6bf82adb50f067c1ab953a6a8d3c8abf237df9b13341b53c6 Size (tuirealm_derive-1.0.0.crate) = 4914 bytes @@ -780,9 +780,9 @@ Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (untrusted-0.7.1.crate) = 48f0deda5147bf1af1cfd64f69dbf4f508c292fc732653a243a76f916442ccb5 SHA512 (untrusted-0.7.1.crate) = 5ebe3266912e4e78fdfdd13f9fcc07e9cf489d19d5e9ff346486f47aa58a0aca35278d561612c49eb3cab5a6759ac974d3b92bfabc399e1bc0808428dc347be0 Size (untrusted-0.7.1.crate) = 7924 bytes @@ -801,15 +801,18 @@ Size (version-compare-0.1.0.crate) = 14169 bytes BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 Size (version_check-0.9.4.crate) = 14895 bytes -BLAKE2s (viuer-0.6.0.crate) = 346eb84b9398317eb6ba0650ec11575a12a70457cb43af753df85db50176107d -SHA512 (viuer-0.6.0.crate) = d11862cda957df82a3f9bbf0eb480b489af94b65bb768365b2e19d2df11941747d62b1da65674eb5cbc1e139e663bec578f57889c726fa901ae8f0b62c6342ae -Size (viuer-0.6.0.crate) = 14486 bytes +BLAKE2s (viuer-0.6.1.crate) = 969f4b991004e10f61e3d3cba24bbb804856370987ae1304f0c9ad3273d926c5 +SHA512 (viuer-0.6.1.crate) = 51b8bee7182631f62b634a63736120e93027ad698c747cb3210f8d0ccbc968c684d66ae25a449da34ffd857381dd19d7d7ff30db8d6c16b2257722eefa3f1541 +Size (viuer-0.6.1.crate) = 14527 bytes BLAKE2s (walkdir-2.3.2.crate) = 263ff268c90c765cb836aa4743eb2e30fb738a655b3e146e059f0dbad9e6bfc4 SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da Size (walkdir-2.3.2.crate) = 23516 bytes BLAKE2s (wasi-0.10.2+wasi-snapshot-preview1.crate) = a99255257c1a9724a1e5a6c5bde6fd95cc850c6bcd881d2030755acc62bb8c23 SHA512 (wasi-0.10.2+wasi-snapshot-preview1.crate) = 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 Size (wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 bytes +BLAKE2s (wasi-0.11.0+wasi-snapshot-preview1.crate) = f023780bb2e4a8571dcb1012e76cfbfc3804df53b89abd5cd8ede9d7c5847d4c +SHA512 (wasi-0.11.0+wasi-snapshot-preview1.crate) = 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f +Size (wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 bytes BLAKE2s (wasm-bindgen-0.2.80.crate) = 89702404d92c467bb03354d32a59840774b6aa253d928c5e44acc841da320b34 SHA512 (wasm-bindgen-0.2.80.crate) = 928fd6575217909a46f23ea8147caa438efed8eef31d1e0d75610fc380c18d7cf51cb74c7d5c83136d36433fd19bc9256b6566c2624a4008daca1b3e155aacf1 Size (wasm-bindgen-0.2.80.crate) = 164576 bytes @@ -864,21 +867,39 @@ Size (windows-0.29.0.crate) = 10223369 bytes BLAKE2s (windows-named-pipe-0.1.0.crate) = 465c995bf1846e8401b4c6b33c11596ebbb96bf7ccaa009b22b9936861924ee1 SHA512 (windows-named-pipe-0.1.0.crate) = bd81aa73e94a0aa19e045f424eace94a64406bb6da30102888f1d8f551816d6a772be8fc835f7e98a7b6440f19127f9675df883405275c66128a6e27032eeed2 Size (windows-named-pipe-0.1.0.crate) = 3878 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes BLAKE2s (windows_aarch64_msvc-0.29.0.crate) = 7b6f583b734b64b9f845709ca0fbc57edfb7e54fb76c8a8f0ab1bc27916f039a SHA512 (windows_aarch64_msvc-0.29.0.crate) = 4a0cbbc44066737e110197efdb36cb770d8bd406299a15f48aef146f888b46bf715e19417639c39212cddaba34ce67a32b83f6a7251f2f30eb7328f6d3402183 Size (windows_aarch64_msvc-0.29.0.crate) = 669639 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes BLAKE2s (windows_i686_gnu-0.29.0.crate) = 324d12696b2bb099d421e319e356bddb1132e8b0e38cc1a169794cf182486a81 SHA512 (windows_i686_gnu-0.29.0.crate) = baee4f2a036002bc1add15a5ea13a0b06a089c206cb681e66781a456be20cecf0e72a9ba88b31143aefd4ddee4fa4a7213b74725d58c550905751eb4fc2e254d Size (windows_i686_gnu-0.29.0.crate) = 774446 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes BLAKE2s (windows_i686_msvc-0.29.0.crate) = 6c2396f8ee6d1af6f2f3f20402c98d7f294795dcab18a623564c336b1a394618 SHA512 (windows_i686_msvc-0.29.0.crate) = 58812ddc06f3330812132e4604777b860a2bf067e07a58276948758f9c0a576dc30d256e8023578312d1e3a789c29dac932f404b164615b51e1cf3395ab01928 Size (windows_i686_msvc-0.29.0.crate) = 732279 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes BLAKE2s (windows_x86_64_gnu-0.29.0.crate) = c035f9199abad37da54674a75c83057454033230475a803b26a166d6e3b2ec4a SHA512 (windows_x86_64_gnu-0.29.0.crate) = 77bec6fdea32ab556988bcddd51e484f44ba9265a0e27c3cd2bfeea939e66858482affb2a1f2c37681167593d71379dfd4a1684648c5867d7c6f01eb089839d2 Size (windows_x86_64_gnu-0.29.0.crate) = 743224 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes BLAKE2s (windows_x86_64_msvc-0.29.0.crate) = ded1ac051be263f1f21e812d3c62c0233297ea669ca204fe3b3765030290492b SHA512 (windows_x86_64_msvc-0.29.0.crate) = 3a1126c58744f32af6ad96c2e524bbeacf2a809a4536d3013554d1366415f508d0ce4bda1f9d4758a17b04fa7232f77393a50aee08654e97212a1aeae18844ac Size (windows_x86_64_msvc-0.29.0.crate) = 668947 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes BLAKE2s (yaml-rust-0.4.5.crate) = 65c7c0fe708cb682959e36fbb03b09a35b09d529e5c87364107f5985940a1404 SHA512 (yaml-rust-0.4.5.crate) = 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0 Size (yaml-rust-0.4.5.crate) = 47783 bytes From 86606e2d17ab6904207c3f13a77dc06a0d0d4fe2 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:46:01 +0000 Subject: [PATCH 0038/1154] doc: Updated audio/termusic to 0.6.15 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 72054e891a448..b4765750e331b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2446 2022/05/09 21:44:39 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2447 2022/05/09 21:46:01 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3798,3 +3798,4 @@ Changes to the packages collection and infrastructure in 2022: Updated audio/schismtracker to 20220506 [fcambus 2022-05-09] Updated devel/goredo to 1.25.0 [schmonz 2022-05-09] Updated net/trippy to 0.3.1 [pin 2022-05-09] + Updated audio/termusic to 0.6.15 [pin 2022-05-09] From 57cd54c15d1fba6e75dd2c19f36e58302642cbfd Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:47:01 +0000 Subject: [PATCH 0039/1154] textproc/lok: update to 0.2.1 No changelog provided. --- textproc/lok/Makefile | 4 ++-- textproc/lok/cargo-depends.mk | 6 ++---- textproc/lok/distinfo | 20 +++++++------------- 3 files changed, 11 insertions(+), 19 deletions(-) diff --git a/textproc/lok/Makefile b/textproc/lok/Makefile index 3df307f91a31f..17fa63e703eb0 100644 --- a/textproc/lok/Makefile +++ b/textproc/lok/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2022/04/15 16:18:45 pin Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/09 21:47:01 pin Exp $ -DISTNAME= lok-0.2.0 +DISTNAME= lok-0.2.1 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_GITHUB:=wyhaya/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/lok/cargo-depends.mk b/textproc/lok/cargo-depends.mk index 04b666b09de7c..6d760a4329875 100644 --- a/textproc/lok/cargo-depends.mk +++ b/textproc/lok/cargo-depends.mk @@ -1,10 +1,10 @@ -# $NetBSD: cargo-depends.mk,v 1.2 2022/04/15 16:18:45 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.3 2022/05/09 21:47:01 pin Exp $ CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 CARGO_CRATE_DEPENDS+= atty-0.2.13 CARGO_CRATE_DEPENDS+= autocfg-1.0.1 CARGO_CRATE_DEPENDS+= bitflags-1.2.1 -CARGO_CRATE_DEPENDS+= bright-0.4.0 +CARGO_CRATE_DEPENDS+= bright-0.4.1 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= clap-2.34.0 CARGO_CRATE_DEPENDS+= const_fn-0.4.5 @@ -12,11 +12,9 @@ CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.1 CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.1 CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.1 CARGO_CRATE_DEPENDS+= glob-0.3.0 -CARGO_CRATE_DEPENDS+= hermit-abi-0.1.3 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= libc-0.2.70 CARGO_CRATE_DEPENDS+= memoffset-0.6.1 -CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= same-file-1.0.5 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 CARGO_CRATE_DEPENDS+= strsim-0.8.0 diff --git a/textproc/lok/distinfo b/textproc/lok/distinfo index 865baae546aae..75d5fd48a6133 100644 --- a/textproc/lok/distinfo +++ b/textproc/lok/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2022/04/15 16:18:45 pin Exp $ +$NetBSD: distinfo,v 1.7 2022/05/09 21:47:01 pin Exp $ BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 @@ -12,9 +12,9 @@ Size (autocfg-1.0.1.crate) = 12908 bytes BLAKE2s (bitflags-1.2.1.crate) = d88eaeb22f47d784119fe5d2ecd3e09ef458afb28b23c53a23566144e1ee218d SHA512 (bitflags-1.2.1.crate) = ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b Size (bitflags-1.2.1.crate) = 16745 bytes -BLAKE2s (bright-0.4.0.crate) = 12299c74a5cb67e2b4b95ab95eee3092afa7153d3a5db0636a71d1fc4ddc5f8d -SHA512 (bright-0.4.0.crate) = 1777091bb134a29d39e7eed8fbb078084fb3966895441801adb6d3a58804ef698a417ec0ac5f20a304854c74e61c3e675682d9a28234a5f9f7b8894f5f42c9ea -Size (bright-0.4.0.crate) = 4071 bytes +BLAKE2s (bright-0.4.1.crate) = eda2f4f20986b87da5a7f40947cc8fd6f98696391882ce1f5ef4817225e6954d +SHA512 (bright-0.4.1.crate) = ac639fdd27e71da8925e2d869164d94918ee231ad3e04691601d9563a7e3006c46d78eb0f84cf0a78f3cfbc6e7c6647dae9ff2cb95884da5dc6adb62af3775b3 +Size (bright-0.4.1.crate) = 4445 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes @@ -36,24 +36,18 @@ Size (crossbeam-utils-0.8.1.crate) = 35914 bytes BLAKE2s (glob-0.3.0.crate) = a60fa0dbb50f7da285b5ad2a74a36139efc9e6fe2f33c9ac81cf2c2db6b024f0 SHA512 (glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46 Size (glob-0.3.0.crate) = 18724 bytes -BLAKE2s (hermit-abi-0.1.3.crate) = 30ab865e829a7e651f94d4f9ae863a724a527acb7bfd3c7a42435db91da8a23e -SHA512 (hermit-abi-0.1.3.crate) = ca85d69192ddd2c1cf0f12d6abc7eaa70a71956df5b55aaf1d3780c6e40207c33bb188a92a5f4769478c4ce13bd93cfd6b4134a21e245781b4ab4e3cb3eabe87 -Size (hermit-abi-0.1.3.crate) = 6741 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes BLAKE2s (libc-0.2.70.crate) = 43bbe9469f3e1aa0eb4940b9861f73417aa6c52910bbab6e932a97ebec141942 SHA512 (libc-0.2.70.crate) = a543b972e73d5bf142988464cd62f4402b782796074aabf4ec9396e341050d545b83212c7e4c62c224d5e06de4d794c67fea91b83d605626df115b30d8f326de Size (libc-0.2.70.crate) = 472909 bytes -BLAKE2s (lok-0.2.0.tar.gz) = 90578c5f40e2ddad17c885996cefee3034fea14d575aa73c70cfbe6cf968820b -SHA512 (lok-0.2.0.tar.gz) = 6800d19fc31d498688ca15d72dd1abb659cc2e73ada2f3d22ed9e5d5365b673aedd0827e64b184deffbef584621247be759ad57f1055c3f76aaca0095f9ba416 -Size (lok-0.2.0.tar.gz) = 13035 bytes +BLAKE2s (lok-0.2.1.tar.gz) = 78d86a872abc3877159cfab6ba0849a411d80c276322ebcba07c597f85695d5b +SHA512 (lok-0.2.1.tar.gz) = fda12f23959f544d421472973f7c29972ff7479afd28702dc8ff1e6c9ef3cb59c8472833a2af48ceb4c48559648446b06262e344ed5df64add95b21e9b431500 +Size (lok-0.2.1.tar.gz) = 12971 bytes BLAKE2s (memoffset-0.6.1.crate) = 5b864adb907a191398a7e184d79986ce39544f49045035ed838c6698386a9a80 SHA512 (memoffset-0.6.1.crate) = 74d081af00b7e442198b786d79e4ef35c243d2e78347ab9cb50e127569aed3fd77b47b95df6f361a716abce27c8cc6cb1dfa12c92b0b2208b21f9eb9527b61be Size (memoffset-0.6.1.crate) = 7706 bytes -BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 -SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 -Size (num_cpus-1.13.1.crate) = 14752 bytes BLAKE2s (same-file-1.0.5.crate) = 163684cc3a1f66e9287e042773f37ef36eada9534bfd3b1a9ebce8f8e1ce39c9 SHA512 (same-file-1.0.5.crate) = 33be985579210b64eed7e26f24a695e2a59992ae51723e5aa026ba34dbb05be4c377bb25db9797dca1f70aa4be58f33cae32a89b61fe6b9353de9fb902ba2dcc Size (same-file-1.0.5.crate) = 9861 bytes From 73845545ec4265efce3ea1fe6add03a8316e6ba3 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:47:19 +0000 Subject: [PATCH 0040/1154] doc: Updated textproc/lok to 0.2.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b4765750e331b..91aaddbedbf21 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2447 2022/05/09 21:46:01 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2448 2022/05/09 21:47:19 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3799,3 +3799,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/goredo to 1.25.0 [schmonz 2022-05-09] Updated net/trippy to 0.3.1 [pin 2022-05-09] Updated audio/termusic to 0.6.15 [pin 2022-05-09] + Updated textproc/lok to 0.2.1 [pin 2022-05-09] From 74c729b9ff1c156da8e335ac0a786aba2d362cf1 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:48:48 +0000 Subject: [PATCH 0041/1154] news/tuifeed: reset maintainer --- news/tuifeed/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/news/tuifeed/Makefile b/news/tuifeed/Makefile index 729c15b13b97a..aca9bf818a60d 100644 --- a/news/tuifeed/Makefile +++ b/news/tuifeed/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2021/11/18 13:08:22 pin Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/09 21:48:48 pin Exp $ DISTNAME= tuifeed-0.1.1 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_GITHUB:=veeso/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/veeso/tuifeed/ COMMENT= Terminal feed reader with a fancy ui LICENSE= mit @@ -15,7 +15,8 @@ LICENSE= mit INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/tuifeed ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/tuifeed \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" From c8d7685df13bf8ee9dcb5459495a3a74c8da12c9 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:50:09 +0000 Subject: [PATCH 0042/1154] sysutils/hcal: reset maintainer --- sysutils/hcal/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/hcal/Makefile b/sysutils/hcal/Makefile index 42ae0cddf4f30..b758e64308f3e 100644 --- a/sysutils/hcal/Makefile +++ b/sysutils/hcal/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2022/02/17 19:34:42 pin Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/09 21:50:09 pin Exp $ DISTNAME= hcal-0.3.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=0xflotus/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/0xflotus/hcal/ COMMENT= Hexadecimal calendar in terminal for programmers LICENSE= mit @@ -15,7 +15,8 @@ LICENSE= mit INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/hcal ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/hcal \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" From 53a2f267c87038adf3dd523cd3158d023bec3966 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:52:34 +0000 Subject: [PATCH 0043/1154] textproc/hck: import pkg hck is a shortening of hack, a rougher form of cut. A close to drop in replacement for cut that can use a regex delimiter instead of a fixed string. Additionally this tool allows for specification of the order of the output columns using the same column selection syntax as cut. No single feature of hck on its own makes it stand out over awk, cut, xsv or other such tools. Where hck excels is making common things easy, such as reordering output fields, or splitting records on a weird delimiter. It is meant to be simple and easy to use while exploring datasets. Think of this as filling a gap between cut and awk. --- textproc/hck/DESCR | 11 ++ textproc/hck/Makefile | 22 +++ textproc/hck/PLIST | 2 + textproc/hck/cargo-depends.mk | 115 ++++++++++++ textproc/hck/distinfo | 344 ++++++++++++++++++++++++++++++++++ 5 files changed, 494 insertions(+) create mode 100644 textproc/hck/DESCR create mode 100644 textproc/hck/Makefile create mode 100644 textproc/hck/PLIST create mode 100644 textproc/hck/cargo-depends.mk create mode 100644 textproc/hck/distinfo diff --git a/textproc/hck/DESCR b/textproc/hck/DESCR new file mode 100644 index 0000000000000..14ec1d81177b5 --- /dev/null +++ b/textproc/hck/DESCR @@ -0,0 +1,11 @@ +hck is a shortening of hack, a rougher form of cut. + +A close to drop in replacement for cut that can use a regex delimiter instead +of a fixed string. Additionally this tool allows for specification of the order +of the output columns using the same column selection syntax as cut. + +No single feature of hck on its own makes it stand out over awk, cut, xsv or +other such tools. Where hck excels is making common things easy, such as +reordering output fields, or splitting records on a weird delimiter. It is +meant to be simple and easy to use while exploring datasets. Think of this as +filling a gap between cut and awk. diff --git a/textproc/hck/Makefile b/textproc/hck/Makefile new file mode 100644 index 0000000000000..bb1fda07b58d0 --- /dev/null +++ b/textproc/hck/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2022/05/09 21:52:34 pin Exp $ + +DISTNAME= hck-0.7.2 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GITHUB:=sstadick/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pin@NetBSD.org +HOMEPAGE= https://github.com/sstadick/hck/ +COMMENT= Sharp cut(1) clone +LICENSE= unlicense OR mit + +.include "cargo-depends.mk" + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/hck \ + ${DESTDIR}${PREFIX}/bin + +.include "../../lang/rust/cargo.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/hck/PLIST b/textproc/hck/PLIST new file mode 100644 index 0000000000000..b74eed9f08a78 --- /dev/null +++ b/textproc/hck/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/09 21:52:34 pin Exp $ +bin/hck diff --git a/textproc/hck/cargo-depends.mk b/textproc/hck/cargo-depends.mk new file mode 100644 index 0000000000000..240907d1907f5 --- /dev/null +++ b/textproc/hck/cargo-depends.mk @@ -0,0 +1,115 @@ +# $NetBSD: cargo-depends.mk,v 1.1 2022/05/09 21:52:34 pin Exp $ + +CARGO_CRATE_DEPENDS+= adler-1.0.2 +CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 +CARGO_CRATE_DEPENDS+= atty-0.2.14 +CARGO_CRATE_DEPENDS+= autocfg-1.1.0 +CARGO_CRATE_DEPENDS+= bitflags-1.3.2 +CARGO_CRATE_DEPENDS+= bstr-0.2.17 +CARGO_CRATE_DEPENDS+= built-0.5.1 +CARGO_CRATE_DEPENDS+= bumpalo-3.9.1 +CARGO_CRATE_DEPENDS+= bytecount-0.6.2 +CARGO_CRATE_DEPENDS+= byteorder-1.4.3 +CARGO_CRATE_DEPENDS+= bytes-1.1.0 +CARGO_CRATE_DEPENDS+= cargo-lock-7.1.0 +CARGO_CRATE_DEPENDS+= cc-1.0.73 +CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 +CARGO_CRATE_DEPENDS+= clap-3.1.17 +CARGO_CRATE_DEPENDS+= clap_derive-3.1.7 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 +CARGO_CRATE_DEPENDS+= cmake-0.1.48 +CARGO_CRATE_DEPENDS+= core_affinity-0.5.10 +CARGO_CRATE_DEPENDS+= crc32fast-1.3.2 +CARGO_CRATE_DEPENDS+= env_logger-0.9.0 +CARGO_CRATE_DEPENDS+= fastrand-1.7.0 +CARGO_CRATE_DEPENDS+= flate2-1.0.23 +CARGO_CRATE_DEPENDS+= flume-0.10.12 +CARGO_CRATE_DEPENDS+= fnv-1.0.7 +CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 +CARGO_CRATE_DEPENDS+= futures-core-0.3.21 +CARGO_CRATE_DEPENDS+= futures-sink-0.3.21 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 +CARGO_CRATE_DEPENDS+= git2-0.13.25 +CARGO_CRATE_DEPENDS+= globset-0.4.8 +CARGO_CRATE_DEPENDS+= grep-cli-0.1.6 +CARGO_CRATE_DEPENDS+= gzp-0.9.5 +CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 +CARGO_CRATE_DEPENDS+= heck-0.4.0 +CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 +CARGO_CRATE_DEPENDS+= humantime-2.1.0 +CARGO_CRATE_DEPENDS+= idna-0.2.3 +CARGO_CRATE_DEPENDS+= indexmap-1.8.1 +CARGO_CRATE_DEPENDS+= instant-0.1.12 +CARGO_CRATE_DEPENDS+= jobserver-0.1.24 +CARGO_CRATE_DEPENDS+= js-sys-0.3.57 +CARGO_CRATE_DEPENDS+= kernel32-sys-0.2.2 +CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 +CARGO_CRATE_DEPENDS+= libc-0.2.125 +CARGO_CRATE_DEPENDS+= libdeflate-sys-0.7.5 +CARGO_CRATE_DEPENDS+= libdeflater-0.7.5 +CARGO_CRATE_DEPENDS+= libgit2-sys-0.12.26+1.3.0 +CARGO_CRATE_DEPENDS+= libz-sys-1.1.6 +CARGO_CRATE_DEPENDS+= lock_api-0.4.7 +CARGO_CRATE_DEPENDS+= log-0.4.17 +CARGO_CRATE_DEPENDS+= matches-0.1.9 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 +CARGO_CRATE_DEPENDS+= memmap2-0.2.3 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 +CARGO_CRATE_DEPENDS+= nanorand-0.7.0 +CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 +CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 +CARGO_CRATE_DEPENDS+= pest-2.1.3 +CARGO_CRATE_DEPENDS+= pin-project-1.0.10 +CARGO_CRATE_DEPENDS+= pin-project-internal-1.0.10 +CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 +CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 +CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.38 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 +CARGO_CRATE_DEPENDS+= regex-1.5.5 +CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 +CARGO_CRATE_DEPENDS+= ripline-0.1.0 +CARGO_CRATE_DEPENDS+= rstest-0.10.0 +CARGO_CRATE_DEPENDS+= rustc_version-0.3.3 +CARGO_CRATE_DEPENDS+= same-file-1.0.6 +CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 +CARGO_CRATE_DEPENDS+= semver-0.11.0 +CARGO_CRATE_DEPENDS+= semver-1.0.9 +CARGO_CRATE_DEPENDS+= semver-parser-0.10.2 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= spin-0.9.3 +CARGO_CRATE_DEPENDS+= strsim-0.10.0 +CARGO_CRATE_DEPENDS+= syn-1.0.92 +CARGO_CRATE_DEPENDS+= tempfile-3.3.0 +CARGO_CRATE_DEPENDS+= termcolor-1.1.3 +CARGO_CRATE_DEPENDS+= textwrap-0.15.0 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 +CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 +CARGO_CRATE_DEPENDS+= toml-0.5.9 +CARGO_CRATE_DEPENDS+= ucd-trie-0.1.3 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 +CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 +CARGO_CRATE_DEPENDS+= url-2.2.2 +CARGO_CRATE_DEPENDS+= vcpkg-0.2.15 +CARGO_CRATE_DEPENDS+= version_check-0.9.4 +CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 +CARGO_CRATE_DEPENDS+= winapi-0.2.8 +CARGO_CRATE_DEPENDS+= winapi-0.3.9 +CARGO_CRATE_DEPENDS+= winapi-build-0.1.1 +CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 +CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 diff --git a/textproc/hck/distinfo b/textproc/hck/distinfo new file mode 100644 index 0000000000000..6b2d0abe476d4 --- /dev/null +++ b/textproc/hck/distinfo @@ -0,0 +1,344 @@ +$NetBSD: distinfo,v 1.1 2022/05/09 21:52:34 pin Exp $ + +BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa +SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 +Size (adler-1.0.2.crate) = 12778 bytes +BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 +SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 +Size (aho-corasick-0.7.18.crate) = 112923 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes +BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 +SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 +Size (atty-0.2.14.crate) = 5470 bytes +BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 +SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +Size (autocfg-1.1.0.crate) = 13272 bytes +BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 +SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 +Size (bitflags-1.3.2.crate) = 23021 bytes +BLAKE2s (bstr-0.2.17.crate) = a970078acf6f8b1a2a6be249cda3a6cc7225239af2aa21cbac2b60fbaab453fd +SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 +Size (bstr-0.2.17.crate) = 330350 bytes +BLAKE2s (built-0.5.1.crate) = 83eb8f0f667c0bc6af78fafd38569f3dcd496e9a21f23ea1059521636a9275c0 +SHA512 (built-0.5.1.crate) = 8081154ab6bc65de7f666ebf8b238b53266bc040c843b9ff88a19b465d1f73b592cb1e23e1f946065f552cd93a10a49fb5e2dc2876e3b320059f87bc93d7e2cd +Size (built-0.5.1.crate) = 16978 bytes +BLAKE2s (bumpalo-3.9.1.crate) = c10db1cd7e881baa38bdb960a2677e63361db04d7ccfd165efa7a4204ef69042 +SHA512 (bumpalo-3.9.1.crate) = 40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52 +Size (bumpalo-3.9.1.crate) = 77507 bytes +BLAKE2s (bytecount-0.6.2.crate) = affd19cdcb782e79f87ce0527e146eea7f089c9e3548936e144c90d8fc36e15c +SHA512 (bytecount-0.6.2.crate) = 990460eedfd41b6b52278c9dfcac81872e755d40cb839d162bddf44a30eec3a9fd76369847f10edf6c2b2d95cbec562e9a2a6c6dce37f2ee59ca9edfe972a279 +Size (bytecount-0.6.2.crate) = 12347 bytes +BLAKE2s (byteorder-1.4.3.crate) = 980d5e4ac6d39901b2368959edd7a811f91dbd5bcf899699f3885a5c5e492491 +SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa +Size (byteorder-1.4.3.crate) = 22512 bytes +BLAKE2s (bytes-1.1.0.crate) = d1f2a0ab4616dabfc746b27a791b90551a1802274e9bd722bca83e6c91a45549 +SHA512 (bytes-1.1.0.crate) = d34441ea146ccaf55da4d5c645f8ffbd008eeb3204dafd5961771abc85df52751dfd1af3975fb5c91eb83d9a43da4f3589bc3aa07c8d715906d8158f3092af2d +Size (bytes-1.1.0.crate) = 49640 bytes +BLAKE2s (cargo-lock-7.1.0.crate) = 9735d8b29cea4cccea78312518b2f8d0ec95c72ac2e1d75e1894683b63a1cd68 +SHA512 (cargo-lock-7.1.0.crate) = 9d26f5cdd0643fcc475534d0653a2618ca757ea218f0962f6e259d62349f4ff8e16f411a76fe5a87b71d1b4d92ee8b1cc5ef7cf3728e124f29bb18ada83dc320 +Size (cargo-lock-7.1.0.crate) = 38207 bytes +BLAKE2s (cc-1.0.73.crate) = 1a51796d78619d44969ced4fea592d9e68fc7584bfccc66e8cb75db6328bf2a2 +SHA512 (cc-1.0.73.crate) = 980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985 +Size (cc-1.0.73.crate) = 57880 bytes +BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb +SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff +Size (cfg-if-1.0.0.crate) = 7934 bytes +BLAKE2s (clap-3.1.17.crate) = 5fcacb9beb068d8c8d40661833394705091cc4e1578a09648d91cced22a17fc7 +SHA512 (clap-3.1.17.crate) = c80c96a0de1e5f5bf0eddf72ed265560fadcc893f4683bfec814ed3da9281546960d345317ba7ee28a46794a99de02f3fbb8966cf7103d244665d26427ae147d +Size (clap-3.1.17.crate) = 209176 bytes +BLAKE2s (clap_derive-3.1.7.crate) = 007e3972e4e44b617b811fa373496acb63922e93cfd7a8da6165560892e6cf5b +SHA512 (clap_derive-3.1.7.crate) = 7f34c1b7c67bddbdbc1b159fcde366babe37f355637cc1f12748a51d0ecf89ce3e6aaf5ed140aae6539f12182ac8e2ca93c2790ea2dc84657487066c9d77a869 +Size (clap_derive-3.1.7.crate) = 25363 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes +BLAKE2s (cmake-0.1.48.crate) = aadcb283609f8f1966a2f180cafb3e659e0690e5a60f60bd51952abb89056e34 +SHA512 (cmake-0.1.48.crate) = c836208d43f4a716be6ef043a6b5f526d3961b9414f1419171895903491176a2a8dc2f271062667a7568c7deb2bebfe96541b4e4fe73c31aa9aa760557b188b9 +Size (cmake-0.1.48.crate) = 15142 bytes +BLAKE2s (core_affinity-0.5.10.crate) = 660b2e4470f8b38ee129df20c59fb047c29da61a93894a980438c853b9b212bd +SHA512 (core_affinity-0.5.10.crate) = da926b4cda3a4cd6ca0a81884d265f408468a991eecae3a9beee23a76e3f45b55028d3881a8370db2a0e513c24a0c604640c3dc97b164c0705bbf1b5b93bd0f3 +Size (core_affinity-0.5.10.crate) = 9175 bytes +BLAKE2s (crc32fast-1.3.2.crate) = c60cd89cc50c52d5bedb1e7ce6c6299196d26700152f85282218c6fe15ec2a8b +SHA512 (crc32fast-1.3.2.crate) = a683943e252afdb1b9d626a07533ed11cf7a63af603c19640056c5d2b9c884ad9aff33ac54c0853ffca2f6cf94b0730eae6c05abf3e53e55e709d180c8152357 +Size (crc32fast-1.3.2.crate) = 38661 bytes +BLAKE2s (env_logger-0.9.0.crate) = dc9832f568b18f635942b1a247b81c3e57a4ce6a63b36309e7f57c5f7e3b98c0 +SHA512 (env_logger-0.9.0.crate) = d7db85d2f7d16f7f97b6714e01e342ab6b784c799ef26ee322ec85fcee28a549b6e49a49200ff78eceacd0c682e941f8538a497e2a2a196040769c2365feb566 +Size (env_logger-0.9.0.crate) = 33573 bytes +BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb +SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 +Size (fastrand-1.7.0.crate) = 11265 bytes +BLAKE2s (flate2-1.0.23.crate) = 583b36f5a7633fc0284c0984b7c464819307413180cb59e4311efd7c41beb9a9 +SHA512 (flate2-1.0.23.crate) = 01f84f0d4d0c06aa0c807e5ccb418a5675d88d568694f74aabec8ee06c74e6b75c9c28fbeba2a99fe74b00bd29e71b9aa2df0d96da85beec76b3a30b4d044fe9 +Size (flate2-1.0.23.crate) = 70440 bytes +BLAKE2s (flume-0.10.12.crate) = 4bc4e49c3e709008624e34604af21b653f80b6947b87d58d8e212b00bbd8b740 +SHA512 (flume-0.10.12.crate) = b1312e6bfd814bd7a582b7819b7bab8bc9904ba9d9db9f23cf3bc072d87a8aad252b4a4831bacf25139a2fe22c49f60460a4ce122fa51c0727d9bfe8c9e7307b +Size (flume-0.10.12.crate) = 65108 bytes +BLAKE2s (fnv-1.0.7.crate) = ffa8e3e3e120c65486f2575822704aa79aac381f375d7295875475e36775ff09 +SHA512 (fnv-1.0.7.crate) = 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 +Size (fnv-1.0.7.crate) = 11266 bytes +BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 +SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 +Size (form_urlencoded-1.0.1.crate) = 8773 bytes +BLAKE2s (futures-core-0.3.21.crate) = 0bd50c4241537faa4033167d58c3fe7b873d05660fe13f8ecf0eec4c200651a2 +SHA512 (futures-core-0.3.21.crate) = b60e7892436ae28fd2240f17816f934f6caeac663d67b8efc7d519ebb4b0bd921f0b732b6176bd4b472d2fbe346d39a37ba394401e15afa93af8294ceea90976 +Size (futures-core-0.3.21.crate) = 14601 bytes +BLAKE2s (futures-sink-0.3.21.crate) = 254c77ccf53b219a21e1416fe62ed36a259c49d4c896533a9cb4e66726678f8c +SHA512 (futures-sink-0.3.21.crate) = 9bc0198495b5a1b3ed25fcf7b053a235bba0a43a4226bf085d9027537a57add1686ef61179bf2a2d4189945cb5a05a8d64ba6e6e647c56245666d51e138d113f +Size (futures-sink-0.3.21.crate) = 7843 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes +BLAKE2s (git2-0.13.25.crate) = 06a23afdbc5a83abfc443e2d72d268a5843bdeea9ffbde7ceb3566666d3e7fae +SHA512 (git2-0.13.25.crate) = 666f11464f34d82abd994f00a0b81e960551c4c524b4f00d28e5c728172dfa894fec65050767cc96d18d1d5de57f1e901154fe8d70e2e31b93b93790bce021ab +Size (git2-0.13.25.crate) = 194192 bytes +BLAKE2s (globset-0.4.8.crate) = 9435d28608ab4becb7f2b371543c1fdf5626d19f39d14b1b3b1ab1d55722d1fe +SHA512 (globset-0.4.8.crate) = 1a1fb9731d310ced63742b2c6f7ef7f414c89780751d9881859a6e6fbc512e91bc23c91e3743bb36114dcef6dc1962fd376d67bc536752ba6a8a2fda7aa80bec +Size (globset-0.4.8.crate) = 22886 bytes +BLAKE2s (grep-cli-0.1.6.crate) = a93fd2fa639af86afe07e3b05c6f29435e0cc87ccfa512142dc113c4867b6058 +SHA512 (grep-cli-0.1.6.crate) = ffacb90586bb28afc3ab2a780be10c78f32b83c5ef5b28c7729ed61353ff5197bdafa485e87371d5ea10198bc9c28c46a22172a9fdb0adad0119274c503214ab +Size (grep-cli-0.1.6.crate) = 18949 bytes +BLAKE2s (gzp-0.9.5.crate) = 3a2863d4fe4bfc6608729d55ad5831e8a135f7e6c14ee34395caba50e9e287e4 +SHA512 (gzp-0.9.5.crate) = 149f8c0e6e10ddc2f9c709b2e6998e907bfe1960753c127f0b80e90b6d68b77a7569edcfab194d0401d047d052efe57942745498f78419c0d6392425b87943b6 +Size (gzp-0.9.5.crate) = 2048537 bytes +BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c +SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c +Size (hashbrown-0.11.2.crate) = 85713 bytes +BLAKE2s (hck-0.7.2.tar.gz) = 40f5e0669a043435ae7ba3a18506b8776052194e6d5d968d82fc9d05598187c6 +SHA512 (hck-0.7.2.tar.gz) = 1b41c39fb6356959c80a41efe77f7cb60582d6bb5f0e1f3e038014ed48dbba4dbb2c44654e32fe58f8a2f350ba6dbe986bd62b2021e68b3058c5281565a3ffef +Size (hck-0.7.2.tar.gz) = 61542 bytes +BLAKE2s (heck-0.4.0.crate) = 0bbfc0807fe42d68570dab10b6cdfeabd24e6c732caebcec1880c2b9efeb36b5 +SHA512 (heck-0.4.0.crate) = 33bdbf4ff9ecc4f4d74cf06590e056f4d96bf0d990d5381b9da5b65682b2495ed74e27b45419c2afa986c1f6200909d5175b137ae73ced5cc8ac869e4e1bce8f +Size (heck-0.4.0.crate) = 11161 bytes +BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 +SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a +Size (hermit-abi-0.1.19.crate) = 9979 bytes +BLAKE2s (humantime-2.1.0.crate) = e2f2714ee862954ff21a5fe868eb2db60809630d21a8579d3256ebe32e8b6cfc +SHA512 (humantime-2.1.0.crate) = 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c +Size (humantime-2.1.0.crate) = 16749 bytes +BLAKE2s (idna-0.2.3.crate) = ab46cafcffb3e0d08ac1b12bdcfd56376fef089009965b6f36b1b0edd546a7de +SHA512 (idna-0.2.3.crate) = 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f +Size (idna-0.2.3.crate) = 271023 bytes +BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 +SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +Size (indexmap-1.8.1.crate) = 53220 bytes +BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 +SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 +Size (instant-0.1.12.crate) = 6128 bytes +BLAKE2s (jobserver-0.1.24.crate) = b0b568975ec4717e12f16289654bbcde31bc69b7d949171a843cee36d0f44106 +SHA512 (jobserver-0.1.24.crate) = 0feade0f1f0a458bdbcedafce8fc39f44adeb56772ea94a59f16f038a743f506db1405a7c8deae65a6a5c1695bfb363c19aeea1c82c41c7f4d1101469f32e42e +Size (jobserver-0.1.24.crate) = 21303 bytes +BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e +SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b +Size (js-sys-0.3.57.crate) = 78605 bytes +BLAKE2s (kernel32-sys-0.2.2.crate) = 2a73eb843541bef4f489f04fab855898e7fd655ce608882114685205fbd759fe +SHA512 (kernel32-sys-0.2.2.crate) = 682bc7c629aefd035966a2873518fd60719121cca7d63d89d6c97ff5306f24d8b5055a3c91b4eedaec22b1d5dd3fb8b48ff7341a05bbd72d86e06c422dab473b +Size (kernel32-sys-0.2.2.crate) = 24537 bytes +BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 +SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 +Size (lazy_static-1.4.0.crate) = 10443 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes +BLAKE2s (libdeflate-sys-0.7.5.crate) = f061a711c4845673b7245bf785c94c435c167d068c562dca901d51ebcc17a89c +SHA512 (libdeflate-sys-0.7.5.crate) = 7193fcf16de76c41d2ee5dd3df9ad99d3131a62c2f98e43535ed0cfd4cc857208b80f6ecee5fda072b08355a2322a74d062730daf9146ff958daf765f07d609b +Size (libdeflate-sys-0.7.5.crate) = 148747 bytes +BLAKE2s (libdeflater-0.7.5.crate) = 75edecb9bb59c79f18699805a411f1613e3e602f372cd00bb39812e2fcdeecae +SHA512 (libdeflater-0.7.5.crate) = f2e2e52f8a365042b4b6f810d5a5c8f4c8d18e283d42c5cf465c0ee62102d5887e3f78cca99e770aec613bd77d0d92f4287b853762f665b7b60c071c50153900 +Size (libdeflater-0.7.5.crate) = 23063 bytes +BLAKE2s (libgit2-sys-0.12.26+1.3.0.crate) = e06d2fd75375aeccc6cd953b15370574733e713bad99f653669f8c68cc59ed3a +SHA512 (libgit2-sys-0.12.26+1.3.0.crate) = de30865b3d4ab0288e090381e5646e3e8028c341fac93014168fcfa5f166f7fbad9fc4ebd285919247cc6bac178658eb936ea1fdf168068248be07ad34ecc54d +Size (libgit2-sys-0.12.26+1.3.0.crate) = 1476836 bytes +BLAKE2s (libz-sys-1.1.6.crate) = fd02e59166bfc03f6945ba50fc2ff99c5702b95c111cbf2ff2b620c13d1983c4 +SHA512 (libz-sys-1.1.6.crate) = 18fd3800c38444aef381f7b360b9cd46678c560b46e7c5a286989fb9e689f2447e84f29e4ce195c1b8c2a89584eaee838c175821335accd13bd8d4483c3b099e +Size (libz-sys-1.1.6.crate) = 1508051 bytes +BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e +SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d +Size (lock_api-0.4.7.crate) = 25371 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes +BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 +SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 +Size (matches-0.1.9.crate) = 2246 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes +BLAKE2s (memmap2-0.2.3.crate) = 91732c4828d30bf05c6da882039d6b2b7ed11dbb560dc866eb5334e20cc9c1e6 +SHA512 (memmap2-0.2.3.crate) = 1f7869918606e90de2798497d20f7f6c36162d439278de22835478a1f21121558aea3804f3e07de0aef48e1ddb0a514ef24096185af76df9566c0f377b18df3a +Size (memmap2-0.2.3.crate) = 17669 bytes +BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e +SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 +Size (miniz_oxide-0.5.1.crate) = 52418 bytes +BLAKE2s (nanorand-0.7.0.crate) = 5f655f7bf66f1c4baf39cb5ca6184e260650ecdc93cd8000425d47154217b3c0 +SHA512 (nanorand-0.7.0.crate) = 3ac650451d629852236eeb45dfee808acbea616036025676b47310100982d7e8317df647fe8649e7753dd0f57c501dcb3f7401c3d804af52ff2a2f50ace8cc69 +Size (nanorand-0.7.0.crate) = 18437 bytes +BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 +SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 +Size (num_cpus-1.13.1.crate) = 14752 bytes +BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 +SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 +Size (os_str_bytes-6.0.0.crate) = 21046 bytes +BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f +SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a +Size (percent-encoding-2.1.0.crate) = 9748 bytes +BLAKE2s (pest-2.1.3.crate) = 6cbe931f819204f45bad74858f4769bf8cb472de89af3fa3459a5cdd6f6f861d +SHA512 (pest-2.1.3.crate) = 08a36d4571cc0e912ae87e1f2116424b3d4139b653dd9a446fec8ff39cd9a691e8305c86cf75d227b5349197ada4ce79912ac25f0726b98a0642981ac4673c83 +Size (pest-2.1.3.crate) = 77986 bytes +BLAKE2s (pin-project-1.0.10.crate) = bd32610ff3ec2961b45ee90caad5580e7a7a148e1e2ee475e4a70de0037788d0 +SHA512 (pin-project-1.0.10.crate) = d714512e74b41b0923a6e670d2b132f556102c449512d0028a69548173f870de95ecbc9de8d31326474d3d46fe26f91797dbbb82f739adee4310d3423c510539 +Size (pin-project-1.0.10.crate) = 56366 bytes +BLAKE2s (pin-project-internal-1.0.10.crate) = 73f47ecde980dd6e49932ed1cda24e34e7a248c8965899095a9eb632ae4f6bdf +SHA512 (pin-project-internal-1.0.10.crate) = da2c806b1328971b16f169259477f27c85724756edfbcff1f6f232e2aa305b291068b95bc3508d1c4c860237c8f97f22d2d3412eb4aa47cac5d2532609aabb14 +Size (pin-project-internal-1.0.10.crate) = 27913 bytes +BLAKE2s (pkg-config-0.3.25.crate) = 858f6fa4e3e07f6482e3e975d78403b574c0606ec93f8ab5a86156604e13c294 +SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 +Size (pkg-config-0.3.25.crate) = 16838 bytes +BLAKE2s (proc-macro-error-1.0.4.crate) = 2877169f24a0bf3a09d9bfd388ac5d39082672d9258c1c96a851c1bc166b234a +SHA512 (proc-macro-error-1.0.4.crate) = 8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db +Size (proc-macro-error-1.0.4.crate) = 25293 bytes +BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 +SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 +Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes +BLAKE2s (proc-macro2-1.0.38.crate) = c00fd51764ea0d2f85fd07ee9c649904b37e88b82bba50fa8eb6629e03347a91 +SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 +Size (proc-macro2-1.0.38.crate) = 41687 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes +BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 +SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 +Size (regex-1.5.5.crate) = 238119 bytes +BLAKE2s (regex-automata-0.1.10.crate) = 283615bf1114bdcf5a2ebd639ba1889a8a9a0195b566f41226f7e0961f3d5d81 +SHA512 (regex-automata-0.1.10.crate) = 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f +Size (regex-automata-0.1.10.crate) = 114533 bytes +BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 +SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 +Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b +SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c +Size (remove_dir_all-0.5.3.crate) = 9184 bytes +BLAKE2s (ripline-0.1.0.crate) = fce5d66aa6444ee4540bb5798ec49ec64112d5943cdaace8268894e30ff43aac +SHA512 (ripline-0.1.0.crate) = 19334b1689b87a5f091726c49c05a6786b1d103041482350e3caef2f26f5ebd710825e731e7c7f1e9d70aec0f770eac2faeb8e647ee01ec9429ce17f21240de4 +Size (ripline-0.1.0.crate) = 17785 bytes +BLAKE2s (rstest-0.10.0.crate) = 8dc56dcc5f406233b12d2f61739717c0ee92fdb1ed3771caed0e7f8ff97e0726 +SHA512 (rstest-0.10.0.crate) = 0026f4ac37c47f182e59ee8a037df9910d408c2366d639ec06adbd774ac75835e0fd475bfc90b8720b0675054a14ea90ed8e1bd5f3d3c481898f6da7a33f98f1 +Size (rstest-0.10.0.crate) = 887979 bytes +BLAKE2s (rustc_version-0.3.3.crate) = 2668c16716efaa3596916eb1500bace6ec5bb7f21b98383d1a3556b16e544f7b +SHA512 (rustc_version-0.3.3.crate) = 37732b3b28eca41de205db34479c75b31af4ddd811f0f1606933eb31e25e5ed3966a41a8b7d338be20fcf47540629824c41a267436c185a98f8acfdce608b5cf +Size (rustc_version-0.3.3.crate) = 12119 bytes +BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 +SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c +Size (same-file-1.0.6.crate) = 10183 bytes +BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e +SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d +Size (scopeguard-1.1.0.crate) = 11470 bytes +BLAKE2s (semver-0.11.0.crate) = 8eb6db6cf1eb08883d65df4c9737a55ce177ce7064f1acf2203e5a1e0e3ab340 +SHA512 (semver-0.11.0.crate) = bdbd8eba37071ec1d24d372cc34ac4d82b6d914e7396ed51276e80d4d299864507a9d837ef381f6c4868981b7ca35514050ab8d7a621d43697a9c4b4bd5d8573 +Size (semver-0.11.0.crate) = 20826 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes +BLAKE2s (semver-parser-0.10.2.crate) = 3dfb33cdadb3d9f60e323d090ac382b099032f3fe1179ba0d8e9ae78728f3edb +SHA512 (semver-parser-0.10.2.crate) = 154a6905eb5fb854450a0bd00381f93ededd6f1a992103a53464429195102eb266c7e8681e89cf952223a51427fa17c0a36e3b7c2eb6d375b309e5fd3d721f1a +Size (semver-parser-0.10.2.crate) = 23176 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (spin-0.9.3.crate) = d68bb745088f1b0453b958523720828322278d740fb6675fe2851a26631dae32 +SHA512 (spin-0.9.3.crate) = 2779ff3a94865e4b7cdfe8f0c22c7460095bfb2c4dcaac3f879e740799a2e6835d8acaeb6b70db4351209ba33d20c7c1dc2ec203e33844c619d3c54ee462bf70 +Size (spin-0.9.3.crate) = 29427 bytes +BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 +SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 +Size (strsim-0.10.0.crate) = 11355 bytes +BLAKE2s (syn-1.0.92.crate) = d18c68924575830ccde5940141f7fbbd738a8bb80812fbc2727e71a6371df5ff +SHA512 (syn-1.0.92.crate) = 1884dd85a13bd0dd84f3599de428304f90b9bad91d8e51f23523fb75aab950df017ea85dc5efb99f793a37769bf2a1b972580ed5b14500b2706c45336a9068b7 +Size (syn-1.0.92.crate) = 236605 bytes +BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a +SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e +Size (tempfile-3.3.0.crate) = 27578 bytes +BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 +SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a +Size (termcolor-1.1.3.crate) = 17242 bytes +BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 +SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd +Size (textwrap-0.15.0.crate) = 52998 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes +BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 +SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 +Size (tinyvec_macros-0.1.0.crate) = 1817 bytes +BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e +SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 +Size (toml-0.5.9.crate) = 55667 bytes +BLAKE2s (ucd-trie-0.1.3.crate) = 83689d32421b0d630d921038eef4c95caf86bc854f56a7c4288a28858df3b862 +SHA512 (ucd-trie-0.1.3.crate) = 54d43b3824669aa20b725c7747f4fb65bd24e620670c968c1bb0094a0503773acda921b50a0b200c1ea0f84e1e059883c1704bfa5a856d2e2ccda116fb8c3e2b +Size (ucd-trie-0.1.3.crate) = 44615 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes +BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 +SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f +Size (unicode-normalization-0.1.19.crate) = 107353 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes +BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 +SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 +Size (url-2.2.2.crate) = 68555 bytes +BLAKE2s (vcpkg-0.2.15.crate) = 0ec9e97d0e23d59f0a4095773e1136e15f2054fb86bcceb309774638768ea8c4 +SHA512 (vcpkg-0.2.15.crate) = 7322a21e8811b2fe4e79e09dc321458068ecdf1953f05d36233f3278ecc0b1dfc64194db7010dd46fcf692285f42475beb090c6c6cac0c8f9fe0eb5c770e3172 +Size (vcpkg-0.2.15.crate) = 228735 bytes +BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 +SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 +Size (version_check-0.9.4.crate) = 14895 bytes +BLAKE2s (wasi-0.10.2+wasi-snapshot-preview1.crate) = a99255257c1a9724a1e5a6c5bde6fd95cc850c6bcd881d2030755acc62bb8c23 +SHA512 (wasi-0.10.2+wasi-snapshot-preview1.crate) = 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 +Size (wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 bytes +BLAKE2s (wasm-bindgen-0.2.80.crate) = 89702404d92c467bb03354d32a59840774b6aa253d928c5e44acc841da320b34 +SHA512 (wasm-bindgen-0.2.80.crate) = 928fd6575217909a46f23ea8147caa438efed8eef31d1e0d75610fc380c18d7cf51cb74c7d5c83136d36433fd19bc9256b6566c2624a4008daca1b3e155aacf1 +Size (wasm-bindgen-0.2.80.crate) = 164576 bytes +BLAKE2s (wasm-bindgen-backend-0.2.80.crate) = f704d2f991d701e6e7fedec72f71b25d4e9c7e1758545cf9c13011108fc46783 +SHA512 (wasm-bindgen-backend-0.2.80.crate) = 20c33664f194dbc5998093831d8ed0eae82cfa6c90b8c3b9338c4f32104594a8864c68a51ee3e39fca1eba166b241a9a8e508d5f942791d727deb2decd9056d2 +Size (wasm-bindgen-backend-0.2.80.crate) = 25741 bytes +BLAKE2s (wasm-bindgen-macro-0.2.80.crate) = 34a8393957cf62e3c332fcdd3e6108ccb5bd74cb229dd7cf69d0493c02b5a230 +SHA512 (wasm-bindgen-macro-0.2.80.crate) = 816922762591e7ccd07d9bab1f089d1d0484c04ca4d8b9060d432fabe4ca28a6b6f0e701129f6d0a3fc341b845115c2dd1bea3bb67493234a73f7cd2bc0c66db +Size (wasm-bindgen-macro-0.2.80.crate) = 11805 bytes +BLAKE2s (wasm-bindgen-macro-support-0.2.80.crate) = 28981e3b16e944dc6fb7b12e564cb77c4fa837e2554122abaaa5c6850a9d7f8c +SHA512 (wasm-bindgen-macro-support-0.2.80.crate) = 8d4a68c363dde93d9644f30ab69ef28879e8c354e41e6ed1d1598beeeaba5bb6c8e6769fac5404faf438a90d87fbdaf9bc9b4d082dd7b1986f789d739f7b5108 +Size (wasm-bindgen-macro-support-0.2.80.crate) = 17857 bytes +BLAKE2s (wasm-bindgen-shared-0.2.80.crate) = 61a3ee89b16487fc8a488f21584bcf020124c4e5b06eb74c9f3438385f6fc715 +SHA512 (wasm-bindgen-shared-0.2.80.crate) = c170759d46e12edd41dcafc908caa887756a811006a178b3bf5ae73f73556d51fa13fc4a0844e28071d21c177a1d98e1e2f6dcac41dc240b972b697d36d74203 +Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes +BLAKE2s (winapi-0.2.8.crate) = aedaa087201717710fb86afee2fc3c0d7494c5a55a02bcdacf606c2948189f3b +SHA512 (winapi-0.2.8.crate) = 115e6f027cdd4a56f77ca24f4ab249d2a6cac1e1f955c826a9b6ee05db4861790a533f5e674aebbb540370fff52ed41618c2cd7c906e73200e92df213109cebe +Size (winapi-0.2.8.crate) = 455145 bytes +BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce +SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 +Size (winapi-0.3.9.crate) = 1200382 bytes +BLAKE2s (winapi-build-0.1.1.crate) = af1787f3209c8f28c103ebc75cde548ebbfa8417a7d834e55abd7b995d2db33f +SHA512 (winapi-build-0.1.1.crate) = 8b0a239e205a5368892f41c870a8a7ea16e3468c364b03382bef7fa3a2e7159b09c07661e95b1227578f6d72c14879daa4444b28c51ae20ef15d985d59ca5a77 +Size (winapi-build-0.1.1.crate) = 669 bytes +BLAKE2s (winapi-i686-pc-windows-gnu-0.4.0.crate) = 3ef20321fea464773f9e73ac16ada3a0e8101a8c3c0ebab763049f2ab269eb1a +SHA512 (winapi-i686-pc-windows-gnu-0.4.0.crate) = a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 +Size (winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 bytes +BLAKE2s (winapi-util-0.1.5.crate) = 0bbadc89bd260c16095f1d19c2dc0f5acbd24d64dc1dcada628bf4acb003c6cc +SHA512 (winapi-util-0.1.5.crate) = 7baeb661f397c4693dfa001fdc774b323c51a7c55caad40f2de5112a1cefd1d6151e3df41fa4ee193460a5905917c83d2b1de5fa10b4bd014ad96690af95c0fd +Size (winapi-util-0.1.5.crate) = 10164 bytes +BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 +SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 +Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes From edaafcc555e8da8ae920c55143bda115498570e3 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:53:38 +0000 Subject: [PATCH 0044/1154] Add hck --- textproc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/Makefile b/textproc/Makefile index b42091ffa393c..d315524b9169b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1314 2022/05/05 11:03:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.1315 2022/05/09 21:53:38 pin Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -262,6 +262,7 @@ SUBDIR+= guile-syntax-highlight SUBDIR+= gutcheck SUBDIR+= halibut SUBDIR+= harmony +SUBDIR+= hck SUBDIR+= heirloom-bdiff SUBDIR+= heirloom-bfs SUBDIR+= heirloom-col From 3944f41b44a5a6de4babd355dba815a6ff9eabf3 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 9 May 2022 21:54:04 +0000 Subject: [PATCH 0045/1154] doc: Added textproc/hck version 0.7.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 91aaddbedbf21..15b492dd51afe 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2448 2022/05/09 21:47:19 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2449 2022/05/09 21:54:04 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3800,3 +3800,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/trippy to 0.3.1 [pin 2022-05-09] Updated audio/termusic to 0.6.15 [pin 2022-05-09] Updated textproc/lok to 0.2.1 [pin 2022-05-09] + Added textproc/hck version 0.7.2 [pin 2022-05-09] From 86a7cfa40b52fa86ea220565c8079e698714d57b Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 May 2022 22:08:10 +0000 Subject: [PATCH 0046/1154] py-virtualenv: update 20.14.1 Based on wip/py-virtualenv20, mostly by Iku Iwasa, with some help from adam@ Changes: too many to list here. --- devel/py-virtualenv/Makefile | 43 ++- devel/py-virtualenv/PLIST | 329 +++++++++++++++++- devel/py-virtualenv/distinfo | 11 +- ..._virtualenv_create_via__global__ref_api.py | 28 ++ .../patch-tests_unit_create_test__creator.py | 14 + ...d_test__bootstrap__link__via__app__data.py | 14 + 6 files changed, 407 insertions(+), 32 deletions(-) create mode 100644 devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py create mode 100644 devel/py-virtualenv/patches/patch-tests_unit_create_test__creator.py create mode 100644 devel/py-virtualenv/patches/patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index fde9e8cb7c777..20342ed6160ce 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2022/05/02 09:08:53 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2022/05/09 22:08:10 wiz Exp $ -DISTNAME= virtualenv-16.7.9 +DISTNAME= virtualenv-20.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=v/virtualenv/} @@ -11,32 +10,42 @@ HOMEPAGE= https://virtualenv.pypa.io/ COMMENT= Virtual Python Environment builder LICENSE= mit -TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.5.0:../../devel/py-coverage -TEST_DEPENDS+= ${PYPKGPREFIX}-pypiserver-[0-9]*:../../net/py-pypiserver -TEST_DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test -TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver -TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=1.3.0:../../devel/py-test-timeout -TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist - -PYTHON_VERSIONS_INCOMPATIBLE= 27 +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +DEPENDS+= ${PYPKGPREFIX}-distlib>=0.3.1:../../devel/py-distlib +DEPENDS+= ${PYPKGPREFIX}-filelock>=3.2:../../devel/py-filelock +DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2:../../misc/py-platformdirs +DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six +TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4:../../devel/py-coverage +TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-enable-subprocess>=1:../../devel/py-coverage-enable-subprocess +TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3:../../devel/py-flaky +TEST_DEPENDS+= ${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging +TEST_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-env>=0.6.2:../../devel/py-test-env +TEST_DEPENDS+= ${PYPKGPREFIX}-test-freezegun>=0.4.1:../../devel/py-test-freezegun +TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=2:../../devel/py-test-mock +TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=1:../../devel/py-test-randomly +TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=1:../../devel/py-test-timeout + +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-filelock, py-platformdirs, py-packaging .include "../../lang/python/pyversion.mk" +.if ${_PYTHON_VERSION} == 37 +DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata +.endif + USE_PKG_RESOURCES= yes -USE_LANGUAGES= # none +USE_LANGUAGES= c # for tests REPLACE_PYTHON= virtualenv.py -TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib - post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} virtualenv virtualenv-${PYVERSSUFFIX} || ${TRUE} -# as of 16.7.9 -# 15 failed, 10 passed, 10 skipped, 5 warnings, 59 errors +# needs 'make install' and USE_LANGUAGES=c do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} diff --git a/devel/py-virtualenv/PLIST b/devel/py-virtualenv/PLIST index e78ff1c4e8c0f..ac763e8405d7f 100644 --- a/devel/py-virtualenv/PLIST +++ b/devel/py-virtualenv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.41 2020/01/23 22:59:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.42 2022/05/09 22:08:10 wiz Exp $ bin/virtualenv-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -7,13 +7,320 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/${EGG_INFODIR}/zip-safe -${PYSITELIB}/virtualenv.py -${PYSITELIB}/virtualenv.pyc -${PYSITELIB}/virtualenv.pyo -${PYSITELIB}/virtualenv_support/__init__.py -${PYSITELIB}/virtualenv_support/__init__.pyc -${PYSITELIB}/virtualenv_support/__init__.pyo -${PYSITELIB}/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl -${PYSITELIB}/virtualenv_support/pip-19.3.1-py2.py3-none-any.whl -${PYSITELIB}/virtualenv_support/setuptools-42.0.2-py2.py3-none-any.whl -${PYSITELIB}/virtualenv_support/wheel-0.33.6-py2.py3-none-any.whl +${PYSITELIB}/virtualenv/__init__.py +${PYSITELIB}/virtualenv/__init__.pyc +${PYSITELIB}/virtualenv/__init__.pyo +${PYSITELIB}/virtualenv/__main__.py +${PYSITELIB}/virtualenv/__main__.pyc +${PYSITELIB}/virtualenv/__main__.pyo +${PYSITELIB}/virtualenv/activation/__init__.py +${PYSITELIB}/virtualenv/activation/__init__.pyc +${PYSITELIB}/virtualenv/activation/__init__.pyo +${PYSITELIB}/virtualenv/activation/activator.py +${PYSITELIB}/virtualenv/activation/activator.pyc +${PYSITELIB}/virtualenv/activation/activator.pyo +${PYSITELIB}/virtualenv/activation/bash/__init__.py +${PYSITELIB}/virtualenv/activation/bash/__init__.pyc +${PYSITELIB}/virtualenv/activation/bash/__init__.pyo +${PYSITELIB}/virtualenv/activation/bash/activate.sh +${PYSITELIB}/virtualenv/activation/batch/__init__.py +${PYSITELIB}/virtualenv/activation/batch/__init__.pyc +${PYSITELIB}/virtualenv/activation/batch/__init__.pyo +${PYSITELIB}/virtualenv/activation/batch/activate.bat +${PYSITELIB}/virtualenv/activation/batch/deactivate.bat +${PYSITELIB}/virtualenv/activation/batch/pydoc.bat +${PYSITELIB}/virtualenv/activation/cshell/__init__.py +${PYSITELIB}/virtualenv/activation/cshell/__init__.pyc +${PYSITELIB}/virtualenv/activation/cshell/__init__.pyo +${PYSITELIB}/virtualenv/activation/cshell/activate.csh +${PYSITELIB}/virtualenv/activation/fish/__init__.py +${PYSITELIB}/virtualenv/activation/fish/__init__.pyc +${PYSITELIB}/virtualenv/activation/fish/__init__.pyo +${PYSITELIB}/virtualenv/activation/fish/activate.fish +${PYSITELIB}/virtualenv/activation/nushell/__init__.py +${PYSITELIB}/virtualenv/activation/nushell/__init__.pyc +${PYSITELIB}/virtualenv/activation/nushell/__init__.pyo +${PYSITELIB}/virtualenv/activation/nushell/activate.nu +${PYSITELIB}/virtualenv/activation/nushell/deactivate.nu +${PYSITELIB}/virtualenv/activation/powershell/__init__.py +${PYSITELIB}/virtualenv/activation/powershell/__init__.pyc +${PYSITELIB}/virtualenv/activation/powershell/__init__.pyo +${PYSITELIB}/virtualenv/activation/powershell/activate.ps1 +${PYSITELIB}/virtualenv/activation/python/__init__.py +${PYSITELIB}/virtualenv/activation/python/__init__.pyc +${PYSITELIB}/virtualenv/activation/python/__init__.pyo +${PYSITELIB}/virtualenv/activation/python/activate_this.py +${PYSITELIB}/virtualenv/activation/python/activate_this.pyc +${PYSITELIB}/virtualenv/activation/python/activate_this.pyo +${PYSITELIB}/virtualenv/activation/via_template.py +${PYSITELIB}/virtualenv/activation/via_template.pyc +${PYSITELIB}/virtualenv/activation/via_template.pyo +${PYSITELIB}/virtualenv/app_data/__init__.py +${PYSITELIB}/virtualenv/app_data/__init__.pyc +${PYSITELIB}/virtualenv/app_data/__init__.pyo +${PYSITELIB}/virtualenv/app_data/base.py +${PYSITELIB}/virtualenv/app_data/base.pyc +${PYSITELIB}/virtualenv/app_data/base.pyo +${PYSITELIB}/virtualenv/app_data/na.py +${PYSITELIB}/virtualenv/app_data/na.pyc +${PYSITELIB}/virtualenv/app_data/na.pyo +${PYSITELIB}/virtualenv/app_data/read_only.py +${PYSITELIB}/virtualenv/app_data/read_only.pyc +${PYSITELIB}/virtualenv/app_data/read_only.pyo +${PYSITELIB}/virtualenv/app_data/via_disk_folder.py +${PYSITELIB}/virtualenv/app_data/via_disk_folder.pyc +${PYSITELIB}/virtualenv/app_data/via_disk_folder.pyo +${PYSITELIB}/virtualenv/app_data/via_tempdir.py +${PYSITELIB}/virtualenv/app_data/via_tempdir.pyc +${PYSITELIB}/virtualenv/app_data/via_tempdir.pyo +${PYSITELIB}/virtualenv/config/__init__.py +${PYSITELIB}/virtualenv/config/__init__.pyc +${PYSITELIB}/virtualenv/config/__init__.pyo +${PYSITELIB}/virtualenv/config/cli/__init__.py +${PYSITELIB}/virtualenv/config/cli/__init__.pyc +${PYSITELIB}/virtualenv/config/cli/__init__.pyo +${PYSITELIB}/virtualenv/config/cli/parser.py +${PYSITELIB}/virtualenv/config/cli/parser.pyc +${PYSITELIB}/virtualenv/config/cli/parser.pyo +${PYSITELIB}/virtualenv/config/convert.py +${PYSITELIB}/virtualenv/config/convert.pyc +${PYSITELIB}/virtualenv/config/convert.pyo +${PYSITELIB}/virtualenv/config/env_var.py +${PYSITELIB}/virtualenv/config/env_var.pyc +${PYSITELIB}/virtualenv/config/env_var.pyo +${PYSITELIB}/virtualenv/config/ini.py +${PYSITELIB}/virtualenv/config/ini.pyc +${PYSITELIB}/virtualenv/config/ini.pyo +${PYSITELIB}/virtualenv/create/__init__.py +${PYSITELIB}/virtualenv/create/__init__.pyc +${PYSITELIB}/virtualenv/create/__init__.pyo +${PYSITELIB}/virtualenv/create/creator.py +${PYSITELIB}/virtualenv/create/creator.pyc +${PYSITELIB}/virtualenv/create/creator.pyo +${PYSITELIB}/virtualenv/create/debug.py +${PYSITELIB}/virtualenv/create/debug.pyc +${PYSITELIB}/virtualenv/create/debug.pyo +${PYSITELIB}/virtualenv/create/describe.py +${PYSITELIB}/virtualenv/create/describe.pyc +${PYSITELIB}/virtualenv/create/describe.pyo +${PYSITELIB}/virtualenv/create/pyenv_cfg.py +${PYSITELIB}/virtualenv/create/pyenv_cfg.pyc +${PYSITELIB}/virtualenv/create/pyenv_cfg.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/__init__.py +${PYSITELIB}/virtualenv/create/via_global_ref/__init__.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/__init__.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/_virtualenv.py +${PYSITELIB}/virtualenv/create/via_global_ref/_virtualenv.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/_virtualenv.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/api.py +${PYSITELIB}/virtualenv/create/via_global_ref/api.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/api.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/__init__.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/__init__.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/__init__.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/builtin_way.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/builtin_way.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/builtin_way.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/__init__.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/__init__.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/__init__.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/common.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/common.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/common.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/cpython2.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/cpython2.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/cpython2.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/cpython3.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/cpython3.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/cpython3.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/mac_os.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/mac_os.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/cpython/mac_os.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/__init__.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/__init__.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/__init__.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/common.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/common.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/common.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/pypy2.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/pypy2.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/pypy2.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/pypy3.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/pypy/pypy3.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/python2/__init__.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/python2/__init__.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/python2/__init__.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/python2/python2.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/python2/python2.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/python2/python2.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/python2/site.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/python2/site.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/python2/site.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/ref.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/ref.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/ref.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/via_global_self_do.py +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/via_global_self_do.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/builtin/via_global_self_do.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/store.py +${PYSITELIB}/virtualenv/create/via_global_ref/store.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/store.pyo +${PYSITELIB}/virtualenv/create/via_global_ref/venv.py +${PYSITELIB}/virtualenv/create/via_global_ref/venv.pyc +${PYSITELIB}/virtualenv/create/via_global_ref/venv.pyo +${PYSITELIB}/virtualenv/discovery/__init__.py +${PYSITELIB}/virtualenv/discovery/__init__.pyc +${PYSITELIB}/virtualenv/discovery/__init__.pyo +${PYSITELIB}/virtualenv/discovery/builtin.py +${PYSITELIB}/virtualenv/discovery/builtin.pyc +${PYSITELIB}/virtualenv/discovery/builtin.pyo +${PYSITELIB}/virtualenv/discovery/cached_py_info.py +${PYSITELIB}/virtualenv/discovery/cached_py_info.pyc +${PYSITELIB}/virtualenv/discovery/cached_py_info.pyo +${PYSITELIB}/virtualenv/discovery/discover.py +${PYSITELIB}/virtualenv/discovery/discover.pyc +${PYSITELIB}/virtualenv/discovery/discover.pyo +${PYSITELIB}/virtualenv/discovery/py_info.py +${PYSITELIB}/virtualenv/discovery/py_info.pyc +${PYSITELIB}/virtualenv/discovery/py_info.pyo +${PYSITELIB}/virtualenv/discovery/py_spec.py +${PYSITELIB}/virtualenv/discovery/py_spec.pyc +${PYSITELIB}/virtualenv/discovery/py_spec.pyo +${PYSITELIB}/virtualenv/discovery/windows/__init__.py +${PYSITELIB}/virtualenv/discovery/windows/__init__.pyc +${PYSITELIB}/virtualenv/discovery/windows/__init__.pyo +${PYSITELIB}/virtualenv/discovery/windows/pep514.py +${PYSITELIB}/virtualenv/discovery/windows/pep514.pyc +${PYSITELIB}/virtualenv/discovery/windows/pep514.pyo +${PYSITELIB}/virtualenv/info.py +${PYSITELIB}/virtualenv/info.pyc +${PYSITELIB}/virtualenv/info.pyo +${PYSITELIB}/virtualenv/report.py +${PYSITELIB}/virtualenv/report.pyc +${PYSITELIB}/virtualenv/report.pyo +${PYSITELIB}/virtualenv/run/__init__.py +${PYSITELIB}/virtualenv/run/__init__.pyc +${PYSITELIB}/virtualenv/run/__init__.pyo +${PYSITELIB}/virtualenv/run/plugin/__init__.py +${PYSITELIB}/virtualenv/run/plugin/__init__.pyc +${PYSITELIB}/virtualenv/run/plugin/__init__.pyo +${PYSITELIB}/virtualenv/run/plugin/activators.py +${PYSITELIB}/virtualenv/run/plugin/activators.pyc +${PYSITELIB}/virtualenv/run/plugin/activators.pyo +${PYSITELIB}/virtualenv/run/plugin/base.py +${PYSITELIB}/virtualenv/run/plugin/base.pyc +${PYSITELIB}/virtualenv/run/plugin/base.pyo +${PYSITELIB}/virtualenv/run/plugin/creators.py +${PYSITELIB}/virtualenv/run/plugin/creators.pyc +${PYSITELIB}/virtualenv/run/plugin/creators.pyo +${PYSITELIB}/virtualenv/run/plugin/discovery.py +${PYSITELIB}/virtualenv/run/plugin/discovery.pyc +${PYSITELIB}/virtualenv/run/plugin/discovery.pyo +${PYSITELIB}/virtualenv/run/plugin/seeders.py +${PYSITELIB}/virtualenv/run/plugin/seeders.pyc +${PYSITELIB}/virtualenv/run/plugin/seeders.pyo +${PYSITELIB}/virtualenv/run/session.py +${PYSITELIB}/virtualenv/run/session.pyc +${PYSITELIB}/virtualenv/run/session.pyo +${PYSITELIB}/virtualenv/seed/__init__.py +${PYSITELIB}/virtualenv/seed/__init__.pyc +${PYSITELIB}/virtualenv/seed/__init__.pyo +${PYSITELIB}/virtualenv/seed/embed/__init__.py +${PYSITELIB}/virtualenv/seed/embed/__init__.pyc +${PYSITELIB}/virtualenv/seed/embed/__init__.pyo +${PYSITELIB}/virtualenv/seed/embed/base_embed.py +${PYSITELIB}/virtualenv/seed/embed/base_embed.pyc +${PYSITELIB}/virtualenv/seed/embed/base_embed.pyo +${PYSITELIB}/virtualenv/seed/embed/pip_invoke.py +${PYSITELIB}/virtualenv/seed/embed/pip_invoke.pyc +${PYSITELIB}/virtualenv/seed/embed/pip_invoke.pyo +${PYSITELIB}/virtualenv/seed/embed/via_app_data/__init__.py +${PYSITELIB}/virtualenv/seed/embed/via_app_data/__init__.pyc +${PYSITELIB}/virtualenv/seed/embed/via_app_data/__init__.pyo +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/__init__.py +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/__init__.pyc +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/__init__.pyo +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/base.py +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/base.pyc +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/base.pyo +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/copy.py +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/copy.pyc +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/copy.pyo +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/symlink.py +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/symlink.pyc +${PYSITELIB}/virtualenv/seed/embed/via_app_data/pip_install/symlink.pyo +${PYSITELIB}/virtualenv/seed/embed/via_app_data/via_app_data.py +${PYSITELIB}/virtualenv/seed/embed/via_app_data/via_app_data.pyc +${PYSITELIB}/virtualenv/seed/embed/via_app_data/via_app_data.pyo +${PYSITELIB}/virtualenv/seed/seeder.py +${PYSITELIB}/virtualenv/seed/seeder.pyc +${PYSITELIB}/virtualenv/seed/seeder.pyo +${PYSITELIB}/virtualenv/seed/wheels/__init__.py +${PYSITELIB}/virtualenv/seed/wheels/__init__.pyc +${PYSITELIB}/virtualenv/seed/wheels/__init__.pyo +${PYSITELIB}/virtualenv/seed/wheels/acquire.py +${PYSITELIB}/virtualenv/seed/wheels/acquire.pyc +${PYSITELIB}/virtualenv/seed/wheels/acquire.pyo +${PYSITELIB}/virtualenv/seed/wheels/bundle.py +${PYSITELIB}/virtualenv/seed/wheels/bundle.pyc +${PYSITELIB}/virtualenv/seed/wheels/bundle.pyo +${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.py +${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyc +${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyo +${PYSITELIB}/virtualenv/seed/wheels/embed/pip-20.3.4-py2.py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/pip-21.3.1-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/pip-22.0.4-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-44.1.1-py2.py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-50.3.2-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-59.6.0-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-62.1.0-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.37.1-py2.py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py +${PYSITELIB}/virtualenv/seed/wheels/periodic_update.pyc +${PYSITELIB}/virtualenv/seed/wheels/periodic_update.pyo +${PYSITELIB}/virtualenv/seed/wheels/util.py +${PYSITELIB}/virtualenv/seed/wheels/util.pyc +${PYSITELIB}/virtualenv/seed/wheels/util.pyo +${PYSITELIB}/virtualenv/util/__init__.py +${PYSITELIB}/virtualenv/util/__init__.pyc +${PYSITELIB}/virtualenv/util/__init__.pyo +${PYSITELIB}/virtualenv/util/error.py +${PYSITELIB}/virtualenv/util/error.pyc +${PYSITELIB}/virtualenv/util/error.pyo +${PYSITELIB}/virtualenv/util/lock.py +${PYSITELIB}/virtualenv/util/lock.pyc +${PYSITELIB}/virtualenv/util/lock.pyo +${PYSITELIB}/virtualenv/util/path/__init__.py +${PYSITELIB}/virtualenv/util/path/__init__.pyc +${PYSITELIB}/virtualenv/util/path/__init__.pyo +${PYSITELIB}/virtualenv/util/path/_pathlib/__init__.py +${PYSITELIB}/virtualenv/util/path/_pathlib/__init__.pyc +${PYSITELIB}/virtualenv/util/path/_pathlib/__init__.pyo +${PYSITELIB}/virtualenv/util/path/_pathlib/via_os_path.py +${PYSITELIB}/virtualenv/util/path/_pathlib/via_os_path.pyc +${PYSITELIB}/virtualenv/util/path/_pathlib/via_os_path.pyo +${PYSITELIB}/virtualenv/util/path/_permission.py +${PYSITELIB}/virtualenv/util/path/_permission.pyc +${PYSITELIB}/virtualenv/util/path/_permission.pyo +${PYSITELIB}/virtualenv/util/path/_sync.py +${PYSITELIB}/virtualenv/util/path/_sync.pyc +${PYSITELIB}/virtualenv/util/path/_sync.pyo +${PYSITELIB}/virtualenv/util/path/_win.py +${PYSITELIB}/virtualenv/util/path/_win.pyc +${PYSITELIB}/virtualenv/util/path/_win.pyo +${PYSITELIB}/virtualenv/util/six.py +${PYSITELIB}/virtualenv/util/six.pyc +${PYSITELIB}/virtualenv/util/six.pyo +${PYSITELIB}/virtualenv/util/subprocess/__init__.py +${PYSITELIB}/virtualenv/util/subprocess/__init__.pyc +${PYSITELIB}/virtualenv/util/subprocess/__init__.pyo +${PYSITELIB}/virtualenv/util/subprocess/_win_subprocess.py +${PYSITELIB}/virtualenv/util/subprocess/_win_subprocess.pyc +${PYSITELIB}/virtualenv/util/subprocess/_win_subprocess.pyo +${PYSITELIB}/virtualenv/util/zipapp.py +${PYSITELIB}/virtualenv/util/zipapp.pyc +${PYSITELIB}/virtualenv/util/zipapp.pyo +${PYSITELIB}/virtualenv/version.py +${PYSITELIB}/virtualenv/version.pyc +${PYSITELIB}/virtualenv/version.pyo diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index bb82d981040a7..f4ac232d470e2 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.43 2021/10/26 10:19:15 nia Exp $ +$NetBSD: distinfo,v 1.44 2022/05/09 22:08:10 wiz Exp $ -BLAKE2s (virtualenv-16.7.9.tar.gz) = e1fdf1a842e05d8b8fe381e5bc41c752fbb6041ac43c2f9a0fcdb55014fcd086 -SHA512 (virtualenv-16.7.9.tar.gz) = ba2d08ec3425929806506c4c33e48d250153b02bd454eb340ab959519dd82ede8b12f2d2ab839e2a8711f29695d3956a457a1ca366a3b4fb4fb26c4c8d48c6cd -Size (virtualenv-16.7.9.tar.gz) = 5121717 bytes +BLAKE2s (virtualenv-20.14.1.tar.gz) = a29a362b33e0306b8e0d5691863fe2fef6600433fc1e62d691df8eb9c9e68081 +SHA512 (virtualenv-20.14.1.tar.gz) = 149e78787db23eabd4238baa172bf023ddcf87d59284fdd090269acfa15991aab182f9e168851f88ef810d5c50dd7cdce69d132c46ebedb10080d65a308e63a1 +Size (virtualenv-20.14.1.tar.gz) = 12216889 bytes +SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = a55f2bbf974cb9cb6cbe79b8f29210a7db5ce470 +SHA1 (patch-tests_unit_create_test__creator.py) = ae1121ca6786801a4d690b70fdc4fdeb65488cca +SHA1 (patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py) = c20b1ecdbfb576be3697c8c52f9f9d21e2e7e7b9 diff --git a/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py b/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py new file mode 100644 index 0000000000000..008c0ea246d22 --- /dev/null +++ b/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py @@ -0,0 +1,28 @@ +$NetBSD: patch-src_virtualenv_create_via__global__ref_api.py,v 1.1 2022/05/09 22:08:10 wiz Exp $ + +Copy distutils distro config file to virtualenv. +https://github.com/pypa/virtualenv/issues/2313 + +--- src/virtualenv/create/via_global_ref/api.py.orig 2022-04-11 10:38:39.000000000 +0000 ++++ src/virtualenv/create/via_global_ref/api.py +@@ -4,6 +4,9 @@ import logging + import os + from abc import ABCMeta + ++from shutil import copy ++from sysconfig import get_paths ++ + from six import add_metaclass + + from virtualenv.info import fs_supports_symlink +@@ -98,6 +101,10 @@ class ViaGlobalRefApi(Creator): + logging.debug("create %s", ensure_text(str(dest_path))) + dest_path.write_text(text) + ++ distutils_distro_config = get_paths()["platlib"] + "/_distutils_system_mod.py" ++ if os.path.exists(distutils_distro_config): ++ copy(distutils_distro_config, self.platlib) ++ + def env_patch_text(self): + """Patch the distutils package to not be derailed by its configuration files""" + with self.app_data.ensure_extracted(Path(__file__).parent / "_virtualenv.py") as resolved_path: diff --git a/devel/py-virtualenv/patches/patch-tests_unit_create_test__creator.py b/devel/py-virtualenv/patches/patch-tests_unit_create_test__creator.py new file mode 100644 index 0000000000000..58355664d91eb --- /dev/null +++ b/devel/py-virtualenv/patches/patch-tests_unit_create_test__creator.py @@ -0,0 +1,14 @@ +$NetBSD: patch-tests_unit_create_test__creator.py,v 1.1 2022/05/09 22:08:10 wiz Exp $ + +Fix testing, related to patch-src_virtualenv_create_via__global__ref_api.py. + +--- tests/unit/create/test_creator.py.orig 2022-05-04 12:29:21.000000000 +0000 ++++ tests/unit/create/test_creator.py +@@ -156,6 +156,7 @@ def test_create_no_seed(python, creator, + purelib = creator.purelib + patch_files = {purelib / "{}.{}".format("_virtualenv", i) for i in ("py", "pyc", "pth")} + patch_files.add(purelib / "__pycache__") ++ patch_files.add(purelib / "_distutils_system_mod.py") + content = set(creator.purelib.iterdir()) - patch_files + assert not content, "\n".join(ensure_text(str(i)) for i in content) + assert creator.env_name == ensure_text(dest.name) diff --git a/devel/py-virtualenv/patches/patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py b/devel/py-virtualenv/patches/patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py new file mode 100644 index 0000000000000..530b8e671e63b --- /dev/null +++ b/devel/py-virtualenv/patches/patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py @@ -0,0 +1,14 @@ +$NetBSD: patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py,v 1.1 2022/05/09 22:08:10 wiz Exp $ + +Fix testing, related to patch-src_virtualenv_create_via__global__ref_api.py. + +--- tests/unit/seed/embed/test_bootstrap_link_via_app_data.py.orig 2022-05-04 12:39:44.000000000 +0000 ++++ tests/unit/seed/embed/test_bootstrap_link_via_app_data.py +@@ -114,6 +114,7 @@ def test_seed_link_via_app_data(tmp_path + purelib = result.creator.purelib + patch_files = {purelib / "{}.{}".format("_virtualenv", i) for i in ("py", "pyc", "pth")} + patch_files.add(purelib / "__pycache__") ++ patch_files.add(purelib / "_distutils_system_mod.py") + post_run = set(site_package.iterdir()) - patch_files + assert not post_run, "\n".join(str(i) for i in post_run) + From 715193938d8ed8e41c1dc4528aadeea3e046636a Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 May 2022 22:08:20 +0000 Subject: [PATCH 0047/1154] doc: Updated devel/py-virtualenv to 20.14.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 15b492dd51afe..018f485330bf5 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2449 2022/05/09 21:54:04 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2450 2022/05/09 22:08:20 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3801,3 +3801,4 @@ Changes to the packages collection and infrastructure in 2022: Updated audio/termusic to 0.6.15 [pin 2022-05-09] Updated textproc/lok to 0.2.1 [pin 2022-05-09] Added textproc/hck version 0.7.2 [pin 2022-05-09] + Updated devel/py-virtualenv to 20.14.1 [wiz 2022-05-09] From 086f56f58422fa00832da908f80be64e7ed837e0 Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 10 May 2022 03:34:16 +0000 Subject: [PATCH 0048/1154] cyrus-saslauthd: let the RC script work unprivileged This takes advantage of the introduction of the SYSCONFBASE variable. Tested on NetBSD/amd64, Darwin/amd64. Bumps PKGREVISION. --- security/cyrus-saslauthd/Makefile | 3 ++- security/cyrus-saslauthd/files/saslauthd.sh | 12 +++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile index caf7c72af23ba..4f3eb4449fa53 100644 --- a/security/cyrus-saslauthd/Makefile +++ b/security/cyrus-saslauthd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2022/02/24 11:00:04 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2022/05/10 03:34:16 khorben Exp $ PKGNAME= ${DISTNAME:S/sasl/saslauthd/} +PKGREVISION= 1 CONFLICTS+= cyrus-sasl<2.1.15nb2 .include "../../security/cyrus-sasl/Makefile.common" diff --git a/security/cyrus-saslauthd/files/saslauthd.sh b/security/cyrus-saslauthd/files/saslauthd.sh index 1a403509c5523..1ce1a053fba5d 100644 --- a/security/cyrus-saslauthd/files/saslauthd.sh +++ b/security/cyrus-saslauthd/files/saslauthd.sh @@ -1,16 +1,18 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: saslauthd.sh,v 1.3 2004/08/04 20:08:38 jlam Exp $ +# $NetBSD: saslauthd.sh,v 1.4 2022/05/10 03:34:16 khorben Exp $ # # The saslauthd daemon allows cleartext UNIX password authentication via # several authentication mechanisms with Cyrus SASL. # # PROVIDE: saslauthd # REQUIRE: DAEMON +# +# You will need to set some variables in @SYSCONFBASE@/rc.conf to start saslauthd: +# +# saslauthd=YES -if [ -f /etc/rc.subr ]; then - . /etc/rc.subr -fi +$_rc_subr_loaded . @SYSCONFBASE@/rc.subr name="saslauthd" rcvar="${name}" @@ -30,7 +32,7 @@ saslauthd_precmd() fi } -if [ -f /etc/rc.subr ]; then +if [ -f @SYSCONFBASE@/rc.subr ]; then load_rc_config $name run_rc_command "$1" else From 2604c4ed4bec96934d47a2c8e72cb018e2867acb Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 05:25:58 +0000 Subject: [PATCH 0049/1154] py-redis: updated to 4.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 4.3.1 🛠Bug Fixes Fix asyncio Search crash --- databases/py-redis/Makefile | 6 +++--- databases/py-redis/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile index 178304827cc28..d6281b6583e2a 100644 --- a/databases/py-redis/Makefile +++ b/databases/py-redis/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2022/05/09 05:42:55 adam Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/10 05:25:58 adam Exp $ -DISTNAME= redis-4.3.0 +DISTNAME= redis-4.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/andymccurdy/redis-py +HOMEPAGE= https://github.com/redis/redis-py COMMENT= Redis Python client LICENSE= mit diff --git a/databases/py-redis/distinfo b/databases/py-redis/distinfo index c41f8d9f56387..b5be1c2631bdb 100644 --- a/databases/py-redis/distinfo +++ b/databases/py-redis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2022/05/09 05:42:55 adam Exp $ +$NetBSD: distinfo,v 1.24 2022/05/10 05:25:58 adam Exp $ -BLAKE2s (redis-4.3.0.tar.gz) = b9514a97aca074889c974701f2c9b571d99f1e1460622cd5f892d5ac5c38abde -SHA512 (redis-4.3.0.tar.gz) = 3733e0131764c145e633385d111624670ebafd739f45d78945b0eb0a13efcbd39b3af2d604279a25de92560e9e47500372b88f26f652ced13ff1ed592df8fe03 -Size (redis-4.3.0.tar.gz) = 4558217 bytes +BLAKE2s (redis-4.3.1.tar.gz) = 6f2453697d4f3ac4c26b11eb6d1f305a9bfe6469c577e48dd4f4c08db79a3fbe +SHA512 (redis-4.3.1.tar.gz) = da6b9cab100174ba100da3b12b24bc263503d1379bee20a8dc95035703168a05b6673e5e850fe230187e88a67bfc9d549fab051b627c7aa391fe7071cc8c94de +Size (redis-4.3.1.tar.gz) = 4558221 bytes From 99cad0f0b0337a09204b9992e2c0431b159239b1 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 05:28:25 +0000 Subject: [PATCH 0050/1154] py-nbclient: updated to 0.6.3 0.6.3 - Clean up docs and typings --- www/py-nbclient/Makefile | 4 ++-- www/py-nbclient/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-nbclient/Makefile b/www/py-nbclient/Makefile index 3c56e1edacd4f..3c545c58c5565 100644 --- a/www/py-nbclient/Makefile +++ b/www/py-nbclient/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/05/04 07:32:34 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/10 05:28:25 adam Exp $ -DISTNAME= nbclient-0.6.2 +DISTNAME= nbclient-0.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbclient/} diff --git a/www/py-nbclient/distinfo b/www/py-nbclient/distinfo index 60a8612dfcaeb..a23c49d1fb558 100644 --- a/www/py-nbclient/distinfo +++ b/www/py-nbclient/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/05/04 07:32:34 adam Exp $ +$NetBSD: distinfo,v 1.6 2022/05/10 05:28:25 adam Exp $ -BLAKE2s (nbclient-0.6.2.tar.gz) = 41d6c0063b4de6578dde13def9462160ab5d421740c76bd801ee687313740a78 -SHA512 (nbclient-0.6.2.tar.gz) = 2e7acc52c8d04bf75f75f6e2d13e23a3484bc9992b00aa9decf49f8e9c994f4842396af72c6ab347a3f74ea5f11693421783fb118fffaeba1f99add2d89f4a84 -Size (nbclient-0.6.2.tar.gz) = 77683 bytes +BLAKE2s (nbclient-0.6.3.tar.gz) = 2bf4ec976a2e910ccb9260b1bad0be3b654775e40f4c37e518ada604c6871ce3 +SHA512 (nbclient-0.6.3.tar.gz) = 9d3a1b56fa4ba50297166dac63604eea5a8ea4393b1d15fca2457605ea0a171736e7d5543768b4429024bf6b45b21c6efedec86534fbc34702ac472f8fd21873 +Size (nbclient-0.6.3.tar.gz) = 77901 bytes From a991f53ae05528cd4832faf743f33e201b9cec4c Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 05:28:44 +0000 Subject: [PATCH 0051/1154] Updated databases/py-redis, www/py-nbclient --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 018f485330bf5..530e7b4102c13 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2450 2022/05/09 22:08:20 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2451 2022/05/10 05:28:44 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3802,3 +3802,5 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/lok to 0.2.1 [pin 2022-05-09] Added textproc/hck version 0.7.2 [pin 2022-05-09] Updated devel/py-virtualenv to 20.14.1 [wiz 2022-05-09] + Updated databases/py-redis to 4.3.1 [adam 2022-05-10] + Updated www/py-nbclient to 0.6.3 [adam 2022-05-10] From 1283bfd0428df4861a7ed2b916a7256a8b0af683 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 05:31:58 +0000 Subject: [PATCH 0052/1154] py-astroid: updated to 2.11.5 v2.11.5 Fix crash while obtaining object_type() of an Unknown node. Fix a bug where in attempting to handle the patching of distutils by virtualenv, library submodules called distutils (e.g. numpy.distutils) were included also. --- devel/py-astroid/Makefile | 4 ++-- devel/py-astroid/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index a17cf55dbfdb2..e030f7579c422 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2022/05/03 17:50:49 adam Exp $ +# $NetBSD: Makefile,v 1.57 2022/05/10 05:31:58 adam Exp $ -DISTNAME= astroid-2.11.4 +DISTNAME= astroid-2.11.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/} diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo index 09d47f64d45e2..25401aca569ff 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.49 2022/05/03 17:50:49 adam Exp $ +$NetBSD: distinfo,v 1.50 2022/05/10 05:31:58 adam Exp $ -BLAKE2s (astroid-2.11.4.tar.gz) = 6725823f81672a4a8ec968bae0fbb06d4de877da6481f51de496afbfc2b6930e -SHA512 (astroid-2.11.4.tar.gz) = 488540bed10603e6365a900336b532d5e9ca4f10ec3b1809e9e9a2df64cffae6781b7e715e403530e92ddfea92b1cd71aa7b6483261d88296107766705d7d594 -Size (astroid-2.11.4.tar.gz) = 205835 bytes +BLAKE2s (astroid-2.11.5.tar.gz) = f64260020381490286ee8ad413ea0e3f168ed4c0b618986bb43e1e89213e82af +SHA512 (astroid-2.11.5.tar.gz) = b6e9c6d8af9421300c6bbb8c5f06af8d0cce4c63d0c7f999aceb4cdd8d7f1ea5a4f74c20834fe6a1717622d7c164df1085b88342ebfc33f5ea2b1f9daf668334 +Size (astroid-2.11.5.tar.gz) = 205908 bytes From 62a7df78c8e1b43a2715ae4d313a0183c802e3bd Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 05:39:00 +0000 Subject: [PATCH 0053/1154] py-dbf: updated to 0.99.2 0.99.2: Unknown changes --- databases/py-dbf/Makefile | 5 ++--- databases/py-dbf/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/databases/py-dbf/Makefile b/databases/py-dbf/Makefile index 6304b2c05cc30..bb6752f6307e1 100644 --- a/databases/py-dbf/Makefile +++ b/databases/py-dbf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2022/01/04 20:52:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/10 05:39:00 adam Exp $ -DISTNAME= dbf-0.99.1 +DISTNAME= dbf-0.99.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dbf/} diff --git a/databases/py-dbf/distinfo b/databases/py-dbf/distinfo index d6e672082d510..21c5cccbd5790 100644 --- a/databases/py-dbf/distinfo +++ b/databases/py-dbf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2021/11/24 09:51:28 wiz Exp $ +$NetBSD: distinfo,v 1.2 2022/05/10 05:39:00 adam Exp $ -BLAKE2s (dbf-0.99.1.tar.gz) = 727d82a0012f0646a2b9a67da7ba08bd1a21c3eb2528ee6a511815f26c53ce44 -SHA512 (dbf-0.99.1.tar.gz) = 15e255dc887b6c6ded1e4e626483d4368e4de01e064a2345ac37e93103787ced3647592302aacdc55fc5925038a857c5f61e830692be6655b5ab2cd2aeb15a92 -Size (dbf-0.99.1.tar.gz) = 104251 bytes +BLAKE2s (dbf-0.99.2.tar.gz) = b6b6a5f9e8cd111d93600d68a3d24fc5e26bf859f03e0be7a4a19381d391dfba +SHA512 (dbf-0.99.2.tar.gz) = 8429964d5dcad07acf48a891ba1bcde6b26b48e851c686734f6a7017ad18d38af953ff5a4e1a9a6bb2f83f10c93446d638f4c99567ab66c5b4e4aa72540873b5 +Size (dbf-0.99.2.tar.gz) = 104249 bytes From 315452bb75003241317eec7ae97980a7b916858a Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 05:40:43 +0000 Subject: [PATCH 0054/1154] py-aenum: updated to 3.1.11 3.1.11: Unknown changes --- devel/py-aenum/Makefile | 4 ++-- devel/py-aenum/PLIST | 7 +++++-- devel/py-aenum/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/devel/py-aenum/Makefile b/devel/py-aenum/Makefile index e2a5430f805e1..c81da908f8af0 100644 --- a/devel/py-aenum/Makefile +++ b/devel/py-aenum/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/01/24 11:08:57 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/10 05:40:43 adam Exp $ -DISTNAME= aenum-3.1.8 +DISTNAME= aenum-3.1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aenum/} diff --git a/devel/py-aenum/PLIST b/devel/py-aenum/PLIST index e9dc2e4aa9816..c072112878716 100644 --- a/devel/py-aenum/PLIST +++ b/devel/py-aenum/PLIST @@ -1,14 +1,17 @@ -@comment $NetBSD: PLIST,v 1.1 2021/11/24 09:39:08 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/10 05:40:43 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/aenum/CHANGES ${PYSITELIB}/aenum/LICENSE -${PYSITELIB}/aenum/README ${PYSITELIB}/aenum/__init__.py ${PYSITELIB}/aenum/__init__.pyc ${PYSITELIB}/aenum/__init__.pyo +${PYSITELIB}/aenum/_py2.py +${PYSITELIB}/aenum/_py3.py +${PYSITELIB}/aenum/_py3.pyc +${PYSITELIB}/aenum/_py3.pyo ${PYSITELIB}/aenum/doc/aenum.pdf ${PYSITELIB}/aenum/doc/aenum.rst ${PYSITELIB}/aenum/test.py diff --git a/devel/py-aenum/distinfo b/devel/py-aenum/distinfo index 63160e206223d..154ec07db9258 100644 --- a/devel/py-aenum/distinfo +++ b/devel/py-aenum/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2022/01/24 11:08:57 adam Exp $ +$NetBSD: distinfo,v 1.4 2022/05/10 05:40:43 adam Exp $ -BLAKE2s (aenum-3.1.8.tar.gz) = ab3f8997d3077d37538fcef04f03e4584506d5fe4b9e9970bd873424cdf590a8 -SHA512 (aenum-3.1.8.tar.gz) = 4dbc4f9be75eec40d3cd06a6cb4f542dab5ed499f43ae5d56ed5ee708c0b2565c45e674cc5caa8be03e85447fa6b244b5d491b0d91f637fdc378558811c11fc5 -Size (aenum-3.1.8.tar.gz) = 130013 bytes +BLAKE2s (aenum-3.1.11.tar.gz) = 57738cd5bd67b92766be5b90a61917615e8486c59453586d3afe43917bfd6fea +SHA512 (aenum-3.1.11.tar.gz) = 8ec8336ccf805dd4ed57ced35e9e0f143bafea61cd9b3a465286b131e962225f8136595d94bcb1d709893106236d8b96de94aa860ffb256116b625bd9a43d78d +Size (aenum-3.1.11.tar.gz) = 130979 bytes From 14f7c0887eaa724bc28f82329a54c1bb25af0cb1 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 05:42:57 +0000 Subject: [PATCH 0055/1154] py-fs: updated to 2.4.16 2.4.16 Changed - Make `fs.zipfs._ZipExtFile` use the seeking mechanism implemented in the Python standard library in Python version 3.7 and later - Mark `fs.zipfs.ReadZipFS` as a case-sensitive filesystem - Optimized moving files between filesystems with syspaths. - Fixed `fs.move.move_file` to clean up the copy on the destination in case of errors. - `fs.opener.manage_fs` with `writeable=True` will now raise a `ResourceReadOnly` exception if the managed filesystem is not writeable. - Marked filesystems wrapped with `fs.wrap.WrapReadOnly` as read-only. --- filesystems/py-fs/Makefile | 4 ++-- filesystems/py-fs/PLIST | 8 +++++++- filesystems/py-fs/distinfo | 8 ++++---- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/filesystems/py-fs/Makefile b/filesystems/py-fs/Makefile index 50d14e33338aa..687523b231811 100644 --- a/filesystems/py-fs/Makefile +++ b/filesystems/py-fs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/05/01 09:11:49 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/10 05:42:57 adam Exp $ -DISTNAME= fs-2.4.15 +DISTNAME= fs-2.4.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= filesystems python MASTER_SITES= ${MASTER_SITE_PYPI:=f/fs/} diff --git a/filesystems/py-fs/PLIST b/filesystems/py-fs/PLIST index fced286e1a1f1..efd2a15e327d3 100644 --- a/filesystems/py-fs/PLIST +++ b/filesystems/py-fs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/12/13 11:22:51 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/10 05:42:57 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -17,12 +17,18 @@ ${PYSITELIB}/fs/_fscompat.pyo ${PYSITELIB}/fs/_ftp_parse.py ${PYSITELIB}/fs/_ftp_parse.pyc ${PYSITELIB}/fs/_ftp_parse.pyo +${PYSITELIB}/fs/_pathcompat.py +${PYSITELIB}/fs/_pathcompat.pyc +${PYSITELIB}/fs/_pathcompat.pyo ${PYSITELIB}/fs/_repr.py ${PYSITELIB}/fs/_repr.pyc ${PYSITELIB}/fs/_repr.pyo ${PYSITELIB}/fs/_typing.py ${PYSITELIB}/fs/_typing.pyc ${PYSITELIB}/fs/_typing.pyo +${PYSITELIB}/fs/_tzcompat.py +${PYSITELIB}/fs/_tzcompat.pyc +${PYSITELIB}/fs/_tzcompat.pyo ${PYSITELIB}/fs/_url_tools.py ${PYSITELIB}/fs/_url_tools.pyc ${PYSITELIB}/fs/_url_tools.pyo diff --git a/filesystems/py-fs/distinfo b/filesystems/py-fs/distinfo index 6648f2ab09d42..b48ce827a9d2c 100644 --- a/filesystems/py-fs/distinfo +++ b/filesystems/py-fs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/02/07 20:57:20 adam Exp $ +$NetBSD: distinfo,v 1.9 2022/05/10 05:42:57 adam Exp $ -BLAKE2s (fs-2.4.15.tar.gz) = cdb3ad23731369b1f60cb4fc56f114d6e91f5c4b01c270924f34835b6898d18c -SHA512 (fs-2.4.15.tar.gz) = 1d3df2f2aa64ca8a01871b704e48bf10cf8d92259dde9b59ff7b3797235ef6eb86e5ef3fb704c645870b24954a990e6efeeca5211f044ff16e2c3f99bedbfb86 -Size (fs-2.4.15.tar.gz) = 184933 bytes +BLAKE2s (fs-2.4.16.tar.gz) = 47eec044419f63a252763039981a2f7809cb0ba3f2011659d47e9d1749bdca3a +SHA512 (fs-2.4.16.tar.gz) = 7d9a03b5a782cce048189a7ff527757e60ef6fbb99925713b0179dc9c483f63b54fb1911f39bf2230366c789c526a1b8927863ce93e13a0f71fd8734a7fdb9df +Size (fs-2.4.16.tar.gz) = 187441 bytes From 97b6831b830992001d2b6904873ebc32981288e2 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 05:43:28 +0000 Subject: [PATCH 0056/1154] Updated devel/py-astroid, databases/py-dbf, devel/py-aenum, filesystems/py-fs --- doc/CHANGES-2022 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 530e7b4102c13..82fb5a8c7de75 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2451 2022/05/10 05:28:44 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2452 2022/05/10 05:43:28 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3804,3 +3804,7 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-virtualenv to 20.14.1 [wiz 2022-05-09] Updated databases/py-redis to 4.3.1 [adam 2022-05-10] Updated www/py-nbclient to 0.6.3 [adam 2022-05-10] + Updated devel/py-astroid to 2.11.5 [adam 2022-05-10] + Updated databases/py-dbf to 0.99.2 [adam 2022-05-10] + Updated devel/py-aenum to 3.1.11 [adam 2022-05-10] + Updated filesystems/py-fs to 2.4.16 [adam 2022-05-10] From 58f5e86942c0c0242327c06ceaf0b47e0f568314 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 05:43:50 +0000 Subject: [PATCH 0057/1154] openssl: update to 1.1.1o. Major changes between OpenSSL 1.1.1n and OpenSSL 1.1.1o [3 May 2022] o Fixed a bug in the c_rehash script which was not properly sanitising shell metacharacters to prevent command injection (CVE-2022-1292) --- security/openssl/Makefile | 4 ++-- security/openssl/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 2921963c84b0e..7db060e979bdd 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.279 2022/03/15 18:20:02 wiz Exp $ +# $NetBSD: Makefile,v 1.280 2022/05/10 05:43:50 wiz Exp $ # Remember to upload-distfiles when updating OpenSSL -- otherwise it # is not possible for users who have bootstrapped without OpenSSL # to install it and enable HTTPS fetching. -DISTNAME= openssl-1.1.1n +DISTNAME= openssl-1.1.1o CATEGORIES= security MASTER_SITES= https://www.openssl.org/source/ diff --git a/security/openssl/distinfo b/security/openssl/distinfo index d7bc916df77f2..9607773ed398f 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.158 2022/03/15 18:20:02 wiz Exp $ +$NetBSD: distinfo,v 1.159 2022/05/10 05:43:50 wiz Exp $ -BLAKE2s (openssl-1.1.1n.tar.gz) = c79ef07f2bc65bbe60f22989154ebf64d0e996566149edaa04485372034804a8 -SHA512 (openssl-1.1.1n.tar.gz) = 1937796736613dcf4105a54e42ecb61f95a1cea74677156f9459aea0f2c95159359e766089632bf364ee6b0d28d661eb9957bce8fecc9d2436378d8d79e8d0a4 -Size (openssl-1.1.1n.tar.gz) = 9850712 bytes +BLAKE2s (openssl-1.1.1o.tar.gz) = 1cce7975b7c39641707fa142214c6b22255b42151ef6e4da49eeacf1dc9466cc +SHA512 (openssl-1.1.1o.tar.gz) = 75b2f1499cb4640229eb6cd35d85cbff2e19db17b959ac4d04b60f1b395b73567f9003521452a0fcfeea9b31b26de0a7bccf476ecf9caae02298f3647cfb7e23 +Size (openssl-1.1.1o.tar.gz) = 9856386 bytes SHA1 (patch-Configurations_shared-info.pl) = 0e835f6e343b5d05ef9a0e6ef2a195201262d15c SHA1 (patch-Configurations_unix-Makefile.tmpl) = 3f47dd453381485aeb6c37dc53f932428fdcef50 SHA1 (patch-Configure) = 479f1bc826f7721f6b44d6b5a6cf460432924bf2 From 666f677388a5a806559a7f410e4c0ef55102f6c0 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 05:43:59 +0000 Subject: [PATCH 0058/1154] doc: Updated security/openssl to 1.1.1o --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 82fb5a8c7de75..182017fa36da1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2452 2022/05/10 05:43:28 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2453 2022/05/10 05:43:59 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3808,3 +3808,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/py-dbf to 0.99.2 [adam 2022-05-10] Updated devel/py-aenum to 3.1.11 [adam 2022-05-10] Updated filesystems/py-fs to 2.4.16 [adam 2022-05-10] + Updated security/openssl to 1.1.1o [wiz 2022-05-10] From 5aa986cd674c3527e21763cc73c071a1b59b1dce Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 05:50:32 +0000 Subject: [PATCH 0059/1154] zxing-cpp: update to 1.3.0. The major new features: Multi-barcode reading with the new std::vector ReadBardcodes(...) function. Does not work for Aztec, DataMatrix and Maxicode, yet. Multi-resolution scanning that can automatically downscale the input to substantially increase the detection rate on high resolution scans, see DecodeHints::tryDownscale, currently only enabled in the ReadBardcodes function New Result::symbologyIdentifier property (thanks to @gitlost) Updated and improved android wrapper (thanks to @markusfisch) Worth mentioning: Most deprecated APIs from last release were removed (will likely break your build if you still have deprecation warnings with 1.2.0) New Result::lineCount and DecodeHints::minLineCount properties to improve reliability of 1D code reading New Result::isMirrored property (works for QRCode, PDF417, DataMatrix) Improved FNC1 handling and deprecation of DecodeHints::assumeGS1 Lots of small fixes all over the place Drop in-tree copy of stb image library New OpenCV example code QRCode reading improvements Python 3.10 support --- graphics/zxing-cpp/Makefile | 7 +++---- graphics/zxing-cpp/PLIST | 7 ++----- graphics/zxing-cpp/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/graphics/zxing-cpp/Makefile b/graphics/zxing-cpp/Makefile index c8a93a017998d..1b1cb5bc22031 100644 --- a/graphics/zxing-cpp/Makefile +++ b/graphics/zxing-cpp/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2022/02/06 13:22:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/10 05:50:32 wiz Exp $ -GITHUB_PROJECT= zxing-cpp -GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= zxing-cpp-1.2.0 +DISTNAME= zxing-cpp-1.3.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=nu-book/} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://github.com/nu-book/zxing-cpp/ diff --git a/graphics/zxing-cpp/PLIST b/graphics/zxing-cpp/PLIST index 6733bb088ca14..fb47f0d274a11 100644 --- a/graphics/zxing-cpp/PLIST +++ b/graphics/zxing-cpp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/02/05 04:34:17 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/10 05:50:32 wiz Exp $ include/ZXing/BarcodeFormat.h include/ZXing/BinaryBitmap.h include/ZXing/BitArray.h @@ -21,12 +21,11 @@ include/ZXing/Flags.h include/ZXing/GTIN.h include/ZXing/GenericGF.h include/ZXing/GenericGFPoly.h -include/ZXing/GenericLuminanceSource.h include/ZXing/GlobalHistogramBinarizer.h include/ZXing/GridSampler.h include/ZXing/HybridBinarizer.h +include/ZXing/ImageView.h include/ZXing/LogMatrix.h -include/ZXing/LuminanceSource.h include/ZXing/Matrix.h include/ZXing/MultiFormatReader.h include/ZXing/MultiFormatWriter.h @@ -40,7 +39,6 @@ include/ZXing/ReedSolomonDecoder.h include/ZXing/ReedSolomonEncoder.h include/ZXing/RegressionLine.h include/ZXing/Result.h -include/ZXing/ResultMetadata.h include/ZXing/ResultPoint.h include/ZXing/Scope.h include/ZXing/StructuredAppend.h @@ -129,7 +127,6 @@ include/ZXing/qrcode/QRCodecMode.h include/ZXing/qrcode/QRDataBlock.h include/ZXing/qrcode/QRDataMask.h include/ZXing/qrcode/QRDecoder.h -include/ZXing/qrcode/QRDecoderMetadata.h include/ZXing/qrcode/QRDetector.h include/ZXing/qrcode/QRECB.h include/ZXing/qrcode/QREncodeResult.h diff --git a/graphics/zxing-cpp/distinfo b/graphics/zxing-cpp/distinfo index d84ba8ee31033..d7b0860661ed5 100644 --- a/graphics/zxing-cpp/distinfo +++ b/graphics/zxing-cpp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/02/05 04:34:17 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2022/05/10 05:50:32 wiz Exp $ -BLAKE2s (zxing-cpp-1.2.0.tar.gz) = 5a87c4a61248f30dd9a7011f11921a5bf3e5f98d94a58242eca2c00b44b8062e -SHA512 (zxing-cpp-1.2.0.tar.gz) = e61b4e44ccaf0871b5d8badf9ce0a81576f55e5d6a9458907b9b599a66227adceabb8d51a0c47b32319d8aeff93e758b4785d3bd0440375247471d95999de487 -Size (zxing-cpp-1.2.0.tar.gz) = 97942494 bytes +BLAKE2s (zxing-cpp-1.3.0.tar.gz) = 15124d59cb561371425a4e567d971a368621a8404a6ad570f2937072ace9bf43 +SHA512 (zxing-cpp-1.3.0.tar.gz) = 27821667dea3d09b91bf9825ff25483ed658d850fd238009f1c7e43b1b09e62d24b3a2cd78d4e39d29725931b32bfce3e21e7ec871830b3ad69a5a69c72d8de8 +Size (zxing-cpp-1.3.0.tar.gz) = 97938087 bytes From 402ccf5a0f8b062bb5f2f82b2e7eb238849ad08c Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 05:50:41 +0000 Subject: [PATCH 0060/1154] doc: Updated graphics/zxing-cpp to 1.3.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 182017fa36da1..060be83bb1535 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2453 2022/05/10 05:43:59 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2454 2022/05/10 05:50:41 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3809,3 +3809,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-aenum to 3.1.11 [adam 2022-05-10] Updated filesystems/py-fs to 2.4.16 [adam 2022-05-10] Updated security/openssl to 1.1.1o [wiz 2022-05-10] + Updated graphics/zxing-cpp to 1.3.0 [wiz 2022-05-10] diff --git a/doc/TODO b/doc/TODO index 7e6e8cc5e8127..a2415476db777 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21831 2022/05/09 15:57:17 nia Exp $ +$NetBSD: TODO,v 1.21832 2022/05/10 05:50:41 wiz Exp $ Suggested new packages ====================== @@ -1814,7 +1814,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o zoneminder-1.34.21 o zookeeper-3.7.0 o zopeedit-0.8 - o zxing-cpp-1.3.0 Licenses of packages ==================== From 6b46afd1eebd8c62ea41bd62a817e50b25940d5c Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 05:56:54 +0000 Subject: [PATCH 0061/1154] ImageMagick: update to 7.1.0.33. Merged autotools: Add ws2_32 library with MagickCore for Win32 platform #5119 Avoid NULL pointer dereference in coders/wmf.c #5117 Commits beta release 600c455 possible null dereference 4e085a2 improved error checking 2e5c976 Also create an arm64 installer. c84fcf5 Also create portable arm64 binaries. 6126915 eliminate coverity defect 4cec11d eliminate Coverity defect 0364622 eliminate Coverity defect a619616 ImageMagick/ImageMagick#5099 43da986 prevent memory leak on exception 0157eb8 the tiles per page cannot be zero fecf247 check security policy before reading an -fx expression from a file c53fb96 fix exception on a valid ternary @ ImageMagick/ImageMagick#4533 64b5fe6 display the image pixel cache type 759029d change order of pixel cache type 3529df8 change order of pixel cache type bacb357 use the correct property key for arithmetic coding 0184b6c Reverted patch because HDRI should always be highres. 4e20a27 the maximum dissolve factor is 1.0 452c436 Removed duplicate check. b108dbd Fixed possible memory leak reported in #5121. 9c957a6 Removed to heif_filetype_yes_unsupported check to resolved the issue reported in #5123. 47898c6 possible memory leak @ ImageMagick/ImageMagick#5121 b0c1967 eliminate compiler warnings a10a570 eliminate compiler warnings 3fa3d9f conditional logging 53fb342 eliminate compiler warnings a429f44 background kept when making cylinder @ ImageMagick/ImageMagick#5112 925a6c5 cosmetic d4d5ca2 possible memory leak @ ImageMagick/ImageMagick#5131 8ed6d1d release 4e6f7b1 release 39baedd --- graphics/ImageMagick/Makefile.common | 4 ++-- graphics/ImageMagick/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 2d1da0aaa2fce..79c982c5a4e63 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.253 2022/05/03 08:27:11 wiz Exp $ +# $NetBSD: Makefile.common,v 1.254 2022/05/10 05:56:54 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile # # Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md IM_MAJOR_VER= 7.1.0 -IM_MINOR_VER= 32 +IM_MINOR_VER= 33 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 17653e1615967..aa51485b0e374 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.274 2022/05/03 08:27:11 wiz Exp $ +$NetBSD: distinfo,v 1.275 2022/05/10 05:56:54 wiz Exp $ -BLAKE2s (ImageMagick-7.1.0-32.tar.xz) = b9e70c6c4fb79660e7e4679633737b7ca400d173323e25b7e157e5b4d85e7473 -SHA512 (ImageMagick-7.1.0-32.tar.xz) = b670c96b4755073caa8537fe4f42015da3ebac7761105273cc04efa6d03f945ca131292e3243fbb2e32159b54820892ade8f338e7bd3826ed7a9819c5feefb23 -Size (ImageMagick-7.1.0-32.tar.xz) = 10348108 bytes +BLAKE2s (ImageMagick-7.1.0-33.tar.xz) = c2e217f6975691c142c5640257acf44fc97e11d71a8c0bc7b6fc2e173db74cd9 +SHA512 (ImageMagick-7.1.0-33.tar.xz) = 44b109006d4ccbe60db2fe5a8f7d1ab83a3410a4482662d1d3cdd24b99003848d4c199ed11ad0ee7d9b7a210fe3b0ef89b71457c5a6c25b5a76e23af92dbbd6b +Size (ImageMagick-7.1.0-33.tar.xz) = 10351320 bytes SHA1 (patch-config_policy.xml) = f8d130dcb1e81cd78a7856ca9b334f6ebf95c18f From 0d4e5b1201d2cedfcbfb140d4850695af1d6ae3f Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 05:57:05 +0000 Subject: [PATCH 0062/1154] doc: Updated graphics/ImageMagick to 7.1.0.33 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 060be83bb1535..ee43c2a8514fa 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2454 2022/05/10 05:50:41 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2455 2022/05/10 05:57:05 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3810,3 +3810,4 @@ Changes to the packages collection and infrastructure in 2022: Updated filesystems/py-fs to 2.4.16 [adam 2022-05-10] Updated security/openssl to 1.1.1o [wiz 2022-05-10] Updated graphics/zxing-cpp to 1.3.0 [wiz 2022-05-10] + Updated graphics/ImageMagick to 7.1.0.33 [wiz 2022-05-10] diff --git a/doc/TODO b/doc/TODO index a2415476db777..734668ab2866c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21832 2022/05/10 05:50:41 wiz Exp $ +$NetBSD: TODO,v 1.21833 2022/05/10 05:57:05 wiz Exp $ Suggested new packages ====================== @@ -361,7 +361,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o GNUMail-1.2.2 o Gorm-1.2.26 o HElib-2.1.0 - o ImageMagick-7.1.0.33 o ImageMagick6-6.9.12.8 o JBidwatcher-2.5.6 [wants launch4j] o LPRng-core-3.8.35 From 8cc34836b7646284e6baeb2b2516528a5f6c2ba5 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 05:59:58 +0000 Subject: [PATCH 0063/1154] py-pip-audit: update to 2.2.1. ## [2.2.1] - 2022-05-02 ### Fixed * A bug introduced with a previous fix to version parsing ([#263](https://github.com/trailofbits/pip-audit/pull/263)) was fixed ([#264](https://github.com/trailofbits/pip-audit/pull/264)) ## [2.2.0] - 2022-05-02 ### Added * CLI: The `--output` option has been added, allowing users to specify a file to write output to. The default behavior of writing to `stdout` is unchanged ([#262](https://github.com/trailofbits/pip-audit/pull/262)) ### Fixed * Vulnerability sources: A bug caused by insufficient version normalization was fixed ([#263](https://github.com/trailofbits/pip-audit/pull/263)) --- security/py-pip-audit/Makefile | 4 ++-- security/py-pip-audit/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/py-pip-audit/Makefile b/security/py-pip-audit/Makefile index bfe5c55b48e59..e275a436e5135 100644 --- a/security/py-pip-audit/Makefile +++ b/security/py-pip-audit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2022/04/20 21:10:10 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/10 05:59:58 wiz Exp $ -DISTNAME= pip-audit-2.1.1 +DISTNAME= pip-audit-2.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python # pypi file does not include tests diff --git a/security/py-pip-audit/distinfo b/security/py-pip-audit/distinfo index 63a8c4d12c865..17062d542207e 100644 --- a/security/py-pip-audit/distinfo +++ b/security/py-pip-audit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/04/20 21:10:10 wiz Exp $ +$NetBSD: distinfo,v 1.9 2022/05/10 05:59:58 wiz Exp $ -BLAKE2s (pip-audit-2.1.1.tar.gz) = 4bfd8abf7ca06918a2281b06058392b442017e353a4c000bafd49b59edff1542 -SHA512 (pip-audit-2.1.1.tar.gz) = a9111fb8aa161555e469fde41b01625c39e9a32c734488378b4670940bbe09c41351aba09d4be09ba3e9a37377d60b8733e3e314b5dbb3f23125f3801878fffb -Size (pip-audit-2.1.1.tar.gz) = 56753 bytes +BLAKE2s (pip-audit-2.2.1.tar.gz) = 196e35249c9761315e30a0e5cfa8b35aadbf1c0376373f1c5bfcea0bd6e60e14 +SHA512 (pip-audit-2.2.1.tar.gz) = e3d5fe57988ec786b05c26af310a0a43dc0915ce9e5b92d97fa540d002c6debaf7bfbe5911e18b3989db5113593ad8aa9b26f8a527fad10ebf775020d70fcb06 +Size (pip-audit-2.2.1.tar.gz) = 58227 bytes From 0e3fde2cbaae36417a64885afd07cd0178b4d1d9 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 06:00:08 +0000 Subject: [PATCH 0064/1154] doc: Updated security/py-pip-audit to 2.2.1 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ee43c2a8514fa..f95d3620ee13a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2455 2022/05/10 05:57:05 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2456 2022/05/10 06:00:08 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3811,3 +3811,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/openssl to 1.1.1o [wiz 2022-05-10] Updated graphics/zxing-cpp to 1.3.0 [wiz 2022-05-10] Updated graphics/ImageMagick to 7.1.0.33 [wiz 2022-05-10] + Updated security/py-pip-audit to 2.2.1 [wiz 2022-05-10] diff --git a/doc/TODO b/doc/TODO index 734668ab2866c..3b8f5edf37375 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21833 2022/05/10 05:57:05 wiz Exp $ +$NetBSD: TODO,v 1.21834 2022/05/10 06:00:08 wiz Exp $ Suggested new packages ====================== @@ -1443,7 +1443,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-newt-0.52.21 o py-omniORBpy-3.7 o py-pdf-parser-0.7.4 - o py-pip-audit-2.2.1 o py-postgresql-5.1.2 o py-ptt-1.10.2 o py-py3c-1.3.1 From 6481d61b756679a31636ff2cb64ad53f665d18dc Mon Sep 17 00:00:00 2001 From: triaxx Date: Tue, 10 May 2022 07:01:28 +0000 Subject: [PATCH 0065/1154] smartmontools: Update to 7.3 pkgsrc changes: --------------- * Create ${VARBASE}/run directory since smartd does not start if it does not exist. * Add ${VARBASE}/run existence test in the rc.d script. upstream changes: ----------------- * Date 2022-02-28 Summary: smartmontools release 7.3 [https://www.smartmontools.org/browser/tags/RELEASE_7_3/smartmontools/NEWS] --- sysutils/smartmontools/Makefile | 7 +++++-- sysutils/smartmontools/distinfo | 12 ++++++------ sysutils/smartmontools/files/smartd.sh | 3 ++- sysutils/smartmontools/patches/patch-aa | 14 +++++++------- sysutils/smartmontools/patches/patch-ag | 4 ++-- 5 files changed, 22 insertions(+), 18 deletions(-) diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index 641dc3a806fec..24fdf4a69b1c0 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2021/03/19 17:48:32 triaxx Exp $ +# $NetBSD: Makefile,v 1.45 2022/05/10 07:01:28 triaxx Exp $ -DISTNAME= smartmontools-7.2 +DISTNAME= smartmontools-7.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/} @@ -18,7 +18,10 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes +BUILD_DEFS+= VARBASE + OWN_DIRS= ${PKG_SYSCONFDIR}/smartd_warning.d +OWN_DIRS+= ${VARBASE}/run EGDIR= ${PREFIX}/share/examples/smartmontools CONF_FILES= ${EGDIR}/smartd.conf ${PKG_SYSCONFDIR}/smartd.conf diff --git a/sysutils/smartmontools/distinfo b/sysutils/smartmontools/distinfo index b4f7497c8ff8b..537cdc878771a 100644 --- a/sysutils/smartmontools/distinfo +++ b/sysutils/smartmontools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.39 2021/10/26 11:20:13 nia Exp $ +$NetBSD: distinfo,v 1.40 2022/05/10 07:01:28 triaxx Exp $ -BLAKE2s (smartmontools-7.2.tar.gz) = aec467a55c7e68a4bc916cd4cf2d84de70201f8e0de6ba8330372f51369e9a0c -SHA512 (smartmontools-7.2.tar.gz) = d7e724295b5d53797b5e4136eea5f5cc278db81e4016ba65142438b8c68c54f85a32c582c147a1590b9bc8f74a58952bcb57b9923dd69d34582530a0985799ea -Size (smartmontools-7.2.tar.gz) = 992256 bytes -SHA1 (patch-aa) = bd08aff267f0e9e9307ebc57858e61e35144bf16 -SHA1 (patch-ag) = 01b0b35d89d6d6a11b13b3c05a141c46a0c1590b +BLAKE2s (smartmontools-7.3.tar.gz) = fe02e8378d6a4b70b124df0627bef796f70f7f8000a614ad2f5b1a43549ccbe7 +SHA512 (smartmontools-7.3.tar.gz) = 08afe8b0a6a39e742160cd4e4c03fc7aff7b1ae8681b906360f0932277dc99e361b7606b2373bdf42425cf9453480a5f4344bc040ebc2fa26a03bd52f02a6ac0 +Size (smartmontools-7.3.tar.gz) = 1043932 bytes +SHA1 (patch-aa) = c74f808d5e5d7530d7dda1871df70b46a3503ae3 +SHA1 (patch-ag) = 14f6def84df02af67b7669a8030e34e6f71b0d1c diff --git a/sysutils/smartmontools/files/smartd.sh b/sysutils/smartmontools/files/smartd.sh index ba9d0cc66d56c..50b398757465f 100644 --- a/sysutils/smartmontools/files/smartd.sh +++ b/sysutils/smartmontools/files/smartd.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: smartd.sh,v 1.4 2006/07/17 17:01:32 wiz Exp $ +# $NetBSD: smartd.sh,v 1.5 2022/05/10 07:01:28 triaxx Exp $ # # PROVIDE: smartd # REQUIRE: DAEMON @@ -11,6 +11,7 @@ name="smartd" rcvar=$name command="@PREFIX@/sbin/${name}" pidfile="@VARBASE@/run/${name}.pid" +required_dirs="@VARBASE@/run" required_files="@PKG_SYSCONFDIR@/${name}.conf" command_args="-p $pidfile" extra_commands="reload check" diff --git a/sysutils/smartmontools/patches/patch-aa b/sysutils/smartmontools/patches/patch-aa index 8cff33042d5c3..45963df776d62 100644 --- a/sysutils/smartmontools/patches/patch-aa +++ b/sysutils/smartmontools/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.9 2015/09/24 22:30:29 tnn Exp $ +$NetBSD: patch-aa,v 1.10 2022/05/10 07:01:28 triaxx Exp $ Don't install Linux init.d files nor CONF_FILES. ---- Makefile.in.orig 2015-06-04 16:30:22.000000000 +0000 +--- Makefile.in.orig 2022-02-28 16:34:38.000000000 +0000 +++ Makefile.in -@@ -189,11 +189,10 @@ mkinstalldirs = $(install_sh) -d +@@ -206,11 +206,10 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @@ -12,12 +12,12 @@ Don't install Linux init.d files nor CONF_FILES. +am__installdirs = "$(DESTDIR)$(sbindir)" \ "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(smartdscriptdir)" \ "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \ - "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(drivedbdir)" \ + "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(drivedbinstdir)" \ - "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(initddir)" \ "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)" PROGRAMS = $(sbin_PROGRAMS) am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h atacmdnames.cpp \ -@@ -595,8 +594,7 @@ docs_DATA = \ +@@ -669,8 +668,7 @@ docs_DATA = \ INSTALL \ NEWS \ README \ @@ -27,10 +27,10 @@ Don't install Linux init.d files nor CONF_FILES. examplesdir = $(exampledir) examples_DATA = \ -@@ -1686,7 +1684,7 @@ info-am: +@@ -1896,7 +1894,7 @@ info-am: install-data-am: install-data-local install-docsDATA \ - install-drivedbDATA install-examplesDATA \ + install-drivedbinstDATA install-examplesDATA \ - install-examplesSCRIPTS install-initdDATA install-man \ + install-examplesSCRIPTS install-man \ install-smartdscriptSCRIPTS install-systemdsystemunitDATA diff --git a/sysutils/smartmontools/patches/patch-ag b/sysutils/smartmontools/patches/patch-ag index d9b17ca9a537e..a253f5b41d6c0 100644 --- a/sysutils/smartmontools/patches/patch-ag +++ b/sysutils/smartmontools/patches/patch-ag @@ -1,11 +1,11 @@ -$NetBSD: patch-ag,v 1.6 2016/05/08 11:23:15 nonaka Exp $ +$NetBSD: patch-ag,v 1.7 2022/05/10 07:01:28 triaxx Exp $ Match x86 SunOS platforms correctly. Remove os_solaris=yes to avoid special man page section handling (PR 38199). --- configure.orig 2016-05-07 11:18:29.000000000 +0000 +++ configure 2016-05-08 06:41:03.000000000 +0000 -@@ -6659,13 +6659,11 @@ fi +@@ -7707,13 +7707,11 @@ fi test "$with_solaris_sparc_ata" = "yes" \ && os_deps="$os_deps os_solaris_ata.o" os_mailer='mailx' From ba380f0b53b979c609c7c1e07a84b8ea59e54cf1 Mon Sep 17 00:00:00 2001 From: triaxx Date: Tue, 10 May 2022 07:01:49 +0000 Subject: [PATCH 0066/1154] doc: Updated sysutils/smartmontools to 7.3 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f95d3620ee13a..9906c186b73f7 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2456 2022/05/10 06:00:08 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2457 2022/05/10 07:01:49 triaxx Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3812,3 +3812,4 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/zxing-cpp to 1.3.0 [wiz 2022-05-10] Updated graphics/ImageMagick to 7.1.0.33 [wiz 2022-05-10] Updated security/py-pip-audit to 2.2.1 [wiz 2022-05-10] + Updated sysutils/smartmontools to 7.3 [triaxx 2022-05-10] diff --git a/doc/TODO b/doc/TODO index 3b8f5edf37375..c72febe6425be 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21834 2022/05/10 06:00:08 wiz Exp $ +$NetBSD: TODO,v 1.21835 2022/05/10 07:01:49 triaxx Exp $ Suggested new packages ====================== @@ -1575,7 +1575,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o skktools-1.3.4 o skype-4.3 o slibtool-0.5.33 - o smartmontools-7.3 o smproxy-1.0.3 o snd-21.3 o snobol-2.1.5 From 21ec6ca0239dbdadac0af889b70ad848052ec1af Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 07:06:10 +0000 Subject: [PATCH 0067/1154] py-mercurial: update to 6.1.2. = Mercurial 6.1.2 = * Improve Windows test suite * Fix `debuglock` not ignoring a missing lockfile when forcing a lock * Improve help of `ui.large-file-limit` * Set the large-file-limit to 10MB (from 10MiB) for clarity * While rewriting desc hashes, ignore ambiguous prefix "hashes" * Fix a crash in partial amend with copies * Fix a py3 compatiblity bug * Fix incorrect metadata causing dirstate-v2 data loss in edge case * Fix cleanup of old dirstate-v2 data files when using `rhg` * Make reference to `.hg/last_message.txt` relative in commit * Fix an infinite hang when `rhg` is used in the background * Fix Python DLL loading bug in Windows * Add `--docket` flag to `debugstate` to check out dirstate-v2 metadata * Remove `debugdirstateignorepatternhash` in favor of `debugstate --docket` * Fix incorrect metadata causing systematic complete dirstate-v2 rewrite --- devel/py-mercurial/distinfo | 8 ++++---- devel/py-mercurial/version.mk | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-mercurial/distinfo b/devel/py-mercurial/distinfo index 45c8582c94c46..5f042924c8ea9 100644 --- a/devel/py-mercurial/distinfo +++ b/devel/py-mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.116 2022/04/20 22:14:01 wiz Exp $ +$NetBSD: distinfo,v 1.117 2022/05/10 07:06:10 wiz Exp $ -BLAKE2s (mercurial-6.1.1.tar.gz) = 24ea22c9b1db688abd5e4200d391dbec740ee0f62de5c372d0ab9bca6461c822 -SHA512 (mercurial-6.1.1.tar.gz) = 644c65b2eadf3d4ea4b7c52188f548d86a584d0aa85615d872b05bf0eeee6f65d014934dda0e04c6820d0cf347f491386385e67c98839ada7b2b4038a1190d16 -Size (mercurial-6.1.1.tar.gz) = 8063346 bytes +BLAKE2s (mercurial-6.1.2.tar.gz) = 714c1f1363bf9fed23d484aab3941b852b356c6ba08edc4144ca12fc041ef4d4 +SHA512 (mercurial-6.1.2.tar.gz) = 4adb8299747601d4c38b5ee83105f83810348357e244b6380b063c5ab25ea2ea2756fb0caf7f980d7cc707c27dee709b206894417aab9e6aee0818ddfe3aaf2b +Size (mercurial-6.1.2.tar.gz) = 8066147 bytes diff --git a/devel/py-mercurial/version.mk b/devel/py-mercurial/version.mk index d5c82a28b19fb..49e258c20b4f3 100644 --- a/devel/py-mercurial/version.mk +++ b/devel/py-mercurial/version.mk @@ -1,3 +1,3 @@ -# $NetBSD: version.mk,v 1.34 2022/04/20 22:14:01 wiz Exp $ +# $NetBSD: version.mk,v 1.35 2022/05/10 07:06:10 wiz Exp $ -VERSION= 6.1.1 +VERSION= 6.1.2 From dbeb113400935fc6f9a1cdbbd77a78dc3694531d Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 07:06:19 +0000 Subject: [PATCH 0068/1154] doc: Updated devel/py-mercurial to 6.1.2 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9906c186b73f7..13d2a11a3aad5 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2457 2022/05/10 07:01:49 triaxx Exp $ +$NetBSD: CHANGES-2022,v 1.2458 2022/05/10 07:06:19 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3813,3 +3813,4 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/ImageMagick to 7.1.0.33 [wiz 2022-05-10] Updated security/py-pip-audit to 2.2.1 [wiz 2022-05-10] Updated sysutils/smartmontools to 7.3 [triaxx 2022-05-10] + Updated devel/py-mercurial to 6.1.2 [wiz 2022-05-10] diff --git a/doc/TODO b/doc/TODO index c72febe6425be..eae9cea26e5de 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21835 2022/05/10 07:01:49 triaxx Exp $ +$NetBSD: TODO,v 1.21836 2022/05/10 07:06:19 wiz Exp $ Suggested new packages ====================== @@ -1436,7 +1436,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-hyperscan-0.2.0 o py-input-pad-1.4.2 o py-keybinder-0.3.2 - o py-mercurial-6.1.2 o py-more-itertools-8.13.0 o py-musicbrainz-0.7.4 o py-musicbrainz-ngs-0.7.1 From a680d3ef896f49425f41273d47e357f1f233c11c Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 07:07:28 +0000 Subject: [PATCH 0069/1154] py-hg-evolve: update to 10.5.1. This is a bugfix release. The most notable changes are: more work on fixup command that was introduced in the previous release, and a couple of bug fixes. Evolve is no longer confused when trying to select the latest successor in cases where a changeset was split and its child was pruned, see https://bz.mercurial-scm.org/show_bug.cgi?id=6648. Evolve with --dry-run flag used to update working directory in certain cases, see https://bz.mercurial-scm.org/show_bug.cgi?id=6669, this was fixed. There are also changes that should help Debian package maintainers; e.g. it's now possible to use system cbor instead of the one we vendor. --- devel/py-hg-evolve/Makefile | 4 ++-- devel/py-hg-evolve/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-hg-evolve/Makefile b/devel/py-hg-evolve/Makefile index 079fab02a1995..366f6cc1d1525 100644 --- a/devel/py-hg-evolve/Makefile +++ b/devel/py-hg-evolve/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2022/03/08 11:06:36 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/10 07:07:28 wiz Exp $ # # Release notes: # https://www.mercurial-scm.org/pipermail/evolve-testers/ -DISTNAME= hg-evolve-10.5.0 +DISTNAME= hg-evolve-10.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/post//} CATEGORIES= devel scm MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/} diff --git a/devel/py-hg-evolve/distinfo b/devel/py-hg-evolve/distinfo index 4a2df32c03ecf..07aa5cd5ad3e5 100644 --- a/devel/py-hg-evolve/distinfo +++ b/devel/py-hg-evolve/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2022/03/08 11:06:36 wiz Exp $ +$NetBSD: distinfo,v 1.20 2022/05/10 07:07:28 wiz Exp $ -BLAKE2s (hg-evolve-10.5.0.tar.gz) = c667d2f6e872112904626154baa30c4548aad3eeffe3987d5aa5d8f78f8f8be1 -SHA512 (hg-evolve-10.5.0.tar.gz) = 6353b1922d6e545f92760828d5e7a521b5cd1bc24fbbe7357b45586dafc510229882681941d4492ebc4db1f54eee68ba7c64d3ddc33c9908f21afc0b40adc508 -Size (hg-evolve-10.5.0.tar.gz) = 845049 bytes +BLAKE2s (hg-evolve-10.5.1.tar.gz) = 39b5400a93123d2ebcd7c4aaab06655bf16b2149e3a2b8b72466783d9f8589ba +SHA512 (hg-evolve-10.5.1.tar.gz) = 441f3e7f8f8be84b476e5a44a617e4318ba444d172cfa91b91c75fbdf231a79c6049a6215709da952a253341bee4c8526cbf724d13ce856ba5d221ff0880a63f +Size (hg-evolve-10.5.1.tar.gz) = 845734 bytes SHA1 (patch-hgext3rd_evolve_obsexchange.py) = 12058a8f27c63b259dcc0ffaf77febafcdeeba46 From 27773eb4c6ce10e251de743af1f4d8f58a731fdb Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 07:07:37 +0000 Subject: [PATCH 0070/1154] doc: Updated devel/py-hg-evolve to 10.5.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 13d2a11a3aad5..0c214815e42b7 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2458 2022/05/10 07:06:19 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2459 2022/05/10 07:07:37 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3814,3 +3814,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/py-pip-audit to 2.2.1 [wiz 2022-05-10] Updated sysutils/smartmontools to 7.3 [triaxx 2022-05-10] Updated devel/py-mercurial to 6.1.2 [wiz 2022-05-10] + Updated devel/py-hg-evolve to 10.5.1 [wiz 2022-05-10] From 9cc21ba357b7114b789da155a6183ff7162504f3 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 07:21:45 +0000 Subject: [PATCH 0071/1154] py-rst2pdf: updated to 0.99 0.99 (2022-01-08) Added: Python 3.9 & 3.10 are now supported Added: Sphinx 4 is now supported. Added: Can now set background images using PageBreak. Added: Can now set multiple style names in the class directive Added: pdf_smartquotes option is now supported with Sphinx builds Added: Add support for styling separations. Changed: Outline entries that are deeper than the ToC are now collapsed Changed: math directive updated to support latest matplotlib Changed: the --very-verbose option provides more information when things go wrong. Changed: The default stylesheet has been improved. Use the rst2pdf-0.9 stylesheet to apply the previous default as per the "Migrating to the New Default Stylesheet" section of the manual. Also, the twoColumn style is no longer part of the default styles and is now a separate style. Add -s twocolumn to apply it or, for Sphinx add pdf_stylesheets = ['twocolumn'] Changed: Stylesheets are now in YAML. Migrate to the new format using python -m rst2pdf.style2yaml as per the "Migrating Stylesheet Format" section of the manual. Fixed: An imagine that is too tall in a table cell is now resized to fit. Fixed: rst2pdf now writes to stdout again Fixed: Ensure table columns are wide enough for use Fixed: Better error messages for malformed RST Fixed: The Sphinx versionadded & versionchanged directives work again Fixed: Hyperlinks with embedded internal link aliases no longer crash. Fixed: A more sensible error message is displayed when importing an extension fails Fixed: If rst2pdf errors, it should now return a non-zero status code. Fixed: Various documentation improvements Fixed: Addressed regular expression FutureWarning. Removed: Documentation related to kerning has been removed as it depended on word-axe which is longer --- textproc/py-rst2pdf/Makefile | 5 +- textproc/py-rst2pdf/PLIST | 166 ++++++++++++++++++----------------- textproc/py-rst2pdf/distinfo | 8 +- 3 files changed, 92 insertions(+), 87 deletions(-) diff --git a/textproc/py-rst2pdf/Makefile b/textproc/py-rst2pdf/Makefile index 6ba07d8d2bd10..d992bfad3f1d0 100644 --- a/textproc/py-rst2pdf/Makefile +++ b/textproc/py-rst2pdf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2022/01/05 15:41:26 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/10 07:21:45 adam Exp $ -DISTNAME= rst2pdf-0.98 +DISTNAME= rst2pdf-0.99 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rst2pdf/} diff --git a/textproc/py-rst2pdf/PLIST b/textproc/py-rst2pdf/PLIST index 90ea2dc0a2fef..e8532ea9ab2a4 100644 --- a/textproc/py-rst2pdf/PLIST +++ b/textproc/py-rst2pdf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2020/10/21 06:58:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/05/10 07:21:45 adam Exp $ bin/rst2pdf-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -27,6 +27,9 @@ ${PYSITELIB}/rst2pdf/directives/aafigure.pyo ${PYSITELIB}/rst2pdf/directives/code_block.py ${PYSITELIB}/rst2pdf/directives/code_block.pyc ${PYSITELIB}/rst2pdf/directives/code_block.pyo +${PYSITELIB}/rst2pdf/directives/contents.py +${PYSITELIB}/rst2pdf/directives/contents.pyc +${PYSITELIB}/rst2pdf/directives/contents.pyo ${PYSITELIB}/rst2pdf/directives/noop.py ${PYSITELIB}/rst2pdf/directives/noop.pyc ${PYSITELIB}/rst2pdf/directives/noop.pyo @@ -113,88 +116,91 @@ ${PYSITELIB}/rst2pdf/sinker.pyo ${PYSITELIB}/rst2pdf/sphinxnodes.py ${PYSITELIB}/rst2pdf/sphinxnodes.pyc ${PYSITELIB}/rst2pdf/sphinxnodes.pyo +${PYSITELIB}/rst2pdf/style2yaml.py +${PYSITELIB}/rst2pdf/style2yaml.pyc +${PYSITELIB}/rst2pdf/style2yaml.pyo ${PYSITELIB}/rst2pdf/styles.py ${PYSITELIB}/rst2pdf/styles.pyc ${PYSITELIB}/rst2pdf/styles.pyo -${PYSITELIB}/rst2pdf/styles/11x17.style -${PYSITELIB}/rst2pdf/styles/a0.style -${PYSITELIB}/rst2pdf/styles/a1-landscape.style -${PYSITELIB}/rst2pdf/styles/a1.style -${PYSITELIB}/rst2pdf/styles/a2-landscape.style -${PYSITELIB}/rst2pdf/styles/a2.style -${PYSITELIB}/rst2pdf/styles/a3-landscape.style -${PYSITELIB}/rst2pdf/styles/a3.style -${PYSITELIB}/rst2pdf/styles/a4-landscape.style -${PYSITELIB}/rst2pdf/styles/a4.style -${PYSITELIB}/rst2pdf/styles/a5-landscape.style -${PYSITELIB}/rst2pdf/styles/a5.style -${PYSITELIB}/rst2pdf/styles/a6-landscape.style -${PYSITELIB}/rst2pdf/styles/a6.style -${PYSITELIB}/rst2pdf/styles/abap.style -${PYSITELIB}/rst2pdf/styles/algol.style -${PYSITELIB}/rst2pdf/styles/algol_nu.style -${PYSITELIB}/rst2pdf/styles/arduino.style -${PYSITELIB}/rst2pdf/styles/autumn.style -${PYSITELIB}/rst2pdf/styles/b0.style -${PYSITELIB}/rst2pdf/styles/b1-landscape.style -${PYSITELIB}/rst2pdf/styles/b1.style -${PYSITELIB}/rst2pdf/styles/b2-landscape.style -${PYSITELIB}/rst2pdf/styles/b2.style -${PYSITELIB}/rst2pdf/styles/b3-landscape.style -${PYSITELIB}/rst2pdf/styles/b3.style -${PYSITELIB}/rst2pdf/styles/b4-landscape.style -${PYSITELIB}/rst2pdf/styles/b4.style -${PYSITELIB}/rst2pdf/styles/b5-landscape.style -${PYSITELIB}/rst2pdf/styles/b5.style -${PYSITELIB}/rst2pdf/styles/b6-landscape.style -${PYSITELIB}/rst2pdf/styles/b6.style -${PYSITELIB}/rst2pdf/styles/borland.style -${PYSITELIB}/rst2pdf/styles/bw.style -${PYSITELIB}/rst2pdf/styles/colorful.style -${PYSITELIB}/rst2pdf/styles/debugtables.style -${PYSITELIB}/rst2pdf/styles/default.style -${PYSITELIB}/rst2pdf/styles/dejavu.style -${PYSITELIB}/rst2pdf/styles/double-sided.style -${PYSITELIB}/rst2pdf/styles/eightpoint.style -${PYSITELIB}/rst2pdf/styles/emacs.style -${PYSITELIB}/rst2pdf/styles/freetype-sans.style -${PYSITELIB}/rst2pdf/styles/freetype-serif.style -${PYSITELIB}/rst2pdf/styles/friendly.style -${PYSITELIB}/rst2pdf/styles/fruity.style -${PYSITELIB}/rst2pdf/styles/igor.style -${PYSITELIB}/rst2pdf/styles/kerning.style -${PYSITELIB}/rst2pdf/styles/legal.style -${PYSITELIB}/rst2pdf/styles/letter-landscape.style -${PYSITELIB}/rst2pdf/styles/letter.style -${PYSITELIB}/rst2pdf/styles/lovelace.style -${PYSITELIB}/rst2pdf/styles/manni.style -${PYSITELIB}/rst2pdf/styles/monokai.style -${PYSITELIB}/rst2pdf/styles/murphy.style -${PYSITELIB}/rst2pdf/styles/native.style -${PYSITELIB}/rst2pdf/styles/no-compact-lists.style -${PYSITELIB}/rst2pdf/styles/paraiso-dark.style -${PYSITELIB}/rst2pdf/styles/paraiso-light.style -${PYSITELIB}/rst2pdf/styles/pastie.style -${PYSITELIB}/rst2pdf/styles/perldoc.style -${PYSITELIB}/rst2pdf/styles/rainbow_dash.style -${PYSITELIB}/rst2pdf/styles/rrt.style -${PYSITELIB}/rst2pdf/styles/sas.style -${PYSITELIB}/rst2pdf/styles/serif.style -${PYSITELIB}/rst2pdf/styles/solarized-dark.style -${PYSITELIB}/rst2pdf/styles/solarized-light.style -${PYSITELIB}/rst2pdf/styles/sphinx.style -${PYSITELIB}/rst2pdf/styles/stata-dark.style -${PYSITELIB}/rst2pdf/styles/stata-light.style -${PYSITELIB}/rst2pdf/styles/stata.style -${PYSITELIB}/rst2pdf/styles/styles.style -${PYSITELIB}/rst2pdf/styles/tango.style -${PYSITELIB}/rst2pdf/styles/tenpoint.style -${PYSITELIB}/rst2pdf/styles/trac.style -${PYSITELIB}/rst2pdf/styles/twelvepoint.style -${PYSITELIB}/rst2pdf/styles/twocolumn.style -${PYSITELIB}/rst2pdf/styles/vim.style -${PYSITELIB}/rst2pdf/styles/vs.style -${PYSITELIB}/rst2pdf/styles/xcode.style +${PYSITELIB}/rst2pdf/styles/11x17.yaml +${PYSITELIB}/rst2pdf/styles/a0.yaml +${PYSITELIB}/rst2pdf/styles/a1-landscape.yaml +${PYSITELIB}/rst2pdf/styles/a1.yaml +${PYSITELIB}/rst2pdf/styles/a2-landscape.yaml +${PYSITELIB}/rst2pdf/styles/a2.yaml +${PYSITELIB}/rst2pdf/styles/a3-landscape.yaml +${PYSITELIB}/rst2pdf/styles/a3.yaml +${PYSITELIB}/rst2pdf/styles/a4-landscape.yaml +${PYSITELIB}/rst2pdf/styles/a4.yaml +${PYSITELIB}/rst2pdf/styles/a5-landscape.yaml +${PYSITELIB}/rst2pdf/styles/a5.yaml +${PYSITELIB}/rst2pdf/styles/a6-landscape.yaml +${PYSITELIB}/rst2pdf/styles/a6.yaml +${PYSITELIB}/rst2pdf/styles/abap.yaml +${PYSITELIB}/rst2pdf/styles/algol.yaml +${PYSITELIB}/rst2pdf/styles/algol_nu.yaml +${PYSITELIB}/rst2pdf/styles/arduino.yaml +${PYSITELIB}/rst2pdf/styles/autumn.yaml +${PYSITELIB}/rst2pdf/styles/b0.yaml +${PYSITELIB}/rst2pdf/styles/b1-landscape.yaml +${PYSITELIB}/rst2pdf/styles/b1.yaml +${PYSITELIB}/rst2pdf/styles/b2-landscape.yaml +${PYSITELIB}/rst2pdf/styles/b2.yaml +${PYSITELIB}/rst2pdf/styles/b3-landscape.yaml +${PYSITELIB}/rst2pdf/styles/b3.yaml +${PYSITELIB}/rst2pdf/styles/b4-landscape.yaml +${PYSITELIB}/rst2pdf/styles/b4.yaml +${PYSITELIB}/rst2pdf/styles/b5-landscape.yaml +${PYSITELIB}/rst2pdf/styles/b5.yaml +${PYSITELIB}/rst2pdf/styles/b6-landscape.yaml +${PYSITELIB}/rst2pdf/styles/b6.yaml +${PYSITELIB}/rst2pdf/styles/borland.yaml +${PYSITELIB}/rst2pdf/styles/bw.yaml +${PYSITELIB}/rst2pdf/styles/colorful.yaml +${PYSITELIB}/rst2pdf/styles/debugtables.yaml +${PYSITELIB}/rst2pdf/styles/default.yaml +${PYSITELIB}/rst2pdf/styles/dejavu.yaml +${PYSITELIB}/rst2pdf/styles/double-sided.yaml +${PYSITELIB}/rst2pdf/styles/eightpoint.yaml +${PYSITELIB}/rst2pdf/styles/emacs.yaml +${PYSITELIB}/rst2pdf/styles/freetype-sans.yaml +${PYSITELIB}/rst2pdf/styles/freetype-serif.yaml +${PYSITELIB}/rst2pdf/styles/friendly.yaml +${PYSITELIB}/rst2pdf/styles/fruity.yaml +${PYSITELIB}/rst2pdf/styles/igor.yaml +${PYSITELIB}/rst2pdf/styles/legal.yaml +${PYSITELIB}/rst2pdf/styles/letter-landscape.yaml +${PYSITELIB}/rst2pdf/styles/letter.yaml +${PYSITELIB}/rst2pdf/styles/lovelace.yaml +${PYSITELIB}/rst2pdf/styles/manni.yaml +${PYSITELIB}/rst2pdf/styles/monokai.yaml +${PYSITELIB}/rst2pdf/styles/murphy.yaml +${PYSITELIB}/rst2pdf/styles/native.yaml +${PYSITELIB}/rst2pdf/styles/no-compact-lists.yaml +${PYSITELIB}/rst2pdf/styles/paraiso-dark.yaml +${PYSITELIB}/rst2pdf/styles/paraiso-light.yaml +${PYSITELIB}/rst2pdf/styles/pastie.yaml +${PYSITELIB}/rst2pdf/styles/perldoc.yaml +${PYSITELIB}/rst2pdf/styles/rainbow_dash.yaml +${PYSITELIB}/rst2pdf/styles/rrt.yaml +${PYSITELIB}/rst2pdf/styles/rst2pdf-0-9.yaml +${PYSITELIB}/rst2pdf/styles/sas.yaml +${PYSITELIB}/rst2pdf/styles/serif.yaml +${PYSITELIB}/rst2pdf/styles/solarized-dark.yaml +${PYSITELIB}/rst2pdf/styles/solarized-light.yaml +${PYSITELIB}/rst2pdf/styles/sphinx.yaml +${PYSITELIB}/rst2pdf/styles/stata-dark.yaml +${PYSITELIB}/rst2pdf/styles/stata-light.yaml +${PYSITELIB}/rst2pdf/styles/stata.yaml +${PYSITELIB}/rst2pdf/styles/styles.yaml +${PYSITELIB}/rst2pdf/styles/tango.yaml +${PYSITELIB}/rst2pdf/styles/tenpoint.yaml +${PYSITELIB}/rst2pdf/styles/trac.yaml +${PYSITELIB}/rst2pdf/styles/twelvepoint.yaml +${PYSITELIB}/rst2pdf/styles/twocolumn.yaml +${PYSITELIB}/rst2pdf/styles/vim.yaml +${PYSITELIB}/rst2pdf/styles/vs.yaml +${PYSITELIB}/rst2pdf/styles/xcode.yaml ${PYSITELIB}/rst2pdf/svgimage.py ${PYSITELIB}/rst2pdf/svgimage.pyc ${PYSITELIB}/rst2pdf/svgimage.pyo diff --git a/textproc/py-rst2pdf/distinfo b/textproc/py-rst2pdf/distinfo index f6ef11411b933..54707eb41d87a 100644 --- a/textproc/py-rst2pdf/distinfo +++ b/textproc/py-rst2pdf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:23:12 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/05/10 07:21:45 adam Exp $ -BLAKE2s (rst2pdf-0.98.tar.gz) = 81f5a3067fe1df52017c0efabf1ad7da68d1dddff395c51c12ea36c17b413ea7 -SHA512 (rst2pdf-0.98.tar.gz) = f8fcc269139e1d163fc21a5f92262c1e106b98c8807d45f3b53f9e9164fa667e3508bfe7ca7fd100e7f60e4105980c15dedfe546f0a81d1cc02b3a24b8dd7e48 -Size (rst2pdf-0.98.tar.gz) = 11333895 bytes +BLAKE2s (rst2pdf-0.99.tar.gz) = 668c029de23fad6a4c426bb6bdc22834f8145b66a31803cd998fe9e5214aa4fd +SHA512 (rst2pdf-0.99.tar.gz) = 4532486d5e072ae8b1b5360a2557856014697d67f5d65ab1ea220bb672d8155533e1279e48b0206687a1ded3f90850bcff37d73da68a44071cf232d1e23f7daf +Size (rst2pdf-0.99.tar.gz) = 12141631 bytes From 7f14fec835a704e226a9f5a7a16f998b881e692c Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 07:24:45 +0000 Subject: [PATCH 0072/1154] py-tldextract: updated to 3.3.0 3.3.0 * Features * Add CLI flag `--suffix_list_url` to set the suffix list URL(s) or source file(s) * Add CLI flag `--no_fallback_to_snapshot` to not fall back to the snapshot * Add alias `--include_psl_private_domains` for CLI flag `--private_domains` * Bugfixes * Handle more internationalized domain name dots * Misc. * Update bundled snapshot * Add basic CLI test coverage --- net/py-tldextract/Makefile | 4 ++-- net/py-tldextract/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/py-tldextract/Makefile b/net/py-tldextract/Makefile index e754fc71a27a3..206767520fe27 100644 --- a/net/py-tldextract/Makefile +++ b/net/py-tldextract/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/26 10:35:44 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/10 07:24:45 adam Exp $ -DISTNAME= tldextract-3.2.1 +DISTNAME= tldextract-3.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tldextract/} diff --git a/net/py-tldextract/distinfo b/net/py-tldextract/distinfo index 61156fe2644a9..22d43f084c5b5 100644 --- a/net/py-tldextract/distinfo +++ b/net/py-tldextract/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2022/04/26 10:35:44 adam Exp $ +$NetBSD: distinfo,v 1.13 2022/05/10 07:24:45 adam Exp $ -BLAKE2s (tldextract-3.2.1.tar.gz) = 912731a4c9e7edbdb34782c6f89a2b061bab7d7c9ab67d478c2312c01f51a970 -SHA512 (tldextract-3.2.1.tar.gz) = 545013f5f25ea2e207e8dc65caeef3999f0f3a5abdaad09f5a599dc25a9344c9fde9a816785a20df8a137c082e37329f3984fdf6a80789d5976c0bef244d9095 -Size (tldextract-3.2.1.tar.gz) = 104364 bytes +BLAKE2s (tldextract-3.3.0.tar.gz) = 31df7147d993b032d5fed30bfee7bc5084471bd6ffa33ce7dc563167123a21d7 +SHA512 (tldextract-3.3.0.tar.gz) = 530e8592c2813c297355cdea591a772fad3e4cdcfccf72844c49ad68ab1acd57e6050828f78fe3bbfb9d54d62f33c63fec70dfb81d9955abf971703f53daa326 +Size (tldextract-3.3.0.tar.gz) = 110388 bytes From 1e9fe2df28668d5c213a3fba86ff82affe833bea Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 07:25:02 +0000 Subject: [PATCH 0073/1154] Updated textproc/py-rst2pdf, net/py-tldextract --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0c214815e42b7..a8fb92c89b51a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2459 2022/05/10 07:07:37 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2460 2022/05/10 07:25:02 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3815,3 +3815,5 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/smartmontools to 7.3 [triaxx 2022-05-10] Updated devel/py-mercurial to 6.1.2 [wiz 2022-05-10] Updated devel/py-hg-evolve to 10.5.1 [wiz 2022-05-10] + Updated textproc/py-rst2pdf to 0.99 [adam 2022-05-10] + Updated net/py-tldextract to 3.3.0 [adam 2022-05-10] From 9a6ce3adc38ca899f6b2e23353bafc6769f9d96c Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:11:07 +0000 Subject: [PATCH 0074/1154] Updated devel/ocaml-react to version 1.2.2. Minor changes - adding support for the OCaml 5.0 release mostly. --- devel/ocaml-react/Makefile | 5 ++--- devel/ocaml-react/PLIST | 5 +++-- devel/ocaml-react/buildlink3.mk | 4 ++-- devel/ocaml-react/distinfo | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index 31711eeb7ecd7..21273e0c5253b 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2021/03/08 08:12:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/10 08:11:07 jaapb Exp $ -DISTNAME= react-1.2.1 +DISTNAME= react-1.2.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/react/releases/ EXTRACT_SUFX= .tbz diff --git a/devel/ocaml-react/PLIST b/devel/ocaml-react/PLIST index a2cb674ff400e..22e2f8aed0860 100644 --- a/devel/ocaml-react/PLIST +++ b/devel/ocaml-react/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.7 2018/04/09 09:53:20 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/05/10 08:11:07 jaapb Exp $ ${OCAML_SITELIB}/react/META ${OCAML_SITELIB}/react/opam ${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.a +${OCAML_SITELIB}/react/react.cma ${OCAML_SITELIB}/react/react.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cma ${OCAML_SITELIB}/react/react.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cmxa @@ -18,3 +18,4 @@ ${OCAML_SITELIB}/react/react_top_init.ml share/doc/react/CHANGES.md share/doc/react/LICENSE.md share/doc/react/README.md +share/doc/react/odoc-pages/index.mld diff --git a/devel/ocaml-react/buildlink3.mk b/devel/ocaml-react/buildlink3.mk index 698de21e8e406..c01221af98965 100644 --- a/devel/ocaml-react/buildlink3.mk +++ b/devel/ocaml-react/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2018/07/19 15:15:25 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2022/05/10 08:11:07 jaapb Exp $ BUILDLINK_TREE+= ocaml-react @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-react OCAML_REACT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-react+= ocaml-react>=1.2.0nb1 -BUILDLINK_ABI_DEPENDS.ocaml-react+= ocaml-react>=1.2.1nb4 +BUILDLINK_ABI_DEPENDS.ocaml-react+= ocaml-react>=1.2.2 BUILDLINK_PKGSRCDIR.ocaml-react?= ../../devel/ocaml-react .endif # OCAML_REACT_BUILDLINK3_MK diff --git a/devel/ocaml-react/distinfo b/devel/ocaml-react/distinfo index 18d5ecb0e2f48..d9d9ab2e8cae1 100644 --- a/devel/ocaml-react/distinfo +++ b/devel/ocaml-react/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:15:55 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/05/10 08:11:07 jaapb Exp $ -BLAKE2s (react-1.2.1.tbz) = b6a03cd72151bc52382ccc8da0dfd2fb808abe989a4673297820494345b1594a -SHA512 (react-1.2.1.tbz) = 60f8788cc820e2be5303caedc80a377c8e5deab170d0eb9df71ff99d6fc57f31357824522f973c6e0d6b3979b58272e7f90b829474a494b94565279c53e8fbb1 -Size (react-1.2.1.tbz) = 39184 bytes +BLAKE2s (react-1.2.2.tbz) = 68eee363a654447b669eaa57cfd623bb8bb8481b5cb15da11208a79f49b36602 +SHA512 (react-1.2.2.tbz) = 18cdd544d484222ba02db6bd9351571516532e7a1c107b59bbe39193837298f5c745eab6754f8bc6ff125b387be7018c6d6e6ac99f91925a5e4f53af688522b1 +Size (react-1.2.2.tbz) = 40013 bytes From cf063f868d833ff9cd46c001cac7e9aafd2e0fdc Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:11:15 +0000 Subject: [PATCH 0075/1154] doc: Updated devel/ocaml-react to 1.2.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index a8fb92c89b51a..5bea98f555479 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2460 2022/05/10 07:25:02 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2461 2022/05/10 08:11:15 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3817,3 +3817,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-hg-evolve to 10.5.1 [wiz 2022-05-10] Updated textproc/py-rst2pdf to 0.99 [adam 2022-05-10] Updated net/py-tldextract to 3.3.0 [adam 2022-05-10] + Updated devel/ocaml-react to 1.2.2 [jaapb 2022-05-10] From 384240dff1f81fbc82012daa2065e8f08764cd1f Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:14:02 +0000 Subject: [PATCH 0076/1154] Updated devel/ocaml-reactiveData to version 0.3. This adds support for the upcoming OCaml 5.0 and switches to dune for building. --- devel/ocaml-reactiveData/Makefile | 30 ++++---------------------- devel/ocaml-reactiveData/PLIST | 10 ++++++++- devel/ocaml-reactiveData/buildlink3.mk | 4 ++-- devel/ocaml-reactiveData/distinfo | 8 +++---- 4 files changed, 19 insertions(+), 33 deletions(-) diff --git a/devel/ocaml-reactiveData/Makefile b/devel/ocaml-reactiveData/Makefile index 85ba94f25720a..72f12c6625684 100644 --- a/devel/ocaml-reactiveData/Makefile +++ b/devel/ocaml-reactiveData/Makefile @@ -1,40 +1,18 @@ -# $NetBSD: Makefile,v 1.15 2021/03/08 08:12:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/10 08:14:02 jaapb Exp $ -GITHUB_PROJECT= reactiveData -DISTNAME= ${GITHUB_PROJECT}-0.2.2 +DISTNAME= ${GITHUB_PROJECT}-0.3 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} +GITHUB_PROJECT= reactiveData MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/ocsigen/reactiveData COMMENT= Functional reactive programming library LICENSE= gnu-lgpl-v2.1 -OCAML_USE_FINDLIB= yes +OCAML_USE_DUNE= yes .include "../../mk/ocaml.mk" - -INSTALL_FILES= cma cmi mli -.if ${OCAML_USE_OPT_COMPILER} == "yes" -MAKE_ENV+= NATIVE=true -INSTALL_FILES+= a cmx cmxa cmxs -.else -MAKE_ENV+= NATIVE=false -.endif -BUILD_TARGET= build - -INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/reactiveData - -do-install: - ${INSTALL_DATA} ${WRKSRC}/_build/pkg/META \ - ${DESTDIR}/${PREFIX}/${OCAML_SITELIBDIR}/reactiveData - for i in ${INSTALL_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/_build/src/reactiveData.$$i \ - ${DESTDIR}/${PREFIX}/${OCAML_SITELIBDIR}/reactiveData; \ - done - .include "../../devel/ocaml-react/buildlink3.mk" -.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-reactiveData/PLIST b/devel/ocaml-reactiveData/PLIST index 68128c4e64a96..34cde44001cca 100644 --- a/devel/ocaml-reactiveData/PLIST +++ b/devel/ocaml-reactiveData/PLIST @@ -1,9 +1,17 @@ -@comment $NetBSD: PLIST,v 1.1 2015/01/20 15:19:54 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/10 08:14:02 jaapb Exp $ ${OCAML_SITELIB}/reactiveData/META +${OCAML_SITELIB}/reactiveData/dune-package +${OCAML_SITELIB}/reactiveData/opam ${PLIST.ocaml-opt}${OCAML_SITELIB}/reactiveData/reactiveData.a ${OCAML_SITELIB}/reactiveData/reactiveData.cma ${OCAML_SITELIB}/reactiveData/reactiveData.cmi +${OCAML_SITELIB}/reactiveData/reactiveData.cmt +${OCAML_SITELIB}/reactiveData/reactiveData.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/reactiveData/reactiveData.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/reactiveData/reactiveData.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/reactiveData/reactiveData.cmxs +${OCAML_SITELIB}/reactiveData/reactiveData.ml ${OCAML_SITELIB}/reactiveData/reactiveData.mli +share/doc/reactiveData/CHANGES.md +share/doc/reactiveData/LICENSE +share/doc/reactiveData/README.md diff --git a/devel/ocaml-reactiveData/buildlink3.mk b/devel/ocaml-reactiveData/buildlink3.mk index bcb656bb3c49b..c0134c360075b 100644 --- a/devel/ocaml-reactiveData/buildlink3.mk +++ b/devel/ocaml-reactiveData/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2019/03/05 17:14:52 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2022/05/10 08:14:02 jaapb Exp $ BUILDLINK_TREE+= ocaml-reactiveData @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-reactiveData OCAML_REACTIVEDATA_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-reactiveData+= ocaml-reactiveData>=0.2.1 -BUILDLINK_ABI_DEPENDS.ocaml-reactiveData+= ocaml-reactiveData>=0.2.2 +BUILDLINK_ABI_DEPENDS.ocaml-reactiveData+= ocaml-reactiveData>=0.3 BUILDLINK_PKGSRCDIR.ocaml-reactiveData?= ../../devel/ocaml-reactiveData .include "../../devel/ocaml-react/buildlink3.mk" diff --git a/devel/ocaml-reactiveData/distinfo b/devel/ocaml-reactiveData/distinfo index c6b4aead69a51..68dac4b444661 100644 --- a/devel/ocaml-reactiveData/distinfo +++ b/devel/ocaml-reactiveData/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:15:55 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/05/10 08:14:02 jaapb Exp $ -BLAKE2s (reactiveData-0.2.2.tar.gz) = 3b2fa789ec2b2eaa9c7e396b8424d1f1ac51b5b07e57bfb87587922719d41297 -SHA512 (reactiveData-0.2.2.tar.gz) = 56c03d528feec769718c92075c49759dac287b93fe97d816da5cfadb26836d3855176cd81d4cec4441591dd9314e881045912a37edf584ad149ebd048016a4bf -Size (reactiveData-0.2.2.tar.gz) = 23512 bytes +BLAKE2s (reactiveData-0.3.tar.gz) = 0334fe430e1c0b4b7efc83f9f64a6cc05c990ef4b2004d4a282594219250dd90 +SHA512 (reactiveData-0.3.tar.gz) = ed3e1057f457b4c76060a7f6aad2a555b5a2baebe3d2b8938f2e6f5acad448d09a20b7b82fe8bb3ebb97e5c5946d70214d5bd062311af564752e40b880f75603 +Size (reactiveData-0.3.tar.gz) = 12559 bytes From 777e9407e3fe17294c439c2e21751a4545ca5328 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:14:10 +0000 Subject: [PATCH 0077/1154] doc: Updated devel/ocaml-reactiveData to 0.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5bea98f555479..5a135d22b7645 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2461 2022/05/10 08:11:15 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2462 2022/05/10 08:14:10 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3818,3 +3818,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-rst2pdf to 0.99 [adam 2022-05-10] Updated net/py-tldextract to 3.3.0 [adam 2022-05-10] Updated devel/ocaml-react to 1.2.2 [jaapb 2022-05-10] + Updated devel/ocaml-reactiveData to 0.3 [jaapb 2022-05-10] From e8adb731d5a303201715bb714a569865d4aba03b Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:20:33 +0000 Subject: [PATCH 0078/1154] Updated devel/menhir to version 20220210. There are many changes since the last version, including a from-the-ground-up rewrite of the parser generator code and a switch of the build system to dune. More details in the CHANGES.md file included in the distribution. --- devel/menhir/Makefile | 27 +--- devel/menhir/PLIST | 204 ++++++---------------------- devel/menhir/distinfo | 9 +- devel/menhir/patches/patch-Makefile | 52 ------- 4 files changed, 52 insertions(+), 240 deletions(-) delete mode 100644 devel/menhir/patches/patch-Makefile diff --git a/devel/menhir/Makefile b/devel/menhir/Makefile index b1b7f492b13e3..5764434301f32 100644 --- a/devel/menhir/Makefile +++ b/devel/menhir/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2022/04/25 10:51:50 tnn Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/10 08:20:33 jaapb Exp $ # -DISTNAME= menhir-20190924 -PKGREVISION= 1 +DISTNAME= menhir-20220210 CATEGORIES= devel MASTER_SITES= https://gitlab.inria.fr/fpottier/${PKGBASE}/-/archive/${PKGVERSION_NOREV}/ @@ -11,26 +10,10 @@ HOMEPAGE= http://gallium.inria.fr/~fpottier/menhir/ COMMENT= LR(1) parser generator in OCaml LICENSE= qpl-v1.0 -USE_TOOLS+= gmake -MAKE_JOBS_SAFE= no - SUPERSEDES= ocaml-menhir-[0-9]* -OCAML_USE_FINDLIB= yes -OCAML_FINDLIB_REGISTER= no -CHECK_RELRO_SKIP+= bin/menhir +OCAML_USE_DUNE= yes +DUNE_BUILD_PACKAGES= menhir menhirLib menhirSdk +OPAM_INSTALL_FILES= ${DUNE_BUILD_PACKAGES} .include "../../mk/ocaml.mk" - -.if ${OCAML_USE_OPT_COMPILER} == "yes" -MAKE_ENV+= TARGET=native -.else -MAKE_ENV+= TARGET=byte -.endif - -EGDIR= ${PREFIX}/share/examples/${PKGBASE} -MAKE_ENV+= EGDIR=${EGDIR:Q} USE_OCAMLFIND=true \ - OCAML_SITELIBDIR=${OCAML_SITELIBDIR} -MAKE_FLAGS+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 - -.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/menhir/PLIST b/devel/menhir/PLIST index ca2da055f2b9e..e92088aeb0b39 100644 --- a/devel/menhir/PLIST +++ b/devel/menhir/PLIST @@ -1,177 +1,59 @@ -@comment $NetBSD: PLIST,v 1.10 2020/01/14 22:04:26 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/05/10 08:20:33 jaapb Exp $ bin/menhir +${OCAML_SITELIB}/menhir/META +${OCAML_SITELIB}/menhir/dune-package ${OCAML_SITELIB}/menhirLib/META +${OCAML_SITELIB}/menhirLib/dune-package +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirLib/menhirLib.a +${OCAML_SITELIB}/menhirLib/menhirLib.cma ${OCAML_SITELIB}/menhirLib/menhirLib.cmi -${OCAML_SITELIB}/menhirLib/menhirLib.cmo +${OCAML_SITELIB}/menhirLib/menhirLib.cmt +${OCAML_SITELIB}/menhirLib/menhirLib.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirLib/menhirLib.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirLib/menhirLib.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirLib/menhirLib.cmxs ${OCAML_SITELIB}/menhirLib/menhirLib.ml ${OCAML_SITELIB}/menhirLib/menhirLib.mli -${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirLib/menhirLib.o ${OCAML_SITELIB}/menhirSdk/META +${OCAML_SITELIB}/menhirSdk/cmly_api.ml +${OCAML_SITELIB}/menhirSdk/cmly_format.ml +${OCAML_SITELIB}/menhirSdk/cmly_read.ml +${OCAML_SITELIB}/menhirSdk/cmly_read.mli +${OCAML_SITELIB}/menhirSdk/dune-package +${OCAML_SITELIB}/menhirSdk/keyword.ml +${OCAML_SITELIB}/menhirSdk/keyword.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk.a +${OCAML_SITELIB}/menhirSdk/menhirSdk.cma ${OCAML_SITELIB}/menhirSdk/menhirSdk.cmi -${OCAML_SITELIB}/menhirSdk/menhirSdk.cmo +${OCAML_SITELIB}/menhirSdk/menhirSdk.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk.cmx -${OCAML_SITELIB}/menhirSdk/menhirSdk.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk.o +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk.cmxs +${OCAML_SITELIB}/menhirSdk/menhirSdk.ml +${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_api.cmi +${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_api.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_api.cmx +${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_format.cmi +${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_format.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_format.cmx +${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_read.cmi +${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_read.cmt +${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_read.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk__Cmly_read.cmx +${OCAML_SITELIB}/menhirSdk/menhirSdk__Keyword.cmi +${OCAML_SITELIB}/menhirSdk/menhirSdk__Keyword.cmt +${OCAML_SITELIB}/menhirSdk/menhirSdk__Keyword.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk__Keyword.cmx +${OCAML_SITELIB}/menhirSdk/menhirSdk__Version.cmi +${OCAML_SITELIB}/menhirSdk/menhirSdk__Version.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirSdk/menhirSdk__Version.cmx +${OCAML_SITELIB}/menhirSdk/version.ml man/man1/menhir.1 -share/doc/menhir/demos/Makefile -share/doc/menhir/demos/calc-alias/.gitignore -share/doc/menhir/demos/calc-alias/.merlin -share/doc/menhir/demos/calc-alias/Makefile -share/doc/menhir/demos/calc-alias/README -share/doc/menhir/demos/calc-alias/calc.ml -share/doc/menhir/demos/calc-alias/lexer.mll -share/doc/menhir/demos/calc-alias/parser.mly -share/doc/menhir/demos/calc-ast-dune/.gitignore -share/doc/menhir/demos/calc-ast-dune/Makefile -share/doc/menhir/demos/calc-ast-dune/README.md -share/doc/menhir/demos/calc-ast-dune/calc.ml -share/doc/menhir/demos/calc-ast-dune/dune -share/doc/menhir/demos/calc-ast-dune/dune-project -share/doc/menhir/demos/calc-ast-dune/lexer.mll -share/doc/menhir/demos/calc-ast-dune/parser.mly -share/doc/menhir/demos/calc-ast-dune/syntax.ml -share/doc/menhir/demos/calc-dune/.gitignore -share/doc/menhir/demos/calc-dune/Makefile -share/doc/menhir/demos/calc-dune/README.md -share/doc/menhir/demos/calc-dune/calc.ml -share/doc/menhir/demos/calc-dune/dune -share/doc/menhir/demos/calc-dune/dune-project -share/doc/menhir/demos/calc-dune/lexer.mll -share/doc/menhir/demos/calc-dune/parser.mly -share/doc/menhir/demos/calc-incremental-dune/.gitignore -share/doc/menhir/demos/calc-incremental-dune/Makefile -share/doc/menhir/demos/calc-incremental-dune/README.md -share/doc/menhir/demos/calc-incremental-dune/calc.ml -share/doc/menhir/demos/calc-incremental-dune/dune -share/doc/menhir/demos/calc-incremental-dune/dune-project -share/doc/menhir/demos/calc-incremental-dune/lexer.mll -share/doc/menhir/demos/calc-incremental-dune/parser.mly -share/doc/menhir/demos/calc-incremental/.gitignore -share/doc/menhir/demos/calc-incremental/.merlin -share/doc/menhir/demos/calc-incremental/Makefile -share/doc/menhir/demos/calc-incremental/README -share/doc/menhir/demos/calc-incremental/calc.ml -share/doc/menhir/demos/calc-incremental/lexer.mll -share/doc/menhir/demos/calc-incremental/parser.mly -share/doc/menhir/demos/calc-inspection-dune/.gitignore -share/doc/menhir/demos/calc-inspection-dune/CalcErrorReporting.ml -share/doc/menhir/demos/calc-inspection-dune/CalcErrorReporting.mli -share/doc/menhir/demos/calc-inspection-dune/CalcPrinters.ml -share/doc/menhir/demos/calc-inspection-dune/CalcPrinters.mli -share/doc/menhir/demos/calc-inspection-dune/ErrorReporting.ml -share/doc/menhir/demos/calc-inspection-dune/ErrorReporting.mli -share/doc/menhir/demos/calc-inspection-dune/Makefile -share/doc/menhir/demos/calc-inspection-dune/README -share/doc/menhir/demos/calc-inspection-dune/calc.ml -share/doc/menhir/demos/calc-inspection-dune/dune -share/doc/menhir/demos/calc-inspection-dune/dune-project -share/doc/menhir/demos/calc-inspection-dune/lexer.mll -share/doc/menhir/demos/calc-inspection-dune/parser.mly -share/doc/menhir/demos/calc-inspection/.gitignore -share/doc/menhir/demos/calc-inspection/.merlin -share/doc/menhir/demos/calc-inspection/CalcErrorReporting.ml -share/doc/menhir/demos/calc-inspection/CalcErrorReporting.mli -share/doc/menhir/demos/calc-inspection/CalcPrinters.ml -share/doc/menhir/demos/calc-inspection/CalcPrinters.mli -share/doc/menhir/demos/calc-inspection/ErrorReporting.ml -share/doc/menhir/demos/calc-inspection/ErrorReporting.mli -share/doc/menhir/demos/calc-inspection/Makefile -share/doc/menhir/demos/calc-inspection/README -share/doc/menhir/demos/calc-inspection/calc.ml -share/doc/menhir/demos/calc-inspection/lexer.mll -share/doc/menhir/demos/calc-inspection/parser.mly -share/doc/menhir/demos/calc-new-syntax-dune/.gitignore -share/doc/menhir/demos/calc-new-syntax-dune/Makefile -share/doc/menhir/demos/calc-new-syntax-dune/README.md -share/doc/menhir/demos/calc-new-syntax-dune/calc.ml -share/doc/menhir/demos/calc-new-syntax-dune/dune -share/doc/menhir/demos/calc-new-syntax-dune/dune-project -share/doc/menhir/demos/calc-new-syntax-dune/lexer.mll -share/doc/menhir/demos/calc-new-syntax-dune/parser.mly -share/doc/menhir/demos/calc-param-dune/.gitignore -share/doc/menhir/demos/calc-param-dune/Makefile -share/doc/menhir/demos/calc-param-dune/README -share/doc/menhir/demos/calc-param-dune/calc.ml -share/doc/menhir/demos/calc-param-dune/dune -share/doc/menhir/demos/calc-param-dune/dune-project -share/doc/menhir/demos/calc-param-dune/lexer.mll -share/doc/menhir/demos/calc-param-dune/parser.mly -share/doc/menhir/demos/calc-param-dune/tokens.mly -share/doc/menhir/demos/calc-param/.gitignore -share/doc/menhir/demos/calc-param/.merlin -share/doc/menhir/demos/calc-param/Makefile -share/doc/menhir/demos/calc-param/README -share/doc/menhir/demos/calc-param/_tags -share/doc/menhir/demos/calc-param/calc.ml -share/doc/menhir/demos/calc-param/lexer.mll -share/doc/menhir/demos/calc-param/myocamlbuild.ml -share/doc/menhir/demos/calc-param/parser.mly -share/doc/menhir/demos/calc-param/parser.mlypack -share/doc/menhir/demos/calc-param/tokens.mly -share/doc/menhir/demos/calc-param/tokens.mlypack -share/doc/menhir/demos/calc-two-dune/.gitignore -share/doc/menhir/demos/calc-two-dune/Makefile -share/doc/menhir/demos/calc-two-dune/README -share/doc/menhir/demos/calc-two-dune/algebraic.mly -share/doc/menhir/demos/calc-two-dune/algebraic.mlypack -share/doc/menhir/demos/calc-two-dune/calc.ml -share/doc/menhir/demos/calc-two-dune/common.mly -share/doc/menhir/demos/calc-two-dune/dune -share/doc/menhir/demos/calc-two-dune/dune-project -share/doc/menhir/demos/calc-two-dune/lexer.mll -share/doc/menhir/demos/calc-two-dune/reverse.mly -share/doc/menhir/demos/calc-two-dune/reverse.mlypack -share/doc/menhir/demos/calc-two-dune/tokens.mly -share/doc/menhir/demos/calc-two-dune/tokens.mlypack -share/doc/menhir/demos/calc-two/.gitignore -share/doc/menhir/demos/calc-two/.merlin -share/doc/menhir/demos/calc-two/Makefile -share/doc/menhir/demos/calc-two/README -share/doc/menhir/demos/calc-two/_tags -share/doc/menhir/demos/calc-two/algebraic.mly -share/doc/menhir/demos/calc-two/algebraic.mlypack -share/doc/menhir/demos/calc-two/calc.ml -share/doc/menhir/demos/calc-two/common.mly -share/doc/menhir/demos/calc-two/lexer.mll -share/doc/menhir/demos/calc-two/myocamlbuild.ml -share/doc/menhir/demos/calc-two/reverse.mly -share/doc/menhir/demos/calc-two/reverse.mlypack -share/doc/menhir/demos/calc-two/tokens.mly -share/doc/menhir/demos/calc-two/tokens.mlypack -share/doc/menhir/demos/calc/.gitignore -share/doc/menhir/demos/calc/.merlin -share/doc/menhir/demos/calc/Makefile -share/doc/menhir/demos/calc/README -share/doc/menhir/demos/calc/calc.ml -share/doc/menhir/demos/calc/lexer.mll -share/doc/menhir/demos/calc/parser.mly -share/doc/menhir/demos/coq-minicalc/Lexer.v -share/doc/menhir/demos/coq-minicalc/Makefile -share/doc/menhir/demos/coq-minicalc/MiniCalc.v -share/doc/menhir/demos/coq-minicalc/Parser.vy -share/doc/menhir/demos/coq-minicalc/README.md -share/doc/menhir/demos/coq-minicalc/_CoqProject -share/doc/menhir/demos/generate-printers-dune/.gitignore -share/doc/menhir/demos/generate-printers-dune/Makefile -share/doc/menhir/demos/generate-printers-dune/README.md -share/doc/menhir/demos/generate-printers-dune/dune -share/doc/menhir/demos/generate-printers-dune/dune-project -share/doc/menhir/demos/generate-printers-dune/generate.ml -share/doc/menhir/demos/generate-printers/.gitignore -share/doc/menhir/demos/generate-printers/.merlin -share/doc/menhir/demos/generate-printers/Makefile -share/doc/menhir/demos/generate-printers/README.md -share/doc/menhir/demos/generate-printers/_tags -share/doc/menhir/demos/generate-printers/generate.ml -share/doc/menhir/demos/obsolete/Makefile.auto -share/doc/menhir/demos/obsolete/Makefile.calc-two -share/doc/menhir/demos/obsolete/Makefile.shared -share/doc/menhir/demos/obsolete/ocamldep.wrapper +share/doc/menhir/LICENSE share/doc/menhir/manual.html share/doc/menhir/manual.pdf share/doc/menhir/manual001.png share/doc/menhir/manual002.png share/doc/menhir/manual003.png -@pkgdir share/menhir +share/doc/menhirLib/LICENSE +share/doc/menhirSdk/LICENSE diff --git a/devel/menhir/distinfo b/devel/menhir/distinfo index 7cc00cde35593..bf0c1de9d0e18 100644 --- a/devel/menhir/distinfo +++ b/devel/menhir/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:15:40 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/05/10 08:20:33 jaapb Exp $ -BLAKE2s (menhir-20190924.tar.gz) = beba70f775685710a1f00a2bdbd9d23d626d0f6ed12d47534443e0de1c722b15 -SHA512 (menhir-20190924.tar.gz) = 8036eb8a65f123ceadd21739d88dafca54a2338fc168922a1301a9fbe709ac5e8e7214d95d8114f3798c15f458822e64dcedb94f7fff18ab6f9ccfb6de462e46 -Size (menhir-20190924.tar.gz) = 2491000 bytes -SHA1 (patch-Makefile) = e36784736e352adf4b595ac508e096b626790057 +BLAKE2s (menhir-20220210.tar.gz) = 73903af264345bbb8cdfa9eee7ce4cfb8c760cea16792781cdf8d3f3df0b2335 +SHA512 (menhir-20220210.tar.gz) = 55af21092fd133c2b3f84589c0f98c9a4ce718cbafaacf82b459a15d0eaee711d82fa269283cab24caaebe2a5a1c75d469650248333a2991323c49d10cfe9e7f +Size (menhir-20220210.tar.gz) = 1304512 bytes diff --git a/devel/menhir/patches/patch-Makefile b/devel/menhir/patches/patch-Makefile deleted file mode 100644 index 6dd132fee0aa0..0000000000000 --- a/devel/menhir/patches/patch-Makefile +++ /dev/null @@ -1,52 +0,0 @@ -$NetBSD: patch-Makefile,v 1.7 2020/01/14 22:04:26 jaapb Exp $ - -Install into correct locations and use BSD_INSTALL_* - ---- Makefile.orig 2019-09-24 09:29:51.000000000 +0000 -+++ Makefile -@@ -46,10 +46,10 @@ endif - # These may be overridden from outside; e.g., our opam package description - # provides its own values of docdir, libdir, and mandir. - --bindir := $(PREFIX)/bin --docdir := $(PREFIX)/share/doc/menhir --libdir := $(PREFIX)/share/menhir --mandir := $(PREFIX)/share/man/man1 -+bindir := ${DESTDIR}$(PREFIX)/bin -+docdir := ${DESTDIR}$(PREFIX)/share/doc/menhir -+libdir := ${DESTDIR}$(PREFIX)/share/menhir -+mandir := ${DESTDIR}$(PREFIX)/man/man1 - MANS := doc/menhir.1 - DOCS := doc/manual.pdf doc/manual.html doc/manual*.png demos - -@@ -176,10 +176,10 @@ endif - - install: - # Install the executable. -- mkdir -p $(bindir) -- install $(BUILDDIR)/menhir.$(TARGET) $(bindir)/menhir$(EXE) -+ ${BSD_INSTALL_PROGRAM_DIR} $(bindir) -+ ${BSD_INSTALL_PROGRAM} $(BUILDDIR)/menhir.$(TARGET) $(bindir)/menhir$(EXE) - # Install Menhir's standard library. -- mkdir -p $(libdir) -+ ${BSD_INSTALL_LIB_DIR} $(libdir) - # Install MenhirLib and MenhirSdk. - @if `$(BUILDDIR)/menhir.$(TARGET) --suggest-ocamlfind | tr -d '\r'` ; then \ - echo 'Installing MenhirLib and MenhirSdk via ocamlfind.' ; \ -@@ -190,13 +190,13 @@ install: - rm -f META ; \ - else \ - echo 'Installing MenhirLib and MenhirSdk manually.' ; \ -- install -m 644 $(patsubst %,$(BUILDDIR)/%,$(MENHIRLIB)) $(libdir) ; \ -- install -m 644 $(patsubst %,$(SDKDIR)/%,$(MENHIRSDK)) $(libdir) ; \ -+ $(BSD_INSTALL_DATA) -m 644 $(patsubst %,$(BUILDDIR)/%,$(MENHIRLIB)) $(libdir) ; \ -+ $(BSD_INSTALL_DATA) -m 644 $(patsubst %,$(SDKDIR)/%,$(MENHIRSDK)) $(libdir) ; \ - fi - # Install the documentation. (If building from the repository, the documentation - # may be absent.) - if [ -f doc/manual.pdf ] ; then \ -- mkdir -p $(docdir) $(mandir) ; \ -+ $(BSD_INSTALL_DATA_DIR) -p $(docdir) $(mandir) ; \ - cp -r $(DOCS) $(docdir) ; \ - cp -r $(MANS) $(mandir) ; \ - fi From 2cd2f35b5ea5b4bfe707e635eab94ca9fb225eb9 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:20:42 +0000 Subject: [PATCH 0079/1154] doc: Updated devel/menhir to 20220210 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5a135d22b7645..ae82175d2712d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2462 2022/05/10 08:14:10 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2463 2022/05/10 08:20:42 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3819,3 +3819,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/py-tldextract to 3.3.0 [adam 2022-05-10] Updated devel/ocaml-react to 1.2.2 [jaapb 2022-05-10] Updated devel/ocaml-reactiveData to 0.3 [jaapb 2022-05-10] + Updated devel/menhir to 20220210 [jaapb 2022-05-10] From 4021deb7a0c8361d97de13240fddf9a4cb19a7d0 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:33:34 +0000 Subject: [PATCH 0080/1154] Updated devel/ocaml-base to version 0.15.0. There is no changelog, but upstream changes seem minor. --- devel/ocaml-base/Makefile | 9 ++++---- devel/ocaml-base/PLIST | 41 ++++++++++++++++++++-------------- devel/ocaml-base/buildlink3.mk | 4 ++-- devel/ocaml-base/distinfo | 8 +++---- 4 files changed, 34 insertions(+), 28 deletions(-) diff --git a/devel/ocaml-base/Makefile b/devel/ocaml-base/Makefile index 2dfaa974140ab..7c5e2f9fe0410 100644 --- a/devel/ocaml-base/Makefile +++ b/devel/ocaml-base/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2021/03/08 08:12:48 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/10 08:33:34 jaapb Exp $ -GITHUB_PROJECT= base -GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-0.13.2 +DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} +GITHUB_PROJECT= base +GITHUB_TAG= v${PKGVERSION_NOREV} DIST_SUBDIR= ocaml-${GITHUB_PROJECT} MAINTAINER= jaapb@NetBSD.org diff --git a/devel/ocaml-base/PLIST b/devel/ocaml-base/PLIST index a6e02a91ecd37..b22b3dc70f63c 100644 --- a/devel/ocaml-base/PLIST +++ b/devel/ocaml-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2020/01/16 12:39:32 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/05/10 08:33:34 jaapb Exp $ ${OCAML_SITELIB}/base/META ${OCAML_SITELIB}/base/applicative.ml ${OCAML_SITELIB}/base/applicative.mli @@ -122,6 +122,9 @@ ${OCAML_SITELIB}/base/base__Either.cmi ${OCAML_SITELIB}/base/base__Either.cmt ${OCAML_SITELIB}/base/base__Either.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Either.cmx +${OCAML_SITELIB}/base/base__Either0.cmi +${OCAML_SITELIB}/base/base__Either0.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Either0.cmx ${OCAML_SITELIB}/base/base__Either_intf.cmi ${OCAML_SITELIB}/base/base__Either_intf.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Either_intf.cmx @@ -200,6 +203,9 @@ ${OCAML_SITELIB}/base/base__Identifiable.cmi ${OCAML_SITELIB}/base/base__Identifiable.cmt ${OCAML_SITELIB}/base/base__Identifiable.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Identifiable.cmx +${OCAML_SITELIB}/base/base__Identifiable_intf.cmi +${OCAML_SITELIB}/base/base__Identifiable_intf.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Identifiable_intf.cmx ${OCAML_SITELIB}/base/base__Import.cmi ${OCAML_SITELIB}/base/base__Import.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Import.cmx @@ -307,6 +313,10 @@ ${OCAML_SITELIB}/base/base__Nativeint.cmi ${OCAML_SITELIB}/base/base__Nativeint.cmt ${OCAML_SITELIB}/base/base__Nativeint.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Nativeint.cmx +${OCAML_SITELIB}/base/base__Nothing.cmi +${OCAML_SITELIB}/base/base__Nothing.cmt +${OCAML_SITELIB}/base/base__Nothing.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Nothing.cmx ${OCAML_SITELIB}/base/base__Obj_array.cmi ${OCAML_SITELIB}/base/base__Obj_array.cmt ${OCAML_SITELIB}/base/base__Obj_array.cmti @@ -327,6 +337,10 @@ ${OCAML_SITELIB}/base/base__Ordered_collection_common.cmi ${OCAML_SITELIB}/base/base__Ordered_collection_common.cmt ${OCAML_SITELIB}/base/base__Ordered_collection_common.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Ordered_collection_common.cmx +${OCAML_SITELIB}/base/base__Ordered_collection_common0.cmi +${OCAML_SITELIB}/base/base__Ordered_collection_common0.cmt +${OCAML_SITELIB}/base/base__Ordered_collection_common0.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Ordered_collection_common0.cmx ${OCAML_SITELIB}/base/base__Ordering.cmi ${OCAML_SITELIB}/base/base__Ordering.cmt ${OCAML_SITELIB}/base/base__Ordering.cmti @@ -353,9 +367,6 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Ppx_enumerate_lib.cmx ${OCAML_SITELIB}/base/base__Ppx_hash_lib.cmi ${OCAML_SITELIB}/base/base__Ppx_hash_lib.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Ppx_hash_lib.cmx -${OCAML_SITELIB}/base/base__Ppx_sexp_conv_lib.cmi -${OCAML_SITELIB}/base/base__Ppx_sexp_conv_lib.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Ppx_sexp_conv_lib.cmx ${OCAML_SITELIB}/base/base__Pretty_printer.cmi ${OCAML_SITELIB}/base/base__Pretty_printer.cmt ${OCAML_SITELIB}/base/base__Pretty_printer.cmti @@ -406,9 +417,6 @@ ${OCAML_SITELIB}/base/base__Sexpable.cmi ${OCAML_SITELIB}/base/base__Sexpable.cmt ${OCAML_SITELIB}/base/base__Sexpable.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Sexpable.cmx -${OCAML_SITELIB}/base/base__Sexplib.cmi -${OCAML_SITELIB}/base/base__Sexplib.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Sexplib.cmx ${OCAML_SITELIB}/base/base__Sign.cmi ${OCAML_SITELIB}/base/base__Sign.cmt ${OCAML_SITELIB}/base/base__Sign.cmti @@ -477,10 +485,6 @@ ${OCAML_SITELIB}/base/base__Unit.cmi ${OCAML_SITELIB}/base/base__Unit.cmt ${OCAML_SITELIB}/base/base__Unit.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Unit.cmx -${OCAML_SITELIB}/base/base__Validate.cmi -${OCAML_SITELIB}/base/base__Validate.cmt -${OCAML_SITELIB}/base/base__Validate.cmti -${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base__Validate.cmx ${OCAML_SITELIB}/base/base__Variant.cmi ${OCAML_SITELIB}/base/base__Variant.cmt ${OCAML_SITELIB}/base/base__Variant.cmti @@ -505,7 +509,7 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base_internalhash_types/base_internalhas ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base_internalhash_types/base_internalhash_types.cmxs ${OCAML_SITELIB}/base/base_internalhash_types/base_internalhash_types.ml ${OCAML_SITELIB}/base/base_internalhash_types/internalhash.h -${OCAML_SITELIB}/base/base_internalhash_types/libbase_internalhash_types_stubs.a +${PLIST.ocaml-opt}${OCAML_SITELIB}/base/base_internalhash_types/libbase_internalhash_types_stubs.a ${OCAML_SITELIB}/base/base_internalhash_types/runtime.js ${OCAML_SITELIB}/base/binary_search.ml ${OCAML_SITELIB}/base/binary_search.mli @@ -548,6 +552,7 @@ ${OCAML_SITELIB}/base/container_intf.ml ${OCAML_SITELIB}/base/dune-package ${OCAML_SITELIB}/base/either.ml ${OCAML_SITELIB}/base/either.mli +${OCAML_SITELIB}/base/either0.ml ${OCAML_SITELIB}/base/either_intf.ml ${OCAML_SITELIB}/base/equal.ml ${OCAML_SITELIB}/base/error.ml @@ -582,6 +587,7 @@ ${OCAML_SITELIB}/base/hex_lexer.ml ${OCAML_SITELIB}/base/hex_lexer.mli ${OCAML_SITELIB}/base/identifiable.ml ${OCAML_SITELIB}/base/identifiable.mli +${OCAML_SITELIB}/base/identifiable_intf.ml ${OCAML_SITELIB}/base/import.ml ${OCAML_SITELIB}/base/import0.ml ${OCAML_SITELIB}/base/indexed_container.ml @@ -612,7 +618,7 @@ ${OCAML_SITELIB}/base/invariant.mli ${OCAML_SITELIB}/base/invariant_intf.ml ${OCAML_SITELIB}/base/lazy.ml ${OCAML_SITELIB}/base/lazy.mli -${OCAML_SITELIB}/base/libbase_stubs.a +${PLIST.ocaml-opt}${OCAML_SITELIB}/base/libbase_stubs.a ${OCAML_SITELIB}/base/linked_queue.ml ${OCAML_SITELIB}/base/linked_queue.mli ${OCAML_SITELIB}/base/linked_queue0.ml @@ -640,6 +646,8 @@ ${OCAML_SITELIB}/base/monad.mli ${OCAML_SITELIB}/base/monad_intf.ml ${OCAML_SITELIB}/base/nativeint.ml ${OCAML_SITELIB}/base/nativeint.mli +${OCAML_SITELIB}/base/nothing.ml +${OCAML_SITELIB}/base/nothing.mli ${OCAML_SITELIB}/base/obj_array.ml ${OCAML_SITELIB}/base/obj_array.mli ${OCAML_SITELIB}/base/opam @@ -651,6 +659,8 @@ ${OCAML_SITELIB}/base/or_error.ml ${OCAML_SITELIB}/base/or_error.mli ${OCAML_SITELIB}/base/ordered_collection_common.ml ${OCAML_SITELIB}/base/ordered_collection_common.mli +${OCAML_SITELIB}/base/ordered_collection_common0.ml +${OCAML_SITELIB}/base/ordered_collection_common0.mli ${OCAML_SITELIB}/base/ordering.ml ${OCAML_SITELIB}/base/ordering.mli ${OCAML_SITELIB}/base/poly0.ml @@ -663,7 +673,6 @@ ${OCAML_SITELIB}/base/ppx_compare_lib.ml ${OCAML_SITELIB}/base/ppx_compare_lib.mli ${OCAML_SITELIB}/base/ppx_enumerate_lib.ml ${OCAML_SITELIB}/base/ppx_hash_lib.ml -${OCAML_SITELIB}/base/ppx_sexp_conv_lib.ml ${OCAML_SITELIB}/base/pretty_printer.ml ${OCAML_SITELIB}/base/pretty_printer.mli ${OCAML_SITELIB}/base/printf.ml @@ -689,7 +698,6 @@ ${OCAML_SITELIB}/base/sexp_with_comparable.ml ${OCAML_SITELIB}/base/sexp_with_comparable.mli ${OCAML_SITELIB}/base/sexpable.ml ${OCAML_SITELIB}/base/sexpable.mli -${OCAML_SITELIB}/base/sexplib.ml ${PLIST.ocaml-opt}${OCAML_SITELIB}/base/shadow_stdlib/shadow_stdlib.a ${OCAML_SITELIB}/base/shadow_stdlib/shadow_stdlib.cma ${OCAML_SITELIB}/base/shadow_stdlib/shadow_stdlib.cmi @@ -730,8 +738,6 @@ ${OCAML_SITELIB}/base/uniform_array.ml ${OCAML_SITELIB}/base/uniform_array.mli ${OCAML_SITELIB}/base/unit.ml ${OCAML_SITELIB}/base/unit.mli -${OCAML_SITELIB}/base/validate.ml -${OCAML_SITELIB}/base/validate.mli ${OCAML_SITELIB}/base/variant.ml ${OCAML_SITELIB}/base/variant.mli ${OCAML_SITELIB}/base/variantslib.ml @@ -744,3 +750,4 @@ ${OCAML_SITELIB}/stublibs/dllbase_stubs.so share/doc/base/CHANGES.md share/doc/base/LICENSE.md share/doc/base/README.org +share/doc/base/odoc-pages/index.mld diff --git a/devel/ocaml-base/buildlink3.mk b/devel/ocaml-base/buildlink3.mk index 869913a09fa97..9f3c2f8b3f1db 100644 --- a/devel/ocaml-base/buildlink3.mk +++ b/devel/ocaml-base/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2020/12/09 11:13:56 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2022/05/10 08:33:34 jaapb Exp $ BUILDLINK_TREE+= ocaml-base @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-base OCAML_BASE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-base+= ocaml-base>=0.9.3 -BUILDLINK_ABI_DEPENDS.ocaml-base+= ocaml-base>=0.13.2 +BUILDLINK_ABI_DEPENDS.ocaml-base+= ocaml-base>=0.15.0 BUILDLINK_PKGSRCDIR.ocaml-base?= ../../devel/ocaml-base .endif # OCAML_BASE_BUILDLINK3_MK diff --git a/devel/ocaml-base/distinfo b/devel/ocaml-base/distinfo index 5ce5d3cc30849..ee881c69d9ab6 100644 --- a/devel/ocaml-base/distinfo +++ b/devel/ocaml-base/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 10:15:45 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/05/10 08:33:34 jaapb Exp $ -BLAKE2s (ocaml-base/base-0.13.2.tar.gz) = 889111d94477744700b31518ff8761edf1f1ea3edf041915842ae632798ea6b8 -SHA512 (ocaml-base/base-0.13.2.tar.gz) = 69cb5826c59e6671932c09847554c19076693f06296b26bb0aa0a80d1d5c7826cc0bd52f5ef4d906d6bc493bf8d10082d2b80edba003990655a087dde95b3f42 -Size (ocaml-base/base-0.13.2.tar.gz) = 370076 bytes +BLAKE2s (ocaml-base/base-0.15.0.tar.gz) = a199fcf298932f9894bdb2d14c0a7044c2e05db78304b5c26094b10924dc2be3 +SHA512 (ocaml-base/base-0.15.0.tar.gz) = 1e9a507f66a44b53eb80c866a544263ae5811992866043cb626826de8a4b4c6086601554fbe93ec874773edd229fab052be9cdfa5b75ef3bc7eaff468b53bca6 +Size (ocaml-base/base-0.15.0.tar.gz) = 414117 bytes From c5f35698db5cff0e433acc3f80b3432baa569e66 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:33:43 +0000 Subject: [PATCH 0081/1154] doc: Updated devel/ocaml-base to 0.15.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ae82175d2712d..0b6e494ef72b4 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2463 2022/05/10 08:20:42 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2464 2022/05/10 08:33:43 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3820,3 +3820,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/ocaml-react to 1.2.2 [jaapb 2022-05-10] Updated devel/ocaml-reactiveData to 0.3 [jaapb 2022-05-10] Updated devel/menhir to 20220210 [jaapb 2022-05-10] + Updated devel/ocaml-base to 0.15.0 [jaapb 2022-05-10] diff --git a/doc/TODO b/doc/TODO index eae9cea26e5de..9e0853b45a1df 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21836 2022/05/10 07:06:19 wiz Exp $ +$NetBSD: TODO,v 1.21837 2022/05/10 08:33:43 jaapb Exp $ Suggested new packages ====================== @@ -1192,7 +1192,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o objc-3.3.24 o ocaml-4.14.0 o ocaml-astring-0.8.5 - o ocaml-base-0.14.1 o ocaml-base64-3.5.0 o ocaml-batteries-3.3.0 o ocaml-bigstringaf-0.6.1 From cf7513e53ade81f3b5378c7042536b7830d6c9d4 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 10 May 2022 08:50:29 +0000 Subject: [PATCH 0082/1154] sysutils/dua-cli: update to 2.17.3 Bug Fixes -dependency update; upgrade to trash v2.1.1 . The trash upgrade makes sure that trashed items on mount points on freedesktop are actually restorable. --- sysutils/dua-cli/Makefile | 7 ++++--- sysutils/dua-cli/cargo-depends.mk | 8 ++++---- sysutils/dua-cli/distinfo | 26 +++++++++++++------------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 6aa6de9013231..d8fc5d6a46bf4 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/05/07 04:19:07 pin Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/10 08:50:29 pin Exp $ -DISTNAME= dua-cli-2.17.2 +DISTNAME= dua-cli-2.17.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=Byron/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -21,7 +21,8 @@ CARGO_FEATURES+= tui-unix .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/dua ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/dua \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/dua-cli/cargo-depends.mk b/sysutils/dua-cli/cargo-depends.mk index 2432ff0d26db5..ee148812d939c 100644 --- a/sysutils/dua-cli/cargo-depends.mk +++ b/sysutils/dua-cli/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.6 2022/05/07 04:19:07 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.7 2022/05/10 08:50:29 pin Exp $ CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 CARGO_CRATE_DEPENDS+= anyhow-1.0.57 @@ -9,7 +9,7 @@ CARGO_CRATE_DEPENDS+= byte-unit-4.0.14 CARGO_CRATE_DEPENDS+= cassowary-0.3.0 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 -CARGO_CRATE_DEPENDS+= clap-3.1.15 +CARGO_CRATE_DEPENDS+= clap-3.1.17 CARGO_CRATE_DEPENDS+= clap_derive-3.1.7 CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 CARGO_CRATE_DEPENDS+= colored-2.0.0 @@ -66,7 +66,7 @@ CARGO_CRATE_DEPENDS+= petgraph-0.6.0 CARGO_CRATE_DEPENDS+= pretty_assertions-1.2.1 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.37 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.38 CARGO_CRATE_DEPENDS+= quote-1.0.18 CARGO_CRATE_DEPENDS+= rayon-1.5.2 CARGO_CRATE_DEPENDS+= rayon-core-1.9.2 @@ -86,7 +86,7 @@ CARGO_CRATE_DEPENDS+= textwrap-0.15.0 CARGO_CRATE_DEPENDS+= time-0.1.44 CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= trash-2.1.0 +CARGO_CRATE_DEPENDS+= trash-2.1.1 CARGO_CRATE_DEPENDS+= tui-0.17.0 CARGO_CRATE_DEPENDS+= tui-react-0.17.0 CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 diff --git a/sysutils/dua-cli/distinfo b/sysutils/dua-cli/distinfo index 5f057c93e00d7..f6203ec40a749 100644 --- a/sysutils/dua-cli/distinfo +++ b/sysutils/dua-cli/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2022/05/07 04:19:07 pin Exp $ +$NetBSD: distinfo,v 1.12 2022/05/10 08:50:29 pin Exp $ BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 @@ -27,9 +27,9 @@ Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 Size (chrono-0.4.19.crate) = 155663 bytes -BLAKE2s (clap-3.1.15.crate) = 04601aec129f77cce8391525081136d08acbb46d869552a84a2037cf41e3ade8 -SHA512 (clap-3.1.15.crate) = f97c2d913e7112cd35c3c1213119919f19bfca4b895f520b104672c96262e256ae3e4b57d3fac2a64164885cf8ef11360c670bd9635c6dc0e171d0351522d952 -Size (clap-3.1.15.crate) = 207887 bytes +BLAKE2s (clap-3.1.17.crate) = 5fcacb9beb068d8c8d40661833394705091cc4e1578a09648d91cced22a17fc7 +SHA512 (clap-3.1.17.crate) = c80c96a0de1e5f5bf0eddf72ed265560fadcc893f4683bfec814ed3da9281546960d345317ba7ee28a46794a99de02f3fbb8966cf7103d244665d26427ae147d +Size (clap-3.1.17.crate) = 209176 bytes BLAKE2s (clap_derive-3.1.7.crate) = 007e3972e4e44b617b811fa373496acb63922e93cfd7a8da6165560892e6cf5b SHA512 (clap_derive-3.1.7.crate) = 7f34c1b7c67bddbdbc1b159fcde366babe37f355637cc1f12748a51d0ecf89ce3e6aaf5ed140aae6539f12182ac8e2ca93c2790ea2dc84657487066c9d77a869 Size (clap_derive-3.1.7.crate) = 25363 bytes @@ -78,9 +78,9 @@ Size (ctor-0.1.22.crate) = 9311 bytes BLAKE2s (diff-0.1.12.crate) = 97e9a9edde58861f9129c0f531e596f0602a744e070445315118269ae02ad4f7 SHA512 (diff-0.1.12.crate) = 0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16 Size (diff-0.1.12.crate) = 10223 bytes -BLAKE2s (dua-cli-2.17.2.tar.gz) = e088fe705f0e1e3cf6eb79c654035fff3059b94db8f3a7b5e89f4b4114686b8e -SHA512 (dua-cli-2.17.2.tar.gz) = 842185fa35177ef057c342dcad8e43d0683e925d7e76709c59d61d1ed414d76d5d4b1202a94b62b681e06cde561db635bef15f40ed6171c06d940ff0716c04d7 -Size (dua-cli-2.17.2.tar.gz) = 99261 bytes +BLAKE2s (dua-cli-2.17.3.tar.gz) = b8cb71fc3a034101c4739902fb2e01ea563befe20342d1afafd2f1d1bb85a74a +SHA512 (dua-cli-2.17.3.tar.gz) = 3232dc570afb49559f6429d7ac3771d7ced4cc1d77ac8b4cf347982271f5a4b3e10ab264bd3671a172f22e3ce4006ce6e518cd6f6f157e1833bfaee49d2a412f +Size (dua-cli-2.17.3.tar.gz) = 99253 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes @@ -201,9 +201,9 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.37.crate) = 7df0f3468a68248fb6bb32150f677fcdc3fa3c62355feece702f8fb359889a87 -SHA512 (proc-macro2-1.0.37.crate) = cedb3433c6dfff39b404f8939c67e98303bb89a47e2cfb9659eeda1ca3e3d167800dca482374501632ab6d2283105dbd7560a157b48a351b2d3da059f946be55 -Size (proc-macro2-1.0.37.crate) = 41378 bytes +BLAKE2s (proc-macro2-1.0.38.crate) = c00fd51764ea0d2f85fd07ee9c649904b37e88b82bba50fa8eb6629e03347a91 +SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 +Size (proc-macro2-1.0.38.crate) = 41687 bytes BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 Size (quote-1.0.18.crate) = 28911 bytes @@ -261,9 +261,9 @@ Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (trash-2.1.0.crate) = 2acb75ca37ff3626ffd0931247028d5ee97c4668b6542d2f498841ab18bade1a -SHA512 (trash-2.1.0.crate) = df6f6fccc5dd7f31ddc0aba9be3fad82f8a7f37ce71a30ac1f458b431b70b6da5613582bc5a23e302575025caf7cddeebdf77e39e753935eb2503a502f946cc5 -Size (trash-2.1.0.crate) = 40113 bytes +BLAKE2s (trash-2.1.1.crate) = 5e7b335d32da5c961c6881fd202999a08f2214ad448284d1071f415a2626b16f +SHA512 (trash-2.1.1.crate) = 763bd8fa5518e2d0f84051e0c4fa7f94d8610ac3d7728432651de27844c2650f82142496000bc7b6ff2e23eb349de113505e3ea0e19f41aedc822345f8952d2e +Size (trash-2.1.1.crate) = 40679 bytes BLAKE2s (tui-0.17.0.crate) = a88157addc9b0b4a248822edffe529505f2fbb5273beb3538fb7c9431251eeaa SHA512 (tui-0.17.0.crate) = 3f923ea3320ba4d5e28fb511f4dac6d903e8b80ab1a7bea0c6a8eb5223f036026893442ec15f423b8c9f866a76cde0c97a1389285be9af667a7ad35b94dd3a97 Size (tui-0.17.0.crate) = 139547 bytes From d84dbd95cf35c4e2afa52c83a39331b80dbcd718 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 10 May 2022 08:50:47 +0000 Subject: [PATCH 0083/1154] doc: Updated sysutils/dua-cli to 2.17.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0b6e494ef72b4..487c9dd053627 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2464 2022/05/10 08:33:43 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2465 2022/05/10 08:50:47 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3821,3 +3821,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/ocaml-reactiveData to 0.3 [jaapb 2022-05-10] Updated devel/menhir to 20220210 [jaapb 2022-05-10] Updated devel/ocaml-base to 0.15.0 [jaapb 2022-05-10] + Updated sysutils/dua-cli to 2.17.3 [pin 2022-05-10] From 2e2e43209b5ce33c3d147873d68d96c62e396751 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:51:06 +0000 Subject: [PATCH 0084/1154] Updated devel/js_of_ocaml to version 4.0.0. This includes a lot of changes - see the internal CHANGES.md file for details. Also included is support for OCaml 4.14, as well as a revamp of the internal structure and dependencies. --- devel/js_of_ocaml/Makefile | 28 ++-- devel/js_of_ocaml/PLIST | 237 +++++++++++++++++++------------- devel/js_of_ocaml/buildlink3.mk | 6 +- devel/js_of_ocaml/distinfo | 8 +- devel/js_of_ocaml/options.mk | 22 ++- 5 files changed, 175 insertions(+), 126 deletions(-) diff --git a/devel/js_of_ocaml/Makefile b/devel/js_of_ocaml/Makefile index 1b2111c292242..54fe8b49078f4 100644 --- a/devel/js_of_ocaml/Makefile +++ b/devel/js_of_ocaml/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.38 2021/03/08 08:12:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/10 08:51:06 jaapb Exp $ # -GITHUB_PROJECT= js_of_ocaml -DISTNAME= ${GITHUB_PROJECT}-3.8.0 -PKGREVISION= 1 +DISTNAME= ${GITHUB_PROJECT}-4.0.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} +GITHUB_PROJECT= js_of_ocaml MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://ocsigen.org/js_of_ocaml/ @@ -17,24 +16,17 @@ USE_TOOLS= bash OCAML_USE_FINDLIB= yes OCAML_USE_DUNE= yes -OPAM_INSTALL_FILES= js_of_ocaml js_of_ocaml-ocamlbuild \ - js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json \ - js_of_ocaml-lwt js_of_ocaml-compiler -DUNE_BUILD_PACKAGES= js_of_ocaml-compiler js_of_ocaml js_of_ocaml-ocamlbuild \ +OPAM_INSTALL_FILES= js_of_ocaml js_of_ocaml-toplevel \ js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json \ - js_of_ocaml-lwt + js_of_ocaml-compiler +DUNE_BUILD_PACKAGES= ${OPAM_INSTALL_FILES} .include "options.mk" .include "../../devel/menhir/buildlink3.mk" -.include "../../devel/ocamlbuild/buildlink3.mk" -.include "../../devel/ocaml-cppo/buildlink3.mk" -.include "../../devel/ocaml-dune-configurator/buildlink3.mk" -.include "../../devel/ocaml-lwt/buildlink3.mk" -.include "../../devel/ocaml-lwt_log/buildlink3.mk" -.include "../../devel/ocaml-migrate-parsetree/buildlink3.mk" -.include "../../devel/ocaml-ppx_deriving/buildlink3.mk" -.include "../../devel/ocaml-ppx_tools_versioned/buildlink3.mk" +.include "../../devel/ocaml-cmdliner/buildlink3.mk" +.include "../../devel/ocaml-ppx_expect/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../textproc/ocaml-uchar/buildlink3.mk" +.include "../../devel/ocaml-yojson/buildlink3.mk" +.include "../../math/ocaml-num/buildlink3.mk" .include "../../mk/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/js_of_ocaml/PLIST b/devel/js_of_ocaml/PLIST index 847c67357cb3a..9d74107f6739b 100644 --- a/devel/js_of_ocaml/PLIST +++ b/devel/js_of_ocaml/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.25 2020/12/11 07:53:44 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.26 2022/05/10 08:51:06 jaapb Exp $ bin/js_of_ocaml bin/jsoo_fs bin/jsoo_link +bin/jsoo_listunits bin/jsoo_minify +bin/jsoo_mkcmis +bin/jsoo_mktop ${OCAML_SITELIB}/js_of_ocaml-compiler/META ${OCAML_SITELIB}/js_of_ocaml-compiler/annot_lexer.ml ${OCAML_SITELIB}/js_of_ocaml-compiler/annot_lexer.mli @@ -301,6 +304,10 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmi ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmt ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Tailcall.cmx +${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Target_env.cmi +${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Target_env.cmt +${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Target_env.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Target_env.cmx ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmi ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmt ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmti @@ -364,8 +371,23 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/pure_fun.ml ${OCAML_SITELIB}/js_of_ocaml-compiler/pure_fun.mli ${OCAML_SITELIB}/js_of_ocaml-compiler/reserved.ml ${OCAML_SITELIB}/js_of_ocaml-compiler/reserved.mli +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/files.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.a +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cma +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmi +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.cmxs +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files.ml +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__.cmi +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__.cmx +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__.ml +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__Files.cmi +${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__Files.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime-files/js_of_ocaml_compiler_runtime_files__Files.cmx ${OCAML_SITELIB}/js_of_ocaml-compiler/runtime.js -${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/files.ml ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.a ${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cma ${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmi @@ -374,13 +396,7 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmxs ${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.ml -${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.cmi -${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.cmx -${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.ml -${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__Files.cmi -${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__Files.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__Files.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/libjsoo_runtime_stubs.a ${OCAML_SITELIB}/js_of_ocaml-compiler/source_map.ml ${OCAML_SITELIB}/js_of_ocaml-compiler/source_map.mli ${OCAML_SITELIB}/js_of_ocaml-compiler/source_map_io.ml @@ -397,6 +413,8 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/subst.ml ${OCAML_SITELIB}/js_of_ocaml-compiler/subst.mli ${OCAML_SITELIB}/js_of_ocaml-compiler/tailcall.ml ${OCAML_SITELIB}/js_of_ocaml-compiler/tailcall.mli +${OCAML_SITELIB}/js_of_ocaml-compiler/target_env.ml +${OCAML_SITELIB}/js_of_ocaml-compiler/target_env.mli ${OCAML_SITELIB}/js_of_ocaml-compiler/timer.ml ${OCAML_SITELIB}/js_of_ocaml-compiler/timer.mli ${OCAML_SITELIB}/js_of_ocaml-compiler/toplevel.js @@ -406,86 +424,73 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/var_printer.mli ${OCAML_SITELIB}/js_of_ocaml-compiler/vlq64.ml ${OCAML_SITELIB}/js_of_ocaml-compiler/vlq64.mli ${OCAML_SITELIB}/js_of_ocaml-compiler/weak.js -${OCAML_SITELIB}/js_of_ocaml-lwt/META -${OCAML_SITELIB}/js_of_ocaml-lwt/dune-package -${OCAML_SITELIB}/js_of_ocaml-lwt/import.ml -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.a -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cma -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxa -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxs -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.ml -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmx -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.ml -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmx -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmti -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmx -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmti -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmx -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmti -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmx -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmti -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmx -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmti -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmx -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/import.ml -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.a -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cma -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmt -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmti -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxa -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxs -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.ml -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.mli -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmx -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.ml -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmi -${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmt -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmx -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.ml -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.mli -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.ml -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.mli -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.ml -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.mli -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.ml -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.mli -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.ml -${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.mli -${OCAML_SITELIB}/js_of_ocaml-lwt/opam -${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/META -${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/dune-package -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.a -${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cma -${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmi -${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmt -${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmti -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmxa -${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmxs -${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.ml -${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.mli -${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/opam +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/META +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/dune-package +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/import.ml +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.a +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cma +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmt +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmx +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxa +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.cmxs +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt.ml +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmt +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.cmx +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__.ml +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmt +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Import.cmx +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmt +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmti +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_file.cmx +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmt +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmti +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js.cmx +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmt +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmti +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_js_events.cmx +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmt +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmti +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_jsonp.cmx +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmt +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmti +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmx +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/import.ml +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.a +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cma +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmt +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmti +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmx +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxa +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.cmxs +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.ml +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js.mli +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmt +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.cmx +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__.ml +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmi +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmt +${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-lwt/logger/lwt_log_js__Import.cmx +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.ml +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_file.mli +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.ml +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js.mli +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.ml +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_js_events.mli +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.ml +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_jsonp.mli +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.ml +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/lwt_xmlHttpRequest.mli +${PLIST.lwt}${OCAML_SITELIB}/js_of_ocaml-lwt/opam ${OCAML_SITELIB}/js_of_ocaml-ppx/META ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.a ${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.cma @@ -532,6 +537,39 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_js ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmxs ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.ml ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.mli +${OCAML_SITELIB}/js_of_ocaml-toplevel/META +${OCAML_SITELIB}/js_of_ocaml-toplevel/dune-package +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.a +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cma +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmi +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.cmxs +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel.ml +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__.cmi +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__.cmx +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__.ml +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTop.cmi +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTop.cmt +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTop.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTop.cmx +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTopError.cmi +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTopError.cmt +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTopError.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTopError.cmx +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTopPpx.cmi +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTopPpx.cmt +${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTopPpx.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-toplevel/js_of_ocaml_toplevel__JsooTopPpx.cmx +${OCAML_SITELIB}/js_of_ocaml-toplevel/jsooTop.ml +${OCAML_SITELIB}/js_of_ocaml-toplevel/jsooTop.mli +${OCAML_SITELIB}/js_of_ocaml-toplevel/jsooTopError.ml +${OCAML_SITELIB}/js_of_ocaml-toplevel/jsooTopError.mli +${OCAML_SITELIB}/js_of_ocaml-toplevel/jsooTopPpx.ml +${OCAML_SITELIB}/js_of_ocaml-toplevel/jsooTopPpx.mli +${OCAML_SITELIB}/js_of_ocaml-toplevel/opam ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/META ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/dune-package ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/import.ml @@ -700,6 +738,10 @@ ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__MutationObserver.cmi ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__MutationObserver.cmt ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__MutationObserver.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__MutationObserver.cmx +${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__PerformanceObserver.cmi +${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__PerformanceObserver.cmt +${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__PerformanceObserver.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__PerformanceObserver.cmx ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__Regexp.cmi ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__Regexp.cmt ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__Regexp.cmti @@ -741,10 +783,12 @@ ${OCAML_SITELIB}/js_of_ocaml/json.mli ${OCAML_SITELIB}/js_of_ocaml/jstable.ml ${OCAML_SITELIB}/js_of_ocaml/jstable.mli ${OCAML_SITELIB}/js_of_ocaml/lib_version.ml -${OCAML_SITELIB}/js_of_ocaml/libjs_of_ocaml_stubs.a +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/libjs_of_ocaml_stubs.a ${OCAML_SITELIB}/js_of_ocaml/mutationObserver.ml ${OCAML_SITELIB}/js_of_ocaml/mutationObserver.mli ${OCAML_SITELIB}/js_of_ocaml/opam +${OCAML_SITELIB}/js_of_ocaml/performanceObserver.ml +${OCAML_SITELIB}/js_of_ocaml/performanceObserver.mli ${OCAML_SITELIB}/js_of_ocaml/regexp.ml ${OCAML_SITELIB}/js_of_ocaml/regexp.mli ${OCAML_SITELIB}/js_of_ocaml/resizeObserver.ml @@ -764,6 +808,7 @@ ${OCAML_SITELIB}/js_of_ocaml/worker.mli ${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.ml ${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.mli ${OCAML_SITELIB}/stublibs/dlljs_of_ocaml_stubs.so +${OCAML_SITELIB}/stublibs/dlljsoo_runtime_stubs.so man/man1/js_of_ocaml-build-fs.1 man/man1/js_of_ocaml-build-runtime.1 man/man1/js_of_ocaml-link.1 @@ -777,18 +822,18 @@ share/doc/js_of_ocaml-compiler/README.md share/doc/js_of_ocaml-lwt/CHANGES.md share/doc/js_of_ocaml-lwt/LICENSE share/doc/js_of_ocaml-lwt/README.md -share/doc/js_of_ocaml-ocamlbuild/CHANGES.md -share/doc/js_of_ocaml-ocamlbuild/LICENSE -share/doc/js_of_ocaml-ocamlbuild/README.md share/doc/js_of_ocaml-ppx/CHANGES.md share/doc/js_of_ocaml-ppx/LICENSE share/doc/js_of_ocaml-ppx/README.md share/doc/js_of_ocaml-ppx_deriving_json/CHANGES.md share/doc/js_of_ocaml-ppx_deriving_json/LICENSE share/doc/js_of_ocaml-ppx_deriving_json/README.md -${PLIST.tyxml}share/doc/js_of_ocaml-tyxml/CHANGES.md -${PLIST.tyxml}share/doc/js_of_ocaml-tyxml/LICENSE -${PLIST.tyxml}share/doc/js_of_ocaml-tyxml/README.md +share/doc/js_of_ocaml-toplevel/CHANGES.md +share/doc/js_of_ocaml-toplevel/LICENSE +share/doc/js_of_ocaml-toplevel/README.md +share/doc/js_of_ocaml-tyxml/CHANGES.md +share/doc/js_of_ocaml-tyxml/LICENSE +share/doc/js_of_ocaml-tyxml/README.md share/doc/js_of_ocaml/CHANGES.md share/doc/js_of_ocaml/LICENSE share/doc/js_of_ocaml/README.md diff --git a/devel/js_of_ocaml/buildlink3.mk b/devel/js_of_ocaml/buildlink3.mk index 47222a93060b8..7f58e623bb083 100644 --- a/devel/js_of_ocaml/buildlink3.mk +++ b/devel/js_of_ocaml/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.17 2020/12/11 07:53:44 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2022/05/10 08:51:06 jaapb Exp $ BUILDLINK_TREE+= js_of_ocaml .if !defined(JS_OF_OCAML_BUILDLINK3_MK) JS_OF_OCAML_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.0.0 -BUILDLINK_ABI_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.8.0 +BUILDLINK_API_DEPENDS.js_of_ocaml+= js_of_ocaml>=4.0.0 +BUILDLINK_ABI_DEPENDS.js_of_ocaml+= js_of_ocaml>=4.0.0 BUILDLINK_PKGSRCDIR.js_of_ocaml?= ../../devel/js_of_ocaml .endif # JS_OF_OCAML_BUILDLINK3_MK diff --git a/devel/js_of_ocaml/distinfo b/devel/js_of_ocaml/distinfo index 7f4374644b164..26e7767fa8317 100644 --- a/devel/js_of_ocaml/distinfo +++ b/devel/js_of_ocaml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2021/10/26 10:15:08 nia Exp $ +$NetBSD: distinfo,v 1.25 2022/05/10 08:51:06 jaapb Exp $ -BLAKE2s (js_of_ocaml-3.8.0.tar.gz) = 8092ef2215518edd80d946d481a9f8542928343bb6e0c2c98300e2c06a61473c -SHA512 (js_of_ocaml-3.8.0.tar.gz) = b38c5e4f606d62ebb5319d6e8b618656d060903a50e87f38e736936963a0cd86cd31b16fde60c523f5ff1c62b5686c1e8b661879ef61a983d86fbeefcf995701 -Size (js_of_ocaml-3.8.0.tar.gz) = 1448308 bytes +BLAKE2s (js_of_ocaml-4.0.0.tar.gz) = 7dbe4971a5de18f11463b4da95ce25c086a498044d94345c8b3c536b2e0ae558 +SHA512 (js_of_ocaml-4.0.0.tar.gz) = e46492a728fa315984257aebebe7c6a63dba48197674443a3c904f8e3a8aca67f68e43ec361e695ee93457c5d7cde81026c4ec1988bf7fc250ff1daddbd8e574 +Size (js_of_ocaml-4.0.0.tar.gz) = 1477388 bytes diff --git a/devel/js_of_ocaml/options.mk b/devel/js_of_ocaml/options.mk index 9450cb30bd0b5..00bf8028af14f 100644 --- a/devel/js_of_ocaml/options.mk +++ b/devel/js_of_ocaml/options.mk @@ -1,21 +1,33 @@ -# $NetBSD: options.mk,v 1.7 2019/01/29 12:43:53 jaapb Exp $ +# $NetBSD: options.mk,v 1.8 2022/05/10 08:51:06 jaapb Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.js_of_ocaml -PKG_SUPPORTED_OPTIONS= ocaml-tyxml -PKG_SUGGESTED_OPTIONS= ocaml-tyxml +PKG_SUPPORTED_OPTIONS= lwt ocaml-tyxml +PKG_SUGGESTED_OPTIONS= lwt ocaml-tyxml .include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.options.mk" -PLIST_VARS+= tyxml +PLIST_VARS+= lwt tyxml + +### +### lwt support +### +.if !empty(PKG_OPTIONS:Mlwt) +.include "../../devel/ocaml-lwt/buildlink3.mk" +PLIST.lwt= yes +DUNE_BUILD_PACKAGES+= js_of_ocaml-lwt +OPAM_INSTALL_FILES+= js_of_ocaml-lwt +.else +.endif ### ### TyXML support ### .if !empty(PKG_OPTIONS:Mocaml-tyxml) -.include "../../textproc/ocaml-tyxml/buildlink3.mk" +.include "../../devel/ocaml-react/buildlink3.mk" .include "../../devel/ocaml-reactiveData/buildlink3.mk" +.include "../../textproc/ocaml-tyxml/buildlink3.mk" PLIST.tyxml= yes DUNE_BUILD_PACKAGES+= js_of_ocaml-tyxml OPAM_INSTALL_FILES+= js_of_ocaml-tyxml From 49d9ea1a79df9e69be9cd225817f5e161f1ab804 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 10 May 2022 08:51:15 +0000 Subject: [PATCH 0085/1154] doc: Updated devel/js_of_ocaml to 4.0.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 487c9dd053627..7c89ec84bc934 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2465 2022/05/10 08:50:47 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2466 2022/05/10 08:51:15 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3822,3 +3822,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/menhir to 20220210 [jaapb 2022-05-10] Updated devel/ocaml-base to 0.15.0 [jaapb 2022-05-10] Updated sysutils/dua-cli to 2.17.3 [pin 2022-05-10] + Updated devel/js_of_ocaml to 4.0.0 [jaapb 2022-05-10] From 3fa19a04c03486c24256fb090ccde16f3b905e3f Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 10 May 2022 08:51:45 +0000 Subject: [PATCH 0086/1154] sysutils/tiramisu: reset maintainer --- sysutils/tiramisu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/tiramisu/Makefile b/sysutils/tiramisu/Makefile index 7a28265131335..1a5e517b6ae6c 100644 --- a/sysutils/tiramisu/Makefile +++ b/sysutils/tiramisu/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2021/12/08 16:06:38 adam Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/10 08:51:45 pin Exp $ DISTNAME= tiramisu-2.0.20211107 PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=Sweets/} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/Sweets/tiramisu/ COMMENT= Desktop notifications, the UNIX way LICENSE= mit From 7cc1f3f609e32e85c112fa8444f122df7a40e8cc Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 10 May 2022 09:37:38 +0000 Subject: [PATCH 0087/1154] gnome-tracker: Include termios for TIOCGWINSZ. While here fix the test target and pkglint. --- sysutils/gnome-tracker/Makefile | 7 +++++-- sysutils/gnome-tracker/distinfo | 3 ++- ...atch-src_libtracker-common_tracker-term-utils.c | 14 ++++++++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 sysutils/gnome-tracker/patches/patch-src_libtracker-common_tracker-term-utils.c diff --git a/sysutils/gnome-tracker/Makefile b/sysutils/gnome-tracker/Makefile index 883bddec568af..1b6d8d8d64dd9 100644 --- a/sysutils/gnome-tracker/Makefile +++ b/sysutils/gnome-tracker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2022/04/18 19:10:06 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/10 09:37:38 jperkin Exp $ DISTNAME= tracker-3.0.1 PKGNAME= gnome-${DISTNAME} @@ -17,6 +17,8 @@ USE_TOOLS+= pkg-config xgettext TOOL_DEPENDS+= asciidoc>=10.1.4:../../textproc/asciidoc TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt # xsltproc +TEST_DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 + MESON_ARGS+= -Ddocs=false MESON_ARGS+= -Dsystemd_user_services=false @@ -24,6 +26,8 @@ MESON_ARGS+= -Dsystemd_user_services=false # https://gitlab.gnome.org/GNOME/json-glib/issues/35 MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/src:${WRKSRC}/output/src/libtracker-sparql/ +TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/tests/common + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" @@ -48,7 +52,6 @@ PKGCONFIG_OVERRIDE+= output/meson-private/tracker-testutils-3.0.pc .include "../../devel/glib2/buildlink3.mk" BUILDLINK_DEPMETHOD.gobject-introspection?= build .include "../../devel/gobject-introspection/buildlink3.mk" -BUILDLINK_DEPMETHOD.vala?= build .include "../../lang/vala/buildlink3.mk" .include "../../net/libsoup/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" diff --git a/sysutils/gnome-tracker/distinfo b/sysutils/gnome-tracker/distinfo index dcb232b873fa3..fa527240e34bb 100644 --- a/sysutils/gnome-tracker/distinfo +++ b/sysutils/gnome-tracker/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:19:39 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/10 09:37:38 jperkin Exp $ BLAKE2s (tracker-3.0.1.tar.xz) = b2c542ebf83191e9046c0367d4848073ba854db48d3c59cb95beaa50a3fae06c SHA512 (tracker-3.0.1.tar.xz) = d1c82c7189dc29d65a0b349d1918e309b3e0606e7a046e523bd7511bb51fea3e1561416f8c140635263a7ca90d99aa9ec24a5841ffebb2ab2d400287ff04c7d5 Size (tracker-3.0.1.tar.xz) = 1418944 bytes +SHA1 (patch-src_libtracker-common_tracker-term-utils.c) = 72397019611180c6de8b3dc700215b29c6342d9f diff --git a/sysutils/gnome-tracker/patches/patch-src_libtracker-common_tracker-term-utils.c b/sysutils/gnome-tracker/patches/patch-src_libtracker-common_tracker-term-utils.c new file mode 100644 index 0000000000000..1b8593d6ce0c8 --- /dev/null +++ b/sysutils/gnome-tracker/patches/patch-src_libtracker-common_tracker-term-utils.c @@ -0,0 +1,14 @@ +$NetBSD: patch-src_libtracker-common_tracker-term-utils.c,v 1.1 2022/05/10 09:37:38 jperkin Exp $ + +Include termios for TIOCGWINSZ. + +--- src/libtracker-common/tracker-term-utils.c.orig 2020-10-02 09:59:29.818610200 +0000 ++++ src/libtracker-common/tracker-term-utils.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + + static guint n_columns = 0; + static guint n_rows = 0; From b7d369c400a6dfea1c66babd0ee99a797f5804a6 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 10 May 2022 09:47:37 +0000 Subject: [PATCH 0088/1154] hs-terminal-size: Include termios for struct winsize. --- devel/hs-terminal-size/distinfo | 3 ++- .../patch-src_System_Console_Terminal_Posix.hsc | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 devel/hs-terminal-size/patches/patch-src_System_Console_Terminal_Posix.hsc diff --git a/devel/hs-terminal-size/distinfo b/devel/hs-terminal-size/distinfo index 58e63c769998d..5d991d1c81fab 100644 --- a/devel/hs-terminal-size/distinfo +++ b/devel/hs-terminal-size/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:15:02 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/10 09:47:37 jperkin Exp $ BLAKE2s (terminal-size-0.3.2.1.tar.gz) = 598e5e1884958894c3f7d4a685a8c44da5f4d1fcf9039d9e7b87ddab17f56d0f SHA512 (terminal-size-0.3.2.1.tar.gz) = 1e04705dda8ade9a06f8b369f1033a93ffb94a1b959a556e11f2373b25924adbbab4be0f3e077394e1023e0054044739df13406b69153c1542f4083be82a1584 Size (terminal-size-0.3.2.1.tar.gz) = 4175 bytes +SHA1 (patch-src_System_Console_Terminal_Posix.hsc) = b1d279cb57c038b51023167256480cc9a5007b0f diff --git a/devel/hs-terminal-size/patches/patch-src_System_Console_Terminal_Posix.hsc b/devel/hs-terminal-size/patches/patch-src_System_Console_Terminal_Posix.hsc new file mode 100644 index 0000000000000..74f10ca212781 --- /dev/null +++ b/devel/hs-terminal-size/patches/patch-src_System_Console_Terminal_Posix.hsc @@ -0,0 +1,14 @@ +$NetBSD: patch-src_System_Console_Terminal_Posix.hsc,v 1.1 2022/05/10 09:47:37 jperkin Exp $ + +Include termios for struct winsize. + +--- src/System/Console/Terminal/Posix.hsc.orig 2015-11-01 15:07:49.000000000 +0000 ++++ src/System/Console/Terminal/Posix.hsc +@@ -18,6 +18,7 @@ import Prelude hiding (catch) + import System.Posix.Types (Fd(Fd)) + + #include ++#include + #include + + From b612b8b04cba59b5e59c68e7159fe072ed40a8b1 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 10 May 2022 11:49:03 +0000 Subject: [PATCH 0089/1154] asterisk*: Check for NetBSD properly. Use OPSYS_VERSION. --- comms/asterisk16/Makefile | 5 +++-- comms/asterisk18/Makefile | 9 +++++---- comms/asterisk19/Makefile | 5 +++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile index 7399745f17d17..8bd58f99347fe 100644 --- a/comms/asterisk16/Makefile +++ b/comms/asterisk16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2022/05/05 08:20:09 nia Exp $ +# $NetBSD: Makefile,v 1.89 2022/05/10 11:49:03 nia Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile @@ -146,7 +146,8 @@ PLIST.timerfd= yes PLIST_VARS+= unbound # unbound 1.5 or later is required.` -.if exists(/usr/include/unbound.h) && !empty(OS_VERSION:M9.*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 090000 && \ + exists(/usr/include/unbound.h) PLIST.unbound= yes .else CONFIGURE_ARGS+= --without-unbound diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index 083ac1f534e2b..ee4c3f0c3a2a9 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2022/05/05 08:20:09 nia Exp $ +# $NetBSD: Makefile,v 1.140 2022/05/10 11:49:03 nia Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile @@ -146,10 +146,11 @@ PLIST.timerfd= yes PLIST_VARS+= unbound # unbound 1.5 or later is required.` -.if exists(/usr/include/unbound.h) && !empty(OS_VERSION:M8.*) -CONFIGURE_ARGS+= --without-unbound -.else +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 090000 && \ + exists(/usr/include/unbound.h) PLIST.unbound= yes +.else +CONFIGURE_ARGS+= --without-unbound .endif .include "options.mk" diff --git a/comms/asterisk19/Makefile b/comms/asterisk19/Makefile index 3d1e8d5e0c08a..897eabd9af254 100644 --- a/comms/asterisk19/Makefile +++ b/comms/asterisk19/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/05 08:20:09 nia Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/10 11:49:04 nia Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile @@ -146,7 +146,8 @@ PLIST.timerfd= yes PLIST_VARS+= unbound # unbound 1.5 or later is required.` -.if exists(/usr/include/unbound.h) && !empty(OS_VERSION:M8.*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 090000 && \ + exists(/usr/include/unbound.h) CONFIGURE_ARGS+= --without-unbound .else PLIST.unbound= yes From 6643e452e74e8cd6a49433bb5011e3b35b91df52 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 10 May 2022 11:50:54 +0000 Subject: [PATCH 0090/1154] *: Remove dodgy hacks for NetBSD versions older than 5. --- graphics/libggi/Makefile | 12 ++---------- graphics/libggi/PLIST | 4 ++-- net/md-whois/Makefile | 8 +------- net/ttt/Makefile | 13 ++----------- security/gnupg/Makefile | 6 ++---- wm/icewm/Makefile.common | 14 +++----------- wm/sawfish/Makefile | 4 ++-- 7 files changed, 14 insertions(+), 47 deletions(-) diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index 5ea4a05f965bb..83a6e970d0afd 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2020/08/16 22:38:55 tnn Exp $ +# $NetBSD: Makefile,v 1.61 2022/05/10 11:50:55 nia Exp $ DISTNAME= libggi-2.2.2.src PKGNAME= ${DISTNAME:S/.src//} @@ -33,15 +33,7 @@ CONF_FILES= ${EGDIR}/libggi.conf ${PKG_SYSCONFDIR}/libggi.conf CONF_FILES+= ${EGDIR}/fbdev.conf ${PKG_SYSCONFDIR}/ggi/ggi/targets/fbdev.conf .endif -PLIST_VARS+= libvgl terminfo xf86dga - -.if ${OPSYS} == "NetBSD" -. if empty(OS_VERSION:M1.[56].*) -PLIST.terminfo= yes -. endif -.else -PLIST.terminfo= yes -.endif +PLIST_VARS+= libvgl xf86dga .if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" PLIST.libvgl= yes diff --git a/graphics/libggi/PLIST b/graphics/libggi/PLIST index 22702b60c69d6..85e84446fa68e 100644 --- a/graphics/libggi/PLIST +++ b/graphics/libggi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2010/01/30 15:19:26 tnn Exp $ +@comment $NetBSD: PLIST,v 1.17 2022/05/10 11:50:55 nia Exp $ bin/cube3d bin/ggiteleserver bin/monitest @@ -75,7 +75,7 @@ lib/ggi/display/multi.la lib/ggi/display/palemu.la lib/ggi/display/sub.la lib/ggi/display/tele.la -${PLIST.terminfo}lib/ggi/display/terminfo.la +lib/ggi/display/terminfo.la lib/ggi/display/tile.la lib/ggi/display/trueemu.la ${PLIST.libvgl}lib/ggi/display/vgl.la diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index 07a6ac139fcea..a9dbaa42728eb 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2021/05/24 19:53:19 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/10 11:50:55 nia Exp $ # # todo: set location of [md-]whois.conf and fix in man page too # todo: build and install the po/ files and add to PLIST @@ -26,12 +26,6 @@ LDFLAGS.SunOS+= -lnsl -lsocket INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.*)) -MAKE_ENV+= NEED_OPTARG=YES -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whois ${DESTDIR}${PREFIX}/bin/md-whois ${INSTALL_MAN} ${WRKSRC}/whois.1 \ diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 247d15583fff8..72db8a9f5d63f 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2021/04/25 06:05:21 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/10 11:50:54 nia Exp $ DISTNAME= ttt-1.8.2 PKGREVISION= 10 @@ -24,21 +24,12 @@ REPLACE.sys-BLTWISH.old= .*bltwish REPLACE.sys-BLTWISH.new= ${PREFIX}/bin/bltwish REPLACE_FILES.sys-BLTWISH= ttt.tcl - -.include "../../mk/bsd.prefs.mk" - CFLAGS+= -DUSE_INTERP_RESULT CONFIGURE_ARGS+= ttt_cv_prog_cflags=${CFLAGS:Q} -.if ${OPSYS} == "NetBSD" -. if empty(OS_VERSION:M1.[56]*) -.include "../../mk/pthread.buildlink3.mk" -. endif -.endif - .include "options.mk" - .include "../../net/libpcap/buildlink3.mk" .include "../../x11/blt/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 4b5cba2880b4f..f1f4b13135bfd 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.161 2021/12/08 16:06:17 adam Exp $ +# $NetBSD: Makefile,v 1.162 2022/05/10 11:50:55 nia Exp $ DISTNAME= gnupg-1.4.23 PKGREVISION= 14 @@ -23,9 +23,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .include "options.mk" -.if ${OPSYS} == "SunOS" || (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*)) -CONFIGURE_ARGS+= --disable-gnupg-iconv -.endif +CONFIGURE_ARGS.SunOS+= --disable-gnupg-iconv .if (${OPSYS} == "AIX" || ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS") \ && defined(ABI) && ${ABI} == 64 diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 7d22c9ee13a65..065bd5a8beb75 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.72 2020/08/17 20:20:16 leot Exp $ +# $NetBSD: Makefile.common,v 1.73 2022/05/10 11:50:55 nia Exp $ # # used by wm/icewm/Makefile # used by wm/icewm-imlib/Makefile @@ -48,16 +48,7 @@ SUBST_SED.apm= -e 's,define CONFIG_APPLET_APM 1,undef CONFIG_APPLET_APM,' SUBST_MESSAGE.apm= Disable APM applet. .endif -.if ${OPSYS} == "NetBSD" -. if !empty(OS_VERSION:M1.*) -CONFIGURE_ARGS+= --disable-i18n -. else -CONFIGURE_ARGS+= --with-unicode-set=utf-32 -. include "../../converters/libiconv/buildlink3.mk" -. endif -.else -. include "../../converters/libiconv/buildlink3.mk" -.endif +CONFIGURE_ARGS.NetBSD+= --with-unicode-set=utf-32 LIBS.SunOS+= -lintl DOCDIR= ${PREFIX}/share/doc/icewm @@ -76,6 +67,7 @@ post-install: done ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DESTDIR}${HTMLDIR} +.include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 5b64835935f09..38f5110e6d4ff 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2022/04/04 01:26:39 gutteridge Exp $ +# $NetBSD: Makefile,v 1.103 2022/05/10 11:50:55 nia Exp $ DISTNAME= sawfish_1.13.0 PKGNAME= ${DISTNAME:S/_/-/} @@ -34,7 +34,7 @@ SUBST_SED.env= -e 's,exec rep,exec env ${REP_ENV_PKGSRC} rep,g' .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M1.*) +.if ${OPSYS} == "NetBSD" REP_ENV_PKGSRC= LD_PRELOAD=/usr/lib/libpthread.so .else REP_ENV_PKGSRC= From 80810fe53c3c7864cc8aba3780ba9c34e1e75f44 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 10 May 2022 11:51:17 +0000 Subject: [PATCH 0091/1154] ttt: Check for IPv6. --- net/ttt/options.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/net/ttt/options.mk b/net/ttt/options.mk index 53adc575101a7..fbd4397130bb0 100644 --- a/net/ttt/options.mk +++ b/net/ttt/options.mk @@ -1,8 +1,13 @@ -# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:02 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2022/05/10 11:51:17 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ttt PKG_SUPPORTED_OPTIONS+= inet6 -PKG_SUGGESTED_OPTIONS= inet6 + +.include "../../mk/bsd.prefs.mk" + +.if ${IPV6_READY:tl} == "yes" +PKG_SUGGESTED_OPTIONS+= inet6 +.endif .include "../../mk/bsd.options.mk" From b95458d95e9b9581c3648ef945e776f4b78025de Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 13:01:05 +0000 Subject: [PATCH 0092/1154] py-bitarray: updated to 2.5.0 2.5.0: * add calculating of canonical Huffman codes `util.canonical_huffman()` and decoding thereof `util.canonical_decode()` * allow creating "Huffman codes" from frequency maps with a single symbol in `util.huffman_code()` and `util.canonical_huffman()` * allow bytes-like argument in `.frombytes()` and `.pack()` - previously, the arguments were limited to the `bytes` object * allow bytes-like arguments in `util.deserialize()` * add official [pyodide](https://pyodide.org/) support * add [DEFLATE decompression](../examples/puff/) example * optimize `.bytereverse()` * optimize `delslice()` for cases like `del a[1:17:2]` when `a` is large * fix `examples/huffman/compress.py` to handle files with 0 or 1 characters, * add `skipIF` decorator for skipping tests * add tests --- devel/py-bitarray/Makefile | 4 ++-- devel/py-bitarray/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-bitarray/Makefile b/devel/py-bitarray/Makefile index 616c823cb99ab..1cfaa9e4d9f4f 100644 --- a/devel/py-bitarray/Makefile +++ b/devel/py-bitarray/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2022/03/30 07:22:20 adam Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/10 13:01:05 adam Exp $ -DISTNAME= bitarray-2.4.1 +DISTNAME= bitarray-2.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitarray/} diff --git a/devel/py-bitarray/distinfo b/devel/py-bitarray/distinfo index 96b0c09644390..bef5d0b0846cf 100644 --- a/devel/py-bitarray/distinfo +++ b/devel/py-bitarray/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/03/30 07:22:20 adam Exp $ +$NetBSD: distinfo,v 1.19 2022/05/10 13:01:05 adam Exp $ -BLAKE2s (bitarray-2.4.1.tar.gz) = cb5310f5f2133229c201bc6684f99f090a2995d635cbe58ba4853b6b87ee8b7b -SHA512 (bitarray-2.4.1.tar.gz) = ba623e783bae879833ac7759599c085e86c2acb3c81780ce0df95e2b23764e494a33f1e27e52db8b634b6b04d02ebee693ce0186e7a2bb9bd73906856c19bade -Size (bitarray-2.4.1.tar.gz) = 95300 bytes +BLAKE2s (bitarray-2.5.0.tar.gz) = 871088a2b60a6c923b47a3fcbc6694a13997838d4670ab58324def9ebfe2cb54 +SHA512 (bitarray-2.5.0.tar.gz) = 1b70f41d2cb576be840114edfdd2b7d638051a8267170a55013aa3d997e216eb8889c474ba5bdf018b9fbeda7b6a0e55f2de5f51a573ce40798eff42536e2540 +Size (bitarray-2.5.0.tar.gz) = 102225 bytes From b6b84682777e1e639fde8b6008baeb79926e49dd Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 13:05:54 +0000 Subject: [PATCH 0093/1154] py-more-itertools: updated to 8.13.0 8.13.0 ------ * New functions * The :func:`subslices` recipe from the `itertools` docs was added (thanks to rhettinger) * Changes to existing functions * The :func:`ichunked` function is now more efficient (thanks to hjtran0 and seanmacavaney) * The :func:`difference` function is now more efficient (thanks to Masynchin) * The :func:`grouper` recipe now has more features, mirroring the one in the `itertools` docs (thanks to rhettinger) * Other changes * Some documentation issues were fixed (thanks to medvied and Freed-Wu) * The `more_itertools` package is now built with `flit` (thanks to mgorny) --- devel/py-more-itertools/Makefile | 9 +++++---- devel/py-more-itertools/PLIST | 16 ++++++++-------- devel/py-more-itertools/distinfo | 8 ++++---- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/devel/py-more-itertools/Makefile b/devel/py-more-itertools/Makefile index 7e143512365c3..c80e77ed14a07 100644 --- a/devel/py-more-itertools/Makefile +++ b/devel/py-more-itertools/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2022/01/04 20:53:18 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/10 13:05:54 adam Exp $ -DISTNAME= more-itertools-8.12.0 +DISTNAME= more-itertools-8.13.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/more-itertools/} @@ -11,9 +10,11 @@ HOMEPAGE= https://github.com/erikrose/more-itertools COMMENT= More routines for operating on iterables, beyond itertools LICENSE= mit +BUILD_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core + USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-more-itertools/PLIST b/devel/py-more-itertools/PLIST index 60f10d28bc208..655c964e59ac5 100644 --- a/devel/py-more-itertools/PLIST +++ b/devel/py-more-itertools/PLIST @@ -1,18 +1,18 @@ -@comment $NetBSD: PLIST,v 1.6 2021/09/29 09:22:29 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.7 2022/05/10 13:05:54 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json ${PYSITELIB}/more_itertools/__init__.py ${PYSITELIB}/more_itertools/__init__.pyc ${PYSITELIB}/more_itertools/__init__.pyi -${PYSITELIB}/more_itertools/__init__.pyo ${PYSITELIB}/more_itertools/more.py ${PYSITELIB}/more_itertools/more.pyc ${PYSITELIB}/more_itertools/more.pyi -${PYSITELIB}/more_itertools/more.pyo ${PYSITELIB}/more_itertools/py.typed ${PYSITELIB}/more_itertools/recipes.py ${PYSITELIB}/more_itertools/recipes.pyc ${PYSITELIB}/more_itertools/recipes.pyi -${PYSITELIB}/more_itertools/recipes.pyo diff --git a/devel/py-more-itertools/distinfo b/devel/py-more-itertools/distinfo index 31dceda9ffc45..e5c52a0054216 100644 --- a/devel/py-more-itertools/distinfo +++ b/devel/py-more-itertools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2021/11/29 10:51:14 adam Exp $ +$NetBSD: distinfo,v 1.24 2022/05/10 13:05:54 adam Exp $ -BLAKE2s (more-itertools-8.12.0.tar.gz) = 078f5b8bfb22c1615abd5eddbfdf7220d8177757a6b63447b081eed7a0951655 -SHA512 (more-itertools-8.12.0.tar.gz) = 73759f05d178bd6fe98cadac401707faf90a4f7b456c4aac3f0b3f6c13a2284600971e0b271f1768cacd3ae9b69848404f85432199ca51b8160fbe67045dfd17 -Size (more-itertools-8.12.0.tar.gz) = 108698 bytes +BLAKE2s (more-itertools-8.13.0.tar.gz) = 156b0ba1d0e3c75775b6432d4d2cceab62ad35faebd2c9333cc9601c033c904f +SHA512 (more-itertools-8.13.0.tar.gz) = 2f3473cdd67ddcb2c658f60638b91a25c4ce9d9a92bbda5ca937dd4748857408bfe8dd9d4e699f53bd9f10d7b433db57e499bd28f184b8faa58b2004f2c92004 +Size (more-itertools-8.13.0.tar.gz) = 101264 bytes From 10e4b71ba8ed6ab1445e1cd3931afdbd82b7700c Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 13:06:14 +0000 Subject: [PATCH 0094/1154] Updated devel/py-bitarray, devel/py-more-itertools --- doc/CHANGES-2022 | 4 +++- doc/TODO | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7c89ec84bc934..27be95973e7b2 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2466 2022/05/10 08:51:15 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2467 2022/05/10 13:06:14 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3823,3 +3823,5 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/ocaml-base to 0.15.0 [jaapb 2022-05-10] Updated sysutils/dua-cli to 2.17.3 [pin 2022-05-10] Updated devel/js_of_ocaml to 4.0.0 [jaapb 2022-05-10] + Updated devel/py-bitarray to 2.5.0 [adam 2022-05-10] + Updated devel/py-more-itertools to 8.13.0 [adam 2022-05-10] diff --git a/doc/TODO b/doc/TODO index 9e0853b45a1df..e7e2b8bb9ae1a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21837 2022/05/10 08:33:43 jaapb Exp $ +$NetBSD: TODO,v 1.21838 2022/05/10 13:06:14 adam Exp $ Suggested new packages ====================== @@ -1435,7 +1435,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-hyperscan-0.2.0 o py-input-pad-1.4.2 o py-keybinder-0.3.2 - o py-more-itertools-8.13.0 o py-musicbrainz-0.7.4 o py-musicbrainz-ngs-0.7.1 o py-newt-0.52.21 From f54d19efc45c5313823256ec48ffe0d7f64dbb92 Mon Sep 17 00:00:00 2001 From: fcambus Date: Tue, 10 May 2022 13:07:50 +0000 Subject: [PATCH 0095/1154] pax-utils: needs gsed. Fixes the build on Darwin. --- devel/pax-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pax-utils/Makefile b/devel/pax-utils/Makefile index f35a80c0f7877..95e8c54051414 100644 --- a/devel/pax-utils/Makefile +++ b/devel/pax-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/04/25 13:09:08 fcambus Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/10 13:07:50 fcambus Exp $ DISTNAME= pax-utils-1.3.4 CATEGORIES= devel @@ -10,7 +10,7 @@ HOMEPAGE= https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities COMMENT= ELF related utils for ELF 32/64 binaries LICENSE= gnu-gpl-v2 -USE_TOOLS+= bash:run gmake +USE_TOOLS+= bash:run gmake gsed REPLACE_BASH+= symtree.sh REPLACE_PYTHON+= lddtree.py From 7a154168e3e99e9f9fcad69b6a7738fb6eacddcf Mon Sep 17 00:00:00 2001 From: fcambus Date: Tue, 10 May 2022 13:10:29 +0000 Subject: [PATCH 0096/1154] tig: needs gsed. Should fix the build on Solaris. --- devel/tig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/tig/Makefile b/devel/tig/Makefile index 17cc2e46da998..773fb942dc118 100644 --- a/devel/tig/Makefile +++ b/devel/tig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2022/01/12 21:39:33 fcambus Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/10 13:10:29 fcambus Exp $ DISTNAME= tig-2.5.5 CATEGORIES= devel scm @@ -15,7 +15,7 @@ TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto DEPENDS+= git-base-[0-9]*:../../devel/git-base GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake gsed USE_NCURSES= yes # Display issues with NetBSD curses(3) CONF_FILES= ${EGDIR}/tigrc ${PKG_SYSCONFDIR}/tigrc From 72062a6aa671ae7c1994162e0094ebdd7763fe4d Mon Sep 17 00:00:00 2001 From: sborrill Date: Tue, 10 May 2022 13:46:49 +0000 Subject: [PATCH 0097/1154] sendmail: fix SMTP AUTH Pull in SMTP AUTH fix from 8.17.1.9. Bump PKGREVISION --- mail/sendmail/Makefile | 4 ++-- mail/sendmail/distinfo | 4 ++-- mail/sendmail/patches/patch-bo | 21 +++++++++++++++++---- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 15985bf2bc06d..0fea99b0fb290 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.140 2021/11/09 22:02:36 jnemeth Exp $ +# $NetBSD: Makefile,v 1.141 2022/05/10 13:46:49 sborrill Exp $ PKGNAME= sendmail-${DIST_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= The well known Mail Transport Agent CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* diff --git a/mail/sendmail/distinfo b/mail/sendmail/distinfo index 15d0212ef8e35..876be61b7e6d8 100644 --- a/mail/sendmail/distinfo +++ b/mail/sendmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.67 2021/12/19 04:01:11 jnemeth Exp $ +$NetBSD: distinfo,v 1.68 2022/05/10 13:46:49 sborrill Exp $ BLAKE2s (sendmail.8.16.1.tar.gz) = 6f92d35a8dfe1ba071da197ae53559a1d67290f7042e5650ebbdac3d3045fe2f SHA512 (sendmail.8.16.1.tar.gz) = d7d4aac3c6d7505782abdb166204901b8b51cac000d610dfe40eda9eef7441a073af9e8e0b14c8719b07b445f55a1e2c28ac63d663d0daa7f1eafc5a101788b2 @@ -31,7 +31,7 @@ SHA1 (patch-bg) = 716c90ff76edbdcb223111412bdd011d4a252ca6 SHA1 (patch-bl) = 4fff262691deb2fcacf5013bfeb5aede45783dcd SHA1 (patch-bm) = b1ec82ab5a97c2dc7f7230d31e47c89b7b5ac1d9 SHA1 (patch-bn) = 3af37c9d3523d6093181ae3b7d4c25bc8173b7f9 -SHA1 (patch-bo) = ca819c8f8de9bd67b7e6d5738020c90b03c6fad8 +SHA1 (patch-bo) = e55b2cb4ee31fdfa593a307b4ec8ca0799f55060 SHA1 (patch-bp) = 9a1daac264aba6c4fc39a63a464b942dd25b06eb SHA1 (patch-bq) = 548bf6d373cb49958437548a65803b6f3c6b35d2 SHA1 (patch-br) = 1f0b9716906b91ce2b867bf65e5c06ad16749e36 diff --git a/mail/sendmail/patches/patch-bo b/mail/sendmail/patches/patch-bo index c9047485781b4..18d17a580d895 100644 --- a/mail/sendmail/patches/patch-bo +++ b/mail/sendmail/patches/patch-bo @@ -1,8 +1,12 @@ -$NetBSD: patch-bo,v 1.4 2021/07/04 07:57:13 jnemeth Exp $ +$NetBSD: patch-bo,v 1.5 2022/05/10 13:46:49 sborrill Exp $ + +Add blacklist support. +Pull up SMTP AUTH fix from 8.17.1.9 as per: + https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262935 --- sendmail/sendmail.h.orig 2020-07-02 05:00:37.000000000 +0000 -+++ sendmail/sendmail.h -@@ -63,6 +63,10 @@ SM_UNUSED(static char SmailId[]) = "@(#) ++++ sendmail/sendmail.h 2022-05-10 09:51:29.162720330 +0000 +@@ -63,6 +63,10 @@ #endif #include "bf.h" @@ -13,7 +17,16 @@ $NetBSD: patch-bo,v 1.4 2021/07/04 07:57:13 jnemeth Exp $ #include "timers.h" #include #include -@@ -2576,6 +2580,8 @@ EXTERN int Hacks; /* bit field of run-ti +@@ -706,7 +710,7 @@ + # define SASL_IS_AUTH 2 /* authenticated */ + + /* SASL options */ +-# define SASL_AUTH_AUTH 0x1000 /* use auth= only if authenticated */ ++# define SASL_AUTH_AUTH 0x10000 /* use auth= only if authenticated */ + # if SASL >= 20101 + # define SASL_SEC_MASK SASL_SEC_MAXIMUM /* mask for SASL_SEC_* values: sasl.h */ + # else /* SASL >= 20101 */ +@@ -2576,6 +2580,8 @@ EXTERN int ConnectionRateWindowSize; From b4905567511d3200d52518effdba990da5861769 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 10 May 2022 14:18:48 +0000 Subject: [PATCH 0098/1154] mplayer: Do not define gnutls option twice --- multimedia/mplayer-share/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index 7f38a0a6e6076..925f5c6e96691 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.69 2022/04/24 15:00:42 nia Exp $ +# $NetBSD: options.mk,v 1.70 2022/05/10 14:18:48 ryoon Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -28,7 +28,7 @@ PKG_SUPPORTED_OPTIONS+= faad # Set options based on the specific package being built. . if !empty(PKGNAME:M*mplayer*) -PKG_SUPPORTED_OPTIONS+= aalib alsa caca ggi gnutls jack ladspa mplayer-menu nas +PKG_SUPPORTED_OPTIONS+= aalib alsa caca ggi jack ladspa mplayer-menu nas PKG_SUPPORTED_OPTIONS+= openal pulseaudio sdl . if ${VDPAU_AVAILABLE} == "yes" From e91c8e963512221d7fd9ca1fc244a05c2b099e89 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 10 May 2022 14:33:49 +0000 Subject: [PATCH 0099/1154] openjdk11: Update to 1.11.0.15.10 Changelog: OpenJDK 11.0.15 Released New in release OpenJDK 11.0.15 (2022-04-19): ============================================= Live versions of these release notes can be found at: * https://bit.ly/openjdk11015 * https://builds.shipilev.net/backports-monitor/release-notes-11.0.15.txt * New features - JDK-8253795: Implementation of JEP 391: macOS/AArch64 Port * Security fixes - JDK-8269938: Enhance XML processing passes redux - JDK-8270504, CVE-2022-21426: Better XPath expression handling - JDK-8272255: Completely handle MIDI files - JDK-8272261: Improve JFR recording file processing - JDK-8272594: Better record of recordings - JDK-8274221: More definite BER encodings - JDK-8275082, JDK-8278008, CVE-2022-21476: Update XML Security for Java to 2.3.0 - JDK-8275151, CVE-2022-21443: Improved Object Identification - JDK-8277227: Better identification of OIDs - JDK-8277672, CVE-2022-21434: Better invocation handler handling - JDK-8278356: Improve file creation - JDK-8278449: Improve keychain support - JDK-8278798: Improve supported intrinsic - JDK-8278805: Enhance BMP image loading - JDK-8278972, CVE-2022-21496: Improve URL supports - JDK-8281388: Change wrapping of EncryptedPrivateKeyInfo * Other changes - JDK-8065704: Set LC_ALL=C for all relevant commands in the build system - JDK-8177814: jdk/editpad is not in jdk TEST.groups - JDK-8186780: clang fastdebug assertion failure in os_linux_x86:os::verify_stack_alignment() - JDK-8190748: java/text/Format/DateFormat/DateFormatTest.java and NonGregorianFormatTest fail intermittently - JDK-8193277: SimpleFileObject inconsistency between getName and getShortName - JDK-8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable - JDK-8202142: jfr/event/io/TestInstrumentation is unstable - JDK-8207011: Remove uses of the register storage class specifier - JDK-8207793: [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased - JDK-8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException - JDK-8210194: [TESTBUG] jvmti_FollowRefObjects.cpp missing initializer for member _jvmtiHeapCallbacks::heap_reference_callback - JDK-8210236: Prepare ciReceiverTypeData::translate_receiver_data_from for concurrent class unloading - JDK-8211170: AArch64: Warnings in C1 and template interpreter - JDK-8211333: AArch64: Fix another build failure after JDK-8211029 - JDK-8214004: Missing space between compiler thread name and task info in hs_err - JDK-8214026: Canonicalized archive paths appearing in diagnostics - JDK-8214761: Bug in parallel Kahan summation implementation - JDK-8216969: ParseException thrown for certain months with russian locale - JDK-8220634: SymLinkArchiveTest should handle not being able to create symlinks - JDK-8222825: ARM32 SIGILL issue on single core CPU (not supported PLDW instruction) - JDK-8223142: Clean-up WS and CB. - JDK-8225559: assertion error at TransTypes.visitApply - JDK-8232533: G1 uses only a single thread for pretouching the java heap - JDK-8233827: Enable screenshots in the enhanced failure handler on Linux/macOS - JDK-8233986: ProblemList javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java for windows-x64 - JDK-8234930: Use MAP_JIT when allocating pages for code cache on macOS - JDK-8236210: javac generates wrong annotation for fields generated from record components - JDK-8236505: Mark jdk/editpad/EditPadTest.java as @headful - JDK-8237787: rewrite vmTestbase/vm/compiler/CodeCacheInfo* from shell to java - JDK-8237798: rewrite vmTestbase/jit/tiered from shell to java - JDK-8239502: [TEST_BUG] Test javax/swing/text/FlowView/6318524/bug6318524.java never fails - JDK-8240904: Screen flashes on test failures when running tests from make - JDK-8241004: NMT tests fail on unaligned thread size with debug build - JDK-8241423: NUMA APIs fail to work in dockers due to dependent syscalls are disabled by default - JDK-8247272: SA ELF file support has never worked for 64-bit causing address to symbol name mapping to fail - JDK-8247515: OSX pc_to_symbol() lookup does not work with core files - JDK-8249019: clean up FileInstaller $test.src $cwd in vmTestbase_vm_compiler tests - JDK-8250750: JDK-8247515 fix for OSX pc_to_symbol() lookup fails with some symbols - JDK-8251126: nsk.share.GoldChecker should read golden file from ${test.src} - JDK-8251127: clean up FileInstaller $test.src $cwd in remaining vmTestbase_vm_compiler tests - JDK-8251132: make main classes public in vmTestbase/jit tests - JDK-8251558: J2DBench should support shaped and translucent windows - JDK-8251998: remove usage of PropertyResolvingWrapper in vmTestbase/jit/t - JDK-8252005: narrow disabling of allowSmartActionArgs in vmTestbase - JDK-8253197: vmTestbase/nsk/jvmti/StopThread/stopthrd007/TestDescription.java fails with "ERROR: DebuggeeSleepingThread: ThreadDeath lost" - JDK-8253816: Support macOS W^X - JDK-8253817: Support macOS Aarch64 ABI in Interpreter - JDK-8253818: Support macOS Aarch64 ABI for compiled wrappers - JDK-8253819: Implement os/cpu for macOS/AArch64 - JDK-8253839: Update tests and JDK code for macOS/Aarch64 - JDK-8254072: AArch64: Get rid of --disable-warnings-as-errors on Windows+ARM64 build - JDK-8254085: javax/swing/text/Caret/TestCaretPositionJTextPane.java failed with "RuntimeException: Wrong caret position" - JDK-8254827: JVMCI: Enable it for Windows+AArch64 - JDK-8254940: AArch64: Cleanup non-product thread members - JDK-8254941: Implement Serviceability Agent for macOS/AArch64 - JDK-8255035: Update BCEL to Version 6.5.0 - JDK-8255239: The timezone of the hs_err_pid log file is corrupted in Japanese locale - JDK-8255410: Add ChaCha20 and Poly1305 support to SunPKCS11 provider - JDK-8255776: Change build system for macOS/AArch64 - JDK-8256154: Some TestNG tests require default constructors - JDK-8256321: Some "inactive" color profiles use the wrong profile class - JDK-8256373: [Windows/HiDPI] The Frame#setBounds does not work in a minimized state - JDK-8257467: [TESTBUG] -Wdeprecated-declarations is reported at sigset() in exesigtest.c - JDK-8257769: Cipher.getParameters() throws NPE for ChaCha20-Poly1305 - JDK-8258554: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F - JDK-8261107: ArrayIndexOutOfBoundsException in the ICC_Profile.getInstance(InputStream) - JDK-8261205: AssertionError: Cannot add metadata to an intersection type - JDK-8262134: compiler/uncommontrap/TestDeoptOOM.java failed with "guarantee(false) failed: wrong number of expression stack elements during deopt" - JDK-8262894: [macos_aarch64] SIGBUS in Assembler::ld_st2 - JDK-8262896: [macos_aarch64] Crash in jni_fast_GetLongField - JDK-8262903: [macos_aarch64] Thread::current() called on detached thread - JDK-8263185: Mallinfo deprecated in glibc 2.33 - JDK-8264650: Cross-compilation to macos/aarch64 - JDK-8265150: AsyncGetCallTrace crashes on ResourceMark - JDK-8266168: -Wmaybe-uninitialized happens in check_code.c - JDK-8266170: -Wnonnull happens in classLoaderData.inline.hpp - JDK-8266171: -Warray-bounds happens in imageioJPEG.c - JDK-8266172: -Wstringop-overflow happens in vmError.cpp - JDK-8266173: -Wmaybe-uninitialized happens in jni_util.c - JDK-8266174: -Wmisleading-indentation happens in libmlib_image sources - JDK-8266176: -Wmaybe-uninitialized happens in libArrayIndexOutOfBoundsExceptionTest.c - JDK-8266187: Memory leak in appendBootClassPath() - JDK-8266421: Deadlock in Sound System - JDK-8266889: [macosx-aarch64] Crash with SIGBUS in MarkActivationClosure::do_code_blob during vmTestbase/nsk/jvmti/.../bi04t002 test run - JDK-8268014: Build failure on SUSE Linux Enterprise Server 11.4 (s390x) due to 'SYS_get_mempolicy' was not declared - JDK-8268542: serviceability/logging/TestFullNames.java tests only 1st test case - JDK-8268882: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc - JDK-8270874: JFrame paint artifacts when dragged from standard monitor to HiDPI monitor - JDK-8271202: C1: assert(false) failed: live_in set of first block must be empty - JDK-8272345: macos doesn't check `os::set_boot_path()` result - JDK-8272473: Parsing epoch seconds at a DST transition with a non-UTC parser is wrong - JDK-8272541: Incorrect overflow test in Toom-Cook branch of BigInteger multiplication - JDK-8273277: C2: Move conditional negation into rc_predicate - JDK-8273341: Update Siphash to version 1.0 - JDK-8273366: [testbug] javax/swing/UIDefaults/6302464/bug6302464.java fails on macOS12 - JDK-8273433: Enable parallelism in vmTestbase_nsk_sysdict tests - JDK-8273438: Enable parallelism in vmTestbase/metaspace/stressHierarchy tests - JDK-8273514: java/util/DoubleStreamSums/CompensatedSums.java failure - JDK-8273575: memory leak in appendBootClassPath(), paths must be deallocated - JDK-8273634: [TEST_BUG] Improve javax/swing/text/ParagraphView/6364882/bug6364882.java - JDK-8273638: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F - JDK-8273682: Upgrade Jline to 3.20.0 - JDK-8273704: DrawStringWithInfiniteXform.java failed : drawString with InfiniteXform transform takes long time - JDK-8273933: [TESTBUG] Test must run without preallocated exceptions - JDK-8274265: Suspicious string concatenation in logTestUtils.inline.hpp - JDK-8274338: com/sun/jdi/RedefineCrossEvent.java failed "assert(m != __null) failed: NULL mirror" - JDK-8274465: Fix javax/swing/text/ParagraphView/6364882/bug6364882.java failures - JDK-8274523: java/lang/management/MemoryMXBean/MemoryTest.java test should handle Shenandoah - JDK-8274524: SSLSocket.close() hangs if it is called during the ssl handshake - JDK-8274658: ISO 4217 Amendment 170 Update - JDK-8274714: Incorrect verifier protected access error message - JDK-8274736: Concurrent read/close of SSLSockets causes SSLSessions to be invalidated unnecessarily - JDK-8274795: AArch64: avoid spilling and restoring r18 in macro assembler - JDK-8275326: C2: assert(no_dead_loop) failed: dead loop detected - JDK-8275536: Add test to check that File::lastModified returns same time stamp as Files.getLastModifiedTime - JDK-8275610: C2: Object field load floats above its null check resulting in a segfault - JDK-8275650: Problemlist java/io/File/createTempFile/SpecialTempFile.java for Windows 11 - JDK-8275703: System.loadLibrary fails on Big Sur for libraries hidden from filesystem - JDK-8275811: Incorrect instance to dispose - JDK-8276105: C2: Conv(D|F)2(I|L)Nodes::Ideal should handle rounding correctly - JDK-8276141: XPathFactory set/getProperty method - JDK-8276177: nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption failed with "assert(def_ik->is_being_redefined()) failed: should be being redefined to get here" - JDK-8276314: [JVMCI] check alignment of call displacement during code installation - JDK-8276623: JDK-8275650 accidentally pushed "out" file - JDK-8277328: jdk/jshell/CommandCompletionTest.java failures on Windows - JDK-8277342: vmTestbase/nsk/stress/strace/strace004.java fails with SIGSEGV in InstanceKlass::jni_id_for - JDK-8277385: Zero: Enable CompactStrings support - JDK-8277441: CompileQueue::add fails with assert(_last->next() == __null) failed: not last - JDK-8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop - JDK-8277488: Add expiry exception for Digicert (geotrustglobalca) expiring in May 2022 - JDK-8277795: ldap connection timeout not honoured under contention - JDK-8277796: Bump update version for OpenJDK: jdk-11.0.15 - JDK-8277992: Add fast jdk_svc subtests to jdk:tier3 - JDK-8278115: gc/stress/gclocker/TestGCLockerWithSerial.java has duplicate -Xmx - JDK-8278116: runtime/modules/LoadUnloadModuleStress.java has duplicate -Xmx - JDK-8278172: java/nio/channels/FileChannel/BlockDeviceSize.java should only run on Linux - JDK-8278309: [windows] use of uninitialized OSThread::_state - JDK-8278381: [GCC 11] Address::make_raw() does not initialize rspec - JDK-8278384: Bytecodes::result_type() for arraylength returns T_VOID instead of T_INT - JDK-8278758: runtime/BootstrapMethod/BSMCalledTwice.java fails with release VMs after JDK-8262134 - JDK-8278871: [JVMCI] assert((uint)reason < 2* _trap_hist_limit) failed: oob - JDK-8279076: C2: Bad AD file when matching SqrtF with UseSSE=0 - JDK-8279077: JFR crashes on Linux ppc due to missing crash protector in signal handler - JDK-8279225: [arm32] C1 longs comparison operation destroys argument registers - JDK-8279300: [arm32] SIGILL when running GetObjectSizeIntrinsicsTest - JDK-8279379: GHA: Print tests that are in error - JDK-8279669: test/jdk/com/sun/jdi/TestScaffold.java uses wrong condition - JDK-8279702: [macosx] ignore xcodebuild warnings on M1 - JDK-8279833: Loop optimization issue in String.encodeUTF8_UTF16 - JDK-8279924: [PPC64, s390] implement frame::is_interpreted_frame_valid checks - JDK-8279998: PPC64 debug builds fail with "untested: RangeCheckStub: predicate_failed_trap_id" - JDK-8280155: [PPC64, s390] frame size checks are not yet correct - JDK-8280414: Memory leak in DefaultProxySelector - JDK-8280526: x86_32 Math.sqrt performance regression with -XX:UseSSE={0,1} - JDK-8280999: array_bounds should be array-bounds after 8278507 - JDK-8281061: [s390] JFR runs into assertions while validating interpreter frames - JDK-8281520: JFR: A wrong parameter is passed to the constructor of LeakKlassWriter - JDK-8281599: test/lib/jdk/test/lib/KnownOIDs.java is redundant since JDK-8268801 - JDK-8282300: Throws NamingException instead of InvalidNameException after JDK-8278972 - JDK-8282372: [11] build issue on MacOS/aarch64 12.2.1 using Xcode 13.1: call to 'log2_intptr' is ambiguous - JDK-8282397: createTempFile method of java.io.File is failing when called with suffix of spaces character - JDK-8282761: XPathFactoryImpl remove setProperty and getProperty methods - JDK-8283018: 11u GHA: Update GCC 9 minor versions - JDK-8283270: [11u] broken JRT_ENTRY_NO_ASYNC after Backport of JDK-8253795 - JDK-8283778: 11u GHA: Fix GCC 9 ubuntu package names - JDK-8284548: Invalid XPath expression causes StringIndexOutOfBoundsException - JDK-8284920: Incorrect Token type causes XPath expression to return empty result Notes on individual issues: =========================== core-libs/java.io: JDK-8278356: Improve file creation ================================== This release changes the Windows implementation of `java.io.File` so that stricter validity checks are performed by default on file paths. This includes disallowing colons (??:??) in the path other than immediately after a single drive letter. It also disallows paths which represent NTFS Alternate Data Streams (ADS) such as ??filename:streamname??. To disable strict path checking in `java.io.File`, the system property `jdk.io.File.enableADS` should be set to `true` (case ignored). This might be preferable if, for example, Windows special device paths such as `NUL:` are used. security-libs/javax.crypto:pkcs11: JDK-8275737: SunPKCS11 Provider Supports ChaCha20-Poly1305 Cipher and ChaCha20 KeyGenerator if Supported by PKCS11 Library ========================================================================================================================== SunPKCS11 provider is enhanced to support the following crypto services and algorithms when the underlying PKCS11 library supports the corresponding PKCS#11 mechanisms: * ChaCha20 KeyGenerator <=> CKM_CHACHA20_KEY_GEN mechanism * ChaCha20-Poly1305 Cipher <=> CKM_CHACHA20_POLY1305 mechanism * ChaCha20-Poly1305 AlgorithmParameters <=> CKM_CHACHA20_POLY1305 mechanism * ChaCha20 SecretKeyFactory <=> CKM_CHACHA20_POLY1305 mechanism --- lang/openjdk11/Makefile | 5 ++--- lang/openjdk11/distinfo | 10 +++++----- .../patches/patch-src_hotspot_share_libadt_dict.cpp | 10 +++++----- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/lang/openjdk11/Makefile b/lang/openjdk11/Makefile index 8ecb08ae97300..c862232bb32a4 100644 --- a/lang/openjdk11/Makefile +++ b/lang/openjdk11/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.41 2022/04/03 00:30:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/10 14:33:49 ryoon Exp $ DISTNAME= jdk11u-${GITHUB_TAG:C/\+/-/} PKGNAME= openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/} -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=battleblow/} GITHUB_PROJECT= jdk11u -GITHUB_TAG= jdk-11.0.14+9-1 +GITHUB_TAG= jdk-11.0.15+10-1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://openjdk.java.net/ diff --git a/lang/openjdk11/distinfo b/lang/openjdk11/distinfo index 106de8bcabe3f..8aa212ae08694 100644 --- a/lang/openjdk11/distinfo +++ b/lang/openjdk11/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.29 2022/03/05 14:47:24 tnn Exp $ +$NetBSD: distinfo,v 1.30 2022/05/10 14:33:49 ryoon Exp $ BLAKE2s (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = b57b09661581b7dc6e3700a777f030dfa2fef6f953533456686bfd0dde9157d0 SHA512 (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = 6e61996f7e3c3492b0c878644db30d72021dc4096639992e53b4440d4e2e18cd92e5630ecd4600d1917a1e63a7c814b63f74f811a40588febfe19ad8d3208a9d @@ -9,9 +9,9 @@ Size (bootstrap-jdk-1.11.0.5.8-netbsd-7-i386-20190928.tar.xz) = 96662264 bytes BLAKE2s (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 5aac0ec747ac714032dfcb4cc4f093ee3f9ddeb070301856727a8597cedd65cf SHA512 (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 735f47d7398a48f0963c5d629c6c319dfe22d84bacd45f84a34f4784433c8cf6bfe6b356363a4591f035bec4a32e2e38d0a9c6be361aa57e5f0170ad4e16a1ad Size (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 99673444 bytes -BLAKE2s (jdk11u-jdk-11.0.14-9-1.tar.gz) = 5d2033fc14c5555c4be868aea1a85312b2103837b13fd6b93b2fa6798650c79e -SHA512 (jdk11u-jdk-11.0.14-9-1.tar.gz) = c503e74cd7084935d49d17d58da832e099372a5f217dcb4031ea2197c9b691d057946caef6b0f0f713b40a15852cb11ce0540c179948418f9c33243289eceb20 -Size (jdk11u-jdk-11.0.14-9-1.tar.gz) = 122954572 bytes +BLAKE2s (jdk11u-jdk-11.0.15-10-1.tar.gz) = 1ead16eff10210e68cd9c1407a9d729e248bb1ff075606d7fe3e5e62e4cde42d +SHA512 (jdk11u-jdk-11.0.15-10-1.tar.gz) = f2d3b5cea79d737c7f4c5cdd2924aa7fd69fa6fb02fc8672f21060452f7483dc09157a7828642b3e43b033c26eaba0507ddd50491daceb6cf176cea47333857a +Size (jdk11u-jdk-11.0.15-10-1.tar.gz) = 123036045 bytes SHA1 (patch-make_autoconf_flags-cflags.m4) = 3b37853298805e2ffb92d3babd700d0048f24d8d SHA1 (patch-make_autoconf_lib-alsa.m4) = 999fbf951363f6b49b22aad81537728f22d7c381 SHA1 (patch-make_autoconf_lib-bundled.m4) = 8720c3f674955e8a51b2ab7dba80c36d34ba8594 @@ -27,7 +27,7 @@ SHA1 (patch-src_hotspot_os__cpu_bsd__arm_vm__version__bsd__arm__32.cpp) = 8a9941 SHA1 (patch-src_hotspot_os_bsd_os__bsd.cpp) = 6322cbdda03dee528e89ac8b725f3df5e2165797 SHA1 (patch-src_hotspot_os_bsd_os__perf__bsd.cpp) = 7bb57f82f3a93adc1970ed4215148fc02ecbcd5a SHA1 (patch-src_hotspot_os_posix_os__posix.cpp) = e70e8c1e59f0be184a7a1d6e9d11ac7b934ce4b2 -SHA1 (patch-src_hotspot_share_libadt_dict.cpp) = ad7ee25e66232b07db6abe7b13f9d6ed05a61202 +SHA1 (patch-src_hotspot_share_libadt_dict.cpp) = a5c62973f563742d4ccc7db341b33366d14e2a01 SHA1 (patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c) = fbc0aa6656292535fb38344fee7178b6f625f58a SHA1 (patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c) = 39c7afb3c36fa9557d2a660c4b4068b5684c552f SHA1 (patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h) = 121357cb76b4a96c06cc2bf670579e0b27f66fc1 diff --git a/lang/openjdk11/patches/patch-src_hotspot_share_libadt_dict.cpp b/lang/openjdk11/patches/patch-src_hotspot_share_libadt_dict.cpp index d1d2e4ce8e604..6d00ad85e76ae 100644 --- a/lang/openjdk11/patches/patch-src_hotspot_share_libadt_dict.cpp +++ b/lang/openjdk11/patches/patch-src_hotspot_share_libadt_dict.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-src_hotspot_share_libadt_dict.cpp,v 1.1 2020/03/21 10:46:57 rillig Exp $ +$NetBSD: patch-src_hotspot_share_libadt_dict.cpp,v 1.2 2022/05/10 14:33:50 ryoon Exp $ Fix for -Werror=char-subscripts: @@ -15,15 +15,15 @@ code, no matter whether the variable type is signed char or unsigned int. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94247 ---- src/hotspot/share/libadt/dict.cpp.orig 2020-01-15 18:29:57.000000000 +0000 +--- src/hotspot/share/libadt/dict.cpp.orig 2022-05-03 03:11:37.000000000 +0000 +++ src/hotspot/share/libadt/dict.cpp @@ -305,7 +305,8 @@ void Dict::print() { // limited to MAXID characters in length. Experimental evidence on 150K of // C text shows excellent spreading of values for any size hash table. int hashstr(const void *t) { -- register char c, k = 0; +- char c, k = 0; + register char c = 0; + register unsigned char k = 0; - register int32_t sum = 0; - register const char *s = (const char *)t; + int32_t sum = 0; + const char *s = (const char *)t; From bcbf2fd84aab180aadbd1179e366ea551ae1c8dd Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 10 May 2022 14:34:59 +0000 Subject: [PATCH 0100/1154] doc: Updated lang/openjdk11 to 1.11.0.15.10 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 27be95973e7b2..e5ba04f2e277d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2467 2022/05/10 13:06:14 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2468 2022/05/10 14:34:59 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3825,3 +3825,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/js_of_ocaml to 4.0.0 [jaapb 2022-05-10] Updated devel/py-bitarray to 2.5.0 [adam 2022-05-10] Updated devel/py-more-itertools to 8.13.0 [adam 2022-05-10] + Updated lang/openjdk11 to 1.11.0.15.10 [ryoon 2022-05-10] From 758c66994b7afdd49dda4fc91787134556ac11bd Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 10 May 2022 14:45:15 +0000 Subject: [PATCH 0101/1154] libva: Find /dev/dri/* nodes in display=drm (not x11) case under NetBSD Bump PKGREVISION. --- multimedia/libva/Makefile | 3 ++- multimedia/libva/distinfo | 3 ++- .../patches/patch-va_drm_va__drm__utils.c | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 multimedia/libva/patches/patch-va_drm_va__drm__utils.c diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index 6bc6ae2ef1bbb..97f38165025e6 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2022/03/08 08:57:04 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/10 14:45:15 ryoon Exp $ DISTNAME= libva-2.14.0 +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/multimedia/libva/distinfo b/multimedia/libva/distinfo index 1fd8af9246c13..8a552f3c1821d 100644 --- a/multimedia/libva/distinfo +++ b/multimedia/libva/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.18 2022/03/08 08:57:04 wiz Exp $ +$NetBSD: distinfo,v 1.19 2022/05/10 14:45:15 ryoon Exp $ BLAKE2s (libva-2.14.0.tar.bz2) = 2e7046698272e3386795f77b2362dda3ec191b59126d79ccd3dfea73d185f0a7 SHA512 (libva-2.14.0.tar.bz2) = 7ee6f0711929d1c6f6436b69ad0fedcee7e8a450be907d90a7c9741d55de824de471efbc20a398a47af03f5bbacb927daa1f2f780fce6ddfe6bbee21729c95ca Size (libva-2.14.0.tar.bz2) = 502518 bytes +SHA1 (patch-va_drm_va__drm__utils.c) = 5a269316c42ea12afef83636947700d972900fbe diff --git a/multimedia/libva/patches/patch-va_drm_va__drm__utils.c b/multimedia/libva/patches/patch-va_drm_va__drm__utils.c new file mode 100644 index 0000000000000..b82908c0abe67 --- /dev/null +++ b/multimedia/libva/patches/patch-va_drm_va__drm__utils.c @@ -0,0 +1,18 @@ +$NetBSD: patch-va_drm_va__drm__utils.c,v 1.1 2022/05/10 14:45:16 ryoon Exp $ + +* Enable display=drm under NetBSD. Do not use fstat case, but name case. + +--- va/drm/va_drm_utils.c.orig 2022-01-28 16:00:00.000000000 +0000 ++++ va/drm/va_drm_utils.c +@@ -120,9 +120,11 @@ VA_DRM_IsRenderNodeFd(int fd) + struct stat st; + const char *name; + ++#if !defined(__NetBSD__) + /* Check by device node */ + if (fstat(fd, &st) == 0) + return S_ISCHR(st.st_mode) && (st.st_rdev & 0x80); ++#endif + + /* Check by device name */ + name = drmGetDeviceNameFromFd(fd); From 75ef7e12031209b46532a015f75be9149ef98253 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 10 May 2022 14:45:56 +0000 Subject: [PATCH 0102/1154] doc: Updated multimedia/libva to 2.14.0nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e5ba04f2e277d..9bd6767e57397 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2468 2022/05/10 14:34:59 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2469 2022/05/10 14:45:56 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3826,3 +3826,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-bitarray to 2.5.0 [adam 2022-05-10] Updated devel/py-more-itertools to 8.13.0 [adam 2022-05-10] Updated lang/openjdk11 to 1.11.0.15.10 [ryoon 2022-05-10] + Updated multimedia/libva to 2.14.0nb1 [ryoon 2022-05-10] From 9a1a3e8250f60413b6871be4569ca42898c81803 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 16:58:03 +0000 Subject: [PATCH 0103/1154] py-ldap: updated to 3.4.0 Released 3.4.0 2021-11-26 This release requires Python 3.6 or above, and is tested with Python 3.6 to 3.10. Python 2 is no longer supported. New code in the python-ldap project is available under the MIT licence (available in ``LICENCE.MIT`` in the source). Several contributors have agreed to apply this licence their previous contributions as well. See the ``README`` for details. The following undocumented functions are deprecated and scheduled for removal: - ``ldap.cidict.strlist_intersection`` - ``ldap.cidict.strlist_minus`` - ``ldap.cidict.strlist_union`` Security fixes: * Fix inefficient regular expression which allows denial-of-service attacks when parsing specially-crafted LDAP schema. (GHSL-2021-117) Changes: * On MacOS, remove option to make LDAP connections from a file descriptor when built with the system libldap (which lacks the underlying function, ``ldap_init_fd``) * Attribute values of the post read control are now ``bytes`` instead of ISO8859-1 decoded ``str`` * ``LDAPUrl`` now treats urlscheme as case-insensitive * Several OpenLDAP options are now supported: * ``OPT_X_TLS_REQUIRE_SAN`` * ``OPT_X_SASL_SSF_EXTERNAL`` * ``OPT_X_TLS_PEERCERT`` Fixes: * The ``copy()`` method of ``cidict`` was added back. It was unintentionally removed in 3.3.0 * Fixed getting/setting ``SASL`` options on big endian platforms * Unknown LDAP result code are now converted to ``LDAPexception``, rather than raising a ``SystemError``. slapdtest: * Show stderr of slapd -Ttest * ``SlapdObject`` uses directory-based configuration of ``slapd`` * ``SlapdObject`` startup is now faster Infrastructure: * CI now runs on GitHub Actions rather than Travis CI. --- databases/py-ldap/Makefile | 7 ++++--- databases/py-ldap/distinfo | 9 +++++---- .../patches/patch-Lib_slapdtest___slapdtest.py | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 databases/py-ldap/patches/patch-Lib_slapdtest___slapdtest.py diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 0f5754cb1bd43..8503c75504168 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.90 2022/01/04 20:52:42 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2022/05/10 16:58:03 adam Exp $ -DISTNAME= python-ldap-3.3.1 +DISTNAME= python-ldap-3.4.0 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} -PKGREVISION= 1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-ldap/} @@ -11,6 +10,8 @@ HOMEPAGE= https://www.python-ldap.org/ COMMENT= LDAP client API for Python LICENSE= python-software-foundation +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../mk/bsd.prefs.mk" .if !empty(MACHINE_PLATFORM:MNetBSD-[56789].*) && \ empty(MACHINE_PLATFORM:MNetBSD-9.99.*) diff --git a/databases/py-ldap/distinfo b/databases/py-ldap/distinfo index 2fec80574e205..34452444000f8 100644 --- a/databases/py-ldap/distinfo +++ b/databases/py-ldap/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.48 2021/10/26 10:09:50 nia Exp $ +$NetBSD: distinfo,v 1.49 2022/05/10 16:58:03 adam Exp $ -BLAKE2s (python-ldap-3.3.1.tar.gz) = 1fb1ada40aa898ff7def79e4f088a106fae2d2536858e0fd39a620a8cbf9e98c -SHA512 (python-ldap-3.3.1.tar.gz) = 2a1222bf5bbc1d885611fc4f2a25d0b1b64b49ae379f1212f1b3b70fc12fdc547eb6c4af4060a20bf082547b7df8f1824bb1fdfafa37ab21acf2f1e231c4d2d1 -Size (python-ldap-3.3.1.tar.gz) = 379810 bytes +BLAKE2s (python-ldap-3.4.0.tar.gz) = 44b9c665ecb72c279d0c89d45193bb53bab10a1e854f4b50e1774e6df02c36a0 +SHA512 (python-ldap-3.4.0.tar.gz) = d10c10f1d416a0f67e7669c6c0b5460a3484bc31f4af471d581a9207689e5687c08d1ad78ba8d47e0ce0c35d24d79e4b848b4c503534f211a36c1b882bee3605 +Size (python-ldap-3.4.0.tar.gz) = 376169 bytes +SHA1 (patch-Lib_slapdtest___slapdtest.py) = d2f024e735106e97f0b5d48b667e9a40794d3c35 SHA1 (patch-Makefile) = ef130a8711a94cc070f11baf0d481bbc69ff3910 diff --git a/databases/py-ldap/patches/patch-Lib_slapdtest___slapdtest.py b/databases/py-ldap/patches/patch-Lib_slapdtest___slapdtest.py new file mode 100644 index 0000000000000..ed9dd3d8a5c75 --- /dev/null +++ b/databases/py-ldap/patches/patch-Lib_slapdtest___slapdtest.py @@ -0,0 +1,15 @@ +$NetBSD: patch-Lib_slapdtest___slapdtest.py,v 1.1 2022/05/10 16:58:03 adam Exp $ + +Fix test: look for slapadd in sbin. + +--- Lib/slapdtest/_slapdtest.py.orig 2022-05-10 16:52:41.000000000 +0000 ++++ Lib/slapdtest/_slapdtest.py +@@ -259,7 +259,7 @@ class SlapdObject: + self.PATH_LDAPDELETE = self._find_command('ldapdelete') + self.PATH_LDAPMODIFY = self._find_command('ldapmodify') + self.PATH_LDAPWHOAMI = self._find_command('ldapwhoami') +- self.PATH_SLAPADD = self._find_command('slapadd') ++ self.PATH_SLAPADD = self._find_command('slapadd', in_sbin=True) + + self.PATH_SLAPD = os.environ.get('SLAPD', None) + if not self.PATH_SLAPD: From 9ab2ed34758234b17ebf9acf17bbcb45e0d302e7 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 17:00:11 +0000 Subject: [PATCH 0104/1154] py-jupyter_client: updated to 7.3.1 7.3.1 Bugs fixed - Check that channels exist before asking if they are alive - Unicode error correction using Error Handler Maintenance and upkeep improvements - Allow bot PRs to be automatically labeled - [pre-commit.ci] pre-commit autoupdate --- devel/py-jupyter_client/Makefile | 4 ++-- devel/py-jupyter_client/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-jupyter_client/Makefile b/devel/py-jupyter_client/Makefile index a65481f3fb87d..994f2522f9377 100644 --- a/devel/py-jupyter_client/Makefile +++ b/devel/py-jupyter_client/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2022/04/26 12:19:54 adam Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/10 17:00:11 adam Exp $ -DISTNAME= jupyter_client-7.3.0 +DISTNAME= jupyter_client-7.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/} diff --git a/devel/py-jupyter_client/distinfo b/devel/py-jupyter_client/distinfo index e7ea2b2a6226b..9ecb164c1161f 100644 --- a/devel/py-jupyter_client/distinfo +++ b/devel/py-jupyter_client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2022/04/26 12:19:54 adam Exp $ +$NetBSD: distinfo,v 1.23 2022/05/10 17:00:11 adam Exp $ -BLAKE2s (jupyter_client-7.3.0.tar.gz) = eb185610c15fc17fe2c5697232f72407b5dfbe70bbc03e61162e6b40ad87c1e4 -SHA512 (jupyter_client-7.3.0.tar.gz) = 5edf711afe9799fadee901de404ffed5b152618ccab960777a5f17cdb5adc6b945b189502f1dc7b2728fc0abceb668e54f9543eb952738d02500f109df6fa913 -Size (jupyter_client-7.3.0.tar.gz) = 328515 bytes +BLAKE2s (jupyter_client-7.3.1.tar.gz) = 56034c1816210b13a14ea390650c1a76f8ed5ef69233721cb5f65c91608c97ab +SHA512 (jupyter_client-7.3.1.tar.gz) = 86a98288f1be5321b8495d78770501ca45fe3139a482ec41606253eef69eaf4d3f284d1c373d9df64efe28428f32cd1a3b19842a7331b3ac200d780e7a786407 +Size (jupyter_client-7.3.1.tar.gz) = 328697 bytes From 23da6276810a67ee2331cfcb2ab7ff6116d60d3f Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 17:00:29 +0000 Subject: [PATCH 0105/1154] Updated databases/py-ldap, devel/py-jupyter_client --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9bd6767e57397..7f7386de13b45 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2469 2022/05/10 14:45:56 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2470 2022/05/10 17:00:29 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3827,3 +3827,5 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-more-itertools to 8.13.0 [adam 2022-05-10] Updated lang/openjdk11 to 1.11.0.15.10 [ryoon 2022-05-10] Updated multimedia/libva to 2.14.0nb1 [ryoon 2022-05-10] + Updated databases/py-ldap to 3.4.0 [adam 2022-05-10] + Updated devel/py-jupyter_client to 7.3.1 [adam 2022-05-10] From 3c14d4d07500dedc7967378e8060d23c2a480f64 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 17:22:50 +0000 Subject: [PATCH 0106/1154] py-asciinema: updated to 2.2.0 2.2.0 (2022-05-07) * Added official support for Python 3.8, 3.9, 3.10 * Dropped official support for Python 3.5 * Added `--cols` / `--rows` options for overriding size of pseudo-terminal reported to recorded program * Improved behaviour of `--append` when output file doesn't exist * Keyboard input is now explicitly read from a TTY device in addition to stdin (when stdin != TTY) * Recorded program output is now explicitly written to a TTY device instead of stdout * Dash char (`-`) can now be passed as output filename to write asciicast to stdout * Diagnostic messages are now printed to stderr (without colors when stderr != TTY) * Improved robustness of writing asciicast to named pipes * Lots of codebase modernizations (many thanks to Davis @djds Schirmer!) * Many other internal refactorings --- misc/py-asciinema/Makefile | 21 ++++++++-------- misc/py-asciinema/PLIST | 50 ++++++++++++-------------------------- misc/py-asciinema/distinfo | 8 +++--- 3 files changed, 31 insertions(+), 48 deletions(-) diff --git a/misc/py-asciinema/Makefile b/misc/py-asciinema/Makefile index fedf276d08ce5..8f0c46ac0fe6e 100644 --- a/misc/py-asciinema/Makefile +++ b/misc/py-asciinema/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/10 17:22:50 adam Exp $ -DISTNAME= asciinema-2.1.0 +DISTNAME= asciinema-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= misc multimedia python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asciinema/} @@ -11,16 +10,18 @@ HOMEPAGE= https://asciinema.org/ COMMENT= Terminal session recorder LICENSE= gnu-gpl-v3 -USE_LANGUAGES= # none +BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>0:../../devel/py-wheel -PYTHON_VERSIONS_INCOMPATIBLE= 27 +USE_LANGUAGES= # none USE_PKG_RESOURCES= yes -SUBST_CLASSES+= fix-path -SUBST_STAGE.fix-path= pre-configure -SUBST_MESSAGE.fix-path= Fixing paths. -SUBST_FILES.fix-path= setup.py +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +SUBST_CLASSES+= fix-path +SUBST_STAGE.fix-path= pre-configure +SUBST_MESSAGE.fix-path= Fixing paths. +SUBST_FILES.fix-path= setup.cfg SUBST_SED.fix-path= -e 's,share/doc/asciinema,share/doc/asciinema-${PYVERSSUFFIX},g' SUBST_SED.fix-path+= -e 's,share/man/man1,${PKGMANDIR}/man1,g' @@ -30,5 +31,5 @@ post-install: cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 && \ ${MV} asciinema.1 asciinema-${PYVERSSUFFIX}.1 || ${TRUE} -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/py-asciinema/PLIST b/misc/py-asciinema/PLIST index f05307703c209..e84404001f60e 100644 --- a/misc/py-asciinema/PLIST +++ b/misc/py-asciinema/PLIST @@ -1,83 +1,65 @@ -@comment $NetBSD: PLIST,v 1.3 2021/11/29 19:30:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/05/10 17:22:50 adam Exp $ bin/asciinema-${PYVERSSUFFIX} -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/asciinema/__init__.py ${PYSITELIB}/asciinema/__init__.pyc -${PYSITELIB}/asciinema/__init__.pyo ${PYSITELIB}/asciinema/__main__.py ${PYSITELIB}/asciinema/__main__.pyc -${PYSITELIB}/asciinema/__main__.pyo ${PYSITELIB}/asciinema/api.py ${PYSITELIB}/asciinema/api.pyc -${PYSITELIB}/asciinema/api.pyo ${PYSITELIB}/asciinema/asciicast/__init__.py ${PYSITELIB}/asciinema/asciicast/__init__.pyc -${PYSITELIB}/asciinema/asciicast/__init__.pyo ${PYSITELIB}/asciinema/asciicast/events.py ${PYSITELIB}/asciinema/asciicast/events.pyc -${PYSITELIB}/asciinema/asciicast/events.pyo ${PYSITELIB}/asciinema/asciicast/raw.py ${PYSITELIB}/asciinema/asciicast/raw.pyc -${PYSITELIB}/asciinema/asciicast/raw.pyo ${PYSITELIB}/asciinema/asciicast/v1.py ${PYSITELIB}/asciinema/asciicast/v1.pyc -${PYSITELIB}/asciinema/asciicast/v1.pyo ${PYSITELIB}/asciinema/asciicast/v2.py ${PYSITELIB}/asciinema/asciicast/v2.pyc -${PYSITELIB}/asciinema/asciicast/v2.pyo ${PYSITELIB}/asciinema/async_worker.py ${PYSITELIB}/asciinema/async_worker.pyc -${PYSITELIB}/asciinema/async_worker.pyo ${PYSITELIB}/asciinema/commands/__init__.py ${PYSITELIB}/asciinema/commands/__init__.pyc -${PYSITELIB}/asciinema/commands/__init__.pyo ${PYSITELIB}/asciinema/commands/auth.py ${PYSITELIB}/asciinema/commands/auth.pyc -${PYSITELIB}/asciinema/commands/auth.pyo ${PYSITELIB}/asciinema/commands/cat.py ${PYSITELIB}/asciinema/commands/cat.pyc -${PYSITELIB}/asciinema/commands/cat.pyo ${PYSITELIB}/asciinema/commands/command.py ${PYSITELIB}/asciinema/commands/command.pyc -${PYSITELIB}/asciinema/commands/command.pyo ${PYSITELIB}/asciinema/commands/play.py ${PYSITELIB}/asciinema/commands/play.pyc -${PYSITELIB}/asciinema/commands/play.pyo ${PYSITELIB}/asciinema/commands/record.py ${PYSITELIB}/asciinema/commands/record.pyc -${PYSITELIB}/asciinema/commands/record.pyo ${PYSITELIB}/asciinema/commands/upload.py ${PYSITELIB}/asciinema/commands/upload.pyc -${PYSITELIB}/asciinema/commands/upload.pyo ${PYSITELIB}/asciinema/config.py ${PYSITELIB}/asciinema/config.pyc -${PYSITELIB}/asciinema/config.pyo ${PYSITELIB}/asciinema/data/icon-256x256.png +${PYSITELIB}/asciinema/file_writer.py +${PYSITELIB}/asciinema/file_writer.pyc ${PYSITELIB}/asciinema/http_adapter.py ${PYSITELIB}/asciinema/http_adapter.pyc -${PYSITELIB}/asciinema/http_adapter.pyo ${PYSITELIB}/asciinema/notifier.py ${PYSITELIB}/asciinema/notifier.pyc -${PYSITELIB}/asciinema/notifier.pyo ${PYSITELIB}/asciinema/player.py ${PYSITELIB}/asciinema/player.pyc -${PYSITELIB}/asciinema/player.pyo -${PYSITELIB}/asciinema/pty.py -${PYSITELIB}/asciinema/pty.pyc -${PYSITELIB}/asciinema/pty.pyo +${PYSITELIB}/asciinema/pty_.py +${PYSITELIB}/asciinema/pty_.pyc ${PYSITELIB}/asciinema/recorder.py ${PYSITELIB}/asciinema/recorder.pyc -${PYSITELIB}/asciinema/recorder.pyo -${PYSITELIB}/asciinema/term.py -${PYSITELIB}/asciinema/term.pyc -${PYSITELIB}/asciinema/term.pyo +${PYSITELIB}/asciinema/tty_.py +${PYSITELIB}/asciinema/tty_.pyc ${PYSITELIB}/asciinema/urllib_http_adapter.py ${PYSITELIB}/asciinema/urllib_http_adapter.pyc -${PYSITELIB}/asciinema/urllib_http_adapter.pyo man/man1/asciinema-${PYVERSSUFFIX}.1 share/doc/asciinema-${PYVERSSUFFIX}/CHANGELOG.md share/doc/asciinema-${PYVERSSUFFIX}/CODE_OF_CONDUCT.md diff --git a/misc/py-asciinema/distinfo b/misc/py-asciinema/distinfo index d5bb3f32e0910..9fadd40b13060 100644 --- a/misc/py-asciinema/distinfo +++ b/misc/py-asciinema/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/11/29 19:30:34 wiz Exp $ +$NetBSD: distinfo,v 1.6 2022/05/10 17:22:50 adam Exp $ -BLAKE2s (asciinema-2.1.0.tar.gz) = 2f9c61dc1b8033d6e9eba076a04f67cacaa624905a7035a27a8b0dbbbe07aa22 -SHA512 (asciinema-2.1.0.tar.gz) = 653eaaf7ff4ed49202b7b8b7999b1f969698fd08c7ba73c5fc7e005dafb1cd0116804d6553102556001b52f8539a8d0ad1e4c0c9a8a9aa19edcf48fb3f90c4aa -Size (asciinema-2.1.0.tar.gz) = 78899 bytes +BLAKE2s (asciinema-2.2.0.tar.gz) = 68d5083b78618c42b2691fb220e13f9697c0d38f2cd5710eb90553e2e586c452 +SHA512 (asciinema-2.2.0.tar.gz) = 7f521ac7938f085a647dd05d6d8a4652650900d48fd655a7088f8a7259c5aeaa2e0092f888d99c46dc9c06fb2df5366d5ac376b6c2465c4dd3cb8281e20e01ad +Size (asciinema-2.2.0.tar.gz) = 84194 bytes From 3f91872c9391ce50cb4118cb34f20cd4b36f3c00 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 17:25:26 +0000 Subject: [PATCH 0107/1154] py-asn1crypto: updated to 1.5.1 1.5.1 Handle RSASSA-PSS in keys.PrivateKeyInfo.bit_size and keys.PublicKeyInfo.bit_size Handle RSASSA-PSS in keys.PrivateKeyInfo.wrap and keys.PublicKeyInfo.wrap Updated docs for keys.PrivateKeyInfo.algorithm and keys.PublicKeyInfo.algorithm to reflect that they can return "rsassa_pss" 1.5.0 Fix tsp.TimeStampAndCRL to be a core.Sequence instead of a core.SequenceOf via @joernheissler Added OIDs for Edwards curves from RFC 8410 - via @MatthiasValvekens Fixed convenience attributes on algos.EncryptionAlgorithm when the algorithm is RC2 via @joernheissler Added Microsoft OIDs microsoft_enrollment_csp_provider (1.3.6.1.4.1.311.13.2.2), microsoft_os_version (1.3.6.1.4.1.311.13.2.3) and microsoft_request_client_info (1.3.6.1.4.1.311.21.20) to csr.CSRAttributeType along with supporting extension structures via @qha Added Microsoft OID microsoft_enroll_certtype (1.3.6.1.4.1.311.20.2) to x509.ExtensionId via @qha Fixed a few bugs with parsing indefinite-length encodings via @davidben Added various bounds checks to parsing engine via @davidben Fixed a bug with tags not always being minimally encoded via @davidben Fixed cms.RoleSyntax, cms.SecurityCategory and cms.AttCertIssuer to have explicit instead of implicit tagging via @MatthiasValvekens Fixed tagging of, and default value for fields in cms.Clearance via @MatthiasValvekens Fixed calling .dump(force=True) when the value has undefined/unknown core.Sequence fields. Previously the value would be truncated, now the existing encoding is preserved. Added sMIME capabilities (1.2.840.113549.1.9.15) support from RFC 2633 to cms.CMSAttribute via Hellzed --- security/py-asn1crypto/Makefile | 5 ++--- security/py-asn1crypto/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/security/py-asn1crypto/Makefile b/security/py-asn1crypto/Makefile index ed0d3d571dfed..6e4a065e5ff7d 100644 --- a/security/py-asn1crypto/Makefile +++ b/security/py-asn1crypto/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:37 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/10 17:25:26 adam Exp $ -DISTNAME= asn1crypto-1.4.0 +DISTNAME= asn1crypto-1.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asn1crypto/} diff --git a/security/py-asn1crypto/distinfo b/security/py-asn1crypto/distinfo index c5425c07e7fb0..78a0d675d1ccd 100644 --- a/security/py-asn1crypto/distinfo +++ b/security/py-asn1crypto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:17:41 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/10 17:25:26 adam Exp $ -BLAKE2s (asn1crypto-1.4.0.tar.gz) = 1d06bf1a47def5b1069b74422ee204344c64c5b0b21ad8b5cc56dd3beea65a5b -SHA512 (asn1crypto-1.4.0.tar.gz) = 4dc8d4ae3c632811a8d6008d8f458671e10a12034d9906ec67f1156a92621bf4f46abdb32609b433ef976c0c74ad3f4a082bfab6010c85dce886aa8b7efa2164 -Size (asn1crypto-1.4.0.tar.gz) = 118733 bytes +BLAKE2s (asn1crypto-1.5.1.tar.gz) = 7f9d8780e66531c50619728639990d5e8d83bf8ecbe1b01f0869fe73dc75d9b9 +SHA512 (asn1crypto-1.5.1.tar.gz) = 6b75e77c29c90577e0a7fc85972a60d324c3450e4257918caa4307a997a5ce7abc5c7cefa0bbf693592f4dceb8bc5c87f8fe6df1185d0f2dca18511d9d747859 +Size (asn1crypto-1.5.1.tar.gz) = 121080 bytes From 2c7db6f860f9970c1a2b88e2656e3b006863da81 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 May 2022 17:25:45 +0000 Subject: [PATCH 0108/1154] Updated misc/py-asciinema, security/py-asn1crypto --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7f7386de13b45..ad85b1ccd4cb8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2470 2022/05/10 17:00:29 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2471 2022/05/10 17:25:45 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3829,3 +3829,5 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/libva to 2.14.0nb1 [ryoon 2022-05-10] Updated databases/py-ldap to 3.4.0 [adam 2022-05-10] Updated devel/py-jupyter_client to 7.3.1 [adam 2022-05-10] + Updated misc/py-asciinema to 2.2.0 [adam 2022-05-10] + Updated security/py-asn1crypto to 1.5.1 [adam 2022-05-10] From 71f712accd54f2943977bbaa72a211858d949d5c Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 10 May 2022 17:40:58 +0000 Subject: [PATCH 0109/1154] nginx*: Enable http2 by default. Requested by various. --- www/nginx-devel/Makefile | 4 ++-- www/nginx-devel/options.mk | 5 +++-- www/nginx/Makefile | 4 ++-- www/nginx/options.mk | 5 +++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 90e9fb5dc280c..422a886efe951 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2022/04/18 19:12:18 adam Exp $ +# $NetBSD: Makefile,v 1.79 2022/05/10 17:40:58 nia Exp $ DISTNAME= nginx-1.21.6 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx-devel/options.mk b/www/nginx-devel/options.mk index e2ad14c81be0b..5b5710d5703f9 100644 --- a/www/nginx-devel/options.mk +++ b/www/nginx-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2022/04/12 13:15:28 osa Exp $ +# $NetBSD: options.mk,v 1.4 2022/05/10 17:40:58 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx-devel PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug @@ -8,7 +8,8 @@ PKG_SUPPORTED_OPTIONS+= image-filter luajit mail-proxy memcache PKG_SUPPORTED_OPTIONS+= naxsi njs perl push realip rtmp PKG_SUPPORTED_OPTIONS+= secure-link set-misc slice ssl status PKG_SUPPORTED_OPTIONS+= stream-ssl-preread sub uwsgi -PKG_SUGGESTED_OPTIONS= pcre ssl + +PKG_SUGGESTED_OPTIONS= http2 pcre ssl PKG_OPTIONS_LEGACY_OPTS+= v2:http2 diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 1b6d648f01f25..e374554dc5006 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.113 2022/04/18 19:12:18 adam Exp $ +# $NetBSD: Makefile,v 1.114 2022/05/10 17:40:58 nia Exp $ DISTNAME= nginx-1.20.2 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx/options.mk b/www/nginx/options.mk index b3302fe8f4bf0..745d22f8ff706 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.77 2022/04/27 20:39:38 wiz Exp $ +# $NetBSD: options.mk,v 1.78 2022/05/10 17:40:58 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug @@ -8,7 +8,8 @@ PKG_SUPPORTED_OPTIONS+= image-filter luajit mail-proxy memcache PKG_SUPPORTED_OPTIONS+= naxsi njs pcre perl push realip rtmp PKG_SUPPORTED_OPTIONS+= secure-link set-misc slice ssl status PKG_SUPPORTED_OPTIONS+= stream-ssl-preread sub upload uwsgi -PKG_SUGGESTED_OPTIONS= pcre ssl + +PKG_SUGGESTED_OPTIONS= http2 pcre ssl PKG_OPTIONS_LEGACY_OPTS+= v2:http2 From 9655aaca1d924cecd4fbfa1fe8b19325ff7f3cf2 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 10 May 2022 18:08:52 +0000 Subject: [PATCH 0110/1154] nginx*: Enable more options from the Triton builds that don't add any more dependencies or distfiles. --- www/nginx-devel/Makefile | 4 ++-- www/nginx-devel/options.mk | 5 +++-- www/nginx/Makefile | 4 ++-- www/nginx/options.mk | 5 +++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 422a886efe951..40b20ea949c3f 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.79 2022/05/10 17:40:58 nia Exp $ +# $NetBSD: Makefile,v 1.80 2022/05/10 18:08:52 nia Exp $ DISTNAME= nginx-1.21.6 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx-devel/options.mk b/www/nginx-devel/options.mk index 5b5710d5703f9..fe54fd966e155 100644 --- a/www/nginx-devel/options.mk +++ b/www/nginx-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2022/05/10 17:40:58 nia Exp $ +# $NetBSD: options.mk,v 1.5 2022/05/10 18:08:52 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx-devel PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug @@ -9,7 +9,8 @@ PKG_SUPPORTED_OPTIONS+= naxsi njs perl push realip rtmp PKG_SUPPORTED_OPTIONS+= secure-link set-misc slice ssl status PKG_SUPPORTED_OPTIONS+= stream-ssl-preread sub uwsgi -PKG_SUGGESTED_OPTIONS= http2 pcre ssl +PKG_SUGGESTED_OPTIONS= auth-request gzip http2 memcache pcre realip +PKG_SUGGESTED_OPTIONS+= slice status ssl uwsgi PKG_OPTIONS_LEGACY_OPTS+= v2:http2 diff --git a/www/nginx/Makefile b/www/nginx/Makefile index e374554dc5006..26162a6d58e9a 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.114 2022/05/10 17:40:58 nia Exp $ +# $NetBSD: Makefile,v 1.115 2022/05/10 18:08:52 nia Exp $ DISTNAME= nginx-1.20.2 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx/options.mk b/www/nginx/options.mk index 745d22f8ff706..75353d1c10b2b 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.78 2022/05/10 17:40:58 nia Exp $ +# $NetBSD: options.mk,v 1.79 2022/05/10 18:08:52 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug @@ -9,7 +9,8 @@ PKG_SUPPORTED_OPTIONS+= naxsi njs pcre perl push realip rtmp PKG_SUPPORTED_OPTIONS+= secure-link set-misc slice ssl status PKG_SUPPORTED_OPTIONS+= stream-ssl-preread sub upload uwsgi -PKG_SUGGESTED_OPTIONS= http2 pcre ssl +PKG_SUGGESTED_OPTIONS= auth-request gzip http2 memcache pcre realip +PKG_SUGGESTED_OPTIONS+= slice status ssl uwsgi PKG_OPTIONS_LEGACY_OPTS+= v2:http2 From f2973ac41835d32743e18c2a8a7cecf1246064d4 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 18:21:45 +0000 Subject: [PATCH 0111/1154] ucview: remove Needs removed unicap --- doc/CHANGES-2022 | 3 +- graphics/Makefile | 3 +- graphics/ucview/DESCR | 10 ----- graphics/ucview/Makefile | 24 ------------ graphics/ucview/PLIST | 39 ------------------- graphics/ucview/distinfo | 8 ---- graphics/ucview/patches/patch-aa | 13 ------- .../patches/patch-src_client-bindings_h | 15 ------- .../patch-src_ucview-client-bindings_h | 15 ------- 9 files changed, 3 insertions(+), 127 deletions(-) delete mode 100644 graphics/ucview/DESCR delete mode 100644 graphics/ucview/Makefile delete mode 100644 graphics/ucview/PLIST delete mode 100644 graphics/ucview/distinfo delete mode 100644 graphics/ucview/patches/patch-aa delete mode 100644 graphics/ucview/patches/patch-src_client-bindings_h delete mode 100644 graphics/ucview/patches/patch-src_ucview-client-bindings_h diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ad85b1ccd4cb8..eb1afe2f2e89e 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2471 2022/05/10 17:25:45 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2472 2022/05/10 18:21:45 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3831,3 +3831,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-jupyter_client to 7.3.1 [adam 2022-05-10] Updated misc/py-asciinema to 2.2.0 [adam 2022-05-10] Updated security/py-asn1crypto to 1.5.1 [adam 2022-05-10] + Removed graphics/ucview [wiz 2022-05-10] diff --git a/graphics/Makefile b/graphics/Makefile index 685c2122407d4..1701c909c9669 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.971 2022/05/09 15:56:08 nia Exp $ +# $NetBSD: Makefile,v 1.972 2022/05/10 18:21:45 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -810,7 +810,6 @@ SUBDIR+= tkpiechart SUBDIR+= tuxpaint SUBDIR+= tuxpaint-config SUBDIR+= tuxpaint-stamps -SUBDIR+= ucview SUBDIR+= urt SUBDIR+= vcg SUBDIR+= veusz diff --git a/graphics/ucview/DESCR b/graphics/ucview/DESCR deleted file mode 100644 index a5be339c9c658..0000000000000 --- a/graphics/ucview/DESCR +++ /dev/null @@ -1,10 +0,0 @@ -UCView is a video capture and display program based on the unicap video -imaging library. Features: - - * High performance live video display utilizing XVideo hardware - acceleration where possible. - * Support of a broad range of video capture devices via the unicap library. - * Audio/Video recording and encoding using the free Ogg Vorbis and Theora - high performance codecs. - * Extensible via a plugins. - * Remote controllable via DBus interface. diff --git a/graphics/ucview/Makefile b/graphics/ucview/Makefile deleted file mode 100644 index 63b342785f740..0000000000000 --- a/graphics/ucview/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.53 2022/04/18 19:11:24 adam Exp $ - -DISTNAME= ucview-0.22 -PKGREVISION= 48 -CATEGORIES= graphics -MASTER_SITES= http://unicap-imaging.org/downloads/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://unicap-imaging.org/ -COMMENT= Video capture and display program based on unicap - -USE_TOOLS+= perl pkg-config gmake intltool -USE_LIBTOOL= yes -USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= yes - -.include "../../devel/GConf/schemas.mk" -.include "../../devel/libglade/buildlink3.mk" -.include "../../graphics/unicap/buildlink3.mk" -.include "../../sysutils/dbus/buildlink3.mk" -.include "../../sysutils/dbus-glib/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" -.include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/ucview/PLIST b/graphics/ucview/PLIST deleted file mode 100644 index e633916691583..0000000000000 --- a/graphics/ucview/PLIST +++ /dev/null @@ -1,39 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:44 joerg Exp $ -bin/ucview -include/ucview/ucview.h -include/ucview/ucview_plugin.h -lib/ucview/plugins/libhistogram.la -man/man1/ucview.1 -share/applications/ucview.desktop -share/dbus-1/services/org.unicap-imaging.UCView.service -share/gconf/schemas/ucview.schemas -share/icons/hicolor/16x16/apps/ucview.png -share/icons/hicolor/48x48/apps/ucview.png -share/locale/de/LC_MESSAGES/ucview.mo -share/locale/fr/LC_MESSAGES/ucview.mo -share/locale/ru/LC_MESSAGES/ucview.mo -share/ucview/icons/asus/41x41/ucview-device-settings.png -share/ucview/icons/asus/41x41/ucview-pause.png -share/ucview/icons/asus/41x41/ucview-play-video.png -share/ucview/icons/asus/41x41/ucview-preferences.png -share/ucview/icons/asus/41x41/ucview-record-video.png -share/ucview/icons/asus/41x41/ucview-save-still-image.png -share/ucview/icons/hicolor/16x16/ucview-device-settings.png -share/ucview/icons/hicolor/16x16/ucview-play-video.png -share/ucview/icons/hicolor/16x16/ucview-record-video.png -share/ucview/icons/hicolor/16x16/ucview-save-still-image.png -share/ucview/icons/hicolor/24x24/ucview-device-settings.png -share/ucview/icons/hicolor/24x24/ucview-play-video.png -share/ucview/icons/hicolor/24x24/ucview-record-video.png -share/ucview/icons/hicolor/24x24/ucview-save-still-image.png -share/ucview/icons/hicolor/32x32/ucview-device-settings.png -share/ucview/icons/hicolor/32x32/ucview-play-video.png -share/ucview/icons/hicolor/32x32/ucview-record-video.png -share/ucview/icons/hicolor/32x32/ucview-save-still-image.png -share/ucview/icons/hicolor/48x48/ucview-device-settings.png -share/ucview/icons/hicolor/48x48/ucview-play-video.png -share/ucview/icons/hicolor/48x48/ucview-record-video.png -share/ucview/icons/hicolor/48x48/ucview-save-still-image.png -share/ucview/logo/ucview-logo.png -share/ucview/ucview.glade -@pkgdir share/ucview/glade diff --git a/graphics/ucview/distinfo b/graphics/ucview/distinfo deleted file mode 100644 index e7c04da4a89e6..0000000000000 --- a/graphics/ucview/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:47:21 nia Exp $ - -BLAKE2s (ucview-0.22.tar.gz) = 35794d4e88bc8d3bd0bc87ea7615a1d535600c9103587085b21dea379aa7a181 -SHA512 (ucview-0.22.tar.gz) = 51798c67bd8a517d16c6abbe24d063db92fc91e15300db01b82937091d2de3a12a6545b439efbcda2c18e6fa34f97ef9333ab0dbcbc7c7667c93c0994ec875f7 -Size (ucview-0.22.tar.gz) = 527712 bytes -SHA1 (patch-aa) = 89d146b187a384125632539fdfa3583ca5202d92 -SHA1 (patch-src_client-bindings_h) = ea7a5c86424655791f1a9f8a0b72540c657d8bf6 -SHA1 (patch-src_ucview-client-bindings_h) = f14284a2aa4fadaccbe7b7362893a5164d204369 diff --git a/graphics/ucview/patches/patch-aa b/graphics/ucview/patches/patch-aa deleted file mode 100644 index 5bb92245f9be2..0000000000000 --- a/graphics/ucview/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/09/09 11:52:36 jmcneill Exp $ - ---- configure.orig 2008-09-08 23:54:36.000000000 -0400 -+++ configure 2008-09-08 23:54:42.000000000 -0400 -@@ -21007,7 +21007,7 @@ - - - --if test x$ENABLE_DBUS == "xyes" ; then -+if test x$ENABLE_DBUS = "xyes" ; then - HAVE_DBUS_TRUE= - HAVE_DBUS_FALSE='#' - else diff --git a/graphics/ucview/patches/patch-src_client-bindings_h b/graphics/ucview/patches/patch-src_client-bindings_h deleted file mode 100644 index 2cf8ef7262137..0000000000000 --- a/graphics/ucview/patches/patch-src_client-bindings_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_client-bindings_h,v 1.1 2012/05/06 19:57:27 dholland Exp $ - -Fix build with latest glib2. - ---- src/client-bindings.h~ 2008-08-04 05:54:47.000000000 +0000 -+++ src/client-bindings.h -@@ -1,7 +1,6 @@ - /* Generated by dbus-binding-tool; do not edit! */ - --#include --#include -+#include - #include - - G_BEGIN_DECLS diff --git a/graphics/ucview/patches/patch-src_ucview-client-bindings_h b/graphics/ucview/patches/patch-src_ucview-client-bindings_h deleted file mode 100644 index 8edad9b56f645..0000000000000 --- a/graphics/ucview/patches/patch-src_ucview-client-bindings_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_ucview-client-bindings_h,v 1.1 2012/05/06 19:57:27 dholland Exp $ - -Fix build with latest glib2. - ---- src/ucview-client-bindings.h~ 2008-08-04 05:54:47.000000000 +0000 -+++ src/ucview-client-bindings.h -@@ -1,7 +1,6 @@ - /* Generated by dbus-binding-tool; do not edit! */ - --#include --#include -+#include - #include - - G_BEGIN_DECLS From 8d4bc36a96566599519ef03fd2b80036090ad7ad Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 10 May 2022 20:47:37 +0000 Subject: [PATCH 0112/1154] {cups,cups-base,libcups}: update to 2.4.1 Changes in CUPS v2.4.1 (27th January 2022) ------------------------------------------ - The default color mode now is now configurable and defaults to the printer's reported default mode - Configuration script now checks linking for -Wl,-pie flags - Fixed memory leaks - in testi18n, in `cups_enum_dests()`, in `_cupsEncodeOption()` and `http_tls_upgrade()` - Fixed missing bracket in de/index.html - Fixed typos in configuration scripts - Removed remaining legacy code for `RIP_MAX_CACHE` environment variable - Removed deprecated directives from cupsctl and cups-files.conf - Removed `purge-jobs` legacy code from CGI scripts and templates Changes in CUPS v2.4.0 (29th November 2021) ------------------------------------------- - Added configure option --with-idle-exit-timeout - Added --with-systemd-timeoutstartsec configure option - DigestOptions now are applied for MD5 Digest authentication defined by RFC 2069 as well - Fixed compilation on Solaris - Fixed and improved German translations Changes in CUPS v2.4rc1 (12th November 2021) -------------------------------------------- - Added warning and debug messages when loading printers if the queue is raw or with driver - Compilation now uses -fstack-protector-strong if available Changes in CUPS v2.4b1 (27th October 2021) ------------------------------------------ - Added support for CUPS running in a Snapcraft snap. - Added basic OAuth 2.0 client support - Added support for AirPrint and Mopria clients - Added configure support for specifying systemd dependencies in the CUPS service file - Added a JSON output mode for `ipptool`. - The `ipptool` command now correctly reports an error when a test file cannot be found. - CUPS library now uses thread safe `getpwnam_r` and `getpwuid_r` functions - Fixed Kerberos authentication for the web interface - The ZPL sample driver now supports more "standard" label sizes - Fixed reporting of printer instances when enumerating and when no options are set for the main instance - Reverted USB read limit enforcement change from CUPS 2.2.12 - The IPP backend did not return the correct status code when a job was canceled at the printer/server - The `testlang` unit test program now loops over all of the available locales by default - The `cupsfilter` command now shows error messages when options are used incorrectly - The PPD functions now treat boolean values as case-insensitive - Temporary queue names no longer end with an underscore - The USB backend now runs as root - Added pkg-config file for libcups - Fixed a PPD memory leak caused by emulator definitions - Fixed a `DISPLAY` bug in `ipptool` - The scheduler now includes the `[Job N]` prefix for job log messages, even when using syslog logging - Added support for locales using the GB18030 character set - `httpReconnect2` did not reset the socket file descriptor when the TLS negotiation failed - `httpUpdate` did not reset the socket file descriptor when the TLS negotiation failed - The IPP backend now retries Validate-Job requests - Now show better error messages when a driver interface program fails to provide a PPD file - Added dark mode support to the CUPS web interface - Added a workaround for Solaris in `httpAddrConnect2` - Fixed an interaction between `--remote-admin` and `--remote-any` for the `cupsctl` command - Now use a 60 second timeout for reading USB backchannel data - The USB backend now tries harder to find a serial number - Fixed `@IF(name)` handling in `cupsd.conf` - Fixed documentation and added examples for CUPS' limited CGI support - Fixed the `lpc` command prompt - Now always pass "localhost" in the `Host:` header when talking over a domain socket or the loopback interface - Fixed a job history update issue in the scheduler - Fixed `job-pages-per-set` value for duplex print jobs. - Fixed an edge case in `ippReadIO` to make sure that only complete attributes and values are retained on an error - Hardened `ippReadIO` to prevent invalid IPP messages from being propagated - The scheduler now supports the "everywhere" model directly - Fixed some IPP Everywhere option mapping problems - Fixed support for "job-hold-until" with the Restart-Job operation - Fixed the default color/grayscale presets for IPP Everywhere PPDs - Fixed support for the 'offline-report' state for all USB backends - Documentation fixes - Localization updates - USB quirk updates - Web interface updates - The `ippeveprinter` tool now automatically uses an available port. - Fixed several Windows TLS and hashing issues. - Deprecated cups-config - Deprecated Kerberos (`AuthType Negotiate`) authentication - Removed support for the (long deprecated and unused) `FontPath`, `ListenBackLog`, `LPDConfigFile`, `KeepAliveTimeout`, `RIPCache`, and `SMBConfigFile` directives in `cupsd.conf` and `cups-files.conf`. - Stubbed out deprecated `httpMD5` functions. - Add test for undefined page ranges during printing. --- print/cups-base/Makefile | 6 +- print/cups-base/PLIST | 78 +++++++- print/cups-base/distinfo | 24 +-- print/cups-base/options.mk | 10 +- .../patches/patch-airprint-conf_mime.convs.in | 37 ---- .../patches/patch-airprint-scheduler_conf.c | 36 ---- .../patches/patch-airprint-scheduler_dirsvc.c | 40 ---- .../patch-airprint-scheduler_printers.c | 36 ---- .../patch-config-scripts_cups-compiler.m4 | 65 +++---- .../patch-config-scripts_cups-directories.m4 | 174 ++++++++---------- .../patch-config-scripts_cups-gssapi.m4 | 75 ++++---- .../patch-config-scripts_cups-libtool.m4 | 15 -- .../patches/patch-cups_http-addrlist.c | 28 ++- .../cups-base/patches/patch-cups_versioning.h | 14 -- .../cups-base/patches/patch-scheduler-conf.c | 12 +- print/cups/Makefile | 3 +- print/cups/Makefile.common | 4 +- print/libcups/Makefile | 9 +- print/libcups/PLIST | 4 +- print/libcups/options.mk | 10 +- 20 files changed, 269 insertions(+), 411 deletions(-) delete mode 100644 print/cups-base/patches/patch-airprint-conf_mime.convs.in delete mode 100644 print/cups-base/patches/patch-airprint-scheduler_conf.c delete mode 100644 print/cups-base/patches/patch-airprint-scheduler_dirsvc.c delete mode 100644 print/cups-base/patches/patch-airprint-scheduler_printers.c delete mode 100644 print/cups-base/patches/patch-config-scripts_cups-libtool.m4 delete mode 100644 print/cups-base/patches/patch-cups_versioning.h diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index bf1b33f49cf0a..ddbcf3f5078fe 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.46 2021/12/08 16:02:31 adam Exp $ +# $NetBSD: Makefile,v 1.47 2022/05/10 20:47:37 markd Exp $ -PKGREVISION= 5 .include "../../print/cups/Makefile.common" PKGNAME= cups-base-${CUPS_VERS} @@ -32,9 +31,6 @@ CONFIGURE_ARGS+= --with-cups-group=${CUPS_GROUP} CONFIGURE_ARGS+= --with-system-groups=${CUPS_SYSTEM_GROUPS:Q} CONFIGURE_ARGS+= --with-exe-file-perm=0755 CONFIGURE_ARGS+= --enable-libpaper -CONFIGURE_ARGS+= --enable-ssl -CONFIGURE_ARGS+= --enable-gnutls -CONFIGURE_ARGS+= --disable-cdsassl CONFIGURE_ARGS+= --without-bundledir CONFIGURE_ARGS+= --without-icondir CONFIGURE_ARGS+= --without-menudir diff --git a/print/cups-base/PLIST b/print/cups-base/PLIST index aadbbcf612a65..32fbee12c0888 100644 --- a/print/cups-base/PLIST +++ b/print/cups-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2020/10/16 15:29:25 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/10 20:47:37 markd Exp $ bin/cancel bin/cupstestppd bin/ippeveprinter @@ -184,6 +184,7 @@ share/cups/ipptool/print-job-hold.test share/cups/ipptool/print-job-letter.test share/cups/ipptool/print-job-manual.test share/cups/ipptool/print-job-media-col.test +share/cups/ipptool/print-job-media-needed.test share/cups/ipptool/print-job-password.test share/cups/ipptool/print-job.test share/cups/ipptool/print-uri.test @@ -219,6 +220,71 @@ share/cups/templates/class.tmpl share/cups/templates/classes-header.tmpl share/cups/templates/classes.tmpl share/cups/templates/command.tmpl +share/cups/templates/da/add-class.tmpl +share/cups/templates/da/add-printer.tmpl +share/cups/templates/da/admin.tmpl +share/cups/templates/da/choose-device.tmpl +share/cups/templates/da/choose-make.tmpl +share/cups/templates/da/choose-model.tmpl +share/cups/templates/da/choose-serial.tmpl +share/cups/templates/da/choose-uri.tmpl +share/cups/templates/da/class-added.tmpl +share/cups/templates/da/class-confirm.tmpl +share/cups/templates/da/class-deleted.tmpl +share/cups/templates/da/class-jobs-header.tmpl +share/cups/templates/da/class-modified.tmpl +share/cups/templates/da/class.tmpl +share/cups/templates/da/classes-header.tmpl +share/cups/templates/da/classes.tmpl +share/cups/templates/da/command.tmpl +share/cups/templates/da/edit-config.tmpl +share/cups/templates/da/error-op.tmpl +share/cups/templates/da/error.tmpl +share/cups/templates/da/header.tmpl +share/cups/templates/da/help-header.tmpl +share/cups/templates/da/help-printable.tmpl +share/cups/templates/da/help-trailer.tmpl +share/cups/templates/da/job-cancel.tmpl +share/cups/templates/da/job-hold.tmpl +share/cups/templates/da/job-move.tmpl +share/cups/templates/da/job-moved.tmpl +share/cups/templates/da/job-release.tmpl +share/cups/templates/da/job-restart.tmpl +share/cups/templates/da/jobs-header.tmpl +share/cups/templates/da/jobs.tmpl +share/cups/templates/da/list-available-printers.tmpl +share/cups/templates/da/modify-class.tmpl +share/cups/templates/da/modify-printer.tmpl +share/cups/templates/da/norestart.tmpl +share/cups/templates/da/option-boolean.tmpl +share/cups/templates/da/option-conflict.tmpl +share/cups/templates/da/option-header.tmpl +share/cups/templates/da/option-pickmany.tmpl +share/cups/templates/da/option-pickone.tmpl +share/cups/templates/da/option-trailer.tmpl +share/cups/templates/da/pager.tmpl +share/cups/templates/da/printer-accept.tmpl +share/cups/templates/da/printer-added.tmpl +share/cups/templates/da/printer-cancel-jobs.tmpl +share/cups/templates/da/printer-configured.tmpl +share/cups/templates/da/printer-confirm.tmpl +share/cups/templates/da/printer-default.tmpl +share/cups/templates/da/printer-deleted.tmpl +share/cups/templates/da/printer-jobs-header.tmpl +share/cups/templates/da/printer-modified.tmpl +share/cups/templates/da/printer-reject.tmpl +share/cups/templates/da/printer-start.tmpl +share/cups/templates/da/printer-stop.tmpl +share/cups/templates/da/printer.tmpl +share/cups/templates/da/printers-header.tmpl +share/cups/templates/da/printers.tmpl +share/cups/templates/da/restart.tmpl +share/cups/templates/da/search.tmpl +share/cups/templates/da/set-printer-options-header.tmpl +share/cups/templates/da/set-printer-options-trailer.tmpl +share/cups/templates/da/test-page.tmpl +share/cups/templates/da/trailer.tmpl +share/cups/templates/da/users.tmpl share/cups/templates/de/add-class.tmpl share/cups/templates/de/add-printer.tmpl share/cups/templates/de/admin.tmpl @@ -663,14 +729,15 @@ share/doc/cups/README.md share/doc/cups/apple-touch-icon.png share/doc/cups/cups-printable.css share/doc/cups/cups.css +share/doc/cups/da/index.html share/doc/cups/de/index.html share/doc/cups/es/index.html +share/doc/cups/fr/index.html share/doc/cups/help/accounting.html share/doc/cups/help/admin.html share/doc/cups/help/api-admin.html share/doc/cups/help/api-filter.html share/doc/cups/help/api-ppd.html -share/doc/cups/help/api-raster.html share/doc/cups/help/cgi.html share/doc/cups/help/cupspm.html share/doc/cups/help/encryption.html @@ -738,22 +805,15 @@ share/doc/cups/help/spec-ppd.html share/doc/cups/help/spec-raster.html share/doc/cups/help/spec-stp.html share/doc/cups/help/translation.html -share/doc/cups/images/color-wheel.png share/doc/cups/images/cups-block-diagram.png share/doc/cups/images/cups-command-chain.png -share/doc/cups/images/cups-icon.png share/doc/cups/images/cups-postscript-chain.png share/doc/cups/images/cups-raster-chain.png share/doc/cups/images/cups.png -share/doc/cups/images/generic.png -share/doc/cups/images/left.gif share/doc/cups/images/raster-organization.png share/doc/cups/images/raster.png -share/doc/cups/images/right.gif share/doc/cups/images/sample-image.png -share/doc/cups/images/sel.gif share/doc/cups/images/smiley.jpg -share/doc/cups/images/unsel.gif share/doc/cups/images/wait.gif share/doc/cups/index.html share/doc/cups/ja/index.html diff --git a/print/cups-base/distinfo b/print/cups-base/distinfo index 33a6b723b8ddc..54cd822bc44dc 100644 --- a/print/cups-base/distinfo +++ b/print/cups-base/distinfo @@ -1,28 +1,22 @@ -$NetBSD: distinfo,v 1.30 2021/10/26 11:12:04 nia Exp $ +$NetBSD: distinfo,v 1.31 2022/05/10 20:47:37 markd Exp $ -BLAKE2s (cups-2.3.3op2-source.tar.gz) = 7ecaf87824cbc49d092c65530dcb1471ca24322cdfbdb893664d9986faed85dd -SHA512 (cups-2.3.3op2-source.tar.gz) = db27dd6fb616bd7ad895b2bdf4ea7b010501358a50dc8f2e7e29558d1cfc088a572b1b35ac512654d3ed410c84df87dc34ca636533a4499117253915d4763117 -Size (cups-2.3.3op2-source.tar.gz) = 7993205 bytes +BLAKE2s (cups-2.4.1-source.tar.gz) = cb4872d4f7dec1c2cbad871053cc31354769cde1f9b30deb17ec3cb3dd9407b2 +SHA512 (cups-2.4.1-source.tar.gz) = 74e83728fcc3baf709176442b26711250fd4d4ede1e81e35b02a5607711067e28cd5a05d5bc3337953f6b2236c5a429b13f3a7f1218a08a2d3c30a8c9b0d96fd +Size (cups-2.4.1-source.tar.gz) = 8113914 bytes SHA1 (patch-ae) = b81d7a2ce457f0d6994d6a084c63aa0a870bb881 SHA1 (patch-ai) = d4aa1b59c77fa2cbf614eb661d9a791311b399c2 -SHA1 (patch-airprint-conf_mime.convs.in) = e0813b7e1da2337191bc6bfc2a6888f4173b8717 -SHA1 (patch-airprint-scheduler_conf.c) = 504e752c1699049cdbe11d8b04814670ddda81d4 -SHA1 (patch-airprint-scheduler_dirsvc.c) = b861ee4cacb110c755e22c8a691b064a6553019d -SHA1 (patch-airprint-scheduler_printers.c) = 027b9b1515ba0fc472f6d3c5308d35849ac5ae3b SHA1 (patch-at) = 9517bff0bf2c892f0723a25f243ba188f7781393 SHA1 (patch-conf-cups-files.conf.in) = b2eccf54e108d8c9e70094acfd9618a66779a84a SHA1 (patch-conf_Makefile) = ba1c6f9e5c1bb8074038f65f4d17bf55e556738e -SHA1 (patch-config-scripts_cups-compiler.m4) = 71c706121fdf7db699a9b9365ac63779e3c23f67 -SHA1 (patch-config-scripts_cups-directories.m4) = ccc795b12064e15b8c325ef39e3b4adfabed407a -SHA1 (patch-config-scripts_cups-gssapi.m4) = 965e54194de9f34f0f252f4993dcf8a8db935003 -SHA1 (patch-config-scripts_cups-libtool.m4) = d255bda2b740a04167e20be1662e3b9c242ed8f2 +SHA1 (patch-config-scripts_cups-compiler.m4) = 5446340c9b4976b0814a72e680025f5cab5da54a +SHA1 (patch-config-scripts_cups-directories.m4) = 272a10e2ae70c589a65d73fe788f62fcbb2392b0 +SHA1 (patch-config-scripts_cups-gssapi.m4) = 8ccde86c99ad5ce96c38ec0c2f76a99dc7f29331 SHA1 (patch-cups-tls.c) = b02bc528b6d551283373f271529d6f1956e1c7df -SHA1 (patch-cups_http-addrlist.c) = aa2524ee1c11450cfa3a46b1aa34c12417322241 +SHA1 (patch-cups_http-addrlist.c) = b8558e6c9a646299e16d7d47ab43bc79f1a0baa0 SHA1 (patch-cups_thread.c) = 453f8bd9e13b7b824cc7add75ea9ef49b8e0c991 -SHA1 (patch-cups_versioning.h) = 51bfad8f0d399d5087e05773e002e4ab17f00f1c SHA1 (patch-doc-help-man-cups-files.conf.html) = c26754104788eb619e69e49d6d51bf84ab047876 SHA1 (patch-man-cups-files.conf.man.in) = 51c06d39e20bf8c39c784fec1f32f6c8100cf821 -SHA1 (patch-scheduler-conf.c) = 1e3e116b6a0b5696656afe259ed48f6274ff6b57 +SHA1 (patch-scheduler-conf.c) = 3e8dda2dc04c31a58a902c70161724a57bdc3e43 SHA1 (patch-scheduler-conf.h) = cd5c49579795c69b50abbff2b0f9604ffe8bfa5a SHA1 (patch-scheduler-main.c) = a5410c7f78756506d23d705dfa93a756fe3e513e SHA1 (patch-scheduler_auth.c) = 686b26286b7ad88363ddc7b394aefbfb3ad26c2d diff --git a/print/cups-base/options.mk b/print/cups-base/options.mk index ebed4ac198a53..054a77245edb1 100644 --- a/print/cups-base/options.mk +++ b/print/cups-base/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2021/01/04 14:32:17 prlw1 Exp $ +# $NetBSD: options.mk,v 1.6 2022/05/10 20:47:37 markd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cups-base PKG_SUPPORTED_OPTIONS= acl dnssd kerberos pam tcpwrappers @@ -38,11 +38,9 @@ CONFIGURE_ARGS+= --disable-acl .if !empty(PKG_OPTIONS:Mavahi) .include "../../net/avahi/buildlink3.mk" -CONFIGURE_ARGS+= --enable-avahi +CONFIGURE_ARGS+= --with-dnssd=avahi PLIST.ippfind= yes PLIST.dnssd-backend= yes -.else -CONFIGURE_ARGS+= --disable-avahi .endif .if !empty(PKG_OPTIONS:Mdbus) @@ -55,12 +53,10 @@ CONFIGURE_ARGS+= --disable-dbus .if !empty(PKG_OPTIONS:Mdnssd) .include "../../net/mDNSResponder/buildlink3.mk" -CONFIGURE_ARGS+= --enable-dnssd +CONFIGURE_ARGS+= --with-dnssd=yes PLIST.dnssd= yes PLIST.dnssd-backend= yes PLIST.ippfind= yes -.else -CONFIGURE_ARGS+= --disable-dnssd .endif .if !empty(PKG_OPTIONS:Mkerberos) diff --git a/print/cups-base/patches/patch-airprint-conf_mime.convs.in b/print/cups-base/patches/patch-airprint-conf_mime.convs.in deleted file mode 100644 index 38d4aba4d429d..0000000000000 --- a/print/cups-base/patches/patch-airprint-conf_mime.convs.in +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-airprint-conf_mime.convs.in,v 1.2 2020/05/26 08:36:56 triaxx Exp $ - -From bbc3507a260d29db3fc5601826f33c10f9dccd1e Mon Sep 17 00:00:00 2001 -From: Till Kamppeter -Date: Tue, 9 Aug 2016 18:11:29 +0200 -Subject: Patch to support Apple AirPrint (printing from iPhone, iPad, iPod - Touch to a CUPS server) - -Bug-Ubuntu: https://bugs.launchpad.net/bugs/711779 -Bug-Ubuntu: https://bugs.launchpad.net/bugs/1054495 -Bug-Debian: http://bugs.debian.org/700961 -Bug: https://cups.org/str.php?L4341 -Last-Update: 2015-02-10 - -Patch-Name: airprint-support.patch ---- - conf/mime.convs.in | 3 +++ - conf/mime.types | 3 +++ - scheduler/conf.c | 2 +- - scheduler/dirsvc.c | 6 ++++++ - scheduler/printers.c | 4 +++- - 5 files changed, 16 insertions(+), 2 deletions(-) - -diff --git a/conf/mime.convs.in b/conf/mime.convs.in -index bffd04f84..33ce812e3 100644 ---- conf/mime.convs.in.orig -+++ conf/mime.convs.in -@@ -44,6 +44,9 @@ application/postscript application/vnd.cups-postscript 66 pstops - application/vnd.cups-raster image/pwg-raster 100 rastertopwg - application/vnd.cups-raster image/urf 100 rastertopwg - -+# Needed for printing from iOS (AirPrint) clients -+image/urf application/pdf 100 - -+ - ######################################################################## - # - # Raw filter... diff --git a/print/cups-base/patches/patch-airprint-scheduler_conf.c b/print/cups-base/patches/patch-airprint-scheduler_conf.c deleted file mode 100644 index d7f7c35a3cb06..0000000000000 --- a/print/cups-base/patches/patch-airprint-scheduler_conf.c +++ /dev/null @@ -1,36 +0,0 @@ -$NetBSD: patch-airprint-scheduler_conf.c,v 1.2 2019/11/17 21:22:03 leot Exp $ - -From bbc3507a260d29db3fc5601826f33c10f9dccd1e Mon Sep 17 00:00:00 2001 -From: Till Kamppeter -Date: Tue, 9 Aug 2016 18:11:29 +0200 -Subject: Patch to support Apple AirPrint (printing from iPhone, iPad, iPod - Touch to a CUPS server) - -Bug-Ubuntu: https://bugs.launchpad.net/bugs/711779 -Bug-Ubuntu: https://bugs.launchpad.net/bugs/1054495 -Bug-Debian: http://bugs.debian.org/700961 -Bug: https://cups.org/str.php?L4341 -Last-Update: 2015-02-10 - -Patch-Name: airprint-support.patch ---- - conf/mime.convs.in | 3 +++ - conf/mime.types | 3 +++ - scheduler/conf.c | 2 +- - scheduler/dirsvc.c | 6 ++++++ - scheduler/printers.c | 4 +++- - 5 files changed, 16 insertions(+), 2 deletions(-) - -diff --git a/scheduler/conf.c b/scheduler/conf.c -index 9c1be7089..52f2a6d35 100644 ---- scheduler/conf.c.orig -+++ scheduler/conf.c -@@ -745,7 +745,7 @@ cupsdReadConfiguration(void) - DefaultShared = CUPS_DEFAULT_DEFAULT_SHARED; - - #if defined(HAVE_DNSSD) || defined(HAVE_AVAHI) -- cupsdSetString(&DNSSDSubTypes, "_cups,_print"); -+ cupsdSetString(&DNSSDSubTypes, "_cups,_print,_universal"); - cupsdClearString(&DNSSDHostName); - #endif /* HAVE_DNSSD || HAVE_AVAHI */ - diff --git a/print/cups-base/patches/patch-airprint-scheduler_dirsvc.c b/print/cups-base/patches/patch-airprint-scheduler_dirsvc.c deleted file mode 100644 index 8fcc7fa87e73b..0000000000000 --- a/print/cups-base/patches/patch-airprint-scheduler_dirsvc.c +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-airprint-scheduler_dirsvc.c,v 1.2 2020/05/26 08:36:56 triaxx Exp $ - -From bbc3507a260d29db3fc5601826f33c10f9dccd1e Mon Sep 17 00:00:00 2001 -From: Till Kamppeter -Date: Tue, 9 Aug 2016 18:11:29 +0200 -Subject: Patch to support Apple AirPrint (printing from iPhone, iPad, iPod - Touch to a CUPS server) - -Bug-Ubuntu: https://bugs.launchpad.net/bugs/711779 -Bug-Ubuntu: https://bugs.launchpad.net/bugs/1054495 -Bug-Debian: http://bugs.debian.org/700961 -Bug: https://cups.org/str.php?L4341 -Last-Update: 2015-02-10 - -Patch-Name: airprint-support.patch ---- - conf/mime.convs.in | 3 +++ - conf/mime.types | 3 +++ - scheduler/conf.c | 2 +- - scheduler/dirsvc.c | 6 ++++++ - scheduler/printers.c | 4 +++- - 5 files changed, 16 insertions(+), 2 deletions(-) - -diff --git a/scheduler/dirsvc.c b/scheduler/dirsvc.c -index 3dab90ca9..f21942af3 100644 ---- scheduler/dirsvc.c.orig -+++ scheduler/dirsvc.c -@@ -440,6 +440,12 @@ dnssdBuildTxtRecord( - keyvalue[count ][0] = "pdl"; - keyvalue[count++][1] = p->pdl ? p->pdl : "application/postscript"; - -+ /* iOS 6 does not accept this printer as AirPrint printer if there is -+ no URF txt record or "URF=none", "DM3" is the minimum needed found -+ by try and error */ -+ keyvalue[count ][0] = "URF"; -+ keyvalue[count++][1] = "DM3"; -+ - if (get_auth_info_required(p, air_str, sizeof(air_str))) - { - keyvalue[count ][0] = "air"; diff --git a/print/cups-base/patches/patch-airprint-scheduler_printers.c b/print/cups-base/patches/patch-airprint-scheduler_printers.c deleted file mode 100644 index 825ec06632794..0000000000000 --- a/print/cups-base/patches/patch-airprint-scheduler_printers.c +++ /dev/null @@ -1,36 +0,0 @@ -$NetBSD: patch-airprint-scheduler_printers.c,v 1.3 2020/01/29 22:56:50 prlw1 Exp $ - -From debian: -From 7147c814439aafb26ff0262a7d6b8ef56d20969f Mon Sep 17 00:00:00 2001 -From: Till Kamppeter -Date: Tue, 9 Aug 2016 18:11:04 +0200 -Subject: For PWG Raster, add required IPP attributes - -Add required by IPP Everywhere for PWG Raster when PWG Raster as input format -is supported - -Bug-Upstream: https://www.cups.org/str.php?L4428 -Last-Update: 2015-02-10 -Patch-Name: pwg-raster-attributes.patch - -First two hunks of that patch are no longer needed: -https://github.com/apple/cups/issues/5641 ---- - scheduler/printers.c | 77 +++++++++++++++++++++++++++++++++++++++++++- - 1 file changed, 76 insertions(+), 1 deletion(-) - -diff --git a/scheduler/printers.c b/scheduler/printers.c -index bb99907ad..a0ebcbd3e 100644 ---- scheduler/printers.c.orig 2019-11-17 12:21:47.966025953 +0000 -+++ scheduler/printers.c -@@ -3731,7 +3806,9 @@ add_printer_formats(cupsd_printer_t *p) - } - else if (!_cups_strcasecmp(type->super, "image")) - { -- if (!_cups_strcasecmp(type->type, "jpeg")) -+ if (!_cups_strcasecmp(type->type, "urf")) -+ strlcat(pdl, "image/urf,", sizeof(pdl)); -+ else if (!_cups_strcasecmp(type->type, "jpeg")) - strlcat(pdl, "image/jpeg,", sizeof(pdl)); - else if (!_cups_strcasecmp(type->type, "png")) - strlcat(pdl, "image/png,", sizeof(pdl)); diff --git a/print/cups-base/patches/patch-config-scripts_cups-compiler.m4 b/print/cups-base/patches/patch-config-scripts_cups-compiler.m4 index 075b2f66d3385..16a820a7d873e 100644 --- a/print/cups-base/patches/patch-config-scripts_cups-compiler.m4 +++ b/print/cups-base/patches/patch-config-scripts_cups-compiler.m4 @@ -1,42 +1,33 @@ -$NetBSD: patch-config-scripts_cups-compiler.m4,v 1.3 2020/05/26 08:36:56 triaxx Exp $ +$NetBSD: patch-config-scripts_cups-compiler.m4,v 1.4 2022/05/10 20:47:37 markd Exp $ Disable SSP checks, leave pkgsrc to enable/disable it. PIE needs to be tested with linking. ---- config-scripts/cups-compiler.m4.orig 2017-11-01 14:57:53.000000000 +0000 +--- config-scripts/cups-compiler.m4.orig 2022-01-27 11:11:42.000000000 +0000 +++ config-scripts/cups-compiler.m4 -@@ -129,12 +129,13 @@ if test -n "$GCC"; then - AC_MSG_CHECKING(whether compiler supports -fstack-protector) - OLDCFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -fstack-protector" -- AC_TRY_LINK(,, -+ AC_TRY_LINK(, [return 0;], - if test "x$LSB_BUILD" = xy; then - # Can't use stack-protector with LSB binaries... -- OPTIM="$OPTIM -fno-stack-protector" -+ : OPTIM="$OPTIM -fno-stack-protector" - else -- OPTIM="$OPTIM -fstack-protector" -+ : OPTIM="$OPTIM -fstack-protector" -+ : LIBS="$LIBS $LIBS_SSP" - fi - AC_MSG_RESULT(yes), - AC_MSG_RESULT(no)) -@@ -151,7 +152,7 @@ if test -n "$GCC"; then - case "$host_os_name" in - darwin*) - CFLAGS="$CFLAGS -fPIE -Wl,-pie" -- AC_TRY_COMPILE(,,[ -+ AC_TRY_LINK(,,[ - PIEFLAGS="-fPIE -Wl,-pie" - AC_MSG_RESULT(yes)], - AC_MSG_RESULT(no)) -@@ -159,7 +160,7 @@ if test -n "$GCC"; then - - *) - CFLAGS="$CFLAGS -fPIE -pie" -- AC_TRY_COMPILE(,,[ -+ AC_TRY_LINK(,,[ - PIEFLAGS="-fPIE -pie" - AC_MSG_RESULT(yes)], - AC_MSG_RESULT(no)) +@@ -131,14 +131,14 @@ AS_IF([test -n "$GCC"], [ + OLDCFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -fstack-protector-strong" + AC_LINK_IFELSE([AC_LANG_PROGRAM()], [ +- OPTIM="$OPTIM -fstack-protector-strong" ++ : OPTIM="$OPTIM -fstack-protector-strong" + AC_MSG_RESULT([yes]) + ], [ + AC_MSG_RESULT([no]) + AC_MSG_CHECKING([whether compiler supports -fstack-protector]) + CFLAGS="$OLDCFLAGS -fstack-protector" + AC_LINK_IFELSE([AC_LANG_PROGRAM()], [ +- OPTIM="$OPTIM -fstack-protector" ++ : OPTIM="$OPTIM -fstack-protector" + AC_MSG_RESULT([yes]) + ], [ + AC_MSG_RESULT([no]) +@@ -164,7 +164,7 @@ AS_IF([test -n "$GCC"], [ + ]) + ], [*], [ + CFLAGS="$CFLAGS -fPIE -pie" +- AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [ ++ AC_LINK_IFELSE([AC_LANG_PROGRAM()], [ + PIEFLAGS="-fPIE -pie" + AC_MSG_RESULT([yes]) + ], [ diff --git a/print/cups-base/patches/patch-config-scripts_cups-directories.m4 b/print/cups-base/patches/patch-config-scripts_cups-directories.m4 index 58064de51b52c..94320c9af64b2 100644 --- a/print/cups-base/patches/patch-config-scripts_cups-directories.m4 +++ b/print/cups-base/patches/patch-config-scripts_cups-directories.m4 @@ -1,4 +1,4 @@ -$NetBSD: patch-config-scripts_cups-directories.m4,v 1.3 2021/03/14 08:43:31 wiz Exp $ +$NetBSD: patch-config-scripts_cups-directories.m4,v 1.4 2022/05/10 20:47:37 markd Exp $ The '$' while loops expand the variables as long as possible so that no references to other variables occur. This is necessary because fontpath @@ -9,22 +9,22 @@ loop. I'm also sure that this is not the Right Way to fix it, but at least it works. ---- config-scripts/cups-directories.m4.orig 2021-02-01 21:10:25.000000000 +0000 +--- config-scripts/cups-directories.m4.orig 2022-01-27 11:11:42.000000000 +0000 +++ config-scripts/cups-directories.m4 -@@ -97,7 +97,7 @@ dnl Fix "libdir" variable... - if test "$libdir" = "\${exec_prefix}/lib"; then - case "$host_os_name" in - linux*) -- if test -d /usr/lib64 -a ! -d /usr/lib64/fakeroot; then -+ if test -d /usr/lib64 -a ! -d /usr/lib64/fakeroot && false; then - libdir="$exec_prefix/lib64" - fi - ;; -@@ -174,7 +174,15 @@ AC_SUBST(CUPS_CACHEDIR) +@@ -95,7 +95,7 @@ AS_IF([test "$sysconfdir" = "\${prefix}/ + dnl Fix "libdir" variable... + AS_IF([test "$libdir" = "\${exec_prefix}/lib"], [ + AS_CASE(["$host_os_name"], [linux*], [ +- AS_IF([test -d /usr/lib64 -a ! -d /usr/lib64/fakeroot], [ ++ AS_IF([test -d /usr/lib64 -a ! -d /usr/lib64/fakeroot && false], [ + libdir="$exec_prefix/lib64" + ], [ + libdir="$exec_prefix/lib" +@@ -132,7 +132,15 @@ AC_SUBST([CUPS_CACHEDIR]) # Data files CUPS_DATADIR="$datadir/cups" --AC_DEFINE_UNQUOTED(CUPS_DATADIR, "$datadir/cups") +-AC_DEFINE_UNQUOTED([CUPS_DATADIR], ["$datadir/cups"], [Location of data files.]) +done=no +while test $done = no; do + case "$CUPS_DATADIR" in @@ -33,41 +33,40 @@ works. + esac +done + -+AC_DEFINE_UNQUOTED(CUPS_DATADIR, "$CUPS_DATADIR") - AC_SUBST(CUPS_DATADIR) ++AC_DEFINE_UNQUOTED([CUPS_DATADIR], ["$CUPS_DATADIR"], [Location of data files.]) + AC_SUBST([CUPS_DATADIR]) # Icon directory -@@ -183,7 +191,11 @@ AC_ARG_WITH(icondir, [ --with-icondir - if test "x$icondir" = x -a -d /usr/share/icons; then - ICONDIR="/usr/share/icons" - else -- ICONDIR="$icondir" -+ if test "x$icondir" = xno; then -+ ICONDIR="" -+ else -+ ICONDIR="$icondir" -+ fi - fi - - AC_SUBST(ICONDIR) -@@ -194,7 +206,11 @@ AC_ARG_WITH(menudir, [ --with-menudir - if test "x$menudir" = x -a -d /usr/share/applications; then - MENUDIR="/usr/share/applications" - else -- MENUDIR="$menudir" -+ if test "x$menudir" = xno; then -+ MENUDIR="" -+ else -+ MENUDIR="$menudir" -+ fi - fi - - AC_SUBST(MENUDIR) -@@ -209,7 +225,15 @@ else - CUPS_DOCROOT="$docdir" - fi - --AC_DEFINE_UNQUOTED(CUPS_DOCROOT, "$docdir") +@@ -145,7 +153,11 @@ AC_ARG_WITH([icondir], AS_HELP_STRING([- + AS_IF([test "x$icondir" = x], [ + ICONDIR="/usr/share/icons" + ], [ +- ICONDIR="$icondir" ++ if test "x$icondir" = xno; then ++ ICONDIR="" ++ else ++ ICONDIR="$icondir" ++ fi + ]) + + AC_SUBST([ICONDIR]) +@@ -160,6 +172,11 @@ AC_ARG_WITH([menudir], AS_HELP_STRING([- + AS_IF([test "x$menudir" = x], [ + MENUDIR="/usr/share/applications" + ], [ ++ if test "x$menudir" = xno; then ++ MENUDIR="" ++ else ++ MENUDIR="$menudir" ++ fi + MENUDIR="$menudir" + ]) + +@@ -179,7 +196,15 @@ AS_IF([test x$docdir = x], [ + CUPS_DOCROOT="$docdir" + ]) + +-AC_DEFINE_UNQUOTED([CUPS_DOCROOT], ["$docdir"], [Location of documentation files.]) +done=no +while test $done = no; do + case "$CUPS_DOCROOT" in @@ -76,31 +75,13 @@ works. + esac +done + -+AC_DEFINE_UNQUOTED(CUPS_DOCROOT, "$CUPS_DOCROOT") - AC_SUBST(CUPS_DOCROOT) - - # Fonts -@@ -221,8 +245,16 @@ else - CUPS_FONTPATH="$fontpath" - fi - --AC_SUBST(CUPS_FONTPATH) -+done=no -+while test $done = no; do -+ case "$CUPS_FONTPATH" in -+ *'$'*) eval "CUPS_FONTPATH=$CUPS_FONTPATH";; -+ *) done=yes;; -+ esac -+done -+ - AC_DEFINE_UNQUOTED(CUPS_FONTPATH, "$CUPS_FONTPATH") -+AC_SUBST(CUPS_FONTPATH) ++AC_DEFINE_UNQUOTED([CUPS_DOCROOT], ["$CUPS_DOCROOT"], [Location of documentation files.]) + AC_SUBST([CUPS_DOCROOT]) # Locale data - if test "$localedir" = "\${datarootdir}/locale"; then -@@ -240,6 +272,14 @@ else - CUPS_LOCALEDIR="$localedir" - fi +@@ -194,6 +219,14 @@ AS_IF([test "$localedir" = "\${datarootd + CUPS_LOCALEDIR="$localedir" + ]) +done=no +while test $done = no; do @@ -110,49 +91,46 @@ works. + esac +done + - AC_DEFINE_UNQUOTED(CUPS_LOCALEDIR, "$CUPS_LOCALEDIR") - AC_SUBST(CUPS_LOCALEDIR) - -@@ -248,7 +288,6 @@ AC_ARG_WITH(logdir, [ --with-logdir + AC_DEFINE_UNQUOTED([CUPS_LOCALEDIR], ["$CUPS_LOCALEDIR"], [Location of localization files.]) + AC_SUBST([CUPS_LOCALEDIR]) - if test x$logdir = x; then - CUPS_LOGDIR="$localstatedir/log/cups" -- AC_DEFINE_UNQUOTED(CUPS_LOGDIR, "$localstatedir/log/cups") - else - CUPS_LOGDIR="$logdir" - fi -@@ -257,10 +296,13 @@ AC_SUBST(CUPS_LOGDIR) +@@ -232,10 +265,18 @@ AC_SUBST([CUPS_LOGDIR]) # Longer-term spool data CUPS_REQUESTS="$localstatedir/spool/cups" --AC_DEFINE_UNQUOTED(CUPS_REQUESTS, "$localstatedir/spool/cups") -+AC_DEFINE_UNQUOTED(CUPS_REQUESTS, "$CUPS_REQUESTS") - AC_SUBST(CUPS_REQUESTS) +-AC_DEFINE_UNQUOTED([CUPS_REQUESTS], ["$localstatedir/spool/cups"], [Location of spool directory.]) ++AC_DEFINE_UNQUOTED([CUPS_REQUESTS], ["$CUPS_REQUESTS"], [Location of spool directory.]) + AC_SUBST([CUPS_REQUESTS]) # Server executables... -+AC_ARG_WITH(serverbindir, [ --with-serverbindir set path for server helper programs],serverbindir="$withval",serverbindir="") ++AC_ARG_WITH([serverbindir], AS_HELP_STRING([--with-serverbindir], [set path for server helper programs]), [ ++ serverbindir="$withval" ++], [ ++ serverbindir="" ++]) + +if test x$serverbindir = x; then - case "$host_os_name" in - *-gnu) - # GNUs -@@ -278,6 +320,10 @@ case "$host_os_name" in - CUPS_SERVERBIN="$exec_prefix/lib/cups" - ;; - esac ++ + AS_CASE(["$host_os_name"], [*-gnu], [ + # GNUs + INSTALL_SYSV="install-sysv" +@@ -250,13 +291,18 @@ AS_CASE(["$host_os_name"], [*-gnu], [ + CUPS_SERVERBIN="$exec_prefix/lib/cups" + ]) + +else + INSTALL_SYSV="" + CUPS_SERVERBIN="$serverbindir" +fi - - AC_DEFINE_UNQUOTED(CUPS_SERVERBIN, "$CUPS_SERVERBIN") - AC_SUBST(CUPS_SERVERBIN) -@@ -285,7 +331,7 @@ AC_SUBST(INSTALL_SYSV) ++ + AC_DEFINE_UNQUOTED([CUPS_SERVERBIN], ["$CUPS_SERVERBIN"], [Location of server programs.]) + AC_SUBST([CUPS_SERVERBIN]) + AC_SUBST([INSTALL_SYSV]) # Configuration files CUPS_SERVERROOT="$sysconfdir/cups" --AC_DEFINE_UNQUOTED(CUPS_SERVERROOT, "$sysconfdir/cups") -+AC_DEFINE_UNQUOTED(CUPS_SERVERROOT, "$CUPS_SERVERROOT") - AC_SUBST(CUPS_SERVERROOT) +-AC_DEFINE_UNQUOTED([CUPS_SERVERROOT], ["$sysconfdir/cups"], [Location of server configuration files.]) ++AC_DEFINE_UNQUOTED([CUPS_SERVERROOT], ["$CUPS_SERVERROOT"], [Location of server configuration files.]) + AC_SUBST([CUPS_SERVERROOT]) # Transient run-time state diff --git a/print/cups-base/patches/patch-config-scripts_cups-gssapi.m4 b/print/cups-base/patches/patch-config-scripts_cups-gssapi.m4 index 0922db8086d2f..c96e6e17abab0 100644 --- a/print/cups-base/patches/patch-config-scripts_cups-gssapi.m4 +++ b/print/cups-base/patches/patch-config-scripts_cups-gssapi.m4 @@ -1,36 +1,49 @@ -$NetBSD: patch-config-scripts_cups-gssapi.m4,v 1.2 2020/05/26 08:36:56 triaxx Exp $ +$NetBSD: patch-config-scripts_cups-gssapi.m4,v 1.3 2022/05/10 20:47:37 markd Exp $ builtin krb5-config in platforms such as solaris do not support the gssapi option, and need an explicit -lgss ---- config-scripts/cups-gssapi.m4.orig 2017-06-30 15:44:38.000000000 +0000 +--- config-scripts/cups-gssapi.m4.orig 2022-01-27 11:11:42.000000000 +0000 +++ config-scripts/cups-gssapi.m4 -@@ -30,19 +30,18 @@ if test x$enable_gssapi != xno; then - AC_MSG_RESULT(no) - fi - ;; -- sunos*) -- # Solaris has a non-standard krb5-config, don't use it! -- AC_CHECK_LIB(gss, gss_display_status, -- AC_DEFINE(HAVE_GSSAPI, 1, [Whether GSSAPI is available]) -+ *) -+ # make sure krb5-config supports gssapi option -+ if $KRB5CONFIG --cflags gssapi 2>&1 | grep "Unknown option" > /dev/null ; then - CFLAGS="`$KRB5CONFIG --cflags` $CFLAGS" - CPPFLAGS="`$KRB5CONFIG --cflags` $CPPFLAGS" -- LIBGSSAPI="-lgss `$KRB5CONFIG --libs`") -- ;; -- *) -+ LIBGSSAPI="-lgss `$KRB5CONFIG --libs`" -+ else - # Other platforms just ask for GSSAPI -- CFLAGS="`$KRB5CONFIG --cflags gssapi` $CFLAGS" -- CPPFLAGS="`$KRB5CONFIG --cflags gssapi` $CPPFLAGS" -- LIBGSSAPI="`$KRB5CONFIG --libs gssapi`" -+ CFLAGS="`$KRB5CONFIG --cflags gssapi` $CFLAGS" -+ CPPFLAGS="`$KRB5CONFIG --cflags gssapi` $CPPFLAGS" -+ LIBGSSAPI="`$KRB5CONFIG --libs gssapi`" -+ fi - ;; - esac - AC_DEFINE(HAVE_GSSAPI, 1, [Whether GSSAPI is available]) +@@ -30,31 +30,22 @@ AS_IF([test x$enable_gssapi = xyes], [ + ], [ + AC_MSG_RESULT([no]) + ]) +- ], [sunos*], [ +- # Solaris has a non-standard krb5-config, don't use it! +- SAVELIBS="$LIBS" +- AC_CHECK_LIB([gss], [gss_display_status], [ +- AC_DEFINE([HAVE_GSSAPI], [1], [Is GSSAPI available?]) +- AS_IF([test "x$KRB5CONFIG" != x], [ +- CFLAGS="$($KRB5CONFIG --cflags) $CFLAGS" +- CPPFLAGS="$($KRB5CONFIG --cflags) $CPPFLAGS" +- LIBGSSAPI="-lgss $($KRB5CONFIG --libs)" +- ], [ +- LIBGSSAPI="-lgss" +- ]) +- ], [ +- AC_MSG_ERROR([--enable-gssapi specified but GSSAPI library cannot be found.]) +- ]) +- LIBS="$SAVELIBS" + ], [*], [ + # Other platforms just ask for GSSAPI + AS_IF([test "x$KRB5CONFIG" = x], [ + AC_MSG_ERROR([--enable-gssapi specified but krb5-config cannot be found.]) + ], [ + AC_DEFINE([HAVE_GSSAPI], [1], [Is GSSAPI available?]) +- CFLAGS="$($KRB5CONFIG --cflags gssapi) $CFLAGS" +- CPPFLAGS="$($KRB5CONFIG --cflags gssapi) $CPPFLAGS" +- LIBGSSAPI="$($KRB5CONFIG --libs gssapi)" ++ # make sure krb5-config supports gssapi option ++ AS_IF([$KRB5CONFIG --cflags gssapi 2>&1 | grep "Unknown option" > /dev/null], [ ++ CFLAGS="$($KRB5CONFIG --cflags) $CFLAGS" ++ CPPFLAGS="$($KRB5CONFIG --cflags) $CPPFLAGS" ++ LIBGSSAPI="-lgss $($KRB5CONFIG --libs)" ++ ], [ ++ CFLAGS="$($KRB5CONFIG --cflags gssapi) $CFLAGS" ++ CPPFLAGS="$($KRB5CONFIG --cflags gssapi) $CPPFLAGS" ++ LIBGSSAPI="$($KRB5CONFIG --libs gssapi)" ++ ]) + ]) + ]) + diff --git a/print/cups-base/patches/patch-config-scripts_cups-libtool.m4 b/print/cups-base/patches/patch-config-scripts_cups-libtool.m4 deleted file mode 100644 index 0025f7c072ddf..0000000000000 --- a/print/cups-base/patches/patch-config-scripts_cups-libtool.m4 +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-config-scripts_cups-libtool.m4,v 1.2 2020/05/26 08:36:56 triaxx Exp $ - -Fix non-portable `==' test(1) operator. - ---- config-scripts/cups-libtool.m4.orig 2017-10-13 18:22:26.000000000 +0000 -+++ config-scripts/cups-libtool.m4 -@@ -10,7 +10,7 @@ dnl - AC_ARG_ENABLE(libtool_unsupported, [ --enable-libtool-unsupported=/path/to/libtool - build with libtool (UNSUPPORTED!)], - [if test x$enable_libtool_unsupported != xno; then -- if test x$enable_libtool_unsupported == xyes; then -+ if test x$enable_libtool_unsupported = xyes; then - AC_MSG_ERROR([Use --enable-libtool-unsupported=/path/to/libtool.]) - fi - LIBTOOL="$enable_libtool_unsupported" diff --git a/print/cups-base/patches/patch-cups_http-addrlist.c b/print/cups-base/patches/patch-cups_http-addrlist.c index f7c14199ea87c..4130d9e6eb840 100644 --- a/print/cups-base/patches/patch-cups_http-addrlist.c +++ b/print/cups-base/patches/patch-cups_http-addrlist.c @@ -1,4 +1,4 @@ -$NetBSD: patch-cups_http-addrlist.c,v 1.1 2020/05/14 19:45:50 joerg Exp $ +$NetBSD: patch-cups_http-addrlist.c,v 1.2 2022/05/10 20:47:37 markd Exp $ Checkout for non-blocking connect is difficult as systems can't agree on whether it is a write condition or an error. Check for both with @@ -6,9 +6,9 @@ poll/select and if either flag is set, use getpeername to determine if the socket was really connected. If it wasn't, drop it correctly from the poll event list as well as to not check stale event masks. ---- cups/http-addrlist.c.orig 2020-05-09 14:07:20.638266583 +0000 +--- cups/http-addrlist.c.orig 2022-01-27 11:11:42.000000000 +0000 +++ cups/http-addrlist.c -@@ -73,8 +73,7 @@ httpAddrConnect2( +@@ -74,8 +74,7 @@ httpAddrConnect2( # ifdef HAVE_POLL struct pollfd pfds[100]; /* Polled file descriptors */ # else @@ -18,7 +18,7 @@ poll event list as well as to not check stale event masks. error_set; /* select() error set */ struct timeval timeout; /* Timeout */ # endif /* HAVE_POLL */ -@@ -280,16 +279,15 @@ httpAddrConnect2( +@@ -290,16 +289,15 @@ httpAddrConnect2( DEBUG_printf(("1httpAddrConnect2: poll() returned %d (%d)", result, errno)); # else @@ -39,7 +39,7 @@ poll event list as well as to not check stale event masks. DEBUG_printf(("1httpAddrConnect2: select() returned %d (%d)", result, errno)); # endif /* HAVE_POLL */ -@@ -308,38 +306,25 @@ httpAddrConnect2( +@@ -318,43 +316,16 @@ httpAddrConnect2( { # ifdef HAVE_POLL DEBUG_printf(("pfds[%d].revents=%x\n", i, pfds[i].revents)); @@ -67,23 +67,35 @@ poll event list as well as to not check stale event masks. - else if (FD_ISSET(fds[i], &error_set)) -# endif /* HAVE_POLL */ - { +-# ifdef __sun +- // Solaris incorrectly returns errors when you poll() a socket that is +- // still connecting. This check prevents us from removing the socket +- // from the pool if the "error" is EINPROGRESS... +- int sockerr; // Current error on socket +- socklen_t socklen = sizeof(sockerr); +- // Size of error variable +- +- if (!getsockopt(fds[i], SOL_SOCKET, SO_ERROR, &sockerr, &socklen) && (!sockerr || sockerr == EINPROGRESS)) +- continue; // Not an error +-# endif // __sun +- - /* - * Error on socket, remove from the "pool"... - */ -- + if (getpeername(fds[i], NULL, 0) == 0) { + *sock = fds[i]; + connaddr = addrs[i]; + break; + } + httpAddrClose(NULL, fds[i]); nfds --; - if (i < nfds) +@@ -362,6 +333,9 @@ httpAddrConnect2( { memmove(fds + i, fds + i + 1, (size_t)(nfds - i) * (sizeof(fds[0]))); memmove(addrs + i, addrs + i + 1, (size_t)(nfds - i) * (sizeof(addrs[0]))); +# ifdef HAVE_POLL -+ memmove(pfds + i, pfds + i + 1, (size_t)(nfds - i) * (sizeof(pfds[0]))); ++ memmove(pfds + i, pfds + i + 1, (size_t)(nfds - i) * (sizeof(pfds[0]))); +# endif /* HAVE_POLL */ } i --; diff --git a/print/cups-base/patches/patch-cups_versioning.h b/print/cups-base/patches/patch-cups_versioning.h deleted file mode 100644 index c721805a76405..0000000000000 --- a/print/cups-base/patches/patch-cups_versioning.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-cups_versioning.h,v 1.1 2021/04/21 13:18:22 adam Exp $ - -Fix building on Darwin. - ---- cups/versioning.h.orig 2021-02-21 14:28:23.000000000 +0000 -+++ cups/versioning.h -@@ -39,6 +39,7 @@ - - # ifdef __APPLE__ - # include -+# include - # endif /* __APPLE__ */ - - # ifdef __has_extension /* Clang */ diff --git a/print/cups-base/patches/patch-scheduler-conf.c b/print/cups-base/patches/patch-scheduler-conf.c index 051e502faaf9f..a3d863a1b8c6b 100644 --- a/print/cups-base/patches/patch-scheduler-conf.c +++ b/print/cups-base/patches/patch-scheduler-conf.c @@ -1,18 +1,18 @@ -$NetBSD: patch-scheduler-conf.c,v 1.2 2019/11/17 21:22:03 leot Exp $ +$NetBSD: patch-scheduler-conf.c,v 1.3 2022/05/10 20:47:38 markd Exp $ Add a PidFile configuration directive to write a PID file. ---- scheduler/conf.c.orig 2019-11-17 12:21:47.927540703 +0000 +--- scheduler/conf.c.orig 2022-04-29 10:12:16.516789874 +0000 +++ scheduler/conf.c -@@ -142,6 +142,7 @@ static const cupsd_var_t cupsfiles_vars[ +@@ -140,6 +140,7 @@ static const cupsd_var_t cupsfiles_vars[ { "CreateSelfSignedCerts", &CreateSelfSignedCerts, CUPSD_VARTYPE_BOOLEAN }, - #endif /* HAVE_SSL */ + #endif /* HAVE_TLS */ { "DataDir", &DataDir, CUPSD_VARTYPE_STRING }, + { "PidFile", &PidFile, CUPSD_VARTYPE_STRING }, { "DocumentRoot", &DocumentRoot, CUPSD_VARTYPE_STRING }, { "ErrorLog", &ErrorLog, CUPSD_VARTYPE_STRING }, { "FileDevice", &FileDevice, CUPSD_VARTYPE_BOOLEAN }, -@@ -579,6 +580,7 @@ cupsdReadConfiguration(void) +@@ -574,6 +575,7 @@ cupsdReadConfiguration(void) cupsdSetString(&RequestRoot, CUPS_REQUESTS); cupsdSetString(&CacheDir, CUPS_CACHEDIR); cupsdSetString(&DataDir, CUPS_DATADIR); @@ -20,7 +20,7 @@ Add a PidFile configuration directive to write a PID file. cupsdSetString(&DocumentRoot, CUPS_DOCROOT); cupsdSetString(&AccessLog, CUPS_LOGDIR "/access_log"); cupsdClearString(&ErrorLog); -@@ -3375,6 +3377,7 @@ read_cupsd_conf(cups_file_t *fp) /* I - +@@ -3397,6 +3399,7 @@ read_cupsd_conf(cups_file_t *fp) /* I - !_cups_strcasecmp(line, "CacheDir") || !_cups_strcasecmp(line, "ConfigFilePerm") || !_cups_strcasecmp(line, "DataDir") || diff --git a/print/cups/Makefile b/print/cups/Makefile index fe910e1c43759..692003d5d5399 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.276 2021/12/08 16:06:12 adam Exp $ +# $NetBSD: Makefile,v 1.277 2022/05/10 20:47:37 markd Exp $ -PKGREVISION= 3 .include "../../print/cups/Makefile.common" PKGNAME= cups-${CUPS_VERS} diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 7ecde9332fa56..e004d5dbe6f4f 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.14 2021/03/14 08:43:31 wiz Exp $ +# $NetBSD: Makefile.common,v 1.15 2022/05/10 20:47:37 markd Exp $ # # used by print/cups/Makefile # used by print/cups-base/Makefile # used by print/libcups/Makefile -CUPS_VERS= 2.3.3op2 +CUPS_VERS= 2.4.1 DISTNAME= cups-${CUPS_VERS}-source CATEGORIES= print diff --git a/print/libcups/Makefile b/print/libcups/Makefile index 7fb4513eb0427..dc38857039432 100644 --- a/print/libcups/Makefile +++ b/print/libcups/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.14 2021/12/08 16:02:32 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/10 20:47:38 markd Exp $ -PKGREVISION= 4 .include "../../print/cups/Makefile.common" PKGNAME= libcups-${CUPS_VERS} @@ -32,9 +31,6 @@ CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/cups CONFIGURE_ARGS+= --with-serverbindir=${PREFIX}/libexec/cups CONFIGURE_ARGS+= --with-components=libcups CONFIGURE_ARGS+= --enable-libpaper -CONFIGURE_ARGS+= --enable-ssl -CONFIGURE_ARGS+= --enable-gnutls -CONFIGURE_ARGS+= --disable-cdsassl CONFIGURE_ARGS+= --with-exe-file-perm=0755 CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q} @@ -65,6 +61,9 @@ SUBST_SED.piefix= -e 's|@PIEFLAGS@||g' SUBST_STAGE.piefix= pre-configure .endif +PKGCONFIG_OVERRIDE+= cups.pc +PKGCONFIG_OVERRIDE_STAGE= post-configure + pre-configure: cd ${WRKSRC} && aclocal && autoconf diff --git a/print/libcups/PLIST b/print/libcups/PLIST index 8f536549830ac..cfce17f8153c5 100644 --- a/print/libcups/PLIST +++ b/print/libcups/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2020/05/16 18:07:56 maya Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/10 20:47:38 markd Exp $ bin/cups-config include/cups/adminutil.h include/cups/array.h @@ -17,8 +17,10 @@ include/cups/transcode.h include/cups/versioning.h lib/libcups.la lib/libcupsimage.la +lib/pkgconfig/cups.pc share/locale/ca/cups_ca.po share/locale/cs/cups_cs.po +share/locale/da/cups_da.po share/locale/de/cups_de.po share/locale/en/cups_en.po share/locale/es/cups_es.po diff --git a/print/libcups/options.mk b/print/libcups/options.mk index 6de5114c5050f..7b13568887bf5 100644 --- a/print/libcups/options.mk +++ b/print/libcups/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2021/01/04 14:32:17 prlw1 Exp $ +# $NetBSD: options.mk,v 1.3 2022/05/10 20:47:38 markd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libcups PKG_SUPPORTED_OPTIONS= acl dnssd kerberos tcpwrappers @@ -26,9 +26,7 @@ CONFIGURE_ARGS+= --disable-acl .if !empty(PKG_OPTIONS:Mavahi) .include "../../net/avahi/buildlink3.mk" -CONFIGURE_ARGS+= --enable-avahi -.else -CONFIGURE_ARGS+= --disable-avahi +CONFIGURE_ARGS+= --with-dnssd=avahi .endif .if !empty(PKG_OPTIONS:Mdbus) @@ -40,9 +38,7 @@ CONFIGURE_ARGS+= --disable-dbus .if !empty(PKG_OPTIONS:Mdnssd) .include "../../net/mDNSResponder/buildlink3.mk" -CONFIGURE_ARGS+= --enable-dnssd -.else -CONFIGURE_ARGS+= --disable-dnssd +CONFIGURE_ARGS+= --with-dnssd=yes .endif .if !empty(PKG_OPTIONS:Mkerberos) From 5dad47547bc326d8e831c6163a1ee0bb64537358 Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 10 May 2022 20:57:35 +0000 Subject: [PATCH 0113/1154] cups-filters: update to 1.28.15 CHANGES IN V1.28.15 - pdftops: In pdftops identify old LaserJets more precisely for working around PostScript interpreter bugs, older printers need Poppler, newer models need Ghostscript CHANGES IN V1.28.14 - pdftopdf: Correct the output when suppressing auto-rotation (option "nopdfAutoRotate"). Depending on the situation pages got cropped in the wrong orientation or de-centered. - pdftopdf: Correct the output when the "orientation-requested" or the "landscape" option is supplied. Output could be de-centered, portrait-oriented pages be wrongly cropped and division of the output page into cells for N-up done in the wrong orientation. - rastertopdf: In PCLm output mode the filter failed to generate PCLm if the printer has no "pclm-source-resolution-default" IPP attribute. CHANGES IN V1.28.13 - pdftopdf: Fix N-up printing when paper is taken long-edge-first by the printer. - pdftopdf: Fix cropping ("print-scaling=none" and "print-scaling=fill") when paper is taken long-edge-first by the printer. - pdftops: Use Poppler for all Apple LaserWriter models. CHANGES IN V1.28.12 - imagetoraster, imagetopdf: Fixed comparison of the image size with the page size for print-scaling=auto. The image size in pixels was compared with the page size in PostScript points (1/72 inch). - imagetoraster, imagetopdf: Fixed the "print-scaling=none" (crop-to-fit) mode, also use crop-to-fit always when requested, do not fall back to fit-to-page when the image size differs significantly from the page size. - libcupsfilters: Changed the default PPI resolution for images as input files from 128 to 200. - implicitclass: Do not check availability of "gs" and "pdftops" executables, instead, check by the presence of "gstoraster" and "pdftoraster" filters whether we have configured cups-filters for Ghostscript and/or Poppler use. - libcupsfilters: In the PPD generator for the driverless utility and cups-browsed add "*cupsFilter2: ..." lines for all supported driverless data formats (PDF, Apple/PWG Raster, PCLm), and add lines for legacy data formats (PCL, PostScript) only if no driverless formats available. - libcupsfilters: Always use encryption for ipps. RFC7472 requires that 'ipps' must be used over HTTPS, but the driverless utility does not enforce encryption. - serial: Add a 10-msec sleep and at the end add a tcdrain(). For some unknown reason, every printing file need sleep a little time to make sure the serial printer receive data is right. - libcupsfilters: Fix resolver functions for DNS-SD-based URIs, to make resolve_uri() also work when DEVICE_URI env variable is set and to make ippfind_based_uri_converter() not re-direct stdin. - pdftopdf: Set default for print-scaling to avoid "should never happem" log messages and undefined behavior. - pdftopdf: Fix orientation-requested = 0. Consider this as "automatic selection and not as error. - pdftopdf: Fixed all combinations of print-scaling and number-up for printers with asymmetric margins (top != bottom or left != right) and for input files containing pages with different sizes and/or orientations. Fixes backported from 2.x branch. - pdftopdf: Add 2% tolerance for input size larger than output page when "print-scaling=auto" or "print-scaling=auto-fit" is used and too large input pages should be scaled, fitting documents not. This prevents a random-looking behavior if input and output page size seem to be equal, but in reality there are slight differences between size dimensions. CHANGES IN V1.28.11 - libcupsfilters: Let PPD generator take default ColorModel from printer. - Braille: In vectortopdf check inkscape version to call inkscape with the correct command line. - Build system: Make missing DejaVuSans.ttf non-fatal in ./configure as the font is only needed for test programs, not for actual use of cups-filters. - libcupsfilters: In imagetoraster() fixed crash with SGray. - cups-browsed: Naming of local queues is matched to CUPS' current naming of temporary queues (no leading or trailing underscores), to avoid duplicates in print dialogs which support CUPS' temporary queues. - libcupsfilters: Make cupsRasterParseIPPOptions() work correctly with PPDs (Issue #436). - libcupsfilters: Let colord_get_profile_for_device_id() not return empty file name, to avoid error messages in CUPS error_log. - foomatic-rip: Debug message was wrongly sent to stdout and not to log --- print/cups-filters/Makefile | 5 ++--- print/cups-filters/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index a305745a8d7cf..08b7df6fda51f 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.161 2022/05/04 21:05:43 wiz Exp $ +# $NetBSD: Makefile,v 1.162 2022/05/10 20:57:35 markd Exp $ -DISTNAME= cups-filters-1.28.10 -PKGREVISION= 4 +DISTNAME= cups-filters-1.28.15 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index 9e846d6e4f997..9986a4829efe0 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.77 2021/10/26 11:12:04 nia Exp $ +$NetBSD: distinfo,v 1.78 2022/05/10 20:57:35 markd Exp $ -BLAKE2s (cups-filters-1.28.10.tar.xz) = fe2e8a675e77b0693b97e4d5803d4461aa9698f45f97daa4d7b0cc0b3b1b546e -SHA512 (cups-filters-1.28.10.tar.xz) = d6079633e10c3cfdc744491df03adc73d98dab0d9c0c6d3bc426b751545ae3434ea875e0841cec9358c19336347903f2832b5f801700b371cc1959e031bfa659 -Size (cups-filters-1.28.10.tar.xz) = 1503924 bytes +BLAKE2s (cups-filters-1.28.15.tar.xz) = f13ded9ee7fdcde6debe2590ef189a2a2a2df16ae952e601a1609e650ff90abe +SHA512 (cups-filters-1.28.15.tar.xz) = cc8d43bba6edb2b839f3be5fcbcdeb7633ed0f0f0c2737bcc6957cf95fb4ded8ee412358cc95fdbf289ae897dd0b7f32e689f02d191a8f15930eb4d2deefd74c +Size (cups-filters-1.28.15.tar.xz) = 1511452 bytes SHA1 (patch-filter_gstoraster.c) = 4eef8d91d8ca26a5a874e29885b836e9670d9e5d SHA1 (patch-filter_mupdftoraster.c) = 81a06cbb3be9a7fd3e797a2effa5ef0aecfc2621 SHA1 (patch-fontembed_test__pdf.c) = 5ffb13a59ed4d860a3ae4355e364059973715290 From 47ce6d196667576e13fff2db6b8cf0c49397d184 Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 10 May 2022 21:00:39 +0000 Subject: [PATCH 0114/1154] update cups related packages --- doc/CHANGES-2022 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index eb1afe2f2e89e..a42b266fd0233 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2472 2022/05/10 18:21:45 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2473 2022/05/10 21:00:39 markd Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3832,3 +3832,7 @@ Changes to the packages collection and infrastructure in 2022: Updated misc/py-asciinema to 2.2.0 [adam 2022-05-10] Updated security/py-asn1crypto to 1.5.1 [adam 2022-05-10] Removed graphics/ucview [wiz 2022-05-10] + Updated print/cups to 2.4.1 [markd 2022-05-10] + Updated print/cups-base to 2.4.1 [markd 2022-05-10] + Updated print/libcups to 2.4.1 [markd 2022-05-10] + Updated print/cups-filters to 1.28.15 [markd 2022-05-10] From 203f4eba31b0977cfab1c63e32bab83c94600c88 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 10 May 2022 21:13:48 +0000 Subject: [PATCH 0115/1154] doc/TODO: - cups, done --- doc/TODO | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index e7e2b8bb9ae1a..762ed68772063 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21838 2022/05/10 13:06:14 adam Exp $ +$NetBSD: TODO,v 1.21839 2022/05/10 21:13:48 wiz Exp $ Suggested new packages ====================== @@ -577,7 +577,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o cssc-1.4.1 o csvkit-1.0.5 o ctemplate-2.4 - o cups-2.4 o cvs-fast-export-1.56 o cxref-1.6e o cygwin_lib-1.5.24.2 @@ -1023,7 +1022,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o libcap-2.49 o libcarddav-14.0.4 o libcec-6.0.2 - o libcups-2.4.1 o libdbusmenu-glib-16.04.0 o libdbusmenu-gtk-16.04.0 o libdbusmenu-gtk-doc-16.04.0 From 334b35f8094615ef37b55fe75e9859b3af7a6005 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 00:19:30 +0000 Subject: [PATCH 0116/1154] qtxdg-tools: add version 3.9.1 (split out from libqtxdg) User tools for libqtxdg. qtxdg-tools contains a CLI MIME tool, qtxdg-mat, for handling file associations and opening files with their default applications. It is maintained by the LXQt project and needed by LXQt Session, in order to be used by xdg-utils. Yet it can be used independently from LXQt, too. --- x11/qtxdg-tools/DESCR | 1 + x11/qtxdg-tools/Makefile | 29 +++++++++++++++++++++++++++++ x11/qtxdg-tools/PLIST | 6 ++++++ x11/qtxdg-tools/distinfo | 5 +++++ 4 files changed, 41 insertions(+) create mode 100644 x11/qtxdg-tools/DESCR create mode 100644 x11/qtxdg-tools/Makefile create mode 100644 x11/qtxdg-tools/PLIST create mode 100644 x11/qtxdg-tools/distinfo diff --git a/x11/qtxdg-tools/DESCR b/x11/qtxdg-tools/DESCR new file mode 100644 index 0000000000000..f547ca80eb42b --- /dev/null +++ b/x11/qtxdg-tools/DESCR @@ -0,0 +1 @@ +User tools for libqtxdg. diff --git a/x11/qtxdg-tools/Makefile b/x11/qtxdg-tools/Makefile new file mode 100644 index 0000000000000..23eba9eb3174c --- /dev/null +++ b/x11/qtxdg-tools/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2022/05/11 00:19:30 gutteridge Exp $ + +DISTNAME= qtxdg-tools-3.9.1 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} +GITHUB_RELEASE= ${PKGVERSION_NOREV} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/lxqt/qtxdg-tools/ +COMMENT= User tools for LXQt components +LICENSE= gnu-lgpl-v2.1 + +USE_CMAKE= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +CONFIGURE_DIRS= build +CMAKE_ARG_PATH= .. + +pre-configure: + ${MKDIR} -p ${WRKSRC}/build + +TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools +TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools + +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/libqtxdg/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/qtxdg-tools/PLIST b/x11/qtxdg-tools/PLIST new file mode 100644 index 0000000000000..2f07a082a7d05 --- /dev/null +++ b/x11/qtxdg-tools/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/11 00:19:30 gutteridge Exp $ +bin/qtxdg-mat +share/cmake/qtxdg-tools/qtxdg-tools-config-version.cmake +share/cmake/qtxdg-tools/qtxdg-tools-config.cmake +share/cmake/qtxdg-tools/qtxdg-tools-targets-release.cmake +share/cmake/qtxdg-tools/qtxdg-tools-targets.cmake diff --git a/x11/qtxdg-tools/distinfo b/x11/qtxdg-tools/distinfo new file mode 100644 index 0000000000000..b39ba0e721a62 --- /dev/null +++ b/x11/qtxdg-tools/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/11 00:19:30 gutteridge Exp $ + +BLAKE2s (qtxdg-tools-3.9.1.tar.xz) = cd0d399c6a3f91b9f190667a85b48aa4ce86c2e56b42a7c3b227a8c7a23e3f0b +SHA512 (qtxdg-tools-3.9.1.tar.xz) = f5bea93ad927967edf13c07ee39a24297fbe06d03e450557afd519b26c3eeed6c9347747efbdc2e0c201a4d51f66cd80a5f2da143544149375d89f36baab5c3f +Size (qtxdg-tools-3.9.1.tar.xz) = 16688 bytes From a50df3efdbe09f8069d70e951e740989e9978c43 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 00:20:47 +0000 Subject: [PATCH 0117/1154] x11/Makefile: add qtxdg-tools --- x11/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/Makefile b/x11/Makefile index 1fb186720e238..245a755b787e2 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.955 2022/04/03 09:01:08 tsutsui Exp $ +# $NetBSD: Makefile,v 1.956 2022/05/11 00:20:47 gutteridge Exp $ # COMMENT= Packages to support the X Window System @@ -399,6 +399,7 @@ SUBDIR+= qt5-qtxmlpatterns SUBDIR+= qt5ct SUBDIR+= qterminal SUBDIR+= qtermwidget +SUBDIR+= qtxdg-tools SUBDIR+= qwt-qt4 SUBDIR+= qwt6-qt4 SUBDIR+= qwt6-qt5 From abfc866f924171275e52f56ebad8a6644c5a6767 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 00:21:45 +0000 Subject: [PATCH 0118/1154] doc: Added x11/qtxdg-tools version 3.9.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index a42b266fd0233..e1d18f3cacfbf 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2473 2022/05/10 21:00:39 markd Exp $ +$NetBSD: CHANGES-2022,v 1.2474 2022/05/11 00:21:45 gutteridge Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3836,3 +3836,4 @@ Changes to the packages collection and infrastructure in 2022: Updated print/cups-base to 2.4.1 [markd 2022-05-10] Updated print/libcups to 2.4.1 [markd 2022-05-10] Updated print/cups-filters to 1.28.15 [markd 2022-05-10] + Added x11/qtxdg-tools version 3.9.1 [gutteridge 2022-05-11] From 27e6ba98e85e452c0e1fd5fb3f6ef4e1305703f2 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 00:30:42 +0000 Subject: [PATCH 0119/1154] libqtxdg: update to 3.9.1 (Specific functionality in this package has now been split out to qtxdg-tools.) libqtxdg-3.9.1 / 2022-05-08 =========================== * Separated `qtxdg-mat` and made installation of config files optional (to prepare for Qt6). --- x11/libqtxdg/Makefile | 10 ++++++++-- x11/libqtxdg/PLIST | 3 +-- x11/libqtxdg/distinfo | 9 +++++---- x11/libqtxdg/patches/patch-CMakeLists.txt | 15 +++++++++++++++ 4 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 x11/libqtxdg/patches/patch-CMakeLists.txt diff --git a/x11/libqtxdg/Makefile b/x11/libqtxdg/Makefile index 72ad1a1c2446a..41a167a9e09ef 100644 --- a/x11/libqtxdg/Makefile +++ b/x11/libqtxdg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2022/04/24 15:00:00 pin Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/11 00:30:42 gutteridge Exp $ -DISTNAME= libqtxdg-3.9.0 +DISTNAME= libqtxdg-3.9.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -18,6 +18,7 @@ USE_LANGUAGES= c c++ CONFIGURE_DIRS= build CMAKE_ARG_PATH= .. +QTXDG_CONF= share/lxqt PKG_SYSCONFSUBDIR= xdg SUBST_CLASSES+= prefix @@ -27,6 +28,11 @@ SUBST_FILES.prefix= src/qtxdg/xdgdirs.cpp SUBST_SED.prefix= -e 's,/etc/xdg,${PKG_SYSCONFDIR},g' SUBST_SED.prefix+= -e 's,/usr/share,${PREFIX}/share,g' +CONF_FILES= ${QTXDG_CONF}/lxqt-qtxdg.conf \ + ${PKG_SYSCONFDIR}/lxqt-qtxdg.conf +CONF_FILES+= ${QTXDG_CONF}/qtxdg.conf \ + ${PKG_SYSCONFDIR}/qtxdg.conf + BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-Bsymbolic BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-Bsymbolic-functions BUILDLINK_TRANSFORM.SunOS+= rm:-fuse-linker-plugin diff --git a/x11/libqtxdg/PLIST b/x11/libqtxdg/PLIST index 0b57cf082f43e..9deb9fcbe681d 100644 --- a/x11/libqtxdg/PLIST +++ b/x11/libqtxdg/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2021/11/19 09:30:11 pin Exp $ -bin/qtxdg-mat +@comment $NetBSD: PLIST,v 1.5 2022/05/11 00:30:42 gutteridge Exp $ include/qt5xdg/XdgAction include/qt5xdg/XdgAutoStart include/qt5xdg/XdgDefaultApps diff --git a/x11/libqtxdg/distinfo b/x11/libqtxdg/distinfo index dfaddb609c45e..1beae02c5e2d6 100644 --- a/x11/libqtxdg/distinfo +++ b/x11/libqtxdg/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.8 2022/04/24 15:00:00 pin Exp $ +$NetBSD: distinfo,v 1.9 2022/05/11 00:30:42 gutteridge Exp $ -BLAKE2s (libqtxdg-3.9.0.tar.xz) = 94fdd6cad1d45c21390f5710595de910b9f1754563818b8671ed6d1144e6c37f -SHA512 (libqtxdg-3.9.0.tar.xz) = ec2763f148125fc62518eedbc28d1c1bed9337c15da566342749cbb3659ed7d5b8771785df116fe3d707f613c5d79337e440993bfa713fbc5b280acc3d687cfa -Size (libqtxdg-3.9.0.tar.xz) = 76760 bytes +BLAKE2s (libqtxdg-3.9.1.tar.xz) = 7d8a5a146f72f3c1615bdf72b52d60a0c1dcaa1e68b291839a44b66b18b2e094 +SHA512 (libqtxdg-3.9.1.tar.xz) = 1b05a10649229a34e3b653c37abefbb02c8b456d77aaabed0e47668818ee29730ea049d96bc5c71c9ad83d1c9c87888195bf228dc9817fd27053f0286752978c +Size (libqtxdg-3.9.1.tar.xz) = 71604 bytes +SHA1 (patch-CMakeLists.txt) = 9935490d2250041107499df3a2324c6478922e5f diff --git a/x11/libqtxdg/patches/patch-CMakeLists.txt b/x11/libqtxdg/patches/patch-CMakeLists.txt new file mode 100644 index 0000000000000..d402d67b44402 --- /dev/null +++ b/x11/libqtxdg/patches/patch-CMakeLists.txt @@ -0,0 +1,15 @@ +$NetBSD: patch-CMakeLists.txt,v 1.1 2022/05/11 00:30:42 gutteridge Exp $ + +Install config files to pkgsrc standard location. + +--- CMakeLists.txt.orig 2022-05-10 19:59:47.077468288 +0000 ++++ CMakeLists.txt +@@ -68,7 +68,7 @@ message(STATUS "Building ${PROJECT_NAME} + if (QTXDG_INSTALL_DEFAPPS_CONFIG) + file(GLOB QTXDG_CONFIG_FILES config/*.conf) + set(QTXDG_DEFAPPS_CONF_INSTALL_DIR +- "${LXQT_ETC_XDG_DIR}" CACHE PATH "Path to qtxdg default apps conf files install dir") ++ "${CMAKE_INSTALL_FULL_DATADIR}/lxqt" CACHE PATH "Path to qtxdg default apps conf files install dir") + mark_as_advanced(QTXDG_DEFAPPS_CONF_INSTALL_DIR) + endif() + From 33d2bbe949abb1f7e93229b30b995733eb36610c Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 00:30:54 +0000 Subject: [PATCH 0120/1154] doc: Updated x11/libqtxdg to 3.9.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e1d18f3cacfbf..b63c0c6b39716 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2474 2022/05/11 00:21:45 gutteridge Exp $ +$NetBSD: CHANGES-2022,v 1.2475 2022/05/11 00:30:54 gutteridge Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3837,3 +3837,4 @@ Changes to the packages collection and infrastructure in 2022: Updated print/libcups to 2.4.1 [markd 2022-05-10] Updated print/cups-filters to 1.28.15 [markd 2022-05-10] Added x11/qtxdg-tools version 3.9.1 [gutteridge 2022-05-11] + Updated x11/libqtxdg to 3.9.1 [gutteridge 2022-05-11] From 80a7d83beec155449975795ff86848f9c7262bb8 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 00:38:08 +0000 Subject: [PATCH 0121/1154] lxqt-session: update to 1.1.1 lxqt-session-1.1.1 / 2022-05-08 ================================ * Added `qtxdg-tools` as a dependency (to be used by `xdg-utils` under LXQt Session). --- x11/lxqt-session/Makefile | 5 +++-- x11/lxqt-session/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/x11/lxqt-session/Makefile b/x11/lxqt-session/Makefile index 492b762ae053b..f73a26f844a4e 100644 --- a/x11/lxqt-session/Makefile +++ b/x11/lxqt-session/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/04/24 15:42:08 pin Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/11 00:38:08 gutteridge Exp $ -DISTNAME= lxqt-session-1.1.0 +DISTNAME= lxqt-session-1.1.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -43,6 +43,7 @@ pre-configure: TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools +DEPENDS+= qtxdg-tools>=3.9.1:../../x11/qtxdg-tools DEPENDS+= xdg-user-dirs-[0-9]*:../../x11/xdg-user-dirs .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/x11/lxqt-session/distinfo b/x11/lxqt-session/distinfo index 76aa617121b34..0a0569846753a 100644 --- a/x11/lxqt-session/distinfo +++ b/x11/lxqt-session/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2022/04/24 15:42:08 pin Exp $ +$NetBSD: distinfo,v 1.12 2022/05/11 00:38:08 gutteridge Exp $ -BLAKE2s (lxqt-session-1.1.0.tar.xz) = dbd4030d355a86edda473ea1f8ba34540dae0d3e8e309fab5b5b93b0abf1c05b -SHA512 (lxqt-session-1.1.0.tar.xz) = d3431197264227b2f813a87b35f5cc18e8c4036e9f429f653da8aed2df8edbbb75b743e94c0e105b0797dff9062027486ba944278c6f03a62afb620bc6967259 -Size (lxqt-session-1.1.0.tar.xz) = 184448 bytes +BLAKE2s (lxqt-session-1.1.1.tar.xz) = 639f081e5c37141b6058e3031f93e19ef37fa5d5c237dc1de3e1551cc69ad4dd +SHA512 (lxqt-session-1.1.1.tar.xz) = a0447fdd3299cc6b82c81bc2767eb690af19326ef0f7c9cf349de368072e7a5eb2bce3e5afd32b1c0f21d3e28a6f2e0eb47d00f76aadbf1651be76b82770a456 +Size (lxqt-session-1.1.1.tar.xz) = 184532 bytes SHA1 (patch-autostart_CMakeLists.txt) = a791cc51e03e794e1bf81bf0d6f8462ba11e2e84 From ef0ea7d6f5f89b3824cc101234ab5d2c27064213 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 00:38:17 +0000 Subject: [PATCH 0122/1154] doc: Updated x11/lxqt-session to 1.1.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b63c0c6b39716..857353932c22a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2475 2022/05/11 00:30:54 gutteridge Exp $ +$NetBSD: CHANGES-2022,v 1.2476 2022/05/11 00:38:17 gutteridge Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3838,3 +3838,4 @@ Changes to the packages collection and infrastructure in 2022: Updated print/cups-filters to 1.28.15 [markd 2022-05-10] Added x11/qtxdg-tools version 3.9.1 [gutteridge 2022-05-11] Updated x11/libqtxdg to 3.9.1 [gutteridge 2022-05-11] + Updated x11/lxqt-session to 1.1.1 [gutteridge 2022-05-11] From 8f6b1c4eeb9e5459007b38768fbdf1dd419851f9 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 00:57:30 +0000 Subject: [PATCH 0123/1154] Apply PKGREVISION bumps due to qtxdg-tools split-out --- audio/pavucontrol-qt/Makefile | 3 ++- graphics/screengrab/Makefile | 3 ++- meta-pkgs/lxqt/Makefile | 8 +++++--- security/lxqt-openssh-askpass/Makefile | 3 ++- security/lxqt-policykit/Makefile | 3 ++- security/lxqt-sudo/Makefile | 3 ++- sysutils/lxqt-powermanagement/Makefile | 3 ++- sysutils/pcmanfm-qt/Makefile | 3 ++- x11/liblxqt/Makefile | 3 ++- x11/liblxqt/buildlink3.mk | 4 ++-- x11/libqtxdg/buildlink3.mk | 6 +++--- x11/lxqt-about/Makefile | 3 ++- x11/lxqt-admin/Makefile | 3 ++- x11/lxqt-config/Makefile | 3 ++- x11/lxqt-globalkeys/Makefile | 3 ++- x11/lxqt-globalkeys/buildlink3.mk | 3 ++- x11/lxqt-notificationd/Makefile | 3 ++- x11/lxqt-panel/Makefile | 3 ++- x11/lxqt-qtplugin/Makefile | 3 ++- x11/lxqt-runner/Makefile | 3 ++- 20 files changed, 44 insertions(+), 25 deletions(-) diff --git a/audio/pavucontrol-qt/Makefile b/audio/pavucontrol-qt/Makefile index 15990c07f8c07..ed185e38f6da4 100644 --- a/audio/pavucontrol-qt/Makefile +++ b/audio/pavucontrol-qt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2022/04/24 15:20:53 pin Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/11 00:57:30 gutteridge Exp $ DISTNAME= pavucontrol-qt-1.1.0 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/graphics/screengrab/Makefile b/graphics/screengrab/Makefile index caa1f980b0691..da28a17b09c1e 100644 --- a/graphics/screengrab/Makefile +++ b/graphics/screengrab/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2022/04/24 15:11:12 pin Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/11 00:57:30 gutteridge Exp $ DISTNAME= screengrab-2.4.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/meta-pkgs/lxqt/Makefile b/meta-pkgs/lxqt/Makefile index fddc61e06da40..5fb29158788d7 100644 --- a/meta-pkgs/lxqt/Makefile +++ b/meta-pkgs/lxqt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2022/04/25 05:56:44 pin Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/11 00:57:30 gutteridge Exp $ PKGNAME= lxqt-1.1.0 +PKGREVISION= 1 CATEGORIES= meta-pkgs MAINTAINER= pkgsrc-users@NetBSD.org @@ -13,7 +14,8 @@ META_PACKAGE= yes TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools -DEPENDS+= libqtxdg>=3.9.0:../../x11/libqtxdg +DEPENDS+= libqtxdg>=3.9.1:../../x11/libqtxdg +DEPENDS+= qtxdg-tools>=3.9.1:../../x11/qtxdg-tools DEPENDS+= liblxqt>=1.1.0:../../x11/liblxqt DEPENDS+= libfm-qt>=1.1.0:../../x11/libfm-qt DEPENDS+= lxqt-themes>=1.1.0:../../graphics/lxqt-themes @@ -29,7 +31,7 @@ DEPENDS+= lxqt-openssh-askpass>=1.1.0:../../security/lxqt-openssh-askpass DEPENDS+= lxqt-notificationd>=1.1.0:../../x11/lxqt-notificationd DEPENDS+= lxqt-powermanagement>=1.1.0:../../sysutils/lxqt-powermanagement DEPENDS+= lxqt-qtplugin>=1.1.0:../../x11/lxqt-qtplugin -DEPENDS+= lxqt-session>=1.1.0:../../x11/lxqt-session +DEPENDS+= lxqt-session>=1.1.1:../../x11/lxqt-session DEPENDS+= lxqt-sudo>=1.1.0:../../security/lxqt-sudo DEPENDS+= pcmanfm-qt>=1.1.0:../../sysutils/pcmanfm-qt DEPENDS+= qterminal>=1.1.0:../../x11/qterminal diff --git a/security/lxqt-openssh-askpass/Makefile b/security/lxqt-openssh-askpass/Makefile index d7aa4cdbf5d8a..16d3fb723f8ef 100644 --- a/security/lxqt-openssh-askpass/Makefile +++ b/security/lxqt-openssh-askpass/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2022/04/24 15:32:07 pin Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/11 00:57:31 gutteridge Exp $ DISTNAME= lxqt-openssh-askpass-1.1.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/security/lxqt-policykit/Makefile b/security/lxqt-policykit/Makefile index 23f0c71511e0d..8a7cfb0c0fcd3 100644 --- a/security/lxqt-policykit/Makefile +++ b/security/lxqt-policykit/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/04/24 15:33:31 pin Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 00:57:31 gutteridge Exp $ DISTNAME= lxqt-policykit-1.1.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index e697626264dc2..6c0bf6542a7b6 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/04/24 15:23:46 pin Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 00:57:31 gutteridge Exp $ DISTNAME= lxqt-sudo-1.1.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/sysutils/lxqt-powermanagement/Makefile b/sysutils/lxqt-powermanagement/Makefile index e7ec822f0962f..87453a3c6773f 100644 --- a/sysutils/lxqt-powermanagement/Makefile +++ b/sysutils/lxqt-powermanagement/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2022/04/24 15:36:21 pin Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/11 00:57:31 gutteridge Exp $ DISTNAME= lxqt-powermanagement-1.1.0 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/sysutils/pcmanfm-qt/Makefile b/sysutils/pcmanfm-qt/Makefile index d2af02a88e721..edc3fd6dacc25 100644 --- a/sysutils/pcmanfm-qt/Makefile +++ b/sysutils/pcmanfm-qt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2022/04/24 15:13:51 pin Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/11 00:57:31 gutteridge Exp $ DISTNAME= pcmanfm-qt-1.1.0 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/x11/liblxqt/Makefile b/x11/liblxqt/Makefile index c55e9cee9ed40..8e83fb4d69672 100644 --- a/x11/liblxqt/Makefile +++ b/x11/liblxqt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2022/04/25 22:38:39 tnn Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/11 00:57:31 gutteridge Exp $ DISTNAME= liblxqt-1.1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/x11/liblxqt/buildlink3.mk b/x11/liblxqt/buildlink3.mk index 00c7c7880ed96..1835fad4a6b3f 100644 --- a/x11/liblxqt/buildlink3.mk +++ b/x11/liblxqt/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2022/04/24 15:01:31 pin Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2022/05/11 00:57:31 gutteridge Exp $ BUILDLINK_TREE+= liblxqt @@ -6,7 +6,7 @@ BUILDLINK_TREE+= liblxqt LIBLXQT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.liblxqt+= liblxqt>=1.1.0 -BUILDLINK_ABI_DEPENDS.liblxqt?= liblxqt>=1.1.0 +BUILDLINK_ABI_DEPENDS.liblxqt?= liblxqt>=1.1.0nb1 BUILDLINK_PKGSRCDIR.liblxqt?= ../../x11/liblxqt .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/x11/libqtxdg/buildlink3.mk b/x11/libqtxdg/buildlink3.mk index cf6a10abaccf7..1b7d25f23e11f 100644 --- a/x11/libqtxdg/buildlink3.mk +++ b/x11/libqtxdg/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.17 2022/04/24 15:00:00 pin Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2022/05/11 00:57:31 gutteridge Exp $ BUILDLINK_TREE+= libqtxdg .if !defined(LIBQTXDG_BUILDLINK3_MK) LIBQTXDG_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libqtxdg+= libqtxdg>=3.9.0 -BUILDLINK_ABI_DEPENDS.libqtxdg?= libqtxdg>=3.9.0 +BUILDLINK_API_DEPENDS.libqtxdg+= libqtxdg>=3.9.1 +BUILDLINK_ABI_DEPENDS.libqtxdg?= libqtxdg>=3.9.1 BUILDLINK_PKGSRCDIR.libqtxdg?= ../../x11/libqtxdg .include "../../devel/glib2/buildlink3.mk" diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index 20086b9c4b883..2749217db5f8e 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/04/24 15:08:06 pin Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 00:57:31 gutteridge Exp $ DISTNAME= lxqt-about-1.1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/x11/lxqt-admin/Makefile b/x11/lxqt-admin/Makefile index 7db3134a5f590..ee50466ea42f5 100644 --- a/x11/lxqt-admin/Makefile +++ b/x11/lxqt-admin/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/04/24 15:09:41 pin Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 00:57:31 gutteridge Exp $ DISTNAME= lxqt-admin-1.1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/x11/lxqt-config/Makefile b/x11/lxqt-config/Makefile index 31ce860e1bee9..f76388e4c23cf 100644 --- a/x11/lxqt-config/Makefile +++ b/x11/lxqt-config/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/04/24 15:30:48 pin Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/11 00:57:32 gutteridge Exp $ DISTNAME= lxqt-config-1.1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile index 1cc8d0c7a2535..51adc8aaf7891 100644 --- a/x11/lxqt-globalkeys/Makefile +++ b/x11/lxqt-globalkeys/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2022/04/24 15:28:13 pin Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/11 00:57:32 gutteridge Exp $ DISTNAME= lxqt-globalkeys-1.1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/x11/lxqt-globalkeys/buildlink3.mk b/x11/lxqt-globalkeys/buildlink3.mk index 76bfcba2aedc7..a968512205e35 100644 --- a/x11/lxqt-globalkeys/buildlink3.mk +++ b/x11/lxqt-globalkeys/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2022/04/24 15:28:13 pin Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2022/05/11 00:57:32 gutteridge Exp $ BUILDLINK_TREE+= lxqt-globalkeys @@ -6,6 +6,7 @@ BUILDLINK_TREE+= lxqt-globalkeys LXQT_GLOBALKEYS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.lxqt-globalkeys+= lxqt-globalkeys>=1.1.0 +BUILDLINK_ABI_DEPENDS.lxqt-globalkeys?= lxqt-globalkeys>=1.1.0nb1 BUILDLINK_PKGSRCDIR.lxqt-globalkeys?= ../../x11/lxqt-globalkeys .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/x11/lxqt-notificationd/Makefile b/x11/lxqt-notificationd/Makefile index c0706f917399e..da24984467010 100644 --- a/x11/lxqt-notificationd/Makefile +++ b/x11/lxqt-notificationd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/04/24 15:29:28 pin Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 00:57:32 gutteridge Exp $ DISTNAME= lxqt-notificationd-1.1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/x11/lxqt-panel/Makefile b/x11/lxqt-panel/Makefile index 701f57d99236e..3b47d7c4e4687 100644 --- a/x11/lxqt-panel/Makefile +++ b/x11/lxqt-panel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2022/04/24 15:39:00 pin Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/11 00:57:32 gutteridge Exp $ DISTNAME= lxqt-panel-1.1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/x11/lxqt-qtplugin/Makefile b/x11/lxqt-qtplugin/Makefile index 5ac82c7d78bc9..8ca25ea55db74 100644 --- a/x11/lxqt-qtplugin/Makefile +++ b/x11/lxqt-qtplugin/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2022/04/24 15:34:56 pin Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/11 00:57:32 gutteridge Exp $ DISTNAME= lxqt-qtplugin-1.1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile index 48cc8233c203f..078f87d9a4a3c 100644 --- a/x11/lxqt-runner/Makefile +++ b/x11/lxqt-runner/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2022/04/24 15:26:48 pin Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/11 00:57:32 gutteridge Exp $ DISTNAME= lxqt-runner-1.1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} From 2ad51ca5679ef12460c08d863e4c0a272f5b6dcf Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 00:57:51 +0000 Subject: [PATCH 0124/1154] doc: Updated meta-pkgs/lxqt to 1.1.0nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 857353932c22a..c06e65a5556a4 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2476 2022/05/11 00:38:17 gutteridge Exp $ +$NetBSD: CHANGES-2022,v 1.2477 2022/05/11 00:57:51 gutteridge Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3839,3 +3839,4 @@ Changes to the packages collection and infrastructure in 2022: Added x11/qtxdg-tools version 3.9.1 [gutteridge 2022-05-11] Updated x11/libqtxdg to 3.9.1 [gutteridge 2022-05-11] Updated x11/lxqt-session to 1.1.1 [gutteridge 2022-05-11] + Updated meta-pkgs/lxqt to 1.1.0nb1 [gutteridge 2022-05-11] From 8e60ba0ac8bfde52073a140cc31cc3111709afba Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 01:03:28 +0000 Subject: [PATCH 0125/1154] qtxdg-tools: improve DESCR --- x11/qtxdg-tools/DESCR | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11/qtxdg-tools/DESCR b/x11/qtxdg-tools/DESCR index f547ca80eb42b..83116f92432c2 100644 --- a/x11/qtxdg-tools/DESCR +++ b/x11/qtxdg-tools/DESCR @@ -1 +1,7 @@ -User tools for libqtxdg. +User tools for libqtxdg. qtxdg-tools contains a CLI MIME tool, qtxdg-mat, +for handling file associations and opening files with their default +applications. + +It is maintained by the LXQt project and needed by LXQt Session, in +order to be used by xdg-utils. Yet it can be used independently from +LXQt, too. From 6b5e235e8e1783b369a19a04653c19094fc27241 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 11 May 2022 06:47:02 +0000 Subject: [PATCH 0126/1154] curl: update to 7.83.1. This release includes the following bugfixes: o altsvc: fix host name matching for trailing dots [31] o cirrus: Update to FreeBSD 12.3 [24] o cirrus: Use pip for Python packages on FreeBSD [23] o conn: fix typo 'connnection' -> 'connection' in two function names [1] o cookies: make bad_domain() not consider a trailing dot fine [26] o curl: free resource in error path [3] o curl: guard against size_t wraparound in no-clobber code [4] o CURLOPT_DOH_URL.3: mention the known bug [19] o CURLOPT_HSTS*FUNCTION.3: document the involved structs as well [20] o CURLOPT_SSH_AUTH_TYPES.3: fix the default [18] o data/test376: set a proper name o GHA/mbedtls: enabled nghttp2 in the build [11] o gha: build msh3 [5] o gskit: fixed bogus setsockopt calls [17] o gskit: remove unused function set_callback [2] o hsts: ignore trailing dots when comparing hosts names [28] o HTTP-COOKIES: add missing CURLOPT_COOKIESESSION [40] o http: move Curl_allow_auth_to_host() [9] o http_proxy/hyper: handle closed connections [34] o hyper: fix test 357 [32] o Makefile: fix "make ca-firefox" [37] o mbedtls: bail out if rng init fails [14] o mbedtls: fix compile when h2-enabled [12] o mbedtls: fix some error messages o misc: use "autoreconf -fi" instead buildconf [22] o msh3: get msh3 version from MsH3Version [6] o msh3: print boolean value as text representation [10] o msh3: psss remote_port to MsH3ConnectionOpen [7] o ngtcp2: add ca-fallback support for OpenSSL backend [35] o nss: return error if seemingly stuck in a cert loop [30] o openssl: define HAVE_SSL_CTX_SET_EC_CURVES for libressl [8] o post_per_transfer: remove the updated file name [27] o sectransp: bail out if SSLSetPeerDomainName fails [33] o tests/server: declare variable 'reqlogfile' static [39] o tests: fix markdown formatting in README [38] o test{898,974,976}: add 'HTTP proxy' keywords [16] o tls: check more TLS details for connection reuse [25] o url: check SSH config match on connection reuse [21] o urlapi: address (harmless) UndefinedBehavior sanitizer warning [15] o urlapi: reject percent-decoding host name into separator bytes [29] o x509asn1: make do_pubkey handle EC public keys [13] --- www/curl/Makefile | 4 ++-- www/curl/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/curl/Makefile b/www/curl/Makefile index 4efd1a04c6380..efa387768a8c3 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.256 2022/04/29 11:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.257 2022/05/11 06:47:02 wiz Exp $ -DISTNAME= curl-7.83.0 +DISTNAME= curl-7.83.1 CATEGORIES= www MASTER_SITES= https://curl.se/download/ EXTRACT_SUFX= .tar.xz diff --git a/www/curl/distinfo b/www/curl/distinfo index 1842f3a33f92e..89f0d6830829c 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.181 2022/04/27 07:51:20 wiz Exp $ +$NetBSD: distinfo,v 1.182 2022/05/11 06:47:02 wiz Exp $ -BLAKE2s (curl-7.83.0.tar.xz) = fb5024bce2a47b6fe98e82b7e498a8ea1f4b962329741fb7c9c4035ba6035686 -SHA512 (curl-7.83.0.tar.xz) = be02bb2a8a3140eff3a9046f27cd4f872ed9ddaa644af49e56e5ef7dfec84a15b01db133469269437cddc937eda73953fa8c51bb758f7e98873822cd2290d3a9 -Size (curl-7.83.0.tar.xz) = 2472560 bytes +BLAKE2s (curl-7.83.1.tar.xz) = 7d3a7d33562af4260fa45deac35bc1fca8ff7f908bc3e234407f81959145925f +SHA512 (curl-7.83.1.tar.xz) = 2f63327d6d3687ba36fb7b8d5d3d15599eca33ebfb08681613612ea9c4b629d3b6ce4d2742fa1ebd7a997ed332001d3a4c798985f9277c83b9e7a9aecdb1b1ee +Size (curl-7.83.1.tar.xz) = 2474940 bytes SHA1 (patch-configure) = ae123a94fa84ef99dfc1dadd596ac86ef0d143fe SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df From 380c3b6866e940eca1520862b8cab12ce292e0c1 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 11 May 2022 06:47:12 +0000 Subject: [PATCH 0127/1154] doc: Updated www/curl to 7.83.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c06e65a5556a4..ca28c376c3fb7 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2477 2022/05/11 00:57:51 gutteridge Exp $ +$NetBSD: CHANGES-2022,v 1.2478 2022/05/11 06:47:12 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3840,3 +3840,4 @@ Changes to the packages collection and infrastructure in 2022: Updated x11/libqtxdg to 3.9.1 [gutteridge 2022-05-11] Updated x11/lxqt-session to 1.1.1 [gutteridge 2022-05-11] Updated meta-pkgs/lxqt to 1.1.0nb1 [gutteridge 2022-05-11] + Updated www/curl to 7.83.1 [wiz 2022-05-11] From d3b223b738f397cf16d69d645ccf1b5c3b20a44a Mon Sep 17 00:00:00 2001 From: fcambus Date: Wed, 11 May 2022 07:02:11 +0000 Subject: [PATCH 0128/1154] mold: install phase uses python3 command, provide a symlink. Thanks to wiz@ once again for the heads up. --- devel/mold/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/mold/Makefile b/devel/mold/Makefile index cfbea49bfb6e1..52d1ce9e62105 100644 --- a/devel/mold/Makefile +++ b/devel/mold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/05/05 21:22:29 fcambus Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/11 07:02:11 fcambus Exp $ DISTNAME= mold-1.2.1 CATEGORIES= devel @@ -29,6 +29,10 @@ PTHREAD_AUTO_VARS= yes PYTHON_FOR_BUILD_ONLY= yes +pre-configure: + # install phase uses python3 command + [ -h "${BUILDLINK_DIR}/bin/python3" ] || ${LN} -s ${PYTHONBIN} "${BUILDLINK_DIR}/bin/python3" + .include "../../devel/mimalloc/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../lang/python/application.mk" From 1c0d9c634214eb5463da8c30d94a35abca5c98cd Mon Sep 17 00:00:00 2001 From: fcambus Date: Wed, 11 May 2022 07:50:07 +0000 Subject: [PATCH 0129/1154] coma: drop maintainership. --- wm/coma/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wm/coma/Makefile b/wm/coma/Makefile index 8ef6aa0ffee8e..dd91da956e7e3 100644 --- a/wm/coma/Makefile +++ b/wm/coma/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2022/02/11 12:08:38 fcambus Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/11 07:50:07 fcambus Exp $ DISTNAME= coma-1.1 PKGREVISION= 1 CATEGORIES= wm MASTER_SITES= https://coma.one/releases/ -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://coma.one/wm/ COMMENT= Keyboard driven tiling window manager LICENSE= isc From 008dd76cdad3fb1896a009d1895223e1b8f0b624 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 07:52:29 +0000 Subject: [PATCH 0130/1154] yarn: updated to 1.22.19 v1.22.19 Adds compatibility with WebAuthn on the npm registry --- devel/yarn/Makefile | 4 ++-- devel/yarn/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/yarn/Makefile b/devel/yarn/Makefile index c22204821a046..ff6eacba3fd9b 100644 --- a/devel/yarn/Makefile +++ b/devel/yarn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/03/31 10:40:50 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/11 07:52:29 adam Exp $ -DISTNAME= yarn-v1.22.18 +DISTNAME= yarn-v1.22.19 PKGNAME= ${DISTNAME:S/-v/-/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=yarnpkg/} diff --git a/devel/yarn/distinfo b/devel/yarn/distinfo index 985950e0023ca..09cf5fb2c1e86 100644 --- a/devel/yarn/distinfo +++ b/devel/yarn/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2022/03/31 10:40:50 adam Exp $ +$NetBSD: distinfo,v 1.20 2022/05/11 07:52:29 adam Exp $ -BLAKE2s (yarn-v1.22.18.tar.gz) = 75e64339128f3e59fae19dc3cf48d9c168d73c1ef702cfa4a9ef05fd288fbd66 -SHA512 (yarn-v1.22.18.tar.gz) = 0db7448e72271878782a85a785ced64e72711a7df976dcf05025336f4a0a882bdc8c6cad3b295c57ecdea5f43f38360c3c12bba310cb899136655f28b1e34b42 -Size (yarn-v1.22.18.tar.gz) = 1246681 bytes +BLAKE2s (yarn-v1.22.19.tar.gz) = 8533bc0797d854e31e1f8d6586c5512578ebde4b756fdb1607cee8fd72bf7f58 +SHA512 (yarn-v1.22.19.tar.gz) = ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71 +Size (yarn-v1.22.19.tar.gz) = 1244259 bytes From 194496189a768081006abbfff8ebbc983cc69d14 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 07:56:38 +0000 Subject: [PATCH 0131/1154] ugrep: updated to 3.7.11 ugrep v3.7.11 New -Zbest (--fuzzy=best) option argument best to only output the best matching patterns. Updated option -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy match bytes instead of Unicode characters. Additional --stats results with total lines searched and matched, and time elapsed. New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for consistency with the updated options --min-count and --max-count. Updated the --min-count option, which can now be combined with any other option except with -v (--invert-match). Updated option -K (--range) to take a MAX argument instead of a FIRST argument for consistency with other min/max options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. Fixed inconsistent colorization with option -v when used with context options -A, -B and -C. Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. Other minor improvements and fixes. --- textproc/ugrep/Makefile | 4 ++-- textproc/ugrep/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index 9d5e10e750e64..80e7ed53dd6f4 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2022/05/09 11:19:31 adam Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/11 07:56:38 adam Exp $ -DISTNAME= ugrep-3.7.10 +DISTNAME= ugrep-3.7.11 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index e8575230c26d8..50008bdfda6ee 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2022/05/09 11:19:31 adam Exp $ +$NetBSD: distinfo,v 1.34 2022/05/11 07:56:38 adam Exp $ -BLAKE2s (ugrep-3.7.10.tar.gz) = 8bb7318239212a01249c8d2abc88c9ab6aa6876821b919cef0b1829303aefa6d -SHA512 (ugrep-3.7.10.tar.gz) = 14fa8496764aaa17c09f8ae240192355835016aaeeecae917ea3afacca132a84a16d597deae8f0e26f152d3e58889e7770116ca4ed535f791339bebd7fc138d5 -Size (ugrep-3.7.10.tar.gz) = 4416069 bytes +BLAKE2s (ugrep-3.7.11.tar.gz) = 366fc7c15d67febc99eab37d9e0b246b9e22dac47d2fa3cd08ed38e4f3226cbe +SHA512 (ugrep-3.7.11.tar.gz) = badfb7406c1f1f1f7075b41ea38e0eea865b30585472aba0f8a8e31736d5d68e442fd60745094e30662357affd5b9107a4d5fc3936290d8b7a369bc2328d71c3 +Size (ugrep-3.7.11.tar.gz) = 4419102 bytes From add3589d3db14e2303e2cac5af57bffc2a582634 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 07:56:55 +0000 Subject: [PATCH 0132/1154] Updated devel/yarn, textproc/ugrep --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ca28c376c3fb7..de9ab70e4a539 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2478 2022/05/11 06:47:12 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2479 2022/05/11 07:56:55 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3841,3 +3841,5 @@ Changes to the packages collection and infrastructure in 2022: Updated x11/lxqt-session to 1.1.1 [gutteridge 2022-05-11] Updated meta-pkgs/lxqt to 1.1.0nb1 [gutteridge 2022-05-11] Updated www/curl to 7.83.1 [wiz 2022-05-11] + Updated devel/yarn to 1.22.19 [adam 2022-05-11] + Updated textproc/ugrep to 3.7.11 [adam 2022-05-11] From b3a5510241d63f1d78bbcd9d8247e5194fefc03b Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 08:26:28 +0000 Subject: [PATCH 0133/1154] Updated devel/ocaml-astring to version 0.8.5. Upstream changes are minor; included is support for newer OCaml versions. --- devel/ocaml-astring/Makefile | 5 ++--- devel/ocaml-astring/buildlink3.mk | 3 ++- devel/ocaml-astring/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/ocaml-astring/Makefile b/devel/ocaml-astring/Makefile index e22037e967bc3..c228f1e0edbba 100644 --- a/devel/ocaml-astring/Makefile +++ b/devel/ocaml-astring/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/11 08:26:28 jaapb Exp $ -DISTNAME= astring-0.8.3 +DISTNAME= astring-0.8.5 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= https://erratique.ch/software/astring/releases/ EXTRACT_SUFX= .tbz diff --git a/devel/ocaml-astring/buildlink3.mk b/devel/ocaml-astring/buildlink3.mk index 26074e18c1a6b..006e44f75d805 100644 --- a/devel/ocaml-astring/buildlink3.mk +++ b/devel/ocaml-astring/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 18:04:58 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/11 08:26:28 jaapb Exp $ BUILDLINK_TREE+= ocaml-astring @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-astring OCAML_ASTRING_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-astring+= ocaml-astring>=0.8.3 +BUILDLINK_ABI_DEPENDS.ocaml-astring+= ocaml-astring>=0.8.5 BUILDLINK_PKGSRCDIR.ocaml-astring?= ../../devel/ocaml-astring .endif # OCAML_ASTRING_BUILDLINK3_MK diff --git a/devel/ocaml-astring/distinfo b/devel/ocaml-astring/distinfo index 78c8c49e2c7c4..7b540a203a05b 100644 --- a/devel/ocaml-astring/distinfo +++ b/devel/ocaml-astring/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:15:44 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/11 08:26:28 jaapb Exp $ -BLAKE2s (astring-0.8.3.tbz) = b660c809f93b305caaec641463b1761779f08d108acce00f5ac084dfada6210d -SHA512 (astring-0.8.3.tbz) = c7230e47b7ef14e6040fb18284a3d5aa8da1428b721cf91a7f17104cfb853be24b9c2aaa0b118bf3e050158aa8748311435417c6cf9014d260fb4379e4ead3e1 -Size (astring-0.8.3.tbz) = 38710 bytes +BLAKE2s (astring-0.8.5.tbz) = 14d75fdbe0843484367435a1f49639dce70e118b9336bd06a1cf3eadb92528f9 +SHA512 (astring-0.8.5.tbz) = b40634cc2053d651bce5c1974996b352ffa48ecac429919113840b2a807efb34387d950f12accb346afd5e40514cb90219d70b00109c30e1450c4e99f65c9856 +Size (astring-0.8.5.tbz) = 37499 bytes From f865fdf6f26edfac90495aa226a885af98e564ad Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 08:29:10 +0000 Subject: [PATCH 0134/1154] doc: Updated devel/ocaml-astring to 0.8.5 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index de9ab70e4a539..6987f72c0ad01 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2479 2022/05/11 07:56:55 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2480 2022/05/11 08:29:10 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3843,3 +3843,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/curl to 7.83.1 [wiz 2022-05-11] Updated devel/yarn to 1.22.19 [adam 2022-05-11] Updated textproc/ugrep to 3.7.11 [adam 2022-05-11] + Updated devel/ocaml-astring to 0.8.5 [jaapb 2022-05-11] diff --git a/doc/TODO b/doc/TODO index 762ed68772063..cb413bffa1873 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21839 2022/05/10 21:13:48 wiz Exp $ +$NetBSD: TODO,v 1.21840 2022/05/11 08:29:10 jaapb Exp $ Suggested new packages ====================== @@ -1189,7 +1189,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o oath-toolkit-2.6.6 o objc-3.3.24 o ocaml-4.14.0 - o ocaml-astring-0.8.5 o ocaml-base64-3.5.0 o ocaml-batteries-3.3.0 o ocaml-bigstringaf-0.6.1 From 57da8fcc25e694422a02e11522da4aa89bf365ea Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 08:31:33 +0000 Subject: [PATCH 0135/1154] py-jaraco.envs: updated to 2.4.0 v2.4.0 Made VEnv non-experimental. v2.3.0 * Added some tests capturing expectations around object types for input (use ``path.Path`` object for ``root`` property for maximum compatibility). * Require Python 3.7 or later. * VirtualEnv classes now expose ``clean_opts`` for easy reference in creating clean environments. --- devel/py-jaraco.envs/Makefile | 17 +++++++++++------ devel/py-jaraco.envs/PLIST | 16 +++++++++------- devel/py-jaraco.envs/distinfo | 8 ++++---- 3 files changed, 24 insertions(+), 17 deletions(-) diff --git a/devel/py-jaraco.envs/Makefile b/devel/py-jaraco.envs/Makefile index b0b5d137af30f..4fa3038ca74e6 100644 --- a/devel/py-jaraco.envs/Makefile +++ b/devel/py-jaraco.envs/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/11 08:31:33 adam Exp $ -DISTNAME= jaraco.envs-2.2.0 +DISTNAME= jaraco.envs-2.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco.envs/} @@ -12,8 +11,14 @@ COMMENT= Classes for orchestrating Python (virtual) environments LICENSE= mit BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm +BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>0:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-path-[0-9]*:../../devel/py-path -#TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox +DEPENDS+= ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv +# TODO: import py-test-checkdocs, py-test-enable +#TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test +#TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov +#TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 USE_LANGUAGES= # none @@ -22,7 +27,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 #TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib # #do-test: -# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX} +# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-jaraco.envs/PLIST b/devel/py-jaraco.envs/PLIST index 2b48511a5ba53..389e7418c5a19 100644 --- a/devel/py-jaraco.envs/PLIST +++ b/devel/py-jaraco.envs/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2021/11/21 10:51:08 wiz Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2022/05/11 08:31:33 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/jaraco/envs.py ${PYSITELIB}/jaraco/envs.pyc -${PYSITELIB}/jaraco/envs.pyo diff --git a/devel/py-jaraco.envs/distinfo b/devel/py-jaraco.envs/distinfo index 7808799464125..c10e426bdf74e 100644 --- a/devel/py-jaraco.envs/distinfo +++ b/devel/py-jaraco.envs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2021/11/21 10:51:08 wiz Exp $ +$NetBSD: distinfo,v 1.2 2022/05/11 08:31:33 adam Exp $ -BLAKE2s (jaraco.envs-2.2.0.tar.gz) = 1b9fce5e7f0f0320cc57e48e6ba47aa4f3224e4f6e5007dc4cb32e337882d81e -SHA512 (jaraco.envs-2.2.0.tar.gz) = b852168f718c133142b592402d17891cad821493842324263c195d0c6d15592946c89431d278b4860f8802363debce87f35e11f1357a52b94620bcc3f90d99ec -Size (jaraco.envs-2.2.0.tar.gz) = 6151 bytes +BLAKE2s (jaraco.envs-2.4.0.tar.gz) = b8aeb6cb13bf4cb1131a9b0629bdb6ae73ae30843c7f03ae575208bdfb6f8a81 +SHA512 (jaraco.envs-2.4.0.tar.gz) = d4da2a3f8ec9add63a0b2f754523da5b6593d869537e38c33ea86e59105c4be0cea15546897d70b869cf81be709d9b3fa2cfa35bbefcb9ab32a373ea620553aa +Size (jaraco.envs-2.4.0.tar.gz) = 7101 bytes From 5ae72975fefd7ee7ad82cd760b58d334253c514d Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 08:32:26 +0000 Subject: [PATCH 0136/1154] py-setuptools: updated to 62.2.0 v62.2.0 Changes Optional metadata fields are now truly optional. Misc Added CI cache for setup.cfg examples used when testing setuptools.config. --- devel/py-setuptools/Makefile | 4 ++-- devel/py-setuptools/PLIST | 5 ++++- devel/py-setuptools/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index f253f700c91aa..4716d8817dc8f 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.207 2022/04/19 19:12:39 adam Exp $ +# $NetBSD: Makefile,v 1.208 2022/05/11 08:32:26 adam Exp $ -DISTNAME= setuptools-62.1.0 +DISTNAME= setuptools-62.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} diff --git a/devel/py-setuptools/PLIST b/devel/py-setuptools/PLIST index f8a6e6bab0175..d243872b19e0b 100644 --- a/devel/py-setuptools/PLIST +++ b/devel/py-setuptools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.69 2022/04/19 19:12:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.70 2022/05/11 08:32:26 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -123,6 +123,9 @@ ${PYSITELIB}/setuptools/_distutils/__init__.pyo ${PYSITELIB}/setuptools/_distutils/_collections.py ${PYSITELIB}/setuptools/_distutils/_collections.pyc ${PYSITELIB}/setuptools/_distutils/_collections.pyo +${PYSITELIB}/setuptools/_distutils/_functools.py +${PYSITELIB}/setuptools/_distutils/_functools.pyc +${PYSITELIB}/setuptools/_distutils/_functools.pyo ${PYSITELIB}/setuptools/_distutils/_macos_compat.py ${PYSITELIB}/setuptools/_distutils/_macos_compat.pyc ${PYSITELIB}/setuptools/_distutils/_macos_compat.pyo diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 29d8d26d89393..a73db227b564d 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.184 2022/04/19 19:12:39 adam Exp $ +$NetBSD: distinfo,v 1.185 2022/05/11 08:32:26 adam Exp $ -BLAKE2s (setuptools-62.1.0.tar.gz) = 19aafc17718850cdf7844924774fb43f38fcb346e35cc0c58f5bf46ab53a5910 -SHA512 (setuptools-62.1.0.tar.gz) = 41f39b5aa22e908c123e8e04c11e505e23cd3aaaae72793e106015dc14b1a44ff3b17aa15ca3da34f34a4becc887ceea7f41932650e38d409f95d7227707d2e1 -Size (setuptools-62.1.0.tar.gz) = 2512885 bytes +BLAKE2s (setuptools-62.2.0.tar.gz) = f75f35960071644a0a83242ef59e1da8138efc384d9e4b1d33356b83d135350e +SHA512 (setuptools-62.2.0.tar.gz) = 4d5b9a88088ef6cb0a742bd708ab52798ee5202a0be33dd6102fa44975d121496edda1ddd9abd4a97e4c29fe804687a1d298d930004a53ee2935c0a15821917f +Size (setuptools-62.2.0.tar.gz) = 2512927 bytes From cf5e8611ba2ca17abbde4ed2618f5269da1b46fc Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 08:32:44 +0000 Subject: [PATCH 0137/1154] Updated devel/py-jaraco.envs, devel/py-setuptools --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6987f72c0ad01..4d0b28b924608 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2480 2022/05/11 08:29:10 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2481 2022/05/11 08:32:44 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3844,3 +3844,5 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/yarn to 1.22.19 [adam 2022-05-11] Updated textproc/ugrep to 3.7.11 [adam 2022-05-11] Updated devel/ocaml-astring to 0.8.5 [jaapb 2022-05-11] + Updated devel/py-jaraco.envs to 2.4.0 [adam 2022-05-11] + Updated devel/py-setuptools to 62.2.0 [adam 2022-05-11] From 42c035d345fd6a46df33ad4d790e8a4f20fe2e7d Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 08:42:37 +0000 Subject: [PATCH 0138/1154] Added lwt_log dependency to devel/js_of_ocaml and revbump The logger module is only built if the lwt_log library is present; I've (re)added it as a dependency. --- devel/js_of_ocaml/Makefile | 4 +++- devel/js_of_ocaml/buildlink3.mk | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/devel/js_of_ocaml/Makefile b/devel/js_of_ocaml/Makefile index 54fe8b49078f4..61c4c51c8b3d9 100644 --- a/devel/js_of_ocaml/Makefile +++ b/devel/js_of_ocaml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2022/05/10 08:51:06 jaapb Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/11 08:42:37 jaapb Exp $ # DISTNAME= ${GITHUB_PROJECT}-4.0.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} GITHUB_PROJECT= js_of_ocaml @@ -24,6 +25,7 @@ DUNE_BUILD_PACKAGES= ${OPAM_INSTALL_FILES} .include "options.mk" .include "../../devel/menhir/buildlink3.mk" .include "../../devel/ocaml-cmdliner/buildlink3.mk" +.include "../../devel/ocaml-lwt_log/buildlink3.mk" .include "../../devel/ocaml-ppx_expect/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../devel/ocaml-yojson/buildlink3.mk" diff --git a/devel/js_of_ocaml/buildlink3.mk b/devel/js_of_ocaml/buildlink3.mk index 7f58e623bb083..bdb2f57e54afa 100644 --- a/devel/js_of_ocaml/buildlink3.mk +++ b/devel/js_of_ocaml/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2022/05/10 08:51:06 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2022/05/11 08:42:37 jaapb Exp $ BUILDLINK_TREE+= js_of_ocaml @@ -6,7 +6,7 @@ BUILDLINK_TREE+= js_of_ocaml JS_OF_OCAML_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.js_of_ocaml+= js_of_ocaml>=4.0.0 -BUILDLINK_ABI_DEPENDS.js_of_ocaml+= js_of_ocaml>=4.0.0 +BUILDLINK_ABI_DEPENDS.js_of_ocaml+= js_of_ocaml>=4.0.0nb1 BUILDLINK_PKGSRCDIR.js_of_ocaml?= ../../devel/js_of_ocaml .endif # JS_OF_OCAML_BUILDLINK3_MK From c538d31bd35cfb23cba55ae9bec2262bd303c647 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 08:45:31 +0000 Subject: [PATCH 0139/1154] doc: Updated devel/js_of_ocaml to 4.0.0nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4d0b28b924608..0f8e6646c7eb6 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2481 2022/05/11 08:32:44 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2482 2022/05/11 08:45:31 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3846,3 +3846,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/ocaml-astring to 0.8.5 [jaapb 2022-05-11] Updated devel/py-jaraco.envs to 2.4.0 [adam 2022-05-11] Updated devel/py-setuptools to 62.2.0 [adam 2022-05-11] + Updated devel/js_of_ocaml to 4.0.0nb1 [jaapb 2022-05-11] From 135626d65007c8dd64d8ebb32dbde469fefb147f Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 08:49:56 +0000 Subject: [PATCH 0140/1154] Updated net/ocaml-domain-name to version 0.4.0. This removes dependencies on fmt and astring, and fixes minor errors. --- net/ocaml-domain-name/Makefile | 13 +++++-------- net/ocaml-domain-name/buildlink3.mk | 3 ++- net/ocaml-domain-name/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/net/ocaml-domain-name/Makefile b/net/ocaml-domain-name/Makefile index dc1be58d89d4d..102a5f457f0ae 100644 --- a/net/ocaml-domain-name/Makefile +++ b/net/ocaml-domain-name/Makefile @@ -1,20 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2021/03/08 08:13:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/11 08:49:56 jaapb Exp $ -GITHUB_PROJECT= domain-name -GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ocaml-${GITHUB_PROJECT}-0.3.0 -PKGREVISION= 1 +DISTNAME= ocaml-${GITHUB_PROJECT}-0.4.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=hannesm/} +GITHUB_PROJECT= domain-name +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= jaapb@NetBSD.org -HOMEPAGE= https://github.com/mirage/ocaml-ipaddr/ +HOMEPAGE= https://github.com/hannesm/domain-name/ COMMENT= RFC 1035 Internet domain name library for OCaml LICENSE= isc OCAML_USE_DUNE= yes -.include "../../devel/ocaml-astring/buildlink3.mk" -.include "../../devel/ocaml-fmt/buildlink3.mk" .include "../../mk/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/ocaml-domain-name/buildlink3.mk b/net/ocaml-domain-name/buildlink3.mk index af8d188f3bc7a..aec8f95f0b5be 100644 --- a/net/ocaml-domain-name/buildlink3.mk +++ b/net/ocaml-domain-name/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2020/04/08 12:26:20 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/11 08:49:56 jaapb Exp $ BUILDLINK_TREE+= ocaml-domain-name @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-domain-name OCAML_DOMAIN_NAME_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-domain-name+= ocaml-domain-name>=0.3.0 +BUILDLINK_ABI_DEPENDS.ocaml-domain-name+= ocaml-domain-name>=0.4.0 BUILDLINK_PKGSRCDIR.ocaml-domain-name?= ../../net/ocaml-domain-name .endif # OCAML_DOMAIN_NAME_BUILDLINK3_MK diff --git a/net/ocaml-domain-name/distinfo b/net/ocaml-domain-name/distinfo index ae7eebf429963..9eb8a94f57d51 100644 --- a/net/ocaml-domain-name/distinfo +++ b/net/ocaml-domain-name/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:06:10 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/11 08:49:56 jaapb Exp $ -BLAKE2s (ocaml-domain-name-0.3.0.tar.gz) = 20b9fb92fc6a39ba8cc81f1dcec13a47b7b29785916f4a5323d5269577b21dd3 -SHA512 (ocaml-domain-name-0.3.0.tar.gz) = 252851f777ec2d0a3c228d262068bc0ade6d57b02ed026683158f778b6011c6d897ab158914baa2c5f12a6bd9175d12a571cb9b26bfb7cf0784bd0ea677dea70 -Size (ocaml-domain-name-0.3.0.tar.gz) = 9356 bytes +BLAKE2s (ocaml-domain-name-0.4.0.tar.gz) = ca3958198e31485a24716d534dfc30290e0f2ad13f1d9b349ab711d7498a6177 +SHA512 (ocaml-domain-name-0.4.0.tar.gz) = e15e11c273deee0a5ad4570b970f3fa133cc1deeb4d34270ec2ea63da0b847e467b12bb15651c6a7049715729074f13326ad0ec60b5fe04794c1cb06be6f5796 +Size (ocaml-domain-name-0.4.0.tar.gz) = 9585 bytes From b6aee2f7c5ff1168fee319389c8dcd93ec5094ac Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 08:52:36 +0000 Subject: [PATCH 0141/1154] doc: Updated net/ocaml-domain-name to 0.4.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0f8e6646c7eb6..acab204ab7555 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2482 2022/05/11 08:45:31 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2483 2022/05/11 08:52:36 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3847,3 +3847,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-jaraco.envs to 2.4.0 [adam 2022-05-11] Updated devel/py-setuptools to 62.2.0 [adam 2022-05-11] Updated devel/js_of_ocaml to 4.0.0nb1 [jaapb 2022-05-11] + Updated net/ocaml-domain-name to 0.4.0 [jaapb 2022-05-11] From b2c70edea4564ec0be55158b6addd4e5c66d7170 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 08:58:03 +0000 Subject: [PATCH 0142/1154] Update net/ocaml-ipaddr to version 5.3.0. Upstream changes are mostly minor, with one breaking change in how Ipaddr.of_string handles its arguments. More details in the CHANGES.md file in the distribution. --- net/ocaml-ipaddr/Makefile | 11 ++++++----- net/ocaml-ipaddr/buildlink3.mk | 6 +++--- net/ocaml-ipaddr/distinfo | 8 ++++---- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/net/ocaml-ipaddr/Makefile b/net/ocaml-ipaddr/Makefile index cbc42bcb2c179..3d3b6f59cff0e 100644 --- a/net/ocaml-ipaddr/Makefile +++ b/net/ocaml-ipaddr/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2021/03/08 08:13:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/11 08:58:03 jaapb Exp $ -GITHUB_PROJECT= ocaml-ipaddr -GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-4.0.0 -PKGREVISION= 1 +DISTNAME= ${GITHUB_PROJECT}-5.3.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} +GITHUB_PROJECT= ocaml-ipaddr +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/mirage/ocaml-ipaddr/ @@ -16,10 +15,12 @@ OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= macaddr macaddr-cstruct macaddr-sexp \ ipaddr ipaddr-cstruct ipaddr-sexp OPAM_INSTALL_FILES= ${DUNE_BUILD_PACKAGES} +OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocaml-cstruct/buildlink3.mk" .include "../../devel/ocaml-sexplib0/buildlink3.mk" +.include "../../devel/ocaml-stdlib-shims/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" .include "../../net/ocaml-domain-name/buildlink3.mk" .include "../../mk/ocaml.mk" diff --git a/net/ocaml-ipaddr/buildlink3.mk b/net/ocaml-ipaddr/buildlink3.mk index 7bf293eb2d536..a45aa55ac66c1 100644 --- a/net/ocaml-ipaddr/buildlink3.mk +++ b/net/ocaml-ipaddr/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.20 2021/03/08 08:13:05 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2022/05/11 08:58:03 jaapb Exp $ BUILDLINK_TREE+= ocaml-ipaddr .if !defined(OCAML_IPADDR_BUILDLINK3_MK) OCAML_IPADDR_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.ocaml-ipaddr+= ocaml-ipaddr>=4.0.0 -BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=4.0.0nb1 +BUILDLINK_API_DEPENDS.ocaml-ipaddr+= ocaml-ipaddr>=5.3.0 +BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=5.3.0 BUILDLINK_PKGSRCDIR.ocaml-ipaddr?= ../../net/ocaml-ipaddr BUILDLINK_FILES.ocaml-ipaddr+= lib/ocaml/site-lib/* diff --git a/net/ocaml-ipaddr/distinfo b/net/ocaml-ipaddr/distinfo index 0f06a7be30132..0e4ed423f57be 100644 --- a/net/ocaml-ipaddr/distinfo +++ b/net/ocaml-ipaddr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:06:10 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/11 08:58:03 jaapb Exp $ -BLAKE2s (ocaml-ipaddr-4.0.0.tar.gz) = e86bbc71d129d1bef24aeccb40e655497016fc0703557ad46763ddad1ba64a47 -SHA512 (ocaml-ipaddr-4.0.0.tar.gz) = 7818d85b0d85d66a4b0eb464248ac1b9b1b9cc61e9ea5b7488f04e5728e7687f6f0898e1b13807d3419f38eb43026ffca00b77ee88ccd6eed374d5a3a789b5e2 -Size (ocaml-ipaddr-4.0.0.tar.gz) = 29013 bytes +BLAKE2s (ocaml-ipaddr-5.3.0.tar.gz) = 8bf87669f99228acab2d7a140013ce25d2308b1c3397d723079623826ad1de9b +SHA512 (ocaml-ipaddr-5.3.0.tar.gz) = ef7d720d4625fc0e147ac517efbfc8e4269b1ad2b864099e6552303784591c9fec5662177db31c64bf9e740bb834196a603bd97437499acd6d6c9b80f51818d5 +Size (ocaml-ipaddr-5.3.0.tar.gz) = 34247 bytes From 05d7ac867571c1eb67ddf86245f57299a01ad954 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 09:00:48 +0000 Subject: [PATCH 0143/1154] doc: Updated net/ocaml-ipaddr to 5.3.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index acab204ab7555..9eab755a1361b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2483 2022/05/11 08:52:36 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2484 2022/05/11 09:00:48 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3848,3 +3848,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-setuptools to 62.2.0 [adam 2022-05-11] Updated devel/js_of_ocaml to 4.0.0nb1 [jaapb 2022-05-11] Updated net/ocaml-domain-name to 0.4.0 [jaapb 2022-05-11] + Updated net/ocaml-ipaddr to 5.3.0 [jaapb 2022-05-11] diff --git a/doc/TODO b/doc/TODO index cb413bffa1873..ade2376187f49 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21840 2022/05/11 08:29:10 jaapb Exp $ +$NetBSD: TODO,v 1.21841 2022/05/11 09:00:48 jaapb Exp $ Suggested new packages ====================== @@ -1200,7 +1200,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o ocaml-eqaf-0.7 o ocaml-expat-1.1.0 o ocaml-fpath-0.7.3 - o ocaml-ipaddr-5.0.1 o ocaml-lru-0.3.0 o ocaml-magic-mime-1.1.3 o ocaml-mtime-1.2.0 From 1903ac012590ccec3ac33d66adf947677f680563 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Wed, 11 May 2022 09:14:46 +0000 Subject: [PATCH 0144/1154] Update intel-microcode-netbsd to 20220510. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Purpose - Security updates for [INTEL-SA-000617] (https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00617.html) - Update for functional issues. Refer to [Second Generation Intel® Xeon® Processor Scalable Family Specification Update] (https://cdrdv2.intel.com/v1/dl/getContent/338848) for details. - Update for functional issues. Refer to [Intel® Xeon® Processor Scalable Family Specification Update] (https://www.intel.com/content/www/us/en/processors/xeon/scalable/xeon-scalable-spec-update.html?wapkw=processor+specification+update) for details. - Update for functional issues. Refer to [Intel Atom® C3000 Processor Product Family Specification Update] (https://www.intel.com/content/www/us/en/processors/atom/atom-c3000-family-spec-update.html?wapkw=processor+specification+update) for details. - Update for functional issues. Refer to [Intel Atom® Processor E3900 Specification Update Addendum] (https://cdrdv2.intel.com/v1/dl/getContent/612204) for details. ### New Platforms | Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products |:---------------|:---------|:------------|:---------|:---------|:--------- | ADL | C0 | 06-97-02/03 | | 0000001f | Core Gen12 | ADL | C0 | 06-97-05/03 | | 0000001f | Core Gen12 | ADL | L0 | 06-9a-03/80 | | 0000041c | Core Gen12 | ADL | L0 | 06-9a-04/80 | | 0000041c | Core Gen12 | ADL | C0 | 06-bf-02/03 | | 0000001f | Core Gen12 | ADL | C0 | 06-bf-02/03 | | 0000001f | Core Gen12 ### Updated Platforms | Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products |:---------------|:---------|:------------|:---------|:---------|:--------- | VLV | D0 | 06-37-09/0F | 0000090c | 0000090d | Atom E38xx | SKL-U/Y | D0 | 06-4e-03/c0 | 000000ec | 000000f0 | Core Gen6 Mobile | SKX-SP | B1 | 06-55-03/97 | 0100015c | 0100015d | Xeon Scalable | SKX-SP | H0/M0/U0 | 06-55-04/b7 | 02006c0a | 02006d05 | Xeon Scalable | SKX-D | M1 | 06-55-04/b7 | 02006c0a | 02006d05 | Xeon D-21xx | CLX-SP | B0 | 06-55-06/bf | 0400320a | 04003302 | Xeon Scalable Gen2 | CLX-SP | B1 | 06-55-07/bf | 0500320a | 05003302 | Xeon Scalable Gen2 | CPX-SP | A1 | 06-55-0b/bf | 07002402 | 07002501 | Xeon Scalable Gen3 | APL | D0 | 06-5c-09/03 | 00000046 | 00000048 | Pentium N/J4xxx, Celeron N/J3xxx, Atom x5/7-E39xx | APL | E0 | 06-5c-0a/03 | 00000024 | 00000028 | Atom x5-E39xx | SKL-H/S | R0/N0 | 06-5e-03/36 | 000000ec | 000000f0 | Core Gen6; Xeon E3 v5 | DNV | B0 | 06-5f-01/01 | 00000036 | 00000038 | Atom C Series | ICX-SP | D0 | 06-6a-06/87 | 0d000331 | 0d000363 | Xeon Scalable Gen3 | GLK | B0 | 06-7a-01/01 | 00000038 | 0000003a | Pentium Silver N/J5xxx, Celeron N/J4xxx | GKL-R | R0 | 06-7a-08/01 | 0000001c | 0000001e | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120 | ICL-U/Y | D1 | 06-7e-05/80 | 000000a8 | 000000b0 | Core Gen10 Mobile | LKF | B2/B3 | 06-8a-01/10 | 0000002d | 00000031 | Core w/Hybrid Technology | TGL | B1 | 06-8c-01/80 | 0000009a | 000000a4 | Core Gen11 Mobile | TGL-R | C0 | 06-8c-02/c2 | 00000022 | 00000026 | Core Gen11 Mobile | TGL-H | R0 | 06-8d-01/c2 | 0000003c | 0000003e | Core Gen11 Mobile | AML-Y22 | H0 | 06-8e-09/10 | 000000ec | 000000f0 | Core Gen8 Mobile | KBL-U/Y | H0 | 06-8e-09/c0 | 000000ec | 000000f0 | Core Gen7 Mobile | CFL-U43e | D0 | 06-8e-0a/c0 | 000000ec | 000000f0 | Core Gen8 Mobile | WHL-U | W0 | 06-8e-0b/d0 | 000000ec | 000000f0 | Core Gen8 Mobile | AML-Y42 | V0 | 06-8e-0c/94 | 000000ec | 000000f0 | Core Gen10 Mobile | CML-Y42 | V0 | 06-8e-0c/94 | 000000ec | 000000f0 | Core Gen10 Mobile | WHL-U | V0 | 06-8e-0c/94 | 000000ec | 000000f0 | Core Gen8 Mobile | EHL | B1 | 06-96-01/01 | 00000015 | 00000016 | Pentium J6426/N6415, Celeron J6412/J6413/N6210/N6211, Atom x6000E | JSL | A0/A1 | 06-9c-00/01 | 2400001f | 24000023 | Pentium N6000/N6005, Celeron N4500/N4505/N5100/N5105 | KBL-G/H/S/E3 | B0 | 06-9e-09/2a | 000000ec | 000000f0 | Core Gen7; Xeon E3 v6 | CFL-H/S/E3 | U0 | 06-9e-0a/22 | 000000ec | 000000f0 | Core Gen8 Desktop, Mobile, Xeon E | CFL-S | B0 | 06-9e-0b/02 | 000000ec | 000000f0 | Core Gen8 | CFL-H/S | P0 | 06-9e-0c/22 | 000000ec | 000000f0 | Core Gen9 | CFL-H | R0 | 06-9e-0d/22 | 000000ec | 000000f0 | Core Gen9 Mobile | CML-H | R1 | 06-a5-02/20 | 000000ec | 000000f0 | Core Gen10 Mobile | CML-S62 | G1 | 06-a5-03/22 | 000000ec | 000000f0 | Core Gen10 | CML-S102 | Q0 | 06-a5-05/22 | 000000ee | 000000f0 | Core Gen10 | CML-U62 V1 | A0 | 06-a6-00/80 | 000000ea | 000000f0 | Core Gen10 Mobile | CML-U62 V2 | K1 | 06-a6-01/80 | 000000ec | 000000f0 | Core Gen10 Mobile | RKL-S | B0 | 06-a7-01/02 | 00000050 | 00000053 | Core Gen11 ### Removed Platforms None --- sysutils/intel-microcode-netbsd/Makefile | 4 ++-- sysutils/intel-microcode-netbsd/PLIST | 12 +++++++++++- sysutils/intel-microcode-netbsd/distinfo | 9 +++++---- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/sysutils/intel-microcode-netbsd/Makefile b/sysutils/intel-microcode-netbsd/Makefile index 161055c048e10..582786c47c11b 100644 --- a/sysutils/intel-microcode-netbsd/Makefile +++ b/sysutils/intel-microcode-netbsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2022/04/20 06:14:38 msaitoh Exp $ +# $NetBSD: Makefile,v 1.50 2022/05/11 09:14:46 msaitoh Exp $ -VERSION= 20220419 +VERSION= 20220510 DISTNAME= microcode-${VERSION} PKGNAME= intel-microcode-netbsd-${VERSION} CATEGORIES= sysutils diff --git a/sysutils/intel-microcode-netbsd/PLIST b/sysutils/intel-microcode-netbsd/PLIST index 7634c17a80713..cd43c701dd49e 100644 --- a/sysutils/intel-microcode-netbsd/PLIST +++ b/sysutils/intel-microcode-netbsd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2022/02/09 05:56:05 msaitoh Exp $ +@comment $NetBSD: PLIST,v 1.23 2022/05/11 09:14:46 msaitoh Exp $ libdata/firmware/cpu_x86_intel1/00000650-0 libdata/firmware/cpu_x86_intel1/00000650-1 libdata/firmware/cpu_x86_intel1/00000650-3 @@ -342,6 +342,12 @@ libdata/firmware/cpu_x86_intel1/000806ec-2 libdata/firmware/cpu_x86_intel1/000806ec-4 libdata/firmware/cpu_x86_intel1/000806ec-7 libdata/firmware/cpu_x86_intel1/00090661-0 +libdata/firmware/cpu_x86_intel1/00090672-0 +libdata/firmware/cpu_x86_intel1/00090672-1 +libdata/firmware/cpu_x86_intel1/00090675-0 +libdata/firmware/cpu_x86_intel1/00090675-1 +libdata/firmware/cpu_x86_intel1/000906a3-7 +libdata/firmware/cpu_x86_intel1/000906a4-7 libdata/firmware/cpu_x86_intel1/000906c0-0 libdata/firmware/cpu_x86_intel1/000906e9-1 libdata/firmware/cpu_x86_intel1/000906e9-3 @@ -361,3 +367,7 @@ libdata/firmware/cpu_x86_intel1/000a0655-5 libdata/firmware/cpu_x86_intel1/000a0660-7 libdata/firmware/cpu_x86_intel1/000a0661-7 libdata/firmware/cpu_x86_intel1/000a0671-1 +libdata/firmware/cpu_x86_intel1/000b06f2-0 +libdata/firmware/cpu_x86_intel1/000b06f2-1 +libdata/firmware/cpu_x86_intel1/000b06f5-0 +libdata/firmware/cpu_x86_intel1/000b06f5-1 diff --git a/sysutils/intel-microcode-netbsd/distinfo b/sysutils/intel-microcode-netbsd/distinfo index e3e8525ec27b7..4c47f079f52d0 100644 --- a/sysutils/intel-microcode-netbsd/distinfo +++ b/sysutils/intel-microcode-netbsd/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.41 2022/04/20 06:14:38 msaitoh Exp $ +$NetBSD: distinfo,v 1.42 2022/05/11 09:14:46 msaitoh Exp $ -BLAKE2s (microcode-20220419.tar.gz) = 59f96eb450ac9771b310f1ad4f102822a6d1125da99a3447a40859dd2fa2c25e -SHA512 (microcode-20220419.tar.gz) = abfe3942c204e42ed121bcea47c366469013a6751ef5d28d9c0d59a3a660bd1ad7010441e000367c052ee1ead00285a252d2b3c3ca86314eaea9f7d0de3f05c6 -Size (microcode-20220419.tar.gz) = 4590171 bytes +SHA1 (microcode-20220510.tar.gz) = 0aeb386e2f4650e04bb748a75ecec10f4642e4a5 +RMD160 (microcode-20220510.tar.gz) = dbb0176ba6cc504d00c2710b6994798c0989a58c +SHA512 (microcode-20220510.tar.gz) = 00329ce62a6d9cc66fb8594d132ef67951086ab1250ceaf908d5a357753ed62557275f55c5eb7b3ad55d1fdd312b5d1a436b214cdcbf6e3e1a840c8bf6f4795d +Size (microcode-20220510.tar.gz) = 5912115 bytes From 6668ee5a22ea7b0da2c809b90924887cedd26d4d Mon Sep 17 00:00:00 2001 From: msaitoh Date: Wed, 11 May 2022 09:16:37 +0000 Subject: [PATCH 0145/1154] doc: Updated sysutils/intel-microcode-netbsd to 20220510. --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9eab755a1361b..54b9828f59b6a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2484 2022/05/11 09:00:48 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2485 2022/05/11 09:16:37 msaitoh Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3849,3 +3849,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/js_of_ocaml to 4.0.0nb1 [jaapb 2022-05-11] Updated net/ocaml-domain-name to 0.4.0 [jaapb 2022-05-11] Updated net/ocaml-ipaddr to 5.3.0 [jaapb 2022-05-11] + Updated sysutils/intel-microcode-netbsd to 20220510 [msaitoh 2022-05-11] From 86f03f7a55004cf7aaaaaf9de61f80699dbdd8e3 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 11 May 2022 09:17:57 +0000 Subject: [PATCH 0146/1154] kio: Build and test fixes. --- devel/kio/Makefile | 5 +++- devel/kio/distinfo | 4 +++- ...ch-autotests_kcoredirlister__benchmark.cpp | 15 ++++++++++++ .../patch-src_ioslaves_file_file__unix.cpp | 24 +++++++++++++++++++ 4 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 devel/kio/patches/patch-autotests_kcoredirlister__benchmark.cpp create mode 100644 devel/kio/patches/patch-src_ioslaves_file_file__unix.cpp diff --git a/devel/kio/Makefile b/devel/kio/Makefile index 6e797eae275c3..3d531dceb6e22 100644 --- a/devel/kio/Makefile +++ b/devel/kio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2022/04/25 04:34:43 markd Exp $ +# $NetBSD: Makefile,v 1.62 2022/05/11 09:17:57 jperkin Exp $ DISTNAME= kio-${KF5VER} CATEGORIES= devel @@ -11,6 +11,9 @@ LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= msgmerge gmake +TEST_TARGET= test +TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/_KDE_build/bin + LDFLAGS.SunOS+= -lsocket SUBST_CLASSES+= xdg diff --git a/devel/kio/distinfo b/devel/kio/distinfo index e71f691180854..3e5f60f3dec20 100644 --- a/devel/kio/distinfo +++ b/devel/kio/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.17 2022/04/25 04:34:43 markd Exp $ +$NetBSD: distinfo,v 1.18 2022/05/11 09:17:57 jperkin Exp $ BLAKE2s (kio-5.93.0.tar.xz) = 9a66c32f1e321b6c10064d780cc1f919ecab2ee72f33468fb074b44b1ca84f19 SHA512 (kio-5.93.0.tar.xz) = d7f1f5ed834dbdc4919dd90def14561e4a8cd1c7f31f0a8b1bb62cb9009509ee2649ed17147bd2197067149942eb65938c41cd3605c9463f7d2cc109d7688747 Size (kio-5.93.0.tar.xz) = 3327996 bytes +SHA1 (patch-autotests_kcoredirlister__benchmark.cpp) = b0d8c7543c15682f4f1699e9db2cba560a7ab5c2 SHA1 (patch-src_core_kmountpoint.cpp) = 463809efb317c5eb721209504521a0c0013b0442 SHA1 (patch-src_filewidgets_kurlnavigator.cpp) = a6a459fdbeaa7e07b2596079c8f5f4a6789fd0eb +SHA1 (patch-src_ioslaves_file_file__unix.cpp) = 30db3f02a507b7a4f561eeccba955c96e07c2c7d diff --git a/devel/kio/patches/patch-autotests_kcoredirlister__benchmark.cpp b/devel/kio/patches/patch-autotests_kcoredirlister__benchmark.cpp new file mode 100644 index 0000000000000..f4aef591dbe97 --- /dev/null +++ b/devel/kio/patches/patch-autotests_kcoredirlister__benchmark.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-autotests_kcoredirlister__benchmark.cpp,v 1.1 2022/05/11 09:17:57 jperkin Exp $ + +Avoid ambiguous function call. + +--- autotests/kcoredirlister_benchmark.cpp.orig 2022-04-02 10:22:23.000000000 +0000 ++++ autotests/kcoredirlister_benchmark.cpp +@@ -16,6 +16,8 @@ + #include + #include + ++using std::pow; ++ + // BEGIN Global variables + const QString fileNameArg = QLatin1String("/home/user/Folder1/SubFolder2/a%1.txt"); + // to check with 10, 100, 1000, ... KFileItem diff --git a/devel/kio/patches/patch-src_ioslaves_file_file__unix.cpp b/devel/kio/patches/patch-src_ioslaves_file_file__unix.cpp new file mode 100644 index 0000000000000..7060220d8a800 --- /dev/null +++ b/devel/kio/patches/patch-src_ioslaves_file_file__unix.cpp @@ -0,0 +1,24 @@ +$NetBSD: patch-src_ioslaves_file_file__unix.cpp,v 1.3 2022/05/11 09:17:57 jperkin Exp $ + +Fix HAVE_DIRENT_D_TYPE type. + +--- src/ioslaves/file/file_unix.cpp.orig 2022-04-02 10:22:23.000000000 +0000 ++++ src/ioslaves/file/file_unix.cpp +@@ -1088,7 +1088,7 @@ void FileProtocol::listDir(const QUrl &u + // qDebug() << "========= LIST " << url << "details=" << details << " ========="; + UDSEntry entry; + +-#ifndef HAVE_DIRENT_D_TYPE ++#if !HAVE_DIRENT_D_TYPE + QT_STATBUF st; + #endif + QT_DIRENT *ep; +@@ -1109,7 +1109,7 @@ void FileProtocol::listDir(const QUrl &u + */ + if (details == KIO::StatBasic) { + entry.fastInsert(KIO::UDSEntry::UDS_NAME, filename); +-#ifdef HAVE_DIRENT_D_TYPE ++#if HAVE_DIRENT_D_TYPE + entry.fastInsert(KIO::UDSEntry::UDS_FILE_TYPE, (ep->d_type == DT_DIR) ? S_IFDIR : S_IFREG); + const bool isSymLink = (ep->d_type == DT_LNK); + #else From ec12a6931027478292357ca8901f93810145830d Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 11 May 2022 09:23:48 +0000 Subject: [PATCH 0147/1154] vlc: Update to 3.0.17.4 and fix build issues. Changes between 3.0.17.3 and 3.0.17.4: ---------------------------------- Service Discovery: * Fix UPnP regression on Windows Changes between 3.0.17.2 and 3.0.17.3: ---------------------------------- Demux: * Fix a regression causing a lack of audio in adaptive streaming Changes between 3.0.17 and 3.0.17.2: ---------------------------------- Interface: * Qt: Fix right click support on video Misc: * Update YouTube script Changes between 3.0.16 and 3.0.17: ---------------------------------- Core: * Fix a regression in parsing secondary source MRLs * Allow brackets in path part of URLs Access: * Fix support for screen capture on macOS with avcapture * Fix closing of HTTP 1.x connections * Improve HTTP2 memory usage * Improve AVCapture module * Improve AudioCD support (audio/data mixed mode, musicbrainz) * Improve SMB compatibility by changing the read size * Several improvements on the SRT modules (including streamID) Decoders/Packetizers: * Add support for DTS LBR * Fix some HEVC hardware decoding on Windows and crashes when aspect ratio changes * Fix hardware decoding for some AMD GPU drivers * Add support for new Fourcc for E-AC3, AV1, GeoVision * Fix crashes with VP9 streams * Fix styling issues with subs tx3g (mp4) tracks * Fix playback of live AV1 streams Audio Output: * iOS/tvOS: add support for spatial audio * macOS: fix some channels ordering for > 5.1 channels * Android: rework audio volume management Video Output: * Fix a D3D11 crash when the stream changes aspect ratio Demux: * Major overhaul of the adaptive streaming stack * Support for DAV video files * Add WebP image mapping * Fix missing audio start of Opus audio in MKV/WebM * Fix an infinite loop in MP4 * Fix attachments extractions in ogg files * Support Uncompressed audio in mp4 (ISO/IEC 23003-5) * Fix some lip sync issue in rare MPEG-TS streams Interface: * Qt/macOS: Fixup user provided URLs * Add safe area handling on macOS * Qt: improve preferences search * Qt: fix --no-mouse-events option Misc: * Update YouTube script * Fix Icecast directory parsing which could lead to missing entries * Improve UPnP compatibility with some servers 3rd party libraries (contrib): * Update FFmpeg to 4.4 * Update libflac to 1.3.4 to fix CVE-2020-0499 and CVE-2021-0561 * Update libsmb2 to fix invalid UTF-8 encoding of some filenames * Update taglib to fix corruptions when editing some OGG metadata * Update dav1d to 0.9.2 * Update fribidi to 1.0.11 * Update freetype to 2.11.1 * Update libass to 0.15.2 * Drop pthreadGC2 in favor of winpthreads * Enable Java support for blurays on Apple M1 * Update libsrt to 1.4.4 * Update twolame to 0.4.0 * Update mpg123 to 1.29.3 * Update libnfs to 5.0.1 * Update libarchive to 3.6.0 * Update AOM encoder to 3.1.1 --- multimedia/vlc/Makefile | 12 ++++++---- multimedia/vlc/distinfo | 13 +++++----- multimedia/vlc/patches/patch-configure.ac | 24 ++++++++++++++++--- multimedia/vlc/patches/patch-m4_dolt.m4 | 4 ++-- .../patch-modules_services__discovery_mtp.c | 14 +++++++++++ 5 files changed, 51 insertions(+), 16 deletions(-) create mode 100644 multimedia/vlc/patches/patch-modules_services__discovery_mtp.c diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index dac0457bc3860..fdca13122b775 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.265 2022/04/18 19:11:47 adam Exp $ +# $NetBSD: Makefile,v 1.266 2022/05/11 09:23:48 jperkin Exp $ -DISTNAME= vlc-3.0.16 -PKGREVISION= 10 +DISTNAME= vlc-3.0.17.4 +#PKGREVISION= 10 CATEGORIES= multimedia MASTER_SITES= https://download.videolan.org/pub/videolan/vlc/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz @@ -28,7 +28,8 @@ PLIST_VARS+= altivec cdrom egl oss v4l2 x86simd .include "../../mk/bsd.prefs.mk" .include "options.mk" -CONFIGURE_ENV= LUAC=${PREFIX}/bin/luac5.2 +CONFIGURE_ENV+= BUILDCC=${CC:Q} +CONFIGURE_ENV+= LUAC=${PREFIX}/bin/luac5.2 # Avoid codec duplication with ffmpeg, etc @@ -173,7 +174,8 @@ SUBST_MESSAGE.fnt= Fixing hardcoded font paths. CHECK_WRKREF_SKIP= lib/libvlccore.a \ lib/libvlccore.so* -MAKE_FLAGS+= BUILDCC=${CC:Q} +CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 +LDFLAGS.SunOS+= -lsocket -lnsl # The sed expression is a workaround for accepting NetBSD's libintl instead of gettext-lib pre-configure: diff --git a/multimedia/vlc/distinfo b/multimedia/vlc/distinfo index e026449cd8e63..2185d459e9f69 100644 --- a/multimedia/vlc/distinfo +++ b/multimedia/vlc/distinfo @@ -1,13 +1,14 @@ -$NetBSD: distinfo,v 1.85 2021/10/26 11:01:19 nia Exp $ +$NetBSD: distinfo,v 1.86 2022/05/11 09:23:48 jperkin Exp $ -BLAKE2s (vlc-3.0.16.tar.xz) = 08bddc88354f431c871b0b4f84e57dc5ad228cc71a7e4aaecf107367ca92409c -SHA512 (vlc-3.0.16.tar.xz) = 35cdf191071224d0cf1b5a83c00773ff87b9e5bfcf0f5523f7edd53f75b23eda6b27bb49ffa97d69a1d176b8fe4786d959aeeb00d4380beab71c9f7e6b7c7298 -Size (vlc-3.0.16.tar.xz) = 26439328 bytes +BLAKE2s (vlc-3.0.17.4.tar.xz) = 33035b5a032653fa6eefc0972fb0e65e738911f47e369ecdafd8eb1909412719 +SHA512 (vlc-3.0.17.4.tar.xz) = dac14c6586603c064294672eb878253e52b3a7bef431fb10303345e5400591b5c1f2d452a2af03f503db0ca186582a84be06fdf05ab011c33f7b0bd5389c51fb +Size (vlc-3.0.17.4.tar.xz) = 26567148 bytes SHA1 (patch-compat_Makefile.am) = 1c3e0a7c4610c55c3ec9ba80d66b9959661139b3 -SHA1 (patch-configure.ac) = 99e975954323b4e94daeb75ce2ae439b49c51b0f +SHA1 (patch-configure.ac) = c869f5e43c2d3bed5c376fdb7e751e071326e6b0 SHA1 (patch-lib_core.c) = 8ec5557424e6ddc05cc365aacd1ec847d9a94605 SHA1 (patch-lib_video.c) = 362aaf7977c264bb70a79e98cf18da923ae62e39 -SHA1 (patch-m4_dolt.m4) = a1aac0c1021001a489f9b515e218904e065ed659 +SHA1 (patch-m4_dolt.m4) = 6cf8ef04cc09510132a12df16b95a13e90019878 SHA1 (patch-modules_access_http_Makefile.am) = d91904c6cba1a75a6872d042e4fe87ed9ce65a22 SHA1 (patch-modules_gui_qt_dialogs_plugins.cpp) = b5cffc0bd54fd07e77f891f6bca58132d333afdd +SHA1 (patch-modules_services__discovery_mtp.c) = 5b5b9b341c71a3273178493ae55fccb583f5bd59 SHA1 (patch-share_Makefile.am) = 4f126948c73159d06aef323b47a702442b5981e8 diff --git a/multimedia/vlc/patches/patch-configure.ac b/multimedia/vlc/patches/patch-configure.ac index 903fff0b13238..ff2570036f81e 100644 --- a/multimedia/vlc/patches/patch-configure.ac +++ b/multimedia/vlc/patches/patch-configure.ac @@ -1,10 +1,28 @@ -$NetBSD: patch-configure.ac,v 1.6 2019/07/02 20:52:13 nia Exp $ +$NetBSD: patch-configure.ac,v 1.7 2022/05/11 09:23:48 jperkin Exp $ Fix pkg-config'ing for lua. ---- configure.ac.orig 2019-06-11 14:28:26.000000000 +0000 +--- configure.ac.orig 2022-04-18 22:10:15.000000000 +0000 +++ configure.ac -@@ -1619,12 +1619,12 @@ AC_ARG_ENABLE(lua, +@@ -1401,7 +1401,7 @@ asm volatile("xorps %%xmm1,%%xmm2"::"r"( + ]) + ]) + +- AS_IF([test "${ac_cv_sse_inline}" != "no" -a "${SYS}" != "solaris"], [ ++ AS_IF([test "${ac_cv_sse_inline}" != "no"], [ + AC_DEFINE(CAN_COMPILE_SSE, 1, [Define to 1 if SSE inline assembly is available.]) + ]) + +@@ -1416,7 +1416,7 @@ asm volatile("punpckhqdq %%xmm1,%%xmm2": + ac_cv_sse2_inline=no + ]) + ]) +- AS_IF([test "${ac_cv_sse2_inline}" != "no" -a "${SYS}" != "solaris"], [ ++ AS_IF([test "${ac_cv_sse2_inline}" != "no"], [ + AC_DEFINE(CAN_COMPILE_SSE2, 1, [Define to 1 if SSE2 inline assembly is available.]) + have_sse2="yes" + ]) +@@ -1676,12 +1676,12 @@ AC_ARG_ENABLE(lua, [disable LUA scripting support (default enabled)])]) if test "${enable_lua}" != "no" then diff --git a/multimedia/vlc/patches/patch-m4_dolt.m4 b/multimedia/vlc/patches/patch-m4_dolt.m4 index 1f7896fedd2c7..38ee1b01ffdb6 100644 --- a/multimedia/vlc/patches/patch-m4_dolt.m4 +++ b/multimedia/vlc/patches/patch-m4_dolt.m4 @@ -1,4 +1,4 @@ -$NetBSD: patch-m4_dolt.m4,v 1.1 2019/07/02 20:52:13 nia Exp $ +$NetBSD: patch-m4_dolt.m4,v 1.2 2022/05/11 09:23:48 jperkin Exp $ Add NetBSD to dolt.m4. The fallback using libtool does not work correctly. @@ -9,7 +9,7 @@ correctly. AS_CASE([$host], [*-*-linux*|*-*-freebsd*], [pic_options='-fPIC'], -+ [*-*-netbsd*], [pic_options='-fPIC -DPIC'], ++ [*-*-netbsd*|*solaris*], [pic_options='-fPIC -DPIC'], [*-apple-darwin*], [pic_options='-fno-common'], [*mingw*|*nacl*], [pic_options=''] [*], [dolt_supported=no] diff --git a/multimedia/vlc/patches/patch-modules_services__discovery_mtp.c b/multimedia/vlc/patches/patch-modules_services__discovery_mtp.c new file mode 100644 index 0000000000000..f48d3f10d04e3 --- /dev/null +++ b/multimedia/vlc/patches/patch-modules_services__discovery_mtp.c @@ -0,0 +1,14 @@ +$NetBSD: patch-modules_services__discovery_mtp.c,v 1.3 2022/05/11 09:23:48 jperkin Exp $ + +Include strings.h for rindex(). + +--- modules/services_discovery/mtp.c.orig 2017-11-24 15:29:18.000000000 +0000 ++++ modules/services_discovery/mtp.c +@@ -30,6 +30,7 @@ + #include + + #include ++#include + + /***************************************************************************** + * Module descriptor From 85c2abe58799d57cecd8cd97a4e09507b2fd3d96 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 11 May 2022 09:24:01 +0000 Subject: [PATCH 0148/1154] doc: Updated multimedia/vlc to 3.0.17.4 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 54b9828f59b6a..17458a7fc4824 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2485 2022/05/11 09:16:37 msaitoh Exp $ +$NetBSD: CHANGES-2022,v 1.2486 2022/05/11 09:24:01 jperkin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3850,3 +3850,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/ocaml-domain-name to 0.4.0 [jaapb 2022-05-11] Updated net/ocaml-ipaddr to 5.3.0 [jaapb 2022-05-11] Updated sysutils/intel-microcode-netbsd to 20220510 [msaitoh 2022-05-11] + Updated multimedia/vlc to 3.0.17.4 [jperkin 2022-05-11] From 7d2f6daefec419f6248dc77953029cc9cf1de57d Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 09:26:57 +0000 Subject: [PATCH 0149/1154] dovecot2: updated to 2.3.19 v2.3.19 + Added mail_user_session_finished event, which is emitted when the mail user session is finished (e.g. imap, pop3, lmtp). It also includes fields with some process statistics information. See https://doc.dovecot.org/admin_manual/list_of_events/ for more information. + Added process_shutdown_filter setting. When an event matches the filter, the process will be shutdown after the current connection(s) have finished. This is intended to reduce memory usage of long-running imap processes that keep a lot of memory allocated instead of freeing it to the OS. + auth: Add cache hit indicator to auth passdb/userdb finished events. See https://doc.dovecot.org/admin_manual/list_of_events/ for more information. + doveadm deduplicate: Performance is improved significantly. + imapc: COPY commands were sent one mail at a time to the remote IMAP server. Now the copying is buffered, so multiple mails can be copied with a single COPY command. + lib-lua: Add a Lua interface to Dovecot's HTTP client library. See https://doc.dovecot.org/admin_manual/lua/ for more information. - auth: Cache lookup would use incorrect cache key after username change. - auth: Improve handling unexpected LDAP connection errors/hangs. Try to fix up these cases by reconnecting to the LDAP server and aborting LDAP requests earlier. - auth: Process crashed if userdb iteration was attempted while auth-workers were already full handling auth requests. - auth: db-oauth2: Using %{oauth2:name} variables caused unnecessary introspection requests. - dict: Timeouts may have been leaked at deinit. - director: Ring may have become unstable if a backend's tag was changed. It could also have caused director process to crash. - doveadm kick: Numeric parameter was treated as IP address. - doveadm: Proxying can panic when flushing print output. Fixes Panic: file ioloop.c: line 865 (io_loop_destroy): assertion failed: (ioloop == current_ioloop). - doveadm sync: BROKENCHAR was wrongly changed to '_' character when migrating mailboxes. This was set by default to %, so any mailbox names containing % characters were modified to "_25". - imapc: Copying or moving mails with doveadm to an imapc mailbox could have produced "Error: Syncing mailbox '[...]' failed" Errors. The operation itself succeeded but attempting to sync the destination mailbox failed. - imapc: Prevent index log synchronization errors when two or more imapc sessions are adding messages to the same mailbox index files, i.e. INDEX=MEMORY is not used. - indexer: Process was slowly leaking memory for each indexing request. - lib-fts: fts header filters caused binary content to be sent to the indexer with non-default configuration. - doveadm-server: Process could hang in some situations when printing output to TCP client, e.g. when printing doveadm sync state. - lib-index: dovecot.index.log files were often read and parsed entirely, rather than only the parts that were actually necessary. This mainly increased CPU usage. - lmtp-proxy: Session ID forwarding would cause same session IDs being used when delivering same mail to multiple backends. - log: Log prefix update may have been lost if log process was busy. This could have caused log prefixes to be empty or in some cases reused between sessions, i.e. log lines could have been logged for the wrong user/session. - mail_crypt: Plugin crashes if it's loaded only for some users. Fixes Panic: Module context mail_crypt_user_module missing. - mail_crypt: When LMTP was delivering mails to both recipients with mail encryption enabled and not enabled, the non-encrypted recipients may have gotten mails encrypted anyway. This happened when the first recipient was encrypted (mail_crypt_save_version=2) and the 2nd recipient was not encrypted (mail_crypt_save_version=0). - pop3: Session would crash if empty line was sent. - stats: HTTP server leaked memory. - submission-login: Long credentials, such as OAUTH2 tokens, were refused during SASL interactive due to submission server applying line length limits. - submission-login: When proxying to remote host, authentication was not using interactive SASL when logging in using long credentials such as OAUTH2 tokens. This caused authentication to fail due to line length constraints in SMTP protocol. - submission: Terminating the client connection with QUIT command after mail transaction is started with MAIL command and before it is finished with DATA/BDAT can cause a segfault crash. - virtual: doveadm search queries with mailbox-guid as the only parameter crashes: Panic: file virtual-search.c: line 77 (virtual_search_get_records): assertion failed: (result != 0) --- mail/dovecot2-sqlite/Makefile | 3 +-- mail/dovecot2/Makefile.common | 4 ++-- mail/dovecot2/PLIST | 4 +++- mail/dovecot2/distinfo | 8 ++++---- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/mail/dovecot2-sqlite/Makefile b/mail/dovecot2-sqlite/Makefile index 45a6f82b9109b..fdc235e3bff1c 100644 --- a/mail/dovecot2-sqlite/Makefile +++ b/mail/dovecot2-sqlite/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.29 2022/04/18 19:11:33 adam Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/11 09:26:57 adam Exp $ -PKGREVISION= 2 .include "../../mail/dovecot2/Makefile.common" PKGNAME= ${DISTNAME:S/dovecot/dovecot-sqlite/} diff --git a/mail/dovecot2/Makefile.common b/mail/dovecot2/Makefile.common index b7c0c59e8f641..f51d3e75cc1cf 100644 --- a/mail/dovecot2/Makefile.common +++ b/mail/dovecot2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2022/02/03 21:02:04 adam Exp $ +# $NetBSD: Makefile.common,v 1.49 2022/05/11 09:26:57 adam Exp $ # # when updating to a new release, update ABI depends in # the buildlink3.mk file as well, since the plugins' version @@ -11,7 +11,7 @@ # used by mail/dovecot2-pgsql/Makefile # used by mail/dovecot2-sqlite/Makefile -DISTNAME= dovecot-2.3.18 +DISTNAME= dovecot-2.3.19 CATEGORIES= mail MASTER_SITES= https://dovecot.org/releases/${PKGVERSION_NOREV:R}/ diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index 34a7ce60865ea..0c1a223aee187 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.75 2021/12/21 17:28:51 adam Exp $ +@comment $NetBSD: PLIST,v 1.76 2022/05/11 09:26:57 adam Exp $ bin/doveadm bin/doveconf bin/dovecot-sysreport @@ -476,6 +476,7 @@ include/dovecot/pop3c-sync.h include/dovecot/primes.h include/dovecot/printf-format-fix.h include/dovecot/priorityq.h +include/dovecot/process-stat.h include/dovecot/process-title.h include/dovecot/program-client.h include/dovecot/push-notification-drivers.h @@ -522,6 +523,7 @@ include/dovecot/sdbox-storage.h include/dovecot/sdbox-sync.h include/dovecot/sendfile-util.h include/dovecot/seq-range-array.h +include/dovecot/seq-set-builder.h include/dovecot/service-settings.h include/dovecot/settings-parser.h include/dovecot/settings.h diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index e3cbe49410bca..4a1188944bf34 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.117 2022/02/03 21:02:04 adam Exp $ +$NetBSD: distinfo,v 1.118 2022/05/11 09:26:57 adam Exp $ -BLAKE2s (dovecot-2.3.18.tar.gz) = 3d840ea7a1370eaa5cb00c52704f472c81b811ec0fa7ec7411cfc60703fe6004 -SHA512 (dovecot-2.3.18.tar.gz) = b5eccf790a3960614876f122efb6296fe49ab7c523b08c10347fd4d10ed293fbd327279511c227b420f7c0786975186157eaa0fb5cd3aab1f3be9a4c5c3ad233 -Size (dovecot-2.3.18.tar.gz) = 7763230 bytes +BLAKE2s (dovecot-2.3.19.tar.gz) = f2e4c7ddb77e3e604c255b904208d50c6cc7b9bde68a3b3d94c894cc8937e01f +SHA512 (dovecot-2.3.19.tar.gz) = a61ce88b53c4f24faddf4951f16cb75dfe52aa7057d072c727566a7c9a683cc487d26cea9a83ad8aca161a053949d2f2196ba6a58015e3d33be897094aabf887 +Size (dovecot-2.3.19.tar.gz) = 7790661 bytes SHA1 (patch-aa) = 3af01aa4a8cea1a3fb840b6243a744de77069611 SHA1 (patch-ab) = 685ab3d0e21515bf157e9897ebdebf484f0ece96 SHA1 (patch-ae) = c1e76d75fab4b13d3b9b33af800bac18c90989da From 712ac212cd6587c94df367c7f3a4d86bb2265065 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 09:28:06 +0000 Subject: [PATCH 0150/1154] dovecot2-pigeonhole: updated to 0.5.19 This release is done to maintain parity with dovecot 2.3.19 release, so it does not contain any news-worthy changes. --- mail/dovecot2-pigeonhole/Makefile | 4 ++-- mail/dovecot2-pigeonhole/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 12aa6111bc10d..74ed3faa91b54 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2022/02/03 21:02:53 adam Exp $ +# $NetBSD: Makefile,v 1.67 2022/05/11 09:28:06 adam Exp $ -DISTNAME= dovecot-2.3-pigeonhole-0.5.18 +DISTNAME= dovecot-2.3-pigeonhole-0.5.19 PKGNAME= ${DISTNAME:S/-2.3-/-/} CATEGORIES= mail MASTER_SITES= https://pigeonhole.dovecot.org/releases/2.3/ diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 577b0d1a69ca4..b7ad399b576cb 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.53 2022/02/03 21:02:53 adam Exp $ +$NetBSD: distinfo,v 1.54 2022/05/11 09:28:06 adam Exp $ -BLAKE2s (dovecot-2.3-pigeonhole-0.5.18.tar.gz) = 85295f7eefaf7a5715bfb41c5ae7a855d3d58e7dc41146c11fa13d5c59810c82 -SHA512 (dovecot-2.3-pigeonhole-0.5.18.tar.gz) = 44c3d945a5aebb8935e6e46751e44f505f2abd529c31e3efb689d3b5b9cdf9bca4f5231fc42a8d19837cb95c7618f5b64dfdf5964f40a0a6987144a37cdbaaec -Size (dovecot-2.3-pigeonhole-0.5.18.tar.gz) = 1953892 bytes +BLAKE2s (dovecot-2.3-pigeonhole-0.5.19.tar.gz) = 41c1cecb517430d6c4593fc77176cad9ae8f17fd7e87a294bfa9416151ef2be3 +SHA512 (dovecot-2.3-pigeonhole-0.5.19.tar.gz) = 5b0a61c7711232ea3651b818a970b500b05bd340a04bcd5a5f0ea0529eda65f498912a845c8f3b3b80196d010bc22bd4a380e1f682cb42f62b80d2d43a94993a +Size (dovecot-2.3-pigeonhole-0.5.19.tar.gz) = 1954148 bytes SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29 From 24908e9c34259a85a48b503aa6346af7133727d7 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 09:28:22 +0000 Subject: [PATCH 0151/1154] Updated mail/dovecot2, mail/dovecot2-pigeonhole --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 17458a7fc4824..6c39a71bbccbd 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2486 2022/05/11 09:24:01 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.2487 2022/05/11 09:28:22 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3851,3 +3851,5 @@ Changes to the packages collection and infrastructure in 2022: Updated net/ocaml-ipaddr to 5.3.0 [jaapb 2022-05-11] Updated sysutils/intel-microcode-netbsd to 20220510 [msaitoh 2022-05-11] Updated multimedia/vlc to 3.0.17.4 [jperkin 2022-05-11] + Updated mail/dovecot2 to 2.3.19 [adam 2022-05-11] + Updated mail/dovecot2-pigeonhole to 0.5.19 [adam 2022-05-11] From 0d9873fdba777871979cf0a90ed6f3aae81a9336 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 09:30:52 +0000 Subject: [PATCH 0152/1154] py-jsonschema: updated to 4.5.1 v4.5.0 ------ * Validator classes for each version now maintain references to the correct corresponding format checker * Development has moved to a `GitHub organization `_. No functional behavior changes are expected from the change. --- textproc/py-jsonschema/Makefile | 8 +++++--- textproc/py-jsonschema/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/textproc/py-jsonschema/Makefile b/textproc/py-jsonschema/Makefile index 5efe81ebcc394..48e28782381e6 100644 --- a/textproc/py-jsonschema/Makefile +++ b/textproc/py-jsonschema/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/04/13 10:33:28 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/11 09:30:52 adam Exp $ -DISTNAME= jsonschema-4.4.0 +DISTNAME= jsonschema-4.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/} @@ -35,8 +35,10 @@ post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} jsonschema jsonschema-${PYVERSSUFFIX} || ${TRUE} +TEST_ENV+= JSON_SCHEMA_TEST_SUITE=${WRKSRC}/json + do-test: - cd ${WRKSRC}/jsonschema && ${PYTHONBIN} -m unittest discover -v + cd ${WRKSRC}/jsonschema && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-jsonschema/distinfo b/textproc/py-jsonschema/distinfo index b02e38af4db88..4b9132d0333ab 100644 --- a/textproc/py-jsonschema/distinfo +++ b/textproc/py-jsonschema/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/04/07 06:49:20 adam Exp $ +$NetBSD: distinfo,v 1.12 2022/05/11 09:30:52 adam Exp $ -BLAKE2s (jsonschema-4.4.0.tar.gz) = e04f27ea5b75c46c0df864c290704146bba3ab6ac15c5d80f50db96496c2b91b -SHA512 (jsonschema-4.4.0.tar.gz) = 8e5c138f4debf7540e2cd131f3f208d1778927ac9036f5fa67bcf5db8c62fe1bb454c7818ee61acef64e856ea4b498ef6ab08be314a3c6b1e461e0bb44db41c7 -Size (jsonschema-4.4.0.tar.gz) = 313519 bytes +BLAKE2s (jsonschema-4.5.1.tar.gz) = f94cf3c999423b984611c5926f50d04ec749d66112b4eef9bab65abc0e9f014c +SHA512 (jsonschema-4.5.1.tar.gz) = 3866a649ece45c1c69d3d5e9810cfdb094f1af82fcc08a186f9babd7516ad311c4bffa52f61f013bc84e7ab1be06605c5fab738c1c920ff8ce85a73429d9efde +Size (jsonschema-4.5.1.tar.gz) = 282414 bytes From 0bf06188683deeb2e98a8347b7159c5853e720e0 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 09:34:03 +0000 Subject: [PATCH 0153/1154] py-ipython: updated to 8.3.0 IPython 8.3.0 ------------- - :ghpull:`13625`, using ``?``, ``??``, ``*?`` will not call ``set_next_input`` as most frontend allow proper multiline editing and it was causing issues for many users of multi-cell frontends. This has been backported to 7.33 - :ghpull:`13600`, ``pre_run_*``-hooks will now have a ``cell_id`` attribute on the info object when frontend provide it. This has been backported to 7.33 - :ghpull:`13624`, fixed :kbd:`End` key being broken after accepting an auto-suggestion. - :ghpull:`13657` fix issue where history from different sessions would be mixed. --- devel/py-ipython/Makefile | 4 ++-- devel/py-ipython/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index 8558c4701b469..cfe718c0e7e71 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2022/03/31 18:22:41 adam Exp $ +# $NetBSD: Makefile,v 1.78 2022/05/11 09:34:03 adam Exp $ -DISTNAME= ipython-8.2.0 +DISTNAME= ipython-8.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/} diff --git a/devel/py-ipython/distinfo b/devel/py-ipython/distinfo index 9124d854081fa..aa074deea8371 100644 --- a/devel/py-ipython/distinfo +++ b/devel/py-ipython/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.50 2022/03/31 18:22:41 adam Exp $ +$NetBSD: distinfo,v 1.51 2022/05/11 09:34:03 adam Exp $ -BLAKE2s (ipython-8.2.0.tar.gz) = 936ce4b2f3a756aa9fbc9bf8722f0b58729c65dbac40a3a310e5d74f1b88e3b0 -SHA512 (ipython-8.2.0.tar.gz) = 0bf93527bcafe5dfbfe034b901dff2f002e0fc732159073f0371263e23784f45eb6c9e3f7f2cb9567e93ea4ee313773f836157afe9d23256e71bc4b2fcac15af -Size (ipython-8.2.0.tar.gz) = 5400583 bytes +BLAKE2s (ipython-8.3.0.tar.gz) = f762061ee7631cc273de9f25d4383271f288025a245a7031303f38fc255e5e25 +SHA512 (ipython-8.3.0.tar.gz) = 95a3d50a5cffe9d4ed3f072c7fa8920c96beccdb15a7437836daa5f38f1ba228b4ebc4c3313d4c5016b77ed7d6f3787af727487ea379c9dc3b3de90eafa4d1c3 +Size (ipython-8.3.0.tar.gz) = 5314400 bytes SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5 From 2e84a1e88d410e38700905eda1a1698a97e3987e Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 09:34:34 +0000 Subject: [PATCH 0154/1154] Updated textproc/py-jsonschema, devel/py-ipython --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6c39a71bbccbd..9c663eb46b82b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2487 2022/05/11 09:28:22 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2488 2022/05/11 09:34:34 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3853,3 +3853,5 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/vlc to 3.0.17.4 [jperkin 2022-05-11] Updated mail/dovecot2 to 2.3.19 [adam 2022-05-11] Updated mail/dovecot2-pigeonhole to 0.5.19 [adam 2022-05-11] + Updated textproc/py-jsonschema to 4.5.1 [adam 2022-05-11] + Updated devel/py-ipython to 8.3.0 [adam 2022-05-11] From 7ee8e2fd92258dd6de0853f1dc26f8e8d54a1f4b Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 11 May 2022 09:44:19 +0000 Subject: [PATCH 0155/1154] py-pyvex: Provide defaults for unmatched OPSYS. --- devel/py-pyvex/distinfo | 3 ++- devel/py-pyvex/patches/patch-pyvex__c_Makefile | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 devel/py-pyvex/patches/patch-pyvex__c_Makefile diff --git a/devel/py-pyvex/distinfo b/devel/py-pyvex/distinfo index 59cfe4e6885b5..757afe873662c 100644 --- a/devel/py-pyvex/distinfo +++ b/devel/py-pyvex/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:19:00 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/05/11 09:44:19 jperkin Exp $ BLAKE2s (pyvex-9.0.7491.tar.gz) = e06baf6f9dd6b0771f82a7bf8a2fa4cdd4ae80352e12e8d6b2cd83a1cf9af289 SHA512 (pyvex-9.0.7491.tar.gz) = 20db00e889af9477511b85ee3347d82ba2241ffcb064101645697c40fe6cf65d982a7921931f358b91721ba965ab0781d24200e17b4ab528874775b2c3ae0ed2 @@ -6,3 +6,4 @@ Size (pyvex-9.0.7491.tar.gz) = 87947 bytes BLAKE2s (vex-0.0.0.tar.gz) = 4ddaeb29fa44d31ab434aa47d8e8b7dc7de7c0dc3d0d12d096de8c19a59058b2 SHA512 (vex-0.0.0.tar.gz) = 917ffe7f0ec53d9f455aee390b302788227bab7369631e9a7032415a968d5d0720eeda2580d069416c53f2e40b8427c55a960c428726a43e51e430a7c64d97e4 Size (vex-0.0.0.tar.gz) = 3590889 bytes +SHA1 (patch-pyvex__c_Makefile) = b638b1e6e0aa20d8faf15b8b7c3ca12408e42262 diff --git a/devel/py-pyvex/patches/patch-pyvex__c_Makefile b/devel/py-pyvex/patches/patch-pyvex__c_Makefile new file mode 100644 index 0000000000000..52e72a4d4ccf8 --- /dev/null +++ b/devel/py-pyvex/patches/patch-pyvex__c_Makefile @@ -0,0 +1,16 @@ +$NetBSD: patch-pyvex__c_Makefile,v 1.5 2022/05/11 09:44:20 jperkin Exp $ + +Provide defaults for unmatched OPSYS. + +--- pyvex_c/Makefile.orig 2021-05-18 20:52:08.000000000 +0000 ++++ pyvex_c/Makefile +@@ -24,6 +24,9 @@ ifeq ($(findstring MINGW,$(UNAME)), MING + LDFLAGS= + endif + ++LIBRARY_FILE?=libpyvex.so ++STATIC_LIBRARY_FILE?=libpyvex.a ++LDFLAGS?=-Wl,-soname,$(LIBRARY_FILE) + # deeply evil + # https://www.cmcrossroads.com/article/gnu-make-meets-file-names-spaces-them + sp =$(null) $(null) From ad898d2eb1211456da3d4ae35abd4a70eb58e933 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 09:52:09 +0000 Subject: [PATCH 0156/1154] Updated devel/ocaml-bigstringaf to version 0.9.0. Upstream changes are minor. --- devel/ocaml-bigstringaf/Makefile | 7 +++---- devel/ocaml-bigstringaf/PLIST | 5 +++-- devel/ocaml-bigstringaf/buildlink3.mk | 4 ++-- devel/ocaml-bigstringaf/distinfo | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/devel/ocaml-bigstringaf/Makefile b/devel/ocaml-bigstringaf/Makefile index 991ef47ca8736..df70b42480599 100644 --- a/devel/ocaml-bigstringaf/Makefile +++ b/devel/ocaml-bigstringaf/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:49 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/11 09:52:09 jaapb Exp $ -GITHUB_PROJECT= bigstringaf -DISTNAME= ${GITHUB_PROJECT}-0.6.0 +DISTNAME= ${GITHUB_PROJECT}-0.9.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=inhabitedtype/} +GITHUB_PROJECT= bigstringaf MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/inhabitedtype/bigstringaf/ diff --git a/devel/ocaml-bigstringaf/PLIST b/devel/ocaml-bigstringaf/PLIST index a789c07f92ab9..57a7659871374 100644 --- a/devel/ocaml-bigstringaf/PLIST +++ b/devel/ocaml-bigstringaf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2019/03/12 18:09:29 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/11 09:52:09 jaapb Exp $ ${OCAML_SITELIB}/bigstringaf/META ${PLIST.ocaml-opt}${OCAML_SITELIB}/bigstringaf/bigstringaf.a ${OCAML_SITELIB}/bigstringaf/bigstringaf.cma @@ -11,7 +11,8 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/bigstringaf/bigstringaf.cmxs ${OCAML_SITELIB}/bigstringaf/bigstringaf.ml ${OCAML_SITELIB}/bigstringaf/bigstringaf.mli ${OCAML_SITELIB}/bigstringaf/dune-package -${OCAML_SITELIB}/bigstringaf/libbigstringaf_stubs.a +${PLIST.ocaml-opt}${OCAML_SITELIB}/bigstringaf/libbigstringaf_freestanding_stubs.a +${PLIST.ocaml-opt}${OCAML_SITELIB}/bigstringaf/libbigstringaf_stubs.a ${OCAML_SITELIB}/bigstringaf/opam ${OCAML_SITELIB}/bigstringaf/runtime.js ${OCAML_SITELIB}/stublibs/dllbigstringaf_stubs.so diff --git a/devel/ocaml-bigstringaf/buildlink3.mk b/devel/ocaml-bigstringaf/buildlink3.mk index e12a0e7183b56..68f4b0e597fc2 100644 --- a/devel/ocaml-bigstringaf/buildlink3.mk +++ b/devel/ocaml-bigstringaf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2020/01/24 16:25:41 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2022/05/11 09:52:09 jaapb Exp $ BUILDLINK_TREE+= ocaml-bigstringaf @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-bigstringaf OCAML_BIGSTRINGAF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-bigstringaf+= ocaml-bigstringaf>=0.4.0 -BUILDLINK_ABI_DEPENDS.ocaml-bigstringaf+= ocaml-bigstringaf>=0.6.0 +BUILDLINK_ABI_DEPENDS.ocaml-bigstringaf+= ocaml-bigstringaf>=0.9.0 BUILDLINK_PKGSRCDIR.ocaml-bigstringaf?= ../../devel/ocaml-bigstringaf .endif # OCAML_BIGSTRINGAF_BUILDLINK3_MK diff --git a/devel/ocaml-bigstringaf/distinfo b/devel/ocaml-bigstringaf/distinfo index d9e2b22d77282..cc62c3bc12426 100644 --- a/devel/ocaml-bigstringaf/distinfo +++ b/devel/ocaml-bigstringaf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:15:46 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/11 09:52:09 jaapb Exp $ -BLAKE2s (bigstringaf-0.6.0.tar.gz) = 14681c470608272fb1ec9a36265616d595659394bce48769765c50c259a5f678 -SHA512 (bigstringaf-0.6.0.tar.gz) = f9dc0a5d1601d65ad3d0f8f0eea6235d39d38913158209b2f76af2e6589c1e241011dddbdcbcdbce52dd82bb6070475a65813324231df769532853fdf4683193 -Size (bigstringaf-0.6.0.tar.gz) = 11859 bytes +BLAKE2s (bigstringaf-0.9.0.tar.gz) = 102a600294e7e38bc62b1f7917e0be893cacc7dbd2dfdf04803ede0cd3571fdc +SHA512 (bigstringaf-0.9.0.tar.gz) = c5148d967beef15bba21a706009cb8443fe6afd76b949d6a6bcf4fc6c6d410bd0ca4c86b4ef6897cad73c51449e5387ee0173347b8d43c49f1a62024a8aa4db5 +Size (bigstringaf-0.9.0.tar.gz) = 12431 bytes From c2a640b2f890624618e6918725f11e295a7d789e Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 09:54:49 +0000 Subject: [PATCH 0157/1154] doc: Updated devel/ocaml-bigstringaf to 0.9.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9c663eb46b82b..2a305b29038d5 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2488 2022/05/11 09:34:34 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2489 2022/05/11 09:54:49 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3855,3 +3855,4 @@ Changes to the packages collection and infrastructure in 2022: Updated mail/dovecot2-pigeonhole to 0.5.19 [adam 2022-05-11] Updated textproc/py-jsonschema to 4.5.1 [adam 2022-05-11] Updated devel/py-ipython to 8.3.0 [adam 2022-05-11] + Updated devel/ocaml-bigstringaf to 0.9.0 [jaapb 2022-05-11] diff --git a/doc/TODO b/doc/TODO index ade2376187f49..bea76f7901c72 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21841 2022/05/11 09:00:48 jaapb Exp $ +$NetBSD: TODO,v 1.21842 2022/05/11 09:54:49 jaapb Exp $ Suggested new packages ====================== @@ -1191,7 +1191,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o ocaml-4.14.0 o ocaml-base64-3.5.0 o ocaml-batteries-3.3.0 - o ocaml-bigstringaf-0.6.1 o ocaml-cohttp-4.0.0 o ocaml-conduit-4.0.0 o ocaml-cryptokit-116.1 From 74487fbf60833d946f1315e66d2893e4c9fd976c Mon Sep 17 00:00:00 2001 From: nia Date: Wed, 11 May 2022 10:14:29 +0000 Subject: [PATCH 0158/1154] SDL: fix NetBSD audio in pygame, e.g. 'games/monsterz'. reported by wiz. --- devel/SDL/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 883ae0d30e632..645e4d5ae4ec8 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.146 2022/04/02 07:17:55 nia Exp $ +# $NetBSD: Makefile,v 1.147 2022/05/11 10:14:29 nia Exp $ DISTNAME= SDL-1.2.15 -PKGREVISION= 37 +PKGREVISION= 38 CATEGORIES= devel games MASTER_SITES= http://www.libsdl.org/release/ @@ -18,6 +18,10 @@ PTHREAD_OPTS+= require CONFLICTS+= sdl12-compat-[0-9]* +# Fixes skippy audio output in pygame. Also matches SDL2 where the +# non-blocking audio code was removed. +CPPFLAGS.NetBSD+= -DUSE_BLOCKING_WRITES + CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" CPPFLAGS+= -DX11BASE="\"${X11BASE}\"" From fd4d8097c92c4e95adcf7f93f65a7adfb5a6431f Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 10:20:21 +0000 Subject: [PATCH 0159/1154] Updated devel/ocaml-angstrom to version 0.15.0. Upstream changes include minor bugfixes and addition, plus two API-breaking changes: * count fails if its argument is negative, rather than raising an exception; * parse_string and parse_bigstring take a required consume argument. --- devel/ocaml-angstrom/Makefile | 7 +++---- devel/ocaml-angstrom/buildlink3.mk | 6 ++++-- devel/ocaml-angstrom/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/devel/ocaml-angstrom/Makefile b/devel/ocaml-angstrom/Makefile index 81d2b1b1b168b..770cb78e96027 100644 --- a/devel/ocaml-angstrom/Makefile +++ b/devel/ocaml-angstrom/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2021/03/08 08:12:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/11 10:20:21 jaapb Exp $ -GITHUB_PROJECT= angstrom -DISTNAME= ${GITHUB_PROJECT}-0.11.1 +DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=inhabitedtype/} +GITHUB_PROJECT= angstrom MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/inhabitedtype/angstrom/ diff --git a/devel/ocaml-angstrom/buildlink3.mk b/devel/ocaml-angstrom/buildlink3.mk index dad889c8a78ba..1eb0d53e5204f 100644 --- a/devel/ocaml-angstrom/buildlink3.mk +++ b/devel/ocaml-angstrom/buildlink3.mk @@ -1,10 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 11:07:40 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/11 10:20:21 jaapb Exp $ + BUILDLINK_TREE+= ocaml-angstrom .if !defined(OCAML_ANGSTROM_BUILDLINK3_MK) OCAML_ANGSTROM_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.ocaml-angstrom+= ocaml-angstrom>=0.11.1 +BUILDLINK_API_DEPENDS.ocaml-angstrom+= ocaml-angstrom>=0.14.0 +BUILDLINK_ABI_DEPENDS.ocaml-angstrom+= ocaml-angstrom>=0.15.0 BUILDLINK_PKGSRCDIR.ocaml-angstrom?= ../../devel/ocaml-angstrom .endif # OCAML_ANGSTROM_BUILDLINK3_MK diff --git a/devel/ocaml-angstrom/distinfo b/devel/ocaml-angstrom/distinfo index 99c63de182f7f..b2318079ba3b9 100644 --- a/devel/ocaml-angstrom/distinfo +++ b/devel/ocaml-angstrom/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:15:44 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/11 10:20:21 jaapb Exp $ -BLAKE2s (angstrom-0.11.1.tar.gz) = 8488cde28204fb4d5ced85dd5718a404761aa746fecfbac349c5ae4eac6018c7 -SHA512 (angstrom-0.11.1.tar.gz) = 95d74005b4e0b8ad07ae0563b26f6fc97cd0286736b01858ed77c804f051c2bd1d153394e0ddf4010fb0e9ccf5b0eba1e872d9c0722a951f081467e5d44817b1 -Size (angstrom-0.11.1.tar.gz) = 112982 bytes +BLAKE2s (angstrom-0.15.0.tar.gz) = 6b69bf490011baf69bd9cc80fbe84a2af0e52645159ca56da8fd9d374667fe1d +SHA512 (angstrom-0.15.0.tar.gz) = 307040a6174f9d3c45a9a3bd3c9d1f4e026aef4a3360bd8d171e2e147306fe0d00ee4cb42019bb2abe8101d25c4a2b5887e466537345eb35246bc34d285ffddf +Size (angstrom-0.15.0.tar.gz) = 117195 bytes From 754997e22d171a62a3c035b322b33b718aabbe39 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 10:23:02 +0000 Subject: [PATCH 0160/1154] doc: Updated devel/ocaml-angstrom to 0.15.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2a305b29038d5..41ee9d744119c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2489 2022/05/11 09:54:49 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2490 2022/05/11 10:23:02 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3856,3 +3856,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-jsonschema to 4.5.1 [adam 2022-05-11] Updated devel/py-ipython to 8.3.0 [adam 2022-05-11] Updated devel/ocaml-bigstringaf to 0.9.0 [jaapb 2022-05-11] + Updated devel/ocaml-angstrom to 0.15.0 [jaapb 2022-05-11] From bae1d9cb0a408295c08809686e0496ad854de27d Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 10:23:11 +0000 Subject: [PATCH 0161/1154] py-barman: updated to 2.19 Version 2.19 - 9 March 2022 - Change `barman diagnose` output date format to ISO8601. - Add Google Cloud Storage (GCS) support to barman cloud. - Support `current` and `latest` recovery targets for the `--target-tli` option of `barman recover`. - Add documentation for installation on SLES. - Bug fixes: - `barman-wal-archive --test` now returns a non-zero exit code when an error occurs. - Fix `barman-cloud-check-wal-archive` behaviour when `-t` option is used so that it exits after connectivity test. - `barman recover` now continues when `--no-get-wal` is used and `"get-wal"` is not set in `recovery_options`. - Fix `barman show-servers --format=json ${server}` output for inactive server. - Check for presence of `barman_home` in configuration file. - Passive barman servers will no longer store two copies of the tablespace data when syncing backups taken with `backup_method = postgres`. - We thank richyen for his contributions to this release. Version 2.18 - 21 January 2022 - Add snappy compression algorithm support in barman cloud (requires the optional python-snappy dependency). - Allow Azure client concurrency parameters to be set when uploading WALs with barman-cloud-wal-archive. - Add `--tags` option in barman cloud so that backup files and archived WALs can be tagged in cloud storage (aws and azure). - Update the barman cloud exit status codes so that there is a dedicated code (2) for connectivity errors. - Add the commands `barman verify-backup` and `barman generate-manifest` to check if a backup is valid. - Add support for Azure Managed Identity auth in barman cloud which can be enabled with the `--credential` option. - Bug fixes: - Change `barman-cloud-check-wal-archive` behavior when bucket does not exist. - Ensure `list-files` output is always sorted regardless of the underlying filesystem. - Man pages for barman-cloud-backup-keep, barman-cloud-backup-delete and barman-cloud-check-wal-archive added to Python packaging. - We thank richyen and stratakis for their contributions to this release. Version 2.17 - 1 December 2021 - Bug fixes: - Resolves a performance regression introduced in version 2.14 which increased copy times for `barman backup` or `barman recover` commands when using the `--jobs` flag. - Ignore rsync partial transfer errors for `sender` processes so that such errors do not cause the backup to fail (thanks to barthisrael). Version 2.16 - 17 November 2021 - Add the commands `barman-check-wal-archive` and `barman-cloud-check-wal-archive` to validate if a proposed archive location is safe to use for a new PostgreSQL server. - Allow Barman to identify WAL that's already compressed using a custom compression scheme to avoid compressing it again. - Add `last_backup_minimum_size` and `last_wal_maximum_age` options to `barman check`. - Bug fixes: - Use argparse for command line parsing instead of the unmaintained argh module. - Make timezones consistent for `begin_time` and `end_time`. - We thank chtitux, George Hansper, stratakis, Thoro, and vrms for their contributions to this release. Version 2.15 - 12 October 2021 - Add plural forms for the `list-backup`, `list-server` and `show-server` commands which are now `list-backups`, `list-servers` and `show-servers`. The singular forms are retained for backward compatibility. - Add the `last-failed` backup shortcut which references the newest failed backup in the catalog so that you can do: - `barman delete last-failed` - Bug fixes: - Tablespaces will no longer be omitted from backups of EPAS versions 9.6 and 10 due to an issue detecting the correct version string on older versions of EPAS. Version 2.14 - 22 September 2021 - Add the `barman-cloud-backup-delete` command which allows backups in cloud storage to be deleted by specifying either a backup ID or a retention policy. - Allow backups to be retained beyond any retention policies in force by introducing the ability to tag existing backups as archival backups using `barman keep` and `barman-cloud-backup-keep`. - Allow the use of SAS authentication tokens created at the restricted blob container level (instead of the wider storage account level) for Azure blob storage - Significantly speed up `barman restore` into an empty directory for backups that contain hundreds of thousands of files. - Bug fixes: - The backup privileges check will no longer fail if the user lacks "userepl" permissions and will return better error messages if any required permissions are missing Version 2.13 - 26 July 2021 - Add Azure blob storage support to barman-cloud - Support tablespace remapping in barman-cloud-restore via `--tablespace name:location` - Allow barman-cloud-backup and barman-cloud-wal-archive to run as Barman hook scripts, to allow data to be relayed to cloud storage from the Barman server - Bug fixes: - Stop backups failing due to idle_in_transaction_session_timeout (https://github.com/EnterpriseDB/barman/issues/333) - Fix a race condition between backup and archive-wal in updating xlog.db entries - Handle PGDATA being a symlink in barman-cloud-backup, which led to "seeking backwards is not allowed" errors on restore - Recreate pg_wal on restore if the original was a symlink - Recreate pg_tblspc symlinks for tablespaces on restore - Make barman-cloud-backup-list skip backups it cannot read, e.g., because they are in Glacier storage - Add `-d database` option to barman-cloud-backup to specify which database to connect to initially - Fix "Backup failed uploading data" errors from barman-cloud-backup on Python 3.8 and above, caused by attempting to pickle the boto3 client - Correctly enable server-side encryption in S3 for buckets that do not have encryption enabled by default. In Barman 2.12, barman-cloud-backup's `--encryption` option did not correctly enable encryption for the contents of the backup if the backup was stored in an S3 bucket that did not have encryption enabled. If this is the case for you, please consider deleting your old backups and taking new backups with Barman 2.13. If your S3 buckets already have encryption enabled by default (which we recommend), this does not affect you. Version 2.12.1 - 30 June 2021 - Bug fixes: - Allow specifying target-tli with other target-* recovery options - Fix incorrect NAME in barman-cloud-backup-list manpage - Don't raise an error if SIGALRM is ignored - Fetch wal_keep_size, not wal_keep_segments, from Postgres 13 Version 2.12 - 5 Nov 2020 - Introduce a new backup_method option called local-rsync which targets those cases where Barman is installed on the same server where PostgreSQL is and directly uses rsync to take base backups, bypassing the SSH layer. - Bug fixes: - Avoid corrupting boto connection in worker processes - Avoid connection attempts to PostgreSQL during tests --- databases/py-barman/Makefile | 6 ++-- databases/py-barman/PLIST | 53 +++++++++++++++++++++++++++++++++++- databases/py-barman/distinfo | 8 +++--- 3 files changed, 58 insertions(+), 9 deletions(-) diff --git a/databases/py-barman/Makefile b/databases/py-barman/Makefile index 6838cce243afe..fe6fbbb111f0a 100644 --- a/databases/py-barman/Makefile +++ b/databases/py-barman/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2022/01/05 15:40:59 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/11 10:23:11 adam Exp $ -DISTNAME= barman-2.11 +DISTNAME= barman-2.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=b/barman/} @@ -12,7 +11,6 @@ COMMENT= Backup and Recovery Manager for PostgreSQL LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete -DEPENDS+= ${PYPKGPREFIX}-argh>=0.21.2:../../devel/py-argh DEPENDS+= ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3 DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.4.2:../../databases/py-psycopg2 diff --git a/databases/py-barman/PLIST b/databases/py-barman/PLIST index 6fc014f374722..39af94ad773bf 100644 --- a/databases/py-barman/PLIST +++ b/databases/py-barman/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2020/08/26 10:20:19 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/05/11 10:23:11 adam Exp $ bin/barman bin/barman-cloud-backup +bin/barman-cloud-backup-delete +bin/barman-cloud-backup-keep bin/barman-cloud-backup-list +bin/barman-cloud-check-wal-archive bin/barman-cloud-restore bin/barman-cloud-wal-archive bin/barman-cloud-wal-restore @@ -16,12 +19,18 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/barman/__init__.py ${PYSITELIB}/barman/__init__.pyc ${PYSITELIB}/barman/__init__.pyo +${PYSITELIB}/barman/annotations.py +${PYSITELIB}/barman/annotations.pyc +${PYSITELIB}/barman/annotations.pyo ${PYSITELIB}/barman/backup.py ${PYSITELIB}/barman/backup.pyc ${PYSITELIB}/barman/backup.pyo ${PYSITELIB}/barman/backup_executor.py ${PYSITELIB}/barman/backup_executor.pyc ${PYSITELIB}/barman/backup_executor.pyo +${PYSITELIB}/barman/backup_manifest.py +${PYSITELIB}/barman/backup_manifest.pyc +${PYSITELIB}/barman/backup_manifest.pyo ${PYSITELIB}/barman/cli.py ${PYSITELIB}/barman/cli.pyc ${PYSITELIB}/barman/cli.pyo @@ -31,9 +40,24 @@ ${PYSITELIB}/barman/clients/__init__.pyo ${PYSITELIB}/barman/clients/cloud_backup.py ${PYSITELIB}/barman/clients/cloud_backup.pyc ${PYSITELIB}/barman/clients/cloud_backup.pyo +${PYSITELIB}/barman/clients/cloud_backup_delete.py +${PYSITELIB}/barman/clients/cloud_backup_delete.pyc +${PYSITELIB}/barman/clients/cloud_backup_delete.pyo +${PYSITELIB}/barman/clients/cloud_backup_keep.py +${PYSITELIB}/barman/clients/cloud_backup_keep.pyc +${PYSITELIB}/barman/clients/cloud_backup_keep.pyo ${PYSITELIB}/barman/clients/cloud_backup_list.py ${PYSITELIB}/barman/clients/cloud_backup_list.pyc ${PYSITELIB}/barman/clients/cloud_backup_list.pyo +${PYSITELIB}/barman/clients/cloud_check_wal_archive.py +${PYSITELIB}/barman/clients/cloud_check_wal_archive.pyc +${PYSITELIB}/barman/clients/cloud_check_wal_archive.pyo +${PYSITELIB}/barman/clients/cloud_cli.py +${PYSITELIB}/barman/clients/cloud_cli.pyc +${PYSITELIB}/barman/clients/cloud_cli.pyo +${PYSITELIB}/barman/clients/cloud_compression.py +${PYSITELIB}/barman/clients/cloud_compression.pyc +${PYSITELIB}/barman/clients/cloud_compression.pyo ${PYSITELIB}/barman/clients/cloud_restore.py ${PYSITELIB}/barman/clients/cloud_restore.pyc ${PYSITELIB}/barman/clients/cloud_restore.pyo @@ -52,6 +76,18 @@ ${PYSITELIB}/barman/clients/walrestore.pyo ${PYSITELIB}/barman/cloud.py ${PYSITELIB}/barman/cloud.pyc ${PYSITELIB}/barman/cloud.pyo +${PYSITELIB}/barman/cloud_providers/__init__.py +${PYSITELIB}/barman/cloud_providers/__init__.pyc +${PYSITELIB}/barman/cloud_providers/__init__.pyo +${PYSITELIB}/barman/cloud_providers/aws_s3.py +${PYSITELIB}/barman/cloud_providers/aws_s3.pyc +${PYSITELIB}/barman/cloud_providers/aws_s3.pyo +${PYSITELIB}/barman/cloud_providers/azure_blob_storage.py +${PYSITELIB}/barman/cloud_providers/azure_blob_storage.pyc +${PYSITELIB}/barman/cloud_providers/azure_blob_storage.pyo +${PYSITELIB}/barman/cloud_providers/google_cloud_storage.py +${PYSITELIB}/barman/cloud_providers/google_cloud_storage.pyc +${PYSITELIB}/barman/cloud_providers/google_cloud_storage.pyo ${PYSITELIB}/barman/command_wrappers.py ${PYSITELIB}/barman/command_wrappers.pyc ${PYSITELIB}/barman/command_wrappers.pyo @@ -106,6 +142,18 @@ ${PYSITELIB}/barman/retention_policies.pyo ${PYSITELIB}/barman/server.py ${PYSITELIB}/barman/server.pyc ${PYSITELIB}/barman/server.pyo +${PYSITELIB}/barman/storage/__init__.py +${PYSITELIB}/barman/storage/__init__.pyc +${PYSITELIB}/barman/storage/__init__.pyo +${PYSITELIB}/barman/storage/file_manager.py +${PYSITELIB}/barman/storage/file_manager.pyc +${PYSITELIB}/barman/storage/file_manager.pyo +${PYSITELIB}/barman/storage/file_stats.py +${PYSITELIB}/barman/storage/file_stats.pyc +${PYSITELIB}/barman/storage/file_stats.pyo +${PYSITELIB}/barman/storage/local_file_manager.py +${PYSITELIB}/barman/storage/local_file_manager.pyc +${PYSITELIB}/barman/storage/local_file_manager.pyo ${PYSITELIB}/barman/utils.py ${PYSITELIB}/barman/utils.pyc ${PYSITELIB}/barman/utils.pyo @@ -118,8 +166,11 @@ ${PYSITELIB}/barman/wal_archiver.pyo ${PYSITELIB}/barman/xlog.py ${PYSITELIB}/barman/xlog.pyc ${PYSITELIB}/barman/xlog.pyo +man/man1/barman-cloud-backup-delete.1 +man/man1/barman-cloud-backup-keep.1 man/man1/barman-cloud-backup-list.1 man/man1/barman-cloud-backup.1 +man/man1/barman-cloud-check-wal-archive.1 man/man1/barman-cloud-restore.1 man/man1/barman-cloud-wal-archive.1 man/man1/barman-cloud-wal-restore.1 diff --git a/databases/py-barman/distinfo b/databases/py-barman/distinfo index 9bd580a9291f3..8bbfe0f8ae83e 100644 --- a/databases/py-barman/distinfo +++ b/databases/py-barman/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:09:49 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/05/11 10:23:11 adam Exp $ -BLAKE2s (barman-2.11.tar.gz) = d4e2771e79f176414aa866d64b3428ea5dc37dcc4d436fbafa449926b0f669a3 -SHA512 (barman-2.11.tar.gz) = 19862e7a50e45ec48c2e6e12aa18cdc262e5114d243d24f5b9229347a6fd9e3fe79a10a2c4a9ac14fe4c283c59c992b3b8a5409371a5b780b8c5ab20eec1ee96 -Size (barman-2.11.tar.gz) = 1260434 bytes +BLAKE2s (barman-2.19.tar.gz) = f49762d27ab46503049338e16dcca253be7b4cd5e969d9c97aa4a470587c003b +SHA512 (barman-2.19.tar.gz) = 39dacf6e4f2b3262cfce73c0cc38026412494c4469c745e164aa3b4ae188c1f4b741e217f9fc50a101d71d8a9aa9546a1d106b69f1c514c83f80aa00addf7e0a +Size (barman-2.19.tar.gz) = 1269959 bytes SHA1 (patch-barman_utils.py) = 0f93835a814bdd41c999dcebb34719312a74bd94 From cbf8c135deab25e8690ea291d60255d4c0ae7d16 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 10:25:18 +0000 Subject: [PATCH 0162/1154] Committed updated PLIST for devel/angstrom --- devel/ocaml-angstrom/PLIST | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/ocaml-angstrom/PLIST b/devel/ocaml-angstrom/PLIST index 44c27fb90511f..fbdfec02169d5 100644 --- a/devel/ocaml-angstrom/PLIST +++ b/devel/ocaml-angstrom/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2019/03/19 11:07:40 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/11 10:25:18 jaapb Exp $ ${OCAML_SITELIB}/angstrom/META ${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom.a ${OCAML_SITELIB}/angstrom/angstrom.cma @@ -18,6 +18,9 @@ ${OCAML_SITELIB}/angstrom/angstrom__Buffering.cmi ${OCAML_SITELIB}/angstrom/angstrom__Buffering.cmt ${OCAML_SITELIB}/angstrom/angstrom__Buffering.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom__Buffering.cmx +${OCAML_SITELIB}/angstrom/angstrom__Exported_state.cmi +${OCAML_SITELIB}/angstrom/angstrom__Exported_state.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom__Exported_state.cmx ${OCAML_SITELIB}/angstrom/angstrom__Input.cmi ${OCAML_SITELIB}/angstrom/angstrom__Input.cmt ${OCAML_SITELIB}/angstrom/angstrom__Input.cmti @@ -32,6 +35,7 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom__Parser.cmx ${OCAML_SITELIB}/angstrom/buffering.ml ${OCAML_SITELIB}/angstrom/buffering.mli ${OCAML_SITELIB}/angstrom/dune-package +${OCAML_SITELIB}/angstrom/exported_state.ml ${OCAML_SITELIB}/angstrom/input.ml ${OCAML_SITELIB}/angstrom/input.mli ${OCAML_SITELIB}/angstrom/more.ml From 45e7eaeeb206bc57f3f8874a33273f5d1f32ed5e Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 10:27:50 +0000 Subject: [PATCH 0163/1154] Updated www/ocaml-uril to version 4.2.0. Upstream changes are minor bugfixes and additions. --- www/ocaml-uri/Makefile | 10 +++++----- www/ocaml-uri/PLIST | 2 +- www/ocaml-uri/buildlink3.mk | 4 ++-- www/ocaml-uri/distinfo | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/www/ocaml-uri/Makefile b/www/ocaml-uri/Makefile index 43fc61cefbda4..e8e28fe449470 100644 --- a/www/ocaml-uri/Makefile +++ b/www/ocaml-uri/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:13:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/11 10:27:50 jaapb Exp $ -GITHUB_PROJECT= ocaml-uri -GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-3.1.0 -PKGREVISION= 1 +DISTNAME= ${GITHUB_PROJECT}-4.2.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} +GITHUB_PROJECT= ocaml-uri +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/mirage/ocaml-uri/ @@ -18,6 +17,7 @@ OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= uri uri-sexp OPAM_INSTALL_FILES= uri uri-sexp +.include "../../devel/ocaml-angstrom/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" .include "../../devel/ocaml-re/buildlink3.mk" .include "../../devel/ocaml-sexplib0/buildlink3.mk" diff --git a/www/ocaml-uri/PLIST b/www/ocaml-uri/PLIST index 394846621b21c..e9a7215120414 100644 --- a/www/ocaml-uri/PLIST +++ b/www/ocaml-uri/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/04/21 11:21:47 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/11 10:27:50 jaapb Exp $ ${OCAML_SITELIB}/uri-sexp/META ${OCAML_SITELIB}/uri-sexp/dune-package ${OCAML_SITELIB}/uri-sexp/opam diff --git a/www/ocaml-uri/buildlink3.mk b/www/ocaml-uri/buildlink3.mk index 3db4f3715a3eb..4002111c7153c 100644 --- a/www/ocaml-uri/buildlink3.mk +++ b/www/ocaml-uri/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2020/04/21 11:21:47 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2022/05/11 10:27:50 jaapb Exp $ BUILDLINK_TREE+= ocaml-uri @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-uri OCAML_URI_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-uri+= ocaml-uri>=3.0.0 -BUILDLINK_ABI_DEPENDS.ocaml-uri+= ocaml-uri>=3.1.0 +BUILDLINK_ABI_DEPENDS.ocaml-uri+= ocaml-uri>=4.2.0 BUILDLINK_PKGSRCDIR.ocaml-uri?= ../../www/ocaml-uri .endif # OCAML_URI_BUILDLINK3_MK diff --git a/www/ocaml-uri/distinfo b/www/ocaml-uri/distinfo index 0f77d59db728f..306c6a85a4b52 100644 --- a/www/ocaml-uri/distinfo +++ b/www/ocaml-uri/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:29:42 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/11 10:27:50 jaapb Exp $ -BLAKE2s (ocaml-uri-3.1.0.tar.gz) = 03ac04da0e34f4d7e719ff4b8469b11203c69a300e523730368ec21408201dd3 -SHA512 (ocaml-uri-3.1.0.tar.gz) = 05c29710e8bd0eb92a3b1438b201776055490f9c913da75de20917f0e8a95b502e59c0b4776f9f111d78a6818f7b815572a68231aa5b106637f11b5e13214e72 -Size (ocaml-uri-3.1.0.tar.gz) = 216814 bytes +BLAKE2s (ocaml-uri-4.2.0.tar.gz) = e4beb73fedaf3ab2b3e3a4a1dc97e7adf8461d8c81b2fb5636c9e07b3df6d6b2 +SHA512 (ocaml-uri-4.2.0.tar.gz) = 25510db4d6a5491ab02e7c62360f91b95e6cd3b5892311c7d3ef159be15906eab849728f96687082852e1ab8ff6e3d9f51831229780abc4ed8cb6acff50aa1b9 +Size (ocaml-uri-4.2.0.tar.gz) = 231300 bytes From c58ef643a9687eb077ef3e60b501a7d042b9c6c9 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 11 May 2022 10:29:48 +0000 Subject: [PATCH 0164/1154] xscreensaver: Put back app-defaults handling. --- x11/xscreensaver/Makefile | 4 ++-- x11/xscreensaver/PLIST | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 5bab4fb3cde3d..f35a4af0a0123 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2022/04/18 19:10:18 adam Exp $ +# $NetBSD: Makefile,v 1.138 2022/05/11 10:29:48 jperkin Exp $ DISTNAME= xscreensaver-6.03 PKGREVISION= 1 @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --without-motif CONFIGURE_ARGS.NetBSD+= --without-kerberos #CONFIGURE_ARGS+= --with-pthread -#CONFIGURE_ENV+= ac_cv_x_app_defaults="${PREFIX}/lib/X11/app-defaults" +CONFIGURE_ENV+= ac_cv_x_app_defaults="${PREFIX}/lib/X11/app-defaults" #CONFIGURE_ENV+= ac_cv_perl_version="${PERL_VERSION_cmd:sh}" #CONFIGURE_ENV+= INTLTOOL_PERL=${PERL5:Q} #.if defined(PKGREVISION) diff --git a/x11/xscreensaver/PLIST b/x11/xscreensaver/PLIST index feb9254f354fb..9de09a49c42ae 100644 --- a/x11/xscreensaver/PLIST +++ b/x11/xscreensaver/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.54 2022/03/08 07:27:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.55 2022/05/11 10:29:48 jperkin Exp $ bin/xscreensaver bin/xscreensaver-command bin/xscreensaver-demo bin/xscreensaver-settings +lib/X11/app-defaults/XScreenSaver libexec/xscreensaver/abstractile libexec/xscreensaver/anemone libexec/xscreensaver/anemotaxis From 0962025dc0b45e351bfaddb23e8901e0a87d721a Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 10:30:31 +0000 Subject: [PATCH 0165/1154] doc: Updated www/ocaml-uri to 4.2.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 41ee9d744119c..b0e082d01f400 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2490 2022/05/11 10:23:02 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2491 2022/05/11 10:30:31 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3857,3 +3857,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-ipython to 8.3.0 [adam 2022-05-11] Updated devel/ocaml-bigstringaf to 0.9.0 [jaapb 2022-05-11] Updated devel/ocaml-angstrom to 0.15.0 [jaapb 2022-05-11] + Updated www/ocaml-uri to 4.2.0 [jaapb 2022-05-11] diff --git a/doc/TODO b/doc/TODO index bea76f7901c72..cf7472cab8e34 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21842 2022/05/11 09:54:49 jaapb Exp $ +$NetBSD: TODO,v 1.21843 2022/05/11 10:30:31 jaapb Exp $ Suggested new packages ====================== @@ -1206,7 +1206,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o ocaml-psq-0.2.0 o ocaml-resource-pooling-1.2 o ocaml-safepass-3.1 - o ocaml-uri-4.1.0 o ocaml-zarith-1.12 o ocaml-zip-110 o ocrad-0.25 From 4ec9c0a4c4d57a3e981e8fab8642b15a48fbcf36 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 10:40:58 +0000 Subject: [PATCH 0166/1154] Updated net/ocaml-conduit to version 5.1.0. There are many upstream bugfixes and additions, but nothing breaking. --- net/ocaml-conduit/Makefile | 10 +++++----- net/ocaml-conduit/PLIST | 6 +++++- net/ocaml-conduit/buildlink3.mk | 6 +++--- net/ocaml-conduit/distinfo | 8 ++++---- net/ocaml-conduit/options.mk | 4 +++- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/net/ocaml-conduit/Makefile b/net/ocaml-conduit/Makefile index 1e1741cd0c1a9..05b1009e78289 100644 --- a/net/ocaml-conduit/Makefile +++ b/net/ocaml-conduit/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2021/03/08 08:13:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/11 10:40:58 jaapb Exp $ GITHUB_PROJECT= ocaml-conduit GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-2.1.0 -PKGREVISION= 2 +DISTNAME= ${GITHUB_PROJECT}-5.1.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} @@ -16,13 +15,14 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= conduit -OPAM_INSTALL_FILES= conduit +OPAM_INSTALL_FILES= ${DUNE_BUILD_PACKAGES} +OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} .include "options.mk" .include "../../devel/ocaml-astring/buildlink3.mk" .include "../../devel/ocaml-logs/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" -.include "../../devel/ocaml-result/buildlink3.mk" +#.include "../../devel/ocaml-result/buildlink3.mk" .include "../../devel/ocaml-sexplib/buildlink3.mk" .include "../../net/ocaml-ipaddr/buildlink3.mk" .include "../../www/ocaml-uri/buildlink3.mk" diff --git a/net/ocaml-conduit/PLIST b/net/ocaml-conduit/PLIST index eade1ba6c00e8..a549bd68444fe 100644 --- a/net/ocaml-conduit/PLIST +++ b/net/ocaml-conduit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/04/08 12:46:24 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/11 10:40:58 jaapb Exp $ ${PLIST.async}${OCAML_SITELIB}/conduit-async/META ${PLIST.async}${PLIST.ocaml-opt}${OCAML_SITELIB}/conduit-async/conduit_async.a ${PLIST.async}${OCAML_SITELIB}/conduit-async/conduit_async.cma @@ -53,8 +53,10 @@ ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_server.ml ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_server.mli ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_tls.cmi ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_tls.cmt +${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_tls.cmti ${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_tls.cmx ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_tls.ml +${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_tls.mli ${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix.a ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix.cma ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix.cmi @@ -67,8 +69,10 @@ ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix.ml ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix.mli ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix_ssl.cmi ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix_ssl.cmt +${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix_ssl.cmti ${PLIST.lwt}${PLIST.ocaml-opt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix_ssl.cmx ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix_ssl.ml +${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/conduit_lwt_unix_ssl.mli ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/dune-package ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/opam ${PLIST.lwt}${OCAML_SITELIB}/conduit-lwt-unix/resolver_lwt_unix.cmi diff --git a/net/ocaml-conduit/buildlink3.mk b/net/ocaml-conduit/buildlink3.mk index 57ee5e9219017..f8484e4f0a3f8 100644 --- a/net/ocaml-conduit/buildlink3.mk +++ b/net/ocaml-conduit/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.2 2020/04/08 12:46:24 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/11 10:40:58 jaapb Exp $ BUILDLINK_TREE+= ocaml-conduit .if !defined(OCAML_CONDUIT_BUILDLINK3_MK) OCAML_CONDUIT_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.ocaml-conduit+= ocaml-conduit>=2.0.0 -BUILDLINK_ABI_DEPENDS.ocaml-conduit+= ocaml-conduit>=2.1.0 +BUILDLINK_API_DEPENDS.ocaml-conduit+= ocaml-conduit>=3.0.0 +BUILDLINK_ABI_DEPENDS.ocaml-conduit+= ocaml-conduit>=5.1.0 BUILDLINK_PKGSRCDIR.ocaml-conduit?= ../../net/ocaml-conduit .endif # OCAML_CONDUIT_BUILDLINK3_MK diff --git a/net/ocaml-conduit/distinfo b/net/ocaml-conduit/distinfo index 5d9aa2e6a0fd4..32ccc7a2e07c3 100644 --- a/net/ocaml-conduit/distinfo +++ b/net/ocaml-conduit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:06:10 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/11 10:40:58 jaapb Exp $ -BLAKE2s (ocaml-conduit-2.1.0.tar.gz) = 2434fe9477719707a411fbfbc802bbc128a9f339b95a87129e4b4857d8cdaa6a -SHA512 (ocaml-conduit-2.1.0.tar.gz) = c65f55933d00f17f281474d756064e89424226defa10a1e82716ed8f50ceb5f2c8c005b42f25ef32702ccb2ce827f605da4d88425e24198962c264689f48ac82 -Size (ocaml-conduit-2.1.0.tar.gz) = 41641 bytes +BLAKE2s (ocaml-conduit-5.1.0.tar.gz) = 3feddff26a003c6e988a1e934e4dd5e4a9069491da51e5a815f7857d5c6807ac +SHA512 (ocaml-conduit-5.1.0.tar.gz) = 5308803f4653d30399b1549cd4f27d0132b2f0202cc626cd1344620684bd8a7e08b8de1887cad73a0eba4c677946192aa05199bce8c0844fecf3695338156b09 +Size (ocaml-conduit-5.1.0.tar.gz) = 41320 bytes diff --git a/net/ocaml-conduit/options.mk b/net/ocaml-conduit/options.mk index 041b072a3acb5..81e75830c1828 100644 --- a/net/ocaml-conduit/options.mk +++ b/net/ocaml-conduit/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2020/06/29 10:15:07 yyamano Exp $ +# $NetBSD: options.mk,v 1.3 2022/05/11 10:40:58 jaapb Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ocaml-conduit PKG_SUPPORTED_OPTIONS= async lwt @@ -15,6 +15,8 @@ PLIST_VARS+= async lwt ### .if !empty(PKG_OPTIONS:Masync) .include "../../devel/ocaml-async/buildlink3.mk" +.include "../../devel/ocaml-core/buildlink3.mk" +.include "../../devel/ocaml-ppx_here/buildlink3.mk" DUNE_BUILD_PACKAGES+= conduit-async OPAM_INSTALL_FILES+= conduit-async PLIST.async= yes From 38ca23054097c872910a696d38bf3743a1f1eeb2 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 10:43:45 +0000 Subject: [PATCH 0167/1154] doc: Updated net/ocaml-conduit to 5.1.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b0e082d01f400..d3812536f838d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2491 2022/05/11 10:30:31 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2492 2022/05/11 10:43:45 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3858,3 +3858,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/ocaml-bigstringaf to 0.9.0 [jaapb 2022-05-11] Updated devel/ocaml-angstrom to 0.15.0 [jaapb 2022-05-11] Updated www/ocaml-uri to 4.2.0 [jaapb 2022-05-11] + Updated net/ocaml-conduit to 5.1.0 [jaapb 2022-05-11] diff --git a/doc/TODO b/doc/TODO index cf7472cab8e34..36ba7be30ab07 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21843 2022/05/11 10:30:31 jaapb Exp $ +$NetBSD: TODO,v 1.21844 2022/05/11 10:43:45 jaapb Exp $ Suggested new packages ====================== @@ -1192,7 +1192,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o ocaml-base64-3.5.0 o ocaml-batteries-3.3.0 o ocaml-cohttp-4.0.0 - o ocaml-conduit-4.0.0 o ocaml-cryptokit-116.1 o ocaml-duff-0.4 o ocaml-encore-0.8 From 5617c0530be02d22ef957f7555815151606e45de Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 11:01:39 +0000 Subject: [PATCH 0168/1154] py-pypiserver: updated to 1.5.0 1.5.0 (2022-05-01) ------------------ - CHORE: pull CHANGES.rst from v1.4.x - DOC: add call for maintainers to README - DOC: Fixes in README examples - DOC: start of empty contributor documentation directory - ENH: added JSON Topic for use with micropython-upip - ENH: Backwards-compatible argparse config (not yet in use) - ENH: Refactor storage operations into separate Backend classes - ENH: Restore ability to drop hashing in new config - ENH: Specify doctype for generated pages. Fixed violation of PEP 503 warning with pip>=22. - ENH: Use argparse config throughout app - FIX: Fix silly typo in the readme :) - FIX: fix small typing and lint errors in config.py - FIX: fix version incompatibility that breaks twine in docker test - FIX: fix(setuptools-in-tests) add `packages=[]` in test setup - FIX: Gunicorn/gevent docker, log fixes, cache busting - MAINT: Add aggregate "tests" job - MAINT: Add release to PyPi job - MAINT: add github action for release management - MAINT: Add python 3.9 testing - MAINT: Cleanup code to python 3.6 - MAINT: contributor update in README - MAINT: disable unstable test for Python 3.9 - MAINT: Docker improvements - MAINT: drop standalone, drop py 2.7 and 3.5 - MAINT: Merge branch 'v1.4.x' - MAINT: Push to Docker Hub from CI - MAINT: Refactor test_server to increase speed - MAINT: Run black on codebase - MAINT: run gh actions on PRs from forks - MAINT: small code style fixes - MAINT: Switch to GH actions --- net/py-pypiserver/Makefile | 21 +++++++++------------ net/py-pypiserver/PLIST | 14 +++++++++++++- net/py-pypiserver/distinfo | 10 +++++----- net/py-pypiserver/patches/patch-setup.py | 20 ++++++++++---------- 4 files changed, 37 insertions(+), 28 deletions(-) diff --git a/net/py-pypiserver/Makefile b/net/py-pypiserver/Makefile index 56c095d7bfb26..5f72c25dd37a5 100644 --- a/net/py-pypiserver/Makefile +++ b/net/py-pypiserver/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/01/05 15:41:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/11 11:01:39 adam Exp $ -DISTNAME= pypiserver-1.4.2 +DISTNAME= pypiserver-1.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypiserver/} EXTRACT_SUFX= .zip @@ -16,25 +15,23 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.25.0:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6:../../security/py-passlib DEPENDS+= ${PYPKGPREFIX}-watchdog-[0-9]*:../../sysutils/py-watchdog TEST_DEPENDS+= ${PYPKGPREFIX}-WebTest-[0-9]*:../../www/py-WebTest +TEST_DEPENDS+= ${PYPKGPREFIX}-pip>=7:../../devel/py-pip +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.3:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox TEST_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine -.include "../../lang/python/pyversion.mk" - -.if ${_PYTHON_VERSION} == 27 -TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock -.endif - -PYTHON_VERSIONED_DEPENDENCIES= pip:test test:test +USE_LANGUAGES= # none USE_PKG_RESOURCES= yes -USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} pypi-server pypi-server-${PYVERSSUFFIX} || ${TRUE} +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests + .include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-pypiserver/PLIST b/net/py-pypiserver/PLIST index 1ec844f853ea8..7e4360fe140ad 100644 --- a/net/py-pypiserver/PLIST +++ b/net/py-pypiserver/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2019/05/29 20:13:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/11 11:01:39 adam Exp $ bin/pypi-server-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -16,16 +16,28 @@ ${PYSITELIB}/pypiserver/__main__.pyo ${PYSITELIB}/pypiserver/_app.py ${PYSITELIB}/pypiserver/_app.pyc ${PYSITELIB}/pypiserver/_app.pyo +${PYSITELIB}/pypiserver/backend.py +${PYSITELIB}/pypiserver/backend.pyc +${PYSITELIB}/pypiserver/backend.pyo ${PYSITELIB}/pypiserver/bottle.py ${PYSITELIB}/pypiserver/bottle.pyc ${PYSITELIB}/pypiserver/bottle.pyo ${PYSITELIB}/pypiserver/cache.py ${PYSITELIB}/pypiserver/cache.pyc ${PYSITELIB}/pypiserver/cache.pyo +${PYSITELIB}/pypiserver/config.py +${PYSITELIB}/pypiserver/config.pyc +${PYSITELIB}/pypiserver/config.pyo ${PYSITELIB}/pypiserver/core.py ${PYSITELIB}/pypiserver/core.pyc ${PYSITELIB}/pypiserver/core.pyo ${PYSITELIB}/pypiserver/manage.py ${PYSITELIB}/pypiserver/manage.pyc ${PYSITELIB}/pypiserver/manage.pyo +${PYSITELIB}/pypiserver/pkg_helpers.py +${PYSITELIB}/pypiserver/pkg_helpers.pyc +${PYSITELIB}/pypiserver/pkg_helpers.pyo +${PYSITELIB}/pypiserver/plugin.py +${PYSITELIB}/pypiserver/plugin.pyc +${PYSITELIB}/pypiserver/plugin.pyo ${PYSITELIB}/pypiserver/welcome.html diff --git a/net/py-pypiserver/distinfo b/net/py-pypiserver/distinfo index eadee787f57c0..26e6f17492249 100644 --- a/net/py-pypiserver/distinfo +++ b/net/py-pypiserver/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:06:42 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/05/11 11:01:39 adam Exp $ -BLAKE2s (pypiserver-1.4.2.zip) = 536d93dfa80261ff022c5704e76a0868926af53b71f21a12e96c831f99938759 -SHA512 (pypiserver-1.4.2.zip) = f7e17dd894d62300ba27d99244e809b3789c658a5eba8d82236c8b978e28091877dd26526ce5574466dba470d70e03381982ec818a7c969071283370eb6d4cf2 -Size (pypiserver-1.4.2.zip) = 547599 bytes -SHA1 (patch-setup.py) = 711949ce59a54a88e2cf4af347ddc7db24683357 +BLAKE2s (pypiserver-1.5.0.zip) = 60b7f76e39fc8feafaf1bfbfcfcbd562388a33cd7cf226de90a151b3c6476e7e +SHA512 (pypiserver-1.5.0.zip) = 9db136e8492260ad5c747adacb0d03ff89e64460a22b05b9d0be35da36fd82a5a8e98bda8c0517fb5d139957bf5626127f199358ecfb36d359e7d719dadabac9 +Size (pypiserver-1.5.0.zip) = 196915 bytes +SHA1 (patch-setup.py) = bb5ab96568ded55d450e564d3adae57f59282ad1 diff --git a/net/py-pypiserver/patches/patch-setup.py b/net/py-pypiserver/patches/patch-setup.py index 884d8148cee0e..389e309e1df7e 100644 --- a/net/py-pypiserver/patches/patch-setup.py +++ b/net/py-pypiserver/patches/patch-setup.py @@ -1,15 +1,15 @@ -$NetBSD: patch-setup.py,v 1.2 2020/01/16 08:20:02 adam Exp $ +$NetBSD: patch-setup.py,v 1.3 2022/05/11 11:01:39 adam Exp $ Do not require setuptools-git for building. ---- setup.py.orig 2019-09-17 18:56:54.000000000 +0000 +--- setup.py.orig 2022-05-01 18:53:34.000000000 +0000 +++ setup.py -@@ -20,7 +20,7 @@ tests_require = [ - if sys.version_info == (2, 7): - tests_require.append("mock") +@@ -14,7 +14,7 @@ tests_require = [ + "webtest", + ] --setup_requires = ["setuptools", "setuptools-git >= 0.3"] -+setup_requires = ["setuptools"] - if sys.version_info >= (3, 5): - setup_requires.append("wheel >= 0.25.0") # earlier wheels fail in 3.5 - else: +-setup_requires = ["setuptools", "setuptools-git >= 0.3", "wheel >= 0.25.0"] ++setup_requires = ["setuptools", "wheel >= 0.25.0"] + + + def read_file(rel_path: str): From 60cac209c05db36ffb387dca0c1f08ad34855580 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 11 May 2022 11:02:09 +0000 Subject: [PATCH 0169/1154] Updated databases/py-barman, net/py-pypiserver --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d3812536f838d..9ef0ebdd0c0b9 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2492 2022/05/11 10:43:45 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2493 2022/05/11 11:02:09 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3859,3 +3859,5 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/ocaml-angstrom to 0.15.0 [jaapb 2022-05-11] Updated www/ocaml-uri to 4.2.0 [jaapb 2022-05-11] Updated net/ocaml-conduit to 5.1.0 [jaapb 2022-05-11] + Updated databases/py-barman to 2.19 [adam 2022-05-11] + Updated net/py-pypiserver to 1.5.0 [adam 2022-05-11] From 1a2c3de2ca5bcb7858c1a5f3a155ecc24b0836ab Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 11:07:39 +0000 Subject: [PATCH 0170/1154] Update security/ocaml-cryptokit to version 1.17. There are many minor updates and bugfixes, and the build system has changed to dune. --- security/ocaml-cryptokit/Makefile | 11 ++++------- security/ocaml-cryptokit/PLIST | 12 ++++++++---- security/ocaml-cryptokit/buildlink3.mk | 4 ++-- security/ocaml-cryptokit/distinfo | 8 ++++---- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index d4ca720ea7aed..5a48805623813 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.24 2021/03/08 08:13:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/11 11:07:39 jaapb Exp $ # -VERSION= 1.13 +VERSION= 1.17 GITHUB_PROJECT= cryptokit GITHUB_TAG= release${VERSION:S/.//} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=xavierleroy/} @@ -15,12 +14,10 @@ HOMEPAGE= https://github.com/xavierleroy/cryptokit COMMENT= Cryptographic primitives library for Objective Caml LICENSE= gnu-lgpl-v2 # with static compilation exception -OCAML_USE_OASIS= yes +OCAML_USE_DUNE= yes .include "../../mk/ocaml.mk" - -USE_TOOLS+= gmake - +.include "../../devel/ocaml-dune-configurator/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../math/ocaml-zarith/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/ocaml-cryptokit/PLIST b/security/ocaml-cryptokit/PLIST index ab91c36b7b049..2f6d1b02f307d 100644 --- a/security/ocaml-cryptokit/PLIST +++ b/security/ocaml-cryptokit/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2017/07/11 12:34:22 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/05/11 11:07:39 jaapb Exp $ ${OCAML_SITELIB}/cryptokit/META ${PLIST.ocaml-opt}${OCAML_SITELIB}/cryptokit/cryptokit.a -${OCAML_SITELIB}/cryptokit/cryptokit.annot ${OCAML_SITELIB}/cryptokit/cryptokit.cma ${OCAML_SITELIB}/cryptokit/cryptokit.cmi ${OCAML_SITELIB}/cryptokit/cryptokit.cmt @@ -9,12 +8,17 @@ ${OCAML_SITELIB}/cryptokit/cryptokit.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/cryptokit/cryptokit.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/cryptokit/cryptokit.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/cryptokit/cryptokit.cmxs +${OCAML_SITELIB}/cryptokit/cryptokit.ml ${OCAML_SITELIB}/cryptokit/cryptokit.mli -${OCAML_SITELIB}/cryptokit/cryptokitBignum.annot ${OCAML_SITELIB}/cryptokit/cryptokitBignum.cmi ${OCAML_SITELIB}/cryptokit/cryptokitBignum.cmt ${OCAML_SITELIB}/cryptokit/cryptokitBignum.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/cryptokit/cryptokitBignum.cmx +${OCAML_SITELIB}/cryptokit/cryptokitBignum.ml ${OCAML_SITELIB}/cryptokit/cryptokitBignum.mli -${OCAML_SITELIB}/cryptokit/dllcryptokit_stubs.so +${OCAML_SITELIB}/cryptokit/dune-package ${PLIST.ocaml-opt}${OCAML_SITELIB}/cryptokit/libcryptokit_stubs.a +${OCAML_SITELIB}/cryptokit/opam +${OCAML_SITELIB}/stublibs/dllcryptokit_stubs.so +share/doc/cryptokit/LICENSE +share/doc/cryptokit/README.md diff --git a/security/ocaml-cryptokit/buildlink3.mk b/security/ocaml-cryptokit/buildlink3.mk index fc78f6c749eab..b0850302dc2e2 100644 --- a/security/ocaml-cryptokit/buildlink3.mk +++ b/security/ocaml-cryptokit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2021/03/08 08:13:05 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2022/05/11 11:07:39 jaapb Exp $ BUILDLINK_TREE+= ocaml-cryptokit @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-cryptokit OCAML_CRYPTOKIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cryptokit+= ocaml-cryptokit>=1.5 -BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.13nb1 +BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.17 BUILDLINK_PKGSRCDIR.ocaml-cryptokit?= ../../security/ocaml-cryptokit .include "../../math/ocaml-zarith/buildlink3.mk" diff --git a/security/ocaml-cryptokit/distinfo b/security/ocaml-cryptokit/distinfo index 4949d7b59e886..078f858cd18e2 100644 --- a/security/ocaml-cryptokit/distinfo +++ b/security/ocaml-cryptokit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:17:21 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/11 11:07:39 jaapb Exp $ -BLAKE2s (cryptokit-1.13.tar.gz) = 3bbc8dfe46604ef39eb7330c4b155cd47021373b06b537988b4441b29ef0ee22 -SHA512 (cryptokit-1.13.tar.gz) = b739e88660ee7cc5883293554d78006d3b4ba705ae4af52f6402f1c721310b68c46003016b2e16fab4fea86542afa69acc7193c7186771f4a5ad29723a6901f9 -Size (cryptokit-1.13.tar.gz) = 165723 bytes +BLAKE2s (cryptokit-1.17.tar.gz) = bc6c26bca995daebe6b91040a26aec7d19bab1cee0646766e05b93d6cead7782 +SHA512 (cryptokit-1.17.tar.gz) = b58bd5da8285fccd9ad15d9230afd1aae689d381f05a2c351207932bea21f1f8d2d7581edd6c109da74462caf8aae912a84c6c7f6b974e9df0b39a0b609bc5c1 +Size (cryptokit-1.17.tar.gz) = 137696 bytes From 8545099b13d732e79e312bbfdd098f22d3e9d230 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 11:10:21 +0000 Subject: [PATCH 0171/1154] doc: Updated security/ocaml-cryptokit to 1.17 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9ef0ebdd0c0b9..3f3a35643b84e 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2493 2022/05/11 11:02:09 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2494 2022/05/11 11:10:21 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3861,3 +3861,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/ocaml-conduit to 5.1.0 [jaapb 2022-05-11] Updated databases/py-barman to 2.19 [adam 2022-05-11] Updated net/py-pypiserver to 1.5.0 [adam 2022-05-11] + Updated security/ocaml-cryptokit to 1.17 [jaapb 2022-05-11] From 0ae3326cdd00a1660b2acfce6ebf5140571583d2 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 11:25:03 +0000 Subject: [PATCH 0172/1154] Created package devel/ocaml-hmap, version 0.8.1. This is a heterogenous value map library for OCaml. It is needed as a dependency for the new version of www/ocsigen. --- devel/ocaml-hmap/DESCR | 4 ++++ devel/ocaml-hmap/Makefile | 21 +++++++++++++++++++++ devel/ocaml-hmap/PLIST | 14 ++++++++++++++ devel/ocaml-hmap/buildlink3.mk | 14 ++++++++++++++ devel/ocaml-hmap/distinfo | 5 +++++ 5 files changed, 58 insertions(+) create mode 100644 devel/ocaml-hmap/DESCR create mode 100644 devel/ocaml-hmap/Makefile create mode 100644 devel/ocaml-hmap/PLIST create mode 100644 devel/ocaml-hmap/buildlink3.mk create mode 100644 devel/ocaml-hmap/distinfo diff --git a/devel/ocaml-hmap/DESCR b/devel/ocaml-hmap/DESCR new file mode 100644 index 0000000000000..baa7ef8c03223 --- /dev/null +++ b/devel/ocaml-hmap/DESCR @@ -0,0 +1,4 @@ +Hmap provides heterogeneous value maps for OCaml. These maps +bind keys to values with arbitrary types. Keys witness the type of +the value they are bound to which allows to add and lookup +bindings in a type safe manner. diff --git a/devel/ocaml-hmap/Makefile b/devel/ocaml-hmap/Makefile new file mode 100644 index 0000000000000..c81b38379ceca --- /dev/null +++ b/devel/ocaml-hmap/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2022/05/11 11:25:03 jaapb Exp $ + +DISTNAME= hmap-0.8.1 +PKGNAME= ocaml-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= https://erratique.ch/software/hmap/releases/ +EXTRACT_SUFX= .tbz + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= https://erratique.ch/software/hmap/ +COMMENT= Heterogeneous value map library +LICENSE= isc + +USE_LANGUAGES= # none + +OCAML_USE_TOPKG= yes +OCAML_USE_OPAM= yes + +.include "../../mk/ocaml.mk" +.include "../../devel/ocamlbuild/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-hmap/PLIST b/devel/ocaml-hmap/PLIST new file mode 100644 index 0000000000000..8b1ec59d9e0e2 --- /dev/null +++ b/devel/ocaml-hmap/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/11 11:25:03 jaapb Exp $ +${OCAML_SITELIB}/hmap/META +${PLIST.ocaml-opt}${OCAML_SITELIB}/hmap/hmap.a +${OCAML_SITELIB}/hmap/hmap.cma +${OCAML_SITELIB}/hmap/hmap.cmi +${OCAML_SITELIB}/hmap/hmap.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/hmap/hmap.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/hmap/hmap.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/hmap/hmap.cmxs +${OCAML_SITELIB}/hmap/hmap.mli +${OCAML_SITELIB}/hmap/opam +share/doc/hmap/CHANGES.md +share/doc/hmap/LICENSE.md +share/doc/hmap/README.md diff --git a/devel/ocaml-hmap/buildlink3.mk b/devel/ocaml-hmap/buildlink3.mk new file mode 100644 index 0000000000000..47d8b717f1590 --- /dev/null +++ b/devel/ocaml-hmap/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2022/05/11 11:25:03 jaapb Exp $ + +BUILDLINK_TREE+= ocaml-hmap + +.if !defined(OCAML_HMAP_BUILDLINK3_MK) +OCAML_HMAP_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.ocaml-hmap+= ocaml-hmap>=0.8.1 +BUILDLINK_ABI_DEPENDS.ocaml-hmap+= ocaml-hmap>=0.8.1 +BUILDLINK_PKGSRCDIR.ocaml-hmap?= ../../devel/ocaml-hmap + +.endif # OCAML_HMAP_BUILDLINK3_MK + +BUILDLINK_TREE+= -ocaml-hmap diff --git a/devel/ocaml-hmap/distinfo b/devel/ocaml-hmap/distinfo new file mode 100644 index 0000000000000..407f27e370da2 --- /dev/null +++ b/devel/ocaml-hmap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/11 11:25:03 jaapb Exp $ + +BLAKE2s (hmap-0.8.1.tbz) = 4086b72c036ac79f2c93ab962ea2ab12d96776536f8aaa6c926838c5d2d80ced +SHA512 (hmap-0.8.1.tbz) = 9c476d9cf4acc16332e646ed67086d680d14dad76b1e7d3bfbbe22ddb96c55469efba1e2f006f89ef4816b26b68a9aa8094308967bda44283ed4384554fa9bb5 +Size (hmap-0.8.1.tbz) = 4801 bytes From cbf5cdaab5c1afaec247279eb8e91bdf811934f9 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 11:27:47 +0000 Subject: [PATCH 0173/1154] doc: Added devel/ocaml-hmap version 0.8.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3f3a35643b84e..d95ffe2f19f35 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2494 2022/05/11 11:10:21 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2495 2022/05/11 11:27:47 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3862,3 +3862,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/py-barman to 2.19 [adam 2022-05-11] Updated net/py-pypiserver to 1.5.0 [adam 2022-05-11] Updated security/ocaml-cryptokit to 1.17 [jaapb 2022-05-11] + Added devel/ocaml-hmap version 0.8.1 [jaapb 2022-05-11] From eca323f91ffdaabe6784c0b75f6724bba754de9f Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 11:30:22 +0000 Subject: [PATCH 0174/1154] Added ocaml-hmap to Makefile SUBDIRs --- devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index ba41e773349bd..4f040aa55f984 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3737 2022/05/05 09:04:02 jaapb Exp $ +# $NetBSD: Makefile,v 1.3738 2022/05/11 11:30:22 jaapb Exp $ # COMMENT= Development utilities @@ -1126,6 +1126,7 @@ SUBDIR+= ocaml-fmt SUBDIR+= ocaml-fpath SUBDIR+= ocaml-git SUBDIR+= ocaml-hex +SUBDIR+= ocaml-hmap SUBDIR+= ocaml-int_repr SUBDIR+= ocaml-intrinsics SUBDIR+= ocaml-jane-street-headers From 37fee4b66e44ce85af2cad3489ba78cddcca3060 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 11 May 2022 11:31:19 +0000 Subject: [PATCH 0175/1154] xscreensaver: bump PKGREVISION for PLIST change --- x11/xscreensaver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index f35a4af0a0123..d393ff93ce5ab 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.138 2022/05/11 10:29:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.139 2022/05/11 11:31:19 wiz Exp $ DISTNAME= xscreensaver-6.03 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= https://www.jwz.org/xscreensaver/ DIST_SUBDIR= xscreensaver From 8087bb707643eac1c476996d562a8d17a1e11811 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 11:56:46 +0000 Subject: [PATCH 0176/1154] Updated misc/ocaml-magic-mime to version 1.2.0. Upstream changes are mostly minor. --- misc/ocaml-magic-mime/Makefile | 5 ++--- misc/ocaml-magic-mime/buildlink3.mk | 4 ++-- misc/ocaml-magic-mime/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/misc/ocaml-magic-mime/Makefile b/misc/ocaml-magic-mime/Makefile index 1d446ca44f876..4e10d09fa4565 100644 --- a/misc/ocaml-magic-mime/Makefile +++ b/misc/ocaml-magic-mime/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:13:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/11 11:56:46 jaapb Exp $ GITHUB_PROJECT= ocaml-magic-mime GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-1.1.2 -PKGREVISION= 1 +DISTNAME= ${GITHUB_PROJECT}-1.2.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} diff --git a/misc/ocaml-magic-mime/buildlink3.mk b/misc/ocaml-magic-mime/buildlink3.mk index ed2a254bf2540..be60617656f43 100644 --- a/misc/ocaml-magic-mime/buildlink3.mk +++ b/misc/ocaml-magic-mime/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2020/01/24 16:29:14 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2022/05/11 11:56:46 jaapb Exp $ BUILDLINK_TREE+= ocaml-magic-mime @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-magic-mime OCAML_MAGIC_MIME_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-magic-mime+= ocaml-magic-mime>=1.1.1 -BUILDLINK_ABI_DEPENDS.ocaml-magic-mime+= ocaml-magic-mime>=1.1.2 +BUILDLINK_ABI_DEPENDS.ocaml-magic-mime+= ocaml-magic-mime>=1.2.0 BUILDLINK_PKGSRCDIR.ocaml-magic-mime?= ../../misc/ocaml-magic-mime .endif # OCAML_MAGIC_MIME_BUILDLINK3_MK diff --git a/misc/ocaml-magic-mime/distinfo b/misc/ocaml-magic-mime/distinfo index 740f7be0df113..250ea49ff5ed8 100644 --- a/misc/ocaml-magic-mime/distinfo +++ b/misc/ocaml-magic-mime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:59:17 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/11 11:56:46 jaapb Exp $ -BLAKE2s (ocaml-magic-mime-1.1.2.tar.gz) = f5f071ea2e910626a76538489722b25de9c2f907b8c0f862daca1363f4617d7d -SHA512 (ocaml-magic-mime-1.1.2.tar.gz) = 5464d14ad4013f8bf0b4da9b79331ba99aba7877141779f5bc4d13a0b3a36ac8dd6e693f020365e4c645b2a3df7d7a97dd0bd07e5c4263585f745d4ead4e8423 -Size (ocaml-magic-mime-1.1.2.tar.gz) = 13215 bytes +BLAKE2s (ocaml-magic-mime-1.2.0.tar.gz) = 11135216e2ea4601569e54e9947049fec59060572ae308071ad52916e420167f +SHA512 (ocaml-magic-mime-1.2.0.tar.gz) = 70bef663f8cff23d1c9eaf479493309d5eb9c9cec0988eda610025d8c547f778702137c58c39d16a512c3b70034baa67556d4745606d29a003dff4aaf89b0bd9 +Size (ocaml-magic-mime-1.2.0.tar.gz) = 13234 bytes From 3f5180252cbbe4db37076eec4b96cae2dcdc45c5 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 11:59:35 +0000 Subject: [PATCH 0177/1154] doc: Updated misc/ocaml-magic-mime to 1.2.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d95ffe2f19f35..fb625519f4e2d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2495 2022/05/11 11:27:47 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2496 2022/05/11 11:59:35 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3863,3 +3863,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/py-pypiserver to 1.5.0 [adam 2022-05-11] Updated security/ocaml-cryptokit to 1.17 [jaapb 2022-05-11] Added devel/ocaml-hmap version 0.8.1 [jaapb 2022-05-11] + Updated misc/ocaml-magic-mime to 1.2.0 [jaapb 2022-05-11] diff --git a/doc/TODO b/doc/TODO index 36ba7be30ab07..c0d7c9e9c2b59 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21844 2022/05/11 10:43:45 jaapb Exp $ +$NetBSD: TODO,v 1.21845 2022/05/11 11:59:35 jaapb Exp $ Suggested new packages ====================== @@ -1199,7 +1199,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o ocaml-expat-1.1.0 o ocaml-fpath-0.7.3 o ocaml-lru-0.3.0 - o ocaml-magic-mime-1.1.3 o ocaml-mtime-1.2.0 o ocaml-parsexp-0.14.0 o ocaml-psq-0.2.0 From 00e4d5b0cf729844ebeca4576e188fd33342a36b Mon Sep 17 00:00:00 2001 From: micha Date: Wed, 11 May 2022 12:19:47 +0000 Subject: [PATCH 0178/1154] cross/avr-libc: Update to 2.1.0 *** Changes in avr-libc-2.1.0: * Improvements and additions: - Patch #9187 improved the library coverage for the AVR_TINY architecture (ATtiny10 and relatives). In particular, many of the functions from are now available there. - Patch #8729 adds ISR_NOICF and ISR_FLATTEN to * Bugs fixed: [#36933] Documentation no longer correctly describes how to declare [#41689] add static_assert to assert.h [#48898] power_usart3_* functions no more defined in power.h [#49020] dtostre() flags documentation error [#49447] Example code for uart_putchar() has error in recursive call strings for storage in program memory [#50439] avr/iom32u4.h does not define PRTIM4 [#51755] iotn441.h & iotn841.h missing definitions for PUEA[0-7] and PUEB[0-3] [no-id] util/eu_dst.h: fix reversed DST decision logic for March and October [no-id] util/delay.h.in: add missing return * Contributed Patches: [no-id] Define weak symbols for known memory region sizes based on device. header definitions, starting with fuse region. [#8961] Update test script for new simulavr and library layout [#8964] Update tests isinf-01.c, signbit-01.c and modf-np.c [#9163] New eeprom write block function for xmega using eeprom page write [#8729] [avr/interrupt.h] Add ISR_NOICF, ISR_FLATTEN. Fix namespace of identifiers. [#8536] Fix a typo within [#8649] small documentation fixes in [#9187] [AVR_TINY]: Support 16-bit xtoa functons and more string functions. [#9400] Add avrxmega3 multilibs [#9659] Update eeprom_is_ready for avrxmega3 devices [#9553] Fix some issues in libc/ [#9864] Use proper float function names and prototypes --- cross/avr-libc/MESSAGE | 6 ----- cross/avr-libc/Makefile | 5 ++-- cross/avr-libc/PLIST | 24 +++++++++++++------ cross/avr-libc/distinfo | 16 ++++++------- cross/avr-libc/patches/patch-doc_Makefile.in | 4 ++-- .../patches/patch-doc_api_Makefile.in | 4 ++-- .../patches/patch-include_avr_power.h | 4 ++-- .../avr-libc/patches/patch-include_avr_wdt.h | 4 ++-- 8 files changed, 35 insertions(+), 32 deletions(-) delete mode 100644 cross/avr-libc/MESSAGE diff --git a/cross/avr-libc/MESSAGE b/cross/avr-libc/MESSAGE deleted file mode 100644 index 43e81d85df021..0000000000000 --- a/cross/avr-libc/MESSAGE +++ /dev/null @@ -1,6 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.2 2015/02/25 15:46:52 mef Exp $ -Man pages are installed in ${PREFIX}/share/doc/avr-libc/man/man3/ -To read those pages, for example, use - env MANPATH=${PREFIX}/share/doc/avr-libc/man man BOOTLOADER_SECTION -=========================================================================== diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile index d13ed92226b16..c1f90e3263f3e 100644 --- a/cross/avr-libc/Makefile +++ b/cross/avr-libc/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2022/01/19 03:50:32 dsainty Exp $ +# $NetBSD: Makefile,v 1.61 2022/05/11 12:19:47 micha Exp $ -DISTNAME= avr-libc-2.0.0 -PKGREVISION= 6 +DISTNAME= avr-libc-2.1.0 CATEGORIES= cross MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/ EXTRACT_SUFX= .tar.bz2 diff --git a/cross/avr-libc/PLIST b/cross/avr-libc/PLIST index c76e564c8c30e..d006ac0eb07ce 100644 --- a/cross/avr-libc/PLIST +++ b/cross/avr-libc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2021/09/08 12:20:35 micha Exp $ +@comment $NetBSD: PLIST,v 1.28 2022/05/11 12:19:47 micha Exp $ avr/include/alloca.h avr/include/assert.h avr/include/avr/boot.h @@ -764,6 +764,18 @@ avr/lib/avrxmega2/libprintf_flt.a avr/lib/avrxmega2/libprintf_min.a avr/lib/avrxmega2/libscanf_flt.a avr/lib/avrxmega2/libscanf_min.a +avr/lib/avrxmega3/libc.a +avr/lib/avrxmega3/libm.a +avr/lib/avrxmega3/libprintf_flt.a +avr/lib/avrxmega3/libprintf_min.a +avr/lib/avrxmega3/libscanf_flt.a +avr/lib/avrxmega3/libscanf_min.a +avr/lib/avrxmega3/short-calls/libc.a +avr/lib/avrxmega3/short-calls/libm.a +avr/lib/avrxmega3/short-calls/libprintf_flt.a +avr/lib/avrxmega3/short-calls/libprintf_min.a +avr/lib/avrxmega3/short-calls/libscanf_flt.a +avr/lib/avrxmega3/short-calls/libscanf_min.a avr/lib/avrxmega4/crtatxmega64a3.o avr/lib/avrxmega4/crtatxmega64a3u.o avr/lib/avrxmega4/crtatxmega64a4u.o @@ -983,9 +995,7 @@ ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_d.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_e.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_f.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_g.html -${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_h.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_i.html -${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_l.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_m.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_n.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_o.html @@ -1143,10 +1153,8 @@ ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdiodemo-setup.jpg ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdlib_8h.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdlib_8h_source.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdlib__private_8h_source.html -${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/strdup_8c.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/string_8h.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/string_8h_source.html -${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/strtok_8c.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/structdiv__t.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/structldiv__t.html ${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/structtm.html @@ -1259,8 +1267,10 @@ ${PLIST.doc}share/doc/avr-libc/man/man3/ISR.3 ${PLIST.doc}share/doc/avr-libc/man/man3/ISR_ALIAS.3 ${PLIST.doc}share/doc/avr-libc/man/man3/ISR_ALIASOF.3 ${PLIST.doc}share/doc/avr-libc/man/man3/ISR_BLOCK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ISR_FLATTEN.3 ${PLIST.doc}share/doc/avr-libc/man/man3/ISR_NAKED.3 ${PLIST.doc}share/doc/avr-libc/man/man3/ISR_NOBLOCK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ISR_NOICF.3 ${PLIST.doc}share/doc/avr-libc/man/man3/M_1_PI.3 ${PLIST.doc}share/doc/avr-libc/man/man3/M_2_PI.3 ${PLIST.doc}share/doc/avr-libc/man/man3/M_2_SQRTPI.3 @@ -1489,6 +1499,7 @@ ${PLIST.doc}share/doc/avr-libc/man/man3/_NOP.3 ${PLIST.doc}share/doc/avr-libc/man/man3/_PROTECTED_WRITE.3 ${PLIST.doc}share/doc/avr-libc/man/man3/_VECTOR.3 ${PLIST.doc}share/doc/avr-libc/man/man3/_WEEK_DAYS_.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ASM_ALIAS.3 ${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_.3 ${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_STRING__.3 ${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_MAJOR__.3 @@ -1586,6 +1597,7 @@ ${PLIST.doc}share/doc/avr-libc/man/man3/calloc.3 ${PLIST.doc}share/doc/avr-libc/man/man3/cbi.3 ${PLIST.doc}share/doc/avr-libc/man/man3/cbrt.3 ${PLIST.doc}share/doc/avr-libc/man/man3/cbrtf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ccp_write_io.3 ${PLIST.doc}share/doc/avr-libc/man/man3/ceil.3 ${PLIST.doc}share/doc/avr-libc/man/man3/ceilf.3 ${PLIST.doc}share/doc/avr-libc/man/man3/clearerr.3 @@ -1911,7 +1923,6 @@ ${PLIST.doc}share/doc/avr-libc/man/man3/strcpy_PF.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strcspn.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strcspn_P.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strdup.3 -${PLIST.doc}share/doc/avr-libc/man/man3/strdup.c.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strftime.3 ${PLIST.doc}share/doc/avr-libc/man/man3/string.h.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strlcat.3 @@ -1953,7 +1964,6 @@ ${PLIST.doc}share/doc/avr-libc/man/man3/strstr_P.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strstr_PF.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strtod.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strtok.3 -${PLIST.doc}share/doc/avr-libc/man/man3/strtok.c.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strtok_P.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strtok_r.3 ${PLIST.doc}share/doc/avr-libc/man/man3/strtok_rP.3 diff --git a/cross/avr-libc/distinfo b/cross/avr-libc/distinfo index 750bb59362c79..aa1197bcf360c 100644 --- a/cross/avr-libc/distinfo +++ b/cross/avr-libc/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 10:07:51 nia Exp $ +$NetBSD: distinfo,v 1.19 2022/05/11 12:19:47 micha Exp $ -BLAKE2s (avr-libc-2.0.0.tar.bz2) = 6f479e6e99725d5a596ef9c128a07d1ba4bcf8a2dcf5b18527f9b102903396d2 -SHA512 (avr-libc-2.0.0.tar.bz2) = fc8d062043d633350dbe05978935dcb8028257a4f1013f246af9658aef0671def19ac11577d1ee9302df68df1b8cf030b22441d96852e185db212263aacabea6 -Size (avr-libc-2.0.0.tar.bz2) = 3590893 bytes -SHA1 (patch-doc_Makefile.in) = 948571851d14a15dd6aea71fa94fab86349d0988 -SHA1 (patch-doc_api_Makefile.in) = f40ae53e9ebfdeec562746586e2145570fb2429d -SHA1 (patch-include_avr_power.h) = 0b1c6f4dd9339cae40c740868ba85c39f3eeb74d -SHA1 (patch-include_avr_wdt.h) = 4e0882cc6e795870e58182ebe7820f9bc98bf2ce +BLAKE2s (avr-libc-2.1.0.tar.bz2) = 985f22c8e7172ba3a6ee550c60b287c96bd41d56691d208ee33ed9303603f066 +SHA512 (avr-libc-2.1.0.tar.bz2) = 207b8844353c45172cc819cd5e694bbfe7cd281359cd01cff520f1e70226852d708f1a4fc2e841b2ceb8e3f7d19f2ce45a3f499aee4a25eeb5f6f0aa919611c8 +Size (avr-libc-2.1.0.tar.bz2) = 3638672 bytes +SHA1 (patch-doc_Makefile.in) = 6d3c75f5fb881f641c802975654c6b4a9d8104ec +SHA1 (patch-doc_api_Makefile.in) = d291bc2934fc2a6ed92196a547c324c27930c4b5 +SHA1 (patch-include_avr_power.h) = 3b54a61d889b6a87d1a6d660e16dfcfc80199108 +SHA1 (patch-include_avr_wdt.h) = 7bdea512809854a531ff5f6341834b86f5546417 diff --git a/cross/avr-libc/patches/patch-doc_Makefile.in b/cross/avr-libc/patches/patch-doc_Makefile.in index 57e5e92c49dba..0c789b296ef4e 100644 --- a/cross/avr-libc/patches/patch-doc_Makefile.in +++ b/cross/avr-libc/patches/patch-doc_Makefile.in @@ -1,11 +1,11 @@ -$NetBSD: patch-doc_Makefile.in,v 1.3 2021/09/08 12:20:35 micha Exp $ +$NetBSD: patch-doc_Makefile.in,v 1.4 2022/05/11 12:19:47 micha Exp $ Adding PATH at installation time for OBJCOPY = avr-objcopy etc. See comment on SUBST part in Makefile. --- doc/Makefile.in.orig 2011-02-17 05:57:10.000000000 +0900 +++ doc/Makefile.in 2012-02-07 10:59:07.000000000 +0900 -@@ -334,6 +334,7 @@ +@@ -335,6 +335,7 @@ SUBDIRS = examples @DOCSDIR@ DIST_SUBDIRS = examples api EXTRA_DIST = CHANGES.old ChangeLog INSTALL TODO diff --git a/cross/avr-libc/patches/patch-doc_api_Makefile.in b/cross/avr-libc/patches/patch-doc_api_Makefile.in index a0a4c7dfa246a..e43e4de2ed892 100644 --- a/cross/avr-libc/patches/patch-doc_api_Makefile.in +++ b/cross/avr-libc/patches/patch-doc_api_Makefile.in @@ -1,11 +1,11 @@ -$NetBSD: patch-doc_api_Makefile.in,v 1.4 2021/09/08 12:20:35 micha Exp $ +$NetBSD: patch-doc_api_Makefile.in,v 1.5 2022/05/11 12:19:47 micha Exp $ Fix dependencies. Ultimately ignore the errors from latex though, since undefined references remain. --- doc/api/Makefile.in.orig 2016-06-19 16:33:29.514161905 +0000 +++ doc/api/Makefile.in -@@ -636,7 +636,7 @@ $(USER_MANUAL)/index.html: latex_src/ref +@@ -641,7 +641,7 @@ $(USER_MANUAL)/index.html: latex_src/ref dox-pdf: $(USER_MANUAL).pdf $(USER_MANUAL).pdf: latex_src/refman.tex diff --git a/cross/avr-libc/patches/patch-include_avr_power.h b/cross/avr-libc/patches/patch-include_avr_power.h index e424bfea58eff..5f7d805e9a2ba 100644 --- a/cross/avr-libc/patches/patch-include_avr_power.h +++ b/cross/avr-libc/patches/patch-include_avr_power.h @@ -1,11 +1,11 @@ -$NetBSD: patch-include_avr_power.h,v 1.1 2021/09/08 12:20:35 micha Exp $ +$NetBSD: patch-include_avr_power.h,v 1.2 2022/05/11 12:19:47 micha Exp $ Fix support for ATmega324PA. http://savannah.nongnu.org/bugs/?61102 --- include/avr/power.h.orig 2016-02-07 22:59:49.000000000 +0000 +++ include/avr/power.h -@@ -1303,6 +1303,7 @@ __power_all_disable() +@@ -1343,6 +1343,7 @@ __power_all_disable() || defined(__AVR_ATmega256RFR2__) \ || defined(__AVR_ATmega324A__) \ || defined(__AVR_ATmega324P__) \ diff --git a/cross/avr-libc/patches/patch-include_avr_wdt.h b/cross/avr-libc/patches/patch-include_avr_wdt.h index 4b1452411b4ed..977a5ec320090 100644 --- a/cross/avr-libc/patches/patch-include_avr_wdt.h +++ b/cross/avr-libc/patches/patch-include_avr_wdt.h @@ -1,4 +1,4 @@ -$NetBSD: patch-include_avr_wdt.h,v 1.1 2021/09/08 12:20:35 micha Exp $ +$NetBSD: patch-include_avr_wdt.h,v 1.2 2022/05/11 12:19:47 micha Exp $ Fix comments for ATmega324PA. @@ -13,7 +13,7 @@ Fix comments for ATmega324PA. ATmega640, ATmega1280, ATmega1281, ATmega2560, ATmega2561, ATmega8HVA, ATmega16HVA, ATmega32HVB, ATmega406, ATmega1284P, -@@ -570,7 +570,7 @@ void wdt_disable (void) +@@ -574,7 +574,7 @@ void wdt_disable (void) ATtiny261, ATtiny461, ATtiny861, ATmega48, ATmega48A, ATmega48PA, ATmega88, ATmega168, ATmega48P, ATmega88P, ATmega168P, ATmega328P, From 216c652f4283184f354dd2a6111677f655548ddf Mon Sep 17 00:00:00 2001 From: micha Date: Wed, 11 May 2022 12:21:08 +0000 Subject: [PATCH 0179/1154] doc: Updated cross/avr-libc to 2.1.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index fb625519f4e2d..80edc5472fde3 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2496 2022/05/11 11:59:35 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2497 2022/05/11 12:21:08 micha Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3864,3 +3864,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/ocaml-cryptokit to 1.17 [jaapb 2022-05-11] Added devel/ocaml-hmap version 0.8.1 [jaapb 2022-05-11] Updated misc/ocaml-magic-mime to 1.2.0 [jaapb 2022-05-11] + Updated cross/avr-libc to 2.1.0 [micha 2022-05-11] From 0978027e244e8f691a50e0cc643ec3f3630ff93a Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 13:26:05 +0000 Subject: [PATCH 0180/1154] Updated devel/ocaml-base64 to version 3.5.0. There is one API-breaking change: * Base64.alphabet is updated and returns a simple string now Other changes are minor bugfixes and improvements. --- devel/ocaml-base64/Makefile | 5 ++--- devel/ocaml-base64/PLIST | 10 +++++++++- devel/ocaml-base64/buildlink3.mk | 6 +++--- devel/ocaml-base64/distinfo | 8 ++++---- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/devel/ocaml-base64/Makefile b/devel/ocaml-base64/Makefile index 175179fa32fee..e97652e39d0a2 100644 --- a/devel/ocaml-base64/Makefile +++ b/devel/ocaml-base64/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2021/03/08 08:12:48 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/11 13:26:05 jaapb Exp $ -VERSION= 3.1.0 +VERSION= 3.5.0 GITHUB_PROJECT= ocaml-base64 DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/ocaml-base64/PLIST b/devel/ocaml-base64/PLIST index 577f7e7fe84a3..b9b2c6a255bc2 100644 --- a/devel/ocaml-base64/PLIST +++ b/devel/ocaml-base64/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2019/03/05 17:34:16 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/11 13:26:05 jaapb Exp $ ${OCAML_SITELIB}/base64/META ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.a ${OCAML_SITELIB}/base64/base64.cma @@ -10,6 +10,13 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.cmxs ${OCAML_SITELIB}/base64/base64.ml ${OCAML_SITELIB}/base64/base64.mli +${OCAML_SITELIB}/base64/base64__.cmi +${OCAML_SITELIB}/base64/base64__.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64__.cmx +${OCAML_SITELIB}/base64/base64__.ml +${OCAML_SITELIB}/base64/base64__Unsafe.cmi +${OCAML_SITELIB}/base64/base64__Unsafe.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64__Unsafe.cmx ${OCAML_SITELIB}/base64/dune-package ${OCAML_SITELIB}/base64/opam ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/rfc2045/base64_rfc2045.a @@ -22,6 +29,7 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/rfc2045/base64_rfc2045.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/rfc2045/base64_rfc2045.cmxs ${OCAML_SITELIB}/base64/rfc2045/base64_rfc2045.ml ${OCAML_SITELIB}/base64/rfc2045/base64_rfc2045.mli +${OCAML_SITELIB}/base64/unsafe.ml share/doc/base64/CHANGES.md share/doc/base64/LICENSE.md share/doc/base64/README.md diff --git a/devel/ocaml-base64/buildlink3.mk b/devel/ocaml-base64/buildlink3.mk index 728cb876ed689..c147bbde7646e 100644 --- a/devel/ocaml-base64/buildlink3.mk +++ b/devel/ocaml-base64/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.5 2019/03/05 17:34:16 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2022/05/11 13:26:05 jaapb Exp $ BUILDLINK_TREE+= ocaml-base64 .if !defined(OCAML_BASE64_BUILDLINK3_MK) OCAML_BASE64_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=3.0.0 -BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=3.1.0 +BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=3.5.0 +BUILDLINK_ABI_DEPENDS.ocaml-base64+= ocaml-base64>=3.5.0 BUILDLINK_PKGSRCDIR.ocaml-base64?= ../../devel/ocaml-base64 .endif # OCAML_BASE64_BUILDLINK3_MK diff --git a/devel/ocaml-base64/distinfo b/devel/ocaml-base64/distinfo index af7f3f7153c8a..1a2c21a4254bf 100644 --- a/devel/ocaml-base64/distinfo +++ b/devel/ocaml-base64/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:15:45 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/11 13:26:05 jaapb Exp $ -BLAKE2s (ocaml-base64-3.1.0.tar.gz) = fc908f880fbe3d2ab0f9cb76ef26c13a451a131a25f20926216a43989849f65f -SHA512 (ocaml-base64-3.1.0.tar.gz) = a663ed2adf5675a9021e39f9bb5c3a8f4bf51277e4cd298c41b588442084acb8019c9fa672cf2616088dae560d2536a0c5ff0908f9305b23c0bb4c0b3b76d2a4 -Size (ocaml-base64-3.1.0.tar.gz) = 17018 bytes +BLAKE2s (ocaml-base64-3.5.0.tar.gz) = e83fd7c8370708c0a2ed55c7906d3f4fc162d8fd942845f93d2495686f426f3a +SHA512 (ocaml-base64-3.5.0.tar.gz) = a3886701943a9b165a74e45f66c3d8279b381927774217f5e042494811bc17a08f8933292335d4b76f01c6b1d3c496b4cfca650faa5848ddbf6150ac87386038 +Size (ocaml-base64-3.5.0.tar.gz) = 18888 bytes From 59f2a571e764892d824b1e687a305c176236cb40 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 13:28:46 +0000 Subject: [PATCH 0181/1154] doc: Updated devel/ocaml-base64 to 3.5.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 80edc5472fde3..d265cfa191f2b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2497 2022/05/11 12:21:08 micha Exp $ +$NetBSD: CHANGES-2022,v 1.2498 2022/05/11 13:28:46 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3865,3 +3865,4 @@ Changes to the packages collection and infrastructure in 2022: Added devel/ocaml-hmap version 0.8.1 [jaapb 2022-05-11] Updated misc/ocaml-magic-mime to 1.2.0 [jaapb 2022-05-11] Updated cross/avr-libc to 2.1.0 [micha 2022-05-11] + Updated devel/ocaml-base64 to 3.5.0 [jaapb 2022-05-11] diff --git a/doc/TODO b/doc/TODO index c0d7c9e9c2b59..a22026259aca7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21845 2022/05/11 11:59:35 jaapb Exp $ +$NetBSD: TODO,v 1.21846 2022/05/11 13:28:46 jaapb Exp $ Suggested new packages ====================== @@ -1189,7 +1189,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o oath-toolkit-2.6.6 o objc-3.3.24 o ocaml-4.14.0 - o ocaml-base64-3.5.0 o ocaml-batteries-3.3.0 o ocaml-cohttp-4.0.0 o ocaml-cryptokit-116.1 From 2aa80b7f96274c7cb3adb417f4fd130b0525083e Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 13:35:27 +0000 Subject: [PATCH 0182/1154] (security/R-argon2) Updated 0.2.0 to 0.4.0 Release 0.4-0: * Update argon2 internals to release 20190702. Release 0.3-0: * Changed argument "type" to "variant" in pw_hash(). * Expose argon2 secondary inputs to users. * Fixed a bad error message. --- security/R-argon2/Makefile | 4 ++-- security/R-argon2/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/R-argon2/Makefile b/security/R-argon2/Makefile index bc3b239a87321..2f3932f7cc814 100644 --- a/security/R-argon2/Makefile +++ b/security/R-argon2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2021/02/08 11:16:26 mef Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/11 13:35:27 mef Exp $ R_PKGNAME= argon2 -R_PKGVER= 0.2-0 +R_PKGVER= 0.4-0 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/R-argon2/distinfo b/security/R-argon2/distinfo index 13feb1e9f9dca..4a4135284b481 100644 --- a/security/R-argon2/distinfo +++ b/security/R-argon2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:16:57 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/11 13:35:27 mef Exp $ -BLAKE2s (R/argon2_0.2-0.tar.gz) = 185c27ea9028417eba031cdc45d3397f86ed4442b31e4db43e88706a44827313 -SHA512 (R/argon2_0.2-0.tar.gz) = 2889b2a60c7d067fce712618bc9355f759fd00003c6c9d4ce99deb9fe63607a383502ddf3905fe24754234cc978aed7274e6aa2b3ff2930e4b75a40931be601d -Size (R/argon2_0.2-0.tar.gz) = 47719 bytes +BLAKE2s (R/argon2_0.4-0.tar.gz) = e998b3e724b46a7af6298f473fbda70b8a4c190815771eae023217948e1bb011 +SHA512 (R/argon2_0.4-0.tar.gz) = de0af94e3b49d13897bb91b07df6da95c3ad5a436b84e8a1b745f8cdea0dd42df2ac79f6bc7742d20bc0d962a5bbb6af2c1ec5cac00b0dcfe7081658f6f2cea0 +Size (R/argon2_0.4-0.tar.gz) = 95520 bytes From bd055e19ef20d84d05f5f19d32586dfed18d2f37 Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 13:35:37 +0000 Subject: [PATCH 0183/1154] doc: Updated security/R-argon2 to 0.4.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d265cfa191f2b..0987d9925e2bb 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2498 2022/05/11 13:28:46 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2499 2022/05/11 13:35:37 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3866,3 +3866,4 @@ Changes to the packages collection and infrastructure in 2022: Updated misc/ocaml-magic-mime to 1.2.0 [jaapb 2022-05-11] Updated cross/avr-libc to 2.1.0 [micha 2022-05-11] Updated devel/ocaml-base64 to 3.5.0 [jaapb 2022-05-11] + Updated security/R-argon2 to 0.4.0 [mef 2022-05-11] From 577083e6806a405384e4d8119de2e61cdfa8e799 Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 13:48:07 +0000 Subject: [PATCH 0184/1154] (security/R-digest) Updated 0.6.25 to 0.6.29 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2021-11-30 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.6.29 * src/digest.c (digest): Accomodate Windows UCRT build * man/AES.Rd: Remove one URL that upsets the URL checker * README.md: Update one URL that upsets the URL checker 2021-11-20 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll minor version * vignettes/sha1.md: Renamed from .Rmd, corrected code block syntax 2021-11-19 Dirk Eddelbuettel * DESCRIPTION (VignetteBuilder): Converted to simplermarkdown engine * vignettes/sha1.Rmd: Idem * vignettes/water.css: Added 2021-11-05 Dirk Eddelbuettel * README.md: Remove Travis badge * .travis.yml: Remove Travis YAML config 2021-09-23 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.6.28 2021-09-22 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll minor version * vignettes/sha1.Rmd (date): Remove knitr date calculation in YAML header which GitHub does not like and mistakes for Jekyll code * docs/mkdmt-src/src/vignette.md (date): Idem * README.md: Add total download badge, label other as monthly 2021-09-22 András Svraka * R/vdigest.R (non_streaming_digest): Ensure UTF-8 encoded file paths on Windows * inst/tinytest/test_encoding.R: Expand test coverage for path name encodings on Windows 2021-03-28 Dirk Eddelbuettel * docs/mkdmt-src/: Moved mkdocs-material input 2021-03-26 Dirk Eddelbuettel * README.md: Add 'last commit' badge 2021-03-23 Dirk Eddelbuettel * DESCRIPTION (URL): Add link to repo 2021-03-22 Dirk Eddelbuettel * docs-src/mkdocs.yml (theme): Add (draft, incomplete) vignette * docs-src/src/vignette.md (title): Idem 2021-03-22 Floris Vanderhaeghe * man/digest.Rd: Reworded to also highlight file mode 2021-01-16 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll minor version * src/SpookyV2.cpp: Disallow unaligned reads which have been seen to trigger SAN issues as reported by Winston in #167 2020-12-23 Dirk Eddelbuettel * .github/workflows/ci.yaml: Add CI runner using r-ci * README.md: Add new CI badge 2020-10-20 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.6.27 2020-10-19 Dirk Eddelbuettel * src/blake3_dispatch.c: Comment-out include of intrinsics to also comment-out erroring on insufficient architectures such as Solaris 2020-10-17 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.6.26 * docs/: Added package website * docs-src/: Added package website inputs * .travis.yml (dist): Change to focal 2020-10-15 Dirk Eddelbuettel * README.md: Update URLs * man/digest.Rd: Ditto * man/hmac.Rd: Ditto 2020-10-14 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll minor version * inst/tinytest/test_blake3.R: Skip file-based blake3 tests on Windows * vignettes/sha1.Rmd: Switch to minidown and 'framework: water' * DESCRIPTION (Suggests): Add minidown 2020-10-07 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll minor version 2020-10-06 Winston Chang * R/digest.R: Speedup via explicit alternative values for match.arg() and a direct call to serialize() * R/vdigest.R: Idem * R/init.R: Idem (for serialize()) * inst/tinytest/test_digest.R: New test ensuring all variants hit 2020-09-21 Dirk Eddelbuettel * .travis.yml: Updated to 'bionic', R 4.0, and BSPM 2020-08-03 Dirk Eddelbuettel * DESCRIPTION (Depends): Roll Depends: on to R (>= 3.3.0) due to use of startsWith(), with thanks to Florian Pein 2020-05-20 Dirk Eddelbuettel * .travis.yml: Switch to bionic and R 4.0.0 2020-05-19 Dirk Schumacher * src/digest.c: Support file operation * inst/tinytest/test_blake3.R: Update test 2020-05-19 Dirk Eddelbuettel * DESCRIPTION (Version): Roll minor version and date 2020-05-19 Dirk Schumacher * src/blake3.c: Add blake3 implementation * src/blake3.h: Idem * src/blake3_dispatch.c: Idem * src/blake3_impl.h: Idem * src/blake3_portable.c: Idem * src/digest.c: Support blake3 call * R/digest.R: Idem * inst/tinytest/test_blake3.R: Add tests * man/digest.Rd: Add documentation 2020-03-05 Harris McGehee * man/sha1.Rd: Correct typo 2020-02-26 Dirk Eddelbuettel * README.md: Add Debian badge 2020-02-22 Dirk Eddelbuettel --- security/R-digest/Makefile | 4 ++-- security/R-digest/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/R-digest/Makefile b/security/R-digest/Makefile index bded522f2b9bc..1b21d4f354a21 100644 --- a/security/R-digest/Makefile +++ b/security/R-digest/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2020/07/31 18:42:19 brook Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/11 13:48:07 mef Exp $ R_PKGNAME= digest -R_PKGVER= 0.6.25 +R_PKGVER= 0.6.29 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/R-digest/distinfo b/security/R-digest/distinfo index 4a299fd6d1a06..74a5f050fabcc 100644 --- a/security/R-digest/distinfo +++ b/security/R-digest/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:16:58 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/11 13:48:07 mef Exp $ -BLAKE2s (R/digest_0.6.25.tar.gz) = 90859635bc1be7ba57d42bf6f2f55b0ecca59822c4b41694b754adb84153fdf4 -SHA512 (R/digest_0.6.25.tar.gz) = 5fb3683a3d20740aee0c98bdd52e60ebad3e7c7ca8db770d360aebf138b81f1623b70cdb382b2b32c5b7b59dbeef529cc2a75a7c5421c8be90c08c5a46bb1bc1 -Size (R/digest_0.6.25.tar.gz) = 145642 bytes +BLAKE2s (R/digest_0.6.29.tar.gz) = 7f25fcfa534821fc127d7bebe754f01030697d591f0ab2c7e79038e0ee73dcd7 +SHA512 (R/digest_0.6.29.tar.gz) = 6e92db3b5f4e34c2ce7435ac5381ea5af8c7e07c34c25dad9aa27dbc7df13f578c61f632e5afa1f3009ef84131f601b47a92d3cd41fd96ddf3caee1560931f07 +Size (R/digest_0.6.29.tar.gz) = 162775 bytes From 62894197099a048a522ed738f39ad0c2f570a8b8 Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 13:48:16 +0000 Subject: [PATCH 0185/1154] doc: Updated security/R-digest to 0.6.29 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0987d9925e2bb..d6bababd303cf 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2499 2022/05/11 13:35:37 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2500 2022/05/11 13:48:16 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3867,3 +3867,4 @@ Changes to the packages collection and infrastructure in 2022: Updated cross/avr-libc to 2.1.0 [micha 2022-05-11] Updated devel/ocaml-base64 to 3.5.0 [jaapb 2022-05-11] Updated security/R-argon2 to 0.4.0 [mef 2022-05-11] + Updated security/R-digest to 0.6.29 [mef 2022-05-11] diff --git a/doc/TODO b/doc/TODO index a22026259aca7..da2baa01d60ca 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21846 2022/05/11 13:28:46 jaapb Exp $ +$NetBSD: TODO,v 1.21847 2022/05/11 13:48:16 mef Exp $ Suggested new packages ====================== @@ -381,7 +381,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o R-bbmle-1.0.23.1 o R-blob-1.2.1 o R-coda-0.19.4 - o R-digest-0.6.27 o R-effects-4.2.0 o R-emdbook-1.3.12 o R-fBasics-3042.89.1 From 7c325d759a14f2325ecc5d07730c98668c2613f8 Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 14:03:37 +0000 Subject: [PATCH 0186/1154] (security/R-openssl) Updated 1.4.3 to 2.0.0 2.0.0 - The default fingerprint() for keys has changed from md5 to sha256. This is a breaking change, but in line with other software phasing out md5, and needed to support systems where use of MD5 has been disabled to comply with FIPS. - Make the test-suite pass under FIPS on RHEL 8. - New family of ssl_ctx functions to manipulate an SSL context from inside curl https requests. - Rd manuals have been markdownified 1.4.6 - Update unit tests to new pki.goog test servers 1.4.5 - Tweaks and fixes for upcoming OpenSSLv3. Once OpenSSLv3 is released we should port the deprecated functions, but for now we keep supporting OpenSSL 1.0.2. 1.4.4 - Fix rand_bytes for large input - Remove some legacy Windows workarounds from R 3.2 - Windows: upgrade libs to openssl 1.1.1k --- security/R-openssl/Makefile | 17 +++++++++-------- security/R-openssl/distinfo | 8 ++++---- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/security/R-openssl/Makefile b/security/R-openssl/Makefile index b89fb723a4b94..5a426d735a730 100644 --- a/security/R-openssl/Makefile +++ b/security/R-openssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2020/12/22 22:08:44 mef Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/11 14:03:37 mef Exp $ R_PKGNAME= openssl -R_PKGVER= 1.4.3 +R_PKGVER= 2.0.0 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,12 +10,13 @@ LICENSE= mit DEPENDS+= R-askpass>=1.1:../../security/R-askpass -# Packages suggested but not available: -# 'jose', 'sodium' - -TEST_DEPENDS+=-R-testthat-[0-9]*:../../devel/R-testthat -TEST_DEPENDS+=-R-knitr-[0-9]*:../../print/R-knitr -TEST_DEPENDS+=-R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat +TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown +TEST_DEPENDS+= R-bslib-[0-9]*:../../www/R-bslib +TEST_DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools +TEST_DEPENDS+= R-jquerylib-[0-9]*:../../www/R-jquerylib +TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex USE_TOOLS+= bash USE_LANGUAGES= c diff --git a/security/R-openssl/distinfo b/security/R-openssl/distinfo index 4cfab2ef71c9b..e9c6c5c17b379 100644 --- a/security/R-openssl/distinfo +++ b/security/R-openssl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:16:58 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/11 14:03:37 mef Exp $ -BLAKE2s (R/openssl_1.4.3.tar.gz) = 3221162da3b90bd62fbbcd67f29031aaba6853408704a3667fe28e754638dcb8 -SHA512 (R/openssl_1.4.3.tar.gz) = 8e138f7ce31c5c596bb42da36772488e47163d867fecfe44fc191c47a1d1fad562fdcbc42280c5d331b37be8538765502dad524d7f57ad90baa9161119bdbd72 -Size (R/openssl_1.4.3.tar.gz) = 1207708 bytes +BLAKE2s (R/openssl_2.0.0.tar.gz) = e0d94a36bdd0edcda739fd47410a52d9a69eecb72a28004dd63ecb70e1744697 +SHA512 (R/openssl_2.0.0.tar.gz) = c432910e880e2297bbe4da91ae5043e75d9c356eb086ff314f0bf4994185158f332907b887891ed8666ad20b438c0316c893c6d8b4f6d38e0fd1b4094a0b9aed +Size (R/openssl_2.0.0.tar.gz) = 1200448 bytes From 6bf3e48e86dda2549ff90ea471d43dcdaf4d1738 Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 14:03:48 +0000 Subject: [PATCH 0187/1154] doc: Updated security/R-openssl to 2.0.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d6bababd303cf..68d8f25a2e904 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2500 2022/05/11 13:48:16 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2501 2022/05/11 14:03:48 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3868,3 +3868,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/ocaml-base64 to 3.5.0 [jaapb 2022-05-11] Updated security/R-argon2 to 0.4.0 [mef 2022-05-11] Updated security/R-digest to 0.6.29 [mef 2022-05-11] + Updated security/R-openssl to 2.0.0 [mef 2022-05-11] From e6cfbd573d30ebbefff436872f021c69d6882703 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 14:16:37 +0000 Subject: [PATCH 0188/1154] Update www/ocaml-cohttp to version 5.0.0. There are many changes, including API-breaking ones. Full details in the CHANGES.md file included in the distribution. --- www/ocaml-cohttp/Makefile | 16 +++++------- www/ocaml-cohttp/PLIST | 46 +++++++++++++++++++--------------- www/ocaml-cohttp/buildlink3.mk | 6 ++--- www/ocaml-cohttp/distinfo | 8 +++--- www/ocaml-cohttp/options.mk | 30 ++++++++++++++++------ 5 files changed, 62 insertions(+), 44 deletions(-) diff --git a/www/ocaml-cohttp/Makefile b/www/ocaml-cohttp/Makefile index d85ccf6c0ad96..8a4233d79093d 100644 --- a/www/ocaml-cohttp/Makefile +++ b/www/ocaml-cohttp/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2021/03/08 08:13:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/11 14:16:37 jaapb Exp $ -GITHUB_PROJECT= ocaml-cohttp -GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= ${GITHUB_PROJECT}-2.5.1 -PKGREVISION= 1 +DISTNAME= ${GITHUB_PROJECT}-5.0.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} +GITHUB_PROJECT= ocaml-cohttp +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/mirage/ocaml-cohttp/ @@ -16,19 +15,16 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= cohttp cohttp-top -OPAM_INSTALL_FILES= cohttp cohttp-top +OPAM_INSTALL_FILES= ${DUNE_BUILD_PACKAGES} +OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} .include "options.mk" .include "../../devel/ocaml-base64/buildlink3.mk" -.include "../../devel/ocaml-fmt/buildlink3.mk" .include "../../devel/ocaml-ppx_fields_conv/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" .include "../../devel/ocaml-re/buildlink3.mk" .include "../../devel/ocaml-sexplib0/buildlink3.mk" -.include "../../devel/ocaml-stdlib-shims/buildlink3.mk" .include "../../devel/ocaml-stringext/buildlink3.mk" -.include "../../net/ocaml-conduit/buildlink3.mk" -.include "../../textproc/ocaml-jsonm/buildlink3.mk" .include "../../www/ocaml-uri/buildlink3.mk" .include "../../mk/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ocaml-cohttp/PLIST b/www/ocaml-cohttp/PLIST index f7537d8589cb8..cbc121904e9a9 100644 --- a/www/ocaml-cohttp/PLIST +++ b/www/ocaml-cohttp/PLIST @@ -1,18 +1,18 @@ -@comment $NetBSD: PLIST,v 1.1 2019/07/01 15:48:53 jaapb Exp $ -${PLIST.lwt}bin/cohttp-curl-lwt -${PLIST.lwt}bin/cohttp-proxy-lwt -${PLIST.lwt}bin/cohttp-server-lwt +@comment $NetBSD: PLIST,v 1.2 2022/05/11 14:16:37 jaapb Exp $ +bin/cohttp-curl-lwt +bin/cohttp-proxy-lwt +bin/cohttp-server-lwt ${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/META ${PLIST.jsoo}${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.a ${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.cma +${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.cmi +${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.cmt +${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.cmti +${PLIST.jsoo}${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.cmx ${PLIST.jsoo}${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.cmxa ${PLIST.jsoo}${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.cmxs -${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_xhr.cmi -${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_xhr.cmt -${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_xhr.cmti -${PLIST.jsoo}${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_xhr.cmx -${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_xhr.ml -${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_xhr.mli +${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.ml +${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/cohttp_lwt_jsoo.mli ${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/dune-package ${PLIST.jsoo}${OCAML_SITELIB}/cohttp-lwt-jsoo/opam ${PLIST.lwt}${OCAML_SITELIB}/cohttp-lwt-unix/META @@ -138,7 +138,6 @@ ${OCAML_SITELIB}/cohttp/cohttp.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp/cohttp.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp/cohttp.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp/cohttp.cmxs -${OCAML_SITELIB}/cohttp/dune-package ${OCAML_SITELIB}/cohttp/cohttp.ml ${OCAML_SITELIB}/cohttp/cohttp__.cmi ${OCAML_SITELIB}/cohttp/cohttp__.cmt @@ -194,6 +193,10 @@ ${OCAML_SITELIB}/cohttp/cohttp__Link.cmi ${OCAML_SITELIB}/cohttp/cohttp__Link.cmt ${OCAML_SITELIB}/cohttp/cohttp__Link.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp/cohttp__Link.cmx +${OCAML_SITELIB}/cohttp/cohttp__Path.cmi +${OCAML_SITELIB}/cohttp/cohttp__Path.cmt +${OCAML_SITELIB}/cohttp/cohttp__Path.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/cohttp/cohttp__Path.cmx ${OCAML_SITELIB}/cohttp/cohttp__Request.cmi ${OCAML_SITELIB}/cohttp/cohttp__Request.cmt ${OCAML_SITELIB}/cohttp/cohttp__Request.cmti @@ -223,6 +226,7 @@ ${OCAML_SITELIB}/cohttp/connection.ml ${OCAML_SITELIB}/cohttp/connection.mli ${OCAML_SITELIB}/cohttp/cookie.ml ${OCAML_SITELIB}/cohttp/cookie.mli +${OCAML_SITELIB}/cohttp/dune-package ${OCAML_SITELIB}/cohttp/header.ml ${OCAML_SITELIB}/cohttp/header.mli ${OCAML_SITELIB}/cohttp/header_io.ml @@ -230,6 +234,8 @@ ${OCAML_SITELIB}/cohttp/header_io.mli ${OCAML_SITELIB}/cohttp/link.ml ${OCAML_SITELIB}/cohttp/link.mli ${OCAML_SITELIB}/cohttp/opam +${OCAML_SITELIB}/cohttp/path.ml +${OCAML_SITELIB}/cohttp/path.mli ${OCAML_SITELIB}/cohttp/request.ml ${OCAML_SITELIB}/cohttp/request.mli ${OCAML_SITELIB}/cohttp/response.ml @@ -241,15 +247,15 @@ ${OCAML_SITELIB}/cohttp/transfer.ml ${OCAML_SITELIB}/cohttp/transfer.mli ${OCAML_SITELIB}/cohttp/transfer_io.ml ${OCAML_SITELIB}/cohttp/transfer_io.mli -${PLIST.jsoo}share/doc/cohttp-lwt-jsoo/CHANGES.md -${PLIST.jsoo}share/doc/cohttp-lwt-jsoo/LICENSE.md -${PLIST.jsoo}share/doc/cohttp-lwt-jsoo/README.md -${PLIST.lwt}share/doc/cohttp-lwt-unix/CHANGES.md -${PLIST.lwt}share/doc/cohttp-lwt-unix/LICENSE.md -${PLIST.lwt}share/doc/cohttp-lwt-unix/README.md -${PLIST.lwt}share/doc/cohttp-lwt/CHANGES.md -${PLIST.lwt}share/doc/cohttp-lwt/LICENSE.md -${PLIST.lwt}share/doc/cohttp-lwt/README.md +share/doc/cohttp-lwt-jsoo/CHANGES.md +share/doc/cohttp-lwt-jsoo/LICENSE.md +share/doc/cohttp-lwt-jsoo/README.md +share/doc/cohttp-lwt-unix/CHANGES.md +share/doc/cohttp-lwt-unix/LICENSE.md +share/doc/cohttp-lwt-unix/README.md +share/doc/cohttp-lwt/CHANGES.md +share/doc/cohttp-lwt/LICENSE.md +share/doc/cohttp-lwt/README.md share/doc/cohttp-top/CHANGES.md share/doc/cohttp-top/LICENSE.md share/doc/cohttp-top/README.md diff --git a/www/ocaml-cohttp/buildlink3.mk b/www/ocaml-cohttp/buildlink3.mk index 182a289db3335..2fadfb6c6b959 100644 --- a/www/ocaml-cohttp/buildlink3.mk +++ b/www/ocaml-cohttp/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.2 2020/04/21 11:25:18 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/11 14:16:37 jaapb Exp $ BUILDLINK_TREE+= ocaml-cohttp .if !defined(OCAML_COHTTP_BUILDLINK3_MK) OCAML_COHTTP_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.ocaml-cohttp+= ocaml-cohttp>=2.1.2 -BUILDLINK_ABI_DEPENDS.ocaml-cohttp+= ocaml-cohttp>=2.5.1 +BUILDLINK_API_DEPENDS.ocaml-cohttp+= ocaml-cohttp>=5.0.0 +BUILDLINK_ABI_DEPENDS.ocaml-cohttp+= ocaml-cohttp>=5.0.0 BUILDLINK_PKGSRCDIR.ocaml-cohttp?= ../../www/ocaml-cohttp .endif # OCAML_COHTTP_BUILDLINK3_MK diff --git a/www/ocaml-cohttp/distinfo b/www/ocaml-cohttp/distinfo index 17ca5e3d71c45..6a1341f422329 100644 --- a/www/ocaml-cohttp/distinfo +++ b/www/ocaml-cohttp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:29:41 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/11 14:16:37 jaapb Exp $ -BLAKE2s (ocaml-cohttp-2.5.1.tar.gz) = 4d025e80a4f171d00a409ac23371dbf0ef9400ee74d9693cff0eca5169f56d21 -SHA512 (ocaml-cohttp-2.5.1.tar.gz) = 6a9a548ab66ceee311e7e689934ee57132d747598d24043b6a48314a1982149d08100c52f510bea2d12aa63ce0f22ea47537e88b8cae1367eeb4610ddaf0b4db -Size (ocaml-cohttp-2.5.1.tar.gz) = 111677 bytes +BLAKE2s (ocaml-cohttp-5.0.0.tar.gz) = f501a4a0ddd0185383f7d18d59f465a59e31991b85fd3291fc231f2d062079b1 +SHA512 (ocaml-cohttp-5.0.0.tar.gz) = 32f9c4cd3e3eda65a74ef01cfd1336f6a7fac30d8dde6b97b6452b887002b26ed54cb92e8abefb236486447742857f9eb712388fbd1ffd69d06d0a7698049458 +Size (ocaml-cohttp-5.0.0.tar.gz) = 134016 bytes diff --git a/www/ocaml-cohttp/options.mk b/www/ocaml-cohttp/options.mk index 1421dd5995499..9971cff3a57c4 100644 --- a/www/ocaml-cohttp/options.mk +++ b/www/ocaml-cohttp/options.mk @@ -1,31 +1,46 @@ -# $NetBSD: options.mk,v 1.2 2020/01/10 21:19:20 joerg Exp $ +# $NetBSD: options.mk,v 1.3 2022/05/11 14:16:37 jaapb Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ocaml-cohttp -PKG_SUPPORTED_OPTIONS= async lwt js_of_ocaml -PKG_SUGGESTED_OPTIONS= async lwt js_of_ocaml +PKG_SUPPORTED_OPTIONS= lwt js_of_ocaml # async +PKG_SUGGESTED_OPTIONS= lwt js_of_ocaml # async .include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.options.mk" -PLIST_VARS+= lwt jsoo +PLIST_VARS+= lwt jsoo # async ### ### async support ### -.if !empty(PKG_OPTIONS:Masync) -DUNE_BUILD_PACKAGES+= cohttp-async -.endif +# doesn't work on NetBSD for the moment +#.if !empty(PKG_OPTIONS:Masync) +#.include "../../devel/ocaml-async/buildlink3.mk" +#.include "../../devel/ocaml-async_kernel/buildlink3.mk" +#.include "../../devel/ocaml-async_unix/buildlink3.mk" +#.include "../../devel/ocaml-base/buildlink3.mk" +#.include "../../devel/ocaml-core_unix/buildlink3.mk" +#.include "../../net/ocaml-ipaddr/buildlink3.mk" +#PLIST.async= yes +#DUNE_BUILD_PACKAGES+= cohttp-async +#OPAM_INSTALL_FILES+= cohttp-async +#OCAML_FINDLIB_DIRS+= cohttp-async +#.endif ### ### lwt support ### .if !empty(PKG_OPTIONS:Mlwt) +.include "../../devel/ocaml-cmdliner/buildlink3.mk" +.include "../../devel/ocaml-fmt/buildlink3.mk" +.include "../../devel/ocaml-logs/buildlink3.mk" .include "../../devel/ocaml-lwt/buildlink3.mk" .include "../../misc/ocaml-magic-mime/buildlink3.mk" +.include "../../net/ocaml-conduit/buildlink3.mk" PLIST.lwt= yes DUNE_BUILD_PACKAGES+= cohttp-lwt cohttp-lwt-unix OPAM_INSTALL_FILES+= cohttp-lwt cohttp-lwt-unix +OCAML_FINDLIB_DIRS+= cohttp-lwt cohttp-lwt-unix .endif ### @@ -36,4 +51,5 @@ OPAM_INSTALL_FILES+= cohttp-lwt cohttp-lwt-unix PLIST.jsoo= yes DUNE_BUILD_PACKAGES+= cohttp-lwt-jsoo OPAM_INSTALL_FILES+= cohttp-lwt-jsoo +OCAML_FINDLIB_DIRS+= cohttp-lwt-jsoo .endif From 29577869c01e18abbe62132ed5ee0bf957e216db Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 11 May 2022 14:19:18 +0000 Subject: [PATCH 0189/1154] doc: Updated www/ocaml-cohttp to 5.0.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 68d8f25a2e904..638ee4e1bbe97 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2501 2022/05/11 14:03:48 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2502 2022/05/11 14:19:18 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3869,3 +3869,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/R-argon2 to 0.4.0 [mef 2022-05-11] Updated security/R-digest to 0.6.29 [mef 2022-05-11] Updated security/R-openssl to 2.0.0 [mef 2022-05-11] + Updated www/ocaml-cohttp to 5.0.0 [jaapb 2022-05-11] diff --git a/doc/TODO b/doc/TODO index da2baa01d60ca..6791b6f3f409d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21847 2022/05/11 13:48:16 mef Exp $ +$NetBSD: TODO,v 1.21848 2022/05/11 14:19:18 jaapb Exp $ Suggested new packages ====================== @@ -1189,7 +1189,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o objc-3.3.24 o ocaml-4.14.0 o ocaml-batteries-3.3.0 - o ocaml-cohttp-4.0.0 o ocaml-cryptokit-116.1 o ocaml-duff-0.4 o ocaml-encore-0.8 From e8f6d05d3791e9e70ca4368d86af2f0dc04b861f Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 14:22:23 +0000 Subject: [PATCH 0190/1154] (security/R-credentials) Updated 1.3.0 to 1.3.2 1.3.2 - Disable example in vignette that would prompt for user input on Windows 1.3.1 ` - Set permission to user-read only for generated private keys --- security/R-credentials/Makefile | 6 ++++-- security/R-credentials/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/security/R-credentials/Makefile b/security/R-credentials/Makefile index 9f7ade8370091..b6de066f5d048 100644 --- a/security/R-credentials/Makefile +++ b/security/R-credentials/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/12/21 14:46:02 mef Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/11 14:22:23 mef Exp $ R_PKGNAME= credentials -R_PKGVER= 1.3.0 +R_PKGVER= 1.3.2 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org @@ -14,6 +14,8 @@ DEPENDS+= R-sys>=2.1:../../sysutils/R-sys DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite DEPENDS+= R-curl>=4.3:../../www/R-curl +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" diff --git a/security/R-credentials/distinfo b/security/R-credentials/distinfo index 96f0a7d4397cc..ee242d49525e9 100644 --- a/security/R-credentials/distinfo +++ b/security/R-credentials/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:16:58 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/11 14:22:23 mef Exp $ -BLAKE2s (R/credentials_1.3.0.tar.gz) = 6735708a0cddf2a7606c55d862e105b6648547268f629089b0a00634f2dcb91b -SHA512 (R/credentials_1.3.0.tar.gz) = b7f3e83a77673c5c94e8d5b5267e422b6bb4f29e4743aa28f42597177b8581bad3f34094157dc19be4ce593aa3df6178f9c7b3a306dd2390d1be08213f4d3b94 -Size (R/credentials_1.3.0.tar.gz) = 230082 bytes +BLAKE2s (R/credentials_1.3.2.tar.gz) = a9d901245d094ac0c4bbead52dc162b8eecb45a4144f7d1973ac09682032ea63 +SHA512 (R/credentials_1.3.2.tar.gz) = c12ed0435a5804cdca50783a1aa9d718222c2611a7e5cd7994dcedfe506b871a19a56c30c92c0f609c46203595dc0575824550bd5b482a4d9e22d35a07d109f1 +Size (R/credentials_1.3.2.tar.gz) = 230070 bytes From 62ca03df1175769de2f8a311c3d9da0e56916442 Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 14:22:35 +0000 Subject: [PATCH 0191/1154] doc: Updated security/R-credentials to 1.3.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 638ee4e1bbe97..d511345ea5fa8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2502 2022/05/11 14:19:18 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2503 2022/05/11 14:22:35 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3870,3 +3870,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/R-digest to 0.6.29 [mef 2022-05-11] Updated security/R-openssl to 2.0.0 [mef 2022-05-11] Updated www/ocaml-cohttp to 5.0.0 [jaapb 2022-05-11] + Updated security/R-credentials to 1.3.2 [mef 2022-05-11] From 5ee6589425d5541d114d002acc03338beea4f8e3 Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 14:26:59 +0000 Subject: [PATCH 0192/1154] (security/R-oskeyring) Updated 0.1.1 to 0.1.3 # oskeyring 0.1.3 # development version * This version fixes a potential crash on macOS (#11). # 0.1.2 * Windows functions now use UTF-16 (little endian) encoding instead of UCS-2. UTF-16 should be the default on all reasonably recent Windows versions. --- security/R-oskeyring/Makefile | 4 ++-- security/R-oskeyring/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/R-oskeyring/Makefile b/security/R-oskeyring/Makefile index d701542e3eda2..79fcc682e85c4 100644 --- a/security/R-oskeyring/Makefile +++ b/security/R-oskeyring/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2021/08/24 10:12:57 mef Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/11 14:26:59 mef Exp $ R_PKGNAME= oskeyring -R_PKGVER= 0.1.1 +R_PKGVER= 0.1.3 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/R-oskeyring/distinfo b/security/R-oskeyring/distinfo index c67430ee0163b..a5ae048944bec 100644 --- a/security/R-oskeyring/distinfo +++ b/security/R-oskeyring/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:16:58 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/11 14:26:59 mef Exp $ -BLAKE2s (R/oskeyring_0.1.1.tar.gz) = 0e633f9c8999c9b2dab209029f47e551966050489e59e37827a69b56cae10a86 -SHA512 (R/oskeyring_0.1.1.tar.gz) = 61d2c7e2bf2767de8f0230df5de04f1d4ce7d102c9a09605f5f4613f866ed9a9744b49fa6c233bcc51bf8d3cfc668bc2b17e80a12da3b92db9d6eed869f682dc -Size (R/oskeyring_0.1.1.tar.gz) = 29169 bytes +BLAKE2s (R/oskeyring_0.1.3.tar.gz) = 0b3714a09e28e1a755f7482d58a6688eff89e9d130c715d1fa683ea6965b9b0d +SHA512 (R/oskeyring_0.1.3.tar.gz) = 0a3518f09ba264e4979c007e97cc8c8f7f8313558386d4925ca1da4d5017490b2bf0151bc6ddb720c4c02488e75f03134b8e9f0371aafdaeabd936a00fce1399 +Size (R/oskeyring_0.1.3.tar.gz) = 29389 bytes From 43afbc7021f4cb3a7ab04f97983220f91a77b807 Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 11 May 2022 14:27:07 +0000 Subject: [PATCH 0193/1154] doc: Updated security/R-oskeyring to 0.1.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d511345ea5fa8..ae6bd590eb70b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2503 2022/05/11 14:22:35 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2504 2022/05/11 14:27:07 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3871,3 +3871,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/R-openssl to 2.0.0 [mef 2022-05-11] Updated www/ocaml-cohttp to 5.0.0 [jaapb 2022-05-11] Updated security/R-credentials to 1.3.2 [mef 2022-05-11] + Updated security/R-oskeyring to 0.1.3 [mef 2022-05-11] From c3f7863fd41824866c3eaa410a498ca5d582a983 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 11 May 2022 15:12:25 +0000 Subject: [PATCH 0194/1154] py-carbon: Remove ldap option. py-ldap no longer supports python27 which makes this unbuildable. --- databases/py-carbon/options.mk | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/databases/py-carbon/options.mk b/databases/py-carbon/options.mk index 546ad0cefe254..ac0d11ca3f66d 100644 --- a/databases/py-carbon/options.mk +++ b/databases/py-carbon/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.7 2019/11/02 15:38:09 rillig Exp $ +# $NetBSD: options.mk,v 1.8 2022/05/11 15:12:25 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-carbon -PKG_SUPPORTED_OPTIONS= amqp ldap memcached +PKG_SUPPORTED_OPTIONS= amqp memcached PKG_SUGGESTED_OPTIONS= # .include "../../mk/bsd.options.mk" @@ -13,14 +13,6 @@ PKG_SUGGESTED_OPTIONS= # DEPENDS+= ${PYPKGPREFIX}-txamqp-[0-9]*:../../net/py-txamqp .endif -### -### LDAP support -### -.if !empty(PKG_OPTIONS:Mldap) -DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap -PYTHON_VERSIONS_ACCEPTED= 27 # py-ldap -.endif - ### ### Memcached support ### From ed24485947ee4d97442fc0da54a76f1cbb441b10 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 11 May 2022 16:21:51 +0000 Subject: [PATCH 0195/1154] cups: SunOS now requires -D_POSIX_PTHREAD_SEMANTICS. There's a lot of duplication between these two packages that should probably be merged into Makefile.common. --- print/cups-base/Makefile | 4 +++- print/libcups/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index ddbcf3f5078fe..1d595bd83082d 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2022/05/10 20:47:37 markd Exp $ +# $NetBSD: Makefile,v 1.48 2022/05/11 16:21:51 jperkin Exp $ .include "../../print/cups/Makefile.common" @@ -43,6 +43,8 @@ CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q} # Explicitly disable epoll on illumos, it is provided for Linux compat only. CONFIGURE_ENV.SunOS+= ac_cv_func_epoll_create=no +CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS + LIBS+= ${BUILDLINK_LDADD.iconv} # Avoid the following error when compiling with clang. diff --git a/print/libcups/Makefile b/print/libcups/Makefile index dc38857039432..7401011e9ec92 100644 --- a/print/libcups/Makefile +++ b/print/libcups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2022/05/10 20:47:38 markd Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 16:21:51 jperkin Exp $ .include "../../print/cups/Makefile.common" @@ -43,6 +43,8 @@ BUILD_DEFS+= VARBASE # Explicitly disable epoll on illumos, it is provided for Linux compat only. CONFIGURE_ENV.SunOS+= ac_cv_func_epoll_create=no +CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS + LIBS+= ${BUILDLINK_LDADD.iconv} # Avoid the following error when compiling with clang. From c9e46ba71ec78486e01f96b0c950608ef4ce492a Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 11 May 2022 17:50:12 +0000 Subject: [PATCH 0196/1154] import py-importlib-metadata4 4.11.3 to pkgsrc. Library to access the metadata for a Python package. This package supplies third-party access to the functionality of importlib.metadata including improvements added to subsequent Python versions. --- devel/py-importlib-metadata4/DESCR | 4 +++ devel/py-importlib-metadata4/Makefile | 39 +++++++++++++++++++++ devel/py-importlib-metadata4/PLIST | 31 ++++++++++++++++ devel/py-importlib-metadata4/distinfo | 5 +++ devel/py-importlib-metadata4/files/setup.py | 4 +++ 5 files changed, 83 insertions(+) create mode 100644 devel/py-importlib-metadata4/DESCR create mode 100644 devel/py-importlib-metadata4/Makefile create mode 100644 devel/py-importlib-metadata4/PLIST create mode 100644 devel/py-importlib-metadata4/distinfo create mode 100644 devel/py-importlib-metadata4/files/setup.py diff --git a/devel/py-importlib-metadata4/DESCR b/devel/py-importlib-metadata4/DESCR new file mode 100644 index 0000000000000..b04fbdd8577fb --- /dev/null +++ b/devel/py-importlib-metadata4/DESCR @@ -0,0 +1,4 @@ +Library to access the metadata for a Python package. + +This package supplies third-party access to the functionality of +importlib.metadata including improvements added to subsequent Python versions. diff --git a/devel/py-importlib-metadata4/Makefile b/devel/py-importlib-metadata4/Makefile new file mode 100644 index 0000000000000..7f84c1e76810b --- /dev/null +++ b/devel/py-importlib-metadata4/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1 2022/05/11 17:50:12 bouyer Exp $ + +DISTNAME= importlib_metadata-4.11.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_metadata/-metadata4/} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib-metadata/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://importlib-metadata.readthedocs.io/ +COMMENT= Read metadata from Python packages +LICENSE= apache-2.0 + +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs-[0-9]*:../../devel/py-fakefs +TEST_DEPENDS+= ${PYPKGPREFIX}-pep517-[0-9]*:../../devel/py-pep517 +.include "../../lang/python/pyversion.mk" +.if ${_PYTHON_VERSION} == 27 +DEPENDS+= ${PYPKGPREFIX}-configparser>=3.5:../../devel/py-configparser +DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2 +DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2 +.endif +.if ${_PYTHON_VERSION} < 39 +TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=1.3:../../devel/py-importlib-resources +.endif + +PYTHON_VERSIONED_DEPENDENCIES+= packaging zipp + +USE_LANGUAGES= # none + +post-extract: setuppy + ${FIND} ${WRKSRC} -type f -exec ${CHMOD} go-w {} + + +.PHONY: setuppy +setuppy: + ${CP} ${FILESDIR}/setup.py ${WRKSRC}/ + +.include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-importlib-metadata4/PLIST b/devel/py-importlib-metadata4/PLIST new file mode 100644 index 0000000000000..f8155e1690706 --- /dev/null +++ b/devel/py-importlib-metadata4/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/11 17:50:12 bouyer Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/importlib_metadata/__init__.py +${PYSITELIB}/importlib_metadata/__init__.pyc +${PYSITELIB}/importlib_metadata/__init__.pyo +${PYSITELIB}/importlib_metadata/_adapters.py +${PYSITELIB}/importlib_metadata/_adapters.pyc +${PYSITELIB}/importlib_metadata/_adapters.pyo +${PYSITELIB}/importlib_metadata/_collections.py +${PYSITELIB}/importlib_metadata/_collections.pyc +${PYSITELIB}/importlib_metadata/_collections.pyo +${PYSITELIB}/importlib_metadata/_compat.py +${PYSITELIB}/importlib_metadata/_compat.pyc +${PYSITELIB}/importlib_metadata/_compat.pyo +${PYSITELIB}/importlib_metadata/_functools.py +${PYSITELIB}/importlib_metadata/_functools.pyc +${PYSITELIB}/importlib_metadata/_functools.pyo +${PYSITELIB}/importlib_metadata/_itertools.py +${PYSITELIB}/importlib_metadata/_itertools.pyc +${PYSITELIB}/importlib_metadata/_itertools.pyo +${PYSITELIB}/importlib_metadata/_meta.py +${PYSITELIB}/importlib_metadata/_meta.pyc +${PYSITELIB}/importlib_metadata/_meta.pyo +${PYSITELIB}/importlib_metadata/_text.py +${PYSITELIB}/importlib_metadata/_text.pyc +${PYSITELIB}/importlib_metadata/_text.pyo +${PYSITELIB}/importlib_metadata/py.typed diff --git a/devel/py-importlib-metadata4/distinfo b/devel/py-importlib-metadata4/distinfo new file mode 100644 index 0000000000000..5f77f368e6383 --- /dev/null +++ b/devel/py-importlib-metadata4/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/11 17:50:12 bouyer Exp $ + +BLAKE2s (importlib_metadata-4.11.3.tar.gz) = c9f89595f4b21583088624db461afb09140d86a12c4352fb637df9c9ce25ede1 +SHA512 (importlib_metadata-4.11.3.tar.gz) = d33efa2abba5f6f770615f133c940a61948ce5091d59526ee2c7e3866aebd74d79ac464f72602404c2b56fe284a93a9cd1b0cac251ceea53666019485bdddf23 +Size (importlib_metadata-4.11.3.tar.gz) = 43607 bytes diff --git a/devel/py-importlib-metadata4/files/setup.py b/devel/py-importlib-metadata4/files/setup.py new file mode 100644 index 0000000000000..6b40b52bf5a8b --- /dev/null +++ b/devel/py-importlib-metadata4/files/setup.py @@ -0,0 +1,4 @@ +from setuptools import setup + +if __name__ == '__main__': + setup() From 59d2ef09433a15f39fb56b45964b14dedba5f489 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 11 May 2022 17:51:43 +0000 Subject: [PATCH 0197/1154] Add py-versioningit version 1.1.1 versioningit is yet another setuptools plugin for automatically determining your package's version based on your version control repository's tags. Unlike others, it allows easy customization of the version format and even lets you easily override the separate functions used for version extraction & calculation. --- devel/py-versioningit/DESCR | 5 +++ devel/py-versioningit/Makefile | 22 ++++++++++++ devel/py-versioningit/PLIST | 54 ++++++++++++++++++++++++++++ devel/py-versioningit/distinfo | 5 +++ devel/py-versioningit/files/setup.py | 4 +++ 5 files changed, 90 insertions(+) create mode 100644 devel/py-versioningit/DESCR create mode 100644 devel/py-versioningit/Makefile create mode 100644 devel/py-versioningit/PLIST create mode 100644 devel/py-versioningit/distinfo create mode 100644 devel/py-versioningit/files/setup.py diff --git a/devel/py-versioningit/DESCR b/devel/py-versioningit/DESCR new file mode 100644 index 0000000000000..fb8d4fda160fa --- /dev/null +++ b/devel/py-versioningit/DESCR @@ -0,0 +1,5 @@ +versioningit is yet another setuptools plugin for automatically determining +your package's version based on your version control repository's tags. +Unlike others, it allows easy customization of the version format and even +lets you easily override the separate functions used for version +extraction & calculation. diff --git a/devel/py-versioningit/Makefile b/devel/py-versioningit/Makefile new file mode 100644 index 0000000000000..4f1c9c3fc84d5 --- /dev/null +++ b/devel/py-versioningit/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2022/05/11 17:51:43 bouyer Exp $ + +DISTNAME= versioningit-1.1.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=v/versioningit/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/jwodder/versioningit +COMMENT= Use version control tags to discover version numbers +LICENSE= isc + +DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +DEPENDS+= ${PYPKGPREFIX}-wheel>=0.32:../../devel/py-wheel + +post-extract: setuppy +.PHONY: setuppy +setuppy: + ${CP} ${FILESDIR}/setup.py ${WRKSRC}/ + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-versioningit/PLIST b/devel/py-versioningit/PLIST new file mode 100644 index 0000000000000..4f3cbc8835d9c --- /dev/null +++ b/devel/py-versioningit/PLIST @@ -0,0 +1,54 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/11 17:51:43 bouyer Exp $ +bin/versioningit +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/versioningit/__init__.py +${PYSITELIB}/versioningit/__main__.py +${PYSITELIB}/versioningit/__init__.pyc +${PYSITELIB}/versioningit/__init__.pyo +${PYSITELIB}/versioningit/__main__.pyc +${PYSITELIB}/versioningit/__main__.pyo +${PYSITELIB}/versioningit/basics.pyc +${PYSITELIB}/versioningit/basics.pyo +${PYSITELIB}/versioningit/cmdclasses.pyc +${PYSITELIB}/versioningit/cmdclasses.pyo +${PYSITELIB}/versioningit/config.pyc +${PYSITELIB}/versioningit/config.pyo +${PYSITELIB}/versioningit/core.pyc +${PYSITELIB}/versioningit/core.pyo +${PYSITELIB}/versioningit/errors.pyc +${PYSITELIB}/versioningit/errors.pyo +${PYSITELIB}/versioningit/git.pyc +${PYSITELIB}/versioningit/git.pyo +${PYSITELIB}/versioningit/hg.pyc +${PYSITELIB}/versioningit/hg.pyo +${PYSITELIB}/versioningit/hook.pyc +${PYSITELIB}/versioningit/hook.pyo +${PYSITELIB}/versioningit/logging.pyc +${PYSITELIB}/versioningit/logging.pyo +${PYSITELIB}/versioningit/methods.pyc +${PYSITELIB}/versioningit/methods.pyo +${PYSITELIB}/versioningit/next_version.pyc +${PYSITELIB}/versioningit/next_version.pyo +${PYSITELIB}/versioningit/onbuild.pyc +${PYSITELIB}/versioningit/onbuild.pyo +${PYSITELIB}/versioningit/util.pyc +${PYSITELIB}/versioningit/util.pyo +${PYSITELIB}/versioningit/basics.py +${PYSITELIB}/versioningit/cmdclasses.py +${PYSITELIB}/versioningit/config.py +${PYSITELIB}/versioningit/core.py +${PYSITELIB}/versioningit/errors.py +${PYSITELIB}/versioningit/git.py +${PYSITELIB}/versioningit/hg.py +${PYSITELIB}/versioningit/hook.py +${PYSITELIB}/versioningit/logging.py +${PYSITELIB}/versioningit/methods.py +${PYSITELIB}/versioningit/next_version.py +${PYSITELIB}/versioningit/onbuild.py +${PYSITELIB}/versioningit/py.typed +${PYSITELIB}/versioningit/util.py diff --git a/devel/py-versioningit/distinfo b/devel/py-versioningit/distinfo new file mode 100644 index 0000000000000..73ff9d6229fbf --- /dev/null +++ b/devel/py-versioningit/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/11 17:51:43 bouyer Exp $ + +BLAKE2s (versioningit-1.1.1.tar.gz) = b6108b0cb1c4619049774c2c7a6dd76eb867d0c810cc619a79ed79b09f2f4617 +SHA512 (versioningit-1.1.1.tar.gz) = 4bcb4253198207d5dbb99358e823cd404f98fd9f265e0801c92a2f220241637cffa8bfc8184a1754b45353423e1bde1a5e5019876acce9536ad658289a638852 +Size (versioningit-1.1.1.tar.gz) = 678420 bytes diff --git a/devel/py-versioningit/files/setup.py b/devel/py-versioningit/files/setup.py new file mode 100644 index 0000000000000..6b40b52bf5a8b --- /dev/null +++ b/devel/py-versioningit/files/setup.py @@ -0,0 +1,4 @@ +from setuptools import setup + +if __name__ == '__main__': + setup() From 39d1d8605fc647f1a5817a95060437408f7507b4 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 11 May 2022 17:52:44 +0000 Subject: [PATCH 0198/1154] Add py-importlib-metadata4, py-versioningit --- devel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index 4f040aa55f984..32bb9f6084aec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3738 2022/05/11 11:30:22 jaapb Exp $ +# $NetBSD: Makefile,v 1.3739 2022/05/11 17:52:44 bouyer Exp $ # COMMENT= Development utilities @@ -2508,6 +2508,7 @@ SUBDIR+= py-ijson SUBDIR+= py-immutabledict SUBDIR+= py-importlib-metadata SUBDIR+= py-importlib-metadata2 +SUBDIR+= py-importlib-metadata4 SUBDIR+= py-importlib-resources SUBDIR+= py-incremental SUBDIR+= py-iniconfig @@ -2869,6 +2870,7 @@ SUBDIR+= py-utils SUBDIR+= py-uuid SUBDIR+= py-uvloop SUBDIR+= py-vcversioner +SUBDIR+= py-versioningit SUBDIR+= py-vine SUBDIR+= py-virtualenv SUBDIR+= py-visitor From d9c20b390f0fc806b8029654094c059616c1d5f3 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 11 May 2022 17:54:12 +0000 Subject: [PATCH 0199/1154] Added devel/py-importlib-metadata4 version 4.11.3 Added devel/py-versioningit version 1.1.1 --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ae6bd590eb70b..b43409c2cf7bc 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2504 2022/05/11 14:27:07 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2505 2022/05/11 17:54:12 bouyer Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3872,3 +3872,5 @@ Changes to the packages collection and infrastructure in 2022: Updated www/ocaml-cohttp to 5.0.0 [jaapb 2022-05-11] Updated security/R-credentials to 1.3.2 [mef 2022-05-11] Updated security/R-oskeyring to 0.1.3 [mef 2022-05-11] + Added devel/py-importlib-metadata4 version 4.11.3 [bouyer 2022-05-11] + Added devel/py-versioningit version 1.1.1 [bouyer 2022-05-11] From f1b9b65a2f1d14f4f6f00432bb49c99d2ec53f55 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 11 May 2022 17:57:24 +0000 Subject: [PATCH 0200/1154] Update py-websocket-client to 1.3.2. Changes since 0.59.0: switch to apace-2.0 licence mostly bug fixes. Drop python2 support (but we had PYTHON_VERSIONS_INCOMPATIBLE= 27 anyway) --- www/py-websocket-client/Makefile | 8 ++++---- www/py-websocket-client/PLIST | 9 ++++++++- www/py-websocket-client/distinfo | 8 ++++---- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/www/py-websocket-client/Makefile b/www/py-websocket-client/Makefile index 885f95463061d..feeaa9ed82a5d 100644 --- a/www/py-websocket-client/Makefile +++ b/www/py-websocket-client/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/01/04 20:55:38 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/11 17:57:24 bouyer Exp $ -DISTNAME= websocket-client-0.59.0 +DISTNAME= websocket-client-1.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= www python @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=w/websocket-client/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/websocket-client/websocket-client COMMENT= WebSocket client module -LICENSE= gnu-lgpl-v2.1 +LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six @@ -19,7 +19,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && \ - ${MV} wsdump.py wsdump-${PYVERSSUFFIX} || ${TRUE} + ${MV} wsdump wsdump-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-websocket-client/PLIST b/www/py-websocket-client/PLIST index 542b19fd6869a..280863bea4a15 100644 --- a/www/py-websocket-client/PLIST +++ b/www/py-websocket-client/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2021/05/05 04:45:30 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/05/11 17:57:24 bouyer Exp $ bin/wsdump-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/websocket/__init__.py @@ -44,12 +45,18 @@ ${PYSITELIB}/websocket/_url.pyo ${PYSITELIB}/websocket/_utils.py ${PYSITELIB}/websocket/_utils.pyc ${PYSITELIB}/websocket/_utils.pyo +${PYSITELIB}/websocket/_wsdump.py +${PYSITELIB}/websocket/_wsdump.pyc +${PYSITELIB}/websocket/_wsdump.pyo ${PYSITELIB}/websocket/tests/__init__.py ${PYSITELIB}/websocket/tests/__init__.pyc ${PYSITELIB}/websocket/tests/__init__.pyo ${PYSITELIB}/websocket/tests/data/header01.txt ${PYSITELIB}/websocket/tests/data/header02.txt ${PYSITELIB}/websocket/tests/data/header03.txt +${PYSITELIB}/websocket/tests/echo-server.py +${PYSITELIB}/websocket/tests/echo-server.pyc +${PYSITELIB}/websocket/tests/echo-server.pyo ${PYSITELIB}/websocket/tests/test_abnf.py ${PYSITELIB}/websocket/tests/test_abnf.pyc ${PYSITELIB}/websocket/tests/test_abnf.pyo diff --git a/www/py-websocket-client/distinfo b/www/py-websocket-client/distinfo index 4a81141fda4c4..0739ab6a3c09b 100644 --- a/www/py-websocket-client/distinfo +++ b/www/py-websocket-client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 11:30:51 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/05/11 17:57:24 bouyer Exp $ -BLAKE2s (websocket-client-0.59.0.tar.gz) = b34bef3d1a71526110cb8a10a29ca53605ebe5ab1624a63b00805ae782e27268 -SHA512 (websocket-client-0.59.0.tar.gz) = c7f4a0336093de86fd00828049a836477a3c859cc4bddebd9e7d31eb746dab4de8fa11205a5fb182e5df3590964aa73f279310575dfabc4abc32157e80df42b1 -Size (websocket-client-0.59.0.tar.gz) = 57897 bytes +BLAKE2s (websocket-client-1.3.2.tar.gz) = 9eb5ad6b6481a52e093bf6ccbd2d81ea2af610df977c2c5875420c7ad5bcee41 +SHA512 (websocket-client-1.3.2.tar.gz) = c2a38aa3fff0e7f94433cec1939ce75074d9f89d403c0627f34e3a0486dc35fe00230ba7c05f9172a89d3ee49f0ef53ae367eca864f34ec95932966b31d6c3a8 +Size (websocket-client-1.3.2.tar.gz) = 47821 bytes From 34e3ae53360f4069610e6e8244f741adb1e33dd9 Mon Sep 17 00:00:00 2001 From: jklos Date: Wed, 11 May 2022 17:58:35 +0000 Subject: [PATCH 0201/1154] Allow youtube-dl to make use of pkgsrc ffmpeg5. --- net/youtube-dl/Makefile | 4 ++-- net/youtube-dl/distinfo | 4 ++-- .../patch-youtube__dl_postprocessor_ffmpeg.py | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index 1fbde630b2fb2..2f43deee17dcf 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.245 2022/01/05 15:41:19 wiz Exp $ +# $NetBSD: Makefile,v 1.246 2022/05/11 17:58:35 jklos Exp $ # XXX: VERSION_DATE can contains also an optional part that indicates # XXX: possible same day revisions. PKGNAME preserves that dotted part as is. VERSION_DATE= 2021.12.17 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= ${DISTNAME:S/.//:S/.//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= https://youtube-dl.org/downloads/${VERSION_DATE}/ diff --git a/net/youtube-dl/distinfo b/net/youtube-dl/distinfo index 74ec7afd3d546..3376e2cbf83c0 100644 --- a/net/youtube-dl/distinfo +++ b/net/youtube-dl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.225 2021/12/16 19:12:09 maya Exp $ +$NetBSD: distinfo,v 1.226 2022/05/11 17:58:35 jklos Exp $ BLAKE2s (youtube-dl-2021.12.17.tar.gz) = f1ac93dbf5939d0956d195ca490b9ca7247fe15115329f83e5be283b11216170 SHA512 (youtube-dl-2021.12.17.tar.gz) = bfc8280703b08f66e1108e9ebd9ab4689f064ac7cef03bd3d1fd2bc64928570e4376e389c9bc188eafdbcd74444cfc8aeccc83ee362ad4f478910efef3573ddb Size (youtube-dl-2021.12.17.tar.gz) = 3332299 bytes SHA1 (patch-setup.py) = 56115118d5a263f3b46ff0da0b8315a1459ad7d9 SHA1 (patch-youtube__dl_extractor_la7.py) = 6c579f96e7ace1b64ef25fe8788b40bc4e7e67dd -SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490 +SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6a10c4b894eff251f81be47b393e3e432c4cecf9 diff --git a/net/youtube-dl/patches/patch-youtube__dl_postprocessor_ffmpeg.py b/net/youtube-dl/patches/patch-youtube__dl_postprocessor_ffmpeg.py index d0a0220b43797..a92d7b66ac10a 100644 --- a/net/youtube-dl/patches/patch-youtube__dl_postprocessor_ffmpeg.py +++ b/net/youtube-dl/patches/patch-youtube__dl_postprocessor_ffmpeg.py @@ -1,4 +1,4 @@ -$NetBSD: patch-youtube__dl_postprocessor_ffmpeg.py,v 1.5 2019/01/15 21:15:30 leot Exp $ +$NetBSD: patch-youtube__dl_postprocessor_ffmpeg.py,v 1.6 2022/05/11 17:58:35 jklos Exp $ Also look and use ffmpeg[234]/ffprobe[234] if possible, preferring the unversioned one (i.e. selected via alternatives framework) @@ -11,7 +11,7 @@ def _determine_executables(self): - programs = ['avprobe', 'avconv', 'ffmpeg', 'ffprobe'] -+ programs = ['avprobe', 'avconv', 'ffmpeg', 'ffmpeg4', 'ffmpeg3', 'ffmpeg2', 'ffprobe', 'ffprobe4', 'ffprobe3', 'ffprobe2'] ++ programs = ['avprobe', 'avconv', 'ffmpeg', 'ffmpeg5', 'ffmpeg4', 'ffmpeg3', 'ffmpeg2', 'ffprobe', 'ffprobe5', 'ffprobe4', 'ffprobe3', 'ffprobe2'] prefer_ffmpeg = True def get_ffmpeg_version(path): @@ -20,7 +20,7 @@ def get_ffmpeg_version(path): return None location = os.path.dirname(os.path.abspath(location)) - if basename in ('ffmpeg', 'ffprobe'): -+ if basename in ('ffmpeg', 'ffmpeg4', 'ffmpeg3', 'ffmpeg2', 'ffprobe', 'ffprobe4', 'ffprobe3', 'ffprobe2'): ++ if basename in ('ffmpeg', 'ffmpeg5', 'ffmpeg4', 'ffmpeg3', 'ffmpeg2', 'ffprobe', 'ffprobe5', 'ffprobe4', 'ffprobe3', 'ffprobe2'): prefer_ffmpeg = True self._paths = dict( @@ -29,10 +29,10 @@ def get_ffmpeg_version(path): if prefer_ffmpeg is False: - prefs = ('avconv', 'ffmpeg') -+ prefs = ('avconv', 'ffmpeg', 'ffmpeg4', 'ffmpeg3', 'ffmpeg2') ++ prefs = ('avconv', 'ffmpeg', 'ffmpeg5', 'ffmpeg4', 'ffmpeg3', 'ffmpeg2') else: - prefs = ('ffmpeg', 'avconv') -+ prefs = ('ffmpeg', 'ffmpeg4', 'ffmpeg3', 'ffmpeg2', 'avconv') ++ prefs = ('ffmpeg', 'ffmpeg4', 'ffmpeg5', 'ffmpeg3', 'ffmpeg2', 'avconv') for p in prefs: if self._versions[p]: self.basename = p @@ -40,10 +40,10 @@ def get_ffmpeg_version(path): if prefer_ffmpeg is False: - prefs = ('avprobe', 'ffprobe') -+ prefs = ('avprobe', 'ffprobe', 'ffprobe4', 'ffprobe3', 'ffprobe2') ++ prefs = ('avprobe', 'ffprobe', 'ffprobe5', 'ffprobe4', 'ffprobe3', 'ffprobe2') else: - prefs = ('ffprobe', 'avprobe') -+ prefs = ('ffprobe', 'ffprobe4', 'ffprobe3', 'ffprobe2', 'avprobe') ++ prefs = ('ffprobe', 'ffprobe5', 'ffprobe4', 'ffprobe3', 'ffprobe2', 'avprobe') for p in prefs: if self._versions[p]: self.probe_basename = p From 36bd3a357d2f8db876367a099c93abc46ad03b23 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 11 May 2022 18:07:28 +0000 Subject: [PATCH 0202/1154] Update streamlink to 4.0.1. Changes since 2.3.0: BREAKING: dropped support for Python 3.6 (#4442) BREAKING/API: removed streamlink.plugin.api.utils module (#4467) BREAKING/setup: switched to PEP 518 build system declaration and replaced versioneer in favor of versioningit (#4440) BREAKING/packaging: replaced Windows installers with new ones built at streamlink/windows-installer (#4405) Added: new embedded Python builds for 3.8 and 3.10, both x86 and x86_64 Updated: embedded FFmpeg to 5.0 Added: support for --record=-, for writing data to stdout while watching at the same time (#4462) Added: plugin variable for --title, --output, --record and --record-and-pipe (#4437) Added: missing CLI protocol parameter support for DASH streams (#4434) Updated: CLI and API documentation (#4415, #4424, #4430) Updated: plugin description documentation (#4391) Fixed: nicolive email logins (#4380) Fixed: various other plugin issues (see the changelog down below) New plugins: cmmedia (#4416), htv (#4431), mdstrm (#4395), trovo (#4471) Removed plugins: abweb (#4270), garena (#4460), senategov (#4458), teamliquid (#4393), tlctr (#4432), vrtbe (#4459) Added: log message for the resolved path when writing output to file (#4336) Added: new plugins for rtpa.es (#4344) and lnk.lt (#4364) Changed: metadata requirements for built-in plugins (#4374) Improved: plugins documentation (#4374) Fixed: filmon plugin, requires at least OpenSSL 1.1.0 (#4335, #4345) Fixed: mildom plugin (#4375) Fixed: nicolive email logins with confirmation codes (#4380) Fixed: various other plugin issues, see the changelog down below Upgraded: Windows installer's Python and dependency versions (#4330, #4347) Changed: file overwrite prompt to wait for user input before opening streams (#4252) Fixed: log messages appearing in --json output (#4258) Fixed: keep-alive TCP connections when filtering out HLS segments (#4229) Fixed: sort order of DASH streams with the same video resolution (#4220) Fixed: HLS segment byterange offsets (#4301, #4302) Fixed: YouTube /live URLs (#4222) Fixed: UStream websocket address (#4238) Fixed: Pluto desync issues by filtering out bumper segments (#4255) Fixed: various plugin issues - please see the changelog down below Removed plugins: abweb (#4270), latina (#4269), live_russia_tv (#4263), liveme (#4264) Added: support for the id plugin metadata property (#4203) Updated: Twitch access token request parameter regarding embedded ads (#4194) Fixed: early SIGINT/SIGTERM signal handling (#4190) Fixed: broken character set decoding when parsing HTML documents (#4201) Fixed: missing home directory expansion (tilde character) in file output paths (#4204) New plugin: tviplayer (#4199) BREAKING: dropped support for RTMP, HDS and AkamaiHD streams (#4169, #4168) removed the rtmp://, hds:// and akamaihd:// protocol plugins removed all Flash related code upgraded all plugins using these old streaming protocols dropped RTMPDump dependency BREAKING: removed the following CLI arguments (and respective session options): (#4169, #4168) --rtmp-rtmpdump, --rtmpdump, --rtmp-proxy, --rtmp-timeout Users of Streamlink's Windows installer will need to update their config file. --subprocess-cmdline, --subprocess-errorlog, --subprocess-errorlog-path --hds-live-edge, --hds-segment-attempts, --hds-segment-threads, --hds-segment-timeout, --hds-timeout BREAKING: switched from HTTP to HTTPS for all kinds of scheme-less input URLs. If a site or http-proxy doesn't support HTTPS, then HTTP needs to be set explicitly. (#4068, #4053) BREAKING/API: changed Session.resolve_url() and Session.resolve_url_no_redirect() to return a tuple of a plugin class and the resolved URL instead of an initialized plugin class instance. This fixes the availability of plugin options in a plugin's constructor. (#4163) BREAKING/requirements: dropped alternative dependency pycrypto and removed the STREAMLINK_USE_PYCRYPTO env var switch (#4174) BREAKING/requirements: switched from iso-639+iso3166 to pycountry and removed the STREAMLINK_USE_PYCOUNTRY env var switch (#4175) BREAKING/setup: disabled unsupported Python versions, disabled the deprecated test setuptools command, removed the NO_DEPS env var, and switched to declarative package data via setup.cfg (#4079, #4107, #4115, #4113) Deprecated: --https-proxy in favor of a single --http-proxy CLI argument (and respective session option). Both now set the same proxy for all HTTPS/HTTP requests and websocket connections. --https-proxy will be removed in a future release. (#4120) Added: official support for Python 3.10 (#4144) Added: --twitch-api-header for only setting Twitch.tv API requests headers (for authentication, etc.) as an alternative to --http-header (#4156) Added: BASH and ZSH completions to sdist tarball and wheels. (#4048, #4178) Added: support for creating parent directories via metadata variables in file output paths (#4085) Added: new WebsocketClient implementation (#4153) Updated: plugins using websocket connections - nicolive, ustreamtv, twitcasting (#4155, #4164, #4154) Updated: circumvention for YouTube's age verification (#4058) Updated: and fixed lots of other plugins, see the detailed changelog below Reverted: HLS segment downloads always being streamed, and added back --hls-segment-stream-data to prevent connection issues (#4159) Fixed: URL percent-encoding for sites which require the lowercase format (#4003) Fixed: XML parsing issues (#4075) Fixed: broken method parameter when using the httpstream:// protocol plugin (#4171) Fixed: test failures when the brotli package is installed (#4022) Requirements: bumped lxml to >4.6.4,<5.0 and websocket-client to >=1.2.1,<2.0 (#4143, #4153) Windows installer: upgraded Python to 3.9.8 and FFmpeg to n4.4.1 (#4176, #4124) Documentation: upgraded to first stable version of the Furo theme (#4000) New plugins: pandalive (#4064) Removed plugins: tga (#4129), viasat (#4087), viutv (#4018), webcast_india_gov (#4024) Deprecated: stream-type specific stream transport options in favor of generic options (#3893) use --stream-segment-attempts instead of --{dash,hds,hls}-segment-attempts use --stream-segment-threads instead of --{dash,hds,hls}-segment-threads use --stream-segment-timeout instead of --{dash,hds,hls}-segment-timeout use --stream-timeout instead of --{dash,hds,hls,rtmp,http-stream}-timeout See the documentation's deprecations page for more information. Deprecated: --hls-segment-stream-data option and made it always stream segment data (#3894) Updated: Python version of the Windows installer from 3.8 to 3.9 and dropped support for Windows 7 due to Python incompatibilities (#3918) See the documentation's install page for alternative installation methods on Windows 7. Updated: FFmpeg in the Windows Installer from 4.2 (Zeranoe) to 4.4 (streamlink/FFmpeg-Builds) (#3981) Added: {author}, {category}/{game}, {title} and {url} variables to --output, --record and --record-and-play (#3962) Added: {time}/{time:custom-format} variable to --title, --output, --record and --record-and-play (#3993) Added: --fs-safe-rules for changing character replacement rules in file outputs (#3962) Added: plugin metadata to --json stream data output (#3987) Fixed: named pipes not being cleaned up by FFMPEGMuxer (#3992) Fixed: KeyError on invalid variables in --player-args (#3988) Fixed: tests failing in certain cases when run in different order (#3920) Fixed: initial HLS playlist parsing issues (#3903, #3910) Fixed: various plugin issues. Please see the changelog down below. Dependencies: added lxml>=4.6.3 (#3952) Dependencies: switched back to requests>=2.26.0 on Windows (#3930) Removed plugins: animeworld (#3951), gardenersworld (#3966), huomao (#3932) --- multimedia/streamlink/Makefile | 18 ++-- multimedia/streamlink/PLIST | 176 ++++++++++----------------------- multimedia/streamlink/distinfo | 8 +- 3 files changed, 65 insertions(+), 137 deletions(-) diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile index 464df3d200127..9c066d01798bd 100644 --- a/multimedia/streamlink/Makefile +++ b/multimedia/streamlink/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2022/01/05 15:41:15 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/11 18:07:28 bouyer Exp $ -DISTNAME= streamlink-2.3.0 +DISTNAME= streamlink-4.0.1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=streamlink/} GITHUB_TAG= ${PKGVERSION_NOREV} -PKGREVISION= 3 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://streamlink.github.io/ @@ -18,17 +17,22 @@ USE_PKG_RESOURCES= yes .include "../../lang/python/egg.mk" DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.4.3:../../security/py-cryptodome -DEPENDS+= ${PYPKGPREFIX}-requests>=2.26.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-importlib-metadata4>=4.0.0:../../devel/py-importlib-metadata4 +DEPENDS+= ${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging +DEPENDS+= ${PYPKGPREFIX}-versioningit>=1.1.1:../../devel/py-versioningit DEPENDS+= ${PYPKGPREFIX}-isodate-[0-9]*:../../time/py-isodate DEPENDS+= ${PYPKGPREFIX}-iso-639-[0-9]*:../../devel/py-iso-639 DEPENDS+= ${PYPKGPREFIX}-iso3166-[0-9]*:../../devel/py-iso3166 -DEPENDS+= ${PYPKGPREFIX}-websocket-client-[0-9]*:../../www/py-websocket-client +DEPENDS+= ${PYPKGPREFIX}-country-[0-9]*:../../geography/py-country +DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml +DEPENDS+= ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli +DEPENDS+= ${PYPKGPREFIX}-websocket-client>=1.2.1*:../../www/py-websocket-client DEPENDS+= ${PYPKGPREFIX}-Socks-[0-9]*:../../net/py-Socks TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock-[0-9]*:../../devel/py-requests-mock - -EGG_NAME= ${PKGNAME_NOREV} +EGG_NAME= streamlink-0.0.0+unknown REPLACE_PYTHON+= src/streamlink/packages/flashmedia/flv.py REPLACE_PYTHON+= src/streamlink/packages/flashmedia/tag.py diff --git a/multimedia/streamlink/PLIST b/multimedia/streamlink/PLIST index 047103f0c6d64..59b8febcdbb1d 100644 --- a/multimedia/streamlink/PLIST +++ b/multimedia/streamlink/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2021/07/26 18:51:49 yhardy Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/11 18:07:28 bouyer Exp $ bin/streamlink ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -39,42 +39,6 @@ ${PYSITELIB}/streamlink/options.pyo ${PYSITELIB}/streamlink/packages/__init__.py ${PYSITELIB}/streamlink/packages/__init__.pyc ${PYSITELIB}/streamlink/packages/__init__.pyo -${PYSITELIB}/streamlink/packages/flashmedia/__init__.py -${PYSITELIB}/streamlink/packages/flashmedia/__init__.pyc -${PYSITELIB}/streamlink/packages/flashmedia/__init__.pyo -${PYSITELIB}/streamlink/packages/flashmedia/amf.py -${PYSITELIB}/streamlink/packages/flashmedia/amf.pyc -${PYSITELIB}/streamlink/packages/flashmedia/amf.pyo -${PYSITELIB}/streamlink/packages/flashmedia/box.py -${PYSITELIB}/streamlink/packages/flashmedia/box.pyc -${PYSITELIB}/streamlink/packages/flashmedia/box.pyo -${PYSITELIB}/streamlink/packages/flashmedia/compat.py -${PYSITELIB}/streamlink/packages/flashmedia/compat.pyc -${PYSITELIB}/streamlink/packages/flashmedia/compat.pyo -${PYSITELIB}/streamlink/packages/flashmedia/error.py -${PYSITELIB}/streamlink/packages/flashmedia/error.pyc -${PYSITELIB}/streamlink/packages/flashmedia/error.pyo -${PYSITELIB}/streamlink/packages/flashmedia/f4v.py -${PYSITELIB}/streamlink/packages/flashmedia/f4v.pyc -${PYSITELIB}/streamlink/packages/flashmedia/f4v.pyo -${PYSITELIB}/streamlink/packages/flashmedia/flv.py -${PYSITELIB}/streamlink/packages/flashmedia/flv.pyc -${PYSITELIB}/streamlink/packages/flashmedia/flv.pyo -${PYSITELIB}/streamlink/packages/flashmedia/ordereddict.py -${PYSITELIB}/streamlink/packages/flashmedia/ordereddict.pyc -${PYSITELIB}/streamlink/packages/flashmedia/ordereddict.pyo -${PYSITELIB}/streamlink/packages/flashmedia/packet.py -${PYSITELIB}/streamlink/packages/flashmedia/packet.pyc -${PYSITELIB}/streamlink/packages/flashmedia/packet.pyo -${PYSITELIB}/streamlink/packages/flashmedia/tag.py -${PYSITELIB}/streamlink/packages/flashmedia/tag.pyc -${PYSITELIB}/streamlink/packages/flashmedia/tag.pyo -${PYSITELIB}/streamlink/packages/flashmedia/types.py -${PYSITELIB}/streamlink/packages/flashmedia/types.pyc -${PYSITELIB}/streamlink/packages/flashmedia/types.pyo -${PYSITELIB}/streamlink/packages/flashmedia/util.py -${PYSITELIB}/streamlink/packages/flashmedia/util.pyc -${PYSITELIB}/streamlink/packages/flashmedia/util.pyo ${PYSITELIB}/streamlink/packages/requests_file.py ${PYSITELIB}/streamlink/packages/requests_file.pyc ${PYSITELIB}/streamlink/packages/requests_file.pyo @@ -87,46 +51,33 @@ ${PYSITELIB}/streamlink/plugin/api/__init__.pyo ${PYSITELIB}/streamlink/plugin/api/http_session.py ${PYSITELIB}/streamlink/plugin/api/http_session.pyc ${PYSITELIB}/streamlink/plugin/api/http_session.pyo -${PYSITELIB}/streamlink/plugin/api/mapper.py -${PYSITELIB}/streamlink/plugin/api/mapper.pyc -${PYSITELIB}/streamlink/plugin/api/mapper.pyo ${PYSITELIB}/streamlink/plugin/api/useragents.py ${PYSITELIB}/streamlink/plugin/api/useragents.pyc ${PYSITELIB}/streamlink/plugin/api/useragents.pyo -${PYSITELIB}/streamlink/plugin/api/utils.py -${PYSITELIB}/streamlink/plugin/api/utils.pyc -${PYSITELIB}/streamlink/plugin/api/utils.pyo ${PYSITELIB}/streamlink/plugin/api/validate.py ${PYSITELIB}/streamlink/plugin/api/validate.pyc ${PYSITELIB}/streamlink/plugin/api/validate.pyo +${PYSITELIB}/streamlink/plugin/api/websocket.py +${PYSITELIB}/streamlink/plugin/api/websocket.pyc +${PYSITELIB}/streamlink/plugin/api/websocket.pyo ${PYSITELIB}/streamlink/plugin/plugin.py ${PYSITELIB}/streamlink/plugin/plugin.pyc ${PYSITELIB}/streamlink/plugin/plugin.pyo -${PYSITELIB}/streamlink/plugins/.removed ${PYSITELIB}/streamlink/plugins/__init__.py ${PYSITELIB}/streamlink/plugins/__init__.pyc ${PYSITELIB}/streamlink/plugins/__init__.pyo ${PYSITELIB}/streamlink/plugins/abematv.py ${PYSITELIB}/streamlink/plugins/abematv.pyc ${PYSITELIB}/streamlink/plugins/abematv.pyo -${PYSITELIB}/streamlink/plugins/abweb.py -${PYSITELIB}/streamlink/plugins/abweb.pyc -${PYSITELIB}/streamlink/plugins/abweb.pyo ${PYSITELIB}/streamlink/plugins/adultswim.py ${PYSITELIB}/streamlink/plugins/adultswim.pyc ${PYSITELIB}/streamlink/plugins/adultswim.pyo ${PYSITELIB}/streamlink/plugins/afreeca.py ${PYSITELIB}/streamlink/plugins/afreeca.pyc ${PYSITELIB}/streamlink/plugins/afreeca.pyo -${PYSITELIB}/streamlink/plugins/akamaihd.py -${PYSITELIB}/streamlink/plugins/akamaihd.pyc -${PYSITELIB}/streamlink/plugins/akamaihd.pyo ${PYSITELIB}/streamlink/plugins/albavision.py ${PYSITELIB}/streamlink/plugins/albavision.pyc ${PYSITELIB}/streamlink/plugins/albavision.pyo -${PYSITELIB}/streamlink/plugins/animelab.py -${PYSITELIB}/streamlink/plugins/animelab.pyc -${PYSITELIB}/streamlink/plugins/animelab.pyo ${PYSITELIB}/streamlink/plugins/app17.py ${PYSITELIB}/streamlink/plugins/app17.pyc ${PYSITELIB}/streamlink/plugins/app17.pyo @@ -181,15 +132,15 @@ ${PYSITELIB}/streamlink/plugins/cinergroup.pyo ${PYSITELIB}/streamlink/plugins/clubbingtv.py ${PYSITELIB}/streamlink/plugins/clubbingtv.pyc ${PYSITELIB}/streamlink/plugins/clubbingtv.pyo +${PYSITELIB}/streamlink/plugins/cmmedia.py +${PYSITELIB}/streamlink/plugins/cmmedia.pyc +${PYSITELIB}/streamlink/plugins/cmmedia.pyo ${PYSITELIB}/streamlink/plugins/cnews.py ${PYSITELIB}/streamlink/plugins/cnews.pyc ${PYSITELIB}/streamlink/plugins/cnews.pyo ${PYSITELIB}/streamlink/plugins/common_jwplayer.py ${PYSITELIB}/streamlink/plugins/common_jwplayer.pyc ${PYSITELIB}/streamlink/plugins/common_jwplayer.pyo -${PYSITELIB}/streamlink/plugins/common_swf.py -${PYSITELIB}/streamlink/plugins/common_swf.pyc -${PYSITELIB}/streamlink/plugins/common_swf.pyo ${PYSITELIB}/streamlink/plugins/crunchyroll.py ${PYSITELIB}/streamlink/plugins/crunchyroll.pyc ${PYSITELIB}/streamlink/plugins/crunchyroll.pyo @@ -244,12 +195,6 @@ ${PYSITELIB}/streamlink/plugins/funimationnow.pyo ${PYSITELIB}/streamlink/plugins/galatasaraytv.py ${PYSITELIB}/streamlink/plugins/galatasaraytv.pyc ${PYSITELIB}/streamlink/plugins/galatasaraytv.pyo -${PYSITELIB}/streamlink/plugins/gardenersworld.py -${PYSITELIB}/streamlink/plugins/gardenersworld.pyc -${PYSITELIB}/streamlink/plugins/gardenersworld.pyo -${PYSITELIB}/streamlink/plugins/garena.py -${PYSITELIB}/streamlink/plugins/garena.pyc -${PYSITELIB}/streamlink/plugins/garena.pyo ${PYSITELIB}/streamlink/plugins/goltelevision.py ${PYSITELIB}/streamlink/plugins/goltelevision.pyc ${PYSITELIB}/streamlink/plugins/goltelevision.pyo @@ -262,21 +207,18 @@ ${PYSITELIB}/streamlink/plugins/googledrive.pyo ${PYSITELIB}/streamlink/plugins/gulli.py ${PYSITELIB}/streamlink/plugins/gulli.pyc ${PYSITELIB}/streamlink/plugins/gulli.pyo -${PYSITELIB}/streamlink/plugins/hds.py -${PYSITELIB}/streamlink/plugins/hds.pyc -${PYSITELIB}/streamlink/plugins/hds.pyo ${PYSITELIB}/streamlink/plugins/hls.py ${PYSITELIB}/streamlink/plugins/hls.pyc ${PYSITELIB}/streamlink/plugins/hls.pyo ${PYSITELIB}/streamlink/plugins/http.py ${PYSITELIB}/streamlink/plugins/http.pyc ${PYSITELIB}/streamlink/plugins/http.pyo +${PYSITELIB}/streamlink/plugins/htv.py +${PYSITELIB}/streamlink/plugins/htv.pyc +${PYSITELIB}/streamlink/plugins/htv.pyo ${PYSITELIB}/streamlink/plugins/huajiao.py ${PYSITELIB}/streamlink/plugins/huajiao.pyc ${PYSITELIB}/streamlink/plugins/huajiao.pyo -${PYSITELIB}/streamlink/plugins/huomao.py -${PYSITELIB}/streamlink/plugins/huomao.pyc -${PYSITELIB}/streamlink/plugins/huomao.pyo ${PYSITELIB}/streamlink/plugins/huya.py ${PYSITELIB}/streamlink/plugins/huya.pyc ${PYSITELIB}/streamlink/plugins/huya.pyo @@ -289,36 +231,33 @@ ${PYSITELIB}/streamlink/plugins/invintus.pyo ${PYSITELIB}/streamlink/plugins/kugou.py ${PYSITELIB}/streamlink/plugins/kugou.pyc ${PYSITELIB}/streamlink/plugins/kugou.pyo -${PYSITELIB}/streamlink/plugins/latina.py -${PYSITELIB}/streamlink/plugins/latina.pyc -${PYSITELIB}/streamlink/plugins/latina.pyo ${PYSITELIB}/streamlink/plugins/linelive.py ${PYSITELIB}/streamlink/plugins/linelive.pyc ${PYSITELIB}/streamlink/plugins/linelive.pyo -${PYSITELIB}/streamlink/plugins/live_russia_tv.py -${PYSITELIB}/streamlink/plugins/live_russia_tv.pyc -${PYSITELIB}/streamlink/plugins/live_russia_tv.pyo -${PYSITELIB}/streamlink/plugins/liveme.py -${PYSITELIB}/streamlink/plugins/liveme.pyc -${PYSITELIB}/streamlink/plugins/liveme.pyo ${PYSITELIB}/streamlink/plugins/livestream.py ${PYSITELIB}/streamlink/plugins/livestream.pyc ${PYSITELIB}/streamlink/plugins/livestream.pyo +${PYSITELIB}/streamlink/plugins/lnk.py +${PYSITELIB}/streamlink/plugins/lnk.pyc +${PYSITELIB}/streamlink/plugins/lnk.pyo ${PYSITELIB}/streamlink/plugins/lrt.py ${PYSITELIB}/streamlink/plugins/lrt.pyc ${PYSITELIB}/streamlink/plugins/lrt.pyo ${PYSITELIB}/streamlink/plugins/ltv_lsm_lv.py ${PYSITELIB}/streamlink/plugins/ltv_lsm_lv.pyc ${PYSITELIB}/streamlink/plugins/ltv_lsm_lv.pyo +${PYSITELIB}/streamlink/plugins/mdstrm.py +${PYSITELIB}/streamlink/plugins/mdstrm.pyc +${PYSITELIB}/streamlink/plugins/mdstrm.pyo ${PYSITELIB}/streamlink/plugins/mediaklikk.py ${PYSITELIB}/streamlink/plugins/mediaklikk.pyc ${PYSITELIB}/streamlink/plugins/mediaklikk.pyo ${PYSITELIB}/streamlink/plugins/mediavitrina.py ${PYSITELIB}/streamlink/plugins/mediavitrina.pyc ${PYSITELIB}/streamlink/plugins/mediavitrina.pyo +${PYSITELIB}/streamlink/plugins/mildom.py ${PYSITELIB}/streamlink/plugins/mildom.pyc ${PYSITELIB}/streamlink/plugins/mildom.pyo -${PYSITELIB}/streamlink/plugins/mildom.py ${PYSITELIB}/streamlink/plugins/mitele.py ${PYSITELIB}/streamlink/plugins/mitele.pyc ${PYSITELIB}/streamlink/plugins/mitele.pyo @@ -379,6 +318,9 @@ ${PYSITELIB}/streamlink/plugins/openrectv.pyo ${PYSITELIB}/streamlink/plugins/orf_tvthek.py ${PYSITELIB}/streamlink/plugins/orf_tvthek.pyc ${PYSITELIB}/streamlink/plugins/orf_tvthek.pyo +${PYSITELIB}/streamlink/plugins/pandalive.py +${PYSITELIB}/streamlink/plugins/pandalive.pyc +${PYSITELIB}/streamlink/plugins/pandalive.pyo ${PYSITELIB}/streamlink/plugins/picarto.py ${PYSITELIB}/streamlink/plugins/picarto.pyc ${PYSITELIB}/streamlink/plugins/picarto.pyo @@ -415,9 +357,9 @@ ${PYSITELIB}/streamlink/plugins/rotana.pyo ${PYSITELIB}/streamlink/plugins/rtbf.py ${PYSITELIB}/streamlink/plugins/rtbf.pyc ${PYSITELIB}/streamlink/plugins/rtbf.pyo -${PYSITELIB}/streamlink/plugins/rtmp.py -${PYSITELIB}/streamlink/plugins/rtmp.pyc -${PYSITELIB}/streamlink/plugins/rtmp.pyo +${PYSITELIB}/streamlink/plugins/rtpa.py +${PYSITELIB}/streamlink/plugins/rtpa.pyc +${PYSITELIB}/streamlink/plugins/rtpa.pyo ${PYSITELIB}/streamlink/plugins/rtpplay.py ${PYSITELIB}/streamlink/plugins/rtpplay.pyc ${PYSITELIB}/streamlink/plugins/rtpplay.pyo @@ -436,9 +378,6 @@ ${PYSITELIB}/streamlink/plugins/sbscokr.pyo ${PYSITELIB}/streamlink/plugins/schoolism.py ${PYSITELIB}/streamlink/plugins/schoolism.pyc ${PYSITELIB}/streamlink/plugins/schoolism.pyo -${PYSITELIB}/streamlink/plugins/senategov.py -${PYSITELIB}/streamlink/plugins/senategov.pyc -${PYSITELIB}/streamlink/plugins/senategov.pyo ${PYSITELIB}/streamlink/plugins/showroom.py ${PYSITELIB}/streamlink/plugins/showroom.pyc ${PYSITELIB}/streamlink/plugins/showroom.pyo @@ -472,24 +411,18 @@ ${PYSITELIB}/streamlink/plugins/svtplay.pyo ${PYSITELIB}/streamlink/plugins/swisstxt.py ${PYSITELIB}/streamlink/plugins/swisstxt.pyc ${PYSITELIB}/streamlink/plugins/swisstxt.pyo -${PYSITELIB}/streamlink/plugins/teamliquid.py -${PYSITELIB}/streamlink/plugins/teamliquid.pyc -${PYSITELIB}/streamlink/plugins/teamliquid.pyo ${PYSITELIB}/streamlink/plugins/telefe.py ${PYSITELIB}/streamlink/plugins/telefe.pyc ${PYSITELIB}/streamlink/plugins/telefe.pyo ${PYSITELIB}/streamlink/plugins/tf1.py ${PYSITELIB}/streamlink/plugins/tf1.pyc ${PYSITELIB}/streamlink/plugins/tf1.pyo -${PYSITELIB}/streamlink/plugins/tga.py -${PYSITELIB}/streamlink/plugins/tga.pyc -${PYSITELIB}/streamlink/plugins/tga.pyo ${PYSITELIB}/streamlink/plugins/theplatform.py ${PYSITELIB}/streamlink/plugins/theplatform.pyc ${PYSITELIB}/streamlink/plugins/theplatform.pyo -${PYSITELIB}/streamlink/plugins/tlctr.py -${PYSITELIB}/streamlink/plugins/tlctr.pyc -${PYSITELIB}/streamlink/plugins/tlctr.pyo +${PYSITELIB}/streamlink/plugins/trovo.py +${PYSITELIB}/streamlink/plugins/trovo.pyc +${PYSITELIB}/streamlink/plugins/trovo.pyo ${PYSITELIB}/streamlink/plugins/turkuvaz.py ${PYSITELIB}/streamlink/plugins/turkuvaz.pyc ${PYSITELIB}/streamlink/plugins/turkuvaz.pyo @@ -514,6 +447,9 @@ ${PYSITELIB}/streamlink/plugins/tv999.pyo ${PYSITELIB}/streamlink/plugins/tvibo.py ${PYSITELIB}/streamlink/plugins/tvibo.pyc ${PYSITELIB}/streamlink/plugins/tvibo.pyo +${PYSITELIB}/streamlink/plugins/tviplayer.py +${PYSITELIB}/streamlink/plugins/tviplayer.pyc +${PYSITELIB}/streamlink/plugins/tviplayer.pyo ${PYSITELIB}/streamlink/plugins/tvp.py ${PYSITELIB}/streamlink/plugins/tvp.pyc ${PYSITELIB}/streamlink/plugins/tvp.pyo @@ -538,9 +474,6 @@ ${PYSITELIB}/streamlink/plugins/ustreamtv.pyo ${PYSITELIB}/streamlink/plugins/ustvnow.py ${PYSITELIB}/streamlink/plugins/ustvnow.pyc ${PYSITELIB}/streamlink/plugins/ustvnow.pyo -${PYSITELIB}/streamlink/plugins/viasat.py -${PYSITELIB}/streamlink/plugins/viasat.pyc -${PYSITELIB}/streamlink/plugins/viasat.pyo ${PYSITELIB}/streamlink/plugins/vidio.py ${PYSITELIB}/streamlink/plugins/vidio.pyc ${PYSITELIB}/streamlink/plugins/vidio.pyo @@ -550,27 +483,18 @@ ${PYSITELIB}/streamlink/plugins/vimeo.pyo ${PYSITELIB}/streamlink/plugins/vinhlongtv.py ${PYSITELIB}/streamlink/plugins/vinhlongtv.pyc ${PYSITELIB}/streamlink/plugins/vinhlongtv.pyo -${PYSITELIB}/streamlink/plugins/viutv.py -${PYSITELIB}/streamlink/plugins/viutv.pyc -${PYSITELIB}/streamlink/plugins/viutv.pyo ${PYSITELIB}/streamlink/plugins/vk.py ${PYSITELIB}/streamlink/plugins/vk.pyc ${PYSITELIB}/streamlink/plugins/vk.pyo ${PYSITELIB}/streamlink/plugins/vlive.py ${PYSITELIB}/streamlink/plugins/vlive.pyc ${PYSITELIB}/streamlink/plugins/vlive.pyo -${PYSITELIB}/streamlink/plugins/vrtbe.py -${PYSITELIB}/streamlink/plugins/vrtbe.pyc -${PYSITELIB}/streamlink/plugins/vrtbe.pyo ${PYSITELIB}/streamlink/plugins/vtvgo.py ${PYSITELIB}/streamlink/plugins/vtvgo.pyc ${PYSITELIB}/streamlink/plugins/vtvgo.pyo ${PYSITELIB}/streamlink/plugins/wasd.py ${PYSITELIB}/streamlink/plugins/wasd.pyc ${PYSITELIB}/streamlink/plugins/wasd.pyo -${PYSITELIB}/streamlink/plugins/webcast_india_gov.py -${PYSITELIB}/streamlink/plugins/webcast_india_gov.pyc -${PYSITELIB}/streamlink/plugins/webcast_india_gov.pyo ${PYSITELIB}/streamlink/plugins/webtv.py ${PYSITELIB}/streamlink/plugins/webtv.pyc ${PYSITELIB}/streamlink/plugins/webtv.pyo @@ -607,9 +531,6 @@ ${PYSITELIB}/streamlink/session.pyo ${PYSITELIB}/streamlink/stream/__init__.py ${PYSITELIB}/streamlink/stream/__init__.pyc ${PYSITELIB}/streamlink/stream/__init__.pyo -${PYSITELIB}/streamlink/stream/akamaihd.py -${PYSITELIB}/streamlink/stream/akamaihd.pyc -${PYSITELIB}/streamlink/stream/akamaihd.pyo ${PYSITELIB}/streamlink/stream/dash.py ${PYSITELIB}/streamlink/stream/dash.pyc ${PYSITELIB}/streamlink/stream/dash.pyo @@ -622,12 +543,6 @@ ${PYSITELIB}/streamlink/stream/ffmpegmux.pyo ${PYSITELIB}/streamlink/stream/file.py ${PYSITELIB}/streamlink/stream/file.pyc ${PYSITELIB}/streamlink/stream/file.pyo -${PYSITELIB}/streamlink/stream/flvconcat.py -${PYSITELIB}/streamlink/stream/flvconcat.pyc -${PYSITELIB}/streamlink/stream/flvconcat.pyo -${PYSITELIB}/streamlink/stream/hds.py -${PYSITELIB}/streamlink/stream/hds.pyc -${PYSITELIB}/streamlink/stream/hds.pyo ${PYSITELIB}/streamlink/stream/hls.py ${PYSITELIB}/streamlink/stream/hls.pyc ${PYSITELIB}/streamlink/stream/hls.pyo @@ -637,21 +552,12 @@ ${PYSITELIB}/streamlink/stream/hls_playlist.pyo ${PYSITELIB}/streamlink/stream/http.py ${PYSITELIB}/streamlink/stream/http.pyc ${PYSITELIB}/streamlink/stream/http.pyo -${PYSITELIB}/streamlink/stream/playlist.py -${PYSITELIB}/streamlink/stream/playlist.pyc -${PYSITELIB}/streamlink/stream/playlist.pyo -${PYSITELIB}/streamlink/stream/rtmpdump.py -${PYSITELIB}/streamlink/stream/rtmpdump.pyc -${PYSITELIB}/streamlink/stream/rtmpdump.pyo ${PYSITELIB}/streamlink/stream/segmented.py ${PYSITELIB}/streamlink/stream/segmented.pyc ${PYSITELIB}/streamlink/stream/segmented.pyo ${PYSITELIB}/streamlink/stream/stream.py ${PYSITELIB}/streamlink/stream/stream.pyc ${PYSITELIB}/streamlink/stream/stream.pyo -${PYSITELIB}/streamlink/stream/streamprocess.py -${PYSITELIB}/streamlink/stream/streamprocess.pyc -${PYSITELIB}/streamlink/stream/streamprocess.pyo ${PYSITELIB}/streamlink/stream/wrappers.py ${PYSITELIB}/streamlink/stream/wrappers.pyc ${PYSITELIB}/streamlink/stream/wrappers.pyo @@ -661,18 +567,30 @@ ${PYSITELIB}/streamlink/utils/__init__.pyo ${PYSITELIB}/streamlink/utils/args.py ${PYSITELIB}/streamlink/utils/args.pyc ${PYSITELIB}/streamlink/utils/args.pyo +${PYSITELIB}/streamlink/utils/cache.py +${PYSITELIB}/streamlink/utils/cache.pyc +${PYSITELIB}/streamlink/utils/cache.pyo ${PYSITELIB}/streamlink/utils/crypto.py ${PYSITELIB}/streamlink/utils/crypto.pyc ${PYSITELIB}/streamlink/utils/crypto.pyo +${PYSITELIB}/streamlink/utils/data.py +${PYSITELIB}/streamlink/utils/data.pyc +${PYSITELIB}/streamlink/utils/data.pyo +${PYSITELIB}/streamlink/utils/formatter.py +${PYSITELIB}/streamlink/utils/formatter.pyc +${PYSITELIB}/streamlink/utils/formatter.pyo ${PYSITELIB}/streamlink/utils/l10n.py ${PYSITELIB}/streamlink/utils/l10n.pyc ${PYSITELIB}/streamlink/utils/l10n.pyo -${PYSITELIB}/streamlink/utils/lazy_formatter.py -${PYSITELIB}/streamlink/utils/lazy_formatter.pyc -${PYSITELIB}/streamlink/utils/lazy_formatter.pyo +${PYSITELIB}/streamlink/utils/module.py +${PYSITELIB}/streamlink/utils/module.pyc +${PYSITELIB}/streamlink/utils/module.pyo ${PYSITELIB}/streamlink/utils/named_pipe.py ${PYSITELIB}/streamlink/utils/named_pipe.pyc ${PYSITELIB}/streamlink/utils/named_pipe.pyo +${PYSITELIB}/streamlink/utils/parse.py +${PYSITELIB}/streamlink/utils/parse.pyc +${PYSITELIB}/streamlink/utils/parse.pyo ${PYSITELIB}/streamlink/utils/times.py ${PYSITELIB}/streamlink/utils/times.pyc ${PYSITELIB}/streamlink/utils/times.pyo @@ -706,9 +624,15 @@ ${PYSITELIB}/streamlink_cli/output.pyo ${PYSITELIB}/streamlink_cli/utils/__init__.py ${PYSITELIB}/streamlink_cli/utils/__init__.pyc ${PYSITELIB}/streamlink_cli/utils/__init__.pyo +${PYSITELIB}/streamlink_cli/utils/formatter.py +${PYSITELIB}/streamlink_cli/utils/formatter.pyc +${PYSITELIB}/streamlink_cli/utils/formatter.pyo ${PYSITELIB}/streamlink_cli/utils/http_server.py ${PYSITELIB}/streamlink_cli/utils/http_server.pyc ${PYSITELIB}/streamlink_cli/utils/http_server.pyo +${PYSITELIB}/streamlink_cli/utils/path.py +${PYSITELIB}/streamlink_cli/utils/path.pyc +${PYSITELIB}/streamlink_cli/utils/path.pyo ${PYSITELIB}/streamlink_cli/utils/player.py ${PYSITELIB}/streamlink_cli/utils/player.pyc ${PYSITELIB}/streamlink_cli/utils/player.pyo diff --git a/multimedia/streamlink/distinfo b/multimedia/streamlink/distinfo index e58569c955c86..01d1b2a46b116 100644 --- a/multimedia/streamlink/distinfo +++ b/multimedia/streamlink/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 11:01:18 nia Exp $ +$NetBSD: distinfo,v 1.21 2022/05/11 18:07:28 bouyer Exp $ -BLAKE2s (streamlink-2.3.0.tar.gz) = c21b564e29b2af1e6d5fdbe75d06eaab46276c15dc9566d283d6f864074f8cc6 -SHA512 (streamlink-2.3.0.tar.gz) = 4658b9c2b90f6d7deebb5ef639bc679c20233907db7b24727189191b573be0e34eac9cda06e14999cff360f1a3e4ec739df31d2a97e0821609a06ab178fe3bc8 -Size (streamlink-2.3.0.tar.gz) = 489420 bytes +BLAKE2s (streamlink-4.0.1.tar.gz) = f3f434bacad1811884289cda241e8b68709f4192641b9f20aa56d0c48ba66270 +SHA512 (streamlink-4.0.1.tar.gz) = 350f2713e8710a6d83a36935a9db106e953e6267dc6d87c009ae712bcbc72ba6fdd15431c7bd9644999c29604603d624c06028a97c1537f97fcc7c9196ad711c +Size (streamlink-4.0.1.tar.gz) = 446574 bytes From 56ddc25f497d4815ee8d65ab9c7408375c52bd52 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 11 May 2022 18:08:09 +0000 Subject: [PATCH 0203/1154] Updated www/py-websocket-client to 1.3.2 Updated multimedia/streamlink to 4.0.1 --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b43409c2cf7bc..a5b4d2c6657d2 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2505 2022/05/11 17:54:12 bouyer Exp $ +$NetBSD: CHANGES-2022,v 1.2506 2022/05/11 18:08:09 bouyer Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3874,3 +3874,5 @@ Changes to the packages collection and infrastructure in 2022: Updated security/R-oskeyring to 0.1.3 [mef 2022-05-11] Added devel/py-importlib-metadata4 version 4.11.3 [bouyer 2022-05-11] Added devel/py-versioningit version 1.1.1 [bouyer 2022-05-11] + Updated www/py-websocket-client to 1.3.2 [bouyer 2022-05-11] + Updated multimedia/streamlink to 4.0.1 [bouyer 2022-05-11] From c7d125615be5e81afdabb9778cb51797e2b1d1d7 Mon Sep 17 00:00:00 2001 From: tpaul Date: Wed, 11 May 2022 18:15:09 +0000 Subject: [PATCH 0204/1154] terraform-provider-vultr: Update to 2.11.0 New Features: * Add VPC Support * Add block type for block storage * Add support for VKE auto scaler options * Add support for tags to instances and bare metal servers * Update labels if there is a change * Allow removal of default node pool * Add better error handling to kubernetes reads * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.12.0 to 2.15.0 * Bump github.com/vultr/govultr/v2 from 2.14.2 to 2.16.0 Deprecated arguments: * tag has been deprecated and should no longer be used. Instead, use tags. * Private Networks are deprecated and will not be supported in the future. Use VPCs instead. Upstream release notes: * v2.11.0 https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.11.0 * 2.10.1 https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.10.1 * 2.10.0 https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.10.0 --- net/terraform-provider-vultr/Makefile | 7 +++---- net/terraform-provider-vultr/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/net/terraform-provider-vultr/Makefile b/net/terraform-provider-vultr/Makefile index 311c29c1ff9a4..c2929eb9ebf1e 100644 --- a/net/terraform-provider-vultr/Makefile +++ b/net/terraform-provider-vultr/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.18 2022/04/13 07:50:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/11 18:15:09 tpaul Exp $ -DISTNAME= terraform-provider-vultr-2.9.1 -PKGREVISION= 2 +DISTNAME= terraform-provider-vultr-2.11.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=vultr/} GITHUB_PROJECT= ${PKGBASE} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= tpaul@NetBSD.org HOMEPAGE= https://www.terraform.io/docs/providers/vultr/ COMMENT= Terraform provider for Vultr LICENSE= mpl-2.0 diff --git a/net/terraform-provider-vultr/distinfo b/net/terraform-provider-vultr/distinfo index 0ab9fce1d3a0c..81f52b618d375 100644 --- a/net/terraform-provider-vultr/distinfo +++ b/net/terraform-provider-vultr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/02/17 16:02:40 tpaul Exp $ +$NetBSD: distinfo,v 1.7 2022/05/11 18:15:09 tpaul Exp $ -BLAKE2s (terraform-provider-vultr-2.9.1.tar.gz) = 29e60aeca9e887c538eff800ae8d5905694dcaf306b64c148d27bfcfa2e431f0 -SHA512 (terraform-provider-vultr-2.9.1.tar.gz) = 555ce54aae0e9fe157518f655a19e9724b9a0aec2914e8c1f2e9acc7e103255fac48cbb4d62c688203a310a47a2aef0dab9bb92564b686810f2b2f6ce17fb616 -Size (terraform-provider-vultr-2.9.1.tar.gz) = 4030224 bytes +BLAKE2s (terraform-provider-vultr-2.11.0.tar.gz) = eb71bf68349978f487874ad8d5e00e4da988ae5b80a49d16bea2b2d61381d6fe +SHA512 (terraform-provider-vultr-2.11.0.tar.gz) = b4e0d9b1733e884231fa2290e00a0bc3f03aee13a76fd23557fb864c46fc28a6ffad9472197b396785f0192e3db6bb3a8f11295f5c98c924df2374cc3cf39d9e +Size (terraform-provider-vultr-2.11.0.tar.gz) = 3991405 bytes From 058200a2889d59470147dead5f36b3127ba349cd Mon Sep 17 00:00:00 2001 From: tpaul Date: Wed, 11 May 2022 18:15:17 +0000 Subject: [PATCH 0205/1154] doc: Updated net/terraform-provider-vultr to 2.11.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index a5b4d2c6657d2..6a68fe860c354 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2506 2022/05/11 18:08:09 bouyer Exp $ +$NetBSD: CHANGES-2022,v 1.2507 2022/05/11 18:15:17 tpaul Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3876,3 +3876,4 @@ Changes to the packages collection and infrastructure in 2022: Added devel/py-versioningit version 1.1.1 [bouyer 2022-05-11] Updated www/py-websocket-client to 1.3.2 [bouyer 2022-05-11] Updated multimedia/streamlink to 4.0.1 [bouyer 2022-05-11] + Updated net/terraform-provider-vultr to 2.11.0 [tpaul 2022-05-11] From e9cbb1bab63c2df8fa2029fe8ccdb7d9804b7dab Mon Sep 17 00:00:00 2001 From: bsiegert Date: Wed, 11 May 2022 18:39:42 +0000 Subject: [PATCH 0206/1154] go117: update to 1.17.10 (security) go1.17.10 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, and the crypto/x509 and net/http/httptest packages. See the Go 1.17.10 milestone on our issue tracker for details. --- lang/go/version.mk | 4 ++-- lang/go117/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/go/version.mk b/lang/go/version.mk index 57fd903ce631e..1d3e79e6c398a 100644 --- a/lang/go/version.mk +++ b/lang/go/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.147 2022/04/19 11:56:21 bsiegert Exp $ +# $NetBSD: version.mk,v 1.148 2022/05/11 18:39:42 bsiegert Exp $ # # If bsd.prefs.mk is included before go-package.mk in a package, then this @@ -7,7 +7,7 @@ .include "go-vars.mk" GO118_VERSION= 1.18.1 -GO117_VERSION= 1.17.9 +GO117_VERSION= 1.17.10 GO116_VERSION= 1.16.15 GO110_VERSION= 1.10.8 GO19_VERSION= 1.9.7 diff --git a/lang/go117/distinfo b/lang/go117/distinfo index 4c2b0a26006c6..1f2c80e96338a 100644 --- a/lang/go117/distinfo +++ b/lang/go117/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2022/04/13 07:36:53 bsiegert Exp $ +$NetBSD: distinfo,v 1.16 2022/05/11 18:39:42 bsiegert Exp $ -BLAKE2s (go1.17.9.src.tar.gz) = e5c413e7ce5ed7521af79b7e46f86d727bc4b8230dae3ad4c3e9cf436e2f5a7c -SHA512 (go1.17.9.src.tar.gz) = 70c7a6b43531c445cce13963644cc766e5d167597452a1324eacb2ee95bdd9c860ef62f13261bfc4c6baae5773f8953ce6cda9fae21eb7ac0e90bae1ca044a02 -Size (go1.17.9.src.tar.gz) = 22200358 bytes +BLAKE2s (go1.17.10.src.tar.gz) = f4058c3d468d8dbd82a0e4e8ab408e73b385f113c2f0b047557383dbe0b5969f +SHA512 (go1.17.10.src.tar.gz) = 92aa95927ce244cab339dd7f2fb7e416605515d496e96618e6e45ecfa7b022ae3a178bf88338a7a9e9e1afea4c9ab5f9c35f5716409cddbab3542daefb6ba425 +Size (go1.17.10.src.tar.gz) = 22196380 bytes SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7 SHA1 (patch-src_crypto_x509_root__bsd.go) = 27636e0d8c121ccec6c46a3a82cd0e0469473a6e From b0000d5f438401558623d06ae25368ba1ed76f1e Mon Sep 17 00:00:00 2001 From: bsiegert Date: Wed, 11 May 2022 18:40:01 +0000 Subject: [PATCH 0207/1154] doc: Updated lang/go117 to 1.17.10 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6a68fe860c354..953f58452ab27 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2507 2022/05/11 18:15:17 tpaul Exp $ +$NetBSD: CHANGES-2022,v 1.2508 2022/05/11 18:40:01 bsiegert Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3877,3 +3877,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-websocket-client to 1.3.2 [bouyer 2022-05-11] Updated multimedia/streamlink to 4.0.1 [bouyer 2022-05-11] Updated net/terraform-provider-vultr to 2.11.0 [tpaul 2022-05-11] + Updated lang/go117 to 1.17.10 [bsiegert 2022-05-11] From 77167b9fa85e40b05f952a05da4149b7e830e4a2 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Wed, 11 May 2022 19:00:55 +0000 Subject: [PATCH 0208/1154] go118: update to 1.18.2 (security) go1.18.2 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages. See the Go 1.18.2 milestone on our issue tracker for details. --- lang/go/version.mk | 4 ++-- lang/go118/PLIST | 18 +++++++++++++++--- lang/go118/distinfo | 8 ++++---- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/lang/go/version.mk b/lang/go/version.mk index 1d3e79e6c398a..673e1d5d9ed6f 100644 --- a/lang/go/version.mk +++ b/lang/go/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.148 2022/05/11 18:39:42 bsiegert Exp $ +# $NetBSD: version.mk,v 1.149 2022/05/11 19:00:55 bsiegert Exp $ # # If bsd.prefs.mk is included before go-package.mk in a package, then this @@ -6,7 +6,7 @@ # .include "go-vars.mk" -GO118_VERSION= 1.18.1 +GO118_VERSION= 1.18.2 GO117_VERSION= 1.17.10 GO116_VERSION= 1.16.15 GO110_VERSION= 1.10.8 diff --git a/lang/go118/PLIST b/lang/go118/PLIST index 84372c5ed4c34..110b7e49a8a01 100644 --- a/lang/go118/PLIST +++ b/lang/go118/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2022/04/13 07:46:56 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/11 19:00:55 bsiegert Exp $ bin/go${GOVERSSUFFIX} bin/gofmt${GOVERSSUFFIX} go118/AUTHORS @@ -1869,6 +1869,7 @@ go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51578.go2 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51593.go2 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51607.go2 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51658.go2 +go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue52529.go2 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue6977.src go118/src/cmd/compile/internal/types2/testdata/manual.go2 go118/src/cmd/compile/internal/types2/testdata/spec/assignability.go2 @@ -2413,6 +2414,7 @@ go118/src/cmd/go/testdata/script/bug.txt go118/src/cmd/go/testdata/script/build_GOTMPDIR.txt go118/src/cmd/go/testdata/script/build_acl_windows.txt go118/src/cmd/go/testdata/script/build_arm.txt +go118/src/cmd/go/testdata/script/build_buildvcs_auto.txt go118/src/cmd/go/testdata/script/build_cache_arch_mode.txt go118/src/cmd/go/testdata/script/build_cache_compile.txt go118/src/cmd/go/testdata/script/build_cache_disabled.txt @@ -2836,6 +2838,7 @@ go118/src/cmd/go/testdata/script/mod_retract_rationale.txt go118/src/cmd/go/testdata/script/mod_retract_rename.txt go118/src/cmd/go/testdata/script/mod_retract_replace.txt go118/src/cmd/go/testdata/script/mod_retract_versions.txt +go118/src/cmd/go/testdata/script/mod_run_issue52331.txt go118/src/cmd/go/testdata/script/mod_run_nonmain.txt go118/src/cmd/go/testdata/script/mod_run_path.txt go118/src/cmd/go/testdata/script/mod_run_pkg_version.txt @@ -5496,6 +5499,7 @@ go118/src/go/types/testdata/fixedbugs/issue51578.go2 go118/src/go/types/testdata/fixedbugs/issue51593.go2 go118/src/go/types/testdata/fixedbugs/issue51658.go2 go118/src/go/types/testdata/fixedbugs/issue52031.go +go118/src/go/types/testdata/fixedbugs/issue52529.go2 go118/src/go/types/testdata/fixedbugs/issue6977.src go118/src/go/types/testdata/manual.go2 go118/src/go/types/testdata/spec/assignability.go2 @@ -7299,8 +7303,8 @@ go118/src/runtime/example_test.go go118/src/runtime/export_aix_test.go go118/src/runtime/export_arm_test.go go118/src/runtime/export_darwin_test.go -go118/src/runtime/export_debug_regabiargs_off_test.go -go118/src/runtime/export_debug_regabiargs_on_test.go +go118/src/runtime/export_debug_amd64_test.go +go118/src/runtime/export_debug_arm64_test.go go118/src/runtime/export_debug_test.go go118/src/runtime/export_debuglog_test.go go118/src/runtime/export_linux_test.go @@ -10769,6 +10773,7 @@ go118/test/fixedbugs/issue5162.go go118/test/fixedbugs/issue5172.go go118/test/fixedbugs/issue51839.go go118/test/fixedbugs/issue5231.go +go118/test/fixedbugs/issue52438.go go118/test/fixedbugs/issue5244.go go118/test/fixedbugs/issue5259.dir/bug.go go118/test/fixedbugs/issue5259.dir/main.go @@ -10776,6 +10781,7 @@ go118/test/fixedbugs/issue5259.go go118/test/fixedbugs/issue5260.dir/a.go go118/test/fixedbugs/issue5260.dir/b.go go118/test/fixedbugs/issue5260.go +go118/test/fixedbugs/issue52612.go go118/test/fixedbugs/issue5291.dir/pkg1.go go118/test/fixedbugs/issue5291.dir/prog.go go118/test/fixedbugs/issue5291.go @@ -11612,12 +11618,18 @@ go118/test/typeparam/issue51423.dir/b.go go118/test/typeparam/issue51423.go go118/test/typeparam/issue51522a.go go118/test/typeparam/issue51522b.go +go118/test/typeparam/issue51700.go go118/test/typeparam/issue51733.go go118/test/typeparam/issue51765.go go118/test/typeparam/issue51836.dir/a.go go118/test/typeparam/issue51836.dir/aa.go go118/test/typeparam/issue51836.dir/p.go go118/test/typeparam/issue51836.go +go118/test/typeparam/issue52026.go +go118/test/typeparam/issue52117.dir/a.go +go118/test/typeparam/issue52117.dir/b.go +go118/test/typeparam/issue52117.go +go118/test/typeparam/issue52228.go go118/test/typeparam/list.go go118/test/typeparam/list2.go go118/test/typeparam/listimp.dir/a.go diff --git a/lang/go118/distinfo b/lang/go118/distinfo index 86980301ff54d..8fc342b1e36e9 100644 --- a/lang/go118/distinfo +++ b/lang/go118/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2022/04/13 07:46:56 bsiegert Exp $ +$NetBSD: distinfo,v 1.3 2022/05/11 19:00:55 bsiegert Exp $ -BLAKE2s (go1.18.1.src.tar.gz) = 90afdcd66edadc9f649954af31f4dbfd116b2e94f4c2815f089766cc55c706bb -SHA512 (go1.18.1.src.tar.gz) = baa053e2d713b235b9285c946b4f0842085a5224d1f4cbe92a446fbf97ed9f7289c8d4ba212fb31dd2e4eac39bb4c015f478543a1856594c2d1fc331c946f571 -Size (go1.18.1.src.tar.gz) = 22834149 bytes +BLAKE2s (go1.18.2.src.tar.gz) = 770d1b0c7874bcae1990ba7ab7d8fa519cc1e460efa6a7fe4cf4863ac969a02c +SHA512 (go1.18.2.src.tar.gz) = 9214cbc051cf26b49ab1bd4d8d30b060865944b831578a9ea7fcfe33f84009f77932a39f2948efbfc412b151e4734a3bc1f8332f3bea11b35a912b0e23a4118f +Size (go1.18.2.src.tar.gz) = 22837686 bytes SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35 From f3ca190effcf6295dfa79cc350650dc86e5f33cf Mon Sep 17 00:00:00 2001 From: bsiegert Date: Wed, 11 May 2022 19:01:24 +0000 Subject: [PATCH 0209/1154] doc: Updated lang/go118 to 1.18.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 953f58452ab27..ca9b827d1e3b1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2508 2022/05/11 18:40:01 bsiegert Exp $ +$NetBSD: CHANGES-2022,v 1.2509 2022/05/11 19:01:24 bsiegert Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3878,3 +3878,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/streamlink to 4.0.1 [bouyer 2022-05-11] Updated net/terraform-provider-vultr to 2.11.0 [tpaul 2022-05-11] Updated lang/go117 to 1.17.10 [bsiegert 2022-05-11] + Updated lang/go118 to 1.18.2 [bsiegert 2022-05-11] From 91c90fac9deee89e66a2d9af4e0792009ab551bb Mon Sep 17 00:00:00 2001 From: bsiegert Date: Wed, 11 May 2022 19:26:18 +0000 Subject: [PATCH 0210/1154] Revbump all Go packages after go118 update --- chat/coyim/Makefile | 4 ++-- chat/gomuks/Makefile | 4 ++-- chat/matterircd/Makefile | 4 ++-- databases/go-ldap/Makefile | 4 ++-- databases/influxdb/Makefile | 4 ++-- databases/mysqld_exporter/Makefile | 4 ++-- databases/postgres_exporter/Makefile | 4 ++-- databases/prometheus/Makefile | 4 ++-- databases/promscale/Makefile | 4 ++-- databases/timescaledb-tune/Makefile | 4 ++-- devel/asmfmt/Makefile | 4 ++-- devel/conftest/Makefile | 3 ++- devel/errcheck/Makefile | 4 ++-- devel/git-lfs/Makefile | 4 ++-- devel/go-check/Makefile | 4 ++-- devel/go-ed25519/Makefile | 4 ++-- devel/go-flags-svent/Makefile | 4 ++-- devel/go-gocode/Makefile | 4 ++-- devel/go-golang-lru/Makefile | 4 ++-- devel/go-gopkgs/Makefile | 4 ++-- devel/go-goptlib/Makefile | 4 ++-- devel/go-goreturns/Makefile | 4 ++-- devel/go-gox/Makefile | 4 ++-- devel/go-logrus/Makefile | 4 ++-- devel/go-nbreader/Makefile | 4 ++-- devel/go-protobuf/Makefile | 4 ++-- devel/go-pty/Makefile | 4 ++-- devel/go-review/Makefile | 4 ++-- devel/go-siphash/Makefile | 4 ++-- devel/go-staticcheck/Makefile | 3 ++- devel/go-sys/Makefile | 3 ++- devel/go-tools/Makefile | 4 ++-- devel/go-wire/Makefile | 4 ++-- devel/go-xerrors/Makefile | 4 ++-- devel/golangci-lint/Makefile | 4 ++-- devel/golint/Makefile | 4 ++-- devel/gopls/Makefile | 3 ++- devel/goredo/Makefile | 3 ++- devel/lazygit/Makefile | 4 ++-- devel/mob/Makefile | 3 ++- devel/nancy/Makefile | 4 ++-- devel/opa/Makefile | 3 ++- devel/packr/Makefile | 4 ++-- devel/reftools/Makefile | 4 ++-- editors/micro/Makefile | 4 ++-- graphics/gif2png/Makefile | 4 ++-- mail/postforward/Makefile | 4 ++-- net/amazon-ecs-cli/Makefile | 4 ++-- net/bombadillo/Makefile | 4 ++-- net/dnscrypt-proxy2/Makefile | 4 ++-- net/gh/Makefile | 4 ++-- net/go-dnstap/Makefile | 4 ++-- net/go-net/Makefile | 4 ++-- net/go-websocket/Makefile | 4 ++-- net/gunison/Makefile | 4 ++-- net/gvproxy/Makefile | 3 ++- net/hub/Makefile | 4 ++-- net/kubectl/Makefile | 3 ++- net/mangos/Makefile | 3 ++- net/nats-server/Makefile | 4 ++-- net/obfs4proxy/Makefile | 4 ++-- net/rclone/Makefile | 4 ++-- net/syncthing/Makefile | 4 ++-- net/terraform-provider-archive/Makefile | 4 ++-- net/terraform-provider-aws/Makefile | 4 ++-- net/terraform-provider-kubernetes/Makefile | 4 ++-- net/terraform-provider-local/Makefile | 4 ++-- net/terraform-provider-null/Makefile | 4 ++-- net/terraform-provider-random/Makefile | 4 ++-- net/terraform-provider-template/Makefile | 4 ++-- net/terraform-provider-vultr/Makefile | 3 ++- net/terraform/Makefile | 4 ++-- pkgtools/pkglint/Makefile | 4 ++-- security/2fa/Makefile | 4 ++-- security/age/Makefile | 4 ++-- security/amass/Makefile | 4 ++-- security/authelia/Makefile | 4 ++-- security/go-asn1-ber/Makefile | 4 ++-- security/go-crypto/Makefile | 4 ++-- security/go-mkcert/Makefile | 4 ++-- security/vault/Makefile | 4 ++-- shells/elvish/Makefile | 4 ++-- sysutils/beats/Makefile | 4 ++-- sysutils/consul/Makefile | 4 ++-- sysutils/direnv/Makefile | 4 ++-- sysutils/fzf/Makefile | 4 ++-- sysutils/goreman/Makefile | 4 ++-- sysutils/lf/Makefile | 4 ++-- sysutils/node_exporter/Makefile | 4 ++-- sysutils/restic/Makefile | 4 ++-- sysutils/vultr/Makefile | 4 ++-- textproc/glow/Makefile | 3 ++- textproc/go-kr-text/Makefile | 4 ++-- textproc/go-md2man/Makefile | 4 ++-- textproc/go-mmark/Makefile | 4 ++-- textproc/go-text/Makefile | 4 ++-- textproc/sift/Makefile | 4 ++-- www/apisprout/Makefile | 4 ++-- www/gitea/Makefile | 4 ++-- www/go-ffuf/Makefile | 4 ++-- www/go-minify/Makefile | 4 ++-- www/grafana/Makefile | 4 ++-- www/hugo/Makefile | 4 ++-- www/jira-cli/Makefile | 4 ++-- www/pup/Makefile | 4 ++-- www/restish/Makefile | 3 ++- 106 files changed, 212 insertions(+), 199 deletions(-) diff --git a/chat/coyim/Makefile b/chat/coyim/Makefile index c5b60418fd111..d9b4faf0b398a 100644 --- a/chat/coyim/Makefile +++ b/chat/coyim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2022/04/13 07:50:56 bsiegert Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/11 19:26:24 bsiegert Exp $ DISTNAME= coyim-0.3.11 MASTER_SITES= ${MASTER_SITE_GITHUB:=coyim/} -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= chat GITHUB_TAG= v${PKGVERSION_NOREV} EXTRACT_USING= bsdtar diff --git a/chat/gomuks/Makefile b/chat/gomuks/Makefile index 6aab4d0ed5579..87eb169adb8a4 100644 --- a/chat/gomuks/Makefile +++ b/chat/gomuks/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2022/04/13 07:50:56 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/11 19:26:24 bsiegert Exp $ GITHUB_PROJECT= gomuks GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= gomuks-0.2.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=tulir/} diff --git a/chat/matterircd/Makefile b/chat/matterircd/Makefile index 03f25984fb1e9..f957e54bc88ab 100644 --- a/chat/matterircd/Makefile +++ b/chat/matterircd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2022/04/13 07:50:56 bsiegert Exp $ +# $NetBSD: Makefile,v 1.47 2022/05/11 19:26:24 bsiegert Exp $ DISTNAME= matterircd-0.19.4 MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/} -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= chat GITHUB_TAG= v${PKGVERSION_NOREV} EXTRACT_USING= bsdtar diff --git a/databases/go-ldap/Makefile b/databases/go-ldap/Makefile index d2bd286cd9fba..0950df73eca28 100644 --- a/databases/go-ldap/Makefile +++ b/databases/go-ldap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2022/04/13 07:50:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/11 19:26:24 bsiegert Exp $ DISTNAME= ldap-3.0.3 PKGNAME= go-${DISTNAME} -PKGREVISION= 30 +PKGREVISION= 31 MASTER_SITES= ${MASTER_SITE_GITHUB:=go-ldap/} CATEGORIES= databases GITHUB_PROJECT= ldap diff --git a/databases/influxdb/Makefile b/databases/influxdb/Makefile index 1f47b9869b04f..b3ecd8365c701 100644 --- a/databases/influxdb/Makefile +++ b/databases/influxdb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2022/04/13 07:50:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.34 2022/05/11 19:26:25 bsiegert Exp $ DISTNAME= influxdb-1.8.4 MASTER_SITES= ${MASTER_SITE_GITHUB:=influxdata/} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= databases GITHUB_PROJECT= influxdb GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/databases/mysqld_exporter/Makefile b/databases/mysqld_exporter/Makefile index 0eae63369bb94..3439a83befd97 100644 --- a/databases/mysqld_exporter/Makefile +++ b/databases/mysqld_exporter/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2022/04/13 07:50:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/11 19:26:24 bsiegert Exp $ DISTNAME= mysqld_exporter-0.12.1 MASTER_SITES= ${MASTER_SITE_GITHUB:=prometheus/} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= databases GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/databases/postgres_exporter/Makefile b/databases/postgres_exporter/Makefile index 9daff44b99838..9b6b7368b8f60 100644 --- a/databases/postgres_exporter/Makefile +++ b/databases/postgres_exporter/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2022/04/13 07:50:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/11 19:26:24 bsiegert Exp $ DISTNAME= postgres_exporter-0.5.1 MASTER_SITES= ${MASTER_SITE_GITHUB:=wrouesnel/} -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= databases GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/databases/prometheus/Makefile b/databases/prometheus/Makefile index e9b75977605c4..747e230780fdf 100644 --- a/databases/prometheus/Makefile +++ b/databases/prometheus/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.65 2022/04/13 07:50:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.66 2022/05/11 19:26:24 bsiegert Exp $ # Important: UI has to be manually built when updating. See instructions below. DISTNAME= prometheus-2.34.0 MASTER_SITES= ${MASTER_SITE_GITHUB:=prometheus/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/databases/promscale/Makefile b/databases/promscale/Makefile index 57a389d5888ef..349ce844ecb2a 100644 --- a/databases/promscale/Makefile +++ b/databases/promscale/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2022/04/13 07:50:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/11 19:26:24 bsiegert Exp $ DISTNAME= promscale-0.10.0 MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases GITHUB_TAG= ${PKGVERSION_NOREV} diff --git a/databases/timescaledb-tune/Makefile b/databases/timescaledb-tune/Makefile index fe949b55d1b48..b160e7743d22b 100644 --- a/databases/timescaledb-tune/Makefile +++ b/databases/timescaledb-tune/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2022/04/13 07:50:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/11 19:26:24 bsiegert Exp $ DISTNAME= timescaledb-tune-0.12.0 MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= databases GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/asmfmt/Makefile b/devel/asmfmt/Makefile index 6c3a5e5c1c4dc..a11b369ff048a 100644 --- a/devel/asmfmt/Makefile +++ b/devel/asmfmt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2022/04/13 07:51:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/11 19:26:29 bsiegert Exp $ GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= asmfmt-1.3.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=klauspost/} diff --git a/devel/conftest/Makefile b/devel/conftest/Makefile index 8c889e57c220e..518f7f341c87b 100644 --- a/devel/conftest/Makefile +++ b/devel/conftest/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/04/20 10:10:39 leot Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/11 19:26:27 bsiegert Exp $ DISTNAME= conftest-0.31.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=open-policy-agent/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/errcheck/Makefile b/devel/errcheck/Makefile index f45b19539bf2f..b2532e5a608e3 100644 --- a/devel/errcheck/Makefile +++ b/devel/errcheck/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2022/04/13 07:51:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 19:26:28 bsiegert Exp $ GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= errcheck-1.4.0 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=kisielk/} diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile index c2ce3253a8925..e5ad7bbed74ed 100644 --- a/devel/git-lfs/Makefile +++ b/devel/git-lfs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2022/04/13 07:50:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/11 19:26:26 bsiegert Exp $ DISTNAME= git-lfs-3.1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=git-lfs/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/go-check/Makefile b/devel/go-check/Makefile index 0ca8fee80cc86..22ef8a7bfa32a 100644 --- a/devel/go-check/Makefile +++ b/devel/go-check/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2022/04/13 07:51:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.48 2022/05/11 19:26:29 bsiegert Exp $ # DISTNAME= go-check-1 -PKGREVISION= 45 +PKGREVISION= 46 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=go-check/} GITHUB_PROJECT= check diff --git a/devel/go-ed25519/Makefile b/devel/go-ed25519/Makefile index 07bf8cc807f32..29659cdacdca7 100644 --- a/devel/go-ed25519/Makefile +++ b/devel/go-ed25519/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2022/04/13 07:51:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/11 19:26:27 bsiegert Exp $ PKGNAME= go-ed25519-20171601 -PKGREVISION= 39 +PKGREVISION= 40 GITHUB_TAG= 5312a61534124124185d41f09206b9fef1d88403 DISTNAME= ed25519-${GITHUB_TAG} CATEGORIES= devel security diff --git a/devel/go-flags-svent/Makefile b/devel/go-flags-svent/Makefile index 8501ea2718ca1..4632f9ab3acef 100644 --- a/devel/go-flags-svent/Makefile +++ b/devel/go-flags-svent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2022/04/13 07:51:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.47 2022/05/11 19:26:27 bsiegert Exp $ DISTNAME= go-flags-svent-0.0.20141123 -PKGREVISION= 45 +PKGREVISION= 46 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_PROJECT= go-flags diff --git a/devel/go-gocode/Makefile b/devel/go-gocode/Makefile index 2ce303260fec4..430e27ad8b7e4 100644 --- a/devel/go-gocode/Makefile +++ b/devel/go-gocode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2022/04/13 07:51:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/11 19:26:27 bsiegert Exp $ DISTNAME= gocode-20170907 PKGNAME= go-${DISTNAME} -PKGREVISION= 37 +PKGREVISION= 38 MASTER_SITES= ${MASTER_SITE_GITHUB:=nsf/} CATEGORIES= devel GITHUB_PROJECT= gocode diff --git a/devel/go-golang-lru/Makefile b/devel/go-golang-lru/Makefile index 3a0f499768ee9..832b326aae536 100644 --- a/devel/go-golang-lru/Makefile +++ b/devel/go-golang-lru/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2022/04/13 07:51:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.46 2022/05/11 19:26:29 bsiegert Exp $ DISTNAME= golang-lru-0.5.4 PKGNAME= go-${DISTNAME} -PKGREVISION= 24 +PKGREVISION= 25 MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} CATEGORIES= devel GITHUB_PROJECT= ${PKGBASE:S/^go-//} diff --git a/devel/go-gopkgs/Makefile b/devel/go-gopkgs/Makefile index f0dff913ffa63..5d49841cd81fb 100644 --- a/devel/go-gopkgs/Makefile +++ b/devel/go-gopkgs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2022/04/13 07:51:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/11 19:26:29 bsiegert Exp $ DISTNAME= gopkgs-2.1.2 PKGNAME= go-${DISTNAME} -PKGREVISION= 16 +PKGREVISION= 17 MASTER_SITES= ${MASTER_SITE_GITHUB:=uudashr/} CATEGORIES= devel GITHUB_PROJECT= gopkgs diff --git a/devel/go-goptlib/Makefile b/devel/go-goptlib/Makefile index 3d8cbaed35671..71f941b09de34 100644 --- a/devel/go-goptlib/Makefile +++ b/devel/go-goptlib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2022/04/13 07:51:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.44 2022/05/11 19:26:27 bsiegert Exp $ DISTNAME= 1.0.0 DIST_SUBDIR= go-goptlib PKGNAME= ${DIST_SUBDIR}-${DISTNAME} -PKGREVISION= 32 +PKGREVISION= 33 CATEGORIES= devel net MASTER_SITES= https://gitweb.torproject.org/pluggable-transports/goptlib.git/snapshot/ diff --git a/devel/go-goreturns/Makefile b/devel/go-goreturns/Makefile index 17abd97c0b796..5d671346019fa 100644 --- a/devel/go-goreturns/Makefile +++ b/devel/go-goreturns/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2022/04/13 07:51:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/11 19:26:29 bsiegert Exp $ DISTNAME= goreturns-0.0.20180301 PKGNAME= go-${DISTNAME} -PKGREVISION= 37 +PKGREVISION= 38 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sqs/} GITHUB_PROJECT= goreturns diff --git a/devel/go-gox/Makefile b/devel/go-gox/Makefile index 64b3e67f57d61..53abd1947cc25 100644 --- a/devel/go-gox/Makefile +++ b/devel/go-gox/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2022/04/13 07:51:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/11 19:26:28 bsiegert Exp $ # DISTNAME= gox-1.0.1 PKGNAME= go-${DISTNAME} -PKGREVISION= 29 +PKGREVISION= 30 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mitchellh/} GITHUB_PROJECT= gox diff --git a/devel/go-logrus/Makefile b/devel/go-logrus/Makefile index 3a5ad6c04b6fc..02eb77f6c3c84 100644 --- a/devel/go-logrus/Makefile +++ b/devel/go-logrus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2022/04/13 07:51:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/11 19:26:28 bsiegert Exp $ DISTNAME= logrus-1.0.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sirupsen/} GITHUB_PROJECT= logrus diff --git a/devel/go-nbreader/Makefile b/devel/go-nbreader/Makefile index 9b557d985b61e..adc4a4693a3d1 100644 --- a/devel/go-nbreader/Makefile +++ b/devel/go-nbreader/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2022/04/13 07:51:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.47 2022/05/11 19:26:29 bsiegert Exp $ DISTNAME= go-nbreader-0.0.20150201 -PKGREVISION= 45 +PKGREVISION= 46 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_PROJECT= go-nbreader diff --git a/devel/go-protobuf/Makefile b/devel/go-protobuf/Makefile index 33bc895b4d988..e7fc755b2d209 100644 --- a/devel/go-protobuf/Makefile +++ b/devel/go-protobuf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2022/04/13 07:51:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.54 2022/05/11 19:26:29 bsiegert Exp $ DISTNAME= go-protobuf-1.3.3 -PKGREVISION= 25 +PKGREVISION= 26 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= protobuf diff --git a/devel/go-pty/Makefile b/devel/go-pty/Makefile index a6906bff2f62d..ca3db35d37572 100644 --- a/devel/go-pty/Makefile +++ b/devel/go-pty/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2022/04/13 07:51:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/11 19:26:28 bsiegert Exp $ DISTNAME= go-pty-1.1.11 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=creack/} GITHUB_PROJECT= pty diff --git a/devel/go-review/Makefile b/devel/go-review/Makefile index 835c80abfa489..92189fe22f6f5 100644 --- a/devel/go-review/Makefile +++ b/devel/go-review/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2022/04/13 07:51:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/11 19:26:29 bsiegert Exp $ # DISTNAME= go-review-1.0.2 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= review diff --git a/devel/go-siphash/Makefile b/devel/go-siphash/Makefile index 8761b54b9f3ce..f2c72b772b352 100644 --- a/devel/go-siphash/Makefile +++ b/devel/go-siphash/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.43 2022/04/13 07:51:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.44 2022/05/11 19:26:27 bsiegert Exp $ GITHUB_TAG= v1.2.1 DISTNAME= ${GITHUB_TAG} DIST_SUBDIR= go-siphash PKGNAME= ${DIST_SUBDIR}-${GITHUB_TAG:S/v//} -PKGREVISION= 32 +PKGREVISION= 33 CATEGORIES= devel security MASTER_SITES= ${MASTER_SITE_GITHUB:=dchest/} GITHUB_PROJECT= siphash diff --git a/devel/go-staticcheck/Makefile b/devel/go-staticcheck/Makefile index 77cd8cdac3a8a..fd459a2392067 100644 --- a/devel/go-staticcheck/Makefile +++ b/devel/go-staticcheck/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2022/04/17 19:09:40 bsiegert Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/11 19:26:30 bsiegert Exp $ GITHUB_PROJECT= go-tools GITHUB_TAG= 2022.1 DISTNAME= go-tools-2022.1 PKGNAME= go-staticcheck-${GITHUB_TAG} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=dominikh/} diff --git a/devel/go-sys/Makefile b/devel/go-sys/Makefile index c47d93c6540c6..4316c40af33fa 100644 --- a/devel/go-sys/Makefile +++ b/devel/go-sys/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2022/04/15 17:08:53 tnn Exp $ +# $NetBSD: Makefile,v 1.54 2022/05/11 19:26:27 bsiegert Exp $ # DISTNAME= go-sys-0.0.20220412 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= sys diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile index 83d2e71244d22..6833a3bb0150a 100644 --- a/devel/go-tools/Makefile +++ b/devel/go-tools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2022/04/13 07:51:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.63 2022/05/11 19:26:28 bsiegert Exp $ DISTNAME= tools-0.1.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= tools diff --git a/devel/go-wire/Makefile b/devel/go-wire/Makefile index cac9d6b1a6d7d..ac5fab7e5929b 100644 --- a/devel/go-wire/Makefile +++ b/devel/go-wire/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/04/13 07:51:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/11 19:26:28 bsiegert Exp $ DISTNAME= go-wire-0.5.0.20210831 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} GITHUB_PROJECT= wire diff --git a/devel/go-xerrors/Makefile b/devel/go-xerrors/Makefile index a80263e8b2a9d..ec63d597b18bc 100644 --- a/devel/go-xerrors/Makefile +++ b/devel/go-xerrors/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2022/04/13 07:51:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/11 19:26:29 bsiegert Exp $ # DISTNAME= go-xerrors-20190719 -PKGREVISION= 25 +PKGREVISION= 26 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= xerrors diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index fbf5506927040..ce08d34eb6073 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2022/04/13 07:51:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 19:26:27 bsiegert Exp $ GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= golangci-lint-1.33.0 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golangci/} diff --git a/devel/golint/Makefile b/devel/golint/Makefile index 8a77619c3f87a..a1f42a9458193 100644 --- a/devel/golint/Makefile +++ b/devel/golint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2022/04/13 07:50:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.51 2022/05/11 19:26:26 bsiegert Exp $ DISTNAME= golint-20200301 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= lint diff --git a/devel/gopls/Makefile b/devel/gopls/Makefile index b5885e60c73e1..9051a6b1c32a4 100644 --- a/devel/gopls/Makefile +++ b/devel/gopls/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.50 2022/04/20 20:54:45 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2022/05/11 19:26:26 bsiegert Exp $ # # Release notes: # https://github.com/golang/tools/releases DISTNAME= gopls-0.8.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= tools diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile index 123750ab27c9d..f677630e8d3e1 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2022/05/09 20:55:52 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/11 19:26:26 bsiegert Exp $ DISTNAME= goredo-1.25.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.goredo.cypherpunks.ru/download/ EXTRACT_SUFX= .tar.zst diff --git a/devel/lazygit/Makefile b/devel/lazygit/Makefile index b549f2c25be1e..81aebc4a3ccbf 100644 --- a/devel/lazygit/Makefile +++ b/devel/lazygit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2022/04/13 07:51:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/11 19:26:27 bsiegert Exp $ DISTNAME= lazygit-0.31.4 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=jesseduffield/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/mob/Makefile b/devel/mob/Makefile index 16439a184973a..e4022e0f4cf68 100644 --- a/devel/mob/Makefile +++ b/devel/mob/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2022/05/01 17:07:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.48 2022/05/11 19:26:28 bsiegert Exp $ DISTNAME= ${GITHUB_PROJECT}-3.1.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/} GITHUB_PROJECT= mob diff --git a/devel/nancy/Makefile b/devel/nancy/Makefile index 78e5b61ba570d..331298afcd1a8 100644 --- a/devel/nancy/Makefile +++ b/devel/nancy/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2022/04/13 07:51:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/11 19:26:28 bsiegert Exp $ GITHUB_PROJECT= nancy GITHUB_TAG= v1.0.5 DISTNAME= v1.0.5 PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,} -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sonatype-nexus-community/} DIST_SUBDIR= ${GITHUB_PROJECT} diff --git a/devel/opa/Makefile b/devel/opa/Makefile index 44b6d9e781a15..7d4c85cde0554 100644 --- a/devel/opa/Makefile +++ b/devel/opa/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2022/04/20 19:56:27 leot Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/11 19:26:28 bsiegert Exp $ DISTNAME= opa-0.39.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=open-policy-agent/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/packr/Makefile b/devel/packr/Makefile index 3815ce0992331..350a0df6fd27c 100644 --- a/devel/packr/Makefile +++ b/devel/packr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2022/04/13 07:50:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/11 19:26:26 bsiegert Exp $ DISTNAME= packr-2.8.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel GITHUB_TAG= v${PKGVERSION_NOREV} MASTER_SITES= ${MASTER_SITE_GITHUB:=gobuffalo/} diff --git a/devel/reftools/Makefile b/devel/reftools/Makefile index 2833f00140ef1..6b3332c5c8fce 100644 --- a/devel/reftools/Makefile +++ b/devel/reftools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2022/04/13 07:50:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 19:26:26 bsiegert Exp $ GITHUB_TAG= 01cf781a DISTNAME= reftools-0.0.20201119 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=davidrjenni/} diff --git a/editors/micro/Makefile b/editors/micro/Makefile index 0c43334fcc94b..b45ad1b76ef66 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2022/04/13 07:50:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/11 19:26:18 bsiegert Exp $ DISTNAME= micro-2.0.10 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=zyedidia/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 95f28bb60285b..fbaba581047e2 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2022/04/13 07:50:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.86 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= gif2png-3.0.0 -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= graphics #MASTER_SITES= https://gitlab.com/esr/gif2png/-/archive/master/ MASTER_SITES= http://www.catb.org/~esr/gif2png/ diff --git a/mail/postforward/Makefile b/mail/postforward/Makefile index 8176f7c3ef789..2458a71a4bcbd 100644 --- a/mail/postforward/Makefile +++ b/mail/postforward/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2022/04/13 07:50:57 bsiegert Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/11 19:26:25 bsiegert Exp $ DISTNAME= postforward-1.1.0 -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=zoni/} diff --git a/net/amazon-ecs-cli/Makefile b/net/amazon-ecs-cli/Makefile index c4918519a95f8..a66e05e51c247 100644 --- a/net/amazon-ecs-cli/Makefile +++ b/net/amazon-ecs-cli/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2022/04/13 07:50:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/11 19:26:19 bsiegert Exp $ DISTNAME= amazon-ecs-cli-1.21.0 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=aws/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/bombadillo/Makefile b/net/bombadillo/Makefile index 49bce473ae631..a51b6e5ad795b 100644 --- a/net/bombadillo/Makefile +++ b/net/bombadillo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2022/04/13 07:50:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/11 19:26:20 bsiegert Exp $ DISTNAME= 2.3.3 PKGNAME= bombadillo-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= net MASTER_SITES= https://tildegit.org/sloum/bombadillo/archive/ DIST_SUBDIR= bombadillo diff --git a/net/dnscrypt-proxy2/Makefile b/net/dnscrypt-proxy2/Makefile index e9804e8d3d92e..c09642b1da4f6 100644 --- a/net/dnscrypt-proxy2/Makefile +++ b/net/dnscrypt-proxy2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2022/04/13 07:50:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.60 2022/05/11 19:26:18 bsiegert Exp $ PKGNAME= dnscrypt-proxy2-2.0.45 -PKGREVISION= 14 +PKGREVISION= 15 DISTNAME= dnscrypt-proxy-${PKGVERSION_NOREV} CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_GITHUB:=jedisct1/} diff --git a/net/gh/Makefile b/net/gh/Makefile index 3fd9ba9e4d433..27275a71ced09 100644 --- a/net/gh/Makefile +++ b/net/gh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2022/04/13 07:50:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/11 19:26:18 bsiegert Exp $ DISTNAME= gh-2.7.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=cli/} GITHUB_PROJECT= cli diff --git a/net/go-dnstap/Makefile b/net/go-dnstap/Makefile index a933bb1da2357..ae5971d5a92c6 100644 --- a/net/go-dnstap/Makefile +++ b/net/go-dnstap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2022/04/13 07:50:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/11 19:26:18 bsiegert Exp $ DISTNAME= go-dnstap-0.4.0 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=dnstap/} GITHUB_PROJECT= golang-dnstap diff --git a/net/go-net/Makefile b/net/go-net/Makefile index eafdd1b971d67..d4b10730b9c54 100644 --- a/net/go-net/Makefile +++ b/net/go-net/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.62 2022/05/11 19:26:20 bsiegert Exp $ DISTNAME= go-net-20200130 -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= net diff --git a/net/go-websocket/Makefile b/net/go-websocket/Makefile index 6d59b0ab242b8..d8b79a9748fb5 100644 --- a/net/go-websocket/Makefile +++ b/net/go-websocket/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2022/04/13 07:50:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.45 2022/05/11 19:26:19 bsiegert Exp $ DISTNAME= websocket-1.4.2 PKGNAME= go-${DISTNAME} -PKGREVISION= 10 +PKGREVISION= 11 MASTER_SITES= ${MASTER_SITE_GITHUB:=gorilla/} CATEGORIES= net GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/gunison/Makefile b/net/gunison/Makefile index f7a9bb759188e..e3891dd096b36 100644 --- a/net/gunison/Makefile +++ b/net/gunison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 19:26:20 bsiegert Exp $ DISTNAME= gunison-0.1.0 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=vfaronov/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/gvproxy/Makefile b/net/gvproxy/Makefile index 97717596d00d7..8f1aa3e0d7dc3 100644 --- a/net/gvproxy/Makefile +++ b/net/gvproxy/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/04/18 18:24:25 bsiegert Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/11 19:26:19 bsiegert Exp $ DISTNAME= gvproxy-0.3.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=containers/} GITHUB_PROJECT= gvisor-tap-vsock diff --git a/net/hub/Makefile b/net/hub/Makefile index 69bd032028ba5..949b4690abe40 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2022/04/13 07:50:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.65 2022/05/11 19:26:19 bsiegert Exp $ DISTNAME= hub-2.14.2 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/kubectl/Makefile b/net/kubectl/Makefile index 7eac37e795f4a..744f87c9abaa8 100644 --- a/net/kubectl/Makefile +++ b/net/kubectl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/04/24 19:24:56 leot Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/11 19:26:19 bsiegert Exp $ DISTNAME= kubectl-1.22.9 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=kubernetes/} GITHUB_PROJECT= kubernetes diff --git a/net/mangos/Makefile b/net/mangos/Makefile index d9019b7ef6bfe..c0eb31dcc054a 100644 --- a/net/mangos/Makefile +++ b/net/mangos/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/04/20 10:10:59 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/11 19:26:19 bsiegert Exp $ DISTNAME= mangos-3.4.1 MASTER_SITES= ${MASTER_SITE_GITHUB:=nanomsg/} +PKGREVISION= 1 CATEGORIES= net GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/nats-server/Makefile b/net/nats-server/Makefile index 651fba6b04f1d..6f3f570c9ce5f 100644 --- a/net/nats-server/Makefile +++ b/net/nats-server/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2022/04/13 07:50:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 19:26:18 bsiegert Exp $ # DISTNAME= nats-server-2.1.9 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=nats-io/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/obfs4proxy/Makefile b/net/obfs4proxy/Makefile index bf1626b6c06da..1e7b7e57da5c9 100644 --- a/net/obfs4proxy/Makefile +++ b/net/obfs4proxy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2022/04/13 07:50:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.45 2022/05/11 19:26:20 bsiegert Exp $ DISTNAME= obfs4proxy-0.0.11 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= net security MASTER_SITES= https://people.torproject.org/~yawning/releases/obfs4proxy/ EXTRACT_SUFX= .tar.xz diff --git a/net/rclone/Makefile b/net/rclone/Makefile index ccd5db8991361..d26286fa1f4ca 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.34 2022/05/11 19:26:20 bsiegert Exp $ # When updating changelog is available in # ${WRKSRC}/docs/content/changelog.md DISTNAME= rclone-1.56.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=rclone/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index c86f18a98dd60..6198a0c20dd1f 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.149 2022/04/13 07:50:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.150 2022/05/11 19:26:18 bsiegert Exp $ # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval. DISTNAME= syncthing-source-v1.19.0 PKGNAME= ${DISTNAME:S,source-v,,} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/net/terraform-provider-archive/Makefile b/net/terraform-provider-archive/Makefile index bf81e69ca3da7..3060990eb43bb 100644 --- a/net/terraform-provider-archive/Makefile +++ b/net/terraform-provider-archive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2022/04/13 07:50:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/11 19:26:20 bsiegert Exp $ DISTNAME= terraform-provider-archive-2.1.0 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} GITHUB_PROJECT= ${PKGBASE} diff --git a/net/terraform-provider-aws/Makefile b/net/terraform-provider-aws/Makefile index 4106941d259cb..cd7cf91849000 100644 --- a/net/terraform-provider-aws/Makefile +++ b/net/terraform-provider-aws/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2022/04/13 07:50:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/11 19:26:19 bsiegert Exp $ DISTNAME= terraform-provider-aws-3.27.0 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=terraform-providers/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/terraform-provider-kubernetes/Makefile b/net/terraform-provider-kubernetes/Makefile index 541e5bed9ba5f..9ae343175b199 100644 --- a/net/terraform-provider-kubernetes/Makefile +++ b/net/terraform-provider-kubernetes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/11 19:26:20 bsiegert Exp $ DISTNAME= terraform-provider-kubernetes-1.11.4 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} GITHUB_PROJECT= ${PKGBASE} diff --git a/net/terraform-provider-local/Makefile b/net/terraform-provider-local/Makefile index 5bc879e6e8e0d..6776bcf3a0c2d 100644 --- a/net/terraform-provider-local/Makefile +++ b/net/terraform-provider-local/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= terraform-provider-local-1.4.0 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/terraform-provider-null/Makefile b/net/terraform-provider-null/Makefile index f6b435ea06fa5..12eeff9cab9dc 100644 --- a/net/terraform-provider-null/Makefile +++ b/net/terraform-provider-null/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2022/04/13 07:50:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/11 19:26:18 bsiegert Exp $ DISTNAME= terraform-provider-null-2.1.2 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/terraform-provider-random/Makefile b/net/terraform-provider-random/Makefile index 4a3f58e3936b9..9982e34b1371c 100644 --- a/net/terraform-provider-random/Makefile +++ b/net/terraform-provider-random/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= terraform-provider-random-2.3.0 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/terraform-provider-template/Makefile b/net/terraform-provider-template/Makefile index f9184cd2a2e93..365694e587d2f 100644 --- a/net/terraform-provider-template/Makefile +++ b/net/terraform-provider-template/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/11 19:26:20 bsiegert Exp $ DISTNAME= terraform-provider-template-2.2.0 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} GITHUB_PROJECT= ${PKGBASE} diff --git a/net/terraform-provider-vultr/Makefile b/net/terraform-provider-vultr/Makefile index c2929eb9ebf1e..d23b2dea1162c 100644 --- a/net/terraform-provider-vultr/Makefile +++ b/net/terraform-provider-vultr/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/05/11 18:15:09 tpaul Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/11 19:26:19 bsiegert Exp $ DISTNAME= terraform-provider-vultr-2.11.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=vultr/} GITHUB_PROJECT= ${PKGBASE} diff --git a/net/terraform/Makefile b/net/terraform/Makefile index 7cb9e741caeb4..cef446743faf1 100644 --- a/net/terraform/Makefile +++ b/net/terraform/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2022/04/13 07:50:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/11 19:26:19 bsiegert Exp $ DISTNAME= terraform-0.12.31 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 5f2f26e615396..084da39924cf1 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.715 2022/04/13 07:50:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.716 2022/05/11 19:26:25 bsiegert Exp $ PKGNAME= pkglint-22.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= pkgtools DISTNAME= tools MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} diff --git a/security/2fa/Makefile b/security/2fa/Makefile index 8f8a8291c6782..850d71e0619c0 100644 --- a/security/2fa/Makefile +++ b/security/2fa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2022/04/13 07:50:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.45 2022/05/11 19:26:22 bsiegert Exp $ DISTNAME= 2fa-1.2.0 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/} GITHUB_TAG= v1.2.0 diff --git a/security/age/Makefile b/security/age/Makefile index adf64308c15e6..16842deaecf56 100644 --- a/security/age/Makefile +++ b/security/age/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/04/13 07:50:55 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 19:26:22 bsiegert Exp $ DISTNAME= age-1.0.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/security/amass/Makefile b/security/amass/Makefile index cad19ad3baf97..6a6ed79748ae9 100644 --- a/security/amass/Makefile +++ b/security/amass/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2022/04/13 07:50:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/11 19:26:22 bsiegert Exp $ DISTNAME= amass-3.11.13 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OWASP/} GITHUB_PROJECT= Amass diff --git a/security/authelia/Makefile b/security/authelia/Makefile index 9c43c06d0e3cb..c935167fd0309 100644 --- a/security/authelia/Makefile +++ b/security/authelia/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/04/13 07:50:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/11 19:26:22 bsiegert Exp $ DISTNAME= authelia-4.26.1 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=authelia/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/security/go-asn1-ber/Makefile b/security/go-asn1-ber/Makefile index 4c72c88898b1d..b91cd993fd0a8 100644 --- a/security/go-asn1-ber/Makefile +++ b/security/go-asn1-ber/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2022/04/13 07:50:55 bsiegert Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/11 19:26:22 bsiegert Exp $ DISTNAME= asn1-ber-1.3 PKGNAME= go-${DISTNAME} -PKGREVISION= 30 +PKGREVISION= 31 MASTER_SITES= ${MASTER_SITE_GITHUB:=go-asn1-ber/} CATEGORIES= security GITHUB_PROJECT= asn1-ber diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile index 425a8ce2b6bfc..2ff0a2d218dd0 100644 --- a/security/go-crypto/Makefile +++ b/security/go-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2022/04/13 07:50:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.51 2022/05/11 19:26:22 bsiegert Exp $ COMMENT= Go supplementary cryptography libraries DISTNAME= go-crypto-0.0.20200122 @@ -10,7 +10,7 @@ GITHUB_TAG= 69ecbb4d6d MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/golang/crypto/ LICENSE= modified-bsd -PKGREVISION= 19 +PKGREVISION= 20 GO_SRCPATH= golang.org/x/crypto GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* diff --git a/security/go-mkcert/Makefile b/security/go-mkcert/Makefile index b54ca89705fa0..a01f9b93890a3 100644 --- a/security/go-mkcert/Makefile +++ b/security/go-mkcert/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2022/04/13 07:50:55 bsiegert Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/11 19:26:22 bsiegert Exp $ DISTNAME= mkcert-${GITHUB_TAG} PKGNAME= go-mkcert-${VERSION} -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/} GITHUB_PROJECT= mkcert diff --git a/security/vault/Makefile b/security/vault/Makefile index b1fea38141aa2..81c655e5cd9b1 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2022/04/13 07:50:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.78 2022/05/11 19:26:22 bsiegert Exp $ DISTNAME= vault-1.6.6 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} diff --git a/shells/elvish/Makefile b/shells/elvish/Makefile index e0aeee47b06d9..fb9c92eb64038 100644 --- a/shells/elvish/Makefile +++ b/shells/elvish/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/04/13 07:50:56 bsiegert Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/11 19:26:23 bsiegert Exp $ DISTNAME= elvish-0.16.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=elves/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/beats/Makefile b/sysutils/beats/Makefile index ed8ee24643885..d3080f50d5d75 100644 --- a/sysutils/beats/Makefile +++ b/sysutils/beats/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2022/04/13 07:50:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.77 2022/05/11 19:26:26 bsiegert Exp $ DISTNAME= beats-6.8.13 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=elastic/} GITHUB_PROJECT= beats diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 06fa8b50baa76..33687a493805e 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2022/04/13 07:50:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.76 2022/05/11 19:26:25 bsiegert Exp $ DISTNAME= consul-1.2.3 -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile index 95d887328bdd2..c61676074a2ab 100644 --- a/sysutils/direnv/Makefile +++ b/sysutils/direnv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/04/13 07:50:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/11 19:26:25 bsiegert Exp $ DISTNAME= direnv-2.27.0 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=direnv/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/fzf/Makefile b/sysutils/fzf/Makefile index 1ade30c41738a..c373aad59c6c5 100644 --- a/sysutils/fzf/Makefile +++ b/sysutils/fzf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2022/04/13 07:50:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.53 2022/05/11 19:26:25 bsiegert Exp $ DISTNAME= fzf-0.29.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=junegunn/} diff --git a/sysutils/goreman/Makefile b/sysutils/goreman/Makefile index 04212b590d9f3..fe40fc1d776f0 100644 --- a/sysutils/goreman/Makefile +++ b/sysutils/goreman/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2022/04/13 07:50:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/11 19:26:25 bsiegert Exp $ DISTNAME= goreman-0.3.7 PKGNAME= go-${DISTNAME} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=mattn/} GITHUB_PROJECT= goreman diff --git a/sysutils/lf/Makefile b/sysutils/lf/Makefile index dcda1af7b7876..1124cc9727343 100644 --- a/sysutils/lf/Makefile +++ b/sysutils/lf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2022/04/13 07:50:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/11 19:26:25 bsiegert Exp $ # DISTNAME= lf-13 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=gokcehan/} GITHUB_TAG= r13 diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile index 8cd9b35ac59c4..c1f0d238f58c1 100644 --- a/sysutils/node_exporter/Makefile +++ b/sysutils/node_exporter/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2022/04/13 07:50:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.34 2022/05/11 19:26:26 bsiegert Exp $ DISTNAME= node_exporter-1.0.1 MASTER_SITES= ${MASTER_SITE_GITHUB:=prometheus/} -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= sysutils GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index a4b610d5ad170..3a9416e897130 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2022/04/13 07:50:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/11 19:26:25 bsiegert Exp $ PKGNAME= restic-0.12.1 -PKGREVISION= 6 +PKGREVISION= 7 DISTNAME= restic-${GITHUB_TAG} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=restic/} diff --git a/sysutils/vultr/Makefile b/sysutils/vultr/Makefile index 56be6838797a3..f2d1c16cd8589 100644 --- a/sysutils/vultr/Makefile +++ b/sysutils/vultr/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2022/04/13 07:50:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/11 19:26:26 bsiegert Exp $ DISTNAME= v${VERSION} PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,} -PKGREVISION= 22 +PKGREVISION= 23 VERSION= 2.0.1 GITHUB_PROJECT= vultr GITHUB_TAG= ${DISTNAME} diff --git a/textproc/glow/Makefile b/textproc/glow/Makefile index a887a3ca9c156..03d0fd840364f 100644 --- a/textproc/glow/Makefile +++ b/textproc/glow/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2022/04/17 20:11:15 sjmulder Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= glow-1.4.1 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=charmbracelet/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-kr-text/Makefile b/textproc/go-kr-text/Makefile index 5e26694ecd575..c45204abfcb2b 100644 --- a/textproc/go-kr-text/Makefile +++ b/textproc/go-kr-text/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2022/04/13 07:50:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= go-kr-text-0.2.0 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=kr/} GITHUB_PROJECT= text diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index a76150da0301f..ac1f87a47daeb 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2022/04/13 07:50:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.47 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= go-md2man-2.0.1 MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-mmark/Makefile b/textproc/go-mmark/Makefile index a5c9a90b9a01c..2e441fadb26ad 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2022/04/13 07:50:54 bsiegert Exp $ +# $NetBSD: Makefile,v 1.44 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= mmark-2.2.10 PKGNAME= go-${DISTNAME} -PKGREVISION= 11 +PKGREVISION= 12 MASTER_SITES= ${MASTER_SITE_GITHUB:=mmarkdown/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-text/Makefile b/textproc/go-text/Makefile index e23305a346575..52e34ad5c98be 100644 --- a/textproc/go-text/Makefile +++ b/textproc/go-text/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.56 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= go-text-0.3.3 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= text diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index 085cdfe041ff1..0f6d62b544f26 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= sift-0.6.0 -PKGREVISION= 46 +PKGREVISION= 47 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/apisprout/Makefile b/www/apisprout/Makefile index a97b5b1e04d7d..29d713610728a 100644 --- a/www/apisprout/Makefile +++ b/www/apisprout/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2022/04/17 18:52:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/11 19:26:23 bsiegert Exp $ DISTNAME= apisprout-1.3.0 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=danielgtaylor/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 5dd50aa131c2c..92ec0ce856c68 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.71 2022/04/18 19:12:17 adam Exp $ +# $NetBSD: Makefile,v 1.72 2022/05/11 19:26:22 bsiegert Exp $ DISTNAME= gitea-1.16.1 MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/go-ffuf/Makefile b/www/go-ffuf/Makefile index 7c8b753cf3b16..920530b8f1446 100644 --- a/www/go-ffuf/Makefile +++ b/www/go-ffuf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2022/04/13 07:50:55 bsiegert Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/11 19:26:23 bsiegert Exp $ DISTNAME= go-ffuf-1.2.1 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=ffuf/} GITHUB_PROJECT= ffuf diff --git a/www/go-minify/Makefile b/www/go-minify/Makefile index 4e30feddaec3a..6f0c955759d0e 100644 --- a/www/go-minify/Makefile +++ b/www/go-minify/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2022/04/13 07:50:56 bsiegert Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/11 19:26:23 bsiegert Exp $ DISTNAME= minify-2.9.21 PKGNAME= go-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 MASTER_SITES= ${MASTER_SITE_GITHUB:=tdewolff/} CATEGORIES= www GITHUB_PROJECT= minify diff --git a/www/grafana/Makefile b/www/grafana/Makefile index 840ece6c8f3a9..cb1cfe2a49b5a 100644 --- a/www/grafana/Makefile +++ b/www/grafana/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2022/04/13 07:50:56 bsiegert Exp $ +# $NetBSD: Makefile,v 1.69 2022/05/11 19:26:23 bsiegert Exp $ DISTNAME= grafana-8.4.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=grafana/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/hugo/Makefile b/www/hugo/Makefile index 9f7d94099e8d4..27f9d8ef113cd 100644 --- a/www/hugo/Makefile +++ b/www/hugo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2022/04/13 07:50:56 bsiegert Exp $ +# $NetBSD: Makefile,v 1.59 2022/05/11 19:26:23 bsiegert Exp $ DISTNAME= hugo-0.96.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 MASTER_SITES= ${MASTER_SITE_GITHUB:=gohugoio/} CATEGORIES= www GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/jira-cli/Makefile b/www/jira-cli/Makefile index 29620de657937..31c8a923f703f 100644 --- a/www/jira-cli/Makefile +++ b/www/jira-cli/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2022/04/13 07:50:56 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/11 19:26:23 bsiegert Exp $ DISTNAME= jira-cli-0.3.0 MASTER_SITES= ${MASTER_SITE_GITHUB:=ankitpokhrel/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www DIST_SUBDIR= ${PKGBASE} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/pup/Makefile b/www/pup/Makefile index a6f381f15d134..55570dd10fd0b 100644 --- a/www/pup/Makefile +++ b/www/pup/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2022/04/13 07:50:55 bsiegert Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/11 19:26:23 bsiegert Exp $ DISTNAME= pup-0.4.0 -PKGREVISION= 42 +PKGREVISION= 43 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=ericchiang/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/restish/Makefile b/www/restish/Makefile index 792c895dedb4f..12796bd62047a 100644 --- a/www/restish/Makefile +++ b/www/restish/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2022/05/04 06:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/11 19:26:23 bsiegert Exp $ # # Changelog: # https://github.com/danielgtaylor/restish/releases/ DISTNAME= restish-0.14.0 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=danielgtaylor/} GITHUB_TAG= v${PKGVERSION_NOREV} From 73929a4e162decf796994e2bf2228a14c1d5bc71 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 11 May 2022 20:58:10 +0000 Subject: [PATCH 0211/1154] sysutils/felix: update to 0.9.1 v0.9.1 (2022-05-11) Fixed - Fix bug that after `:h`, cursor move can cause unexpected panic. Changed - Wrap preview text. v0.9.0 (2022-05-10) Added - New command: `v` to toggle whether to show i) part of the content for text file (no wrapping and static), or ii) contents tree for directory. Note that this preview feature may not work effectively with small terminal. - trying to make felix user guide (just to show how to use each commands) by mdbook Changed - felix now works with smaller terminal size (4 rows and 4 columns is the minimum). If column is fewer than 28, modified time is not displayed. - Huge refactoring overall. - use `struct colors` for `state.layout.colors` - `is_hidden` moved to `ItemInfo`'s field, make it easier to toggle show/hidden items - in `open_files` method, use `ItemInfo`'s existing field to get extension - `Iteminfo.ext` to `Option` - split `move_cursor` method to multiple methods - Inverted color on the last row (to show distinctively) Fixed - Show help text correctly in small window size (scrollable with `j` | `k` | `Up` | `Down`) - 'P' to print manipulation lists (put/delete/rename) is changed to work only when RUST_LOG has a value. --- sysutils/felix/Makefile | 4 ++-- sysutils/felix/cargo-depends.mk | 4 ++-- sysutils/felix/distinfo | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sysutils/felix/Makefile b/sysutils/felix/Makefile index 79d9387865fb8..daaf1759827f3 100644 --- a/sysutils/felix/Makefile +++ b/sysutils/felix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/05/05 07:00:09 pin Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/11 20:58:10 pin Exp $ -DISTNAME= felix-0.8.1 +DISTNAME= felix-0.9.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=kyoheiu/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/felix/cargo-depends.mk b/sysutils/felix/cargo-depends.mk index 40ade6d6caa56..2557df39c8c2c 100644 --- a/sysutils/felix/cargo-depends.mk +++ b/sysutils/felix/cargo-depends.mk @@ -1,8 +1,8 @@ -# $NetBSD: cargo-depends.mk,v 1.7 2022/03/29 21:11:29 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.8 2022/05/11 20:58:10 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= atty-0.2.14 -CARGO_CRATE_DEPENDS+= autocfg-1.0.1 +CARGO_CRATE_DEPENDS+= autocfg-1.1.0 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 diff --git a/sysutils/felix/distinfo b/sysutils/felix/distinfo index 0fabc031f545d..b19030a64675e 100644 --- a/sysutils/felix/distinfo +++ b/sysutils/felix/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2022/05/05 07:00:09 pin Exp $ +$NetBSD: distinfo,v 1.23 2022/05/11 20:58:10 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 @@ -6,9 +6,9 @@ Size (aho-corasick-0.7.18.crate) = 112923 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes -BLAKE2s (autocfg-1.0.1.crate) = 5ed71afef2e7ff6595833cf457df844e3f461a1b7a8f0d541b1b2c5c5e6394a0 -SHA512 (autocfg-1.0.1.crate) = 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b -Size (autocfg-1.0.1.crate) = 12908 bytes +BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 +SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +Size (autocfg-1.1.0.crate) = 13272 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes @@ -27,9 +27,9 @@ Size (dirs-sys-0.3.6.crate) = 10626 bytes BLAKE2s (env_logger-0.9.0.crate) = dc9832f568b18f635942b1a247b81c3e57a4ce6a63b36309e7f57c5f7e3b98c0 SHA512 (env_logger-0.9.0.crate) = d7db85d2f7d16f7f97b6714e01e342ab6b784c799ef26ee322ec85fcee28a549b6e49a49200ff78eceacd0c682e941f8538a497e2a2a196040769c2365feb566 Size (env_logger-0.9.0.crate) = 33573 bytes -BLAKE2s (felix-0.8.1.tar.gz) = 803a6eaac8c9ca43a4199e340608f8441a2e0508fb91cf792536924a17ad187a -SHA512 (felix-0.8.1.tar.gz) = e5ff5a17aebe8b79671441923e3f78ea222970571225e14af719bea127e488221c7ac83cc7026223a939afcd59c7bf2df5c689673d520632c40eabcd22515d52 -Size (felix-0.8.1.tar.gz) = 2956633 bytes +BLAKE2s (felix-0.9.1.tar.gz) = f6ea94fc7ea804d3e0f8658ac57b38ee45974c683d528b2c54fc2cc79b9600b8 +SHA512 (felix-0.9.1.tar.gz) = 7895a2e9a611c9bf0f2f4a333990c7e88793fe91b266cf4d8ccd53f7155e1ff5c1cf8f90e9025e8be134c914d4a9b8d9e47f06de57f020e9ee1937077d665fce +Size (felix-0.9.1.tar.gz) = 4469369 bytes BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18 SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d Size (getrandom-0.2.3.crate) = 26261 bytes From e46076e60f2ad1543a2c6e3cc05a7ce9972410ef Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 11 May 2022 20:58:31 +0000 Subject: [PATCH 0212/1154] doc: Updated sysutils/felix to 0.9.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ca9b827d1e3b1..4063a9c948b56 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2509 2022/05/11 19:01:24 bsiegert Exp $ +$NetBSD: CHANGES-2022,v 1.2510 2022/05/11 20:58:31 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3879,3 +3879,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/terraform-provider-vultr to 2.11.0 [tpaul 2022-05-11] Updated lang/go117 to 1.17.10 [bsiegert 2022-05-11] Updated lang/go118 to 1.18.2 [bsiegert 2022-05-11] + Updated sysutils/felix to 0.9.1 [pin 2022-05-11] From b7068046467f6034178175cb95e9e16103332028 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 11 May 2022 21:00:07 +0000 Subject: [PATCH 0213/1154] textproc/paperoni: reset maintainer --- textproc/paperoni/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/paperoni/Makefile b/textproc/paperoni/Makefile index 75e290b73e06c..07efaeefb5a6d 100644 --- a/textproc/paperoni/Makefile +++ b/textproc/paperoni/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/09/02 11:30:06 pin Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/11 21:00:07 pin Exp $ DISTNAME= v0.6.1-alpha1 PKGNAME= paperoni-0.6.1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=hipstermojo/} GITHUB_PROJECT= paperoni GITHUB_TAG= v0.6.1-alpha1 -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/hipstermojo/paperoni/ COMMENT= Article extractor in Rust LICENSE= mit @@ -20,7 +20,8 @@ MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q} RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/paperoni ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/paperoni \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../security/openssl/buildlink3.mk" From d2465ee6daca81323d85ea49a698a1fba064eab9 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 11 May 2022 21:01:21 +0000 Subject: [PATCH 0214/1154] math/kalker: reset maintainer --- math/kalker/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/math/kalker/Makefile b/math/kalker/Makefile index cd49654272c00..9a29980e9d8a9 100644 --- a/math/kalker/Makefile +++ b/math/kalker/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2022/01/03 12:19:38 pin Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/11 21:01:21 pin Exp $ DISTNAME= kalker-1.1.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=PaddiM8/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://kalker.strct.net/ COMMENT= CLI calculator supporting math-like syntax with user-defined variables LICENSE= mit @@ -22,7 +22,8 @@ USE_TOOLS+= m4 INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/kalker ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/kalker \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" From 7e3f3b16b04d78f377daf3b49de84925c15b847e Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 11 May 2022 22:10:50 +0000 Subject: [PATCH 0215/1154] doc/guide: fix line breaks in section 21.4.3 "Go" --- doc/guide/files/fixes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 16b337e97ac26..61d5852b23622 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1466,9 +1466,9 @@ pre-configure: make clean && make patch && make show-go-modules > go-modules.mk. - Prepend .include - "go-modules.mk" to any other - .includes. + Prepend + .include "go-modules.mk" to any other + .includes. Incorporate these modules in distinfo with make From 66d83b6f55729579440a8ec645f8f29806109dd0 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 11 May 2022 22:28:38 +0000 Subject: [PATCH 0216/1154] Remove py-importlib-metadata4, py-importlib-metadata is at 4.10.0 which is good enough for streamlink. --- devel/Makefile | 3 +- devel/py-importlib-metadata4/DESCR | 4 --- devel/py-importlib-metadata4/Makefile | 39 --------------------- devel/py-importlib-metadata4/PLIST | 31 ---------------- devel/py-importlib-metadata4/distinfo | 5 --- devel/py-importlib-metadata4/files/setup.py | 4 --- doc/CHANGES-2022 | 3 +- 7 files changed, 2 insertions(+), 87 deletions(-) delete mode 100644 devel/py-importlib-metadata4/DESCR delete mode 100644 devel/py-importlib-metadata4/Makefile delete mode 100644 devel/py-importlib-metadata4/PLIST delete mode 100644 devel/py-importlib-metadata4/distinfo delete mode 100644 devel/py-importlib-metadata4/files/setup.py diff --git a/devel/Makefile b/devel/Makefile index 32bb9f6084aec..189e4874c8f85 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3739 2022/05/11 17:52:44 bouyer Exp $ +# $NetBSD: Makefile,v 1.3740 2022/05/11 22:28:38 bouyer Exp $ # COMMENT= Development utilities @@ -2508,7 +2508,6 @@ SUBDIR+= py-ijson SUBDIR+= py-immutabledict SUBDIR+= py-importlib-metadata SUBDIR+= py-importlib-metadata2 -SUBDIR+= py-importlib-metadata4 SUBDIR+= py-importlib-resources SUBDIR+= py-incremental SUBDIR+= py-iniconfig diff --git a/devel/py-importlib-metadata4/DESCR b/devel/py-importlib-metadata4/DESCR deleted file mode 100644 index b04fbdd8577fb..0000000000000 --- a/devel/py-importlib-metadata4/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Library to access the metadata for a Python package. - -This package supplies third-party access to the functionality of -importlib.metadata including improvements added to subsequent Python versions. diff --git a/devel/py-importlib-metadata4/Makefile b/devel/py-importlib-metadata4/Makefile deleted file mode 100644 index 7f84c1e76810b..0000000000000 --- a/devel/py-importlib-metadata4/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2022/05/11 17:50:12 bouyer Exp $ - -DISTNAME= importlib_metadata-4.11.3 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_metadata/-metadata4/} -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib-metadata/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://importlib-metadata.readthedocs.io/ -COMMENT= Read metadata from Python packages -LICENSE= apache-2.0 - -BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm -TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs-[0-9]*:../../devel/py-fakefs -TEST_DEPENDS+= ${PYPKGPREFIX}-pep517-[0-9]*:../../devel/py-pep517 -.include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} == 27 -DEPENDS+= ${PYPKGPREFIX}-configparser>=3.5:../../devel/py-configparser -DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2 -DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2 -.endif -.if ${_PYTHON_VERSION} < 39 -TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=1.3:../../devel/py-importlib-resources -.endif - -PYTHON_VERSIONED_DEPENDENCIES+= packaging zipp - -USE_LANGUAGES= # none - -post-extract: setuppy - ${FIND} ${WRKSRC} -type f -exec ${CHMOD} go-w {} + - -.PHONY: setuppy -setuppy: - ${CP} ${FILESDIR}/setup.py ${WRKSRC}/ - -.include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-importlib-metadata4/PLIST b/devel/py-importlib-metadata4/PLIST deleted file mode 100644 index f8155e1690706..0000000000000 --- a/devel/py-importlib-metadata4/PLIST +++ /dev/null @@ -1,31 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2022/05/11 17:50:12 bouyer Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/importlib_metadata/__init__.py -${PYSITELIB}/importlib_metadata/__init__.pyc -${PYSITELIB}/importlib_metadata/__init__.pyo -${PYSITELIB}/importlib_metadata/_adapters.py -${PYSITELIB}/importlib_metadata/_adapters.pyc -${PYSITELIB}/importlib_metadata/_adapters.pyo -${PYSITELIB}/importlib_metadata/_collections.py -${PYSITELIB}/importlib_metadata/_collections.pyc -${PYSITELIB}/importlib_metadata/_collections.pyo -${PYSITELIB}/importlib_metadata/_compat.py -${PYSITELIB}/importlib_metadata/_compat.pyc -${PYSITELIB}/importlib_metadata/_compat.pyo -${PYSITELIB}/importlib_metadata/_functools.py -${PYSITELIB}/importlib_metadata/_functools.pyc -${PYSITELIB}/importlib_metadata/_functools.pyo -${PYSITELIB}/importlib_metadata/_itertools.py -${PYSITELIB}/importlib_metadata/_itertools.pyc -${PYSITELIB}/importlib_metadata/_itertools.pyo -${PYSITELIB}/importlib_metadata/_meta.py -${PYSITELIB}/importlib_metadata/_meta.pyc -${PYSITELIB}/importlib_metadata/_meta.pyo -${PYSITELIB}/importlib_metadata/_text.py -${PYSITELIB}/importlib_metadata/_text.pyc -${PYSITELIB}/importlib_metadata/_text.pyo -${PYSITELIB}/importlib_metadata/py.typed diff --git a/devel/py-importlib-metadata4/distinfo b/devel/py-importlib-metadata4/distinfo deleted file mode 100644 index 5f77f368e6383..0000000000000 --- a/devel/py-importlib-metadata4/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1 2022/05/11 17:50:12 bouyer Exp $ - -BLAKE2s (importlib_metadata-4.11.3.tar.gz) = c9f89595f4b21583088624db461afb09140d86a12c4352fb637df9c9ce25ede1 -SHA512 (importlib_metadata-4.11.3.tar.gz) = d33efa2abba5f6f770615f133c940a61948ce5091d59526ee2c7e3866aebd74d79ac464f72602404c2b56fe284a93a9cd1b0cac251ceea53666019485bdddf23 -Size (importlib_metadata-4.11.3.tar.gz) = 43607 bytes diff --git a/devel/py-importlib-metadata4/files/setup.py b/devel/py-importlib-metadata4/files/setup.py deleted file mode 100644 index 6b40b52bf5a8b..0000000000000 --- a/devel/py-importlib-metadata4/files/setup.py +++ /dev/null @@ -1,4 +0,0 @@ -from setuptools import setup - -if __name__ == '__main__': - setup() diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4063a9c948b56..cfc29a07827b3 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2510 2022/05/11 20:58:31 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2511 2022/05/11 22:28:38 bouyer Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3872,7 +3872,6 @@ Changes to the packages collection and infrastructure in 2022: Updated www/ocaml-cohttp to 5.0.0 [jaapb 2022-05-11] Updated security/R-credentials to 1.3.2 [mef 2022-05-11] Updated security/R-oskeyring to 0.1.3 [mef 2022-05-11] - Added devel/py-importlib-metadata4 version 4.11.3 [bouyer 2022-05-11] Added devel/py-versioningit version 1.1.1 [bouyer 2022-05-11] Updated www/py-websocket-client to 1.3.2 [bouyer 2022-05-11] Updated multimedia/streamlink to 4.0.1 [bouyer 2022-05-11] From d778d4ca1d902959ed2902670c6ee8d653887de7 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 11 May 2022 22:30:17 +0000 Subject: [PATCH 0217/1154] Require py-importlib-metadata (which is good enough) now that py-importlib-metadata4 is gone. Ride the update to 4.0.1 which is only a few hours old. --- multimedia/streamlink/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile index 9c066d01798bd..cc98154e242d1 100644 --- a/multimedia/streamlink/Makefile +++ b/multimedia/streamlink/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2022/05/11 18:07:28 bouyer Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/11 22:30:17 bouyer Exp $ DISTNAME= streamlink-4.0.1 CATEGORIES= multimedia @@ -17,7 +17,7 @@ USE_PKG_RESOURCES= yes .include "../../lang/python/egg.mk" DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.4.3:../../security/py-cryptodome -DEPENDS+= ${PYPKGPREFIX}-importlib-metadata4>=4.0.0:../../devel/py-importlib-metadata4 +DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.0.0:../../devel/py-importlib-metadata DEPENDS+= ${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-versioningit>=1.1.1:../../devel/py-versioningit From 3c070f5bdc83f011488f29f1c0b9cebc921afaf8 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 11 May 2022 22:48:43 +0000 Subject: [PATCH 0218/1154] doc/guide: clean up formatting, wording, obsolete notes --- doc/guide/files/devfaq.xml | 56 ++++++++++++++++++++------------------ doc/guide/files/fixes.xml | 46 +++++++++++++++---------------- doc/guide/files/gnome.xml | 26 +++++------------- 3 files changed, 59 insertions(+), 69 deletions(-) diff --git a/doc/guide/files/devfaq.xml b/doc/guide/files/devfaq.xml index caa84ae43b4c3..28935dff82f4a 100644 --- a/doc/guide/files/devfaq.xml +++ b/doc/guide/files/devfaq.xml @@ -1,4 +1,4 @@ - + Frequently Asked Questions @@ -17,10 +17,15 @@ MAKE_FLAGS? MAKEFLAGS are the flags passed - to the pkgsrc-internal invocations of &man.make.1;, while - MAKE_FLAGS are the flags that are passed to - the MAKE_PROGRAM when building the - package. [FIXME: What is .MAKEFLAGS for?] + to the pkgsrc-internal invocations of &man.make.1;. + + MAKE_FLAGS are the flags that are + passed to the MAKE_PROGRAM when building the + package. + + .MAKEFLAGS is an internal variable of + bmake and should not be used by + packages. @@ -31,11 +36,14 @@ MAKE is the path to the &man.make.1; program that is used in the pkgsrc - infrastructure. GMAKE is the path to GNU - Make, but you need to say USE_TOOLS+=gmake to - use that. MAKE_PROGRAM is the path to the - Make program that is used for building the - package. + infrastructure. + + GMAKE is the path to GNU Make, but you + need to say USE_TOOLS+=gmake to use + that. + + MAKE_PROGRAM is the path to the Make + program that is used for building the package. @@ -45,22 +53,16 @@ PKGSRC_COMPILER? CC is the path to the real C - compiler, which can be configured by the pkgsrc user. - PKG_CC is the path to the compiler wrapper. - PKGSRC_COMPILER is not a - path to a compiler, but the type of compiler that should be - used. See mk/compiler.mk for more - information about the latter variable. - - - + compiler, which can be configured by the pkgsrc user. - What is the difference between - BUILDLINK_LDFLAGS, - BUILDLINK_LDADD and - BUILDLINK_LIBS? + PKG_CC is the path to the compiler + wrapper. - [FIXME] + PKGSRC_COMPILER is + not a path to a compiler, but the type of + compiler that should be used. See + mk/compiler.mk for more information about + the latter variable. @@ -83,8 +85,8 @@ don't understand the := inside it. - The := is not really an - assignment operator, although it looks like it. + The := is not an + assignment operator, even though it may look like one. Instead, it is a degenerate form of ${LIST:old_string=new_string}, which is documented in the &man.make.1; man page and which is @@ -181,7 +183,7 @@ -I have a little time to kill. +I have a little time to kill. What shall I do? This is not really an FAQ yet, but here's the answer diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 61d5852b23622..e6372fa03bf53 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1783,11 +1783,11 @@ package is built and then pkgsrc is updated. This situation can provoke various hard to diagnose build errors. To clean up the situation: -&uprompt; (cd ../../ && test -f mk/bsd.pkg.mk && rm -rf */*/work) +&uprompt; (cd ../../ && cat mk/bsd.pkg.mk >/dev/null && rm -rf */*/work) -(The test for bsd.pkg.mk just prevents running -this command in the wrong directory.) +(The only purpose of the bsd.pkg.mk is to +prevent running this command in the wrong directory.) If you have set WRKOBJDIR in &mk.conf;, remove that directory as well. @@ -1841,14 +1841,14 @@ far and what any error messages were. - To fix these linker errors, it is often sufficient to say + To fix these linker errors, it is often sufficient to add LIBS.OperatingSystem+= -lfoo to the package - Makefile and then say bmake clean; + Makefile and then run bmake clean; bmake. -Special issue: The SunPro compiler +The SunPro compiler and inline functions When you are using the SunPro compiler, there is another possibility. That compiler cannot handle the following code: @@ -1884,9 +1884,12 @@ of functions. Sometimes packages fail to build because the compiler runs into an operating system specific soft limit. With the UNLIMIT_RESOURCES variable pkgsrc can be told - to unlimit the resources. Currently, the allowed values are any combination of - cputime, datasize, - memorysize, and stacksize. + to unlimit the resources. The allowed values are any combination of + cputime, + datasize, + memorysize, + stacksize and + virtualsize. Setting this variable is similar to running the shell builtin ulimit command to raise the maximum data segment size or maximum stack size of a process, respectively, to @@ -1910,10 +1913,10 @@ ${INSTALL_DATA_DIR} ${PREFIX}/dir1 ${INSTALL_DATA_DIR} ${PREFIX}/dir2 - You can also just append dir1 - dir2 to the - INSTALLATION_DIRS variable, which will - automatically do the right thing. + Instead of running the install commands + directly, you can also append dir1 + dir2 to the INSTALLATION_DIRS + variable, which will automatically do the right thing. @@ -1921,15 +1924,16 @@ ${INSTALL_DATA_DIR} ${PREFIX}/dir2 In general, documentation should be installed into ${PREFIX}/share/doc/${PKGBASE} or - ${PREFIX}/share/doc/${PKGNAME} (the latter + ${PREFIX}/share/doc/${PKGNAME_NOREV} (the latter includes the version number of the package). Many modern packages using GNU autoconf allow to set the directory where HTML documentation is installed with the - --with-html-dir option. Sometimes using this flag - is needed because otherwise the documentation ends up in - ${PREFIX}/share/doc/html or other - places. + --with-html-dir option. Sometimes using this flag is + needed because otherwise the documentation ends up in + ${PREFIX}/share/doc/html or other places. In + pkgsrc, the HTML documentation should go into the package-specific + directory, just like any other documentation. An exception to the above is that library API documentation generated with the - Before March 2006, these variables were called - _REPLACE.* and - _REPLACE_FILES.*. - diff --git a/doc/guide/files/gnome.xml b/doc/guide/files/gnome.xml index 69031baa60a5f..52395b82fa204 100644 --- a/doc/guide/files/gnome.xml +++ b/doc/guide/files/gnome.xml @@ -1,4 +1,4 @@ - + GNOME packaging and porting @@ -32,18 +32,6 @@ interested in helping our GNOME porting and packaging efforts. It provides instructions on how to manage the existing packages and some important information regarding their internals. - - We need your help! - - Should you have some spare cycles to devote to NetBSD, pkgsrc - and GNOME and are willing to learn new exciting stuff, please jump - straight to the pending - work list! There is still a long way to go to get a - fully-functional GNOME desktop under NetBSD and we need your help to - achieve it! - - Meta packages @@ -106,9 +94,9 @@ give you a general idea on the minimum required tools: package: -GNU_CONFIGURE=yes -USE_LIBTOOL=yes -USE_TOOLS+=gmake +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake @@ -117,7 +105,7 @@ USE_TOOLS+=gmake tool to the list of required utilities: -USE_TOOLS+=pkg-config +USE_TOOLS+= pkg-config Also use pkgtools/verifypc at @@ -142,7 +130,7 @@ USE_TOOLS+=pkg-config the default): -CONFIGURE_ARGS+=--disable-gtk-doc +CONFIGURE_ARGS+= --disable-gtk-doc The default location of installed HTML files @@ -153,7 +141,7 @@ CONFIGURE_ARGS+=--disable-gtk-doc do that with an entry similar to: -CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/... +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/gtk-doc/... From da7749e38586d060e799adb242432469f2def99f Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 23:34:04 +0000 Subject: [PATCH 0219/1154] py-music21: update to 7.3.3 This update doesn't add much for pkgsrc users, given the focus was on a Python 3.7-only component, but keeps us up to date with code changes. Change log: Music21 7.3.3 adds support for showing MIDI inside a Google Colaboratory (colab) notebook, via music21j. Since m21 v8 will be Python 3.8+ only, and Google Colab is still on Python 3.7, a back-port to v7 was needed. 7.3.2 was internal development only and not released --- audio/py-music21/Makefile | 7 +++---- audio/py-music21/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/audio/py-music21/Makefile b/audio/py-music21/Makefile index 8afc794f96b40..2a0e0eec54d88 100644 --- a/audio/py-music21/Makefile +++ b/audio/py-music21/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.18 2022/04/09 21:55:17 gutteridge Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/11 23:34:04 gutteridge Exp $ -VERSION= 7.3.1 +VERSION= 7.3.3 DISTNAME= music21-noCorpus-${VERSION} PKGNAME= ${PYPKGPREFIX}-music21-${VERSION} CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_GITHUB:=cuthbertLab/} GITHUB_PROJECT= music21 -# A bug fix 7.3.1 release was made, but tagged as release 7.3.0. -GITHUB_RELEASE= v${VERSION:R}.0 +GITHUB_RELEASE= v${VERSION} MAINTAINER= gutteridge@NetBSD.org HOMEPAGE= https://github.com/cuthbertLab/music21 diff --git a/audio/py-music21/distinfo b/audio/py-music21/distinfo index 55b86a1f14b7e..9fe1c9c82402b 100644 --- a/audio/py-music21/distinfo +++ b/audio/py-music21/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/04/04 01:51:59 gutteridge Exp $ +$NetBSD: distinfo,v 1.12 2022/05/11 23:34:04 gutteridge Exp $ -BLAKE2s (music21-noCorpus-7.3.1.tar.gz) = f1aadea438385f8943186b1c89ea1f6c462622880c5ffa567fa14aa7d48bde11 -SHA512 (music21-noCorpus-7.3.1.tar.gz) = 3c4f1e7489e65fb1700ff300ab571ff32823c67ae23870478cc0e57602d3d1b130c8555a3edf5c1c8902a52e708efb0a5f55926f80cadd104a04dd3ee969bd64 -Size (music21-noCorpus-7.3.1.tar.gz) = 5039374 bytes +BLAKE2s (music21-noCorpus-7.3.3.tar.gz) = 3107aefd4e1776de1f5b76ab5b89ea9a1c960ff9cbaad8f1448849003345fd00 +SHA512 (music21-noCorpus-7.3.3.tar.gz) = ece70b52b6631c7da4d448b15e549817e74a5b9b008d95c9b7dceddb8472da0f49385180ade42379d8818a8194b37a3fe70cc3018d9fa05d85d55fe9e83aab29 +Size (music21-noCorpus-7.3.3.tar.gz) = 5044046 bytes From ea44b7ec07832c62d394cf2db0c856e951952fda Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 11 May 2022 23:34:14 +0000 Subject: [PATCH 0220/1154] doc: Updated audio/py-music21 to 7.3.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index cfc29a07827b3..f589d94cf1c85 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2511 2022/05/11 22:28:38 bouyer Exp $ +$NetBSD: CHANGES-2022,v 1.2512 2022/05/11 23:34:14 gutteridge Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3879,3 +3879,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/go117 to 1.17.10 [bsiegert 2022-05-11] Updated lang/go118 to 1.18.2 [bsiegert 2022-05-11] Updated sysutils/felix to 0.9.1 [pin 2022-05-11] + Updated audio/py-music21 to 7.3.3 [gutteridge 2022-05-11] From 765964d4550f4cf27c825fa8800e67971078e310 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 05:13:15 +0000 Subject: [PATCH 0221/1154] py-importlib-metadata: updated to 4.11.3 v4.11.3 * Removed cast of path items in FastPath, not needed. v4.11.2 * Fixed bug where ``EntryPoint.extras`` was returning match objects and not the extras strings. v4.11.1 * In ``Distribution.requires`` for egg-info, if ``requires.txt`` is empty, return an empty list. v4.11.0 * bpo-46246: Added ``__slots__`` to ``EntryPoints``. v4.10.2 * Avoid leaking ``method_name`` in ``DeprecatedList``. --- devel/py-importlib-metadata/Makefile | 22 +++++++++++----------- devel/py-importlib-metadata/PLIST | 23 +++++++++-------------- devel/py-importlib-metadata/distinfo | 8 ++++---- 3 files changed, 24 insertions(+), 29 deletions(-) diff --git a/devel/py-importlib-metadata/Makefile b/devel/py-importlib-metadata/Makefile index df59f26f43bd6..f1ca97da13086 100644 --- a/devel/py-importlib-metadata/Makefile +++ b/devel/py-importlib-metadata/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2022/01/29 10:36:17 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/12 05:13:15 adam Exp $ -DISTNAME= importlib_metadata-4.10.1 +DISTNAME= importlib_metadata-4.11.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib-metadata/} @@ -11,11 +10,14 @@ HOMEPAGE= https://importlib-metadata.readthedocs.io/ COMMENT= Read metadata from Python packages LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-zipp-[0-9]*:../../archivers/py-zipp -BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm +DEPENDS+= ${PYPKGPREFIX}-zipp>=0.5:../../archivers/py-zipp +TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs-[0-9]*:../../devel/py-fakefs TEST_DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging -TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test + +USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 @@ -25,10 +27,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.6.4:../../devel/py-typing-extensions .endif -USE_LANGUAGES= # none - -post-extract: - ${FIND} ${WRKSRC} -type f -exec ${CHMOD} go-w {} + +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-importlib-metadata/PLIST b/devel/py-importlib-metadata/PLIST index 2a027d44a3445..fa13e8ea6f477 100644 --- a/devel/py-importlib-metadata/PLIST +++ b/devel/py-importlib-metadata/PLIST @@ -1,31 +1,26 @@ -@comment $NetBSD: PLIST,v 1.3 2022/01/25 09:19:29 wiz Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.4 2022/05/12 05:13:15 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/importlib_metadata/__init__.py ${PYSITELIB}/importlib_metadata/__init__.pyc -${PYSITELIB}/importlib_metadata/__init__.pyo ${PYSITELIB}/importlib_metadata/_adapters.py ${PYSITELIB}/importlib_metadata/_adapters.pyc -${PYSITELIB}/importlib_metadata/_adapters.pyo ${PYSITELIB}/importlib_metadata/_collections.py ${PYSITELIB}/importlib_metadata/_collections.pyc -${PYSITELIB}/importlib_metadata/_collections.pyo ${PYSITELIB}/importlib_metadata/_compat.py ${PYSITELIB}/importlib_metadata/_compat.pyc -${PYSITELIB}/importlib_metadata/_compat.pyo ${PYSITELIB}/importlib_metadata/_functools.py ${PYSITELIB}/importlib_metadata/_functools.pyc -${PYSITELIB}/importlib_metadata/_functools.pyo ${PYSITELIB}/importlib_metadata/_itertools.py ${PYSITELIB}/importlib_metadata/_itertools.pyc -${PYSITELIB}/importlib_metadata/_itertools.pyo ${PYSITELIB}/importlib_metadata/_meta.py ${PYSITELIB}/importlib_metadata/_meta.pyc -${PYSITELIB}/importlib_metadata/_meta.pyo ${PYSITELIB}/importlib_metadata/_text.py ${PYSITELIB}/importlib_metadata/_text.pyc -${PYSITELIB}/importlib_metadata/_text.pyo ${PYSITELIB}/importlib_metadata/py.typed diff --git a/devel/py-importlib-metadata/distinfo b/devel/py-importlib-metadata/distinfo index a30b52ca89c9b..a772e228fca93 100644 --- a/devel/py-importlib-metadata/distinfo +++ b/devel/py-importlib-metadata/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2022/01/25 09:19:29 wiz Exp $ +$NetBSD: distinfo,v 1.18 2022/05/12 05:13:15 adam Exp $ -BLAKE2s (importlib_metadata-4.10.1.tar.gz) = 5471da87eea8e6549ec27196343341e6389e16a1d5f3174517903776b91aa27e -SHA512 (importlib_metadata-4.10.1.tar.gz) = 96ceb9286145e2933ca3a1724fde4519819c27a1dc0947ef8e0c399a4cc2026875e673ab352f08bb4dd6aa10d78d8c9773a6fb0138e3065961df7e850ff37757 -Size (importlib_metadata-4.10.1.tar.gz) = 42013 bytes +BLAKE2s (importlib_metadata-4.11.3.tar.gz) = c9f89595f4b21583088624db461afb09140d86a12c4352fb637df9c9ce25ede1 +SHA512 (importlib_metadata-4.11.3.tar.gz) = d33efa2abba5f6f770615f133c940a61948ce5091d59526ee2c7e3866aebd74d79ac464f72602404c2b56fe284a93a9cd1b0cac251ceea53666019485bdddf23 +Size (importlib_metadata-4.11.3.tar.gz) = 43607 bytes From 5191d0d94485c76cd0c297faee76c960ebaf8491 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 05:15:13 +0000 Subject: [PATCH 0222/1154] Updated devel/py-importlib-metadata --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f589d94cf1c85..c5c871029d3b3 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2512 2022/05/11 23:34:14 gutteridge Exp $ +$NetBSD: CHANGES-2022,v 1.2513 2022/05/12 05:15:13 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3880,3 +3880,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/go118 to 1.18.2 [bsiegert 2022-05-11] Updated sysutils/felix to 0.9.1 [pin 2022-05-11] Updated audio/py-music21 to 7.3.3 [gutteridge 2022-05-11] + Updated devel/py-importlib-metadata to 4.11.3 [adam 2022-05-12] From 06fc11a375b8d34f7aab8e931b5b4436b34068ce Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 05:39:41 +0000 Subject: [PATCH 0223/1154] doc/TODO: + qt5-5.15.4. --- doc/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index 6791b6f3f409d..a6ed1ef2d9051 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21848 2022/05/11 14:19:18 jaapb Exp $ +$NetBSD: TODO,v 1.21849 2022/05/12 05:39:41 wiz Exp $ Suggested new packages ====================== @@ -1472,6 +1472,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o qemu-7.0 o qlandkartegt-1.8.1 [pkg/53376] o qqc2-desktop-style-5.81.0 + o qt5-5.15.4 o qt6-6.0 o qtcreator-6.0 o quazip-1.1 From 0b5aa1b4eab585399222b65af3987308921edb03 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 06:07:02 +0000 Subject: [PATCH 0224/1154] py-versioningit: convert to wheel.mk Add missing dependencies, add test target and test dependencies. Mark as not-for-python-2. --- devel/py-versioningit/Makefile | 30 ++++++++++---- devel/py-versioningit/PLIST | 60 +++++++++++----------------- devel/py-versioningit/files/setup.py | 4 -- 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 devel/py-versioningit/files/setup.py diff --git a/devel/py-versioningit/Makefile b/devel/py-versioningit/Makefile index 4f1c9c3fc84d5..dba65dd43a2db 100644 --- a/devel/py-versioningit/Makefile +++ b/devel/py-versioningit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/05/11 17:51:43 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/12 06:07:02 wiz Exp $ DISTNAME= versioningit-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=v/versioningit/} @@ -10,13 +11,28 @@ HOMEPAGE= https://github.com/jwodder/versioningit COMMENT= Use version control tags to discover version numbers LICENSE= isc +DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools -DEPENDS+= ${PYPKGPREFIX}-wheel>=0.32:../../devel/py-wheel +DEPENDS+= ${PYPKGPREFIX}-tomli>=1.2:../../textproc/py-tomli +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.32:../../devel/py-wheel +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock +#TEST_DEPENDS+= ${PYPKGPREFIX}-dantic-[0-9]*:../../wip/py-dantic +TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov -post-extract: setuppy -.PHONY: setuppy -setuppy: - ${CP} ${FILESDIR}/setup.py ${WRKSRC}/ +PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +.include "../../lang/python/pyversion.mk" + +.if ${_PYTHON_VERSION} < 310 +DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata +.endif + +# as of 1.1.1 +# 8 failed, 319 passed, 88 skipped +TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} + +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-versioningit/PLIST b/devel/py-versioningit/PLIST index 4f3cbc8835d9c..a79b0d67aa214 100644 --- a/devel/py-versioningit/PLIST +++ b/devel/py-versioningit/PLIST @@ -1,54 +1,42 @@ -@comment $NetBSD: PLIST,v 1.1 2022/05/11 17:51:43 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/12 06:07:02 wiz Exp $ bin/versioningit -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/versioningit/__init__.py -${PYSITELIB}/versioningit/__main__.py ${PYSITELIB}/versioningit/__init__.pyc -${PYSITELIB}/versioningit/__init__.pyo +${PYSITELIB}/versioningit/__main__.py ${PYSITELIB}/versioningit/__main__.pyc -${PYSITELIB}/versioningit/__main__.pyo -${PYSITELIB}/versioningit/basics.pyc -${PYSITELIB}/versioningit/basics.pyo -${PYSITELIB}/versioningit/cmdclasses.pyc -${PYSITELIB}/versioningit/cmdclasses.pyo -${PYSITELIB}/versioningit/config.pyc -${PYSITELIB}/versioningit/config.pyo -${PYSITELIB}/versioningit/core.pyc -${PYSITELIB}/versioningit/core.pyo -${PYSITELIB}/versioningit/errors.pyc -${PYSITELIB}/versioningit/errors.pyo -${PYSITELIB}/versioningit/git.pyc -${PYSITELIB}/versioningit/git.pyo -${PYSITELIB}/versioningit/hg.pyc -${PYSITELIB}/versioningit/hg.pyo -${PYSITELIB}/versioningit/hook.pyc -${PYSITELIB}/versioningit/hook.pyo -${PYSITELIB}/versioningit/logging.pyc -${PYSITELIB}/versioningit/logging.pyo -${PYSITELIB}/versioningit/methods.pyc -${PYSITELIB}/versioningit/methods.pyo -${PYSITELIB}/versioningit/next_version.pyc -${PYSITELIB}/versioningit/next_version.pyo -${PYSITELIB}/versioningit/onbuild.pyc -${PYSITELIB}/versioningit/onbuild.pyo -${PYSITELIB}/versioningit/util.pyc -${PYSITELIB}/versioningit/util.pyo ${PYSITELIB}/versioningit/basics.py +${PYSITELIB}/versioningit/basics.pyc ${PYSITELIB}/versioningit/cmdclasses.py +${PYSITELIB}/versioningit/cmdclasses.pyc ${PYSITELIB}/versioningit/config.py +${PYSITELIB}/versioningit/config.pyc ${PYSITELIB}/versioningit/core.py +${PYSITELIB}/versioningit/core.pyc ${PYSITELIB}/versioningit/errors.py +${PYSITELIB}/versioningit/errors.pyc ${PYSITELIB}/versioningit/git.py +${PYSITELIB}/versioningit/git.pyc ${PYSITELIB}/versioningit/hg.py +${PYSITELIB}/versioningit/hg.pyc ${PYSITELIB}/versioningit/hook.py +${PYSITELIB}/versioningit/hook.pyc ${PYSITELIB}/versioningit/logging.py +${PYSITELIB}/versioningit/logging.pyc ${PYSITELIB}/versioningit/methods.py +${PYSITELIB}/versioningit/methods.pyc ${PYSITELIB}/versioningit/next_version.py +${PYSITELIB}/versioningit/next_version.pyc ${PYSITELIB}/versioningit/onbuild.py +${PYSITELIB}/versioningit/onbuild.pyc ${PYSITELIB}/versioningit/py.typed ${PYSITELIB}/versioningit/util.py +${PYSITELIB}/versioningit/util.pyc diff --git a/devel/py-versioningit/files/setup.py b/devel/py-versioningit/files/setup.py deleted file mode 100644 index 6b40b52bf5a8b..0000000000000 --- a/devel/py-versioningit/files/setup.py +++ /dev/null @@ -1,4 +0,0 @@ -from setuptools import setup - -if __name__ == '__main__': - setup() From b451d04bff3181b921b00a41565377edc19ee98a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 06:07:12 +0000 Subject: [PATCH 0225/1154] doc: Updated devel/py-versioningit to 1.1.1nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c5c871029d3b3..642f5e9f493cc 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2513 2022/05/12 05:15:13 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2514 2022/05/12 06:07:12 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3881,3 +3881,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/felix to 0.9.1 [pin 2022-05-11] Updated audio/py-music21 to 7.3.3 [gutteridge 2022-05-11] Updated devel/py-importlib-metadata to 4.11.3 [adam 2022-05-12] + Updated devel/py-versioningit to 1.1.1nb1 [wiz 2022-05-12] From 2d3088631b8001e3deb2b09a41ead336974ae275 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 06:10:31 +0000 Subject: [PATCH 0226/1154] fntsample: update unicode tables to 14.0 Bump PKGREVISION. --- fonts/fntsample/Makefile | 11 +++++------ fonts/fntsample/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/fonts/fntsample/Makefile b/fonts/fntsample/Makefile index 1ba400c30e618..3b9809ecad6e3 100644 --- a/fonts/fntsample/Makefile +++ b/fonts/fntsample/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.43 2022/02/18 20:46:44 fcambus Exp $ -# +# $NetBSD: Makefile,v 1.44 2022/05/12 06:10:31 wiz Exp $ -VERSION= 5.4 -DISTNAME= fntsample-${VERSION} +DISTNAME= fntsample-5.4 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=eugmes/} -GITHUB_TAG= release/${VERSION} +GITHUB_TAG= release/${PKGVERSION_NOREV} -BLOCKS_TXT= Blocks-20190308.txt +BLOCKS_TXT= Blocks-20220122.txt DISTFILES= ${DEFAULT_DISTFILES} ${BLOCKS_TXT} SITES.${BLOCKS_TXT}= -http://unicode.org/Public/UNIDATA/Blocks.txt diff --git a/fonts/fntsample/distinfo b/fonts/fntsample/distinfo index 3b7bf2702f7d3..1ed619374d6a1 100644 --- a/fonts/fntsample/distinfo +++ b/fonts/fntsample/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2022/02/18 20:46:44 fcambus Exp $ +$NetBSD: distinfo,v 1.10 2022/05/12 06:10:31 wiz Exp $ -BLAKE2s (Blocks-20190308.txt) = 5f76d535e9d7a4beeab8610f5b54489b7a2405682b172dc6fce5c5683fc815cd -SHA512 (Blocks-20190308.txt) = 65b5e88b51b52cb05cc36c8bf285cf78b5da0a2e8f034ad2bbe38333df3011c4ff2df4319ff4467164b1378fcf6645ad8ce50ef521e0af5a11c940a89c4c9f62 -Size (Blocks-20190308.txt) = 10720 bytes +BLAKE2s (Blocks-20220122.txt) = 5f76d535e9d7a4beeab8610f5b54489b7a2405682b172dc6fce5c5683fc815cd +SHA512 (Blocks-20220122.txt) = 65b5e88b51b52cb05cc36c8bf285cf78b5da0a2e8f034ad2bbe38333df3011c4ff2df4319ff4467164b1378fcf6645ad8ce50ef521e0af5a11c940a89c4c9f62 +Size (Blocks-20220122.txt) = 10720 bytes BLAKE2s (fntsample-5.4.tar.gz) = 6e671d6fa9972af09f3c79fd178f59fff72545b606dd9844a959c99aeaa59cd1 SHA512 (fntsample-5.4.tar.gz) = 1355ab6bfa7da442e497cc64ed9a6063e4aea9ae8ef7b3a594df9a7d2cc355eb6c9338f680da50c9bd6414c2337bc17fe451acddcee0a8c7da274dd2f6bba605 Size (fntsample-5.4.tar.gz) = 62162 bytes From f1440c168fbbe0244923a64a2c3b1edca8b0c67c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 06:10:40 +0000 Subject: [PATCH 0227/1154] doc: Updated fonts/fntsample to 5.4nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 642f5e9f493cc..7c6fd043d9b5b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2514 2022/05/12 06:07:12 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2515 2022/05/12 06:10:40 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3882,3 +3882,4 @@ Changes to the packages collection and infrastructure in 2022: Updated audio/py-music21 to 7.3.3 [gutteridge 2022-05-11] Updated devel/py-importlib-metadata to 4.11.3 [adam 2022-05-12] Updated devel/py-versioningit to 1.1.1nb1 [wiz 2022-05-12] + Updated fonts/fntsample to 5.4nb1 [wiz 2022-05-12] From 62c2cc9b2e9403361f4bae9a63bc56bd8ed47106 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 06:44:20 +0000 Subject: [PATCH 0228/1154] py-websocket-client: fix dependenciess/test_dependencies --- www/py-websocket-client/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/www/py-websocket-client/Makefile b/www/py-websocket-client/Makefile index feeaa9ed82a5d..6dd4190ad1c8f 100644 --- a/www/py-websocket-client/Makefile +++ b/www/py-websocket-client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2022/05/11 17:57:24 bouyer Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/12 06:44:20 wiz Exp $ DISTNAME= websocket-client-1.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/websocket-client/} @@ -11,12 +11,16 @@ HOMEPAGE= https://github.com/websocket-client/websocket-client COMMENT= WebSocket client module LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} + post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} wsdump wsdump-${PYVERSSUFFIX} || ${TRUE} From 3a1e3c8ef340cde60616aad6c219cfcefdd8ee59 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 06:50:16 +0000 Subject: [PATCH 0229/1154] py-importlib-metadata: add missing wheel dependency --- devel/py-importlib-metadata/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-importlib-metadata/Makefile b/devel/py-importlib-metadata/Makefile index f1ca97da13086..ac145b2f26a3f 100644 --- a/devel/py-importlib-metadata/Makefile +++ b/devel/py-importlib-metadata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2022/05/12 05:13:15 adam Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/12 06:50:16 wiz Exp $ DISTNAME= importlib_metadata-4.11.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} @@ -11,6 +11,7 @@ COMMENT= Read metadata from Python packages LICENSE= apache-2.0 BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm +BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-zipp>=0.5:../../archivers/py-zipp TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs-[0-9]*:../../devel/py-fakefs From 85b77207acfdfdcc4b4c066e6ca74915de4c735a Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 07:40:38 +0000 Subject: [PATCH 0230/1154] py-fakefs: updated to 4.5.6 Version 4.5.6 Changes * minimum supported pytest version is now 3.0 (older versions do not work properly with current Python versions) Fixes * only skip `_pytest.pathlib` in pytest versions where it is actually present Infrastructure * add tests with different pytest versions, starting with 3.0 Version 4.5.5 Fixes * correctly handle file system space for files opened in write mode * correctly handle reading/writing pipes via file * disallow `encoding` argument on binary `open()` * fixed compatibility issue with pytest 7.0.0 --- devel/py-fakefs/Makefile | 7 ++++--- devel/py-fakefs/PLIST | 32 ++++++++++++++++++++++++++++---- devel/py-fakefs/distinfo | 8 ++++---- 3 files changed, 36 insertions(+), 11 deletions(-) diff --git a/devel/py-fakefs/Makefile b/devel/py-fakefs/Makefile index 9364515721566..789094f06a141 100644 --- a/devel/py-fakefs/Makefile +++ b/devel/py-fakefs/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/01/04 20:53:03 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/12 07:40:38 adam Exp $ -DISTNAME= pyfakefs-3.7.2 +DISTNAME= pyfakefs-4.5.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyfakefs/} @@ -13,5 +12,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-fakefs/PLIST b/devel/py-fakefs/PLIST index bbb1790cf213b..4416778e875c6 100644 --- a/devel/py-fakefs/PLIST +++ b/devel/py-fakefs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2019/04/30 07:54:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/05/12 07:40:38 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/pyfakefs/__init__.py ${PYSITELIB}/pyfakefs/__init__.pyc ${PYSITELIB}/pyfakefs/__init__.pyo +${PYSITELIB}/pyfakefs/_version.py +${PYSITELIB}/pyfakefs/_version.pyc +${PYSITELIB}/pyfakefs/_version.pyo ${PYSITELIB}/pyfakefs/deprecator.py ${PYSITELIB}/pyfakefs/deprecator.pyc ${PYSITELIB}/pyfakefs/deprecator.pyo @@ -34,6 +37,9 @@ ${PYSITELIB}/pyfakefs/helpers.pyo ${PYSITELIB}/pyfakefs/mox3_stubout.py ${PYSITELIB}/pyfakefs/mox3_stubout.pyc ${PYSITELIB}/pyfakefs/mox3_stubout.pyo +${PYSITELIB}/pyfakefs/patched_packages.py +${PYSITELIB}/pyfakefs/patched_packages.pyc +${PYSITELIB}/pyfakefs/patched_packages.pyo ${PYSITELIB}/pyfakefs/pytest_plugin.py ${PYSITELIB}/pyfakefs/pytest_plugin.pyc ${PYSITELIB}/pyfakefs/pytest_plugin.pyo @@ -52,12 +58,15 @@ ${PYSITELIB}/pyfakefs/pytest_tests/pytest_check_failed_plugin_test.pyo ${PYSITELIB}/pyfakefs/pytest_tests/pytest_doctest_test.py ${PYSITELIB}/pyfakefs/pytest_tests/pytest_doctest_test.pyc ${PYSITELIB}/pyfakefs/pytest_tests/pytest_doctest_test.pyo +${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_param_test.py +${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_param_test.pyc +${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_param_test.pyo ${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_test.py ${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_test.pyc ${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_test.pyo -${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_test.py -${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_test.pyc -${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_test.pyo +${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_helper.py +${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_helper.pyc +${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_helper.pyo ${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_test.py ${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_test.pyc ${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_test.pyo @@ -112,18 +121,33 @@ ${PYSITELIB}/pyfakefs/tests/fake_tempfile_test.pyo ${PYSITELIB}/pyfakefs/tests/fixtures/__init__.py ${PYSITELIB}/pyfakefs/tests/fixtures/__init__.pyc ${PYSITELIB}/pyfakefs/tests/fixtures/__init__.pyo +${PYSITELIB}/pyfakefs/tests/fixtures/config_module.py +${PYSITELIB}/pyfakefs/tests/fixtures/config_module.pyc +${PYSITELIB}/pyfakefs/tests/fixtures/config_module.pyo +${PYSITELIB}/pyfakefs/tests/fixtures/deprecated_property.py +${PYSITELIB}/pyfakefs/tests/fixtures/deprecated_property.pyc +${PYSITELIB}/pyfakefs/tests/fixtures/deprecated_property.pyo ${PYSITELIB}/pyfakefs/tests/fixtures/module_with_attributes.py ${PYSITELIB}/pyfakefs/tests/fixtures/module_with_attributes.pyc ${PYSITELIB}/pyfakefs/tests/fixtures/module_with_attributes.pyo ${PYSITELIB}/pyfakefs/tests/import_as_example.py ${PYSITELIB}/pyfakefs/tests/import_as_example.pyc ${PYSITELIB}/pyfakefs/tests/import_as_example.pyo +${PYSITELIB}/pyfakefs/tests/logsio.py +${PYSITELIB}/pyfakefs/tests/logsio.pyc +${PYSITELIB}/pyfakefs/tests/logsio.pyo ${PYSITELIB}/pyfakefs/tests/mox3_stubout_example.py ${PYSITELIB}/pyfakefs/tests/mox3_stubout_example.pyc ${PYSITELIB}/pyfakefs/tests/mox3_stubout_example.pyo ${PYSITELIB}/pyfakefs/tests/mox3_stubout_test.py ${PYSITELIB}/pyfakefs/tests/mox3_stubout_test.pyc ${PYSITELIB}/pyfakefs/tests/mox3_stubout_test.pyo +${PYSITELIB}/pyfakefs/tests/patched_packages_test.py +${PYSITELIB}/pyfakefs/tests/patched_packages_test.pyc +${PYSITELIB}/pyfakefs/tests/patched_packages_test.pyo +${PYSITELIB}/pyfakefs/tests/performance_test.py +${PYSITELIB}/pyfakefs/tests/performance_test.pyc +${PYSITELIB}/pyfakefs/tests/performance_test.pyo ${PYSITELIB}/pyfakefs/tests/test_utils.py ${PYSITELIB}/pyfakefs/tests/test_utils.pyc ${PYSITELIB}/pyfakefs/tests/test_utils.pyo diff --git a/devel/py-fakefs/distinfo b/devel/py-fakefs/distinfo index c91fccbddac0d..339e03aaa81aa 100644 --- a/devel/py-fakefs/distinfo +++ b/devel/py-fakefs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:18:26 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/12 07:40:38 adam Exp $ -BLAKE2s (pyfakefs-3.7.2.tar.gz) = cc1447b590f6cb2cf1acab599760e0122f91b99e7e4d146cd6bc16abd061a04e -SHA512 (pyfakefs-3.7.2.tar.gz) = 5978005f79b2204bde1e526ab53e265fd20ee915f634c3d6920c8b940abacca48c5861b4e639b664f813ea5cc458cba9d490b2fd0ede33e98ef00cf527005975 -Size (pyfakefs-3.7.2.tar.gz) = 162031 bytes +BLAKE2s (pyfakefs-4.5.6.tar.gz) = ff31230d7b9a151b106c95aa58b2710b224f70df9862f870a4002503b94141ef +SHA512 (pyfakefs-4.5.6.tar.gz) = f02e86067ac4cfe0fcf2aa6e768944766a39c3e2b146aa4bd024bd3d9a99cc4600487258b50cc8aa695054f1fac500d85fda6ba66e0edfc606ef5868a32bd346 +Size (pyfakefs-4.5.6.tar.gz) = 213070 bytes From b0ef1f0ce7b5907c34b6e24f13779ffb3dfff40b Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 07:43:43 +0000 Subject: [PATCH 0231/1154] py-zeroconf: updated to 0.38.6 0.38.6 Performance improvements for fetching ServiceInfo 0.38.5 Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire ServiceBrowsers were only getting a ServiceStateChange.Removed callback when the record was sent with a TTL of 0. ServiceBrowsers now correctly get a ServiceStateChange.Removed callback when the record expires as well. Fix missing minimum version of python 3.7 --- net/py-zeroconf/Makefile | 4 ++-- net/py-zeroconf/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/py-zeroconf/Makefile b/net/py-zeroconf/Makefile index ec9a421d95d4d..71c4cf80b5643 100644 --- a/net/py-zeroconf/Makefile +++ b/net/py-zeroconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2022/03/17 12:54:47 adam Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/12 07:43:43 adam Exp $ -DISTNAME= zeroconf-0.38.4 +DISTNAME= zeroconf-0.38.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=z/zeroconf/} diff --git a/net/py-zeroconf/distinfo b/net/py-zeroconf/distinfo index 620dbcb3c18c8..608d61b502168 100644 --- a/net/py-zeroconf/distinfo +++ b/net/py-zeroconf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2022/03/17 12:54:47 adam Exp $ +$NetBSD: distinfo,v 1.30 2022/05/12 07:43:43 adam Exp $ -BLAKE2s (zeroconf-0.38.4.tar.gz) = 5abdc9e088e4c51b033a7d231b21726700aae92feb2eb630ab56b710596f8a47 -SHA512 (zeroconf-0.38.4.tar.gz) = 59a9ceac3ecad7b49843aa21911c3e3f16e9d780e8edeb99c21e3c7a204a4fe9afb37faa75a26bc4450ae46185ae35d63d2b742744c4ba1a0e893932dfa6e2cb -Size (zeroconf-0.38.4.tar.gz) = 106558 bytes +BLAKE2s (zeroconf-0.38.6.tar.gz) = b9d4033e99634368817d67d13ea66f78728c7370054d56bf6418711e888dce7b +SHA512 (zeroconf-0.38.6.tar.gz) = b0362c39b00f5db925cd0a787e84fd194157cfedd950d522e7bdb58d0f0e1fa93e5cc13fed5188a31fdfe8290630cbe6bb9fe6578e2203edf46032c9b845728c +Size (zeroconf-0.38.6.tar.gz) = 107227 bytes From 3835779ecaa19172fc46f534906bd1dea450cf17 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 07:44:00 +0000 Subject: [PATCH 0232/1154] Updated devel/py-fakefs, net/py-zeroconf --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7c6fd043d9b5b..6547f841c0cb2 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2515 2022/05/12 06:10:40 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2516 2022/05/12 07:44:00 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3883,3 +3883,5 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-importlib-metadata to 4.11.3 [adam 2022-05-12] Updated devel/py-versioningit to 1.1.1nb1 [wiz 2022-05-12] Updated fonts/fntsample to 5.4nb1 [wiz 2022-05-12] + Updated devel/py-fakefs to 4.5.6 [adam 2022-05-12] + Updated net/py-zeroconf to 0.38.6 [adam 2022-05-12] From 5612d95ae55999e9a4320fe5d43e81867b687d7f Mon Sep 17 00:00:00 2001 From: fcambus Date: Thu, 12 May 2022 07:57:22 +0000 Subject: [PATCH 0233/1154] binaryen: update to 108. v108 ---- - Add CMake flag BUILD_TOOLS to control building tools (#4655) - Add CMake flag JS_OF_OCAML for js_of_ocaml (#4637) - Remove externref (#4633) --- devel/binaryen/Makefile | 4 ++-- devel/binaryen/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/binaryen/Makefile b/devel/binaryen/Makefile index 5148ad6f09f72..6368ce4c7e96f 100644 --- a/devel/binaryen/Makefile +++ b/devel/binaryen/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2022/05/04 19:09:23 fcambus Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/12 07:57:22 fcambus Exp $ -VERSION= 107 +VERSION= 108 DISTNAME= binaryen-${VERSION} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=WebAssembly/} diff --git a/devel/binaryen/distinfo b/devel/binaryen/distinfo index 81e099434820f..b86e1a05f7796 100644 --- a/devel/binaryen/distinfo +++ b/devel/binaryen/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2022/05/04 19:09:23 fcambus Exp $ +$NetBSD: distinfo,v 1.12 2022/05/12 07:57:22 fcambus Exp $ -BLAKE2s (binaryen-107.tar.gz) = 5eaa67030098ffe485fcb37490372802c7976da15583365d78522489389da05e -SHA512 (binaryen-107.tar.gz) = 08f00384a493c2cd80c8e09eec832b919b5b3bbe52ab3ece70037d01aa67eb898f375ec684cd820a8b4ddf2d21f1452a49fd3d62065976043a6d9e30078ad51c -Size (binaryen-107.tar.gz) = 4100769 bytes +BLAKE2s (binaryen-108.tar.gz) = df25363cb7cbbd0967423fa7fc32f87a8f7da083322bf6a660793f032ffc7f51 +SHA512 (binaryen-108.tar.gz) = 671f57875509a7094b49ecf6ebe5efe1d53c455d37d94713c942ce2d3d1cfa8e303dcb6275c421bf2914225f643f386df30e521ec957e791cbd51bf582b8f6b2 +Size (binaryen-108.tar.gz) = 4098965 bytes SHA1 (patch-third__party_CMakeLists.txt) = 02f3f7476049348a29e93ebe3bceb2dbba47ebf3 From 223048df81ae5ccfb509e4d70b5033acb51d863f Mon Sep 17 00:00:00 2001 From: fcambus Date: Thu, 12 May 2022 07:57:33 +0000 Subject: [PATCH 0234/1154] doc: Updated devel/binaryen to 108 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6547f841c0cb2..0c991265ebbd7 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2516 2022/05/12 07:44:00 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2517 2022/05/12 07:57:33 fcambus Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3885,3 +3885,4 @@ Changes to the packages collection and infrastructure in 2022: Updated fonts/fntsample to 5.4nb1 [wiz 2022-05-12] Updated devel/py-fakefs to 4.5.6 [adam 2022-05-12] Updated net/py-zeroconf to 0.38.6 [adam 2022-05-12] + Updated devel/binaryen to 108 [fcambus 2022-05-12] From 1b4bcf959b93ef96ddf088528e4224dddacc9969 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 08:05:28 +0000 Subject: [PATCH 0235/1154] *: do not use py-freezegun with python 2.7 --- devel/py-babel/Makefile | 10 ++++++++-- devel/py-cached-property/Makefile | 7 ++++++- time/py-dateutil/Makefile | 8 +++++++- time/py-tempora/Makefile | 14 ++++++++++---- 4 files changed, 31 insertions(+), 8 deletions(-) diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile index cf5d338c62797..7ba97684a9ef2 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2022/01/05 15:41:01 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/12 08:05:28 wiz Exp $ DISTNAME= Babel-2.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -12,10 +12,16 @@ COMMENT= Collection of tools for internationalizing Python applications LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-pytz>=2015.7:../../time/py-pytz -TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner +.include "../../lang/python/pyversion.mk" + +.if ${_PYTHON_VERSION} == 27 +# freezegun is only available for python 3 +TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun +.endif + USE_LANGUAGES= # none USE_PKG_RESOURCES= yes diff --git a/devel/py-cached-property/Makefile b/devel/py-cached-property/Makefile index 69bf06c87b125..51c10ccf3662f 100644 --- a/devel/py-cached-property/Makefile +++ b/devel/py-cached-property/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2022/01/04 20:52:54 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/12 08:05:28 wiz Exp $ DISTNAME= cached-property-1.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,12 @@ HOMEPAGE= https://github.com/pydanny/cached-property COMMENT= Decorator for caching properties in classes LICENSE= modified-bsd +.include "../../lang/python/pyversion.mk" + +.if ${_PYTHON_VERSION} == 27 +# freezegun is only available for python 3 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun +.endif USE_LANGUAGES= # none diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile index 13ec1eded016b..1e4cf9f644b1d 100644 --- a/time/py-dateutil/Makefile +++ b/time/py-dateutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2022/01/13 19:31:24 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/12 08:05:28 wiz Exp $ DISTNAME= python-dateutil-2.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -12,7 +12,13 @@ COMMENT= Extensions to the standard datetime module LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-six>=1.5:../../lang/py-six + +.include "../../lang/python/pyversion.mk" + +.if ${_PYTHON_VERSION} == 27 +# freezegun is only available for python 3 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun +.endif PYTHON_VERSIONED_DEPENDENCIES= test:test PYTHON_VERSIONED_DEPENDENCIES+= hypothesis:test diff --git a/time/py-tempora/Makefile b/time/py-tempora/Makefile index 6a3f59dd12564..676e07ec9b07e 100644 --- a/time/py-tempora/Makefile +++ b/time/py-tempora/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2022/01/13 19:31:25 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/12 08:05:28 wiz Exp $ DISTNAME= tempora-1.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,12 +14,18 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-jaraco.functools-[0-9]*:../../devel/py-jaraco.functools DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar>=0.9.1:../../devel/py-test-sugar -PYTHON_VERSIONED_DEPENDENCIES= test:test -PYTHON_VERSIONED_DEPENDENCIES= setuptools_scm:build +PYTHON_VERSIONED_DEPENDENCIES+= test:test +PYTHON_VERSIONED_DEPENDENCIES+= setuptools_scm:build + +.include "../../lang/python/pyversion.mk" + +.if ${_PYTHON_VERSION} == 27 +# freezegun is only available for python 3 +TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun +.endif USE_LANGUAGES= # none From 8465828359ebced60990c6c4789456742a144b38 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 08:06:13 +0000 Subject: [PATCH 0236/1154] py-subprocess-tee: added version 0.3.5 This package provides a drop-in alternative to subprocess.run that captures the output while still printing it in real-time, just the way tee does. Printing output in real-time while still capturing is valuable for any tool that executes long-running child processes. For those, you do want to provide instant feedback (progress) related to what is happening. --- sysutils/py-subprocess-tee/DESCR | 6 ++++++ sysutils/py-subprocess-tee/Makefile | 21 +++++++++++++++++++++ sysutils/py-subprocess-tee/PLIST | 23 +++++++++++++++++++++++ sysutils/py-subprocess-tee/distinfo | 5 +++++ 4 files changed, 55 insertions(+) create mode 100644 sysutils/py-subprocess-tee/DESCR create mode 100644 sysutils/py-subprocess-tee/Makefile create mode 100644 sysutils/py-subprocess-tee/PLIST create mode 100644 sysutils/py-subprocess-tee/distinfo diff --git a/sysutils/py-subprocess-tee/DESCR b/sysutils/py-subprocess-tee/DESCR new file mode 100644 index 0000000000000..d54f2e2967830 --- /dev/null +++ b/sysutils/py-subprocess-tee/DESCR @@ -0,0 +1,6 @@ +This package provides a drop-in alternative to subprocess.run that captures the +output while still printing it in real-time, just the way tee does. + +Printing output in real-time while still capturing is valuable for any tool +that executes long-running child processes. For those, you do want to provide +instant feedback (progress) related to what is happening. diff --git a/sysutils/py-subprocess-tee/Makefile b/sysutils/py-subprocess-tee/Makefile new file mode 100644 index 0000000000000..f21a407beb228 --- /dev/null +++ b/sysutils/py-subprocess-tee/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2022/05/12 08:06:13 adam Exp $ + +DISTNAME= subprocess-tee-0.3.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= sysutils python +MASTER_SITES= ${MASTER_SITE_PYPI:=s/subprocess-tee/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/pycontribs/subprocess-tee +COMMENT= Subprocess-tee +LICENSE= mit + +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm_git_archive-[0-9]*:../../devel/py-setuptools_scm_git_archive + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-subprocess-tee/PLIST b/sysutils/py-subprocess-tee/PLIST new file mode 100644 index 0000000000000..66ed5efaeefc1 --- /dev/null +++ b/sysutils/py-subprocess-tee/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/12 08:06:13 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/subprocess_tee/__init__.py +${PYSITELIB}/subprocess_tee/__init__.pyc +${PYSITELIB}/subprocess_tee/__init__.pyo +${PYSITELIB}/subprocess_tee/py.typed +${PYSITELIB}/subprocess_tee/test/__init__.py +${PYSITELIB}/subprocess_tee/test/__init__.pyc +${PYSITELIB}/subprocess_tee/test/__init__.pyo +${PYSITELIB}/subprocess_tee/test/test_func.py +${PYSITELIB}/subprocess_tee/test/test_func.pyc +${PYSITELIB}/subprocess_tee/test/test_func.pyo +${PYSITELIB}/subprocess_tee/test/test_rich.py +${PYSITELIB}/subprocess_tee/test/test_rich.pyc +${PYSITELIB}/subprocess_tee/test/test_rich.pyo +${PYSITELIB}/subprocess_tee/test/test_unit.py +${PYSITELIB}/subprocess_tee/test/test_unit.pyc +${PYSITELIB}/subprocess_tee/test/test_unit.pyo diff --git a/sysutils/py-subprocess-tee/distinfo b/sysutils/py-subprocess-tee/distinfo new file mode 100644 index 0000000000000..23cdf268e24ce --- /dev/null +++ b/sysutils/py-subprocess-tee/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/12 08:06:13 adam Exp $ + +BLAKE2s (subprocess-tee-0.3.5.tar.gz) = e0205cc09d9aff9cd49b9382292f5dd5061fa12a773733ca6d66039ed0cdf826 +SHA512 (subprocess-tee-0.3.5.tar.gz) = 47de075e7b6c75598dac0ad1899e1cce9dc1131b49c35ccade2b67c8d2a2d0248ce22a20c336519ff00bfd57269613bc663012e48cf0afa087c93ee74e18e4d4 +Size (subprocess-tee-0.3.5.tar.gz) = 16887 bytes From 596ae541579bbe08b0f0200090d67e6db41b7dfa Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 08:07:34 +0000 Subject: [PATCH 0237/1154] py-ansible-compat: added version 2.0.3 A python package contains functions that facilitate working with various versions of Ansible 2.9 and newer. --- sysutils/Makefile | 4 +++- sysutils/py-ansible-compat/DESCR | 2 ++ sysutils/py-ansible-compat/Makefile | 30 +++++++++++++++++++++++++++++ sysutils/py-ansible-compat/PLIST | 26 +++++++++++++++++++++++++ sysutils/py-ansible-compat/distinfo | 5 +++++ 5 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 sysutils/py-ansible-compat/DESCR create mode 100644 sysutils/py-ansible-compat/Makefile create mode 100644 sysutils/py-ansible-compat/PLIST create mode 100644 sysutils/py-ansible-compat/distinfo diff --git a/sysutils/Makefile b/sysutils/Makefile index 800e39d5191ed..064bcf06714fc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1002 2022/05/08 09:10:59 pin Exp $ +# $NetBSD: Makefile,v 1.1003 2022/05/12 08:07:34 adam Exp $ # COMMENT= System utilities @@ -548,6 +548,7 @@ SUBDIR+= pv SUBDIR+= pwgen SUBDIR+= py-Glances SUBDIR+= py-Send2Trash +SUBDIR+= py-ansible-compat SUBDIR+= py-appnope SUBDIR+= py-augeas SUBDIR+= py-borgbackup @@ -577,6 +578,7 @@ SUBDIR+= py-setproctitle SUBDIR+= py-sh SUBDIR+= py-stack-data SUBDIR+= py-structlog +SUBDIR+= py-subprocess-tee SUBDIR+= py-supervisor SUBDIR+= py-syslog-ng SUBDIR+= py-watchdog diff --git a/sysutils/py-ansible-compat/DESCR b/sysutils/py-ansible-compat/DESCR new file mode 100644 index 0000000000000..1bf0209f75917 --- /dev/null +++ b/sysutils/py-ansible-compat/DESCR @@ -0,0 +1,2 @@ +A python package contains functions that facilitate working with various +versions of Ansible 2.9 and newer. diff --git a/sysutils/py-ansible-compat/Makefile b/sysutils/py-ansible-compat/Makefile new file mode 100644 index 0000000000000..aef795d310adf --- /dev/null +++ b/sysutils/py-ansible-compat/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2022/05/12 08:07:34 adam Exp $ + +DISTNAME= ansible-compat-2.0.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= sysutils python +MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-compat/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/ansible-community/ansible-compat +COMMENT= Ansible compatibility goodies +LICENSE= mit + +BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +DEPENDS+= ${PYPKGPREFIX}-subprocess-tee>=0.3.5:../../sysutils/py-subprocess-tee +DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml +#TODO: TEST_DEPENDS pip-tools, pytest-markdown, pytest-plus +TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage +TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 + +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test + +.include "../../lang/python/wheel.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-ansible-compat/PLIST b/sysutils/py-ansible-compat/PLIST new file mode 100644 index 0000000000000..56a8457b4a7ca --- /dev/null +++ b/sysutils/py-ansible-compat/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/12 08:07:34 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt +${PYSITELIB}/ansible_compat/__init__.py +${PYSITELIB}/ansible_compat/__init__.pyc +${PYSITELIB}/ansible_compat/config.py +${PYSITELIB}/ansible_compat/config.pyc +${PYSITELIB}/ansible_compat/constants.py +${PYSITELIB}/ansible_compat/constants.pyc +${PYSITELIB}/ansible_compat/errors.py +${PYSITELIB}/ansible_compat/errors.pyc +${PYSITELIB}/ansible_compat/loaders.py +${PYSITELIB}/ansible_compat/loaders.pyc +${PYSITELIB}/ansible_compat/ports.py +${PYSITELIB}/ansible_compat/ports.pyc +${PYSITELIB}/ansible_compat/prerun.py +${PYSITELIB}/ansible_compat/prerun.pyc +${PYSITELIB}/ansible_compat/py.typed +${PYSITELIB}/ansible_compat/runtime.py +${PYSITELIB}/ansible_compat/runtime.pyc diff --git a/sysutils/py-ansible-compat/distinfo b/sysutils/py-ansible-compat/distinfo new file mode 100644 index 0000000000000..d3dd42cbeb24d --- /dev/null +++ b/sysutils/py-ansible-compat/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/12 08:07:34 adam Exp $ + +BLAKE2s (ansible-compat-2.0.3.tar.gz) = 2016d5450efe4fd7475134ff96069b4ebf6cc2bc20e8acb9074f73d2de30aadc +SHA512 (ansible-compat-2.0.3.tar.gz) = 0887e5da23041d02be0371bfd9569256252c586f80cd92ab855b32172328989c8160e57169aff6d72f1c3c89c9d3a00b56293e3badc0dc4aad135b1992d06599 +Size (ansible-compat-2.0.3.tar.gz) = 35328 bytes From 038ef6452a59ece5846c1abbd51bb2e9c110c895 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 08:10:26 +0000 Subject: [PATCH 0238/1154] py-yamllint: added version 1.26.3 A linter for YAML files. yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. --- textproc/Makefile | 3 +- textproc/py-yamllint/ALTERNATIVES | 1 + textproc/py-yamllint/DESCR | 5 ++ textproc/py-yamllint/Makefile | 25 ++++++++ textproc/py-yamllint/PLIST | 97 +++++++++++++++++++++++++++++++ textproc/py-yamllint/distinfo | 5 ++ 6 files changed, 135 insertions(+), 1 deletion(-) create mode 100644 textproc/py-yamllint/ALTERNATIVES create mode 100644 textproc/py-yamllint/DESCR create mode 100644 textproc/py-yamllint/Makefile create mode 100644 textproc/py-yamllint/PLIST create mode 100644 textproc/py-yamllint/distinfo diff --git a/textproc/Makefile b/textproc/Makefile index d315524b9169b..cca3b5e55db1f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1315 2022/05/09 21:53:38 pin Exp $ +# $NetBSD: Makefile,v 1.1316 2022/05/12 08:10:26 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1160,6 +1160,7 @@ SUBDIR+= py-xmlschema SUBDIR+= py-xmltodict SUBDIR+= py-yamcha SUBDIR+= py-yaml +SUBDIR+= py-yamllint SUBDIR+= py27-cssselect2 SUBDIR+= py27-jinja2 SUBDIR+= py27-markupsafe diff --git a/textproc/py-yamllint/ALTERNATIVES b/textproc/py-yamllint/ALTERNATIVES new file mode 100644 index 0000000000000..b346d9bc4b368 --- /dev/null +++ b/textproc/py-yamllint/ALTERNATIVES @@ -0,0 +1 @@ +bin/yamllint @PREFIX@/bin/yamllint-@PYVERSSUFFIX@ diff --git a/textproc/py-yamllint/DESCR b/textproc/py-yamllint/DESCR new file mode 100644 index 0000000000000..b466c44dd0511 --- /dev/null +++ b/textproc/py-yamllint/DESCR @@ -0,0 +1,5 @@ +A linter for YAML files. + +yamllint does not only check for syntax validity, but for weirdnesses +like key repetition and cosmetic problems such as lines length, +trailing spaces, indentation, etc. diff --git a/textproc/py-yamllint/Makefile b/textproc/py-yamllint/Makefile new file mode 100644 index 0000000000000..411fa77c72578 --- /dev/null +++ b/textproc/py-yamllint/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2022/05/12 08:10:26 adam Exp $ + +DISTNAME= yamllint-1.26.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_PYPI:=y/yamllint/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/adrienverge/yamllint +COMMENT= Linter for YAML files +LICENSE= gnu-gpl-v3 + +DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.5.3:../../devel/py-pathspec +DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +post-install: + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} yamllint yamllint-${PYVERSSUFFIX} || ${TRUE} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-yamllint/PLIST b/textproc/py-yamllint/PLIST new file mode 100644 index 0000000000000..7b8fc392ce6fb --- /dev/null +++ b/textproc/py-yamllint/PLIST @@ -0,0 +1,97 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/12 08:10:26 adam Exp $ +bin/yamllint-${PYVERSSUFFIX} +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/yamllint/__init__.py +${PYSITELIB}/yamllint/__init__.pyc +${PYSITELIB}/yamllint/__init__.pyo +${PYSITELIB}/yamllint/__main__.py +${PYSITELIB}/yamllint/__main__.pyc +${PYSITELIB}/yamllint/__main__.pyo +${PYSITELIB}/yamllint/cli.py +${PYSITELIB}/yamllint/cli.pyc +${PYSITELIB}/yamllint/cli.pyo +${PYSITELIB}/yamllint/conf/default.yaml +${PYSITELIB}/yamllint/conf/relaxed.yaml +${PYSITELIB}/yamllint/config.py +${PYSITELIB}/yamllint/config.pyc +${PYSITELIB}/yamllint/config.pyo +${PYSITELIB}/yamllint/linter.py +${PYSITELIB}/yamllint/linter.pyc +${PYSITELIB}/yamllint/linter.pyo +${PYSITELIB}/yamllint/parser.py +${PYSITELIB}/yamllint/parser.pyc +${PYSITELIB}/yamllint/parser.pyo +${PYSITELIB}/yamllint/rules/__init__.py +${PYSITELIB}/yamllint/rules/__init__.pyc +${PYSITELIB}/yamllint/rules/__init__.pyo +${PYSITELIB}/yamllint/rules/braces.py +${PYSITELIB}/yamllint/rules/braces.pyc +${PYSITELIB}/yamllint/rules/braces.pyo +${PYSITELIB}/yamllint/rules/brackets.py +${PYSITELIB}/yamllint/rules/brackets.pyc +${PYSITELIB}/yamllint/rules/brackets.pyo +${PYSITELIB}/yamllint/rules/colons.py +${PYSITELIB}/yamllint/rules/colons.pyc +${PYSITELIB}/yamllint/rules/colons.pyo +${PYSITELIB}/yamllint/rules/commas.py +${PYSITELIB}/yamllint/rules/commas.pyc +${PYSITELIB}/yamllint/rules/commas.pyo +${PYSITELIB}/yamllint/rules/comments.py +${PYSITELIB}/yamllint/rules/comments.pyc +${PYSITELIB}/yamllint/rules/comments.pyo +${PYSITELIB}/yamllint/rules/comments_indentation.py +${PYSITELIB}/yamllint/rules/comments_indentation.pyc +${PYSITELIB}/yamllint/rules/comments_indentation.pyo +${PYSITELIB}/yamllint/rules/common.py +${PYSITELIB}/yamllint/rules/common.pyc +${PYSITELIB}/yamllint/rules/common.pyo +${PYSITELIB}/yamllint/rules/document_end.py +${PYSITELIB}/yamllint/rules/document_end.pyc +${PYSITELIB}/yamllint/rules/document_end.pyo +${PYSITELIB}/yamllint/rules/document_start.py +${PYSITELIB}/yamllint/rules/document_start.pyc +${PYSITELIB}/yamllint/rules/document_start.pyo +${PYSITELIB}/yamllint/rules/empty_lines.py +${PYSITELIB}/yamllint/rules/empty_lines.pyc +${PYSITELIB}/yamllint/rules/empty_lines.pyo +${PYSITELIB}/yamllint/rules/empty_values.py +${PYSITELIB}/yamllint/rules/empty_values.pyc +${PYSITELIB}/yamllint/rules/empty_values.pyo +${PYSITELIB}/yamllint/rules/hyphens.py +${PYSITELIB}/yamllint/rules/hyphens.pyc +${PYSITELIB}/yamllint/rules/hyphens.pyo +${PYSITELIB}/yamllint/rules/indentation.py +${PYSITELIB}/yamllint/rules/indentation.pyc +${PYSITELIB}/yamllint/rules/indentation.pyo +${PYSITELIB}/yamllint/rules/key_duplicates.py +${PYSITELIB}/yamllint/rules/key_duplicates.pyc +${PYSITELIB}/yamllint/rules/key_duplicates.pyo +${PYSITELIB}/yamllint/rules/key_ordering.py +${PYSITELIB}/yamllint/rules/key_ordering.pyc +${PYSITELIB}/yamllint/rules/key_ordering.pyo +${PYSITELIB}/yamllint/rules/line_length.py +${PYSITELIB}/yamllint/rules/line_length.pyc +${PYSITELIB}/yamllint/rules/line_length.pyo +${PYSITELIB}/yamllint/rules/new_line_at_end_of_file.py +${PYSITELIB}/yamllint/rules/new_line_at_end_of_file.pyc +${PYSITELIB}/yamllint/rules/new_line_at_end_of_file.pyo +${PYSITELIB}/yamllint/rules/new_lines.py +${PYSITELIB}/yamllint/rules/new_lines.pyc +${PYSITELIB}/yamllint/rules/new_lines.pyo +${PYSITELIB}/yamllint/rules/octal_values.py +${PYSITELIB}/yamllint/rules/octal_values.pyc +${PYSITELIB}/yamllint/rules/octal_values.pyo +${PYSITELIB}/yamllint/rules/quoted_strings.py +${PYSITELIB}/yamllint/rules/quoted_strings.pyc +${PYSITELIB}/yamllint/rules/quoted_strings.pyo +${PYSITELIB}/yamllint/rules/trailing_spaces.py +${PYSITELIB}/yamllint/rules/trailing_spaces.pyc +${PYSITELIB}/yamllint/rules/trailing_spaces.pyo +${PYSITELIB}/yamllint/rules/truthy.py +${PYSITELIB}/yamllint/rules/truthy.pyc +${PYSITELIB}/yamllint/rules/truthy.pyo diff --git a/textproc/py-yamllint/distinfo b/textproc/py-yamllint/distinfo new file mode 100644 index 0000000000000..f1fa3b389f920 --- /dev/null +++ b/textproc/py-yamllint/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/12 08:10:26 adam Exp $ + +BLAKE2s (yamllint-1.26.3.tar.gz) = c23362bf963a4381f4c46a1b57603cb3a7ee049c9a4dc24da4ff215afecd5db4 +SHA512 (yamllint-1.26.3.tar.gz) = c5ed17ecec102324bec077484dcede6fbf8c01a37a9292929a52163a4a9d9e9989809879c29b69c45b7cce8cbeefc830d4542118f617e846702f216f49d9db5b +Size (yamllint-1.26.3.tar.gz) = 126746 bytes From 33a15dfdaa6a0a88caa4f76f4260e6c2e3f6dc5f Mon Sep 17 00:00:00 2001 From: fcambus Date: Thu, 12 May 2022 08:10:30 +0000 Subject: [PATCH 0239/1154] wabt: needs c++17. --- devel/wabt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/wabt/Makefile b/devel/wabt/Makefile index 94c3409f940f3..6bb826434fae9 100644 --- a/devel/wabt/Makefile +++ b/devel/wabt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/05/05 07:04:29 fcambus Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/12 08:10:30 fcambus Exp $ DISTNAME= wabt-1.0.29 CATEGORIES= devel @@ -13,7 +13,7 @@ CONFIGURE_DIRS= ${WRKDIR}/build CMAKE_ARG_PATH= ${WRKSRC} USE_CMAKE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++17 CMAKE_ARGS+= -DBUILD_TESTS=OFF -DBUILD_LIBWASM=OFF From fe88453cb208d5e15f291e8570336d942c59168d Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 08:10:53 +0000 Subject: [PATCH 0240/1154] py-freezegun: update to 1.2.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.2.1 ----- * Added missing typeshed types from distribution * Pass all arguments on recursive freeze_time calls 1.2.0 ----- * Add support for `time.perf_counter` (and `…_ns`) * Added typeshed types * Dropped support for python 3.5 1.1.0 ----- * Add support for `time.monotonic` (and `…_ns`) * Allow to configure default ignore list, and also to just extend the default * Fixed when accessing from thread after stop() 1.0.0 ------ * Dropped Py2 support * Added as_kwarg argument in order to have the frozen time object passed with the name provided in as_kwarg argument --- devel/py-freezegun/Makefile | 11 ++++++----- devel/py-freezegun/PLIST | 15 +++++++++------ devel/py-freezegun/distinfo | 8 ++++---- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/devel/py-freezegun/Makefile b/devel/py-freezegun/Makefile index 4290d5d9710bf..809de79ef7470 100644 --- a/devel/py-freezegun/Makefile +++ b/devel/py-freezegun/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/01/04 20:53:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/12 08:10:53 wiz Exp $ -DISTNAME= freezegun-0.3.15 +DISTNAME= freezegun-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/freezegun/} @@ -12,12 +11,14 @@ COMMENT= Let your Python tests travel through time LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.0:../../time/py-dateutil -DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock +TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-freezegun/PLIST b/devel/py-freezegun/PLIST index eb89c80714108..12a9c7ed8d845 100644 --- a/devel/py-freezegun/PLIST +++ b/devel/py-freezegun/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2020/02/16 20:50:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/12 08:10:53 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -6,13 +6,16 @@ ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/freezegun/__init__.py ${PYSITELIB}/freezegun/__init__.pyc +${PYSITELIB}/freezegun/__init__.pyi ${PYSITELIB}/freezegun/__init__.pyo ${PYSITELIB}/freezegun/_async.py -${PLIST.py3x}${PYSITELIB}/freezegun/_async.pyc -${PLIST.py3x}${PYSITELIB}/freezegun/_async.pyo -${PYSITELIB}/freezegun/_async_coroutine.py -${PLIST.py3x}${PYSITELIB}/freezegun/_async_coroutine.pyc -${PLIST.py3x}${PYSITELIB}/freezegun/_async_coroutine.pyo +${PYSITELIB}/freezegun/_async.pyc +${PYSITELIB}/freezegun/_async.pyo ${PYSITELIB}/freezegun/api.py ${PYSITELIB}/freezegun/api.pyc +${PYSITELIB}/freezegun/api.pyi ${PYSITELIB}/freezegun/api.pyo +${PYSITELIB}/freezegun/config.py +${PYSITELIB}/freezegun/config.pyc +${PYSITELIB}/freezegun/config.pyo +${PYSITELIB}/freezegun/py.typed diff --git a/devel/py-freezegun/distinfo b/devel/py-freezegun/distinfo index 58f29716385b3..2f60fb1a18ae6 100644 --- a/devel/py-freezegun/distinfo +++ b/devel/py-freezegun/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 10:18:28 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/05/12 08:10:53 wiz Exp $ -BLAKE2s (freezegun-0.3.15.tar.gz) = af1a7656026d789c387db6da19ee990ba0f3ab644965e8a4492883cd31726374 -SHA512 (freezegun-0.3.15.tar.gz) = 9f3836f8c9f207d9bccbcaec3f1af977b26aa3699ad5f792d052e105a0de530c6dda1641480c9cd551627186bf0c65d92bf39a6f4a61f458f762d8aa999180ba -Size (freezegun-0.3.15.tar.gz) = 25530 bytes +BLAKE2s (freezegun-1.2.1.tar.gz) = 52b4e187708256ebf0bb0fb05672d5ff222642e9ffa3d502311c6f627b93444e +SHA512 (freezegun-1.2.1.tar.gz) = 5f8334a66dc33cbffa8f22d41e101d66c99a1ac4b7a0c24ee6da62b58dab2b0b340ade48b8dd0020d4fb4cb6e082071869a2757bbd05eff703f66f167050d4e1 +Size (freezegun-1.2.1.tar.gz) = 29740 bytes From 90d855cf84765c7ddcdd822200d651bef596f2db Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 08:10:57 +0000 Subject: [PATCH 0241/1154] Added sysutils/py-subprocess-tee, sysutils/py-ansible-compat, textproc/py-yamllint --- doc/CHANGES-2022 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0c991265ebbd7..c422105e7aa61 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2517 2022/05/12 07:57:33 fcambus Exp $ +$NetBSD: CHANGES-2022,v 1.2518 2022/05/12 08:10:57 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3886,3 +3886,6 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-fakefs to 4.5.6 [adam 2022-05-12] Updated net/py-zeroconf to 0.38.6 [adam 2022-05-12] Updated devel/binaryen to 108 [fcambus 2022-05-12] + Added sysutils/py-subprocess-tee version 0.3.5 [adam 2022-05-12] + Added sysutils/py-ansible-compat version 2.0.3 [adam 2022-05-12] + Added textproc/py-yamllint version 1.26.3 [adam 2022-05-12] From e4b41f5ef1d7dccccd63245955832b3b99ab4b08 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 08:11:02 +0000 Subject: [PATCH 0242/1154] doc: Updated devel/py-freezegun to 1.2.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c422105e7aa61..27da13afbcc41 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2518 2022/05/12 08:10:57 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2519 2022/05/12 08:11:02 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3889,3 +3889,4 @@ Changes to the packages collection and infrastructure in 2022: Added sysutils/py-subprocess-tee version 0.3.5 [adam 2022-05-12] Added sysutils/py-ansible-compat version 2.0.3 [adam 2022-05-12] Added textproc/py-yamllint version 1.26.3 [adam 2022-05-12] + Updated devel/py-freezegun to 1.2.1 [wiz 2022-05-12] From 4db60babb6c0c6cc6ae119576c07a32bbdb2c051 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 08:15:48 +0000 Subject: [PATCH 0243/1154] py-u2f: do not TEST_DEPEND on py-fakefs for Python 2.7 --- security/py-u2f/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/security/py-u2f/Makefile b/security/py-u2f/Makefile index db36cc43d46a5..55732c4930f27 100644 --- a/security/py-u2f/Makefile +++ b/security/py-u2f/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/01/27 10:39:35 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/12 08:15:48 adam Exp $ DISTNAME= pyu2f-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -12,12 +12,17 @@ COMMENT= U2F host library for interacting with a U2F device LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs>=2.4:../../devel/py-fakefs TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.0.1:../../devel/py-mock # seems unused: https://github.com/google/pyu2f/issues/33 #TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2 USE_LANGUAGES= # none +.include "../../lang/python/pyversion.mk" + +.if ${_PYTHON_VERSION} != 27 +TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs>=2.4:../../devel/py-fakefs +.endif + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" From 7bc1f4a6e89b1e5921f7244b04fb84b70c60c24a Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 08:17:53 +0000 Subject: [PATCH 0244/1154] py-importlib-metadata2: disable testing --- devel/py-importlib-metadata2/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-importlib-metadata2/Makefile b/devel/py-importlib-metadata2/Makefile index 754cd659eb4c9..6506586a25b83 100644 --- a/devel/py-importlib-metadata2/Makefile +++ b/devel/py-importlib-metadata2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/01/25 08:55:50 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/12 08:17:53 adam Exp $ DISTNAME= importlib_metadata-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} @@ -11,15 +11,12 @@ HOMEPAGE= https://importlib-metadata.readthedocs.io/ COMMENT= Read metadata from Python packages (python 2.x) LICENSE= apache-2.0 +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm5 DEPENDS+= ${PYPKGPREFIX}-configparser>=3.5:../../devel/py-configparser DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2 DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2 DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging2 DEPENDS+= ${PYPKGPREFIX}-zipp-[0-9]*:../../archivers/py-zipp1 -BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm5 -TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs-[0-9]*:../../devel/py-fakefs -TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=1.3:../../devel/py-importlib-resources -TEST_DEPENDS+= ${PYPKGPREFIX}-pep517-[0-9]*:../../devel/py-pep517 PYTHON_VERSIONS_ACCEPTED= 27 @@ -28,5 +25,9 @@ USE_LANGUAGES= # none post-extract: ${FIND} ${WRKSRC} -type f -exec ${CHMOD} go-w {} + +# Disable tests as py-fakefs is not available for Python 2.7 anymore. +do-test: + ${DO_NADA} + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" From a8f00aed7b8775fd4c86c4a9a0c29ea795065992 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 08:20:36 +0000 Subject: [PATCH 0245/1154] *: fix == vs. != confusion Reported by adam --- devel/py-babel/Makefile | 4 ++-- devel/py-cached-property/Makefile | 4 ++-- time/py-dateutil/Makefile | 4 ++-- time/py-tempora/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile index 7ba97684a9ef2..80d244bea12d9 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2022/05/12 08:05:28 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/12 08:20:36 wiz Exp $ DISTNAME= Babel-2.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -17,7 +17,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner .include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} == 27 +.if ${_PYTHON_VERSION} != 27 # freezegun is only available for python 3 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun .endif diff --git a/devel/py-cached-property/Makefile b/devel/py-cached-property/Makefile index 51c10ccf3662f..dbe0b5da3dd98 100644 --- a/devel/py-cached-property/Makefile +++ b/devel/py-cached-property/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/05/12 08:05:28 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/12 08:20:36 wiz Exp $ DISTNAME= cached-property-1.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= modified-bsd .include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} == 27 +.if ${_PYTHON_VERSION} != 27 # freezegun is only available for python 3 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun .endif diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile index 1e4cf9f644b1d..115106bfb748d 100644 --- a/time/py-dateutil/Makefile +++ b/time/py-dateutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2022/05/12 08:05:28 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2022/05/12 08:20:36 wiz Exp $ DISTNAME= python-dateutil-2.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.5:../../lang/py-six .include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} == 27 +.if ${_PYTHON_VERSION} != 27 # freezegun is only available for python 3 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun .endif diff --git a/time/py-tempora/Makefile b/time/py-tempora/Makefile index 676e07ec9b07e..382a0ebf44fa5 100644 --- a/time/py-tempora/Makefile +++ b/time/py-tempora/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2022/05/12 08:05:28 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/12 08:20:36 wiz Exp $ DISTNAME= tempora-1.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ PYTHON_VERSIONED_DEPENDENCIES+= setuptools_scm:build .include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} == 27 +.if ${_PYTHON_VERSION} != 27 # freezegun is only available for python 3 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun .endif From 35bc4948450e4d67a1ba31cde77ea72fa07a2d47 Mon Sep 17 00:00:00 2001 From: fcambus Date: Thu, 12 May 2022 08:39:48 +0000 Subject: [PATCH 0246/1154] qodem: apply --disable-gpm unconditionally in CONFIGURE_ARGS. We do not have a package for libgpm in pkgsrc, so this previously failed on Linux anyway. --- comms/qodem/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/comms/qodem/Makefile b/comms/qodem/Makefile index c7e6648f7193f..c04344fc9bb06 100644 --- a/comms/qodem/Makefile +++ b/comms/qodem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/03/16 17:00:40 fcambus Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/12 08:39:48 fcambus Exp $ DISTNAME= qodem-1.0.1 CATEGORIES= comms @@ -11,13 +11,7 @@ LICENSE= cc0-1.0-universal GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-sdl --disable-upnp - -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} != "Linux" -CONFIGURE_ARGS+= --disable-gpm -.endif +CONFIGURE_ARGS+= --disable-gpm --disable-sdl --disable-upnp .include "../../devel/ncursesw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" From cc81271ecac8ba016354acf8eef99941f8e5a5b7 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 09:30:54 +0000 Subject: [PATCH 0247/1154] streamlink: fix depends, add test target --- multimedia/streamlink/Makefile | 36 ++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile index cc98154e242d1..3a2e8589a4fe0 100644 --- a/multimedia/streamlink/Makefile +++ b/multimedia/streamlink/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2022/05/11 22:30:17 bouyer Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/12 09:30:54 wiz Exp $ DISTNAME= streamlink-4.0.1 CATEGORIES= multimedia @@ -10,27 +10,26 @@ HOMEPAGE= https://streamlink.github.io/ COMMENT= Tool that pipes video streams into a video player LICENSE= 2-clause-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-iso3166 +PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_PKG_RESOURCES= yes -.include "../../lang/python/egg.mk" - +DEPENDS+= ${PYPKGPREFIX}-country-[0-9]*:../../geography/py-country DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.4.3:../../security/py-cryptodome -DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.0.0:../../devel/py-importlib-metadata -DEPENDS+= ${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests -DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging -DEPENDS+= ${PYPKGPREFIX}-versioningit>=1.1.1:../../devel/py-versioningit DEPENDS+= ${PYPKGPREFIX}-isodate-[0-9]*:../../time/py-isodate -DEPENDS+= ${PYPKGPREFIX}-iso-639-[0-9]*:../../devel/py-iso-639 -DEPENDS+= ${PYPKGPREFIX}-iso3166-[0-9]*:../../devel/py-iso3166 -DEPENDS+= ${PYPKGPREFIX}-country-[0-9]*:../../geography/py-country DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml -DEPENDS+= ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli -DEPENDS+= ${PYPKGPREFIX}-websocket-client>=1.2.1*:../../www/py-websocket-client -DEPENDS+= ${PYPKGPREFIX}-Socks-[0-9]*:../../net/py-Socks -TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun +DEPENDS+= ${PYPKGPREFIX}-Socks>=1.5.6:../../net/py-Socks +DEPENDS+= ${PYPKGPREFIX}-requests>=2.26.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-websocket-client>=1.2.1:../../www/py-websocket-client +BUILD_DEPENDS+= ${PYPKGPREFIX}-versioningit>=1.1.1:../../devel/py-versioningit +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools>=45:../../devel/py-setuptools +BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8 +TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-import-order-[0-9]*:../../devel/py-flake8-import-order +TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=1.0.0:../../devel/py-freezegun TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock-[0-9]*:../../devel/py-requests-mock +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov EGG_NAME= streamlink-0.0.0+unknown @@ -44,5 +43,12 @@ REPLACE_PYTHON+= src/streamlink/packages/flashmedia/util.py REPLACE_PYTHON+= src/streamlink/plugins/tv3cat.py REPLACE_PYTHON+= src/streamlink/plugins/tvplayer.py +# as of 4.0.1 +# 1 failed, 4591 passed, 31 skipped +TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} + .include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" From 05b953e3276f26f4226ba3f530f391bd78b54853 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 09:33:11 +0000 Subject: [PATCH 0248/1154] sysutils/dua-cli: update to 2.17.4 2.17.4 (2022-05-12) Bug Fixes -Show all possible information even if one input path could not be read. Previously it would fail entirely without printing anything useful but a relatively non-descript error message. -Open interactive mode even if one of the input paths can't be read. Note that there can still be improvements in indicating which path failed. Also it will happily show an empty user interface in case all input paths are not readable. --- sysutils/dua-cli/Makefile | 4 ++-- sysutils/dua-cli/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index d8fc5d6a46bf4..604a5d38750a0 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2022/05/10 08:50:29 pin Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/12 09:33:11 pin Exp $ -DISTNAME= dua-cli-2.17.3 +DISTNAME= dua-cli-2.17.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=Byron/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/dua-cli/distinfo b/sysutils/dua-cli/distinfo index f6203ec40a749..d2d6d5272812a 100644 --- a/sysutils/dua-cli/distinfo +++ b/sysutils/dua-cli/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2022/05/10 08:50:29 pin Exp $ +$NetBSD: distinfo,v 1.13 2022/05/12 09:33:11 pin Exp $ BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 @@ -78,9 +78,9 @@ Size (ctor-0.1.22.crate) = 9311 bytes BLAKE2s (diff-0.1.12.crate) = 97e9a9edde58861f9129c0f531e596f0602a744e070445315118269ae02ad4f7 SHA512 (diff-0.1.12.crate) = 0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16 Size (diff-0.1.12.crate) = 10223 bytes -BLAKE2s (dua-cli-2.17.3.tar.gz) = b8cb71fc3a034101c4739902fb2e01ea563befe20342d1afafd2f1d1bb85a74a -SHA512 (dua-cli-2.17.3.tar.gz) = 3232dc570afb49559f6429d7ac3771d7ced4cc1d77ac8b4cf347982271f5a4b3e10ab264bd3671a172f22e3ce4006ce6e518cd6f6f157e1833bfaee49d2a412f -Size (dua-cli-2.17.3.tar.gz) = 99253 bytes +BLAKE2s (dua-cli-2.17.4.tar.gz) = 47a05ca0e405291ce440c5f3af0eee95fd0a8e5f950f402f06cc1c04ab49b775 +SHA512 (dua-cli-2.17.4.tar.gz) = 5be0f1a47e90cd7edd3b65538136bee29b112b2d6f8976733f6d5abcd3d9dfafb3dd8e6ec7764e46ce2249b8df1c69924b017ae361f3a32d6140f1808d791eca +Size (dua-cli-2.17.4.tar.gz) = 99962 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes From 80f20c83b5a9da75c8c7359c2e04f60723bd0982 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 09:33:30 +0000 Subject: [PATCH 0249/1154] doc: Updated sysutils/dua-cli to 2.17.4 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 27da13afbcc41..26294f8038e29 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2519 2022/05/12 08:11:02 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2520 2022/05/12 09:33:30 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3890,3 +3890,4 @@ Changes to the packages collection and infrastructure in 2022: Added sysutils/py-ansible-compat version 2.0.3 [adam 2022-05-12] Added textproc/py-yamllint version 1.26.3 [adam 2022-05-12] Updated devel/py-freezegun to 1.2.1 [wiz 2022-05-12] + Updated sysutils/dua-cli to 2.17.4 [pin 2022-05-12] From 1f1902559be1929b4cee524026674fd828a0d643 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 09:34:31 +0000 Subject: [PATCH 0250/1154] textproc/angle-grinder: needs gmake --- textproc/angle-grinder/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index f87fb78292620..5b1a8e6571618 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/08 09:12:21 pin Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/12 09:34:31 pin Exp $ DISTNAME= angle-grinder-0.18.0 CATEGORIES= textproc @@ -13,7 +13,7 @@ LICENSE= mit .include "cargo-depends.mk" USE_LANGUAGES+= c c++ -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config INSTALLATION_DIRS= bin From ac41f61dd6c51357ec0b25760d204beefc14b483 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 09:35:44 +0000 Subject: [PATCH 0251/1154] textproc/hck: needs cmake --- textproc/hck/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/hck/Makefile b/textproc/hck/Makefile index bb1fda07b58d0..eba7227a65127 100644 --- a/textproc/hck/Makefile +++ b/textproc/hck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/09 21:52:34 pin Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/12 09:35:44 pin Exp $ DISTNAME= hck-0.7.2 CATEGORIES= textproc @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/sstadick/hck/ COMMENT= Sharp cut(1) clone LICENSE= unlicense OR mit +BUILD_DEPENDS+= cmake-[0-9]*:../../devel/cmake + .include "cargo-depends.mk" INSTALLATION_DIRS= bin From b214ec6b5099c119d1937576af5699883a46b1aa Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 09:36:57 +0000 Subject: [PATCH 0252/1154] textproc/prose: reset maintainer --- textproc/prose/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/prose/Makefile b/textproc/prose/Makefile index cc43aa2d003b7..cfd1f369598fe 100644 --- a/textproc/prose/Makefile +++ b/textproc/prose/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2021/08/03 08:59:43 pin Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/12 09:36:57 pin Exp $ DISTNAME= prose-0.3.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=jgdavey/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jgdavey/prose/ COMMENT= Reformat text pleasantly LICENSE= mit OR apache-2.0 @@ -15,7 +15,8 @@ LICENSE= mit OR apache-2.0 INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/prose ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/prose \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" From 58761c1470c892ce3d98cdcbef756b23468b71d6 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 09:37:44 +0000 Subject: [PATCH 0253/1154] wm/shod: reset maintainer --- wm/shod/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wm/shod/Makefile b/wm/shod/Makefile index 2cbdc43551cf2..94bc3ac3bcf2a 100644 --- a/wm/shod/Makefile +++ b/wm/shod/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2022/03/14 10:22:49 pin Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 09:37:44 pin Exp $ DISTNAME= shod-2.4.0 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=phillbush/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/phillbush/shod/ COMMENT= Hybrid (floating and tiling) tabbed window manager LICENSE= mit From 4a87ce3622aa663f0a9ee417e4275a1af933315d Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 09:38:46 +0000 Subject: [PATCH 0254/1154] graphics/oxipng: reset maintainer --- graphics/oxipng/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/oxipng/Makefile b/graphics/oxipng/Makefile index f881d8980124f..404db5d3ab892 100644 --- a/graphics/oxipng/Makefile +++ b/graphics/oxipng/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2021/11/16 08:20:00 pin Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/12 09:38:46 pin Exp $ DISTNAME= oxipng-5.0.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=shssoichiro/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-user@NetBSD.org HOMEPAGE= https://github.com/shssoichiro/oxipng/ COMMENT= Multithreaded PNG optimizer LICENSE= mit @@ -15,7 +15,8 @@ LICENSE= mit INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/oxipng ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/oxipng \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" From e50b385232eeb05471d15e073ee5372058ed1d2f Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 09:39:55 +0000 Subject: [PATCH 0255/1154] sysutils/lsfp: reset maintainer --- sysutils/lsfp/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/lsfp/Makefile b/sysutils/lsfp/Makefile index f5f00d68d3e07..6b93130504ff6 100644 --- a/sysutils/lsfp/Makefile +++ b/sysutils/lsfp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2021/08/03 08:56:40 pin Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 09:39:55 pin Exp $ DISTNAME= lsfp-0.5.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=The-Noah/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/The-Noah/lsfp/ COMMENT= Cross-platform alternative to ls LICENSE= mit @@ -15,7 +15,8 @@ CARGO_CRATE_DEPENDS+= cc-1.0.66 INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/lsfp ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/lsfp \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" From fef78b84fb9959e8b46fd6db416511adf20c1462 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 10:13:36 +0000 Subject: [PATCH 0256/1154] genecys-client, genecys-data: remove No successful build on any platform in the bulktracker, last upstream release from 2004, homepage dead --- doc/CHANGES-2022 | 4 +- games/Makefile | 4 +- games/genecys-client/DESCR | 9 - games/genecys-client/Makefile | 32 - games/genecys-client/PLIST | 2 - games/genecys-client/distinfo | 11 - games/genecys-client/patches/patch-aa | 57 -- games/genecys-client/patches/patch-ab | 30 - games/genecys-client/patches/patch-ac | 22 - games/genecys-client/patches/patch-ad | 19 - games/genecys-client/patches/patch-ae | 12 - .../patches/patch-common_pngloader.c | 119 --- games/genecys-data/DESCR | 1 - games/genecys-data/Makefile | 25 - games/genecys-data/PLIST | 744 ------------------ games/genecys-data/distinfo | 5 - 16 files changed, 4 insertions(+), 1092 deletions(-) delete mode 100644 games/genecys-client/DESCR delete mode 100644 games/genecys-client/Makefile delete mode 100644 games/genecys-client/PLIST delete mode 100644 games/genecys-client/distinfo delete mode 100644 games/genecys-client/patches/patch-aa delete mode 100644 games/genecys-client/patches/patch-ab delete mode 100644 games/genecys-client/patches/patch-ac delete mode 100644 games/genecys-client/patches/patch-ad delete mode 100644 games/genecys-client/patches/patch-ae delete mode 100644 games/genecys-client/patches/patch-common_pngloader.c delete mode 100644 games/genecys-data/DESCR delete mode 100644 games/genecys-data/Makefile delete mode 100644 games/genecys-data/PLIST delete mode 100644 games/genecys-data/distinfo diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 26294f8038e29..c07f61bcda276 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2520 2022/05/12 09:33:30 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2521 2022/05/12 10:13:36 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3891,3 +3891,5 @@ Changes to the packages collection and infrastructure in 2022: Added textproc/py-yamllint version 1.26.3 [adam 2022-05-12] Updated devel/py-freezegun to 1.2.1 [wiz 2022-05-12] Updated sysutils/dua-cli to 2.17.4 [pin 2022-05-12] + Removed games/genecys-client [wiz 2022-05-12] + Removed games/genecys-data [wiz 2022-05-12] diff --git a/games/Makefile b/games/Makefile index 06834c72a0ec7..5f08c7da14e92 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.513 2022/05/02 21:02:33 pin Exp $ +# $NetBSD: Makefile,v 1.514 2022/05/12 10:13:36 wiz Exp $ # COMMENT= Games @@ -164,8 +164,6 @@ SUBDIR+= gbrainy SUBDIR+= gcompris SUBDIR+= gemdropx SUBDIR+= gemrb -SUBDIR+= genecys-client -SUBDIR+= genecys-data SUBDIR+= ggz-client-libs SUBDIR+= glaxium SUBDIR+= glickomania diff --git a/games/genecys-client/DESCR b/games/genecys-client/DESCR deleted file mode 100644 index d11a2152cedb0..0000000000000 --- a/games/genecys-client/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -Genecys is, or will be, a Massively Multi-player Online RPG or MMORPG. The -intent of the Genecys project, is to design a completely free and open -source online RPG for all to play, run, or modify. On a higher level.. one -of the fundamental design goals of Genecys, is that it becomes a -completely dynamic environment. Each server will be completely unique, and -follow it's own progression of events. Maps will be generated randomly, at -server startup, as will towns and NPCs. NPCs will be AI controlled, and ha -ve their own lives in the game, and exist to interact with the players, -not just be slaughtered by them and re-pop. diff --git a/games/genecys-client/Makefile b/games/genecys-client/Makefile deleted file mode 100644 index 47956d6ea42b9..0000000000000 --- a/games/genecys-client/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $NetBSD: Makefile,v 1.61 2022/04/18 19:11:04 adam Exp $ -# - -DISTNAME= genecys-0.2 -PKGNAME= genecys-client-0.2 -PKGREVISION= 47 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=genecys/} - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.genecys.org/ -COMMENT= Client for Genecys MMORPG -LICENSE= gnu-gpl-v2 - -DEPENDS+= genecys-data>=0.2:../../games/genecys-data - -GNU_CONFIGURE= yes -#CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client -#BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client -LIBS+= -lm -CONFIGURE_ARGS+= --disable-server --disable-metaserver --disable-utils -CONFIGURE_ARGS+= --with-cal3d=${BUILDLINK_PREFIX.cal3d} -CONFIGURE_ARGS+= --with-openrm=${BUILDLINK_PREFIX.OpenRM} -USE_TOOLS+= pkg-config - -.include "../../graphics/cal3d/buildlink3.mk" -.include "../../graphics/OpenRM/buildlink3.mk" -.include "../../graphics/gtkglext/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/games/genecys-client/PLIST b/games/genecys-client/PLIST deleted file mode 100644 index 482919c293880..0000000000000 --- a/games/genecys-client/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $ -bin/gencli diff --git a/games/genecys-client/distinfo b/games/genecys-client/distinfo deleted file mode 100644 index a25a85d73bae6..0000000000000 --- a/games/genecys-client/distinfo +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:44:01 nia Exp $ - -BLAKE2s (genecys-0.2.tar.gz) = a1a8c22ffdb3c6b92d69b8bd86f81e2b25aedfd87e2bfff954d8a96bd8017fd5 -SHA512 (genecys-0.2.tar.gz) = a93e0e556855f361fdc25d2ce927b8ea3481662156e53879edde665ab7670909fec247c4104f8659c97611868d1f083376a9e1d2a75e0242eb8c9ce55247297b -Size (genecys-0.2.tar.gz) = 786136 bytes -SHA1 (patch-aa) = db825cb0ae83091babe798be06623a8067d59d7f -SHA1 (patch-ab) = 6a9b73b9d45779bdc57061bed9baf058a3433c1f -SHA1 (patch-ac) = d178b0adbb8ace283e248afa1c1d946b7c439c22 -SHA1 (patch-ad) = d5ba82edcfe988022d073d73bd780e77e2a8672e -SHA1 (patch-ae) = 2d5f2c04bccc4854796490ff3aa4982e2253f677 -SHA1 (patch-common_pngloader.c) = 21de098409d36dbf52ac300e71a2602775c8fb2c diff --git a/games/genecys-client/patches/patch-aa b/games/genecys-client/patches/patch-aa deleted file mode 100644 index 7aa85558d88ae..0000000000000 --- a/games/genecys-client/patches/patch-aa +++ /dev/null @@ -1,57 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2006/05/06 12:45:32 joerg Exp $ - ---- client/configure.orig 2004-04-05 10:58:32.000000000 +0000 -+++ client/configure -@@ -3088,7 +3088,7 @@ if test $ac_cv_lib_X11_XFreePixmap = yes - #define HAVE_LIBX11 1 - _ACEOF - -- LIBS="-lX11 $LIBS" -+ LIBS="-lX11 -lXext $LIBS" - - else - { echo "$as_me:$LINENO: WARNING: \"cannot find required X11 library.\"" >&5 -@@ -3102,7 +3102,7 @@ if test "${ac_cv_lib_GL_glBegin+set}" = - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lGL $LIBS" -+LIBS="-lGL $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3648,7 +3648,7 @@ if test "${ac_cv_lib_rm_rmInit+set}" = s - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lrm -lpthread $LIBS" -+LIBS="-lrm ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3720,13 +3720,13 @@ echo "$as_me: error: \"Unable to find li - fi - - --echo "$as_me:$LINENO: checking for pthread_mutex_lock in -lpthread" >&5 --echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5 -+echo $ECHO_N "checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6 - if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3789,7 +3789,7 @@ if test $ac_cv_lib_pthread_pthread_mutex - #define HAVE_LIBPTHREAD 1 - _ACEOF - -- LIBS="-lpthread $LIBS" -+ LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - - else - { { echo "$as_me:$LINENO: error: \"Unable to find pthread library\"" >&5 diff --git a/games/genecys-client/patches/patch-ab b/games/genecys-client/patches/patch-ab deleted file mode 100644 index 7cab102f1cf2c..0000000000000 --- a/games/genecys-client/patches/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/05/06 12:45:32 joerg Exp $ - ---- server/configure.orig 2006-05-06 12:01:42.000000000 +0000 -+++ server/configure -@@ -3156,13 +3156,13 @@ echo "$as_me: error: \"Unable to find li - fi - - --echo "$as_me:$LINENO: checking for pthread_mutex_lock in -lpthread" >&5 --echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5 -+echo $ECHO_N "checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6 - if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3225,7 +3225,7 @@ if test $ac_cv_lib_pthread_pthread_mutex - #define HAVE_LIBPTHREAD 1 - _ACEOF - -- LIBS="-lpthread $LIBS" -+ LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - - else - { { echo "$as_me:$LINENO: error: \"Unable to find pthread library\"" >&5 diff --git a/games/genecys-client/patches/patch-ac b/games/genecys-client/patches/patch-ac deleted file mode 100644 index f2c4d3a5465e2..0000000000000 --- a/games/genecys-client/patches/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2006/05/06 12:45:32 joerg Exp $ - ---- genmdlviewer/configure.orig 2006-05-06 12:01:58.000000000 +0000 -+++ genmdlviewer/configure -@@ -3446,7 +3446,7 @@ if test "${ac_cv_lib_rm_rmInit+set}" = s - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lrm -lpthread $LIBS" -+LIBS="-lrm ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3524,7 +3524,7 @@ if test "${ac_cv_lib_rmaux_rmauxSetGeomT - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lrmaux -lpthread -lrm $LIBS" -+LIBS="-lrmaux ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} -lrm $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF diff --git a/games/genecys-client/patches/patch-ad b/games/genecys-client/patches/patch-ad deleted file mode 100644 index c25ab172ad08e..0000000000000 --- a/games/genecys-client/patches/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2006/05/06 12:45:32 joerg Exp $ - ---- common/utils.c.orig 2006-05-06 12:11:07.000000000 +0000 -+++ common/utils.c -@@ -126,11 +126,10 @@ void LOG(int severity, const char *s, .. - */ - void _bailout(char *file, int line) - { -- char *pname; -- extern int errno; -+ const char *pname = ""; - --#if defined(__NetBSD__) -- pname = (char *)getprogname(); -+#if defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) -+ pname = getprogname(); - #elif defined(__linux__) - pname = program_invocation_name; - #endif diff --git a/games/genecys-client/patches/patch-ae b/games/genecys-client/patches/patch-ae deleted file mode 100644 index 0e698ac5a5467..0000000000000 --- a/games/genecys-client/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2006/05/06 12:45:32 joerg Exp $ - ---- client/net.c.orig 2006-05-06 12:27:42.000000000 +0000 -+++ client/net.c -@@ -86,7 +86,6 @@ parsefunc_t parsefunc[] = { - }; - - extern uniqid_t player_id; --extern int errno; - - char *in_buf; /* Input buffer */ - char *out_buf; /* Output buffer */ diff --git a/games/genecys-client/patches/patch-common_pngloader.c b/games/genecys-client/patches/patch-common_pngloader.c deleted file mode 100644 index 6045af9acb08c..0000000000000 --- a/games/genecys-client/patches/patch-common_pngloader.c +++ /dev/null @@ -1,119 +0,0 @@ -$NetBSD: patch-common_pngloader.c,v 1.2 2012/08/12 21:41:02 wiz Exp $ - -Fix build with png-1.5. -https://sourceforge.net/tracker/?func=detail&aid=3556781&group_id=92651&atid=601520 - ---- common/pngloader.c.orig 2004-03-17 03:43:53.000000000 +0000 -+++ common/pngloader.c -@@ -90,10 +90,10 @@ uint8_t **parse_pngmap8bit(char* file_na - - png_read_info(png_ptr, info_ptr); - -- if (width != info_ptr->width || height != info_ptr->height) -+ if (width != png_get_image_width(png_ptr, info_ptr) || height != png_get_image_height(png_ptr, info_ptr)) - LOG(LOG_FATAL, "width/height of map do not match that of image"); -- color_type = info_ptr->color_type; -- bit_depth = info_ptr->bit_depth; -+ color_type = png_get_color_type(png_ptr, info_ptr); -+ bit_depth = png_get_bit_depth(png_ptr, info_ptr); - - number_of_passes = png_set_interlace_handling(png_ptr); - png_read_update_info(png_ptr, info_ptr); -@@ -104,11 +104,11 @@ uint8_t **parse_pngmap8bit(char* file_na - - row_pointers = (png_bytep*) malloc(sizeof(png_bytep) * height); - for (y=0; yrowbytes); -+ row_pointers[y] = (png_byte*) malloc(png_get_rowbytes(png_ptr, info_ptr)); - - png_read_image(png_ptr, row_pointers); - -- if (info_ptr->color_type != PNG_COLOR_TYPE_GRAY) -+ if (png_get_color_type(png_ptr, info_ptr) != PNG_COLOR_TYPE_GRAY) - LOG(LOG_FATAL, "Image %s is not grayscale", file_name); - - map = safer_malloc(sizeof(uint8_t *) * height); -@@ -172,10 +172,10 @@ int16_t **parse_pngmap16bit(char* file_n - - png_read_info(png_ptr, info_ptr); - -- if (width != info_ptr->width || height != info_ptr->height) -+ if (width != png_get_image_width(png_ptr, info_ptr) || height != png_get_image_height(png_ptr, info_ptr)) - LOG(LOG_FATAL, "width/height of map do not match that of image"); -- color_type = info_ptr->color_type; -- bit_depth = info_ptr->bit_depth; -+ color_type = png_get_color_type(png_ptr, info_ptr); -+ bit_depth = png_get_bit_depth(png_ptr, info_ptr); - - number_of_passes = png_set_interlace_handling(png_ptr); - png_read_update_info(png_ptr, info_ptr); -@@ -186,11 +186,11 @@ int16_t **parse_pngmap16bit(char* file_n - - row_pointers = (png_bytep*) malloc(sizeof(png_bytep) * height); - for (y=0; yrowbytes); -+ row_pointers[y] = (png_byte*) malloc(png_get_rowbytes(png_ptr, info_ptr)); - - png_read_image(png_ptr, row_pointers); - -- if (info_ptr->color_type != PNG_COLOR_TYPE_RGB) -+ if (png_get_color_type(png_ptr, info_ptr) != PNG_COLOR_TYPE_RGB) - LOG(LOG_FATAL, "Image %s is not RGB", file_name); - - map = safer_malloc(sizeof(int16_t *) * height); -@@ -254,10 +254,10 @@ uint8_t *parse_pngRGBA(char* file_name, - - png_read_info(png_ptr, info_ptr); - -- /*if (width != info_ptr->width || height != info_ptr->height) -+ /*if (width != png_get_image_width(png_ptr, info_ptr) || height != png_get_image_height(png_ptr, info_ptr)) - LOG(LOG_FATAL, "width/height of map do not match that of image");*/ -- color_type = info_ptr->color_type; -- bit_depth = info_ptr->bit_depth; -+ color_type = png_get_color_type(png_ptr, info_ptr); -+ bit_depth = png_get_bit_depth(png_ptr, info_ptr); - - number_of_passes = png_set_interlace_handling(png_ptr); - png_read_update_info(png_ptr, info_ptr); -@@ -266,30 +266,30 @@ uint8_t *parse_pngRGBA(char* file_name, - if (setjmp(png_jmpbuf(png_ptr))) - bailout(); - -- row_pointers = (png_bytep*) malloc(sizeof(png_bytep) * info_ptr->height); -- for (y=0; y < info_ptr->height; y++) -- row_pointers[y] = (png_byte*) malloc(info_ptr->rowbytes); -+ row_pointers = (png_bytep*) malloc(sizeof(png_bytep) * png_get_image_height(png_ptr, info_ptr)); -+ for (y=0; y < png_get_image_height(png_ptr, info_ptr); y++) -+ row_pointers[y] = (png_byte*) malloc(png_get_rowbytes(png_ptr, info_ptr)); - - png_read_image(png_ptr, row_pointers); - -- if (info_ptr->color_type != PNG_COLOR_TYPE_RGBA) -+ if (png_get_color_type(png_ptr, info_ptr) != PNG_COLOR_TYPE_RGBA) - LOG(LOG_FATAL, "Image %s is not RGBA", file_name); - -- row_stride = info_ptr->width * 4; -+ row_stride = png_get_image_width(png_ptr, info_ptr) * 4; - -- map = safer_malloc(sizeof(uint8_t) * info_ptr->height * -- info_ptr->width * 4); -+ map = safer_malloc(sizeof(uint8_t) * png_get_image_height(png_ptr, info_ptr) * -+ png_get_image_width(png_ptr, info_ptr) * 4); - --/* indx = row_stride * (info_ptr->height-1); */ -+/* indx = row_stride * (png_get_image_height(png_ptr, info_ptr)-1); */ - indx = 0; -- for (y=0; y < info_ptr->height; y++) { -+ for (y=0; y < png_get_image_height(png_ptr, info_ptr); y++) { - png_byte* row = row_pointers[y]; - memcpy(map+indx, row, row_stride); - indx += row_stride; - } - -- *height = info_ptr->height; -- *width = info_ptr->width; -+ *height = png_get_image_height(png_ptr, info_ptr); -+ *width = png_get_image_width(png_ptr, info_ptr); - - return(map); - } diff --git a/games/genecys-data/DESCR b/games/genecys-data/DESCR deleted file mode 100644 index fcc504ccef880..0000000000000 --- a/games/genecys-data/DESCR +++ /dev/null @@ -1 +0,0 @@ -Game data files for Genecys diff --git a/games/genecys-data/Makefile b/games/genecys-data/Makefile deleted file mode 100644 index 84cecc33e0813..0000000000000 --- a/games/genecys-data/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2013/01/11 13:25:40 joerg Exp $ -# - -DISTNAME= genecys-data-0.2 -PKGREVISION= 2 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=genecys/} - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.genecys.org/ -COMMENT= Game datafiles for Genecys - -WRKSRC= ${WRKDIR} -NO_BUILD= YES -NO_CONFIGURE= YES -USE_TOOLS+= bsdtar - -do-extract: - -do-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/genecys - cd ${DESTDIR}${PREFIX}/share/genecys && \ - ${GZCAT} ${DISTDIR}/${DISTFILES} | ${TOOLS_PATH.bsdtar} xmf - - -.include "../../mk/bsd.pkg.mk" diff --git a/games/genecys-data/PLIST b/games/genecys-data/PLIST deleted file mode 100644 index 3edd6cab90b63..0000000000000 --- a/games/genecys-data/PLIST +++ /dev/null @@ -1,744 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:56:46 joerg Exp $ -share/genecys/arch/animals/mammals/quadrupeds/cogre/cogre.cmf -share/genecys/arch/animals/mammals/quadrupeds/cogre/cogre.xcm -share/genecys/arch/animals/mammals/quadrupeds/pig/pig.cmf -share/genecys/arch/animals/mammals/quadrupeds/pig/pig.xcm -share/genecys/arch/animals/mammals/quadrupeds/pigidle.caf -share/genecys/arch/animals/mammals/quadrupeds/pigskel.csf -share/genecys/arch/animals/mammals/quadrupeds/pigwalk.caf -share/genecys/arch/armor/body/cuirass1.xgm -share/genecys/arch/armor/body/pauldron_l1.xgm -share/genecys/arch/armor/body/pauldron_r1.xgm -share/genecys/arch/armor/body/plate1.xgm -share/genecys/arch/armor/body/tassets1.xgm -share/genecys/arch/armor/body/tassets2.xgm -share/genecys/arch/armor/boots/leftsabaton1.xgm -share/genecys/arch/armor/boots/rightsabaton1.xgm -share/genecys/arch/armor/gloves/lgauntlet1.xgm -share/genecys/arch/armor/gloves/rgauntlet1.xgm -share/genecys/arch/armor/helmets/horned1.xgm -share/genecys/arch/armor/helmets/skullcap1.xgm -share/genecys/arch/armor/helmets/visoredhelm1.xgm -share/genecys/arch/armor/shields/round1.xgm -share/genecys/arch/armor/shields/shield1.xgm -share/genecys/arch/demihumans/bugbear/bugbear.cmf -share/genecys/arch/demihumans/bugbear/bugbear.csf -share/genecys/arch/demihumans/bugbear/bugbear.xcm -share/genecys/arch/demihumans/bugbear/idle.caf -share/genecys/arch/demihumans/bugbear/jog.caf -share/genecys/arch/demihumans/bugbear/walk.caf -share/genecys/arch/demihumans/goblin/goblin.cmf -share/genecys/arch/demihumans/goblin/goblin.csf -share/genecys/arch/demihumans/goblin/goblin.xcm -share/genecys/arch/demihumans/goblin/idle.caf -share/genecys/arch/demihumans/goblin/run.caf -share/genecys/arch/demihumans/goblin/walk.caf -share/genecys/arch/demihumans/orc/idle.caf -share/genecys/arch/demihumans/orc/jog.caf -share/genecys/arch/demihumans/orc/orc.cmf -share/genecys/arch/demihumans/orc/orc.csf -share/genecys/arch/demihumans/orc/orc.xcm -share/genecys/arch/demihumans/orc/walk.caf -share/genecys/arch/humans/females/paladin/paladin.csf -share/genecys/arch/humans/females/paladin/paladin.xcm -share/genecys/arch/humans/females/paladin/paladin_body.cmf -share/genecys/arch/humans/females/paladin/paladin_cape.cmf -share/genecys/arch/humans/females/paladin/paladin_idle.caf -share/genecys/arch/humans/females/paladin/paladin_idle2.caf -share/genecys/arch/humans/females/paladin/paladin_jog.caf -share/genecys/arch/humans/females/paladin/paladin_loincloth.cmf -share/genecys/arch/humans/females/paladin/paladin_shoot_arrow.caf -share/genecys/arch/humans/females/paladin/paladin_sneak.caf -share/genecys/arch/humans/females/paladin/paladin_strut.caf -share/genecys/arch/humans/females/paladin/paladin_walk.caf -share/genecys/arch/humans/females/paladin/paladin_wave.caf -share/genecys/arch/humans/males/farmer/arms.cmf -share/genecys/arch/humans/males/farmer/boots_tall.cmf -share/genecys/arch/humans/males/farmer/farmer.xcm -share/genecys/arch/humans/males/farmer/hat.cmf -share/genecys/arch/humans/males/farmer/head_basic.cmf -share/genecys/arch/humans/males/farmer/head_hawkish.cmf -share/genecys/arch/humans/males/farmer/male_face.cmf -share/genecys/arch/humans/males/farmer/pants.cmf -share/genecys/arch/humans/males/farmer/shirt_long.cmf -share/genecys/arch/humans/males/farmer/shirt_short.cmf -share/genecys/arch/humans/males/male1.csf -share/genecys/arch/humans/males/male1_idle.caf -share/genecys/arch/humans/males/male1_jog.caf -share/genecys/arch/humans/males/male1_walk.caf -share/genecys/arch/objects/boats/canoe1.xgm -share/genecys/arch/objects/containers/bag1.xgm -share/genecys/arch/objects/containers/barrel1.xgm -share/genecys/arch/objects/containers/bottle1.xgm -share/genecys/arch/objects/containers/bowl1.xgm -share/genecys/arch/objects/containers/bowl2.xgm -share/genecys/arch/objects/containers/bucket1.xgm -share/genecys/arch/objects/containers/bucket2.xgm -share/genecys/arch/objects/containers/bucket3.xgm -share/genecys/arch/objects/containers/bucket4.xgm -share/genecys/arch/objects/containers/bucket5.xgm -share/genecys/arch/objects/containers/bucket6.xgm -share/genecys/arch/objects/containers/casket1.xgm -share/genecys/arch/objects/containers/chalice1.xgm -share/genecys/arch/objects/containers/crate1.xgm -share/genecys/arch/objects/containers/flowerpot1.xgm -share/genecys/arch/objects/containers/flowerpot2.xgm -share/genecys/arch/objects/containers/flowerpot2_dirt.xgm -share/genecys/arch/objects/containers/jar1.xgm -share/genecys/arch/objects/containers/jar2.xgm -share/genecys/arch/objects/containers/jar3.xgm -share/genecys/arch/objects/containers/jar4.xgm -share/genecys/arch/objects/containers/jar5.xgm -share/genecys/arch/objects/containers/jar6.xgm -share/genecys/arch/objects/containers/jar7.xgm -share/genecys/arch/objects/containers/jar8.xgm -share/genecys/arch/objects/containers/jar9.xgm -share/genecys/arch/objects/containers/mailbox1.xgm -share/genecys/arch/objects/containers/planter1.xgm -share/genecys/arch/objects/farm/scarecrow1.xgm -share/genecys/arch/objects/farm/strawbale1.xgm -share/genecys/arch/objects/food/banana1.xgm -share/genecys/arch/objects/food/broccoli1.xgm -share/genecys/arch/objects/food/grapebowl1.xgm -share/genecys/arch/objects/food/milk1.xgm -share/genecys/arch/objects/food/soup1.xgm -share/genecys/arch/objects/furniture/chairs/bench1.xgm -share/genecys/arch/objects/furniture/chairs/chair1.xgm -share/genecys/arch/objects/furniture/chairs/chair2.xgm -share/genecys/arch/objects/furniture/chairs/stonechair1.xgm -share/genecys/arch/objects/furniture/chairs/stool1.xgm -share/genecys/arch/objects/furniture/fireplace1.xgm -share/genecys/arch/objects/furniture/shelves/bookshelf1.xgm -share/genecys/arch/objects/furniture/shelves/bookshelf2.xgm -share/genecys/arch/objects/furniture/shelves/coatrack1.xgm -share/genecys/arch/objects/furniture/tables/pictable1.xgm -share/genecys/arch/objects/furniture/tables/table1.xgm -share/genecys/arch/objects/furniture/tables/table2.xgm -share/genecys/arch/objects/furniture/tables/table3.xgm -share/genecys/arch/objects/furniture/tables/table4.xgm -share/genecys/arch/objects/furniture/tables/table5.xgm -share/genecys/arch/objects/lights/chandelier1.xgm -share/genecys/arch/objects/lights/lantern1.xgm -share/genecys/arch/objects/magic/cauldron1.xgm -share/genecys/arch/objects/magic/cauldron2.xgm -share/genecys/arch/objects/magic/potions/flask1.xgm -share/genecys/arch/objects/magic/potions/flask2.xgm -share/genecys/arch/objects/magic/scrolls/scroll1.xgm -share/genecys/arch/objects/misc/candlestick1.xgm -share/genecys/arch/objects/misc/candlestick2.xgm -share/genecys/arch/objects/misc/candlestick3.xgm -share/genecys/arch/objects/misc/feather1.xgm -share/genecys/arch/objects/misc/shell1.xgm -share/genecys/arch/objects/musical/shinai1.xgm -share/genecys/arch/objects/musical/sitar1.xgm -share/genecys/arch/objects/readables/book1.xgm -share/genecys/arch/objects/readables/book2.xgm -share/genecys/arch/objects/readables/book3.xgm -share/genecys/arch/objects/rocks/rock1.xgm -share/genecys/arch/objects/rocks/rock10.xgm -share/genecys/arch/objects/rocks/rock11.xgm -share/genecys/arch/objects/rocks/rock12.xgm -share/genecys/arch/objects/rocks/rock2.xgm -share/genecys/arch/objects/rocks/rock3.xgm -share/genecys/arch/objects/rocks/rock4.xgm -share/genecys/arch/objects/rocks/rock5.xgm -share/genecys/arch/objects/rocks/rock6.xgm -share/genecys/arch/objects/rocks/rock7.xgm -share/genecys/arch/objects/rocks/rock8.xgm -share/genecys/arch/objects/rocks/rock9.xgm -share/genecys/arch/objects/signs/banner1.xgm -share/genecys/arch/objects/signs/gravestone1.xgm -share/genecys/arch/objects/signs/pictureframe1.xgm -share/genecys/arch/objects/signs/pictureframe2.xgm -share/genecys/arch/objects/signs/sign1.xgm -share/genecys/arch/objects/signs/tombstone1.xgm -share/genecys/arch/objects/statues/celticcross1.xgm -share/genecys/arch/objects/statues/easter1.xgm -share/genecys/arch/objects/statues/monument1.xgm -share/genecys/arch/objects/tools/anvil1.xgm -share/genecys/arch/objects/tools/broom1.xgm -share/genecys/arch/objects/tools/ladder1.xgm -share/genecys/arch/objects/tools/ladder2.xgm -share/genecys/arch/objects/tools/pitchfork1.xgm -share/genecys/arch/objects/tools/rollingpin1.xgm -share/genecys/arch/objects/tools/saw1.xgm -share/genecys/arch/objects/traps/punji1.xgm -share/genecys/arch/objects/wheeled/wagon1.xgm -share/genecys/arch/objects/wheeled/wagon2.xgm -share/genecys/arch/objects/wheeled/wagon3.xgm -share/genecys/arch/plants/flowers/cattail1.xgm -share/genecys/arch/plants/flowers/daisy1.xgm -share/genecys/arch/plants/flowers/daisy2.xgm -share/genecys/arch/plants/flowers/flower1.xgm -share/genecys/arch/plants/flowers/flower2.xgm -share/genecys/arch/plants/flowers/flower3.xgm -share/genecys/arch/plants/flowers/flower4.xgm -share/genecys/arch/plants/flowers/flower5.xgm -share/genecys/arch/plants/flowers/flower6.xgm -share/genecys/arch/plants/flowers/flower7.xgm -share/genecys/arch/plants/flowers/flower8.xgm -share/genecys/arch/plants/flowers/flower9.xgm -share/genecys/arch/plants/flowers/lilly1.xgm -share/genecys/arch/plants/flowers/lilly2.xgm -share/genecys/arch/plants/flowers/pottedflower1.xgm -share/genecys/arch/plants/flowers/purpleflower1.xgm -share/genecys/arch/plants/flowers/purpleflower2.xgm -share/genecys/arch/plants/flowers/redflower1.xgm -share/genecys/arch/plants/flowers/tulip1.xgm -share/genecys/arch/plants/shrubs/bush1.xgm -share/genecys/arch/plants/shrubs/bush2.xgm -share/genecys/arch/plants/shrubs/cactus1.xgm -share/genecys/arch/plants/shrubs/fern1.xgm -share/genecys/arch/plants/shrubs/grass1.xgm -share/genecys/arch/plants/shrubs/mushroom1.xgm -share/genecys/arch/plants/shrubs/reed1.xgm -share/genecys/arch/plants/shrubs/reed2.xgm -share/genecys/arch/plants/shrubs/shrub1.xgm -share/genecys/arch/plants/shrubs/shrub2.xgm -share/genecys/arch/plants/shrubs/weed1.xgm -share/genecys/arch/plants/trees/deadtree1.xgm -share/genecys/arch/plants/trees/deadtree2.xgm -share/genecys/arch/plants/trees/deadtree3.xgm -share/genecys/arch/plants/trees/douflan_pine.xgm -share/genecys/arch/plants/trees/palm1.xgm -share/genecys/arch/plants/trees/sapling1.xgm -share/genecys/arch/plants/trees/sapling2.xgm -share/genecys/arch/plants/trees/tree10.xgm -share/genecys/arch/plants/trees/tree11.xgm -share/genecys/arch/plants/trees/tree12.xgm -share/genecys/arch/plants/trees/tree2.xgm -share/genecys/arch/plants/trees/tree3.xgm -share/genecys/arch/plants/trees/tree4.xgm -share/genecys/arch/plants/trees/tree5.xgm -share/genecys/arch/plants/trees/tree6.xgm -share/genecys/arch/plants/trees/tree7.xgm -share/genecys/arch/plants/trees/tree8.xgm -share/genecys/arch/plants/trees/tree9.xgm -share/genecys/arch/spells/cold/snowflake1.xgm -share/genecys/arch/structures/animal/nest1.xgm -share/genecys/arch/structures/barns/barn1.xgm -share/genecys/arch/structures/bridges/bridge1.xgm -share/genecys/arch/structures/castles/castle1.xgm -share/genecys/arch/structures/castles/pyramid1.xgm -share/genecys/arch/structures/execution/executionblock1.xgm -share/genecys/arch/structures/execution/gallows1.xgm -share/genecys/arch/structures/houses/outhouse1.xgm -share/genecys/arch/structures/houses/pueblo1.xgm -share/genecys/arch/structures/houses/shack1.xgm -share/genecys/arch/structures/houses/simple/high-house.xgm -share/genecys/arch/structures/houses/simple/igloo1.xgm -share/genecys/arch/structures/houses/simple/richfarm.xgm -share/genecys/arch/structures/houses/simple/teepee1.xgm -share/genecys/arch/structures/houses/simple/village-house.xgm -share/genecys/arch/structures/parks/gazebo1.xgm -share/genecys/arch/structures/piers/pier1.xgm -share/genecys/arch/structures/temples/church1.xgm -share/genecys/arch/structures/temples/church2.xgm -share/genecys/arch/structures/temples/crypt1.xgm -share/genecys/arch/structures/temples/crypt2.xgm -share/genecys/arch/structures/temples/dojo1.xgm -share/genecys/arch/structures/temples/dojo2.xgm -share/genecys/arch/structures/temples/mausoleum1.xgm -share/genecys/arch/structures/temples/sphinx1.xgm -share/genecys/arch/structures/towers/guardtower1.xgm -share/genecys/arch/structures/towers/lighthouse1.xgm -share/genecys/arch/structures/towers/tower1.xgm -share/genecys/arch/structures/towers/tower2.xgm -share/genecys/arch/structures/towers/windmill1.xgm -share/genecys/arch/structures/walls/fence1.xgm -share/genecys/arch/structures/walls/fence2.xgm -share/genecys/arch/structures/walls/fence3.xgm -share/genecys/arch/structures/walls/fencepost1.xgm -share/genecys/arch/structures/walls/gate1.xgm -share/genecys/arch/structures/wells/fountain1.xgm -share/genecys/arch/structures/wells/shaft1.xgm -share/genecys/arch/structures/wells/well1.xgm -share/genecys/arch/structures/wells/well2.xgm -share/genecys/arch/structures/wells/well3.xgm -share/genecys/arch/weapons/axes/battleaxe1.xgm -share/genecys/arch/weapons/axes/battleaxe2.xgm -share/genecys/arch/weapons/axes/battleaxe3.xgm -share/genecys/arch/weapons/axes/battleaxe4.xgm -share/genecys/arch/weapons/axes/battleaxe5.xgm -share/genecys/arch/weapons/axes/stoneaxe1.xgm -share/genecys/arch/weapons/axes/tomahawk1.xgm -share/genecys/arch/weapons/bludgeon/ballmace1.xgm -share/genecys/arch/weapons/bludgeon/club1.xgm -share/genecys/arch/weapons/bludgeon/mace1.xgm -share/genecys/arch/weapons/bludgeon/spikeclub1.xgm -share/genecys/arch/weapons/bludgeon/spikeclub2.xgm -share/genecys/arch/weapons/bludgeon/spikeclub3.xgm -share/genecys/arch/weapons/knives/dagger1.xgm -share/genecys/arch/weapons/knives/dagger2.xgm -share/genecys/arch/weapons/knives/dagger3.xgm -share/genecys/arch/weapons/knives/dagger4.xgm -share/genecys/arch/weapons/knives/knife1.xgm -share/genecys/arch/weapons/knives/sai1.xgm -share/genecys/arch/weapons/projectiles/arrow1.xgm -share/genecys/arch/weapons/shooters/cataplut1.xgm -share/genecys/arch/weapons/shooters/slingshot1.xgm -share/genecys/arch/weapons/spears/lance1.xgm -share/genecys/arch/weapons/spears/naginata1.xgm -share/genecys/arch/weapons/spears/polearm1.xgm -share/genecys/arch/weapons/spears/polearm2.xgm -share/genecys/arch/weapons/spears/polearm3.xgm -share/genecys/arch/weapons/spears/polearm4.xgm -share/genecys/arch/weapons/swords/claymore1.xgm -share/genecys/arch/weapons/swords/katana1.xgm -share/genecys/arch/weapons/swords/katana2.xgm -share/genecys/arch/weapons/swords/rapier1.xgm -share/genecys/arch/weapons/swords/rapier2.xgm -share/genecys/arch/weapons/swords/short_sword1.xgm -share/genecys/arch/weapons/swords/sword1.xgm -share/genecys/arch/weapons/swords/sword3.xgm -share/genecys/arch/weapons/swords/sword4.xgm -share/genecys/arch/weapons/swords/sword5.xgm -share/genecys/arch/weapons/swords/sword6.xgm -share/genecys/arch/weapons/swords/sword7.xgm -share/genecys/arch/weapons/swords/sword8.xgm -share/genecys/arch/weapons/swords/sword9.xgm -share/genecys/etc/archetypes.xml -share/genecys/etc/languages.xml -share/genecys/etc/motd -share/genecys/libdata/elvish.lang -share/genecys/libdata/gtextures.xml -share/genecys/libdata/skymaps.xml -share/genecys/map/mapgroups.xml -share/genecys/map/world01/big.png -share/genecys/map/world01/elev_00_00.png -share/genecys/map/world01/elev_00_01.png -share/genecys/map/world01/elev_00_02.png -share/genecys/map/world01/elev_01_00.png -share/genecys/map/world01/elev_01_01.png -share/genecys/map/world01/elev_01_02.png -share/genecys/map/world01/elev_02_00.png -share/genecys/map/world01/elev_02_01.png -share/genecys/map/world01/elev_02_02.png -share/genecys/map/world01/map_00_00.xml -share/genecys/map/world01/map_00_01.xml -share/genecys/map/world01/map_00_02.xml -share/genecys/map/world01/map_01_00.xml -share/genecys/map/world01/map_01_01.xml -share/genecys/map/world01/map_01_02.xml -share/genecys/map/world01/map_02_00.xml -share/genecys/map/world01/map_02_01.xml -share/genecys/map/world01/map_02_02.xml -share/genecys/map/world01/mapgroup.xml -share/genecys/map/world01/terr_00_00.png -share/genecys/map/world01/terr_00_01.png -share/genecys/map/world01/terr_00_02.png -share/genecys/map/world01/terr_01_00.png -share/genecys/map/world01/terr_01_01.png -share/genecys/map/world01/terr_01_02.png -share/genecys/map/world01/terr_02_00.png -share/genecys/map/world01/terr_02_01.png -share/genecys/map/world01/terr_02_02.png -share/genecys/textures/animals/quadrupeds/cogre/cogre_skin.crf -share/genecys/textures/animals/quadrupeds/cogre/cogre_skin.jpg -share/genecys/textures/animals/quadrupeds/pig/pig_brown_fur.crf -share/genecys/textures/animals/quadrupeds/pig/pig_brown_fur.jpg -share/genecys/textures/animals/quadrupeds/pig/pig_pink.crf -share/genecys/textures/animals/quadrupeds/pig/pig_pink.jpg -share/genecys/textures/animals/quadrupeds/pig/pig_skeletal.crf -share/genecys/textures/animals/quadrupeds/pig/pig_skeletal.png -share/genecys/textures/animals/quadrupeds/pig/pig_white_fur.crf -share/genecys/textures/animals/quadrupeds/pig/pig_white_fur.jpg -share/genecys/textures/animals/quadrupeds/pig/pig_zombie.crf -share/genecys/textures/animals/quadrupeds/pig/pig_zombie.jpg -share/genecys/textures/armor/crispy1.jpg -share/genecys/textures/armor/gloves/lglove1.jpg -share/genecys/textures/armor/gloves/rglove1.jpg -share/genecys/textures/armor/knight1.jpg -share/genecys/textures/armor/shields/shield1.jpg -share/genecys/textures/body/eyes/eyebl1.png -share/genecys/textures/body/eyes/eyebr1.png -share/genecys/textures/body/eyes/eyebr2.jpg -share/genecys/textures/brick/brick-beige-house.jpg -share/genecys/textures/brick/brick-brightgray-small.jpg -share/genecys/textures/brick/brick-darkgray-deco.jpg -share/genecys/textures/brick/brick-darkgray-irregular.jpg -share/genecys/textures/brick/brick-darkgray-old.jpg -share/genecys/textures/brick/brick-gray-dirty.jpg -share/genecys/textures/brick/brick-green-old.jpg -share/genecys/textures/brick/brick-limestone.jpg -share/genecys/textures/brick/brick-limestone1.jpg -share/genecys/textures/brick/brick-multicolor-lowres.jpg -share/genecys/textures/brick/brick-orange-creneaux.jpg -share/genecys/textures/brick/brick-parpen-modern.jpg -share/genecys/textures/brick/brick-red-dirty.jpg -share/genecys/textures/brick/brick-red-small.jpg -share/genecys/textures/brick/brick-tan-old.jpg -share/genecys/textures/brick/brick-veryold-door.jpg -share/genecys/textures/brick/brick-veryold-lowres.jpg -share/genecys/textures/ceramic/blue1.jpg -share/genecys/textures/ceramic/rough-terracotta1.jpg -share/genecys/textures/ceramic/smooth-terracotta1.jpg -share/genecys/textures/cloth/blackleather1.jpg -share/genecys/textures/cloth/buff1.jpg -share/genecys/textures/cloth/leather1.jpg -share/genecys/textures/cloth/orangeleather1.jpg -share/genecys/textures/clothing/hats/hat.crf -share/genecys/textures/clothing/hats/hat.png -share/genecys/textures/clothing/pants/pants.crf -share/genecys/textures/clothing/pants/pants.jpg -share/genecys/textures/clothing/shirts/shirt_white.crf -share/genecys/textures/clothing/shirts/shirt_white.jpg -share/genecys/textures/clothing/shirts/shirtbr.crf -share/genecys/textures/clothing/shirts/shirtbr.jpg -share/genecys/textures/clothing/shoes/moccasin.crf -share/genecys/textures/clothing/shoes/moccasin.jpg -share/genecys/textures/demihumans/bugbear/bugbear1.crf -share/genecys/textures/demihumans/bugbear/bugbear2.crf -share/genecys/textures/demihumans/bugbear/bugbear3.crf -share/genecys/textures/demihumans/bugbear/bugbear_skin1.jpg -share/genecys/textures/demihumans/bugbear/bugbear_skin2.jpg -share/genecys/textures/demihumans/bugbear/bugbear_skin3.jpg -share/genecys/textures/demihumans/goblin/goblin1.crf -share/genecys/textures/demihumans/goblin/goblin1.jpg -share/genecys/textures/demihumans/orc/orc1.crf -share/genecys/textures/demihumans/orc/orc1.jpg -share/genecys/textures/elements/fire/fire1.jpg -share/genecys/textures/elements/fire/fire2.jpg -share/genecys/textures/elements/fire/fire3.jpg -share/genecys/textures/elements/fire/firecone1.jpg -share/genecys/textures/elements/ice/ice1.jpg -share/genecys/textures/elements/ice/ice2.jpg -share/genecys/textures/elements/water/water1.jpg -share/genecys/textures/ground/ground-carrelage.jpg -share/genecys/textures/ground/ground-dallage-old.jpg -share/genecys/textures/ground/ground-dirt-gray1.jpg -share/genecys/textures/ground/ground-dirt-gray2.jpg -share/genecys/textures/ground/ground-dirt-gray3.jpg -share/genecys/textures/ground/ground-dirty-broken.jpg -share/genecys/textures/ground/ground-granite-gray.jpg -share/genecys/textures/ground/ground-granite-orangeblack.jpg -share/genecys/textures/ground/ground-grass-dry.jpg -share/genecys/textures/ground/ground-grass-greenyellow.jpg -share/genecys/textures/ground/ground-grass.jpg -share/genecys/textures/ground/ground-grass1.jpg -share/genecys/textures/ground/ground-grass2.jpg -share/genecys/textures/ground/ground-gravel.jpg -share/genecys/textures/ground/ground-graystone-irregular.jpg -share/genecys/textures/ground/ground-mixed-brown.jpg -share/genecys/textures/ground/ground-mud-dry.jpg -share/genecys/textures/ground/ground-mud-loosedrt.jpg -share/genecys/textures/ground/ground-mud-sandy.jpg -share/genecys/textures/ground/ground-pave.jpg -share/genecys/textures/ground/ground-red-lava.jpg -share/genecys/textures/ground/ground-red-mosaic.jpg -share/genecys/textures/ground/ground-sand-brown.jpg -share/genecys/textures/ground/ground-snow-rubble.jpg -share/genecys/textures/ground/ground-snow.jpg -share/genecys/textures/ground/sky-starmap.jpg -share/genecys/textures/human/faces/blue_porcelain.crf -share/genecys/textures/human/faces/blue_porcelain.jpg -share/genecys/textures/human/faces/foxylady.crf -share/genecys/textures/human/faces/foxylady.jpg -share/genecys/textures/human/faces/headman1.crf -share/genecys/textures/human/faces/headman1.jpg -share/genecys/textures/human/faces/headman2.crf -share/genecys/textures/human/faces/headman2.jpg -share/genecys/textures/human/faces/oldman.crf -share/genecys/textures/human/faces/oldman.jpg -share/genecys/textures/human/faces/paladin.crf -share/genecys/textures/human/faces/paladin.jpg -share/genecys/textures/human/faces/woman1.crf -share/genecys/textures/human/faces/woman1.jpg -share/genecys/textures/human/faces/woman2.crf -share/genecys/textures/human/faces/woman2.jpg -share/genecys/textures/human/faces/worker.crf -share/genecys/textures/human/faces/worker.jpg -share/genecys/textures/human/faces/youngman.crf -share/genecys/textures/human/faces/youngman.jpg -share/genecys/textures/metal/chrome1.jpg -share/genecys/textures/metal/chrome2.jpg -share/genecys/textures/metal/galvplate1.jpg -share/genecys/textures/metal/gold1.jpg -share/genecys/textures/metal/metal-bronze-hilite.jpg -share/genecys/textures/metal/metal-bronze-natural.jpg -share/genecys/textures/metal/metal-bronze.jpg -share/genecys/textures/metal/metal-brown-oldoxyded.jpg -share/genecys/textures/metal/metal-brown-oxided.jpg -share/genecys/textures/metal/metal-filtr.jpg -share/genecys/textures/metal/metal-rust-odd.jpg -share/genecys/textures/metal/metal-rusts.jpg -share/genecys/textures/metal/steel-swirl1.jpg -share/genecys/textures/metal/steel1.jpg -share/genecys/textures/metal/steel2.jpg -share/genecys/textures/metal/steel3.jpg -share/genecys/textures/models/paladin/paladin_arm.jpg -share/genecys/textures/models/paladin/paladin_arm_left.crf -share/genecys/textures/models/paladin/paladin_arm_right.crf -share/genecys/textures/models/paladin/paladin_cape.crf -share/genecys/textures/models/paladin/paladin_cape.jpg -share/genecys/textures/models/paladin/paladin_chest.crf -share/genecys/textures/models/paladin/paladin_chest.jpg -share/genecys/textures/models/paladin/paladin_cloth.jpg -share/genecys/textures/models/paladin/paladin_edge.crf -share/genecys/textures/models/paladin/paladin_edge.jpg -share/genecys/textures/models/paladin/paladin_edge_alpha.jpg -share/genecys/textures/models/paladin/paladin_edge_alpha.png -share/genecys/textures/models/paladin/paladin_flesh.crf -share/genecys/textures/models/paladin/paladin_flesh.jpg -share/genecys/textures/models/paladin/paladin_gird.crf -share/genecys/textures/models/paladin/paladin_gird.jpg -share/genecys/textures/models/paladin/paladin_head.crf -share/genecys/textures/models/paladin/paladin_head.jpg -share/genecys/textures/models/paladin/paladin_leg_left.crf -share/genecys/textures/models/paladin/paladin_leg_right.crf -share/genecys/textures/models/paladin/paladin_legging.jpg -share/genecys/textures/models/paladin/paladin_legguard.jpg -share/genecys/textures/models/paladin/paladin_legguard_left.crf -share/genecys/textures/models/paladin/paladin_legguard_right.crf -share/genecys/textures/models/paladin/paladin_legplate_left.crf -share/genecys/textures/models/paladin/paladin_legplate_left.jpg -share/genecys/textures/models/paladin/paladin_legplate_right.crf -share/genecys/textures/models/paladin/paladin_legplate_right.jpg -share/genecys/textures/models/paladin/paladin_loin_lower.crf -share/genecys/textures/models/paladin/paladin_loin_upper.crf -share/genecys/textures/models/paladin/paladin_plate.jpg -share/genecys/textures/models/paladin/paladin_ponytail.crf -share/genecys/textures/models/paladin/paladin_ponytail.jpg -share/genecys/textures/models/paladin/paladin_shoe.crf -share/genecys/textures/models/paladin/paladin_shoe.jpg -share/genecys/textures/models/paladin/paladin_stripe.crf -share/genecys/textures/models/paladin/paladin_stripe.jpg -share/genecys/textures/objects/boats/canoe1.jpg -share/genecys/textures/objects/boxes/boxside-brightwood-crossed.jpg -share/genecys/textures/objects/boxes/boxside-brightwood.jpg -share/genecys/textures/objects/boxes/boxside-darkwood-crossed.jpg -share/genecys/textures/objects/boxes/boxside-darkwood.jpg -share/genecys/textures/objects/containers/bag1.jpg -share/genecys/textures/objects/containers/bottle1.jpg -share/genecys/textures/objects/containers/casket1.jpg -share/genecys/textures/objects/containers/crate1.jpg -share/genecys/textures/objects/containers/jar1.jpg -share/genecys/textures/objects/containers/lakerem2.jpg -share/genecys/textures/objects/containers/mailbox1.jpg -share/genecys/textures/objects/containers/tonneau_diffuse.jpg -share/genecys/textures/objects/farm/scarecrow1.jpg -share/genecys/textures/objects/farm/straw1.jpg -share/genecys/textures/objects/food/banana1.jpg -share/genecys/textures/objects/food/broccoli1.jpg -share/genecys/textures/objects/food/grapebowl1.jpg -share/genecys/textures/objects/food/milk1.jpg -share/genecys/textures/objects/food/soup1.jpg -share/genecys/textures/objects/furniture/bench1.jpg -share/genecys/textures/objects/furniture/bookshelf1.jpg -share/genecys/textures/objects/furniture/bookshelf2.jpg -share/genecys/textures/objects/furniture/chair1.jpg -share/genecys/textures/objects/furniture/chair2.jpg -share/genecys/textures/objects/furniture/fireplacebricks1.jpg -share/genecys/textures/objects/furniture/fireplacemantle1.jpg -share/genecys/textures/objects/furniture/pictable1.jpg -share/genecys/textures/objects/furniture/stool1.jpg -share/genecys/textures/objects/furniture/table1.jpg -share/genecys/textures/objects/furniture/table2.jpg -share/genecys/textures/objects/furniture/table3.jpg -share/genecys/textures/objects/furniture/table4.jpg -share/genecys/textures/objects/furniture/table5.jpg -share/genecys/textures/objects/lights/candle1.jpg -share/genecys/textures/objects/lights/candle2.jpg -share/genecys/textures/objects/lights/chandelier1.jpg -share/genecys/textures/objects/lights/chandelier2.jpg -share/genecys/textures/objects/lights/lantern1.jpg -share/genecys/textures/objects/magic/potions/flask_glass.png -share/genecys/textures/objects/magic/potions/flask_liquid.png -share/genecys/textures/objects/misc/shell1.jpg -share/genecys/textures/objects/musical/shinai1.jpg -share/genecys/textures/objects/musical/sitar1.jpg -share/genecys/textures/objects/readables/book1.jpg -share/genecys/textures/objects/readables/book2.jpg -share/genecys/textures/objects/rocks/caillou1.jpg -share/genecys/textures/objects/signs/banner1.jpg -share/genecys/textures/objects/signs/pictureframe1.jpg -share/genecys/textures/objects/signs/pictureframe2.jpg -share/genecys/textures/objects/signs/sign.jpg -share/genecys/textures/objects/signs/tombstone1.jpg -share/genecys/textures/objects/tools/anvil1.jpg -share/genecys/textures/objects/tools/broom1.jpg -share/genecys/textures/objects/tools/pitchfork1.jpg -share/genecys/textures/objects/tools/rollingpin1.jpg -share/genecys/textures/objects/tools/saw1.jpg -share/genecys/textures/objects/traps/punji1.jpg -share/genecys/textures/objects/wheeled/wagon1.jpg -share/genecys/textures/objects/wheeled/wagon2.jpg -share/genecys/textures/paper/paper1.jpg -share/genecys/textures/paper/paper2.jpg -share/genecys/textures/plants/branch1.jpg -share/genecys/textures/plants/flowers/cattail1.jpg -share/genecys/textures/plants/flowers/daisy1.jpg -share/genecys/textures/plants/flowers/daisy2.jpg -share/genecys/textures/plants/flowers/fleur1.png -share/genecys/textures/plants/flowers/flower1.jpg -share/genecys/textures/plants/flowers/flower2.png -share/genecys/textures/plants/flowers/flower3.jpg -share/genecys/textures/plants/flowers/flower4.jpg -share/genecys/textures/plants/flowers/flowerhead1.jpg -share/genecys/textures/plants/flowers/leaf1.jpg -share/genecys/textures/plants/flowers/lilly1.jpg -share/genecys/textures/plants/flowers/lilly2.jpg -share/genecys/textures/plants/flowers/lotus1.jpg -share/genecys/textures/plants/flowers/moto1.jpg -share/genecys/textures/plants/flowers/petal1.jpg -share/genecys/textures/plants/flowers/petal2.jpg -share/genecys/textures/plants/flowers/purpleflower1.jpg -share/genecys/textures/plants/flowers/redflower1.jpg -share/genecys/textures/plants/flowers/stem1.jpg -share/genecys/textures/plants/flowers/stem2.jpg -share/genecys/textures/plants/flowers/tulip1.jpg -share/genecys/textures/plants/leaves/arbre.png -share/genecys/textures/plants/leaves/arbre_feuille1.png -share/genecys/textures/plants/leaves/arbre_feuille2.png -share/genecys/textures/plants/leaves/arbre_feuille_pompon.png -share/genecys/textures/plants/leaves/arttree1.jpg -share/genecys/textures/plants/leaves/bush1.jpg -share/genecys/textures/plants/leaves/cactus1.jpg -share/genecys/textures/plants/leaves/fern1.jpg -share/genecys/textures/plants/leaves/leaves.png -share/genecys/textures/plants/leaves/leaves1.jpg -share/genecys/textures/plants/leaves/leaves2.jpg -share/genecys/textures/plants/leaves/palm1.jpg -share/genecys/textures/plants/leaves/palm2.jpg -share/genecys/textures/plants/leaves/seaweed1.jpg -share/genecys/textures/plants/leaves/tree1.jpg -share/genecys/textures/plants/leaves/tree2.jpg -share/genecys/textures/plants/leaves/tree3.jpg -share/genecys/textures/plants/leaves/tree4.jpg -share/genecys/textures/plants/leaves/tree5.jpg -share/genecys/textures/plants/leaves/tuckbush1.jpg -share/genecys/textures/plants/mushcap1.jpg -share/genecys/textures/plants/mushstalk1.jpg -share/genecys/textures/plants/palmbark1.jpg -share/genecys/textures/plants/sapling1.jpg -share/genecys/textures/plants/sapling2.jpg -share/genecys/textures/skin/elephant1.jpg -share/genecys/textures/skin/male1_body.crf -share/genecys/textures/skin/male1_body.jpg -share/genecys/textures/sky/sky_light_clouds_day.png -share/genecys/textures/sky/sky_light_clouds_night.png -share/genecys/textures/sky/sky_no_clouds_night.png -share/genecys/textures/stone/decorative_stone1.jpg -share/genecys/textures/stone/decorative_stone2.jpg -share/genecys/textures/stone/limestone1.jpg -share/genecys/textures/stone/stone1.jpg -share/genecys/textures/stone/stone2.jpg -share/genecys/textures/stone/stone3.jpg -share/genecys/textures/stone/stone4.jpg -share/genecys/textures/stone/stone5.jpg -share/genecys/textures/stone/stone6.jpg -share/genecys/textures/stone/stone7.jpg -share/genecys/textures/stone/stucco1.jpg -share/genecys/textures/stone/travertn1.jpg -share/genecys/textures/structures/animal/nest1.jpg -share/genecys/textures/structures/animal/nest2.jpg -share/genecys/textures/structures/barns/barn1.jpg -share/genecys/textures/structures/bridges/bridge1.jpg -share/genecys/textures/structures/castles/castlebody.jpg -share/genecys/textures/structures/castles/castlebridge.jpg -share/genecys/textures/structures/castles/castledoor.jpg -share/genecys/textures/structures/castles/castlewall.jpg -share/genecys/textures/structures/castles/pyramid1.jpg -share/genecys/textures/structures/houses/haute_mur.jpg -share/genecys/textures/structures/houses/haute_toit.jpg -share/genecys/textures/structures/houses/heute_cheminee.jpg -share/genecys/textures/structures/houses/igloo1.jpg -share/genecys/textures/structures/houses/maison_cheminee1.jpg -share/genecys/textures/structures/houses/maison_fenetre1.jpg -share/genecys/textures/structures/houses/maison_mur1.jpg -share/genecys/textures/structures/houses/maison_mur2.jpg -share/genecys/textures/structures/houses/maison_mur3.jpg -share/genecys/textures/structures/houses/maison_mur4.jpg -share/genecys/textures/structures/houses/maison_porte1.jpg -share/genecys/textures/structures/houses/maison_toit1.jpg -share/genecys/textures/structures/houses/richfarm_wall.jpg -share/genecys/textures/structures/houses/shack.jpg -share/genecys/textures/structures/houses/shackdoor.jpg -share/genecys/textures/structures/houses/shackfloor.jpg -share/genecys/textures/structures/houses/shackroof.jpg -share/genecys/textures/structures/houses/shackstep.jpg -share/genecys/textures/structures/houses/teepee1.jpg -share/genecys/textures/structures/parks/gazebo1.jpg -share/genecys/textures/structures/piers/pier1.jpg -share/genecys/textures/structures/temples/bamboo1.jpg -share/genecys/textures/structures/temples/bamboodark.jpg -share/genecys/textures/structures/temples/bambooshadowed.jpg -share/genecys/textures/structures/temples/board1.jpg -share/genecys/textures/structures/temples/board2.jpg -share/genecys/textures/structures/temples/church1.jpg -share/genecys/textures/structures/temples/dojo1.jpg -share/genecys/textures/structures/temples/dojoceiling.jpg -share/genecys/textures/structures/temples/dojocenter.jpg -share/genecys/textures/structures/temples/dojofloor.jpg -share/genecys/textures/structures/temples/dojoside.jpg -share/genecys/textures/structures/temples/hboard.jpg -share/genecys/textures/structures/temples/hboarddark.jpg -share/genecys/textures/structures/temples/sphinx1.jpg -share/genecys/textures/structures/temples/window1.jpg -share/genecys/textures/structures/temples/window1bright.jpg -share/genecys/textures/structures/temples/window1shadowed.jpg -share/genecys/textures/structures/temples/window2.jpg -share/genecys/textures/structures/temples/window2bright.jpg -share/genecys/textures/structures/temples/window2shadowed.jpg -share/genecys/textures/structures/temples/windowbottom.jpg -share/genecys/textures/structures/temples/windowbottombright.jpg -share/genecys/textures/structures/towers/lighthouse1.jpg -share/genecys/textures/structures/towers/tower1.jpg -share/genecys/textures/structures/towers/windmill1.jpg -share/genecys/textures/structures/walls/gate1.jpg -share/genecys/textures/structures/walls/wooden_fence1.jpg -share/genecys/textures/structures/walls/wooden_fence2.jpg -share/genecys/textures/structures/wells/shaft1.jpg -share/genecys/textures/structures/wells/well1.jpg -share/genecys/textures/structures/wells/well2.jpg -share/genecys/textures/structures/wells/well3.jpg -share/genecys/textures/structures/wells/wellbucket1.jpg -share/genecys/textures/structures/wells/wellcrank1.jpg -share/genecys/textures/structures/wells/wellrod1.jpg -share/genecys/textures/structures/wells/wellrope1.jpg -share/genecys/textures/uncategorized/material-chaume.jpg -share/genecys/textures/uncategorized/material-natte-green.jpg -share/genecys/textures/uncategorized/material-stuchorz.jpg -share/genecys/textures/uncategorized/material-stucvert.jpg -share/genecys/textures/uncategorized/material-tuile1.jpg -share/genecys/textures/uncategorized/planter1.jpg -share/genecys/textures/uncategorized/troll1.jpg -share/genecys/textures/weapons/axes/tomahawk1.jpg -share/genecys/textures/weapons/knives/knife1.jpg -share/genecys/textures/weapons/shooters/catapult1.jpg -share/genecys/textures/weapons/shooters/slingband1.jpg -share/genecys/textures/weapons/shooters/slingshot1.jpg -share/genecys/textures/weapons/spears/lance1.jpg -share/genecys/textures/weapons/spears/naginata1.jpg -share/genecys/textures/weapons/swords/katana1.jpg -share/genecys/textures/weapons/swords/sword4.jpg -share/genecys/textures/weapons/swords/sword5.jpg -share/genecys/textures/weapons/swords/sword9.jpg -share/genecys/textures/wood/arbre_tronc1.jpg -share/genecys/textures/wood/ashen2.jpg -share/genecys/textures/wood/bark1.jpg -share/genecys/textures/wood/bark10.jpg -share/genecys/textures/wood/bark14.jpg -share/genecys/textures/wood/bark15.jpg -share/genecys/textures/wood/bark22.jpg -share/genecys/textures/wood/bark8.jpg -share/genecys/textures/wood/burntwood.jpg -share/genecys/textures/wood/shing1.jpg -share/genecys/textures/wood/trunk1.jpg -share/genecys/textures/wood/trunk2.jpg -share/genecys/textures/wood/wood-bark-regular.jpg -share/genecys/textures/wood/wood-bark1.jpg -share/genecys/textures/wood/wood-bark2-old.jpg -share/genecys/textures/wood/wood-bark2.jpg -share/genecys/textures/wood/wood-dark-regular.jpg -share/genecys/textures/wood/wood-plank-natural.jpg -share/genecys/textures/wood/wood-plank-regular.jpg -share/genecys/textures/wood/wood-plank-regular2.jpg -share/genecys/textures/wood/wood-plank-regular3.jpg -share/genecys/textures/wood/wood1.jpg -share/genecys/textures/wood/wood2.jpg -share/genecys/textures/wood/wood3.jpg -share/genecys/textures/wood/wood4.jpg -share/genecys/textures/wood/wood5.jpg -share/genecys/textures/wood/wood6.jpg -share/genecys/textures/wood/wood7.jpg diff --git a/games/genecys-data/distinfo b/games/genecys-data/distinfo deleted file mode 100644 index cca85229c8f6a..0000000000000 --- a/games/genecys-data/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:44:01 nia Exp $ - -BLAKE2s (genecys-data-0.2.tar.gz) = 5d05c9566ce59a599dcced552c092657cd4937b4f13586dea19e5b4c404aab6b -SHA512 (genecys-data-0.2.tar.gz) = 1b931e1c0b15634e757e6856c9e63b676ee1a4c4b10419edbbbeb900653e40cd2bbe9a91b60ba7b72db1fed8d08c5131d819760f05cafa91182dcbd90f60b8c6 -Size (genecys-data-0.2.tar.gz) = 31861311 bytes From 3c5a964f098d7d21fbb5eaf423197c63b4b18c80 Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 12 May 2022 11:15:14 +0000 Subject: [PATCH 0257/1154] gh: update to 2.10.1 GitHub CLI 2.10.1 What's Changed - Hide retention-period flag by @greggroth in #5607 GitHub CLI 2.10.0 What's New - Add label list list sorting and label remove command by @heaths in #5503 - Add label list --json support by @heaths in #5567 - Add repo list --visibility=internal flag by @hiradp in #5564 - Add release list --exclude-drafts flag by @ffalor in #5595 - Add codespace jupyter command to open codespaces in JupyterLab by @jungaretti in #5291 - codespaces list: add display name to the list output by @josebalius in #5571 - pr create: add "Submit as draft" option by @koskeller in #5570 - Add devcontainer to this project by @joshspicer in #5592 - Add codespace create --retention-period flag by @greggroth in #5504 What's Changed - label edit: clarify --name switch by @heaths in #5525 - gist create: add progress indicator by @ffalor in #5526 - repo create: fix grammar prompt by @chemotaxis in #5557 - issue comment: support quotes and arguments in EDITOR value by @mislav in #5549 - search prs: add the ability to pass teams to --review-requested by @ffalor in #5538 - search prs: add example to help output by @damiensedgwick in #5562 - issue view: fix non-working usage example by @mhmdanas in #5563 - pr merge: refactor implementation by @mntlty in #5514 - status: omit results from archived repositories by @ffalor in #5583 - status: ignore FORBIDDEN errors due to SAML restrictions by @heaths in #5588 - auth: respect GH_BROWSER, "browser" config, avoid opening non-HTTP URLs by @mislav in #5604 - repo clone: document adding upstream remote if repo is a fork by @dhalbert in #5466 - Fix nil pointer exception in codespace selection by @cannist in #5605 - codespaces: handle star in display name by @josebalius in #5577 - Upgrade to go 1.18 by @samcoe in #5542 - Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 by @dependabot in #5522 - Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #5533 - Consistent version format in version upgrade notice by @mislav in #5559 GitHub CLI 2.9.0 What's New - label edit: Command to edit existing labels by @heaths in #5519 - label clone: Command to clone labels between repositories by @heaths in #5452 - label create: Add --force flag to forcibly create labels by @heaths in #5451 - codespaces: Support for multi devcontainer by @reybard in #5076 What's Changed - label list: Add column for displaying the label color by @heaths in #5462 - pr merge: Warn if PR is already merged by @mntlty in #5463 - gist delete: Avoid crash when deleting gist with no owner by @mislav in #5510 - list commands: Standardize output when no entries found by @rpadaki in #5479 - repo list: Add ls alias to command by @rpadaki in #5480 - issue/pr list: Fix searching by --state flag by @samcoe in #5513 - search prs: Correct displayed header when searching prs command by @samcoe in #5488 - pr create: Document that --body-file reads from stdin by @lukekarrys in #5461 - Add tab completion descriptions for aliases and extensions by @rpadaki in #5447 - Replace deprecated ioutil package with io and os package replacements by @estensen in #5498 GitHub CLI 2.8.0 What's New - New release edit command by @plu in #5422 - issue close: add --comment flag to close with comment by @samcoe in #5437 - issue delete: add --confirm flag by @opelr in #5396 - pr merge: provide instructions for resolving merge conflicts by @ErKiran in #5330 - codespace select: add hidden select command for extensions by @legomushroom in #5390 - codespace create: make location an optional flag by @jshorty in #5410 - codespace create: handle idle timeout notice by @adnamalin in #5409 - codespace code: add --web flag to open in Visual Studio Code web mode by @jackcmeyer in #5380 - gist edit: allow non-interactive file replacement by @samcoe in #5408 - extension upgrade: add --dry-run flag by @samcoe in #5098 - Add new alias to all create commands by @chriscn in #5388 What's Changed - Add support for installing binary extensions on M1 Macs by @mislav in #5457 - status: respect GitHub host configuration by @mislav in #5423 - codespace ssh/cp: check paths safely by @jshorty in #5384 - codespace edit: remove unsupported idle timeout flag by @adnamalin in #5405 - extension list: speed up output by avoiding checking for upgrades by @samcoe in #5098 - extension list: don't error if no extensions are installed by @rpadaki in #5445 - auth login: fix flow when ~/.config/gh/config.yml is read-only by @ncfavier in #5378 - Fix table printer crash in narrow terminals by @rpadaki in #5449 - Improve DNF installation instructions by @gto406 in #5406 - Change issue close color from red to purple by @samcoe in #5436 - Replace old search query builder by @samcoe in #5366 --- net/gh/Makefile | 5 ++--- net/gh/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net/gh/Makefile b/net/gh/Makefile index 27275a71ced09..13d9eb38fd2b3 100644 --- a/net/gh/Makefile +++ b/net/gh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2022/05/11 19:26:18 bsiegert Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/12 11:15:14 kim Exp $ -DISTNAME= gh-2.7.0 -PKGREVISION= 2 +DISTNAME= gh-2.10.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=cli/} GITHUB_PROJECT= cli diff --git a/net/gh/distinfo b/net/gh/distinfo index 64804dfd076ae..50f4eebded296 100644 --- a/net/gh/distinfo +++ b/net/gh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.21 2022/04/03 18:37:02 bsiegert Exp $ +$NetBSD: distinfo,v 1.22 2022/05/12 11:15:14 kim Exp $ BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273 @@ -117,9 +117,9 @@ Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = d95edcd2894a7a7dbe0b36fc5d188fd3b887c65cdd8ff589b7bfe60348b8025d SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = 4206fa50ea8f056656804388954562efcc78a14ed8f249801c601ccd399f70ea101e5299e07bd9b86e6e137a3cd2103209ef186193a1129e108b224ee5497432 Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = 33828 bytes -BLAKE2s (gh-2.7.0.tar.gz) = f33fd7894661fab748c9c24b9c772f6094d20b6105ab1884dd9ddb460fd305f7 -SHA512 (gh-2.7.0.tar.gz) = 5be8075d2eede5d4b38ca0de03f9aca03add41f9d9d4ab9ac77834ea8f051709e0673094d851e2720177da4a3a1fb579256fb9cde9366a2b0cb79d0b76141734 -Size (gh-2.7.0.tar.gz) = 694408 bytes +BLAKE2s (gh-2.10.1.tar.gz) = 9c50f8ac6ac03e71a437a2d05c9a57c3aee93ddd2cfea118c1adf1d28d9997fe +SHA512 (gh-2.10.1.tar.gz) = 4d80e0dd7bf9fc4216b680b3d221600a9d2ee1e1e45962480964341c4a4fa40b93ff812719eee1567b6c8059261c54f60f12bd4f2fda24013fae59667cdcc533 +Size (gh-2.10.1.tar.gz) = 712763 bytes BLAKE2s (github.com__alec_aivazis_survey_v2_@v_v2.3.4.mod) = 96bde62d5cb0328ac5d83b64f4f16eb8c1509ccbdb01e52e874c06e81728be02 SHA512 (github.com__alec_aivazis_survey_v2_@v_v2.3.4.mod) = b69dc9ec295640230cb1578d54b60080572081d1628d5ca44c87f15e5e3c76ae375076491018935c31f7cec5c0d1861b23d64f2472c81ac0cd6e981488abc74a Size (github.com__alec_aivazis_survey_v2_@v_v2.3.4.mod) = 595 bytes From ee8f70155f29e10c3c26f69bb795ac863d43e098 Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 12 May 2022 11:15:36 +0000 Subject: [PATCH 0258/1154] doc: Updated net/gh to 2.10.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c07f61bcda276..341483e584691 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2521 2022/05/12 10:13:36 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2522 2022/05/12 11:15:36 kim Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3893,3 +3893,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/dua-cli to 2.17.4 [pin 2022-05-12] Removed games/genecys-client [wiz 2022-05-12] Removed games/genecys-data [wiz 2022-05-12] + Updated net/gh to 2.10.1 [kim 2022-05-12] From 718cf13bfb4c48ab17661bd36c19631871b739d3 Mon Sep 17 00:00:00 2001 From: khorben Date: Thu, 12 May 2022 11:26:54 +0000 Subject: [PATCH 0259/1154] php-nextcloud: update to 23.0.4 Changes since 23.0.3: * Run tests with primary object storage in CI + large upload fixes (server#31453) * User_ldap fix ldap connection resets #31421 (server#31514) * Validate overwrite.cli.url to be a url in setup check (server#31518) * Fix duplicated UUID detection when there are empty uuids (server#31521) * Fix occ user:add-app-password (server#31536) * Fix the logger that is imported for critical actions (server#31540) * Toggle profile globally (server#31624) * Improve imagick, bcmath and gmp extension warnings (server#31634) * Add optional WebDav propfind properties to count sub elements (server#31641) * Fix listeners declaration in case of occ usage (server#31656) * Do not forget DB table prefix with truncate query (server#31666) * Limit the length of app password names (server#31678) * Add OPcache recommendations to Transifex (server#31705) * Bump babel-loader from 8.2.3 to 8.2.4 (server#31721) * Add oauth2_clients migration for Owncloud (server#31730) * Dont create cards_abiduri it if already exists (server#31733) * Show that the web updater is not recommended on big instances (server#31740) * Add direct arg to login flow (server#31748) * Wrap oauth2 migrations inside conditions (server#31774) * Fix assignment of the LDAP Wizard connection (server#31785) * Fix ldap wizard styling (server#31804) * Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5 (server#31821) * Ignore errors when searching for bundled preview (server#31831) * Deduplicate storage ids in list before reusing (server#31835) * Dont re-query fileinfo when getting dav quota (server#31836) * Take permissions from multiple paths into account for share permissions (server#31846) * Log in audit log federated shares events (server#31856) * Update autoloaders and Node package-lock.json (server#31862) * Fix incorrect if conditions in View (server#31878) * Do not decorate the CLI output if its explicitly turned off (server#31880) * Fix _App::getCurrentApp() when being called from CLI or phpunit (server#31882) * Bump moment from 2.29.1 to 2.29.2 (server#31913) * Fix shared mount roots not being returned from getSharesInFolder (server#31923) * Confirm user is internal to globalscale (server#31940) * AmazonS3: allow not implemented versioning (server#31946) * Fix accept/reject remote share action (server#31949) * Update CRL after revocation of socialsharing_telegram.csr (server#31955) * Fix LDAP Dark Theme Issue (server#31968) * Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5 (3rdparty#1016) * Fallback to the admin settings if the user did not configure it (activity#781) * Bypass/limit permissions (circles#1001) * Update memberships on path change (circles#1007) * Check owner attendance (circles#1010) * Remove child shares (circles#1015) * Update displayName (circles#1017) * Oracle support (circles#978) * Limit some feature when Circles is managed by an app (circles#982) * Use stable23 for oci tests (circles#985) * Missing $prec (circles#995) * Update population (circles#997) * Disable social recommendation (firstrunwizard#693) * Fix settings navigation order (firstrunwizard#697) * Bump babel-loader from 8.2.3 to 8.2.4 (privacy#752) * Build(deps): bump prosemirror-view from 1.23.7 to 1.23.9 (text#2233) * Build(deps): bump prosemirror-view from 1.23.9 to 1.23.10 (text#2259) * Build(deps): bump prosemirror-view from 1.23.10 to 1.23.11 (text#2274) * Fix: menu bubble size at the end of the line (text#2277) * Build(deps): bump prosemirror-view from 1.23.11 to 1.23.12 (text#2286) * Properly cancel and reset ongoing streams when unmounting (viewer#1208) Changes since 23.0.2: * Allow writing audit log to syslog and systemdlog (server#30852) * Allow to disable AuthToken v1 (server#30949) * Add primary key for ratelimit table (server#30965) * Bump samba images in tests (server#30967) * Update variables.scss Fallback font before Noto Color Emoji (server#30969) * Show if the mail server settings are not set or verified (server#30998) * Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage. (server#30999) * Fix: Birthday events missing after reimporting contacts (server#31000) * Bump clipboard from 2.0.9 to 2.0.10 (server#31023) * Fix bugs with incorrect currentFileList in the favorite and share by you view (server#31050) * Allow specify a config prefix for another database connection (server#31059) * Dont provide favorite activity settings (server#31084) * Only setup part of the filesystem for appdata requests (server#31098) * Allow sub-admins to access delegated settings. (server#31102) * Ignore contact interaction with self (server#31120) * Fix overlapping buttons in apps-management (server#31179) * Fix typo in DAV namespace registration (server#31183) * Fix a broken tooltip (server#31184) * Improve user status revert performance (server#31192) * Fix path handling when transferring incoming shares (server#31204) * Bump dompurify from 2.3.5 to 2.3.6 (server#31226) * Improve caching policy use immutable when loading versionned assets (server#31244) * Hide download button for images (server#31253) * Dont redirect when loading files index page (server#31255) * Consider only reminders with calendar data (server#31262) * Also cache non-existing to reuse it (server#31297) * Ignore cache in occ ldap:check-ldap command (server#31299) * Wrap S3 multipart upload exception (server#31302) * Fix ldap:check-user method for newly created LDAP users (server#31306) * Avoid PHP errors in the checkers drone step (server#31313) * Background job time windows (server#31318) * Mark split database configs as sensitive (server#31331) * Update CRL after revocation of rocket_integration.csr (server#31350) * Bump backbone from 1.4.0 to 1.4.1 (server#31369) * Make Sabre File exception messages translatable (server#31392) * Censor more configs (server#31399) * Dont set up full filesystem to check for certificates (server#31401) * Also use hashed/indexed column on delete (server#31402) * Fix caching of the user avatar (server#31410) * Fix duplicate primary email message (server#31412) * Fix developer link (server#31423) * Fix fileactions for sharing overview (server#31424) * Prevent default right-click options when hideDownload is enabled (server#31427) * Fix return type of avatar file (server#31432) * Fix Nextcloud is not allowed to use the OPcache API warning (server#31437) * Add Nextcloud docs link to OPcache recommends (server#31438) * Be conservative when reading from fresh created column (server#31442) * Init users file system if not existing on ownership transfer (server#31445) * Use persistent connections when connecting to redis (server#31450) * Fix settings error message timeout (server#31457) * Connectivity check: allow using the protocol in connectivity_check_domains (server#31479) * Add option to disallow creation of local storages (server#31481) * Fix too many file download notifications when watching a video (server#31485) * Fix new file menu (server#31490) * Fix listeners declaration in case of occ usage (server#31529) * Fix user status not resetting correctly after a call (server#31543) * Prevent reading key on SFTP stat bool (server#31547) * Fix more than 1000 entries in queries exception in CardDavBackend (server#31550) * Update CRL after revoke deckimportfromtrello.csr (server#31618) * Revert Fix listeners declaration in case of occ usage (server#31642) * Try to reduce the load from writing (activity#731) * Allow specify a config prefix for another database connection (activity#735) * Adjust nextcloud lib version (activity#739) * Make background job time insensitive (activity#741) * Fix cached circle returning bool before being parsed as JSON (circles#932) * MembershipsService -> membershipService (circles#934) * Block/force circle types (circles#938) * Set member as INVITED only if not external (circles#940) * Allow configuration of one single password per circle (circles#944) * Display spent time on request (circles#949) * Lighter SQL requests and compat with Oracle (circles#956) * Update population (circles#959) * Fix PrimaryKey on circles_event (circles#965) * Fix import (circles#970) * Only refresh notifications once with notify push (notifications#1155) * Improve mass notification processing (notifications#1156) * Bump url-parse from 1.5.4 to 1.5.10 (photos#1043) * Fix privacy UI with subscription (privacy#707) * Bump vue-loader from 15.9.6 to 15.9.8 (privacy#712) * Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0 (privacy#715) * Bump @babel/core from 7.13.15 to 7.13.16 (privacy#718) * Bump eslint-import-resolver-webpack from 0.13.0 to 0.13.2 (privacy#721) * Bump babel-loader from 8.2.2 to 8.2.3 (privacy#724) * Bump sass from 1.32.10 to 1.32.13 (privacy#731) * Bump vue and vue-template-compiler (privacy#732) * Bump eslint-config-standard from 16.0.2 to 16.0.3 (privacy#733) * Bump node-polyfill-webpack-plugin from 1.1.0 to 1.1.4 (privacy#734) * Bump eslint-webpack-plugin from 2.5.3 to 2.5.4 (privacy#738) * Add index for last_contact in text_sessions table (text#2147) * Use file.path to track EditorWrapper instances more accurately (text#2150) * Build(deps): bump prosemirror-transform from 1.3.3 to 1.3.4 (text#2159) * Fix: only apply bullet style to ul > li (text#2195) * Build(deps): bump prosemirror-view from 1.23.6 to 1.23.7 (text#2207) * Fix: update psalm baseline to account for changes in server (text#2208) * Derpgon cz fix/stable23/image data urls (text#2210) * Display content first and then load menus (text#2228) * Build(deps-dev): bump @babel/plugin-proposal-class-properties from 7.16.0 to 7.16.7 (viewer#1171) * Build(deps-dev): bump @nextcloud/webpack-vue-config from 4.1.0 to 4.1.4 (viewer#1174) * Build(deps): bump camelcase from 6.2.0 to 6.2.1 (viewer#1175) * Build(deps): bump @nextcloud/event-bus from 2.1.0 to 2.1.1 (viewer#1176) * Build(deps-dev): bump @cypress/browserify-preprocessor from 3.0.1 to 3.0.2 (viewer#1178) * Build(deps-dev): bump @nextcloud/eslint-config from 6.1.0 to 6.1.2 (viewer#1179) * Build(deps-dev): bump wait-on from 6.0.0 to 6.0.1 (viewer#1180) "Please commit it" ryoon@ --- www/php-nextcloud/Makefile | 4 +- www/php-nextcloud/PLIST | 259 +++++++++++++++++++------------------ www/php-nextcloud/distinfo | 8 +- 3 files changed, 141 insertions(+), 130 deletions(-) diff --git a/www/php-nextcloud/Makefile b/www/php-nextcloud/Makefile index 2e63e29bc4681..b8967fd8a7f6f 100644 --- a/www/php-nextcloud/Makefile +++ b/www/php-nextcloud/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2022/02/25 02:47:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.62 2022/05/12 11:26:54 khorben Exp $ # # The nextcloud update process only works from one version to the @@ -10,7 +10,7 @@ # contained 18.0.2, then during April to June it is ok to update to # later 18.x.y, to 19.0.0, and to later 19.x.y, but it is not ok to # update to 20. -DISTNAME= nextcloud-23.0.2 +DISTNAME= nextcloud-23.0.4 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ diff --git a/www/php-nextcloud/PLIST b/www/php-nextcloud/PLIST index 74033455a1dfa..1be7f0ca8ffcf 100644 --- a/www/php-nextcloud/PLIST +++ b/www/php-nextcloud/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.49 2022/02/25 02:47:00 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.50 2022/05/12 11:26:54 khorben Exp $ share/nextcloud/.htaccess share/nextcloud/.user.ini share/nextcloud/3rdparty/.github/dependabot.yml @@ -6628,6 +6628,8 @@ share/nextcloud/apps/accessibility/l10n/af.js share/nextcloud/apps/accessibility/l10n/af.json share/nextcloud/apps/accessibility/l10n/ar.js share/nextcloud/apps/accessibility/l10n/ar.json +share/nextcloud/apps/accessibility/l10n/be.js +share/nextcloud/apps/accessibility/l10n/be.json share/nextcloud/apps/accessibility/l10n/bg.js share/nextcloud/apps/accessibility/l10n/bg.json share/nextcloud/apps/accessibility/l10n/bn_BD.js @@ -6656,12 +6658,16 @@ share/nextcloud/apps/accessibility/l10n/es.js share/nextcloud/apps/accessibility/l10n/es.json share/nextcloud/apps/accessibility/l10n/es_AR.js share/nextcloud/apps/accessibility/l10n/es_AR.json +share/nextcloud/apps/accessibility/l10n/es_CL.js +share/nextcloud/apps/accessibility/l10n/es_CL.json share/nextcloud/apps/accessibility/l10n/es_CO.js share/nextcloud/apps/accessibility/l10n/es_CO.json share/nextcloud/apps/accessibility/l10n/es_DO.js share/nextcloud/apps/accessibility/l10n/es_DO.json share/nextcloud/apps/accessibility/l10n/es_EC.js share/nextcloud/apps/accessibility/l10n/es_EC.json +share/nextcloud/apps/accessibility/l10n/es_GT.js +share/nextcloud/apps/accessibility/l10n/es_GT.json share/nextcloud/apps/accessibility/l10n/es_MX.js share/nextcloud/apps/accessibility/l10n/es_MX.json share/nextcloud/apps/accessibility/l10n/et_EE.js @@ -6706,6 +6712,8 @@ share/nextcloud/apps/accessibility/l10n/lv.js share/nextcloud/apps/accessibility/l10n/lv.json share/nextcloud/apps/accessibility/l10n/mk.js share/nextcloud/apps/accessibility/l10n/mk.json +share/nextcloud/apps/accessibility/l10n/mr.js +share/nextcloud/apps/accessibility/l10n/mr.json share/nextcloud/apps/accessibility/l10n/ms_MY.js share/nextcloud/apps/accessibility/l10n/ms_MY.json share/nextcloud/apps/accessibility/l10n/nb.js @@ -6820,6 +6828,8 @@ share/nextcloud/apps/activity/l10n/ast.js share/nextcloud/apps/activity/l10n/ast.json share/nextcloud/apps/activity/l10n/az.js share/nextcloud/apps/activity/l10n/az.json +share/nextcloud/apps/activity/l10n/be.js +share/nextcloud/apps/activity/l10n/be.json share/nextcloud/apps/activity/l10n/bg.js share/nextcloud/apps/activity/l10n/bg.json share/nextcloud/apps/activity/l10n/bn_BD.js @@ -7102,6 +7112,8 @@ share/nextcloud/apps/admin_audit/l10n/et_EE.js share/nextcloud/apps/admin_audit/l10n/et_EE.json share/nextcloud/apps/admin_audit/l10n/eu.js share/nextcloud/apps/admin_audit/l10n/eu.json +share/nextcloud/apps/admin_audit/l10n/fa.js +share/nextcloud/apps/admin_audit/l10n/fa.json share/nextcloud/apps/admin_audit/l10n/fi.js share/nextcloud/apps/admin_audit/l10n/fi.json share/nextcloud/apps/admin_audit/l10n/fr.js @@ -7176,7 +7188,9 @@ share/nextcloud/apps/admin_audit/lib/Actions/Trashbin.php share/nextcloud/apps/admin_audit/lib/Actions/UserManagement.php share/nextcloud/apps/admin_audit/lib/Actions/Versions.php share/nextcloud/apps/admin_audit/lib/AppInfo/Application.php +share/nextcloud/apps/admin_audit/lib/AuditLogger.php share/nextcloud/apps/admin_audit/lib/BackgroundJobs/Rotate.php +share/nextcloud/apps/admin_audit/lib/IAuditLogger.php share/nextcloud/apps/admin_audit/lib/Listener/CriticalActionPerformedEventListener.php share/nextcloud/apps/circles/CHANGELOG.md share/nextcloud/apps/circles/LICENSE @@ -7363,6 +7377,7 @@ share/nextcloud/apps/circles/lib/Command/CirclesMaintenance.php share/nextcloud/apps/circles/lib/Command/CirclesMemberships.php share/nextcloud/apps/circles/lib/Command/CirclesRemote.php share/nextcloud/apps/circles/lib/Command/CirclesReport.php +share/nextcloud/apps/circles/lib/Command/CirclesSetting.php share/nextcloud/apps/circles/lib/Command/CirclesSync.php share/nextcloud/apps/circles/lib/Command/CirclesTest.php share/nextcloud/apps/circles/lib/Command/FixUniqueId.php @@ -7498,9 +7513,11 @@ share/nextcloud/apps/circles/lib/Exceptions/GroupDoesNotExistException.php share/nextcloud/apps/circles/lib/Exceptions/GroupNotFoundException.php share/nextcloud/apps/circles/lib/Exceptions/InitiatorNotConfirmedException.php share/nextcloud/apps/circles/lib/Exceptions/InitiatorNotFoundException.php +share/nextcloud/apps/circles/lib/Exceptions/InsufficientPermissionException.php share/nextcloud/apps/circles/lib/Exceptions/InvalidIdException.php share/nextcloud/apps/circles/lib/Exceptions/InvalidModelException.php share/nextcloud/apps/circles/lib/Exceptions/JsonException.php +share/nextcloud/apps/circles/lib/Exceptions/JsonNotRequestedException.php share/nextcloud/apps/circles/lib/Exceptions/LinkedGroupNotAllowedException.php share/nextcloud/apps/circles/lib/Exceptions/MaintenanceException.php share/nextcloud/apps/circles/lib/Exceptions/MemberAlreadyExistsException.php @@ -7529,6 +7546,7 @@ share/nextcloud/apps/circles/lib/Exceptions/OwnerNotFoundException.php share/nextcloud/apps/circles/lib/Exceptions/ParseMemberLevelException.php share/nextcloud/apps/circles/lib/Exceptions/PayloadDeliveryException.php share/nextcloud/apps/circles/lib/Exceptions/RemoteAlreadyExistsException.php +share/nextcloud/apps/circles/lib/Exceptions/RemoteCircleException.php share/nextcloud/apps/circles/lib/Exceptions/RemoteInstanceException.php share/nextcloud/apps/circles/lib/Exceptions/RemoteNotFoundException.php share/nextcloud/apps/circles/lib/Exceptions/RemoteResourceNotFoundException.php @@ -7542,6 +7560,7 @@ share/nextcloud/apps/circles/lib/Exceptions/SharingFrameAlreadyExistException.ph share/nextcloud/apps/circles/lib/Exceptions/SharingFrameDoesNotExistException.php share/nextcloud/apps/circles/lib/Exceptions/SharingFrameSourceCannotBeAppCirclesException.php share/nextcloud/apps/circles/lib/Exceptions/SingleCircleNotFoundException.php +share/nextcloud/apps/circles/lib/Exceptions/SuperSessionException.php share/nextcloud/apps/circles/lib/Exceptions/TokenDoesNotExistException.php share/nextcloud/apps/circles/lib/Exceptions/UnknownFederatedItemException.php share/nextcloud/apps/circles/lib/Exceptions/UnknownInterfaceException.php @@ -7553,6 +7572,7 @@ share/nextcloud/apps/circles/lib/FederatedItems/CircleDestroy.php share/nextcloud/apps/circles/lib/FederatedItems/CircleEdit.php share/nextcloud/apps/circles/lib/FederatedItems/CircleJoin.php share/nextcloud/apps/circles/lib/FederatedItems/CircleLeave.php +share/nextcloud/apps/circles/lib/FederatedItems/CircleSetting.php share/nextcloud/apps/circles/lib/FederatedItems/CircleSettings.php share/nextcloud/apps/circles/lib/FederatedItems/Files/FileShare.php share/nextcloud/apps/circles/lib/FederatedItems/Files/FileUnshare.php @@ -7633,6 +7653,9 @@ share/nextcloud/apps/circles/lib/Migration/Version0022Date20220526111723.php share/nextcloud/apps/circles/lib/Migration/Version0022Date20220526113601.php share/nextcloud/apps/circles/lib/Migration/Version0022Date20220703115023.php share/nextcloud/apps/circles/lib/Migration/Version0023Date20211216113101.php +share/nextcloud/apps/circles/lib/Migration/Version0024Date20220203123901.php +share/nextcloud/apps/circles/lib/Migration/Version0024Date20220203123902.php +share/nextcloud/apps/circles/lib/Migration/Version0024Date20220317190331.php share/nextcloud/apps/circles/lib/Model/BaseCircle.php share/nextcloud/apps/circles/lib/Model/BaseMember.php share/nextcloud/apps/circles/lib/Model/Circle.php @@ -7699,6 +7722,7 @@ share/nextcloud/apps/circles/lib/Service/MigrationService.php share/nextcloud/apps/circles/lib/Service/MiscService.php share/nextcloud/apps/circles/lib/Service/NotificationService.php share/nextcloud/apps/circles/lib/Service/OutputService.php +share/nextcloud/apps/circles/lib/Service/PermissionService.php share/nextcloud/apps/circles/lib/Service/RemoteDownstreamService.php share/nextcloud/apps/circles/lib/Service/RemoteService.php share/nextcloud/apps/circles/lib/Service/RemoteStreamService.php @@ -7713,127 +7737,52 @@ share/nextcloud/apps/circles/lib/Service/TimezoneService.php share/nextcloud/apps/circles/lib/ShareByCircleProvider.php share/nextcloud/apps/circles/lib/ShareByCircleProviderDeprecated.php share/nextcloud/apps/circles/lib/StatusCode.php +share/nextcloud/apps/circles/lib/Tools/ActivityPub/NCSignature.php +share/nextcloud/apps/circles/lib/Tools/Db/ExtendedQueryBuilder.php +share/nextcloud/apps/circles/lib/Tools/Db/IQueryRow.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/ArrayNotFoundException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/DateTimeException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/InvalidItemException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/InvalidOriginException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/ItemNotFoundException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/MalformedArrayException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestContentException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestNetworkException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestResultNotJsonException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestResultSizeException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestServerException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/RowNotFoundException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/SignatoryException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/SignatureException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/UnknownTypeException.php +share/nextcloud/apps/circles/lib/Tools/Exceptions/WellKnownLinkNotFoundException.php +share/nextcloud/apps/circles/lib/Tools/IDeserializable.php +share/nextcloud/apps/circles/lib/Tools/Model/NCRequest.php +share/nextcloud/apps/circles/lib/Tools/Model/NCRequestResult.php +share/nextcloud/apps/circles/lib/Tools/Model/NCSignatory.php +share/nextcloud/apps/circles/lib/Tools/Model/NCSignedRequest.php +share/nextcloud/apps/circles/lib/Tools/Model/NCWebfinger.php +share/nextcloud/apps/circles/lib/Tools/Model/NCWellKnownLink.php +share/nextcloud/apps/circles/lib/Tools/Model/Request.php +share/nextcloud/apps/circles/lib/Tools/Model/SimpleDataStore.php +share/nextcloud/apps/circles/lib/Tools/Model/TreeNode.php +share/nextcloud/apps/circles/lib/Tools/Traits/TArrayTools.php +share/nextcloud/apps/circles/lib/Tools/Traits/TAsync.php +share/nextcloud/apps/circles/lib/Tools/Traits/TConsoleTree.php +share/nextcloud/apps/circles/lib/Tools/Traits/TDeserialize.php +share/nextcloud/apps/circles/lib/Tools/Traits/TNCLocalSignatory.php +share/nextcloud/apps/circles/lib/Tools/Traits/TNCLogger.php +share/nextcloud/apps/circles/lib/Tools/Traits/TNCRequest.php +share/nextcloud/apps/circles/lib/Tools/Traits/TNCSetup.php +share/nextcloud/apps/circles/lib/Tools/Traits/TNCSignatory.php +share/nextcloud/apps/circles/lib/Tools/Traits/TNCWellKnown.php +share/nextcloud/apps/circles/lib/Tools/Traits/TStringTools.php share/nextcloud/apps/circles/lib/UnifiedSearch/UnifiedSearchProvider.php share/nextcloud/apps/circles/lib/UnifiedSearch/UnifiedSearchResult.php share/nextcloud/apps/circles/screenshots/0.12.0.png share/nextcloud/apps/circles/screenshots/1.png share/nextcloud/apps/circles/screenshots/contacts_backend.png share/nextcloud/apps/circles/templates/files/list.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/.gitignore -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/README.md -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/composer.json -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/composer.lock -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/ActivityPub/Nextcloud/nc21/NC21Signature.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/ActivityPub/Nextcloud/nc22/NC22Signature.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/ActivityPub/Nextcloud/nc23/NC23Signature.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Console/Nextcloud/nc22/NC22InteractiveShell.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/DI/DIContainer.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/ExtendedQueryBuilder.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc21/INC21QueryRow.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc21/NC21ExtendedQueryBuilder.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc22/INC22QueryRow.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc22/NC22ExtendedQueryBuilder.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc23/INC23QueryRow.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc23/NC23ExtendedQueryBuilder.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/RequestBuilder.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ArrayNotFoundException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/CacheItemNotFoundException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/DateTimeException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/DependencyInjectionException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/InvalidItemException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/InvalidOriginException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ItemNotFoundException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/JsonNotRequestedException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/MalformedArrayException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestContentException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestNetworkException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestResultNotJsonException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestResultSizeException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestServerException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RowNotFoundException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellConfirmationException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellMissingCommandException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellMissingItemException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellUnknownCommandException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellUnknownItemException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/SignatoryException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/SignatureException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/UnknownTypeException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/WellKnownLinkNotFoundException.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/IDeserializable.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/IExtendedQueryBuilder.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/IInteractiveShellClient.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/IQueryRow.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/ISignedModel.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Cache.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/CacheItem.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/NC19Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc20/NC20Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc20/NC20RequestResult.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/INC21Convert.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21RequestResult.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21Signatory.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21SignedRequest.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21TreeNode.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21Webfinger.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21WellKnownLink.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/INC22Convert.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22InteractiveShellSession.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22RequestResult.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22Signatory.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22SignedRequest.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22TreeNode.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22Webfinger.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22WellKnownLink.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23RequestResult.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23Signatory.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23SignedRequest.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23Webfinger.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23WellKnownLink.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/SimpleDataStore.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/TNC19Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/TNCDataResponse.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/TNCRequest.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc20/TNC20Logger.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc20/TNC20Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc20/TNC20Setup.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21ConsoleTree.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Controller.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Deserialize.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21LocalSignatory.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Logger.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Setup.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Signatory.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21WellKnown.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Async.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22ConsoleTree.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Controller.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Deserialize.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22LocalSignatory.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Logger.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Setup.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Signatory.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22WellKnown.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Controller.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Deserialize.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23LocalSignatory.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Logger.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Request.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Setup.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Signatory.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23WellKnown.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TArrayTools.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TAsync.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TFileTools.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TPathTools.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TRequest.php -share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TStringTools.php share/nextcloud/apps/circles/vendor/autoload.php share/nextcloud/apps/circles/vendor/composer/ClassLoader.php share/nextcloud/apps/circles/vendor/composer/LICENSE @@ -7866,6 +7815,8 @@ share/nextcloud/apps/cloud_federation_api/l10n/ca.js share/nextcloud/apps/cloud_federation_api/l10n/ca.json share/nextcloud/apps/cloud_federation_api/l10n/cs.js share/nextcloud/apps/cloud_federation_api/l10n/cs.json +share/nextcloud/apps/cloud_federation_api/l10n/da.js +share/nextcloud/apps/cloud_federation_api/l10n/da.json share/nextcloud/apps/cloud_federation_api/l10n/de.js share/nextcloud/apps/cloud_federation_api/l10n/de.json share/nextcloud/apps/cloud_federation_api/l10n/de_DE.js @@ -7878,6 +7829,8 @@ share/nextcloud/apps/cloud_federation_api/l10n/es.js share/nextcloud/apps/cloud_federation_api/l10n/es.json share/nextcloud/apps/cloud_federation_api/l10n/eu.js share/nextcloud/apps/cloud_federation_api/l10n/eu.json +share/nextcloud/apps/cloud_federation_api/l10n/fi.js +share/nextcloud/apps/cloud_federation_api/l10n/fi.json share/nextcloud/apps/cloud_federation_api/l10n/fr.js share/nextcloud/apps/cloud_federation_api/l10n/fr.json share/nextcloud/apps/cloud_federation_api/l10n/gl.js @@ -7890,6 +7843,10 @@ share/nextcloud/apps/cloud_federation_api/l10n/is.js share/nextcloud/apps/cloud_federation_api/l10n/is.json share/nextcloud/apps/cloud_federation_api/l10n/it.js share/nextcloud/apps/cloud_federation_api/l10n/it.json +share/nextcloud/apps/cloud_federation_api/l10n/ja.js +share/nextcloud/apps/cloud_federation_api/l10n/ja.json +share/nextcloud/apps/cloud_federation_api/l10n/lt_LT.js +share/nextcloud/apps/cloud_federation_api/l10n/lt_LT.json share/nextcloud/apps/cloud_federation_api/l10n/mk.js share/nextcloud/apps/cloud_federation_api/l10n/mk.json share/nextcloud/apps/cloud_federation_api/l10n/my.js @@ -8228,6 +8185,8 @@ share/nextcloud/apps/contactsinteraction/l10n/hu.js share/nextcloud/apps/contactsinteraction/l10n/hu.json share/nextcloud/apps/contactsinteraction/l10n/it.js share/nextcloud/apps/contactsinteraction/l10n/it.json +share/nextcloud/apps/contactsinteraction/l10n/ja.js +share/nextcloud/apps/contactsinteraction/l10n/ja.json share/nextcloud/apps/contactsinteraction/l10n/lt_LT.js share/nextcloud/apps/contactsinteraction/l10n/lt_LT.json share/nextcloud/apps/contactsinteraction/l10n/mk.js @@ -8248,6 +8207,8 @@ share/nextcloud/apps/contactsinteraction/l10n/sk.js share/nextcloud/apps/contactsinteraction/l10n/sk.json share/nextcloud/apps/contactsinteraction/l10n/sl.js share/nextcloud/apps/contactsinteraction/l10n/sl.json +share/nextcloud/apps/contactsinteraction/l10n/sv.js +share/nextcloud/apps/contactsinteraction/l10n/sv.json share/nextcloud/apps/contactsinteraction/l10n/tr.js share/nextcloud/apps/contactsinteraction/l10n/tr.json share/nextcloud/apps/contactsinteraction/l10n/zh_CN.js @@ -8695,6 +8656,7 @@ share/nextcloud/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php share/nextcloud/apps/dav/lib/Connector/Sabre/DavAclPlugin.php share/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php share/nextcloud/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php +share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/BadGateway.php share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php @@ -12171,10 +12133,14 @@ share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_real.php share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_static.php share/nextcloud/apps/lookup_server_connector/composer/composer/installed.json share/nextcloud/apps/lookup_server_connector/composer/composer/installed.php +share/nextcloud/apps/lookup_server_connector/l10n/bg.js +share/nextcloud/apps/lookup_server_connector/l10n/bg.json share/nextcloud/apps/lookup_server_connector/l10n/ca.js share/nextcloud/apps/lookup_server_connector/l10n/ca.json share/nextcloud/apps/lookup_server_connector/l10n/cs.js share/nextcloud/apps/lookup_server_connector/l10n/cs.json +share/nextcloud/apps/lookup_server_connector/l10n/da.js +share/nextcloud/apps/lookup_server_connector/l10n/da.json share/nextcloud/apps/lookup_server_connector/l10n/de.js share/nextcloud/apps/lookup_server_connector/l10n/de.json share/nextcloud/apps/lookup_server_connector/l10n/de_DE.js @@ -12187,6 +12153,8 @@ share/nextcloud/apps/lookup_server_connector/l10n/es.js share/nextcloud/apps/lookup_server_connector/l10n/es.json share/nextcloud/apps/lookup_server_connector/l10n/eu.js share/nextcloud/apps/lookup_server_connector/l10n/eu.json +share/nextcloud/apps/lookup_server_connector/l10n/fi.js +share/nextcloud/apps/lookup_server_connector/l10n/fi.json share/nextcloud/apps/lookup_server_connector/l10n/fr.js share/nextcloud/apps/lookup_server_connector/l10n/fr.json share/nextcloud/apps/lookup_server_connector/l10n/gl.js @@ -12199,6 +12167,12 @@ share/nextcloud/apps/lookup_server_connector/l10n/hu.js share/nextcloud/apps/lookup_server_connector/l10n/hu.json share/nextcloud/apps/lookup_server_connector/l10n/it.js share/nextcloud/apps/lookup_server_connector/l10n/it.json +share/nextcloud/apps/lookup_server_connector/l10n/ja.js +share/nextcloud/apps/lookup_server_connector/l10n/ja.json +share/nextcloud/apps/lookup_server_connector/l10n/ko.js +share/nextcloud/apps/lookup_server_connector/l10n/ko.json +share/nextcloud/apps/lookup_server_connector/l10n/lt_LT.js +share/nextcloud/apps/lookup_server_connector/l10n/lt_LT.json share/nextcloud/apps/lookup_server_connector/l10n/nl.js share/nextcloud/apps/lookup_server_connector/l10n/nl.json share/nextcloud/apps/lookup_server_connector/l10n/pl.js @@ -12624,6 +12598,8 @@ share/nextcloud/apps/oauth2/l10n/ar.js share/nextcloud/apps/oauth2/l10n/ar.json share/nextcloud/apps/oauth2/l10n/ast.js share/nextcloud/apps/oauth2/l10n/ast.json +share/nextcloud/apps/oauth2/l10n/bg.js +share/nextcloud/apps/oauth2/l10n/bg.json share/nextcloud/apps/oauth2/l10n/br.js share/nextcloud/apps/oauth2/l10n/br.json share/nextcloud/apps/oauth2/l10n/ca.js @@ -12716,6 +12692,8 @@ share/nextcloud/apps/oauth2/l10n/nb.js share/nextcloud/apps/oauth2/l10n/nb.json share/nextcloud/apps/oauth2/l10n/nl.js share/nextcloud/apps/oauth2/l10n/nl.json +share/nextcloud/apps/oauth2/l10n/oc.js +share/nextcloud/apps/oauth2/l10n/oc.json share/nextcloud/apps/oauth2/l10n/pl.js share/nextcloud/apps/oauth2/l10n/pl.json share/nextcloud/apps/oauth2/l10n/pt_BR.js @@ -13340,6 +13318,8 @@ share/nextcloud/apps/provisioning_api/composer/composer/autoload_static.php share/nextcloud/apps/provisioning_api/composer/composer/installed.json share/nextcloud/apps/provisioning_api/composer/composer/installed.php share/nextcloud/apps/provisioning_api/img/app.svg +share/nextcloud/apps/provisioning_api/l10n/bg.js +share/nextcloud/apps/provisioning_api/l10n/bg.json share/nextcloud/apps/provisioning_api/l10n/ca.js share/nextcloud/apps/provisioning_api/l10n/ca.json share/nextcloud/apps/provisioning_api/l10n/cs.js @@ -13452,6 +13432,8 @@ share/nextcloud/apps/recommendations/l10n/hr.js share/nextcloud/apps/recommendations/l10n/hr.json share/nextcloud/apps/recommendations/l10n/hu.js share/nextcloud/apps/recommendations/l10n/hu.json +share/nextcloud/apps/recommendations/l10n/id.js +share/nextcloud/apps/recommendations/l10n/id.json share/nextcloud/apps/recommendations/l10n/is.js share/nextcloud/apps/recommendations/l10n/is.json share/nextcloud/apps/recommendations/l10n/it.js @@ -13769,6 +13751,8 @@ share/nextcloud/apps/settings/js/settings/personalInfo.js share/nextcloud/apps/settings/js/templates.js share/nextcloud/apps/settings/js/templates/federationscopemenu.handlebars share/nextcloud/apps/settings/js/usersettings.js +share/nextcloud/apps/settings/js/vue-settings-admin-basic-settings.js +share/nextcloud/apps/settings/js/vue-settings-admin-basic-settings.js.map share/nextcloud/apps/settings/js/vue-settings-admin-delegation.js share/nextcloud/apps/settings/js/vue-settings-admin-delegation.js.map share/nextcloud/apps/settings/js/vue-settings-admin-security.js @@ -14048,6 +14032,8 @@ share/nextcloud/apps/sharebymail/img/app.svg share/nextcloud/apps/sharebymail/js/settings-admin.js share/nextcloud/apps/sharebymail/l10n/ast.js share/nextcloud/apps/sharebymail/l10n/ast.json +share/nextcloud/apps/sharebymail/l10n/bg.js +share/nextcloud/apps/sharebymail/l10n/bg.json share/nextcloud/apps/sharebymail/l10n/ca.js share/nextcloud/apps/sharebymail/l10n/ca.json share/nextcloud/apps/sharebymail/l10n/cs.js @@ -15138,12 +15124,8 @@ share/nextcloud/apps/text/l10n/eo.js share/nextcloud/apps/text/l10n/eo.json share/nextcloud/apps/text/l10n/es.js share/nextcloud/apps/text/l10n/es.json -share/nextcloud/apps/text/l10n/es_AR.js -share/nextcloud/apps/text/l10n/es_AR.json share/nextcloud/apps/text/l10n/es_MX.js share/nextcloud/apps/text/l10n/es_MX.json -share/nextcloud/apps/text/l10n/et_EE.js -share/nextcloud/apps/text/l10n/et_EE.json share/nextcloud/apps/text/l10n/eu.js share/nextcloud/apps/text/l10n/eu.json share/nextcloud/apps/text/l10n/fa.js @@ -15244,6 +15226,7 @@ share/nextcloud/apps/text/lib/Migration/Version010000Date20190617184535.php share/nextcloud/apps/text/lib/Migration/Version030001Date20200402075029.php share/nextcloud/apps/text/lib/Migration/Version030201Date20201116110353.php share/nextcloud/apps/text/lib/Migration/Version030201Date20201116123153.php +share/nextcloud/apps/text/lib/Migration/Version030401Date20220203141002.php share/nextcloud/apps/text/lib/Service/ApiService.php share/nextcloud/apps/text/lib/Service/DocumentService.php share/nextcloud/apps/text/lib/Service/SessionService.php @@ -16210,6 +16193,8 @@ share/nextcloud/apps/user_status/l10n/af.js share/nextcloud/apps/user_status/l10n/af.json share/nextcloud/apps/user_status/l10n/ar.js share/nextcloud/apps/user_status/l10n/ar.json +share/nextcloud/apps/user_status/l10n/bg.js +share/nextcloud/apps/user_status/l10n/bg.json share/nextcloud/apps/user_status/l10n/ca.js share/nextcloud/apps/user_status/l10n/ca.json share/nextcloud/apps/user_status/l10n/cs.js @@ -16258,6 +16243,8 @@ share/nextcloud/apps/user_status/l10n/pl.js share/nextcloud/apps/user_status/l10n/pl.json share/nextcloud/apps/user_status/l10n/pt_BR.js share/nextcloud/apps/user_status/l10n/pt_BR.json +share/nextcloud/apps/user_status/l10n/pt_PT.js +share/nextcloud/apps/user_status/l10n/pt_PT.json share/nextcloud/apps/user_status/l10n/ru.js share/nextcloud/apps/user_status/l10n/ru.json share/nextcloud/apps/user_status/l10n/sc.js @@ -16538,6 +16525,8 @@ share/nextcloud/apps/weather_status/js/weather-status.js share/nextcloud/apps/weather_status/js/weather-status.js.map share/nextcloud/apps/weather_status/l10n/af.js share/nextcloud/apps/weather_status/l10n/af.json +share/nextcloud/apps/weather_status/l10n/bg.js +share/nextcloud/apps/weather_status/l10n/bg.json share/nextcloud/apps/weather_status/l10n/ca.js share/nextcloud/apps/weather_status/l10n/ca.json share/nextcloud/apps/weather_status/l10n/cs.js @@ -16987,7 +16976,10 @@ share/nextcloud/core/Migrations/Version23000Date20210906132259.php share/nextcloud/core/Migrations/Version23000Date20210930122352.php share/nextcloud/core/Migrations/Version23000Date20211203110726.php share/nextcloud/core/Migrations/Version23000Date20211213203940.php +share/nextcloud/core/Migrations/Version24000Date20211213081506.php +share/nextcloud/core/Migrations/Version24000Date20211213081604.php share/nextcloud/core/Migrations/Version24000Date20211230140012.php +share/nextcloud/core/Migrations/Version24000Date20220131153041.php share/nextcloud/core/Notification/CoreNotifier.php share/nextcloud/core/Service/LoginFlowV2Service.php share/nextcloud/core/ajax/update.php @@ -17079,9 +17071,11 @@ share/nextcloud/core/doc/admin/_images/ldap-wizard-4-group.png share/nextcloud/core/doc/admin/_images/local.png share/nextcloud/core/doc/admin/_images/mount_options.png share/nextcloud/core/doc/admin/_images/oauth2-settings.png +share/nextcloud/core/doc/admin/_images/office.png share/nextcloud/core/doc/admin/_images/openstack.png share/nextcloud/core/doc/admin/_images/phpinfo.png share/nextcloud/core/doc/admin/_images/preview_images.png +share/nextcloud/core/doc/admin/_images/profile_default_setting.png share/nextcloud/core/doc/admin/_images/rackspace.png share/nextcloud/core/doc/admin/_images/retention_sample.png share/nextcloud/core/doc/admin/_images/security-setup-warning-1.png @@ -17124,6 +17118,7 @@ share/nextcloud/core/doc/admin/_sources/configuration_database/db_conversion.rst share/nextcloud/core/doc/admin/_sources/configuration_database/index.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_database/linux_database_configuration.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_database/mysql_4byte_support.rst.txt +share/nextcloud/core/doc/admin/_sources/configuration_database/splitting.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_files/default_files_configuration.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_configuration.rst.txt @@ -17170,6 +17165,7 @@ share/nextcloud/core/doc/admin/_sources/configuration_user/index.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_user/instruction_set_for_apps.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_user/instruction_set_for_groups.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_user/instruction_set_for_users.rst.txt +share/nextcloud/core/doc/admin/_sources/configuration_user/profile_configuration.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_user/reset_admin_password.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_user/reset_user_password.rst.txt share/nextcloud/core/doc/admin/_sources/configuration_user/two_factor-auth.rst.txt @@ -17217,6 +17213,14 @@ share/nextcloud/core/doc/admin/_sources/maintenance/package_upgrade.rst.txt share/nextcloud/core/doc/admin/_sources/maintenance/restore.rst.txt share/nextcloud/core/doc/admin/_sources/maintenance/update.rst.txt share/nextcloud/core/doc/admin/_sources/maintenance/upgrade.rst.txt +share/nextcloud/core/doc/admin/_sources/office/configuration.rst.txt +share/nextcloud/core/doc/admin/_sources/office/example-docker.rst.txt +share/nextcloud/core/doc/admin/_sources/office/example-ubuntu.rst.txt +share/nextcloud/core/doc/admin/_sources/office/index.rst.txt +share/nextcloud/core/doc/admin/_sources/office/installation.rst.txt +share/nextcloud/core/doc/admin/_sources/office/migration.rst.txt +share/nextcloud/core/doc/admin/_sources/office/proxy.rst.txt +share/nextcloud/core/doc/admin/_sources/office/troubleshooting.rst.txt share/nextcloud/core/doc/admin/_sources/release_notes.rst.txt share/nextcloud/core/doc/admin/_sources/release_schedule.rst.txt share/nextcloud/core/doc/admin/_static/basic.css @@ -17276,6 +17280,7 @@ share/nextcloud/core/doc/admin/configuration_database/db_conversion.html share/nextcloud/core/doc/admin/configuration_database/index.html share/nextcloud/core/doc/admin/configuration_database/linux_database_configuration.html share/nextcloud/core/doc/admin/configuration_database/mysql_4byte_support.html +share/nextcloud/core/doc/admin/configuration_database/splitting.html share/nextcloud/core/doc/admin/configuration_files/big_file_upload_configuration.html share/nextcloud/core/doc/admin/configuration_files/default_files_configuration.html share/nextcloud/core/doc/admin/configuration_files/encryption_configuration.html @@ -17322,6 +17327,7 @@ share/nextcloud/core/doc/admin/configuration_user/index.html share/nextcloud/core/doc/admin/configuration_user/instruction_set_for_apps.html share/nextcloud/core/doc/admin/configuration_user/instruction_set_for_groups.html share/nextcloud/core/doc/admin/configuration_user/instruction_set_for_users.html +share/nextcloud/core/doc/admin/configuration_user/profile_configuration.html share/nextcloud/core/doc/admin/configuration_user/reset_admin_password.html share/nextcloud/core/doc/admin/configuration_user/reset_user_password.html share/nextcloud/core/doc/admin/configuration_user/two_factor-auth.html @@ -17371,6 +17377,14 @@ share/nextcloud/core/doc/admin/maintenance/restore.html share/nextcloud/core/doc/admin/maintenance/update.html share/nextcloud/core/doc/admin/maintenance/upgrade.html share/nextcloud/core/doc/admin/objects.inv +share/nextcloud/core/doc/admin/office/configuration.html +share/nextcloud/core/doc/admin/office/example-docker.html +share/nextcloud/core/doc/admin/office/example-ubuntu.html +share/nextcloud/core/doc/admin/office/index.html +share/nextcloud/core/doc/admin/office/installation.html +share/nextcloud/core/doc/admin/office/migration.html +share/nextcloud/core/doc/admin/office/proxy.html +share/nextcloud/core/doc/admin/office/troubleshooting.html share/nextcloud/core/doc/admin/release_notes.html share/nextcloud/core/doc/admin/release_schedule.html share/nextcloud/core/doc/admin/search.html @@ -18018,8 +18032,6 @@ share/nextcloud/core/l10n/sk.js share/nextcloud/core/l10n/sk.json share/nextcloud/core/l10n/sl.js share/nextcloud/core/l10n/sl.json -share/nextcloud/core/l10n/sq.js -share/nextcloud/core/l10n/sq.json share/nextcloud/core/l10n/sr.js share/nextcloud/core/l10n/sr.json share/nextcloud/core/l10n/sv.js @@ -18030,8 +18042,6 @@ share/nextcloud/core/l10n/tr.js share/nextcloud/core/l10n/tr.json share/nextcloud/core/l10n/uk.js share/nextcloud/core/l10n/uk.json -share/nextcloud/core/l10n/vi.js -share/nextcloud/core/l10n/vi.json share/nextcloud/core/l10n/zh_CN.js share/nextcloud/core/l10n/zh_CN.json share/nextcloud/core/l10n/zh_HK.js @@ -18898,6 +18908,7 @@ share/nextcloud/lib/private/Repair/Owncloud/CleanPreviews.php share/nextcloud/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php share/nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php share/nextcloud/lib/private/Repair/Owncloud/InstallCoreBundle.php +share/nextcloud/lib/private/Repair/Owncloud/MigrateOauthTables.php share/nextcloud/lib/private/Repair/Owncloud/MoveAvatars.php share/nextcloud/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php share/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php diff --git a/www/php-nextcloud/distinfo b/www/php-nextcloud/distinfo index 6cd4d4c87f0c2..2175dc48243cb 100644 --- a/www/php-nextcloud/distinfo +++ b/www/php-nextcloud/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.52 2022/02/25 02:47:00 ryoon Exp $ +$NetBSD: distinfo,v 1.53 2022/05/12 11:26:54 khorben Exp $ -BLAKE2s (nextcloud-23.0.2.tar.bz2) = b6dce57f7416a3bc3fd4868065088e7bda91a42f836fdab737f48a5fd2f701e1 -SHA512 (nextcloud-23.0.2.tar.bz2) = 0c033a39a13daf2be1f6720908ca0052659995458ad6ab3c22147761a10d62da1ad0fb9f0c1090b4e8ba993729b95cad02e9b39b6a682a02c832329c2fbe68f9 -Size (nextcloud-23.0.2.tar.bz2) = 139878469 bytes +BLAKE2s (nextcloud-23.0.4.tar.bz2) = 8d877faaf155c8a9b75f6fedc1641ffaec22fdf862822e3cf441bbdd56dce300 +SHA512 (nextcloud-23.0.4.tar.bz2) = f43acf7c9df6e3105d9085bf9b4c95eebca83812980b933cd57920dec5684c34fe47e8f5395aa7eed806c75f13049790a30b2f8abce8738f9e8a55b24280871f +Size (nextcloud-23.0.4.tar.bz2) = 140409123 bytes From 7a142edd06ed0a04f98e85fa84ec42812699990f Mon Sep 17 00:00:00 2001 From: khorben Date: Thu, 12 May 2022 11:27:12 +0000 Subject: [PATCH 0260/1154] doc: Updated www/php-nextcloud to 23.0.4 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 341483e584691..7f6eb8c96113d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2522 2022/05/12 11:15:36 kim Exp $ +$NetBSD: CHANGES-2022,v 1.2523 2022/05/12 11:27:12 khorben Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3894,3 +3894,4 @@ Changes to the packages collection and infrastructure in 2022: Removed games/genecys-client [wiz 2022-05-12] Removed games/genecys-data [wiz 2022-05-12] Updated net/gh to 2.10.1 [kim 2022-05-12] + Updated www/php-nextcloud to 23.0.4 [khorben 2022-05-12] From 4df04d35b6dd23713a0ee66943dc374f65516ad4 Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 12 May 2022 12:32:49 +0000 Subject: [PATCH 0261/1154] lang/lua53: Explain why theere is no builtin.mk --- lang/lua53/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile index daeb57d0fd26c..ee47eebdcc39f 100644 --- a/lang/lua53/Makefile +++ b/lang/lua53/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/07/02 10:15:20 nia Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/12 12:32:49 gdt Exp $ DISTNAME= lua-${LUA_VERSION} PKGNAME= lua53-${LUA_VERSION} @@ -11,6 +11,10 @@ HOMEPAGE= https://www.lua.org/ COMMENT= Lightweight, embeddable scripting language (v5.3) LICENSE= mit +# Note that there is no builtin.mk for lua on purpose, roughly because +# installing extension modules from pkgsrc would not work well with +# base system lua. + .include "../../lang/lua53/version.mk" CONFLICTS+= lua-[0-9]* From 9f992ecb1eb5c029f32226d657f3ab04f0b2c53b Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 12:37:54 +0000 Subject: [PATCH 0262/1154] libmediawiki: fix build idea from arch linux package --- www/libmediawiki/distinfo | 3 ++- www/libmediawiki/patches/patch-CMakeLists.txt | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 www/libmediawiki/patches/patch-CMakeLists.txt diff --git a/www/libmediawiki/distinfo b/www/libmediawiki/distinfo index 6b4d244c69aa6..b8355c929d0b3 100644 --- a/www/libmediawiki/distinfo +++ b/www/libmediawiki/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:29:36 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/12 12:37:54 wiz Exp $ BLAKE2s (libmediawiki-5.37.0.tar.xz) = f3b900d64bdf11c9e24af6b40d341acc7585c24c6e0acd35bcca5a375bb1bc31 SHA512 (libmediawiki-5.37.0.tar.xz) = 5efcd30782c8d54cddad51c6a96065f2942529e89facfd1c3a71af343a898858db02fa95dd0af0161b3e13aee6a9a373a0a641ce64e128c7282cbf3770db6993 Size (libmediawiki-5.37.0.tar.xz) = 55188 bytes +SHA1 (patch-CMakeLists.txt) = fd32cfc01bbf9996d9ac11656d0a19cc5386cf05 diff --git a/www/libmediawiki/patches/patch-CMakeLists.txt b/www/libmediawiki/patches/patch-CMakeLists.txt new file mode 100644 index 0000000000000..2eca6c7e5259b --- /dev/null +++ b/www/libmediawiki/patches/patch-CMakeLists.txt @@ -0,0 +1,15 @@ +$NetBSD: patch-CMakeLists.txt,v 1.1 2022/05/12 12:37:54 wiz Exp $ + +Build fix from arch linux package. + +--- CMakeLists.txt.orig 2017-08-30 11:48:37.000000000 +0000 ++++ CMakeLists.txt +@@ -46,6 +46,8 @@ ecm_setup_version(${LIBMEDIAWIKI_LIBVERS + find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Core Network) + find_package(KF5CoreAddons ${KF5_VERSION} REQUIRED) + ++remove_definitions(-DQT_NO_CAST_FROM_ASCII) ++ + # Subdirectories + add_subdirectory(src) + add_subdirectory(autotests) From f65139dd015844c648a18e971ce55ed795f825b9 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 12:52:55 +0000 Subject: [PATCH 0263/1154] kitty: add CHECK_INTERPRETER_SKIP for a file --- x11/kitty/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index d08c7895991f3..1ef845ef49965 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2022/05/05 12:07:28 nia Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/12 12:52:55 wiz Exp $ DISTNAME= kitty-0.25.0 CATEGORIES= x11 @@ -26,6 +26,8 @@ BUILDLINK_TRANSFORM+= rm:-pedantic-errors # comes with ncurses. USE_NCURSES= yes +CHECK_INTERPRETER_SKIP= lib/kitty/shell-integration/ssh/askpass.py + INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 PYTHON_VERSIONS_INCOMPATIBLE= 27 From 4b645ee633c3f6dc4a61852a7a604304de6926b9 Mon Sep 17 00:00:00 2001 From: abs Date: Thu, 12 May 2022 13:03:57 +0000 Subject: [PATCH 0264/1154] Add lz4 to postgresql14 options (enabled by default) Bump PKGREVISION on all including packages just to be on the safe side --- databases/postgresql14-client/Makefile | 4 ++-- databases/postgresql14-contrib/Makefile | 4 ++-- databases/postgresql14-docs/Makefile | 4 ++-- databases/postgresql14-plperl/Makefile | 4 ++-- databases/postgresql14-plpython/Makefile | 4 ++-- databases/postgresql14-pltcl/Makefile | 4 ++-- databases/postgresql14-server/Makefile | 4 ++-- databases/postgresql14/Makefile | 4 ++-- databases/postgresql14/options.mk | 13 ++++++++++--- 9 files changed, 26 insertions(+), 19 deletions(-) diff --git a/databases/postgresql14-client/Makefile b/databases/postgresql14-client/Makefile index a7ee6e3e6ff80..2ea79f30f0d15 100644 --- a/databases/postgresql14-client/Makefile +++ b/databases/postgresql14-client/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/05/05 08:22:38 nia Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 13:03:57 abs Exp $ PKGNAME= ${DISTNAME:S/-/14-client-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql14/Makefile.common" diff --git a/databases/postgresql14-contrib/Makefile b/databases/postgresql14-contrib/Makefile index e2adcb35fb0b0..b894805db260d 100644 --- a/databases/postgresql14-contrib/Makefile +++ b/databases/postgresql14-contrib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ PKGNAME= ${DISTNAME:S/-/14-contrib-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql14/Makefile.common" diff --git a/databases/postgresql14-docs/Makefile b/databases/postgresql14-docs/Makefile index 8e21ecb7e4e19..c7ed038e792d0 100644 --- a/databases/postgresql14-docs/Makefile +++ b/databases/postgresql14-docs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ PKGNAME= ${DISTNAME:S/-/14-docs-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql14/Makefile.common" diff --git a/databases/postgresql14-plperl/Makefile b/databases/postgresql14-plperl/Makefile index d198c5cef2ea0..c1bd50b77c6b7 100644 --- a/databases/postgresql14-plperl/Makefile +++ b/databases/postgresql14-plperl/Makefile @@ -1,7 +1,7 @@ -#$ $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $ +#$ $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ PKGNAME= ${DISTNAME:S/-/14-plperl-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server diff --git a/databases/postgresql14-plpython/Makefile b/databases/postgresql14-plpython/Makefile index dd39e01a91b10..75f52218e6bcf 100644 --- a/databases/postgresql14-plpython/Makefile +++ b/databases/postgresql14-plpython/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ PKGNAME= ${DISTNAME:S/-/14-plpython-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server diff --git a/databases/postgresql14-pltcl/Makefile b/databases/postgresql14-pltcl/Makefile index 7517bb97bfd86..8deb17566cc0a 100644 --- a/databases/postgresql14-pltcl/Makefile +++ b/databases/postgresql14-pltcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ PKGNAME= ${DISTNAME:S/-/14-pltcl-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index 7e6e58f583272..bca82a52e0b5e 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:58 abs Exp $ PKGNAME= ${DISTNAME:S/-/14-server-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql14/Makefile b/databases/postgresql14/Makefile index 0cc3bcfd8030e..31ea3bf790e75 100644 --- a/databases/postgresql14/Makefile +++ b/databases/postgresql14/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/04/18 19:10:42 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/12 13:03:57 abs Exp $ PKGNAME= ${DISTNAME:S/-/14-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql14-client>=${PKGVERSION_NOREV}:../../databases/postgresql14-client diff --git a/databases/postgresql14/options.mk b/databases/postgresql14/options.mk index 85c5f90d46e3f..4cf8eceac6af2 100644 --- a/databases/postgresql14/options.mk +++ b/databases/postgresql14/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2021/10/08 10:23:43 adam Exp $ +# $NetBSD: options.mk,v 1.2 2022/05/12 13:03:57 abs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql14 -PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam -PKG_SUGGESTED_OPTIONS= gssapi nls +PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam lz4 +PKG_SUGGESTED_OPTIONS= gssapi nls lz4 PLIST_VARS+= gssapi llvm nls @@ -52,6 +52,13 @@ CONFIGURE_ENV+= CLANG=${CC} # XXX: make it be better PLIST.llvm= yes .endif +# lz4 support +.if !empty(PKG_OPTIONS:Mlz4) +. include "../../archivers/lz4/buildlink3.mk" +USE_TOOLS+= pkg-config +CONFIGURE_ARGS+= --with-lz4 +.endif + # NLS support .if !empty(PKG_OPTIONS:Mnls) USE_PKGLOCALEDIR= yes From d1c226898d8aca3304fe35d597998912b1eb9b30 Mon Sep 17 00:00:00 2001 From: abs Date: Thu, 12 May 2022 13:15:58 +0000 Subject: [PATCH 0265/1154] Updated devel/visualvm to 2.1.3 Changes in 2.1.3 Features and Enhancements: Extended monitoring: GH-391: Add monitoring of network traffic GH-392: Visualise heap max and metaspace max values in graphs Heap viewer usability improvements: GH-397: [HeapViewer] display logical value of TruffleString Other improvements: GH-388: Allow BTrace plugin to run without --add-exports GH-390: Update generic JFR loader to version 8.1.0 Fixed Bugs: GH-372: UI proxy settings not used for remote host connections GH-382: Polyglot Sampler not compatible with latest TruffleRuby GH-383: Incorrect Self time reported when merging threads sample results GH-384: JFR Streaming: Do not take stacktraces for thread state events GH-389: The Socket IO tab does not group rows properly GH-394: ClassNotFoundException: org.netbeans.lib.uihandler.Decorations GH-395: Failed to create remote heap dump and save it Unable to find any previous release notes as Oracle overwrite them for each new relase, and have the github wiki set to private. #yayoracle --- devel/visualvm/Makefile | 7 +- devel/visualvm/PLIST | 385 +++++++++++++++++++++------------------- devel/visualvm/distinfo | 8 +- 3 files changed, 209 insertions(+), 191 deletions(-) diff --git a/devel/visualvm/Makefile b/devel/visualvm/Makefile index 27bf71e91b70e..bc56dce5a3340 100644 --- a/devel/visualvm/Makefile +++ b/devel/visualvm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/03/27 15:11:19 nia Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 13:15:58 abs Exp $ -DISTNAME= visualvm_141 -PKGNAME= visualvm-1.4.1 +DISTNAME= visualvm_213 +PKGNAME= visualvm-2.1.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=oracle/} GITHUB_RELEASE= ${PKGNAME:S:visualvm-::} @@ -12,7 +12,6 @@ HOMEPAGE= https://visualvm.github.io/ COMMENT= Monitor, profile, take and browse java thread dumps LICENSE= gnu-gpl-v2 -USE_JAVA= yes USE_JAVA2= 8 USE_LANGUAGES= # none USE_TOOLS+= find pax diff --git a/devel/visualvm/PLIST b/devel/visualvm/PLIST index ac1564aa826f3..2e53a6c43a9ab 100644 --- a/devel/visualvm/PLIST +++ b/devel/visualvm/PLIST @@ -1,12 +1,14 @@ -@comment $NetBSD: PLIST,v 1.2 2018/09/20 11:20:29 abs Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/12 13:15:58 abs Exp $ bin/visualvm lib/visualvm/LICENSE.txt +lib/visualvm/THIRDPARTYLICENSE lib/visualvm/bin/visualvm lib/visualvm/bin/visualvm.exe lib/visualvm/etc/visualvm.clusters lib/visualvm/etc/visualvm.conf lib/visualvm/etc/visualvm.icns -lib/visualvm/platform/VERSION.txt +lib/visualvm/etc/visualvm.import +lib/visualvm/platform/.lastModified lib/visualvm/platform/config/ModuleAutoDeps/org-netbeans-api-progress.xml lib/visualvm/platform/config/ModuleAutoDeps/org-netbeans-core-startup.xml lib/visualvm/platform/config/ModuleAutoDeps/org-netbeans-core.xml @@ -26,6 +28,7 @@ lib/visualvm/platform/config/Modules/org-netbeans-api-intent.xml lib/visualvm/platform/config/Modules/org-netbeans-api-io.xml lib/visualvm/platform/config/Modules/org-netbeans-api-progress-nb.xml lib/visualvm/platform/config/Modules/org-netbeans-api-progress.xml +lib/visualvm/platform/config/Modules/org-netbeans-api-scripting.xml lib/visualvm/platform/config/Modules/org-netbeans-api-search.xml lib/visualvm/platform/config/Modules/org-netbeans-api-templates.xml lib/visualvm/platform/config/Modules/org-netbeans-core-execution.xml @@ -37,6 +40,7 @@ lib/visualvm/platform/config/Modules/org-netbeans-core-network.xml lib/visualvm/platform/config/Modules/org-netbeans-core-ui.xml lib/visualvm/platform/config/Modules/org-netbeans-core-windows.xml lib/visualvm/platform/config/Modules/org-netbeans-core.xml +lib/visualvm/platform/config/Modules/org-netbeans-libs-flatlaf.xml lib/visualvm/platform/config/Modules/org-netbeans-libs-jna-platform.xml lib/visualvm/platform/config/Modules/org-netbeans-libs-jna.xml lib/visualvm/platform/config/Modules/org-netbeans-modules-applemenu.xml @@ -63,6 +67,8 @@ lib/visualvm/platform/config/Modules/org-netbeans-modules-sampler.xml lib/visualvm/platform/config/Modules/org-netbeans-modules-sendopts.xml lib/visualvm/platform/config/Modules/org-netbeans-modules-settings.xml lib/visualvm/platform/config/Modules/org-netbeans-spi-quicksearch.xml +lib/visualvm/platform/config/Modules/org-netbeans-swing-laf-dark.xml +lib/visualvm/platform/config/Modules/org-netbeans-swing-laf-flatlaf.xml lib/visualvm/platform/config/Modules/org-netbeans-swing-outline.xml lib/visualvm/platform/config/Modules/org-netbeans-swing-plaf.xml lib/visualvm/platform/config/Modules/org-netbeans-swing-tabcontrol.xml @@ -77,7 +83,9 @@ lib/visualvm/platform/config/Modules/org-openide-loaders.xml lib/visualvm/platform/config/Modules/org-openide-nodes.xml lib/visualvm/platform/config/Modules/org-openide-text.xml lib/visualvm/platform/config/Modules/org-openide-windows.xml -lib/visualvm/platform/core/asm-all-5.0.1.jar +lib/visualvm/platform/core/asm-8.0.1.jar +lib/visualvm/platform/core/asm-commons-8.0.1.jar +lib/visualvm/platform/core/asm-tree-8.0.1.jar lib/visualvm/platform/core/core-base.jar lib/visualvm/platform/core/core.jar lib/visualvm/platform/core/org-netbeans-libs-asm.jar @@ -92,21 +100,24 @@ lib/visualvm/platform/lib/org-openide-modules.jar lib/visualvm/platform/lib/org-openide-util-lookup.jar lib/visualvm/platform/lib/org-openide-util-ui.jar lib/visualvm/platform/lib/org-openide-util.jar -lib/visualvm/platform/modules/ext/jhall-2.0_05.jar -lib/visualvm/platform/modules/ext/jna-4.4.0.jar -lib/visualvm/platform/modules/ext/jna-platform-4.4.0.jar -lib/visualvm/platform/modules/ext/nsProxyAutoConfig.js +lib/visualvm/platform/modules/ext/flatlaf-1.1.2.jar +lib/visualvm/platform/modules/ext/jna-5.10.0.jar +lib/visualvm/platform/modules/ext/jna-platform-5.10.0.jar lib/visualvm/platform/modules/ext/updater.jar -lib/visualvm/platform/modules/lib/amd64/jnidispatch-440.dll -lib/visualvm/platform/modules/lib/amd64/linux/libjnidispatch-440.so -lib/visualvm/platform/modules/lib/i386/linux/libjnidispatch-440.so -lib/visualvm/platform/modules/lib/libjnidispatch-440.jnilib -lib/visualvm/platform/modules/lib/x86/jnidispatch-440.dll +lib/visualvm/platform/modules/lib/aarch64/jnidispatch-nb.dll +lib/visualvm/platform/modules/lib/aarch64/libjnidispatch-nb.jnilib +lib/visualvm/platform/modules/lib/aarch64/linux/libjnidispatch-nb.so +lib/visualvm/platform/modules/lib/amd64/jnidispatch-nb.dll +lib/visualvm/platform/modules/lib/amd64/linux/libjnidispatch-nb.so +lib/visualvm/platform/modules/lib/i386/linux/libjnidispatch-nb.so +lib/visualvm/platform/modules/lib/x86/jnidispatch-nb.dll +lib/visualvm/platform/modules/lib/x86_64/libjnidispatch-nb.jnilib lib/visualvm/platform/modules/org-netbeans-api-annotations-common.jar lib/visualvm/platform/modules/org-netbeans-api-intent.jar lib/visualvm/platform/modules/org-netbeans-api-io.jar lib/visualvm/platform/modules/org-netbeans-api-progress-nb.jar lib/visualvm/platform/modules/org-netbeans-api-progress.jar +lib/visualvm/platform/modules/org-netbeans-api-scripting.jar lib/visualvm/platform/modules/org-netbeans-api-search.jar lib/visualvm/platform/modules/org-netbeans-api-templates.jar lib/visualvm/platform/modules/org-netbeans-core-execution.jar @@ -118,6 +129,7 @@ lib/visualvm/platform/modules/org-netbeans-core-network.jar lib/visualvm/platform/modules/org-netbeans-core-ui.jar lib/visualvm/platform/modules/org-netbeans-core-windows.jar lib/visualvm/platform/modules/org-netbeans-core.jar +lib/visualvm/platform/modules/org-netbeans-libs-flatlaf.jar lib/visualvm/platform/modules/org-netbeans-libs-jna-platform.jar lib/visualvm/platform/modules/org-netbeans-libs-jna.jar lib/visualvm/platform/modules/org-netbeans-modules-applemenu.jar @@ -144,6 +156,8 @@ lib/visualvm/platform/modules/org-netbeans-modules-sampler.jar lib/visualvm/platform/modules/org-netbeans-modules-sendopts.jar lib/visualvm/platform/modules/org-netbeans-modules-settings.jar lib/visualvm/platform/modules/org-netbeans-spi-quicksearch.jar +lib/visualvm/platform/modules/org-netbeans-swing-laf-dark.jar +lib/visualvm/platform/modules/org-netbeans-swing-laf-flatlaf.jar lib/visualvm/platform/modules/org-netbeans-swing-outline.jar lib/visualvm/platform/modules/org-netbeans-swing-plaf.jar lib/visualvm/platform/modules/org-netbeans-swing-tabcontrol.jar @@ -163,6 +177,7 @@ lib/visualvm/platform/update_tracking/org-netbeans-api-intent.xml lib/visualvm/platform/update_tracking/org-netbeans-api-io.xml lib/visualvm/platform/update_tracking/org-netbeans-api-progress-nb.xml lib/visualvm/platform/update_tracking/org-netbeans-api-progress.xml +lib/visualvm/platform/update_tracking/org-netbeans-api-scripting.xml lib/visualvm/platform/update_tracking/org-netbeans-api-search.xml lib/visualvm/platform/update_tracking/org-netbeans-api-templates.xml lib/visualvm/platform/update_tracking/org-netbeans-bootstrap.xml @@ -178,6 +193,7 @@ lib/visualvm/platform/update_tracking/org-netbeans-core-ui.xml lib/visualvm/platform/update_tracking/org-netbeans-core-windows.xml lib/visualvm/platform/update_tracking/org-netbeans-core.xml lib/visualvm/platform/update_tracking/org-netbeans-libs-asm.xml +lib/visualvm/platform/update_tracking/org-netbeans-libs-flatlaf.xml lib/visualvm/platform/update_tracking/org-netbeans-libs-jna-platform.xml lib/visualvm/platform/update_tracking/org-netbeans-libs-jna.xml lib/visualvm/platform/update_tracking/org-netbeans-modules-applemenu.xml @@ -204,6 +220,8 @@ lib/visualvm/platform/update_tracking/org-netbeans-modules-sampler.xml lib/visualvm/platform/update_tracking/org-netbeans-modules-sendopts.xml lib/visualvm/platform/update_tracking/org-netbeans-modules-settings.xml lib/visualvm/platform/update_tracking/org-netbeans-spi-quicksearch.xml +lib/visualvm/platform/update_tracking/org-netbeans-swing-laf-dark.xml +lib/visualvm/platform/update_tracking/org-netbeans-swing-laf-flatlaf.xml lib/visualvm/platform/update_tracking/org-netbeans-swing-outline.xml lib/visualvm/platform/update_tracking/org-netbeans-swing-plaf.xml lib/visualvm/platform/update_tracking/org-netbeans-swing-tabcontrol.xml @@ -223,179 +241,180 @@ lib/visualvm/platform/update_tracking/org-openide-util-lookup.xml lib/visualvm/platform/update_tracking/org-openide-util-ui.xml lib/visualvm/platform/update_tracking/org-openide-util.xml lib/visualvm/platform/update_tracking/org-openide-windows.xml -lib/visualvm/profiler/VERSION.txt -lib/visualvm/profiler/config/Modules/org-netbeans-lib-profiler-charts.xml -lib/visualvm/profiler/config/Modules/org-netbeans-lib-profiler-common.xml -lib/visualvm/profiler/config/Modules/org-netbeans-lib-profiler-ui.xml -lib/visualvm/profiler/config/Modules/org-netbeans-lib-profiler.xml -lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-api.xml -lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-attach.xml -lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-heapwalker.xml -lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-oql.xml -lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-snaptracer.xml -lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml -lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler.xml -lib/visualvm/profiler/lib/deployed/jdk15/hpux-pa_risc2.0/libprofilerinterface.sl -lib/visualvm/profiler/lib/deployed/jdk15/hpux-pa_risc2.0w/libprofilerinterface.sl -lib/visualvm/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk15/linux/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk15/mac/libprofilerinterface.jnilib -lib/visualvm/profiler/lib/deployed/jdk15/solaris-amd64/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk15/solaris-i386/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk15/solaris-sparc/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk15/solaris-sparcv9/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk15/windows-amd64/profilerinterface.dll -lib/visualvm/profiler/lib/deployed/jdk15/windows-amd64/profilerinterface.map -lib/visualvm/profiler/lib/deployed/jdk15/windows/profilerinterface.dll -lib/visualvm/profiler/lib/deployed/jdk15/windows/profilerinterface.map -lib/visualvm/profiler/lib/deployed/jdk16/hpux-pa_risc2.0/libprofilerinterface.sl -lib/visualvm/profiler/lib/deployed/jdk16/hpux-pa_risc2.0w/libprofilerinterface.sl -lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk16/linux-arm-vfp-hflt/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk16/linux-arm/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk16/linux/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk16/mac/libprofilerinterface.jnilib -lib/visualvm/profiler/lib/deployed/jdk16/solaris-amd64/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk16/solaris-i386/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk16/solaris-sparc/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk16/solaris-sparcv9/libprofilerinterface.so -lib/visualvm/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll -lib/visualvm/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.map -lib/visualvm/profiler/lib/deployed/jdk16/windows/profilerinterface.dll -lib/visualvm/profiler/lib/deployed/jdk16/windows/profilerinterface.map -lib/visualvm/profiler/lib/jfluid-server-15.jar -lib/visualvm/profiler/lib/jfluid-server.jar -lib/visualvm/profiler/modules/org-netbeans-lib-profiler-charts.jar -lib/visualvm/profiler/modules/org-netbeans-lib-profiler-common.jar -lib/visualvm/profiler/modules/org-netbeans-lib-profiler-ui.jar -lib/visualvm/profiler/modules/org-netbeans-lib-profiler.jar -lib/visualvm/profiler/modules/org-netbeans-modules-profiler-api.jar -lib/visualvm/profiler/modules/org-netbeans-modules-profiler-attach.jar -lib/visualvm/profiler/modules/org-netbeans-modules-profiler-heapwalker.jar -lib/visualvm/profiler/modules/org-netbeans-modules-profiler-oql.jar -lib/visualvm/profiler/modules/org-netbeans-modules-profiler-snaptracer.jar -lib/visualvm/profiler/modules/org-netbeans-modules-profiler-utilities.jar -lib/visualvm/profiler/modules/org-netbeans-modules-profiler.jar -lib/visualvm/profiler/update_tracking/org-netbeans-lib-profiler-charts.xml -lib/visualvm/profiler/update_tracking/org-netbeans-lib-profiler-common.xml -lib/visualvm/profiler/update_tracking/org-netbeans-lib-profiler-ui.xml -lib/visualvm/profiler/update_tracking/org-netbeans-lib-profiler.xml -lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-api.xml -lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-attach.xml -lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-heapwalker.xml -lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-oql.xml -lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-snaptracer.xml -lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-utilities.xml -lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler.xml lib/visualvm/visualvm/.lastModified -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-api-caching.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-application-views.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-application.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-attach.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-charts.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-core.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-coredump.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-heapdump.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-heapviewer.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-host-remote.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-host-views.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-host.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-jmx.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-jvm.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-jvmstat.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-modules-appui.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-profiler.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-profiling.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-sa.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-sampler.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-threaddump.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-tools.xml -lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-uisupport.xml -lib/visualvm/visualvm/config/Modules/net-java-html-boot-fx.xml_hidden -lib/visualvm/visualvm/config/Modules/net-java-html-boot-script.xml_hidden -lib/visualvm/visualvm/config/Modules/net-java-html-boot.xml_hidden -lib/visualvm/visualvm/config/Modules/net-java-html-geo.xml_hidden -lib/visualvm/visualvm/config/Modules/net-java-html-json.xml_hidden -lib/visualvm/visualvm/config/Modules/net-java-html-sound.xml_hidden -lib/visualvm/visualvm/config/Modules/net-java-html.xml_hidden -lib/visualvm/visualvm/config/Modules/org-jdesktop-layout.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-api-htmlui.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-api-progress-compat8.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-api-visual.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-core-netigso.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-core-osgi.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-core-output2.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-html-ko4j.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-html-xhr4j.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-lib-uihandler.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-libs-felix.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-libs-javafx.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-libs-jsr223.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-libs-junit4.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-libs-osgi.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-libs-testng.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-modules-core-kit.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-modules-favorites.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-modules-junitlib.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-modules-netbinox.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-modules-print.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-modules-spi-actions.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-modules-templates.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-modules-templatesui.xml_hidden -lib/visualvm/visualvm/config/Modules/org-netbeans-modules-uihandler.xml_hidden -lib/visualvm/visualvm/config/Modules/org-openide-compat.xml_hidden -lib/visualvm/visualvm/config/Modules/org-openide-execution-compat8.xml_hidden -lib/visualvm/visualvm/config/Modules/org-openide-options.xml_hidden -lib/visualvm/visualvm/config/Modules/org-openide-util-enumerations.xml_hidden -lib/visualvm/visualvm/core/com-sun-tools-visualvm-modules-startup.jar +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-api-caching.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-application-views.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-application.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-attach.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-charts.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-core.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-coredump.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-gotosource.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-graalvm.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-heapdump.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-heapviewer-console.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-heapviewer-truffle.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-heapviewer.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-host-remote.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-host-views.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-host.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-jfr-generic.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-jfr-jdk11.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-jfr-jdk9.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-jfr.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-jmx.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-jvm.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-jvmstat.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-charts.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-common.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-jfluid-heap.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-jfluid.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-profiler-api.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-profiler-attach.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-profiler-heapwalker.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-profiler-oql.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-profiler-snaptracer.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-profiler-utilities.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-profiler.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-lib-ui.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-modules-appui.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-pluginimporter.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-profiler.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-profiling.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-sa.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-sampler-truffle.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-sampler.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-threaddump.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-tools.xml +lib/visualvm/visualvm/config/Modules/org-graalvm-visualvm-uisupport.xml lib/visualvm/visualvm/core/locale/core_visualvm.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-api-caching.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-application-views.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-application.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-attach.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-charts.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-core.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-coredump.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-heapdump.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-heapviewer.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-host-remote.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-host-views.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-host.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-jmx.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-jvm.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-jvmstat.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-modules-appui.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-profiler.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-profiling.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-sa.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-sampler.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-threaddump.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-tools.jar -lib/visualvm/visualvm/modules/com-sun-tools-visualvm-uisupport.jar +lib/visualvm/visualvm/core/org-graalvm-visualvm-modules-startup.jar +lib/visualvm/visualvm/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk15/linux/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk15/mac/libprofilerinterface.jnilib +lib/visualvm/visualvm/lib/deployed/jdk15/solaris-amd64/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk15/solaris-i386/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk15/solaris-sparc/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk15/solaris-sparcv9/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk15/windows-amd64/profilerinterface.dll +lib/visualvm/visualvm/lib/deployed/jdk15/windows-amd64/profilerinterface.map +lib/visualvm/visualvm/lib/deployed/jdk15/windows/profilerinterface.dll +lib/visualvm/visualvm/lib/deployed/jdk15/windows/profilerinterface.map +lib/visualvm/visualvm/lib/deployed/jdk16/linux-aarch64/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk16/linux-arm-vfp-hflt/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk16/linux-arm/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk16/linux/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk16/mac/libprofilerinterface.jnilib +lib/visualvm/visualvm/lib/deployed/jdk16/solaris-amd64/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk16/solaris-i386/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk16/solaris-sparc/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk16/solaris-sparcv9/libprofilerinterface.so +lib/visualvm/visualvm/lib/deployed/jdk16/windows-amd64/profilerinterface.dll +lib/visualvm/visualvm/lib/deployed/jdk16/windows-amd64/profilerinterface.map +lib/visualvm/visualvm/lib/deployed/jdk16/windows/profilerinterface.dll +lib/visualvm/visualvm/lib/deployed/jdk16/windows/profilerinterface.map +lib/visualvm/visualvm/lib/jfluid-server-15.jar +lib/visualvm/visualvm/lib/jfluid-server.jar +lib/visualvm/visualvm/modules/ext/common-8.1.0.jar +lib/visualvm/visualvm/modules/ext/encoder-1.2.3.jar +lib/visualvm/visualvm/modules/ext/flightrecorder-8.1.0.jar +lib/visualvm/visualvm/modules/ext/locale/updater_visualvm.jar +lib/visualvm/visualvm/modules/ext/lz4-java-1.7.1.jar +lib/visualvm/visualvm/modules/ext/profilerprobe.jar +lib/visualvm/visualvm/modules/ext/stagent.jar lib/visualvm/visualvm/modules/locale/org-netbeans-core-windows_visualvm.jar lib/visualvm/visualvm/modules/locale/org-netbeans-core_visualvm.jar +lib/visualvm/visualvm/modules/locale/org-netbeans-modules-autoupdate-ui_visualvm.jar lib/visualvm/visualvm/modules/locale/org-netbeans-modules-profiler_visualvm.jar -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-api-caching.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-application-views.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-application.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-attach.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-charts.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-core.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-coredump.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-heapdump.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-heapviewer.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-host-remote.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-host-views.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-host.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-jmx.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-jvm.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-jvmstat.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-modules-appui.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-modules-startup.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-profiler.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-profiling.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-sa.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-sampler.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-threaddump.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-tools.xml -lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-uisupport.xml +lib/visualvm/visualvm/modules/org-graalvm-visualvm-api-caching.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-application-views.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-application.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-attach.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-charts.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-core.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-coredump.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-gotosource.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-graalvm.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-heapdump.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-heapviewer-console.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-heapviewer-truffle.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-heapviewer.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-host-remote.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-host-views.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-host.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-jfr-generic.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-jfr-jdk11.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-jfr-jdk9.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-jfr.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-jmx.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-jvm.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-jvmstat.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-charts.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-common.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-jfluid-heap.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-jfluid.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-profiler-api.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-profiler-attach.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-profiler-heapwalker.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-profiler-oql.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-profiler-snaptracer.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-profiler-utilities.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-profiler.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-lib-ui.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-modules-appui.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-pluginimporter.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-profiler.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-profiling.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-sa.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-sampler-truffle.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-sampler.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-threaddump.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-tools.jar +lib/visualvm/visualvm/modules/org-graalvm-visualvm-uisupport.jar +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-api-caching.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-application-views.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-application.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-attach.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-charts.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-core.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-coredump.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-gotosource.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-graalvm.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-heapdump.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-heapviewer-console.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-heapviewer-truffle.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-heapviewer.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-host-remote.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-host-views.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-host.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-jfr-generic.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-jfr-jdk11.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-jfr-jdk9.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-jfr.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-jmx.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-jvm.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-jvmstat.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-charts.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-common.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-jfluid-heap.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-jfluid.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-profiler-api.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-profiler-attach.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-profiler-heapwalker.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-profiler-oql.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-profiler-snaptracer.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-profiler-utilities.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-profiler.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-lib-ui.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-modules-appui.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-modules-startup.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-pluginimporter.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-profiler.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-profiling.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-sa.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-sampler-truffle.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-sampler.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-threaddump.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-tools.xml +lib/visualvm/visualvm/update_tracking/org-graalvm-visualvm-uisupport.xml diff --git a/devel/visualvm/distinfo b/devel/visualvm/distinfo index ee9cdb3d174fe..9d674a0934f15 100644 --- a/devel/visualvm/distinfo +++ b/devel/visualvm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:20:08 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/12 13:15:58 abs Exp $ -BLAKE2s (visualvm_141.zip) = 8a039dfb4e742a8d8a6cfc9ff2e4d5bfd81313ce5cb93d98f93813e42ab6f3ae -SHA512 (visualvm_141.zip) = b6e1fbd51482c9f2aebda97651d497d0198177a2506cb81ae198f1584abf4129420affca76220de2b630621420470143bc9b94de5febb2717f96903bbde1238c -Size (visualvm_141.zip) = 15601279 bytes +BLAKE2s (visualvm_213.zip) = 9e93b37682d2116cddb466ec833d9a40c2e6afe3512e51786617b2090c8d3d44 +SHA512 (visualvm_213.zip) = 07ca452bbab0923fffe883355d14f3160a874794caf5c1722d5922da1b3d79a25b1637dada992dcb46d2c5470461553981650862d3e449358f9af5fc7b0caccf +Size (visualvm_213.zip) = 20016887 bytes From 92b7ff74da57223ab7ac1768b29352fb1b22c4f7 Mon Sep 17 00:00:00 2001 From: abs Date: Thu, 12 May 2022 13:16:36 +0000 Subject: [PATCH 0266/1154] Updated devel/visualvm to 2.1.3 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7f6eb8c96113d..ca5600916f9cb 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2523 2022/05/12 11:27:12 khorben Exp $ +$NetBSD: CHANGES-2022,v 1.2524 2022/05/12 13:16:36 abs Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3895,3 +3895,4 @@ Changes to the packages collection and infrastructure in 2022: Removed games/genecys-data [wiz 2022-05-12] Updated net/gh to 2.10.1 [kim 2022-05-12] Updated www/php-nextcloud to 23.0.4 [khorben 2022-05-12] + Updated devel/visualvm to 2.1.3 [abs 2022-05-12] diff --git a/doc/TODO b/doc/TODO index a6ed1ef2d9051..bcf2c83e4a285 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21849 2022/05/12 05:39:41 wiz Exp $ +$NetBSD: TODO,v 1.21850 2022/05/12 13:16:36 abs Exp $ Suggested new packages ====================== @@ -1700,7 +1700,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o virtinst-0.600.4 o virtuoso-7.2.0p1 o visual-regexp-3.1 - o visualvm-2.0.7 o vms-empire-1.16 o vnc-4.0 [http://www.realvnc.com/download.html|pkgsrc-wip] o vnstat-2.6 From a6e87d428692e8d2308a602f13a2afa4d0a41dac Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 12 May 2022 13:49:28 +0000 Subject: [PATCH 0267/1154] opendmarc: Update to 1.4.2 and overhaul package. pkgsrc changes: * Use PKG_SYSCONFSUBDIR, there are a number of extra files supported in the configuration file so everything should live in a sub-directory. HEADS-UP! Users will need to migrate over to new config file location. * Create opendmarc user/group, not currently used in rc.d script. * Fix build on SunOS and add SMF support. * Split multi-file patch correctly into separate files. * Add TEST_TARGET. * Various pkglint and cleanup. opendmarc changes: 1.4.2 2021/12/19 Fix issue #175: Don't reject a multi-valued From when all of the domains match. Fix issue #179: Don't crash when a value in a multi-valued From field is missing a domain name. Resolves CVE-2021-34555. --- mail/opendmarc/Makefile | 51 +++++--- mail/opendmarc/distinfo | 21 +-- mail/opendmarc/files/smf/manifest.xml | 41 ++++++ mail/opendmarc/files/smf/opendmarc.sh | 14 ++ mail/opendmarc/patches/patch-RequiredFrom | 122 ------------------ .../patch-libopendmarc_opendmarc__dns.c | 10 +- .../patch-opendmarc_opendmarc-arcares.c | 10 +- .../patch-opendmarc_opendmarc-arcseal.c | 10 +- .../patch-opendmarc_opendmarc-config.h | 17 +++ .../patches/patch-opendmarc_opendmarc.c | 62 +++++++++ .../patch-opendmarc_opendmarc.conf.5.in | 24 ++++ .../patch-opendmarc_opendmarc.conf.sample | 25 ++++ .../opendmarc/patches/patch-opendmarc_parse.c | 13 +- 13 files changed, 246 insertions(+), 174 deletions(-) create mode 100644 mail/opendmarc/files/smf/manifest.xml create mode 100644 mail/opendmarc/files/smf/opendmarc.sh delete mode 100644 mail/opendmarc/patches/patch-RequiredFrom create mode 100644 mail/opendmarc/patches/patch-opendmarc_opendmarc-config.h create mode 100644 mail/opendmarc/patches/patch-opendmarc_opendmarc.c create mode 100644 mail/opendmarc/patches/patch-opendmarc_opendmarc.conf.5.in create mode 100644 mail/opendmarc/patches/patch-opendmarc_opendmarc.conf.sample diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index ec90aa3fe8f9d..db9fbd4cccee5 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.26 2021/05/27 16:52:00 manu Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/12 13:49:28 jperkin Exp $ -GITHUB_PROJECT= OpenDMARC -GITHUB_TAG= rel-opendmarc-1-4-1-1 -DISTNAME= rel-opendmarc-1-4-1-1 -PKGNAME= opendmarc-1.4.1.1 -#PKGREVISION= 1 +DISTNAME= rel-${PKGNAME:C/\./-/g} +PKGNAME= opendmarc-1.4.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=trusteddomainproject/} -DIST_SUBDIR= ${GITHUB_PROJECT} +GITHUB_PROJECT= OpenDMARC +GITHUB_TAG= ${DISTNAME} MAINTAINER= pettai@NetBSD.org HOMEPAGE= http://www.trusteddomain.org/opendmarc/ @@ -15,13 +13,10 @@ COMMENT= Open source DMARC library, MTA filter implementation and tools LICENSE= modified-bsd DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI -DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql -#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp +DEPENDS+= p5-DBD-{mariadb,mysql,percona}*-[0-9]*:../../databases/p5-DBD-mysql DEPENDS+= p5-Switch-[0-9]*:../../lang/p5-Switch DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message -RCD_SCRIPTS= opendmarc - USE_LIBTOOL= yes USE_TOOLS+= perl autoconf automake @@ -30,27 +25,49 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-milter=${BUILDLINK_PREFIX.libmilter} CONFIGURE_ARGS+= --with-spf CONFIGURE_ARGS+= --with-spf2-lib=${BUILDLINK_PREFIX.libspf2}/lib -CONFIGURE_ARGS+= --with-spf2-include=${BUILDLINK_PREFIX.libspf2}/include/spf2 +CONFIGURE_ARGS+= --with-spf2-include=${BUILDLINK_PREFIX.libspf2}/include/spf2 + +LDFLAGS.SunOS+= -lsocket -lnsl + +TEST_TARGET= check REPLACE_PERL= reports/opendmarc-expire.in REPLACE_PERL+= reports/opendmarc-import.in REPLACE_PERL+= reports/opendmarc-params.in REPLACE_PERL+= reports/opendmarc-reports.in +OPENDMARC_USER?= opendmarc +OPENDMARC_GROUP?= opendmarc +PKG_GROUPS= ${OPENDMARC_GROUP} +PKG_USERS= ${OPENDMARC_USER}:${OPENDMARC_GROUP} +PKG_GROUPS_VARS= OPENDMARC_GROUP +PKG_USERS_VARS= OPENDMARC_USER + +PKG_GECOS.${OPENDMARC_USER}= OpenDMARC user + EGDIR= ${PREFIX}/share/examples/${PKGBASE} +FILES_SUBST+= OPENDMARC_USER=${OPENDMARC_USER} +FILES_SUBST+= OPENDMARC_GROUP=${OPENDMARC_GROUP} + +RCD_SCRIPTS= opendmarc +SMF_METHODS= opendmarc + +PKG_SYSCONFSUBDIR= opendmarc + +CONF_FILES+= ${EGDIR}/opendmarc.conf.sample ${PKG_SYSCONFDIR}/opendmarc.conf + INSTALLATION_DIRS= ${EGDIR} pre-configure: - set -e; cd ${WRKSRC}; \ - libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf + ${RUN} cd ${WRKSRC} && autoreconf -fiv post-install: - ${INSTALL_DATA} ${WRKSRC}/opendmarc/opendmarc.conf.sample \ - ${DESTDIR}${EGDIR}/ + ${SED} -e 's,/usr/local/etc/opendmarc,${PKG_SYSCONFDIR},g' \ + ${WRKSRC}/opendmarc/opendmarc.conf.sample \ + > ${DESTDIR}${EGDIR}/opendmarc.conf.sample .include "../../security/openssl/buildlink3.mk" -BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0 .include "../../mail/libmilter/buildlink3.mk" .include "../../mail/libspf2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/mail/opendmarc/distinfo b/mail/opendmarc/distinfo index e66f3eeb8e34d..623d3a4d4c19a 100644 --- a/mail/opendmarc/distinfo +++ b/mail/opendmarc/distinfo @@ -1,10 +1,13 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:54:11 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/05/12 13:49:28 jperkin Exp $ -BLAKE2s (OpenDMARC/rel-opendmarc-1-4-1-1.tar.gz) = 21878b7811a533941b51eaad28b27bdd2f6cd0fe143820eb6ac55e767ad2d923 -SHA512 (OpenDMARC/rel-opendmarc-1-4-1-1.tar.gz) = ee034386c70c75b87ca2fce0849a1a3538e10e0aebfb0fc9dcba6817d2cf71f52aa5586ccaacdee620190c5fbb81498419fb8e8db9fac15d7c71a61a7da396a6 -Size (OpenDMARC/rel-opendmarc-1-4-1-1.tar.gz) = 426618 bytes -SHA1 (patch-RequiredFrom) = c89853a3fabcc48653b94169f49ea3c5923254d3 -SHA1 (patch-libopendmarc_opendmarc__dns.c) = b1f697c930808b5c5724331dead3cf29c024d69b -SHA1 (patch-opendmarc_opendmarc-arcares.c) = 0984b42e943d6a17eeb5725508dfbcf107b23169 -SHA1 (patch-opendmarc_opendmarc-arcseal.c) = 98edb0d22e7c693d327ba98ba186605060d36e2f -SHA1 (patch-opendmarc_parse.c) = c4b521a4542a4dc7db8baf088bb297493bf46a83 +BLAKE2s (rel-opendmarc-1-4-2.tar.gz) = 7b26aee1966989d89f862a8dd1771ab18c06585dcf2bba8e951d0d89d5324118 +SHA512 (rel-opendmarc-1-4-2.tar.gz) = 415278c6c09460379538ad10ea4033815a677ddad138b8a07609c287360d1739acdba5d1fe07d0e35764850af8a141c0c70a9311254104b93d2c1bbc8b6f7a69 +Size (rel-opendmarc-1-4-2.tar.gz) = 426996 bytes +SHA1 (patch-libopendmarc_opendmarc__dns.c) = 44a8edc083c922257695835dc6de3d840ee4a7ab +SHA1 (patch-opendmarc_opendmarc-arcares.c) = cd38a216b2c1b115c78044007d9480168302f5d8 +SHA1 (patch-opendmarc_opendmarc-arcseal.c) = 93e2779d7a46f163d28092ef71faf7bfe7eead39 +SHA1 (patch-opendmarc_opendmarc-config.h) = f488fcccdde9aa1151f6bf65bcadf2564a8acec2 +SHA1 (patch-opendmarc_opendmarc.c) = b23746dc57ac52813311890a569eb1ef6ad64f7e +SHA1 (patch-opendmarc_opendmarc.conf.5.in) = 86ee7fb06760f9f79cddb7f8e694a0e9fb91750f +SHA1 (patch-opendmarc_opendmarc.conf.sample) = f1a8f5d55bd6e6a14bce1d900bfd655f1b7243de +SHA1 (patch-opendmarc_parse.c) = f0dfe945792dcf072b2a34b549814464ccb1f4e9 diff --git a/mail/opendmarc/files/smf/manifest.xml b/mail/opendmarc/files/smf/manifest.xml new file mode 100644 index 0000000000000..0fc0d2ee8677d --- /dev/null +++ b/mail/opendmarc/files/smf/manifest.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mail/opendmarc/files/smf/opendmarc.sh b/mail/opendmarc/files/smf/opendmarc.sh new file mode 100644 index 0000000000000..d1c50be269a8a --- /dev/null +++ b/mail/opendmarc/files/smf/opendmarc.sh @@ -0,0 +1,14 @@ +#!@SMF_METHOD_SHELL@ +# +# $NetBSD: opendmarc.sh,v 1.1 2022/05/12 13:49:28 jperkin Exp $ +# + +. /lib/svc/share/smf_include.sh + +if [ ! -d @VARBASE@/run/opendmarc ]; then + @MKDIR@ @VARBASE@/run/opendmarc + @CHMOD@ 0750 @VARBASE@/run/opendmarc + @CHOWN@ @OPENDMARC_USER@:@OPENDMARC_GROUP@ @VARBASE@/run/opendmarc +fi + +@PREFIX@/sbin/opendmarc "$@" diff --git a/mail/opendmarc/patches/patch-RequiredFrom b/mail/opendmarc/patches/patch-RequiredFrom deleted file mode 100644 index 54c31b7404461..0000000000000 --- a/mail/opendmarc/patches/patch-RequiredFrom +++ /dev/null @@ -1,122 +0,0 @@ -$NetBSD: patch-RequiredFrom,v 1.2 2021/05/27 16:52:00 manu Exp $ - -Add RequiredFrom option to reject messages that lack a From header -from which a valid domain can be extracted - -Submitted upstream as -https://github.com/trusteddomainproject/OpenDMARC/pull/147 - ---- ./opendmarc/opendmarc.c.orig 2021-04-30 18:34:43.000000000 +0200 -+++ ./opendmarc/opendmarc.c 2021-05-27 10:20:33.880652427 +0200 -@@ -163,8 +163,9 @@ - /* DMARCF_CONFIG -- configuration object */ - struct dmarcf_config - { - _Bool conf_reqhdrs; -+ _Bool conf_reqfrom; - _Bool conf_afrf; - _Bool conf_afrfnone; - _Bool conf_rejectfail; - _Bool conf_dolog; -@@ -1422,8 +1423,12 @@ - (void) config_get(data, "RequiredHeaders", - &conf->conf_reqhdrs, - sizeof conf->conf_reqhdrs); - -+ (void) config_get(data, "RequiredFrom", -+ &conf->conf_reqfrom, -+ sizeof conf->conf_reqfrom); -+ - (void) config_get(data, "FailureReports", - &conf->conf_afrf, - sizeof conf->conf_afrf); - -@@ -2453,13 +2458,17 @@ - { - if (conf->conf_dolog) - { - syslog(LOG_INFO, -- "%s: RFC5322 requirement error: missing From field; accepting", -- dfc->mctx_jobid); -+ "%s: RFC5322 requirement error: missing From field; %s", -+ dfc->mctx_jobid, -+ conf->conf_reqfrom ? "reject" : "accepting"); - } - -- return SMFIS_ACCEPT; -+ if (conf->conf_reqfrom) -+ return SMFIS_REJECT; -+ else -+ return SMFIS_ACCEPT; - } - - /* extract From: addresses */ - memset(addrbuf, '\0', sizeof addrbuf); -@@ -2495,13 +2504,13 @@ - { - if (conf->conf_dolog) - { - syslog(LOG_ERR, -- "%s: unable to parse From header field", -- dfc->mctx_jobid); -+ "%s: unable to parse From header field \"%s\"", -+ dfc->mctx_jobid, from->hdr_value); - } - -- if (conf->conf_reqhdrs) -+ if (conf->conf_reqhdrs || conf->conf_reqfrom) - return SMFIS_REJECT; - else - return SMFIS_ACCEPT; - } ---- ./opendmarc/opendmarc.conf.5.in.orig 2021-04-30 18:34:43.000000000 +0200 -+++ ./opendmarc/opendmarc.conf.5.in 2021-05-27 10:20:33.881043733 +0200 -@@ -287,8 +287,16 @@ - failing this test are rejected without further processing. A From: - field from which no domain name could be extracted will also be rejected. - - .TP -+.I RequiredFrom (Boolean) -+If set, the filter will reject without further processing messages that lack a -+From: field from which a domain name could be extracted. This options is -+without effect if -+.I RequiredHeaders -+is set to "true". -+ -+.TP - .I Socket (string) - Specifies the socket that should be established by the filter to receive - connections from - .I sendmail(8) ---- ./opendmarc/opendmarc-config.h.orig 2021-04-30 18:34:43.000000000 +0200 -+++ ./opendmarc/opendmarc-config.h 2021-05-27 10:23:12.866999966 +0200 -@@ -44,8 +44,9 @@ - { "PidFile", CONFIG_TYPE_STRING, FALSE }, - { "PublicSuffixList", CONFIG_TYPE_STRING, FALSE }, - { "RecordAllMessages", CONFIG_TYPE_BOOLEAN, FALSE }, - { "RequiredHeaders", CONFIG_TYPE_BOOLEAN, FALSE }, -+ { "RequiredFrom", CONFIG_TYPE_BOOLEAN, FALSE }, - { "RejectFailures", CONFIG_TYPE_BOOLEAN, FALSE }, - { "RejectMultiValueFrom", CONFIG_TYPE_BOOLEAN, FALSE }, - { "ReportCommand", CONFIG_TYPE_STRING, FALSE }, - { "Socket", CONFIG_TYPE_STRING, FALSE }, ---- ./opendmarc/opendmarc.conf.sample.orig 2021-04-30 18:34:43.000000000 +0200 -+++ ./opendmarc/opendmarc.conf.sample 2021-05-27 10:20:33.882715995 +0200 -@@ -343,8 +343,17 @@ - ## rejected. - # - # RequiredHeaders false - -+## RequiredFrom { true | false } -+## default "false" -+## -+## If set, the filter will reject without further processing messages that -+## lack a From: field from which a domain name could be extracted. This -+## options is without effect if RequiredHeaders is set to "true". -+# -+# RequiredFrom false -+ - ## Socket socketspec - ## default (none) - ## - ## Specifies the socket that should be established by the filter to receive diff --git a/mail/opendmarc/patches/patch-libopendmarc_opendmarc__dns.c b/mail/opendmarc/patches/patch-libopendmarc_opendmarc__dns.c index d8e985d30e3f0..92b8efc9cf2a4 100644 --- a/mail/opendmarc/patches/patch-libopendmarc_opendmarc__dns.c +++ b/mail/opendmarc/patches/patch-libopendmarc_opendmarc__dns.c @@ -1,11 +1,10 @@ -$NetBSD: patch-libopendmarc_opendmarc__dns.c,v 1.3 2021/05/27 16:52:00 manu Exp $ +$NetBSD: patch-libopendmarc_opendmarc__dns.c,v 1.4 2022/05/12 13:49:28 jperkin Exp $ Make sure res_init works on zeroed structure ---- libopendmarc/opendmarc_dns.c.orig 2021-05-27 10:27:22.653313507 +0200 -+++ libopendmarc/opendmarc_dns.c 2021-05-27 10:26:59.377412037 +0200 -@@ -202,8 +202,9 @@ - while (*bp == '.') +--- libopendmarc/opendmarc_dns.c.orig 2021-12-20 06:40:37.000000000 +0000 ++++ libopendmarc/opendmarc_dns.c +@@ -203,6 +203,7 @@ dmarc_dns_get_record(char *domain, int * ++bp; #ifdef HAVE_RES_NINIT @@ -13,4 +12,3 @@ Make sure res_init works on zeroed structure res_ninit(&resp); #ifdef RES_USE_DNSSEC resp.options |= RES_USE_DNSSEC; - #endif diff --git a/mail/opendmarc/patches/patch-opendmarc_opendmarc-arcares.c b/mail/opendmarc/patches/patch-opendmarc_opendmarc-arcares.c index e4b250307e935..5567b011c791e 100644 --- a/mail/opendmarc/patches/patch-opendmarc_opendmarc-arcares.c +++ b/mail/opendmarc/patches/patch-opendmarc_opendmarc-arcares.c @@ -1,11 +1,10 @@ -$NetBSD: patch-opendmarc_opendmarc-arcares.c,v 1.2 2021/05/27 16:52:00 manu Exp $ +$NetBSD: patch-opendmarc_opendmarc-arcares.c,v 1.3 2022/05/12 13:49:28 jperkin Exp $ Avoid handling a NULL pointer when parsing a malformed header ---- opendmarc/opendmarc-arcares.c.orig 2021-04-30 18:34:43.000000000 +0200 -+++ opendmarc/opendmarc-arcares.c 2021-05-27 10:30:03.036068852 +0200 -@@ -265,8 +265,10 @@ - token_ptr = token + leading_space_len; +--- opendmarc/opendmarc-arcares.c.orig 2021-12-20 06:40:37.000000000 +0000 ++++ opendmarc/opendmarc-arcares.c +@@ -266,6 +266,8 @@ opendmarc_arcares_arc_parse (u_char *hdr if (*token_ptr == '\0') return 0; tag_label = strsep(&token_ptr, "="); @@ -14,4 +13,3 @@ Avoid handling a NULL pointer when parsing a malformed header tag_value = opendmarc_arcares_strip_whitespace(token_ptr); tag_code = opendmarc_arcares_convert(aar_arc_tags, tag_label); - switch (tag_code) diff --git a/mail/opendmarc/patches/patch-opendmarc_opendmarc-arcseal.c b/mail/opendmarc/patches/patch-opendmarc_opendmarc-arcseal.c index 67f31b76f0705..6b72c8b51132a 100644 --- a/mail/opendmarc/patches/patch-opendmarc_opendmarc-arcseal.c +++ b/mail/opendmarc/patches/patch-opendmarc_opendmarc-arcseal.c @@ -1,11 +1,10 @@ -$NetBSD: patch-opendmarc_opendmarc-arcseal.c,v 1.2 2021/05/27 16:52:00 manu Exp $ +$NetBSD: patch-opendmarc_opendmarc-arcseal.c,v 1.3 2022/05/12 13:49:28 jperkin Exp $ Avoid handling a NULL pointer when parsing a malformed header ---- opendmarc/opendmarc-arcseal.c.orig 2021-04-30 18:34:43.000000000 +0200 -+++ opendmarc/opendmarc-arcseal.c 2021-05-27 10:31:21.308140659 +0200 -@@ -166,9 +166,13 @@ - token_ptr = token + leading_space_len; +--- opendmarc/opendmarc-arcseal.c.orig 2021-12-20 06:40:37.000000000 +0000 ++++ opendmarc/opendmarc-arcseal.c +@@ -167,7 +167,11 @@ opendmarc_arcseal_parse(u_char *hdr, str if (*token_ptr == '\0') return 0; tag_label = strsep(&token_ptr, "="); @@ -17,4 +16,3 @@ Avoid handling a NULL pointer when parsing a malformed header tag_code = opendmarc_arcseal_convert(as_tags, tag_label); - switch (tag_code) diff --git a/mail/opendmarc/patches/patch-opendmarc_opendmarc-config.h b/mail/opendmarc/patches/patch-opendmarc_opendmarc-config.h new file mode 100644 index 0000000000000..80da2107bd5ed --- /dev/null +++ b/mail/opendmarc/patches/patch-opendmarc_opendmarc-config.h @@ -0,0 +1,17 @@ +$NetBSD: patch-opendmarc_opendmarc-config.h,v 1.1 2022/05/12 13:49:28 jperkin Exp $ + +Add RequiredFrom option to reject messages that lack a From header from which +a valid domain can be extracted. + +Submitted upstream https://github.com/trusteddomainproject/OpenDMARC/pull/147 + +--- opendmarc/opendmarc-config.h.orig 2021-12-20 06:40:37.000000000 +0000 ++++ opendmarc/opendmarc-config.h +@@ -45,6 +45,7 @@ struct configdef dmarcf_config[] = + { "PublicSuffixList", CONFIG_TYPE_STRING, FALSE }, + { "RecordAllMessages", CONFIG_TYPE_BOOLEAN, FALSE }, + { "RequiredHeaders", CONFIG_TYPE_BOOLEAN, FALSE }, ++ { "RequiredFrom", CONFIG_TYPE_BOOLEAN, FALSE }, + { "RejectFailures", CONFIG_TYPE_BOOLEAN, FALSE }, + { "RejectMultiValueFrom", CONFIG_TYPE_BOOLEAN, FALSE }, + { "ReportCommand", CONFIG_TYPE_STRING, FALSE }, diff --git a/mail/opendmarc/patches/patch-opendmarc_opendmarc.c b/mail/opendmarc/patches/patch-opendmarc_opendmarc.c new file mode 100644 index 0000000000000..3b3b09eac428f --- /dev/null +++ b/mail/opendmarc/patches/patch-opendmarc_opendmarc.c @@ -0,0 +1,62 @@ +$NetBSD: patch-opendmarc_opendmarc.c,v 1.1 2022/05/12 13:49:28 jperkin Exp $ + +Add RequiredFrom option to reject messages that lack a From header from which +a valid domain can be extracted. + +Submitted upstream https://github.com/trusteddomainproject/OpenDMARC/pull/147 + +--- opendmarc/opendmarc.c.orig 2021-12-20 06:40:37.000000000 +0000 ++++ opendmarc/opendmarc.c +@@ -164,6 +164,7 @@ typedef struct dmarcf_connctx * DMARCF_C + struct dmarcf_config + { + _Bool conf_reqhdrs; ++ _Bool conf_reqfrom; + _Bool conf_afrf; + _Bool conf_afrfnone; + _Bool conf_rejectfail; +@@ -1423,6 +1424,10 @@ dmarcf_config_load(struct config *data, + &conf->conf_reqhdrs, + sizeof conf->conf_reqhdrs); + ++ (void) config_get(data, "RequiredFrom", ++ &conf->conf_reqfrom, ++ sizeof conf->conf_reqfrom); ++ + (void) config_get(data, "FailureReports", + &conf->conf_afrf, + sizeof conf->conf_afrf); +@@ -2455,11 +2460,15 @@ mlfi_eom(SMFICTX *ctx) + if (conf->conf_dolog) + { + syslog(LOG_INFO, +- "%s: RFC5322 requirement error: missing From field; accepting", +- dfc->mctx_jobid); ++ "%s: RFC5322 requirement error: missing From field; %s", ++ dfc->mctx_jobid, ++ conf->conf_reqfrom ? "reject" : "accepting"); + } + +- return SMFIS_ACCEPT; ++ if (conf->conf_reqfrom) ++ return SMFIS_REJECT; ++ else ++ return SMFIS_ACCEPT; + } + + /* extract From: addresses */ +@@ -2499,11 +2508,11 @@ mlfi_eom(SMFICTX *ctx) + if (conf->conf_dolog) + { + syslog(LOG_ERR, +- "%s: unable to parse From header field", +- dfc->mctx_jobid); ++ "%s: unable to parse From header field \"%s\"", ++ dfc->mctx_jobid, from->hdr_value); + } + +- if (conf->conf_reqhdrs) ++ if (conf->conf_reqhdrs || conf->conf_reqfrom) + return SMFIS_REJECT; + else + return SMFIS_ACCEPT; diff --git a/mail/opendmarc/patches/patch-opendmarc_opendmarc.conf.5.in b/mail/opendmarc/patches/patch-opendmarc_opendmarc.conf.5.in new file mode 100644 index 0000000000000..a1777e09f9560 --- /dev/null +++ b/mail/opendmarc/patches/patch-opendmarc_opendmarc.conf.5.in @@ -0,0 +1,24 @@ +$NetBSD: patch-opendmarc_opendmarc.conf.5.in,v 1.1 2022/05/12 13:49:28 jperkin Exp $ + +Add RequiredFrom option to reject messages that lack a From header from which +a valid domain can be extracted. + +Submitted upstream https://github.com/trusteddomainproject/OpenDMARC/pull/147 + +--- opendmarc/opendmarc.conf.5.in.orig 2021-12-20 06:40:37.000000000 +0000 ++++ opendmarc/opendmarc.conf.5.in +@@ -288,6 +288,14 @@ failing this test are rejected without f + field from which no domain name could be extracted will also be rejected. + + .TP ++.I RequiredFrom (Boolean) ++If set, the filter will reject without further processing messages that lack a ++From: field from which a domain name could be extracted. This options is ++without effect if ++.I RequiredHeaders ++is set to "true". ++ ++.TP + .I Socket (string) + Specifies the socket that should be established by the filter to receive + connections from diff --git a/mail/opendmarc/patches/patch-opendmarc_opendmarc.conf.sample b/mail/opendmarc/patches/patch-opendmarc_opendmarc.conf.sample new file mode 100644 index 0000000000000..b9850e60d1682 --- /dev/null +++ b/mail/opendmarc/patches/patch-opendmarc_opendmarc.conf.sample @@ -0,0 +1,25 @@ +$NetBSD: patch-opendmarc_opendmarc.conf.sample,v 1.1 2022/05/12 13:49:28 jperkin Exp $ + +Add RequiredFrom option to reject messages that lack a From header from which +a valid domain can be extracted. + +Submitted upstream https://github.com/trusteddomainproject/OpenDMARC/pull/147 + +--- opendmarc/opendmarc.conf.sample.orig 2021-12-20 06:40:37.000000000 +0000 ++++ opendmarc/opendmarc.conf.sample +@@ -344,6 +344,15 @@ + # + # RequiredHeaders false + ++## RequiredFrom { true | false } ++## default "false" ++## ++## If set, the filter will reject without further processing messages that ++## lack a From: field from which a domain name could be extracted. This ++## options is without effect if RequiredHeaders is set to "true". ++# ++# RequiredFrom false ++ + ## Socket socketspec + ## default (none) + ## diff --git a/mail/opendmarc/patches/patch-opendmarc_parse.c b/mail/opendmarc/patches/patch-opendmarc_parse.c index d029965e9085e..8fe7265d423e4 100644 --- a/mail/opendmarc/patches/patch-opendmarc_parse.c +++ b/mail/opendmarc/patches/patch-opendmarc_parse.c @@ -1,7 +1,6 @@ -$NetBSD: patch-opendmarc_parse.c,v 1.1 2021/05/27 16:52:00 manu Exp $ +$NetBSD: patch-opendmarc_parse.c,v 1.2 2022/05/12 13:49:28 jperkin Exp $ -Make sure a trailing brackets corresponds to a leading one -aaa98f5 +Make sure a trailing brackets corresponds to a leading one. This fixes the case where the sender e-mail address is user@example.net> Without this fix, OpenDMARC parses the domain as example.net> and skip @@ -12,10 +11,9 @@ own, letting forged e-mail passing through to user mailboxes. Submitted upstream https://github.com/trusteddomainproject/OpenDMARC/pull/174 ---- opendmarc/parse.c.orig 2021-05-27 09:45:40.873727663 +0200 -+++ opendmarc/parse.c 2021-05-27 09:45:27.545312746 +0200 -@@ -444,8 +444,13 @@ - *w++ = '\0'; +--- opendmarc/parse.c.orig 2021-12-20 06:40:37.000000000 +0000 ++++ opendmarc/parse.c +@@ -454,6 +454,11 @@ dmarcf_mail_parse(unsigned char *line, u *domain_out = w; ws = 0; } @@ -27,4 +25,3 @@ Submitted upstream https://github.com/trusteddomainproject/OpenDMARC/pull/174 else { - if (*user_out == NULL) From 541b8da981dd6d89c5d0e0b57712523da9cfb489 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 12 May 2022 13:49:38 +0000 Subject: [PATCH 0268/1154] doc: Updated mail/opendmarc to 1.4.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ca5600916f9cb..ff4f756ec4ac8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2524 2022/05/12 13:16:36 abs Exp $ +$NetBSD: CHANGES-2022,v 1.2525 2022/05/12 13:49:38 jperkin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3896,3 +3896,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/gh to 2.10.1 [kim 2022-05-12] Updated www/php-nextcloud to 23.0.4 [khorben 2022-05-12] Updated devel/visualvm to 2.1.3 [abs 2022-05-12] + Updated mail/opendmarc to 1.4.2 [jperkin 2022-05-12] From e83e104515fde6004a8c02cd8ea6cb5f5c994332 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 12 May 2022 13:56:28 +0000 Subject: [PATCH 0269/1154] opendmarc: Remove leak from pbulkmulti patch. --- mail/opendmarc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index db9fbd4cccee5..52a3b2e5bdd4b 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2022/05/12 13:49:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/12 13:56:28 jperkin Exp $ DISTNAME= rel-${PKGNAME:C/\./-/g} PKGNAME= opendmarc-1.4.2 @@ -13,7 +13,7 @@ COMMENT= Open source DMARC library, MTA filter implementation and tools LICENSE= modified-bsd DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI -DEPENDS+= p5-DBD-{mariadb,mysql,percona}*-[0-9]*:../../databases/p5-DBD-mysql +DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql DEPENDS+= p5-Switch-[0-9]*:../../lang/p5-Switch DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message From e04359e2626a946a65878a3ab31bb913d0e8f31b Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 12 May 2022 14:03:25 +0000 Subject: [PATCH 0270/1154] lang/php80: update to 8.0.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 12 May 2022, PHP 8.0.19 - Core: . Fixed bug GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator). (Bob) - Date: . Fixed bug GH-7979 (DatePeriod iterator advances when checking if valid). (Derick, Cody Mann) - FFI: . Fixed bug GH-8433 (Assigning function pointers to structs in FFI leaks). (Bob) - FPM: . Fixed bug #76003 (FPM /status reports wrong number of active processe). (Jakub Zelenka) . Fixed bug #77023 (FPM cannot shutdown processes). (Jakub Zelenka) . Fixed comment in kqueue remove callback log message. (David Carlier) - Iconv: . Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). (cmb) - Intl: . Fixed bug GH-8364 (msgfmt_format $values may not support references). (cmb) - MySQLi: . Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows). (cmb) - SPL: . Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()). (cmb) . Fixed bug GH-8273 (SplFileObject: key() returns wrong value). (Girgias) - Streams: . Fixed php://temp does not preserve file-position when switched to temporary file. (Bernd Holzmüller) - zlib: . Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). (cmb) --- lang/php80/Makefile | 3 +-- lang/php80/distinfo | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lang/php80/Makefile b/lang/php80/Makefile index c623ded5de605..40029d8308190 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2022/04/18 19:09:56 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/12 14:03:25 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} -PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 8.0 LICENSE= php diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 48d2131125ef7..9edc7d712da01 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2022/04/16 00:53:58 taca Exp $ +$NetBSD: distinfo,v 1.19 2022/05/12 14:03:25 taca Exp $ -BLAKE2s (php-8.0.18.tar.xz) = eaa0fd7c1742cae37836d29f2d21993524a2e5bcdcb766ce7f1fd4d0f082c6c0 -SHA512 (php-8.0.18.tar.xz) = fda43f5bcb2aba7c2777331b41d2d8bb35c0b8508feef1a2fbff15105acfd7a41e0a4f1f9111e5cf1091e5df04ac4c737ec939c5bd5d85535b3b3ebb0450bc21 -Size (php-8.0.18.tar.xz) = 10871224 bytes +BLAKE2s (php-8.0.19.tar.xz) = 9c2620a24bcf565f825e3153268f18bc7527c09f0e918210a2b526a7f4ffe832 +SHA512 (php-8.0.19.tar.xz) = 106aa7c9f4804b8ce3518d7e6da4dc8f2a4df2f0b5d7369776737e0b13d4cd6be375694b78271fd1d007d4e0892009dc2a7214c1652462ebf128b74f845787e8 +Size (php-8.0.19.tar.xz) = 10778992 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 From e94804df66d435ca8405535483e6c3e061095ca4 Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 12 May 2022 14:03:55 +0000 Subject: [PATCH 0271/1154] doc: Updated lang/php80 to 8.0.19 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ff4f756ec4ac8..21be2683bbe5b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2525 2022/05/12 13:49:38 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.2526 2022/05/12 14:03:55 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3897,3 +3897,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/php-nextcloud to 23.0.4 [khorben 2022-05-12] Updated devel/visualvm to 2.1.3 [abs 2022-05-12] Updated mail/opendmarc to 1.4.2 [jperkin 2022-05-12] + Updated lang/php80 to 8.0.19 [taca 2022-05-12] From d6c5a3fae2483dba403ca65103187ff4091a52e2 Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 12 May 2022 14:51:30 +0000 Subject: [PATCH 0272/1154] {,standalone-,static-}tcsh: Update to 6.24.01: Changes since 6.24.00: 3. V6.24.01 - 20220512 2. Fix quoting of ! characters in history recall (Kimmo Suominen) 1. Fix return status of which (Jamie Landeg-Jones) --- shells/tcsh/Makefile.common | 4 ++-- shells/tcsh/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/shells/tcsh/Makefile.common b/shells/tcsh/Makefile.common index 51e91c9f5a17f..13dde72f99a54 100644 --- a/shells/tcsh/Makefile.common +++ b/shells/tcsh/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.5 2022/02/02 11:27:13 kim Exp $ +# $NetBSD: Makefile.common,v 1.6 2022/05/12 14:51:30 kim Exp $ # # used by shells/standalone-tcsh/Makefile # used by shells/static-tcsh/Makefile # used by shells/tcsh/Makefile -DISTNAME= tcsh-6.24.00 +DISTNAME= tcsh-6.24.01 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 537bbc7ece536..2a219352273cd 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.59 2022/02/02 11:27:13 kim Exp $ +$NetBSD: distinfo,v 1.60 2022/05/12 14:51:30 kim Exp $ -BLAKE2s (tcsh-6.24.00.tar.gz) = f140d7f1d5d64d753b034ec224a456ed51df51fa22d77a665df3f44a549adac5 -SHA512 (tcsh-6.24.00.tar.gz) = 0a50332aadd4309a8b1506a4771ac77c5368c4e1952dd719bd01eca15711743983ff13ec7098dbaf565b4293ac0355ff565344991e0d0c0c9ef75237220e7730 -Size (tcsh-6.24.00.tar.gz) = 949411 bytes +BLAKE2s (tcsh-6.24.01.tar.gz) = 68d7c4357de96bb95388d738d1aa6d498278d1f945ef6569883640f1431e7b28 +SHA512 (tcsh-6.24.01.tar.gz) = 47425f9bc5ae3df163fe1c9f8a1b1a6c3893b186843d561fb7020c75561587286036cc679212f17fd0f760735d9e01da414e60a69db0ffcb74276f053ea80479 +Size (tcsh-6.24.01.tar.gz) = 949438 bytes From c5b462aeb69f5baa740b7097c97905939012b5d6 Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 12 May 2022 14:53:51 +0000 Subject: [PATCH 0273/1154] doc: Updated shells/static-tcsh to 6.24.01 --- doc/CHANGES-2022 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 21be2683bbe5b..5ad9ef400bf5f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2526 2022/05/12 14:03:55 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2527 2022/05/12 14:53:51 kim Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3898,3 +3898,6 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/visualvm to 2.1.3 [abs 2022-05-12] Updated mail/opendmarc to 1.4.2 [jperkin 2022-05-12] Updated lang/php80 to 8.0.19 [taca 2022-05-12] + Updated shells/tcsh to 6.24.01 [kim 2022-05-12] + Updated shells/standalone-tcsh to 6.24.01 [kim 2022-05-12] + Updated shells/static-tcsh to 6.24.01 [kim 2022-05-12] From 5cacf6c38be3b2717422dec51e627821880c35c8 Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 12 May 2022 15:41:05 +0000 Subject: [PATCH 0274/1154] Refresh from show-go-modules --- net/gh/distinfo | 20 +++++++++++++------- net/gh/go-modules.mk | 8 +++++--- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/net/gh/distinfo b/net/gh/distinfo index 50f4eebded296..a83c019ce58d8 100644 --- a/net/gh/distinfo +++ b/net/gh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2022/05/12 11:15:14 kim Exp $ +$NetBSD: distinfo,v 1.23 2022/05/12 15:41:05 kim Exp $ BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273 @@ -252,9 +252,12 @@ Size (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.zip) = 21230 BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.mod) = 5d28aa7bd4d3be65c094ff1eff00044ed7a895928d188f7a279b5bd9a596d393 SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.mod) = d39412bb14c058291d07276337f802547bfb1a682cc65199cb04334f8089b6ea5d4d73587c2765c518f9e27fa3421c276eaea616d7cfbe36a2a244326edf1cb5 Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.mod) = 100 bytes -BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.zip) = 6f0ce1b510d23976eebdc98ca1b52465902d9bfdd5b751037edc7963957ebe84 -SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.zip) = ff2673f81d7fab4ab07edd3b3fddba2243931ddbb0dfd104ca389eee137e56fa33f23a4bb8fdd6ccdf325fcaf134adc16dce9e89c9105783afc0fc4ef1419892 -Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.zip) = 12383 bytes +BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.2.mod) = 5d28aa7bd4d3be65c094ff1eff00044ed7a895928d188f7a279b5bd9a596d393 +SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.2.mod) = d39412bb14c058291d07276337f802547bfb1a682cc65199cb04334f8089b6ea5d4d73587c2765c518f9e27fa3421c276eaea616d7cfbe36a2a244326edf1cb5 +Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.2.mod) = 100 bytes +BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.2.zip) = 7f5fbbc9f0fbf2427d07c23c257d64746e06ab20abcfdcd50fadf5f0c01f5307 +SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.2.zip) = 311a471e5080d971d5dd3f353367d5e370a22e0e0c6134de8f5d5a4574e6e0be2e303d81fb3054d5298e695dfa8d15b973450ae71c8167fda8a7daffb01d4190 +Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.2.zip) = 12539 bytes BLAKE2s (github.com_creack_pty_@v_v1.1.17.mod) = 19b33a84ea62506eb4da7226657fea56d1c17f128a045f166d91db907c32c93e SHA512 (github.com_creack_pty_@v_v1.1.17.mod) = b825d82c81fd02f7dc8be5be8d4f0e3b9bf39a75e453857ab3f4d8d17129d2214f6b4dddd18cd613cb4d29dbd5adc59f43c1f65d218e7f3b67f0a8e33e62f5a6 Size (github.com_creack_pty_@v_v1.1.17.mod) = 38 bytes @@ -444,9 +447,12 @@ Size (github.com_google_go-cmp_@v_v0.5.4.mod) = 105 bytes BLAKE2s (github.com_google_go-cmp_@v_v0.5.7.mod) = a52896592ad76206ba05a7353d4d216425c1bbd705757dd4b5f62f5cac0b85a2 SHA512 (github.com_google_go-cmp_@v_v0.5.7.mod) = 731d289da30616cc638958da98fbaed6eba9cd7b325c845bafa8f8a316c5fbfdf2eada196a0e25a50512c18d2a6aaa771d63cec0d42a25e9c8a2c7bc3d3f1cb3 Size (github.com_google_go-cmp_@v_v0.5.7.mod) = 106 bytes -BLAKE2s (github.com_google_go-cmp_@v_v0.5.7.zip) = 95bb1d0e88b5ff354e12ba0755feb1498fba986181fc469be0b4598ea5ea54d4 -SHA512 (github.com_google_go-cmp_@v_v0.5.7.zip) = 60e409c8210c4accc315004a674a397c4aa1d0fa150627756047ca3e87cbed4dd78509e76a490f7cd6989760ac0ad71fe8c712dfbf9009070a110290c2cb3126 -Size (github.com_google_go-cmp_@v_v0.5.7.zip) = 132348 bytes +BLAKE2s (github.com_google_go-cmp_@v_v0.5.8.mod) = becdef0764c43b119969e6c10646c6fafece1f936110eaa977757d2e2e381cd0 +SHA512 (github.com_google_go-cmp_@v_v0.5.8.mod) = 89e0014b0c3ffa2578ab38c237fee3d2280d6955e810c83e426d4924cec07cfc796adc45074fc237629c5ff88a93044dc406472febf1adf73deae82cb1b24b80 +Size (github.com_google_go-cmp_@v_v0.5.8.mod) = 41 bytes +BLAKE2s (github.com_google_go-cmp_@v_v0.5.8.zip) = 7addfca60d0b67977d8f3d650cc9d5a8db78509eb2f1672fbb0d47f390cfd418 +SHA512 (github.com_google_go-cmp_@v_v0.5.8.zip) = 608936142ed0583ccd79d921f29cc039cd84c926ab4daa7f8ecb024ef27f0c9c685d9c97f259cce56dacabfaa86033c1b3b4b199fd051c47f20906e3bc278368 +Size (github.com_google_go-cmp_@v_v0.5.8.zip) = 131550 bytes BLAKE2s (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 50fbcf00e2fabe446d1e13e31e0049c38ee01415e25f6bc20595b926a111f92e SHA512 (github.com_google_martian_@v_v2.1.0+incompatible.mod) = cffb5dc1c6531ae9d5998b3a57ba14de5dd8631a36dd48975da07ce5ec052d97b6f632c5d30ab9ab695f178758837aae8a6344c67d57c7a39ca8e9243f8211df Size (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 33 bytes diff --git a/net/gh/go-modules.mk b/net/gh/go-modules.mk index 09b2cfff54f4b..f845164a94344 100644 --- a/net/gh/go-modules.mk +++ b/net/gh/go-modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: go-modules.mk,v 1.16 2022/04/03 18:37:02 bsiegert Exp $ +# $NetBSD: go-modules.mk,v 1.17 2022/05/12 15:41:05 kim Exp $ GO_MODULE_FILES+= cloud.google.com/go/@v/v0.26.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.34.0.mod @@ -83,7 +83,8 @@ GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.zip GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.mod GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.zip GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.1.mod -GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.1.zip +GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.2.mod +GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.2.zip GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.17.mod GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.18.mod GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.18.zip @@ -147,7 +148,8 @@ GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.0.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.1.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.4.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.7.mod -GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.7.zip +GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.8.mod +GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.8.zip GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.mod GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.zip GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.0.0.mod From aeeebcee31360e2f931d45b6bc54d18d085cdbef Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 12 May 2022 15:45:54 +0000 Subject: [PATCH 0275/1154] gh: Make "gh --version" output the actual version. --- net/gh/Makefile | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/net/gh/Makefile b/net/gh/Makefile index 13d9eb38fd2b3..6e0d1a037b130 100644 --- a/net/gh/Makefile +++ b/net/gh/Makefile @@ -1,6 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2022/05/12 11:15:14 kim Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/12 15:45:54 kim Exp $ + +# Please also update GH_REL_DATE when upgrading to a new release. DISTNAME= gh-2.10.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=cli/} GITHUB_PROJECT= cli @@ -15,6 +18,19 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base GO_BUILD_PATTERN= ./cmd/gh +GH_REL_DATE= 2022-05-10 + +# Because we are not calling scripts/build as the Makefile for gh would +# do, we do not get these flags set. These flags make the output from +# "gh --version" meaningful. + +GH_LDFLAGS= -X github.com/cli/cli/v2/internal/build.Date=${GH_REL_DATE} +GH_LDFLAGS+= -X github.com/cli/cli/v2/internal/build.Version=${PKGVERSION_NOREV} + +do-build: + ${RUN} cd ${WRKSRC} && ${_ULIMIT_CMD} ${PKGSRC_SETENV} ${MAKE_ENV} \ + ${GO} install -v -ldflags "${GH_LDFLAGS}" ${GO_BUILD_PATTERN} + .include "go-modules.mk" .include "../../lang/go/go-module.mk" From 0a514c164858a8f5b429c5c8d9ff771eba6c0a77 Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 12 May 2022 17:13:55 +0000 Subject: [PATCH 0276/1154] cairo: fix segfault in quartz backend (via upstream) --- graphics/cairo/Makefile | 4 +- graphics/cairo/distinfo | 4 +- .../patch-src_cairo-quartz-image-surface.c | 110 +++++++++++ .../patches/patch-src_cairo-quartz-surface.c | 175 ++++++++++++++++++ 4 files changed, 290 insertions(+), 3 deletions(-) create mode 100644 graphics/cairo/patches/patch-src_cairo-quartz-image-surface.c create mode 100644 graphics/cairo/patches/patch-src_cairo-quartz-surface.c diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 4b2eaf82de79c..e3dd3111b70af 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.150 2022/04/05 10:06:41 riastradh Exp $ +# $NetBSD: Makefile,v 1.151 2022/05/12 17:13:55 tnn Exp $ .include "../../graphics/cairo/Makefile.common" -PKGREVISION= 5 +PKGREVISION= 6 TEST_TARGET= check diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 5444a53efecea..5315dfcfefab5 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.94 2022/04/07 10:57:57 riastradh Exp $ +$NetBSD: distinfo,v 1.95 2022/05/12 17:13:55 tnn Exp $ BLAKE2s (cairo-1.16.0.tar.xz) = fba95926f57ad97d9c0c197c355ef646fd3cf9d17d1eb3270d343eef5d7bfa40 SHA512 (cairo-1.16.0.tar.xz) = 9eb27c4cf01c0b8b56f2e15e651f6d4e52c99d0005875546405b64f1132aed12fbf84727273f493d84056a13105e065009d89e94a8bfaf2be2649e232b82377f @@ -13,5 +13,7 @@ SHA1 (patch-perf_cairo-perf-report.c) = 34579b44238ead31aaf97dbb63347c883d23b5a3 SHA1 (patch-perf_cairo-perf-trace.c) = 0f8cb89493a202b58b22e6244fe1c1bcc0a34b88 SHA1 (patch-src_cairo-ft-font.c) = 97288d79380473869f1049c1d8955a2f6fa3d178 SHA1 (patch-src_cairo-image-compositor.c) = 83337d8211083d77b061c43b69da2b61080776d9 +SHA1 (patch-src_cairo-quartz-image-surface.c) = f3963afb665d70189c18de02b943313b7f7b6dcd +SHA1 (patch-src_cairo-quartz-surface.c) = 870ff264a0046adad5a3c93e76da4684d6a365eb SHA1 (patch-src_cairo-type1-subset.c) = 741de4ec29cc4805aa51cbb4d89947a58dca0646 SHA1 (patch-util_cairo-trace_trace.c) = 0979e99a2aeaeb711a9b7636a0e6ba5048f26077 diff --git a/graphics/cairo/patches/patch-src_cairo-quartz-image-surface.c b/graphics/cairo/patches/patch-src_cairo-quartz-image-surface.c new file mode 100644 index 0000000000000..0ca78d9c51a1f --- /dev/null +++ b/graphics/cairo/patches/patch-src_cairo-quartz-image-surface.c @@ -0,0 +1,110 @@ +$NetBSD: patch-src_cairo-quartz-image-surface.c,v 1.1 2022/05/12 17:13:55 tnn Exp $ + +Ref and destroy the cairo surface handed off to CoreGraphics. +https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/52 + +--- src/cairo-quartz-image-surface.c.orig 2018-08-17 01:10:53.000000000 +0000 ++++ src/cairo-quartz-image-surface.c +@@ -50,10 +50,9 @@ + #define SURFACE_ERROR_INVALID_FORMAT (_cairo_surface_create_in_error(_cairo_error(CAIRO_STATUS_INVALID_FORMAT))) + + static void +-DataProviderReleaseCallback (void *info, const void *data, size_t size) ++DataProviderReleaseCallback (void *image_info, const void *data, size_t size) + { +- cairo_surface_t *surface = (cairo_surface_t *) info; +- cairo_surface_destroy (surface); ++ free (image_info); + } + + static cairo_surface_t * +@@ -88,9 +87,8 @@ _cairo_quartz_image_surface_finish (void + { + cairo_quartz_image_surface_t *surface = (cairo_quartz_image_surface_t *) asurface; + +- /* the imageSurface will be destroyed by the data provider's release callback */ + CGImageRelease (surface->image); +- ++ cairo_surface_destroy (surface->imageSurface); + return CAIRO_STATUS_SUCCESS; + } + +@@ -147,24 +145,29 @@ _cairo_quartz_image_surface_flush (void + cairo_quartz_image_surface_t *surface = (cairo_quartz_image_surface_t *) asurface; + CGImageRef oldImage = surface->image; + CGImageRef newImage = NULL; +- ++ void *image_data; ++ const unsigned int size = surface->imageSurface->height * surface->imageSurface->stride; + if (flags) + return CAIRO_STATUS_SUCCESS; + + /* XXX only flush if the image has been modified. */ + +- /* To be released by the ReleaseCallback */ +- cairo_surface_reference ((cairo_surface_t*) surface->imageSurface); ++ image_data = _cairo_malloc_ab ( surface->imageSurface->height, ++ surface->imageSurface->stride); ++ if (unlikely (!image_data)) ++ return _cairo_error (CAIRO_STATUS_NO_MEMORY); + ++ memcpy (image_data, surface->imageSurface->data, ++ surface->imageSurface->height * surface->imageSurface->stride); + newImage = CairoQuartzCreateCGImage (surface->imageSurface->format, + surface->imageSurface->width, + surface->imageSurface->height, + surface->imageSurface->stride, +- surface->imageSurface->data, ++ image_data, + TRUE, + NULL, + DataProviderReleaseCallback, +- surface->imageSurface); ++ image_data); + + surface->image = newImage; + CGImageRelease (oldImage); +@@ -308,7 +311,7 @@ cairo_quartz_image_surface_create (cairo + cairo_image_surface_t *image_surface; + int width, height, stride; + cairo_format_t format; +- unsigned char *data; ++ void *image_data; + + if (surface->status) + return surface; +@@ -321,7 +324,6 @@ cairo_quartz_image_surface_create (cairo + height = image_surface->height; + stride = image_surface->stride; + format = image_surface->format; +- data = image_surface->data; + + if (!_cairo_quartz_verify_surface_size(width, height)) + return SURFACE_ERROR_INVALID_SIZE; +@@ -338,20 +340,19 @@ cairo_quartz_image_surface_create (cairo + + memset (qisurf, 0, sizeof(cairo_quartz_image_surface_t)); + +- /* In case the create_cgimage fails, this ref will +- * be released via the callback (which will be called in +- * case of failure.) +- */ +- cairo_surface_reference (surface); ++ image_data = _cairo_malloc_ab (height, stride); ++ if (unlikely (!image_data)) ++ return _cairo_error (CAIRO_STATUS_NO_MEMORY); + ++ memcpy (image_data, image_surface->data, height * stride); + image = CairoQuartzCreateCGImage (format, + width, height, + stride, +- data, ++ image_data, + TRUE, + NULL, + DataProviderReleaseCallback, +- image_surface); ++ image_data); + + if (!image) { + free (qisurf); diff --git a/graphics/cairo/patches/patch-src_cairo-quartz-surface.c b/graphics/cairo/patches/patch-src_cairo-quartz-surface.c new file mode 100644 index 0000000000000..870e650a15e87 --- /dev/null +++ b/graphics/cairo/patches/patch-src_cairo-quartz-surface.c @@ -0,0 +1,175 @@ +$NetBSD: patch-src_cairo-quartz-surface.c,v 1.1 2022/05/12 17:13:55 tnn Exp $ + +Ref and destroy the cairo surface handed off to CoreGraphics. +https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/52 + +--- src/cairo-quartz-surface.c.orig 2018-08-17 01:10:53.000000000 +0000 ++++ src/cairo-quartz-surface.c +@@ -778,20 +778,10 @@ CairoQuartzCreateGradientFunction (const + &gradient_callbacks); + } + +-/* Obtain a CGImageRef from a #cairo_surface_t * */ +- +-typedef struct { +- cairo_surface_t *surface; +- cairo_image_surface_t *image_out; +- void *image_extra; +-} quartz_source_image_t; +- + static void + DataProviderReleaseCallback (void *info, const void *data, size_t size) + { +- quartz_source_image_t *source_img = info; +- _cairo_surface_release_source_image (source_img->surface, source_img->image_out, source_img->image_extra); +- free (source_img); ++ free (info); + } + + static cairo_status_t +@@ -803,8 +793,9 @@ _cairo_surface_to_cgimage (cairo_surface + CGImageRef *image_out) + { + cairo_status_t status; +- quartz_source_image_t *source_img; + cairo_image_surface_t *image_surface; ++ void *image_data, *image_extra; ++ cairo_bool_t acquired = FALSE; + + if (source->backend && source->backend->type == CAIRO_SURFACE_TYPE_QUARTZ_IMAGE) { + cairo_quartz_image_surface_t *surface = (cairo_quartz_image_surface_t *) source; +@@ -826,19 +817,12 @@ _cairo_surface_to_cgimage (cairo_surface + } + } + +- source_img = _cairo_malloc (sizeof (quartz_source_image_t)); +- if (unlikely (source_img == NULL)) +- return _cairo_error (CAIRO_STATUS_NO_MEMORY); +- +- source_img->surface = source; +- + if (source->type == CAIRO_SURFACE_TYPE_RECORDING) { + image_surface = (cairo_image_surface_t *) + cairo_image_surface_create (format, extents->width, extents->height); + if (unlikely (image_surface->base.status)) { + status = image_surface->base.status; + cairo_surface_destroy (&image_surface->base); +- free (source_img); + return status; + } + +@@ -848,46 +832,61 @@ _cairo_surface_to_cgimage (cairo_surface + NULL); + if (unlikely (status)) { + cairo_surface_destroy (&image_surface->base); +- free (source_img); + return status; + } + +- source_img->image_out = image_surface; +- source_img->image_extra = NULL; +- + cairo_matrix_init_identity (matrix); + } + else { +- status = _cairo_surface_acquire_source_image (source_img->surface, +- &source_img->image_out, +- &source_img->image_extra); +- if (unlikely (status)) { +- free (source_img); ++ status = _cairo_surface_acquire_source_image (source, &image_surface, ++ &image_extra); ++ if (unlikely (status)) + return status; +- } ++ acquired = TRUE; + } + +- if (source_img->image_out->width == 0 || source_img->image_out->height == 0) { ++ if (image_surface->width == 0 || image_surface->height == 0) { + *image_out = NULL; +- DataProviderReleaseCallback (source_img, +- source_img->image_out->data, +- source_img->image_out->height * source_img->image_out->stride); +- } else { +- *image_out = CairoQuartzCreateCGImage (source_img->image_out->format, +- source_img->image_out->width, +- source_img->image_out->height, +- source_img->image_out->stride, +- source_img->image_out->data, +- TRUE, +- NULL, +- DataProviderReleaseCallback, +- source_img); +- +- /* TODO: differentiate memory error and unsupported surface type */ +- if (unlikely (*image_out == NULL)) +- status = CAIRO_INT_STATUS_UNSUPPORTED; ++ if (acquired) ++ _cairo_surface_release_source_image (source, image_surface, image_extra); ++ else ++ cairo_surface_destroy (&image_surface->base); ++ ++ return status; + } + ++ image_data = _cairo_malloc_ab (image_surface->height, image_surface->stride); ++ if (unlikely (!image_data)) ++ { ++ if (acquired) ++ _cairo_surface_release_source_image (source, image_surface, image_extra); ++ else ++ cairo_surface_destroy (&image_surface->base); ++ ++ return _cairo_error (CAIRO_STATUS_NO_MEMORY); ++ } ++ ++ memcpy (image_data, image_surface->data, ++ image_surface->height * image_surface->stride); ++ *image_out = CairoQuartzCreateCGImage (image_surface->format, ++ image_surface->width, ++ image_surface->height, ++ image_surface->stride, ++ image_data, ++ TRUE, ++ NULL, ++ DataProviderReleaseCallback, ++ image_data); ++ ++ /* TODO: differentiate memory error and unsupported surface type */ ++ if (unlikely (*image_out == NULL)) ++ status = CAIRO_INT_STATUS_UNSUPPORTED; ++ ++ if (acquired) ++ _cairo_surface_release_source_image (source, image_surface, image_extra); ++ else ++ cairo_surface_destroy (&image_surface->base); ++ + return status; + } + +@@ -2273,11 +2272,13 @@ _cairo_quartz_surface_create_internal (C + surface->extents.width = width; + surface->extents.height = height; + surface->virtual_extents = surface->extents; ++ surface->imageData = NULL; ++ surface->imageSurfaceEquiv = NULL; ++ + + if (IS_EMPTY (surface)) { + surface->cgContext = NULL; + surface->cgContextBaseCTM = CGAffineTransformIdentity; +- surface->imageData = NULL; + surface->base.is_clear = TRUE; + return surface; + } +@@ -2290,9 +2291,6 @@ _cairo_quartz_surface_create_internal (C + surface->cgContext = cgContext; + surface->cgContextBaseCTM = CGContextGetCTM (cgContext); + +- surface->imageData = NULL; +- surface->imageSurfaceEquiv = NULL; +- + return surface; + } + From 960e1785d94cdd6fe97a727db9c7661f2fbb48bf Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 19:02:42 +0000 Subject: [PATCH 0277/1154] postgresqlNN: updated to 14.3, 13.7, 12.11, 11.16, and 10.21 The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 14.3, 13.7, 12.11, 11.16, and 10.21. This release closes one security vulnerability and fixes over 50 bugs reported over the last three months. CVE-2022-1552: Autovacuum, REINDEX, and others omit "security restricted operation" sandbox. Versions Affected: 10 - 14. The security team typically does not test unsupported versions, but this problem is quite old. Autovacuum, REINDEX, CREATE INDEX, REFRESH MATERIALIZED VIEW, CLUSTER, and pg_amcheck made incomplete efforts to operate safely when a privileged user is maintaining another user's objects. Those commands activated relevant protections too late or not at all. An attacker having permission to create non-temp objects in at least one schema could execute arbitrary SQL functions under a superuser identity. While promptly updating PostgreSQL is the best remediation for most users, a user unable to do that can work around the vulnerability by disabling autovacuum, not manually running the above commands, and not restoring from output of the pg_dump command. Performance may degrade quickly under this workaround. VACUUM is safe, and all commands are fine when a trusted user owns the target object. Bug Fixes and Improvements This update fixes over 50 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 14. Some of these issues may also affect other supported versions of PostgreSQL. Included in this release: Fix issue that could lead to corruption of GiST indexes on ltree columns. After upgrading, you will need to reindex any GiST indexes on ltree columns. Column names in tuples produced by a whole-row variable (e.g. tbl.*) outside of a top-level of a SELECT list are now always associated with those of the associated named composite type, if there is one. The release notes detail a workaround if you depend on the previous behavior. Fix incorrect rounding when extracting epoch values from interval types. Prevent issues with calling pg_stat_get_replication_slot(NULL). Fix incorrect output for types timestamptz and timetz in table_to_xmlschema(). Fix errors related to a planner issue that affected asynchronous remote queries. Fix planner failure if a query using SEARCH or CYCLE features contains a duplicate common-table expression (WITH) name. Fix ALTER FUNCTION to support changing a function's parallelism property and its SET-variable list in the same command. Fix incorrect sorting of table rows when using CLUSTER on an index whose leading key is an expression. Prevent data loss if a system crash occurs shortly after a sorted GiST index build. Fix risk of deadlock failures while dropping a partitioned index. Fix race condition between DROP TABLESPACE and checkpointing that could fail to remove all dead files from the tablespace directory. Fix potential issue in crash recovery after a TRUNCATE command that overlaps with a checkpoint. Re-allow _ as the first character in a custom configuration parameter name. Fix PANIC: xlog flush request is not satisfied failure during standby promotion when there is a missing WAL continuation record. Fix possibility of self-deadlock in hot standby conflict handling. Ensure that logical replication apply workers can be restarted when the server is near the max_sync_workers_per_subscription limit. Disallow execution of SPI functions during PL/Perl function compilation. libpq now accepts root-owned SSL private key files, which matches the rules the server has used since the 9.6 release. Re-allow database.schema.table patterns in psql, pg_dump, and pg_amcheck. Several fixes for pageinspect to improve overall stability. Disable batch insertion in postgres_fdw when BEFORE INSERT ... FOR EACH ROW triggers exist on the foreign table. Update JIT code to work with LLVM 14. --- databases/postgresql10-client/Makefile | 3 +-- databases/postgresql10-contrib/Makefile | 3 +-- databases/postgresql10-docs/Makefile | 3 +-- databases/postgresql10-docs/PLIST | 3 ++- databases/postgresql10-plperl/Makefile | 3 +-- databases/postgresql10-plpython/Makefile | 3 +-- databases/postgresql10-pltcl/Makefile | 3 +-- databases/postgresql10-server/Makefile | 3 +-- databases/postgresql10/Makefile | 3 +-- databases/postgresql10/Makefile.common | 4 ++-- databases/postgresql10/distinfo | 8 ++++---- databases/postgresql11-client/Makefile | 3 +-- databases/postgresql11-contrib/Makefile | 3 +-- databases/postgresql11-docs/Makefile | 3 +-- databases/postgresql11-docs/PLIST | 3 ++- databases/postgresql11-plperl/Makefile | 3 +-- databases/postgresql11-plpython/Makefile | 3 +-- databases/postgresql11-pltcl/Makefile | 3 +-- databases/postgresql11-server/Makefile | 3 +-- databases/postgresql11/Makefile | 3 +-- databases/postgresql11/Makefile.common | 4 ++-- databases/postgresql11/distinfo | 8 ++++---- databases/postgresql12-client/Makefile | 3 +-- databases/postgresql12-contrib/Makefile | 3 +-- databases/postgresql12-docs/Makefile | 3 +-- databases/postgresql12-docs/PLIST | 3 ++- databases/postgresql12-plperl/Makefile | 3 +-- databases/postgresql12-plpython/Makefile | 3 +-- databases/postgresql12-pltcl/Makefile | 3 +-- databases/postgresql12-server/Makefile | 3 +-- databases/postgresql12/Makefile | 3 +-- databases/postgresql12/Makefile.common | 4 ++-- databases/postgresql12/distinfo | 8 ++++---- databases/postgresql13-client/Makefile | 3 +-- databases/postgresql13-contrib/Makefile | 3 +-- databases/postgresql13-docs/Makefile | 3 +-- databases/postgresql13-docs/PLIST | 3 ++- databases/postgresql13-plperl/Makefile | 3 +-- databases/postgresql13-plpython/Makefile | 3 +-- databases/postgresql13-pltcl/Makefile | 3 +-- databases/postgresql13-server/Makefile | 3 +-- databases/postgresql13/Makefile | 3 +-- databases/postgresql13/Makefile.common | 4 ++-- databases/postgresql13/distinfo | 8 ++++---- databases/postgresql14-client/Makefile | 3 +-- databases/postgresql14-contrib/Makefile | 3 +-- databases/postgresql14-docs/Makefile | 3 +-- databases/postgresql14-docs/PLIST | 3 ++- databases/postgresql14-plperl/Makefile | 3 +-- databases/postgresql14-plpython/Makefile | 3 +-- databases/postgresql14-pltcl/Makefile | 3 +-- databases/postgresql14-server/Makefile | 3 +-- databases/postgresql14/Makefile | 3 +-- databases/postgresql14/Makefile.common | 4 ++-- databases/postgresql14/distinfo | 8 ++++---- 55 files changed, 80 insertions(+), 115 deletions(-) diff --git a/databases/postgresql10-client/Makefile b/databases/postgresql10-client/Makefile index 344b3cded455b..6c279ee658aa0 100644 --- a/databases/postgresql10-client/Makefile +++ b/databases/postgresql10-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2022/05/05 08:22:37 nia Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/12 19:02:42 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql10/Makefile.common" diff --git a/databases/postgresql10-contrib/Makefile b/databases/postgresql10-contrib/Makefile index 18314b3615d03..c086a4ec76646 100644 --- a/databases/postgresql10-contrib/Makefile +++ b/databases/postgresql10-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/04/18 19:10:39 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/12 19:02:42 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql10/Makefile.common" diff --git a/databases/postgresql10-docs/Makefile b/databases/postgresql10-docs/Makefile index 23a646ec7750f..94db611c740e9 100644 --- a/databases/postgresql10-docs/Makefile +++ b/databases/postgresql10-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2022/04/18 19:10:39 adam Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/12 19:02:42 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql10/Makefile.common" diff --git a/databases/postgresql10-docs/PLIST b/databases/postgresql10-docs/PLIST index ee1ab5fc0f378..8f136b74c9533 100644 --- a/databases/postgresql10-docs/PLIST +++ b/databases/postgresql10-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2022/02/11 08:31:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.22 2022/05/12 19:02:42 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -930,6 +930,7 @@ share/doc/postgresql/html/release-10-18.html share/doc/postgresql/html/release-10-19.html share/doc/postgresql/html/release-10-2.html share/doc/postgresql/html/release-10-20.html +share/doc/postgresql/html/release-10-21.html share/doc/postgresql/html/release-10-3.html share/doc/postgresql/html/release-10-4.html share/doc/postgresql/html/release-10-5.html diff --git a/databases/postgresql10-plperl/Makefile b/databases/postgresql10-plperl/Makefile index e1459daff8f8e..21da072263bd9 100644 --- a/databases/postgresql10-plperl/Makefile +++ b/databases/postgresql10-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.19 2022/04/18 19:10:39 adam Exp $ +#$ $NetBSD: Makefile,v 1.20 2022/05/12 19:02:42 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server diff --git a/databases/postgresql10-plpython/Makefile b/databases/postgresql10-plpython/Makefile index 03ba8f428c2b6..c4b326895628b 100644 --- a/databases/postgresql10-plpython/Makefile +++ b/databases/postgresql10-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/04/18 19:10:39 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/12 19:02:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server diff --git a/databases/postgresql10-pltcl/Makefile b/databases/postgresql10-pltcl/Makefile index eab4a81c211a7..63cc4188aca4d 100644 --- a/databases/postgresql10-pltcl/Makefile +++ b/databases/postgresql10-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/04/18 19:10:39 adam Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/12 19:02:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index 3959c0770edb5..ad7322be346c3 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2022/04/18 19:10:40 adam Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/12 19:02:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql10/Makefile b/databases/postgresql10/Makefile index 60629fe1605fd..8b9c6dd535a99 100644 --- a/databases/postgresql10/Makefile +++ b/databases/postgresql10/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2022/04/18 19:10:39 adam Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/12 19:02:42 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client diff --git a/databases/postgresql10/Makefile.common b/databases/postgresql10/Makefile.common index 944f995621c14..8ccfd456a54a4 100644 --- a/databases/postgresql10/Makefile.common +++ b/databases/postgresql10/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2022/02/11 08:31:20 adam Exp $ +# $NetBSD: Makefile.common,v 1.33 2022/05/12 19:02:42 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql10-pltcl/Makefile # used by databases/postgresql10-server/Makefile -DISTNAME= postgresql-10.20 +DISTNAME= postgresql-10.21 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql10/distinfo b/databases/postgresql10/distinfo index deb3f71059da6..e6dc54eecc376 100644 --- a/databases/postgresql10/distinfo +++ b/databases/postgresql10/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2022/02/11 08:31:20 adam Exp $ +$NetBSD: distinfo,v 1.27 2022/05/12 19:02:42 adam Exp $ -BLAKE2s (postgresql-10.20.tar.bz2) = 3bdc7eed893b1e73b7170e527b12699ada8f90a844e876bb029ad4026bf95a55 -SHA512 (postgresql-10.20.tar.bz2) = 44cfca541947d58c70593b767d3c2423f20cc6904f3d4cea8f63c1802ccbc569130c4a2a15f1af152285926f6a200e13d59c21584295dafd6f6e74bd38251428 -Size (postgresql-10.20.tar.bz2) = 19371473 bytes +BLAKE2s (postgresql-10.21.tar.bz2) = ed1e2be52212a5b0f5e4b657421a3b9618227c3f049b8f80da8c948f77b9b169 +SHA512 (postgresql-10.21.tar.bz2) = 1053e15505c0448df491119c9aad1617889b66118628a2155e3ec87e6648b2071a0a54e10d8fbbe00161b2aa86d1a6194d932a8cf5808c626e7972d135bb05c5 +Size (postgresql-10.21.tar.bz2) = 19409454 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd diff --git a/databases/postgresql11-client/Makefile b/databases/postgresql11-client/Makefile index 54ea57994d2ba..55c2ccad2ff52 100644 --- a/databases/postgresql11-client/Makefile +++ b/databases/postgresql11-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/05/05 08:22:37 nia Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/12 19:02:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql11/Makefile.common" diff --git a/databases/postgresql11-contrib/Makefile b/databases/postgresql11-contrib/Makefile index 78e4282bd15ff..1a50ca992f31c 100644 --- a/databases/postgresql11-contrib/Makefile +++ b/databases/postgresql11-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/04/18 19:10:40 adam Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/12 19:02:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql11/Makefile.common" diff --git a/databases/postgresql11-docs/Makefile b/databases/postgresql11-docs/Makefile index 1b80c0971ccae..f3a09c9d94c34 100644 --- a/databases/postgresql11-docs/Makefile +++ b/databases/postgresql11-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/18 19:10:40 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/12 19:02:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql11/Makefile.common" diff --git a/databases/postgresql11-docs/PLIST b/databases/postgresql11-docs/PLIST index a9a7f13b6fb03..6487ccab0c97d 100644 --- a/databases/postgresql11-docs/PLIST +++ b/databases/postgresql11-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2022/02/11 08:31:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2022/05/12 19:02:43 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -960,6 +960,7 @@ share/doc/postgresql/html/release-11-12.html share/doc/postgresql/html/release-11-13.html share/doc/postgresql/html/release-11-14.html share/doc/postgresql/html/release-11-15.html +share/doc/postgresql/html/release-11-16.html share/doc/postgresql/html/release-11-2.html share/doc/postgresql/html/release-11-3.html share/doc/postgresql/html/release-11-4.html diff --git a/databases/postgresql11-plperl/Makefile b/databases/postgresql11-plperl/Makefile index 2ec9120f832eb..a6bdef816dfd1 100644 --- a/databases/postgresql11-plperl/Makefile +++ b/databases/postgresql11-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.17 2022/04/18 19:10:40 adam Exp $ +#$ $NetBSD: Makefile,v 1.18 2022/05/12 19:02:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server diff --git a/databases/postgresql11-plpython/Makefile b/databases/postgresql11-plpython/Makefile index 383eb033865a4..5c57f63c6282d 100644 --- a/databases/postgresql11-plpython/Makefile +++ b/databases/postgresql11-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/04/18 19:10:40 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/12 19:02:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server diff --git a/databases/postgresql11-pltcl/Makefile b/databases/postgresql11-pltcl/Makefile index e7b08be67e053..04b94dd02040c 100644 --- a/databases/postgresql11-pltcl/Makefile +++ b/databases/postgresql11-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/04/18 19:10:40 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/12 19:02:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile index 7405c7005d34b..447dbae106e2f 100644 --- a/databases/postgresql11-server/Makefile +++ b/databases/postgresql11-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/04/18 19:10:40 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/12 19:02:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql11/Makefile b/databases/postgresql11/Makefile index 61d709b90db3a..0d5dd2d63d207 100644 --- a/databases/postgresql11/Makefile +++ b/databases/postgresql11/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/04/18 19:10:40 adam Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/12 19:02:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client diff --git a/databases/postgresql11/Makefile.common b/databases/postgresql11/Makefile.common index 3af83119f802e..2e2d4353a83be 100644 --- a/databases/postgresql11/Makefile.common +++ b/databases/postgresql11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2022/02/11 08:31:21 adam Exp $ +# $NetBSD: Makefile.common,v 1.26 2022/05/12 19:02:43 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql11-pltcl/Makefile # used by databases/postgresql11-server/Makefile -DISTNAME= postgresql-11.15 +DISTNAME= postgresql-11.16 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql11/distinfo b/databases/postgresql11/distinfo index 4b4016ed430f6..741ef281dcffe 100644 --- a/databases/postgresql11/distinfo +++ b/databases/postgresql11/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2022/02/25 15:39:57 jperkin Exp $ +$NetBSD: distinfo,v 1.23 2022/05/12 19:02:43 adam Exp $ -BLAKE2s (postgresql-11.15.tar.bz2) = e6f70c1693bba23c70127b0234494d2d7a43b4e5a0f80f26477090e4fff6e4fa -SHA512 (postgresql-11.15.tar.bz2) = 1eba7bddee1edf034617102c1d61ad0aa1b58927dad63de1d054817966c4c9a1d7d3fa6f6896af3fe5a6880b09a6ec86be298256ee6ecc3705ff2654d3d00c74 -Size (postgresql-11.15.tar.bz2) = 20245750 bytes +BLAKE2s (postgresql-11.16.tar.bz2) = 3e04ff94021dba90a1d48316b214d997d42eb4f806ec10f0aab99fe524df46b4 +SHA512 (postgresql-11.16.tar.bz2) = e1b6be0a97e60cdd95cd0ebc756b1de6abf2f33f41f6a80da3dff25483a30146fb6bf750ab787bb5bb4f2a04718946c7429e71f891cbd491001e9f9c2ea8e63c +Size (postgresql-11.16.tar.bz2) = 20347100 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd diff --git a/databases/postgresql12-client/Makefile b/databases/postgresql12-client/Makefile index f6649b64fad14..2e17076471c33 100644 --- a/databases/postgresql12-client/Makefile +++ b/databases/postgresql12-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/05/05 08:22:38 nia Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/12 19:02:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql12/Makefile.common" diff --git a/databases/postgresql12-contrib/Makefile b/databases/postgresql12-contrib/Makefile index c72f55ed09e2a..aa9a98732e9c3 100644 --- a/databases/postgresql12-contrib/Makefile +++ b/databases/postgresql12-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/04/18 19:10:41 adam Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/12 19:02:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql12/Makefile.common" diff --git a/databases/postgresql12-docs/Makefile b/databases/postgresql12-docs/Makefile index 3bc551424c68d..a3ac12bf5dc85 100644 --- a/databases/postgresql12-docs/Makefile +++ b/databases/postgresql12-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/18 19:10:41 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/12 19:02:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql12/Makefile.common" diff --git a/databases/postgresql12-docs/PLIST b/databases/postgresql12-docs/PLIST index ca9bcde9fd358..71b6efc1c0978 100644 --- a/databases/postgresql12-docs/PLIST +++ b/databases/postgresql12-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2022/02/11 08:31:22 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/05/12 19:02:44 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -963,6 +963,7 @@ share/doc/postgresql/html/regress-variant.html share/doc/postgresql/html/regress.html share/doc/postgresql/html/release-12-1.html share/doc/postgresql/html/release-12-10.html +share/doc/postgresql/html/release-12-11.html share/doc/postgresql/html/release-12-2.html share/doc/postgresql/html/release-12-3.html share/doc/postgresql/html/release-12-4.html diff --git a/databases/postgresql12-plperl/Makefile b/databases/postgresql12-plperl/Makefile index 817be0ad2d089..3851df36fab36 100644 --- a/databases/postgresql12-plperl/Makefile +++ b/databases/postgresql12-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.17 2022/04/18 19:10:41 adam Exp $ +#$ $NetBSD: Makefile,v 1.18 2022/05/12 19:02:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server diff --git a/databases/postgresql12-plpython/Makefile b/databases/postgresql12-plpython/Makefile index cb8ff9aa4e9f2..14385a9f5ad28 100644 --- a/databases/postgresql12-plpython/Makefile +++ b/databases/postgresql12-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2022/04/18 19:10:41 adam Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/12 19:02:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server diff --git a/databases/postgresql12-pltcl/Makefile b/databases/postgresql12-pltcl/Makefile index 606cb8850f46e..86f16db79bbb8 100644 --- a/databases/postgresql12-pltcl/Makefile +++ b/databases/postgresql12-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/04/18 19:10:41 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/12 19:02:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index 059ec74ac0e63..db8fd35324359 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/04/18 19:10:41 adam Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/12 19:02:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql12/Makefile b/databases/postgresql12/Makefile index 9a00924b003d7..f5ba1986d03f7 100644 --- a/databases/postgresql12/Makefile +++ b/databases/postgresql12/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/04/18 19:10:41 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/12 19:02:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql12-client>=${PKGVERSION_NOREV}:../../databases/postgresql12-client diff --git a/databases/postgresql12/Makefile.common b/databases/postgresql12/Makefile.common index 70f3e18520f9a..8e441ab7a5cb6 100644 --- a/databases/postgresql12/Makefile.common +++ b/databases/postgresql12/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2022/02/11 08:31:22 adam Exp $ +# $NetBSD: Makefile.common,v 1.19 2022/05/12 19:02:44 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql12-pltcl/Makefile # used by databases/postgresql12-server/Makefile -DISTNAME= postgresql-12.10 +DISTNAME= postgresql-12.11 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql12/distinfo b/databases/postgresql12/distinfo index 70e9a9e0d4090..63f18f5d8fe8e 100644 --- a/databases/postgresql12/distinfo +++ b/databases/postgresql12/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2022/02/11 08:31:22 adam Exp $ +$NetBSD: distinfo,v 1.16 2022/05/12 19:02:44 adam Exp $ -BLAKE2s (postgresql-12.10.tar.bz2) = a8e9dac32b8460b4112e2ce2eb04ba7a5a7541b053dafda7d23a5dcc18b6f402 -SHA512 (postgresql-12.10.tar.bz2) = befedb14320aa033dc55bbb93bbbec4e67d9cfced63be0e4f631c7495a0fbc6fe280bd6d2fb941d7a2e6b2ac570b7f40d8db7f07a192a81bd9cd63c6c244a9c5 -Size (postgresql-12.10.tar.bz2) = 20990621 bytes +BLAKE2s (postgresql-12.11.tar.bz2) = 3b4a4bf765d658a603e7c54d2a6436918b842084780750db7bfb5accb970bf81 +SHA512 (postgresql-12.11.tar.bz2) = 705e9e1ccf8202062cce61069b5ddb7db5f804dd0736c620640ce5622b9e42fdcbc1417771e77d51aa54beb4562a09b4307f2ff7dec135bd0e31f4941ca36ac8 +Size (postgresql-12.11.tar.bz2) = 21086745 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd diff --git a/databases/postgresql13-client/Makefile b/databases/postgresql13-client/Makefile index c2663d57a120c..ecdc359a87fca 100644 --- a/databases/postgresql13-client/Makefile +++ b/databases/postgresql13-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/05/05 08:22:38 nia Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/12 19:02:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql13/Makefile.common" diff --git a/databases/postgresql13-contrib/Makefile b/databases/postgresql13-contrib/Makefile index c72c319a47810..f6f170f2e7ce5 100644 --- a/databases/postgresql13-contrib/Makefile +++ b/databases/postgresql13-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/04/18 19:10:42 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/12 19:02:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql13/Makefile.common" diff --git a/databases/postgresql13-docs/Makefile b/databases/postgresql13-docs/Makefile index 98beea20ac52c..94bf803ea464b 100644 --- a/databases/postgresql13-docs/Makefile +++ b/databases/postgresql13-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/04/18 19:10:42 adam Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/12 19:02:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql13/Makefile.common" diff --git a/databases/postgresql13-docs/PLIST b/databases/postgresql13-docs/PLIST index 193f19b5a0110..397bd7a8fc904 100644 --- a/databases/postgresql13-docs/PLIST +++ b/databases/postgresql13-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2022/02/11 08:31:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/05/12 19:02:45 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -975,6 +975,7 @@ share/doc/postgresql/html/release-13-3.html share/doc/postgresql/html/release-13-4.html share/doc/postgresql/html/release-13-5.html share/doc/postgresql/html/release-13-6.html +share/doc/postgresql/html/release-13-7.html share/doc/postgresql/html/release-13.html share/doc/postgresql/html/release-prior.html share/doc/postgresql/html/release.html diff --git a/databases/postgresql13-plperl/Makefile b/databases/postgresql13-plperl/Makefile index 236fcdc75e4f0..7a55e7fed6430 100644 --- a/databases/postgresql13-plperl/Makefile +++ b/databases/postgresql13-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.12 2022/04/18 19:10:42 adam Exp $ +#$ $NetBSD: Makefile,v 1.13 2022/05/12 19:02:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server diff --git a/databases/postgresql13-plpython/Makefile b/databases/postgresql13-plpython/Makefile index e487ccfbfd669..15360098bbc03 100644 --- a/databases/postgresql13-plpython/Makefile +++ b/databases/postgresql13-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/04/18 19:10:42 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/12 19:02:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server diff --git a/databases/postgresql13-pltcl/Makefile b/databases/postgresql13-pltcl/Makefile index 775d0ad11ccd8..1f7e7c0c82092 100644 --- a/databases/postgresql13-pltcl/Makefile +++ b/databases/postgresql13-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/04/18 19:10:42 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/12 19:02:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile index 8a4932056f769..75c5adb7f02c5 100644 --- a/databases/postgresql13-server/Makefile +++ b/databases/postgresql13-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/04/18 19:10:42 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/12 19:02:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql13/Makefile b/databases/postgresql13/Makefile index 486eb575e7bdb..e72d7f66a9b84 100644 --- a/databases/postgresql13/Makefile +++ b/databases/postgresql13/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/04/18 19:10:41 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/12 19:02:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql13-client>=${PKGVERSION_NOREV}:../../databases/postgresql13-client diff --git a/databases/postgresql13/Makefile.common b/databases/postgresql13/Makefile.common index f8c0bb1bb4fac..d6da24d52f504 100644 --- a/databases/postgresql13/Makefile.common +++ b/databases/postgresql13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2022/02/11 08:31:23 adam Exp $ +# $NetBSD: Makefile.common,v 1.12 2022/05/12 19:02:45 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql13-pltcl/Makefile # used by databases/postgresql13-server/Makefile -DISTNAME= postgresql-13.6 +DISTNAME= postgresql-13.7 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql13/distinfo b/databases/postgresql13/distinfo index 90f42e3f969f2..2926ccb4e7608 100644 --- a/databases/postgresql13/distinfo +++ b/databases/postgresql13/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2022/02/11 08:31:23 adam Exp $ +$NetBSD: distinfo,v 1.13 2022/05/12 19:02:45 adam Exp $ -BLAKE2s (postgresql-13.6.tar.bz2) = 9441445ed8495e6f19955d8051829b471279dad9a1ecb8b59aed81786498a473 -SHA512 (postgresql-13.6.tar.bz2) = 2852726a3031b8d469f1c38f3019af02fc5afe40ec27b22288a29acefd30c63a98806bce88a214d0c2f9177f547b0b5010ad64e70bcbe2c2f1d97a27ae1984f8 -Size (postgresql-13.6.tar.bz2) = 21257213 bytes +BLAKE2s (postgresql-13.7.tar.bz2) = 093828d075b411a73a1a8112697e9b5e2841ffc7e70951bf90c8daff47e29d8f +SHA512 (postgresql-13.7.tar.bz2) = 9254f21519c8d4e926f70082503bb5593c91064a3d2a4ea18ac503dfd9aa94751d6f01ce00fca9fec9b2b7af40caf8d0951b661dd8be4d6aa87c1e35b6fa7a41 +Size (postgresql-13.7.tar.bz2) = 21364433 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9 diff --git a/databases/postgresql14-client/Makefile b/databases/postgresql14-client/Makefile index 2ea79f30f0d15..c3040c25dcb18 100644 --- a/databases/postgresql14-client/Makefile +++ b/databases/postgresql14-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/05/12 13:03:57 abs Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/12 19:02:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/14-client-/} -PKGREVISION= 2 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql14/Makefile.common" diff --git a/databases/postgresql14-contrib/Makefile b/databases/postgresql14-contrib/Makefile index b894805db260d..9b152fb83d6e0 100644 --- a/databases/postgresql14-contrib/Makefile +++ b/databases/postgresql14-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 19:02:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/14-contrib-/} -PKGREVISION= 2 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql14/Makefile.common" diff --git a/databases/postgresql14-docs/Makefile b/databases/postgresql14-docs/Makefile index c7ed038e792d0..d0f999e19fa3b 100644 --- a/databases/postgresql14-docs/Makefile +++ b/databases/postgresql14-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 19:02:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/14-docs-/} -PKGREVISION= 2 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql14/Makefile.common" diff --git a/databases/postgresql14-docs/PLIST b/databases/postgresql14-docs/PLIST index 05808c13f3287..842d500f808ab 100644 --- a/databases/postgresql14-docs/PLIST +++ b/databases/postgresql14-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2022/02/11 08:31:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/05/12 19:02:46 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -987,6 +987,7 @@ share/doc/postgresql/html/regress-variant.html share/doc/postgresql/html/regress.html share/doc/postgresql/html/release-14-1.html share/doc/postgresql/html/release-14-2.html +share/doc/postgresql/html/release-14-3.html share/doc/postgresql/html/release-14.html share/doc/postgresql/html/release-prior.html share/doc/postgresql/html/release.html diff --git a/databases/postgresql14-plperl/Makefile b/databases/postgresql14-plperl/Makefile index c1bd50b77c6b7..6c9dfddea0ed2 100644 --- a/databases/postgresql14-plperl/Makefile +++ b/databases/postgresql14-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ +#$ $NetBSD: Makefile,v 1.6 2022/05/12 19:02:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/14-plperl-/} -PKGREVISION= 2 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server diff --git a/databases/postgresql14-plpython/Makefile b/databases/postgresql14-plpython/Makefile index 75f52218e6bcf..02b7201df90c6 100644 --- a/databases/postgresql14-plpython/Makefile +++ b/databases/postgresql14-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 19:02:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/14-plpython-/} -PKGREVISION= 2 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server diff --git a/databases/postgresql14-pltcl/Makefile b/databases/postgresql14-pltcl/Makefile index 8deb17566cc0a..f660028746414 100644 --- a/databases/postgresql14-pltcl/Makefile +++ b/databases/postgresql14-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 19:02:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/14-pltcl-/} -PKGREVISION= 2 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index bca82a52e0b5e..21e72fa6da1ac 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:58 abs Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 19:02:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/14-server-/} -PKGREVISION= 2 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql14/Makefile b/databases/postgresql14/Makefile index 31ea3bf790e75..720630b494f79 100644 --- a/databases/postgresql14/Makefile +++ b/databases/postgresql14/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/05/12 13:03:57 abs Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/12 19:02:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/14-/} -PKGREVISION= 2 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql14-client>=${PKGVERSION_NOREV}:../../databases/postgresql14-client diff --git a/databases/postgresql14/Makefile.common b/databases/postgresql14/Makefile.common index 4242920176b27..b882d4268b8c6 100644 --- a/databases/postgresql14/Makefile.common +++ b/databases/postgresql14/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2022/02/11 08:31:24 adam Exp $ +# $NetBSD: Makefile.common,v 1.4 2022/05/12 19:02:46 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql14-pltcl/Makefile # used by databases/postgresql14-server/Makefile -DISTNAME= postgresql-14.2 +DISTNAME= postgresql-14.3 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql14/distinfo b/databases/postgresql14/distinfo index 9b883933259d5..f5bbb94261850 100644 --- a/databases/postgresql14/distinfo +++ b/databases/postgresql14/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2022/02/11 08:31:24 adam Exp $ +$NetBSD: distinfo,v 1.6 2022/05/12 19:02:46 adam Exp $ -BLAKE2s (postgresql-14.2.tar.bz2) = 065346daa76b51cabcb161b800f5dbd44399525598868e8e0cafb431f4e2650e -SHA512 (postgresql-14.2.tar.bz2) = 19aeb6528605dbcf5df84048b2eed8f54b202576134d3fe3900bb8f073179c4258d2581acd745887e7e6fa86ebdb5f7b159ffaa0a645d601efee7c5f7730456b -Size (postgresql-14.2.tar.bz2) = 21964841 bytes +BLAKE2s (postgresql-14.3.tar.bz2) = 70e8f4efa10e09ac9904b039c977a868ff5a3472453925faa7971d49fc9f4ae0 +SHA512 (postgresql-14.3.tar.bz2) = 70e6f67b5729a23f80b92b04e3fad2e09596b939660e3ddebf499d06af946459a45a019279e05413673e7b65d09a28a0440ed3c2ae565068466ed37e2d4f6f17 +Size (postgresql-14.3.tar.bz2) = 22092190 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9 From 79171f49ac3fa42e69e56e3eebf943ceca807043 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 19:04:27 +0000 Subject: [PATCH 0278/1154] Updated databases/postgresql1N --- doc/CHANGES-2022 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5ad9ef400bf5f..4e079ca9ab7b0 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2527 2022/05/12 14:53:51 kim Exp $ +$NetBSD: CHANGES-2022,v 1.2528 2022/05/12 19:04:27 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3901,3 +3901,8 @@ Changes to the packages collection and infrastructure in 2022: Updated shells/tcsh to 6.24.01 [kim 2022-05-12] Updated shells/standalone-tcsh to 6.24.01 [kim 2022-05-12] Updated shells/static-tcsh to 6.24.01 [kim 2022-05-12] + Updated databases/postgresql10 to 10.21 [adam 2022-05-12] + Updated databases/postgresql11 to 11.16 [adam 2022-05-12] + Updated databases/postgresql12 to 12.11 [adam 2022-05-12] + Updated databases/postgresql13 to 13.7 [adam 2022-05-12] + Updated databases/postgresql14 to 14.3 [adam 2022-05-12] From e148d255806b89e3c4db96cf4fe71dceb77f6e72 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 May 2022 19:37:39 +0000 Subject: [PATCH 0279/1154] py-importlib-metadata: switch to egg to avoid dependency hell --- devel/py-importlib-metadata/Makefile | 8 ++++++-- devel/py-importlib-metadata/PLIST | 23 ++++++++++++++--------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/devel/py-importlib-metadata/Makefile b/devel/py-importlib-metadata/Makefile index ac145b2f26a3f..7eece04a36715 100644 --- a/devel/py-importlib-metadata/Makefile +++ b/devel/py-importlib-metadata/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2022/05/12 06:50:16 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/12 19:37:39 adam Exp $ DISTNAME= importlib_metadata-4.11.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} +PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib-metadata/} @@ -31,5 +32,8 @@ DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.6.4:../../devel/py-typing-extensio do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests -.include "../../lang/python/wheel.mk" +# IMPORTANT: as long as there is Python 3.7, do not use wheel.mk; +# it requires devel/py-build which depends on this package. +PYSETUP= -c 'from setuptools import setup; setup()' +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-importlib-metadata/PLIST b/devel/py-importlib-metadata/PLIST index fa13e8ea6f477..10c7203e6caf7 100644 --- a/devel/py-importlib-metadata/PLIST +++ b/devel/py-importlib-metadata/PLIST @@ -1,26 +1,31 @@ -@comment $NetBSD: PLIST,v 1.4 2022/05/12 05:13:15 adam Exp $ -${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER -${PYSITELIB}/${WHEEL_INFODIR}/LICENSE -${PYSITELIB}/${WHEEL_INFODIR}/METADATA -${PYSITELIB}/${WHEEL_INFODIR}/RECORD -${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED -${PYSITELIB}/${WHEEL_INFODIR}/WHEEL -${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json -${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.5 2022/05/12 19:37:39 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/importlib_metadata/__init__.py ${PYSITELIB}/importlib_metadata/__init__.pyc +${PYSITELIB}/importlib_metadata/__init__.pyo ${PYSITELIB}/importlib_metadata/_adapters.py ${PYSITELIB}/importlib_metadata/_adapters.pyc +${PYSITELIB}/importlib_metadata/_adapters.pyo ${PYSITELIB}/importlib_metadata/_collections.py ${PYSITELIB}/importlib_metadata/_collections.pyc +${PYSITELIB}/importlib_metadata/_collections.pyo ${PYSITELIB}/importlib_metadata/_compat.py ${PYSITELIB}/importlib_metadata/_compat.pyc +${PYSITELIB}/importlib_metadata/_compat.pyo ${PYSITELIB}/importlib_metadata/_functools.py ${PYSITELIB}/importlib_metadata/_functools.pyc +${PYSITELIB}/importlib_metadata/_functools.pyo ${PYSITELIB}/importlib_metadata/_itertools.py ${PYSITELIB}/importlib_metadata/_itertools.pyc +${PYSITELIB}/importlib_metadata/_itertools.pyo ${PYSITELIB}/importlib_metadata/_meta.py ${PYSITELIB}/importlib_metadata/_meta.pyc +${PYSITELIB}/importlib_metadata/_meta.pyo ${PYSITELIB}/importlib_metadata/_text.py ${PYSITELIB}/importlib_metadata/_text.pyc +${PYSITELIB}/importlib_metadata/_text.pyo ${PYSITELIB}/importlib_metadata/py.typed From 41253cb8107a6aed1df36017c76eb0b4a23079cd Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 12 May 2022 19:39:00 +0000 Subject: [PATCH 0280/1154] modular-xorg-xquartz: update to 1.20.99.1.20210408 Unknown changes. Tested on macOS 12.3.1 (arm64) w/ Xcode 13.3.1. --- x11/modular-xorg-xquartz/MESSAGE | 11 +- x11/modular-xorg-xquartz/Makefile | 20 +- x11/modular-xorg-xquartz/PLIST | 64 ++-- x11/modular-xorg-xquartz/distinfo | 23 +- .../patches/patch-fb_fb.h | 26 -- .../patches/patch-fb_fbpict.c | 348 ------------------ .../patches/patch-fb_fbpict.h | 28 -- .../patches/patch-fb_fbscreen.c | 14 - .../patches/patch-fb_fbtrap.c | 97 ----- .../patches/patch-hw_xfree86_Makefile.am | 25 -- .../patches/patch-hw_xquartz_GL_indirect.c | 65 ---- .../patches/patch-hw_xquartz_X11Application.m | 16 - .../patches/patch-hw_xquartz_X11Controller.m | 33 -- .../patch-hw_xquartz_pbproxy_Makefile.in | 15 - .../patches/patch-mi_miexpose.c | 147 -------- .../patches/patch-render_mipict.c | 17 - .../patches/patch-render_mipict.h | 51 --- .../patches/patch-render_mitrap.c | 128 ------- .../patches/patch-render_mitri.c | 71 ---- 19 files changed, 51 insertions(+), 1148 deletions(-) delete mode 100644 x11/modular-xorg-xquartz/patches/patch-fb_fb.h delete mode 100644 x11/modular-xorg-xquartz/patches/patch-fb_fbpict.c delete mode 100644 x11/modular-xorg-xquartz/patches/patch-fb_fbpict.h delete mode 100644 x11/modular-xorg-xquartz/patches/patch-fb_fbscreen.c delete mode 100644 x11/modular-xorg-xquartz/patches/patch-fb_fbtrap.c delete mode 100644 x11/modular-xorg-xquartz/patches/patch-hw_xfree86_Makefile.am delete mode 100644 x11/modular-xorg-xquartz/patches/patch-hw_xquartz_GL_indirect.c delete mode 100644 x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Application.m delete mode 100644 x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Controller.m delete mode 100644 x11/modular-xorg-xquartz/patches/patch-hw_xquartz_pbproxy_Makefile.in delete mode 100644 x11/modular-xorg-xquartz/patches/patch-mi_miexpose.c delete mode 100644 x11/modular-xorg-xquartz/patches/patch-render_mipict.c delete mode 100644 x11/modular-xorg-xquartz/patches/patch-render_mipict.h delete mode 100644 x11/modular-xorg-xquartz/patches/patch-render_mitrap.c delete mode 100644 x11/modular-xorg-xquartz/patches/patch-render_mitri.c diff --git a/x11/modular-xorg-xquartz/MESSAGE b/x11/modular-xorg-xquartz/MESSAGE index d5b711752afb3..24c9547d632f8 100644 --- a/x11/modular-xorg-xquartz/MESSAGE +++ b/x11/modular-xorg-xquartz/MESSAGE @@ -1,15 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2015/10/01 12:55:09 tnn Exp $ +$NetBSD: MESSAGE,v 1.2 2022/05/12 19:39:00 tnn Exp $ To finish the installation of pkgsrc X11 on your Mac: -$ sudo mv /Applications/Utilities/X11.app /Applications/Utilities/X11.app.bak -$ sudo ln -s ${PREFIX}/Applications/Utilities/X11.app /Applications/Utilities +$ ln -sf ${PREFIX}/Applications/Utilities/X11.app ~/Applications/X11.app -$ echo "${PREFIX}/bin/xterm &" > ~/.xinitrc -$ echo ${PREFIX}/bin/quartz-wm >> ~/.xinitrc -$ ${PREFIX}/bin/startx -- ${PREFIX}/bin/Xquartz - -You can also launch X11.app from finder instead of the last step. +Then click on ~/Applications/X11 in Finder. =========================================================================== diff --git a/x11/modular-xorg-xquartz/Makefile b/x11/modular-xorg-xquartz/Makefile index d5f02972348ba..89b301f54e5f1 100644 --- a/x11/modular-xorg-xquartz/Makefile +++ b/x11/modular-xorg-xquartz/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.15 2022/03/10 10:09:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/12 19:39:00 tnn Exp $ -DISTNAME= xorg-server-1.17.2 -PKGNAME= ${DISTNAME:S/xorg-server/modular-xorg-xquartz/} -PKGREVISION= 6 +DISTNAME= modular-xorg-xquartz-1.20.99.1.20210408 CATEGORIES= x11 -MASTER_SITES= https://www.x.org/releases/individual/xserver/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GITHUB:=XQuartz/} +GITHUB_PROJECT= xorg-server +GITHUB_TAG= 199f278a1b7570b1cb6e24b8bedb4d721b3c9938 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.x.org/releases/individual/xserver/ +HOMEPAGE= https://www.xquartz.org/ COMMENT= X11 server for Mac OS X LICENSE= mit GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config autoconf automake autoreconf USE_LANGUAGES= c c++ objc ONLY_FOR_PLATFORM= Darwin-*-* @@ -85,6 +84,9 @@ MAKE_ENV+= OSX_SDK_PATH=${XCODE_SDK_PATH} MESSAGE_SUBST+= PREFIX=${PREFIX} +pre-configure: + cd ${WRKSRC} && autoreconf -vif + .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/xorg-util-macros/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" @@ -98,7 +100,7 @@ MESSAGE_SUBST+= PREFIX=${PREFIX} .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXfixes/buildlink3.mk" -.include "../../x11/libXfont/buildlink3.mk" +.include "../../x11/libXfont2/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" diff --git a/x11/modular-xorg-xquartz/PLIST b/x11/modular-xorg-xquartz/PLIST index b0e6ad9e6388e..3de3f757f5441 100644 --- a/x11/modular-xorg-xquartz/PLIST +++ b/x11/modular-xorg-xquartz/PLIST @@ -1,99 +1,100 @@ -@comment $NetBSD: PLIST,v 1.2 2016/02/12 12:34:49 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/12 19:39:00 tnn Exp $ Applications/Utilities/X11.app/Contents/Info.plist Applications/Utilities/X11.app/Contents/MacOS/X11 Applications/Utilities/X11.app/Contents/MacOS/X11.bin +Applications/Utilities/X11.app/Contents/MacOS/X11.sh Applications/Utilities/X11.app/Contents/PkgInfo -Applications/Utilities/X11.app/Contents/Resources/Dutch.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/Dutch.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/Dutch.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/Dutch.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/English.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/English.lproj/Localizable.strings Applications/Utilities/X11.app/Contents/Resources/English.lproj/main.nib/designable.nib +Applications/Utilities/X11.app/Contents/Resources/English.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/English.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/French.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/French.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/French.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/French.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/German.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/German.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/German.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/German.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/Italian.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/Italian.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/Italian.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/Italian.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/Japanese.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/Japanese.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/Japanese.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/Japanese.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/Spanish.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/Spanish.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/Spanish.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/Spanish.lproj/main.nib/keyedobjects.nib Applications/Utilities/X11.app/Contents/Resources/X11.icns -Applications/Utilities/X11.app/Contents/Resources/ar.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/ar.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/ar.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/ar.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/ca.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/ca.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/ca.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/ca.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/cs.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/cs.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/cs.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/cs.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/da.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/da.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/da.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/da.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/el.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/el.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/el.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/el.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/fi.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/fi.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/fi.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/fi.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/he.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/he.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/he.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/he.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/hr.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/hr.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/hr.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/hr.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/hu.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/hu.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/hu.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/hu.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/ko.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/ko.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/ko.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/ko.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/no.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/no.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/no.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/no.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/pl.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/pl.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/pl.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/pl.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/pt.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/pt.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/pt.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/pt.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/pt_PT.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/pt_PT.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/pt_PT.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/pt_PT.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/ro.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/ro.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/ro.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/ro.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/ru.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/ru.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/ru.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/ru.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/sk.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/sk.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/sk.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/sk.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/sv.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/sv.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/sv.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/sv.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/th.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/th.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/th.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/th.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/tr.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/tr.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/tr.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/tr.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/uk.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/uk.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/uk.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/uk.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/zh_CN.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/zh_CN.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/zh_CN.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/zh_CN.lproj/main.nib/keyedobjects.nib -Applications/Utilities/X11.app/Contents/Resources/zh_TW.lproj/InfoPlist.strings Applications/Utilities/X11.app/Contents/Resources/zh_TW.lproj/Localizable.strings +Applications/Utilities/X11.app/Contents/Resources/zh_TW.lproj/main.nib/keyedobjects-110000.nib Applications/Utilities/X11.app/Contents/Resources/zh_TW.lproj/main.nib/keyedobjects.nib bin/Xquartz lib/X11/xserver/Xquartz.plist @@ -101,3 +102,4 @@ lib/xorg/protocol.txt man/man1/Xquartz.1 man/man1/Xserver.1 share/doc/xorg-server/Xserver-DTrace.xml +var/db/xkb/README.compiled diff --git a/x11/modular-xorg-xquartz/distinfo b/x11/modular-xorg-xquartz/distinfo index c596fe6082e1f..17ef73cf7a275 100644 --- a/x11/modular-xorg-xquartz/distinfo +++ b/x11/modular-xorg-xquartz/distinfo @@ -1,20 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:34:15 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/12 19:39:00 tnn Exp $ -BLAKE2s (xorg-server-1.17.2.tar.bz2) = ba8a8b288ee5e968ee74b364dbf09a3433a80ed7127540fc0cef2653c17c2495 -SHA512 (xorg-server-1.17.2.tar.bz2) = 7e7b7620890cc8db696695758fa22fa879f9d3c33946663611ec0b37f02116e9c6f08779f9eece59907b430d3df93f0c0548939683ea156b3c4cbe02571b7551 -Size (xorg-server-1.17.2.tar.bz2) = 5767983 bytes -SHA1 (patch-fb_fb.h) = 82099b0982da0d9d64e3ae8f03393ec0df22f916 -SHA1 (patch-fb_fbpict.c) = 101645f653665c917c0f899b0eb771e7ff1280c4 -SHA1 (patch-fb_fbpict.h) = 686d6634e0cee9b56660787b616435c8134f8c61 -SHA1 (patch-fb_fbscreen.c) = 6bc92e7002f215430e8647337d596bfe99d3d63a -SHA1 (patch-fb_fbtrap.c) = 60e74d8d6f86dfb24491b17170e02a6040ad9abb -SHA1 (patch-hw_xfree86_Makefile.am) = 0388fa2a2cb08194def579c014848eaf66f02b24 -SHA1 (patch-hw_xquartz_GL_indirect.c) = f915ce2f6043c21cbaf6a656b7339776156b609e -SHA1 (patch-hw_xquartz_X11Application.m) = b97759b8e81b582dcf3600a1c3a0b387d2ae24f8 -SHA1 (patch-hw_xquartz_X11Controller.m) = d25fb8915d6ee9b1214a346d3042b47a43ee46f8 -SHA1 (patch-hw_xquartz_pbproxy_Makefile.in) = a877cf56033544b46169757c1ceda5f17fe7a224 -SHA1 (patch-mi_miexpose.c) = e53cbee2330300ef016aae5a5ee9fe8a65efc46b -SHA1 (patch-render_mipict.c) = fa9058f76d69d9227c41f16094a9ee9926214337 -SHA1 (patch-render_mipict.h) = 11ee673c750ce7860670110ce792ad9f0094d4ad -SHA1 (patch-render_mitrap.c) = d31fdb56b129b4d5c131dd8caaac41cc37df9f99 -SHA1 (patch-render_mitri.c) = dfb0061cb39bfadea0ac32f77f03e988f958d14c +BLAKE2s (modular-xorg-xquartz-1.20.99.1.20210408-199f278a1b7570b1cb6e24b8bedb4d721b3c9938.tar.gz) = bbc49d4841aadc00b5a286ae861e2624e55a123094c32d21af2bc2cd196ce566 +SHA512 (modular-xorg-xquartz-1.20.99.1.20210408-199f278a1b7570b1cb6e24b8bedb4d721b3c9938.tar.gz) = 2c543487de54ef94d528efca3263d0a3fd2fc95e20a2d8ae4c7eb4f8adc52f16b072d56024a8ad072bf703c9939bb08e45368c5c7fdc7d27662ba95b4eb9ecb2 +Size (modular-xorg-xquartz-1.20.99.1.20210408-199f278a1b7570b1cb6e24b8bedb4d721b3c9938.tar.gz) = 5849819 bytes diff --git a/x11/modular-xorg-xquartz/patches/patch-fb_fb.h b/x11/modular-xorg-xquartz/patches/patch-fb_fb.h deleted file mode 100644 index 035bf3ac73358..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-fb_fb.h +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-fb_fb.h,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- fb/fb.h.orig 2014-11-17 05:51:18.000000000 +0000 -+++ fb/fb.h -@@ -1116,9 +1116,6 @@ extern _X_EXPORT void - extern _X_EXPORT Bool - fbPictureInit(ScreenPtr pScreen, PictFormatPtr formats, int nformats); - --extern _X_EXPORT void --fbDestroyGlyphCache(void); -- - /* - * fbpixmap.c - */ -@@ -1326,8 +1323,7 @@ fbFillRegionSolid(DrawablePtr pDrawable, - RegionPtr pRegion, FbBits and, FbBits xor); - - extern _X_EXPORT pixman_image_t *image_from_pict(PicturePtr pict, -- Bool has_clip, -- int *xoff, int *yoff); -+ Bool has_clip); - - extern _X_EXPORT void free_pixman_pict(PicturePtr, pixman_image_t *); - diff --git a/x11/modular-xorg-xquartz/patches/patch-fb_fbpict.c b/x11/modular-xorg-xquartz/patches/patch-fb_fbpict.c deleted file mode 100644 index 392ad4800e8b2..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-fb_fbpict.c +++ /dev/null @@ -1,348 +0,0 @@ -$NetBSD: patch-fb_fbpict.c,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- fb/fbpict.c.orig 2015-01-17 23:42:52.000000000 +0000 -+++ fb/fbpict.c -@@ -46,23 +46,18 @@ fbComposite(CARD8 op, - INT16 yMask, INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) - { - pixman_image_t *src, *mask, *dest; -- int src_xoff, src_yoff; -- int msk_xoff, msk_yoff; -- int dst_xoff, dst_yoff; -- - miCompositeSourceValidate(pSrc); - if (pMask) - miCompositeSourceValidate(pMask); - -- src = image_from_pict(pSrc, FALSE, &src_xoff, &src_yoff); -- mask = image_from_pict(pMask, FALSE, &msk_xoff, &msk_yoff); -- dest = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff); -+ src = image_from_pict(pSrc, TRUE); -+ mask = image_from_pict(pMask, TRUE); -+ dest = image_from_pict(pDst, TRUE); - - if (src && dest && !(pMask && !mask)) { - pixman_image_composite(op, src, mask, dest, -- xSrc + src_xoff, ySrc + src_yoff, -- xMask + msk_xoff, yMask + msk_yoff, -- xDst + dst_xoff, yDst + dst_yoff, width, height); -+ xSrc, ySrc, xMask, yMask, xDst, yDst, -+ width, height); - } - - free_pixman_pict(pSrc, src); -@@ -70,152 +65,6 @@ fbComposite(CARD8 op, - free_pixman_pict(pDst, dest); - } - --static pixman_glyph_cache_t *glyphCache; -- --void --fbDestroyGlyphCache(void) --{ -- if (glyphCache) -- { -- pixman_glyph_cache_destroy (glyphCache); -- glyphCache = NULL; -- } --} -- --static void --fbUnrealizeGlyph(ScreenPtr pScreen, -- GlyphPtr pGlyph) --{ -- if (glyphCache) -- pixman_glyph_cache_remove (glyphCache, pGlyph, NULL); --} -- --void --fbGlyphs(CARD8 op, -- PicturePtr pSrc, -- PicturePtr pDst, -- PictFormatPtr maskFormat, -- INT16 xSrc, -- INT16 ySrc, int nlist, -- GlyphListPtr list, -- GlyphPtr *glyphs) --{ --#define N_STACK_GLYPHS 512 -- ScreenPtr pScreen = pDst->pDrawable->pScreen; -- pixman_glyph_t stack_glyphs[N_STACK_GLYPHS]; -- pixman_glyph_t *pglyphs = stack_glyphs; -- pixman_image_t *srcImage, *dstImage; -- int srcXoff, srcYoff, dstXoff, dstYoff; -- GlyphPtr glyph; -- int n_glyphs; -- int x, y; -- int i, n; -- int xDst = list->xOff, yDst = list->yOff; -- -- miCompositeSourceValidate(pSrc); -- -- n_glyphs = 0; -- for (i = 0; i < nlist; ++i) -- n_glyphs += list[i].len; -- -- if (!glyphCache) -- glyphCache = pixman_glyph_cache_create(); -- -- pixman_glyph_cache_freeze (glyphCache); -- -- if (n_glyphs > N_STACK_GLYPHS) { -- if (!(pglyphs = malloc (n_glyphs * sizeof (pixman_glyph_t)))) -- goto out; -- } -- -- i = 0; -- x = y = 0; -- while (nlist--) { -- x += list->xOff; -- y += list->yOff; -- n = list->len; -- while (n--) { -- const void *g; -- -- glyph = *glyphs++; -- -- if (!(g = pixman_glyph_cache_lookup (glyphCache, glyph, NULL))) { -- pixman_image_t *glyphImage; -- PicturePtr pPicture; -- int xoff, yoff; -- -- pPicture = GetGlyphPicture(glyph, pScreen); -- if (!pPicture) { -- n_glyphs--; -- goto next; -- } -- -- if (!(glyphImage = image_from_pict(pPicture, FALSE, &xoff, &yoff))) -- goto out; -- -- g = pixman_glyph_cache_insert(glyphCache, glyph, NULL, -- glyph->info.x, -- glyph->info.y, -- glyphImage); -- -- free_pixman_pict(pPicture, glyphImage); -- -- if (!g) -- goto out; -- } -- -- pglyphs[i].x = x; -- pglyphs[i].y = y; -- pglyphs[i].glyph = g; -- i++; -- -- next: -- x += glyph->info.xOff; -- y += glyph->info.yOff; -- } -- list++; -- } -- -- if (!(srcImage = image_from_pict(pSrc, FALSE, &srcXoff, &srcYoff))) -- goto out; -- -- if (!(dstImage = image_from_pict(pDst, TRUE, &dstXoff, &dstYoff))) -- goto out_free_src; -- -- if (maskFormat) { -- pixman_format_code_t format; -- pixman_box32_t extents; -- -- format = maskFormat->format | (maskFormat->depth << 24); -- -- pixman_glyph_get_extents(glyphCache, n_glyphs, pglyphs, &extents); -- -- pixman_composite_glyphs(op, srcImage, dstImage, format, -- xSrc + srcXoff + extents.x1 - xDst, ySrc + srcYoff + extents.y1 - yDst, -- extents.x1, extents.y1, -- extents.x1 + dstXoff, extents.y1 + dstYoff, -- extents.x2 - extents.x1, -- extents.y2 - extents.y1, -- glyphCache, n_glyphs, pglyphs); -- } -- else { -- pixman_composite_glyphs_no_mask(op, srcImage, dstImage, -- xSrc + srcXoff - xDst, ySrc + srcYoff - yDst, -- dstXoff, dstYoff, -- glyphCache, n_glyphs, pglyphs); -- } -- -- free_pixman_pict(pDst, dstImage); -- --out_free_src: -- free_pixman_pict(pSrc, srcImage); -- --out: -- pixman_glyph_cache_thaw(glyphCache); -- if (pglyphs != stack_glyphs) -- free(pglyphs); --} -- - static pixman_image_t * - create_solid_fill_image(PicturePtr pict) - { -@@ -289,20 +138,22 @@ create_conical_gradient_image(PictGradie - } - - static pixman_image_t * --create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) -+create_bits_picture(PicturePtr pict, Bool has_clip) - { -- PixmapPtr pixmap; - FbBits *bits; - FbStride stride; -- int bpp; -+ int bpp, xoff, yoff; - pixman_image_t *image; - -- fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff); -- fbGetPixmapBitsData(pixmap, bits, stride, bpp); -+ fbGetDrawable (pict->pDrawable, bits, stride, bpp, xoff, yoff); -+ -+ bits = (FbBits*)((CARD8*)bits + -+ (pict->pDrawable->y + yoff) * stride * sizeof(FbBits) + -+ (pict->pDrawable->x + xoff) * (bpp / 8)); - - image = pixman_image_create_bits((pixman_format_code_t) pict->format, -- pixmap->drawable.width, -- pixmap->drawable.height, (uint32_t *) bits, -+ pict->pDrawable->width, -+ pict->pDrawable->height, (uint32_t *) bits, - stride * sizeof(FbStride)); - - if (!image) -@@ -321,56 +172,30 @@ create_bits_picture(PicturePtr pict, Boo - if (pict->clientClip) - pixman_image_set_has_client_clip(image, TRUE); - -- if (*xoff || *yoff) -- pixman_region_translate(pict->pCompositeClip, *xoff, *yoff); -+ pixman_region_translate (pict->pCompositeClip, - pict->pDrawable->x, - pict->pDrawable->y); - - pixman_image_set_clip_region(image, pict->pCompositeClip); - -- if (*xoff || *yoff) -- pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff); -+ pixman_region_translate (pict->pCompositeClip, pict->pDrawable->x, pict->pDrawable->y); - } - - /* Indexed table */ - if (pict->pFormat->index.devPrivate) - pixman_image_set_indexed(image, pict->pFormat->index.devPrivate); - -- /* Add in drawable origin to position within the image */ -- *xoff += pict->pDrawable->x; -- *yoff += pict->pDrawable->y; -- - return image; - } - - static pixman_image_t *image_from_pict_internal(PicturePtr pict, Bool has_clip, -- int *xoff, int *yoff, - Bool is_alpha_map); - - static void --set_image_properties(pixman_image_t * image, PicturePtr pict, Bool has_clip, -- int *xoff, int *yoff, Bool is_alpha_map) -+set_image_properties(pixman_image_t * image, PicturePtr pict, Bool is_alpha_map) - { - pixman_repeat_t repeat; - pixman_filter_t filter; - - if (pict->transform) { -- /* For source images, adjust the transform to account -- * for the drawable offset within the pixman image, -- * then set the offset to 0 as it will be used -- * to compute positions within the transformed image. -- */ -- if (!has_clip) { -- struct pixman_transform adjusted; -- -- adjusted = *pict->transform; -- pixman_transform_translate(&adjusted, -- NULL, -- pixman_int_to_fixed(*xoff), -- pixman_int_to_fixed(*yoff)); -- pixman_image_set_transform(image, &adjusted); -- *xoff = 0; -- *yoff = 0; -- } -- else - pixman_image_set_transform(image, pict->transform); - } - -@@ -399,10 +224,8 @@ set_image_properties(pixman_image_t * im - * as the alpha map for this operation - */ - if (pict->alphaMap && !is_alpha_map) { -- int alpha_xoff, alpha_yoff; - pixman_image_t *alpha_map = -- image_from_pict_internal(pict->alphaMap, FALSE, &alpha_xoff, -- &alpha_yoff, TRUE); -+ image_from_pict_internal(pict->alphaMap, TRUE, TRUE); - - pixman_image_set_alpha_map(image, alpha_map, pict->alphaOrigin.x, - pict->alphaOrigin.y); -@@ -436,8 +259,7 @@ set_image_properties(pixman_image_t * im - } - - static pixman_image_t * --image_from_pict_internal(PicturePtr pict, Bool has_clip, int *xoff, int *yoff, -- Bool is_alpha_map) -+image_from_pict_internal(PicturePtr pict, Bool has_clip, Bool is_alpha_map) - { - pixman_image_t *image = NULL; - -@@ -445,7 +267,7 @@ image_from_pict_internal(PicturePtr pict - return NULL; - - if (pict->pDrawable) { -- image = create_bits_picture(pict, has_clip, xoff, yoff); -+ image = create_bits_picture(pict, has_clip); - } - else if (pict->pSourcePict) { - SourcePict *sp = pict->pSourcePict; -@@ -463,19 +285,17 @@ image_from_pict_internal(PicturePtr pict - else if (sp->type == SourcePictTypeConical) - image = create_conical_gradient_image(gradient); - } -- *xoff = *yoff = 0; - } - - if (image) -- set_image_properties(image, pict, has_clip, xoff, yoff, is_alpha_map); -- -+ set_image_properties (image, pict, is_alpha_map); - return image; - } - - pixman_image_t * --image_from_pict(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) -+image_from_pict (PicturePtr pict, Bool has_clip) - { -- return image_from_pict_internal(pict, has_clip, xoff, yoff, FALSE); -+ return image_from_pict_internal (pict, has_clip, FALSE); - } - - void -@@ -495,14 +315,11 @@ fbPictureInit(ScreenPtr pScreen, PictFor - return FALSE; - ps = GetPictureScreen(pScreen); - ps->Composite = fbComposite; -- ps->Glyphs = fbGlyphs; -- ps->UnrealizeGlyph = fbUnrealizeGlyph; -+ ps->Glyphs = miGlyphs; - ps->CompositeRects = miCompositeRects; - ps->RasterizeTrapezoid = fbRasterizeTrapezoid; -- ps->Trapezoids = fbTrapezoids; - ps->AddTraps = fbAddTraps; - ps->AddTriangles = fbAddTriangles; -- ps->Triangles = fbTriangles; - - return TRUE; - } diff --git a/x11/modular-xorg-xquartz/patches/patch-fb_fbpict.h b/x11/modular-xorg-xquartz/patches/patch-fb_fbpict.h deleted file mode 100644 index b96155052935f..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-fb_fbpict.h +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-fb_fbpict.h,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- fb/fbpict.h.orig 2014-11-17 05:51:18.000000000 +0000 -+++ fb/fbpict.h -@@ -65,20 +65,11 @@ fbTrapezoids(CARD8 op, - INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps); - - extern _X_EXPORT void -+ - fbTriangles(CARD8 op, - PicturePtr pSrc, - PicturePtr pDst, - PictFormatPtr maskFormat, - INT16 xSrc, INT16 ySrc, int ntris, xTriangle * tris); - --extern _X_EXPORT void --fbGlyphs(CARD8 op, -- PicturePtr pSrc, -- PicturePtr pDst, -- PictFormatPtr maskFormat, -- INT16 xSrc, -- INT16 ySrc, int nlist, -- GlyphListPtr list, -- GlyphPtr *glyphs); -- - #endif /* _FBPICT_H_ */ diff --git a/x11/modular-xorg-xquartz/patches/patch-fb_fbscreen.c b/x11/modular-xorg-xquartz/patches/patch-fb_fbscreen.c deleted file mode 100644 index b80162459e16e..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-fb_fbscreen.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-fb_fbscreen.c,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- fb/fbscreen.c.orig 2014-10-23 22:11:20.000000000 +0000 -+++ fb/fbscreen.c -@@ -32,7 +32,6 @@ fbCloseScreen(ScreenPtr pScreen) - int d; - DepthPtr depths = pScreen->allowedDepths; - -- fbDestroyGlyphCache(); - for (d = 0; d < pScreen->numDepths; d++) - free(depths[d].vids); - free(depths); diff --git a/x11/modular-xorg-xquartz/patches/patch-fb_fbtrap.c b/x11/modular-xorg-xquartz/patches/patch-fb_fbtrap.c deleted file mode 100644 index 7e5bb347363f8..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-fb_fbtrap.c +++ /dev/null @@ -1,97 +0,0 @@ -$NetBSD: patch-fb_fbtrap.c,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- fb/fbtrap.c.orig 2014-10-23 22:11:20.000000000 +0000 -+++ fb/fbtrap.c -@@ -36,13 +36,12 @@ fbAddTraps(PicturePtr pPicture, - INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) - { - pixman_image_t *image; -- int dst_xoff, dst_yoff; - -- if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff))) -+ if (!(image = image_from_pict (pPicture, FALSE))) - return; - -- pixman_add_traps(image, x_off + dst_xoff, y_off + dst_yoff, -- ntrap, (pixman_trap_t *) traps); -+ pixman_add_traps(image, x_off, y_off, -+ ntrap, (pixman_trap_t *)traps); - - free_pixman_pict(pPicture, image); - } -@@ -52,13 +51,12 @@ fbRasterizeTrapezoid(PicturePtr pPicture - xTrapezoid * trap, int x_off, int y_off) - { - pixman_image_t *image; -- int dst_xoff, dst_yoff; - -- if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff))) -+ if (!(image = image_from_pict (pPicture, FALSE))) - return; - -- pixman_rasterize_trapezoid(image, (pixman_trapezoid_t *) trap, -- x_off + dst_xoff, y_off + dst_yoff); -+ pixman_rasterize_trapezoid(image, (pixman_trapezoid_t *)trap, -+ x_off, y_off); - - free_pixman_pict(pPicture, image); - } -@@ -68,14 +66,12 @@ fbAddTriangles(PicturePtr pPicture, - INT16 x_off, INT16 y_off, int ntri, xTriangle * tris) - { - pixman_image_t *image; -- int dst_xoff, dst_yoff; - -- if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff))) -+ if (!(image = image_from_pict (pPicture, FALSE))) - return; - -- pixman_add_triangles(image, -- dst_xoff + x_off, dst_yoff + y_off, -- ntri, (pixman_triangle_t *) tris); -+ pixman_add_triangles(image, x_off, y_off, ntri, -+ (pixman_triangle_t *)tris); - - free_pixman_pict(pPicture, image); - } -@@ -98,13 +94,11 @@ fbShapes(CompositeShapesFunc composite, - int16_t ySrc, int nshapes, int shape_size, const uint8_t * shapes) - { - pixman_image_t *src, *dst; -- int src_xoff, src_yoff; -- int dst_xoff, dst_yoff; - - miCompositeSourceValidate(pSrc); - -- src = image_from_pict(pSrc, FALSE, &src_xoff, &src_yoff); -- dst = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff); -+ src = image_from_pict(pSrc, FALSE); -+ dst = image_from_pict(pDst, TRUE); - - if (src && dst) { - pixman_format_code_t format; -@@ -121,9 +115,8 @@ fbShapes(CompositeShapesFunc composite, - - for (i = 0; i < nshapes; ++i) { - composite(op, src, dst, format, -- xSrc + src_xoff, -- ySrc + src_yoff, -- dst_xoff, dst_yoff, 1, shapes + i * shape_size); -+ xSrc, ySrc, 0, 0, -+ 1, shapes + i * shape_size); - } - } - else { -@@ -143,8 +136,8 @@ fbShapes(CompositeShapesFunc composite, - } - - composite(op, src, dst, format, -- xSrc + src_xoff, -- ySrc + src_yoff, dst_xoff, dst_yoff, nshapes, shapes); -+ xSrc, ySrc, 0, 0, -+ nshapes, shapes); - } - - DamageRegionProcessPending(pDst->pDrawable); diff --git a/x11/modular-xorg-xquartz/patches/patch-hw_xfree86_Makefile.am b/x11/modular-xorg-xquartz/patches/patch-hw_xfree86_Makefile.am deleted file mode 100644 index 3a9b09fa96f06..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-hw_xfree86_Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-hw_xfree86_Makefile.am,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- hw/xfree86/Makefile.am.orig 2015-01-17 23:42:52.000000000 +0000 -+++ hw/xfree86/Makefile.am -@@ -48,8 +48,7 @@ DIST_SUBDIRS = common ddc i2c x86emu int - bin_PROGRAMS = Xorg - nodist_Xorg_SOURCES = sdksyms.c - --AM_CFLAGS = $(DIX_CFLAGS) @XORG_CFLAGS@ --AM_CPPFLAGS = $(XORG_INCS) -I$(srcdir)/parser -I$(top_srcdir)/miext/cw \ -+AM_CPPFLAGS = $(DIX_CFLAGS) @XORG_CFLAGS@ $(XORG_INCS) -I$(srcdir)/parser -I$(top_srcdir)/miext/cw \ - -I$(srcdir)/ddc -I$(srcdir)/i2c -I$(srcdir)/modes -I$(srcdir)/ramdac \ - -I$(srcdir)/dri -I$(srcdir)/dri2 -I$(top_srcdir)/dri3 - -@@ -135,7 +134,7 @@ CLEANFILES = sdksyms.c sdksyms.dep Xorg. - EXTRA_DIST += sdksyms.sh - - sdksyms.dep sdksyms.c: sdksyms.sh -- $(AM_V_GEN)CPP='$(CPP)' AWK='$(AWK)' $(SHELL) $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(AM_CPPFLAGS) -+ $(AM_V_GEN)CPP='$(CPP)' AWK='$(AWK)' $(SHELL) $(srcdir)/sdksyms.sh $(top_srcdir) $(CPPFLAGS) $(AM_CPPFLAGS) - - SDKSYMS_DEP = sdksyms.dep - -include $(SDKSYMS_DEP) diff --git a/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_GL_indirect.c b/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_GL_indirect.c deleted file mode 100644 index 34a1ff15e1238..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_GL_indirect.c +++ /dev/null @@ -1,65 +0,0 @@ -$NetBSD: patch-hw_xquartz_GL_indirect.c,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- hw/xquartz/GL/indirect.c.orig 2014-02-05 03:08:57.000000000 +0000 -+++ hw/xquartz/GL/indirect.c -@@ -52,6 +52,7 @@ - - #include "visualConfigs.h" - #include "dri.h" -+#include "extension_string.h" - - #include "darwin.h" - #define GLAQUA_DEBUG_MSG(msg, args ...) ASL_LOG(ASL_LEVEL_DEBUG, "GLXAqua", \ -@@ -111,6 +112,10 @@ typedef struct __GLXAquaDrawable __GLXAq - */ - struct __GLXAquaScreen { - __GLXscreen base; -+ -+ /* Supported GLX extensions */ -+ unsigned char glx_enable_bits[__GLX_EXT_BYTES]; -+ - int index; - int num_vis; - }; -@@ -541,13 +546,33 @@ __glXAquaScreenProbe(ScreenPtr pScreen) - - screen->base.GLXmajor = 1; - screen->base.GLXminor = 4; -- screen->base.GLXextensions = strdup("GLX_SGIX_fbconfig " -- "GLX_SGIS_multisample " -- "GLX_ARB_multisample " -- "GLX_EXT_visual_info " -- "GLX_EXT_import_context "); - -- /*We may be able to add more GLXextensions at a later time. */ -+ memset(screen->glx_enable_bits, 0, __GLX_EXT_BYTES); -+ -+ __glXEnableExtension(screen->glx_enable_bits, "GLX_EXT_visual_info"); -+ __glXEnableExtension(screen->glx_enable_bits, "GLX_EXT_visual_rating"); -+ __glXEnableExtension(screen->glx_enable_bits, "GLX_EXT_import_context"); -+ __glXEnableExtension(screen->glx_enable_bits, "GLX_OML_swap_method"); -+ __glXEnableExtension(screen->glx_enable_bits, "GLX_SGIX_fbconfig"); -+ -+ __glXEnableExtension(screen->glx_enable_bits, "GLX_SGIS_multisample"); -+ __glXEnableExtension(screen->glx_enable_bits, "GLX_ARB_multisample"); -+ -+ //__glXEnableExtension(screen->glx_enable_bits, "GLX_ARB_create_context"); -+ //__glXEnableExtension(screen->glx_enable_bits, "GLX_ARB_create_context_profile"); -+ -+ // Generate the GLX extensions string (overrides that set by __glXScreenInit()) -+ { -+ unsigned int buffer_size = -+ __glXGetExtensionString(screen->glx_enable_bits, NULL); -+ if (buffer_size > 0) { -+ free(screen->base.GLXextensions); -+ -+ screen->base.GLXextensions = xnfalloc(buffer_size); -+ __glXGetExtensionString(screen->glx_enable_bits, -+ screen->base.GLXextensions); -+ } -+ } - - return &screen->base; - } diff --git a/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Application.m b/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Application.m deleted file mode 100644 index dbc5a23b94892..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Application.m +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-hw_xquartz_X11Application.m,v 1.1 2020/03/08 01:28:14 tnn Exp $ - -X11Application.m:404:17: error: use of undeclared identifier '_appFlags' - ---- hw/xquartz/X11Application.m.orig 2015-05-21 14:23:54.000000000 +0000 -+++ hw/xquartz/X11Application.m -@@ -401,7 +401,9 @@ message_kit_thread(SEL selector, NSObjec - /* FIXME: This is a hack to avoid passing the event to AppKit which - * would result in it raising one of its windows. - */ -+#if 0 - _appFlags._active = YES; -+#endif - - [self set_front_process:nil]; - diff --git a/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Controller.m b/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Controller.m deleted file mode 100644 index dc917da198ed8..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_X11Controller.m +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-hw_xquartz_X11Controller.m,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -Clang says we must take the address of asl_log_descriptor. Do as it says. - ---- hw/xquartz/X11Controller.m.orig 2014-04-18 21:33:02.000000000 +0000 -+++ hw/xquartz/X11Controller.m -@@ -364,7 +364,7 @@ extern char *bundle_id_prefix; - } - - #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1080 -- if (asl_log_descriptor) { -+ if (&asl_log_descriptor) { - char *asl_sender; - aslmsg amsg = asl_new(ASL_TYPE_MSG); - assert(amsg); -@@ -414,7 +414,7 @@ extern char *bundle_id_prefix; - - case 0: /* child2 */ - #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1080 -- if (asl_log_descriptor) { -+ if (&asl_log_descriptor) { - /* Replace our stdout/stderr */ - dup2(stdout_pipe[1], STDOUT_FILENO); - dup2(stderr_pipe[1], STDERR_FILENO); -@@ -443,7 +443,7 @@ extern char *bundle_id_prefix; - } - - #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1080 -- if (asl_log_descriptor) { -+ if (&asl_log_descriptor) { - /* Close the write ends of the pipe */ - close(stdout_pipe[1]); - close(stderr_pipe[1]); diff --git a/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_pbproxy_Makefile.in b/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_pbproxy_Makefile.in deleted file mode 100644 index d69287479d26b..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-hw_xquartz_pbproxy_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-hw_xquartz_pbproxy_Makefile.in,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -Fix build with xcode 7. Use pkgrsc detected SDK path. - ---- hw/xquartz/pbproxy/Makefile.in.orig 2015-06-16 15:43:07.000000000 +0000 -+++ hw/xquartz/pbproxy/Makefile.in -@@ -556,7 +556,7 @@ target_alias = @target_alias@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --AM_CPPFLAGS = -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks \ -+AM_CPPFLAGS = -F$(OSX_SDK_PATH)/System/Library/Frameworks/ApplicationServices.framework/Frameworks \ - -DBUNDLE_ID_PREFIX=\"$(BUNDLE_ID_PREFIX)\" $(am__append_1) - AM_CFLAGS = $(XPBPROXY_CFLAGS) - AM_OBJCFLAGS = $(XPBPROXY_CFLAGS) diff --git a/x11/modular-xorg-xquartz/patches/patch-mi_miexpose.c b/x11/modular-xorg-xquartz/patches/patch-mi_miexpose.c deleted file mode 100644 index f063b8ac5e202..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-mi_miexpose.c +++ /dev/null @@ -1,147 +0,0 @@ -$NetBSD: patch-mi_miexpose.c,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- mi/miexpose.c.orig 2015-01-17 23:42:52.000000000 +0000 -+++ mi/miexpose.c -@@ -408,6 +408,7 @@ void RootlessSetPixmapOfAncestors(Window - void RootlessStartDrawing(WindowPtr pWin); - void RootlessDamageRegion(WindowPtr pWin, RegionPtr prgn); - Bool IsFramedWindow(WindowPtr pWin); -+#include "../fb/fb.h" - #endif - - void -@@ -437,23 +438,37 @@ miPaintWindow(WindowPtr pWin, RegionPtr - Bool solid = TRUE; - DrawablePtr drawable = &pWin->drawable; - -+#ifdef XQUARTZ_CLIP_DEBUG -+ ErrorF("START %d BS %d (pR = %ld)\n", what, pWin->backgroundState, ParentRelative); -+ ErrorF(" Rgn: %d %d %d %d\n", prgn->extents.x1, prgn->extents.y1, -+ prgn->extents.x2 - prgn->extents.x1, -+ prgn->extents.y2 - prgn->extents.y1); -+ ErrorF(" Win: %d %d (%d %d) %d %d\n", pWin->origin.x, pWin->origin.y, -+ pWin->winSize.extents.x1, pWin->winSize.extents.y1, -+ pWin->winSize.extents.x2 - pWin->winSize.extents.x1, -+ pWin->winSize.extents.y2 - pWin->winSize.extents.y1); -+ ErrorF(" Draw: %d %d %d %d\n", pWin->drawable.x, pWin->drawable.y, -+ pWin->drawable.width, pWin->drawable.height); -+#endif -+ - #ifdef ROOTLESS - if (!drawable || drawable->type == UNDRAWABLE_WINDOW) - return; -+#endif - -- if (IsFramedWindow(pWin)) { -+ if (what == PW_BACKGROUND) -+ { -+#ifdef ROOTLESS -+ if(IsFramedWindow(pWin)) { - RootlessStartDrawing(pWin); - RootlessDamageRegion(pWin, prgn); - -- if (pWin->backgroundState == ParentRelative) { -- if ((what == PW_BACKGROUND) || -- (what == PW_BORDER && !pWin->borderIsPixel)) -+ if(pWin->backgroundState == ParentRelative) { - RootlessSetPixmapOfAncestors(pWin); - } - } - #endif - -- if (what == PW_BACKGROUND) { - while (pWin->backgroundState == ParentRelative) - pWin = pWin->parent; - -@@ -478,6 +493,18 @@ miPaintWindow(WindowPtr pWin, RegionPtr - else { - PixmapPtr pixmap; - -+#ifdef ROOTLESS -+ if(IsFramedWindow(pWin)) { -+ RootlessStartDrawing(pWin); -+ RootlessDamageRegion(pWin, prgn); -+ -+ if(!pWin->borderIsPixel && -+ pWin->backgroundState == ParentRelative) { -+ RootlessSetPixmapOfAncestors(pWin); -+ } -+ } -+#endif -+ - tile_x_off = drawable->x; - tile_y_off = drawable->y; - -@@ -486,6 +513,12 @@ miPaintWindow(WindowPtr pWin, RegionPtr - return; - pixmap = (*pScreen->GetWindowPixmap) ((WindowPtr) drawable); - drawable = &pixmap->drawable; -+ -+#ifdef XQUARTZ_CLIP_DEBUG -+ ErrorF(" Draw: %d %d %d %d\n", -+ drawable->x, drawable->y, drawable->width, drawable->height); -+#endif -+ - #ifdef COMPOSITE - draw_x_off = pixmap->screen_x; - draw_y_off = pixmap->screen_y; -@@ -548,6 +581,57 @@ miPaintWindow(WindowPtr pWin, RegionPtr - ChangeGC(NullClient, pGC, gcmask, gcval); - ValidateGC(drawable, pGC); - -+#ifdef XQUARTZ_CLIP_DEBUG -+ ErrorF(" GC: %d %d %d %d\n", -+ pGC->pCompositeClip->extents.x1, pGC->pCompositeClip->extents.y1, -+ pGC->pCompositeClip->extents.x2 - pGC->pCompositeClip->extents.x1, -+ pGC->pCompositeClip->extents.y2 - pGC->pCompositeClip->extents.y1); -+#endif -+ -+#ifdef XQUARTZ -+ /* Looks like our clipping isn't set right for some reason: -+ * http://xquartz.macosforge.org/trac/ticket/290 -+ */ -+ if(what == PW_BORDER) { -+ -+#if 0 -+ if(solid) { -+#if 1 -+ fbFillRegionSolid(&pWin->drawable, -+ prgn, -+ 0, -+ fbReplicatePixel(fill.pixel, -+ pWin->drawable.bitsPerPixel)); -+#else -+ fbFillRegionSolid(drawable, -+ prgn, -+ 0, -+ fbReplicatePixel(fill.pixel, -+ drawable->bitsPerPixel)); -+#endif -+ return; -+ } -+#endif -+ -+ pGC->pCompositeClip->extents.x1 += prgn->extents.x1; -+ pGC->pCompositeClip->extents.y1 += prgn->extents.y1; -+ pGC->pCompositeClip->extents.x2 += prgn->extents.x1; -+ pGC->pCompositeClip->extents.y2 += prgn->extents.y1; -+ -+ if(pGC->pCompositeClip->extents.x2 > drawable->pScreen->width) -+ pGC->pCompositeClip->extents.x2 = drawable->pScreen->width; -+ if(pGC->pCompositeClip->extents.y2 > drawable->pScreen->height) -+ pGC->pCompositeClip->extents.y2 = drawable->pScreen->height; -+ } -+#endif -+ -+#ifdef XQUARTZ_CLIP_DEBUG -+ ErrorF(" GC: %d %d %d %d\n", -+ pGC->pCompositeClip->extents.x1, pGC->pCompositeClip->extents.y1, -+ pGC->pCompositeClip->extents.x2 - pGC->pCompositeClip->extents.x1, -+ pGC->pCompositeClip->extents.y2 - pGC->pCompositeClip->extents.y1); -+#endif -+ - numRects = RegionNumRects(prgn); - pbox = RegionRects(prgn); - for (i = numRects; --i >= 0; pbox++, prect++) { diff --git a/x11/modular-xorg-xquartz/patches/patch-render_mipict.c b/x11/modular-xorg-xquartz/patches/patch-render_mipict.c deleted file mode 100644 index f6b93241ad74a..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-render_mipict.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-render_mipict.c,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- render/mipict.c.orig 2014-11-17 05:51:18.000000000 +0000 -+++ render/mipict.c -@@ -575,8 +575,8 @@ miPictureInit(ScreenPtr pScreen, PictFor - ps->Composite = 0; /* requires DDX support */ - ps->Glyphs = miGlyphs; - ps->CompositeRects = miCompositeRects; -- ps->Trapezoids = 0; -- ps->Triangles = 0; -+ ps->Trapezoids = miTrapezoids; -+ ps->Triangles = miTriangles; - - ps->RasterizeTrapezoid = 0; /* requires DDX support */ - ps->AddTraps = 0; /* requires DDX support */ diff --git a/x11/modular-xorg-xquartz/patches/patch-render_mipict.h b/x11/modular-xorg-xquartz/patches/patch-render_mipict.h deleted file mode 100644 index 0d4754e24ebd6..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-render_mipict.h +++ /dev/null @@ -1,51 +0,0 @@ -$NetBSD: patch-render_mipict.h,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- render/mipict.h.orig 2015-01-17 23:42:52.000000000 +0000 -+++ render/mipict.h -@@ -122,6 +122,16 @@ miCompositeRects(CARD8 op, - xRenderColor * color, int nRect, xRectangle *rects); - - extern _X_EXPORT void -+miTriangles (CARD8 op, -+ PicturePtr pSrc, -+ PicturePtr pDst, -+ PictFormatPtr maskFormat, -+ INT16 xSrc, -+ INT16 ySrc, -+ int ntri, -+ xTriangle *tris); -+ -+extern _X_EXPORT void - - miTriStrip(CARD8 op, - PicturePtr pSrc, -@@ -137,10 +147,27 @@ miTriFan(CARD8 op, - PictFormatPtr maskFormat, - INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points); - -+extern _X_EXPORT PicturePtr -+miCreateAlphaPicture (ScreenPtr pScreen, -+ PicturePtr pDst, -+ PictFormatPtr pPictFormat, -+ CARD16 width, -+ CARD16 height); -+ - extern _X_EXPORT void - miTrapezoidBounds(int ntrap, xTrapezoid * traps, BoxPtr box); - - extern _X_EXPORT void -+miTrapezoids (CARD8 op, -+ PicturePtr pSrc, -+ PicturePtr pDst, -+ PictFormatPtr maskFormat, -+ INT16 xSrc, -+ INT16 ySrc, -+ int ntrap, -+ xTrapezoid *traps); -+ -+extern _X_EXPORT void - miPointFixedBounds(int npoint, xPointFixed * points, BoxPtr bounds); - - extern _X_EXPORT void diff --git a/x11/modular-xorg-xquartz/patches/patch-render_mitrap.c b/x11/modular-xorg-xquartz/patches/patch-render_mitrap.c deleted file mode 100644 index 1e8e01d9ecc94..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-render_mitrap.c +++ /dev/null @@ -1,128 +0,0 @@ -$NetBSD: patch-render_mitrap.c,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- render/mitrap.c.orig 2014-02-12 03:43:50.000000000 +0000 -+++ render/mitrap.c -@@ -34,6 +34,55 @@ - #include "picturestr.h" - #include "mipict.h" - -+PicturePtr -+miCreateAlphaPicture (ScreenPtr pScreen, -+ PicturePtr pDst, -+ PictFormatPtr pPictFormat, -+ CARD16 width, -+ CARD16 height) -+{ -+ PixmapPtr pPixmap; -+ PicturePtr pPicture; -+ GCPtr pGC; -+ int error; -+ xRectangle rect; -+ -+ if (width > 32767 || height > 32767) -+ return 0; -+ -+ if (!pPictFormat) -+ { -+ if (pDst->polyEdge == PolyEdgeSharp) -+ pPictFormat = PictureMatchFormat (pScreen, 1, PICT_a1); -+ else -+ pPictFormat = PictureMatchFormat (pScreen, 8, PICT_a8); -+ if (!pPictFormat) -+ return 0; -+ } -+ -+ pPixmap = (*pScreen->CreatePixmap) (pScreen, width, height, -+ pPictFormat->depth, 0); -+ if (!pPixmap) -+ return 0; -+ pGC = GetScratchGC (pPixmap->drawable.depth, pScreen); -+ if (!pGC) -+ { -+ (*pScreen->DestroyPixmap) (pPixmap); -+ return 0; -+ } -+ ValidateGC (&pPixmap->drawable, pGC); -+ rect.x = 0; -+ rect.y = 0; -+ rect.width = width; -+ rect.height = height; -+ (*pGC->ops->PolyFillRect)(&pPixmap->drawable, pGC, 1, &rect); -+ FreeScratchGC (pGC); -+ pPicture = CreatePicture (0, &pPixmap->drawable, pPictFormat, -+ 0, 0, serverClient, &error); -+ (*pScreen->DestroyPixmap) (pPixmap); -+ return pPicture; -+} -+ - static xFixed - miLineFixedX(xLineFixed * l, xFixed y, Bool ceil) - { -@@ -79,3 +128,65 @@ miTrapezoidBounds(int ntrap, xTrapezoid - box->x2 = x2; - } - } -+ -+ -+void -+miTrapezoids (CARD8 op, -+ PicturePtr pSrc, -+ PicturePtr pDst, -+ PictFormatPtr maskFormat, -+ INT16 xSrc, -+ INT16 ySrc, -+ int ntrap, -+ xTrapezoid *traps) -+{ -+ ScreenPtr pScreen = pDst->pDrawable->pScreen; -+ PictureScreenPtr ps = GetPictureScreen(pScreen); -+ -+ /* -+ * Check for solid alpha add -+ */ -+ if (op == PictOpAdd && miIsSolidAlpha (pSrc)) -+ { -+ for (; ntrap; ntrap--, traps++) -+ (*ps->RasterizeTrapezoid) (pDst, traps, 0, 0); -+ } -+ else if (maskFormat) -+ { -+ PicturePtr pPicture; -+ BoxRec bounds; -+ INT16 xDst, yDst; -+ INT16 xRel, yRel; -+ -+ xDst = traps[0].left.p1.x >> 16; -+ yDst = traps[0].left.p1.y >> 16; -+ -+ miTrapezoidBounds (ntrap, traps, &bounds); -+ if (bounds.y1 >= bounds.y2 || bounds.x1 >= bounds.x2) -+ return; -+ pPicture = miCreateAlphaPicture (pScreen, pDst, maskFormat, -+ bounds.x2 - bounds.x1, -+ bounds.y2 - bounds.y1); -+ if (!pPicture) -+ return; -+ for (; ntrap; ntrap--, traps++) -+ (*ps->RasterizeTrapezoid) (pPicture, traps, -+ -bounds.x1, -bounds.y1); -+ xRel = bounds.x1 + xSrc - xDst; -+ yRel = bounds.y1 + ySrc - yDst; -+ CompositePicture (op, pSrc, pPicture, pDst, -+ xRel, yRel, 0, 0, bounds.x1, bounds.y1, -+ bounds.x2 - bounds.x1, -+ bounds.y2 - bounds.y1); -+ FreePicture (pPicture, 0); -+ } -+ else -+ { -+ if (pDst->polyEdge == PolyEdgeSharp) -+ maskFormat = PictureMatchFormat (pScreen, 1, PICT_a1); -+ else -+ maskFormat = PictureMatchFormat (pScreen, 8, PICT_a8); -+ for (; ntrap; ntrap--, traps++) -+ miTrapezoids (op, pSrc, pDst, maskFormat, xSrc, ySrc, 1, traps); -+ } -+} diff --git a/x11/modular-xorg-xquartz/patches/patch-render_mitri.c b/x11/modular-xorg-xquartz/patches/patch-render_mitri.c deleted file mode 100644 index 715ced4179a09..0000000000000 --- a/x11/modular-xorg-xquartz/patches/patch-render_mitri.c +++ /dev/null @@ -1,71 +0,0 @@ -$NetBSD: patch-render_mitri.c,v 1.1 2015/10/01 12:55:09 tnn Exp $ - -http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple - ---- render/mitri.c.orig 2014-02-05 03:08:58.000000000 +0000 -+++ render/mitri.c -@@ -65,3 +65,64 @@ miTriangleBounds(int ntri, xTriangle * t - { - miPointFixedBounds(ntri * 3, (xPointFixed *) tris, bounds); - } -+ -+ -+void -+miTriangles (CARD8 op, -+ PicturePtr pSrc, -+ PicturePtr pDst, -+ PictFormatPtr maskFormat, -+ INT16 xSrc, -+ INT16 ySrc, -+ int ntri, -+ xTriangle *tris) -+{ -+ ScreenPtr pScreen = pDst->pDrawable->pScreen; -+ PictureScreenPtr ps = GetPictureScreen(pScreen); -+ -+ /* -+ * Check for solid alpha add -+ */ -+ if (op == PictOpAdd && miIsSolidAlpha (pSrc)) -+ { -+ (*ps->AddTriangles) (pDst, 0, 0, ntri, tris); -+ } -+ else if (maskFormat) -+ { -+ BoxRec bounds; -+ PicturePtr pPicture; -+ INT16 xDst, yDst; -+ INT16 xRel, yRel; -+ -+ xDst = tris[0].p1.x >> 16; -+ yDst = tris[0].p1.y >> 16; -+ -+ miTriangleBounds (ntri, tris, &bounds); -+ if (bounds.x2 <= bounds.x1 || bounds.y2 <= bounds.y1) -+ return; -+ pPicture = miCreateAlphaPicture (pScreen, pDst, maskFormat, -+ bounds.x2 - bounds.x1, -+ bounds.y2 - bounds.y1); -+ if (!pPicture) -+ return; -+ (*ps->AddTriangles) (pPicture, -bounds.x1, -bounds.y1, ntri, tris); -+ -+ xRel = bounds.x1 + xSrc - xDst; -+ yRel = bounds.y1 + ySrc - yDst; -+ CompositePicture (op, pSrc, pPicture, pDst, -+ xRel, yRel, 0, 0, bounds.x1, bounds.y1, -+ bounds.x2 - bounds.x1, bounds.y2 - bounds.y1); -+ FreePicture (pPicture, 0); -+ } -+ else -+ { -+ if (pDst->polyEdge == PolyEdgeSharp) -+ maskFormat = PictureMatchFormat (pScreen, 1, PICT_a1); -+ else -+ maskFormat = PictureMatchFormat (pScreen, 8, PICT_a8); -+ -+ for (; ntri; ntri--, tris++) -+ miTriangles (op, pSrc, pDst, maskFormat, xSrc, ySrc, 1, tris); -+ } -+} -+ From 49d05dbc59e8b04ef943e4413949485e8ccfb096 Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 12 May 2022 19:40:06 +0000 Subject: [PATCH 0281/1154] doc: updated x11/modular-xorg-xquartz --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4e079ca9ab7b0..92143166d264c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2528 2022/05/12 19:04:27 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2529 2022/05/12 19:40:06 tnn Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3906,3 +3906,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/postgresql12 to 12.11 [adam 2022-05-12] Updated databases/postgresql13 to 13.7 [adam 2022-05-12] Updated databases/postgresql14 to 14.3 [adam 2022-05-12] + Updated x11/modular-xorg-xquartz to 1.20.99.1.20210408 [tnn 2022-05-12] diff --git a/doc/TODO b/doc/TODO index bcf2c83e4a285..32a0f7e3bafc8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21850 2022/05/12 13:16:36 abs Exp $ +$NetBSD: TODO,v 1.21851 2022/05/12 19:40:06 tnn Exp $ Suggested new packages ====================== @@ -1136,7 +1136,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o mit-scheme-bin-9.2 o mitmproxy-8 o modular-xorg-server-21.1.3 - o modular-xorg-xquartz-21.1.0 o modular-xorg-xwayland-21.1.0 o monit-5.28.0 o mono-nat-1.1.0 From fdcffbf20d85ac76301836688c1dcaa2c7afda76 Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 12 May 2022 19:55:54 +0000 Subject: [PATCH 0282/1154] modular-xorg-xquartz: needs font-util --- x11/modular-xorg-xquartz/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11/modular-xorg-xquartz/Makefile b/x11/modular-xorg-xquartz/Makefile index 89b301f54e5f1..2c8cbbde5d10e 100644 --- a/x11/modular-xorg-xquartz/Makefile +++ b/x11/modular-xorg-xquartz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2022/05/12 19:39:00 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/12 19:55:54 tnn Exp $ DISTNAME= modular-xorg-xquartz-1.20.99.1.20210408 CATEGORIES= x11 @@ -84,12 +84,16 @@ MAKE_ENV+= OSX_SDK_PATH=${XCODE_SDK_PATH} MESSAGE_SUBST+= PREFIX=${PREFIX} +CHECK_PORTABILITY_SKIP+= test/scripts/* +CHECK_PORTABILITY_SKIP+= hw/xquartz/bundle/* + pre-configure: cd ${WRKSRC} && autoreconf -vif .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/xorg-util-macros/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../fonts/font-util/buildlink3.mk" .include "../../fonts/libfontenc/buildlink3.mk" .include "../../graphics/libepoxy/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" From 7d04ff30f357b4cf559901b3b45fbb5e4d1a83ac Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 May 2022 20:00:37 +0000 Subject: [PATCH 0283/1154] gh: remove some entries that 'make show-go-modules' does not list any longer --- net/gh/distinfo | 182 +------------------------------------------ net/gh/go-modules.mk | 62 +-------------- 2 files changed, 2 insertions(+), 242 deletions(-) diff --git a/net/gh/distinfo b/net/gh/distinfo index a83c019ce58d8..196f6de161eaa 100644 --- a/net/gh/distinfo +++ b/net/gh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2022/05/12 15:41:05 kim Exp $ +$NetBSD: distinfo,v 1.24 2022/05/12 20:00:37 wiz Exp $ BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273 @@ -45,9 +45,6 @@ Size (cloud.google.com_go_@v_v0.62.0.mod) = 810 bytes BLAKE2s (cloud.google.com_go_@v_v0.65.0.mod) = 4b741b5ede157eed2e709ba44a89dd0e92479a297b6294697f861a27adc0f1ea SHA512 (cloud.google.com_go_@v_v0.65.0.mod) = d1a718c4ba19ee0d4221858dd0710cc480fdf6c0b134f1ce5c4a805b15cac88a77e73f26e79f480b0852a6c0f499c63876dacdb3038ea40d38e9f8ae577ce219 Size (cloud.google.com_go_@v_v0.65.0.mod) = 831 bytes -BLAKE2s (cloud.google.com_go_@v_v0.65.0.zip) = 4acf9287ddfb7926d73fb5388e39b363e8ce2c7340e68b27ad9214cad3b5a586 -SHA512 (cloud.google.com_go_@v_v0.65.0.zip) = 64c541dc34bc475c1a1fdb574bb4b1825daaefef5cd9727421aa5ca609195347eae0d1a77caca66f1671b261054f5c7c419542c9f6a4481c0e0e9edbf26e33fe -Size (cloud.google.com_go_@v_v0.65.0.zip) = 1557489 bytes BLAKE2s (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 595e4165864257f6b29770e821d16e56460cdd4e84a02b9ecec91d55d7a1b27c SHA512 (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 338a067f7ad15d8549da11ac146b65657923ae4fee3caf2eff888c104c0df0edcdf0d98f5be6a67a764aa39210d5cad811ebd9d604084a67049b753246fbf89a Size (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 319 bytes @@ -66,18 +63,12 @@ Size (cloud.google.com_go_bigquery_@v_v1.7.0.mod) = 649 bytes BLAKE2s (cloud.google.com_go_bigquery_@v_v1.8.0.mod) = 5d2872d22d22713a491b40409cbbffa2ebcf4099957cbbfd0e2323205cc7d681 SHA512 (cloud.google.com_go_bigquery_@v_v1.8.0.mod) = 74886885016c92ce56b584665bdcc925404bab745a25ace03dacc2ace3f812a0d568ab8d19044097906b9da479037c41468c33f1243e6d55b36fba4571117607 Size (cloud.google.com_go_bigquery_@v_v1.8.0.mod) = 639 bytes -BLAKE2s (cloud.google.com_go_bigquery_@v_v1.8.0.zip) = f28cbed2399c3ef170e631d5d40742fbfdc8889d70f2b977fd14942863f1eb97 -SHA512 (cloud.google.com_go_bigquery_@v_v1.8.0.zip) = f9841e6e63f490e02a3660894a079aa6664df8adfff6eb0bf3b10ab9d8a6e625af1bc24ce447f29a8b25869eea35a9d1c05493b380e4aa52cf35b261ce780228 -Size (cloud.google.com_go_bigquery_@v_v1.8.0.zip) = 435519 bytes BLAKE2s (cloud.google.com_go_datastore_@v_v1.0.0.mod) = a1d4fc8505f01b38b3f6b1ccb6a8ed79054367bd25fce65b096419bd3ef40176 SHA512 (cloud.google.com_go_datastore_@v_v1.0.0.mod) = 8082ab039764aa6abd6615b1cf3a1830f2813dd5b791a27b7f0ebf5fa1ee68fe040a5e12988e6c91ba5d032a0a6666d384d6eceff12165d394a75ba56b744382 Size (cloud.google.com_go_datastore_@v_v1.0.0.mod) = 433 bytes BLAKE2s (cloud.google.com_go_datastore_@v_v1.1.0.mod) = 19e996b3e35cc55bd1b62bc7a6e29daca1fb27128fb2a24bf8c55112833a40db SHA512 (cloud.google.com_go_datastore_@v_v1.1.0.mod) = e7056a89df84a1027e2dcb4e15c6e89e0279d4a8bf5a45dad7778587bbd06f5f359c7addde5a5a62e0cb454032cc3ae0fc443477bf2adc3422cb0c38009f4e52 Size (cloud.google.com_go_datastore_@v_v1.1.0.mod) = 566 bytes -BLAKE2s (cloud.google.com_go_datastore_@v_v1.1.0.zip) = 9988629fa27efc91e3b979e7aeaa693b4cb0aec2ec46c763ca3844f7962455d7 -SHA512 (cloud.google.com_go_datastore_@v_v1.1.0.zip) = 08a1fad4b3a243f047da01abdeecd206c699f6cf5910c8bea430b478d383c8f0a49e54576a51277d292cac1bdfdf739702e67bb1c869e92a5a8b37e05c52c882 -Size (cloud.google.com_go_datastore_@v_v1.1.0.zip) = 279892 bytes BLAKE2s (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = a260db96f906c363c2ec160f4178e31671c43b3db696f26ea1c42bd00d52dd38 SHA512 (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 8a393b8614207c22c73a706ccc3e66a8a16d2f305ab95d8f70774f13d0bcb7396b0ac5095daa57ebb991225a1db08c3110f1e85c26dd72f3bbcaf73fea536d9c Size (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 508 bytes @@ -90,18 +81,12 @@ Size (cloud.google.com_go_pubsub_@v_v1.2.0.mod) = 858 bytes BLAKE2s (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 9343a18e5abdebc736fac639a70db0bb51fae469f1d38e6e5c76c5fad39d210b SHA512 (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 0e2dc636df1de8119b3b4153466d8f31b4e2e9fa637c625ea0a7fd94951ee38edc02064cc00d7fe9a4d9f7e3d1ed521809003602398d68508772b11939755cdf Size (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 625 bytes -BLAKE2s (cloud.google.com_go_pubsub_@v_v1.3.1.zip) = f1906f65906cdbefa0fe7d12f19a4f31ea0357c8a9460e39af3807cabe8ba8e6 -SHA512 (cloud.google.com_go_pubsub_@v_v1.3.1.zip) = fe4b98a54e759038763f6b83a4fc34af85e1b9815b0ff86db179d516b7ce4a7e7330c52fd553f5bd7de15358cfcd6c48212cc11f3eaae3ecc98ea4a0d3ecf082 -Size (cloud.google.com_go_pubsub_@v_v1.3.1.zip) = 155284 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.0.0.mod) = 0f8b81ac2bb9aaed4f0257cbea204507d7e7bb3a2c1dcf4a1cccad1c5d310ede SHA512 (cloud.google.com_go_storage_@v_v1.0.0.mod) = faf4a02a513ae4c23f931b8917e74a056c528b4267ef3b5b704949283910bfc5d41fdd7264b78d4fc1f6e5b370474a7c9933a2fad36bb5c872006def71f8ed0b Size (cloud.google.com_go_storage_@v_v1.0.0.mod) = 374 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.10.0.mod) = 743ff68a72c5b33a4cec549635e7fc205e1a03ee086cb2af9d77714a5c49e9b9 SHA512 (cloud.google.com_go_storage_@v_v1.10.0.mod) = 2825d124965f45e40b36bc1d2f8133f8a1fb5ff94dd95d2ae4383bc4a300ddfe0efb75ace2f9408582525c377769bd1f75cd3c0c655c74aa75708f7a66c56352 Size (cloud.google.com_go_storage_@v_v1.10.0.mod) = 622 bytes -BLAKE2s (cloud.google.com_go_storage_@v_v1.10.0.zip) = 9eaec14e754178ce76815672faa61e3ea43a617e5724f0dff4abeeb2060466ea -SHA512 (cloud.google.com_go_storage_@v_v1.10.0.zip) = 33e6cfa9a71e774e3d4b70afa390b86fa3700c5f833c6ba64d22d4bb8e06f51c33cd4880a11b4b69086423bf808cffecf1742d5ff1cdf025790f230b1a0bc27b -Size (cloud.google.com_go_storage_@v_v1.10.0.zip) = 435484 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.5.0.mod) = fc00adcbcc877dabbd9f1edc7fad21c6b630381902ccd75c4681d2045b316bca SHA512 (cloud.google.com_go_storage_@v_v1.5.0.mod) = 33dacd4dc65bf8a7ead2e660e6719beb7024b1603e47e705ee657cf3024e5ec06c44ba88dfd05192142ce880903e94f8dd628d059ddc357e6b42e395953a86ba Size (cloud.google.com_go_storage_@v_v1.5.0.mod) = 953 bytes @@ -114,9 +99,6 @@ Size (cloud.google.com_go_storage_@v_v1.8.0.mod) = 622 bytes BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 2136184228fc4913040e8abab210d9694fa46310b1073dbb42e1697f8591c1f2 SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1 Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 36 bytes -BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = d95edcd2894a7a7dbe0b36fc5d188fd3b887c65cdd8ff589b7bfe60348b8025d -SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = 4206fa50ea8f056656804388954562efcc78a14ed8f249801c601ccd399f70ea101e5299e07bd9b86e6e137a3cd2103209ef186193a1129e108b224ee5497432 -Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = 33828 bytes BLAKE2s (gh-2.10.1.tar.gz) = 9c50f8ac6ac03e71a437a2d05c9a57c3aee93ddd2cfea118c1adf1d28d9997fe SHA512 (gh-2.10.1.tar.gz) = 4d80e0dd7bf9fc4216b680b3d221600a9d2ee1e1e45962480964341c4a4fa40b93ff812719eee1567b6c8059261c54f60f12bd4f2fda24013fae59667cdcc533 Size (gh-2.10.1.tar.gz) = 712763 bytes @@ -129,15 +111,9 @@ Size (github.com__alec_aivazis_survey_v2_@v_v2.3.4.zip) = 158293 bytes BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 1e3e33c00707a3593021eb034c331e03c391be2a8977de8635ddcdd39b13ded4 SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146 Size (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 34 bytes -BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.zip) = d25ca220e9adbe837dd982363249621f342dbe179d460f7367524c9529523007 -SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.zip) = 43ed64ae515738487e9b75a2290d0b2bc25e83c021a9f29b21487c37adbf34e74e1e7d3d5ec0dfe678c8396356f95c3993a5f5610d1791ff62056cd182a4272f -Size (github.com__burnt_sushi_toml_@v_v0.3.1.zip) = 56132 bytes BLAKE2s (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = 3aae55f1e64baee0b056bf90360c33c65231ecbd5a3a924ef9926aa6696b8ca1 SHA512 (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = dbfa64ac31b25fdbff12110c6f9815abfde65f281e40852e7165499a2cefb6656c74fe0b82f0f018304daa02b83b421e9c15654efabad39787c69c1b2996a79d Size (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = 33 bytes -BLAKE2s (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 30a9ad04f2ed1478a1ed8be7bd686686e533c90f57cc9d1236f33f78bea8450b -SHA512 (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 7bb2037721647f941eb8dec5bdcf00d72febf118b34819d6bf3cdbaae1bd2cedd867cd210acfdba5afdf48be8b315d934447aa5674901e95a7868e707d337547 -Size (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 254689 bytes BLAKE2s (github.com__make_now_just_heredoc_@v_v1.0.0.mod) = 6ac20d45dc73571467fbfa4fb284b576f5877808bb8938b2c883fc48fca05429 SHA512 (github.com__make_now_just_heredoc_@v_v1.0.0.mod) = 283a7606aaa0d7463b9744a13a6c2064ca5d815077622a5d36e43be704c17403d80e6a5e106f544baaacf922b14d106843d99c1af174808960cc27a3fc26db91 Size (github.com__make_now_just_heredoc_@v_v1.0.0.mod) = 47 bytes @@ -147,9 +123,6 @@ Size (github.com__make_now_just_heredoc_@v_v1.0.0.zip) = 5490 bytes BLAKE2s (github.com__netflix_go-expect_@v_v0.0.0-20220104043353-73e0943537d2.mod) = 177aadad1cbcd2cdd9e8fdf005148bdb80d82de07740fc651471ee4d9a7781f2 SHA512 (github.com__netflix_go-expect_@v_v0.0.0-20220104043353-73e0943537d2.mod) = 53eb05199800a6657f3a0ff83fd50b820583f30b65755e6480ec32523e720d468a9f86fe388252834c23204ce7ce75a46be0abe9cea1996da28dd0f694dbc514 Size (github.com__netflix_go-expect_@v_v0.0.0-20220104043353-73e0943537d2.mod) = 125 bytes -BLAKE2s (github.com__netflix_go-expect_@v_v0.0.0-20220104043353-73e0943537d2.zip) = 01b0f37a2d2680ecff9aa3f05763f1d5d400c6863a4ebacc8f7c2a4c740a9d5a -SHA512 (github.com__netflix_go-expect_@v_v0.0.0-20220104043353-73e0943537d2.zip) = 9eb238afabb834bd7ff54d9e4659b59127ed1e721bef64be33ed328849ad7a941d0017f37aaef603fd01031776c58f6138527dc38ce68e17ad8cb25a2226b3e5 -Size (github.com__netflix_go-expect_@v_v0.0.0-20220104043353-73e0943537d2.zip) = 24456 bytes BLAKE2s (github.com_alecthomas_chroma_@v_v0.10.0.mod) = 237a44319de65df1f777ddd8c35de2e350bacc3ac62ca6aaddc5eca69a537d90 SHA512 (github.com_alecthomas_chroma_@v_v0.10.0.mod) = d8194b2458c1fb2a3b9cee9274e1c66a0bbaf676a051ee3ef085c9bc24279d132ccfd0a62767f9fab268090c29ff88e3a74448b0eea87b58f5e0b5e4c66ddd98 Size (github.com_alecthomas_chroma_@v_v0.10.0.mod) = 176 bytes @@ -171,9 +144,6 @@ Size (github.com_briandowns_spinner_@v_v1.18.1.zip) = 224365 bytes BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 550d93c92229195d354aaf19f5cf79762428025962fc1798084c00ac4a53b25c SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 23d6171dbcf339c72fe25ab7a7e70cb385dffd654998824fac0f6b6464717873332d39fe1f96101414f5e2d240faaab0b960da2e31c08ef98443aa238bbf02d4 Size (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 58 bytes -BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.zip) = edf21b5d93d9f86cb001c6abc93724975e45d01889549c012e42a76ad8d12313 -SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.zip) = 4dbdefde602fa13bb1f0ab9dc6e947dc158defd284753b51bbddf9e52410dac5429e145637f155bb8703cfe8723fd2f5e4ec7898552d4a2956c8dfa01d4946cb -Size (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.zip) = 210929 bytes BLAKE2s (github.com_charmbracelet_glamour_@v_v0.4.0.mod) = 59b6b232907765f41d9d127433b0125ce39da0efde634d9f8a1a5ceb840773f1 SHA512 (github.com_charmbracelet_glamour_@v_v0.4.0.mod) = 3641b5022600bcbea52f6aef0c47c28ab54e6502aef4f8cc77c418059d684ab758ddba9241a437365a98470248ca471766cc353223ffd74814468eac0a776ae5 Size (github.com_charmbracelet_glamour_@v_v0.4.0.mod) = 325 bytes @@ -189,21 +159,12 @@ Size (github.com_charmbracelet_lipgloss_@v_v0.5.0.zip) = 32461 bytes BLAKE2s (github.com_chzyer_logex_@v_v1.1.10.mod) = 37fab5b1a90494868b61c282139b400baf1de2c5d07a887a455a1ec5c079da82 SHA512 (github.com_chzyer_logex_@v_v1.1.10.mod) = 0e40cd7ff22a86cd23b49b509f5b5653f67e31ca67a07ab82743f56e5504f126cb2c11d88da644afbaf024dffa657560a420ec6d82f6b463452ad8a8bdb576d2 Size (github.com_chzyer_logex_@v_v1.1.10.mod) = 31 bytes -BLAKE2s (github.com_chzyer_logex_@v_v1.1.10.zip) = 20dcff5621b7537d0855855c97f599c60beb8ac0813058d01c3c8e60113ef7f7 -SHA512 (github.com_chzyer_logex_@v_v1.1.10.zip) = 4021b26f08a3fb25b71a3191445c9be56424f3f118f5a4839ee8957a9cabeeb33f8d5e4735ffdbccc20b84b45e4a61d3da9c2ecb6cceef6638901143bb6ea339 -Size (github.com_chzyer_logex_@v_v1.1.10.zip) = 5802 bytes BLAKE2s (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = f8d4ad5644095b8a7cba2c8974cc7049d4396030a6371507d04b2ff8996e5749 SHA512 (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = c0d4f293bac15a26df2433bb909794b75ecbc5cb4ffdb33a8fbf3c8f421597780eb6bb036cfb11a8346ec959ceb8e36efa8ebb84d8ebbd606485735ba171f98d Size (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = 34 bytes -BLAKE2s (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.zip) = 2e0bb253887074f2714b5655a1d66e6aa3ab39508f26352946f326e8f15cf3ba -SHA512 (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.zip) = e63fa5b49cd41a7166b01167bab86540635ea079a36763e559da108046923897adc43b0ff7e19faa7060e0580b2042981c9a32d10ffcdcf6fea1f22eaf32313c -Size (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.zip) = 56640 bytes BLAKE2s (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 9fa0da82779dc375ce43b977bf568bf235feaec6a174d8bb5f37e80f065da85f SHA512 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 528f23910ca94ddf6f811331dc7ed615b2949b2cb04c630e4e2b0ba4a6dadac1396268c4c3251a77af25db3e94dc8b0a0a66d365a8d3feaa78f31192a40e2556 Size (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 30 bytes -BLAKE2s (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = 48ee00f9efe66eb83b53f918105a93c09c835c99a45eb71721f7d8729388006f -SHA512 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = 05859e1e715542b64c7d63789b447f971f7cceb6fd01bd78e661891acdd94da873ae6d3f612748fefaf9507d374b62526fcfe7db5655cc297c07208bc9f22bc2 -Size (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = 5024 bytes BLAKE2s (github.com_cli_browser_@v_v1.0.0.mod) = e0a060fa2aa4a6aa1773aadcf69b17c81d8fc220aec958cb9249823be6063204 SHA512 (github.com_cli_browser_@v_v1.0.0.mod) = 7837a60a0d2374201f1d3157daa3ff78e82f8c42f2d8794096d4ed67bfd9c4000ba2eae465b8c4b2e52f5f9c653ff22a3e4f2f0a8fdd06346ee85e395d32b50c Size (github.com_cli_browser_@v_v1.0.0.mod) = 79 bytes @@ -240,15 +201,9 @@ Size (github.com_cli_shurcoo_l-graphql_@v_v0.0.1.zip) = 24677 bytes BLAKE2s (github.com_client9_misspell_@v_v0.3.4.mod) = 8cef8923f19e65e2e4cc8886b37404a116752f102a2592cd8dc24502c02c9ca8 SHA512 (github.com_client9_misspell_@v_v0.3.4.mod) = ca8192c6321468b4332eb63c765a5798150dce9312873123b48d9ec67ebb4229cffc7b7e8054b8b0a6f45611f08130008031edf33da3468bb9a4ee9455fa02a5 Size (github.com_client9_misspell_@v_v0.3.4.mod) = 35 bytes -BLAKE2s (github.com_client9_misspell_@v_v0.3.4.zip) = 38ea877ff815674662c9e785928224c8c275839e16bb1ce51e7f5dc2dfa18ea5 -SHA512 (github.com_client9_misspell_@v_v0.3.4.zip) = 47991999bacf78ddfd33a4af3c0d5b8a418cb7664e05bc59d886150025a1d5aad831deacbd6da76d5a21a97ed115d4210c374459e7af8ed7b93c4c1c0e7a42fa -Size (github.com_client9_misspell_@v_v0.3.4.zip) = 246908 bytes BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.mod) = 1be1d66b32fca63c30f1de0dcccb0175c8f4c7b536bd4f0186b2fcb6fd581227 SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.mod) = 3877a1f5b47e6316c7a4d4e14959b355381eb3a32fb11270c646617b9908299d7dc806869d21b1fa6faca7a326f168dd1a268735cd1d532be2c318ddf9237014 Size (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.mod) = 170 bytes -BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.zip) = e4a98a138f6be5c6914c34c3d0e405245a62147fc9fed87decd75be5e06709eb -SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.zip) = c6a271afa5c18665982e4f65c253bc85083366947ff95089de88fb0ea5e6813aa39c20639577b5e143fc4a3f4b5ca81f3083802e1891c4ca6d19df983ef9439d -Size (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.zip) = 21230 bytes BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.mod) = 5d28aa7bd4d3be65c094ff1eff00044ed7a895928d188f7a279b5bd9a596d393 SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.mod) = d39412bb14c058291d07276337f802547bfb1a682cc65199cb04334f8089b6ea5d4d73587c2765c518f9e27fa3421c276eaea616d7cfbe36a2a244326edf1cb5 Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.mod) = 100 bytes @@ -291,15 +246,9 @@ Size (github.com_envoyproxy_go-control-plane_@v_v0.9.1-0.20191026205805-5f8ba28d BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.4.mod) = 6671acf69c3e32e7553397d8914d0da52a90d9495033ae1ea8999082345764de SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.4.mod) = 323c4b1c27bdc5bfb1795f1353d21ad6b7a2056bb0b364adab5960aabb7bea20ab3287ba60685df130abddbd66c3d82dc98a291aff1849dbce8c182c63c7b0bf Size (github.com_envoyproxy_go-control-plane_@v_v0.9.4.mod) = 471 bytes -BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.4.zip) = f4729c336737f8f59a07fcadd3ac716530a091549b07e5bc7910e56594c4d049 -SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.4.zip) = 16d297304771f6333fd511f9ad78d97e34196030f42a4eefa9ad1f709458d67e889530b315430a1c08b158a245a8c634568c10541dd1e3738554a8bfc5b82298 -Size (github.com_envoyproxy_go-control-plane_@v_v0.9.4.zip) = 1740105 bytes BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = cb80ede84f154f33b294f83439cee1f3d9d9dcd016f82cea5fe91ed010151ac2 SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = 755a3d173d43e70ca40fde2d5ce16c405365da90ff595003ef64598c9b9734b7200fe07a16fd555e4209f83e5e17561d18227c46a5f25a41976ff7ac024cb9aa Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = 49 bytes -BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.zip) = 1db9ed6f0d7894fb1594827e2573ebb12a361c00c391682d69d934b1ec161e3d -SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.zip) = 6091a63fbfe97f1b9bc5a9524e1065666ce653ae85b9dc7999f322f08dd48fe1959be515d2daed0dcacc3a83b80505dad5cf5a9d190cf8136a7a663a460806a0 -Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.zip) = 194391 bytes BLAKE2s (github.com_fatih_color_@v_v1.7.0.mod) = 154726dc4d1ae892d28b47df9f01eb216e481c600878a337581435d2129c6004 SHA512 (github.com_fatih_color_@v_v1.7.0.mod) = 2dfc66b2f6accb7ecaccc48cb3daa338173f4751d954cb2912025d881f17a7a2df0457b2d7420f2d93b50519a2437a763450c4d639a26b3289fce7bdec5bb144 Size (github.com_fatih_color_@v_v1.7.0.mod) = 30 bytes @@ -315,24 +264,15 @@ Size (github.com_gabriel-vasile_mimetype_@v_v1.4.0.zip) = 25004156 bytes BLAKE2s (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.mod) = 80ed056711bc38d3009f873bcc575d8c1ee755e86dae182bd5fc6767a49a2e0a SHA512 (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.mod) = a709c650da5d5f513e94891b88c26697826fafebc1ca964fb9544415637ca14e3b9f1f4ddcf738e28032e10a2d39b619678ec5c8d44cc0a1dff738c75645e2f8 Size (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.mod) = 29 bytes -BLAKE2s (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.zip) = c6b2506defa005f3336ec64e241dccf1fde035d157e69b2b1740f404bbbd83ca -SHA512 (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.zip) = 3ed59b94c35c8cfff89fec746f3f798f12303e684d60b70c344fbd2cbd44c1e21e09e828940502c87b2360b472c7d231c7f8ce94332dacf406154f71ad9baaa8 -Size (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.zip) = 810677 bytes BLAKE2s (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20191125211704-12ad95a8df72.mod) = dba3be77a7bb6a4e05113e034060fd8da74aadeeaa3bbbcc11883f5ae8ef955f SHA512 (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20191125211704-12ad95a8df72.mod) = 06dd140361d7cc1af9e37de85402631a5310d34198e20d6ce1521dca15d1fba1dc9e40b512a30b8e850e105e9fbcfe0691b298d092eb92b79da564532dba721e Size (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20191125211704-12ad95a8df72.mod) = 48 bytes BLAKE2s (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.mod) = dba3be77a7bb6a4e05113e034060fd8da74aadeeaa3bbbcc11883f5ae8ef955f SHA512 (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.mod) = 06dd140361d7cc1af9e37de85402631a5310d34198e20d6ce1521dca15d1fba1dc9e40b512a30b8e850e105e9fbcfe0691b298d092eb92b79da564532dba721e Size (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.mod) = 48 bytes -BLAKE2s (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.zip) = a07545b745a98835f5ed60c37ec839f0924fb809ecc7a10c8b988f97d208c986 -SHA512 (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.zip) = 1a579a0ec442953be35894ef6f5abe14df780dda894f6596f361decaa72d0c88efa09250995d244496453ae45fff667a0772b60e0d774ff8f8b15d0c56fc4d58 -Size (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.zip) = 646118 bytes BLAKE2s (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = dd073b0d745982706868d8639aebad5eb1dff0ea398d43a074be4a8ae3fb7c0a SHA512 (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = 3714d2a95d0435a113c36df5feb13f77a07a1514fdf6b5f01e6e8cc5d159067736e0065bad8062dc636fa5c52c98e3fea6985075005b2838bdf53e0b07093024 Size (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = 30 bytes -BLAKE2s (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.zip) = fc81a9290603a9321e2f847d961e54a9b0018862ed52301f829856a4ccda0b94 -SHA512 (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.zip) = a3c086e660f2285d9fb7d56d1eba74994e8f0052363413337413cb50009ba46d3a432e2b4c67a73bfb753e7c60646d96bdad308d8e634e53f0bb0bb97ea17bda -Size (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.zip) = 22449 bytes BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20190702054246-869f871628b6.mod) = 4998748c45e33aa114579c0c58bbf4ffd6879f2fafdf036bd2cd7d606541bfdc SHA512 (github.com_golang_groupcache_@v_v0.0.0-20190702054246-869f871628b6.mod) = 5a0f44d45d666885e31206077a515fa02246d56699aa02f7809868029fdf6a718a5df8edac0ec245880f982882c2f4ca1d13a1dc0c7c0f79d7e89c6c46fab523 Size (github.com_golang_groupcache_@v_v0.0.0-20190702054246-869f871628b6.mod) = 36 bytes @@ -342,9 +282,6 @@ Size (github.com_golang_groupcache_@v_v0.0.0-20191227052852-215e87163ea7.mod) = BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.mod) = 4998748c45e33aa114579c0c58bbf4ffd6879f2fafdf036bd2cd7d606541bfdc SHA512 (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.mod) = 5a0f44d45d666885e31206077a515fa02246d56699aa02f7809868029fdf6a718a5df8edac0ec245880f982882c2f4ca1d13a1dc0c7c0f79d7e89c6c46fab523 Size (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.mod) = 36 bytes -BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.zip) = f1ed9e973ea4bcf6b34298c0c9f1e83e34e1aa88cf5c472d075dbf437281c56c -SHA512 (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.zip) = e4cc88b9e484d43a328c2ce80b812d4886fee13b915a41fb64b28cacb163960059de066b9be8aec33be081fdcd3db847ee491aeeb1a74b25aadca2c206c9587f -Size (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.zip) = 39701 bytes BLAKE2s (github.com_golang_mock_@v_v1.1.1.mod) = 356607004812e692cdbc0d733f9b7290e44f8b250d574cad239668e00f4f1040 SHA512 (github.com_golang_mock_@v_v1.1.1.mod) = ae6a1a6f8d31592ea6141f2ea39c9b60cd28e73ffae74bcf370fa739865b95a7ed56f687975f017b42c59e3b0f1c02884fbd5c93140bce268771380c8c7a7a96 Size (github.com_golang_mock_@v_v1.1.1.mod) = 30 bytes @@ -366,9 +303,6 @@ Size (github.com_golang_mock_@v_v1.4.3.mod) = 131 bytes BLAKE2s (github.com_golang_mock_@v_v1.4.4.mod) = 8bac30e734ff7b2cab35c1ae2b7d87705ba025303c4d621a7f99c82731edb996 SHA512 (github.com_golang_mock_@v_v1.4.4.mod) = 4e386a43067044e410312e3d6015ae59d6e77506b0db35d08fe7e6cda7b3908a5bcf6fa7432fbc5391252dd4dcb346bf359727680250af1311d5c839a4cbf4d7 Size (github.com_golang_mock_@v_v1.4.4.mod) = 102 bytes -BLAKE2s (github.com_golang_mock_@v_v1.4.4.zip) = 89004d2ee1b38a7543d6137eb007db48a55f361433aae5adb2d34d9772b04fb9 -SHA512 (github.com_golang_mock_@v_v1.4.4.zip) = 0097c67ed2453ee0ecf7571f15f229ce49ff98a9f7a9df8f7bb374fc693c784b6a74453c57509bb3e006833d341da7cdb9887ef3ad7e55a4ae8681e73b783931 -Size (github.com_golang_mock_@v_v1.4.4.zip) = 95367 bytes BLAKE2s (github.com_golang_protobuf_@v_v1.2.0.mod) = 8836436cb8d73217522d565a51dd5cade163931200a3b8638176b2238c65a87a SHA512 (github.com_golang_protobuf_@v_v1.2.0.mod) = e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6 Size (github.com_golang_protobuf_@v_v1.2.0.mod) = 34 bytes @@ -408,18 +342,12 @@ Size (github.com_golang_protobuf_@v_v1.4.1.mod) = 124 bytes BLAKE2s (github.com_golang_protobuf_@v_v1.4.2.mod) = e2be38fb6254f2643b0447b42afcee2ce12a4ba5dc502605a2a30fd085b7a9d1 SHA512 (github.com_golang_protobuf_@v_v1.4.2.mod) = 9586be76b697c6a5c3216762ac13a7d297372ebe0c7ac5941d16c326d1580c8a73fb475236ed9a4214d158a7386e761877be16cdbd4ac2074e8a5e1dfdc95b54 Size (github.com_golang_protobuf_@v_v1.4.2.mod) = 124 bytes -BLAKE2s (github.com_golang_protobuf_@v_v1.4.2.zip) = e2c54a1f321ddde6777f244dc6b240d3f558399daba45c2778e22cb2a74aea37 -SHA512 (github.com_golang_protobuf_@v_v1.4.2.zip) = 3d92469995664037149e3e11363db685b3175fff01f4ef3b578ada273853a16131b3c97899b497ab75ffbeb6191fe59a28f073779828f719681b8e15182b6211 -Size (github.com_golang_protobuf_@v_v1.4.2.zip) = 206762 bytes BLAKE2s (github.com_google_btree_@v_v0.0.0-20180813153112-4030bb1f1f0c.mod) = 941bfafbe0fe0c349074884dd893c26fbb0d6c62cfb63ebf0165f978b9638b74 SHA512 (github.com_google_btree_@v_v0.0.0-20180813153112-4030bb1f1f0c.mod) = f2ff873ecf0144b7f434810af1b49f66f09b4bcadc91d99201465a6ce36c7e7f05996f52800be287dcb3b62e14b75fcebb7c32be0eeda6bb0a15a23058c2d410 Size (github.com_google_btree_@v_v0.0.0-20180813153112-4030bb1f1f0c.mod) = 31 bytes BLAKE2s (github.com_google_btree_@v_v1.0.0.mod) = 941bfafbe0fe0c349074884dd893c26fbb0d6c62cfb63ebf0165f978b9638b74 SHA512 (github.com_google_btree_@v_v1.0.0.mod) = f2ff873ecf0144b7f434810af1b49f66f09b4bcadc91d99201465a6ce36c7e7f05996f52800be287dcb3b62e14b75fcebb7c32be0eeda6bb0a15a23058c2d410 Size (github.com_google_btree_@v_v1.0.0.mod) = 31 bytes -BLAKE2s (github.com_google_btree_@v_v1.0.0.zip) = a0a4c2041413cb2f6275df521286cab93197be9a88a48ffb516c2aa915c78ca8 -SHA512 (github.com_google_btree_@v_v1.0.0.zip) = b54c7f94aef24c769a0478aea5dedbf67309dc3f59a5d7cf52ea8b49e81783d87bf80e5bcfa36f1f95a65e64bdd8312d20ebf81cd73952af5481b2f1f3619eb9 -Size (github.com_google_btree_@v_v1.0.0.zip) = 17644 bytes BLAKE2s (github.com_google_go-cmp_@v_v0.2.0.mod) = b527d9b12f3de3a8355f18e986847efb92bf07f76a2b9cb5d329b7249d42cb7d SHA512 (github.com_google_go-cmp_@v_v0.2.0.mod) = 7229d917bb0c788b07297e1b09b8f7952f951998a56f17ea1f69ff7c2f565a5686b212f42f45c6b8351905d6740a2ec5a235e493daa531ae00cb709faf67ae45 Size (github.com_google_go-cmp_@v_v0.2.0.mod) = 32 bytes @@ -444,9 +372,6 @@ Size (github.com_google_go-cmp_@v_v0.5.1.mod) = 105 bytes BLAKE2s (github.com_google_go-cmp_@v_v0.5.4.mod) = 54befdbebc1a7ed8c2f5de2cc688fab3ab3337a212c5f36bde6d427830820200 SHA512 (github.com_google_go-cmp_@v_v0.5.4.mod) = cb203760fc6ca9c9d64811cf1342752faa5a95f27934c298407dc865f9561081210dd1b82b15ee2f5337b70d4c55d102d8884b5b9a5f70d9cbf85227a32b9713 Size (github.com_google_go-cmp_@v_v0.5.4.mod) = 105 bytes -BLAKE2s (github.com_google_go-cmp_@v_v0.5.7.mod) = a52896592ad76206ba05a7353d4d216425c1bbd705757dd4b5f62f5cac0b85a2 -SHA512 (github.com_google_go-cmp_@v_v0.5.7.mod) = 731d289da30616cc638958da98fbaed6eba9cd7b325c845bafa8f8a316c5fbfdf2eada196a0e25a50512c18d2a6aaa771d63cec0d42a25e9c8a2c7bc3d3f1cb3 -Size (github.com_google_go-cmp_@v_v0.5.7.mod) = 106 bytes BLAKE2s (github.com_google_go-cmp_@v_v0.5.8.mod) = becdef0764c43b119969e6c10646c6fafece1f936110eaa977757d2e2e381cd0 SHA512 (github.com_google_go-cmp_@v_v0.5.8.mod) = 89e0014b0c3ffa2578ab38c237fee3d2280d6955e810c83e426d4924cec07cfc796adc45074fc237629c5ff88a93044dc406472febf1adf73deae82cb1b24b80 Size (github.com_google_go-cmp_@v_v0.5.8.mod) = 41 bytes @@ -456,15 +381,9 @@ Size (github.com_google_go-cmp_@v_v0.5.8.zip) = 131550 bytes BLAKE2s (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 50fbcf00e2fabe446d1e13e31e0049c38ee01415e25f6bc20595b926a111f92e SHA512 (github.com_google_martian_@v_v2.1.0+incompatible.mod) = cffb5dc1c6531ae9d5998b3a57ba14de5dd8631a36dd48975da07ce5ec052d97b6f632c5d30ab9ab695f178758837aae8a6344c67d57c7a39ca8e9243f8211df Size (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 33 bytes -BLAKE2s (github.com_google_martian_@v_v2.1.0+incompatible.zip) = e52f24160dc4c5ede99f8ca53aff21da30c37090ea82f7994d529c7f81858fc8 -SHA512 (github.com_google_martian_@v_v2.1.0+incompatible.zip) = 26ffdf319d3c952533c25c487e027bf219be3f7ec7345f9d155a480e1e5f3006fe335ba790cbfed00487e23a8506a8208ed7223a514da11b7a4bb069337573ef -Size (github.com_google_martian_@v_v2.1.0+incompatible.zip) = 259222 bytes BLAKE2s (github.com_google_martian_v3_@v_v3.0.0.mod) = 20a7dc09475932fd8f549e308826d67c82314fd4f2f749793cbf846df66b450d SHA512 (github.com_google_martian_v3_@v_v3.0.0.mod) = 0e7277a311af830264de9ebf0771f9067ae479da8131a02d6528cda56628ea3d8a50af2d76f718da5b9f51de989424f79bd9f7d58825a8d5cf958f2fd02797fa Size (github.com_google_martian_v3_@v_v3.0.0.mod) = 106 bytes -BLAKE2s (github.com_google_martian_v3_@v_v3.0.0.zip) = d9c70ea9f1bd17f7ba16f681876d0a162fa233dcb2deb5c6240ff2002a31e531 -SHA512 (github.com_google_martian_v3_@v_v3.0.0.zip) = b0b8d9eff5d9493f74cc5a7745c8545bbe3100da94fad08f60a7aa551461bf29062c2f07d20a434865897ac660c2284fdfa904302c3b01a330afa3c517569d58 -Size (github.com_google_martian_v3_@v_v3.0.0.zip) = 261081 bytes BLAKE2s (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = 3e9a933072306aa3c85f84a46cfa047cdbdbd18c4363df335f7fe2aeed476bc4 SHA512 (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = c7e8b1bdd0360b88ccdcfd0cfe73e5cce50010a21db41ec2d533f7863b67930fbb84f430b9ffb663c394256628b05e884b812c040354779e0fdac2a422ac57e9 Size (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = 31 bytes @@ -486,15 +405,9 @@ Size (github.com_google_pprof_@v_v0.0.0-20200430221834-fc25d7d30c6d.mod) = 368 b BLAKE2s (github.com_google_pprof_@v_v0.0.0-20200708004538-1a94d8640e99.mod) = 3de5ae3face02143d47f9e9d5fc886c157614609ab7a5d9845e3f6705fcde257 SHA512 (github.com_google_pprof_@v_v0.0.0-20200708004538-1a94d8640e99.mod) = 9b278d6667d9380f84c972ee1d383e2b54b460ded5b84e872aa3d64336ab059a8a747c442f4227d60e7dbfb67414ffc98a26bc2507327d9ac85ed1c493a5fc02 Size (github.com_google_pprof_@v_v0.0.0-20200708004538-1a94d8640e99.mod) = 368 bytes -BLAKE2s (github.com_google_pprof_@v_v0.0.0-20200708004538-1a94d8640e99.zip) = 405b071ba71277a123ba4799f772b096970c534de3caf869a5f85817b2b6aebc -SHA512 (github.com_google_pprof_@v_v0.0.0-20200708004538-1a94d8640e99.zip) = 7ca11c0c44f3f9c0580f99dedce9beb8d1d6c3de5549b7a8018392ad8179e7b2274a69a0911bd1dcaa8eb6e56b0ba2b9866a1412890982b49dcbc638fade1075 -Size (github.com_google_pprof_@v_v0.0.0-20200708004538-1a94d8640e99.zip) = 1732240 bytes BLAKE2s (github.com_google_renameio_@v_v0.1.0.mod) = 9a5bfe17a460ac1c740a236a2ee02efa8968fede4f47189829a5b6c87566ad29 SHA512 (github.com_google_renameio_@v_v0.1.0.mod) = a46cae976ce90d1cef802eeaa873c059cc9ec3678d5c3c304a9de45f44f20a24d68fa290cfdcf78c4ac222a6d619a005825de8f11e72b9a5af476a0b0180092b Size (github.com_google_renameio_@v_v0.1.0.mod) = 34 bytes -BLAKE2s (github.com_google_renameio_@v_v0.1.0.zip) = c62403f4439ba32c6f7b1c5ee908746561ff61f4552744d1b84ab23de457b6b5 -SHA512 (github.com_google_renameio_@v_v0.1.0.zip) = 6e4bb9ee5e5681a5de794a744e184c36824772563c5a26de2478301674bc50b93e091fab34a531f0eca13be1255f69a2748c32e2996d7c1e2d940302ad3b01f5 -Size (github.com_google_renameio_@v_v0.1.0.zip) = 14941 bytes BLAKE2s (github.com_google_shlex_@v_v0.0.0-20191202100458-e7afc7fbc510.mod) = cd2155833aea8a3d072dc083d22ae0b3fcb4f86fad731dd5589b321d31d5a7fa SHA512 (github.com_google_shlex_@v_v0.0.0-20191202100458-e7afc7fbc510.mod) = 33a53fe7874517289a9eb9d87b62060ab4827159300acb6f933018b30fc56e3356ec3d33ee64e452137cc6c892a0c6eddeb7e6bd383be8972407c6e7568f94fa Size (github.com_google_shlex_@v_v0.0.0-20191202100458-e7afc7fbc510.mod) = 40 bytes @@ -507,9 +420,6 @@ Size (github.com_googleapis_gax-go_v2_@v_v2.0.4.mod) = 88 bytes BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.0.5.mod) = 86413d31d1a5e03bf8c5d155ea356e4e00f01cb2d69790d682acdb13bb0d36ce SHA512 (github.com_googleapis_gax-go_v2_@v_v2.0.5.mod) = 2af320b0514b032ee87a92d99d673579981571f325d0d46133e212a639eca274d5a6f8164a7256cfa6c063967b98ace36e637f53d90331903fd6e4a21f1a5a19 Size (github.com_googleapis_gax-go_v2_@v_v2.0.5.mod) = 79 bytes -BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.0.5.zip) = 044e147670778a0ae7088da36f4a9e8aecb069ab7689f624ad95d39ac83bcdf9 -SHA512 (github.com_googleapis_gax-go_v2_@v_v2.0.5.zip) = 240fccffe9eef7f5900b7e3add1fc95b45efbca63d6c09086ed4a0d4c50d470fddeb01672da067222c107b794c204f8da63c366782c52e7b7de6514c310bcb7d -Size (github.com_googleapis_gax-go_v2_@v_v2.0.5.zip) = 16077 bytes BLAKE2s (github.com_gorilla_css_@v_v1.0.0.mod) = 16b3871d0835e1820d4268e08f2e29becc75a0e6e291c21d026dc6c511f9301b SHA512 (github.com_gorilla_css_@v_v1.0.0.mod) = f7ecf8988730573235428b747924111e239440b84c151d35d731de6d35a919cfce586eb67b129c8dda454fb6c6a5a7ff0125fb403d755f98be1a4df513100650 Size (github.com_gorilla_css_@v_v1.0.0.mod) = 30 bytes @@ -549,9 +459,6 @@ Size (github.com_hashicorp_golang-lru_@v_v0.5.0.mod) = 39 bytes BLAKE2s (github.com_hashicorp_golang-lru_@v_v0.5.1.mod) = 0cecc0ee7e946d8bf08f1207468c798643dbcc1ddd9c2bb93ad8876501c07b5b SHA512 (github.com_hashicorp_golang-lru_@v_v0.5.1.mod) = bc3e0c3b16454e0f079bef539857c22f09ebf11e78ac1744a22f5af87d7297979b7ccdd48e4f59605cac562c268c3cacdbf2745f65be5c934f73f216707120e1 Size (github.com_hashicorp_golang-lru_@v_v0.5.1.mod) = 39 bytes -BLAKE2s (github.com_hashicorp_golang-lru_@v_v0.5.1.zip) = 6b467a5168b2a79aff4a20f84f4ee0c44bf2cfd271b20f0cc07797df3dd70d09 -SHA512 (github.com_hashicorp_golang-lru_@v_v0.5.1.zip) = 6927a910a368e1f2b0792989858d25c5a55891082cc38f5907c539a35919916e02872619cbf45ed583c6f6f8e85936a3fa790a161b071dddc922383e983d37ee -Size (github.com_hashicorp_golang-lru_@v_v0.5.1.zip) = 19548 bytes BLAKE2s (github.com_henvic_httpretty_@v_v0.0.6.mod) = 69e90c08bbff138cdad37f50574414e77e877c338f2743f2a1e9f97c5b66ee5a SHA512 (github.com_henvic_httpretty_@v_v0.0.6.mod) = 40bca3f1c4e260519e554e71f0578c9e8c6e0ee064d65446f869fe24ae73c84beb01b91db4e48cc324cde72b43ea695721b490606dfa2aff17f1037b51de7fda Size (github.com_henvic_httpretty_@v_v0.0.6.mod) = 44 bytes @@ -561,15 +468,9 @@ Size (github.com_henvic_httpretty_@v_v0.0.6.zip) = 54484 bytes BLAKE2s (github.com_hinshun_vt10x_@v_v0.0.0-20220119200601-820417d04eec.mod) = 7c248e19072a0f9ae7124c933acd17b55c162d951af54d29e7c9f1fda35bd3a8 SHA512 (github.com_hinshun_vt10x_@v_v0.0.0-20220119200601-820417d04eec.mod) = 165c6cb661fd03499742846b346d08033b1438cd7d4214447813a49a5e91ec05c3e4cc739774843c4c53481053085b152350921d2f5e54dbafee540d072fe90b Size (github.com_hinshun_vt10x_@v_v0.0.0-20220119200601-820417d04eec.mod) = 41 bytes -BLAKE2s (github.com_hinshun_vt10x_@v_v0.0.0-20220119200601-820417d04eec.zip) = 28ac33475205a2b82657c96804a223ab08ebcf3d9c27cdb6496e9224c0220915 -SHA512 (github.com_hinshun_vt10x_@v_v0.0.0-20220119200601-820417d04eec.zip) = 5fa90813378548761916b3304683f57cc7e47992cfabecc44d2e54a21537dc41ca26cd887f361a0a3733230d241c84a35138b12d858b1e7d103d6c697705401f -Size (github.com_hinshun_vt10x_@v_v0.0.0-20220119200601-820417d04eec.zip) = 18594 bytes BLAKE2s (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.mod) = d5b31838ca67fdffde54df2c7ff1bb9d7d29c4dfbafe7639ca7717ec9b1bae1c SHA512 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.mod) = ff238b036db5df69dc734f4a0db4d1fd1a94a04131d64ea20c5268078a645327527f185da4aab38b2aca60da8c6a5f8f118b660f5b0773cc76d7d108a47297c9 Size (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.mod) = 42 bytes -BLAKE2s (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.zip) = 45f8372ada1a15c9c87417ae371647df496cf1058ee90a7c869c548f74625722 -SHA512 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.zip) = d1cb12220699d34c033fa43149425917f4c7d39873f60f02ee0db525596bdf7d1a4c63307d1de7ea1352c4ddc018aeb388fb6f90db54fab518f2cd5ad7053b62 -Size (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.zip) = 63221 bytes BLAKE2s (github.com_inconshreveable_mousetrap_@v_v1.0.0.mod) = a5518aa935f61c24570ca001b50053e1c2469d5c04d5c7342b12da9356dc78f3 SHA512 (github.com_inconshreveable_mousetrap_@v_v1.0.0.mod) = 0c77200112d96f9cddf8cf7da0059204914b06a8c400e2e672443bd02a45d9ebb3274275c20e6e7ee0728992e77579d945b36de44ccbaab2ee92fd55f382f7ac Size (github.com_inconshreveable_mousetrap_@v_v1.0.0.mod) = 44 bytes @@ -600,9 +501,6 @@ Size (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024. BLAKE2s (github.com_jstemmer_go-junit-report_@v_v0.9.1.mod) = 2e270b59a3618fa3a207d64b6f5205a7f40fe87a38355070dc4803e4a0ef62f4 SHA512 (github.com_jstemmer_go-junit-report_@v_v0.9.1.mod) = c5761bc45d554ee6639c4ca23fefa5fc5c8a7c818f8f18d0b43aaab26c8114615543a1be207f5aedaef53c2dda623edeb7d3ae1c5ce6b72ea42605a1d5c31667 Size (github.com_jstemmer_go-junit-report_@v_v0.9.1.mod) = 51 bytes -BLAKE2s (github.com_jstemmer_go-junit-report_@v_v0.9.1.zip) = d1f4a12b90d4be59fa32330401423546ed88642689f8605a27b2347bd4848f4e -SHA512 (github.com_jstemmer_go-junit-report_@v_v0.9.1.zip) = 9f5d126347316b497910b30fa2905e6b6c119fa975adc6bd4f17f5a346cbe110c10f33a7df6ecc63e086c082f61ce493e4ca5efefbf2eb8d024f2a07cd80e093 -Size (github.com_jstemmer_go-junit-report_@v_v0.9.1.zip) = 42083 bytes BLAKE2s (github.com_kballard_go-shellquote_@v_v0.0.0-20180428030007-95032a82bc51.mod) = ee15e273df249eb02c2e203d00e127d3535b39f61168c14dee66d704ae9aef4d SHA512 (github.com_kballard_go-shellquote_@v_v0.0.0-20180428030007-95032a82bc51.mod) = ab1be2f5ee91ad8c24a7c1d3c2277506dd76f85e8511f53e923ea7e0ecba140303c9312f0ecd2e09631e2e6591ad31a3b19e900ec102b486ed9b56c38a0d0c84 Size (github.com_kballard_go-shellquote_@v_v0.0.0-20180428030007-95032a82bc51.mod) = 41 bytes @@ -612,27 +510,15 @@ Size (github.com_kballard_go-shellquote_@v_v0.0.0-20180428030007-95032a82bc51.zi BLAKE2s (github.com_kisielk_gotool_@v_v1.0.0.mod) = bb417ba60955ed7e8d56ace07ac512f00f06f286acbe46d22f9cd80022dd6bf7 SHA512 (github.com_kisielk_gotool_@v_v1.0.0.mod) = 86aca37f7f94ada381e0528a535b344c8fdbab9e0dcc7b71d716083501ad3d61db701ee159ccfb5455a351fc18a405301abe798037dd1200f9950bdd805d3dc9 Size (github.com_kisielk_gotool_@v_v1.0.0.mod) = 35 bytes -BLAKE2s (github.com_kisielk_gotool_@v_v1.0.0.zip) = 357e76ad5774a7e2bead912bdba2ca2d9c45d78bf255cdedd9aa81cf2aa2cb0b -SHA512 (github.com_kisielk_gotool_@v_v1.0.0.zip) = 9eba5f95e6c5d29b2928708ed91b1cd5a023f0b7053b5529095112a2190d097ba26be7f63b7719f7ee2ed29e698bfe7c4dfa0b33f60b4e475fd1d420453fe7e2 -Size (github.com_kisielk_gotool_@v_v1.0.0.zip) = 18981 bytes BLAKE2s (github.com_kr_pretty_@v_v0.1.0.mod) = 09417ed9d591b5c29a7fce2a9ed872082218f63cf0cfba87355e8e559aeea976 SHA512 (github.com_kr_pretty_@v_v0.1.0.mod) = 4d841fc7a022e4e09e0a95925ad92a75809a67c30fb88de9190e4a2196383038dab9a5b3294b6a0b4786248977a0e09eea857a34100cbf22f8a52912ce9fa58d Size (github.com_kr_pretty_@v_v0.1.0.mod) = 67 bytes -BLAKE2s (github.com_kr_pretty_@v_v0.1.0.zip) = d692c9a12c52cf03414edb108a29faa6b79d4e1ddd3a2b8e0937540d703dea3d -SHA512 (github.com_kr_pretty_@v_v0.1.0.zip) = bad73f3c47f70de55a90a977a1e2b4a68de545a8425c71533de081c7a8f71d7ab1b489001c56ba2e88dcb78c08804275f7f8128c812f50d005a074ed6dd9286f -Size (github.com_kr_pretty_@v_v0.1.0.zip) = 11159 bytes BLAKE2s (github.com_kr_pty_@v_v1.1.1.mod) = 40cf54480d039c9d4a2692ae500319fdc6cb62b869b60976b3df99163869894d SHA512 (github.com_kr_pty_@v_v1.1.1.mod) = 967fcdce835c12afbf3b12bb204a256f32d46a3da535e2a7250159f62781a163ee107dd2a4fa20743b76bbf52b97e627e11e895c8d5ef73aede37d6a89e326eb Size (github.com_kr_pty_@v_v1.1.1.mod) = 25 bytes -BLAKE2s (github.com_kr_pty_@v_v1.1.1.zip) = 5b9e05bed9e2e064ca2b0b3f6633a8b0b9bbb00a5e06ae3932c5048555dc9c30 -SHA512 (github.com_kr_pty_@v_v1.1.1.zip) = 1c5bd671c28d8ef4fec6e870899a41c4abaad744e558eb4dc167235e14c9baa685f0e3eb31c0dcec2f638f162109c99c3a52bbd0ed0a704afd3a4d010fcb17b7 -Size (github.com_kr_pty_@v_v1.1.1.zip) = 14199 bytes BLAKE2s (github.com_kr_text_@v_v0.1.0.mod) = 680f50a44801214a99d92a8314fc050a200f0c8ee971e7c64ba69346c5554425 SHA512 (github.com_kr_text_@v_v0.1.0.mod) = 11d2502a7d241a0edf4e67bcb651a890a12f49d00f8b944cc9eb8f6e9cf5fbb2b2827e696021649bc795ffa275e95ee700e4a1706e03e88fa9ae079f5b9f48ce Size (github.com_kr_text_@v_v0.1.0.mod) = 64 bytes -BLAKE2s (github.com_kr_text_@v_v0.1.0.zip) = 4bef0ff8ec566270582dcd66cd961e217cf0e869c864ef19d535ee2639332a95 -SHA512 (github.com_kr_text_@v_v0.1.0.zip) = 3f0d00b0545769ad882e25a9a6f30b96ce4b72a8a46bb3c064907c94e2dda4e499eb32354c149f89752f9bc5d1ee5cb2ee5cafa46e2f65ea329fb432d0c0029f -Size (github.com_kr_text_@v_v0.1.0.zip) = 12591 bytes BLAKE2s (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.mod) = d659ba07c1540d9564017c785739d2bf124b20eaaf3ffd78fbb38efe21ec5321 SHA512 (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.mod) = 270b19446ac9a396f5ce7a000873928a44edb1457f86d294971dae08be37cd64ddb8edc0293e100ee60d56c504851aa69ab11db0b4cfd46649c5f79459e40011 Size (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.mod) = 51 bytes @@ -735,9 +621,6 @@ Size (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 12433 bytes BLAKE2s (github.com_prometheus_client_model_@v_v0.0.0-20190812154241-14fe0d1b01d4.mod) = 38824b357cd784c6229e95a3d74449bb6daae1fa71c87773015bac980b6e16b4 SHA512 (github.com_prometheus_client_model_@v_v0.0.0-20190812154241-14fe0d1b01d4.mod) = 4e0e6941b43c17cdce0205e9ba3d9fb18937f426ea2ac9a9e53396c906101d6ec2eb501cd8a791ee3ba9a32185f86495e9189134b8a9858134c73238d98ce0f6 Size (github.com_prometheus_client_model_@v_v0.0.0-20190812154241-14fe0d1b01d4.mod) = 164 bytes -BLAKE2s (github.com_prometheus_client_model_@v_v0.0.0-20190812154241-14fe0d1b01d4.zip) = 21b048428d1cdae553cf22a90e382c95d05bfe54e2e2b6b4448e6e53586499b6 -SHA512 (github.com_prometheus_client_model_@v_v0.0.0-20190812154241-14fe0d1b01d4.zip) = 934c3e50ebdc1ea65ccfd4de1e2e0f0ebdece54be1cccaffa5e325c667ab22bae84a7fc7ead1066e75094697a86452fdc36fab57b955f42337708de32e7eec32 -Size (github.com_prometheus_client_model_@v_v0.0.0-20190812154241-14fe0d1b01d4.zip) = 69219 bytes BLAKE2s (github.com_rivo_uniseg_@v_v0.1.0.mod) = 9cf2a838a41e79c2133f00b4192de1d8204ef6dc7be601908ad9b2fb0c84c8df SHA512 (github.com_rivo_uniseg_@v_v0.1.0.mod) = d6089badd618722b8d3584965f1a10290097f259024a444744f625fe5b439fef62c7e14f060fb8593197d003ecd6c29f0cb85700de0bdfbf2511ca66729db3bc Size (github.com_rivo_uniseg_@v_v0.1.0.mod) = 39 bytes @@ -750,9 +633,6 @@ Size (github.com_rivo_uniseg_@v_v0.2.0.zip) = 45731 bytes BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.3.0.mod) = 24df55c612af1179e4f9ebb1d8118261174556aab8aa176e8ae0cb09e56a0608 SHA512 (github.com_rogpeppe_go-internal_@v_v1.3.0.mod) = 4fd07ae7c00bcc135cc10a0b34ab102a893ed8ea4708f9d38da52f98b09fb66144f970ffd8795476fd6625b25c9e48390a5b1c5c99bd0c8d536a94201dc96613 Size (github.com_rogpeppe_go-internal_@v_v1.3.0.mod) = 73 bytes -BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.3.0.zip) = 63dc785a500cc27836e99e08f9bbc003f8dbe5ea720e819c5c1456c536f04797 -SHA512 (github.com_rogpeppe_go-internal_@v_v1.3.0.zip) = 963e70405da1eda96bc4583dc12a247d24ca636ea1e2cca6f9dd0a37775e7d166fd0afa5303a2df6c4d395f58fab582408f1dd959f7674a248b863565c8b296c -Size (github.com_rogpeppe_go-internal_@v_v1.3.0.zip) = 180679 bytes BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = f0bc812b934149988d4ab1dcc12c2c63777f0a0d18126b5cba0e35ea880b775b SHA512 (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = ac376a387fa39fe35dc4d073d8becd74e79f52e9d36b0a6628740dfe0e7c1f4fb6533fc262212663b105afcaa104082e055fa87d20cb3068359faae6dcba7738 Size (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = 42 bytes @@ -849,9 +729,6 @@ Size (go.opencensus.io_@v_v0.22.3.mod) = 478 bytes BLAKE2s (go.opencensus.io_@v_v0.22.4.mod) = 839221188ab6674df4e7e2f780c9a9b74e9cde80fdaa630707497b173fea9a7d SHA512 (go.opencensus.io_@v_v0.22.4.mod) = 62820051cdf582849bd310ca77bba4b2caef82c9e6bb27e7c2de6c3bb1be0af90443770971e893d0eb466832857190a9908633d069880cb1980120c14ef391c0 Size (go.opencensus.io_@v_v0.22.4.mod) = 478 bytes -BLAKE2s (go.opencensus.io_@v_v0.22.4.zip) = 8eb697f759627e68c98ce55e6e4d1dd615443508c8398a56947e860622d8a5ad -SHA512 (go.opencensus.io_@v_v0.22.4.zip) = 33a8ca783794ac23e1300971bd6d4fe5b41b8a444c6ed5a83669134d523565c5e58289ee2cb5938a87c1e9d257b3f756f17949d1010107e769fae6961bd521f0 -Size (go.opencensus.io_@v_v0.22.4.zip) = 303399 bytes BLAKE2s (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 87c3b3cc8e8fe78e41cb7f5df8d0e2afacceb9c5c3c2ff961a00ade7d3bb821a SHA512 (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 9131017b8ab0c2362b74e0c010daeb849689025aa31cb464dc379b0e34d0fcdb66749329b111041127997440bac052249dab522ab27239858405c056e3ac5dbf Size (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 24 bytes @@ -882,18 +759,12 @@ Size (golang.org_x_exp_@v_v0.0.0-20200207192155-f17229e696bd.mod) = 515 bytes BLAKE2s (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.mod) = 345941de1ad6e0d38be40484793f2c0d77cdd1d0793954b6e14dbe538c443598 SHA512 (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.mod) = a773e3b5c26e95dd24414b9f2aa88225a330581cd9ed0c1ca83a3a6712dd3639e1526abe7c0ea47f9ca701828eb39e1df2144edd6ab261caf584a058f092f0fb Size (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.mod) = 572 bytes -BLAKE2s (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.zip) = bb4e7ec59932b579d547f88643c5651c0d3f365847f1dfd12c0f772680f3bacb -SHA512 (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.zip) = 5de4e96349919839fb4a91a9b0bb3ba8d94efe63970e44bb76ea366bb0abd3e4e70b36260346054c1525f04d518cf7270400eac7c054cc10c7be63d87d318a4a -Size (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.zip) = 1564884 bytes BLAKE2s (golang.org_x_image_@v_v0.0.0-20190227222117-0694c2d4d067.mod) = ca99fca08f2f22fbcd7b26dff231ce14f468287e9b0683b1135a3d7603954466 SHA512 (golang.org_x_image_@v_v0.0.0-20190227222117-0694c2d4d067.mod) = c466f8b348acdc26208bcb782cf330a979d9af086a95f307a785884492430f11fe45d1ddc3abdc1b092654b3880a5e7a456740293935b1912a1d39b658de80e8 Size (golang.org_x_image_@v_v0.0.0-20190227222117-0694c2d4d067.mod) = 60 bytes BLAKE2s (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.mod) = 297087ef09942848072b3c6604fab5592d25e4781e5f33cffe1258204e307a5f SHA512 (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.mod) = d463167481b44386a011b867d6e26eaf2fe81c750325ea89f631af7b065c5152249084c45e7195a662d9b9ddde0e81a5273d8110f73a18c4d841c155c67ea0f6 Size (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.mod) = 69 bytes -BLAKE2s (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.zip) = 11e32608c0a720911d5c7427b0ea6deb5f2fc9c186cbd9080d7f4edb75a1b09b -SHA512 (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.zip) = 320a4edfdf0cbf1a555c62229a8fc211f510c320ecc085ea11a81b422792ad5734f6cfb479efd1d3c5222c15f32f7bdd1e30e56b0770d54780752df8d96caf2a -Size (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.zip) = 5087021 bytes BLAKE2s (golang.org_x_lint_@v_v0.0.0-20181026193005-c67002cb31c3.mod) = f12eeaef7e5b713370f3302900d1bb9b7539dc24f9cfc5ce9cd2a1b28af6c978 SHA512 (golang.org_x_lint_@v_v0.0.0-20181026193005-c67002cb31c3.mod) = 3ba23f3472e0ae7904b4250e2e3a1b04c719c4bb66c59ccfaf96fae2fb25ae0abf19f542f03c7179a312a008521acaf4ff389517b11dba8b6f581a9dded44883 Size (golang.org_x_lint_@v_v0.0.0-20181026193005-c67002cb31c3.mod) = 25 bytes @@ -924,18 +795,12 @@ Size (golang.org_x_lint_@v_v0.0.0-20200130185559-910be7a94367.mod) = 97 bytes BLAKE2s (golang.org_x_lint_@v_v0.0.0-20200302205851-738671d3881b.mod) = 38c569ac4c8bcb4e7b493631224ec34ba8c35194d9320e58b3ca9e96f518d959 SHA512 (golang.org_x_lint_@v_v0.0.0-20200302205851-738671d3881b.mod) = 5e1e301c678b32fcb56cd538fb907900e5e60162a44c285e04f0fc8db49f1b31f346e736055872ae9a69fe63798823466d7f159d2ffffb4880bb39b17d4ba5fe Size (golang.org_x_lint_@v_v0.0.0-20200302205851-738671d3881b.mod) = 97 bytes -BLAKE2s (golang.org_x_lint_@v_v0.0.0-20200302205851-738671d3881b.zip) = a6dc887f7f3381318d11caebf24827e7aed497b92eb97e20caaa33896c3e46bd -SHA512 (golang.org_x_lint_@v_v0.0.0-20200302205851-738671d3881b.zip) = b35cfd6b7640a526780db3c3bc62a89ec731793e350a49894c1de278b8033c4105b5534b09c1ffbfedc8e020fce2f42757808550e98e0ef5d493891f971bf247 -Size (golang.org_x_lint_@v_v0.0.0-20200302205851-738671d3881b.zip) = 46076 bytes BLAKE2s (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = ecb5fd4e8c9dce45b90e695bf7327c18185636a99b5d9d2292511ad6017d3c29 SHA512 (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = a105eb088532321694d3adb5da0b3cdceb7781670a2d4a8a757799e3c8fde02784b981747714cfa8770ed29eb1a0228e0945ad3c363220c39108a7432fc29a32 Size (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = 27 bytes BLAKE2s (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.mod) = 6876b6e85832764e649cd563d2bc4850301e7e3e27d550db0ac3931b2381ebb6 SHA512 (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.mod) = 6689d7c55fea7d8cfb8d2b1a934ca45793dc8d4cf4fc5b001bafe676367a93b8a8c4964d8131ba145e5e41c4da50a238d6df01dd3fc336eeb18be61b49e62416 Size (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.mod) = 222 bytes -BLAKE2s (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.zip) = a8b10530db75ecdae1966b20aa069c01885aa230048ea76770e41621b8ce5396 -SHA512 (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.zip) = 10d21e1b4d90603de97c769b2a4172a6410579941f12b8e55f2c4459c31e9e128c8f70ad5845f093fcfd93541570b63323dc0376e18925d3d9013d79d30f587f -Size (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.zip) = 1415491 bytes BLAKE2s (golang.org_x_mod_@v_v0.0.0-20190513183733-4bf6d317e70e.mod) = 59a2641b468c44bb4eadcdbc5c7a8105a6f323f86058069b154397be378abbf7 SHA512 (golang.org_x_mod_@v_v0.0.0-20190513183733-4bf6d317e70e.mod) = 15deca99c6d866dcffdd51b1334fbe7f33ce88e1fd82badec64f5155782681887e7fd959ec2686fb35adf70afbe08d743e36c6a891f43462074663357e5b309a Size (golang.org_x_mod_@v_v0.0.0-20190513183733-4bf6d317e70e.mod) = 97 bytes @@ -954,9 +819,6 @@ Size (golang.org_x_mod_@v_v0.2.0.mod) = 214 bytes BLAKE2s (golang.org_x_mod_@v_v0.3.0.mod) = 1fa2e89f8aba3aff92e36fc586da0212269bf2eb6433a62242f77ac374b1135d SHA512 (golang.org_x_mod_@v_v0.3.0.mod) = 16d72a943c436bf27c18ee65deb1e1a3b1283dcfcc76a49f01919df97f41ae6ef7c5fe7f95b5bb62cf6f6fee57eb9654ca27ec3bae448ebfe894f8d6d0101fa1 Size (golang.org_x_mod_@v_v0.3.0.mod) = 214 bytes -BLAKE2s (golang.org_x_mod_@v_v0.3.0.zip) = acc1e9a0a26b26b29c96c99c2bb0e37c273252583a99fba14013366fbbc2626c -SHA512 (golang.org_x_mod_@v_v0.3.0.zip) = 06f329247189a6a61e54902e9adf7f309b71818150f2ee43ca7ead80b8f03070edb31c4646b7a379b31e1a8aa81e15fcdb2d0e92f9375fcb4d5a8e2194b954e9 -Size (golang.org_x_mod_@v_v0.3.0.zip) = 128895 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 SHA512 (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a Size (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = 24 bytes @@ -1254,9 +1116,6 @@ Size (golang.org_x_time_@v_v0.0.0-20190308202827-9d24e82272b4.mod) = 25 bytes BLAKE2s (golang.org_x_time_@v_v0.0.0-20191024005414-555d28b269f0.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 SHA512 (golang.org_x_time_@v_v0.0.0-20191024005414-555d28b269f0.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 Size (golang.org_x_time_@v_v0.0.0-20191024005414-555d28b269f0.mod) = 25 bytes -BLAKE2s (golang.org_x_time_@v_v0.0.0-20191024005414-555d28b269f0.zip) = 742f115d1ced689b7121f08c611ab3da1e016015283690543069b42d97fa130f -SHA512 (golang.org_x_time_@v_v0.0.0-20191024005414-555d28b269f0.zip) = 58cb42ebeb88c06e049caf8c609e95243e7bdba51057de7d7301885aa904111dbe85962b5faef216ae45aa73f371b5de6516800a6f5765219cfde3fb06372afe -Size (golang.org_x_time_@v_v0.0.0-20191024005414-555d28b269f0.zip) = 11971 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca SHA512 (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 Size (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 26 bytes @@ -1377,9 +1236,6 @@ Size (golang.org_x_tools_@v_v0.0.0-20200804011535-6c149bb5ef0d.mod) = 271 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200825202427-b303f430e36d.mod) = 175e0052f9a366a96957a5411b7517840a1d1ec1f2d3405fbd188220b90d2521 SHA512 (golang.org_x_tools_@v_v0.0.0-20200825202427-b303f430e36d.mod) = 8eaf3fcaae282863d851f958000614a0ac6e8fd57847a842dde206a5f18cad1b492b5600e3f183be7d31944823015610682f5007df531005717b94980e9189c0 Size (golang.org_x_tools_@v_v0.0.0-20200825202427-b303f430e36d.mod) = 271 bytes -BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200825202427-b303f430e36d.zip) = 408617c5a1729d123e5b6f729f867fa505bb7d823cea8f0bb8b70165aba56b94 -SHA512 (golang.org_x_tools_@v_v0.0.0-20200825202427-b303f430e36d.zip) = ee125fa0f21444f081aaceaa2d3f787af1801dc00c6d105da3148eb19e777bfcfd71cdb73f284482c323b7a7474a6dbeea57e2c05e1fbf5a2a575fadbcfc5dc7 -Size (golang.org_x_tools_@v_v0.0.0-20200825202427-b303f430e36d.zip) = 3290447 bytes BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 SHA512 (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 Size (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 37 bytes @@ -1392,9 +1248,6 @@ Size (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = 37 bytes BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 SHA512 (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 Size (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = 37 bytes -BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.zip) = ed7aee360529bbe4656b0d0a4585db3b8bd8a4620396d26b168a214ca2f8aad2 -SHA512 (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.zip) = 34044424d303f5032d4fd302bbf1aca390d45e876583cc223fddf0d685a6eec2bde0a4c1b82c4e471eb5be97fc8aea9b14695b07940d1ecde806636a85d12051 -Size (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.zip) = 22295 bytes BLAKE2s (google.golang.org_api_@v_v0.13.0.mod) = c7521f17396d5dd76066facbc249d51848eb57e93651afcc36b3dc19e548b718 SHA512 (google.golang.org_api_@v_v0.13.0.mod) = bd693c28b65c1b369f89a6b1926a127c91df98feb137ab5595bf141c1a67e3adcf25f79b4cbf3e4c44755d45b9f4876dacafbf18afa1e8c09fd89a8f9d0e9330 Size (google.golang.org_api_@v_v0.13.0.mod) = 851 bytes @@ -1431,9 +1284,6 @@ Size (google.golang.org_api_@v_v0.29.0.mod) = 582 bytes BLAKE2s (google.golang.org_api_@v_v0.30.0.mod) = 94b80127433248a0ed27afda92b74228b994bbb23eb5bd1e4a482fc70f6bdd8f SHA512 (google.golang.org_api_@v_v0.30.0.mod) = 936dc2fb686660be7aa7982ff5b224ac0dabb22d3bceb27287453a8dff62d846b81316588db4f7cbbd9bd172faee0eea6f2a55a8bf0e0ccc7af6414808ca4c02 Size (google.golang.org_api_@v_v0.30.0.mod) = 582 bytes -BLAKE2s (google.golang.org_api_@v_v0.30.0.zip) = fc6b8a0f888acc9e80df3eaceea98c58be57aa5dc04b383db14d91885fe44349 -SHA512 (google.golang.org_api_@v_v0.30.0.zip) = eb8c05a798f363b45225b4537508d54ae8d16f78c45fad7b28def11bb0e3bfcf2dae317961e043fa55808031abd347798c8b0020fe3aa92efd5dc919bd81f0cf -Size (google.golang.org_api_@v_v0.30.0.zip) = 16883639 bytes BLAKE2s (google.golang.org_api_@v_v0.4.0.mod) = b09bc3500d5534593f2d553888376b639a273968192020dc73458f08163a4914 SHA512 (google.golang.org_api_@v_v0.4.0.mod) = 9fa566a26f8345a101dc94986755468b4782d78689d5a163aa5b960b507d4a0e8e435a8ce84073e07187745a156e2c9f586136895db2f08cfc4cd3329fc1e23a Size (google.golang.org_api_@v_v0.4.0.mod) = 506 bytes @@ -1464,9 +1314,6 @@ Size (google.golang.org_appengine_@v_v1.6.5.mod) = 171 bytes BLAKE2s (google.golang.org_appengine_@v_v1.6.6.mod) = ee43ba13681b6f213d2bd9fc34250aaa38435b625083da360fa60394d013c3fe SHA512 (google.golang.org_appengine_@v_v1.6.6.mod) = f99bba4e696291aae951ea3865a1cbaf0ba2df7cde4f86e942b2e5f5a4dfc6dfde95c74e52ff31ba69f2aa2a838d21843343b2203c732279eede5936b92d7c8c Size (google.golang.org_appengine_@v_v1.6.6.mod) = 171 bytes -BLAKE2s (google.golang.org_appengine_@v_v1.6.6.zip) = 42b9927495f065aec4cddd4c8608a02317af3bba564aa5cdfbf96bb9f10ed6e5 -SHA512 (google.golang.org_appengine_@v_v1.6.6.zip) = 26520c7bbc5ec3c02dc86e5882ffae74b040f0600aa99832cb08cead5d3cd5c21a32d6df332c2c74a76b6c2a684141720b4fce874a07241412bc01837784b115 -Size (google.golang.org_appengine_@v_v1.6.6.zip) = 417793 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 5d32a076d2f3ba0cb87ebb31ad88c461f4fdc0073983438b3843612169eaa918 SHA512 (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 1c29af2b4f8b54234f09dfbfad120b4b11d4fe67e9578b0553412f1587cac2fa2bfe5537fbf15e6d52dcb04332413231c250c3c460b04e64326d2eaed3102464 Size (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 34 bytes @@ -1554,9 +1401,6 @@ Size (google.golang.org_genproto_@v_v0.0.0-20200804131852-c06518451d9c.mod) = 26 BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20200825200019-8632dd797987.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 SHA512 (google.golang.org_genproto_@v_v0.0.0-20200825200019-8632dd797987.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 Size (google.golang.org_genproto_@v_v0.0.0-20200825200019-8632dd797987.mod) = 268 bytes -BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20200825200019-8632dd797987.zip) = c0f77b19cbd8a610a7962e9cfa6f4a6932012b88e58415aa21e8f5fe6adf74f6 -SHA512 (google.golang.org_genproto_@v_v0.0.0-20200825200019-8632dd797987.zip) = f0203213efb03c1cad0cbdb3af74bc8069b40e3a1146cc97052bb8b41737f090bb39a2235b6224849a773f6fd3792cf2f6418629219671af59788d6749d15c5b -Size (google.golang.org_genproto_@v_v0.0.0-20200825200019-8632dd797987.zip) = 17090729 bytes BLAKE2s (google.golang.org_grpc_@v_v1.19.0.mod) = cc967961f3fd1fffa1db5d6dce978a8ea820babc3e879edff8048c9cde4c6246 SHA512 (google.golang.org_grpc_@v_v1.19.0.mod) = 38c4f75a0121cecd31b2628da3c3d77aeeb9b2c1974eef2d2d2bb7a3eb507d330debb7f14a724c8910174439b38ab54458096aaf665ea4af87a83f866ca0452e Size (google.golang.org_grpc_@v_v1.19.0.mod) = 833 bytes @@ -1593,9 +1437,6 @@ Size (google.golang.org_grpc_@v_v1.30.0.mod) = 511 bytes BLAKE2s (google.golang.org_grpc_@v_v1.31.0.mod) = 96961c1940f2dd0389cb33f0a1acad61a989a676a036b4e5b60e7ebbbb42fd58 SHA512 (google.golang.org_grpc_@v_v1.31.0.mod) = a41ca5b114ddc35287b79e63133b1e753dc9baf5e993dd08045c9400a91a741cfab96dad0870c0ae835226031ba3eae11bbb48df814b9613308be63a0d70b603 Size (google.golang.org_grpc_@v_v1.31.0.mod) = 511 bytes -BLAKE2s (google.golang.org_grpc_@v_v1.31.0.zip) = 63a0a47352da095156c3869e11a3491562d61449c9d4960ab776fa4f05810619 -SHA512 (google.golang.org_grpc_@v_v1.31.0.zip) = 36a6c791322af618c0e208202386af11044cfbfcbdd9c743a6841ea746260761bbae37b4d1eb4888f5851c462378429014d8ea5a1609e0815a50c011c42812a5 -Size (google.golang.org_grpc_@v_v1.31.0.zip) = 1218853 bytes BLAKE2s (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = ff516c5da80a28067f3b2367f493aa857f3f1818cc25f5306d4a131c6d062f33 SHA512 (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = 3cb3393e78f44d9de80074244756d5e309d19adca15e8313a392b925a687edad46e93c612da1539dc09d0c0072a063eede6f04fbd9e5671059e9857da0f7b1e6 Size (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = 83 bytes @@ -1626,9 +1467,6 @@ Size (google.golang.org_protobuf_@v_v1.24.0.mod) = 186 bytes BLAKE2s (google.golang.org_protobuf_@v_v1.25.0.mod) = aefdb19b7351937b8c42b4e7dd7be78f321246a84fe3b86c2ed0fedadc26fce0 SHA512 (google.golang.org_protobuf_@v_v1.25.0.mod) = 1b0e5543fcdbca876b51ed261aa7b8abf09e985e4622111d46378893b7a2bbad882135fc1eb26ebbf97078800f6ad9f2983dd11c62a8aaa2ab1a4f0774585e65 Size (google.golang.org_protobuf_@v_v1.25.0.mod) = 186 bytes -BLAKE2s (google.golang.org_protobuf_@v_v1.25.0.zip) = 25bc7653ffe324585bc9a20a63c7af70665a2d9bb70d3f559d593314ff601189 -SHA512 (google.golang.org_protobuf_@v_v1.25.0.zip) = 29073698d91f0bd9d37cba38102b19e6223ea362f6eb331bb186670a0549391eaf856855d2978f70861e775af0a1f678a7669754862c9247edb0a682992debc7 -Size (google.golang.org_protobuf_@v_v1.25.0.zip) = 1543881 bytes BLAKE2s (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f SHA512 (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2 Size (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes @@ -1641,18 +1479,12 @@ Size (gopkg.in_check.v1_@v_v1.0.0-20180628173108-788fd7840127.zip) = 41465 bytes BLAKE2s (gopkg.in_errgo.v2_@v_v2.1.0.mod) = 299af9dfb84cb83a53d1cdd19f1f74774b59f10986c729065706bc140c2a4232 SHA512 (gopkg.in_errgo.v2_@v_v2.1.0.mod) = cac59fd7470fc9d3203dab6b9e881d4182cfca5acf0a19207a9aff2964d42f20422f9a164bb52b2fa73c523e3caafd63028189bd4190a1670870154dbf3e8178 Size (gopkg.in_errgo.v2_@v_v2.1.0.mod) = 133 bytes -BLAKE2s (gopkg.in_errgo.v2_@v_v2.1.0.zip) = 7f088ecb2fb4afd79fa47b841a0a56527214f3ba9e3587683d1a54236feac484 -SHA512 (gopkg.in_errgo.v2_@v_v2.1.0.zip) = 7fbe6eda590414d8c4f6da89d904308acb31b043054fc07d0443f788a405d8545944246842caec4cd9e19b6116359a65617726fb9cb56cd153c916855c32a6ee -Size (gopkg.in_errgo.v2_@v_v2.1.0.zip) = 15087 bytes BLAKE2s (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 SHA512 (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 Size (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 95 bytes BLAKE2s (gopkg.in_yaml.v2_@v_v2.4.0.mod) = bc2baf62a6e657cc41127b91b88509b4f2c0db68f57858ff8353d3f778154862 SHA512 (gopkg.in_yaml.v2_@v_v2.4.0.mod) = 2790882fbfa812468b9b3443630b1f1ee67a968eb20da8e4a1bfd410e4b516a8a7e77c07414b64f17e11e2151161b85d019e172cc833a45b19e66d4c70f89f82 Size (gopkg.in_yaml.v2_@v_v2.4.0.mod) = 95 bytes -BLAKE2s (gopkg.in_yaml.v2_@v_v2.4.0.zip) = 01c890cad6648dc32765fd2e52147de2b9dc6ef92a92504845f159031692d4a5 -SHA512 (gopkg.in_yaml.v2_@v_v2.4.0.zip) = d6f4ac547609c943adfc6b518ff03ac09da566ba2b29466abe8f6db3d5a41ae7e5c187068dce4e77271905b1aa88497ca49a43bb9bbf9c94011b7ccf1b4b2f42 -Size (gopkg.in_yaml.v2_@v_v2.4.0.zip) = 81183 bytes BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991 SHA512 (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d Size (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 95 bytes @@ -1683,24 +1515,12 @@ Size (honnef.co_go_tools_@v_v0.0.1-2020.1.3.mod) = 300 bytes BLAKE2s (honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = 5910300fed26fe3a7d3d75555521429fe0c14f72daf11aac2e489f8ab8e2fd8b SHA512 (honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = d814675e448688f6a506397bedb262fb2583c913ec1f8ca9ffc11206bdcd7e1f4ee3c561aee366eb2cdaede8c522a6f58f116236f3033bc7e91ec139bdd140f9 Size (honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = 300 bytes -BLAKE2s (honnef.co_go_tools_@v_v0.0.1-2020.1.4.zip) = f50f6f532569e3c16ff02019bf80ca870d18f3a494ac098b5f50e874bf483f05 -SHA512 (honnef.co_go_tools_@v_v0.0.1-2020.1.4.zip) = 9d01facc2b973a45604ac010f0bf0ec6aa3121966eaea6d7e1ac15869a8f5892077c3bbf0cbc21517890e24379848b8def33bf7dee7b1152ce232dd996ad017f -Size (honnef.co_go_tools_@v_v0.0.1-2020.1.4.zip) = 561290 bytes BLAKE2s (rsc.io_binaryregexp_@v_v0.2.0.mod) = 351240374eb48b99bb43b8b52aa8467662e22b18ebf216f4c123858fe706c2f8 SHA512 (rsc.io_binaryregexp_@v_v0.2.0.mod) = db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774 Size (rsc.io_binaryregexp_@v_v0.2.0.mod) = 36 bytes -BLAKE2s (rsc.io_binaryregexp_@v_v0.2.0.zip) = f74aa815bc457db6d76b46843584270f47f909357e3cd21a09a2b152c3315fec -SHA512 (rsc.io_binaryregexp_@v_v0.2.0.zip) = 0a15b90c2a4577cbc298a34f714660e9fdc488b1fb72b33d0ae296cb6f15a691091d5e6d3c801998b9c2b7236b163118577b2816316078d613f74cd803947534 -Size (rsc.io_binaryregexp_@v_v0.2.0.zip) = 450232 bytes BLAKE2s (rsc.io_quote_v3_@v_v3.1.0.mod) = 8963c173623e5675f6de02dfe1e058d243d2400bc1b362f544db6db80e63d0bc SHA512 (rsc.io_quote_v3_@v_v3.1.0.mod) = e6357ddd7d09692c60e59e6cb80469ade8284052cdd3ea520ec4dbcb42c1cabe045c599e43cce94bec022bd82e87a554ecac42f8c917cf2ff44daff9c1a147d5 Size (rsc.io_quote_v3_@v_v3.1.0.mod) = 55 bytes -BLAKE2s (rsc.io_quote_v3_@v_v3.1.0.zip) = 0a61691b9dcbb921e03f8203c2e755d938c5cb62040c8eea9c0e81ae9947c668 -SHA512 (rsc.io_quote_v3_@v_v3.1.0.zip) = 61a37f3b082f3cbfc9b7e6d8d1a049bd8e50589e88e7393d69a8273ee844c1259ae0ee768e0381b00107ab9c22d24a9b3c472e61479a69bf39640882ad4f98e6 -Size (rsc.io_quote_v3_@v_v3.1.0.zip) = 2223 bytes BLAKE2s (rsc.io_sampler_@v_v1.3.0.mod) = 6d4d3ba7c381b9a923679a73562a7cf3d6b7d49f94f585f274c8955bb1b932b4 SHA512 (rsc.io_sampler_@v_v1.3.0.mod) = 2137507eb25fbae419605e0cd6bca4cfa584110eebc276cd759a4dcb6f97e52928e5b2d9b276e76bcabcec3bbfc2c42f97fa29f54695d27fb00f9423e1638863 Size (rsc.io_sampler_@v_v1.3.0.mod) = 88 bytes -BLAKE2s (rsc.io_sampler_@v_v1.3.0.zip) = c742443216f92112dcf68ec5bf23c2b97fb6648c7937e132ea5b9bd18b83db6d -SHA512 (rsc.io_sampler_@v_v1.3.0.zip) = bd4d07093c5263a9af31226e56fd426bcb5c8ffc6e69dac19139ab267a108340e228bd44d9859f48dc92e1c3480432093d8a9fc66cd6aa8d259a1a952f317072 -Size (rsc.io_sampler_@v_v1.3.0.zip) = 14308 bytes diff --git a/net/gh/go-modules.mk b/net/gh/go-modules.mk index f845164a94344..f6b596faa267e 100644 --- a/net/gh/go-modules.mk +++ b/net/gh/go-modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: go-modules.mk,v 1.17 2022/05/12 15:41:05 kim Exp $ +# $NetBSD: go-modules.mk,v 1.18 2022/05/12 20:00:37 wiz Exp $ GO_MODULE_FILES+= cloud.google.com/go/@v/v0.26.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.34.0.mod @@ -15,40 +15,31 @@ GO_MODULE_FILES+= cloud.google.com/go/@v/v0.56.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.57.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.62.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.65.0.mod -GO_MODULE_FILES+= cloud.google.com/go/@v/v0.65.0.zip GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.0.1.mod GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.3.0.mod GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.4.0.mod GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.5.0.mod GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.7.0.mod GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.8.0.mod -GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.8.0.zip GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.0.0.mod GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.1.0.mod -GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.1.0.zip GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.0.1.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.1.0.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.2.0.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.3.1.mod -GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.3.1.zip GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.0.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.10.0.mod -GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.10.0.zip GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.5.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.6.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.8.0.mod GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod -GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip GO_MODULE_FILES+= github.com/!alec!aivazis/survey/v2/@v/v2.3.4.mod GO_MODULE_FILES+= github.com/!alec!aivazis/survey/v2/@v/v2.3.4.zip GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v0.3.1.mod -GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v0.3.1.zip GO_MODULE_FILES+= github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.mod -GO_MODULE_FILES+= github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.zip GO_MODULE_FILES+= github.com/!make!now!just/heredoc/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/!make!now!just/heredoc/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/!netflix/go-expect/@v/v0.0.0-20220104043353-73e0943537d2.mod -GO_MODULE_FILES+= github.com/!netflix/go-expect/@v/v0.0.0-20220104043353-73e0943537d2.zip GO_MODULE_FILES+= github.com/alecthomas/chroma/@v/v0.10.0.mod GO_MODULE_FILES+= github.com/alecthomas/chroma/@v/v0.10.0.zip GO_MODULE_FILES+= github.com/aymerick/douceur/@v/v0.2.0.mod @@ -56,17 +47,13 @@ GO_MODULE_FILES+= github.com/aymerick/douceur/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/briandowns/spinner/@v/v1.18.1.mod GO_MODULE_FILES+= github.com/briandowns/spinner/@v/v1.18.1.zip GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.mod -GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.zip GO_MODULE_FILES+= github.com/charmbracelet/glamour/@v/v0.4.0.mod GO_MODULE_FILES+= github.com/charmbracelet/glamour/@v/v0.4.0.zip GO_MODULE_FILES+= github.com/charmbracelet/lipgloss/@v/v0.5.0.mod GO_MODULE_FILES+= github.com/charmbracelet/lipgloss/@v/v0.5.0.zip GO_MODULE_FILES+= github.com/chzyer/logex/@v/v1.1.10.mod -GO_MODULE_FILES+= github.com/chzyer/logex/@v/v1.1.10.zip GO_MODULE_FILES+= github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod -GO_MODULE_FILES+= github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip GO_MODULE_FILES+= github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod -GO_MODULE_FILES+= github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.zip GO_MODULE_FILES+= github.com/cli/browser/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/cli/browser/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/cli/browser/@v/v1.1.0.zip @@ -79,9 +66,7 @@ GO_MODULE_FILES+= github.com/cli/safeexec/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/cli/shurcoo!l-graphql/@v/v0.0.1.mod GO_MODULE_FILES+= github.com/cli/shurcoo!l-graphql/@v/v0.0.1.zip GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.mod -GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.zip GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.mod -GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.zip GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.1.mod GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.2.mod GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.2.zip @@ -96,24 +81,18 @@ GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.4.0.zip GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.1-0.20191026205805-5f8ba28d4473.mod GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.4.mod -GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.4.zip GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.mod -GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.zip GO_MODULE_FILES+= github.com/fatih/color/@v/v1.7.0.mod GO_MODULE_FILES+= github.com/fatih/color/@v/v1.7.0.zip GO_MODULE_FILES+= github.com/gabriel-vasile/mimetype/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/gabriel-vasile/mimetype/@v/v1.4.0.zip GO_MODULE_FILES+= github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.mod -GO_MODULE_FILES+= github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.zip GO_MODULE_FILES+= github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20191125211704-12ad95a8df72.mod GO_MODULE_FILES+= github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.mod -GO_MODULE_FILES+= github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.zip GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod -GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.zip GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20190702054246-869f871628b6.mod GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20191227052852-215e87163ea7.mod GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.mod -GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.zip GO_MODULE_FILES+= github.com/golang/mock/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.3.1.mod @@ -121,7 +100,6 @@ GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.1.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.3.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.4.mod -GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.4.zip GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.1.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.2.mod @@ -135,10 +113,8 @@ GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0-rc.4.0.20200313231945-b86 GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.1.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.2.mod -GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.2.zip GO_MODULE_FILES+= github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.0.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.1.mod @@ -147,13 +123,10 @@ GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.4.1.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.0.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.1.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.4.mod -GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.7.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.8.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.8.zip GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.mod -GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.zip GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.0.0.mod -GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.0.0.zip GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20190515194954-54271f7e092f.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20191218002539-d4f498aebedc.mod @@ -161,14 +134,11 @@ GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200212024743-f11f1df84d12. GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200229191704-1ebb73c60ed3.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200430221834-fc25d7d30c6d.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99.mod -GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99.zip GO_MODULE_FILES+= github.com/google/renameio/@v/v0.1.0.mod -GO_MODULE_FILES+= github.com/google/renameio/@v/v0.1.0.zip GO_MODULE_FILES+= github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.mod GO_MODULE_FILES+= github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.zip GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.0.4.mod GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.0.5.mod -GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.0.5.zip GO_MODULE_FILES+= github.com/gorilla/css/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/gorilla/css/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.1.mod @@ -182,13 +152,10 @@ GO_MODULE_FILES+= github.com/hashicorp/go-version/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/hashicorp/go-version/@v/v1.3.0.zip GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.0.mod GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.1.mod -GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.1.zip GO_MODULE_FILES+= github.com/henvic/httpretty/@v/v0.0.6.mod GO_MODULE_FILES+= github.com/henvic/httpretty/@v/v0.0.6.zip GO_MODULE_FILES+= github.com/hinshun/vt10x/@v/v0.0.0-20220119200601-820417d04eec.mod -GO_MODULE_FILES+= github.com/hinshun/vt10x/@v/v0.0.0-20220119200601-820417d04eec.zip GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.mod -GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.zip GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/itchyny/gojq/@v/v0.12.7.mod @@ -199,17 +166,12 @@ GO_MODULE_FILES+= github.com/joho/godotenv/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/joho/godotenv/@v/v1.4.0.zip GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.9.1.mod -GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.9.1.zip GO_MODULE_FILES+= github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.mod GO_MODULE_FILES+= github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.zip GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.1.0.mod -GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.1.0.zip GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.1.mod -GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.1.zip GO_MODULE_FILES+= github.com/kr/text/@v/v0.1.0.mod -GO_MODULE_FILES+= github.com/kr/text/@v/v0.1.0.zip GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.2.0.zip GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.12.mod @@ -244,12 +206,10 @@ GO_MODULE_FILES+= github.com/opentracing/opentracing-go/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20190812154241-14fe0d1b01d4.mod -GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20190812154241-14fe0d1b01d4.zip GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.3.0.mod -GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.3.0.zip GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.1.0.mod GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.1.0.zip GO_MODULE_FILES+= github.com/shurcoo!l/githubv4/@v/v0.0.0-20200928013246-d292edc3691b.mod @@ -282,7 +242,6 @@ GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.0.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.2.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.3.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.4.mod -GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.4.zip GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190306152737-a1d7652674e8.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190510132918-efd6b22b2522.mod @@ -293,10 +252,8 @@ GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20191227195350-da58074b4299.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200119233911-0405dc783f0a.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200207192155-f17229e696bd.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.mod -GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.zip GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190227222117-0694c2d4d067.mod GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.mod -GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.zip GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod @@ -307,17 +264,14 @@ GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190930215403-16217165b5de.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20191125180803-fdd1cda4f05f.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20200130185559-910be7a94367.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.mod -GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.zip GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190312151609-d3739f865fa6.mod GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.mod -GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.zip GO_MODULE_FILES+= golang.org/x/mod/@v/v0.0.0-20190513183733-4bf6d317e70e.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.1.0.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.1.1-0.20191105210325-c90efee705ee.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.1.1-0.20191107180719-034126e5016b.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.2.0.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.3.0.mod -GO_MODULE_FILES+= golang.org/x/mod/@v/v0.3.0.zip GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod @@ -417,7 +371,6 @@ GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.7.zip GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20190308202827-9d24e82272b4.mod GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.mod -GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.zip GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod @@ -458,12 +411,10 @@ GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200618134242-20370b0cb4b2.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200729194436-6467de6f59a7.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200804011535-6c149bb5ef0d.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.mod -GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.zip GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.mod -GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.zip GO_MODULE_FILES+= google.golang.org/api/@v/v0.13.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.14.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.15.0.mod @@ -476,7 +427,6 @@ GO_MODULE_FILES+= google.golang.org/api/@v/v0.24.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.28.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.29.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.30.0.mod -GO_MODULE_FILES+= google.golang.org/api/@v/v0.30.0.zip GO_MODULE_FILES+= google.golang.org/api/@v/v0.4.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.7.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.8.0.mod @@ -487,7 +437,6 @@ GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.5.0.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.1.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.5.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.6.mod -GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.6.zip GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod @@ -517,7 +466,6 @@ GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200618031413-b414f8b617 GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200729003335-053ba62fc06f.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200804131852-c06518451d9c.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200825200019-8632dd797987.mod -GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200825200019-8632dd797987.zip GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.19.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.20.1.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.21.1.mod @@ -530,7 +478,6 @@ GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.28.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.29.1.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.30.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.31.0.mod -GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.31.0.zip GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200109180630-ec00e32a8dfd.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200221191635-4d8936d0db64.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200228230310-ab0ca4ff8a60.mod @@ -541,15 +488,12 @@ GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.23.0.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.23.1-0.20200526195155-81db48ad09cc.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.24.0.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.25.0.mod -GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.25.0.zip GO_MODULE_FILES+= gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.zip GO_MODULE_FILES+= gopkg.in/errgo.v2/@v/v2.1.0.mod -GO_MODULE_FILES+= gopkg.in/errgo.v2/@v/v2.1.0.zip GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.2.mod GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.4.0.mod -GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.4.0.zip GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.mod GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.zip @@ -560,10 +504,6 @@ GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.0-20190523083050-ea95bdfd59fc.mod GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2019.2.3.mod GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2020.1.3.mod GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2020.1.4.mod -GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2020.1.4.zip GO_MODULE_FILES+= rsc.io/binaryregexp/@v/v0.2.0.mod -GO_MODULE_FILES+= rsc.io/binaryregexp/@v/v0.2.0.zip GO_MODULE_FILES+= rsc.io/quote/v3/@v/v3.1.0.mod -GO_MODULE_FILES+= rsc.io/quote/v3/@v/v3.1.0.zip GO_MODULE_FILES+= rsc.io/sampler/@v/v1.3.0.mod -GO_MODULE_FILES+= rsc.io/sampler/@v/v1.3.0.zip From 44f3ab0c6bd520b25dc12ba501ee240f51810201 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 20:21:16 +0000 Subject: [PATCH 0284/1154] textproc/molybdenum: update to 0.1.8 v0.1.8 -Support for working with capture groups. When -P % is specified, the replacement string specified via -r will substitute capture groups for all occurences of % or %[0-9]. -Support for compact output. -Rework of colored output: when not specified, the output stream is checked. If this is a TTY, no color output will be produced. v0.1.7 -Filename pattern matching with -f and -F is now case-sensitive only when -s is set -Added primitive method to only output the matches via -m. This should be replaced with proper Regex submatch support. --- textproc/molybdenum/Makefile | 10 ++++++---- textproc/molybdenum/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/textproc/molybdenum/Makefile b/textproc/molybdenum/Makefile index 26fdcee18ce03..7bd2823b0297c 100644 --- a/textproc/molybdenum/Makefile +++ b/textproc/molybdenum/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2021/08/18 21:01:43 pin Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/12 20:21:16 pin Exp $ -DISTNAME= molybdenum-0.1.6 +DISTNAME= molybdenum-0.1.8 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=gfannes/} -GITHUB_TAG= release-v${PKGVERSION_NOREV} +GITHUB_PROJECT= molybdenum +GITHUB_TAG= 8515c20610c3fd04537897f662fb5e6a83bfad97 MAINTAINER= pin@NetBSD.org HOMEPAGE= https://github.com/gfannes/molybdenum/ @@ -15,7 +16,8 @@ LICENSE= eupl-v1.1 INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/mo ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/mo \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/molybdenum/distinfo b/textproc/molybdenum/distinfo index d8b691697181e..188b6b0e1c77a 100644 --- a/textproc/molybdenum/distinfo +++ b/textproc/molybdenum/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:22:22 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/05/12 20:21:16 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 @@ -42,9 +42,9 @@ Size (log-0.4.14.crate) = 34582 bytes BLAKE2s (memchr-2.4.0.crate) = ad963b762cf06e8588191edac06d1b5b3ebff79409fb1486be8dd315e8abfdc1 SHA512 (memchr-2.4.0.crate) = b142e308a5aef8e45910411789031e194349ee540c4ced0e2384d864dc1913299fb63a161ceb5228256e97d0949661b7f83a169ef9d4b78afbd9004cb7b8a2fb Size (memchr-2.4.0.crate) = 63392 bytes -BLAKE2s (molybdenum-0.1.6.tar.gz) = 6a3afab80b18e6260f350762271d54de3494d1b4ff9b3d374c6ebeb292175fbb -SHA512 (molybdenum-0.1.6.tar.gz) = fd129f0067a3b805d04765eff1b8a859aa115c02ffcc8e239948f2216845465dfc44b6a07d67ad13f9f1e44b6668fc631c77d653a39ee8c0de218b159f3968ff -Size (molybdenum-0.1.6.tar.gz) = 14634 bytes +BLAKE2s (molybdenum-0.1.8-8515c20610c3fd04537897f662fb5e6a83bfad97.tar.gz) = bb7f77ea4438b0fb94ae32eb82869a67674f2cf07a3cf51bdf2d9d0174f7d61a +SHA512 (molybdenum-0.1.8-8515c20610c3fd04537897f662fb5e6a83bfad97.tar.gz) = 6b964de1905b5bade40219fcd26acf7fe7654ef42cc80b4f3aa6c4a243907f43e4cc6284200dce69d62af34d190bfe9a0bca4b9699197b5b7b969df2591c386b +Size (molybdenum-0.1.8-8515c20610c3fd04537897f662fb5e6a83bfad97.tar.gz) = 16300 bytes BLAKE2s (once_cell-1.7.2.crate) = c9b00e685b9185fb7ab7e8eba9f70ba7a8520b8a3bd79cfb85d646f9651c2b40 SHA512 (once_cell-1.7.2.crate) = 30cf51249bb73e9881cfbc6a54ead7a3db709d560da8d420fd85cf248e66c727b92e8351b7c0c682913cff12b3f984684a272a69c965c56f8343948eb5a194d6 Size (once_cell-1.7.2.crate) = 28250 bytes From ebefa32965b3f784784bc3001ef8683067b75323 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 12 May 2022 20:21:36 +0000 Subject: [PATCH 0285/1154] doc: Updated textproc/molybdenum to 0.1.8 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 92143166d264c..50ac55130d633 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2529 2022/05/12 19:40:06 tnn Exp $ +$NetBSD: CHANGES-2022,v 1.2530 2022/05/12 20:21:36 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3907,3 +3907,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/postgresql13 to 13.7 [adam 2022-05-12] Updated databases/postgresql14 to 14.3 [adam 2022-05-12] Updated x11/modular-xorg-xquartz to 1.20.99.1.20210408 [tnn 2022-05-12] + Updated textproc/molybdenum to 0.1.8 [pin 2022-05-12] From f2f6040e5eb401369114857c679651e6a444683d Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 04:49:10 +0000 Subject: [PATCH 0286/1154] fping: update to 5.1. fping 5.1 (2022-02-06) ====================== ## Bugfixes and other changes - Use setcap to specify specific files in fping.spec (#232, thanks @zdyxry) - Netdata: use host instead name as family label (#226, thanks @k0ste) - Netdata: use formatstring macro PRId64 (#229, thanks @gsnw) - Allow -4 option to be given multiple times (#215, thanks @normanr) - Documentation fix (#208, thanks @timgates42) - Retain privileges until after privileged setsockopt (#200, thanks @simetnicbr) - Set bind to source only when option is set (#198, thanks @dinoex) - Update Azure test pipeline (#197, thanks @gsnw) - Fix getnameinfo not called properly for IPv4 (#227, thanks @aafbsd) - Fixed wrong timestamp under Free- and OpenBSD and macOS (#217, thanks @gsnw) - Documentation updates (#240, thanks @auerswal) - Updated autotools (autoconf 2.71, automake 1.16.5, libtool 2.4.6) fping 5.0 (2020-08-05) ====================== ## Incompatible Changes - In non-quiet loop and count mode, a line is printed for every lost packet (#175, thanks @kbucheli): ``` $ fping -D -c2 8.8.8.8 8.8.8.7 [1596092373.18423] 8.8.8.8 : [0], 64 bytes, 12.8 ms (12.8 avg, 0% loss) [1596092374.18223] 8.8.8.7 : [0], timed out (NaN avg, 100% loss) [1596092374.18424] 8.8.8.8 : [1], 64 bytes, 12.3 ms (12.5 avg, 0% loss) [1596092375.18344] 8.8.8.7 : [1], timed out (NaN avg, 100% loss) 8.8.8.8 : xmt/rcv/%loss = 2/2/0%, min/avg/max = 12.3/12.5/12.8 8.8.8.7 : xmt/rcv/%loss = 2/0/100% ``` - The returned size in bytes now always excludes the IP header, so if before it reported '84 bytes' e.g. when using 'fping -l', now it reports '64 bytes'. This is to make the reported size consistent with ping(8) from iputils and also with fping when pinging a IPv6 host (which never included the IPv6 header size). ## New features - The number of sent pings is only counted when the pings are received or have timed out, ensuring that the loss ratio will be always correct. This makes it possible, for example, to use loop mode (-l) with interval statistics (-Q) and a timeout larger than period, without having the issue that initially some pings would be reported as missing (#193) - Improved precision of measurements from 10us to 1us (#136, thanks @tycho) ## Bugfixes and other changes - The reported size of received packets is now always correct on Linux even for packets > 4096 bytes (#180) - Travis CI automated testing now also macos testing and additional ubuntu distributions (#196) --- net/fping/Makefile | 4 ++-- net/fping/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/fping/Makefile b/net/fping/Makefile index 691d06f647f13..abbca62d6a9e3 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2020/08/03 11:51:47 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/13 04:49:10 wiz Exp $ -DISTNAME= fping-4.4 +DISTNAME= fping-5.1 CATEGORIES= net MASTER_SITES= http://fping.org/dist/ diff --git a/net/fping/distinfo b/net/fping/distinfo index b7a3542d50d25..96083c5219656 100644 --- a/net/fping/distinfo +++ b/net/fping/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 11:05:36 nia Exp $ +$NetBSD: distinfo,v 1.19 2022/05/13 04:49:10 wiz Exp $ -BLAKE2s (fping-4.4.tar.gz) = bcc589fab82d9862cd727e52fec95fa72d89b7dda7af646f24422ce38af7b1d2 -SHA512 (fping-4.4.tar.gz) = 8c9ff78edee10ce8e02a0d6189d4a2d91cc60954740c15730f8f1a17d037ee9f565828fa0dcd47a06f2746328063125704d467939d6280b44d5ac98a65e5acd0 -Size (fping-4.4.tar.gz) = 182921 bytes +BLAKE2s (fping-5.1.tar.gz) = 5c0a76df0c28b79e030ed4b93762f8f91583d805890473ab47a72fbfe3a72770 +SHA512 (fping-5.1.tar.gz) = 1a208da8dcd99093d0512af5d85ba5e7b5743ec97993d24c1fe612bb58d93090ac1ba0952f648aa075f16d390a77c4be65e394ae56dbede2a6914e0e8c68e2bd +Size (fping-5.1.tar.gz) = 191224 bytes SHA1 (patch-src_fping.c) = 45ac53bd4b0596b25e4815c29c65097c8fec4b7a From 6cdcbe8914cb40b8f522bece14358616aeceb777 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 04:51:38 +0000 Subject: [PATCH 0287/1154] fping: add upstream bug report URL to patch --- net/fping/distinfo | 4 ++-- net/fping/patches/patch-src_fping.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net/fping/distinfo b/net/fping/distinfo index 96083c5219656..5756759230e48 100644 --- a/net/fping/distinfo +++ b/net/fping/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2022/05/13 04:49:10 wiz Exp $ +$NetBSD: distinfo,v 1.20 2022/05/13 04:51:38 wiz Exp $ BLAKE2s (fping-5.1.tar.gz) = 5c0a76df0c28b79e030ed4b93762f8f91583d805890473ab47a72fbfe3a72770 SHA512 (fping-5.1.tar.gz) = 1a208da8dcd99093d0512af5d85ba5e7b5743ec97993d24c1fe612bb58d93090ac1ba0952f648aa075f16d390a77c4be65e394ae56dbede2a6914e0e8c68e2bd Size (fping-5.1.tar.gz) = 191224 bytes -SHA1 (patch-src_fping.c) = 45ac53bd4b0596b25e4815c29c65097c8fec4b7a +SHA1 (patch-src_fping.c) = f2ac17acb2257d92fedfc1df3bfcad3f3ba677c1 diff --git a/net/fping/patches/patch-src_fping.c b/net/fping/patches/patch-src_fping.c index 0b110ced25811..e5a7e1d7da495 100644 --- a/net/fping/patches/patch-src_fping.c +++ b/net/fping/patches/patch-src_fping.c @@ -1,6 +1,7 @@ -$NetBSD: patch-src_fping.c,v 1.2 2020/07/12 19:31:03 adam Exp $ +$NetBSD: patch-src_fping.c,v 1.3 2022/05/13 04:51:38 wiz Exp $ Fix for NetBSD-alpha. +https://github.com/schweikert/fping/pull/255 --- src/fping.c.orig 2020-07-11 14:27:36.000000000 +0000 +++ src/fping.c From 05a1206cd73e18a5a0c8bd18d16bd46ac3463949 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 04:51:52 +0000 Subject: [PATCH 0288/1154] doc: Updated net/fping to 5.1 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 50ac55130d633..edf73d62d88a6 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2530 2022/05/12 20:21:36 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2531 2022/05/13 04:51:52 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3908,3 +3908,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/postgresql14 to 14.3 [adam 2022-05-12] Updated x11/modular-xorg-xquartz to 1.20.99.1.20210408 [tnn 2022-05-12] Updated textproc/molybdenum to 0.1.8 [pin 2022-05-12] + Updated net/fping to 5.1 [wiz 2022-05-13] diff --git a/doc/TODO b/doc/TODO index 32a0f7e3bafc8..8975b4025565b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21851 2022/05/12 19:40:06 tnn Exp $ +$NetBSD: TODO,v 1.21852 2022/05/13 04:51:52 wiz Exp $ Suggested new packages ====================== @@ -677,7 +677,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o fop-2.6 o fortunes-calvin-0.3 o fortunes-de-0.34 - o fping-5.0 o fplll-5.4.0 o frameworkintegration-5.81.0 o freecell-solver-6.2.0 From b15b3c689919d0114bec54a9727126442cf25f28 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 05:05:07 +0000 Subject: [PATCH 0289/1154] qdirstat: update to 1.8. The QDirStat project proudly presents its latest release: QDirStat 1.8. This is a stable release. It brings a some new features and bug fixes: New view: File Age Statistics Navigation history like in a web browser (Back, Forward) Bug fixes Some small improvements Details New view: File Age Statistics This shows the number of files per year and/or per month that were last modified in that year or month, together with the total size of those files and a percent bar for both (number and total size). This view is extensively documented in the File Age Statistics Document. Navigation History This implements a navigation history for directories like in a web browser: New buttons Back / Forward in the tool bar Standard keyboard shortcuts [Alt] [Cursor Left] / [Alt] [Cursor Right] like in all common web browsers Support for Back / Forward mouse buttons if the mouse has them History menu on those buttons (long press on the buttons) for the last 16 directories Bug Fixes Fixed GitHub issue #169: Shorten path components in the breadcrumb widget for insanely long paths. Now closing a left-over Permissions error panel when refreshing from disk: After the re-read, the permissions error may no longer be there. Other Improvements In the Mounted Filesystems window, don't show inactive mounts managed by the automounter anymore. In the Open Directory window, automatically open the first directory level if a path was clicked in the Places list on the left, and scroll the tree on the right so that path is at the top. Added a little margin to the left in the main window's tree view for the Size column so it looks now less cramped. Internal restructuring and refactoring to keep the code maintainable. --- sysutils/qdirstat/Makefile | 5 ++--- sysutils/qdirstat/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/sysutils/qdirstat/Makefile b/sysutils/qdirstat/Makefile index cf7dda1ed8136..d70c5f71b472f 100644 --- a/sysutils/qdirstat/Makefile +++ b/sysutils/qdirstat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2022/04/18 19:12:08 adam Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/13 05:05:07 wiz Exp $ -DISTNAME= qdirstat-1.7 -PKGREVISION= 5 +DISTNAME= qdirstat-1.8 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=shundhammer/} diff --git a/sysutils/qdirstat/distinfo b/sysutils/qdirstat/distinfo index 9ddeac927f07d..9df053226abed 100644 --- a/sysutils/qdirstat/distinfo +++ b/sysutils/qdirstat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:20:06 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/05/13 05:05:07 wiz Exp $ -BLAKE2s (qdirstat-1.7.tar.gz) = c46219e0095b09278bc021601ca026edd376d57722ffd50c746d3d98d2a77744 -SHA512 (qdirstat-1.7.tar.gz) = 9af03c110663eab0df48f69f7d949421feebfdca1299205d25a216587cf2c9e472cbe99ad98f3cd6c783be2b02e0308cdbc2f5549bf662b3061ff5e059317b01 -Size (qdirstat-1.7.tar.gz) = 8057173 bytes +BLAKE2s (qdirstat-1.8.tar.gz) = 4ff747a56746d74fd4f26d137930596abf1588116133ed5c0aa64b206e8fd501 +SHA512 (qdirstat-1.8.tar.gz) = fb7b757cf08c6b6ec0c14be9b08b8b6784a36e100c3ac89dbaef176ef908e43c47c2788fc4002a5e5f7308c990518cb3a104166e12cec605ff1a586bd7a4af10 +Size (qdirstat-1.8.tar.gz) = 8720791 bytes From b6c54b34fa37cf7c76800a4e1a1780a058a9601c Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 05:05:16 +0000 Subject: [PATCH 0290/1154] doc: Updated sysutils/qdirstat to 1.8 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index edf73d62d88a6..b6c3eb6eaebd6 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2531 2022/05/13 04:51:52 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2532 2022/05/13 05:05:16 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3909,3 +3909,4 @@ Changes to the packages collection and infrastructure in 2022: Updated x11/modular-xorg-xquartz to 1.20.99.1.20210408 [tnn 2022-05-12] Updated textproc/molybdenum to 0.1.8 [pin 2022-05-12] Updated net/fping to 5.1 [wiz 2022-05-13] + Updated sysutils/qdirstat to 1.8 [wiz 2022-05-13] diff --git a/doc/TODO b/doc/TODO index 8975b4025565b..cb297c56e9b94 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21852 2022/05/13 04:51:52 wiz Exp $ +$NetBSD: TODO,v 1.21853 2022/05/13 05:05:17 wiz Exp $ Suggested new packages ====================== @@ -1466,7 +1466,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o qca2-qt5-ossl-2.3.2 o qcad-3.26.2.0 o qconf-2.5 - o qdirstat-1.8 o qemu-7.0 o qlandkartegt-1.8.1 [pkg/53376] o qqc2-desktop-style-5.81.0 From 389ae90010970437b68121fdb8149c6ce70e20a3 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 May 2022 05:21:03 +0000 Subject: [PATCH 0291/1154] libass: updated to 0.16.0 libass (0.16.0) * Fix missing `-framework` options in libass.pc on macOS * Fix missing GDI or DirectWrite options in libass.pc on Win32 * Fix crashes with fonts missing Postscript names and without one being synthesised by the font provider * Fix crashes on negative fontsizes and some overflows * Fix a rare memory leak introduced in 0.13.0 * Fix minimum dependency versions in configure and our pc-file * Fix our public headers for use with GCC versions between 3.1.0 and 4.5.0 (was a regression introduced in 0.15.0) * x86: Fix potential buffer over-read by 16 bytes with AVX2 assembly when large tiles are not enabled (the default) * x86: Fix PIC flags not being interpreted by the assembler, breaking the asm-enabled build setup on NetBSD and OpenBSD. On 32-bit x86, if the toolchain requires PIC objects and relies on compiler defaults to get PIC implicitly, you need to pass `--with-pic` to configure to ensure NASM always produces PIC objects * x86: Fix AVX support not being detected on non-Intel CPUs and some VMs * x86: Fix CPUID being used on CPUs not supporting the instruction (<= i486) and the way it is used for CPUs with less than 7 CPUID-leafs which could lead to crashes due to illegal instructions * MS Windows-only issue: Fix crashes with FreeType >= 2.11.1 on Win32 when rendering strikethrough or underline * Improve `\iclip` quality * Improve quality of very small outlines * Switch to wyhash for much better cache performance * Propagate ZWJ/ZWNJ effects across glyph run boundaries * Do not depend on compiler-specific defines to actually use built assembly * Expand documentation and fix mistakes in it * configure now errors out if an explicitly requested feature is unavailable * MS Windows-only issue: ease linking against static/shared GNU FriBidi * Add ASS_FEATURE_WHOLE_TEXT_LAYOUT to apply bidi, shaping and \fay to the entire unsplit event text. The non-portable `Encoding=-1` mode always behaves as if the feature were enabled * MS Windows-only issue: add support for arbitrary Unicode paths; see documentation of related functions for details * Improve VSFilter compatibility * Do not treat format lines using `Actor` in place of `Name` as custom format lines. The former is used by VSFilter itself, the latter by Aegisub * Run bidi and shaping on each glyph run separately by default * Match VSFilter's \fsp effects on bidi and shaping * Match VSFilter's \fay behaviour * Support non-Unicode font cmaps when Win32 API or iconv is available and can convert to the relevant encoding * Treat empty clip outlines as if everything was outside the clip not inside (was a 0.14.0 regression) * Parse integer parameters of override tags more like VSFilter --- multimedia/libass/Makefile | 5 ++--- multimedia/libass/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index 86cc112914744..bacc817a75cb0 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2021/12/08 16:02:24 adam Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/13 05:21:03 adam Exp $ -DISTNAME= libass-0.15.2 -PKGREVISION= 1 +DISTNAME= libass-0.16.0 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=libass/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/multimedia/libass/distinfo b/multimedia/libass/distinfo index 1d4bd41bb91c2..3331924efce13 100644 --- a/multimedia/libass/distinfo +++ b/multimedia/libass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:01:07 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/05/13 05:21:03 adam Exp $ -BLAKE2s (libass-0.15.2.tar.xz) = 5b225528060ab64d1907a8908eb66e6c21eab92b37f27f1d50a64222acd874f2 -SHA512 (libass-0.15.2.tar.xz) = 4a352d2d21d8a7f25d593f0456cd057912589e55c0709dbf33150d23253fa7859da41584238f03c51782e066a0f92c6849c36b6210324cdb57ed01539921a39b -Size (libass-0.15.2.tar.xz) = 382036 bytes +BLAKE2s (libass-0.16.0.tar.xz) = 3ab677d4042793433f772640ddaf131fb117d8c39a775348bb8192e65f712639 +SHA512 (libass-0.16.0.tar.xz) = ada605f5887da06aa1d072a52f8baaba64b62008ccb377560d71d5a030c1f5434d6c60fe39a156e063f553b8a07b4dfe954e4d035036888a629c6e663ce60ba9 +Size (libass-0.16.0.tar.xz) = 396304 bytes From bb498071f09257c58a96a9a4f3604b9d6a110c24 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 May 2022 05:23:53 +0000 Subject: [PATCH 0292/1154] py-faker: updated to 13.11.0 v13.11.0 * Add `sq-AL` automotive provider. v13.10.0 * Improve `it_IT` ssn provider to match real building rules. v13.9.0 * Add part-of-speech functionality for `en_US`. v13.8.0 * Add `fr-FR` datetime provider. * Add `no-NO` datetime provider. * Add `zh-CN` datetime provider. v13.7.0 * Add automotive provider for `fi_FI`, `et_EE`, `lt_LT` and `vi_VN`. v13.6.0 * Add `ar_BH` automotive provider. v13.5.0 * Add Mexican CLABE bank code for `es_MX` locale. v13.4.0 * Add `it_IT` automotive provider. --- devel/py-faker/Makefile | 4 ++-- devel/py-faker/PLIST | 32 +++++++++++++++++++++++++++++++- devel/py-faker/distinfo | 8 ++++---- 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/devel/py-faker/Makefile b/devel/py-faker/Makefile index 5f7874173a6e8..2cbd7c78b0df8 100644 --- a/devel/py-faker/Makefile +++ b/devel/py-faker/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2022/04/21 07:38:08 adam Exp $ +# $NetBSD: Makefile,v 1.60 2022/05/13 05:23:53 adam Exp $ -DISTNAME= Faker-13.3.5 +DISTNAME= Faker-13.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Faker/} diff --git a/devel/py-faker/PLIST b/devel/py-faker/PLIST index 5b9a5f56759cc..4d5e2d1ce22a9 100644 --- a/devel/py-faker/PLIST +++ b/devel/py-faker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2022/03/16 06:25:41 adam Exp $ +@comment $NetBSD: PLIST,v 1.37 2022/05/13 05:23:53 adam Exp $ bin/faker-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -221,6 +221,9 @@ ${PYSITELIB}/faker/providers/address/zh_TW/__init__.pyo ${PYSITELIB}/faker/providers/automotive/__init__.py ${PYSITELIB}/faker/providers/automotive/__init__.pyc ${PYSITELIB}/faker/providers/automotive/__init__.pyo +${PYSITELIB}/faker/providers/automotive/ar_BH/__init__.py +${PYSITELIB}/faker/providers/automotive/ar_BH/__init__.pyc +${PYSITELIB}/faker/providers/automotive/ar_BH/__init__.pyo ${PYSITELIB}/faker/providers/automotive/ar_JO/__init__.py ${PYSITELIB}/faker/providers/automotive/ar_JO/__init__.pyc ${PYSITELIB}/faker/providers/automotive/ar_JO/__init__.pyo @@ -263,6 +266,12 @@ ${PYSITELIB}/faker/providers/automotive/es_CO/__init__.pyo ${PYSITELIB}/faker/providers/automotive/es_ES/__init__.py ${PYSITELIB}/faker/providers/automotive/es_ES/__init__.pyc ${PYSITELIB}/faker/providers/automotive/es_ES/__init__.pyo +${PYSITELIB}/faker/providers/automotive/et_EE/__init__.py +${PYSITELIB}/faker/providers/automotive/et_EE/__init__.pyc +${PYSITELIB}/faker/providers/automotive/et_EE/__init__.pyo +${PYSITELIB}/faker/providers/automotive/fi_FI/__init__.py +${PYSITELIB}/faker/providers/automotive/fi_FI/__init__.pyc +${PYSITELIB}/faker/providers/automotive/fi_FI/__init__.pyo ${PYSITELIB}/faker/providers/automotive/fil_PH/__init__.py ${PYSITELIB}/faker/providers/automotive/fil_PH/__init__.pyc ${PYSITELIB}/faker/providers/automotive/fil_PH/__init__.pyo @@ -278,6 +287,12 @@ ${PYSITELIB}/faker/providers/automotive/hu_HU/__init__.pyo ${PYSITELIB}/faker/providers/automotive/id_ID/__init__.py ${PYSITELIB}/faker/providers/automotive/id_ID/__init__.pyc ${PYSITELIB}/faker/providers/automotive/id_ID/__init__.pyo +${PYSITELIB}/faker/providers/automotive/it_IT/__init__.py +${PYSITELIB}/faker/providers/automotive/it_IT/__init__.pyc +${PYSITELIB}/faker/providers/automotive/it_IT/__init__.pyo +${PYSITELIB}/faker/providers/automotive/lt_LT/__init__.py +${PYSITELIB}/faker/providers/automotive/lt_LT/__init__.pyc +${PYSITELIB}/faker/providers/automotive/lt_LT/__init__.pyo ${PYSITELIB}/faker/providers/automotive/nl_NL/__init__.py ${PYSITELIB}/faker/providers/automotive/nl_NL/__init__.pyc ${PYSITELIB}/faker/providers/automotive/nl_NL/__init__.pyo @@ -302,6 +317,9 @@ ${PYSITELIB}/faker/providers/automotive/ru_RU/__init__.pyo ${PYSITELIB}/faker/providers/automotive/sk_SK/__init__.py ${PYSITELIB}/faker/providers/automotive/sk_SK/__init__.pyc ${PYSITELIB}/faker/providers/automotive/sk_SK/__init__.pyo +${PYSITELIB}/faker/providers/automotive/sq_AL/__init__.py +${PYSITELIB}/faker/providers/automotive/sq_AL/__init__.pyc +${PYSITELIB}/faker/providers/automotive/sq_AL/__init__.pyo ${PYSITELIB}/faker/providers/automotive/sv_SE/__init__.py ${PYSITELIB}/faker/providers/automotive/sv_SE/__init__.pyc ${PYSITELIB}/faker/providers/automotive/sv_SE/__init__.pyo @@ -314,6 +332,9 @@ ${PYSITELIB}/faker/providers/automotive/tl_PH/__init__.pyo ${PYSITELIB}/faker/providers/automotive/tr_TR/__init__.py ${PYSITELIB}/faker/providers/automotive/tr_TR/__init__.pyc ${PYSITELIB}/faker/providers/automotive/tr_TR/__init__.pyo +${PYSITELIB}/faker/providers/automotive/vi_VN/__init__.py +${PYSITELIB}/faker/providers/automotive/vi_VN/__init__.pyc +${PYSITELIB}/faker/providers/automotive/vi_VN/__init__.pyo ${PYSITELIB}/faker/providers/bank/__init__.py ${PYSITELIB}/faker/providers/bank/__init__.pyc ${PYSITELIB}/faker/providers/bank/__init__.pyo @@ -347,6 +368,9 @@ ${PYSITELIB}/faker/providers/bank/en_PH/__init__.pyo ${PYSITELIB}/faker/providers/bank/es_ES/__init__.py ${PYSITELIB}/faker/providers/bank/es_ES/__init__.pyc ${PYSITELIB}/faker/providers/bank/es_ES/__init__.pyo +${PYSITELIB}/faker/providers/bank/es_MX/__init__.py +${PYSITELIB}/faker/providers/bank/es_MX/__init__.pyc +${PYSITELIB}/faker/providers/bank/es_MX/__init__.pyo ${PYSITELIB}/faker/providers/bank/fa_IR/__init__.py ${PYSITELIB}/faker/providers/bank/fa_IR/__init__.pyc ${PYSITELIB}/faker/providers/bank/fa_IR/__init__.pyo @@ -734,6 +758,9 @@ ${PYSITELIB}/faker/providers/date_time/ko_KR/__init__.pyo ${PYSITELIB}/faker/providers/date_time/nl_NL/__init__.py ${PYSITELIB}/faker/providers/date_time/nl_NL/__init__.pyc ${PYSITELIB}/faker/providers/date_time/nl_NL/__init__.pyo +${PYSITELIB}/faker/providers/date_time/no_NO/__init__.py +${PYSITELIB}/faker/providers/date_time/no_NO/__init__.pyc +${PYSITELIB}/faker/providers/date_time/no_NO/__init__.pyo ${PYSITELIB}/faker/providers/date_time/pl_PL/__init__.py ${PYSITELIB}/faker/providers/date_time/pl_PL/__init__.pyc ${PYSITELIB}/faker/providers/date_time/pl_PL/__init__.pyo @@ -767,6 +794,9 @@ ${PYSITELIB}/faker/providers/date_time/tl_PH/__init__.pyo ${PYSITELIB}/faker/providers/date_time/tr_TR/__init__.py ${PYSITELIB}/faker/providers/date_time/tr_TR/__init__.pyc ${PYSITELIB}/faker/providers/date_time/tr_TR/__init__.pyo +${PYSITELIB}/faker/providers/date_time/zh_CN/__init__.py +${PYSITELIB}/faker/providers/date_time/zh_CN/__init__.pyc +${PYSITELIB}/faker/providers/date_time/zh_CN/__init__.pyo ${PYSITELIB}/faker/providers/file/__init__.py ${PYSITELIB}/faker/providers/file/__init__.pyc ${PYSITELIB}/faker/providers/file/__init__.pyo diff --git a/devel/py-faker/distinfo b/devel/py-faker/distinfo index 357b4d47c2360..42a281bb92b03 100644 --- a/devel/py-faker/distinfo +++ b/devel/py-faker/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.56 2022/04/21 07:38:08 adam Exp $ +$NetBSD: distinfo,v 1.57 2022/05/13 05:23:53 adam Exp $ -BLAKE2s (Faker-13.3.5.tar.gz) = 305d77af9ee300e4d76fdee268cfc71ece8ac4a5b9df58bd66a24349a6fad7be -SHA512 (Faker-13.3.5.tar.gz) = 8cce3b1488ae34a292bbf9cc0373ffd9c47fe29b484bddb51396a1fe63eef0953022d638ea9b4a49148a48a72d56a9d38d342ebd228265ccb34320406ab45453 -Size (Faker-13.3.5.tar.gz) = 1484180 bytes +BLAKE2s (Faker-13.11.0.tar.gz) = 7c27d590dd365284c3d7e036d763784d3757bea845260ab335132b061509183c +SHA512 (Faker-13.11.0.tar.gz) = 74acf9d05a769851217f8a05a3ef84ac95af2b5c4292f05ff7f8be2670de9815074dc3fddb8d88170568910c0c4f2764d4ee61ccba5743071d9cf48f52520216 +Size (Faker-13.11.0.tar.gz) = 1500499 bytes From bfd5da006b05e978901252293c22f8042653f824 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 May 2022 05:24:14 +0000 Subject: [PATCH 0293/1154] Updated multimedia/libass, devel/py-faker --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b6c3eb6eaebd6..4a6da04a24856 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2532 2022/05/13 05:05:16 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2533 2022/05/13 05:24:14 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3910,3 +3910,5 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/molybdenum to 0.1.8 [pin 2022-05-12] Updated net/fping to 5.1 [wiz 2022-05-13] Updated sysutils/qdirstat to 1.8 [wiz 2022-05-13] + Updated multimedia/libass to 0.16.0 [adam 2022-05-13] + Updated devel/py-faker to 13.11.0 [adam 2022-05-13] From 0c971c3798d290101a12e18c359a08ed2ab04f54 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 06:45:11 +0000 Subject: [PATCH 0294/1154] unixodbc: SunOS needs -D_POSIX_PTHREAD_SEMANTICS. --- databases/unixodbc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile index ff727a8e62d9e..5ff2fb17c643c 100644 --- a/databases/unixodbc/Makefile +++ b/databases/unixodbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2022/05/09 11:16:27 adam Exp $ +# $NetBSD: Makefile,v 1.45 2022/05/13 06:45:11 jperkin Exp $ DISTNAME= unixODBC-2.3.11 PKGNAME= ${DISTNAME:S/ODBC/odbc/} @@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --enable-gnuthreads CONFIGURE_ARGS+= --with-pth=${PTHREADBASE:Q} .endif +CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS LIBS.SunOS+= -lsocket -lnsl # Override the local definitions that point to the self-contained libtool From 3f49622ef054458f09d11c4fa606d54c98271968 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 07:34:20 +0000 Subject: [PATCH 0295/1154] zlib: Apply upstream patch to workaround CRC issue. Should fix abuse by openjdk and others. Bump PKGREVISION. Upstream commit: From ec3df00224d4b396e2ac6586ab5d25f673caa4c2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Wed, 30 Mar 2022 11:14:53 -0700 Subject: [PATCH] Correct incorrect inputs provided to the CRC functions. The previous releases of zlib were not sensitive to incorrect CRC inputs with bits set above the low 32. This commit restores that behavior, so that applications with such bugs will continue to operate as before. --- devel/zlib/Makefile | 3 ++- devel/zlib/files/crc32.c | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile index 866c3e6437151..cc99bf88ad374 100644 --- a/devel/zlib/Makefile +++ b/devel/zlib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2022/03/29 22:09:41 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2022/05/13 07:34:20 jperkin Exp $ DISTNAME= zlib-1.2.12 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} MASTER_SITES+= http://zlib.net/ diff --git a/devel/zlib/files/crc32.c b/devel/zlib/files/crc32.c index a09d4b9316f55..5c252289b9b00 100644 --- a/devel/zlib/files/crc32.c +++ b/devel/zlib/files/crc32.c @@ -7,7 +7,7 @@ * Kadatch and Jenkins (2010). See doc/crc-doc.1.0.pdf in this distribution. */ -/* @(#) $Id: crc32.c,v 1.5 2022/03/29 22:09:41 wiz Exp $ */ +/* @(#) $Id: crc32.c,v 1.6 2022/05/13 07:34:20 jperkin Exp $ */ /* Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore @@ -630,7 +630,7 @@ unsigned long ZEXPORT crc32_z(crc, buf, len) #endif /* DYNAMIC_CRC_TABLE */ /* Pre-condition the CRC */ - crc ^= 0xffffffff; + crc = (~crc) & 0xffffffff; /* Compute the CRC up to a word boundary. */ while (len && ((z_size_t)buf & 7) != 0) { @@ -749,7 +749,7 @@ unsigned long ZEXPORT crc32_z(crc, buf, len) #endif /* DYNAMIC_CRC_TABLE */ /* Pre-condition the CRC */ - crc ^= 0xffffffff; + crc = (~crc) & 0xffffffff; #ifdef W @@ -1077,7 +1077,7 @@ uLong ZEXPORT crc32_combine64(crc1, crc2, len2) #ifdef DYNAMIC_CRC_TABLE once(&made, make_crc_table); #endif /* DYNAMIC_CRC_TABLE */ - return multmodp(x2nmodp(len2, 3), crc1) ^ crc2; + return multmodp(x2nmodp(len2, 3), crc1) ^ (crc2 & 0xffffffff); } /* ========================================================================= */ @@ -1112,5 +1112,5 @@ uLong crc32_combine_op(crc1, crc2, op) uLong crc2; uLong op; { - return multmodp(op, crc1) ^ crc2; + return multmodp(op, crc1) ^ (crc2 & 0xffffffff); } From f607bc712682e673af9226e343d684539b80e85a Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 07:34:29 +0000 Subject: [PATCH 0296/1154] doc: Updated devel/zlib to 1.2.12nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4a6da04a24856..b4bb26b707543 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2533 2022/05/13 05:24:14 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2534 2022/05/13 07:34:29 jperkin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3912,3 +3912,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/qdirstat to 1.8 [wiz 2022-05-13] Updated multimedia/libass to 0.16.0 [adam 2022-05-13] Updated devel/py-faker to 13.11.0 [adam 2022-05-13] + Updated devel/zlib to 1.2.12nb1 [jperkin 2022-05-13] From e1bd76503a7118a37f382b169cdfdc9778d821a7 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 May 2022 07:35:53 +0000 Subject: [PATCH 0297/1154] grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.46.1 Release v1.46.1 This release contains refinements, improvements, and bug fixes. Release v1.46.0 Core Ignore Connection Aborted errors on accept. Filter content-length metadata from the application. RetryFilter: Cleanup pending byte stream. HTTP Proxy: Ignore empty entry in no_proxy list. Adding http/1.1 support in httpcli. HTTP2: Initiate write for acknowledging SETTINGS frame. Change the unsupported polling strategy log for forking to GPR_INFO. Handle SSL_ERROR_WANT_WRITE error. TCP Async Connect: Fix Heap use-after-free. HTTP2: Add graceful goaway. Remove epollex poller. TlsCredentials: Comparator implementation. Decrease verbosity of alts handshaker logs which can happen during cancellation. HTTP2: Should not run cancelling logic on servers when receiving GOAWAY. HTTP2: Don't throttle pings from the server. Include ADS stream error in XDS error updates. Remove idempotent/cacheable requests. C++ Add bazel cpp distribtest for grpc_cc_library. C# Add support for grpc-dotnet in GKE benchmarks. Sync unary call after shutdown: Add a repro and fix for 19090. Remove C# Legacy (a.k.a. "Classic") csproj example. Python Add Python GCF Distribtest. Add Python Reflection Client. Revert "Fix prefork handler register's default behavior". Fix prefork handler register's default behavior. Fix fetching CXX variable in setup.py. Ruby Support pre-built binaries for Ruby 3.1. Make sure to always receive initial metadata in ruby. --- net/grpc/Makefile | 5 ++--- net/grpc/PLIST | 36 +++++++++++++++++----------------- net/grpc/distinfo | 8 ++++---- net/py-grpcio-testing/Makefile | 4 ++-- net/py-grpcio-testing/distinfo | 8 ++++---- net/py-grpcio-tools/Makefile | 5 ++--- net/py-grpcio-tools/distinfo | 8 ++++---- net/py-grpcio/Makefile | 5 ++--- net/py-grpcio/distinfo | 8 ++++---- 9 files changed, 42 insertions(+), 45 deletions(-) diff --git a/net/grpc/Makefile b/net/grpc/Makefile index bfc93565bf6e7..ffb37a791e617 100644 --- a/net/grpc/Makefile +++ b/net/grpc/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/04/03 18:50:17 adam Exp $ +# $NetBSD: Makefile,v 1.56 2022/05/13 07:35:53 adam Exp $ -DISTNAME= grpc-1.44.0 -PKGREVISION= 1 +DISTNAME= grpc-1.46.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/grpc/PLIST b/net/grpc/PLIST index d60562845cd44..a87be161a9880 100644 --- a/net/grpc/PLIST +++ b/net/grpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2022/02/18 09:08:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.33 2022/05/13 07:35:53 adam Exp $ bin/grpc_cpp_plugin bin/grpc_csharp_plugin bin/grpc_node_plugin @@ -271,41 +271,41 @@ lib/cmake/grpc/gRPCTargets.cmake lib/cmake/grpc/modules/Findc-ares.cmake lib/cmake/grpc/modules/Findre2.cmake lib/libaddress_sorting.so -lib/libaddress_sorting.so.22 -lib/libaddress_sorting.so.22.0.0 +lib/libaddress_sorting.so.24 +lib/libaddress_sorting.so.24.0.0 lib/libgpr.so -lib/libgpr.so.22 -lib/libgpr.so.22.0.0 +lib/libgpr.so.24 +lib/libgpr.so.24.0.0 lib/libgrpc++.so lib/libgrpc++.so.${PKGVERSION} -lib/libgrpc++.so.1.44 +lib/libgrpc++.so.1.46 lib/libgrpc++_alts.so lib/libgrpc++_alts.so.${PKGVERSION} -lib/libgrpc++_alts.so.1.44 +lib/libgrpc++_alts.so.1.46 lib/libgrpc++_error_details.so lib/libgrpc++_error_details.so.${PKGVERSION} -lib/libgrpc++_error_details.so.1.44 +lib/libgrpc++_error_details.so.1.46 lib/libgrpc++_reflection.so lib/libgrpc++_reflection.so.${PKGVERSION} -lib/libgrpc++_reflection.so.1.44 +lib/libgrpc++_reflection.so.1.46 lib/libgrpc++_unsecure.so lib/libgrpc++_unsecure.so.${PKGVERSION} -lib/libgrpc++_unsecure.so.1.44 +lib/libgrpc++_unsecure.so.1.46 lib/libgrpc.so -lib/libgrpc.so.22 -lib/libgrpc.so.22.0.0 +lib/libgrpc.so.24 +lib/libgrpc.so.24.0.0 lib/libgrpc_plugin_support.so lib/libgrpc_plugin_support.so.${PKGVERSION} -lib/libgrpc_plugin_support.so.1.44 +lib/libgrpc_plugin_support.so.1.46 lib/libgrpc_unsecure.so -lib/libgrpc_unsecure.so.22 -lib/libgrpc_unsecure.so.22.0.0 +lib/libgrpc_unsecure.so.24 +lib/libgrpc_unsecure.so.24.0.0 lib/libgrpcpp_channelz.so lib/libgrpcpp_channelz.so.${PKGVERSION} -lib/libgrpcpp_channelz.so.1.44 +lib/libgrpcpp_channelz.so.1.46 lib/libupb.so -lib/libupb.so.22 -lib/libupb.so.22.0.0 +lib/libupb.so.24 +lib/libupb.so.24.0.0 lib/pkgconfig/gpr.pc lib/pkgconfig/grpc++.pc lib/pkgconfig/grpc++_unsecure.pc diff --git a/net/grpc/distinfo b/net/grpc/distinfo index ef390d4098429..47f267fe9300d 100644 --- a/net/grpc/distinfo +++ b/net/grpc/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.55 2022/04/30 21:36:26 wiz Exp $ +$NetBSD: distinfo,v 1.56 2022/05/13 07:35:53 adam Exp $ -BLAKE2s (grpc-1.44.0.tar.gz) = 5cd7b05801f2d6f76d0603b69e1d5ad6282f5187443698c2b1dfafb52b099c63 -SHA512 (grpc-1.44.0.tar.gz) = 8e6d26643d08650adf2a9885facf44a7c25943d632f535921c3b2203bce81b59da355f7d1e88899014eacfa7bc460b55b72de769f3972ed743bb9b95041bb290 -Size (grpc-1.44.0.tar.gz) = 8580632 bytes +BLAKE2s (grpc-1.46.1.tar.gz) = 350dcf792426a63ed4e1e96c462fb3d00f0ed7df524475382859e57c3e0fae22 +SHA512 (grpc-1.46.1.tar.gz) = 8598708beaf14523c0a9e18f9a5a78d49b2406e3641f7b956a5b61de7ab3e2088c4ac3780fd20d0a84da6bfa1af45f6a0023ffa9761ffad46f5aee0fba3e0eae +Size (grpc-1.46.1.tar.gz) = 8911814 bytes SHA1 (patch-CMakeLists.txt) = d32a78bb8fdc28c0946aa2d62a5c810211692e62 SHA1 (patch-include_grpc_event__engine_port.h) = 842fa47d98303f25417aa1a45aa9d78e5402a3bd SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = a9d2f116c941d1ed23b18f25cf4fb638ed004181 diff --git a/net/py-grpcio-testing/Makefile b/net/py-grpcio-testing/Makefile index d3fcd2da9430e..cdf6fea65a2f1 100644 --- a/net/py-grpcio-testing/Makefile +++ b/net/py-grpcio-testing/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2022/02/18 09:08:08 adam Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/13 07:35:54 adam Exp $ -DISTNAME= grpcio-testing-1.44.0 +DISTNAME= grpcio-testing-1.46.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-testing/} diff --git a/net/py-grpcio-testing/distinfo b/net/py-grpcio-testing/distinfo index 47fa4fa48e402..affd0b756e52c 100644 --- a/net/py-grpcio-testing/distinfo +++ b/net/py-grpcio-testing/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2022/02/18 09:08:08 adam Exp $ +$NetBSD: distinfo,v 1.29 2022/05/13 07:35:54 adam Exp $ -BLAKE2s (grpcio-testing-1.44.0.tar.gz) = ffe2d1605f8eca8f005fd621bf07ba85d4ed2d7a2a8c2401f9724b1fbb441fcc -SHA512 (grpcio-testing-1.44.0.tar.gz) = 8a63522f24e7e9f92385974f4bdd90ca2bf6200a7720851fa80da4d249b96844a07f4f5bf3946f7652a11d7aa9cb9dc44f5e73cc53f76a60bc4a73d37f777828 -Size (grpcio-testing-1.44.0.tar.gz) = 17382 bytes +BLAKE2s (grpcio-testing-1.46.1.tar.gz) = 1c4f1e1bd55b8632cda2669052b6204794d68e778cd7141615708f67d8b5e208 +SHA512 (grpcio-testing-1.46.1.tar.gz) = bb89a399ef838b3e4663fecacd9572ebf0e0a591d15de773ea1d63e72c315901851e69b090c334b8b567f714f8b0fad5a9af3838140070437bc8fc5e47e2c564 +Size (grpcio-testing-1.46.1.tar.gz) = 17654 bytes diff --git a/net/py-grpcio-tools/Makefile b/net/py-grpcio-tools/Makefile index df3193117a51e..d956cbfd1b84f 100644 --- a/net/py-grpcio-tools/Makefile +++ b/net/py-grpcio-tools/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2022/04/03 18:50:20 adam Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/13 07:35:54 adam Exp $ -DISTNAME= grpcio-tools-1.44.0 +DISTNAME= grpcio-tools-1.46.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-tools/} diff --git a/net/py-grpcio-tools/distinfo b/net/py-grpcio-tools/distinfo index 51682f4cb5784..9fc993c5c9fba 100644 --- a/net/py-grpcio-tools/distinfo +++ b/net/py-grpcio-tools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2022/02/18 09:08:08 adam Exp $ +$NetBSD: distinfo,v 1.38 2022/05/13 07:35:54 adam Exp $ -BLAKE2s (grpcio-tools-1.44.0.tar.gz) = 13e82d4b96703a0719c1f70ee000bc42446600b82de6a49d3e4e085c5cabf8f5 -SHA512 (grpcio-tools-1.44.0.tar.gz) = 58684539eea42a95fe1c1e5a37fa1ba4fed3149e937464505403645e520d049e500c3108916b41b88176572885c9c78a72d003f241f35e98988c5f405a73d124 -Size (grpcio-tools-1.44.0.tar.gz) = 2228450 bytes +BLAKE2s (grpcio-tools-1.46.1.tar.gz) = 876a041110ea031462d8c949494acf9a5196f49b55813fcd81ed097bf07cf919 +SHA512 (grpcio-tools-1.46.1.tar.gz) = f0c8c6795409ca15d411ae20bc72f962cc2ef341f8ec8f05745dae0fdcc3fa1fece144b6278c43efbabc269b687f403b618a755b9298da429e65677ada33e459 +Size (grpcio-tools-1.46.1.tar.gz) = 2230763 bytes SHA1 (patch-setup.py) = ecd08109c7d3173ccaa6d3b4428a66a9eac560f7 diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile index b7663bb6ca983..651fedfaad511 100644 --- a/net/py-grpcio/Makefile +++ b/net/py-grpcio/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2022/04/03 18:50:20 adam Exp $ +# $NetBSD: Makefile,v 1.46 2022/05/13 07:35:53 adam Exp $ -DISTNAME= grpcio-1.44.0 +DISTNAME= grpcio-1.46.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/} diff --git a/net/py-grpcio/distinfo b/net/py-grpcio/distinfo index 8986de7d63495..34a96d663cf28 100644 --- a/net/py-grpcio/distinfo +++ b/net/py-grpcio/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.41 2022/02/18 09:08:08 adam Exp $ +$NetBSD: distinfo,v 1.42 2022/05/13 07:35:53 adam Exp $ -BLAKE2s (grpcio-1.44.0.tar.gz) = 7055d554cd63e1b7f77a44d9dace92c8ff4e7fc1f2c8b14bea6803162245652a -SHA512 (grpcio-1.44.0.tar.gz) = f883ba429d364408274a7df638d5436e4b607626aba454a3e6c3104b43a103f6b1c391b8c1f870349b326124489a2f4d5615463262e26ec70d904c4e0402d6d3 -Size (grpcio-1.44.0.tar.gz) = 21446924 bytes +BLAKE2s (grpcio-1.46.1.tar.gz) = fa2de996e0832cb97391ab31e3b5dd762f1ed6db14b39075f535018dffe06544 +SHA512 (grpcio-1.46.1.tar.gz) = ad3c1a5ffce82e0183794bd28f2a41a3b4283017c73940b06a2197c8543132ef96c9c96f62e45f112a25e810626bfa6247a0416fc4e20416990179a7c10ea92b +Size (grpcio-1.46.1.tar.gz) = 21842101 bytes SHA1 (patch-setup.py) = d4de4272537d6e57fb9c4fe338aed0a787f7747c SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a From 1ec5e0916a205378630b556d908a0a6eac929f65 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 May 2022 07:36:41 +0000 Subject: [PATCH 0298/1154] Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools --- doc/CHANGES-2022 | 6 +++++- doc/TODO | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b4bb26b707543..5b0756f631314 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2534 2022/05/13 07:34:29 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.2535 2022/05/13 07:36:41 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3913,3 +3913,7 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/libass to 0.16.0 [adam 2022-05-13] Updated devel/py-faker to 13.11.0 [adam 2022-05-13] Updated devel/zlib to 1.2.12nb1 [jperkin 2022-05-13] + Updated net/grpc to 1.46.1 [adam 2022-05-13] + Updated net/py-grpcio to 1.46.1 [adam 2022-05-13] + Updated net/py-grpcio-testing to 1.46.1 [adam 2022-05-13] + Updated net/py-grpcio-tools to 1.46.1 [adam 2022-05-13] diff --git a/doc/TODO b/doc/TODO index cb297c56e9b94..5289d1c9a6da8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21853 2022/05/13 05:05:17 wiz Exp $ +$NetBSD: TODO,v 1.21854 2022/05/13 07:36:41 adam Exp $ Suggested new packages ====================== @@ -817,7 +817,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o graphene-1.10.6 o greed-4.2 o gromacs-2021.1 - o grpc-1.46.0 o grub2-2.06 o gss-1.0.3 o gst-plugins1-omx-1.10.0 From d339527d4f1d61ea47df492ab1061fed0a49e70a Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 13 May 2022 08:56:52 +0000 Subject: [PATCH 0299/1154] wabt: needs gnu++17 for alloca(3). This should fix the build on aarch64. --- devel/wabt/Makefile | 4 ++-- devel/wabt/distinfo | 3 ++- devel/wabt/patches/patch-CMakeLists.txt | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 devel/wabt/patches/patch-CMakeLists.txt diff --git a/devel/wabt/Makefile b/devel/wabt/Makefile index 6bb826434fae9..2ecdad3e722ed 100644 --- a/devel/wabt/Makefile +++ b/devel/wabt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2022/05/12 08:10:30 fcambus Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/13 08:56:52 fcambus Exp $ DISTNAME= wabt-1.0.29 CATEGORIES= devel @@ -13,7 +13,7 @@ CONFIGURE_DIRS= ${WRKDIR}/build CMAKE_ARG_PATH= ${WRKSRC} USE_CMAKE= yes -USE_LANGUAGES= c c++17 +USE_LANGUAGES= c gnu++17 CMAKE_ARGS+= -DBUILD_TESTS=OFF -DBUILD_LIBWASM=OFF diff --git a/devel/wabt/distinfo b/devel/wabt/distinfo index 3be2ec2df05b0..6f2baf61bc85d 100644 --- a/devel/wabt/distinfo +++ b/devel/wabt/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.12 2022/05/05 07:04:29 fcambus Exp $ +$NetBSD: distinfo,v 1.13 2022/05/13 08:56:52 fcambus Exp $ BLAKE2s (wabt-1.0.29.tar.gz) = 757bfe1aa05672c15493929d53d57564cce26af30386ca2d205340705168e969 SHA512 (wabt-1.0.29.tar.gz) = 7783e16c848da76392cd9f35aa1d205872d3d42e6aea1a815b28df3373cd547d2f139df4899de495bb6ee753c7c0bd608adc35538c2d3eb7325498457d6b3e08 Size (wabt-1.0.29.tar.gz) = 1150946 bytes +SHA1 (patch-CMakeLists.txt) = 3f53b60fdeed352cd41090c07d13ae15a1629155 diff --git a/devel/wabt/patches/patch-CMakeLists.txt b/devel/wabt/patches/patch-CMakeLists.txt new file mode 100644 index 0000000000000..574a3c038556c --- /dev/null +++ b/devel/wabt/patches/patch-CMakeLists.txt @@ -0,0 +1,15 @@ +$NetBSD: patch-CMakeLists.txt,v 1.1 2022/05/13 08:56:52 fcambus Exp $ + +Do not disable extensions, needs gnu++17 for alloca(3). + +--- CMakeLists.txt.orig 2022-05-04 14:41:06.000000000 +0000 ++++ CMakeLists.txt +@@ -153,7 +153,7 @@ else () + -Wall -Wextra -Wno-unused-parameter -Wpointer-arith -Wuninitialized + ) + +- set(CMAKE_CXX_EXTENSIONS OFF) ++ set(CMAKE_CXX_EXTENSIONS ON) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wold-style-cast") + + if (NOT WITH_EXCEPTIONS) From 66614469b4ce8cf3b28ab9aad29776c1bd384f9d Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 13 May 2022 09:00:59 +0000 Subject: [PATCH 0300/1154] wabt: add forgotten PKGREVISION bump. --- devel/wabt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/wabt/Makefile b/devel/wabt/Makefile index 2ecdad3e722ed..4ae3f00501348 100644 --- a/devel/wabt/Makefile +++ b/devel/wabt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2022/05/13 08:56:52 fcambus Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/13 09:00:59 fcambus Exp $ DISTNAME= wabt-1.0.29 CATEGORIES= devel +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_GITHUB:=WebAssembly/} MAINTAINER= fcambus@NetBSD.org From 1c75d2ec0495cd0190d8ca2fff3d15df578e09e7 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 09:49:31 +0000 Subject: [PATCH 0301/1154] py-scipy: redo NetBSD fix so it doesn't have side effects on other opsys Previous workaround could fail to compile when double and long double are effectively the same type. --- math/py-scipy/distinfo | 4 +- .../patches/patch-scipy_special___logit.h | 49 ++++++------------- 2 files changed, 17 insertions(+), 36 deletions(-) diff --git a/math/py-scipy/distinfo b/math/py-scipy/distinfo index a43a0cc400f15..dbc88aec62b2d 100644 --- a/math/py-scipy/distinfo +++ b/math/py-scipy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2022/05/03 15:14:54 tnn Exp $ +$NetBSD: distinfo,v 1.33 2022/05/13 09:49:31 tnn Exp $ BLAKE2s (scipy-1.8.0.tar.gz) = 45a8dad311d6c459a748f31a7df37ce49ee611c8d4c258649288fd624e5a3a05 SHA512 (scipy-1.8.0.tar.gz) = 674652728ae76479d17189e6974895bb838a8e83b17b9fb91c5f86faebf2a1387e1466555ac5b51d05c293f9b31b9a72e634f5858105ea984ca94bd2f05bbb4c Size (scipy-1.8.0.tar.gz) = 38313602 bytes -SHA1 (patch-scipy_special___logit.h) = fdec9873512693b36f9763d15e81a60f6ac93630 +SHA1 (patch-scipy_special___logit.h) = c729c2b73de00cad4c9ad834a79b80dea7b05af3 SHA1 (patch-scipy_special___round.h) = bc05a935e6423ce8395450ad3b30e88826939422 SHA1 (patch-scipy_stats___hypotests__pythran.cpp) = e5d70b810ca020ccd25b9ad7068ce44487d8da60 diff --git a/math/py-scipy/patches/patch-scipy_special___logit.h b/math/py-scipy/patches/patch-scipy_special___logit.h index 0e09cc13ee244..2073f0dd95770 100644 --- a/math/py-scipy/patches/patch-scipy_special___logit.h +++ b/math/py-scipy/patches/patch-scipy_special___logit.h @@ -1,50 +1,31 @@ -$NetBSD: patch-scipy_special___logit.h,v 1.1 2022/05/03 15:14:54 tnn Exp $ +$NetBSD: patch-scipy_special___logit.h,v 1.2 2022/05/13 09:49:31 tnn Exp $ py-scipy: work around undefined PLT symbol "log1pl" on NetBSD ---- scipy/special/_logit.h.orig 2022-01-29 22:59:08.475390400 +0000 +--- scipy/special/_logit.h.orig 2022-01-29 22:59:08.000000000 +0000 +++ scipy/special/_logit.h -@@ -31,15 +31,41 @@ inline T _expit(T x) { +@@ -31,6 +31,17 @@ inline T _expit(T x) { // obtain accurate results (compared to the naive implementation // log(expit(x))). // --template --inline T _log_expit(T x) { -+inline npy_float _log_expit(npy_float x) { - if (x < 0.0) { - return x - std::log1p(std::exp(x)); - } - else { - return -std::log1p(std::exp(-x)); - } --}; -+} -+inline npy_double _log_expit(npy_double x) { -+ if (x < 0.0) { -+ return x - std::log1p(std::exp(x)); -+ } -+ else { -+ return -std::log1p(std::exp(-x)); -+ } -+} +#if defined(__NetBSD__) -+inline npy_longdouble _log_expit(npy_longdouble x) { ++template ++inline T _log_expit(T x) { + if (x < 0.0) { -+ return x - std::log(1.0l + std::exp(x)); ++ return x - std::log(std::exp(x) + 1.0); + } + else { -+ return -std::log(1.0l + std::exp(-x)); ++ return -std::log(std::exp(-x) + 1.0); + } -+} ++}; +#else -+inline npy_longdouble _log_expit(npy_longdouble x) { -+ if (x < 0.0) { -+ return x - std::log1p(std::exp(x)); -+ } -+ else { -+ return -std::log1p(std::exp(-x)); -+ } -+} + template + inline T _log_expit(T x) { + if (x < 0.0) { +@@ -40,6 +51,7 @@ inline T _log_expit(T x) { + return -std::log1p(std::exp(-x)); + } + }; +#endif From dbfba285703d01597beaefe6013fa79f73e7c68e Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 10:39:35 +0000 Subject: [PATCH 0302/1154] cpu_features: update to 0.7.0 API Change [x86] Embed brand_string and mark FillX86BrandString as deprecated New code layout - breaking change in cpu_features_macros.h New features / Enhancements [cmake] Use of CMAKE_POSITION_INDEPENDENT_CODE instead of BUILD_PIC Add support for ZHAOXIN CPU Fix a getauxval comment and expand the Krait idiv workaround Update AArch64 features to Linux 5.10 Detect Zen 3 (K19) cpus Detect AVX512 on Darwin use GetDarwinSysCtlByName("hw.optional.avx512f") Detect Intel's Multi-Precision Add-Carry Instruction Extensions CPU features for AMD Update uarch detection for Intel processors Add cache info for new AMD CPUs (0x8000001D) [NFC] Add bazel support to cpu_features Add support for FreeBSD on x86 [cmake] cmake: use CTest default --- devel/cpu_features/Makefile | 8 ++-- devel/cpu_features/distinfo | 15 +++--- .../cpu_features/patches/patch-CMakeLists.txt | 14 +++--- .../patch-include_cpu__features__macros.h | 6 +-- .../patches/patch-src_cpuinfo__x86.c | 48 ------------------- ...ch-src_impl__aarch64__linux__or__android.c | 15 ++++++ .../patch-src_impl__x86__linux__or__android.c | 23 +++++++++ 7 files changed, 60 insertions(+), 69 deletions(-) delete mode 100644 devel/cpu_features/patches/patch-src_cpuinfo__x86.c create mode 100644 devel/cpu_features/patches/patch-src_impl__aarch64__linux__or__android.c create mode 100644 devel/cpu_features/patches/patch-src_impl__x86__linux__or__android.c diff --git a/devel/cpu_features/Makefile b/devel/cpu_features/Makefile index 2fc5d80ee6a80..dabbd48fdb9b7 100644 --- a/devel/cpu_features/Makefile +++ b/devel/cpu_features/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2020/12/31 10:57:03 nia Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/13 10:39:35 tnn Exp $ GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= cpu_features-0.6.0 -PKGREVISION= 1 +DISTNAME= cpu_features-0.7.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} @@ -13,7 +12,8 @@ LICENSE= apache-2.0 USE_CMAKE= yes USE_LANGUAGES= c c++ -CMAKE_ARGS+= -DBUILD_PIC=ON +CMAKE_ARGS+= -DCMAKE_POSITION_INDEPENDENT_CODE=ON +CMAKE_ARGS+= -DBUILD_TESTING=OFF .include "../../mk/bsd.prefs.mk" diff --git a/devel/cpu_features/distinfo b/devel/cpu_features/distinfo index 82688e0306a6d..ac9729e80d5a7 100644 --- a/devel/cpu_features/distinfo +++ b/devel/cpu_features/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.5 2022/01/09 22:03:17 tnn Exp $ +$NetBSD: distinfo,v 1.6 2022/05/13 10:39:35 tnn Exp $ -BLAKE2s (cpu_features-0.6.0.tar.gz) = 4c59c3a8b3f9b5beefa5a39fb9cd760eec0f8e95b599954efe11c955042d6296 -SHA512 (cpu_features-0.6.0.tar.gz) = 006a2e05253712cf605ecabccdda63dd9325445f8d145d5e2432c4342332e652f318810997321849be131082db435d88143020fdc85268fba204586cf37eef0d -Size (cpu_features-0.6.0.tar.gz) = 63255 bytes -SHA1 (patch-CMakeLists.txt) = a2eace73c45b85fac81b14d3e14b26b89cba74f2 -SHA1 (patch-include_cpu__features__macros.h) = 4d93afe4ac314895f0823b992af463bf39d67379 -SHA1 (patch-src_cpuinfo__x86.c) = 91d43472c195f1db377231136725be676419bd0c +BLAKE2s (cpu_features-0.7.0.tar.gz) = b442c655fd0e0d8d92a8559459585c73bac39c976fbfbc475089088f155c90fc +SHA512 (cpu_features-0.7.0.tar.gz) = e602c88c4a104d69dff0297a4c4f8e26d02d548fc35ce2616429ff8280f2a37e9eaa99451a38b7c302907352cf15bdf8c09c2e0e52b09bf4cd3b7e2b21f8ddb0 +Size (cpu_features-0.7.0.tar.gz) = 85986 bytes +SHA1 (patch-CMakeLists.txt) = 7e8c409b6a4fcb3f98153d33be658d501c17b1c7 +SHA1 (patch-include_cpu__features__macros.h) = 5bef216cceab5442b89351f96c78aa9d1a69ae1f +SHA1 (patch-src_impl__aarch64__linux__or__android.c) = f4ef0a8273fe403658fd79c80f615e5c3d6b4e5d +SHA1 (patch-src_impl__x86__linux__or__android.c) = a9b7c73c1d25302c4986f8a732f3ae01ea902f1b diff --git a/devel/cpu_features/patches/patch-CMakeLists.txt b/devel/cpu_features/patches/patch-CMakeLists.txt index c802abea285ca..7e55e04323dba 100644 --- a/devel/cpu_features/patches/patch-CMakeLists.txt +++ b/devel/cpu_features/patches/patch-CMakeLists.txt @@ -1,15 +1,15 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2020/12/31 10:03:15 nia Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2022/05/13 10:39:35 tnn Exp $ Recognize earm as arm. ---- CMakeLists.txt.orig 2020-10-15 09:09:51.000000000 +0000 +--- CMakeLists.txt.orig 2022-03-08 10:31:24.000000000 +0000 +++ CMakeLists.txt -@@ -57,7 +57,7 @@ set(PROCESSOR_IS_POWER FALSE) - - if(CMAKE_SYSTEM_PROCESSOR MATCHES "^mips") +@@ -54,7 +54,7 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "^mips set(PROCESSOR_IS_MIPS TRUE) + elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64|arm64)") + set(PROCESSOR_IS_AARCH64 TRUE) -elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^arm") +elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm|earm)") set(PROCESSOR_IS_ARM TRUE) - elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64") - set(PROCESSOR_IS_AARCH64 TRUE) + elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(AMD64|amd64)|(^i.86$)") + set(PROCESSOR_IS_X86 TRUE) diff --git a/devel/cpu_features/patches/patch-include_cpu__features__macros.h b/devel/cpu_features/patches/patch-include_cpu__features__macros.h index 62aa1ca258137..946813b312e83 100644 --- a/devel/cpu_features/patches/patch-include_cpu__features__macros.h +++ b/devel/cpu_features/patches/patch-include_cpu__features__macros.h @@ -1,11 +1,11 @@ -$NetBSD: patch-include_cpu__features__macros.h,v 1.1 2020/12/14 15:07:49 tnn Exp $ +$NetBSD: patch-include_cpu__features__macros.h,v 1.2 2022/05/13 10:39:35 tnn Exp $ NetBSD support. ---- include/cpu_features_macros.h.orig 2020-10-15 09:09:51.000000000 +0000 +--- include/cpu_features_macros.h.orig 2022-03-08 10:31:24.000000000 +0000 +++ include/cpu_features_macros.h @@ -71,6 +71,10 @@ - #define CPU_FEATURES_OS_LINUX_OR_ANDROID + #define CPU_FEATURES_OS_FREEBSD #endif +#if defined(__NetBSD__) diff --git a/devel/cpu_features/patches/patch-src_cpuinfo__x86.c b/devel/cpu_features/patches/patch-src_cpuinfo__x86.c deleted file mode 100644 index 980f8449b6056..0000000000000 --- a/devel/cpu_features/patches/patch-src_cpuinfo__x86.c +++ /dev/null @@ -1,48 +0,0 @@ -$NetBSD: patch-src_cpuinfo__x86.c,v 1.2 2022/01/09 22:03:17 tnn Exp $ - -Use /proc/cpuinfo on NetBSD/x86 for now. -fix build on SunOS (just don't report any SSE support for now) - ---- src/cpuinfo_x86.c.orig 2020-10-15 09:09:51.000000000 +0000 -+++ src/cpuinfo_x86.c -@@ -1,3 +1,4 @@ -+ - // Copyright 2017 Google LLC - // Copyright 2020 Intel Corporation - // -@@ -97,7 +98,7 @@ - // microarchitectures. - #if defined(CPU_FEATURES_OS_WINDOWS) - #include // IsProcessorFeaturePresent --#elif defined(CPU_FEATURES_OS_LINUX_OR_ANDROID) -+#elif defined(CPU_FEATURES_OS_LINUX_OR_ANDROID) || defined(CPU_FEATURES_OS_NETBSD) - #include "internal/filesystem.h" // Needed to parse /proc/cpuinfo - #include "internal/stack_line_reader.h" // Needed to parse /proc/cpuinfo - #include "internal/string_view.h" // Needed to parse /proc/cpuinfo -@@ -106,6 +107,8 @@ - #error "Darwin needs support for sysctlbyname" - #endif - #include -+#elif defined(__sun__) -+#warning No support for SunOS - #else - #error "Unsupported OS" - #endif // CPU_FEATURES_OS -@@ -1239,7 +1242,7 @@ static void DetectSseViaOs(X86Features* - features->ssse3 = GetDarwinSysCtlByName("hw.optional.supplementalsse3"); - features->sse4_1 = GetDarwinSysCtlByName("hw.optional.sse4_1"); - features->sse4_2 = GetDarwinSysCtlByName("hw.optional.sse4_2"); --#elif defined(CPU_FEATURES_OS_LINUX_OR_ANDROID) -+#elif defined(CPU_FEATURES_OS_LINUX_OR_ANDROID) || defined(CPU_FEATURES_OS_NETBSD) - // Handling Linux platform through /proc/cpuinfo. - const int fd = CpuFeatures_OpenFile("/proc/cpuinfo"); - if (fd >= 0) { -@@ -1264,6 +1267,8 @@ static void DetectSseViaOs(X86Features* - } - CpuFeatures_CloseFile(fd); - } -+#elif defined(__sun__) -+#warning No support for SunOS - #else - #error "Unsupported fallback detection of SSE OS support." - #endif diff --git a/devel/cpu_features/patches/patch-src_impl__aarch64__linux__or__android.c b/devel/cpu_features/patches/patch-src_impl__aarch64__linux__or__android.c new file mode 100644 index 0000000000000..9e61c6b6e4227 --- /dev/null +++ b/devel/cpu_features/patches/patch-src_impl__aarch64__linux__or__android.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_impl__aarch64__linux__or__android.c,v 1.1 2022/05/13 10:39:35 tnn Exp $ + +Use /proc/cpuinfo on NetBSD/evbarm-aarch64 for now. + +--- src/impl_aarch64_linux_or_android.c.orig 2022-03-08 10:31:24.000000000 +0000 ++++ src/impl_aarch64_linux_or_android.c +@@ -15,7 +15,7 @@ + #include "cpu_features_macros.h" + + #ifdef CPU_FEATURES_ARCH_AARCH64 +-#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID) ++#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID) || defined(CPU_FEATURES_OS_NETBSD) + + #include "cpuinfo_aarch64.h" + diff --git a/devel/cpu_features/patches/patch-src_impl__x86__linux__or__android.c b/devel/cpu_features/patches/patch-src_impl__x86__linux__or__android.c new file mode 100644 index 0000000000000..b35ed935ae387 --- /dev/null +++ b/devel/cpu_features/patches/patch-src_impl__x86__linux__or__android.c @@ -0,0 +1,23 @@ +$NetBSD: patch-src_impl__x86__linux__or__android.c,v 1.1 2022/05/13 10:39:35 tnn Exp $ + +Use /proc/cpuinfo on NetBSD/x86 for now. +Add placeholder SunOS implementation to fix the build. + +--- src/impl_x86_linux_or_android.c.orig 2022-03-08 10:31:24.000000000 +0000 ++++ src/impl_x86_linux_or_android.c +@@ -15,7 +15,14 @@ + #include "cpu_features_macros.h" + + #ifdef CPU_FEATURES_ARCH_X86 +-#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID) ++#if defined(__sun) ++#include "impl_x86__base_implementation.inl" ++static void OverrideOsPreserves(OsPreserves* os_preserves) { ++} ++static void DetectFeaturesFromOs(X86Info* info, X86Features* features) { ++} ++#endif ++#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID) || defined(CPU_FEATURES_OS_NETBSD) + + #include "impl_x86__base_implementation.inl" + From f89f08c3edcfd152115ddcc8643463b827178840 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 10:41:38 +0000 Subject: [PATCH 0303/1154] z3: Portability fixes. --- math/z3/PLIST | 6 +++--- math/z3/distinfo | 10 +++++++--- .../patches/patch-scripts_mk__genfile__common.py | 4 +++- math/z3/patches/patch-scripts_mk__util.py | 16 ++++++++++++++-- math/z3/patches/patch-src_sat_ba__solver.cpp | 14 ++++++++++++++ math/z3/patches/patch-src_sat_sat__lookahead.cpp | 15 +++++++++++++++ math/z3/patches/patch-src_sat_sat__solver.cpp | 15 +++++++++++++++ .../patch-src_solver_parallel__tactic.cpp | 15 +++++++++++++++ 8 files changed, 86 insertions(+), 9 deletions(-) create mode 100644 math/z3/patches/patch-src_sat_ba__solver.cpp create mode 100644 math/z3/patches/patch-src_sat_sat__lookahead.cpp create mode 100644 math/z3/patches/patch-src_sat_sat__solver.cpp create mode 100644 math/z3/patches/patch-src_solver_parallel__tactic.cpp diff --git a/math/z3/PLIST b/math/z3/PLIST index 5064ad012c07a..0b26aaec93654 100644 --- a/math/z3/PLIST +++ b/math/z3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2018/12/18 06:46:39 kamil Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/05/13 10:41:38 jperkin Exp $ bin/z3 include/z3++.h include/z3.h @@ -14,7 +14,9 @@ include/z3_rcf.h include/z3_spacer.h include/z3_v1.h include/z3_version.h +${PLIST.java}lib/com.microsoft.z3.jar lib/libz3.so +${PLIST.java}lib/libz3java.so ${PLIST.ocaml}lib/ocaml/site-lib/Z3/META ${PLIST.ocaml}lib/ocaml/site-lib/Z3/dllz3ml.so ${PLIST.ocaml}lib/ocaml/site-lib/Z3/libz3ml.a @@ -31,5 +33,3 @@ ${PLIST.ocaml}lib/ocaml/site-lib/Z3/z3ml.cmxs ${PLIST.ocaml}lib/ocaml/site-lib/Z3/z3native.cmi ${PLIST.ocaml}lib/ocaml/site-lib/Z3/z3native.cmx ${PLIST.ocaml}lib/ocaml/site-lib/Z3/z3native.mli -${PLIST.java}lib/com.microsoft.z3.jar -${PLIST.java}lib/libz3java.so diff --git a/math/z3/distinfo b/math/z3/distinfo index 3518473b003c1..6e000ca7815ba 100644 --- a/math/z3/distinfo +++ b/math/z3/distinfo @@ -1,7 +1,11 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 10:56:13 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/05/13 10:41:38 jperkin Exp $ BLAKE2s (z3-4.8.3.tar.gz) = 18b9f2b708f35c57c4dfb425521106dd7f938296738087ff761f030bff7a3491 SHA512 (z3-4.8.3.tar.gz) = 34a2dca0083ed469fdaf5ac062dda26248633245607ddd9ef90629c5f76ae30f87bfa4191c04ba9be7a617bf182a1bd00b59fd2274699e12ece69b86088c8044 Size (z3-4.8.3.tar.gz) = 4119116 bytes -SHA1 (patch-scripts_mk__genfile__common.py) = ecedf747f4a5b4cb410898a6cb65eed2aad46d27 -SHA1 (patch-scripts_mk__util.py) = 79106c08ce39901d13eaab5a18173fcb0479dc96 +SHA1 (patch-scripts_mk__genfile__common.py) = 442da5eb2dcdfa4e4a5d70dc377c29053f58be5a +SHA1 (patch-scripts_mk__util.py) = f7059330a8ea44a566448557fae3967051e237cb +SHA1 (patch-src_sat_ba__solver.cpp) = 1e80b79c76f8e3766a60be3065ff8bd932249178 +SHA1 (patch-src_sat_sat__lookahead.cpp) = c091d8b267b5476e438888e82c9161599873264c +SHA1 (patch-src_sat_sat__solver.cpp) = 3421afbf641c47cf3b44ece9168ff3f768168343 +SHA1 (patch-src_solver_parallel__tactic.cpp) = 029a2625e19cfcfb18c4b69279dea257cfd5482f diff --git a/math/z3/patches/patch-scripts_mk__genfile__common.py b/math/z3/patches/patch-scripts_mk__genfile__common.py index ece04ec0e1e32..9c7d0bdfbc7c6 100644 --- a/math/z3/patches/patch-scripts_mk__genfile__common.py +++ b/math/z3/patches/patch-scripts_mk__genfile__common.py @@ -1,4 +1,6 @@ -$NetBSD: patch-scripts_mk__genfile__common.py,v 1.1 2020/05/31 20:49:34 joerg Exp $ +$NetBSD: patch-scripts_mk__genfile__common.py,v 1.2 2022/05/13 10:41:38 jperkin Exp $ + +Python 3 compat. --- scripts/mk_genfile_common.py.orig 2018-11-19 20:21:17.000000000 +0000 +++ scripts/mk_genfile_common.py diff --git a/math/z3/patches/patch-scripts_mk__util.py b/math/z3/patches/patch-scripts_mk__util.py index 5d567969de9ff..9fd4127d90a17 100644 --- a/math/z3/patches/patch-scripts_mk__util.py +++ b/math/z3/patches/patch-scripts_mk__util.py @@ -1,4 +1,6 @@ -$NetBSD: patch-scripts_mk__util.py,v 1.6 2020/05/31 20:49:34 joerg Exp $ +$NetBSD: patch-scripts_mk__util.py,v 1.7 2022/05/13 10:41:38 jperkin Exp $ + +Try to at least be slightly more portable. --- scripts/mk_util.py.orig 2018-11-19 20:21:17.000000000 +0000 +++ scripts/mk_util.py @@ -31,7 +33,17 @@ EXE_EXT = '' LIB_EXT = '.a' if GPROF: -@@ -2822,6 +2824,7 @@ def mk_config(): +@@ -2778,7 +2780,8 @@ def mk_config(): + EXE_EXT = '.exe' + LIB_EXT = '.lib' + else: +- raise MKException('Unsupported platform: %s' % sysname) ++ SO_EXT = '.so' ++ SLIBFLAGS = '-shared' + if is64(): + if not sysname.startswith('CYGWIN') and not sysname.startswith('MSYS') and not sysname.startswith('MINGW'): + CXXFLAGS = '%s -fPIC' % CXXFLAGS +@@ -2822,6 +2825,7 @@ def mk_config(): config.write('SLINK_FLAGS=%s\n' % SLIBFLAGS) config.write('SLINK_EXTRA_FLAGS=%s\n' % SLIBEXTRAFLAGS) config.write('SLINK_OUT_FLAG=-o \n') diff --git a/math/z3/patches/patch-src_sat_ba__solver.cpp b/math/z3/patches/patch-src_sat_ba__solver.cpp new file mode 100644 index 0000000000000..06eefa4fd0997 --- /dev/null +++ b/math/z3/patches/patch-src_sat_ba__solver.cpp @@ -0,0 +1,14 @@ +$NetBSD: patch-src_sat_ba__solver.cpp,v 1.1 2022/05/13 10:41:38 jperkin Exp $ + +Avoid ambiguous function call. + +--- src/sat/ba_solver.cpp.orig 2018-11-19 20:21:17.000000000 +0000 ++++ src/sat/ba_solver.cpp +@@ -23,6 +23,7 @@ Revision History: + #include "util/mpz.h" + #include "sat/sat_simplifier_params.hpp" + ++using std::pow; + + namespace sat { + diff --git a/math/z3/patches/patch-src_sat_sat__lookahead.cpp b/math/z3/patches/patch-src_sat_sat__lookahead.cpp new file mode 100644 index 0000000000000..569f1b664f430 --- /dev/null +++ b/math/z3/patches/patch-src_sat_sat__lookahead.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_sat_sat__lookahead.cpp,v 1.1 2022/05/13 10:41:38 jperkin Exp $ + +Avoid ambiguous function call. + +--- src/sat/sat_lookahead.cpp.orig 2018-11-19 20:21:17.000000000 +0000 ++++ src/sat/sat_lookahead.cpp +@@ -27,6 +27,8 @@ Notes: + #include "sat/sat_scc.h" + #include "util/union_find.h" + ++using std::pow; ++ + namespace sat { + lookahead::scoped_ext::scoped_ext(lookahead& p): p(p) { + if (p.m_s.m_ext) p.m_s.m_ext->set_lookahead(&p); diff --git a/math/z3/patches/patch-src_sat_sat__solver.cpp b/math/z3/patches/patch-src_sat_sat__solver.cpp new file mode 100644 index 0000000000000..0b67015c11407 --- /dev/null +++ b/math/z3/patches/patch-src_sat_sat__solver.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_sat_sat__solver.cpp,v 1.1 2022/05/13 10:41:38 jperkin Exp $ + +Avoid ambiguous function call. + +--- src/sat/sat_solver.cpp.orig 2018-11-19 20:21:17.000000000 +0000 ++++ src/sat/sat_solver.cpp +@@ -31,6 +31,8 @@ Revision History: + // define to update glue during propagation + #define UPDATE_GLUE + ++using std::pow; ++ + namespace sat { + + solver::solver(params_ref const & p, reslimit& l): diff --git a/math/z3/patches/patch-src_solver_parallel__tactic.cpp b/math/z3/patches/patch-src_solver_parallel__tactic.cpp new file mode 100644 index 0000000000000..f21d6288749d9 --- /dev/null +++ b/math/z3/patches/patch-src_solver_parallel__tactic.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_solver_parallel__tactic.cpp,v 1.1 2022/05/13 10:41:38 jperkin Exp $ + +Avoid ambiguous function call. + +--- src/solver/parallel_tactic.cpp.orig 2018-11-19 20:21:17.000000000 +0000 ++++ src/solver/parallel_tactic.cpp +@@ -42,6 +42,8 @@ Notes: + #include "solver/parallel_tactic.h" + #include "solver/parallel_params.hpp" + ++using std::pow; ++ + class parallel_tactic : public tactic { + + From a9726b1003f17ffc9e9e8035cf016b00ba6cfa6c Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 10:44:15 +0000 Subject: [PATCH 0304/1154] doc: Updated devel/cpu_features to 0.7.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5b0756f631314..0e832a9cd58b6 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2535 2022/05/13 07:36:41 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2536 2022/05/13 10:44:15 tnn Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3917,3 +3917,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/py-grpcio to 1.46.1 [adam 2022-05-13] Updated net/py-grpcio-testing to 1.46.1 [adam 2022-05-13] Updated net/py-grpcio-tools to 1.46.1 [adam 2022-05-13] + Updated devel/cpu_features to 0.7.0 [tnn 2022-05-13] From 4a90b68e973e7320da97a30d243286532d3a31ec Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 10:52:27 +0000 Subject: [PATCH 0305/1154] npm: Switch to nodeversion.mk. The latest lang/nodejs dropped support for a number of older OS, this gets npm building again. Bump PKGREVISION. --- lang/npm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/npm/Makefile b/lang/npm/Makefile index 3d242cb33063b..7faa0ad6a9094 100644 --- a/lang/npm/Makefile +++ b/lang/npm/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2022/05/05 10:52:39 adam Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/13 10:52:27 jperkin Exp $ DISTNAME= npm-8.8.0 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=npm/} GITHUB_PROJECT= cli @@ -11,8 +12,6 @@ HOMEPAGE= https://github.com/npm/cli COMMENT= Package manager for JavaScript LICENSE= artistic-2.0 -DEPENDS+= nodejs-[0-9]*:../../lang/nodejs - USE_TOOLS+= bash gmake perl MAKE_JOBS_SAFE= no # building man-pages @@ -48,5 +47,6 @@ do-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${INSTALL_ENV} ${PREFIX}/bin/node \ bin/npm-cli.js install -g -f ${PKGNAME_NOREV}.tgz +.include "../../lang/nodejs/nodeversion.mk" .include "../../lang/python/pyversion.mk" .include "../../mk/bsd.pkg.mk" From 44086bf16fbfec55b29ca5ed625566ba29f3277d Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 10:52:39 +0000 Subject: [PATCH 0306/1154] doc: Updated lang/npm to 8.8.0nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0e832a9cd58b6..cccc8aad15dec 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2536 2022/05/13 10:44:15 tnn Exp $ +$NetBSD: CHANGES-2022,v 1.2537 2022/05/13 10:52:39 jperkin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3918,3 +3918,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/py-grpcio-testing to 1.46.1 [adam 2022-05-13] Updated net/py-grpcio-tools to 1.46.1 [adam 2022-05-13] Updated devel/cpu_features to 0.7.0 [tnn 2022-05-13] + Updated lang/npm to 8.8.0nb1 [jperkin 2022-05-13] From 62be45924e95b4816e5fbd4f219d0c543b927266 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 10:54:37 +0000 Subject: [PATCH 0307/1154] yarn: Switch to nodeversion.mk, bump PKGREVISION. --- devel/yarn/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/yarn/Makefile b/devel/yarn/Makefile index ff6eacba3fd9b..5eb8e06c8554c 100644 --- a/devel/yarn/Makefile +++ b/devel/yarn/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/05/11 07:52:29 adam Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/13 10:54:37 jperkin Exp $ DISTNAME= yarn-v1.22.19 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/-v/-/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=yarnpkg/} @@ -11,8 +12,6 @@ HOMEPAGE= https://yarnpkg.com/ COMMENT= JavaScript package manager LICENSE= 2-clause-bsd -DEPENDS+= nodejs-[0-9]*:../../lang/nodejs - USE_LANGUAGES= # none INSTALLATION_DIRS= bin libexec/yarn/bin libexec/yarn/lib @@ -33,4 +32,5 @@ do-install: ${DESTDIR}${PREFIX}/bin/yarnpkg .include "../../lang/nodejs/application.mk" +.include "../../lang/nodejs/nodeversion.mk" .include "../../mk/bsd.pkg.mk" From b765600668f9ea63c7d16f9d5593fcf50485764b Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 10:54:46 +0000 Subject: [PATCH 0308/1154] doc: Updated devel/yarn to 1.22.19nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index cccc8aad15dec..6f42fe2aa7f85 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2537 2022/05/13 10:52:39 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.2538 2022/05/13 10:54:46 jperkin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3919,3 +3919,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/py-grpcio-tools to 1.46.1 [adam 2022-05-13] Updated devel/cpu_features to 0.7.0 [tnn 2022-05-13] Updated lang/npm to 8.8.0nb1 [jperkin 2022-05-13] + Updated devel/yarn to 1.22.19nb1 [jperkin 2022-05-13] From 38f37c9c3ab653189d6d944226aa16589281c7f8 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 10:56:05 +0000 Subject: [PATCH 0309/1154] ruby-execjs: Switch to nodeversion.mk, bump PKGREVISION. --- lang/ruby-execjs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/ruby-execjs/Makefile b/lang/ruby-execjs/Makefile index 232d34d1496ff..416206e3a0d9c 100644 --- a/lang/ruby-execjs/Makefile +++ b/lang/ruby-execjs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2021/05/30 09:26:57 taca Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/13 10:56:05 jperkin Exp $ DISTNAME= execjs-2.8.1 +PKGREVISION= 1 CATEGORIES= lang MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +9,6 @@ HOMEPAGE= https://github.com/rails/execjs COMMENT= Run JavaScript code from Ruby LICENSE= mit -DEPENDS+= nodejs>=4:../../lang/nodejs - +.include "../../lang/nodejs/nodeversion.mk" .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" From e46cb85820dae4b2a51c8efeb5c3ff4b5bcb5b83 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 10:56:13 +0000 Subject: [PATCH 0310/1154] doc: Updated lang/ruby-execjs to 2.8.1nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6f42fe2aa7f85..9d1b868834e9e 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2538 2022/05/13 10:54:46 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.2539 2022/05/13 10:56:13 jperkin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3920,3 +3920,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/cpu_features to 0.7.0 [tnn 2022-05-13] Updated lang/npm to 8.8.0nb1 [jperkin 2022-05-13] Updated devel/yarn to 1.22.19nb1 [jperkin 2022-05-13] + Updated lang/ruby-execjs to 2.8.1nb1 [jperkin 2022-05-13] From eb2f597289289fba8c14efa3f726734f0b0adabf Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 10:57:32 +0000 Subject: [PATCH 0311/1154] py-cfscrape: Switch to nodeversion.mk, bump PKGREVISION. --- www/py-cfscrape/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/py-cfscrape/Makefile b/www/py-cfscrape/Makefile index 1130b642d4248..973b6d1ddc2a0 100644 --- a/www/py-cfscrape/Makefile +++ b/www/py-cfscrape/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2022/01/04 20:55:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/13 10:57:32 jperkin Exp $ DISTNAME= cfscrape-2.0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www net python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cfscrape/} @@ -11,10 +11,10 @@ HOMEPAGE= https://github.com/Anorov/cloudflare-scrape COMMENT= Python module for dealing with Cloudfare protection LICENSE= mit -DEPENDS+= nodejs-[0-9]*:../../lang/nodejs DEPENDS+= ${PYPKGPREFIX}-requests>=2.6.1:../../devel/py-requests USE_LANGUAGES= # none +.include "../../lang/nodejs/nodeversion.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" From ea6023945ada3aa59e33c5299816ff1e08d818fa Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 10:57:41 +0000 Subject: [PATCH 0312/1154] doc: Updated www/py-cfscrape to 2.0.8nb2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9d1b868834e9e..68df47080ebfb 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2539 2022/05/13 10:56:13 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.2540 2022/05/13 10:57:41 jperkin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3921,3 +3921,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/npm to 8.8.0nb1 [jperkin 2022-05-13] Updated devel/yarn to 1.22.19nb1 [jperkin 2022-05-13] Updated lang/ruby-execjs to 2.8.1nb1 [jperkin 2022-05-13] + Updated www/py-cfscrape to 2.0.8nb2 [jperkin 2022-05-13] From 2aedab60e1ed4de67864f87ab10a75964a635221 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 11:24:27 +0000 Subject: [PATCH 0313/1154] redis: update to 6.2.7. ================================================================================ Redis 6.2.7 Released Wed Apr 27 12:00:00 IDT 2022 ================================================================================ Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: * (CVE-2022-24736) An attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. This issue affects all versions of Redis. [reported by Aviv Yahav]. * (CVE-2022-24735) By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. [reported by Aviv Yahav]. Potentially Breaking Fixes ========================== * LPOP/RPOP with count against non-existing list return null array (#10095) * LPOP/RPOP used to produce wrong replies when count is 0 (#9692) Performance and resource utilization improvements ================================================= * Speed optimization in command execution pipeline (#10502) * Fix regression in Z[REV]RANGE commands (by-rank) introduced in Redis 6.2 (#10337) Platform / toolchain support related improvements ================================================= * Fix RSS metrics on NetBSD and OpenBSD (#10116, #10149) * Fix OpenSSL 3.0.x related issues (#10291) Bug Fixes ========= * Lua: Add checks for min-slave-* configs when evaluating Lua scripts (#10160) * Lua: fix crash on a script call with many arguments, a regression in v6.2.6 (#9809) * Tracking: Make invalidation messages always after command's reply (#9422) * Fix excessive stream trimming due to an overflow (#10068) * Add missed error counting for INFO errorstats (#9646) * Fix geo search bounding box check causing missing results (#10018) * Improve EXPIRE TTL overflow detection (#9839) * Modules: Fix thread safety violation when a module thread adds an error reply, broken in 6.2 (#10278) * Modules: Fix missing and duplicate error stats (#10278) * Module APIs: release clients blocked on module commands in cluster resharding and down state (#9483) * Sentinel: Fix memory leak with TLS (#9753) * Sentinel: Fix issues with hostname support (#10146) * Sentinel: Fix election failures on certain container environments (#10197) --- databases/redis/Makefile | 4 ++-- databases/redis/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 014ff3549ccf8..58dd8f4291473 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2021/10/04 18:55:36 adam Exp $ +# $NetBSD: Makefile,v 1.73 2022/05/13 11:24:27 wiz Exp $ -DISTNAME= redis-6.2.6 +DISTNAME= redis-6.2.7 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 79469321a811d..a3fcc1d841129 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.65 2021/10/26 10:09:55 nia Exp $ +$NetBSD: distinfo,v 1.66 2022/05/13 11:24:27 wiz Exp $ -BLAKE2s (redis-6.2.6.tar.gz) = b86de3ec07ea4ad62d78a65e28fb7dfc76102a9d88b0af0acbe9d3ccac9c7792 -SHA512 (redis-6.2.6.tar.gz) = 9b947d26fd9e208627ed22d318ab3d0775ab0be46d98db1c1d158feac671b984e75ce33e647d196face9643f80768af47e678be1b4e1ddd3eb56dff467c46022 -Size (redis-6.2.6.tar.gz) = 2476542 bytes +BLAKE2s (redis-6.2.7.tar.gz) = 07fed6643f55bce72e5b2ca80d6f0aeaad287c1cca56db9a065d941de7563310 +SHA512 (redis-6.2.7.tar.gz) = d113094b8e31754915db7f0317d9b7969e034af3a7bac2ae0cbfad6cc61ba3aae35e9709c435abc1024a96f914df7a760b3cd18d06c375b541cfa837d1c5b953 +Size (redis-6.2.7.tar.gz) = 2487287 bytes SHA1 (patch-redis.conf) = ee657a9d82711263ceb0fb8f7d8059ed23528fe9 SHA1 (patch-src_Makefile) = 0b6f68bbb2cbf9aad655611bdd9aee8f3ed4e850 SHA1 (patch-src_hyperloglog.c) = e9bdd3c630024a6fbe02c2c1d85e26131ad938cf From d8f8800749e80574e1cb0f3db9a1e3c6d6a3edc8 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 11:24:36 +0000 Subject: [PATCH 0314/1154] doc: Updated databases/redis to 6.2.7 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 68df47080ebfb..59ac9abdca5d1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2540 2022/05/13 10:57:41 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.2541 2022/05/13 11:24:36 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3922,3 +3922,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/yarn to 1.22.19nb1 [jperkin 2022-05-13] Updated lang/ruby-execjs to 2.8.1nb1 [jperkin 2022-05-13] Updated www/py-cfscrape to 2.0.8nb2 [jperkin 2022-05-13] + Updated databases/redis to 6.2.7 [wiz 2022-05-13] diff --git a/doc/TODO b/doc/TODO index 5289d1c9a6da8..26932b37d9f0d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21854 2022/05/13 07:36:41 adam Exp $ +$NetBSD: TODO,v 1.21855 2022/05/13 11:24:36 wiz Exp $ Suggested new packages ====================== @@ -1486,7 +1486,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o rcs-5.10.0 o rdp-1.6 o rebar-3.13.2 - o redis-6.2.7 o regionset-0.2 o remind-3.03.06 o rep-gtk-0.90.8.1 From c260652744187f44317ec18f9f9ce6f73b238a1e Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 11:26:21 +0000 Subject: [PATCH 0315/1154] doc/TODO: remove ragel 7.0.2, development version --- doc/TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 26932b37d9f0d..a32bc6ed01c80 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21855 2022/05/13 11:24:36 wiz Exp $ +$NetBSD: TODO,v 1.21856 2022/05/13 11:26:21 wiz Exp $ Suggested new packages ====================== @@ -1476,7 +1476,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o racket-7.1 o radare2-cutter-2.0.1 o radiance-4R1 - o ragel-7.0.2 o rails-6.1.0 o raine-0.64.9 o rasmol-2.7.5.2 From 005e58062804916471bb1f462e245536ec086c13 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 11:41:56 +0000 Subject: [PATCH 0316/1154] pciutils: update to 3.8.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2022-04-18 Martin Mares * Released as 3.8.0. * Filters can now match devices based on partially specified class code and also on the programming interface. * Reporting of link speeds, power limits, and virtual function tags has been updated to the current PCIe specification. * We decode the Data Object Exchange capability. * Bus mapping mode works in non-zero domains. * pci_fill_info() can fetch more fields: bridge bases, programming interface, revision, subsystem vendor and device ID, OS driver, and also parent bridge. Internally, the implementation was rewritten, significantly reducing the number of corner cases to be handled. * The Windows port was revived and greatly improved by Pali Rohár. It requires less magic to compile. More importantly, it runs on both old and recent Windows systems (see README.Windows for details). * Added a new Windows back-end using the cfgmgr32 interface. It does not provide direct access to the configuration space, but basic information about the device is reported via pci_fill_info(). For back-ends of this type, we now provide an emulated read-only config space. * If the configuration space is not readable for some reason (e.g., the cfgmgr32 back-end, but also badly implemented sleep mode of some devices), lspci prints only information provided by the OS. * The Hurd back-end was greatly improved thanks to Joan Lledó. * Various minor bug fixes and improvements. * We officially require a working C99 compiler. Sorry, MSVC. * As usually, updated pci.ids to the current snapshot of the database. --- sysutils/pciutils/DESCR | 2 +- sysutils/pciutils/Makefile | 5 +-- sysutils/pciutils/PLIST | 10 ++--- sysutils/pciutils/distinfo | 13 +++--- sysutils/pciutils/patches/patch-aa | 46 ++++++++++++-------- sysutils/pciutils/patches/patch-ac | 6 +-- sysutils/pciutils/patches/patch-lib_filter.c | 42 ++++++++++++++++++ 7 files changed, 88 insertions(+), 36 deletions(-) create mode 100644 sysutils/pciutils/patches/patch-lib_filter.c diff --git a/sysutils/pciutils/DESCR b/sysutils/pciutils/DESCR index c3ddf89312bf5..91b7155a210ab 100644 --- a/sysutils/pciutils/DESCR +++ b/sysutils/pciutils/DESCR @@ -1,6 +1,6 @@ pciutils is a set of utilities used to access the PCI bus. lspci(8) lists devices and information about their resources, and setpci(8) enables the user to control the -PCI bus by writing to config registers. Additionnally, +PCI bus by writing to config registers. Additionally, liblspci.a, the library upon which those utilities are built is provided. diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 4aab716ec5b13..68a53bf5b5a54 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2022/01/09 22:31:57 tnn Exp $ +# $NetBSD: Makefile,v 1.50 2022/05/13 11:41:56 wiz Exp $ -DISTNAME= pciutils-3.7.0 -PKGREVISION= 2 +DISTNAME= pciutils-3.8.0 CATEGORIES= sysutils MASTER_SITES+= https://www.kernel.org/pub/software/utils/pciutils/ diff --git a/sysutils/pciutils/PLIST b/sysutils/pciutils/PLIST index 3c40547636545..6a5fca7036c72 100644 --- a/sysutils/pciutils/PLIST +++ b/sysutils/pciutils/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.7 2021/12/17 20:07:24 maya Exp $ -include/pciutils/config.h -include/pciutils/header.h -include/pciutils/pci.h -include/pciutils/types.h +@comment $NetBSD: PLIST,v 1.8 2022/05/13 11:41:56 wiz Exp $ +include/pci/config.h +include/pci/header.h +include/pci/pci.h +include/pci/types.h lib/lib${PCIUTILS_LIBNAME}.so lib/lib${PCIUTILS_LIBNAME}.so.3 lib/lib${PCIUTILS_LIBNAME}.so.${PKGVERSION} diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo index 54e72ba5a660f..200cc9cd13e72 100644 --- a/sysutils/pciutils/distinfo +++ b/sysutils/pciutils/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.39 2022/01/09 22:31:57 tnn Exp $ +$NetBSD: distinfo,v 1.40 2022/05/13 11:41:56 wiz Exp $ -BLAKE2s (pciutils-3.7.0.tar.gz) = da0286d390bcb46d3cba1665e33edc163a895af428af2b2f1910450839431ac3 -SHA512 (pciutils-3.7.0.tar.gz) = 37c01619264d299ac1e367a022637d60ab2bf6e5533fe9d37b2d37fdc5070563b78bfedc200b6bcb9192ce43fdec09ff350080c3e3ba504b90766d004398efc5 -Size (pciutils-3.7.0.tar.gz) = 507777 bytes -SHA1 (patch-aa) = 4c5c8950868627c7175a3544dccb6f645fd9c52d +BLAKE2s (pciutils-3.8.0.tar.gz) = ed9638a759d045122ae4b466582fa4a763d930ed8de71e59519e1f7370249d51 +SHA512 (pciutils-3.8.0.tar.gz) = 49b8ccc87cc82326744de7f0306c0245a5bb87740d3e96b18378cc07477ca176bd3ffaf699bfe9954d61381c57f65aa703c07fa6406fe2be289917dc1715600d +Size (pciutils-3.8.0.tar.gz) = 564686 bytes +SHA1 (patch-aa) = 9d852153dbad858a68b1f3503a98578d48cbcf4d SHA1 (patch-ab) = 14786e702cceaea9146f34a5a301650d2092d689 -SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29 +SHA1 (patch-ac) = 83fd2d79a7a4a05593ccd69b9d1f38e6ec4763c8 +SHA1 (patch-lib_filter.c) = 60ab18c9cd4f9850f500f11fe837006bef93ed3a SHA1 (patch-lib_i386-io-sunos.h) = 4917244d39b48d38b8173cf3031281ad1c7fec24 SHA1 (patch-lib_internal.h) = e608669ead99bb63e3c245046412b8cde5abc31a diff --git a/sysutils/pciutils/patches/patch-aa b/sysutils/pciutils/patches/patch-aa index d128578a579dc..65aaa61fea7dc 100644 --- a/sysutils/pciutils/patches/patch-aa +++ b/sysutils/pciutils/patches/patch-aa @@ -1,19 +1,19 @@ -$NetBSD: patch-aa,v 1.27 2021/12/17 20:07:24 maya Exp $ +$NetBSD: patch-aa,v 1.28 2022/05/13 11:41:57 wiz Exp $ Adapt the Makefile to make it compliant with pkgsrc. ---- Makefile.orig 2020-05-30 22:17:26.000000000 +0000 +--- Makefile.orig 2022-04-18 16:47:28.000000000 +0000 +++ Makefile @@ -1,8 +1,7 @@ # Makefile for The PCI Utilities - # (c) 1998--2020 Martin Mares + # (c) 1998--2022 Martin Mares -OPT=-O2 -CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes +CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes - VERSION=3.7.0 - DATE=2020-05-31 + VERSION=3.8.0 + DATE=2022-04-18 @@ -13,7 +12,7 @@ RELEASE= CROSS_COMPILE= @@ -23,20 +23,20 @@ Adapt the Makefile to make it compliant with pkgsrc. # Support for resolving ID's by DNS (yes/no, default: detect) DNS= -@@ -32,20 +31,20 @@ HWDB= +@@ -32,25 +31,25 @@ HWDB= ABI_VERSION=.3 # Installation directories -PREFIX=/usr/local +#PREFIX=/usr/local + BINDIR=$(PREFIX)/bin SBINDIR=$(PREFIX)/sbin -SHAREDIR=$(PREFIX)/share +SHAREDIR=$(PREFIX)/share/pciutils IDSDIR=$(SHAREDIR) -MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi) --INCDIR=$(PREFIX)/include + INCDIR=$(PREFIX)/include +MANDIR=$(PREFIX)/$(PKGMANDIR) -+INCDIR=$(PREFIX)/include/pciutils LIBDIR=$(PREFIX)/lib PKGCFDIR=$(LIBDIR)/pkgconfig @@ -44,43 +44,53 @@ Adapt the Makefile to make it compliant with pkgsrc. -INSTALL=install -DIRINSTALL=install -d -STRIP=-s +-ifdef CROSS_COMPILE -CC=$(CROSS_COMPILE)gcc +-else +-CC=cc +-endif +#INSTALL=install +#DIRINSTALL=install -d +#STRIP=-s ++#ifdef CROSS_COMPILE +#CC=$(CROSS_COMPILE)gcc ++#else ++#CC=cc ++#endif AR=$(CROSS_COMPILE)ar RANLIB=$(CROSS_COMPILE)ranlib -@@ -118,13 +117,20 @@ distclean: clean +@@ -130,14 +129,21 @@ distclean: clean install: all # -c is ignored on Linux, but required on FreeBSD -- $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7 $(DESTDIR)/$(MANDIR)/man5 -- $(INSTALL) -c -m 755 $(STRIP) lspci setpci $(DESTDIR)$(SBINDIR) +- $(DIRINSTALL) -m 755 $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7 $(DESTDIR)/$(MANDIR)/man5 +- $(INSTALL) -c -m 755 $(STRIP) lspci$(EXEEXT) $(DESTDIR)$(LSPCIDIR) +- $(INSTALL) -c -m 755 $(STRIP) setpci$(EXEEXT) $(DESTDIR)$(SBINDIR) - $(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR) - $(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR) - $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8 - $(INSTALL) -c -m 644 pcilib.7 $(DESTDIR)$(MANDIR)/man7 - $(INSTALL) -c -m 644 pci.ids.5 $(DESTDIR)$(MANDIR)/man5 ++ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(BINDIR) + $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(SBINDIR) + $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(IDSDIR) + $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(MANDIR)/man8 + $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(MANDIR)/man7 + $(BSD_INSTALL_MAN_DIR) $(DESTDIR)/$(MANDIR)/man5 -+ $(BSD_INSTALL_PROGRAM) lspci $(DESTDIR)$(SBINDIR) ++ $(BSD_INSTALL_PROGRAM) lspci $(DESTDIR)$(LSPCIDIR) + $(BSD_INSTALL_PROGRAM) setpci $(DESTDIR)$(SBINDIR) + $(BSD_INSTALL_SCRIPT) update-pciids $(DESTDIR)$(SBINDIR) + $(BSD_INSTALL_DATA) $(PCI_IDS) $(DESTDIR)$(IDSDIR) + for fn in lspci.8 setpci.8 update-pciids.8; do \ -+ $(BSD_INSTALL_MAN) $$fn $(DESTDIR)$(MANDIR)/man8; \ ++ $(BSD_INSTALL_MAN) $$fn $(DESTDIR)$(MANDIR)/man8; \ + done + $(BSD_INSTALL_MAN) pcilib.7 $(DESTDIR)$(MANDIR)/man7 + $(BSD_INSTALL_MAN) pci.ids.5 $(DESTDIR)$(MANDIR)/man5 ifeq ($(SHARED),yes) ifeq ($(LIBEXT),dylib) ln -sf $(PCILIB) $(DESTDIR)$(LIBDIR)/$(LIBNAME)$(ABI_VERSION).$(LIBEXT) -@@ -138,13 +144,14 @@ install: install-pcilib +@@ -151,13 +157,14 @@ install: install-pcilib endif install-pcilib: lib/$(PCILIB) @@ -89,14 +99,14 @@ Adapt the Makefile to make it compliant with pkgsrc. + $(BSD_INSTALL_LIB_DIR) $(DESTDIR)$(LIBDIR) + $(BSD_INSTALL_LIB) lib/$(PCILIB) $(DESTDIR)$(LIBDIR) - install-lib: $(PCIINC_INS) lib/$(PCILIBPC) install-pcilib + install-lib: $(PCIINC_INS) install-pcilib - $(DIRINSTALL) -m 755 $(DESTDIR)$(INCDIR)/pci $(DESTDIR)$(PKGCFDIR) - $(INSTALL) -c -m 644 $(PCIINC_INS) $(DESTDIR)$(INCDIR)/pci - $(INSTALL) -c -m 644 lib/$(PCILIBPC) $(DESTDIR)$(PKGCFDIR) -+ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(INCDIR) ++ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(INCDIR)/pci + $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(PKGCFDIR) -+ $(BSD_INSTALL_DATA) $(PCIINC_INS) $(DESTDIR)$(INCDIR) ++ $(BSD_INSTALL_DATA) $(PCIINC_INS) $(DESTDIR)$(INCDIR)/pci + $(BSD_INSTALL_DATA) lib/$(PCILIBPC) $(DESTDIR)$(PKGCFDIR) ifeq ($(SHARED),yes) ifeq ($(LIBEXT),dylib) - ln -sf $(LIBNAME)$(ABI_VERSION).$(LIBEXT) $(DESTDIR)$(LIBDIR)/$(LIBNAME).$(LIBEXT) + ln -sf $(PCILIB) $(DESTDIR)$(LIBDIR)/$(LIBNAME)$(ABI_VERSION).$(LIBEXT) diff --git a/sysutils/pciutils/patches/patch-ac b/sysutils/pciutils/patches/patch-ac index fa14b8b65ccb4..78f27f7649f28 100644 --- a/sysutils/pciutils/patches/patch-ac +++ b/sysutils/pciutils/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.2 2012/04/22 16:00:38 wiz Exp $ +$NetBSD: patch-ac,v 1.3 2022/05/13 11:41:57 wiz Exp $ ---- lib/libpci.pc.in.orig 2011-10-02 09:52:11.000000000 +0000 +--- lib/libpci.pc.in.orig 2020-12-06 18:17:21.000000000 +0000 +++ lib/libpci.pc.in @@ -6,6 +6,6 @@ idsdir=@IDSDIR@ Name: libpci @@ -8,5 +8,5 @@ $NetBSD: patch-ac,v 1.2 2012/04/22 16:00:38 wiz Exp $ Version: @VERSION@ -Libs: -L${libdir} -lpci +Libs: -L${libdir} -l@PCIUTILS_LIBNAME@ - Libs.private: @LDLIBS@ + Libs.private: @LDLIBS@ @WITH_LIBS@ Cflags: -I${includedir} diff --git a/sysutils/pciutils/patches/patch-lib_filter.c b/sysutils/pciutils/patches/patch-lib_filter.c new file mode 100644 index 0000000000000..99220b44ffb4e --- /dev/null +++ b/sysutils/pciutils/patches/patch-lib_filter.c @@ -0,0 +1,42 @@ +$NetBSD: patch-lib_filter.c,v 1.1 2022/05/13 11:41:57 wiz Exp $ + +/tmp//ccMwJMwZ.s: Assembler messages: +/tmp//ccMwJMwZ.s:976: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38' +/tmp//ccMwJMwZ.s:978: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38' +/tmp//ccMwJMwZ.s:980: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38' +/tmp//ccMwJMwZ.s:982: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38' +# cc -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -c -o filter.o filter.c +/tmp//ccfA72Ke.s: Assembler messages: +/tmp//ccfA72Ke.s:976: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38' +/tmp//ccfA72Ke.s:978: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38' +/tmp//ccfA72Ke.s:980: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38' +/tmp//ccfA72Ke.s:982: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38' + + +--- lib/filter.c.orig 2022-04-18 16:46:38.000000000 +0000 ++++ lib/filter.c +@@ -304,20 +304,20 @@ pci_filter_match_v30(struct pci_filter_v + + STATIC_ALIAS(void pci_filter_init(struct pci_access *a, struct pci_filter *f), pci_filter_init_v38(a, f)); + SYMBOL_VERSION(pci_filter_init_v30, pci_filter_init@LIBPCI_3.0); +-SYMBOL_VERSION(pci_filter_init_v38, pci_filter_init@LIBPCI_3.3); ++//SYMBOL_VERSION(pci_filter_init_v38, pci_filter_init@LIBPCI_3.3); + SYMBOL_VERSION(pci_filter_init_v38, pci_filter_init@@LIBPCI_3.8); + + STATIC_ALIAS(char *pci_filter_parse_slot(struct pci_filter *f, char *str), pci_filter_parse_slot_v38(f, str)); + SYMBOL_VERSION(pci_filter_parse_slot_v30, pci_filter_parse_slot@LIBPCI_3.0); +-SYMBOL_VERSION(pci_filter_parse_slot_v38, pci_filter_parse_slot@LIBPCI_3.3); ++//SYMBOL_VERSION(pci_filter_parse_slot_v38, pci_filter_parse_slot@LIBPCI_3.3); + SYMBOL_VERSION(pci_filter_parse_slot_v38, pci_filter_parse_slot@@LIBPCI_3.8); + + STATIC_ALIAS(char *pci_filter_parse_id(struct pci_filter *f, char *str), pci_filter_parse_id_v38(f, str)); + SYMBOL_VERSION(pci_filter_parse_id_v30, pci_filter_parse_id@LIBPCI_3.0); +-SYMBOL_VERSION(pci_filter_parse_id_v38, pci_filter_parse_id@LIBPCI_3.3); ++//SYMBOL_VERSION(pci_filter_parse_id_v38, pci_filter_parse_id@LIBPCI_3.3); + SYMBOL_VERSION(pci_filter_parse_id_v38, pci_filter_parse_id@@LIBPCI_3.8); + + STATIC_ALIAS(int pci_filter_match(struct pci_filter *f, struct pci_dev *d), pci_filter_match_v38(f, d)); + SYMBOL_VERSION(pci_filter_match_v30, pci_filter_match@LIBPCI_3.0); +-SYMBOL_VERSION(pci_filter_match_v38, pci_filter_match@LIBPCI_3.3); ++//SYMBOL_VERSION(pci_filter_match_v38, pci_filter_match@LIBPCI_3.3); + SYMBOL_VERSION(pci_filter_match_v38, pci_filter_match@@LIBPCI_3.8); From cf945e76a42c09a2b0ff7ab3fb153cfb289fde3f Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 11:42:06 +0000 Subject: [PATCH 0317/1154] doc: Updated sysutils/pciutils to 3.8.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 59ac9abdca5d1..7153555d40d82 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2541 2022/05/13 11:24:36 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2542 2022/05/13 11:42:06 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3923,3 +3923,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/ruby-execjs to 2.8.1nb1 [jperkin 2022-05-13] Updated www/py-cfscrape to 2.0.8nb2 [jperkin 2022-05-13] Updated databases/redis to 6.2.7 [wiz 2022-05-13] + Updated sysutils/pciutils to 3.8.0 [wiz 2022-05-13] diff --git a/doc/TODO b/doc/TODO index a32bc6ed01c80..563cca6f45b50 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21856 2022/05/13 11:26:21 wiz Exp $ +$NetBSD: TODO,v 1.21857 2022/05/13 11:42:06 wiz Exp $ Suggested new packages ====================== @@ -1301,7 +1301,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o parrot-8.1.0 o pcc-1.1.0 o pcc-current-20210421 - o pciutils-3.8.0 o pdf-redact-tools-0.1.2 o pdfpc-4.4.1 o pdmenu-1.2.87 From 93e5f70f00873ee6ec935a1fa036eb0bf19b61d1 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 11:51:58 +0000 Subject: [PATCH 0318/1154] libatomic: update to 12.1.0. Changes: not found. --- devel/libatomic/Makefile | 4 ++-- devel/libatomic/distinfo | 10 ++++++---- .../patches/patch-gcc_config_nvptx_gen-opt.sh | 15 +++++++++++++++ devel/libatomic/patches/patch-gcc_configure | 15 +++++++++++++++ 4 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 devel/libatomic/patches/patch-gcc_config_nvptx_gen-opt.sh create mode 100644 devel/libatomic/patches/patch-gcc_configure diff --git a/devel/libatomic/Makefile b/devel/libatomic/Makefile index 7e177c0fca3f1..c08be3af1889d 100644 --- a/devel/libatomic/Makefile +++ b/devel/libatomic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/04/24 19:48:52 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/13 11:51:58 wiz Exp $ -DISTNAME= gcc-11.2.0 +DISTNAME= gcc-12.1.0 PKGNAME= ${DISTNAME:S/gcc/libatomic/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gcc/${DISTNAME}/} diff --git a/devel/libatomic/distinfo b/devel/libatomic/distinfo index 5505d1d02b0f2..d880af5ad5303 100644 --- a/devel/libatomic/distinfo +++ b/devel/libatomic/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.7 2021/11/08 13:00:33 wiz Exp $ +$NetBSD: distinfo,v 1.8 2022/05/13 11:51:58 wiz Exp $ -BLAKE2s (gcc-11.2.0.tar.xz) = 528c6e78fd9ace664e49c25ffbccc8f3a7b45aa70e50ea9744b36f5719f4f11e -SHA512 (gcc-11.2.0.tar.xz) = d53a0a966230895c54f01aea38696f818817b505f1e2bfa65e508753fcd01b2aedb4a61434f41f3a2ddbbd9f41384b96153c684ded3f0fa97c82758d9de5c7cf -Size (gcc-11.2.0.tar.xz) = 80888824 bytes +BLAKE2s (gcc-12.1.0.tar.xz) = 286450a2355504683b6ce4e027ea609e790b83868fed0bfbc89041673ae02e0c +SHA512 (gcc-12.1.0.tar.xz) = 2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900 +Size (gcc-12.1.0.tar.xz) = 82701928 bytes +SHA1 (patch-gcc_config_nvptx_gen-opt.sh) = 194d39d95354dd83d2182bbca0ad77b94902faac +SHA1 (patch-gcc_configure) = 5519993521040b70d3e7c33d4f7a5d2a15436410 SHA1 (patch-libatomic_configure) = 9ca952bc6e48dc37dd79d3fb050194de460f0898 diff --git a/devel/libatomic/patches/patch-gcc_config_nvptx_gen-opt.sh b/devel/libatomic/patches/patch-gcc_config_nvptx_gen-opt.sh new file mode 100644 index 0000000000000..0fc5da40ce5ec --- /dev/null +++ b/devel/libatomic/patches/patch-gcc_config_nvptx_gen-opt.sh @@ -0,0 +1,15 @@ +$NetBSD: patch-gcc_config_nvptx_gen-opt.sh,v 1.1 2022/05/13 11:51:58 wiz Exp $ + +Fix unportable test(1) operator. + +--- gcc/config/nvptx/gen-opt.sh.orig 2022-05-06 07:30:57.000000000 +0000 ++++ gcc/config/nvptx/gen-opt.sh +@@ -56,7 +56,7 @@ EnumValue + Enum(ptx_isa) String(sm_$sm) Value(PTX_ISA_SM$sm) + EOF + +- if [ "$sm" == "$last" ]; then ++ if [ "$sm" = "$last" ]; then + # Don't end with trailing empty line. + continue + fi diff --git a/devel/libatomic/patches/patch-gcc_configure b/devel/libatomic/patches/patch-gcc_configure new file mode 100644 index 0000000000000..bb7708fa6a6cc --- /dev/null +++ b/devel/libatomic/patches/patch-gcc_configure @@ -0,0 +1,15 @@ +$NetBSD: patch-gcc_configure,v 1.1 2022/05/13 11:51:58 wiz Exp $ + +Fix unportable test(1) operator. + +--- gcc/configure.orig 2022-05-06 07:30:57.000000000 +0000 ++++ gcc/configure +@@ -6395,7 +6395,7 @@ _ACEOF + if test "$enable_largefile" != no; then + case "$host, $build" in + *-*-aix*,*|*,*-*-aix*) +- if test "$ac_cv_sizeof_ino_t" == "4" -a "$ac_cv_sizeof_dev_t" == 4; then ++ if test "$ac_cv_sizeof_ino_t" = "4" -a "$ac_cv_sizeof_dev_t" = 4; then + + $as_echo "#define HOST_STAT_FOR_64BIT_INODES stat64x" >>confdefs.h + From 0973abdfbff2f33c965ef105143ad042599ef961 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 11:52:08 +0000 Subject: [PATCH 0319/1154] doc: Updated devel/libatomic to 12.1.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7153555d40d82..7e582db31b6e3 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2542 2022/05/13 11:42:06 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2543 2022/05/13 11:52:08 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3924,3 +3924,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-cfscrape to 2.0.8nb2 [jperkin 2022-05-13] Updated databases/redis to 6.2.7 [wiz 2022-05-13] Updated sysutils/pciutils to 3.8.0 [wiz 2022-05-13] + Updated devel/libatomic to 12.1.0 [wiz 2022-05-13] diff --git a/doc/TODO b/doc/TODO index 563cca6f45b50..98008df268e89 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21857 2022/05/13 11:42:06 wiz Exp $ +$NetBSD: TODO,v 1.21858 2022/05/13 11:52:08 wiz Exp $ Suggested new packages ====================== @@ -1011,7 +1011,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o libaacs-0.11.0 o libarchive-3.5.2 o libasr-1.0.4 - o libatomic-12.1.0 o libbaloo4-21.04.0 o libbpg-0.9.8 o libbsd-0.11.5 From 4e8452cf421cd96c62f53ca67029f45467d20da1 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 12:05:59 +0000 Subject: [PATCH 0320/1154] gobject-introspection: fix Python GTK bindings not working correctly on macOS --- devel/gobject-introspection/Makefile | 5 +++- devel/gobject-introspection/distinfo | 3 +- .../patches/patch-girepository_gitypelib.c | 30 +++++++++++++++++++ 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 devel/gobject-introspection/patches/patch-girepository_gitypelib.c diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 1f86b92ac0c9c..5689d2f4bfe47 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2022/02/16 12:05:00 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2022/05/13 12:05:59 tnn Exp $ DISTNAME= gobject-introspection-1.70.0 +PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -39,7 +40,9 @@ SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,glong,g' SUBST_CLASSES+= libdirs SUBST_STAGE.libdirs= pre-configure SUBST_FILES.libdirs= giscanner/ccompiler.py +SUBST_FILES.libdirs+= girepository/gitypelib.c SUBST_VARS.libdirs= _OPSYS_LIB_DIRS +SUBST_VARS.libdirs+= PREFIX MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/girepository # For Darwin diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo index 9eef8a99b8155..1f2a2cc2b577e 100644 --- a/devel/gobject-introspection/distinfo +++ b/devel/gobject-introspection/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.47 2022/02/15 17:34:32 wiz Exp $ +$NetBSD: distinfo,v 1.48 2022/05/13 12:05:59 tnn Exp $ BLAKE2s (gobject-introspection-1.70.0.tar.xz) = 079f927cf357bc24d4df1d8130c61b9a1f3e5249f53bcf7cfe9db0989e28a4ea SHA512 (gobject-introspection-1.70.0.tar.xz) = 216b376ed423f607e36c723dd6b67975dbfb63c253f2d8bd0b3661e3d69f8c8059cf221db8c5260b0262fad1b7d738f3b2e5fbd51fdbc31e40ccb115c209baf0 Size (gobject-introspection-1.70.0.tar.xz) = 1029372 bytes +SHA1 (patch-girepository_gitypelib.c) = b5fa0fe0fc22a5dfb2b2916dfbb87e16fc732640 SHA1 (patch-giscanner_ast.py) = 06b3d8903d126028d2d5144c6d6a508209c834b9 SHA1 (patch-giscanner_ccompiler.py) = f65622421968e9daef19bafc4bd3c3d210546389 SHA1 (patch-giscanner_doctemplates_devdocs_meson.build) = d65e229db068a99ecf78e03ff0dfae809e731612 diff --git a/devel/gobject-introspection/patches/patch-girepository_gitypelib.c b/devel/gobject-introspection/patches/patch-girepository_gitypelib.c new file mode 100644 index 0000000000000..8c56177d64107 --- /dev/null +++ b/devel/gobject-introspection/patches/patch-girepository_gitypelib.c @@ -0,0 +1,30 @@ +$NetBSD: patch-girepository_gitypelib.c,v 1.1 2022/05/13 12:05:59 tnn Exp $ + +Try to look for introspectable libraries in pkgsrc's ${PREFIX}/lib before +any system default search patchs. Fixes this problem on macOS: + +python3.9 +>>> import gi +>>> from gi.repository import Gtk + +WARNING **: 13:46:16.161: Failed to load shared library 'libpango-1.0.0.dylib' +referenced by the typelib: dlopen(libpango-1.0.0.dylib, 0x0009): tried: +'libpango-1.0.0.dylib' (no such file), +'/usr/local/lib/libpango-1.0.0.dylib' (no such file), +'/usr/lib/libpango-1.0.0.dylib' (no such file) + +--- girepository/gitypelib.c.orig 2021-09-17 16:02:42.000000000 +0000 ++++ girepository/gitypelib.c +@@ -2275,6 +2275,12 @@ load_one_shared_library (const char *shl + if (m != NULL) + return m; + } ++ /* try pkgsrc lib dir */ ++ char *pkglibpath = g_build_filename ("@PREFIX@/lib", shlib, NULL); ++ m= g_module_open (pkglibpath, G_MODULE_BIND_LAZY); ++ g_free (pkglibpath); ++ if (m != NULL) ++ return m; + } + + /* Then try loading from standard paths */ From cfcca93497299ac0c8eeb4bc6ef6e27886e576bf Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 13 May 2022 13:22:58 +0000 Subject: [PATCH 0321/1154] adplay: drop maintainership. --- audio/adplay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index 4e6015fc6264a..02ff19c2e7301 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/03/28 10:43:29 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/13 13:22:58 fcambus Exp $ DISTNAME= adplay-1.8.1 PKGREVISION= 4 @@ -8,7 +8,7 @@ GITHUB_PROJECT= adplay-unix GITHUB_RELEASE= v${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/adplug/adplay-unix COMMENT= Console-based OPL2 audio player LICENSE= gnu-gpl-v2 From 0a9184fc4904647629abbdb7874bdd3bdbf15e49 Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 13 May 2022 13:26:51 +0000 Subject: [PATCH 0322/1154] adplug: drop maintainership. --- audio/adplug/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/adplug/Makefile b/audio/adplug/Makefile index e9710032a8797..2938c02ec611c 100644 --- a/audio/adplug/Makefile +++ b/audio/adplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/06/10 11:09:23 fcambus Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/13 13:26:51 fcambus Exp $ DISTNAME= adplug-2.3.3 CATEGORIES= audio devel @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=adplug/} GITHUB_RELEASE= ${PKGNAME_NOREV} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/adplug/adplug/ COMMENT= AdLib emulator library supporting many formats LICENSE= gnu-lgpl-v2.1 From 966c5b4b30602a413b9d7f8430253140c870762b Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 13 May 2022 13:28:52 +0000 Subject: [PATCH 0323/1154] geography/gdal*: Update to 3.5.0 ## Summary * [RFC 84](https://gdal.org/development/rfc/rfc84_cmake.html): Addition of a CMake build system, which deprecates the existing autoconf/automake and nmake build systems, that will be removed in GDAL 3.6.0. Users are encouraged to adopt the new CMake build system. Documentation of the CMake build system is at https://gdal.org/build_hints.html. * Add GDT_Int64 and GDT_UInt64 data types and handle them in MEM, GTiff, netCDF and Zarr drivers * Add read/write OGR Parquet (Apache Parquet) and 'Arrow' (Apache Arrow IPC File/Feather or stream) drivers. Only in CMake builds * Add OGR HANA database driver. Only in autoconf & cmake builds * Removed drivers: RDA, JPEG2000 (Jasper-based), CharLS, MG4 LIDAR, FujiBAS, IDA, INGR, ARCGEN, ArcObjects, CouchDB, Cloudant, DB2, FME, Geomedia, MDB (Java Jackess based), GTM, Ingres, MongoDB (old one. MongoDBv3 is the one to use now), REC, Walk, GMT raster, DODS raster and vector * GDAL and OGR GRASS drivers moved to https://github.com/OSGeo/gdal-grass repository * Tiger: remove deprecated write side of the driver (#4216) * Remove deprecated SWIG Perl bindings * Code linting and security fixes * Bump of shared lib major version ## Removed files * Remove deprecated testepsg utility (#3993) --- geography/gdal-lib/DESCR | 26 +++--------- geography/gdal-lib/Makefile.common | 8 ++-- geography/gdal-lib/PLIST | 68 +++++++++++++++++++++++++++++- geography/gdal-lib/buildlink3.mk | 4 +- geography/gdal-lib/distinfo | 8 ++-- 5 files changed, 83 insertions(+), 31 deletions(-) diff --git a/geography/gdal-lib/DESCR b/geography/gdal-lib/DESCR index d79a6072bec65..62bfc54a5945f 100644 --- a/geography/gdal-lib/DESCR +++ b/geography/gdal-lib/DESCR @@ -1,19 +1,7 @@ -GDAL is a translator library for raster geospatial data formats that -is released under an X/MIT style Open Source license. As a library, it -presents a single abstract data model to the calling application for -all supported formats. The related OGR library (which lives within -the GDAL source tree) provides a similar capability for simple -features vector data. It includes roughly 60 format drivers. Current -translators include: - * GeoTIFF (read/write) - * Erdas Imagine (read/write) - * ESRI .BIL (read) - * .aux labelled raw (read/write) - * DTED (read) - * SDTS DEM (read) - * CEOS (read) - * JPEG (read/write) - * PNG (read/write) - * Geosoft GXF (read) - * Arc/Info Binary Grid (read) -A full list is available at http://www.gdal.org/formats_list.html. +GDAL is a translator library for raster and vector geospatial data +formats that is released under an MIT style Open Source License by the +Open Source Geospatial Foundation. As a library, it presents a single +raster abstract data model and single vector abstract data model to +the calling application for all supported formats. It also comes with +a variety of useful command line utilities for data translation and +processing. diff --git a/geography/gdal-lib/Makefile.common b/geography/gdal-lib/Makefile.common index 72df1d3fcf39b..af0e6cc9f63bd 100644 --- a/geography/gdal-lib/Makefile.common +++ b/geography/gdal-lib/Makefile.common @@ -1,20 +1,20 @@ -# $NetBSD: Makefile.common,v 1.18 2022/05/08 12:47:20 gdt Exp $ +# $NetBSD: Makefile.common,v 1.19 2022/05/13 13:28:52 gdt Exp $ # # used by geography/gdal-lib/Makefile # used by geography/py-gdal/Makefile +VERSION_BASE= 3.5.0 # Accomodate testing unreleased versions. -VERSION_BASE= 3.4.3 #VERSION_RC= rc1 VERSION= ${VERSION_BASE}${VERSION_RC} DISTNAME= gdal-${VERSION} EXTRACT_SUFX= .tar.xz CATEGORIES= geography -MASTER_SITES= https://download.osgeo.org/gdal/${VERSION_BASE}${VERSION_RC}/ +MASTER_SITES= https://download.osgeo.org/gdal/${VERSION_BASE}/ MAINTAINER= gdt@NetBSD.org #MAINTAINER+= brook@nmsu.edu -HOMEPAGE= http://www.gdal.org/ +HOMEPAGE= http://gdal.org/ LICENSE= mit WRKSRC= ${WRKDIR}/gdal-${VERSION_BASE} diff --git a/geography/gdal-lib/PLIST b/geography/gdal-lib/PLIST index badd1494a78f5..c1a3ed4e00654 100644 --- a/geography/gdal-lib/PLIST +++ b/geography/gdal-lib/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2022/01/18 16:25:20 gdt Exp $ -@pkgdir lib/gdalplugins +@comment $NetBSD: PLIST,v 1.21 2022/05/13 13:28:52 gdt Exp $ bin/gdal-config bin/gdal_contour bin/gdal_create @@ -70,6 +69,7 @@ include/gdal_simplesurf.h include/gdal_utils.h include/gdal_version.h include/gdal_vrt.h +include/gdalcachedpixelaccessor.h include/gdalgeorefpamdataset.h include/gdalgrid.h include/gdalgrid_priv.h @@ -94,6 +94,7 @@ include/ogr_swq.h include/ogrsf_frmts.h include/rawdataset.h include/vrtdataset.h +lib/gdalplugins/drivers.ini lib/libgdal.la lib/pkgconfig/gdal.pc share/gdal/GDALLogoBW.svg @@ -113,6 +114,69 @@ share/gdal/gdalvrt.xsd share/gdal/gml_registry.xml share/gdal/gmlasconf.xml share/gdal/gmlasconf.xsd +share/gdal/grib2_center.csv +share/gdal/grib2_process.csv +share/gdal/grib2_subcenter.csv +share/gdal/grib2_table_4_2_0_0.csv +share/gdal/grib2_table_4_2_0_1.csv +share/gdal/grib2_table_4_2_0_13.csv +share/gdal/grib2_table_4_2_0_14.csv +share/gdal/grib2_table_4_2_0_15.csv +share/gdal/grib2_table_4_2_0_16.csv +share/gdal/grib2_table_4_2_0_17.csv +share/gdal/grib2_table_4_2_0_18.csv +share/gdal/grib2_table_4_2_0_19.csv +share/gdal/grib2_table_4_2_0_190.csv +share/gdal/grib2_table_4_2_0_191.csv +share/gdal/grib2_table_4_2_0_2.csv +share/gdal/grib2_table_4_2_0_20.csv +share/gdal/grib2_table_4_2_0_3.csv +share/gdal/grib2_table_4_2_0_4.csv +share/gdal/grib2_table_4_2_0_5.csv +share/gdal/grib2_table_4_2_0_6.csv +share/gdal/grib2_table_4_2_0_7.csv +share/gdal/grib2_table_4_2_10_0.csv +share/gdal/grib2_table_4_2_10_1.csv +share/gdal/grib2_table_4_2_10_191.csv +share/gdal/grib2_table_4_2_10_2.csv +share/gdal/grib2_table_4_2_10_3.csv +share/gdal/grib2_table_4_2_10_4.csv +share/gdal/grib2_table_4_2_1_0.csv +share/gdal/grib2_table_4_2_1_1.csv +share/gdal/grib2_table_4_2_1_2.csv +share/gdal/grib2_table_4_2_20_0.csv +share/gdal/grib2_table_4_2_20_1.csv +share/gdal/grib2_table_4_2_20_2.csv +share/gdal/grib2_table_4_2_2_0.csv +share/gdal/grib2_table_4_2_2_3.csv +share/gdal/grib2_table_4_2_2_4.csv +share/gdal/grib2_table_4_2_2_5.csv +share/gdal/grib2_table_4_2_3_0.csv +share/gdal/grib2_table_4_2_3_1.csv +share/gdal/grib2_table_4_2_3_2.csv +share/gdal/grib2_table_4_2_3_3.csv +share/gdal/grib2_table_4_2_3_4.csv +share/gdal/grib2_table_4_2_3_5.csv +share/gdal/grib2_table_4_2_3_6.csv +share/gdal/grib2_table_4_2_4_0.csv +share/gdal/grib2_table_4_2_4_1.csv +share/gdal/grib2_table_4_2_4_10.csv +share/gdal/grib2_table_4_2_4_2.csv +share/gdal/grib2_table_4_2_4_3.csv +share/gdal/grib2_table_4_2_4_4.csv +share/gdal/grib2_table_4_2_4_5.csv +share/gdal/grib2_table_4_2_4_6.csv +share/gdal/grib2_table_4_2_4_7.csv +share/gdal/grib2_table_4_2_4_8.csv +share/gdal/grib2_table_4_2_4_9.csv +share/gdal/grib2_table_4_2_local_Canada.csv +share/gdal/grib2_table_4_2_local_HPC.csv +share/gdal/grib2_table_4_2_local_MRMS.csv +share/gdal/grib2_table_4_2_local_NCEP.csv +share/gdal/grib2_table_4_2_local_NDFD.csv +share/gdal/grib2_table_4_2_local_index.csv +share/gdal/grib2_table_4_5.csv +share/gdal/grib2_table_versions.csv share/gdal/gt_datum.csv share/gdal/gt_ellips.csv share/gdal/header.dxf diff --git a/geography/gdal-lib/buildlink3.mk b/geography/gdal-lib/buildlink3.mk index 4b6bc8e9714ad..68e13b4ea69b1 100644 --- a/geography/gdal-lib/buildlink3.mk +++ b/geography/gdal-lib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.75 2022/04/18 19:09:51 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.76 2022/05/13 13:28:52 gdt Exp $ BUILDLINK_TREE+= gdal-lib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gdal-lib GDAL_LIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=3.0.0 -BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=3.4.2nb1 +BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=3.5.0 BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib pkgbase := gdal-lib diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo index 3a696644d3728..ab20dc74b3c5b 100644 --- a/geography/gdal-lib/distinfo +++ b/geography/gdal-lib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.54 2022/05/08 12:47:20 gdt Exp $ +$NetBSD: distinfo,v 1.55 2022/05/13 13:28:52 gdt Exp $ -BLAKE2s (gdal-3.4.3.tar.xz) = 20e121284aee5274416fd2501ae3ec588a543acc48e4cd7a5209e581bfd807cd -SHA512 (gdal-3.4.3.tar.xz) = 2b97e44b9bd84eb43b4c4894b7b6e748522b2f5e8b6cbecc8247fe5ea862795dd44ba2b52934a83688a949805cee4eef9f1aa66360fb831fea3eae956ab0bef3 -Size (gdal-3.4.3.tar.xz) = 13275504 bytes +BLAKE2s (gdal-3.5.0.tar.xz) = 0266f80bbf13d5ae9c28d66cc7b02774b616d9970ba8cd5eab18c57feaefcaff +SHA512 (gdal-3.5.0.tar.xz) = 9029996e2d8b4d98bc88f761c1922d6d1c3ddaa70c2160a4dcd057ad6aa1bbb07855afc7879b66234f73d26322d377b4b1d2cfa265e163696ab62d524c448ee6 +Size (gdal-3.5.0.tar.xz) = 8828300 bytes SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5 From 0b60d866c2ae50d746035f0afa693bfc6c036fc4 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 13 May 2022 13:29:11 +0000 Subject: [PATCH 0324/1154] doc: Updated geography/gdal-lib to 3.5.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7e582db31b6e3..f7441b051083f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2543 2022/05/13 11:52:08 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2544 2022/05/13 13:29:11 gdt Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3925,3 +3925,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/redis to 6.2.7 [wiz 2022-05-13] Updated sysutils/pciutils to 3.8.0 [wiz 2022-05-13] Updated devel/libatomic to 12.1.0 [wiz 2022-05-13] + Updated geography/gdal-lib to 3.5.0 [gdt 2022-05-13] From d67fd23ecacd3550236625e696276ab440a33256 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 13:40:36 +0000 Subject: [PATCH 0325/1154] nss: try to fix macOS/aarch64 to not detect as 32-bit --- devel/nss/distinfo | 3 +- .../nss/patches/patch-nss_coreconf_Darwin.mk | 32 +++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 devel/nss/patches/patch-nss_coreconf_Darwin.mk diff --git a/devel/nss/distinfo b/devel/nss/distinfo index aca24ddb90aed..b76f6899de298 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.152 2022/04/28 11:15:55 wiz Exp $ +$NetBSD: distinfo,v 1.153 2022/05/13 13:40:36 tnn Exp $ BLAKE2s (nss-3.78.tar.gz) = e3b30ce133b04083ff98468d2f4285ce2f740249194e52b86744d4098819f952 SHA512 (nss-3.78.tar.gz) = ab54d838f41f963fdd4b87477b1e769186ae1f138f7c5d764cd6873be4791146d14dcc85697a2ca92e08f3bfcbeb61d64e26e7b5398095272c18a8196d43ac6c @@ -14,6 +14,7 @@ SHA1 (patch-nss_cmd_platlibs.mk) = 01f4350de601b29c94e8a791a28daca226866bb6 SHA1 (patch-nss_cmd_shlibsign_sign.sh) = 7948b7b502a4c148ee185836dde8a84d3aa388af SHA1 (patch-nss_cmd_signtool_certgen.c) = cc81b591df5f0ec0216e626f0bb9d49cf91fff3f SHA1 (patch-nss_cmd_signtool_util.c) = 7bf8f7770dbbd3163b9a480b382eda91072e8bc9 +SHA1 (patch-nss_coreconf_Darwin.mk) = 5f40bb2733b88b26a40c5317d1b5edc762dfd18b SHA1 (patch-nss_coreconf_OpenBSD.mk) = 944f71fcaaa7d5b2b3ed008341b1392a65480f2b SHA1 (patch-nss_coreconf_command.mk) = a7b682d367825b48f8802fa30cee83f10680bb74 SHA1 (patch-nss_lib_certdb_alg1485.c) = 319ecd8bc83f4309fe24267a6b7b8d03f11d06cb diff --git a/devel/nss/patches/patch-nss_coreconf_Darwin.mk b/devel/nss/patches/patch-nss_coreconf_Darwin.mk new file mode 100644 index 0000000000000..0e9db88689b7f --- /dev/null +++ b/devel/nss/patches/patch-nss_coreconf_Darwin.mk @@ -0,0 +1,32 @@ +$NetBSD: patch-nss_coreconf_Darwin.mk,v 1.3 2022/05/13 13:40:36 tnn Exp $ + +try to fix macOS/aarch64 to not detect as 32-bit + +--- nss/coreconf/Darwin.mk.orig 2022-04-28 10:19:37.000000000 +0000 ++++ nss/coreconf/Darwin.mk +@@ -16,6 +16,9 @@ ifndef CPU_ARCH + # When cross-compiling, CPU_ARCH should already be defined as the target + # architecture, set to powerpc or i386. + CPU_ARCH := $(shell uname -p) ++ ifeq (arm64, $(shell uname -m)) ++ override CPU_ARCH = aarch64 ++ endif + endif + + ifeq (,$(filter-out i%86,$(CPU_ARCH))) +@@ -33,11 +36,15 @@ else + ifeq (arm,$(CPU_ARCH)) + # Nothing set for arm currently. + else ++ifeq (aarch64,$(CPU_ARCH)) ++# Nothing set for arm currently. ++else + OS_REL_CFLAGS = -Dppc + CC += -arch ppc + CCC += -arch ppc + endif + endif ++endif + + ifneq (,$(MACOS_SDK_DIR)) + GCC_VERSION_FULL := $(shell $(CC) -dumpversion) From 91afd9afafbeb5c7150260847d39101d2a542a0b Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 13 May 2022 13:47:34 +0000 Subject: [PATCH 0326/1154] revbump for gdal-lib update --- databases/postgresql-postgis2/Makefile | 4 ++-- games/flightgear/Makefile | 4 ++-- games/openmw/Makefile | 4 ++-- games/simgear/Makefile | 4 ++-- games/simgear/buildlink3.mk | 4 ++-- geography/R-rgdal/Makefile | 4 ++-- geography/R-sf/Makefile | 4 ++-- geography/mapserver/Makefile | 4 ++-- geography/merkaartor/Makefile | 4 ++-- geography/pdal-lib/Makefile | 4 ++-- geography/pdal-lib/buildlink3.mk | 4 ++-- geography/qgis/Makefile | 3 ++- geography/qlandkartegt/Makefile | 4 ++-- geography/qlandkartem/Makefile | 4 ++-- graphics/osg/Makefile | 4 ++-- graphics/osg/buildlink3.mk | 4 ++-- 16 files changed, 32 insertions(+), 31 deletions(-) diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 78870ca2679d3..8cd374ae88442 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2022/04/25 06:25:43 wiz Exp $ +# $NetBSD: Makefile,v 1.114 2022/05/13 13:47:35 gdt Exp $ # Note that the directory is still postgis2, for historical reasons. # It remains, due to inertia and the pain of renaming outweighing the @@ -7,7 +7,7 @@ MAJOR= 3.2 DISTNAME= postgis-${MAJOR}.1 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 16200824dfe73..4a75826952a59 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.136 2022/05/04 21:05:42 wiz Exp $ +# $NetBSD: Makefile,v 1.137 2022/05/13 13:47:35 gdt Exp $ DISTNAME= flightgear-2020.3.11 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/openmw/Makefile b/games/openmw/Makefile index 24a995fa3cfa9..07b9e0c773399 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2022/05/04 21:05:42 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2022/05/13 13:47:35 gdt Exp $ DISTNAME= openmw-openmw-0.47.0 PKGNAME= ${DISTNAME:S/^openmw-//1} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= games MASTER_SITES= https://gitlab.com/OpenMW/openmw/-/archive/${PKGNAME_NOREV}/ diff --git a/games/simgear/Makefile b/games/simgear/Makefile index 1ce7c390c9763..c46a696a2fb27 100644 --- a/games/simgear/Makefile +++ b/games/simgear/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.133 2022/05/04 21:05:40 wiz Exp $ +# $NetBSD: Makefile,v 1.134 2022/05/13 13:47:34 gdt Exp $ DISTNAME= simgear-2020.3.11 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= games devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/simgear/buildlink3.mk b/games/simgear/buildlink3.mk index 08aab01a5174c..830b27006653e 100644 --- a/games/simgear/buildlink3.mk +++ b/games/simgear/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.68 2022/05/04 21:05:40 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.69 2022/05/13 13:47:34 gdt Exp $ BUILDLINK_TREE+= simgear @@ -6,7 +6,7 @@ BUILDLINK_TREE+= simgear SIMGEAR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.simgear+= simgear>=2018.2.2nb7 -BUILDLINK_ABI_DEPENDS.simgear?= simgear>=2020.3.11nb8 +BUILDLINK_ABI_DEPENDS.simgear?= simgear>=2020.3.11nb9 BUILDLINK_PKGSRCDIR.simgear?= ../../games/simgear .include "../../audio/openal-soft/buildlink3.mk" diff --git a/geography/R-rgdal/Makefile b/geography/R-rgdal/Makefile index 2fd6334cad906..ac6a9ecac0aa2 100644 --- a/geography/R-rgdal/Makefile +++ b/geography/R-rgdal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2022/04/18 19:11:12 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/13 13:47:35 gdt Exp $ R_PKGNAME= rgdal R_PKGVER= 1.5-27 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= geography MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/geography/R-sf/Makefile b/geography/R-sf/Makefile index 530b1d6bbc047..4352e4b8d2d72 100644 --- a/geography/R-sf/Makefile +++ b/geography/R-sf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2022/04/18 19:11:12 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/13 13:47:35 gdt Exp $ R_PKGNAME= sf R_PKGVER= 1.0-2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= geography MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/geography/mapserver/Makefile b/geography/mapserver/Makefile index f87023a48a22f..a8a3e578f9de9 100644 --- a/geography/mapserver/Makefile +++ b/geography/mapserver/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2022/04/18 19:11:13 adam Exp $ +# $NetBSD: Makefile,v 1.97 2022/05/13 13:47:35 gdt Exp $ DISTNAME= mapserver-5.6.8 -PKGREVISION= 59 +PKGREVISION= 60 CATEGORIES= geography www MASTER_SITES= http://download.osgeo.org/mapserver/ diff --git a/geography/merkaartor/Makefile b/geography/merkaartor/Makefile index 26c1298f9d8d5..617f2b7b42680 100644 --- a/geography/merkaartor/Makefile +++ b/geography/merkaartor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.103 2022/04/18 19:11:13 adam Exp $ +# $NetBSD: Makefile,v 1.104 2022/05/13 13:47:35 gdt Exp $ DISTNAME= merkaartor-0.18.4 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GITHUB:=openstreetmap/} GITHUB_PROJECT= merkaartor diff --git a/geography/pdal-lib/Makefile b/geography/pdal-lib/Makefile index 5c55e0aebd9af..d66b2cddf7397 100644 --- a/geography/pdal-lib/Makefile +++ b/geography/pdal-lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2022/04/18 19:09:51 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/13 13:47:34 gdt Exp $ DISTNAME= PDAL-2.2.0-src PKGNAME= ${DISTNAME:S/PDAL/pdal-lib/:S/-src//} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GITHUB:=PDAL/} GITHUB_PROJECT= PDAL diff --git a/geography/pdal-lib/buildlink3.mk b/geography/pdal-lib/buildlink3.mk index bbbae5ce24122..d13dab5b109c6 100644 --- a/geography/pdal-lib/buildlink3.mk +++ b/geography/pdal-lib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2022/04/18 19:09:51 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/13 13:47:34 gdt Exp $ BUILDLINK_TREE+= pdal-lib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= pdal-lib PDAL_LIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.pdal-lib+= pdal-lib>=2.1.0 -BUILDLINK_ABI_DEPENDS.pdal-lib+= pdal-lib>=2.2.0nb5 +BUILDLINK_ABI_DEPENDS.pdal-lib+= pdal-lib>=2.2.0nb6 BUILDLINK_PKGSRCDIR.pdal-lib?= ../../geography/pdal-lib .include "../../geography/gdal-lib/buildlink3.mk" diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile index 76cf7c08691e1..554303d1dcea5 100644 --- a/geography/qgis/Makefile +++ b/geography/qgis/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.144 2022/04/27 15:58:14 gdt Exp $ +# $NetBSD: Makefile,v 1.145 2022/05/13 13:47:35 gdt Exp $ # This is intentionally 3.22 Long Term Release. Please do not update # to later branches, and instead discuss whether/how we want multiple # versions. DISTNAME= qgis-3.22.6 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= https://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/qlandkartegt/Makefile b/geography/qlandkartegt/Makefile index 44659c0a11fae..a07c51f56a0bd 100644 --- a/geography/qlandkartegt/Makefile +++ b/geography/qlandkartegt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2022/04/18 19:11:13 adam Exp $ +# $NetBSD: Makefile,v 1.78 2022/05/13 13:47:36 gdt Exp $ DISTNAME= qlandkartegt-1.4.2 -PKGREVISION= 55 +PKGREVISION= 56 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/} diff --git a/geography/qlandkartem/Makefile b/geography/qlandkartem/Makefile index 322895a87131e..c7d47e45826af 100644 --- a/geography/qlandkartem/Makefile +++ b/geography/qlandkartem/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.71 2022/04/18 19:11:13 adam Exp $ +# $NetBSD: Makefile,v 1.72 2022/05/13 13:47:36 gdt Exp $ DISTNAME= QLandkarteM.0.2.0 PKGNAME= qlandkartem-0.2.0 -PKGREVISION= 64 +PKGREVISION= 65 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/} diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index b4050269c7996..53b7909bd1cdf 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.144 2022/05/04 21:05:40 wiz Exp $ +# $NetBSD: Makefile,v 1.145 2022/05/13 13:47:34 gdt Exp $ DISTNAME= osg-3.6.5 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_GITHUB:=openscenegraph/} GITHUB_PROJECT= OpenSceneGraph diff --git a/graphics/osg/buildlink3.mk b/graphics/osg/buildlink3.mk index 5c677bf26f12b..86cb8a97e5e09 100644 --- a/graphics/osg/buildlink3.mk +++ b/graphics/osg/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.110 2022/05/04 21:05:40 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.111 2022/05/13 13:47:34 gdt Exp $ BUILDLINK_TREE+= osg @@ -6,7 +6,7 @@ BUILDLINK_TREE+= osg OSG_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.osg+= osg>=2.8.3 -BUILDLINK_ABI_DEPENDS.osg+= osg>=3.6.5nb20 +BUILDLINK_ABI_DEPENDS.osg+= osg>=3.6.5nb21 BUILDLINK_PKGSRCDIR.osg?= ../../graphics/osg .include "../../mk/bsd.fast.prefs.mk" From 3aeb2177ea5e2f750962eb155f4d9066a79110e8 Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 14:12:53 +0000 Subject: [PATCH 0327/1154] firefox: Update to 100.0 * Simplify some option logics. * Add sunaudio and jack options as audio backends. Changelog 100.0: New * We now support captions/subtitles display on YouTube, Prime Video, and Netflix videos you watch in Picture-in-Picture. Just turn on the subtitles on the in-page video player, and they will appear in PiP. * Picture-in-Picture now also supports video captions on websites that use WebVTT (Web Video Text Track) format, like Coursera.org, Canadian Broadcasting Corporation, and many more. * On the first run after install, Firefox detects when its language does not match the operating system language and offers the user a choice between the two languages. * Firefox spell checking now checks spelling in multiple languages. To enable additional languages, select them in the text field's context menu. * HDR video is now supported in Firefox on Mac --- starting with YouTube! Firefox users on macOS 11+ (with HDR-compatible screens) can enjoy higher-fidelity video content. No need to manually flip any preferences to turn HDR video support on --- just make sure battery preferences are NOT set to "optimize video streaming while on battery". * Hardware accelerated AV1 video decoding is enabled on Windows with supported GPUs (Intel Gen 11+, AMD RDNA 2 Excluding Navi 24, GeForce 30). Installing the AV1 Video Extension from the Microsoft Store may also be required. * Video overlay is enabled on Windows for Intel GPUs, reducing power usage during video playback. * Improved fairness between painting and handling other events. This noticeably improves the performance of the volume slider on Twitch. * Scrollbars on Linux and Windows 11 won't take space by default. On Linux, users can change this in Settings. On Windows, Firefox follows the system setting (System Settings > Accessibility > Visual Effects > Always show scrollbars). * Firefox now supports credit card autofill and capture in the United Kingdom. * Firefox now ignores less restricted referrer policies --- including unsafe-url, no-referrer-when-downgrade, and origin-when-cross-origin --- for cross-site subresource/iframe requests to prevent privacy leaks from the referrer. Fixed * Users can now choose preferred color schemes for websites. Theme authors can now make better decisions about which color scheme Firefox uses for menus. Web content appearance can now be changed in Settings. * Beginning in this release, the Firefox installer for Windows is signed with a SHA-256 digest, rather than SHA-1. Update KB4474419 is required for successful installation on a computer running Microsoft Windows 7. For more details about this update, visit the Microsoft Technical Support website. * In macOS 11+ we now only rasterize the fonts once per window. This means that opening a new tab is fast, and switching tabs in the same window is also fast. (There's still work to do to share fonts across windows, or to reduce the time it takes to initialize these fonts.) * The performance of deeply-nested display: grid elements is greatly improved. * Support for profiling multiple java threads has been added. * Soft-reloading a web page will no longer cause revalidation for all resources. * Non-vsync tasks are given more time to run, which improves behavior on Google docs and Twitch. * Geckoview APIs have been added to control the start/stop time of capturing a profile. * Various security fixes. Changed * Firefox has a new focus indicator for links which replaces the old dotted outline with a solid blue outline. This change unifies the focus indicators across form fields and links, which makes it easier to identify the focused link, especially for users with low vision. * New users can now set Firefox as the default PDF handler when setting Firefox as their default browser. * Some websites might not work correctly in Firefox version 100 due to Firefox's new three-digit number. You can read about it in our blog post here! See the Mozilla Support article Difficulties opening or using a website in Firefox 100 for possible workarounds you can use. There, you will also find instructions for reporting a broken website so that Mozilla can help fix the problem. Mozilla Foundation Security Advisory 2022-16 #CVE-2022-29914: Fullscreen notification bypass using popups #CVE-2022-29909: Bypassing permission prompt in nested browsing contexts #CVE-2022-29916: Leaking browser history with CSS variables #CVE-2022-29911: iframe Sandbox bypass #CVE-2022-29912: Reader mode bypassed SameSite cookies #CVE-2022-29910: Firefox for Android forgot HTTP Strict Transport Security settings #CVE-2022-29915: Leaking cross-origin redirect through the Performance API #CVE-2022-29917: Memory safety bugs fixed in Firefox 100 and Firefox ESR 91.9 #CVE-2022-29918: Memory safety bugs fixed in Firefox 100 99.0.1: Fixed * Fixed an issue for Windows users that prevented hardware video decoding on newer Intel drivers (bug 1762125) * Fixed an issue with text rendering in Bengali (bug 1763368) * Fixed a selection issue in the Download panel with drag and drop (bug 1762723) * Fixed an issue preventing Zoom gallery mode for users who go to zoom.us URLs instead of subdomain.zoom.us URLs (bug 1763801) 99.0: New * You can now toggle Narrate in ReaderMode with the keyboard shortcut "n." * You can find added support for search --- with or without diacritics --- in the PDF viewer. * The Linux sandbox has been strengthened: processes exposed to web content no longer have access to the X Window system (X11). * Firefox now supports credit card autofill and capture in Germany and France. Fixed * Various security fixes. Mozilla Foundation Security Advisory 2022-13 #CVE-2022-1097: Use-after-free in NSSToken objects #CVE-2022-28281: Out of bounds write due to unexpected WebAuthN Extensions #CVE-2022-28282: Use-after-free in DocumentL10n::TranslateDocument #CVE-2022-28283: Missing security checks for fetching sourceMapURL #CVE-2022-28284: Script could be executed via svg's use element #CVE-2022-28285: Incorrect AliasSet used in JIT Codegen #CVE-2022-28286: iframe contents could be rendered outside the border #CVE-2022-28287: Text Selection could crash Firefox #CVE-2022-24713: Denial of Service via complex regular expressions #CVE-2022-28289: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 #CVE-2022-28288: Memory safety bugs fixed in Firefox 99 --- www/firefox/Makefile | 7 +- www/firefox/distinfo | 14 +- www/firefox/options.mk | 34 ++- www/firefox/patches/patch-aa | 26 -- ...tch-js_src_jit_GenerateAtomicOperations.py | 242 ------------------ .../patch-media_libcubeb_src_cubeb__jack.cpp | 15 ++ .../patch-media_libcubeb_src_moz.build | 14 +- .../patches/patch-toolkit_moz.configure | 57 +++++ 8 files changed, 112 insertions(+), 297 deletions(-) delete mode 100644 www/firefox/patches/patch-aa delete mode 100644 www/firefox/patches/patch-js_src_jit_GenerateAtomicOperations.py create mode 100644 www/firefox/patches/patch-media_libcubeb_src_cubeb__jack.cpp create mode 100644 www/firefox/patches/patch-toolkit_moz.configure diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5962be9cf0c96..ef4de98d1951e 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.516 2022/04/18 19:12:17 adam Exp $ +# $NetBSD: Makefile,v 1.517 2022/05/13 14:12:53 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 98.0 -MOZ_BRANCH_MINOR= .2 +MOZ_BRANCH= 100.0 +MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 5e71f726632a6..672f3179777cc 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,12 +1,11 @@ -$NetBSD: distinfo,v 1.463 2022/04/03 00:22:30 ryoon Exp $ +$NetBSD: distinfo,v 1.464 2022/05/13 14:12:53 ryoon Exp $ -BLAKE2s (firefox-98.0.2.source.tar.xz) = 9304273e193d3f8ed5d5d4ddd5cc6dcfcd510a19fb8e9f4721ee94e8ee288e8f -SHA512 (firefox-98.0.2.source.tar.xz) = b567b53fcdc08491063d535545f558ea56ec5be02ca540661de116986245b79f509e0103cea5661faf9f4b3d30b67758ebdb4b30401e260ee27cbb300203f36e -Size (firefox-98.0.2.source.tar.xz) = 479907760 bytes +BLAKE2s (firefox-100.0.source.tar.xz) = 4812f3e0fb74292ce21fa024ae27e8f3aa534b58cd0bbac8e01f67d7ccc42196 +SHA512 (firefox-100.0.source.tar.xz) = 29c56391c980209ff94c02a9aba18fe27bea188bdcbcf7fe0c0f27f61e823f4507a3ec343b27cb5285cf3901843e9cc4aca8e568beb623c4b69b7282e662b2aa +Size (firefox-100.0.source.tar.xz) = 487179576 bytes BLAKE2s (nodejs-output-95.0.tgz) = c44b37d3605524a49157002f01c29f568f04194b0e635bc312de7ffdeb9a74c9 SHA512 (nodejs-output-95.0.tgz) = 2faf326f4e100b66f8597c365cc2eb5d0eee26aae92a7e2446891f2178041aa71ba16eae37000acacd43a657025ec11c18db73b112f5c49cc21cdb882da6d798 Size (nodejs-output-95.0.tgz) = 200627 bytes -SHA1 (patch-aa) = 00561a3c0e5ba884145777c2abae64644bf40097 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678 SHA1 (patch-config_gcc-stl-wrapper.template.h) = 9d1f15ff487efa9202114d19ed5668b4e7aa032a @@ -19,7 +18,6 @@ SHA1 (patch-gfx_wr_swgl_build.rs) = df6ebfaabb4d27994e59a9d0eaf12c7cf08415fb SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 4a6606da590cfb8d855bde58b9c6f90e98d0870c SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 35d20981d33ccdb1d8ffb8039e48798777f11658 SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 6cdd0fe60455eab8f9846257c2bfea207f19478b -SHA1 (patch-js_src_jit_GenerateAtomicOperations.py) = a4f30476f9d8a1889538f27a244b319fde8e4309 SHA1 (patch-js_src_jit_ProcessExecutableMemory.cpp) = fad103cc698f9828ad58f742231984ec2bc27605 SHA1 (patch-js_src_jit_arm64_vixl_MozCpu-vixl.cpp) = fdc522e3fb626b1b8a2ebf19ad60bfc25dfa4183 SHA1 (patch-js_src_util_NativeStack.cpp) = a0a16d8d8d78d3cc3f4d2a508586f1a7821f7dba @@ -27,7 +25,8 @@ SHA1 (patch-js_src_vm_ArrayBufferObject.cpp) = 0501fdcae11568ae4ea78e0d2f6b3750b SHA1 (patch-libwebrtc.diff) = ad0b7b4ef00cc43d08eb5e94a4d600fd62cd6783 SHA1 (patch-media_ffvpx_libavutil_arm_bswap.h) = de58daa0fd23d4fec50426602b65c9ea5862558a SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = 2ef11da83c90c41490db4c0d9809c3e1826b488a -SHA1 (patch-media_libcubeb_src_moz.build) = e4e64a1135cf4157ae5b6f7c1710ebd076953479 +SHA1 (patch-media_libcubeb_src_cubeb__jack.cpp) = fc546c5e6582fd5eda64ba83287dfbbb3c9e229f +SHA1 (patch-media_libcubeb_src_moz.build) = e027285ea24f2626b1328d4c6e9a31ed55445f99 SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc SHA1 (patch-media_libtheora_lib_info.c) = f6dbf536d73859a1ff78304c2e9f6a6f74dac01f SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = 2e951d7d91934751608e99628fc144632d8a3b5c @@ -38,6 +37,7 @@ SHA1 (patch-security_nss_lib_freebl_mpi_mpi.c) = a7cd867916524770609d1c307a65b31 SHA1 (patch-third__party_libwebrtc_system__wrappers_source_cpu__features__linux.cc) = b90e22b50879f7adcc1da3a993f52c0701b720f8 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = 1c1397f6177728cf9deb2b74708069b9d09509c3 SHA1 (patch-toolkit_modules_subprocess_subprocess__shared__unix.js) = 22a39e54e042ab2270a3cb54e4e307c8900cad12 +SHA1 (patch-toolkit_moz.configure) = 8de54693dc47b0993f220cc5a04af98925de1fb5 SHA1 (patch-toolkit_mozapps_installer_packager.mk) = 706635b76a7b525794aba95e95544f09e18bb662 SHA1 (patch-widget_gtk_DMABufSurface.cpp) = 72bc9554f075734df12e1748fb8965dce8318de5 SHA1 (patch-xpcom_base_nscore.h) = 1ac4d34d3c9e80bc1ac966c6c84cb320bc0fa1ec diff --git a/www/firefox/options.mk b/www/firefox/options.mk index 1e79fd02ef496..3c298dc835210 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -1,15 +1,20 @@ -# $NetBSD: options.mk,v 1.65 2022/05/05 08:21:33 nia Exp $ +# $NetBSD: options.mk,v 1.66 2022/05/13 14:12:53 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox PKG_SUPPORTED_OPTIONS= official-mozilla-branding PKG_SUPPORTED_OPTIONS+= debug debug-info mozilla-jemalloc webrtc -PKG_SUPPORTED_OPTIONS+= alsa pulseaudio dbus +PKG_SUPPORTED_OPTIONS+= dbus +PKG_SUPPORTED_OPTIONS+= alsa pulseaudio sunaudio jack -.if ${OPSYS} == "Linux" -PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc dbus webrtc -.else PKG_SUGGESTED_OPTIONS+= dbus + +.if ${OPSYS} == "Linux" +PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc webrtc +.endif + +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" +PKG_SUGGESTED_OPTIONS+= sunaudio .endif .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000 @@ -19,10 +24,8 @@ PKG_SUGGESTED_OPTIONS+= webrtc .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Malsa) -CONFIGURE_ARGS+= --enable-alsa +AUDIO_BACKENDS+= alsa .include "../../audio/alsa-lib/buildlink3.mk" -.else -CONFIGURE_ARGS+= --disable-alsa .endif .if !empty(PKG_OPTIONS:Mmozilla-jemalloc) @@ -51,10 +54,8 @@ CONFIGURE_ARGS+= --disable-debug .endif .if !empty(PKG_OPTIONS:Mpulseaudio) +AUDIO_BACKENDS+= pulseaudio .include "../../audio/pulseaudio/buildlink3.mk" -CONFIGURE_ARGS+= --enable-pulseaudio -.else -CONFIGURE_ARGS+= --disable-pulseaudio .endif .if !empty(PKG_OPTIONS:Mdbus) @@ -74,9 +75,20 @@ NO_BIN_ON_FTP= ${RESTRICTED} CONFIGURE_ARGS+= --with-branding=browser/branding/unofficial .endif +.if !empty(PKG_OPTIONS:Msunaudio) +AUDIO_BACKENDS+= sunaudio +.endif + +.if !empty(PKG_OPTIONS:Mjack) +AUDIO_BACKENDS+= jack +.include "../../audio/jack/buildlink3.mk" +.endif + .if !empty(PKG_OPTIONS:Mwebrtc) .include "../../graphics/libv4l/buildlink3.mk" CONFIGURE_ARGS+= --enable-webrtc .else CONFIGURE_ARGS+= --disable-webrtc .endif + +CONFIGURE_ARGS+= --audio-backends=${AUDIO_BACKENDS:ts,} diff --git a/www/firefox/patches/patch-aa b/www/firefox/patches/patch-aa deleted file mode 100644 index 5e0ccb240dfa1..0000000000000 --- a/www/firefox/patches/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-aa,v 1.67 2022/03/01 13:35:33 ryoon Exp $ - -* Add Sun audio support - ---- old-configure.in.orig 2022-02-02 21:01:47.000000000 +0000 -+++ old-configure.in -@@ -1335,6 +1335,19 @@ fi - AC_DEFINE_UNQUOTED(MOZ_MACBUNDLE_ID,$MOZ_MACBUNDLE_ID) - AC_SUBST(MOZ_MACBUNDLE_ID) - -+dnl ================================== -+dnl = Check sunaudio availability -+dnl ================================== -+ -+dnl If using Solaris or NetBSD, ensure that sunaudio is available -+case "$OS_TARGET" in -+SunOS|NetBSD) -+ MOZ_SUNAUDIO=1 -+ ;; -+esac -+ -+AC_SUBST(MOZ_SUNAUDIO) -+ - dnl ======================================================== - dnl = Child Process Name for IPC - dnl ======================================================== diff --git a/www/firefox/patches/patch-js_src_jit_GenerateAtomicOperations.py b/www/firefox/patches/patch-js_src_jit_GenerateAtomicOperations.py deleted file mode 100644 index 19670e1092a6c..0000000000000 --- a/www/firefox/patches/patch-js_src_jit_GenerateAtomicOperations.py +++ /dev/null @@ -1,242 +0,0 @@ -$NetBSD: patch-js_src_jit_GenerateAtomicOperations.py,v 1.1 2022/04/03 00:22:30 ryoon Exp $ - -* Fix build under 32-bit architecture, for example NetBSD/i386. - From: https://bugzilla.mozilla.org/show_bug.cgi?id=1756347 - ---- js/src/jit/GenerateAtomicOperations.py.orig 2022-03-03 09:53:14.696789711 +0000 -+++ js/src/jit/GenerateAtomicOperations.py -@@ -10,6 +10,7 @@ import buildconfig - - is_64bit = "JS_64BIT" in buildconfig.defines - cpu_arch = buildconfig.substs["CPU_ARCH"] -+is_gcc = buildconfig.substs["CC_TYPE"] == "gcc" - - - def fmt_insn(s): -@@ -19,21 +20,21 @@ def fmt_insn(s): - def gen_seqcst(fun_name): - if cpu_arch in ("x86", "x86_64"): - return r""" -- inline void %(fun_name)s() { -+ INLINE_ATTR void %(fun_name)s() { - asm volatile ("mfence\n\t" ::: "memory"); - }""" % { - "fun_name": fun_name, - } - if cpu_arch == "aarch64": - return r""" -- inline void %(fun_name)s() { -+ INLINE_ATTR void %(fun_name)s() { - asm volatile ("dmb ish\n\t" ::: "memory"); - }""" % { - "fun_name": fun_name, - } - if cpu_arch == "arm": - return r""" -- inline void %(fun_name)s() { -+ INLINE_ATTR void %(fun_name)s() { - asm volatile ("dmb sy\n\t" ::: "memory"); - }""" % { - "fun_name": fun_name, -@@ -63,7 +64,7 @@ def gen_load(fun_name, cpp_type, size, b - if barrier: - insns += fmt_insn("mfence") - return """ -- inline %(cpp_type)s %(fun_name)s(const %(cpp_type)s* arg) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(const %(cpp_type)s* arg) { - %(cpp_type)s res; - asm volatile (%(insns)s - : [res] "=r" (res) -@@ -91,7 +92,7 @@ def gen_load(fun_name, cpp_type, size, b - if barrier: - insns += fmt_insn("dmb ish") - return """ -- inline %(cpp_type)s %(fun_name)s(const %(cpp_type)s* arg) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(const %(cpp_type)s* arg) { - %(cpp_type)s res; - asm volatile (%(insns)s - : [res] "=r" (res) -@@ -117,7 +118,7 @@ def gen_load(fun_name, cpp_type, size, b - if barrier: - insns += fmt_insn("dmb sy") - return """ -- inline %(cpp_type)s %(fun_name)s(const %(cpp_type)s* arg) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(const %(cpp_type)s* arg) { - %(cpp_type)s res; - asm volatile (%(insns)s - : [res] "=r" (res) -@@ -154,7 +155,7 @@ def gen_store(fun_name, cpp_type, size, - if barrier: - insns += fmt_insn("mfence") - return """ -- inline void %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR void %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - asm volatile (%(insns)s - : - : [addr] "r" (addr), [val] "r"(val) -@@ -180,7 +181,7 @@ def gen_store(fun_name, cpp_type, size, - if barrier: - insns += fmt_insn("dmb ish") - return """ -- inline void %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR void %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - asm volatile (%(insns)s - : - : [addr] "r" (addr), [val] "r"(val) -@@ -204,7 +205,7 @@ def gen_store(fun_name, cpp_type, size, - if barrier: - insns += fmt_insn("dmb sy") - return """ -- inline void %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR void %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - asm volatile (%(insns)s - : - : [addr] "r" (addr), [val] "r"(val) -@@ -235,7 +236,7 @@ def gen_exchange(fun_name, cpp_type, siz - assert size == 64 - insns += fmt_insn("xchgq %[val], (%[addr])") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - asm volatile (%(insns)s - : [val] "+r" (val) - : [addr] "r" (addr) -@@ -266,7 +267,7 @@ def gen_exchange(fun_name, cpp_type, siz - insns += fmt_insn("cbnz %w[scratch], 0b") - insns += fmt_insn("dmb ish") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - %(cpp_type)s res; - uint32_t scratch; - asm volatile (%(insns)s -@@ -297,7 +298,7 @@ def gen_exchange(fun_name, cpp_type, siz - insns += fmt_insn("beq 0b") - insns += fmt_insn("dmb sy") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - %(cpp_type)s res; - uint32_t scratch; - asm volatile (%(insns)s -@@ -321,7 +322,7 @@ def gen_cmpxchg(fun_name, cpp_type, size - # Use a +A constraint to load `oldval` into EDX:EAX as input/output. - # `newval` is loaded into ECX:EBX. - return r""" -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, - %(cpp_type)s oldval, - %(cpp_type)s newval) { - asm volatile ("lock; cmpxchg8b (%%[addr])\n\t" -@@ -337,7 +338,7 @@ def gen_cmpxchg(fun_name, cpp_type, size - } - if cpu_arch == "arm" and size == 64: - return r""" -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, - %(cpp_type)s oldval, - %(cpp_type)s newval) { - uint32_t oldval0 = oldval & 0xffff'ffff; -@@ -380,7 +381,7 @@ def gen_cmpxchg(fun_name, cpp_type, size - assert size == 64 - insns += fmt_insn("lock; cmpxchgq %[newval], (%[addr])") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, - %(cpp_type)s oldval, - %(cpp_type)s newval) { - asm volatile (%(insns)s -@@ -425,7 +426,7 @@ def gen_cmpxchg(fun_name, cpp_type, size - insns += fmt_insn("cbnz %w[scratch], 0b") - insns += fmt_insn("1: dmb ish") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, - %(cpp_type)s oldval, - %(cpp_type)s newval) { - %(cpp_type)s res, scratch; -@@ -466,7 +467,7 @@ def gen_cmpxchg(fun_name, cpp_type, size - insns += fmt_insn("beq 0b") - insns += fmt_insn("1: dmb sy") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, - %(cpp_type)s oldval, - %(cpp_type)s newval) { - %(cpp_type)s res, scratch; -@@ -501,7 +502,7 @@ def gen_fetchop(fun_name, cpp_type, size - assert size == 64 - insns += fmt_insn("lock; xaddq %[val], (%[addr])") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - asm volatile (%(insns)s - : [val] "+&r" (val) - : [addr] "r" (addr) -@@ -539,7 +540,7 @@ def gen_fetchop(fun_name, cpp_type, size - insns = insns.replace("OP", op) - insns += fmt_insn("jnz 0b") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - %(cpp_type)s res, scratch; - asm volatile (%(insns)s - : [res] "=&a" (res), [scratch] "=&r" (scratch) -@@ -581,7 +582,7 @@ def gen_fetchop(fun_name, cpp_type, size - insns += fmt_insn("cbnz %w[scratch2], 0b") - insns += fmt_insn("dmb ish") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - %(cpp_type)s res; - uintptr_t scratch1, scratch2; - asm volatile (%(insns)s -@@ -621,7 +622,7 @@ def gen_fetchop(fun_name, cpp_type, size - insns += fmt_insn("beq 0b") - insns += fmt_insn("dmb sy") - return """ -- inline %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { -+ INLINE_ATTR %(cpp_type)s %(fun_name)s(%(cpp_type)s* addr, %(cpp_type)s val) { - %(cpp_type)s res; - uintptr_t scratch1, scratch2; - asm volatile (%(insns)s -@@ -665,12 +666,12 @@ def gen_copy(fun_name, cpp_type, size, u - insns += fmt_insn("str %x[scratch], [%x[dst], OFFSET]") - elif cpu_arch == "arm": - if size == 1: -- insns += fmt_insn("ldrb %[scratch], [%[src], OFFSET]") -- insns += fmt_insn("strb %[scratch], [%[dst], OFFSET]") -+ insns += fmt_insn("ldrb %[scratch], [%[src], #OFFSET]") -+ insns += fmt_insn("strb %[scratch], [%[dst], #OFFSET]") - else: - assert size == 4 -- insns += fmt_insn("ldr %[scratch], [%[src], OFFSET]") -- insns += fmt_insn("str %[scratch], [%[dst], OFFSET]") -+ insns += fmt_insn("ldr %[scratch], [%[src], #OFFSET]") -+ insns += fmt_insn("str %[scratch], [%[dst], #OFFSET]") - else: - raise Exception("Unexpected arch") - insns = insns.replace("OFFSET", str(offset * size)) -@@ -681,7 +682,7 @@ def gen_copy(fun_name, cpp_type, size, u - offset -= 1 - - return """ -- inline void %(fun_name)s(uint8_t* dst, const uint8_t* src) { -+ INLINE_ATTR void %(fun_name)s(uint8_t* dst, const uint8_t* src) { - %(cpp_type)s* dst_ = reinterpret_cast<%(cpp_type)s*>(dst); - const %(cpp_type)s* src_ = reinterpret_cast(src); - %(cpp_type)s scratch; -@@ -853,6 +854,13 @@ def generate_atomics_header(c_out): - "constexpr size_t JS_GENERATED_ATOMICS_WORDSIZE = " + str(wordsize) + ";\n" - ) - -+ # Work around a GCC issue on 32-bit x86 by adding MOZ_NEVER_INLINE. -+ # See bug 1756347. -+ if is_gcc and cpu_arch == "x86": -+ contents = contents.replace("INLINE_ATTR", "MOZ_NEVER_INLINE inline") -+ else: -+ contents = contents.replace("INLINE_ATTR", "inline") -+ - c_out.write( - HEADER_TEMPLATE - % { diff --git a/www/firefox/patches/patch-media_libcubeb_src_cubeb__jack.cpp b/www/firefox/patches/patch-media_libcubeb_src_cubeb__jack.cpp new file mode 100644 index 0000000000000..386f3088255dc --- /dev/null +++ b/www/firefox/patches/patch-media_libcubeb_src_cubeb__jack.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-media_libcubeb_src_cubeb__jack.cpp,v 1.3 2022/05/13 14:12:53 ryoon Exp $ + +* Enable strdup(3) for NetBSD too. + +--- media/libcubeb/src/cubeb_jack.cpp.orig 2022-04-28 22:03:04.000000000 +0000 ++++ media/libcubeb/src/cubeb_jack.cpp +@@ -8,7 +8,7 @@ + */ + #define _DEFAULT_SOURCE + #define _BSD_SOURCE +-#ifndef __FreeBSD__ ++#if !defined(__FreeBSD__) && !defined(__NetBSD__) + #define _POSIX_SOURCE + #endif + #include "cubeb-internal.h" diff --git a/www/firefox/patches/patch-media_libcubeb_src_moz.build b/www/firefox/patches/patch-media_libcubeb_src_moz.build index 9b643fc37257e..623cf11b0ec72 100644 --- a/www/firefox/patches/patch-media_libcubeb_src_moz.build +++ b/www/firefox/patches/patch-media_libcubeb_src_moz.build @@ -1,10 +1,10 @@ -$NetBSD: patch-media_libcubeb_src_moz.build,v 1.20 2020/04/09 14:01:26 ryoon Exp $ +$NetBSD: patch-media_libcubeb_src_moz.build,v 1.21 2022/05/13 14:12:53 ryoon Exp $ -* Add Sun audio support +* Add Sun audio support ---- media/libcubeb/src/moz.build.orig 2020-04-03 19:35:03.000000000 +0000 +--- media/libcubeb/src/moz.build.orig 2022-04-28 22:02:59.000000000 +0000 +++ media/libcubeb/src/moz.build -@@ -23,6 +23,12 @@ if CONFIG['MOZ_ALSA']: +@@ -22,6 +22,12 @@ if CONFIG['MOZ_ALSA']: ] DEFINES['USE_ALSA'] = True @@ -14,6 +14,6 @@ $NetBSD: patch-media_libcubeb_src_moz.build,v 1.20 2020/04/09 14:01:26 ryoon Exp + ] + DEFINES['USE_SUN'] = True + - if CONFIG['MOZ_PULSEAUDIO'] or CONFIG['MOZ_JACK']: - SOURCES += [ - 'cubeb_resampler.cpp', + if ( + CONFIG["MOZ_PULSEAUDIO"] + or CONFIG["MOZ_JACK"] diff --git a/www/firefox/patches/patch-toolkit_moz.configure b/www/firefox/patches/patch-toolkit_moz.configure new file mode 100644 index 0000000000000..533208cde55bb --- /dev/null +++ b/www/firefox/patches/patch-toolkit_moz.configure @@ -0,0 +1,57 @@ +$NetBSD: patch-toolkit_moz.configure,v 1.14 2022/05/13 14:12:53 ryoon Exp $ + +* Add Sun audio support and enable for NetBSD and SunOS by default. +* Enable ALSA for NetBSD too. + +--- toolkit/moz.configure.orig 2022-04-28 23:01:47.000000000 +0000 ++++ toolkit/moz.configure +@@ -198,6 +198,10 @@ def audio_backends_default(target): + return ("sndio",) + elif target.os == "OSX": + return ("audiounit",) ++ elif target.os == "NetBSD": ++ return ("sunaudio",) ++ elif target.os == "SunOS": ++ return ("sunaudio",) + elif target.os == "WINNT": + return ("wasapi",) + else: +@@ -216,6 +220,7 @@ option( + "oss", + "pulseaudio", + "sndio", ++ "sunaudio", + "wasapi", + ), + default=audio_backends_default, +@@ -236,6 +241,7 @@ def imply_alsa(values, target): + any("alsa" in value for value in values) + and target.kernel != "Linux" + and target.os != "FreeBSD" ++ and target.os != "NetBSD" + ): + die("Cannot enable ALSA on %s", target.os) + return any("alsa" in value for value in values) or None +@@ -290,6 +296,13 @@ def imply_sndio(values, target): + die("Cannot enable sndio on %s", target.os) + return any("sndio" in value for value in values) or None + ++@depends("--enable-audio-backends", target) ++def imply_sunaudio(values, target): ++ if any("sunaudio" in value for value in values) and ( ++ target.os != "NetBSD" and target.os != "SunOS" ++ ): ++ die("Cannot enable sunaudio on %s", target.os) ++ return any("sunaudio" in value for value in values) or None + + @depends("--enable-audio-backends", target) + def imply_wasapi(values, target): +@@ -314,6 +327,8 @@ imply_option("--enable-pulseaudio", impl + + imply_option("--enable-sndio", imply_sndio, reason="--enable-audio-backends") + ++set_config("MOZ_SUNAUDIO", imply_sunaudio, when="--enable-audio-backends") ++ + set_config("MOZ_WASAPI", imply_wasapi, when="--enable-audio-backends") + + # ALSA cubeb backend From bb2686e6f3da9b0d830407b53b8bbbe7c95f6f5d Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 14:13:35 +0000 Subject: [PATCH 0328/1154] doc: Updated www/firefox to 100.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f7441b051083f..80ca60971349b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2544 2022/05/13 13:29:11 gdt Exp $ +$NetBSD: CHANGES-2022,v 1.2545 2022/05/13 14:13:35 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3926,3 +3926,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/pciutils to 3.8.0 [wiz 2022-05-13] Updated devel/libatomic to 12.1.0 [wiz 2022-05-13] Updated geography/gdal-lib to 3.5.0 [gdt 2022-05-13] + Updated www/firefox to 100.0 [ryoon 2022-05-13] From 040029aaff6a54205350bf98ba1f23f9369ecc2a Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 14:13:55 +0000 Subject: [PATCH 0329/1154] firefox-l10n: Update to 100.0 * Sync with www/firefox-100.0. --- www/firefox-l10n/Makefile | 4 +- www/firefox-l10n/distinfo | 590 +++++++++++++++++++------------------- 2 files changed, 297 insertions(+), 297 deletions(-) diff --git a/www/firefox-l10n/Makefile b/www/firefox-l10n/Makefile index 86e34e7730bae..a42b755e88998 100644 --- a/www/firefox-l10n/Makefile +++ b/www/firefox-l10n/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.223 2022/04/03 00:24:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.224 2022/05/13 14:13:55 ryoon Exp $ -FIREFOX_VER= 98.0.2 +FIREFOX_VER= 100.0 PKGNAME= firefox-l10n-${FIREFOX_VER:S/b/beta/:S/esr//} DISTNAME= # empty CATEGORIES= www diff --git a/www/firefox-l10n/distinfo b/www/firefox-l10n/distinfo index db9f980289aea..101c211851ec7 100644 --- a/www/firefox-l10n/distinfo +++ b/www/firefox-l10n/distinfo @@ -1,296 +1,296 @@ -$NetBSD: distinfo,v 1.206 2022/04/03 00:24:01 ryoon Exp $ +$NetBSD: distinfo,v 1.207 2022/05/13 14:13:55 ryoon Exp $ -BLAKE2s (firefox-l10n-98.0.2/ach.xpi) = 883c5e5245ea3f2731de959f5cd46ec85f556a5eb3ccc7663377eff5c99f39b8 -SHA512 (firefox-l10n-98.0.2/ach.xpi) = dae2b44134d7424ec55dfe3b18c68add16e67e139543055527cfacb3f9aa21ab00fe096c32131119acae0f5873408daa5b832bac2516fc4ea597a0e36745ae35 -Size (firefox-l10n-98.0.2/ach.xpi) = 449114 bytes -BLAKE2s (firefox-l10n-98.0.2/af.xpi) = 62ec4c6189ca55066f2a4343e8dc1a2f6dedc6244c9d160bca8053a520ee337c -SHA512 (firefox-l10n-98.0.2/af.xpi) = 09548a40ca600d2010ee2bc794a2db8f9a10df4a6c142e0cf01587e3d39ab9f332e6e258f91f588cd145c42c652b0c90eb421e439235490923776f5b219450d2 -Size (firefox-l10n-98.0.2/af.xpi) = 415426 bytes -BLAKE2s (firefox-l10n-98.0.2/an.xpi) = 2ac419309859559efde6e1530605eb5bfecaf128bf504b04cf01fa5746ab3f31 -SHA512 (firefox-l10n-98.0.2/an.xpi) = 3ce820252b38887918bc797a031face2d19cca8ed7870ee4b3bf5ea9764e852de473ac97d2055763647ad23adc57b752c0365ef122975b9cdb008b532263d713 -Size (firefox-l10n-98.0.2/an.xpi) = 495404 bytes -BLAKE2s (firefox-l10n-98.0.2/ar.xpi) = f5a17aea8f2a0c9d435135417a11926d69813c349245168d31ac329ed4456270 -SHA512 (firefox-l10n-98.0.2/ar.xpi) = 8074da6c1df49184bc6b06ab184caf31be127f43a5b7c3de5d191833f3d737a65c53317cac0d6c43a6c7074332007fa63305d6d14f52e51920792d1aacd67f52 -Size (firefox-l10n-98.0.2/ar.xpi) = 564962 bytes -BLAKE2s (firefox-l10n-98.0.2/ast.xpi) = d485de86fc00489ee9d86239cb9af8eb35e52ccdfe6e391f2faaab01c9a83b27 -SHA512 (firefox-l10n-98.0.2/ast.xpi) = fb9fa854eab5ea44698da18fc77b75f5c781e0ac53f748416bb2f9617ebf80f00596c167cf09449e13616f1a9165781192ab0f3ad61046a409bb1b04503353d1 -Size (firefox-l10n-98.0.2/ast.xpi) = 493534 bytes -BLAKE2s (firefox-l10n-98.0.2/az.xpi) = 080e1d2d15a664a741c368882152707f46b3297f4c2587514edac64a7833d384 -SHA512 (firefox-l10n-98.0.2/az.xpi) = 47cb63559055f35370b9407bd2d24e7f2351d4e40beb87d4d352f4fc93c8108f1f7a9c262b01dc2be5d603dc2f626a06581fab58c26bff85c92eaa11d6e31296 -Size (firefox-l10n-98.0.2/az.xpi) = 484500 bytes -BLAKE2s (firefox-l10n-98.0.2/be.xpi) = c6cd9550469739d3d35ea80c5a99bad1590153e5b234e98102da72b38106c7b5 -SHA512 (firefox-l10n-98.0.2/be.xpi) = 2fe3e5c2c4a7aa024746aebd8bb91e4985b55a721cf0ad2de0b62fad1c1575d549168dace6c0585757cac1cd59f31a1d452328b9e073852dc25e68a449b16240 -Size (firefox-l10n-98.0.2/be.xpi) = 622449 bytes -BLAKE2s (firefox-l10n-98.0.2/bg.xpi) = d8dadd37410fb6fa1084236b175b1d0f22b55df3a564d53ef8e0b6194b0a29a1 -SHA512 (firefox-l10n-98.0.2/bg.xpi) = 30af19d470a4978f72fdeb645a5b0c68e1fbe9ee70a77fd275be62eea15fec7842f2e36c9718eb3467d4c6eefd10f09e1481900157f298933263c1619dffddab -Size (firefox-l10n-98.0.2/bg.xpi) = 564861 bytes -BLAKE2s (firefox-l10n-98.0.2/bn.xpi) = 64dac316d796e9f2ea349082e746eadb2e28eb660fc27ddad74246f301b1bbe5 -SHA512 (firefox-l10n-98.0.2/bn.xpi) = 99827acb8457849b41313f7fb324611528f45dfe04bc08c9468c92cbfb5895665fb6a580f0b34055792c800fa8c1c4bdd29aa451db17833de2e71c7883d2f961 -Size (firefox-l10n-98.0.2/bn.xpi) = 554271 bytes -BLAKE2s (firefox-l10n-98.0.2/br.xpi) = 1b83207343f4dbd10bec65360572fb961bbe980ba746c1a1cc935ef651d06983 -SHA512 (firefox-l10n-98.0.2/br.xpi) = 143775cd7bab34bce5abc6598e5676c25a6c6b0ee7acea75978b2cdb637ce771017575101788f6876acdb9272c4de10e2bed57624570e34abefcf597562d8177 -Size (firefox-l10n-98.0.2/br.xpi) = 529022 bytes -BLAKE2s (firefox-l10n-98.0.2/bs.xpi) = dcfa64ee6cbce38bd380f09d4bc93a5d0ba0b2f769ba06e99d6191edbc0b7da2 -SHA512 (firefox-l10n-98.0.2/bs.xpi) = b5d13abe08985f347e8cf2740099a1b9afba1b814da4e9878eec2309fcb440020ab1a2f269b7759812ef475d94bb297775ed169848ff7f893ba06300390a4ba1 -Size (firefox-l10n-98.0.2/bs.xpi) = 459067 bytes -BLAKE2s (firefox-l10n-98.0.2/ca-valencia.xpi) = 30af2542419af16df8d21842bd0cf8faf3b6da2b7fe9f2c07d793c80d30a532a -SHA512 (firefox-l10n-98.0.2/ca-valencia.xpi) = a9252eb384867b6cac5b56aa6795af5e4105c3dc1323398830f3bb8e967834d2eb24461310db9dad3def1052da253343b9cdf6d209e560b1c4d41ae56e325470 -Size (firefox-l10n-98.0.2/ca-valencia.xpi) = 536649 bytes -BLAKE2s (firefox-l10n-98.0.2/ca.xpi) = 82f6051fb217263c29b6751a834275f11c5ce6069ff16ecbf82546bdf103fc57 -SHA512 (firefox-l10n-98.0.2/ca.xpi) = 315cec8596850dd0bd8cd89770901004d2ffd80be18d98188d3e1920b95d443805f43d279b036420a4b1ea7cb430c76ae145ba07160639d8cf6ceb35dc21f5ef -Size (firefox-l10n-98.0.2/ca.xpi) = 529102 bytes -BLAKE2s (firefox-l10n-98.0.2/cak.xpi) = 68269767dc81236d751188b31dae5e17298215163b830840b220ca463dc7bb03 -SHA512 (firefox-l10n-98.0.2/cak.xpi) = 46fa5ff468cafb6753a6829a08d281327604f444603924c643f888518c754d6467c1840a3feff8838c193c44cb6404a62c4f0b00dfc9a20180c06e6a14724bbe -Size (firefox-l10n-98.0.2/cak.xpi) = 552683 bytes -BLAKE2s (firefox-l10n-98.0.2/cs.xpi) = 0ff638e4677e5d36de20157c3068c6a9d435446526e342bcb4534759dcaf5f8a -SHA512 (firefox-l10n-98.0.2/cs.xpi) = 098b56f16b3cd3ed4f4677b6dce26364260342cd7d48717fa774c5e27323abc50acc40a7a5d07dd29c7691b68e5de04916bae85b9c66305add63c392a9cfe2a3 -Size (firefox-l10n-98.0.2/cs.xpi) = 563942 bytes -BLAKE2s (firefox-l10n-98.0.2/cy.xpi) = 4d03928e6f47746350daa60a20165388d57cc2dd38bc1d2a72836c5340bbf581 -SHA512 (firefox-l10n-98.0.2/cy.xpi) = a77c2a1c0afa804b92ecb3d57c5c3e3fc2470302e52d6301480ed2ed00ee8cb4f111025f29fbc391ecf8f8dd77355a674f6f0b022a13cca560bde8c7fcb717c9 -Size (firefox-l10n-98.0.2/cy.xpi) = 543646 bytes -BLAKE2s (firefox-l10n-98.0.2/da.xpi) = 0a63f7f7ccf2a79fb3f46d980883d9bc850efd279ab8e4753c600424a3b8956c -SHA512 (firefox-l10n-98.0.2/da.xpi) = 71ae5f7e5fb35c1903d9261a8dc08d57619eb23e1fa1d51315eb4a8a9a902f1c25a68ef5c5b97720e7155696df37be1c828da8bb97135e3f87e96547aab43f99 -Size (firefox-l10n-98.0.2/da.xpi) = 535636 bytes -BLAKE2s (firefox-l10n-98.0.2/de.xpi) = 1abc2beee9a0f01f6906c4a5969c87d7d5208d28b527df10aed9b43153308e96 -SHA512 (firefox-l10n-98.0.2/de.xpi) = 1458ec0b4c0091bfcf2d140cb4f36b46216ba9b23960ae1ed0270e785eec0beb56295bb2c5f5adf38636c9f713c90b92538d0fc27910d15be0a5168fee750552 -Size (firefox-l10n-98.0.2/de.xpi) = 555199 bytes -BLAKE2s (firefox-l10n-98.0.2/dsb.xpi) = bc0c9f2fad3f78514b9ace6c38b40e13f0d9d1ceef41838d0a950698cf008ec0 -SHA512 (firefox-l10n-98.0.2/dsb.xpi) = a087c0d5c303e3240ec2fab9b680fe1df99433733509743f76bd31445341a2f28b33bb457ad07d376d1ce20c6fe4c87e7cdfbe2b9df02326ecc46712864b32fd -Size (firefox-l10n-98.0.2/dsb.xpi) = 568150 bytes -BLAKE2s (firefox-l10n-98.0.2/el.xpi) = 7968315b0e8543448bbd678711f0510bd8698a8a410dfdc502db1aac9427a5e8 -SHA512 (firefox-l10n-98.0.2/el.xpi) = ff49b16929e009308b879374278a8e26476a4a43e4c48848d5302bf5a4f410667a1a517bd03cfeed5a8346056a3bb87ad76b81082d7f5b08d8d5b3f0f9360c4c -Size (firefox-l10n-98.0.2/el.xpi) = 641163 bytes -BLAKE2s (firefox-l10n-98.0.2/en-CA.xpi) = f9d8dc1b9368527e69ff8afe3bebc65485e9498dd845655829bbe805e0050762 -SHA512 (firefox-l10n-98.0.2/en-CA.xpi) = a50e957ce1aa6ad3c95742f5dbadb42322ae5a6e7ef384677118b0d04de449c1b8f44b79919856125a75ca10455fce58be225a1214a1fb312109147ed853896e -Size (firefox-l10n-98.0.2/en-CA.xpi) = 512243 bytes -BLAKE2s (firefox-l10n-98.0.2/en-GB.xpi) = 5a5f31b5887682001c45c36860c0af97be3d21b2ae183213bb743ae1eb80a35b -SHA512 (firefox-l10n-98.0.2/en-GB.xpi) = 892b17ac30e246ca5ac487d530777ab6d58f204bb4c64a8956c6b854296bc072c39adc23aca34e67e36cbaa036f6bd8b789d34615f04711b7ac5e143a6923428 -Size (firefox-l10n-98.0.2/en-GB.xpi) = 512579 bytes -BLAKE2s (firefox-l10n-98.0.2/en-US.xpi) = fad043fa98d4649de877fbd3f619884557466006e523dba1743a5a9d02837bf2 -SHA512 (firefox-l10n-98.0.2/en-US.xpi) = 991aba605ba9561c4acf1449bc489c996d6547893349d8e8499703215c185ec24ef427454ea7541d2adbe903b55948ef3ede808e413b73b3570f0a95d4b77d40 -Size (firefox-l10n-98.0.2/en-US.xpi) = 495808 bytes -BLAKE2s (firefox-l10n-98.0.2/eo.xpi) = b6b112782ba3018de1253510524236b005abaa6dabcd144a39226b8245d5ee7e -SHA512 (firefox-l10n-98.0.2/eo.xpi) = 5d72d9fb631f2d96bd17921201fa8d4e7d94a3e4d65bc7c1ef2a75f4aa7ae3b4a274e615f3e35c563293900ce0456297d6c6f0ec9d09de0af8e1f928c0ced0b4 -Size (firefox-l10n-98.0.2/eo.xpi) = 534791 bytes -BLAKE2s (firefox-l10n-98.0.2/es-AR.xpi) = 032f4807ecffa9c8c31cdfb46cd14a1ba7fbbb5942801062178252807c7a1708 -SHA512 (firefox-l10n-98.0.2/es-AR.xpi) = a7f987461038c6d1feeb7a883001d305875465bbcff0c84d71d9bd26c086661c43cded28606717596c47f6fbbf03886978df937d64fbd527edaab7c628c70b9d -Size (firefox-l10n-98.0.2/es-AR.xpi) = 548276 bytes -BLAKE2s (firefox-l10n-98.0.2/es-CL.xpi) = d37370e5b33eeea93e39f9d5993d1fa7d3d90fceff9f0e3a8fb367f98ed6c2c3 -SHA512 (firefox-l10n-98.0.2/es-CL.xpi) = 661b830ed1bfab642714d33076ff8791e4c828ce35b8d1f369434e4a76ce0cc47b01810a9f3ecc87750c22f83fabf0700b08779fcde80f8c887bd938425c4991 -Size (firefox-l10n-98.0.2/es-CL.xpi) = 547622 bytes -BLAKE2s (firefox-l10n-98.0.2/es-ES.xpi) = c78ea7e86e72446ea6c12cfa20d8576295817f838602dc53a74caab2d94cf4be -SHA512 (firefox-l10n-98.0.2/es-ES.xpi) = 92194479fb2668e36481add62ab6b9557e1c6b156885f792e442b239ce6f42939ddcd5343d4d3e1af13c76186a52e7eec59d0b68c9b5bf825aee60f9b92bb985 -Size (firefox-l10n-98.0.2/es-ES.xpi) = 538893 bytes -BLAKE2s (firefox-l10n-98.0.2/es-MX.xpi) = 2eb0e4048ead9af6e7c51fecd549d6cfd28bcf0a8f43f62e0541cab799164e4d -SHA512 (firefox-l10n-98.0.2/es-MX.xpi) = ed18fed39766fcbd9c147522d3c7bd7c366e60e7e027c678d187362fd64abcd1843f002dfcda50bf58ba6ce91f455cdfe4447b2cc82d1e847c02c564a8583904 -Size (firefox-l10n-98.0.2/es-MX.xpi) = 551616 bytes -BLAKE2s (firefox-l10n-98.0.2/et.xpi) = 878edeb48e9f6c01331677856e1c974ffc1a1e2fbf82c480cfcbde44c5678581 -SHA512 (firefox-l10n-98.0.2/et.xpi) = 155d02773cbc85bf4eb61efc1c8464eb706494743afb3c76ad14a714bbad8df9714a9f9e6d3be9394cb4cc7b4e2fdf891bda840e85b774197f06f0113f3f1c03 -Size (firefox-l10n-98.0.2/et.xpi) = 529512 bytes -BLAKE2s (firefox-l10n-98.0.2/eu.xpi) = 6f4462c80effb515d18e4cc98dec7137312e8996c159378618c48eb5a076839f -SHA512 (firefox-l10n-98.0.2/eu.xpi) = d0b1cf2433c1cb0982f1e07c411c22f20f21d06f507c0a7e8b53ee04d3fb267df7efaf2898cb89b26b640517745490542859b3d20ccbb095b274ca999845d5ac -Size (firefox-l10n-98.0.2/eu.xpi) = 537994 bytes -BLAKE2s (firefox-l10n-98.0.2/fa.xpi) = b638757aed23899c835741203c2ff3cb1e55bfcd80f435dfeee6fce0c5ab442a -SHA512 (firefox-l10n-98.0.2/fa.xpi) = f4c901a1420ca1f4b756517d0650cfb9273f8f03366ce1e1b8ddac8c697299292324cea75f1fd8dfa6f8163a3de5a9049bb83602277d09e7b80297cc0a8f235f -Size (firefox-l10n-98.0.2/fa.xpi) = 561232 bytes -BLAKE2s (firefox-l10n-98.0.2/ff.xpi) = e896613364719ada5c59ec430907f4154c4c1c3e4efcd621aeb49a7dcebb6fe4 -SHA512 (firefox-l10n-98.0.2/ff.xpi) = 66d26e1bc69d47e381b3a8418911ee95a075d0de302e5641e433fbdcca9d1251d5215270d3ef03dc2971a653b04b501ca4d11a5a9bfa30fbd979bb754dfc18f4 -Size (firefox-l10n-98.0.2/ff.xpi) = 468220 bytes -BLAKE2s (firefox-l10n-98.0.2/fi.xpi) = 2e49f508130473510824ef8cf3c66b364dc3e7db759961ca592643ec0fbd8a97 -SHA512 (firefox-l10n-98.0.2/fi.xpi) = e776ceca5c9d00a0ebc1e43b8e19c500bdefdc21ed0d3cbbfbb8b039667ae754d612dcf2b9a7dddba7740e082adaa1d50dc60e1fcee8c759fee7f94836616174 -Size (firefox-l10n-98.0.2/fi.xpi) = 532698 bytes -BLAKE2s (firefox-l10n-98.0.2/fr.xpi) = 4f5aa1f09de3f82cc811316a2b6712df35d6c332138e6bea6574bb60c2135508 -SHA512 (firefox-l10n-98.0.2/fr.xpi) = 3aaf8f5023b57ad81f135473f369ee7b0ee38734fc4cb6e7bbaf0c835922cb2085183482f38adbd8f4ecc1bfdac3b29fb3eda21c1ab957ff6e8c1f3af868b17e -Size (firefox-l10n-98.0.2/fr.xpi) = 559539 bytes -BLAKE2s (firefox-l10n-98.0.2/fy-NL.xpi) = 3568d4345db25c07982a8ae3e0c174da30aadf42ab2722bcd64e2293a6792f10 -SHA512 (firefox-l10n-98.0.2/fy-NL.xpi) = a65d5e120caf0f004c524ccd7c1996e81f31af11fcaf1808f74c5d834adf224a653f6538cd1af7d7ae815530110d8fb02c09d70984ebb988f411194f721b46d6 -Size (firefox-l10n-98.0.2/fy-NL.xpi) = 544627 bytes -BLAKE2s (firefox-l10n-98.0.2/ga-IE.xpi) = 388aae51199d94da0f1323fac03965a5b7ae60da8b2ed2b507b0b3cb7462a0bf -SHA512 (firefox-l10n-98.0.2/ga-IE.xpi) = 03dd6d1a6e3c43dc00e29560ea13fc1ac4e157f352722a8f551e66c40f4f782eb69977684e32c787a89489310badae16de05a6bbe98064b4f187319fdb828958 -Size (firefox-l10n-98.0.2/ga-IE.xpi) = 465499 bytes -BLAKE2s (firefox-l10n-98.0.2/gd.xpi) = a64c59ee0bd9b2a2c564623b2dcb7f452db240519a8134dfeed11886b8ab2ac4 -SHA512 (firefox-l10n-98.0.2/gd.xpi) = 2a9e23cbb7663c9740618f10214dedf95ce8598774c25db98d1b8faa54f08063211515f48e8ddcbd6a7e265df31684b856413ab9b9fe9ad66125ea12e8887f66 -Size (firefox-l10n-98.0.2/gd.xpi) = 528881 bytes -BLAKE2s (firefox-l10n-98.0.2/gl.xpi) = 72103bf88c249b0435685dc1908be3ce02cf4adf55705fae109936b22b5901eb -SHA512 (firefox-l10n-98.0.2/gl.xpi) = 47b6212426910a1cb853668968bd452913adaaa8d4562e8f7294a2a78864e916d5b98ad886510319e9d14af4259df886c9cc215b03cb7df1e13ecfd79a01f1c1 -Size (firefox-l10n-98.0.2/gl.xpi) = 541877 bytes -BLAKE2s (firefox-l10n-98.0.2/gn.xpi) = 2a5b9ee76e20e4460b6b861b3d5abc5cf7de3b354b606688fa3bc2ec64b4dce9 -SHA512 (firefox-l10n-98.0.2/gn.xpi) = cc2c83616cb5ba45b2ad8edf2e164d9f8f98910113491b5ca8f6fffdfa97edcf12635eb1c3057472c6fd47f8e83ba18298c67439b4bfe7edfb0df460a2418663 -Size (firefox-l10n-98.0.2/gn.xpi) = 559407 bytes -BLAKE2s (firefox-l10n-98.0.2/gu-IN.xpi) = c368208ce4807e8741846c3cff527a4dd96f810fbe5a67e6828ac1e26392c1d9 -SHA512 (firefox-l10n-98.0.2/gu-IN.xpi) = 9234b834ebc50f95741ccb6c4961647eb591333331787c0316b0ead4c9adc8762dedc78d02409828bd54c70a3e49df4357132979fe4cb803036d111e51da2a54 -Size (firefox-l10n-98.0.2/gu-IN.xpi) = 525485 bytes -BLAKE2s (firefox-l10n-98.0.2/he.xpi) = e10c3ae878d35e32bef2f37a63fe3145987ac60a57036b51a349e1977657bcb0 -SHA512 (firefox-l10n-98.0.2/he.xpi) = 3fef56ca896973e7aa08832d29740ea710de2001606e58a673721563212db3ebeac0833118f0a28225c7dd868b039bd0b05b25e35cb423b3268e50b1d051297a -Size (firefox-l10n-98.0.2/he.xpi) = 558305 bytes -BLAKE2s (firefox-l10n-98.0.2/hi-IN.xpi) = 3073fd0ad8c49f7b245ce958cf8cf6b4b1fdd4b7c1954b097ea71039ffd907f3 -SHA512 (firefox-l10n-98.0.2/hi-IN.xpi) = 78cec2379f207b5819cb171df59931a4b2f4c3de7e47b39389f2b84abb6d24e64aa5e1dae5d2afd87f02cb64fa8da4da66c9df6673d702e07ea4141a0fc739da -Size (firefox-l10n-98.0.2/hi-IN.xpi) = 555960 bytes -BLAKE2s (firefox-l10n-98.0.2/hr.xpi) = df9831550c039a069bb69c97ea7fc54a065062e35659e0c9807759deb3133ede -SHA512 (firefox-l10n-98.0.2/hr.xpi) = 38962c221ef1a90bdfc8ac95d0891348fbbe4d943617116d2d413dce5ce163148014f3bb9f27ba6ad4d49a2c0bd222bde514e174543bc9d91fbd3af24172b170 -Size (firefox-l10n-98.0.2/hr.xpi) = 530102 bytes -BLAKE2s (firefox-l10n-98.0.2/hsb.xpi) = fc9a02a56857eb1ba041d1eb8500044efd860c0c5708e7b8bcfa53c3c8ea3894 -SHA512 (firefox-l10n-98.0.2/hsb.xpi) = 3eda4669d547a8cb54285cb5d8fcb0e4f78daf253516ddd2e1fb151680051755f17b6bb10a0ceb4004cb32cfd534b581927d05f6f58b2bc132a0b5e86a2bd2b1 -Size (firefox-l10n-98.0.2/hsb.xpi) = 564232 bytes -BLAKE2s (firefox-l10n-98.0.2/hu.xpi) = defddc2358b26638d80e6f7745ae4b82f6ed9dbee43737a06589ec56ae193449 -SHA512 (firefox-l10n-98.0.2/hu.xpi) = 8c1aeb6f085ce3bdc4c5f6f973ffd3b532bc38dce4d77ba709bef306d41fa12ba141a055d989079867b8456724ca1690678fb081595518d7a79cdc6d74d3ea3f -Size (firefox-l10n-98.0.2/hu.xpi) = 567465 bytes -BLAKE2s (firefox-l10n-98.0.2/hy-AM.xpi) = fabcb683f6a317f6dfce6f1bb1898f8ea36932b566175c3f9ae1e56a49827af4 -SHA512 (firefox-l10n-98.0.2/hy-AM.xpi) = c012d0381946122d4c0e1a170aed2bbea9a0b5cbd9d7ce776f8225e83acddfa8763f831e6c1ec616beef3e344c2c0664e7d9c06cd47d5dcf3444d5ec50fbf87d -Size (firefox-l10n-98.0.2/hy-AM.xpi) = 578966 bytes -BLAKE2s (firefox-l10n-98.0.2/ia.xpi) = 5029ede8b0304c3f9ed3bd5bcd5ec7c65231293d8f1425d27cf41882e3505258 -SHA512 (firefox-l10n-98.0.2/ia.xpi) = 69a874db6b74fe2c925fb3b1702b4b4779d1dbe17940623d394c1cd52547bd3502bfa3b768bca1bbe8a68500a6d904ae26bda8b48c654eb76724737fc9ae6a91 -Size (firefox-l10n-98.0.2/ia.xpi) = 533677 bytes -BLAKE2s (firefox-l10n-98.0.2/id.xpi) = d8d9b0ef3f3e78737b0f7a78ed80bdccd4ea2a087b486ecc8297b4fcf455acf0 -SHA512 (firefox-l10n-98.0.2/id.xpi) = a81b9530ef09979edf5ebe8ff1628416eab3acb0b8682a53328117dd6b3fab74e93ea1ae80e4b807681afe577ffe89791d39a0027f3ac0175d3574a48cd8c8d5 -Size (firefox-l10n-98.0.2/id.xpi) = 528725 bytes -BLAKE2s (firefox-l10n-98.0.2/is.xpi) = 368cf33dc60ed4b56315837cdd910c2009ab1c1ddf88e92debcdedecedd59715 -SHA512 (firefox-l10n-98.0.2/is.xpi) = a6527e549541412a7822793e6edb63524c106973612e1107d53e1de1f668603625cd0f747db2ac1f4fcfe347603675b50167d8dbcd79b7e2898f8a237ca569ff -Size (firefox-l10n-98.0.2/is.xpi) = 536089 bytes -BLAKE2s (firefox-l10n-98.0.2/it.xpi) = 0e469bc1c145343237beaa3855fbcb1a273e6436a0d892616c37f0375ddabcf0 -SHA512 (firefox-l10n-98.0.2/it.xpi) = f7c0d88d7b713bb5f673795a932a4729316ebffa53feea328857f92203bfef5e1418291ed5845488a7bdeb3d7a5a9f2c212b8b4c1c1d4b24044a612973c706c3 -Size (firefox-l10n-98.0.2/it.xpi) = 460872 bytes -BLAKE2s (firefox-l10n-98.0.2/ja.xpi) = 0aca1ced1585119d3aaec772eea4f21bb5a9ee455db49fcf54e2c33b1010ae99 -SHA512 (firefox-l10n-98.0.2/ja.xpi) = 88cd55adc38143494c79b3e3a41991e0b7e8bdd638771282a67ea23203ea80d9f4340b25c5b3bf7b6def41c9bbd52b519af0883efc29868636af59c1272dbe11 -Size (firefox-l10n-98.0.2/ja.xpi) = 589750 bytes -BLAKE2s (firefox-l10n-98.0.2/ka.xpi) = 322f3229299bc05793638b81efbf4931c31b762590de14ba38d18a14cba4c56c -SHA512 (firefox-l10n-98.0.2/ka.xpi) = a0d84cb034672ade48949107b00f941ec483b572d5c9e28a8d19a5e491e9a60b5e8ed35f002937f441a037aebd9ad1909d7493aa071d3fd29feffae9b2cfed92 -Size (firefox-l10n-98.0.2/ka.xpi) = 592745 bytes -BLAKE2s (firefox-l10n-98.0.2/kab.xpi) = 7fe161832c6850fc8abf0c7ea6c649665acf9d9213749316c826106c283aa077 -SHA512 (firefox-l10n-98.0.2/kab.xpi) = ee2a1933c95b6db2631128f7075bbaec02f36ccc2f96d32fa05c34164332d3038d5c58b4904dc9614f496519f1c59eaf26209372511d892cfc371e0724f65914 -Size (firefox-l10n-98.0.2/kab.xpi) = 546513 bytes -BLAKE2s (firefox-l10n-98.0.2/kk.xpi) = 4697f1a859d7c22f0f4649fcdbec15120d1060f6a5acee300870478886c9bbe7 -SHA512 (firefox-l10n-98.0.2/kk.xpi) = a96e2f3c2699a4278dbfe962f6ded1982dc073ad8201f822fb516266eb908eb4ef2ce1f882819bacc9b40c020a15c31b15270aa8471aebdaf1834522f9176e20 -Size (firefox-l10n-98.0.2/kk.xpi) = 615286 bytes -BLAKE2s (firefox-l10n-98.0.2/km.xpi) = cf6b015fc99c815ec6e256357e3fa9a3f7db566511c7470d3989bf0a8397db47 -SHA512 (firefox-l10n-98.0.2/km.xpi) = 29bd4321c4784cd1544ceff60e71f1f83111b95c2628267fa7a0a25d9435a616d0e261b12a5b2f69045edcb5ab84f3a46575bd526b074b62511625246cf6ceeb -Size (firefox-l10n-98.0.2/km.xpi) = 525561 bytes -BLAKE2s (firefox-l10n-98.0.2/kn.xpi) = d78a24bf1bb523faa14407928e01bc7b19a4840a6abe4596ad4a354041d24168 -SHA512 (firefox-l10n-98.0.2/kn.xpi) = 85decbbcf490ede3915f3cb4e3bf27d452b84e7f664e40e784dd22f38462740390e6577a1f7370ebc71a100fe05b8e4d66ca63bef3c8e28db28fa2ca2b92d4f8 -Size (firefox-l10n-98.0.2/kn.xpi) = 491262 bytes -BLAKE2s (firefox-l10n-98.0.2/ko.xpi) = 9fbed4c312d345dac3219577140037c0fb73b8dbf5c85e8cd7e65e04099f4af7 -SHA512 (firefox-l10n-98.0.2/ko.xpi) = d3405b0c2ee29c45f14821ab678df2d9959395fa420ccd26153b12dd27d4268492436fdb38910d780a6ca628fae3f2eb149fbd6f99438940c37a12222a0fd672 -Size (firefox-l10n-98.0.2/ko.xpi) = 580642 bytes -BLAKE2s (firefox-l10n-98.0.2/lij.xpi) = b5b56c23c6bab65eb73d19cfed551aeaf2efeae79f62a952297efb4fb664e5d0 -SHA512 (firefox-l10n-98.0.2/lij.xpi) = 31cdfe60f371d76fdcdd559b85e594bbd3b69522ff61a9a695ea629fa7d267f46ee5d9dc9464c79d432859a4fc001d807fe0318f92842abd31e676be18f8521c -Size (firefox-l10n-98.0.2/lij.xpi) = 467064 bytes -BLAKE2s (firefox-l10n-98.0.2/lt.xpi) = 816fe978878a6afe5dc3e4132109d83397db0690c75dae9bf82bdd1c63b37d5e -SHA512 (firefox-l10n-98.0.2/lt.xpi) = f5d4fd79d2eb657725d9d31bdb8290306014ba4a7e5e60202cf51e8d27ced63148409c8501d68419116dab065bb344fd71a2bcb4a40bcf3df70be27fbff4f4f1 -Size (firefox-l10n-98.0.2/lt.xpi) = 559741 bytes -BLAKE2s (firefox-l10n-98.0.2/lv.xpi) = 0a5d3d616668bd434768374a4c81e051eaa6a2297034eaeca26896a334a613a1 -SHA512 (firefox-l10n-98.0.2/lv.xpi) = b7e6110b645f760e490e74fa81a3743578119e2807cdb8866beb448fbaaccf407b21f7353609ce2bb092fac99c756a9170c5cd638bb462c8e0e7e9ea97e4206e -Size (firefox-l10n-98.0.2/lv.xpi) = 459220 bytes -BLAKE2s (firefox-l10n-98.0.2/mk.xpi) = 7f3a5b185a8a9d665d77b88ac8514f32675593c7db69b16679dacc411541d56d -SHA512 (firefox-l10n-98.0.2/mk.xpi) = d1d426a8f04363b3260e0614e9e4ff71ddb9e804906a5cd1034053fade157948ec97d205b6ed040a8025f9f060c91b4243ac93ee99df77090168c98cfdce45db -Size (firefox-l10n-98.0.2/mk.xpi) = 458851 bytes -BLAKE2s (firefox-l10n-98.0.2/mr.xpi) = 9da63309d35cd3b4bf62d252b92589ae578f56e7b35e6cde2f7b5ca8956d0f94 -SHA512 (firefox-l10n-98.0.2/mr.xpi) = 545da72168acf5dd7fd1b18fe4eaaf18d456a63272a8c01b019f721c28735776a1218407324cc0b124a5840ea5b11d0cb100270a4f54af7f26a628d481ce2e16 -Size (firefox-l10n-98.0.2/mr.xpi) = 528072 bytes -BLAKE2s (firefox-l10n-98.0.2/ms.xpi) = 237e956942f4df5cb6199e83102e71cfdeb67c0862f04fa42146ca5ed7763a07 -SHA512 (firefox-l10n-98.0.2/ms.xpi) = 0386e2551266f50c03a1fd056dcbba22894de961f44bb59aa044c7ffb23512a04eb22382d3afc763bb993dd4032850d4acc553a433f6f175f888331d33549255 -Size (firefox-l10n-98.0.2/ms.xpi) = 444224 bytes -BLAKE2s (firefox-l10n-98.0.2/my.xpi) = 51ff9c518bb3af2c9ff0c7904f44c48271a521f2c095bc8a9667f4b80ddb8d4c -SHA512 (firefox-l10n-98.0.2/my.xpi) = e32bb12de96d51eaab13ae19907af5fe2194deebdef3d2d3f7412e40ac89aefed5252ee8f5bfafeb37268f4e615a7438ffe50f7cebc6c04c8525c7f879ea2b00 -Size (firefox-l10n-98.0.2/my.xpi) = 507146 bytes -BLAKE2s (firefox-l10n-98.0.2/nb-NO.xpi) = 247b62a4872436c226f4bc48ca799107ffbb33722972dc2b3629ee8a922b6378 -SHA512 (firefox-l10n-98.0.2/nb-NO.xpi) = 44b183f944c0be87d6b3ca32609a9d28bb64acdec026c0528da68b7d3b7b6bbc4aee299bc569000fefd3942d0d3b6fff4cb577585664e7c314b628951f18ba62 -Size (firefox-l10n-98.0.2/nb-NO.xpi) = 530495 bytes -BLAKE2s (firefox-l10n-98.0.2/ne-NP.xpi) = 0a628b50d5713debba4d325fae99657805853b7cf57ba1f094cfaa96e7218f57 -SHA512 (firefox-l10n-98.0.2/ne-NP.xpi) = cacd13d26953ee9e4333165f512e8844119115e6cb7aca0fa2ed29b6773e3b7caa85b63c8d8a4959834e3dda3dcbb4ace0d4c1cce5504c5bcdbe4ae46fdd2dce -Size (firefox-l10n-98.0.2/ne-NP.xpi) = 477716 bytes -BLAKE2s (firefox-l10n-98.0.2/nl.xpi) = 7180ede1aaca6e24170ec224a14de7dc541d3563380923b08bff62f4d7440b9a -SHA512 (firefox-l10n-98.0.2/nl.xpi) = 843b9718ffd5c796c69ff85b2d7352c18f1e5e7fe5d30a9c871684451dded5c9b12d471f666a9fb335c140e8e6559e5d2bb692031262fd2e385d6e0623508357 -Size (firefox-l10n-98.0.2/nl.xpi) = 538883 bytes -BLAKE2s (firefox-l10n-98.0.2/nn-NO.xpi) = c8b0461563f395591c840c5f83e3bddc1ce47fb7c17e4d31b805bfc448a9e6ef -SHA512 (firefox-l10n-98.0.2/nn-NO.xpi) = bd65d0151ff0874b215966195b10fa864b312bc5d07d438e0ba642ef1a115e1431b2fc98604074848194cdf1aa982f0632b34c128b939c48d80400b5cdc2ab85 -Size (firefox-l10n-98.0.2/nn-NO.xpi) = 532920 bytes -BLAKE2s (firefox-l10n-98.0.2/oc.xpi) = 4c2fbbaaa736cfdf42774d95bfc6eec88798f3f2bf73bba4fde56a5362b8b436 -SHA512 (firefox-l10n-98.0.2/oc.xpi) = 7cfa3050ffc049b3200165c1078441a466eb4d597178ce123db69e103dc6e682cf9a3e36c225c0b81afda981e92967a9c53a5cc28b155a19be4b0c94f2db3d93 -Size (firefox-l10n-98.0.2/oc.xpi) = 553369 bytes -BLAKE2s (firefox-l10n-98.0.2/pa-IN.xpi) = 7cf1d566a34b39e5f1dfe43076a6f3901ea3e86a80dea2a69128a353b7ab888e -SHA512 (firefox-l10n-98.0.2/pa-IN.xpi) = 0542ca8d5bc45d0382822c67dd4c367f6bef09d93855284a5224398ba3039daa7099725b06bb1f1eb71cdf5c3e78c87c97f39d3de102fd96653ba1135de47972 -Size (firefox-l10n-98.0.2/pa-IN.xpi) = 594951 bytes -BLAKE2s (firefox-l10n-98.0.2/pl.xpi) = 4e677882a9f60d483c4d7d8090b2bc6e3aedf569a4633da37368d88341669f9b -SHA512 (firefox-l10n-98.0.2/pl.xpi) = cb054d1a7b8f04883f7aa38ab11cecc8fbf85d3dcd7be873f9bef589403532fa41d093c468d7b7ed247fcf4a79ee77d0409996fc6defa19acb417e27701eef64 -Size (firefox-l10n-98.0.2/pl.xpi) = 558278 bytes -BLAKE2s (firefox-l10n-98.0.2/pt-BR.xpi) = 9907048d38aa198e57278beef8713f5e6e4bc287c6061a665bdc37d461fbea61 -SHA512 (firefox-l10n-98.0.2/pt-BR.xpi) = e94aae56684a44a311bcb1cea79160bafcda88a0809e822f60f4c4c27d135b95b9ac65af0fad3d80f96f5765f04e3bfb6eee82203c67967d38856e218bff630a -Size (firefox-l10n-98.0.2/pt-BR.xpi) = 544102 bytes -BLAKE2s (firefox-l10n-98.0.2/pt-PT.xpi) = 7760b80017b0b1a8fe8a0b23f11ac48bb7e73e210bea8c7a7666910a9e90cf8d -SHA512 (firefox-l10n-98.0.2/pt-PT.xpi) = c635881c271dff5e60eacf0f20b791104111ec6608eca3adbb91801dedec33ae57c6cb61c86791adcb9652c61a7f22bb551e4c67082f8292ac05cf3fddf3ba1b -Size (firefox-l10n-98.0.2/pt-PT.xpi) = 547538 bytes -BLAKE2s (firefox-l10n-98.0.2/rm.xpi) = c777a5fa2b0f0863bebb6fe9a296de7b6a4a176833134e087d494c965485bc22 -SHA512 (firefox-l10n-98.0.2/rm.xpi) = b1b7086452d9a8a8d21d035dbf2af60870e66e4c2471b21129b82a8738b4b88ec8cd776ff9fe49dc42d9803cc1fe5150b554e220aed0d43134a2576c4ab38df7 -Size (firefox-l10n-98.0.2/rm.xpi) = 538511 bytes -BLAKE2s (firefox-l10n-98.0.2/ro.xpi) = c83db818454d40ab2420dac3b50173ce0bb8129eaf2e83fd186f4a34fc2564f2 -SHA512 (firefox-l10n-98.0.2/ro.xpi) = 32bb74227a3265a08187478ea0dac05122413e079daf0c2fb0b3d21c68a3f12d325ad76510310c49e141083b0edf1a5a1037ab089d0e599119f5e653bc680fc9 -Size (firefox-l10n-98.0.2/ro.xpi) = 527827 bytes -BLAKE2s (firefox-l10n-98.0.2/ru.xpi) = 8a2455ecadd298dfc5fb039ef22516d4c8df7a3c6be23fba4b1c096820429319 -SHA512 (firefox-l10n-98.0.2/ru.xpi) = 4fca37578db3cac11c621e6da125ba4769a107ffaf8d6cbd59f5b4930d42be7012096ca52fdbdc5cf0fefa26828790ce1c6a43df374fe2af4134154a16792dbc -Size (firefox-l10n-98.0.2/ru.xpi) = 630438 bytes -BLAKE2s (firefox-l10n-98.0.2/sco.xpi) = a382318616e2d92aea3fcc2db52686ac0aa5fb3357b07493256f9907277f8f38 -SHA512 (firefox-l10n-98.0.2/sco.xpi) = ece38e3ae3168d222a859ebe465543dc61ad332799b0d3138700750f166aca0553f9940b840eaedbe998593a4b8490c1e7e65d4eba1820c102084184a21bdadd -Size (firefox-l10n-98.0.2/sco.xpi) = 500798 bytes -BLAKE2s (firefox-l10n-98.0.2/si.xpi) = c688b6bcc478e13b91b9a50478fe3e04803961fba80054dc15b9629498660e70 -SHA512 (firefox-l10n-98.0.2/si.xpi) = 1099e3c837d0d974855504547bc165a969822e35c432c7f10cce291f52f4d60c832adcfc7f007743347b8f72cc971a04364f5ff45a0a9a38cbdc0dcb34024260 -Size (firefox-l10n-98.0.2/si.xpi) = 481253 bytes -BLAKE2s (firefox-l10n-98.0.2/sk.xpi) = 8084d1169dff1cf7069ec2858e4c7597f73002e20a354bc45b19cd5f8a7c22cf -SHA512 (firefox-l10n-98.0.2/sk.xpi) = 127e79c17e7ab61cda0eab7db66565553e20c51d8a5e542e7e34110e82f25dcc566da6aefed9af1fc1366490073a652110411cc19898631b2ca3c65068848d42 -Size (firefox-l10n-98.0.2/sk.xpi) = 568210 bytes -BLAKE2s (firefox-l10n-98.0.2/sl.xpi) = c5451197050b474f9b73a9029251eef6d576e7e40e1992ad66d7accd6748ffb4 -SHA512 (firefox-l10n-98.0.2/sl.xpi) = 46a03daff3cb1eb4bb9ffd79ff97fb435de48909a401c051848b78fd66850df713eaf1fc4913f6035fa1d6eca4fd810a470ab7b20be19beb374ecfa97107f1d1 -Size (firefox-l10n-98.0.2/sl.xpi) = 539540 bytes -BLAKE2s (firefox-l10n-98.0.2/son.xpi) = 0c101a5bc3ea2b14cb3fc42d05c2722991db8ad5233ad48a2a2cee812e3edb03 -SHA512 (firefox-l10n-98.0.2/son.xpi) = 5835a19bb75c47220156a0b4e50f919500f13249f9edf2e63679edc88721e277e8a20f9316db826c51ad2eab02751b72f82de24910afe4eeecd9dd120acb90ab -Size (firefox-l10n-98.0.2/son.xpi) = 416599 bytes -BLAKE2s (firefox-l10n-98.0.2/sq.xpi) = c3f589e77865d130f605eb294ae2b8310219d265ce7df3e42f6b5958640ed32d -SHA512 (firefox-l10n-98.0.2/sq.xpi) = c085a17901ee43f30bd1d0cf4788cb2d27e7bcf943482df90a594bb875b7f7eb3c368a8b2041513c1112acd31dab6893529e1723d596c71389ebf44854e9346f -Size (firefox-l10n-98.0.2/sq.xpi) = 557458 bytes -BLAKE2s (firefox-l10n-98.0.2/sr.xpi) = 4cea696fc4a2450d19a3ea706f863b675fcc8d7ea010e0ac791b6c01c66ed911 -SHA512 (firefox-l10n-98.0.2/sr.xpi) = 28d381b2f131e904dc8f42b08b82dcfc254fdca647bf66464d2a21f45bb3cc134a944fbc15fe692175021b68721b79de5b86d6373cee7901f7f4c971efabef88 -Size (firefox-l10n-98.0.2/sr.xpi) = 584453 bytes -BLAKE2s (firefox-l10n-98.0.2/sv-SE.xpi) = 527f7ef88068d8198afd033d4c353453893f288681b576960a253e9f0ccd27cf -SHA512 (firefox-l10n-98.0.2/sv-SE.xpi) = aa89ccdcf42c417cd28d3761c216178c25dbc134909e705fdbcb06ba702e9838ee0f4f5353dfdb8bcfeb3f4499e5bb32dbf2910a62952d7f9275ff1ce8a71528 -Size (firefox-l10n-98.0.2/sv-SE.xpi) = 541388 bytes -BLAKE2s (firefox-l10n-98.0.2/szl.xpi) = d26d52d6fbe9ecca2f139179dfb0dd9593bde8c91df1e17c79c24fae38dac474 -SHA512 (firefox-l10n-98.0.2/szl.xpi) = 9479555a12a0edf7a4417b568dc2fa2250221347b4a4a84ac065a3c6d8083ce31c1f26ad8d231a2766f1801c71346411abfd9deef4d62305cf0b06ce029d6082 -Size (firefox-l10n-98.0.2/szl.xpi) = 503398 bytes -BLAKE2s (firefox-l10n-98.0.2/ta.xpi) = 4affd642fde6585cbba2ab899544a4f0eaa0367eb7fb4ef934a217c277b2713b -SHA512 (firefox-l10n-98.0.2/ta.xpi) = 4d8c8b8f77bc275653b97357d44157408f075b2a506bf5fa69718bfa9b74293cea794375ab61da0ce8b35455530de6b261a62a1fb3b2c9e2307c46fdd0f450e7 -Size (firefox-l10n-98.0.2/ta.xpi) = 508282 bytes -BLAKE2s (firefox-l10n-98.0.2/te.xpi) = b7af5d0f752b184c99238987bce8bcb97d63b774f1669be35dad04bd9723d32c -SHA512 (firefox-l10n-98.0.2/te.xpi) = fd0817da6a531cbbc8db743aabfbcd8ec3774e92e26f0de58a52e053ff3fc9dde51ad81b1837d30daddfec9ef02ad9c8a351e3262f7aa503c67bde0f427294ca -Size (firefox-l10n-98.0.2/te.xpi) = 546052 bytes -BLAKE2s (firefox-l10n-98.0.2/th.xpi) = fa2a49384cd28ebbafb564868b9ef37b3f779ba78d7b3f4d7c5bb00d10fc50a3 -SHA512 (firefox-l10n-98.0.2/th.xpi) = 9e089c8fd664066007b7802c2dd50c7010b32cfccd8666bb08ed108ec3fa8c3f46f4c7515a168d6b2b7a70d08b7bb242af86783b1c58b2ec8800762c8fb3c120 -Size (firefox-l10n-98.0.2/th.xpi) = 606217 bytes -BLAKE2s (firefox-l10n-98.0.2/tl.xpi) = f223f7027e4b08a0f3073d08bc865fafba15446cbb336b0e2eb0619041dc3ec1 -SHA512 (firefox-l10n-98.0.2/tl.xpi) = b9b25deec30802038413cece40579a2d605472928adfba070e5323341148bb7593a3dc64be47e28e4c0b7a76ccdf287d05c39f93c65e58f7e67f6e79a8bd9ab3 -Size (firefox-l10n-98.0.2/tl.xpi) = 517831 bytes -BLAKE2s (firefox-l10n-98.0.2/tr.xpi) = d2b762e59e748da15a63d6299c1a1f0b629385d981a1c45348dd16be66b1e8f1 -SHA512 (firefox-l10n-98.0.2/tr.xpi) = 0dc586c4604b7983e7acda3eda77ef6b2df7c8164a1e5c49c50bfcf090ce047701d80edb58ebf20a947ea21e369bda9b794ec1584d95be2927e15a367e5ecec9 -Size (firefox-l10n-98.0.2/tr.xpi) = 555798 bytes -BLAKE2s (firefox-l10n-98.0.2/trs.xpi) = d3214bcf4115e3b723d790b98508885429815733f0dda9f397fdd223ca0e3574 -SHA512 (firefox-l10n-98.0.2/trs.xpi) = 998cf96223f12cb57dbf85503923c5f5176e4f464e0a6de3d8cfdb4bce9d7fdc8e29762c8e1d9658cd28e40f179054b49537ac6395dd9efd8a432ce0fd187c2e -Size (firefox-l10n-98.0.2/trs.xpi) = 486924 bytes -BLAKE2s (firefox-l10n-98.0.2/uk.xpi) = e10af84f550234a508c43bfb0b260c94691d4c7aee3acbefcd58d05884e58422 -SHA512 (firefox-l10n-98.0.2/uk.xpi) = 236b990e7d088d3da94253eaacccc7fa2166740ab6af7ef67072c6753ce05ef2a31269ad6244a05fdcca421a02967ed571c39c80528b92458714309ac55ceb41 -Size (firefox-l10n-98.0.2/uk.xpi) = 623998 bytes -BLAKE2s (firefox-l10n-98.0.2/ur.xpi) = 4a8c0f48fcd07dc5a9c6035b51c7b8c46afa302384c37d4cef3201fcc2f3da8b -SHA512 (firefox-l10n-98.0.2/ur.xpi) = fb0b9fbcc88df32d698a962eb9b7b864cd697e5465b263027c4bdb8191b14d290624613da97354d3891ec6e86296cb854f0c9821df209f58d9a6cafef0f982d6 -Size (firefox-l10n-98.0.2/ur.xpi) = 555134 bytes -BLAKE2s (firefox-l10n-98.0.2/uz.xpi) = f04a7b1e2a9c8b471de585c96c11c8f6f342a265f2515a200131d47fcdccf5c8 -SHA512 (firefox-l10n-98.0.2/uz.xpi) = 12c60b17f319a1d57131d531fe3a679e7ac1e71966b7be5d849b1b9216dcfd21104d4f859629db91b1493aa31670edd82bc3f579663b5a03cb457bb5af26bb69 -Size (firefox-l10n-98.0.2/uz.xpi) = 473470 bytes -BLAKE2s (firefox-l10n-98.0.2/vi.xpi) = e0c877a6ef45c86aa380c2ac66575147e6e48a86d7c3405ed88351d85db896d0 -SHA512 (firefox-l10n-98.0.2/vi.xpi) = 016739acb2ee994e30b0f8c96ee29d2528e1bd75344e314da93986e389c67495f3e610065b049582000561eb12fc5eea704f36e44f84fad70b0a8e9830c14837 -Size (firefox-l10n-98.0.2/vi.xpi) = 575140 bytes -BLAKE2s (firefox-l10n-98.0.2/xh.xpi) = abd9b7ee6bf96ac1ec10aeb0fef9871d5083239b8f4a66de4c1b45b0d1fc8577 -SHA512 (firefox-l10n-98.0.2/xh.xpi) = 6184c166104b87ba036e8ec6ab2f8c46c8b139800dc5cc3cf516eb1a9555e5c9a1b41cbdf520a6546b965b339c49d23d3dfa2ae40841943a65eab3dfd433617d -Size (firefox-l10n-98.0.2/xh.xpi) = 418712 bytes -BLAKE2s (firefox-l10n-98.0.2/zh-CN.xpi) = 4298fe4d06ba67809153f1f2c78a9f260a70dc2be6fdb227998f7db662697dca -SHA512 (firefox-l10n-98.0.2/zh-CN.xpi) = f27dc78f853cfa4ee34964096b80a6b1f19ddc5f8a8e2f3bc5c8d15f95112ff99194ef7dbb97a1fc9d23f553166601670a5a01407bb515518fbc8e338b2744a9 -Size (firefox-l10n-98.0.2/zh-CN.xpi) = 576898 bytes -BLAKE2s (firefox-l10n-98.0.2/zh-TW.xpi) = e6fba2b702066eb3cd1655df6442f74fb397f1dcd0fea095671fd35377518546 -SHA512 (firefox-l10n-98.0.2/zh-TW.xpi) = 68b2a143750c4bbe268c02ff9b3028955151033a89ad698ad8a761d5f90b34e5fe75ed3e604e1b5c03b68fba55af470c6c92da80674516da9d627c7aa9ad4ecd -Size (firefox-l10n-98.0.2/zh-TW.xpi) = 577898 bytes +BLAKE2s (firefox-l10n-100.0/ach.xpi) = 7bb1aa07e2e5661a5becd031673662ce0c969d393e4eafa7b0362eb35a7a6ae3 +SHA512 (firefox-l10n-100.0/ach.xpi) = bfcf45a0fc2ecb6bf80d90b20e627900832e9b270c5a330f76e9fedef2dae723c3f1fcee8056e2718c95f87ce5d23b8aba3535941165fe066dbb7c9218697bae +Size (firefox-l10n-100.0/ach.xpi) = 448897 bytes +BLAKE2s (firefox-l10n-100.0/af.xpi) = b5d55e908a398269428f99cc4a03b3e9384c8b186861619c695ea1478300afd8 +SHA512 (firefox-l10n-100.0/af.xpi) = 0cdaae26ac25bd1760a87d723620ca01fbb6c859c1d3759842734f2dd540555d1e5b8248b66dc35aeef62ff3e6abd12eb881c7931a5cfffdfa343fbbe3744d09 +Size (firefox-l10n-100.0/af.xpi) = 415226 bytes +BLAKE2s (firefox-l10n-100.0/an.xpi) = 9a279a8b097f107e47eb854a3b7f4317718f7721d09bbe876975a26bac92c4ad +SHA512 (firefox-l10n-100.0/an.xpi) = 01cb2d0da1f3ed9571156c708eb3d853cbf3196a7f7a90b1f3cdf3a392a893a2f2263b80f7f09fde23e23958df77a760695b15bee4f34bb4af42a8656348078d +Size (firefox-l10n-100.0/an.xpi) = 495500 bytes +BLAKE2s (firefox-l10n-100.0/ar.xpi) = b876e882f2117f8d3f2f4c034579db564ef9f3ae93c8e1ca1b355f5c6115a78c +SHA512 (firefox-l10n-100.0/ar.xpi) = aad8936ce43af08aa19a375e0d3be9f04d6f78e8232eaad2d3e5936a36cd2aee5529b4a1abf93edf34dd5f46578b3f8f90afd403e87bcc66f61d35851cf12eab +Size (firefox-l10n-100.0/ar.xpi) = 564886 bytes +BLAKE2s (firefox-l10n-100.0/ast.xpi) = f52b5bec47d1db87c52e05a267198b8d1d38109d6033e5a53a7a8374c90acb87 +SHA512 (firefox-l10n-100.0/ast.xpi) = 4e00aa27314529c4eb2897827fad42d037688224db5223c4e0a5c49b571a61ba8acbab8c55cbb7c6df501ef77688451641bebe86a599c7bbecdca2e9cc2168b9 +Size (firefox-l10n-100.0/ast.xpi) = 493304 bytes +BLAKE2s (firefox-l10n-100.0/az.xpi) = 82d00b185449247295aa27e2ba2e95535dd0b5c7665729c125fba46f48140320 +SHA512 (firefox-l10n-100.0/az.xpi) = fabd11253fb255f46633612959b5b97981d8ef67b2ad4fb5e54bec4f6e6ac13ee6bf317081db2454c810a7e842c4b437a899f16d89bcb53c1d20da1a1c3aa5de +Size (firefox-l10n-100.0/az.xpi) = 484092 bytes +BLAKE2s (firefox-l10n-100.0/be.xpi) = 579c2bf41eac3ca5974e4be5191b8665f8ce4032f37c4da94fa949b553b76bf4 +SHA512 (firefox-l10n-100.0/be.xpi) = 2c7030822c1be57200fdc670a7b74e225cdc092522d6f77b6047cebad9a8077054ea47edfcfd86bfc0091e5c540a8833aadf8b605dca0988c99d1cf2cf6e1d2b +Size (firefox-l10n-100.0/be.xpi) = 628696 bytes +BLAKE2s (firefox-l10n-100.0/bg.xpi) = d663b118bd80344ca1239775c4ece57b340627ce7d58e6fd098bd724e0a8f2fe +SHA512 (firefox-l10n-100.0/bg.xpi) = 29c7da2b92793481b8f1a0e81e7639cab51e1f1bab9ca4b9a4b788a679d4fd91f7d42c65bff122d0404ca8006579f3d503467df5e76cf6113ed3e805c01d1d74 +Size (firefox-l10n-100.0/bg.xpi) = 566785 bytes +BLAKE2s (firefox-l10n-100.0/bn.xpi) = e8b4929a47d45e799775dd975e11032ad71915d1f5e61dd2e8cb8780371cd42f +SHA512 (firefox-l10n-100.0/bn.xpi) = 107f23f8b82778a068c57e93512346c75a645ef47dba17e76794ca88affb649e79c5434fe547f79b5e68739174a272e011fa75582ef544df45cfd16f44907638 +Size (firefox-l10n-100.0/bn.xpi) = 554540 bytes +BLAKE2s (firefox-l10n-100.0/br.xpi) = 8d91df7d64d3d65d99e0e6a9f6abf6f61625339b6b89390cccc1a4dab753e183 +SHA512 (firefox-l10n-100.0/br.xpi) = bf1ecd65cac7a7a65f0b9f52ba128f77983fdc0a2f091a76ee20695527d6a93b431d177e923e35c144f4e29feccd60ee1e828d1ff0c3bad140cb22472e0ebc40 +Size (firefox-l10n-100.0/br.xpi) = 530611 bytes +BLAKE2s (firefox-l10n-100.0/bs.xpi) = 2f94a038e1efaecbd219cbf10f82eb6d4604ef3e481163a8d9b6515ec9fed826 +SHA512 (firefox-l10n-100.0/bs.xpi) = 57d2fc336efa1c93b27d3712dcdee8a0046376c4011fe5f5d020044f26c97b49b5036c4e80609be5aabe90851f2031b1e2f7b1ecb6c25d3816da7c02ae086656 +Size (firefox-l10n-100.0/bs.xpi) = 459035 bytes +BLAKE2s (firefox-l10n-100.0/ca-valencia.xpi) = d4386bce1d9a3a9667ec7ebd8404ed63b9ddf320fd1fb8af16aa8094e94ae3a8 +SHA512 (firefox-l10n-100.0/ca-valencia.xpi) = 4fad1577b9ff61d3956d52dcc2cd672a256d18616b8530b67c052d5e025f777cfd72242aec66416dc5fada74a8a97611c94111d3720c352f78ac3c0437a10954 +Size (firefox-l10n-100.0/ca-valencia.xpi) = 536445 bytes +BLAKE2s (firefox-l10n-100.0/ca.xpi) = e465bdb79884715c511ccf91b5eeeb321b69e8fad64fbd61d5424e21519610d2 +SHA512 (firefox-l10n-100.0/ca.xpi) = 1c0052db74e50bcdeb394d57f33289a75d1bb495c78ea6d1483ddb1b0f18c4bd25018e76dfabedc501ee3303f426cb51358ef091ff64fd8715bfab68666959de +Size (firefox-l10n-100.0/ca.xpi) = 530200 bytes +BLAKE2s (firefox-l10n-100.0/cak.xpi) = 21210e4a6b24bab4bf45724fd8cca80b14f3fb5d3dc0fddd9d3c74184dac6280 +SHA512 (firefox-l10n-100.0/cak.xpi) = f106e6b8d898f2046a0edfc41eb2782d8436fd14b1489442e6eb78c855128f37b4dd2de826462a9c44502fe3c795308511d97085912ef90e1f66309636dc67a5 +Size (firefox-l10n-100.0/cak.xpi) = 553417 bytes +BLAKE2s (firefox-l10n-100.0/cs.xpi) = 0ae6c24625910dd1a5a40ccb32034f9aef5fca3d1684ab8fcadd60c5b8243a86 +SHA512 (firefox-l10n-100.0/cs.xpi) = 8c922e0433fd28f3e912be552ee93b25dfb3cb054237a9220a6523c9e765a97c7b5bb0dd4ef801bca773b47be31f777bdf103491776307e89e453453fbe7eff5 +Size (firefox-l10n-100.0/cs.xpi) = 570159 bytes +BLAKE2s (firefox-l10n-100.0/cy.xpi) = 8f46e17a35f93d5b965cf38bb052b47c715ba7b70d08b62c0329d854a50c4575 +SHA512 (firefox-l10n-100.0/cy.xpi) = 8b975b20a7c422dc798382f83c0ca5217640e4deb5c9a0a64c3e578fff4afa1373c67e7dd32c5d5e8704741df44a00c9eaca83b61291613061775a3d9c9ff659 +Size (firefox-l10n-100.0/cy.xpi) = 546995 bytes +BLAKE2s (firefox-l10n-100.0/da.xpi) = 0ee7e4bce00a46ca2de496eb7b60c0c4e843c45eb38c3f5bb71e08e9d3c2be76 +SHA512 (firefox-l10n-100.0/da.xpi) = 98d9ae3974f1fb1f9b720a2a11d2405e5a3a84162a028a74982a98b9c3a9485851074489f8e1ef254891e399c0b403924c9672bea30f69647de21a6c9d99736e +Size (firefox-l10n-100.0/da.xpi) = 538817 bytes +BLAKE2s (firefox-l10n-100.0/de.xpi) = d5d2f07ddd0a5cdc0da241f2cd51b3fb8b116dddfb48d15e272db28d151dbef2 +SHA512 (firefox-l10n-100.0/de.xpi) = f95b347b6d127c81402e706c02100a51a22a2a4ecde33a0cc267ba6831fc5c58e875b20a3f986cb11c23f90d9036d3ac56341d028f27a92363f311c652d89afe +Size (firefox-l10n-100.0/de.xpi) = 558692 bytes +BLAKE2s (firefox-l10n-100.0/dsb.xpi) = 983f38375d49a7fc4ad518aed98b70c02e9bc421bd4c5331839d7f14b36f7a99 +SHA512 (firefox-l10n-100.0/dsb.xpi) = a00a95f3381f401505c30e7a7f5536b98a7014029d06922cf1eb69d03215610b7d946cfa95ba47184908909a0e15821711ca0b13dfabb6db646dbd63583dc87a +Size (firefox-l10n-100.0/dsb.xpi) = 571795 bytes +BLAKE2s (firefox-l10n-100.0/el.xpi) = 400108db511ed69fd6cdc6dd95b5d9278bf825ea122e24fd83dc45e9fed32fdd +SHA512 (firefox-l10n-100.0/el.xpi) = 474e36968fee9a21fde283a8ec1185ed0f458e750c393e54f5bdead72138eeea3f7f4ea4775897332cd8b109e4fc8fa14f2b28a984571c7afaa15585e55adcee +Size (firefox-l10n-100.0/el.xpi) = 645056 bytes +BLAKE2s (firefox-l10n-100.0/en-CA.xpi) = 82a6f6dcaa0765754cc7886d04b5f3443f2ea2ca5f40bc0eaaade164073afdb2 +SHA512 (firefox-l10n-100.0/en-CA.xpi) = 27755999431373341c4ab049aad1745f8158232266c78a87b9b8f4d2b0c78bcc2eea61b6dee9ebb7e48ef687d73002bcf37d656112cca295a471aebacaae905f +Size (firefox-l10n-100.0/en-CA.xpi) = 514207 bytes +BLAKE2s (firefox-l10n-100.0/en-GB.xpi) = 0a5e704ee5d9f807cb9ebc44461a30809360e051d0e5e1259f2625a2469bddcc +SHA512 (firefox-l10n-100.0/en-GB.xpi) = 4af7681303d437ee94ae0574c18929710925589a7be8e3034a01760518d7d5a6bbda68bf9a5bb081bc93af821a1d242e07bb5235fd559a970e59862e1012f82a +Size (firefox-l10n-100.0/en-GB.xpi) = 514698 bytes +BLAKE2s (firefox-l10n-100.0/en-US.xpi) = 45dac4fbe3934b38a60b359142666be70ddbd9e5fa500ec0dd0b3c90407ef5e5 +SHA512 (firefox-l10n-100.0/en-US.xpi) = ce059a442fea67e4b9cf8ad3120577d20b5b75d27303e9119ec5179047394e3a5295e19a073d68d345fa2870b0c93d14016df98c63fb3d136a4c040d45179832 +Size (firefox-l10n-100.0/en-US.xpi) = 495743 bytes +BLAKE2s (firefox-l10n-100.0/eo.xpi) = 83def039a9f8c39cf09fd339a0d8b054a65a94665eee44d8d0dd37da670e4d04 +SHA512 (firefox-l10n-100.0/eo.xpi) = 0344de8764cc14e2b21e97e3e9e82312e592f95bf057481d25229d41504f9ffdbe2f0c18db47259830efdf0a47905f50fcd52be5e4deb9e6185c1e879e4a1d4a +Size (firefox-l10n-100.0/eo.xpi) = 540865 bytes +BLAKE2s (firefox-l10n-100.0/es-AR.xpi) = 37e6abd3d0459395c7dc259529b5449b80c3e4efa52800f9ed0073ed6bab810b +SHA512 (firefox-l10n-100.0/es-AR.xpi) = f3c5fe155f02639bdad39c6592920b8c343e9500d3a801a8715785add45f3058e5bba8aa67265eb69a6550eae77c57da32b30bdbce326c4021fbd42603829e9e +Size (firefox-l10n-100.0/es-AR.xpi) = 551765 bytes +BLAKE2s (firefox-l10n-100.0/es-CL.xpi) = 06edc0663c112365153ef68f53bfcd9094b49e43b005ab3d6d06dcd9a29260a5 +SHA512 (firefox-l10n-100.0/es-CL.xpi) = 6400b5a47d01d5a4e0b6170ea86b1f8540b0bbb321368699a0bfb779e977e98ea11fc33edb3d7220af97eae7fedd0307b16a3925ddcaff95c5575b61e136fe0a +Size (firefox-l10n-100.0/es-CL.xpi) = 550976 bytes +BLAKE2s (firefox-l10n-100.0/es-ES.xpi) = 68b1daa9d4d491090956ce6c8801641de49b7dc1d0889598f3d28409458ad723 +SHA512 (firefox-l10n-100.0/es-ES.xpi) = 7cfb1bdb53401e50f2f657d916b63750f55643ccc315da56f3aee60b0a6e22927b715014a91b288651f100461cddd32ad7f4f7974d4e7d5d4a94a86f0bee033c +Size (firefox-l10n-100.0/es-ES.xpi) = 542252 bytes +BLAKE2s (firefox-l10n-100.0/es-MX.xpi) = c8a90c92a5d5845f59c39f073b046bcdc43e5105e048e48163898b23f0d8b3ef +SHA512 (firefox-l10n-100.0/es-MX.xpi) = 0d3ead5dc58485ae41d7300e19bb25bc7cf04a1d7a0c15acdfc97aca4db326b513dea8583397f999392a24aa6a48f696c396340df0f80232f7f53703e0c2b43d +Size (firefox-l10n-100.0/es-MX.xpi) = 555131 bytes +BLAKE2s (firefox-l10n-100.0/et.xpi) = dabc6a90f28c249235cd7a6a6d0ac02306416578b1c8786a41f565bbbd235d0f +SHA512 (firefox-l10n-100.0/et.xpi) = b4195ce5e0aea78e03bb9f56a84fe0427ca0b04d651e486bedd869a83f58a69eecc555e947bbaa91ec4496b3d57773c526b388b394f303499915cc07f8bcdccf +Size (firefox-l10n-100.0/et.xpi) = 532701 bytes +BLAKE2s (firefox-l10n-100.0/eu.xpi) = bf4bd623d86d1a977134f9c1f9829ad35ef119231aba402d3e30a5a632a5813e +SHA512 (firefox-l10n-100.0/eu.xpi) = cf587cf27280ec80ed4bea965451a3b4f67c2509fca8bdf1985787ccd870944d72d52059b7777e52fc7e8a7ae07f1a0759c8bf73ed778e42e9db5b62c2362ce0 +Size (firefox-l10n-100.0/eu.xpi) = 541413 bytes +BLAKE2s (firefox-l10n-100.0/fa.xpi) = 76f255302bf6dc026c39fc0700f8e900fd55e406546e2713c36ce9b4873f0729 +SHA512 (firefox-l10n-100.0/fa.xpi) = b4909bad5a4c4dd692ca6ab2e106152dbfd5b059deb3119c328ebf8232705e4a577ff8a7865189ff54763605feab2adde2232ba2d5a41ea87920fd057a149d67 +Size (firefox-l10n-100.0/fa.xpi) = 561338 bytes +BLAKE2s (firefox-l10n-100.0/ff.xpi) = 6935d6b80b80e0dcb1d887ed72d21318d8d64a5d17e9a22663e0b67801cd7c26 +SHA512 (firefox-l10n-100.0/ff.xpi) = a39efa94171d7dbb7938cf10c791a3dd039a6cc06753a3ab55fb31c0c6dbc27b33905f31116f0601c2609741e19660afe703382e0d77d0031d1c7887127c63bb +Size (firefox-l10n-100.0/ff.xpi) = 468200 bytes +BLAKE2s (firefox-l10n-100.0/fi.xpi) = ec5248db653386a9061c15a554bfc66103da257c243e03f6e7aa7a3363f987b4 +SHA512 (firefox-l10n-100.0/fi.xpi) = 5410b5d02ebe44f2edd58fc66d067996dd2df5b56284ebe9ab8464672fcf651643c76f8e8952047d8217205103590151af4f978987fa9926a01c5091788c68fb +Size (firefox-l10n-100.0/fi.xpi) = 535250 bytes +BLAKE2s (firefox-l10n-100.0/fr.xpi) = b60c1c8d1a515425d39cebf412bab99b80722673bd9f0765ed684eb30f7c5e36 +SHA512 (firefox-l10n-100.0/fr.xpi) = 9dd9658d6fb25835e4a36b0bd2100f3a5acd2ebcc2305c2477e1736a3d960acec5f60bcd14d389071d6c9adb3ea2fc2f5f93753c420350eedbfcd95e3efc4961 +Size (firefox-l10n-100.0/fr.xpi) = 562950 bytes +BLAKE2s (firefox-l10n-100.0/fy-NL.xpi) = 73b33c2c299b3726a045e8bccbe4c94a120e531a5d48e1bc3ea88c5263f52cfc +SHA512 (firefox-l10n-100.0/fy-NL.xpi) = 9d646abaa1e0fe5db8b3ff6870c403fcf7e00cf8c67ec9a79da4e81deb4bf2e6171fdb831c3ff18e0b93646e2a880e671f104d0146040aa24a07fbad830ae163 +Size (firefox-l10n-100.0/fy-NL.xpi) = 548097 bytes +BLAKE2s (firefox-l10n-100.0/ga-IE.xpi) = 49f463350caaaa5af0fc8ea841bc97e1e8e072730ed8e1fdffa41051512f194d +SHA512 (firefox-l10n-100.0/ga-IE.xpi) = f8c7eb7221bcd35b40d558e8707a62e6badb6090c99c4f1733ddb97699063ce41dcbaae5dd4c0bb41ecb25dd9fdc6590c70a2917bcbc5b1c4fbbc90f93ad4615 +Size (firefox-l10n-100.0/ga-IE.xpi) = 465449 bytes +BLAKE2s (firefox-l10n-100.0/gd.xpi) = dadd25094a777747263b63543d25b460aa64c273adfbcf5d2f9d9cee622bdb7d +SHA512 (firefox-l10n-100.0/gd.xpi) = 4fb28a6d64a3d72d2c2347900696663b311e31fc05072ddd9ff135becb9ffcb1ac94caeb63696a251028c675695dd1fe17ae2511b1f78ae4a9fd3300f14d8d05 +Size (firefox-l10n-100.0/gd.xpi) = 528984 bytes +BLAKE2s (firefox-l10n-100.0/gl.xpi) = 54adf56462d316f647ca0c09dd2561937f28000613edfaf3e6c0c1e2555c82a4 +SHA512 (firefox-l10n-100.0/gl.xpi) = df29d8e60e4fa0a9ba2f8fd98ae4970c070c45818cf77e961b4490e6e86349efae02f62a21a5460086b6a765b7081110726283f1c0dfad259da27fa469d2e534 +Size (firefox-l10n-100.0/gl.xpi) = 542249 bytes +BLAKE2s (firefox-l10n-100.0/gn.xpi) = fe416472dcf88100a834e34077a4b7c3e843d78336fae905e27eb8697a165060 +SHA512 (firefox-l10n-100.0/gn.xpi) = 7c14a4fdbcfd721901036bdc3fa226c48d4305c8f7c851932591abf0a39af1290c6e78202964fe736e2a23fe79d05d6ccb1f29ad7b4d051a8594c841b643fbde +Size (firefox-l10n-100.0/gn.xpi) = 563265 bytes +BLAKE2s (firefox-l10n-100.0/gu-IN.xpi) = ba07c9f05710ee7b3c140524ab5adaa56afcdc033957ddcd1f9885340dac82b4 +SHA512 (firefox-l10n-100.0/gu-IN.xpi) = 7fb5dc80b162bbec6f90c39da0e464ae28f29fb94c084a09683d481e161225febbaa5c67c5084d80df90f0d03738d76009438e83ad4a17dd51e59b6e958e6582 +Size (firefox-l10n-100.0/gu-IN.xpi) = 525537 bytes +BLAKE2s (firefox-l10n-100.0/he.xpi) = a9e3fb7be68597e312bd3465f62525209cdf7928c3440d8dad9dca342a36ec81 +SHA512 (firefox-l10n-100.0/he.xpi) = 2f79b605243a7d9a988891e8fdb24b4e8d9f5bf0e355b35d2ccd7037756ebc6cf9f7736c77022719008a535bdbe7d1f6150e738c1f0c8a2e119a6b96d47d8b2d +Size (firefox-l10n-100.0/he.xpi) = 561896 bytes +BLAKE2s (firefox-l10n-100.0/hi-IN.xpi) = ec653e60c5b0fbbefec688b7f1feffc40d1f2a86b776f56ca501c9cfd4b13036 +SHA512 (firefox-l10n-100.0/hi-IN.xpi) = d633285dd480d8913d365c875e16b98b417bdd827e97edba176d86f35676f5821093a6b6a7a67096d4cb29e1930fa188f7bb7df8b11ebf5fa111db89e9d1d2c0 +Size (firefox-l10n-100.0/hi-IN.xpi) = 556335 bytes +BLAKE2s (firefox-l10n-100.0/hr.xpi) = 2c7b44b3fe9f289eea6b6360d5b96c496effe8380ebf299d2b0b99b89cb18dc5 +SHA512 (firefox-l10n-100.0/hr.xpi) = 7a2290d9e7509684f2c5ba3f08a6e7e49301de3721d3e29899c1d7c29dd49a822556c686506bd90009555832823a097a4ee527121210e97b7691d79af863d25a +Size (firefox-l10n-100.0/hr.xpi) = 530205 bytes +BLAKE2s (firefox-l10n-100.0/hsb.xpi) = 5361a07d1987baf28cfb959df0ad4c99ec7c205aa5248f985f8bd8fc0c80998f +SHA512 (firefox-l10n-100.0/hsb.xpi) = 8859d3aa9235e9f51e8b6e07b11166150ac9a31f36f127ada992766f8f730d1761bb516762506d7bffced68584e1e043eb6a6b6dd408e4ff406069152a028425 +Size (firefox-l10n-100.0/hsb.xpi) = 567858 bytes +BLAKE2s (firefox-l10n-100.0/hu.xpi) = b2d0244213e34e046d472b046b5d7ccc1e837e09e5f7f7bd5da603ee85dc1f12 +SHA512 (firefox-l10n-100.0/hu.xpi) = a3c61eac82b44ea7a261a30e82c46559a15baff5aab5d02cb63a335238c5c0880ec22dd9e952335cc8081d528d3dc5c6c86d7c4337ac62cde81fe21f10ff3aba +Size (firefox-l10n-100.0/hu.xpi) = 571161 bytes +BLAKE2s (firefox-l10n-100.0/hy-AM.xpi) = 69c966a61a336d46031f7df275e56c7e89daff99107c73bc34d9dfe808ea9184 +SHA512 (firefox-l10n-100.0/hy-AM.xpi) = c5a805fe798939397c5727dca69b4112ecc21218307f5333275b3e144ff784bd85264a779d73e7bca46b1b8100ac2eb5dd71f5007525ebc61f68e6774862099f +Size (firefox-l10n-100.0/hy-AM.xpi) = 580138 bytes +BLAKE2s (firefox-l10n-100.0/ia.xpi) = 0edc30038fa6aaa8f1ea7725f316ce8e685aad944a291d0263115d33c8d21c25 +SHA512 (firefox-l10n-100.0/ia.xpi) = 46d8427096bc8e002e42977d5f00fd90a6b56dbe1059c0704744abcd3a0dddb571f8d2bd7c5af331fb8c42c3ac6fd33ead4bbef46150704e4eb677e4e8d924e7 +Size (firefox-l10n-100.0/ia.xpi) = 537112 bytes +BLAKE2s (firefox-l10n-100.0/id.xpi) = 7069bb8d41c4c1b06ccd9eea3739a510fc173425603ca0a9f978278b16b8f510 +SHA512 (firefox-l10n-100.0/id.xpi) = 3b5f350f833d73010ae1dd7decc73b1c4262aac28c90a82478b7a93a368aa4149ed25d78f02fe2c1f25bda3de7a06468f87c6a50dd15ba1171930cf32599be70 +Size (firefox-l10n-100.0/id.xpi) = 533688 bytes +BLAKE2s (firefox-l10n-100.0/is.xpi) = a7b0a3e7c8f7c2c1693d216abb2552a9cba396506c5e58e6793217a117235564 +SHA512 (firefox-l10n-100.0/is.xpi) = 06a5fc83219ba165bb39e15bb1abf0eca61cc374570bae32db141d2b63e49a1f816c3fdc5a472b26731bcd91fdabbf65a53b266d3d93ddeaa7bcbd65cb5abd27 +Size (firefox-l10n-100.0/is.xpi) = 540509 bytes +BLAKE2s (firefox-l10n-100.0/it.xpi) = 476da651d635d71403b547d0b64c4be406279abc60c00f9be5084897231bc045 +SHA512 (firefox-l10n-100.0/it.xpi) = 2a61e5cec4f5abe10857f1634373aa85e12208e37b5581e9b71d61f8f53ee936b0bb5e538611046995348ddcc41f689f3fab9fccfaf8726a9f7d05ddeebc952a +Size (firefox-l10n-100.0/it.xpi) = 464283 bytes +BLAKE2s (firefox-l10n-100.0/ja.xpi) = cf11af38651b3c46bb6a07c5ca1c8a2fc11c68492901bf1a85f49bd5446337a1 +SHA512 (firefox-l10n-100.0/ja.xpi) = ec31ec41e8e84edbaf8d4aed3ec283252b9ed781a6e91937e5a4fee92bd03488b2a1982f459abe16d95d2742c684e663fc82ff8e54ee01844db85c7d5578a15a +Size (firefox-l10n-100.0/ja.xpi) = 593327 bytes +BLAKE2s (firefox-l10n-100.0/ka.xpi) = f7503f9799d6ee3d25f78b941e11efa265377a021fe00c4b3ce9c1c8b94fe07f +SHA512 (firefox-l10n-100.0/ka.xpi) = 7d167bcbeff718c948b565de814890de76d0b39d302319a9f4f6c75955a216ac98e4ce9d1834cc99b30916c1e4be2f9af55e98def1a2857c2464f6ad006ee4df +Size (firefox-l10n-100.0/ka.xpi) = 596389 bytes +BLAKE2s (firefox-l10n-100.0/kab.xpi) = bbca39afc0b98331f028e59b124db165219e904da96f2158afe7f30cca031c96 +SHA512 (firefox-l10n-100.0/kab.xpi) = a27f73bedec56fa021b36ce02e312a8b376900d2c6ad83a2bafef9e6d0f2a98eeb459b8b1844b5b666ea52e5a2f943a28acf3d40592e95943929cdb7a71df59b +Size (firefox-l10n-100.0/kab.xpi) = 556388 bytes +BLAKE2s (firefox-l10n-100.0/kk.xpi) = 447a4beb834ceb9c437401062f135822b11c2a6c7a46eca2ae45b514ca3727a8 +SHA512 (firefox-l10n-100.0/kk.xpi) = 0e2d3f417038dfec89b74a868352fc460150bac1cb42ecfdf140eec09dc7760d43cd9fe637e6c224318addaf805baf902e8fcecfeff1a8562fa03ed22c5d3b0b +Size (firefox-l10n-100.0/kk.xpi) = 619239 bytes +BLAKE2s (firefox-l10n-100.0/km.xpi) = 0c768049779e2d857ad3c7b05f314ce7cf3fb753663c40122ec1946a3aca3b94 +SHA512 (firefox-l10n-100.0/km.xpi) = 978a0eaae3fb66a34e63088e897977536143549a5af4b3519bd5ae71bc6848f279b4091fb6dfca9ce566ce93dd724f1566f75b7a45a241535e1b2f600eb55388 +Size (firefox-l10n-100.0/km.xpi) = 525496 bytes +BLAKE2s (firefox-l10n-100.0/kn.xpi) = f55fd2e9e28fe76b76b33df2765513cceeb1e0eb326e49e08f4cc7b70c8c20c7 +SHA512 (firefox-l10n-100.0/kn.xpi) = 737fcdb7db76901bc7d82785e4895b0de0e010751c624cf366487aa1479ef679c741eec6757a9c9c2a5ef57ef710cdfa7b7d076f419958a2efc707e8998f7b8f +Size (firefox-l10n-100.0/kn.xpi) = 491374 bytes +BLAKE2s (firefox-l10n-100.0/ko.xpi) = 18ac4f64c86ce3aa1270c72763569e7710452f756d6af11b3576424675b6ac02 +SHA512 (firefox-l10n-100.0/ko.xpi) = 1a193190a9832f083f1cd99a39376cbff70a891a85bceddd8ea8b6fc46a263c1125731934ff5055db042a2bf716a1003fe631ec75b3b3bc576a6b0d0228901f2 +Size (firefox-l10n-100.0/ko.xpi) = 584519 bytes +BLAKE2s (firefox-l10n-100.0/lij.xpi) = fe627f337d33b2547da3573268c205f6951cb34d03edb001ab7889f309637184 +SHA512 (firefox-l10n-100.0/lij.xpi) = cdb6e50f3e79179e05649072b3883f003f8bc47cdbbd89ece73d2aa5bb0d7ae64e0a80d396ebe0fe2af66e305685e7e8496d3701f80c0ad75a799c018e205918 +Size (firefox-l10n-100.0/lij.xpi) = 466987 bytes +BLAKE2s (firefox-l10n-100.0/lt.xpi) = 4c3741474c0328eb8316b77ddd96d3b5e894d91d8f19bf3efc648327daf0b336 +SHA512 (firefox-l10n-100.0/lt.xpi) = be40fecd9f6f69653e3ae2d72f949be6bfd0bcac87c2ffe4924715273d59ba419364111e8f7b18c6567178b2d2190cdcc928028c816307c31837f7c60b205927 +Size (firefox-l10n-100.0/lt.xpi) = 560142 bytes +BLAKE2s (firefox-l10n-100.0/lv.xpi) = 5acb3ad911bd9f8d299ef6bfa7ebcffba066b2ba665373f8f80eb6e079e2967f +SHA512 (firefox-l10n-100.0/lv.xpi) = ac93ca577072dacf28ae7d24284a0048201daf9637e3afaa4804e89c5fbec05c7503aa3376fb1a18285b176cb8830bcc57e0b863bde79e06250c2f821b00938b +Size (firefox-l10n-100.0/lv.xpi) = 459192 bytes +BLAKE2s (firefox-l10n-100.0/mk.xpi) = aecb7d8a48f18fc03dcc20aa75842df7bcb6cc6075be37a922752e2d4389226c +SHA512 (firefox-l10n-100.0/mk.xpi) = 7da54a68bbea90114008b74ff4fb251ca5ba495568574cd8e63402258a687310ad46561715a09e1a8b55481bb3648e2f8956fd82cedf0aaf54639bc0dbdbf48c +Size (firefox-l10n-100.0/mk.xpi) = 468292 bytes +BLAKE2s (firefox-l10n-100.0/mr.xpi) = 118a53ba4526dc4788c2cc17b66f0cc0a40f7050b51b3b8dbd98d0c6ab88904e +SHA512 (firefox-l10n-100.0/mr.xpi) = 699748ec01d494e63566caf55b481387b6e1ec3662db5c7e8c804bcac5f21fdbb4b4962ba4bd200f83e04854cd13d1a57029c18e89c34562096c2514b10c09ff +Size (firefox-l10n-100.0/mr.xpi) = 528155 bytes +BLAKE2s (firefox-l10n-100.0/ms.xpi) = 6acf29c78ba7eaf29515e067878425cc85cea00a04247e212a824aff181ab9b5 +SHA512 (firefox-l10n-100.0/ms.xpi) = 03e91cd8b4d89d8b79f938be0ed3fca3ee656ea8b0f723028a737c1ee5e8db507b526bbfa1cbb9dbac9c8c130831e6fe72bc4f09e656037cec95f2b358844b29 +Size (firefox-l10n-100.0/ms.xpi) = 444154 bytes +BLAKE2s (firefox-l10n-100.0/my.xpi) = e58b61e97bc7489e2351707c7d6933222b83b67bff910a8a32c217459490c69c +SHA512 (firefox-l10n-100.0/my.xpi) = c45402e3486a438cdea1f48b79d1f569edcf10554da0fff12f49a9ec8220767ccbb28444eeba237899ae5a6cf3ee29257c00093fcf6b44d3f88f6f7a22fe0daa +Size (firefox-l10n-100.0/my.xpi) = 507353 bytes +BLAKE2s (firefox-l10n-100.0/nb-NO.xpi) = d03943839f2dad2021909b08754d742c1f618a508fc88ae6f5916cef3157f268 +SHA512 (firefox-l10n-100.0/nb-NO.xpi) = 0c9c87cb189b5f24c4ebf60543df0fbc57f25293ec20de114306946cb4fd55268c334929a3713a26765d502ee5c4dcea5d45f88d4ae2c0ac92963022a8bde7b8 +Size (firefox-l10n-100.0/nb-NO.xpi) = 533774 bytes +BLAKE2s (firefox-l10n-100.0/ne-NP.xpi) = f8ade5d039ac28f282e949a888012872f4363e4b483deace80bfee0b9352ebe4 +SHA512 (firefox-l10n-100.0/ne-NP.xpi) = be6f9da98f5760562ec301571843ec8e45ed4f1eb9ef5c4c56e7e2c0a9ae3dbb1964fc1927bc38bbb408b0f1e1830ec764fec9f13941b79cd940cfaf66f10a02 +Size (firefox-l10n-100.0/ne-NP.xpi) = 482563 bytes +BLAKE2s (firefox-l10n-100.0/nl.xpi) = ac5093f3b4db2a8f3a6d28199b542ed5f25f85ae69cecc98b07a6b851b2d9211 +SHA512 (firefox-l10n-100.0/nl.xpi) = fa6eaec795c58df8b2953bcc1a1c4fd6729871ccbe9d0350dc4c2502cb50d705d8082a900fbb710be70144d6458006fb99edfe055ce7912df3366cfe87b60662 +Size (firefox-l10n-100.0/nl.xpi) = 542303 bytes +BLAKE2s (firefox-l10n-100.0/nn-NO.xpi) = c44f4b33ad937998aa1e705d20405bda4bcf953d44f14c68b46472b448eafe4b +SHA512 (firefox-l10n-100.0/nn-NO.xpi) = 4c85500ca8151f05f6042d173f4c85545d93992f36e888c4620da82302f6903c39b15d64aef34e939d83ff26aac25e734da558875b9e7050592a4b26e02af277 +Size (firefox-l10n-100.0/nn-NO.xpi) = 536149 bytes +BLAKE2s (firefox-l10n-100.0/oc.xpi) = b2d5b519ac84fa93b7438ce70abb0176588757d231ca453692fb70961e334c7b +SHA512 (firefox-l10n-100.0/oc.xpi) = 29990f7e2faae9759eb230bc805d1084f5107813ac71d93aac7186fd5cda29095b2761a0319792b6c3fdb6714c44a53e80fb73918d830c771ec8dd14c8197b8e +Size (firefox-l10n-100.0/oc.xpi) = 556893 bytes +BLAKE2s (firefox-l10n-100.0/pa-IN.xpi) = 70c244d980692c8994f11d1a3dfee50f5fb762b96c2269d30985f2566ddc024b +SHA512 (firefox-l10n-100.0/pa-IN.xpi) = 88e16d3402961bd4673a16e66702e6a6a09c5fdbcec6e915020c575c9b717a3de333cab8eb03878a824befd6cf70aef10c773dfc361a06dc6a919c15ce56268c +Size (firefox-l10n-100.0/pa-IN.xpi) = 600276 bytes +BLAKE2s (firefox-l10n-100.0/pl.xpi) = f463a0ee51f462a7ffbe13cbee7f4c2005448ff46e32ed02a20e4ee20c5225a3 +SHA512 (firefox-l10n-100.0/pl.xpi) = 7d927beb70872050f905c09ed2b9ec70147b38248404d3101121bc5340b40a2cb49f7a0d4b3470a812a062628f92b0b6bfabe35cec8182a8fcbc500779a8c8f5 +Size (firefox-l10n-100.0/pl.xpi) = 562524 bytes +BLAKE2s (firefox-l10n-100.0/pt-BR.xpi) = 6064c42acc3711978e5b3047385ab0fda23ba6dc7a9736b771a7bbf58ceb7a10 +SHA512 (firefox-l10n-100.0/pt-BR.xpi) = 117e58296cc1294e25c1f1a414fb277f5f3a1ce688de7079a4bf7d30b4be026f1243a17085ee653c4d2dea689b32c5dfbce47b4eafe7e5b63e462a86a0c90289 +Size (firefox-l10n-100.0/pt-BR.xpi) = 547573 bytes +BLAKE2s (firefox-l10n-100.0/pt-PT.xpi) = 8488a55e275c20c893285ceab1c1fb9a363145bb1f40e4bcf7a4ffa93a36b10e +SHA512 (firefox-l10n-100.0/pt-PT.xpi) = c72548abd4dde8c9dfd4df77d135c037d85a146b5dbd33b7bd4ca9e42cfb2cded5e428c3d466ed59c0309b59be333e0307abbb361f5f4876e8c0305a5a07648d +Size (firefox-l10n-100.0/pt-PT.xpi) = 551062 bytes +BLAKE2s (firefox-l10n-100.0/rm.xpi) = 0317d6a2e4c4775b4318f186bf11ea7592410883c78f34e264876f27263b0a5f +SHA512 (firefox-l10n-100.0/rm.xpi) = 8955138c2de27f20936f6a6e868b442702792eb5d0fefda1964826734b3b7727cdf8504d74252445179e9e06d4af1e2b8425c01b2dadc5f9d88a449ec109c1e3 +Size (firefox-l10n-100.0/rm.xpi) = 541902 bytes +BLAKE2s (firefox-l10n-100.0/ro.xpi) = 8daa75375f858538aa4d2b9a042879f88ad8d5f7be7d486087aa138e8cd7fa77 +SHA512 (firefox-l10n-100.0/ro.xpi) = f972ac411443c2b7b5f51a3965cc3172adddf6fc4c251ae933c4354d6320aa1d2b43c30d5e0935a5b8d520794fb989e39b681e0fd2c13b11b664f16b069af187 +Size (firefox-l10n-100.0/ro.xpi) = 528000 bytes +BLAKE2s (firefox-l10n-100.0/ru.xpi) = 6dd109f10225445cfdd9fa06cfdd1cc08ad8746e927d8d325abe7375422021ef +SHA512 (firefox-l10n-100.0/ru.xpi) = afd9d8ec466e29f8a5e440fbb011393424319585719434535013d90322816f441bdaa8ca9706b85c8757bd16461ad1055ae555b7209f0c92aa7ca685b768ac9e +Size (firefox-l10n-100.0/ru.xpi) = 633342 bytes +BLAKE2s (firefox-l10n-100.0/sco.xpi) = 1c0b0c2cf230a5d5a9b5595077c3293937004b013c5f9b3da76d5ef751bc7052 +SHA512 (firefox-l10n-100.0/sco.xpi) = cb04dea130946a9b072813714f9aab0bd542ec52296a129f497c9b1778bb5781da53fb4f6cc228dac4205d4f9b3da4953c7db0f898b013183d2d59a36824daa0 +Size (firefox-l10n-100.0/sco.xpi) = 500184 bytes +BLAKE2s (firefox-l10n-100.0/si.xpi) = 8862cef87b9c0f7587f9c065cd3e48d7133e3caf485383a48984a4403e8fdca6 +SHA512 (firefox-l10n-100.0/si.xpi) = c53548edca6b46707e3653863125731a616d3bbedbc02915c4f49306d737c9dae5f008a40e1759c383e664ea991c5da8a719201545d4ff362d4dea731fa45f09 +Size (firefox-l10n-100.0/si.xpi) = 480906 bytes +BLAKE2s (firefox-l10n-100.0/sk.xpi) = 8739329480ebb7a292ab2d98783bb88b8ed7d985c91c9c3f5870a357d337fb92 +SHA512 (firefox-l10n-100.0/sk.xpi) = 177b02195968228bd3567de47bba145d5206a158dadcf4c151c1438b4cadedd2e9b6b569ac724ea4b98b2f54a642629588df0ae8e737831050e2a98fd0c7484d +Size (firefox-l10n-100.0/sk.xpi) = 571980 bytes +BLAKE2s (firefox-l10n-100.0/sl.xpi) = b02704cce5e9140252641612c15d6d7f7a0628fde0899513e63312588a43898a +SHA512 (firefox-l10n-100.0/sl.xpi) = f2011198bde31bc644d5c780cd402164a3c6cb897e8c897adb4328a25c5c84078204c4794fbdd40fd9f28c016fc5fdda33586582ad063eef90ae8b86ee5b535d +Size (firefox-l10n-100.0/sl.xpi) = 543730 bytes +BLAKE2s (firefox-l10n-100.0/son.xpi) = be82ef8afff55dedee8825f1e4147182d93a09d24ea5b6952a460390675c3a7c +SHA512 (firefox-l10n-100.0/son.xpi) = 361549aaee1d50650ba451336f15ad74ad83dc2f2dbe9bfe6d4ff2dcbc9e1b4ee926b1607a7f0f36a424956940039e441b5c0ff6a96ea01e8a8415cf1c978567 +Size (firefox-l10n-100.0/son.xpi) = 417301 bytes +BLAKE2s (firefox-l10n-100.0/sq.xpi) = ebdd6470d1a6cb1094058f1bbbe3c11932187098da04cef7bf632f518ab716f1 +SHA512 (firefox-l10n-100.0/sq.xpi) = 493509ed1811ddc0026ea9950bdb49bc95dd749761c5c63c1b996694af31ede095686868340efd6fcd3ef2fbfe4fc3ce68bac386e8558133b3fc94fbb66e52bd +Size (firefox-l10n-100.0/sq.xpi) = 560514 bytes +BLAKE2s (firefox-l10n-100.0/sr.xpi) = a366df8b4c61d305f3461171118ed7d5384b2decbcec80e1e717cb86b1e28fa5 +SHA512 (firefox-l10n-100.0/sr.xpi) = e2695dc5705b0c4f3d7897870fbe6cd3ac43108450be2ef0b4cf03707ad88af539b103dcda05cbc6217e3f39a12350d24c5d32845cbd94b047269dab24a80ab0 +Size (firefox-l10n-100.0/sr.xpi) = 585620 bytes +BLAKE2s (firefox-l10n-100.0/sv-SE.xpi) = 46e4d1bad5eedeee0413077d8024c6bf9d1a91ee23ede615f00c65325d932d3d +SHA512 (firefox-l10n-100.0/sv-SE.xpi) = 53e5c085bd60b1184665fa8bf75144fc2bdd892f4e3acec699dd5266d53a2a94ab53606c3083e1306429e6d9a883dfb953ee82a92f36ac3606b048e84438c8a5 +Size (firefox-l10n-100.0/sv-SE.xpi) = 544804 bytes +BLAKE2s (firefox-l10n-100.0/szl.xpi) = 59ea7ae99910132ec7810baaaf0fb86826d29d260bb2cb10c3688aeadf27674c +SHA512 (firefox-l10n-100.0/szl.xpi) = 3c4c26ff1651ee98f1714966349a8b2a0dcccf0ea89b8a3b81763e1e84d60f0ba37855f26619324637acfeca0f7c866e2584ba93acf9a21602fb825061278060 +Size (firefox-l10n-100.0/szl.xpi) = 503463 bytes +BLAKE2s (firefox-l10n-100.0/ta.xpi) = e358454cbc34b39b06b3a334671e8ad30bbcfe52bb236d20a3f4ff6ba3ccf257 +SHA512 (firefox-l10n-100.0/ta.xpi) = 1098241ade5b7555cafc8dd5e8fd46e0fbab1e63baeed7033449fbcb88c428d3f6a0d4e336c60ac2c6620e8ed21a63c69269c0cb7942a6b57478a99eab593448 +Size (firefox-l10n-100.0/ta.xpi) = 508207 bytes +BLAKE2s (firefox-l10n-100.0/te.xpi) = a05381b61051f5b0ffbcb2812bca1ef4265be5ad2d3fc5e8e79325e961689260 +SHA512 (firefox-l10n-100.0/te.xpi) = 0ff5d8e1ba1b661b03d5028550c25c60458ff2d0d0e1e2c97a9eb55ca9152aee2705f9fa48081bdc507e6b3d9caddff7cf7a1700925761a13c01f5068fda1ca8 +Size (firefox-l10n-100.0/te.xpi) = 546711 bytes +BLAKE2s (firefox-l10n-100.0/th.xpi) = 93ba004f1e55ca1bb3fb39add9d76d757c287234926748677263f5fc63dabc71 +SHA512 (firefox-l10n-100.0/th.xpi) = cbd162e297989abe2d6da802cb1e60d67704949bebfe16785dda5e567952579f7ed833bb30dfe2081842beecac00d921972481dd893960e352affc489e45ecc4 +Size (firefox-l10n-100.0/th.xpi) = 610742 bytes +BLAKE2s (firefox-l10n-100.0/tl.xpi) = 267f2b88aa3f9dd90adc3352dc973d39bad115784588114f8d289efeda19eb1d +SHA512 (firefox-l10n-100.0/tl.xpi) = ebc0d2ef6aabb423a348692b019dab446e4b302bd511520343831d80c6a76031a0cd866ad65c9254d1ebda7ba1262f842ad2e3380670aee2f9c84ba8b6a85c36 +Size (firefox-l10n-100.0/tl.xpi) = 518035 bytes +BLAKE2s (firefox-l10n-100.0/tr.xpi) = 7ecf2834bf12c6eea8c569f2be9311f765bc91469519b3e51857beb4706b3996 +SHA512 (firefox-l10n-100.0/tr.xpi) = 98370ebfc6e893a2a392b24bd63951b2f528d224bb93829a5536d6113200a147d0a2bddd5e45ae8b4ef0e596db6b6521c5ddeb34eb4e43ee4ab3c8c17b0d654b +Size (firefox-l10n-100.0/tr.xpi) = 558389 bytes +BLAKE2s (firefox-l10n-100.0/trs.xpi) = c1e411e517f860f82a3ceb77d8a6e74b9a06117732e069c02b95b5adddcfd2ef +SHA512 (firefox-l10n-100.0/trs.xpi) = 10d5ca6203f16569785ab57ac174caeb6af3502460faf709e5a570f60ffdebfc004d0999bfe256302abfc5601057cc43dcdffc4c08eec151d56d9c1e0643ed4d +Size (firefox-l10n-100.0/trs.xpi) = 486846 bytes +BLAKE2s (firefox-l10n-100.0/uk.xpi) = 48fc05824cee53d877dc30fccf8ff4fff05ac2968b9d4e99188a3dae91b8fc5b +SHA512 (firefox-l10n-100.0/uk.xpi) = f994269dbd221c20ba1f8c35f3befcac40549c00fdcf689c2f51899db39ce98565b06b7c7e182f699053c459b05c8f4d7e2557abffd9912e4a4a78f03a16692a +Size (firefox-l10n-100.0/uk.xpi) = 627006 bytes +BLAKE2s (firefox-l10n-100.0/ur.xpi) = 38ddb68c60ebc6ec66f662395d68550213356d2f850dcd31f350c344da3cc526 +SHA512 (firefox-l10n-100.0/ur.xpi) = 8f82357d4ec869aca4e830850b0f6341365941a75f822f75aa0cf908837bec23dfc8560774d3d77d2a1a16a336f6a55f66c13d70ccdfac8826976d116802607b +Size (firefox-l10n-100.0/ur.xpi) = 556888 bytes +BLAKE2s (firefox-l10n-100.0/uz.xpi) = b648f36010e42b30c5abcb80aea7ed206e42efbd1dae208e174982fb83919a92 +SHA512 (firefox-l10n-100.0/uz.xpi) = 73c845d8d1f786735842b8461645b323ebcce7a93e66b69a26dd9b092c6b734f9d1277a2701c45a10e3faed31f77ca68805c25de7052d82253ec2a2711ddfcb7 +Size (firefox-l10n-100.0/uz.xpi) = 473713 bytes +BLAKE2s (firefox-l10n-100.0/vi.xpi) = b6685f64ece2dc9af4be45872cc8659c2f380882e5acba9f7968020d6d45119a +SHA512 (firefox-l10n-100.0/vi.xpi) = 760cfc847137ca7d93e2fcac72bea0d7eb4dbfb99ed8a36fef00ea5452d8d7f6e28885e980151defec06f8a8beccb49ba86de7283b6f3d4791043ed1a21da4a1 +Size (firefox-l10n-100.0/vi.xpi) = 578677 bytes +BLAKE2s (firefox-l10n-100.0/xh.xpi) = ecb5b45e5e818153cc78f46aa14903d44b2c1303a965eeeaef2721d06680aa55 +SHA512 (firefox-l10n-100.0/xh.xpi) = df1b85b4b938670cdf6c6fc9e10df2315618ab4de95a0e4362ee0ee060b52ea8e24bfae7f2cff56787e0b206a966c8c8eb02637f6205a11de3a42184eea8e4e0 +Size (firefox-l10n-100.0/xh.xpi) = 419487 bytes +BLAKE2s (firefox-l10n-100.0/zh-CN.xpi) = 21f3768d51665258a24cc2b1410f3fbd7b7c2f89ae887d3e5958e5ceb4afb885 +SHA512 (firefox-l10n-100.0/zh-CN.xpi) = f94787e44614dea3cef9230f7811aadee01b5312cc4a24cbeffc1b20c61dbf914b0b3ad33f3dc5f245ec891bf2c134ca22c9a4d23ec5529e2a20a0c873aa5026 +Size (firefox-l10n-100.0/zh-CN.xpi) = 580538 bytes +BLAKE2s (firefox-l10n-100.0/zh-TW.xpi) = 71a5cb4fc653f2fa741e646bd6b706461a7dd0606bbe087dc653bb6c4ebda792 +SHA512 (firefox-l10n-100.0/zh-TW.xpi) = b90f5fea05243612b327180a0ce13211464acd4dc02377a11386d0a1075aa9ec2265a511c0471193d9cf9dc8c3e1afb82d4908bddbb1d665511d84eae697b8a1 +Size (firefox-l10n-100.0/zh-TW.xpi) = 581629 bytes From edcccb75389154af53742a70b7730359606eb8da Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 14:14:19 +0000 Subject: [PATCH 0330/1154] doc: Updated www/firefox-l10n to 100.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 80ca60971349b..325efc5692fd0 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2545 2022/05/13 14:13:35 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2546 2022/05/13 14:14:19 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3927,3 +3927,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/libatomic to 12.1.0 [wiz 2022-05-13] Updated geography/gdal-lib to 3.5.0 [gdt 2022-05-13] Updated www/firefox to 100.0 [ryoon 2022-05-13] + Updated www/firefox-l10n to 100.0 [ryoon 2022-05-13] From 70b05b0aa757701cbf4ed83527e7d854d518c18a Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 14:24:19 +0000 Subject: [PATCH 0331/1154] lang/openjdk17: import openjdk17-1.17.0.3.7 Open-source implementation of the Java Platform, Standard Edition. This package privides OpenJDK 17 LTS. This package is NOT certified to be compatible with any Java standard. Use at own risk. Mandatory trademark notice: "OpenJDK is a trademark or registered trademark of Oracle America, Inc. in the United States and other countries." --- lang/openjdk17/DESCR | 9 + lang/openjdk17/Makefile | 211 ++++++ lang/openjdk17/PLIST | 636 ++++++++++++++++++ lang/openjdk17/bootstrap.mk | 41 ++ lang/openjdk17/buildlink3.mk | 17 + lang/openjdk17/distinfo | 34 + lang/openjdk17/hacks.mk | 47 ++ lang/openjdk17/options.mk | 108 +++ .../patch-make_autoconf_flags-cflags.m4 | 37 + .../patches/patch-make_autoconf_lib-alsa.m4 | 24 + .../patch-make_autoconf_lib-bundled.m4 | 16 + .../patch-make_autoconf_lib-freetype.m4 | 15 + .../patches/patch-make_autoconf_lib-x11.m4 | 15 + .../patch-make_common_NativeCompilation.gmk | 16 + ..._data_fontconfig_bsd.fontconfig.properties | 51 ++ .../patches/patch-make_lib_Awt2dLibraries.gmk | 17 + .../patch-src_hotspot_os_bsd_os__bsd.cpp | 34 + ...patch-src_hotspot_os_bsd_os__perf__bsd.cpp | 26 + .../patch-src_hotspot_os_posix_os__posix.cpp | 24 + ...ch-src_hotspot_os_posix_signals__posix.cpp | 16 + ...sd_native_libjava_ProcessHandleImpl__bsd.c | 32 + ...x_native_libjava_ProcessHandleImpl__unix.c | 15 + ...x_native_libjava_ProcessHandleImpl__unix.h | 14 + ...-src_java.base_unix_native_libnio_ch_Net.c | 13 + ....desktop_unix_native_common_awt_fontpath.c | 51 ++ ...are_native_libdt__socket_socketTransport.c | 13 + ...e_libmanagement__ext_UnixOperatingSystem.c | 14 + ...o_org_openjdk_bench_java_nio_genBuffers.sh | 22 + 28 files changed, 1568 insertions(+) create mode 100644 lang/openjdk17/DESCR create mode 100644 lang/openjdk17/Makefile create mode 100644 lang/openjdk17/PLIST create mode 100644 lang/openjdk17/bootstrap.mk create mode 100644 lang/openjdk17/buildlink3.mk create mode 100644 lang/openjdk17/distinfo create mode 100644 lang/openjdk17/hacks.mk create mode 100644 lang/openjdk17/options.mk create mode 100644 lang/openjdk17/patches/patch-make_autoconf_flags-cflags.m4 create mode 100644 lang/openjdk17/patches/patch-make_autoconf_lib-alsa.m4 create mode 100644 lang/openjdk17/patches/patch-make_autoconf_lib-bundled.m4 create mode 100644 lang/openjdk17/patches/patch-make_autoconf_lib-freetype.m4 create mode 100644 lang/openjdk17/patches/patch-make_autoconf_lib-x11.m4 create mode 100644 lang/openjdk17/patches/patch-make_common_NativeCompilation.gmk create mode 100644 lang/openjdk17/patches/patch-make_data_fontconfig_bsd.fontconfig.properties create mode 100644 lang/openjdk17/patches/patch-make_lib_Awt2dLibraries.gmk create mode 100644 lang/openjdk17/patches/patch-src_hotspot_os_bsd_os__bsd.cpp create mode 100644 lang/openjdk17/patches/patch-src_hotspot_os_bsd_os__perf__bsd.cpp create mode 100644 lang/openjdk17/patches/patch-src_hotspot_os_posix_os__posix.cpp create mode 100644 lang/openjdk17/patches/patch-src_hotspot_os_posix_signals__posix.cpp create mode 100644 lang/openjdk17/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c create mode 100644 lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c create mode 100644 lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h create mode 100644 lang/openjdk17/patches/patch-src_java.base_unix_native_libnio_ch_Net.c create mode 100644 lang/openjdk17/patches/patch-src_java.desktop_unix_native_common_awt_fontpath.c create mode 100644 lang/openjdk17/patches/patch-src_jdk.jdwp.agent_share_native_libdt__socket_socketTransport.c create mode 100644 lang/openjdk17/patches/patch-src_jdk.management_bsd_native_libmanagement__ext_UnixOperatingSystem.c create mode 100644 lang/openjdk17/patches/patch-test_micro_org_openjdk_bench_java_nio_genBuffers.sh diff --git a/lang/openjdk17/DESCR b/lang/openjdk17/DESCR new file mode 100644 index 0000000000000..02cfd28fb848e --- /dev/null +++ b/lang/openjdk17/DESCR @@ -0,0 +1,9 @@ +Open-source implementation of the Java Platform, Standard Edition. +This package privides OpenJDK 17 LTS. + +This package is NOT certified to be compatible with any Java standard. +Use at own risk. + +Mandatory trademark notice: + "OpenJDK is a trademark or registered trademark of Oracle America, + Inc. in the United States and other countries." diff --git a/lang/openjdk17/Makefile b/lang/openjdk17/Makefile new file mode 100644 index 0000000000000..34913b4a6f666 --- /dev/null +++ b/lang/openjdk17/Makefile @@ -0,0 +1,211 @@ +# $NetBSD: Makefile,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +DISTNAME= jdk17u-${GITHUB_TAG:C/\+/-/} +PKGNAME= openjdk17-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/} +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_GITHUB:=battleblow/} +GITHUB_PROJECT= jdk17u +GITHUB_TAG= jdk-17.0.3+7-1 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://openjdk.java.net/ +COMMENT= Open-source implementation of the Java Platform, Standard Edition +LICENSE= gnu-gpl-v2 + +DISTFILES= ${DEFAULT_DISTFILES} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +JAVA_NAME= openjdk17 +JAVA_HOME= ${PREFIX}/java/${JAVA_NAME} +JAVA_WRAPPERS= jar jarsigner java javac javadoc javap jcmd jconsole jdb \ + jdeprscan jdeps jfr jimage jinfo jlink jmap jmod jps \ + jrunscript jshell jstack jstat jstatd keytool \ + rmiregistry serialver + +BUILD_DEPENDS+= mozilla-rootcerts>=1.0.20140820nb2:../../security/mozilla-rootcerts + +# For alloca() +BUILDLINK_TRANSFORM+= opt:-std=c99:-std=gnu99 +BUILDLINK_TRANSFORM+= opt:-std=c++14:-std=gnu++14 +BUILDLINK_TRANSFORM+= opt:-std=c++11:-std=gnu++11 +# For NetBSD +BUILDLINK_TRANSFORM.NetBSD+= rm:-ldl + +.include "../../mk/bsd.prefs.mk" + +# -Wl,--hash-style=gnu is not supported by NetBSD 9. +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099900 +BUILDLINK_TRANSFORM+= opt:-Wl,--hash-style=gnu:-Wl,--hash-style=sysv +.endif + +GNU_CONFIGURE= yes +GNU_CONFIGURE_STRICT= no # generates the configure script during the build +USE_GNU_CONFIGURE_HOST= no +CONFIGURE_SCRIPT= configure +CONFIG_SHELL= bash +CONFIG_SUB_OVERRIDE+= make/autoconf/build-aux/config.sub +CONFIG_GUESS_OVERRIDE+= make/autoconf/build-aux/config.guess +CONFIG_SUB_OVERRIDE+= make/autoconf/build-aux/autoconf-config.sub +CONFIG_GUESS_OVERRIDE+= make/autoconf/build-aux/autoconf-config.guess +USE_LANGUAGES= c c++ +USE_TOOLS+= bash gmake pax pkg-config unzip:run zip:run autoconf automake +UNLIMIT_RESOURCES= datasize stacksize virtualsize cputime + +BUILDLINK_PASSTHRU_DIRS+= ${ALT_BOOTDIR} + +# Try to use less POSIX semaphores (large MAKE_JOBS can consume them all) +BOOT_JVMARGS= -XX:+UnlockDiagnosticVMOptions + +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --openjdk-target=${MACHINE_GNU_PLATFORM} +CONFIGURE_ARGS+= --with-boot-jdk=${ALT_BOOTDIR} +CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=${BOOT_JVMARGS:Q} +CONFIGURE_ARGS+= --with-zlib=system +CONFIGURE_ARGS+= --with-giflib=bundled +CONFIGURE_ARGS+= --with-lcms=bundled +CONFIGURE_ARGS+= --with-cups-include=${BUILDLINK_PREFIX.libcups}/include +CONFIGURE_ARGS+= --with-freetype=system +CONFIGURE_ARGS+= --with-freetype-lib=${BUILDLINK_PREFIX.freetype2}/lib +CONFIGURE_ARGS+= --with-freetype-include=${BUILDLINK_PREFIX.freetype2}/include +CONFIGURE_ARGS+= --with-jobs=${MAKE_JOBS:U1} +CONFIGURE_ARGS+= --with-num-cores=${MAKE_JOBS:U1} +CONFIGURE_ARGS+= --disable-precompiled-headers +CONFIGURE_ARGS+= --disable-ccache +CONFIGURE_ARGS+= --disable-javac-server +# Do not include ${PREFIX} (/usr/pkg) for internal libraries. +#CONFIGURE_ARGS+= --with-extra-ldflags=${LDFLAGS:Q} +CONFIGURE_ARGS+= --with-extra-cflags=${CFLAGS:Q} +CONFIGURE_ARGS+= --with-extra-cxxflags=${CXXFLAGS:Q} +CONFIGURE_ARGS+= --disable-warnings-as-errors +CONFIGURE_ARGS+= --with-cacerts-file=${WRKDIR}/cacerts.out +CONFIGURE_ARGS+= --with-default-make-target=product-images +# It is intentional to use CONFIGURE_ARGS instead of CONFIGURE_ENV here. +CONFIGURE_ARGS+= USER=pkgsrc + +# Avoid build errors when JAVA_HOME and CLASSPATH are defined by user. +MAKE_ENV+= JAVA_HOME= +MAKE_ENV+= CLASSPATH= +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 099980 +ALL_ENV+= SED="sed -g" +.endif + +BUILD_OPSYS= ${OPSYS:C/.*BSD/bsd/:S/DragonFly/bsd/:S/SunOS/solaris/:S/Linux/linux/} +BUILD_ARCH= ${MACHINE_ARCH:S/i386/x86/:S/sparc64/sparcv9/:C/^e?arm.*$/arm/} +BUILDDIR= ${WRKSRC}/build/${BUILD_OPSYS}-${BUILD_ARCH}-${BUILD_VARIANT}-${BUILD_DEBUG_LEVEL} +BUILDLINK_PASSTHRU_RPATHDIRS+= ${PREFIX}/java/${JAVA_NAME}/lib +BUILDLINK_PASSTHRU_RPATHDIRS+= ${PREFIX}/java/${JAVA_NAME}/lib/server +WRKSRC= ${WRKDIR}/${DISTNAME} + +.include "../../mk/compiler.mk" + +.if !empty(PKGSRC_COMPILER:Mclang) +CONFIGURE_ARGS+= --with-toolchain-type=clang +_WRAP_EXTRA_ARGS.CC+= -Wno-format-nonliteral -Wno-sign-compare -Wno-char-subscripts +CWRAPPERS_APPEND.cc+= -Wno-format-nonliteral -Wno-sign-compare -Wno-char-subscripts +_WRAP_EXTRA_ARGS.CXX+= -Wno-tautological-undefined-compare +CWRAPPERS_APPEND.cxx+= -Wno-tautological-undefined-compare + +BUILDLINK_TRANSFORM+= rm:-fcheck-new +BUILDLINK_TRANSFORM+= rm:-fpch-deps +. if ${MACHINE_ARCH} == "x86_64" +_WRAP_EXTRA_ARGS.CXX+= -mstackrealign +CWRAPPERS_APPEND.cxx+= -mstackrealign +. endif +.else +# GCC +CONFIGURE_ARGS+= --with-toolchain-type=gcc +.endif + +.include "bootstrap.mk" +.include "options.mk" + +SUBST_CLASSES+= libpath +SUBST_STAGE.libpath= pre-configure +SUBST_FILES.libpath+= src/hotspot/os/bsd/os_bsd.cpp +SUBST_FILES.libpath+= make/autoconf/flags-cflags.m4 +SUBST_FILES.libpath+= make/autoconf/lib-bundled.m4 +SUBST_FILES.libpath+= make/autoconf/lib-freetype.m4 +SUBST_FILES.libpath+= make/autoconf/lib-x11.m4 +SUBST_VARS.libpath= PREFIX COMPILER_RPATH_FLAG JAVA_NAME BUILDLINK_PREFIX.zlib X11BASE + +SUBST_CLASSES+= fontpaths +SUBST_STAGE.fontpaths= pre-configure +SUBST_MESSAGE.fontpaths= fixing font paths +SUBST_FILES.fontpaths= make/data/fontconfig/bsd.fontconfig.properties +SUBST_FILES.fontpaths+= src/java.desktop/unix/native/common/awt/fontpath.c +SUBST_VARS.fontpaths= PREFIX BUILDLINK_PREFIX.fontconfig + +.if ${OPSYS} == "NetBSD" +# NetBSD's EVFILT_* EV_* are different from FreeBSD/OpenBSD's values. +SUBST_CLASSES+= kqueue +SUBST_STAGE.kqueue= pre-configure +SUBST_MESSAGE.kqueue= fixing kqueue filter values +SUBST_FILES.kqueue= src/java.base/bsd/classes/sun/nio/ch/KQueue.java +SUBST_SED.kqueue= -e 's/static final int EVFILT_READ = -1;/static final int EVFILT_READ = 0;/' +SUBST_SED.kqueue+= -e 's/static final int EVFILT_WRITE = -2;/static final int EVFILT_WRITE = 1;/' +SUBST_SED.kqueue+= -e 's/static final int EV_ONESHOT = 0x0010;/static final int EV_ONESHOT = 0x0004;/' +SUBST_SED.kqueue+= -e 's/static final int EV_CLEAR = 0x0020;/static final int EV_CLEAR = 0x0008;/' +.endif + +PLIST_VARS+= internal_vm_compiler jvmci +.if ${MACHINE_ARCH} == "x86_64" +PLIST.internal_vm_compiler= yes +PLIST.jvmci= yes +.endif +.if ${MACHINE_ARCH} == "aarch64" +PLIST.jvmci= yes +.endif + +.if ${OPSYS} == "NetBSD" +TOOLS_PLATFORM.unzip= +.endif + +post-extract: +# These libs are bundled w/ the netbsd-7 bootstrap to facilitate building with +# MKLLVM=yes / MKGCC=no. Nuke them from bootstrap if they are present in base. +.if exists(/lib/libgcc_s.so.1) + ${RM} -f ${ALT_BOOTDIR}/lib/libgcc_s.so* +.endif + +pre-configure: ${WRKDIR}/cacerts.out + +${WRKDIR}/cacerts.out: + mkdir ${WRKDIR}/cacerts && cd ${WRKDIR}/cacerts && \ + ${PREFIX}/sbin/mozilla-rootcerts extract + ${_ULIMIT_CMD} for cert in ${WRKDIR}/cacerts/*.pem; do \ + ${INFO_MSG} "Importing $$cert" && \ + ${SETENV} ${CONFIGURE_ENV} LC_ALL=C \ + ${ALT_BOOTDIR}/bin/keytool \ + -noprompt \ + -importcert \ + -keystore ${.TARGET}.tmp \ + -alias `${ECHO} $$cert | sed 's,.*/\\([^/]*\\)\\.pem,\\1,'` \ + -file $$cert \ + -storetype jks \ + -storepass changeit; \ + done + mv ${.TARGET}.tmp ${.TARGET} + +do-build: + rm -f ${WRKSRC}/make/data/fontconfig/*.orig + ${_ULIMIT_CMD} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${ALT_BOOTDIR}/lib ${MAKE_PROGRAM} + +do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${JAVA_HOME} + cd ${BUILDDIR}/images/jdk && pax -rwpp . \ + ${DESTDIR}${JAVA_HOME}/. + +.if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" +.include "../../audio/alsa-lib/buildlink3.mk" +CONFIGURE_ARGS+= --with-alsa=${BUILDLINK_PREFIX.alsa-lib} +.endif +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../fonts/fontconfig/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" +# Headers from CUPS are required to build the native implementation of +# sun.print.* which is used by java.awt.print. +BUILDLINK_DEPMETHOD.libcups?= build +.include "../../print/libcups/buildlink3.mk" +.include "../../mk/java-env.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/openjdk17/PLIST b/lang/openjdk17/PLIST new file mode 100644 index 0000000000000..2899a6d2e5804 --- /dev/null +++ b/lang/openjdk17/PLIST @@ -0,0 +1,636 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/13 14:24:19 ryoon Exp $ +bin/openjdk17-jar +bin/openjdk17-jarsigner +bin/openjdk17-java +bin/openjdk17-javac +bin/openjdk17-javadoc +bin/openjdk17-javap +bin/openjdk17-jcmd +bin/openjdk17-jconsole +bin/openjdk17-jdb +bin/openjdk17-jdeprscan +bin/openjdk17-jdeps +bin/openjdk17-jfr +bin/openjdk17-jimage +bin/openjdk17-jinfo +bin/openjdk17-jlink +bin/openjdk17-jmap +bin/openjdk17-jmod +bin/openjdk17-jps +bin/openjdk17-jrunscript +bin/openjdk17-jshell +bin/openjdk17-jstack +bin/openjdk17-jstat +bin/openjdk17-jstatd +bin/openjdk17-keytool +bin/openjdk17-rmiregistry +bin/openjdk17-serialver +java/openjdk17/bin/jar +java/openjdk17/bin/jar.diz +java/openjdk17/bin/jarsigner +java/openjdk17/bin/jarsigner.diz +java/openjdk17/bin/java +java/openjdk17/bin/java.diz +java/openjdk17/bin/javac +java/openjdk17/bin/javac.diz +java/openjdk17/bin/javadoc +java/openjdk17/bin/javadoc.diz +java/openjdk17/bin/javap +java/openjdk17/bin/javap.diz +java/openjdk17/bin/jcmd +java/openjdk17/bin/jcmd.diz +java/openjdk17/bin/jconsole +java/openjdk17/bin/jconsole.diz +java/openjdk17/bin/jdb +java/openjdk17/bin/jdb.diz +java/openjdk17/bin/jdeprscan +java/openjdk17/bin/jdeprscan.diz +java/openjdk17/bin/jdeps +java/openjdk17/bin/jdeps.diz +java/openjdk17/bin/jfr +java/openjdk17/bin/jfr.diz +java/openjdk17/bin/jimage +java/openjdk17/bin/jimage.diz +java/openjdk17/bin/jinfo +java/openjdk17/bin/jinfo.diz +java/openjdk17/bin/jlink +java/openjdk17/bin/jlink.diz +java/openjdk17/bin/jmap +java/openjdk17/bin/jmap.diz +java/openjdk17/bin/jmod +java/openjdk17/bin/jmod.diz +java/openjdk17/bin/jps +java/openjdk17/bin/jps.diz +java/openjdk17/bin/jrunscript +java/openjdk17/bin/jrunscript.diz +java/openjdk17/bin/jshell +java/openjdk17/bin/jshell.diz +java/openjdk17/bin/jstack +java/openjdk17/bin/jstack.diz +java/openjdk17/bin/jstat +java/openjdk17/bin/jstat.diz +java/openjdk17/bin/jstatd +java/openjdk17/bin/jstatd.diz +java/openjdk17/bin/keytool +java/openjdk17/bin/keytool.diz +java/openjdk17/bin/rmiregistry +java/openjdk17/bin/rmiregistry.diz +java/openjdk17/bin/serialver +java/openjdk17/bin/serialver.diz +java/openjdk17/conf/logging.properties +java/openjdk17/conf/management/jmxremote.access +java/openjdk17/conf/management/jmxremote.password.template +java/openjdk17/conf/management/management.properties +java/openjdk17/conf/net.properties +java/openjdk17/conf/security/java.policy +java/openjdk17/conf/security/java.security +java/openjdk17/conf/security/policy/README.txt +java/openjdk17/conf/security/policy/limited/default_US_export.policy +java/openjdk17/conf/security/policy/limited/default_local.policy +java/openjdk17/conf/security/policy/limited/exempt_local.policy +java/openjdk17/conf/security/policy/unlimited/default_US_export.policy +java/openjdk17/conf/security/policy/unlimited/default_local.policy +java/openjdk17/conf/sound.properties +java/openjdk17/demo/README +java/openjdk17/demo/jfc/CodePointIM/CodePointIM.jar +java/openjdk17/demo/jfc/CodePointIM/README.html +java/openjdk17/demo/jfc/CodePointIM/README_ja.html +java/openjdk17/demo/jfc/CodePointIM/README_zh_CN.html +java/openjdk17/demo/jfc/CodePointIM/src.zip +java/openjdk17/demo/jfc/FileChooserDemo/FileChooserDemo.jar +java/openjdk17/demo/jfc/FileChooserDemo/README.txt +java/openjdk17/demo/jfc/FileChooserDemo/src.zip +java/openjdk17/demo/jfc/Font2DTest/Font2DTest.html +java/openjdk17/demo/jfc/Font2DTest/Font2DTest.jar +java/openjdk17/demo/jfc/Font2DTest/README.txt +java/openjdk17/demo/jfc/Font2DTest/src.zip +java/openjdk17/demo/jfc/J2Ddemo/J2Ddemo.jar +java/openjdk17/demo/jfc/J2Ddemo/README.txt +java/openjdk17/demo/jfc/J2Ddemo/src.zip +java/openjdk17/demo/jfc/Metalworks/Metalworks.jar +java/openjdk17/demo/jfc/Metalworks/README.txt +java/openjdk17/demo/jfc/Metalworks/src.zip +java/openjdk17/demo/jfc/Notepad/Notepad.jar +java/openjdk17/demo/jfc/Notepad/README.txt +java/openjdk17/demo/jfc/Notepad/src.zip +java/openjdk17/demo/jfc/SampleTree/README.txt +java/openjdk17/demo/jfc/SampleTree/SampleTree.jar +java/openjdk17/demo/jfc/SampleTree/src.zip +java/openjdk17/demo/jfc/Stylepad/README.txt +java/openjdk17/demo/jfc/Stylepad/Stylepad.jar +java/openjdk17/demo/jfc/Stylepad/src.zip +java/openjdk17/demo/jfc/SwingSet2/README.txt +java/openjdk17/demo/jfc/SwingSet2/SwingSet2.html +java/openjdk17/demo/jfc/SwingSet2/SwingSet2.jar +java/openjdk17/demo/jfc/SwingSet2/src.zip +java/openjdk17/demo/jfc/TableExample/README.txt +java/openjdk17/demo/jfc/TableExample/TableExample.jar +java/openjdk17/demo/jfc/TableExample/src.zip +java/openjdk17/demo/jfc/TransparentRuler/README.txt +java/openjdk17/demo/jfc/TransparentRuler/TransparentRuler.jar +java/openjdk17/demo/jfc/TransparentRuler/src.zip +java/openjdk17/demo/nbproject/README.txt +java/openjdk17/demo/nbproject/jfc/FileChooserDemo/build.properties +java/openjdk17/demo/nbproject/jfc/FileChooserDemo/build.xml +java/openjdk17/demo/nbproject/jfc/FileChooserDemo/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/jfc/FileChooserDemo/nbproject/jdk.xml +java/openjdk17/demo/nbproject/jfc/FileChooserDemo/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/jfc/FileChooserDemo/nbproject/project.xml +java/openjdk17/demo/nbproject/jfc/Font2DTest/build.properties +java/openjdk17/demo/nbproject/jfc/Font2DTest/build.xml +java/openjdk17/demo/nbproject/jfc/Font2DTest/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/jfc/Font2DTest/nbproject/jdk.xml +java/openjdk17/demo/nbproject/jfc/Font2DTest/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/jfc/Font2DTest/nbproject/project.xml +java/openjdk17/demo/nbproject/jfc/Metalworks/build.properties +java/openjdk17/demo/nbproject/jfc/Metalworks/build.xml +java/openjdk17/demo/nbproject/jfc/Metalworks/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/jfc/Metalworks/nbproject/jdk.xml +java/openjdk17/demo/nbproject/jfc/Metalworks/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/jfc/Metalworks/nbproject/project.xml +java/openjdk17/demo/nbproject/jfc/Notepad/build.properties +java/openjdk17/demo/nbproject/jfc/Notepad/build.xml +java/openjdk17/demo/nbproject/jfc/Notepad/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/jfc/Notepad/nbproject/jdk.xml +java/openjdk17/demo/nbproject/jfc/Notepad/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/jfc/Notepad/nbproject/project.xml +java/openjdk17/demo/nbproject/jfc/SampleTree/build.properties +java/openjdk17/demo/nbproject/jfc/SampleTree/build.xml +java/openjdk17/demo/nbproject/jfc/SampleTree/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/jfc/SampleTree/nbproject/jdk.xml +java/openjdk17/demo/nbproject/jfc/SampleTree/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/jfc/SampleTree/nbproject/project.xml +java/openjdk17/demo/nbproject/jfc/SwingApplet/build.properties +java/openjdk17/demo/nbproject/jfc/SwingApplet/build.xml +java/openjdk17/demo/nbproject/jfc/SwingApplet/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/jfc/SwingApplet/nbproject/jdk.xml +java/openjdk17/demo/nbproject/jfc/SwingApplet/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/jfc/SwingApplet/nbproject/project.xml +java/openjdk17/demo/nbproject/jfc/TableExample/build.properties +java/openjdk17/demo/nbproject/jfc/TableExample/build.xml +java/openjdk17/demo/nbproject/jfc/TableExample/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/jfc/TableExample/nbproject/jdk.xml +java/openjdk17/demo/nbproject/jfc/TableExample/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/jfc/TableExample/nbproject/project.xml +java/openjdk17/demo/nbproject/jfc/TransparentRuler/build.properties +java/openjdk17/demo/nbproject/jfc/TransparentRuler/build.xml +java/openjdk17/demo/nbproject/jfc/TransparentRuler/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/jfc/TransparentRuler/nbproject/jdk.xml +java/openjdk17/demo/nbproject/jfc/TransparentRuler/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/jfc/TransparentRuler/nbproject/project.xml +java/openjdk17/demo/nbproject/management/FullThreadDump/build.properties +java/openjdk17/demo/nbproject/management/FullThreadDump/build.xml +java/openjdk17/demo/nbproject/management/FullThreadDump/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/management/FullThreadDump/nbproject/jdk.xml +java/openjdk17/demo/nbproject/management/FullThreadDump/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/management/FullThreadDump/nbproject/project.xml +java/openjdk17/demo/nbproject/management/JTop/build.properties +java/openjdk17/demo/nbproject/management/JTop/build.xml +java/openjdk17/demo/nbproject/management/JTop/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/management/JTop/nbproject/jdk.xml +java/openjdk17/demo/nbproject/management/JTop/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/management/JTop/nbproject/project.xml +java/openjdk17/demo/nbproject/management/MemoryMonitor/build.properties +java/openjdk17/demo/nbproject/management/MemoryMonitor/build.xml +java/openjdk17/demo/nbproject/management/MemoryMonitor/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/management/MemoryMonitor/nbproject/jdk.xml +java/openjdk17/demo/nbproject/management/MemoryMonitor/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/management/MemoryMonitor/nbproject/project.xml +java/openjdk17/demo/nbproject/management/VerboseGC/build.properties +java/openjdk17/demo/nbproject/management/VerboseGC/build.xml +java/openjdk17/demo/nbproject/management/VerboseGC/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/management/VerboseGC/nbproject/jdk.xml +java/openjdk17/demo/nbproject/management/VerboseGC/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/management/VerboseGC/nbproject/project.xml +java/openjdk17/demo/nbproject/project.xml +java/openjdk17/demo/nbproject/scripting/jconsole-plugin/build.properties +java/openjdk17/demo/nbproject/scripting/jconsole-plugin/build.xml +java/openjdk17/demo/nbproject/scripting/jconsole-plugin/nbproject/file-targets.xml +java/openjdk17/demo/nbproject/scripting/jconsole-plugin/nbproject/jdk.xml +java/openjdk17/demo/nbproject/scripting/jconsole-plugin/nbproject/netbeans-targets.xml +java/openjdk17/demo/nbproject/scripting/jconsole-plugin/nbproject/project.xml +java/openjdk17/include/classfile_constants.h +java/openjdk17/include/jawt.h +java/openjdk17/include/jdwpTransport.h +java/openjdk17/include/jni.h +java/openjdk17/include/jvmti.h +java/openjdk17/include/jvmticmlr.h +java/openjdk17/include/netbsd/jawt_md.h +java/openjdk17/include/netbsd/jni_md.h +java/openjdk17/jmods/java.base.jmod +java/openjdk17/jmods/java.compiler.jmod +java/openjdk17/jmods/java.datatransfer.jmod +java/openjdk17/jmods/java.desktop.jmod +java/openjdk17/jmods/java.instrument.jmod +java/openjdk17/jmods/java.logging.jmod +java/openjdk17/jmods/java.management.jmod +java/openjdk17/jmods/java.management.rmi.jmod +java/openjdk17/jmods/java.naming.jmod +java/openjdk17/jmods/java.net.http.jmod +java/openjdk17/jmods/java.prefs.jmod +java/openjdk17/jmods/java.rmi.jmod +java/openjdk17/jmods/java.scripting.jmod +java/openjdk17/jmods/java.se.jmod +java/openjdk17/jmods/java.security.jgss.jmod +java/openjdk17/jmods/java.security.sasl.jmod +java/openjdk17/jmods/java.smartcardio.jmod +java/openjdk17/jmods/java.sql.jmod +java/openjdk17/jmods/java.sql.rowset.jmod +java/openjdk17/jmods/java.transaction.xa.jmod +java/openjdk17/jmods/java.xml.crypto.jmod +java/openjdk17/jmods/java.xml.jmod +java/openjdk17/jmods/jdk.accessibility.jmod +java/openjdk17/jmods/jdk.attach.jmod +java/openjdk17/jmods/jdk.charsets.jmod +java/openjdk17/jmods/jdk.compiler.jmod +java/openjdk17/jmods/jdk.crypto.cryptoki.jmod +java/openjdk17/jmods/jdk.crypto.ec.jmod +java/openjdk17/jmods/jdk.dynalink.jmod +java/openjdk17/jmods/jdk.editpad.jmod +java/openjdk17/jmods/jdk.httpserver.jmod +java/openjdk17/jmods/jdk.incubator.foreign.jmod +java/openjdk17/jmods/jdk.incubator.vector.jmod +java/openjdk17/jmods/jdk.internal.ed.jmod +java/openjdk17/jmods/jdk.internal.jvmstat.jmod +java/openjdk17/jmods/jdk.internal.le.jmod +java/openjdk17/jmods/jdk.internal.opt.jmod +${PLIST.jvmci}java/openjdk17/jmods/jdk.internal.vm.ci.jmod +${PLIST.internal_vm_compiler}java/openjdk17/jmods/jdk.internal.vm.compiler.jmod +${PLIST.internal_vm_compiler}java/openjdk17/jmods/jdk.internal.vm.compiler.management.jmod +java/openjdk17/jmods/jdk.jartool.jmod +java/openjdk17/jmods/jdk.javadoc.jmod +java/openjdk17/jmods/jdk.jcmd.jmod +java/openjdk17/jmods/jdk.jconsole.jmod +java/openjdk17/jmods/jdk.jdeps.jmod +java/openjdk17/jmods/jdk.jdi.jmod +java/openjdk17/jmods/jdk.jdwp.agent.jmod +java/openjdk17/jmods/jdk.jfr.jmod +java/openjdk17/jmods/jdk.jlink.jmod +java/openjdk17/jmods/jdk.jshell.jmod +java/openjdk17/jmods/jdk.jsobject.jmod +java/openjdk17/jmods/jdk.jstatd.jmod +java/openjdk17/jmods/jdk.localedata.jmod +java/openjdk17/jmods/jdk.management.agent.jmod +java/openjdk17/jmods/jdk.management.jfr.jmod +java/openjdk17/jmods/jdk.management.jmod +java/openjdk17/jmods/jdk.naming.dns.jmod +java/openjdk17/jmods/jdk.naming.rmi.jmod +java/openjdk17/jmods/jdk.net.jmod +java/openjdk17/jmods/jdk.nio.mapmode.jmod +java/openjdk17/jmods/jdk.random.jmod +java/openjdk17/jmods/jdk.sctp.jmod +java/openjdk17/jmods/jdk.security.auth.jmod +java/openjdk17/jmods/jdk.security.jgss.jmod +java/openjdk17/jmods/jdk.unsupported.desktop.jmod +java/openjdk17/jmods/jdk.unsupported.jmod +java/openjdk17/jmods/jdk.xml.dom.jmod +java/openjdk17/jmods/jdk.zipfs.jmod +java/openjdk17/legal/java.base/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.base/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.base/LICENSE +java/openjdk17/legal/java.base/aes.md +java/openjdk17/legal/java.base/asm.md +java/openjdk17/legal/java.base/c-libutl.md +java/openjdk17/legal/java.base/cldr.md +java/openjdk17/legal/java.base/icu.md +java/openjdk17/legal/java.base/public_suffix.md +java/openjdk17/legal/java.base/unicode.md +java/openjdk17/legal/java.compiler/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.compiler/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.compiler/LICENSE +java/openjdk17/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.datatransfer/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.datatransfer/LICENSE +java/openjdk17/legal/java.desktop/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.desktop/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.desktop/LICENSE +java/openjdk17/legal/java.desktop/colorimaging.md +java/openjdk17/legal/java.desktop/giflib.md +java/openjdk17/legal/java.desktop/harfbuzz.md +java/openjdk17/legal/java.desktop/jpeg.md +java/openjdk17/legal/java.desktop/lcms.md +java/openjdk17/legal/java.desktop/libpng.md +java/openjdk17/legal/java.desktop/mesa3d.md +java/openjdk17/legal/java.desktop/xwd.md +java/openjdk17/legal/java.instrument/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.instrument/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.instrument/LICENSE +java/openjdk17/legal/java.logging/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.logging/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.logging/LICENSE +java/openjdk17/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.management.rmi/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.management.rmi/LICENSE +java/openjdk17/legal/java.management/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.management/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.management/LICENSE +java/openjdk17/legal/java.naming/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.naming/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.naming/LICENSE +java/openjdk17/legal/java.net.http/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.net.http/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.net.http/LICENSE +java/openjdk17/legal/java.prefs/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.prefs/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.prefs/LICENSE +java/openjdk17/legal/java.rmi/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.rmi/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.rmi/LICENSE +java/openjdk17/legal/java.scripting/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.scripting/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.scripting/LICENSE +java/openjdk17/legal/java.se/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.se/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.se/LICENSE +java/openjdk17/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.security.jgss/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.security.jgss/LICENSE +java/openjdk17/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.security.sasl/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.security.sasl/LICENSE +java/openjdk17/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.smartcardio/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.smartcardio/LICENSE +java/openjdk17/legal/java.smartcardio/pcsclite.md +java/openjdk17/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.sql.rowset/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.sql.rowset/LICENSE +java/openjdk17/legal/java.sql/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.sql/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.sql/LICENSE +java/openjdk17/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.transaction.xa/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.transaction.xa/LICENSE +java/openjdk17/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.xml.crypto/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.xml.crypto/LICENSE +java/openjdk17/legal/java.xml.crypto/santuario.md +java/openjdk17/legal/java.xml/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/java.xml/ASSEMBLY_EXCEPTION +java/openjdk17/legal/java.xml/LICENSE +java/openjdk17/legal/java.xml/bcel.md +java/openjdk17/legal/java.xml/dom.md +java/openjdk17/legal/java.xml/jcup.md +java/openjdk17/legal/java.xml/xalan.md +java/openjdk17/legal/java.xml/xerces.md +java/openjdk17/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.accessibility/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.accessibility/LICENSE +java/openjdk17/legal/jdk.attach/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.attach/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.attach/LICENSE +java/openjdk17/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.charsets/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.charsets/LICENSE +java/openjdk17/legal/jdk.compiler/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.compiler/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.compiler/LICENSE +java/openjdk17/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.crypto.cryptoki/LICENSE +java/openjdk17/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md +java/openjdk17/legal/jdk.crypto.cryptoki/pkcs11wrapper.md +java/openjdk17/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.crypto.ec/LICENSE +java/openjdk17/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.dynalink/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.dynalink/LICENSE +java/openjdk17/legal/jdk.dynalink/dynalink.md +java/openjdk17/legal/jdk.editpad/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.editpad/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.editpad/LICENSE +java/openjdk17/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.httpserver/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.httpserver/LICENSE +java/openjdk17/legal/jdk.incubator.foreign/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.incubator.foreign/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.incubator.foreign/LICENSE +java/openjdk17/legal/jdk.incubator.vector/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.incubator.vector/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.incubator.vector/LICENSE +java/openjdk17/legal/jdk.internal.ed/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.internal.ed/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.internal.ed/LICENSE +java/openjdk17/legal/jdk.internal.jvmstat/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.internal.jvmstat/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.internal.jvmstat/LICENSE +java/openjdk17/legal/jdk.internal.le/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.internal.le/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.internal.le/LICENSE +java/openjdk17/legal/jdk.internal.le/jline.md +java/openjdk17/legal/jdk.internal.opt/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.internal.opt/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.internal.opt/LICENSE +java/openjdk17/legal/jdk.internal.opt/jopt-simple.md +${PLIST.jvmci}java/openjdk17/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO +${PLIST.jvmci}java/openjdk17/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION +${PLIST.jvmci}java/openjdk17/legal/jdk.internal.vm.ci/LICENSE +${PLIST.internal_vm_compiler}java/openjdk17/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO +${PLIST.internal_vm_compiler}java/openjdk17/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION +${PLIST.internal_vm_compiler}java/openjdk17/legal/jdk.internal.vm.compiler.management/LICENSE +${PLIST.internal_vm_compiler}java/openjdk17/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO +${PLIST.internal_vm_compiler}java/openjdk17/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION +${PLIST.internal_vm_compiler}java/openjdk17/legal/jdk.internal.vm.compiler/LICENSE +java/openjdk17/legal/jdk.jartool/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jartool/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jartool/LICENSE +java/openjdk17/legal/jdk.javadoc/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.javadoc/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.javadoc/LICENSE +java/openjdk17/legal/jdk.javadoc/jquery.md +java/openjdk17/legal/jdk.javadoc/jqueryUI.md +java/openjdk17/legal/jdk.jcmd/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jcmd/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jcmd/LICENSE +java/openjdk17/legal/jdk.jconsole/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jconsole/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jconsole/LICENSE +java/openjdk17/legal/jdk.jdeps/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jdeps/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jdeps/LICENSE +java/openjdk17/legal/jdk.jdi/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jdi/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jdi/LICENSE +java/openjdk17/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jdwp.agent/LICENSE +java/openjdk17/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jfr/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jfr/LICENSE +java/openjdk17/legal/jdk.jlink/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jlink/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jlink/LICENSE +java/openjdk17/legal/jdk.jshell/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jshell/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jshell/LICENSE +java/openjdk17/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jsobject/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jsobject/LICENSE +java/openjdk17/legal/jdk.jstatd/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.jstatd/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.jstatd/LICENSE +java/openjdk17/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.localedata/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.localedata/LICENSE +java/openjdk17/legal/jdk.localedata/cldr.md +java/openjdk17/legal/jdk.localedata/thaidict.md +java/openjdk17/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.management.agent/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.management.agent/LICENSE +java/openjdk17/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.management.jfr/LICENSE +java/openjdk17/legal/jdk.management/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.management/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.management/LICENSE +java/openjdk17/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.naming.dns/LICENSE +java/openjdk17/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.naming.rmi/LICENSE +java/openjdk17/legal/jdk.net/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.net/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.net/LICENSE +java/openjdk17/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.nio.mapmode/LICENSE +java/openjdk17/legal/jdk.random/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.random/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.random/LICENSE +java/openjdk17/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.sctp/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.sctp/LICENSE +java/openjdk17/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.security.auth/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.security.auth/LICENSE +java/openjdk17/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.security.jgss/LICENSE +java/openjdk17/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.unsupported.desktop/LICENSE +java/openjdk17/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.unsupported/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.unsupported/LICENSE +java/openjdk17/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.xml.dom/LICENSE +java/openjdk17/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO +java/openjdk17/legal/jdk.zipfs/ASSEMBLY_EXCEPTION +java/openjdk17/legal/jdk.zipfs/LICENSE +java/openjdk17/lib/classlist +java/openjdk17/lib/ct.sym +java/openjdk17/lib/fontconfig.bfc +java/openjdk17/lib/fontconfig.properties.src +java/openjdk17/lib/jfr/default.jfc +java/openjdk17/lib/jfr/profile.jfc +java/openjdk17/lib/jrt-fs.jar +java/openjdk17/lib/jspawnhelper +java/openjdk17/lib/jspawnhelper.diz +java/openjdk17/lib/jvm.cfg +java/openjdk17/lib/libattach.diz +java/openjdk17/lib/libattach.so +java/openjdk17/lib/libawt.diz +java/openjdk17/lib/libawt.so +java/openjdk17/lib/libawt_headless.diz +java/openjdk17/lib/libawt_headless.so +${PLIST.x11}java/openjdk17/lib/libawt_xawt${DBGEXT} +${PLIST.x11}java/openjdk17/lib/libawt_xawt.so +java/openjdk17/lib/libdt_socket.diz +java/openjdk17/lib/libdt_socket.so +java/openjdk17/lib/libextnet.diz +java/openjdk17/lib/libextnet.so +java/openjdk17/lib/libfontmanager.diz +java/openjdk17/lib/libfontmanager.so +java/openjdk17/lib/libinstrument.diz +java/openjdk17/lib/libinstrument.so +java/openjdk17/lib/libj2gss.diz +java/openjdk17/lib/libj2gss.so +java/openjdk17/lib/libj2pcsc.diz +java/openjdk17/lib/libj2pcsc.so +java/openjdk17/lib/libj2pkcs11.diz +java/openjdk17/lib/libj2pkcs11.so +java/openjdk17/lib/libjaas.diz +java/openjdk17/lib/libjaas.so +java/openjdk17/lib/libjava.diz +java/openjdk17/lib/libjava.so +java/openjdk17/lib/libjavajpeg.diz +java/openjdk17/lib/libjavajpeg.so +java/openjdk17/lib/libjawt.diz +java/openjdk17/lib/libjawt.so +java/openjdk17/lib/libjdwp.diz +java/openjdk17/lib/libjdwp.so +java/openjdk17/lib/libjimage.diz +java/openjdk17/lib/libjimage.so +java/openjdk17/lib/libjli.diz +java/openjdk17/lib/libjli.so +java/openjdk17/lib/libjsig.diz +java/openjdk17/lib/libjsig.so +java/openjdk17/lib/libjsound.diz +java/openjdk17/lib/libjsound.so +java/openjdk17/lib/liblcms.diz +java/openjdk17/lib/liblcms.so +java/openjdk17/lib/libmanagement.diz +java/openjdk17/lib/libmanagement.so +java/openjdk17/lib/libmanagement_agent.diz +java/openjdk17/lib/libmanagement_agent.so +java/openjdk17/lib/libmanagement_ext.diz +java/openjdk17/lib/libmanagement_ext.so +java/openjdk17/lib/libmlib_image.diz +java/openjdk17/lib/libmlib_image.so +java/openjdk17/lib/libnet.diz +java/openjdk17/lib/libnet.so +java/openjdk17/lib/libnio.diz +java/openjdk17/lib/libnio.so +java/openjdk17/lib/libprefs.diz +java/openjdk17/lib/libprefs.so +java/openjdk17/lib/librmi.diz +java/openjdk17/lib/librmi.so +${PLIST.x11}java/openjdk17/lib/libsplashscreen${DBGEXT} +${PLIST.x11}java/openjdk17/lib/libsplashscreen.so +java/openjdk17/lib/libsyslookup.diz +java/openjdk17/lib/libsyslookup.so +java/openjdk17/lib/libverify.diz +java/openjdk17/lib/libverify.so +java/openjdk17/lib/libzip.diz +java/openjdk17/lib/libzip.so +java/openjdk17/lib/modules +java/openjdk17/lib/psfont.properties.ja +java/openjdk17/lib/psfontj2d.properties +java/openjdk17/lib/security/blocked.certs +java/openjdk17/lib/security/cacerts +java/openjdk17/lib/security/default.policy +java/openjdk17/lib/security/public_suffix_list.dat +java/openjdk17/lib/server/libjsig.so +java/openjdk17/lib/server/libjvm.diz +java/openjdk17/lib/server/libjvm.so +java/openjdk17/lib/src.zip +java/openjdk17/lib/tzdb.dat +java/openjdk17/man/man1/jar.1 +java/openjdk17/man/man1/jarsigner.1 +java/openjdk17/man/man1/java.1 +java/openjdk17/man/man1/javac.1 +java/openjdk17/man/man1/javadoc.1 +java/openjdk17/man/man1/javap.1 +java/openjdk17/man/man1/jcmd.1 +java/openjdk17/man/man1/jconsole.1 +java/openjdk17/man/man1/jdb.1 +java/openjdk17/man/man1/jdeprscan.1 +java/openjdk17/man/man1/jdeps.1 +java/openjdk17/man/man1/jfr.1 +java/openjdk17/man/man1/jinfo.1 +java/openjdk17/man/man1/jlink.1 +java/openjdk17/man/man1/jmap.1 +java/openjdk17/man/man1/jmod.1 +java/openjdk17/man/man1/jps.1 +java/openjdk17/man/man1/jrunscript.1 +java/openjdk17/man/man1/jshell.1 +java/openjdk17/man/man1/jstack.1 +java/openjdk17/man/man1/jstat.1 +java/openjdk17/man/man1/jstatd.1 +java/openjdk17/man/man1/keytool.1 +java/openjdk17/man/man1/rmiregistry.1 +java/openjdk17/man/man1/serialver.1 +java/openjdk17/release diff --git a/lang/openjdk17/bootstrap.mk b/lang/openjdk17/bootstrap.mk new file mode 100644 index 0000000000000..f51f163970f9b --- /dev/null +++ b/lang/openjdk17/bootstrap.mk @@ -0,0 +1,41 @@ +# $NetBSD: bootstrap.mk,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + + +ONLY_FOR_PLATFORM+= NetBSD-*-i386 +BOOT.nb9-i386= bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz +#SITES.${BOOT.nb9-i386}= ${MASTER_SITE_LOCAL:=openjdk17/} +SITES.${BOOT.nb9-i386}= https://www.ryoon.net/~ryoon/ +.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || make(distinfo) +DISTFILES+= ${BOOT.nb9-i386} +EXTRACT_ONLY+= ${BOOT.nb9-i386} +.endif + +ONLY_FOR_PLATFORM+= NetBSD-9.[0-8]*-x86_64 +BOOT.nb9-amd64= bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz +#SITES.${BOOT.nb9-amd64}= ${MASTER_SITE_LOCAL:=openjdk17/} +SITES.${BOOT.nb9-amd64}= https://www.ryoon.net/~ryoon/ +.if !empty(MACHINE_PLATFORM:MNetBSD-9.[0-8]*-x86_64) || make(distinfo) +DISTFILES+= ${BOOT.nb9-amd64} +EXTRACT_ONLY+= ${BOOT.nb9-amd64} +.endif + +ONLY_FOR_PLATFORM+= NetBSD-9.9*-x86_64 +BOOT.nb10-amd64= bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz +#SITES.${BOOT.nb10-amd64}= ${MASTER_SITE_LOCAL:=openjdk17/} +SITES.${BOOT.nb10-amd64}= https://www.ryoon.net/~ryoon/ +.if !empty(MACHINE_PLATFORM:MNetBSD-9.9*-x86_64) || make(distinfo) +DISTFILES+= ${BOOT.nb10-amd64} +EXTRACT_ONLY+= ${BOOT.nb10-amd64} +.endif + +#ONLY_FOR_PLATFORM+= NetBSD-*-aarch64 +#BOOT.nb9-aarch64= bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz +#SITES.${BOOT.nb9-aarch64}= ${MASTER_SITE_LOCAL:=openjdk11/} +#.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || make(distinfo) +#DISTFILES+= ${BOOT.nb9-aarch64} +#EXTRACT_ONLY+= ${BOOT.nb9-aarch64} +#.endif + +CONFIGURE_ENV+= LD_LIBRARY_PATH=${ALT_BOOTDIR}/lib + +ALT_BOOTDIR= ${WRKDIR}/bootstrap diff --git a/lang/openjdk17/buildlink3.mk b/lang/openjdk17/buildlink3.mk new file mode 100644 index 0000000000000..a7ebbb3124a02 --- /dev/null +++ b/lang/openjdk17/buildlink3.mk @@ -0,0 +1,17 @@ +# $NetBSD: buildlink3.mk,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +BUILDLINK_TREE+= openjdk17 + +.if !defined(OPENJDK17_BUILDLINK3_MK) +OPENJDK17_BUILDLINK3_MK:= + +BUILDLINK_LIBDIRS.openjdk17+= java/openjdk17/lib +BUILDLINK_LIBDIRS.openjdk17+= java/openjdk17/lib/jli +BUILDLINK_LIBDIRS.openjdk17+= java/openjdk17/lib/server + +BUILDLINK_API_DEPENDS.openjdk17+= openjdk17>=1.17.0.3.7 +BUILDLINK_PKGSRCDIR.openjdk17?= ../../lang/openjdk17 + +.endif # OPENJDK17_BUILDLINK3_MK + +BUILDLINK_TREE+= -openjdk17 diff --git a/lang/openjdk17/distinfo b/lang/openjdk17/distinfo new file mode 100644 index 0000000000000..aa41bca871c4a --- /dev/null +++ b/lang/openjdk17/distinfo @@ -0,0 +1,34 @@ +$NetBSD: distinfo,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = afd8e5dcbfa3d8fe397e97f713d24a1437936dcffbe79f3f0c3e9bfb58bce36d +SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = f9ddd27ac0ccf77eb72e2c1fe5a06c6431a74b4feeea495233cba058dd8346f215861c59b5228e33729dccdc7f557a29e881123d8592f0cc304536fd5cc3609a +Size (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = 320259572 bytes +BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 8a805fb72760eed42d76b12e6fd655e5af73d6825eb7aeb3acd2201d21f43575 +SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 8878e31782352316a2777aeb7262c6e01e994b9ec5d73b9d155bfa015dfc14b15e9cbace127e361778e3aec09b4995a35b9df448a94bf50eb2860469396b7b9e +Size (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 288701712 bytes +BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = c7468a1619819ac0fa387e011a2b5b8547c4f93b39728a3194f827a2121e1e55 +SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = c687698cdd8d593e7f4a791b8f8abd85eee61b8800ad819e8d71b8fa4c44485bf4351459c56d933073c6af73cb915a284a3862df331f31659db9426bd163ed05 +Size (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = 277103744 bytes +BLAKE2s (jdk17u-jdk-17.0.3-7-1.tar.gz) = d080a7513b3e1d431e24673fff10695adf0154b97fd45be7307be09e929e78a6 +SHA512 (jdk17u-jdk-17.0.3-7-1.tar.gz) = ddbe9c6e2c48c320247e023070de9f4b770a58d6eaf763f6331d6cccfd4bd5591445994174d5196392e5a4f0bb398d6b309e37dc5079c823458ac7fc4d9b6a9d +Size (jdk17u-jdk-17.0.3-7-1.tar.gz) = 104898973 bytes +SHA1 (patch-make_autoconf_flags-cflags.m4) = 0379aeecc6181cbd15f6f31518b73ca915f1f73b +SHA1 (patch-make_autoconf_lib-alsa.m4) = 999fbf951363f6b49b22aad81537728f22d7c381 +SHA1 (patch-make_autoconf_lib-bundled.m4) = 8720c3f674955e8a51b2ab7dba80c36d34ba8594 +SHA1 (patch-make_autoconf_lib-freetype.m4) = bd791b99e4fd87f24432831fba1e814dd199445f +SHA1 (patch-make_autoconf_lib-x11.m4) = 38038e6d7cfc2d15fb3537a52f11d2961cc2ec99 +SHA1 (patch-make_common_NativeCompilation.gmk) = fc97a952ba87efb450f59e87f19fb4c47558ae1d +SHA1 (patch-make_data_fontconfig_bsd.fontconfig.properties) = 3172d8d76e0e79b127605429fb70dccd164b33c8 +SHA1 (patch-make_lib_Awt2dLibraries.gmk) = d69fa8c5cab173be2f41cfbd6479dad60a6337db +SHA1 (patch-src_hotspot_os_bsd_os__bsd.cpp) = 0a772045ad967cbd0a1342d124c47927f4a57bfe +SHA1 (patch-src_hotspot_os_bsd_os__perf__bsd.cpp) = b70e14728e426a9f79c2c1ee735849fb53dfc1bd +SHA1 (patch-src_hotspot_os_posix_os__posix.cpp) = a58d5eb59181d68d46272e15d47b94c6790ed00a +SHA1 (patch-src_hotspot_os_posix_signals__posix.cpp) = 05486d931f294066e0cc04a389ce6cb038bb1b6d +SHA1 (patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c) = 8c6f9cab9dca7bfab9e2e8f95059f702e1ce8a81 +SHA1 (patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c) = 39c7afb3c36fa9557d2a660c4b4068b5684c552f +SHA1 (patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h) = 121357cb76b4a96c06cc2bf670579e0b27f66fc1 +SHA1 (patch-src_java.base_unix_native_libnio_ch_Net.c) = 2bdb089f7d4f708fb750793b7e0bfa7796fb1694 +SHA1 (patch-src_java.desktop_unix_native_common_awt_fontpath.c) = d7bd8839ecd84459fbd3e7d14ac0e2f48b8b4032 +SHA1 (patch-src_jdk.jdwp.agent_share_native_libdt__socket_socketTransport.c) = c06b49fbc9d34cb839f3bd7821779c79b763a629 +SHA1 (patch-src_jdk.management_bsd_native_libmanagement__ext_UnixOperatingSystem.c) = ba9dfd0af80493daa83a4d76c7444368f4a8c221 +SHA1 (patch-test_micro_org_openjdk_bench_java_nio_genBuffers.sh) = 07d8bd57548ce9cfea0e789ba78c27b08f9b80ba diff --git a/lang/openjdk17/hacks.mk b/lang/openjdk17/hacks.mk new file mode 100644 index 0000000000000..e549e720c1982 --- /dev/null +++ b/lang/openjdk17/hacks.mk @@ -0,0 +1,47 @@ +# $NetBSD: hacks.mk,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +.if !defined(OPENJDK17_HACKS_MK) +OPENJDK17_HACKS_MK= # empty + +### Ensure we do not pickup external jpeg includes: openjdk uses an internal +### libjpeg with potentially conflicting defines, which breaks at least +### libjpeg-turbo +post-wrapper: + ${RM} -f ${BUILDLINK_DIR}/include/jconfig.h + ${RM} -f ${BUILDLINK_DIR}/include/jerror.h + ${RM} -f ${BUILDLINK_DIR}/include/jmorecfg.h + ${RM} -f ${BUILDLINK_DIR}/include/jpeglib.h + +# Workaround incorrect constant folding of subnormals in javac when the FPU +# does not handle subnormal arithmetic, like on ARM in Flush-to-zero mode. +# These workarounds avoid underflow conditions during the bootstrap so the +# JDK can correctly build itself. Compiling or running programs other than +# openjdk itself on such hardware may still cause unexpected behaviour. +# + +.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*) || \ + !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) +PKG_HACKS+= broken-ieee-floats +SUBST_CLASSES+= fpu +SUBST_STAGE.fpu= pre-build +SUBST_MESSAGE.fpu= Broken FPU detected: applying floating point workarounds +SUBST_FILES.fpu= src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Items.java +SUBST_FILES.fpu+= src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java +SUBST_FILES.fpu+= src/java.base/share/classes/java/lang/Double.java +SUBST_FILES.fpu+= src/java.base/share/classes/java/lang/Float.java +SUBST_FILES.fpu+= src/java.base/share/classes/java/lang/FdLibm.java +# Double.java, FdLibm.java: Replace problematic literals with binary representation +SUBST_SED.fpu+= -e 's|0x1.0p-1022d*|Double.longBitsToDouble(0x10000000000000L)|ig' # MIN_NORMAL +SUBST_SED.fpu+= -e 's|0x0.0000000000001p-1022d*|Double.longBitsToDouble(0x1L)|ig' # MIN_VALUE +# Float.java: Replace problematic literals with binary representation +SUBST_SED.fpu+= -e 's|0x1.0p-126f*|Float.intBitsToFloat(0x800000)|ig' # MIN_NORMAL +SUBST_SED.fpu+= -e 's|0x0.000002P-126f*|Float.intBitsToFloat(0x1)|ig' # MIN_VALUE +# JavacParser.java: avoid bogus "fp.number.too.small" error parsing literals representing Double.MIN_VALUE +SUBST_SED.fpu+= -e 's|n.floatValue() == 0.0f && !isZero(proper)|& \&\& Float.floatToIntBits(n) != 0x1|' +SUBST_SED.fpu+= -e 's|n.doubleValue() == 0.0d && !isZero(proper)|& \&\& Double.doubleToLongBits(n) != 0x1L|' +# Items.java: Avoid invalid constant folding of literal subnormals to positive zero +SUBST_SED.fpu+= -e 's|x == 0.0f && 1.0f / x > 0.0f|Float.floatToIntBits(x) == 0x0|g' +SUBST_SED.fpu+= -e 's|x == 0.0d && 1.0d / x > 0.0d|Double.doubleToLongBits(x) == 0x0L|g' +.endif + +.endif diff --git a/lang/openjdk17/options.mk b/lang/openjdk17/options.mk new file mode 100644 index 0000000000000..35c7581547ec3 --- /dev/null +++ b/lang/openjdk17/options.mk @@ -0,0 +1,108 @@ +# $NetBSD: options.mk,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.openjdk17 +PKG_OPTIONS_OPTIONAL_GROUPS= variant +PKG_OPTIONS_GROUP.variant= jdk-zero-vm +PKG_SUPPORTED_OPTIONS= debug dtrace jre-jce x11 static-libstdcpp +PKG_SUGGESTED_OPTIONS= jre-jce x11 + +.if ${MACHINE_ARCH} == "aarch64" || !empty(MACHINE_ARCH:M*arm*) || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" +PKG_OPTIONS_GROUP.variant+= jdk-hotspot-vm +PKG_SUGGESTED_OPTIONS+= jdk-hotspot-vm +.else +PKG_SUGGESTED_OPTIONS+= jdk-zero-vm +.endif + +.include "../../mk/bsd.options.mk" + +### +### Java(TM) Cryptography Extension (JCE) +### +.if !empty(PKG_OPTIONS:Mjre-jce) +CONFIGURE_ARGS+= --enable-unlimited-crypto +.else +CONFIGURE_ARGS+= --disable-unlimited-crypto +.endif + +### +### X11 or headless build +### +PLIST_VARS+= x11 +.if !empty(PKG_OPTIONS:Mx11) +PLIST.x11= yes +CONFIGURE_ARGS+= --x-includes=${X11BASE}/include +CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib +CONFIGURE_ARGS+= --disable-headless-only +DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf +#DEPENDS+= ja-sazanami-ttf-[0-9]*:../../fonts/ja-sazanami-ttf +#DEPENDS+= baekmuk-ttf-[0-9]*:../../fonts/baekmuk-ttf +.include "../../x11/libXi/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/libXrender/buildlink3.mk" +.include "../../x11/libXtst/buildlink3.mk" +.include "../../x11/libXrandr/buildlink3.mk" +.else +CONFIGURE_ARGS+= --enable-headless-only +# We apparently still need the Xlib headers to build headless. why? +BUILDLINK_DEPMETHOD.libX11?= build +.include "../../x11/libX11/buildlink3.mk" +BUILDLINK_DEPMETHOD.libXext?=build +.include "../../x11/libXext/buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build +.include "../../x11/libXt/buildlink3.mk" +BUILDLINK_DEPMETHOD.libXrender?=build +.include "../../x11/libXrender/buildlink3.mk" +BUILDLINK_DEPMETHOD.libXtst?=build +.include "../../x11/libXtst/buildlink3.mk" +BUILDLINK_DEPMETHOD.libXrandr?=build +.include "../../x11/libXrandr/buildlink3.mk" +.endif + +# +# Debugging +# +.if !empty(PKG_OPTIONS:Mdebug) +BUILD_DEBUG_LEVEL= fastdebug +CONFIGURE_ARGS+= --with-native-debug-symbols=external +CONFIGURE_ARGS+= --enable-debug +PLIST_SUBST+= DBGEXT=.debuginfo +.else +BUILD_DEBUG_LEVEL= release +CONFIGURE_ARGS+= --with-native-debug-symbols=zipped +PLIST_SUBST+= DBGEXT=.diz +.endif + +.if !empty(PKG_OPTIONS:Mdtrace) +CONFIGURE_ARGS+= --enable-dtrace=yes +.else +CONFIGURE_ARGS+= --enable-dtrace=no +.endif + +# +# static libstdc++ and libgcc +# +# On NetBSD you need to use libstdc++_pic.a when creating a shared library, +# but I don't think there is any easy way to tell the compiler to do this. +# Also, -static-libgcc doesn't work because libpthread needs dynamic +# linkage of libgcc. +.if !empty(PKG_OPTIONS:Mstatic-libstdcpp) +. if ${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mgcc) +BUILDLINK_TRANSFORM+= rm:-static-libgcc +. endif +.else +CONFIGURE_ARGS+= --with-stdc++lib=dynamic +.endif + +# +# Build variant. Zero VM builds a portable JVM without assembly optimization. +# +.if !empty(PKG_OPTIONS:Mjdk-zero-vm) +BUILD_VARIANT= zero +.include "../../devel/libffi/buildlink3.mk" +.elif !empty(PKG_OPTIONS:Mjdk-hotspot-vm) +BUILD_VARIANT= server +.endif +CONFIGURE_ARGS+= --with-jvm-variants=${BUILD_VARIANT} diff --git a/lang/openjdk17/patches/patch-make_autoconf_flags-cflags.m4 b/lang/openjdk17/patches/patch-make_autoconf_flags-cflags.m4 new file mode 100644 index 0000000000000..53301846c6bf8 --- /dev/null +++ b/lang/openjdk17/patches/patch-make_autoconf_flags-cflags.m4 @@ -0,0 +1,37 @@ +$NetBSD: patch-make_autoconf_flags-cflags.m4,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +We prefer to use explicit run paths. + +--- make/autoconf/flags-cflags.m4.orig 2022-02-05 03:44:09.000000000 +0000 ++++ make/autoconf/flags-cflags.m4 +@@ -37,8 +37,8 @@ AC_DEFUN([FLAGS_SETUP_SHARED_LIBS], + if test "x$TOOLCHAIN_TYPE" = xgcc; then + # Default works for linux, might work on other platforms as well. + SHARED_LIBRARY_FLAGS='-shared' +- SET_EXECUTABLE_ORIGIN='-Wl,-rpath,\$$ORIGIN[$]1' +- SET_SHARED_LIBRARY_ORIGIN="-Wl,-z,origin $SET_EXECUTABLE_ORIGIN" ++ SET_EXECUTABLE_ORIGIN='@COMPILER_RPATH_FLAG@@PREFIX@/java/@JAVA_NAME@/lib @COMPILER_RPATH_FLAG@@PREFIX@/java/@JAVA_NAME@/lib/server' ++ SET_SHARED_LIBRARY_ORIGIN="$SET_EXECUTABLE_ORIGIN" + SET_SHARED_LIBRARY_NAME='-Wl,-soname=[$]1' + SET_SHARED_LIBRARY_MAPFILE='-Wl,-version-script=[$]1' + +@@ -54,17 +54,11 @@ AC_DEFUN([FLAGS_SETUP_SHARED_LIBS], + else + # Default works for linux, might work on other platforms as well. + SHARED_LIBRARY_FLAGS='-shared' +- SET_EXECUTABLE_ORIGIN='-Wl,-rpath,\$$ORIGIN[$]1' ++ SET_EXECUTABLE_ORIGIN='@COMPILER_RPATH_FLAG@@PREFIX@/java/@JAVA_NAME@/lib @COMPILER_RPATH_FLAG@@PREFIX@/java/@JAVA_NAME@/lib/server' ++ SET_SHARED_LIBRARY_ORIGIN="$SET_EXECUTABLE_ORIGIN" + SET_SHARED_LIBRARY_NAME='-Wl,-soname=[$]1' + SET_SHARED_LIBRARY_MAPFILE='-Wl,-version-script=[$]1' + +- # arm specific settings +- if test "x$OPENJDK_TARGET_CPU" = "xarm"; then +- # '-Wl,-z,origin' isn't used on arm. +- SET_SHARED_LIBRARY_ORIGIN='-Wl,-rpath,\$$$$ORIGIN[$]1' +- else +- SET_SHARED_LIBRARY_ORIGIN="-Wl,-z,origin $SET_EXECUTABLE_ORIGIN" +- fi + fi + + elif test "x$TOOLCHAIN_TYPE" = xxlc; then diff --git a/lang/openjdk17/patches/patch-make_autoconf_lib-alsa.m4 b/lang/openjdk17/patches/patch-make_autoconf_lib-alsa.m4 new file mode 100644 index 0000000000000..f379c0f613b03 --- /dev/null +++ b/lang/openjdk17/patches/patch-make_autoconf_lib-alsa.m4 @@ -0,0 +1,24 @@ +$NetBSD: patch-make_autoconf_lib-alsa.m4,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +* Fix RPATH for libasound.so. These should use COMPILER_RPATH_FLAG. + +--- make/autoconf/lib-alsa.m4.orig 2021-04-24 02:47:22.000000000 +0000 ++++ make/autoconf/lib-alsa.m4 +@@ -52,7 +52,7 @@ AC_DEFUN_ONCE([LIB_SETUP_ALSA], + fi + + if test "x${with_alsa}" != x; then +- ALSA_LIBS="-L${with_alsa}/lib -lasound" ++ ALSA_LIBS="-L${with_alsa}/lib -Wl,-rpath,${with_alsa}/lib -lasound" + ALSA_CFLAGS="-I${with_alsa}/include" + ALSA_FOUND=yes + fi +@@ -61,7 +61,7 @@ AC_DEFUN_ONCE([LIB_SETUP_ALSA], + ALSA_FOUND=yes + fi + if test "x${with_alsa_lib}" != x; then +- ALSA_LIBS="-L${with_alsa_lib} -lasound" ++ ALSA_LIBS="-L${with_alsa_lib} -Wl,-rpath,${with_alsa}/lib -lasound" + ALSA_FOUND=yes + fi + # Do not try pkg-config if we have a sysroot set. diff --git a/lang/openjdk17/patches/patch-make_autoconf_lib-bundled.m4 b/lang/openjdk17/patches/patch-make_autoconf_lib-bundled.m4 new file mode 100644 index 0000000000000..c63c188f45942 --- /dev/null +++ b/lang/openjdk17/patches/patch-make_autoconf_lib-bundled.m4 @@ -0,0 +1,16 @@ +$NetBSD: patch-make_autoconf_lib-bundled.m4,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +Add rpath for zlib. + +--- make/autoconf/lib-bundled.m4.orig 2019-09-19 12:22:38.000000000 +0000 ++++ make/autoconf/lib-bundled.m4 +@@ -257,7 +257,8 @@ AC_DEFUN_ONCE([LIB_SETUP_ZLIB], + if test "x$USE_EXTERNAL_LIBZ" = "xfalse"; then + LIBZ_CFLAGS="$LIBZ_CFLAGS -I$TOPDIR/src/java.base/share/native/libzip/zlib" + else +- LIBZ_LIBS="-lz" ++ LIBZ_CFLAGS="-I@BUILDLINK_PREFIX.zlib@/include" ++ LIBZ_LIBS="@COMPILER_RPATH_FLAG@@BUILDLINK_PREFIX.zlib@/lib -L@BUILDLINK_PREFIX.zlib@/lib -lz" + fi + + AC_SUBST(USE_EXTERNAL_LIBZ) diff --git a/lang/openjdk17/patches/patch-make_autoconf_lib-freetype.m4 b/lang/openjdk17/patches/patch-make_autoconf_lib-freetype.m4 new file mode 100644 index 0000000000000..8c07e838fb4bd --- /dev/null +++ b/lang/openjdk17/patches/patch-make_autoconf_lib-freetype.m4 @@ -0,0 +1,15 @@ +$NetBSD: patch-make_autoconf_lib-freetype.m4,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +Add rpath for freetype. + +--- make/autoconf/lib-freetype.m4.orig 2022-02-05 03:44:09.000000000 +0000 ++++ make/autoconf/lib-freetype.m4 +@@ -231,7 +231,7 @@ AC_DEFUN_ONCE([LIB_SETUP_FREETYPE], + fi + + if test "x$FREETYPE_LIBS" = "x" ; then +- FREETYPE_LIBS="-L$FREETYPE_LIB_PATH -l$FREETYPE_BASE_NAME" ++ FREETYPE_LIBS="@COMPILER_RPATH_FLAG@$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH -l$FREETYPE_BASE_NAME" + fi + fi + diff --git a/lang/openjdk17/patches/patch-make_autoconf_lib-x11.m4 b/lang/openjdk17/patches/patch-make_autoconf_lib-x11.m4 new file mode 100644 index 0000000000000..9dbd7c968fb0a --- /dev/null +++ b/lang/openjdk17/patches/patch-make_autoconf_lib-x11.m4 @@ -0,0 +1,15 @@ +$NetBSD: patch-make_autoconf_lib-x11.m4,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +Add rpath for X11. + +--- make/autoconf/lib-x11.m4.orig 2022-02-05 03:44:09.000000000 +0000 ++++ make/autoconf/lib-x11.m4 +@@ -92,6 +92,8 @@ AC_DEFUN_ONCE([LIB_SETUP_X11], + AC_MSG_ERROR([Could not find X11 libraries. $HELP_MSG]) + fi + ++ X_LIBS="@COMPILER_RPATH_FLAG@${x_libraries} ${X_LIBS}" ++ + AC_LANG_PUSH(C) + OLD_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $SYSROOT_CFLAGS $X_CFLAGS" diff --git a/lang/openjdk17/patches/patch-make_common_NativeCompilation.gmk b/lang/openjdk17/patches/patch-make_common_NativeCompilation.gmk new file mode 100644 index 0000000000000..7cd4e48bdcfbf --- /dev/null +++ b/lang/openjdk17/patches/patch-make_common_NativeCompilation.gmk @@ -0,0 +1,16 @@ +$NetBSD: patch-make_common_NativeCompilation.gmk,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +Disable PaX mprotect. + +--- make/common/NativeCompilation.gmk.orig 2019-09-19 12:22:38.000000000 +0000 ++++ make/common/NativeCompilation.gmk +@@ -1012,6 +1012,9 @@ define SetupNativeCompilationBody + $$($1_MT) -nologo -manifest $$($1_MANIFEST) -identity:"$$($1_NAME).exe, version=$$($1_MANIFEST_VERSION)" -outputresource:$$@;#1 + endif + endif ++ ifeq ($(OPENJDK_TARGET_OS_ENV), bsd.netbsd) ++ /usr/sbin/paxctl +m $$@ ++ endif + # This only works if the openjdk_codesign identity is present on the system. Let + # silently fail otherwise. + ifneq ($(CODESIGN), ) diff --git a/lang/openjdk17/patches/patch-make_data_fontconfig_bsd.fontconfig.properties b/lang/openjdk17/patches/patch-make_data_fontconfig_bsd.fontconfig.properties new file mode 100644 index 0000000000000..d6abc11c92560 --- /dev/null +++ b/lang/openjdk17/patches/patch-make_data_fontconfig_bsd.fontconfig.properties @@ -0,0 +1,51 @@ +$NetBSD: patch-make_data_fontconfig_bsd.fontconfig.properties,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +--- make/data/fontconfig/bsd.fontconfig.properties.orig 2022-02-05 03:44:09.000000000 +0000 ++++ make/data/fontconfig/bsd.fontconfig.properties +@@ -167,26 +167,26 @@ sequence.fallback=chinese-big5,chinese-g + # Font File Names + + ## FIXME: Should not hardcode /usr/local +-filename.DejaVu_Sans=/usr/local/lib/X11/fonts/dejavu/DejaVuSans.ttf +-filename.DejaVu_Sans_Bold=/usr/local/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf +-filename.DejaVu_Sans_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSans-Oblique.ttf +-filename.DejaVu_Sans_Bold_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSans-BoldOblique.ttf ++filename.DejaVu_Sans=@PREFIX@/share/fonts/X11/TTF/DejaVuSans.ttf ++filename.DejaVu_Sans_Bold=@PREFIX@/share/fonts/X11/TTF/DejaVuSans-Bold.ttf ++filename.DejaVu_Sans_Oblique=@PREFIX@/share/fonts/X11/TTF/DejaVuSans-Oblique.ttf ++filename.DejaVu_Sans_Bold_Oblique=@PREFIX@/share/fonts/X11/TTF/DejaVuSans-BoldOblique.ttf + +-filename.DejaVu_Sans_Mono=/usr/local/lib/X11/fonts/dejavu/DejaVuSansMono.ttf +-filename.DejaVu_Sans_Mono_Bold=/usr/local/lib/X11/fonts/dejavu/DejaVuSansMono-Bold.ttf +-filename.DejaVu_Sans_Mono_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSansMono-Oblique.ttf +-filename.DejaVu_Sans_Mono_Bold_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf ++filename.DejaVu_Sans_Mono=@PREFIX@/share/fonts/X11/TTF/DejaVuSansMono.ttf ++filename.DejaVu_Sans_Mono_Bold=@PREFIX@/share/fonts/X11/TTF/DejaVuSansMono-Bold.ttf ++filename.DejaVu_Sans_Mono_Oblique=@PREFIX@/share/fonts/X11/TTF/DejaVuSansMono-Oblique.ttf ++filename.DejaVu_Sans_Mono_Bold_Oblique=@PREFIX@/share/fonts/X11/TTF/DejaVuSansMono-BoldOblique.ttf + +-filename.DejaVu_Serif=/usr/local/lib/X11/fonts/dejavu/DejaVuSerif.ttf +-filename.DejaVu_Serif_Bold=/usr/local/lib/X11/fonts/dejavu/DejaVuSerif-Bold.ttf +-filename.DejaVu_Serif_Italic=/usr/local/lib/X11/fonts/dejavu/DejaVuSerif-Italic.ttf +-filename.DejaVu_Serif_Bold_Italic=/usr/local/lib/X11/fonts/dejavu/DejaVuSerif-BoldItalic.ttf ++filename.DejaVu_Serif=@PREFIX@/share/fonts/X11/TTF/DejaVuSerif.ttf ++filename.DejaVu_Serif_Bold=@PREFIX@/share/fonts/X11/TTF/DejaVuSerif-Bold.ttf ++filename.DejaVu_Serif_Italic=@PREFIX@/share/fonts/X11/TTF/DejaVuSerif-Italic.ttf ++filename.DejaVu_Serif_Bold_Italic=@PREFIX@/share/fonts/X11/TTF/DejaVuSerif-BoldItalic.ttf + +-filename.Sazanami_Gothic=/usr/local/share/font-sazanami/sazanami-gothic.ttf +-filename.Sazanami_Mincho=/usr/local/share/font-sazanami/sazanami-mincho.ttf +-filename.AR_PL_ShanHeiSun_Uni=/usr/local/share/fonts/TrueType/uming.ttc +-filename.AR_PL_ZenKai_Uni=/usr/local/share/fonts/TrueType/ukai.ttc +-filename.NanumGothic=/usr/local/lib/X11/fonts/nanum-ttf/NanumGothic.ttf +-filename.NanumGothic_Bold=/usr/local/lib/X11/fonts/nanum-ttf/NanumGothicBold.ttf +-filename.NanumMyeongjo=/usr/local/lib/X11/fonts/nanum-ttf/NanumMyeongjo.ttf +-filename.NanumMyeongjo_Bold=/usr/local/lib/X11/fonts/nanum-ttf/NanumMyeongjoBold.ttf ++filename.Sazanami_Gothic=@PREFIX@/share/fonts/X11/TTF/sazanami-gothic.ttf ++filename.Sazanami_Mincho=@PREFIX@/share/fonts/X11/TTF/sazanami-mincho.ttf ++filename.AR_PL_ShanHeiSun_Uni=@PREFIX@/share/fonts/X11/TTF/uming.ttc ++filename.AR_PL_ZenKai_Uni=@PREFIX@/share/fonts/X11/TTF/ukai.ttc ++filename.NanumGothic=@PREFIX@/share/fonts/X11/TTF/NanumGothic.ttf ++filename.NanumGothic_Bold=@PREFIX@/share/fonts/X11/TTF/NanumGothicBold.ttf ++filename.NanumMyeongjo=@PREFIX@/share/fonts/X11/TTF/NanumMyeongjo.ttf ++filename.NanumMyeongjo_Bold=@PREFIX@/share/fonts/X11/TTF/NanumMyeongjoBold.ttf diff --git a/lang/openjdk17/patches/patch-make_lib_Awt2dLibraries.gmk b/lang/openjdk17/patches/patch-make_lib_Awt2dLibraries.gmk new file mode 100644 index 0000000000000..40010c22f531c --- /dev/null +++ b/lang/openjdk17/patches/patch-make_lib_Awt2dLibraries.gmk @@ -0,0 +1,17 @@ +$NetBSD: patch-make_lib_Awt2dLibraries.gmk,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +bundled harfbuzz code needs to use -std=c++11 for static_assert(). +But we can't add it to USE_LANGUAGES because the rest of the JDK +contains legacy code that requires -std=gnu++98. + +--- make/modules/java.desktop/lib/Awt2dLibraries.gmk.orig 2019-09-19 12:22:38.000000000 +0000 ++++ make/modules/java.desktop/lib/Awt2dLibraries.gmk +@@ -612,7 +612,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIB + AccelGlyphCache.c, \ + TOOLCHAIN := TOOLCHAIN_LINK_CXX, \ + CFLAGS := $(CFLAGS_JDKLIB) $(LIBFONTMANAGER_CFLAGS), \ +- CXXFLAGS := $(CXXFLAGS_JDKLIB) $(LIBFONTMANAGER_CFLAGS), \ ++ CXXFLAGS := $(CXXFLAGS_JDKLIB) -std=c++11 $(LIBFONTMANAGER_CFLAGS), \ + OPTIMIZATION := $(LIBFONTMANAGER_OPTIMIZATION), \ + CFLAGS_windows = -DCC_NOEX, \ + EXTRA_HEADER_DIRS := $(LIBFONTMANAGER_EXTRA_HEADER_DIRS), \ diff --git a/lang/openjdk17/patches/patch-src_hotspot_os_bsd_os__bsd.cpp b/lang/openjdk17/patches/patch-src_hotspot_os_bsd_os__bsd.cpp new file mode 100644 index 0000000000000..38c49851ea882 --- /dev/null +++ b/lang/openjdk17/patches/patch-src_hotspot_os_bsd_os__bsd.cpp @@ -0,0 +1,34 @@ +$NetBSD: patch-src_hotspot_os_bsd_os__bsd.cpp,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +--- src/hotspot/os/bsd/os_bsd.cpp.orig 2022-02-05 03:44:09.000000000 +0000 ++++ src/hotspot/os/bsd/os_bsd.cpp +@@ -106,6 +106,11 @@ + #include + #endif + ++#ifdef __NetBSD__ ++#include ++#include ++#endif ++ + #ifdef __OpenBSD__ + #include + #include +@@ -381,7 +386,7 @@ void os::init_system_properties_values() + #ifdef __APPLE__ + #define DEFAULT_LIBPATH "/lib:/usr/lib" + #elif defined(__NetBSD__) +- #define DEFAULT_LIBPATH "/usr/lib:/usr/pkg/lib" ++ #define DEFAULT_LIBPATH "@PREFIX@/lib/jni:/usr/pkg/lib:/lib:/usr/lib" + #else + #define DEFAULT_LIBPATH "/usr/lib:/usr/local/lib" + #endif +@@ -2318,7 +2323,7 @@ void os::set_native_thread_name(const ch + #elif defined(__FreeBSD__) || defined(__OpenBSD__) + pthread_set_name_np(pthread_self(), name); + #elif defined(__NetBSD__) +- pthread_setname_np(pthread_self(), "%s", name); ++ pthread_setname_np(pthread_self(), "%s", const_cast(name)); + #endif + } + } diff --git a/lang/openjdk17/patches/patch-src_hotspot_os_bsd_os__perf__bsd.cpp b/lang/openjdk17/patches/patch-src_hotspot_os_bsd_os__perf__bsd.cpp new file mode 100644 index 0000000000000..7accf21354e37 --- /dev/null +++ b/lang/openjdk17/patches/patch-src_hotspot_os_bsd_os__perf__bsd.cpp @@ -0,0 +1,26 @@ +$NetBSD: patch-src_hotspot_os_bsd_os__perf__bsd.cpp,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +KERN_PROC_PATHNAME is available from NetBSD>=7.99.23 + +--- src/hotspot/os/bsd/os_perf_bsd.cpp.orig 2022-02-05 03:44:09.000000000 +0000 ++++ src/hotspot/os/bsd/os_perf_bsd.cpp +@@ -34,7 +34,9 @@ + #include + #include + #else ++# if !defined(__NetBSD__) + #include ++# endif + #include + #include + #define NET_RT_IFLIST2 NET_RT_IFLIST +@@ -857,6 +859,9 @@ int SystemProcessInterface::SystemProces + + for (int i = 0; i < pid_count; i++) { + // Executable path ++#if !defined(KERN_PROC_PATHNAME) ++#define KERN_PROC_PATHNAME 5 ++#endif + int pmib[] = { CTL_KERN, KERN_PROC_ARGS, lproc[i].p_pid, KERN_PROC_PATHNAME }; + const u_int pmiblen = sizeof(pmib) / sizeof(pmib[0]); + char pbuf[PATH_MAX]; diff --git a/lang/openjdk17/patches/patch-src_hotspot_os_posix_os__posix.cpp b/lang/openjdk17/patches/patch-src_hotspot_os_posix_os__posix.cpp new file mode 100644 index 0000000000000..2054985037a5d --- /dev/null +++ b/lang/openjdk17/patches/patch-src_hotspot_os_posix_os__posix.cpp @@ -0,0 +1,24 @@ +$NetBSD: patch-src_hotspot_os_posix_os__posix.cpp,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +Something is wrong with pthread_condattr_setclock. +We hit assertions in fastdebug builds. +Disable pthread_condattr_setclock for now. + +--- src/hotspot/os/posix/os_posix.cpp.orig 2022-02-05 03:44:09.000000000 +0000 ++++ src/hotspot/os/posix/os_posix.cpp +@@ -1266,6 +1266,7 @@ void os::Posix::init(void) { + + // Check for pthread_condattr_setclock support. + ++#if !defined(__NetBSD__) + // libpthread is already loaded. + int (*condattr_setclock_func)(pthread_condattr_t*, clockid_t) = + (int (*)(pthread_condattr_t*, clockid_t))dlsym(RTLD_DEFAULT, +@@ -1273,6 +1274,7 @@ void os::Posix::init(void) { + if (condattr_setclock_func != NULL) { + _pthread_condattr_setclock = condattr_setclock_func; + } ++#endif + + // Now do general initialization. + diff --git a/lang/openjdk17/patches/patch-src_hotspot_os_posix_signals__posix.cpp b/lang/openjdk17/patches/patch-src_hotspot_os_posix_signals__posix.cpp new file mode 100644 index 0000000000000..642ac4a7a3cc5 --- /dev/null +++ b/lang/openjdk17/patches/patch-src_hotspot_os_posix_signals__posix.cpp @@ -0,0 +1,16 @@ +$NetBSD: patch-src_hotspot_os_posix_signals__posix.cpp,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +--- src/hotspot/os/posix/signals_posix.cpp.orig 2022-02-05 03:44:09.000000000 +0000 ++++ src/hotspot/os/posix/signals_posix.cpp +@@ -816,7 +816,11 @@ static void check_signal_handler(int sig + static os_sigaction_t os_sigaction = NULL; + if (os_sigaction == NULL) { + // only trust the default sigaction, in case it has been interposed ++#if defined(__NetBSD__) ++ os_sigaction = (os_sigaction_t)dlsym(RTLD_DEFAULT, "__sigaction14"); ++#else + os_sigaction = (os_sigaction_t)dlsym(RTLD_DEFAULT, "sigaction"); ++#endif + if (os_sigaction == NULL) return; + } + diff --git a/lang/openjdk17/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c b/lang/openjdk17/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c new file mode 100644 index 0000000000000..0ba1f5b698b7c --- /dev/null +++ b/lang/openjdk17/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c @@ -0,0 +1,32 @@ +$NetBSD: patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +--- src/java.base/bsd/native/libjava/ProcessHandleImpl_bsd.c.orig 2022-02-05 03:44:09.000000000 +0000 ++++ src/java.base/bsd/native/libjava/ProcessHandleImpl_bsd.c +@@ -46,7 +46,7 @@ + #include // For kinfo_proc + #endif + +-#if defined(__OpenBSD__) ++#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 799002700) + #include // For kqueue + #include // For kqueue + #endif +@@ -413,6 +413,9 @@ void os_getCmdlineAndUserInfo(JNIEnv *en + size = sizeof(cmd); + mib[0] = CTL_KERN; + mib[1] = KERN_PROC; ++#if defined(__NetBSD__) && !defined(KERN_PROC_PATHAME) ++#define KERN_PROC_PATHNAME 5 ++#endif + mib[2] = KERN_PROC_PATHNAME; + mib[3] = pid; + if (sysctl(mib, 4, cmd, &size, NULL, 0) == -1) { +@@ -488,7 +491,7 @@ void os_getCmdlineAndUserInfo(JNIEnv *en + #endif + } + +-#if defined(__OpenBSD__) ++#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 80000000) + int os_waitForProcessExitNoReap(pid_t pid) { + int kq, ret; + struct kevent evSet; diff --git a/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c b/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c new file mode 100644 index 0000000000000..472e2f43a9974 --- /dev/null +++ b/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +waitid(2) is available from NetBSD>=7.99.27 + +--- src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c.orig 2019-09-19 12:22:38.000000000 +0000 ++++ src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c +@@ -259,7 +259,7 @@ Java_java_lang_ProcessHandleImpl_waitFor + return status; + } + } else { +-#if defined(__OpenBSD__) ++#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 799002700) + return os_waitForProcessExitNoReap(pid); + #else + /* diff --git a/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h b/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h new file mode 100644 index 0000000000000..332fbb1b6178b --- /dev/null +++ b/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h @@ -0,0 +1,14 @@ +$NetBSD: patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +waitid(2) is available from NetBSD>=7.99.27 + +--- src/java.base/unix/native/libjava/ProcessHandleImpl_unix.h.orig 2019-09-19 12:22:38.000000000 +0000 ++++ src/java.base/unix/native/libjava/ProcessHandleImpl_unix.h +@@ -75,6 +75,6 @@ extern void unix_fillArgArray(JNIEnv *en + + extern void os_initNative(JNIEnv *env, jclass clazz); + +-#if defined(__OpenBSD__) ++#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 799002700) + extern int os_waitForProcessExitNoReap(pid_t pid); + #endif diff --git a/lang/openjdk17/patches/patch-src_java.base_unix_native_libnio_ch_Net.c b/lang/openjdk17/patches/patch-src_java.base_unix_native_libnio_ch_Net.c new file mode 100644 index 0000000000000..1e4e6e55f4a5f --- /dev/null +++ b/lang/openjdk17/patches/patch-src_java.base_unix_native_libnio_ch_Net.c @@ -0,0 +1,13 @@ +$NetBSD: patch-src_java.base_unix_native_libnio_ch_Net.c,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +--- src/java.base/unix/native/libnio/ch/Net.c.orig 2022-02-05 03:44:09.000000000 +0000 ++++ src/java.base/unix/native/libnio/ch/Net.c +@@ -66,7 +66,7 @@ + #endif + #endif + +-#if defined(__OpenBSD__) ++#if defined(__OpenBSD__) || defined(__NetBSD__) + #ifndef IP_ADD_SOURCE_MEMBERSHIP + #define IP_ADD_SOURCE_MEMBERSHIP 70 /* join a source-specific group */ + #define IP_DROP_SOURCE_MEMBERSHIP 71 /* drop a single source */ diff --git a/lang/openjdk17/patches/patch-src_java.desktop_unix_native_common_awt_fontpath.c b/lang/openjdk17/patches/patch-src_java.desktop_unix_native_common_awt_fontpath.c new file mode 100644 index 0000000000000..6c1bfc3cea71d --- /dev/null +++ b/lang/openjdk17/patches/patch-src_java.desktop_unix_native_common_awt_fontpath.c @@ -0,0 +1,51 @@ +$NetBSD: patch-src_java.desktop_unix_native_common_awt_fontpath.c,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +--- src/java.desktop/unix/native/common/awt/fontpath.c.orig 2022-02-05 03:44:09.000000000 +0000 ++++ src/java.desktop/unix/native/common/awt/fontpath.c +@@ -56,8 +56,8 @@ + extern Display *awt_display; + #endif /* !HEADLESS */ + +-#define FONTCONFIG_DLL_VERSIONED VERSIONED_JNI_LIB_NAME("fontconfig", "1") +-#define FONTCONFIG_DLL JNI_LIB_NAME("fontconfig") ++#define FONTCONFIG_DLL_VERSIONED "@BUILDLINK_PREFIX.fontconfig@/lib/" JNI_LIB_NAME("fontconfig") ++#define FONTCONFIG_DLL "@BUILDLINK_PREFIX.fontconfig@/lib/" JNI_LIB_NAME("fontconfig") + + #define MAXFDIRS 512 /* Max number of directories that contain fonts */ + +@@ -88,6 +88,27 @@ static char *fullAixFontPath[] = { + NULL, /* terminates the list */ + }; + #endif ++static char *pkgsrcFontPath[] = { ++ "@PREFIX@/share/fonts/X11/100dpi", ++ "@PREFIX@/share/fonts/X11/75dpi", ++ "@PREFIX@/share/fonts/X11/Type1", ++ "@PREFIX@/share/fonts/X11/cyrillic", ++ "@PREFIX@/share/fonts/X11/misc", ++ "@PREFIX@/share/fonts/X11/TTF", ++ "/usr/X11R7/lib/X11/fonts/100dpi", ++ "/usr/X11R7/lib/X11/fonts/75dpi", ++ "/usr/X11R7/lib/X11/fonts/Type1", ++ "/usr/X11R7/lib/X11/fonts/cyrillic", ++ "/usr/X11R7/lib/X11/fonts/misc", ++ "/usr/X11R7/lib/X11/fonts/TTF", ++ "/usr/X11R6/lib/X11/fonts/100dpi", ++ "/usr/X11R6/lib/X11/fonts/75dpi", ++ "/usr/X11R6/lib/X11/fonts/Type1", ++ "/usr/X11R6/lib/X11/fonts/cyrillic", ++ "/usr/X11R6/lib/X11/fonts/misc", ++ "/usr/X11R6/lib/X11/fonts/TTF", ++ NULL ++}; + + static char **getFontConfigLocations(); + +@@ -329,6 +350,7 @@ static char *getPlatformFontPathChars(JN + #elif defined(_AIX) + knowndirs = fullAixFontPath; + #endif ++ knowndirs = pkgsrcFontPath; + /* REMIND: this code requires to be executed when the GraphicsEnvironment + * is already initialised. That is always true, but if it were not so, + * this code could throw an exception and the fontpath would fail to diff --git a/lang/openjdk17/patches/patch-src_jdk.jdwp.agent_share_native_libdt__socket_socketTransport.c b/lang/openjdk17/patches/patch-src_jdk.jdwp.agent_share_native_libdt__socket_socketTransport.c new file mode 100644 index 0000000000000..3f8d781b7158e --- /dev/null +++ b/lang/openjdk17/patches/patch-src_jdk.jdwp.agent_share_native_libdt__socket_socketTransport.c @@ -0,0 +1,13 @@ +$NetBSD: patch-src_jdk.jdwp.agent_share_native_libdt__socket_socketTransport.c,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +--- src/jdk.jdwp.agent/share/native/libdt_socket/socketTransport.c.orig 2022-02-05 03:44:09.000000000 +0000 ++++ src/jdk.jdwp.agent/share/native/libdt_socket/socketTransport.c +@@ -392,7 +392,7 @@ parseAddress(const char *address, struct + * pass hostname == NULL to getaddrinfo. + */ + hints.ai_family = allowOnlyIPv4 ? AF_INET : AF_INET6; +-#ifdef __OpenBSD__ ++#if defined(__OpenBSD__) || defined(__NetBSD__) + hints.ai_flags |= AI_PASSIVE; + #else + hints.ai_flags |= AI_PASSIVE | (allowOnlyIPv4 ? 0 : AI_V4MAPPED | AI_ALL); diff --git a/lang/openjdk17/patches/patch-src_jdk.management_bsd_native_libmanagement__ext_UnixOperatingSystem.c b/lang/openjdk17/patches/patch-src_jdk.management_bsd_native_libmanagement__ext_UnixOperatingSystem.c new file mode 100644 index 0000000000000..7926bcd051e1c --- /dev/null +++ b/lang/openjdk17/patches/patch-src_jdk.management_bsd_native_libmanagement__ext_UnixOperatingSystem.c @@ -0,0 +1,14 @@ +$NetBSD: patch-src_jdk.management_bsd_native_libmanagement__ext_UnixOperatingSystem.c,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +--- src/jdk.management/bsd/native/libmanagement_ext/UnixOperatingSystem.c.orig 2022-02-05 03:44:09.000000000 +0000 ++++ src/jdk.management/bsd/native/libmanagement_ext/UnixOperatingSystem.c +@@ -29,7 +29,9 @@ + #include + #include + #include ++#if !defined(__NetBSD__) + #include ++#endif + #include + + #include "jvm.h" diff --git a/lang/openjdk17/patches/patch-test_micro_org_openjdk_bench_java_nio_genBuffers.sh b/lang/openjdk17/patches/patch-test_micro_org_openjdk_bench_java_nio_genBuffers.sh new file mode 100644 index 0000000000000..204921ff89c6d --- /dev/null +++ b/lang/openjdk17/patches/patch-test_micro_org_openjdk_bench_java_nio_genBuffers.sh @@ -0,0 +1,22 @@ +$NetBSD: patch-test_micro_org_openjdk_bench_java_nio_genBuffers.sh,v 1.1 2022/05/13 14:24:19 ryoon Exp $ + +--- test/micro/org/openjdk/bench/java/nio/genBuffers.sh.orig 2022-02-05 03:44:09.000000000 +0000 ++++ test/micro/org/openjdk/bench/java/nio/genBuffers.sh +@@ -33,7 +33,7 @@ genBin() { + for RO in "RO" "" + do + extraArgs="" +- if [ "$RO" == "RO" ] ; then ++ if [ "$RO" = "RO" ] ; then + extraArgs="-KRO" + fi + java build.tools.spp.Spp -be -nel -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3 \ +@@ -60,7 +60,7 @@ gen() { + java build.tools.spp.Spp -be -nel -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3 \ + -DMs=Heap -Dms=heap -DSWAP="" -DRO="" -iX-Buffers-bin.java.template -o$out + +- if [ "$1" == "byte" ] ; then ++ if [ "$1" = "byte" ] ; then + genBin $1 $2 $3 $4 X-ByteBuffers-bin.java.template + genBin char Char Character 2 X-ByteBuffers-bin.java.template + genBin short Short Short 2 X-ByteBuffers-bin.java.template From 019b551dde1c6297dcf85dfc7c6c333f837d4df7 Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 14:26:55 +0000 Subject: [PATCH 0332/1154] doc: Added lang/openjdk17 version 1.17.0.3.7 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 325efc5692fd0..95e246c53a4c1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2546 2022/05/13 14:14:19 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2547 2022/05/13 14:26:55 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3928,3 +3928,4 @@ Changes to the packages collection and infrastructure in 2022: Updated geography/gdal-lib to 3.5.0 [gdt 2022-05-13] Updated www/firefox to 100.0 [ryoon 2022-05-13] Updated www/firefox-l10n to 100.0 [ryoon 2022-05-13] + Added lang/openjdk17 version 1.17.0.3.7 [ryoon 2022-05-13] From e5784539f6f94730592b2f94913a1ca7d71a253a Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 14:27:35 +0000 Subject: [PATCH 0333/1154] lang: Enable openjdk17 --- lang/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/Makefile b/lang/Makefile index fdf85e2ce519e..60a4aff0d0913 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.648 2022/05/05 07:02:24 adam Exp $ +# $NetBSD: Makefile,v 1.649 2022/05/13 14:27:35 ryoon Exp $ # COMMENT= Programming languages @@ -190,6 +190,7 @@ SUBDIR+= open-cobol-ce SUBDIR+= opencobol SUBDIR+= openjdk-bin SUBDIR+= openjdk11 +SUBDIR+= openjdk17 SUBDIR+= openjdk8 SUBDIR+= opensource-cobol SUBDIR+= oracle-jdk8 From 69ed9b6bfe54cee44a90be79b6c90659470499f2 Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 14:28:29 +0000 Subject: [PATCH 0334/1154] mk: Enable openjdk17 --- mk/java-vm.mk | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/mk/java-vm.mk b/mk/java-vm.mk index 0d2cad374e6a0..ec283f070598a 100644 --- a/mk/java-vm.mk +++ b/mk/java-vm.mk @@ -1,4 +1,4 @@ -# $NetBSD: java-vm.mk,v 1.126 2022/03/19 14:10:51 rillig Exp $ +# $NetBSD: java-vm.mk,v 1.127 2022/05/13 14:28:29 ryoon Exp $ # # This Makefile fragment provides a Java VM, either at build-time or at # run-time, depending on the package's needs. @@ -12,6 +12,7 @@ # sun-jdk7 oracle-jdk8 # adoptopenjdk11-bin # openjdk-bin openjdk11 +# openjdk17 # Default value: (platform-dependent) # # Package-settable variables: @@ -28,9 +29,9 @@ # USE_JAVA2 # When the package needs a Java 2 implementation, this variable # should be set to "yes". It can also be set to "1.4", "1.5", "6". -# "7", "8" and "9" require an even more recent implementation. +# "7", "8", "9" and "17" require an even more recent implementation. # -# Possible values: yes no 1.4 1.5 6 7 8 9 +# Possible values: yes no 1.4 1.5 6 7 8 9 17 # Default value: no # # PKG_JVMS_ACCEPTED @@ -74,10 +75,11 @@ PKG_JVMS_ACCEPTED?= ${_PKG_JVMS} # This is a list of all of the JDKs that may be used. # # adoptopenjdk11-bin and openjdk-bin do not provide native NetBSD binaries +_PKG_JVMS.17= openjdk17 .if ${OPSYS} == "NetBSD" -_PKG_JVMS.9= openjdk11 adoptopenjdk11-bin openjdk-bin +_PKG_JVMS.9= ${_PKG_JVMS.17} openjdk11 adoptopenjdk11-bin openjdk-bin .else -_PKG_JVMS.9= adoptopenjdk11-bin openjdk-bin openjdk11 +_PKG_JVMS.9= ${_PKG_JVMS.17} adoptopenjdk11-bin openjdk-bin openjdk11 .endif _PKG_JVMS.8= ${_PKG_JVMS.9} openjdk8 oracle-jdk8 _PKG_JVMS.7= ${_PKG_JVMS.8} sun-jdk7 @@ -175,6 +177,9 @@ _ONLY_FOR_PLATFORMS.openjdk11= \ NetBSD-[7-9]*-x86_64 \ NetBSD-[7-9]*-i386 \ NetBSD-*-aarch64 +_ONLY_FOR_PLATFORMS.openjdk17= \ + NetBSD-9*-x86_64 \ + NetBSD-10*-x86_64 # Set ONLY_FOR_PLATFORM based on accepted JVMs .for _jvm_ in ${PKG_JVMS_ACCEPTED} @@ -197,6 +202,7 @@ _JAVA_PKGBASE.oracle-jdk8= oracle-jre8 _JAVA_PKGBASE.adoptopenjdk11-bin= adoptopenjdk11-bin _JAVA_PKGBASE.openjdk-bin= openjdk-bin _JAVA_PKGBASE.openjdk11= openjdk11 +_JAVA_PKGBASE.openjdk17= openjdk17 # The following is copied from the respective JVM Makefiles. _JAVA_NAME.kaffe= kaffe @@ -206,6 +212,7 @@ _JAVA_NAME.oracle-jdk8= oracle8 _JAVA_NAME.adoptopenjdk11-bin= adoptopenjdk11-bin _JAVA_NAME.openjdk-bin= openjdk-bin _JAVA_NAME.openjdk11= openjdk11 +_JAVA_NAME.openjdk17= openjdk17 # Mark the acceptable JVMs and check which JVM packages are installed. .for _jvm_ in ${_PKG_JVMS_ACCEPTED} @@ -262,6 +269,7 @@ BUILDLINK_API_DEPENDS.oracle-jre8?= oracle-jre8-[0-9]* BUILDLINK_API_DEPENDS.adoptopenjdk11-bin?= adoptopenjdk11-bin-[0-9]* BUILDLINK_API_DEPENDS.openjdk-bin?= openjdk-bin-[0-9]* BUILDLINK_API_DEPENDS.openjdk11?= openjdk11-[0-9]* +BUILDLINK_API_DEPENDS.openjdk17?= openjdk17-[0-9]* _JRE.kaffe= kaffe _JRE.openjdk8= openjdk8 @@ -270,6 +278,7 @@ _JRE.oracle-jdk8= oracle-jre8 _JRE.adoptopenjdk11-bin= adoptopenjdk11-bin _JRE.openjdk-bin= openjdk-bin _JRE.openjdk11= openjdk11 +_JRE.openjdk17= openjdk17 _JAVA_BASE_CLASSES= classes.zip @@ -305,6 +314,11 @@ _JDK_PKGSRCDIR= ../../lang/openjdk11 _JRE_PKGSRCDIR= ../../lang/openjdk11 _JAVA_HOME= ${LOCALBASE}/java/openjdk11 UNLIMIT_RESOURCES+= datasize virtualsize +.elif ${_PKG_JVM} == "openjdk17" +_JDK_PKGSRCDIR= ../../lang/openjdk17 +_JRE_PKGSRCDIR= ../../lang/openjdk17 +_JAVA_HOME= ${LOCALBASE}/java/openjdk17 +UNLIMIT_RESOURCES+= datasize virtualsize .endif # If we are not using Java for building, then we need a run-time dependency on From 17d23819e8854e55efbadb1a2ce35de20957dfdb Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 14:29:58 +0000 Subject: [PATCH 0335/1154] mk/defaults: Add a description about sunaudio option --- mk/defaults/options.description | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 627eeec9d195b..2ccedc8330637 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -850,6 +850,7 @@ subversion-plaintext-storage Enable cleartest password storage. suexec Enable suEXEC support in Apache web server. suhosin Enable suhosin security enhancements for PHP. sun-jre-jce Use unlimited strength cryptography extension. +sunaudio Enable Sun audio support. svg Enable SVG support. svn Enable subversion support. sybase Enable Sybase/MS SQL Server support. From f931226198060b0a898099fdea062ca11ba22a64 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 13 May 2022 14:52:07 +0000 Subject: [PATCH 0336/1154] lang/php: make sure to update php80 to 8.0.19 Forgot to commit, make sure to update php80 to 8.0.19. --- lang/php/phpversion.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 5efe1368fdfbf..97ab12bb8a4ea 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.363 2022/04/16 00:55:47 taca Exp $ +# $NetBSD: phpversion.mk,v 1.364 2022/05/13 14:52:07 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.40 PHP74_VERSION= 7.4.29 -PHP80_VERSION= 8.0.18 +PHP80_VERSION= 8.0.19 PHP81_VERSION= 8.1.5 # Define initial release of major version. From 4658992cb40a11db5f8a37a8bda6424a6c0c1ab5 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 15:00:04 +0000 Subject: [PATCH 0337/1154] konsole: Newer QT API fixes. --- x11/konsole/distinfo | 4 +- x11/konsole/patches/patch-src_ProcessInfo.cpp | 40 +++++++++++++++++-- 2 files changed, 39 insertions(+), 5 deletions(-) diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo index 7ceaaf4689abf..255971ae1759a 100644 --- a/x11/konsole/distinfo +++ b/x11/konsole/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 11:34:03 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/05/13 15:00:04 jperkin Exp $ BLAKE2s (konsole-20.12.3.tar.xz) = 9ecfd4599123ffcf934020afeba6db4ee0130541241a01b36a184b2b128640bd SHA512 (konsole-20.12.3.tar.xz) = a48eaa0080b26369f5f163f3ae345bca7f35aa06d581ecc0bbeca54fee2e9b900a4b648f940a67f506ecb00dba971220f1c1c7a699efcbb6e27ee0932c27e37a Size (konsole-20.12.3.tar.xz) = 1250536 bytes -SHA1 (patch-src_ProcessInfo.cpp) = 3919cc3b4c3b1f4acc6bd8fc1bbf58ce66803ef3 +SHA1 (patch-src_ProcessInfo.cpp) = 6ca72a192f0fd852a2dcd1576715f2cb423af2bb diff --git a/x11/konsole/patches/patch-src_ProcessInfo.cpp b/x11/konsole/patches/patch-src_ProcessInfo.cpp index d7049f8804de9..6d13cb7d4cc84 100644 --- a/x11/konsole/patches/patch-src_ProcessInfo.cpp +++ b/x11/konsole/patches/patch-src_ProcessInfo.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-src_ProcessInfo.cpp,v 1.5 2021/04/07 12:28:32 markd Exp $ +$NetBSD: patch-src_ProcessInfo.cpp,v 1.6 2022/05/13 15:00:04 jperkin Exp $ -NetBSD support +NetBSD support and QT fixes. --- src/ProcessInfo.cpp.orig 2021-02-24 23:11:38.000000000 +0000 +++ src/ProcessInfo.cpp @@ -169,7 +169,41 @@ NetBSD support #elif defined(Q_OS_OPENBSD) class OpenBSDProcessInfo : public UnixProcessInfo { -@@ -937,6 +1095,8 @@ ProcessInfo *ProcessInfo::newInstance(in +@@ -879,7 +1037,7 @@ protected: + // version uses readlink. + bool readCurrentDir(int pid) override + { +- QFileInfo info(QString("/proc/%1/path/cwd").arg(pid)); ++ QFileInfo info(QStringLiteral("/proc/%1/path/cwd").arg(pid)); + const bool readable = info.isReadable(); + + if (readable && info.isSymLink()) { +@@ -899,7 +1057,7 @@ protected: + private: + bool readProcInfo(int pid) override + { +- QFile psinfo(QString("/proc/%1/psinfo").arg(pid)); ++ QFile psinfo(QStringLiteral("/proc/%1/psinfo").arg(pid)); + if (psinfo.open(QIODevice::ReadOnly)) { + struct psinfo info; + if (psinfo.read((char *)&info, sizeof(info)) != sizeof(info)) { +@@ -908,12 +1066,13 @@ private: + + setParentPid(info.pr_ppid); + setForegroundPid(info.pr_pgid); +- setName(info.pr_fname); ++ //setName(info.pr_fname); ++ setName(QString::fromUtf8(info.pr_fname)); + setPid(pid); + + // Bogus, because we're treating the arguments as one single string + info.pr_psargs[PRARGSZ - 1] = 0; +- addArgument(info.pr_psargs); ++ addArgument(QString::fromUtf8(info.pr_psargs)); + } + return true; + } +@@ -937,6 +1096,8 @@ ProcessInfo *ProcessInfo::newInstance(in info = new MacProcessInfo(pid); #elif defined(Q_OS_FREEBSD) info = new FreeBSDProcessInfo(pid); From d097bf213b65ff601fbe2787f1e91647a63c0d34 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 13 May 2022 15:02:36 +0000 Subject: [PATCH 0338/1154] lang/php81: update to 8.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 12 May 2022, PHP 8.1.6 - Core: . Fixed bug GH-8310 (Registry settings are no longer recognized). (cmb) . Fixed potential race condition during resource ID allocation. (ryancaicse) . Fixed bug GH-8133 (Preloading of constants containing arrays with enums segfaults). (ilutov) . Fixed Haiku ZTS builds. (David Carlier) - Date: . Fixed bug GH-7752 (DateTimeZone::getTransitions() returns insufficient data). (Derick) . Fixed bug GH-8108 (Timezone doesn't work as intended). (Derick) . Fixed bug #81660 (DateTimeZone::getTransitions() returns invalid data). (Derick) . Fixed bug GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator). (Bob) - FFI: . Fixed bug GH-8433 (Assigning function pointers to structs in FFI leaks). (Bob) - FPM: . Fixed bug #76003 (FPM /status reports wrong number of active processe). (Jakub Zelenka) . Fixed bug #77023 (FPM cannot shutdown processes). (Jakub Zelenka) . Fixed comment in kqueue remove callback log message. (David Carlier) - Hash: . Fixed bug #81714 (segfault when serializing finalized HashContext). (cmb) - Iconv: . Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). (cmb) - Intl: . Fixed bug GH-8364 (msgfmt_format $values may not support references). (cmb) - MBString: . Number of error markers emitted for invalid UTF-8 text matches WHATWG specification. This is a return to the behavior of PHP 8.0 and earlier. (alexdowad) - MySQLi: . Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows). (cmb) - SPL: . Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()). (cmb) . Fixed bug GH-8273 (SplFileObject: key() returns wrong value). (Girgias) - Streams: . Fixed php://temp does not preserve file-position when switched to temporary file. (Bernd Holzmüller) - zlib: . Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). (cmb) --- lang/php/phpversion.mk | 4 ++-- lang/php81/Makefile | 3 +-- lang/php81/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 97ab12bb8a4ea..b67b38a91e659 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.364 2022/05/13 14:52:07 taca Exp $ +# $NetBSD: phpversion.mk,v 1.365 2022/05/13 15:02:36 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -90,7 +90,7 @@ PHPVERSION_MK= defined PHP56_VERSION= 5.6.40 PHP74_VERSION= 7.4.29 PHP80_VERSION= 8.0.19 -PHP81_VERSION= 8.1.5 +PHP81_VERSION= 8.1.6 # Define initial release of major version. PHP56_RELDATE= 20140828 diff --git a/lang/php81/Makefile b/lang/php81/Makefile index a087410bb0785..fe77e9b443534 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2022/04/18 19:09:56 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/13 15:02:36 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} -PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 8.1 LICENSE= php diff --git a/lang/php81/distinfo b/lang/php81/distinfo index 3d2392aa39ec5..ce27e27db8ab9 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2022/04/16 00:55:47 taca Exp $ +$NetBSD: distinfo,v 1.7 2022/05/13 15:02:36 taca Exp $ -BLAKE2s (php-8.1.5.tar.xz) = c89a4c76551164e976a1cb19945591e39228b3ea1b1f2c94f732b0b9eb797b8a -SHA512 (php-8.1.5.tar.xz) = 184d3738dbd8207a84cfb11dcc1edf352c57da49f484fe791d8c786ab8921189fdaf459b98e3bd6a5f73ae968510e8a8566f41a69640c74adb35363d6c07c439 -Size (php-8.1.5.tar.xz) = 11752684 bytes +BLAKE2s (php-8.1.6.tar.xz) = 6e46606147f0169d44c89d1ac0084f94a78125bc66402e3847ff4c6bf5051610 +SHA512 (php-8.1.6.tar.xz) = df5ab8e90aced1cc904c6abd25f42b0c59a327fe4f7b518591c23820e711952f3b1e70b31a1c2e90282621891400b492fb099cbadafcd0ef7991ccc2962156de +Size (php-8.1.6.tar.xz) = 11708824 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 From 4d4ab4c24da8e7e94599e58e02f2e490ba53a3a0 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 13 May 2022 15:03:03 +0000 Subject: [PATCH 0339/1154] doc: Updated lang/php81 to 8.1.6 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 95e246c53a4c1..37adef83771de 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2547 2022/05/13 14:26:55 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2548 2022/05/13 15:03:03 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3929,3 +3929,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/firefox to 100.0 [ryoon 2022-05-13] Updated www/firefox-l10n to 100.0 [ryoon 2022-05-13] Added lang/openjdk17 version 1.17.0.3.7 [ryoon 2022-05-13] + Updated lang/php81 to 8.1.6 [taca 2022-05-13] From 7629fb9ecdb93da21f75381f1c93c27d96bf72a0 Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 13 May 2022 15:17:13 +0000 Subject: [PATCH 0340/1154] openjdk17: Fetch bootstrap kits from ftp.NetBSD.org --- lang/openjdk17/bootstrap.mk | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/lang/openjdk17/bootstrap.mk b/lang/openjdk17/bootstrap.mk index f51f163970f9b..53605e01bbf7e 100644 --- a/lang/openjdk17/bootstrap.mk +++ b/lang/openjdk17/bootstrap.mk @@ -1,10 +1,9 @@ -# $NetBSD: bootstrap.mk,v 1.1 2022/05/13 14:24:19 ryoon Exp $ +# $NetBSD: bootstrap.mk,v 1.2 2022/05/13 15:17:13 ryoon Exp $ ONLY_FOR_PLATFORM+= NetBSD-*-i386 BOOT.nb9-i386= bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz -#SITES.${BOOT.nb9-i386}= ${MASTER_SITE_LOCAL:=openjdk17/} -SITES.${BOOT.nb9-i386}= https://www.ryoon.net/~ryoon/ +SITES.${BOOT.nb9-i386}= ${MASTER_SITE_LOCAL:=openjdk17/} .if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || make(distinfo) DISTFILES+= ${BOOT.nb9-i386} EXTRACT_ONLY+= ${BOOT.nb9-i386} @@ -12,8 +11,7 @@ EXTRACT_ONLY+= ${BOOT.nb9-i386} ONLY_FOR_PLATFORM+= NetBSD-9.[0-8]*-x86_64 BOOT.nb9-amd64= bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz -#SITES.${BOOT.nb9-amd64}= ${MASTER_SITE_LOCAL:=openjdk17/} -SITES.${BOOT.nb9-amd64}= https://www.ryoon.net/~ryoon/ +SITES.${BOOT.nb9-amd64}= ${MASTER_SITE_LOCAL:=openjdk17/} .if !empty(MACHINE_PLATFORM:MNetBSD-9.[0-8]*-x86_64) || make(distinfo) DISTFILES+= ${BOOT.nb9-amd64} EXTRACT_ONLY+= ${BOOT.nb9-amd64} @@ -21,8 +19,7 @@ EXTRACT_ONLY+= ${BOOT.nb9-amd64} ONLY_FOR_PLATFORM+= NetBSD-9.9*-x86_64 BOOT.nb10-amd64= bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz -#SITES.${BOOT.nb10-amd64}= ${MASTER_SITE_LOCAL:=openjdk17/} -SITES.${BOOT.nb10-amd64}= https://www.ryoon.net/~ryoon/ +SITES.${BOOT.nb10-amd64}= ${MASTER_SITE_LOCAL:=openjdk17/} .if !empty(MACHINE_PLATFORM:MNetBSD-9.9*-x86_64) || make(distinfo) DISTFILES+= ${BOOT.nb10-amd64} EXTRACT_ONLY+= ${BOOT.nb10-amd64} From 217babbe9fb8366a75301d850331c34375f2c294 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 15:35:17 +0000 Subject: [PATCH 0341/1154] hexchat: adapt libpci option for pciutils 3.8.0 default-off, so no PKGREVISION bump --- chat/hexchat/distinfo | 5 +---- chat/hexchat/options.mk | 3 ++- .../patches/patch-plugins_sysinfo_unix_parse.c | 15 --------------- .../patches/patch-plugins_sysinfo_unix_pci.c | 15 --------------- .../patches/patch-plugins_sysinfo_unix_pci.h | 15 --------------- 5 files changed, 3 insertions(+), 50 deletions(-) delete mode 100644 chat/hexchat/patches/patch-plugins_sysinfo_unix_parse.c delete mode 100644 chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.c delete mode 100644 chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.h diff --git a/chat/hexchat/distinfo b/chat/hexchat/distinfo index c4d90c0638bf7..c670c7152293c 100644 --- a/chat/hexchat/distinfo +++ b/chat/hexchat/distinfo @@ -1,10 +1,7 @@ -$NetBSD: distinfo,v 1.16 2022/03/04 07:48:16 nia Exp $ +$NetBSD: distinfo,v 1.17 2022/05/13 15:35:17 wiz Exp $ BLAKE2s (hexchat-2.16.1.tar.xz) = c4a0d6d4925f062eb6401c4764c38fdd28b261339de5d915544b424d5f30a286 SHA512 (hexchat-2.16.1.tar.xz) = 9e6baa30ec8c3ce4fb56e2c82625da63295040eaf93a542aec8a4a18a6a3c95d69d1d4ffabc952bcdcd7b754afef234b348f296143991fafd0550342db95ce0e Size (hexchat-2.16.1.tar.xz) = 1349536 bytes SHA1 (patch-osx_launcher.sh) = 7493430921809182898aca2ebb8fd1f493dbd9d3 SHA1 (patch-plugins_sysinfo_meson.build) = 35257a24137fe02a1ba292d7da8b627d318de0ab -SHA1 (patch-plugins_sysinfo_unix_parse.c) = 92b882b7573cfcfc280351353a7bdcb0a7940c06 -SHA1 (patch-plugins_sysinfo_unix_pci.c) = db2d20261419bed6d6c4b716b4416d73b3386053 -SHA1 (patch-plugins_sysinfo_unix_pci.h) = 018b74796143b26d6a1f9ad821f3889b74b09cc8 diff --git a/chat/hexchat/options.mk b/chat/hexchat/options.mk index fa55f1e4139a3..918f8c79d4177 100644 --- a/chat/hexchat/options.mk +++ b/chat/hexchat/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2021/12/17 20:09:34 maya Exp $ +# $NetBSD: options.mk,v 1.12 2022/05/13 15:35:17 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.hexchat PKG_SUPPORTED_OPTIONS= dbus gtk2 libcanberra libpci @@ -38,6 +38,7 @@ MESON_ARGS+= -Dlibcanberra=disabled .endif .if !empty(PKG_OPTIONS:Mlibpci) +BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.8 .include "../../sysutils/pciutils/buildlink3.mk" .include "../../sysutils/pciutils/libname.mk" LIBS+= -l${PCIUTILS_LIBNAME} diff --git a/chat/hexchat/patches/patch-plugins_sysinfo_unix_parse.c b/chat/hexchat/patches/patch-plugins_sysinfo_unix_parse.c deleted file mode 100644 index 1a437531b3b0f..0000000000000 --- a/chat/hexchat/patches/patch-plugins_sysinfo_unix_parse.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-plugins_sysinfo_unix_parse.c,v 1.2 2018/03/17 11:56:15 tnn Exp $ - -Fix header location for pkgsrc. - ---- plugins/sysinfo/unix/parse.c.orig 2018-03-14 02:27:13.000000000 +0000 -+++ plugins/sysinfo/unix/parse.c -@@ -24,7 +24,7 @@ - #include - #include - #ifdef HAVE_LIBPCI -- #include -+ #include - #include "pci.h" - #endif - #include diff --git a/chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.c b/chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.c deleted file mode 100644 index eb66897d5de27..0000000000000 --- a/chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-plugins_sysinfo_unix_pci.c,v 1.1 2016/08/16 08:30:14 tnn Exp $ - -Fix header location for pkgsrc. - ---- plugins/sysinfo/unix/pci.c.orig 2016-03-20 01:05:19.000000000 +0000 -+++ plugins/sysinfo/unix/pci.c -@@ -23,7 +23,7 @@ - #include - #include - #include --#include -+#include - #include - - #include "sysinfo.h" diff --git a/chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.h b/chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.h deleted file mode 100644 index c174f71b4e669..0000000000000 --- a/chat/hexchat/patches/patch-plugins_sysinfo_unix_pci.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-plugins_sysinfo_unix_pci.h,v 1.1 2016/08/16 08:30:14 tnn Exp $ - -Fix header location for pkgsrc. - ---- plugins/sysinfo/unix/pci.h.orig 2016-03-20 01:05:19.000000000 +0000 -+++ plugins/sysinfo/unix/pci.h -@@ -21,7 +21,7 @@ - #ifndef _PCI_H_ - #define _PCI_H_ - --#include -+#include - void pci_find_fullname(char *fullname, char *vendor, char *device); - int pci_find_by_class(u16 *class, char *vendor, char *device); - From 418921b293e03f51efa742ffbcaa66d5a550b0c9 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 15:36:49 +0000 Subject: [PATCH 0342/1154] nvtv: adapt for pciutils 3.8.0 Untested since this is not-for-x86_64 --- graphics/nvtv/Makefile | 6 +++--- graphics/nvtv/distinfo | 3 +-- graphics/nvtv/patches/patch-aa | 19 ------------------- 3 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 graphics/nvtv/patches/patch-aa diff --git a/graphics/nvtv/Makefile b/graphics/nvtv/Makefile index 685d0b619615a..cc565c0591d7c 100644 --- a/graphics/nvtv/Makefile +++ b/graphics/nvtv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2021/12/08 16:05:02 adam Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/13 15:36:49 wiz Exp $ DISTNAME= nvtv-0.4.7 -PKGREVISION= 39 +PKGREVISION= 40 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nv-tv-out/} @@ -29,9 +29,9 @@ post-install: ${WRKSRC}/doc/overview.txt ${WRKSRC}/doc/timing.txt \ ${DESTDIR}${PREFIX}/share/doc/nvtv +BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.8 .include "../../sysutils/pciutils/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/graphics/nvtv/distinfo b/graphics/nvtv/distinfo index e3c9d22e66c13..f4b79d2d98b72 100644 --- a/graphics/nvtv/distinfo +++ b/graphics/nvtv/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:46:33 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/05/13 15:36:49 wiz Exp $ BLAKE2s (nvtv-0.4.7.tar.gz) = fe81c7b13d5b56ae710932b59bd8eac877e5530a30a0e24fe56ebca9e43c5838 SHA512 (nvtv-0.4.7.tar.gz) = 086de916b3b783a2071906e8f2eb98009f2f73627dc75ee086bde9864de3fb18ddf6d981c56225ac3dca3c837ff3575deb2aeca042be4cca9dc7a876cc41282d Size (nvtv-0.4.7.tar.gz) = 419564 bytes -SHA1 (patch-aa) = 5427ad734597a76f4dbd65d17d95604f0df88d1e SHA1 (patch-ab) = 6b4e77864b7f42a6e95020a62d31ad4d569ac6d9 SHA1 (patch-ac) = af493d9f8209203b50379f93146ba6504eb39829 SHA1 (patch-ad) = ba6d7653d90f5b0b4fa54a4f4eb106a0e7954f88 diff --git a/graphics/nvtv/patches/patch-aa b/graphics/nvtv/patches/patch-aa deleted file mode 100644 index a94b0edf3b66e..0000000000000 --- a/graphics/nvtv/patches/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2009/03/13 12:48:51 hasso Exp $ - -Pkgsrc sysutils/pciutils installs headers in include/pciutils regardless -of the name of the library. Not for upstream. - ---- src/card_direct.c.orig 2009-03-12 00:37:31 +0200 -+++ src/card_direct.c 2009-03-12 00:37:53 +0200 -@@ -44,11 +44,7 @@ - #include - - #ifdef HAVE_PCI --#ifdef HAVE_PCIUTILS - #include --#else --#include --#endif - #endif - #include - #include From c40a772b04d084d8065b8e49ffb2298c19a2eef6 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 15:43:19 +0000 Subject: [PATCH 0343/1154] flashrom: adapt for pciutils 3.8 --- sysutils/flashrom/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 81cc6f52ad4a3..654c48223d61c 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2021/12/19 09:47:58 maya Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/13 15:43:19 wiz Exp $ DISTNAME= flashrom-v1.2 PKGNAME= ${DISTNAME:S/-v/-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://download.flashrom.org/releases/ EXTRACT_SUFX= .tar.bz2 @@ -26,9 +26,9 @@ SUBST_FILES.pciutils= Makefile SUBST_FILES.pciutils+= hwaccess.h SUBST_MESSAGE.pciutils= adjusting pciutils headers SUBST_STAGE.pciutils= pre-configure -SUBST_SED.pciutils+= -e 's,,,g' +SUBST_SED.pciutils+= -e 's,,,g' -.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" +.if ${OPSYS} == "SunOS" LDFLAGS+= -lpci CPPFLAGS+= -I/${PREFIX}/include .endif @@ -45,5 +45,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/flashrom.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/flashrom.8 .include "../../devel/libftdi1/buildlink3.mk" +BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.8 .include "../../sysutils/pciutils/buildlink3.mk" .include "../../mk/bsd.pkg.mk" From 8a29018e0be3d75e40428b73d890c80b95c19e13 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 15:46:09 +0000 Subject: [PATCH 0344/1154] vbetool: adapt for pciutils 3.8.0 --- sysutils/vbetool/Makefile | 6 +++--- sysutils/vbetool/distinfo | 4 ++-- sysutils/vbetool/patches/patch-ab | 15 +++------------ 3 files changed, 8 insertions(+), 17 deletions(-) diff --git a/sysutils/vbetool/Makefile b/sysutils/vbetool/Makefile index 601e308e3244c..f1abec721589e 100644 --- a/sysutils/vbetool/Makefile +++ b/sysutils/vbetool/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2021/12/19 09:47:59 maya Exp $ -# +# $NetBSD: Makefile,v 1.13 2022/05/13 15:46:09 wiz Exp $ DISTNAME= vbetool_0.7-1 PKGNAME= vbetool-0.7.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ @@ -25,5 +24,6 @@ CONFIGURE_ARGS= --with-x86emu # This gives us libi386 and libx86_64. LIBS.NetBSD+= -l${MACHINE_ARCH} +BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.8 .include "../../sysutils/pciutils/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/vbetool/distinfo b/sysutils/vbetool/distinfo index e90c1d7a32d4d..67a17481218ad 100644 --- a/sysutils/vbetool/distinfo +++ b/sysutils/vbetool/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:20:21 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/05/13 15:46:09 wiz Exp $ BLAKE2s (vbetool_0.7-1.tar.gz) = c7fb3da174b77b34517a3cc7a05babab0bdd7d30793ff5393b2ed01bac36a908 SHA512 (vbetool_0.7-1.tar.gz) = 38d4ac1294a38147a75047804646fd98b8afa15555532647e5353692314c88fb871aab704267135773b8d771146a6769ecfe215c170421b3aae81fc0e71f6c24 Size (vbetool_0.7-1.tar.gz) = 176277 bytes SHA1 (patch-aa) = d27a3dd8eb1943c3f30351996483a01638521e90 -SHA1 (patch-ab) = 16e42e95d69b98b5ec5886a84bbc294aea942056 +SHA1 (patch-ab) = e0fff500f5dec6e270879064b6139426593b3528 SHA1 (patch-ac) = 89b24bd2fadbf40ab614186b53dc339653029919 diff --git a/sysutils/vbetool/patches/patch-ab b/sysutils/vbetool/patches/patch-ab index 8044bac4f112a..2318f64027918 100644 --- a/sysutils/vbetool/patches/patch-ab +++ b/sysutils/vbetool/patches/patch-ab @@ -1,17 +1,8 @@ -$NetBSD: patch-ab,v 1.4 2007/10/29 18:41:24 joerg Exp $ +$NetBSD: patch-ab,v 1.5 2022/05/13 15:46:09 wiz Exp $ ---- vbetool.c.orig 2006-07-26 03:27:21.000000000 +0200 +--- vbetool.c.orig 2006-07-26 01:27:21.000000000 +0000 +++ vbetool.c -@@ -8,19 +8,39 @@ This program is released under the terms - version 2 - */ - --#include - #include -+#include - #include - #include - #include +@@ -16,11 +16,31 @@ version 2 #include #include #include From 917a5cb8c526a0600d4c356df3fe04b9a252cd41 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 15:53:08 +0000 Subject: [PATCH 0345/1154] xentools411: adapt for pciutils 3.8 Untested because of In file included from include/ipxe/uaccess.h:27, from core/acpi.c:28: ./config/ioapi.h:17:10: fatal error: config/local/ioapi.h: No such file or directory 17 | #include | ^~~~~~~~~~~~~~~~~~~~~~ on -current/amd64. --- sysutils/xentools411/Makefile | 5 +++-- sysutils/xentools411/distinfo | 4 +--- ...ools_qemu-xen-traditional_hw_pass-through.h | 18 ------------------ ...h-tools_qemu-xen-traditional_hw_piix4acpi.c | 17 ----------------- 4 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h delete mode 100644 sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c diff --git a/sysutils/xentools411/Makefile b/sysutils/xentools411/Makefile index 2b4f852c08097..a22eb6ac4de49 100644 --- a/sysutils/xentools411/Makefile +++ b/sysutils/xentools411/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2022/05/05 08:27:13 nia Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/13 15:53:08 wiz Exp $ # # VERSION is set in version.mk as it is shared with other packages -PKGREVISION= 7 +PKGREVISION= 8 .include "version.mk" DIST_IPXE= ipxe-git-${VERSION_IPXE}.tar.gz @@ -238,6 +238,7 @@ MAKE_ENV+= EXTRA_HOSTCFLAGS=${EXTRA_HOSTCFLAGS:Q} EXTRA_CFLAGS=${EXTRA_CFLAGS:M* #.include "../../devel/SDL/buildlink3.mk" .include "../../lang/ocaml/buildlink3.mk" .include "../../devel/ocaml-findlib/buildlink3.mk" +BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.8 .include "../../sysutils/pciutils/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/yajl/buildlink3.mk" diff --git a/sysutils/xentools411/distinfo b/sysutils/xentools411/distinfo index f7e5303da3ebd..56cc3099e4ce8 100644 --- a/sysutils/xentools411/distinfo +++ b/sysutils/xentools411/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 11:20:25 nia Exp $ +$NetBSD: distinfo,v 1.19 2022/05/13 15:53:08 wiz Exp $ BLAKE2s (xen411/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz) = 4a7456f18df85a639d003b3e8c926414f421cd77e032da9813fdc9beaf871795 SHA512 (xen411/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz) = bbcce5e55040e7e29adebd4a5253a046016a6e2e7ff34cf801a42d147e1ec1af57e0297318249bfa9c5bbeac969fe4b37c18cbf845a80b2136d65387a4fc31da @@ -72,8 +72,6 @@ SHA1 (patch-tools_qemu-xen-traditional_configure) = 6a42dcac010f90439a347c0f6e88 SHA1 (patch-tools_qemu-xen-traditional_hw_e1000.c) = ec86584529cc743ea27768ad1fab523ee9fb6bea SHA1 (patch-tools_qemu-xen-traditional_hw_ide.c) = b541546390c6d142bc6079dbd51cfd65b5223e9e SHA1 (patch-tools_qemu-xen-traditional_hw_pass-through.c) = 45848fb5038bdd6def218b35dd0a6496a14102f1 -SHA1 (patch-tools_qemu-xen-traditional_hw_pass-through.h) = 6edb7a9a03d99b84801bf595c4d68acbc361bb4b -SHA1 (patch-tools_qemu-xen-traditional_hw_piix4acpi.c) = 280265db035e239b173efd9d63b629201d2c0cfa SHA1 (patch-tools_qemu-xen-traditional_hw_pt-graphics.c) = b9c18042f40ccacb3f24ab0f1e3c6e1a5bf5521a SHA1 (patch-tools_qemu-xen-traditional_hw_pt-msi.c) = a953380dbc3e64528c39e26d2c45c0cbd3e4d738 SHA1 (patch-tools_qemu-xen-traditional_hw_pt-msi.h) = 787447cc24518fe5ae16942d72d3038db612419d diff --git a/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h b/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h deleted file mode 100644 index b4b95a40f8996..0000000000000 --- a/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-tools_qemu-xen-traditional_hw_pass-through.h,v 1.1 2018/07/24 13:40:11 bouyer Exp $ - ---- tools/qemu-xen-traditional/hw/pass-through.h.orig 2014-10-06 17:50:24.000000000 +0200 -+++ tools/qemu-xen-traditional/hw/pass-through.h 2015-01-19 13:16:38.000000000 +0100 -@@ -20,8 +20,13 @@ - - #include "hw.h" - #include "pci.h" -+#ifdef __NetBSD__ -+#include "pciutils/header.h" -+#include "pciutils/pci.h" -+#else - #include "pci/header.h" - #include "pci/pci.h" -+#endif - #include "exec-all.h" - #include "sys-queue.h" - #include "qemu-timer.h" diff --git a/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c b/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c deleted file mode 100644 index 2e20e5135057c..0000000000000 --- a/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-tools_qemu-xen-traditional_hw_piix4acpi.c,v 1.1 2018/07/24 13:40:11 bouyer Exp $ - ---- tools/qemu-xen-traditional/hw/piix4acpi.c.orig 2014-10-06 17:50:24.000000000 +0200 -+++ tools/qemu-xen-traditional/hw/piix4acpi.c 2015-01-19 13:16:38.000000000 +0100 -@@ -41,8 +41,12 @@ - #define PIIX4ACPI_LOG(level, fmt, ...) do { if (level <= PIIX4ACPI_LOGLEVEL) qemu_log(fmt, ## __VA_ARGS__); } while (0) - - #ifdef CONFIG_PASSTHROUGH -+#ifdef __NetBSD__ -+#include -+#else - #include - #endif -+#endif - - /* PM1a_CNT bits, as defined in the ACPI specification. */ - #define SCI_EN (1 << 0) From 8eeb4647a80230955ddfb0c50ebca9ad314fd025 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 15:55:34 +0000 Subject: [PATCH 0346/1154] plasma-framework: kwayland is optional. --- x11/plasma-framework/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/x11/plasma-framework/Makefile b/x11/plasma-framework/Makefile index 9d7eedd415ff8..5c1df048bfa97 100644 --- a/x11/plasma-framework/Makefile +++ b/x11/plasma-framework/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2022/04/25 09:31:13 markd Exp $ +# $NetBSD: Makefile,v 1.55 2022/05/13 15:55:34 jperkin Exp $ DISTNAME= plasma-framework-${KF5VER} CATEGORIES= x11 @@ -20,8 +20,13 @@ SUBST_FILES.fix-moc= _KDE_build/src/scriptengines/qml/CMakeFiles/plasma_appletsc SUBST_NOOP_OK.fix-moc= yes SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' +.include "../../devel/wayland/platform.mk" + +.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes" +. include "../../devel/kwayland/buildlink3.mk" +.endif + .include "../../devel/kdeclarative/buildlink3.mk" -.include "../../devel/kwayland/buildlink3.mk" .include "../../x11/kactivities5/buildlink3.mk" .include "../../x11/kirigami2/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" From 17ec0147eeda98ed82283c86464c19bdf2ce077d Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 15:58:54 +0000 Subject: [PATCH 0347/1154] xentools413: adapt to pciutils 3.8 Untested because of ld -N -T out/romlayout32flat.lds out/rom16.strip.o out/rom32seg.strip.o out/code32flat.o -o out/rom.o ld: cannot find out/rom16.strip.o: No such file or directory ld: cannot find out/rom32seg.strip.o: No such file or directory on -current/amd64. --- sysutils/xentools413/Makefile | 5 +++-- sysutils/xentools413/distinfo | 4 +--- ...ools_qemu-xen-traditional_hw_pass-through.h | 18 ------------------ ...h-tools_qemu-xen-traditional_hw_piix4acpi.c | 17 ----------------- 4 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 sysutils/xentools413/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h delete mode 100644 sysutils/xentools413/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c diff --git a/sysutils/xentools413/Makefile b/sysutils/xentools413/Makefile index d28d6f4e706c2..e0741a9648003 100644 --- a/sysutils/xentools413/Makefile +++ b/sysutils/xentools413/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.27 2022/05/05 08:27:13 nia Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/13 15:58:54 wiz Exp $ # VERSION= 4.13.4 DIST_SUBDIR= xen413 DISTNAME= xen-${VERSION} PKGNAME= xentools413-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ @@ -236,6 +236,7 @@ MAKE_ENV+= EXTRA_HOSTCFLAGS=${EXTRA_HOSTCFLAGS:Q} EXTRA_CFLAGS=${EXTRA_CFLAGS:M* #.include "../../devel/SDL/buildlink3.mk" .include "../../lang/ocaml/buildlink3.mk" .include "../../devel/ocaml-findlib/buildlink3.mk" +BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.8 .include "../../sysutils/pciutils/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/yajl/buildlink3.mk" diff --git a/sysutils/xentools413/distinfo b/sysutils/xentools413/distinfo index 05152a67bb9b6..60cb23325f970 100644 --- a/sysutils/xentools413/distinfo +++ b/sysutils/xentools413/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 11:20:25 nia Exp $ +$NetBSD: distinfo,v 1.15 2022/05/13 15:58:54 wiz Exp $ BLAKE2s (xen413/ipxe-1dd56dbd11082fb622c2ed21cfaced4f47d798a6.tar.gz) = d2e88c1705b34d2d6ce59106702343e927686942f54b65ce047d29269fbdb393 SHA512 (xen413/ipxe-1dd56dbd11082fb622c2ed21cfaced4f47d798a6.tar.gz) = 0d96236385d241fdddafc88e8b4dac37298f2371b0c61055b78d6ce794166559127de2c110409c55738ca16c4a9e9e1834b03f7a2de85729d0a66cf5c313c9e8 @@ -69,8 +69,6 @@ SHA1 (patch-tools_qemu-xen-traditional_configure) = 6a42dcac010f90439a347c0f6e88 SHA1 (patch-tools_qemu-xen-traditional_hw_e1000.c) = ec86584529cc743ea27768ad1fab523ee9fb6bea SHA1 (patch-tools_qemu-xen-traditional_hw_ide.c) = b541546390c6d142bc6079dbd51cfd65b5223e9e SHA1 (patch-tools_qemu-xen-traditional_hw_pass-through.c) = 45848fb5038bdd6def218b35dd0a6496a14102f1 -SHA1 (patch-tools_qemu-xen-traditional_hw_pass-through.h) = 6edb7a9a03d99b84801bf595c4d68acbc361bb4b -SHA1 (patch-tools_qemu-xen-traditional_hw_piix4acpi.c) = 280265db035e239b173efd9d63b629201d2c0cfa SHA1 (patch-tools_qemu-xen-traditional_hw_pt-graphics.c) = b9c18042f40ccacb3f24ab0f1e3c6e1a5bf5521a SHA1 (patch-tools_qemu-xen-traditional_hw_pt-msi.c) = a953380dbc3e64528c39e26d2c45c0cbd3e4d738 SHA1 (patch-tools_qemu-xen-traditional_hw_pt-msi.h) = 787447cc24518fe5ae16942d72d3038db612419d diff --git a/sysutils/xentools413/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h b/sysutils/xentools413/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h deleted file mode 100644 index e4ab737c3f0b5..0000000000000 --- a/sysutils/xentools413/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-tools_qemu-xen-traditional_hw_pass-through.h,v 1.1 2020/05/26 11:12:11 bouyer Exp $ - ---- tools/qemu-xen-traditional/hw/pass-through.h.orig 2014-10-06 17:50:24.000000000 +0200 -+++ tools/qemu-xen-traditional/hw/pass-through.h 2015-01-19 13:16:38.000000000 +0100 -@@ -20,8 +20,13 @@ - - #include "hw.h" - #include "pci.h" -+#ifdef __NetBSD__ -+#include "pciutils/header.h" -+#include "pciutils/pci.h" -+#else - #include "pci/header.h" - #include "pci/pci.h" -+#endif - #include "exec-all.h" - #include "sys-queue.h" - #include "qemu-timer.h" diff --git a/sysutils/xentools413/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c b/sysutils/xentools413/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c deleted file mode 100644 index 57f58409337c4..0000000000000 --- a/sysutils/xentools413/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-tools_qemu-xen-traditional_hw_piix4acpi.c,v 1.1 2020/05/26 11:12:11 bouyer Exp $ - ---- tools/qemu-xen-traditional/hw/piix4acpi.c.orig 2014-10-06 17:50:24.000000000 +0200 -+++ tools/qemu-xen-traditional/hw/piix4acpi.c 2015-01-19 13:16:38.000000000 +0100 -@@ -41,8 +41,12 @@ - #define PIIX4ACPI_LOG(level, fmt, ...) do { if (level <= PIIX4ACPI_LOGLEVEL) qemu_log(fmt, ## __VA_ARGS__); } while (0) - - #ifdef CONFIG_PASSTHROUGH -+#ifdef __NetBSD__ -+#include -+#else - #include - #endif -+#endif - - /* PM1a_CNT bits, as defined in the ACPI specification. */ - #define SCI_EN (1 << 0) From bd2d110d92420e7f0ed83e4355f201759d06907f Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 16:04:23 +0000 Subject: [PATCH 0348/1154] xentools415: update for pciutils 3.8.0 Untested because of python3.10 ./scripts/ldnoexec.py out/rom16.o.strip.o out/rom16.noexec.o Traceback (most recent call last): File "/scratch/sysutils/xentools415/work/seabios-rel-1.14.0/./scripts/ldnoexec.py", line 32, in main() File "/scratch/sysutils/xentools415/work/seabios-rel-1.14.0/./scripts/ldnoexec.py", line 20, in main f = open(infilename, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'out/rom32seg.o.strip.o' gmake[6]: *** [Makefile:133: out/rom32seg.noexec.o] Error 1 gmake[6]: *** Waiting for unfinished jobs.... Traceback (most recent call last): File "/scratch/sysutils/xentools415/work/seabios-rel-1.14.0/./scripts/ldnoexec.py", line 32, in main() File "/scratch/sysutils/xentools415/work/seabios-rel-1.14.0/./scripts/ldnoexec.py", line 20, in main f = open(infilename, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'out/rom16.o.strip.o' gmake[6]: *** [Makefile:133: out/rom16.noexec.o] Error 1 on -current/amd64. Run pkglint -F while here. --- sysutils/xentools415/Makefile | 20 ++++++++++--------- sysutils/xentools415/distinfo | 6 ++---- ...ols_qemu-xen-traditional_hw_pass-through.h | 18 ----------------- ...-tools_qemu-xen-traditional_hw_piix4acpi.c | 17 ---------------- .../patch-tools_qemu-xen-traditional_net.c | 4 +++- 5 files changed, 16 insertions(+), 49 deletions(-) delete mode 100644 sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h delete mode 100644 sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c diff --git a/sysutils/xentools415/Makefile b/sysutils/xentools415/Makefile index 1b90cb3a3c44d..d41111e6a207a 100644 --- a/sysutils/xentools415/Makefile +++ b/sysutils/xentools415/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2022/05/05 08:27:13 nia Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/13 16:04:23 wiz Exp $ # VERSION= 4.15.2 DIST_SUBDIR= xen415 DISTNAME= xen-${VERSION} PKGNAME= xentools415-${VERSION} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ @@ -17,7 +18,7 @@ SITES.${SEABIOS_DIST}= -http://xenbits.xen.org/gitweb/?p=seabios.git;a=snapshot; IPXE_VERSION= 988d2c13cdf0f0b4140685af35ced70ac5b3283c IPXE_DIST= ipxe-${IPXE_VERSION}.tar.gz -DISTFILES+= ${IPXE_DIST} +DISTFILES+= ${IPXE_DIST} SITES.${IPXE_DIST}= -https://github.com/ipxe/ipxe/archive/${IPXE_VERSION}.tar.gz MAINTAINER= bouyer@NetBSD.org @@ -40,7 +41,7 @@ ONLY_FOR_PLATFORM+= NetBSD-9.[1-9]_*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-9.0_STABLE-x86_64 SSP_SUPPORTED= no -MKPIE_SUPPORTED= no +MKPIE_SUPPORTED= no CONFLICTS+= libxen-[0-9]* CONFLICTS+= xenstoretools-[0-9]* @@ -66,7 +67,7 @@ MAKE_ENV+= APPEND_LIB=${LDFLAGS:Q} MAKE_ENV+= XEN_EXAMPLES_DIR=${EGDIR} MAKE_ENV+= MV=${MV:Q} CP=${CP:Q} MAKE_ENV+= PYTHON=${PYTHONBIN:Q} PYTHON_COMMAND=${PYTHONBIN:Q} -MAKE_ENV+= SED=${SED:Q} +MAKE_ENV+= SED=${SED:Q} MAKE_ENV+= V=YES MAKE_ENV+= BARE_CPP="gcc -E" #MAKE_ENV+= NO_WERROR=1 @@ -102,11 +103,11 @@ SUBST_MESSAGE.getopt= Fixing getopt_long_only SUBST_FILES.getopt+= tools/fuzz/x86_instruction_emulator/afl-harness.c SUBST_SED.getopt+= -e 's,getopt_long_only,getopt_long,' -SUBST_CLASSES+= rpath-link -SUBST_STAGE.rpath-link= pre-configure -SUBST_MESSAGE.rpath-link= Fixing rpath-link syntax -SUBST_FILES.rpath-link+= tools/Rules.mk -SUBST_SED.rpath-link+= -e 's/-rpath-link=/-rpath-link,/g' +SUBST_CLASSES+= rpath-link +SUBST_STAGE.rpath-link= pre-configure +SUBST_MESSAGE.rpath-link= Fixing rpath-link syntax +SUBST_FILES.rpath-link+= tools/Rules.mk +SUBST_SED.rpath-link+= -e 's/-rpath-link=/-rpath-link,/g' OPSYSVARS+= PROCPATH PROCPATH.NetBSD= /kern @@ -238,6 +239,7 @@ MAKE_ENV+= EXTRA_HOSTCFLAGS=${EXTRA_HOSTCFLAGS:Q} EXTRA_CFLAGS=${EXTRA_CFLAGS:M* #.include "../../devel/SDL/buildlink3.mk" .include "../../lang/ocaml/buildlink3.mk" .include "../../devel/ocaml-findlib/buildlink3.mk" +BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.8 .include "../../sysutils/pciutils/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/yajl/buildlink3.mk" diff --git a/sysutils/xentools415/distinfo b/sysutils/xentools415/distinfo index 96946baa2a0ec..794e3378148a4 100644 --- a/sysutils/xentools415/distinfo +++ b/sysutils/xentools415/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2022/03/04 17:54:08 bouyer Exp $ +$NetBSD: distinfo,v 1.8 2022/05/13 16:04:23 wiz Exp $ BLAKE2s (xen415/ipxe-988d2c13cdf0f0b4140685af35ced70ac5b3283c.tar.gz) = 67ded947316100f4f66fa61fe156baf1620db575450f4dc0dd8dcb323e57970b SHA512 (xen415/ipxe-988d2c13cdf0f0b4140685af35ced70ac5b3283c.tar.gz) = d888e0e653727ee9895fa866d8895e6d23a568b4e9e8439db4c4d790996700c60b0655e3a3129e599736ec2b4f7b987ce79d625ba208f06665fced8bddf94403 @@ -48,13 +48,11 @@ SHA1 (patch-tools_qemu-xen-traditional_configure) = 6a42dcac010f90439a347c0f6e88 SHA1 (patch-tools_qemu-xen-traditional_hw_e1000.c) = ec86584529cc743ea27768ad1fab523ee9fb6bea SHA1 (patch-tools_qemu-xen-traditional_hw_ide.c) = b541546390c6d142bc6079dbd51cfd65b5223e9e SHA1 (patch-tools_qemu-xen-traditional_hw_pass-through.c) = 45848fb5038bdd6def218b35dd0a6496a14102f1 -SHA1 (patch-tools_qemu-xen-traditional_hw_pass-through.h) = 6edb7a9a03d99b84801bf595c4d68acbc361bb4b -SHA1 (patch-tools_qemu-xen-traditional_hw_piix4acpi.c) = 280265db035e239b173efd9d63b629201d2c0cfa SHA1 (patch-tools_qemu-xen-traditional_hw_pt-graphics.c) = b9c18042f40ccacb3f24ab0f1e3c6e1a5bf5521a SHA1 (patch-tools_qemu-xen-traditional_hw_pt-msi.c) = a953380dbc3e64528c39e26d2c45c0cbd3e4d738 SHA1 (patch-tools_qemu-xen-traditional_hw_pt-msi.h) = 787447cc24518fe5ae16942d72d3038db612419d SHA1 (patch-tools_qemu-xen-traditional_i386-dm_hookstarget.mak) = 3fdfbb7c9c2243a4cf5dabc5a6dd13c12f9d5850 -SHA1 (patch-tools_qemu-xen-traditional_net.c) = 0999993172070db5dc8d7c7daaa4999a3edaadb8 +SHA1 (patch-tools_qemu-xen-traditional_net.c) = 17ca8b0ba8fca5eee277fc97373287aaf25b5dae SHA1 (patch-tools_qemu-xen-traditional_xen-hooks.mak) = bc59cb87742036dfa75869572b21b58dd5a2c5ee SHA1 (patch-tools_qemu-xen_audio_audio.c) = a1c33d8df7a15515592d5978412d02683847cce5 SHA1 (patch-tools_qemu-xen_configure) = dc939ff397e5cd554b30d0cc9c19876470a5c2c3 diff --git a/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h b/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h deleted file mode 100644 index 71c3c44749737..0000000000000 --- a/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_hw_pass-through.h +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-tools_qemu-xen-traditional_hw_pass-through.h,v 1.1 2021/04/18 12:31:26 bouyer Exp $ - ---- tools/qemu-xen-traditional/hw/pass-through.h.orig 2014-10-06 17:50:24.000000000 +0200 -+++ tools/qemu-xen-traditional/hw/pass-through.h 2015-01-19 13:16:38.000000000 +0100 -@@ -20,8 +20,13 @@ - - #include "hw.h" - #include "pci.h" -+#ifdef __NetBSD__ -+#include "pciutils/header.h" -+#include "pciutils/pci.h" -+#else - #include "pci/header.h" - #include "pci/pci.h" -+#endif - #include "exec-all.h" - #include "sys-queue.h" - #include "qemu-timer.h" diff --git a/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c b/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c deleted file mode 100644 index 96f03e11ff9db..0000000000000 --- a/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_hw_piix4acpi.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-tools_qemu-xen-traditional_hw_piix4acpi.c,v 1.1 2021/04/18 12:31:26 bouyer Exp $ - ---- tools/qemu-xen-traditional/hw/piix4acpi.c.orig 2014-10-06 17:50:24.000000000 +0200 -+++ tools/qemu-xen-traditional/hw/piix4acpi.c 2015-01-19 13:16:38.000000000 +0100 -@@ -41,8 +41,12 @@ - #define PIIX4ACPI_LOG(level, fmt, ...) do { if (level <= PIIX4ACPI_LOGLEVEL) qemu_log(fmt, ## __VA_ARGS__); } while (0) - - #ifdef CONFIG_PASSTHROUGH -+#ifdef __NetBSD__ -+#include -+#else - #include - #endif -+#endif - - /* PM1a_CNT bits, as defined in the ACPI specification. */ - #define SCI_EN (1 << 0) diff --git a/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_net.c b/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_net.c index b979fc952200c..30c43b1fc3aee 100644 --- a/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_net.c +++ b/sysutils/xentools415/patches/patch-tools_qemu-xen-traditional_net.c @@ -1,4 +1,6 @@ -$NetBSD: patch-tools_qemu-xen-traditional_net.c,v 1.1 2021/04/18 12:31:26 bouyer Exp $ +$NetBSD: patch-tools_qemu-xen-traditional_net.c,v 1.2 2022/05/13 16:04:23 wiz Exp $ + + --- tools/qemu-xen-traditional/net.c.orig 2016-11-29 17:36:38.000000000 +0100 +++ tools/qemu-xen-traditional/net.c 2017-03-29 18:16:54.000000000 +0200 @@ -990,6 +990,7 @@ From 897d8814ff7579bba11e5eee2f45745ba2fc6a40 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 16:06:46 +0000 Subject: [PATCH 0349/1154] threadweaver: SunOS needs sys/loadavg.h for getloadavg(). --- devel/threadweaver/distinfo | 3 ++- ...ch-examples_ThumbNailer_AverageLoadManager.cpp | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 devel/threadweaver/patches/patch-examples_ThumbNailer_AverageLoadManager.cpp diff --git a/devel/threadweaver/distinfo b/devel/threadweaver/distinfo index f510c40867603..45c70a0fba648 100644 --- a/devel/threadweaver/distinfo +++ b/devel/threadweaver/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.14 2022/04/25 05:32:12 markd Exp $ +$NetBSD: distinfo,v 1.15 2022/05/13 16:06:46 jperkin Exp $ BLAKE2s (threadweaver-5.93.0.tar.xz) = 02893b9d0b90fe1ccc91d648d061ce60449d043b2f269c7ef21eb3cfc41e67dc SHA512 (threadweaver-5.93.0.tar.xz) = 793aa5b95106a402ba384e0d603b3ff5f80bdc0567bb23dbf0ba0fe6a9dc2ecc435c10c79a84ff62ac86b132f298e6a27d93475f30d14850748df34eab89f768 Size (threadweaver-5.93.0.tar.xz) = 1412636 bytes +SHA1 (patch-examples_ThumbNailer_AverageLoadManager.cpp) = a5aa7c2839ece6a213f8c70cc1ec8dd92fc55986 diff --git a/devel/threadweaver/patches/patch-examples_ThumbNailer_AverageLoadManager.cpp b/devel/threadweaver/patches/patch-examples_ThumbNailer_AverageLoadManager.cpp new file mode 100644 index 0000000000000..13c93c07a6583 --- /dev/null +++ b/devel/threadweaver/patches/patch-examples_ThumbNailer_AverageLoadManager.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-examples_ThumbNailer_AverageLoadManager.cpp,v 1.1 2022/05/13 16:06:46 jperkin Exp $ + +SunOS needs sys/loadavg.h for getloadavg(). + +--- examples/ThumbNailer/AverageLoadManager.cpp.orig 2022-04-02 10:06:45.000000000 +0000 ++++ examples/ThumbNailer/AverageLoadManager.cpp +@@ -1,3 +1,8 @@ ++#ifdef __sun ++#include ++#include ++#endif ++ + #ifdef Q_OS_UNIX + #include + #endif From 6c9b424b23d9ba247d4d576f190702e9f9be4bca Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 17:06:01 +0000 Subject: [PATCH 0350/1154] marble: Avoid ambiguous function call. --- misc/marble/distinfo | 3 ++- .../patch-src_lib_marble_VectorTileModel.cpp | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 misc/marble/patches/patch-src_lib_marble_VectorTileModel.cpp diff --git a/misc/marble/distinfo b/misc/marble/distinfo index d82dd55f31842..971f8ceec56bf 100644 --- a/misc/marble/distinfo +++ b/misc/marble/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2021/12/17 08:51:53 prlw1 Exp $ +$NetBSD: distinfo,v 1.20 2022/05/13 17:06:01 jperkin Exp $ BLAKE2s (marble-20.12.3.tar.xz) = f4d65c53c3b9f6c86f620cae916980473c03518abe138c5ad750b279e7b8ec8a SHA512 (marble-20.12.3.tar.xz) = 0dc69ce2dafac196d3b494bd29a268f879e8bd14ae916454682289822024d58e077e4972588cc6d51284459f2fc9aceacd4e1e8a8302f987556e20a7acaf172a @@ -6,5 +6,6 @@ Size (marble-20.12.3.tar.xz) = 52242116 bytes SHA1 (patch-src_lib_astro_astrolib.cpp) = 541b39516af740b0ff8e485e9e4e8a339ca5d7f4 SHA1 (patch-src_lib_astro_astrolib.h) = 4123af9f32a35400e05943598e7dceff84899928 SHA1 (patch-src_lib_astro_solarsystem.cpp) = 1e00e5edf7ac5b38a1d4d29ccf4847470b6f4906 +SHA1 (patch-src_lib_marble_VectorTileModel.cpp) = 37694434914e9f067f7bf5112b4a9596baa8e889 SHA1 (patch-src_plugins_positionprovider_gpsd_GpsdPositionProviderPlugin.cpp) = 7d6efd81d30ba8ffd6e993c3843ee743c02f3afc SHA1 (patch-src_plugins_render_stars_StarsPlugin.cpp) = 06fdce98d53db7a74e972dcc39459016646246d0 diff --git a/misc/marble/patches/patch-src_lib_marble_VectorTileModel.cpp b/misc/marble/patches/patch-src_lib_marble_VectorTileModel.cpp new file mode 100644 index 0000000000000..2eabfee9563eb --- /dev/null +++ b/misc/marble/patches/patch-src_lib_marble_VectorTileModel.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_lib_marble_VectorTileModel.cpp,v 1.1 2022/05/13 17:06:01 jperkin Exp $ + +Avoid ambiguous function call. + +--- src/lib/marble/VectorTileModel.cpp.orig 2021-02-27 00:23:23.000000000 +0000 ++++ src/lib/marble/VectorTileModel.cpp +@@ -22,6 +22,8 @@ + #include + #include + ++using std::log; ++ + namespace Marble + { + From 6aa0f0054fca8ba2688e33ec002062244de9adee Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 17:32:37 +0000 Subject: [PATCH 0351/1154] python27: fix build on macOS We must pass -isysroot with the explicit path to the MacOSX SDK in CFLAGS. Without this setup.py fails to find builtin zlib and bzip2. See comment in ${WRKSRC}/Lib/distutils/unixccompiler.py:find_library_file() for why this is necessary. --- lang/python27/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python27/Makefile b/lang/python27/Makefile index fa0d6fd389289..bfb86e3dca7b2 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2022/02/25 22:41:32 gutteridge Exp $ +# $NetBSD: Makefile,v 1.100 2022/05/13 17:32:37 tnn Exp $ .include "dist.mk" @@ -104,7 +104,7 @@ PLIST.extra-so= yes # modules will not be built. .if ${OPSYS} == "Darwin" . if exists(${OSX_SDK_PATH}/usr/include) -CFLAGS+= -I${OSX_SDK_PATH:Q}/usr/include +CFLAGS+= -isysroot ${OSX_SDK_PATH:Q} . endif . if exists(${OSX_SDK_PATH}/System/Library/Frameworks/QuickTime.framework) PLIST.qt= yes From 5797511fbf8cbcacb3f1beaf54595b41f6b7b071 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 17:51:10 +0000 Subject: [PATCH 0352/1154] ktexteditor: SunOS needs -mimpure-text workaround. --- devel/ktexteditor/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/ktexteditor/Makefile b/devel/ktexteditor/Makefile index 4508c9dc87934..ea45d88d57d2b 100644 --- a/devel/ktexteditor/Makefile +++ b/devel/ktexteditor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2022/04/25 05:21:46 markd Exp $ +# $NetBSD: Makefile,v 1.64 2022/05/13 17:51:10 jperkin Exp $ DISTNAME= ktexteditor-${KF5VER} CATEGORIES= devel @@ -13,6 +13,8 @@ USE_TOOLS+= gmake msgmerge pkg-config perl CMAKE_ARGS+= -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/ktexteditor +LDFLAGS.SunOS+= -mimpure-text + CONF_FILES+= ${PREFIX}/share/examples/ktexteditor/org.kde.ktexteditor.katetextbuffer.conf \ ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.ktexteditor.katetextbuffer.conf From d32445ae454aae90b67723bf84be89e0bca9bed9 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 18:08:07 +0000 Subject: [PATCH 0353/1154] qt5-qtwebengine: adapt for pciutils 3.8 --- x11/qt5-qtwebengine/Makefile | 5 +++-- x11/qt5-qtwebengine/distinfo | 3 +-- ...gle_src_gpu__info__util_SystemInfo__libpci.cpp | 15 --------------- 3 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp diff --git a/x11/qt5-qtwebengine/Makefile b/x11/qt5-qtwebengine/Makefile index 90fd03c38d90b..1b986b5c1e3a2 100644 --- a/x11/qt5-qtwebengine/Makefile +++ b/x11/qt5-qtwebengine/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2022/05/04 21:05:45 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/13 18:08:07 wiz Exp $ DISTNAME= qtwebengine-everywhere-opensource-src-${QTVERSION} PKGNAME= qt5-qtwebengine-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Chromium-based web engine for Qt5 MAKE_ENV+= QTDIR=${QTDIR} @@ -99,6 +99,7 @@ PYTHON_FOR_BUILD_ONLY= tool .include "../../lang/python/tool.mk" .include "../../print/libcups/buildlink3.mk" .include "../../print/poppler-cpp/buildlink3.mk" +BUILDLINK_API_DEPENDS.pciutils+= pciutils>=3.8 .include "../../sysutils/pciutils/buildlink3.mk" .include "../../sysutils/pciutils/libname.mk" # Use -lpciutils instead of -lpci for pkgsrc. diff --git a/x11/qt5-qtwebengine/distinfo b/x11/qt5-qtwebengine/distinfo index d8464296b9d70..d12f7197c512f 100644 --- a/x11/qt5-qtwebengine/distinfo +++ b/x11/qt5-qtwebengine/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2022/04/18 11:18:18 adam Exp $ +$NetBSD: distinfo,v 1.6 2022/05/13 18:08:07 wiz Exp $ BLAKE2s (qtwebengine-everywhere-opensource-src-5.15.3.tar.xz) = 3eea494991a48b3029627944eb1518860e69566d60440f8270bc9696231ce037 SHA512 (qtwebengine-everywhere-opensource-src-5.15.3.tar.xz) = d4d10f2f95437042dfc67cc9826e8e27d390f986a1202f1bd5a765ea1b985e93158bde3068410f0a84b268de50c3e6fc9f67c4419224caa6b87b940d70d0869c @@ -508,7 +508,6 @@ SHA1 (patch-src_3rdparty_chromium_third__party_angle_BUILD.gn) = 76c669faabc074c SHA1 (patch-src_3rdparty_chromium_third__party_angle_gni_angle.gni) = 1c6627e7651d814d6e4c6859c30f8fcc40a61d4f SHA1 (patch-src_3rdparty_chromium_third__party_angle_src_compiler_translator_InfoSink.h) = 5455d2c6f4f063603735edda3c8b432d074235b4 SHA1 (patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__internal.h) = f873dc1df4a386b742036db862f943f6a17ef2c6 -SHA1 (patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp) = 44cc4436bd0f981dccec3b530239962d9eb1dc13 SHA1 (patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp) = dcd8c06bd337887ceffd3ab156188083ccc5ed83 SHA1 (patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp) = 4e7c974e89e21e9376a5c8c852e5e356f59015f6 SHA1 (patch-src_3rdparty_chromium_third__party_angle_src_libANGLE_Display.cpp) = 6a6a3aeee60c980eb0f68754badcd564572bf598 diff --git a/x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp b/x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp deleted file mode 100644 index 369e8278f1be4..0000000000000 --- a/x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp,v 1.1 2021/08/03 21:04:35 markd Exp $ - -* Use pci.h from pkgsrc pciutils. - ---- src/3rdparty/chromium/third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp.orig 2020-07-15 19:01:32.000000000 +0000 -+++ src/3rdparty/chromium/third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp -@@ -9,7 +9,7 @@ - #include "gpu_info_util/SystemInfo_internal.h" - - #include --#include -+#include - #include - - #include "common/angleutils.h" From 660345366227809e07f543545df45bb99776dd92 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 18:19:07 +0000 Subject: [PATCH 0354/1154] cpu_features: stub some things to make it build on arm --- devel/cpu_features/distinfo | 5 +++-- .../patch-src_impl__aarch64__linux__or__android.c | 4 ++-- .../patch-src_impl__arm__linux__or__android.c | 13 +++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 devel/cpu_features/patches/patch-src_impl__arm__linux__or__android.c diff --git a/devel/cpu_features/distinfo b/devel/cpu_features/distinfo index ac9729e80d5a7..73b8f80c30bb7 100644 --- a/devel/cpu_features/distinfo +++ b/devel/cpu_features/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.6 2022/05/13 10:39:35 tnn Exp $ +$NetBSD: distinfo,v 1.7 2022/05/13 18:19:07 tnn Exp $ BLAKE2s (cpu_features-0.7.0.tar.gz) = b442c655fd0e0d8d92a8559459585c73bac39c976fbfbc475089088f155c90fc SHA512 (cpu_features-0.7.0.tar.gz) = e602c88c4a104d69dff0297a4c4f8e26d02d548fc35ce2616429ff8280f2a37e9eaa99451a38b7c302907352cf15bdf8c09c2e0e52b09bf4cd3b7e2b21f8ddb0 Size (cpu_features-0.7.0.tar.gz) = 85986 bytes SHA1 (patch-CMakeLists.txt) = 7e8c409b6a4fcb3f98153d33be658d501c17b1c7 SHA1 (patch-include_cpu__features__macros.h) = 5bef216cceab5442b89351f96c78aa9d1a69ae1f -SHA1 (patch-src_impl__aarch64__linux__or__android.c) = f4ef0a8273fe403658fd79c80f615e5c3d6b4e5d +SHA1 (patch-src_impl__aarch64__linux__or__android.c) = a5f8648dd5b53b6e5925be14a96c1e5c20fcda6b +SHA1 (patch-src_impl__arm__linux__or__android.c) = 18bf1e9df82d8b4b6ce3a6c8f0c5f693e31ace3f SHA1 (patch-src_impl__x86__linux__or__android.c) = a9b7c73c1d25302c4986f8a732f3ae01ea902f1b diff --git a/devel/cpu_features/patches/patch-src_impl__aarch64__linux__or__android.c b/devel/cpu_features/patches/patch-src_impl__aarch64__linux__or__android.c index 9e61c6b6e4227..9e6a321af5a57 100644 --- a/devel/cpu_features/patches/patch-src_impl__aarch64__linux__or__android.c +++ b/devel/cpu_features/patches/patch-src_impl__aarch64__linux__or__android.c @@ -1,4 +1,4 @@ -$NetBSD: patch-src_impl__aarch64__linux__or__android.c,v 1.1 2022/05/13 10:39:35 tnn Exp $ +$NetBSD: patch-src_impl__aarch64__linux__or__android.c,v 1.2 2022/05/13 18:19:07 tnn Exp $ Use /proc/cpuinfo on NetBSD/evbarm-aarch64 for now. @@ -9,7 +9,7 @@ Use /proc/cpuinfo on NetBSD/evbarm-aarch64 for now. #ifdef CPU_FEATURES_ARCH_AARCH64 -#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID) -+#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID) || defined(CPU_FEATURES_OS_NETBSD) ++#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID) || defined(CPU_FEATURES_OS_NETBSD) || defined(CPU_FEATURES_OS_MACOS) #include "cpuinfo_aarch64.h" diff --git a/devel/cpu_features/patches/patch-src_impl__arm__linux__or__android.c b/devel/cpu_features/patches/patch-src_impl__arm__linux__or__android.c new file mode 100644 index 0000000000000..22e3266d794c1 --- /dev/null +++ b/devel/cpu_features/patches/patch-src_impl__arm__linux__or__android.c @@ -0,0 +1,13 @@ +$NetBSD: patch-src_impl__arm__linux__or__android.c,v 1.1 2022/05/13 18:19:07 tnn Exp $ + +--- src/impl_arm_linux_or_android.c.orig 2022-03-08 10:31:24.000000000 +0000 ++++ src/impl_arm_linux_or_android.c +@@ -15,7 +15,7 @@ + #include "cpu_features_macros.h" + + #ifdef CPU_FEATURES_ARCH_ARM +-#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID) ++#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID) || defined(CPU_FEATURES_OS_NETBSD) + + #include "cpuinfo_arm.h" + From b35fca8704511f57702e3897b7ff32941adb93fb Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 18:42:05 +0000 Subject: [PATCH 0355/1154] python27: patch unixccompiler.py instead and use SUBST for OSX_SDK_PATH (-isysroot probably not wrapper safe) --- lang/python27/Makefile | 8 +++++-- lang/python27/distinfo | 4 ++-- .../patch-Lib_distutils_unixccompiler.py | 23 ++++++++++++++++--- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/lang/python27/Makefile b/lang/python27/Makefile index bfb86e3dca7b2..a76c65df326e2 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2022/05/13 17:32:37 tnn Exp $ +# $NetBSD: Makefile,v 1.101 2022/05/13 18:42:05 tnn Exp $ .include "dist.mk" @@ -104,7 +104,11 @@ PLIST.extra-so= yes # modules will not be built. .if ${OPSYS} == "Darwin" . if exists(${OSX_SDK_PATH}/usr/include) -CFLAGS+= -isysroot ${OSX_SDK_PATH:Q} +CFLAGS+= -I${OSX_SDK_PATH:Q} +SUBST_CLASSES+= sdkpath +SUBST_STAGE.sdkpath= pre-configure +SUBST_FILES.sdkpath= Lib/distutils/unixccompiler.py +SUBST_VARS.sdkpath= OSX_SDK_PATH . endif . if exists(${OSX_SDK_PATH}/System/Library/Frameworks/QuickTime.framework) PLIST.qt= yes diff --git a/lang/python27/distinfo b/lang/python27/distinfo index 04bcb205c5a6b..4b098f0b1c6f2 100644 --- a/lang/python27/distinfo +++ b/lang/python27/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.89 2022/02/25 22:41:32 gutteridge Exp $ +$NetBSD: distinfo,v 1.90 2022/05/13 18:42:05 tnn Exp $ BLAKE2s (Python-2.7.18.tar.xz) = 1b673ec8c9362a178e044691392bc4f67ad13457d7fddd84a88de346f23f9812 SHA512 (Python-2.7.18.tar.xz) = a7bb62b51f48ff0b6df0b18f5b0312a523e3110f49c3237936bfe56ed0e26838c0274ff5401bda6fc21bf24337477ccac49e8026c5d651e4b4cafb5eb5086f6c @@ -17,7 +17,7 @@ SHA1 (patch-Lib_ctypes_util.py) = 6fa516c7b43f08992427a0afcbe80c17bcc070f1 SHA1 (patch-Lib_distutils_command_build__ext.py) = ea4feba4e93dbcff07050c82a00d591bb650e934 SHA1 (patch-Lib_distutils_command_install__egg__info.py) = ec7f9e0cd04489b1f6497c44d75bff6864ad1047 SHA1 (patch-Lib_distutils_tests_test__build__ext.py) = 6b3c8c8d1d351836b239c049d34d132953bd4786 -SHA1 (patch-Lib_distutils_unixccompiler.py) = db16c9aca2f29730945f28247b88b18828739bbb +SHA1 (patch-Lib_distutils_unixccompiler.py) = 4e2425ae15d9f0383f83779e77d8b6ebce374967 SHA1 (patch-Lib_distutils_util.py) = 5bcfad96f8e490351160f1a7c1f4ece7706a33fa SHA1 (patch-Lib_ftplib.py) = 6679c4ea109dcb5d56d86a55343954e0368b9138 SHA1 (patch-Lib_httplib.py) = b8eeaa203e2a86ece94148d192b2a7e0c078602a diff --git a/lang/python27/patches/patch-Lib_distutils_unixccompiler.py b/lang/python27/patches/patch-Lib_distutils_unixccompiler.py index 1215119d74657..6914fb994ccd3 100644 --- a/lang/python27/patches/patch-Lib_distutils_unixccompiler.py +++ b/lang/python27/patches/patch-Lib_distutils_unixccompiler.py @@ -1,8 +1,8 @@ -$NetBSD: patch-Lib_distutils_unixccompiler.py,v 1.4 2016/07/02 15:05:43 adam Exp $ +$NetBSD: patch-Lib_distutils_unixccompiler.py,v 1.5 2022/05/13 18:42:05 tnn Exp $ * from cygport 2.7.3-dylib.patch ---- Lib/distutils/unixccompiler.py.orig 2016-06-25 21:49:30.000000000 +0000 +--- Lib/distutils/unixccompiler.py.orig 2020-04-19 21:13:39.000000000 +0000 +++ Lib/distutils/unixccompiler.py @@ -84,6 +84,7 @@ class UnixCCompiler(CCompiler): xcode_stub_lib_format = dylib_lib_format @@ -12,7 +12,7 @@ def preprocess(self, source, output_file=None, macros=None, include_dirs=None, -@@ -236,10 +237,8 @@ class UnixCCompiler(CCompiler): +@@ -238,10 +239,8 @@ class UnixCCompiler(CCompiler): return ["+s", "-L" + dir] elif sys.platform[:7] == "irix646" or sys.platform[:6] == "osf1V5": return ["-rpath", dir] @@ -24,3 +24,20 @@ def preprocess(self, source, def library_option(self, lib): return "-l" + lib +@@ -271,13 +270,10 @@ class UnixCCompiler(CCompiler): + # usr/lib/libedit.tbd + # vs + # /usr/lib/libedit.dylib +- cflags = sysconfig.get_config_var('CFLAGS') +- m = re.search(r'-isysroot\s+(\S+)', cflags) +- if m is None: +- sysroot = '/' ++ if os.path.exists('@OSX_SDK_PATH@/usr/lib'): ++ sysroot = '@OSX_SDK_PATH@' + else: +- sysroot = m.group(1) +- ++ sysroot = '/' + + + for dir in dirs: From e1fba1374ace0f97438351d93a4779757a3a9e8a Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 19:24:02 +0000 Subject: [PATCH 0356/1154] python27: properly undo the isysroot change --- lang/python27/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python27/Makefile b/lang/python27/Makefile index a76c65df326e2..466bb8a44178e 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2022/05/13 18:42:05 tnn Exp $ +# $NetBSD: Makefile,v 1.102 2022/05/13 19:24:02 tnn Exp $ .include "dist.mk" @@ -104,7 +104,7 @@ PLIST.extra-so= yes # modules will not be built. .if ${OPSYS} == "Darwin" . if exists(${OSX_SDK_PATH}/usr/include) -CFLAGS+= -I${OSX_SDK_PATH:Q} +CFLAGS+= -I${OSX_SDK_PATH:Q}/usr/include SUBST_CLASSES+= sdkpath SUBST_STAGE.sdkpath= pre-configure SUBST_FILES.sdkpath= Lib/distutils/unixccompiler.py From afbe964252cfbf29b456470f827d46b38f0b6a0d Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 19:50:30 +0000 Subject: [PATCH 0357/1154] cantor: Drop dependency on discount. It needs a patched version with mkd_latextext which our pkgsrc version does not provide, but comes with a bundled copy that does. --- math/cantor/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/math/cantor/Makefile b/math/cantor/Makefile index cda7200295803..405d5de3b9b54 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2022/05/04 21:05:43 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2022/05/13 19:50:30 jperkin Exp $ DISTNAME= cantor-${KAPPSVER} PKGREVISION= 15 @@ -40,6 +40,7 @@ SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' .include "../../print/libspectre/buildlink3.mk" .include "../../print/poppler-qt5/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../textproc/discount/buildlink3.mk" +# Requires bundled copy with custom mkd_latextext() +#.include "../../textproc/discount/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../mk/bsd.pkg.mk" From 4db75e9fc28e162e03a146633d60f20ef0145796 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 May 2022 20:00:05 +0000 Subject: [PATCH 0358/1154] cantor: bump PKGREVISION for dependency change --- math/cantor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 405d5de3b9b54..e45ee90ed1a8f 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2022/05/13 19:50:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.95 2022/05/13 20:00:05 wiz Exp $ DISTNAME= cantor-${KAPPSVER} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= math HOMEPAGE= https://kde.org/applications/education/cantor/ From 9ba50831379d4a1eaf161163853067eed3efe3ec Mon Sep 17 00:00:00 2001 From: gutteridge Date: Fri, 13 May 2022 20:10:19 +0000 Subject: [PATCH 0359/1154] firefox: 100 requires nss>=3.76 --- www/firefox/mozilla-common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 6d3bbb86dbe64..be493db4f6fb5 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.228 2022/04/03 00:59:14 gutteridge Exp $ +# $NetBSD: mozilla-common.mk,v 1.229 2022/05/13 20:10:19 gutteridge Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -197,7 +197,7 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1 BUILDLINK_API_DEPENDS.nspr+= nspr>=4.32 .include "../../devel/nspr/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" -BUILDLINK_API_DEPENDS.nss+= nss>=3.75 +BUILDLINK_API_DEPENDS.nss+= nss>=3.76 .include "../../devel/nss/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" #.include "../../mk/jpeg.buildlink3.mk" From b31c12bc8ce6170be972ad9d8a970e2a048a234a Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 20:56:09 +0000 Subject: [PATCH 0360/1154] gegl: fix PLIST for Darwin --- graphics/gegl/Makefile | 6 +++++- graphics/gegl/PLIST | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index a6c1c1d014c40..037c1658ddace 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2022/04/18 19:11:16 adam Exp $ +# $NetBSD: Makefile,v 1.106 2022/05/13 20:56:09 tnn Exp $ DISTNAME= gegl-0.4.36 PKGREVISION= 2 @@ -29,10 +29,14 @@ PKGCONFIG_OVERRIDE+= gegl.pc.in PYTHON_FOR_BUILD_ONLY= tool .include "../../mk/bsd.prefs.mk" + +PLIST_VARS+= darwin notdarwin .if ${OPSYS} == "Darwin" PLIST_SUBST+= SOEXT="dylib" +PLIST.darwin= yes .else PLIST_SUBST+= SOEXT="so" +PLIST.notdarwin= yes .endif PLIST_VARS+= x86_64 diff --git a/graphics/gegl/PLIST b/graphics/gegl/PLIST index ca72623b07d3b..89034b2bc1b1c 100644 --- a/graphics/gegl/PLIST +++ b/graphics/gegl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2022/03/24 00:02:25 tnn Exp $ +@comment $NetBSD: PLIST,v 1.38 2022/05/13 20:56:09 tnn Exp $ bin/gegl bin/gegl-imgcmp include/gegl-0.4/gegl-apply.h @@ -136,8 +136,9 @@ lib/gegl-0.4/vector-stroke.${SOEXT} lib/gegl-0.4/webp-load.${SOEXT} lib/gegl-0.4/webp-save.${SOEXT} lib/libgegl-0.4.${SOEXT} -lib/libgegl-0.4.${SOEXT}.0 -lib/libgegl-0.4.${SOEXT}.0.435.1 +${PLIST.darwin}lib/libgegl-0.4.0.dylib +${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0 +${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0.435.1 lib/libgegl-npd-0.4.${SOEXT} lib/libgegl-sc-0.4.${SOEXT} lib/pkgconfig/gegl-0.4.pc From 726f7d099e38e22982ff7bf2642c38008d074b5b Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 21:33:16 +0000 Subject: [PATCH 0361/1154] graphviz: x11 option needs libXrender usually gets implicitly pulled in via cairo but make it explicit --- graphics/graphviz/options.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/graphviz/options.mk b/graphics/graphviz/options.mk index 0c0a373eb6e3b..67e2314616431 100644 --- a/graphics/graphviz/options.mk +++ b/graphics/graphviz/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.32 2021/10/21 19:44:30 schmonz Exp $ +# $NetBSD: options.mk,v 1.33 2022/05/13 21:33:16 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz PKG_SUPPORTED_OPTIONS= gd ghostscript gtk lua ocaml perl poppler svg tcl x11 # guile does not build with guile20 @@ -76,6 +76,7 @@ CONFIGURE_ARGS+= --without-rsvg .if !empty(PKG_OPTIONS:Mx11) . include "../../mk/xaw.buildlink3.mk" +. include "../../x11/libXrender/buildlink3.mk" PLIST.x11= yes CONFIGURE_ENV+= X11BASE=${X11BASE} CONFIGURE_ARGS+= --enable-lefty From eaee7a69234e2f35032c54bb4ccab822afce3740 Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 13 May 2022 21:41:20 +0000 Subject: [PATCH 0362/1154] sysutils/dua-cli: update to 2.17.5 2.17.5 (2022-05-13) Bug Fixes -update to latest version of trash to improve trashing on linux See their respective release. --- sysutils/dua-cli/Makefile | 4 ++-- sysutils/dua-cli/cargo-depends.mk | 12 +++++----- sysutils/dua-cli/distinfo | 38 +++++++++++++++---------------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 604a5d38750a0..e3999d42a4dc1 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/05/12 09:33:11 pin Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/13 21:41:20 pin Exp $ -DISTNAME= dua-cli-2.17.4 +DISTNAME= dua-cli-2.17.5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=Byron/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/dua-cli/cargo-depends.mk b/sysutils/dua-cli/cargo-depends.mk index ee148812d939c..bd2d8f5b92379 100644 --- a/sysutils/dua-cli/cargo-depends.mk +++ b/sysutils/dua-cli/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.7 2022/05/10 08:50:29 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.8 2022/05/13 21:41:20 pin Exp $ CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 CARGO_CRATE_DEPENDS+= anyhow-1.0.57 @@ -9,8 +9,8 @@ CARGO_CRATE_DEPENDS+= byte-unit-4.0.14 CARGO_CRATE_DEPENDS+= cassowary-0.3.0 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 -CARGO_CRATE_DEPENDS+= clap-3.1.17 -CARGO_CRATE_DEPENDS+= clap_derive-3.1.7 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_derive-3.1.18 CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 CARGO_CRATE_DEPENDS+= colored-2.0.0 CARGO_CRATE_DEPENDS+= const-sha1-0.2.0 @@ -78,15 +78,15 @@ CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 CARGO_CRATE_DEPENDS+= smallvec-1.8.0 CARGO_CRATE_DEPENDS+= strsim-0.10.0 -CARGO_CRATE_DEPENDS+= syn-1.0.92 -CARGO_CRATE_DEPENDS+= sysinfo-0.23.11 +CARGO_CRATE_DEPENDS+= syn-1.0.93 +CARGO_CRATE_DEPENDS+= sysinfo-0.23.12 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= termion-1.5.6 CARGO_CRATE_DEPENDS+= textwrap-0.15.0 CARGO_CRATE_DEPENDS+= time-0.1.44 CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= trash-2.1.1 +CARGO_CRATE_DEPENDS+= trash-2.1.2 CARGO_CRATE_DEPENDS+= tui-0.17.0 CARGO_CRATE_DEPENDS+= tui-react-0.17.0 CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 diff --git a/sysutils/dua-cli/distinfo b/sysutils/dua-cli/distinfo index d2d6d5272812a..0671e638a05d7 100644 --- a/sysutils/dua-cli/distinfo +++ b/sysutils/dua-cli/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2022/05/12 09:33:11 pin Exp $ +$NetBSD: distinfo,v 1.14 2022/05/13 21:41:20 pin Exp $ BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 @@ -27,12 +27,12 @@ Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 Size (chrono-0.4.19.crate) = 155663 bytes -BLAKE2s (clap-3.1.17.crate) = 5fcacb9beb068d8c8d40661833394705091cc4e1578a09648d91cced22a17fc7 -SHA512 (clap-3.1.17.crate) = c80c96a0de1e5f5bf0eddf72ed265560fadcc893f4683bfec814ed3da9281546960d345317ba7ee28a46794a99de02f3fbb8966cf7103d244665d26427ae147d -Size (clap-3.1.17.crate) = 209176 bytes -BLAKE2s (clap_derive-3.1.7.crate) = 007e3972e4e44b617b811fa373496acb63922e93cfd7a8da6165560892e6cf5b -SHA512 (clap_derive-3.1.7.crate) = 7f34c1b7c67bddbdbc1b159fcde366babe37f355637cc1f12748a51d0ecf89ce3e6aaf5ed140aae6539f12182ac8e2ca93c2790ea2dc84657487066c9d77a869 -Size (clap_derive-3.1.7.crate) = 25363 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_derive-3.1.18.crate) = 525d5fbef0749e507dc2783712535f68b3899cbfc188888b2f4ad51a76edc1f8 +SHA512 (clap_derive-3.1.18.crate) = 9bf92e45de15bdfe1ca9a1363f1d243b8df1e5e7d957d6240fa351387b362ef91dc9acffea7256c2161ae8472e35ee2cd678c0bee1f9a27771ae9f4f3f71b351 +Size (clap_derive-3.1.18.crate) = 25521 bytes BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 Size (clap_lex-0.2.0.crate) = 9581 bytes @@ -78,9 +78,9 @@ Size (ctor-0.1.22.crate) = 9311 bytes BLAKE2s (diff-0.1.12.crate) = 97e9a9edde58861f9129c0f531e596f0602a744e070445315118269ae02ad4f7 SHA512 (diff-0.1.12.crate) = 0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16 Size (diff-0.1.12.crate) = 10223 bytes -BLAKE2s (dua-cli-2.17.4.tar.gz) = 47a05ca0e405291ce440c5f3af0eee95fd0a8e5f950f402f06cc1c04ab49b775 -SHA512 (dua-cli-2.17.4.tar.gz) = 5be0f1a47e90cd7edd3b65538136bee29b112b2d6f8976733f6d5abcd3d9dfafb3dd8e6ec7764e46ce2249b8df1c69924b017ae361f3a32d6140f1808d791eca -Size (dua-cli-2.17.4.tar.gz) = 99962 bytes +BLAKE2s (dua-cli-2.17.5.tar.gz) = 3ada3a0ed7ac80cdf8d3e8a26f977e563b13bbd3f4178465ce8e3cb3017e1de2 +SHA512 (dua-cli-2.17.5.tar.gz) = e859b176e3132ad421127f1ba70d0a79484d04414bb94e7467b0a509f70582e5623132fce34978a7957151111366c79505a94ee98b3fe6858a65e9f33abc254d +Size (dua-cli-2.17.5.tar.gz) = 100180 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes @@ -237,12 +237,12 @@ Size (smallvec-1.8.0.crate) = 27992 bytes BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 Size (strsim-0.10.0.crate) = 11355 bytes -BLAKE2s (syn-1.0.92.crate) = d18c68924575830ccde5940141f7fbbd738a8bb80812fbc2727e71a6371df5ff -SHA512 (syn-1.0.92.crate) = 1884dd85a13bd0dd84f3599de428304f90b9bad91d8e51f23523fb75aab950df017ea85dc5efb99f793a37769bf2a1b972580ed5b14500b2706c45336a9068b7 -Size (syn-1.0.92.crate) = 236605 bytes -BLAKE2s (sysinfo-0.23.11.crate) = 00efe43140f93d13e24aa4746d05011b1f51064b09687998ff2312c3bbc32c40 -SHA512 (sysinfo-0.23.11.crate) = 52b7d5a1192c51357648b99f6e8f407473efea2d45535b3f7c30be3ddad19738eed45cde83f97324a1ab8cb445ffecf30b886db32720ec74a82f456b78c26cd4 -Size (sysinfo-0.23.11.crate) = 118724 bytes +BLAKE2s (syn-1.0.93.crate) = 8895cc25125f482e2414e7a1a7af8852366b3782335732d8012c0f7abffebd82 +SHA512 (syn-1.0.93.crate) = 8f767d2ecaab1f3c0aa094f047668be278f9a5c9cd5200f8ee4eaf295749bcbe4aa70a3714c315ed7b6e9a40d38e5f30db343cc9025c36579ce36457ce2f5e84 +Size (syn-1.0.93.crate) = 236682 bytes +BLAKE2s (sysinfo-0.23.12.crate) = df7145bfedacfaa58e210b7e6da7d63a5593620840a5df86cd787ca811518cc9 +SHA512 (sysinfo-0.23.12.crate) = 05c37fac46288a27404ae369bf881b02ae4d08f7c823f7956a13277a1354b78c19d910e28eb86f533b45a764340c2117e235cc41c8c7f035e7ae466ce08e6394 +Size (sysinfo-0.23.12.crate) = 118943 bytes BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a Size (termcolor-1.1.3.crate) = 17242 bytes @@ -261,9 +261,9 @@ Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (trash-2.1.1.crate) = 5e7b335d32da5c961c6881fd202999a08f2214ad448284d1071f415a2626b16f -SHA512 (trash-2.1.1.crate) = 763bd8fa5518e2d0f84051e0c4fa7f94d8610ac3d7728432651de27844c2650f82142496000bc7b6ff2e23eb349de113505e3ea0e19f41aedc822345f8952d2e -Size (trash-2.1.1.crate) = 40679 bytes +BLAKE2s (trash-2.1.2.crate) = 2d841831664b2613525d728a787b257a2dc7f8dc751a1def1b92d5c99d55390e +SHA512 (trash-2.1.2.crate) = cf9babc8f8ab0da00be0b202c0c2f5c4d1a6975933fc06af8c4555050afd81861bc3285a89315b85df0f2665d36959123fc8364a54bcb223e45376d8e939cfba +Size (trash-2.1.2.crate) = 40809 bytes BLAKE2s (tui-0.17.0.crate) = a88157addc9b0b4a248822edffe529505f2fbb5273beb3538fb7c9431251eeaa SHA512 (tui-0.17.0.crate) = 3f923ea3320ba4d5e28fb511f4dac6d903e8b80ab1a7bea0c6a8eb5223f036026893442ec15f423b8c9f866a76cde0c97a1389285be9af667a7ad35b94dd3a97 Size (tui-0.17.0.crate) = 139547 bytes From c7defe6b648402dd4f6a1913385e37182220d009 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 21:41:35 +0000 Subject: [PATCH 0363/1154] khtml: Force HAVE_ALLOCA_H on SunOS. --- www/khtml/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/www/khtml/Makefile b/www/khtml/Makefile index 3ea3de2337c0c..5076742f4bd24 100644 --- a/www/khtml/Makefile +++ b/www/khtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2022/04/25 08:19:44 markd Exp $ +# $NetBSD: Makefile,v 1.62 2022/05/13 21:41:35 jperkin Exp $ DISTNAME= khtml-${KF5VER} CATEGORIES= www @@ -12,13 +12,15 @@ MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/${KF5VER:R}/portingAids/} USE_TOOLS+= perl msgfmt +CMAKE_ARGS.SunOS+= -DHAVE_ALLOCA_H=1 + # generation of kded.moc fails when ${PREFIX}/include in the moc include path SUBST_CLASSES+= fix-moc SUBST_STAGE.fix-moc= post-configure SUBST_MESSAGE.fix-moc= Cleaning up MOC includes -SUBST_FILES.fix-moc= _KDE_build/src/CMakeFiles/khtmlpart_autogen.dir/AutogenInfo.json -SUBST_FILES.fix-moc+= _KDE_build/src/CMakeFiles/khtmlimagepart_autogen.dir/AutogenInfo.json -SUBST_FILES.fix-moc+= _KDE_build/src/kmultipart/CMakeFiles/kmultipart_autogen.dir/AutogenInfo.json +SUBST_FILES.fix-moc= _KDE_build/src/CMakeFiles/khtmlpart_autogen.dir/AutogenInfo.json +SUBST_FILES.fix-moc+= _KDE_build/src/CMakeFiles/khtmlimagepart_autogen.dir/AutogenInfo.json +SUBST_FILES.fix-moc+= _KDE_build/src/kmultipart/CMakeFiles/kmultipart_autogen.dir/AutogenInfo.json SUBST_NOOP_OK.fix-moc= yes SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' From a16b335927d184d1890518f0924cb96af1942f1c Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 13 May 2022 21:41:43 +0000 Subject: [PATCH 0364/1154] doc: Updated sysutils/dua-cli to 2.17.5 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 37adef83771de..95fed2a3539a3 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2548 2022/05/13 15:03:03 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2549 2022/05/13 21:41:43 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3930,3 +3930,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/firefox-l10n to 100.0 [ryoon 2022-05-13] Added lang/openjdk17 version 1.17.0.3.7 [ryoon 2022-05-13] Updated lang/php81 to 8.1.6 [taca 2022-05-13] + Updated sysutils/dua-cli to 2.17.5 [pin 2022-05-13] From 1d4d2effe8ba770d672f860f1725252513672294 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 May 2022 22:52:56 +0000 Subject: [PATCH 0365/1154] freecell-solver: Fix sys/cdefs.h abuse. --- games/freecell-solver/distinfo | 3 ++- games/freecell-solver/patches/patch-sys_tree.h | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 games/freecell-solver/patches/patch-sys_tree.h diff --git a/games/freecell-solver/distinfo b/games/freecell-solver/distinfo index 38f3755c2a58b..c278cd05f5ab9 100644 --- a/games/freecell-solver/distinfo +++ b/games/freecell-solver/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:43:59 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/13 22:52:56 jperkin Exp $ BLAKE2s (freecell-solver-5.14.0.tar.xz) = a9c1fdb0a2ae9a82efb40d880266bcd707492d800a0fdacc15255f7f0ef9a6d9 SHA512 (freecell-solver-5.14.0.tar.xz) = 21c8898673e402514c6d40ae0045d6e9077b1606430465bfb146507fbe098be6ca4f88d976e2dafadbc8e84b5aeb9325b58ce8a384ea4ed6de4f5fec485d51ea Size (freecell-solver-5.14.0.tar.xz) = 407912 bytes +SHA1 (patch-sys_tree.h) = ef88247d0d9fa49a122d9595bd50ca90376484cb diff --git a/games/freecell-solver/patches/patch-sys_tree.h b/games/freecell-solver/patches/patch-sys_tree.h new file mode 100644 index 0000000000000..984e4cea93f72 --- /dev/null +++ b/games/freecell-solver/patches/patch-sys_tree.h @@ -0,0 +1,15 @@ +$NetBSD: patch-sys_tree.h,v 1.1 2022/05/13 22:52:56 jperkin Exp $ + +Fix sys/cdefs.h abuse. + +--- sys/tree.h.orig 2019-08-08 13:14:20.000000000 +0000 ++++ sys/tree.h +@@ -29,7 +29,7 @@ + #pragma once + + #include "rinutils/unused.h" +-#ifndef _WIN32 ++#if !defined(_WIN32) && !defined(__sun) + #include + #endif + From c3c05112ceb3b2a40b0c05abdeedeec5a27c25c6 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 23:05:32 +0000 Subject: [PATCH 0366/1154] gimp: fix build on macOS --- graphics/gimp/distinfo | 3 ++- graphics/gimp/patches/patch-app_gui_gui.c | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 graphics/gimp/patches/patch-app_gui_gui.c diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index 1e3d86d698456..2476fc6aa066d 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.109 2022/01/04 13:07:18 ryoon Exp $ +$NetBSD: distinfo,v 1.110 2022/05/13 23:05:32 tnn Exp $ BLAKE2s (gimp-2.10.30.tar.bz2) = 352505acd5f454e3d7183357050332cf9239b55009699cdcd8deb4e1d15ca539 SHA512 (gimp-2.10.30.tar.bz2) = 02ca9e8846dc2ae856f720b92f3c6af69984cf0b3ce85ba5a67479e5c3c813315a0551b7d011dcf7a6c83dc771e550cc31041126bbea0be3fd483176e0eb2851 @@ -6,6 +6,7 @@ Size (gimp-2.10.30.tar.bz2) = 31731327 bytes SHA1 (patch-aa) = 403c46d7070de208769e99e512922ba3a5b7129b SHA1 (patch-ab) = 44d37daf37ec604f97bb5b3edf0908ada56ed6d6 SHA1 (patch-app_core_gimpbrush-transform.cc) = 3bd3f69401ee7dabb53f7ebf533870ee9add856c +SHA1 (patch-app_gui_gui.c) = 5a510c9a6e95e3a0aaccee29d29d523503f1c8c5 SHA1 (patch-configure.ac) = c7e89bc9fd576eb95a9288eccea8959cbe1ee6de SHA1 (patch-plug-ins_common_file-mng.c) = 8ed244997cdef7125e1aa5da4d0fac5068ad5159 SHA1 (patch-plug-ins_pygimp_py-compile) = 59dcdd00073b737f8f52e6a56832722033ee5703 diff --git a/graphics/gimp/patches/patch-app_gui_gui.c b/graphics/gimp/patches/patch-app_gui_gui.c new file mode 100644 index 0000000000000..5d43aed6675bd --- /dev/null +++ b/graphics/gimp/patches/patch-app_gui_gui.c @@ -0,0 +1,18 @@ +$NetBSD: patch-app_gui_gui.c,v 1.1 2022/05/13 23:05:32 tnn Exp $ + +Fix build on macOS when not using gimp's GTK fork. +Upstream doesn't have this yet. Performance with pkgsrc gimp is still bad, +but at least it won't clutter up bulk builds. + +--- app/gui/gui.c.orig 2021-12-19 20:48:33.000000000 +0000 ++++ app/gui/gui.c +@@ -282,6 +282,9 @@ gui_init (Gimp *gimp, + * has the additional cost of an 8-bit (ARGB) to 10-bit conversion. + * Let's disable this mode to regain the lost performance. + */ ++#ifndef GDK_OSX_BIG_SUR ++#define GDK_OSX_BIG_SUR GDK_OSX_MOJAVE ++#endif + if (gdk_quartz_osx_version () >= GDK_OSX_BIG_SUR) + { + NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults]; From 6cd082635c3c3fa9c0795db657bf9607b9b8f1d1 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 23:05:52 +0000 Subject: [PATCH 0367/1154] regen distinfo --- graphics/gimp/distinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index 2476fc6aa066d..49c8ee41b4ddc 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.110 2022/05/13 23:05:32 tnn Exp $ +$NetBSD: distinfo,v 1.111 2022/05/13 23:05:52 tnn Exp $ BLAKE2s (gimp-2.10.30.tar.bz2) = 352505acd5f454e3d7183357050332cf9239b55009699cdcd8deb4e1d15ca539 SHA512 (gimp-2.10.30.tar.bz2) = 02ca9e8846dc2ae856f720b92f3c6af69984cf0b3ce85ba5a67479e5c3c813315a0551b7d011dcf7a6c83dc771e550cc31041126bbea0be3fd483176e0eb2851 @@ -6,7 +6,7 @@ Size (gimp-2.10.30.tar.bz2) = 31731327 bytes SHA1 (patch-aa) = 403c46d7070de208769e99e512922ba3a5b7129b SHA1 (patch-ab) = 44d37daf37ec604f97bb5b3edf0908ada56ed6d6 SHA1 (patch-app_core_gimpbrush-transform.cc) = 3bd3f69401ee7dabb53f7ebf533870ee9add856c -SHA1 (patch-app_gui_gui.c) = 5a510c9a6e95e3a0aaccee29d29d523503f1c8c5 +SHA1 (patch-app_gui_gui.c) = 781a44f0779305b9d39deb14f4b8ef1cf06137ff SHA1 (patch-configure.ac) = c7e89bc9fd576eb95a9288eccea8959cbe1ee6de SHA1 (patch-plug-ins_common_file-mng.c) = 8ed244997cdef7125e1aa5da4d0fac5068ad5159 SHA1 (patch-plug-ins_pygimp_py-compile) = 59dcdd00073b737f8f52e6a56832722033ee5703 From ede0775671ffe4881405e4e9defbdfee75e0c847 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 23:50:46 +0000 Subject: [PATCH 0368/1154] pciutils: fix PLIST issue on Linux --- sysutils/pciutils/distinfo | 4 ++-- sysutils/pciutils/patches/patch-ab | 19 +++++++++++++++---- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo index 200cc9cd13e72..57faf331c975b 100644 --- a/sysutils/pciutils/distinfo +++ b/sysutils/pciutils/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.40 2022/05/13 11:41:56 wiz Exp $ +$NetBSD: distinfo,v 1.41 2022/05/13 23:50:46 tnn Exp $ BLAKE2s (pciutils-3.8.0.tar.gz) = ed9638a759d045122ae4b466582fa4a763d930ed8de71e59519e1f7370249d51 SHA512 (pciutils-3.8.0.tar.gz) = 49b8ccc87cc82326744de7f0306c0245a5bb87740d3e96b18378cc07477ca176bd3ffaf699bfe9954d61381c57f65aa703c07fa6406fe2be289917dc1715600d Size (pciutils-3.8.0.tar.gz) = 564686 bytes SHA1 (patch-aa) = 9d852153dbad858a68b1f3503a98578d48cbcf4d -SHA1 (patch-ab) = 14786e702cceaea9146f34a5a301650d2092d689 +SHA1 (patch-ab) = 01ed933aa91fd71b37e73899be816894ef4e3d8f SHA1 (patch-ac) = 83fd2d79a7a4a05593ccd69b9d1f38e6ec4763c8 SHA1 (patch-lib_filter.c) = 60ab18c9cd4f9850f500f11fe837006bef93ed3a SHA1 (patch-lib_i386-io-sunos.h) = 4917244d39b48d38b8173cf3031281ad1c7fec24 diff --git a/sysutils/pciutils/patches/patch-ab b/sysutils/pciutils/patches/patch-ab index d7c177d09647e..429cf77a5aa33 100644 --- a/sysutils/pciutils/patches/patch-ab +++ b/sysutils/pciutils/patches/patch-ab @@ -1,8 +1,19 @@ -$NetBSD: patch-ab,v 1.5 2020/01/23 04:26:41 msaitoh Exp $ +$NetBSD: patch-ab,v 1.6 2022/05/13 23:50:46 tnn Exp $ ---- lib/configure.orig 2018-03-21 05:36:30.000000000 +0900 -+++ lib/configure 2019-01-25 13:38:50.273095384 +0900 -@@ -266,7 +267,7 @@ else +lspci on Linux is unprivileged and wants to go in bin, not sbin. +But that breaks our PLIST so let's not bother with that. + +--- lib/configure.orig 2022-04-15 21:57:59.000000000 +0000 ++++ lib/configure +@@ -80,7 +80,6 @@ case $sys in + ;; + esac + echo >>$c '#define PCI_HAVE_64BIT_ADDRESS' +- LSPCIDIR=BINDIR + ;; + sunos) + case $cpu in +@@ -301,7 +300,7 @@ else echo >>$m 'SONAME=-Wl,-soname,$(LIBNAME).$(LIBEXT)$(ABI_VERSION)' fi fi From 9ea9052247eb7f97fd85e8ee5342b8489d070565 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 13 May 2022 23:51:38 +0000 Subject: [PATCH 0369/1154] openjdk11: installs jdk.internal.vm.compiler on aarch64 now --- lang/openjdk11/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/openjdk11/Makefile b/lang/openjdk11/Makefile index c862232bb32a4..b0ebbecdb7fdf 100644 --- a/lang/openjdk11/Makefile +++ b/lang/openjdk11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2022/05/10 14:33:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2022/05/13 23:51:38 tnn Exp $ DISTNAME= jdk11u-${GITHUB_TAG:C/\+/-/} PKGNAME= openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/} @@ -144,6 +144,7 @@ PLIST.internal_vm_compiler= yes PLIST.jvmci= yes .endif .if ${MACHINE_ARCH} == "aarch64" +PLIST.internal_vm_compiler= yes PLIST.jvmci= yes .endif From 46cae6db50f950ee35d6f333dca27d448992d557 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 04:36:26 +0000 Subject: [PATCH 0370/1154] ansible-core: added version 2.12.5 Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy. --- sysutils/ansible-core/DESCR | 4 + sysutils/ansible-core/Makefile | 68 + sysutils/ansible-core/PLIST | 2237 +++++++++++++++++ sysutils/ansible-core/distinfo | 6 + ...ble_module__utils_facts_hardware_netbsd.py | 39 + 5 files changed, 2354 insertions(+) create mode 100644 sysutils/ansible-core/DESCR create mode 100644 sysutils/ansible-core/Makefile create mode 100644 sysutils/ansible-core/PLIST create mode 100644 sysutils/ansible-core/distinfo create mode 100644 sysutils/ansible-core/patches/patch-lib_ansible_module__utils_facts_hardware_netbsd.py diff --git a/sysutils/ansible-core/DESCR b/sysutils/ansible-core/DESCR new file mode 100644 index 0000000000000..3f73a32d018fc --- /dev/null +++ b/sysutils/ansible-core/DESCR @@ -0,0 +1,4 @@ +Ansible is a radically simple IT automation system. It handles configuration +management, application deployment, cloud provisioning, ad-hoc task execution, +network automation, and multi-node orchestration. Ansible makes complex changes +like zero-downtime rolling updates with load balancers easy. diff --git a/sysutils/ansible-core/Makefile b/sysutils/ansible-core/Makefile new file mode 100644 index 0000000000000..38240a68b3e65 --- /dev/null +++ b/sysutils/ansible-core/Makefile @@ -0,0 +1,68 @@ +# $NetBSD: Makefile,v 1.1 2022/05/14 04:36:26 adam Exp $ + +DISTNAME= ansible-core-2.12.5 +CATEGORIES= sysutils python +MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ansible.com/ +COMMENT= SSH-based configuration management, deployment, and task execution +LICENSE= gnu-gpl-v3 + +CONFLICTS+= ansible<2.10 + +DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography +DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 +DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging +DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko +DEPENDS+= ${PYPKGPREFIX}-resolvelib>=0.5.3:../../devel/py-resolvelib +DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml + +USE_TOOLS+= gmake + +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 + +PKG_SYSCONFSUBDIR= ansible +EGDIR= ${PREFIX}/share/examples/ansible + +REPLACE_PYTHON= test/lib/ansible_test/_data/*.py +REPLACE_PYTHON+= test/lib/ansible_test/_data/*/*.py +REPLACE_PYTHON+= test/lib/ansible_test/_data/*/*/*.py +REPLACE_PYTHON+= test/lib/ansible_test/_util/*/*/*.py + +CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_test/_data/requirements/sanity.ps1 +CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_test/_data/sanity/pslint/pslint.ps1 +CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/ps_argspec.ps1 + +SUBST_CLASSES+= paths +SUBST_STAGE.paths= pre-configure +SUBST_FILES.paths+= docs/man/man1/*.1 +SUBST_FILES.paths+= examples/hosts +SUBST_FILES.paths+= lib/ansible/config/base.yml +SUBST_FILES.paths+= lib/ansible/module_utils/urls.py +SUBST_MESSAGE.paths= Fixing hardcoded paths. +SUBST_SED.paths= -e "s,/usr/share/ansible,${PREFIX}/share/ansible,g" +SUBST_SED.paths+= -e "s,/etc/ansible,${PKG_SYSCONFDIR},g" + +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${EGDIR} +OWN_DIRS= ${PREFIX}/share/ansible + +CONF_FILES= ${EGDIR}/ansible.cfg ${PKG_SYSCONFDIR}/ansible.cfg +CONF_FILES+= ${EGDIR}/hosts ${PKG_SYSCONFDIR}/hosts + +# Contains hardcoded paths to expected locations of package managers. +CHECK_WRKREF_SKIP+= */ansible/module_utils/facts/system/pkg_mgr.py + +post-install: +.for f in ansible-console.1 ansible-doc.1 ansible-galaxy.1 ansible-inventory.1 \ + ansible-playbook.1 ansible-pull.1 ansible-vault.1 ansible.1 + ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/${f} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ +.endfor +.for f in ansible.cfg hosts + ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${DESTDIR}/${EGDIR} +.endfor + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../lang/python/tool.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/ansible-core/PLIST b/sysutils/ansible-core/PLIST new file mode 100644 index 0000000000000..6b2aa2a40a54e --- /dev/null +++ b/sysutils/ansible-core/PLIST @@ -0,0 +1,2237 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/14 04:36:26 adam Exp $ +bin/ansible +bin/ansible-config +bin/ansible-connection +bin/ansible-console +bin/ansible-doc +bin/ansible-galaxy +bin/ansible-inventory +bin/ansible-playbook +bin/ansible-pull +bin/ansible-test +bin/ansible-vault +@pkgdir etc/ansible +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/ansible/__init__.py +${PYSITELIB}/ansible/__init__.pyc +${PYSITELIB}/ansible/__init__.pyo +${PYSITELIB}/ansible/_vendor/__init__.py +${PYSITELIB}/ansible/_vendor/__init__.pyc +${PYSITELIB}/ansible/_vendor/__init__.pyo +${PYSITELIB}/ansible/cli/__init__.py +${PYSITELIB}/ansible/cli/__init__.pyc +${PYSITELIB}/ansible/cli/__init__.pyo +${PYSITELIB}/ansible/cli/adhoc.py +${PYSITELIB}/ansible/cli/adhoc.pyc +${PYSITELIB}/ansible/cli/adhoc.pyo +${PYSITELIB}/ansible/cli/arguments/__init__.py +${PYSITELIB}/ansible/cli/arguments/__init__.pyc +${PYSITELIB}/ansible/cli/arguments/__init__.pyo +${PYSITELIB}/ansible/cli/arguments/option_helpers.py +${PYSITELIB}/ansible/cli/arguments/option_helpers.pyc +${PYSITELIB}/ansible/cli/arguments/option_helpers.pyo +${PYSITELIB}/ansible/cli/config.py +${PYSITELIB}/ansible/cli/config.pyc +${PYSITELIB}/ansible/cli/config.pyo +${PYSITELIB}/ansible/cli/console.py +${PYSITELIB}/ansible/cli/console.pyc +${PYSITELIB}/ansible/cli/console.pyo +${PYSITELIB}/ansible/cli/doc.py +${PYSITELIB}/ansible/cli/doc.pyc +${PYSITELIB}/ansible/cli/doc.pyo +${PYSITELIB}/ansible/cli/galaxy.py +${PYSITELIB}/ansible/cli/galaxy.pyc +${PYSITELIB}/ansible/cli/galaxy.pyo +${PYSITELIB}/ansible/cli/inventory.py +${PYSITELIB}/ansible/cli/inventory.pyc +${PYSITELIB}/ansible/cli/inventory.pyo +${PYSITELIB}/ansible/cli/playbook.py +${PYSITELIB}/ansible/cli/playbook.pyc +${PYSITELIB}/ansible/cli/playbook.pyo +${PYSITELIB}/ansible/cli/pull.py +${PYSITELIB}/ansible/cli/pull.pyc +${PYSITELIB}/ansible/cli/pull.pyo +${PYSITELIB}/ansible/cli/scripts/__init__.py +${PYSITELIB}/ansible/cli/scripts/__init__.pyc +${PYSITELIB}/ansible/cli/scripts/__init__.pyo +${PYSITELIB}/ansible/cli/scripts/ansible_cli_stub.py +${PYSITELIB}/ansible/cli/scripts/ansible_cli_stub.pyc +${PYSITELIB}/ansible/cli/scripts/ansible_cli_stub.pyo +${PYSITELIB}/ansible/cli/scripts/ansible_connection_cli_stub.py +${PYSITELIB}/ansible/cli/scripts/ansible_connection_cli_stub.pyc +${PYSITELIB}/ansible/cli/scripts/ansible_connection_cli_stub.pyo +${PYSITELIB}/ansible/cli/vault.py +${PYSITELIB}/ansible/cli/vault.pyc +${PYSITELIB}/ansible/cli/vault.pyo +${PYSITELIB}/ansible/collections/__init__.py +${PYSITELIB}/ansible/collections/__init__.pyc +${PYSITELIB}/ansible/collections/__init__.pyo +${PYSITELIB}/ansible/collections/list.py +${PYSITELIB}/ansible/collections/list.pyc +${PYSITELIB}/ansible/collections/list.pyo +${PYSITELIB}/ansible/compat/__init__.py +${PYSITELIB}/ansible/compat/__init__.pyc +${PYSITELIB}/ansible/compat/__init__.pyo +${PYSITELIB}/ansible/compat/selectors/__init__.py +${PYSITELIB}/ansible/compat/selectors/__init__.pyc +${PYSITELIB}/ansible/compat/selectors/__init__.pyo +${PYSITELIB}/ansible/config/__init__.py +${PYSITELIB}/ansible/config/__init__.pyc +${PYSITELIB}/ansible/config/__init__.pyo +${PYSITELIB}/ansible/config/ansible_builtin_runtime.yml +${PYSITELIB}/ansible/config/base.yml +${PYSITELIB}/ansible/config/data.py +${PYSITELIB}/ansible/config/data.pyc +${PYSITELIB}/ansible/config/data.pyo +${PYSITELIB}/ansible/config/manager.py +${PYSITELIB}/ansible/config/manager.pyc +${PYSITELIB}/ansible/config/manager.pyo +${PYSITELIB}/ansible/constants.py +${PYSITELIB}/ansible/constants.pyc +${PYSITELIB}/ansible/constants.pyo +${PYSITELIB}/ansible/context.py +${PYSITELIB}/ansible/context.pyc +${PYSITELIB}/ansible/context.pyo +${PYSITELIB}/ansible/errors/__init__.py +${PYSITELIB}/ansible/errors/__init__.pyc +${PYSITELIB}/ansible/errors/__init__.pyo +${PYSITELIB}/ansible/errors/yaml_strings.py +${PYSITELIB}/ansible/errors/yaml_strings.pyc +${PYSITELIB}/ansible/errors/yaml_strings.pyo +${PYSITELIB}/ansible/executor/__init__.py +${PYSITELIB}/ansible/executor/__init__.pyc +${PYSITELIB}/ansible/executor/__init__.pyo +${PYSITELIB}/ansible/executor/action_write_locks.py +${PYSITELIB}/ansible/executor/action_write_locks.pyc +${PYSITELIB}/ansible/executor/action_write_locks.pyo +${PYSITELIB}/ansible/executor/discovery/__init__.py +${PYSITELIB}/ansible/executor/discovery/__init__.pyc +${PYSITELIB}/ansible/executor/discovery/__init__.pyo +${PYSITELIB}/ansible/executor/discovery/python_target.py +${PYSITELIB}/ansible/executor/discovery/python_target.pyc +${PYSITELIB}/ansible/executor/discovery/python_target.pyo +${PYSITELIB}/ansible/executor/interpreter_discovery.py +${PYSITELIB}/ansible/executor/interpreter_discovery.pyc +${PYSITELIB}/ansible/executor/interpreter_discovery.pyo +${PYSITELIB}/ansible/executor/module_common.py +${PYSITELIB}/ansible/executor/module_common.pyc +${PYSITELIB}/ansible/executor/module_common.pyo +${PYSITELIB}/ansible/executor/play_iterator.py +${PYSITELIB}/ansible/executor/play_iterator.pyc +${PYSITELIB}/ansible/executor/play_iterator.pyo +${PYSITELIB}/ansible/executor/playbook_executor.py +${PYSITELIB}/ansible/executor/playbook_executor.pyc +${PYSITELIB}/ansible/executor/playbook_executor.pyo +${PYSITELIB}/ansible/executor/powershell/__init__.py +${PYSITELIB}/ansible/executor/powershell/__init__.pyc +${PYSITELIB}/ansible/executor/powershell/__init__.pyo +${PYSITELIB}/ansible/executor/powershell/async_watchdog.ps1 +${PYSITELIB}/ansible/executor/powershell/async_wrapper.ps1 +${PYSITELIB}/ansible/executor/powershell/become_wrapper.ps1 +${PYSITELIB}/ansible/executor/powershell/bootstrap_wrapper.ps1 +${PYSITELIB}/ansible/executor/powershell/coverage_wrapper.ps1 +${PYSITELIB}/ansible/executor/powershell/exec_wrapper.ps1 +${PYSITELIB}/ansible/executor/powershell/module_manifest.py +${PYSITELIB}/ansible/executor/powershell/module_manifest.pyc +${PYSITELIB}/ansible/executor/powershell/module_manifest.pyo +${PYSITELIB}/ansible/executor/powershell/module_powershell_wrapper.ps1 +${PYSITELIB}/ansible/executor/powershell/module_script_wrapper.ps1 +${PYSITELIB}/ansible/executor/powershell/module_wrapper.ps1 +${PYSITELIB}/ansible/executor/process/__init__.py +${PYSITELIB}/ansible/executor/process/__init__.pyc +${PYSITELIB}/ansible/executor/process/__init__.pyo +${PYSITELIB}/ansible/executor/process/worker.py +${PYSITELIB}/ansible/executor/process/worker.pyc +${PYSITELIB}/ansible/executor/process/worker.pyo +${PYSITELIB}/ansible/executor/stats.py +${PYSITELIB}/ansible/executor/stats.pyc +${PYSITELIB}/ansible/executor/stats.pyo +${PYSITELIB}/ansible/executor/task_executor.py +${PYSITELIB}/ansible/executor/task_executor.pyc +${PYSITELIB}/ansible/executor/task_executor.pyo +${PYSITELIB}/ansible/executor/task_queue_manager.py +${PYSITELIB}/ansible/executor/task_queue_manager.pyc +${PYSITELIB}/ansible/executor/task_queue_manager.pyo +${PYSITELIB}/ansible/executor/task_result.py +${PYSITELIB}/ansible/executor/task_result.pyc +${PYSITELIB}/ansible/executor/task_result.pyo +${PYSITELIB}/ansible/galaxy/__init__.py +${PYSITELIB}/ansible/galaxy/__init__.pyc +${PYSITELIB}/ansible/galaxy/__init__.pyo +${PYSITELIB}/ansible/galaxy/api.py +${PYSITELIB}/ansible/galaxy/api.pyc +${PYSITELIB}/ansible/galaxy/api.pyo +${PYSITELIB}/ansible/galaxy/collection/__init__.py +${PYSITELIB}/ansible/galaxy/collection/__init__.pyc +${PYSITELIB}/ansible/galaxy/collection/__init__.pyo +${PYSITELIB}/ansible/galaxy/collection/concrete_artifact_manager.py +${PYSITELIB}/ansible/galaxy/collection/concrete_artifact_manager.pyc +${PYSITELIB}/ansible/galaxy/collection/concrete_artifact_manager.pyo +${PYSITELIB}/ansible/galaxy/collection/galaxy_api_proxy.py +${PYSITELIB}/ansible/galaxy/collection/galaxy_api_proxy.pyc +${PYSITELIB}/ansible/galaxy/collection/galaxy_api_proxy.pyo +${PYSITELIB}/ansible/galaxy/data/apb/.travis.yml +${PYSITELIB}/ansible/galaxy/data/apb/Dockerfile.j2 +${PYSITELIB}/ansible/galaxy/data/apb/Makefile.j2 +${PYSITELIB}/ansible/galaxy/data/apb/README.md +${PYSITELIB}/ansible/galaxy/data/apb/apb.yml.j2 +${PYSITELIB}/ansible/galaxy/data/apb/defaults/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/apb/files/.git_keep +${PYSITELIB}/ansible/galaxy/data/apb/handlers/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/apb/meta/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/apb/playbooks/deprovision.yml.j2 +${PYSITELIB}/ansible/galaxy/data/apb/playbooks/provision.yml.j2 +${PYSITELIB}/ansible/galaxy/data/apb/tasks/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/apb/templates/.git_keep +${PYSITELIB}/ansible/galaxy/data/apb/tests/ansible.cfg +${PYSITELIB}/ansible/galaxy/data/apb/tests/inventory +${PYSITELIB}/ansible/galaxy/data/apb/tests/test.yml.j2 +${PYSITELIB}/ansible/galaxy/data/apb/vars/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/collections_galaxy_meta.yml +${PYSITELIB}/ansible/galaxy/data/container/.travis.yml +${PYSITELIB}/ansible/galaxy/data/container/README.md +${PYSITELIB}/ansible/galaxy/data/container/defaults/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/container/files/.git_keep +${PYSITELIB}/ansible/galaxy/data/container/handlers/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/container/meta/container.yml.j2 +${PYSITELIB}/ansible/galaxy/data/container/meta/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/container/tasks/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/container/templates/.git_keep +${PYSITELIB}/ansible/galaxy/data/container/tests/ansible.cfg +${PYSITELIB}/ansible/galaxy/data/container/tests/inventory +${PYSITELIB}/ansible/galaxy/data/container/tests/test.yml.j2 +${PYSITELIB}/ansible/galaxy/data/container/vars/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/default/collection/README.md.j2 +${PYSITELIB}/ansible/galaxy/data/default/collection/docs/.git_keep +${PYSITELIB}/ansible/galaxy/data/default/collection/galaxy.yml.j2 +${PYSITELIB}/ansible/galaxy/data/default/collection/plugins/README.md.j2 +${PYSITELIB}/ansible/galaxy/data/default/collection/roles/.git_keep +${PYSITELIB}/ansible/galaxy/data/default/role/.travis.yml +${PYSITELIB}/ansible/galaxy/data/default/role/README.md +${PYSITELIB}/ansible/galaxy/data/default/role/defaults/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/default/role/files/.git_keep +${PYSITELIB}/ansible/galaxy/data/default/role/handlers/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/default/role/meta/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/default/role/tasks/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/default/role/templates/.git_keep +${PYSITELIB}/ansible/galaxy/data/default/role/tests/inventory +${PYSITELIB}/ansible/galaxy/data/default/role/tests/test.yml.j2 +${PYSITELIB}/ansible/galaxy/data/default/role/vars/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/network/.travis.yml +${PYSITELIB}/ansible/galaxy/data/network/README.md +${PYSITELIB}/ansible/galaxy/data/network/cliconf_plugins/example.py.j2 +${PYSITELIB}/ansible/galaxy/data/network/defaults/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/network/files/.git_keep +${PYSITELIB}/ansible/galaxy/data/network/library/example_command.py.j2 +${PYSITELIB}/ansible/galaxy/data/network/library/example_config.py.j2 +${PYSITELIB}/ansible/galaxy/data/network/library/example_facts.py.j2 +${PYSITELIB}/ansible/galaxy/data/network/meta/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/network/module_utils/example.py.j2 +${PYSITELIB}/ansible/galaxy/data/network/netconf_plugins/example.py.j2 +${PYSITELIB}/ansible/galaxy/data/network/tasks/main.yml.j2 +${PYSITELIB}/ansible/galaxy/data/network/templates/.git_keep +${PYSITELIB}/ansible/galaxy/data/network/terminal_plugins/example.py.j2 +${PYSITELIB}/ansible/galaxy/data/network/tests/inventory +${PYSITELIB}/ansible/galaxy/data/network/tests/test.yml.j2 +${PYSITELIB}/ansible/galaxy/data/network/vars/main.yml.j2 +${PYSITELIB}/ansible/galaxy/dependency_resolution/__init__.py +${PYSITELIB}/ansible/galaxy/dependency_resolution/__init__.pyc +${PYSITELIB}/ansible/galaxy/dependency_resolution/__init__.pyo +${PYSITELIB}/ansible/galaxy/dependency_resolution/dataclasses.py +${PYSITELIB}/ansible/galaxy/dependency_resolution/dataclasses.pyc +${PYSITELIB}/ansible/galaxy/dependency_resolution/dataclasses.pyo +${PYSITELIB}/ansible/galaxy/dependency_resolution/errors.py +${PYSITELIB}/ansible/galaxy/dependency_resolution/errors.pyc +${PYSITELIB}/ansible/galaxy/dependency_resolution/errors.pyo +${PYSITELIB}/ansible/galaxy/dependency_resolution/providers.py +${PYSITELIB}/ansible/galaxy/dependency_resolution/providers.pyc +${PYSITELIB}/ansible/galaxy/dependency_resolution/providers.pyo +${PYSITELIB}/ansible/galaxy/dependency_resolution/reporters.py +${PYSITELIB}/ansible/galaxy/dependency_resolution/reporters.pyc +${PYSITELIB}/ansible/galaxy/dependency_resolution/reporters.pyo +${PYSITELIB}/ansible/galaxy/dependency_resolution/resolvers.py +${PYSITELIB}/ansible/galaxy/dependency_resolution/resolvers.pyc +${PYSITELIB}/ansible/galaxy/dependency_resolution/resolvers.pyo +${PYSITELIB}/ansible/galaxy/dependency_resolution/versioning.py +${PYSITELIB}/ansible/galaxy/dependency_resolution/versioning.pyc +${PYSITELIB}/ansible/galaxy/dependency_resolution/versioning.pyo +${PYSITELIB}/ansible/galaxy/role.py +${PYSITELIB}/ansible/galaxy/role.pyc +${PYSITELIB}/ansible/galaxy/role.pyo +${PYSITELIB}/ansible/galaxy/token.py +${PYSITELIB}/ansible/galaxy/token.pyc +${PYSITELIB}/ansible/galaxy/token.pyo +${PYSITELIB}/ansible/galaxy/user_agent.py +${PYSITELIB}/ansible/galaxy/user_agent.pyc +${PYSITELIB}/ansible/galaxy/user_agent.pyo +${PYSITELIB}/ansible/inventory/__init__.py +${PYSITELIB}/ansible/inventory/__init__.pyc +${PYSITELIB}/ansible/inventory/__init__.pyo +${PYSITELIB}/ansible/inventory/data.py +${PYSITELIB}/ansible/inventory/data.pyc +${PYSITELIB}/ansible/inventory/data.pyo +${PYSITELIB}/ansible/inventory/group.py +${PYSITELIB}/ansible/inventory/group.pyc +${PYSITELIB}/ansible/inventory/group.pyo +${PYSITELIB}/ansible/inventory/helpers.py +${PYSITELIB}/ansible/inventory/helpers.pyc +${PYSITELIB}/ansible/inventory/helpers.pyo +${PYSITELIB}/ansible/inventory/host.py +${PYSITELIB}/ansible/inventory/host.pyc +${PYSITELIB}/ansible/inventory/host.pyo +${PYSITELIB}/ansible/inventory/manager.py +${PYSITELIB}/ansible/inventory/manager.pyc +${PYSITELIB}/ansible/inventory/manager.pyo +${PYSITELIB}/ansible/keyword_desc.yml +${PYSITELIB}/ansible/module_utils/__init__.py +${PYSITELIB}/ansible/module_utils/__init__.pyc +${PYSITELIB}/ansible/module_utils/__init__.pyo +${PYSITELIB}/ansible/module_utils/_text.py +${PYSITELIB}/ansible/module_utils/_text.pyc +${PYSITELIB}/ansible/module_utils/_text.pyo +${PYSITELIB}/ansible/module_utils/ansible_release.py +${PYSITELIB}/ansible/module_utils/ansible_release.pyc +${PYSITELIB}/ansible/module_utils/ansible_release.pyo +${PYSITELIB}/ansible/module_utils/api.py +${PYSITELIB}/ansible/module_utils/api.pyc +${PYSITELIB}/ansible/module_utils/api.pyo +${PYSITELIB}/ansible/module_utils/basic.py +${PYSITELIB}/ansible/module_utils/basic.pyc +${PYSITELIB}/ansible/module_utils/basic.pyo +${PYSITELIB}/ansible/module_utils/common/__init__.py +${PYSITELIB}/ansible/module_utils/common/__init__.pyc +${PYSITELIB}/ansible/module_utils/common/__init__.pyo +${PYSITELIB}/ansible/module_utils/common/_collections_compat.py +${PYSITELIB}/ansible/module_utils/common/_collections_compat.pyc +${PYSITELIB}/ansible/module_utils/common/_collections_compat.pyo +${PYSITELIB}/ansible/module_utils/common/_json_compat.py +${PYSITELIB}/ansible/module_utils/common/_json_compat.pyc +${PYSITELIB}/ansible/module_utils/common/_json_compat.pyo +${PYSITELIB}/ansible/module_utils/common/_utils.py +${PYSITELIB}/ansible/module_utils/common/_utils.pyc +${PYSITELIB}/ansible/module_utils/common/_utils.pyo +${PYSITELIB}/ansible/module_utils/common/arg_spec.py +${PYSITELIB}/ansible/module_utils/common/arg_spec.pyc +${PYSITELIB}/ansible/module_utils/common/arg_spec.pyo +${PYSITELIB}/ansible/module_utils/common/collections.py +${PYSITELIB}/ansible/module_utils/common/collections.pyc +${PYSITELIB}/ansible/module_utils/common/collections.pyo +${PYSITELIB}/ansible/module_utils/common/dict_transformations.py +${PYSITELIB}/ansible/module_utils/common/dict_transformations.pyc +${PYSITELIB}/ansible/module_utils/common/dict_transformations.pyo +${PYSITELIB}/ansible/module_utils/common/file.py +${PYSITELIB}/ansible/module_utils/common/file.pyc +${PYSITELIB}/ansible/module_utils/common/file.pyo +${PYSITELIB}/ansible/module_utils/common/json.py +${PYSITELIB}/ansible/module_utils/common/json.pyc +${PYSITELIB}/ansible/module_utils/common/json.pyo +${PYSITELIB}/ansible/module_utils/common/locale.py +${PYSITELIB}/ansible/module_utils/common/locale.pyc +${PYSITELIB}/ansible/module_utils/common/locale.pyo +${PYSITELIB}/ansible/module_utils/common/network.py +${PYSITELIB}/ansible/module_utils/common/network.pyc +${PYSITELIB}/ansible/module_utils/common/network.pyo +${PYSITELIB}/ansible/module_utils/common/parameters.py +${PYSITELIB}/ansible/module_utils/common/parameters.pyc +${PYSITELIB}/ansible/module_utils/common/parameters.pyo +${PYSITELIB}/ansible/module_utils/common/process.py +${PYSITELIB}/ansible/module_utils/common/process.pyc +${PYSITELIB}/ansible/module_utils/common/process.pyo +${PYSITELIB}/ansible/module_utils/common/respawn.py +${PYSITELIB}/ansible/module_utils/common/respawn.pyc +${PYSITELIB}/ansible/module_utils/common/respawn.pyo +${PYSITELIB}/ansible/module_utils/common/sys_info.py +${PYSITELIB}/ansible/module_utils/common/sys_info.pyc +${PYSITELIB}/ansible/module_utils/common/sys_info.pyo +${PYSITELIB}/ansible/module_utils/common/text/__init__.py +${PYSITELIB}/ansible/module_utils/common/text/__init__.pyc +${PYSITELIB}/ansible/module_utils/common/text/__init__.pyo +${PYSITELIB}/ansible/module_utils/common/text/converters.py +${PYSITELIB}/ansible/module_utils/common/text/converters.pyc +${PYSITELIB}/ansible/module_utils/common/text/converters.pyo +${PYSITELIB}/ansible/module_utils/common/text/formatters.py +${PYSITELIB}/ansible/module_utils/common/text/formatters.pyc +${PYSITELIB}/ansible/module_utils/common/text/formatters.pyo +${PYSITELIB}/ansible/module_utils/common/validation.py +${PYSITELIB}/ansible/module_utils/common/validation.pyc +${PYSITELIB}/ansible/module_utils/common/validation.pyo +${PYSITELIB}/ansible/module_utils/common/warnings.py +${PYSITELIB}/ansible/module_utils/common/warnings.pyc +${PYSITELIB}/ansible/module_utils/common/warnings.pyo +${PYSITELIB}/ansible/module_utils/common/yaml.py +${PYSITELIB}/ansible/module_utils/common/yaml.pyc +${PYSITELIB}/ansible/module_utils/common/yaml.pyo +${PYSITELIB}/ansible/module_utils/compat/__init__.py +${PYSITELIB}/ansible/module_utils/compat/__init__.pyc +${PYSITELIB}/ansible/module_utils/compat/__init__.pyo +${PYSITELIB}/ansible/module_utils/compat/_selectors2.py +${PYSITELIB}/ansible/module_utils/compat/_selectors2.pyc +${PYSITELIB}/ansible/module_utils/compat/_selectors2.pyo +${PYSITELIB}/ansible/module_utils/compat/importlib.py +${PYSITELIB}/ansible/module_utils/compat/importlib.pyc +${PYSITELIB}/ansible/module_utils/compat/importlib.pyo +${PYSITELIB}/ansible/module_utils/compat/paramiko.py +${PYSITELIB}/ansible/module_utils/compat/paramiko.pyc +${PYSITELIB}/ansible/module_utils/compat/paramiko.pyo +${PYSITELIB}/ansible/module_utils/compat/selectors.py +${PYSITELIB}/ansible/module_utils/compat/selectors.pyc +${PYSITELIB}/ansible/module_utils/compat/selectors.pyo +${PYSITELIB}/ansible/module_utils/compat/selinux.py +${PYSITELIB}/ansible/module_utils/compat/selinux.pyc +${PYSITELIB}/ansible/module_utils/compat/selinux.pyo +${PYSITELIB}/ansible/module_utils/compat/version.py +${PYSITELIB}/ansible/module_utils/compat/version.pyc +${PYSITELIB}/ansible/module_utils/compat/version.pyo +${PYSITELIB}/ansible/module_utils/connection.py +${PYSITELIB}/ansible/module_utils/connection.pyc +${PYSITELIB}/ansible/module_utils/connection.pyo +${PYSITELIB}/ansible/module_utils/csharp/Ansible.AccessToken.cs +${PYSITELIB}/ansible/module_utils/csharp/Ansible.Basic.cs +${PYSITELIB}/ansible/module_utils/csharp/Ansible.Become.cs +${PYSITELIB}/ansible/module_utils/csharp/Ansible.Privilege.cs +${PYSITELIB}/ansible/module_utils/csharp/Ansible.Process.cs +${PYSITELIB}/ansible/module_utils/csharp/__init__.py +${PYSITELIB}/ansible/module_utils/csharp/__init__.pyc +${PYSITELIB}/ansible/module_utils/csharp/__init__.pyo +${PYSITELIB}/ansible/module_utils/distro/__init__.py +${PYSITELIB}/ansible/module_utils/distro/__init__.pyc +${PYSITELIB}/ansible/module_utils/distro/__init__.pyo +${PYSITELIB}/ansible/module_utils/distro/_distro.py +${PYSITELIB}/ansible/module_utils/distro/_distro.pyc +${PYSITELIB}/ansible/module_utils/distro/_distro.pyo +${PYSITELIB}/ansible/module_utils/errors.py +${PYSITELIB}/ansible/module_utils/errors.pyc +${PYSITELIB}/ansible/module_utils/errors.pyo +${PYSITELIB}/ansible/module_utils/facts/__init__.py +${PYSITELIB}/ansible/module_utils/facts/__init__.pyc +${PYSITELIB}/ansible/module_utils/facts/__init__.pyo +${PYSITELIB}/ansible/module_utils/facts/ansible_collector.py +${PYSITELIB}/ansible/module_utils/facts/ansible_collector.pyc +${PYSITELIB}/ansible/module_utils/facts/ansible_collector.pyo +${PYSITELIB}/ansible/module_utils/facts/collector.py +${PYSITELIB}/ansible/module_utils/facts/collector.pyc +${PYSITELIB}/ansible/module_utils/facts/collector.pyo +${PYSITELIB}/ansible/module_utils/facts/compat.py +${PYSITELIB}/ansible/module_utils/facts/compat.pyc +${PYSITELIB}/ansible/module_utils/facts/compat.pyo +${PYSITELIB}/ansible/module_utils/facts/default_collectors.py +${PYSITELIB}/ansible/module_utils/facts/default_collectors.pyc +${PYSITELIB}/ansible/module_utils/facts/default_collectors.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/__init__.py +${PYSITELIB}/ansible/module_utils/facts/hardware/__init__.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/__init__.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/aix.py +${PYSITELIB}/ansible/module_utils/facts/hardware/aix.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/aix.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/base.py +${PYSITELIB}/ansible/module_utils/facts/hardware/base.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/base.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/darwin.py +${PYSITELIB}/ansible/module_utils/facts/hardware/darwin.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/darwin.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/dragonfly.py +${PYSITELIB}/ansible/module_utils/facts/hardware/dragonfly.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/dragonfly.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/freebsd.py +${PYSITELIB}/ansible/module_utils/facts/hardware/freebsd.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/freebsd.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/hpux.py +${PYSITELIB}/ansible/module_utils/facts/hardware/hpux.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/hpux.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/hurd.py +${PYSITELIB}/ansible/module_utils/facts/hardware/hurd.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/hurd.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/linux.py +${PYSITELIB}/ansible/module_utils/facts/hardware/linux.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/linux.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/netbsd.py +${PYSITELIB}/ansible/module_utils/facts/hardware/netbsd.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/netbsd.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/openbsd.py +${PYSITELIB}/ansible/module_utils/facts/hardware/openbsd.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/openbsd.pyo +${PYSITELIB}/ansible/module_utils/facts/hardware/sunos.py +${PYSITELIB}/ansible/module_utils/facts/hardware/sunos.pyc +${PYSITELIB}/ansible/module_utils/facts/hardware/sunos.pyo +${PYSITELIB}/ansible/module_utils/facts/namespace.py +${PYSITELIB}/ansible/module_utils/facts/namespace.pyc +${PYSITELIB}/ansible/module_utils/facts/namespace.pyo +${PYSITELIB}/ansible/module_utils/facts/network/__init__.py +${PYSITELIB}/ansible/module_utils/facts/network/__init__.pyc +${PYSITELIB}/ansible/module_utils/facts/network/__init__.pyo +${PYSITELIB}/ansible/module_utils/facts/network/aix.py +${PYSITELIB}/ansible/module_utils/facts/network/aix.pyc +${PYSITELIB}/ansible/module_utils/facts/network/aix.pyo +${PYSITELIB}/ansible/module_utils/facts/network/base.py +${PYSITELIB}/ansible/module_utils/facts/network/base.pyc +${PYSITELIB}/ansible/module_utils/facts/network/base.pyo +${PYSITELIB}/ansible/module_utils/facts/network/darwin.py +${PYSITELIB}/ansible/module_utils/facts/network/darwin.pyc +${PYSITELIB}/ansible/module_utils/facts/network/darwin.pyo +${PYSITELIB}/ansible/module_utils/facts/network/dragonfly.py +${PYSITELIB}/ansible/module_utils/facts/network/dragonfly.pyc +${PYSITELIB}/ansible/module_utils/facts/network/dragonfly.pyo +${PYSITELIB}/ansible/module_utils/facts/network/fc_wwn.py +${PYSITELIB}/ansible/module_utils/facts/network/fc_wwn.pyc +${PYSITELIB}/ansible/module_utils/facts/network/fc_wwn.pyo +${PYSITELIB}/ansible/module_utils/facts/network/freebsd.py +${PYSITELIB}/ansible/module_utils/facts/network/freebsd.pyc +${PYSITELIB}/ansible/module_utils/facts/network/freebsd.pyo +${PYSITELIB}/ansible/module_utils/facts/network/generic_bsd.py +${PYSITELIB}/ansible/module_utils/facts/network/generic_bsd.pyc +${PYSITELIB}/ansible/module_utils/facts/network/generic_bsd.pyo +${PYSITELIB}/ansible/module_utils/facts/network/hpux.py +${PYSITELIB}/ansible/module_utils/facts/network/hpux.pyc +${PYSITELIB}/ansible/module_utils/facts/network/hpux.pyo +${PYSITELIB}/ansible/module_utils/facts/network/hurd.py +${PYSITELIB}/ansible/module_utils/facts/network/hurd.pyc +${PYSITELIB}/ansible/module_utils/facts/network/hurd.pyo +${PYSITELIB}/ansible/module_utils/facts/network/iscsi.py +${PYSITELIB}/ansible/module_utils/facts/network/iscsi.pyc +${PYSITELIB}/ansible/module_utils/facts/network/iscsi.pyo +${PYSITELIB}/ansible/module_utils/facts/network/linux.py +${PYSITELIB}/ansible/module_utils/facts/network/linux.pyc +${PYSITELIB}/ansible/module_utils/facts/network/linux.pyo +${PYSITELIB}/ansible/module_utils/facts/network/netbsd.py +${PYSITELIB}/ansible/module_utils/facts/network/netbsd.pyc +${PYSITELIB}/ansible/module_utils/facts/network/netbsd.pyo +${PYSITELIB}/ansible/module_utils/facts/network/nvme.py +${PYSITELIB}/ansible/module_utils/facts/network/nvme.pyc +${PYSITELIB}/ansible/module_utils/facts/network/nvme.pyo +${PYSITELIB}/ansible/module_utils/facts/network/openbsd.py +${PYSITELIB}/ansible/module_utils/facts/network/openbsd.pyc +${PYSITELIB}/ansible/module_utils/facts/network/openbsd.pyo +${PYSITELIB}/ansible/module_utils/facts/network/sunos.py +${PYSITELIB}/ansible/module_utils/facts/network/sunos.pyc +${PYSITELIB}/ansible/module_utils/facts/network/sunos.pyo +${PYSITELIB}/ansible/module_utils/facts/other/__init__.py +${PYSITELIB}/ansible/module_utils/facts/other/__init__.pyc +${PYSITELIB}/ansible/module_utils/facts/other/__init__.pyo +${PYSITELIB}/ansible/module_utils/facts/other/facter.py +${PYSITELIB}/ansible/module_utils/facts/other/facter.pyc +${PYSITELIB}/ansible/module_utils/facts/other/facter.pyo +${PYSITELIB}/ansible/module_utils/facts/other/ohai.py +${PYSITELIB}/ansible/module_utils/facts/other/ohai.pyc +${PYSITELIB}/ansible/module_utils/facts/other/ohai.pyo +${PYSITELIB}/ansible/module_utils/facts/packages.py +${PYSITELIB}/ansible/module_utils/facts/packages.pyc +${PYSITELIB}/ansible/module_utils/facts/packages.pyo +${PYSITELIB}/ansible/module_utils/facts/sysctl.py +${PYSITELIB}/ansible/module_utils/facts/sysctl.pyc +${PYSITELIB}/ansible/module_utils/facts/sysctl.pyo +${PYSITELIB}/ansible/module_utils/facts/system/__init__.py +${PYSITELIB}/ansible/module_utils/facts/system/__init__.pyc +${PYSITELIB}/ansible/module_utils/facts/system/__init__.pyo +${PYSITELIB}/ansible/module_utils/facts/system/apparmor.py +${PYSITELIB}/ansible/module_utils/facts/system/apparmor.pyc +${PYSITELIB}/ansible/module_utils/facts/system/apparmor.pyo +${PYSITELIB}/ansible/module_utils/facts/system/caps.py +${PYSITELIB}/ansible/module_utils/facts/system/caps.pyc +${PYSITELIB}/ansible/module_utils/facts/system/caps.pyo +${PYSITELIB}/ansible/module_utils/facts/system/chroot.py +${PYSITELIB}/ansible/module_utils/facts/system/chroot.pyc +${PYSITELIB}/ansible/module_utils/facts/system/chroot.pyo +${PYSITELIB}/ansible/module_utils/facts/system/cmdline.py +${PYSITELIB}/ansible/module_utils/facts/system/cmdline.pyc +${PYSITELIB}/ansible/module_utils/facts/system/cmdline.pyo +${PYSITELIB}/ansible/module_utils/facts/system/date_time.py +${PYSITELIB}/ansible/module_utils/facts/system/date_time.pyc +${PYSITELIB}/ansible/module_utils/facts/system/date_time.pyo +${PYSITELIB}/ansible/module_utils/facts/system/distribution.py +${PYSITELIB}/ansible/module_utils/facts/system/distribution.pyc +${PYSITELIB}/ansible/module_utils/facts/system/distribution.pyo +${PYSITELIB}/ansible/module_utils/facts/system/dns.py +${PYSITELIB}/ansible/module_utils/facts/system/dns.pyc +${PYSITELIB}/ansible/module_utils/facts/system/dns.pyo +${PYSITELIB}/ansible/module_utils/facts/system/env.py +${PYSITELIB}/ansible/module_utils/facts/system/env.pyc +${PYSITELIB}/ansible/module_utils/facts/system/env.pyo +${PYSITELIB}/ansible/module_utils/facts/system/fips.py +${PYSITELIB}/ansible/module_utils/facts/system/fips.pyc +${PYSITELIB}/ansible/module_utils/facts/system/fips.pyo +${PYSITELIB}/ansible/module_utils/facts/system/local.py +${PYSITELIB}/ansible/module_utils/facts/system/local.pyc +${PYSITELIB}/ansible/module_utils/facts/system/local.pyo +${PYSITELIB}/ansible/module_utils/facts/system/lsb.py +${PYSITELIB}/ansible/module_utils/facts/system/lsb.pyc +${PYSITELIB}/ansible/module_utils/facts/system/lsb.pyo +${PYSITELIB}/ansible/module_utils/facts/system/pkg_mgr.py +${PYSITELIB}/ansible/module_utils/facts/system/pkg_mgr.pyc +${PYSITELIB}/ansible/module_utils/facts/system/pkg_mgr.pyo +${PYSITELIB}/ansible/module_utils/facts/system/platform.py +${PYSITELIB}/ansible/module_utils/facts/system/platform.pyc +${PYSITELIB}/ansible/module_utils/facts/system/platform.pyo +${PYSITELIB}/ansible/module_utils/facts/system/python.py +${PYSITELIB}/ansible/module_utils/facts/system/python.pyc +${PYSITELIB}/ansible/module_utils/facts/system/python.pyo +${PYSITELIB}/ansible/module_utils/facts/system/selinux.py +${PYSITELIB}/ansible/module_utils/facts/system/selinux.pyc +${PYSITELIB}/ansible/module_utils/facts/system/selinux.pyo +${PYSITELIB}/ansible/module_utils/facts/system/service_mgr.py +${PYSITELIB}/ansible/module_utils/facts/system/service_mgr.pyc +${PYSITELIB}/ansible/module_utils/facts/system/service_mgr.pyo +${PYSITELIB}/ansible/module_utils/facts/system/ssh_pub_keys.py +${PYSITELIB}/ansible/module_utils/facts/system/ssh_pub_keys.pyc +${PYSITELIB}/ansible/module_utils/facts/system/ssh_pub_keys.pyo +${PYSITELIB}/ansible/module_utils/facts/system/user.py +${PYSITELIB}/ansible/module_utils/facts/system/user.pyc +${PYSITELIB}/ansible/module_utils/facts/system/user.pyo +${PYSITELIB}/ansible/module_utils/facts/timeout.py +${PYSITELIB}/ansible/module_utils/facts/timeout.pyc +${PYSITELIB}/ansible/module_utils/facts/timeout.pyo +${PYSITELIB}/ansible/module_utils/facts/utils.py +${PYSITELIB}/ansible/module_utils/facts/utils.pyc +${PYSITELIB}/ansible/module_utils/facts/utils.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/__init__.py +${PYSITELIB}/ansible/module_utils/facts/virtual/__init__.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/__init__.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/base.py +${PYSITELIB}/ansible/module_utils/facts/virtual/base.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/base.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/dragonfly.py +${PYSITELIB}/ansible/module_utils/facts/virtual/dragonfly.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/dragonfly.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/freebsd.py +${PYSITELIB}/ansible/module_utils/facts/virtual/freebsd.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/freebsd.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/hpux.py +${PYSITELIB}/ansible/module_utils/facts/virtual/hpux.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/hpux.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/linux.py +${PYSITELIB}/ansible/module_utils/facts/virtual/linux.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/linux.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/netbsd.py +${PYSITELIB}/ansible/module_utils/facts/virtual/netbsd.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/netbsd.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/openbsd.py +${PYSITELIB}/ansible/module_utils/facts/virtual/openbsd.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/openbsd.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/sunos.py +${PYSITELIB}/ansible/module_utils/facts/virtual/sunos.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/sunos.pyo +${PYSITELIB}/ansible/module_utils/facts/virtual/sysctl.py +${PYSITELIB}/ansible/module_utils/facts/virtual/sysctl.pyc +${PYSITELIB}/ansible/module_utils/facts/virtual/sysctl.pyo +${PYSITELIB}/ansible/module_utils/json_utils.py +${PYSITELIB}/ansible/module_utils/json_utils.pyc +${PYSITELIB}/ansible/module_utils/json_utils.pyo +${PYSITELIB}/ansible/module_utils/parsing/__init__.py +${PYSITELIB}/ansible/module_utils/parsing/__init__.pyc +${PYSITELIB}/ansible/module_utils/parsing/__init__.pyo +${PYSITELIB}/ansible/module_utils/parsing/convert_bool.py +${PYSITELIB}/ansible/module_utils/parsing/convert_bool.pyc +${PYSITELIB}/ansible/module_utils/parsing/convert_bool.pyo +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.AddType.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.ArgvParser.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.Backup.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.CamelConversion.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.CommandUtil.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.FileUtil.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.Legacy.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.LinkUtil.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.PrivilegeUtil.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.SID.psm1 +${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.WebRequest.psm1 +${PYSITELIB}/ansible/module_utils/powershell/__init__.py +${PYSITELIB}/ansible/module_utils/powershell/__init__.pyc +${PYSITELIB}/ansible/module_utils/powershell/__init__.pyo +${PYSITELIB}/ansible/module_utils/pycompat24.py +${PYSITELIB}/ansible/module_utils/pycompat24.pyc +${PYSITELIB}/ansible/module_utils/pycompat24.pyo +${PYSITELIB}/ansible/module_utils/service.py +${PYSITELIB}/ansible/module_utils/service.pyc +${PYSITELIB}/ansible/module_utils/service.pyo +${PYSITELIB}/ansible/module_utils/six/__init__.py +${PYSITELIB}/ansible/module_utils/six/__init__.pyc +${PYSITELIB}/ansible/module_utils/six/__init__.pyo +${PYSITELIB}/ansible/module_utils/splitter.py +${PYSITELIB}/ansible/module_utils/splitter.pyc +${PYSITELIB}/ansible/module_utils/splitter.pyo +${PYSITELIB}/ansible/module_utils/urls.py +${PYSITELIB}/ansible/module_utils/urls.pyc +${PYSITELIB}/ansible/module_utils/urls.pyo +${PYSITELIB}/ansible/module_utils/yumdnf.py +${PYSITELIB}/ansible/module_utils/yumdnf.pyc +${PYSITELIB}/ansible/module_utils/yumdnf.pyo +${PYSITELIB}/ansible/modules/__init__.py +${PYSITELIB}/ansible/modules/__init__.pyc +${PYSITELIB}/ansible/modules/__init__.pyo +${PYSITELIB}/ansible/modules/_include.py +${PYSITELIB}/ansible/modules/_include.pyc +${PYSITELIB}/ansible/modules/_include.pyo +${PYSITELIB}/ansible/modules/add_host.py +${PYSITELIB}/ansible/modules/add_host.pyc +${PYSITELIB}/ansible/modules/add_host.pyo +${PYSITELIB}/ansible/modules/apt.py +${PYSITELIB}/ansible/modules/apt.pyc +${PYSITELIB}/ansible/modules/apt.pyo +${PYSITELIB}/ansible/modules/apt_key.py +${PYSITELIB}/ansible/modules/apt_key.pyc +${PYSITELIB}/ansible/modules/apt_key.pyo +${PYSITELIB}/ansible/modules/apt_repository.py +${PYSITELIB}/ansible/modules/apt_repository.pyc +${PYSITELIB}/ansible/modules/apt_repository.pyo +${PYSITELIB}/ansible/modules/assemble.py +${PYSITELIB}/ansible/modules/assemble.pyc +${PYSITELIB}/ansible/modules/assemble.pyo +${PYSITELIB}/ansible/modules/assert.py +${PYSITELIB}/ansible/modules/assert.pyc +${PYSITELIB}/ansible/modules/assert.pyo +${PYSITELIB}/ansible/modules/async_status.py +${PYSITELIB}/ansible/modules/async_status.pyc +${PYSITELIB}/ansible/modules/async_status.pyo +${PYSITELIB}/ansible/modules/async_wrapper.py +${PYSITELIB}/ansible/modules/async_wrapper.pyc +${PYSITELIB}/ansible/modules/async_wrapper.pyo +${PYSITELIB}/ansible/modules/blockinfile.py +${PYSITELIB}/ansible/modules/blockinfile.pyc +${PYSITELIB}/ansible/modules/blockinfile.pyo +${PYSITELIB}/ansible/modules/command.py +${PYSITELIB}/ansible/modules/command.pyc +${PYSITELIB}/ansible/modules/command.pyo +${PYSITELIB}/ansible/modules/copy.py +${PYSITELIB}/ansible/modules/copy.pyc +${PYSITELIB}/ansible/modules/copy.pyo +${PYSITELIB}/ansible/modules/cron.py +${PYSITELIB}/ansible/modules/cron.pyc +${PYSITELIB}/ansible/modules/cron.pyo +${PYSITELIB}/ansible/modules/debconf.py +${PYSITELIB}/ansible/modules/debconf.pyc +${PYSITELIB}/ansible/modules/debconf.pyo +${PYSITELIB}/ansible/modules/debug.py +${PYSITELIB}/ansible/modules/debug.pyc +${PYSITELIB}/ansible/modules/debug.pyo +${PYSITELIB}/ansible/modules/dnf.py +${PYSITELIB}/ansible/modules/dnf.pyc +${PYSITELIB}/ansible/modules/dnf.pyo +${PYSITELIB}/ansible/modules/dpkg_selections.py +${PYSITELIB}/ansible/modules/dpkg_selections.pyc +${PYSITELIB}/ansible/modules/dpkg_selections.pyo +${PYSITELIB}/ansible/modules/expect.py +${PYSITELIB}/ansible/modules/expect.pyc +${PYSITELIB}/ansible/modules/expect.pyo +${PYSITELIB}/ansible/modules/fail.py +${PYSITELIB}/ansible/modules/fail.pyc +${PYSITELIB}/ansible/modules/fail.pyo +${PYSITELIB}/ansible/modules/fetch.py +${PYSITELIB}/ansible/modules/fetch.pyc +${PYSITELIB}/ansible/modules/fetch.pyo +${PYSITELIB}/ansible/modules/file.py +${PYSITELIB}/ansible/modules/file.pyc +${PYSITELIB}/ansible/modules/file.pyo +${PYSITELIB}/ansible/modules/find.py +${PYSITELIB}/ansible/modules/find.pyc +${PYSITELIB}/ansible/modules/find.pyo +${PYSITELIB}/ansible/modules/gather_facts.py +${PYSITELIB}/ansible/modules/gather_facts.pyc +${PYSITELIB}/ansible/modules/gather_facts.pyo +${PYSITELIB}/ansible/modules/get_url.py +${PYSITELIB}/ansible/modules/get_url.pyc +${PYSITELIB}/ansible/modules/get_url.pyo +${PYSITELIB}/ansible/modules/getent.py +${PYSITELIB}/ansible/modules/getent.pyc +${PYSITELIB}/ansible/modules/getent.pyo +${PYSITELIB}/ansible/modules/git.py +${PYSITELIB}/ansible/modules/git.pyc +${PYSITELIB}/ansible/modules/git.pyo +${PYSITELIB}/ansible/modules/group.py +${PYSITELIB}/ansible/modules/group.pyc +${PYSITELIB}/ansible/modules/group.pyo +${PYSITELIB}/ansible/modules/group_by.py +${PYSITELIB}/ansible/modules/group_by.pyc +${PYSITELIB}/ansible/modules/group_by.pyo +${PYSITELIB}/ansible/modules/hostname.py +${PYSITELIB}/ansible/modules/hostname.pyc +${PYSITELIB}/ansible/modules/hostname.pyo +${PYSITELIB}/ansible/modules/import_playbook.py +${PYSITELIB}/ansible/modules/import_playbook.pyc +${PYSITELIB}/ansible/modules/import_playbook.pyo +${PYSITELIB}/ansible/modules/import_role.py +${PYSITELIB}/ansible/modules/import_role.pyc +${PYSITELIB}/ansible/modules/import_role.pyo +${PYSITELIB}/ansible/modules/import_tasks.py +${PYSITELIB}/ansible/modules/import_tasks.pyc +${PYSITELIB}/ansible/modules/import_tasks.pyo +${PYSITELIB}/ansible/modules/include_role.py +${PYSITELIB}/ansible/modules/include_role.pyc +${PYSITELIB}/ansible/modules/include_role.pyo +${PYSITELIB}/ansible/modules/include_tasks.py +${PYSITELIB}/ansible/modules/include_tasks.pyc +${PYSITELIB}/ansible/modules/include_tasks.pyo +${PYSITELIB}/ansible/modules/include_vars.py +${PYSITELIB}/ansible/modules/include_vars.pyc +${PYSITELIB}/ansible/modules/include_vars.pyo +${PYSITELIB}/ansible/modules/iptables.py +${PYSITELIB}/ansible/modules/iptables.pyc +${PYSITELIB}/ansible/modules/iptables.pyo +${PYSITELIB}/ansible/modules/known_hosts.py +${PYSITELIB}/ansible/modules/known_hosts.pyc +${PYSITELIB}/ansible/modules/known_hosts.pyo +${PYSITELIB}/ansible/modules/lineinfile.py +${PYSITELIB}/ansible/modules/lineinfile.pyc +${PYSITELIB}/ansible/modules/lineinfile.pyo +${PYSITELIB}/ansible/modules/meta.py +${PYSITELIB}/ansible/modules/meta.pyc +${PYSITELIB}/ansible/modules/meta.pyo +${PYSITELIB}/ansible/modules/package.py +${PYSITELIB}/ansible/modules/package.pyc +${PYSITELIB}/ansible/modules/package.pyo +${PYSITELIB}/ansible/modules/package_facts.py +${PYSITELIB}/ansible/modules/package_facts.pyc +${PYSITELIB}/ansible/modules/package_facts.pyo +${PYSITELIB}/ansible/modules/pause.py +${PYSITELIB}/ansible/modules/pause.pyc +${PYSITELIB}/ansible/modules/pause.pyo +${PYSITELIB}/ansible/modules/ping.py +${PYSITELIB}/ansible/modules/ping.pyc +${PYSITELIB}/ansible/modules/ping.pyo +${PYSITELIB}/ansible/modules/pip.py +${PYSITELIB}/ansible/modules/pip.pyc +${PYSITELIB}/ansible/modules/pip.pyo +${PYSITELIB}/ansible/modules/raw.py +${PYSITELIB}/ansible/modules/raw.pyc +${PYSITELIB}/ansible/modules/raw.pyo +${PYSITELIB}/ansible/modules/reboot.py +${PYSITELIB}/ansible/modules/reboot.pyc +${PYSITELIB}/ansible/modules/reboot.pyo +${PYSITELIB}/ansible/modules/replace.py +${PYSITELIB}/ansible/modules/replace.pyc +${PYSITELIB}/ansible/modules/replace.pyo +${PYSITELIB}/ansible/modules/rpm_key.py +${PYSITELIB}/ansible/modules/rpm_key.pyc +${PYSITELIB}/ansible/modules/rpm_key.pyo +${PYSITELIB}/ansible/modules/script.py +${PYSITELIB}/ansible/modules/script.pyc +${PYSITELIB}/ansible/modules/script.pyo +${PYSITELIB}/ansible/modules/service.py +${PYSITELIB}/ansible/modules/service.pyc +${PYSITELIB}/ansible/modules/service.pyo +${PYSITELIB}/ansible/modules/service_facts.py +${PYSITELIB}/ansible/modules/service_facts.pyc +${PYSITELIB}/ansible/modules/service_facts.pyo +${PYSITELIB}/ansible/modules/set_fact.py +${PYSITELIB}/ansible/modules/set_fact.pyc +${PYSITELIB}/ansible/modules/set_fact.pyo +${PYSITELIB}/ansible/modules/set_stats.py +${PYSITELIB}/ansible/modules/set_stats.pyc +${PYSITELIB}/ansible/modules/set_stats.pyo +${PYSITELIB}/ansible/modules/setup.py +${PYSITELIB}/ansible/modules/setup.pyc +${PYSITELIB}/ansible/modules/setup.pyo +${PYSITELIB}/ansible/modules/shell.py +${PYSITELIB}/ansible/modules/shell.pyc +${PYSITELIB}/ansible/modules/shell.pyo +${PYSITELIB}/ansible/modules/slurp.py +${PYSITELIB}/ansible/modules/slurp.pyc +${PYSITELIB}/ansible/modules/slurp.pyo +${PYSITELIB}/ansible/modules/stat.py +${PYSITELIB}/ansible/modules/stat.pyc +${PYSITELIB}/ansible/modules/stat.pyo +${PYSITELIB}/ansible/modules/subversion.py +${PYSITELIB}/ansible/modules/subversion.pyc +${PYSITELIB}/ansible/modules/subversion.pyo +${PYSITELIB}/ansible/modules/systemd.py +${PYSITELIB}/ansible/modules/systemd.pyc +${PYSITELIB}/ansible/modules/systemd.pyo +${PYSITELIB}/ansible/modules/sysvinit.py +${PYSITELIB}/ansible/modules/sysvinit.pyc +${PYSITELIB}/ansible/modules/sysvinit.pyo +${PYSITELIB}/ansible/modules/tempfile.py +${PYSITELIB}/ansible/modules/tempfile.pyc +${PYSITELIB}/ansible/modules/tempfile.pyo +${PYSITELIB}/ansible/modules/template.py +${PYSITELIB}/ansible/modules/template.pyc +${PYSITELIB}/ansible/modules/template.pyo +${PYSITELIB}/ansible/modules/unarchive.py +${PYSITELIB}/ansible/modules/unarchive.pyc +${PYSITELIB}/ansible/modules/unarchive.pyo +${PYSITELIB}/ansible/modules/uri.py +${PYSITELIB}/ansible/modules/uri.pyc +${PYSITELIB}/ansible/modules/uri.pyo +${PYSITELIB}/ansible/modules/user.py +${PYSITELIB}/ansible/modules/user.pyc +${PYSITELIB}/ansible/modules/user.pyo +${PYSITELIB}/ansible/modules/validate_argument_spec.py +${PYSITELIB}/ansible/modules/validate_argument_spec.pyc +${PYSITELIB}/ansible/modules/validate_argument_spec.pyo +${PYSITELIB}/ansible/modules/wait_for.py +${PYSITELIB}/ansible/modules/wait_for.pyc +${PYSITELIB}/ansible/modules/wait_for.pyo +${PYSITELIB}/ansible/modules/wait_for_connection.py +${PYSITELIB}/ansible/modules/wait_for_connection.pyc +${PYSITELIB}/ansible/modules/wait_for_connection.pyo +${PYSITELIB}/ansible/modules/yum.py +${PYSITELIB}/ansible/modules/yum.pyc +${PYSITELIB}/ansible/modules/yum.pyo +${PYSITELIB}/ansible/modules/yum_repository.py +${PYSITELIB}/ansible/modules/yum_repository.pyc +${PYSITELIB}/ansible/modules/yum_repository.pyo +${PYSITELIB}/ansible/parsing/__init__.py +${PYSITELIB}/ansible/parsing/__init__.pyc +${PYSITELIB}/ansible/parsing/__init__.pyo +${PYSITELIB}/ansible/parsing/ajson.py +${PYSITELIB}/ansible/parsing/ajson.pyc +${PYSITELIB}/ansible/parsing/ajson.pyo +${PYSITELIB}/ansible/parsing/dataloader.py +${PYSITELIB}/ansible/parsing/dataloader.pyc +${PYSITELIB}/ansible/parsing/dataloader.pyo +${PYSITELIB}/ansible/parsing/mod_args.py +${PYSITELIB}/ansible/parsing/mod_args.pyc +${PYSITELIB}/ansible/parsing/mod_args.pyo +${PYSITELIB}/ansible/parsing/plugin_docs.py +${PYSITELIB}/ansible/parsing/plugin_docs.pyc +${PYSITELIB}/ansible/parsing/plugin_docs.pyo +${PYSITELIB}/ansible/parsing/quoting.py +${PYSITELIB}/ansible/parsing/quoting.pyc +${PYSITELIB}/ansible/parsing/quoting.pyo +${PYSITELIB}/ansible/parsing/splitter.py +${PYSITELIB}/ansible/parsing/splitter.pyc +${PYSITELIB}/ansible/parsing/splitter.pyo +${PYSITELIB}/ansible/parsing/utils/__init__.py +${PYSITELIB}/ansible/parsing/utils/__init__.pyc +${PYSITELIB}/ansible/parsing/utils/__init__.pyo +${PYSITELIB}/ansible/parsing/utils/addresses.py +${PYSITELIB}/ansible/parsing/utils/addresses.pyc +${PYSITELIB}/ansible/parsing/utils/addresses.pyo +${PYSITELIB}/ansible/parsing/utils/jsonify.py +${PYSITELIB}/ansible/parsing/utils/jsonify.pyc +${PYSITELIB}/ansible/parsing/utils/jsonify.pyo +${PYSITELIB}/ansible/parsing/utils/yaml.py +${PYSITELIB}/ansible/parsing/utils/yaml.pyc +${PYSITELIB}/ansible/parsing/utils/yaml.pyo +${PYSITELIB}/ansible/parsing/vault/__init__.py +${PYSITELIB}/ansible/parsing/vault/__init__.pyc +${PYSITELIB}/ansible/parsing/vault/__init__.pyo +${PYSITELIB}/ansible/parsing/yaml/__init__.py +${PYSITELIB}/ansible/parsing/yaml/__init__.pyc +${PYSITELIB}/ansible/parsing/yaml/__init__.pyo +${PYSITELIB}/ansible/parsing/yaml/constructor.py +${PYSITELIB}/ansible/parsing/yaml/constructor.pyc +${PYSITELIB}/ansible/parsing/yaml/constructor.pyo +${PYSITELIB}/ansible/parsing/yaml/dumper.py +${PYSITELIB}/ansible/parsing/yaml/dumper.pyc +${PYSITELIB}/ansible/parsing/yaml/dumper.pyo +${PYSITELIB}/ansible/parsing/yaml/loader.py +${PYSITELIB}/ansible/parsing/yaml/loader.pyc +${PYSITELIB}/ansible/parsing/yaml/loader.pyo +${PYSITELIB}/ansible/parsing/yaml/objects.py +${PYSITELIB}/ansible/parsing/yaml/objects.pyc +${PYSITELIB}/ansible/parsing/yaml/objects.pyo +${PYSITELIB}/ansible/playbook/__init__.py +${PYSITELIB}/ansible/playbook/__init__.pyc +${PYSITELIB}/ansible/playbook/__init__.pyo +${PYSITELIB}/ansible/playbook/attribute.py +${PYSITELIB}/ansible/playbook/attribute.pyc +${PYSITELIB}/ansible/playbook/attribute.pyo +${PYSITELIB}/ansible/playbook/base.py +${PYSITELIB}/ansible/playbook/base.pyc +${PYSITELIB}/ansible/playbook/base.pyo +${PYSITELIB}/ansible/playbook/block.py +${PYSITELIB}/ansible/playbook/block.pyc +${PYSITELIB}/ansible/playbook/block.pyo +${PYSITELIB}/ansible/playbook/collectionsearch.py +${PYSITELIB}/ansible/playbook/collectionsearch.pyc +${PYSITELIB}/ansible/playbook/collectionsearch.pyo +${PYSITELIB}/ansible/playbook/conditional.py +${PYSITELIB}/ansible/playbook/conditional.pyc +${PYSITELIB}/ansible/playbook/conditional.pyo +${PYSITELIB}/ansible/playbook/handler.py +${PYSITELIB}/ansible/playbook/handler.pyc +${PYSITELIB}/ansible/playbook/handler.pyo +${PYSITELIB}/ansible/playbook/handler_task_include.py +${PYSITELIB}/ansible/playbook/handler_task_include.pyc +${PYSITELIB}/ansible/playbook/handler_task_include.pyo +${PYSITELIB}/ansible/playbook/helpers.py +${PYSITELIB}/ansible/playbook/helpers.pyc +${PYSITELIB}/ansible/playbook/helpers.pyo +${PYSITELIB}/ansible/playbook/included_file.py +${PYSITELIB}/ansible/playbook/included_file.pyc +${PYSITELIB}/ansible/playbook/included_file.pyo +${PYSITELIB}/ansible/playbook/loop_control.py +${PYSITELIB}/ansible/playbook/loop_control.pyc +${PYSITELIB}/ansible/playbook/loop_control.pyo +${PYSITELIB}/ansible/playbook/play.py +${PYSITELIB}/ansible/playbook/play.pyc +${PYSITELIB}/ansible/playbook/play.pyo +${PYSITELIB}/ansible/playbook/play_context.py +${PYSITELIB}/ansible/playbook/play_context.pyc +${PYSITELIB}/ansible/playbook/play_context.pyo +${PYSITELIB}/ansible/playbook/playbook_include.py +${PYSITELIB}/ansible/playbook/playbook_include.pyc +${PYSITELIB}/ansible/playbook/playbook_include.pyo +${PYSITELIB}/ansible/playbook/role/__init__.py +${PYSITELIB}/ansible/playbook/role/__init__.pyc +${PYSITELIB}/ansible/playbook/role/__init__.pyo +${PYSITELIB}/ansible/playbook/role/definition.py +${PYSITELIB}/ansible/playbook/role/definition.pyc +${PYSITELIB}/ansible/playbook/role/definition.pyo +${PYSITELIB}/ansible/playbook/role/include.py +${PYSITELIB}/ansible/playbook/role/include.pyc +${PYSITELIB}/ansible/playbook/role/include.pyo +${PYSITELIB}/ansible/playbook/role/metadata.py +${PYSITELIB}/ansible/playbook/role/metadata.pyc +${PYSITELIB}/ansible/playbook/role/metadata.pyo +${PYSITELIB}/ansible/playbook/role/requirement.py +${PYSITELIB}/ansible/playbook/role/requirement.pyc +${PYSITELIB}/ansible/playbook/role/requirement.pyo +${PYSITELIB}/ansible/playbook/role_include.py +${PYSITELIB}/ansible/playbook/role_include.pyc +${PYSITELIB}/ansible/playbook/role_include.pyo +${PYSITELIB}/ansible/playbook/taggable.py +${PYSITELIB}/ansible/playbook/taggable.pyc +${PYSITELIB}/ansible/playbook/taggable.pyo +${PYSITELIB}/ansible/playbook/task.py +${PYSITELIB}/ansible/playbook/task.pyc +${PYSITELIB}/ansible/playbook/task.pyo +${PYSITELIB}/ansible/playbook/task_include.py +${PYSITELIB}/ansible/playbook/task_include.pyc +${PYSITELIB}/ansible/playbook/task_include.pyo +${PYSITELIB}/ansible/plugins/__init__.py +${PYSITELIB}/ansible/plugins/__init__.pyc +${PYSITELIB}/ansible/plugins/__init__.pyo +${PYSITELIB}/ansible/plugins/action/__init__.py +${PYSITELIB}/ansible/plugins/action/__init__.pyc +${PYSITELIB}/ansible/plugins/action/__init__.pyo +${PYSITELIB}/ansible/plugins/action/add_host.py +${PYSITELIB}/ansible/plugins/action/add_host.pyc +${PYSITELIB}/ansible/plugins/action/add_host.pyo +${PYSITELIB}/ansible/plugins/action/assemble.py +${PYSITELIB}/ansible/plugins/action/assemble.pyc +${PYSITELIB}/ansible/plugins/action/assemble.pyo +${PYSITELIB}/ansible/plugins/action/assert.py +${PYSITELIB}/ansible/plugins/action/assert.pyc +${PYSITELIB}/ansible/plugins/action/assert.pyo +${PYSITELIB}/ansible/plugins/action/async_status.py +${PYSITELIB}/ansible/plugins/action/async_status.pyc +${PYSITELIB}/ansible/plugins/action/async_status.pyo +${PYSITELIB}/ansible/plugins/action/command.py +${PYSITELIB}/ansible/plugins/action/command.pyc +${PYSITELIB}/ansible/plugins/action/command.pyo +${PYSITELIB}/ansible/plugins/action/copy.py +${PYSITELIB}/ansible/plugins/action/copy.pyc +${PYSITELIB}/ansible/plugins/action/copy.pyo +${PYSITELIB}/ansible/plugins/action/debug.py +${PYSITELIB}/ansible/plugins/action/debug.pyc +${PYSITELIB}/ansible/plugins/action/debug.pyo +${PYSITELIB}/ansible/plugins/action/fail.py +${PYSITELIB}/ansible/plugins/action/fail.pyc +${PYSITELIB}/ansible/plugins/action/fail.pyo +${PYSITELIB}/ansible/plugins/action/fetch.py +${PYSITELIB}/ansible/plugins/action/fetch.pyc +${PYSITELIB}/ansible/plugins/action/fetch.pyo +${PYSITELIB}/ansible/plugins/action/gather_facts.py +${PYSITELIB}/ansible/plugins/action/gather_facts.pyc +${PYSITELIB}/ansible/plugins/action/gather_facts.pyo +${PYSITELIB}/ansible/plugins/action/group_by.py +${PYSITELIB}/ansible/plugins/action/group_by.pyc +${PYSITELIB}/ansible/plugins/action/group_by.pyo +${PYSITELIB}/ansible/plugins/action/include_vars.py +${PYSITELIB}/ansible/plugins/action/include_vars.pyc +${PYSITELIB}/ansible/plugins/action/include_vars.pyo +${PYSITELIB}/ansible/plugins/action/normal.py +${PYSITELIB}/ansible/plugins/action/normal.pyc +${PYSITELIB}/ansible/plugins/action/normal.pyo +${PYSITELIB}/ansible/plugins/action/package.py +${PYSITELIB}/ansible/plugins/action/package.pyc +${PYSITELIB}/ansible/plugins/action/package.pyo +${PYSITELIB}/ansible/plugins/action/pause.py +${PYSITELIB}/ansible/plugins/action/pause.pyc +${PYSITELIB}/ansible/plugins/action/pause.pyo +${PYSITELIB}/ansible/plugins/action/raw.py +${PYSITELIB}/ansible/plugins/action/raw.pyc +${PYSITELIB}/ansible/plugins/action/raw.pyo +${PYSITELIB}/ansible/plugins/action/reboot.py +${PYSITELIB}/ansible/plugins/action/reboot.pyc +${PYSITELIB}/ansible/plugins/action/reboot.pyo +${PYSITELIB}/ansible/plugins/action/script.py +${PYSITELIB}/ansible/plugins/action/script.pyc +${PYSITELIB}/ansible/plugins/action/script.pyo +${PYSITELIB}/ansible/plugins/action/service.py +${PYSITELIB}/ansible/plugins/action/service.pyc +${PYSITELIB}/ansible/plugins/action/service.pyo +${PYSITELIB}/ansible/plugins/action/set_fact.py +${PYSITELIB}/ansible/plugins/action/set_fact.pyc +${PYSITELIB}/ansible/plugins/action/set_fact.pyo +${PYSITELIB}/ansible/plugins/action/set_stats.py +${PYSITELIB}/ansible/plugins/action/set_stats.pyc +${PYSITELIB}/ansible/plugins/action/set_stats.pyo +${PYSITELIB}/ansible/plugins/action/shell.py +${PYSITELIB}/ansible/plugins/action/shell.pyc +${PYSITELIB}/ansible/plugins/action/shell.pyo +${PYSITELIB}/ansible/plugins/action/template.py +${PYSITELIB}/ansible/plugins/action/template.pyc +${PYSITELIB}/ansible/plugins/action/template.pyo +${PYSITELIB}/ansible/plugins/action/unarchive.py +${PYSITELIB}/ansible/plugins/action/unarchive.pyc +${PYSITELIB}/ansible/plugins/action/unarchive.pyo +${PYSITELIB}/ansible/plugins/action/uri.py +${PYSITELIB}/ansible/plugins/action/uri.pyc +${PYSITELIB}/ansible/plugins/action/uri.pyo +${PYSITELIB}/ansible/plugins/action/validate_argument_spec.py +${PYSITELIB}/ansible/plugins/action/validate_argument_spec.pyc +${PYSITELIB}/ansible/plugins/action/validate_argument_spec.pyo +${PYSITELIB}/ansible/plugins/action/wait_for_connection.py +${PYSITELIB}/ansible/plugins/action/wait_for_connection.pyc +${PYSITELIB}/ansible/plugins/action/wait_for_connection.pyo +${PYSITELIB}/ansible/plugins/action/yum.py +${PYSITELIB}/ansible/plugins/action/yum.pyc +${PYSITELIB}/ansible/plugins/action/yum.pyo +${PYSITELIB}/ansible/plugins/become/__init__.py +${PYSITELIB}/ansible/plugins/become/__init__.pyc +${PYSITELIB}/ansible/plugins/become/__init__.pyo +${PYSITELIB}/ansible/plugins/become/runas.py +${PYSITELIB}/ansible/plugins/become/runas.pyc +${PYSITELIB}/ansible/plugins/become/runas.pyo +${PYSITELIB}/ansible/plugins/become/su.py +${PYSITELIB}/ansible/plugins/become/su.pyc +${PYSITELIB}/ansible/plugins/become/su.pyo +${PYSITELIB}/ansible/plugins/become/sudo.py +${PYSITELIB}/ansible/plugins/become/sudo.pyc +${PYSITELIB}/ansible/plugins/become/sudo.pyo +${PYSITELIB}/ansible/plugins/cache/__init__.py +${PYSITELIB}/ansible/plugins/cache/__init__.pyc +${PYSITELIB}/ansible/plugins/cache/__init__.pyo +${PYSITELIB}/ansible/plugins/cache/base.py +${PYSITELIB}/ansible/plugins/cache/base.pyc +${PYSITELIB}/ansible/plugins/cache/base.pyo +${PYSITELIB}/ansible/plugins/cache/jsonfile.py +${PYSITELIB}/ansible/plugins/cache/jsonfile.pyc +${PYSITELIB}/ansible/plugins/cache/jsonfile.pyo +${PYSITELIB}/ansible/plugins/cache/memory.py +${PYSITELIB}/ansible/plugins/cache/memory.pyc +${PYSITELIB}/ansible/plugins/cache/memory.pyo +${PYSITELIB}/ansible/plugins/callback/__init__.py +${PYSITELIB}/ansible/plugins/callback/__init__.pyc +${PYSITELIB}/ansible/plugins/callback/__init__.pyo +${PYSITELIB}/ansible/plugins/callback/default.py +${PYSITELIB}/ansible/plugins/callback/default.pyc +${PYSITELIB}/ansible/plugins/callback/default.pyo +${PYSITELIB}/ansible/plugins/callback/junit.py +${PYSITELIB}/ansible/plugins/callback/junit.pyc +${PYSITELIB}/ansible/plugins/callback/junit.pyo +${PYSITELIB}/ansible/plugins/callback/minimal.py +${PYSITELIB}/ansible/plugins/callback/minimal.pyc +${PYSITELIB}/ansible/plugins/callback/minimal.pyo +${PYSITELIB}/ansible/plugins/callback/oneline.py +${PYSITELIB}/ansible/plugins/callback/oneline.pyc +${PYSITELIB}/ansible/plugins/callback/oneline.pyo +${PYSITELIB}/ansible/plugins/callback/tree.py +${PYSITELIB}/ansible/plugins/callback/tree.pyc +${PYSITELIB}/ansible/plugins/callback/tree.pyo +${PYSITELIB}/ansible/plugins/cliconf/__init__.py +${PYSITELIB}/ansible/plugins/cliconf/__init__.pyc +${PYSITELIB}/ansible/plugins/cliconf/__init__.pyo +${PYSITELIB}/ansible/plugins/connection/__init__.py +${PYSITELIB}/ansible/plugins/connection/__init__.pyc +${PYSITELIB}/ansible/plugins/connection/__init__.pyo +${PYSITELIB}/ansible/plugins/connection/local.py +${PYSITELIB}/ansible/plugins/connection/local.pyc +${PYSITELIB}/ansible/plugins/connection/local.pyo +${PYSITELIB}/ansible/plugins/connection/paramiko_ssh.py +${PYSITELIB}/ansible/plugins/connection/paramiko_ssh.pyc +${PYSITELIB}/ansible/plugins/connection/paramiko_ssh.pyo +${PYSITELIB}/ansible/plugins/connection/psrp.py +${PYSITELIB}/ansible/plugins/connection/psrp.pyc +${PYSITELIB}/ansible/plugins/connection/psrp.pyo +${PYSITELIB}/ansible/plugins/connection/ssh.py +${PYSITELIB}/ansible/plugins/connection/ssh.pyc +${PYSITELIB}/ansible/plugins/connection/ssh.pyo +${PYSITELIB}/ansible/plugins/connection/winrm.py +${PYSITELIB}/ansible/plugins/connection/winrm.pyc +${PYSITELIB}/ansible/plugins/connection/winrm.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/__init__.py +${PYSITELIB}/ansible/plugins/doc_fragments/__init__.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/__init__.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/action_common_attributes.py +${PYSITELIB}/ansible/plugins/doc_fragments/action_common_attributes.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/action_common_attributes.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/action_core.py +${PYSITELIB}/ansible/plugins/doc_fragments/action_core.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/action_core.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/backup.py +${PYSITELIB}/ansible/plugins/doc_fragments/backup.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/backup.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/connection_pipelining.py +${PYSITELIB}/ansible/plugins/doc_fragments/connection_pipelining.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/connection_pipelining.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/constructed.py +${PYSITELIB}/ansible/plugins/doc_fragments/constructed.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/constructed.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/decrypt.py +${PYSITELIB}/ansible/plugins/doc_fragments/decrypt.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/decrypt.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/default_callback.py +${PYSITELIB}/ansible/plugins/doc_fragments/default_callback.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/default_callback.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/files.py +${PYSITELIB}/ansible/plugins/doc_fragments/files.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/files.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/inventory_cache.py +${PYSITELIB}/ansible/plugins/doc_fragments/inventory_cache.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/inventory_cache.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/return_common.py +${PYSITELIB}/ansible/plugins/doc_fragments/return_common.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/return_common.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/shell_common.py +${PYSITELIB}/ansible/plugins/doc_fragments/shell_common.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/shell_common.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/shell_windows.py +${PYSITELIB}/ansible/plugins/doc_fragments/shell_windows.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/shell_windows.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/template_common.py +${PYSITELIB}/ansible/plugins/doc_fragments/template_common.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/template_common.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/url.py +${PYSITELIB}/ansible/plugins/doc_fragments/url.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/url.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/url_windows.py +${PYSITELIB}/ansible/plugins/doc_fragments/url_windows.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/url_windows.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/validate.py +${PYSITELIB}/ansible/plugins/doc_fragments/validate.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/validate.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/vars_plugin_staging.py +${PYSITELIB}/ansible/plugins/doc_fragments/vars_plugin_staging.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/vars_plugin_staging.pyo +${PYSITELIB}/ansible/plugins/filter/__init__.py +${PYSITELIB}/ansible/plugins/filter/__init__.pyc +${PYSITELIB}/ansible/plugins/filter/__init__.pyo +${PYSITELIB}/ansible/plugins/filter/core.py +${PYSITELIB}/ansible/plugins/filter/core.pyc +${PYSITELIB}/ansible/plugins/filter/core.pyo +${PYSITELIB}/ansible/plugins/filter/encryption.py +${PYSITELIB}/ansible/plugins/filter/encryption.pyc +${PYSITELIB}/ansible/plugins/filter/encryption.pyo +${PYSITELIB}/ansible/plugins/filter/mathstuff.py +${PYSITELIB}/ansible/plugins/filter/mathstuff.pyc +${PYSITELIB}/ansible/plugins/filter/mathstuff.pyo +${PYSITELIB}/ansible/plugins/filter/urls.py +${PYSITELIB}/ansible/plugins/filter/urls.pyc +${PYSITELIB}/ansible/plugins/filter/urls.pyo +${PYSITELIB}/ansible/plugins/filter/urlsplit.py +${PYSITELIB}/ansible/plugins/filter/urlsplit.pyc +${PYSITELIB}/ansible/plugins/filter/urlsplit.pyo +${PYSITELIB}/ansible/plugins/httpapi/__init__.py +${PYSITELIB}/ansible/plugins/httpapi/__init__.pyc +${PYSITELIB}/ansible/plugins/httpapi/__init__.pyo +${PYSITELIB}/ansible/plugins/inventory/__init__.py +${PYSITELIB}/ansible/plugins/inventory/__init__.pyc +${PYSITELIB}/ansible/plugins/inventory/__init__.pyo +${PYSITELIB}/ansible/plugins/inventory/advanced_host_list.py +${PYSITELIB}/ansible/plugins/inventory/advanced_host_list.pyc +${PYSITELIB}/ansible/plugins/inventory/advanced_host_list.pyo +${PYSITELIB}/ansible/plugins/inventory/auto.py +${PYSITELIB}/ansible/plugins/inventory/auto.pyc +${PYSITELIB}/ansible/plugins/inventory/auto.pyo +${PYSITELIB}/ansible/plugins/inventory/constructed.py +${PYSITELIB}/ansible/plugins/inventory/constructed.pyc +${PYSITELIB}/ansible/plugins/inventory/constructed.pyo +${PYSITELIB}/ansible/plugins/inventory/generator.py +${PYSITELIB}/ansible/plugins/inventory/generator.pyc +${PYSITELIB}/ansible/plugins/inventory/generator.pyo +${PYSITELIB}/ansible/plugins/inventory/host_list.py +${PYSITELIB}/ansible/plugins/inventory/host_list.pyc +${PYSITELIB}/ansible/plugins/inventory/host_list.pyo +${PYSITELIB}/ansible/plugins/inventory/ini.py +${PYSITELIB}/ansible/plugins/inventory/ini.pyc +${PYSITELIB}/ansible/plugins/inventory/ini.pyo +${PYSITELIB}/ansible/plugins/inventory/script.py +${PYSITELIB}/ansible/plugins/inventory/script.pyc +${PYSITELIB}/ansible/plugins/inventory/script.pyo +${PYSITELIB}/ansible/plugins/inventory/toml.py +${PYSITELIB}/ansible/plugins/inventory/toml.pyc +${PYSITELIB}/ansible/plugins/inventory/toml.pyo +${PYSITELIB}/ansible/plugins/inventory/yaml.py +${PYSITELIB}/ansible/plugins/inventory/yaml.pyc +${PYSITELIB}/ansible/plugins/inventory/yaml.pyo +${PYSITELIB}/ansible/plugins/loader.py +${PYSITELIB}/ansible/plugins/loader.pyc +${PYSITELIB}/ansible/plugins/loader.pyo +${PYSITELIB}/ansible/plugins/lookup/__init__.py +${PYSITELIB}/ansible/plugins/lookup/__init__.pyc +${PYSITELIB}/ansible/plugins/lookup/__init__.pyo +${PYSITELIB}/ansible/plugins/lookup/config.py +${PYSITELIB}/ansible/plugins/lookup/config.pyc +${PYSITELIB}/ansible/plugins/lookup/config.pyo +${PYSITELIB}/ansible/plugins/lookup/csvfile.py +${PYSITELIB}/ansible/plugins/lookup/csvfile.pyc +${PYSITELIB}/ansible/plugins/lookup/csvfile.pyo +${PYSITELIB}/ansible/plugins/lookup/dict.py +${PYSITELIB}/ansible/plugins/lookup/dict.pyc +${PYSITELIB}/ansible/plugins/lookup/dict.pyo +${PYSITELIB}/ansible/plugins/lookup/env.py +${PYSITELIB}/ansible/plugins/lookup/env.pyc +${PYSITELIB}/ansible/plugins/lookup/env.pyo +${PYSITELIB}/ansible/plugins/lookup/file.py +${PYSITELIB}/ansible/plugins/lookup/file.pyc +${PYSITELIB}/ansible/plugins/lookup/file.pyo +${PYSITELIB}/ansible/plugins/lookup/fileglob.py +${PYSITELIB}/ansible/plugins/lookup/fileglob.pyc +${PYSITELIB}/ansible/plugins/lookup/fileglob.pyo +${PYSITELIB}/ansible/plugins/lookup/first_found.py +${PYSITELIB}/ansible/plugins/lookup/first_found.pyc +${PYSITELIB}/ansible/plugins/lookup/first_found.pyo +${PYSITELIB}/ansible/plugins/lookup/indexed_items.py +${PYSITELIB}/ansible/plugins/lookup/indexed_items.pyc +${PYSITELIB}/ansible/plugins/lookup/indexed_items.pyo +${PYSITELIB}/ansible/plugins/lookup/ini.py +${PYSITELIB}/ansible/plugins/lookup/ini.pyc +${PYSITELIB}/ansible/plugins/lookup/ini.pyo +${PYSITELIB}/ansible/plugins/lookup/inventory_hostnames.py +${PYSITELIB}/ansible/plugins/lookup/inventory_hostnames.pyc +${PYSITELIB}/ansible/plugins/lookup/inventory_hostnames.pyo +${PYSITELIB}/ansible/plugins/lookup/items.py +${PYSITELIB}/ansible/plugins/lookup/items.pyc +${PYSITELIB}/ansible/plugins/lookup/items.pyo +${PYSITELIB}/ansible/plugins/lookup/lines.py +${PYSITELIB}/ansible/plugins/lookup/lines.pyc +${PYSITELIB}/ansible/plugins/lookup/lines.pyo +${PYSITELIB}/ansible/plugins/lookup/list.py +${PYSITELIB}/ansible/plugins/lookup/list.pyc +${PYSITELIB}/ansible/plugins/lookup/list.pyo +${PYSITELIB}/ansible/plugins/lookup/nested.py +${PYSITELIB}/ansible/plugins/lookup/nested.pyc +${PYSITELIB}/ansible/plugins/lookup/nested.pyo +${PYSITELIB}/ansible/plugins/lookup/password.py +${PYSITELIB}/ansible/plugins/lookup/password.pyc +${PYSITELIB}/ansible/plugins/lookup/password.pyo +${PYSITELIB}/ansible/plugins/lookup/pipe.py +${PYSITELIB}/ansible/plugins/lookup/pipe.pyc +${PYSITELIB}/ansible/plugins/lookup/pipe.pyo +${PYSITELIB}/ansible/plugins/lookup/random_choice.py +${PYSITELIB}/ansible/plugins/lookup/random_choice.pyc +${PYSITELIB}/ansible/plugins/lookup/random_choice.pyo +${PYSITELIB}/ansible/plugins/lookup/sequence.py +${PYSITELIB}/ansible/plugins/lookup/sequence.pyc +${PYSITELIB}/ansible/plugins/lookup/sequence.pyo +${PYSITELIB}/ansible/plugins/lookup/subelements.py +${PYSITELIB}/ansible/plugins/lookup/subelements.pyc +${PYSITELIB}/ansible/plugins/lookup/subelements.pyo +${PYSITELIB}/ansible/plugins/lookup/template.py +${PYSITELIB}/ansible/plugins/lookup/template.pyc +${PYSITELIB}/ansible/plugins/lookup/template.pyo +${PYSITELIB}/ansible/plugins/lookup/together.py +${PYSITELIB}/ansible/plugins/lookup/together.pyc +${PYSITELIB}/ansible/plugins/lookup/together.pyo +${PYSITELIB}/ansible/plugins/lookup/unvault.py +${PYSITELIB}/ansible/plugins/lookup/unvault.pyc +${PYSITELIB}/ansible/plugins/lookup/unvault.pyo +${PYSITELIB}/ansible/plugins/lookup/url.py +${PYSITELIB}/ansible/plugins/lookup/url.pyc +${PYSITELIB}/ansible/plugins/lookup/url.pyo +${PYSITELIB}/ansible/plugins/lookup/varnames.py +${PYSITELIB}/ansible/plugins/lookup/varnames.pyc +${PYSITELIB}/ansible/plugins/lookup/varnames.pyo +${PYSITELIB}/ansible/plugins/lookup/vars.py +${PYSITELIB}/ansible/plugins/lookup/vars.pyc +${PYSITELIB}/ansible/plugins/lookup/vars.pyo +${PYSITELIB}/ansible/plugins/netconf/__init__.py +${PYSITELIB}/ansible/plugins/netconf/__init__.pyc +${PYSITELIB}/ansible/plugins/netconf/__init__.pyo +${PYSITELIB}/ansible/plugins/shell/__init__.py +${PYSITELIB}/ansible/plugins/shell/__init__.pyc +${PYSITELIB}/ansible/plugins/shell/__init__.pyo +${PYSITELIB}/ansible/plugins/shell/cmd.py +${PYSITELIB}/ansible/plugins/shell/cmd.pyc +${PYSITELIB}/ansible/plugins/shell/cmd.pyo +${PYSITELIB}/ansible/plugins/shell/powershell.py +${PYSITELIB}/ansible/plugins/shell/powershell.pyc +${PYSITELIB}/ansible/plugins/shell/powershell.pyo +${PYSITELIB}/ansible/plugins/shell/sh.py +${PYSITELIB}/ansible/plugins/shell/sh.pyc +${PYSITELIB}/ansible/plugins/shell/sh.pyo +${PYSITELIB}/ansible/plugins/strategy/__init__.py +${PYSITELIB}/ansible/plugins/strategy/__init__.pyc +${PYSITELIB}/ansible/plugins/strategy/__init__.pyo +${PYSITELIB}/ansible/plugins/strategy/debug.py +${PYSITELIB}/ansible/plugins/strategy/debug.pyc +${PYSITELIB}/ansible/plugins/strategy/debug.pyo +${PYSITELIB}/ansible/plugins/strategy/free.py +${PYSITELIB}/ansible/plugins/strategy/free.pyc +${PYSITELIB}/ansible/plugins/strategy/free.pyo +${PYSITELIB}/ansible/plugins/strategy/host_pinned.py +${PYSITELIB}/ansible/plugins/strategy/host_pinned.pyc +${PYSITELIB}/ansible/plugins/strategy/host_pinned.pyo +${PYSITELIB}/ansible/plugins/strategy/linear.py +${PYSITELIB}/ansible/plugins/strategy/linear.pyc +${PYSITELIB}/ansible/plugins/strategy/linear.pyo +${PYSITELIB}/ansible/plugins/terminal/__init__.py +${PYSITELIB}/ansible/plugins/terminal/__init__.pyc +${PYSITELIB}/ansible/plugins/terminal/__init__.pyo +${PYSITELIB}/ansible/plugins/test/__init__.py +${PYSITELIB}/ansible/plugins/test/__init__.pyc +${PYSITELIB}/ansible/plugins/test/__init__.pyo +${PYSITELIB}/ansible/plugins/test/core.py +${PYSITELIB}/ansible/plugins/test/core.pyc +${PYSITELIB}/ansible/plugins/test/core.pyo +${PYSITELIB}/ansible/plugins/test/files.py +${PYSITELIB}/ansible/plugins/test/files.pyc +${PYSITELIB}/ansible/plugins/test/files.pyo +${PYSITELIB}/ansible/plugins/test/mathstuff.py +${PYSITELIB}/ansible/plugins/test/mathstuff.pyc +${PYSITELIB}/ansible/plugins/test/mathstuff.pyo +${PYSITELIB}/ansible/plugins/vars/__init__.py +${PYSITELIB}/ansible/plugins/vars/__init__.pyc +${PYSITELIB}/ansible/plugins/vars/__init__.pyo +${PYSITELIB}/ansible/plugins/vars/host_group_vars.py +${PYSITELIB}/ansible/plugins/vars/host_group_vars.pyc +${PYSITELIB}/ansible/plugins/vars/host_group_vars.pyo +${PYSITELIB}/ansible/release.py +${PYSITELIB}/ansible/release.pyc +${PYSITELIB}/ansible/release.pyo +${PYSITELIB}/ansible/template/__init__.py +${PYSITELIB}/ansible/template/__init__.pyc +${PYSITELIB}/ansible/template/__init__.pyo +${PYSITELIB}/ansible/template/native_helpers.py +${PYSITELIB}/ansible/template/native_helpers.pyc +${PYSITELIB}/ansible/template/native_helpers.pyo +${PYSITELIB}/ansible/template/safe_eval.py +${PYSITELIB}/ansible/template/safe_eval.pyc +${PYSITELIB}/ansible/template/safe_eval.pyo +${PYSITELIB}/ansible/template/template.py +${PYSITELIB}/ansible/template/template.pyc +${PYSITELIB}/ansible/template/template.pyo +${PYSITELIB}/ansible/template/vars.py +${PYSITELIB}/ansible/template/vars.pyc +${PYSITELIB}/ansible/template/vars.pyo +${PYSITELIB}/ansible/utils/__init__.py +${PYSITELIB}/ansible/utils/__init__.pyc +${PYSITELIB}/ansible/utils/__init__.pyo +${PYSITELIB}/ansible/utils/_junit_xml.py +${PYSITELIB}/ansible/utils/_junit_xml.pyc +${PYSITELIB}/ansible/utils/_junit_xml.pyo +${PYSITELIB}/ansible/utils/cmd_functions.py +${PYSITELIB}/ansible/utils/cmd_functions.pyc +${PYSITELIB}/ansible/utils/cmd_functions.pyo +${PYSITELIB}/ansible/utils/collection_loader/__init__.py +${PYSITELIB}/ansible/utils/collection_loader/__init__.pyc +${PYSITELIB}/ansible/utils/collection_loader/__init__.pyo +${PYSITELIB}/ansible/utils/collection_loader/_collection_config.py +${PYSITELIB}/ansible/utils/collection_loader/_collection_config.pyc +${PYSITELIB}/ansible/utils/collection_loader/_collection_config.pyo +${PYSITELIB}/ansible/utils/collection_loader/_collection_finder.py +${PYSITELIB}/ansible/utils/collection_loader/_collection_finder.pyc +${PYSITELIB}/ansible/utils/collection_loader/_collection_finder.pyo +${PYSITELIB}/ansible/utils/collection_loader/_collection_meta.py +${PYSITELIB}/ansible/utils/collection_loader/_collection_meta.pyc +${PYSITELIB}/ansible/utils/collection_loader/_collection_meta.pyo +${PYSITELIB}/ansible/utils/color.py +${PYSITELIB}/ansible/utils/color.pyc +${PYSITELIB}/ansible/utils/color.pyo +${PYSITELIB}/ansible/utils/context_objects.py +${PYSITELIB}/ansible/utils/context_objects.pyc +${PYSITELIB}/ansible/utils/context_objects.pyo +${PYSITELIB}/ansible/utils/display.py +${PYSITELIB}/ansible/utils/display.pyc +${PYSITELIB}/ansible/utils/display.pyo +${PYSITELIB}/ansible/utils/encrypt.py +${PYSITELIB}/ansible/utils/encrypt.pyc +${PYSITELIB}/ansible/utils/encrypt.pyo +${PYSITELIB}/ansible/utils/fqcn.py +${PYSITELIB}/ansible/utils/fqcn.pyc +${PYSITELIB}/ansible/utils/fqcn.pyo +${PYSITELIB}/ansible/utils/galaxy.py +${PYSITELIB}/ansible/utils/galaxy.pyc +${PYSITELIB}/ansible/utils/galaxy.pyo +${PYSITELIB}/ansible/utils/hashing.py +${PYSITELIB}/ansible/utils/hashing.pyc +${PYSITELIB}/ansible/utils/hashing.pyo +${PYSITELIB}/ansible/utils/helpers.py +${PYSITELIB}/ansible/utils/helpers.pyc +${PYSITELIB}/ansible/utils/helpers.pyo +${PYSITELIB}/ansible/utils/jsonrpc.py +${PYSITELIB}/ansible/utils/jsonrpc.pyc +${PYSITELIB}/ansible/utils/jsonrpc.pyo +${PYSITELIB}/ansible/utils/listify.py +${PYSITELIB}/ansible/utils/listify.pyc +${PYSITELIB}/ansible/utils/listify.pyo +${PYSITELIB}/ansible/utils/lock.py +${PYSITELIB}/ansible/utils/lock.pyc +${PYSITELIB}/ansible/utils/lock.pyo +${PYSITELIB}/ansible/utils/multiprocessing.py +${PYSITELIB}/ansible/utils/multiprocessing.pyc +${PYSITELIB}/ansible/utils/multiprocessing.pyo +${PYSITELIB}/ansible/utils/native_jinja.py +${PYSITELIB}/ansible/utils/native_jinja.pyc +${PYSITELIB}/ansible/utils/native_jinja.pyo +${PYSITELIB}/ansible/utils/path.py +${PYSITELIB}/ansible/utils/path.pyc +${PYSITELIB}/ansible/utils/path.pyo +${PYSITELIB}/ansible/utils/plugin_docs.py +${PYSITELIB}/ansible/utils/plugin_docs.pyc +${PYSITELIB}/ansible/utils/plugin_docs.pyo +${PYSITELIB}/ansible/utils/py3compat.py +${PYSITELIB}/ansible/utils/py3compat.pyc +${PYSITELIB}/ansible/utils/py3compat.pyo +${PYSITELIB}/ansible/utils/sentinel.py +${PYSITELIB}/ansible/utils/sentinel.pyc +${PYSITELIB}/ansible/utils/sentinel.pyo +${PYSITELIB}/ansible/utils/shlex.py +${PYSITELIB}/ansible/utils/shlex.pyc +${PYSITELIB}/ansible/utils/shlex.pyo +${PYSITELIB}/ansible/utils/singleton.py +${PYSITELIB}/ansible/utils/singleton.pyc +${PYSITELIB}/ansible/utils/singleton.pyo +${PYSITELIB}/ansible/utils/ssh_functions.py +${PYSITELIB}/ansible/utils/ssh_functions.pyc +${PYSITELIB}/ansible/utils/ssh_functions.pyo +${PYSITELIB}/ansible/utils/unicode.py +${PYSITELIB}/ansible/utils/unicode.pyc +${PYSITELIB}/ansible/utils/unicode.pyo +${PYSITELIB}/ansible/utils/unsafe_proxy.py +${PYSITELIB}/ansible/utils/unsafe_proxy.pyc +${PYSITELIB}/ansible/utils/unsafe_proxy.pyo +${PYSITELIB}/ansible/utils/vars.py +${PYSITELIB}/ansible/utils/vars.pyc +${PYSITELIB}/ansible/utils/vars.pyo +${PYSITELIB}/ansible/utils/version.py +${PYSITELIB}/ansible/utils/version.pyc +${PYSITELIB}/ansible/utils/version.pyo +${PYSITELIB}/ansible/vars/__init__.py +${PYSITELIB}/ansible/vars/__init__.pyc +${PYSITELIB}/ansible/vars/__init__.pyo +${PYSITELIB}/ansible/vars/clean.py +${PYSITELIB}/ansible/vars/clean.pyc +${PYSITELIB}/ansible/vars/clean.pyo +${PYSITELIB}/ansible/vars/fact_cache.py +${PYSITELIB}/ansible/vars/fact_cache.pyc +${PYSITELIB}/ansible/vars/fact_cache.pyo +${PYSITELIB}/ansible/vars/hostvars.py +${PYSITELIB}/ansible/vars/hostvars.pyc +${PYSITELIB}/ansible/vars/hostvars.pyo +${PYSITELIB}/ansible/vars/manager.py +${PYSITELIB}/ansible/vars/manager.pyc +${PYSITELIB}/ansible/vars/manager.pyo +${PYSITELIB}/ansible/vars/plugins.py +${PYSITELIB}/ansible/vars/plugins.pyc +${PYSITELIB}/ansible/vars/plugins.pyo +${PYSITELIB}/ansible/vars/reserved.py +${PYSITELIB}/ansible/vars/reserved.pyc +${PYSITELIB}/ansible/vars/reserved.pyo +${PYSITELIB}/ansible_test/__init__.py +${PYSITELIB}/ansible_test/__init__.pyc +${PYSITELIB}/ansible_test/__init__.pyo +${PYSITELIB}/ansible_test/_data/ansible.cfg +${PYSITELIB}/ansible_test/_data/completion/docker.txt +${PYSITELIB}/ansible_test/_data/completion/network.txt +${PYSITELIB}/ansible_test/_data/completion/remote.txt +${PYSITELIB}/ansible_test/_data/completion/windows.txt +${PYSITELIB}/ansible_test/_data/coveragerc +${PYSITELIB}/ansible_test/_data/playbooks/posix_coverage_setup.yml +${PYSITELIB}/ansible_test/_data/playbooks/posix_coverage_teardown.yml +${PYSITELIB}/ansible_test/_data/playbooks/posix_hosts_prepare.yml +${PYSITELIB}/ansible_test/_data/playbooks/posix_hosts_restore.yml +${PYSITELIB}/ansible_test/_data/playbooks/pypi_proxy_prepare.yml +${PYSITELIB}/ansible_test/_data/playbooks/pypi_proxy_restore.yml +${PYSITELIB}/ansible_test/_data/playbooks/windows_coverage_setup.yml +${PYSITELIB}/ansible_test/_data/playbooks/windows_coverage_teardown.yml +${PYSITELIB}/ansible_test/_data/playbooks/windows_hosts_prepare.ps1 +${PYSITELIB}/ansible_test/_data/playbooks/windows_hosts_prepare.yml +${PYSITELIB}/ansible_test/_data/playbooks/windows_hosts_restore.ps1 +${PYSITELIB}/ansible_test/_data/playbooks/windows_hosts_restore.yml +${PYSITELIB}/ansible_test/_data/pytest.ini +${PYSITELIB}/ansible_test/_data/requirements/ansible.txt +${PYSITELIB}/ansible_test/_data/requirements/constraints.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.ansible-doc.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.changelog.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.import.plugin.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.import.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.integration-aliases.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.pep8.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.pslint.ps1 +${PYSITELIB}/ansible_test/_data/requirements/sanity.pylint.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.runtime-metadata.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.validate-modules.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.yamllint.txt +${PYSITELIB}/ansible_test/_data/requirements/units.txt +${PYSITELIB}/ansible_test/_data/requirements/windows-integration.txt +${PYSITELIB}/ansible_test/_internal/__init__.py +${PYSITELIB}/ansible_test/_internal/__init__.pyc +${PYSITELIB}/ansible_test/_internal/__init__.pyo +${PYSITELIB}/ansible_test/_internal/ansible_util.py +${PYSITELIB}/ansible_test/_internal/ansible_util.pyc +${PYSITELIB}/ansible_test/_internal/ansible_util.pyo +${PYSITELIB}/ansible_test/_internal/become.py +${PYSITELIB}/ansible_test/_internal/become.pyc +${PYSITELIB}/ansible_test/_internal/become.pyo +${PYSITELIB}/ansible_test/_internal/bootstrap.py +${PYSITELIB}/ansible_test/_internal/bootstrap.pyc +${PYSITELIB}/ansible_test/_internal/bootstrap.pyo +${PYSITELIB}/ansible_test/_internal/cache.py +${PYSITELIB}/ansible_test/_internal/cache.pyc +${PYSITELIB}/ansible_test/_internal/cache.pyo +${PYSITELIB}/ansible_test/_internal/ci/__init__.py +${PYSITELIB}/ansible_test/_internal/ci/__init__.pyc +${PYSITELIB}/ansible_test/_internal/ci/__init__.pyo +${PYSITELIB}/ansible_test/_internal/ci/azp.py +${PYSITELIB}/ansible_test/_internal/ci/azp.pyc +${PYSITELIB}/ansible_test/_internal/ci/azp.pyo +${PYSITELIB}/ansible_test/_internal/ci/local.py +${PYSITELIB}/ansible_test/_internal/ci/local.pyc +${PYSITELIB}/ansible_test/_internal/ci/local.pyo +${PYSITELIB}/ansible_test/_internal/classification/__init__.py +${PYSITELIB}/ansible_test/_internal/classification/__init__.pyc +${PYSITELIB}/ansible_test/_internal/classification/__init__.pyo +${PYSITELIB}/ansible_test/_internal/classification/common.py +${PYSITELIB}/ansible_test/_internal/classification/common.pyc +${PYSITELIB}/ansible_test/_internal/classification/common.pyo +${PYSITELIB}/ansible_test/_internal/classification/csharp.py +${PYSITELIB}/ansible_test/_internal/classification/csharp.pyc +${PYSITELIB}/ansible_test/_internal/classification/csharp.pyo +${PYSITELIB}/ansible_test/_internal/classification/powershell.py +${PYSITELIB}/ansible_test/_internal/classification/powershell.pyc +${PYSITELIB}/ansible_test/_internal/classification/powershell.pyo +${PYSITELIB}/ansible_test/_internal/classification/python.py +${PYSITELIB}/ansible_test/_internal/classification/python.pyc +${PYSITELIB}/ansible_test/_internal/classification/python.pyo +${PYSITELIB}/ansible_test/_internal/cli/__init__.py +${PYSITELIB}/ansible_test/_internal/cli/__init__.pyc +${PYSITELIB}/ansible_test/_internal/cli/__init__.pyo +${PYSITELIB}/ansible_test/_internal/cli/actions.py +${PYSITELIB}/ansible_test/_internal/cli/actions.pyc +${PYSITELIB}/ansible_test/_internal/cli/actions.pyo +${PYSITELIB}/ansible_test/_internal/cli/argparsing/__init__.py +${PYSITELIB}/ansible_test/_internal/cli/argparsing/__init__.pyc +${PYSITELIB}/ansible_test/_internal/cli/argparsing/__init__.pyo +${PYSITELIB}/ansible_test/_internal/cli/argparsing/actions.py +${PYSITELIB}/ansible_test/_internal/cli/argparsing/actions.pyc +${PYSITELIB}/ansible_test/_internal/cli/argparsing/actions.pyo +${PYSITELIB}/ansible_test/_internal/cli/argparsing/argcompletion.py +${PYSITELIB}/ansible_test/_internal/cli/argparsing/argcompletion.pyc +${PYSITELIB}/ansible_test/_internal/cli/argparsing/argcompletion.pyo +${PYSITELIB}/ansible_test/_internal/cli/argparsing/parsers.py +${PYSITELIB}/ansible_test/_internal/cli/argparsing/parsers.pyc +${PYSITELIB}/ansible_test/_internal/cli/argparsing/parsers.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/__init__.py +${PYSITELIB}/ansible_test/_internal/cli/commands/__init__.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/__init__.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/__init__.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/__init__.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/__init__.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/__init__.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/__init__.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/__init__.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/__init__.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/__init__.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/__init__.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/combine.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/combine.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/combine.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/expand.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/expand.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/expand.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/filter.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/filter.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/filter.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/generate.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/generate.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/generate.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/missing.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/missing.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/analyze/targets/missing.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/combine.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/combine.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/combine.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/erase.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/erase.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/erase.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/html.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/html.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/html.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/report.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/report.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/report.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/xml.py +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/xml.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/coverage/xml.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/env.py +${PYSITELIB}/ansible_test/_internal/cli/commands/env.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/env.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/__init__.py +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/__init__.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/__init__.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/network.py +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/network.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/network.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/posix.py +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/posix.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/posix.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/windows.py +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/windows.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/integration/windows.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/sanity.py +${PYSITELIB}/ansible_test/_internal/cli/commands/sanity.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/sanity.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/shell.py +${PYSITELIB}/ansible_test/_internal/cli/commands/shell.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/shell.pyo +${PYSITELIB}/ansible_test/_internal/cli/commands/units.py +${PYSITELIB}/ansible_test/_internal/cli/commands/units.pyc +${PYSITELIB}/ansible_test/_internal/cli/commands/units.pyo +${PYSITELIB}/ansible_test/_internal/cli/compat.py +${PYSITELIB}/ansible_test/_internal/cli/compat.pyc +${PYSITELIB}/ansible_test/_internal/cli/compat.pyo +${PYSITELIB}/ansible_test/_internal/cli/completers.py +${PYSITELIB}/ansible_test/_internal/cli/completers.pyc +${PYSITELIB}/ansible_test/_internal/cli/completers.pyo +${PYSITELIB}/ansible_test/_internal/cli/converters.py +${PYSITELIB}/ansible_test/_internal/cli/converters.pyc +${PYSITELIB}/ansible_test/_internal/cli/converters.pyo +${PYSITELIB}/ansible_test/_internal/cli/environments.py +${PYSITELIB}/ansible_test/_internal/cli/environments.pyc +${PYSITELIB}/ansible_test/_internal/cli/environments.pyo +${PYSITELIB}/ansible_test/_internal/cli/parsers/__init__.py +${PYSITELIB}/ansible_test/_internal/cli/parsers/__init__.pyc +${PYSITELIB}/ansible_test/_internal/cli/parsers/__init__.pyo +${PYSITELIB}/ansible_test/_internal/cli/parsers/base_argument_parsers.py +${PYSITELIB}/ansible_test/_internal/cli/parsers/base_argument_parsers.pyc +${PYSITELIB}/ansible_test/_internal/cli/parsers/base_argument_parsers.pyo +${PYSITELIB}/ansible_test/_internal/cli/parsers/helpers.py +${PYSITELIB}/ansible_test/_internal/cli/parsers/helpers.pyc +${PYSITELIB}/ansible_test/_internal/cli/parsers/helpers.pyo +${PYSITELIB}/ansible_test/_internal/cli/parsers/host_config_parsers.py +${PYSITELIB}/ansible_test/_internal/cli/parsers/host_config_parsers.pyc +${PYSITELIB}/ansible_test/_internal/cli/parsers/host_config_parsers.pyo +${PYSITELIB}/ansible_test/_internal/cli/parsers/key_value_parsers.py +${PYSITELIB}/ansible_test/_internal/cli/parsers/key_value_parsers.pyc +${PYSITELIB}/ansible_test/_internal/cli/parsers/key_value_parsers.pyo +${PYSITELIB}/ansible_test/_internal/cli/parsers/value_parsers.py +${PYSITELIB}/ansible_test/_internal/cli/parsers/value_parsers.pyc +${PYSITELIB}/ansible_test/_internal/cli/parsers/value_parsers.pyo +${PYSITELIB}/ansible_test/_internal/commands/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/__init__.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/__init__.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/__init__.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/__init__.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/combine.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/combine.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/combine.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/expand.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/expand.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/expand.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/filter.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/filter.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/filter.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/generate.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/generate.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/generate.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/missing.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/missing.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/analyze/targets/missing.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/combine.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/combine.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/combine.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/erase.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/erase.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/erase.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/html.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/html.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/html.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/report.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/report.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/report.pyo +${PYSITELIB}/ansible_test/_internal/commands/coverage/xml.py +${PYSITELIB}/ansible_test/_internal/commands/coverage/xml.pyc +${PYSITELIB}/ansible_test/_internal/commands/coverage/xml.pyo +${PYSITELIB}/ansible_test/_internal/commands/env/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/env/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/env/__init__.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/integration/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/__init__.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/__init__.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/acme.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/acme.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/acme.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/aws.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/aws.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/aws.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/azure.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/azure.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/azure.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/cloudscale.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/cloudscale.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/cloudscale.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/cs.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/cs.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/cs.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/digitalocean.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/digitalocean.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/digitalocean.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/foreman.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/foreman.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/foreman.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/galaxy.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/galaxy.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/galaxy.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/gcp.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/gcp.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/gcp.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/hcloud.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/hcloud.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/hcloud.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/httptester.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/httptester.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/httptester.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/nios.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/nios.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/nios.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/opennebula.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/opennebula.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/opennebula.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/openshift.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/openshift.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/openshift.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/scaleway.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/scaleway.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/scaleway.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/vcenter.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/vcenter.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/vcenter.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/vultr.py +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/vultr.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/cloud/vultr.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/coverage.py +${PYSITELIB}/ansible_test/_internal/commands/integration/coverage.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/coverage.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/filters.py +${PYSITELIB}/ansible_test/_internal/commands/integration/filters.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/filters.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/network.py +${PYSITELIB}/ansible_test/_internal/commands/integration/network.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/network.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/posix.py +${PYSITELIB}/ansible_test/_internal/commands/integration/posix.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/posix.pyo +${PYSITELIB}/ansible_test/_internal/commands/integration/windows.py +${PYSITELIB}/ansible_test/_internal/commands/integration/windows.pyc +${PYSITELIB}/ansible_test/_internal/commands/integration/windows.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/__init__.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/ansible_doc.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/ansible_doc.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/ansible_doc.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/bin_symlinks.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/bin_symlinks.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/bin_symlinks.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/compile.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/compile.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/compile.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/ignores.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/ignores.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/ignores.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/import.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/import.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/import.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/integration_aliases.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/integration_aliases.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/integration_aliases.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/pep8.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/pep8.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/pep8.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/pslint.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/pslint.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/pslint.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/pylint.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/pylint.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/pylint.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/sanity_docs.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/sanity_docs.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/sanity_docs.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/shellcheck.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/shellcheck.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/shellcheck.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/validate_modules.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/validate_modules.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/validate_modules.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/yamllint.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/yamllint.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/yamllint.pyo +${PYSITELIB}/ansible_test/_internal/commands/shell/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/shell/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/shell/__init__.pyo +${PYSITELIB}/ansible_test/_internal/commands/units/__init__.py +${PYSITELIB}/ansible_test/_internal/commands/units/__init__.pyc +${PYSITELIB}/ansible_test/_internal/commands/units/__init__.pyo +${PYSITELIB}/ansible_test/_internal/compat/__init__.py +${PYSITELIB}/ansible_test/_internal/compat/__init__.pyc +${PYSITELIB}/ansible_test/_internal/compat/__init__.pyo +${PYSITELIB}/ansible_test/_internal/compat/packaging.py +${PYSITELIB}/ansible_test/_internal/compat/packaging.pyc +${PYSITELIB}/ansible_test/_internal/compat/packaging.pyo +${PYSITELIB}/ansible_test/_internal/compat/yaml.py +${PYSITELIB}/ansible_test/_internal/compat/yaml.pyc +${PYSITELIB}/ansible_test/_internal/compat/yaml.pyo +${PYSITELIB}/ansible_test/_internal/completion.py +${PYSITELIB}/ansible_test/_internal/completion.pyc +${PYSITELIB}/ansible_test/_internal/completion.pyo +${PYSITELIB}/ansible_test/_internal/config.py +${PYSITELIB}/ansible_test/_internal/config.pyc +${PYSITELIB}/ansible_test/_internal/config.pyo +${PYSITELIB}/ansible_test/_internal/connections.py +${PYSITELIB}/ansible_test/_internal/connections.pyc +${PYSITELIB}/ansible_test/_internal/connections.pyo +${PYSITELIB}/ansible_test/_internal/constants.py +${PYSITELIB}/ansible_test/_internal/constants.pyc +${PYSITELIB}/ansible_test/_internal/constants.pyo +${PYSITELIB}/ansible_test/_internal/containers.py +${PYSITELIB}/ansible_test/_internal/containers.pyc +${PYSITELIB}/ansible_test/_internal/containers.pyo +${PYSITELIB}/ansible_test/_internal/content_config.py +${PYSITELIB}/ansible_test/_internal/content_config.pyc +${PYSITELIB}/ansible_test/_internal/content_config.pyo +${PYSITELIB}/ansible_test/_internal/core_ci.py +${PYSITELIB}/ansible_test/_internal/core_ci.pyc +${PYSITELIB}/ansible_test/_internal/core_ci.pyo +${PYSITELIB}/ansible_test/_internal/coverage_util.py +${PYSITELIB}/ansible_test/_internal/coverage_util.pyc +${PYSITELIB}/ansible_test/_internal/coverage_util.pyo +${PYSITELIB}/ansible_test/_internal/data.py +${PYSITELIB}/ansible_test/_internal/data.pyc +${PYSITELIB}/ansible_test/_internal/data.pyo +${PYSITELIB}/ansible_test/_internal/delegation.py +${PYSITELIB}/ansible_test/_internal/delegation.pyc +${PYSITELIB}/ansible_test/_internal/delegation.pyo +${PYSITELIB}/ansible_test/_internal/diff.py +${PYSITELIB}/ansible_test/_internal/diff.pyc +${PYSITELIB}/ansible_test/_internal/diff.pyo +${PYSITELIB}/ansible_test/_internal/docker_util.py +${PYSITELIB}/ansible_test/_internal/docker_util.pyc +${PYSITELIB}/ansible_test/_internal/docker_util.pyo +${PYSITELIB}/ansible_test/_internal/encoding.py +${PYSITELIB}/ansible_test/_internal/encoding.pyc +${PYSITELIB}/ansible_test/_internal/encoding.pyo +${PYSITELIB}/ansible_test/_internal/executor.py +${PYSITELIB}/ansible_test/_internal/executor.pyc +${PYSITELIB}/ansible_test/_internal/executor.pyo +${PYSITELIB}/ansible_test/_internal/git.py +${PYSITELIB}/ansible_test/_internal/git.pyc +${PYSITELIB}/ansible_test/_internal/git.pyo +${PYSITELIB}/ansible_test/_internal/host_configs.py +${PYSITELIB}/ansible_test/_internal/host_configs.pyc +${PYSITELIB}/ansible_test/_internal/host_configs.pyo +${PYSITELIB}/ansible_test/_internal/host_profiles.py +${PYSITELIB}/ansible_test/_internal/host_profiles.pyc +${PYSITELIB}/ansible_test/_internal/host_profiles.pyo +${PYSITELIB}/ansible_test/_internal/http.py +${PYSITELIB}/ansible_test/_internal/http.pyc +${PYSITELIB}/ansible_test/_internal/http.pyo +${PYSITELIB}/ansible_test/_internal/init.py +${PYSITELIB}/ansible_test/_internal/init.pyc +${PYSITELIB}/ansible_test/_internal/init.pyo +${PYSITELIB}/ansible_test/_internal/inventory.py +${PYSITELIB}/ansible_test/_internal/inventory.pyc +${PYSITELIB}/ansible_test/_internal/inventory.pyo +${PYSITELIB}/ansible_test/_internal/io.py +${PYSITELIB}/ansible_test/_internal/io.pyc +${PYSITELIB}/ansible_test/_internal/io.pyo +${PYSITELIB}/ansible_test/_internal/junit_xml.py +${PYSITELIB}/ansible_test/_internal/junit_xml.pyc +${PYSITELIB}/ansible_test/_internal/junit_xml.pyo +${PYSITELIB}/ansible_test/_internal/metadata.py +${PYSITELIB}/ansible_test/_internal/metadata.pyc +${PYSITELIB}/ansible_test/_internal/metadata.pyo +${PYSITELIB}/ansible_test/_internal/payload.py +${PYSITELIB}/ansible_test/_internal/payload.pyc +${PYSITELIB}/ansible_test/_internal/payload.pyo +${PYSITELIB}/ansible_test/_internal/provider/__init__.py +${PYSITELIB}/ansible_test/_internal/provider/__init__.pyc +${PYSITELIB}/ansible_test/_internal/provider/__init__.pyo +${PYSITELIB}/ansible_test/_internal/provider/layout/__init__.py +${PYSITELIB}/ansible_test/_internal/provider/layout/__init__.pyc +${PYSITELIB}/ansible_test/_internal/provider/layout/__init__.pyo +${PYSITELIB}/ansible_test/_internal/provider/layout/ansible.py +${PYSITELIB}/ansible_test/_internal/provider/layout/ansible.pyc +${PYSITELIB}/ansible_test/_internal/provider/layout/ansible.pyo +${PYSITELIB}/ansible_test/_internal/provider/layout/collection.py +${PYSITELIB}/ansible_test/_internal/provider/layout/collection.pyc +${PYSITELIB}/ansible_test/_internal/provider/layout/collection.pyo +${PYSITELIB}/ansible_test/_internal/provider/source/__init__.py +${PYSITELIB}/ansible_test/_internal/provider/source/__init__.pyc +${PYSITELIB}/ansible_test/_internal/provider/source/__init__.pyo +${PYSITELIB}/ansible_test/_internal/provider/source/git.py +${PYSITELIB}/ansible_test/_internal/provider/source/git.pyc +${PYSITELIB}/ansible_test/_internal/provider/source/git.pyo +${PYSITELIB}/ansible_test/_internal/provider/source/installed.py +${PYSITELIB}/ansible_test/_internal/provider/source/installed.pyc +${PYSITELIB}/ansible_test/_internal/provider/source/installed.pyo +${PYSITELIB}/ansible_test/_internal/provider/source/unversioned.py +${PYSITELIB}/ansible_test/_internal/provider/source/unversioned.pyc +${PYSITELIB}/ansible_test/_internal/provider/source/unversioned.pyo +${PYSITELIB}/ansible_test/_internal/provisioning.py +${PYSITELIB}/ansible_test/_internal/provisioning.pyc +${PYSITELIB}/ansible_test/_internal/provisioning.pyo +${PYSITELIB}/ansible_test/_internal/pypi_proxy.py +${PYSITELIB}/ansible_test/_internal/pypi_proxy.pyc +${PYSITELIB}/ansible_test/_internal/pypi_proxy.pyo +${PYSITELIB}/ansible_test/_internal/python_requirements.py +${PYSITELIB}/ansible_test/_internal/python_requirements.pyc +${PYSITELIB}/ansible_test/_internal/python_requirements.pyo +${PYSITELIB}/ansible_test/_internal/ssh.py +${PYSITELIB}/ansible_test/_internal/ssh.pyc +${PYSITELIB}/ansible_test/_internal/ssh.pyo +${PYSITELIB}/ansible_test/_internal/target.py +${PYSITELIB}/ansible_test/_internal/target.pyc +${PYSITELIB}/ansible_test/_internal/target.pyo +${PYSITELIB}/ansible_test/_internal/test.py +${PYSITELIB}/ansible_test/_internal/test.pyc +${PYSITELIB}/ansible_test/_internal/test.pyo +${PYSITELIB}/ansible_test/_internal/thread.py +${PYSITELIB}/ansible_test/_internal/thread.pyc +${PYSITELIB}/ansible_test/_internal/thread.pyo +${PYSITELIB}/ansible_test/_internal/timeout.py +${PYSITELIB}/ansible_test/_internal/timeout.pyc +${PYSITELIB}/ansible_test/_internal/timeout.pyo +${PYSITELIB}/ansible_test/_internal/util.py +${PYSITELIB}/ansible_test/_internal/util.pyc +${PYSITELIB}/ansible_test/_internal/util.pyo +${PYSITELIB}/ansible_test/_internal/util_common.py +${PYSITELIB}/ansible_test/_internal/util_common.pyc +${PYSITELIB}/ansible_test/_internal/util_common.pyo +${PYSITELIB}/ansible_test/_internal/venv.py +${PYSITELIB}/ansible_test/_internal/venv.pyc +${PYSITELIB}/ansible_test/_internal/venv.pyo +${PYSITELIB}/ansible_test/_util/__init__.py +${PYSITELIB}/ansible_test/_util/__init__.pyc +${PYSITELIB}/ansible_test/_util/__init__.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/action-plugin-docs.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/action-plugin-docs.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/action-plugin-docs.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/action-plugin-docs.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/changelog.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/changelog.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/changelog.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/changelog.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/changelog/sphinx.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/changelog/sphinx.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/changelog/sphinx.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/empty-init.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/empty-init.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/empty-init.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/empty-init.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/future-import-boilerplate.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/future-import-boilerplate.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/future-import-boilerplate.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/future-import-boilerplate.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/line-endings.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/line-endings.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/line-endings.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/line-endings.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/metaclass-boilerplate.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/metaclass-boilerplate.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/metaclass-boilerplate.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/metaclass-boilerplate.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-assert.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-assert.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-assert.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-assert.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-basestring.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-basestring.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-basestring.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-basestring.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-iteritems.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-iteritems.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-iteritems.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-iteritems.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-iterkeys.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-iterkeys.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-iterkeys.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-iterkeys.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-itervalues.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-itervalues.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-itervalues.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-dict-itervalues.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-get-exception.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-get-exception.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-get-exception.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-get-exception.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-illegal-filenames.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-illegal-filenames.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-illegal-filenames.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-illegal-filenames.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-main-display.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-main-display.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-main-display.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-main-display.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-smart-quotes.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-smart-quotes.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-smart-quotes.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-smart-quotes.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-unicode-literals.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-unicode-literals.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-unicode-literals.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/no-unicode-literals.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/replace-urlopen.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/replace-urlopen.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/replace-urlopen.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/replace-urlopen.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/runtime-metadata.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/runtime-metadata.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/runtime-metadata.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/runtime-metadata.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/shebang.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/shebang.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/shebang.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/shebang.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/symlinks.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/symlinks.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/symlinks.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/symlinks.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/use-argspec-type-path.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/use-argspec-type-path.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/use-argspec-type-path.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/use-argspec-type-path.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/use-compat-six.json +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/use-compat-six.py +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/use-compat-six.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/use-compat-six.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/integration-aliases/yaml_to_json.py +${PYSITELIB}/ansible_test/_util/controller/sanity/integration-aliases/yaml_to_json.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/integration-aliases/yaml_to_json.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/pep8/current-ignore.txt +${PYSITELIB}/ansible_test/_util/controller/sanity/pslint/pslint.ps1 +${PYSITELIB}/ansible_test/_util/controller/sanity/pslint/settings.psd1 +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/config/ansible-test-target.cfg +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/config/ansible-test.cfg +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/config/code-smell.cfg +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/config/collection.cfg +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/config/default.cfg +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/deprecated.py +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/deprecated.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/deprecated.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/string_format.py +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/string_format.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/string_format.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/unwanted.py +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/unwanted.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/unwanted.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/shellcheck/exclude.txt +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/main.py +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/main.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/main.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate-modules +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/__init__.py +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/__init__.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/__init__.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/main.py +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/main.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/main.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/module_args.py +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/module_args.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/module_args.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/ps_argspec.ps1 +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/schema.py +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/schema.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/schema.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/utils.py +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/utils.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/utils.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/yamllint/config/default.yml +${PYSITELIB}/ansible_test/_util/controller/sanity/yamllint/config/modules.yml +${PYSITELIB}/ansible_test/_util/controller/sanity/yamllint/config/plugins.yml +${PYSITELIB}/ansible_test/_util/controller/sanity/yamllint/yamllinter.py +${PYSITELIB}/ansible_test/_util/controller/sanity/yamllint/yamllinter.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/yamllint/yamllinter.pyo +${PYSITELIB}/ansible_test/_util/controller/tools/collection_detail.py +${PYSITELIB}/ansible_test/_util/controller/tools/collection_detail.pyc +${PYSITELIB}/ansible_test/_util/controller/tools/collection_detail.pyo +${PYSITELIB}/ansible_test/_util/controller/tools/coverage_stub.ps1 +${PYSITELIB}/ansible_test/_util/controller/tools/sslcheck.py +${PYSITELIB}/ansible_test/_util/controller/tools/sslcheck.pyc +${PYSITELIB}/ansible_test/_util/controller/tools/sslcheck.pyo +${PYSITELIB}/ansible_test/_util/controller/tools/virtualenvcheck.py +${PYSITELIB}/ansible_test/_util/controller/tools/virtualenvcheck.pyc +${PYSITELIB}/ansible_test/_util/controller/tools/virtualenvcheck.pyo +${PYSITELIB}/ansible_test/_util/controller/tools/yaml_to_json.py +${PYSITELIB}/ansible_test/_util/controller/tools/yaml_to_json.pyc +${PYSITELIB}/ansible_test/_util/controller/tools/yaml_to_json.pyo +${PYSITELIB}/ansible_test/_util/controller/tools/yamlcheck.py +${PYSITELIB}/ansible_test/_util/controller/tools/yamlcheck.pyc +${PYSITELIB}/ansible_test/_util/controller/tools/yamlcheck.pyo +${PYSITELIB}/ansible_test/_util/target/__init__.py +${PYSITELIB}/ansible_test/_util/target/__init__.pyc +${PYSITELIB}/ansible_test/_util/target/__init__.pyo +${PYSITELIB}/ansible_test/_util/target/cli/ansible_test_cli_stub.py +${PYSITELIB}/ansible_test/_util/target/cli/ansible_test_cli_stub.pyc +${PYSITELIB}/ansible_test/_util/target/cli/ansible_test_cli_stub.pyo +${PYSITELIB}/ansible_test/_util/target/common/__init__.py +${PYSITELIB}/ansible_test/_util/target/common/__init__.pyc +${PYSITELIB}/ansible_test/_util/target/common/__init__.pyo +${PYSITELIB}/ansible_test/_util/target/common/constants.py +${PYSITELIB}/ansible_test/_util/target/common/constants.pyc +${PYSITELIB}/ansible_test/_util/target/common/constants.pyo +${PYSITELIB}/ansible_test/_util/target/injector/python.py +${PYSITELIB}/ansible_test/_util/target/injector/python.pyc +${PYSITELIB}/ansible_test/_util/target/injector/python.pyo +${PYSITELIB}/ansible_test/_util/target/injector/virtualenv.sh +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/__init__.py +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/__init__.pyc +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/__init__.pyo +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_config.py +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_config.pyc +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_config.pyo +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_finder.py +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_finder.pyc +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_finder.pyo +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_meta.py +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_meta.pyc +${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_meta.pyo +${PYSITELIB}/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.py +${PYSITELIB}/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.pyc +${PYSITELIB}/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.pyo +${PYSITELIB}/ansible_test/_util/target/pytest/plugins/ansible_pytest_coverage.py +${PYSITELIB}/ansible_test/_util/target/pytest/plugins/ansible_pytest_coverage.pyc +${PYSITELIB}/ansible_test/_util/target/pytest/plugins/ansible_pytest_coverage.pyo +${PYSITELIB}/ansible_test/_util/target/sanity/compile/compile.py +${PYSITELIB}/ansible_test/_util/target/sanity/compile/compile.pyc +${PYSITELIB}/ansible_test/_util/target/sanity/compile/compile.pyo +${PYSITELIB}/ansible_test/_util/target/sanity/import/importer.py +${PYSITELIB}/ansible_test/_util/target/sanity/import/importer.pyc +${PYSITELIB}/ansible_test/_util/target/sanity/import/importer.pyo +${PYSITELIB}/ansible_test/_util/target/setup/ConfigureRemotingForAnsible.ps1 +${PYSITELIB}/ansible_test/_util/target/setup/bootstrap.sh +${PYSITELIB}/ansible_test/_util/target/setup/quiet_pip.py +${PYSITELIB}/ansible_test/_util/target/setup/quiet_pip.pyc +${PYSITELIB}/ansible_test/_util/target/setup/quiet_pip.pyo +${PYSITELIB}/ansible_test/_util/target/setup/requirements.py +${PYSITELIB}/ansible_test/_util/target/setup/requirements.pyc +${PYSITELIB}/ansible_test/_util/target/setup/requirements.pyo +${PYSITELIB}/ansible_test/config/cloud-config-aws.ini.template +${PYSITELIB}/ansible_test/config/cloud-config-azure.ini.template +${PYSITELIB}/ansible_test/config/cloud-config-cloudscale.ini.template +${PYSITELIB}/ansible_test/config/cloud-config-cs.ini.template +${PYSITELIB}/ansible_test/config/cloud-config-gcp.ini.template +${PYSITELIB}/ansible_test/config/cloud-config-hcloud.ini.template +${PYSITELIB}/ansible_test/config/cloud-config-opennebula.ini.template +${PYSITELIB}/ansible_test/config/cloud-config-openshift.kubeconfig.template +${PYSITELIB}/ansible_test/config/cloud-config-scaleway.ini.template +${PYSITELIB}/ansible_test/config/cloud-config-vcenter.ini.template +${PYSITELIB}/ansible_test/config/cloud-config-vultr.ini.template +${PYSITELIB}/ansible_test/config/config.yml +${PYSITELIB}/ansible_test/config/inventory.networking.template +${PYSITELIB}/ansible_test/config/inventory.winrm.template +man/man1/ansible-console.1 +man/man1/ansible-doc.1 +man/man1/ansible-galaxy.1 +man/man1/ansible-inventory.1 +man/man1/ansible-playbook.1 +man/man1/ansible-pull.1 +man/man1/ansible-vault.1 +man/man1/ansible.1 +share/examples/ansible/ansible.cfg +share/examples/ansible/hosts diff --git a/sysutils/ansible-core/distinfo b/sysutils/ansible-core/distinfo new file mode 100644 index 0000000000000..7bc4b93b3a002 --- /dev/null +++ b/sysutils/ansible-core/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2022/05/14 04:36:26 adam Exp $ + +BLAKE2s (ansible-core-2.12.5.tar.gz) = 9eb7659af88bd0353a3d7a4fbf346ef986c2059647444fb1af96456e33d9f958 +SHA512 (ansible-core-2.12.5.tar.gz) = 795001257d8b2ffdca00c13a018ebfc822c11f1d8a0eb83df30a1670c19bdc995325da1c87414b672a4fcf8bf57215ff8b7a7b85325ad561d5123c549b18dbe9 +Size (ansible-core-2.12.5.tar.gz) = 7757691 bytes +SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2 diff --git a/sysutils/ansible-core/patches/patch-lib_ansible_module__utils_facts_hardware_netbsd.py b/sysutils/ansible-core/patches/patch-lib_ansible_module__utils_facts_hardware_netbsd.py new file mode 100644 index 0000000000000..a9880582be3bd --- /dev/null +++ b/sysutils/ansible-core/patches/patch-lib_ansible_module__utils_facts_hardware_netbsd.py @@ -0,0 +1,39 @@ +$NetBSD: patch-lib_ansible_module__utils_facts_hardware_netbsd.py,v 1.1 2022/05/14 04:36:26 adam Exp $ + +use mount(8) to get run-time file systems instead of boot-time /etc/fstab + +--- lib/ansible/module_utils/facts/hardware/netbsd.py.orig 2020-07-21 01:08:10.000000000 +0000 ++++ lib/ansible/module_utils/facts/hardware/netbsd.py +@@ -116,20 +116,23 @@ class NetBSDHardware(Hardware): + mount_facts = {} + + mount_facts['mounts'] = [] +- fstab = get_file_content('/etc/fstab') ++ mount_cmd = self.module.get_bin_path('mount') + +- if not fstab: ++ if not mount_cmd: + return mount_facts + +- for line in fstab.splitlines(): +- if line.startswith('#') or line.strip() == '': +- continue ++ rc, mount_out, err = self.module.run_command(mount_cmd) ++ if rc != 0: ++ return mount_facts ++ ++ for line in mount_out.splitlines(): + fields = re.sub(r'\s+', ' ', line).split() +- mount_statvfs_info = get_mount_size(fields[1]) +- mount_info = {'mount': fields[1], ++ mount_statvfs_info = get_mount_size(fields[2]) ++ mount_options = line[line.find("(")+1 : line.find(")")].replace(" ","") ++ mount_info = {'mount': fields[2], + 'device': fields[0], +- 'fstype': fields[2], +- 'options': fields[3]} ++ 'fstype': fields[4], ++ 'options': mount_options} + mount_info.update(mount_statvfs_info) + mount_facts['mounts'].append(mount_info) + return mount_facts From 7d157dd3afc20e77ff941a41153008ac7df68e89 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 04:42:28 +0000 Subject: [PATCH 0371/1154] ansible: updated to 5.7.1 v5.7.1 Minor Changes ------------- - The version of fortinet.fortios has been rolled back to 2.1.4 (from 2.1.5) to address a syntax error pending a new release of the collection v5.7.0 Major Changes ------------- community.postgresql ~~~~~~~~~~~~~~~~~~~~ - postgresql_user - the ``priv`` argument has been deprecated and will be removed in ``community.postgresql 3.0.0``. Please use the ``postgresql_privs`` module to grant/revoke privileges instead (https://github.com/ansible-collections/community.postgresql/issues/212). fortinet.fortios ~~~~~~~~~~~~~~~~ - Support FortiOS 7.0.2, 7.0.3, 7.0.4, 7.0.5. Minor Changes ------------- ansible.utils ~~~~~~~~~~~~~ - 'consolidate' filter plugin added. cloud.common ~~~~~~~~~~~~ - Move the content of README_ansible_turbo.module.rst in the main README.md to get visibility on Ansible Galaxy. community.dns ~~~~~~~~~~~~~ - Prepare collection for inclusion in an Execution Environment by declaring its dependencies (https://github.com/ansible-collections/community.dns/pull/93). community.docker ~~~~~~~~~~~~~~~~ - Prepare collection for inclusion in an Execution Environment by declaring its dependencies. The ``docker_stack*`` modules are not supported (https://github.com/ansible-collections/community.docker/pull/336). - current_container_facts - add detection for GitHub Actions (https://github.com/ansible-collections/community.docker/pull/336). - docker_container - support returning Docker container log output when using Docker's ``local`` logging driver, an optimized local logging driver introduced in Docker 18.09 (https://github.com/ansible-collections/community.docker/pull/337). community.general ~~~~~~~~~~~~~~~~~ - alternatives - add ``state`` parameter, which provides control over whether the alternative should be set as the active selection for its alternatives group (https://github.com/ansible-collections/community.general/issues/4543, https://github.com/ansible-collections/community.general/pull/4557). - atomic_container - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - clc_alert_policy - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - clc_group - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - clc_loadbalancer - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - clc_server - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - cmd_runner module util - reusable command runner with consistent argument formatting and sensible defaults (https://github.com/ansible-collections/community.general/pull/4476). - datadog_monitor - support new datadog event monitor of type `event-v2 alert` (https://github.com/ansible-collections/community.general/pull/4457) - filesystem - add support for resizing btrfs (https://github.com/ansible-collections/community.general/issues/4465). - lxd_container - adds ``project`` option to allow selecting project for LXD instance (https://github.com/ansible-collections/community.general/pull/4479). - lxd_profile - adds ``project`` option to allow selecting project for LXD profile (https://github.com/ansible-collections/community.general/pull/4479). - nmap inventory plugin - add ``sudo`` option in plugin in order to execute ``sudo nmap`` so that ``nmap`` runs with elevated privileges (https://github.com/ansible-collections/community.general/pull/4506). - nomad_job - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - nomad_job_info - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - packet_device - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - packet_sshkey - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - packet_volume - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - profitbricks - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - proxmox - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - proxmox inventory plugin - add token authentication as an alternative to username/password (https://github.com/ansible-collections/community.general/pull/4540). - proxmox inventory plugin - parse LXC configs returned by the proxmox API (https://github.com/ansible-collections/community.general/pull/4472). - proxmox_snap - add restore snapshot option (https://github.com/ansible-collections/community.general/pull/4377). - proxmox_snap - fixed timeout value to correctly reflect time in seconds. The timeout was off by one second (https://github.com/ansible-collections/community.general/pull/4377). - redfish_command - add ``IndicatorLedOn``, ``IndicatorLedOff``, and ``IndicatorLedBlink`` commands to the Systems category for controling system LEDs (https://github.com/ansible-collections/community.general/issues/4084). - seport - minor refactoring (https://github.com/ansible-collections/community.general/pull/4471). - smartos_image_info - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - terraform - adds ``terraform_upgrade`` parameter which allows ``terraform init`` to satisfy new provider constraints in an existing Terraform project (https://github.com/ansible-collections/community.general/issues/4333). - udm_group - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - udm_share - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - vmadm - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - webfaction_app - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - webfaction_db - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - xfconf - added missing value types ``char``, ``uchar``, ``int64`` and ``uint64`` (https://github.com/ansible-collections/community.general/pull/4534). community.grafana ~~~~~~~~~~~~~~~~~ - Remove requirement for `ds_type` and `ds_url` parameters when deleting a datasource - add `grafana` action group in `meta/runtime.yml` to support for module group defaults - refactor grafana_notification_channel module community.hrobot ~~~~~~~~~~~~~~~~ - Prepare collection for inclusion in an Execution Environment by declaring its dependencies (https://github.com/ansible-collections/community.hrobot/pull/45). community.zabbix ~~~~~~~~~~~~~~~~ - all modules - prepare for deprecation of distutils LooseVersion. - collection - Add dependencies to other collections. This helps Ansible Galaxy automatically downloading collections that this collection relies on to run. - connection.httpapi (plugin) - add initial httpapi connection plugin. - httpapi.jsonrpc (plugin) - add initial httpapi for future handling of json-rpc. - new module zabbix authentication for configuring global authentication settings in Zabbix Server's Settings section of GUI. - new module zabbix_autoregister for configuring global autoregistration settings in Zabbix Server's Settings section of GUI. - new module zabbix_housekeeping for configuring global housekeeping settings in Zabbix Server's Settings section of GUI. - test_zabbix_host_info - fix Template/Group names for 5.4 - test_zabbix_screen - disable testing for screen in 5.4 (deprecated) - zabbix_action - additional fixes to make module work with Zabbix 6.0 (https://github.com/ansible-collections/community.zabbix/pull/664) - zabbix_action - module ported to work with Zabbix 6.0 (https://github.com/ansible-collections/community.zabbix/pull/648, https://github.com/ansible-collections/community.zabbix/pull/653) - zabbix_agent - Check if 'firewalld' exist and is running when handler is executed. - zabbix_agent - Install the correct Python libxml2 package on SLES15 - zabbix_agent - Move inclusion of the apache.yml tasks to later stage during execution of role. - zabbix_agent - Prepare for Zabbix 6.0. - zabbix_agent - Specify a minor version with zabbix_agent_version_minor for RH systems. - zabbix_agent - There was no way to configure a specific type for the macro. - zabbix_agent - Use multiple aliases in the configuration file with ``zabbix_agent_zabbix_alias`` or ``zabbix_agent2_zabbix_alias``. - zabbix_maintenance - added new module parameter `tags`, which allows configuring Problem Tags on maintenances. - zabbix_proxy - Prepare for Zabbix 6.0. - zabbix_proxy - Specify a minor version with zabbix_proxy_version_minor for RH systems. - zabbix_proxy - Support for Sangoma and treat it like a RHEL system. - zabbix_server - Check the 'zabbix_server_install_database_client' variable in RedHat tasks. - zabbix_server - Prepare for Zabbix 6.0. - zabbix_server - Specify a minor version with zabbix_server_version_minor for RH systems. - zabbix_user - change alias property to username (changed in 5.4) (alias is now an alias for username) - zabbix_user_info - change alias property to username (changed in 5.4) (alias is now an alias for username) - zabbix_web - Change format ENCRYPTION, VERIFY_HOST from string to boolean. - zabbix_web - Specify a minor version with zabbix_web_version_minor for RH systems. f5networks.f5_modules ~~~~~~~~~~~~~~~~~~~~~ - bigip_device_info - add UCS creation date to the data gathered - bigip_virtual_server - add service_down_immediate_action parameter - bigiq_regkey_license - add addon_keys parameter to the module netapp.cloudmanager ~~~~~~~~~~~~~~~~~~~ - na_cloudmanager_connector_gcp - when using the user application default credential authentication by running the command gcloud auth application-default login, ``gcp_service_account_path`` is not needed. netapp.ontap ~~~~~~~~~~~~ - na_ontap_cluster_config role - use na_ontap_login_messages as na_ontap_motd is deprecated. - na_ontap_debug - report ansible version and ONTAP collection version. - na_ontap_efficiency_policy - Added REST support. - na_ontap_export_policy_rule - new option ``ntfs_unix_security`` for NTFS export UNIX security options added. - na_ontap_lun - Added REST support. - na_ontap_snapmirror -- Added more descriptive error messages for REST - na_ontap_snapshot_policy - Added REST support to the na_ontap_snapshot_policy module. - na_ontap_svm - add support for web services (ssl modify) - REST only with 9.8 or later. - na_ontap_volume - add support for SnapLock - only for REST. - na_ontap_volume - allow to modify volume after rename. - na_ontap_volume - new option ``max_files`` to increase the inode count value. - na_ontap_vserver_create role - support max_volumes option. netbox.netbox ~~~~~~~~~~~~~ - Add meta information for use in Execution Environments - Multiple modules - add new parameters added in NetBox 3.2 - nb_inventory - Add site_group as an option - netbox_front_port and netbox_rear_port - Add label as parameter sensu.sensu_go ~~~~~~~~~~~~~~ - Added support for ansible 2.13 - Removed support for CentOS 8 t_systems_mms.icinga_director ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Add icinga_serviceset module (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/163) - Test more ansible versions (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/162) Deprecated Features ------------------- community.general ~~~~~~~~~~~~~~~~~ - nmcli - deprecate default hairpin mode for a bridge. This so we can change it to ``false`` in community.general 7.0.0, as this is also the default in ``nmcli`` (https://github.com/ansible-collections/community.general/pull/4334). - proxmox inventory plugin - the current default ``true`` of the ``want_proxmox_nodes_ansible_host`` option has been deprecated. The default will change to ``false`` in community.general 6.0.0. To keep the current behavior, explicitly set ``want_proxmox_nodes_ansible_host`` to ``true`` in your inventory configuration. We suggest to already switch to the new behavior by explicitly setting it to ``false``, and by using ``compose:`` to set ``ansible_host`` to the correct value. See the examples in the plugin documentation for details (https://github.com/ansible-collections/community.general/pull/4466). Bugfixes -------- Ansible-core ~~~~~~~~~~~~ - Ansible.ModuleUtils.SID - Use user principal name as is for lookup in the ``Convert-ToSID`` function - https://github.com/ansible/ansible/issues/77316 - Fix traceback when installing a collection from a git repository and git is not installed (https://github.com/ansible/ansible/issues/77479). - ansible-test - Correctly detect when running as the ``root`` user (UID 0) on the origin host. The result of the detection was incorrectly being inverted. - ansible-test - Fix skipping of tests marked ``needs/python`` on the origin host. - ansible-test - Fix skipping of tests marked ``needs/root`` on the origin host. - ansible-test compile sanity test - do not crash if a column could not be determined for an error (https://github.com/ansible/ansible/pull/77465). - hostname - use ``file_get_content()`` to read the file containing the host name in the ``FileStrategy.get_permanent_hostname()`` method. This prevents a ``TypeError`` from being raised when the strategy is used (https://github.com/ansible/ansible/issues/77025). - script - skip in check mode since the plugin cannot determine if a change will occur. - shell/command - only skip in check mode if the options `creates` and `removes` are both None. - winrm - Ensure ``kinit`` is run with the same ``PATH`` env var as the Ansible process cloud.common ~~~~~~~~~~~~ - fix parameters with aliases not being passed through (https://github.com/ansible-collections/cloud.common/issues/91). - fix turbo mode loading incorrect module (https://github.com/ansible-collections/cloud.common/pull/102). - turbo - Ensure we don't call the module with duplicated aliased parameters. community.dns ~~~~~~~~~~~~~ - Update Public Suffix List. community.docker ~~~~~~~~~~~~~~~~ - docker connection plugin - make sure that ``docker_extra_args`` is used for querying the Docker version. Also ensures that the Docker version is only queried when needed. This is currently the case if a remote user is specified (https://github.com/ansible-collections/community.docker/issues/325, https://github.com/ansible-collections/community.docker/pull/327). community.general ~~~~~~~~~~~~~~~~~ - dnsmadeeasy - fix failure on deleting DNS entries when API response does not contain monitor value (https://github.com/ansible-collections/community.general/issues/3620). - git_branch - remove deprecated and unnecessary branch ``unprotect`` method (https://github.com/ansible-collections/community.general/pull/4496). - gitlab_group - improve searching for projects inside group on deletion (https://github.com/ansible-collections/community.general/pull/4491). - gitlab_group_members - handle more than 20 groups when finding a group (https://github.com/ansible-collections/community.general/pull/4491, https://github.com/ansible-collections/community.general/issues/4460, https://github.com/ansible-collections/community.general/issues/3729). - gitlab_hook - handle more than 20 hooks when finding a hook (https://github.com/ansible-collections/community.general/pull/4491). - gitlab_project - handle more than 20 namespaces when finding a namespace (https://github.com/ansible-collections/community.general/pull/4491). - gitlab_project_members - handle more than 20 projects and users when finding a project resp. user (https://github.com/ansible-collections/community.general/pull/4491). - gitlab_user - handle more than 20 users and SSH keys when finding a user resp. SSH key (https://github.com/ansible-collections/community.general/pull/4491). - keycloak - fix parameters types for ``defaultDefaultClientScopes`` and ``defaultOptionalClientScopes`` from list of dictionaries to list of strings (https://github.com/ansible-collections/community.general/pull/4526). - opennebula inventory plugin - complete the implementation of ``constructable`` for opennebula inventory plugin. Now ``keyed_groups``, ``compose``, ``groups`` actually work (https://github.com/ansible-collections/community.general/issues/4497). - pacman - fixed bug where ``absent`` state did not work for locally installed packages (https://github.com/ansible-collections/community.general/pull/4464). - pritunl - fixed bug where pritunl plugin api add unneeded data in ``auth_string`` parameter (https://github.com/ansible-collections/community.general/issues/4527). - proxmox inventory plugin - fix error when parsing container with LXC configs (https://github.com/ansible-collections/community.general/issues/4472, https://github.com/ansible-collections/community.general/pull/4472). - proxmox_kvm - fix a bug when getting a state of VM without name will fail (https://github.com/ansible-collections/community.general/pull/4508). - xbps - fix error message that is reported when installing packages fails (https://github.com/ansible-collections/community.general/pull/4438). community.hrobot ~~~~~~~~~~~~~~~~ - robot inventory plugin - do not crash if a server neither has name or primary IP set. Instead, fall back to using the server's number as the name. This can happen if unnamed rack reservations show up in your server list (https://github.com/ansible-collections/community.hrobot/issues/40, https://github.com/ansible-collections/community.hrobot/pull/47). community.postgresql ~~~~~~~~~~~~~~~~~~~~ - postgresql_db - get rid of the deprecated psycopg2 connection alias ``database`` in favor of ``dbname`` when psycopg2 is 2.7+ is used (https://github.com/ansible-collections/community.postgresql/issues/194, https://github.com/ansible-collections/community.postgresql/pull/196). community.proxysql ~~~~~~~~~~~~~~~~~~ - module_utils/mysql.py - Proxysql version suffix may not be an integer (https://github.com/ansible-collections/community.proxysql/pull/96). community.zabbix ~~~~~~~~~~~~~~~~ - Various modules and plugins - use vendored version of ``distutils.version`` instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.zabbix/pull/603). - ZapiWrapper (module_utils) - fix only partial zabbix version is returned. - zabbix_agent - Install Zabbix packages when zabbix_repo == other is used with yum. - zabbix_agent - Install the Agent for MacOSX sooner than its configuration. - zabbix_agent - The ``Install gpg key`` task for Debian did not work when a http proxy is configured. - zabbix_agent - Use the correct URL with correct version. - zabbix_agent - Use the correct path to determine Zabbix Agent 2 installation on Windows. - zabbix_agent - Using the correct hostgroup as default now. - zabbix_agent - fix for the autopsk, incl. tests with Molecule. - zabbix_host - Added small notification that an user should have read access to get hostgroups overview. - zabbix_host - adapter changed properties for interface comparisson - zabbix_maintenance - should now work when creating maintenace on Zabbix 6.0 server - zabbix_proxy - 'zcat' the zipped sql files to /tmp before executing it. - zabbix_proxy - Check MySQL version before settings mysql_innodb_default_row_format value. - zabbix_proxy - Install Zabbix packages when zabbix_repo == other is used with yum. - zabbix_server - 'zcat' the zipped sql files to /tmp before executing it. - zabbix_server - Check MySQL version before settings mysql_innodb_default_row_format value. - zabbix_server - Install Zabbix packages when zabbix_repo == other is used with yum. - zabbix_template - setting correct null values to fix unintentional changes - zabbix_web - Added some default variables if the geerlingguys apache role is not used. - zabbix_web - Specified the correct versions for php. f5networks.f5_modules ~~~~~~~~~~~~~~~~~~~~~ - bigip_command - fixed a bug that interpreted a pipe symbol inside an input string as pipe used to combine commands - bigip_device_certificate - adds missing space to tmsh command - bigip_gtm_wide_ip - fixed inability to change persistence setting on existing wide ip objects fortinet.fortios ~~~~~~~~~~~~~~~~ - Fix issues in version mismatch logic. - Fix status issue in fortios_json_generic(). - Fix the issue of inconsistent data types in different schemas. netapp.cloudmanager ~~~~~~~~~~~~~~~~~~~ - Add check when volume is capacity tiered. - na_cloudmanager_connector_azure - Fix string formatting error when deleting the connector. netapp.ontap ~~~~~~~~~~~~ - Fixed ONTAP minor version ignored in checking minimum ONTAP version. - na_ontap_aggregate - Fixed error in delete aggregate if the ``disk_count`` is less than current disk count. - na_ontap_autosupport - Fixed `partner_address` not working in REST. - na_ontap_command - document that a READONLY user is not supported, even for show commands. - na_ontap_disk_options - ONTAP 9.10.1 returns on/off rather than True/False. - na_ontap_info - Fixes issue with na_ontap_info failing in 9.1 because of ``job-schedule-cluster``. - na_ontap_iscsi - Fixed issue with ``start_state`` always being set to stopped when creating an ISCSI. - na_ontap_iscsi - fixed error starting iscsi service on vserver where Service, adapter, or operation already started. - na_ontap_lun - Fixed KeyError on options ``force_resize``, ``force_remove`` and ``force_remove_fenced`` in Zapi. - na_ontap_lun - Fixed ``force_remove`` option silently ignored in REST. - na_ontap_lun_map - TypeError - '>' not supported between instances of 'int' and 'str '. - na_ontap_qtree - Fixed issue with ``oplocks`` not being changed during a modify in Zapi. - na_ontap_qtree - Fixed issue with ``oplocks`` not warning user about not being supported in REST - na_ontap_snapmirror - Added use_rest condition for the REST support to work when use_rest `always`. - na_ontap_snapshot - add error message if volume is not found with REST. - na_ontap_snapshot - fix key error on volume when using REST. - na_ontap_snapshot_policy - Do not validate parameter when state is ``absent`` and fix KeyError on ``comment``. - na_ontap_svm - fixed KeyError issue on protocols when vserver is stopped. - na_ontap_volume - do not attempt to mount volume if current state is offline. - na_ontap_volume - fix idempotency issue with compression settings when using REST. - na_ontap_vserver_peer - Added cluster peer accept code in REST. - na_ontap_vserver_peer - Fixed AttributeError if ``dest_hostname`` or ``peer_options`` not present. - na_ontap_vserver_peer - Fixed ``local_name_for_peer`` and ``local_name_for_source`` options silently ignored in REST. - na_ontap_vserver_peer - Get peer cluster name if remote peer exist else use local cluster name. - na_ontap_vserver_peer - ignore job entry doesn't exist error with REST to bypass ONTAP issue with FSx. - na_ontap_vserver_peer - report error if SVM peer does not see a peering relationship after create. netbox.netbox ~~~~~~~~~~~~~ - netbox_contact_group - Fix field description - netbox_rack - Add location as a query parameter for uniqueness check New Plugins ----------- Connection ~~~~~~~~~~ - community.zabbix.httpapi - Use httpapi to run command on network appliances Httpapi ~~~~~~~ - community.zabbix.jsonrpc - HttpApi Plugin for Zabbix New Modules ----------- community.general ~~~~~~~~~~~~~~~~~ Cloud ^^^^^ Lxd ... - community.general.lxd_project - Manage LXD projects Monitoring ^^^^^^^^^^ - community.general.alerta_customer - Manage customers in Alerta community.zabbix ~~~~~~~~~~~~~~~~ - community.zabbix.zabbix_authentication - Update Zabbix authentication - community.zabbix.zabbix_autoregister - Update Zabbix autoregistration - community.zabbix.zabbix_housekeeping - Update Zabbix housekeeping f5networks.f5_modules ~~~~~~~~~~~~~~~~~~~~~ - f5networks.f5_modules.bigip_ltm_global - Manages global LTM settings t_systems_mms.icinga_director ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t_systems_mms.icinga_director.icinga_serviceset - Manage servicesets in Icinga2 --- sysutils/ansible/Makefile | 11 +- sysutils/ansible/PLIST | 16409 ++++++++++++++++++++++++++++++------ sysutils/ansible/distinfo | 8 +- 3 files changed, 14063 insertions(+), 2365 deletions(-) diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 5f0ee8456419d..1899889075e18 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2022/01/04 20:54:46 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2022/05/14 04:42:28 adam Exp $ -DISTNAME= ansible-3.4.0 -PKGREVISION= 1 +DISTNAME= ansible-5.7.1 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible/} @@ -12,7 +11,7 @@ LICENSE= gnu-gpl-v3 PREV_PKGPATH= sysutils/ansible2 -DEPENDS+= ansible-base>=2.10.5:../../sysutils/ansible-base +DEPENDS+= ansible-core>=2.12.5:../../sysutils/ansible-core USE_LANGUAGES= # none @@ -21,9 +20,12 @@ REPLACE_PYTHON+= ansible_collections/*/*/tests/*/*.py REPLACE_PYTHON+= ansible_collections/*/*/tests/*/*/*.py REPLACE_PYTHON+= ansible_collections/*/*/tests/*/*/*/*.py REPLACE_PYTHON+= ansible_collections/community/digitalocean/scripts/inventory/*.py +REPLACE_PYTHON+= ansible_collections/community/dns/update-docs-fragments.py REPLACE_PYTHON+= ansible_collections/community/general/scripts/inventory/*.py REPLACE_PYTHON+= ansible_collections/community/general/scripts/vault/*.py REPLACE_PYTHON+= ansible_collections/community/general/tests/integration/targets/django_manage/files/base_test/*/*/*.py +REPLACE_PYTHON+= ansible_collections/community/hashi_vault/.github/actions/ansible-codecov/process.py +REPLACE_PYTHON+= ansible_collections/community/hashi_vault/.github/actions/docker-image-versions/versions.py REPLACE_PYTHON+= ansible_collections/community/okd/ci/downstream_fragments.py REPLACE_PYTHON+= ansible_collections/ngine_io/cloudstack/scripts/inventory/cloudstack.py REPLACE_PYTHON+= ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/*.py @@ -36,6 +38,7 @@ CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/*/*/tests/*/*.sh CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/*/*/tests/*/*/*.sh CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/*/*/tests/*/*/*/*.sh CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/netbox/netbox/hacking/*.sh +CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/build.sh CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/kubernetes/utils/*.sh CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/okd/ci/*.sh CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/vmware/check-ignores-order diff --git a/sysutils/ansible/PLIST b/sysutils/ansible/PLIST index 8dc966ad862be..37a16ed29461b 100644 --- a/sysutils/ansible/PLIST +++ b/sysutils/ansible/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2021/05/13 12:31:55 adam Exp $ +@comment $NetBSD: PLIST,v 1.19 2022/05/14 04:42:28 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -6,6 +6,12 @@ ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/ansible_collections/amazon/aws/.github/BOTMETA.yml +${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/ci_report.yml +${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/config.yml +${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/documentation_report.yml +${PYSITELIB}/ansible_collections/amazon/aws/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/amazon/aws/.github/patchback.yml ${PYSITELIB}/ansible_collections/amazon/aws/.github/settings.yml ${PYSITELIB}/ansible_collections/amazon/aws/.gitignore ${PYSITELIB}/ansible_collections/amazon/aws/CHANGELOG.rst @@ -14,6 +20,7 @@ ${PYSITELIB}/ansible_collections/amazon/aws/COPYING ${PYSITELIB}/ansible_collections/amazon/aws/FILES.json ${PYSITELIB}/ansible_collections/amazon/aws/MANIFEST.json ${PYSITELIB}/ansible_collections/amazon/aws/README.md +${PYSITELIB}/ansible_collections/amazon/aws/bindep.txt ${PYSITELIB}/ansible_collections/amazon/aws/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/amazon/aws/changelogs/config.yaml ${PYSITELIB}/ansible_collections/amazon/aws/changelogs/fragments/.keep @@ -30,27 +37,42 @@ ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.cloudformation_info_ ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.cloudformation_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_ami_info_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_ami_module.rst -${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_elb_lb_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_eni_info_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_eni_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_group_info_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_group_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_instance_info_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_instance_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_key_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_metadata_facts_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_snapshot_info_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_snapshot_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_spot_instance_info_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_spot_instance_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_tag_info_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_tag_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vol_info_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vol_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_dhcp_option_info_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_dhcp_option_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_endpoint_info_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_endpoint_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_endpoint_service_info_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_igw_info_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_igw_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_nat_gateway_info_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_nat_gateway_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_net_info_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_net_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_route_table_info_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_route_table_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_subnet_info_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.ec2_vpc_subnet_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.elb_classic_lb_module.rst ${PYSITELIB}/ansible_collections/amazon/aws/docs/amazon.aws.s3_bucket_module.rst +${PYSITELIB}/ansible_collections/amazon/aws/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/amazon/aws/docs/docsite/rst/guide_aws.rst ${PYSITELIB}/ansible_collections/amazon/aws/meta/runtime.yml ${PYSITELIB}/ansible_collections/amazon/aws/plugins/__init__.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/__init__.pyc @@ -121,9 +143,6 @@ ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/cloud.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/cloudfront_facts.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/cloudfront_facts.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/cloudfront_facts.pyo -${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/compat/_ipaddress.py -${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/compat/_ipaddress.pyc -${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/compat/_ipaddress.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/core.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/core.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/core.pyo @@ -142,12 +161,18 @@ ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/elbv2.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/iam.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/iam.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/iam.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/policy.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/policy.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/policy.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/rds.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/rds.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/rds.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/s3.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/s3.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/s3.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/tagging.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/tagging.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/tagging.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/urls.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/urls.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/module_utils/urls.pyo @@ -196,9 +221,6 @@ ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_facts.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_info.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_info.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_ami_info.pyo -${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_elb_lb.py -${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_elb_lb.pyc -${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_elb_lb.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_eni.pyo @@ -217,6 +239,15 @@ ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_facts.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_info.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_info.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_group_info.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_facts.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_facts.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_facts.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_info.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_info.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_instance_info.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_key.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_key.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_key.pyo @@ -232,6 +263,12 @@ ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_facts.p ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_info.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_info.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_snapshot_info.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_spot_instance.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_spot_instance.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_spot_instance.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_spot_instance_info.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_spot_instance_info.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_spot_instance_info.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_tag.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_tag.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_tag.pyo @@ -256,6 +293,36 @@ ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_ ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_info.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_info.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_dhcp_option_info.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_facts.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_facts.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_facts.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_info.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_info.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_info.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_service_info.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_service_info.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_endpoint_service_info.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_facts.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_facts.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_facts.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_info.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_info.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_igw_info.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_facts.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_facts.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_facts.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_info.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_info.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_nat_gateway_info.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net.pyo @@ -265,6 +332,15 @@ ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_facts.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_info.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_info.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_net_info.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table_facts.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table_facts.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table_facts.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table_info.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table_info.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_route_table_info.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_subnet.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_subnet.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_subnet.pyo @@ -274,19 +350,22 @@ ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_subnet_facts ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_subnet_info.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_subnet_info.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/ec2_vpc_subnet_info.pyo +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/elb_classic_lb.py +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/elb_classic_lb.pyc +${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/elb_classic_lb.pyo ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/s3_bucket.py ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/s3_bucket.pyc ${PYSITELIB}/ansible_collections/amazon/aws/plugins/modules/s3_bucket.pyo ${PYSITELIB}/ansible_collections/amazon/aws/requirements.txt -${PYSITELIB}/ansible_collections/amazon/aws/shippable.yml ${PYSITELIB}/ansible_collections/amazon/aws/test-requirements.txt ${PYSITELIB}/ansible_collections/amazon/aws/tests/.gitignore +${PYSITELIB}/ansible_collections/amazon/aws/tests/config.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/constraints.txt ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/requirements.txt ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_az_info/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_az_info/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_az_info/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_az_info/tasks/main.yml -${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_az_info/tasks/tests.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_caller_info/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_caller_info/tasks/main.yaml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/aliases @@ -294,12 +373,16 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/def ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/files/hello.txt ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/files/test.png ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/meta/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/tasks/copy_object.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/tasks/delete_bucket.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/templates/policy.json.j2 ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/aws_s3/templates/put-template.txt.j2 ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/cloudformation/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/cloudformation/defaults/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/cloudformation/files/cf_template.json ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/cloudformation/files/update_policy.json +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/cloudformation/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/cloudformation/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2/defaults/main.yml @@ -310,13 +393,9 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_ami/de ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_ami/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_ami/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_ami/vars/main.yml -${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_elb_lb/aliases -${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_elb_lb/defaults/main.yml -${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_elb_lb/meta/main.yml -${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_elb_lb/tasks/main.yml -${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_elb_lb/vars/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_eni/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_eni/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_eni/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_eni/tasks/main.yaml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_eni/tasks/test_attachment.yaml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_eni/tasks/test_deletion.yaml @@ -328,7 +407,6 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_eni/ta ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/defaults/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/meta/main.yml -${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/tasks/credential_tests.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/tasks/data_validation.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/tasks/diff_mode.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/tasks/ec2_classic.yml @@ -340,11 +418,40 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/tasks/multi_nested_target.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/tasks/numeric_protos.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_group/tasks/rule_group_create.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/inventory +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/meta/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/files/assume-role-policy.json +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/meta/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/block_devices.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/checkmode_tests.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/cpu_options.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/default_vpc_tests.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/ebs_optimized.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/env_cleanup.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/env_setup.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/external_resource_attach.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/find_ami.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/iam_instance_role.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/instance_minimal.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/instance_multiple.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/instance_no_wait.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/metadata_options.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/security_group.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/state_config_updates.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/tags_and_vpc_settings.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/termination_protection.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/uptime.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_instance/runme.sh ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_key/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_key/defaults/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_key/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_key/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_metadata_facts/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_metadata_facts/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_metadata_facts/playbooks/setup.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_metadata_facts/playbooks/teardown.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_metadata_facts/playbooks/test_metadata.yml @@ -352,7 +459,11 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_metada ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_metadata_facts/templates/inventory.j2 ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_snapshot/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_snapshot/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_snapshot/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_snapshot/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_spot_instance/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_spot_instance/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_spot_instance/tasks/main.yaml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_tag/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_tag/defaults/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_tag/meta/main.yml @@ -360,21 +471,65 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_tag/ta ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_tag/vars/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vol/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vol/defaults/main.yml -${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vol/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vol/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vol/tasks/main.yml -${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vol/tasks/tests.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_dhcp_option/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_dhcp_option/defaults/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_dhcp_option/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_endpoint/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_endpoint/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_endpoint/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_endpoint_service_info/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_endpoint_service_info/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_endpoint_service_info/meta/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_endpoint_service_info/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_igw/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_igw/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_igw/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_nat_gateway/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_nat_gateway/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_nat_gateway/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_net/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_net/defaults/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_net/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_net/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_route_table/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_route_table/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_route_table/meta/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_route_table/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_subnet/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_subnet/defaults/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_subnet/meta/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/ec2_vpc_subnet/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/meta/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/basic_internal.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/basic_public.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/cleanup_instances.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/cleanup_s3.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/cleanup_vpc.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/describe_region.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/missing_params.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/schema_change.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/setup_instances.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/setup_s3.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/setup_vpc.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_changes.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_cross_az.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_draining_timeout.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_healthcheck.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_idle_timeout.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_instances.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_listeners.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_logging.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_proxy_policy.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_securitygroups.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_stickiness.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/tasks/simple_tags.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/templates/s3_policy.j2 +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/elb_classic_lb/vars/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/inventory_aws_ec2/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/inventory_aws_ec2/playbooks/create_environment_script.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/inventory_aws_ec2/playbooks/create_inventory_config.yml @@ -415,6 +570,10 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/inventory_ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/inventory_aws_rds/test.aws_rds.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/lookup_aws_account_attribute/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/lookup_aws_account_attribute/tasks/main.yaml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/lookup_aws_secret/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/lookup_aws_secret/tasks/main.yaml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/lookup_aws_service_ip_ranges/aliases +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/lookup_aws_service_ip_ranges/tasks/main.yaml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/module_utils_core/aliases ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/module_utils_core/inventory ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/module_utils_core/main.yml @@ -486,26 +645,37 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/ ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/tasks/encryption_sse.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/tasks/missing.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/tasks/ownership_controls.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/tasks/public_access.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/tasks/simple.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/tasks/tags.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/templates/policy-updated.json ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/roles/s3_bucket/templates/policy.json ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/s3_bucket/runme.sh +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_botocore_pip/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_botocore_pip/handlers/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_botocore_pip/tasks/cleanup.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_botocore_pip/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_ec2/defaults/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_ec2/tasks/common.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_ec2/vars/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_ec2_facts/defaults/main.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_ec2_facts/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/windows-cleanup.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/windows.yml +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_sshkey/files/ec2-fingerprint.py +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_sshkey/files/ec2-fingerprint.pyc +${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_sshkey/files/ec2-fingerprint.pyo ${PYSITELIB}/ansible_collections/amazon/aws/tests/integration/targets/setup_sshkey/tasks/main.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/requirements.yml ${PYSITELIB}/ansible_collections/amazon/aws/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/amazon/aws/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/amazon/aws/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/amazon/aws/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/amazon/aws/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/__init__.pyc @@ -522,6 +692,7 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/compat/mock.pyo ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/compat/unittest.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/compat/unittest.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/constraints.txt ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/mock/__init__.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/mock/__init__.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/mock/__init__.pyo @@ -552,6 +723,12 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/__init_ ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/test_fail_json_aws.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/test_fail_json_aws.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/test_fail_json_aws.pyo +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/test_minimal_versions.py +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/test_minimal_versions.pyc +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/test_minimal_versions.pyo +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/test_require_at_least.py +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/test_require_at_least.pyc +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/ansible_aws_module/test_require_at_least.pyo ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/test_is_boto3_error_code.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/test_is_boto3_error_code.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/core/test_is_boto3_error_code.pyo @@ -570,9 +747,12 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/ec2/__init__ ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/ec2/test_aws.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/ec2/test_aws.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/ec2/test_aws.pyo -${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/ec2/test_compare_policies.py -${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/ec2/test_compare_policies.pyc -${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/ec2/test_compare_policies.pyo +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/policy/test_compare_policies.py +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/policy/test_compare_policies.pyc +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/policy/test_compare_policies.pyo +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_cloud.py +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_cloud.pyc +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_cloud.pyo ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_ec2.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_ec2.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_ec2.pyo @@ -582,6 +762,12 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_elbv2.p ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_iam.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_iam.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_iam.pyo +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_s3.py +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_s3.pyc +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_s3.pyo +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_tagging.py +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_tagging.pyc +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/module_utils/test_tagging.pyo ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/__init__.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/__init__.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/__init__.pyo @@ -699,6 +885,9 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/test_clou ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/test_ec2_group.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/test_ec2_group.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/test_ec2_group.pyo +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/test_ec2_vpc_dhcp_option.py +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/test_ec2_vpc_dhcp_option.pyc +${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/test_ec2_vpc_dhcp_option.pyo ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/utils.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/utils.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/plugins/modules/utils.pyo @@ -709,26 +898,15 @@ ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/utils/__init__.pyo ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/utils/amazon_placebo_fixtures.py ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/utils/amazon_placebo_fixtures.pyc ${PYSITELIB}/ansible_collections/amazon/aws/tests/unit/utils/amazon_placebo_fixtures.pyo -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/aws.sh -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/check_matrix.py -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/check_matrix.pyc -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/check_matrix.pyo -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/sanity.sh -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/shippable.sh -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/timing.py -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/timing.pyc -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/timing.pyo -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/timing.sh -${PYSITELIB}/ansible_collections/amazon/aws/tests/utils/shippable/units.sh ${PYSITELIB}/ansible_collections/ansible/netcommon/.gitignore ${PYSITELIB}/ansible_collections/ansible/netcommon/.pre-commit-config.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/.yamllint +${PYSITELIB}/ansible_collections/ansible/netcommon/CHANGELOG.rst ${PYSITELIB}/ansible_collections/ansible/netcommon/FILES.json ${PYSITELIB}/ansible_collections/ansible/netcommon/LICENSE ${PYSITELIB}/ansible_collections/ansible/netcommon/MANIFEST.json ${PYSITELIB}/ansible_collections/ansible/netcommon/README.md ${PYSITELIB}/ansible_collections/ansible/netcommon/bindep.txt -${PYSITELIB}/ansible_collections/ansible/netcommon/changelogs/CHANGELOG.rst ${PYSITELIB}/ansible_collections/ansible/netcommon/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/changelogs/config.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/changelogs/fragments/.keep @@ -761,6 +939,7 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/docs/ansible.netcommon.netcon ${PYSITELIB}/ansible_collections/ansible/netcommon/docs/ansible.netcommon.netconf_get_module.rst ${PYSITELIB}/ansible_collections/ansible/netcommon/docs/ansible.netcommon.netconf_rpc_module.rst ${PYSITELIB}/ansible_collections/ansible/netcommon/docs/ansible.netcommon.network_cli_connection.rst +${PYSITELIB}/ansible_collections/ansible/netcommon/docs/ansible.netcommon.network_resource_module.rst ${PYSITELIB}/ansible_collections/ansible/netcommon/docs/ansible.netcommon.persistent_connection.rst ${PYSITELIB}/ansible_collections/ansible/netcommon/docs/ansible.netcommon.restconf_config_module.rst ${PYSITELIB}/ansible_collections/ansible/netcommon/docs/ansible.netcommon.restconf_get_module.rst @@ -836,6 +1015,9 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/netconf.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/network.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/network.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/network.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/network_resource.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/network_resource.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/network_resource.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/telnet.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/telnet.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/action/telnet.pyo @@ -845,27 +1027,12 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/become/__init__.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/become/enable.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/become/enable.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/become/enable.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/json_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/json_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/json_parser.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/native_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/native_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/native_parser.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/ntc_templates_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/ntc_templates_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/ntc_templates_parser.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/pyats_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/pyats_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/pyats_parser.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/textfsm_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/textfsm_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/textfsm_parser.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/ttp_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/ttp_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/ttp_parser.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/xml_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/xml_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cli_parsers/xml_parser.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cache/__init__.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cache/__init__.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cache/__init__.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cache/memory.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cache/memory.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/cache/memory.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/connection/__init__.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/connection/__init__.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/connection/__init__.pyo @@ -890,18 +1057,15 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/connection/persistent ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/__init__.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/__init__.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/__init__.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/netconf.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/netconf.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/netconf.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/connection_persistent.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/connection_persistent.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/connection_persistent.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/network_agnostic.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/network_agnostic.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/doc_fragments/network_agnostic.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/filter/__init__.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/filter/__init__.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/filter/__init__.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/filter/ipaddr.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/filter/ipaddr.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/filter/ipaddr.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/filter/network.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/filter/network.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/filter/network.pyo @@ -920,9 +1084,6 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/cli_pars ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/cli_parser/cli_parsertemplate.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/cli_parser/cli_parsertemplate.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/cli_parser/cli_parsertemplate.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/compat/ipaddress.py -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/compat/ipaddress.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/compat/ipaddress.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/__init__.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/__init__.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/__init__.pyo @@ -956,6 +1117,15 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/ ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/resource_module.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/resource_module.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/resource_module.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/rm_base/network_template.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/rm_base/network_template.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/rm_base/network_template.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/rm_base/resource_module.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/rm_base/resource_module.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/rm_base/resource_module.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/rm_base/resource_module_base.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/rm_base/resource_module_base.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/rm_base/resource_module_base.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/utils.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/utils.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/utils.pyo @@ -1043,6 +1213,9 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/netconf_get.p ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/netconf_rpc.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/netconf_rpc.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/netconf_rpc.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/network_resource.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/network_resource.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/network_resource.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/restconf_config.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/restconf_config.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/modules/restconf_config.pyo @@ -1058,11 +1231,34 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/netconf/__init__.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/netconf/default.py ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/netconf/default.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/netconf/default.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/cliconf_base.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/cliconf_base.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/cliconf_base.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/connection_base.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/connection_base.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/connection_base.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/httpapi_base.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/httpapi_base.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/httpapi_base.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/netconf_base.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/netconf_base.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/netconf_base.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/terminal_base.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/terminal_base.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/plugin_utils/terminal_base.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/sub_plugins/cli_parser/native_parser.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/sub_plugins/cli_parser/native_parser.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/sub_plugins/cli_parser/native_parser.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/sub_plugins/cli_parser/ntc_templates_parser.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/sub_plugins/cli_parser/ntc_templates_parser.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/sub_plugins/cli_parser/ntc_templates_parser.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/sub_plugins/cli_parser/pyats_parser.py +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/sub_plugins/cli_parser/pyats_parser.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/plugins/sub_plugins/cli_parser/pyats_parser.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/requirements.txt ${PYSITELIB}/ansible_collections/ansible/netcommon/test-requirements.txt ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/.gitignore ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/target-prefixes.network -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/tasks/argspec.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/tasks/centos_native.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/tasks/fedora_native.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/tasks/main.yaml @@ -1074,6 +1270,7 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/tasks/nxos_ttp.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/tasks/nxos_xml.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/templates/centos_ps_-ef.yaml +${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/templates/centos_touch_test_output.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/templates/fedora_iptables_--list.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/templates/fedora_ps_-ef.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/cli_parse/templates/nxos_show_interface.ttp @@ -1126,8 +1323,10 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/res ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/restconf_get/tasks/restconf.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/integration/targets/restconf_get/tests/iosxe/basic.yaml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/ansible/netcommon/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/ansible/netcommon/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/ansible/netcommon/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/sanity/ignore-2.9.txt -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/__init__.pyo @@ -1212,22 +1411,14 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/action/cli ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/action/cli_parse/test_cli_parse.py ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/action/cli_parse/test_cli_parse.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/action/cli_parse/test_cli_parse.pyo +${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/action/network/test_network.py +${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/action/network/test_network.pyc +${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/action/network/test_network.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/fixtures/ios_show_ip_interface_brief.cfg ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/fixtures/nxos_show_version.cfg -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/fixtures/nxos_show_version.textfsm -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/fixtures/nxos_show_version_invalid.textfsm -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_json_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_json_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_json_parser.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_pyats_parser.py ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_pyats_parser.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_pyats_parser.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_textfsm_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_textfsm_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_textfsm_parser.pyo -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_xml_parser.py -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_xml_parser.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/cli_parsers/test_xml_parser.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/connection/__init__.py ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/connection/__init__.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/connection/__init__.pyo @@ -1254,9 +1445,6 @@ ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/fix ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/fixtures/network/show_vlans_xml_spec.yml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/fixtures/network/show_vlans_xml_with_condition_spec.yml ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/fixtures/network/show_vlans_xml_with_key_spec.yml -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/test_ipaddr.py -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/test_ipaddr.pyc -${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/test_ipaddr.pyo ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/test_network.py ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/test_network.pyc ${PYSITELIB}/ansible_collections/ansible/netcommon/tests/unit/plugins/filter/test_network.pyo @@ -1288,43 +1476,10 @@ ${PYSITELIB}/ansible_collections/ansible/posix/README.md ${PYSITELIB}/ansible_collections/ansible/posix/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/ansible/posix/changelogs/config.yaml ${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/.keep -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/1.2.0.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/101-sysctl-dont-persist-when-invalid.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/11-action-plugins-use-fqcn.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/118-synchronize_bugfix.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/120-synchronize_add_option.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/12_migrate_cgroup_perf_recap_graph.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/144_add_community_docker_connection_plugin_alias.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/14_mount_option.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/15_profile_tasks.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/17_authorized_keys.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/19_enable_tags.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/21-mount-module_util-routing-issue.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/23-selinux-doesnt-create-missing-config-keys.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/25_ansible_metadata.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/26_profile_tasks_doc.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/27_update_examples.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/33_mount.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/35_disable_tests.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/37-authorized_keys-inconsistent-check-mode-values.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/39_remove_license.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/43_remove_shippable.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/4_update_readme.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/5_enable_tests.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/65931-json-callback-non-lockstep-output.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/6_test_devel.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/74_synchronize_docker.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/7_env.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/82-private-key-override-fix.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/99-at_add_aix_support.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/firewalld_migration.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/firewalld_zone_target.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/initial_commit.yaml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/misc_fix.yml -${PYSITELIB}/ansible_collections/ansible/posix/changelogs/fragments/skippy_deprecation.yml ${PYSITELIB}/ansible_collections/ansible/posix/docs/ansible.posix.acl_module.rst ${PYSITELIB}/ansible_collections/ansible/posix/docs/ansible.posix.at_module.rst ${PYSITELIB}/ansible_collections/ansible/posix/docs/ansible.posix.authorized_key_module.rst +${PYSITELIB}/ansible_collections/ansible/posix/docs/ansible.posix.firewalld_info_module.rst ${PYSITELIB}/ansible_collections/ansible/posix/docs/ansible.posix.firewalld_module.rst ${PYSITELIB}/ansible_collections/ansible/posix/docs/ansible.posix.mount_module.rst ${PYSITELIB}/ansible_collections/ansible/posix/docs/ansible.posix.patch_module.rst @@ -1393,6 +1548,9 @@ ${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/authorized_key.py ${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/firewalld.py ${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/firewalld.pyc ${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/firewalld.pyo +${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/firewalld_info.py +${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/firewalld_info.pyc +${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/firewalld_info.pyo ${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/mount.py ${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/mount.pyc ${PYSITELIB}/ansible_collections/ansible/posix/plugins/modules/mount.pyo @@ -1434,7 +1592,12 @@ ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authori ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authorized_key/defaults/main.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authorized_key/files/existing_authorized_keys ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authorized_key/meta/main.yml +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authorized_key/tasks/check_mode.yml +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authorized_key/tasks/comments.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authorized_key/tasks/main.yml +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authorized_key/tasks/multiple_keys.yml +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authorized_key/tasks/setup_steps.yml +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/authorized_key/tasks/ssh_dss.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld/aliases ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld/meta/main.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld/tasks/main.yml @@ -1444,6 +1607,10 @@ ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewal ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld/tasks/service_test_cases.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld/tasks/source_test_cases.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld/tasks/zone_target_test_cases.yml +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld_info/aliases +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld_info/tasks/main.yml +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld_info/tasks/run_tests_in_started.yml +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/firewalld_info/tasks/run_tests_in_stopped.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/mount/aliases ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/mount/tasks/main.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/patch/aliases @@ -1461,6 +1628,7 @@ ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/selinux ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/selinux/tasks/main.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/selinux/tasks/selinux.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/selinux/tasks/selogin.yml +${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/setup_pkg_mgr/tasks/main.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/synchronize/aliases ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/synchronize/files/bar.txt ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/synchronize/files/foo.txt @@ -1473,6 +1641,7 @@ ${PYSITELIB}/ansible_collections/ansible/posix/tests/integration/targets/sysctl/ ${PYSITELIB}/ansible_collections/ansible/posix/tests/requirements.yml ${PYSITELIB}/ansible_collections/ansible/posix/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/ansible/posix/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/ansible/posix/tests/sanity/ignore-2.12.txt ${PYSITELIB}/ansible_collections/ansible/posix/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/ansible/posix/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/ansible/posix/tests/unit/__init__.pyc @@ -1615,21 +1784,70 @@ ${PYSITELIB}/ansible_collections/ansible/utils/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/ansible/utils/changelogs/cli_parse_fix.yaml ${PYSITELIB}/ansible_collections/ansible/utils/changelogs/config.yaml ${PYSITELIB}/ansible_collections/ansible/utils/changelogs/fragments/.keep +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.cidr_merge_filter.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.cli_parse_module.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.consolidate_filter.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.fact_diff_module.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.from_xml_filter.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.get_path_filter.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.get_path_lookup.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.hwaddr_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.in_any_network_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.in_network_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.in_one_network_test.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.index_of_filter.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.index_of_lookup.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ip4_hex_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ip_address_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ip_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipaddr_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipmath_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipsubnet_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv4_address_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv4_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv4_hostmask_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv4_netmask_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv4_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv6_address_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv6_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv6_ipv4_mapped_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv6_sixtofour_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv6_teredo_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipv6_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.ipwrap_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.keep_keys_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.loopback_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.mac_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.macaddr_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.multicast_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.network_in_network_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.network_in_usable_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.next_nth_usable_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.nthhost_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.param_list_compare_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.previous_nth_usable_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.private_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.public_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.reduce_on_network_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.remove_keys_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.replace_keys_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.reserved_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.resolvable_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.slaac_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.subnet_of_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.supernet_of_test.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.to_paths_filter.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.to_paths_lookup.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.to_xml_filter.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.unspecified_test.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.update_fact_module.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.usable_range_filter.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.validate_filter.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.validate_lookup.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.validate_module.rst ${PYSITELIB}/ansible_collections/ansible/utils/docs/ansible.utils.validate_test.rst +${PYSITELIB}/ansible_collections/ansible/utils/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/ansible/utils/docs/docsite/rst/filters_ipaddr.rst ${PYSITELIB}/ansible_collections/ansible/utils/meta/runtime.yml ${PYSITELIB}/ansible_collections/ansible/utils/plugins/action/cli_parse.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/action/cli_parse.pyc @@ -1643,21 +1861,90 @@ ${PYSITELIB}/ansible_collections/ansible/utils/plugins/action/update_fact.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/action/validate.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/action/validate.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/action/validate.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/cidr_merge.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/cidr_merge.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/cidr_merge.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/consolidate.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/consolidate.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/consolidate.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/from_xml.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/from_xml.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/from_xml.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/get_path.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/get_path.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/get_path.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/hwaddr.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/hwaddr.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/hwaddr.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/index_of.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/index_of.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/index_of.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ip4_hex.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ip4_hex.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ip4_hex.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipaddr.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipaddr.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipaddr.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipmath.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipmath.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipmath.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipsubnet.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipsubnet.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipsubnet.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipv4.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipv4.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipv4.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipv6.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipv6.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipv6.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipwrap.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipwrap.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/ipwrap.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/keep_keys.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/keep_keys.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/keep_keys.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/macaddr.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/macaddr.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/macaddr.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/network_in_network.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/network_in_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/network_in_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/network_in_usable.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/network_in_usable.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/network_in_usable.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/next_nth_usable.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/next_nth_usable.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/next_nth_usable.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/nthhost.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/nthhost.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/nthhost.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/param_list_compare.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/param_list_compare.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/param_list_compare.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/previous_nth_usable.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/previous_nth_usable.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/previous_nth_usable.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/reduce_on_network.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/reduce_on_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/reduce_on_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/remove_keys.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/remove_keys.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/remove_keys.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/replace_keys.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/replace_keys.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/replace_keys.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/slaac.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/slaac.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/slaac.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/to_paths.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/to_paths.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/to_paths.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/to_xml.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/to_xml.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/to_xml.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/usable_range.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/usable_range.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/usable_range.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/validate.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/validate.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/filter/validate.pyo @@ -1706,12 +1993,33 @@ ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/cli_par ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/fact_diff.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/fact_diff.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/fact_diff.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/ipaddr_utils.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/ipaddr_utils.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/ipaddr_utils.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/ipaddress_utils.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/ipaddress_utils.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/ipaddress_utils.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/utils.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/utils.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/utils.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/validate.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/validate.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/base/validate.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/consolidate.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/consolidate.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/consolidate.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/from_xml.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/from_xml.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/from_xml.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/keep_keys.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/keep_keys.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/keep_keys.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/remove_keys.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/remove_keys.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/remove_keys.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/replace_keys.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/replace_keys.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/replace_keys.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/to_xml.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/to_xml.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/plugin_utils/to_xml.pyo @@ -1730,83 +2038,234 @@ ${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/cli_parser/xm ${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/fact_diff/native.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/fact_diff/native.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/fact_diff/native.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/validate/config.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/validate/config.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/validate/config.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/validate/jsonschema.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/validate/jsonschema.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/sub_plugins/validate/jsonschema.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/in_any_network.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/in_any_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/in_any_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/in_network.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/in_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/in_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/in_one_network.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/in_one_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/in_one_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ip.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ip.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ip.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ip_address.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ip_address.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ip_address.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4_address.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4_address.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4_address.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4_hostmask.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4_hostmask.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4_hostmask.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4_netmask.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4_netmask.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv4_netmask.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_address.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_address.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_address.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_ipv4_mapped.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_ipv4_mapped.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_ipv4_mapped.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_sixtofour.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_sixtofour.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_sixtofour.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_teredo.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_teredo.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/ipv6_teredo.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/loopback.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/loopback.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/loopback.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/mac.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/mac.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/mac.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/multicast.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/multicast.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/multicast.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/private.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/private.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/private.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/public.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/public.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/public.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/reserved.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/reserved.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/reserved.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/resolvable.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/resolvable.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/resolvable.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/subnet_of.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/subnet_of.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/subnet_of.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/supernet_of.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/supernet_of.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/supernet_of.pyo +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/unspecified.py +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/unspecified.pyc +${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/unspecified.pyo ${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/validate.py ${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/validate.pyc ${PYSITELIB}/ansible_collections/ansible/utils/plugins/test/validate.pyo ${PYSITELIB}/ansible_collections/ansible/utils/requirements.txt ${PYSITELIB}/ansible_collections/ansible/utils/test-requirements.txt ${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/requirements.txt -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/files/nxos_show_interface.txt -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/files/nxos_show_interface.xml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/files/nxos_show_version.txt -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/output/nxos_show_interface_json_text.txt -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/output/nxos_show_interface_ttp_parsed.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/output/nxos_show_interface_xml_parsed.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/output/nxos_show_version_textfsm_parsed.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/argspec.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/centos_textfsm.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/centos_ttp.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/fedora_textfsm.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/fedora_ttp.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/main.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/nxos_json.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/nxos_textfsm.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/nxos_ttp.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/nxos_xml.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/ubuntu_textfsm.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/tasks/ubuntu_ttp.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/templates/centos_df_-h.ttp -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/templates/centos_ifconfig.textfsm -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/templates/fedora_df_-h.ttp -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/templates/fedora_ifconfig.textfsm -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/templates/nxos_show_interface.ttp -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/templates/nxos_show_interface.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/templates/nxos_show_version.textfsm -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/templates/ubuntu_df_-h.ttp -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/cli_parse/templates/ubuntu_ifconfig.textfsm -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/fact_diff/tasks/include/argspec.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/fact_diff/tasks/include/examples.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/fact_diff/tasks/include/simple.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/fact_diff/tasks/main.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/from_xml/tasks/include/simple.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/from_xml/tasks/main.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/get_path/tasks/include/argspec.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/get_path/tasks/include/examples_filter.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/get_path/tasks/include/examples_lookup.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/get_path/tasks/include/simple.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/get_path/tasks/main.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/index_of/tasks/include/argspec.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/index_of/tasks/include/examples_filter.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/index_of/tasks/include/examples_lookup.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/index_of/tasks/include/simple.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/index_of/tasks/main.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/to_paths/tasks/include/argspec.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/to_paths/tasks/include/examples_filter.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/to_paths/tasks/include/examples_lookup.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/to_paths/tasks/include/simple.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/to_paths/tasks/main.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/to_xml/tasks/include/simple.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/to_xml/tasks/main.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/update_fact/tasks/main.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/files/criteria/check_list_data.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/files/criteria/crc_error_check.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/files/criteria/enabled_check.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/files/criteria/in_rate_check.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/files/criteria/oper_status_up.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/files/data/show_interface.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/files/data/test_list_data.json -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/tasks/include/filter.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/tasks/include/lookup.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/tasks/include/module.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/tasks/include/test.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/tasks/main.yaml -${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/validate/vars/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/files/nxos_show_interface.txt +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/files/nxos_show_interface.xml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/files/nxos_show_version.txt +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/output/nxos_show_interface_json_text.txt +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/output/nxos_show_interface_ttp_parsed.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/output/nxos_show_interface_xml_parsed.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/output/nxos_show_version_textfsm_parsed.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/argspec.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/centos_textfsm.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/centos_ttp.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/fedora_textfsm.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/fedora_ttp.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/nxos_json.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/nxos_textfsm.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/nxos_ttp.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/nxos_xml.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/ubuntu_textfsm.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/tasks/ubuntu_ttp.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/templates/centos_df_-h.ttp +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/templates/centos_ifconfig.textfsm +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/templates/fedora_df_-h.ttp +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/templates/fedora_ifconfig.textfsm +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/templates/nxos_show_interface.ttp +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/templates/nxos_show_interface.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/templates/nxos_show_version.textfsm +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/templates/ubuntu_df_-h.ttp +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_cli_parse/templates/ubuntu_ifconfig.textfsm +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_consolidate/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_consolidate/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_consolidate/vars/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_fact_diff/tasks/argspec.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_fact_diff/tasks/examples.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_fact_diff/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_fact_diff/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_from_xml/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_from_xml/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_get_path/tasks/argspec.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_get_path/tasks/examples_filter.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_get_path/tasks/examples_lookup.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_get_path/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_get_path/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_index_of/tasks/argspec.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_index_of/tasks/examples_filter.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_index_of/tasks/examples_lookup.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_index_of/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_index_of/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/cidr_merge.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/hwaddr.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/ip4_hex.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/ipaddr.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/ipmath.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/ipsubnet.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/ipv4.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/ipv6.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/ipwrap.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/macaddr.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/network_in_network.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/network_in_usable.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/next_nth_usable.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/nthhost.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/previous_nth_usable.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/reduce_on_network.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/tasks/slaac.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_ipaddr_filter/vars/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_keep_keys/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_keep_keys/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_keep_keys/vars/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/in_any_network.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/in_network.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/in_one_network.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ip.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ip_address.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ipv4.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ipv4_address.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ipv4_hostmask.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ipv4_netmask.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ipv6.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ipv6_address.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ipv6_ipv4_mapped.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ipv6_sixtofour.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/ipv6_teredo.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/loopback.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/mac.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/multicast.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/private.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/public.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/reserved.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/resolvable.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/subnet_of.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/supernet_of.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/tasks/unspecified.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_netaddr_test/vars/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_param_list_compare/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_param_list_compare/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_remove_keys/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_remove_keys/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_remove_keys/vars/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_replace_keys/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_replace_keys/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_replace_keys/vars/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_to_paths/tasks/argspec.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_to_paths/tasks/empty_members.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_to_paths/tasks/examples_filter.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_to_paths/tasks/examples_lookup.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_to_paths/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_to_paths/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_to_xml/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_to_xml/tasks/simple.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_update_fact/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_usable_range/tasks/argspec.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_usable_range/tasks/example_filter.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_usable_range/tasks/main.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_usable_range/vars/main.yml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/criteria/check_list_data.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/criteria/crc_error_check.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/criteria/enabled_check.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/criteria/format_checker.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/criteria/in_rate_check.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/criteria/oper_status_up.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/criteria/rules.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/data/fail.cfg +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/data/pass.cfg +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/data/show_interface.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/data/test_format_checker.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/data/test_list_data.json +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/files/data/warn.cfg +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/tasks/main.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/tests/config/filter.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/tests/config/lookup.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/tests/config/module.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/tests/config/test.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/tests/jsonschema/filter.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/tests/jsonschema/lookup.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/tests/jsonschema/module.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/tests/jsonschema/test.yaml +${PYSITELIB}/ansible_collections/ansible/utils/tests/integration/targets/utils_validate/vars/main.yaml ${PYSITELIB}/ansible_collections/ansible/utils/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/ansible/utils/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/ansible/utils/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/ansible/utils/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/ansible/utils/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/ansible/utils/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/compat/__init__.py ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/compat/__init__.pyc @@ -1875,12 +2334,81 @@ ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/action/test_up ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/action/test_validate.py ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/action/test_validate.pyc ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/action/test_validate.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_cidr_merge.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_cidr_merge.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_cidr_merge.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_consolidate.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_consolidate.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_consolidate.pyo ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_from_xml.py ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_from_xml.pyc ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_from_xml.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_hwaddr.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_hwaddr.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_hwaddr.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ip4_hex.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ip4_hex.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ip4_hex.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipaddr.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipaddr.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipaddr.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipmath.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipmath.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipmath.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipsubnet.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipsubnet.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipsubnet.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipv4.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipv4.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipv4.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipv6.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipv6.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipv6.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipwrap.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipwrap.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_ipwrap.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_keep_keys.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_keep_keys.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_keep_keys.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_macaddr.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_macaddr.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_macaddr.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_network_in_network.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_network_in_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_network_in_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_network_in_usable.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_network_in_usable.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_network_in_usable.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_next_nth_usable.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_next_nth_usable.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_next_nth_usable.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_nthhost.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_nthhost.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_nthhost.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_param_list_compare.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_param_list_compare.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_param_list_compare.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_previous_nth_usable.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_previous_nth_usable.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_previous_nth_usable.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_reduce_on_network.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_reduce_on_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_reduce_on_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_remove_keys.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_remove_keys.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_remove_keys.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_replace_keys.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_replace_keys.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_replace_keys.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_slaac.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_slaac.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_slaac.pyo ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_to_xml.py ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_to_xml.pyc ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_to_xml.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_usable_range.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_usable_range.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_usable_range.pyo ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_validate.py ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_validate.pyc ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/filter/test_validate.pyo @@ -1904,6 +2432,81 @@ ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/sub_plugins/cl ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/sub_plugins/cli_parsers/test_xml_parser.py ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/sub_plugins/cli_parsers/test_xml_parser.pyc ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/sub_plugins/cli_parsers/test_xml_parser.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/sub_plugins/validate/test_config.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/sub_plugins/validate/test_config.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/sub_plugins/validate/test_config.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_in_any_network.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_in_any_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_in_any_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_in_network.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_in_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_in_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_in_one_network.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_in_one_network.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_in_one_network.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ip.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ip.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ip.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ip_address.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ip_address.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ip_address.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4_address.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4_address.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4_address.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4_hostmask.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4_hostmask.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4_hostmask.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4_netmask.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4_netmask.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv4_netmask.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_address.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_address.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_address.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_ipv4_mapped.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_ipv4_mapped.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_ipv4_mapped.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_sixtofour.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_sixtofour.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_sixtofour.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_teredo.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_teredo.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_ipv6_teredo.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_loopback.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_loopback.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_loopback.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_mac.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_mac.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_mac.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_multicast.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_multicast.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_multicast.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_private.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_private.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_private.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_public.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_public.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_public.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_reserved.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_reserved.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_reserved.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_resolvable.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_resolvable.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_resolvable.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_subnet_of.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_subnet_of.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_subnet_of.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_supernet_of.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_supernet_of.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_supernet_of.pyo +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_unspecified.py +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_unspecified.pyc +${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_unspecified.pyo ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_validate.py ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_validate.pyc ${PYSITELIB}/ansible_collections/ansible/utils/tests/unit/plugins/test/test_validate.pyo @@ -1925,6 +2528,7 @@ ${PYSITELIB}/ansible_collections/ansible/windows/.azure-pipelines/templates/cove ${PYSITELIB}/ansible_collections/ansible/windows/.azure-pipelines/templates/matrix.yml ${PYSITELIB}/ansible_collections/ansible/windows/.azure-pipelines/templates/test.yml ${PYSITELIB}/ansible_collections/ansible/windows/.github/BOTMETA.yml +${PYSITELIB}/ansible_collections/ansible/windows/.github/workflows/stale.yml ${PYSITELIB}/ansible_collections/ansible/windows/.gitignore ${PYSITELIB}/ansible_collections/ansible/windows/CHANGELOG.rst ${PYSITELIB}/ansible_collections/ansible/windows/COPYING @@ -2173,6 +2777,15 @@ ${PYSITELIB}/ansible_collections/ansible/windows/plugins/modules/win_whoami.ps1 ${PYSITELIB}/ansible_collections/ansible/windows/plugins/modules/win_whoami.py ${PYSITELIB}/ansible_collections/ansible/windows/plugins/modules/win_whoami.pyc ${PYSITELIB}/ansible_collections/ansible/windows/plugins/modules/win_whoami.pyo +${PYSITELIB}/ansible_collections/ansible/windows/plugins/plugin_utils/__init__.py +${PYSITELIB}/ansible_collections/ansible/windows/plugins/plugin_utils/__init__.pyc +${PYSITELIB}/ansible_collections/ansible/windows/plugins/plugin_utils/__init__.pyo +${PYSITELIB}/ansible_collections/ansible/windows/plugins/plugin_utils/_quote.py +${PYSITELIB}/ansible_collections/ansible/windows/plugins/plugin_utils/_quote.pyc +${PYSITELIB}/ansible_collections/ansible/windows/plugins/plugin_utils/_quote.pyo +${PYSITELIB}/ansible_collections/ansible/windows/plugins/plugin_utils/_reboot.py +${PYSITELIB}/ansible_collections/ansible/windows/plugins/plugin_utils/_reboot.pyc +${PYSITELIB}/ansible_collections/ansible/windows/plugins/plugin_utils/_reboot.pyo ${PYSITELIB}/ansible_collections/ansible/windows/tests/.gitignore ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/__init__.py ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/__init__.pyc @@ -2245,6 +2858,9 @@ ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_d ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/aliases ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/files/xTestClassDsc/1.0.0/xTestClassDsc.psd1 ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/files/xTestClassDsc/1.0.0/xTestClassDsc.psm1 +${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/files/xTestCompositeDsc/1.0.0/DSCResources/xTestComposite/xTestComposite.psd1 +${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/files/xTestCompositeDsc/1.0.0/DSCResources/xTestComposite/xTestComposite.schema.psm1 +${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/files/xTestCompositeDsc/1.0.0/xTestCompositeDsc.psd1 ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/files/xTestDsc/1.0.0/DSCResources/ANSIBLE_xSetReboot/ANSIBLE_xSetReboot.psm1 ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/files/xTestDsc/1.0.0/DSCResources/ANSIBLE_xSetReboot/ANSIBLE_xSetReboot.schema.mof ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_dsc/files/xTestDsc/1.0.0/DSCResources/ANSIBLE_xTestResource/ANSIBLE_xTestResource.psm1 @@ -2387,6 +3003,7 @@ ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_s ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_stat/aliases ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_stat/defaults/main.yml ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_stat/library/test_symlink_file.ps1 +${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_stat/meta/main.yml ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_stat/tasks/main.yml ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_stat/tasks/tests.yml ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_tempfile/aliases @@ -2401,9 +3018,8 @@ ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_t ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_template/templates/foo2.j2 ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_template/vars/main.yml ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_updates/aliases -${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_updates/defaults/main.yml +${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_updates/meta/main.yml ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_updates/tasks/main.yml -${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_updates/tasks/tests.yml ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_uri/aliases ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_uri/meta/main.yml ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_uri/tasks/main.yml @@ -2426,21 +3042,19 @@ ${PYSITELIB}/ansible_collections/ansible/windows/tests/integration/targets/win_w ${PYSITELIB}/ansible_collections/ansible/windows/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/ansible/windows/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/ansible/windows/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/__init__.pyo ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/__init__.py ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/__init__.pyc ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/__init__.pyo -${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/builtins.py -${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/builtins.pyc -${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/builtins.pyo ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/mock.py ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/mock.pyc ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/mock.pyo -${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/unittest.py -${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/unittest.pyc -${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/conftest.py +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/conftest.pyc +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/conftest.pyo ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/mock/__init__.py ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/mock/__init__.pyc ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/mock/__init__.pyo @@ -2481,6 +3095,16 @@ ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/plugins/filter/test_ ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/plugins/filter/test_quote.pyc ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/plugins/filter/test_quote.pyo ${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/custom_kb.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/fail_poll_script.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/fail_poll_script_invalid_json.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/failed_install.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/full_run.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/install_no_reboot.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/install_reboot_req.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/install_reboot_req_failure.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/install_reboot_req_no_reboot.txt +${PYSITELIB}/ansible_collections/ansible/windows/tests/unit/test_data/win_updates/install_reboot_two_failures.txt ${PYSITELIB}/ansible_collections/ansible/windows/tests/utils/shippable/check_matrix.py ${PYSITELIB}/ansible_collections/ansible/windows/tests/utils/shippable/check_matrix.pyc ${PYSITELIB}/ansible_collections/ansible/windows/tests/utils/shippable/check_matrix.pyo @@ -2498,15 +3122,15 @@ ${PYSITELIB}/ansible_collections/ansible_release.pyo ${PYSITELIB}/ansible_collections/arista/eos/.gitignore ${PYSITELIB}/ansible_collections/arista/eos/.pre-commit-config.yaml ${PYSITELIB}/ansible_collections/arista/eos/.yamllint +${PYSITELIB}/ansible_collections/arista/eos/CHANGELOG.rst ${PYSITELIB}/ansible_collections/arista/eos/FILES.json ${PYSITELIB}/ansible_collections/arista/eos/LICENSE ${PYSITELIB}/ansible_collections/arista/eos/MANIFEST.json ${PYSITELIB}/ansible_collections/arista/eos/README.md ${PYSITELIB}/ansible_collections/arista/eos/bindep.txt -${PYSITELIB}/ansible_collections/arista/eos/changelogs/CHANGELOG.rst ${PYSITELIB}/ansible_collections/arista/eos/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/arista/eos/changelogs/config.yaml -${PYSITELIB}/ansible_collections/arista/eos/changelogs/fragments/123-ospfv3-description.yaml +${PYSITELIB}/ansible_collections/arista/eos/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_acl_interfaces_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_acls_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_banner_module.rst @@ -2532,10 +3156,14 @@ ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_linkagg_module.r ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_lldp_global_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_lldp_interfaces_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_lldp_module.rst +${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_logging_global_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_logging_module.rst +${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_ntp_global_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_ospf_interfaces_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_ospfv2_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_ospfv3_module.rst +${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_prefix_lists_module.rst +${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_route_maps_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_static_route_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_static_routes_module.rst ${PYSITELIB}/ansible_collections/arista/eos/docs/arista.eos.eos_system_module.rst @@ -2665,6 +3293,18 @@ ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/arg ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/logging_global/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ospf_interfaces/__init__.pyo @@ -2683,6 +3323,18 @@ ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/arg ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/route_maps/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/route_maps/route_maps.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/static_routes/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/argspec/static_routes/__init__.pyo @@ -2770,6 +3422,18 @@ ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/con ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/logging_global/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ospf_interfaces/__init__.pyo @@ -2788,6 +3452,18 @@ ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/con ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/route_maps/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/route_maps/route_maps.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/static_routes/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/static_routes/__init__.pyo @@ -2887,6 +3563,18 @@ ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/fac ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/logging_global/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ospf_interfaces/__init__.pyo @@ -2905,6 +3593,18 @@ ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/fac ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/route_maps/__init__.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/route_maps/route_maps.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/static_routes/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/static_routes/__init__.pyo @@ -2953,12 +3653,24 @@ ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_ ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/bgp_global.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/bgp_global.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/bgp_global.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/logging_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/logging_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/logging_global.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/ntp_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/ntp_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/ntp_global.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/ospf_interfaces.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/ospf_interfaces.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/ospfv3.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/ospfv3.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/ospfv3.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/prefix_lists.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/prefix_lists.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/prefix_lists.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/route_maps.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/route_maps.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/rm_templates/route_maps.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/utils/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/utils/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/module_utils/network/eos/utils/__init__.pyo @@ -3040,6 +3752,12 @@ ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_lldp_interfaces. ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_logging.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_logging.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_logging.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_logging_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_logging_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_logging_global.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ntp_global.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ntp_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ntp_global.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ospf_interfaces.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ospf_interfaces.pyo @@ -3049,6 +3767,12 @@ ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ospfv2.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ospfv3.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ospfv3.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_ospfv3.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_prefix_lists.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_prefix_lists.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_prefix_lists.pyo +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_route_maps.py +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_route_maps.pyc +${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_route_maps.pyo ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_static_route.py ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_static_route.pyc ${PYSITELIB}/ansible_collections/arista/eos/plugins/modules/eos_static_route.pyo @@ -3138,9 +3862,11 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_ad ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tasks/cli.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tasks/eapi.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tasks/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tasks/redirection.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/templates/populate.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tests/common/_parsed.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tests/common/_populate.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tests/common/_redirection.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tests/common/_remove_config.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tests/common/deleted.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_bgp_address_family/tests/common/empty_config.yaml @@ -3277,10 +4003,8 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interf ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interface/tasks/eapi.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interface/tasks/main.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interface/tests/cli/basic.yaml -${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interface/tests/cli/intent.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interface/tests/cli/net_interface.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interface/tests/eapi/basic.yaml -${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interface/tests/eapi/intent.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interface/tests/eapi/net_interface.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_interfaces/meta/main.yml @@ -3452,6 +4176,42 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_loggin ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging/tests/cli/net_logging.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging/tests/eapi/basic.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging/tests/eapi/net_logging.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/meta/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tasks/eapi.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/templates/populate.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/_populate.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_logging_global/vars/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/meta/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tasks/eapi.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/templates/populate.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/_populate.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ntp_global/vars/main.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/meta/main.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/tasks/cli.yaml @@ -3464,6 +4224,7 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_i ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/tests/common/deleted.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/tests/common/empty_config.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/tests/common/gathered_empty_config.yml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/tests/common/merged.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/tests/common/overridden.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospf_interfaces/tests/common/parsed.yaml @@ -3508,11 +4269,50 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospfv3 ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospfv3/tests/common/replaced.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospfv3/tests/common/rtt.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_ospfv3/vars/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/defaults/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/meta/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tasks/cli.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tasks/eapi.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tasks/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/templates/populate.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/_populate.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/tests/common/rtt.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_prefix_lists/vars/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/defaults/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/meta/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tasks/cli.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tasks/eapi.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tasks/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/templates/populate.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/_populate.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/tests/common/rtt.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_route_maps/vars/main.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_smoke/defaults/main.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_smoke/meta/main.yml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_smoke/tasks/cli.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_smoke/tasks/eapi.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_smoke/tasks/main.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_smoke/tests/cli/caching.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_smoke/tests/cli/common_config.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_smoke/tests/cli/common_utils.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_smoke/tests/cli/misc_tests.yaml @@ -3597,11 +4397,12 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_vrf/ta ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_vrf/tasks/main.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_vrf/tests/cli/basic.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/eos_vrf/tests/cli/net_vrf.yaml +${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/prepare_eos_tests/meta/main.yaml ${PYSITELIB}/ansible_collections/arista/eos/tests/integration/targets/prepare_eos_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/arista/eos/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/arista/eos/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/arista/eos/tests/sanity/ignore-2.12.txt ${PYSITELIB}/ansible_collections/arista/eos/tests/sanity/ignore-2.9.txt -${PYSITELIB}/ansible_collections/arista/eos/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/__init__.pyo @@ -3644,7 +4445,6 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/conftest.pyo ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/__init__.pyo -${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/.test_eos_l3_interfaces.py.swp ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/__init__.py ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/__init__.pyc ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/__init__.pyo @@ -3676,11 +4476,15 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtu ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_lag_interfaces_config.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_lldp_global_config.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_logging_config.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_logging_global_config.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_ntp_global_config.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_ospf_interfaces_config.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_ospfv2_config.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_ospfv2_config_gather.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_ospfv3_config.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_ospfv3_config_gather.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_prefix_lists_config.cfg +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_route_maps_config.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_static_routes_config.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_static_routes_config1.cfg ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/fixtures/eos_system_config.cfg @@ -3737,6 +4541,12 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_ ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_logging.py ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_logging.pyc ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_logging.pyo +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_logging_global.py +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_logging_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_logging_global.pyo +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_ntp_global.py +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_ntp_global.pyc +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_ntp_global.pyo ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_ospf_interfaces.py ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_ospf_interfaces.pyo @@ -3746,6 +4556,12 @@ ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_ ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_ospfv3.py ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_ospfv3.pyc ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_ospfv3.pyo +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_prefix_lists.py +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_prefix_lists.pyc +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_prefix_lists.pyo +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_route_maps.py +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_route_maps.pyc +${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_route_maps.pyo ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_static_routes.py ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_static_routes.pyc ${PYSITELIB}/ansible_collections/arista/eos/tests/unit/modules/network/eos/test_eos_static_routes.pyo @@ -3768,6 +4584,7 @@ ${PYSITELIB}/ansible_collections/awx/awx/FILES.json ${PYSITELIB}/ansible_collections/awx/awx/MANIFEST.json ${PYSITELIB}/ansible_collections/awx/awx/README.md ${PYSITELIB}/ansible_collections/awx/awx/TESTING.md +${PYSITELIB}/ansible_collections/awx/awx/bindep.txt ${PYSITELIB}/ansible_collections/awx/awx/images/completeness_test_output.png ${PYSITELIB}/ansible_collections/awx/awx/meta/runtime.yml ${PYSITELIB}/ansible_collections/awx/awx/plugins/doc_fragments/auth.py @@ -3779,30 +4596,126 @@ ${PYSITELIB}/ansible_collections/awx/awx/plugins/doc_fragments/auth_legacy.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/doc_fragments/auth_plugin.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/doc_fragments/auth_plugin.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/doc_fragments/auth_plugin.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/inventory/tower.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/inventory/tower.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/inventory/tower.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/tower_api.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/tower_api.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/tower_api.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/tower_schedule_rrule.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/tower_schedule_rrule.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/tower_schedule_rrule.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_api.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_api.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_api.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_awxkit.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_awxkit.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_awxkit.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/inventory/controller.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/inventory/controller.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/inventory/controller.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/controller_api.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/controller_api.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/controller_api.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/schedule_rrule.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/schedule_rrule.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/lookup/schedule_rrule.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/awxkit.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/awxkit.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/awxkit.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/controller_api.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/controller_api.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/controller_api.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_legacy.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_legacy.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_legacy.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_module.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_module.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/module_utils/tower_module.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/ad_hoc_command.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/ad_hoc_command.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/ad_hoc_command.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/ad_hoc_command_cancel.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/ad_hoc_command_cancel.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/ad_hoc_command_cancel.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/ad_hoc_command_wait.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/ad_hoc_command_wait.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/ad_hoc_command_wait.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/application.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/application.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/application.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/controller_meta.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/controller_meta.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/controller_meta.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/credential.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/credential.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/credential.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/credential_input_source.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/credential_input_source.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/credential_input_source.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/credential_type.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/credential_type.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/credential_type.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/execution_environment.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/execution_environment.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/execution_environment.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/export.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/export.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/export.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/group.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/group.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/group.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/host.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/host.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/host.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/import.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/import.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/import.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/instance_group.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/instance_group.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/instance_group.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/inventory.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/inventory.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/inventory.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/inventory_source.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/inventory_source.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/inventory_source.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/inventory_source_update.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/inventory_source_update.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/inventory_source_update.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_cancel.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_cancel.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_cancel.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_launch.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_launch.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_launch.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_list.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_list.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_list.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_template.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_template.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_template.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_wait.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_wait.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/job_wait.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/label.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/label.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/label.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/license.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/license.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/license.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/notification_template.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/notification_template.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/notification_template.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/organization.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/organization.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/organization.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/project.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/project.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/project.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/project_update.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/project_update.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/project_update.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/role.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/role.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/role.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/schedule.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/schedule.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/schedule.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/settings.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/settings.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/settings.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/team.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/team.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/team.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/token.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/token.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/token.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_ad_hoc_command.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_ad_hoc_command.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_ad_hoc_command.pyo @@ -3815,6 +4728,9 @@ ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_ad_hoc_command_wa ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_application.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_application.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_application.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_controller_meta.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_controller_meta.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_controller_meta.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_credential.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_credential.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_credential.pyo @@ -3824,6 +4740,9 @@ ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_credential_input_ ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_credential_type.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_credential_type.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_credential_type.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_execution_environment.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_execution_environment.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_execution_environment.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_export.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_export.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_export.pyo @@ -3869,9 +4788,6 @@ ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_label.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_license.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_license.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_license.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_meta.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_meta.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_meta.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_notification_template.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_notification_template.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_notification_template.pyo @@ -3884,18 +4800,12 @@ ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_project.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_project_update.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_project_update.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_project_update.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_receive.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_receive.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_receive.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_role.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_role.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_role.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_schedule.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_schedule.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_schedule.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_send.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_send.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_send.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_settings.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_settings.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_settings.pyo @@ -3908,6 +4818,9 @@ ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_token.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_user.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_user.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_user.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_approval.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_approval.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_approval.pyo ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_job_template.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_job_template.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_job_template.pyo @@ -3917,11 +4830,28 @@ ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_job_temp ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_launch.py ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_launch.pyc ${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_launch.pyo -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_template.py -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_template.pyc -${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_template.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_node_wait.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_node_wait.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/tower_workflow_node_wait.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/user.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/user.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/user.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_approval.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_approval.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_approval.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_job_template.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_job_template.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_job_template.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_job_template_node.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_job_template_node.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_job_template_node.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_launch.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_launch.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_launch.pyo +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_node_wait.py +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_node_wait.pyc +${PYSITELIB}/ansible_collections/awx/awx/plugins/modules/workflow_node_wait.pyo ${PYSITELIB}/ansible_collections/awx/awx/requirements.txt -${PYSITELIB}/ansible_collections/awx/awx/setup.cfg ${PYSITELIB}/ansible_collections/awx/awx/test/awx/conftest.py ${PYSITELIB}/ansible_collections/awx/awx/test/awx/conftest.pyc ${PYSITELIB}/ansible_collections/awx/awx/test/awx/conftest.pyo @@ -3982,9 +4912,6 @@ ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_role.pyo ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_schedule.py ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_schedule.pyc ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_schedule.pyo -${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_send_receive.py -${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_send_receive.pyc -${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_send_receive.pyo ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_settings.py ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_settings.pyc ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_settings.pyo @@ -4003,54 +4930,50 @@ ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_workflow_job_template.pyo ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_workflow_job_template_node.py ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_workflow_job_template_node.pyc ${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_workflow_job_template_node.pyo -${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_workflow_template.py -${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_workflow_template.pyc -${PYSITELIB}/ansible_collections/awx/awx/test/awx/test_workflow_template.pyo +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/ad_hoc_command/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/ad_hoc_command_cancel/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/ad_hoc_command_wait/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/application/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/credential/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/credential_input_source/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/credential_type/tasks/main.yml ${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/demo_data/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_ad_hoc_command/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_ad_hoc_command_cancel/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_ad_hoc_command_wait/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_application/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_credential/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_credential_input_source/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_credential_type/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_export/aliases -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_export/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_group/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_host/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_import/aliases -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_import/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_instance_group/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_inventory/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_inventory_source/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_inventory_source_update/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_job_cancel/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_job_launch/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_job_list/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_job_template/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_job_wait/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_label/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_lookup_api_plugin/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_notification_template/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_organization/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_project/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_project_manual/tasks/create_project_dir.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_project_manual/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_project_update/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_role/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_schedule/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_schedule_rrule/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_settings/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_team/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_token/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_user/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_workflow_job_template/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/tower_workflow_launch/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tests/sanity/ignore-2.10.txt -${PYSITELIB}/ansible_collections/awx/awx/tests/sanity/ignore-2.9.txt +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/execution_environment/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/export/aliases +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/export/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/group/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/host/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/import/aliases +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/import/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/instance_group/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/inventory/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/inventory_source/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/inventory_source_update/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/job_cancel/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/job_launch/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/job_list/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/job_template/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/job_wait/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/label/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/lookup_api_plugin/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/notification_template/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/organization/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/project/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/project_manual/tasks/create_project_dir.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/project_manual/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/project_update/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/role/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/schedule/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/schedule_rrule/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/settings/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/team/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/token/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/user/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/workflow_job_template/tasks/main.yml +${PYSITELIB}/ansible_collections/awx/awx/tests/integration/targets/workflow_launch/tasks/main.yml ${PYSITELIB}/ansible_collections/awx/awx/tools/generate.yml ${PYSITELIB}/ansible_collections/awx/awx/tools/roles/generate/tasks/main.yml -${PYSITELIB}/ansible_collections/awx/awx/tools/roles/generate/templates/tower_module.j2 +${PYSITELIB}/ansible_collections/awx/awx/tools/roles/generate/templates/module.j2 ${PYSITELIB}/ansible_collections/awx/awx/tools/roles/template_galaxy/tasks/main.yml ${PYSITELIB}/ansible_collections/awx/awx/tools/roles/template_galaxy/templates/README.md.j2 ${PYSITELIB}/ansible_collections/awx/awx/tools/roles/template_galaxy/templates/galaxy.yml.j2 @@ -4061,6 +4984,14 @@ ${PYSITELIB}/ansible_collections/awx/awx/tools/vars/examples.yml ${PYSITELIB}/ansible_collections/awx/awx/tools/vars/generate_for.yml ${PYSITELIB}/ansible_collections/awx/awx/tools/vars/resolution.yml ${PYSITELIB}/ansible_collections/azure/azcollection/.gitignore +${PYSITELIB}/ansible_collections/azure/azcollection/.idea/.gitignore +${PYSITELIB}/ansible_collections/azure/azcollection/.idea/ansible-azure.iml +${PYSITELIB}/ansible_collections/azure/azcollection/.idea/inspectionProfiles/Project_Default.xml +${PYSITELIB}/ansible_collections/azure/azcollection/.idea/inspectionProfiles/profiles_settings.xml +${PYSITELIB}/ansible_collections/azure/azcollection/.idea/misc.xml +${PYSITELIB}/ansible_collections/azure/azcollection/.idea/modules.xml +${PYSITELIB}/ansible_collections/azure/azcollection/.idea/vcs.xml +${PYSITELIB}/ansible_collections/azure/azcollection/.idea/workspace.xml ${PYSITELIB}/ansible_collections/azure/azcollection/CHANGELOG.md ${PYSITELIB}/ansible_collections/azure/azcollection/CONTRIBUTING.md ${PYSITELIB}/ansible_collections/azure/azcollection/CredScanSuppressions.json @@ -4070,6 +5001,7 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/MANIFEST.json ${PYSITELIB}/ansible_collections/azure/azcollection/README.md ${PYSITELIB}/ansible_collections/azure/azcollection/azure-pipelines.yml ${PYSITELIB}/ansible_collections/azure/azcollection/meta/execution-environment.yml +${PYSITELIB}/ansible_collections/azure/azcollection/meta/runtime.yml ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/doc_fragments/azure.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/doc_fragments/azure.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/doc_fragments/azure.pyo @@ -4091,6 +5023,18 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/module_utils/azure_r ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common_rest.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common_rest.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common_rest.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adapplication.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adapplication.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adapplication.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adapplication_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adapplication_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adapplication_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adgroup.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adgroup.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adgroup.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adgroup_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adgroup_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adgroup_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adpassword.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adpassword.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adpassword.pyo @@ -4103,6 +5047,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ads ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adserviceprincipal_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adserviceprincipal_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_adserviceprincipal_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aduser.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aduser.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aduser.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aduser_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aduser_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aduser_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aks.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aks.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aks.pyo @@ -4115,9 +5065,24 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aks ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aksversion_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aksversion_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_aksversion_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagement.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagement.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagement.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagement_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagement_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagement_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagementservice.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagementservice.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagementservice.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagementservice_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagementservice_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_apimanagementservice_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_appgateway.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_appgateway.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_appgateway.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_appgateway_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_appgateway_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_appgateway_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_applicationsecuritygroup.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_applicationsecuritygroup.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_applicationsecuritygroup.pyo @@ -4181,6 +5146,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cdn ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cdnprofile_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cdnprofile_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cdnprofile_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cognitivesearch.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cognitivesearch.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cognitivesearch.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cognitivesearch_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cognitivesearch_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_cognitivesearch_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_containerinstance.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_containerinstance.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_containerinstance.pyo @@ -4217,6 +5188,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_dat ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_datalakestore_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_datalakestore_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_datalakestore_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ddosprotectionplan.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ddosprotectionplan.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ddosprotectionplan.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ddosprotectionplan_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ddosprotectionplan_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ddosprotectionplan_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_deployment.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_deployment.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_deployment.pyo @@ -4277,6 +5254,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_dev ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_devtestlabvirtualnetwork_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_devtestlabvirtualnetwork_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_devtestlabvirtualnetwork_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_diskencryptionset.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_diskencryptionset.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_diskencryptionset.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_diskencryptionset_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_diskencryptionset_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_diskencryptionset_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_dnsrecordset.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_dnsrecordset.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_dnsrecordset.pyo @@ -4289,6 +5272,18 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_dns ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_dnszone_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_dnszone_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_dnszone_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_eventhub.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_eventhub.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_eventhub.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_eventhub_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_eventhub_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_eventhub_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_expressroute.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_expressroute.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_expressroute.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_expressroute_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_expressroute_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_expressroute_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_functionapp.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_functionapp.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_functionapp.pyo @@ -4319,6 +5314,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hdi ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hdinsightcluster_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hdinsightcluster_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hdinsightcluster_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hostgroup.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hostgroup.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hostgroup.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hostgroup_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hostgroup_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_hostgroup_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_image.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_image.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_image.pyo @@ -4343,6 +5344,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_iot ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_iothubconsumergroup.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_iothubconsumergroup.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_iothubconsumergroup.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ipgroup.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ipgroup.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ipgroup.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ipgroup_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ipgroup_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_ipgroup_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_keyvault.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_keyvault.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_keyvault.pyo @@ -4415,6 +5422,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_mar ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_mariadbserver_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_mariadbserver_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_mariadbserver_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_monitordiagnosticsetting.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_monitordiagnosticsetting.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_monitordiagnosticsetting.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_monitordiagnosticsetting_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_monitordiagnosticsetting_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_monitordiagnosticsetting_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_monitorlogprofile.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_monitorlogprofile.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_monitorlogprofile.pyo @@ -4448,6 +5461,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_net ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_networkinterface_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_networkinterface_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_networkinterface_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_notificationhub.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_notificationhub.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_notificationhub.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_notificationhub_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_notificationhub_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_notificationhub_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_openshiftmanagedcluster.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_openshiftmanagedcluster.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_openshiftmanagedcluster.pyo @@ -4487,6 +5506,30 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_pri ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privatednszone_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privatednszone_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privatednszone_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privatednszonelink.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privatednszonelink.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privatednszonelink.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privatednszonelink_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privatednszonelink_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privatednszonelink_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpoint.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpoint.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpoint.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpoint_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpoint_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpoint_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpointdnszonegroup.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpointdnszonegroup.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpointdnszonegroup.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpointdnszonegroup_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpointdnszonegroup_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_privateendpointdnszonegroup_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_proximityplacementgroup.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_proximityplacementgroup.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_proximityplacementgroup.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_proximityplacementgroup_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_proximityplacementgroup_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_proximityplacementgroup_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_publicipaddress.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_publicipaddress.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_publicipaddress.pyo @@ -4610,6 +5653,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_sto ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_storageblob.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_storageblob.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_storageblob.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_storageshare.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_storageshare.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_storageshare.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_storageshare_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_storageshare_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_storageshare_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_subnet.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_subnet.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_subnet.pyo @@ -4634,6 +5683,12 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_tra ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_trafficmanagerprofile_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_trafficmanagerprofile_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_trafficmanagerprofile_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualhub.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualhub.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualhub.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualhub_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualhub_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualhub_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualmachine.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualmachine.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualmachine.pyo @@ -4667,6 +5722,9 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vir ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualmachinescalesetinstance_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualmachinescalesetinstance_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualmachinescalesetinstance_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualmachinesize_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualmachinesize_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualmachinesize_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualnetwork.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualnetwork.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualnetwork.pyo @@ -4682,21 +5740,48 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vir ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualnetworkpeering_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualnetworkpeering_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualnetworkpeering_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualwan.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualwan.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualwan.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualwan_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualwan_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_virtualwan_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vmbackuppolicy.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vmbackuppolicy.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vmbackuppolicy.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vmbackuppolicy_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vmbackuppolicy_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vmbackuppolicy_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vpnsite.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vpnsite.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vpnsite.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vpnsite_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vpnsite_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vpnsite_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vpnsitelink_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vpnsitelink_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_vpnsitelink_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappaccessrestriction.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappaccessrestriction.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappaccessrestriction.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappaccessrestriction_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappaccessrestriction_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappaccessrestriction_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappslot.py ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappslot.pyc ${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappslot.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappvnetconnection.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappvnetconnection.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappvnetconnection.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappvnetconnection_info.py +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappvnetconnection_info.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webappvnetconnection_info.pyo ${PYSITELIB}/ansible_collections/azure/azcollection/pr-pipelines.yml ${PYSITELIB}/ansible_collections/azure/azcollection/release-pipelines.yml ${PYSITELIB}/ansible_collections/azure/azcollection/requirements-azure.txt @@ -4705,15 +5790,31 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/shippable.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_acs/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_acs/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_acs/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adapplication/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adapplication/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adapplication/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adgroup/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adgroup/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adgroup/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adpassword/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adpassword/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adpassword/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adserviceprincipal/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adserviceprincipal/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_adserviceprincipal/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_aduser/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_aduser/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_aduser/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_aks/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_aks/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_aks/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_aks/tasks/minimal-cluster.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_apimanagement/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_apimanagement/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_apimanagement/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_apimanagementservice/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_apimanagementservice/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_apimanagementservice/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_appgateway/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_appgateway/files/cert1.txt ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_appgateway/files/cert2.txt @@ -4746,6 +5847,9 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_cdnprofile/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_cdnprofile/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_cdnprofile/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_cognitivesearch/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_cognitivesearch/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_cognitivesearch/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_containerinstance/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_containerinstance/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_containerinstance/tasks/main.yml @@ -4758,15 +5862,30 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_datalakestore/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_datalakestore/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_datalakestore/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_ddosprotectionplan/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_ddosprotectionplan/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_ddosprotectionplan/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_deployment/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_deployment/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_deployment/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_diskencryptionset/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_diskencryptionset/lookup_plugins/azure_service_principal_attribute.py +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_diskencryptionset/lookup_plugins/azure_service_principal_attribute.pyc +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_diskencryptionset/lookup_plugins/azure_service_principal_attribute.pyo +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_diskencryptionset/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_diskencryptionset/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_dnsrecordset/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_dnsrecordset/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_dnsrecordset/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_dnszone/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_dnszone/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_dnszone/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_eventhub/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_eventhub/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_eventhub/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_expressroute/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_expressroute/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_expressroute/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_functionapp/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_functionapp/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_functionapp/tasks/main.yml @@ -4776,12 +5895,18 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_hdinsightcluster/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_hdinsightcluster/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_hdinsightcluster/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_hostgroup/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_hostgroup/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_hostgroup/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_image/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_image/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_image/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_iothub/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_iothub/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_iothub/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_ipgroup/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_ipgroup/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_ipgroup/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_keyvault/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_keyvault/lookup_plugins/azure_service_principal_attribute.py ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_keyvault/lookup_plugins/azure_service_principal_attribute.pyc @@ -4815,6 +5940,9 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_mariadbserver/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_mariadbserver/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_mariadbserver/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_monitordiagnosticsetting/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_monitordiagnosticsetting/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_monitordiagnosticsetting/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_monitorlogprofile/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_monitorlogprofile/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_monitorlogprofile/tasks/main.yml @@ -4824,6 +5952,9 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_networkinterface/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_networkinterface/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_networkinterface/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_notificationhub/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_notificationhub/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_notificationhub/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_openshiftmanagedcluster/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_openshiftmanagedcluster/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_openshiftmanagedcluster/tasks/main.yml @@ -4836,6 +5967,18 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privatednszone/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privatednszone/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privatednszone/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privatednszonelink/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privatednszonelink/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privatednszonelink/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privateendpoint/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privateendpoint/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privateendpoint/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privateendpointdnszonegroup/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privateendpointdnszonegroup/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privateendpointdnszonegroup/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_proximityplacementgroup/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_proximityplacementgroup/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_proximityplacementgroup/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_publicipaddress/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_publicipaddress/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_publicipaddress/tasks/main.yml @@ -4882,6 +6025,9 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_storageblob/files/Ratings.png ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_storageblob/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_storageblob/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_storageshare/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_storageshare/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_storageshare/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_subnet/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_subnet/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_subnet/tasks/main.yml @@ -4891,6 +6037,9 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_trafficmanagerprofile/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_trafficmanagerprofile/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_trafficmanagerprofile/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualhub/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualhub/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualhub/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachine/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachine/inventory.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachine/main.yml @@ -4902,8 +6051,11 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachine/tasks/azure_test_minimal.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachine/tasks/azure_test_no_public_ip.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachine/tasks/azure_test_public_ip.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachine/tasks/azure_test_spot.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachine/tasks/setup.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachineextension/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachineextension/files/test-protected-settings.json +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachineextension/files/test-public-settings.json ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachineextension/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachineextension/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachineimage_info/aliases @@ -4912,6 +6064,9 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachinescaleset/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachinescaleset/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachinescaleset/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachinesize_info/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachinesize_info/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualmachinesize_info/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualnetwork/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualnetwork/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualnetwork/tasks/main.yml @@ -4921,12 +6076,24 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/az ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualnetworkpeering/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualnetworkpeering/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualnetworkpeering/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualwan/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualwan/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_virtualwan/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_vmbackuppolicy/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_vmbackuppolicy/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_vmbackuppolicy/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_vpnsite/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_vpnsite/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_vpnsite/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_webapp/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_webapp/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_webapp/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_webappaccessrestriction/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_webappaccessrestriction/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_webappaccessrestriction/tasks/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_webappvnetconnection/aliases +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_webappvnetconnection/meta/main.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_webappvnetconnection/tasks/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_workspace/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_workspace/meta/main.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_workspace/tasks/main.yml @@ -4939,10 +6106,13 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/in ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/inventory_azure/playbooks/vars.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/inventory_azure/runme.sh ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/inventory_azure/templates/basic.yml +${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/inventory_azure/templates/basic2.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/inventory_azure/test.azure_rm.yml ${PYSITELIB}/ansible_collections/azure/azcollection/tests/integration/targets/setup_azure/aliases ${PYSITELIB}/ansible_collections/azure/azcollection/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/azure/azcollection/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/azure/azcollection/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/azure/azcollection/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/azure/azcollection/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/azure/azcollection/tests/utils/ado/ado.sh ${PYSITELIB}/ansible_collections/azure/azcollection/tests/utils/shippable/azure.sh @@ -4959,6 +6129,10 @@ ${PYSITELIB}/ansible_collections/azure/azcollection/tests/utils/shippable/timing ${PYSITELIB}/ansible_collections/check_point/mgmt/FILES.json ${PYSITELIB}/ansible_collections/check_point/mgmt/MANIFEST.json ${PYSITELIB}/ansible_collections/check_point/mgmt/README.md +${PYSITELIB}/ansible_collections/check_point/mgmt/meta/runtime.yml +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/action/cp_mgmt_access_rules.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/action/cp_mgmt_access_rules.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/action/cp_mgmt_access_rules.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoint_commands.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoint_commands.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoint_commands.pyo @@ -4968,6 +6142,9 @@ ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoi ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoint_objects.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoint_objects.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoint_objects.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoint_objects_action_module.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoint_objects_action_module.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/doc_fragments/checkpoint_objects_action_module.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/httpapi/checkpoint.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/httpapi/checkpoint.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/httpapi/checkpoint.pyo @@ -5019,6 +6196,9 @@ ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access_rule_facts.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access_rule_facts.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access_rule_facts.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access_rules.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access_rules.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access_rules.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access_section.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access_section.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_access_section.pyo @@ -5028,6 +6208,9 @@ ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_ap ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_data_center_object.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_data_center_object.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_data_center_object.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_domain.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_domain.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_domain.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_nat_rule.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_nat_rule.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_add_nat_rule.pyo @@ -5073,6 +6256,9 @@ ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete_data_center_object.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete_data_center_object.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete_data_center_object.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete_domain.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete_domain.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete_domain.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete_nat_rule.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete_nat_rule.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_delete_nat_rule.pyo @@ -5085,6 +6271,9 @@ ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_dns_do ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_dns_domain_facts.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_dns_domain_facts.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_dns_domain_facts.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_domain_facts.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_domain_facts.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_domain_facts.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_dynamic_object.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_dynamic_object.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_dynamic_object.pyo @@ -5124,12 +6313,36 @@ ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_host_f ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_https_section.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_https_section.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_https_section.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_identity_tag.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_identity_tag.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_identity_tag.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_identity_tag_facts.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_identity_tag_facts.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_identity_tag_facts.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_install_database.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_install_database.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_install_database.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_install_policy.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_install_policy.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_install_policy.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_install_software_package.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_install_software_package.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_install_software_package.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_cluster.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_cluster.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_cluster.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_cluster_facts.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_cluster_facts.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_cluster_facts.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_gateway.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_gateway.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_gateway.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_gateway_facts.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_gateway_facts.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_lsm_gateway_facts.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_mds.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_mds.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_mds.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_mds_facts.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_mds_facts.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_mds_facts.pyo @@ -5232,6 +6445,9 @@ ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_servic ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_session_facts.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_session_facts.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_session_facts.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_set_domain.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_set_domain.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_set_domain.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_set_nat_rule.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_set_nat_rule.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_set_nat_rule.pyo @@ -5310,6 +6526,12 @@ ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_time.p ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_time_facts.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_time_facts.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_time_facts.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_trusted_client.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_trusted_client.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_trusted_client.pyo +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_trusted_client_facts.py +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_trusted_client_facts.pyc +${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_trusted_client_facts.pyo ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_uninstall_software_package.py ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_uninstall_software_package.pyc ${PYSITELIB}/ansible_collections/check_point/mgmt/plugins/modules/cp_mgmt_uninstall_software_package.pyo @@ -5689,6 +6911,7 @@ ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/README.md ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/changelogs/.plugin-cache.yaml ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/changelogs/config.yaml +${PYSITELIB}/ansible_collections/chocolatey/chocolatey/meta/runtime.yml ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/plugins/README.md ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey.ps1 ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey.py @@ -5710,7 +6933,6 @@ ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/plugins/modules/win_choco ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_source.py ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_source.pyc ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_source.pyo -${PYSITELIB}/ansible_collections/chocolatey/chocolatey/tests/integration/ci-inventory.winrm ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/tests/integration/targets/win_chocolatey/aliases ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/tests/integration/targets/win_chocolatey/defaults/main.yml ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/tests/integration/targets/win_chocolatey/files/package.nuspec @@ -5735,8 +6957,20 @@ ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/tests/integration/targets ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/tests/integration/targets/win_chocolatey_source/tasks/main.yml ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/tests/integration/targets/win_chocolatey_source/tasks/tests.yml ${PYSITELIB}/ansible_collections/chocolatey/chocolatey/tests/integration/vagrant-inventory.winrm +${PYSITELIB}/ansible_collections/chocolatey/chocolatey/tests/requirements.yml +${PYSITELIB}/ansible_collections/cisco/aci/.github/ISSUE_TEMPLATE/Bug_Report.md +${PYSITELIB}/ansible_collections/cisco/aci/.github/ISSUE_TEMPLATE/Feature_Request.md +${PYSITELIB}/ansible_collections/cisco/aci/.github/ISSUE_TEMPLATE/config.yml ${PYSITELIB}/ansible_collections/cisco/aci/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/cisco/aci/.github/workflows/changelog-generation.yml +${PYSITELIB}/ansible_collections/cisco/aci/.github/workflows/galaxy-importer.cfg ${PYSITELIB}/ansible_collections/cisco/aci/.gitignore +${PYSITELIB}/ansible_collections/cisco/aci/.pytest_cache/.gitignore +${PYSITELIB}/ansible_collections/cisco/aci/.pytest_cache/CACHEDIR.TAG +${PYSITELIB}/ansible_collections/cisco/aci/.pytest_cache/README.md +${PYSITELIB}/ansible_collections/cisco/aci/.pytest_cache/v/cache/lastfailed +${PYSITELIB}/ansible_collections/cisco/aci/.pytest_cache/v/cache/nodeids +${PYSITELIB}/ansible_collections/cisco/aci/.pytest_cache/v/cache/stepwise ${PYSITELIB}/ansible_collections/cisco/aci/.vscode/settings.json ${PYSITELIB}/ansible_collections/cisco/aci/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/aci/FILES.json @@ -5754,6 +6988,12 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/aci.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/aci.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/aci.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/annotation.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/annotation.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/annotation.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/owner.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/owner.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/doc_fragments/owner.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/module_utils/__init__.pyo @@ -5784,6 +7024,9 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_aep.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_aep_to_domain.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_aep_to_domain.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_aep_to_domain.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_aep_to_epg.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_aep_to_epg.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_aep_to_epg.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_ap.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_ap.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_ap.pyo @@ -5799,12 +7042,39 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bd_subnet.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bd_to_l3out.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bd_to_l3out.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bd_to_l3out.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bgp_rr_asn.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bgp_rr_asn.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bgp_rr_asn.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bgp_rr_node.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bgp_rr_node.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_bgp_rr_node.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_ap.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_ap.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_ap.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_aws_provider.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_aws_provider.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_aws_provider.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_bgp_asn.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_bgp_asn.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_bgp_asn.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_cidr.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_cidr.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_cidr.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_ctx_profile.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_ctx_profile.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_ctx_profile.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_epg.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_epg.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_epg.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_epg_selector.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_epg_selector.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_epg_selector.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_external_epg.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_external_epg.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_external_epg.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_external_epg_selector.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_external_epg_selector.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_external_epg_selector.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_provider.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_provider.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_cloud_provider.pyo @@ -5829,12 +7099,33 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_config_snapshot.p ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_export.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_export.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_export.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_subject.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_subject.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_subject.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_subject_to_filter.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_subject_to_filter.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_subject_to_filter.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_subject_to_service_graph.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_subject_to_service_graph.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_contract_subject_to_service_graph.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dhcp_relay.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dhcp_relay.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dhcp_relay.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dhcp_relay_provider.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dhcp_relay_provider.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dhcp_relay_provider.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dns_domain.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dns_domain.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dns_domain.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dns_profile.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dns_profile.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dns_profile.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dns_provider.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dns_provider.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_dns_provider.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_domain.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_domain.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_domain.pyo @@ -5859,18 +7150,54 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_monitoring_po ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_contract.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_contract.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_contract.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_contract_interface.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_contract_interface.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_contract_interface.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_contract_master.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_contract_master.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_contract_master.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_domain.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_domain.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_epg_to_domain.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_contract_master.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_contract_master.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_contract_master.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_epg_selector.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_epg_selector.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_epg_selector.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_ip_subnet_selector.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_ip_subnet_selector.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_ip_subnet_selector.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_tag_selector.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_tag_selector.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_esg_tag_selector.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_leaf_profile.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_leaf_profile.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_leaf_profile.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_leaf_switch_assoc.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_leaf_switch_assoc.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_leaf_switch_assoc.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_node.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_node.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_node.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_scheduler.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_scheduler.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_scheduler.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_spine_profile.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_spine_profile.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_spine_profile.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_spine_switch_assoc.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_spine_switch_assoc.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_spine_switch_assoc.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_switch_block.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_switch_block.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_switch_block.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_switch_policy_group.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_switch_policy_group.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_fabric_switch_policy_group.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_filter.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_filter.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_filter.pyo @@ -5889,6 +7216,12 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_firmware_policy.p ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_firmware_source.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_firmware_source.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_firmware_source.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_interface_blacklist.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_interface_blacklist.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_interface_blacklist.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_interface_description.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_interface_description.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_interface_description.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_interface_policy_cdp.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_interface_policy_cdp.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_interface_policy_cdp.pyo @@ -5934,9 +7267,24 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_extepg.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_extepg.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_extepg.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_extepg_to_contract.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_extepg_to_contract.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_extepg_to_contract.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_logical_interface_path.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_logical_interface_path.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_logical_interface_path.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_logical_interface_profile.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_logical_interface_profile.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_logical_interface_profile.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_logical_node_profile.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_logical_node_profile.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l2out_logical_node_profile.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_bgp_peer.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_bgp_peer.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_bgp_peer.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_extepg.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_extepg.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_extepg.pyo @@ -5946,15 +7294,33 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_extepg_to_c ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_extsubnet.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_extsubnet.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_extsubnet.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_interface.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_interface.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_interface.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_interface_secondary_ip.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_interface_secondary_ip.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_interface_secondary_ip.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_interface_profile.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_interface_profile.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_interface_profile.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_interface_vpc_member.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_interface_vpc_member.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_interface_vpc_member.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_node.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_node.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_node.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_node_profile.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_node_profile.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_logical_node_profile.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_route_tag_policy.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_route_tag_policy.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_route_tag_policy.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_static_routes.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_static_routes.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_static_routes.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_static_routes_nexthop.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_static_routes_nexthop.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_l3out_static_routes_nexthop.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_maintenance_group.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_maintenance_group.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_maintenance_group.pyo @@ -5970,6 +7336,21 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_node_mgmt_epg.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_rest.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_rest.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_rest.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_client.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_client.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_client.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_client_group.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_client_group.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_client_group.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_community_policy.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_community_policy.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_community_policy.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_policy.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_policy.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_policy.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_user.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_user.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_snmp_user.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_static_binding_to_epg.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_static_binding_to_epg.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_static_binding_to_epg.pyo @@ -5985,12 +7366,24 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_switch_policy_lea ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_switch_policy_vpc_protection_group.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_switch_policy_vpc_protection_group.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_switch_policy_vpc_protection_group.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_syslog_group.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_syslog_group.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_syslog_group.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_syslog_remote_dest.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_syslog_remote_dest.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_syslog_remote_dest.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_syslog_source.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_syslog_source.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_syslog_source.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_system.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_system.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_system.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_taboo_contract.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_taboo_contract.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_taboo_contract.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_tag.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_tag.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_tag.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_tenant.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_tenant.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_tenant.pyo @@ -6015,12 +7408,28 @@ ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vlan_pool.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vlan_pool_encap_block.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vlan_pool_encap_block.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vlan_pool_encap_block.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_controller.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_controller.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_controller.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_credential.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_credential.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_credential.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_uplink.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_uplink.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_uplink.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_uplink_container.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_uplink_container.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_uplink_container.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_vswitch_policy.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_vswitch_policy.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vmm_vswitch_policy.pyo ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vrf.py ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vrf.pyc ${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vrf.pyo +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vzany_to_contract.py +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vzany_to_contract.pyc +${PYSITELIB}/ansible_collections/cisco/aci/plugins/modules/aci_vzany_to_contract.pyo +${PYSITELIB}/ansible_collections/cisco/aci/requirements.txt ${PYSITELIB}/ansible_collections/cisco/aci/tests/.gitignore ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/inventory.networking ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/network-integration.requirements.txt @@ -6046,6 +7455,8 @@ ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_aep/ali ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_aep/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_aep_to_domain/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_aep_to_domain/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_aep_to_epg/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_aep_to_epg/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_ap/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_ap/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_bd/aliases @@ -6054,10 +7465,27 @@ ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_bd_dhcp ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_bd_dhcp_label/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_bd_subnet/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_bd_subnet/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_bgp_rr_asn/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_bgp_rr_asn/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_bgp_rr_node/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_bgp_rr_node/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_ap/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_ap/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_aws_provider/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_bgp_asn/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_bgp_asn/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_cidr/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_cidr/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_ctx_profile/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_ctx_profile/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_epg/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_epg/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_epg_selector/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_epg_selector/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_external_epg/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_external_epg/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_external_epg_selector/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_external_epg_selector/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_provider/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_provider/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_cloud_region/aliases @@ -6074,10 +7502,24 @@ ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_config_ ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_config_snapshot/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract_export/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract_export/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract_subject/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract_subject/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract_subject_to_filter/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract_subject_to_filter/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract_subject_to_service_graph/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_contract_subject_to_service_graph/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dhcp_relay/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dhcp_relay/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dhcp_relay_provider/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dhcp_relay_provider/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dns_domain/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dns_domain/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dns_profile/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dns_profile/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dns_provider/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_dns_provider/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_domain/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_domain/tasks/fc.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_domain/tasks/l2dom.yml @@ -6103,18 +7545,46 @@ ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg/ali ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_contract/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_contract/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_contract_interface/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_contract_interface/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_contract_master/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_contract_master/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_domain/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_domain/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg_contract_master/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg_contract_master/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg_epg_selector/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg_epg_selector/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg_ip_subnet_selector/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg_ip_subnet_selector/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg_tag_selector/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_esg_tag_selector/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_leaf_profile/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_leaf_profile/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_leaf_switch_assoc/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_leaf_switch_assoc/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_node/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_node/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_spine_profile/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_spine_profile/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_spine_switch_assoc/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_spine_switch_assoc/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_switch_block/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_switch_block/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_switch_policy_group/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_fabric_switch_policy_group/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_filter/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_filter/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_filter_entry/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_filter_entry/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_firmware_source/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_firmware_source/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_interface_blacklist/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_interface_blacklist/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_interface_description/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_interface_description/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_interface_policy_cdp/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_interface_policy_cdp/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_interface_policy_leaf_breakout_port_group/aliases @@ -6135,14 +7605,36 @@ ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out/a ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_extepg/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_extepg/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_extepg_to_contract/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_extepg_to_contract/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_logical_interface_path/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_logical_interface_path/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_logical_interface_profile/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_logical_interface_profile/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_logical_node_profile/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_logical_node_profile/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_bgp_peer/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_bgp_peer/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_extepg_to_contract/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_extepg_to_contract/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_extsubnet/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_extsubnet/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_interface/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_interface/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_interface_secondary_ip/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_interface_secondary_ip/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_logical_interface_profile/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_logical_interface_profile/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_logical_interface_vpc_member/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_logical_interface_vpc_member/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_logical_node/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_logical_node/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_logical_node_profile/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_logical_node_profile/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_static_routes/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_static_routes/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_static_routes_nexthop/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_static_routes_nexthop/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_node_mgmt_epg/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_node_mgmt_epg/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_rest/aliases @@ -6153,6 +7645,16 @@ ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_rest/ta ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_rest/tasks/xml_string.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_rest/tasks/yaml_inline.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_rest/tasks/yaml_string.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_client/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_client/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_client_group/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_client_group/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_community_policy/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_community_policy/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_policy/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_policy/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_user/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_snmp_user/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_static_binding_to_epg/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_static_binding_to_epg/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_static_node_mgmt_address/aliases @@ -6163,25 +7665,43 @@ ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_switch_ ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_switch_policy_leaf_profile/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_switch_policy_vpc_protection_group/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_switch_policy_vpc_protection_group/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_syslog_group/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_syslog_group/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_syslog_remote_dest/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_syslog_remote_dest/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_syslog_source/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_syslog_source/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_system/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_system/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_taboo_contract/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_taboo_contract/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_tag/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_tag/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_tenant/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_tenant/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_tenant_span_dst_group/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_tenant_span_dst_group/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vlan_pool/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vlan_pool/tasks/dynamic.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vlan_pool/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vlan_pool/tasks/static.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vlan_pool_encap_block/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vlan_pool_encap_block/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_controller/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_controller/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_credential/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_credential/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_credential/tasks/vmware.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_uplink/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_uplink/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_uplink_container/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_uplink_container/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_vswitch_policy/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vmm_vswitch_policy/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vrf/aliases ${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vrf/tasks/main.yml -${PYSITELIB}/ansible_collections/cisco/aci/tests/sanity/ignore-2.10.txt -${PYSITELIB}/ansible_collections/cisco/aci/tests/sanity/ignore-2.9.txt +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vzany_to_contract/aliases +${PYSITELIB}/ansible_collections/cisco/aci/tests/integration/targets/aci_vzany_to_contract/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/aci/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/__init__.pyc @@ -6216,6 +7736,12 @@ ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/mock/vault_helper.pyo ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/mock/yaml_helper.py ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/mock/yaml_helper.pyc ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/mock/yaml_helper.pyo +${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/module_utils/.pytest_cache/.gitignore +${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/module_utils/.pytest_cache/CACHEDIR.TAG +${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/module_utils/.pytest_cache/README.md +${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/module_utils/.pytest_cache/v/cache/lastfailed +${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/module_utils/.pytest_cache/v/cache/nodeids +${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/module_utils/.pytest_cache/v/cache/stepwise ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/module_utils/__init__.py ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/module_utils/__init__.pyo @@ -6233,19 +7759,17 @@ ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/modules/utils.pyc ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/modules/utils.pyo ${PYSITELIB}/ansible_collections/cisco/aci/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/cisco/asa/.gitignore +${PYSITELIB}/ansible_collections/cisco/asa/.pre-commit-config.yaml ${PYSITELIB}/ansible_collections/cisco/asa/.yamllint +${PYSITELIB}/ansible_collections/cisco/asa/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/asa/FILES.json ${PYSITELIB}/ansible_collections/cisco/asa/LICENSE ${PYSITELIB}/ansible_collections/cisco/asa/MANIFEST.json ${PYSITELIB}/ansible_collections/cisco/asa/README.md ${PYSITELIB}/ansible_collections/cisco/asa/bindep.txt -${PYSITELIB}/ansible_collections/cisco/asa/changelogs/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/asa/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/cisco/asa/changelogs/config.yaml -${PYSITELIB}/ansible_collections/cisco/asa/changelogs/fragments/56_acl_any4_ay6_feature_update_use_rm_approach.yaml -${PYSITELIB}/ansible_collections/cisco/asa/changelogs/fragments/69_resolves_acl_failure.yaml -${PYSITELIB}/ansible_collections/cisco/asa/changelogs/fragments/76_asa_og_state_delete_not_working_as_expected.yaml -${PYSITELIB}/ansible_collections/cisco/asa/changelogs/fragments/galaxy-version.yaml +${PYSITELIB}/ansible_collections/cisco/asa/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/cisco/asa/docs/cisco.asa.asa_acl_module.rst ${PYSITELIB}/ansible_collections/cisco/asa/docs/cisco.asa.asa_acls_module.rst ${PYSITELIB}/ansible_collections/cisco/asa/docs/cisco.asa.asa_cliconf.rst @@ -6404,6 +7928,7 @@ ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_acl/tas ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_acl/tests/cli/basic.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_acl/tests/cli/full_name_match.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_acl/tests/cli/insert.yaml +${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_acl/tests/cli/replace_block.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_acls/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_acls/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_acls/tasks/cli.yaml @@ -6443,6 +7968,7 @@ ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_config/ ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_config/tests/cli/force.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_config/tests/cli/more_system.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_config/tests/cli/removal_error.yaml +${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_config/tests/cli/save_when.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_config/tests/cli/sublevel.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_config/tests/cli/sublevel_block.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_config/tests/cli/sublevel_exact.yaml @@ -6480,9 +8006,15 @@ ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_ogs/tes ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_ogs/tests/cli/replaced.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_ogs/tests/cli/rtt.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_ogs/vars/main.yaml +${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_smoke/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_smoke/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_smoke/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/asa/tests/integration/targets/asa_smoke/tests/caching.yaml ${PYSITELIB}/ansible_collections/cisco/asa/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/cisco/asa/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/cisco/asa/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/cisco/asa/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/cisco/asa/tests/sanity/ignore-2.9.txt -${PYSITELIB}/ansible_collections/cisco/asa/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/cisco/asa/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/cisco/asa/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/asa/tests/unit/__init__.pyo @@ -6564,6 +8096,7 @@ ${PYSITELIB}/ansible_collections/cisco/intersight/FILES.json ${PYSITELIB}/ansible_collections/cisco/intersight/LICENSE.txt ${PYSITELIB}/ansible_collections/cisco/intersight/MANIFEST.json ${PYSITELIB}/ansible_collections/cisco/intersight/README.md +${PYSITELIB}/ansible_collections/cisco/intersight/meta/runtime.yml ${PYSITELIB}/ansible_collections/cisco/intersight/misc/CL2020 EMEAR DEVWKS-1542 Intersight Ansible Lab Guide.pdf ${PYSITELIB}/ansible_collections/cisco/intersight/misc/README.md ${PYSITELIB}/ansible_collections/cisco/intersight/playbooks/claim_device.yml @@ -6584,6 +8117,7 @@ ${PYSITELIB}/ansible_collections/cisco/intersight/playbooks/intersight_ntp_polic ${PYSITELIB}/ansible_collections/cisco/intersight/playbooks/intersight_server_profile.yml ${PYSITELIB}/ansible_collections/cisco/intersight/playbooks/intersight_virtual_media_policy.yml ${PYSITELIB}/ansible_collections/cisco/intersight/playbooks/ova_workflow.yml +${PYSITELIB}/ansible_collections/cisco/intersight/playbooks/profile_with_buckets.yml ${PYSITELIB}/ansible_collections/cisco/intersight/playbooks/roles/policies/hyperflex_policies/auto_support/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/intersight/playbooks/roles/policies/hyperflex_policies/cluster_network/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/intersight/playbooks/roles/policies/hyperflex_policies/cluster_profile/defaults/main.yml @@ -6648,51 +8182,28 @@ ${PYSITELIB}/ansible_collections/cisco/intersight/plugins/modules/intersight_vir ${PYSITELIB}/ansible_collections/cisco/intersight/plugins/modules/intersight_virtual_media_policy.pyc ${PYSITELIB}/ansible_collections/cisco/intersight/plugins/modules/intersight_virtual_media_policy.pyo ${PYSITELIB}/ansible_collections/cisco/ios/.gitignore +${PYSITELIB}/ansible_collections/cisco/ios/.pre-commit-config.yaml ${PYSITELIB}/ansible_collections/cisco/ios/.yamllint +${PYSITELIB}/ansible_collections/cisco/ios/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/ios/FILES.json ${PYSITELIB}/ansible_collections/cisco/ios/LICENSE ${PYSITELIB}/ansible_collections/cisco/ios/MANIFEST.json ${PYSITELIB}/ansible_collections/cisco/ios/README.md ${PYSITELIB}/ansible_collections/cisco/ios/bindep.txt -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/ios/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/cisco/ios/changelogs/config.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/103_fix_l2_interfaces_traceback_error.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/124_resolved_ios_acls_issue.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/132_update_ios_l3_doc_issue.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/135_accept_list_of_dict_for_ospfv2_network.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/137_ios_static_routes_idempotency_issue.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/141_add_int_virt_template_issue.yml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/144_add_interface_tunnel_issue.yml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/146_add_cdp_platform_info_to_ios_facts.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/148_add_bgp_global_resource_module.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/148_add_ospv3_resource_module.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/161_static_route_facts_cmd_update.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/165_enable_ospfv3_integration_tests.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/175_fix_ios_vlans_when_name_had_remote.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/192_add_ospf_interfaces_resource_module.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/209_fix_ios_ospf_interfaces_authentication_param.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/211_update_ios_acls_module_to_use_resource_module_approach.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/216_fix_command_rejected_issue.yml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/223_fix_static_routes_facts_parsing.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/228_ios_ping.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/51-virtual-switch-system-detection.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/63_support_for_very_long_vlan_name.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/65_fixes_ios_interfaces_rm_where_interface_in_description_resulted_in_failure.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/command-dicts.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/galaxy-version.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/ios_config_diff_doc_update.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/upcap_ansible.yaml -${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/update_resource_module_doc_discrepancy.yaml +${PYSITELIB}/ansible_collections/cisco/ios/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_acl_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_acls_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_banner_module.rst +${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_bgp_address_family_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_bgp_global_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_bgp_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_cliconf.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_command_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_config_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_facts_module.rst +${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_hostname_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_interface_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_l2_interface_module.rst @@ -6706,12 +8217,17 @@ ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_linkagg_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_lldp_global_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_lldp_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_lldp_module.rst +${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_logging_global_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_logging_module.rst +${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_ntp_global_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_ntp_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_ospf_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_ospfv2_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_ospfv3_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_ping_module.rst +${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_prefix_lists_module.rst +${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_route_maps_module.rst +${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_snmp_server_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_static_route_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_static_routes_module.rst ${PYSITELIB}/ansible_collections/cisco/ios/docs/cisco.ios.ios_system_module.rst @@ -6723,9 +8239,132 @@ ${PYSITELIB}/ansible_collections/cisco/ios/meta/runtime.yml ${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/acl_interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/acl_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/acl_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/acls.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/acls.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/acls.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/banner.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/banner.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/banner.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/bgp.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/bgp.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/bgp.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/bgp_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/bgp_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/command.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/command.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/command.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/config.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/config.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/config.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/facts.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/facts.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/facts.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/hostname.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/hostname.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/interface.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/interface.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/interface.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/interfaces.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ios.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ios.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ios.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l2_interface.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l2_interface.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l2_interface.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l2_interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l2_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l2_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l3_interface.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l3_interface.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l3_interface.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l3_interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l3_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/l3_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lacp.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lacp.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lacp.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lacp_interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lacp_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lacp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lag_interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lag_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lag_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/linkagg.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/linkagg.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/linkagg.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lldp.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lldp.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lldp.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lldp_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lldp_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lldp_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lldp_interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lldp_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/logging.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/logging.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/logging.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/logging_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ntp.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ntp.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ntp.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ntp_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ospf_interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ospf_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ospf_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ospfv2.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ospfv2.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ospfv2.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ospfv3.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ospfv3.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ping.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ping.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/ping.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/route_maps.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/snmp_server.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/static_route.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/static_route.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/static_route.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/static_routes.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/static_routes.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/static_routes.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/system.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/system.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/system.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/user.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/user.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/user.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/vlan.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/vlan.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/vlan.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/vlans.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/vlans.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/vlans.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/vrf.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/vrf.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/action/vrf.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/cliconf/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/cliconf/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/cliconf/__init__.pyo @@ -6738,9 +8377,18 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/doc_fragments/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/doc_fragments/ios.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/doc_fragments/ios.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/doc_fragments/ios.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/filter/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/filter/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/filter/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/inventory/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/inventory/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/inventory/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/__init__.pyo @@ -6759,6 +8407,12 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/args ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/acls/acls.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/acls/acls.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/acls/acls.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/bgp_address_family/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/bgp_global/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/bgp_global/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/bgp_global/__init__.pyo @@ -6771,6 +8425,12 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/args ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/facts/facts.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/facts/facts.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/facts/facts.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/hostname/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/hostname/hostname.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/interfaces/__init__.pyo @@ -6819,6 +8479,18 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/args ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/logging_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ospf_interfaces/__init__.pyo @@ -6837,6 +8509,24 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/args ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/route_maps/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/route_maps/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/static_routes/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/argspec/static_routes/__init__.pyo @@ -6864,12 +8554,24 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/conf ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/acls/acls.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/acls/acls.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/acls/acls.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_address_family/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_global/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_global/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_global/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_global/bgp_global.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_global/bgp_global.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/bgp_global/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/hostname/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/hostname/hostname.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/interfaces/__init__.pyo @@ -6918,6 +8620,18 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/conf ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/logging_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ospf_interfaces/__init__.pyo @@ -6936,6 +8650,24 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/conf ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/route_maps/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/route_maps/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/static_routes/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/static_routes/__init__.pyo @@ -6963,6 +8695,12 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/fact ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/acls/acls.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/acls/acls.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/acls/acls.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/bgp_address_family/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/bgp_global/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/bgp_global/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/bgp_global/__init__.pyo @@ -6972,6 +8710,12 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/fact ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/facts.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/facts.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/facts.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/hostname/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/hostname/hostname.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/interfaces/__init__.pyo @@ -7026,6 +8770,18 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/fact ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/logging_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ospf_interfaces/__init__.pyo @@ -7044,6 +8800,24 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/fact ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/route_maps/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/route_maps/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/static_routes/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/facts/static_routes/__init__.pyo @@ -7089,12 +8863,30 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/prov ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/providers/providers.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/providers/providers.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/providers/providers.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/__init__.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/acls.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/acls.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/acls.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/bgp_global.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/bgp_global.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/hostname.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/hostname.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/l3_interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/l3_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/l3_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/logging_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/ospf_interfaces.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/ospf_interfaces.pyo @@ -7104,6 +8896,15 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_t ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/route_maps.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/rm_templates/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/utils/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/utils/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/module_utils/network/ios/utils/__init__.pyo @@ -7125,6 +8926,9 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_banner.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_bgp.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_bgp.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_bgp.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_bgp_global.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_bgp_global.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_bgp_global.pyo @@ -7137,6 +8941,9 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_config.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_facts.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_facts.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_facts.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_hostname.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_hostname.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_hostname.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_interface.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_interface.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_interface.pyo @@ -7179,9 +8986,15 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_lldp_interfaces.p ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_logging.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_logging.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_logging.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_logging_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_logging_global.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ntp.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ntp.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ntp.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ntp_global.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ospf_interfaces.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ospf_interfaces.pyo @@ -7194,6 +9007,15 @@ ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ospfv3.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ping.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ping.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_ping.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_route_maps.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_snmp_server.py +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_static_route.py ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_static_route.pyc ${PYSITELIB}/ansible_collections/cisco/ios/plugins/modules/ios_static_route.pyo @@ -7273,6 +9095,23 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp/met ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp/tasks/cli.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp/tests/cli/basic.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/meta/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/_initial_vrf_setup.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/tasks/cli.yaml @@ -7288,6 +9127,7 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_glo ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/tests/cli/purged.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/tests/cli/rendered.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/tests/cli/rtt.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_command/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_command/meta/main.yml @@ -7349,6 +9189,20 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_facts/t ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_facts/tests/cli/default_facts.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_facts/tests/cli/invalid_subset.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_facts/tests/cli/not_hardware.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/meta/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_hostname/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_interface/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_interface/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_interface/tasks/cli.yaml @@ -7517,11 +9371,43 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging/tests/cli/basic.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging/tests/cli/net_logging.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/meta/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp/tasks/cli.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp/tests/cli/ntp_configuration.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/meta/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/tests/cli/rtt.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ntp_global/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ospf_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ospf_interfaces/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ospf_interfaces/tasks/cli.yaml @@ -7581,14 +9467,62 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ping/me ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ping/tasks/cli.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ping/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_ping/tests/cli/ping.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/meta/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_prefix_lists/vars/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/meta/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_route_maps/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_smoke/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_smoke/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_smoke/tasks/cli.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_smoke/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_smoke/templates/defaults/config.j2 +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_smoke/tests/cli/caching.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_smoke/tests/cli/common_config.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_smoke/tests/cli/common_utils.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_smoke/tests/cli/misc_tests.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/meta/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_snmp_server/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_route/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_route/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_route/tasks/cli.yaml @@ -7599,9 +9533,11 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_ ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tasks/cli.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tasks/main.yaml -${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tests/cli/_intial_setup_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tests/cli/_add_extra_ipv6_data.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tests/cli/_initial_setup_config.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tests/cli/_populate_config.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tests/cli/_remove_extra_ipv6_data.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tests/cli/deleted.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tests/cli/empty_config.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_static_routes/tests/cli/gathered.yaml @@ -7651,12 +9587,14 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_vlans/t ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_vlans/tests/cli/replaced.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_vlans/tests/cli/rtt.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/ios_vlans/vars/main.yaml +${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/prepare_ios_tests/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/prepare_ios_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/ios/tests/integration/targets/prepare_ios_tests/templates/config.j2 ${PYSITELIB}/ansible_collections/cisco/ios/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/cisco/ios/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/cisco/ios/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/cisco/ios/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/cisco/ios/tests/sanity/ignore-2.9.txt -${PYSITELIB}/ansible_collections/cisco/ios/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/__init__.pyo @@ -7707,11 +9645,10 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtur ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/configure_terminal ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_acl_interfaces.cfg -${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_acls_config.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_banner_show_banner.txt ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_banner_show_running_config_ios12.txt +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_bgp_address_family.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_bgp_config.cfg -${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_bgp_global.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_config_config.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_config_defaults.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_config_src.cfg @@ -7727,8 +9664,10 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtur ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_facts_show_version ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_facts_show_virtual_switch ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_l2_interfaces.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_l3_interfaces.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_logging_config.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_logging_config_ios12.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_logging_global.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_ntp_config.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_ospf_interfaces.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_ospfv2.cfg @@ -7737,7 +9676,8 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtur ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_ping_ping_8.8.8.8_repeat_2 ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_ping_ping_8.8.8.8_size_1400 ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_ping_ping_8.8.8.8_size_1400_df-bit -${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_static_routes_config.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_prefix_lists.cfg +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_route_maps.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_system_config.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_user_config.cfg ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/ios_vlan_config.cfg @@ -7759,6 +9699,9 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_i ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_bgp.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_bgp.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_bgp.pyo +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_bgp_global.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_bgp_global.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_bgp_global.pyo @@ -7771,15 +9714,27 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_i ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_facts.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_facts.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_facts.pyo +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_hostname.py +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_hostname.pyc +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_hostname.pyo ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_l2_interfaces.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_l2_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_l2_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_l3_interfaces.py +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_l3_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_l3_interfaces.pyo ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_logging.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_logging.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_logging.pyo +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_logging_global.py +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_logging_global.pyo ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ntp.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ntp.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ntp.pyo +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ntp_global.py +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ospf_interfaces.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ospf_interfaces.pyo @@ -7792,6 +9747,15 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_i ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ping.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ping.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_ping.pyo +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_route_maps.py +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_snmp_server.py +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_static_routes.py ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_static_routes.pyc ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/modules/network/ios/test_ios_static_routes.pyo @@ -7845,24 +9809,30 @@ ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/plugins/cliconf/test_ios.p ${PYSITELIB}/ansible_collections/cisco/ios/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/cisco/ios/tox.ini ${PYSITELIB}/ansible_collections/cisco/iosxr/.gitignore +${PYSITELIB}/ansible_collections/cisco/iosxr/.pre-commit-config.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/.yamllint ${PYSITELIB}/ansible_collections/cisco/iosxr/.zuul.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/FILES.json ${PYSITELIB}/ansible_collections/cisco/iosxr/LICENSE ${PYSITELIB}/ansible_collections/cisco/iosxr/MANIFEST.json ${PYSITELIB}/ansible_collections/cisco/iosxr/README.md ${PYSITELIB}/ansible_collections/cisco/iosxr/bindep.txt -${PYSITELIB}/ansible_collections/cisco/iosxr/changelogs/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/changelogs/config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_acl_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_acls_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_banner_module.rst +${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_bgp_address_family_module.rst +${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_bgp_global_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_bgp_module.rst +${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_bgp_neighbor_address_family_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_cliconf.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_command_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_config_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_facts_module.rst +${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_hostname_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_interface_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_l2_interfaces_module.rst @@ -7872,12 +9842,16 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_lacp_module. ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_lag_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_lldp_global_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_lldp_interfaces_module.rst +${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_logging_global_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_logging_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_netconf.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_netconf_module.rst +${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_ntp_global_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_ospf_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_ospfv2_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_ospfv3_module.rst +${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_prefix_lists_module.rst +${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_snmp_server_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_static_routes_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_system_module.rst ${PYSITELIB}/ansible_collections/cisco/iosxr/docs/cisco.iosxr.iosxr_user_module.rst @@ -7885,9 +9859,105 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/meta/runtime.yml ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/acl_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/acl_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/acl_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/acls.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/acls.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/acls.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/banner.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/banner.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/banner.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/bgp_neighbor_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/command.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/command.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/command.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/config.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/config.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/config.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/facts.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/facts.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/facts.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/hostname.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/hostname.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/interface.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/interface.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/interface.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/interfaces.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/iosxr.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/iosxr.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/iosxr.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/l2_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/l2_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/l2_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/l3_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/l3_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/l3_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lacp.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lacp.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lacp.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lacp_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lacp_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lacp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lag_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lag_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lag_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lldp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lldp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lldp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lldp_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lldp_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/logging.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/logging.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/logging.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/logging_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/netconf.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/netconf.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/netconf.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ntp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ospf_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ospf_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ospf_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ospfv2.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ospfv2.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ospfv2.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ospfv3.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ospfv3.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/snmp_server.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/static_routes.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/static_routes.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/static_routes.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/system.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/system.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/system.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/user.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/user.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/action/user.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/cliconf/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/cliconf/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/cliconf/__init__.pyo @@ -7903,6 +9973,9 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/doc_fragments/iosxr.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/filter/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/filter/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/filter/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/inventory/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/inventory/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/inventory/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/__init__.pyo @@ -7927,12 +10000,36 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/acls/acls.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/acls/acls.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/acls/acls.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_address_family/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_global/bgp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_global/bgp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_global/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_neighbor_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_neighbor_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_neighbor_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_neighbor_address_family/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_neighbor_address_family/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/bgp_neighbor_address_family/bgp_neighbor_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/facts/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/facts/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/facts/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/facts/facts.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/facts/facts.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/facts/facts.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/hostname/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/hostname/hostname.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/interfaces/__init__.pyo @@ -7981,6 +10078,18 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/logging_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ospf_interfaces/__init__.pyo @@ -7999,6 +10108,18 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/static_routes/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/argspec/static_routes/__init__.pyo @@ -8020,6 +10141,30 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/acls/acls.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/acls/acls.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/acls/acls.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_address_family/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_global/bgp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_global/bgp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_global/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_neighbor_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_neighbor_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_neighbor_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_neighbor_address_family/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_neighbor_address_family/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_neighbor_address_family/bgp_neighbor_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/hostname/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/hostname/hostname.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/interfaces/__init__.pyo @@ -8068,6 +10213,18 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/logging_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ospf_interfaces/__init__.pyo @@ -8086,6 +10243,18 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/static_routes/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/static_routes/__init__.pyo @@ -8107,9 +10276,33 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/acls/acls.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/acls/acls.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/acls/acls.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_address_family/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_global/bgp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_global/bgp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_global/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_neighbor_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_neighbor_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_neighbor_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_neighbor_address_family/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_neighbor_address_family/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/bgp_neighbor_address_family/bgp_neighbor_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/facts.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/facts.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/facts.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/hostname/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/hostname/hostname.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/interfaces/__init__.pyo @@ -8164,6 +10357,18 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/logging_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ospf_interfaces/__init__.pyo @@ -8182,6 +10387,18 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/static_routes/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/static_routes/__init__.pyo @@ -8224,6 +10441,24 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/acl_interfaces.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/acl_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/acl_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/bgp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/bgp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/bgp_neighbor_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/hostname.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/hostname.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/logging_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/ospf_interfaces.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/ospf_interfaces.pyo @@ -8233,6 +10468,12 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/utils/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/utils/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/utils/__init__.pyo @@ -8254,6 +10495,15 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_banner.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_bgp_neighbor_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_command.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_command.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_command.pyo @@ -8263,6 +10513,9 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_config.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_facts.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_facts.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_facts.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_hostname.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_hostname.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_hostname.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_interface.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_interface.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_interface.pyo @@ -8293,9 +10546,15 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_lldp_interfac ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_logging.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_logging.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_logging.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_logging_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_logging_global.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_netconf.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_netconf.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_netconf.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ntp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ospf_interfaces.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ospf_interfaces.pyo @@ -8305,6 +10564,12 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ospfv2.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ospfv3.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_snmp_server.py +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_static_routes.py ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_static_routes.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/modules/iosxr_static_routes.pyo @@ -8329,7 +10594,6 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/plugins/terminal/iosxr.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/requirements.txt ${PYSITELIB}/ansible_collections/cisco/iosxr/test-requirements.txt ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/.gitignore -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/network-integration.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/target-prefixes.network ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_acl_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_acl_interfaces/tasks/cli.yaml @@ -8380,6 +10644,67 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp/tasks/cli.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp/tests/cli/basic.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/meta/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/_populate_base_vrf.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/_populate_config1.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/_populate_vrf.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_address_family/vars/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/defaults/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/_populate_af.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/_populate_vrf.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/_replaced_af.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/deleted_af.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/deleted_af_with_vrf.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/purged.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/tests/common/replaced_af.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_global/vars/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/meta/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/_populate_base_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/_populate_vrf_base_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/_populate_vrf_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/_route_policy.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_bgp_neighbor_address_family/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_command/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_command/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_command/tasks/cli.yaml @@ -8410,7 +10735,9 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_con ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_config/tests/cli/backup.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_config/tests/cli/comment-too-long.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_config/tests/cli/comment.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_config/tests/cli/commit_confirmed.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_config/tests/cli/commit_label.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_config/tests/cli/extcommunity_set_config.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_config/tests/cli/misplaced_sublevel.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_config/tests/cli/prefix_set_remark.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_config/tests/cli/replace_config.yaml @@ -8438,29 +10765,32 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_fac ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_facts/tests/cli/default_facts.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_facts/tests/cli/invalid_subset.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_facts/tests/cli/not_hardware.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/defaults/main.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/meta/main.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/tasks/cli.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/tasks/main.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/tasks/netconf.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/tests/cli/basic.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/tests/cli/intent.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/tests/cli/net_interface.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/tests/netconf/basic.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/tests/netconf/intent.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interface/tests/netconf/net_interface.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/defaults/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_hostname/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tasks/cli.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/_deleted.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/_overridden.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/_populate_config.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/_remove_config.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/deleted.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/empty_config.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/fixtures/parsed.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/gathered.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/merged.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/overridden.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/parsed.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/rendered.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_interfaces/tests/cli/replaced.yaml @@ -8584,11 +10914,43 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_log ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging/tests/cli/basic.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging/tests/cli/net_logging.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging/tests/netconf/basic.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/defaults/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_logging_global/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_netconf/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_netconf/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_netconf/tasks/cli.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_netconf/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_netconf/tests/cli/basic.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/defaults/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ntp_global/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospf_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospf_interfaces/fixtures/parsed.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospf_interfaces/tasks/cli.yaml @@ -8637,15 +10999,46 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_osp ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospfv3/tests/cli/replaced.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospfv3/tests/cli/rtt.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_ospfv3/vars/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/tests/cli/rtt.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_prefix_lists/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/tasks/cli.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/tests/cli/caching.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/tests/cli/common_config.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/tests/cli/common_utils.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/tests/netconf/common_netconf.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_smoke/tests/netconf/misc_tests.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/defaults/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/_parsed.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_snmp_server/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_static_routes/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_static_routes/fixtures/parsed.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_static_routes/tasks/cli.yaml @@ -8688,12 +11081,14 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_use ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_user/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_user/tests/cli/basic.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_user/tests/common/auth.yaml -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_user/tests/netconf/basic.yaml +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_user/tests/netconf/_basic.yaml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/prepare_iosxr_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/integration/targets/prepare_iosxr_tests/templates/config.j2 ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/sanity/ignore-2.9.txt -${PYSITELIB}/ansible_collections/cisco/iosxr/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/__init__.pyo @@ -8742,10 +11137,22 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/__ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/__init__.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/cliconf/iosxr/show_running-config_hostname +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/cliconf/iosxr/show_version__utility_head_-n_20 ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/dir_7all +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_acl_interfaces_config.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_acls_config.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_banner_config.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_config_config.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_config_src.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_interface_config.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_l2_interface_config.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_l3_interface_config.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_lacp_config.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_lacp_interfaces_config.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_lag_interface_config.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_lldp_global_config.cfg +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_lldp_interfaces_config.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_ospf_interfaces.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_ospfv2.cfg ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fixtures/iosxr_ospfv3.cfg @@ -8764,9 +11171,30 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/fi ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/iosxr_module.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/iosxr_module.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/iosxr_module.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_hostname.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_hostname.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_hostname.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_acl_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_acl_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_acl_interfaces.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_acls.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_acls.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_acls.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_banner.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_banner.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_banner.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_bgp_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_bgp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_bgp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_bgp_neighbor_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_command.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_command.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_command.pyo @@ -8776,9 +11204,39 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/te ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_facts.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_facts.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_facts.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_l2_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_l2_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_l2_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_l3_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_l3_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_l3_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lacp.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lacp.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lacp.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lacp_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lacp_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lacp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lag_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lag_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lag_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lldp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lldp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lldp_global.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lldp_interfaces.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lldp_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_logging_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_logging_global.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_netconf.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_netconf.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_netconf.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_ntp_global.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_ospf_interfaces.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_ospf_interfaces.pyo @@ -8788,6 +11246,12 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/te ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_ospfv3.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_snmp_server.py +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_static_routes.py ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_static_routes.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/network/iosxr/test_iosxr_static_routes.pyo @@ -8802,7 +11266,2092 @@ ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/utils.pyc ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/modules/utils.pyo ${PYSITELIB}/ansible_collections/cisco/iosxr/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/cisco/iosxr/tox.ini -${PYSITELIB}/ansible_collections/cisco/meraki/CHANGELOG.md +${PYSITELIB}/ansible_collections/cisco/ise/.github/workflows/docs.yml +${PYSITELIB}/ansible_collections/cisco/ise/.github/workflows/sanity_tests.yml +${PYSITELIB}/ansible_collections/cisco/ise/.gitignore +${PYSITELIB}/ansible_collections/cisco/ise/FILES.json +${PYSITELIB}/ansible_collections/cisco/ise/LICENSE +${PYSITELIB}/ansible_collections/cisco/ise/MANIFEST.json +${PYSITELIB}/ansible_collections/cisco/ise/Makefile +${PYSITELIB}/ansible_collections/cisco/ise/README.md +${PYSITELIB}/ansible_collections/cisco/ise/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/cisco/ise/docs/Makefile +${PYSITELIB}/ansible_collections/cisco/ise/docs/_gh_include/footer.inc +${PYSITELIB}/ansible_collections/cisco/ise/docs/_gh_include/header.inc +${PYSITELIB}/ansible_collections/cisco/ise/docs/conf.py +${PYSITELIB}/ansible_collections/cisco/ise/docs/conf.pyc +${PYSITELIB}/ansible_collections/cisco/ise/docs/conf.pyo +${PYSITELIB}/ansible_collections/cisco/ise/docs/index.rst +${PYSITELIB}/ansible_collections/cisco/ise/docs/requirements.txt +${PYSITELIB}/ansible_collections/cisco/ise/docs/roles.rst.template +${PYSITELIB}/ansible_collections/cisco/ise/meta/runtime.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/aci_settings.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/active_directory.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/allowed_protocols.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/anc_policy.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/authorization_profile.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/aws_deployment.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/backup_create.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/backup_restore.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/backup_schedule.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/byod_portal.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/certificate_management.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/certificate_profile.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/certificates.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/credentials.template +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/csr_export.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/deployment_info.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/device_administration_authentication_rules.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/device_administration_authorization_exception_rules.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/device_administration_authorization_global_exception_rules.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/device_administration_authorization_rules.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/device_administration_network_conditions.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/device_administration_policy_set.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/device_administration_time_date_conditions.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/downloadable_acl.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/egress_matrix_cell.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/endpoint.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/endpoint_certificate.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/endpoint_group.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/filter_policy.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/group_vars/ise_servers +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/hosts +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/identity_group.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/internal_user.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/my_device_portal.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/native_supplicant_profile.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_authentication_rules.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_authorization_exception_rules.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_authorization_global_exception_rules.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_authorization_rules.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_conditions.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_dictionary.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_dictionary_attribute.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_network_condition.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_policy_set.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_access_time_date_conditions.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_device.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_device_group.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/network_device_group_deparments.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/personas_deployment.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/portal_global_setting.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/portal_theme.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/radius_server_sequence.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/sponsor_portal.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/support_bundle.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/system_certificate.yml +${PYSITELIB}/ansible_collections/cisco/ise/playbooks/vars/device_administration_time_date_conditions.yml +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_bindings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_bindings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_bindings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_settings.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_settings.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_settings.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_settings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_settings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_settings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_test_connectivity.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_test_connectivity.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/aci_test_connectivity.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_add_groups.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_add_groups.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_add_groups.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_groups_by_domain_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_groups_by_domain_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_groups_by_domain_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_is_user_member_of_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_is_user_member_of_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_is_user_member_of_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_join_domain.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_join_domain.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_join_domain.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_join_domain_with_all_nodes.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_join_domain_with_all_nodes.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_join_domain_with_all_nodes.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_leave_domain.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_leave_domain.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_leave_domain.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_leave_domain_with_all_nodes.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_leave_domain_with_all_nodes.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_leave_domain_with_all_nodes.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_trusted_domains_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_trusted_domains_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_trusted_domains_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_user_groups_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_user_groups_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/active_directory_user_groups_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/admin_user_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/admin_user_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/admin_user_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/allowed_protocols.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/allowed_protocols.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/allowed_protocols.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/allowed_protocols_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/allowed_protocols_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/allowed_protocols_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_apply.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_apply.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_apply.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_clear.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_clear.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_clear.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_endpoint_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/anc_policy_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/authorization_profile.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/authorization_profile.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/authorization_profile.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/authorization_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/authorization_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/authorization_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_cancel.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_cancel.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_cancel.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_config.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_config.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_config.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_last_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_last_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_last_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_restore.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_restore.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_restore.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_schedule_config.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_schedule_config.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/backup_schedule_config.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/bind_signed_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/bind_signed_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/bind_signed_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/byod_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/byod_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/byod_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/byod_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/byod_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/byod_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/certificate_profile.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/certificate_profile.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/certificate_profile.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/certificate_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/certificate_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/certificate_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/certificate_template_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/certificate_template_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/certificate_template_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_delete.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_delete.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_delete.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_export_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_export_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_export_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_generate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_generate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_generate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_generate_intermediate_ca.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_generate_intermediate_ca.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_generate_intermediate_ca.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/csr_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/deployment_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/deployment_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/deployment_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authentication_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authentication_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authentication_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authentication_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authentication_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authentication_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authentication_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authentication_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authentication_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authorization_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authorization_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authorization_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authorization_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authorization_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authorization_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authorization_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authorization_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_authorization_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_command_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_command_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_command_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_for_authentication_rule_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_for_authentication_rule_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_for_authentication_rule_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_for_authorization_rule_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_for_authorization_rule_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_for_authorization_rule_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_for_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_for_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_for_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_dictionary_attributes_authentication_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_dictionary_attributes_authentication_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_dictionary_attributes_authentication_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_dictionary_attributes_authorization_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_dictionary_attributes_authorization_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_dictionary_attributes_authorization_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_dictionary_attributes_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_dictionary_attributes_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_dictionary_attributes_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_global_exception_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_global_exception_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_global_exception_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_global_exception_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_global_exception_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_global_exception_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_global_exception_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_global_exception_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_global_exception_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_identity_stores_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_identity_stores_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_identity_stores_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_local_exception_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_local_exception_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_local_exception_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_local_exception_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_local_exception_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_local_exception_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_local_exception_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_local_exception_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_local_exception_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_network_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_network_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_network_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_network_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_network_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_network_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_policy_set.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_policy_set.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_policy_set.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_policy_set_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_policy_set_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_policy_set_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_profiles_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_profiles_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_profiles_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_service_names_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_service_names_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_service_names_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_time_date_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_time_date_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_time_date_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_time_date_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_time_date_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/device_administration_time_date_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/downloadable_acl.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/downloadable_acl.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/downloadable_acl.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/downloadable_acl_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/downloadable_acl_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/downloadable_acl_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_clear_all.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_clear_all.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_clear_all.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_clone.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_clone.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_clone.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_set_all_status.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_set_all_status.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/egress_matrix_cell_set_all_status.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_deregister.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_deregister.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_deregister.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_get_rejected_endpoints_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_get_rejected_endpoints_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_get_rejected_endpoints_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_register.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_register.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_register.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_release_rejected_endpoint.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_release_rejected_endpoint.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/endpoint_release_rejected_endpoint.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/external_radius_server.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/external_radius_server.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/external_radius_server.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/external_radius_server_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/external_radius_server_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/external_radius_server_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/filter_policy.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/filter_policy.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/filter_policy.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/filter_policy_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/filter_policy_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/filter_policy_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_location_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_location_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_location_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_smtp_notification_settings.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_smtp_notification_settings.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_smtp_notification_settings.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_smtp_notification_settings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_smtp_notification_settings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_smtp_notification_settings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_ssid.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_ssid.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_ssid.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_ssid_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_ssid_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_ssid_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type_email.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type_email.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type_email.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type_sms.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type_sms.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_type_sms.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_approve.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_approve.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_approve.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_change_sponsor_password.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_change_sponsor_password.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_change_sponsor_password.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_deny.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_deny.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_deny.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_email.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_email.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_email.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_reinstate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_reinstate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_reinstate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_reset_password.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_reset_password.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_reset_password.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_sms.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_sms.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_sms.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_suspend.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_suspend.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/guest_user_suspend.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/hotspot_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/hotspot_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/hotspot_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/hotspot_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/hotspot_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/hotspot_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/id_store_sequence.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/id_store_sequence.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/id_store_sequence.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/id_store_sequence_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/id_store_sequence_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/id_store_sequence_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/identity_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/identity_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/identity_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/identity_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/identity_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/identity_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/internal_user.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/internal_user.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/internal_user.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/internal_user_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/internal_user_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/internal_user_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/ise_root_ca_regenerate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/ise_root_ca_regenerate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/ise_root_ca_regenerate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_account_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_account_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_account_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_athentication_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_athentication_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_athentication_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_authentication_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_authentication_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_authentication_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_failure_reasons_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_failure_reasons_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_failure_reasons_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_active_count_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_active_count_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_active_count_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_active_list_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_active_list_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_active_list_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_auth_list_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_auth_list_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_auth_list_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_ip_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_ip_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_ip_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_mac_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_mac_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_mac_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_nas_ip_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_nas_ip_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_nas_ip_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_username_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_username_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_by_username_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_delete_all.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_delete_all.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_delete_all.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_disconnect_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_disconnect_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_disconnect_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_posture_count_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_posture_count_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_posture_count_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_profiler_count_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_profiler_count_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_profiler_count_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_reauthentication_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_reauthentication_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_session_reauthentication_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_sessions_by_session_id_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_sessions_by_session_id_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_sessions_by_session_id_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_version_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_version_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/mnt_version_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/my_device_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/my_device_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/my_device_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/my_device_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/my_device_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/my_device_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/native_supplicant_profile.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/native_supplicant_profile.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/native_supplicant_profile.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/native_supplicant_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/native_supplicant_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/native_supplicant_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authentication_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authentication_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authentication_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authentication_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authentication_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authentication_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authentication_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authentication_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authentication_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authorization_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authorization_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authorization_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authorization_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authorization_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authorization_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authorization_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authorization_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_authorization_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_for_authentication_rule_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_for_authentication_rule_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_for_authentication_rule_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_for_authorization_rule_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_for_authorization_rule_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_for_authorization_rule_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_for_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_for_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_for_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attribute.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attribute.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attribute.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attribute_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attribute_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attribute_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attributes_authentication_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attributes_authentication_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attributes_authentication_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attributes_authorization_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attributes_authorization_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attributes_authorization_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attributes_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attributes_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_attributes_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_dictionary_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_global_exception_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_global_exception_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_global_exception_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_global_exception_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_global_exception_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_global_exception_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_global_exception_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_global_exception_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_global_exception_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_identity_stores_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_identity_stores_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_identity_stores_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_local_exception_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_local_exception_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_local_exception_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_local_exception_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_local_exception_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_local_exception_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_local_exception_rules_reset_hitcounts.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_local_exception_rules_reset_hitcounts.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_local_exception_rules_reset_hitcounts.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_network_condition.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_network_condition.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_network_condition.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_network_condition_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_network_condition_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_network_condition_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_policy_set.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_policy_set.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_policy_set.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_policy_set_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_policy_set_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_policy_set_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_profiles_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_profiles_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_profiles_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_security_groups_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_security_groups_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_security_groups_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_service_name_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_service_name_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_service_name_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_time_date_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_time_date_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_time_date_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_time_date_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_time_date_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_access_time_date_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/network_device_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_deployment.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_deployment.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_deployment.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_deployment_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_deployment_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_deployment_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_promotion.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_promotion.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_promotion.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_replication_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_replication_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_replication_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_sync.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_sync.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/node_sync.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pan_ha.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pan_ha.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pan_ha.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pan_ha_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pan_ha_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pan_ha_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_check_standalone.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_check_standalone.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_check_standalone.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_export_certs.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_export_certs.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_export_certs.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_promote_primary.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_promote_primary.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_promote_primary.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_update_roles.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_update_roles.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/personas_update_roles.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_global_setting.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_global_setting.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_global_setting.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_global_setting_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_global_setting_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_global_setting_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_theme.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_theme.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_theme.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_theme_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_theme_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/portal_theme_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/profiler_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/profiler_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/profiler_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_node_approve.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_node_approve.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_node_approve.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_node_delete.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_node_delete.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_node_delete.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_node_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_node_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_node_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_settings_auto_approve.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_settings_auto_approve.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/px_grid_settings_auto_approve.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_access_secret.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_access_secret.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_access_secret.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_account_activate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_account_activate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_account_activate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_account_create.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_account_create.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_account_create.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_authorization.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_authorization.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_authorization.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_bindings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_bindings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_bindings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_egress_matrices_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_egress_matrices_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_egress_matrices_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_egress_policies_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_egress_policies_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_egress_policies_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoint_by_mac_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoint_by_mac_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoint_by_mac_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoints_by_os_type_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoints_by_os_type_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoints_by_os_type_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoints_by_type_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoints_by_type_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoints_by_type_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoints_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoints_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_endpoints_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_failures_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_failures_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_failures_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_healths_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_healths_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_healths_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_performances_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_performances_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_performances_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_profiles_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_profiles_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_profiles_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_security_group_acls_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_security_group_acls_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_security_group_acls_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_security_groups_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_security_groups_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_security_groups_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_lookup.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_lookup.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_lookup.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_register.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_register.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_register.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_reregister.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_reregister.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_reregister.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_unregister.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_unregister.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_service_unregister.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_session_by_ip_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_session_by_ip_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_session_by_ip_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_session_by_mac_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_session_by_mac_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_session_by_mac_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_session_for_recovery_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_session_for_recovery_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_session_for_recovery_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_sessions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_sessions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_sessions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_user_group_by_username_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_user_group_by_username_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_user_group_by_username_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_user_groups_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_user_groups_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/pxgrid_user_groups_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/radius_server_sequence.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/radius_server_sequence.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/radius_server_sequence.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/radius_server_sequence_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/radius_server_sequence_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/radius_server_sequence_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/renew_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/renew_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/renew_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/repository.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/repository.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/repository.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/repository_files_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/repository_files_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/repository_files_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/repository_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/repository_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/repository_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/resource_version_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/resource_version_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/resource_version_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/rest_id_store.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/rest_id_store.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/rest_id_store.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/rest_id_store_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/rest_id_store_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/rest_id_store_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/self_registered_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/self_registered_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/self_registered_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/self_registered_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/self_registered_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/self_registered_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/session_service_node_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/session_service_node_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/session_service_node_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_acl_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_deploy.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_deploy.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_deploy.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_deploy_all.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_deploy_all.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_deploy_all.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_deploy_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_deploy_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_deploy_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_deploy.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_deploy.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_deploy.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_deploy_all.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_deploy_all.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_deploy_all.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_deploy_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_deploy_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_deploy_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_mapping_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sg_to_vn_to_vlan_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sgt_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sms_provider_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sms_provider_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sms_provider_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_group_member_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_group_member_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_group_member_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsor_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsored_guest_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsored_guest_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsored_guest_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsored_guest_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsored_guest_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sponsored_guest_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/support_bundle.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/support_bundle.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/support_bundle.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/support_bundle_download.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/support_bundle_download.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/support_bundle_download.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/support_bundle_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/support_bundle_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/support_bundle_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_connections_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_local_bindings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/sxp_vpns_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_create.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_create.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_create.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_export_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_export_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_export_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_import.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_import.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_import.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_certificate_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_config_version_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_config_version_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/system_config_version_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_command_sets.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_command_sets.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_command_sets.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_command_sets_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_command_sets_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_command_sets_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_external_servers.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_external_servers.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_external_servers.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_external_servers_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_external_servers_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_external_servers_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_profile.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_profile.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_profile.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_server_sequence.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_server_sequence.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_server_sequence.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_server_sequence_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_server_sequence_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tacacs_server_sequence_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tasks_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tasks_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/tasks_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/telemetry_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/telemetry_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/telemetry_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/threat_vulnerabilities_clear.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/threat_vulnerabilities_clear.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/threat_vulnerabilities_clear.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate_export_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate_export_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate_export_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate_import.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate_import.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate_import.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/action/trusted_certificate_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/doc_fragments/__init__.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/doc_fragments/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/doc_fragments/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/doc_fragments/module.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/doc_fragments/module.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/doc_fragments/module.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/doc_fragments/module_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/doc_fragments/module_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/doc_fragments/module_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/__init__.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_bindings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_bindings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_bindings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_settings.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_settings.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_settings.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_settings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_settings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_settings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_test_connectivity.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_test_connectivity.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/aci_test_connectivity.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_add_groups.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_add_groups.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_add_groups.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_groups_by_domain_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_groups_by_domain_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_groups_by_domain_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_is_user_member_of_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_is_user_member_of_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_is_user_member_of_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_join_domain.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_join_domain.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_join_domain.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_join_domain_with_all_nodes.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_join_domain_with_all_nodes.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_join_domain_with_all_nodes.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_leave_domain.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_leave_domain.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_leave_domain.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_leave_domain_with_all_nodes.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_leave_domain_with_all_nodes.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_leave_domain_with_all_nodes.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_trusted_domains_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_trusted_domains_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_trusted_domains_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_user_groups_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_user_groups_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/active_directory_user_groups_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/admin_user_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/admin_user_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/admin_user_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/allowed_protocols.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/allowed_protocols.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/allowed_protocols.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/allowed_protocols_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/allowed_protocols_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/allowed_protocols_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_apply.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_apply.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_apply.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_clear.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_clear.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_clear.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_endpoint_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/anc_policy_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/authorization_profile.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/authorization_profile.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/authorization_profile.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/authorization_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/authorization_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/authorization_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_cancel.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_cancel.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_cancel.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_config.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_config.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_config.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_last_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_last_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_last_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_restore.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_restore.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_restore.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_schedule_config.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_schedule_config.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/backup_schedule_config.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/bind_signed_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/bind_signed_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/bind_signed_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/byod_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/byod_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/byod_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/byod_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/byod_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/byod_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/certificate_profile.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/certificate_profile.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/certificate_profile.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/certificate_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/certificate_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/certificate_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/certificate_template_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/certificate_template_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/certificate_template_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_delete.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_delete.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_delete.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_export_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_export_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_export_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_generate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_generate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_generate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_generate_intermediate_ca.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_generate_intermediate_ca.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_generate_intermediate_ca.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/csr_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/deployment_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/deployment_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/deployment_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authentication_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authentication_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authentication_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authentication_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authentication_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authentication_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authentication_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authentication_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authentication_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authorization_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authorization_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authorization_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authorization_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authorization_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authorization_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authorization_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authorization_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_authorization_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_command_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_command_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_command_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_for_authentication_rule_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_for_authentication_rule_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_for_authentication_rule_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_for_authorization_rule_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_for_authorization_rule_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_for_authorization_rule_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_for_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_for_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_for_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_dictionary_attributes_authentication_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_dictionary_attributes_authentication_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_dictionary_attributes_authentication_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_dictionary_attributes_authorization_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_dictionary_attributes_authorization_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_dictionary_attributes_authorization_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_dictionary_attributes_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_dictionary_attributes_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_dictionary_attributes_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_global_exception_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_global_exception_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_global_exception_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_global_exception_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_global_exception_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_global_exception_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_global_exception_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_global_exception_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_global_exception_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_identity_stores_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_identity_stores_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_identity_stores_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_local_exception_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_local_exception_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_local_exception_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_local_exception_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_local_exception_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_local_exception_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_local_exception_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_local_exception_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_local_exception_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_network_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_network_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_network_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_network_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_network_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_network_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_policy_set.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_policy_set.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_policy_set.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_policy_set_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_policy_set_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_policy_set_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_profiles_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_profiles_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_profiles_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_service_names_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_service_names_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_service_names_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_time_date_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_time_date_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_time_date_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_time_date_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_time_date_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/device_administration_time_date_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/downloadable_acl.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/downloadable_acl.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/downloadable_acl.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/downloadable_acl_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/downloadable_acl_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/downloadable_acl_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_clear_all.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_clear_all.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_clear_all.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_clone.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_clone.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_clone.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_set_all_status.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_set_all_status.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/egress_matrix_cell_set_all_status.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_deregister.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_deregister.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_deregister.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_get_rejected_endpoints_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_get_rejected_endpoints_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_get_rejected_endpoints_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_register.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_register.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_register.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_release_rejected_endpoint.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_release_rejected_endpoint.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/endpoint_release_rejected_endpoint.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/external_radius_server.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/external_radius_server.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/external_radius_server.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/external_radius_server_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/external_radius_server_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/external_radius_server_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/filter_policy.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/filter_policy.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/filter_policy.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/filter_policy_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/filter_policy_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/filter_policy_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_location_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_location_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_location_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_smtp_notification_settings.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_smtp_notification_settings.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_smtp_notification_settings.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_smtp_notification_settings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_smtp_notification_settings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_smtp_notification_settings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_ssid.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_ssid.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_ssid.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_ssid_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_ssid_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_ssid_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type_email.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type_email.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type_email.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type_sms.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type_sms.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_type_sms.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_approve.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_approve.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_approve.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_change_sponsor_password.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_change_sponsor_password.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_change_sponsor_password.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_deny.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_deny.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_deny.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_email.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_email.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_email.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_reinstate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_reinstate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_reinstate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_reset_password.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_reset_password.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_reset_password.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_sms.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_sms.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_sms.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_suspend.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_suspend.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/guest_user_suspend.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/hotspot_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/hotspot_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/hotspot_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/hotspot_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/hotspot_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/hotspot_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/id_store_sequence.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/id_store_sequence.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/id_store_sequence.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/id_store_sequence_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/id_store_sequence_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/id_store_sequence_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/identity_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/identity_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/identity_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/identity_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/identity_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/identity_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/internal_user.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/internal_user.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/internal_user.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/internal_user_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/internal_user_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/internal_user_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/ise_root_ca_regenerate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/ise_root_ca_regenerate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/ise_root_ca_regenerate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_account_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_account_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_account_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_athentication_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_athentication_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_athentication_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_authentication_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_authentication_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_authentication_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_failure_reasons_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_failure_reasons_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_failure_reasons_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_active_count_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_active_count_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_active_count_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_active_list_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_active_list_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_active_list_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_auth_list_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_auth_list_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_auth_list_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_ip_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_ip_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_ip_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_mac_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_mac_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_mac_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_nas_ip_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_nas_ip_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_nas_ip_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_username_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_username_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_by_username_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_delete_all.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_delete_all.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_delete_all.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_disconnect_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_disconnect_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_disconnect_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_posture_count_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_posture_count_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_posture_count_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_profiler_count_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_profiler_count_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_profiler_count_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_reauthentication_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_reauthentication_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_session_reauthentication_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_sessions_by_session_id_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_sessions_by_session_id_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_sessions_by_session_id_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_version_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_version_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/mnt_version_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/my_device_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/my_device_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/my_device_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/my_device_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/my_device_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/my_device_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/native_supplicant_profile.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/native_supplicant_profile.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/native_supplicant_profile.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/native_supplicant_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/native_supplicant_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/native_supplicant_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authentication_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authentication_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authentication_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authentication_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authentication_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authentication_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authentication_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authentication_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authentication_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authorization_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authorization_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authorization_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authorization_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authorization_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authorization_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authorization_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authorization_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_authorization_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_for_authentication_rule_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_for_authentication_rule_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_for_authentication_rule_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_for_authorization_rule_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_for_authorization_rule_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_for_authorization_rule_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_for_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_for_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_for_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attribute.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attribute.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attribute.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attribute_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attribute_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attribute_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attributes_authentication_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attributes_authentication_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attributes_authentication_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attributes_authorization_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attributes_authorization_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attributes_authorization_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attributes_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attributes_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_attributes_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_dictionary_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_global_exception_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_global_exception_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_global_exception_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_global_exception_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_global_exception_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_global_exception_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_global_exception_rules_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_global_exception_rules_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_global_exception_rules_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_identity_stores_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_identity_stores_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_identity_stores_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_local_exception_rules.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_local_exception_rules.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_local_exception_rules.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_local_exception_rules_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_local_exception_rules_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_local_exception_rules_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_local_exception_rules_reset_hitcounts.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_local_exception_rules_reset_hitcounts.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_local_exception_rules_reset_hitcounts.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_network_condition.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_network_condition.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_network_condition.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_network_condition_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_network_condition_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_network_condition_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_policy_set.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_policy_set.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_policy_set.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_policy_set_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_policy_set_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_policy_set_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_policy_set_reset_hitcount.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_policy_set_reset_hitcount.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_policy_set_reset_hitcount.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_profiles_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_profiles_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_profiles_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_security_groups_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_security_groups_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_security_groups_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_service_name_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_service_name_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_service_name_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_time_date_conditions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_time_date_conditions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_time_date_conditions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_time_date_conditions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_time_date_conditions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_access_time_date_conditions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/network_device_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_deployment.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_deployment.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_deployment.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_deployment_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_deployment_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_deployment_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_promotion.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_promotion.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_promotion.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_replication_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_replication_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_replication_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_sync.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_sync.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/node_sync.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pan_ha.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pan_ha.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pan_ha.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pan_ha_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pan_ha_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pan_ha_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_check_standalone.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_check_standalone.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_check_standalone.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_export_certs.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_export_certs.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_export_certs.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_promote_primary.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_promote_primary.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_promote_primary.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_update_roles.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_update_roles.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/personas_update_roles.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_global_setting.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_global_setting.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_global_setting.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_global_setting_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_global_setting_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_global_setting_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_theme.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_theme.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_theme.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_theme_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_theme_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/portal_theme_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/profiler_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/profiler_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/profiler_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_node_approve.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_node_approve.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_node_approve.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_node_delete.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_node_delete.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_node_delete.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_node_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_node_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_node_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_settings_auto_approve.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_settings_auto_approve.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/px_grid_settings_auto_approve.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_access_secret.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_access_secret.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_access_secret.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_account_activate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_account_activate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_account_activate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_account_create.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_account_create.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_account_create.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_authorization.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_authorization.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_authorization.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_bindings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_bindings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_bindings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_egress_matrices_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_egress_matrices_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_egress_matrices_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_egress_policies_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_egress_policies_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_egress_policies_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoint_by_mac_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoint_by_mac_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoint_by_mac_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoints_by_os_type_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoints_by_os_type_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoints_by_os_type_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoints_by_type_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoints_by_type_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoints_by_type_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoints_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoints_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_endpoints_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_failures_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_failures_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_failures_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_healths_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_healths_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_healths_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_performances_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_performances_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_performances_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_profiles_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_profiles_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_profiles_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_security_group_acls_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_security_group_acls_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_security_group_acls_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_security_groups_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_security_groups_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_security_groups_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_lookup.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_lookup.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_lookup.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_register.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_register.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_register.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_reregister.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_reregister.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_reregister.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_unregister.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_unregister.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_service_unregister.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_session_by_ip_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_session_by_ip_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_session_by_ip_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_session_by_mac_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_session_by_mac_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_session_by_mac_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_session_for_recovery_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_session_for_recovery_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_session_for_recovery_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_sessions_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_sessions_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_sessions_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_user_group_by_username_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_user_group_by_username_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_user_group_by_username_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_user_groups_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_user_groups_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/pxgrid_user_groups_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/radius_server_sequence.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/radius_server_sequence.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/radius_server_sequence.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/radius_server_sequence_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/radius_server_sequence_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/radius_server_sequence_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/renew_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/renew_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/renew_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/repository.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/repository.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/repository.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/repository_files_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/repository_files_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/repository_files_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/repository_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/repository_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/repository_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/resource_version_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/resource_version_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/resource_version_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/rest_id_store.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/rest_id_store.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/rest_id_store.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/rest_id_store_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/rest_id_store_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/rest_id_store_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/self_registered_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/self_registered_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/self_registered_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/self_registered_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/self_registered_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/self_registered_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/session_service_node_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/session_service_node_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/session_service_node_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_acl_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_deploy.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_deploy.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_deploy.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_deploy_all.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_deploy_all.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_deploy_all.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_deploy_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_deploy_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_deploy_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_deploy.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_deploy.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_deploy.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_deploy_all.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_deploy_all.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_deploy_all.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_deploy_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_deploy_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_deploy_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_mapping_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sg_to_vn_to_vlan_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sgt_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sms_provider_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sms_provider_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sms_provider_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_group.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_group.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_group.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_group_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_group_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_group_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_group_member_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_group_member_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_group_member_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsor_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsored_guest_portal.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsored_guest_portal.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsored_guest_portal.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsored_guest_portal_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsored_guest_portal_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sponsored_guest_portal_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/support_bundle.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/support_bundle.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/support_bundle.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/support_bundle_download.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/support_bundle_download.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/support_bundle_download.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/support_bundle_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/support_bundle_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/support_bundle_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_connections_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_local_bindings_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns_bulk_monitor_status_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns_bulk_monitor_status_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns_bulk_monitor_status_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns_bulk_request.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns_bulk_request.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns_bulk_request.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/sxp_vpns_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_create.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_create.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_create.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_export_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_export_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_export_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_import.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_import.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_import.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_certificate_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_config_version_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_config_version_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/system_config_version_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_command_sets.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_command_sets.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_command_sets.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_command_sets_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_command_sets_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_command_sets_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_external_servers.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_external_servers.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_external_servers.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_external_servers_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_external_servers_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_external_servers_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_profile.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_profile.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_profile.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_profile_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_profile_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_profile_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_server_sequence.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_server_sequence.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_server_sequence.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_server_sequence_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_server_sequence_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tacacs_server_sequence_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tasks_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tasks_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/tasks_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/telemetry_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/telemetry_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/telemetry_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/threat_vulnerabilities_clear.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/threat_vulnerabilities_clear.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/threat_vulnerabilities_clear.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate_export_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate_export_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate_export_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate_import.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate_import.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate_import.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate_info.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate_info.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/modules/trusted_certificate_info.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/__init__.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/exceptions.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/exceptions.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/exceptions.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/ise.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/ise.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/ise.pyo +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/personas_utils.py +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/personas_utils.pyc +${PYSITELIB}/ansible_collections/cisco/ise/plugins/plugin_utils/personas_utils.pyo +${PYSITELIB}/ansible_collections/cisco/ise/requirements.txt +${PYSITELIB}/ansible_collections/cisco/ise/roles/aws_deployment/README.md +${PYSITELIB}/ansible_collections/cisco/ise/roles/aws_deployment/defaults/main.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/aws_deployment/tasks/aws/aws.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/aws_deployment/tasks/aws/large_deployment.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/aws_deployment/tasks/aws/medium_deployment.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/aws_deployment/tasks/aws/single_node.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/aws_deployment/tasks/aws/small_deployment.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/aws_deployment/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/.travis.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/README.md +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/defaults/main.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/handlers/main.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/tasks/large_deployment.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/tasks/medium_deployment.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/tasks/small_deployment.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/tests/inventory +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/tests/test.yml +${PYSITELIB}/ansible_collections/cisco/ise/roles/personas_deployment/vars/main.yml +${PYSITELIB}/ansible_collections/cisco/ise/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/cisco/ise/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/cisco/ise/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/cisco/ise/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/cisco/meraki/FILES.json ${PYSITELIB}/ansible_collections/cisco/meraki/MANIFEST.json ${PYSITELIB}/ansible_collections/cisco/meraki/README.md @@ -8810,6 +13359,8 @@ ${PYSITELIB}/ansible_collections/cisco/meraki/changelogs/.plugin-cache.yaml ${PYSITELIB}/ansible_collections/cisco/meraki/changelogs/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/meraki/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/cisco/meraki/changelogs/config.yaml +${PYSITELIB}/ansible_collections/cisco/meraki/contributing.md +${PYSITELIB}/ansible_collections/cisco/meraki/meta/runtime.yml ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/doc_fragments/__init__.py ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/doc_fragments/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/doc_fragments/__init__.pyo @@ -8855,6 +13406,9 @@ ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_management_ ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_mr_l3_firewall.py ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_mr_l3_firewall.pyc ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_mr_l3_firewall.pyo +${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_mr_radio.py +${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_mr_radio.pyc +${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_mr_radio.pyo ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_mr_rf_profile.py ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_mr_rf_profile.pyc ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_mr_rf_profile.pyo @@ -8879,6 +13433,9 @@ ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_ospf.pyo ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_stack.py ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_stack.pyc ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_stack.pyo +${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_stack_l3_interface.py +${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_stack_l3_interface.pyc +${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_stack_l3_interface.pyo ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_storm_control.py ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_storm_control.pyc ${PYSITELIB}/ansible_collections/cisco/meraki/plugins/modules/meraki_ms_storm_control.pyo @@ -8991,6 +13548,8 @@ ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_m ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_management_interface/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mr_l3_firewall/aliases ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mr_l3_firewall/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mr_radio/aliases +${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mr_radio/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mr_rf_profile/aliases ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mr_rf_profile/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mr_settings/aliases @@ -9001,6 +13560,7 @@ ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_m ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_ms_link_aggregation/meraki_network/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_ms_link_aggregation/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_ms_ospf/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_ms_stack_l3_interface/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mx_l2_interface/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mx_l3_firewall/aliases ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_mx_l3_firewall/tasks/main.yml @@ -9045,12 +13605,16 @@ ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_w ${PYSITELIB}/ansible_collections/cisco/meraki/tests/integration/targets/meraki_webhook/tasks/tests.yml ${PYSITELIB}/ansible_collections/cisco/meraki/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/cisco/meraki/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/cisco/meraki/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/cisco/meraki/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/cisco/meraki/tests/sanity/ignore-2.9.txt +${PYSITELIB}/ansible_collections/cisco/mso/.github/ISSUE_TEMPLATE/Bug_Report.md +${PYSITELIB}/ansible_collections/cisco/mso/.github/ISSUE_TEMPLATE/Feature_Request.md +${PYSITELIB}/ansible_collections/cisco/mso/.github/ISSUE_TEMPLATE/config.yml ${PYSITELIB}/ansible_collections/cisco/mso/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/cisco/mso/.github/workflows/changelog-generation.yml ${PYSITELIB}/ansible_collections/cisco/mso/.github/workflows/galaxy-importer.cfg ${PYSITELIB}/ansible_collections/cisco/mso/.gitignore -${PYSITELIB}/ansible_collections/cisco/mso/.python-version -${PYSITELIB}/ansible_collections/cisco/mso/.vscode/launch.json ${PYSITELIB}/ansible_collections/cisco/mso/.vscode/settings.json ${PYSITELIB}/ansible_collections/cisco/mso/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/mso/FILES.json @@ -9066,6 +13630,9 @@ ${PYSITELIB}/ansible_collections/cisco/mso/meta/runtime.yml ${PYSITELIB}/ansible_collections/cisco/mso/plugins/doc_fragments/modules.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/doc_fragments/modules.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/doc_fragments/modules.pyo +${PYSITELIB}/ansible_collections/cisco/mso/plugins/httpapi/mso.py +${PYSITELIB}/ansible_collections/cisco/mso/plugins/httpapi/mso.pyc +${PYSITELIB}/ansible_collections/cisco/mso/plugins/httpapi/mso.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/module_utils/mso.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/module_utils/mso.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/module_utils/mso.pyo @@ -9096,6 +13663,9 @@ ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_role.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema.pyo +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_clone.py +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_clone.pyc +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_clone.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site.pyo @@ -9129,9 +13699,15 @@ ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_bd_l3 ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_bd_subnet.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_bd_subnet.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_bd_subnet.pyo +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_external_epg.py +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_external_epg.pyc +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_external_epg.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_external_epg_selector.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_external_epg_selector.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_external_epg_selector.pyo +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_l3out.py +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_l3out.pyc +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_l3out.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_vrf.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_vrf.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_site_vrf.pyo @@ -9168,15 +13744,24 @@ ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_a ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_bd.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_bd.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_bd.pyo +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_bd_dhcp_policy.py +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_bd_dhcp_policy.pyc +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_bd_dhcp_policy.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_bd_subnet.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_bd_subnet.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_bd_subnet.pyo +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_clone.py +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_clone.pyc +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_clone.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_contract_filter.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_contract_filter.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_contract_filter.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_deploy.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_deploy.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_deploy.pyo +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_deploy_status.py +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_deploy_status.pyc +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_deploy_status.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_external_epg.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_external_epg.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_external_epg.pyo @@ -9207,6 +13792,9 @@ ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_v ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_vrf_contract.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_vrf_contract.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_template_vrf_contract.pyo +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_validate.py +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_validate.pyc +${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_schema_validate.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_site.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_site.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_site.pyo @@ -9222,6 +13810,7 @@ ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_user.pyo ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_version.py ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_version.pyc ${PYSITELIB}/ansible_collections/cisco/mso/plugins/modules/mso_version.pyo +${PYSITELIB}/ansible_collections/cisco/mso/requirements.txt ${PYSITELIB}/ansible_collections/cisco/mso/tests/.gitignore ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/inventory.networking ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/network-integration.requirements.txt @@ -9253,8 +13842,14 @@ ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_role/ta ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_role/tasks/role-rw.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_clone/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_clone/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_anp/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_anp/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_anp_epg/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_anp_epg/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_anp_epg_domain/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_anp_epg_domain/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_anp_epg_selector/aliases @@ -9263,10 +13858,16 @@ ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_ ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_anp_epg_staticport/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_bd/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_bd/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_bd_l3out/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_bd_l3out/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_bd_subnet/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_bd_subnet/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_external_epg/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_external_epg/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_external_epg_selector/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_external_epg_selector/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_l3out/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_l3out/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_vrf_region/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_vrf_region/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_site_vrf_region_cidr/aliases @@ -9288,24 +13889,38 @@ ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_ ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_anp_epg_selector/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_bd/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_bd/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_bd_dhcp_policy/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_bd_dhcp_policy/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_bd_subnet/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_bd_subnet/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_clone/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_clone/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_contract_filter/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_contract_filter/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_deploy/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_deploy/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_deploy_status/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_deploy_status/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_external_epg/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_external_epg/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_external_epg_contract/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_external_epg_contract/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_external_epg_selector/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_external_epg_selector/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_external_epg_subnet/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_external_epg_subnet/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_filter_entry/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_filter_entry/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_l3out/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_l3out/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_migrate/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_migrate/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_vrf/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_vrf/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_vrf_contract/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_vrf_contract/tasks/main.yml +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_validate/aliases +${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_validate/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_site/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_site/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_tenant/aliases @@ -9316,8 +13931,6 @@ ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_user/al ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_user/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_version/aliases ${PYSITELIB}/ansible_collections/cisco/mso/tests/integration/targets/mso_version/tasks/main.yml -${PYSITELIB}/ansible_collections/cisco/mso/tests/sanity/ignore-2.10.txt -${PYSITELIB}/ansible_collections/cisco/mso/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/cisco/mso/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/cisco/nso/.github/workflows/ansible-test.yml ${PYSITELIB}/ansible_collections/cisco/nso/.gitignore @@ -9438,14 +14051,15 @@ ${PYSITELIB}/ansible_collections/cisco/nso/tests/unit/plugins/modules/utils.pyo ${PYSITELIB}/ansible_collections/cisco/nso/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/cisco/nxos/.gitignore ${PYSITELIB}/ansible_collections/cisco/nxos/.pre-commit-config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/nxos/FILES.json ${PYSITELIB}/ansible_collections/cisco/nxos/LICENSE ${PYSITELIB}/ansible_collections/cisco/nxos/MANIFEST.json ${PYSITELIB}/ansible_collections/cisco/nxos/README.md ${PYSITELIB}/ansible_collections/cisco/nxos/bindep.txt -${PYSITELIB}/ansible_collections/cisco/nxos/changelogs/CHANGELOG.rst ${PYSITELIB}/ansible_collections/cisco/nxos/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/changelogs/config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_aaa_server_host_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_aaa_server_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_acl_interface_module.rst @@ -9455,9 +14069,11 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_acls_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_banner_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_bfd_global_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_bfd_interfaces_module.rst +${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_bgp_address_family_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_bgp_af_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_bgp_global_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_bgp_module.rst +${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_bgp_neighbor_address_family_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_bgp_neighbor_af_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_bgp_neighbor_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_cliconf.rst @@ -9471,6 +14087,7 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_feature_module. ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_file_copy_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_gir_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_gir_profile_management_module.rst +${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_hostname_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_hsrp_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_hsrp_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_httpapi.rst @@ -9492,8 +14109,11 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_linkagg_module. ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_lldp_global_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_lldp_interfaces_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_lldp_module.rst +${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_logging_global_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_logging_module.rst +${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_netconf.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_ntp_auth_module.rst +${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_ntp_global_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_ntp_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_ntp_options_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_nxapi_module.rst @@ -9507,8 +14127,10 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_pim_interface_m ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_pim_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_pim_rp_address_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_ping_module.rst +${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_prefix_lists_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_reboot_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_rollback_module.rst +${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_route_maps_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_rpm_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_smu_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_snapshot_module.rst @@ -9516,6 +14138,7 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_snmp_community_ ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_snmp_contact_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_snmp_host_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_snmp_location_module.rst +${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_snmp_server_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_snmp_traps_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_snmp_user_module.rst ${PYSITELIB}/ansible_collections/cisco/nxos/docs/cisco.nxos.nxos_static_route_module.rst @@ -9544,12 +14167,312 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/meta/runtime.yml ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/aaa_server.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/aaa_server.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/aaa_server.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/aaa_server_host.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/aaa_server_host.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/aaa_server_host.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acl.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acl.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acl.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acl_interface.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acl_interface.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acl_interface.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acl_interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acl_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acl_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acls.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acls.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/acls.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/banner.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/banner.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/banner.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bfd_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bfd_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bfd_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bfd_interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bfd_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bfd_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_af.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_af.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_af.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_neighbor.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_neighbor.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_neighbor.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_neighbor_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_neighbor_af.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_neighbor_af.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/bgp_neighbor_af.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/command.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/command.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/command.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/config.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/config.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/config.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/devicealias.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/devicealias.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/devicealias.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/evpn_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/evpn_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/evpn_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/evpn_vni.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/evpn_vni.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/evpn_vni.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/facts.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/facts.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/facts.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/feature.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/feature.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/feature.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/file_copy.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/file_copy.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/file_copy.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/gir.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/gir.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/gir.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/gir_profile_management.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/gir_profile_management.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/gir_profile_management.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/hostname.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/hostname.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/hsrp.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/hsrp.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/hsrp.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/hsrp_interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/hsrp_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/hsrp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/igmp.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/igmp.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/igmp.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/igmp_interface.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/igmp_interface.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/igmp_interface.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/igmp_snooping.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/igmp_snooping.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/igmp_snooping.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/install_os.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/install_os.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/install_os.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/interface.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/interface.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/interface.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/interface_ospf.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/interface_ospf.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/interface_ospf.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l2_interface.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l2_interface.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l2_interface.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l2_interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l2_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l2_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l3_interface.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l3_interface.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l3_interface.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l3_interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l3_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/l3_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lacp.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lacp.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lacp.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lacp_interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lacp_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lacp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lag_interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lag_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lag_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/linkagg.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/linkagg.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/linkagg.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lldp.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lldp.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lldp.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lldp_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lldp_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lldp_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lldp_interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lldp_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/logging.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/logging.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/logging.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/logging_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp_auth.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp_auth.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp_auth.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp_options.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp_options.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ntp_options.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/nxapi.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/nxapi.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/nxapi.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/nxos.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/nxos.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/nxos.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/nxos_file_copy.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/nxos_file_copy.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/nxos_file_copy.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospf.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospf.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospf.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospf_interfaces.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospf_interfaces.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospf_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospf_vrf.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospf_vrf.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospf_vrf.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospfv2.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospfv2.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospfv2.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospfv3.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospfv3.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/overlay_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/overlay_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/overlay_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/pim.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/pim.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/pim.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/pim_interface.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/pim_interface.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/pim_interface.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/pim_rp_address.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/pim_rp_address.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/pim_rp_address.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ping.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ping.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/ping.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/reboot.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/reboot.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/reboot.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/rollback.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/rollback.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/rollback.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/route_maps.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/rpm.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/rpm.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/rpm.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/smu.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/smu.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/smu.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snapshot.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snapshot.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snapshot.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_community.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_community.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_community.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_contact.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_contact.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_contact.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_host.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_host.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_host.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_location.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_location.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_location.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_server.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_traps.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_traps.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_traps.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_user.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_user.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/snmp_user.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/static_route.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/static_route.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/static_route.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/static_routes.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/static_routes.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/static_routes.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/system.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/system.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/system.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/telemetry.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/telemetry.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/telemetry.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/udld.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/udld.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/udld.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/udld_interface.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/udld_interface.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/udld_interface.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/user.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/user.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/user.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vlan.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vlan.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vlan.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vlans.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vlans.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vlans.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vpc.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vpc.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vpc.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vpc_interface.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vpc_interface.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vpc_interface.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrf.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrf.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrf.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrf_af.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrf_af.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrf_af.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrf_interface.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrf_interface.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrf_interface.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrrp.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrrp.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vrrp.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vsan.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vsan.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vsan.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vtp_domain.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vtp_domain.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vtp_domain.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vtp_password.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vtp_password.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vtp_password.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vtp_version.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vtp_version.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vtp_version.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vxlan_vtep.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vxlan_vtep.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vxlan_vtep.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vxlan_vtep_vni.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vxlan_vtep_vni.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/vxlan_vtep_vni.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/zone_zoneset.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/zone_zoneset.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/action/zone_zoneset.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/cliconf/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/cliconf/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/cliconf/__init__.pyo @@ -9604,18 +14527,36 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/ar ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bfd_interfaces/bfd_interfaces.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bfd_interfaces/bfd_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bfd_interfaces/bfd_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_address_family/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_global/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_global/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_global/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_global/bgp_global.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_global/bgp_global.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_global/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_neighbor_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_neighbor_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_neighbor_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_neighbor_address_family/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_neighbor_address_family/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/bgp_neighbor_address_family/bgp_neighbor_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/facts/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/facts/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/facts/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/facts/facts.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/facts/facts.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/facts/facts.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/hostname/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/hostname/hostname.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/hsrp_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/hsrp_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/hsrp_interfaces/__init__.pyo @@ -9670,6 +14611,18 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/ar ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/logging_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ospf_interfaces/__init__.pyo @@ -9688,6 +14641,24 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/ar ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/route_maps/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/route_maps/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/static_routes/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/argspec/static_routes/__init__.pyo @@ -9736,12 +14707,30 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/co ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bfd_interfaces/bfd_interfaces.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bfd_interfaces/bfd_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bfd_interfaces/bfd_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_address_family/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_global/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_global/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_global/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_global/bgp_global.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_global/bgp_global.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_global/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_neighbor_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_neighbor_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_neighbor_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_neighbor_address_family/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_neighbor_address_family/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_neighbor_address_family/bgp_neighbor_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/hostname/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/hostname/hostname.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/hsrp_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/hsrp_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/hsrp_interfaces/__init__.pyo @@ -9796,6 +14785,18 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/co ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/logging_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ospf_interfaces/__init__.pyo @@ -9814,6 +14815,24 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/co ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/route_maps/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/route_maps/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/static_routes/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/static_routes/__init__.pyo @@ -9853,15 +14872,33 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/fa ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bfd_interfaces/bfd_interfaces.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bfd_interfaces/bfd_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bfd_interfaces/bfd_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_address_family/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_global/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_global/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_global/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_global/bgp_global.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_global/bgp_global.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_global/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_neighbor_address_family/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_neighbor_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_neighbor_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_neighbor_address_family/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_neighbor_address_family/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/bgp_neighbor_address_family/bgp_neighbor_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/facts.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/facts.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/facts.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/hostname/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/hostname/hostname.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/hsrp_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/hsrp_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/hsrp_interfaces/__init__.pyo @@ -9922,6 +14959,18 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/fa ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/logging_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ospf_interfaces/__init__.pyo @@ -9940,6 +14989,24 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/fa ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/route_maps/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/route_maps/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/static_routes/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/facts/static_routes/__init__.pyo @@ -9964,9 +15031,24 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/nx ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/bgp_global.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/bgp_global.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/bgp_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/bgp_neighbor_address_family.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/hostname.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/hostname.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/hostname.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/logging_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/ntp_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/ospf_interfaces.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/ospf_interfaces.pyo @@ -9976,6 +15058,15 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/ospfv3.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/ospfv3.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/ospfv3.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/route_maps.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/snmp_server.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/utils/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/utils/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/utils/__init__.pyo @@ -10021,6 +15112,9 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bfd_interfaces. ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_af.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_af.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_af.pyo @@ -10030,6 +15124,9 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_global.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_neighbor.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_neighbor.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_neighbor.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_neighbor_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_neighbor_af.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_neighbor_af.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_bgp_neighbor_af.pyo @@ -10063,6 +15160,9 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_gir.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_gir_profile_management.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_gir_profile_management.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_gir_profile_management.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_hostname.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_hostname.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_hostname.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_hsrp.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_hsrp.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_hsrp.pyo @@ -10126,12 +15226,18 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_lldp_interfaces ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_logging.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_logging.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_logging.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_logging_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_logging_global.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp_auth.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp_auth.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp_auth.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp_options.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp_options.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ntp_options.pyo @@ -10168,12 +15274,18 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_pim_rp_address. ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ping.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ping.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_ping.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_prefix_lists.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_reboot.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_reboot.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_reboot.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_rollback.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_rollback.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_rollback.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_route_maps.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_route_maps.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_rpm.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_rpm.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_rpm.pyo @@ -10195,6 +15307,9 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_host.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_location.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_location.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_location.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_server.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_traps.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_traps.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/nxos_snmp_traps.pyo @@ -10279,6 +15394,12 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/storage/nxos_vsan.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/storage/nxos_zone_zoneset.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/storage/nxos_zone_zoneset.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/modules/storage/nxos_zone_zoneset.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/netconf/__init__.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/netconf/__init__.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/netconf/__init__.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/netconf/nxos.py +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/netconf/nxos.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/plugins/netconf/nxos.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/terminal/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/terminal/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/plugins/terminal/__init__.pyo @@ -10389,6 +15510,23 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp/t ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp/tests/common/param.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp/tests/common/sanity.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp/tests/common/supp_fib.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tasks/nxapi.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_address_family/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_af/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_af/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_af/tasks/cli.yaml @@ -10414,6 +15552,7 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_g ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_global/tests/common/rendered.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_global/tests/common/replaced.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_global/tests/common/replaced_af.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_global/tests/common/sanity.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_global/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor/meta/main.yml @@ -10422,6 +15561,23 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_n ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor/tasks/nxapi.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor/tests/common/multisite.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor/tests/common/sanity.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tasks/nxapi.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_address_family/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_af/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_af/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_neighbor_af/tasks/cli.yaml @@ -10554,6 +15710,23 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_gir_p ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_gir_profile_management/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_gir_profile_management/tasks/nxapi.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_gir_profile_management/tests/common/sanity.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tasks/nxapi.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hostname/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hsrp/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hsrp/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_hsrp/tasks/cli.yaml @@ -10650,6 +15823,7 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_inter ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_interfaces/tests/common/merged.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_interfaces/tests/common/overridden.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_interfaces/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_interfaces/tests/common/purged.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_interfaces/tests/common/rendered.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_interfaces/tests/common/replaced.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_interfaces/tests/common/rtt.yaml @@ -10800,6 +15974,23 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_loggi ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging/tests/common/basic.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging/tests/common/net_logging.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging/tests/common/purge.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tasks/nxapi.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_logging_global/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp/tasks/cli.yaml @@ -10812,6 +16003,23 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_a ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_auth/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_auth/tasks/nxapi.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_auth/tests/common/sanity.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tasks/nxapi.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_global/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_options/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_options/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ntp_options/tasks/cli.yaml @@ -10929,6 +16137,23 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_pim_r ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_pim_rp_address/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_pim_rp_address/tasks/nxapi.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_pim_rp_address/tests/common/configure.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tasks/nxapi.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_prefix_lists/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_reboot/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_reboot/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_reboot/tasks/cli.yaml @@ -10941,6 +16166,24 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_rollb ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_rollback/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_rollback/tasks/nxapi.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_rollback/tests/common/sanity.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tasks/nxapi.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/_setup.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_route_maps/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_rpm/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_rpm/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_rpm/tasks/cli.yaml @@ -10953,6 +16196,7 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_smoke ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_smoke/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_smoke/tasks/nxapi.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_smoke/tests/cli/misc_tests.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_smoke/tests/common/caching.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_smoke/tests/common/common_config.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_smoke/tests/common/common_utils.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_smoke/tests/common/misc_tests.yaml @@ -10989,6 +16233,23 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_location/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_location/tasks/nxapi.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_location/tests/common/sanity.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/defaults/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/meta/main.yml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tasks/cli.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tasks/main.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tasks/nxapi.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/_populate_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/_remove_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/_setup.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/empty_config.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/gathered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/merged.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/overridden.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/parsed.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/rendered.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_server/vars/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_traps/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_traps/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_snmp_traps/tasks/cli.yaml @@ -11044,8 +16305,13 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telem ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/tasks/nxapi.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/templates/populate_config.cfg ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/tests/common/deleted.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/tests/common/fixtures/local_server.crt +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/tests/common/fixtures/new_server.crt +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/tests/common/fixtures/server.crt +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/tests/common/gathered.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/tests/common/merged.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/tests/common/replaced.yaml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_telemetry/vars/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_udld/defaults/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_udld/meta/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_udld/tasks/cli.yaml @@ -11176,10 +16442,14 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_zone_ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_zone_zoneset/tasks/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_zone_zoneset/tests/common/sanity.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/nxos_zone_zoneset/vars/main.yml +${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/prepare_nxos_tests/meta/main.yaml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/integration/targets/prepare_nxos_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/cisco/nxos/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/cisco/nxos/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/cisco/nxos/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/cisco/nxos/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/cisco/nxos/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/cisco/nxos/tests/sanity/ignore-2.9.txt -${PYSITELIB}/ansible_collections/cisco/nxos/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/__init__.pyo @@ -11281,6 +16551,7 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixt ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_feature/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_feature/__init__.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_feature/show_feature.txt +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_feature/show_feature_mds.txt ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_interface/__init__.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_interface/__init__.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_interface/__init__.pyo @@ -11405,6 +16676,7 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixt ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_zone_zoneset/shzone_0.cfg ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_zone_zoneset/shzone_1.cfg ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_zone_zoneset/shzone_2.cfg +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_zone_zoneset/shzone_bug339.cfg ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_zone_zoneset/shzoneset_0.cfg ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_zone_zoneset/shzoneset_1.cfg ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/fixtures/nxos_zone_zoneset/shzoneset_2.cfg @@ -11456,6 +16728,9 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_af.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_af.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_af.pyo @@ -11465,6 +16740,9 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_neighbor.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_neighbor.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_neighbor.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_neighbor_address_family.py +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_neighbor_address_family.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_neighbor_address_family.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_neighbor_af.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_neighbor_af.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_bgp_neighbor_af.pyo @@ -11483,6 +16761,9 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_feature.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_feature.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_feature.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_hostname.py +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_hostname.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_hostname.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_hsrp.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_hsrp.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_hsrp.pyo @@ -11510,6 +16791,12 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_lldp_interfaces.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_logging_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_logging_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_logging_global.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_ntp_global.py +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_ntp_global.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_ntp_global.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_nxapi.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_nxapi.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_nxapi.pyo @@ -11540,6 +16827,18 @@ ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_pim_rp_address.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_pim_rp_address.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_pim_rp_address.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_ping.py +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_ping.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_ping.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_prefix_lists.py +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_prefix_lists.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_prefix_lists.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_route_maps.py +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_route_maps.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_route_maps.pyo +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_snmp_server.py +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_snmp_server.pyc +${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_snmp_server.pyo ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_static_route.py ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_static_route.pyc ${PYSITELIB}/ansible_collections/cisco/nxos/tests/unit/modules/network/nxos/test_nxos_static_route.pyo @@ -11590,6 +16889,7 @@ ${PYSITELIB}/ansible_collections/cisco/ucs/FILES.json ${PYSITELIB}/ansible_collections/cisco/ucs/LICENSE.txt ${PYSITELIB}/ansible_collections/cisco/ucs/MANIFEST.json ${PYSITELIB}/ansible_collections/cisco/ucs/README.md +${PYSITELIB}/ansible_collections/cisco/ucs/meta/runtime.yml ${PYSITELIB}/ansible_collections/cisco/ucs/misc/Impact DNW07 UCS Ansible Collection Lab Guide.pdf ${PYSITELIB}/ansible_collections/cisco/ucs/misc/README.md ${PYSITELIB}/ansible_collections/cisco/ucs/playbooks/example_playbook.yml @@ -11723,13 +17023,71 @@ ${PYSITELIB}/ansible_collections/cisco/ucs/plugins/modules/ucs_vsans.pyo ${PYSITELIB}/ansible_collections/cisco/ucs/plugins/modules/ucs_wwn_pool.py ${PYSITELIB}/ansible_collections/cisco/ucs/plugins/modules/ucs_wwn_pool.pyc ${PYSITELIB}/ansible_collections/cisco/ucs/plugins/modules/ucs_wwn_pool.pyo -${PYSITELIB}/ansible_collections/cisco/ucs/releases/README.md -${PYSITELIB}/ansible_collections/cisco/ucs/releases/cisco-ucs-1.1.0.tar.gz -${PYSITELIB}/ansible_collections/cisco/ucs/releases/cisco-ucs-1.2.0.tar.gz -${PYSITELIB}/ansible_collections/cisco/ucs/releases/cisco-ucs-1.3.0.tar.gz -${PYSITELIB}/ansible_collections/cisco/ucs/releases/cisco-ucs-1.4.0.tar.gz -${PYSITELIB}/ansible_collections/cisco/ucs/releases/cisco-ucs-1.5.0.tar.gz ${PYSITELIB}/ansible_collections/cisco/ucs/requirements.txt +${PYSITELIB}/ansible_collections/cloud/common/CHANGELOG.rst +${PYSITELIB}/ansible_collections/cloud/common/FILES.json +${PYSITELIB}/ansible_collections/cloud/common/LICENSE +${PYSITELIB}/ansible_collections/cloud/common/MANIFEST.json +${PYSITELIB}/ansible_collections/cloud/common/README.md +${PYSITELIB}/ansible_collections/cloud/common/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/cloud/common/changelogs/config.yaml +${PYSITELIB}/ansible_collections/cloud/common/changelogs/fragments/.keep +${PYSITELIB}/ansible_collections/cloud/common/meta/runtime.yml +${PYSITELIB}/ansible_collections/cloud/common/plugins/lookup/turbo_demo.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/lookup/turbo_demo.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/lookup/turbo_demo.pyo +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/common.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/common.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/common.pyo +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/exceptions.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/exceptions.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/exceptions.pyo +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/module.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/module.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/module.pyo +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/server.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/server.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo/server.pyo +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo_demo.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo_demo.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/module_utils/turbo_demo.pyo +${PYSITELIB}/ansible_collections/cloud/common/plugins/modules/turbo_demo.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/modules/turbo_demo.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/modules/turbo_demo.pyo +${PYSITELIB}/ansible_collections/cloud/common/plugins/modules/turbo_fail.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/modules/turbo_fail.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/modules/turbo_fail.pyo +${PYSITELIB}/ansible_collections/cloud/common/plugins/modules/turbo_import.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/modules/turbo_import.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/modules/turbo_import.pyo +${PYSITELIB}/ansible_collections/cloud/common/plugins/plugin_utils/turbo/lookup.py +${PYSITELIB}/ansible_collections/cloud/common/plugins/plugin_utils/turbo/lookup.pyc +${PYSITELIB}/ansible_collections/cloud/common/plugins/plugin_utils/turbo/lookup.pyo +${PYSITELIB}/ansible_collections/cloud/common/requirements.txt +${PYSITELIB}/ansible_collections/cloud/common/test-requirements.txt +${PYSITELIB}/ansible_collections/cloud/common/tests/integration/targets/turbo_fail/tasks/main.yaml +${PYSITELIB}/ansible_collections/cloud/common/tests/integration/targets/turbo_lookup/playbook.yaml +${PYSITELIB}/ansible_collections/cloud/common/tests/integration/targets/turbo_lookup/runme.sh +${PYSITELIB}/ansible_collections/cloud/common/tests/integration/targets/turbo_mode/playbook.yaml +${PYSITELIB}/ansible_collections/cloud/common/tests/integration/targets/turbo_mode/runme.sh +${PYSITELIB}/ansible_collections/cloud/common/tests/integration/targets/turbo_mode/tasks/main.yaml +${PYSITELIB}/ansible_collections/cloud/common/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/cloud/common/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/cloud/common/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/cloud/common/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/cloud/common/tests/sanity/ignore-2.14.txt +${PYSITELIB}/ansible_collections/cloud/common/tests/sanity/ignore-2.9.txt +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/module_utils/test_turbo_module.py +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/module_utils/test_turbo_module.pyc +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/module_utils/test_turbo_module.pyo +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/plugins/module_utils/turbo/conftest.py +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/plugins/module_utils/turbo/conftest.pyc +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/plugins/module_utils/turbo/conftest.pyo +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/plugins/module_utils/turbo/test_module.py +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/plugins/module_utils/turbo/test_module.pyc +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/plugins/module_utils/turbo/test_module.pyo +${PYSITELIB}/ansible_collections/cloud/common/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/cloud/common/tox.ini ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/.github/workflows/cleanup.yml ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/.github/workflows/publish-ansible-galaxy.yml ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/.github/workflows/test-integration.yml @@ -11765,6 +17123,9 @@ ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/module_utils/api.py ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/custom_image.py +${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/custom_image.pyc +${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/custom_image.pyo ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/floating_ip.py ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/floating_ip.pyc ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/floating_ip.pyo @@ -11789,6 +17150,7 @@ ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/plugins/modules/volume.pyo ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/cloud-config-cloudscale.ini.template ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/common/aliases ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/common/defaults/main.yml +${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/common/tasks/cleanup_custom_images.yml ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/common/tasks/cleanup_floating_ips.yml ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/common/tasks/cleanup_networks.yml ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/common/tasks/cleanup_objects_users.yml @@ -11796,6 +17158,11 @@ ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/c ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/common/tasks/cleanup_servers.yml ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/common/tasks/cleanup_volumes.yml ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/common/tasks/main.yml +${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/custom_image/aliases +${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/custom_image/defaults/main.yml +${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/custom_image/meta/main.yml +${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/custom_image/tasks/main.yml +${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/custom_image/tasks/tests.yml ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/floating_ip/aliases ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/floating_ip/meta/main.yml ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/floating_ip/tasks/floating_ip.yml @@ -11840,6 +17207,12 @@ ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/integration/targets/v ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/requirements.txt ${PYSITELIB}/ansible_collections/cloudscale_ch/cloud/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/aws/.github/BOTMETA.yml +${PYSITELIB}/ansible_collections/community/aws/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/community/aws/.github/ISSUE_TEMPLATE/ci_report.yml +${PYSITELIB}/ansible_collections/community/aws/.github/ISSUE_TEMPLATE/config.yml +${PYSITELIB}/ansible_collections/community/aws/.github/ISSUE_TEMPLATE/documentation_report.yml +${PYSITELIB}/ansible_collections/community/aws/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/community/aws/.github/patchback.yml ${PYSITELIB}/ansible_collections/community/aws/.github/settings.yml ${PYSITELIB}/ansible_collections/community/aws/.gitignore ${PYSITELIB}/ansible_collections/community/aws/CHANGELOG.rst @@ -11848,8 +17221,7 @@ ${PYSITELIB}/ansible_collections/community/aws/COPYING ${PYSITELIB}/ansible_collections/community/aws/FILES.json ${PYSITELIB}/ansible_collections/community/aws/MANIFEST.json ${PYSITELIB}/ansible_collections/community/aws/README.md -${PYSITELIB}/ansible_collections/community/aws/changelogs/499-elb-module-add-ip_address_type_option.yml -${PYSITELIB}/ansible_collections/community/aws/changelogs/516-rds_instance-preferred_maintenance_window.yml +${PYSITELIB}/ansible_collections/community/aws/bindep.txt ${PYSITELIB}/ansible_collections/community/aws/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/aws/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/aws/changelogs/fragments/.keep @@ -11880,6 +17252,8 @@ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.aws_glue_job_m ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.aws_inspector_target_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.aws_kms_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.aws_kms_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.aws_msk_cluster_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.aws_msk_config_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.aws_region_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.aws_s3_bucket_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.aws_s3_cors_module.rst @@ -11916,14 +17290,12 @@ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_ami_copy_m ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_asg_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_asg_lifecycle_hook_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_asg_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_asg_scheduled_action_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_customer_gateway_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_customer_gateway_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_eip_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_eip_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_elb_info_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_elb_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_instance_info_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_instance_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_launch_template_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_lc_find_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_lc_info_module.rst @@ -11936,15 +17308,8 @@ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_snapshot_c ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_transit_gateway_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_transit_gateway_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_egress_igw_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_endpoint_info_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_endpoint_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_endpoint_service_info_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_igw_info_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_igw_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_nacl_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_nacl_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_nat_gateway_info_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_nat_gateway_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_peer_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_peering_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ec2_vpc_route_table_info_module.rst @@ -11965,6 +17330,7 @@ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ecs_taskdefini ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.ecs_taskdefinition_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.efs_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.efs_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.efs_tag_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elasticache_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elasticache_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elasticache_parameter_group_module.rst @@ -11973,7 +17339,6 @@ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elasticache_su ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_application_lb_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_application_lb_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_classic_lb_info_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_classic_lb_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_instance_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_network_lb_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_target_group_info_module.rst @@ -11981,7 +17346,8 @@ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_target_gro ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_target_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.elb_target_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.execute_lambda_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_cert_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_access_key_info_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_access_key_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_group_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_managed_policy_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_mfa_device_info_module.rst @@ -11993,6 +17359,7 @@ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_role_info_ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_role_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_saml_federation_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_server_certificate_info_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_server_certificate_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_user_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.iam_user_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.kinesis_stream_module.rst @@ -12005,10 +17372,12 @@ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.lambda_policy_ ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.lightsail_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_instance_info_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_instance_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_instance_snapshot_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_option_group_info_module.rst +${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_option_group_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_param_group_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_snapshot_info_module.rst -${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_snapshot_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.rds_subnet_group_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.redshift_cross_region_snapshots_module.rst ${PYSITELIB}/ansible_collections/community/aws/docs/community.aws.redshift_info_module.rst @@ -12044,6 +17413,9 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/connection/__init__.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/connection/aws_ssm.py ${PYSITELIB}/ansible_collections/community/aws/plugins/connection/aws_ssm.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/connection/aws_ssm.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/module_utils/route53.py +${PYSITELIB}/ansible_collections/community/aws/plugins/module_utils/route53.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/module_utils/route53.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/module_utils/wafv2.py ${PYSITELIB}/ansible_collections/community/aws/plugins/module_utils/wafv2.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/module_utils/wafv2.pyo @@ -12137,6 +17509,12 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_kms_facts.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_kms_info.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_kms_info.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_kms_info.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_msk_cluster.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_msk_cluster.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_msk_cluster.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_msk_config.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_msk_config.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_msk_config.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_region_facts.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_region_facts.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/aws_region_facts.pyo @@ -12263,6 +17641,9 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_asg_info.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_asg_lifecycle_hook.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_asg_lifecycle_hook.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_asg_lifecycle_hook.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_asg_scheduled_action.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_asg_scheduled_action.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_asg_scheduled_action.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_customer_gateway.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_customer_gateway.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_customer_gateway.pyo @@ -12281,24 +17662,12 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_eip_facts.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_eip_info.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_eip_info.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_eip_info.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_elb.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_elb.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_elb.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_elb_facts.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_elb_facts.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_elb_facts.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_elb_info.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_elb_info.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_elb_info.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_instance.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_instance.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_instance.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_instance_facts.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_instance_facts.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_instance_facts.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_instance_info.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_instance_info.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_instance_info.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_launch_template.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_launch_template.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_launch_template.pyo @@ -12341,27 +17710,6 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_transit_gatew ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_egress_igw.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_egress_igw.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_egress_igw.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint_facts.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint_facts.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint_facts.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint_info.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint_info.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint_info.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint_service_info.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint_service_info.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_endpoint_service_info.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_igw.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_igw.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_igw.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_igw_facts.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_igw_facts.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_igw_facts.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_igw_info.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_igw_info.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_igw_info.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nacl.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nacl.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nacl.pyo @@ -12371,15 +17719,6 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nacl_fact ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nacl_info.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nacl_info.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nacl_info.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nat_gateway.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nat_gateway.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nat_gateway.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nat_gateway_facts.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nat_gateway_facts.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nat_gateway_facts.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nat_gateway_info.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nat_gateway_info.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_nat_gateway_info.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_peer.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_peer.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/ec2_vpc_peer.pyo @@ -12461,6 +17800,9 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/efs_facts.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/efs_info.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/efs_info.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/efs_info.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/efs_tag.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/efs_tag.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/efs_tag.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elasticache.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elasticache.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elasticache.pyo @@ -12488,9 +17830,6 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_application_l ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_application_lb_info.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_application_lb_info.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_application_lb_info.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_classic_lb.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_classic_lb.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_classic_lb.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_classic_lb_facts.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_classic_lb_facts.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/elb_classic_lb_facts.pyo @@ -12527,9 +17866,12 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/execute_lambda.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_cert.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_cert.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_cert.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_access_key.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_access_key.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_access_key.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_access_key_info.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_access_key_info.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_access_key_info.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_cert_facts.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_cert_facts.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_cert_facts.pyo @@ -12566,6 +17908,9 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_role_info.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_saml_federation.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_saml_federation.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_saml_federation.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_server_certificate.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_server_certificate.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_server_certificate.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_server_certificate_facts.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_server_certificate_facts.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/iam_server_certificate_facts.pyo @@ -12614,12 +17959,18 @@ ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_instance_fact ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_instance_info.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_instance_info.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_instance_info.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_instance_snapshot.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_instance_snapshot.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_instance_snapshot.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_option_group.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_option_group.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_option_group.pyo +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_option_group_info.py +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_option_group_info.pyc +${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_option_group_info.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_param_group.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_param_group.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_param_group.pyo -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_snapshot.py -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_snapshot.pyc -${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_snapshot.pyo ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_snapshot_facts.py ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_snapshot_facts.pyc ${PYSITELIB}/ansible_collections/community/aws/plugins/modules/rds_snapshot_facts.pyo @@ -12724,9 +18075,9 @@ ${PYSITELIB}/ansible_collections/community/aws/scripts/inventory/ec2.ini ${PYSITELIB}/ansible_collections/community/aws/scripts/inventory/ec2.py ${PYSITELIB}/ansible_collections/community/aws/scripts/inventory/ec2.pyc ${PYSITELIB}/ansible_collections/community/aws/scripts/inventory/ec2.pyo -${PYSITELIB}/ansible_collections/community/aws/shippable.yml ${PYSITELIB}/ansible_collections/community/aws/test-requirements.txt ${PYSITELIB}/ansible_collections/community/aws/tests/.gitignore +${PYSITELIB}/ansible_collections/community/aws/tests/config.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/constraints.txt ${PYSITELIB}/ansible_collections/community/aws/tests/integration/requirements.txt ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/__init__.py @@ -12761,8 +18112,6 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_eks ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_eks_cluster/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_eks_cluster/files/eks-trust-policy.json ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_eks_cluster/meta/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_eks_cluster/tasks/botocore_lt_1.10.1.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_eks_cluster/tasks/botocore_lt_1.12.38.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_eks_cluster/tasks/full_test.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_eks_cluster/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_elasticbeanstalk_app/aliases @@ -12782,6 +18131,17 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_kms ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_kms/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_kms/templates/console-policy-no-key-rotation.j2 ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_kms/templates/console-policy.j2 +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_cluster/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_cluster/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_cluster/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_cluster/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_cluster/tasks/test_create.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_cluster/tasks/test_delete.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_cluster/tasks/test_update.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_config/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_config/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_config/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_msk_config/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_region_info/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_region_info/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_region_info/meta/main.yml @@ -12789,12 +18149,16 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_reg ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_s3_bucket_info/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_s3_bucket_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_s3_bucket_info/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_s3_bucket_info/tasks/basic.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_s3_bucket_info/tasks/bucket_ownership_controls.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_s3_bucket_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_secret/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_secret/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_secret/files/hello_world.zip ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_secret/files/secretsmanager-trust-policy.json +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_secret/tasks/basic.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_secret/tasks/main.yaml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_secret/tasks/rotation.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_ses_identity/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_ses_identity/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/aws_ses_identity/meta/main.yaml @@ -12830,8 +18194,6 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/cloudfo ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/cloudformation_stack_set/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/cloudformation_stack_set/files/test_bucket_stack.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/cloudformation_stack_set/files/test_modded_bucket_stack.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/cloudformation_stack_set/playbooks/full_test.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/cloudformation_stack_set/runme.sh ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/cloudformation_stack_set/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/cloudfront_distribution/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/cloudfront_distribution/defaults/main.yml @@ -12878,47 +18240,28 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/dms_rep ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/dms_replication_subnet_group/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/dms_replication_subnet_group/files/dmsAssumeRolePolicyDocument.json ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/dms_replication_subnet_group/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/dynamodb_table/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/dynamodb_table/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/dynamodb_table/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/dynamodb_table/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/dynamodb_table/tasks/test_pay_per_request.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_asg/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_asg/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_asg/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_asg/vars/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_asg_scheduled_action/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_asg_scheduled_action/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_asg_scheduled_action/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_asg_scheduled_action/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_eip/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_eip/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_eip/meta/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_eip/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/aliases -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/inventory -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/meta/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/defaults/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/files/assume-role-policy.json -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/meta/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/block_devices.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/checkmode_tests.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/cpu_options.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/default_vpc_tests.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/ebs_optimized.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/env_cleanup.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/env_setup.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/external_resource_attach.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/find_ami.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/iam_instance_role.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/instance_no_wait.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/security_group.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/tags_and_vpc_settings.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/termination_protection.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/termination_protection_wrapper.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/uptime.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/version_fail.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/version_fail_wrapper.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_instance/runme.sh ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_launch_template/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_launch_template/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_launch_template/files/assume-role-policy.json ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_launch_template/meta/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_launch_template/tasks/cpu_options.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_launch_template/tasks/graceful_failure.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_launch_template/tasks/iam_instance_role.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_launch_template/tasks/instance-metadata.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_launch_template/tasks/main.yml @@ -12940,16 +18283,6 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_tra ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_transit_gateway/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_egress_igw/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_egress_igw/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_endpoint/aliases -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_endpoint/defaults/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_endpoint/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_endpoint_service_info/aliases -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_endpoint_service_info/defaults/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_endpoint_service_info/meta/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_endpoint_service_info/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_igw/aliases -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_igw/defaults/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_igw/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nacl/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nacl/meta/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nacl/tasks/ingress_and_egress.yml @@ -12958,9 +18291,6 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nacl/tasks/subnet_ids.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nacl/tasks/subnet_names.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nacl/tasks/tags.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nat_gateway/aliases -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nat_gateway/defaults/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nat_gateway/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_peer/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_peer/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_peer/tasks/main.yml @@ -12976,12 +18306,10 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_clu ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/files/ec2-trust-policy.json ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/files/ecs-trust-policy.json ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/tasks/force_service_deletion.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/tasks/full_test.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/tasks/network_assign_public_ip_fail.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/tasks/network_fail.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/tasks/network_force_new_deployment.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_cluster/tasks/network_force_new_deployment_fail.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_ecr/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_ecr/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_ecr/meta/main.yml @@ -12989,13 +18317,15 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_ecr ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_tag/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/ecs_tag/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/efs/aliases -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/efs/playbooks/full_test.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/efs/playbooks/roles/efs/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/efs/playbooks/version_fail.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/efs/runme.sh +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/efs/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/efs/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elasticache/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elasticache/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elasticache/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elasticache_subnet_group/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elasticache_subnet_group/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elasticache_subnet_group/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elasticache_subnet_group/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb/meta/main.yml @@ -13009,7 +18339,6 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_app ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb/tasks/test_deleting_alb.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb/tasks/test_modifying_alb_listeners.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb/tasks/test_multiple_actions.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb/tasks/test_multiple_actions_fail.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb_info/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb_info/meta/main.yml @@ -13018,11 +18347,24 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_app ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb_info/tasks/setup.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb_info/tasks/teardown.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_application_lb_info/tasks/test_elb_application_lb_info.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb/aliases -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb/defaults/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb/meta/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb/vars/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb_info/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb_info/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_classic_lb_info/vars/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/tasks/cleanup_elbs.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/tasks/cleanup_instances.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/tasks/cleanup_vpc.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/tasks/manage_asgs.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/tasks/manage_instances.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/tasks/setup_elbs.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/tasks/setup_instances.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/tasks/setup_vpc.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_instance/vars/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_network_lb/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_network_lb/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_network_lb/files/cert.pem @@ -13037,20 +18379,21 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_net ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_network_lb/tasks/test_nlb_tags.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_network_lb/tasks/test_nlb_with_asg.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/aliases -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/full_test.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target/defaults/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target/files/ansible_lambda_target.py -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target/files/ansible_lambda_target.pyc -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target/files/ansible_lambda_target.pyo -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target/files/assume-role.json -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/roles/elb_target/defaults/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/roles/elb_target/tasks/main.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/playbooks/version_fail.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/runme.sh +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/files/ansible_lambda_target.py +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/files/ansible_lambda_target.pyc +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/files/ansible_lambda_target.pyo +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/files/assume-role.json +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/tasks/ec2_target.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/tasks/lambda_target.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target_info/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/elb_target_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_access_key/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_access_key/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_access_key/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_access_key/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_group/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_group/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_group/meta/main.yml @@ -13072,13 +18415,28 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_rol ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/files/deny-all.json ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/files/deny-assume.json ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/boundary_policy.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/complex_role_creation.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/creation_deletion.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/description_update.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/inline_policy_update.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/max_session_update.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/parameter_checks.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/policy_update.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/role_removal.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_role/tasks/tags_update.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_saml_federation/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_saml_federation/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_saml_federation/files/example1.xml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_saml_federation/files/example2.xml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_saml_federation/meta/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_saml_federation/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_server_certificate/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_server_certificate/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_server_certificate/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_server_certificate/tasks/generate-certs.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_server_certificate/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_user/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_user/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/iam_user/meta/main.yml @@ -13113,6 +18471,8 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/lambda_ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/lambda_policy/meta/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/lambda_policy/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/lambda_policy/templates/endpoint-test-swagger-api.yml.j2 +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/legacy_missing_tests/README.md +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/legacy_missing_tests/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/lightsail/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/lightsail/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/lightsail/tasks/main.yml @@ -13121,21 +18481,21 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_ins ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/inventory ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/files/enhanced_monitoring_assume_policy.json ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_aurora.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_bad_options.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_credentials.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_encryption.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_final_snapshot.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_modification.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_modify.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_modify_complex.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_processor_features.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_read_replica.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_restore_instance.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_snapshot.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_states.yml -${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_tags.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_tagging.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/test_vpc_security_groups.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_instance/runme.sh +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_option_group/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_option_group/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_option_group/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_param_group/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_param_group/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/rds_param_group/meta/main.yml @@ -13150,10 +18510,18 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/redshif ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/redshift/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/redshift/meta/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/redshift/tasks/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/redshift_subnet_group/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/redshift_subnet_group/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/redshift_subnet_group/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/redshift_subnet_group/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53/vars/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53_health_check/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53_health_check/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53_health_check/meta/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53_health_check/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53_zone/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/route53_zone/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/s3_bucket_notification/aliases @@ -13175,6 +18543,7 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/s3_metr ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/s3_metrics_configuration/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/s3_metrics_configuration/tasks/s3_metrics_info.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/s3_sync/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/s3_sync/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/s3_sync/files/test1.txt ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/s3_sync/files/test2.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/s3_sync/files/test3.json @@ -13186,15 +18555,25 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/script_ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/script_inventory_ec2/inventory_diff.pyc ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/script_inventory_ec2/inventory_diff.pyo ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/script_inventory_ec2/runme.sh +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_botocore_pip/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_botocore_pip/handlers/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_botocore_pip/tasks/cleanup.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_botocore_pip/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_ec2/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_ec2/tasks/common.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_ec2/vars/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_ec2_facts/defaults/main.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_ec2_facts/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/windows-cleanup.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_remote_tmp_dir/tasks/windows.yml +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_sshkey/files/ec2-fingerprint.py +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_sshkey/files/ec2-fingerprint.pyc +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_sshkey/files/ec2-fingerprint.pyo +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/setup_sshkey/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sns/aliases ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sns/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sns/tasks/main.yml @@ -13211,6 +18590,7 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sqs_que ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sqs_queue/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sqs_queue/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sts_assume_role/aliases +${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sts_assume_role/defaults/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sts_assume_role/meta/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sts_assume_role/tasks/main.yml ${PYSITELIB}/ansible_collections/community/aws/tests/integration/targets/sts_assume_role/templates/policy.json.j2 @@ -13229,6 +18609,8 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/requirements.yml ${PYSITELIB}/ansible_collections/community/aws/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/aws/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/aws/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/aws/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/community/aws/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/community/aws/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/aws/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/community/aws/tests/unit/__init__.pyc @@ -13245,6 +18627,7 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/unit/compat/mock.pyo ${PYSITELIB}/ansible_collections/community/aws/tests/unit/compat/unittest.py ${PYSITELIB}/ansible_collections/community/aws/tests/unit/compat/unittest.pyc ${PYSITELIB}/ansible_collections/community/aws/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/community/aws/tests/unit/constraints.txt ${PYSITELIB}/ansible_collections/community/aws/tests/unit/mock/__init__.py ${PYSITELIB}/ansible_collections/community/aws/tests/unit/mock/__init__.pyc ${PYSITELIB}/ansible_collections/community/aws/tests/unit/mock/__init__.pyo @@ -13823,18 +19206,22 @@ ${PYSITELIB}/ansible_collections/community/aws/tests/unit/plugins/modules/utils. ${PYSITELIB}/ansible_collections/community/aws/tests/unit/plugins/modules/utils.pyc ${PYSITELIB}/ansible_collections/community/aws/tests/unit/plugins/modules/utils.pyo ${PYSITELIB}/ansible_collections/community/aws/tests/unit/requirements.txt -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/aws.sh -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/check_matrix.py -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/check_matrix.pyc -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/check_matrix.pyo -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/sanity.sh -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/shippable.sh -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/timing.py -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/timing.pyc -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/timing.pyo -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/timing.sh -${PYSITELIB}/ansible_collections/community/aws/tests/utils/shippable/units.sh -${PYSITELIB}/ansible_collections/community/azure/.gitignore +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/README.md +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/azure-pipelines.yml +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/aggregate-coverage.sh +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/combine-coverage.py +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/combine-coverage.pyc +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/combine-coverage.pyo +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/process-results.sh +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/publish-codecov.sh +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/report-coverage.sh +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/run-tests.sh +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/time-command.py +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/time-command.pyc +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/scripts/time-command.pyo +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/templates/coverage.yml +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/templates/matrix.yml +${PYSITELIB}/ansible_collections/community/azure/.azure-pipelines/templates/test.yml ${PYSITELIB}/ansible_collections/community/azure/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/azure/COPYING ${PYSITELIB}/ansible_collections/community/azure/FILES.json @@ -14344,7 +19731,8 @@ ${PYSITELIB}/ansible_collections/community/azure/tests/integration/targets/azure ${PYSITELIB}/ansible_collections/community/azure/tests/integration/targets/setup_azure/aliases ${PYSITELIB}/ansible_collections/community/azure/tests/requirements.yml ${PYSITELIB}/ansible_collections/community/azure/tests/sanity/ignore-2.10.txt -${PYSITELIB}/ansible_collections/community/azure/tests/sanity/requirements.txt +${PYSITELIB}/ansible_collections/community/azure/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/community/azure/tests/sanity/ignore-2.12.txt ${PYSITELIB}/ansible_collections/community/azure/tests/utils/ado/ado.sh ${PYSITELIB}/ansible_collections/community/azure/tests/utils/shippable/azure.sh ${PYSITELIB}/ansible_collections/community/azure/tests/utils/shippable/check_matrix.py @@ -14357,6 +19745,156 @@ ${PYSITELIB}/ansible_collections/community/azure/tests/utils/shippable/timing.py ${PYSITELIB}/ansible_collections/community/azure/tests/utils/shippable/timing.pyc ${PYSITELIB}/ansible_collections/community/azure/tests/utils/shippable/timing.pyo ${PYSITELIB}/ansible_collections/community/azure/tests/utils/shippable/timing.sh +${PYSITELIB}/ansible_collections/community/ciscosmb/.github/workflows/CI.yml +${PYSITELIB}/ansible_collections/community/ciscosmb/.github/workflows/FastCI.yml +${PYSITELIB}/ansible_collections/community/ciscosmb/.gitignore +${PYSITELIB}/ansible_collections/community/ciscosmb/CHANGELOG.rst +${PYSITELIB}/ansible_collections/community/ciscosmb/CODE_OF_CONDUCT.md +${PYSITELIB}/ansible_collections/community/ciscosmb/CONTRIBUTING.md +${PYSITELIB}/ansible_collections/community/ciscosmb/FILES.json +${PYSITELIB}/ansible_collections/community/ciscosmb/LICENSE +${PYSITELIB}/ansible_collections/community/ciscosmb/MANIFEST.json +${PYSITELIB}/ansible_collections/community/ciscosmb/README.md +${PYSITELIB}/ansible_collections/community/ciscosmb/RELEASE_POLICY.md +${PYSITELIB}/ansible_collections/community/ciscosmb/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/community/ciscosmb/changelogs/config.yaml +${PYSITELIB}/ansible_collections/community/ciscosmb/changelogs/fragments/.keep +${PYSITELIB}/ansible_collections/community/ciscosmb/galaxy-importer.cfg +${PYSITELIB}/ansible_collections/community/ciscosmb/meta/runtime.yml +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/cliconf/ciscosmb.py +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/cliconf/ciscosmb.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/cliconf/ciscosmb.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/module_utils/__init__.py +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/module_utils/__init__.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/module_utils/ciscosmb.py +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/module_utils/ciscosmb.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/module_utils/ciscosmb.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/module_utils/ciscosmb_canonical_map.py +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/module_utils/ciscosmb_canonical_map.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/module_utils/ciscosmb_canonical_map.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/modules/__init__.py +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/modules/__init__.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/modules/command.py +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/modules/command.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/modules/command.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/modules/facts.py +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/modules/facts.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/modules/facts.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/terminal/ciscosmb.py +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/terminal/ciscosmb.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/plugins/terminal/ciscosmb.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/requirements-dev.txt +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/requirements.yml +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/__init__.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/__init__.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/__init__.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/__init__.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/__init__.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/__init__.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/builtins.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/builtins.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/builtins.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/mock.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/mock.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/mock.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/unittest.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/unittest.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/__init__.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/__init__.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/__init__.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/__init__.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/__init__.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/__init__.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/__init__.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/__init__.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/ciscosmb_module.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/ciscosmb_module.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/ciscosmb_module.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_command-CBS350-24P-4G-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_command-SG350-28-K9-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_command-SG500-52-K9-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_command-SG550X-24MP-K9-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_command-stackSG550X-48-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-CBS350-24P-4G-dir +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-CBS350-24P-4G-show_cpu_utilization +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-CBS350-24P-4G-show_inventory +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-CBS350-24P-4G-show_running-config_detailed +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-CBS350-24P-4G-show_system +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-CBS350-24P-4G-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG350-28-K9-show_cpu_utilization +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG350-28-K9-show_inventory +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG350-28-K9-show_system +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG350-28-K9-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-dir +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_cpu_utilization +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_interfaces_configuration +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_interfaces_description +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_interfaces_status +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_inventory +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_ip_interface +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_ip_route +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_ipv6_interface_brief +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_lldp_neighbors +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_ports_jumbo-frame +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_running-config_detailed +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_system +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG500-52-K9-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG550X-24MP-K9-dir +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG550X-24MP-K9-show_cpu_utilization +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG550X-24MP-K9-show_inventory +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG550X-24MP-K9-show_running-config_detailed +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG550X-24MP-K9-show_system +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SG550X-24MP-K9-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SX550X-24F-K9-show_cpu_utilization +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SX550X-24F-K9-show_inventory +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SX550X-24F-K9-show_system +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-SX550X-24F-K9-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-stackSG550X-48-dir +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-stackSG550X-48-show_cpu_utilization +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-stackSG550X-48-show_inventory +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-stackSG550X-48-show_system +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/fixtures/ciscosmb_facts-stackSG550X-48-show_version +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-CBS350-24P-4G.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-CBS350-24P-4G.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-CBS350-24P-4G.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-SG350-28-K9.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-SG350-28-K9.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-SG350-28-K9.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-SG500-52-K9.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-SG500-52-K9.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-SG500-52-K9.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-SG550X-24MP-K9.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-SG550X-24MP-K9.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-SG550X-24MP-K9.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-stackSG550X-48.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-stackSG550X-48.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_command-stackSG550X-48.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-CBS350-24P-4G.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-CBS350-24P-4G.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-CBS350-24P-4G.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SG350-28-K9.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SG350-28-K9.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SG350-28-K9.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SG500-52-K9.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SG500-52-K9.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SG500-52-K9.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SG550X-24MP-K9.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SG550X-24MP-K9.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SG550X-24MP-K9.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SX550X-24F-K9.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SX550X-24F-K9.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-SX550X-24F-K9.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-stackSG550X-48.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-stackSG550X-48.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/ciscosmb/test_ciscosmb_facts-stackSG550X-48.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/utils.py +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/utils.pyc +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/plugins/modules/utils.pyo +${PYSITELIB}/ansible_collections/community/ciscosmb/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/README.md ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/azure-pipelines.yml ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/aggregate-coverage.sh @@ -14364,7 +19902,9 @@ ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/combi ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/combine-coverage.pyc ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/combine-coverage.pyo ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/process-results.sh -${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/publish-codecov.sh +${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/publish-codecov.py +${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/publish-codecov.pyc +${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/publish-codecov.pyo ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/report-coverage.sh ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/run-tests.sh ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/time-command.py @@ -14373,6 +19913,7 @@ ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/scripts/time- ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/templates/coverage.yml ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/templates/matrix.yml ${PYSITELIB}/ansible_collections/community/crypto/.azure-pipelines/templates/test.yml +${PYSITELIB}/ansible_collections/community/crypto/.github/patchback.yml ${PYSITELIB}/ansible_collections/community/crypto/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/crypto/COPYING ${PYSITELIB}/ansible_collections/community/crypto/FILES.json @@ -14381,6 +19922,10 @@ ${PYSITELIB}/ansible_collections/community/crypto/README.md ${PYSITELIB}/ansible_collections/community/crypto/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/crypto/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/crypto/changelogs/fragments/.keep +${PYSITELIB}/ansible_collections/community/crypto/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/community/crypto/docs/docsite/links.yml +${PYSITELIB}/ansible_collections/community/crypto/docs/docsite/rst/guide_ownca.rst +${PYSITELIB}/ansible_collections/community/crypto/docs/docsite/rst/guide_selfsigned.rst ${PYSITELIB}/ansible_collections/community/crypto/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/crypto/plugins/action/openssl_privatekey_pipe.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/action/openssl_privatekey_pipe.pyc @@ -14400,12 +19945,12 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/doc_fragments/module_c ${PYSITELIB}/ansible_collections/community/crypto/plugins/doc_fragments/module_privatekey.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/doc_fragments/module_privatekey.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/doc_fragments/module_privatekey.pyo -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/__init__.py -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/__init__.pyc -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/__init__.pyo -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/_compatibility.py -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/_compatibility.pyc -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/_compatibility.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/doc_fragments/module_privatekey_convert.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/doc_fragments/module_privatekey_convert.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/doc_fragments/module_privatekey_convert.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/_version.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/_version.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/_version.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/account.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/account.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/account.pyo @@ -14439,12 +19984,6 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/orde ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/utils.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/utils.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/acme/utils.pyo -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/compat/ipaddress.py -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/compat/ipaddress.pyc -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/compat/ipaddress.pyo -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/__init__.py -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/__init__.pyc -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/__init__.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/_asn1.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/_asn1.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/_asn1.pyo @@ -14475,12 +20014,12 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/mo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_acme.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_acme.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_acme.pyo -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_assertonly.py -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_assertonly.pyc -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_assertonly.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_entrust.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_entrust.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_entrust.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_info.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_info.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_info.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_ownca.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_ownca.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/certificate_ownca.pyo @@ -14490,21 +20029,33 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/mo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/common.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/common.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/common.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/crl_info.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/crl_info.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/crl_info.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/csr.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/csr.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/csr.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/csr_info.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/csr_info.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/csr_info.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/privatekey.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/privatekey.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/privatekey.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/privatekey_convert.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/privatekey_convert.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/privatekey_convert.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/privatekey_info.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/privatekey_info.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/privatekey_info.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/publickey_info.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/publickey_info.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/module_backends/publickey_info.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/openssh.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/openssh.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/openssh.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/pem.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/pem.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/pem.pyo -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/pyopenssl_support.py -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/pyopenssl_support.pyc -${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/pyopenssl_support.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/support.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/support.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/crypto/support.pyo @@ -14514,12 +20065,27 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/ecs/api.p ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/io.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/io.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/io.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/backends/common.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/backends/common.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/backends/common.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/backends/keypair_backend.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/backends/keypair_backend.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/backends/keypair_backend.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/certificate.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/certificate.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/certificate.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/cryptography.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/cryptography.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/cryptography.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/utils.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/utils.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/openssh/utils.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/version.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/version.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/module_utils/version.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_account.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_account.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_account.pyo -${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_account_facts.py -${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_account_facts.pyc -${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_account_facts.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_account_info.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_account_info.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_account_info.pyo @@ -14538,6 +20104,9 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/acme_inspect.p ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/certificate_complete_chain.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/certificate_complete_chain.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/certificate_complete_chain.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/crypto_info.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/crypto_info.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/crypto_info.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/ecs_certificate.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/ecs_certificate.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/ecs_certificate.pyo @@ -14556,12 +20125,6 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssh_cert.p ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssh_keypair.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssh_keypair.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssh_keypair.pyo -${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_certificate.py -${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_certificate.pyc -${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_certificate.pyo -${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_certificate_info.py -${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_certificate_info.pyc -${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_certificate_info.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_csr.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_csr.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_csr.pyo @@ -14580,6 +20143,9 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_pkcs12 ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privatekey.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privatekey.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privatekey.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_convert.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_convert.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_convert.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_info.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_info.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_info.pyo @@ -14589,6 +20155,9 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_privat ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_publickey.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_publickey.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_publickey.pyo +${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_publickey_info.py +${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_publickey_info.pyc +${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_publickey_info.pyo ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_signature.py ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_signature.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/modules/openssl_signature.pyo @@ -14614,6 +20183,7 @@ ${PYSITELIB}/ansible_collections/community/crypto/plugins/plugin_utils/action_mo ${PYSITELIB}/ansible_collections/community/crypto/plugins/plugin_utils/action_module.pyc ${PYSITELIB}/ansible_collections/community/crypto/plugins/plugin_utils/action_module.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/.gitignore +${PYSITELIB}/ansible_collections/community/crypto/tests/config.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/acme_account/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/acme_account/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/acme_account/tasks/impl.yml @@ -14663,7 +20233,14 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/cert ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/certificate_complete_chain/files/roots/DST_Root_CA_X3.pem ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/certificate_complete_chain/files/roots/ISRG_Root_X1.pem ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/certificate_complete_chain/meta/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/certificate_complete_chain/tasks/create-single-certificate.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/certificate_complete_chain/tasks/create.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/certificate_complete_chain/tasks/created.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/certificate_complete_chain/tasks/existing.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/certificate_complete_chain/tasks/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/crypto_info/aliases +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/crypto_info/meta/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/crypto_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/ecs_certificate/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/ecs_certificate/defaults/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/ecs_certificate/meta/main.yml @@ -14685,6 +20262,7 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/get_ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/luks_device/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/luks_device/files/keyfile1 ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/luks_device/files/keyfile2 +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/luks_device/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/luks_device/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/luks_device/tasks/run-test.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/luks_device/tasks/tests/create-destroy.yml @@ -14695,10 +20273,21 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/luks ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_cert/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_cert/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_cert/tasks/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_cert/tests/idempotency.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_cert/tests/key_idempotency.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_cert/tests/options_idempotency.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_cert/tests/regenerate.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_cert/tests/remove.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_cert/tests/ssh-agent.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/tasks/main.yml -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/tests/validate.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/tests/core.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/tests/cryptography_backend.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/tests/invalid.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/tests/options.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/tests/regenerate.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/tests/state.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssh_keypair/vars/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr/meta/main.yml @@ -14709,9 +20298,6 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/open ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr_info/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr_info/tasks/impl.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr_info/tasks/main.yml -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr_info/test_plugins/jinja_compatibility.py -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr_info/test_plugins/jinja_compatibility.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr_info/test_plugins/jinja_compatibility.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr_pipe/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr_pipe/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_csr_pipe/tasks/impl.yml @@ -14732,6 +20318,10 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/open ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey/tests/validate.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey/vars/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey_convert/aliases +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey_convert/meta/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey_convert/tasks/impl.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey_convert/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey_info/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey_info/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_privatekey_info/tasks/impl.yml @@ -14745,6 +20335,10 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/open ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_publickey/tasks/impl.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_publickey/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_publickey/tests/validate.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_publickey_info/aliases +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_publickey_info/meta/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_publickey_info/tasks/impl.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_publickey_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_signature/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_signature/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/openssl_signature/tasks/loop.yml @@ -14754,13 +20348,23 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prep ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_http_tests/tasks/default.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_http_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_http_tests/vars/httptester.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_jinja2_compat/filter_plugins/jinja_compatibility.py +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_jinja2_compat/filter_plugins/jinja_compatibility.pyc +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_jinja2_compat/filter_plugins/jinja_compatibility.pyo +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_jinja2_compat/tasks/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_jinja2_compat/test_plugins/jinja_compatibility.py +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_jinja2_compat/test_plugins/jinja_compatibility.pyc +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_jinja2_compat/test_plugins/jinja_compatibility.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/prepare_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_acme/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_acme/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_acme/tasks/obtain-cert.yml -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_acme/vars/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_bcrypt/meta/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_bcrypt/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_openssl/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_openssl/tasks/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_openssl/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_openssl/vars/Archlinux.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_openssl/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_openssl/vars/FreeBSD.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_openssl/vars/RedHat.yml @@ -14769,10 +20373,17 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setu ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_pkg_mgr/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_pyopenssl/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_pyopenssl/tasks/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_pyopenssl/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_pyopenssl/vars/Archlinux.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_pyopenssl/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_pyopenssl/vars/FreeBSD.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_pyopenssl/vars/RedHat.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_pyopenssl/vars/Suse.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_python_info/filter_plugins/version_filter.py +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_python_info/filter_plugins/version_filter.pyc +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_python_info/filter_plugins/version_filter.pyo +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_python_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_python_info/vars/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_remote_constraints/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_remote_constraints/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_remote_constraints/tasks/main.yml @@ -14784,6 +20395,8 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setu ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_ssh_agent/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_ssh_keygen/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_ssh_keygen/tasks/main.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_ssh_keygen/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_ssh_keygen/vars/Archlinux.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_ssh_keygen/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_ssh_keygen/vars/RedHat.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/setup_ssh_keygen/vars/Suse.yml @@ -14793,8 +20406,6 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509 ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate-acme/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate/meta/main.yml -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate/tasks/assertonly.yml -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate/tasks/expired.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate/tasks/impl.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate/tasks/ownca.yml @@ -14807,9 +20418,6 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509 ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate_info/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate_info/tasks/impl.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate_info/tasks/main.yml -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate_info/test_plugins/jinja_compatibility.py -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate_info/test_plugins/jinja_compatibility.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate_info/test_plugins/jinja_compatibility.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate_pipe/aliases ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate_pipe/meta/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_certificate_pipe/tasks/impl.yml @@ -14820,17 +20428,18 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509 ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_crl/tasks/main.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/integration/targets/x509_crl/tests/validate.yml ${PYSITELIB}/ansible_collections/community/crypto/tests/requirements.yml +${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/extra-docs.json +${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/extra-docs.py +${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/extra-docs.pyc +${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/extra-docs.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/no-unwanted-files.json ${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/no-unwanted-files.py ${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/no-unwanted-files.pyc ${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/no-unwanted-files.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/update-bundled.json -${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/update-bundled.py -${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/update-bundled.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/extra/update-bundled.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/community/crypto/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/__init__.pyc @@ -14847,24 +20456,6 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/compat/mock.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/compat/unittest.py ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/compat/unittest.pyc ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/compat/unittest.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/__init__.py -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/__init__.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/__init__.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/loader.py -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/loader.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/loader.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/path.py -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/path.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/path.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/procenv.py -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/procenv.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/procenv.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/vault_helper.py -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/vault_helper.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/vault_helper.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/yaml_helper.py -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/yaml_helper.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/mock/yaml_helper.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/__init__.pyo @@ -14876,6 +20467,7 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_util ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/backend_data.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/fixtures/cert_1.pem ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/fixtures/csr_1.pem +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/fixtures/csr_1.pem.old ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/fixtures/csr_1.txt ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/fixtures/csr_2.pem ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/fixtures/csr_2.txt @@ -14902,9 +20494,6 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_util ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/test_utils.py ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/test_utils.pyc ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/acme/test_utils.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/conftest.py -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/conftest.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/conftest.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/crypto/__init__.py ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/crypto/__init__.pyc ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/crypto/__init__.pyo @@ -14914,12 +20503,18 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_util ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/crypto/test_cryptography_support.py ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/crypto/test_cryptography_support.pyc ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/crypto/test_cryptography_support.pyo +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/openssh/test_certificate.py +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/openssh/test_certificate.pyc +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/openssh/test_certificate.pyo +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/openssh/test_cryptography.py +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/openssh/test_cryptography.pyc +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/openssh/test_cryptography.pyo +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/openssh/test_utils.py +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/openssh/test_utils.pyc +${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/module_utils/openssh/test_utils.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/__init__.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/conftest.py -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/conftest.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/conftest.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/test_luks_device.py ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/test_luks_device.pyc ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/test_luks_device.pyo @@ -14928,11 +20523,9 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/uti ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/plugins/modules/utils.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/constraints.txt -${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/check_matrix.py -${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/check_matrix.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/check_matrix.pyo ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/cloud.sh ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/freebsd.sh +${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/linux-community.sh ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/linux.sh ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/macos.sh ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/osx.sh @@ -14940,14 +20533,12 @@ ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/remote.s ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/rhel.sh ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/sanity.sh ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/shippable.sh -${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/timing.py -${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/timing.pyc -${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/timing.pyo -${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/timing.sh ${PYSITELIB}/ansible_collections/community/crypto/tests/utils/shippable/units.sh ${PYSITELIB}/ansible_collections/community/digitalocean/.github/workflows/ansible-test-integration.yml ${PYSITELIB}/ansible_collections/community/digitalocean/.github/workflows/ansible-test-sanity.yml ${PYSITELIB}/ansible_collections/community/digitalocean/.github/workflows/ansible-test-unit.yml +${PYSITELIB}/ansible_collections/community/digitalocean/.github/workflows/black.yml +${PYSITELIB}/ansible_collections/community/digitalocean/.github/workflows/pull-request-integration.yml ${PYSITELIB}/ansible_collections/community/digitalocean/.gitignore ${PYSITELIB}/ansible_collections/community/digitalocean/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/digitalocean/COPYING @@ -14984,6 +20575,12 @@ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_block_storage.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_block_storage.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_block_storage.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_cdn_endpoints.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_cdn_endpoints.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_cdn_endpoints.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_cdn_endpoints_info.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_cdn_endpoints_info.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_cdn_endpoints_info.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_certificate.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_certificate.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_certificate.pyo @@ -15011,9 +20608,15 @@ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_domain_record.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_domain_record.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_domain_record.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_domain_record_info.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_domain_record_info.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_domain_record_info.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_droplet.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_droplet.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_droplet.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_droplet_info.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_droplet_info.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_droplet_info.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_firewall.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_firewall.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_firewall.pyo @@ -15044,12 +20647,27 @@ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_kubernetes_info.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_kubernetes_info.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_kubernetes_info.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_load_balancer.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_load_balancer.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_load_balancer.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_load_balancer_facts.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_load_balancer_facts.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_load_balancer_facts.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_load_balancer_info.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_load_balancer_info.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_load_balancer_info.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_monitoring_alerts.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_monitoring_alerts.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_monitoring_alerts.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_monitoring_alerts_info.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_monitoring_alerts_info.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_monitoring_alerts_info.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_project.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_project.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_project.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_project_info.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_project_info.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_project_info.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_region_facts.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_region_facts.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_region_facts.pyo @@ -15062,12 +20680,21 @@ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_size_info.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_size_info.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_size_info.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_snapshot.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_snapshot.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_snapshot.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_snapshot_facts.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_snapshot_facts.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_snapshot_facts.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_snapshot_info.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_snapshot_info.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_snapshot_info.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_spaces.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_spaces.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_spaces.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_spaces_info.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_spaces_info.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_spaces_info.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_sshkey.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_sshkey.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_sshkey.pyo @@ -15092,11 +20719,18 @@ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_volume_info.py ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_volume_info.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_volume_info.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_vpc.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_vpc.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_vpc.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_vpc_info.py +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_vpc_info.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/plugins/modules/digital_ocean_vpc_info.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/scripts/inventory/digital_ocean.ini ${PYSITELIB}/ansible_collections/community/digitalocean/scripts/inventory/digital_ocean.py ${PYSITELIB}/ansible_collections/community/digitalocean/scripts/inventory/digital_ocean.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/scripts/inventory/digital_ocean.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/integration_config.yml.template +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/requirements.txt ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_account_info/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_account_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_balance_info/aliases @@ -15105,56 +20739,459 @@ ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/target ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_block_storage/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_block_storage/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_block_storage/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_cdn_endpoints/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_cdn_endpoints/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_cdn_endpoints/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_cdn_endpoints_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_cdn_endpoints_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_cdn_endpoints_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_certificate/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_certificate/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_certificate/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_certificate_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_certificate_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_certificate_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_database/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_database/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_database/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_domain/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_domain/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_domain/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_domain_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_domain_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_domain_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_domain_record_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_domain_record_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_domain_record_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_droplet/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_droplet/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_droplet/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_droplet_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_droplet_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_droplet_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_firewall/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_firewall/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_firewall/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_firewall_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_firewall_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_firewall_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_floating_ip/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_floating_ip/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_floating_ip/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_floating_ip_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_floating_ip_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_floating_ip_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_image_info/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_image_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_image_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_kubernetes/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_kubernetes/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_kubernetes/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_kubernetes_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_kubernetes_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_kubernetes_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_load_balancer/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_load_balancer/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_load_balancer/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_load_balancer_info/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_load_balancer_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_load_balancer_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_monitoring_alerts/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_monitoring_alerts/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_monitoring_alerts/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_project/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_project/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_project/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_project_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_project_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_project_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_region_info/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_region_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_region_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_size_info/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_size_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_size_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_snapshot/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_snapshot/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_snapshot/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_snapshot_info/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_snapshot_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_snapshot_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_spaces/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_spaces/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_spaces/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_spaces_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_spaces_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_spaces_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_sshkey/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_sshkey/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_sshkey/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_sshkey_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_sshkey_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_sshkey_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_tag/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_tag/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_tag/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_tag_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_tag_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_tag_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_volume_info/aliases ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_volume_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_volume_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_vpc/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_vpc/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_vpc/tasks/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_vpc_info/aliases +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_vpc_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/digitalocean/tests/integration/targets/digital_ocean_vpc_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/digitalocean/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/digitalocean/tests/unit/plugins/inventory/test_digitalocean.py ${PYSITELIB}/ansible_collections/community/digitalocean/tests/unit/plugins/inventory/test_digitalocean.pyc ${PYSITELIB}/ansible_collections/community/digitalocean/tests/unit/plugins/inventory/test_digitalocean.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/tests/unit/plugins/modules/test_digital_ocean_kubernetes.py +${PYSITELIB}/ansible_collections/community/digitalocean/tests/unit/plugins/modules/test_digital_ocean_kubernetes.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/tests/unit/plugins/modules/test_digital_ocean_kubernetes.pyo +${PYSITELIB}/ansible_collections/community/digitalocean/tests/unit/plugins/modules/test_digital_ocean_kubernetes_info.py +${PYSITELIB}/ansible_collections/community/digitalocean/tests/unit/plugins/modules/test_digital_ocean_kubernetes_info.pyc +${PYSITELIB}/ansible_collections/community/digitalocean/tests/unit/plugins/modules/test_digital_ocean_kubernetes_info.pyo ${PYSITELIB}/ansible_collections/community/digitalocean/tests/utils/render.sh +${PYSITELIB}/ansible_collections/community/dns/.github/patchback.yml +${PYSITELIB}/ansible_collections/community/dns/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/community/dns/.github/workflows/check-psl.yml +${PYSITELIB}/ansible_collections/community/dns/.github/workflows/ee.yml +${PYSITELIB}/ansible_collections/community/dns/.github/workflows/extra-tests.yml +${PYSITELIB}/ansible_collections/community/dns/.github/workflows/import-galaxy.yml +${PYSITELIB}/ansible_collections/community/dns/CHANGELOG.rst +${PYSITELIB}/ansible_collections/community/dns/CODE_OF_CONDUCT.md +${PYSITELIB}/ansible_collections/community/dns/COPYING +${PYSITELIB}/ansible_collections/community/dns/FILES.json +${PYSITELIB}/ansible_collections/community/dns/MANIFEST.json +${PYSITELIB}/ansible_collections/community/dns/MPL +${PYSITELIB}/ansible_collections/community/dns/README.md +${PYSITELIB}/ansible_collections/community/dns/TESTING.md +${PYSITELIB}/ansible_collections/community/dns/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/community/dns/changelogs/config.yaml +${PYSITELIB}/ansible_collections/community/dns/changelogs/fragments/.keep +${PYSITELIB}/ansible_collections/community/dns/codecov.yml +${PYSITELIB}/ansible_collections/community/dns/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/community/dns/docs/docsite/links.yml +${PYSITELIB}/ansible_collections/community/dns/docs/docsite/rst/filter_guide.rst +${PYSITELIB}/ansible_collections/community/dns/docs/docsite/rst/hetzner_guide.rst +${PYSITELIB}/ansible_collections/community/dns/docs/docsite/rst/hosttech_guide.rst +${PYSITELIB}/ansible_collections/community/dns/meta/ee-requirements.txt +${PYSITELIB}/ansible_collections/community/dns/meta/execution-environment.yml +${PYSITELIB}/ansible_collections/community/dns/meta/runtime.yml +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/hetzner.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/hetzner.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/hetzner.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/hosttech.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/hosttech.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/hosttech.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/inventory_records.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/inventory_records.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/inventory_records.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_set.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_set.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_set.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_set_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_set_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_set_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_sets.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_sets.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_record_sets.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_zone_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_zone_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/module_zone_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/options.py +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/options.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/doc_fragments/options.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/filter/domain_suffix.py +${PYSITELIB}/ansible_collections/community/dns/plugins/filter/domain_suffix.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/filter/domain_suffix.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/inventory/hetzner_dns_records.py +${PYSITELIB}/ansible_collections/community/dns/plugins/inventory/hetzner_dns_records.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/inventory/hetzner_dns_records.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/inventory/hosttech_dns_records.py +${PYSITELIB}/ansible_collections/community/dns/plugins/inventory/hosttech_dns_records.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/inventory/hosttech_dns_records.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/argspec.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/argspec.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/argspec.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/conversion/base.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/conversion/base.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/conversion/base.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/conversion/converter.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/conversion/converter.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/conversion/converter.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/conversion/txt.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/conversion/txt.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/conversion/txt.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hetzner/api.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hetzner/api.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hetzner/api.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hosttech/api.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hosttech/api.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hosttech/api.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hosttech/json_api.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hosttech/json_api.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hosttech/json_api.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hosttech/wsdl_api.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hosttech/wsdl_api.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/hosttech/wsdl_api.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/http.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/http.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/http.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/json_api_helper.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/json_api_helper.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/json_api_helper.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/_utils.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/_utils.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/_utils.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_set.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_set.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_set.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_set_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_set_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_set_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_sets.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_sets.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/record_sets.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/zone_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/zone_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/module/zone_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/names.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/names.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/names.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/options.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/options.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/options.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/provider.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/provider.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/provider.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/record.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/record.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/record.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/resolver.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/resolver.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/resolver.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/wsdl.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/wsdl.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/wsdl.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/zone.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/zone.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/zone.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/zone_record_api.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/zone_record_api.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/zone_record_api.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/zone_record_helpers.py +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/zone_record_helpers.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/module_utils/zone_record_helpers.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_set.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_set.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_set.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_set_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_set_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_set_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_sets.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_sets.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_record_sets.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_zone_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_zone_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hetzner_dns_zone_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_set.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_set.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_set.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_set_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_set_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_set_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_sets.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_sets.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_record_sets.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_records.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_records.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_records.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_zone_info.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_zone_info.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/hosttech_dns_zone_info.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/wait_for_txt.py +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/wait_for_txt.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/modules/wait_for_txt.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/plugin_utils/inventory/records.py +${PYSITELIB}/ansible_collections/community/dns/plugins/plugin_utils/inventory/records.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/plugin_utils/inventory/records.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/plugin_utils/public_suffix.py +${PYSITELIB}/ansible_collections/community/dns/plugins/plugin_utils/public_suffix.pyc +${PYSITELIB}/ansible_collections/community/dns/plugins/plugin_utils/public_suffix.pyo +${PYSITELIB}/ansible_collections/community/dns/plugins/public_suffix_list.dat +${PYSITELIB}/ansible_collections/community/dns/tests/config.yml +${PYSITELIB}/ansible_collections/community/dns/tests/ee/all.yml +${PYSITELIB}/ansible_collections/community/dns/tests/ee/roles/filter_domain_suffix/tasks/main.yml +${PYSITELIB}/ansible_collections/community/dns/tests/ee/roles/wait_for_txt/tasks/main.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/integration_config.yml.hetzner-template +${PYSITELIB}/ansible_collections/community/dns/tests/integration/integration_config.yml.hosttech-template +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/filter_domain_suffix/aliases +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/filter_domain_suffix/tasks/main.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/hetzner/aliases +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/hetzner/tasks/main.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/hetzner/tasks/record-sets.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/hetzner/tasks/records.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/hosttech/aliases +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/hosttech/tasks/main.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/hosttech/tasks/token.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/hosttech/tasks/username-password.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/required_module_params/aliases +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/required_module_params/tasks/main.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/wait_for_txt/aliases +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/wait_for_txt/runme.sh +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/wait_for_txt/runme.yml +${PYSITELIB}/ansible_collections/community/dns/tests/integration/targets/wait_for_txt/tasks/main.yml +${PYSITELIB}/ansible_collections/community/dns/tests/requirements.yml +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/extra-docs.json +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/extra-docs.py +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/extra-docs.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/extra-docs.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/no-unwanted-files.json +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/no-unwanted-files.py +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/no-unwanted-files.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/no-unwanted-files.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/update-docs-fragments.json +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/update-docs-fragments.py +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/update-docs-fragments.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/extra/update-docs-fragments.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/ignore-2.14.txt +${PYSITELIB}/ansible_collections/community/dns/tests/sanity/ignore-2.9.txt +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/inventory/test_hetzner_dns_records.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/inventory/test_hetzner_dns_records.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/inventory/test_hetzner_dns_records.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/inventory/test_hosttech_dns_records.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/inventory/test_hosttech_dns_records.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/inventory/test_hosttech_dns_records.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/conversion/test_converter.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/conversion/test_converter.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/conversion/test_converter.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/conversion/test_txt.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/conversion/test_txt.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/conversion/test_txt.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/helper.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/helper.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/helper.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/hetzner/test_api.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/hetzner/test_api.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/hetzner/test_api.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/hosttech/test_api.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/hosttech/test_api.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/hosttech/test_api.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/hosttech/test_json_api.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/hosttech/test_json_api.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/hosttech/test_json_api.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/module/test__utils.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/module/test__utils.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/module/test__utils.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/resolver_helper.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/resolver_helper.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/resolver_helper.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_argspec.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_argspec.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_argspec.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_json_api_helper.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_json_api_helper.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_json_api_helper.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_names.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_names.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_names.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_record.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_record.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_record.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_resolver.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_resolver.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_resolver.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_wsdl.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_wsdl.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_wsdl.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_zone.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_zone.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/module_utils/test_zone.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/hetzner.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/hetzner.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/hetzner.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/hosttech.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/hosttech.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/hosttech.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_info.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_info.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_info.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_set.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_set.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_set.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_set_info.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_set_info.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_set_info.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_sets.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_sets.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_record_sets.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_zone_info.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_zone_info.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hetzner_dns_zone_info.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_info.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_info.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_info.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_set.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_set.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_set.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_set_info.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_set_info.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_set_info.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_sets.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_sets.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_record_sets.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_zone_info.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_zone_info.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_hosttech_dns_zone_info.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_wait_for_txt.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_wait_for_txt.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/modules/test_wait_for_txt.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/plugin_utils/test_public_suffix.py +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/plugin_utils/test_public_suffix.pyc +${PYSITELIB}/ansible_collections/community/dns/tests/unit/plugins/plugin_utils/test_public_suffix.pyo +${PYSITELIB}/ansible_collections/community/dns/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/community/dns/update-docs-fragments.py +${PYSITELIB}/ansible_collections/community/dns/update-docs-fragments.pyc +${PYSITELIB}/ansible_collections/community/dns/update-docs-fragments.pyo +${PYSITELIB}/ansible_collections/community/dns/update-psl.sh ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/README.md ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/azure-pipelines.yml ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/aggregate-coverage.sh @@ -15162,7 +21199,9 @@ ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/combi ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/combine-coverage.pyc ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/combine-coverage.pyo ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/process-results.sh -${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/publish-codecov.sh +${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/publish-codecov.py +${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/publish-codecov.pyc +${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/publish-codecov.pyo ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/report-coverage.sh ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/run-tests.sh ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/time-command.py @@ -15171,6 +21210,9 @@ ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/scripts/time- ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/templates/coverage.yml ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/templates/matrix.yml ${PYSITELIB}/ansible_collections/community/docker/.azure-pipelines/templates/test.yml +${PYSITELIB}/ansible_collections/community/docker/.github/patchback.yml +${PYSITELIB}/ansible_collections/community/docker/.github/workflows/docs-pr.yml +${PYSITELIB}/ansible_collections/community/docker/.github/workflows/ee.yml ${PYSITELIB}/ansible_collections/community/docker/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/docker/COPYING ${PYSITELIB}/ansible_collections/community/docker/FILES.json @@ -15179,6 +21221,12 @@ ${PYSITELIB}/ansible_collections/community/docker/README.md ${PYSITELIB}/ansible_collections/community/docker/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/docker/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/docker/changelogs/fragments/.keep +${PYSITELIB}/ansible_collections/community/docker/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/community/docker/docs/docsite/links.yml +${PYSITELIB}/ansible_collections/community/docker/docs/docsite/rst/scenario_guide.rst +${PYSITELIB}/ansible_collections/community/docker/meta/ee-bindep.txt +${PYSITELIB}/ansible_collections/community/docker/meta/ee-requirements.txt +${PYSITELIB}/ansible_collections/community/docker/meta/execution-environment.yml ${PYSITELIB}/ansible_collections/community/docker/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/docker/plugins/connection/docker.py ${PYSITELIB}/ansible_collections/community/docker/plugins/connection/docker.pyc @@ -15186,6 +21234,9 @@ ${PYSITELIB}/ansible_collections/community/docker/plugins/connection/docker.pyo ${PYSITELIB}/ansible_collections/community/docker/plugins/connection/docker_api.py ${PYSITELIB}/ansible_collections/community/docker/plugins/connection/docker_api.pyc ${PYSITELIB}/ansible_collections/community/docker/plugins/connection/docker_api.pyo +${PYSITELIB}/ansible_collections/community/docker/plugins/connection/nsenter.py +${PYSITELIB}/ansible_collections/community/docker/plugins/connection/nsenter.pyc +${PYSITELIB}/ansible_collections/community/docker/plugins/connection/nsenter.pyo ${PYSITELIB}/ansible_collections/community/docker/plugins/doc_fragments/docker.py ${PYSITELIB}/ansible_collections/community/docker/plugins/doc_fragments/docker.pyc ${PYSITELIB}/ansible_collections/community/docker/plugins/doc_fragments/docker.pyo @@ -15201,6 +21252,9 @@ ${PYSITELIB}/ansible_collections/community/docker/plugins/inventory/docker_swarm ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/_version.py +${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/_version.pyc +${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/_version.pyo ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/common.py ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/common.pyc ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/common.pyo @@ -15213,6 +21267,9 @@ ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/socket_he ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/swarm.py ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/swarm.pyc ${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/swarm.pyo +${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/version.py +${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/version.pyc +${PYSITELIB}/ansible_collections/community/docker/plugins/module_utils/version.pyo ${PYSITELIB}/ansible_collections/community/docker/plugins/modules/current_container_facts.py ${PYSITELIB}/ansible_collections/community/docker/plugins/modules/current_container_facts.pyc ${PYSITELIB}/ansible_collections/community/docker/plugins/modules/current_container_facts.pyo @@ -15301,6 +21358,11 @@ ${PYSITELIB}/ansible_collections/community/docker/plugins/plugin_utils/socket_ha ${PYSITELIB}/ansible_collections/community/docker/plugins/plugin_utils/socket_handler.pyc ${PYSITELIB}/ansible_collections/community/docker/plugins/plugin_utils/socket_handler.pyo ${PYSITELIB}/ansible_collections/community/docker/tests/config.yml +${PYSITELIB}/ansible_collections/community/docker/tests/ee/all.yml +${PYSITELIB}/ansible_collections/community/docker/tests/ee/roles/current_container_facts/tasks/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/ee/roles/docker_compose/tasks/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/ee/roles/docker_plain/tasks/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/ee/roles/docker_stack/tasks/main.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection/aliases ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection/test.sh ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection/test_connection.yml @@ -15316,8 +21378,20 @@ ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/conn ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_docker_api/runme.sh ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_docker_api/setup.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_docker_api/shutdown.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_nsenter/aliases +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_nsenter/meta/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_nsenter/runme-connection.sh +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_nsenter/runme.sh +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_nsenter/setup.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_nsenter/shutdown.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_posix/aliases ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/connection_posix/test.sh +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_compose/aliases +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_compose/meta/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_compose/tasks/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_compose/tasks/run-test.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_compose/tasks/tests/options.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_compose/tasks/tests/start-stop.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_config/aliases ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_config/meta/main.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_config/tasks/main.yml @@ -15402,6 +21476,7 @@ ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/dock ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_plugin/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_plugin/tasks/run-test.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_plugin/tasks/tests/basic.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_plugin/tasks/tests/basic_with_alias.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_prune/aliases ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_prune/meta/main.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/docker_prune/tasks/main.yml @@ -15511,6 +21586,8 @@ ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setu ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/defaults/main.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/handlers/main.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/meta/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/tasks/Alpine.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/tasks/Archlinux.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/tasks/Debian.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/tasks/Fedora.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/tasks/RedHat-7.yml @@ -15526,6 +21603,26 @@ ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setu ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/vars/default.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/vars/main.env ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker/vars/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/defaults/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/meta/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/Archlinux.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/Debian.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/Fedora.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/RedHat-7.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/RedHat-8.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/Suse.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/setup.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/vars/CentOS-8.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/vars/RedHat-7.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/vars/RedHat-8.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/vars/Suse-py2.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/vars/Suse-py3.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/vars/Ubuntu-16.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/vars/Ubuntu-18.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/vars/Ubuntu.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/vars/default.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_registry/aliases ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_registry/files/nginx.conf ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_docker_registry/files/nginx.htpasswd @@ -15539,6 +21636,8 @@ ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setu ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_epel/tasks/main.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_openssl/meta/main.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_openssl/tasks/main.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_openssl/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_openssl/vars/Archlinux.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_openssl/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_openssl/vars/FreeBSD.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_openssl/vars/RedHat.yml @@ -15554,6 +21653,10 @@ ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setu ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml ${PYSITELIB}/ansible_collections/community/docker/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml ${PYSITELIB}/ansible_collections/community/docker/tests/requirements.yml +${PYSITELIB}/ansible_collections/community/docker/tests/sanity/extra/extra-docs.json +${PYSITELIB}/ansible_collections/community/docker/tests/sanity/extra/extra-docs.py +${PYSITELIB}/ansible_collections/community/docker/tests/sanity/extra/extra-docs.pyc +${PYSITELIB}/ansible_collections/community/docker/tests/sanity/extra/extra-docs.pyo ${PYSITELIB}/ansible_collections/community/docker/tests/sanity/extra/no-unwanted-files.json ${PYSITELIB}/ansible_collections/community/docker/tests/sanity/extra/no-unwanted-files.py ${PYSITELIB}/ansible_collections/community/docker/tests/sanity/extra/no-unwanted-files.pyc @@ -15561,6 +21664,8 @@ ${PYSITELIB}/ansible_collections/community/docker/tests/sanity/extra/no-unwanted ${PYSITELIB}/ansible_collections/community/docker/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/docker/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/docker/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/docker/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/community/docker/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/community/docker/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/docker/tests/unit/compat/__init__.py ${PYSITELIB}/ansible_collections/community/docker/tests/unit/compat/__init__.pyc @@ -15606,19 +21711,13 @@ ${PYSITELIB}/ansible_collections/community/docker/tests/unit/plugins/modules/tes ${PYSITELIB}/ansible_collections/community/docker/tests/unit/plugins/modules/test_docker_volume.pyo ${PYSITELIB}/ansible_collections/community/docker/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/community/docker/tests/utils/constraints.txt -${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/check_matrix.py -${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/check_matrix.pyc -${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/check_matrix.pyo ${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/cloud.sh +${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/linux-community.sh ${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/linux.sh ${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/remote.sh ${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/rhel.sh ${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/sanity.sh ${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/shippable.sh -${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/timing.py -${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/timing.pyc -${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/timing.pyo -${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/timing.sh ${PYSITELIB}/ansible_collections/community/docker/tests/utils/shippable/units.sh ${PYSITELIB}/ansible_collections/community/fortios/.github/workflows/ansible-test.yml ${PYSITELIB}/ansible_collections/community/fortios/CHANGELOG.rst @@ -15839,7 +21938,9 @@ ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/comb ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/combine-coverage.pyc ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/combine-coverage.pyo ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/process-results.sh -${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/publish-codecov.sh +${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/publish-codecov.py +${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/publish-codecov.pyc +${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/publish-codecov.pyo ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/report-coverage.sh ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/run-tests.sh ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/scripts/time-command.py @@ -15849,11 +21950,17 @@ ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/templates/co ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/templates/matrix.yml ${PYSITELIB}/ansible_collections/community/general/.azure-pipelines/templates/test.yml ${PYSITELIB}/ansible_collections/community/general/.github/BOTMETA.yml +${PYSITELIB}/ansible_collections/community/general/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/community/general/.github/ISSUE_TEMPLATE/config.yml +${PYSITELIB}/ansible_collections/community/general/.github/ISSUE_TEMPLATE/documentation_report.yml +${PYSITELIB}/ansible_collections/community/general/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/community/general/.github/dependabot.yml ${PYSITELIB}/ansible_collections/community/general/.github/patchback.yml ${PYSITELIB}/ansible_collections/community/general/.github/settings.yml ${PYSITELIB}/ansible_collections/community/general/.github/workflows/codeql-analysis.yml ${PYSITELIB}/ansible_collections/community/general/.gitignore ${PYSITELIB}/ansible_collections/community/general/CHANGELOG.rst +${PYSITELIB}/ansible_collections/community/general/CONTRIBUTING.md ${PYSITELIB}/ansible_collections/community/general/COPYING ${PYSITELIB}/ansible_collections/community/general/FILES.json ${PYSITELIB}/ansible_collections/community/general/MANIFEST.json @@ -15863,10 +21970,54 @@ ${PYSITELIB}/ansible_collections/community/general/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/general/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/general/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/community/general/commit-rights.md +${PYSITELIB}/ansible_collections/community/general/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/default-common.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/default-recursive-true.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-001.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-001_vars/default-common.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-001_vars/list3.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-002.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-002_vars/default-common.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-002_vars/list3.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-003.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-003_vars/default-recursive-true.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-003_vars/list3.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-004.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-004_vars/default-recursive-true.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-004_vars/list3.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-005.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-005_vars/default-recursive-true.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-005_vars/list3.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-006.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-006_vars/default-recursive-true.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-006_vars/list3.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-007.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-007_vars/default-recursive-true.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-007_vars/list3.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-008.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-008_vars/default-recursive-true.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/example-008_vars/list3.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/examples.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/examples_all.rst.j2 +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/filter_guide_abstract_informations_merging_lists_of_dictionaries.rst.j2 +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/list3.out.j2 +${PYSITELIB}/ansible_collections/community/general/docs/docsite/helper/lists_mergeby/playbook.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/links.yml +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_abstract_informations.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_abstract_informations_counting_elements_in_sequence.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_abstract_informations_dictionaries.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_abstract_informations_grouping.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_abstract_informations_merging_lists_of_dictionaries.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_conversions.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_creating_identifiers.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_paths.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_selecting_json_data.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_working_with_times.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_working_with_unicode.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/filter_guide_working_with_versions.rst +${PYSITELIB}/ansible_collections/community/general/docs/docsite/rst/test_guide.rst ${PYSITELIB}/ansible_collections/community/general/meta/runtime.yml -${PYSITELIB}/ansible_collections/community/general/plugins/action/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/action/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/action/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/action/iptables_state.py ${PYSITELIB}/ansible_collections/community/general/plugins/action/iptables_state.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/action/iptables_state.pyo @@ -15879,9 +22030,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/action/system/iptable ${PYSITELIB}/ansible_collections/community/general/plugins/action/system/shutdown.py ${PYSITELIB}/ansible_collections/community/general/plugins/action/system/shutdown.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/action/system/shutdown.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/become/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/become/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/become/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/become/doas.py ${PYSITELIB}/ansible_collections/community/general/plugins/become/doas.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/become/doas.pyo @@ -15909,9 +22057,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/become/sesu.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/become/sudosu.py ${PYSITELIB}/ansible_collections/community/general/plugins/become/sudosu.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/become/sudosu.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/cache/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/cache/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/cache/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/cache/memcached.py ${PYSITELIB}/ansible_collections/community/general/plugins/cache/memcached.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/cache/memcached.pyo @@ -15924,9 +22069,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/cache/redis.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/cache/yaml.py ${PYSITELIB}/ansible_collections/community/general/plugins/cache/yaml.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/cache/yaml.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/callback/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/callback/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/callback/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/callback/cgroup_memory_recap.py ${PYSITELIB}/ansible_collections/community/general/plugins/callback/cgroup_memory_recap.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/callback/cgroup_memory_recap.pyo @@ -15942,6 +22084,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/callback/dense.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/callback/diy.py ${PYSITELIB}/ansible_collections/community/general/plugins/callback/diy.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/callback/diy.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/callback/elastic.py +${PYSITELIB}/ansible_collections/community/general/plugins/callback/elastic.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/callback/elastic.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/callback/hipchat.py ${PYSITELIB}/ansible_collections/community/general/plugins/callback/hipchat.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/callback/hipchat.pyo @@ -15972,6 +22117,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/callback/nrdp.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/callback/null.py ${PYSITELIB}/ansible_collections/community/general/plugins/callback/null.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/callback/null.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/callback/opentelemetry.py +${PYSITELIB}/ansible_collections/community/general/plugins/callback/opentelemetry.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/callback/opentelemetry.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/callback/osx_say.py ${PYSITELIB}/ansible_collections/community/general/plugins/callback/osx_say.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/callback/osx_say.pyo @@ -15999,9 +22147,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/callback/unixy.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/callback/yaml.py ${PYSITELIB}/ansible_collections/community/general/plugins/callback/yaml.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/callback/yaml.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/connection/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/connection/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/connection/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/connection/chroot.py ${PYSITELIB}/ansible_collections/community/general/plugins/connection/chroot.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/connection/chroot.pyo @@ -16029,18 +22174,15 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/connection/saltstack. ${PYSITELIB}/ansible_collections/community/general/plugins/connection/zone.py ${PYSITELIB}/ansible_collections/community/general/plugins/connection/zone.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/connection/zone.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/_netapp.py -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/_netapp.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/_netapp.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/alicloud.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/alicloud.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/alicloud.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/auth_basic.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/auth_basic.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/auth_basic.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/bitbucket.py +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/bitbucket.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/bitbucket.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/dimensiondata.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/dimensiondata.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/dimensiondata.pyo @@ -16050,6 +22192,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/dimensi ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/emc.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/emc.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/emc.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/gitlab.py +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/gitlab.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/gitlab.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/hpe3par.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/hpe3par.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/hpe3par.pyo @@ -16077,9 +22222,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/lxca_co ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/manageiq.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/manageiq.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/manageiq.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/nios.py -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/nios.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/nios.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/nomad.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/nomad.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/nomad.pyo @@ -16113,9 +22255,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/oracle_ ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/oracle_wait_options.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/oracle_wait_options.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/oracle_wait_options.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/ovirt_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/ovirt_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/ovirt_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/pritunl.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/pritunl.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/pritunl.pyo @@ -16128,6 +22267,12 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/puresto ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/rackspace.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/rackspace.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/rackspace.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/redis.py +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/redis.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/redis.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/rundeck.py +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/rundeck.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/rundeck.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/scaleway.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/scaleway.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/scaleway.pyo @@ -16140,9 +22285,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/vexata. ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/xenserver.py ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/xenserver.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/doc_fragments/xenserver.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/filter/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/filter/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/filter/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/filter/counter.py +${PYSITELIB}/ansible_collections/community/general/plugins/filter/counter.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/filter/counter.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/filter/dict.py ${PYSITELIB}/ansible_collections/community/general/plugins/filter/dict.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/filter/dict.pyo @@ -16152,6 +22297,12 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/filter/dict_kv.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/filter/from_csv.py ${PYSITELIB}/ansible_collections/community/general/plugins/filter/from_csv.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/filter/from_csv.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/filter/groupby.py +${PYSITELIB}/ansible_collections/community/general/plugins/filter/groupby.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/filter/groupby.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/filter/hashids.py +${PYSITELIB}/ansible_collections/community/general/plugins/filter/hashids.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/filter/hashids.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/filter/jc.py ${PYSITELIB}/ansible_collections/community/general/plugins/filter/jc.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/filter/jc.pyo @@ -16170,27 +22321,36 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/filter/random_mac.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/filter/time.py ${PYSITELIB}/ansible_collections/community/general/plugins/filter/time.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/filter/time.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/filter/unicode_normalize.py +${PYSITELIB}/ansible_collections/community/general/plugins/filter/unicode_normalize.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/filter/unicode_normalize.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/filter/version_sort.py ${PYSITELIB}/ansible_collections/community/general/plugins/filter/version_sort.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/filter/version_sort.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/inventory/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/inventory/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/inventory/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/cobbler.py ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/cobbler.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/cobbler.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/gitlab_runners.py ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/gitlab_runners.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/gitlab_runners.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/icinga2.py +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/icinga2.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/icinga2.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/linode.py ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/linode.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/linode.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/lxd.py +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/lxd.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/lxd.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/nmap.py ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/nmap.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/nmap.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/online.py ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/online.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/online.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/opennebula.py +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/opennebula.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/opennebula.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/proxmox.py ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/proxmox.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/proxmox.pyo @@ -16203,15 +22363,18 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/stackpath_c ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/virtualbox.py ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/virtualbox.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/inventory/virtualbox.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/xen_orchestra.py +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/xen_orchestra.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/inventory/xen_orchestra.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/cartesian.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/cartesian.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/cartesian.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/chef_databag.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/chef_databag.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/chef_databag.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/collection_version.py +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/collection_version.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/collection_version.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/consul_kv.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/consul_kv.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/consul_kv.pyo @@ -16221,6 +22384,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/credstash.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/cyberarkpassword.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/cyberarkpassword.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/cyberarkpassword.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/dependent.py +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/dependent.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/dependent.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/dig.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/dig.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/dig.pyo @@ -16257,15 +22423,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/lmdb_kv.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/manifold.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/manifold.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/manifold.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/nios.py -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/nios.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/nios.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/nios_next_ip.py -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/nios_next_ip.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/nios_next_ip.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/nios_next_network.py -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/nios_next_network.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/lookup/nios_next_network.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/onepassword.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/onepassword.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/onepassword.pyo @@ -16275,39 +22432,42 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/onepassword_ra ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/passwordstore.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/passwordstore.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/passwordstore.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/random_pet.py +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/random_pet.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/random_pet.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/random_string.py +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/random_string.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/random_string.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/random_words.py +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/random_words.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/random_words.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/redis.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/redis.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/redis.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/revbitspss.py +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/revbitspss.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/lookup/revbitspss.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/shelvefile.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/shelvefile.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/shelvefile.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/tss.py ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/tss.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/lookup/tss.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_mount.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_mount.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_mount.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_netapp.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_netapp.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_netapp.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_ovirt.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_ovirt.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_ovirt.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_version.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_version.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/_version.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/alicloud_ecs.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/alicloud_ecs.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/alicloud_ecs.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/cloud.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/cloud.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/cloud.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/compat/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/compat/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/compat/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/compat/ipaddress.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/compat/ipaddress.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/compat/ipaddress.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/cmd_runner.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/cmd_runner.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/cmd_runner.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/csv.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/csv.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/csv.pyo @@ -16332,15 +22492,12 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/hwc_util ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/ibm_sa_utils.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/ibm_sa_utils.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/ibm_sa_utils.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/identity/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/identity/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/identity/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/identity/keycloak/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/identity/keycloak/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/identity/keycloak/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/identity/keycloak/keycloak.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/identity/keycloak/keycloak.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/identity/keycloak/keycloak.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/ilo_redfish_utils.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/ilo_redfish_utils.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/ilo_redfish_utils.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/influxdb.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/influxdb.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/influxdb.pyo @@ -16365,21 +22522,36 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/manageiq ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/memset.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/memset.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/memset.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/base.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/base.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/base.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/deco.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/deco.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/deco.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/exceptions.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/exceptions.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/exceptions.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/cmd.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/cmd.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/cmd.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/deprecate_attrs.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/deprecate_attrs.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/deprecate_attrs.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/deps.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/deps.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/deps.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/state.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/state.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/state.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/vars.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/vars.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/mixins/vars.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/module_helper.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/module_helper.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/mh/module_helper.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/module_helper.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/module_helper.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/module_helper.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/nios/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/nios/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/nios/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/nios/api.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/nios/api.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/nios/api.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/pritunl/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/pritunl/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/pritunl/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/pritunl/api.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/pritunl/api.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/net_tools/pritunl/api.pyo @@ -16395,9 +22567,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/online.p ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/opennebula.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/opennebula.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/opennebula.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/oracle/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/oracle/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/oracle/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/oracle/oci_utils.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/oracle/oci_utils.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/oracle/oci_utils.pyo @@ -16416,48 +22585,27 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/redfish_ ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/redhat.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/redhat.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/redhat.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/dellemc/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/dellemc/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/dellemc/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/dellemc/dellemc_idrac.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/dellemc/dellemc_idrac.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/dellemc/dellemc_idrac.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/dellemc/ome.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/dellemc/ome.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/dellemc/ome.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/lxca/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/lxca/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/lxca/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/redis.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/redis.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/redis.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/lxca/common.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/lxca/common.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/remote_management/lxca/common.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/rundeck.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/rundeck.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/rundeck.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/saslprep.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/saslprep.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/saslprep.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/scaleway.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/scaleway.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/scaleway.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/source_control/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/source_control/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/source_control/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/source_control/bitbucket.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/source_control/bitbucket.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/source_control/bitbucket.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/emc/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/emc/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/emc/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/emc/emc_vnx.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/emc/emc_vnx.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/emc/emc_vnx.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/hpe3par/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/hpe3par/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/hpe3par/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/hpe3par/hpe3par.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/hpe3par/hpe3par.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/storage/hpe3par/hpe3par.pyo @@ -16467,15 +22615,15 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/univenti ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/utm_utils.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/utm_utils.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/utm_utils.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/version.py +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/version.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/version.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/vexata.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/vexata.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/vexata.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/xenserver.py ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/xenserver.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/module_utils/xenserver.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/aerospike_migrations.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/aerospike_migrations.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/aerospike_migrations.pyo @@ -16497,18 +22645,21 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/aix_lvg.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/aix_lvol.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/aix_lvol.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/aix_lvol.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/alerta_customer.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/alerta_customer.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/alerta_customer.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ali_instance.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ali_instance.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ali_instance.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ali_instance_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ali_instance_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ali_instance_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ali_instance_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ali_instance_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ali_instance_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/alternatives.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/alternatives.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/alternatives.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/ansible_galaxy_install.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/ansible_galaxy_install.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/ansible_galaxy_install.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/apache2_mod_proxy.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/apache2_mod_proxy.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/apache2_mod_proxy.pyo @@ -16575,6 +22726,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/campfire.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/capabilities.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/capabilities.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/capabilities.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cargo.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cargo.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cargo.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/catapult.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/catapult.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/catapult.pyo @@ -16620,9 +22774,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/clc_server_sn ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/alicloud/ali_instance.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/alicloud/ali_instance.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/alicloud/ali_instance.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/alicloud/ali_instance_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/alicloud/ali_instance_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/alicloud/ali_instance_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/alicloud/ali_instance_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/alicloud/ali_instance_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/alicloud/ali_instance_info.pyo @@ -16725,18 +22876,15 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/lxd/lxd ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/lxd/lxd_profile.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/lxd/lxd_profile.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/lxd/lxd_profile.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/lxd/lxd_project.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/lxd/lxd_project.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/lxd/lxd_project.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_dns_reload.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_dns_reload.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_dns_reload.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_memstore_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_memstore_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_memstore_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_memstore_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_memstore_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_memstore_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_server_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_server_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_server_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_server_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_server_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/memset_server_info.pyo @@ -16752,12 +22900,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/memset/ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/cloud_init_data_facts.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/cloud_init_data_facts.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/cloud_init_data_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/helm.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/helm.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/helm.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/ovirt.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/ovirt.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/ovirt.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox.pyo @@ -16770,12 +22912,18 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/pr ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_kvm.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_kvm.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_kvm.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_nic.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_nic.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_nic.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_snap.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_snap.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_snap.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_storage_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_storage_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_storage_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_tasks_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_tasks_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_tasks_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_template.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_template.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/misc/proxmox_template.pyo @@ -16812,15 +22960,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/oneando ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/oneandone/oneandone_server.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/oneandone/oneandone_server.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/oneandone/oneandone_server.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_server_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_server_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_server_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_server_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_server_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_server_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_user_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_user_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_user_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_user_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_user_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/online/online_user_info.pyo @@ -16830,9 +22972,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/openneb ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/opennebula/one_image.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/opennebula/one_image.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/opennebula/one_image.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/opennebula/one_image_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/opennebula/one_image_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/opennebula/one_image_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/opennebula/one_image_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/opennebula/one_image_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/opennebula/one_image_info.pyo @@ -16857,78 +22996,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovh/ovh ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovh/ovh_monthly_billing.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovh/ovh_monthly_billing.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovh/ovh_monthly_billing.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_affinity_label_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_affinity_label_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_affinity_label_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_api_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_api_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_api_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_cluster_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_cluster_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_cluster_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_datacenter_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_datacenter_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_datacenter_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_disk_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_disk_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_disk_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_event_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_event_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_event_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_external_provider_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_external_provider_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_external_provider_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_group_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_group_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_group_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_host_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_host_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_host_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_host_storage_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_host_storage_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_host_storage_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_network_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_network_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_network_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_nic_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_nic_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_nic_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_permission_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_permission_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_permission_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_quota_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_quota_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_quota_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_scheduling_policy_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_scheduling_policy_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_scheduling_policy_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_snapshot_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_snapshot_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_snapshot_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_storage_domain_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_storage_domain_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_storage_domain_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_storage_template_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_storage_template_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_storage_template_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_storage_vm_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_storage_vm_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_storage_vm_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_tag_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_tag_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_tag_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_template_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_template_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_template_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_user_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_user_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_user_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_vm_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_vm_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_vm_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_vmpool_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_vmpool_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/ovirt/ovirt_vmpool_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/packet/packet_device.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/packet/packet_device.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/packet/packet_device.pyo @@ -17049,51 +23116,36 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scalewa ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_database_backup.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_database_backup.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_database_backup.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_image_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_image_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_image_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_image_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_image_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_image_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_ip.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_ip.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_ip.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_ip_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_ip_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_ip_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_ip_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_ip_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_ip_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_lb.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_lb.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_lb.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_organization_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_organization_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_organization_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_organization_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_organization_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_organization_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_private_network.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_private_network.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_private_network.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group_rule.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group_rule.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_security_group_rule.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_server_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_server_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_server_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_server_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_server_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_server_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_snapshot_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_snapshot_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_snapshot_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_snapshot_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_snapshot_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_snapshot_info.pyo @@ -17106,9 +23158,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scalewa ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_volume.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_volume.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_volume.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_volume_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_volume_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_volume_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_volume_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_volume_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/scaleway/scaleway_volume_info.pyo @@ -17118,9 +23167,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos/nictagadm.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos/nictagadm.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos/nictagadm.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos/smartos_image_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos/smartos_image_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos/smartos_image_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos/smartos_image_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos/smartos_image_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/smartos/smartos_image_info.pyo @@ -17166,9 +23212,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/webfact ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/xenserver/xenserver_guest.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/xenserver/xenserver_guest.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/xenserver/xenserver_guest.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/xenserver/xenserver_guest_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/xenserver/xenserver_guest_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/xenserver/xenserver_guest_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/xenserver/xenserver_guest_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/xenserver/xenserver_guest_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/cloud/xenserver/xenserver_guest_info.pyo @@ -17271,6 +23314,15 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_data.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_data.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_data.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_data_incr.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_data_incr.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_data_incr.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_data_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_data_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_data_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc/redis_info.pyo @@ -17280,12 +23332,15 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/misc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/mssql/mssql_db.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/mssql/mssql_db.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/mssql/mssql_db.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/mssql/mssql_script.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/mssql/mssql_script.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/mssql/mssql_script.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/saphana/hana_query.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/saphana/hana_query.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/saphana/hana_query.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/vertica/vertica_configuration.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/vertica/vertica_configuration.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/vertica/vertica_configuration.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/vertica/vertica_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/vertica/vertica_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/vertica/vertica_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/vertica/vertica_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/vertica/vertica_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/database/vertica/vertica_info.pyo @@ -17319,12 +23374,21 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dimensiondata ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dimensiondata_vlan.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dimensiondata_vlan.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dimensiondata_vlan.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/discord.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/discord.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/discord.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/django_manage.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/django_manage.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/django_manage.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnf_versionlock.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnf_versionlock.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnf_versionlock.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnsimple.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnsimple.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnsimple.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnsimple_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnsimple_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnsimple_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnsmadeeasy.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnsmadeeasy.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/dnsmadeeasy.pyo @@ -17352,6 +23416,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/facter.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/archive.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/archive.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/archive.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/filesize.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/filesize.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/filesize.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/ini_file.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/ini_file.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/ini_file.pyo @@ -17364,12 +23431,18 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/iso_ext ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/read_csv.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/read_csv.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/read_csv.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/sapcar_extract.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/sapcar_extract.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/sapcar_extract.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/xattr.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/xattr.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/xattr.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/xml.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/xml.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/files/xml.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/filesize.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/filesize.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/filesize.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/filesystem.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/filesystem.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/filesystem.pyo @@ -17415,6 +23488,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/github_webhoo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/github_webhook_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/github_webhook_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/github_webhook_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_branch.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_branch.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_branch.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_deploy_key.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_deploy_key.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_deploy_key.pyo @@ -17439,33 +23515,27 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_projec ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_project_variable.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_project_variable.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_project_variable.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_protected_branch.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_protected_branch.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_protected_branch.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_runner.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_runner.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_runner.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_user.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_user.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gitlab_user.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/gluster_heal_info.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/gluster_heal_info.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/gluster_heal_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/gluster_peer.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/gluster_peer.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/gluster_peer.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/gluster_volume.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/gluster_volume.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/gluster_volume.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/grove.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/grove.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/grove.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gunicorn.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gunicorn.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/gunicorn.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/hana_query.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/hana_query.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/hana_query.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/haproxy.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/haproxy.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/haproxy.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/helm.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/helm.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/helm.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/heroku_collaborator.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/heroku_collaborator.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/heroku_collaborator.pyo @@ -17484,15 +23554,15 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/homebrew_cask ${PYSITELIB}/ansible_collections/community/general/plugins/modules/homebrew_tap.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/homebrew_tap.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/homebrew_tap.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/homectl.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/homectl.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/homectl.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/honeybadger_deployment.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/honeybadger_deployment.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/honeybadger_deployment.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/hpilo_boot.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/hpilo_boot.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/hpilo_boot.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/hpilo_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/hpilo_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/hpilo_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/hpilo_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/hpilo_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/hpilo_info.pyo @@ -17616,42 +23686,60 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/ipa/ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/ipa/ipa_vault.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/ipa/ipa_vault.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/ipa/ipa_vault.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_authentication.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_authentication.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_authentication.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_client.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_client.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_client.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_client_rolemapping.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_client_rolemapping.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_client_rolemapping.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_clientscope.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_clientscope.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_clientscope.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_clienttemplate.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_clienttemplate.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_clienttemplate.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_group.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_group.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_group.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/onepassword_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/onepassword_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/onepassword_facts.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_identity_provider.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_identity_provider.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_identity_provider.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_realm.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_realm.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_realm.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_realm_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_realm_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_realm_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_role.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_role.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_role.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_user_federation.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_user_federation.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/keycloak/keycloak_user_federation.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/onepassword_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/onepassword_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/onepassword_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/opendj/opendj_backendprop.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/opendj/opendj_backendprop.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/identity/opendj/opendj_backendprop.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_firmware.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_firmware.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_firmware.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_command.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_command.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_command.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_config.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_config.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_config.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_redfish_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_server_config_profile.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_server_config_profile.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/idrac_server_config_profile.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/ilo_redfish_config.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/ilo_redfish_config.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/ilo_redfish_config.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/ilo_redfish_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/ilo_redfish_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/ilo_redfish_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/imc_rest.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/imc_rest.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/imc_rest.pyo @@ -17787,9 +23875,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_build ${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_job.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_job.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_job.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_job_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_job_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_job_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_job_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_job_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/jenkins_job_info.pyo @@ -17805,15 +23890,39 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/jira.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/kernel_blacklist.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/kernel_blacklist.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/kernel_blacklist.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_authentication.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_authentication.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_authentication.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_client.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_client.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_client.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_client_rolemapping.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_client_rolemapping.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_client_rolemapping.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_clientscope.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_clientscope.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_clientscope.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_clienttemplate.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_clienttemplate.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_clienttemplate.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_group.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_group.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_group.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_identity_provider.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_identity_provider.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_identity_provider.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_realm.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_realm.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_realm.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_realm_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_realm_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_realm_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_role.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_role.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_role.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_user_federation.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_user_federation.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/keycloak_user_federation.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/kibana_plugin.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/kibana_plugin.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/kibana_plugin.pyo @@ -17826,9 +23935,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/layman.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/lbu.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/lbu.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/lbu.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ldap_attr.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ldap_attr.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ldap_attr.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ldap_attrs.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ldap_attrs.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ldap_attrs.pyo @@ -17889,6 +23995,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/lxd_container ${PYSITELIB}/ansible_collections/community/general/plugins/modules/lxd_profile.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/lxd_profile.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/lxd_profile.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/lxd_project.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/lxd_project.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/lxd_project.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/macports.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/macports.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/macports.pyo @@ -17937,15 +24046,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/maven_artifac ${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_dns_reload.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_dns_reload.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_dns_reload.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_memstore_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_memstore_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_memstore_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_memstore_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_memstore_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_memstore_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_server_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_server_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_server_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_server_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_server_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/memset_server_info.pyo @@ -17970,6 +24073,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/monit.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/monitoring/airbrake_deployment.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/monitoring/airbrake_deployment.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/monitoring/airbrake_deployment.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/monitoring/alerta_customer.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/monitoring/alerta_customer.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/monitoring/alerta_customer.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/monitoring/bigpanda.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/monitoring/bigpanda.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/monitoring/bigpanda.pyo @@ -18069,9 +24175,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/mqtt.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/mssql_db.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/mssql_db.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/mssql_db.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/na_ontap_gather_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/na_ontap_gather_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/na_ontap_gather_facts.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/mssql_script.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/mssql_script.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/mssql_script.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nagios.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nagios.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nagios.pyo @@ -18081,6 +24187,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/clo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/dnsimple.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/dnsimple.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/dnsimple.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/dnsimple_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/dnsimple_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/dnsimple_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/dnsmadeeasy.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/dnsmadeeasy.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/dnsmadeeasy.pyo @@ -18105,9 +24214,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ipi ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ipwcli_dns.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ipwcli_dns.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ipwcli_dns.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ldap/ldap_attr.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ldap/ldap_attr.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ldap/ldap_attr.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ldap/ldap_attrs.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ldap/ldap_attrs.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/ldap/ldap_attrs.pyo @@ -18126,54 +24232,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/lld ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/netcup_dns.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/netcup_dns.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/netcup_dns.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_a_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_a_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_a_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_aaaa_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_aaaa_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_aaaa_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_cname_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_cname_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_cname_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_dns_view.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_dns_view.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_dns_view.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_fixed_address.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_fixed_address.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_fixed_address.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_host_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_host_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_host_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_member.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_member.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_member.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_mx_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_mx_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_mx_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_naptr_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_naptr_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_naptr_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_network.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_network.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_network.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_network_view.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_network_view.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_network_view.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_nsgroup.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_nsgroup.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_nsgroup.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_ptr_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_ptr_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_ptr_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_srv_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_srv_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_srv_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_txt_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_txt_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_txt_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_zone.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_zone.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nios/nios_zone.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nmcli.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nmcli.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nmcli.pyo @@ -18183,9 +24241,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/nsu ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/omapi_host.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/omapi_host.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/omapi_host.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/pritunl/__init__.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/pritunl/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/pritunl/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/pritunl/pritunl_org.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/pritunl/pritunl_org.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/net_tools/pritunl/pritunl_org.pyo @@ -18210,63 +24265,12 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/newrelic_depl ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nexmo.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nexmo.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nexmo.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nginx_status_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nginx_status_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nginx_status_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nginx_status_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nginx_status_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nginx_status_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nictagadm.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nictagadm.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nictagadm.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_a_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_a_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_a_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_aaaa_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_aaaa_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_aaaa_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_cname_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_cname_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_cname_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_dns_view.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_dns_view.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_dns_view.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_fixed_address.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_fixed_address.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_fixed_address.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_host_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_host_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_host_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_member.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_member.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_member.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_mx_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_mx_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_mx_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_naptr_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_naptr_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_naptr_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_network.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_network.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_network.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_network_view.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_network_view.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_network_view.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_nsgroup.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_nsgroup.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_nsgroup.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_ptr_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_ptr_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_ptr_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_srv_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_srv_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_srv_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_txt_record.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_txt_record.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_txt_record.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_zone.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_zone.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/nios_zone.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nmcli.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nmcli.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/nmcli.pyo @@ -18294,6 +24298,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/cisco_webex.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/cisco_webex.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/cisco_webex.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/discord.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/discord.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/discord.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/flowdock.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/flowdock.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/notification/flowdock.pyo @@ -18381,18 +24388,12 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ohai.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/omapi_host.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/omapi_host.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/omapi_host.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ome_device_info.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ome_device_info.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ome_device_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_host.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_host.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_host.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_image.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_image.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_image.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_image_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_image_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_image_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_image_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_image_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/one_image_info.pyo @@ -18423,87 +24424,54 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneandone_pub ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneandone_server.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneandone_server.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneandone_server.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/onepassword_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/onepassword_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/onepassword_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/onepassword_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/onepassword_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/onepassword_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_datacenter_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_datacenter_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_datacenter_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_datacenter_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_datacenter_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_datacenter_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_enclosure_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_enclosure_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_enclosure_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_enclosure_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_enclosure_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_enclosure_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_ethernet_network.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_ethernet_network.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_ethernet_network.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_ethernet_network_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_ethernet_network_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_ethernet_network_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_ethernet_network_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_ethernet_network_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_ethernet_network_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fc_network.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fc_network.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fc_network.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fc_network_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fc_network_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fc_network_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fc_network_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fc_network_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fc_network_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fcoe_network.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fcoe_network.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fcoe_network.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fcoe_network_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fcoe_network_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fcoe_network_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fcoe_network_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fcoe_network_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_fcoe_network_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_logical_interconnect_group.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_logical_interconnect_group.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_logical_interconnect_group.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_logical_interconnect_group_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_logical_interconnect_group_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_logical_interconnect_group_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_logical_interconnect_group_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_logical_interconnect_group_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_logical_interconnect_group_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_network_set.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_network_set.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_network_set.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_network_set_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_network_set_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_network_set_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_network_set_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_network_set_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_network_set_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_san_manager.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_san_manager.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_san_manager.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_san_manager_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_san_manager_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_san_manager_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_san_manager_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_san_manager_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/oneview_san_manager_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_server_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_server_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_server_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_server_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_server_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_server_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_user_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_user_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_user_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_user_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_user_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/online_user_info.pyo @@ -18534,90 +24502,21 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovh_ip_loadba ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovh_monthly_billing.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovh_monthly_billing.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovh_monthly_billing.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_affinity_label_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_affinity_label_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_affinity_label_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_api_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_api_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_api_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_cluster_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_cluster_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_cluster_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_datacenter_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_datacenter_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_datacenter_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_disk_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_disk_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_disk_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_event_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_event_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_event_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_external_provider_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_external_provider_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_external_provider_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_group_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_group_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_group_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_host_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_host_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_host_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_host_storage_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_host_storage_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_host_storage_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_network_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_network_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_network_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_nic_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_nic_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_nic_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_permission_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_permission_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_permission_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_quota_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_quota_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_quota_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_scheduling_policy_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_scheduling_policy_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_scheduling_policy_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_snapshot_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_snapshot_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_snapshot_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_storage_domain_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_storage_domain_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_storage_domain_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_storage_template_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_storage_template_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_storage_template_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_storage_vm_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_storage_vm_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_storage_vm_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_tag_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_tag_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_tag_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_template_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_template_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_template_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_user_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_user_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_user_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_vm_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_vm_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_vm_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_vmpool_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_vmpool_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/ovirt_vmpool_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pacemaker_cluster.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pacemaker_cluster.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pacemaker_cluster.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/ansible_galaxy_install.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/ansible_galaxy_install.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/ansible_galaxy_install.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/bower.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/bower.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/bower.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/bundler.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/bundler.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/bundler.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/cargo.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/cargo.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/cargo.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/composer.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/composer.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/composer.pyo @@ -18642,6 +24541,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/lan ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/pip_package_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/pip_package_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/pip_package_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/pipx.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/pipx.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/pipx.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/yarn.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/yarn.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/language/yarn.pyo @@ -18657,6 +24559,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/copr.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/copr.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/copr.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/dnf_versionlock.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/dnf_versionlock.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/dnf_versionlock.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/flatpak.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/flatpak.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/flatpak.pyo @@ -18693,6 +24598,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/pacman.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/pacman.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/pacman.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/pacman_key.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/pacman_key.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/pacman_key.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/pkg5.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/pkg5.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/pkg5.pyo @@ -18741,6 +24649,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/snap.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/snap.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/snap.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/snap_alias.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/snap_alias.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/snap_alias.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/sorcery.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/sorcery.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packaging/os/sorcery.pyo @@ -18789,6 +24700,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/packet_volume ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pacman.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pacman.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pacman.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/pacman_key.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/pacman_key.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/pacman_key.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pagerduty.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pagerduty.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pagerduty.pyo @@ -18822,6 +24736,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pingdom.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pip_package_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pip_package_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pip_package_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/pipx.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/pipx.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/pipx.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pkg5.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pkg5.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pkg5.pyo @@ -18837,6 +24754,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pkgng.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pkgutil.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pkgutil.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pkgutil.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/pmem.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/pmem.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/pmem.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/portage.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/portage.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/portage.pyo @@ -18882,12 +24802,18 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_group ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_kvm.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_kvm.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_kvm.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_nic.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_nic.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_nic.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_snap.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_snap.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_snap.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_storage_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_storage_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_storage_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_tasks_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_tasks_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_tasks_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_template.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_template.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/proxmox_template.pyo @@ -18903,21 +24829,12 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pulp_repo.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/puppet.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/puppet.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/puppet.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/purefa_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/purefa_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/purefa_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/purefb_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/purefb_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/purefb_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pushbullet.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pushbullet.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pushbullet.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pushover.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pushover.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/pushover.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/python_requirements_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/python_requirements_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/python_requirements_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/python_requirements_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/python_requirements_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/python_requirements_info.pyo @@ -19008,9 +24925,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_comma ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_config.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_config.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_config.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redfish_info.pyo @@ -19020,6 +24934,15 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redhat_subscr ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_data.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_data.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_data.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_data_incr.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_data_incr.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_data_incr.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_data_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_data_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_data_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/redis_info.pyo @@ -19029,21 +24952,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_manage ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/cobbler/cobbler_system.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/cobbler/cobbler_system.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/cobbler/cobbler_system.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/dellemc/idrac_firmware.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/dellemc/idrac_firmware.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/dellemc/idrac_firmware.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/dellemc/idrac_server_config_profile.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/dellemc/idrac_server_config_profile.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/dellemc/idrac_server_config_profile.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/dellemc/ome_device_info.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/dellemc/ome_device_info.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/dellemc/ome_device_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/hpilo/hpilo_boot.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/hpilo/hpilo_boot.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/hpilo/hpilo_boot.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/hpilo/hpilo_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/hpilo/hpilo_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/hpilo/hpilo_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/hpilo/hpilo_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/hpilo/hpilo_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/hpilo/hpilo_info.pyo @@ -19092,69 +25003,45 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_manage ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/manageiq/manageiq_user.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/manageiq/manageiq_user.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/manageiq/manageiq_user.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_datacenter_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_datacenter_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_datacenter_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_datacenter_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_datacenter_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_datacenter_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_enclosure_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_enclosure_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_enclosure_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_enclosure_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_enclosure_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_enclosure_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_ethernet_network.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_ethernet_network.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_ethernet_network.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_ethernet_network_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_ethernet_network_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_ethernet_network_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_ethernet_network_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_ethernet_network_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_ethernet_network_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fc_network.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fc_network.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fc_network.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fc_network_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fc_network_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fc_network_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fc_network_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fc_network_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fc_network_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fcoe_network.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fcoe_network.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fcoe_network.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fcoe_network_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fcoe_network_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fcoe_network_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fcoe_network_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fcoe_network_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_fcoe_network_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_logical_interconnect_group.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_logical_interconnect_group.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_logical_interconnect_group.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_logical_interconnect_group_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_logical_interconnect_group_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_logical_interconnect_group_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_logical_interconnect_group_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_logical_interconnect_group_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_logical_interconnect_group_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_network_set.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_network_set.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_network_set.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_network_set_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_network_set_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_network_set_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_network_set_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_network_set_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_network_set_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_san_manager.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_san_manager.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_san_manager.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_san_manager_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_san_manager_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_san_manager_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_san_manager_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_san_manager_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/oneview/oneview_san_manager_info.pyo @@ -19164,21 +25051,21 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_manage ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/idrac_redfish_config.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/idrac_redfish_config.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/idrac_redfish_config.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/idrac_redfish_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/idrac_redfish_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/idrac_redfish_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/idrac_redfish_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/idrac_redfish_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/idrac_redfish_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/ilo_redfish_config.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/ilo_redfish_config.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/ilo_redfish_config.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/ilo_redfish_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/ilo_redfish_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/ilo_redfish_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_command.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_command.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_command.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_config.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_config.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_config.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/remote_management/redfish/redfish_info.pyo @@ -19218,12 +25105,24 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/rpm_ostree_pk ${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_acl_policy.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_acl_policy.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_acl_policy.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_job_executions_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_job_executions_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_job_executions_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_job_run.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_job_run.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_job_run.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_project.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_project.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/rundeck_project.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/runit.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/runit.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/runit.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/sap_task_list_execute.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/sap_task_list_execute.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/sap_task_list_execute.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/sapcar_extract.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/sapcar_extract.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/sapcar_extract.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/say.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/say.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/say.pyo @@ -19233,51 +25132,36 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_comp ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_database_backup.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_database_backup.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_database_backup.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_image_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_image_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_image_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_image_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_image_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_image_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_ip.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_ip.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_ip.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_ip_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_ip_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_ip_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_ip_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_ip_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_ip_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_lb.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_lb.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_lb.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_organization_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_organization_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_organization_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_organization_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_organization_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_organization_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_private_network.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_private_network.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_private_network.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group_rule.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group_rule.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_security_group_rule.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_server_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_server_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_server_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_server_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_server_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_server_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_snapshot_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_snapshot_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_snapshot_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_snapshot_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_snapshot_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_snapshot_info.pyo @@ -19290,9 +25174,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_user ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_volume.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_volume.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_volume.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_volume_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_volume_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_volume_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_volume_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_volume_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/scaleway_volume_info.pyo @@ -19341,15 +25222,15 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/slack.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/slackpkg.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/slackpkg.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/slackpkg.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/smartos_image_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/smartos_image_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/smartos_image_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/smartos_image_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/smartos_image_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/smartos_image_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/snap.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/snap.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/snap.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/snap_alias.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/snap_alias.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/snap_alias.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/snmp_facts.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/snmp_facts.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/snmp_facts.pyo @@ -19398,6 +25279,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_contro ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/github/github_webhook_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/github/github_webhook_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/github/github_webhook_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_branch.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_branch.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_branch.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_deploy_key.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_deploy_key.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_deploy_key.pyo @@ -19422,6 +25306,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_contro ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_project_variable.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_project_variable.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_project_variable.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_protected_branch.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_protected_branch.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_protected_branch.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_runner.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_runner.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/source_control/gitlab/gitlab_runner.pyo @@ -19461,15 +25348,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/statusio_main ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/emc/emc_vnx_sg_member.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/emc/emc_vnx_sg_member.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/emc/emc_vnx_sg_member.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/glusterfs/gluster_heal_info.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/glusterfs/gluster_heal_info.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/glusterfs/gluster_heal_info.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/glusterfs/gluster_peer.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/glusterfs/gluster_peer.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/glusterfs/gluster_peer.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/glusterfs/gluster_volume.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/glusterfs/gluster_volume.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/glusterfs/gluster_volume.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/hpe3par/ss_3par_cpg.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/hpe3par/ss_3par_cpg.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/hpe3par/ss_3par_cpg.pyo @@ -19491,15 +25369,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/ibm/i ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/ibm/ibm_sa_vol_map.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/ibm/ibm_sa_vol_map.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/ibm/ibm_sa_vol_map.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/netapp/na_ontap_gather_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/netapp/na_ontap_gather_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/netapp/na_ontap_gather_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/purestorage/purefa_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/purestorage/purefa_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/purestorage/purefa_facts.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/purestorage/purefb_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/purestorage/purefb_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/purestorage/purefb_facts.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/pmem/pmem.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/pmem/pmem.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/pmem/pmem.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/vexata/vexata_eg.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/vexata/vexata_eg.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/vexata/vexata_eg.pyo @@ -19518,6 +25390,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/zfs/z ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/zfs/zpool_facts.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/zfs/zpool_facts.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/storage/zfs/zpool_facts.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/sudoers.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/sudoers.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/sudoers.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/supervisorctl.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/supervisorctl.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/supervisorctl.pyo @@ -19590,6 +25465,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/filesy ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/gconftool2.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/gconftool2.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/gconftool2.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/homectl.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/homectl.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/homectl.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/interfaces_file.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/interfaces_file.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/interfaces_file.pyo @@ -19662,15 +25540,15 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/pids.p ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/puppet.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/puppet.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/puppet.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/python_requirements_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/python_requirements_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/python_requirements_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/python_requirements_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/python_requirements_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/python_requirements_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/runit.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/runit.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/runit.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/sap_task_list_execute.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/sap_task_list_execute.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/sap_task_list_execute.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/sefcontext.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/sefcontext.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/sefcontext.pyo @@ -19692,6 +25570,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/solari ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/ssh_config.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/ssh_config.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/ssh_config.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/sudoers.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/sudoers.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/sudoers.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/svc.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/svc.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/svc.pyo @@ -19716,6 +25597,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/vdo.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/xfconf.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/xfconf.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/xfconf.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/xfconf_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/xfconf_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/xfconf_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/xfs_quota.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/xfs_quota.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/system/xfs_quota.pyo @@ -19809,9 +25693,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/vdo.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/vertica_configuration.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/vertica_configuration.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/vertica_configuration.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/vertica_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/vertica_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/vertica_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/vertica_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/vertica_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/vertica_info.pyo @@ -19866,9 +25747,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastru ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jenkins_job.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jenkins_job.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jenkins_job.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jenkins_job_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jenkins_job_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jenkins_job_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jenkins_job_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jenkins_job_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jenkins_job_info.pyo @@ -19881,15 +25759,18 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastru ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jira.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jira.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/jira.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/nginx_status_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/nginx_status_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/nginx_status_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/nginx_status_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/nginx_status_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/nginx_status_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_acl_policy.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_acl_policy.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_acl_policy.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_job_executions_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_job_executions_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_job_executions_info.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_job_run.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_job_run.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_job_run.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_project.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_project.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/web_infrastructure/rundeck_project.pyo @@ -19968,9 +25849,6 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_fac ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_guest.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_guest.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_guest.pyo -${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_guest_facts.py -${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_guest_facts.pyc -${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_guest_facts.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_guest_info.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_guest_info.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_guest_info.pyo @@ -19980,6 +25858,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xenserver_gue ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xfconf.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xfconf.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xfconf.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/modules/xfconf_info.py +${PYSITELIB}/ansible_collections/community/general/plugins/modules/xfconf_info.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/modules/xfconf_info.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xfs_quota.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xfs_quota.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/xfs_quota.pyo @@ -20013,173 +25894,9 @@ ${PYSITELIB}/ansible_collections/community/general/plugins/modules/zypper.pyo ${PYSITELIB}/ansible_collections/community/general/plugins/modules/zypper_repository.py ${PYSITELIB}/ansible_collections/community/general/plugins/modules/zypper_repository.pyc ${PYSITELIB}/ansible_collections/community/general/plugins/modules/zypper_repository.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/__init__.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/abiquo.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/abiquo.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/abiquo.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/abiquo.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/apache-libcloud.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/apache-libcloud.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/apache-libcloud.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/apstra_aos.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/apstra_aos.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/apstra_aos.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/apstra_aos.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/azure_rm.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/azure_rm.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/azure_rm.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/azure_rm.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/brook.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/brook.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/brook.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/brook.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/cloudforms.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/cloudforms.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/cloudforms.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/cloudforms.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/cobbler.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/cobbler.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/cobbler.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/cobbler.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/collins.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/collins.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/collins.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/collins.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/consul_io.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/consul_io.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/consul_io.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/consul_io.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/docker.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/docker.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/docker.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/docker.yml -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/fleet.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/fleet.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/fleet.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/foreman.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/foreman.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/foreman.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/foreman.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/freeipa.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/freeipa.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/freeipa.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/infoblox.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/infoblox.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/infoblox.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/infoblox.yaml -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/jail.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/jail.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/jail.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/landscape.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/landscape.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/landscape.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/libcloud.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/linode.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/linode.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/linode.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/linode.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/lxc_inventory.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/lxc_inventory.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/lxc_inventory.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/lxd.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/lxd.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/lxd.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/lxd.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/mdt.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/mdt_dynamic_inventory.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/mdt_dynamic_inventory.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/mdt_dynamic_inventory.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nagios_livestatus.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nagios_livestatus.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nagios_livestatus.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nagios_livestatus.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nagios_ndo.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nagios_ndo.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nagios_ndo.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nagios_ndo.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nsot.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nsot.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nsot.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/nsot.yaml -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/openshift.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/openshift.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/openshift.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/openvz.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/openvz.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/openvz.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ovirt.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ovirt.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ovirt.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ovirt.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ovirt4.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ovirt4.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ovirt4.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/packet_net.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/packet_net.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/packet_net.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/packet_net.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/proxmox.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/proxmox.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/proxmox.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rackhd.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rackhd.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rackhd.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rax.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rax.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rax.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rax.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rhv.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rhv.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rhv.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rudder.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rudder.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rudder.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/rudder.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/scaleway.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/scaleway.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/scaleway.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/scaleway.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/serf.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/serf.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/serf.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/softlayer.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/softlayer.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/softlayer.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/spacewalk.ini -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/spacewalk.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/spacewalk.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/spacewalk.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ssh_config.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ssh_config.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/ssh_config.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/stacki.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/stacki.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/stacki.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/stacki.yml -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/vagrant.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/vagrant.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/vagrant.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/vbox.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/vbox.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/vbox.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/zone.py -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/zone.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/inventory/zone.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/vault/__init__.py -${PYSITELIB}/ansible_collections/community/general/scripts/vault/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/vault/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/vault/azure_vault.ini -${PYSITELIB}/ansible_collections/community/general/scripts/vault/azure_vault.py -${PYSITELIB}/ansible_collections/community/general/scripts/vault/azure_vault.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/vault/azure_vault.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/vault/vault-keyring-client.py -${PYSITELIB}/ansible_collections/community/general/scripts/vault/vault-keyring-client.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/vault/vault-keyring-client.pyo -${PYSITELIB}/ansible_collections/community/general/scripts/vault/vault-keyring.py -${PYSITELIB}/ansible_collections/community/general/scripts/vault/vault-keyring.pyc -${PYSITELIB}/ansible_collections/community/general/scripts/vault/vault-keyring.pyo +${PYSITELIB}/ansible_collections/community/general/plugins/test/a_module.py +${PYSITELIB}/ansible_collections/community/general/plugins/test/a_module.pyc +${PYSITELIB}/ansible_collections/community/general/plugins/test/a_module.pyo ${PYSITELIB}/ansible_collections/community/general/tests/.gitignore ${PYSITELIB}/ansible_collections/community/general/tests/config.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/__init__.py @@ -20189,6 +25906,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/aix ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/aix_devices/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/aix_filesystem/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/aix_filesystem/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alerta_customer/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alerta_customer/defaults/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alerta_customer/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/tasks/path_is_checked.yml @@ -20198,23 +25918,31 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alt ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/tasks/test.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/tasks/tests_set_priority.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/tasks/tests_state.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/templates/dummy_alternative ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/templates/dummy_command ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/vars/Suse-42.3.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/alternatives/vars/default.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ansible_galaxy_install/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ansible_galaxy_install/files/test.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ansible_galaxy_install/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ansible_galaxy_install/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/apache2_module/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/apache2_module/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/apache2_module/tasks/actualtest.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/apache2_module/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/files/bar.txt ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/files/empty.txt ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/files/foo.txt +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/files/sub/subfile.txt ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/meta/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/tasks/broken-link.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/tasks/remove.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/tests/broken-link.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/tests/core.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/tests/exclusions.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/tests/idempotency.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/archive/tests/remove.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/callback/inventory.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/callback/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/callback_diy/aliases @@ -20224,9 +25952,22 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cal ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/callback_log_plays/runme.sh ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/callback_yaml/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/callback_yaml/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cargo/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cargo/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cargo/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cargo/tasks/setup.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cargo/tasks/test_general.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cargo/tasks/test_version.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cloud_init_data_facts/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cloud_init_data_facts/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cloud_init_data_facts/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cmd_runner/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cmd_runner/library/cmd_echo.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cmd_runner/library/cmd_echo.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cmd_runner/library/cmd_echo.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cmd_runner/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cmd_runner/tasks/test_cmd_echo.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cmd_runner/vars/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/connection/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/connection/test.sh ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/connection/test_connection.yml @@ -20251,6 +25992,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/con ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/consul/templates/consul_config.hcl.j2 ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/copr/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/copr/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cpanm/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cpanm/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cpanm/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cronvar/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cronvar/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cronvar/meta/main.yml @@ -20258,6 +26002,10 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/cro ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/deploy_helper/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/deploy_helper/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/deploy_helper/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/discord/README.md +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/discord/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/discord/defaults/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/discord/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/django_manage/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/django_manage/files/base_test/1045-single-app-project/single_app_project/core/settings.py ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/django_manage/files/base_test/1045-single-app-project/single_app_project/core/settings.pyc @@ -20278,7 +26026,13 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/dja ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/django_manage/files/base_test/simple_project/p1/p1/urls.pyc ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/django_manage/files/base_test/simple_project/p1/p1/urls.pyo ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/django_manage/files/base_test/startproj/.keep +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/django_manage/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/django_manage/tasks/main.yaml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/dnf_versionlock/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/dnf_versionlock/tasks/install.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/dnf_versionlock/tasks/lock_bash.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/dnf_versionlock/tasks/lock_updates.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/dnf_versionlock/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/dpkg_divert/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/dpkg_divert/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/dpkg_divert/tasks/prepare.yml @@ -20288,17 +26042,28 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/etc ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/etcd3/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/etcd3/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/etcd3/tasks/run_tests.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesize/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesize/defaults/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesize/tasks/basics.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesize/tasks/errors.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesize/tasks/floats.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesize/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesize/tasks/sparse.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesize/tasks/symlinks.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/tasks/create_device.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/tasks/create_fs.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/tasks/freebsd_setup.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/tasks/overwrite_another_fs.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/tasks/remove_fs.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/tasks/setup.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/vars/Ubuntu-14.04.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filesystem/vars/default.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_counter/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_counter/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_dict/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_dict/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_dict_kv/aliases @@ -20306,6 +26071,14 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/fil ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_from_csv/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_from_csv/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_from_csv/vars/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_groupby/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_groupby/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_groupby/vars/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_hashids/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_hashids/runme.sh +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_hashids/runme.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_hashids/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_hashids/vars/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_jc/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_jc/runme.sh ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_jc/runme.yml @@ -20316,18 +26089,26 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/fil ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_json_query/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_json_query/vars/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_list/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_list/tasks/lists_mergeby.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_list/tasks/lists_mergeby_2-10.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_list/tasks/lists_mergeby_default.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_list/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_list/vars/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_path_join_shim/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_path_join_shim/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_random_mac/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_random_mac/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_random_mac/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_time/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_time/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_unicode_normalize/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_unicode_normalize/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_unicode_normalize/vars/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_version_sort/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/filter_version_sort/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/flatpak/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/flatpak/files/serve.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/flatpak/files/serve.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/flatpak/files/serve.pyo ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/flatpak/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/flatpak/tasks/check_mode.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/flatpak/tasks/main.yml @@ -20354,6 +26135,7 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gem ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gem/vars/default.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/git_config/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/git_config/files/gitconfig +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/git_config/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/git_config/tasks/exclusion_state_list-all.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/git_config/tasks/get_set_no_state.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/git_config/tasks/get_set_state_present.yml @@ -20371,6 +26153,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/git ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/github_issue/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/github_issue/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/github_issue/vars/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_branch/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_branch/defaults/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_branch/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_deploy_key/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_deploy_key/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_deploy_key/tasks/main.yml @@ -20399,6 +26184,7 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/git ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_user/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_user/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_user/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/gitlab_user/tasks/sshkey.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hg/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hg/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hg/tasks/install.yml @@ -20407,6 +26193,11 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hg/ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hg/tasks/uninstall.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/homebrew/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/homebrew/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/homebrew_cask/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/homebrew_cask/defaults/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/homebrew_cask/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/homectl/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/homectl/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hwc_ecs_instance/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hwc_ecs_instance/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hwc_evs_disk/aliases @@ -20431,6 +26222,10 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hwc ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hwc_vpc_security_group_rule/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hwc_vpc_subnet/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/hwc_vpc_subnet/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ilo_redfish_config/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ilo_redfish_config/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ilo_redfish_info/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ilo_redfish_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/influxdb_user/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/influxdb_user/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/influxdb_user/tasks/main.yml @@ -20438,6 +26233,15 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/inf ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ini_file/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ini_file/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ini_file/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ini_file/tasks/tests/00-basic.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ini_file/tasks/tests/01-value.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ini_file/tasks/tests/02-values.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ini_file/tasks/tests/03-encoding.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/interfaces_file/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/interfaces_file/files/interfaces_ff +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/interfaces_file/files/interfaces_ff_3841 +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/interfaces_file/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/interfaces_file/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ipify_facts/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ipify_facts/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ipify_facts/vars/main.yml @@ -20462,6 +26266,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso_extract/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso_extract/tasks/prepare.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso_extract/tasks/tests.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso_extract/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso_extract/vars/Archlinux.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso_extract/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso_extract/vars/FreeBSD.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso_extract/vars/RedHat.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/iso_extract/vars/Suse.yml @@ -20477,8 +26284,11 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/jav ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/java_cert/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/java_cert/tasks/state_change.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/java_keystore/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/java_keystore/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/java_keystore/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/java_keystore/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/java_keystore/tasks/prepare.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/java_keystore/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/jboss/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/jboss/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/jboss/tasks/jboss.yml @@ -20486,11 +26296,27 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/jbo ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/jira/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/jira/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/jira/vars/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/kernel_blacklist/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/kernel_blacklist/files/blacklist +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/kernel_blacklist/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/kernel_blacklist/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_client/README.md +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_client/docker-compose.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_client/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_client/vars/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_identity_provider/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_identity_provider/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_identity_provider/vars/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_role/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_role/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_role/vars/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_user_federation/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_user_federation/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/keycloak_user_federation/vars/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/launchd/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/launchd/files/ansible_test_service.py ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/launchd/files/ansible_test_service.pyc ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/launchd/files/ansible_test_service.pyo -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/launchd/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/launchd/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/launchd/tasks/setup.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/launchd/tasks/teardown.yml @@ -20510,13 +26336,38 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lda ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ldap_search/tasks/run-test.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ldap_search/tasks/tests/basic.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/listen_ports_facts/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/listen_ports_facts/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/listen_ports_facts/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/locale_gen/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/locale_gen/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/locale_gen/tasks/locale_gen.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/locale_gen/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_cartesian/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_cartesian/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll/galaxy.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll/plugins/modules/collection_module.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll/plugins/modules/collection_module.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll/plugins/modules/collection_module.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_mf/FILES.json +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_mf/MANIFEST.json +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_mf/README.md +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_mf/plugins/modules/collection_module.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_mf/plugins/modules/collection_module.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_mf/plugins/modules/collection_module.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_nothing/plugins/modules/collection_module.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_nothing/plugins/modules/collection_module.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_nothing/plugins/modules/collection_module.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_nv/galaxy.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_nv/plugins/modules/collection_module.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_nv/plugins/modules/collection_module.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/collections/ansible_collections/testns/testcoll_nv/plugins/modules/collection_module.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/library/local_module.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/library/local_module.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/library/local_module.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/runme.sh +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_collection_version/runme.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_dependent/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_dependent/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_etcd3/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_etcd3/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_etcd3/dependencies.yml @@ -20541,11 +26392,24 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/loo ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/templates/input ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/templates/security-privacy.repo.j2 +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/vars/Archlinux.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/vars/Fedora.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/vars/FreeBSD.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/vars/default.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_passwordstore/vars/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_pet/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_pet/dependencies.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_pet/runme.sh +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_pet/test.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_string/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_string/runme.sh +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_string/test.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_words/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_words/dependencies.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_words/runme.sh +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lookup_random_words/test.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lvg/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lvg/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lvg/tasks/main.yml @@ -20554,12 +26418,15 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lvg ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lvg/tasks/test_grow_reduce.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lvg/tasks/test_indempotency.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lvg/tasks/test_pvresize.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lxd_project/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/lxd_project/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mail/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mail/files/smtpserver.crt ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mail/files/smtpserver.key ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mail/files/smtpserver.py ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mail/files/smtpserver.pyc ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mail/files/smtpserver.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mail/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mail/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mas/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mas/tasks/main.yml @@ -20591,12 +26458,16 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mod ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/library/msimple.py ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/library/msimple.pyc ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/library/msimple.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/library/msimpleda.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/library/msimpleda.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/library/msimpleda.pyo ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/library/mstate.py ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/library/mstate.pyc ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/library/mstate.pyo ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/tasks/mdepfail.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/tasks/msimple.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/tasks/msimpleda.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/module_helper/tasks/mstate.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/defaults/main.yml @@ -20611,6 +26482,8 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mon ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/tasks/test_reload_present.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/tasks/test_state.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/templates/monitrc.j2 +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/vars/Archlinux.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/vars/CentOS-6.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/vars/RedHat.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/monit/vars/Suse.yml @@ -20619,71 +26492,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mqt ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mqtt/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mqtt/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mqtt/tasks/ubuntu.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_a_record/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_a_record/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_a_record/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_a_record/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_a_record/tasks/nios_a_record_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_aaaa_record/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_aaaa_record/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_aaaa_record/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_aaaa_record/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_aaaa_record/tasks/nios_aaaa_record_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_cname_record/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_cname_record/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_cname_record/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_cname_record/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_cname_record/tasks/nios_cname_record_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_dns_view/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_dns_view/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_dns_view/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_dns_view/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_dns_view/tasks/nios_dns_view_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_host_record/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_host_record/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_host_record/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_host_record/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_host_record/tasks/nios_host_record_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_mx_record/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_mx_record/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_mx_record/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_mx_record/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_mx_record/tasks/nios_mx_record_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_naptr_record/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_naptr_record/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_naptr_record/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_naptr_record/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_naptr_record/tasks/nios_naptr_record_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network/tasks/nios_network_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network_view/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network_view/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network_view/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network_view/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_network_view/tasks/nios_network_view_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_ptr_record/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_ptr_record/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_ptr_record/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_ptr_record/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_ptr_record/tasks/nios_ptr_record_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_srv_record/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_srv_record/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_srv_record/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_srv_record/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_srv_record/tasks/nios_srv_record_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_txt_record/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_txt_record/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_txt_record/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_txt_record/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_txt_record/tasks/nios_txt_record_idempotence.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_zone/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_zone/defaults/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_zone/meta/main.yaml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_zone/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nios_zone/tasks/nios_zone_idempotence.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mssql_script/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mssql_script/defaults/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/mssql_script/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nomad/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nomad/files/job.hcl ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/nomad/meta/main.yml @@ -20709,23 +26520,43 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/one ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/one_host/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/one_template/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/one_template/files/testhost/tmp/opennebula-fixtures.json.gz +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/one_template/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/one_template/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/osx_defaults/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/osx_defaults/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pacman/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pacman/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pacman/tasks/basic.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pacman/tasks/locally_installed_package.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pacman/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pacman/tasks/package_urls.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pacman/tasks/remove_nosave.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pacman/tasks/update_cache.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pagerduty_user/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pagerduty_user/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pagerduty_user/vars/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pam_limits/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pam_limits/files/test_pam_limits.conf ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pam_limits/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pamd/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pamd/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pids/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pids/files/obtainpid.sh +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pids/files/sleeper.c +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pids/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pids/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pipx/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pipx/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgng/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgng/tasks/create-outofdate-pkg.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgng/tasks/freebsd.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgng/tasks/install_single_package.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgng/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgng/tasks/setup-testjail.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgng/templates/MANIFEST.json.j2 +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgng/vars/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgutil/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/pkgutil/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/prepare_nios_tests/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/prepare_nuage_tests/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/prepare_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/proxmox/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/proxmox/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/python_requirements_info/aliases @@ -20736,6 +26567,11 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/red ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/redis_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/redis_info/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/redis_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/rundeck/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/rundeck/defaults/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/rundeck/files/test_job.yaml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/rundeck/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/rundeck/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/scaleway_compute/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/scaleway_compute/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/scaleway_compute/tasks/ip.yml @@ -20780,10 +26616,6 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sca ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/scaleway_volume/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/scaleway_volume_info/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/scaleway_volume_info/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/script_inventory_foreman/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/script_inventory_foreman/foreman.sh -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/script_inventory_foreman/runme.sh -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/script_inventory_foreman/test_foreman_inventory.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sefcontext/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sefcontext/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sefcontext/tasks/main.yml @@ -20800,6 +26632,8 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sen ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_cron/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_cron/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_cron/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_cron/vars/alpine.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_cron/vars/archlinux.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_cron/vars/debian.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_cron/vars/default.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_cron/vars/fedora.yml @@ -20815,6 +26649,7 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/set ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_etcd3/vars/Suse.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_etcd3/vars/default.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_flatpak_remote/README.md +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_flatpak_remote/create-repo.sh ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_flatpak_remote/files/repo.tar.xz ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_flatpak_remote/handlers/main.yaml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_flatpak_remote/meta/main.yaml @@ -20825,6 +26660,8 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/set ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_influxdb/tasks/setup.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_java_keytool/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_java_keytool/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_java_keytool/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_java_keytool/vars/Archlinux.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_java_keytool/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_java_keytool/vars/RedHat.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_java_keytool/vars/Suse.yml @@ -20838,13 +26675,20 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/set ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openldap/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openldap/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openldap/vars/Ubuntu.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_opennebula/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_opennebula/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_opennebula/vars/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/vars/Archlinux.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/vars/CentOS-8.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/vars/Darwin.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/vars/FreeBSD.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/vars/RedHat.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_openssl/vars/Suse.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_pkg_mgr/tasks/archlinux.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_pkg_mgr/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/defaults/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/files/dummy--1.0.sql @@ -20854,6 +26698,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/set ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/files/pg_hba.conf ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/vars/Alpine-py3.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/vars/Archlinux-py3.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/vars/Debian-11-py3.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/vars/Debian-8.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/vars/FreeBSD-11-py3.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_postgresql_db/vars/FreeBSD-11.yml @@ -20883,6 +26730,24 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/set ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_rundeck/defaults/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_rundeck/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_rundeck/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_rundeck/vars/Alpine.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_rundeck/vars/Archlinux.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_rundeck/vars/Debian.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_rundeck/vars/RedHat.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/defaults/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/handlers/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/tasks/D-Fedora.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/tasks/D-RedHat-8.2.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/tasks/D-RedHat-8.3.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/tasks/Debian.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/tasks/RedHat.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/tasks/default.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_snap/tasks/nothing.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_tls/files/ca_certificate.pem ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_tls/files/ca_key.pem ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_tls/files/client_certificate.pem @@ -20899,6 +26764,13 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/set ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/setup_wildfly_server/templates/wildfly.service.j2 ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/shutdown/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/shutdown/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/snap/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/snap/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/snap/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/snap_alias/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/snap_alias/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/snap_alias/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/snap_alias/tasks/test.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/spectrum_model_attrs/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/spectrum_model_attrs/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ssh_config/aliases @@ -20906,6 +26778,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ssh ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ssh_config/files/ssh_config_test ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ssh_config/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ssh_config/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ssh_config/tasks/options.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sudoers/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sudoers/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/supervisorctl/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/supervisorctl/files/sendProcessStdin.py ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/supervisorctl/files/sendProcessStdin.pyc @@ -20932,16 +26807,28 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sup ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/supervisorctl/templates/supervisord.conf ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/supervisorctl/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/supervisorctl/vars/defaults.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/synchronize-buildah/aliases -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/synchronize-buildah/inventory -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/synchronize-buildah/roles/test_buildah_synchronize/files/normal_file.txt -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/synchronize-buildah/roles/test_buildah_synchronize/tasks/main.yml -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/synchronize-buildah/runme.sh -${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/synchronize-buildah/test_synchronize_buildah.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sysrc/aliases ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sysrc/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/sysrc/tasks/setup-testjail.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/terraform/.gitignore +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/terraform/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/terraform/meta/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/terraform/tasks/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/terraform/tasks/test_provider_upgrade.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/terraform/templates/provider_test/main.tf.j2 +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/terraform/vars/main.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/collections/ansible_collections/testns/testcoll/galaxy.yml +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/collections/ansible_collections/testns/testcoll/plugins/modules/collection_module.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/collections/ansible_collections/testns/testcoll/plugins/modules/collection_module.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/collections/ansible_collections/testns/testcoll/plugins/modules/collection_module.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/library/local_module.py +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/library/local_module.pyc +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/library/local_module.pyo +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/runme.sh +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/test_a_module/runme.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/timezone/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/timezone/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/timezone/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/timezone/tasks/test.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/ufw/aliases @@ -21050,11 +26937,24 @@ ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/zyp ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/zypper/tasks/zypper.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/zypper/templates/duplicate.spec.j2 ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/zypper_repository/aliases +${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/zypper_repository/files/systemsmanagement_Uyuni_Utils.repo ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/zypper_repository/meta/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/zypper_repository/tasks/main.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/zypper_repository/tasks/test.yml ${PYSITELIB}/ansible_collections/community/general/tests/integration/targets/zypper_repository/tasks/zypper_repository.yml ${PYSITELIB}/ansible_collections/community/general/tests/requirements.yml +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/aliases.json +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/aliases.py +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/aliases.pyc +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/aliases.pyo +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/botmeta.json +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/botmeta.py +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/botmeta.pyc +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/botmeta.pyo +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/extra-docs.json +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/extra-docs.py +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/extra-docs.pyc +${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/extra-docs.pyo ${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/no-unwanted-files.json ${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/no-unwanted-files.py ${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/no-unwanted-files.pyc @@ -21062,6 +26962,8 @@ ${PYSITELIB}/ansible_collections/community/general/tests/sanity/extra/no-unwante ${PYSITELIB}/ansible_collections/community/general/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/general/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/general/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/general/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/community/general/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/community/general/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/__init__.pyc @@ -21138,9 +27040,15 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/cache/test ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_elastic.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_elastic.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_elastic.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_loganalytics.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_loganalytics.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_loganalytics.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_opentelemetry.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_opentelemetry.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_opentelemetry.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_splunk.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_splunk.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/callback/test_splunk.pyo @@ -21153,21 +27061,38 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/connection ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/fixtures/lxd_inventory.atd +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/fixtures/opennebula_inventory.json ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_cobbler.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_cobbler.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_cobbler.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_icinga2.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_icinga2.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_icinga2.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_linode.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_linode.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_linode.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_lxd.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_lxd.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_lxd.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_opennebula.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_opennebula.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_opennebula.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_proxmox.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_proxmox.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_proxmox.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_stackpath_compute.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_stackpath_compute.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_stackpath_compute.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_xen_orchestra.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_xen_orchestra.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/inventory/test_xen_orchestra.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_dependent.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_dependent.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_dependent.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_dsv.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_dsv.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_dsv.pyo @@ -21183,6 +27108,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/tes ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_onepassword.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_onepassword.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_onepassword.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_revbitspss.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_revbitspss.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_revbitspss.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_tss.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_tss.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/lookup/test_tss.pyo @@ -21219,12 +27147,6 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_uti ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/nios/__init__.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/nios/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/nios/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/nios/test_api.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/nios/test_api.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/nios/test_api.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/pritunl/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/pritunl/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/pritunl/__init__.pyo @@ -21234,12 +27156,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_uti ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/remote_management/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/remote_management/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/remote_management/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/remote_management/dellemc/__init__.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/remote_management/dellemc/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/remote_management/dellemc/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/remote_management/dellemc/test_ome.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/remote_management/dellemc/test_ome.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/remote_management/dellemc/test_ome.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/test_cmd_runner.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/test_cmd_runner.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/test_cmd_runner.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/test_csv.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/test_csv.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/module_utils/test_csv.pyo @@ -21324,12 +27243,21 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cl ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_proxmox_kvm.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_proxmox_kvm.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_proxmox_kvm.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_proxmox_snap.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_proxmox_snap.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_proxmox_snap.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_proxmox_tasks_info.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_proxmox_tasks_info.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_proxmox_tasks_info.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_terraform.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_terraform.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/misc/test_terraform.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/scaleway/test_scaleway_private_network.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/scaleway/test_scaleway_private_network.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/scaleway/test_scaleway_private_network.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/xenserver/FakeAnsibleModule.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/xenserver/FakeAnsibleModule.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/cloud/xenserver/FakeAnsibleModule.pyo @@ -21360,9 +27288,33 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/da ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_data.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_data.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_data.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_data_incr.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_data_incr.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_data_incr.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_data_info.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_data_info.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_data_info.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_info.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_info.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/misc/test_redis_info.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/saphana/__init__.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/saphana/__init__.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/saphana/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/saphana/test_hana_query.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/saphana/test_hana_query.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/database/saphana/test_hana_query.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/files/__init__.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/files/__init__.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/files/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/files/test_archive.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/files/test_archive.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/files/test_archive.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/files/test_sapcar_extract.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/files/test_sapcar_extract.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/files/test_sapcar_extract.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/__init__.pyo @@ -21378,18 +27330,49 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/id ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/ipa/test_ipa_pwpolicy.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/ipa/test_ipa_pwpolicy.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/ipa/test_ipa_pwpolicy.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/__init__.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/__init__.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_authentication.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_authentication.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_authentication.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_client.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_client.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_client.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_client_rolemapping.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_client_rolemapping.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_client_rolemapping.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_clientscope.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_clientscope.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_clientscope.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_identity_provider.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_identity_provider.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_identity_provider.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_realm.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_realm.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_realm.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_realm_info.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_realm_info.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_realm_info.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_role.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_role.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_role.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_user_federation.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_user_federation.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/identity/keycloak/test_keycloak_user_federation.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/messaging/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/messaging/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/messaging/__init__.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_alerta_customer.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_alerta_customer.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_alerta_customer.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_circonus_annotation.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_circonus_annotation.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_circonus_annotation.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_datadog_downtime.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_datadog_downtime.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_datadog_downtime.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_datadog_downtime.py.disabled ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_icinga2_feature.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_icinga2_feature.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/test_icinga2_feature.pyo @@ -21411,58 +27394,6 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/mo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/__init__.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/fixtures/nios_result.txt -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_a_record.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_a_record.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_a_record.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_aaaa_record.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_aaaa_record.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_aaaa_record.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_cname_record.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_cname_record.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_cname_record.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_dns_view.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_dns_view.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_dns_view.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_fixed_address.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_fixed_address.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_fixed_address.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_host_record.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_host_record.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_host_record.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_member.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_member.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_member.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_module.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_module.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_module.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_mx_record.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_mx_record.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_mx_record.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_naptr_record.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_naptr_record.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_naptr_record.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_network.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_network.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_network.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_network_view.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_network_view.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_network_view.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_nsgroup.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_nsgroup.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_nsgroup.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_ptr_record.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_ptr_record.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_ptr_record.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_srv_record.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_srv_record.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_srv_record.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_zone.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_zone.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/nios/test_nios_zone.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/pritunl/test_pritunl_org.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/pritunl/test_pritunl_org.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/pritunl/test_pritunl_org.pyo @@ -21475,6 +27406,12 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/ne ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/pritunl/test_pritunl_user_info.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/pritunl/test_pritunl_user_info.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/pritunl/test_pritunl_user_info.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/test_dnsimple.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/test_dnsimple.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/test_dnsimple.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/test_dnsimple_info.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/test_dnsimple_info.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/test_dnsimple_info.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/test_nmcli.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/test_nmcli.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/net_tools/test_nmcli.pyo @@ -21484,6 +27421,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/no ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/notification/test_campfire.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/notification/test_campfire.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/notification/test_campfire.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/notification/test_discord.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/notification/test_discord.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/notification/test_discord.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/notification/test_slack.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/notification/test_slack.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/notification/test_slack.pyo @@ -21493,6 +27433,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/pa ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/language/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/language/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/language/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/language/test_cpanm.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/language/test_cpanm.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/language/test_cpanm.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/language/test_gem.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/language/test_gem.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/language/test_gem.pyo @@ -21520,6 +27463,12 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/pa ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_macports.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_macports.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_macports.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_pacman.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_pacman.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_pacman.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_pacman_key.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_pacman_key.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_pacman_key.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_pkgin.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_pkgin.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/packaging/os/test_pkgin.pyo @@ -21541,12 +27490,6 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/pa ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/dellemc/__init__.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/dellemc/__init__.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/dellemc/__init__.pyo -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.py -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.pyc -${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/dellemc/test_ome_device_info.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/lenovoxcc/test_xcc_redfish_command.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/lenovoxcc/test_xcc_redfish_command.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/remote_management/lenovoxcc/test_xcc_redfish_command.pyo @@ -21655,6 +27598,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/so ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_project.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_project.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_project.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_protected_branch.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_protected_branch.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_protected_branch.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_runner.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_runner.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/source_control/gitlab/test_gitlab_runner.pyo @@ -21670,9 +27616,13 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/st ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/storage/hpe3par/test_ss_3par_cpg.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/storage/hpe3par/test_ss_3par_cpg.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/storage/hpe3par/test_ss_3par_cpg.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/storage/pmem/test_pmem.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/storage/pmem/test_pmem.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/storage/pmem/test_pmem.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/__init__.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/README.md ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/__init__.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/__init__.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/__init__.pyo @@ -21684,9 +27634,15 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/sy ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up_twice +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up_twice.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_aggi_up_twice.json ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_delete_aggi_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_aggi_remove_dup +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_aggi_remove_dup.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_aggi_remove_dup.json ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4 ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4.json @@ -21722,9 +27678,15 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/sy ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up_twice +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up_twice.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up_twice.json ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_and_delete_aggi_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_aggi_remove_dup +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_aggi_remove_dup.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_aggi_remove_dup.json ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4 ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_change_ipv4.json @@ -21760,9 +27722,15 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/sy ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up_twice +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up_twice.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_aggi_up_twice.json ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_add_and_delete_aggi_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_aggi_remove_dup +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_aggi_remove_dup.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_aggi_remove_dup.json ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4 ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_change_ipv4.json @@ -21793,21 +27761,72 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/sy ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.exceptions.txt ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/servers.com_set_aggi_slaves.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup.test_no_changes +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup.test_no_changes.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_add_aggi_up +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_add_aggi_up.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_add_aggi_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_add_aggi_up_twice +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_add_aggi_up_twice.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_add_aggi_up_twice.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_add_and_delete_aggi_up +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_add_and_delete_aggi_up.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_add_and_delete_aggi_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_aggi_remove_dup +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_aggi_remove_dup.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_aggi_remove_dup.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv4 +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv4.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv4.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv4_post_up +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv4_post_up.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv4_post_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv4_pre_up +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv4_pre_up.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv4_pre_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv6 +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv6.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv6.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv6_post_up +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv6_post_up.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv6_post_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv6_pre_up +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv6_pre_up.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_ipv6_pre_up.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_method +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_method.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_change_method.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_revert +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_revert.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_revert.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_set_aggi_and_eth0_mtu +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_set_aggi_and_eth0_mtu.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_set_aggi_and_eth0_mtu.json +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_set_aggi_slaves +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_set_aggi_slaves.exceptions.txt +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/golden_output/up_down_dup_set_aggi_slaves.json ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/input/address_family ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/input/default_dhcp ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/input/servers.com +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/fixtures/input/up_down_dup ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/interfaces_file/test_interfaces_file.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_java_keystore.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_java_keystore.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_java_keystore.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_modprobe.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_modprobe.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_modprobe.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_pamd.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_pamd.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_pamd.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_parted.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_parted.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_parted.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_sap_task_list_execute.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_sap_task_list_execute.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_sap_task_list_execute.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_solaris_zone.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_solaris_zone.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_solaris_zone.pyo @@ -21820,6 +27839,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/sy ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_xfconf.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_xfconf.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_xfconf.pyo +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_xfconf_info.py +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_xfconf_info.pyc +${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/system/test_xfconf_info.pyo ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/utils.py ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/utils.pyc ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/utils.pyo @@ -21838,11 +27860,9 @@ ${PYSITELIB}/ansible_collections/community/general/tests/unit/plugins/modules/we ${PYSITELIB}/ansible_collections/community/general/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/community/general/tests/utils/constraints.txt ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/aix.sh -${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/check_matrix.py -${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/check_matrix.pyc -${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/check_matrix.pyo ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/cloud.sh ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/freebsd.sh +${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/linux-community.sh ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/linux.sh ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/macos.sh ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/osx.sh @@ -21850,10 +27870,6 @@ ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/remote. ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/rhel.sh ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/sanity.sh ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/shippable.sh -${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/timing.py -${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/timing.pyc -${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/timing.pyo -${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/timing.sh ${PYSITELIB}/ansible_collections/community/general/tests/utils/shippable/units.sh ${PYSITELIB}/ansible_collections/community/google/.github/workflows/ansible-test.yml ${PYSITELIB}/ansible_collections/community/google/CHANGELOG.rst @@ -21961,6 +27977,7 @@ ${PYSITELIB}/ansible_collections/community/grafana/MANIFEST.json ${PYSITELIB}/ansible_collections/community/grafana/README.md ${PYSITELIB}/ansible_collections/community/grafana/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/grafana/changelogs/config.yaml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/0-copy_ignore_txt.yml ${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/0.1.0.yml ${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/0.2.0.yml ${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/0.2.1.yml @@ -21968,6 +27985,17 @@ ${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/0.2.2.ym ${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/1.0.0.yml ${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/1.2.0.yml ${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/1.2.1.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/1.2.2.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/1.2.3.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/1.3.1.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/136_add_grafana_action_groups.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/158-grafana_dashboard-lookup-api-key.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/170_remove_requirement_ds_type_ds_url.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/datasource-issue-204.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/fix_slashes_in_datasources.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/grafana_users_note.yaml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/notifi_channel_refacto.yml +${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/threema.yml ${PYSITELIB}/ansible_collections/community/grafana/changelogs/fragments/update_deprecation.yml ${PYSITELIB}/ansible_collections/community/grafana/codecov.yml ${PYSITELIB}/ansible_collections/community/grafana/meta/runtime.yml @@ -22010,6 +28038,9 @@ ${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_folde ${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_notification_channel.py ${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_notification_channel.pyc ${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_notification_channel.pyo +${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_organization.py +${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_organization.pyc +${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_organization.pyo ${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_plugin.py ${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_plugin.pyc ${PYSITELIB}/ansible_collections/community/grafana/plugins/modules/grafana_plugin.pyo @@ -22023,6 +28054,7 @@ ${PYSITELIB}/ansible_collections/community/grafana/tests/.gitignore ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_dashboard/aliases ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_dashboard/defaults/main.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_dashboard/files/dashboard.json +${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_dashboard/tasks/dashboard-folder-destination.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_dashboard/tasks/dashboard-from-file.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_dashboard/tasks/dashboard-from-id.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_dashboard/tasks/dashboard-from-url.yml @@ -22032,10 +28064,13 @@ ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/gra ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/defaults/main.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/cloudwatch.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/elastic.yml +${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/errors.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/influx.yml +${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/issues.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/loki.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/main.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/postgres.yml +${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/redis.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/thruk.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/zabbix.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_folder/defaults/main.yml @@ -22060,6 +28095,8 @@ ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/gra ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_notification_channel/tasks/threema.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_notification_channel/tasks/victorops.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_notification_channel/tasks/webhook.yml +${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_organization/defaults/main.yml +${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_organization/tasks/main.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_team/defaults/main.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_team/tasks/create_user.yml ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/grafana_team/tasks/main.yml @@ -22068,6 +28105,7 @@ ${PYSITELIB}/ansible_collections/community/grafana/tests/integration/targets/gra ${PYSITELIB}/ansible_collections/community/grafana/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/grafana/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/grafana/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/grafana/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/community/grafana/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/grafana/tests/unit/modules/grafana/grafana_plugin/test_grafana_plugin.py ${PYSITELIB}/ansible_collections/community/grafana/tests/unit/modules/grafana/grafana_plugin/test_grafana_plugin.pyc @@ -22078,9 +28116,23 @@ ${PYSITELIB}/ansible_collections/community/grafana/tests/unit/modules/grafana/gr ${PYSITELIB}/ansible_collections/community/grafana/tests/unit/modules/grafana/grafana_user/test_grafana_user.py ${PYSITELIB}/ansible_collections/community/grafana/tests/unit/modules/grafana/grafana_user/test_grafana_user.pyc ${PYSITELIB}/ansible_collections/community/grafana/tests/unit/modules/grafana/grafana_user/test_grafana_user.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/ansible-codecov/action.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/ansible-codecov/process.py +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/ansible-codecov/process.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/ansible-codecov/process.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/collection-via-git/action.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/docker-image-versions/action.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/docker-image-versions/requirements.txt +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/docker-image-versions/versions.py +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/docker-image-versions/versions.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/docker-image-versions/versions.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/macos-docker/action.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/actions/pull-ansible-test-images/action.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/workflows/ansible-builder.yml ${PYSITELIB}/ansible_collections/community/hashi_vault/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/workflows/docs-push.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/.github/workflows/docs.yml ${PYSITELIB}/ansible_collections/community/hashi_vault/.github/workflows/github-release.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/.vscode/settings.json ${PYSITELIB}/ansible_collections/community/hashi_vault/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/hashi_vault/FILES.json ${PYSITELIB}/ansible_collections/community/hashi_vault/LICENSE @@ -22090,59 +28142,327 @@ ${PYSITELIB}/ansible_collections/community/hashi_vault/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/hashi_vault/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/hashi_vault/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/community/hashi_vault/codecov.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/docsite/rst/about_hashi_vault_lookup.rst +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/docsite/rst/contributor_guide.rst +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/docsite/rst/filter_guide.rst +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/docsite/rst/localenv_developer_guide.rst +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/docsite/rst/lookup_guide.rst +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/docsite/rst/user_guide.rst +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/.gitignore +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/build.sh +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/conf.py +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/conf.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/conf.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/requirements.txt +${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/rst/index.rst +${PYSITELIB}/ansible_collections/community/hashi_vault/meta/ee-requirements.txt +${PYSITELIB}/ansible_collections/community/hashi_vault/meta/execution-environment.yml ${PYSITELIB}/ansible_collections/community/hashi_vault/meta/runtime.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/auth.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/auth.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/auth.pyo ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/connection.py ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/connection.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/connection.pyo -${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/__init__.py -${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/__init__.pyc -${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/__init__.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/token_create.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/token_create.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/token_create.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/wrapping.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/wrapping.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/doc_fragments/wrapping.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/filter/vault_login_token.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/filter/vault_login_token.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/filter/vault_login_token.pyo ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/hashi_vault.py ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/hashi_vault.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/hashi_vault.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_login.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_login.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_login.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_read.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_read.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_read.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_token_create.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_token_create.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_token_create.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_write.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_write.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/lookup/vault_write.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_approle.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_approle.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_approle.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_aws_iam.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_aws_iam.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_aws_iam.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_cert.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_cert.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_cert.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_jwt.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_jwt.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_jwt.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_ldap.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_ldap.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_ldap.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_none.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_none.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_none.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_token.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_token.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_token.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_userpass.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_userpass.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_auth_method_userpass.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_authenticator.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_authenticator.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_authenticator.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_connection_options.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_connection_options.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_connection_options.pyo ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_hashi_vault_common.py ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_hashi_vault_common.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_hashi_vault_common.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_hashi_vault_module.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_hashi_vault_module.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/module_utils/_hashi_vault_module.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_login.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_login.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_login.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_pki_generate_certificate.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_pki_generate_certificate.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_pki_generate_certificate.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_read.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_read.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_read.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_token_create.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_token_create.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_token_create.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_write.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_write.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/modules/vault_write.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/plugin_utils/_hashi_vault_lookup_base.py +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/plugin_utils/_hashi_vault_lookup_base.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/plugin_utils/_hashi_vault_lookup_base.pyo ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/plugin_utils/_hashi_vault_plugin.py ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/plugin_utils/_hashi_vault_plugin.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/plugins/plugin_utils/_hashi_vault_plugin.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/config.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/.ansible-lint +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/integration.cfg +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/integration_config.yml.sample +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/requirements.txt +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_approle/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_approle/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_approle/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_approle/tasks/approle_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_approle/tasks/approle_test_controller.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_approle/tasks/approle_test_target.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_approle/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_aws_iam/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_aws_iam/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_aws_iam/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_aws_iam/tasks/aws_iam_test_controller.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_aws_iam/tasks/aws_iam_test_target.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_aws_iam/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/files/auth_cert.crt +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/files/auth_cert.key +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/files/auth_cert_invalid.crt +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/files/auth_cert_invalid.key +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/tasks/cert_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/tasks/cert_test_controller.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/tasks/cert_test_target.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_cert/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/files/jwt_private.pem +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/files/jwt_public.pem +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/files/token.jwt +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/files/token_invalid.jwt +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/tasks/jwt_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/tasks/jwt_test_controller.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/tasks/jwt_test_target.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_jwt/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_ldap/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_ldap/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_ldap/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_ldap/tasks/ldap_test_controller.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_ldap/tasks/ldap_test_target.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_ldap/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_none/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_none/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_none/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_none/tasks/controller.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_none/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_none/tasks/target.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_token/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_token/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_token/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_token/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_token/tasks/token_test_controller.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_token/tasks/token_test_target.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_userpass/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_userpass/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_userpass/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_userpass/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_userpass/tasks/userpass_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_userpass/tasks/userpass_test_controller.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/auth_userpass/tasks/userpass_test_target.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/connection_options/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/connection_options/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/connection_options/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/connection_options/tasks/controller.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/connection_options/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/connection_options/tasks/target.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/filter_vault_login_token/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/filter_vault_login_token/tasks/main.yml ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/aliases -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/defaults/main.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/files/bin/.gitignore -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/files/jwt_private.pem -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/files/jwt_public.pem -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/files/token.jwt -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/files/token_invalid.jwt -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/handlers/main.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/approle_secret_id_less_setup.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/approle_secret_id_less_test.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/approle_setup.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/approle_test.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/jwt_setup.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/jwt_test.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/main.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/tests.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/tinyproxy_server.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/token_setup.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/token_test.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/vault_download.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/vault_server.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/tasks/vault_server_auth_setup.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/templates/vault_config.hcl.j2 -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/lookup_hashi_vault/vars/.gitignore -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/playbooks/download_vault.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/playbooks/install_dependencies.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/playbooks/test_lookup_hashi_vault.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/runme.sh -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_pkg_mgr/tasks/main.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_remote_constraints/aliases -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_remote_constraints/meta/main.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_remote_constraints/tasks/main.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/requirements.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/tasks/lookup_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/tasks/lookup_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_hashi_vault/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_login/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_login/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_login/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_login/tasks/lookup_vault_login_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_login/tasks/lookup_vault_login_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_login/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_read/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_read/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_read/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_read/tasks/lookup_vault_read_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_read/tasks/lookup_vault_read_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_read/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_token_create/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_token_create/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_token_create/tasks/lookup_vault_token_create_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_token_create/tasks/lookup_vault_token_create_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_token_create/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_write/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_write/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_write/tasks/lookup_vault_write_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_write/tasks/lookup_vault_write_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/lookup_vault_write/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_login/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_login/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_login/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_login/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_login/tasks/module_vault_login_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_login/tasks/module_vault_login_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_pki_generate_certificate/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_pki_generate_certificate/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_pki_generate_certificate/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_pki_generate_certificate/tasks/module_vault_pki_generate_certificate_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_pki_generate_certificate/tasks/module_vault_pki_generate_certificate_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_read/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_read/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_read/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_read/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_read/tasks/module_vault_read_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_read/tasks/module_vault_read_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_token_create/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_token_create/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_token_create/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_token_create/tasks/module_vault_token_create_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_token_create/tasks/module_vault_token_create_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_write/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_write/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_write/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_write/tasks/module_vault_write_setup.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/module_vault_write/tasks/module_vault_write_test.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_cert_content/README.md +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_cert_content/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_cert_content/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_cert_content/files/.gitignore +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_cert_content/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/README.md +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/files/.output/.gitignore +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/files/playbooks/vault_docker.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/files/requirements/constraints.txt +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/files/requirements/requirements.txt +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/files/requirements/requirements.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/setup.sh +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/tasks/docker.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/docker-compose.yml.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/integration_config.yml.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/mmock/aws_iam_login_alt_mount.yml.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/mmock/aws_iam_login_bad_request.yml.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/mmock/aws_iam_login_default_mount.yml.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/mmock/ldap_login_alt_mount.yml.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/mmock/ldap_login_bad_request.yml.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/mmock/ldap_login_default_mount.yml.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/mmock/proxy.yml.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/templates/vault_config.hcl.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/vars/local_client.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_docker/vars/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/README.md +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/defaults/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/files/.gitignore +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/files/.output/vault_config/cert.pem +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/files/.output/vault_config/key.pem +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/files/playbooks/gha.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/setup.sh +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_localenv_gha/templates/launch.sh.j2 +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure/README.md +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure/tasks/configure.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure/vars/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure_engine_pki/README.md +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure_engine_pki/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure_engine_pki/meta/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure_engine_pki/tasks/configure.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure_engine_pki/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_configure_engine_pki/vars/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_server_cert/README.md +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_server_cert/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_server_cert/tasks/main.yml +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/README.md +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/aliases +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_enable_auth.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_enable_auth.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_enable_auth.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_enable_engine.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_enable_engine.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_enable_engine.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_kv_put.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_kv_put.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_kv_put.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_policy_put.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_policy_put.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_policy_put.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_read.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_read.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_read.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_token_create.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_token_create.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_token_create.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_write.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_write.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_ci_write.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_test_auth.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_test_auth.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_test_auth.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_test_connection.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_test_connection.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/library/vault_test_connection.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/lookup_plugins/vault_test_auth.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/lookup_plugins/vault_test_auth.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/lookup_plugins/vault_test_auth.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/lookup_plugins/vault_test_connection.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/lookup_plugins/vault_test_connection.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/lookup_plugins/vault_test_connection.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/integration/targets/setup_vault_test_plugins/vars/main.yml ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/compat/__init__.py ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/compat/__init__.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/compat/__init__.pyo @@ -22155,30 +28475,117 @@ ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/compat/mock.py ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/compat/unittest.py ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/compat/unittest.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/compat/unittest.pyo -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/base/test_hashi_vault_lookup_base.py -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/base/test_hashi_vault_lookup_base.pyc -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/base/test_hashi_vault_lookup_base.pyo -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/base/test_hashi_vault_plugin.py -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/base/test_hashi_vault_plugin.pyc -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/base/test_hashi_vault_plugin.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/conftest.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/conftest.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/conftest.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/approle_login_response.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/approle_secret_id_write_response.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/aws_iam_login_response.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/cert_login_response.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/jwt_login_response.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/ldap_login_response.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/lookup-self_with_meta.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/lookup-self_without_meta.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/pki_generate_certificate_response.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/token_create_response.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/userpass_login_response.json +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/fixtures/vault-token +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/filter/test_filter_vault_login_token.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/filter/test_filter_vault_login_token.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/filter/test_filter_vault_login_token.pyo ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_hashi_vault.py ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_hashi_vault.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_hashi_vault.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_login.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_login.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_login.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_read.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_read.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_read.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_token_create.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_token_create.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_token_create.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_write.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_write.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/lookup/test_vault_write.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/conftest.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/conftest.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/conftest.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_approle.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_approle.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_approle.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_aws_iam.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_aws_iam.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_aws_iam.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_cert.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_cert.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_cert.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_jwt.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_jwt.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_jwt.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_ldap.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_ldap.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_ldap.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_none.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_none.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_none.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_token.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_token.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_token.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_userpass.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_userpass.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_auth_userpass.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_hashi_vault_auth_method_base.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_hashi_vault_auth_method_base.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_hashi_vault_auth_method_base.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_hashi_vault_authenticator.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_hashi_vault_authenticator.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/authentication/test_hashi_vault_authenticator.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/option_adapter/conftest.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/option_adapter/conftest.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/option_adapter/conftest.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/option_adapter/test_hashi_vault_option_adapter.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/option_adapter/test_hashi_vault_option_adapter.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/option_adapter/test_hashi_vault_option_adapter.pyo ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_connection_options.py ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_connection_options.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_connection_options.pyo ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_helper.py ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_helper.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_helper.pyo -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_option_adapter.py -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_option_adapter.pyc -${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_option_adapter.pyo ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_option_group_base.py ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_option_group_base.pyc ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/module_utils/test_hashi_vault_option_group_base.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/conftest.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/conftest.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/conftest.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/test_vault_pki_generate_certificate.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/test_vault_pki_generate_certificate.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/test_vault_pki_generate_certificate.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/test_vault_token_create.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/test_vault_token_create.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/test_vault_token_create.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/test_vault_write.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/test_vault_write.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/modules/test_vault_write.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/base/test_hashi_vault_lookup_base.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/base/test_hashi_vault_lookup_base.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/base/test_hashi_vault_lookup_base.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/base/test_hashi_vault_plugin.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/base/test_hashi_vault_plugin.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/base/test_hashi_vault_plugin.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/option_adapter/conftest.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/option_adapter/conftest.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/option_adapter/conftest.pyo +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/option_adapter/test_hashi_vault_option_adapter.py +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/option_adapter/test_hashi_vault_option_adapter.pyc +${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/plugins/plugin_utils/option_adapter/test_hashi_vault_option_adapter.pyo ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/community/hashi_vault/tests/utils/constraints.txt ${PYSITELIB}/ansible_collections/community/hrobot/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/community/hrobot/.github/workflows/ee.yml +${PYSITELIB}/ansible_collections/community/hrobot/.github/workflows/extra-tests.yml +${PYSITELIB}/ansible_collections/community/hrobot/.github/workflows/import-galaxy.yml ${PYSITELIB}/ansible_collections/community/hrobot/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/hrobot/COPYING ${PYSITELIB}/ansible_collections/community/hrobot/FILES.json @@ -22188,6 +28595,8 @@ ${PYSITELIB}/ansible_collections/community/hrobot/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/hrobot/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/hrobot/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/community/hrobot/codecov.yml +${PYSITELIB}/ansible_collections/community/hrobot/docs/docsite/links.yml +${PYSITELIB}/ansible_collections/community/hrobot/meta/execution-environment.yml ${PYSITELIB}/ansible_collections/community/hrobot/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/hrobot/plugins/doc_fragments/robot.py ${PYSITELIB}/ansible_collections/community/hrobot/plugins/doc_fragments/robot.pyc @@ -22201,6 +28610,9 @@ ${PYSITELIB}/ansible_collections/community/hrobot/plugins/module_utils/failover. ${PYSITELIB}/ansible_collections/community/hrobot/plugins/module_utils/robot.py ${PYSITELIB}/ansible_collections/community/hrobot/plugins/module_utils/robot.pyc ${PYSITELIB}/ansible_collections/community/hrobot/plugins/module_utils/robot.pyo +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/boot.py +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/boot.pyc +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/boot.pyo ${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/failover_ip.py ${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/failover_ip.pyc ${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/failover_ip.pyo @@ -22213,9 +28625,44 @@ ${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/firewall.pyo ${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/firewall_info.py ${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/firewall_info.pyc ${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/firewall_info.pyo +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/reset.py +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/reset.pyc +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/reset.pyo +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/reverse_dns.py +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/reverse_dns.pyc +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/reverse_dns.pyo +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/server.py +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/server.pyc +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/server.pyo +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/server_info.py +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/server_info.pyc +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/server_info.pyo +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/ssh_key.py +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/ssh_key.pyc +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/ssh_key.pyo +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/ssh_key_info.py +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/ssh_key_info.pyc +${PYSITELIB}/ansible_collections/community/hrobot/plugins/modules/ssh_key_info.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/config.yml +${PYSITELIB}/ansible_collections/community/hrobot/tests/ee/all.yml +${PYSITELIB}/ansible_collections/community/hrobot/tests/ee/roles/smoke/library/smoke_ipaddress.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/ee/roles/smoke/library/smoke_ipaddress.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/ee/roles/smoke/library/smoke_ipaddress.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/ee/roles/smoke/tasks/main.yml ${PYSITELIB}/ansible_collections/community/hrobot/tests/requirements.yml +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/extra/extra-docs.json +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/extra/extra-docs.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/extra/extra-docs.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/extra/extra-docs.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/extra/no-unwanted-files.json +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/extra/no-unwanted-files.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/extra/no-unwanted-files.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/extra/no-unwanted-files.pyo ${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/community/hrobot/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/inventory/test_robot.py ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/inventory/test_robot.pyc @@ -22226,6 +28673,9 @@ ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/module_util ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/module_utils/test_robot.py ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/module_utils/test_robot.pyc ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/module_utils/test_robot.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_boot.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_boot.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_boot.pyo ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_failover_ip.py ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_failover_ip.pyc ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_failover_ip.pyo @@ -22238,9 +28688,27 @@ ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/tes ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_firewall_info.py ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_firewall_info.pyc ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_firewall_info.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_reset.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_reset.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_reset.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_reverse_dns.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_reverse_dns.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_reverse_dns.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_server.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_server.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_server.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_server_info.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_server_info.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_server_info.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_ssh_key.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_ssh_key.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_ssh_key.pyo +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_ssh_key_info.py +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_ssh_key_info.pyc +${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/plugins/modules/test_ssh_key_info.pyo ${PYSITELIB}/ansible_collections/community/hrobot/tests/unit/requirements.txt -${PYSITELIB}/ansible_collections/community/kubernetes/.github/stale.yml ${PYSITELIB}/ansible_collections/community/kubernetes/.github/workflows/ci.yml +${PYSITELIB}/ansible_collections/community/kubernetes/.github/workflows/lockdown.yml ${PYSITELIB}/ansible_collections/community/kubernetes/.gitignore ${PYSITELIB}/ansible_collections/community/kubernetes/.yamllint ${PYSITELIB}/ansible_collections/community/kubernetes/CHANGELOG.rst @@ -22253,296 +28721,17 @@ ${PYSITELIB}/ansible_collections/community/kubernetes/README.md ${PYSITELIB}/ansible_collections/community/kubernetes/bindep.txt ${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/config.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/100-k8s_scale-fix-wait.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/102-dont-require-codecov-check-prs.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/103-fix-inventory-docs-structure.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/105-improved-k8s-diffs.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/106-helm_replace.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/107-action-groups-module_defaults.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/110-helm-minor-refactor.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/114-minor-docs-fixes.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/115-helm-add-atomic.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/117-helm-minor-refactor.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/118-k8s-lookup-handle-set-object.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/119-handle-kubeconfig-error.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/122_k8s_exec_rc.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/123-flake8.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/126-requires_ansible-version-constraints.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/127-remove-action_groups_redirection.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/13-fix-elements-argspec.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/130-add-sanity-ignore-211.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/131-changelog-fragments.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/139-fix-manifest-ends-with-separator.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/14-k8s_exec-new-module.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/140-kubeconfig-env.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/141-helm-add-k8s-env-vars.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/146-fqcn-in-docs.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/148-update-base-branch-main.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/152-helm-context-aliases.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/153-update-openshift-requirements.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/154-helm_plugin-helm_plugin_info-new-modules.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/155-ensure-check-mode-waits.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/156-k8s_info-vars-example.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/157-helm-create-namespace.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/158-k8s_exec-return-rc.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/159-kubectl-redact-token-and-password.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/16-k8s_log-new-module.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/168-test-stable-ansible.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/180_raw_handle_exception.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/18_k8s_info_wait.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/191_contributing.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/192_helm-status-check-mode.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/193_vault-kubeconfig-support.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/196_probot-stale-bot.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/197_downstream-makefile.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/200_kubectl_fix.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/202_k8s_info.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/208_set-connection-plugin-transport.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/211_execution-env-meta.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/223_refactor-module_utils.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/224_handle-dynamicclient-exception.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/227_replace-kubernetesansiblemodule-class.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/228_dont-mark-changed-if-diff-irrelevant.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/229_helm-vault-support.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/230_k8s-template-parameter.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/231_k8sansiblemixin-module.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/234_k8s-selfsubjectaccessreviews.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/235_k8s_info-wait-support.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/243_template.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/246_helm-appversion-check.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/252_connection-plugin-fqcn-fix.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/260_k8s-positional-args.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/280_helm_status.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/307_remote_src.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/308_k8s_info.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/310-wait_condition.status_is_a_str.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/314_version.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/319-helm-honors-HELM_-environment-variables.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/324-adjust-helm-and-helm_info-parameters-names.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/33-k8s_service-fix-argspec.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/332_helm_changed_flag_takes_values_in_consideration.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/334-delete-options.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/343-secret-check-mode.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/349-skip-crds.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/35-wait-conditions.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/352-k8s.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/355-helm-diff.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/357_helm_plugin.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/360-k8s_info-wait-timeout.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/361-k8s_exec-permission-hint.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/362-helm-has_plugin-fix.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/368-helm_template.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/4-k8s-prepare-collection-for-release.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/401-requirements_file.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/403-pin-molecule.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/49-k8s-add-persist_config-option.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/51-kubectl-security-disclosure.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/52-kubectl-connection-docsfix.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/54-k8s-add-exception-handling.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/56-k8s-from_yaml-docs-examples.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/61-helm-new-modules.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/65_kubectl.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/69-k8s_log-dont-parse-as-json.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/78-github-actions-workflow.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/81-rename-repository.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/84-check_mode-service-change.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/85-exclude-unnecessary-files-when-building.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/93_helm-multiple-values-files.yml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/94-openshift-apply-test.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/95-remove-ANSIBLE_METADATA.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/97-remove-k8s_facts-deprecation.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/98-add-version_added.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/changelogs/fragments/handle_valueerror.yml ${PYSITELIB}/ansible_collections/community/kubernetes/codecov.yml +${PYSITELIB}/ansible_collections/community/kubernetes/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/community/kubernetes/docs/docsite/rst/deprecation.rst ${PYSITELIB}/ansible_collections/community/kubernetes/meta/runtime.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/converge.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/molecule.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/defaults/main.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/appversionless-chart-v2/Chart.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/appversionless-chart-v2/templates/configmap.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/appversionless-chart/Chart.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/appversionless-chart/templates/configmap.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/test-chart-v2/Chart.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/test-chart-v2/templates/configmap.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/test-chart/Chart.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/test-chart/templates/configmap.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/test-crds/Chart.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/test-crds/crds/crd.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/files/values.yaml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/install.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/main.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/run_test.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/test_crds.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/test_helm_not_installed.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/test_read_envvars.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/tests_chart.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/tests_chart/from_local_path.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/tests_chart/from_repository.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/tests_chart/from_url.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/tests_helm_diff.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/tests_helm_plugin.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/roles/helm/tasks/tests_repository.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/access_review.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/append_hash.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/apply.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/cluster_info.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/crd.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/delete.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/exec.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/full.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/gc.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/info.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/lists.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/log.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/rollback.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/scale.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/template.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/tasks/waiter.yml -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/templates/pod_template_one.j2 -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/templates/pod_template_three.j2 -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/templates/pod_template_two.j2 -${PYSITELIB}/ansible_collections/community/kubernetes/molecule/default/vars/main.yml -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/action/k8s_info.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/action/k8s_info.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/action/k8s_info.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/connection/kubectl.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/connection/kubectl.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/connection/kubectl.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/__init__.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/__init__.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/__init__.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/helm_common_options.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/helm_common_options.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/helm_common_options.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_auth_options.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_auth_options.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_auth_options.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_delete_options.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_delete_options.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_delete_options.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_name_options.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_name_options.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_name_options.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_resource_options.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_resource_options.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_resource_options.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_scale_options.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_scale_options.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_scale_options.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_state_options.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_state_options.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_state_options.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_wait_options.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_wait_options.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/doc_fragments/k8s_wait_options.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/filter/k8s.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/filter/k8s.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/filter/k8s.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/inventory/k8s.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/inventory/k8s.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/inventory/k8s.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/inventory/openshift.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/inventory/openshift.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/inventory/openshift.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/lookup/k8s.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/lookup/k8s.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/lookup/k8s.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/__init__.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/__init__.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/__init__.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/common.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/common.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/common.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/helm.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/helm.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/helm.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/raw.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/raw.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/raw.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/scale.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/scale.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/module_utils/scale.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/__init__.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/__init__.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/__init__.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_info.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_info.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_info.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_plugin.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_plugin.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_plugin.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_plugin_info.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_plugin_info.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_plugin_info.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_repository.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_repository.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_repository.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_template.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_template.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/helm_template.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_auth.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_auth.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_auth.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_cluster_info.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_cluster_info.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_cluster_info.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_exec.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_exec.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_exec.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_info.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_info.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_info.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_log.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_log.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_log.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_rollback.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_rollback.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_rollback.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_scale.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_scale.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_scale.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_service.py -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_service.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/plugins/modules/k8s_service.pyo ${PYSITELIB}/ansible_collections/community/kubernetes/requirements.txt ${PYSITELIB}/ansible_collections/community/kubernetes/setup.cfg ${PYSITELIB}/ansible_collections/community/kubernetes/test-requirements.txt -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/README.md -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/aliases -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/defaults/main.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/files/crd-resource.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/files/kuard-extra-property.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/files/kuard-invalid-type.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/files/setup-crd.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/handlers/main.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/library/README.md -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/library/test_tempfile.py -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/library/test_tempfile.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/library/test_tempfile.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/meta/main.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/tasks/main.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/tasks/new_config_getter.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/tasks/openshift.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/tasks/setup_remote_tmp_dir.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/tasks/validate_installed.yml -${PYSITELIB}/ansible_collections/community/kubernetes/tests/integration/targets/kubernetes/tasks/validate_not_installed.yml ${PYSITELIB}/ansible_collections/community/kubernetes/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/kubernetes/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/community/kubernetes/tests/sanity/ignore-2.12.txt ${PYSITELIB}/ansible_collections/community/kubernetes/tests/sanity/ignore-2.9.txt -${PYSITELIB}/ansible_collections/community/kubernetes/tests/unit/module_utils/test_common.py -${PYSITELIB}/ansible_collections/community/kubernetes/tests/unit/module_utils/test_common.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/tests/unit/module_utils/test_common.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/tests/unit/module_utils/test_helm.py -${PYSITELIB}/ansible_collections/community/kubernetes/tests/unit/module_utils/test_helm.pyc -${PYSITELIB}/ansible_collections/community/kubernetes/tests/unit/module_utils/test_helm.pyo -${PYSITELIB}/ansible_collections/community/kubernetes/tests/unit/requirements.txt -${PYSITELIB}/ansible_collections/community/kubernetes/utils/downstream.sh ${PYSITELIB}/ansible_collections/community/kubevirt/.github/workflows/ansible-test.yml ${PYSITELIB}/ansible_collections/community/kubevirt/.yamllint ${PYSITELIB}/ansible_collections/community/kubevirt/CHANGELOG.rst @@ -22648,11 +28837,14 @@ ${PYSITELIB}/ansible_collections/community/libvirt/.azure-pipelines/templates/ma ${PYSITELIB}/ansible_collections/community/libvirt/.azure-pipelines/templates/test.yml ${PYSITELIB}/ansible_collections/community/libvirt/.gitignore ${PYSITELIB}/ansible_collections/community/libvirt/CHANGELOG.rst +${PYSITELIB}/ansible_collections/community/libvirt/CONTRIBUTING.md ${PYSITELIB}/ansible_collections/community/libvirt/COPYING ${PYSITELIB}/ansible_collections/community/libvirt/FILES.json ${PYSITELIB}/ansible_collections/community/libvirt/LICENSE +${PYSITELIB}/ansible_collections/community/libvirt/MAINTAINING.md ${PYSITELIB}/ansible_collections/community/libvirt/MANIFEST.json ${PYSITELIB}/ansible_collections/community/libvirt/README.md +${PYSITELIB}/ansible_collections/community/libvirt/REVIEW_CHECKLIST.md ${PYSITELIB}/ansible_collections/community/libvirt/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/libvirt/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/libvirt/meta/runtime.yml @@ -22702,6 +28894,7 @@ ${PYSITELIB}/ansible_collections/community/libvirt/tests/integration/targets/vir ${PYSITELIB}/ansible_collections/community/libvirt/tests/integration/targets/virt_net/vars/default.yml ${PYSITELIB}/ansible_collections/community/libvirt/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/libvirt/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/community/libvirt/tests/sanity/ignore-2.12.txt ${PYSITELIB}/ansible_collections/community/libvirt/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/libvirt/tests/unit/compat/__init__.py ${PYSITELIB}/ansible_collections/community/libvirt/tests/unit/compat/__init__.pyc @@ -22815,6 +29008,9 @@ ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_info. ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_maintenance.py ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_maintenance.pyc ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_maintenance.pyo +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_monitoring.py +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_monitoring.pyc +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_monitoring.pyo ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_oplog.py ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_oplog.pyc ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_oplog.pyo @@ -22824,9 +29020,18 @@ ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_param ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_replicaset.py ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_replicaset.pyc ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_replicaset.pyo +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_schema.py +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_schema.pyc +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_schema.pyo ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shard.py ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shard.pyc ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shard.pyo +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shard_tag.py +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shard_tag.pyc +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shard_tag.pyo +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shard_zone.py +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shard_zone.pyc +${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shard_zone.pyo ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shell.py ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shell.pyc ${PYSITELIB}/ansible_collections/community/mongodb/plugins/modules/mongodb_shell.pyo @@ -22871,13 +29076,17 @@ ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_auth/vars/main. ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/.yamllint ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/README.md ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/defaults/main.yml -${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/handlers/handlers.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/handlers/main.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/meta/main.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/custom_db_path/Dockerfile.j2 +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/custom_db_path/molecule.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/custom_db_path/playbook.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/custom_db_path/tests/test_default.py +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/custom_db_path/tests/test_default.pyc +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/custom_db_path/tests/test_default.pyo ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/default/Dockerfile.j2 ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/default/molecule.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/default/playbook.yml -${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/default/prepare.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/default/tests/test_default.py ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/default/tests/test_default.pyc ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/default/tests/test_default.pyo @@ -22888,7 +29097,6 @@ ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/virtualbox/tests/test_default.pyc ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/molecule/virtualbox/tests/test_default.pyo ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/tasks/main.yml -${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/tasks/redhat_docker.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/templates/configsrv.conf.j2 ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/vars/RedHat.yml @@ -22896,6 +29104,7 @@ ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/vars/def ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_config/vars/main.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/.yamllint ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/README.md +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/files/lock_mongodb_packages.sh ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/meta/main.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/default/Dockerfile.j2 ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/default/molecule.yml @@ -22903,6 +29112,20 @@ ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecul ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/default/tests/test_default.py ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/default/tests/test_default.pyc ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/default/tests/test_default.pyo +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_hold_packages/Dockerfile.j2 +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_hold_packages/molecule.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_hold_packages/playbook.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_hold_packages/prepare.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_hold_packages/tests/test_default.py +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_hold_packages/tests/test_default.pyc +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_hold_packages/tests/test_default.pyo +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_nohold_packages/Dockerfile.j2 +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_nohold_packages/molecule.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_nohold_packages/playbook.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_nohold_packages/prepare.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_nohold_packages/tests/test_default.py +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_nohold_packages/tests/test_default.pyc +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/mongodb_nohold_packages/tests/test_default.pyo ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/specific_mongodb_version/Dockerfile.j2 ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/specific_mongodb_version/molecule.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_install/molecule/specific_mongodb_version/playbook.yml @@ -22923,7 +29146,6 @@ ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/meta/main ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/molecule/default/Dockerfile.j2 ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/molecule/default/molecule.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/molecule/default/playbook.yml -${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/molecule/default/prepare.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/molecule/default/tests/test_default.py ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/molecule/default/tests/test_default.pyc ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/molecule/default/tests/test_default.pyo @@ -22938,16 +29160,21 @@ ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/vars/Debi ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/vars/RedHat-8.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/vars/RedHat.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/vars/default.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_linux/vars/main.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/.yamllint ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/README.md ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/defaults/main.yml -${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/handlers/handlers.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/handlers/main.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/meta/main.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/custom_db_path/Dockerfile.j2 +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/custom_db_path/molecule.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/custom_db_path/playbook.yml +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/custom_db_path/tests/test_default.py +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/custom_db_path/tests/test_default.pyc +${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/custom_db_path/tests/test_default.pyo ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/default/Dockerfile.j2 ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/default/molecule.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/default/playbook.yml -${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/default/prepare.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/default/tests/test_default.py ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/default/tests/test_default.pyc ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/default/tests/test_default.pyo @@ -22958,7 +29185,6 @@ ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/virtualbox/tests/test_default.pyc ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/molecule/virtualbox/tests/test_default.pyo ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/tasks/main.yml -${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/tasks/redhat_docker.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/templates/mongod.conf.j2 ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/vars/Debian.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/vars/RedHat.yml @@ -22967,7 +29193,6 @@ ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongod/vars/mai ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongos/.yamllint ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongos/README.md ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongos/defaults/main.yml -${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongos/handlers/handlers.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongos/handlers/main.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongos/meta/main.yml ${PYSITELIB}/ansible_collections/community/mongodb/roles/mongodb_mongos/molecule/default/Dockerfile.j2 @@ -23032,8 +29257,11 @@ ${PYSITELIB}/ansible_collections/community/mysql/.github/workflows/ansible-test- ${PYSITELIB}/ansible_collections/community/mysql/.github/workflows/ansible-test-roles.yml ${PYSITELIB}/ansible_collections/community/mysql/.gitignore ${PYSITELIB}/ansible_collections/community/mysql/CONTRIBUTING.md +${PYSITELIB}/ansible_collections/community/mysql/CONTRIBUTORS ${PYSITELIB}/ansible_collections/community/mysql/COPYING ${PYSITELIB}/ansible_collections/community/mysql/FILES.json +${PYSITELIB}/ansible_collections/community/mysql/MAINTAINERS +${PYSITELIB}/ansible_collections/community/mysql/MAINTAINING.md ${PYSITELIB}/ansible_collections/community/mysql/MANIFEST.json ${PYSITELIB}/ansible_collections/community/mysql/README.md ${PYSITELIB}/ansible_collections/community/mysql/REVIEW_CHECKLIST.md @@ -23047,24 +29275,39 @@ ${PYSITELIB}/ansible_collections/community/mysql/plugins/README.md ${PYSITELIB}/ansible_collections/community/mysql/plugins/doc_fragments/mysql.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/doc_fragments/mysql.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/doc_fragments/mysql.pyo +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/_version.py +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/_version.pyc +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/_version.pyo ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/database.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/database.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/database.pyo ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mariadb/replication.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mariadb/replication.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mariadb/replication.pyo +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mariadb/role.py +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mariadb/role.pyc +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mariadb/role.pyo ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mariadb/user.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mariadb/user.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mariadb/user.pyo ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mysql/replication.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mysql/replication.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mysql/replication.pyo +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mysql/role.py +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mysql/role.pyc +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mysql/role.pyo ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mysql/user.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mysql/user.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/implementations/mysql/user.pyo ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/mysql.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/mysql.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/mysql.pyo +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/user.py +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/user.pyc +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/user.pyo +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/version.py +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/version.pyc +${PYSITELIB}/ansible_collections/community/mysql/plugins/module_utils/version.pyo ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_db.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_db.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_db.pyo @@ -23077,6 +29320,9 @@ ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_query.pyo ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_replication.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_replication.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_replication.pyo +${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_role.py +${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_role.pyc +${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_role.pyo ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_user.py ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_user.pyc ${PYSITELIB}/ansible_collections/community/mysql/plugins/modules/mysql_user.pyo @@ -23112,6 +29358,7 @@ ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_ ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_db/tasks/main.yml ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_db/tasks/multi_db_create_delete.yml ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_db/tasks/state_dump_import.yml +${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_db/tasks/state_present_absent.yml ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_info/defaults/main.yml ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_info/meta/main.yml ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_info/tasks/issue-28.yml @@ -23128,8 +29375,12 @@ ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_ ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_replication/tasks/main.yml ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_channel.yml ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_initial.yml -${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_master_delay.yml -${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_resetmaster_mode.yml +${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_primary_delay.yml +${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_resetprimary_mode.yml +${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_role/defaults/main.yml +${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_role/meta/main.yml +${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_role/tasks/main.yml +${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_role/tasks/mysql_role_initial.yml ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_user/defaults/main.yml ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_user/files/create-function.sql ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_mysql_user/files/create-procedure.sql @@ -23161,6 +29412,7 @@ ${PYSITELIB}/ansible_collections/community/mysql/tests/integration/targets/test_ ${PYSITELIB}/ansible_collections/community/mysql/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/mysql/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/mysql/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/mysql/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/community/mysql/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/__init__.pyc @@ -23177,6 +29429,9 @@ ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/test_mysql_replication.py ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/test_mysql_replication.pyc ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/test_mysql_replication.pyo +${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/test_mysql_user.py +${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/test_mysql_user.pyc +${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/test_mysql_user.pyo ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/test_mysql_user_implementation.py ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/test_mysql_user_implementation.pyc ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/module_utils/test_mysql_user_implementation.pyo @@ -23186,9 +29441,9 @@ ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/__in ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/test_mysql_info.py ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/test_mysql_info.pyc ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/test_mysql_info.pyo -${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/test_mysql_user.py -${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/test_mysql_user.pyc -${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/test_mysql_user.pyo +${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/test_mysql_role.py +${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/test_mysql_role.pyc +${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/modules/test_mysql_role.pyo ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/utils.py ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/utils.pyc ${PYSITELIB}/ansible_collections/community/mysql/tests/unit/plugins/utils.pyo @@ -23212,7 +29467,9 @@ ${PYSITELIB}/ansible_collections/community/network/.github/BOTMETA.yml ${PYSITELIB}/ansible_collections/community/network/.github/patchback.yml ${PYSITELIB}/ansible_collections/community/network/.github/settings.yml ${PYSITELIB}/ansible_collections/community/network/.gitignore +${PYSITELIB}/ansible_collections/community/network/103-nclu-check-diff.yaml ${PYSITELIB}/ansible_collections/community/network/CHANGELOG.rst +${PYSITELIB}/ansible_collections/community/network/CONTRIBUTING.md ${PYSITELIB}/ansible_collections/community/network/COPYING ${PYSITELIB}/ansible_collections/community/network/FILES.json ${PYSITELIB}/ansible_collections/community/network/MANIFEST.json @@ -23221,6 +29478,8 @@ ${PYSITELIB}/ansible_collections/community/network/changelogs/.gitignore ${PYSITELIB}/ansible_collections/community/network/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/network/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/network/changelogs/fragments/.keep +${PYSITELIB}/ansible_collections/community/network/changelogs/fragments/1-use_vendored_distutils.yml +${PYSITELIB}/ansible_collections/community/network/changelogs/fragments/382-deprecate_old_ansible_version_support.yml ${PYSITELIB}/ansible_collections/community/network/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/network/plugins/action/__init__.py ${PYSITELIB}/ansible_collections/community/network/plugins/action/__init__.pyc @@ -23396,6 +29655,9 @@ ${PYSITELIB}/ansible_collections/community/network/plugins/lookup/avi.pyo ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/_version.py +${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/_version.pyc +${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/_version.pyo ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/network/__init__.py ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/network/__init__.pyc ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/network/__init__.pyo @@ -23681,6 +29943,9 @@ ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/network/ ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/network/voss/voss.py ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/network/voss/voss.pyc ${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/network/voss/voss.pyo +${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/version.py +${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/version.pyc +${PYSITELIB}/ansible_collections/community/network/plugins/module_utils/version.pyo ${PYSITELIB}/ansible_collections/community/network/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/community/network/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/community/network/plugins/modules/__init__.pyo @@ -25580,9 +31845,6 @@ ${PYSITELIB}/ansible_collections/community/network/plugins/netconf/__init__.pyo ${PYSITELIB}/ansible_collections/community/network/plugins/netconf/ce.py ${PYSITELIB}/ansible_collections/community/network/plugins/netconf/ce.pyc ${PYSITELIB}/ansible_collections/community/network/plugins/netconf/ce.pyo -${PYSITELIB}/ansible_collections/community/network/plugins/netconf/sros.py -${PYSITELIB}/ansible_collections/community/network/plugins/netconf/sros.pyc -${PYSITELIB}/ansible_collections/community/network/plugins/netconf/sros.pyo ${PYSITELIB}/ansible_collections/community/network/plugins/terminal/__init__.py ${PYSITELIB}/ansible_collections/community/network/plugins/terminal/__init__.pyc ${PYSITELIB}/ansible_collections/community/network/plugins/terminal/__init__.pyo @@ -25641,16 +31903,19 @@ ${PYSITELIB}/ansible_collections/community/network/plugins/terminal/weos4.py ${PYSITELIB}/ansible_collections/community/network/plugins/terminal/weos4.pyc ${PYSITELIB}/ansible_collections/community/network/plugins/terminal/weos4.pyo ${PYSITELIB}/ansible_collections/community/network/shippable.yml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_instance/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_instance/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_instance/meta/main.yml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_instance/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_instance/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_instance/tests/netconf/ce_is_is_instance.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_interface/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_interface/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_interface/meta/main.yml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_interface/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_interface/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_interface/tests/netconf/ce_is_is_interface.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tasks/netconf.yaml @@ -25668,6 +31933,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/test_ce_issi_default.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/test_isis_filter_import.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/test_isis_next_hop.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lacp/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lacp/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lacp/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lacp/tasks/netconf.yaml @@ -25675,6 +31941,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lacp/tests/netconf/delete.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lacp/tests/netconf/merge.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lacp/tests/netconf/present.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp/meta/main.yml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp/tasks/main.yaml @@ -25682,23 +31949,28 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp/tests/netconf/absent.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp/tests/netconf/clean.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp/tests/netconf/present.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp_interface/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp_interface/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp_interface/meta/main.yml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp_interface/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp_interface/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_lldp_interface/tests/netconf/lldp_interface.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_mdn_interface/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_mdn_interface/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_mdn_interface/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_mdn_interface/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_mdn_interface/tests/netconf/ce_mdn_interface.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_global/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_global/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_global/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_global/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_global/tests/netconf/test_ce_multicast_global.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_igmp_enable/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_igmp_enable/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_igmp_enable/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_igmp_enable/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_multicast_igmp_enable/tests/netconf/ce_multicast_igmp_enable.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_static_route_bfd/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_static_route_bfd/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_static_route_bfd/tasks/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/ce_static_route_bfd/tasks/netconf.yaml @@ -25910,6 +32182,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/eno ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/enos_facts/tests/cli/invalid_subset.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/enos_facts/tests/cli/not_hardware.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/enos_facts/vars/main.yml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_command/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_command/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_command/tasks/cli.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_command/tasks/httpapi.yaml @@ -25919,6 +32192,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exo ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_command/tests/common/single.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_command/tests/common/waitfor.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_command/tests/common/waitfor_multiple.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_config/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_config/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_config/tasks/cli.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_config/tasks/httpapi.yaml @@ -25929,6 +32203,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exo ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_config/tests/common/diff_against_startup.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_config/tests/common/save_config.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_config/tests/common/sysname.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_facts/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_facts/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_facts/tasks/cli.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_facts/tasks/httpapi.yaml @@ -25937,6 +32212,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exo ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_facts/tests/common/default_facts.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_facts/tests/common/invalid_subset.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_facts/tests/common/not_hardware_facts.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_l2_interfaces/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_l2_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_l2_interfaces/tasks/httpapi.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_l2_interfaces/tasks/main.yaml @@ -25947,6 +32223,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exo ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_l2_interfaces/tests/httpapi/overridden.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_l2_interfaces/tests/httpapi/replaced.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_l2_interfaces/vars/main.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_global/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_global/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_global/meta/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_global/tasks/httpapi.yaml @@ -25957,6 +32234,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exo ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_global/tests/httpapi/merged.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_global/tests/httpapi/replaced.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_global/vars/main.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_interfaces/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_interfaces/tasks/httpapi.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_interfaces/tasks/main.yaml @@ -25967,6 +32245,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exo ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_interfaces/tests/httpapi/overridden.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_interfaces/tests/httpapi/replaced.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_lldp_interfaces/vars/main.yaml +${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_vlans/aliases ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_vlans/defaults/main.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_vlans/tasks/httpapi.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/exos_vlans/tasks/main.yaml @@ -25984,6 +32263,10 @@ ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/nua ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/nuage_vspk/tests/basic.yaml ${PYSITELIB}/ansible_collections/community/network/tests/integration/targets/prepare_nuage_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/community/network/tests/requirements.yml +${PYSITELIB}/ansible_collections/community/network/tests/sanity/extra/extra-docs.json +${PYSITELIB}/ansible_collections/community/network/tests/sanity/extra/extra-docs.py +${PYSITELIB}/ansible_collections/community/network/tests/sanity/extra/extra-docs.pyc +${PYSITELIB}/ansible_collections/community/network/tests/sanity/extra/extra-docs.pyo ${PYSITELIB}/ansible_collections/community/network/tests/sanity/extra/no-unwanted-files.json ${PYSITELIB}/ansible_collections/community/network/tests/sanity/extra/no-unwanted-files.py ${PYSITELIB}/ansible_collections/community/network/tests/sanity/extra/no-unwanted-files.pyc @@ -25991,6 +32274,7 @@ ${PYSITELIB}/ansible_collections/community/network/tests/sanity/extra/no-unwante ${PYSITELIB}/ansible_collections/community/network/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/network/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/network/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/network/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/community/network/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/network/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/community/network/tests/unit/__init__.pyc @@ -26927,9 +33211,6 @@ ${PYSITELIB}/ansible_collections/community/network/tests/unit/plugins/terminal/t ${PYSITELIB}/ansible_collections/community/network/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/community/network/tests/utils/constraints.txt ${PYSITELIB}/ansible_collections/community/network/tests/utils/requirements.txt -${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/check_matrix.py -${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/check_matrix.pyc -${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/check_matrix.pyo ${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/cloud.sh ${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/collection_versions_page_size-2.10.patch ${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/collection_versions_page_size-2.11.patch @@ -26943,10 +33224,6 @@ ${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/remote. ${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/rhel.sh ${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/sanity.sh ${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/shippable.sh -${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/timing.py -${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/timing.pyc -${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/timing.pyo -${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/timing.sh ${PYSITELIB}/ansible_collections/community/network/tests/utils/shippable/units.sh ${PYSITELIB}/ansible_collections/community/okd/.github/workflows/ansible-test.yml ${PYSITELIB}/ansible_collections/community/okd/.gitignore @@ -26958,32 +33235,11 @@ ${PYSITELIB}/ansible_collections/community/okd/LICENSE ${PYSITELIB}/ansible_collections/community/okd/MANIFEST.json ${PYSITELIB}/ansible_collections/community/okd/Makefile ${PYSITELIB}/ansible_collections/community/okd/OWNERS +${PYSITELIB}/ansible_collections/community/okd/OWNERS_ALIASES ${PYSITELIB}/ansible_collections/community/okd/README.md +${PYSITELIB}/ansible_collections/community/okd/changelogs/.plugin-cache.yaml ${PYSITELIB}/ansible_collections/community/okd/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/okd/changelogs/config.yaml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/1-initial-content.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/11-dockerfile-tests.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/12-dockerfile-tests.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/13-makefile-tests.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/15-ci-documentation.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/16-inventory-plugin-tests.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/18-openshift-connection-plugin.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/20-downstream-build-scripts.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/27-route-api-group.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/33-add-k8s_auth.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/36-contribution-guide.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/40-openshift_route.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/44-openshift_process.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/51-redhat-openshift-ah-release.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/59-downstream-docs.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/66-restrict-kubernetes-core-version.yaml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/7-molecule-tests.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/71-bump-kubernetes-core-version.yaml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/77-fix-ci-failure.yaml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/78-add-requirements-file.yaml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/8-stale-bot.yml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/80-update-ci.yaml -${PYSITELIB}/ansible_collections/community/okd/changelogs/fragments/81-include-requirements.yaml ${PYSITELIB}/ansible_collections/community/okd/ci/Dockerfile ${PYSITELIB}/ansible_collections/community/okd/ci/downstream.sh ${PYSITELIB}/ansible_collections/community/okd/ci/downstream_fragments.py @@ -26991,6 +33247,13 @@ ${PYSITELIB}/ansible_collections/community/okd/ci/downstream_fragments.pyc ${PYSITELIB}/ansible_collections/community/okd/ci/downstream_fragments.pyo ${PYSITELIB}/ansible_collections/community/okd/ci/incluster_integration.sh ${PYSITELIB}/ansible_collections/community/okd/codecov.yml +${PYSITELIB}/ansible_collections/community/okd/docs/ansible_turbo_mode.rst +${PYSITELIB}/ansible_collections/community/okd/docs/community.okd.k8s_module.rst +${PYSITELIB}/ansible_collections/community/okd/docs/community.okd.oc_connection.rst +${PYSITELIB}/ansible_collections/community/okd/docs/community.okd.openshift_auth_module.rst +${PYSITELIB}/ansible_collections/community/okd/docs/community.okd.openshift_inventory.rst +${PYSITELIB}/ansible_collections/community/okd/docs/community.okd.openshift_process_module.rst +${PYSITELIB}/ansible_collections/community/okd/docs/community.okd.openshift_route_module.rst ${PYSITELIB}/ansible_collections/community/okd/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/okd/molecule/default/README.md ${PYSITELIB}/ansible_collections/community/okd/molecule/default/converge.yml @@ -27000,6 +33263,7 @@ ${PYSITELIB}/ansible_collections/community/okd/molecule/default/files/example.en ${PYSITELIB}/ansible_collections/community/okd/molecule/default/files/kuard-extra-property.yml ${PYSITELIB}/ansible_collections/community/okd/molecule/default/files/kuard-invalid-type.yml ${PYSITELIB}/ansible_collections/community/okd/molecule/default/files/nginx.env +${PYSITELIB}/ansible_collections/community/okd/molecule/default/files/pod-template.yaml ${PYSITELIB}/ansible_collections/community/okd/molecule/default/files/setup-crd.yml ${PYSITELIB}/ansible_collections/community/okd/molecule/default/files/simple-template.yaml ${PYSITELIB}/ansible_collections/community/okd/molecule/default/molecule.yml @@ -27017,6 +33281,12 @@ ${PYSITELIB}/ansible_collections/community/okd/plugins/connection/oc.pyo ${PYSITELIB}/ansible_collections/community/okd/plugins/inventory/openshift.py ${PYSITELIB}/ansible_collections/community/okd/plugins/inventory/openshift.pyc ${PYSITELIB}/ansible_collections/community/okd/plugins/inventory/openshift.pyo +${PYSITELIB}/ansible_collections/community/okd/plugins/module_utils/k8s.py +${PYSITELIB}/ansible_collections/community/okd/plugins/module_utils/k8s.pyc +${PYSITELIB}/ansible_collections/community/okd/plugins/module_utils/k8s.pyo +${PYSITELIB}/ansible_collections/community/okd/plugins/module_utils/openshift_process.py +${PYSITELIB}/ansible_collections/community/okd/plugins/module_utils/openshift_process.pyc +${PYSITELIB}/ansible_collections/community/okd/plugins/module_utils/openshift_process.pyo ${PYSITELIB}/ansible_collections/community/okd/plugins/modules/k8s.py ${PYSITELIB}/ansible_collections/community/okd/plugins/modules/k8s.pyc ${PYSITELIB}/ansible_collections/community/okd/plugins/modules/k8s.pyo @@ -27030,10 +33300,13 @@ ${PYSITELIB}/ansible_collections/community/okd/plugins/modules/openshift_route.p ${PYSITELIB}/ansible_collections/community/okd/plugins/modules/openshift_route.pyc ${PYSITELIB}/ansible_collections/community/okd/plugins/modules/openshift_route.pyo ${PYSITELIB}/ansible_collections/community/okd/requirements.txt +${PYSITELIB}/ansible_collections/community/okd/requirements.yml ${PYSITELIB}/ansible_collections/community/okd/setup.cfg +${PYSITELIB}/ansible_collections/community/okd/test-requirements.txt ${PYSITELIB}/ansible_collections/community/okd/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/okd/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/okd/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/okd/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/community/okd/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/postgresql/.azure-pipelines/README.md ${PYSITELIB}/ansible_collections/community/postgresql/.azure-pipelines/azure-pipelines.yml @@ -27051,10 +33324,14 @@ ${PYSITELIB}/ansible_collections/community/postgresql/.azure-pipelines/scripts/t ${PYSITELIB}/ansible_collections/community/postgresql/.azure-pipelines/templates/coverage.yml ${PYSITELIB}/ansible_collections/community/postgresql/.azure-pipelines/templates/matrix.yml ${PYSITELIB}/ansible_collections/community/postgresql/.azure-pipelines/templates/test.yml +${PYSITELIB}/ansible_collections/community/postgresql/.github/patchback.yml ${PYSITELIB}/ansible_collections/community/postgresql/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/postgresql/CONTRIBUTING.md +${PYSITELIB}/ansible_collections/community/postgresql/CONTRIBUTORS ${PYSITELIB}/ansible_collections/community/postgresql/COPYING ${PYSITELIB}/ansible_collections/community/postgresql/FILES.json +${PYSITELIB}/ansible_collections/community/postgresql/MAINTAINERS +${PYSITELIB}/ansible_collections/community/postgresql/MAINTAINING.md ${PYSITELIB}/ansible_collections/community/postgresql/MANIFEST.json ${PYSITELIB}/ansible_collections/community/postgresql/README.md ${PYSITELIB}/ansible_collections/community/postgresql/REVIEW_CHECKLIST.md @@ -27065,6 +33342,9 @@ ${PYSITELIB}/ansible_collections/community/postgresql/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/postgresql/plugins/doc_fragments/postgres.py ${PYSITELIB}/ansible_collections/community/postgresql/plugins/doc_fragments/postgres.pyc ${PYSITELIB}/ansible_collections/community/postgresql/plugins/doc_fragments/postgres.pyo +${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/_version.py +${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/_version.pyc +${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/_version.pyo ${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/database.py ${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/database.pyc ${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/database.pyo @@ -27074,6 +33354,9 @@ ${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/postg ${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/saslprep.py ${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/saslprep.pyc ${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/saslprep.pyo +${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/version.py +${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/version.pyc +${PYSITELIB}/ansible_collections/community/postgresql/plugins/module_utils/version.pyo ${PYSITELIB}/ansible_collections/community/postgresql/plugins/modules/postgresql_copy.py ${PYSITELIB}/ansible_collections/community/postgresql/plugins/modules/postgresql_copy.pyc ${PYSITELIB}/ansible_collections/community/postgresql/plugins/modules/postgresql_copy.pyo @@ -27149,10 +33432,12 @@ ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/ ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_db/defaults/main.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_db/meta/main.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_db/tasks/main.yml +${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_db/tasks/manage_database.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_db/tasks/postgresql_db_general.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_db/tasks/postgresql_db_initial.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_db/tasks/postgresql_db_session_role.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_db/tasks/state_dump_restore.yml +${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_db/tasks/state_rename.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_ext/aliases ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_ext/defaults/main.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_ext/meta/main.yml @@ -27267,6 +33552,7 @@ ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/ ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/postgresql_user_obj_stat_info/tasks/postgresql_user_obj_stat_info.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_pkg_mgr/tasks/main.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/defaults/main.yml +${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/files/dummy--0.sql ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/files/dummy--1.0.sql ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/files/dummy--2.0.sql ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/files/dummy--3.0.sql @@ -27276,12 +33562,6 @@ ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/ ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/tasks/main.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/tasks/ssl.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/Debian-8.yml -${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/FreeBSD-11-py3.yml -${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/FreeBSD-11.yml -${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/FreeBSD-12.0-py3.yml -${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/FreeBSD-12.0.yml -${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/FreeBSD-12.1-py3.yml -${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/FreeBSD-12.1.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/RedHat-py3.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/RedHat.yml ${PYSITELIB}/ansible_collections/community/postgresql/tests/integration/targets/setup_postgresql_db/vars/Ubuntu-12.yml @@ -27307,6 +33587,8 @@ ${PYSITELIB}/ansible_collections/community/postgresql/tests/sanity/extra/no-unwa ${PYSITELIB}/ansible_collections/community/postgresql/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/postgresql/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/postgresql/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/postgresql/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/community/postgresql/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/community/postgresql/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/module_utils/__init__.pyc @@ -27317,6 +33599,12 @@ ${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/module_ ${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/module_utils/test_saslprep.py ${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/module_utils/test_saslprep.pyc ${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/module_utils/test_saslprep.pyo +${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/modules/__init__.py +${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/modules/__init__.pyc +${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/modules/test_postgresql_set.py +${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/modules/test_postgresql_set.pyc +${PYSITELIB}/ansible_collections/community/postgresql/tests/unit/plugins/modules/test_postgresql_set.pyo ${PYSITELIB}/ansible_collections/community/postgresql/tests/utils/constraints.txt ${PYSITELIB}/ansible_collections/community/postgresql/tests/utils/shippable/aix.sh ${PYSITELIB}/ansible_collections/community/postgresql/tests/utils/shippable/check_matrix.py @@ -27337,10 +33625,15 @@ ${PYSITELIB}/ansible_collections/community/proxysql/.github/workflows/ansible-te ${PYSITELIB}/ansible_collections/community/proxysql/.github/workflows/ansible-test-roles.yml ${PYSITELIB}/ansible_collections/community/proxysql/.gitignore ${PYSITELIB}/ansible_collections/community/proxysql/CHANGELOG.rst +${PYSITELIB}/ansible_collections/community/proxysql/CONTRIBUTING.md +${PYSITELIB}/ansible_collections/community/proxysql/CONTRIBUTORS ${PYSITELIB}/ansible_collections/community/proxysql/FILES.json ${PYSITELIB}/ansible_collections/community/proxysql/LICENSE +${PYSITELIB}/ansible_collections/community/proxysql/MAINTAINERS +${PYSITELIB}/ansible_collections/community/proxysql/MAINTAINING.md ${PYSITELIB}/ansible_collections/community/proxysql/MANIFEST.json ${PYSITELIB}/ansible_collections/community/proxysql/README.md +${PYSITELIB}/ansible_collections/community/proxysql/REVIEW_CHECKLIST.md ${PYSITELIB}/ansible_collections/community/proxysql/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/proxysql/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/proxysql/codecov.yml @@ -27358,6 +33651,9 @@ ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_bac ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_global_variables.py ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_global_variables.pyc ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_global_variables.pyo +${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_info.py +${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_info.pyc +${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_info.pyo ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_manage_config.py ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_manage_config.pyc ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_manage_config.pyo @@ -27367,6 +33663,9 @@ ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_mys ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_query_rules.py ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_query_rules.pyc ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_query_rules.pyo +${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_query_rules_fast_routing.py +${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_query_rules_fast_routing.pyc +${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_query_rules_fast_routing.pyo ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_replication_hostgroups.py ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_replication_hostgroups.pyc ${PYSITELIB}/ansible_collections/community/proxysql/plugins/modules/proxysql_replication_hostgroups.pyo @@ -27424,6 +33723,8 @@ ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/te ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_global_variables/tasks/test_update_variable_value_in_memory_only.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_global_variables/tasks/test_update_variable_value_using_check_mode.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_global_variables/tasks/test_update_variable_value_with_delayed_persist.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_info/meta/main.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_mysql_users/defaults/main.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_mysql_users/meta/main.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_mysql_users/tasks/base_test.yml @@ -27454,6 +33755,21 @@ ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/te ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules/tasks/test_delete_query_rule_in_memory_only.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules/tasks/test_delete_query_rule_with_delayed_persist.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules/tasks/test_delete_using_check_mode.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/defaults/main.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/meta/main.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/base_test.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/cleanup_test_query_rules_fast_routing.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/main.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/setup_test_query_rules_fast_routing.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/teardown.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/test_create_query_rule_fast_routing.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/test_create_query_rule_fast_routing_in_memory_only.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/test_create_query_rule_fast_routing_with_delayed_persist.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/test_create_using_check_mode.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/test_delete_query_rule_fast_routing.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/test_delete_query_rule_fast_routing_in_memory_only.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/test_delete_query_rule_fast_routing_with_delayed_persist.yml +${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_query_rules_fast_routing/tasks/test_delete_using_check_mode.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_replication_hostgroups/defaults/main.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_replication_hostgroups/meta/main.yml ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/test_proxysql_replication_hostgroups/tasks/base_test.yml @@ -27487,6 +33803,7 @@ ${PYSITELIB}/ansible_collections/community/proxysql/tests/integration/targets/te ${PYSITELIB}/ansible_collections/community/proxysql/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/proxysql/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/proxysql/tests/sanity/ignore-2.9.txt +${PYSITELIB}/ansible_collections/community/proxysql/tests/sanity/skip-2.12.txt ${PYSITELIB}/ansible_collections/community/rabbitmq/.azure-pipelines/README.md ${PYSITELIB}/ansible_collections/community/rabbitmq/.azure-pipelines/azure-pipelines.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/.azure-pipelines/scripts/aggregate-coverage.sh @@ -27505,10 +33822,14 @@ ${PYSITELIB}/ansible_collections/community/rabbitmq/.azure-pipelines/templates/m ${PYSITELIB}/ansible_collections/community/rabbitmq/.azure-pipelines/templates/test.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/.gitignore ${PYSITELIB}/ansible_collections/community/rabbitmq/CHANGELOG.rst +${PYSITELIB}/ansible_collections/community/rabbitmq/CONTRIBUTING.md ${PYSITELIB}/ansible_collections/community/rabbitmq/COPYING ${PYSITELIB}/ansible_collections/community/rabbitmq/FILES.json +${PYSITELIB}/ansible_collections/community/rabbitmq/MAINTAINERS +${PYSITELIB}/ansible_collections/community/rabbitmq/MAINTAINING.md ${PYSITELIB}/ansible_collections/community/rabbitmq/MANIFEST.json ${PYSITELIB}/ansible_collections/community/rabbitmq/README.md +${PYSITELIB}/ansible_collections/community/rabbitmq/REVIEW_CHECKLIST.md ${PYSITELIB}/ansible_collections/community/rabbitmq/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/rabbitmq/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/rabbitmq/meta/runtime.yml @@ -27530,6 +33851,9 @@ ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_bin ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_exchange.py ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_exchange.pyc ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_exchange.pyo +${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_feature_flag.py +${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_feature_flag.pyc +${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_feature_flag.pyo ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_global_parameter.py ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_global_parameter.pyc ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_global_parameter.pyo @@ -27548,9 +33872,15 @@ ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_pub ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_queue.py ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_queue.pyc ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_queue.pyo +${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_upgrade.py +${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_upgrade.pyc +${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_upgrade.pyo ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_user.py ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_user.pyc ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_user.pyo +${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_user_limits.py +${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_user_limits.pyc +${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_user_limits.pyo ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_vhost.py ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_vhost.pyc ${PYSITELIB}/ansible_collections/community/rabbitmq/plugins/modules/rabbitmq_vhost.pyo @@ -27565,6 +33895,10 @@ ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/ra ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_binding/meta/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_binding/tasks/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_binding/tasks/tests.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_feature_flag/aliases +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_feature_flag/meta/main.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_feature_flag/tasks/main.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_feature_flag/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_global_parameter/aliases ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_global_parameter/meta/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_global_parameter/tasks/main.yml @@ -27573,15 +33907,27 @@ ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/ra ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_plugin/meta/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_plugin/tasks/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_plugin/tasks/tests.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_policy/aliases +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_policy/meta/main.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_policy/tasks/main.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_policy/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_publish/aliases ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_publish/files/image.gif ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_publish/meta/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_publish/tasks/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_publish/tasks/ubuntu.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_upgrade/aliases +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_upgrade/meta/main.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_upgrade/tasks/main.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_upgrade/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_user/aliases ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_user/meta/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_user/tasks/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_user/tasks/tests.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_user_limits/aliases +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_user_limits/meta/main.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_user_limits/tasks/main.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_user_limits/tasks/ubuntu.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_vhost/aliases ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_vhost/meta/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_vhost/tasks/main.yml @@ -27590,9 +33936,11 @@ ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/ra ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_vhost_limits/meta/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_vhost_limits/tasks/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_vhost_limits/tasks/ubuntu.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/setup_rabbitmq/files/install.sh ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/setup_rabbitmq/files/rabbitmq.conf ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/setup_rabbitmq/meta/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/setup_rabbitmq/tasks/main.yml +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/setup_rabbitmq/tasks/ubuntu-1.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/setup_rabbitmq/tasks/ubuntu.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml @@ -27607,6 +33955,7 @@ ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/se ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/integration/targets/setup_tls/tasks/main.yml ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/sanity/ignore-2.12.txt ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/sanity/ignore.txt ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/compat/__init__.py @@ -27642,9 +33991,15 @@ ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/mock/yaml_helper. ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/rabbitmq_user_fixtures.py ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/rabbitmq_user_fixtures.pyc ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/rabbitmq_user_fixtures.pyo +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_feature_flag.py +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_feature_flag.pyc +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_feature_flag.pyo ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_global_parameter.py ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_global_parameter.pyc ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_global_parameter.pyo +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_upgrade.py +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_upgrade.pyc +${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_upgrade.pyo ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_user.py ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_user.pyc ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/unit/modules/test_rabbitmq_user.pyo @@ -27668,6 +34023,8 @@ ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/utils/shippable/timing ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/utils/shippable/timing.sh ${PYSITELIB}/ansible_collections/community/rabbitmq/tests/utils/shippable/units.sh ${PYSITELIB}/ansible_collections/community/routeros/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/community/routeros/.github/workflows/extra-tests.yml +${PYSITELIB}/ansible_collections/community/routeros/.github/workflows/import-galaxy.yml ${PYSITELIB}/ansible_collections/community/routeros/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/routeros/COPYING ${PYSITELIB}/ansible_collections/community/routeros/FILES.json @@ -27677,13 +34034,23 @@ ${PYSITELIB}/ansible_collections/community/routeros/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/routeros/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/routeros/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/community/routeros/codecov.yml +${PYSITELIB}/ansible_collections/community/routeros/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/community/routeros/docs/docsite/rst/api-guide.rst +${PYSITELIB}/ansible_collections/community/routeros/docs/docsite/rst/quoting.rst +${PYSITELIB}/ansible_collections/community/routeros/docs/docsite/rst/ssh-guide.rst ${PYSITELIB}/ansible_collections/community/routeros/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/routeros/plugins/cliconf/routeros.py ${PYSITELIB}/ansible_collections/community/routeros/plugins/cliconf/routeros.pyc ${PYSITELIB}/ansible_collections/community/routeros/plugins/cliconf/routeros.pyo +${PYSITELIB}/ansible_collections/community/routeros/plugins/filter/quoting.py +${PYSITELIB}/ansible_collections/community/routeros/plugins/filter/quoting.pyc +${PYSITELIB}/ansible_collections/community/routeros/plugins/filter/quoting.pyo ${PYSITELIB}/ansible_collections/community/routeros/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/community/routeros/plugins/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/community/routeros/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/community/routeros/plugins/module_utils/quoting.py +${PYSITELIB}/ansible_collections/community/routeros/plugins/module_utils/quoting.pyc +${PYSITELIB}/ansible_collections/community/routeros/plugins/module_utils/quoting.pyo ${PYSITELIB}/ansible_collections/community/routeros/plugins/module_utils/routeros.py ${PYSITELIB}/ansible_collections/community/routeros/plugins/module_utils/routeros.pyc ${PYSITELIB}/ansible_collections/community/routeros/plugins/module_utils/routeros.pyo @@ -27699,10 +34066,18 @@ ${PYSITELIB}/ansible_collections/community/routeros/plugins/modules/facts.pyo ${PYSITELIB}/ansible_collections/community/routeros/plugins/terminal/routeros.py ${PYSITELIB}/ansible_collections/community/routeros/plugins/terminal/routeros.pyc ${PYSITELIB}/ansible_collections/community/routeros/plugins/terminal/routeros.pyo +${PYSITELIB}/ansible_collections/community/routeros/tests/config.yml +${PYSITELIB}/ansible_collections/community/routeros/tests/integration/targets/filter_quoting/aliases +${PYSITELIB}/ansible_collections/community/routeros/tests/integration/targets/filter_quoting/tasks/main.yml ${PYSITELIB}/ansible_collections/community/routeros/tests/requirements.yml -${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/ignore-2.10.txt -${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/ignore-2.11.txt -${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/ignore-2.9.txt +${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/extra/extra-docs.json +${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/extra/extra-docs.py +${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/extra/extra-docs.pyc +${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/extra/extra-docs.pyo +${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/extra/no-unwanted-files.json +${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/extra/no-unwanted-files.py +${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/extra/no-unwanted-files.pyc +${PYSITELIB}/ansible_collections/community/routeros/tests/sanity/extra/no-unwanted-files.pyo ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/compat/__init__.py ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/compat/__init__.pyc ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/compat/__init__.pyo @@ -27715,12 +34090,16 @@ ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/compat/mock.pyo ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/compat/unittest.py ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/compat/unittest.pyc ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/module_utils/test_quoting.py +${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/module_utils/test_quoting.pyc +${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/module_utils/test_quoting.pyo ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/__init__.pyo ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/fixtures/__init__.py ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/fixtures/__init__.pyc ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/fixtures/__init__.pyo +${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/fixtures/facts/export ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/fixtures/facts/export_verbose ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/fixtures/facts/interface_print_detail_without-paging ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/fixtures/facts/ip_address_print_detail_without-paging @@ -27754,6 +34133,160 @@ ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/u ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/utils.pyc ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/plugins/modules/utils.pyo ${PYSITELIB}/ansible_collections/community/routeros/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/community/sap/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/community/sap/.github/ISSUE_TEMPLATE/config.yml +${PYSITELIB}/ansible_collections/community/sap/.github/ISSUE_TEMPLATE/documentation_report.yml +${PYSITELIB}/ansible_collections/community/sap/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/community/sap/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/community/sap/.vscode/extensions.json +${PYSITELIB}/ansible_collections/community/sap/CHANGELOG.rst +${PYSITELIB}/ansible_collections/community/sap/CODE_OF_CONDUCT.md +${PYSITELIB}/ansible_collections/community/sap/CONTRIBUTING.md +${PYSITELIB}/ansible_collections/community/sap/FILES.json +${PYSITELIB}/ansible_collections/community/sap/LICENSE +${PYSITELIB}/ansible_collections/community/sap/MAINTAINERS +${PYSITELIB}/ansible_collections/community/sap/MAINTAINING.md +${PYSITELIB}/ansible_collections/community/sap/MANIFEST.json +${PYSITELIB}/ansible_collections/community/sap/README.md +${PYSITELIB}/ansible_collections/community/sap/REVIEW_CHECKLIST.md +${PYSITELIB}/ansible_collections/community/sap/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/community/sap/changelogs/config.yaml +${PYSITELIB}/ansible_collections/community/sap/changelogs/fragments/.keep +${PYSITELIB}/ansible_collections/community/sap/codecov.yml +${PYSITELIB}/ansible_collections/community/sap/meta/runtime.yml +${PYSITELIB}/ansible_collections/community/sap/plugins/doc_fragments/__init__.py +${PYSITELIB}/ansible_collections/community/sap/plugins/doc_fragments/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/doc_fragments/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/module_utils/__init__.py +${PYSITELIB}/ansible_collections/community/sap/plugins/module_utils/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/database/saphana/hana_query.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/database/saphana/hana_query.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/database/saphana/hana_query.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/files/sapcar_extract.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/files/sapcar_extract.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/files/sapcar_extract.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/hana_query.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/hana_query.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/hana_query.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/identity/sap_company.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/identity/sap_company.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/identity/sap_company.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/identity/sap_user.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/identity/sap_user.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/identity/sap_user.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_company.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_company.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_company.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_snote.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_snote.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_snote.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_system_facts.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_system_facts.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_system_facts.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_task_list_execute.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_task_list_execute.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_task_list_execute.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_user.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_user.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sap_user.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sapcar_extract.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sapcar_extract.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/sapcar_extract.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/system/sap_snote.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/system/sap_snote.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/system/sap_snote.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/system/sap_system_facts.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/system/sap_system_facts.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/system/sap_system_facts.pyo +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/system/sap_task_list_execute.py +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/system/sap_task_list_execute.pyc +${PYSITELIB}/ansible_collections/community/sap/plugins/modules/system/sap_task_list_execute.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/integration/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/integration/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/integration/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/integration/targets/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/integration/targets/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/integration/targets/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/sanity/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/sanity/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/sanity/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/builtins.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/builtins.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/builtins.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/mock.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/mock.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/mock.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/unittest.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/unittest.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/loader.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/loader.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/loader.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/path.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/path.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/path.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/procenv.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/procenv.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/procenv.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/vault_helper.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/vault_helper.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/vault_helper.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/yaml_helper.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/yaml_helper.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/mock/yaml_helper.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/database/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/database/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/database/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/database/saphana/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/database/saphana/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/database/saphana/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/database/saphana/test_hana_query.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/database/saphana/test_hana_query.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/database/saphana/test_hana_query.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/files/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/files/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/files/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/files/test_sapcar_extract.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/files/test_sapcar_extract.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/files/test_sapcar_extract.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/identity/test_sap_company.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/identity/test_sap_company.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/identity/test_sap_company.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/identity/test_sap_user.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/identity/test_sap_user.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/identity/test_sap_user.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/__init__.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/__init__.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/__init__.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/test_sap_snote.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/test_sap_snote.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/test_sap_snote.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/test_sap_system_facts.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/test_sap_system_facts.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/test_sap_system_facts.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/test_sap_task_list_execute.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/test_sap_task_list_execute.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/system/test_sap_task_list_execute.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/utils.py +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/utils.pyc +${PYSITELIB}/ansible_collections/community/sap/tests/unit/plugins/modules/utils.pyo +${PYSITELIB}/ansible_collections/community/sap/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/community/skydive/.github/workflows/ansible-test.yml ${PYSITELIB}/ansible_collections/community/skydive/.gitignore ${PYSITELIB}/ansible_collections/community/skydive/.yamllint @@ -27813,6 +34346,8 @@ ${PYSITELIB}/ansible_collections/community/skydive/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/community/skydive/tox.ini ${PYSITELIB}/ansible_collections/community/sops/.github/pull_request_template.md ${PYSITELIB}/ansible_collections/community/sops/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/community/sops/.github/workflows/extra-tests.yml +${PYSITELIB}/ansible_collections/community/sops/.github/workflows/import-galaxy.yml ${PYSITELIB}/ansible_collections/community/sops/.gitignore ${PYSITELIB}/ansible_collections/community/sops/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/sops/CONTRIBUTING.md @@ -27825,6 +34360,9 @@ ${PYSITELIB}/ansible_collections/community/sops/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/community/sops/changelogs/config.yaml ${PYSITELIB}/ansible_collections/community/sops/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/community/sops/codecov.yml +${PYSITELIB}/ansible_collections/community/sops/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/community/sops/docs/docsite/links.yml +${PYSITELIB}/ansible_collections/community/sops/docs/docsite/rst/guide.rst ${PYSITELIB}/ansible_collections/community/sops/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/sops/plugins/action/load_vars.py ${PYSITELIB}/ansible_collections/community/sops/plugins/action/load_vars.pyc @@ -27832,6 +34370,9 @@ ${PYSITELIB}/ansible_collections/community/sops/plugins/action/load_vars.pyo ${PYSITELIB}/ansible_collections/community/sops/plugins/doc_fragments/sops.py ${PYSITELIB}/ansible_collections/community/sops/plugins/doc_fragments/sops.pyc ${PYSITELIB}/ansible_collections/community/sops/plugins/doc_fragments/sops.pyo +${PYSITELIB}/ansible_collections/community/sops/plugins/filter/decrypt.py +${PYSITELIB}/ansible_collections/community/sops/plugins/filter/decrypt.pyc +${PYSITELIB}/ansible_collections/community/sops/plugins/filter/decrypt.pyo ${PYSITELIB}/ansible_collections/community/sops/plugins/lookup/sops.py ${PYSITELIB}/ansible_collections/community/sops/plugins/lookup/sops.pyc ${PYSITELIB}/ansible_collections/community/sops/plugins/lookup/sops.pyo @@ -27853,6 +34394,29 @@ ${PYSITELIB}/ansible_collections/community/sops/plugins/plugin_utils/action_modu ${PYSITELIB}/ansible_collections/community/sops/plugins/vars/sops.py ${PYSITELIB}/ansible_collections/community/sops/plugins/vars/sops.pyc ${PYSITELIB}/ansible_collections/community/sops/plugins/vars/sops.pyo +${PYSITELIB}/ansible_collections/community/sops/tests/config.yml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/aliases +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/.sops.yaml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/binary.sops +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/fake-sops-rep.sh +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/fake-sops-val.sh +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/fake-sops.sh +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-binary +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-binary-yaml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-binary-yaml.json +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-binary-yaml.yaml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-binary.json +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-binary.yaml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-json +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-json.json +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-json.yaml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-yaml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-yaml.json +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/hidden-yaml.yaml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/rstrip.sops +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/files/simple.sops.yaml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/meta/main.yml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/tasks/main.yml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/load_vars/aliases ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/load_vars/meta/main.yml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/load_vars/tasks/main.yml @@ -27885,9 +34449,15 @@ ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/lookup ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/lookup_sops/files/wrong.yaml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/lookup_sops/meta/main.yml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/lookup_sops/tasks/main.yml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/setup_sops/meta/main.yml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/setup_sops/tasks/install.yml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/setup_sops/tasks/main.yml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/setup_sops/tasks/ubuntu.yml +${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/setup_sops/vars/main.yml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/sops_encrypt/aliases ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/sops_encrypt/files/.sops.yaml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/sops_encrypt/files/broken-json-yaml @@ -27947,8 +34517,18 @@ ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/var_so ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/var_sops/test-success/hosts ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/var_sops/test-success/playbook.yml ${PYSITELIB}/ansible_collections/community/sops/tests/integration/targets/var_sops/test-success/validate.sh +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/extra/extra-docs.json +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/extra/extra-docs.py +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/extra/extra-docs.pyc +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/extra/extra-docs.pyo +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/extra/no-unwanted-files.json +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/extra/no-unwanted-files.py +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/extra/no-unwanted-files.pyc +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/extra/no-unwanted-files.pyo ${PYSITELIB}/ansible_collections/community/sops/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/sops/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/sops/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/community/sops/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/vmware/.github/BOTMETA.yml ${PYSITELIB}/ansible_collections/community/vmware/.github/settings.yml @@ -28046,6 +34626,7 @@ ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_g ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_guest_tools_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_guest_tools_upgrade_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_guest_tools_wait_module.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_guest_tpm_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_guest_video_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_guest_vnc_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_acceptance_module.rst @@ -28056,6 +34637,7 @@ ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_h ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_config_facts_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_config_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_config_manager_module.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_custom_attributes_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_datastore_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_disk_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_dns_facts_module.rst @@ -28068,6 +34650,7 @@ ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_h ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_firewall_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_firewall_manager_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_hyperthreading_module.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_inventory_inventory.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_ipv6_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_iscsi_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_iscsi_module.rst @@ -28081,6 +34664,7 @@ ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_h ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_ntp_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_package_facts_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_package_info_module.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_passthrough_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_powermgmt_policy_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_powerstate_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_host_scanhba_module.rst @@ -28106,11 +34690,14 @@ ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_l ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_local_user_manager_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_maintenancemode_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_migrate_vmk_module.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_object_custom_attributes_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_object_rename_module.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_object_role_permission_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_object_role_permission_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_portgroup_facts_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_portgroup_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_portgroup_module.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_recommended_datastore_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_resource_pool_facts_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_resource_pool_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_resource_pool_module.rst @@ -28124,6 +34711,7 @@ ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_v ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_vcenter_settings_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_vcenter_settings_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_vcenter_statistics_module.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_vm_config_option_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_vm_host_drs_rule_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_vm_info_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_vm_inventory_inventory.rst @@ -28145,6 +34733,27 @@ ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_v ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vmware_vswitch_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vsphere_copy_module.rst ${PYSITELIB}/ansible_collections/community/vmware/docs/community.vmware.vsphere_file_module.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/scenario_guide.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/faq.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/scenario_clone_template.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/scenario_find_vm_folder.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/scenario_remove_vm.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/scenario_rename_vm.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/scenario_vmware_http.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/scenario_vmware_tools_connection.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_concepts.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_external_doc_links.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_getting_started.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_intro.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_inventory.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_inventory_filters.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_inventory_hostnames.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_inventory_vm_attributes.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_module_reference.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_requirements.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_scenarios.rst +${PYSITELIB}/ansible_collections/community/vmware/docs/docsite/rst/vmware_scenarios/vmware_troubleshooting.rst ${PYSITELIB}/ansible_collections/community/vmware/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/vmware/plugins/connection/__init__.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/connection/__init__.pyc @@ -28173,6 +34782,9 @@ ${PYSITELIB}/ansible_collections/community/vmware/plugins/httpapi/vmware.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/inventory/__init__.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/inventory/__init__.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/inventory/__init__.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/inventory/vmware_host_inventory.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/inventory/vmware_host_inventory.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/inventory/vmware_host_inventory.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/inventory/vmware_vm_inventory.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/inventory/vmware_vm_inventory.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/inventory/vmware_vm_inventory.pyo @@ -28182,6 +34794,9 @@ ${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/__init__. ${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/vca.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/vca.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/vca.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/vm_device_helper.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/vm_device_helper.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/vm_device_helper.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/vmware.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/vmware.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/module_utils/vmware.pyo @@ -28455,6 +35070,9 @@ ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_t ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_tools_wait.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_tools_wait.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_tools_wait.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_tpm.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_tpm.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_tpm.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_video.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_video.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_guest_video.pyo @@ -28488,6 +35106,9 @@ ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_co ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_config_manager.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_config_manager.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_config_manager.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_custom_attributes.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_custom_attributes.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_custom_attributes.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_datastore.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_datastore.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_datastore.pyo @@ -28560,6 +35181,9 @@ ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_pa ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_package_info.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_package_info.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_package_info.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_passthrough.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_passthrough.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_passthrough.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_powermgmt_policy.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_powermgmt_policy.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_host_powermgmt_policy.pyo @@ -28632,12 +35256,18 @@ ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_mainten ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_migrate_vmk.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_migrate_vmk.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_migrate_vmk.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_custom_attributes_info.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_custom_attributes_info.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_custom_attributes_info.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_rename.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_rename.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_rename.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_role_permission.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_role_permission.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_role_permission.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_role_permission_info.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_role_permission_info.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_object_role_permission_info.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_portgroup.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_portgroup.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_portgroup.pyo @@ -28647,6 +35277,9 @@ ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_portgro ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_portgroup_info.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_portgroup_info.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_portgroup_info.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_recommended_datastore.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_recommended_datastore.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_recommended_datastore.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_resource_pool.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_resource_pool.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_resource_pool.pyo @@ -28686,6 +35319,9 @@ ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vcenter ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vcenter_statistics.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vcenter_statistics.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vcenter_statistics.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vm_config_option.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vm_config_option.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vm_config_option.pyo ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vm_facts.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vm_facts.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vmware_vm_facts.pyo @@ -28749,6 +35385,9 @@ ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vsphere_copy.p ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vsphere_file.py ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vsphere_file.pyc ${PYSITELIB}/ansible_collections/community/vmware/plugins/modules/vsphere_file.pyo +${PYSITELIB}/ansible_collections/community/vmware/plugins/plugin_utils/inventory.py +${PYSITELIB}/ansible_collections/community/vmware/plugins/plugin_utils/inventory.pyc +${PYSITELIB}/ansible_collections/community/vmware/plugins/plugin_utils/inventory.pyo ${PYSITELIB}/ansible_collections/community/vmware/requirements.txt ${PYSITELIB}/ansible_collections/community/vmware/scripts/inventory/__init__.py ${PYSITELIB}/ansible_collections/community/vmware/scripts/inventory/__init__.pyc @@ -28768,6 +35407,16 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/cloud-config ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/__init__.py ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/__init__.pyc ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/__init__.pyo +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/aliases +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/playbook/build_inventory.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/playbook/build_inventory_with_cache.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/playbook/build_inventory_without_cache.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/playbook/install_dependencies.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/playbook/prepare_vmware.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/playbook/test_inventory_cache.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/playbook/test_options.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/playbook/test_vmware_host_inventory.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_host_inventory/runme.sh ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_vm_inventory/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_vm_inventory/playbook/build_inventory.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/inventory_vmware_vm_inventory/playbook/build_inventory_with_cache.yml @@ -28909,7 +35558,6 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmwa ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/disk_mode_d1_c1_f0.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/disk_size_d1_c1_f0.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/disk_type_d1_c1_f0.yml -${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/linked_clone_d1_c1_f0.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/mac_address_d1_c1_f0.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/max_connections.yml @@ -28920,8 +35568,6 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmwa ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/network_with_dvpg.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/network_with_portgroup.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/non_existent_vm_ops.yml -${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/poweroff_d1_c1_f0.yml -${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/poweroff_d1_c1_f1.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/reconfig_vm_to_latest_version.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/remove_vm_from_inventory.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_guest/tasks/run_test_playbook.yml @@ -28991,6 +35637,8 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmwa ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_config_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_config_manager/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_config_manager/tasks/main.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_custom_attributes/aliases +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_custom_attributes/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_datastore/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_datastore/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_disk_info/aliases @@ -29032,6 +35680,10 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmwa ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_ntp_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_package_info/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_package_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_passthrough/aliases +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_passthrough/tasks/main.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_passthrough/tasks/pre.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_passthrough/tasks/vmware_host_passthrough.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_powermgmt_policy/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_powermgmt_policy/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_host_powerstate/aliases @@ -29071,6 +35723,10 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmwa ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_maintenancemode/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_migrate_vmk/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_migrate_vmk/tasks/main.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_custom_attributes_info/aliases +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_custom_attributes_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_custom_attributes_info/tasks/pre.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_custom_attributes_info/tasks/vmware_object_custom_attributes_info_tests.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_rename/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_rename/tasks/dc_rename.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_rename/tasks/main.yml @@ -29078,10 +35734,15 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmwa ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_role_permission/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_role_permission/tasks/user_friendly_role_name_tests.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_role_permission/tasks/vmware_object_role_permission_tests.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_role_permission_info/alias +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_role_permission_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_object_role_permission_info/tasks/vmware_object_role_permission_tests.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_portgroup/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_portgroup/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_portgroup_info/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_portgroup_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_recommended_datastore/aliases +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_recommended_datastore/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_resource_pool/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_resource_pool/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_resource_pool_info/aliases @@ -29108,6 +35769,8 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmwa ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_vcenter_settings_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_vcenter_statistics/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_vcenter_statistics/tasks/main.yml +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_vm_config_option/aliases +${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_vm_config_option/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_vm_host_drs_rule/aliases ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_vm_host_drs_rule/tasks/main.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/integration/targets/vmware_vm_info/aliases @@ -29146,6 +35809,7 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/requirements.yml ${PYSITELIB}/ansible_collections/community/vmware/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/vmware/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/community/vmware/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/vmware/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/community/vmware/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/vmware/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/community/vmware/tests/unit/__init__.pyc @@ -29212,6 +35876,9 @@ ${PYSITELIB}/ansible_collections/community/vmware/tests/unit/modules/utils.py ${PYSITELIB}/ansible_collections/community/vmware/tests/unit/modules/utils.pyc ${PYSITELIB}/ansible_collections/community/vmware/tests/unit/modules/utils.pyo ${PYSITELIB}/ansible_collections/community/vmware/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/community/vmware/tools/create_documentation_tasks.yml +${PYSITELIB}/ansible_collections/community/vmware/tools/prepare_release.yml +${PYSITELIB}/ansible_collections/community/vmware/tools/update_documentation.yml ${PYSITELIB}/ansible_collections/community/vmware/tox.ini ${PYSITELIB}/ansible_collections/community/windows/.azure-pipelines/azure-pipelines.yml ${PYSITELIB}/ansible_collections/community/windows/.azure-pipelines/scripts/aggregate-coverage.sh @@ -29229,7 +35896,10 @@ ${PYSITELIB}/ansible_collections/community/windows/.azure-pipelines/templates/co ${PYSITELIB}/ansible_collections/community/windows/.azure-pipelines/templates/matrix.yml ${PYSITELIB}/ansible_collections/community/windows/.azure-pipelines/templates/test.yml ${PYSITELIB}/ansible_collections/community/windows/.github/BOTMETA.yml +${PYSITELIB}/ansible_collections/community/windows/.github/workflows/stale.yml ${PYSITELIB}/ansible_collections/community/windows/.gitignore +${PYSITELIB}/ansible_collections/community/windows/.vscode/extensions.json +${PYSITELIB}/ansible_collections/community/windows/.vscode/settings.json ${PYSITELIB}/ansible_collections/community/windows/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/windows/COPYING ${PYSITELIB}/ansible_collections/community/windows/FILES.json @@ -29257,10 +35927,12 @@ ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_do ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_domain_group_membership_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_domain_group_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_domain_object_info_module.rst +${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_domain_ou_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_domain_user_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_dotnet_ngen_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_eventlog_entry_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_eventlog_module.rst +${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_feature_info_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_file_compression_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_file_version_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_firewall_module.rst @@ -29320,6 +35992,7 @@ ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_wa ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_wakeonlan_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_webpicmd_module.rst ${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_xml_module.rst +${PYSITELIB}/ansible_collections/community/windows/docs/community.windows.win_zip_module.rst ${PYSITELIB}/ansible_collections/community/windows/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/windows/plugins/action/win_pssession_configuration.py ${PYSITELIB}/ansible_collections/community/windows/plugins/action/win_pssession_configuration.pyc @@ -29404,6 +36077,10 @@ ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_ob ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_object_info.py ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_object_info.pyc ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_object_info.pyo +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_ou.ps1 +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_ou.py +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_ou.pyc +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_ou.pyo ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_user.ps1 ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_user.py ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_domain_user.pyc @@ -29420,6 +36097,10 @@ ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_eventlog_ ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_eventlog_entry.py ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_eventlog_entry.pyc ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_eventlog_entry.pyo +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_feature_info.ps1 +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_feature_info.py +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_feature_info.pyc +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_feature_info.pyo ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_file_compression.ps1 ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_file_compression.py ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_file_compression.pyc @@ -29656,10 +36337,15 @@ ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_xml.ps1 ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_xml.py ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_xml.pyc ${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_xml.pyo +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_zip.ps1 +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_zip.py +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_zip.pyc +${PYSITELIB}/ansible_collections/community/windows/plugins/modules/win_zip.pyo ${PYSITELIB}/ansible_collections/community/windows/tests/.gitignore ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/psexec/aliases ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/psexec/tasks/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/psexec/tasks/tests.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/setup_domain_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/setup_http_tests/defaults/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/setup_http_tests/handlers/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/setup_http_tests/meta/main.yml @@ -29731,6 +36417,7 @@ ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_dns_record/tasks/tests-NS.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_dns_record/tasks/tests-PTR.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_dns_record/tasks/tests-SRV.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_dns_record/tasks/tests-TXT.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_dns_record/tasks/tests-diff.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_dns_record/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_dns_zone/aliases @@ -29746,6 +36433,17 @@ ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_object_info/aliases ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_object_info/handlers/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_object_info/tasks/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_ou/aliases +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_ou/defaults/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_ou/meta/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_ou/tasks/check_mode_test.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_ou/tasks/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_ou/tasks/tests.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_user/aliases +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_user/meta/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_user/tasks/check_mode_test.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_user/tasks/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_domain_user/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_dotnet_ngen/aliases ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_dotnet_ngen/tasks/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_eventlog/aliases @@ -29756,6 +36454,9 @@ ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_eventlog_entry/library/test_win_eventlog_entry.ps1 ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_eventlog_entry/tasks/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_eventlog_entry/tasks/tests.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_feature_info/aliases +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_feature_info/defaults/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_feature_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_file_compression/aliases ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_file_compression/defaults/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_file_compression/meta/main.yml @@ -29785,6 +36486,11 @@ ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_http_proxy/aliases ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_http_proxy/tasks/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_http_proxy/tasks/tests.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_iis_virtualdirectory/aliases +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_iis_virtualdirectory/defaults/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_iis_virtualdirectory/meta/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_iis_virtualdirectory/tasks/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_iis_virtualdirectory/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_iis_webapplication/aliases ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_iis_webapplication/defaults/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_iis_webapplication/meta/main.yml @@ -29815,6 +36521,39 @@ ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_initialize_disk/templates/vhdx_creation_script.j2 ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_initialize_disk/templates/vhdx_deletion_script.j2 ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/aliases +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/.gitattributes +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/01_new_line_at_bof.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/02_new_line_at_eof.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/03_new_line_after_1.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/04_new_line_before_5.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/05_new_line_at_REF.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/06_remove_middle_line.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/07_remove_line_5.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/08_no_expected_change.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/09_new_file.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/10_no_eof_new_at_eof.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/11_multiline_at_eof.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/12_empty_file_add_at_eof.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/13_new_4_with_backref.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/14_quoting_code.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/15_single_quote.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/16_multiple_quotes.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/17_new_file_win.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/18_sep_win.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/19_new_file_unix.text +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/20_sep_unix.text +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/21_utf8_no_bom.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/22_utf8_no_bom_line_added.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/23_utf8_bom.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/24_utf8_bom_line_added.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/25_utf16.txt16 +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/26_utf16_line_added.txt16 +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/27_utf32.txt32 +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/28_utf32_line_added.txt32 +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/29_no_linebreak.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/30_linebreaks_checksum_bad.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/31_relative_path.txt +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/expectations/99_README.md ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/test.txt ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/test_linebreak.txt ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_lineinfile/files/test_quoting.txt @@ -29980,6 +36719,7 @@ ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_scheduled_task_stat/aliases ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_scheduled_task_stat/defaults/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_scheduled_task_stat/tasks/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_scheduled_task_stat/tasks/tests.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_scoop/aliases ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_scoop/defaults/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_scoop/tasks/main.yml @@ -30035,10 +36775,15 @@ ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_xml/files/plane.zip ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_xml/meta/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_xml/tasks/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_zip/aliases +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_zip/defaults/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_zip/meta/main.yml +${PYSITELIB}/ansible_collections/community/windows/tests/integration/targets/win_zip/tasks/main.yml ${PYSITELIB}/ansible_collections/community/windows/tests/requirements.yml ${PYSITELIB}/ansible_collections/community/windows/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/windows/tests/sanity/ignore-2.11.txt -${PYSITELIB}/ansible_collections/community/windows/tests/sanity/requirements.txt +${PYSITELIB}/ansible_collections/community/windows/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/windows/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/community/windows/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/community/windows/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/community/windows/tests/unit/__init__.pyo @@ -30054,6 +36799,9 @@ ${PYSITELIB}/ansible_collections/community/windows/tests/unit/compat/mock.pyo ${PYSITELIB}/ansible_collections/community/windows/tests/unit/compat/unittest.py ${PYSITELIB}/ansible_collections/community/windows/tests/unit/compat/unittest.pyc ${PYSITELIB}/ansible_collections/community/windows/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/community/windows/tests/unit/conftest.py +${PYSITELIB}/ansible_collections/community/windows/tests/unit/conftest.pyc +${PYSITELIB}/ansible_collections/community/windows/tests/unit/conftest.pyo ${PYSITELIB}/ansible_collections/community/windows/tests/unit/mock/__init__.py ${PYSITELIB}/ansible_collections/community/windows/tests/unit/mock/__init__.pyc ${PYSITELIB}/ansible_collections/community/windows/tests/unit/mock/__init__.pyo @@ -30100,6 +36848,7 @@ ${PYSITELIB}/ansible_collections/community/windows/tests/utils/shippable/timing. ${PYSITELIB}/ansible_collections/community/windows/tests/utils/shippable/timing.sh ${PYSITELIB}/ansible_collections/community/windows/tests/utils/shippable/units.sh ${PYSITELIB}/ansible_collections/community/windows/tests/utils/shippable/windows.sh +${PYSITELIB}/ansible_collections/community/zabbix/.ansible-lint ${PYSITELIB}/ansible_collections/community/zabbix/.github/ISSUE_TEMPLATE/bug_report.md ${PYSITELIB}/ansible_collections/community/zabbix/.github/ISSUE_TEMPLATE/feature_request.md ${PYSITELIB}/ansible_collections/community/zabbix/.github/workflows/agent.yml @@ -30110,6 +36859,7 @@ ${PYSITELIB}/ansible_collections/community/zabbix/.github/workflows/repo-sanity. ${PYSITELIB}/ansible_collections/community/zabbix/.github/workflows/server.yml ${PYSITELIB}/ansible_collections/community/zabbix/.github/workflows/web.yml ${PYSITELIB}/ansible_collections/community/zabbix/.gitignore +${PYSITELIB}/ansible_collections/community/zabbix/.yamllint ${PYSITELIB}/ansible_collections/community/zabbix/CHANGELOG.rst ${PYSITELIB}/ansible_collections/community/zabbix/CODE_OF_CONDUCT.md ${PYSITELIB}/ansible_collections/community/zabbix/CONTRIBUTING.md @@ -30132,18 +36882,70 @@ ${PYSITELIB}/ansible_collections/community/zabbix/docs/ZABBIX_SERVER_ROLE.md ${PYSITELIB}/ansible_collections/community/zabbix/docs/ZABBIX_WEB_ROLE.md ${PYSITELIB}/ansible_collections/community/zabbix/meta/runtime.yml ${PYSITELIB}/ansible_collections/community/zabbix/molecule/requirements.txt -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/converge.yml -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/molecule.yml -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/prepare.yml -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/tests/test_agent.py -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/tests/test_agent.pyc -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/tests/test_agent.pyo -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/tests/test_agent2.py -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/tests/test_agent2.pyc -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/tests/test_agent2.pyo -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/tests/test_docker.py -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/tests/test_docker.pyc -${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent/tests/test_docker.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/molecule.yml +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/playbooks/converge.yml +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/playbooks/prepare.yml +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/agent2_common/test_agent2.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/agent2_common/test_agent2.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/agent2_common/test_agent2.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/autopsk/test_auto_psk.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/autopsk/test_auto_psk.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/autopsk/test_auto_psk.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/common/test_agent.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/common/test_agent.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/common/test_agent.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/no_auto_psk/test_no_auto_psk.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/no_auto_psk/test_no_auto_psk.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/no_auto_psk/test_no_auto_psk.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/test_docker.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/test_docker.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/common/tests/test_docker.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/molecule.yml +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/agent2_common/test_agent2.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/agent2_common/test_agent2.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/agent2_common/test_agent2.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/common/test_agent.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/common/test_agent.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/common/test_agent.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/conftest.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/conftest.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/conftest.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/no_auto_psk/test_no_auto_psk.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/no_auto_psk/test_no_auto_psk.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2/tests/no_auto_psk/test_no_auto_psk.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/molecule.yml +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/agent2_common/test_agent2.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/agent2_common/test_agent2.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/agent2_common/test_agent2.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/autopsk/test_auto_psk.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/autopsk/test_auto_psk.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/autopsk/test_auto_psk.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/common/test_agent.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/common/test_agent.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/common/test_agent.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/conftest.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/conftest.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/agent2autopsk/tests/conftest.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/molecule.yml +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/tests/autopsk/test_auto_psk.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/tests/autopsk/test_auto_psk.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/tests/autopsk/test_auto_psk.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/tests/common/test_agent.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/tests/common/test_agent.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/tests/common/test_agent.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/tests/conftest.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/tests/conftest.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/autopsk/tests/conftest.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/molecule.yml +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/tests/common/test_agent.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/tests/common/test_agent.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/tests/common/test_agent.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/tests/conftest.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/tests/conftest.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/tests/conftest.pyo +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/tests/no_auto_psk/test_no_auto_psk.py +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/tests/no_auto_psk/test_no_auto_psk.pyc +${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_agent_tests/molecule/default/tests/no_auto_psk/test_no_auto_psk.pyo ${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_javagateway/converge.yml ${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_javagateway/molecule.yml ${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_javagateway/prepare.yml @@ -30172,18 +36974,39 @@ ${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_web/requiremen ${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_web/tests/test_default.py ${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_web/tests/test_default.pyc ${PYSITELIB}/ansible_collections/community/zabbix/molecule/zabbix_web/tests/test_default.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/connection/httpapi.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/connection/httpapi.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/connection/httpapi.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/doc_fragments/connection_persistent.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/doc_fragments/connection_persistent.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/doc_fragments/connection_persistent.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/doc_fragments/zabbix.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/doc_fragments/zabbix.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/doc_fragments/zabbix.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/httpapi/jsonrpc.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/httpapi/jsonrpc.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/httpapi/jsonrpc.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/inventory/zabbix_inventory.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/inventory/zabbix_inventory.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/inventory/zabbix_inventory.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/_version.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/_version.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/_version.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/api_request.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/api_request.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/api_request.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/base.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/base.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/base.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/helpers.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/helpers.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/helpers.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/version.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/version.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/version.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/wrappers.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/wrappers.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/module_utils/wrappers.pyo @@ -30193,9 +37016,18 @@ ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/__init__.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_action.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_action.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_action.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_authentication.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_authentication.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_authentication.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_autoregister.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_autoregister.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_autoregister.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_discovery_rule.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_discovery_rule.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_discovery_rule.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_globalmacro.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_globalmacro.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_globalmacro.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_group.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_group.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_group.pyo @@ -30220,6 +37052,9 @@ ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_host_in ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_hostmacro.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_hostmacro.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_hostmacro.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_housekeeping.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_housekeeping.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_housekeeping.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_maintenance.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_maintenance.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_maintenance.pyo @@ -30232,6 +37067,9 @@ ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_mediaty ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_proxy.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_proxy.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_proxy.pyo +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_proxy_info.py +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_proxy_info.pyc +${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_proxy_info.pyo ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_screen.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_screen.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_screen.pyo @@ -30256,6 +37094,7 @@ ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_usergro ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_valuemap.py ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_valuemap.pyc ${PYSITELIB}/ansible_collections/community/zabbix/plugins/modules/zabbix_valuemap.pyo +${PYSITELIB}/ansible_collections/community/zabbix/requirements.txt ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/README.md ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/defaults/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/files/sample.conf @@ -30281,6 +37120,7 @@ ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/Linux ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/RedHat.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/Suse.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/Windows.yml +${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/Windows_conf.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/api.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/firewall.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/macOS.yml @@ -30289,6 +37129,12 @@ ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/remov ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/selinux.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/tlspsk_auto.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/tlspsk_auto_agent2.yml +${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/tlspsk_auto_agent2_common.yml +${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/tlspsk_auto_agent2_linux.yml +${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/tlspsk_auto_agent2_windows.yml +${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/tlspsk_auto_common.yml +${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/tlspsk_auto_linux.yml +${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/tlspsk_auto_windows.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/tasks/userparameter.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/templates/userparameters/mysql.j2 ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_agent/templates/userparameters/win_sample.j2 @@ -30368,6 +37214,7 @@ ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_web/templates/ngi ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_web/templates/php-fpm.conf.j2 ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_web/templates/zabbix.conf.php.j2 ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_web/vars/Debian-10.yml +${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_web/vars/Debian-11.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_web/vars/Debian-8.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_web/vars/Debian-9.yml ${PYSITELIB}/ansible_collections/community/zabbix/roles/zabbix_web/vars/Debian.yml @@ -30385,8 +37232,14 @@ ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/setu ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/setup_zabbix/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_action/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_action/tasks/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_authentication/meta/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_authentication/tasks/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_autoregister/meta/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_autoregister/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_discovery_rule/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_discovery_rule/tasks/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_globalmacro/meta/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_globalmacro/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_group/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_group/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_group_info/meta/main.yml @@ -30401,7 +37254,8 @@ ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_host_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_hostmacro/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_hostmacro/tasks/main.yml -${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_maintenance/aliases +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_housekeeping/meta/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_housekeeping/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_maintenance/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_maintenance/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_mediatype/meta/main.yml @@ -30409,24 +37263,29 @@ ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_proxy/aliases ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_proxy/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_proxy/tasks/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_proxy_info/meta/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_proxy_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_screen/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_screen/tasks/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_service/defaults/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_service/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_service/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template1-changed_50_lower.json -${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template1-changed_52_higher.json ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template1_50_higher_decode_unicode.json ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template1_50_lower.json -${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template1_52_higher.json ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template2_50_lower.xml -${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template2_52_higher.xml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template3-changed_54_higher.json +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template3_54_higher.json +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/files/template3_54_higher.xml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/meta/main.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/tasks/import_54_higher.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/tasks/import_54_lower.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template_info/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_template_info/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_user/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_user/tasks/for_zabbix_50_lower.yml -${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_user/tasks/for_zabbix_52_higher.yml +${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_user/tasks/for_zabbix_54_higher.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_user/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_user_info/meta/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_user_info/tasks/main.yml @@ -30434,6 +37293,9 @@ ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test ${PYSITELIB}/ansible_collections/community/zabbix/tests/integration/targets/test_zabbix_usergroup/tasks/main.yml ${PYSITELIB}/ansible_collections/community/zabbix/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/community/zabbix/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/community/zabbix/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/community/zabbix/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/community/zabbix/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/community/zabbix/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/community/zabbix/tox.ini ${PYSITELIB}/ansible_collections/containers/podman/CHANGELOG.rst @@ -30441,8 +37303,10 @@ ${PYSITELIB}/ansible_collections/containers/podman/CODE-OF-CONDUCT.md ${PYSITELIB}/ansible_collections/containers/podman/COPYING ${PYSITELIB}/ansible_collections/containers/podman/FILES.json ${PYSITELIB}/ansible_collections/containers/podman/MANIFEST.json +${PYSITELIB}/ansible_collections/containers/podman/Makefile ${PYSITELIB}/ansible_collections/containers/podman/README.md ${PYSITELIB}/ansible_collections/containers/podman/SECURITY.md +${PYSITELIB}/ansible_collections/containers/podman/ansible-collection-containers-podman.spec ${PYSITELIB}/ansible_collections/containers/podman/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/containers/podman/changelogs/config.yaml ${PYSITELIB}/ansible_collections/containers/podman/docs/.nojekyll @@ -30470,19 +37334,28 @@ ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_connection.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_container_info_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_container_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_containers_module.html +${PYSITELIB}/ansible_collections/containers/podman/docs/podman_export_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_image_info_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_image_module.html +${PYSITELIB}/ansible_collections/containers/podman/docs/podman_import_module.html +${PYSITELIB}/ansible_collections/containers/podman/docs/podman_load_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_login_info_module.html +${PYSITELIB}/ansible_collections/containers/podman/docs/podman_login_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_logout_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_network_info_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_network_module.html +${PYSITELIB}/ansible_collections/containers/podman/docs/podman_play_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_pod_info_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_pod_module.html +${PYSITELIB}/ansible_collections/containers/podman/docs/podman_save_module.html +${PYSITELIB}/ansible_collections/containers/podman/docs/podman_secret_module.html +${PYSITELIB}/ansible_collections/containers/podman/docs/podman_tag_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_volume_info_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/podman_volume_module.html ${PYSITELIB}/ansible_collections/containers/podman/docs/search.html ${PYSITELIB}/ansible_collections/containers/podman/docs/searchindex.js ${PYSITELIB}/ansible_collections/containers/podman/galaxy.yml.in +${PYSITELIB}/ansible_collections/containers/podman/meta/runtime.yml ${PYSITELIB}/ansible_collections/containers/podman/plugins/connection/__init__.py ${PYSITELIB}/ansible_collections/containers/podman/plugins/connection/__init__.pyc ${PYSITELIB}/ansible_collections/containers/podman/plugins/connection/__init__.pyo @@ -30519,12 +37392,21 @@ ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_contai ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_containers.py ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_containers.pyc ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_containers.pyo +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_export.py +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_export.pyc +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_export.pyo ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_image.py ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_image.pyc ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_image.pyo ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_image_info.py ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_image_info.pyc ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_image_info.pyo +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_import.py +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_import.pyc +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_import.pyo +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_load.py +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_load.pyc +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_load.pyo ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_login.py ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_login.pyc ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_login.pyo @@ -30540,12 +37422,24 @@ ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_networ ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_network_info.py ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_network_info.pyc ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_network_info.pyo +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_play.py +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_play.pyc +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_play.pyo ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_pod.py ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_pod.pyc ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_pod.pyo ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_pod_info.py ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_pod_info.pyc ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_pod_info.pyo +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_save.py +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_save.pyc +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_save.pyo +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_secret.py +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_secret.pyc +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_secret.pyo +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_tag.py +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_tag.pyc +${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_tag.pyo ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_volume.py ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_volume.pyc ${PYSITELIB}/ansible_collections/containers/podman/plugins/modules/podman_volume.pyo @@ -30560,6 +37454,7 @@ ${PYSITELIB}/ansible_collections/containers/podman/tests/.gitignore ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/__init__.py ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/__init__.pyc ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/__init__.pyo +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/connection/create-nonroot-user.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/connection/test_connection.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/connection_buildah/runme.sh ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/connection_buildah/test_connection.inventory @@ -30571,6 +37466,7 @@ ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/pod ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_container_idempotency/tasks/build_test_container.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_container_idempotency/tasks/idem_all.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_container_idempotency/tasks/idem_labels.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_container_idempotency/tasks/idem_network_aliases.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_container_idempotency/tasks/idem_networks.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_container_idempotency/tasks/idem_pods.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_container_idempotency/tasks/idem_ports.yml @@ -30584,23 +37480,40 @@ ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/pod ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_container_idempotency/tasks/rootless-podman-network.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_container_info/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_containers/tasks/main.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_containers/tasks/root-multi.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_export/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_image/files/Containerfile ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_image/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_image_info/tasks/main.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_import/tasks/main.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_load/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_login/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_login_info/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_logout/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_network/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_network_info/tasks/main.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_play/tasks/files/envdata.yaml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_play/tasks/files/play-root1.yaml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_play/tasks/files/play-root3.yaml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_play/tasks/files/play1.yaml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_play/tasks/files/play3.yaml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_play/tasks/main.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_play/tasks/root-play.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_pod/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_pod/tasks/net-pod.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_pod/tasks/network-tests.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_pod/tasks/root-pod.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_pod_info/tasks/main.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_save/tasks/main.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_secret/tasks/main.yml +${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_tag/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_volume/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/integration/targets/podman_volume_info/tasks/main.yml ${PYSITELIB}/ansible_collections/containers/podman/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/containers/podman/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/containers/podman/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/containers/podman/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/containers/podman/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/containers/podman/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/containers/podman/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/cyberark/conjur/.codeclimate.yml @@ -30753,6 +37666,7 @@ ${PYSITELIB}/ansible_collections/cyberark/pas/docs/cyberark_user.md ${PYSITELIB}/ansible_collections/cyberark/pas/docs/images/cyberark_logo.jpg ${PYSITELIB}/ansible_collections/cyberark/pas/docs/images/full-cyberark-logo.jpg ${PYSITELIB}/ansible_collections/cyberark/pas/docs/images/platform_account_properties.JPG +${PYSITELIB}/ansible_collections/cyberark/pas/meta/runtime.yml ${PYSITELIB}/ansible_collections/cyberark/pas/plugins/modules/cyberark_account.py ${PYSITELIB}/ansible_collections/cyberark/pas/plugins/modules/cyberark_account.pyc ${PYSITELIB}/ansible_collections/cyberark/pas/plugins/modules/cyberark_account.pyo @@ -30775,6 +37689,678 @@ ${PYSITELIB}/ansible_collections/cyberark/pas/tests/provision_account.yml ${PYSITELIB}/ansible_collections/cyberark/pas/tests/provision_user.yml ${PYSITELIB}/ansible_collections/cyberark/pas/tests/reset_user_password.yml ${PYSITELIB}/ansible_collections/cyberark/pas/tests/test.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/.gitignore +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/.yamllint +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/FILES.json +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/LICENSE +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/MANIFEST.json +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/README.md +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/changelogs/CHANGELOG.rst +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/changelogs/config.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/meta/runtime.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/bgp_l3_fabric/clos-fabric.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/bgp_l3_fabric/group_vars/all.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/bgp_l3_fabric/group_vars/leaf.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/bgp_l3_fabric/group_vars/spine.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/bgp_l3_fabric/inventory.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/bgp_l3_fabric/templates/clos_fabric_cfg.j2 +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/hosts +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/interface_naming.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/patch.txt +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_aaa.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_api.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_bgp.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_bgp_communities.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_command.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_config.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_facts.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_interfaces_config.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_system.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/sonic_vxlans_config.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/playbooks/common_examples/src.txt +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/action/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/action/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/action/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/action/sonic.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/action/sonic.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/action/sonic.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/cliconf/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/cliconf/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/cliconf/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/cliconf/sonic.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/cliconf/sonic.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/cliconf/sonic.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/httpapi/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/httpapi/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/httpapi/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/httpapi/sonic.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/httpapi/sonic.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/httpapi/sonic.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/aaa/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/aaa/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/aaa/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/aaa/aaa.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/aaa/aaa.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/aaa/aaa.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp/bgp.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp/bgp.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp/bgp.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_af/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_af/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_af/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_af/bgp_af.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_af/bgp_af.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_af/bgp_af.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_as_paths/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_as_paths/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_as_paths/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_as_paths/bgp_as_paths.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_as_paths/bgp_as_paths.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_as_paths/bgp_as_paths.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_communities/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_communities/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_communities/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_communities/bgp_communities.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_communities/bgp_communities.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_communities/bgp_communities.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_ext_communities/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_ext_communities/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_ext_communities/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_ext_communities/bgp_ext_communities.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_ext_communities/bgp_ext_communities.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_ext_communities/bgp_ext_communities.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors/bgp_neighbors.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors/bgp_neighbors.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors/bgp_neighbors.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors_af/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors_af/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors_af/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors_af/bgp_neighbors_af.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors_af/bgp_neighbors_af.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/bgp_neighbors_af/bgp_neighbors_af.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/facts/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/facts/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/facts/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/facts/facts.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/facts/facts.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/facts/facts.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/interfaces/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/interfaces/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/interfaces/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/interfaces/interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/interfaces/interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/interfaces/interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/l2_interfaces/l2_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/l2_interfaces/l2_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/l2_interfaces/l2_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/l3_interfaces/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/l3_interfaces/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/l3_interfaces/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/l3_interfaces/l3_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/l3_interfaces/l3_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/l3_interfaces/l3_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/lag_interfaces/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/lag_interfaces/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/lag_interfaces/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/lag_interfaces/lag_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/lag_interfaces/lag_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/lag_interfaces/lag_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/mclag/mclag.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/mclag/mclag.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/mclag/mclag.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/port_breakout/port_breakout.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/port_breakout/port_breakout.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/port_breakout/port_breakout.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/radius_server/radius_server.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/radius_server/radius_server.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/radius_server/radius_server.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/system/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/system/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/system/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/system/system.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/system/system.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/system/system.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/tacacs_server/tacacs_server.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/tacacs_server/tacacs_server.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/tacacs_server/tacacs_server.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/users/users.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/users/users.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/users/users.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vlans/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vlans/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vlans/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vlans/vlans.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vlans/vlans.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vlans/vlans.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vrfs/vrfs.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vrfs/vrfs.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vrfs/vrfs.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vxlans/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vxlans/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vxlans/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vxlans/vxlans.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vxlans/vxlans.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/argspec/vxlans/vxlans.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/aaa/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/aaa/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/aaa/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/aaa/aaa.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/aaa/aaa.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/aaa/aaa.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp/bgp.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp/bgp.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp/bgp.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_af/bgp_af.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_af/bgp_af.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_af/bgp_af.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_as_paths/bgp_as_paths.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_as_paths/bgp_as_paths.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_as_paths/bgp_as_paths.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_communities/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_communities/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_communities/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_communities/bgp_communities.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_communities/bgp_communities.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_communities/bgp_communities.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_ext_communities/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_ext_communities/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_ext_communities/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_ext_communities/bgp_ext_communities.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_ext_communities/bgp_ext_communities.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_ext_communities/bgp_ext_communities.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_neighbors/bgp_neighbors.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_neighbors/bgp_neighbors.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_neighbors/bgp_neighbors.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_neighbors_af/bgp_neighbors_af.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_neighbors_af/bgp_neighbors_af.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/bgp_neighbors_af/bgp_neighbors_af.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/interfaces/interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/interfaces/interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/interfaces/interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/l2_interfaces/l2_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/l2_interfaces/l2_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/l2_interfaces/l2_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/l3_interfaces/l3_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/l3_interfaces/l3_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/l3_interfaces/l3_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/lag_interfaces/lag_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/lag_interfaces/lag_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/lag_interfaces/lag_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/mclag/mclag.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/mclag/mclag.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/mclag/mclag.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/port_breakout/port_breakout.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/port_breakout/port_breakout.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/port_breakout/port_breakout.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/radius_server/radius_server.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/radius_server/radius_server.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/radius_server/radius_server.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/system/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/system/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/system/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/system/system.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/system/system.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/system/system.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/tacacs_server/tacacs_server.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/tacacs_server/tacacs_server.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/tacacs_server/tacacs_server.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/users/users.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/users/users.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/users/users.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/vlans/vlans.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/vlans/vlans.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/vlans/vlans.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/vrfs/vrfs.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/vrfs/vrfs.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/vrfs/vrfs.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/vxlans/vxlans.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/vxlans/vxlans.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/vxlans/vxlans.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/aaa/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/aaa/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/aaa/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/aaa/aaa.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/aaa/aaa.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/aaa/aaa.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp/bgp.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp/bgp.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp/bgp.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_af/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_af/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_af/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_af/bgp_af.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_af/bgp_af.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_af/bgp_af.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_as_paths/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_as_paths/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_as_paths/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_as_paths/bgp_as_paths.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_as_paths/bgp_as_paths.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_as_paths/bgp_as_paths.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_communities/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_communities/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_communities/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_communities/bgp_communities.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_communities/bgp_communities.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_communities/bgp_communities.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_ext_communities/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_ext_communities/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_ext_communities/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_ext_communities/bgp_ext_communities.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_ext_communities/bgp_ext_communities.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_ext_communities/bgp_ext_communities.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors/bgp_neighbors.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors/bgp_neighbors.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors/bgp_neighbors.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors_af/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors_af/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors_af/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors_af/bgp_neighbors_af.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors_af/bgp_neighbors_af.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/bgp_neighbors_af/bgp_neighbors_af.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/facts.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/facts.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/facts.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/interfaces/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/interfaces/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/interfaces/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/interfaces/interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/interfaces/interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/interfaces/interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/l2_interfaces/l2_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/l2_interfaces/l2_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/l2_interfaces/l2_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/l3_interfaces/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/l3_interfaces/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/l3_interfaces/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/l3_interfaces/l3_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/l3_interfaces/l3_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/l3_interfaces/l3_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/lag_interfaces/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/lag_interfaces/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/lag_interfaces/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/lag_interfaces/lag_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/lag_interfaces/lag_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/lag_interfaces/lag_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/mclag/mclag.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/mclag/mclag.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/mclag/mclag.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/port_breakout/port_breakout.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/port_breakout/port_breakout.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/port_breakout/port_breakout.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/radius_server/radius_server.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/radius_server/radius_server.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/radius_server/radius_server.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/system/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/system/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/system/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/system/system.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/system/system.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/system/system.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/tacacs_server/tacacs_server.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/tacacs_server/tacacs_server.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/tacacs_server/tacacs_server.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/users/users.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/users/users.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/users/users.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vlans/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vlans/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vlans/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vlans/vlans.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vlans/vlans.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vlans/vlans.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vrfs/vrfs.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vrfs/vrfs.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vrfs/vrfs.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vxlans/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vxlans/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vxlans/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vxlans/vxlans.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vxlans/vxlans.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/facts/vxlans/vxlans.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/sonic.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/sonic.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/sonic.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/bgp_utils.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/bgp_utils.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/bgp_utils.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/interfaces_util.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/interfaces_util.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/interfaces_util.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/utils.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/utils.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/utils/utils.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_aaa.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_aaa.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_aaa.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_api.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_api.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_api.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_af.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_af.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_af.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_as_paths.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_as_paths.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_as_paths.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_communities.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_communities.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_communities.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_ext_communities.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_ext_communities.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_ext_communities.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_neighbors.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_neighbors.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_neighbors.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_neighbors_af.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_neighbors_af.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_bgp_neighbors_af.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_command.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_command.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_command.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_config.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_config.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_config.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_facts.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_facts.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_facts.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_l2_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_l2_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_l2_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_l3_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_l3_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_l3_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_lag_interfaces.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_lag_interfaces.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_lag_interfaces.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_mclag.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_mclag.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_mclag.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_port_breakout.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_port_breakout.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_port_breakout.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_radius_server.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_radius_server.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_radius_server.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_system.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_system.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_system.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_tacacs_server.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_tacacs_server.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_tacacs_server.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_users.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_users.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_users.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_vlans.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_vlans.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_vlans.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_vrfs.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_vrfs.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_vrfs.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_vxlans.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_vxlans.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/modules/sonic_vxlans.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/terminal/__init__.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/terminal/__init__.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/terminal/__init__.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/terminal/sonic.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/terminal/sonic.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/plugins/terminal/sonic.pyo +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/rebuild.sh +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/requirements.txt +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/hosts +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/image-upgrade.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/tasks/action.facts.report.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/tasks/cli.contains.test.facts.report.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/tasks/cli.test.facts.report.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/tasks/cli_tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/tasks/idempotent.facts.report.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/tasks/single.run.facts.report.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/templates/task_template.j2 +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/common/templates/task_template1.j2 +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_aaa/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_aaa/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_aaa/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_aaa/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_aaa/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_aaa/tasks/tasks_template_del.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/tasks/invalid.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/tasks/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/tasks/patch.txt +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/tasks/test_delete.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/tasks/test_get.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/tasks/test_patch.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/tasks/test_post.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_api/tasks/test_put.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp/templates/cli_test_case_01.cfg +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_af/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_af/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_af/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_af/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_af/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_af/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_as_paths/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_as_paths/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_as_paths/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_as_paths/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_as_paths/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_communities/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_communities/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_communities/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_communities/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_communities/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_ext_communities/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_ext_communities/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_ext_communities/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_ext_communities/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_ext_communities/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/defaults/main copy.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/tasks/action_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors_af/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors_af/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors_af/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors_af/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors_af/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors_af/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/defaults/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/bad_operator.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/cli_command.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/contains.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/invalid.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/output.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/prompt.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/test_local.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/timeout.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/tasks/backup.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/tasks/match_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/tasks/prompt.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/tasks/replace_tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/templates/snmp.j2 +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_config/templates/src.txt +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_interfaces/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_interfaces/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_interfaces/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_interfaces/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_interfaces/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l2_interfaces/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l2_interfaces/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l2_interfaces/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l2_interfaces/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l2_interfaces/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l3_interfaces/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l3_interfaces/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l3_interfaces/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l3_interfaces/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_l3_interfaces/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_lag_interfaces/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_lag_interfaces/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_lag_interfaces/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_lag_interfaces/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_lag_interfaces/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_mclag/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_mclag/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_mclag/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_mclag/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_mclag/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_mclag/tasks/tasks_template_del.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_port_breakout/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_port_breakout/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_port_breakout/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_port_breakout/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_port_breakout/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_port_breakout/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_port_breakout/templates/cli_test_case_01.cfg +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_radius_server/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_radius_server/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_radius_server/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_radius_server/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_radius_server/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_radius_server/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_radius_server/tasks/tasks_template_del.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_radius_server/templates/cli_test_case_01.cfg +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_system/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_system/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_system/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_system/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_system/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_system/tasks/tasks_template_del.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/tasks/tasks_template_del.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/templates/cli_test_case_01.cfg +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_users/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_users/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_users/tasks/cli_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_users/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_users/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_users/tasks/single_run_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_users/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_users/templates/cli_test_case_01.cfg +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vlans/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vlans/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vlans/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vlans/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vlans/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vrfs/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vrfs/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vrfs/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vrfs/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vrfs/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vrfs/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vrfs/templates/cli_test_case_01.cfg +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vxlan/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vxlan/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vxlan/tasks/cleanup_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vxlan/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vxlan/tasks/preparation_tests.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vxlan/tasks/tasks_template.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_vxlan/templates/cli_test_case_01.cfg +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/test_reports/defaults/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/test_reports/meta/main.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/test_reports/tasks/main.yml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/test_reports/templates/regression_html_report.j2 +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/regression/test.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/sanity/ignore-2.9.txt +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/run_test_cases.sh +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_01_dict_diff_with_key_name.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_02_dict_diff_with_key_other.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_03_dict_diff_without_key.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_04_dict_diff_with_similar_dict.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_05_dict_diff_left_only.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_06_dict_diff_left_only_with_none.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_07_dict_diff_skeleton_only.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_08_list_diff_with_key_name.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_09_list_diff_with_multi_keys.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_10_list_diff_with_key_other.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_11_list_diff_with_similar_list.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_12_list_diff_with_left_only.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_13_list_diff_with_left_only_with_none.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_14_list_diff_skeleton_only.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_15_list_of_list_diff.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_16_complex_list_with_dict_diff.yaml +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_diff_util.py +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_diff_util.pyc +${PYSITELIB}/ansible_collections/dellemc/enterprise_sonic/tests/unit/utils/test_diff_util.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/ask_a_question.md +${PYSITELIB}/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/bug_report.md +${PYSITELIB}/ansible_collections/dellemc/openmanage/.github/ISSUE_TEMPLATE/feature_request.md +${PYSITELIB}/ansible_collections/dellemc/openmanage/.github/PULL_REQUEST_TEMPLATE.md +${PYSITELIB}/ansible_collections/dellemc/openmanage/.github/debug.md ${PYSITELIB}/ansible_collections/dellemc/openmanage/.github/workflows/ansible-test.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/.gitignore ${PYSITELIB}/ansible_collections/dellemc/openmanage/AUTHORS.md @@ -30789,6 +38375,78 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/README.md ${PYSITELIB}/ansible_collections/dellemc/openmanage/changelogs/.plugin-cache.yaml ${PYSITELIB}/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/dellemc/openmanage/changelogs/config.yaml +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/README.md +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/dellemc_configure_idrac_eventing.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/dellemc_configure_idrac_services.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/dellemc_get_firmware_inventory.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/dellemc_get_system_inventory.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/dellemc_idrac_lc_attributes.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/dellemc_idrac_storage_volume.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/dellemc_system_lockdown_mode.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_bios.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_firmware.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_firmware_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_lifecycle_controller_job_status_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_lifecycle_controller_jobs.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_lifecycle_controller_logs.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_lifecycle_controller_status_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_network.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_os_deployment.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_redfish_storage_controller.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_reset.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_server_config_profile.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_syslog.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_system_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_timezone_ntp.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/idrac_user.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_active_directory.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_application_alerts_smtp.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_application_alerts_syslog.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_application_certificate.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_application_network_address.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_application_network_proxy.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_application_network_settings.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_application_network_time.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_application_network_webserver.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_application_security_settings.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_chassis_slots.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_configuration_compliance_baseline.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_configuration_compliance_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_device_group.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_device_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_device_local_access_configuration.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_device_location.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_device_mgmt_network.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_device_network_services.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_device_power_settings.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_diagnostics.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_discovery.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_domain_user_groups.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_firmware.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_firmware_baseline.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_firmware_baseline_compliance_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_firmware_baseline_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_firmware_catalog.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_groups.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_identity_pool.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_job_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_network_port_breakout.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_network_vlan.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_network_vlan_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_powerstate.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_profile.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_smart_fabric.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_smart_fabric_uplink.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_template.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_template_identity_pool.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_template_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_template_network_vlan.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_user.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/ome_user_info.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/redfish_event_subscription.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/redfish_firmware.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/redfish_powerstate.rst +${PYSITELIB}/ansible_collections/dellemc/openmanage/docs/modules/redfish_storage_volume.rst ${PYSITELIB}/ansible_collections/dellemc/openmanage/meta/runtime.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/idrac/dellemc_configure_idrac_eventing.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/idrac/dellemc_configure_idrac_services.yml @@ -30815,14 +38473,18 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/idrac/idrac_syslog ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/idrac/idrac_system_info.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/idrac/idrac_timezone_ntp.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/idrac/idrac_user.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_alerts_smtp.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_alerts_syslog.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_certificate.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_network_address.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_network_address_with_job_tracking.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_network_proxy.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_network_settings.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_network_time.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_network_time_zone_info.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_network_webserver.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_network_webserver_port_changed_tracking.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/application/ome_application_security_settings.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/compliance/ome_configuration_compliance_baseline.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/compliance/ome_configuration_compliance_baseline_workflow.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/compliance/ome_configuration_compliance_info.yml @@ -30833,12 +38495,21 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/firmware/basel ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/firmware/baseline/ome_firmware_baseline_compliance_info_filters.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/firmware/baseline/ome_firmware_baseline_info.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/firmware/catalog/ome_firmware_catalog.yml -${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/firmware/catalog/ome_firmware_catalog_with_job_tracking.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/firmware/ome_firmware.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/firmware/ome_firmware_with_job_tracking.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_active_directory.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_chassis_slots.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_device_group.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_device_info.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_device_local_access_configuration.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_device_location.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_device_mgmt_network.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_device_network_services.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_device_power_settings.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_diagnostics.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_discovery.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_domain_user_groups.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_groups.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_identity_pool.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_job_info.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/ome_network_port_breakout.yml @@ -30866,6 +38537,7 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/ome/user/ome_user_ ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/redfish/firmware/redfish_firmware.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/redfish/firmware/redfish_firmware_from_http_jobtracking.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/redfish/firmware/redfish_firmware_from_local_jobtracking.yml +${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/redfish/redfish_event_subscription.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/redfish/redfish_powerstate.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/redfish/storage/redfish_storage_volume.yml ${PYSITELIB}/ansible_collections/dellemc/openmanage/playbooks/redfish/storage/redfish_storage_volume_create_job_tracking.yml @@ -30885,6 +38557,12 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/networ ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/ome_auth_options.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/ome_auth_options.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/ome_auth_options.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/omem_auth_options.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/omem_auth_options.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/omem_auth_options.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/oment_auth_options.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/oment_auth_options.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/oment_auth_options.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/redfish_auth_options.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/redfish_auth_options.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/doc_fragments/redfish_auth_options.pyo @@ -30975,6 +38653,15 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/idrac_timezo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/idrac_user.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/idrac_user.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/idrac_user.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_active_directory.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_active_directory.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_active_directory.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_alerts_smtp.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_alerts_smtp.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_alerts_smtp.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_alerts_syslog.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_alerts_syslog.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_alerts_syslog.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_certificate.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_certificate.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_certificate.pyo @@ -30984,12 +38671,21 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_applicat ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_proxy.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_proxy.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_proxy.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_settings.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_settings.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_settings.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_time.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_time.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_time.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_webserver.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_webserver.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_network_webserver.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_security_settings.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_security_settings.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_application_security_settings.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_chassis_slots.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_chassis_slots.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_chassis_slots.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_configuration_compliance_baseline.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_configuration_compliance_baseline.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_configuration_compliance_baseline.pyo @@ -31002,9 +38698,30 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_g ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_info.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_info.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_info.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_local_access_configuration.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_local_access_configuration.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_local_access_configuration.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_location.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_location.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_location.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_mgmt_network.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_mgmt_network.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_mgmt_network.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_network_services.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_network_services.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_network_services.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_power_settings.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_power_settings.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_device_power_settings.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_diagnostics.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_diagnostics.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_diagnostics.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_discovery.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_discovery.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_discovery.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_domain_user_groups.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_domain_user_groups.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_domain_user_groups.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_firmware.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_firmware.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_firmware.pyo @@ -31020,6 +38737,9 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_firmware ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_firmware_catalog.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_firmware_catalog.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_firmware_catalog.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_groups.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_groups.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_groups.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_identity_pool.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_identity_pool.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_identity_pool.pyo @@ -31065,6 +38785,9 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_user.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_user_info.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_user_info.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/ome_user_info.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_event_subscription.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_event_subscription.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_event_subscription.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_firmware.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_firmware.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_firmware.pyo @@ -31074,6 +38797,7 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_powe ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_storage_volume.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_storage_volume.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/plugins/modules/redfish_storage_volume.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/requirements.txt ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/.gitignore ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/README.md ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/__init__.py @@ -31171,6 +38895,15 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/t ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_idrac_user.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_idrac_user.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_idrac_user.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_active_directory.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_active_directory.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_active_directory.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_alerts_smtp.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_alerts_smtp.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_alerts_smtp.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_alerts_syslog.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_alerts_syslog.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_alerts_syslog.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_certificate.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_certificate.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_certificate.pyo @@ -31180,12 +38913,21 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/t ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_proxy.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_proxy.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_proxy.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_settings.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_settings.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_settings.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_time.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_time.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_time.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_webserver.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_webserver.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_network_webserver.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_security_settings.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_security_settings.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_application_security_settings.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_chassis_slots.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_chassis_slots.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_chassis_slots.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_configuration_compliance_baseline.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_configuration_compliance_baseline.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_configuration_compliance_baseline.pyo @@ -31198,9 +38940,30 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/t ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_info.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_info.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_info.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_local_access_configuration.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_local_access_configuration.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_local_access_configuration.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_location.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_location.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_location.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_mgmt_network.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_mgmt_network.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_mgmt_network.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_network_services.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_network_services.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_network_services.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_power_settings.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_power_settings.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_device_power_settings.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_diagnostics.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_diagnostics.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_diagnostics.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_discovery.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_discovery.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_discovery.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_domain_user_groups.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_domain_user_groups.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_domain_user_groups.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_firmware.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_firmware.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_firmware.pyo @@ -31216,6 +38979,9 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/t ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_firmware_catalog.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_firmware_catalog.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_firmware_catalog.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_groups.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_groups.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_groups.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_identity_pool.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_identity_pool.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_identity_pool.pyo @@ -31261,6 +39027,9 @@ ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/t ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_user_info.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_user_info.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_ome_user_info.pyo +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_redfish_event_subscription.py +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_redfish_event_subscription.pyc +${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_redfish_event_subscription.pyo ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_redfish_firmware.py ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_redfish_firmware.pyc ${PYSITELIB}/ansible_collections/dellemc/openmanage/tests/unit/plugins/modules/test_redfish_firmware.pyo @@ -32806,13 +40575,6 @@ ${PYSITELIB}/ansible_collections/dellemc/os9/tests/unit/modules/network/os9/test ${PYSITELIB}/ansible_collections/dellemc/os9/tests/unit/modules/network/os9/test_os9_facts.pyo ${PYSITELIB}/ansible_collections/f5networks/f5_modules/.github/lockdown.yml ${PYSITELIB}/ansible_collections/f5networks/f5_modules/.gitignore -${PYSITELIB}/ansible_collections/f5networks/f5_modules/.idea/.gitignore -${PYSITELIB}/ansible_collections/f5networks/f5_modules/.idea/f5_modules_collection.iml -${PYSITELIB}/ansible_collections/f5networks/f5_modules/.idea/jsonSchemas.xml -${PYSITELIB}/ansible_collections/f5networks/f5_modules/.idea/misc.xml -${PYSITELIB}/ansible_collections/f5networks/f5_modules/.idea/modules.xml -${PYSITELIB}/ansible_collections/f5networks/f5_modules/.idea/vcs.xml -${PYSITELIB}/ansible_collections/f5networks/f5_modules/.idea/workspace.xml ${PYSITELIB}/ansible_collections/f5networks/f5_modules/CHANGELOG.rst ${PYSITELIB}/ansible_collections/f5networks/f5_modules/FILES.json ${PYSITELIB}/ansible_collections/f5networks/f5_modules/MANIFEST.json @@ -32894,6 +40656,9 @@ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/module_utils/teem ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/module_utils/urls.py ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/module_utils/urls.pyc ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/module_utils/urls.pyo +${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/module_utils/version.py +${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/module_utils/version.pyc +${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/module_utils/version.pyo ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/__init__.pyo @@ -33134,6 +40899,9 @@ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_log ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_log_publisher.py ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_log_publisher.pyc ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_log_publisher.pyo +${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_ltm_global.py +${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_ltm_global.pyc +${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_ltm_global.pyo ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_lx_package.py ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_lx_package.pyc ${PYSITELIB}/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_lx_package.pyo @@ -33437,6 +41205,7 @@ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/__init__.pyc ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/__init__.pyo ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/sanity/ignore-2.12.txt ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/__init__.pyc @@ -33480,12 +41249,6 @@ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/confte ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/__init__.py ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/__init__.pyc ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/__init__.pyo -${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/.pytest_cache/.gitignore -${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/.pytest_cache/CACHEDIR.TAG -${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/.pytest_cache/README.md -${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/.pytest_cache/v/cache/lastfailed -${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/.pytest_cache/v/cache/nodeids -${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/.pytest_cache/v/cache/stepwise ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/__init__.py ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/__init__.pyc ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/__init__.pyo @@ -33520,6 +41283,7 @@ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/networ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/f5.microsoft_adfs.v1.0.0.tmpl ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/fake_policy.tar.gz ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/fake_policy.xml +${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/fw_addr_rd.json ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/import_policy_from_template_task_started.json ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/import_policy_task_started.json ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/list_hotfixes_after_upload_remote.json @@ -33586,6 +41350,7 @@ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/networ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/load_ltm_dns_nameserver_1.json ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/load_ltm_dns_zone_1.json ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/load_ltm_fastl4_profile_1.json +${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/load_ltm_global_settings_general.json ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/load_ltm_http2_profile.json ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/load_ltm_http_profile_1.json ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/fixtures/load_ltm_irules.json @@ -33956,6 +41721,9 @@ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/networ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/test_bigip_log_publisher.py ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/test_bigip_log_publisher.pyc ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/test_bigip_log_publisher.pyo +${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/test_bigip_ltm_global.py +${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/test_bigip_ltm_global.pyc +${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/test_bigip_ltm_global.pyo ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/test_bigip_lx_package.py ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/test_bigip_lx_package.pyc ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/modules/network/f5/test_bigip_lx_package.pyo @@ -34257,6 +42025,7 @@ ${PYSITELIB}/ansible_collections/f5networks/f5_modules/tests/unit/requirements.y ${PYSITELIB}/ansible_collections/fortinet/fortimanager/FILES.json ${PYSITELIB}/ansible_collections/fortinet/fortimanager/MANIFEST.json ${PYSITELIB}/ansible_collections/fortinet/fortimanager/README.md +${PYSITELIB}/ansible_collections/fortinet/fortimanager/meta/runtime.yml ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/README.md ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/httpapi/fortimanager.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/httpapi/fortimanager.pyc @@ -34267,13 +42036,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/__in ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/common.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/common.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/common.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/exported_schema.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/exported_schema.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/exported_schema.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/fortimanager.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/fortimanager.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/fortimanager.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/napi.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/napi.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/module_utils/napi.pyo -${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/.fmgr_firewall_vipgrp_dynamicmapping.py.swp ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_adom_options.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_adom_options.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_adom_options.pyo @@ -34292,6 +42063,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_anti ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_cifs.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_cifs.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_cifs.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_contentdisarm.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_contentdisarm.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_contentdisarm.pyo @@ -34313,6 +42087,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_anti ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_nntp.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_nntp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_nntp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_outbreakprevention.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_outbreakprevention.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_outbreakprevention.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_pop3.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_pop3.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_pop3.pyo @@ -34322,6 +42099,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_anti ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_smtp.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_smtp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_smtp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_ssh.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_ssh.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_antivirus_profile_ssh.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_apcfgprofile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_apcfgprofile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_apcfgprofile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_apcfgprofile_commandlist.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_apcfgprofile_commandlist.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_apcfgprofile_commandlist.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_categories.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_categories.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_categories.pyo @@ -34334,12 +42120,21 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_appl ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_defaultnetworkservices.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_defaultnetworkservices.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_defaultnetworkservices.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_entries.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_entries.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_entries.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_entries_parameters.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_entries_parameters.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_entries_parameters.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_entries_parameters_members.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_entries_parameters_members.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_application_list_entries_parameters_members.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_authentication_scheme.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_authentication_scheme.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_authentication_scheme.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_bleprofile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_bleprofile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_bleprofile.pyo @@ -34352,18 +42147,42 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_bonj ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_certificate_template.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_certificate_template.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_certificate_template.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_domaincontroller.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_domaincontroller.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_domaincontroller.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile_filefilter.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile_filefilter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile_filefilter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile_filefilter_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile_filefilter_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile_filefilter_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile_serverkeytab.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile_serverkeytab.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_cifs_profile_serverkeytab.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_clone.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_clone.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_clone.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_credentialstore_domaincontroller.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_credentialstore_domaincontroller.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_credentialstore_domaincontroller.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_device_profile_fortianalyzer.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_device_profile_fortianalyzer.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_device_profile_fortianalyzer.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_device_profile_fortiguard.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_device_profile_fortiguard.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_device_profile_fortiguard.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_import.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_import.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_import.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_fortianalyzer_setting.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_fortianalyzer_setting.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_fortianalyzer_setting.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_fortianalyzercloud_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_fortianalyzercloud_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_fortianalyzercloud_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter.pyo @@ -34466,6 +42285,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_fpsensitivity.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_fpsensitivity.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_fpsensitivity.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_sensitivity.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_sensitivity.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_sensitivity.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_sensor.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_sensor.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dlp_sensor.pyo @@ -34481,6 +42303,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsf ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsfilter_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsfilter_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsfilter_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsfilter_profile_dnstranslation.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsfilter_profile_dnstranslation.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsfilter_profile_dnstranslation.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsfilter_profile_domainfilter.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsfilter_profile_domainfilter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dnsfilter_profile_domainfilter.pyo @@ -34535,6 +42360,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmd ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmdb_device_vdom.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmdb_device_vdom.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmdb_device_vdom.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmdb_folder.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmdb_folder.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmdb_folder.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmdb_group.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmdb_group.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dvmdb_group.pyo @@ -34643,12 +42471,21 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dyna ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_certificate_local_dynamicmapping.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_certificate_local_dynamicmapping.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_certificate_local_dynamicmapping.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_input_interface.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_input_interface.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_input_interface.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_input_interface_dynamicmapping.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_input_interface_dynamicmapping.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_input_interface_dynamicmapping.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_interface.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_interface.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_interface.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_interface_dynamicmapping.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_interface_dynamicmapping.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_interface_dynamicmapping.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_interface_platformmapping.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_interface_platformmapping.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_interface_platformmapping.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_ippool.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_ippool.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_ippool.pyo @@ -34667,6 +42504,12 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dyna ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_members_dynamicmapping.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_members_dynamicmapping.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_members_dynamicmapping.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_neighbor.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_neighbor.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_neighbor.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_neighbor_dynamicmapping.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_neighbor_dynamicmapping.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_neighbor_dynamicmapping.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_server.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_server.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_virtualwanlink_server.pyo @@ -34679,12 +42522,126 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dyna ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_vpntunnel_dynamicmapping.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_vpntunnel_dynamicmapping.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_dynamic_vpntunnel_dynamicmapping.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_blockallowlist.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_blockallowlist.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_blockallowlist.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_blockallowlist_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_blockallowlist_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_blockallowlist_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bwl.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bwl.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bwl.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bwl_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bwl_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bwl_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bword.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bword.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bword.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bword_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bword_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_bword_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_dnsbl.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_dnsbl.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_dnsbl.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_dnsbl_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_dnsbl_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_dnsbl_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_fortishield.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_fortishield.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_fortishield.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_iptrust.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_iptrust.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_iptrust.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_iptrust_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_iptrust_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_iptrust_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_mheader.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_mheader.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_mheader.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_mheader_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_mheader_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_mheader_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_options.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_options.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_options.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_filefilter.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_filefilter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_filefilter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_filefilter_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_filefilter_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_filefilter_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_gmail.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_gmail.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_gmail.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_imap.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_imap.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_imap.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_mapi.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_mapi.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_mapi.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_msnhotmail.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_msnhotmail.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_msnhotmail.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_otherwebmails.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_otherwebmails.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_otherwebmails.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_pop3.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_pop3.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_pop3.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_smtp.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_smtp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_emailfilter_profile_smtp.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_exec_fgfm_reclaimdevtunnel.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_exec_fgfm_reclaimdevtunnel.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_exec_fgfm_reclaimdevtunnel.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_export_playbooks.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_export_playbooks.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_export_playbooks.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_dataplan.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_dataplan.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_dataplan.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_simprofile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_simprofile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_simprofile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_simprofile_autoswitchprofile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_simprofile_autoswitchprofile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_simprofile_autoswitchprofile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_template.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_template.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_extendercontroller_template.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fact.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fact.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fact.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_filefilter_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_filefilter_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_filefilter_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_filefilter_profile_rules.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_filefilter_profile_rules.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_filefilter_profile_rules.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_apigateway.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_apigateway.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_apigateway.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_apigateway_realservers.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_apigateway_realservers.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_apigateway_realservers.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_apigateway_sslciphersuites.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_apigateway_sslciphersuites.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_apigateway_sslciphersuites.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_realservers.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_realservers.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_realservers.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_serverpubkeyauthsettings.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_serverpubkeyauthsettings.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_serverpubkeyauthsettings.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_serverpubkeyauthsettings_certextension.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_serverpubkeyauthsettings_certextension.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_accessproxy_serverpubkeyauthsettings_certextension.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address.pyo @@ -34694,6 +42651,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address6_dynamicmapping.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address6_dynamicmapping.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address6_dynamicmapping.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address6_dynamicmapping_subnetsegment.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address6_dynamicmapping_subnetsegment.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address6_dynamicmapping_subnetsegment.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address6_list.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address6_list.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_address6_list.pyo @@ -34745,6 +42705,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_carrierendpointbwl_entries.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_carrierendpointbwl_entries.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_carrierendpointbwl_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_decryptedtrafficmirror.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_decryptedtrafficmirror.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_decryptedtrafficmirror.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_gtp.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_gtp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_gtp.pyo @@ -34784,6 +42747,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_gtp_policy.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_gtp_policy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_gtp_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_gtp_policyv2.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_gtp_policyv2.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_gtp_policyv2.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_identitybasedroute.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_identitybasedroute.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_identitybasedroute.pyo @@ -34796,6 +42762,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservice_entry.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservice_entry.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservice_entry.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetserviceaddition.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetserviceaddition.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetserviceaddition.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetserviceaddition_entry.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetserviceaddition_entry.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetserviceaddition_entry.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetserviceaddition_entry_portrange.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetserviceaddition_entry_portrange.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetserviceaddition_entry_portrange.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservicecustom.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservicecustom.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservicecustom.pyo @@ -34817,6 +42792,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservicegroup.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservicegroup.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservicegroup.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservicename.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservicename.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_internetservicename.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_ippool.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_ippool.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_ippool.pyo @@ -34847,6 +42825,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_mmsprofile_notifmsisdn.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_mmsprofile_notifmsisdn.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_mmsprofile_notifmsisdn.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_mmsprofile_outbreakprevention.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_mmsprofile_outbreakprevention.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_mmsprofile_outbreakprevention.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_multicastaddress.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_multicastaddress.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_multicastaddress.pyo @@ -34865,6 +42846,18 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs_filefilter.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs_filefilter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs_filefilter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs_filefilter_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs_filefilter_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs_filefilter_entries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs_serverkeytab.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs_serverkeytab.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_cifs_serverkeytab.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_dns.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_dns.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_dns.pyo @@ -34892,6 +42885,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_smtp.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_smtp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_smtp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_ssh.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_ssh.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_profileprotocoloptions_ssh.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_proxyaddress.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_proxyaddress.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_proxyaddress.pyo @@ -34937,9 +42933,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_shapingprofile_shapingentries.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_shapingprofile_shapingentries.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_shapingprofile_shapingentries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_ssh_localca.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_ssh_localca.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_ssh_localca.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile_dot.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile_dot.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile_dot.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile_ftps.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile_ftps.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile_ftps.pyo @@ -34967,6 +42969,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fire ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile_sslserver.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile_sslserver.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_sslsshprofile_sslserver.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_trafficclass.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_trafficclass.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_trafficclass.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_vip.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_vip.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_firewall_vip.pyo @@ -35081,6 +43086,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmup ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmupdate_fdssetting_updateschedule.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmupdate_fdssetting_updateschedule.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmupdate_fdssetting_updateschedule.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmupdate_fwmsetting.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmupdate_fwmsetting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmupdate_fwmsetting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmupdate_multilayer.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmupdate_multilayer.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fmupdate_multilayer.pyo @@ -35150,12 +43158,42 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_ip6delegatedprefixlist.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_ip6delegatedprefixlist.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_ip6delegatedprefixlist.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_ip6extraaddr.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_ip6extraaddr.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_ip6extraaddr.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_ip6prefixlist.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_ip6prefixlist.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_ip6prefixlist.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_vrrp6.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_vrrp6.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_ipv6_vrrp6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_secondaryip.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_secondaryip.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_dynamicmapping_interface_secondaryip.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_ip6delegatedprefixlist.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_ip6delegatedprefixlist.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_ip6delegatedprefixlist.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_ip6extraaddr.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_ip6extraaddr.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_ip6extraaddr.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_ip6prefixlist.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_ip6prefixlist.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_ip6prefixlist.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_vrrp6.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_vrrp6.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_ipv6_vrrp6.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_secondaryip.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_secondaryip.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_fsp_vlan_interface_secondaryip.pyo @@ -35258,6 +43296,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_hots ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile_icapheaders.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile_icapheaders.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile_icapheaders.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile_respmodforwardrules.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile_respmodforwardrules.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile_respmodforwardrules.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile_respmodforwardrules_headergroup.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile_respmodforwardrules_headergroup.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_profile_respmodforwardrules_headergroup.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_server.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_server.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_icap_server.pyo @@ -35282,12 +43329,36 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_meta ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_move.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_move.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_move.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_mpskprofile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_mpskprofile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_mpskprofile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_mpskprofile_mpskgroup.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_mpskprofile_mpskgroup.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_mpskprofile_mpskgroup.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_mpskprofile_mpskgroup_mpskkey.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_mpskprofile_mpskgroup_mpskkey.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_mpskprofile_mpskgroup_mpskkey.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_authentication_rule.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_authentication_rule.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_authentication_rule.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_authentication_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_authentication_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_authentication_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_central_dnat.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_central_dnat.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_central_dnat.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_central_dnat6.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_central_dnat6.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_central_dnat6.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_centralsnatmap.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_centralsnatmap.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_centralsnatmap.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_consolidated_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_consolidated_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_consolidated_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_consolidated_policy_sectionvalue.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_consolidated_policy_sectionvalue.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_consolidated_policy_sectionvalue.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_dospolicy.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_dospolicy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_dospolicy.pyo @@ -35354,6 +43425,12 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_proxypolicy_sectionvalue.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_proxypolicy_sectionvalue.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_proxypolicy_sectionvalue.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_securitypolicy.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_securitypolicy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_securitypolicy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_securitypolicy_sectionvalue.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_securitypolicy_sectionvalue.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_securitypolicy_sectionvalue.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_shapingpolicy.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_shapingpolicy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_firewall_shapingpolicy.pyo @@ -35375,6 +43452,39 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_header_shapingpolicy.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_header_shapingpolicy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pkg_header_shapingpolicy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_address.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_address.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_address.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_addrgrp.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_addrgrp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_addrgrp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_centralsnatmap.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_centralsnatmap.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_centralsnatmap.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_service_custom.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_service_custom.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_service_custom.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_service_group.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_service_group.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_metafields_firewall_service_group.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_reset_database.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_reset_database.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_reset_database.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_upgrade.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_upgrade.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_upgrade.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_workspace_commit.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_workspace_commit.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_workspace_commit.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_workspace_lock.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_workspace_lock.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_workspace_lock.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_workspace_unlock.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_workspace_unlock.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_config_workspace_unlock.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_devprof_adom.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_devprof_adom.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_devprof_adom.pyo @@ -35399,6 +43509,12 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_pm_w ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_qosprofile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_qosprofile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_qosprofile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_region.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_region.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_region.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_rename.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_rename.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_rename.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_securityconsole_abort.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_securityconsole_abort.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_securityconsole_abort.pyo @@ -35498,15 +43614,27 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_spam ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile_filefilter.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile_filefilter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile_filefilter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile_filefilter_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile_filefilter_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile_filefilter_entries.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile_shellcommands.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile_shellcommands.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sshfilter_profile_shellcommands.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_customcommand.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_customcommand.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_customcommand.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile_customtlvs.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile_customtlvs.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile_customtlvs.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile_medlocationservice.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile_medlocationservice.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile_medlocationservice.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile_mednetworkpolicy.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile_mednetworkpolicy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_lldpprofile_mednetworkpolicy.pyo @@ -35522,12 +43650,36 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_swit ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_igmpsnooping.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_igmpsnooping.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_igmpsnooping.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_ipsourceguard.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_ipsourceguard.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_ipsourceguard.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_ipsourceguard_bindingentry.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_ipsourceguard_bindingentry.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_ipsourceguard_bindingentry.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_mirror.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_mirror.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_mirror.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_ports.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_ports.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_ports.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_remotelog.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_remotelog.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_remotelog.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpcommunity.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpcommunity.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpcommunity.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpcommunity_hosts.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpcommunity_hosts.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpcommunity_hosts.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpsysinfo.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpsysinfo.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpsysinfo.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmptrapthreshold.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmptrapthreshold.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmptrapthreshold.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpuser.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpuser.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_snmpuser.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_stormcontrol.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_stormcontrol.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_switchcontroller_managedswitch_stormcontrol.pyo @@ -35582,6 +43734,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sys_ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sys_proxy_json.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sys_proxy_json.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sys_proxy_json.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sys_reboot.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sys_reboot.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_sys_reboot.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_admin_group.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_admin_group.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_admin_group.pyo @@ -35717,6 +43872,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_syst ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_dns.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_dns.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_dns.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_docker.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_docker.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_docker.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_externalresource.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_externalresource.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_externalresource.pyo @@ -35738,6 +43896,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_syst ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_geoipoverride.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_geoipoverride.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_geoipoverride.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_geoipoverride_ip6range.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_geoipoverride_ip6range.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_geoipoverride_ip6range.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_geoipoverride_iprange.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_geoipoverride_iprange.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_geoipoverride_iprange.pyo @@ -35813,12 +43974,24 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_syst ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_alert.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_alert.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_alert.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_devicedisable.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_devicedisable.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_devicedisable.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_interfacestats.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_interfacestats.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_interfacestats.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_ioc.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_ioc.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_ioc.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_maildomain.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_maildomain.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_maildomain.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_ratelimit.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_ratelimit.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_ratelimit.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_ratelimit_device.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_ratelimit_device.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_ratelimit_device.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_settings.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_settings.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_log_settings.pyo @@ -35846,6 +44019,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_syst ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_mail.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_mail.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_mail.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_mcpolicydisabledadoms.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_mcpolicydisabledadoms.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_mcpolicydisabledadoms.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_meta.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_meta.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_meta.pyo @@ -35879,6 +44055,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_syst ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_replacemsggroup_auth.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_replacemsggroup_auth.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_replacemsggroup_auth.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_replacemsggroup_automation.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_replacemsggroup_automation.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_replacemsggroup_automation.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_replacemsggroup_custommessage.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_replacemsggroup_custommessage.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_replacemsggroup_custommessage.pyo @@ -35969,6 +44148,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_syst ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_saml.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_saml.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_saml.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_saml_fabricidp.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_saml_fabricidp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_saml_fabricidp.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sdnconnector.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sdnconnector.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sdnconnector.pyo @@ -35993,6 +44175,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_syst ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_smsserver.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_smsserver.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_smsserver.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sniffer.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sniffer.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sniffer.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_snmp_community.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_snmp_community.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_snmp_community.pyo @@ -36008,12 +44193,18 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_syst ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_snmp_user.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_snmp_user.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_snmp_user.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_socfabric.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_socfabric.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_socfabric.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql_customindex.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql_customindex.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql_customindex.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql_customskipidx.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql_customskipidx.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql_customskipidx.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql_tsindexfield.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql_tsindexfield.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_system_sql_tsindexfield.pyo @@ -36038,6 +44229,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_temp ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_adgrp.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_adgrp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_adgrp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_clearpass.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_clearpass.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_clearpass.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_device.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_device.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_device.pyo @@ -36059,6 +44253,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_devicegroup_tagging.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_devicegroup_tagging.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_devicegroup_tagging.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_domaincontroller.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_domaincontroller.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_domaincontroller.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_domaincontroller_extraserver.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_domaincontroller_extraserver.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_domaincontroller_extraserver.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_exchange.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_exchange.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_exchange.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_fortitoken.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_fortitoken.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_fortitoken.pyo @@ -36083,6 +44286,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_group_match.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_group_match.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_group_match.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_krbkeytab.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_krbkeytab.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_krbkeytab.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_ldap.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_ldap.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_ldap.pyo @@ -36092,6 +44298,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_local.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_local.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_local.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_nsx.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_nsx.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_nsx.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_passwordpolicy.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_passwordpolicy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_passwordpolicy.pyo @@ -36116,6 +44325,12 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_radius_dynamicmapping.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_radius_dynamicmapping.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_radius_dynamicmapping.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_radius_dynamicmapping_accountingserver.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_radius_dynamicmapping_accountingserver.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_radius_dynamicmapping_accountingserver.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_saml.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_saml.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_saml.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_securityexemptlist.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_securityexemptlist.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_securityexemptlist.pyo @@ -36128,6 +44343,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_tacacs_dynamicmapping.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_tacacs_dynamicmapping.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_tacacs_dynamicmapping.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_vcenter.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_vcenter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_vcenter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_vcenter_rule.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_vcenter_rule.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_user_vcenter_rule.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_utmprofile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_utmprofile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_utmprofile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vap.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vap.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vap.pyo @@ -36149,6 +44373,21 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vap_ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vapgroup.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vapgroup.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vapgroup.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_profile_fortiguardcategory.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_profile_fortiguardcategory.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_profile_fortiguardcategory.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_profile_fortiguardcategory_filters.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_profile_fortiguardcategory_filters.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_profile_fortiguardcategory_filters.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_youtubechannelfilter.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_youtubechannelfilter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_youtubechannelfilter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_youtubechannelfilter_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_youtubechannelfilter_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_videofilter_youtubechannelfilter_entries.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_voip_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_voip_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_voip_profile.pyo @@ -36167,6 +44406,12 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_certificate_remote.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_certificate_remote.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_certificate_remote.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_ssl_settings.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_ssl_settings.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_ssl_settings.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_ssl_settings_authenticationrule.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_ssl_settings_authenticationrule.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpn_ssl_settings_authenticationrule.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpnmgr_node.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpnmgr_node.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_vpnmgr_node.pyo @@ -36296,6 +44541,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_waf_ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_waf_subclass.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_waf_subclass.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_waf_subclass.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wagprofile.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wagprofile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wagprofile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanopt_authgroup.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanopt_authgroup.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanopt_authgroup.pyo @@ -36320,6 +44568,33 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wano ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanopt_profile_tcp.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanopt_profile_tcp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanopt_profile_tcp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_duplication.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_duplication.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_duplication.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_healthcheck.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_healthcheck.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_healthcheck.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_healthcheck_sla.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_healthcheck_sla.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_healthcheck_sla.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_members.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_members.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_members.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_neighbor.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_neighbor.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_neighbor.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_service.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_service.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_service.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_service_sla.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_service_sla.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_service_sla.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_zone.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_zone.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_sdwan_zone.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink.pyo @@ -36332,6 +44607,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanp ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink_members.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink_members.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink_members.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink_neighbor.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink_neighbor.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink_neighbor.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink_service.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink_service.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wanprof_system_virtualwanlink_service.pyo @@ -36362,6 +44640,21 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webf ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_antiphish.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_antiphish.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_antiphish.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_antiphish_custompatterns.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_antiphish_custompatterns.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_antiphish_custompatterns.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_antiphish_inspectionentries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_antiphish_inspectionentries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_antiphish_inspectionentries.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_filefilter.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_filefilter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_filefilter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_filefilter_entries.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_filefilter_entries.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_filefilter_entries.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_ftgdwf.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_ftgdwf.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_webfilter_profile_ftgdwf.pyo @@ -36431,12 +44724,23 @@ ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpp ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_radio2.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_radio2.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_radio2.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_radio3.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_radio3.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_radio3.pyo +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_radio4.py +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_radio4.pyc +${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_radio4.pyo ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_splittunnelingacl.py ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_splittunnelingacl.pyc ${PYSITELIB}/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_wtpprofile_splittunnelingacl.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/CHANGELOG.rst ${PYSITELIB}/ansible_collections/fortinet/fortios/FILES.json ${PYSITELIB}/ansible_collections/fortinet/fortios/MANIFEST.json ${PYSITELIB}/ansible_collections/fortinet/fortios/README.md +${PYSITELIB}/ansible_collections/fortinet/fortios/changelogs/.plugin-cache.yaml +${PYSITELIB}/ansible_collections/fortinet/fortios/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/fortinet/fortios/changelogs/config.yaml +${PYSITELIB}/ansible_collections/fortinet/fortios/changelogs/fragments/2.1.4_release ${PYSITELIB}/ansible_collections/fortinet/fortios/examples/httpapi/inventory/hosts ${PYSITELIB}/ansible_collections/fortinet/fortios/examples/httpapi/readme ${PYSITELIB}/ansible_collections/fortinet/fortios/examples/httpapi/set_system_global.yml @@ -36450,6 +44754,7 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/examples/set_system_ha.yml ${PYSITELIB}/ansible_collections/fortinet/fortios/examples/set_system_ha_monitor.yml ${PYSITELIB}/ansible_collections/fortinet/fortios/examples/set_system_ntp.yml ${PYSITELIB}/ansible_collections/fortinet/fortios/examples/set_system_zone.yml +${PYSITELIB}/ansible_collections/fortinet/fortios/meta/runtime.yml ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/doc_fragments/fortios.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/doc_fragments/fortios.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/doc_fragments/fortios.pyo @@ -36483,6 +44788,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/a ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/argspec/system/system.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/argspec/system/system.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/argspec/system/system.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/comparison.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/comparison.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/comparison.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/facts/__init__.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/facts/__init__.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/module_utils/fortios/facts/__init__.pyo @@ -36507,6 +44815,12 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_alerte ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_heuristic.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_heuristic.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_heuristic.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_mms_checksum.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_mms_checksum.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_mms_checksum.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_notification.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_notification.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_notification.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_antivirus_profile.pyo @@ -36549,9 +44863,21 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_certif ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_certificate_local.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_certificate_local.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_certificate_local.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_certificate_remote.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_certificate_remote.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_certificate_remote.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_cifs_domain_controller.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_cifs_domain_controller.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_cifs_domain_controller.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_cifs_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_cifs_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_cifs_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_configuration_fact.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_configuration_fact.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_configuration_fact.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_credential_store_domain_controller.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_credential_store_domain_controller.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_credential_store_domain_controller.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_filepattern.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_filepattern.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_filepattern.pyo @@ -36561,6 +44887,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_fp ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_fp_sensitivity.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_fp_sensitivity.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_fp_sensitivity.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_sensitivity.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_sensitivity.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_sensitivity.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_sensor.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_sensor.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dlp_sensor.pyo @@ -36573,9 +44902,45 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dnsfil ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dnsfilter_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dnsfilter_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dnsfilter_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dpdk_cpus.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dpdk_cpus.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dpdk_cpus.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dpdk_global.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dpdk_global.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_dpdk_global.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_block_allow_list.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_block_allow_list.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_block_allow_list.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_bwl.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_bwl.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_bwl.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_bword.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_bword.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_bword.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_dnsbl.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_dnsbl.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_dnsbl.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_fortishield.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_fortishield.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_fortishield.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_iptrust.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_iptrust.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_iptrust.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_mheader.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_mheader.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_mheader.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_options.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_options.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_options.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_emailfilter_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_client.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_client.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_client.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_fctems.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_fctems.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_fctems.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_forticlient_ems.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_forticlient_ems.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_forticlient_ems.pyo @@ -36591,12 +44956,51 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoi ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_settings.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_settings.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_endpoint_control_settings.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_export_config_playbook.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_export_config_playbook.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_export_config_playbook.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_controller_dataplan.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_controller_dataplan.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_controller_dataplan.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_controller_extender.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_controller_extender.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_controller_extender.pyo -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_facts.py -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_facts.pyc -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_facts.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_extender_info.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_extender_info.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_extender_info.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_lte_carrier_by_mcc_mnc.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_lte_carrier_by_mcc_mnc.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_lte_carrier_by_mcc_mnc.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_lte_carrier_list.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_lte_carrier_list.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_lte_carrier_list.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_modem_status.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_modem_status.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_modem_status.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_sys_info.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_sys_info.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_extender_sys_info.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_file_filter_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_file_filter_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_file_filter_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy6.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy6.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy_ssh_client_cert.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy_ssh_client_cert.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy_ssh_client_cert.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy_virtual_host.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy_virtual_host.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_access_proxy_virtual_host.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_acl.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_acl.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_acl.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_acl6.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_acl6.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_acl6.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_address.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_address.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_address.pyo @@ -36615,9 +45019,24 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_auth_portal.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_auth_portal.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_auth_portal.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_carrier_endpoint_bwl.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_carrier_endpoint_bwl.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_carrier_endpoint_bwl.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_central_snat_map.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_central_snat_map.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_central_snat_map.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_city.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_city.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_city.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_consolidated_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_consolidated_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_consolidated_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_country.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_country.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_country.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_decrypted_traffic_mirror.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_decrypted_traffic_mirror.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_decrypted_traffic_mirror.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_dnstranslation.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_dnstranslation.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_dnstranslation.pyo @@ -36627,6 +45046,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_dos_policy6.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_dos_policy6.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_dos_policy6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_gtp.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_gtp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_gtp.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_identity_based_route.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_identity_based_route.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_identity_based_route.pyo @@ -36639,15 +45061,51 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_addition.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_addition.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_addition.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_append.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_append.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_append.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_botnet.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_botnet.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_botnet.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_custom.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_custom.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_custom.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_custom_group.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_custom_group.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_custom_group.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_definition.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_definition.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_definition.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_extension.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_extension.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_extension.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_group.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_group.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_group.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_ipbl_reason.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_ipbl_reason.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_ipbl_reason.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_ipbl_vendor.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_ipbl_vendor.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_ipbl_vendor.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_list.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_list.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_list.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_name.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_name.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_name.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_owner.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_owner.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_owner.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_reputation.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_reputation.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_reputation.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_sld.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_sld.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_internet_service_sld.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ip_translation.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ip_translation.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ip_translation.pyo @@ -36663,6 +45121,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ippool6.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ippool6.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ippool6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_iprope_list.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_iprope_list.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_iprope_list.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ipv6_eh_filter.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ipv6_eh_filter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ipv6_eh_filter.pyo @@ -36675,6 +45136,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_local_in_policy6.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_local_in_policy6.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_local_in_policy6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_mms_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_mms_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_mms_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_multicast_address.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_multicast_address.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_multicast_address.pyo @@ -36687,6 +45151,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_multicast_policy6.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_multicast_policy6.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_multicast_policy6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_pfcp.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_pfcp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_pfcp.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_policy.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_policy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_policy.pyo @@ -36705,6 +45172,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_profile_protocol_options.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_profile_protocol_options.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_profile_protocol_options.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_proute.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_proute.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_proute.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_proxy_address.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_proxy_address.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_proxy_address.pyo @@ -36714,6 +45184,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_proxy_policy.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_proxy_policy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_proxy_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_region.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_region.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_region.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_schedule_group.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_schedule_group.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_schedule_group.pyo @@ -36723,6 +45196,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_schedule_recurring.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_schedule_recurring.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_schedule_recurring.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_security_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_security_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_security_policy.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_service_category.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_service_category.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_service_category.pyo @@ -36768,9 +45244,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ssl_ssh_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ssl_ssh_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ssl_ssh_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_traffic_class.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_traffic_class.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_traffic_class.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ttl_policy.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ttl_policy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_ttl_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_vendor_mac.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_vendor_mac.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_vendor_mac.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_vip.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_vip.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewall_vip.pyo @@ -36804,6 +45286,45 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_firewa ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ftp_proxy_explicit.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ftp_proxy_explicit.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ftp_proxy_explicit.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_apn.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_apn.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_apn.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_apn_shaper.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_apn_shaper.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_apn_shaper.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_apngrp.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_apngrp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_apngrp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_ie_allow_list.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_ie_allow_list.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_ie_allow_list.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_ie_white_list.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_ie_white_list.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_ie_white_list.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_message_filter_v0v1.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_message_filter_v0v1.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_message_filter_v0v1.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_message_filter_v2.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_message_filter_v2.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_message_filter_v2.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_rat_timeout_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_rat_timeout_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_rat_timeout_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_tunnel_limit.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_tunnel_limit.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_gtp_tunnel_limit.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_nic.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_nic.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_nic.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_npu_np6_dce.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_npu_np6_dce.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_npu_np6_dce.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_npu_np6_session_stats.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_npu_np6_session_stats.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_npu_np6_session_stats.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_npu_np6_sse_stats.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_npu_np6_sse_stats.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_hardware_npu_np6_sse_stats.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_icap_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_icap_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_icap_profile.pyo @@ -36831,6 +45352,12 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ips_se ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ips_settings.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ips_settings.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ips_settings.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ips_view_map.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ips_view_map.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ips_view_map.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_json_generic.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_json_generic.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_json_generic.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_custom_field.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_custom_field.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_custom_field.pyo @@ -36843,18 +45370,45 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_di ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_eventfilter.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_eventfilter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_eventfilter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fact.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fact.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fact.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_filter.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_filter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_override_filter.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_override_filter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_override_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_override_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_override_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_override_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_setting.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_setting.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer2_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_filter.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_filter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_override_filter.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_override_filter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_override_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_override_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_override_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_override_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_setting.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_setting.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer3_setting.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_filter.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_filter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_override_filter.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_override_filter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_override_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_override_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_override_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_override_setting.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_cloud_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_filter.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_filter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_fortianalyzer_filter.pyo @@ -36903,18 +45457,36 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_se ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_filter.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_filter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_override_filter.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_override_filter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_override_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_override_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_override_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_override_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_setting.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_setting.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd2_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_filter.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_filter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_override_filter.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_override_filter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_override_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_override_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_override_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_override_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_setting.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_setting.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd3_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_filter.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_filter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_override_filter.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_override_filter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_override_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_override_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_override_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_override_setting.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_setting.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_setting.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_syslogd4_setting.pyo @@ -36939,12 +45511,27 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_we ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_webtrends_setting.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_webtrends_setting.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_log_webtrends_setting.pyo -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_registration_forticare.py -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_registration_forticare.pyc -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_registration_forticare.pyo -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_registration_vdom.py -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_registration_vdom.pyc -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_registration_vdom.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitor.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitor.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitor.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitor_fact.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitor_fact.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitor_fact.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitoring_np6_ipsec_engine.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitoring_np6_ipsec_engine.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitoring_np6_ipsec_engine.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitoring_npu_hpe.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitoring_npu_hpe.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_monitoring_npu_hpe.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_nsxt_service_chain.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_nsxt_service_chain.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_nsxt_service_chain.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_nsxt_setting.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_nsxt_setting.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_nsxt_setting.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_pfcp_message_filter.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_pfcp_message_filter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_pfcp_message_filter.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_report_chart.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_report_chart.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_report_chart.pyo @@ -37038,6 +45625,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_router ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_router_static6.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_router_static6.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_router_static6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_sctp_filter_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_sctp_filter_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_sctp_filter_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_spamfilter_bwl.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_spamfilter_bwl.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_spamfilter_bwl.pyo @@ -37068,30 +45658,79 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_ssh_fi ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_802_1x_settings.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_802_1x_settings.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_802_1x_settings.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_auto_config_custom.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_auto_config_custom.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_auto_config_custom.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_auto_config_default.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_auto_config_default.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_auto_config_default.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_auto_config_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_auto_config_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_auto_config_policy.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_custom_command.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_custom_command.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_custom_command.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_dynamic_port_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_dynamic_port_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_dynamic_port_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_flow_tracking.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_flow_tracking.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_flow_tracking.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_fortilink_settings.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_fortilink_settings.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_fortilink_settings.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_global.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_global.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_global.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_igmp_snooping.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_igmp_snooping.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_igmp_snooping.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_initial_config_template.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_initial_config_template.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_initial_config_template.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_initial_config_vlans.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_initial_config_vlans.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_initial_config_vlans.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_lldp_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_lldp_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_lldp_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_lldp_settings.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_lldp_settings.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_lldp_settings.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_location.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_location.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_location.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_mac_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_mac_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_mac_policy.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_mac_sync_settings.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_mac_sync_settings.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_mac_sync_settings.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_managed_switch.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_managed_switch.py.orig ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_managed_switch.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_managed_switch.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_nac_device.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_nac_device.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_nac_device.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_nac_settings.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_nac_settings.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_nac_settings.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_network_monitor_settings.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_network_monitor_settings.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_network_monitor_settings.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_poe.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_poe.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_poe.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_port_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_port_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_port_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_ptp_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_ptp_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_ptp_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_ptp_settings.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_ptp_settings.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_ptp_settings.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_qos_dot1p_map.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_qos_dot1p_map.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_qos_dot1p_map.pyo @@ -37107,18 +45746,42 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_quarantine.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_quarantine.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_quarantine.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_remote_log.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_remote_log.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_remote_log.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_security_policy_802_1x.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_security_policy_802_1x.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_security_policy_802_1x.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_security_policy_captive_portal.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_security_policy_captive_portal.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_security_policy_captive_portal.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_security_policy_local_access.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_security_policy_local_access.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_security_policy_local_access.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_sflow.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_sflow.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_sflow.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_community.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_community.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_community.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_sysinfo.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_sysinfo.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_sysinfo.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_trap_threshold.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_trap_threshold.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_trap_threshold.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_user.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_user.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_snmp_user.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_storm_control.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_storm_control.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_storm_control.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_storm_control_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_storm_control_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_storm_control_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_stp_instance.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_stp_instance.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_stp_instance.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_stp_settings.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_stp_settings.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_stp_settings.pyo @@ -37137,18 +45800,30 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_system.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_system.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_system.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_traffic_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_traffic_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_traffic_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_traffic_sniffer.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_traffic_sniffer.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_traffic_sniffer.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_virtual_port_pool.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_virtual_port_pool.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_virtual_port_pool.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_vlan.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_vlan.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_vlan.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_vlan_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_vlan_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_switch_controller_vlan_policy.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_3g_modem_custom.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_3g_modem_custom.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_3g_modem_custom.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_accprofile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_accprofile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_accprofile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_acme.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_acme.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_acme.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_admin.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_admin.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_admin.pyo @@ -37203,9 +45878,6 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_cluster_sync.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_cluster_sync.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_cluster_sync.pyo -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_config_backup_restore.py -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_config_backup_restore.pyc -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_config_backup_restore.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_console.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_console.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_console.pyo @@ -37230,6 +45902,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_dns.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_dns.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_dns.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_dns64.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_dns64.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_dns64.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_dns_database.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_dns_database.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_dns_database.pyo @@ -37245,12 +45920,18 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_external_resource.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_external_resource.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_external_resource.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_federated_upgrade.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_federated_upgrade.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_federated_upgrade.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fips_cc.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fips_cc.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fips_cc.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fm.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fm.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fm.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fortiai.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fortiai.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fortiai.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fortiguard.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fortiguard.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_fortiguard.pyo @@ -37266,9 +45947,18 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ftm_push.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ftm_push.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ftm_push.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_geneve.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_geneve.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_geneve.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_geoip_country.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_geoip_country.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_geoip_country.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_geoip_override.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_geoip_override.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_geoip_override.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_gi_gk.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_gi_gk.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_gi_gk.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_global.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_global.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_global.pyo @@ -37281,27 +45971,42 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ha_monitor.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ha_monitor.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ha_monitor.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ike.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ike.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ike.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_interface.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_interface.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_interface.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipip_tunnel.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipip_tunnel.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipip_tunnel.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ips.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ips.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ips.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ips_urlfilter_dns.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ips_urlfilter_dns.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ips_urlfilter_dns.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ips_urlfilter_dns6.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ips_urlfilter_dns6.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ips_urlfilter_dns6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipsec_aggregate.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipsec_aggregate.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipsec_aggregate.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipv6_neighbor_cache.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipv6_neighbor_cache.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipv6_neighbor_cache.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipv6_tunnel.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipv6_tunnel.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ipv6_tunnel.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_isf_queue_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_isf_queue_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_isf_queue_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_link_monitor.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_link_monitor.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_link_monitor.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_lldp_network_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_lldp_network_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_lldp_network_policy.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_lte_modem.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_lte_modem.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_lte_modem.pyo @@ -37311,6 +46016,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_management_tunnel.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_management_tunnel.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_management_tunnel.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_mem_mgr.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_mem_mgr.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_mem_mgr.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_mobile_tunnel.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_mobile_tunnel.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_mobile_tunnel.pyo @@ -37320,12 +46028,21 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_nat64.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_nat64.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_nat64.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_nd_proxy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_nd_proxy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_nd_proxy.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_netflow.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_netflow.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_netflow.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_network_visibility.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_network_visibility.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_network_visibility.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_np6.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_np6.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_np6.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_npu.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_npu.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_npu.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ntp.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ntp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ntp.pyo @@ -37338,6 +46055,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_password_policy_guest_admin.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_password_policy_guest_admin.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_password_policy_guest_admin.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_performance_top.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_performance_top.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_performance_top.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_physical_switch.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_physical_switch.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_physical_switch.pyo @@ -37350,6 +46070,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_proxy_arp.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_proxy_arp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_proxy_arp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ptp.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ptp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_ptp.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_admin.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_admin.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_admin.pyo @@ -37359,6 +46082,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_auth.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_auth.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_auth.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_automation.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_automation.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_automation.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_device_detection_portal.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_device_detection_portal.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_device_detection_portal.pyo @@ -37386,6 +46112,21 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mail.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mail.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mail.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm1.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm1.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm1.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm3.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm3.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm3.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm4.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm4.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm4.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm7.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm7.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mm7.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mms.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mms.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_mms.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_nac_quar.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_nac_quar.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_replacemsg_nac_quar.pyo @@ -37410,9 +46151,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_resource_limits.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_resource_limits.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_resource_limits.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_saml.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_saml.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_saml.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sdn_connector.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sdn_connector.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sdn_connector.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sdwan.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sdwan.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sdwan.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_session_helper.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_session_helper.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_session_helper.pyo @@ -37428,6 +46175,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sit_tunnel.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sit_tunnel.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sit_tunnel.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_smc_ntp.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_smc_ntp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_smc_ntp.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sms_server.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sms_server.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sms_server.pyo @@ -37440,6 +46190,21 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_snmp_user.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_snmp_user.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_snmp_user.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_speed_test_schedule.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_speed_test_schedule.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_speed_test_schedule.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_speed_test_server.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_speed_test_server.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_speed_test_server.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sso_admin.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sso_admin.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sso_admin.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sso_forticloud_admin.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sso_forticloud_admin.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_sso_forticloud_admin.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_standalone_cluster.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_standalone_cluster.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_standalone_cluster.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_storage.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_storage.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_storage.pyo @@ -37485,9 +46250,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_virtual_wire_pair.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_virtual_wire_pair.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_virtual_wire_pair.pyo -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_vmlicense.py -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_vmlicense.pyc -${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_vmlicense.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_vne_tunnel.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_vne_tunnel.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_vne_tunnel.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_vxlan.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_vxlan.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system_vxlan.pyo @@ -37500,6 +46265,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_system ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_adgrp.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_adgrp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_adgrp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_certificate.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_certificate.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_certificate.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_device.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_device.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_device.pyo @@ -37515,6 +46283,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_d ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_domain_controller.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_domain_controller.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_domain_controller.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_exchange.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_exchange.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_exchange.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_fortitoken.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_fortitoken.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_fortitoken.pyo @@ -37536,6 +46307,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_l ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_local.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_local.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_local.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_nac_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_nac_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_nac_policy.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_password_policy.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_password_policy.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_password_policy.pyo @@ -37554,6 +46328,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_q ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_radius.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_radius.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_radius.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_saml.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_saml.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_saml.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_security_exempt_list.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_security_exempt_list.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_security_exempt_list.pyo @@ -37563,6 +46340,15 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_s ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_tacacsplus.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_tacacsplus.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_tacacsplus.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_videofilter_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_videofilter_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_videofilter_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_videofilter_youtube_channel_filter.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_videofilter_youtube_channel_filter.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_videofilter_youtube_channel_filter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_videofilter_youtube_key.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_videofilter_youtube_key.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_videofilter_youtube_key.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_voip_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_voip_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_voip_profile.pyo @@ -37584,6 +46370,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ce ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_certificate_setting.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_certificate_setting.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_certificate_setting.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ike_gateway.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ike_gateway.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ike_gateway.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ipsec_concentrator.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ipsec_concentrator.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ipsec_concentrator.pyo @@ -37617,6 +46406,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_oc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_pptp.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_pptp.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_pptp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ssl_client.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ssl_client.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ssl_client.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ssl_settings.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ssl_settings.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_vpn_ssl_settings.pyo @@ -37728,18 +46520,39 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfil ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfilter_search_engine.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfilter_search_engine.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfilter_search_engine.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfilter_status.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfilter_status.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfilter_status.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfilter_urlfilter.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfilter_urlfilter.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_webfilter_urlfilter.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_access_control_list.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_access_control_list.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_access_control_list.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_address.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_address.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_address.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_addrgrp.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_addrgrp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_addrgrp.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_ap_status.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_ap_status.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_ap_status.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_apcfg_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_apcfg_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_apcfg_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_arrp_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_arrp_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_arrp_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_ble_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_ble_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_ble_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_bonjour_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_bonjour_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_bonjour_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_client_info.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_client_info.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_client_info.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_global.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_global.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_global.pyo @@ -37785,12 +46598,39 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wirele ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_inter_controller.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_inter_controller.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_inter_controller.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_log.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_log.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_log.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_mpsk_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_mpsk_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_mpsk_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_nac_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_nac_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_nac_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_qos_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_qos_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_qos_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_region.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_region.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_region.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_rf_analysis.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_rf_analysis.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_rf_analysis.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_setting.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_setting.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_setting.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_snmp.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_snmp.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_snmp.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_spectral_info.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_spectral_info.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_spectral_info.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_ssid_policy.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_ssid_policy.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_ssid_policy.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_status.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_status.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_status.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_timers.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_timers.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_timers.pyo @@ -37803,6 +46643,12 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wirele ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_vap_group.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_vap_group.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_vap_group.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_vap_status.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_vap_status.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_vap_status.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wag_profile.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wag_profile.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wag_profile.pyo ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wids_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wids_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wids_profile.pyo @@ -37815,6 +46661,9 @@ ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wirele ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wtp_profile.py ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wtp_profile.pyc ${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wtp_profile.pyo +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wtp_status.py +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wtp_status.pyc +${PYSITELIB}/ansible_collections/fortinet/fortios/plugins/modules/fortios_wireless_controller_wtp_status.pyo ${PYSITELIB}/ansible_collections/frr/frr/.gitignore ${PYSITELIB}/ansible_collections/frr/frr/.yamllint ${PYSITELIB}/ansible_collections/frr/frr/FILES.json @@ -39148,6 +47997,9 @@ ${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_network.p ${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_network_info.py ${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_network_info.pyc ${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_network_info.pyo +${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_placement_group.py +${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_placement_group.pyc +${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_placement_group.pyo ${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_rdns.py ${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_rdns.pyc ${PYSITELIB}/ansible_collections/hetzner/hcloud/plugins/modules/hcloud_rdns.pyo @@ -39260,6 +48112,10 @@ ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_network_info/defaults/main.yml ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_network_info/meta/main.yml ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_network_info/tasks/main.yml +${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_placement_group/aliases +${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_placement_group/defaults/main.yml +${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_placement_group/meta/main.yml +${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_placement_group/tasks/main.yml ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_rdns/aliases ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_rdns/defaults/main.yml ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_rdns/meta/main.yml @@ -39324,6 +48180,92 @@ ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/utils/shippable/timing.py ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/utils/shippable/timing.pyc ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/utils/shippable/timing.pyo ${PYSITELIB}/ansible_collections/hetzner/hcloud/tests/utils/shippable/timing.sh +${PYSITELIB}/ansible_collections/hpe/nimble/.gitignore +${PYSITELIB}/ansible_collections/hpe/nimble/CHANGELOG.rst +${PYSITELIB}/ansible_collections/hpe/nimble/FILES.json +${PYSITELIB}/ansible_collections/hpe/nimble/MANIFEST.json +${PYSITELIB}/ansible_collections/hpe/nimble/README.md +${PYSITELIB}/ansible_collections/hpe/nimble/bindep.txt +${PYSITELIB}/ansible_collections/hpe/nimble/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/hpe/nimble/changelogs/config.yaml +${PYSITELIB}/ansible_collections/hpe/nimble/meta/runtime.yml +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/doc_fragments/hpe_nimble.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/doc_fragments/hpe_nimble.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/doc_fragments/hpe_nimble.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/module_utils/hpe_nimble.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/module_utils/hpe_nimble.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/module_utils/hpe_nimble.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_access_control_record.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_access_control_record.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_access_control_record.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_array.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_array.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_array.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_chap_user.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_chap_user.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_chap_user.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_disk.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_disk.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_disk.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_encryption.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_encryption.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_encryption.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_fc.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_fc.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_fc.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_group.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_group.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_group.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_info.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_info.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_info.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_initiator_group.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_initiator_group.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_initiator_group.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_network.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_network.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_network.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_partner.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_partner.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_partner.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_performance_policy.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_performance_policy.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_performance_policy.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_pool.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_pool.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_pool.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_protection_schedule.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_protection_schedule.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_protection_schedule.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_protection_template.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_protection_template.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_protection_template.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_shelf.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_shelf.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_shelf.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_snapshot.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_snapshot.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_snapshot.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_snapshot_collection.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_snapshot_collection.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_snapshot_collection.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_user.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_user.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_user.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_user_policy.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_user_policy.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_user_policy.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_volume.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_volume.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_volume.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_volume_collection.py +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_volume_collection.pyc +${PYSITELIB}/ansible_collections/hpe/nimble/plugins/modules/hpe_nimble_volume_collection.pyo +${PYSITELIB}/ansible_collections/hpe/nimble/requirements.txt +${PYSITELIB}/ansible_collections/hpe/nimble/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/hpe/nimble/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/hpe/nimble/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/hpe/nimble/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/ibm/qradar/.gitignore ${PYSITELIB}/ansible_collections/ibm/qradar/FILES.json ${PYSITELIB}/ansible_collections/ibm/qradar/LICENSE @@ -39412,31 +48354,28 @@ ${PYSITELIB}/ansible_collections/infinidat/infinibox/FILES.json ${PYSITELIB}/ansible_collections/infinidat/infinibox/LICENSE ${PYSITELIB}/ansible_collections/infinidat/infinibox/MANIFEST.json ${PYSITELIB}/ansible_collections/infinidat/infinibox/Makefile +${PYSITELIB}/ansible_collections/infinidat/infinibox/Makefile-help ${PYSITELIB}/ansible_collections/infinidat/infinibox/README.md -${PYSITELIB}/ansible_collections/infinidat/infinibox/bin/check_collection_files.sh -${PYSITELIB}/ansible_collections/infinidat/infinibox/bin/install_modules_for_hacking.sh -${PYSITELIB}/ansible_collections/infinidat/infinibox/bin/test_summarize.sh ${PYSITELIB}/ansible_collections/infinidat/infinibox/docs/DEV_README.md ${PYSITELIB}/ansible_collections/infinidat/infinibox/ibox_vars/iboxCICD.yaml ${PYSITELIB}/ansible_collections/infinidat/infinibox/ibox_vars/iboxNNNN_example.yaml +${PYSITELIB}/ansible_collections/infinidat/infinibox/meta/runtime.yml ${PYSITELIB}/ansible_collections/infinidat/infinibox/playbooks/ansible.cfg +${PYSITELIB}/ansible_collections/infinidat/infinibox/playbooks/test_create_map_cluster.yml ${PYSITELIB}/ansible_collections/infinidat/infinibox/playbooks/test_create_resources.yml +${PYSITELIB}/ansible_collections/infinidat/infinibox/playbooks/test_create_snapshots.yml +${PYSITELIB}/ansible_collections/infinidat/infinibox/playbooks/test_remove_map_cluster.yml ${PYSITELIB}/ansible_collections/infinidat/infinibox/playbooks/test_remove_resources.yml +${PYSITELIB}/ansible_collections/infinidat/infinibox/playbooks/test_remove_snapshots.yml ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/doc_fragments/infinibox.py ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/doc_fragments/infinibox.pyc ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/doc_fragments/infinibox.pyo -${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/filters/psus_filters.py -${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/filters/psus_filters.pyc -${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/filters/psus_filters.pyo +${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/filter/psus_filters.py +${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/filter/psus_filters.pyc +${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/filter/psus_filters.pyo ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/module_utils/infinibox.py ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/module_utils/infinibox.pyc ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/module_utils/infinibox.pyo -${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/.ropeproject/config.py -${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/.ropeproject/config.pyc -${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/.ropeproject/config.pyo -${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/.ropeproject/globalnames -${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/.ropeproject/history -${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/.ropeproject/objectdb ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/__init__.pyo @@ -39471,6 +48410,258 @@ ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/infini_vol. ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/infini_vol.pyc ${PYSITELIB}/ansible_collections/infinidat/infinibox/plugins/modules/infini_vol.pyo ${PYSITELIB}/ansible_collections/infinidat/infinibox/requirements.txt +${PYSITELIB}/ansible_collections/infinidat/infinibox/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/infoblox/nios_modules/.github/workflows/ansible-test.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/.gitignore +${PYSITELIB}/ansible_collections/infoblox/nios_modules/CHANGELOG.rst +${PYSITELIB}/ansible_collections/infoblox/nios_modules/CONTRIBUTING.md +${PYSITELIB}/ansible_collections/infoblox/nios_modules/COPYING +${PYSITELIB}/ansible_collections/infoblox/nios_modules/FILES.json +${PYSITELIB}/ansible_collections/infoblox/nios_modules/MANIFEST.json +${PYSITELIB}/ansible_collections/infoblox/nios_modules/README.md +${PYSITELIB}/ansible_collections/infoblox/nios_modules/changelogs/.plugin-cache.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/changelogs/config.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/meta/runtime.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_a_record.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_cname_record.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_dns_view.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_dtc_lbdn.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_dtc_pool.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_dtc_server.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_mx_record.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_network.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_network_view.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_txt_record.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/create_zone.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/delete_cname_record.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/delete_dnsview.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/delete_mx_record.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/delete_network.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/delete_network_view.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/delete_txt_record.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/delete_zone.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/restart_services.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/playbooks/update_a_record.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/README.md +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/doc_fragments/nios.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/doc_fragments/nios.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/doc_fragments/nios.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/inventory/nios_inventory.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/inventory/nios_inventory.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/inventory/nios_inventory.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_lookup.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_lookup.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_lookup.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_ip.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_ip.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_ip.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_network.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_network.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/lookup/nios_next_network.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/module_utils/api.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/module_utils/api.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/module_utils/api.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/module_utils/network.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/module_utils/network.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/module_utils/network.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_a_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_a_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_a_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_aaaa_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_aaaa_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_aaaa_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_cname_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_cname_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_cname_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dns_view.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dns_view.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dns_view.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dtc_lbdn.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dtc_lbdn.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dtc_lbdn.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dtc_pool.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dtc_pool.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dtc_pool.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dtc_server.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dtc_server.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_dtc_server.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_fixed_address.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_fixed_address.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_fixed_address.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_host_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_host_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_host_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_member.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_member.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_member.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_mx_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_mx_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_mx_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_naptr_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_naptr_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_naptr_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_network.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_network.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_network.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_network_view.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_network_view.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_network_view.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_nsgroup.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_nsgroup.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_nsgroup.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_ptr_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_ptr_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_ptr_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_restartservices.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_restartservices.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_restartservices.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_srv_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_srv_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_srv_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_txt_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_txt_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_txt_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_zone.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_zone.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/plugins/modules/nios_zone.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/requirements.txt +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_a_record/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_a_record/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_a_record/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_a_record/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_a_record/tasks/nios_a_record_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_aaaa_record/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_aaaa_record/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_aaaa_record/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_aaaa_record/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_aaaa_record/tasks/nios_aaaa_record_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_cname_record/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_cname_record/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_cname_record/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_cname_record/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_cname_record/tasks/nios_cname_record_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_dns_view/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_dns_view/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_dns_view/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_dns_view/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_dns_view/tasks/nios_dns_view_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_host_record/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_host_record/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_host_record/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_host_record/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_host_record/tasks/nios_host_record_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_mx_record/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_mx_record/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_mx_record/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_mx_record/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_mx_record/tasks/nios_mx_record_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_naptr_record/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_naptr_record/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_naptr_record/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_naptr_record/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_naptr_record/tasks/nios_naptr_record_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network/tasks/nios_network_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network_view/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network_view/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network_view/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network_view/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_network_view/tasks/nios_network_view_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_ptr_record/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_ptr_record/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_ptr_record/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_ptr_record/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_ptr_record/tasks/nios_ptr_record_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_srv_record/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_srv_record/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_srv_record/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_srv_record/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_srv_record/tasks/nios_srv_record_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_txt_record/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_txt_record/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_txt_record/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_txt_record/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_txt_record/tasks/nios_txt_record_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_zone/aliases +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_zone/defaults/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_zone/meta/main.yaml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_zone/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/nios_zone/tasks/nios_zone_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/prepare_nios_tests/tasks/main.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/integration/targets/prepare_nios_tests/tasks/prepare_nios_tests_idempotence.yml +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/requirements.txt +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/__init__.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/__init__.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/__init__.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/__init__.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/__init__.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/__init__.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/module_utils/__init__.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/module_utils/__init__.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/module_utils/test_api.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/module_utils/test_api.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/module_utils/test_api.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/__init__.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/__init__.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/fixtures/nios_result.txt +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_a_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_a_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_a_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_aaaa_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_aaaa_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_aaaa_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_cname_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_cname_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_cname_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_dns_view.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_dns_view.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_dns_view.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_fixed_address.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_fixed_address.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_fixed_address.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_host_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_host_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_host_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_member.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_member.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_member.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_module.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_module.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_module.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_mx_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_mx_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_mx_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_naptr_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_naptr_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_naptr_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_network.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_network.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_network.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_network_view.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_network_view.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_network_view.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_nsgroup.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_nsgroup.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_nsgroup.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_ptr_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_ptr_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_ptr_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_srv_record.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_srv_record.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_srv_record.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_zone.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_zone.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/test_nios_zone.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/utils.py +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/utils.pyc +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/plugins/modules/utils.pyo +${PYSITELIB}/ansible_collections/infoblox/nios_modules/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/inspur/sm/CHANGELOG.rst ${PYSITELIB}/ansible_collections/inspur/sm/CODE_OF_CONDUCT.md ${PYSITELIB}/ansible_collections/inspur/sm/FILES.json @@ -39556,6 +48747,8 @@ ${PYSITELIB}/ansible_collections/inspur/sm/docs/edit_psu_config_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/edit_psu_peak_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/edit_restore_factory_default_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/edit_service_module.rst +${PYSITELIB}/ansible_collections/inspur/sm/docs/edit_smtp_com_module.rst +${PYSITELIB}/ansible_collections/inspur/sm/docs/edit_smtp_dest_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/edit_smtp_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/edit_snmp_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/edit_snmp_trap_module.rst @@ -39569,6 +48762,7 @@ ${PYSITELIB}/ansible_collections/inspur/sm/docs/event_log_policy_info_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/fan_info_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/fru_info_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/fw_version_info_module.rst +${PYSITELIB}/ansible_collections/inspur/sm/docs/gpu_info_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/hard_disk_info_module.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/index.rst ${PYSITELIB}/ansible_collections/inspur/sm/docs/kvm_info_module.rst @@ -39692,6 +48886,8 @@ ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-edit_psu_p ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-edit_restore_factory_default.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-edit_service.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-edit_smtp.yml +${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-edit_smtp_com.yml +${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-edit_smtp_dest.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-edit_snmp.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-edit_snmp_trap.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-edit_threshold.yml @@ -39704,6 +48900,7 @@ ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-event_log_ ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-fan_info.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-fru_info.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-fw_verison_info.yml +${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-gpu_info.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-hard_disk_info.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-kvm_info.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/examples-ldap_group.yml @@ -39756,6 +48953,12 @@ ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/overall/examples-ad ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/overall/examples-ldap_overall.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/overall/examples-system_info_overall.yml ${PYSITELIB}/ansible_collections/inspur/sm/playbooks/modules/overall/examples-user_overall.yml +${PYSITELIB}/ansible_collections/inspur/sm/plugins/.idea/.gitignore +${PYSITELIB}/ansible_collections/inspur/sm/plugins/.idea/inspectionProfiles/profiles_settings.xml +${PYSITELIB}/ansible_collections/inspur/sm/plugins/.idea/modules.xml +${PYSITELIB}/ansible_collections/inspur/sm/plugins/.idea/plugins.iml +${PYSITELIB}/ansible_collections/inspur/sm/plugins/.idea/vcs.xml +${PYSITELIB}/ansible_collections/inspur/sm/plugins/.idea/workspace.xml ${PYSITELIB}/ansible_collections/inspur/sm/plugins/doc_fragments/ism.py ${PYSITELIB}/ansible_collections/inspur/sm/plugins/doc_fragments/ism.pyc ${PYSITELIB}/ansible_collections/inspur/sm/plugins/doc_fragments/ism.pyo @@ -39987,6 +49190,12 @@ ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_service.pyo ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_smtp.py ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_smtp.pyc ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_smtp.pyo +${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_smtp_com.py +${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_smtp_com.pyc +${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_smtp_com.pyo +${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_smtp_dest.py +${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_smtp_dest.pyc +${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_smtp_dest.pyo ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_snmp.py ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_snmp.pyc ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/edit_snmp.pyo @@ -40023,6 +49232,9 @@ ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/fru_info.pyo ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/fw_version_info.py ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/fw_version_info.pyc ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/fw_version_info.pyo +${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/gpu_info.py +${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/gpu_info.pyc +${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/gpu_info.pyo ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/hard_disk_info.py ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/hard_disk_info.pyc ${PYSITELIB}/ansible_collections/inspur/sm/plugins/modules/hard_disk_info.pyo @@ -40171,22 +49383,25 @@ ${PYSITELIB}/ansible_collections/inspur/sm/requirements.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/.gitignore ${PYSITELIB}/ansible_collections/junipernetworks/junos/.pre-commit-config.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/.yamllint +${PYSITELIB}/ansible_collections/junipernetworks/junos/CHANGELOG.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/FILES.json ${PYSITELIB}/ansible_collections/junipernetworks/junos/LICENSE ${PYSITELIB}/ansible_collections/junipernetworks/junos/MANIFEST.json ${PYSITELIB}/ansible_collections/junipernetworks/junos/README.md ${PYSITELIB}/ansible_collections/junipernetworks/junos/bindep.txt -${PYSITELIB}/ansible_collections/junipernetworks/junos/changelogs/CHANGELOG.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/changelogs/config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_acl_interfaces_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_acls_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_banner_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_bgp_address_family_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_bgp_global_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_cliconf.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_command_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_config_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_facts_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_hostname_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_interface_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_interfaces_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_l2_interface_module.rst @@ -40201,16 +49416,25 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.juno ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_lldp_interface_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_lldp_interfaces_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_lldp_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_logging_global_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_logging_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_netconf.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_netconf_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_ntp_global_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_ospf_interfaces_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_ospfv2_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_ospfv3_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_package_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_ping_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_prefix_lists_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_routing_instances_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_routing_options_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_rpc_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_scp_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_security_policies_global_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_security_policies_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_security_zones_module.rst +${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_snmp_server_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_static_route_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_static_routes_module.rst ${PYSITELIB}/ansible_collections/junipernetworks/junos/docs/junipernetworks.junos.junos_system_module.rst @@ -40261,6 +49485,12 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/netw ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/acls/acls.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/acls/acls.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/acls/acls.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/bgp_address_family/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/bgp_global/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/bgp_global/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/bgp_global/__init__.pyo @@ -40273,6 +49503,12 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/netw ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/facts/facts.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/facts/facts.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/facts/facts.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/hostname/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/hostname/hostname.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/interfaces/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/interfaces/__init__.pyo @@ -40321,24 +49557,78 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/netw ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/lldp_interfaces/lldp_interfaces.pyo -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf/__init__.py -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf/__init__.pyc -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf/__init__.pyo -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf/ospf.py -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf/ospf.pyc -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf/ospf.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/logging_global/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf_interfaces/__init__.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf_interfaces/ospf_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf_interfaces/ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospf_interfaces/ospf_interfaces.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv2/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv2/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv2/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv2/ospfv2.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv2/ospfv2.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv2/ospfv2.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv3/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv3/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv3/__init__.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_instances/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_instances/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_instances/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_instances/routing_instances.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_instances/routing_instances.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_instances/routing_instances.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_options/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_options/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_options/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_options/routing_options.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_options/routing_options.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/routing_options/routing_options.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies/security_policies.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies/security_policies.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies/security_policies.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies_global/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies_global/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies_global/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies_global/security_policies_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies_global/security_policies_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_policies_global/security_policies_global.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_zones/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_zones/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_zones/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_zones/security_zones.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_zones/security_zones.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/security_zones/security_zones.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/static_routes/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/argspec/static_routes/__init__.pyo @@ -40366,12 +49656,24 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/netw ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/acls/acls.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/acls/acls.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/acls/acls.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_address_family/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_global/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_global/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_global/__init__.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_global/bgp_global.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_global/bgp_global.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/bgp_global/bgp_global.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/hostname/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/hostname/hostname.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/interfaces/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/interfaces/__init__.pyo @@ -40420,24 +49722,78 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/netw ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/lldp_interfaces/lldp_interfaces.pyo -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf/__init__.py -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf/__init__.pyc -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf/__init__.pyo -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf/ospf.py -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf/ospf.pyc -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf/ospf.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/logging_global/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf_interfaces/__init__.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf_interfaces/ospf_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf_interfaces/ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospf_interfaces/ospf_interfaces.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv2/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv2/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv2/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv2/ospfv2.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv2/ospfv2.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv2/ospfv2.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv3/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv3/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv3/__init__.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_instances/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_instances/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_instances/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_instances/routing_instances.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_instances/routing_instances.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_instances/routing_instances.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_options/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_options/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_options/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_options/routing_options.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_options/routing_options.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/routing_options/routing_options.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies/security_policies.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies/security_policies.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies/security_policies.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies_global/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies_global/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies_global/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies_global/security_policies_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies_global/security_policies_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_policies_global/security_policies_global.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_zones/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_zones/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_zones/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_zones/security_zones.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_zones/security_zones.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/security_zones/security_zones.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/static_routes/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/config/static_routes/__init__.pyo @@ -40465,6 +49821,12 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/netw ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/acls/acls.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/acls/acls.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/acls/acls.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/bgp_address_family/bgp_address_family.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/bgp_global/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/bgp_global/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/bgp_global/__init__.pyo @@ -40474,6 +49836,12 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/netw ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/facts.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/facts.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/facts.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/hostname/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/hostname/hostname.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/interfaces/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/interfaces/__init__.pyo @@ -40528,24 +49896,78 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/netw ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/lldp_interfaces/lldp_interfaces.pyo -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf/__init__.py -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf/__init__.pyc -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf/__init__.pyo -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf/ospf.py -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf/ospf.pyc -${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf/ospf.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/logging_global/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf_interfaces/__init__.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf_interfaces/ospf_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf_interfaces/ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospf_interfaces/ospf_interfaces.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv2/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv2/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv2/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv2/ospfv2.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv2/ospfv2.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv2/ospfv2.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv3/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv3/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv3/__init__.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_instances/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_instances/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_instances/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_instances/routing_instances.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_instances/routing_instances.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_instances/routing_instances.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_options/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_options/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_options/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_options/routing_options.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_options/routing_options.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/routing_options/routing_options.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies/security_policies.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies/security_policies.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies/security_policies.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies_global/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies_global/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies_global/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies_global/security_policies_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies_global/security_policies_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_policies_global/security_policies_global.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_zones/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_zones/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_zones/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_zones/security_zones.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_zones/security_zones.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/security_zones/security_zones.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/static_routes/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/module_utils/network/junos/facts/static_routes/__init__.pyo @@ -40579,6 +50001,9 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_acl ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_banner.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_banner.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_banner.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_bgp_address_family.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_bgp_address_family.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_bgp_global.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_bgp_global.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_bgp_global.pyo @@ -40591,6 +50016,9 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_con ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_facts.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_facts.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_facts.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_hostname.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_hostname.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_hostname.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_interface.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_interface.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_interface.pyo @@ -40636,9 +50064,15 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_lld ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_logging.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_logging.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_logging.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_logging_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_logging_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_logging_global.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_netconf.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_netconf.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_netconf.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_ntp_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_ntp_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_ntp_global.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_ospf_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_ospf_interfaces.pyo @@ -40654,12 +50088,33 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_pac ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_ping.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_ping.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_ping.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_prefix_lists.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_prefix_lists.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_prefix_lists.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_routing_instances.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_routing_instances.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_routing_instances.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_routing_options.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_routing_options.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_routing_options.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_rpc.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_rpc.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_rpc.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_scp.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_scp.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_scp.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_security_policies.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_security_policies.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_security_policies.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_security_policies_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_security_policies_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_security_policies_global.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_security_zones.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_security_zones.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_security_zones.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_snmp_server.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_snmp_server.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_snmp_server.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_static_route.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_static_route.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/modules/junos_static_route.pyo @@ -40696,7 +50151,6 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/plugins/terminal/junos.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/requirements.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/test-requirements.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/.gitignore -${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/network-integration.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/target-prefixes.network ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_acl_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_acl_interfaces/meta/main.yaml @@ -40727,6 +50181,20 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_banner/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_banner/tests/netconf/basic.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_banner/tests/netconf/net_banner.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_address_family/tests/netconf/replaced.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_global/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_global/meta/main.yml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_global/tasks/main.yaml @@ -40742,6 +50210,8 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_global/tests/netconf/purged.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_global/tests/netconf/rendered.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_global/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_global/tests/netconf/rtt.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_bgp_global/vars/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/meta/main.yml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/tasks/cli.yaml @@ -40762,6 +50232,7 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/tests/netconf_text/bad_operator.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/tests/netconf_text/contains.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/tests/netconf_text/invalid.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/tests/netconf_text/no_config.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/tests/netconf_text/output.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/tests/netconf_text/timeout.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/tests/netconf_xml/bad_operator.yaml @@ -40800,6 +50271,23 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_facts/tasks/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_facts/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_facts/tests/netconf/facts.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/_initial_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/tests/netconf/rtt.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_hostname/vars/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interface/aliases ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interface/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interface/meta/main.yml @@ -40812,6 +50300,7 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interfaces/meta/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interfaces/tasks/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interfaces/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interfaces/tests/netconf/_initial_config.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interfaces/tests/netconf/_remove_config.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interfaces/tests/netconf/deleted.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_interfaces/tests/netconf/fixtures/parsed.cfg @@ -40952,12 +50441,49 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging/tests/netconf/basic.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging/tests/netconf/net_logging.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/_initial_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/backups/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/tests/netconf/rtt.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_logging_global/vars/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_netconf/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_netconf/tasks/cli.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_netconf/tasks/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_netconf/tests/cli/changeport.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_netconf/tests/cli/netconf.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_netconf/tests/utils/junos_command.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/_initial_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/_populate_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/backups/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/tests/netconf/rtt.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ntp_global/vars/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/meta/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tasks/main.yaml @@ -40965,9 +50491,15 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/_initial_config.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/_reset_config.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/gathered.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/merged.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/rendered.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf/tests/netconf/rtt.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/meta/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/tasks/main.yaml @@ -40976,6 +50508,7 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/tests/netconf/_reset_config.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/tests/netconf/deleted.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/tests/netconf/fixtures/parse_ospf_router_id.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/tests/netconf/fixtures/parsed.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/tests/netconf/gathered.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/tests/netconf/merged.yaml @@ -40999,19 +50532,139 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospfv3/tests/netconf/parsed.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospfv3/tests/netconf/rendered.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospfv3/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_prefix_lists/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/_initial_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_instances/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/_populate_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/tests/netconf/rtt.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_routing_options/vars/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_rpc/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_rpc/meta/main.yml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_rpc/tasks/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_rpc/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_rpc/tests/netconf/rpc.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/_initial_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/_populate_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/fixtures/parsed.xml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/tests/netconf/rtt.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies/vars/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/_initial_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/_populate_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/tests/netconf/rtt.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_policies_global/vars/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/_initial_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/_populate_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/tests/netconf/rtt.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_security_zones/vars/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_smoke/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_smoke/meta/main.yml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_smoke/tasks/cli.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_smoke/tasks/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_smoke/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_smoke/tests/cli/caching.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_smoke/tests/cli/reboot.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_smoke/tests/netconf/common_utils.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_smoke/tests/netconf/module_utils_junos.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/defaults/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/meta/main.yml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tasks/main.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tasks/netconf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/_initial_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/_populate_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/_reset_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/backups/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/gathered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/merged.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/rendered.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/tests/netconf/rtt.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_snmp_server/vars/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_static_route/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_static_route/meta/main.yml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_static_route/tasks/main.yaml @@ -41052,21 +50705,31 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tasks/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/_base_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/_initial_config.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/_remove_config.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/deleted.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/empty_config.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/fixtures/parsed.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/gathered.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/merged.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/overridden.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/parsed.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/rendered.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/replaced.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vlans/tests/netconf/rtt.yml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vrf/defaults/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vrf/meta/main.yml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vrf/tasks/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vrf/tasks/netconf.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vrf/tests/netconf/basic.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_vrf/tests/netconf/net_vrf.yaml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/prepare_junos_tests/meta/main.yaml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/integration/targets/prepare_junos_tests/tasks/main.yml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.9.txt -${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/__init__.pyo @@ -41118,16 +50781,24 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/networ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/get_configuration_rpc_reply.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/get_configuration_rpc_reply_diff.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/get_configuration_rpc_reply_json.txt +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/get_configuration_rpc_reply_set.txt +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/get_configuration_rpc_reply_text.txt +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/get_configuration_rpc_reply_xml.txt +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_bgp_address_family.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_bgp_address_family_config.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_bgp_global.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_bgp_global_config.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_config.json ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_config.set ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_config.text ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_config.xml +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_hostname_config.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_interfaces.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_interfaces_config.xml ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_l2_interfaces.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_l3_interfaces.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_logging_global_config.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_ntp_global_config.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_ospf_interfaces.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_ospf_interfaces_config.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_ospfv2.cfg @@ -41136,7 +50807,16 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/networ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_ospfv3_config.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_ping_ping_10.10.10.10_count_2 ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_ping_ping_10.10.10.11_count_5_size_512_interval_2 +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_ping_ping_10.10.10.12_count_5_do-not-fragment_rapid ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_ping_ping_10.10.10.20_count_4 +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_prefix_lists_config.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_routing_instances_config.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_routing_options_config.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_security_policies_config.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_security_policies_global_config.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_security_zones_config.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_snmp_server_config.cfg +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/junos_vlans_config.cfg ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/load_configuration_xml.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/show_chassis_hardware_xml.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/fixtures/show_chassis_routing-engine_xml.txt @@ -41149,6 +50829,9 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/networ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/junos_module.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/junos_module.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/junos_module.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_bgp_address_family.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_bgp_address_family.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_bgp_global.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_bgp_global.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_bgp_global.pyo @@ -41161,6 +50844,9 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/networ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_facts.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_facts.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_facts.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_hostname.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_hostname.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_hostname.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_interfaces.pyo @@ -41170,9 +50856,15 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/networ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_l3_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_l3_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_l3_interfaces.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_logging_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_logging_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_logging_global.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_netconf.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_netconf.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_netconf.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_ntp_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_ntp_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_ntp_global.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_ospf_interfaces.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_ospf_interfaces.pyo @@ -41188,12 +50880,36 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/networ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_ping.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_ping.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_ping.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_prefix_lists.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_prefix_lists.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_prefix_lists.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_routing_instances.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_routing_instances.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_routing_instances.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_routing_options.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_routing_options.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_routing_options.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_rpc.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_rpc.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_rpc.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_scp.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_scp.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_scp.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_security_policies.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_security_policies.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_security_policies.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_security_policies_global.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_security_policies_global.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_security_policies_global.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_security_zones.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_security_zones.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_security_zones.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_snmp_server.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_snmp_server.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_snmp_server.pyo +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_vlans.py +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_vlans.pyc +${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/network/junos/test_junos_vlans.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/utils.py ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/utils.pyc ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/modules/utils.pyo @@ -41208,167 +50924,99 @@ ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/plugins/termin ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/plugins/terminal/test_junos.pyo ${PYSITELIB}/ansible_collections/junipernetworks/junos/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/junipernetworks/junos/tox.ini +${PYSITELIB}/ansible_collections/kubernetes/core/.github/patchback.yml +${PYSITELIB}/ansible_collections/kubernetes/core/.github/stale.yml +${PYSITELIB}/ansible_collections/kubernetes/core/.gitignore ${PYSITELIB}/ansible_collections/kubernetes/core/.yamllint ${PYSITELIB}/ansible_collections/kubernetes/core/CHANGELOG.rst +${PYSITELIB}/ansible_collections/kubernetes/core/CONTRIBUTING.md ${PYSITELIB}/ansible_collections/kubernetes/core/FILES.json ${PYSITELIB}/ansible_collections/kubernetes/core/LICENSE ${PYSITELIB}/ansible_collections/kubernetes/core/MANIFEST.json ${PYSITELIB}/ansible_collections/kubernetes/core/Makefile ${PYSITELIB}/ansible_collections/kubernetes/core/README.md -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/.plugin-cache.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/bindep.txt ${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/config.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/100-k8s_scale-fix-wait.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/102-dont-require-codecov-check-prs.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/103-fix-inventory-docs-structure.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/105-improved-k8s-diffs.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/106-helm_replace.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/107-action-groups-module_defaults.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/110-helm-minor-refactor.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/114-minor-docs-fixes.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/115-helm-add-atomic.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/117-helm-minor-refactor.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/118-k8s-lookup-handle-set-object.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/119-handle-kubeconfig-error.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/122_k8s_exec_rc.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/123-flake8.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/126-requires_ansible-version-constraints.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/127-remove-action_groups_redirection.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/13-fix-elements-argspec.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/130-add-sanity-ignore-211.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/131-changelog-fragments.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/139-fix-manifest-ends-with-separator.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/14-k8s_exec-new-module.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/140-kubeconfig-env.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/141-helm-add-k8s-env-vars.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/146-fqcn-in-docs.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/148-update-base-branch-main.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/152-helm-context-aliases.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/153-update-openshift-requirements.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/154-helm_plugin-helm_plugin_info-new-modules.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/155-ensure-check-mode-waits.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/156-k8s_info-vars-example.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/157-helm-create-namespace.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/158-k8s_exec-return-rc.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/159-kubectl-redact-token-and-password.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/16-k8s_log-new-module.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/168-test-stable-ansible.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/180_raw_handle_exception.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/18_k8s_info_wait.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/191_contributing.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/192_helm-status-check-mode.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/193_vault-kubeconfig-support.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/196_probot-stale-bot.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/197_downstream-makefile.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/200_kubectl_fix.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/202_k8s_info.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/208_set-connection-plugin-transport.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/211_execution-env-meta.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/223_refactor-module_utils.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/224_handle-dynamicclient-exception.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/227_replace-kubernetesansiblemodule-class.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/228_dont-mark-changed-if-diff-irrelevant.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/229_helm-vault-support.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/230_k8s-template-parameter.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/231_k8sansiblemixin-module.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/234_k8s-selfsubjectaccessreviews.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/235_k8s_info-wait-support.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/243_template.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/246_helm-appversion-check.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/252_connection-plugin-fqcn-fix.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/260_k8s-positional-args.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/280_helm_status.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/307_remote_src.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/308_k8s_info.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/310-wait_condition.status_is_a_str.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/314_version.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/319-helm-honors-HELM_-environment-variables.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/324-adjust-helm-and-helm_info-parameters-names.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/33-k8s_service-fix-argspec.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/332_helm_changed_flag_takes_values_in_consideration.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/334-delete-options.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/343-secret-check-mode.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/349-skip-crds.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/35-wait-conditions.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/352-k8s.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/355-helm-diff.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/357_helm_plugin.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/360-k8s_info-wait-timeout.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/361-k8s_exec-permission-hint.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/362-helm-has_plugin-fix.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/368-helm_template.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/4-k8s-prepare-collection-for-release.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/401-requirements_file.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/403-pin-molecule.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/49-k8s-add-persist_config-option.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/51-kubectl-security-disclosure.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/52-kubectl-connection-docsfix.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/54-k8s-add-exception-handling.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/56-k8s-from_yaml-docs-examples.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/61-helm-new-modules.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/65_kubectl.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/69-k8s_log-dont-parse-as-json.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/78-github-actions-workflow.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/81-rename-repository.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/84-check_mode-service-change.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/85-exclude-unnecessary-files-when-building.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/93_helm-multiple-values-files.yml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/94-openshift-apply-test.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/95-remove-ANSIBLE_METADATA.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/97-remove-k8s_facts-deprecation.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/98-add-version_added.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/changelogs/fragments/handle_valueerror.yml +${PYSITELIB}/ansible_collections/kubernetes/core/codecov.yml +${PYSITELIB}/ansible_collections/kubernetes/core/docs/ansible_turbo_mode.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/docsite/extra-docs.yml +${PYSITELIB}/ansible_collections/kubernetes/core/docs/docsite/rst/kubernetes_scenarios/k8s_intro.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/docsite/rst/kubernetes_scenarios/k8s_inventory.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/docsite/rst/kubernetes_scenarios/k8s_scenarios.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/docsite/rst/kubernetes_scenarios/scenario_k8s_object.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/docsite/rst/scenario_guide.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.helm_info_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.helm_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.helm_plugin_info_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.helm_plugin_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.helm_repository_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.helm_template_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_cluster_info_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_cp_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_drain_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_exec_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_info_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_inventory.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_json_patch_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_log_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_lookup.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_rollback_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_scale_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_service_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.k8s_taint_module.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.kubectl_connection.rst +${PYSITELIB}/ansible_collections/kubernetes/core/docs/kubernetes.core.kustomize_lookup.rst ${PYSITELIB}/ansible_collections/kubernetes/core/meta/runtime.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/converge.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/molecule.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/defaults/main.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/appversionless-chart-v2/Chart.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/appversionless-chart-v2/templates/configmap.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/appversionless-chart/Chart.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/appversionless-chart/templates/configmap.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/test-chart-v2/Chart.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/test-chart-v2/templates/configmap.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/test-chart/Chart.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/test-chart/templates/configmap.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/test-crds/Chart.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/test-crds/crds/crd.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/files/values.yaml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/install.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/main.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/run_test.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/test_crds.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/test_helm_not_installed.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/test_read_envvars.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/tests_chart.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/tests_chart/from_local_path.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/tests_chart/from_repository.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/tests_chart/from_url.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/tests_helm_diff.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/tests_helm_plugin.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/roles/helm/tasks/tests_repository.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/access_review.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/append_hash.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/apply.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/cluster_info.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/crd.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/delete.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/exec.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/full.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/gc.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/info.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/lists.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/log.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/rollback.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/scale.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/template.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/tasks/waiter.yml -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/templates/pod_template_one.j2 -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/templates/pod_template_three.j2 -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/templates/pod_template_two.j2 -${PYSITELIB}/ansible_collections/kubernetes/core/molecule/default/vars/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_info.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_info.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_info.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_plugin.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_plugin.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_plugin.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_plugin_info.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_plugin_info.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_plugin_info.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_repository.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_repository.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/helm_repository.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_cluster_info.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_cluster_info.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_cluster_info.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_cp.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_cp.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_cp.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_drain.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_drain.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_drain.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_exec.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_exec.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_exec.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_info.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_info.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_info.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_log.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_log.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_log.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_rollback.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_rollback.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_rollback.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_scale.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_scale.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_scale.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_service.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_service.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/k8s_service.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/ks8_json_patch.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/ks8_json_patch.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/action/ks8_json_patch.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/connection/kubectl.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/connection/kubectl.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/connection/kubectl.pyo @@ -41405,27 +51053,57 @@ ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/filter/k8s.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/inventory/k8s.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/inventory/k8s.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/inventory/k8s.pyo -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/inventory/openshift.py -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/inventory/openshift.pyc -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/inventory/openshift.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/lookup/k8s.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/lookup/k8s.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/lookup/k8s.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/lookup/kustomize.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/lookup/kustomize.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/lookup/kustomize.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/__init__.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/__init__.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/__init__.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/_version.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/_version.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/_version.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/ansiblemodule.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/ansiblemodule.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/ansiblemodule.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/apply.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/apply.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/apply.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/args_common.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/args_common.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/args_common.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/client/discovery.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/client/discovery.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/client/discovery.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/client/resource.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/client/resource.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/client/resource.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/common.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/common.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/common.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/copy.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/copy.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/copy.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/exceptions.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/exceptions.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/exceptions.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/hashes.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/hashes.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/hashes.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/helm.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/helm.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/helm.pyo -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/raw.py -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/raw.pyc -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/raw.pyo -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/scale.py -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/scale.pyc -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/scale.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/k8sdynamicclient.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/k8sdynamicclient.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/k8sdynamicclient.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/selector.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/selector.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/selector.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/version.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/version.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/module_utils/version.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/__init__.pyo @@ -41450,18 +51128,24 @@ ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/helm_template.p ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s.pyo -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_auth.py -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_auth.pyc -${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_auth.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_cluster_info.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_cluster_info.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_cluster_info.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_cp.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_cp.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_cp.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_drain.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_drain.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_drain.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_exec.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_exec.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_exec.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_info.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_info.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_info.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_json_patch.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_json_patch.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_json_patch.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_log.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_log.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_log.pyo @@ -41474,37 +51158,224 @@ ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_scale.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_service.py ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_service.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_service.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_taint.py +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_taint.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/plugins/modules/k8s_taint.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/requirements.txt ${PYSITELIB}/ansible_collections/kubernetes/core/setup.cfg -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/README.md -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/aliases -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/defaults/main.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/files/crd-resource.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/files/kuard-extra-property.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/files/kuard-invalid-type.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/files/setup-crd.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/handlers/main.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/library/README.md -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/library/test_tempfile.py -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/library/test_tempfile.pyc -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/library/test_tempfile.pyo -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/meta/main.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/tasks/main.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/tasks/new_config_getter.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/tasks/openshift.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/tasks/setup_remote_tmp_dir.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/tasks/validate_installed.yml -${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/kubernetes/tasks/validate_not_installed.yml +${PYSITELIB}/ansible_collections/kubernetes/core/test-requirements.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/appversionless-chart-v2/Chart.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/appversionless-chart-v2/templates/configmap.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/appversionless-chart/Chart.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/appversionless-chart/templates/configmap.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/sample_plugin/plugin.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/test-chart-v2/Chart.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/test-chart-v2/templates/configmap.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/test-chart/Chart.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/test-chart/templates/configmap.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/test-crds/Chart.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/test-crds/crds/crd.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/files/values.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/library/helm_test_version.py +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/library/helm_test_version.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/library/helm_test_version.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/install.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/run_test.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/test_crds.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/test_helm_not_installed.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/test_helm_uninstall.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/test_read_envvars.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/tests_chart.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/tests_chart/from_local_path.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/tests_chart/from_repository.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/tests_chart/from_url.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/tests_helm_diff.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/tests_helm_plugin.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/helm/tasks/tests_repository.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/inventory_k8s/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/inventory_k8s/playbooks/play.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/inventory_k8s/playbooks/test.inventory_k8s.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/inventory_k8s/playbooks/vars/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/inventory_k8s/runme.sh +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_access_review/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_access_review/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_append_hash/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_append_hash/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_append_hash/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_append_hash/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_apply/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_apply/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_apply/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_apply/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_cluster_info/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_cluster_info/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/files/archive.tar +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/files/data/ansible/collection.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/files/data/ansible/module.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/files/data/file.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/files/data/teams/ansible.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/files/simple_file.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/files/simple_zip_file.txt.gz +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/library/k8s_create_file.py +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/library/k8s_create_file.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/library/k8s_create_file.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/library/kubectl_file_compare.py +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/library/kubectl_file_compare.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/library/kubectl_file_compare.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/tasks/test_copy_directory.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/tasks/test_copy_errors.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/tasks/test_copy_file.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/tasks/test_copy_large_file.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/tasks/test_multi_container_pod.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_copy/templates/pods_definition.j2 +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_crd/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_crd/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_crd/files/crd-resource.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_crd/files/setup-crd.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_crd/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_crd/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_delete/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_delete/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_delete/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_delete/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_diff/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_diff/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_diff/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_diff/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_diff/templates/pod.j2 +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_drain/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_drain/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_drain/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_drain/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_exec/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_exec/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_exec/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_exec/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_full/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_full/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_full/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_full/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_gc/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_gc/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_gc/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_gc/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_generate_name/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_generate_name/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_info/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_info/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_info/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_info/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_json_patch/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_json_patch/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_json_patch/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_json_patch/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_label_selectors/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_lists/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_lists/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_lists/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_lists/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_log/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_log/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_log/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_log/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_merge_type/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_merge_type/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_merge_type/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_merge_type/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_patched/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_patched/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_patched/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_patched/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_rollback/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_rollback/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_rollback/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_rollback/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_scale/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_scale/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_scale/files/deployment.yaml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_scale/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_scale/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_taint/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_taint/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_taint/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_taint/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_template/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_template/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_template/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_template/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_template/templates/pod_one.j2 +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_template/templates/pod_three.j2 +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_template/templates/pod_two.j2 +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_template/templates/pod_with_bad_namespace.j2 +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_user_impersonation/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_user_impersonation/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_user_impersonation/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_user_impersonation/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_validate/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_validate/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_validate/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_validate/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_waiter/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_waiter/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_waiter/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/k8s_waiter/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/lookup_k8s/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/lookup_k8s/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/lookup_k8s/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/lookup_k8s/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/lookup_kustomize/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/lookup_kustomize/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/lookup_kustomize/meta/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/lookup_kustomize/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/remove_namespace/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/remove_namespace/tasks/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/setup_namespace/aliases +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/setup_namespace/defaults/main.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/setup_namespace/tasks/create.yml +${PYSITELIB}/ansible_collections/kubernetes/core/tests/integration/targets/setup_namespace/tasks/main.yml ${PYSITELIB}/ansible_collections/kubernetes/core/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/kubernetes/core/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/kubernetes/core/tests/sanity/ignore-2.9.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tests/sanity/refresh_ignore_files +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_apply.py +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_apply.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_apply.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_common.py ${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_common.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_common.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_discoverer.py +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_discoverer.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_discoverer.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_hashes.py +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_hashes.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_hashes.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_helm.py ${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_helm.pyc ${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_helm.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_marshal.py +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_marshal.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_marshal.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_selector.py +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_selector.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/module_utils/test_selector.pyo +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/modules/test_helm_template.py +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/modules/test_helm_template.pyc +${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/modules/test_helm_template.pyo ${PYSITELIB}/ansible_collections/kubernetes/core/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/kubernetes/core/tox.ini ${PYSITELIB}/ansible_collections/mellanox/onyx/.github/workflows/ansible-test.yml ${PYSITELIB}/ansible_collections/mellanox/onyx/.project ${PYSITELIB}/ansible_collections/mellanox/onyx/.pydevproject @@ -41852,9 +51723,26 @@ ${PYSITELIB}/ansible_collections/mellanox/onyx/tests/unit/modules/test_onyx_wjh. ${PYSITELIB}/ansible_collections/mellanox/onyx/tests/unit/modules/utils.py ${PYSITELIB}/ansible_collections/mellanox/onyx/tests/unit/modules/utils.pyc ${PYSITELIB}/ansible_collections/mellanox/onyx/tests/unit/modules/utils.pyo +${PYSITELIB}/ansible_collections/netapp/aws/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/netapp/aws/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/netapp/aws/.github/workflows/coverage.yml +${PYSITELIB}/ansible_collections/netapp/aws/.github/workflows/main.yml +${PYSITELIB}/ansible_collections/netapp/aws/CHANGELOG.rst +${PYSITELIB}/ansible_collections/netapp/aws/COPYING ${PYSITELIB}/ansible_collections/netapp/aws/FILES.json ${PYSITELIB}/ansible_collections/netapp/aws/MANIFEST.json ${PYSITELIB}/ansible_collections/netapp/aws/README.md +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/config.yaml +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/fragments/20.2.0.yaml +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/fragments/20.6.0.yaml +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/fragments/20.8.0.yaml +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/fragments/20.9.0.yaml +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/fragments/2019.10.0.yaml +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3569.yaml +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-3644.yaml +${PYSITELIB}/ansible_collections/netapp/aws/changelogs/fragments/DEVOPS-4416.yaml +${PYSITELIB}/ansible_collections/netapp/aws/meta/runtime.yml ${PYSITELIB}/ansible_collections/netapp/aws/plugins/doc_fragments/netapp.py ${PYSITELIB}/ansible_collections/netapp/aws/plugins/doc_fragments/netapp.pyc ${PYSITELIB}/ansible_collections/netapp/aws/plugins/doc_fragments/netapp.pyo @@ -41876,6 +51764,7 @@ ${PYSITELIB}/ansible_collections/netapp/aws/plugins/modules/aws_netapp_cvs_pool. ${PYSITELIB}/ansible_collections/netapp/aws/plugins/modules/aws_netapp_cvs_snapshots.py ${PYSITELIB}/ansible_collections/netapp/aws/plugins/modules/aws_netapp_cvs_snapshots.pyc ${PYSITELIB}/ansible_collections/netapp/aws/plugins/modules/aws_netapp_cvs_snapshots.pyo +${PYSITELIB}/ansible_collections/netapp/aws/requirements.txt ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/compat/__init__.py ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/compat/__init__.pyc ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/compat/__init__.pyo @@ -41888,6 +51777,9 @@ ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/compat/mock.pyo ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/compat/unittest.py ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/compat/unittest.pyc ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/plugins/module_utils/test_netapp.py +${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/plugins/module_utils/test_netapp.pyc +${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/plugins/module_utils/test_netapp.pyo ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/plugins/modules/test_aws_netapp_cvs_active_directory.py ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/plugins/modules/test_aws_netapp_cvs_active_directory.pyc ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/plugins/modules/test_aws_netapp_cvs_active_directory.pyo @@ -41901,11 +51793,296 @@ ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/plugins/modules/test_aws_ ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/plugins/modules/test_aws_netapp_cvs_snapshots.pyc ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/plugins/modules/test_aws_netapp_cvs_snapshots.pyo ${PYSITELIB}/ansible_collections/netapp/aws/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/netapp/azure/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/netapp/azure/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/netapp/azure/.github/workflows/coverage.yml +${PYSITELIB}/ansible_collections/netapp/azure/.github/workflows/main.yml +${PYSITELIB}/ansible_collections/netapp/azure/CHANGELOG.rst +${PYSITELIB}/ansible_collections/netapp/azure/COPYING +${PYSITELIB}/ansible_collections/netapp/azure/FILES.json +${PYSITELIB}/ansible_collections/netapp/azure/HACK.md +${PYSITELIB}/ansible_collections/netapp/azure/MANIFEST.json +${PYSITELIB}/ansible_collections/netapp/azure/README.md +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/.plugin-cache.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/config.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/20.2.0.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/20.4.0.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/20.5.0.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/20.6.0.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/20.7.0.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/20.8.0.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3526.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3663.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3704.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3849.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3935.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3949.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4001.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4070.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4135.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4246.yaml +${PYSITELIB}/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-4416.yaml +${PYSITELIB}/ansible_collections/netapp/azure/meta/runtime.yml +${PYSITELIB}/ansible_collections/netapp/azure/plugins/doc_fragments/azure.py +${PYSITELIB}/ansible_collections/netapp/azure/plugins/doc_fragments/azure.pyc +${PYSITELIB}/ansible_collections/netapp/azure/plugins/doc_fragments/azure.pyo +${PYSITELIB}/ansible_collections/netapp/azure/plugins/doc_fragments/azure_tags.py +${PYSITELIB}/ansible_collections/netapp/azure/plugins/doc_fragments/azure_tags.pyc +${PYSITELIB}/ansible_collections/netapp/azure/plugins/doc_fragments/azure_tags.pyo +${PYSITELIB}/ansible_collections/netapp/azure/plugins/doc_fragments/netapp.py +${PYSITELIB}/ansible_collections/netapp/azure/plugins/doc_fragments/netapp.pyc +${PYSITELIB}/ansible_collections/netapp/azure/plugins/doc_fragments/netapp.pyo +${PYSITELIB}/ansible_collections/netapp/azure/plugins/module_utils/azure_rm_netapp_common.py +${PYSITELIB}/ansible_collections/netapp/azure/plugins/module_utils/azure_rm_netapp_common.pyc +${PYSITELIB}/ansible_collections/netapp/azure/plugins/module_utils/azure_rm_netapp_common.pyo +${PYSITELIB}/ansible_collections/netapp/azure/plugins/module_utils/netapp_module.py +${PYSITELIB}/ansible_collections/netapp/azure/plugins/module_utils/netapp_module.pyc +${PYSITELIB}/ansible_collections/netapp/azure/plugins/module_utils/netapp_module.pyo +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_account.py +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_account.pyc +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_account.pyo +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_capacity_pool.py +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_capacity_pool.pyc +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_capacity_pool.pyo +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_snapshot.py +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_snapshot.pyc +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_snapshot.pyo +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_volume.py +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_volume.pyc +${PYSITELIB}/ansible_collections/netapp/azure/plugins/modules/azure_rm_netapp_volume.pyo +${PYSITELIB}/ansible_collections/netapp/azure/requirements.txt +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_account/aliases +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_account/meta/main.yml +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_account/tasks/main.yml +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_capacity_pool/aliases +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_capacity_pool/meta/main.yml +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_capacity_pool/tasks/main.yml +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_snapshot/aliases +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_snapshot/meta/main.yml +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_snapshot/tasks/main.yml +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_volume/aliases +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_volume/meta/main.yml +${PYSITELIB}/ansible_collections/netapp/azure/tests/integration/targets/azure_rm_netapp_volume/tasks/main.yml +${PYSITELIB}/ansible_collections/netapp/azure/tests/runner/requirements/integration.cloud.azure.txt +${PYSITELIB}/ansible_collections/netapp/azure/tests/runner/requirements/requirements-azure.txt +${PYSITELIB}/ansible_collections/netapp/azure/tests/runner/requirements/unit.cloud.azure.txt +${PYSITELIB}/ansible_collections/netapp/azure/tests/runner/requirements/units.txt +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/__init__.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/__init__.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/__init__.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/builtins.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/builtins.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/builtins.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/mock.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/mock.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/mock.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/unittest.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/unittest.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/module_utils/test_netapp_module.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/module_utils/test_netapp_module.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/module_utils/test_netapp_module.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_account.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_account.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_account.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_capacity_pool.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_capacity_pool.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_capacity_pool.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_snapshot.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_snapshot.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_snapshot.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_volume.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_volume.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_volume.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_volume_import.py +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_volume_import.pyc +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/plugins/modules/test_azure_rm_netapp_volume_import.pyo +${PYSITELIB}/ansible_collections/netapp/azure/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/netapp/cloudmanager/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/.github/workflows/coverage.yml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/.github/workflows/main.yml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/CHANGELOG.rst +${PYSITELIB}/ansible_collections/netapp/cloudmanager/COPYING +${PYSITELIB}/ansible_collections/netapp/cloudmanager/FILES.json +${PYSITELIB}/ansible_collections/netapp/cloudmanager/MANIFEST.json +${PYSITELIB}/ansible_collections/netapp/cloudmanager/README.md +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/.plugin-cache.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/config.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3803.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3844.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3909.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3910.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3911.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3912.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3913.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3922.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3946.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3947.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3948.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3965.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3967.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3975.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3984.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3985.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-3995.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4021.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4065.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4105.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4118.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4136.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4164.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4200.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4201.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4205.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4264.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4267.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4271.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4292.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4298.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4303.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4321.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4327.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4328.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4358.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4386.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4416.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4458.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4492.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4500.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4513.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4516.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4542.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4563.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4567.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4647.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4703.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4758.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/changelogs/fragments/DEVOPS-4820.yaml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/meta/runtime.yml +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/README.md +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/doc_fragments/netapp.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/doc_fragments/netapp.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/doc_fragments/netapp.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/module_utils/netapp.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/module_utils/netapp.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/module_utils/netapp.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/module_utils/netapp_module.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/module_utils/netapp_module.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/module_utils/netapp_module.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_aggregate.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_aggregate.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_aggregate.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_aws_fsx.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_aws_fsx.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_aws_fsx.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cifs_server.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cifs_server.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cifs_server.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_connector_aws.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_connector_aws.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_connector_aws.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_connector_azure.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_connector_azure.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_connector_azure.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_connector_gcp.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_connector_gcp.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_connector_gcp.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cvo_aws.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cvo_aws.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cvo_aws.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cvo_azure.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cvo_azure.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cvo_azure.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cvo_gcp.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cvo_gcp.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_cvo_gcp.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_info.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_info.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_info.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_nss_account.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_nss_account.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_nss_account.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_snapmirror.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_snapmirror.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_snapmirror.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_volume.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_volume.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/plugins/modules/na_cloudmanager_volume.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/requirements.txt +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/__init__.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/__init__.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/__init__.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/builtins.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/builtins.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/builtins.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/mock.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/mock.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/mock.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/unittest.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/unittest.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/module_utils/test_netapp.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/module_utils/test_netapp.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/module_utils/test_netapp.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/module_utils/test_netapp_module.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/module_utils/test_netapp_module.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/module_utils/test_netapp_module.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/module_utils/test_netapp_module_open.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/module_utils/test_netapp_module_open.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/module_utils/test_netapp_module_open.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_aggregate.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_aggregate.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_aggregate.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_aws_fsx.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_aws_fsx.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_aws_fsx.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cifs_server.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cifs_server.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cifs_server.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_connector_aws.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_connector_aws.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_connector_aws.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_connector_azure.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_connector_azure.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_connector_azure.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_connector_gcp.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_connector_gcp.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_connector_gcp.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cvo_aws.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cvo_aws.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cvo_aws.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cvo_azure.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cvo_azure.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cvo_azure.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cvo_gcp.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cvo_gcp.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_cvo_gcp.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_info.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_info.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_info.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_nss_account.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_nss_account.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_nss_account.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_snapmirror.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_snapmirror.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_snapmirror.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_volume.py +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_volume.pyc +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/plugins/modules/test_na_cloudmanager_volume.pyo +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/requirements-azure.txt +${PYSITELIB}/ansible_collections/netapp/cloudmanager/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/netapp/elementsw/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/netapp/elementsw/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/netapp/elementsw/.github/workflows/coverage.yml +${PYSITELIB}/ansible_collections/netapp/elementsw/.github/workflows/main.yml ${PYSITELIB}/ansible_collections/netapp/elementsw/CHANGELOG.rst ${PYSITELIB}/ansible_collections/netapp/elementsw/FILES.json ${PYSITELIB}/ansible_collections/netapp/elementsw/MANIFEST.json ${PYSITELIB}/ansible_collections/netapp/elementsw/README.md -${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/.plugin-cache.yaml ${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/config.yaml ${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/20.2.0.yaml @@ -41920,6 +52097,12 @@ ${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-31 ${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3235.yaml ${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3310.yml ${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3324.yaml +${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3731.yaml +${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3733.yaml +${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3734.yaml +${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-3800.yaml +${PYSITELIB}/ansible_collections/netapp/elementsw/changelogs/fragments/DEVOPS-4416.yaml +${PYSITELIB}/ansible_collections/netapp/elementsw/meta/runtime.yml ${PYSITELIB}/ansible_collections/netapp/elementsw/plugins/doc_fragments/netapp.py ${PYSITELIB}/ansible_collections/netapp/elementsw/plugins/doc_fragments/netapp.pyc ${PYSITELIB}/ansible_collections/netapp/elementsw/plugins/doc_fragments/netapp.pyo @@ -42004,6 +52187,7 @@ ${PYSITELIB}/ansible_collections/netapp/elementsw/plugins/modules/na_elementsw_v ${PYSITELIB}/ansible_collections/netapp/elementsw/plugins/modules/na_elementsw_volume_pair.py ${PYSITELIB}/ansible_collections/netapp/elementsw/plugins/modules/na_elementsw_volume_pair.pyc ${PYSITELIB}/ansible_collections/netapp/elementsw/plugins/modules/na_elementsw_volume_pair.pyo +${PYSITELIB}/ansible_collections/netapp/elementsw/requirements.txt ${PYSITELIB}/ansible_collections/netapp/elementsw/tests/unit/compat/__init__.py ${PYSITELIB}/ansible_collections/netapp/elementsw/tests/unit/compat/__init__.pyc ${PYSITELIB}/ansible_collections/netapp/elementsw/tests/unit/compat/__init__.pyo @@ -42062,12 +52246,19 @@ ${PYSITELIB}/ansible_collections/netapp/elementsw/tests/unit/plugins/modules_uti ${PYSITELIB}/ansible_collections/netapp/elementsw/tests/unit/plugins/modules_utils/test_netapp_module.pyc ${PYSITELIB}/ansible_collections/netapp/elementsw/tests/unit/plugins/modules_utils/test_netapp_module.pyo ${PYSITELIB}/ansible_collections/netapp/elementsw/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/netapp/ontap/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/netapp/ontap/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/netapp/ontap/.github/workflows/coverage.yml +${PYSITELIB}/ansible_collections/netapp/ontap/.github/workflows/main.yml ${PYSITELIB}/ansible_collections/netapp/ontap/CHANGELOG.rst +${PYSITELIB}/ansible_collections/netapp/ontap/COPYING ${PYSITELIB}/ansible_collections/netapp/ontap/FILES.json ${PYSITELIB}/ansible_collections/netapp/ontap/MANIFEST.json ${PYSITELIB}/ansible_collections/netapp/ontap/README.md +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/.plugin-cache.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/config.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/0-copy_ignore_txt.yml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/19.10.0.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/19.11.0.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/20.1.0.yaml @@ -42081,16 +52272,23 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/20.6.1.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/20.7.0.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/20.8.0.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/20.9.0.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-1661.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-1665.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2353.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2422.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2426.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2459.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2459b.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2491.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2668.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2928.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2964.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2965.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-2972.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3113.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3137.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3139.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3148.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3149.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3167.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3175.yaml @@ -42127,11 +52325,14 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3443.y ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3454.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3479.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3480.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3483.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3490.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3494.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3497.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3501.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3510.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3515.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3534.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3535.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3536.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3540.yaml @@ -42141,6 +52342,7 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3571.y ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3579.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3580.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3595.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3615.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3623.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3625.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3626.yaml @@ -42171,17 +52373,147 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3870.y ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3883.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3900.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3926.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3939.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3950.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3952.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3969.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3971.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3973.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3983.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3994.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4005.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4010.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4022.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4026.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4031.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4039.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4049.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4060.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4079.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4113.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4114.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4116.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4119.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4121.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4122.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4123.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4140.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4150.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4159.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4161.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4175.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4177.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4179.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4190.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4191.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4196.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4206.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4218.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4227.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4228.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4231.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4235.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4243.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4255.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4256.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4270.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4288.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4289.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4300.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4312.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4319.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4320.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4325.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4329.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4331.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4332.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4333.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4334.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4335.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4337.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4338.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4339.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4340.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4341.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4342.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4343.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4344.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4345.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4349.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4350.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4391.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4392.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4393.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4394.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4399.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4401.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4404.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4435.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4439.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4457.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4459.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4460.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4465.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4479.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4487.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4501.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4508.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4526.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4527.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4540.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4554.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4565.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4566.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4568.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4573.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4577.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4588.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4604.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4605.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4609.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4612.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4621.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4623.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4645.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4648.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4676.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4679.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4711.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4719.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4729.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4731.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4736.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4737.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4743.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4745.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4747.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4764.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4804.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4807.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4808.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4809.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4813.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4818.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4832.yml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4834.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4864.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4872.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4879.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4975.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/changelogs/fragments/github-56.yaml +${PYSITELIB}/ansible_collections/netapp/ontap/meta/runtime.yml ${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/README.md ${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/json_query/README.md ${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/json_query/na_ontap_pb_get_online_volumes.yml +${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/json_query/na_ontap_pb_get_online_volumes_loop.yml ${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/na_ontap_pb_install_SSL_certificate.yml ${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/na_ontap_pb_install_SSL_certificate_REST.yml ${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/na_ontap_pb_upgrade_firmware.yml ${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/na_ontap_pb_upgrade_firmware_with_extra_vars.yml ${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/na_ontap_pb_upgrade_firmware_with_vars_file.yml ${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/ontap_vars_file.yml +${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/rest_apis/volumes.yml +${PYSITELIB}/ansible_collections/netapp/ontap/playbooks/examples/support/debug_connectivity.yaml ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/doc_fragments/netapp.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/doc_fragments/netapp.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/doc_fragments/netapp.pyo @@ -42200,12 +52532,21 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_applicat ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_flexcache.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_flexcache.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_flexcache.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_generic.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_generic.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_generic.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_response_helpers.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_response_helpers.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_response_helpers.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_user.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_user.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_user.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_volume.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_volume.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_volume.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_vserver.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_vserver.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/rest_vserver.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/zapis_svm.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/zapis_svm.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/module_utils/zapis_svm.pyo @@ -42242,6 +52583,9 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_loca ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_local_user_modify.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_local_user_modify.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_local_user_modify.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_local_user_set_password.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_local_user_set_password.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_local_user_set_password.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_server.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_server.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_cifs_server.pyo @@ -42284,6 +52628,18 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_export_po ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fcp.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fcp.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fcp.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdsd.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdsd.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdsd.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdsp.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdsp.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdsp.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdspt.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdspt.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdspt.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdss.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdss.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_fdss.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_file_directory_policy.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_file_directory_policy.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_file_directory_policy.pyo @@ -42425,12 +52781,18 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_nvme_subs ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_object_store.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_object_store.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_object_store.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_partitions.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_partitions.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_partitions.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_ports.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_ports.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_ports.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_portset.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_portset.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_portset.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_publickey.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_publickey.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_publickey.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_qos_adaptive_policy_group.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_qos_adaptive_policy_group.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_qos_adaptive_policy_group.pyo @@ -42464,6 +52826,9 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_security_ ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_security_key_manager.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_security_key_manager.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_security_key_manager.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_service_policy.py +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_service_policy.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_service_policy.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_service_processor_network.py ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_service_processor_network.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/plugins/modules/na_ontap_service_processor_network.pyo @@ -42608,9 +52973,27 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_create/task ${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_create/tests/inventory ${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_create/tests/test.yml ${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_create/vars/main.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/.travis.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/README.md +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/defaults/main.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/handlers/main.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/meta/main.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tasks/assert_prereqs_and_vserver_exists.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tasks/delete_volumes.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tasks/find_and_delete_volumes.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tasks/find_and_delete_volumes_retries.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tasks/get_cifs_server.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tasks/get_igroups.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tasks/get_interfaces.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tasks/get_volumes.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tasks/main.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tests/inventory +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/tests/test.yml +${PYSITELIB}/ansible_collections/netapp/ontap/roles/na_ontap_vserver_delete/vars/main.yml ${PYSITELIB}/ansible_collections/netapp/ontap/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/netapp/ontap/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/netapp/ontap/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/netapp/ontap/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/netapp/ontap/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/compat/__init__.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/compat/__init__.pyc @@ -42624,18 +53007,69 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/compat/mock.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/compat/unittest.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/compat/unittest.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/mock_rest_and_zapi_requests.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/mock_rest_and_zapi_requests.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/mock_rest_and_zapi_requests.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/rest_factory.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/rest_factory.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/rest_factory.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_mock_rest_and_zapi_requests.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_mock_rest_and_zapi_requests.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_mock_rest_and_zapi_requests.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_mock_rest_and_zapi_requests_no_netapp_lib.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_mock_rest_and_zapi_requests_no_netapp_lib.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_mock_rest_and_zapi_requests_no_netapp_lib.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_rest_factory.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_rest_factory.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_rest_factory.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_zapi_factory.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_zapi_factory.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/test_zapi_factory.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/zapi_factory.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/zapi_factory.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/framework/zapi_factory.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/ansible_mocks.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/ansible_mocks.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/ansible_mocks.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_invoke_elem.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_invoke_elem.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_invoke_elem.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_module.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_module.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_module.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_rest.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_rest.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_rest.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_send_request.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_send_request.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_send_request.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_sf.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_sf.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_sf.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_zapi.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_zapi.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_netapp_zapi.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_rest_volume.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_rest_volume.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/module_utils/test_rest_volume.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/.pytest_cache/.gitignore +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/.pytest_cache/CACHEDIR.TAG +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/.pytest_cache/README.md +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/.pytest_cache/v/cache/lastfailed +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/.pytest_cache/v/cache/nodeids +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/.pytest_cache/v/cache/stepwise +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_active_directory.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_active_directory.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_active_directory.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_aggregate.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_aggregate.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_aggregate.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_aggregate_rest.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_aggregate_rest.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_aggregate_rest.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_autosupport.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_autosupport.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_autosupport.pyo @@ -42651,12 +53085,18 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_acl.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_acl.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_acl.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_local_group_member.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_local_group_member.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_local_group_member.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_local_user_modify.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_local_user_modify.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_local_user_modify.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_local_user_set_password.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_local_user_set_password.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_local_user_set_password.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_server.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_server.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_cifs_server.pyo @@ -42669,9 +53109,15 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_command.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_command.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_command.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_debug.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_debug.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_debug.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_disk_options.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_disk_options.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_disk_options.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_disks.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_disks.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_disks.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_dns.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_dns.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_dns.pyo @@ -42687,6 +53133,21 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_export_policy_rule.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_export_policy_rule.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_export_policy_rule.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_export_policy_rule_rest.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_export_policy_rule_rest.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_export_policy_rule_rest.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fcp_rest.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fcp_rest.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fcp_rest.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fdsd.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fdsd.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fdsd.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fdsp.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fdsp.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fdsp.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fdss.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fdss.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_fdss.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_file_directory_policy.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_file_directory_policy.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_file_directory_policy.pyo @@ -42729,6 +53190,9 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ipspace.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ipspace.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ipspace.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_iscsi.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_iscsi.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_iscsi.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_iscsi_security.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_iscsi_security.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_iscsi_security.pyo @@ -42741,6 +53205,9 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ldap_client.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ldap_client.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ldap_client.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_license.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_license.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_license.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_log_forward.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_log_forward.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_log_forward.pyo @@ -42750,12 +53217,18 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_app_rest.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_app_rest.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_app_rest.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_copy.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_copy.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_copy.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_map.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_map.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_map.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_map_rest.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_map_rest.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_map_rest.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_rest.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_rest.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_lun_rest.pyo @@ -42789,9 +53262,15 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_net_subnet.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_net_subnet.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_net_subnet.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_net_vlan.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_net_vlan.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_net_vlan.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_nfs.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_nfs.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_nfs.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_nfs_rest.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_nfs_rest.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_nfs_rest.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_node.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_node.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_node.pyo @@ -42801,6 +53280,9 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ntfs_sd.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ntfs_sd.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ntfs_sd.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ntp.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ntp.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ntp.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_nvme.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_nvme.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_nvme.pyo @@ -42813,12 +53295,18 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_object_store.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_object_store.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_object_store.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_partitions.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_partitions.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_partitions.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ports.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ports.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_ports.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_portset.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_portset.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_portset.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_publickey.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_publickey.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_publickey.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_qos_adaptive_policy_group.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_qos_adaptive_policy_group.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_qos_adaptive_policy_group.pyo @@ -42840,6 +53328,9 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_rest_info.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_rest_info.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_rest_info.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_restit.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_restit.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_restit.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_security_certificates.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_security_certificates.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_security_certificates.pyo @@ -42849,6 +53340,9 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_security_key_manager.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_security_key_manager.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_security_key_manager.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_service_policy.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_service_policy.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_service_policy.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_service_processor_network.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_service_processor_network.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_service_processor_network.pyo @@ -42867,6 +53361,12 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snapshot_policy.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snapshot_policy.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snapshot_policy.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snapshot_policy_rest.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snapshot_policy_rest.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snapshot_policy_rest.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snmp.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snmp.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snmp.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snmp_traphosts.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snmp_traphosts.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_snmp_traphosts.pyo @@ -42912,6 +53412,9 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_volume_clone.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_volume_clone.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_volume_clone.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_volume_clone_rest.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_volume_clone_rest.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_volume_clone_rest.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_volume_efficiency.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_volume_efficiency.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_volume_efficiency.pyo @@ -42942,25 +53445,263 @@ ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_wwpn_alias.py ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_wwpn_alias.pyc ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_na_ontap_wwpn_alias.pyo +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_ontap_fdspt.py +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_ontap_fdspt.pyc +${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/plugins/modules/test_ontap_fdspt.pyo ${PYSITELIB}/ansible_collections/netapp/ontap/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/netapp/storagegrid/.github/workflows/coverage.yml +${PYSITELIB}/ansible_collections/netapp/storagegrid/.github/workflows/main.yml +${PYSITELIB}/ansible_collections/netapp/storagegrid/CHANGELOG.rst +${PYSITELIB}/ansible_collections/netapp/storagegrid/COPYING +${PYSITELIB}/ansible_collections/netapp/storagegrid/FILES.json +${PYSITELIB}/ansible_collections/netapp/storagegrid/MANIFEST.json +${PYSITELIB}/ansible_collections/netapp/storagegrid/README.md +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/config.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/fragments/20.10.0.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/fragments/20.6.1.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/fragments/20.7.0.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/fragments/21.6.0.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/fragments/21.9.0.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/fragments/DEVOPS-4416.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/fragments/github-10.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/fragments/github-66.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/changelogs/fragments/github-8.yaml +${PYSITELIB}/ansible_collections/netapp/storagegrid/meta/runtime.yml +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/doc_fragments/netapp.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/doc_fragments/netapp.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/doc_fragments/netapp.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/module_utils/netapp.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/module_utils/netapp.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/module_utils/netapp.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/module_utils/netapp_module.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/module_utils/netapp_module.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/module_utils/netapp_module.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_account.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_account.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_account.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_certificate.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_certificate.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_certificate.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_dns.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_dns.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_dns.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_gateway.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_gateway.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_gateway.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_group.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_group.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_group.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_ha_group.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_ha_group.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_ha_group.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_identity_federation.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_identity_federation.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_identity_federation.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_info.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_info.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_info.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_ntp.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_ntp.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_ntp.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_regions.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_regions.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_regions.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_traffic_classes.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_traffic_classes.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_traffic_classes.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_user.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_user.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_grid_user.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_container.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_container.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_container.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_group.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_group.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_group.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_identity_federation.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_identity_federation.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_identity_federation.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_info.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_info.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_info.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_user.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_user.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_user.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_user_s3_key.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_user_s3_key.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/plugins/modules/na_sg_org_user_s3_key.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/requirements.txt +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/__init__.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/__init__.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/__init__.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/builtins.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/builtins.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/builtins.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/mock.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/mock.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/mock.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/unittest.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/unittest.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_account.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_account.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_account.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_certificate.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_certificate.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_certificate.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_dns.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_dns.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_dns.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_gateway.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_gateway.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_gateway.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_group.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_group.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_group.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_ha_group.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_ha_group.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_ha_group.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_identity_federation.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_identity_federation.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_identity_federation.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_info.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_info.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_info.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_ntp.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_ntp.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_ntp.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_regions.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_regions.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_regions.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_traffic_classes.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_traffic_classes.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_traffic_classes.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_user.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_user.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_grid_user.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_container.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_container.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_container.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_group.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_group.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_group.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_identity_federation.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_identity_federation.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_identity_federation.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_info.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_info.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_info.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_user.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_user.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_user.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_user_s3_key.py +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_user_s3_key.pyc +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/plugins/modules/test_na_sg_org_user_s3_key.pyo +${PYSITELIB}/ansible_collections/netapp/storagegrid/tests/unit/requirements.txt +${PYSITELIB}/ansible_collections/netapp/um_info/.github/ISSUE_TEMPLATE/bug_report.yml +${PYSITELIB}/ansible_collections/netapp/um_info/.github/ISSUE_TEMPLATE/feature_request.yml +${PYSITELIB}/ansible_collections/netapp/um_info/.github/workflows/coverage.yml +${PYSITELIB}/ansible_collections/netapp/um_info/.github/workflows/main.yml +${PYSITELIB}/ansible_collections/netapp/um_info/CHANGELOG.rst +${PYSITELIB}/ansible_collections/netapp/um_info/COPYING +${PYSITELIB}/ansible_collections/netapp/um_info/FILES.json +${PYSITELIB}/ansible_collections/netapp/um_info/MANIFEST.json +${PYSITELIB}/ansible_collections/netapp/um_info/README.md +${PYSITELIB}/ansible_collections/netapp/um_info/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/netapp/um_info/changelogs/config.yaml +${PYSITELIB}/ansible_collections/netapp/um_info/changelogs/fragments/20.7.0.yaml +${PYSITELIB}/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-2952.yaml +${PYSITELIB}/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-3920.yaml +${PYSITELIB}/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-3962.yaml +${PYSITELIB}/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4059.yaml +${PYSITELIB}/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4087.yaml +${PYSITELIB}/ansible_collections/netapp/um_info/changelogs/fragments/DEVOPS-4416.yaml +${PYSITELIB}/ansible_collections/netapp/um_info/meta/runtime.yml +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/doc_fragments/netapp.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/doc_fragments/netapp.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/doc_fragments/netapp.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/module_utils/netapp.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/module_utils/netapp.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/module_utils/netapp.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/module_utils/netapp_module.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/module_utils/netapp_module.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/module_utils/netapp_module.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_aggregates_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_aggregates_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_aggregates_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_clusters_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_clusters_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_clusters_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_aggregates.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_aggregates.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_aggregates.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_clusters.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_clusters.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_clusters.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_nodes.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_nodes.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_nodes.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_svms.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_svms.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_svms.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_volumes.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_volumes.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_list_volumes.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_nodes_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_nodes_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_nodes_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_svms_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_svms_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_svms_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_volumes_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_volumes_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/plugins/modules/na_um_volumes_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/requirements.txt +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/__init__.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/__init__.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/__init__.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/builtins.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/builtins.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/builtins.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/mock.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/mock.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/mock.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/unittest.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/unittest.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/compat/unittest.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/module_utils/test_netapp.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/module_utils/test_netapp.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/module_utils/test_netapp.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_aggregates_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_aggregates_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_aggregates_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_clusters_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_clusters_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_clusters_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_nodes_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_nodes_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_nodes_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_svms_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_svms_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_svms_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_volumes_info.py +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_volumes_info.pyc +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/plugins/modules/test_na_um_volumes_info.pyo +${PYSITELIB}/ansible_collections/netapp/um_info/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/.gitignore -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/.idea/.gitignore -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/.idea/inspectionProfiles/profiles_settings.xml -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/.idea/misc.xml -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/.idea/modules.xml -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/.idea/santricity.iml -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/.idea/vcs.xml -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/.idea/workspace.xml ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/CHANGELOG.rst +${PYSITELIB}/ansible_collections/netapp_eseries/santricity/CONTRIBUTING.md ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/COPYING ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/FILES.json -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/Jenkinsfile +${PYSITELIB}/ansible_collections/netapp_eseries/santricity/Jenkinsfile.blackduck ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/MANIFEST.json ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/README.md -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/add_resource_provisioned_volume_global.patch +${PYSITELIB}/ansible_collections/netapp_eseries/santricity/ansible.cfg ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/changelogs/.plugin-cache.yaml ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/changelogs/config.yaml +${PYSITELIB}/ansible_collections/netapp_eseries/santricity/meta/runtime.yml ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/plugins/doc_fragments/netapp.py ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/plugins/doc_fragments/netapp.pyc ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/plugins/doc_fragments/netapp.pyo @@ -43153,7 +53894,6 @@ ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/plugins/modules/netap ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/plugins/modules/netapp_e_volume_copy.py ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/plugins/modules/netapp_e_volume_copy.pyc ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/plugins/modules/netapp_e_volume_copy.pyo -${PYSITELIB}/ansible_collections/netapp_eseries/santricity/remove_resource_provisioned_volumes.patch ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/roles/nar_santricity_common/.travis.yml ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/roles/nar_santricity_common/README.md ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/roles/nar_santricity_common/defaults/main.yml @@ -43312,7 +54052,12 @@ ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/vars/hubScanProject.g ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/vars/setupBlackduckBuildParameters.groovy ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/vars/setupBuildParameters.groovy ${PYSITELIB}/ansible_collections/netapp_eseries/santricity/vars/setupSynopsysDetect.groovy -${PYSITELIB}/ansible_collections/netbox/netbox/.github/ISSUE_TEMPLATE/new-issue.md +${PYSITELIB}/ansible_collections/netbox/netbox/.github/ISSUE_TEMPLATE/bug_report.yaml +${PYSITELIB}/ansible_collections/netbox/netbox/.github/ISSUE_TEMPLATE/config.yml +${PYSITELIB}/ansible_collections/netbox/netbox/.github/ISSUE_TEMPLATE/documentation_change.yaml +${PYSITELIB}/ansible_collections/netbox/netbox/.github/ISSUE_TEMPLATE/feature_request.yaml +${PYSITELIB}/ansible_collections/netbox/netbox/.github/ISSUE_TEMPLATE/housekeeping.yaml +${PYSITELIB}/ansible_collections/netbox/netbox/.github/pull_request_template.md ${PYSITELIB}/ansible_collections/netbox/netbox/.github/workflows/main.yml ${PYSITELIB}/ansible_collections/netbox/netbox/.github/workflows/release.yml ${PYSITELIB}/ansible_collections/netbox/netbox/.gitignore @@ -43327,6 +54072,8 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/ansible.cfg ${PYSITELIB}/ansible_collections/netbox/netbox/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/netbox/netbox/changelogs/config.yaml ${PYSITELIB}/ansible_collections/netbox/netbox/changelogs/fragments/.gitkeep +${PYSITELIB}/ansible_collections/netbox/netbox/changelogs/fragments/619-v3.0-ci-fixes.yml +${PYSITELIB}/ansible_collections/netbox/netbox/changelogs/fragments/issue-558.yml ${PYSITELIB}/ansible_collections/netbox/netbox/docs/Makefile ${PYSITELIB}/ansible_collections/netbox/netbox/docs/_extensions/pygments_lexer.py ${PYSITELIB}/ansible_collections/netbox/netbox/docs/_extensions/pygments_lexer.pyc @@ -43379,10 +54126,16 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_circuit_type_ ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_cluster_group_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_cluster_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_cluster_type_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_config_context_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_console_port_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_console_port_template_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_console_server_port_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_console_server_port_template_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_contact_group_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_contact_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_contact_role_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_custom_field_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_custom_link_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_device_bay_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_device_bay_template_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_device_interface_module.rst @@ -43390,11 +54143,14 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_device_interf ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_device_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_device_role_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_device_type_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_export_template_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_front_port_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_front_port_template_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_interface_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_inventory_item_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_ip_address_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_ipam_role_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_location_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_manufacturer_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_platform_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_power_feed_module.rst @@ -43405,6 +54161,7 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_power_port_mo ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_power_port_template_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_prefix_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_provider_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_provider_network_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_rack_group_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_rack_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_rack_role_module.rst @@ -43414,6 +54171,7 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_region_module ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_rir_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_route_target_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_service_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_site_group_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_site_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_tag_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_tenant_group_module.rst @@ -43424,13 +54182,21 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_vlan_group_mo ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_vlan_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_vm_interface_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_vrf_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_webhook_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_wireless_lan_group_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_wireless_lan_module.rst +${PYSITELIB}/ansible_collections/netbox/netbox/docs/plugins/netbox_wireless_link_module.rst ${PYSITELIB}/ansible_collections/netbox/netbox/docs/requirements.txt ${PYSITELIB}/ansible_collections/netbox/netbox/hacking/black.sh ${PYSITELIB}/ansible_collections/netbox/netbox/hacking/build.sh ${PYSITELIB}/ansible_collections/netbox/netbox/hacking/local-test.sh ${PYSITELIB}/ansible_collections/netbox/netbox/hacking/make-docs.sh ${PYSITELIB}/ansible_collections/netbox/netbox/hacking/update_test_inventories.sh +${PYSITELIB}/ansible_collections/netbox/netbox/meta/execution-environment.yml ${PYSITELIB}/ansible_collections/netbox/netbox/meta/runtime.yml +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/doc_fragments/common.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/doc_fragments/common.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/doc_fragments/common.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/inventory/nb_inventory.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/inventory/nb_inventory.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/inventory/nb_inventory.pyo @@ -43464,6 +54230,9 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/module_utils/netbox_utils ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/module_utils/netbox_virtualization.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/module_utils/netbox_virtualization.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/module_utils/netbox_virtualization.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/module_utils/netbox_wireless.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/module_utils/netbox_wireless.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/module_utils/netbox_wireless.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/__init__.pyo @@ -43491,6 +54260,9 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_cluster_gr ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_cluster_type.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_cluster_type.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_cluster_type.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_config_context.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_config_context.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_config_context.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_console_port.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_console_port.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_console_port.pyo @@ -43503,6 +54275,21 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_console_se ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_console_server_port_template.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_console_server_port_template.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_console_server_port_template.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_contact.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_contact.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_contact.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_contact_group.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_contact_group.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_contact_group.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_contact_role.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_contact_role.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_contact_role.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_custom_field.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_custom_field.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_custom_field.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_custom_link.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_custom_link.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_custom_link.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_device.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_device.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_device.pyo @@ -43524,15 +54311,15 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_device_rol ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_device_type.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_device_type.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_device_type.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_export_template.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_export_template.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_export_template.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_front_port.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_front_port.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_front_port.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_front_port_template.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_front_port_template.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_front_port_template.pyo -${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_interface.py -${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_interface.pyc -${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_interface.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_inventory_item.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_inventory_item.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_inventory_item.pyo @@ -43542,6 +54329,9 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_ip_address ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_ipam_role.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_ipam_role.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_ipam_role.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_location.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_location.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_location.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_manufacturer.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_manufacturer.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_manufacturer.pyo @@ -43572,6 +54362,9 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_prefix.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_provider.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_provider.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_provider.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_provider_network.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_provider_network.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_provider_network.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_rack.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_rack.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_rack.pyo @@ -43602,6 +54395,9 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_service.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_site.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_site.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_site.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_site_group.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_site_group.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_site_group.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_tag.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_tag.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_tag.pyo @@ -43629,163 +54425,367 @@ ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_vm_interfa ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_vrf.py ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_vrf.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_vrf.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_webhook.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_webhook.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_webhook.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_wireless_lan.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_wireless_lan.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_wireless_lan.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_wireless_lan_group.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_wireless_lan_group.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_wireless_lan_group.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_wireless_link.py +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_wireless_link.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/plugins/modules/netbox_wireless_link.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/poetry.lock ${PYSITELIB}/ansible_collections/netbox/netbox/pyproject.toml +${PYSITELIB}/ansible_collections/netbox/netbox/requirements.txt ${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/integration.cfg ${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/netbox-deploy.py ${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/netbox-deploy.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/netbox-deploy.pyo ${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/render_config.sh -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/.gitignore -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/aliases -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/compare_inventory_json.py -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/compare_inventory_json.pyc -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/compare_inventory_json.pyo -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-legacy.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-legacy.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-options-flatten.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-options-flatten.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-options.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-options.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-plurals-flatten.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-plurals-flatten.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-plurals.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory-plurals.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/files/test-inventory.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/runme.sh -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-latest/runme_config.template -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/.gitignore -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/aliases -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/compare_inventory_json.py -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/compare_inventory_json.pyc -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/compare_inventory_json.pyo -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-legacy.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-legacy.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-options-flatten.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-options-flatten.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-options.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-options.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-plurals-flatten.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-plurals-flatten.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-plurals.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory-plurals.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory.json -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/files/test-inventory.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/runme.sh -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.9/runme_config.template -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/main.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_aggregate.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_cable.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_circuit.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_circuit_termination.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_circuit_type.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_cluster.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_cluster_group.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_cluster_type.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_console_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_console_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_console_server_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_console_server_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_device.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_device_bay.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_device_bay_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_device_interface.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_device_interface_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_device_role.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_device_type.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_front_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_front_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_inventory_item.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_ip_address.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_ipam_role.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_lookup.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_manufacturer.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_platform.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_power_feed.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_power_outlet.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_power_outlet_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_power_panel.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_power_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_power_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_prefix.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_provider.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_rack.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_rack_group.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_rack_role.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_rear_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_rear_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_region.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_rir.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_route_target.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_service.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_site.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_tag.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_tenant.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_tenant_group.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_virtual_chassis.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_virtual_machine.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_vlan.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_vlan_group.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_vm_interface.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/latest/tasks/netbox_vrf.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/regression-latest/tasks/main.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/regression-v2.9/tasks/main.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/main.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_aggregate.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_cable.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_circuit.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_circuit_termination.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_circuit_type.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_cluster.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_cluster_group.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_cluster_type.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_console_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_console_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_console_server_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_console_server_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_device.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_device_bay.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_device_bay_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_device_interface.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_device_interface_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_device_role.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_device_type.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_front_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_front_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_inventory_item.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_ip_address.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_ipam_role.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_lookup.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_manufacturer.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_platform.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_power_feed.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_power_outlet.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_power_outlet_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_power_panel.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_power_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_power_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_prefix.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_provider.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_rack.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_rack_group.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_rack_role.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_rear_port.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_rear_port_template.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_region.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_rir.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_service.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_site.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_tag.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_tenant.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_tenant_group.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_virtual_chassis.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_virtual_machine.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_vlan.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_vlan_group.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_vm_interface.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.9/tasks/netbox_vrf.yml -${PYSITELIB}/ansible_collections/netbox/netbox/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/.gitignore +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/aliases +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/compare_inventory_json.py +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/compare_inventory_json.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/compare_inventory_json.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-legacy.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-legacy.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-noracks.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-noracks.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-options-flatten.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-options-flatten.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-options.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-options.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-plurals-flatten.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-plurals-flatten.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-plurals.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory-plurals.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/files/test-inventory.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/runme.sh +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v2.11/runme_config.template +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/.gitignore +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/aliases +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/compare_inventory_json.py +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/compare_inventory_json.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/compare_inventory_json.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-legacy.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-legacy.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-noracks.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-noracks.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-options-flatten.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-options-flatten.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-options.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-options.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-plurals-flatten.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-plurals-flatten.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-plurals.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory-plurals.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/files/test-inventory.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/runme.sh +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.0/runme_config.template +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/.gitignore +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/aliases +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/compare_inventory_json.py +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/compare_inventory_json.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/compare_inventory_json.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-legacy.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-legacy.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-noracks.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-noracks.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-options-flatten.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-options-flatten.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-options.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-options.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-plurals-flatten.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-plurals-flatten.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-plurals.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory-plurals.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/files/test-inventory.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/runme.sh +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.1/runme_config.template +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/.gitignore +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/aliases +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/compare_inventory_json.py +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/compare_inventory_json.pyc +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/compare_inventory_json.pyo +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-legacy.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-legacy.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-noracks.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-noracks.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-options-flatten.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-options-flatten.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-options.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-options.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-plurals-flatten.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-plurals-flatten.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-plurals.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory-plurals.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory.json +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/files/test-inventory.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/runme.sh +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/inventory-v3.2/runme_config.template +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/regression-v2.11/tasks/main.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/regression-v3.0/tasks/main.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/regression-v3.1/tasks/main.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/regression-v3.2/tasks/main.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/main.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_aggregate.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_cable.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_circuit.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_circuit_termination.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_circuit_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_cluster.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_cluster_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_cluster_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_console_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_console_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_console_server_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_console_server_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_device.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_device_bay.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_device_bay_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_device_interface.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_device_interface_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_device_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_device_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_front_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_front_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_inventory_item.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_ip_address.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_ipam_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_location.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_lookup.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_manufacturer.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_platform.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_power_feed.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_power_outlet.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_power_outlet_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_power_panel.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_power_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_power_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_prefix.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_provider.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_rack.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_rack_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_rack_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_rear_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_rear_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_region.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_rir.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_route_target.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_service.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_site.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_site_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_tag.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_tenant.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_tenant_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_virtual_chassis.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_virtual_machine.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_vlan.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_vlan_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_vm_interface.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/netbox_vrf.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/main.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_aggregate.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_cable.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_circuit.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_circuit_termination.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_circuit_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_cluster.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_cluster_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_cluster_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_config_context.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_console_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_console_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_console_server_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_console_server_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_device.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_device_bay.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_device_bay_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_device_interface.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_device_interface_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_device_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_device_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_front_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_front_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_inventory_item.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_ip_address.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_ipam_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_location.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_lookup.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_manufacturer.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_platform.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_power_feed.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_power_outlet.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_power_outlet_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_power_panel.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_power_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_power_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_prefix.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_provider.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_provider_network.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_rack.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_rack_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_rack_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_rear_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_rear_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_region.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_rir.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_route_target.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_service.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_site.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_site_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_tag.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_tenant.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_tenant_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_virtual_chassis.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_virtual_machine.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_vlan.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_vlan_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_vm_interface.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/netbox_vrf.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/main.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_aggregate.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_cable.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_circuit.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_circuit_termination.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_circuit_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_cluster.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_cluster_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_cluster_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_config_context.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_console_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_console_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_console_server_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_console_server_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_contact.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_contact_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_custom_field.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_custom_link.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_device.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_device_bay.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_device_bay_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_device_interface.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_device_interface_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_device_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_device_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_export_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_front_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_front_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_inventory_item.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_ip_address.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_ipam_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_location.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_lookup.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_manufacturer.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_platform.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_power_feed.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_power_outlet.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_power_outlet_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_power_panel.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_power_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_power_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_prefix.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_provider.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_provider_network.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_rack.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_rack_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_rack_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_rear_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_rear_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_region.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_rir.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_route_target.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_service.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_site.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_site_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_tag.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_tenant.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_tenant_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_virtual_chassis.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_virtual_machine.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_vlan.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_vlan_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_vm_interface.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_vrf.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_webhook.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_wireless_lan.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_wireless_lan_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.1/tasks/netbox_wireless_link.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/main.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_aggregate.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_cable.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_circuit.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_circuit_termination.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_circuit_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_cluster.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_cluster_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_cluster_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_config_context.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_console_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_console_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_console_server_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_console_server_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_contact.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_contact_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_custom_field.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_custom_link.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_device.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_device_bay.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_device_bay_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_device_interface.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_device_interface_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_device_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_device_type.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_export_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_front_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_front_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_inventory_item.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_ip_address.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_ipam_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_location.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_lookup.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_manufacturer.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_platform.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_power_feed.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_power_outlet.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_power_outlet_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_power_panel.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_power_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_power_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_prefix.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_provider.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_provider_network.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_rack.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_rack_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_rack_role.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_rear_port.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_rear_port_template.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_region.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_rir.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_route_target.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_service.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_site.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_site_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_tag.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_tenant.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_tenant_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_virtual_chassis.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_virtual_machine.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_vlan.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_vlan_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_vm_interface.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_vrf.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_webhook.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_wireless_lan.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_wireless_lan_group.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/integration/targets/v3.2/tasks/netbox_wireless_link.yml +${PYSITELIB}/ansible_collections/netbox/netbox/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/netbox/netbox/tests/test_data.py ${PYSITELIB}/ansible_collections/netbox/netbox/tests/test_data.pyc ${PYSITELIB}/ansible_collections/netbox/netbox/tests/test_data.pyo @@ -44267,6 +55267,7 @@ ${PYSITELIB}/ansible_collections/ngine_io/exoscale/tests/legacy/roles/test_exosc ${PYSITELIB}/ansible_collections/ngine_io/vultr/.github/workflows/integration.yml ${PYSITELIB}/ansible_collections/ngine_io/vultr/.github/workflows/publish.yml ${PYSITELIB}/ansible_collections/ngine_io/vultr/.github/workflows/sanity.yml +${PYSITELIB}/ansible_collections/ngine_io/vultr/.gitignore ${PYSITELIB}/ansible_collections/ngine_io/vultr/CHANGELOG.rst ${PYSITELIB}/ansible_collections/ngine_io/vultr/CONTRIBUTING.md ${PYSITELIB}/ansible_collections/ngine_io/vultr/COPYING @@ -44277,7 +55278,6 @@ ${PYSITELIB}/ansible_collections/ngine_io/vultr/changelogs/.gitignore ${PYSITELIB}/ansible_collections/ngine_io/vultr/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/ngine_io/vultr/changelogs/config.yaml ${PYSITELIB}/ansible_collections/ngine_io/vultr/changelogs/fragments/.keep -${PYSITELIB}/ansible_collections/ngine_io/vultr/changelogs/fragments/14-attach-detach-and-resize-volumes.yml ${PYSITELIB}/ansible_collections/ngine_io/vultr/codecov.yml ${PYSITELIB}/ansible_collections/ngine_io/vultr/meta/runtime.yml ${PYSITELIB}/ansible_collections/ngine_io/vultr/plugins/doc_fragments/__init__.py @@ -44449,6 +55449,7 @@ ${PYSITELIB}/ansible_collections/openstack/cloud/COPYING ${PYSITELIB}/ansible_collections/openstack/cloud/FILES.json ${PYSITELIB}/ansible_collections/openstack/cloud/MANIFEST.json ${PYSITELIB}/ansible_collections/openstack/cloud/README.md +${PYSITELIB}/ansible_collections/openstack/cloud/bindep.txt ${PYSITELIB}/ansible_collections/openstack/cloud/docs/openstack_guidelines.rst ${PYSITELIB}/ansible_collections/openstack/cloud/meta/runtime.yml ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/doc_fragments/__init__.py @@ -44475,6 +55476,9 @@ ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/module_utils/openstack. ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/__init__.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/__init__.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/__init__.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/address_scope.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/address_scope.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/address_scope.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/auth.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/auth.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/auth.pyo @@ -44487,9 +55491,15 @@ ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node. ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node_action.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node_action.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node_action.pyo -${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node_introspection.py -${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node_introspection.pyc -${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node_introspection.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node_info.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node_info.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_node_info.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_port.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_port.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_port.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_port_info.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_port_info.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/baremetal_port_info.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/catalog_service.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/catalog_service.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/catalog_service.pyo @@ -44505,6 +55515,9 @@ ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/compute_flavor. ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/compute_flavor_info.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/compute_flavor_info.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/compute_flavor_info.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/compute_service_info.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/compute_service_info.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/compute_service_info.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/config.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/config.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/config.pyo @@ -44514,6 +55527,9 @@ ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/container.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/dns_zone.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/dns_zone.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/dns_zone.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/dns_zone_info.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/dns_zone_info.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/dns_zone_info.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/endpoint.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/endpoint.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/endpoint.pyo @@ -44532,6 +55548,9 @@ ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/federation_mapp ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/floating_ip.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/floating_ip.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/floating_ip.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/floating_ip_info.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/floating_ip_info.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/floating_ip_info.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/group_assignment.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/group_assignment.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/group_assignment.pyo @@ -44601,6 +55620,12 @@ ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/network.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/networks_info.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/networks_info.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/networks_info.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/neutron_rbac_policies_info.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/neutron_rbac_policies_info.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/neutron_rbac_policies_info.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/neutron_rbac_policy.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/neutron_rbac_policy.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/neutron_rbac_policy.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/object.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/object.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/object.pyo @@ -44859,6 +55884,9 @@ ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/stack_info.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/subnet.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/subnet.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/subnet.pyo +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/subnet_pool.py +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/subnet_pool.pyc +${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/subnet_pool.pyo ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/subnets_info.py ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/subnets_info.pyc ${PYSITELIB}/ansible_collections/openstack/cloud/plugins/modules/subnets_info.pyo @@ -44896,9 +55924,9 @@ ${PYSITELIB}/ansible_collections/openvswitch/openvswitch/LICENSE ${PYSITELIB}/ansible_collections/openvswitch/openvswitch/MANIFEST.json ${PYSITELIB}/ansible_collections/openvswitch/openvswitch/README.md ${PYSITELIB}/ansible_collections/openvswitch/openvswitch/bindep.txt +${PYSITELIB}/ansible_collections/openvswitch/openvswitch/changelogs/.plugin-cache.yaml ${PYSITELIB}/ansible_collections/openvswitch/openvswitch/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/openvswitch/openvswitch/changelogs/config.yaml -${PYSITELIB}/ansible_collections/openvswitch/openvswitch/changelogs/fragments/69-remove_tests_sanity_requirements.yml ${PYSITELIB}/ansible_collections/openvswitch/openvswitch/docs/openvswitch.openvswitch.openvswitch_bond_module.rst ${PYSITELIB}/ansible_collections/openvswitch/openvswitch/docs/openvswitch.openvswitch.openvswitch_bridge_module.rst ${PYSITELIB}/ansible_collections/openvswitch/openvswitch/docs/openvswitch.openvswitch.openvswitch_db_module.rst @@ -45026,14 +56054,24 @@ ${PYSITELIB}/ansible_collections/ovirt/ovirt/FILES.json ${PYSITELIB}/ansible_collections/ovirt/ovirt/MANIFEST.json ${PYSITELIB}/ansible_collections/ovirt/ovirt/README-developers.md ${PYSITELIB}/ansible_collections/ovirt/ovirt/README.md -${PYSITELIB}/ansible_collections/ovirt/ovirt/automation.yaml +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/README.md -${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts-manual.packages -${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts-manual.sh +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts-manual.ansible-core.packages +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts-manual.ansible-core.sh +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts-manual.ansible.packages +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts-manual.ansible.sh +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts.ansible-core.packages +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts.ansible-core.sh +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts.ansible.packages +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts.ansible.sh ${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts.packages -${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build-artifacts.sh -${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/check-patch.packages -${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/check-patch.sh +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/build.sh +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/check-merged.packages +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/check-merged.sh +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/check-patch.ansible-core.packages +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/check-patch.ansible-core.sh +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/check-patch.ansible.packages +${PYSITELIB}/ansible_collections/ovirt/ovirt/automation/check-patch.ansible.sh ${PYSITELIB}/ansible_collections/ovirt/ovirt/bindep.txt ${PYSITELIB}/ansible_collections/ovirt/ovirt/build.sh ${PYSITELIB}/ansible_collections/ovirt/ovirt/changelogs/README.md @@ -45043,7 +56081,6 @@ ${PYSITELIB}/ansible_collections/ovirt/ovirt/changelogs/fragments/.gitignore ${PYSITELIB}/ansible_collections/ovirt/ovirt/examples/filters/ovirtdiff.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/examples/filters/vmips.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/examples/ovirt_ansible_collections.yml -${PYSITELIB}/ansible_collections/ovirt/ovirt/examples/remove_mpath_device.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/licenses/Apache-license.txt ${PYSITELIB}/ansible_collections/ovirt/ovirt/licenses/GPL-license.txt ${PYSITELIB}/ansible_collections/ovirt/ovirt/meta/runtime.yml @@ -45366,6 +56403,7 @@ ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/boo ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/bootstrap_local_vm/03_engine_initial_tasks.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/bootstrap_local_vm/04_engine_final_tasks.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/bootstrap_local_vm/05_add_host.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/clean_cloud_init_config.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/clean_local_storage_pools.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/clean_localvm_dir.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/create_storage_domain.yml @@ -45375,10 +56413,11 @@ ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/cre ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/fc_getdevices.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/fetch_engine_logs.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/fetch_host_ip.yml -${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/filter_unsupported_devices.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/filter_team_devices.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/filter_unsupported_vlan_devices.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/final_clean.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/full_execution.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/get_appliance_dist.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/get_local_vm_disk_path.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/initial_clean.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/install_appliance.yml @@ -45400,10 +56439,13 @@ ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/pre ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/pre_checks/validate_network_test.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/pre_checks/validate_services_status.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/pre_checks/validate_vcpus_count.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/reboot_to_enable_fips.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/restore_backup.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/search_available_network_subnet.yaml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/sync_on_engine_machine.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/validate_ip_prefix.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/validate_vlan_bond_mode.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/validate_vlan_name.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/templates/broker.conf.j2 ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/templates/fhanswers.conf.j2 ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/templates/hosted-engine.conf.j2 @@ -45480,6 +56522,12 @@ ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/manageiq/tasks/manage_applian ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/manageiq/tasks/wait_for_api.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/manageiq/templates/add_rhv_provider.j2 ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/manageiq/vars/main.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/remove_stale_lun/README.md +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/remove_stale_lun/defaults/main.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/remove_stale_lun/examples/passwords.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/remove_stale_lun/examples/remove_stale_lun.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/remove_stale_lun/tasks/main.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/remove_stale_lun/tasks/remove_mpath_device.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/README.md ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/defaults/main.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/examples/ovirt_repositories_release_rpm.yml @@ -45489,6 +56537,7 @@ ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/tasks/backup-rep ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/tasks/main.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/tasks/rh-subscription.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/tasks/rpm.yml +${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/tasks/search-pool-id.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/vars/default.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/vars/engine_4.1.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/repositories/vars/engine_4.2.yml @@ -45523,6 +56572,7 @@ ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/vm_infra/tasks/vm_state_absen ${PYSITELIB}/ansible_collections/ovirt/ovirt/roles/vm_infra/tasks/vm_state_present.yml ${PYSITELIB}/ansible_collections/ovirt/ovirt/tests/.gitignore ${PYSITELIB}/ansible_collections/ovirt/ovirt/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/ovirt/ovirt/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/ovirt/ovirt/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/purestorage/flasharray/.mypy_cache/.gitignore ${PYSITELIB}/ansible_collections/purestorage/flasharray/.mypy_cache/3.6/@plugins_snapshot.json @@ -45590,6 +56640,8 @@ ${PYSITELIB}/ansible_collections/purestorage/flasharray/FILES.json ${PYSITELIB}/ansible_collections/purestorage/flasharray/MANIFEST.json ${PYSITELIB}/ansible_collections/purestorage/flasharray/README.md ${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/.plugin-cache.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/210_add_rename_hgroup.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/211_fix_clearing_host_inititators.yaml ${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/config.yaml ${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/107_host_case_clarity.yaml @@ -45635,7 +56687,46 @@ ${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/174 ${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/175_check_pgname.yaml ${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/176_fix_promote_api_issue.yaml ${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/182_allow_pgroup_with_create.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/187_add_ad.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/188_add_dirsnap.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/193_duplicate_initiators.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/194_vg_qos.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/196_fix_activedr_api_version.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/199_add_fc_port_enable.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/200_add_DAR_info.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/201_increase_krb_count.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/202_add_sso.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/203_add_eradication_timer.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/205_policy_protocl.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/206_add_naa_info.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/207_fix_disable_for_remote_assist.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/208_add_directory_quota_support.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/213_add_kmip.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/214_join_ou.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/220_capacity_info.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/224_add_nguid_info.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/226_deprecate_protocol.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/227_missing_regex.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/228_nguid_to_volfact.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/229_snapsuffix.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/230_add_pg_deleted_vols.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/231_syslog_settings.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/234_add_vol_info_on_nochange.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/235_eula.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/237_fix_network.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/238_add_dirsnap_rename.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/239_safe_mode.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/242_multi_offload.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/243_sso_to_admin.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/246_python_precedence.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/247_fix_smb_policy_rules.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/249_allow_cert_reimport.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/252_add_saml2.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/254_sam2_info.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/257_fqcn.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/259_fix_gateway_check.yaml ${PYSITELIB}/ansible_collections/purestorage/flasharray/changelogs/fragments/v1.4.0_summary.yaml +${PYSITELIB}/ansible_collections/purestorage/flasharray/meta/runtime.yml ${PYSITELIB}/ansible_collections/purestorage/flasharray/playbooks/.keep ${PYSITELIB}/ansible_collections/purestorage/flasharray/playbooks/files/.keep ${PYSITELIB}/ansible_collections/purestorage/flasharray/playbooks/roles/.keep @@ -45648,6 +56739,12 @@ ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/doc_fragments/pu ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/module_utils/purefa.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/module_utils/purefa.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/module_utils/purefa.pyo +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_ad.py +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_ad.pyc +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_ad.pyo +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_admin.py +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_admin.pyc +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_admin.pyo ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_alert.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_alert.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_alert.pyo @@ -45672,6 +56769,9 @@ ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_c ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_directory.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_directory.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_directory.pyo +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_dirsnap.py +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_dirsnap.pyc +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_dirsnap.pyo ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_dns.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_dns.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_dns.pyo @@ -45684,6 +56784,9 @@ ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_d ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_endpoint.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_endpoint.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_endpoint.pyo +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_eradication.py +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_eradication.pyc +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_eradication.pyo ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_eula.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_eula.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_eula.pyo @@ -45705,6 +56808,9 @@ ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_i ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_inventory.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_inventory.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_inventory.pyo +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_kmip.py +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_kmip.pyc +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_kmip.pyo ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_maintenance.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_maintenance.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_maintenance.pyo @@ -45744,6 +56850,9 @@ ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_p ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_ra.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_ra.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_ra.pyo +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_saml.py +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_saml.pyc +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_saml.pyo ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_smis.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_smis.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_smis.pyo @@ -45756,12 +56865,18 @@ ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_s ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_snmp.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_snmp.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_snmp.pyo +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_sso.py +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_sso.pyc +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_sso.pyo ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_subnet.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_subnet.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_subnet.pyo ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_syslog.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_syslog.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_syslog.pyo +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_syslog_settings.py +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_syslog_settings.pyc +${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_syslog_settings.pyo ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_timeout.py ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_timeout.pyc ${PYSITELIB}/ansible_collections/purestorage/flasharray/plugins/modules/purefa_timeout.pyo @@ -45788,6 +56903,7 @@ ${PYSITELIB}/ansible_collections/purestorage/flasharray/roles/.keep ${PYSITELIB}/ansible_collections/purestorage/flasharray/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/purestorage/flasharray/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/purestorage/flasharray/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/purestorage/flasharray/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/purestorage/flashblade/CHANGELOG.rst ${PYSITELIB}/ansible_collections/purestorage/flashblade/FILES.json ${PYSITELIB}/ansible_collections/purestorage/flashblade/MANIFEST.json @@ -45817,6 +56933,23 @@ ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/136 ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/138_add_ad_module.yaml ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/139_add_keytabs.yaml ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/140_more_32_info.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/147_no_gateway.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/150_fix_joint_nfs_version_change.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/152_s3acc_lowercase.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/153_add_quota.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/154_add_snap_now.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/158_support_lags.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/159_add_lag.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/161_add_lifecycle_info.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/162_new_lifecycle.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/163_admin_key.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/164_add_admin.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/166_lag_mac_note.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/167_fix_logins.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/169_pypureclient_fix.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/174_access_policies.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/175_throttle_support.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/176_nfs_export_policies.yaml ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/76_default_fs_size.yaml ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/77_filesystem_policies_info.yaml ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/78_update_filesystem_replica_link.yaml @@ -45834,6 +56967,7 @@ ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/92_ ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/96_fix_update_connection.yaml ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/97_fix_encrpyted_array_connection_info.yaml ${PYSITELIB}/ansible_collections/purestorage/flashblade/changelogs/fragments/v1.3.0_summary.yaml +${PYSITELIB}/ansible_collections/purestorage/flashblade/meta/runtime.yml ${PYSITELIB}/ansible_collections/purestorage/flashblade/playbooks/.keep ${PYSITELIB}/ansible_collections/purestorage/flashblade/playbooks/files/.keep ${PYSITELIB}/ansible_collections/purestorage/flashblade/playbooks/roles/.keep @@ -45849,6 +56983,9 @@ ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/module_utils/pur ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_ad.py ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_ad.pyc ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_ad.pyo +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_admin.py +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_admin.pyc +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_admin.pyo ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_alert.py ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_alert.pyc ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_alert.pyo @@ -45894,6 +57031,9 @@ ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_f ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_fs_replica.py ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_fs_replica.pyc ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_fs_replica.pyo +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_groupquota.py +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_groupquota.pyc +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_groupquota.pyo ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_info.py ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_info.pyc ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_info.pyo @@ -45903,6 +57043,9 @@ ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_i ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_keytabs.py ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_keytabs.pyc ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_keytabs.pyo +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_lag.py +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_lag.pyc +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_lag.pyo ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_lifecycle.py ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_lifecycle.pyc ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_lifecycle.pyo @@ -45963,6 +57106,9 @@ ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_u ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_userpolicy.py ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_userpolicy.pyc ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_userpolicy.pyo +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_userquota.py +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_userquota.pyc +${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_userquota.pyo ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_virtualhost.py ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_virtualhost.pyc ${PYSITELIB}/ansible_collections/purestorage/flashblade/plugins/modules/purefb_virtualhost.pyo @@ -45971,6 +57117,7 @@ ${PYSITELIB}/ansible_collections/purestorage/flashblade/roles/.keep ${PYSITELIB}/ansible_collections/purestorage/flashblade/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/purestorage/flashblade/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/purestorage/flashblade/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/purestorage/flashblade/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/purestorage/flashblade/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/sensu/sensu_go/.circleci/config.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/.flake8 @@ -45995,11 +57142,15 @@ ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/centos-7.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/centos-8.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/debian-10.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/debian-9.docker +${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/oracle-8.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/redhat-7.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/sensu-5.14.2.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/sensu-5.21.3.docker -${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/sensu-6.1.4.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/sensu-6.2.5.docker +${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/sensu-6.3.0.docker +${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/sensu-6.4.3.docker +${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/sensu-6.5.5.docker +${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/sensu-6.6.2.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/ubuntu-14.04.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/ubuntu-16.04.docker ${PYSITELIB}/ansible_collections/sensu/sensu_go/docker/ubuntu-18.04.docker @@ -46251,6 +57402,7 @@ ${PYSITELIB}/ansible_collections/sensu/sensu_go/pytest.ini ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/agent/README.md ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/agent/defaults/main.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/agent/handlers/main.yml +${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/agent/meta/argument_specs.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/agent/meta/main.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/agent/tasks/configure.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/agent/tasks/linux/configure.yml @@ -46264,6 +57416,7 @@ ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/agent/vars/windows.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/backend/README.md ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/backend/defaults/main.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/backend/handlers/main.yml +${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/backend/meta/argument_specs.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/backend/meta/main.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/backend/tasks/configure.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/backend/tasks/main.yml @@ -46272,6 +57425,7 @@ ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/backend/templates/backend. ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/backend/vars/main.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/README.md ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/defaults/main.yml +${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/meta/argument_specs.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/meta/main.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/tasks/apt/install.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/tasks/apt/prepare.yml @@ -46286,10 +57440,12 @@ ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/tasks/yum/prepare. ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/vars/Amazon.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/vars/CentOS.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/vars/Debian.yml +${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/vars/OracleLinux.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/vars/RedHat.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/vars/Ubuntu.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/roles/install/vars/Windows.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/sanity.requirements +${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/config.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/integration/base.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/integration/molecule/action_bonsai_asset/converge.yml ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/integration/molecule/action_bonsai_asset/molecule.yml @@ -46402,6 +57558,8 @@ ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/integration/molecule/role_ ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/sanity/ignore-2.10.txt ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/sanity/ignore-2.11.txt ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/sanity/ignore-2.13.txt +${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/sanity/ignore-2.14.txt ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/sanity/ignore-2.9.txt ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/sanity/validate-role-metadata.py ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/sanity/validate-role-metadata.pyc @@ -46448,6 +57606,9 @@ ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_ ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_auth_provider_info.py ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_auth_provider_info.pyc ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_auth_provider_info.pyo +${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_bonsai_asset.py +${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_bonsai_asset.pyc +${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_bonsai_asset.pyo ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_check.py ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_check.pyc ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_check.pyo @@ -46580,6 +57741,7 @@ ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_ ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_user_info.py ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_user_info.pyc ${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/test_user_info.pyo +${PYSITELIB}/ansible_collections/sensu/sensu_go/tests/unit/requirements.txt ${PYSITELIB}/ansible_collections/sensu/sensu_go/tools/windows-versions.py ${PYSITELIB}/ansible_collections/sensu/sensu_go/tools/windows-versions.pyc ${PYSITELIB}/ansible_collections/sensu/sensu_go/tools/windows-versions.pyo @@ -46598,6 +57760,7 @@ ${PYSITELIB}/ansible_collections/servicenow/servicenow/changelogs/.plugin-cache. ${PYSITELIB}/ansible_collections/servicenow/servicenow/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/servicenow/servicenow/changelogs/config.yaml ${PYSITELIB}/ansible_collections/servicenow/servicenow/changelogs/fragments/.keep +${PYSITELIB}/ansible_collections/servicenow/servicenow/changelogs/fragments/58_order_by.yml ${PYSITELIB}/ansible_collections/servicenow/servicenow/config/now.yml.sample ${PYSITELIB}/ansible_collections/servicenow/servicenow/docs/create_docs.yml ${PYSITELIB}/ansible_collections/servicenow/servicenow/docs/inventory.md @@ -46697,12 +57860,56 @@ ${PYSITELIB}/ansible_collections/splunk/es/tests/integration/targets/splunk_adap ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/.gitattributes ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/.gitignore ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/CHANGELOG.md +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/CHANGELOG.rst ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/CODE_OF_CONDUCT.md ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/CONTRIBUTING.md ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/FILES.json ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/LICENSE ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/MANIFEST.json ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/README.md +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/changelogs/.plugin-cache.yaml +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/changelogs/changelog.yaml +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/changelogs/config.yaml +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/.gitkeep +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_command.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_command_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_command_template.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_command_template_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_director_inventory.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_endpoint.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_endpoint_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_host.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_host_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_host_template.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_host_template_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_hostgroup.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_hostgroup_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_notification.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_notification_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_notification_template.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_notification_template_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_scheduled_downtime.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_service.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_service_apply.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_service_apply_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_service_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_service_template.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_service_template_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_servicegroup.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_servicegroup_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_serviceset.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_timeperiod.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_timeperiod_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_timeperiod_template.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_timeperiod_template_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_user.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_user_group.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_user_group_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_user_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_user_template.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_user_template_info.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_zone.rst +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/docs/icinga_zone_info.rst ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_command.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_command_info.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_command_template.yml @@ -46719,6 +57926,7 @@ ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_n ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_notification_info.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_notification_template.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_notification_template_info.yml +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_scheduled_downtime.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_service.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_service_apply.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_service_apply_info.yml @@ -46727,6 +57935,7 @@ ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_s ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_service_template_info.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_servicegroup.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_servicegroup_info.yml +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_serviceset.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_timeperiod.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_timeperiod_info.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/examples/icinga_timeperiod_template.yml @@ -46743,6 +57952,9 @@ ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/meta/runtime.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/doc_fragments/common_options.py ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/doc_fragments/common_options.pyc ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/doc_fragments/common_options.pyo +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/inventory/icinga_director_inventory.py +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/inventory/icinga_director_inventory.pyc +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/inventory/icinga_director_inventory.pyo ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/module_utils/icinga.py ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/module_utils/icinga.pyc ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/module_utils/icinga.pyo @@ -46794,6 +58006,9 @@ ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/i ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_notification_template_info.py ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_notification_template_info.pyc ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_notification_template_info.pyo +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_scheduled_downtime.py +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_scheduled_downtime.pyc +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_scheduled_downtime.pyo ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_service.py ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_service.pyc ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_service.pyo @@ -46818,6 +58033,9 @@ ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/i ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_servicegroup_info.py ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_servicegroup_info.pyc ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_servicegroup_info.pyo +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_serviceset.py +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_serviceset.pyc +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_serviceset.pyo ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_timeperiod.py ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_timeperiod.pyc ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_timeperiod.pyo @@ -46854,6 +58072,7 @@ ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/i ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_zone_info.py ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_zone_info.pyc ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/plugins/modules/icinga_zone_info.pyo +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/renovate.json ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/README.md ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/defaults/main.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/meta/main.yml @@ -46864,10 +58083,13 @@ ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_ici ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_host_template.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_hostgroup.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_notification.yml +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_notification_template.yml +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_scheduled_downtime.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_service.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_service_apply.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_service_template.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_servicegroup.yml +${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_serviceset.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_timeperiod.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_user.yml ${PYSITELIB}/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/icinga_user_template.yml @@ -46878,6 +58100,7 @@ ${PYSITELIB}/ansible_collections/theforeman/foreman/FILES.json ${PYSITELIB}/ansible_collections/theforeman/foreman/LICENSE ${PYSITELIB}/ansible_collections/theforeman/foreman/MANIFEST.json ${PYSITELIB}/ansible_collections/theforeman/foreman/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/bindep.txt ${PYSITELIB}/ansible_collections/theforeman/foreman/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/theforeman/foreman/meta/runtime.yml ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/callback/foreman.py @@ -46934,12 +58157,21 @@ ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_filter.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_filter.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_filter.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_info.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_version.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_version.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_version.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_version_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_version_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/content_view_version_info.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/domain.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/domain.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/domain.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/domain_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/domain_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/domain_info.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/external_usergroup.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/external_usergroup.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/external_usergroup.pyo @@ -46955,6 +58187,12 @@ ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_collection.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_collection.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_collection.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_errata_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_errata_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_errata_info.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_info.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_power.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_power.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/host_power.pyo @@ -47003,6 +58241,9 @@ ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/provisioning ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/puppet_environment.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/puppet_environment.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/puppet_environment.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/puppetclasses_import.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/puppetclasses_import.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/puppetclasses_import.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/realm.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/realm.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/realm.pyo @@ -47012,9 +58253,15 @@ ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/redhat_manif ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_info.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_set.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_set.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_set.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_set_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_set_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_set_info.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_sync.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_sync.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/repository_sync.pyo @@ -47039,6 +58286,9 @@ ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/scc_product. ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/setting.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/setting.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/setting.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/setting_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/setting_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/setting_info.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/smart_class_parameter.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/smart_class_parameter.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/smart_class_parameter.pyo @@ -47054,6 +58304,12 @@ ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/status_info. ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subnet.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subnet.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subnet.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subnet_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subnet_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subnet_info.pyo +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subscription_info.py +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subscription_info.pyc +${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subscription_info.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subscription_manifest.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subscription_manifest.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/subscription_manifest.pyo @@ -47070,24 +58326,48 @@ ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/usergroup.py ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/usergroup.pyc ${PYSITELIB}/ansible_collections/theforeman/foreman/plugins/modules/usergroup.pyo ${PYSITELIB}/ansible_collections/theforeman/foreman/requirements.txt +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/activation_keys/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/activation_keys/tasks/main.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_credentials/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_credentials/tasks/main.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_rhel/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_rhel/defaults/main.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_rhel/tasks/main.yml ${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_view_version_cleanup/README.md ${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_view_version_cleanup/tasks/delete_cv_versions.yml ${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_view_version_cleanup/tasks/find_and_delete_unused_cv_versions.yml ${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_view_version_cleanup/tasks/main.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_views/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_views/tasks/_create_content_view.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/content_views/tasks/main.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/hostgroups/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/hostgroups/tasks/main.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/lifecycle_environments/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/lifecycle_environments/tasks/main.yml ${PYSITELIB}/ansible_collections/theforeman/foreman/roles/manifest/README.md ${PYSITELIB}/ansible_collections/theforeman/foreman/roles/manifest/defaults/main.yml ${PYSITELIB}/ansible_collections/theforeman/foreman/roles/manifest/tasks/main.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/organizations/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/organizations/tasks/main.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/repositories/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/repositories/tasks/main.yml +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/sync_plans/README.md +${PYSITELIB}/ansible_collections/theforeman/foreman/roles/sync_plans/tasks/main.yml ${PYSITELIB}/ansible_collections/vyos/vyos/.gitignore +${PYSITELIB}/ansible_collections/vyos/vyos/.pre-commit-config.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/.yamllint +${PYSITELIB}/ansible_collections/vyos/vyos/CHANGELOG.rst ${PYSITELIB}/ansible_collections/vyos/vyos/FILES.json ${PYSITELIB}/ansible_collections/vyos/vyos/LICENSE ${PYSITELIB}/ansible_collections/vyos/vyos/MANIFEST.json ${PYSITELIB}/ansible_collections/vyos/vyos/README.md ${PYSITELIB}/ansible_collections/vyos/vyos/bindep.txt -${PYSITELIB}/ansible_collections/vyos/vyos/changelogs/CHANGELOG.rst ${PYSITELIB}/ansible_collections/vyos/vyos/changelogs/changelog.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/changelogs/config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/changelogs/fragments/.keep ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_banner_module.rst +${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_bgp_address_family_module.rst +${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_bgp_global_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_cliconf.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_command_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_config_module.rst @@ -47095,6 +58375,7 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_facts_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_firewall_global_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_firewall_interfaces_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_firewall_rules_module.rst +${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_hostname_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_interface_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_interfaces_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_l3_interface_module.rst @@ -47105,11 +58386,16 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_lldp_global_modul ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_lldp_interface_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_lldp_interfaces_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_lldp_module.rst +${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_logging_global_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_logging_module.rst +${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_ntp_global_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_ospf_interfaces_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_ospfv2_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_ospfv3_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_ping_module.rst +${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_prefix_lists_module.rst +${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_route_maps_module.rst +${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_snmp_server_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_static_route_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_static_routes_module.rst ${PYSITELIB}/ansible_collections/vyos/vyos/docs/vyos.vyos.vyos_system_module.rst @@ -47152,6 +58438,18 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/__i ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_address_family/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_global/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_global/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_global/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_global/bgp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_global/bgp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/bgp_global/bgp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/facts/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/facts/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/facts/__init__.pyo @@ -47176,6 +58474,12 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/arg ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/hostname/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/hostname/hostname.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/interfaces/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/interfaces/__init__.pyo @@ -47206,6 +58510,18 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/arg ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/logging_global/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ospf_interfaces/__init__.pyo @@ -47224,6 +58540,24 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/arg ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/route_maps/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/route_maps/route_maps.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/static_routes/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/argspec/static_routes/__init__.pyo @@ -47233,6 +58567,18 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/arg ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_address_family/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_global/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_global/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_global/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_global/bgp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_global/bgp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_global/bgp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/firewall_global/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/firewall_global/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/firewall_global/__init__.pyo @@ -47251,6 +58597,12 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/con ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/firewall_rules/firewall_rules.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/firewall_rules/firewall_rules.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/firewall_rules/firewall_rules.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/hostname/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/hostname/hostname.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/interfaces/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/interfaces/__init__.pyo @@ -47281,6 +58633,18 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/con ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/logging_global/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ospf_interfaces/__init__.pyo @@ -47299,6 +58663,24 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/con ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/route_maps/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/route_maps/route_maps.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/static_routes/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/static_routes/__init__.pyo @@ -47308,6 +58690,18 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/con ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_address_family/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_address_family/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_address_family/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_address_family/bgp_address_family.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_address_family/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_address_family/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_global/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_global/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_global/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_global/bgp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_global/bgp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/bgp_global/bgp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/facts.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/facts.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/facts.pyo @@ -47329,6 +58723,12 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/fac ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/firewall_rules/firewall_rules.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/firewall_rules/firewall_rules.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/firewall_rules/firewall_rules.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/hostname/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/hostname/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/hostname/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/hostname/hostname.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/hostname/hostname.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/hostname/hostname.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/interfaces/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/interfaces/__init__.pyo @@ -47365,6 +58765,18 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/fac ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/lldp_interfaces/lldp_interfaces.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/lldp_interfaces/lldp_interfaces.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/lldp_interfaces/lldp_interfaces.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/logging_global/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/logging_global/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/logging_global/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/logging_global/logging_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/logging_global/logging_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/logging_global/logging_global.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ntp_global/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ntp_global/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ntp_global/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ntp_global/ntp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ntp_global/ntp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ntp_global/ntp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ospf_interfaces/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ospf_interfaces/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ospf_interfaces/__init__.pyo @@ -47383,6 +58795,24 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/fac ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ospfv3/ospfv3.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ospfv3/ospfv3.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/ospfv3/ospfv3.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/prefix_lists/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/prefix_lists/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/prefix_lists/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/prefix_lists/prefix_lists.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/prefix_lists/prefix_lists.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/prefix_lists/prefix_lists.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/route_maps/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/route_maps/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/route_maps/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/route_maps/route_maps.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/route_maps/route_maps.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/route_maps/route_maps.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/snmp_server/__init__.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/snmp_server/__init__.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/snmp_server/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/snmp_server/snmp_server.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/snmp_server/snmp_server.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/snmp_server/snmp_server.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/static_routes/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/static_routes/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/static_routes/__init__.pyo @@ -47392,9 +58822,33 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/fac ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/__init__.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/bgp_address_family.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/bgp_address_family.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/bgp_address_family.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/bgp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/bgp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/bgp_global.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/hostname.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/hostname.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/hostname.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/logging_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/logging_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/logging_global.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/ntp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/ntp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/ntp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/ospf_interfaces.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/ospf_interfaces.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/prefix_lists.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/prefix_lists.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/prefix_lists.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/route_maps.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/route_maps.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/route_maps.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/snmp_server.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/snmp_server.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/snmp_server.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/utils/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/utils/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/utils/__init__.pyo @@ -47410,6 +58864,12 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/__init__.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_banner.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_banner.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_banner.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_bgp_address_family.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_bgp_address_family.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_bgp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_bgp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_bgp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_command.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_command.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_command.pyo @@ -47428,6 +58888,9 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_firewall_interfa ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_firewall_rules.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_firewall_rules.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_firewall_rules.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_hostname.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_hostname.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_hostname.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_interface.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_interface.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_interface.pyo @@ -47461,6 +58924,12 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_lldp_interfaces. ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_logging.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_logging.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_logging.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_logging_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_logging_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_logging_global.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ntp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ntp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ntp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ospf_interfaces.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ospf_interfaces.pyo @@ -47473,6 +58942,15 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ospfv3.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ping.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ping.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_ping.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_prefix_lists.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_prefix_lists.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_prefix_lists.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_route_maps.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_route_maps.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_route_maps.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_snmp_server.py +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_snmp_server.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_snmp_server.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_static_route.py ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_static_route.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/plugins/modules/vyos_static_route.pyo @@ -47499,6 +58977,7 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/test-requirements.txt ${PYSITELIB}/ansible_collections/vyos/vyos/tests/.gitignore ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/network-integration.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/target-prefixes.network +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/prepare_vyos_tests/meta/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/prepare_vyos_tests/tasks/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_banner/aliases ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_banner/defaults/main.yaml @@ -47507,6 +58986,44 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_banner ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_banner/tests/cli/basic-no-login.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_banner/tests/cli/basic-post-login.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_banner/tests/cli/basic-pre-login.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/defaults/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/meta/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tasks/cli.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tasks/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/_parsed_config.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/_populate.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/_preconfig.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/tests/cli/rtt.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/vars/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/meta/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/_parsed_config.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/_populate.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/_populate_af.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/_preconfig.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/deleted_af.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/purged.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/replaced_af.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/vars/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_command/aliases ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_command/defaults/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_command/tasks/cli.yaml @@ -47605,6 +59122,22 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_firewa ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_firewall_rules/tests/cli/replaced.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_firewall_rules/tests/cli/rtt.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_firewall_rules/vars/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/defaults/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/meta/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tasks/cli.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tasks/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_hostname/vars/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_interface/defaults/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_interface/tasks/cli.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_interface/tasks/main.yaml @@ -47732,6 +59265,37 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_loggin ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging/tasks/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging/tests/cli/basic.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging/tests/cli/net_logging.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/meta/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/_populate.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_logging_global/vars/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/defaults/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tasks/cli.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tasks/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/tests/cli/rtt.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ntp_global/vars/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ospf_interfaces/defaults/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ospf_interfaces/meta/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ospf_interfaces/tasks/cli.yaml @@ -47788,6 +59352,59 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ospfv3 ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ospfv3/tests/cli/rtt.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ospfv3/tests/redirection/cli/shortname.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ospfv3/vars/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/defaults/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tasks/cli.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tasks/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/tests/cli/rtt.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_prefix_lists/vars/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/defaults/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tasks/cli.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tasks/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/_populate.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/tests/cli/rtt.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_route_maps/vars/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_smoke/aliases +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_smoke/defaults/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_smoke/tasks/cli.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_smoke/tasks/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_smoke/tests/cli/caching.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/defaults/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/meta/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tasks/cli.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tasks/main.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/_parsed.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/_populate_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/_remove_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/deleted.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/empty_config.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/gathered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/merged.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/overridden.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/parsed.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/rendered.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/tests/cli/replaced.yaml +${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_snmp_server/vars/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_static_route/aliases ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_static_route/defaults/main.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_static_route/tasks/cli.yaml @@ -47833,8 +59450,10 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_vlan/t ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_vlan/tests/cli/intent.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/integration/targets/vyos_vlan/tests/cli/multiple.yaml ${PYSITELIB}/ansible_collections/vyos/vyos/tests/sanity/ignore-2.10.txt +${PYSITELIB}/ansible_collections/vyos/vyos/tests/sanity/ignore-2.11.txt +${PYSITELIB}/ansible_collections/vyos/vyos/tests/sanity/ignore-2.12.txt +${PYSITELIB}/ansible_collections/vyos/vyos/tests/sanity/ignore-2.13.txt ${PYSITELIB}/ansible_collections/vyos/vyos/tests/sanity/ignore-2.9.txt -${PYSITELIB}/ansible_collections/vyos/vyos/tests/sanity/requirements.txt ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/__init__.py ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/__init__.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/__init__.pyo @@ -47885,26 +59504,39 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtu ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/__init__.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/show_host_name ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/show_version +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_bgp_address_family_config.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_bgp_global_af_config.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_bgp_global_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_config_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_config_src.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_config_src_brackets.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_firewall_global_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_firewall_interfaces_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_firewall_rules_config.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_hostname_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_interface_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_interfaces_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_lldp_neighbor_config.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_ntp_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_ospf_interfaces_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_ospfv2_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_ospfv3_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_ping_ping_10.10.10.10_count_2 ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_ping_ping_10.10.10.11_count_10_ttl_128_size_512 ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_ping_ping_10.10.10.20_count_4 +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_route_maps_config.cfg +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_snmp_server_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_static_routes_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/vyos_user_config.cfg ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_banner.py ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_banner.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_banner.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_bgp_address_family.py +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_bgp_address_family.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_bgp_address_family.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_bgp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_bgp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_bgp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_command.py ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_command.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_command.pyo @@ -47923,12 +59555,21 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_firewall_rules.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_firewall_rules.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_hostname.py +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_hostname.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_hostname.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_interface.py ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_interface.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_interface.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_interfaces.py ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_interfaces.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_interfaces.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_logging_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_logging_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_logging_global.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_ntp_global.py +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_ntp_global.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_ntp_global.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_ospf_interfaces.py ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_ospf_interfaces.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_ospf_interfaces.pyo @@ -47941,6 +59582,15 @@ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_ ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_ping.py ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_ping.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_ping.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_prefix_lists.py +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_prefix_lists.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_prefix_lists.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_route_maps.py +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_route_maps.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_route_maps.pyo +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_snmp_server.py +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_snmp_server.pyc +${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_snmp_server.pyo ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_static_route.py ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_static_route.pyc ${PYSITELIB}/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/test_vyos_static_route.pyo @@ -47969,6 +59619,8 @@ ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_config_backup.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_config_restore.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_current_info.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_firmware_info.rst +${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_hostname_config.rst +${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_hostname_info.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_interface_config.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_interface_info.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_iptables_config.rst @@ -47976,23 +59628,35 @@ ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_iptables_info.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_plugconfig.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_plugcontrol.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_power_info.rst +${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_serial_port_action_info.rst +${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_serial_port_action_set.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_serial_port_config.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_serial_port_info.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_snmp_config.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_snmp_info.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_status_info.rst +${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_syslog_client_config.rst +${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_syslog_client_info.rst +${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_syslog_server_config.rst +${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_syslog_server_info.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_temp_info.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_time_config.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_time_info.rst ${PYSITELIB}/ansible_collections/wti/remote/docs/cpm_user.rst +${PYSITELIB}/ansible_collections/wti/remote/meta/runtime.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_config/cpm_config_backup.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_config/cpm_config_restore.yml +${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_firmwareupdate/firmware_upgrade.yml +${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_hostname/hostname_config.yml +${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_hostname/hostname_info.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_interface/interface_config.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_interface/interface_info.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_iptables/iptables_config.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_iptables/iptables_info.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_plugconfig/plug_config.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_plugconfig/plug_info.yml +${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_serial_ports/serial_ports_action_info.yml +${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_serial_ports/serial_ports_action_set.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_serial_ports/serial_ports_config.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_serial_ports/serial_ports_info.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_snmp/snmp_config.yml @@ -48003,6 +59667,10 @@ ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_status/firmware_info.y ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_status/power_info.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_status/status_info.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_status/temp_info.yml +${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_syslog_client/syslog_client_config.yml +${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_syslog_client/syslog_client_info.yml +${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_syslog_server/syslog_server_config.yml +${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_syslog_server/syslog_server_info.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_time_date/time_config.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_time_date/time_info.yml ${PYSITELIB}/ansible_collections/wti/remote/playbooks/cpm_user/user_add.yml @@ -48030,6 +59698,15 @@ ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_current_info.pyo ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_firmware_info.py ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_firmware_info.pyc ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_firmware_info.pyo +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_firmware_update.py +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_firmware_update.pyc +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_firmware_update.pyo +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_hostname_config.py +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_hostname_config.pyc +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_hostname_config.pyo +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_hostname_info.py +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_hostname_info.pyc +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_hostname_info.pyo ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_interface_config.py ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_interface_config.pyc ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_interface_config.pyo @@ -48051,6 +59728,12 @@ ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_plugcontrol.pyo ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_power_info.py ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_power_info.pyc ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_power_info.pyo +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_serial_port_action_info.py +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_serial_port_action_info.pyc +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_serial_port_action_info.pyo +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_serial_port_action_set.py +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_serial_port_action_set.pyc +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_serial_port_action_set.pyo ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_serial_port_config.py ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_serial_port_config.pyc ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_serial_port_config.pyo @@ -48066,6 +59749,18 @@ ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_snmp_info.pyo ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_status_info.py ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_status_info.pyc ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_status_info.pyo +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_client_config.py +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_client_config.pyc +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_client_config.pyo +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_client_info.py +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_client_info.pyc +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_client_info.pyo +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_server_config.py +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_server_config.pyc +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_server_config.pyo +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_server_info.py +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_server_info.pyc +${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_syslog_server_info.pyo ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_temp_info.py ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_temp_info.pyc ${PYSITELIB}/ansible_collections/wti/remote/plugins/modules/cpm_temp_info.pyo diff --git a/sysutils/ansible/distinfo b/sysutils/ansible/distinfo index d3853b1c889f1..a3bfe7dd65957 100644 --- a/sysutils/ansible/distinfo +++ b/sysutils/ansible/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2021/10/26 11:19:19 nia Exp $ +$NetBSD: distinfo,v 1.33 2022/05/14 04:42:28 adam Exp $ -BLAKE2s (ansible-3.4.0.tar.gz) = 949c15c0f28c86b42d1f2f4a353cd0cc266b27dee25974f905ad5288db052d9d -SHA512 (ansible-3.4.0.tar.gz) = 0316c6bde7f6be80f7a5855cc711989483b202fd434a5aca9e23045f26671e9b9927a1100ef7b29098a533dd02704ade906dd5b17d2c870f727aa51c5c5ba5a7 -Size (ansible-3.4.0.tar.gz) = 31898355 bytes +BLAKE2s (ansible-5.7.1.tar.gz) = 359df5bf898730c090e85aa512490572f797d7c5a3a6b137efdcb50b5bb89611 +SHA512 (ansible-5.7.1.tar.gz) = cba20da1a87e96600214b89539b5dd9ea0439edb6ccd757717c4041506b7ccb8ca046cd11840b2418bf0f6e725b21e56c8ac057f13604baba610d3716deee268 +Size (ansible-5.7.1.tar.gz) = 35657258 bytes From 5a51336c2b5ae6dbdf2991e8e9a60769c90e31de Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 04:44:02 +0000 Subject: [PATCH 0372/1154] ansible-base: removed --- sysutils/Makefile | 4 +- ...ble_module__utils_facts_hardware_netbsd.py | 39 ------------------- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 sysutils/ansible-base/patches/patch-lib_ansible_module__utils_facts_hardware_netbsd.py diff --git a/sysutils/Makefile b/sysutils/Makefile index 064bcf06714fc..2ccbb594f8aba 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1003 2022/05/12 08:07:34 adam Exp $ +# $NetBSD: Makefile,v 1.1004 2022/05/14 04:44:02 adam Exp $ # COMMENT= System utilities @@ -28,7 +28,7 @@ SUBDIR+= amanda-server SUBDIR+= amlogic-meson-fwtools SUBDIR+= amtterm SUBDIR+= ansible -SUBDIR+= ansible-base +SUBDIR+= ansible-core SUBDIR+= ansible-lint SUBDIR+= apcupsd SUBDIR+= arm-trusted-firmware-fiptool diff --git a/sysutils/ansible-base/patches/patch-lib_ansible_module__utils_facts_hardware_netbsd.py b/sysutils/ansible-base/patches/patch-lib_ansible_module__utils_facts_hardware_netbsd.py deleted file mode 100644 index c33a45501e85c..0000000000000 --- a/sysutils/ansible-base/patches/patch-lib_ansible_module__utils_facts_hardware_netbsd.py +++ /dev/null @@ -1,39 +0,0 @@ -$NetBSD: patch-lib_ansible_module__utils_facts_hardware_netbsd.py,v 1.1 2021/03/09 12:10:31 adam Exp $ - -use mount(8) to get run-time file systems instead of boot-time /etc/fstab - ---- lib/ansible/module_utils/facts/hardware/netbsd.py.orig 2020-07-21 01:08:10.000000000 +0000 -+++ lib/ansible/module_utils/facts/hardware/netbsd.py -@@ -116,20 +116,23 @@ class NetBSDHardware(Hardware): - mount_facts = {} - - mount_facts['mounts'] = [] -- fstab = get_file_content('/etc/fstab') -+ mount_cmd = self.module.get_bin_path('mount') - -- if not fstab: -+ if not mount_cmd: - return mount_facts - -- for line in fstab.splitlines(): -- if line.startswith('#') or line.strip() == '': -- continue -+ rc, mount_out, err = self.module.run_command(mount_cmd) -+ if rc != 0: -+ return mount_facts -+ -+ for line in mount_out.splitlines(): - fields = re.sub(r'\s+', ' ', line).split() -- mount_statvfs_info = get_mount_size(fields[1]) -- mount_info = {'mount': fields[1], -+ mount_statvfs_info = get_mount_size(fields[2]) -+ mount_options = line[line.find("(")+1 : line.find(")")].replace(" ","") -+ mount_info = {'mount': fields[2], - 'device': fields[0], -- 'fstype': fields[2], -- 'options': fields[3]} -+ 'fstype': fields[4], -+ 'options': mount_options} - mount_info.update(mount_statvfs_info) - mount_facts['mounts'].append(mount_info) - return mount_facts From c031e184ebd765f525bebd936f6804927ba603da Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 04:49:06 +0000 Subject: [PATCH 0373/1154] ansible-lint: updated to 6.1.0 v6.1.0 Minor Changes Implement JSON Schema verification for several known file types Improve cli argument handling Add no-prompting rule as experimental Add only-builtins rule to check compatibility with core Add native SARIF output support --write: Optionally pass rule names to --write in cli --write: Allow Transforms to mark MatchErrors as fixed Bugfixes Fix support for block tasks in unnamed-task rule Make sure all tasks get evaluated by matchtask including block/always/rescue and nested tasks Ensure tags are escaped when printed Detect role argument_specs files as a lintable kind Fix var-naming rule to show line numbers and apply noqa --write: Do not rewrite zero 0 as octal 00 Relax the yamllint rules on spaces inside braces for flow mappings Update test and typing deps and remove special code paths for py < 3.8 Update package metadata for setuptools Apply var-spacing tests to vars files Add philosophy section to the documentation Propagate error message to user on systemexit Fix loading ansible-lint.yml in git projects --- sysutils/ansible-lint/Makefile | 16 ++- sysutils/ansible-lint/PLIST | 249 ++++++++++++++------------------- sysutils/ansible-lint/distinfo | 8 +- 3 files changed, 117 insertions(+), 156 deletions(-) diff --git a/sysutils/ansible-lint/Makefile b/sysutils/ansible-lint/Makefile index d84fec786d60d..8d65b6ea745bc 100644 --- a/sysutils/ansible-lint/Makefile +++ b/sysutils/ansible-lint/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2022/01/05 15:41:21 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/14 04:49:06 adam Exp $ -DISTNAME= ansible-lint-5.0.12 -PKGREVISION= 2 +DISTNAME= ansible-lint-6.1.0 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/} @@ -11,24 +10,29 @@ COMMENT= Checks playbooks for practices and behaviour that could be improved LICENSE= gnu-gpl-v3 AND mit BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm +DEPENDS+= ansible-core>=2.12.0:../../sysutils/ansible-core +DEPENDS+= ${PYPKGPREFIX}-ansible-compat>=2.0.2:../../sysutils/py-ansible-compat DEPENDS+= ${PYPKGPREFIX}-enrich>=1.2.6:../../comms/py-enrich +DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.5.1:../../textproc/py-jsonschema DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-rich>=9.5.1:../../comms/py-rich DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.15.37:../../devel/py-ruamel-yaml DEPENDS+= ${PYPKGPREFIX}-tenacity-[0-9]*:../../devel/py-tenacity +DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test DEPENDS+= ${PYPKGPREFIX}-wcmatch>=7.0:../../textproc/py-wcmatch DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml +DEPENDS+= ${PYPKGPREFIX}-yamllint>=1.25.0:../../textproc/py-yamllint USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-rich - USE_PKG_RESOURCES= yes +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} < 38 DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions .endif -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/ansible-lint/PLIST b/sysutils/ansible-lint/PLIST index adce6e8334610..fa7a88cc8d473 100644 --- a/sysutils/ansible-lint/PLIST +++ b/sysutils/ansible-lint/PLIST @@ -1,196 +1,153 @@ -@comment $NetBSD: PLIST,v 1.2 2021/06/05 07:12:45 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/14 04:49:06 adam Exp $ bin/ansible-lint -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/COPYING +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.mit.txt +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/ansiblelint/__init__.py ${PYSITELIB}/ansiblelint/__init__.pyc -${PYSITELIB}/ansiblelint/__init__.pyo ${PYSITELIB}/ansiblelint/__main__.py ${PYSITELIB}/ansiblelint/__main__.pyc -${PYSITELIB}/ansiblelint/__main__.pyo ${PYSITELIB}/ansiblelint/_internal/__init__.py ${PYSITELIB}/ansiblelint/_internal/__init__.pyc -${PYSITELIB}/ansiblelint/_internal/__init__.pyo ${PYSITELIB}/ansiblelint/_internal/rules.py ${PYSITELIB}/ansiblelint/_internal/rules.pyc -${PYSITELIB}/ansiblelint/_internal/rules.pyo +${PYSITELIB}/ansiblelint/_mockings.py +${PYSITELIB}/ansiblelint/_mockings.pyc +${PYSITELIB}/ansiblelint/_version.py +${PYSITELIB}/ansiblelint/_version.pyc ${PYSITELIB}/ansiblelint/app.py ${PYSITELIB}/ansiblelint/app.pyc -${PYSITELIB}/ansiblelint/app.pyo ${PYSITELIB}/ansiblelint/cli.py ${PYSITELIB}/ansiblelint/cli.pyc -${PYSITELIB}/ansiblelint/cli.pyo ${PYSITELIB}/ansiblelint/color.py ${PYSITELIB}/ansiblelint/color.pyc -${PYSITELIB}/ansiblelint/color.pyo ${PYSITELIB}/ansiblelint/config.py ${PYSITELIB}/ansiblelint/config.pyc -${PYSITELIB}/ansiblelint/config.pyo ${PYSITELIB}/ansiblelint/constants.py ${PYSITELIB}/ansiblelint/constants.pyc -${PYSITELIB}/ansiblelint/constants.pyo ${PYSITELIB}/ansiblelint/errors.py ${PYSITELIB}/ansiblelint/errors.pyc -${PYSITELIB}/ansiblelint/errors.pyo ${PYSITELIB}/ansiblelint/file_utils.py ${PYSITELIB}/ansiblelint/file_utils.pyc -${PYSITELIB}/ansiblelint/file_utils.pyo ${PYSITELIB}/ansiblelint/formatters/__init__.py ${PYSITELIB}/ansiblelint/formatters/__init__.pyc -${PYSITELIB}/ansiblelint/formatters/__init__.pyo ${PYSITELIB}/ansiblelint/generate_docs.py ${PYSITELIB}/ansiblelint/generate_docs.pyc -${PYSITELIB}/ansiblelint/generate_docs.pyo ${PYSITELIB}/ansiblelint/loaders.py ${PYSITELIB}/ansiblelint/loaders.pyc -${PYSITELIB}/ansiblelint/loaders.pyo ${PYSITELIB}/ansiblelint/logger.py ${PYSITELIB}/ansiblelint/logger.pyc -${PYSITELIB}/ansiblelint/logger.pyo -${PYSITELIB}/ansiblelint/prerun.py -${PYSITELIB}/ansiblelint/prerun.pyc -${PYSITELIB}/ansiblelint/prerun.pyo ${PYSITELIB}/ansiblelint/py.typed -${PYSITELIB}/ansiblelint/rules/AnsibleSyntaxCheckRule.py -${PYSITELIB}/ansiblelint/rules/AnsibleSyntaxCheckRule.pyc -${PYSITELIB}/ansiblelint/rules/AnsibleSyntaxCheckRule.pyo -${PYSITELIB}/ansiblelint/rules/BecomeUserWithoutBecomeRule.py -${PYSITELIB}/ansiblelint/rules/BecomeUserWithoutBecomeRule.pyc -${PYSITELIB}/ansiblelint/rules/BecomeUserWithoutBecomeRule.pyo -${PYSITELIB}/ansiblelint/rules/CommandHasChangesCheckRule.py -${PYSITELIB}/ansiblelint/rules/CommandHasChangesCheckRule.pyc -${PYSITELIB}/ansiblelint/rules/CommandHasChangesCheckRule.pyo -${PYSITELIB}/ansiblelint/rules/CommandsInsteadOfArgumentsRule.py -${PYSITELIB}/ansiblelint/rules/CommandsInsteadOfArgumentsRule.pyc -${PYSITELIB}/ansiblelint/rules/CommandsInsteadOfArgumentsRule.pyo -${PYSITELIB}/ansiblelint/rules/CommandsInsteadOfModulesRule.py -${PYSITELIB}/ansiblelint/rules/CommandsInsteadOfModulesRule.pyc -${PYSITELIB}/ansiblelint/rules/CommandsInsteadOfModulesRule.pyo -${PYSITELIB}/ansiblelint/rules/ComparisonToEmptyStringRule.py -${PYSITELIB}/ansiblelint/rules/ComparisonToEmptyStringRule.pyc -${PYSITELIB}/ansiblelint/rules/ComparisonToEmptyStringRule.pyo -${PYSITELIB}/ansiblelint/rules/ComparisonToLiteralBoolRule.py -${PYSITELIB}/ansiblelint/rules/ComparisonToLiteralBoolRule.pyc -${PYSITELIB}/ansiblelint/rules/ComparisonToLiteralBoolRule.pyo -${PYSITELIB}/ansiblelint/rules/DeprecatedModuleRule.py -${PYSITELIB}/ansiblelint/rules/DeprecatedModuleRule.pyc -${PYSITELIB}/ansiblelint/rules/DeprecatedModuleRule.pyo -${PYSITELIB}/ansiblelint/rules/EnvVarsInCommandRule.py -${PYSITELIB}/ansiblelint/rules/EnvVarsInCommandRule.pyc -${PYSITELIB}/ansiblelint/rules/EnvVarsInCommandRule.pyo -${PYSITELIB}/ansiblelint/rules/GitHasVersionRule.py -${PYSITELIB}/ansiblelint/rules/GitHasVersionRule.pyc -${PYSITELIB}/ansiblelint/rules/GitHasVersionRule.pyo -${PYSITELIB}/ansiblelint/rules/IgnoreErrorsRule.py -${PYSITELIB}/ansiblelint/rules/IgnoreErrorsRule.pyc -${PYSITELIB}/ansiblelint/rules/IgnoreErrorsRule.pyo -${PYSITELIB}/ansiblelint/rules/MercurialHasRevisionRule.py -${PYSITELIB}/ansiblelint/rules/MercurialHasRevisionRule.pyc -${PYSITELIB}/ansiblelint/rules/MercurialHasRevisionRule.pyo -${PYSITELIB}/ansiblelint/rules/MetaChangeFromDefaultRule.py -${PYSITELIB}/ansiblelint/rules/MetaChangeFromDefaultRule.pyc -${PYSITELIB}/ansiblelint/rules/MetaChangeFromDefaultRule.pyo -${PYSITELIB}/ansiblelint/rules/MetaMainHasInfoRule.py -${PYSITELIB}/ansiblelint/rules/MetaMainHasInfoRule.pyc -${PYSITELIB}/ansiblelint/rules/MetaMainHasInfoRule.pyo -${PYSITELIB}/ansiblelint/rules/MetaTagValidRule.py -${PYSITELIB}/ansiblelint/rules/MetaTagValidRule.pyc -${PYSITELIB}/ansiblelint/rules/MetaTagValidRule.pyo -${PYSITELIB}/ansiblelint/rules/MetaVideoLinksRule.py -${PYSITELIB}/ansiblelint/rules/MetaVideoLinksRule.pyc -${PYSITELIB}/ansiblelint/rules/MetaVideoLinksRule.pyo -${PYSITELIB}/ansiblelint/rules/MissingFilePermissionsRule.py -${PYSITELIB}/ansiblelint/rules/MissingFilePermissionsRule.pyc -${PYSITELIB}/ansiblelint/rules/MissingFilePermissionsRule.pyo -${PYSITELIB}/ansiblelint/rules/NestedJinjaRule.py -${PYSITELIB}/ansiblelint/rules/NestedJinjaRule.pyc -${PYSITELIB}/ansiblelint/rules/NestedJinjaRule.pyo -${PYSITELIB}/ansiblelint/rules/NoFormattingInWhenRule.py -${PYSITELIB}/ansiblelint/rules/NoFormattingInWhenRule.pyc -${PYSITELIB}/ansiblelint/rules/NoFormattingInWhenRule.pyo -${PYSITELIB}/ansiblelint/rules/NoLogPasswordsRule.py -${PYSITELIB}/ansiblelint/rules/NoLogPasswordsRule.pyc -${PYSITELIB}/ansiblelint/rules/NoLogPasswordsRule.pyo -${PYSITELIB}/ansiblelint/rules/NoSameOwnerRule.py -${PYSITELIB}/ansiblelint/rules/NoSameOwnerRule.pyc -${PYSITELIB}/ansiblelint/rules/NoSameOwnerRule.pyo -${PYSITELIB}/ansiblelint/rules/NoTabsRule.py -${PYSITELIB}/ansiblelint/rules/NoTabsRule.pyc -${PYSITELIB}/ansiblelint/rules/NoTabsRule.pyo -${PYSITELIB}/ansiblelint/rules/OctalPermissionsRule.py -${PYSITELIB}/ansiblelint/rules/OctalPermissionsRule.pyc -${PYSITELIB}/ansiblelint/rules/OctalPermissionsRule.pyo -${PYSITELIB}/ansiblelint/rules/PackageIsNotLatestRule.py -${PYSITELIB}/ansiblelint/rules/PackageIsNotLatestRule.pyc -${PYSITELIB}/ansiblelint/rules/PackageIsNotLatestRule.pyo -${PYSITELIB}/ansiblelint/rules/PlaybookExtension.py -${PYSITELIB}/ansiblelint/rules/PlaybookExtension.pyc -${PYSITELIB}/ansiblelint/rules/PlaybookExtension.pyo -${PYSITELIB}/ansiblelint/rules/RoleLoopVarPrefix.py -${PYSITELIB}/ansiblelint/rules/RoleLoopVarPrefix.pyc -${PYSITELIB}/ansiblelint/rules/RoleLoopVarPrefix.pyo -${PYSITELIB}/ansiblelint/rules/RoleNames.py -${PYSITELIB}/ansiblelint/rules/RoleNames.pyc -${PYSITELIB}/ansiblelint/rules/RoleNames.pyo -${PYSITELIB}/ansiblelint/rules/RoleRelativePath.py -${PYSITELIB}/ansiblelint/rules/RoleRelativePath.pyc -${PYSITELIB}/ansiblelint/rules/RoleRelativePath.pyo -${PYSITELIB}/ansiblelint/rules/ShellWithoutPipefail.py -${PYSITELIB}/ansiblelint/rules/ShellWithoutPipefail.pyc -${PYSITELIB}/ansiblelint/rules/ShellWithoutPipefail.pyo -${PYSITELIB}/ansiblelint/rules/TaskHasNameRule.py -${PYSITELIB}/ansiblelint/rules/TaskHasNameRule.pyc -${PYSITELIB}/ansiblelint/rules/TaskHasNameRule.pyo -${PYSITELIB}/ansiblelint/rules/TaskNoLocalAction.py -${PYSITELIB}/ansiblelint/rules/TaskNoLocalAction.pyc -${PYSITELIB}/ansiblelint/rules/TaskNoLocalAction.pyo -${PYSITELIB}/ansiblelint/rules/UseCommandInsteadOfShellRule.py -${PYSITELIB}/ansiblelint/rules/UseCommandInsteadOfShellRule.pyc -${PYSITELIB}/ansiblelint/rules/UseCommandInsteadOfShellRule.pyo -${PYSITELIB}/ansiblelint/rules/UseHandlerRatherThanWhenChangedRule.py -${PYSITELIB}/ansiblelint/rules/UseHandlerRatherThanWhenChangedRule.pyc -${PYSITELIB}/ansiblelint/rules/UseHandlerRatherThanWhenChangedRule.pyo -${PYSITELIB}/ansiblelint/rules/UsingBareVariablesIsDeprecatedRule.py -${PYSITELIB}/ansiblelint/rules/UsingBareVariablesIsDeprecatedRule.pyc -${PYSITELIB}/ansiblelint/rules/UsingBareVariablesIsDeprecatedRule.pyo -${PYSITELIB}/ansiblelint/rules/VariableHasSpacesRule.py -${PYSITELIB}/ansiblelint/rules/VariableHasSpacesRule.pyc -${PYSITELIB}/ansiblelint/rules/VariableHasSpacesRule.pyo -${PYSITELIB}/ansiblelint/rules/VariableNamingRule.py -${PYSITELIB}/ansiblelint/rules/VariableNamingRule.pyc -${PYSITELIB}/ansiblelint/rules/VariableNamingRule.pyo -${PYSITELIB}/ansiblelint/rules/YamllintRule.py -${PYSITELIB}/ansiblelint/rules/YamllintRule.pyc -${PYSITELIB}/ansiblelint/rules/YamllintRule.pyo ${PYSITELIB}/ansiblelint/rules/__init__.py ${PYSITELIB}/ansiblelint/rules/__init__.pyc -${PYSITELIB}/ansiblelint/rules/__init__.pyo +${PYSITELIB}/ansiblelint/rules/command_instead_of_module.py +${PYSITELIB}/ansiblelint/rules/command_instead_of_module.pyc +${PYSITELIB}/ansiblelint/rules/command_instead_of_shell.py +${PYSITELIB}/ansiblelint/rules/command_instead_of_shell.pyc ${PYSITELIB}/ansiblelint/rules/custom/__init__.py ${PYSITELIB}/ansiblelint/rules/custom/__init__.pyc -${PYSITELIB}/ansiblelint/rules/custom/__init__.pyo +${PYSITELIB}/ansiblelint/rules/deprecated_bare_vars.py +${PYSITELIB}/ansiblelint/rules/deprecated_bare_vars.pyc +${PYSITELIB}/ansiblelint/rules/deprecated_command_syntax.py +${PYSITELIB}/ansiblelint/rules/deprecated_command_syntax.pyc +${PYSITELIB}/ansiblelint/rules/deprecated_local_action.py +${PYSITELIB}/ansiblelint/rules/deprecated_local_action.pyc +${PYSITELIB}/ansiblelint/rules/deprecated_module.py +${PYSITELIB}/ansiblelint/rules/deprecated_module.pyc +${PYSITELIB}/ansiblelint/rules/empty_string_compare.py +${PYSITELIB}/ansiblelint/rules/empty_string_compare.pyc +${PYSITELIB}/ansiblelint/rules/fqcn_builtins.py +${PYSITELIB}/ansiblelint/rules/fqcn_builtins.pyc +${PYSITELIB}/ansiblelint/rules/git_latest.py +${PYSITELIB}/ansiblelint/rules/git_latest.pyc +${PYSITELIB}/ansiblelint/rules/hg_latest.py +${PYSITELIB}/ansiblelint/rules/hg_latest.pyc +${PYSITELIB}/ansiblelint/rules/ignore_errors.py +${PYSITELIB}/ansiblelint/rules/ignore_errors.pyc +${PYSITELIB}/ansiblelint/rules/inline_env_var.py +${PYSITELIB}/ansiblelint/rules/inline_env_var.pyc +${PYSITELIB}/ansiblelint/rules/literal_compare.py +${PYSITELIB}/ansiblelint/rules/literal_compare.pyc +${PYSITELIB}/ansiblelint/rules/meta_incorrect.py +${PYSITELIB}/ansiblelint/rules/meta_incorrect.pyc +${PYSITELIB}/ansiblelint/rules/meta_no_info.py +${PYSITELIB}/ansiblelint/rules/meta_no_info.pyc +${PYSITELIB}/ansiblelint/rules/meta_no_tags.py +${PYSITELIB}/ansiblelint/rules/meta_no_tags.pyc +${PYSITELIB}/ansiblelint/rules/meta_video_links.py +${PYSITELIB}/ansiblelint/rules/meta_video_links.pyc +${PYSITELIB}/ansiblelint/rules/no_changed_when.py +${PYSITELIB}/ansiblelint/rules/no_changed_when.pyc +${PYSITELIB}/ansiblelint/rules/no_handler.py +${PYSITELIB}/ansiblelint/rules/no_handler.pyc +${PYSITELIB}/ansiblelint/rules/no_jinja_nesting.py +${PYSITELIB}/ansiblelint/rules/no_jinja_nesting.pyc +${PYSITELIB}/ansiblelint/rules/no_jinja_when.py +${PYSITELIB}/ansiblelint/rules/no_jinja_when.pyc +${PYSITELIB}/ansiblelint/rules/no_log_password.py +${PYSITELIB}/ansiblelint/rules/no_log_password.pyc +${PYSITELIB}/ansiblelint/rules/no_loop_var_prefix.py +${PYSITELIB}/ansiblelint/rules/no_loop_var_prefix.pyc +${PYSITELIB}/ansiblelint/rules/no_prompting.py +${PYSITELIB}/ansiblelint/rules/no_prompting.pyc +${PYSITELIB}/ansiblelint/rules/no_relative_paths.py +${PYSITELIB}/ansiblelint/rules/no_relative_paths.pyc +${PYSITELIB}/ansiblelint/rules/no_same_owner.py +${PYSITELIB}/ansiblelint/rules/no_same_owner.pyc +${PYSITELIB}/ansiblelint/rules/no_tabs.py +${PYSITELIB}/ansiblelint/rules/no_tabs.pyc +${PYSITELIB}/ansiblelint/rules/only_builtins.py +${PYSITELIB}/ansiblelint/rules/only_builtins.pyc +${PYSITELIB}/ansiblelint/rules/package_latest.py +${PYSITELIB}/ansiblelint/rules/package_latest.pyc +${PYSITELIB}/ansiblelint/rules/partial_become.py +${PYSITELIB}/ansiblelint/rules/partial_become.pyc +${PYSITELIB}/ansiblelint/rules/playbook_extension.py +${PYSITELIB}/ansiblelint/rules/playbook_extension.pyc +${PYSITELIB}/ansiblelint/rules/risky_file_permissions.py +${PYSITELIB}/ansiblelint/rules/risky_file_permissions.pyc +${PYSITELIB}/ansiblelint/rules/risky_octal.py +${PYSITELIB}/ansiblelint/rules/risky_octal.pyc +${PYSITELIB}/ansiblelint/rules/risky_shell_pipe.py +${PYSITELIB}/ansiblelint/rules/risky_shell_pipe.pyc +${PYSITELIB}/ansiblelint/rules/role_name.py +${PYSITELIB}/ansiblelint/rules/role_name.pyc +${PYSITELIB}/ansiblelint/rules/schema.py +${PYSITELIB}/ansiblelint/rules/schema.pyc +${PYSITELIB}/ansiblelint/rules/syntax_check.py +${PYSITELIB}/ansiblelint/rules/syntax_check.pyc +${PYSITELIB}/ansiblelint/rules/unnamed_task.py +${PYSITELIB}/ansiblelint/rules/unnamed_task.pyc +${PYSITELIB}/ansiblelint/rules/var_naming.py +${PYSITELIB}/ansiblelint/rules/var_naming.pyc +${PYSITELIB}/ansiblelint/rules/var_spacing.py +${PYSITELIB}/ansiblelint/rules/var_spacing.pyc +${PYSITELIB}/ansiblelint/rules/yaml.py +${PYSITELIB}/ansiblelint/rules/yaml.pyc ${PYSITELIB}/ansiblelint/runner.py ${PYSITELIB}/ansiblelint/runner.pyc -${PYSITELIB}/ansiblelint/runner.pyo +${PYSITELIB}/ansiblelint/schemas/__init__.py +${PYSITELIB}/ansiblelint/schemas/__init__.pyc ${PYSITELIB}/ansiblelint/skip_utils.py ${PYSITELIB}/ansiblelint/skip_utils.pyc -${PYSITELIB}/ansiblelint/skip_utils.pyo ${PYSITELIB}/ansiblelint/testing/__init__.py ${PYSITELIB}/ansiblelint/testing/__init__.pyc -${PYSITELIB}/ansiblelint/testing/__init__.pyo ${PYSITELIB}/ansiblelint/testing/fixtures.py ${PYSITELIB}/ansiblelint/testing/fixtures.pyc -${PYSITELIB}/ansiblelint/testing/fixtures.pyo ${PYSITELIB}/ansiblelint/text.py ${PYSITELIB}/ansiblelint/text.pyc -${PYSITELIB}/ansiblelint/text.pyo +${PYSITELIB}/ansiblelint/transformer.py +${PYSITELIB}/ansiblelint/transformer.pyc ${PYSITELIB}/ansiblelint/utils.py ${PYSITELIB}/ansiblelint/utils.pyc -${PYSITELIB}/ansiblelint/utils.pyo ${PYSITELIB}/ansiblelint/version.py ${PYSITELIB}/ansiblelint/version.pyc -${PYSITELIB}/ansiblelint/version.pyo +${PYSITELIB}/ansiblelint/yaml_utils.py +${PYSITELIB}/ansiblelint/yaml_utils.pyc diff --git a/sysutils/ansible-lint/distinfo b/sysutils/ansible-lint/distinfo index 0a6fa1003e33d..290a52612a661 100644 --- a/sysutils/ansible-lint/distinfo +++ b/sysutils/ansible-lint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:19:20 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/14 04:49:06 adam Exp $ -BLAKE2s (ansible-lint-5.0.12.tar.gz) = 35e64ff1934373d3df4ad4757987a8bb05589975d3d003a542777fc901b41637 -SHA512 (ansible-lint-5.0.12.tar.gz) = 06b84d098253ab70f9c3fb59e1d2ba4d30918f1e7c6f3decc8f73fe8cdb7d697527eff3efcc7238fc952bc07b7179d37582d5fb9968e691e2df5495741802404 -Size (ansible-lint-5.0.12.tar.gz) = 348478 bytes +BLAKE2s (ansible-lint-6.1.0.tar.gz) = b82810acac544eda205eb4a9d80c9b38ca1a54e68491b48d0e934ccfb32ba4d4 +SHA512 (ansible-lint-6.1.0.tar.gz) = 8cca4606827e559a81f8f12c49e03981219184d3414215e49c98533a524511e71786a991ef4e475d1974c784557b16d0717b3609183866c33d3a38830d6a4abd +Size (ansible-lint-6.1.0.tar.gz) = 238267 bytes From b80a62ef619d1546fba22f6ace1fda5fff94bfd0 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 04:49:53 +0000 Subject: [PATCH 0374/1154] Added sysutils/ansible-core; Removed sysutils/ansible-base; Updated sysutils/ansible, sysutils/ansible-lint --- doc/CHANGES-2022 | 6 +++++- doc/TODO | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 95fed2a3539a3..e3fb2ae130892 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2549 2022/05/13 21:41:43 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2550 2022/05/14 04:49:53 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3931,3 +3931,7 @@ Changes to the packages collection and infrastructure in 2022: Added lang/openjdk17 version 1.17.0.3.7 [ryoon 2022-05-13] Updated lang/php81 to 8.1.6 [taca 2022-05-13] Updated sysutils/dua-cli to 2.17.5 [pin 2022-05-13] + Added sysutils/ansible-core version 2.12.5 [adam 2022-05-14] + Removed sysutils/ansible-base successor sysutils/ansible-core [adam 2022-05-14] + Updated sysutils/ansible to 5.7.1 [adam 2022-05-14] + Updated sysutils/ansible-lint to 6.1.0 [adam 2022-05-14] diff --git a/doc/TODO b/doc/TODO index 98008df268e89..58881c728651f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21858 2022/05/13 11:52:08 wiz Exp $ +$NetBSD: TODO,v 1.21859 2022/05/14 04:49:54 adam Exp $ Suggested new packages ====================== @@ -428,7 +428,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o amavis-perl-0.3.12 [called just amavis] o ampache-4.2.5 o anope-2.0.9 - o ansible-4.0 o antiright-8.6 o ap-Embperl-1.3.6 o ap-auth-mellon-0.14.2 From 8aeebe8b615f96ebe152fab5366f43b86e82f03a Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 14 May 2022 04:49:54 +0000 Subject: [PATCH 0375/1154] ansible-base: finish removal --- sysutils/ansible-base/DESCR | 4 - sysutils/ansible-base/Makefile | 69 -- sysutils/ansible-base/PLIST | 1983 -------------------------------- sysutils/ansible-base/distinfo | 6 - 4 files changed, 2062 deletions(-) delete mode 100644 sysutils/ansible-base/DESCR delete mode 100644 sysutils/ansible-base/Makefile delete mode 100644 sysutils/ansible-base/PLIST delete mode 100644 sysutils/ansible-base/distinfo diff --git a/sysutils/ansible-base/DESCR b/sysutils/ansible-base/DESCR deleted file mode 100644 index 3f73a32d018fc..0000000000000 --- a/sysutils/ansible-base/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Ansible is a radically simple IT automation system. It handles configuration -management, application deployment, cloud provisioning, ad-hoc task execution, -network automation, and multi-node orchestration. Ansible makes complex changes -like zero-downtime rolling updates with load balancers easy. diff --git a/sysutils/ansible-base/Makefile b/sysutils/ansible-base/Makefile deleted file mode 100644 index ba51e2704dcfb..0000000000000 --- a/sysutils/ansible-base/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# $NetBSD: Makefile,v 1.16 2022/04/21 11:00:01 wiz Exp $ - -DISTNAME= ansible-base-2.10.17 -CATEGORIES= sysutils python -MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-base/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://ansible.com/ -COMMENT= SSH-based configuration management, deployment, and task execution -LICENSE= gnu-gpl-v3 - -CONFLICTS+= ansible<2.10 - -DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 -DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko -DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml - -PYTHON_VERSIONED_DEPENDENCIES+= packaging -PYTHON_VERSIONED_DEPENDENCIES+= cryptography - -USE_PKG_RESOURCES= yes - -USE_TOOLS+= gmake - -PKG_SYSCONFSUBDIR= ansible -EGDIR= ${PREFIX}/share/examples/ansible - -REPLACE_PYTHON= test/lib/ansible_test/_data/*.py -REPLACE_PYTHON+= test/lib/ansible_test/_data/*/*.py -REPLACE_PYTHON+= test/lib/ansible_test/_data/*/*/*.py - -CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_test/_data/requirements/sanity.ps1 -CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_test/_data/sanity/pslint/pslint.ps1 -CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/ps_argspec.ps1 - -SUBST_CLASSES+= paths -SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths+= docs/man/man1/*.1 -SUBST_FILES.paths+= examples/ansible.cfg -SUBST_FILES.paths+= examples/hosts -SUBST_FILES.paths+= lib/ansible/config/base.yml -SUBST_FILES.paths+= lib/ansible/module_utils/urls.py -SUBST_MESSAGE.paths= Fixing hardcoded paths. -SUBST_SED.paths= -e "s,/usr/share/ansible,${PREFIX}/share/ansible,g" -SUBST_SED.paths+= -e "s,/etc/ansible,${PKG_SYSCONFDIR},g" - -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${EGDIR} -OWN_DIRS= ${PREFIX}/share/ansible - -CONF_FILES= ${EGDIR}/ansible.cfg ${PKG_SYSCONFDIR}/ansible.cfg -CONF_FILES+= ${EGDIR}/hosts ${PKG_SYSCONFDIR}/hosts - -# Contains hardcoded paths to expected locations of package managers. -CHECK_WRKREF_SKIP+= */ansible/module_utils/facts/system/pkg_mgr.py - -post-install: -.for f in ansible-console.1 ansible-doc.1 ansible-galaxy.1 ansible-inventory.1 \ - ansible-playbook.1 ansible-pull.1 ansible-vault.1 ansible.1 - ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/${f} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ -.endfor -.for f in ansible.cfg hosts - ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${DESTDIR}/${EGDIR} -.endfor - -.include "../../lang/python/application.mk" -.include "../../lang/python/versioned_dependencies.mk" -.include "../../lang/python/egg.mk" -.include "../../lang/python/tool.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/ansible-base/PLIST b/sysutils/ansible-base/PLIST deleted file mode 100644 index 03699a16e51bf..0000000000000 --- a/sysutils/ansible-base/PLIST +++ /dev/null @@ -1,1983 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2021/09/14 08:29:53 adam Exp $ -bin/ansible -bin/ansible-config -bin/ansible-connection -bin/ansible-console -bin/ansible-doc -bin/ansible-galaxy -bin/ansible-inventory -bin/ansible-playbook -bin/ansible-pull -bin/ansible-test -bin/ansible-vault -@pkgdir etc/ansible -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/ansible/__init__.py -${PYSITELIB}/ansible/__init__.pyc -${PYSITELIB}/ansible/__init__.pyo -${PYSITELIB}/ansible/_vendor/__init__.py -${PYSITELIB}/ansible/_vendor/__init__.pyc -${PYSITELIB}/ansible/_vendor/__init__.pyo -${PYSITELIB}/ansible/cli/__init__.py -${PYSITELIB}/ansible/cli/__init__.pyc -${PYSITELIB}/ansible/cli/__init__.pyo -${PYSITELIB}/ansible/cli/adhoc.py -${PYSITELIB}/ansible/cli/adhoc.pyc -${PYSITELIB}/ansible/cli/adhoc.pyo -${PYSITELIB}/ansible/cli/arguments/__init__.py -${PYSITELIB}/ansible/cli/arguments/__init__.pyc -${PYSITELIB}/ansible/cli/arguments/__init__.pyo -${PYSITELIB}/ansible/cli/arguments/option_helpers.py -${PYSITELIB}/ansible/cli/arguments/option_helpers.pyc -${PYSITELIB}/ansible/cli/arguments/option_helpers.pyo -${PYSITELIB}/ansible/cli/config.py -${PYSITELIB}/ansible/cli/config.pyc -${PYSITELIB}/ansible/cli/config.pyo -${PYSITELIB}/ansible/cli/console.py -${PYSITELIB}/ansible/cli/console.pyc -${PYSITELIB}/ansible/cli/console.pyo -${PYSITELIB}/ansible/cli/doc.py -${PYSITELIB}/ansible/cli/doc.pyc -${PYSITELIB}/ansible/cli/doc.pyo -${PYSITELIB}/ansible/cli/galaxy.py -${PYSITELIB}/ansible/cli/galaxy.pyc -${PYSITELIB}/ansible/cli/galaxy.pyo -${PYSITELIB}/ansible/cli/inventory.py -${PYSITELIB}/ansible/cli/inventory.pyc -${PYSITELIB}/ansible/cli/inventory.pyo -${PYSITELIB}/ansible/cli/playbook.py -${PYSITELIB}/ansible/cli/playbook.pyc -${PYSITELIB}/ansible/cli/playbook.pyo -${PYSITELIB}/ansible/cli/pull.py -${PYSITELIB}/ansible/cli/pull.pyc -${PYSITELIB}/ansible/cli/pull.pyo -${PYSITELIB}/ansible/cli/scripts/__init__.py -${PYSITELIB}/ansible/cli/scripts/__init__.pyc -${PYSITELIB}/ansible/cli/scripts/__init__.pyo -${PYSITELIB}/ansible/cli/scripts/ansible_cli_stub.py -${PYSITELIB}/ansible/cli/scripts/ansible_cli_stub.pyc -${PYSITELIB}/ansible/cli/scripts/ansible_cli_stub.pyo -${PYSITELIB}/ansible/cli/scripts/ansible_connection_cli_stub.py -${PYSITELIB}/ansible/cli/scripts/ansible_connection_cli_stub.pyc -${PYSITELIB}/ansible/cli/scripts/ansible_connection_cli_stub.pyo -${PYSITELIB}/ansible/cli/vault.py -${PYSITELIB}/ansible/cli/vault.pyc -${PYSITELIB}/ansible/cli/vault.pyo -${PYSITELIB}/ansible/collections/__init__.py -${PYSITELIB}/ansible/collections/__init__.pyc -${PYSITELIB}/ansible/collections/__init__.pyo -${PYSITELIB}/ansible/collections/list.py -${PYSITELIB}/ansible/collections/list.pyc -${PYSITELIB}/ansible/collections/list.pyo -${PYSITELIB}/ansible/compat/__init__.py -${PYSITELIB}/ansible/compat/__init__.pyc -${PYSITELIB}/ansible/compat/__init__.pyo -${PYSITELIB}/ansible/compat/selectors/__init__.py -${PYSITELIB}/ansible/compat/selectors/__init__.pyc -${PYSITELIB}/ansible/compat/selectors/__init__.pyo -${PYSITELIB}/ansible/config/__init__.py -${PYSITELIB}/ansible/config/__init__.pyc -${PYSITELIB}/ansible/config/__init__.pyo -${PYSITELIB}/ansible/config/ansible_builtin_runtime.yml -${PYSITELIB}/ansible/config/base.yml -${PYSITELIB}/ansible/config/data.py -${PYSITELIB}/ansible/config/data.pyc -${PYSITELIB}/ansible/config/data.pyo -${PYSITELIB}/ansible/config/manager.py -${PYSITELIB}/ansible/config/manager.pyc -${PYSITELIB}/ansible/config/manager.pyo -${PYSITELIB}/ansible/constants.py -${PYSITELIB}/ansible/constants.pyc -${PYSITELIB}/ansible/constants.pyo -${PYSITELIB}/ansible/context.py -${PYSITELIB}/ansible/context.pyc -${PYSITELIB}/ansible/context.pyo -${PYSITELIB}/ansible/errors/__init__.py -${PYSITELIB}/ansible/errors/__init__.pyc -${PYSITELIB}/ansible/errors/__init__.pyo -${PYSITELIB}/ansible/errors/yaml_strings.py -${PYSITELIB}/ansible/errors/yaml_strings.pyc -${PYSITELIB}/ansible/errors/yaml_strings.pyo -${PYSITELIB}/ansible/executor/__init__.py -${PYSITELIB}/ansible/executor/__init__.pyc -${PYSITELIB}/ansible/executor/__init__.pyo -${PYSITELIB}/ansible/executor/action_write_locks.py -${PYSITELIB}/ansible/executor/action_write_locks.pyc -${PYSITELIB}/ansible/executor/action_write_locks.pyo -${PYSITELIB}/ansible/executor/discovery/__init__.py -${PYSITELIB}/ansible/executor/discovery/__init__.pyc -${PYSITELIB}/ansible/executor/discovery/__init__.pyo -${PYSITELIB}/ansible/executor/discovery/python_target.py -${PYSITELIB}/ansible/executor/discovery/python_target.pyc -${PYSITELIB}/ansible/executor/discovery/python_target.pyo -${PYSITELIB}/ansible/executor/interpreter_discovery.py -${PYSITELIB}/ansible/executor/interpreter_discovery.pyc -${PYSITELIB}/ansible/executor/interpreter_discovery.pyo -${PYSITELIB}/ansible/executor/module_common.py -${PYSITELIB}/ansible/executor/module_common.pyc -${PYSITELIB}/ansible/executor/module_common.pyo -${PYSITELIB}/ansible/executor/play_iterator.py -${PYSITELIB}/ansible/executor/play_iterator.pyc -${PYSITELIB}/ansible/executor/play_iterator.pyo -${PYSITELIB}/ansible/executor/playbook_executor.py -${PYSITELIB}/ansible/executor/playbook_executor.pyc -${PYSITELIB}/ansible/executor/playbook_executor.pyo -${PYSITELIB}/ansible/executor/powershell/__init__.py -${PYSITELIB}/ansible/executor/powershell/__init__.pyc -${PYSITELIB}/ansible/executor/powershell/__init__.pyo -${PYSITELIB}/ansible/executor/powershell/async_watchdog.ps1 -${PYSITELIB}/ansible/executor/powershell/async_wrapper.ps1 -${PYSITELIB}/ansible/executor/powershell/become_wrapper.ps1 -${PYSITELIB}/ansible/executor/powershell/bootstrap_wrapper.ps1 -${PYSITELIB}/ansible/executor/powershell/coverage_wrapper.ps1 -${PYSITELIB}/ansible/executor/powershell/exec_wrapper.ps1 -${PYSITELIB}/ansible/executor/powershell/module_manifest.py -${PYSITELIB}/ansible/executor/powershell/module_manifest.pyc -${PYSITELIB}/ansible/executor/powershell/module_manifest.pyo -${PYSITELIB}/ansible/executor/powershell/module_powershell_wrapper.ps1 -${PYSITELIB}/ansible/executor/powershell/module_script_wrapper.ps1 -${PYSITELIB}/ansible/executor/powershell/module_wrapper.ps1 -${PYSITELIB}/ansible/executor/process/__init__.py -${PYSITELIB}/ansible/executor/process/__init__.pyc -${PYSITELIB}/ansible/executor/process/__init__.pyo -${PYSITELIB}/ansible/executor/process/worker.py -${PYSITELIB}/ansible/executor/process/worker.pyc -${PYSITELIB}/ansible/executor/process/worker.pyo -${PYSITELIB}/ansible/executor/stats.py -${PYSITELIB}/ansible/executor/stats.pyc -${PYSITELIB}/ansible/executor/stats.pyo -${PYSITELIB}/ansible/executor/task_executor.py -${PYSITELIB}/ansible/executor/task_executor.pyc -${PYSITELIB}/ansible/executor/task_executor.pyo -${PYSITELIB}/ansible/executor/task_queue_manager.py -${PYSITELIB}/ansible/executor/task_queue_manager.pyc -${PYSITELIB}/ansible/executor/task_queue_manager.pyo -${PYSITELIB}/ansible/executor/task_result.py -${PYSITELIB}/ansible/executor/task_result.pyc -${PYSITELIB}/ansible/executor/task_result.pyo -${PYSITELIB}/ansible/galaxy/__init__.py -${PYSITELIB}/ansible/galaxy/__init__.pyc -${PYSITELIB}/ansible/galaxy/__init__.pyo -${PYSITELIB}/ansible/galaxy/api.py -${PYSITELIB}/ansible/galaxy/api.pyc -${PYSITELIB}/ansible/galaxy/api.pyo -${PYSITELIB}/ansible/galaxy/collection.py -${PYSITELIB}/ansible/galaxy/collection.pyc -${PYSITELIB}/ansible/galaxy/collection.pyo -${PYSITELIB}/ansible/galaxy/data/apb/.travis.yml -${PYSITELIB}/ansible/galaxy/data/apb/Dockerfile.j2 -${PYSITELIB}/ansible/galaxy/data/apb/Makefile.j2 -${PYSITELIB}/ansible/galaxy/data/apb/README.md -${PYSITELIB}/ansible/galaxy/data/apb/apb.yml.j2 -${PYSITELIB}/ansible/galaxy/data/apb/defaults/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/apb/files/.git_keep -${PYSITELIB}/ansible/galaxy/data/apb/handlers/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/apb/meta/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/apb/playbooks/deprovision.yml.j2 -${PYSITELIB}/ansible/galaxy/data/apb/playbooks/provision.yml.j2 -${PYSITELIB}/ansible/galaxy/data/apb/tasks/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/apb/templates/.git_keep -${PYSITELIB}/ansible/galaxy/data/apb/tests/ansible.cfg -${PYSITELIB}/ansible/galaxy/data/apb/tests/inventory -${PYSITELIB}/ansible/galaxy/data/apb/tests/test.yml.j2 -${PYSITELIB}/ansible/galaxy/data/apb/vars/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/collections_galaxy_meta.yml -${PYSITELIB}/ansible/galaxy/data/container/.travis.yml -${PYSITELIB}/ansible/galaxy/data/container/README.md -${PYSITELIB}/ansible/galaxy/data/container/defaults/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/container/files/.git_keep -${PYSITELIB}/ansible/galaxy/data/container/handlers/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/container/meta/container.yml.j2 -${PYSITELIB}/ansible/galaxy/data/container/meta/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/container/tasks/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/container/templates/.git_keep -${PYSITELIB}/ansible/galaxy/data/container/tests/ansible.cfg -${PYSITELIB}/ansible/galaxy/data/container/tests/inventory -${PYSITELIB}/ansible/galaxy/data/container/tests/test.yml.j2 -${PYSITELIB}/ansible/galaxy/data/container/vars/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/default/collection/README.md.j2 -${PYSITELIB}/ansible/galaxy/data/default/collection/docs/.git_keep -${PYSITELIB}/ansible/galaxy/data/default/collection/galaxy.yml.j2 -${PYSITELIB}/ansible/galaxy/data/default/collection/plugins/README.md.j2 -${PYSITELIB}/ansible/galaxy/data/default/collection/roles/.git_keep -${PYSITELIB}/ansible/galaxy/data/default/role/.travis.yml -${PYSITELIB}/ansible/galaxy/data/default/role/README.md -${PYSITELIB}/ansible/galaxy/data/default/role/defaults/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/default/role/files/.git_keep -${PYSITELIB}/ansible/galaxy/data/default/role/handlers/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/default/role/meta/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/default/role/tasks/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/default/role/templates/.git_keep -${PYSITELIB}/ansible/galaxy/data/default/role/tests/inventory -${PYSITELIB}/ansible/galaxy/data/default/role/tests/test.yml.j2 -${PYSITELIB}/ansible/galaxy/data/default/role/vars/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/network/.travis.yml -${PYSITELIB}/ansible/galaxy/data/network/README.md -${PYSITELIB}/ansible/galaxy/data/network/cliconf_plugins/example.py.j2 -${PYSITELIB}/ansible/galaxy/data/network/defaults/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/network/files/.git_keep -${PYSITELIB}/ansible/galaxy/data/network/library/example_command.py.j2 -${PYSITELIB}/ansible/galaxy/data/network/library/example_config.py.j2 -${PYSITELIB}/ansible/galaxy/data/network/library/example_facts.py.j2 -${PYSITELIB}/ansible/galaxy/data/network/meta/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/network/module_utils/example.py.j2 -${PYSITELIB}/ansible/galaxy/data/network/netconf_plugins/example.py.j2 -${PYSITELIB}/ansible/galaxy/data/network/tasks/main.yml.j2 -${PYSITELIB}/ansible/galaxy/data/network/templates/.git_keep -${PYSITELIB}/ansible/galaxy/data/network/terminal_plugins/example.py.j2 -${PYSITELIB}/ansible/galaxy/data/network/tests/inventory -${PYSITELIB}/ansible/galaxy/data/network/tests/test.yml.j2 -${PYSITELIB}/ansible/galaxy/data/network/vars/main.yml.j2 -${PYSITELIB}/ansible/galaxy/role.py -${PYSITELIB}/ansible/galaxy/role.pyc -${PYSITELIB}/ansible/galaxy/role.pyo -${PYSITELIB}/ansible/galaxy/token.py -${PYSITELIB}/ansible/galaxy/token.pyc -${PYSITELIB}/ansible/galaxy/token.pyo -${PYSITELIB}/ansible/galaxy/user_agent.py -${PYSITELIB}/ansible/galaxy/user_agent.pyc -${PYSITELIB}/ansible/galaxy/user_agent.pyo -${PYSITELIB}/ansible/inventory/__init__.py -${PYSITELIB}/ansible/inventory/__init__.pyc -${PYSITELIB}/ansible/inventory/__init__.pyo -${PYSITELIB}/ansible/inventory/data.py -${PYSITELIB}/ansible/inventory/data.pyc -${PYSITELIB}/ansible/inventory/data.pyo -${PYSITELIB}/ansible/inventory/group.py -${PYSITELIB}/ansible/inventory/group.pyc -${PYSITELIB}/ansible/inventory/group.pyo -${PYSITELIB}/ansible/inventory/helpers.py -${PYSITELIB}/ansible/inventory/helpers.pyc -${PYSITELIB}/ansible/inventory/helpers.pyo -${PYSITELIB}/ansible/inventory/host.py -${PYSITELIB}/ansible/inventory/host.pyc -${PYSITELIB}/ansible/inventory/host.pyo -${PYSITELIB}/ansible/inventory/manager.py -${PYSITELIB}/ansible/inventory/manager.pyc -${PYSITELIB}/ansible/inventory/manager.pyo -${PYSITELIB}/ansible/module_utils/__init__.py -${PYSITELIB}/ansible/module_utils/__init__.pyc -${PYSITELIB}/ansible/module_utils/__init__.pyo -${PYSITELIB}/ansible/module_utils/_text.py -${PYSITELIB}/ansible/module_utils/_text.pyc -${PYSITELIB}/ansible/module_utils/_text.pyo -${PYSITELIB}/ansible/module_utils/ansible_release.py -${PYSITELIB}/ansible/module_utils/ansible_release.pyc -${PYSITELIB}/ansible/module_utils/ansible_release.pyo -${PYSITELIB}/ansible/module_utils/api.py -${PYSITELIB}/ansible/module_utils/api.pyc -${PYSITELIB}/ansible/module_utils/api.pyo -${PYSITELIB}/ansible/module_utils/basic.py -${PYSITELIB}/ansible/module_utils/basic.pyc -${PYSITELIB}/ansible/module_utils/basic.pyo -${PYSITELIB}/ansible/module_utils/common/__init__.py -${PYSITELIB}/ansible/module_utils/common/__init__.pyc -${PYSITELIB}/ansible/module_utils/common/__init__.pyo -${PYSITELIB}/ansible/module_utils/common/_collections_compat.py -${PYSITELIB}/ansible/module_utils/common/_collections_compat.pyc -${PYSITELIB}/ansible/module_utils/common/_collections_compat.pyo -${PYSITELIB}/ansible/module_utils/common/_json_compat.py -${PYSITELIB}/ansible/module_utils/common/_json_compat.pyc -${PYSITELIB}/ansible/module_utils/common/_json_compat.pyo -${PYSITELIB}/ansible/module_utils/common/_utils.py -${PYSITELIB}/ansible/module_utils/common/_utils.pyc -${PYSITELIB}/ansible/module_utils/common/_utils.pyo -${PYSITELIB}/ansible/module_utils/common/collections.py -${PYSITELIB}/ansible/module_utils/common/collections.pyc -${PYSITELIB}/ansible/module_utils/common/collections.pyo -${PYSITELIB}/ansible/module_utils/common/dict_transformations.py -${PYSITELIB}/ansible/module_utils/common/dict_transformations.pyc -${PYSITELIB}/ansible/module_utils/common/dict_transformations.pyo -${PYSITELIB}/ansible/module_utils/common/file.py -${PYSITELIB}/ansible/module_utils/common/file.pyc -${PYSITELIB}/ansible/module_utils/common/file.pyo -${PYSITELIB}/ansible/module_utils/common/json.py -${PYSITELIB}/ansible/module_utils/common/json.pyc -${PYSITELIB}/ansible/module_utils/common/json.pyo -${PYSITELIB}/ansible/module_utils/common/network.py -${PYSITELIB}/ansible/module_utils/common/network.pyc -${PYSITELIB}/ansible/module_utils/common/network.pyo -${PYSITELIB}/ansible/module_utils/common/parameters.py -${PYSITELIB}/ansible/module_utils/common/parameters.pyc -${PYSITELIB}/ansible/module_utils/common/parameters.pyo -${PYSITELIB}/ansible/module_utils/common/process.py -${PYSITELIB}/ansible/module_utils/common/process.pyc -${PYSITELIB}/ansible/module_utils/common/process.pyo -${PYSITELIB}/ansible/module_utils/common/removed.py -${PYSITELIB}/ansible/module_utils/common/removed.pyc -${PYSITELIB}/ansible/module_utils/common/removed.pyo -${PYSITELIB}/ansible/module_utils/common/sys_info.py -${PYSITELIB}/ansible/module_utils/common/sys_info.pyc -${PYSITELIB}/ansible/module_utils/common/sys_info.pyo -${PYSITELIB}/ansible/module_utils/common/text/__init__.py -${PYSITELIB}/ansible/module_utils/common/text/__init__.pyc -${PYSITELIB}/ansible/module_utils/common/text/__init__.pyo -${PYSITELIB}/ansible/module_utils/common/text/converters.py -${PYSITELIB}/ansible/module_utils/common/text/converters.pyc -${PYSITELIB}/ansible/module_utils/common/text/converters.pyo -${PYSITELIB}/ansible/module_utils/common/text/formatters.py -${PYSITELIB}/ansible/module_utils/common/text/formatters.pyc -${PYSITELIB}/ansible/module_utils/common/text/formatters.pyo -${PYSITELIB}/ansible/module_utils/common/validation.py -${PYSITELIB}/ansible/module_utils/common/validation.pyc -${PYSITELIB}/ansible/module_utils/common/validation.pyo -${PYSITELIB}/ansible/module_utils/common/warnings.py -${PYSITELIB}/ansible/module_utils/common/warnings.pyc -${PYSITELIB}/ansible/module_utils/common/warnings.pyo -${PYSITELIB}/ansible/module_utils/compat/__init__.py -${PYSITELIB}/ansible/module_utils/compat/__init__.pyc -${PYSITELIB}/ansible/module_utils/compat/__init__.pyo -${PYSITELIB}/ansible/module_utils/compat/_selectors2.py -${PYSITELIB}/ansible/module_utils/compat/_selectors2.pyc -${PYSITELIB}/ansible/module_utils/compat/_selectors2.pyo -${PYSITELIB}/ansible/module_utils/compat/importlib.py -${PYSITELIB}/ansible/module_utils/compat/importlib.pyc -${PYSITELIB}/ansible/module_utils/compat/importlib.pyo -${PYSITELIB}/ansible/module_utils/compat/paramiko.py -${PYSITELIB}/ansible/module_utils/compat/paramiko.pyc -${PYSITELIB}/ansible/module_utils/compat/paramiko.pyo -${PYSITELIB}/ansible/module_utils/compat/selectors.py -${PYSITELIB}/ansible/module_utils/compat/selectors.pyc -${PYSITELIB}/ansible/module_utils/compat/selectors.pyo -${PYSITELIB}/ansible/module_utils/connection.py -${PYSITELIB}/ansible/module_utils/connection.pyc -${PYSITELIB}/ansible/module_utils/connection.pyo -${PYSITELIB}/ansible/module_utils/csharp/Ansible.AccessToken.cs -${PYSITELIB}/ansible/module_utils/csharp/Ansible.Basic.cs -${PYSITELIB}/ansible/module_utils/csharp/Ansible.Become.cs -${PYSITELIB}/ansible/module_utils/csharp/Ansible.Privilege.cs -${PYSITELIB}/ansible/module_utils/csharp/Ansible.Process.cs -${PYSITELIB}/ansible/module_utils/csharp/__init__.py -${PYSITELIB}/ansible/module_utils/csharp/__init__.pyc -${PYSITELIB}/ansible/module_utils/csharp/__init__.pyo -${PYSITELIB}/ansible/module_utils/distro/__init__.py -${PYSITELIB}/ansible/module_utils/distro/__init__.pyc -${PYSITELIB}/ansible/module_utils/distro/__init__.pyo -${PYSITELIB}/ansible/module_utils/distro/_distro.py -${PYSITELIB}/ansible/module_utils/distro/_distro.pyc -${PYSITELIB}/ansible/module_utils/distro/_distro.pyo -${PYSITELIB}/ansible/module_utils/facts/__init__.py -${PYSITELIB}/ansible/module_utils/facts/__init__.pyc -${PYSITELIB}/ansible/module_utils/facts/__init__.pyo -${PYSITELIB}/ansible/module_utils/facts/ansible_collector.py -${PYSITELIB}/ansible/module_utils/facts/ansible_collector.pyc -${PYSITELIB}/ansible/module_utils/facts/ansible_collector.pyo -${PYSITELIB}/ansible/module_utils/facts/collector.py -${PYSITELIB}/ansible/module_utils/facts/collector.pyc -${PYSITELIB}/ansible/module_utils/facts/collector.pyo -${PYSITELIB}/ansible/module_utils/facts/compat.py -${PYSITELIB}/ansible/module_utils/facts/compat.pyc -${PYSITELIB}/ansible/module_utils/facts/compat.pyo -${PYSITELIB}/ansible/module_utils/facts/default_collectors.py -${PYSITELIB}/ansible/module_utils/facts/default_collectors.pyc -${PYSITELIB}/ansible/module_utils/facts/default_collectors.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/__init__.py -${PYSITELIB}/ansible/module_utils/facts/hardware/__init__.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/__init__.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/aix.py -${PYSITELIB}/ansible/module_utils/facts/hardware/aix.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/aix.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/base.py -${PYSITELIB}/ansible/module_utils/facts/hardware/base.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/base.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/darwin.py -${PYSITELIB}/ansible/module_utils/facts/hardware/darwin.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/darwin.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/dragonfly.py -${PYSITELIB}/ansible/module_utils/facts/hardware/dragonfly.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/dragonfly.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/freebsd.py -${PYSITELIB}/ansible/module_utils/facts/hardware/freebsd.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/freebsd.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/hpux.py -${PYSITELIB}/ansible/module_utils/facts/hardware/hpux.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/hpux.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/hurd.py -${PYSITELIB}/ansible/module_utils/facts/hardware/hurd.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/hurd.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/linux.py -${PYSITELIB}/ansible/module_utils/facts/hardware/linux.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/linux.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/netbsd.py -${PYSITELIB}/ansible/module_utils/facts/hardware/netbsd.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/netbsd.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/openbsd.py -${PYSITELIB}/ansible/module_utils/facts/hardware/openbsd.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/openbsd.pyo -${PYSITELIB}/ansible/module_utils/facts/hardware/sunos.py -${PYSITELIB}/ansible/module_utils/facts/hardware/sunos.pyc -${PYSITELIB}/ansible/module_utils/facts/hardware/sunos.pyo -${PYSITELIB}/ansible/module_utils/facts/namespace.py -${PYSITELIB}/ansible/module_utils/facts/namespace.pyc -${PYSITELIB}/ansible/module_utils/facts/namespace.pyo -${PYSITELIB}/ansible/module_utils/facts/network/__init__.py -${PYSITELIB}/ansible/module_utils/facts/network/__init__.pyc -${PYSITELIB}/ansible/module_utils/facts/network/__init__.pyo -${PYSITELIB}/ansible/module_utils/facts/network/aix.py -${PYSITELIB}/ansible/module_utils/facts/network/aix.pyc -${PYSITELIB}/ansible/module_utils/facts/network/aix.pyo -${PYSITELIB}/ansible/module_utils/facts/network/base.py -${PYSITELIB}/ansible/module_utils/facts/network/base.pyc -${PYSITELIB}/ansible/module_utils/facts/network/base.pyo -${PYSITELIB}/ansible/module_utils/facts/network/darwin.py -${PYSITELIB}/ansible/module_utils/facts/network/darwin.pyc -${PYSITELIB}/ansible/module_utils/facts/network/darwin.pyo -${PYSITELIB}/ansible/module_utils/facts/network/dragonfly.py -${PYSITELIB}/ansible/module_utils/facts/network/dragonfly.pyc -${PYSITELIB}/ansible/module_utils/facts/network/dragonfly.pyo -${PYSITELIB}/ansible/module_utils/facts/network/fc_wwn.py -${PYSITELIB}/ansible/module_utils/facts/network/fc_wwn.pyc -${PYSITELIB}/ansible/module_utils/facts/network/fc_wwn.pyo -${PYSITELIB}/ansible/module_utils/facts/network/freebsd.py -${PYSITELIB}/ansible/module_utils/facts/network/freebsd.pyc -${PYSITELIB}/ansible/module_utils/facts/network/freebsd.pyo -${PYSITELIB}/ansible/module_utils/facts/network/generic_bsd.py -${PYSITELIB}/ansible/module_utils/facts/network/generic_bsd.pyc -${PYSITELIB}/ansible/module_utils/facts/network/generic_bsd.pyo -${PYSITELIB}/ansible/module_utils/facts/network/hpux.py -${PYSITELIB}/ansible/module_utils/facts/network/hpux.pyc -${PYSITELIB}/ansible/module_utils/facts/network/hpux.pyo -${PYSITELIB}/ansible/module_utils/facts/network/hurd.py -${PYSITELIB}/ansible/module_utils/facts/network/hurd.pyc -${PYSITELIB}/ansible/module_utils/facts/network/hurd.pyo -${PYSITELIB}/ansible/module_utils/facts/network/iscsi.py -${PYSITELIB}/ansible/module_utils/facts/network/iscsi.pyc -${PYSITELIB}/ansible/module_utils/facts/network/iscsi.pyo -${PYSITELIB}/ansible/module_utils/facts/network/linux.py -${PYSITELIB}/ansible/module_utils/facts/network/linux.pyc -${PYSITELIB}/ansible/module_utils/facts/network/linux.pyo -${PYSITELIB}/ansible/module_utils/facts/network/netbsd.py -${PYSITELIB}/ansible/module_utils/facts/network/netbsd.pyc -${PYSITELIB}/ansible/module_utils/facts/network/netbsd.pyo -${PYSITELIB}/ansible/module_utils/facts/network/nvme.py -${PYSITELIB}/ansible/module_utils/facts/network/nvme.pyc -${PYSITELIB}/ansible/module_utils/facts/network/nvme.pyo -${PYSITELIB}/ansible/module_utils/facts/network/openbsd.py -${PYSITELIB}/ansible/module_utils/facts/network/openbsd.pyc -${PYSITELIB}/ansible/module_utils/facts/network/openbsd.pyo -${PYSITELIB}/ansible/module_utils/facts/network/sunos.py -${PYSITELIB}/ansible/module_utils/facts/network/sunos.pyc -${PYSITELIB}/ansible/module_utils/facts/network/sunos.pyo -${PYSITELIB}/ansible/module_utils/facts/other/__init__.py -${PYSITELIB}/ansible/module_utils/facts/other/__init__.pyc -${PYSITELIB}/ansible/module_utils/facts/other/__init__.pyo -${PYSITELIB}/ansible/module_utils/facts/other/facter.py -${PYSITELIB}/ansible/module_utils/facts/other/facter.pyc -${PYSITELIB}/ansible/module_utils/facts/other/facter.pyo -${PYSITELIB}/ansible/module_utils/facts/other/ohai.py -${PYSITELIB}/ansible/module_utils/facts/other/ohai.pyc -${PYSITELIB}/ansible/module_utils/facts/other/ohai.pyo -${PYSITELIB}/ansible/module_utils/facts/packages.py -${PYSITELIB}/ansible/module_utils/facts/packages.pyc -${PYSITELIB}/ansible/module_utils/facts/packages.pyo -${PYSITELIB}/ansible/module_utils/facts/sysctl.py -${PYSITELIB}/ansible/module_utils/facts/sysctl.pyc -${PYSITELIB}/ansible/module_utils/facts/sysctl.pyo -${PYSITELIB}/ansible/module_utils/facts/system/__init__.py -${PYSITELIB}/ansible/module_utils/facts/system/__init__.pyc -${PYSITELIB}/ansible/module_utils/facts/system/__init__.pyo -${PYSITELIB}/ansible/module_utils/facts/system/apparmor.py -${PYSITELIB}/ansible/module_utils/facts/system/apparmor.pyc -${PYSITELIB}/ansible/module_utils/facts/system/apparmor.pyo -${PYSITELIB}/ansible/module_utils/facts/system/caps.py -${PYSITELIB}/ansible/module_utils/facts/system/caps.pyc -${PYSITELIB}/ansible/module_utils/facts/system/caps.pyo -${PYSITELIB}/ansible/module_utils/facts/system/chroot.py -${PYSITELIB}/ansible/module_utils/facts/system/chroot.pyc -${PYSITELIB}/ansible/module_utils/facts/system/chroot.pyo -${PYSITELIB}/ansible/module_utils/facts/system/cmdline.py -${PYSITELIB}/ansible/module_utils/facts/system/cmdline.pyc -${PYSITELIB}/ansible/module_utils/facts/system/cmdline.pyo -${PYSITELIB}/ansible/module_utils/facts/system/date_time.py -${PYSITELIB}/ansible/module_utils/facts/system/date_time.pyc -${PYSITELIB}/ansible/module_utils/facts/system/date_time.pyo -${PYSITELIB}/ansible/module_utils/facts/system/distribution.py -${PYSITELIB}/ansible/module_utils/facts/system/distribution.pyc -${PYSITELIB}/ansible/module_utils/facts/system/distribution.pyo -${PYSITELIB}/ansible/module_utils/facts/system/dns.py -${PYSITELIB}/ansible/module_utils/facts/system/dns.pyc -${PYSITELIB}/ansible/module_utils/facts/system/dns.pyo -${PYSITELIB}/ansible/module_utils/facts/system/env.py -${PYSITELIB}/ansible/module_utils/facts/system/env.pyc -${PYSITELIB}/ansible/module_utils/facts/system/env.pyo -${PYSITELIB}/ansible/module_utils/facts/system/fips.py -${PYSITELIB}/ansible/module_utils/facts/system/fips.pyc -${PYSITELIB}/ansible/module_utils/facts/system/fips.pyo -${PYSITELIB}/ansible/module_utils/facts/system/local.py -${PYSITELIB}/ansible/module_utils/facts/system/local.pyc -${PYSITELIB}/ansible/module_utils/facts/system/local.pyo -${PYSITELIB}/ansible/module_utils/facts/system/lsb.py -${PYSITELIB}/ansible/module_utils/facts/system/lsb.pyc -${PYSITELIB}/ansible/module_utils/facts/system/lsb.pyo -${PYSITELIB}/ansible/module_utils/facts/system/pkg_mgr.py -${PYSITELIB}/ansible/module_utils/facts/system/pkg_mgr.pyc -${PYSITELIB}/ansible/module_utils/facts/system/pkg_mgr.pyo -${PYSITELIB}/ansible/module_utils/facts/system/platform.py -${PYSITELIB}/ansible/module_utils/facts/system/platform.pyc -${PYSITELIB}/ansible/module_utils/facts/system/platform.pyo -${PYSITELIB}/ansible/module_utils/facts/system/python.py -${PYSITELIB}/ansible/module_utils/facts/system/python.pyc -${PYSITELIB}/ansible/module_utils/facts/system/python.pyo -${PYSITELIB}/ansible/module_utils/facts/system/selinux.py -${PYSITELIB}/ansible/module_utils/facts/system/selinux.pyc -${PYSITELIB}/ansible/module_utils/facts/system/selinux.pyo -${PYSITELIB}/ansible/module_utils/facts/system/service_mgr.py -${PYSITELIB}/ansible/module_utils/facts/system/service_mgr.pyc -${PYSITELIB}/ansible/module_utils/facts/system/service_mgr.pyo -${PYSITELIB}/ansible/module_utils/facts/system/ssh_pub_keys.py -${PYSITELIB}/ansible/module_utils/facts/system/ssh_pub_keys.pyc -${PYSITELIB}/ansible/module_utils/facts/system/ssh_pub_keys.pyo -${PYSITELIB}/ansible/module_utils/facts/system/user.py -${PYSITELIB}/ansible/module_utils/facts/system/user.pyc -${PYSITELIB}/ansible/module_utils/facts/system/user.pyo -${PYSITELIB}/ansible/module_utils/facts/timeout.py -${PYSITELIB}/ansible/module_utils/facts/timeout.pyc -${PYSITELIB}/ansible/module_utils/facts/timeout.pyo -${PYSITELIB}/ansible/module_utils/facts/utils.py -${PYSITELIB}/ansible/module_utils/facts/utils.pyc -${PYSITELIB}/ansible/module_utils/facts/utils.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/__init__.py -${PYSITELIB}/ansible/module_utils/facts/virtual/__init__.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/__init__.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/base.py -${PYSITELIB}/ansible/module_utils/facts/virtual/base.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/base.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/dragonfly.py -${PYSITELIB}/ansible/module_utils/facts/virtual/dragonfly.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/dragonfly.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/freebsd.py -${PYSITELIB}/ansible/module_utils/facts/virtual/freebsd.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/freebsd.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/hpux.py -${PYSITELIB}/ansible/module_utils/facts/virtual/hpux.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/hpux.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/linux.py -${PYSITELIB}/ansible/module_utils/facts/virtual/linux.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/linux.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/netbsd.py -${PYSITELIB}/ansible/module_utils/facts/virtual/netbsd.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/netbsd.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/openbsd.py -${PYSITELIB}/ansible/module_utils/facts/virtual/openbsd.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/openbsd.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/sunos.py -${PYSITELIB}/ansible/module_utils/facts/virtual/sunos.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/sunos.pyo -${PYSITELIB}/ansible/module_utils/facts/virtual/sysctl.py -${PYSITELIB}/ansible/module_utils/facts/virtual/sysctl.pyc -${PYSITELIB}/ansible/module_utils/facts/virtual/sysctl.pyo -${PYSITELIB}/ansible/module_utils/json_utils.py -${PYSITELIB}/ansible/module_utils/json_utils.pyc -${PYSITELIB}/ansible/module_utils/json_utils.pyo -${PYSITELIB}/ansible/module_utils/parsing/__init__.py -${PYSITELIB}/ansible/module_utils/parsing/__init__.pyc -${PYSITELIB}/ansible/module_utils/parsing/__init__.pyo -${PYSITELIB}/ansible/module_utils/parsing/convert_bool.py -${PYSITELIB}/ansible/module_utils/parsing/convert_bool.pyc -${PYSITELIB}/ansible/module_utils/parsing/convert_bool.pyo -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.AddType.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.ArgvParser.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.Backup.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.CamelConversion.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.CommandUtil.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.FileUtil.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.Legacy.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.LinkUtil.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.PrivilegeUtil.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.SID.psm1 -${PYSITELIB}/ansible/module_utils/powershell/Ansible.ModuleUtils.WebRequest.psm1 -${PYSITELIB}/ansible/module_utils/powershell/__init__.py -${PYSITELIB}/ansible/module_utils/powershell/__init__.pyc -${PYSITELIB}/ansible/module_utils/powershell/__init__.pyo -${PYSITELIB}/ansible/module_utils/pycompat24.py -${PYSITELIB}/ansible/module_utils/pycompat24.pyc -${PYSITELIB}/ansible/module_utils/pycompat24.pyo -${PYSITELIB}/ansible/module_utils/service.py -${PYSITELIB}/ansible/module_utils/service.pyc -${PYSITELIB}/ansible/module_utils/service.pyo -${PYSITELIB}/ansible/module_utils/six/__init__.py -${PYSITELIB}/ansible/module_utils/six/__init__.pyc -${PYSITELIB}/ansible/module_utils/six/__init__.pyo -${PYSITELIB}/ansible/module_utils/splitter.py -${PYSITELIB}/ansible/module_utils/splitter.pyc -${PYSITELIB}/ansible/module_utils/splitter.pyo -${PYSITELIB}/ansible/module_utils/urls.py -${PYSITELIB}/ansible/module_utils/urls.pyc -${PYSITELIB}/ansible/module_utils/urls.pyo -${PYSITELIB}/ansible/module_utils/yumdnf.py -${PYSITELIB}/ansible/module_utils/yumdnf.pyc -${PYSITELIB}/ansible/module_utils/yumdnf.pyo -${PYSITELIB}/ansible/modules/__init__.py -${PYSITELIB}/ansible/modules/__init__.pyc -${PYSITELIB}/ansible/modules/__init__.pyo -${PYSITELIB}/ansible/modules/add_host.py -${PYSITELIB}/ansible/modules/add_host.pyc -${PYSITELIB}/ansible/modules/add_host.pyo -${PYSITELIB}/ansible/modules/apt.py -${PYSITELIB}/ansible/modules/apt.pyc -${PYSITELIB}/ansible/modules/apt.pyo -${PYSITELIB}/ansible/modules/apt_key.py -${PYSITELIB}/ansible/modules/apt_key.pyc -${PYSITELIB}/ansible/modules/apt_key.pyo -${PYSITELIB}/ansible/modules/apt_repository.py -${PYSITELIB}/ansible/modules/apt_repository.pyc -${PYSITELIB}/ansible/modules/apt_repository.pyo -${PYSITELIB}/ansible/modules/assemble.py -${PYSITELIB}/ansible/modules/assemble.pyc -${PYSITELIB}/ansible/modules/assemble.pyo -${PYSITELIB}/ansible/modules/assert.py -${PYSITELIB}/ansible/modules/assert.pyc -${PYSITELIB}/ansible/modules/assert.pyo -${PYSITELIB}/ansible/modules/async_status.py -${PYSITELIB}/ansible/modules/async_status.pyc -${PYSITELIB}/ansible/modules/async_status.pyo -${PYSITELIB}/ansible/modules/async_wrapper.py -${PYSITELIB}/ansible/modules/async_wrapper.pyc -${PYSITELIB}/ansible/modules/async_wrapper.pyo -${PYSITELIB}/ansible/modules/blockinfile.py -${PYSITELIB}/ansible/modules/blockinfile.pyc -${PYSITELIB}/ansible/modules/blockinfile.pyo -${PYSITELIB}/ansible/modules/command.py -${PYSITELIB}/ansible/modules/command.pyc -${PYSITELIB}/ansible/modules/command.pyo -${PYSITELIB}/ansible/modules/copy.py -${PYSITELIB}/ansible/modules/copy.pyc -${PYSITELIB}/ansible/modules/copy.pyo -${PYSITELIB}/ansible/modules/cron.py -${PYSITELIB}/ansible/modules/cron.pyc -${PYSITELIB}/ansible/modules/cron.pyo -${PYSITELIB}/ansible/modules/debconf.py -${PYSITELIB}/ansible/modules/debconf.pyc -${PYSITELIB}/ansible/modules/debconf.pyo -${PYSITELIB}/ansible/modules/debug.py -${PYSITELIB}/ansible/modules/debug.pyc -${PYSITELIB}/ansible/modules/debug.pyo -${PYSITELIB}/ansible/modules/dnf.py -${PYSITELIB}/ansible/modules/dnf.pyc -${PYSITELIB}/ansible/modules/dnf.pyo -${PYSITELIB}/ansible/modules/dpkg_selections.py -${PYSITELIB}/ansible/modules/dpkg_selections.pyc -${PYSITELIB}/ansible/modules/dpkg_selections.pyo -${PYSITELIB}/ansible/modules/expect.py -${PYSITELIB}/ansible/modules/expect.pyc -${PYSITELIB}/ansible/modules/expect.pyo -${PYSITELIB}/ansible/modules/fail.py -${PYSITELIB}/ansible/modules/fail.pyc -${PYSITELIB}/ansible/modules/fail.pyo -${PYSITELIB}/ansible/modules/fetch.py -${PYSITELIB}/ansible/modules/fetch.pyc -${PYSITELIB}/ansible/modules/fetch.pyo -${PYSITELIB}/ansible/modules/file.py -${PYSITELIB}/ansible/modules/file.pyc -${PYSITELIB}/ansible/modules/file.pyo -${PYSITELIB}/ansible/modules/find.py -${PYSITELIB}/ansible/modules/find.pyc -${PYSITELIB}/ansible/modules/find.pyo -${PYSITELIB}/ansible/modules/gather_facts.py -${PYSITELIB}/ansible/modules/gather_facts.pyc -${PYSITELIB}/ansible/modules/gather_facts.pyo -${PYSITELIB}/ansible/modules/get_url.py -${PYSITELIB}/ansible/modules/get_url.pyc -${PYSITELIB}/ansible/modules/get_url.pyo -${PYSITELIB}/ansible/modules/getent.py -${PYSITELIB}/ansible/modules/getent.pyc -${PYSITELIB}/ansible/modules/getent.pyo -${PYSITELIB}/ansible/modules/git.py -${PYSITELIB}/ansible/modules/git.pyc -${PYSITELIB}/ansible/modules/git.pyo -${PYSITELIB}/ansible/modules/group.py -${PYSITELIB}/ansible/modules/group.pyc -${PYSITELIB}/ansible/modules/group.pyo -${PYSITELIB}/ansible/modules/group_by.py -${PYSITELIB}/ansible/modules/group_by.pyc -${PYSITELIB}/ansible/modules/group_by.pyo -${PYSITELIB}/ansible/modules/hostname.py -${PYSITELIB}/ansible/modules/hostname.pyc -${PYSITELIB}/ansible/modules/hostname.pyo -${PYSITELIB}/ansible/modules/import_playbook.py -${PYSITELIB}/ansible/modules/import_playbook.pyc -${PYSITELIB}/ansible/modules/import_playbook.pyo -${PYSITELIB}/ansible/modules/import_role.py -${PYSITELIB}/ansible/modules/import_role.pyc -${PYSITELIB}/ansible/modules/import_role.pyo -${PYSITELIB}/ansible/modules/import_tasks.py -${PYSITELIB}/ansible/modules/import_tasks.pyc -${PYSITELIB}/ansible/modules/import_tasks.pyo -${PYSITELIB}/ansible/modules/include.py -${PYSITELIB}/ansible/modules/include.pyc -${PYSITELIB}/ansible/modules/include.pyo -${PYSITELIB}/ansible/modules/include_role.py -${PYSITELIB}/ansible/modules/include_role.pyc -${PYSITELIB}/ansible/modules/include_role.pyo -${PYSITELIB}/ansible/modules/include_tasks.py -${PYSITELIB}/ansible/modules/include_tasks.pyc -${PYSITELIB}/ansible/modules/include_tasks.pyo -${PYSITELIB}/ansible/modules/include_vars.py -${PYSITELIB}/ansible/modules/include_vars.pyc -${PYSITELIB}/ansible/modules/include_vars.pyo -${PYSITELIB}/ansible/modules/iptables.py -${PYSITELIB}/ansible/modules/iptables.pyc -${PYSITELIB}/ansible/modules/iptables.pyo -${PYSITELIB}/ansible/modules/known_hosts.py -${PYSITELIB}/ansible/modules/known_hosts.pyc -${PYSITELIB}/ansible/modules/known_hosts.pyo -${PYSITELIB}/ansible/modules/lineinfile.py -${PYSITELIB}/ansible/modules/lineinfile.pyc -${PYSITELIB}/ansible/modules/lineinfile.pyo -${PYSITELIB}/ansible/modules/meta.py -${PYSITELIB}/ansible/modules/meta.pyc -${PYSITELIB}/ansible/modules/meta.pyo -${PYSITELIB}/ansible/modules/package.py -${PYSITELIB}/ansible/modules/package.pyc -${PYSITELIB}/ansible/modules/package.pyo -${PYSITELIB}/ansible/modules/package_facts.py -${PYSITELIB}/ansible/modules/package_facts.pyc -${PYSITELIB}/ansible/modules/package_facts.pyo -${PYSITELIB}/ansible/modules/pause.py -${PYSITELIB}/ansible/modules/pause.pyc -${PYSITELIB}/ansible/modules/pause.pyo -${PYSITELIB}/ansible/modules/ping.py -${PYSITELIB}/ansible/modules/ping.pyc -${PYSITELIB}/ansible/modules/ping.pyo -${PYSITELIB}/ansible/modules/pip.py -${PYSITELIB}/ansible/modules/pip.pyc -${PYSITELIB}/ansible/modules/pip.pyo -${PYSITELIB}/ansible/modules/raw.py -${PYSITELIB}/ansible/modules/raw.pyc -${PYSITELIB}/ansible/modules/raw.pyo -${PYSITELIB}/ansible/modules/reboot.py -${PYSITELIB}/ansible/modules/reboot.pyc -${PYSITELIB}/ansible/modules/reboot.pyo -${PYSITELIB}/ansible/modules/replace.py -${PYSITELIB}/ansible/modules/replace.pyc -${PYSITELIB}/ansible/modules/replace.pyo -${PYSITELIB}/ansible/modules/rpm_key.py -${PYSITELIB}/ansible/modules/rpm_key.pyc -${PYSITELIB}/ansible/modules/rpm_key.pyo -${PYSITELIB}/ansible/modules/script.py -${PYSITELIB}/ansible/modules/script.pyc -${PYSITELIB}/ansible/modules/script.pyo -${PYSITELIB}/ansible/modules/service.py -${PYSITELIB}/ansible/modules/service.pyc -${PYSITELIB}/ansible/modules/service.pyo -${PYSITELIB}/ansible/modules/service_facts.py -${PYSITELIB}/ansible/modules/service_facts.pyc -${PYSITELIB}/ansible/modules/service_facts.pyo -${PYSITELIB}/ansible/modules/set_fact.py -${PYSITELIB}/ansible/modules/set_fact.pyc -${PYSITELIB}/ansible/modules/set_fact.pyo -${PYSITELIB}/ansible/modules/set_stats.py -${PYSITELIB}/ansible/modules/set_stats.pyc -${PYSITELIB}/ansible/modules/set_stats.pyo -${PYSITELIB}/ansible/modules/setup.py -${PYSITELIB}/ansible/modules/setup.pyc -${PYSITELIB}/ansible/modules/setup.pyo -${PYSITELIB}/ansible/modules/shell.py -${PYSITELIB}/ansible/modules/shell.pyc -${PYSITELIB}/ansible/modules/shell.pyo -${PYSITELIB}/ansible/modules/slurp.py -${PYSITELIB}/ansible/modules/slurp.pyc -${PYSITELIB}/ansible/modules/slurp.pyo -${PYSITELIB}/ansible/modules/stat.py -${PYSITELIB}/ansible/modules/stat.pyc -${PYSITELIB}/ansible/modules/stat.pyo -${PYSITELIB}/ansible/modules/subversion.py -${PYSITELIB}/ansible/modules/subversion.pyc -${PYSITELIB}/ansible/modules/subversion.pyo -${PYSITELIB}/ansible/modules/systemd.py -${PYSITELIB}/ansible/modules/systemd.pyc -${PYSITELIB}/ansible/modules/systemd.pyo -${PYSITELIB}/ansible/modules/sysvinit.py -${PYSITELIB}/ansible/modules/sysvinit.pyc -${PYSITELIB}/ansible/modules/sysvinit.pyo -${PYSITELIB}/ansible/modules/tempfile.py -${PYSITELIB}/ansible/modules/tempfile.pyc -${PYSITELIB}/ansible/modules/tempfile.pyo -${PYSITELIB}/ansible/modules/template.py -${PYSITELIB}/ansible/modules/template.pyc -${PYSITELIB}/ansible/modules/template.pyo -${PYSITELIB}/ansible/modules/unarchive.py -${PYSITELIB}/ansible/modules/unarchive.pyc -${PYSITELIB}/ansible/modules/unarchive.pyo -${PYSITELIB}/ansible/modules/uri.py -${PYSITELIB}/ansible/modules/uri.pyc -${PYSITELIB}/ansible/modules/uri.pyo -${PYSITELIB}/ansible/modules/user.py -${PYSITELIB}/ansible/modules/user.pyc -${PYSITELIB}/ansible/modules/user.pyo -${PYSITELIB}/ansible/modules/wait_for.py -${PYSITELIB}/ansible/modules/wait_for.pyc -${PYSITELIB}/ansible/modules/wait_for.pyo -${PYSITELIB}/ansible/modules/wait_for_connection.py -${PYSITELIB}/ansible/modules/wait_for_connection.pyc -${PYSITELIB}/ansible/modules/wait_for_connection.pyo -${PYSITELIB}/ansible/modules/yum.py -${PYSITELIB}/ansible/modules/yum.pyc -${PYSITELIB}/ansible/modules/yum.pyo -${PYSITELIB}/ansible/modules/yum_repository.py -${PYSITELIB}/ansible/modules/yum_repository.pyc -${PYSITELIB}/ansible/modules/yum_repository.pyo -${PYSITELIB}/ansible/parsing/__init__.py -${PYSITELIB}/ansible/parsing/__init__.pyc -${PYSITELIB}/ansible/parsing/__init__.pyo -${PYSITELIB}/ansible/parsing/ajson.py -${PYSITELIB}/ansible/parsing/ajson.pyc -${PYSITELIB}/ansible/parsing/ajson.pyo -${PYSITELIB}/ansible/parsing/dataloader.py -${PYSITELIB}/ansible/parsing/dataloader.pyc -${PYSITELIB}/ansible/parsing/dataloader.pyo -${PYSITELIB}/ansible/parsing/mod_args.py -${PYSITELIB}/ansible/parsing/mod_args.pyc -${PYSITELIB}/ansible/parsing/mod_args.pyo -${PYSITELIB}/ansible/parsing/plugin_docs.py -${PYSITELIB}/ansible/parsing/plugin_docs.pyc -${PYSITELIB}/ansible/parsing/plugin_docs.pyo -${PYSITELIB}/ansible/parsing/quoting.py -${PYSITELIB}/ansible/parsing/quoting.pyc -${PYSITELIB}/ansible/parsing/quoting.pyo -${PYSITELIB}/ansible/parsing/splitter.py -${PYSITELIB}/ansible/parsing/splitter.pyc -${PYSITELIB}/ansible/parsing/splitter.pyo -${PYSITELIB}/ansible/parsing/utils/__init__.py -${PYSITELIB}/ansible/parsing/utils/__init__.pyc -${PYSITELIB}/ansible/parsing/utils/__init__.pyo -${PYSITELIB}/ansible/parsing/utils/addresses.py -${PYSITELIB}/ansible/parsing/utils/addresses.pyc -${PYSITELIB}/ansible/parsing/utils/addresses.pyo -${PYSITELIB}/ansible/parsing/utils/jsonify.py -${PYSITELIB}/ansible/parsing/utils/jsonify.pyc -${PYSITELIB}/ansible/parsing/utils/jsonify.pyo -${PYSITELIB}/ansible/parsing/utils/yaml.py -${PYSITELIB}/ansible/parsing/utils/yaml.pyc -${PYSITELIB}/ansible/parsing/utils/yaml.pyo -${PYSITELIB}/ansible/parsing/vault/__init__.py -${PYSITELIB}/ansible/parsing/vault/__init__.pyc -${PYSITELIB}/ansible/parsing/vault/__init__.pyo -${PYSITELIB}/ansible/parsing/yaml/__init__.py -${PYSITELIB}/ansible/parsing/yaml/__init__.pyc -${PYSITELIB}/ansible/parsing/yaml/__init__.pyo -${PYSITELIB}/ansible/parsing/yaml/constructor.py -${PYSITELIB}/ansible/parsing/yaml/constructor.pyc -${PYSITELIB}/ansible/parsing/yaml/constructor.pyo -${PYSITELIB}/ansible/parsing/yaml/dumper.py -${PYSITELIB}/ansible/parsing/yaml/dumper.pyc -${PYSITELIB}/ansible/parsing/yaml/dumper.pyo -${PYSITELIB}/ansible/parsing/yaml/loader.py -${PYSITELIB}/ansible/parsing/yaml/loader.pyc -${PYSITELIB}/ansible/parsing/yaml/loader.pyo -${PYSITELIB}/ansible/parsing/yaml/objects.py -${PYSITELIB}/ansible/parsing/yaml/objects.pyc -${PYSITELIB}/ansible/parsing/yaml/objects.pyo -${PYSITELIB}/ansible/playbook/__init__.py -${PYSITELIB}/ansible/playbook/__init__.pyc -${PYSITELIB}/ansible/playbook/__init__.pyo -${PYSITELIB}/ansible/playbook/attribute.py -${PYSITELIB}/ansible/playbook/attribute.pyc -${PYSITELIB}/ansible/playbook/attribute.pyo -${PYSITELIB}/ansible/playbook/base.py -${PYSITELIB}/ansible/playbook/base.pyc -${PYSITELIB}/ansible/playbook/base.pyo -${PYSITELIB}/ansible/playbook/block.py -${PYSITELIB}/ansible/playbook/block.pyc -${PYSITELIB}/ansible/playbook/block.pyo -${PYSITELIB}/ansible/playbook/collectionsearch.py -${PYSITELIB}/ansible/playbook/collectionsearch.pyc -${PYSITELIB}/ansible/playbook/collectionsearch.pyo -${PYSITELIB}/ansible/playbook/conditional.py -${PYSITELIB}/ansible/playbook/conditional.pyc -${PYSITELIB}/ansible/playbook/conditional.pyo -${PYSITELIB}/ansible/playbook/handler.py -${PYSITELIB}/ansible/playbook/handler.pyc -${PYSITELIB}/ansible/playbook/handler.pyo -${PYSITELIB}/ansible/playbook/handler_task_include.py -${PYSITELIB}/ansible/playbook/handler_task_include.pyc -${PYSITELIB}/ansible/playbook/handler_task_include.pyo -${PYSITELIB}/ansible/playbook/helpers.py -${PYSITELIB}/ansible/playbook/helpers.pyc -${PYSITELIB}/ansible/playbook/helpers.pyo -${PYSITELIB}/ansible/playbook/included_file.py -${PYSITELIB}/ansible/playbook/included_file.pyc -${PYSITELIB}/ansible/playbook/included_file.pyo -${PYSITELIB}/ansible/playbook/loop_control.py -${PYSITELIB}/ansible/playbook/loop_control.pyc -${PYSITELIB}/ansible/playbook/loop_control.pyo -${PYSITELIB}/ansible/playbook/play.py -${PYSITELIB}/ansible/playbook/play.pyc -${PYSITELIB}/ansible/playbook/play.pyo -${PYSITELIB}/ansible/playbook/play_context.py -${PYSITELIB}/ansible/playbook/play_context.pyc -${PYSITELIB}/ansible/playbook/play_context.pyo -${PYSITELIB}/ansible/playbook/playbook_include.py -${PYSITELIB}/ansible/playbook/playbook_include.pyc -${PYSITELIB}/ansible/playbook/playbook_include.pyo -${PYSITELIB}/ansible/playbook/role/__init__.py -${PYSITELIB}/ansible/playbook/role/__init__.pyc -${PYSITELIB}/ansible/playbook/role/__init__.pyo -${PYSITELIB}/ansible/playbook/role/definition.py -${PYSITELIB}/ansible/playbook/role/definition.pyc -${PYSITELIB}/ansible/playbook/role/definition.pyo -${PYSITELIB}/ansible/playbook/role/include.py -${PYSITELIB}/ansible/playbook/role/include.pyc -${PYSITELIB}/ansible/playbook/role/include.pyo -${PYSITELIB}/ansible/playbook/role/metadata.py -${PYSITELIB}/ansible/playbook/role/metadata.pyc -${PYSITELIB}/ansible/playbook/role/metadata.pyo -${PYSITELIB}/ansible/playbook/role/requirement.py -${PYSITELIB}/ansible/playbook/role/requirement.pyc -${PYSITELIB}/ansible/playbook/role/requirement.pyo -${PYSITELIB}/ansible/playbook/role_include.py -${PYSITELIB}/ansible/playbook/role_include.pyc -${PYSITELIB}/ansible/playbook/role_include.pyo -${PYSITELIB}/ansible/playbook/taggable.py -${PYSITELIB}/ansible/playbook/taggable.pyc -${PYSITELIB}/ansible/playbook/taggable.pyo -${PYSITELIB}/ansible/playbook/task.py -${PYSITELIB}/ansible/playbook/task.pyc -${PYSITELIB}/ansible/playbook/task.pyo -${PYSITELIB}/ansible/playbook/task_include.py -${PYSITELIB}/ansible/playbook/task_include.pyc -${PYSITELIB}/ansible/playbook/task_include.pyo -${PYSITELIB}/ansible/plugins/__init__.py -${PYSITELIB}/ansible/plugins/__init__.pyc -${PYSITELIB}/ansible/plugins/__init__.pyo -${PYSITELIB}/ansible/plugins/action/__init__.py -${PYSITELIB}/ansible/plugins/action/__init__.pyc -${PYSITELIB}/ansible/plugins/action/__init__.pyo -${PYSITELIB}/ansible/plugins/action/add_host.py -${PYSITELIB}/ansible/plugins/action/add_host.pyc -${PYSITELIB}/ansible/plugins/action/add_host.pyo -${PYSITELIB}/ansible/plugins/action/assemble.py -${PYSITELIB}/ansible/plugins/action/assemble.pyc -${PYSITELIB}/ansible/plugins/action/assemble.pyo -${PYSITELIB}/ansible/plugins/action/assert.py -${PYSITELIB}/ansible/plugins/action/assert.pyc -${PYSITELIB}/ansible/plugins/action/assert.pyo -${PYSITELIB}/ansible/plugins/action/async_status.py -${PYSITELIB}/ansible/plugins/action/async_status.pyc -${PYSITELIB}/ansible/plugins/action/async_status.pyo -${PYSITELIB}/ansible/plugins/action/command.py -${PYSITELIB}/ansible/plugins/action/command.pyc -${PYSITELIB}/ansible/plugins/action/command.pyo -${PYSITELIB}/ansible/plugins/action/copy.py -${PYSITELIB}/ansible/plugins/action/copy.pyc -${PYSITELIB}/ansible/plugins/action/copy.pyo -${PYSITELIB}/ansible/plugins/action/debug.py -${PYSITELIB}/ansible/plugins/action/debug.pyc -${PYSITELIB}/ansible/plugins/action/debug.pyo -${PYSITELIB}/ansible/plugins/action/fail.py -${PYSITELIB}/ansible/plugins/action/fail.pyc -${PYSITELIB}/ansible/plugins/action/fail.pyo -${PYSITELIB}/ansible/plugins/action/fetch.py -${PYSITELIB}/ansible/plugins/action/fetch.pyc -${PYSITELIB}/ansible/plugins/action/fetch.pyo -${PYSITELIB}/ansible/plugins/action/gather_facts.py -${PYSITELIB}/ansible/plugins/action/gather_facts.pyc -${PYSITELIB}/ansible/plugins/action/gather_facts.pyo -${PYSITELIB}/ansible/plugins/action/group_by.py -${PYSITELIB}/ansible/plugins/action/group_by.pyc -${PYSITELIB}/ansible/plugins/action/group_by.pyo -${PYSITELIB}/ansible/plugins/action/include_vars.py -${PYSITELIB}/ansible/plugins/action/include_vars.pyc -${PYSITELIB}/ansible/plugins/action/include_vars.pyo -${PYSITELIB}/ansible/plugins/action/normal.py -${PYSITELIB}/ansible/plugins/action/normal.pyc -${PYSITELIB}/ansible/plugins/action/normal.pyo -${PYSITELIB}/ansible/plugins/action/package.py -${PYSITELIB}/ansible/plugins/action/package.pyc -${PYSITELIB}/ansible/plugins/action/package.pyo -${PYSITELIB}/ansible/plugins/action/pause.py -${PYSITELIB}/ansible/plugins/action/pause.pyc -${PYSITELIB}/ansible/plugins/action/pause.pyo -${PYSITELIB}/ansible/plugins/action/raw.py -${PYSITELIB}/ansible/plugins/action/raw.pyc -${PYSITELIB}/ansible/plugins/action/raw.pyo -${PYSITELIB}/ansible/plugins/action/reboot.py -${PYSITELIB}/ansible/plugins/action/reboot.pyc -${PYSITELIB}/ansible/plugins/action/reboot.pyo -${PYSITELIB}/ansible/plugins/action/script.py -${PYSITELIB}/ansible/plugins/action/script.pyc -${PYSITELIB}/ansible/plugins/action/script.pyo -${PYSITELIB}/ansible/plugins/action/service.py -${PYSITELIB}/ansible/plugins/action/service.pyc -${PYSITELIB}/ansible/plugins/action/service.pyo -${PYSITELIB}/ansible/plugins/action/set_fact.py -${PYSITELIB}/ansible/plugins/action/set_fact.pyc -${PYSITELIB}/ansible/plugins/action/set_fact.pyo -${PYSITELIB}/ansible/plugins/action/set_stats.py -${PYSITELIB}/ansible/plugins/action/set_stats.pyc -${PYSITELIB}/ansible/plugins/action/set_stats.pyo -${PYSITELIB}/ansible/plugins/action/shell.py -${PYSITELIB}/ansible/plugins/action/shell.pyc -${PYSITELIB}/ansible/plugins/action/shell.pyo -${PYSITELIB}/ansible/plugins/action/template.py -${PYSITELIB}/ansible/plugins/action/template.pyc -${PYSITELIB}/ansible/plugins/action/template.pyo -${PYSITELIB}/ansible/plugins/action/unarchive.py -${PYSITELIB}/ansible/plugins/action/unarchive.pyc -${PYSITELIB}/ansible/plugins/action/unarchive.pyo -${PYSITELIB}/ansible/plugins/action/uri.py -${PYSITELIB}/ansible/plugins/action/uri.pyc -${PYSITELIB}/ansible/plugins/action/uri.pyo -${PYSITELIB}/ansible/plugins/action/wait_for_connection.py -${PYSITELIB}/ansible/plugins/action/wait_for_connection.pyc -${PYSITELIB}/ansible/plugins/action/wait_for_connection.pyo -${PYSITELIB}/ansible/plugins/action/yum.py -${PYSITELIB}/ansible/plugins/action/yum.pyc -${PYSITELIB}/ansible/plugins/action/yum.pyo -${PYSITELIB}/ansible/plugins/become/__init__.py -${PYSITELIB}/ansible/plugins/become/__init__.pyc -${PYSITELIB}/ansible/plugins/become/__init__.pyo -${PYSITELIB}/ansible/plugins/become/runas.py -${PYSITELIB}/ansible/plugins/become/runas.pyc -${PYSITELIB}/ansible/plugins/become/runas.pyo -${PYSITELIB}/ansible/plugins/become/su.py -${PYSITELIB}/ansible/plugins/become/su.pyc -${PYSITELIB}/ansible/plugins/become/su.pyo -${PYSITELIB}/ansible/plugins/become/sudo.py -${PYSITELIB}/ansible/plugins/become/sudo.pyc -${PYSITELIB}/ansible/plugins/become/sudo.pyo -${PYSITELIB}/ansible/plugins/cache/__init__.py -${PYSITELIB}/ansible/plugins/cache/__init__.pyc -${PYSITELIB}/ansible/plugins/cache/__init__.pyo -${PYSITELIB}/ansible/plugins/cache/base.py -${PYSITELIB}/ansible/plugins/cache/base.pyc -${PYSITELIB}/ansible/plugins/cache/base.pyo -${PYSITELIB}/ansible/plugins/cache/jsonfile.py -${PYSITELIB}/ansible/plugins/cache/jsonfile.pyc -${PYSITELIB}/ansible/plugins/cache/jsonfile.pyo -${PYSITELIB}/ansible/plugins/cache/memory.py -${PYSITELIB}/ansible/plugins/cache/memory.pyc -${PYSITELIB}/ansible/plugins/cache/memory.pyo -${PYSITELIB}/ansible/plugins/callback/__init__.py -${PYSITELIB}/ansible/plugins/callback/__init__.pyc -${PYSITELIB}/ansible/plugins/callback/__init__.pyo -${PYSITELIB}/ansible/plugins/callback/default.py -${PYSITELIB}/ansible/plugins/callback/default.pyc -${PYSITELIB}/ansible/plugins/callback/default.pyo -${PYSITELIB}/ansible/plugins/callback/junit.py -${PYSITELIB}/ansible/plugins/callback/junit.pyc -${PYSITELIB}/ansible/plugins/callback/junit.pyo -${PYSITELIB}/ansible/plugins/callback/minimal.py -${PYSITELIB}/ansible/plugins/callback/minimal.pyc -${PYSITELIB}/ansible/plugins/callback/minimal.pyo -${PYSITELIB}/ansible/plugins/callback/oneline.py -${PYSITELIB}/ansible/plugins/callback/oneline.pyc -${PYSITELIB}/ansible/plugins/callback/oneline.pyo -${PYSITELIB}/ansible/plugins/callback/tree.py -${PYSITELIB}/ansible/plugins/callback/tree.pyc -${PYSITELIB}/ansible/plugins/callback/tree.pyo -${PYSITELIB}/ansible/plugins/cliconf/__init__.py -${PYSITELIB}/ansible/plugins/cliconf/__init__.pyc -${PYSITELIB}/ansible/plugins/cliconf/__init__.pyo -${PYSITELIB}/ansible/plugins/connection/__init__.py -${PYSITELIB}/ansible/plugins/connection/__init__.pyc -${PYSITELIB}/ansible/plugins/connection/__init__.pyo -${PYSITELIB}/ansible/plugins/connection/local.py -${PYSITELIB}/ansible/plugins/connection/local.pyc -${PYSITELIB}/ansible/plugins/connection/local.pyo -${PYSITELIB}/ansible/plugins/connection/paramiko_ssh.py -${PYSITELIB}/ansible/plugins/connection/paramiko_ssh.pyc -${PYSITELIB}/ansible/plugins/connection/paramiko_ssh.pyo -${PYSITELIB}/ansible/plugins/connection/psrp.py -${PYSITELIB}/ansible/plugins/connection/psrp.pyc -${PYSITELIB}/ansible/plugins/connection/psrp.pyo -${PYSITELIB}/ansible/plugins/connection/ssh.py -${PYSITELIB}/ansible/plugins/connection/ssh.pyc -${PYSITELIB}/ansible/plugins/connection/ssh.pyo -${PYSITELIB}/ansible/plugins/connection/winrm.py -${PYSITELIB}/ansible/plugins/connection/winrm.pyc -${PYSITELIB}/ansible/plugins/connection/winrm.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/__init__.py -${PYSITELIB}/ansible/plugins/doc_fragments/__init__.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/__init__.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/action_common_attributes.py -${PYSITELIB}/ansible/plugins/doc_fragments/action_common_attributes.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/action_common_attributes.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/backup.py -${PYSITELIB}/ansible/plugins/doc_fragments/backup.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/backup.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/connection_pipelining.py -${PYSITELIB}/ansible/plugins/doc_fragments/connection_pipelining.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/connection_pipelining.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/constructed.py -${PYSITELIB}/ansible/plugins/doc_fragments/constructed.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/constructed.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/decrypt.py -${PYSITELIB}/ansible/plugins/doc_fragments/decrypt.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/decrypt.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/default_callback.py -${PYSITELIB}/ansible/plugins/doc_fragments/default_callback.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/default_callback.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/files.py -${PYSITELIB}/ansible/plugins/doc_fragments/files.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/files.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/inventory_cache.py -${PYSITELIB}/ansible/plugins/doc_fragments/inventory_cache.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/inventory_cache.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/return_common.py -${PYSITELIB}/ansible/plugins/doc_fragments/return_common.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/return_common.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/shell_common.py -${PYSITELIB}/ansible/plugins/doc_fragments/shell_common.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/shell_common.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/shell_windows.py -${PYSITELIB}/ansible/plugins/doc_fragments/shell_windows.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/shell_windows.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/template_common.py -${PYSITELIB}/ansible/plugins/doc_fragments/template_common.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/template_common.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/url.py -${PYSITELIB}/ansible/plugins/doc_fragments/url.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/url.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/url_windows.py -${PYSITELIB}/ansible/plugins/doc_fragments/url_windows.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/url_windows.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/validate.py -${PYSITELIB}/ansible/plugins/doc_fragments/validate.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/validate.pyo -${PYSITELIB}/ansible/plugins/doc_fragments/vars_plugin_staging.py -${PYSITELIB}/ansible/plugins/doc_fragments/vars_plugin_staging.pyc -${PYSITELIB}/ansible/plugins/doc_fragments/vars_plugin_staging.pyo -${PYSITELIB}/ansible/plugins/filter/__init__.py -${PYSITELIB}/ansible/plugins/filter/__init__.pyc -${PYSITELIB}/ansible/plugins/filter/__init__.pyo -${PYSITELIB}/ansible/plugins/filter/core.py -${PYSITELIB}/ansible/plugins/filter/core.pyc -${PYSITELIB}/ansible/plugins/filter/core.pyo -${PYSITELIB}/ansible/plugins/filter/mathstuff.py -${PYSITELIB}/ansible/plugins/filter/mathstuff.pyc -${PYSITELIB}/ansible/plugins/filter/mathstuff.pyo -${PYSITELIB}/ansible/plugins/filter/urls.py -${PYSITELIB}/ansible/plugins/filter/urls.pyc -${PYSITELIB}/ansible/plugins/filter/urls.pyo -${PYSITELIB}/ansible/plugins/filter/urlsplit.py -${PYSITELIB}/ansible/plugins/filter/urlsplit.pyc -${PYSITELIB}/ansible/plugins/filter/urlsplit.pyo -${PYSITELIB}/ansible/plugins/httpapi/__init__.py -${PYSITELIB}/ansible/plugins/httpapi/__init__.pyc -${PYSITELIB}/ansible/plugins/httpapi/__init__.pyo -${PYSITELIB}/ansible/plugins/inventory/__init__.py -${PYSITELIB}/ansible/plugins/inventory/__init__.pyc -${PYSITELIB}/ansible/plugins/inventory/__init__.pyo -${PYSITELIB}/ansible/plugins/inventory/advanced_host_list.py -${PYSITELIB}/ansible/plugins/inventory/advanced_host_list.pyc -${PYSITELIB}/ansible/plugins/inventory/advanced_host_list.pyo -${PYSITELIB}/ansible/plugins/inventory/auto.py -${PYSITELIB}/ansible/plugins/inventory/auto.pyc -${PYSITELIB}/ansible/plugins/inventory/auto.pyo -${PYSITELIB}/ansible/plugins/inventory/constructed.py -${PYSITELIB}/ansible/plugins/inventory/constructed.pyc -${PYSITELIB}/ansible/plugins/inventory/constructed.pyo -${PYSITELIB}/ansible/plugins/inventory/generator.py -${PYSITELIB}/ansible/plugins/inventory/generator.pyc -${PYSITELIB}/ansible/plugins/inventory/generator.pyo -${PYSITELIB}/ansible/plugins/inventory/host_list.py -${PYSITELIB}/ansible/plugins/inventory/host_list.pyc -${PYSITELIB}/ansible/plugins/inventory/host_list.pyo -${PYSITELIB}/ansible/plugins/inventory/ini.py -${PYSITELIB}/ansible/plugins/inventory/ini.pyc -${PYSITELIB}/ansible/plugins/inventory/ini.pyo -${PYSITELIB}/ansible/plugins/inventory/script.py -${PYSITELIB}/ansible/plugins/inventory/script.pyc -${PYSITELIB}/ansible/plugins/inventory/script.pyo -${PYSITELIB}/ansible/plugins/inventory/toml.py -${PYSITELIB}/ansible/plugins/inventory/toml.pyc -${PYSITELIB}/ansible/plugins/inventory/toml.pyo -${PYSITELIB}/ansible/plugins/inventory/yaml.py -${PYSITELIB}/ansible/plugins/inventory/yaml.pyc -${PYSITELIB}/ansible/plugins/inventory/yaml.pyo -${PYSITELIB}/ansible/plugins/loader.py -${PYSITELIB}/ansible/plugins/loader.pyc -${PYSITELIB}/ansible/plugins/loader.pyo -${PYSITELIB}/ansible/plugins/lookup/__init__.py -${PYSITELIB}/ansible/plugins/lookup/__init__.pyc -${PYSITELIB}/ansible/plugins/lookup/__init__.pyo -${PYSITELIB}/ansible/plugins/lookup/config.py -${PYSITELIB}/ansible/plugins/lookup/config.pyc -${PYSITELIB}/ansible/plugins/lookup/config.pyo -${PYSITELIB}/ansible/plugins/lookup/csvfile.py -${PYSITELIB}/ansible/plugins/lookup/csvfile.pyc -${PYSITELIB}/ansible/plugins/lookup/csvfile.pyo -${PYSITELIB}/ansible/plugins/lookup/dict.py -${PYSITELIB}/ansible/plugins/lookup/dict.pyc -${PYSITELIB}/ansible/plugins/lookup/dict.pyo -${PYSITELIB}/ansible/plugins/lookup/env.py -${PYSITELIB}/ansible/plugins/lookup/env.pyc -${PYSITELIB}/ansible/plugins/lookup/env.pyo -${PYSITELIB}/ansible/plugins/lookup/file.py -${PYSITELIB}/ansible/plugins/lookup/file.pyc -${PYSITELIB}/ansible/plugins/lookup/file.pyo -${PYSITELIB}/ansible/plugins/lookup/fileglob.py -${PYSITELIB}/ansible/plugins/lookup/fileglob.pyc -${PYSITELIB}/ansible/plugins/lookup/fileglob.pyo -${PYSITELIB}/ansible/plugins/lookup/first_found.py -${PYSITELIB}/ansible/plugins/lookup/first_found.pyc -${PYSITELIB}/ansible/plugins/lookup/first_found.pyo -${PYSITELIB}/ansible/plugins/lookup/indexed_items.py -${PYSITELIB}/ansible/plugins/lookup/indexed_items.pyc -${PYSITELIB}/ansible/plugins/lookup/indexed_items.pyo -${PYSITELIB}/ansible/plugins/lookup/ini.py -${PYSITELIB}/ansible/plugins/lookup/ini.pyc -${PYSITELIB}/ansible/plugins/lookup/ini.pyo -${PYSITELIB}/ansible/plugins/lookup/inventory_hostnames.py -${PYSITELIB}/ansible/plugins/lookup/inventory_hostnames.pyc -${PYSITELIB}/ansible/plugins/lookup/inventory_hostnames.pyo -${PYSITELIB}/ansible/plugins/lookup/items.py -${PYSITELIB}/ansible/plugins/lookup/items.pyc -${PYSITELIB}/ansible/plugins/lookup/items.pyo -${PYSITELIB}/ansible/plugins/lookup/lines.py -${PYSITELIB}/ansible/plugins/lookup/lines.pyc -${PYSITELIB}/ansible/plugins/lookup/lines.pyo -${PYSITELIB}/ansible/plugins/lookup/list.py -${PYSITELIB}/ansible/plugins/lookup/list.pyc -${PYSITELIB}/ansible/plugins/lookup/list.pyo -${PYSITELIB}/ansible/plugins/lookup/nested.py -${PYSITELIB}/ansible/plugins/lookup/nested.pyc -${PYSITELIB}/ansible/plugins/lookup/nested.pyo -${PYSITELIB}/ansible/plugins/lookup/password.py -${PYSITELIB}/ansible/plugins/lookup/password.pyc -${PYSITELIB}/ansible/plugins/lookup/password.pyo -${PYSITELIB}/ansible/plugins/lookup/pipe.py -${PYSITELIB}/ansible/plugins/lookup/pipe.pyc -${PYSITELIB}/ansible/plugins/lookup/pipe.pyo -${PYSITELIB}/ansible/plugins/lookup/random_choice.py -${PYSITELIB}/ansible/plugins/lookup/random_choice.pyc -${PYSITELIB}/ansible/plugins/lookup/random_choice.pyo -${PYSITELIB}/ansible/plugins/lookup/sequence.py -${PYSITELIB}/ansible/plugins/lookup/sequence.pyc -${PYSITELIB}/ansible/plugins/lookup/sequence.pyo -${PYSITELIB}/ansible/plugins/lookup/subelements.py -${PYSITELIB}/ansible/plugins/lookup/subelements.pyc -${PYSITELIB}/ansible/plugins/lookup/subelements.pyo -${PYSITELIB}/ansible/plugins/lookup/template.py -${PYSITELIB}/ansible/plugins/lookup/template.pyc -${PYSITELIB}/ansible/plugins/lookup/template.pyo -${PYSITELIB}/ansible/plugins/lookup/together.py -${PYSITELIB}/ansible/plugins/lookup/together.pyc -${PYSITELIB}/ansible/plugins/lookup/together.pyo -${PYSITELIB}/ansible/plugins/lookup/unvault.py -${PYSITELIB}/ansible/plugins/lookup/unvault.pyc -${PYSITELIB}/ansible/plugins/lookup/unvault.pyo -${PYSITELIB}/ansible/plugins/lookup/url.py -${PYSITELIB}/ansible/plugins/lookup/url.pyc -${PYSITELIB}/ansible/plugins/lookup/url.pyo -${PYSITELIB}/ansible/plugins/lookup/varnames.py -${PYSITELIB}/ansible/plugins/lookup/varnames.pyc -${PYSITELIB}/ansible/plugins/lookup/varnames.pyo -${PYSITELIB}/ansible/plugins/lookup/vars.py -${PYSITELIB}/ansible/plugins/lookup/vars.pyc -${PYSITELIB}/ansible/plugins/lookup/vars.pyo -${PYSITELIB}/ansible/plugins/netconf/__init__.py -${PYSITELIB}/ansible/plugins/netconf/__init__.pyc -${PYSITELIB}/ansible/plugins/netconf/__init__.pyo -${PYSITELIB}/ansible/plugins/shell/__init__.py -${PYSITELIB}/ansible/plugins/shell/__init__.pyc -${PYSITELIB}/ansible/plugins/shell/__init__.pyo -${PYSITELIB}/ansible/plugins/shell/cmd.py -${PYSITELIB}/ansible/plugins/shell/cmd.pyc -${PYSITELIB}/ansible/plugins/shell/cmd.pyo -${PYSITELIB}/ansible/plugins/shell/powershell.py -${PYSITELIB}/ansible/plugins/shell/powershell.pyc -${PYSITELIB}/ansible/plugins/shell/powershell.pyo -${PYSITELIB}/ansible/plugins/shell/sh.py -${PYSITELIB}/ansible/plugins/shell/sh.pyc -${PYSITELIB}/ansible/plugins/shell/sh.pyo -${PYSITELIB}/ansible/plugins/strategy/__init__.py -${PYSITELIB}/ansible/plugins/strategy/__init__.pyc -${PYSITELIB}/ansible/plugins/strategy/__init__.pyo -${PYSITELIB}/ansible/plugins/strategy/debug.py -${PYSITELIB}/ansible/plugins/strategy/debug.pyc -${PYSITELIB}/ansible/plugins/strategy/debug.pyo -${PYSITELIB}/ansible/plugins/strategy/free.py -${PYSITELIB}/ansible/plugins/strategy/free.pyc -${PYSITELIB}/ansible/plugins/strategy/free.pyo -${PYSITELIB}/ansible/plugins/strategy/host_pinned.py -${PYSITELIB}/ansible/plugins/strategy/host_pinned.pyc -${PYSITELIB}/ansible/plugins/strategy/host_pinned.pyo -${PYSITELIB}/ansible/plugins/strategy/linear.py -${PYSITELIB}/ansible/plugins/strategy/linear.pyc -${PYSITELIB}/ansible/plugins/strategy/linear.pyo -${PYSITELIB}/ansible/plugins/terminal/__init__.py -${PYSITELIB}/ansible/plugins/terminal/__init__.pyc -${PYSITELIB}/ansible/plugins/terminal/__init__.pyo -${PYSITELIB}/ansible/plugins/test/__init__.py -${PYSITELIB}/ansible/plugins/test/__init__.pyc -${PYSITELIB}/ansible/plugins/test/__init__.pyo -${PYSITELIB}/ansible/plugins/test/core.py -${PYSITELIB}/ansible/plugins/test/core.pyc -${PYSITELIB}/ansible/plugins/test/core.pyo -${PYSITELIB}/ansible/plugins/test/files.py -${PYSITELIB}/ansible/plugins/test/files.pyc -${PYSITELIB}/ansible/plugins/test/files.pyo -${PYSITELIB}/ansible/plugins/test/mathstuff.py -${PYSITELIB}/ansible/plugins/test/mathstuff.pyc -${PYSITELIB}/ansible/plugins/test/mathstuff.pyo -${PYSITELIB}/ansible/plugins/vars/__init__.py -${PYSITELIB}/ansible/plugins/vars/__init__.pyc -${PYSITELIB}/ansible/plugins/vars/__init__.pyo -${PYSITELIB}/ansible/plugins/vars/host_group_vars.py -${PYSITELIB}/ansible/plugins/vars/host_group_vars.pyc -${PYSITELIB}/ansible/plugins/vars/host_group_vars.pyo -${PYSITELIB}/ansible/release.py -${PYSITELIB}/ansible/release.pyc -${PYSITELIB}/ansible/release.pyo -${PYSITELIB}/ansible/template/__init__.py -${PYSITELIB}/ansible/template/__init__.pyc -${PYSITELIB}/ansible/template/__init__.pyo -${PYSITELIB}/ansible/template/native_helpers.py -${PYSITELIB}/ansible/template/native_helpers.pyc -${PYSITELIB}/ansible/template/native_helpers.pyo -${PYSITELIB}/ansible/template/safe_eval.py -${PYSITELIB}/ansible/template/safe_eval.pyc -${PYSITELIB}/ansible/template/safe_eval.pyo -${PYSITELIB}/ansible/template/template.py -${PYSITELIB}/ansible/template/template.pyc -${PYSITELIB}/ansible/template/template.pyo -${PYSITELIB}/ansible/template/vars.py -${PYSITELIB}/ansible/template/vars.pyc -${PYSITELIB}/ansible/template/vars.pyo -${PYSITELIB}/ansible/utils/__init__.py -${PYSITELIB}/ansible/utils/__init__.pyc -${PYSITELIB}/ansible/utils/__init__.pyo -${PYSITELIB}/ansible/utils/cmd_functions.py -${PYSITELIB}/ansible/utils/cmd_functions.pyc -${PYSITELIB}/ansible/utils/cmd_functions.pyo -${PYSITELIB}/ansible/utils/collection_loader/__init__.py -${PYSITELIB}/ansible/utils/collection_loader/__init__.pyc -${PYSITELIB}/ansible/utils/collection_loader/__init__.pyo -${PYSITELIB}/ansible/utils/collection_loader/_collection_config.py -${PYSITELIB}/ansible/utils/collection_loader/_collection_config.pyc -${PYSITELIB}/ansible/utils/collection_loader/_collection_config.pyo -${PYSITELIB}/ansible/utils/collection_loader/_collection_finder.py -${PYSITELIB}/ansible/utils/collection_loader/_collection_finder.pyc -${PYSITELIB}/ansible/utils/collection_loader/_collection_finder.pyo -${PYSITELIB}/ansible/utils/collection_loader/_collection_meta.py -${PYSITELIB}/ansible/utils/collection_loader/_collection_meta.pyc -${PYSITELIB}/ansible/utils/collection_loader/_collection_meta.pyo -${PYSITELIB}/ansible/utils/color.py -${PYSITELIB}/ansible/utils/color.pyc -${PYSITELIB}/ansible/utils/color.pyo -${PYSITELIB}/ansible/utils/context_objects.py -${PYSITELIB}/ansible/utils/context_objects.pyc -${PYSITELIB}/ansible/utils/context_objects.pyo -${PYSITELIB}/ansible/utils/display.py -${PYSITELIB}/ansible/utils/display.pyc -${PYSITELIB}/ansible/utils/display.pyo -${PYSITELIB}/ansible/utils/encrypt.py -${PYSITELIB}/ansible/utils/encrypt.pyc -${PYSITELIB}/ansible/utils/encrypt.pyo -${PYSITELIB}/ansible/utils/fqcn.py -${PYSITELIB}/ansible/utils/fqcn.pyc -${PYSITELIB}/ansible/utils/fqcn.pyo -${PYSITELIB}/ansible/utils/galaxy.py -${PYSITELIB}/ansible/utils/galaxy.pyc -${PYSITELIB}/ansible/utils/galaxy.pyo -${PYSITELIB}/ansible/utils/hashing.py -${PYSITELIB}/ansible/utils/hashing.pyc -${PYSITELIB}/ansible/utils/hashing.pyo -${PYSITELIB}/ansible/utils/helpers.py -${PYSITELIB}/ansible/utils/helpers.pyc -${PYSITELIB}/ansible/utils/helpers.pyo -${PYSITELIB}/ansible/utils/jsonrpc.py -${PYSITELIB}/ansible/utils/jsonrpc.pyc -${PYSITELIB}/ansible/utils/jsonrpc.pyo -${PYSITELIB}/ansible/utils/listify.py -${PYSITELIB}/ansible/utils/listify.pyc -${PYSITELIB}/ansible/utils/listify.pyo -${PYSITELIB}/ansible/utils/multiprocessing.py -${PYSITELIB}/ansible/utils/multiprocessing.pyc -${PYSITELIB}/ansible/utils/multiprocessing.pyo -${PYSITELIB}/ansible/utils/path.py -${PYSITELIB}/ansible/utils/path.pyc -${PYSITELIB}/ansible/utils/path.pyo -${PYSITELIB}/ansible/utils/plugin_docs.py -${PYSITELIB}/ansible/utils/plugin_docs.pyc -${PYSITELIB}/ansible/utils/plugin_docs.pyo -${PYSITELIB}/ansible/utils/py3compat.py -${PYSITELIB}/ansible/utils/py3compat.pyc -${PYSITELIB}/ansible/utils/py3compat.pyo -${PYSITELIB}/ansible/utils/sentinel.py -${PYSITELIB}/ansible/utils/sentinel.pyc -${PYSITELIB}/ansible/utils/sentinel.pyo -${PYSITELIB}/ansible/utils/shlex.py -${PYSITELIB}/ansible/utils/shlex.pyc -${PYSITELIB}/ansible/utils/shlex.pyo -${PYSITELIB}/ansible/utils/singleton.py -${PYSITELIB}/ansible/utils/singleton.pyc -${PYSITELIB}/ansible/utils/singleton.pyo -${PYSITELIB}/ansible/utils/ssh_functions.py -${PYSITELIB}/ansible/utils/ssh_functions.pyc -${PYSITELIB}/ansible/utils/ssh_functions.pyo -${PYSITELIB}/ansible/utils/unicode.py -${PYSITELIB}/ansible/utils/unicode.pyc -${PYSITELIB}/ansible/utils/unicode.pyo -${PYSITELIB}/ansible/utils/unsafe_proxy.py -${PYSITELIB}/ansible/utils/unsafe_proxy.pyc -${PYSITELIB}/ansible/utils/unsafe_proxy.pyo -${PYSITELIB}/ansible/utils/vars.py -${PYSITELIB}/ansible/utils/vars.pyc -${PYSITELIB}/ansible/utils/vars.pyo -${PYSITELIB}/ansible/utils/version.py -${PYSITELIB}/ansible/utils/version.pyc -${PYSITELIB}/ansible/utils/version.pyo -${PYSITELIB}/ansible/vars/__init__.py -${PYSITELIB}/ansible/vars/__init__.pyc -${PYSITELIB}/ansible/vars/__init__.pyo -${PYSITELIB}/ansible/vars/clean.py -${PYSITELIB}/ansible/vars/clean.pyc -${PYSITELIB}/ansible/vars/clean.pyo -${PYSITELIB}/ansible/vars/fact_cache.py -${PYSITELIB}/ansible/vars/fact_cache.pyc -${PYSITELIB}/ansible/vars/fact_cache.pyo -${PYSITELIB}/ansible/vars/hostvars.py -${PYSITELIB}/ansible/vars/hostvars.pyc -${PYSITELIB}/ansible/vars/hostvars.pyo -${PYSITELIB}/ansible/vars/manager.py -${PYSITELIB}/ansible/vars/manager.pyc -${PYSITELIB}/ansible/vars/manager.pyo -${PYSITELIB}/ansible/vars/plugins.py -${PYSITELIB}/ansible/vars/plugins.pyc -${PYSITELIB}/ansible/vars/plugins.pyo -${PYSITELIB}/ansible/vars/reserved.py -${PYSITELIB}/ansible/vars/reserved.pyc -${PYSITELIB}/ansible/vars/reserved.pyo -${PYSITELIB}/ansible_test/__init__.py -${PYSITELIB}/ansible_test/__init__.pyc -${PYSITELIB}/ansible_test/__init__.pyo -${PYSITELIB}/ansible_test/_data/ansible.cfg -${PYSITELIB}/ansible_test/_data/cli/ansible_test_cli_stub.py -${PYSITELIB}/ansible_test/_data/cli/ansible_test_cli_stub.pyc -${PYSITELIB}/ansible_test/_data/cli/ansible_test_cli_stub.pyo -${PYSITELIB}/ansible_test/_data/collection_detail.py -${PYSITELIB}/ansible_test/_data/collection_detail.pyc -${PYSITELIB}/ansible_test/_data/collection_detail.pyo -${PYSITELIB}/ansible_test/_data/completion/docker.txt -${PYSITELIB}/ansible_test/_data/completion/network.txt -${PYSITELIB}/ansible_test/_data/completion/remote.txt -${PYSITELIB}/ansible_test/_data/completion/windows.txt -${PYSITELIB}/ansible_test/_data/coveragerc -${PYSITELIB}/ansible_test/_data/cryptography-constraints.txt -${PYSITELIB}/ansible_test/_data/injector/ansible -${PYSITELIB}/ansible_test/_data/injector/ansible-config -${PYSITELIB}/ansible_test/_data/injector/ansible-connection -${PYSITELIB}/ansible_test/_data/injector/ansible-console -${PYSITELIB}/ansible_test/_data/injector/ansible-doc -${PYSITELIB}/ansible_test/_data/injector/ansible-galaxy -${PYSITELIB}/ansible_test/_data/injector/ansible-inventory -${PYSITELIB}/ansible_test/_data/injector/ansible-playbook -${PYSITELIB}/ansible_test/_data/injector/ansible-pull -${PYSITELIB}/ansible_test/_data/injector/ansible-test -${PYSITELIB}/ansible_test/_data/injector/ansible-vault -${PYSITELIB}/ansible_test/_data/injector/importer.py -${PYSITELIB}/ansible_test/_data/injector/importer.pyc -${PYSITELIB}/ansible_test/_data/injector/importer.pyo -${PYSITELIB}/ansible_test/_data/injector/pytest -${PYSITELIB}/ansible_test/_data/injector/python.py -${PYSITELIB}/ansible_test/_data/injector/python.pyc -${PYSITELIB}/ansible_test/_data/injector/python.pyo -${PYSITELIB}/ansible_test/_data/injector/virtualenv-isolated.sh -${PYSITELIB}/ansible_test/_data/injector/virtualenv.sh -${PYSITELIB}/ansible_test/_data/inventory -${PYSITELIB}/ansible_test/_data/playbooks/windows_coverage_setup.yml -${PYSITELIB}/ansible_test/_data/playbooks/windows_coverage_teardown.yml -${PYSITELIB}/ansible_test/_data/pytest.ini -${PYSITELIB}/ansible_test/_data/pytest/plugins/ansible_pytest_collections.py -${PYSITELIB}/ansible_test/_data/pytest/plugins/ansible_pytest_collections.pyc -${PYSITELIB}/ansible_test/_data/pytest/plugins/ansible_pytest_collections.pyo -${PYSITELIB}/ansible_test/_data/pytest/plugins/ansible_pytest_coverage.py -${PYSITELIB}/ansible_test/_data/pytest/plugins/ansible_pytest_coverage.pyc -${PYSITELIB}/ansible_test/_data/pytest/plugins/ansible_pytest_coverage.pyo -${PYSITELIB}/ansible_test/_data/quiet_pip.py -${PYSITELIB}/ansible_test/_data/quiet_pip.pyc -${PYSITELIB}/ansible_test/_data/quiet_pip.pyo -${PYSITELIB}/ansible_test/_data/requirements/ansible-test.txt -${PYSITELIB}/ansible_test/_data/requirements/constraints.txt -${PYSITELIB}/ansible_test/_data/requirements/coverage.txt -${PYSITELIB}/ansible_test/_data/requirements/integration.cloud.aws.txt -${PYSITELIB}/ansible_test/_data/requirements/integration.cloud.azure.txt -${PYSITELIB}/ansible_test/_data/requirements/integration.cloud.cs.txt -${PYSITELIB}/ansible_test/_data/requirements/integration.cloud.hcloud.txt -${PYSITELIB}/ansible_test/_data/requirements/integration.cloud.nios.txt -${PYSITELIB}/ansible_test/_data/requirements/integration.cloud.opennebula.txt -${PYSITELIB}/ansible_test/_data/requirements/integration.cloud.openshift.txt -${PYSITELIB}/ansible_test/_data/requirements/integration.cloud.vcenter.txt -${PYSITELIB}/ansible_test/_data/requirements/integration.txt -${PYSITELIB}/ansible_test/_data/requirements/network-integration.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.ansible-doc.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.changelog.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.import.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.integration-aliases.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.pep8.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.ps1 -${PYSITELIB}/ansible_test/_data/requirements/sanity.pylint.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.rstcheck.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.runtime-metadata.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.validate-modules.txt -${PYSITELIB}/ansible_test/_data/requirements/sanity.yamllint.txt -${PYSITELIB}/ansible_test/_data/requirements/units.txt -${PYSITELIB}/ansible_test/_data/requirements/windows-integration.txt -${PYSITELIB}/ansible_test/_data/sanity/code-smell/action-plugin-docs.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/action-plugin-docs.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/action-plugin-docs.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/action-plugin-docs.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/changelog.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/changelog.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/changelog.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/changelog.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/empty-init.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/empty-init.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/empty-init.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/empty-init.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/future-import-boilerplate.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/future-import-boilerplate.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/future-import-boilerplate.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/future-import-boilerplate.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/line-endings.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/line-endings.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/line-endings.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/line-endings.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/metaclass-boilerplate.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/metaclass-boilerplate.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/metaclass-boilerplate.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/metaclass-boilerplate.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-assert.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-assert.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-assert.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-assert.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-basestring.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-basestring.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-basestring.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-basestring.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-iteritems.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-iteritems.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-iteritems.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-iteritems.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-iterkeys.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-iterkeys.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-iterkeys.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-iterkeys.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-itervalues.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-itervalues.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-itervalues.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-dict-itervalues.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-get-exception.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-get-exception.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-get-exception.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-get-exception.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-illegal-filenames.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-illegal-filenames.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-illegal-filenames.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-illegal-filenames.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-main-display.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-main-display.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-main-display.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-main-display.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-smart-quotes.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-smart-quotes.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-smart-quotes.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-smart-quotes.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-unicode-literals.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-unicode-literals.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-unicode-literals.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/no-unicode-literals.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/replace-urlopen.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/replace-urlopen.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/replace-urlopen.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/replace-urlopen.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/runtime-metadata.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/runtime-metadata.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/runtime-metadata.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/runtime-metadata.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/shebang.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/shebang.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/shebang.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/shebang.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/symlinks.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/symlinks.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/symlinks.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/symlinks.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/use-argspec-type-path.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/use-argspec-type-path.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/use-argspec-type-path.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/use-argspec-type-path.pyo -${PYSITELIB}/ansible_test/_data/sanity/code-smell/use-compat-six.json -${PYSITELIB}/ansible_test/_data/sanity/code-smell/use-compat-six.py -${PYSITELIB}/ansible_test/_data/sanity/code-smell/use-compat-six.pyc -${PYSITELIB}/ansible_test/_data/sanity/code-smell/use-compat-six.pyo -${PYSITELIB}/ansible_test/_data/sanity/compile/compile.py -${PYSITELIB}/ansible_test/_data/sanity/compile/compile.pyc -${PYSITELIB}/ansible_test/_data/sanity/compile/compile.pyo -${PYSITELIB}/ansible_test/_data/sanity/import/importer.py -${PYSITELIB}/ansible_test/_data/sanity/import/importer.pyc -${PYSITELIB}/ansible_test/_data/sanity/import/importer.pyo -${PYSITELIB}/ansible_test/_data/sanity/import/yaml_to_json.py -${PYSITELIB}/ansible_test/_data/sanity/import/yaml_to_json.pyc -${PYSITELIB}/ansible_test/_data/sanity/import/yaml_to_json.pyo -${PYSITELIB}/ansible_test/_data/sanity/integration-aliases/yaml_to_json.py -${PYSITELIB}/ansible_test/_data/sanity/integration-aliases/yaml_to_json.pyc -${PYSITELIB}/ansible_test/_data/sanity/integration-aliases/yaml_to_json.pyo -${PYSITELIB}/ansible_test/_data/sanity/pep8/current-ignore.txt -${PYSITELIB}/ansible_test/_data/sanity/pslint/pslint.ps1 -${PYSITELIB}/ansible_test/_data/sanity/pslint/settings.psd1 -${PYSITELIB}/ansible_test/_data/sanity/pylint/config/ansible-test.cfg -${PYSITELIB}/ansible_test/_data/sanity/pylint/config/collection.cfg -${PYSITELIB}/ansible_test/_data/sanity/pylint/config/default.cfg -${PYSITELIB}/ansible_test/_data/sanity/pylint/config/sanity.cfg -${PYSITELIB}/ansible_test/_data/sanity/pylint/plugins/deprecated.py -${PYSITELIB}/ansible_test/_data/sanity/pylint/plugins/deprecated.pyc -${PYSITELIB}/ansible_test/_data/sanity/pylint/plugins/deprecated.pyo -${PYSITELIB}/ansible_test/_data/sanity/pylint/plugins/string_format.py -${PYSITELIB}/ansible_test/_data/sanity/pylint/plugins/string_format.pyc -${PYSITELIB}/ansible_test/_data/sanity/pylint/plugins/string_format.pyo -${PYSITELIB}/ansible_test/_data/sanity/pylint/plugins/unwanted.py -${PYSITELIB}/ansible_test/_data/sanity/pylint/plugins/unwanted.pyc -${PYSITELIB}/ansible_test/_data/sanity/pylint/plugins/unwanted.pyo -${PYSITELIB}/ansible_test/_data/sanity/rstcheck/ignore-substitutions.txt -${PYSITELIB}/ansible_test/_data/sanity/shellcheck/exclude.txt -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/main.py -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/main.pyc -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/main.pyo -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate-modules -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/__init__.py -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/__init__.pyc -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/__init__.pyo -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/main.py -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/main.pyc -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/main.pyo -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/module_args.py -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/module_args.pyc -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/module_args.pyo -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/ps_argspec.ps1 -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/schema.py -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/schema.pyc -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/schema.pyo -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/utils.py -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/utils.pyc -${PYSITELIB}/ansible_test/_data/sanity/validate-modules/validate_modules/utils.pyo -${PYSITELIB}/ansible_test/_data/sanity/yamllint/config/default.yml -${PYSITELIB}/ansible_test/_data/sanity/yamllint/config/modules.yml -${PYSITELIB}/ansible_test/_data/sanity/yamllint/config/plugins.yml -${PYSITELIB}/ansible_test/_data/sanity/yamllint/yamllinter.py -${PYSITELIB}/ansible_test/_data/sanity/yamllint/yamllinter.pyc -${PYSITELIB}/ansible_test/_data/sanity/yamllint/yamllinter.pyo -${PYSITELIB}/ansible_test/_data/setup/ConfigureRemotingForAnsible.ps1 -${PYSITELIB}/ansible_test/_data/setup/docker.sh -${PYSITELIB}/ansible_test/_data/setup/remote.sh -${PYSITELIB}/ansible_test/_data/setup/windows-httptester.ps1 -${PYSITELIB}/ansible_test/_data/sslcheck.py -${PYSITELIB}/ansible_test/_data/sslcheck.pyc -${PYSITELIB}/ansible_test/_data/sslcheck.pyo -${PYSITELIB}/ansible_test/_data/versions.py -${PYSITELIB}/ansible_test/_data/versions.pyc -${PYSITELIB}/ansible_test/_data/versions.pyo -${PYSITELIB}/ansible_test/_data/virtualenvcheck.py -${PYSITELIB}/ansible_test/_data/virtualenvcheck.pyc -${PYSITELIB}/ansible_test/_data/virtualenvcheck.pyo -${PYSITELIB}/ansible_test/_data/yamlcheck.py -${PYSITELIB}/ansible_test/_data/yamlcheck.pyc -${PYSITELIB}/ansible_test/_data/yamlcheck.pyo -${PYSITELIB}/ansible_test/_internal/__init__.py -${PYSITELIB}/ansible_test/_internal/__init__.pyc -${PYSITELIB}/ansible_test/_internal/__init__.pyo -${PYSITELIB}/ansible_test/_internal/ansible_util.py -${PYSITELIB}/ansible_test/_internal/ansible_util.pyc -${PYSITELIB}/ansible_test/_internal/ansible_util.pyo -${PYSITELIB}/ansible_test/_internal/cache.py -${PYSITELIB}/ansible_test/_internal/cache.pyc -${PYSITELIB}/ansible_test/_internal/cache.pyo -${PYSITELIB}/ansible_test/_internal/ci/__init__.py -${PYSITELIB}/ansible_test/_internal/ci/__init__.pyc -${PYSITELIB}/ansible_test/_internal/ci/__init__.pyo -${PYSITELIB}/ansible_test/_internal/ci/azp.py -${PYSITELIB}/ansible_test/_internal/ci/azp.pyc -${PYSITELIB}/ansible_test/_internal/ci/azp.pyo -${PYSITELIB}/ansible_test/_internal/ci/local.py -${PYSITELIB}/ansible_test/_internal/ci/local.pyc -${PYSITELIB}/ansible_test/_internal/ci/local.pyo -${PYSITELIB}/ansible_test/_internal/ci/shippable.py -${PYSITELIB}/ansible_test/_internal/ci/shippable.pyc -${PYSITELIB}/ansible_test/_internal/ci/shippable.pyo -${PYSITELIB}/ansible_test/_internal/classification.py -${PYSITELIB}/ansible_test/_internal/classification.pyc -${PYSITELIB}/ansible_test/_internal/classification.pyo -${PYSITELIB}/ansible_test/_internal/cli.py -${PYSITELIB}/ansible_test/_internal/cli.pyc -${PYSITELIB}/ansible_test/_internal/cli.pyo -${PYSITELIB}/ansible_test/_internal/cloud/__init__.py -${PYSITELIB}/ansible_test/_internal/cloud/__init__.pyc -${PYSITELIB}/ansible_test/_internal/cloud/__init__.pyo -${PYSITELIB}/ansible_test/_internal/cloud/acme.py -${PYSITELIB}/ansible_test/_internal/cloud/acme.pyc -${PYSITELIB}/ansible_test/_internal/cloud/acme.pyo -${PYSITELIB}/ansible_test/_internal/cloud/aws.py -${PYSITELIB}/ansible_test/_internal/cloud/aws.pyc -${PYSITELIB}/ansible_test/_internal/cloud/aws.pyo -${PYSITELIB}/ansible_test/_internal/cloud/azure.py -${PYSITELIB}/ansible_test/_internal/cloud/azure.pyc -${PYSITELIB}/ansible_test/_internal/cloud/azure.pyo -${PYSITELIB}/ansible_test/_internal/cloud/cloudscale.py -${PYSITELIB}/ansible_test/_internal/cloud/cloudscale.pyc -${PYSITELIB}/ansible_test/_internal/cloud/cloudscale.pyo -${PYSITELIB}/ansible_test/_internal/cloud/cs.py -${PYSITELIB}/ansible_test/_internal/cloud/cs.pyc -${PYSITELIB}/ansible_test/_internal/cloud/cs.pyo -${PYSITELIB}/ansible_test/_internal/cloud/fallaxy.py -${PYSITELIB}/ansible_test/_internal/cloud/fallaxy.pyc -${PYSITELIB}/ansible_test/_internal/cloud/fallaxy.pyo -${PYSITELIB}/ansible_test/_internal/cloud/foreman.py -${PYSITELIB}/ansible_test/_internal/cloud/foreman.pyc -${PYSITELIB}/ansible_test/_internal/cloud/foreman.pyo -${PYSITELIB}/ansible_test/_internal/cloud/gcp.py -${PYSITELIB}/ansible_test/_internal/cloud/gcp.pyc -${PYSITELIB}/ansible_test/_internal/cloud/gcp.pyo -${PYSITELIB}/ansible_test/_internal/cloud/hcloud.py -${PYSITELIB}/ansible_test/_internal/cloud/hcloud.pyc -${PYSITELIB}/ansible_test/_internal/cloud/hcloud.pyo -${PYSITELIB}/ansible_test/_internal/cloud/nios.py -${PYSITELIB}/ansible_test/_internal/cloud/nios.pyc -${PYSITELIB}/ansible_test/_internal/cloud/nios.pyo -${PYSITELIB}/ansible_test/_internal/cloud/opennebula.py -${PYSITELIB}/ansible_test/_internal/cloud/opennebula.pyc -${PYSITELIB}/ansible_test/_internal/cloud/opennebula.pyo -${PYSITELIB}/ansible_test/_internal/cloud/openshift.py -${PYSITELIB}/ansible_test/_internal/cloud/openshift.pyc -${PYSITELIB}/ansible_test/_internal/cloud/openshift.pyo -${PYSITELIB}/ansible_test/_internal/cloud/scaleway.py -${PYSITELIB}/ansible_test/_internal/cloud/scaleway.pyc -${PYSITELIB}/ansible_test/_internal/cloud/scaleway.pyo -${PYSITELIB}/ansible_test/_internal/cloud/tower.py -${PYSITELIB}/ansible_test/_internal/cloud/tower.pyc -${PYSITELIB}/ansible_test/_internal/cloud/tower.pyo -${PYSITELIB}/ansible_test/_internal/cloud/vcenter.py -${PYSITELIB}/ansible_test/_internal/cloud/vcenter.pyc -${PYSITELIB}/ansible_test/_internal/cloud/vcenter.pyo -${PYSITELIB}/ansible_test/_internal/cloud/vultr.py -${PYSITELIB}/ansible_test/_internal/cloud/vultr.pyc -${PYSITELIB}/ansible_test/_internal/cloud/vultr.pyo -${PYSITELIB}/ansible_test/_internal/config.py -${PYSITELIB}/ansible_test/_internal/config.pyc -${PYSITELIB}/ansible_test/_internal/config.pyo -${PYSITELIB}/ansible_test/_internal/constants.py -${PYSITELIB}/ansible_test/_internal/constants.pyc -${PYSITELIB}/ansible_test/_internal/constants.pyo -${PYSITELIB}/ansible_test/_internal/core_ci.py -${PYSITELIB}/ansible_test/_internal/core_ci.pyc -${PYSITELIB}/ansible_test/_internal/core_ci.pyo -${PYSITELIB}/ansible_test/_internal/coverage/__init__.py -${PYSITELIB}/ansible_test/_internal/coverage/__init__.pyc -${PYSITELIB}/ansible_test/_internal/coverage/__init__.pyo -${PYSITELIB}/ansible_test/_internal/coverage/analyze/__init__.py -${PYSITELIB}/ansible_test/_internal/coverage/analyze/__init__.pyc -${PYSITELIB}/ansible_test/_internal/coverage/analyze/__init__.pyo -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/__init__.py -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/__init__.pyc -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/__init__.pyo -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/combine.py -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/combine.pyc -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/combine.pyo -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/expand.py -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/expand.pyc -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/expand.pyo -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/filter.py -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/filter.pyc -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/filter.pyo -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/generate.py -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/generate.pyc -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/generate.pyo -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/missing.py -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/missing.pyc -${PYSITELIB}/ansible_test/_internal/coverage/analyze/targets/missing.pyo -${PYSITELIB}/ansible_test/_internal/coverage/combine.py -${PYSITELIB}/ansible_test/_internal/coverage/combine.pyc -${PYSITELIB}/ansible_test/_internal/coverage/combine.pyo -${PYSITELIB}/ansible_test/_internal/coverage/erase.py -${PYSITELIB}/ansible_test/_internal/coverage/erase.pyc -${PYSITELIB}/ansible_test/_internal/coverage/erase.pyo -${PYSITELIB}/ansible_test/_internal/coverage/html.py -${PYSITELIB}/ansible_test/_internal/coverage/html.pyc -${PYSITELIB}/ansible_test/_internal/coverage/html.pyo -${PYSITELIB}/ansible_test/_internal/coverage/report.py -${PYSITELIB}/ansible_test/_internal/coverage/report.pyc -${PYSITELIB}/ansible_test/_internal/coverage/report.pyo -${PYSITELIB}/ansible_test/_internal/coverage/xml.py -${PYSITELIB}/ansible_test/_internal/coverage/xml.pyc -${PYSITELIB}/ansible_test/_internal/coverage/xml.pyo -${PYSITELIB}/ansible_test/_internal/coverage_util.py -${PYSITELIB}/ansible_test/_internal/coverage_util.pyc -${PYSITELIB}/ansible_test/_internal/coverage_util.pyo -${PYSITELIB}/ansible_test/_internal/csharp_import_analysis.py -${PYSITELIB}/ansible_test/_internal/csharp_import_analysis.pyc -${PYSITELIB}/ansible_test/_internal/csharp_import_analysis.pyo -${PYSITELIB}/ansible_test/_internal/data.py -${PYSITELIB}/ansible_test/_internal/data.pyc -${PYSITELIB}/ansible_test/_internal/data.pyo -${PYSITELIB}/ansible_test/_internal/delegation.py -${PYSITELIB}/ansible_test/_internal/delegation.pyc -${PYSITELIB}/ansible_test/_internal/delegation.pyo -${PYSITELIB}/ansible_test/_internal/diff.py -${PYSITELIB}/ansible_test/_internal/diff.pyc -${PYSITELIB}/ansible_test/_internal/diff.pyo -${PYSITELIB}/ansible_test/_internal/docker_util.py -${PYSITELIB}/ansible_test/_internal/docker_util.pyc -${PYSITELIB}/ansible_test/_internal/docker_util.pyo -${PYSITELIB}/ansible_test/_internal/encoding.py -${PYSITELIB}/ansible_test/_internal/encoding.pyc -${PYSITELIB}/ansible_test/_internal/encoding.pyo -${PYSITELIB}/ansible_test/_internal/env.py -${PYSITELIB}/ansible_test/_internal/env.pyc -${PYSITELIB}/ansible_test/_internal/env.pyo -${PYSITELIB}/ansible_test/_internal/executor.py -${PYSITELIB}/ansible_test/_internal/executor.pyc -${PYSITELIB}/ansible_test/_internal/executor.pyo -${PYSITELIB}/ansible_test/_internal/git.py -${PYSITELIB}/ansible_test/_internal/git.pyc -${PYSITELIB}/ansible_test/_internal/git.pyo -${PYSITELIB}/ansible_test/_internal/http.py -${PYSITELIB}/ansible_test/_internal/http.pyc -${PYSITELIB}/ansible_test/_internal/http.pyo -${PYSITELIB}/ansible_test/_internal/import_analysis.py -${PYSITELIB}/ansible_test/_internal/import_analysis.pyc -${PYSITELIB}/ansible_test/_internal/import_analysis.pyo -${PYSITELIB}/ansible_test/_internal/init.py -${PYSITELIB}/ansible_test/_internal/init.pyc -${PYSITELIB}/ansible_test/_internal/init.pyo -${PYSITELIB}/ansible_test/_internal/integration/__init__.py -${PYSITELIB}/ansible_test/_internal/integration/__init__.pyc -${PYSITELIB}/ansible_test/_internal/integration/__init__.pyo -${PYSITELIB}/ansible_test/_internal/io.py -${PYSITELIB}/ansible_test/_internal/io.pyc -${PYSITELIB}/ansible_test/_internal/io.pyo -${PYSITELIB}/ansible_test/_internal/manage_ci.py -${PYSITELIB}/ansible_test/_internal/manage_ci.pyc -${PYSITELIB}/ansible_test/_internal/manage_ci.pyo -${PYSITELIB}/ansible_test/_internal/metadata.py -${PYSITELIB}/ansible_test/_internal/metadata.pyc -${PYSITELIB}/ansible_test/_internal/metadata.pyo -${PYSITELIB}/ansible_test/_internal/payload.py -${PYSITELIB}/ansible_test/_internal/payload.pyc -${PYSITELIB}/ansible_test/_internal/payload.pyo -${PYSITELIB}/ansible_test/_internal/powershell_import_analysis.py -${PYSITELIB}/ansible_test/_internal/powershell_import_analysis.pyc -${PYSITELIB}/ansible_test/_internal/powershell_import_analysis.pyo -${PYSITELIB}/ansible_test/_internal/provider/__init__.py -${PYSITELIB}/ansible_test/_internal/provider/__init__.pyc -${PYSITELIB}/ansible_test/_internal/provider/__init__.pyo -${PYSITELIB}/ansible_test/_internal/provider/layout/__init__.py -${PYSITELIB}/ansible_test/_internal/provider/layout/__init__.pyc -${PYSITELIB}/ansible_test/_internal/provider/layout/__init__.pyo -${PYSITELIB}/ansible_test/_internal/provider/layout/ansible.py -${PYSITELIB}/ansible_test/_internal/provider/layout/ansible.pyc -${PYSITELIB}/ansible_test/_internal/provider/layout/ansible.pyo -${PYSITELIB}/ansible_test/_internal/provider/layout/collection.py -${PYSITELIB}/ansible_test/_internal/provider/layout/collection.pyc -${PYSITELIB}/ansible_test/_internal/provider/layout/collection.pyo -${PYSITELIB}/ansible_test/_internal/provider/source/__init__.py -${PYSITELIB}/ansible_test/_internal/provider/source/__init__.pyc -${PYSITELIB}/ansible_test/_internal/provider/source/__init__.pyo -${PYSITELIB}/ansible_test/_internal/provider/source/git.py -${PYSITELIB}/ansible_test/_internal/provider/source/git.pyc -${PYSITELIB}/ansible_test/_internal/provider/source/git.pyo -${PYSITELIB}/ansible_test/_internal/provider/source/installed.py -${PYSITELIB}/ansible_test/_internal/provider/source/installed.pyc -${PYSITELIB}/ansible_test/_internal/provider/source/installed.pyo -${PYSITELIB}/ansible_test/_internal/provider/source/unversioned.py -${PYSITELIB}/ansible_test/_internal/provider/source/unversioned.pyc -${PYSITELIB}/ansible_test/_internal/provider/source/unversioned.pyo -${PYSITELIB}/ansible_test/_internal/sanity/__init__.py -${PYSITELIB}/ansible_test/_internal/sanity/__init__.pyc -${PYSITELIB}/ansible_test/_internal/sanity/__init__.pyo -${PYSITELIB}/ansible_test/_internal/sanity/ansible_doc.py -${PYSITELIB}/ansible_test/_internal/sanity/ansible_doc.pyc -${PYSITELIB}/ansible_test/_internal/sanity/ansible_doc.pyo -${PYSITELIB}/ansible_test/_internal/sanity/bin_symlinks.py -${PYSITELIB}/ansible_test/_internal/sanity/bin_symlinks.pyc -${PYSITELIB}/ansible_test/_internal/sanity/bin_symlinks.pyo -${PYSITELIB}/ansible_test/_internal/sanity/compile.py -${PYSITELIB}/ansible_test/_internal/sanity/compile.pyc -${PYSITELIB}/ansible_test/_internal/sanity/compile.pyo -${PYSITELIB}/ansible_test/_internal/sanity/ignores.py -${PYSITELIB}/ansible_test/_internal/sanity/ignores.pyc -${PYSITELIB}/ansible_test/_internal/sanity/ignores.pyo -${PYSITELIB}/ansible_test/_internal/sanity/import.py -${PYSITELIB}/ansible_test/_internal/sanity/import.pyc -${PYSITELIB}/ansible_test/_internal/sanity/import.pyo -${PYSITELIB}/ansible_test/_internal/sanity/integration_aliases.py -${PYSITELIB}/ansible_test/_internal/sanity/integration_aliases.pyc -${PYSITELIB}/ansible_test/_internal/sanity/integration_aliases.pyo -${PYSITELIB}/ansible_test/_internal/sanity/pep8.py -${PYSITELIB}/ansible_test/_internal/sanity/pep8.pyc -${PYSITELIB}/ansible_test/_internal/sanity/pep8.pyo -${PYSITELIB}/ansible_test/_internal/sanity/pslint.py -${PYSITELIB}/ansible_test/_internal/sanity/pslint.pyc -${PYSITELIB}/ansible_test/_internal/sanity/pslint.pyo -${PYSITELIB}/ansible_test/_internal/sanity/pylint.py -${PYSITELIB}/ansible_test/_internal/sanity/pylint.pyc -${PYSITELIB}/ansible_test/_internal/sanity/pylint.pyo -${PYSITELIB}/ansible_test/_internal/sanity/rstcheck.py -${PYSITELIB}/ansible_test/_internal/sanity/rstcheck.pyc -${PYSITELIB}/ansible_test/_internal/sanity/rstcheck.pyo -${PYSITELIB}/ansible_test/_internal/sanity/sanity_docs.py -${PYSITELIB}/ansible_test/_internal/sanity/sanity_docs.pyc -${PYSITELIB}/ansible_test/_internal/sanity/sanity_docs.pyo -${PYSITELIB}/ansible_test/_internal/sanity/shellcheck.py -${PYSITELIB}/ansible_test/_internal/sanity/shellcheck.pyc -${PYSITELIB}/ansible_test/_internal/sanity/shellcheck.pyo -${PYSITELIB}/ansible_test/_internal/sanity/validate_modules.py -${PYSITELIB}/ansible_test/_internal/sanity/validate_modules.pyc -${PYSITELIB}/ansible_test/_internal/sanity/validate_modules.pyo -${PYSITELIB}/ansible_test/_internal/sanity/yamllint.py -${PYSITELIB}/ansible_test/_internal/sanity/yamllint.pyc -${PYSITELIB}/ansible_test/_internal/sanity/yamllint.pyo -${PYSITELIB}/ansible_test/_internal/target.py -${PYSITELIB}/ansible_test/_internal/target.pyc -${PYSITELIB}/ansible_test/_internal/target.pyo -${PYSITELIB}/ansible_test/_internal/test.py -${PYSITELIB}/ansible_test/_internal/test.pyc -${PYSITELIB}/ansible_test/_internal/test.pyo -${PYSITELIB}/ansible_test/_internal/thread.py -${PYSITELIB}/ansible_test/_internal/thread.pyc -${PYSITELIB}/ansible_test/_internal/thread.pyo -${PYSITELIB}/ansible_test/_internal/types.py -${PYSITELIB}/ansible_test/_internal/types.pyc -${PYSITELIB}/ansible_test/_internal/types.pyo -${PYSITELIB}/ansible_test/_internal/units/__init__.py -${PYSITELIB}/ansible_test/_internal/units/__init__.pyc -${PYSITELIB}/ansible_test/_internal/units/__init__.pyo -${PYSITELIB}/ansible_test/_internal/util.py -${PYSITELIB}/ansible_test/_internal/util.pyc -${PYSITELIB}/ansible_test/_internal/util.pyo -${PYSITELIB}/ansible_test/_internal/util_common.py -${PYSITELIB}/ansible_test/_internal/util_common.pyc -${PYSITELIB}/ansible_test/_internal/util_common.pyo -${PYSITELIB}/ansible_test/_internal/venv.py -${PYSITELIB}/ansible_test/_internal/venv.pyc -${PYSITELIB}/ansible_test/_internal/venv.pyo -${PYSITELIB}/ansible_test/config/cloud-config-aws.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-azure.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-cloudscale.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-cs.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-gcp.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-hcloud.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-opennebula.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-openshift.kubeconfig.template -${PYSITELIB}/ansible_test/config/cloud-config-scaleway.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-tower.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-vcenter.ini.template -${PYSITELIB}/ansible_test/config/cloud-config-vultr.ini.template -${PYSITELIB}/ansible_test/config/inventory.networking.template -${PYSITELIB}/ansible_test/config/inventory.winrm.template -man/man1/ansible-console.1 -man/man1/ansible-doc.1 -man/man1/ansible-galaxy.1 -man/man1/ansible-inventory.1 -man/man1/ansible-playbook.1 -man/man1/ansible-pull.1 -man/man1/ansible-vault.1 -man/man1/ansible.1 -share/examples/ansible/ansible.cfg -share/examples/ansible/hosts diff --git a/sysutils/ansible-base/distinfo b/sysutils/ansible-base/distinfo deleted file mode 100644 index a0adfd609bae5..0000000000000 --- a/sysutils/ansible-base/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.14 2022/02/08 16:41:06 adam Exp $ - -BLAKE2s (ansible-base-2.10.17.tar.gz) = 49baa68fe75a591c1d8a9246ddbbade61796f4465feb1298e1ec8727f15183c0 -SHA512 (ansible-base-2.10.17.tar.gz) = 9efa1a67d7cfc678dc72d06763799a092b6a49c3e0953bdcf95519b00feed5b4792b72d7a6238f182b822d448c98d471dfa659b2ab73def3f9c9d3ea44fcbe39 -Size (ansible-base-2.10.17.tar.gz) = 6135744 bytes -SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2 From 35168903d6945ceed7c7a015b883de9b0167a35a Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 04:54:33 +0000 Subject: [PATCH 0376/1154] py-filelock: updated to 3.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3.7.0 Add ability to return immediately when a lock cannot be obtained inst… --- devel/py-filelock/Makefile | 4 ++-- devel/py-filelock/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-filelock/Makefile b/devel/py-filelock/Makefile index baa3522539d22..27563523e940e 100644 --- a/devel/py-filelock/Makefile +++ b/devel/py-filelock/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2022/02/21 08:27:37 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/14 04:54:33 adam Exp $ -DISTNAME= filelock-3.6.0 +DISTNAME= filelock-3.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/filelock/} diff --git a/devel/py-filelock/distinfo b/devel/py-filelock/distinfo index b0b9dd436d0e6..b86167fde844c 100644 --- a/devel/py-filelock/distinfo +++ b/devel/py-filelock/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/02/21 08:27:37 adam Exp $ +$NetBSD: distinfo,v 1.9 2022/05/14 04:54:33 adam Exp $ -BLAKE2s (filelock-3.6.0.tar.gz) = 01378d96ec7b7a15d14771f027139e3426079f4fe26efeb8b9a26b6a3e9bf163 -SHA512 (filelock-3.6.0.tar.gz) = 89d3f7c0386131f6a65fc45202f47850da9782ecb932b2e92010e75052ee89d28241d5916803150fece3a8a72421a9abbf8ebacef4c1c96aa358be845d4a7e35 -Size (filelock-3.6.0.tar.gz) = 207185 bytes +BLAKE2s (filelock-3.7.0.tar.gz) = 9934ee2cfc51aa4ff44b2dd294807e07a0f704ac59754764060f23d7df008dc5 +SHA512 (filelock-3.7.0.tar.gz) = cbd48764424a424b97f567f26afcb48658c58e562bc2671032d1b31dc60d044958217fe72c6cd7fb3aafca09aecca510becdd4124d626051e4071d22b7e4f6a3 +Size (filelock-3.7.0.tar.gz) = 207329 bytes From 11cb0ba7096db89ac32acdcefa4b9afc003d04db Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 04:56:19 +0000 Subject: [PATCH 0377/1154] py-bitarray: updated to 2.5.1 2.5.1: * optimize `.reverse()` * allow negative (byte) indices in `.bytereverse()` --- devel/py-bitarray/Makefile | 4 ++-- devel/py-bitarray/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-bitarray/Makefile b/devel/py-bitarray/Makefile index 1cfaa9e4d9f4f..54a0c3c217331 100644 --- a/devel/py-bitarray/Makefile +++ b/devel/py-bitarray/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/05/10 13:01:05 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/14 04:56:19 adam Exp $ -DISTNAME= bitarray-2.5.0 +DISTNAME= bitarray-2.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitarray/} diff --git a/devel/py-bitarray/distinfo b/devel/py-bitarray/distinfo index bef5d0b0846cf..40df6d997421e 100644 --- a/devel/py-bitarray/distinfo +++ b/devel/py-bitarray/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2022/05/10 13:01:05 adam Exp $ +$NetBSD: distinfo,v 1.20 2022/05/14 04:56:19 adam Exp $ -BLAKE2s (bitarray-2.5.0.tar.gz) = 871088a2b60a6c923b47a3fcbc6694a13997838d4670ab58324def9ebfe2cb54 -SHA512 (bitarray-2.5.0.tar.gz) = 1b70f41d2cb576be840114edfdd2b7d638051a8267170a55013aa3d997e216eb8889c474ba5bdf018b9fbeda7b6a0e55f2de5f51a573ce40798eff42536e2540 -Size (bitarray-2.5.0.tar.gz) = 102225 bytes +BLAKE2s (bitarray-2.5.1.tar.gz) = 0eb7f37bfa6e55e8db892d390deab0219fa4ee7bb24f42b0d2d0632e5f5ba513 +SHA512 (bitarray-2.5.1.tar.gz) = 76efa732bb33d34b5b990958ac03d0038e29677808e64c0c6585661ff1d7f6a9511c9337a7aa3adb119ac68dcc676df49b7765a7e38cdab90d8e68af3b83380d +Size (bitarray-2.5.1.tar.gz) = 102533 bytes From 41194c7a652c73c1f909b7a42d667a918505fe86 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 04:56:36 +0000 Subject: [PATCH 0378/1154] Updated devel/py-filelock, devel/py-bitarray --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e3fb2ae130892..8b3ec36df4bf6 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2550 2022/05/14 04:49:53 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2551 2022/05/14 04:56:36 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3935,3 +3935,5 @@ Changes to the packages collection and infrastructure in 2022: Removed sysutils/ansible-base successor sysutils/ansible-core [adam 2022-05-14] Updated sysutils/ansible to 5.7.1 [adam 2022-05-14] Updated sysutils/ansible-lint to 6.1.0 [adam 2022-05-14] + Updated devel/py-filelock to 3.7.0 [adam 2022-05-14] + Updated devel/py-bitarray to 2.5.1 [adam 2022-05-14] From d182b1a86ce2610c9c089853f844af811b1230a0 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 05:40:59 +0000 Subject: [PATCH 0379/1154] sudo: updated to 1.9.10 What's new in Sudo 1.9.10 * Added new "log_passwords" and "passprompt_regex" sudoers options. If "log_passwords" is disabled, sudo will attempt to prevent passwords from being logged. If sudo detects any of the regular expressions in the "passprompt_regex" list in the terminal output, sudo will log '*' characters instead of the terminal input until a newline or carriage return is found in the input or an output character is received. * Added new "log_passwords" and "passprompt_regex" settings to sudo_logsrvd that operate like the sudoers options when logging terminal input. * Fixed several few bugs in the cvtsudoers utility when merging multiple sudoers sources. * Fixed a bug in sudo_logsrvd when parsing the sudo_logsrvd.conf file, where the "retry_interval" in the [relay] section was not being recognized. * Restored the pre-1.9.9 behavior of not performing authentication when sudo's -n option is specified. A new "noninteractive_auth" sudoers option has been added to enable PAM authentication in non-interactive mode. * On systems with /proc, if the /proc/self/stat (Linux) or /proc/pid/psinfo (other systems) file is missing or invalid, sudo will now check file descriptors 0-2 to determine the user's terminal. * Fixed a compilation problem on Debian kFreeBSD. * Fixed a crash in sudo_logsrvd when running in relay mode if an alert message is received. * Fixed an issue that resulting in "problem with defaults entries" email to be sent if a user ran sudo when the sudoers entry in the nsswitch.conf file includes "sss" but no sudo provider is configured in /etc/sssd/sssd.conf. * Updated the warning displayed when the invoking user is not allowed to run sudo. If sudo has been configured to send mail on failed attempts (see the mail_* flags in sudoers), it will now print "This incident has been reported to the administrator." If the "mailto" or "mailerpath" sudoers settings are disabled, the message will not be printed and no mail will be sent. * Fixed a bug where the user-specified command timeout was not being honored if the sudoers rule did not also specify a timeout. * Added support for using POSIX extended regular expressions in sudoers rules. A command and/or arguments in sudoers are treated as a regular expression if they start with a '^' character and end with a '$'. The command and arguments are matched separately, either one (or both) may be a regular expression. * A user may now only run "sudo -U otheruser -l" if they have a "sudo ALL" privilege where the RunAs user contains either "root" or "otheruser". Previously, having "sudo ALL" was sufficient, regardless of the RunAs user. * The sudo lecture is now displayed immediately before the password prompt. As a result, sudo will no longer display the lecture unless the user needs to enter a password. Authentication methods that don't interact with the user via a terminal do not trigger the lecture. * Sudo now uses its own closefrom() emulation on Linux systems. The glibc version may not work in a chroot jail where /proc is not available. If close_range(2) is present, it will be used in preference to /proc/self/fd. What's new in Sudo 1.9.9 * Sudo can now be built with OpenSSL 3.0 without generating warnings about deprecated OpenSSL APIs. * A digest can now be specified along with the "ALL" command in the LDAP and SSSD back-ends. Sudo 1.9.0 introduced support for this in the sudoers file but did not include corresponding changes for the other back-ends. * visudo now only warns about an undefined alias or a cycle in an alias once for each alias. * The sudoRole cn was truncated by a single character in warning messages. * The cvtsudoers utility has new --group-file and --passwd-file options to use a custom passwd or group file when the --match-local option is also used. * The cvtsudoers utility can now filter or match based on a command. * The cvtsudoers utility can now produce output in csv (comma-separated value) format. This can be used to help generate entitlement reports. * Fixed a bug in sudo_logsrvd that could result in the connection being dropped for very long command lines. * Fixed a bug where sudo_logsrvd would not accept a restore point of zero. * Fixed a bug in visudo where the value of the "editor" setting was not used if it did not match the user's EDITOR environment variable. This was only a problem if the "env_editor" setting was not enabled. * Sudo now builds with the -fcf-protection compiler option and the "-z now" linker option if supported. * The output of "sudoreplay -l" now more closely matches the traditional sudo log format. * The sudo_sendlog utility will now use the full contents of the log.json file, if present. This makes it possible to send sudo-format I/O logs that use the newer log.json format to sudo_logsrvd without losing any information. * Fixed compilation of the arc4random_buf() replacement on systems with arc4random() but no arc4random_buf(). * Sudo now uses its own getentropy() by default on Linux. The GNU libc version of getentropy() will fail on older kernels that don't support the getrandom() system call. * It is now possible to build sudo with WolfSSL's OpenSSL compatibility layer by using the --enable-wolfssl configure option. * Fixed a bug related to Daylight Saving Time when parsing timestamps in Generalized Time format. This affected the NOTBEFORE and NOTAFTER options in sudoers. * Added the -O and -P options to visudo, which can be used to check or set the owner and permissions. This can be used in conjunction with the -c option to check that the sudoers file ownership and permissions are correct. * It is now possible to set resource limits in the sudoers file itself. The special values "default" and "user" refer to the default system limit and invoking user limit respectively. The core dump size limit is now set to 0 by default unless overridden by the sudoers file. * The cvtsudoers utility can now merge multiple sudoers sources into a single, combined sudoers file. If there are conflicting entries, cvtsudoers will attempt to resolve them but manual intervention may be required. The merging of sudoers rules is currently fairly simplistic but will be improved in a future release. * Sudo was parsing but not applying the "deref" and "tls_reqcert" ldap.conf settings. This meant the options were effectively ignored which broke dereferencing of aliases in LDAP. * Clarified in the sudo man page that the security policy may override the user's PATH environment variable. * When sudo is run in non-interactive mode (with the -n option), it will now attempt PAM authentication and only exit with an error if user interaction is required. This allows PAM modules that don't interact with the user to succeed. Previously, sudo would not attempt authentication if the -n option was specified. * Fixed a regression introduced in version 1.9.1 when sudo is built with the --with-fqdn configure option. The local host name was being resolved before the sudoers file was processed, making it impossible to disable DNS lookups by negating the "fqdn" sudoers option. * Added support for negated sudoUser attributes in the LDAP and SSSD sudoers back ends. A matching sudoUser that is negated will cause the sudoRole containing it to be ignored. * Fixed a bug where the stack resource limit could be set to a value smaller than that of the invoking user and not be reset before the command was run. What's new in Sudo 1.9.8p2 * Fixed a potential out-of-bounds read with "sudo -i" when the target user's shell is bash. This is a regression introduced in sudo 1.9.8. * sudo_logsrvd now only sends a log ID for first command of a session. There is no need to send the log ID for each sub-command. * Fixed a few minor memory leaks in intercept mode. * Fixed a problem with sudo_logsrvd in relay mode if "store_first" was enabled when handling sub-commands. A new zero-length journal file was created for each sub-command instead of simply using the existing journal file. * Fixed a bug where sudoedit would fail if one of the directories in the path to be edited had the immutable flag set (BSD, Linux or macOS). What's new in Sudo 1.9.8p1 * Fixed support for passing a prompt (sudo -p) or a login class (sudo -c) on the command line. This is a regression introduced in sudo 1.9.8. * Fixed a crash with "sudo ALL" rules in the LDAP and SSSD back-ends. This is a regression introduced in sudo 1.9.8. * Fixed a compilation error when the --enable-static-sudoers configure option was specified. This is a regression introduced in sudo 1.9.8 caused by a symbol clash with the intercept and log server protobuf functions. What's new in Sudo 1.9.8 * It is now possible to transparently intercepting sub-commands executed by the original command run via sudo. Intercept support is implemented using LD_PRELOAD (or the equivalent supported by the system) and so has some limitations. The two main limitations are that only dynamic executables are supported and only the execl, execle, execlp, execv, execve, execvp, and execvpe library functions are currently intercepted. Its main use case is to support restricting privileged shells run via sudo. To support this, there is a new "intercept" Defaults setting and an INTERCEPT command tag that can be used in sudoers. For example: Cmnd_Alias SHELLS=/bin/bash, /bin/sh, /bin/csh, /bin/ksh, /bin/zsh Defaults!SHELLS intercept would cause sudo to run the listed shells in intercept mode. This can also be set on a per-rule basis. For example: Cmnd_Alias SHELLS=/bin/bash, /bin/sh, /bin/csh, /bin/ksh, /bin/zsh chuck ALL = INTERCEPT: SHELLS would only apply intercept mode to user "chuck" when running one of the listed shells. In intercept mode, sudo will not prompt for a password before running a sub-command and will not allow a set-user-ID or set-group-ID program to be run by default. The new intercept_authenticate and intercept_allow_setid sudoers settings can be used to change this behavior. * The new "log_subcmds" sudoers setting can be used to log additional commands run in a privileged shell. It uses the same mechanism as the intercept support described above and has the same limitations. * The new "log_exit_status" sudoers setting can be used to log the exit status commands run via sudo. This is also a corresponding "log_exit" setting in the sudo_logsrvd.conf eventlog stanza. * Support for logging sudo_logsrvd errors via syslog or to a file. Previously, most sudo_logsrvd errors were only visible in the debug log. * Better diagnostics when there is a TLS certificate validation error. * Using the "+=" or "-=" operators in a Defaults setting that takes a string, not a list, now produces a warning from sudo and a syntax error from inside visudo. * Fixed a bug where the "iolog_mode" setting in sudoers and sudo_logsrvd had no effect when creating I/O log parent directories if the I/O log file name ended with the string "XXXXXX". * Fixed a bug in the sudoers custom prompt code where the size parameter that was passed to the strlcpy() function was incorrect. No overflow was possible since the correct amount of memory was already pre-allocated. * The mksigname and mksiglist helper programs are now built with the host compiler, not the target compiler, when cross-compiling. * Fixed compilation error when the --enable-static-sudoers configure option was specified. This was due to a typo introduced in sudo 1.9.7. --- security/sudo/Makefile | 11 ++++------- security/sudo/PLIST | 21 +++++++++++++-------- security/sudo/distinfo | 10 +++++----- security/sudo/patches/patch-configure | 22 +++++++++++----------- 4 files changed, 33 insertions(+), 31 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index bba8a9b4a2d61..49e1ba92a7cd5 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.187 2021/10/21 07:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.188 2022/05/14 05:40:59 adam Exp $ -DISTNAME= sudo-1.9.7p1 -PKGREVISION= 1 +DISTNAME= sudo-1.9.10 CATEGORIES= security MASTER_SITES= https://www.sudo.ws/dist/ MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/ @@ -16,6 +15,7 @@ LICENSE= isc AND modified-bsd USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-intercept CONFIGURE_ARGS+= --disable-path-info CONFIGURE_ARGS+= --disable-root-mailer CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} @@ -53,7 +53,6 @@ CFLAGS+= -D_INCOMPLETE_XOPEN_C063=1 OWN_DIRS+= ${VARBASE}/run BUILD_DEFS+= VARBASE -DOCDIR= share/doc/${PKGBASE} EGDIR= share/examples/${PKGBASE} CONF_FILES_PERMS= ${EGDIR}/sudo.conf ${PKG_SYSCONFDIR}/sudo.conf \ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0440 @@ -66,13 +65,11 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/sudoers.d SPECIAL_PERMS+= bin/sudo ${SETUID_ROOT_PERMS} SPECIAL_PERMS+= bin/sudoreplay ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 511 -INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR} +INSTALLATION_DIRS+= ${EGDIR} NOT_FOR_UNPRIVILEGED= yes post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/UPGRADE ${DESTDIR}${PREFIX}/${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/plugins/sudoers/sudoers ${DESTDIR}${PREFIX}/${EGDIR}/sudoers - ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR} .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/sudo/PLIST b/security/sudo/PLIST index 937592333f3b5..38110fdff6076 100644 --- a/security/sudo/PLIST +++ b/security/sudo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2021/01/18 14:32:23 taca Exp $ +@comment $NetBSD: PLIST,v 1.20 2022/05/14 05:41:00 adam Exp $ bin/cvtsudoers bin/sudo bin/sudoedit @@ -28,19 +28,22 @@ man/man8/visudo.8 sbin/sudo_logsrvd sbin/sudo_sendlog sbin/visudo -share/doc/sudo/CONTRIBUTORS +share/doc/sudo/CONTRIBUTING.md +share/doc/sudo/CONTRIBUTORS.md share/doc/sudo/ChangeLog -share/doc/sudo/HISTORY -share/doc/sudo/LICENSE +share/doc/sudo/HISTORY.md +share/doc/sudo/LICENSE.md share/doc/sudo/NEWS -share/doc/sudo/README -${PLIST.ldap}share/doc/sudo/README.LDAP -share/doc/sudo/TROUBLESHOOTING -share/doc/sudo/UPGRADE +share/doc/sudo/README.LDAP.md +share/doc/sudo/README.md +share/doc/sudo/SECURITY.md +share/doc/sudo/TROUBLESHOOTING.md +share/doc/sudo/UPGRADE.md ${PLIST.ldap}share/doc/sudo/schema.ActiveDirectory ${PLIST.ldap}share/doc/sudo/schema.OpenLDAP ${PLIST.ldap}share/doc/sudo/schema.iPlanet ${PLIST.ldap}share/doc/sudo/schema.olcSudo +share/examples/sudo/cvtsudoers.conf share/examples/sudo/pam.conf share/examples/sudo/sudo.conf share/examples/sudo/sudo_logsrvd.conf @@ -60,8 +63,10 @@ ${PLIST.nls}share/locale/el/LC_MESSAGES/sudoers.mo ${PLIST.nls}share/locale/eo/LC_MESSAGES/sudo.mo ${PLIST.nls}share/locale/eo/LC_MESSAGES/sudoers.mo ${PLIST.nls}share/locale/es/LC_MESSAGES/sudo.mo +${PLIST.nls}share/locale/es/LC_MESSAGES/sudoers.mo ${PLIST.nls}share/locale/eu/LC_MESSAGES/sudo.mo ${PLIST.nls}share/locale/eu/LC_MESSAGES/sudoers.mo +${PLIST.nls}share/locale/fa/LC_MESSAGES/sudo.mo ${PLIST.nls}share/locale/fi/LC_MESSAGES/sudo.mo ${PLIST.nls}share/locale/fi/LC_MESSAGES/sudoers.mo ${PLIST.nls}share/locale/fr/LC_MESSAGES/sudo.mo diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 1aa0fcec304cb..02c97641988d2 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.119 2021/10/26 11:18:04 nia Exp $ +$NetBSD: distinfo,v 1.120 2022/05/14 05:41:00 adam Exp $ -BLAKE2s (sudo-1.9.7p1.tar.gz) = 1fead28a67e338e6d517d62d36f837f188376c4e55676d3878069288771d9b2d -SHA512 (sudo-1.9.7p1.tar.gz) = bc85d9de1566de24883375edd1c4cd24b1f24437bb16d181bfa3c9c94cead220c69ad00d6727560ca195765ced970e95d69b9ce01dbea448de39afac9a902fb4 -Size (sudo-1.9.7p1.tar.gz) = 4197591 bytes +BLAKE2s (sudo-1.9.10.tar.gz) = ebb57832c11e2ebc608ba5f293c1df59228e0bca2ddc2b79ffdb46ae19dc5426 +SHA512 (sudo-1.9.10.tar.gz) = 65cf92b67b64413cb807da8b9602fc90b75e5b30dd1402d682ca36f276a3d6209a8a59c14e463898abc9856bc56263e5ba4bb6d44774f56a2885a9eea4a35375 +Size (sudo-1.9.10.tar.gz) = 4516568 bytes SHA1 (patch-Makefile.in) = 1a83c55d27829013e2e23073046c5c39b020fafe -SHA1 (patch-configure) = 375f43b8555f4e8fe2c4c1529c20abc1f550fa5c +SHA1 (patch-configure) = f8ca2d1902ff5878a219ec754cf5e608e00c5ef3 SHA1 (patch-examples_Makefile.in) = a20967ecd88eb5e4a8b47e6a3b80bc18be713409 SHA1 (patch-logsrvd_Makefile.in) = b3672406368384dfbfe7ef3e6fcd141d43cbc026 SHA1 (patch-plugins_sudoers_Makefile.in) = d2981bb9841f6bb4b1c80f5c2f2727fbf9579501 diff --git a/security/sudo/patches/patch-configure b/security/sudo/patches/patch-configure index 57444466594b3..9fa42d0c0e67d 100644 --- a/security/sudo/patches/patch-configure +++ b/security/sudo/patches/patch-configure @@ -1,4 +1,4 @@ -$NetBSD: patch-configure,v 1.7 2021/05/27 05:40:45 adam Exp $ +$NetBSD: patch-configure,v 1.8 2022/05/14 05:41:00 adam Exp $ * Add "--with-nbsdops" option, NetBSD standard options. * Link with util(3) in the case of DragonFly, too. @@ -7,9 +7,9 @@ $NetBSD: patch-configure,v 1.7 2021/05/27 05:40:45 adam Exp $ functions (HAVE_KRB5_*). * Remove setting sysconfdir to "/etc". ---- configure.orig 2021-05-11 20:54:52.000000000 +0000 +--- configure.orig 2022-03-03 18:29:40.000000000 +0000 +++ configure -@@ -920,6 +920,7 @@ with_incpath +@@ -937,6 +937,7 @@ with_incpath with_libpath with_libraries with_csops @@ -17,7 +17,7 @@ $NetBSD: patch-configure,v 1.7 2021/05/27 05:40:45 adam Exp $ with_passwd with_skey with_opie -@@ -1653,7 +1654,7 @@ Fine tuning of the installation director +@@ -1673,7 +1674,7 @@ Fine tuning of the installation director --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] @@ -26,7 +26,7 @@ $NetBSD: patch-configure,v 1.7 2021/05/27 05:40:45 adam Exp $ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] -@@ -1776,6 +1777,7 @@ Optional Packages: +@@ -1801,6 +1802,7 @@ Optional Packages: --with-libpath additional places to look for libraries --with-libraries additional libraries to link with --with-csops add CSOps standard options @@ -34,7 +34,7 @@ $NetBSD: patch-configure,v 1.7 2021/05/27 05:40:45 adam Exp $ --without-passwd don't use passwd/shadow file for authentication --with-skey[=DIR] enable S/Key support --with-opie[=DIR] enable OPIE support -@@ -5184,6 +5186,23 @@ fi +@@ -5222,6 +5224,23 @@ fi @@ -58,16 +58,16 @@ $NetBSD: patch-configure,v 1.7 2021/05/27 05:40:45 adam Exp $ # Check whether --with-passwd was given. if test ${with_passwd+y} then : -@@ -16373,7 +16392,7 @@ fi - : ${mansectsu='1m'} +@@ -17655,7 +17674,7 @@ fi : ${mansectform='4'} + : ${mansectmisc='5'} ;; - *-*-linux*|*-*-k*bsd*-gnu) + *-*-linux*|*-*-k*bsd*-gnu|*-*-gnukfreebsd) shadow_funcs="getspnam" test -z "$with_pam" && AUTH_EXCL_DEF="PAM" # Check for SECCOMP_SET_MODE_FILTER in linux/seccomp.h -@@ -18253,7 +18272,7 @@ then : +@@ -19579,7 +19598,7 @@ then : LOGINCAP_USAGE='[-c class] '; LCMAN=1 with_logincap=yes case "$OS" in @@ -76,7 +76,7 @@ $NetBSD: patch-configure,v 1.7 2021/05/27 05:40:45 adam Exp $ SUDO_LIBS="${SUDO_LIBS} -lutil" SUDOERS_LIBS="${SUDOERS_LIBS} -lutil" ;; -@@ -25171,6 +25190,8 @@ fi +@@ -27725,6 +27744,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext AUTH_OBJS="$AUTH_OBJS kerb5.lo" fi @@ -85,7 +85,7 @@ $NetBSD: patch-configure,v 1.7 2021/05/27 05:40:45 adam Exp $ _LIBS="$LIBS" LIBS="${LIBS} ${SUDOERS_LIBS}" ac_fn_c_check_func "$LINENO" "krb5_verify_user" "ac_cv_func_krb5_verify_user" -@@ -29359,7 +29380,6 @@ test "$docdir" = '${datarootdir}/doc/${P +@@ -32277,7 +32298,6 @@ test "$docdir" = '${datarootdir}/doc/${P test "$localedir" = '${datarootdir}/locale' && localedir='$(datarootdir)/locale' test "$localstatedir" = '${prefix}/var' && localstatedir='$(prefix)/var' test "$runstatedir" = '${localstatedir}/run' && runstatedir='$(localstatedir)/run' From 55d797c5699872cff09e2211cdf48d94f2b6e006 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 05:43:03 +0000 Subject: [PATCH 0380/1154] unrar: updated to 6.1.7 6.1.7 Unknown changes --- archivers/unrar/Makefile.common | 4 ++-- archivers/unrar/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/archivers/unrar/Makefile.common b/archivers/unrar/Makefile.common index f33a741f804bf..be981799fffb8 100644 --- a/archivers/unrar/Makefile.common +++ b/archivers/unrar/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.43 2022/03/15 05:38:09 adam Exp $ +# $NetBSD: Makefile.common,v 1.44 2022/05/14 05:43:03 adam Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile -DISTNAME= unrarsrc-6.1.6 +DISTNAME= unrarsrc-6.1.7 PKGNAME= ${DISTNAME:S/src//} CATEGORIES= archivers MASTER_SITES= https://www.rarlab.com/rar/ diff --git a/archivers/unrar/distinfo b/archivers/unrar/distinfo index f4368ccab1911..aebe972e0da14 100644 --- a/archivers/unrar/distinfo +++ b/archivers/unrar/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.93 2022/03/15 05:38:09 adam Exp $ +$NetBSD: distinfo,v 1.94 2022/05/14 05:43:03 adam Exp $ -BLAKE2s (unrarsrc-6.1.6.tar.gz) = 3ffd1de50a3c6b2951970b5485c563ac8f646ab86e0bcd29bafd7e73ae157b5f -SHA512 (unrarsrc-6.1.6.tar.gz) = b13db40d34036fb57233216344ecf2d76543ae65c3bd4cccbd3d39e2d30c877c67a4d125cfd1febaab6a5abe7fd6cdfe270f7a48ff149530a0b9ee7340533bf2 -Size (unrarsrc-6.1.6.tar.gz) = 236651 bytes +BLAKE2s (unrarsrc-6.1.7.tar.gz) = 660269473f1897d8f8b3f7acc1ceeca32332608c2ac8a4e9608d62a9f814a092 +SHA512 (unrarsrc-6.1.7.tar.gz) = b1a95358ff66b0e049597bbc4e1786d0bc909a8aff4aca94ee793d0d5a3c8b052eb347d88f44b6bc2e6231e777f1b711c198711118ae9ffbe8db2f72e7fbe846 +Size (unrarsrc-6.1.7.tar.gz) = 236798 bytes SHA1 (patch-makefile) = b467d681dacd3230c6b8761400e6c5566663eae4 From d2c0465ec5c72c3b5b2390196ccace8fcdaef8d7 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 05:43:21 +0000 Subject: [PATCH 0381/1154] Updated security/sudo, archivers/unrar --- doc/CHANGES-2022 | 4 +++- doc/TODO | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 8b3ec36df4bf6..02cee9cd4eb14 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2551 2022/05/14 04:56:36 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2552 2022/05/14 05:43:21 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3937,3 +3937,5 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/ansible-lint to 6.1.0 [adam 2022-05-14] Updated devel/py-filelock to 3.7.0 [adam 2022-05-14] Updated devel/py-bitarray to 2.5.1 [adam 2022-05-14] + Updated security/sudo to 1.9.10 [adam 2022-05-14] + Updated archivers/unrar to 6.1.7 [adam 2022-05-14] diff --git a/doc/TODO b/doc/TODO index 58881c728651f..72b327dd00fd7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21859 2022/05/14 04:49:54 adam Exp $ +$NetBSD: TODO,v 1.21860 2022/05/14 05:43:21 adam Exp $ Suggested new packages ====================== @@ -1585,7 +1585,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o strace-4.23 o stratagus-2.2.5.5 o streamtuner-2.2.0 - o sudo-1.9.10 o sunclock-3.57 [https://github.com/mdoege/Sunclock] o sup-0.4 o superlu-5.2.2 From a455d6a059192e878443380afa1c5e066e266701 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 May 2022 06:48:11 +0000 Subject: [PATCH 0382/1154] sudo: fix PLIST for LDAP --- security/sudo/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/sudo/PLIST b/security/sudo/PLIST index 38110fdff6076..6fc685700d790 100644 --- a/security/sudo/PLIST +++ b/security/sudo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2022/05/14 05:41:00 adam Exp $ +@comment $NetBSD: PLIST,v 1.21 2022/05/14 06:48:11 adam Exp $ bin/cvtsudoers bin/sudo bin/sudoedit @@ -34,7 +34,7 @@ share/doc/sudo/ChangeLog share/doc/sudo/HISTORY.md share/doc/sudo/LICENSE.md share/doc/sudo/NEWS -share/doc/sudo/README.LDAP.md +${PLIST.ldap}share/doc/sudo/README.LDAP.md share/doc/sudo/README.md share/doc/sudo/SECURITY.md share/doc/sudo/TROUBLESHOOTING.md From a7d8a907e66f693dc5b644ac75d0070ea05c1d33 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 May 2022 10:30:26 +0000 Subject: [PATCH 0383/1154] firefox: patch shell portability issue --- www/firefox/distinfo | 3 ++- .../patch-third__party_js_cfworker_build.sh | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 www/firefox/patches/patch-third__party_js_cfworker_build.sh diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 672f3179777cc..c330cd77ec2cf 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.464 2022/05/13 14:12:53 ryoon Exp $ +$NetBSD: distinfo,v 1.465 2022/05/14 10:30:26 tnn Exp $ BLAKE2s (firefox-100.0.source.tar.xz) = 4812f3e0fb74292ce21fa024ae27e8f3aa534b58cd0bbac8e01f67d7ccc42196 SHA512 (firefox-100.0.source.tar.xz) = 29c56391c980209ff94c02a9aba18fe27bea188bdcbcf7fe0c0f27f61e823f4507a3ec343b27cb5285cf3901843e9cc4aca8e568beb623c4b69b7282e662b2aa @@ -34,6 +34,7 @@ SHA1 (patch-modules_fdlibm_src_math__private.h) = 6ae3b0077b4a8c6088c35769fa1972 SHA1 (patch-mozglue_misc_Uptime.cpp) = daefe25ef1ebc8e4d3735017b9e8ac68c4710a00 SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = 13e512c7ee9fa1e14ba415d62fa853e5fbfc91c0 SHA1 (patch-security_nss_lib_freebl_mpi_mpi.c) = a7cd867916524770609d1c307a65b315b88456f4 +SHA1 (patch-third__party_js_cfworker_build.sh) = 46cdf97b99cf01080f290ae8d9a33b5f869fc3e4 SHA1 (patch-third__party_libwebrtc_system__wrappers_source_cpu__features__linux.cc) = b90e22b50879f7adcc1da3a993f52c0701b720f8 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = 1c1397f6177728cf9deb2b74708069b9d09509c3 SHA1 (patch-toolkit_modules_subprocess_subprocess__shared__unix.js) = 22a39e54e042ab2270a3cb54e4e307c8900cad12 diff --git a/www/firefox/patches/patch-third__party_js_cfworker_build.sh b/www/firefox/patches/patch-third__party_js_cfworker_build.sh new file mode 100644 index 0000000000000..98e308661a998 --- /dev/null +++ b/www/firefox/patches/patch-third__party_js_cfworker_build.sh @@ -0,0 +1,20 @@ +$NetBSD: patch-third__party_js_cfworker_build.sh,v 1.1 2022/05/14 10:30:26 tnn Exp $ + +shell portability + +--- third_party/js/cfworker/build.sh.orig 2022-04-28 22:03:47.000000000 +0000 ++++ third_party/js/cfworker/build.sh +@@ -4,9 +4,10 @@ set -euo pipefail + # Path to mach relative to /third_party/js/cfworker + MACH=$(realpath "../../../mach") + +-if [[ $(uname -a) == *MSYS* ]]; then +- MACH="python ${MACH}" +-fi ++# uname -a is not a good idea here. Someone could have MSYS in the hostname. ++#if uname -a | grep MSYS > /dev/null; then ++# MACH="python ${MACH}" ++#fi + + NODE="${MACH} node" + NPM="${MACH} npm" From e9335ec38dda221f905735c786a3a1671b79877f Mon Sep 17 00:00:00 2001 From: jperkin Date: Sat, 14 May 2022 11:10:14 +0000 Subject: [PATCH 0384/1154] gnome-tracker-miners: Apply sha256sum patch everywhere. It's not just NetBSD that needs this, at least macOS and SmartOS too, and likely many more. --- sysutils/gnome-tracker-miners/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sysutils/gnome-tracker-miners/Makefile b/sysutils/gnome-tracker-miners/Makefile index bffebe1794a91..8cd7fba60f776 100644 --- a/sysutils/gnome-tracker-miners/Makefile +++ b/sysutils/gnome-tracker-miners/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2022/05/04 21:05:45 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/14 11:10:14 jperkin Exp $ DISTNAME= tracker-miners-3.0.1 PKGNAME= gnome-${DISTNAME} @@ -22,19 +22,17 @@ MESON_ARGS+= -Dnetwork_manager=disabled MESON_ARGS+= -Dminer_rss=false MESON_ARGS+= -Dsystemd_user_services=false -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" -SUBST_CLASSES+= sha shabuild +SUBST_CLASSES+= sha SUBST_STAGE.sha= pre-configure SUBST_MESSAGE.sha= Fixing the name of the SHA256 tool. SUBST_FILES.sha+= src/tracker-extract/calculate-hash.sh SUBST_SED.sha+= -e "s,sha256sum,shasum -a 256,g" + +SUBST_CLASSES+= shabuild SUBST_STAGE.shabuild= pre-configure SUBST_MESSAGE.shabuild= Fixing the name of the SHA256 tool. SUBST_FILES.shabuild+= meson.build SUBST_SED.shabuild+= -e "s,sha256sum,shasum,g" -.endif .include "../../lang/python/pyversion.mk" From cb0363cc19d9000051afa4baaefbcb31a3481359 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 May 2022 12:02:56 +0000 Subject: [PATCH 0385/1154] openjdk*: remove broken patches that used misspelled __NetBSD_Version__ These were for NetBSD < 8. But since broken #ifdefs did not cause a compile error we have been using compatibility waitid(2) code where we shouldn't. Bump PKGREVISIONs. --- lang/openjdk11/Makefile | 3 +- lang/openjdk11/distinfo | 5 +-- ...sd_native_libjava_ProcessHandleImpl__bsd.c | 35 ------------------- ...x_native_libjava_ProcessHandleImpl__unix.c | 15 -------- ...x_native_libjava_ProcessHandleImpl__unix.h | 14 -------- lang/openjdk17/Makefile | 3 +- lang/openjdk17/distinfo | 5 +-- ...sd_native_libjava_ProcessHandleImpl__bsd.c | 32 ----------------- ...x_native_libjava_ProcessHandleImpl__unix.c | 15 -------- ...x_native_libjava_ProcessHandleImpl__unix.h | 14 -------- 10 files changed, 6 insertions(+), 135 deletions(-) delete mode 100644 lang/openjdk11/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c delete mode 100644 lang/openjdk11/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c delete mode 100644 lang/openjdk11/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h delete mode 100644 lang/openjdk17/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c delete mode 100644 lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c delete mode 100644 lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h diff --git a/lang/openjdk11/Makefile b/lang/openjdk11/Makefile index b0ebbecdb7fdf..b5f7ef961e566 100644 --- a/lang/openjdk11/Makefile +++ b/lang/openjdk11/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2022/05/13 23:51:38 tnn Exp $ +# $NetBSD: Makefile,v 1.44 2022/05/14 12:02:56 tnn Exp $ DISTNAME= jdk11u-${GITHUB_TAG:C/\+/-/} PKGNAME= openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=battleblow/} GITHUB_PROJECT= jdk11u diff --git a/lang/openjdk11/distinfo b/lang/openjdk11/distinfo index 8aa212ae08694..1ed6af7f6f67d 100644 --- a/lang/openjdk11/distinfo +++ b/lang/openjdk11/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.30 2022/05/10 14:33:49 ryoon Exp $ +$NetBSD: distinfo,v 1.31 2022/05/14 12:02:56 tnn Exp $ BLAKE2s (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = b57b09661581b7dc6e3700a777f030dfa2fef6f953533456686bfd0dde9157d0 SHA512 (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = 6e61996f7e3c3492b0c878644db30d72021dc4096639992e53b4440d4e2e18cd92e5630ecd4600d1917a1e63a7c814b63f74f811a40588febfe19ad8d3208a9d @@ -28,8 +28,5 @@ SHA1 (patch-src_hotspot_os_bsd_os__bsd.cpp) = 6322cbdda03dee528e89ac8b725f3df5e2 SHA1 (patch-src_hotspot_os_bsd_os__perf__bsd.cpp) = 7bb57f82f3a93adc1970ed4215148fc02ecbcd5a SHA1 (patch-src_hotspot_os_posix_os__posix.cpp) = e70e8c1e59f0be184a7a1d6e9d11ac7b934ce4b2 SHA1 (patch-src_hotspot_share_libadt_dict.cpp) = a5c62973f563742d4ccc7db341b33366d14e2a01 -SHA1 (patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c) = fbc0aa6656292535fb38344fee7178b6f625f58a -SHA1 (patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c) = 39c7afb3c36fa9557d2a660c4b4068b5684c552f -SHA1 (patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h) = 121357cb76b4a96c06cc2bf670579e0b27f66fc1 SHA1 (patch-src_java.desktop_share_native_libfontmanager_harfbuzz_hb-blob.cc) = 6635bba71373f65107f5324f68de41d1320bcad8 SHA1 (patch-src_java.desktop_unix_native_common_awt_fontpath.c) = c27a058dbcc836fa5a9f979f193284a706a7c50b diff --git a/lang/openjdk11/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c b/lang/openjdk11/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c deleted file mode 100644 index c4f3d786c9518..0000000000000 --- a/lang/openjdk11/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c,v 1.1 2019/10/01 12:36:34 tnn Exp $ - -waitid(2) is available from NetBSD>=7.99.27 -KERN_PROC_PATHNAME is available from NetBSD>=7.99.23 - ---- src/java.base/bsd/native/libjava/ProcessHandleImpl_bsd.c.orig 2019-09-19 12:22:38.000000000 +0000 -+++ src/java.base/bsd/native/libjava/ProcessHandleImpl_bsd.c -@@ -46,7 +46,7 @@ - #include // For kinfo_proc - #endif - --#if defined(__OpenBSD__) -+#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 799002700) - #include // For kqueue - #include // For kqueue - #endif -@@ -413,6 +413,9 @@ void os_getCmdlineAndUserInfo(JNIEnv *en - size = sizeof(cmd); - mib[0] = CTL_KERN; - mib[1] = KERN_PROC; -+#if defined(__NetBSD__) && !defined(KERN_PROC_PATHAME) -+#define KERN_PROC_PATHNAME 5 -+#endif - mib[2] = KERN_PROC_PATHNAME; - mib[3] = pid; - if (sysctl(mib, 4, cmd, &size, NULL, 0) == -1) { -@@ -488,7 +491,7 @@ void os_getCmdlineAndUserInfo(JNIEnv *en - #endif - } - --#if defined(__OpenBSD__) -+#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 80000000) - int os_waitForProcessExitNoReap(pid_t pid) { - int kq, ret; - struct kevent evSet; diff --git a/lang/openjdk11/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c b/lang/openjdk11/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c deleted file mode 100644 index 24ce2033807a1..0000000000000 --- a/lang/openjdk11/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c,v 1.1 2019/10/01 12:36:34 tnn Exp $ - -waitid(2) is available from NetBSD>=7.99.27 - ---- src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c.orig 2019-09-19 12:22:38.000000000 +0000 -+++ src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c -@@ -259,7 +259,7 @@ Java_java_lang_ProcessHandleImpl_waitFor - return status; - } - } else { --#if defined(__OpenBSD__) -+#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 799002700) - return os_waitForProcessExitNoReap(pid); - #else - /* diff --git a/lang/openjdk11/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h b/lang/openjdk11/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h deleted file mode 100644 index e16eb279cfa14..0000000000000 --- a/lang/openjdk11/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h,v 1.1 2019/10/01 12:36:34 tnn Exp $ - -waitid(2) is available from NetBSD>=7.99.27 - ---- src/java.base/unix/native/libjava/ProcessHandleImpl_unix.h.orig 2019-09-19 12:22:38.000000000 +0000 -+++ src/java.base/unix/native/libjava/ProcessHandleImpl_unix.h -@@ -75,6 +75,6 @@ extern void unix_fillArgArray(JNIEnv *en - - extern void os_initNative(JNIEnv *env, jclass clazz); - --#if defined(__OpenBSD__) -+#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 799002700) - extern int os_waitForProcessExitNoReap(pid_t pid); - #endif diff --git a/lang/openjdk17/Makefile b/lang/openjdk17/Makefile index 34913b4a6f666..10501a5102514 100644 --- a/lang/openjdk17/Makefile +++ b/lang/openjdk17/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/05/13 14:24:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/14 12:02:56 tnn Exp $ DISTNAME= jdk17u-${GITHUB_TAG:C/\+/-/} PKGNAME= openjdk17-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=battleblow/} GITHUB_PROJECT= jdk17u diff --git a/lang/openjdk17/distinfo b/lang/openjdk17/distinfo index aa41bca871c4a..a848262247a00 100644 --- a/lang/openjdk17/distinfo +++ b/lang/openjdk17/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2022/05/13 14:24:19 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2022/05/14 12:02:56 tnn Exp $ BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = afd8e5dcbfa3d8fe397e97f713d24a1437936dcffbe79f3f0c3e9bfb58bce36d SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = f9ddd27ac0ccf77eb72e2c1fe5a06c6431a74b4feeea495233cba058dd8346f215861c59b5228e33729dccdc7f557a29e881123d8592f0cc304536fd5cc3609a @@ -24,9 +24,6 @@ SHA1 (patch-src_hotspot_os_bsd_os__bsd.cpp) = 0a772045ad967cbd0a1342d124c47927f4 SHA1 (patch-src_hotspot_os_bsd_os__perf__bsd.cpp) = b70e14728e426a9f79c2c1ee735849fb53dfc1bd SHA1 (patch-src_hotspot_os_posix_os__posix.cpp) = a58d5eb59181d68d46272e15d47b94c6790ed00a SHA1 (patch-src_hotspot_os_posix_signals__posix.cpp) = 05486d931f294066e0cc04a389ce6cb038bb1b6d -SHA1 (patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c) = 8c6f9cab9dca7bfab9e2e8f95059f702e1ce8a81 -SHA1 (patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c) = 39c7afb3c36fa9557d2a660c4b4068b5684c552f -SHA1 (patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h) = 121357cb76b4a96c06cc2bf670579e0b27f66fc1 SHA1 (patch-src_java.base_unix_native_libnio_ch_Net.c) = 2bdb089f7d4f708fb750793b7e0bfa7796fb1694 SHA1 (patch-src_java.desktop_unix_native_common_awt_fontpath.c) = d7bd8839ecd84459fbd3e7d14ac0e2f48b8b4032 SHA1 (patch-src_jdk.jdwp.agent_share_native_libdt__socket_socketTransport.c) = c06b49fbc9d34cb839f3bd7821779c79b763a629 diff --git a/lang/openjdk17/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c b/lang/openjdk17/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c deleted file mode 100644 index 0ba1f5b698b7c..0000000000000 --- a/lang/openjdk17/patches/patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-src_java.base_bsd_native_libjava_ProcessHandleImpl__bsd.c,v 1.1 2022/05/13 14:24:19 ryoon Exp $ - ---- src/java.base/bsd/native/libjava/ProcessHandleImpl_bsd.c.orig 2022-02-05 03:44:09.000000000 +0000 -+++ src/java.base/bsd/native/libjava/ProcessHandleImpl_bsd.c -@@ -46,7 +46,7 @@ - #include // For kinfo_proc - #endif - --#if defined(__OpenBSD__) -+#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 799002700) - #include // For kqueue - #include // For kqueue - #endif -@@ -413,6 +413,9 @@ void os_getCmdlineAndUserInfo(JNIEnv *en - size = sizeof(cmd); - mib[0] = CTL_KERN; - mib[1] = KERN_PROC; -+#if defined(__NetBSD__) && !defined(KERN_PROC_PATHAME) -+#define KERN_PROC_PATHNAME 5 -+#endif - mib[2] = KERN_PROC_PATHNAME; - mib[3] = pid; - if (sysctl(mib, 4, cmd, &size, NULL, 0) == -1) { -@@ -488,7 +491,7 @@ void os_getCmdlineAndUserInfo(JNIEnv *en - #endif - } - --#if defined(__OpenBSD__) -+#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 80000000) - int os_waitForProcessExitNoReap(pid_t pid) { - int kq, ret; - struct kevent evSet; diff --git a/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c b/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c deleted file mode 100644 index 472e2f43a9974..0000000000000 --- a/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.c,v 1.1 2022/05/13 14:24:19 ryoon Exp $ - -waitid(2) is available from NetBSD>=7.99.27 - ---- src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c.orig 2019-09-19 12:22:38.000000000 +0000 -+++ src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c -@@ -259,7 +259,7 @@ Java_java_lang_ProcessHandleImpl_waitFor - return status; - } - } else { --#if defined(__OpenBSD__) -+#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 799002700) - return os_waitForProcessExitNoReap(pid); - #else - /* diff --git a/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h b/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h deleted file mode 100644 index 332fbb1b6178b..0000000000000 --- a/lang/openjdk17/patches/patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-src_java.base_unix_native_libjava_ProcessHandleImpl__unix.h,v 1.1 2022/05/13 14:24:19 ryoon Exp $ - -waitid(2) is available from NetBSD>=7.99.27 - ---- src/java.base/unix/native/libjava/ProcessHandleImpl_unix.h.orig 2019-09-19 12:22:38.000000000 +0000 -+++ src/java.base/unix/native/libjava/ProcessHandleImpl_unix.h -@@ -75,6 +75,6 @@ extern void unix_fillArgArray(JNIEnv *en - - extern void os_initNative(JNIEnv *env, jclass clazz); - --#if defined(__OpenBSD__) -+#if defined(__OpenBSD__) || (defined(__NetBSD__) && __NetBSD_Version < 799002700) - extern int os_waitForProcessExitNoReap(pid_t pid); - #endif From bd6cb7f57cface382dc1ec75e11d1b60d580e1aa Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 May 2022 13:00:46 +0000 Subject: [PATCH 0386/1154] check-portability: drop -ggdb (gets stripped by default regardless) --- pkgtools/check-portability/files/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgtools/check-portability/files/Makefile b/pkgtools/check-portability/files/Makefile index 51b16770981da..3a90e6246c4a8 100644 --- a/pkgtools/check-portability/files/Makefile +++ b/pkgtools/check-portability/files/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/03/11 19:15:03 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/14 13:00:46 tnn Exp $ PROG= check-portability WARNS= 4 NOMAN= yes -CFLAGS+= -ggdb .include From d1e0bb70f7f14197099489e0b57fb30b5a1e929a Mon Sep 17 00:00:00 2001 From: jperkin Date: Sat, 14 May 2022 13:45:24 +0000 Subject: [PATCH 0387/1154] lxqt-build-tools: Avoid -Bsymbolic-* on SunOS. Bump PKGREVISION. --- devel/lxqt-build-tools/Makefile | 3 ++- devel/lxqt-build-tools/distinfo | 3 ++- ...h-cmake_modules_LXQtCompilerSettings.cmake | 19 +++++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 devel/lxqt-build-tools/patches/patch-cmake_modules_LXQtCompilerSettings.cmake diff --git a/devel/lxqt-build-tools/Makefile b/devel/lxqt-build-tools/Makefile index 13d4d8e3af95c..a2d72e73bc368 100644 --- a/devel/lxqt-build-tools/Makefile +++ b/devel/lxqt-build-tools/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/04/24 14:58:12 pin Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/14 13:45:24 jperkin Exp $ DISTNAME= lxqt-build-tools-0.11.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/devel/lxqt-build-tools/distinfo b/devel/lxqt-build-tools/distinfo index 696ce605875ad..21e48e88e9f16 100644 --- a/devel/lxqt-build-tools/distinfo +++ b/devel/lxqt-build-tools/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.8 2022/04/24 14:58:12 pin Exp $ +$NetBSD: distinfo,v 1.9 2022/05/14 13:45:24 jperkin Exp $ BLAKE2s (lxqt-build-tools-0.11.0.tar.xz) = f7914fe91aeffaf55a2ec3d2c4602ec5ab89d4b8d76373dacf74e517088e5dbb SHA512 (lxqt-build-tools-0.11.0.tar.xz) = d421aaf74b13efa3b603b5c8a998bfd6091f5d3c45e0201d64e0c1f12d93c45fdc12d9232b0ac1c98ccf47007560c5814612162d1ac879bb3173bad57164408d Size (lxqt-build-tools-0.11.0.tar.xz) = 25348 bytes +SHA1 (patch-cmake_modules_LXQtCompilerSettings.cmake) = 48b92fbd9109ffa69af8b88eaf422472ed730e23 diff --git a/devel/lxqt-build-tools/patches/patch-cmake_modules_LXQtCompilerSettings.cmake b/devel/lxqt-build-tools/patches/patch-cmake_modules_LXQtCompilerSettings.cmake new file mode 100644 index 0000000000000..d77113355de4a --- /dev/null +++ b/devel/lxqt-build-tools/patches/patch-cmake_modules_LXQtCompilerSettings.cmake @@ -0,0 +1,19 @@ +$NetBSD: patch-cmake_modules_LXQtCompilerSettings.cmake,v 1.1 2022/05/14 13:45:24 jperkin Exp $ + +Avoid -Bsymbolic* on SunOS. + +--- cmake/modules/LXQtCompilerSettings.cmake.orig 2022-04-16 00:48:16.000000000 +0000 ++++ cmake/modules/LXQtCompilerSettings.cmake +@@ -164,7 +164,11 @@ if (CMAKE_COMPILER_IS_GNUCXX OR LXQT_COM + set(NO_UNDEFINED_FLAGS "-Wl,--no-undefined") + # -Bsymbolic-functions: replace dynamic symbols used internally in + # shared libs with direct addresses. +- set(SYMBOLIC_FLAGS "-Wl,-Bsymbolic-functions -Wl,-Bsymbolic") ++ if(${CMAKE_SYSTEM_NAME} STREQUAL "SunOS") ++ set(SYMBOLIC_FLAGS "") ++ else() ++ set(SYMBOLIC_FLAGS "-Wl,-Bsymbolic-functions -Wl,-Bsymbolic") ++ endif() + endif() + + set(CMAKE_SHARED_LINKER_FLAGS From 5ef647cc421c0825d03f87c28474767f68d583c1 Mon Sep 17 00:00:00 2001 From: jperkin Date: Sat, 14 May 2022 13:45:34 +0000 Subject: [PATCH 0388/1154] doc: Updated devel/lxqt-build-tools to 0.11.0nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 02cee9cd4eb14..d6b714de4042d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2552 2022/05/14 05:43:21 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2553 2022/05/14 13:45:34 jperkin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3939,3 +3939,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-bitarray to 2.5.1 [adam 2022-05-14] Updated security/sudo to 1.9.10 [adam 2022-05-14] Updated archivers/unrar to 6.1.7 [adam 2022-05-14] + Updated devel/lxqt-build-tools to 0.11.0nb1 [jperkin 2022-05-14] From 6c8f866c652bcef85fa68f85fb8e03929744d0eb Mon Sep 17 00:00:00 2001 From: jperkin Date: Sat, 14 May 2022 13:59:27 +0000 Subject: [PATCH 0389/1154] postgresql13-client: Mark MAKE_JOBS_SAFE=no. --- databases/postgresql13-client/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/databases/postgresql13-client/Makefile b/databases/postgresql13-client/Makefile index ecdc359a87fca..8a4f75920cf70 100644 --- a/databases/postgresql13-client/Makefile +++ b/databases/postgresql13-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2022/05/12 19:02:45 adam Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/14 13:59:27 jperkin Exp $ PKGNAME= ${DISTNAME:S/-/13-client-/} COMMENT= PostgreSQL database client programs @@ -49,6 +49,11 @@ BUILD_DIRS+= ${INSTALL_DIRS} # Without this, the Darwin build fails (related to -bundle_loader). BUILD_DIRS+= src/backend +# ld: fatal: library -lpgfeutils: not found +# ld: fatal: file processing errors. No output written to pg_verifybackup +# ld: fatal: file processing errors. No output written to initdb +MAKE_JOBS_SAFE= no + .for f in pg_service.conf psqlrc CONF_FILES+= share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f} .endfor From a653ce42e7c1e7e7dd93c73c98fb480ae9e6a7c5 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 14 May 2022 14:33:31 +0000 Subject: [PATCH 0390/1154] ruby-nokogiri: update to 1.13.6. Upstream changes: https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.6 https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.5 1.13.6 / 2022-05-08 Security * [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to the SAX parsers. See GHSA-xh29-r2w5-wx8m for more information. Improvements * {HTML4,XML}::SAX::{Parser,ParserContext} constructor methods now raise TypeError instead of segfaulting when an incorrect type is passed. 1.13.5 / 2022-05-04 Security * [CRuby] Vendored libxml2 is updated to address CVE-2022-29824. See GHSA-cgx6-hpwq-fhv5 for more information. Dependencies * [CRuby] Vendored libxml2 is updated from v2.9.13 to v2.9.14. Improvements * [CRuby] The libxml2 HTML4 parser no longer exhibits quadratic behavior when recovering some broken markup related to start-of-tag and bare < characters. Changed * [CRuby] The libxml2 HTML4 parser in v2.9.14 recovers from some broken markup differently. Notably, the XML CDATA escape sequence Date: Sat, 14 May 2022 14:33:47 +0000 Subject: [PATCH 0391/1154] doc: Updated textproc/ruby-nokogiri to 1.13.6 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d6b714de4042d..102e81928fd44 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2553 2022/05/14 13:45:34 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.2554 2022/05/14 14:33:47 tsutsui Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3940,3 +3940,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/sudo to 1.9.10 [adam 2022-05-14] Updated archivers/unrar to 6.1.7 [adam 2022-05-14] Updated devel/lxqt-build-tools to 0.11.0nb1 [jperkin 2022-05-14] + Updated textproc/ruby-nokogiri to 1.13.6 [tsutsui 2022-05-14] From 29522ab361de64f6ebf3d6b82041d1c714d9893b Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 14 May 2022 15:14:41 +0000 Subject: [PATCH 0392/1154] Install manual pages. Bump PKGREVISION. --- misc/s6-portable-utils/Makefile | 16 +++++++++++- misc/s6-portable-utils/PLIST | 46 ++++++++++++++++++++++++++++++++- misc/s6-portable-utils/distinfo | 5 +++- 3 files changed, 64 insertions(+), 3 deletions(-) diff --git a/misc/s6-portable-utils/Makefile b/misc/s6-portable-utils/Makefile index 0c9a84412879c..be170efc42653 100644 --- a/misc/s6-portable-utils/Makefile +++ b/misc/s6-portable-utils/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2022/05/09 14:54:30 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/14 15:14:41 schmonz Exp $ DISTNAME= s6-portable-utils-2.2.4.0 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${HOMEPAGE} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} MAINTAINER= cfkoch@edgebsd.org HOMEPAGE= https://www.skarnet.org/software/s6-portable-utils/ @@ -19,5 +21,17 @@ CONFIGURE_ARGS+= --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps CONFIGURE_ARGS+= --with-lib=${PREFIX}/lib/skalibs CONFIGURE_ARGS+= --with-include=${PREFIX}/include +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 + +.PHONY: do-install-manpages +post-install: do-install-manpages +do-install-manpages: + cd ${WRKDIR}/${PKGBASE}-man-pages-*; for i in 1; do \ + for j in man$$i/*.$$i; do \ + ${INSTALL_MAN} $$j \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man$$i; \ + done \ + done + .include "../../devel/skalibs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/s6-portable-utils/PLIST b/misc/s6-portable-utils/PLIST index ec11acffb2b89..b37575c6575ca 100644 --- a/misc/s6-portable-utils/PLIST +++ b/misc/s6-portable-utils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2020/11/19 20:19:09 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/14 15:14:41 schmonz Exp $ bin/s6-basename bin/s6-cat bin/s6-chmod @@ -44,3 +44,47 @@ bin/s6-unquote-filter bin/s6-update-symlinks bin/seekablepipe include/s6-portable-utils/config.h +man/man1/s6-basename.1 +man/man1/s6-cat.1 +man/man1/s6-chmod.1 +man/man1/s6-chown.1 +man/man1/s6-clock.1 +man/man1/s6-cut.1 +man/man1/s6-dirname.1 +man/man1/s6-dumpenv.1 +man/man1/s6-echo.1 +man/man1/s6-env.1 +man/man1/s6-expr.1 +man/man1/s6-false.1 +man/man1/s6-format-filter.1 +man/man1/s6-grep.1 +man/man1/s6-head.1 +man/man1/s6-hiercopy.1 +man/man1/s6-linkname.1 +man/man1/s6-ln.1 +man/man1/s6-ls.1 +man/man1/s6-maximumtime.1 +man/man1/s6-mkdir.1 +man/man1/s6-mkfifo.1 +man/man1/s6-nice.1 +man/man1/s6-nuke.1 +man/man1/s6-pause.1 +man/man1/s6-printenv.1 +man/man1/s6-quote-filter.1 +man/man1/s6-quote.1 +man/man1/s6-rename.1 +man/man1/s6-rmrf.1 +man/man1/s6-seq.1 +man/man1/s6-sleep.1 +man/man1/s6-sort.1 +man/man1/s6-sync.1 +man/man1/s6-tai64ndiff.1 +man/man1/s6-tail.1 +man/man1/s6-test.1 +man/man1/s6-touch.1 +man/man1/s6-true.1 +man/man1/s6-uniquename.1 +man/man1/s6-unquote-filter.1 +man/man1/s6-unquote.1 +man/man1/s6-update-symlinks.1 +man/man1/seekablepipe.1 diff --git a/misc/s6-portable-utils/distinfo b/misc/s6-portable-utils/distinfo index c956e5ba2ddeb..9f4dc2fe0bc16 100644 --- a/misc/s6-portable-utils/distinfo +++ b/misc/s6-portable-utils/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.8 2022/05/09 14:54:30 schmonz Exp $ +$NetBSD: distinfo,v 1.9 2022/05/14 15:14:41 schmonz Exp $ BLAKE2s (s6-portable-utils-2.2.4.0.tar.gz) = f62d6b879fc2e4afbaa3a3a6faf35ad8aa1a4e3af52f789f8c52646ee3ef02b1 SHA512 (s6-portable-utils-2.2.4.0.tar.gz) = 35b62aff76b9fbf978e81dad2f343a2542cb4a853530948cc3b446b20e8d5f976d1624194c2aad6e0277b73d23d5cecf2142e3f2916bd152ad62342fc30fe07a Size (s6-portable-utils-2.2.4.0.tar.gz) = 50343 bytes +BLAKE2s (v2.2.4.0.1.tar.gz) = 345e6dde5bdb83dd15ede7e7f252a53586369862f24e632750194f512f94a635 +SHA512 (v2.2.4.0.1.tar.gz) = 6a5ab20b9985d86c0f2f9cb9e0995adb62dc2c0e8191cf7752bc55ce04021453984ea5c6e4a8dba26e04e3e3e0a0320036cfd88b25691807539430ca9357f0d1 +Size (v2.2.4.0.1.tar.gz) = 14174 bytes From 81dfd65ccd04d2369bdd8fd3890e593ca5562bc0 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 14 May 2022 15:14:46 +0000 Subject: [PATCH 0393/1154] doc: Updated misc/s6-portable-utils to 2.2.4.0nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 102e81928fd44..4dbc86558a3f1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2554 2022/05/14 14:33:47 tsutsui Exp $ +$NetBSD: CHANGES-2022,v 1.2555 2022/05/14 15:14:46 schmonz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3941,3 +3941,4 @@ Changes to the packages collection and infrastructure in 2022: Updated archivers/unrar to 6.1.7 [adam 2022-05-14] Updated devel/lxqt-build-tools to 0.11.0nb1 [jperkin 2022-05-14] Updated textproc/ruby-nokogiri to 1.13.6 [tsutsui 2022-05-14] + Updated misc/s6-portable-utils to 2.2.4.0nb1 [schmonz 2022-05-14] From 11a6447a75e966efc6102555803fb30c332f800f Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 May 2022 15:19:05 +0000 Subject: [PATCH 0394/1154] qwt6-qt5: add some CHECK_SHLIB skips for Darwin --- x11/qwt6-qt5/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/qwt6-qt5/Makefile b/x11/qwt6-qt5/Makefile index 4c5d01ac6a760..5bc1675dea7c4 100644 --- a/x11/qwt6-qt5/Makefile +++ b/x11/qwt6-qt5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2022/04/18 19:10:18 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/14 15:19:05 tnn Exp $ DISTNAME= qwt-6.1.5 PKGNAME= qwt6-qt5-6.1.5 @@ -33,6 +33,8 @@ do-configure: # Appparently this plugin has a valid expectation that libqwt is # already loaded, at least as used in qgis. CHECK_SHLIBS_SKIP+= qt5/plugins/designer/libqwt_designer_plugin.so +CHECK_SHLIBS_SKIP+= qt5/plugins/designer/libqwt_designer_plugin.dylib +CHECK_SHLIBS_SKIP+= qwt-6.1.5/lib/libqwt.6.1.5.dylib .include "../../x11/qt5-qttools/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" From d23fb8a377b761ce4f59b8e773305f63b8d9c209 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 May 2022 15:23:02 +0000 Subject: [PATCH 0395/1154] openjdk17: add back some patches upstreamed in openjdk11 but not openjdk17 --- lang/openjdk17/distinfo | 4 +- ...__cpu_bsd__aarch64_bytes__bsd__aarch64.hpp | 17 +++++ ..._os__cpu_bsd__aarch64_os__bsd__aarch64.cpp | 70 +++++++++++++++++++ 3 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 lang/openjdk17/patches/patch-src_hotspot_os__cpu_bsd__aarch64_bytes__bsd__aarch64.hpp create mode 100644 lang/openjdk17/patches/patch-src_hotspot_os__cpu_bsd__aarch64_os__bsd__aarch64.cpp diff --git a/lang/openjdk17/distinfo b/lang/openjdk17/distinfo index a848262247a00..2970def7e7d5c 100644 --- a/lang/openjdk17/distinfo +++ b/lang/openjdk17/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2022/05/14 12:02:56 tnn Exp $ +$NetBSD: distinfo,v 1.3 2022/05/14 15:23:02 tnn Exp $ BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = afd8e5dcbfa3d8fe397e97f713d24a1437936dcffbe79f3f0c3e9bfb58bce36d SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = f9ddd27ac0ccf77eb72e2c1fe5a06c6431a74b4feeea495233cba058dd8346f215861c59b5228e33729dccdc7f557a29e881123d8592f0cc304536fd5cc3609a @@ -20,6 +20,8 @@ SHA1 (patch-make_autoconf_lib-x11.m4) = 38038e6d7cfc2d15fb3537a52f11d2961cc2ec99 SHA1 (patch-make_common_NativeCompilation.gmk) = fc97a952ba87efb450f59e87f19fb4c47558ae1d SHA1 (patch-make_data_fontconfig_bsd.fontconfig.properties) = 3172d8d76e0e79b127605429fb70dccd164b33c8 SHA1 (patch-make_lib_Awt2dLibraries.gmk) = d69fa8c5cab173be2f41cfbd6479dad60a6337db +SHA1 (patch-src_hotspot_os__cpu_bsd__aarch64_bytes__bsd__aarch64.hpp) = 9748f3c6efeb96fb3654965bbe1f005dbd64f778 +SHA1 (patch-src_hotspot_os__cpu_bsd__aarch64_os__bsd__aarch64.cpp) = 33d53951a3f80a2a4c0f62717cf72b93711a4fc5 SHA1 (patch-src_hotspot_os_bsd_os__bsd.cpp) = 0a772045ad967cbd0a1342d124c47927f4a57bfe SHA1 (patch-src_hotspot_os_bsd_os__perf__bsd.cpp) = b70e14728e426a9f79c2c1ee735849fb53dfc1bd SHA1 (patch-src_hotspot_os_posix_os__posix.cpp) = a58d5eb59181d68d46272e15d47b94c6790ed00a diff --git a/lang/openjdk17/patches/patch-src_hotspot_os__cpu_bsd__aarch64_bytes__bsd__aarch64.hpp b/lang/openjdk17/patches/patch-src_hotspot_os__cpu_bsd__aarch64_bytes__bsd__aarch64.hpp new file mode 100644 index 0000000000000..00b4f676a8896 --- /dev/null +++ b/lang/openjdk17/patches/patch-src_hotspot_os__cpu_bsd__aarch64_bytes__bsd__aarch64.hpp @@ -0,0 +1,17 @@ +$NetBSD: patch-src_hotspot_os__cpu_bsd__aarch64_bytes__bsd__aarch64.hpp,v 1.1 2022/05/14 15:23:02 tnn Exp $ + +NetBSD/evbarm support + +--- src/hotspot/os_cpu/bsd_aarch64/bytes_bsd_aarch64.hpp.orig 2022-04-23 02:25:56.000000000 +0000 ++++ src/hotspot/os_cpu/bsd_aarch64/bytes_bsd_aarch64.hpp +@@ -34,6 +34,10 @@ + #define bswap_16(x) swap16(x) + #define bswap_32(x) swap32(x) + #define bswap_64(x) swap64(x) ++#elif defined(__NetBSD__) ++ #define bswap_16(x) bswap16(x) ++ #define bswap_32(x) bswap32(x) ++ #define bswap_64(x) bswap64(x) + #elif defined(__APPLE__) + #include + # define bswap_16(x) OSSwapInt16(x) diff --git a/lang/openjdk17/patches/patch-src_hotspot_os__cpu_bsd__aarch64_os__bsd__aarch64.cpp b/lang/openjdk17/patches/patch-src_hotspot_os__cpu_bsd__aarch64_os__bsd__aarch64.cpp new file mode 100644 index 0000000000000..3d1d5c96b34db --- /dev/null +++ b/lang/openjdk17/patches/patch-src_hotspot_os__cpu_bsd__aarch64_os__bsd__aarch64.cpp @@ -0,0 +1,70 @@ +$NetBSD: patch-src_hotspot_os__cpu_bsd__aarch64_os__bsd__aarch64.cpp,v 1.1 2022/05/14 15:23:02 tnn Exp $ + +NetBSD/evbarm support + +--- src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp.orig 2022-04-23 02:25:56.000000000 +0000 ++++ src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp +@@ -658,6 +658,8 @@ address os::Posix::ucontext_get_pc(const + return (address)uc->uc_mcontext.mc_gpregs.gp_elr; + #elif defined(__OpenBSD__) + return (address)uc->sc_elr; ++#elif defined(__NetBSD__) ++ return (address)uc->uc_mcontext.__gregs[_REG_ELR]; + #endif + } + +@@ -666,6 +668,8 @@ void os::Posix::ucontext_set_pc(ucontext + uc->uc_mcontext.mc_gpregs.gp_elr = (intptr_t)pc; + #elif defined(__OpenBSD__) + uc->sc_elr = (unsigned long)pc; ++#elif defined(__NetBSD__) ++ uc->uc_mcontext.__gregs[_REG_ELR] = (__greg_t)pc; + #endif + } + +@@ -674,6 +678,8 @@ intptr_t* os::Bsd::ucontext_get_sp(const + return (intptr_t*)uc->uc_mcontext.mc_gpregs.gp_sp; + #elif defined(__OpenBSD__) + return (intptr_t*)uc->sc_sp; ++#elif defined(__NetBSD__) ++ return (intptr_t*)uc->uc_mcontext.__gregs[_REG_SP]; + #endif + } + +@@ -682,6 +688,8 @@ intptr_t* os::Bsd::ucontext_get_fp(const + return (intptr_t*)uc->uc_mcontext.mc_gpregs.gp_x[REG_FP]; + #elif defined(__OpenBSD__) + return (intptr_t*)uc->sc_x[REG_FP]; ++#elif defined(__NetBSD__) ++ return (intptr_t*)uc->uc_mcontext.__gregs[_REG_FP]; + #endif + } + +@@ -724,6 +732,9 @@ frame os::fetch_compiled_frame_from_cont + #elif defined(__OpenBSD__) + address pc = (address)(uc->sc_lr + - NativeInstruction::instruction_size); ++#elif defined(__NetBSD__) ++ address pc = (address)(uc->uc_mcontext.__gregs[_REG_LR] ++ - NativeInstruction::instruction_size); + #endif + return frame(sp, fp, pc); + } +@@ -954,6 +965,8 @@ void os::print_context(outputStream *st, + print_location(st, uc->uc_mcontext.mc_gpregs.gp_x[r]); + #elif defined(__OpenBSD__) + print_location(st, uc->sc_x[r]); ++#elif defined(__NetBSD__) ++ print_location(st, uc->uc_mcontext.__gregs[r]); + #endif + } + st->cr(); +@@ -990,6 +1003,8 @@ void os::print_register_info(outputStrea + st->print_cr( "R%d=" INTPTR_FORMAT, r, (uintptr_t)uc->uc_mcontext.mc_gpregs.gp_x[r]); + #elif defined(__OpenBSD__) + st->print_cr( "R%d=" INTPTR_FORMAT, r, (uintptr_t)uc->sc_x[r]); ++#elif defined(__NetBSD__) ++ st->print_cr( "R%d=" INTPTR_FORMAT, r, (uintptr_t)uc->uc_mcontext.__gregs[r]); + #endif + st->cr(); + } From f0a0ebd4e77f0e6241688a3a6c5f66ab19dd4adb Mon Sep 17 00:00:00 2001 From: jperkin Date: Sat, 14 May 2022 15:31:50 +0000 Subject: [PATCH 0396/1154] graphene: SunOS needs -D__EXTENSIONS__ --- graphics/graphene/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/graphene/Makefile b/graphics/graphene/Makefile index f67d789629b10..b3e1c233adbc7 100644 --- a/graphics/graphene/Makefile +++ b/graphics/graphene/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/12/08 16:02:09 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/14 15:31:50 jperkin Exp $ DISTNAME= graphene-1.10.2 PKGREVISION= 1 @@ -19,6 +19,8 @@ MESON_ARGS+= -Dintrospection=true MESON_ARGS+= -Dtests=false MESON_ARGS+= -Dinstalled_tests=false +CFLAGS.SunOS+= -D__EXTENSIONS__ + PYTHON_FOR_BUILD_ONLY= tool .include "../../devel/glib2/buildlink3.mk" From 5f46d420522b4ee655ed2d185d44e16d6c0aa150 Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 14 May 2022 15:41:06 +0000 Subject: [PATCH 0397/1154] textproc/bat: Updates to 0.21.0 Changes since 0.20.0: v0.21.0 Features * Correctly render tab stops in --show-all, see #2038 (@Synthetica9) * Add a --style=default option and make it the default. It is less verbose than full, see #2061 (@IsaacHorvath) * Enable BusyBox less as pager, see #2162 (@nfisher1226) * File extensions are now matched case-insensitively. See #1854, #2181 (@Enselic) Bugfixes * Bump regex dependency from 1.5.4 to 1.5.5 to fix CVE-2022-24713, see #2145, #2139 (@Enselic) * bat no longer crashes when encountering files that references missing syntaxes. See #915, #2181 (@Enselic) Performance * Skip syntax highlighting on long lines (> 16384 chars) to help improve performance. See #2165 (@keith-hall) * Vastly improve startup time by lazy-loading syntaxes via syntect 5.0.0. This makes bat display small files ~75% faster than before. See #951, #2181 (@Enselic) Other * Include info about custom assets in --diagnostics if used. See #2107, #2144 (@Enselic) Syntaxes * Mapped clang-format config file (.clang-format) to YAML syntax (@TruncatedDinosour) * log syntax: improved handling of escape characters in double quoted strings. See #2123 (@keith-hall) * Associate /var/spool/mail/* and /var/mail/* with the Email syntax. See #2156 (@cyqsimon) * Added cmd-help syntax to scope --help messages. See #2148 (@victor-gp) * Slightly adjust Zig syntax. See #2136 (@Enselic) * Associate .inf files with the INI syntax. See #2190 (@Enselic) Themes bat as a library * Allow configuration of show_nonprintable with PrettyPrinter, see #2142 * The binary format of syntaxes.bin has been changed due to syntaxes now being lazy-loaded via syntect 5.0.0. See #2181 (@Enselic) * Mark bat::error::Error enum as #[non_exhaustive] to allow adding new variants without future semver breakage. See #2181 (@Enselic) * Change Error::SyntectError(syntect::LoadingError) to Error::SyntectError(syntect::Error). See #2181 (@Enselic) * Add Error::SyntectLoadingError(syntect::LoadingError) enum variant. See #2181 (@Enselic) --- textproc/bat/Makefile | 5 +- textproc/bat/cargo-depends.mk | 42 +++++------ textproc/bat/distinfo | 128 ++++++++++++++++++---------------- 3 files changed, 91 insertions(+), 84 deletions(-) diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index 6b09023960cd7..dd39366ef116a 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2022/04/18 19:12:10 adam Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/14 15:41:06 fox Exp $ -DISTNAME= bat-0.20.0 -PKGREVISION= 1 +DISTNAME= bat-0.21.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=sharkdp/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/bat/cargo-depends.mk b/textproc/bat/cargo-depends.mk index 744c6594ae509..5fc97eb2c639a 100644 --- a/textproc/bat/cargo-depends.mk +++ b/textproc/bat/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.3 2022/02/27 11:25:11 fox Exp $ +# $NetBSD: cargo-depends.mk,v 1.4 2022/05/14 15:41:06 fox Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 @@ -13,7 +13,7 @@ CARGO_CRATE_DEPENDS+= bit-set-0.5.2 CARGO_CRATE_DEPENDS+= bit-vec-0.6.3 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= bstr-0.2.17 -CARGO_CRATE_DEPENDS+= bugreport-0.4.1 +CARGO_CRATE_DEPENDS+= bugreport-0.5.0 CARGO_CRATE_DEPENDS+= bytemuck-1.7.3 CARGO_CRATE_DEPENDS+= bytesize-1.1.0 CARGO_CRATE_DEPENDS+= cc-1.0.72 @@ -38,14 +38,14 @@ CARGO_CRATE_DEPENDS+= encoding-index-tradchinese-1.20141219.5 CARGO_CRATE_DEPENDS+= encoding_index_tests-0.1.4 CARGO_CRATE_DEPENDS+= fancy-regex-0.7.1 CARGO_CRATE_DEPENDS+= fastrand-1.7.0 -CARGO_CRATE_DEPENDS+= flate2-1.0.22 +CARGO_CRATE_DEPENDS+= flate2-1.0.23 CARGO_CRATE_DEPENDS+= float-cmp-0.9.0 CARGO_CRATE_DEPENDS+= fnv-1.0.7 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 CARGO_CRATE_DEPENDS+= getrandom-0.2.3 CARGO_CRATE_DEPENDS+= git-version-0.3.5 CARGO_CRATE_DEPENDS+= git-version-macro-0.3.5 -CARGO_CRATE_DEPENDS+= git2-0.13.25 +CARGO_CRATE_DEPENDS+= git2-0.14.2 CARGO_CRATE_DEPENDS+= glob-0.3.0 CARGO_CRATE_DEPENDS+= globset-0.4.8 CARGO_CRATE_DEPENDS+= grep-cli-0.1.6 @@ -59,9 +59,8 @@ CARGO_CRATE_DEPENDS+= itoa-0.4.8 CARGO_CRATE_DEPENDS+= itoa-1.0.1 CARGO_CRATE_DEPENDS+= jobserver-0.1.24 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= lazycell-1.3.0 -CARGO_CRATE_DEPENDS+= libc-0.2.112 -CARGO_CRATE_DEPENDS+= libgit2-sys-0.12.26+1.3.0 +CARGO_CRATE_DEPENDS+= libc-0.2.125 +CARGO_CRATE_DEPENDS+= libgit2-sys-0.13.2+1.4.2 CARGO_CRATE_DEPENDS+= libz-sys-1.1.3 CARGO_CRATE_DEPENDS+= line-wrap-0.1.1 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 @@ -69,12 +68,11 @@ CARGO_CRATE_DEPENDS+= lock_api-0.4.5 CARGO_CRATE_DEPENDS+= log-0.4.14 CARGO_CRATE_DEPENDS+= matches-0.1.9 CARGO_CRATE_DEPENDS+= memchr-2.4.1 -CARGO_CRATE_DEPENDS+= memoffset-0.6.5 -CARGO_CRATE_DEPENDS+= miniz_oxide-0.4.4 -CARGO_CRATE_DEPENDS+= nix-0.23.1 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 +CARGO_CRATE_DEPENDS+= nix-0.24.1 CARGO_CRATE_DEPENDS+= normalize-line-endings-0.3.0 CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= once_cell-1.9.0 +CARGO_CRATE_DEPENDS+= once_cell-1.10.0 CARGO_CRATE_DEPENDS+= onig-6.3.1 CARGO_CRATE_DEPENDS+= onig_sys-69.7.1 CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 @@ -83,37 +81,40 @@ CARGO_CRATE_DEPENDS+= path_abs-0.5.1 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 CARGO_CRATE_DEPENDS+= pkg-config-0.3.24 CARGO_CRATE_DEPENDS+= plist-1.3.1 -CARGO_CRATE_DEPENDS+= predicates-2.1.0 +CARGO_CRATE_DEPENDS+= predicates-2.1.1 CARGO_CRATE_DEPENDS+= predicates-core-1.0.2 CARGO_CRATE_DEPENDS+= predicates-tree-1.0.4 +CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 +CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-hack-0.5.19 CARGO_CRATE_DEPENDS+= proc-macro2-1.0.36 CARGO_CRATE_DEPENDS+= quote-1.0.14 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 CARGO_CRATE_DEPENDS+= redox_users-0.4.0 -CARGO_CRATE_DEPENDS+= regex-1.5.4 +CARGO_CRATE_DEPENDS+= regex-1.5.5 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 CARGO_CRATE_DEPENDS+= rgb-0.8.31 +CARGO_CRATE_DEPENDS+= rustversion-1.0.6 CARGO_CRATE_DEPENDS+= ryu-1.0.9 CARGO_CRATE_DEPENDS+= safemem-0.3.3 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 -CARGO_CRATE_DEPENDS+= semver-1.0.4 +CARGO_CRATE_DEPENDS+= semver-1.0.7 CARGO_CRATE_DEPENDS+= serde-1.0.136 CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 CARGO_CRATE_DEPENDS+= serde_json-1.0.74 CARGO_CRATE_DEPENDS+= serde_yaml-0.8.23 -CARGO_CRATE_DEPENDS+= serial_test-0.5.1 -CARGO_CRATE_DEPENDS+= serial_test_derive-0.5.1 +CARGO_CRATE_DEPENDS+= serial_test-0.6.0 +CARGO_CRATE_DEPENDS+= serial_test_derive-0.6.0 CARGO_CRATE_DEPENDS+= shell-escape-0.1.5 -CARGO_CRATE_DEPENDS+= shell-words-1.0.0 +CARGO_CRATE_DEPENDS+= shell-words-1.1.0 CARGO_CRATE_DEPENDS+= smallvec-1.7.0 CARGO_CRATE_DEPENDS+= std_prelude-0.2.12 CARGO_CRATE_DEPENDS+= strsim-0.8.0 CARGO_CRATE_DEPENDS+= syn-1.0.85 -CARGO_CRATE_DEPENDS+= syntect-4.6.0 +CARGO_CRATE_DEPENDS+= syntect-5.0.0 CARGO_CRATE_DEPENDS+= sys-info-0.9.1 CARGO_CRATE_DEPENDS+= tempfile-3.3.0 CARGO_CRATE_DEPENDS+= term_size-0.3.2 @@ -121,8 +122,8 @@ CARGO_CRATE_DEPENDS+= termcolor-1.1.2 CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 CARGO_CRATE_DEPENDS+= termtree-0.2.3 CARGO_CRATE_DEPENDS+= textwrap-0.11.0 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= time-0.3.5 CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 @@ -133,6 +134,7 @@ CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= vcpkg-0.2.15 CARGO_CRATE_DEPENDS+= vec_map-0.8.2 +CARGO_CRATE_DEPENDS+= version_check-0.9.4 CARGO_CRATE_DEPENDS+= wait-timeout-0.2.0 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 diff --git a/textproc/bat/distinfo b/textproc/bat/distinfo index 5eda8634577ac..b5d597210bf3c 100644 --- a/textproc/bat/distinfo +++ b/textproc/bat/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2022/02/27 11:25:11 fox Exp $ +$NetBSD: distinfo,v 1.20 2022/05/14 15:41:06 fox Exp $ BLAKE2s (bat/adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (bat/adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -24,9 +24,9 @@ Size (bat/autocfg-1.0.1.crate) = 12908 bytes BLAKE2s (bat/base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 SHA512 (bat/base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 Size (bat/base64-0.13.0.crate) = 62070 bytes -BLAKE2s (bat/bat-0.20.0.tar.gz) = 9c24eb431bb2ec3e95c3934b4685ad494b782d3d48647abbf733fc2da4975777 -SHA512 (bat/bat-0.20.0.tar.gz) = 22b4ad8f8a5ba55cb8b16aefda29e95fd55e60ed8c2d3f0de36f6a00b770d9ee7f86f4e5ca35bee4e9f22772ab4b3c327d21ebbec25dc0350d9fb89a9f9f22e7 -Size (bat/bat-0.20.0.tar.gz) = 1698850 bytes +BLAKE2s (bat/bat-0.21.0.tar.gz) = d0cc22854262ff27d875ff2b61075e245ad8154fb9e16911ff3ef3d148f254e7 +SHA512 (bat/bat-0.21.0.tar.gz) = 113a8225bd297d9a18ad620c5509db1c4028d92387b70fb3eacc34b0ab9dabdd01a206d1b3062632830d8cf34cb12ea8ca6788a8ea985c5e5de57bf71306be70 +Size (bat/bat-0.21.0.tar.gz) = 1786921 bytes BLAKE2s (bat/bincode-1.3.3.crate) = 1e930f405c778c0da85c33cd203416d7b3176d07d792db338bce7399ad12a768 SHA512 (bat/bincode-1.3.3.crate) = 49e39d71214dbb623a18e3852f6f2f2a5c3f951b64107d66c8adaa95a442a3283fba978bca41b126c9879b12833b945f478d2c77d35482b3577fc1a894e8e5f3 Size (bat/bincode-1.3.3.crate) = 28958 bytes @@ -42,9 +42,9 @@ Size (bat/bitflags-1.3.2.crate) = 23021 bytes BLAKE2s (bat/bstr-0.2.17.crate) = a970078acf6f8b1a2a6be249cda3a6cc7225239af2aa21cbac2b60fbaab453fd SHA512 (bat/bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 Size (bat/bstr-0.2.17.crate) = 330350 bytes -BLAKE2s (bat/bugreport-0.4.1.crate) = fb82f720b9446e58b9051a2b1d065852c1dca06f0ffa7b154b011f6d531d1ae6 -SHA512 (bat/bugreport-0.4.1.crate) = ad54c8f52169594ae010093b818255cf16b44741db6802ffb9eb4c1fe699a59183f3505f553f8345aecfe3afd518c4272625adee0e880990a38b0bd9a9db6eed -Size (bat/bugreport-0.4.1.crate) = 13793 bytes +BLAKE2s (bat/bugreport-0.5.0.crate) = 8eeb5d4ef0288945d5d80704a2c5acf791cbb0f2be52c2649dc8fea9432221d3 +SHA512 (bat/bugreport-0.5.0.crate) = d1418b6c8df333b4b245f428f3442968f7b75961a00523fb432ff2f904eca07cd208d417e63b2fb0a86b85a6853e4c474d30c19b80a85d8724db66ecd762da7c +Size (bat/bugreport-0.5.0.crate) = 16149 bytes BLAKE2s (bat/bytemuck-1.7.3.crate) = 3aad7ff9a42e10e43944582ce79260fa0ad6c2ee53f244ffea5eff6fc9ccd812 SHA512 (bat/bytemuck-1.7.3.crate) = 03569cb6b6532ff62f406f8f6c80ea5cc3a4fc36ebe28f5a4bab32000862192eed2d26163062c62c0749d2f96ebed6968ce76d2e95a6430d9147c3648aff1f64 Size (bat/bytemuck-1.7.3.crate) = 27879 bytes @@ -117,9 +117,9 @@ Size (bat/fancy-regex-0.7.1.crate) = 78178 bytes BLAKE2s (bat/fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb SHA512 (bat/fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 Size (bat/fastrand-1.7.0.crate) = 11265 bytes -BLAKE2s (bat/flate2-1.0.22.crate) = 6026c5ee51057e56f4dae513bec826b4fc75d7a0c6e9619c33006920607c2097 -SHA512 (bat/flate2-1.0.22.crate) = c76fa3b097774f1da884b969285bb3aa7fac489446845c93dec1afe6b94bfa11f708e6718d5e4460022b9398a698378a210c3b25e9e676d2bde9d5be1a63261f -Size (bat/flate2-1.0.22.crate) = 76026 bytes +BLAKE2s (bat/flate2-1.0.23.crate) = 583b36f5a7633fc0284c0984b7c464819307413180cb59e4311efd7c41beb9a9 +SHA512 (bat/flate2-1.0.23.crate) = 01f84f0d4d0c06aa0c807e5ccb418a5675d88d568694f74aabec8ee06c74e6b75c9c28fbeba2a99fe74b00bd29e71b9aa2df0d96da85beec76b3a30b4d044fe9 +Size (bat/flate2-1.0.23.crate) = 70440 bytes BLAKE2s (bat/float-cmp-0.9.0.crate) = 4f12d531ce122b1785eda3125e27ba4b3188f2b4294843329fd7fbcb25fd0c29 SHA512 (bat/float-cmp-0.9.0.crate) = f8dad12ecf8a278769054fd78794999dae8dedbcfde5e77bdf6cea12fdeaadeeb2f1f3ca62df9aadc1bc3f61457236c4854d6d6923ad6d03ae7f23af600572e8 Size (bat/float-cmp-0.9.0.crate) = 10102 bytes @@ -138,9 +138,9 @@ Size (bat/git-version-0.3.5.crate) = 3203 bytes BLAKE2s (bat/git-version-macro-0.3.5.crate) = a961c4d39eec4f6955f29dd9bcea4b8eb2568df8a105301e661292da35c5cd43 SHA512 (bat/git-version-macro-0.3.5.crate) = 319729646469ab6508e16e6f3b88f588580fe7089479f70522edd6ac7eadb3c4576f0a57863bd3927d1ada693c3fe3706dc6a75e6cd75723db7f23199dc69ae0 Size (bat/git-version-macro-0.3.5.crate) = 4302 bytes -BLAKE2s (bat/git2-0.13.25.crate) = 06a23afdbc5a83abfc443e2d72d268a5843bdeea9ffbde7ceb3566666d3e7fae -SHA512 (bat/git2-0.13.25.crate) = 666f11464f34d82abd994f00a0b81e960551c4c524b4f00d28e5c728172dfa894fec65050767cc96d18d1d5de57f1e901154fe8d70e2e31b93b93790bce021ab -Size (bat/git2-0.13.25.crate) = 194192 bytes +BLAKE2s (bat/git2-0.14.2.crate) = 53997327511bda61ef4bcad4a7f416a48086aa8202fb1afe11b1242deca55886 +SHA512 (bat/git2-0.14.2.crate) = 7e4c0660fb7f48fda3ed73bcd577e2a40eb44005bd1130f9fbc0c515bfd155ec75a2efabdde99661a7c4590e52a749be4342397b79a47bbfe8f4fb8fe160dd22 +Size (bat/git2-0.14.2.crate) = 196856 bytes BLAKE2s (bat/glob-0.3.0.crate) = a60fa0dbb50f7da285b5ad2a74a36139efc9e6fe2f33c9ac81cf2c2db6b024f0 SHA512 (bat/glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46 Size (bat/glob-0.3.0.crate) = 18724 bytes @@ -180,15 +180,12 @@ Size (bat/jobserver-0.1.24.crate) = 21303 bytes BLAKE2s (bat/lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (bat/lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (bat/lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (bat/lazycell-1.3.0.crate) = 4b68bb7aee4d9c2db1f382991cd5257b908571f8e550a9af7818ce4a2c268469 -SHA512 (bat/lazycell-1.3.0.crate) = f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d -Size (bat/lazycell-1.3.0.crate) = 12502 bytes -BLAKE2s (bat/libc-0.2.112.crate) = 09606c79a810802b6d71f0d5dfb6fb903c9dd4af7ebe7ef837c2d6705657a11c -SHA512 (bat/libc-0.2.112.crate) = 6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f -Size (bat/libc-0.2.112.crate) = 571445 bytes -BLAKE2s (bat/libgit2-sys-0.12.26+1.3.0.crate) = e06d2fd75375aeccc6cd953b15370574733e713bad99f653669f8c68cc59ed3a -SHA512 (bat/libgit2-sys-0.12.26+1.3.0.crate) = de30865b3d4ab0288e090381e5646e3e8028c341fac93014168fcfa5f166f7fbad9fc4ebd285919247cc6bac178658eb936ea1fdf168068248be07ad34ecc54d -Size (bat/libgit2-sys-0.12.26+1.3.0.crate) = 1476836 bytes +BLAKE2s (bat/libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (bat/libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (bat/libc-0.2.125.crate) = 589236 bytes +BLAKE2s (bat/libgit2-sys-0.13.2+1.4.2.crate) = 54946d5481e8361eff2a9c53992b87019543f87ee0115a797da28b2c75293846 +SHA512 (bat/libgit2-sys-0.13.2+1.4.2.crate) = 54d7c11d930554dd10b112d878dc7ea473c7d45e74d394e21e99f5d4632741f49aa31746bf2594705d337b5b64e6b877e510938ceb2117837c9a6f685ef8824f +Size (bat/libgit2-sys-0.13.2+1.4.2.crate) = 1492799 bytes BLAKE2s (bat/libz-sys-1.1.3.crate) = 7f7b7ae67a2839af4d8824c2f9ff3f1e8b63794723fb3d984374f232b09b41a0 SHA512 (bat/libz-sys-1.1.3.crate) = 9ad3ac88cb3c436ba046a55123b7a3c96c56a8ae2a1b85a3eb39339e84441b16c82d35630e9aad1d51db83943f2d08cf0bd45e212b7284c224de451a0f0c30bb Size (bat/libz-sys-1.1.3.crate) = 1341394 bytes @@ -210,24 +207,21 @@ Size (bat/matches-0.1.9.crate) = 2246 bytes BLAKE2s (bat/memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 SHA512 (bat/memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 Size (bat/memchr-2.4.1.crate) = 64977 bytes -BLAKE2s (bat/memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 -SHA512 (bat/memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f -Size (bat/memoffset-0.6.5.crate) = 7686 bytes -BLAKE2s (bat/miniz_oxide-0.4.4.crate) = 46acb405ff6a26e8421ff8bb8000f4bb5f751fd824b4865147ec36a35f364f3c -SHA512 (bat/miniz_oxide-0.4.4.crate) = 2c6e484a8a53c6b1fb84e2bf9518919e6e5ba84e7716c0bb8e33b53dc0d3432c35f28f19c18368e27c94f6df66b7674f514ef889cf1b19f546bedfb6e6ebaf6f -Size (bat/miniz_oxide-0.4.4.crate) = 49938 bytes -BLAKE2s (bat/nix-0.23.1.crate) = f2cc2a3e893a47f30d1623cd826559065d811604dcf64ca337299adfdc8a8f7b -SHA512 (bat/nix-0.23.1.crate) = 23431030b094ebb027200d8cdc05d0ac1730fbb86ee088795a2314f1ba19b76ed5f24373c1aba8125575bf69f8e7d4d9c08344b9cb49a4ae3d8f7987b5f4e6b6 -Size (bat/nix-0.23.1.crate) = 240531 bytes +BLAKE2s (bat/miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e +SHA512 (bat/miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 +Size (bat/miniz_oxide-0.5.1.crate) = 52418 bytes +BLAKE2s (bat/nix-0.24.1.crate) = fe97a96f2a60fd190470458e528b89b22733d8111577c60906b7011c23e680b6 +SHA512 (bat/nix-0.24.1.crate) = eea2346477b5acbcc7c74fc0d3f99e35bc85f8195563599423cd838f258c388561e82feb66e9793528f55eea2cb015e899a335d6da82ca0c1b8acdff1b53efaa +Size (bat/nix-0.24.1.crate) = 263506 bytes BLAKE2s (bat/normalize-line-endings-0.3.0.crate) = d148e24dadfbeccefd806b3d8f5426498c5118471813392b089158daffe2c77f SHA512 (bat/normalize-line-endings-0.3.0.crate) = f8e2a6e333b0e8972febe8b9cf058c8d899c384fd177e0b6ef1c5f94e0fa18192963970cb1a2ba80e3135a8cca66cdae6796e4d84ac6b325bb369575bdfc6eea Size (bat/normalize-line-endings-0.3.0.crate) = 5737 bytes BLAKE2s (bat/num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf SHA512 (bat/num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e Size (bat/num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (bat/once_cell-1.9.0.crate) = f99885c797cc23ddc5cbad0ca82d13c28b170d87b594fae1fd73cdaf019a5831 -SHA512 (bat/once_cell-1.9.0.crate) = cfdb6aa4bcc0f50d4c37eb69867d2deefa70323a7b607e55180b7d417b7188c4f2889417fd04fc51671c65eac75c7d9e7eda06a87dedb846056def66d14eaa46 -Size (bat/once_cell-1.9.0.crate) = 30702 bytes +BLAKE2s (bat/once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d +SHA512 (bat/once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab +Size (bat/once_cell-1.10.0.crate) = 30414 bytes BLAKE2s (bat/onig-6.3.1.crate) = c271be633a34a4093473706fe4f995880ade67eb30df619fe318fedef2ad7adc SHA512 (bat/onig-6.3.1.crate) = 5c487063b669532e31acce0788b690c53a8d95eb628cea970dd335bb721fa99e67bb6c531b0a9a388354b7e1a6e1621cc953e029f1791dde43736a577002d955 Size (bat/onig-6.3.1.crate) = 30879 bytes @@ -252,15 +246,21 @@ Size (bat/pkg-config-0.3.24.crate) = 16489 bytes BLAKE2s (bat/plist-1.3.1.crate) = 312b7c162e75d14a6d6b5c38eb424c7db69c95d41264cb598e8049197c53b600 SHA512 (bat/plist-1.3.1.crate) = 4cf962af14b4218502eb4aae5507d93c58c4a0b716f923c3f0e53e37225940c5ab6847d7d9ad5004f77dc2dbbd28f73412cc114fd231e515f23a4ade3f969e86 Size (bat/plist-1.3.1.crate) = 44772 bytes -BLAKE2s (bat/predicates-2.1.0.crate) = 2c345ad15b90d35cd44792dfcf6b6ba6135374c85de77a34f0f89d3a9ed17b53 -SHA512 (bat/predicates-2.1.0.crate) = 824cc99e8e904e5257223bba104cc705fb2e1c93ec6b638cd898dd53fb29217978de1a61c2f11caf1e4a0e076a37efbd09a2998457bcf4af1c2e7eb3c089e0af -Size (bat/predicates-2.1.0.crate) = 23141 bytes +BLAKE2s (bat/predicates-2.1.1.crate) = cc32cefa4a4afae1ce5a0f843f4b45caf28f0ebb858a06a77d0669297f20cd38 +SHA512 (bat/predicates-2.1.1.crate) = c850fa2541265aeb23d5c19dac6c7654dc434f1239ecc8b1cfaea89bd120112e2c45f127b491fbfba1c053db8413e8b561896729a56b6588142dd9ba9a33988b +Size (bat/predicates-2.1.1.crate) = 23150 bytes BLAKE2s (bat/predicates-core-1.0.2.crate) = 009875baf8ddbcd2235dc986b012c88d345977afe7d87cce086e77aa099c3487 SHA512 (bat/predicates-core-1.0.2.crate) = bfeee297e7bb81c1cc63908ab47f10e21e53b9f690d9aaf08855bc1824e0c87cf05c92e5a8dbc57eace7490c0ce58bbe2e178ac33ad0553ad2772593d89f8aab Size (bat/predicates-core-1.0.2.crate) = 8185 bytes BLAKE2s (bat/predicates-tree-1.0.4.crate) = 4fe85a9b5574e8af0edcec7b1d23fb52b9d17f04a5d17e34ac4f89416d2d43c1 SHA512 (bat/predicates-tree-1.0.4.crate) = f4d4f3d58c13c9b0344832709709a677d0d1f32e80a2c1e7f38a6f214efaabfc2b8e12d4bb4ac8f0c57def9a44cfe94ce9144132cacc2b6f84002a57aeb4ae5e Size (bat/predicates-tree-1.0.4.crate) = 7682 bytes +BLAKE2s (bat/proc-macro-error-1.0.4.crate) = 2877169f24a0bf3a09d9bfd388ac5d39082672d9258c1c96a851c1bc166b234a +SHA512 (bat/proc-macro-error-1.0.4.crate) = 8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db +Size (bat/proc-macro-error-1.0.4.crate) = 25293 bytes +BLAKE2s (bat/proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 +SHA512 (bat/proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 +Size (bat/proc-macro-error-attr-1.0.4.crate) = 7971 bytes BLAKE2s (bat/proc-macro-hack-0.5.19.crate) = 61d98efa7bf829362cb8fcc4ef3ec6d31da0aa9fdfd7a9c3f3f3146ff5bf9c31 SHA512 (bat/proc-macro-hack-0.5.19.crate) = 9e4cbec41056438287f5b23086264c86e2f0cdc193064006556736377b2954229de13a585149b9995002c9aee3334ee2a80ae4afdcc96cabe7ed2bf718476952 Size (bat/proc-macro-hack-0.5.19.crate) = 15556 bytes @@ -276,9 +276,9 @@ Size (bat/redox_syscall-0.2.10.crate) = 23582 bytes BLAKE2s (bat/redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf SHA512 (bat/redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 Size (bat/redox_users-0.4.0.crate) = 13023 bytes -BLAKE2s (bat/regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (bat/regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (bat/regex-1.5.4.crate) = 236581 bytes +BLAKE2s (bat/regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 +SHA512 (bat/regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 +Size (bat/regex-1.5.5.crate) = 238119 bytes BLAKE2s (bat/regex-automata-0.1.10.crate) = 283615bf1114bdcf5a2ebd639ba1889a8a9a0195b566f41226f7e0961f3d5d81 SHA512 (bat/regex-automata-0.1.10.crate) = 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f Size (bat/regex-automata-0.1.10.crate) = 114533 bytes @@ -291,6 +291,9 @@ Size (bat/remove_dir_all-0.5.3.crate) = 9184 bytes BLAKE2s (bat/rgb-0.8.31.crate) = 6dd5ee8403df4b6d66a3b5fd1137a8a3f7d24019924fef99fac347a43dc583d2 SHA512 (bat/rgb-0.8.31.crate) = a9b307c88dbe24b383e38311a411365a709d4d7fe8d5e0e35f29200af3f2b912e1251a68b268c383a2f00538a93fffd05f0bdf1ca15e5bd3f56000c789ecc144 Size (bat/rgb-0.8.31.crate) = 16087 bytes +BLAKE2s (bat/rustversion-1.0.6.crate) = a82b3505b23caef2f581ce87720e125119abec4591214cd2ad8aa907eac62f03 +SHA512 (bat/rustversion-1.0.6.crate) = fa9efca7e49eff6c510d062d02fc73d15341b1fe16d24dada86108202a4295d2e0519aecf3f1701540cd4d49a513c05e74d3d27e21e5eb3cb1aba46c70a992cc +Size (bat/rustversion-1.0.6.crate) = 18380 bytes BLAKE2s (bat/ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 SHA512 (bat/ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb Size (bat/ryu-1.0.9.crate) = 48391 bytes @@ -303,9 +306,9 @@ Size (bat/same-file-1.0.6.crate) = 10183 bytes BLAKE2s (bat/scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (bat/scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (bat/scopeguard-1.1.0.crate) = 11470 bytes -BLAKE2s (bat/semver-1.0.4.crate) = f6cefa21c17314902c9c8678856c9de2115878bba334313ecdf5460023d32087 -SHA512 (bat/semver-1.0.4.crate) = 82ef2b4a3533360de1c645dba02b57a2670fdc51709a07be4a63b94055335225764d42d70f9617ed3aeb4c4de121da24e73b0e2c5c781501e9ee32dff756ebd9 -Size (bat/semver-1.0.4.crate) = 29375 bytes +BLAKE2s (bat/semver-1.0.7.crate) = 6dbf6c5244cd9fcfe283ec6da3fa7036c3f32eac19398d91b816f73fa65b892c +SHA512 (bat/semver-1.0.7.crate) = 1956b173e70a9ae78d4e96d62951072879998125bf4703a2763c8cafa4e94100010d6f923afb3b7201d0a3128948b71a5cad0b82cae1239e8f7631d5e003c663 +Size (bat/semver-1.0.7.crate) = 30064 bytes BLAKE2s (bat/serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 SHA512 (bat/serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 Size (bat/serde-1.0.136.crate) = 76158 bytes @@ -318,18 +321,18 @@ Size (bat/serde_json-1.0.74.crate) = 115919 bytes BLAKE2s (bat/serde_yaml-0.8.23.crate) = 40768e4eb74057ea745ca51641be1f3b7fac41713f7881f785455eb7a936b1c1 SHA512 (bat/serde_yaml-0.8.23.crate) = 7831299cedf0fa9155a76b61436ec1cbc06adfe672a102973e8cffc8b277d99b4104d70951ed16b18283f3291c8047d6af413e0438da3e6bc6745bfb6816628a Size (bat/serde_yaml-0.8.23.crate) = 42140 bytes -BLAKE2s (bat/serial_test-0.5.1.crate) = 8efdc265379b9c71a74289df94f88c4910d1adf556bbc85af5bc409ee5afc0d1 -SHA512 (bat/serial_test-0.5.1.crate) = e1a0f7a24981698eaa6bcce8f951863f76e8a2750aff3191104d092a06021c39d4eb2e9b74e6690b0dba0d674a216ea170efe0a5367d22bdef72c2006f644a4e -Size (bat/serial_test-0.5.1.crate) = 2993 bytes -BLAKE2s (bat/serial_test_derive-0.5.1.crate) = 5af9db326cc7d0dc3a3154dcfe1e4d073d02ac495ce41fda604a8bcd2e64c1eb -SHA512 (bat/serial_test_derive-0.5.1.crate) = e3f4b3c2eed1b284dbff7447c2f912343f9b95cbd88f3387c0136ca42698b38a607c752277ee4590ded9f73f475325d2652ba67ba029ddd54711d9070ac5f43e -Size (bat/serial_test_derive-0.5.1.crate) = 3609 bytes +BLAKE2s (bat/serial_test-0.6.0.crate) = bea53ea5171706af9a425b78129d8e629ab91c3da8428f7232fc0cb372d73d34 +SHA512 (bat/serial_test-0.6.0.crate) = 36340e6234b44ef99d0e4f25a6f98dbe080cb0c2b0de06bdb8fe72cf7c6398110ca0489e556b7ba24be708e7fae3fc63400075e1d061a86d5d612d70b216d46f +Size (bat/serial_test-0.6.0.crate) = 4494 bytes +BLAKE2s (bat/serial_test_derive-0.6.0.crate) = 4584ad56a3735c2501e366509860cd9ea38ac7276f89fbe90601caa1a90f2162 +SHA512 (bat/serial_test_derive-0.6.0.crate) = 45885b6556ec89356b0db59f53cdec2f147ed71c61c072ab3d5c472bb574c3e64632668272f1b43cb10c6e3113cbbac85e58bb0e2ea589630aba6545a0d2da2b +Size (bat/serial_test_derive-0.6.0.crate) = 5581 bytes BLAKE2s (bat/shell-escape-0.1.5.crate) = e8c201f9f341c925401db041843ebd540767c94323e3d9623304fa143653255b SHA512 (bat/shell-escape-0.1.5.crate) = 848f8d47d802b82e83f113fb07f44fe962628379481d1bef9d15f2e5821a382c9928c32175652361aae9fe4c8fa5c1dc1c89350db6ef5e68691bae4a3742df93 Size (bat/shell-escape-0.1.5.crate) = 6847 bytes -BLAKE2s (bat/shell-words-1.0.0.crate) = 376bd2cd2db527621c1ac83c6d4f0b9efd9263f5199f9acd721c08dd80558159 -SHA512 (bat/shell-words-1.0.0.crate) = f1de4606bb249fca7dea437464ef560aa49839382716b9c940738547a5def28337501d9ba77d96a63ecb956d3c49867d6f4742f14946448a2c9d0b1ecea9ebc9 -Size (bat/shell-words-1.0.0.crate) = 9798 bytes +BLAKE2s (bat/shell-words-1.1.0.crate) = 84a7e31b11cf452d0d0606c8e6d6809ce707d4e1abe35546491dd262010f4912 +SHA512 (bat/shell-words-1.1.0.crate) = 05c280a8e1f65b205746560a82e397689a3b5ec934219b558ece3a25efbfdefe903f9172319240e96039b38fb2c4be6e070805aedbdfd10344d9144b9c93de00 +Size (bat/shell-words-1.1.0.crate) = 9871 bytes BLAKE2s (bat/smallvec-1.7.0.crate) = 0e0f347ecc9c77038c8277d2ce1032d21b6eb66b2f1a530c109861b7c9b34b22 SHA512 (bat/smallvec-1.7.0.crate) = d061e0059cd6bd1636424374848aa1d4edd21f75605844a7855ff5d343dbdb71e6eb14bd70de7947ae7ab58f04ff096a5e77aa9a1ac14cef59f657685c846156 Size (bat/smallvec-1.7.0.crate) = 27459 bytes @@ -342,9 +345,9 @@ Size (bat/strsim-0.8.0.crate) = 9309 bytes BLAKE2s (bat/syn-1.0.85.crate) = 2636e2a8b6164aea118fe234d756f4f3e79f5b1d1250493d382c5f9caffddcc4 SHA512 (bat/syn-1.0.85.crate) = f12ac93bfc8f24b2a567485fc738a40ae8c9649515783003e07bc5d0f3e377bc324a4f649d66c7fa2d1272cb0a2fb884ecfb06f8aed98dc3c03329f62d03a44e Size (bat/syn-1.0.85.crate) = 235056 bytes -BLAKE2s (bat/syntect-4.6.0.crate) = 33aca282a7352e5e33ddc23bc1e3418226774d5f7cdda75cbbdfd35a791c6e25 -SHA512 (bat/syntect-4.6.0.crate) = 9e320afaf4c2adf41dd7e20c5d95e3063fe8d2774d8deec7e0df3debab050e96a1a5c85d1732c661ee4022dc5bf1abfed2982f13269689b527f35efb2c82beba -Size (bat/syntect-4.6.0.crate) = 750938 bytes +BLAKE2s (bat/syntect-5.0.0.crate) = 494f825761c1f848823f1f1089bb7eca6c4f0f3c883d878ea396660d2891f808 +SHA512 (bat/syntect-5.0.0.crate) = b444424ad5f2ff9897707d6c2d0a39cf4e48a8d9a838286fc9f7bd9db6f1b4228bd2a5c985f5f88c014e75a7ee94bffdfee1cca45bd68e6db52e624e71923dc9 +Size (bat/syntect-5.0.0.crate) = 809452 bytes BLAKE2s (bat/sys-info-0.9.1.crate) = 12245f0f4d7928c519ff98ed5595167eff5e174d5681832f28e76a786b10408a SHA512 (bat/sys-info-0.9.1.crate) = 52e23efd5bba1ce07d7fffb8c2d6864a8056b1e8ce1b85c4d2d4b37b9d57dfa5a6c0eae9e2018e07af47469c3f7812ccbd27351cbd6c95a7b788ec87cd544b2e Size (bat/sys-info-0.9.1.crate) = 20589 bytes @@ -366,12 +369,12 @@ Size (bat/termtree-0.2.3.crate) = 6926 bytes BLAKE2s (bat/textwrap-0.11.0.crate) = aac1ca89e048f3559b66b2653332c7a880ffdd9d7e557c097334ed50099ae7af SHA512 (bat/textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a Size (bat/textwrap-0.11.0.crate) = 17322 bytes -BLAKE2s (bat/thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (bat/thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (bat/thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (bat/thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (bat/thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (bat/thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (bat/thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (bat/thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (bat/thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (bat/thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (bat/thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (bat/thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (bat/time-0.3.5.crate) = 9216aa8010ccc3d0c1447dcdfdabc6f8f5d730707e90884d8402b100b6de8307 SHA512 (bat/time-0.3.5.crate) = 751afd33abf9879b7bc524b50c63ca4722aa39d5bef3ddb371ec4d6efc9acbee9033c5813ec7d31e5e627e3c7fcd491ad4e7016130b7b09f931023e2bf395574 Size (bat/time-0.3.5.crate) = 72732 bytes @@ -402,6 +405,9 @@ Size (bat/vcpkg-0.2.15.crate) = 228735 bytes BLAKE2s (bat/vec_map-0.8.2.crate) = a40b5b21f51fcfad8f2fa810b929af3cb20cd710bec9216e8750e973dc9ff59a SHA512 (bat/vec_map-0.8.2.crate) = 4f1ef59bc2c437e79f1f84fe021bce5aa8ccd581f500f3d5776913d5f17d45b03ccee64f5bd03d47656318cfc9344a1f4311079d471fa409a8e4e94c143973f9 Size (bat/vec_map-0.8.2.crate) = 14466 bytes +BLAKE2s (bat/version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 +SHA512 (bat/version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 +Size (bat/version_check-0.9.4.crate) = 14895 bytes BLAKE2s (bat/wait-timeout-0.2.0.crate) = 74292341b8dbc71125610cb6f528f9a1b05b234d35fc98899901971af99da233 SHA512 (bat/wait-timeout-0.2.0.crate) = db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066 Size (bat/wait-timeout-0.2.0.crate) = 12441 bytes From c2e0f1c03a8d8d4230a3eaa0266777fb677067ac Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 14 May 2022 15:41:46 +0000 Subject: [PATCH 0398/1154] doc: Updated textproc/bat to 0.21.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4dbc86558a3f1..376249f29de59 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2555 2022/05/14 15:14:46 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.2556 2022/05/14 15:41:46 fox Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3942,3 +3942,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/lxqt-build-tools to 0.11.0nb1 [jperkin 2022-05-14] Updated textproc/ruby-nokogiri to 1.13.6 [tsutsui 2022-05-14] Updated misc/s6-portable-utils to 2.2.4.0nb1 [schmonz 2022-05-14] + Updated textproc/bat to 0.21.0 [fox 2022-05-14] From 58f43fb4d919a15d940f577d9c25d97e8c5f56e4 Mon Sep 17 00:00:00 2001 From: jperkin Date: Sat, 14 May 2022 16:08:58 +0000 Subject: [PATCH 0399/1154] kfilemetadata5: Avoid attr dependency on SunOS. Doesn't appear to be required, and the latter is unsupported. --- sysutils/kfilemetadata5/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sysutils/kfilemetadata5/Makefile b/sysutils/kfilemetadata5/Makefile index 928b71e070549..8af58922e0526 100644 --- a/sysutils/kfilemetadata5/Makefile +++ b/sysutils/kfilemetadata5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2022/05/04 21:05:45 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2022/05/14 16:08:58 jperkin Exp $ DISTNAME= kfilemetadata-${KF5VER} PKGNAME= ${DISTNAME:S/-/5-/} @@ -15,6 +15,12 @@ USE_TOOLS+= msgmerge pkg-config DEPENDS+= catdoc-[0-9]*:../../textproc/catdoc +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} != "SunOS" +.include "../../sysutils/attr/buildlink3.mk" +.endif + .include "../../lang/python/tool.mk" .include "../../archivers/karchive/buildlink3.mk" .include "../../audio/taglib/buildlink3.mk" @@ -24,7 +30,6 @@ DEPENDS+= catdoc-[0-9]*:../../textproc/catdoc .include "../../graphics/kdegraphics-mobipocket/buildlink3.mk" .include "../../multimedia/ffmpeg4/buildlink3.mk" .include "../../print/poppler-qt5/buildlink3.mk" -.include "../../sysutils/attr/buildlink3.mk" .include "../../textproc/ebook-tools/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../mk/bsd.pkg.mk" From 2ab4e2eebc63088a04a1200a67807014abf6a403 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 May 2022 16:18:30 +0000 Subject: [PATCH 0400/1154] qwt6-qt5: libqwt.dylib needs rpath fixup --- x11/qwt6-qt5/Makefile | 14 +++++++++++--- x11/qwt6-qt5/buildlink3.mk | 4 ++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/x11/qwt6-qt5/Makefile b/x11/qwt6-qt5/Makefile index 5bc1675dea7c4..2d2a064db4969 100644 --- a/x11/qwt6-qt5/Makefile +++ b/x11/qwt6-qt5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2022/05/14 15:19:05 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/14 16:18:30 tnn Exp $ DISTNAME= qwt-6.1.5 PKGNAME= qwt6-qt5-6.1.5 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qwt/} EXTRACT_SUFX= .tar.bz2 @@ -34,7 +34,15 @@ do-configure: # already loaded, at least as used in qgis. CHECK_SHLIBS_SKIP+= qt5/plugins/designer/libqwt_designer_plugin.so CHECK_SHLIBS_SKIP+= qt5/plugins/designer/libqwt_designer_plugin.dylib -CHECK_SHLIBS_SKIP+= qwt-6.1.5/lib/libqwt.6.1.5.dylib + +.include "../../mk/bsd.prefs.mk" + +post-install: +.if ${OPSYS} == "Darwin" + install_name_tool \ + -id ${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib \ + ${DESTDIR}${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib +.endif .include "../../x11/qt5-qttools/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/x11/qwt6-qt5/buildlink3.mk b/x11/qwt6-qt5/buildlink3.mk index 3be6870722afd..777b121f2d000 100644 --- a/x11/qwt6-qt5/buildlink3.mk +++ b/x11/qwt6-qt5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2022/04/18 19:10:18 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2022/05/14 16:18:30 tnn Exp $ BUILDLINK_TREE+= qwt6-qt5 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qwt6-qt5 QWT6_QT5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qwt6-qt5+= qwt6-qt5>=6.1.5 -BUILDLINK_ABI_DEPENDS.qwt6-qt5?= qwt6-qt5>=6.1.5nb10 +BUILDLINK_ABI_DEPENDS.qwt6-qt5?= qwt6-qt5>=6.1.5nb10 BUILDLINK_PKGSRCDIR.qwt6-qt5?= ../../x11/qwt6-qt5 QWT_DIR= ${BUILDLINK_PREFIX.qwt6-qt5}/qwt-6.1.5 From c1b80722f0a05acfd16dc0ed82e85d218d4ca61b Mon Sep 17 00:00:00 2001 From: jperkin Date: Sat, 14 May 2022 16:47:48 +0000 Subject: [PATCH 0401/1154] pciutils: Update patch to current version. --- sysutils/pciutils/distinfo | 4 ++-- sysutils/pciutils/patches/patch-lib_internal.h | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo index 57faf331c975b..edd2c7bbfcaa4 100644 --- a/sysutils/pciutils/distinfo +++ b/sysutils/pciutils/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.41 2022/05/13 23:50:46 tnn Exp $ +$NetBSD: distinfo,v 1.42 2022/05/14 16:47:48 jperkin Exp $ BLAKE2s (pciutils-3.8.0.tar.gz) = ed9638a759d045122ae4b466582fa4a763d930ed8de71e59519e1f7370249d51 SHA512 (pciutils-3.8.0.tar.gz) = 49b8ccc87cc82326744de7f0306c0245a5bb87740d3e96b18378cc07477ca176bd3ffaf699bfe9954d61381c57f65aa703c07fa6406fe2be289917dc1715600d @@ -8,4 +8,4 @@ SHA1 (patch-ab) = 01ed933aa91fd71b37e73899be816894ef4e3d8f SHA1 (patch-ac) = 83fd2d79a7a4a05593ccd69b9d1f38e6ec4763c8 SHA1 (patch-lib_filter.c) = 60ab18c9cd4f9850f500f11fe837006bef93ed3a SHA1 (patch-lib_i386-io-sunos.h) = 4917244d39b48d38b8173cf3031281ad1c7fec24 -SHA1 (patch-lib_internal.h) = e608669ead99bb63e3c245046412b8cde5abc31a +SHA1 (patch-lib_internal.h) = e326bff29cc546bce2e29b465e220321084e8d93 diff --git a/sysutils/pciutils/patches/patch-lib_internal.h b/sysutils/pciutils/patches/patch-lib_internal.h index a95b27afdf18f..1845b5dc7462d 100644 --- a/sysutils/pciutils/patches/patch-lib_internal.h +++ b/sysutils/pciutils/patches/patch-lib_internal.h @@ -1,4 +1,4 @@ -$NetBSD: patch-lib_internal.h,v 1.1 2022/01/09 22:31:57 tnn Exp $ +$NetBSD: patch-lib_internal.h,v 1.2 2022/05/14 16:47:48 jperkin Exp $ no symbol versioning available on SunOS @@ -13,12 +13,12 @@ no symbol versioning available on SunOS +#define DEFINE_ALIAS(_decl, _for) +#define SYMBOL_VERSION(_int, _ext) +#define pci_fill_info_v35 pci_fill_info -+#define pci_filter_init_v33 pci_filter_init -+#define pci_fill_info_v35 pci_fill_info ++#define pci_filter_init_v38 pci_filter_init ++#define pci_fill_info_v38 pci_fill_info +#define pci_init_v35 pci_init -+#define pci_filter_parse_slot_v33 pci_filter_parse_slot -+#define pci_filter_parse_id_v33 pci_filter_parse_id -+#define pci_filter_match_v33 pci_filter_match ++#define pci_filter_parse_slot_v38 pci_filter_parse_slot ++#define pci_filter_parse_id_v38 pci_filter_parse_id ++#define pci_filter_match_v38 pci_filter_match #else #define STATIC_ALIAS(_decl, _for) #define DEFINE_ALIAS(_decl, _for) extern _decl __attribute__((alias(#_for))) From da416a62e7c1600c230f919af6a07ef0fc6e48df Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 May 2022 17:00:25 +0000 Subject: [PATCH 0402/1154] py-qwt-qt5: fix build on macOS --- x11/py-qwt-qt5/Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/x11/py-qwt-qt5/Makefile b/x11/py-qwt-qt5/Makefile index df2f1ec52c1b6..18fb7d5b6efcf 100644 --- a/x11/py-qwt-qt5/Makefile +++ b/x11/py-qwt-qt5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/04/18 19:12:24 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/14 17:00:25 tnn Exp $ VERSION= 1.02.00 DISTNAME= pyqt-qwt-${VERSION} @@ -38,6 +38,17 @@ do-configure: --pyqt-sipdir=${PREFIX}/share/sip${PYVERSSUFFIX}/PyQt5 \ --verbose +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Darwin" +# clang: error: invalid argument '-bundle' not allowed with '-dynamiclib' +BUILDLINK_TRANSFORM+= rm:-bundle +post-install: + install_name_tool \ + -id ${PREFIX}/${PYSITELIB}/PyQt5/Qwt.so \ + ${DESTDIR}${PREFIX}/${PYSITELIB}/PyQt5/Qwt.so +.endif + .include "../../lang/python/extension.mk" .include "../../x11/py-qt5/buildlink3.mk" .include "../../x11/py-sip/buildlink3.mk" From 0954f0303f517b3d21a9460371ecd6fa3d00d58e Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 May 2022 18:17:50 +0000 Subject: [PATCH 0403/1154] openjdk17: installs jdk.internal.vm.compiler on aarch64 --- lang/openjdk17/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/openjdk17/Makefile b/lang/openjdk17/Makefile index 10501a5102514..1008fa2c85fe4 100644 --- a/lang/openjdk17/Makefile +++ b/lang/openjdk17/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/05/14 12:02:56 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/14 18:17:50 tnn Exp $ DISTNAME= jdk17u-${GITHUB_TAG:C/\+/-/} PKGNAME= openjdk17-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/} @@ -154,6 +154,7 @@ PLIST.internal_vm_compiler= yes PLIST.jvmci= yes .endif .if ${MACHINE_ARCH} == "aarch64" +PLIST.internal_vm_compiler= yes PLIST.jvmci= yes .endif From eaa6cf01652df0e29f6458131d90b55373b74357 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 May 2022 18:26:26 +0000 Subject: [PATCH 0404/1154] qwt6-qt5: fix pathname copypasta mistake --- x11/qwt6-qt5/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/qwt6-qt5/Makefile b/x11/qwt6-qt5/Makefile index 2d2a064db4969..3db3112971543 100644 --- a/x11/qwt6-qt5/Makefile +++ b/x11/qwt6-qt5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2022/05/14 16:18:30 tnn Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/14 18:26:26 tnn Exp $ DISTNAME= qwt-6.1.5 PKGNAME= qwt6-qt5-6.1.5 @@ -40,8 +40,8 @@ CHECK_SHLIBS_SKIP+= qt5/plugins/designer/libqwt_designer_plugin.dylib post-install: .if ${OPSYS} == "Darwin" install_name_tool \ - -id ${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib \ - ${DESTDIR}${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib + -id ${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib \ + ${DESTDIR}${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib .endif .include "../../x11/qt5-qttools/buildlink3.mk" From f49781f787e891dbb17e87adcae80b098f762de4 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 14 May 2022 21:32:33 +0000 Subject: [PATCH 0405/1154] Remove errant PLIST entry for a file that's installed under XKB_OUTPUT_DIR, which is usually derived from VARBASE, and in any case appears intended to be handled by OWN_DIRS. While here, remove unrecognized configure options. Fixes packaging in typical configurations, NFCI elsewhere. --- x11/modular-xorg-xquartz/Makefile | 7 +------ x11/modular-xorg-xquartz/PLIST | 3 +-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/x11/modular-xorg-xquartz/Makefile b/x11/modular-xorg-xquartz/Makefile index 2c8cbbde5d10e..09b745f5958c7 100644 --- a/x11/modular-xorg-xquartz/Makefile +++ b/x11/modular-xorg-xquartz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2022/05/12 19:55:54 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/14 21:32:33 schmonz Exp $ DISTNAME= modular-xorg-xquartz-1.20.99.1.20210408 CATEGORIES= x11 @@ -48,8 +48,6 @@ CONFIGURE_ARGS+= --disable-kdrive CONFIGURE_ARGS+= --disable-config-hal CONFIGURE_ARGS+= --disable-dmx CONFIGURE_ARGS+= --disable-xwin -CONFIGURE_ARGS+= --disable-xfake -CONFIGURE_ARGS+= --disable-xfbdev CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --with-xkb-output=${XKB_OUTPUT_DIR:Q} @@ -57,15 +55,12 @@ CONFIGURE_ARGS+= --with-fontrootdir=${PREFIX}/share/fonts/X11 CONFIGURE_ARGS+= --with-default-font-path=${FONT_PATHS:ts,:Q} CONFIGURE_ARGS+= --with-builder-addr="tech-x11@NetBSD.org" -CONFIGURE_ARGS+= --with-os-vendor="The NetBSD Foundation" -CONFIGURE_ARGS+= --with-os-name=${MACHINE_PLATFORM:Q} CONFIGURE_ARGS+= --enable-xtrans-send-fds CONFIGURE_ARGS+= --enable-dri CONFIGURE_ARGS+= --enable-dri2 CONFIGURE_ARGS+= --enable-dri3 CONFIGURE_ARGS+= --enable-glx -CONFIGURE_ARGS+= --enable-aiglx CONFIGURE_ARGS+= --enable-glamor CONFIGURE_ARGS+= --enable-ipv6 diff --git a/x11/modular-xorg-xquartz/PLIST b/x11/modular-xorg-xquartz/PLIST index 3de3f757f5441..f4d5eeeef80b3 100644 --- a/x11/modular-xorg-xquartz/PLIST +++ b/x11/modular-xorg-xquartz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2022/05/12 19:39:00 tnn Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/05/14 21:32:33 schmonz Exp $ Applications/Utilities/X11.app/Contents/Info.plist Applications/Utilities/X11.app/Contents/MacOS/X11 Applications/Utilities/X11.app/Contents/MacOS/X11.bin @@ -102,4 +102,3 @@ lib/xorg/protocol.txt man/man1/Xquartz.1 man/man1/Xserver.1 share/doc/xorg-server/Xserver-DTrace.xml -var/db/xkb/README.compiled From 2dc53f1b4059d6317d4719a157b0cee064023aa9 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 14 May 2022 21:38:09 +0000 Subject: [PATCH 0406/1154] Solarish needs -lsocket. --- www/httpfile/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/httpfile/Makefile b/www/httpfile/Makefile index 36bdedac68b0b..829b5d28d94da 100644 --- a/www/httpfile/Makefile +++ b/www/httpfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 22:35:24 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/14 21:38:09 schmonz Exp $ GITHUB_PROJECT= httpfile GITHUB_TAG= 20220101 @@ -12,6 +12,8 @@ HOMEPAGE= https://mojzis.com/software/httpfile/ COMMENT= Secure HTTP server derived from publicfile LICENSE= djb-nonlicense +LDFLAGS.SunOS+= -lsocket + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 TEST_TARGET= rts From b2bb5116d8d298df5a5d25d374ea976aa2e05f61 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 14 May 2022 21:46:35 +0000 Subject: [PATCH 0407/1154] EXTRACT_USING=bsdtar to hopefully fix .zst extraction in bulk builds, suggested by joerg@. --- devel/goredo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile index f677630e8d3e1..5135ab371cf8a 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/05/11 19:26:26 bsiegert Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/14 21:46:35 schmonz Exp $ DISTNAME= goredo-1.25.0 PKGREVISION= 1 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.goredo.cypherpunks.ru/ COMMENT= Go implementation of djb's redo LICENSE= gnu-gpl-v3 +EXTRACT_USING= bsdtar + WRKSRC= ${WRKDIR}/${DISTNAME}/src INSTALLATION_DIRS= bin From f00e48775a01e5bd81968d9c23f3560565b9de16 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 14 May 2022 21:48:51 +0000 Subject: [PATCH 0408/1154] typo in comment --- mk/pkginstall/bsd.pkginstall.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk index 3558f92c749b4..3f40c44321900 100644 --- a/mk/pkginstall/bsd.pkginstall.mk +++ b/mk/pkginstall/bsd.pkginstall.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkginstall.mk,v 1.75 2021/05/30 23:41:05 khorben Exp $ +# $NetBSD: bsd.pkginstall.mk,v 1.76 2022/05/14 21:48:51 dholland Exp $ # # This Makefile fragment is included by bsd.pkg.mk and implements the # common INSTALL/DEINSTALL scripts framework. To use the pkginstall @@ -624,7 +624,7 @@ ${_INSTALL_FILES_FILE}: ../../mk/pkginstall/files # is used the same way but the package admin isn't prompted to remove # the directory at post-deinstall time if it isn't empty. # REQD_DIRS_PERMS is like MAKE_DIRS_PERMS but the value of PKG_CONFIG is -# ignored; however, all directories listed in REQD_DIRS should be +# ignored; however, all directories listed in REQD_DIRS_PERMS should be # under ${PREFIX}. # # PKG_SYSCONFDIR_PERMS contains a list of "owner group mode" for From b53760604f67337752c51852e6883a4fa8cf1699 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 14 May 2022 21:56:42 +0000 Subject: [PATCH 0409/1154] Solarish needs __EXTENSIONS__. --- mail/qsmtp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/qsmtp/Makefile b/mail/qsmtp/Makefile index bbaf031673c97..3111caf85fd4b 100644 --- a/mail/qsmtp/Makefile +++ b/mail/qsmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/10/10 10:01:38 schmonz Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/14 21:56:42 schmonz Exp $ DISTNAME= Qsmtp-0.38 CATEGORIES= mail @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2 USE_CMAKE= yes CMAKE_ARGS+= -DAUTOQMAIL=${QMAILDIR} +CFLAGS.SunOS+= -D__EXTENSIONS__ + BUILD_DEFS+= QMAILDIR TEST_TARGET= test From 3c19ae43cd8acd421d8c435a3bb1166c9cc1278f Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 14 May 2022 21:57:01 +0000 Subject: [PATCH 0410/1154] editors/emacs/modules.mk: remove explicit CONFLICTS There's no need for CONFLICTS between the xemacs and emacs versions of the same elisp package unless the PLISTs overlap, and if they do (most don't because they install into different subtrees), that fact is sufficient. As suggested by PR 39886, a long long time ago. --- editors/emacs/modules.mk | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/editors/emacs/modules.mk b/editors/emacs/modules.mk index c13f43a23628c..8dd0cbdec946f 100644 --- a/editors/emacs/modules.mk +++ b/editors/emacs/modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: modules.mk,v 1.30 2022/04/07 10:35:28 ryoon Exp $ +# $NetBSD: modules.mk,v 1.31 2022/05/14 21:57:01 dholland Exp $ # # This Makefile fragment handles Emacs Lisp Packages (== ELPs). # @@ -12,8 +12,9 @@ # XEmacs # ->${PREFIX}/lib/xemacs/site-packages/lisp/foo/... # -# * You can't install an ELP for both Emacs and XEmacs -# simultaneously. +# * You can't necessarily install an ELP for both Emacs and XEmacs +# simultaneously, though because of the above path difference many +# do not conflict with one another. # # * XEmacs packages' names are prefixed by "xemacs-". # @@ -259,13 +260,11 @@ _EMACS_ETCDIR.emacs= share _EMACS_INFODIR.emacs= ${PKGINFODIR} _EMACS_LISPDIR.emacs= share/emacs/site-lisp _EMACS_PKGNAME_PREFIX.emacs= -_EMACS_CONFLICTS.emacs= xemacs-${PKGBASE}-[0-9]* _EMACS_ETCDIR.xemacs= lib/xemacs/site-packages/etc _EMACS_INFODIR.xemacs= lib/xemacs/site-packages/info _EMACS_LISPDIR.xemacs= lib/xemacs/site-packages/lisp _EMACS_PKGNAME_PREFIX.xemacs= xemacs- -_EMACS_CONFLICTS.xemacs= ${PKGBASE:C|^xemacs-||}-[0-9]* # # Version decision @@ -299,7 +298,6 @@ _EMACS_PKGDIR= ${_EMACS_PKGDIR_MAP:M${_EMACS_TYPE}@*:C|${_EMACS_TYPE}@||} # DEPENDS+= ${_EMACS_REQD}:${_EMACS_PKGDIR} -CONFLICTS+= ${_EMACS_CONFLICTS.${_EMACS_FLAVOR}} EMACS_MODULES?= .for _mod_ in ${EMACS_MODULES} From 6a2129009223d0ebbbbb35735414cb21ffece416 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 14 May 2022 22:25:32 +0000 Subject: [PATCH 0411/1154] Bump all elisp packages for the CONFLICTS change. --- cad/dinotrace-mode/Makefile | 3 ++- cad/verilog-mode/Makefile | 4 ++-- chat/emacs-jabber/Makefile | 4 ++-- chat/irchat-pj/Makefile | 4 ++-- chat/riece/Makefile | 4 ++-- chat/zenicb/Makefile | 4 ++-- chat/zenirc/Makefile | 4 ++-- devel/apel/Makefile | 3 ++- devel/cflow-mode/Makefile | 3 ++- devel/cmake-mode/Makefile | 4 ++-- devel/cobol-mode/Makefile | 3 ++- devel/cqual/Makefile | 4 ++-- devel/doxymacs/Makefile | 4 ++-- devel/ecb/Makefile | 3 ++- devel/elib/Makefile | 4 ++-- devel/emacs-ilisp/Makefile | 4 ++-- devel/emacs20-elib/Makefile | 4 ++-- devel/flim/Makefile | 4 ++-- devel/haskell-mode/Makefile | 4 ++-- devel/js2-mode/Makefile | 4 ++-- devel/lua-mode/Makefile | 3 ++- devel/magit/Makefile | 4 ++-- devel/mell/Makefile | 4 ++-- devel/pcl-cvs/Makefile | 4 ++-- devel/php-mode/Makefile | 3 ++- devel/pvs/Makefile | 4 ++-- devel/rainbow-delimiters-el/Makefile | 3 ++- devel/rsltc/Makefile | 4 ++-- devel/ruby-rd-mode/Makefile | 4 ++-- devel/semantic/Makefile | 4 ++-- devel/semi/Makefile | 4 ++-- devel/sml-mode/Makefile | 4 ++-- devel/zig-mode/Makefile | 3 ++- editors/emacs-packages/Makefile | 3 ++- editors/gnuserv/Makefile | 4 ++-- editors/javascript-mode/Makefile | 4 ++-- editors/jde/Makefile | 4 ++-- editors/leim21/Makefile | 4 ++-- editors/matlab-mode/Makefile | 4 ++-- editors/mule-ucs/Makefile | 4 ++-- editors/speedbar/Makefile | 4 ++-- editors/tamago/Makefile | 4 ++-- graphics/artist/Makefile | 4 ++-- graphics/graphviz-dot-mode/Makefile | 4 ++-- inputmethod/anthy-elisp/Makefile | 4 ++-- inputmethod/iiimecf/Makefile | 4 ++-- inputmethod/mozc-elisp/Makefile | 4 ++-- inputmethod/skk/Makefile | 3 ++- inputmethod/tamago-tsunagi/Makefile | 3 ++- inputmethod/tc/Makefile | 4 ++-- inputmethod/uim-elisp/Makefile | 3 ++- lang/ats2/Makefile | 3 ++- lang/eieio/Makefile | 4 ++-- mail/etach/Makefile | 4 ++-- mail/gnus/Makefile | 3 ++- mail/mailcrypt/Makefile | 3 ++- mail/mew/Makefile | 4 ++-- mail/rmail-mime/Makefile | 4 ++-- mail/vm/Makefile | 3 ++- mail/wl-snapshot/Makefile | 4 ++-- mail/wl/Makefile | 4 ++-- math/calc/Makefile | 4 ++-- math/ess/Makefile | 4 ++-- math/texdrive/Makefile | 4 ++-- misc/bbdb/Makefile | 4 ++-- misc/bbdb3/Makefile | 4 ++-- misc/color-theme/Makefile | 4 ++-- misc/elscreen/Makefile | 4 ++-- misc/emacs-neotree/Makefile | 3 ++- misc/emacs-wiki/Makefile | 4 ++-- misc/howm/Makefile | 4 ++-- misc/lookup/Makefile | 4 ++-- misc/mic-paren/Makefile | 3 ++- net/twittering-mode/Makefile | 3 ++- print/auctex/Makefile | 4 ++-- security/EasyPG/Makefile | 4 ++-- textproc/dictem/Makefile | 4 ++-- textproc/emacs-dict-client/Makefile | 4 ++-- textproc/emacs-muse/Makefile | 4 ++-- textproc/flyspell/Makefile | 4 ++-- textproc/ispell-emacs/Makefile | 4 ++-- textproc/markdown-mode/Makefile | 3 ++- textproc/migemo-elisp/Makefile | 4 ++-- textproc/nxml-mode/Makefile | 4 ++-- textproc/po-mode/Makefile | 4 ++-- textproc/psgml-mode/Makefile | 4 ++-- textproc/xslide/Makefile | 4 ++-- www/emacs-w3m-snapshot/Makefile | 3 ++- www/emacs-w3m/Makefile | 4 ++-- www/w3/Makefile | 4 ++-- 90 files changed, 180 insertions(+), 158 deletions(-) diff --git a/cad/dinotrace-mode/Makefile b/cad/dinotrace-mode/Makefile index d48d1cd61b92b..09d2defea0580 100644 --- a/cad/dinotrace-mode/Makefile +++ b/cad/dinotrace-mode/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2020/10/06 04:01:57 mef Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/14 22:25:32 dholland Exp $ # VERSION= 9.4f DISTNAME= dinotrace-${VERSION} PKGNAME= ${EMACS_PKGNAME_PREFIX}dinotrace-mode-${VERSION} +PKGREVISION= 1 CATEGORIES= cad editors MASTER_SITES= ${MASTER_SITE_GITHUB:=veripool/} GITHUB_PROJECT= dinotrace diff --git a/cad/verilog-mode/Makefile b/cad/verilog-mode/Makefile index 005df3821f9da..bf1da56e1820e 100644 --- a/cad/verilog-mode/Makefile +++ b/cad/verilog-mode/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2020/01/26 17:30:48 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/14 22:25:32 dholland Exp $ # DISTNAME= verilog-mode-3.60 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= cad editors MASTER_SITES= ${MASTER_SITE_LOCAL} # The latest can be fetched interactively from diff --git a/chat/emacs-jabber/Makefile b/chat/emacs-jabber/Makefile index b1b2eb99eb6da..a19faea4b4104 100644 --- a/chat/emacs-jabber/Makefile +++ b/chat/emacs-jabber/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2020/01/26 05:26:16 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/14 22:25:32 dholland Exp $ DISTNAME= emacs-jabber-0.8.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=emacs-jabber/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/irchat-pj/Makefile b/chat/irchat-pj/Makefile index b0dac8372f7c0..90b9b0750d5f2 100644 --- a/chat/irchat-pj/Makefile +++ b/chat/irchat-pj/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2019/11/02 22:18:23 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/14 22:25:32 dholland Exp $ DISTNAME= irchat-pj-2.4.24.22 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat MASTER_SITES= http://his.luky.org/ftp/mirrors/irchat-pj/ #MASTER_SITES+= http://gouketsu.net/irchat-pj/src/ diff --git a/chat/riece/Makefile b/chat/riece/Makefile index 311005ef554be..627e5e27e9e7c 100644 --- a/chat/riece/Makefile +++ b/chat/riece/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2020/01/18 23:30:12 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/14 22:25:33 dholland Exp $ # DISTNAME= riece-9.0.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat japanese MASTER_SITES= http://download.savannah.gnu.org/releases/riece/ LICENSE= gnu-gpl-v3 diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index c72ac4ce43be6..28be90e916f17 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2013/02/17 19:17:56 dholland Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/14 22:25:33 dholland Exp $ DISTNAME= zenicb-19981202 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/chat/zenirc/Makefile b/chat/zenirc/Makefile index eb97e6bcdcd2d..bc7d78dad211d 100644 --- a/chat/zenirc/Makefile +++ b/chat/zenirc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2019/11/02 22:18:26 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/14 22:25:33 dholland Exp $ # DISTNAME= zenirc-2.112 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= ftp://ftp.splode.com/pub/zenirc/ diff --git a/devel/apel/Makefile b/devel/apel/Makefile index 5fb82208d15c3..ec5ba93012e1e 100644 --- a/devel/apel/Makefile +++ b/devel/apel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2022/01/31 00:17:58 mef Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/14 22:25:33 dholland Exp $ DISTNAME= apel-10.8.0.20201107 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=wanderlust/} GITHUB_PROJECT= apel diff --git a/devel/cflow-mode/Makefile b/devel/cflow-mode/Makefile index 75f52b35012db..cd99a70acb401 100644 --- a/devel/cflow-mode/Makefile +++ b/devel/cflow-mode/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:24 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/14 22:25:33 dholland Exp $ DISTNAME= cflow-1.6 PKGNAME= cflow-mode-1.6 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=cflow/} diff --git a/devel/cmake-mode/Makefile b/devel/cmake-mode/Makefile index 68c9fb0eef8be..8233bf41290eb 100644 --- a/devel/cmake-mode/Makefile +++ b/devel/cmake-mode/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2013/02/17 19:17:57 dholland Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/14 22:25:33 dholland Exp $ # DISTNAME= cmake-mode PKGNAME= cmake-mode-20080606 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.cmake.org/CMakeDocs/ EXTRACT_SUFX= .el diff --git a/devel/cobol-mode/Makefile b/devel/cobol-mode/Makefile index 7c5bd9c0a86d5..cbbe0e7b04a24 100644 --- a/devel/cobol-mode/Makefile +++ b/devel/cobol-mode/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 14:58:54 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/14 22:25:35 dholland Exp $ DISTNAME= cobol-mode.el PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-0.0.20150505 +PKGREVISION= 1 CATEGORIES= devel editors MASTER_SITES= http://www.emacswiki.org/emacs/download/ EXTRACT_SUFX= # empty diff --git a/devel/cqual/Makefile b/devel/cqual/Makefile index dd86bae2613de..a62713f45f78a 100644 --- a/devel/cqual/Makefile +++ b/devel/cqual/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2021/05/24 19:49:54 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/14 22:25:33 dholland Exp $ DISTNAME= cqual-0.991 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cqual/} diff --git a/devel/doxymacs/Makefile b/devel/doxymacs/Makefile index 0671c37725339..01624bbb5b9ff 100644 --- a/devel/doxymacs/Makefile +++ b/devel/doxymacs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2022/04/18 19:10:49 adam Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/14 22:25:33 dholland Exp $ # DISTNAME= doxymacs-1.8.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=doxymacs/} diff --git a/devel/ecb/Makefile b/devel/ecb/Makefile index 1e8a246bf6ee7..e19f2580a4406 100644 --- a/devel/ecb/Makefile +++ b/devel/ecb/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/04/04 03:44:57 mef Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/14 22:25:35 dholland Exp $ DISTNAME= ecb-2.50 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ecb-home/} diff --git a/devel/elib/Makefile b/devel/elib/Makefile index 08c42b5894b62..348a6f732584b 100644 --- a/devel/elib/Makefile +++ b/devel/elib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2013/02/17 19:17:58 dholland Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/14 22:25:33 dholland Exp $ # PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CONFLICTS+= emacs20-elib-[0-9]* diff --git a/devel/emacs-ilisp/Makefile b/devel/emacs-ilisp/Makefile index 64c1d2c4fcc3d..640a02cdf678f 100644 --- a/devel/emacs-ilisp/Makefile +++ b/devel/emacs-ilisp/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2020/04/13 19:11:31 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/14 22:25:34 dholland Exp $ # DISTNAME= ilisp-20021222 PKGNAME= ${EMACS_PKGNAME_PREFIX}emacs-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ilisp/} diff --git a/devel/emacs20-elib/Makefile b/devel/emacs20-elib/Makefile index f7fcc50c63df9..ce582afdde0a2 100644 --- a/devel/emacs20-elib/Makefile +++ b/devel/emacs20-elib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2013/02/17 19:17:58 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/14 22:25:34 dholland Exp $ PKGNAME= emacs20-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 EMACS_VERSIONS_ACCEPTED= emacs20 diff --git a/devel/flim/Makefile b/devel/flim/Makefile index 49aa60fc381de..aa96783727695 100644 --- a/devel/flim/Makefile +++ b/devel/flim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2021/05/11 02:05:07 mef Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/14 22:25:34 dholland Exp $ DISTNAME= flim-1.14.9 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/flim/flim-1.14/ diff --git a/devel/haskell-mode/Makefile b/devel/haskell-mode/Makefile index b1632236c2700..e3244a2bbed3e 100644 --- a/devel/haskell-mode/Makefile +++ b/devel/haskell-mode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2018/01/07 21:17:50 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/14 22:25:34 dholland Exp $ DISTNAME= haskell-mode-1.44 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel editors MASTER_SITES= http://www.haskell.org/haskell-mode/ diff --git a/devel/js2-mode/Makefile b/devel/js2-mode/Makefile index a935d9026d4af..3bdd43692ca8b 100644 --- a/devel/js2-mode/Makefile +++ b/devel/js2-mode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/09/13 12:56:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/14 22:25:34 dholland Exp $ DISTNAME= js2-20080406 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://js2-mode.googlecode.com/files/ EXTRACT_SUFX= .el diff --git a/devel/lua-mode/Makefile b/devel/lua-mode/Makefile index eace25e830693..77b5f3b655f22 100644 --- a/devel/lua-mode/Makefile +++ b/devel/lua-mode/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2022/04/14 10:21:21 nikita Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/14 22:25:35 dholland Exp $ DISTNAME= v${VERSION} VERSION= 20210802 PKGNAME= ${EMACS_PKGNAME_PREFIX}lua-mode-${VERSION} +PKGREVISION= 1 CATEGORIES= devel lua MASTER_SITES= https://github.com/immerrr/lua-mode/archive/ diff --git a/devel/magit/Makefile b/devel/magit/Makefile index cbc0a057531f3..20a8c859efa5b 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2017/09/03 08:36:52 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/14 22:25:35 dholland Exp $ DISTNAME= magit-1.2.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= https://github.com/magit/magit/downloads/ diff --git a/devel/mell/Makefile b/devel/mell/Makefile index e6c239aa1ec3b..554973b559383 100644 --- a/devel/mell/Makefile +++ b/devel/mell/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2017/09/03 08:36:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/14 22:25:34 dholland Exp $ # DISTNAME= mell-1.0.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel #MASTER_SITES= http://taiyaki.org/elisp/mell/src/ diff --git a/devel/pcl-cvs/Makefile b/devel/pcl-cvs/Makefile index 6ab1c60db6c8c..a57c8d0027435 100644 --- a/devel/pcl-cvs/Makefile +++ b/devel/pcl-cvs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2013/04/06 20:27:19 rodent Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/14 22:25:34 dholland Exp $ # DISTNAME= pcl-cvs-2.9.9 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel scm MASTER_SITES= # ftp://rum.cs.yale.edu/pub/monnier/pcl-cvs/ diff --git a/devel/php-mode/Makefile b/devel/php-mode/Makefile index 4524dc557824c..864a40204d292 100644 --- a/devel/php-mode/Makefile +++ b/devel/php-mode/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2017/09/03 08:53:07 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/14 22:25:35 dholland Exp $ # DISTNAME= php-mode-1.13.1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=php-mode/} EXTRACT_SUFX= .zip diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile index c440030bdc449..e5876c5fb6c71 100644 --- a/devel/pvs/Makefile +++ b/devel/pvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2021/11/15 17:32:45 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2022/05/14 22:25:34 dholland Exp $ # # This package is very outdated and should be built from sources # rather than using Linux binaries. @@ -7,7 +7,7 @@ DISTNAME= pvs-${VERSION} PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel lang MASTER_SITES+= http://ftp.lip6.fr/pub/pvs/pvs3.2/ EXTRACT_SUFX= .tgz diff --git a/devel/rainbow-delimiters-el/Makefile b/devel/rainbow-delimiters-el/Makefile index 4e4859d6b61b2..8c5169d1c3952 100644 --- a/devel/rainbow-delimiters-el/Makefile +++ b/devel/rainbow-delimiters-el/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2019/11/03 10:39:29 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/14 22:25:36 dholland Exp $ DISTNAME= rainbow-delimiters-1.3.5 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=Fanael/} diff --git a/devel/rsltc/Makefile b/devel/rsltc/Makefile index 9d3ce664a0591..ac7030b10af1c 100644 --- a/devel/rsltc/Makefile +++ b/devel/rsltc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2017/09/04 18:00:52 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/14 22:25:34 dholland Exp $ # DISTNAME= rsltcsrc PKGNAME= rsltc-2.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.iist.unu.edu/newrh/III/3/1/docs/rsltc/source/ EXTRACT_SUFX= .tgz diff --git a/devel/ruby-rd-mode/Makefile b/devel/ruby-rd-mode/Makefile index 3599d788228eb..790ce6646bf90 100644 --- a/devel/ruby-rd-mode/Makefile +++ b/devel/ruby-rd-mode/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2017/09/04 18:00:53 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/14 22:25:35 dholland Exp $ # DISTNAME= rdtool-${RUBY_RD_VERSION} PKGNAME= ${EMACS_PKGNAME_PREFIX}${RUBY_PKGPREFIX}-rd-mode-${RUBY_RD_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel ruby MASTER_SITES= # http://rubyforge.org/frs/download.php/33346/ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 diff --git a/devel/semantic/Makefile b/devel/semantic/Makefile index 3e43dd6de70b9..fc558fb3bec7c 100644 --- a/devel/semantic/Makefile +++ b/devel/semantic/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2020/03/20 11:57:33 nia Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/14 22:25:35 dholland Exp $ DISTNAME= semantic-1.4.4 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cedet/} diff --git a/devel/semi/Makefile b/devel/semi/Makefile index d9a950caa4e59..31daed21f9e89 100644 --- a/devel/semi/Makefile +++ b/devel/semi/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.37 2019/11/03 10:39:30 rillig Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/14 22:25:35 dholland Exp $ # DISTNAME= semi-1.14.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/semi/semi-1.14-for-flim-1.14/ diff --git a/devel/sml-mode/Makefile b/devel/sml-mode/Makefile index 82a11fac9ba0f..216e19babf35e 100644 --- a/devel/sml-mode/Makefile +++ b/devel/sml-mode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2021/04/21 08:24:51 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/14 22:25:35 dholland Exp $ DISTNAME= sml-mode-3.9.5 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel editors MASTER_SITES= # ftp://flint.cs.yale.edu/pub/monnier/sml-mode/ diff --git a/devel/zig-mode/Makefile b/devel/zig-mode/Makefile index c181bc4a40461..6786ff5e7e66c 100644 --- a/devel/zig-mode/Makefile +++ b/devel/zig-mode/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/04/14 13:51:45 nikita Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/14 22:25:36 dholland Exp $ DISTNAME= zig-mode-0.0.20220105 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ziglang/} GITHUB_TAG= aa20d630b8c413dab8d6bd120ec3ed5db5c9da70 diff --git a/editors/emacs-packages/Makefile b/editors/emacs-packages/Makefile index 0199af3f834bd..ad66b8501eaf5 100644 --- a/editors/emacs-packages/Makefile +++ b/editors/emacs-packages/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2022/02/15 23:20:18 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/14 22:25:36 dholland Exp $ DISTNAME= emacs-packages-0.12 +PKGREVISION= 1 CATEGORIES= editors meta-pkgs MASTER_SITES= # empty DISTFILES= # empty diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 1e31953b526d0..128022056e2eb 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2018/03/08 11:20:56 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/14 22:25:36 dholland Exp $ DISTNAME= gnuserv-3.12.7 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors #MASTER_SITES= ${HOMEPAGE}/src/ diff --git a/editors/javascript-mode/Makefile b/editors/javascript-mode/Makefile index bd233794db463..456cde8a349e4 100644 --- a/editors/javascript-mode/Makefile +++ b/editors/javascript-mode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2017/08/16 20:45:35 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/14 22:25:37 dholland Exp $ DISTNAME= javascript-2.2.1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-/-mode-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel editors MASTER_SITES= # DISTFILES= # diff --git a/editors/jde/Makefile b/editors/jde/Makefile index e44748c321f85..c5a5164d841a3 100644 --- a/editors/jde/Makefile +++ b/editors/jde/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2019/06/08 10:40:55 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/14 22:25:36 dholland Exp $ # DISTNAME= jde-2.3.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel editors java MASTER_SITES= ${MASTER_SITE_LOCAL} # The "real" site has silly naming conventions: diff --git a/editors/leim21/Makefile b/editors/leim21/Makefile index 7ee2ec554215c..ba1925a7d1fbb 100644 --- a/editors/leim21/Makefile +++ b/editors/leim21/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:46 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/14 22:25:36 dholland Exp $ DISTNAME= leim-${VERSION} PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} DISTFILES= emacs-${VERSION}a${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX} diff --git a/editors/matlab-mode/Makefile b/editors/matlab-mode/Makefile index 03190f4c95708..0e6d202ef45ff 100644 --- a/editors/matlab-mode/Makefile +++ b/editors/matlab-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2013/02/17 19:18:02 dholland Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/14 22:25:36 dholland Exp $ # DISTNAME= matlab.el @@ -6,7 +6,7 @@ DISTNAME= matlab.el # emacs vs xemacs BASEPKGNAME= matlab-mode-2.3.1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${BASEPKGNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors math MASTER_SITES= http://www.mathworks.com/matlabcentral/files/104/ EXTRACT_SUFX= diff --git a/editors/mule-ucs/Makefile b/editors/mule-ucs/Makefile index 93a0d093ef7f6..4efcd875195b7 100644 --- a/editors/mule-ucs/Makefile +++ b/editors/mule-ucs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2019/06/08 10:40:56 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/14 22:25:36 dholland Exp $ DISTNAME= Mule-UCS-0.84 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= editors MASTER_SITES= http://unit.aist.go.jp/itri/itri-gist/ftp.m17n.org/pub/mule/Mule-UCS/ diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index 1a05cb7b2d001..1e9fe59450e4c 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2020/03/20 11:57:35 nia Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/14 22:25:36 dholland Exp $ # DISTNAME= speedbar-0.14beta4 PKGNAME= ${EMACS_PKGNAME_PREFIX}speedbar-0.14rc4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cedet/} diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index d87b1bda13378..ec1ce4fa0eac8 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2019/06/08 10:40:58 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/14 22:25:37 dholland Exp $ DISTNAME= tamago-4.0.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}tamago-20020909 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors MASTER_SITES= http://unit.aist.go.jp/itri/itri-gist/ftp.m17n.org/pub/tamago/ diff --git a/graphics/artist/Makefile b/graphics/artist/Makefile index 78255a7e7f8f6..da6d85be4c62a 100644 --- a/graphics/artist/Makefile +++ b/graphics/artist/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2020/01/26 17:31:20 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/14 22:25:37 dholland Exp $ DISTNAME= artist-1.2.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.lysator.liu.se/~tab/artist/ diff --git a/graphics/graphviz-dot-mode/Makefile b/graphics/graphviz-dot-mode/Makefile index 13573645620c4..d511f06db7cc9 100644 --- a/graphics/graphviz-dot-mode/Makefile +++ b/graphics/graphviz-dot-mode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2013/02/17 19:18:03 dholland Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/14 22:25:37 dholland Exp $ DISTNAME= graphviz-dot-mode PKGNAME= ${DISTNAME}-0.3.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://users.skynet.be/ppareit/projects/graphviz-dot-mode/ EXTRACT_SUFX= .el diff --git a/inputmethod/anthy-elisp/Makefile b/inputmethod/anthy-elisp/Makefile index da611e0e138c6..9a9ffc4da4e46 100644 --- a/inputmethod/anthy-elisp/Makefile +++ b/inputmethod/anthy-elisp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2013/02/17 19:18:03 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/14 22:25:37 dholland Exp $ .include "../../inputmethod/anthy/Makefile.common" PKGNAME= ${EMACS_PKGNAME_PREFIX}anthy-elisp-${ANTHY_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= inputmethod editors MAINTAINER= taya@NetBSD.org diff --git a/inputmethod/iiimecf/Makefile b/inputmethod/iiimecf/Makefile index b4e94b16f24ce..63fa098d309f6 100644 --- a/inputmethod/iiimecf/Makefile +++ b/inputmethod/iiimecf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2019/11/02 22:56:54 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/14 22:25:37 dholland Exp $ # DISTNAME= IIIMECF-0.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}iiimecf-0.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= japanese inputmethod MASTER_SITES= http://unit.aist.go.jp/itri/itri-gist/ftp.m17n.org/pub/mule/IIIM/ diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile index 219a7012acb37..d3de6b0707bb7 100644 --- a/inputmethod/mozc-elisp/Makefile +++ b/inputmethod/mozc-elisp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2022/04/24 22:19:15 tnn Exp $ +# $NetBSD: Makefile,v 1.65 2022/05/14 22:25:38 dholland Exp $ PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= inputmethod editors EMACS_MODULES= base leim diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile index 402b9f364c01b..fa5faa139fafa 100644 --- a/inputmethod/skk/Makefile +++ b/inputmethod/skk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2020/09/06 03:03:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/14 22:25:37 dholland Exp $ DISTNAME= ddskk-ddskk-17.1_Neppu PKGNAME= ${EMACS_PKGNAME_PREFIX}skk-17.1 +PKGREVISION= 1 CATEGORIES= japanese inputmethod MASTER_SITES= ${MASTER_SITE_GITHUB:=skk-dev/} GITHUB_PROJECT= ddskk diff --git a/inputmethod/tamago-tsunagi/Makefile b/inputmethod/tamago-tsunagi/Makefile index b8cca66c3c494..a016744e2f20b 100644 --- a/inputmethod/tamago-tsunagi/Makefile +++ b/inputmethod/tamago-tsunagi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2017/12/09 03:28:49 taca Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/14 22:25:38 dholland Exp $ DISTNAME= tamago-tsunagi-5.0.7.1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_OSDN:=tamago-tsunagi/62701/} diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index 4cb66bc441393..9d32e27a247ea 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2019/11/02 22:56:55 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/14 22:25:37 dholland Exp $ # DISTNAME= tc-2.3.1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= japanese inputmethod MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/ diff --git a/inputmethod/uim-elisp/Makefile b/inputmethod/uim-elisp/Makefile index e71567887e9d7..3e545bd47eca3 100644 --- a/inputmethod/uim-elisp/Makefile +++ b/inputmethod/uim-elisp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2019/11/29 03:19:55 nia Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/14 22:25:37 dholland Exp $ .include "../../inputmethod/uim/Makefile.common" PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${DISTNAME:S/^uim-//1} +PKGREVISION= 1 CATEGORIES= inputmethod editors COMMENT= Emacs LISP for inputmethod/uim diff --git a/lang/ats2/Makefile b/lang/ats2/Makefile index adc25c78a0402..43e06cb4c0bc0 100644 --- a/lang/ats2/Makefile +++ b/lang/ats2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2022/04/14 20:13:19 nikita Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/14 22:25:38 dholland Exp $ DISTNAME= ATS2-Postiats-0.4.2 PKGNAME= ${DISTNAME:S/ATS2-Postiats/ats2/} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ats2-lang/} EXTRACT_SUFX= .tgz diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile index e47c4be70c6a6..3dff522e41221 100644 --- a/lang/eieio/Makefile +++ b/lang/eieio/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2020/03/20 11:57:55 nia Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/14 22:25:38 dholland Exp $ DISTNAME= eieio-0.17 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cedet/} diff --git a/mail/etach/Makefile b/mail/etach/Makefile index e629031a55840..a8a89f99816e9 100644 --- a/mail/etach/Makefile +++ b/mail/etach/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2017/09/03 08:36:55 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/14 22:25:38 dholland Exp $ DISTNAME= etach-1.2.9 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail #MASTER_SITES= https://rulnick.com/etach/download/ diff --git a/mail/gnus/Makefile b/mail/gnus/Makefile index cbb8be4d05a72..42c4a9727d43a 100644 --- a/mail/gnus/Makefile +++ b/mail/gnus/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2020/01/26 17:31:34 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/14 22:25:38 dholland Exp $ DISTNAME= gnus-5.10.10 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail news MASTER_SITES= http://gnus.org/dist/ diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index 93bc411e4d1c9..4e8a7c12ef634 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2018/09/13 14:16:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/14 22:25:38 dholland Exp $ DISTNAME= mailcrypt-3.5.9 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mailcrypt/} diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 46f7ca7210eae..0a5826ca24b96 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.101 2021/03/21 13:48:09 taca Exp $ +# $NetBSD: Makefile,v 1.102 2022/05/14 22:25:38 dholland Exp $ DISTNAME= mew-6.8 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.mew.org/Release/ diff --git a/mail/rmail-mime/Makefile b/mail/rmail-mime/Makefile index 0079d7536834d..569a837e08d3d 100644 --- a/mail/rmail-mime/Makefile +++ b/mail/rmail-mime/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2013/02/17 19:18:06 dholland Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/14 22:25:39 dholland Exp $ # DISTNAME= rmail-mime-1.13.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= ftp://ftp.m17n.org/pub/mule/semi/rmail-mime/ diff --git a/mail/vm/Makefile b/mail/vm/Makefile index 87f8a8dcaf0db..64094db8d5f34 100644 --- a/mail/vm/Makefile +++ b/mail/vm/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2018/11/29 00:36:23 markd Exp $ +# $NetBSD: Makefile,v 1.45 2022/05/14 22:25:38 dholland Exp $ DISTNAME= vm-8.2.0b PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= https://launchpad.net/vm/8.2.x/8.2.0b/+download/ EXTRACT_SUFX= .tgz diff --git a/mail/wl-snapshot/Makefile b/mail/wl-snapshot/Makefile index 1200bcdd24a89..5b90654c1b2b0 100644 --- a/mail/wl-snapshot/Makefile +++ b/mail/wl-snapshot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2020/01/18 21:49:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/14 22:25:39 dholland Exp $ DISTNAME= wl-beta_2.15.9+0.20190919 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/beta_//:S/+0//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/w/wl-beta/} EXTRACT_SUFX= .orig.tar.gz diff --git a/mail/wl/Makefile b/mail/wl/Makefile index c31348ffa83e6..2d35f86b92c73 100644 --- a/mail/wl/Makefile +++ b/mail/wl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2021/04/24 11:34:18 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2022/05/14 22:25:39 dholland Exp $ DISTNAME= wl-2.14.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= mail #MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ diff --git a/math/calc/Makefile b/math/calc/Makefile index 5b0f57abeba18..f54b70a0bbe5e 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2017/08/16 20:21:11 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/14 22:25:39 dholland Exp $ DISTNAME= calc-2.02f PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=calc/} diff --git a/math/ess/Makefile b/math/ess/Makefile index 4502c9a7e202d..b18bb5d591495 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2021/05/24 19:52:55 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/14 22:25:39 dholland Exp $ DISTNAME= ess-13.09-1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-1$/.1/} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ EXTRACT_SUFX= .tgz diff --git a/math/texdrive/Makefile b/math/texdrive/Makefile index 307c631fd3c78..192fe47baf173 100644 --- a/math/texdrive/Makefile +++ b/math/texdrive/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:41 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/14 22:25:39 dholland Exp $ # DISTNAME= texdrive PKGNAME= texdrive-0.0.20081126.171834 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= http://www.djcbsoftware.nl/code/texdrive/ EXTRACT_SUFX= .el diff --git a/misc/bbdb/Makefile b/misc/bbdb/Makefile index 8017308bcc9a1..9c60f0bd38136 100644 --- a/misc/bbdb/Makefile +++ b/misc/bbdb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2022/04/14 14:31:09 nikita Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/14 22:25:39 dholland Exp $ DISTNAME= bbdb-2.35 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail misc news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbdb/} diff --git a/misc/bbdb3/Makefile b/misc/bbdb3/Makefile index 8e35f9937631b..b9ca1f5997ccb 100644 --- a/misc/bbdb3/Makefile +++ b/misc/bbdb3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2022/04/20 18:07:19 nikita Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/14 22:25:40 dholland Exp $ DISTNAME= bbdb-3.2.2a -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} CATEGORIES= misc mail news MASTER_SITES= http://git.savannah.nongnu.org/cgit/bbdb.git/snapshot/ diff --git a/misc/color-theme/Makefile b/misc/color-theme/Makefile index f76f21c942bd2..c3052342703ae 100644 --- a/misc/color-theme/Makefile +++ b/misc/color-theme/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/01/18 23:33:02 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/14 22:25:39 dholland Exp $ # DISTNAME= color-theme-6.6.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= http://download.savannah.gnu.org/releases/${PKGBASE}/ diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 001772434edbb..1caf6f81ff2d3 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2019/11/03 17:04:21 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/14 22:25:39 dholland Exp $ DISTNAME= elscreen-1.4.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/ MASTER_SITES+= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/old/ diff --git a/misc/emacs-neotree/Makefile b/misc/emacs-neotree/Makefile index 72b2d2c381508..f0ce4b42897ab 100644 --- a/misc/emacs-neotree/Makefile +++ b/misc/emacs-neotree/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/04/15 09:48:19 nikita Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/14 22:25:40 dholland Exp $ DISTNAME= emacs-neotree-0.5.2.98fe213 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=jaypei/} GITHUB_TAG= 98fe21334affaffe2334bf7c987edaf1980d2d0b diff --git a/misc/emacs-wiki/Makefile b/misc/emacs-wiki/Makefile index cc884dccaeebe..3e60d7e5c2320 100644 --- a/misc/emacs-wiki/Makefile +++ b/misc/emacs-wiki/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2019/11/03 17:04:21 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/14 22:25:40 dholland Exp $ # DISTNAME= ${EMACSWIKI}-${EMACSWIKIVERSION} PKGNAME= emacs-wiki-${EMACSWIKIVERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ #EXTRACT_SUFX= .gz diff --git a/misc/howm/Makefile b/misc/howm/Makefile index 44d4c6ddd94a1..bb83e53c0224f 100644 --- a/misc/howm/Makefile +++ b/misc/howm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2021/07/21 14:40:30 taca Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/14 22:25:40 dholland Exp $ DISTNAME= howm-1.4.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= http://howm.osdn.jp/a/ diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index 169092b057317..1b34266d15ff3 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2019/11/03 17:04:24 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/14 22:25:40 dholland Exp $ DISTNAME= lookup-1.4.1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://openlab.jp/edict/lookup/dist/ diff --git a/misc/mic-paren/Makefile b/misc/mic-paren/Makefile index f7a12938b4fda..d63b804e16914 100644 --- a/misc/mic-paren/Makefile +++ b/misc/mic-paren/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/01/22 00:11:01 pho Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/14 22:25:40 dholland Exp $ DISTNAME= mic-paren-3.13 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=emacsattic/} GITHUB_TAG= d0410c7d805c9aaf51a1bcefaaef092bed5824c4 diff --git a/net/twittering-mode/Makefile b/net/twittering-mode/Makefile index b930b6e46300b..f73418031131d 100644 --- a/net/twittering-mode/Makefile +++ b/net/twittering-mode/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2018/07/04 13:40:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/14 22:25:40 dholland Exp $ DISTNAME= twittering-mode-3.0.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES+= http://sourceforge.net/projects/twmode/files/twittering-mode-3.0.0/ diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 42fa840bc596c..b8857b215ec50 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2021/12/08 16:06:12 adam Exp $ +# $NetBSD: Makefile,v 1.62 2022/05/14 22:25:32 dholland Exp $ DISTNAME= auctex-11.92 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=auctex/} diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile index 11eb99e883738..10c57831bc725 100644 --- a/security/EasyPG/Makefile +++ b/security/EasyPG/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2019/11/04 21:12:51 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/14 22:25:32 dholland Exp $ DISTNAME= epg-0.0.16 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security mail MASTER_SITES= ${MASTER_SITE_OSDN:=epg/29289/} diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 6918d1c1f337d..ee3fd12669ead 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2017/01/19 18:52:27 agc Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/14 22:25:40 dholland Exp $ DISTNAME= dictem-1.0.4 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dictem/} MASTER_SITES+= http://www.mova.org/~cheusov/pub/dictem/ diff --git a/textproc/emacs-dict-client/Makefile b/textproc/emacs-dict-client/Makefile index cfdeb3dece705..2085a0930674c 100644 --- a/textproc/emacs-dict-client/Makefile +++ b/textproc/emacs-dict-client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2020/01/26 17:32:14 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/14 22:25:40 dholland Exp $ DISTNAME= dictionary-1.8.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/dictionary/emacs-dict-client/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${HOMEPAGE} diff --git a/textproc/emacs-muse/Makefile b/textproc/emacs-muse/Makefile index e1dec5a2a2c6d..e861d1037be1a 100644 --- a/textproc/emacs-muse/Makefile +++ b/textproc/emacs-muse/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2019/11/04 21:43:35 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/14 22:25:41 dholland Exp $ DISTNAME= muse-3.20 PKGNAME= ${EMACS_PKGNAME_PREFIX}emacs-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc editors MASTER_SITES= https://web.archive.org/web/20170309215441/http://download.gna.org/muse-el/ diff --git a/textproc/flyspell/Makefile b/textproc/flyspell/Makefile index 121c4be98729e..df7f90beb3567 100644 --- a/textproc/flyspell/Makefile +++ b/textproc/flyspell/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2017/08/01 17:40:17 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/14 22:25:41 dholland Exp $ # DISTNAME= flyspell-1.7m.el PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/.el//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/ EXTRACT_SUFX= # empty diff --git a/textproc/ispell-emacs/Makefile b/textproc/ispell-emacs/Makefile index 83d8ae6ffb16a..47fe0a49abba6 100644 --- a/textproc/ispell-emacs/Makefile +++ b/textproc/ispell-emacs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2013/04/24 02:20:38 rodent Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/14 22:25:41 dholland Exp $ # DISTNAME= ispell.el PKGNAME= ${EMACS_PKGNAME_PREFIX}ispell-emacs-3.6 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc MASTER_SITES= ftp://kdstevens.com/pub/stevens/ EXTRACT_SUFX= .gz diff --git a/textproc/markdown-mode/Makefile b/textproc/markdown-mode/Makefile index 56858de8e6d02..a46affa479aff 100644 --- a/textproc/markdown-mode/Makefile +++ b/textproc/markdown-mode/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2020/08/18 04:49:38 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/14 22:25:41 dholland Exp $ DISTNAME= markdown-mode-2.4 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=jrblevin/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/migemo-elisp/Makefile b/textproc/migemo-elisp/Makefile index 5a538de8f4403..2889a336c467e 100644 --- a/textproc/migemo-elisp/Makefile +++ b/textproc/migemo-elisp/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2018/02/25 12:25:48 taca Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/14 22:25:41 dholland Exp $ .include "../../textproc/migemo/Makefile.common" PKGNAME= ${EMACS_PKGNAME_PREFIX}migemo-elisp-${MIGEMO_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 COMMENT= Elisp for migemo diff --git a/textproc/nxml-mode/Makefile b/textproc/nxml-mode/Makefile index e166240b66b89..2c1fa3f9795bf 100644 --- a/textproc/nxml-mode/Makefile +++ b/textproc/nxml-mode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2017/09/29 12:40:28 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/14 22:25:41 dholland Exp $ DISTNAME= nxml-mode-20041004 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc editors MASTER_SITES= http://www.thaiopensource.com/download/ diff --git a/textproc/po-mode/Makefile b/textproc/po-mode/Makefile index f095f5f1fb7cc..79bc4235e5790 100644 --- a/textproc/po-mode/Makefile +++ b/textproc/po-mode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:35:30 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/14 22:25:41 dholland Exp $ DISTNAME= gettext-0.18.1.1 PKGNAME= po-mode-2.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} EXTRACT_ELEMENTS= ${DISTNAME}/gettext-tools/misc diff --git a/textproc/psgml-mode/Makefile b/textproc/psgml-mode/Makefile index bba80fecdda2f..b9a41dc5ff463 100644 --- a/textproc/psgml-mode/Makefile +++ b/textproc/psgml-mode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2017/09/03 08:37:01 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/14 22:25:41 dholland Exp $ DISTNAME= psgml-1.3.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-/-mode-/} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psgml/} diff --git a/textproc/xslide/Makefile b/textproc/xslide/Makefile index 7efbd3664f8d6..7400b1004d2d0 100644 --- a/textproc/xslide/Makefile +++ b/textproc/xslide/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2020/03/20 11:58:30 nia Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/14 22:25:41 dholland Exp $ # DISTNAME= xslide-0.2.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xslide/} diff --git a/www/emacs-w3m-snapshot/Makefile b/www/emacs-w3m-snapshot/Makefile index cddaa51dffcf8..bd2913a25a124 100644 --- a/www/emacs-w3m-snapshot/Makefile +++ b/www/emacs-w3m-snapshot/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2021/02/01 11:19:16 mef Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/14 22:25:42 dholland Exp $ VERSION= 1.4.632 DATE_TIME= 20210106.2144 HASH= f29aada DISTNAME= w3m-el-snapshot_${VERSION}+0.${DATE_TIME}.${HASH} PKGNAME= ${EMACS_PKGNAME_PREFIX}emacs-${DISTNAME:S/-el-snapshot_/-/:S/+0//:S/.${HASH}//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/w/w3m-el-snapshot/} EXTRACT_SUFX= .orig.tar.gz diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 6356da38bfabc..3d95553797309 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2019/11/04 22:09:54 rillig Exp $ +# $NetBSD: Makefile,v 1.35 2022/05/14 22:25:42 dholland Exp $ DISTNAME= emacs-w3m-1.4.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www MASTER_SITES= ${HOMEPAGE} diff --git a/www/w3/Makefile b/www/w3/Makefile index 61c7afb8ef79a..b4fafcd26a3ea 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2020/01/18 23:35:46 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/14 22:25:42 dholland Exp $ DISTNAME= w3-4.0pre.47 PKGNAME= ${EMACS_PKGNAME_PREFIX}w3-4.0b47 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_XEMACS:=emacs-w3/} From 8ec59ce509269878b1452174b6969a4a8197fd55 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 May 2022 00:37:26 +0000 Subject: [PATCH 0412/1154] mozilla-common.mk: use :Q with CPP in CONFIGURE_ENV. Otherwise it blows up if CPP is $(CC) -E. Seen in the MacOS bulk builds. (this commit syncs seamonkey and firefox52 with the newer firefoxes that already have this fix) --- www/firefox52/mozilla-common.mk | 4 ++-- www/seamonkey/mozilla-common.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/firefox52/mozilla-common.mk b/www/firefox52/mozilla-common.mk index e4e25c1ebdd29..f9900210f5d98 100644 --- a/www/firefox52/mozilla-common.mk +++ b/www/firefox52/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.13 2020/12/31 20:04:13 nia Exp $ +# $NetBSD: mozilla-common.mk,v 1.14 2022/05/15 00:37:26 dholland Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -90,7 +90,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}js/src/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub -CONFIGURE_ENV+= CPP=${CPP} +CONFIGURE_ENV+= CPP=${CPP:Q} ALL_ENV+= SHELL=${CONFIG_SHELL:Q} # Build outside ${WRKSRC} diff --git a/www/seamonkey/mozilla-common.mk b/www/seamonkey/mozilla-common.mk index 2ef2be230e567..0a290a5f33671 100644 --- a/www/seamonkey/mozilla-common.mk +++ b/www/seamonkey/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.11 2022/04/18 18:34:33 dholland Exp $ +# $NetBSD: mozilla-common.mk,v 1.12 2022/05/15 00:37:26 dholland Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -123,7 +123,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}js/src/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub -CONFIGURE_ENV+= CPP=${CPP} +CONFIGURE_ENV+= CPP=${CPP:Q} ALL_ENV+= SHELL=${CONFIG_SHELL:Q} # Build outside ${WRKSRC} From 645e9d741c73b60a16a1c051dca3b9e5df908a35 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 May 2022 01:56:24 +0000 Subject: [PATCH 0413/1154] lang/tcl-expect: add workaround for deadlock seen on Linux and Solaris Closes PR 34442. --- lang/tcl-expect/Makefile | 4 +- lang/tcl-expect/distinfo | 3 +- lang/tcl-expect/patches/patch-exp__chan.c | 49 +++++++++++++++++++++++ 3 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 lang/tcl-expect/patches/patch-exp__chan.c diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index 8f91b6c3b2c97..da34a263ee3d2 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2018/09/07 08:51:39 jperkin Exp $ +# $NetBSD: Makefile,v 1.35 2022/05/15 01:56:24 dholland Exp $ .include "Makefile.common" PKGNAME= tcl-expect-${EXPECT_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/lang/tcl-expect/distinfo b/lang/tcl-expect/distinfo index 01f7900d122b0..113c22e1636ea 100644 --- a/lang/tcl-expect/distinfo +++ b/lang/tcl-expect/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.22 2021/10/26 10:51:57 nia Exp $ +$NetBSD: distinfo,v 1.23 2022/05/15 01:56:24 dholland Exp $ BLAKE2s (expect5.45.tar.gz) = 38c440ed0868322b6ec7438decaa036a636e7d700191b754c1e4a7dc0fdd0c46 SHA512 (expect5.45.tar.gz) = be991c68241e607b3a689eae7e7966056dbfb577e857331d54a4911bd178c1816425217603b43918ad1b6d2e966271a0f01e79d7028a22e223562d59d10c8c51 Size (expect5.45.tar.gz) = 628808 bytes SHA1 (patch-Makefile.in) = 24efcbdb0a21985cb8a0fb7812c5f45f67de7c30 SHA1 (patch-configure) = a16c833e61d23f63abff1413522b99cd2251bc34 +SHA1 (patch-exp__chan.c) = 5af6bf31fa87a4d9951be6bc978ede5440380981 diff --git a/lang/tcl-expect/patches/patch-exp__chan.c b/lang/tcl-expect/patches/patch-exp__chan.c new file mode 100644 index 0000000000000..44dd73d924107 --- /dev/null +++ b/lang/tcl-expect/patches/patch-exp__chan.c @@ -0,0 +1,49 @@ +$NetBSD: patch-exp__chan.c,v 1.1 2022/05/15 01:56:24 dholland Exp $ + +Add hack to work around deadlock situation that occurs on Solaris and +Linux. See PR 34442. + +The problem apparently does not occur on BSD, but it doesn't seem to +be clear why or whether that's really the case; the description of the +problem as far as it's understood seems to be portable. So don't +conditionalize it, as the check should be safe. If this turns out to +cause problems, we can wrap it in ifdefs. + +--- exp_chan.c.orig 2010-07-01 00:53:49.000000000 +0000 ++++ exp_chan.c +@@ -7,6 +7,7 @@ + */ + + #include ++#include + #include + #include + #include +@@ -205,6 +206,8 @@ ExpInputProc(instanceData, buf, toRead, + ExpState *esPtr = (ExpState *) instanceData; + int bytesRead; /* How many bytes were actually + * read from the input device? */ ++ struct pollfd fds[1]; ++ int pollResult; + + *errorCodePtr = 0; + +@@ -215,6 +218,18 @@ ExpInputProc(instanceData, buf, toRead, + * nonblocking, the read will never block. + */ + ++ /* Update: there isn't always, which can lead to hangs. See PR 34442. */ ++ fds[0].fd = esPtr->fdin; ++ fds[0].events = POLLIN | POLLERR | POLLHUP | POLLNVAL; ++ pollResult = poll(fds, 1, 0); ++ if (pollResult <= 0) { ++ *errorCodePtr = EWOULDBLOCK; ++ return -1; ++ } else if (fds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) { ++ *errorCodePtr = EBADF; ++ return -1; ++ } ++ + bytesRead = read(esPtr->fdin, buf, (size_t) toRead); + /*printf("ExpInputProc: read(%d,,) = %d\r\n",esPtr->fdin,bytesRead);*/ + if (bytesRead > -1) { From 3e67b6bfa580359d56d8a5a7971d9ec255939062 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 15 May 2022 02:19:31 +0000 Subject: [PATCH 0414/1154] (devel/ocaml-bin_prot) Add ocaml-ppx_optcomp/bld3.mk --- devel/ocaml-bin_prot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/ocaml-bin_prot/Makefile b/devel/ocaml-bin_prot/Makefile index e4bd9aca18454..b3adf1f590df6 100644 --- a/devel/ocaml-bin_prot/Makefile +++ b/devel/ocaml-bin_prot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 17:52:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/15 02:19:31 mef Exp $ DISTNAME= ${GITHUB_PROJECT}-0.14.1 PKGNAME= ocaml-${DISTNAME} @@ -19,6 +19,7 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_compare/buildlink3.mk" .include "../../devel/ocaml-ppx_custom_printf/buildlink3.mk" .include "../../devel/ocaml-ppx_fields_conv/buildlink3.mk" +.include "../../devel/ocaml-ppx_optcomp/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" .include "../../devel/ocaml-ppx_variants_conv/buildlink3.mk" From 299e75de1ef8e620430e0f3dd17f8903f64e74a8 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 May 2022 02:19:36 +0000 Subject: [PATCH 0415/1154] Make a first attempt at a MacOS config for devel/ldapsdk. Step towards PR 42040. (Next step is to actually make it work.) --- devel/ldapsdk/Makefile | 4 +- devel/ldapsdk/distinfo | 3 +- devel/ldapsdk/patches/patch-config_darwin.mk | 40 ++++++++++++++++++++ 3 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 devel/ldapsdk/patches/patch-config_darwin.mk diff --git a/devel/ldapsdk/Makefile b/devel/ldapsdk/Makefile index 067b88e34dd82..bbcdd140a002f 100644 --- a/devel/ldapsdk/Makefile +++ b/devel/ldapsdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2021/05/24 19:49:59 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2022/05/15 02:19:36 dholland Exp $ DISTNAME= ldapsdk_12311998 PKGNAME= ${DISTNAME:S/_/-/} @@ -33,6 +33,8 @@ AUTO_MKDIRS= yes post-extract: ${LN} -s FreeBSD.mk ${WRKSRC}/config/DragonFly.mk + # copy rather than link this as it'll need to be patched + cp ${WRKSRC}/config/Rhapsody.mk ${WRKSRC}/config/Darwin.mk do-configure: ${ECHO} "PKG_SYSCONFDIR=${PKG_SYSCONFDIR}" >> ${WRKSRC}/config/rules.mk diff --git a/devel/ldapsdk/distinfo b/devel/ldapsdk/distinfo index be5e55497a3c2..c2b45da36ad9b 100644 --- a/devel/ldapsdk/distinfo +++ b/devel/ldapsdk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:15:13 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/15 02:19:36 dholland Exp $ BLAKE2s (ldapsdk_12311998.tar.gz) = eb99121e1a286a42be4f46cc1d818aebc38156e5b9be0caad45773ec979291cb SHA512 (ldapsdk_12311998.tar.gz) = 0e6a1fc33d4d70bba2a376336a0cf93fe7aa1e2147256ba6bc5de323c62139824ac0df66b2ebef6edcda457ba6437ca251112370c9e154bc09960c40429416b4 @@ -10,4 +10,5 @@ SHA1 (patch-ad) = 023fb7d066a3b0e9fde391e37ce14751c7816e7d SHA1 (patch-ae) = fe40aa1668206bd63861844fc34574c749aa22f0 SHA1 (patch-af) = 20869b8cbc7becee026adece14b9b9a250531d8a SHA1 (patch-config-bsdecho.c) = a5f916c44c55a812793c25760771bff5a1400ed0 +SHA1 (patch-config_darwin.mk) = d713cd4d018825a1ad8c7631e25f3a070de3f9c2 SHA1 (patch-config_rules_mk) = 6ddd1ee99f4058eeddd3f34f6921c1573abcd125 diff --git a/devel/ldapsdk/patches/patch-config_darwin.mk b/devel/ldapsdk/patches/patch-config_darwin.mk new file mode 100644 index 0000000000000..00242449e1237 --- /dev/null +++ b/devel/ldapsdk/patches/patch-config_darwin.mk @@ -0,0 +1,40 @@ +$NetBSD: patch-config_darwin.mk,v 1.1 2022/05/15 02:19:36 dholland Exp $ + +Halfassed attempt at a config for MacOS based on the existing one for +Rhapsody (aka prelease MacOS from 25 years ago) -- probably won't +work, but will work better than the prior state of not having one at +all. + +--- config/Darwin.mk.orig 2022-05-15 02:08:50.742530570 +0000 ++++ config/Darwin.mk +@@ -23,11 +23,11 @@ + # Version-independent + ###################################################################### + +-ARCH := rhapsody ++ARCH := darwin + ifeq (86,$(findstring 86,$(OS_TEST))) + CPU_ARCH := i386 + else +-CPU_ARCH := ppc ++CPU_ARCH := $(OS_TEST) + endif + GFX_ARCH := + +@@ -92,14 +92,12 @@ endif + CC = cc + AR = libtool -static -o $@ + +-EMACS = /usr/bin/emacs +-PERL = /usr/bin/perl ++EMACS = /usr/bin/true + RANLIB = ranlib + + LDFLAGS = + +-# -nostdlib gets around the missing -lm problem. +-DSO_LDFLAGS = -arch $(CPU_ARCH) -dynamiclib -nostdlib -lstdc++ -lcc_dynamic -compatibility_version 1 -current_version 1 -all_load -undefined suppress ++DSO_LDFLAGS = + + # Comment out MKSHLIB to build only static libraries. + MKSHLIB = $(CC) $(DSO_LDFLAGS) From 3721932c887cbfc27db280aa70e956a09cec192f Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 May 2022 02:26:34 +0000 Subject: [PATCH 0416/1154] PR 42056 Joachim Kuebart: missing gstreamer0.10-plugins deps Bump PKGREVISION to 4. --- meta-pkgs/gstreamer0.10-plugins/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-pkgs/gstreamer0.10-plugins/Makefile b/meta-pkgs/gstreamer0.10-plugins/Makefile index fd879d43db0ea..ffe04abc9cb8c 100644 --- a/meta-pkgs/gstreamer0.10-plugins/Makefile +++ b/meta-pkgs/gstreamer0.10-plugins/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/01/21 09:40:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/15 02:26:34 dholland Exp $ DISTNAME= # empty PKGNAME= gstreamer0.10-plugins-1.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= meta-pkgs multimedia MASTER_SITES= # empty DISTFILES= # empty @@ -14,8 +14,10 @@ COMMENT= Open-source multimedia framework (plug-in meta-package) META_PACKAGE= yes DEPENDS+= gst-plugins0.10-a52-[0-9]*:../../audio/gst-plugins0.10-a52 +DEPENDS+= gst-plugins0.10-alsa-[0-9]*:../../audio/gst-plugins0.10-alsa DEPENDS+= gst-plugins0.10-cdparanoia-[0-9]*:../../audio/gst-plugins0.10-cdparanoia DEPENDS+= gst-plugins0.10-dts-[0-9]*:../../audio/gst-plugins0.10-dts +DEPENDS+= gst-plugins0.10-faac-[0-9]*:../../audio/gst-plugins0.10-faac DEPENDS+= gst-plugins0.10-faad-[0-9]*:../../audio/gst-plugins0.10-faad DEPENDS+= gst-ffmpeg-[0-9]*:../../multimedia/gst-plugins0.10-ffmpeg DEPENDS+= gst-fluendo-mp3-[0-9]*:../../audio/gst-plugins0.10-fluendo-mp3 @@ -33,6 +35,7 @@ DEPENDS+= gst-plugins0.10-vorbis-[0-9]*:../../audio/gst-plugins0.10-vorbis DEPENDS+= gst-plugins0.10-wavpack-[0-9]*:../../audio/gst-plugins0.10-wavpack DEPENDS+= gst-plugins0.10-pango-[0-9]*:../../devel/gst-plugins0.10-pango DEPENDS+= gst-plugins0.10-cairo-[0-9]*:../../graphics/gst-plugins0.10-cairo +DEPENDS+= gst-plugins0.10-jpeg-[0-9]*:../../graphics/gst-plugins0.10-jpeg DEPENDS+= gst-plugins0.10-png-[0-9]*:../../graphics/gst-plugins0.10-png DEPENDS+= gst-plugins0.10-dvdread-[0-9]*:../../multimedia/gst-plugins0.10-dvdread DEPENDS+= gst-gnonlin-[0-9]*:../../multimedia/gst-plugins0.10-gnonlin @@ -42,6 +45,7 @@ DEPENDS+= gst-plugins0.10-resindvd-[0-9]*:../../multimedia/gst-plugins0.10-resin DEPENDS+= gst-plugins0.10-theora-[0-9]*:../../multimedia/gst-plugins0.10-theora DEPENDS+= gst-plugins0.10-x264-[0-9]*:../../multimedia/gst-plugins0.10-x264 DEPENDS+= gst-plugins0.10-xvid-[0-9]*:../../multimedia/gst-plugins0.10-xvid +DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup DEPENDS+= gst-plugins0.10-gnomevfs-[0-9]*:../../sysutils/gst-plugins0.10-gnomevfs DEPENDS+= gst-plugins0.10-x11-[0-9]*:../../x11/gst-plugins0.10-x11 From cc12a2a0af30fe54309c84f59f5cc9692fe4d651 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 May 2022 02:35:32 +0000 Subject: [PATCH 0417/1154] In audio/faad2, use -I instead -iquote; latter is gcc-only. (and was being used for no real reason) Should fix PR 42117. --- audio/faad2/distinfo | 4 ++-- audio/faad2/patches/patch-libfaad_Makefile.am | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/audio/faad2/distinfo b/audio/faad2/distinfo index da19b8d325a00..386f095a5bbc9 100644 --- a/audio/faad2/distinfo +++ b/audio/faad2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.33 2021/10/26 09:58:53 nia Exp $ +$NetBSD: distinfo,v 1.34 2022/05/15 02:35:32 dholland Exp $ BLAKE2s (faad2-2.10.0.tar.gz) = 6347f7b438f164332547290d6cc705ae8f232d2763ce2e3c36be11b7c189df59 SHA512 (faad2-2.10.0.tar.gz) = 92c8b5e79f85b7a7caac9e7954959c26d74ef148a658dcb37e2c1b303fc2fcc5a0d12f21e7bd476870498109bdd03916a56c13f578186a69d6eceb103222e771 @@ -7,7 +7,7 @@ SHA1 (patch-configure.ac) = ed9d4e9d611d27d4add86884996a8e7fc001bc90 SHA1 (patch-frontend_Makefile.am) = 32c8bede5773b2cb97777951b1a18366b4e10e3d SHA1 (patch-frontend_getopt.c) = 3eaf3e8318887eca49e354696cad1bd2c5bf5504 SHA1 (patch-frontend_mp4read.c) = a72c20b69428809caf328850fd70a13ba5c82d41 -SHA1 (patch-libfaad_Makefile.am) = 4d3b92f54d998bd577641f49e88d0c8bc38f963c +SHA1 (patch-libfaad_Makefile.am) = 7a5ff541d0b11a7d71d0ed5740bbf494501c6b7a SHA1 (patch-libfaad_common.h) = 60eccd8aebeb085760d6866f83ff5a613197918f SHA1 (patch-plugins_xmms_src_Makefile.am) = 4ba1dfefe1e351830ee990c711af6ac46db42c14 SHA1 (patch-plugins_xmms_src_libmp4.c) = 7c6cd667999aab36efc9d713cf967c01b01916bf diff --git a/audio/faad2/patches/patch-libfaad_Makefile.am b/audio/faad2/patches/patch-libfaad_Makefile.am index 303abb3c56b5b..2150ef6eb549c 100644 --- a/audio/faad2/patches/patch-libfaad_Makefile.am +++ b/audio/faad2/patches/patch-libfaad_Makefile.am @@ -1,9 +1,19 @@ -$NetBSD: patch-libfaad_Makefile.am,v 1.2 2017/12/01 11:17:51 adam Exp $ +$NetBSD: patch-libfaad_Makefile.am,v 1.3 2022/05/15 02:35:33 dholland Exp $ + +Use -I instead of -iquote, which is gratuitously gcc-specific. Separate includes from source files. ---- libfaad/Makefile.am.orig 2017-10-07 09:02:02.000000000 +0000 +--- libfaad/Makefile.am.orig 2020-10-20 06:24:05.000000000 +0000 +++ libfaad/Makefile.am +@@ -1,6 +1,6 @@ + lib_LTLIBRARIES = libfaad.la libfaad_drm.la + +-AM_CPPFLAGS = -iquote $(top_srcdir)/include ++AM_CPPFLAGS = -I$(top_srcdir)/include + include_HEADERS = $(top_srcdir)/include/faad.h \ + $(top_srcdir)/include/neaacdec.h + @@ -15,7 +15,8 @@ libfaad_la_SOURCES = bits.c cfft.c decod pulse.c specrec.c syntax.c tns.c hcr.c huffman.c \ rvlc.c ssr.c ssr_fb.c ssr_ipqf.c common.c \ From a55e4ad9ffd29a6bf001c7651370309892f143cd Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:13:43 +0000 Subject: [PATCH 0418/1154] tex-babel{,-doc}: update to 3.74 * Fixes: - Error in transforms if | is active. - Minor fixes in Khemer, Turkmen, Marathi. * RTL math improved (with luatex). --- print/tex-babel-doc/Makefile | 6 +++--- print/tex-babel-doc/distinfo | 8 ++++---- print/tex-babel/Makefile | 6 +++--- print/tex-babel/distinfo | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/print/tex-babel-doc/Makefile b/print/tex-babel-doc/Makefile index 9385934751396..979864c347b1c 100644 --- a/print/tex-babel-doc/Makefile +++ b/print/tex-babel-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2022/04/15 00:26:20 markd Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/15 04:13:43 markd Exp $ DISTNAME= babel.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.73 -TEXLIVE_REV= 62202 +PKGNAME= tex-${DISTNAME:S/./-/}-3.74 +TEXLIVE_REV= 63189 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/babel diff --git a/print/tex-babel-doc/distinfo b/print/tex-babel-doc/distinfo index 47f059981dda4..575b804b75b8d 100644 --- a/print/tex-babel-doc/distinfo +++ b/print/tex-babel-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2022/04/15 00:26:20 markd Exp $ +$NetBSD: distinfo,v 1.23 2022/05/15 04:13:43 markd Exp $ -BLAKE2s (babel.doc.r62202.tar.xz) = e5889b7677e4291ebf36c4e0ed76ac696a6c23254f760935155f64e861924e9a -SHA512 (babel.doc.r62202.tar.xz) = 4dda90e045c3ec20947b549faee36edfdb9cfafb1a1c08bd312a9af505f6ef673ca241c38a85903eaa4a6c76395f0bcd871fdd37372fb38a0e27645cbdd78c17 -Size (babel.doc.r62202.tar.xz) = 842836 bytes +BLAKE2s (babel.doc.r63189.tar.xz) = baabb5a883b54a5c58f33365554d4e58846466604bcf24041ce25f4e65a74cd9 +SHA512 (babel.doc.r63189.tar.xz) = 4b2c06589f0340708ed7d09fdb8b12d3d36852b1ca0e96d2bf1533e562ff957c71a3433f271504074f8c005b948447c79bbce0a8216a68b462756f9dc0e987c0 +Size (babel.doc.r63189.tar.xz) = 844824 bytes diff --git a/print/tex-babel/Makefile b/print/tex-babel/Makefile index 1c119400cdabc..93fa44e57da92 100644 --- a/print/tex-babel/Makefile +++ b/print/tex-babel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2022/04/15 00:26:20 markd Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/15 04:13:43 markd Exp $ DISTNAME= babel -PKGNAME= tex-${DISTNAME}-3.73 -TEXLIVE_REV= 62202 +PKGNAME= tex-${DISTNAME}-3.74 +TEXLIVE_REV= 63189 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/babel diff --git a/print/tex-babel/distinfo b/print/tex-babel/distinfo index c5b94c1e87d25..a348577e48d12 100644 --- a/print/tex-babel/distinfo +++ b/print/tex-babel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2022/04/15 00:26:20 markd Exp $ +$NetBSD: distinfo,v 1.23 2022/05/15 04:13:43 markd Exp $ -BLAKE2s (babel.r62202.tar.xz) = 71e3e6f4d9b5d14d9033242617bac8e31c38147e5cb4c19eab2521c60dfd0caf -SHA512 (babel.r62202.tar.xz) = 61468a6826f7cf8d48ec4be4893d25b1da6b817d1f86a6d25a5d9915efd1b9678808d2f1b68849369a25c970b2225261f87723a156e9e5c031b1f416e721ccff -Size (babel.r62202.tar.xz) = 183912 bytes +BLAKE2s (babel.r63189.tar.xz) = 83fffb5a535af169ad50e254f65cb4beca2f7789c27eb6bba204c15cd9e356b6 +SHA512 (babel.r63189.tar.xz) = 9f2235a91b6ca2f1225c81b67c7e91a38833bec8f80335447e4afe9e09a9e511f7a818abe3e9ee70254cd2b645c206ec09dc36807a5cdcc3d8cfc6da5301f27b +Size (babel.r63189.tar.xz) = 184320 bytes From b0b1a4d20529d926aae53d108058b272048dfeb6 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:16:47 +0000 Subject: [PATCH 0419/1154] tex-changebar{,-doc}: update to 3.6d A small update preventing TeX from looking too far ahead when opening one of the files. --- print/tex-changebar-doc/DESCR | 2 +- print/tex-changebar-doc/Makefile | 7 +++---- print/tex-changebar-doc/PLIST | 12 +----------- print/tex-changebar-doc/distinfo | 8 ++++---- print/tex-changebar/Makefile | 7 +++---- print/tex-changebar/distinfo | 8 ++++---- 6 files changed, 16 insertions(+), 28 deletions(-) diff --git a/print/tex-changebar-doc/DESCR b/print/tex-changebar-doc/DESCR index a68f3b24b1b6d..cb2dd2fbbe101 100644 --- a/print/tex-changebar-doc/DESCR +++ b/print/tex-changebar-doc/DESCR @@ -1 +1 @@ -This is documentation for tex-changebar. +Documentation for tex-changebar. diff --git a/print/tex-changebar-doc/Makefile b/print/tex-changebar-doc/Makefile index f4f4b8d8149b9..ef00cd069ef94 100644 --- a/print/tex-changebar-doc/Makefile +++ b/print/tex-changebar-doc/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:33:45 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/15 04:16:47 markd Exp $ DISTNAME= changebar.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.6c -TEXLIVE_REV= 46919 +PKGNAME= tex-${DISTNAME:S/./-/}-3.6d +TEXLIVE_REV= 63259 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/changebar COMMENT= Documentation for tex-changebar LICENSE= lppl-1.3c -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-changebar-doc/PLIST b/print/tex-changebar-doc/PLIST index 4b408505160a5..e2fc9e3f49d17 100644 --- a/print/tex-changebar-doc/PLIST +++ b/print/tex-changebar-doc/PLIST @@ -1,16 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2018/05/06 01:30:20 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/15 04:16:47 markd Exp $ share/texmf-dist/doc/latex/changebar/CATALOG share/texmf-dist/doc/latex/changebar/MANIFEST share/texmf-dist/doc/latex/changebar/README -share/texmf-dist/doc/latex/changebar/cbtest1-ltx.pdf -share/texmf-dist/doc/latex/changebar/cbtest1-pdf.pdf -share/texmf-dist/doc/latex/changebar/cbtest1.tex -share/texmf-dist/doc/latex/changebar/cbtest1good.pdf -share/texmf-dist/doc/latex/changebar/cbtest1wrong.pdf -share/texmf-dist/doc/latex/changebar/cbtest2-ltx.pdf -share/texmf-dist/doc/latex/changebar/cbtest2-pdf.pdf -share/texmf-dist/doc/latex/changebar/cbtest2.tex share/texmf-dist/doc/latex/changebar/changebar.bug share/texmf-dist/doc/latex/changebar/changebar.pdf -share/texmf-dist/doc/latex/changebar/chbar.1 -share/texmf-dist/doc/latex/changebar/chbar.sh diff --git a/print/tex-changebar-doc/distinfo b/print/tex-changebar-doc/distinfo index 1cc011d840cde..f5acf4ff9f384 100644 --- a/print/tex-changebar-doc/distinfo +++ b/print/tex-changebar-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:12:48 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/15 04:16:47 markd Exp $ -BLAKE2s (tex-changebar-46919/changebar.doc.tar.xz) = d165b43b42d5915dcd052bb0ddc25b8362d1a0e9196ef9306af46916c0f23485 -SHA512 (tex-changebar-46919/changebar.doc.tar.xz) = e3d83058bb12b1fc2f6ce3c454f9d2886dd57778b71e249ab300130c41092a486e23da7dcade992ec48768abfcb113f67261f8e17f450d47d827c5ec45855d74 -Size (tex-changebar-46919/changebar.doc.tar.xz) = 636452 bytes +BLAKE2s (changebar.doc.r63259.tar.xz) = b4cb2f44b546bab33fc40da0ac11c91ef54131fa5d44d560e8564a87ef455213 +SHA512 (changebar.doc.r63259.tar.xz) = f3ece8b350ee00ecb596f0f66ef2ded81b7c507c618d226084d4a4e403441b9183a3686c2c26430654c45f15471092e83864a28cddad3d08e60c656d3af8ebe1 +Size (changebar.doc.r63259.tar.xz) = 376148 bytes diff --git a/print/tex-changebar/Makefile b/print/tex-changebar/Makefile index 6f974d06f780e..87241658b95f1 100644 --- a/print/tex-changebar/Makefile +++ b/print/tex-changebar/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:33:45 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/15 04:16:47 markd Exp $ DISTNAME= changebar -PKGNAME= tex-${DISTNAME}-3.6c -TEXLIVE_REV= 46919 +PKGNAME= tex-${DISTNAME}-3.6d +TEXLIVE_REV= 63259 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/changebar @@ -13,6 +13,5 @@ DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-changebar/distinfo b/print/tex-changebar/distinfo index 4bb16d1db3baa..0b241c0866967 100644 --- a/print/tex-changebar/distinfo +++ b/print/tex-changebar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:12:48 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/15 04:16:47 markd Exp $ -BLAKE2s (tex-changebar-46919/changebar.tar.xz) = 3f17ff0b34bb14d96b8f62446f38da97c4b06d7ebd84e152c161526d530c01ac -SHA512 (tex-changebar-46919/changebar.tar.xz) = 683bace5dd64bc747459274f22f995d34d1bb836a493ae39542d688f10222e258ae8c0b293596cfc3f9aba0f311291bd24e2858dac1bf6ad6dff1cb9d47f3078 -Size (tex-changebar-46919/changebar.tar.xz) = 7028 bytes +BLAKE2s (changebar.r63259.tar.xz) = 570dc56e5b01595291d724e0cafdd81eeb76f537b925143432cb09333934590f +SHA512 (changebar.r63259.tar.xz) = 1d47e3e98e6923fda580a8a34b8fcdcc7aad164306a6380ff8fd9ed77f1256225221f8b15da604303e562471ed6ffdb7109b6b95a397b25b80c48fdc4e565b62 +Size (changebar.r63259.tar.xz) = 7004 bytes From bea6841fa4b8a5ce4b3e9e26b1346ce17250d38c Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:20:32 +0000 Subject: [PATCH 0420/1154] tex-circuitikz{,-doc}: update to 1.5.2 Adding a couple of new components and a nice feature to transistors and tubes. - Added TVS diodes (transorb) - Added proximity switches - Added partially drawn tube and transistor borders --- graphics/tex-circuitikz-doc/Makefile | 6 +++--- graphics/tex-circuitikz-doc/distinfo | 8 ++++---- graphics/tex-circuitikz/Makefile | 6 +++--- graphics/tex-circuitikz/distinfo | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/graphics/tex-circuitikz-doc/Makefile b/graphics/tex-circuitikz-doc/Makefile index d9cd4f9910514..b584b4e0cadc5 100644 --- a/graphics/tex-circuitikz-doc/Makefile +++ b/graphics/tex-circuitikz-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2022/05/01 20:23:03 markd Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/15 04:20:32 markd Exp $ DISTNAME= circuitikz.doc -PKGNAME= tex-${DISTNAME:S/./-/}-1.5.1 -TEXLIVE_REV= 63145 +PKGNAME= tex-${DISTNAME:S/./-/}-1.5.2 +TEXLIVE_REV= 63269 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/circuitikz diff --git a/graphics/tex-circuitikz-doc/distinfo b/graphics/tex-circuitikz-doc/distinfo index 392a96d6ed551..bdcf37c357f7d 100644 --- a/graphics/tex-circuitikz-doc/distinfo +++ b/graphics/tex-circuitikz-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/05/01 20:23:03 markd Exp $ +$NetBSD: distinfo,v 1.12 2022/05/15 04:20:32 markd Exp $ -BLAKE2s (circuitikz.doc.r63145.tar.xz) = 18f5128405979cdcd0820af1c279a1fa194f2d28299e0f8df71dea40580b822a -SHA512 (circuitikz.doc.r63145.tar.xz) = 87b1df4ff99e107df41d193a15449b961d228d1e20f3119af7a001618d118965bd4aced47bed3bcabeb0f43ee0295ac8d04a416fc35f506e765820c7de9a4341 -Size (circuitikz.doc.r63145.tar.xz) = 1637624 bytes +BLAKE2s (circuitikz.doc.r63269.tar.xz) = 87d0480a1bfcf3526e90ce15bdf5cbc801dae849f01b1980f966bf04142da771 +SHA512 (circuitikz.doc.r63269.tar.xz) = 6c7d8bfbb6e25c95b9113d61e64027a69c948d52c35d031a962ed489632acede46224e73a9b67512f64b3ce7e8607425d81a6d130768f14c92206a52b4724f6d +Size (circuitikz.doc.r63269.tar.xz) = 1663348 bytes diff --git a/graphics/tex-circuitikz/Makefile b/graphics/tex-circuitikz/Makefile index 42d9c0c99d2fb..47488b28678c8 100644 --- a/graphics/tex-circuitikz/Makefile +++ b/graphics/tex-circuitikz/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2022/05/01 20:23:03 markd Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/15 04:20:32 markd Exp $ DISTNAME= circuitikz -PKGNAME= tex-${DISTNAME}-1.5.1 -TEXLIVE_REV= 63145 +PKGNAME= tex-${DISTNAME}-1.5.2 +TEXLIVE_REV= 63269 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/circuitikz diff --git a/graphics/tex-circuitikz/distinfo b/graphics/tex-circuitikz/distinfo index 819e028031c22..f19aa6768b41d 100644 --- a/graphics/tex-circuitikz/distinfo +++ b/graphics/tex-circuitikz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/05/01 20:23:03 markd Exp $ +$NetBSD: distinfo,v 1.12 2022/05/15 04:20:32 markd Exp $ -BLAKE2s (circuitikz.r63145.tar.xz) = dbb2573abca95b0419d2b2d584f280190ca5be1680935ea4be8dfbfe558c6936 -SHA512 (circuitikz.r63145.tar.xz) = d7c5ac88965fb33009e8df80daa2d9c35eaea300b4442521c7a5ea45837b65274f8c6ec09c0cab832f9428d8c23f6dbd9005691fb23c0b22013e38c00f8a3097 -Size (circuitikz.r63145.tar.xz) = 163496 bytes +BLAKE2s (circuitikz.r63269.tar.xz) = 5d077ee79313a9e6212fb463ae7fe15f97e91eca953713e9ecdd49dbf178e158 +SHA512 (circuitikz.r63269.tar.xz) = 4576fd80194c431afa2a422be0749006731aa7d51fdb9e052368418ff349d9dad4e9e3adb58f395bfa266609bd2a9d8ed6294a5e48012c1dfb992982e4524945 +Size (circuitikz.r63269.tar.xz) = 165340 bytes From d78d93c880119c60da3e6a1f6e47806ad3e584b7 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:23:37 +0000 Subject: [PATCH 0421/1154] tex-doclicense{,-doc}: update to 3.1.0 * Add macro \doclicenseLongTextForHyperref and use it inside \hypersetup to replace the fagile code that was previously used. * Add Traditional Chinese (Taiwan), Swedish and Esperanto translations. --- devel/tex-doclicense-doc/Makefile | 6 +++--- devel/tex-doclicense-doc/distinfo | 8 ++++---- devel/tex-doclicense/Makefile | 6 +++--- devel/tex-doclicense/PLIST | 5 ++++- devel/tex-doclicense/distinfo | 8 ++++---- 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/devel/tex-doclicense-doc/Makefile b/devel/tex-doclicense-doc/Makefile index 71f0fa0ec1123..0b73545389f14 100644 --- a/devel/tex-doclicense-doc/Makefile +++ b/devel/tex-doclicense-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2022/04/08 21:09:47 markd Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/15 04:23:37 markd Exp $ DISTNAME= doclicense.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.0.0 -TEXLIVE_REV= 59899 +PKGNAME= tex-${DISTNAME:S/./-/}-3.1.0 +TEXLIVE_REV= 63167 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/doclicense diff --git a/devel/tex-doclicense-doc/distinfo b/devel/tex-doclicense-doc/distinfo index 8cefe9322b7e1..09ba3fa021829 100644 --- a/devel/tex-doclicense-doc/distinfo +++ b/devel/tex-doclicense-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/04/08 21:09:47 markd Exp $ +$NetBSD: distinfo,v 1.12 2022/05/15 04:23:37 markd Exp $ -BLAKE2s (doclicense.doc.r59899.tar.xz) = 02b7fe2b1be43eeda7d884c39560343a69abed48c76577d92a857ab105affd4a -SHA512 (doclicense.doc.r59899.tar.xz) = b9221169fae2c21c03b5005f1f35d517cc8a09c664ba752dafb400e00abfa0f85c86244b5d5a5c6a9602d7b190794871675861d433763050bfe9d1a958dca4dc -Size (doclicense.doc.r59899.tar.xz) = 223280 bytes +BLAKE2s (doclicense.doc.r63167.tar.xz) = 0260096e8a9ce763b1ceac30657d2d81cde4af22e43036c5a4d19d9375015f49 +SHA512 (doclicense.doc.r63167.tar.xz) = d6080f6d459746ef5187a25dc6610936c873e4e4b3ceea7f40c3dc77ec616575078c74a5916e62a6e9ceb16a1cd29dbc60d644f2e6089987c54d45f5c9d92edf +Size (doclicense.doc.r63167.tar.xz) = 228408 bytes diff --git a/devel/tex-doclicense/Makefile b/devel/tex-doclicense/Makefile index 5bf897aeb3e62..a2d4c682203c2 100644 --- a/devel/tex-doclicense/Makefile +++ b/devel/tex-doclicense/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2022/04/08 21:09:47 markd Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/15 04:23:37 markd Exp $ DISTNAME= doclicense -PKGNAME= tex-${DISTNAME}-3.0.0 -TEXLIVE_REV= 59899 +PKGNAME= tex-${DISTNAME}-3.1.0 +TEXLIVE_REV= 63167 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/doclicense diff --git a/devel/tex-doclicense/PLIST b/devel/tex-doclicense/PLIST index f13143be70ab1..7587eb68cadb4 100644 --- a/devel/tex-doclicense/PLIST +++ b/devel/tex-doclicense/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2022/04/08 21:09:47 markd Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/05/15 04:23:37 markd Exp $ share/texmf-dist/tex/latex/doclicense/doclicense-UKenglish.ldf share/texmf-dist/tex/latex/doclicense/doclicense-USenglish.ldf share/texmf-dist/tex/latex/doclicense/doclicense-acadian.ldf @@ -11,9 +11,11 @@ share/texmf-dist/tex/latex/doclicense/doclicense-canadian.ldf share/texmf-dist/tex/latex/doclicense/doclicense-canadien.ldf share/texmf-dist/tex/latex/doclicense/doclicense-catalan.ldf share/texmf-dist/tex/latex/doclicense/doclicense-chinese-gbk.ldf +share/texmf-dist/tex/latex/doclicense/doclicense-chinese-tw.ldf share/texmf-dist/tex/latex/doclicense/doclicense-chinese-utf8.ldf share/texmf-dist/tex/latex/doclicense/doclicense-croatian.ldf share/texmf-dist/tex/latex/doclicense/doclicense-english.ldf +share/texmf-dist/tex/latex/doclicense/doclicense-esperanto.ldf share/texmf-dist/tex/latex/doclicense/doclicense-french.ldf share/texmf-dist/tex/latex/doclicense/doclicense-galician.ldf share/texmf-dist/tex/latex/doclicense/doclicense-german.ldf @@ -26,6 +28,7 @@ share/texmf-dist/tex/latex/doclicense/doclicense-polish.ldf share/texmf-dist/tex/latex/doclicense/doclicense-portuguese.ldf share/texmf-dist/tex/latex/doclicense/doclicense-russian.ldf share/texmf-dist/tex/latex/doclicense/doclicense-spanish.ldf +share/texmf-dist/tex/latex/doclicense/doclicense-swedish.ldf share/texmf-dist/tex/latex/doclicense/doclicense.sty share/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-80x15.eps share/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-80x15.pdf diff --git a/devel/tex-doclicense/distinfo b/devel/tex-doclicense/distinfo index ea2cfdf1948ae..6aa73a1c57da2 100644 --- a/devel/tex-doclicense/distinfo +++ b/devel/tex-doclicense/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/04/08 21:09:47 markd Exp $ +$NetBSD: distinfo,v 1.12 2022/05/15 04:23:37 markd Exp $ -BLAKE2s (doclicense.r59899.tar.xz) = dc42df67576f4b5e6e59f151d2371a37f83750f3ff510a8f079f0a9dd8aa2dcb -SHA512 (doclicense.r59899.tar.xz) = 4ab462ed5cea50837f3bf47cd5d43dd9e8f1666e34da55a3c5849b9c9b735962ba94fde97f1682ba8ef2fca4b9c4d985dc16121be28c552ec3a6cbf981872254 -Size (doclicense.r59899.tar.xz) = 235388 bytes +BLAKE2s (doclicense.r63167.tar.xz) = 6b2ee9177dd0d661f3296740e38d68fe437e3de6594b90b1b4c0fc45e1d47c29 +SHA512 (doclicense.r63167.tar.xz) = 3a7aa6e077852a4125e031724336bfd9db0b4889235ce6747d25ad7fa0842fc00e3f944e19f0914eb8ec2be1505d24214e29df225242ce46d6b6231abab8b4a1 +Size (doclicense.r63167.tar.xz) = 236048 bytes From 1c6671ba5ffa0f02deaacc409ae0a8323dd1c10c Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:26:08 +0000 Subject: [PATCH 0422/1154] tex-fancyhdr{,-doc}: update to 4.0.2 Bug fix Miscellaneous small documentation changes. Make \fancyhead etc. \long --- print/tex-fancyhdr-doc/Makefile | 6 +++--- print/tex-fancyhdr-doc/distinfo | 8 ++++---- print/tex-fancyhdr/Makefile | 6 +++--- print/tex-fancyhdr/distinfo | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/print/tex-fancyhdr-doc/Makefile b/print/tex-fancyhdr-doc/Makefile index faae54047349b..6708cff127c0d 100644 --- a/print/tex-fancyhdr-doc/Makefile +++ b/print/tex-fancyhdr-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2021/02/13 04:38:40 markd Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/15 04:26:08 markd Exp $ DISTNAME= fancyhdr.doc -PKGNAME= tex-${DISTNAME:S/./-/}-4.0.1 -TEXLIVE_REV= 57672 +PKGNAME= tex-${DISTNAME:S/./-/}-4.0.2 +TEXLIVE_REV= 63277 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/fancyhdr diff --git a/print/tex-fancyhdr-doc/distinfo b/print/tex-fancyhdr-doc/distinfo index c7d44900f3b27..0cd1cf5ddc31e 100644 --- a/print/tex-fancyhdr-doc/distinfo +++ b/print/tex-fancyhdr-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:13:18 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/15 04:26:08 markd Exp $ -BLAKE2s (fancyhdr.doc.r57672.tar.xz) = d0538c0bf1a9b09e433e53d2001a31c9bf8219d38b6adc5d6d4711d686653267 -SHA512 (fancyhdr.doc.r57672.tar.xz) = 6b054701df4a35a4422f0248f6fed134f3321e8fc194b7095f5b0824f6a1d325db23cbe34e973dee061c5a571b76b61618d482f3fa2219911c34c981ac51a1ea -Size (fancyhdr.doc.r57672.tar.xz) = 784500 bytes +BLAKE2s (fancyhdr.doc.r63277.tar.xz) = 4e2651bddcd12488d4b24056ab8d3a914f708ade3dde2727af880b826bb6afcb +SHA512 (fancyhdr.doc.r63277.tar.xz) = 76cec9c059fd8a4bc47ea4ae1a7d765b3e4273413e0ec2a280eba271edfdc94c6ce2db7afb4c8b3a2fca3428c385ad27e0fcc817c16dd8bc9556434385cfa482 +Size (fancyhdr.doc.r63277.tar.xz) = 827148 bytes diff --git a/print/tex-fancyhdr/Makefile b/print/tex-fancyhdr/Makefile index 0bcbc43e7b7fa..5d7ba84fa91e3 100644 --- a/print/tex-fancyhdr/Makefile +++ b/print/tex-fancyhdr/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2021/02/13 04:38:40 markd Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/15 04:26:08 markd Exp $ DISTNAME= fancyhdr -PKGNAME= tex-${DISTNAME}-4.0.1 -TEXLIVE_REV= 57672 +PKGNAME= tex-${DISTNAME}-4.0.2 +TEXLIVE_REV= 63277 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/fancyhdr diff --git a/print/tex-fancyhdr/distinfo b/print/tex-fancyhdr/distinfo index 15060ebb3ebe5..493a87cb6dea8 100644 --- a/print/tex-fancyhdr/distinfo +++ b/print/tex-fancyhdr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:13:18 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/15 04:26:08 markd Exp $ -BLAKE2s (fancyhdr.r57672.tar.xz) = 4947948a9c43e10fd7f488a8adda66a8f2909c76f158c13d9d1604ff594673ae -SHA512 (fancyhdr.r57672.tar.xz) = 57a60833cb1e75b2c6f3c95484dd36da6a21704732f0309d2d1252824b458dbdf34092411299ccd27a4cd5202b4bdb710b920d96b970c9b58bfdca4889aba820 -Size (fancyhdr.r57672.tar.xz) = 5112 bytes +BLAKE2s (fancyhdr.r63277.tar.xz) = 2ea53e483880164b21f82a1e5b1c8a553c66aa1ad1e6a99e3d6484108e2c6ca3 +SHA512 (fancyhdr.r63277.tar.xz) = 12fc439f594ce021a8c46fefa2e815343a314b4a488c496c17d062d6b20c11fdd058d68fbc343ba9765f9a64225aeaed2df5541dc40574a2bd3dc339998e9025 +Size (fancyhdr.r63277.tar.xz) = 5116 bytes From edd755cf55834f647af528b1ed66f94ed438791d Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:28:28 +0000 Subject: [PATCH 0423/1154] tex-koma-script: update to 3.36 The code has been completely reorganized. The implementation documentation is now completely in English and uses the new class koma-script-source-doc. This class is based on version 3 of the doc package. Partially the order of the code has changed. Some deprecated code parts have been removed completely, others generate long overdue warnings. scrartcl, scrbook, scrreprt: Non-floating environments table- und figure- are also defined. scrlttr2, scrletter: The internal macros \if at plength, \@newplength, \@setplength, and \@addtoplength are not only deprecated, which has been documented since KOMA-Script 3.25 from 2018/03/30, but also warn. If you haven't already done so, you should use the user commands \Ifplength, \newplength, \setplength, and \addtoplength instead urgently now! --- print/tex-koma-script/Makefile | 6 +++--- print/tex-koma-script/PLIST | 8 ++++++-- print/tex-koma-script/distinfo | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/print/tex-koma-script/Makefile b/print/tex-koma-script/Makefile index 237d5aaad6777..472bcf103d9df 100644 --- a/print/tex-koma-script/Makefile +++ b/print/tex-koma-script/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2022/04/14 01:55:51 markd Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/15 04:28:28 markd Exp $ DISTNAME= koma-script -PKGNAME= tex-${DISTNAME}-3.35 -TEXLIVE_REV= 62874 +PKGNAME= tex-${DISTNAME}-3.36 +TEXLIVE_REV= 63255 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/koma-script diff --git a/print/tex-koma-script/PLIST b/print/tex-koma-script/PLIST index d01ec647bd686..38efb82f497ef 100644 --- a/print/tex-koma-script/PLIST +++ b/print/tex-koma-script/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2022/04/14 01:55:51 markd Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/15 04:28:28 markd Exp $ share/texmf-dist/doc/latex/koma-script/INSTALL.txt share/texmf-dist/doc/latex/koma-script/INSTALLD.txt share/texmf-dist/doc/latex/koma-script/README @@ -45,6 +45,7 @@ share/texmf-dist/source/latex/koma-script/doc/english/common-compatibility.tex share/texmf-dist/source/latex/koma-script/doc/english/common-dictum.tex share/texmf-dist/source/latex/koma-script/doc/english/common-draftmode.tex share/texmf-dist/source/latex/koma-script/doc/english/common-fontsize.tex +share/texmf-dist/source/latex/koma-script/doc/english/common-footnotes-experts.tex share/texmf-dist/source/latex/koma-script/doc/english/common-footnotes.tex share/texmf-dist/source/latex/koma-script/doc/english/common-headfootheight.tex share/texmf-dist/source/latex/koma-script/doc/english/common-interleafpage.tex @@ -100,6 +101,7 @@ share/texmf-dist/source/latex/koma-script/doc/ngerman/common-compatibility.tex share/texmf-dist/source/latex/koma-script/doc/ngerman/common-dictum.tex share/texmf-dist/source/latex/koma-script/doc/ngerman/common-draftmode.tex share/texmf-dist/source/latex/koma-script/doc/ngerman/common-fontsize.tex +share/texmf-dist/source/latex/koma-script/doc/ngerman/common-footnotes-experts.tex share/texmf-dist/source/latex/koma-script/doc/ngerman/common-footnotes.tex share/texmf-dist/source/latex/koma-script/doc/ngerman/common-headfootheight.tex share/texmf-dist/source/latex/koma-script/doc/ngerman/common-interleafpage.tex @@ -168,15 +170,16 @@ share/texmf-dist/source/latex/koma-script/doc/scrwfile.html share/texmf-dist/source/latex/koma-script/doc/tocbasic.html share/texmf-dist/source/latex/koma-script/doc/typearea.html share/texmf-dist/source/latex/koma-script/japanlco.dtx +share/texmf-dist/source/latex/koma-script/koma-script-source-doc.dtx share/texmf-dist/source/latex/koma-script/scraddr.dtx share/texmf-dist/source/latex/koma-script/scrdoc.dtx share/texmf-dist/source/latex/koma-script/scrdocstrip.tex share/texmf-dist/source/latex/koma-script/scrextend.dtx share/texmf-dist/source/latex/koma-script/scrhack.dtx share/texmf-dist/source/latex/koma-script/scrjura.dtx +share/texmf-dist/source/latex/koma-script/scrkernel-addressfiles.dtx share/texmf-dist/source/latex/koma-script/scrkernel-basics.dtx share/texmf-dist/source/latex/koma-script/scrkernel-bibliography.dtx -share/texmf-dist/source/latex/koma-script/scrkernel-circularletters.dtx share/texmf-dist/source/latex/koma-script/scrkernel-compatibility.dtx share/texmf-dist/source/latex/koma-script/scrkernel-floats.dtx share/texmf-dist/source/latex/koma-script/scrkernel-fonts.dtx @@ -230,6 +233,7 @@ share/texmf-dist/tex/latex/koma-script/UScommercial9DW.lco share/texmf-dist/tex/latex/koma-script/float.hak share/texmf-dist/tex/latex/koma-script/floatrow.hak share/texmf-dist/tex/latex/koma-script/hyperref.hak +share/texmf-dist/tex/latex/koma-script/koma-script-source-doc.cls share/texmf-dist/tex/latex/koma-script/listings.hak share/texmf-dist/tex/latex/koma-script/lscape.hak share/texmf-dist/tex/latex/koma-script/nomencl.hak diff --git a/print/tex-koma-script/distinfo b/print/tex-koma-script/distinfo index fdb4eddd25045..ebcfdff0344a3 100644 --- a/print/tex-koma-script/distinfo +++ b/print/tex-koma-script/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2022/04/14 01:55:51 markd Exp $ +$NetBSD: distinfo,v 1.25 2022/05/15 04:28:28 markd Exp $ -BLAKE2s (koma-script.r62874.tar.xz) = 736e390ad9f95e4884990a51a785cb1084e2ad2105b83e048be5a4c4a7082be2 -SHA512 (koma-script.r62874.tar.xz) = e8b1df4001c0d636a861b42319d518ca18f21bca240901a084338e0293198571e5557906782ede9202c7f25bd23dbe96086f7ae7bee81c26cea1e63ec3da1983 -Size (koma-script.r62874.tar.xz) = 12961800 bytes +BLAKE2s (koma-script.r63255.tar.xz) = 076fa63099ffeac1964140df99957349293bbfe65d2756dbd7c1ad8d47f3063f +SHA512 (koma-script.r63255.tar.xz) = ed6a200752f1e69ded576d3d4ecfb6bac1379288fb60c0e7b4cee0ea1dd551c350b28699a567e2662d45962fd171fe383cc4ac43ee47102d51366f3f323e209b +Size (koma-script.r63255.tar.xz) = 12993848 bytes From b8a0395b27ff02c9a7ac9c945b22df6671cd9a21 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 04:30:10 +0000 Subject: [PATCH 0424/1154] doc/TODO: add some + Mesa-21.3.8, gnutls-3.7.5, musicpd-0.23.7, npm-8.10.0, openjpeg-2.5, py-pyparsing-3.0.9, rust-analyzer-0.0.20220509 [needs rust 1.60.0]. --- doc/TODO | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index 72b327dd00fd7..4daee30c0817c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21860 2022/05/14 05:43:21 adam Exp $ +$NetBSD: TODO,v 1.21861 2022/05/15 04:30:10 wiz Exp $ Suggested new packages ====================== @@ -364,6 +364,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o ImageMagick6-6.9.12.8 o JBidwatcher-2.5.6 [wants launch4j] o LPRng-core-3.8.35 + o Mesa-21.3.8 o Mesa-22.0.1 o MesaLib-22.0.3 o OdfConverter-4.0 @@ -771,6 +772,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o gnu-crypto-2.1.0 o gnucap-20210107 o gnutime-1.9 + o gnutls-3.7.5 o go-afero-1.6.0 o go-appengine-1.6.7 o go-asn1-ber-1.5.3 @@ -1144,6 +1146,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o multitail-6.4.2 o munge-0.5.14 o muse-0.9.2 + o musicpd-0.23.7 o myodbc-8.0.28 o mysql-workbench-8.0.23 o naev-0.8.2 @@ -1169,7 +1172,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o nickle-2.90 o nios2-binutils-2.36.1 o node_exporter-1.1.2 - o npm-8.9.0 + o npm-8.10.0 o ns-3.14.1 o ns-plugger-common-5.1.3 o nsm-2.4.12 @@ -1213,6 +1216,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o opendnssec-2.1.8 o opengrok-1.7.1 o openh323-1.19.1 + o openjpeg-2.5 o openmortal-0.7.1 o openmpi-4.1.0 o openntpd-6.8p1 @@ -1427,6 +1431,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-ptt-1.10.2 o py-py3c-1.3.1 o py-pymc3-3.8 + o py-pyparsing-3.0.9 o py-qtgraph-qt5-0.12.1 o py-quixote-3.3 o py-qwt-qt5-1.02.01 @@ -1507,7 +1512,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o rubber-1.5.1 o rudiments-1.4.2 o rump-20131213 - o rust-analyzer-0.0.20220502 [needs rust 1.60.0] + o rust-analyzer-0.0.20220509 [needs rust 1.60.0] o rvault-0.4 o rvm-1.20 o sabayon-2.30.1 From cda699e06be1d89572303ad8cc55004e3135bdce Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:31:27 +0000 Subject: [PATCH 0425/1154] tex-mcf2graph{,-doc}: update to 4.84 -fix bug in atom drawing -improve report output -update mcf_library.mcf --- graphics/tex-mcf2graph-doc/Makefile | 6 +++--- graphics/tex-mcf2graph-doc/distinfo | 8 ++++---- graphics/tex-mcf2graph/Makefile | 6 +++--- graphics/tex-mcf2graph/distinfo | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/graphics/tex-mcf2graph-doc/Makefile b/graphics/tex-mcf2graph-doc/Makefile index edaed5ab02ede..9c4f64d24128e 100644 --- a/graphics/tex-mcf2graph-doc/Makefile +++ b/graphics/tex-mcf2graph-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2022/04/14 02:27:18 markd Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/15 04:31:27 markd Exp $ DISTNAME= mcf2graph.doc -PKGNAME= tex-${DISTNAME:S/./-/}-4.83 -TEXLIVE_REV= 62936 +PKGNAME= tex-${DISTNAME:S/./-/}-4.84 +TEXLIVE_REV= 63258 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/mcf2graph diff --git a/graphics/tex-mcf2graph-doc/distinfo b/graphics/tex-mcf2graph-doc/distinfo index 8661ff3c96e38..f7627bf1101c0 100644 --- a/graphics/tex-mcf2graph-doc/distinfo +++ b/graphics/tex-mcf2graph-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/04/14 02:27:18 markd Exp $ +$NetBSD: distinfo,v 1.19 2022/05/15 04:31:27 markd Exp $ -BLAKE2s (mcf2graph.doc.r62936.tar.xz) = f96a82ee2890ac3cba54c1711d67e8269c4698e13c3c60d53e3109331fc91b5e -SHA512 (mcf2graph.doc.r62936.tar.xz) = b260824ac54a8fa1a47c0a8fe2d0ddab4c13fbc56f6c94d129a6c60b132896e42e8fafac3e886969d53410331f53c4d1ac532c4273ad95235a7d5f086c189fbc -Size (mcf2graph.doc.r62936.tar.xz) = 1035636 bytes +BLAKE2s (mcf2graph.doc.r63258.tar.xz) = 2c7b6342cbdc0b862dbe1cc192ddcb619573d3c188a756c4c0e1f8dc4684edde +SHA512 (mcf2graph.doc.r63258.tar.xz) = 7d8a82a258d250ac8509e81db3bb5dcabc146dbebca92baa845ccd42adbb8734a1408cbab2da1f6755016a7b2df4af03976f6ce024bd530cdf6a399018b0b41a +Size (mcf2graph.doc.r63258.tar.xz) = 1038060 bytes diff --git a/graphics/tex-mcf2graph/Makefile b/graphics/tex-mcf2graph/Makefile index 7ab5385509e4e..404795f15de96 100644 --- a/graphics/tex-mcf2graph/Makefile +++ b/graphics/tex-mcf2graph/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2022/04/14 02:27:17 markd Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/15 04:31:27 markd Exp $ DISTNAME= mcf2graph -PKGNAME= tex-${DISTNAME}-4.83 -TEXLIVE_REV= 62936 +PKGNAME= tex-${DISTNAME}-4.84 +TEXLIVE_REV= 63258 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/mcf2graph diff --git a/graphics/tex-mcf2graph/distinfo b/graphics/tex-mcf2graph/distinfo index ede8ed84f012e..445bd5ae3e0d7 100644 --- a/graphics/tex-mcf2graph/distinfo +++ b/graphics/tex-mcf2graph/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/04/14 02:27:17 markd Exp $ +$NetBSD: distinfo,v 1.19 2022/05/15 04:31:27 markd Exp $ -BLAKE2s (mcf2graph.r62936.tar.xz) = 20c9f8de8b2c3d1374e70d3e807d9d20d09d0ae2c91768b672eb3492c24d423a -SHA512 (mcf2graph.r62936.tar.xz) = bac4da2f647c282236e2f176573f85812e7457dc87e33c7b42e3cdb22efc569fa9f7dc9abb9075227f90ff25d39ec9b9e864893a6f899938c816563c9a3b36af -Size (mcf2graph.r62936.tar.xz) = 444 bytes +BLAKE2s (mcf2graph.r63258.tar.xz) = d71bbdb5283fe468b6b390cb78b398f60e1b21980608e7a8606a8cc0e28ecd9d +SHA512 (mcf2graph.r63258.tar.xz) = a679843f33094b0491e20aee07f18a9c5f96159b559ccc4003f549fbb7109df8d861cabe28b96056be1354715d1939b64c585a7b84b273357df7b157a57a82be +Size (mcf2graph.r63258.tar.xz) = 448 bytes From ca2d666cc9e3e0a262bac8cdc58f4d0fd6acaead Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:34:24 +0000 Subject: [PATCH 0426/1154] tex-pdfmanagement-testphase{,-doc}: update to 0.95o ### Added - allow standard pdf/A-4 - check requirement for max-pdfversion - add requirement for Info dictionary - load tagpdf-base if it exists to provide the tagging commands. ### Fixed - Support/firstaid for colorspace package - Support for metadata with hyperxmp and xetex --- print/tex-pdfmanagement-testphase-doc/Makefile | 6 +++--- print/tex-pdfmanagement-testphase-doc/distinfo | 8 ++++---- print/tex-pdfmanagement-testphase/Makefile | 6 +++--- print/tex-pdfmanagement-testphase/PLIST | 3 ++- print/tex-pdfmanagement-testphase/distinfo | 8 ++++---- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/print/tex-pdfmanagement-testphase-doc/Makefile b/print/tex-pdfmanagement-testphase-doc/Makefile index b78f0bae484a1..8f77bf0481d67 100644 --- a/print/tex-pdfmanagement-testphase-doc/Makefile +++ b/print/tex-pdfmanagement-testphase-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2022/04/17 10:20:14 markd Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/15 04:34:24 markd Exp $ DISTNAME= pdfmanagement-testphase.doc -PKGNAME= tex-${DISTNAME:S/./-/}-0.95n -TEXLIVE_REV= 63035 +PKGNAME= tex-${DISTNAME:S/./-/}-0.95o +TEXLIVE_REV= 63281 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/pdfmanagement-testphase diff --git a/print/tex-pdfmanagement-testphase-doc/distinfo b/print/tex-pdfmanagement-testphase-doc/distinfo index e0e336abc2d15..445fb62e55ffe 100644 --- a/print/tex-pdfmanagement-testphase-doc/distinfo +++ b/print/tex-pdfmanagement-testphase-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/04/17 10:20:14 markd Exp $ +$NetBSD: distinfo,v 1.6 2022/05/15 04:34:24 markd Exp $ -BLAKE2s (pdfmanagement-testphase.doc.r63035.tar.xz) = 4871fbe70b42e12307ac433bd1716846aeeb344d30a9915affc169b89e6e0c92 -SHA512 (pdfmanagement-testphase.doc.r63035.tar.xz) = eb360b14b74c88a5e54c399b0331eeb4479ef57bd7bf685422966dc892bed8570040c3b7f7e126a6f4cc35a942a7030698bb0e59533b49ad13bbf377baeecb0b -Size (pdfmanagement-testphase.doc.r63035.tar.xz) = 8572640 bytes +BLAKE2s (pdfmanagement-testphase.doc.r63281.tar.xz) = 0974f98a4dce7818cbfddf0f0057c9295176b0d09eece1d014e813e4894a9851 +SHA512 (pdfmanagement-testphase.doc.r63281.tar.xz) = dd4fecb62a7a55dae0d30d8a82c225b02b0194b3bc1371f2b7ea60bab108cf8fcb0089b368905e3f3a17225f73c45338ac31daffd6f12c19850be59decdec887 +Size (pdfmanagement-testphase.doc.r63281.tar.xz) = 8601172 bytes diff --git a/print/tex-pdfmanagement-testphase/Makefile b/print/tex-pdfmanagement-testphase/Makefile index 83cdb01b32dee..854619e0d07f4 100644 --- a/print/tex-pdfmanagement-testphase/Makefile +++ b/print/tex-pdfmanagement-testphase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2022/04/17 10:20:14 markd Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/15 04:34:24 markd Exp $ DISTNAME= pdfmanagement-testphase -PKGNAME= tex-${DISTNAME}-0.95n -TEXLIVE_REV= 63035 +PKGNAME= tex-${DISTNAME}-0.95o +TEXLIVE_REV= 63281 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/pdfmanagement-testphase diff --git a/print/tex-pdfmanagement-testphase/PLIST b/print/tex-pdfmanagement-testphase/PLIST index d8b6153ca96a5..919eb06bf7b36 100644 --- a/print/tex-pdfmanagement-testphase/PLIST +++ b/print/tex-pdfmanagement-testphase/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2022/04/14 03:05:36 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/15 04:34:24 markd Exp $ share/texmf-dist/tex/latex/pdfmanagement-testphase/color-ltx.sty +share/texmf-dist/tex/latex/pdfmanagement-testphase/colorspace-patches-tmp-ltx.sty share/texmf-dist/tex/latex/pdfmanagement-testphase/hgeneric-testphase.def share/texmf-dist/tex/latex/pdfmanagement-testphase/hyperref-colorschemes.def share/texmf-dist/tex/latex/pdfmanagement-testphase/hyperxmp-patches-tmp-ltx.sty diff --git a/print/tex-pdfmanagement-testphase/distinfo b/print/tex-pdfmanagement-testphase/distinfo index a19529fc9cf5e..7ff79e869b1d8 100644 --- a/print/tex-pdfmanagement-testphase/distinfo +++ b/print/tex-pdfmanagement-testphase/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/04/17 10:20:14 markd Exp $ +$NetBSD: distinfo,v 1.6 2022/05/15 04:34:24 markd Exp $ -BLAKE2s (pdfmanagement-testphase.r63035.tar.xz) = 29df8a119e22ddb95b2bfcc4b70be915eb4f17e5e3721e8d4277072de818f282 -SHA512 (pdfmanagement-testphase.r63035.tar.xz) = ce2e6b9a1c9dbb6c37793febb26be2ac597b02219ae712036c742b6912bb969afa2ec789f4187ed27cadb28829ab5246f77cffdb432022bf4e7127aaa21a3139 -Size (pdfmanagement-testphase.r63035.tar.xz) = 50764 bytes +BLAKE2s (pdfmanagement-testphase.r63281.tar.xz) = 4e84aacb4ee752dbaf926e5e175a8036a20941dbc4a18f34e07bfc37b3157edf +SHA512 (pdfmanagement-testphase.r63281.tar.xz) = d88e0378f61f5c0bf4bef5e004b63adc555be3711c2f649d7a8547933f21f1242b0f341227a71952df55dc5d30c9dc74a65ecf67666003869a2a7788da41effa +Size (pdfmanagement-testphase.r63281.tar.xz) = 51388 bytes From 5ddb301afa03bdbb8bc8e449706a2521e83804e0 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:37:51 +0000 Subject: [PATCH 0427/1154] tex-roboto{,-doc}: update to 2022 Added support for Roboto Serif fonts. --- fonts/tex-roboto-doc/Makefile | 8 +- fonts/tex-roboto-doc/PLIST | 3 +- fonts/tex-roboto-doc/distinfo | 8 +- fonts/tex-roboto/Makefile | 9 +- fonts/tex-roboto/PLIST | 2497 ++++++++++++++++++++++++++++++++- fonts/tex-roboto/distinfo | 8 +- 6 files changed, 2514 insertions(+), 19 deletions(-) diff --git a/fonts/tex-roboto-doc/Makefile b/fonts/tex-roboto-doc/Makefile index b7529a44b1ad4..6a8c1e5130d58 100644 --- a/fonts/tex-roboto-doc/Makefile +++ b/fonts/tex-roboto-doc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2020/04/26 12:21:19 markd Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/15 04:37:51 markd Exp $ DISTNAME= roboto.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2020 -TEXLIVE_REV= 54512 +PKGNAME= tex-${DISTNAME:S/./-/}-2022 +TEXLIVE_REV= 63268 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/roboto COMMENT= Documentation for tex-roboto -LICENSE= apache-2.0 AND lppl-1.3c +LICENSE= apache-2.0 AND ofl-v1.1 AND lppl-1.3c .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/tex-roboto-doc/PLIST b/fonts/tex-roboto-doc/PLIST index 1f2f8b2d63c5f..fa6150c555bff 100644 --- a/fonts/tex-roboto-doc/PLIST +++ b/fonts/tex-roboto-doc/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 2019/05/13 11:36:41 markd Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/15 04:37:51 markd Exp $ share/texmf-dist/doc/fonts/roboto/COPYRIGHT.txt share/texmf-dist/doc/fonts/roboto/ChangeLogLaTeX.txt share/texmf-dist/doc/fonts/roboto/DESCRIPTION.en_us.html share/texmf-dist/doc/fonts/roboto/LICENSE.txt +share/texmf-dist/doc/fonts/roboto/OFL.txt share/texmf-dist/doc/fonts/roboto/README share/texmf-dist/doc/fonts/roboto/RobotoSpecimenBook.pdf share/texmf-dist/doc/fonts/roboto/roboto-samples.pdf diff --git a/fonts/tex-roboto-doc/distinfo b/fonts/tex-roboto-doc/distinfo index e73db46c7e06b..184f2eda4513d 100644 --- a/fonts/tex-roboto-doc/distinfo +++ b/fonts/tex-roboto-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:28:27 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/15 04:37:51 markd Exp $ -BLAKE2s (roboto.doc.r54512.tar.xz) = bb42eaaa549dbc61040b2161db6599611fdce32524e0248747e351457ad44135 -SHA512 (roboto.doc.r54512.tar.xz) = f523a6017869c98991c766ea1ca3febc36e780fc66c0f9fbdd00036708865663670d6de178781489f49b2a0a0c7d3fc01c240fffe7cb06d6cb98fe355b15e549 -Size (roboto.doc.r54512.tar.xz) = 394584 bytes +BLAKE2s (roboto.doc.r63268.tar.xz) = 89d8dc73407b48244e83db560a34292cc2159b30af7e61a547edf7e27dae82c9 +SHA512 (roboto.doc.r63268.tar.xz) = 64fab9b74c6e3181d26551ca6e2f9af76b769efcbaeba1ba53dcf0f732afcafa2594d338d4238842d2d365997cd14dedc252f8b75dc665a0d43565285643b9da +Size (roboto.doc.r63268.tar.xz) = 514096 bytes diff --git a/fonts/tex-roboto/Makefile b/fonts/tex-roboto/Makefile index 89dd4eee401be..ff329d5e44f01 100644 --- a/fonts/tex-roboto/Makefile +++ b/fonts/tex-roboto/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2020/05/10 04:31:53 markd Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/15 04:37:51 markd Exp $ DISTNAME= roboto -PKGNAME= tex-${DISTNAME}-2020 -PKGREVISION= 1 -TEXLIVE_REV= 54512 +PKGNAME= tex-${DISTNAME}-2022 +TEXLIVE_REV= 63268 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/roboto COMMENT= Support for the Roboto family of fonts -LICENSE= apache-2.0 AND lppl-1.3c +LICENSE= apache-2.0 AND ofl-v1.1 AND lppl-1.3c TEX_MAP_FILES+= roboto.map diff --git a/fonts/tex-roboto/PLIST b/fonts/tex-roboto/PLIST index a720da8bcbf59..6c913fa1cb41b 100644 --- a/fonts/tex-roboto/PLIST +++ b/fonts/tex-roboto/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.6 2020/04/26 12:21:19 markd Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/15 04:37:51 markd Exp $ share/texmf-dist/fonts/enc/dvips/roboto/rbto_2cs4gp.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_2uubtm.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_2ylw52.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_33jnad.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_35j2t6.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_4jpen6.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_5au2tj.enc @@ -10,6 +12,7 @@ share/texmf-dist/fonts/enc/dvips/roboto/rbto_6i2fao.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_6rxeh6.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_7juiin.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_a4rth4.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_acwfoz.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_adklll.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_as7fdj.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_b5rac7.enc @@ -18,9 +21,12 @@ share/texmf-dist/fonts/enc/dvips/roboto/rbto_bzwjdb.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_ddkove.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_dfqeeu.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_dqsbwe.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_dwsqhe.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_e24joy.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_el2qpt.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_epkquw.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_ghuabv.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_h4xxl2.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_h6xohf.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_hdhu7c.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_hlrajr.enc @@ -29,12 +35,26 @@ share/texmf-dist/fonts/enc/dvips/roboto/rbto_ihpqsf.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_imandq.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_iqgrsz.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_j2bk2t.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_je7obu.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_jsccdt.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_ktqtin.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_lbdvpp.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_lfutjz.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_lhlrii.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_lkebxp.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_meyhpi.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_muuaub.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_ocbbsb.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_ogts26.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_pn7nyn.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_pufewj.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_q5hjoy.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_qb5szn.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_qhmgos.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_qi3puo.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_qtf2ec.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_qulak4.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_r7pbwp.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_rehtu3.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_s5b5bo.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_schjax.enc @@ -42,6 +62,8 @@ share/texmf-dist/fonts/enc/dvips/roboto/rbto_shbyjm.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_swa2hd.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_t46jwv.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_t4kqic.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_tp43rw.enc +share/texmf-dist/fonts/enc/dvips/roboto/rbto_u4yc4h.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_uf77so.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_wkn3wn.enc share/texmf-dist/fonts/enc/dvips/roboto/rbto_wttfgh.enc @@ -79,6 +101,42 @@ share/texmf-dist/fonts/opentype/google/roboto/RobotoMono-MediumItalic.otf share/texmf-dist/fonts/opentype/google/roboto/RobotoMono-Regular.otf share/texmf-dist/fonts/opentype/google/roboto/RobotoMono-Thin.otf share/texmf-dist/fonts/opentype/google/roboto/RobotoMono-ThinItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-Black.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-BlackItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-Bold.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-BoldItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-ExtraBold.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-ExtraBoldItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-ExtraLight.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-ExtraLightItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-Italic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-Light.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-LightItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-Medium.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-MediumItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-Regular.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-SemiBold.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-SemiBoldItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-Thin.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif-ThinItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-Black.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-BlackItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-Bold.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-BoldItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-ExtraBold.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-ExtraBoldItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-ExtraLight.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-ExtraLightItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-Italic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-Light.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-LightItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-Medium.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-MediumItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-Regular.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-SemiBold.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-SemiBoldItalic.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-Thin.otf +share/texmf-dist/fonts/opentype/google/roboto/RobotoSerif_Condensed-ThinItalic.otf share/texmf-dist/fonts/opentype/google/roboto/RobotoSlab-Bold.otf share/texmf-dist/fonts/opentype/google/roboto/RobotoSlab-Light.otf share/texmf-dist/fonts/opentype/google/roboto/RobotoSlab-Regular.otf @@ -1477,6 +1535,1626 @@ share/texmf-dist/fonts/tfm/google/roboto/RobotoMono-ThinItalic-tlf-t1--base.tfm share/texmf-dist/fonts/tfm/google/roboto/RobotoMono-ThinItalic-tlf-t1.tfm share/texmf-dist/fonts/tfm/google/roboto/RobotoMono-ThinItalic-tlf-ts1--base.tfm share/texmf-dist/fonts/tfm/google/roboto/RobotoMono-ThinItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Black-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BlackItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Bold-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-BoldItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBold-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLight-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ExtraLightItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Italic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Light-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-LightItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Medium-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-MediumItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Regular-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBold-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-SemiBoldItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-Thin-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerif-ThinItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Black-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Bold-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Italic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Light-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-LightItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Medium-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Regular-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBold-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-Thin-tosf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-lf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-lf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-lf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-lf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-lf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-lf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-lf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-lf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-lf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-osf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-osf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-osf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-osf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-osf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-osf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-osf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-osf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-osf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-sup-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-sup-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-sup-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-sup-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-sup-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-sup-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-sup-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-ts1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-lgr--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-lgr.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-ly1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-ly1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-ot1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-ot1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-t1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-t1.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-ts1--base.tfm +share/texmf-dist/fonts/tfm/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-ts1.tfm share/texmf-dist/fonts/tfm/google/roboto/RobotoSlab-Bold-tlf-lgr--base.tfm share/texmf-dist/fonts/tfm/google/roboto/RobotoSlab-Bold-tlf-lgr.tfm share/texmf-dist/fonts/tfm/google/roboto/RobotoSlab-Bold-tlf-ly1--base.tfm @@ -1573,6 +3251,42 @@ share/texmf-dist/fonts/type1/google/roboto/RobotoMono-MediumItalic.pfb share/texmf-dist/fonts/type1/google/roboto/RobotoMono-Regular.pfb share/texmf-dist/fonts/type1/google/roboto/RobotoMono-Thin.pfb share/texmf-dist/fonts/type1/google/roboto/RobotoMono-ThinItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-Black.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-BlackItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-Bold.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-BoldItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-ExtraBold.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-ExtraBoldItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-ExtraLight.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-ExtraLightItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-Italic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-Light.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-LightItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-Medium.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-MediumItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-Regular.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-SemiBold.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-SemiBoldItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-Thin.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerif-ThinItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-Black.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-BlackItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-Bold.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-BoldItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-ExtraBold.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-ExtraBoldItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-ExtraLight.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-ExtraLightItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-Italic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-Light.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-LightItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-Medium.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-MediumItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-Regular.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-SemiBold.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-SemiBoldItalic.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-Thin.pfb +share/texmf-dist/fonts/type1/google/roboto/RobotoSerifCondensed-ThinItalic.pfb share/texmf-dist/fonts/type1/google/roboto/RobotoSlab-Bold.pfb share/texmf-dist/fonts/type1/google/roboto/RobotoSlab-Light.pfb share/texmf-dist/fonts/type1/google/roboto/RobotoSlab-Regular.pfb @@ -2233,6 +3947,762 @@ share/texmf-dist/fonts/vf/google/roboto/RobotoMono-ThinItalic-tlf-sc-ot1.vf share/texmf-dist/fonts/vf/google/roboto/RobotoMono-ThinItalic-tlf-sc-t1.vf share/texmf-dist/fonts/vf/google/roboto/RobotoMono-ThinItalic-tlf-t1.vf share/texmf-dist/fonts/vf/google/roboto/RobotoMono-ThinItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Black-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BlackItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Bold-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-BoldItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBold-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraBoldItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLight-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ExtraLightItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Italic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Light-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-LightItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Medium-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-MediumItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Regular-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBold-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-SemiBoldItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-Thin-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerif-ThinItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Black-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BlackItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Bold-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-BoldItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBold-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraBoldItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLight-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ExtraLightItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Italic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Light-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-LightItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Medium-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-MediumItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Regular-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBold-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-SemiBoldItalic-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-Thin-tosf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-lf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-lf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-lf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-lf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-osf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-osf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-osf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-osf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-sup-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-sup-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-sup-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tlf-ts1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-lgr.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-ly1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-ot1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-t1.vf +share/texmf-dist/fonts/vf/google/roboto/RobotoSerifCondensed-ThinItalic-tosf-ts1.vf share/texmf-dist/fonts/vf/google/roboto/RobotoSlab-Bold-tlf-lgr.vf share/texmf-dist/fonts/vf/google/roboto/RobotoSlab-Bold-tlf-ly1.vf share/texmf-dist/fonts/vf/google/roboto/RobotoSlab-Bold-tlf-sc-lgr.vf @@ -2270,30 +4740,55 @@ share/texmf-dist/tex/latex/roboto/LGRRoboto-OsF.fd share/texmf-dist/tex/latex/roboto/LGRRoboto-TLF.fd share/texmf-dist/tex/latex/roboto/LGRRoboto-TOsF.fd share/texmf-dist/tex/latex/roboto/LGRRobotoMono-TLF.fd +share/texmf-dist/tex/latex/roboto/LGRRobotoSerif-LF.fd +share/texmf-dist/tex/latex/roboto/LGRRobotoSerif-OsF.fd +share/texmf-dist/tex/latex/roboto/LGRRobotoSerif-Sup.fd +share/texmf-dist/tex/latex/roboto/LGRRobotoSerif-TLF.fd +share/texmf-dist/tex/latex/roboto/LGRRobotoSerif-TOsF.fd share/texmf-dist/tex/latex/roboto/LGRRobotoSlab-TLF.fd share/texmf-dist/tex/latex/roboto/LY1Roboto-LF.fd share/texmf-dist/tex/latex/roboto/LY1Roboto-OsF.fd share/texmf-dist/tex/latex/roboto/LY1Roboto-TLF.fd share/texmf-dist/tex/latex/roboto/LY1Roboto-TOsF.fd share/texmf-dist/tex/latex/roboto/LY1RobotoMono-TLF.fd +share/texmf-dist/tex/latex/roboto/LY1RobotoSerif-LF.fd +share/texmf-dist/tex/latex/roboto/LY1RobotoSerif-OsF.fd +share/texmf-dist/tex/latex/roboto/LY1RobotoSerif-Sup.fd +share/texmf-dist/tex/latex/roboto/LY1RobotoSerif-TLF.fd +share/texmf-dist/tex/latex/roboto/LY1RobotoSerif-TOsF.fd share/texmf-dist/tex/latex/roboto/LY1RobotoSlab-TLF.fd share/texmf-dist/tex/latex/roboto/OT1Roboto-LF.fd share/texmf-dist/tex/latex/roboto/OT1Roboto-OsF.fd share/texmf-dist/tex/latex/roboto/OT1Roboto-TLF.fd share/texmf-dist/tex/latex/roboto/OT1Roboto-TOsF.fd share/texmf-dist/tex/latex/roboto/OT1RobotoMono-TLF.fd +share/texmf-dist/tex/latex/roboto/OT1RobotoSerif-LF.fd +share/texmf-dist/tex/latex/roboto/OT1RobotoSerif-OsF.fd +share/texmf-dist/tex/latex/roboto/OT1RobotoSerif-Sup.fd +share/texmf-dist/tex/latex/roboto/OT1RobotoSerif-TLF.fd +share/texmf-dist/tex/latex/roboto/OT1RobotoSerif-TOsF.fd share/texmf-dist/tex/latex/roboto/OT1RobotoSlab-TLF.fd share/texmf-dist/tex/latex/roboto/T1Roboto-LF.fd share/texmf-dist/tex/latex/roboto/T1Roboto-OsF.fd share/texmf-dist/tex/latex/roboto/T1Roboto-TLF.fd share/texmf-dist/tex/latex/roboto/T1Roboto-TOsF.fd share/texmf-dist/tex/latex/roboto/T1RobotoMono-TLF.fd +share/texmf-dist/tex/latex/roboto/T1RobotoSerif-LF.fd +share/texmf-dist/tex/latex/roboto/T1RobotoSerif-OsF.fd +share/texmf-dist/tex/latex/roboto/T1RobotoSerif-Sup.fd +share/texmf-dist/tex/latex/roboto/T1RobotoSerif-TLF.fd +share/texmf-dist/tex/latex/roboto/T1RobotoSerif-TOsF.fd share/texmf-dist/tex/latex/roboto/T1RobotoSlab-TLF.fd share/texmf-dist/tex/latex/roboto/TS1Roboto-LF.fd share/texmf-dist/tex/latex/roboto/TS1Roboto-OsF.fd share/texmf-dist/tex/latex/roboto/TS1Roboto-TLF.fd share/texmf-dist/tex/latex/roboto/TS1Roboto-TOsF.fd share/texmf-dist/tex/latex/roboto/TS1RobotoMono-TLF.fd +share/texmf-dist/tex/latex/roboto/TS1RobotoSerif-LF.fd +share/texmf-dist/tex/latex/roboto/TS1RobotoSerif-OsF.fd +share/texmf-dist/tex/latex/roboto/TS1RobotoSerif-TLF.fd +share/texmf-dist/tex/latex/roboto/TS1RobotoSerif-TOsF.fd share/texmf-dist/tex/latex/roboto/TS1RobotoSlab-TLF.fd share/texmf-dist/tex/latex/roboto/roboto-mono.sty +share/texmf-dist/tex/latex/roboto/roboto-serif.sty share/texmf-dist/tex/latex/roboto/roboto.sty diff --git a/fonts/tex-roboto/distinfo b/fonts/tex-roboto/distinfo index fed94462945b5..4a2b9c7a7269e 100644 --- a/fonts/tex-roboto/distinfo +++ b/fonts/tex-roboto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:28:27 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/15 04:37:51 markd Exp $ -BLAKE2s (roboto.r54512.tar.xz) = cc4055c880ef9f948f614402c780bef32b7d2b6657ab028aaddd139ad4362f67 -SHA512 (roboto.r54512.tar.xz) = 08e409a234850d70207bc7551d61bdfe40869af032bba2d81a99f7507d399badaeb9e8dd8d663127d01ec78520c7dbb1d60b5de8395ed5a180de2d7b8c59aef5 -Size (roboto.r54512.tar.xz) = 9903788 bytes +BLAKE2s (roboto.r63268.tar.xz) = bbd394705610b4140cde79a8dc087064620af08dc599203dcad0748658e147c8 +SHA512 (roboto.r63268.tar.xz) = 6d22963a5160669418c940c2d69d11a4267dac543e1f68482ff1462e4856b2db2866d25394747b9bd8584e4b59b062d2b847f6a6cea1baaa332f672e31b42ed9 +Size (roboto.r63268.tar.xz) = 25354388 bytes From 34e775330bf981d2712b4bbadec3875d00dafbc1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 04:39:56 +0000 Subject: [PATCH 0428/1154] dmalloc: honor LDFLAGS, fixes RELRO build. Bump PKGREVISION. --- devel/dmalloc/Makefile | 3 ++- devel/dmalloc/distinfo | 4 ++-- devel/dmalloc/patches/patch-aa | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index a04c9420df1f2..42c7c4ab51e87 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2019/11/03 10:39:10 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/15 04:39:56 wiz Exp $ DISTNAME= dmalloc-5.5.2 +PKGREVISION= 1 CATEGORIES= devel #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dmalloc/} MASTER_SITES= http://dmalloc.com/releases/ diff --git a/devel/dmalloc/distinfo b/devel/dmalloc/distinfo index 568c17329a724..10bb97c5d7759 100644 --- a/devel/dmalloc/distinfo +++ b/devel/dmalloc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:14:33 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/15 04:39:56 wiz Exp $ BLAKE2s (dmalloc-5.5.2.tgz) = 00fac9ac9fbcfc770be3a31d1340945daf3e9e6744ffa7dae7c6622f38ae7ea8 SHA512 (dmalloc-5.5.2.tgz) = 96bb94aeb2bc3220f652b5294bdf8592b984cb2a53e5f02b2b8d52450c3396d18651f334644cdfff9c85a8c0d0cedc7f6a18b9d70497b2c6b5f85dbd1e827b93 Size (dmalloc-5.5.2.tgz) = 666608 bytes -SHA1 (patch-aa) = 04ce2571172eb7ed60aa9d4fa98a5cad0e88aec8 +SHA1 (patch-aa) = 2a3345949c6f3a09f2176a0f615038226b5e818d diff --git a/devel/dmalloc/patches/patch-aa b/devel/dmalloc/patches/patch-aa index d580e29fb04d5..4bd3e10578417 100644 --- a/devel/dmalloc/patches/patch-aa +++ b/devel/dmalloc/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2010/02/11 18:35:07 drochner Exp $ +$NetBSD: patch-aa,v 1.4 2022/05/15 04:39:56 wiz Exp $ --- Makefile.in.orig 2007-05-14 17:26:14.000000000 +0000 +++ Makefile.in @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.3 2010/02/11 18:35:07 drochner Exp $ $(LIB_SL) : $(LIBRARY) rm -f $@ $@.t - @shlinkargs@ $(LIBRARY) $(OBJS) $(NORMAL_OBJS) -+ @shlinkargs@ $(OBJS) $(NORMAL_OBJS) ++ @shlinkargs@ $(LDFLAGS) $(OBJS) $(NORMAL_OBJS) mv $@.t $@ $(LIBRARY) : $(OBJS) $(NORMAL_OBJS) @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.3 2010/02/11 18:35:07 drochner Exp $ $(LIB_TH_SL) : $(LIB_TH) rm -f $@ $@.t - @shlinkargs@ $(LIB_TH) $(OBJS) $(THREAD_OBJS) -+ @shlinkargs@ $(OBJS) $(THREAD_OBJS) ++ @shlinkargs@ $(LDFLAGS) $(OBJS) $(THREAD_OBJS) mv $@.t $@ $(LIB_CXX) : $(OBJS) $(NORMAL_OBJS) $(CXX_OBJS) @@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.3 2010/02/11 18:35:07 drochner Exp $ $(LIB_CXX_SL) : $(LIB_CXX) rm -f $@ $@.t - @shlinkargs@ $(LIB_CXX) $(OBJS) $(NORMAL_OBJS) $(CXX_OBJS) -+ @shlinkargs@ $(OBJS) $(NORMAL_OBJS) $(CXX_OBJS) ++ @shlinkargs@ $(LDFLAGS) $(OBJS) $(NORMAL_OBJS) $(CXX_OBJS) mv $@.t $@ $(LIB_TH_CXX) : $(OBJS) $(THREAD_OBJS) $(CXX_OBJS) @@ -34,7 +34,7 @@ $NetBSD: patch-aa,v 1.3 2010/02/11 18:35:07 drochner Exp $ $(LIB_TH_CXX_SL) : $(LIB_TH_CXX) rm -f $@ $@.t - @shlinkargs@ $(LIB_TH_CXX) $(OBJS) $(THREAD_OBJS) $(CXX_OBJS) -+ @shlinkargs@ $(OBJS) $(THREAD_OBJS) $(CXX_OBJS) ++ @shlinkargs@ $(LDFLAGS) $(OBJS) $(THREAD_OBJS) $(CXX_OBJS) mv $@.t $@ threadssl : $(LIB_TH_SL) From 35ba5683d15f56bc89ce66d729daa30ac504672e Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:40:03 +0000 Subject: [PATCH 0429/1154] tex-siunitx{,-doc}: update to 3.1.1 - Allow for _e.g._ `\clist_item:Nn` usage inside `\unit` argument --- print/tex-siunitx-doc/Makefile | 6 +++--- print/tex-siunitx-doc/distinfo | 8 ++++---- print/tex-siunitx/Makefile | 6 +++--- print/tex-siunitx/distinfo | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/print/tex-siunitx-doc/Makefile b/print/tex-siunitx-doc/Makefile index b8ab5f615fa9d..b6e3829491ca1 100644 --- a/print/tex-siunitx-doc/Makefile +++ b/print/tex-siunitx-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2022/04/09 03:11:47 markd Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/15 04:40:03 markd Exp $ DISTNAME= siunitx.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.0.50 -TEXLIVE_REV= 62903 +PKGNAME= tex-${DISTNAME:S/./-/}-3.1.1 +TEXLIVE_REV= 63218 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/siunitx diff --git a/print/tex-siunitx-doc/distinfo b/print/tex-siunitx-doc/distinfo index 1272e6f80a826..14c0f1b240f23 100644 --- a/print/tex-siunitx-doc/distinfo +++ b/print/tex-siunitx-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/04/09 03:11:47 markd Exp $ +$NetBSD: distinfo,v 1.15 2022/05/15 04:40:03 markd Exp $ -BLAKE2s (siunitx.doc.r62903.tar.xz) = 1b1568fc3b9691ebbce1daeb5d46b1f7c2fe1ca082ed04f0414ba925dfe494f2 -SHA512 (siunitx.doc.r62903.tar.xz) = b4dc202ea14d328c6756033a70b9456ab41001a95f04ed4b492edc400fd895c46b714b6b10afea05c8c729a4c46c3c9522b3008009d1b59d03ea4dec550e36aa -Size (siunitx.doc.r62903.tar.xz) = 1208380 bytes +BLAKE2s (siunitx.doc.r63218.tar.xz) = 7e6fb15fa3d1f2b9e6fcb74b2d8b5eb55309b4c85001329d10744a8ad349cd72 +SHA512 (siunitx.doc.r63218.tar.xz) = 28a89c7e8748c49e60a673e579f4adb6998be129d5f9d22d52dfbea3b64636be340c45993776ee5f94ca6434485bd21fbf98b2a7bcfa9445ae90657780fb2596 +Size (siunitx.doc.r63218.tar.xz) = 1239652 bytes diff --git a/print/tex-siunitx/Makefile b/print/tex-siunitx/Makefile index 82fd6447770b8..e65ac74a9bd7e 100644 --- a/print/tex-siunitx/Makefile +++ b/print/tex-siunitx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2022/04/09 03:11:47 markd Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/15 04:40:03 markd Exp $ DISTNAME= siunitx -PKGNAME= tex-${DISTNAME}-3.0.50 -TEXLIVE_REV= 62903 +PKGNAME= tex-${DISTNAME}-3.1.1 +TEXLIVE_REV= 63218 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/siunitx diff --git a/print/tex-siunitx/distinfo b/print/tex-siunitx/distinfo index 04a176484fcdd..f88e07418a332 100644 --- a/print/tex-siunitx/distinfo +++ b/print/tex-siunitx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/04/09 03:11:47 markd Exp $ +$NetBSD: distinfo,v 1.15 2022/05/15 04:40:03 markd Exp $ -BLAKE2s (siunitx.r62903.tar.xz) = a2e5b8c6ed4106372d01ae644e73fd01bc797821f1c6e1facf4551f86fc0ed50 -SHA512 (siunitx.r62903.tar.xz) = f232769fc19a44452246a4ab49c39f543ec3f966442ca75887c8ef3b65f57652bcb6f2b861f581a3a33f64957b6a05b37b9738569f91a648ef2dae5f2d28bfd0 -Size (siunitx.r62903.tar.xz) = 62872 bytes +BLAKE2s (siunitx.r63218.tar.xz) = 98ba75ca963739105bb455188545953126b800e20354d18b0acbd287c413388b +SHA512 (siunitx.r63218.tar.xz) = d4e0d64a3342da458e18d61b686f54b314080f7ad050ef12221757fbd7ec81f92dc8df7ef7e91c81a790e7d4cd9efc1480bf05a72c7966eb294f85b4d00ab6b6 +Size (siunitx.r63218.tar.xz) = 65468 bytes From 225f8c99a0661ffab7367ceb520d0235d9d860a9 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:42:07 +0000 Subject: [PATCH 0430/1154] texlive-collection-games: update to revision 63224 --- meta-pkgs/texlive-collection-games/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-pkgs/texlive-collection-games/Makefile b/meta-pkgs/texlive-collection-games/Makefile index 9dc277fcb9e63..9c350b81d87ca 100644 --- a/meta-pkgs/texlive-collection-games/Makefile +++ b/meta-pkgs/texlive-collection-games/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2022/04/10 03:54:49 markd Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/15 04:42:07 markd Exp $ DISTNAME= collection-games PKGNAME= texlive-${DISTNAME}-2021pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 62102 +TEXLIVE_REV= 63224 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -17,6 +17,7 @@ DEPENDS+= tex-chess-[0-9]*:../../print/tex-chess DEPENDS+= tex-chess-problem-diagrams-[0-9]*:../../print/tex-chess-problem-diagrams DEPENDS+= tex-chessboard-[0-9]*:../../print/tex-chessboard DEPENDS+= tex-chessfss-[0-9]*:../../print/tex-chessfss +# depend chinesechess # depend crossword # depend crosswrd # depend egameps From f6ca62715e480672217f2b33219159d5f8f1c154 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:43:04 +0000 Subject: [PATCH 0431/1154] texlive-collection-games: bump version to 2022pre1 --- meta-pkgs/texlive-collection-games/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-pkgs/texlive-collection-games/Makefile b/meta-pkgs/texlive-collection-games/Makefile index 9c350b81d87ca..15be89f22250c 100644 --- a/meta-pkgs/texlive-collection-games/Makefile +++ b/meta-pkgs/texlive-collection-games/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2022/05/15 04:42:07 markd Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/15 04:43:04 markd Exp $ DISTNAME= collection-games -PKGNAME= texlive-${DISTNAME}-2021pre1 +PKGNAME= texlive-${DISTNAME}-2022pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 63224 From d3bf90ef23f53e08bdbae523a47ae648035f3999 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 04:43:49 +0000 Subject: [PATCH 0432/1154] sfslite: remove Doesn't build, archived upstream, no users in pkgsrc --- devel/Makefile | 3 +- devel/sfslite/DESCR | 4 - devel/sfslite/Makefile | 25 --- devel/sfslite/PLIST | 196 ------------------ devel/sfslite/buildlink3.mk | 13 -- devel/sfslite/distinfo | 23 -- devel/sfslite/patches/patch-aa | 45 ---- devel/sfslite/patches/patch-ab | 24 --- devel/sfslite/patches/patch-ac | 23 -- devel/sfslite/patches/patch-async_aio.C | 119 ----------- devel/sfslite/patches/patch-async_daemonize.C | 93 --------- devel/sfslite/patches/patch-async_dns.C | 40 ---- devel/sfslite/patches/patch-async_dnsparse.C | 25 --- devel/sfslite/patches/patch-async_ifchg.C | 23 -- devel/sfslite/patches/patch-async_ihash.C | 15 -- devel/sfslite/patches/patch-async_ihash.h | 86 -------- devel/sfslite/patches/patch-async_itree.h | 19 -- devel/sfslite/patches/patch-async_myname.C | 23 -- devel/sfslite/patches/patch-async_qhash.h | 22 -- devel/sfslite/patches/patch-async_rwfd_c | 24 --- devel/sfslite/patches/patch-async_vec.h | 22 -- devel/sfslite/patches/patch-configure | 17 -- devel/sfslite/patches/patch-configure.in | 15 -- .../sfslite/patches/patch-libsafeptr_sp__gc.h | 15 -- doc/CHANGES-2022 | 3 +- 25 files changed, 3 insertions(+), 914 deletions(-) delete mode 100644 devel/sfslite/DESCR delete mode 100644 devel/sfslite/Makefile delete mode 100644 devel/sfslite/PLIST delete mode 100644 devel/sfslite/buildlink3.mk delete mode 100644 devel/sfslite/distinfo delete mode 100644 devel/sfslite/patches/patch-aa delete mode 100644 devel/sfslite/patches/patch-ab delete mode 100644 devel/sfslite/patches/patch-ac delete mode 100644 devel/sfslite/patches/patch-async_aio.C delete mode 100644 devel/sfslite/patches/patch-async_daemonize.C delete mode 100644 devel/sfslite/patches/patch-async_dns.C delete mode 100644 devel/sfslite/patches/patch-async_dnsparse.C delete mode 100644 devel/sfslite/patches/patch-async_ifchg.C delete mode 100644 devel/sfslite/patches/patch-async_ihash.C delete mode 100644 devel/sfslite/patches/patch-async_ihash.h delete mode 100644 devel/sfslite/patches/patch-async_itree.h delete mode 100644 devel/sfslite/patches/patch-async_myname.C delete mode 100644 devel/sfslite/patches/patch-async_qhash.h delete mode 100644 devel/sfslite/patches/patch-async_rwfd_c delete mode 100644 devel/sfslite/patches/patch-async_vec.h delete mode 100644 devel/sfslite/patches/patch-configure delete mode 100644 devel/sfslite/patches/patch-configure.in delete mode 100644 devel/sfslite/patches/patch-libsafeptr_sp__gc.h diff --git a/devel/Makefile b/devel/Makefile index 189e4874c8f85..bd8e9041757c2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3740 2022/05/11 22:28:38 bouyer Exp $ +# $NetBSD: Makefile,v 1.3741 2022/05/15 04:43:49 wiz Exp $ # COMMENT= Development utilities @@ -3180,7 +3180,6 @@ SUBDIR+= sdl12-compat SUBDIR+= semantic SUBDIR+= semi SUBDIR+= sfsexp -SUBDIR+= sfslite SUBDIR+= sgb SUBDIR+= shtk SUBDIR+= shunit2 diff --git a/devel/sfslite/DESCR b/devel/sfslite/DESCR deleted file mode 100644 index 17fb8cdedc67f..0000000000000 --- a/devel/sfslite/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -The SFS toolkit was developed to support the SFS distributed file -system (see http://www.fs.net). But because others use the toolkit -for other reasons, we're making SFS's libraries available as a -separate, lightweight package. diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile deleted file mode 100644 index d02bffc5260f1..0000000000000 --- a/devel/sfslite/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2021/05/24 19:52:02 wiz Exp $ - -DISTNAME= sfslite-1.2.7 -PKGREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_FREEBSD} - -MAINTAINER= agc@NetBSD.org -#HOMEPAGE= http://dist.okws.org/sfslite -COMMENT= Standard version of the sfslite library -LICENSE= gnu-gpl-v2 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-sfsmisc -USE_TOOLS+= gmake bison -TOOLS_BROKEN+= perl -USE_LANGUAGES+= c c++ -USE_LIBTOOL= yes -BUILDLINK_TRANSFORM+= rm:-Werror - -AUTO_MKDIRS= yes - -.include "../../devel/gmp/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/sfslite/PLIST b/devel/sfslite/PLIST deleted file mode 100644 index bc5a7d732e28f..0000000000000 --- a/devel/sfslite/PLIST +++ /dev/null @@ -1,196 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/07 07:25:55 agc Exp $ -include/sfslite -include/sfslite-1.2/aapp.h -include/sfslite-1.2/aapp_prot.h -include/sfslite-1.2/aclnt.h -include/sfslite-1.2/aes.h -include/sfslite-1.2/afsnode.h -include/sfslite-1.2/agentconn.h -include/sfslite-1.2/agentmisc.h -include/sfslite-1.2/aiod.h -include/sfslite-1.2/aiod_prot.h -include/sfslite-1.2/aios.h -include/sfslite-1.2/alog2.h -include/sfslite-1.2/amisc.h -include/sfslite-1.2/arc4.h -include/sfslite-1.2/arena.h -include/sfslite-1.2/arpc.h -include/sfslite-1.2/array.h -include/sfslite-1.2/asrv.h -include/sfslite-1.2/async.h -include/sfslite-1.2/auth_helper_prot.h -include/sfslite-1.2/auth_helper_prot.x -include/sfslite-1.2/autoconf.h -include/sfslite-1.2/axprt.h -include/sfslite-1.2/axprt_crypt.h -include/sfslite-1.2/backoff.h -include/sfslite-1.2/bbuddy.h -include/sfslite-1.2/bench.h -include/sfslite-1.2/bigint.h -include/sfslite-1.2/bitvec.h -include/sfslite-1.2/blowfish.h -include/sfslite-1.2/callback.h -include/sfslite-1.2/cbuf.h -include/sfslite-1.2/corebench.h -include/sfslite-1.2/crypt.h -include/sfslite-1.2/crypt_prot.h -include/sfslite-1.2/crypt_prot.x -include/sfslite-1.2/crypthash.h -include/sfslite-1.2/dns.h -include/sfslite-1.2/dnsimpl.h -include/sfslite-1.2/dnsparse.h -include/sfslite-1.2/dsa.h -include/sfslite-1.2/dynenum.h -include/sfslite-1.2/elgamal.h -include/sfslite-1.2/err.h -include/sfslite-1.2/esign.h -include/sfslite-1.2/fdlim.h -include/sfslite-1.2/fips186.h -include/sfslite-1.2/fprint.h -include/sfslite-1.2/freemap.h -include/sfslite-1.2/getfh3.h -include/sfslite-1.2/hashcash.h -include/sfslite-1.2/homoenc.h -include/sfslite-1.2/ihash.h -include/sfslite-1.2/init.h -include/sfslite-1.2/itree.h -include/sfslite-1.2/keyfunc.h -include/sfslite-1.2/list.h -include/sfslite-1.2/litetime.h -include/sfslite-1.2/modalg.h -include/sfslite-1.2/mount_prot.h -include/sfslite-1.2/mount_prot.x -include/sfslite-1.2/msb.h -include/sfslite-1.2/nfs3_ext.x -include/sfslite-1.2/nfs3_nonnul.h -include/sfslite-1.2/nfs3_prot.h -include/sfslite-1.2/nfs3_prot.x -include/sfslite-1.2/nfs3close_prot.h -include/sfslite-1.2/nfs3close_prot.x -include/sfslite-1.2/nfs3exp_prot.h -include/sfslite-1.2/nfs3exp_prot.x -include/sfslite-1.2/nfs_prot.h -include/sfslite-1.2/nfs_prot.x -include/sfslite-1.2/nfsmounter.h -include/sfslite-1.2/nfsmounter.x -include/sfslite-1.2/nfsserv.h -include/sfslite-1.2/nfstrans.h -include/sfslite-1.2/ocb.h -include/sfslite-1.2/opnew.h -include/sfslite-1.2/paillier.h -include/sfslite-1.2/parseopt.h -include/sfslite-1.2/password.h -include/sfslite-1.2/pcre.h -include/sfslite-1.2/pm.h -include/sfslite-1.2/pmap_prot.h -include/sfslite-1.2/pmap_prot.x -include/sfslite-1.2/poly.h -include/sfslite-1.2/prime.h -include/sfslite-1.2/prng.h -include/sfslite-1.2/qhash.h -include/sfslite-1.2/qtailq.h -include/sfslite-1.2/rabin.h -include/sfslite-1.2/rabin_fprint.h -include/sfslite-1.2/rabinpoly.h -include/sfslite-1.2/rclist.h -include/sfslite-1.2/rctailq.h -include/sfslite-1.2/rctree.h -include/sfslite-1.2/refcnt.h -include/sfslite-1.2/rex.h -include/sfslite-1.2/rex_prot.h -include/sfslite-1.2/rex_prot.x -include/sfslite-1.2/rexcommon.h -include/sfslite-1.2/rpc_stats.h -include/sfslite-1.2/rpctypes.h -include/sfslite-1.2/rsa.h -include/sfslite-1.2/rwfd.h -include/sfslite-1.2/rxx.h -include/sfslite-1.2/safeptr.h -include/sfslite-1.2/schnorr.h -include/sfslite-1.2/seqno.h -include/sfslite-1.2/serial.h -include/sfslite-1.2/sfs_bundle.h -include/sfslite-1.2/sfs_profiler.h -include/sfslite-1.2/sfs_prot.h -include/sfslite-1.2/sfs_prot.x -include/sfslite-1.2/sfs_select.h -include/sfslite-1.2/sfsagent.h -include/sfslite-1.2/sfsagent.x -include/sfslite-1.2/sfsauth_prot.h -include/sfslite-1.2/sfsauth_prot.x -include/sfslite-1.2/sfscd_prot.h -include/sfslite-1.2/sfscd_prot.x -include/sfslite-1.2/sfsclient.h -include/sfslite-1.2/sfsconnect.h -include/sfslite-1.2/sfscrypt.h -include/sfslite-1.2/sfsgroupmgr.h -include/sfslite-1.2/sfskeymgr.h -include/sfslite-1.2/sfskeymisc.h -include/sfslite-1.2/sfsmisc.h -include/sfslite-1.2/sfsschnorr.h -include/sfslite-1.2/sfsserv.h -include/sfslite-1.2/sfssesscrypt.h -include/sfslite-1.2/sfstty.h -include/sfslite-1.2/sha1.h -include/sfslite-1.2/sp_gc.h -include/sfslite-1.2/sp_gc_impl.h -include/sfslite-1.2/sp_gc_str.h -include/sfslite-1.2/sp_wkref.h -include/sfslite-1.2/srp.h -include/sfslite-1.2/stllike.h -include/sfslite-1.2/str.h -include/sfslite-1.2/suio++.h -include/sfslite-1.2/sysconf.h -include/sfslite-1.2/tame.h -include/sfslite-1.2/tame_aio.h -include/sfslite-1.2/tame_autocb.h -include/sfslite-1.2/tame_closure.h -include/sfslite-1.2/tame_connectors.h -include/sfslite-1.2/tame_event.h -include/sfslite-1.2/tame_event_ag.h -include/sfslite-1.2/tame_io.h -include/sfslite-1.2/tame_lock.h -include/sfslite-1.2/tame_nlock.h -include/sfslite-1.2/tame_pc.h -include/sfslite-1.2/tame_pipeline.h -include/sfslite-1.2/tame_recycle.h -include/sfslite-1.2/tame_rendezvous.h -include/sfslite-1.2/tame_rpc.h -include/sfslite-1.2/tame_rpcserver.h -include/sfslite-1.2/tame_run.h -include/sfslite-1.2/tame_slotset.h -include/sfslite-1.2/tame_tfork.h -include/sfslite-1.2/tame_tfork_ag.h -include/sfslite-1.2/tame_thread.h -include/sfslite-1.2/tame_trigger.h -include/sfslite-1.2/tame_typedefs.h -include/sfslite-1.2/tame_weakref.h -include/sfslite-1.2/test_arpc_prot.h -include/sfslite-1.2/test_arpc_prot.x -include/sfslite-1.2/tiger.h -include/sfslite-1.2/umac.h -include/sfslite-1.2/union.h -include/sfslite-1.2/uvfstrans.h -include/sfslite-1.2/vatmpl.h -include/sfslite-1.2/vec.h -include/sfslite-1.2/wmstr.h -include/sfslite-1.2/xdr_suio.h -include/sfslite-1.2/xdrmisc.h -include/sfslite-1.2/xhinfo.h -lib/sfslite -lib/sfslite-1.2/acsfs.m4 -lib/sfslite-1.2/aiod -lib/sfslite-1.2/env.mk -lib/sfslite-1.2/libaapp.la -lib/sfslite-1.2/libarpc.la -lib/sfslite-1.2/libasync.la -lib/sfslite-1.2/libsafeptr.la -lib/sfslite-1.2/libsfscrypt.la -lib/sfslite-1.2/libsfsmisc.la -lib/sfslite-1.2/libsvc.la -lib/sfslite-1.2/libtame.la -lib/sfslite-1.2/mallock.o -lib/sfslite-1.2/mmcd -lib/sfslite-1.2/pyenv.mk -lib/sfslite-1.2/rpcc -lib/sfslite-1.2/tame diff --git a/devel/sfslite/buildlink3.mk b/devel/sfslite/buildlink3.mk deleted file mode 100644 index 47407fd90d65c..0000000000000 --- a/devel/sfslite/buildlink3.mk +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/05/07 07:25:55 agc Exp $ - -BUILDLINK_TREE+= sfslite - -.if !defined(SFSLITE_BUILDLINK3_MK) -SFSLITE_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.sfslite+= sfslite>=1.2.7 -BUILDLINK_PKGSRCDIR.sfslite?= ../../devel/sfslite - -.endif # SFSLITE_BUILDLINK3_MK - -BUILDLINK_TREE+= -sfslite diff --git a/devel/sfslite/distinfo b/devel/sfslite/distinfo deleted file mode 100644 index ac3466c6c0ae5..0000000000000 --- a/devel/sfslite/distinfo +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:19:54 nia Exp $ - -BLAKE2s (sfslite-1.2.7.tar.gz) = 5f4fccf18aebe7f22dc5f604fd24cfb925e8cb643a2c7a2b4b7b64c25780dd1d -SHA512 (sfslite-1.2.7.tar.gz) = b2cd6d60a4349bdc54d973656fffdad9e4a4304dfa0cc8e27584e65bdd1359c2bd2be9552bd42fdd89475929b793509dd01589afe4cb72bb8ba14fca36ccb171 -Size (sfslite-1.2.7.tar.gz) = 1379432 bytes -SHA1 (patch-aa) = fa1f4a82d0d97375dafa972049aedc7ac0e80885 -SHA1 (patch-ab) = 0bfc67711150e5dc8eb74fba29e9abd5272e62db -SHA1 (patch-ac) = 88294e8dc9785a68019f66d0513c6d043a6b9f2e -SHA1 (patch-async_aio.C) = e35510da5504d401f9fdac6b9cb296bdb4f9b703 -SHA1 (patch-async_daemonize.C) = db816068eaee9c0096234795c725925ced6133ca -SHA1 (patch-async_dns.C) = 6eb8ef8a772a6a83942d4335fd126717dae6e805 -SHA1 (patch-async_dnsparse.C) = 77dce63d143882a3fd531a78ef0a5b8edc48de1f -SHA1 (patch-async_ifchg.C) = f941daa091908612a783bba57dbcf3bf92db3aaa -SHA1 (patch-async_ihash.C) = 6365eadd3da6e765766f529311d58043a9b108ec -SHA1 (patch-async_ihash.h) = 027b7b270804ebf11ba1d2e5b7ac26a025abfcda -SHA1 (patch-async_itree.h) = a777c376d2e8ac2a4ffdd84ec319325edc2ebb9b -SHA1 (patch-async_myname.C) = 0530b7a4bf43e99ff6a2ade6846db6af15fe4e6d -SHA1 (patch-async_qhash.h) = c145936da65369dce93092df3535e6fad921d030 -SHA1 (patch-async_rwfd_c) = be0075129d6bfe3eda7f86721a8a977acd5296d2 -SHA1 (patch-async_vec.h) = 6f73867864f650de1c760228fc2f39f951554df5 -SHA1 (patch-configure) = 5fbf91e7b0d215a724814c36a55110df0f3409b8 -SHA1 (patch-configure.in) = a0f282d9a5fcd9843be8373ebe55511f8c9cad23 -SHA1 (patch-libsafeptr_sp__gc.h) = 1194e270b3869b26fce2f2fb6680f599a5dc675e diff --git a/devel/sfslite/patches/patch-aa b/devel/sfslite/patches/patch-aa deleted file mode 100644 index 698119582b668..0000000000000 --- a/devel/sfslite/patches/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2017/09/09 19:45:46 dholland Exp $ - -Clean up %m abuse. -XXX: third hunk's purpose is unknown. - ---- async/myaddrs.C.orig 2009-02-12 13:20:42.000000000 +0000 -+++ async/myaddrs.C -@@ -41,7 +41,7 @@ myipaddrs (vec *res) - int s; - - if ((s = socket (AF_INET, SOCK_DGRAM, 0)) < 0) { -- warn ("socket: %m\n"); -+ warn ("socket: %s\n", strerror(errno)); - return false; - } - -@@ -53,7 +53,7 @@ myipaddrs (vec *res) - xfree (ifc.ifc_buf); - ifc.ifc_buf = (char *) xmalloc (ifc.ifc_len); - if (ioctl (s, SIOCGIFCONF, &ifc) < 0) { -- warn ("SIOCGIFCONF: %m\n"); -+ warn ("SIOCGIFCONF: %s\n", strerror(errno)); - close (s); - xfree (ifc.ifc_buf); - return false; -@@ -74,7 +74,7 @@ myipaddrs (vec *res) - res->clear (); - bhash addrs; - -- p = ifc.ifc_buf; -+ p = (char *)(void *)ifc.ifc_buf; - e = p + ifc.ifc_len; - while (p < e) { - struct ifreq *ifrp = (struct ifreq *) p; -@@ -88,8 +88,8 @@ myipaddrs (vec *res) - if (ifrp->ifr_addr.sa_family != AF_INET) - continue; - if (ioctl (s, SIOCGIFFLAGS, &ifr) < 0) { -- warn ("SIOCGIFFLAGS (%.*s): %m\n", (int) sizeof (ifr.ifr_name), -- ifr.ifr_name); -+ warn ("SIOCGIFFLAGS (%.*s): %s\n", (int) sizeof (ifr.ifr_name), -+ ifr.ifr_name, strerror(errno)); - continue; - } - in_addr a = ((struct sockaddr_in *) &ifrp->ifr_addr)->sin_addr; diff --git a/devel/sfslite/patches/patch-ab b/devel/sfslite/patches/patch-ab deleted file mode 100644 index 3d0b4ccc9de89..0000000000000 --- a/devel/sfslite/patches/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2012/05/07 07:25:55 agc Exp $ - -use the correct function without ambiguous details - ---- rpcc/genheader.C 2012/03/28 12:43:45 1.1 -+++ rpcc/genheader.C 2012/03/28 12:45:10 -@@ -351,7 +351,7 @@ - } - - static str --tolower (const str &in) -+sfslitetolower (const str &in) - { - strbuf r; - for (const char *c = in.cstr (); *c; c++) { -@@ -505,7 +505,7 @@ - dump_tmpl_proc (const rpc_proc *rc) - { - str arg, res; -- str fn = tolower (rc->id); -+ str fn = sfslitetolower (rc->id); - if (rc->arg != "void") arg = rc->arg; - if (rc->res != "void") res = rc->res; - str spc = " "; diff --git a/devel/sfslite/patches/patch-ac b/devel/sfslite/patches/patch-ac deleted file mode 100644 index 224e0e2d39e14..0000000000000 --- a/devel/sfslite/patches/patch-ac +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2012/05/07 07:25:55 agc Exp $ - -Don't try to be clever when including gmp.h - it has all the smarts -in it for C++ and C linkage - ---- crypt/bigint.h 2012/03/28 12:57:51 1.1 -+++ crypt/bigint.h 2012/03/28 12:58:32 -@@ -27,15 +27,7 @@ - - #include "sysconf.h" - --#if defined (HAVE_GMP_CXX_OPS) || !defined (__cplusplus) - #include --#else /* !HAVE_GMP_CXX_OPS */ --/* Some older C++ header files fail to include some declarations -- * inside an extern "C". */ --extern "C" { --#include --} --#endif /* !HAVE_GMP_CXX_OPS */ - - #ifdef __cplusplus - extern "C" { diff --git a/devel/sfslite/patches/patch-async_aio.C b/devel/sfslite/patches/patch-async_aio.C deleted file mode 100644 index cf9cb7b0cb57f..0000000000000 --- a/devel/sfslite/patches/patch-async_aio.C +++ /dev/null @@ -1,119 +0,0 @@ -$NetBSD: patch-async_aio.C,v 1.1 2017/09/09 19:45:46 dholland Exp $ - -Clean up %m abuse. - ---- async/aio.C~ 2009-02-12 13:20:42.000000000 +0000 -+++ async/aio.C -@@ -21,6 +21,7 @@ - * - */ - -+#include - #include "aiod.h" - - aiobuf::aiobuf (aiod *d, size_t p, size_t l) -@@ -62,7 +63,7 @@ aiod::writeq::output () - wbuf.copyout (buf, wsize); - ssize_t n = write (wfd, buf, wsize); - if (n < 0) -- fatal ("write to aiod failed (%m)\n"); // XXX - should make aiod fail -+ fatal ("write to aiod failed (%s)\n", strerror(errno)); // XXX - should make aiod fail - wbuf.rembytes (n); - if (!wbuf.resid ()) - fdcb (wfd, selwrite, NULL); -@@ -81,7 +82,7 @@ aiod::writeq::sendmsg (aiomsg_t msg) - else { - ssize_t n = write (wfd, &msg, sizeof (msg)); - if (n < 0) -- fatal ("write to aiod failed (%m)\n"); -+ fatal ("write to aiod failed (%s)\n", strerror(errno)); - if (n != sizeof (msg)) { - // Writes less than PIPE_BUF were supposed to be atomic - warn ("aiod::writeq::sendmsg: partial write (%d bytes)\n", (int) n); -@@ -98,7 +99,7 @@ aiod::daemon::launch (str path, int shmf - - int fds[2]; - if (socketpair (AF_UNIX, SOCK_STREAM, 0, fds) < 0) -- fatal ("aiod::daemon::launch: socketpair failed: %m\n"); -+ fatal ("aiod::daemon::launch: socketpair failed: %s\n", strerror(errno)); - wq.wfd = fd = fds[0]; - close_on_exec (fd); - -@@ -166,24 +167,24 @@ aiod::aiod (u_int nproc, ssize_t shmsize - xfree (temp); - } - if (!tmpfile) -- fatal ("aiod: could not create temporary file: %m\n"); -+ fatal ("aiod: could not create temporary file: %s\n", strerror(errno)); - umask (m); - close_on_exec (shmfd); - if (ftruncate (shmfd, shmmax) < 0) -- fatal ("aiod: could not grow shared mem file (%m)\n"); -+ fatal ("aiod: could not grow shared mem file (%s)\n", strerror(errno)); - struct stat sb; - if (fstat (shmfd, &sb) < 0) -- fatal ("fstat (%s): %m\n", tmpfile.cstr ()); -+ fatal ("fstat (%s): %s\n", tmpfile.cstr (), strerror(errno)); - - shmbuf = static_cast - (mmap (NULL, (size_t) shmmax, PROT_READ|PROT_WRITE, - MAP_FILE|MAP_SHARED, shmfd, 0)); - if (shmbuf == (char *) MAP_FAILED) -- fatal ("aiod: could not mmap shared mem file (%m)\n"); -+ fatal ("aiod: could not mmap shared mem file (%s)\n", strerror(errno)); - - int fds[2]; - if (pipe (fds) < 0) -- fatal ("aiod: pipe syscall failed: %m\n"); -+ fatal ("aiod: pipe syscall failed: %s\n", strerror(errno)); - wq.wfd = fds[1]; - close_on_exec (wq.wfd); - int rfd = fds[0]; -@@ -201,10 +202,10 @@ aiod::aiod (u_int nproc, ssize_t shmsize - * wherever possible we use flock as it is faster.) */ - int fd = ::open (tmpfile, O_RDWR); - if (fd < 0) -- fatal ("cannot reopen %s: %m\n", tmpfile.cstr ()); -+ fatal ("cannot reopen %s: %s\n", tmpfile.cstr (), strerror(errno)); - struct stat sb2; - if (fstat (fd, &sb2) < 0) -- fatal ("fstat (%s): %m\n", tmpfile.cstr ()); -+ fatal ("fstat (%s): %s\n", tmpfile.cstr (), strerror(errno)); - if (sb.st_dev != sb2.st_dev || sb.st_ino != sb2.st_ino) - fatal ("aiod: somone tampered with %s\n", tmpfile.cstr ()); - -@@ -223,14 +224,14 @@ aiod::aiod (u_int nproc, ssize_t shmsize - * consuming disk space to make sure it gets garbage collected - * properly. */ - if (::unlink (tmpfile) < 0) -- fatal ("aiod: unlink (%s): %m\n", tmpfile.cstr ()); -+ fatal ("aiod: unlink (%s): %s\n", tmpfile.cstr (), strerror(errno)); - } - - aiod::~aiod () - { - fail (); - if (munmap (shmbuf, shmlen) < 0) -- warn ("~aiod could not unmap shared mem: %m\n"); -+ warn ("~aiod could not unmap shared mem: %s\n", strerror(errno)); - close (shmfd); - delete[] dv; - } -@@ -267,7 +268,7 @@ aiod::input (int i) - ssize_t n = read (dv[i].fd, buf, sizeof (buf)); - if (n <= 0) { - if (n < 0) -- warn ("aiod: read: %m\n"); -+ warn ("aiod: read: %s\n", strerror(errno)); - else - warn ("aiod: EOF\n"); - fail (); -@@ -469,7 +470,7 @@ aiod::bufalloc_cb2 (size_t inc, ptr - #include "async.h" - - str syslog_priority ("daemon.notice"); -@@ -31,7 +32,7 @@ start_log_to_file (const str &line, cons - int fd; - int n; - if ((fd = open (logfile.cstr (), flags, m)) < 0) { -- warn ("%s: %m\n", logfile.cstr ()); -+ warn ("%s: %s\n", logfile.cstr (), strerror(errno)); - fd = errfd; - } else { - warn << "Logging via logfile: " << logfile << "\n"; -@@ -65,7 +66,7 @@ start_logger (const str &priority, const - pid_t pid; - int status; - if ((pid = spawn (PATH_LOGGER, av, 0, 0, errfd)) < 0) { -- warn ("%s: %m\n", PATH_LOGGER); -+ warn ("%s: %s\n", PATH_LOGGER, strerror(errno)); - return start_log_to_file (line, logfile, flags, mode); - } - if (waitpid (pid, &status, 0) <= 0 || !WIFEXITED (status) || -@@ -74,7 +75,7 @@ start_logger (const str &priority, const - - int fds[2]; - if (socketpair (AF_UNIX, SOCK_STREAM, 0, fds) < 0) -- fatal ("socketpair: %m\n"); -+ fatal ("socketpair: %s\n", strerror(errno)); - close_on_exec (fds[0]); - if (fds[1] != 0) - close_on_exec (fds[1]); -@@ -84,7 +85,7 @@ start_logger (const str &priority, const - close (fds[1]); - return fds[0]; - } else -- warn ("%s: %m\n", PATH_LOGGER); -+ warn ("%s: %s\n", PATH_LOGGER, strerror(errno)); - #endif /* PATH_LOGGER */ - return start_log_to_file (line, logfile, flags, mode); - } -@@ -103,7 +104,7 @@ start_logger () - close (fd); - - if (socketpair (AF_UNIX, SOCK_STREAM, 0, fds) < 0) -- fatal ("socketpair: %m\n"); -+ fatal ("socketpair: %s\n", strerror(errno)); - close_on_exec (fds[0]); - if (fds[1] != 0) - close_on_exec (fds[1]); -@@ -113,7 +114,7 @@ start_logger () - if (fds[0] != errfd) { - err_flush (); // XXX - we shouldn't depend on aerr.C - if (dup2 (fds[0], errfd) < 0) -- fatal ("dup2: %m\n"); -+ fatal ("dup2: %s\n", strerror(errno)); - close (fds[0]); - } - if (errfd != 1) -@@ -121,7 +122,7 @@ start_logger () - return; - } - else -- warn ("%s: %m\n", PATH_LOGGER); -+ warn ("%s: %s\n", PATH_LOGGER, strerror(errno)); - #endif /* PATH_LOGGER */ - - /* No logger, at least send chatter to stdout rather than stderr, so -@@ -161,13 +162,13 @@ daemonize (const str &nm) - default: - _exit (0); - case -1: -- fatal ("fork: %m\n"); -+ fatal ("fork: %s\n", strerror(errno)); - case 0: - break; - } - - if (setsid () == -1) -- fatal ("setsid: %m\n"); -+ fatal ("setsid: %s\n", strerror(errno)); - if (!builddir) { - start_logger (); - str path = strbuf () << PIDDIR << "/" << pidfilebase << ".pid"; diff --git a/devel/sfslite/patches/patch-async_dns.C b/devel/sfslite/patches/patch-async_dns.C deleted file mode 100644 index 9812c966dc022..0000000000000 --- a/devel/sfslite/patches/patch-async_dns.C +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-async_dns.C,v 1.1 2017/09/09 19:45:46 dholland Exp $ - -Clean up %m abuse. - ---- async/dns.C~ 2009-02-12 13:20:42.000000000 +0000 -+++ async/dns.C -@@ -156,13 +156,13 @@ resolver::udpinit () - udpsock = NULL; - int fd = socket (addr->sa_family, SOCK_DGRAM, 0); - if (fd < 0) { -- warn ("resolver::udpsock: socket: %m\n"); -+ warn ("resolver::udpsock: socket: %s\n", strerror(errno)); - return false; - } - make_async (fd); - close_on_exec (fd); - if (connect (fd, addr, addrlen) < 0) { -- warn ("resolver::udpsock: connect: %m\n"); -+ warn ("resolver::udpsock: connect: %s\n", strerror(errno)); - close (fd); - return false; - } -@@ -177,7 +177,7 @@ resolver::tcpinit () - tcpsock = NULL; - int fd = socket (addr->sa_family, SOCK_STREAM, 0); - if (fd < 0) { -- warn ("resolver::tcpsock: socket: %m\n"); -+ warn ("resolver::tcpsock: socket: %s\n", strerror(errno)); - return false; - } - make_async (fd); -@@ -415,7 +415,7 @@ resolv_conf::reload_cb (ref d, boo - reload_lock = false; - last_reload = sfs_get_timenow(); - if (!newres) { -- warn ("resolv_conf::reload_cb: fork: %m\n"); -+ warn ("resolv_conf::reload_cb: fork: %s\n", strerror(errno)); - setsock (true); - return; - } diff --git a/devel/sfslite/patches/patch-async_dnsparse.C b/devel/sfslite/patches/patch-async_dnsparse.C deleted file mode 100644 index 8820313c3a81a..0000000000000 --- a/devel/sfslite/patches/patch-async_dnsparse.C +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-async_dnsparse.C,v 1.1 2017/09/09 19:45:46 dholland Exp $ - -Fix up illegal pointer aliasing. - ---- async/dnsparse.C~ 2009-02-12 13:20:42.000000000 +0000 -+++ async/dnsparse.C -@@ -757,10 +757,15 @@ printaddrs (const char *msg, ptrh_addrtype == AF_INET) -+ in_addr ia; -+ -+ for (; *hpp; hpp++) { -+ if ((*hpp)->h_addrtype == AF_INET) { -+ memcpy(&ia, (*hpp)->h_address, sizeof(ia)); - printf (" (hint: %s %s)\n", (*hpp)->h_name, -- inet_ntoa (*(in_addr *) (*hpp)->h_address)); -+ inet_ntoa (ia)); -+ } -+ } - } - - void diff --git a/devel/sfslite/patches/patch-async_ifchg.C b/devel/sfslite/patches/patch-async_ifchg.C deleted file mode 100644 index a7564169899e6..0000000000000 --- a/devel/sfslite/patches/patch-async_ifchg.C +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-async_ifchg.C,v 1.1 2017/09/09 19:45:46 dholland Exp $ - -Clean up %m abuse. - ---- async/ifchg.C~ 2009-02-12 13:20:42.000000000 +0000 -+++ async/ifchg.C -@@ -21,6 +21,7 @@ - * - */ - -+#include - #include "async.h" - #include "dns.h" - #include "list.h" -@@ -74,7 +75,7 @@ ifchgcb (cbv cb) - { - if (!lazy) { - if (!myipaddrs (&ifchg_addrs)) -- fatal ("myipaddrs: %m\n"); -+ fatal ("myipaddrs: %s\n", strerror(errno)); - lazy = lazycb (60, wrap (ifchgcb_test)); - } - ifchgcb_t *chg = New ifchgcb_t (cb); diff --git a/devel/sfslite/patches/patch-async_ihash.C b/devel/sfslite/patches/patch-async_ihash.C deleted file mode 100644 index 186c2cc86d908..0000000000000 --- a/devel/sfslite/patches/patch-async_ihash.C +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-async_ihash.C,v 1.1 2017/09/09 19:45:46 dholland Exp $ - -Use legal C++ syntax. - ---- async/ihash.C~ 2009-02-23 16:26:42.000000000 +0000 -+++ async/ihash.C -@@ -53,7 +53,7 @@ _ihash_grow (_ihash_table *htp, const si - nbuckets = 3; - } - -- ntab = New (void * [nbuckets]); -+ ntab = New void * [nbuckets]; - bzero (ntab, nbuckets * sizeof (*ntab)); - - for (i = 0; i < htp->buckets; i++) diff --git a/devel/sfslite/patches/patch-async_ihash.h b/devel/sfslite/patches/patch-async_ihash.h deleted file mode 100644 index df4af9c22f2ef..0000000000000 --- a/devel/sfslite/patches/patch-async_ihash.h +++ /dev/null @@ -1,86 +0,0 @@ -$NetBSD: patch-async_ihash.h,v 1.2 2017/09/09 19:45:46 dholland Exp $ - -Catch up to C++ standards drift. - ---- async/ihash.h.orig 2009-02-23 16:26:42.000000000 +0000 -+++ async/ihash.h -@@ -248,7 +248,7 @@ public: - ihash () : eq (E ()), hash (H ()) {} - ihash (const E &e, const H &h) : eq (e), hash (h) {} - -- bool insert (V *elm) { return insert_val (elm, hash (elm->*key)); } -+ bool insert (V *elm) { return this->insert_val (elm, hash (elm->*key)); } - - #if 0 - template V *operator[] (const T &k) const { -@@ -256,16 +256,16 @@ public: - V *operator[] (const K &k) const { - #endif - V *v; -- for (v = lookup_val (hash (k)); -+ for (v = this->lookup_val (hash (k)); - v && !eq (k, v->*key); -- v = next_val (v)) -+ v = this->next_val (v)) - ; - return v; - } - - V *nextkeq (V *v) { - const K &k = v->*key; -- while ((v = next_val (v)) && !eq (k, v->*key)) -+ while ((v = this->next_val (v)) && !eq (k, v->*key)) - ; - return v; - }; -@@ -287,13 +287,13 @@ public: - : eq1 (e1), eq2 (e2), hash (h) {} - - void insert (V *elm) -- { insert_val (elm, hash (elm->*key1, elm->*key2)); } -+ { this->insert_val (elm, hash (elm->*key1, elm->*key2)); } - - V *operator() (const K1 &k1, const K2 &k2) const { - V *v; -- for (v = lookup_val (hash (k1, k2)); -+ for (v = this->lookup_val (hash (k1, k2)); - v && !(eq1 (k1, v->*key1) && eq2 (k2, v->*key2)); -- v = next_val (v)) -+ v = this->next_val (v)) - ; - return v; - } -@@ -301,7 +301,7 @@ public: - V *nextkeq (V *v) { - const K1 &k1 = v->*key1; - const K1 &k2 = v->*key2; -- while ((v = next_val (v)) -+ while ((v = this->next_val (v)) - && !(eq1 (k1, v->*key1) && eq2 (k2, v->*key2))) - ; - return v; -@@ -320,20 +320,20 @@ public: - shash () {} - shash (const E &e, const H &h) : eq (e), hash (h) {} - -- void insert (V *elm) { insert_val (elm, hash (*elm)); } -+ void insert (V *elm) { this->insert_val (elm, hash (*elm)); } - - V *operator[] (const V &k) const { - V *v; -- for (v = lookup_val (hash (k)); -+ for (v = this->lookup_val (hash (k)); - v && !eq (k, *v); -- v = next_val (v)) -+ v = this->next_val (v)) - ; - return v; - } - - V *nextkeq (V *v) { - const V &k = *v; -- while ((v = next_val (v)) && !eq (k, *v)) -+ while ((v = this->next_val (v)) && !eq (k, *v)) - ; - return v; - } diff --git a/devel/sfslite/patches/patch-async_itree.h b/devel/sfslite/patches/patch-async_itree.h deleted file mode 100644 index caa87952bd4be..0000000000000 --- a/devel/sfslite/patches/patch-async_itree.h +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-async_itree.h,v 1.1 2013/03/28 21:21:18 joerg Exp $ - ---- async/itree.h.orig 2013-03-25 14:16:45.000000000 +0000 -+++ async/itree.h -@@ -245,12 +245,12 @@ public: - #if 0 - template V *operator[] (const T &k) { - int (itree::*fn) (const T *, const V *) = &kvcmp; -- return search (wrap (this, fn, &k)); -+ return this->search (wrap (this, fn, &k)); - } - #else - V *operator[] (const K &k) { - // return search (wrap (this, &kvcmp, &k)); -- return search (skvcmp, &kcmp, &k); -+ return this->search (skvcmp, &kcmp, &k); - } - #endif - }; diff --git a/devel/sfslite/patches/patch-async_myname.C b/devel/sfslite/patches/patch-async_myname.C deleted file mode 100644 index 17b3ba17daa4f..0000000000000 --- a/devel/sfslite/patches/patch-async_myname.C +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-async_myname.C,v 1.1 2017/09/09 19:45:46 dholland Exp $ - -Clean up %m abuse. - ---- async/myname.C~ 2009-02-12 13:20:42.000000000 +0000 -+++ async/myname.C -@@ -21,6 +21,7 @@ - * - */ - -+#include - #include "dns.h" - - str -@@ -42,7 +43,7 @@ myname () - char namebuf[MAXHOSTNAMELEN+1]; - namebuf[MAXHOSTNAMELEN] = '\0'; - if (gethostname (namebuf, MAXHOSTNAMELEN) < 0) -- panic ("gethostname: %m\n"); -+ panic ("gethostname: %s\n", strerror(errno)); - - if (strchr (namebuf, '.')) - return namebuf; diff --git a/devel/sfslite/patches/patch-async_qhash.h b/devel/sfslite/patches/patch-async_qhash.h deleted file mode 100644 index 447b06ed244f3..0000000000000 --- a/devel/sfslite/patches/patch-async_qhash.h +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-async_qhash.h,v 1.1 2013/03/28 21:21:18 joerg Exp $ - ---- async/qhash.h.orig 2013-03-25 14:17:11.000000000 +0000 -+++ async/qhash.h -@@ -71,7 +71,7 @@ private: - - slot *getslot (const K &k) const { - slot *s; -- for (s = lookup_val (hash (k)); s && !eq (s->key, k); s = next_val (s)) -+ for (s = this->lookup_val (hash (k)); s && !eq (s->key, k); s = this->next_val (s)) - ; - return s; - } -@@ -180,7 +180,7 @@ private: - - slot *getslot (const K &k) const { - slot *s; -- for (s = lookup_val (hash (k)); s && !eq (s->key, k); s = next_val (s)) -+ for (s = this->lookup_val (hash (k)); s && !eq (s->key, k); s = this->next_val (s)) - ; - return s; - } diff --git a/devel/sfslite/patches/patch-async_rwfd_c b/devel/sfslite/patches/patch-async_rwfd_c deleted file mode 100644 index 5afd3ce97b4fb..0000000000000 --- a/devel/sfslite/patches/patch-async_rwfd_c +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-async_rwfd_c,v 1.1 2012/06/18 03:28:55 dholland Exp $ - -Avoid strict-aliasing warnings on Linux. - ---- async/rwfd.c~ 2009-02-12 13:20:42.000000000 +0000 -+++ async/rwfd.c -@@ -51,7 +51,7 @@ writevfd (int fd, const struct iovec *io - cmh->cmsg_level = SOL_SOCKET; - cmh->cmsg_type = SCM_RIGHTS; - cmh->cmsg_len = CMSG_LEN(sizeof(int)); -- *(int *)CMSG_DATA(cmh) = wfd; -+ memcpy(CMSG_DATA(cmh), &wfd, sizeof(int)); - #else /* !HAVE_CMSGHDR */ - mh.msg_accrights = (char *) fdp; - mh.msg_accrightslen = sizeof (fdp); -@@ -110,7 +110,7 @@ readvfd (int fd, const struct iovec *iov - errno = EAGAIN; - } - if (cmh->cmsg_type == SCM_RIGHTS) { -- *rfdp = (*(int *)CMSG_DATA(cmh)); -+ memcpy(rfdp, CMSG_DATA(cmh), sizeof(int)); - } - } - #else /* !HAVE_CMSGHDR */ diff --git a/devel/sfslite/patches/patch-async_vec.h b/devel/sfslite/patches/patch-async_vec.h deleted file mode 100644 index 63fa2ef3d76c4..0000000000000 --- a/devel/sfslite/patches/patch-async_vec.h +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-async_vec.h,v 1.1 2013/03/28 21:21:18 joerg Exp $ - ---- async/vec.h.orig 2013-03-25 14:13:21.000000000 +0000 -+++ async/vec.h -@@ -121,7 +121,7 @@ protected: - static void destroy (elm_t &e) { e.~elm_t (); } - - void init () { lastp = firstp = basep = def_basep (); limp = def_limp (); } -- void del () { while (firstp < lastp) firstp++->~elm_t (); bfree (basep); } -+ void del () { while (firstp < lastp) firstp++->~elm_t (); this->bfree (basep); } - - #define append(v) \ - do { \ -@@ -164,7 +164,7 @@ public: - elm_t *obasep = basep; - move (static_cast (txmalloc (nalloc * sizeof (elm_t)))); - limp = basep + nalloc; -- bfree (obasep); -+ this->bfree (obasep); - } - else - move (basep); diff --git a/devel/sfslite/patches/patch-configure b/devel/sfslite/patches/patch-configure deleted file mode 100644 index 914cbc6900b7d..0000000000000 --- a/devel/sfslite/patches/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2017/09/09 19:45:46 dholland Exp $ - -Don't trash LDFLAGS. - ---- configure~ 2009-06-09 14:29:57.000000000 +0000 -+++ configure -@@ -35514,9 +35514,9 @@ for flag in $LDFLAGS; do - LIBAPM= - new_LDFLAGS="$new_LDFLAGS -all-static" - else -- new_LDFLAGS=" $flag" -+ new_LDFLAGS="$new_LDFLAGS $flag" - fi - done - LDFLAGS="$new_LDFLAGS" - - { $as_echo "$as_me:$LINENO: checking for MAP_NOSYNC option" >&5 diff --git a/devel/sfslite/patches/patch-configure.in b/devel/sfslite/patches/patch-configure.in deleted file mode 100644 index 19d16f59780f2..0000000000000 --- a/devel/sfslite/patches/patch-configure.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-configure.in,v 1.1 2017/09/09 19:45:46 dholland Exp $ - -Don't trash LDFLAGS. - ---- configure.in~ 2009-06-09 14:29:36.000000000 +0000 -+++ configure.in -@@ -347,7 +347,7 @@ for flag in $LDFLAGS; do - LIBAPM= - new_LDFLAGS="$new_LDFLAGS -all-static" - else -- new_LDFLAGS=" $flag" -+ new_LDFLAGS="$new_LDFLAGS $flag" - fi - done - LDFLAGS="$new_LDFLAGS" diff --git a/devel/sfslite/patches/patch-libsafeptr_sp__gc.h b/devel/sfslite/patches/patch-libsafeptr_sp__gc.h deleted file mode 100644 index 1b415b2220df0..0000000000000 --- a/devel/sfslite/patches/patch-libsafeptr_sp__gc.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libsafeptr_sp__gc.h,v 1.1 2013/10/20 18:16:34 joerg Exp $ - ---- libsafeptr/sp_gc.h.orig 2013-10-15 15:29:52.000000000 +0000 -+++ libsafeptr/sp_gc.h -@@ -382,8 +382,8 @@ namespace gc { - return ret; - } - -- aptr operator++ (size_t s) { return (*this) += 1; } -- aptr operator-- (size_t s) { return (*this) -= 1; } -+ aptr operator++ (int s) { return (*this) += 1; } -+ aptr operator-- (int s) { return (*this) -= 1; } - - aptr &operator+= (size_t s) - { diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 376249f29de59..b3cc47ff7a7cd 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2556 2022/05/14 15:41:46 fox Exp $ +$NetBSD: CHANGES-2022,v 1.2557 2022/05/15 04:43:49 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3943,3 +3943,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/ruby-nokogiri to 1.13.6 [tsutsui 2022-05-14] Updated misc/s6-portable-utils to 2.2.4.0nb1 [schmonz 2022-05-14] Updated textproc/bat to 0.21.0 [fox 2022-05-14] + Removed devel/sfslite [wiz 2022-05-15] From 3bba0a4c71a492169b0bdabe8fde33e181bf2253 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:44:23 +0000 Subject: [PATCH 0433/1154] texlive-collection-mathscience: bump revision to 63241 --- meta-pkgs/texlive-collection-mathscience/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-pkgs/texlive-collection-mathscience/Makefile b/meta-pkgs/texlive-collection-mathscience/Makefile index 10d30d2b5434f..c1a44dfd060af 100644 --- a/meta-pkgs/texlive-collection-mathscience/Makefile +++ b/meta-pkgs/texlive-collection-mathscience/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2022/05/01 20:46:44 markd Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/15 04:44:23 markd Exp $ DISTNAME= collection-mathscience PKGNAME= texlive-${DISTNAME}-2022pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 63188 +TEXLIVE_REV= 63241 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -141,6 +141,7 @@ DEPENDS+= tex-mathcomp-[0-9]*:../../print/tex-mathcomp # depend mathlig DEPENDS+= tex-mathpartir-[0-9]*:../../math/tex-mathpartir # depend mathpunctspace +# depend mathsemantics # depend matlab-prettifier # depend matrix-skeleton # depend mattens From 2bf70bd16885b0a54c64059bf59bee123947226c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 04:46:32 +0000 Subject: [PATCH 0434/1154] clamav-doc: fix PLIST Bump PKGREVISION. --- security/clamav-doc/Makefile | 3 ++- security/clamav-doc/PLIST | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/security/clamav-doc/Makefile b/security/clamav-doc/Makefile index 337b63a62ebde..3594bbc194ac6 100644 --- a/security/clamav-doc/Makefile +++ b/security/clamav-doc/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2021/11/08 14:50:12 taca Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/15 04:46:32 wiz Exp $ .include "../../security/clamav/Makefile.common" PKGNAME= ${DISTNAME:S/clamav/clamav-doc/} +PKGREVISION= 1 COMMENT= Anti-virus toolkit documents NO_BUILD= yes diff --git a/security/clamav-doc/PLIST b/security/clamav-doc/PLIST index d76106110d69a..e8c18d70f2508 100644 --- a/security/clamav-doc/PLIST +++ b/security/clamav-doc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2021/11/08 14:50:12 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/05/15 04:46:32 wiz Exp $ share/doc/clamav/html/404.html share/doc/clamav/html/FontAwesome/css/font-awesome.css share/doc/clamav/html/FontAwesome/fonts/FontAwesome.ttf @@ -18,6 +18,7 @@ share/doc/clamav/html/appendix/Terminology.html share/doc/clamav/html/ayu-highlight.css share/doc/clamav/html/book.js share/doc/clamav/html/clipboard.min.js +share/doc/clamav/html/community_resources/CommunityResources.html share/doc/clamav/html/css/chrome.css share/doc/clamav/html/css/general.css share/doc/clamav/html/css/print.css @@ -31,6 +32,7 @@ share/doc/clamav/html/faq/faq-ignore.html share/doc/clamav/html/faq/faq-misc.html share/doc/clamav/html/faq/faq-ml.html share/doc/clamav/html/faq/faq-pua.html +share/doc/clamav/html/faq/faq-rust.html share/doc/clamav/html/faq/faq-safebrowsing.html share/doc/clamav/html/faq/faq-scan-alerts.html share/doc/clamav/html/faq/faq-troubleshoot.html @@ -103,6 +105,7 @@ share/doc/clamav/html/manual/Signatures/FileTypeMagic.html share/doc/clamav/html/manual/Signatures/HashSignatures.html share/doc/clamav/html/manual/Signatures/LogicalSignatures.html share/doc/clamav/html/manual/Signatures/PhishSigs.html +share/doc/clamav/html/manual/Signatures/SignatureNames.html share/doc/clamav/html/manual/Signatures/YaraRules.html share/doc/clamav/html/manual/Usage.html share/doc/clamav/html/manual/Usage/Configuration.html From a55b7214d2f6df81990ee77ece756dffcf9f92aa Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 May 2022 04:48:20 +0000 Subject: [PATCH 0435/1154] tex package updates --- doc/CHANGES-2022 | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b3cc47ff7a7cd..f1df0bcb3b1cf 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2557 2022/05/15 04:43:49 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2558 2022/05/15 04:48:20 markd Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3944,3 +3944,22 @@ Changes to the packages collection and infrastructure in 2022: Updated misc/s6-portable-utils to 2.2.4.0nb1 [schmonz 2022-05-14] Updated textproc/bat to 0.21.0 [fox 2022-05-14] Removed devel/sfslite [wiz 2022-05-15] + Updated print/tex-babel to 3.74 [markd 2022-05-15] + Updated print/tex-babel-doc to 3.74 [markd 2022-05-15] + Updated print/tex-changebar to 3.6d [markd 2022-05-15] + Updated print/tex-changebar-doc to 3.6d [markd 2022-05-15] + Updated graphics/tex-circuitikz to 1.5.2 [markd 2022-05-15] + Updated graphics/tex-circuitikz-doc to 1.5.2 [markd 2022-05-15] + Updated devel/tex-doclicense to 3.1.0 [markd 2022-05-15] + Updated devel/tex-doclicense-doc to 3.1.0 [markd 2022-05-15] + Updated print/tex-fancyhdr to 4.0.2 [markd 2022-05-15] + Updated print/tex-fancyhdr-doc to 4.0.2 [markd 2022-05-15] + Updated print/tex-koma-script to 3.36 [markd 2022-05-15] + Updated graphics/tex-mcf2graph to 4.84 [markd 2022-05-15] + Updated graphics/tex-mcf2graph-doc to 4.84 [markd 2022-05-15] + Updated print/tex-pdfmanagement-testphase to 0.95o [markd 2022-05-15] + Updated print/tex-pdfmanagement-testphase-doc to 0.95o [markd 2022-05-15] + Updated fonts/tex-roboto to 2022 [markd 2022-05-15] + Updated fonts/tex-roboto-doc to 2022 [markd 2022-05-15] + Updated print/tex-siunitx to 3.1.1 [markd 2022-05-15] + Updated print/tex-siunitx-doc to 3.1.1 [markd 2022-05-15] From 6d5a1f1e5f2825667d5ecf52b625a36b708cfccb Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 04:49:15 +0000 Subject: [PATCH 0436/1154] fragroute: remove Doesn't build with current libpcap, last release from 2002. --- doc/CHANGES-2022 | 3 +- security/Makefile | 3 +- security/fragroute/DESCR | 15 ---- security/fragroute/Makefile | 31 -------- security/fragroute/PLIST | 23 ------ security/fragroute/distinfo | 10 --- security/fragroute/patches/patch-aa | 24 ------ security/fragroute/patches/patch-ab | 21 ------ security/fragroute/patches/patch-ac | 17 ----- security/fragroute/patches/patch-ad | 13 ---- security/fragroute/patches/patch-fragroute.c | 78 -------------------- 11 files changed, 3 insertions(+), 235 deletions(-) delete mode 100644 security/fragroute/DESCR delete mode 100644 security/fragroute/Makefile delete mode 100644 security/fragroute/PLIST delete mode 100644 security/fragroute/distinfo delete mode 100644 security/fragroute/patches/patch-aa delete mode 100644 security/fragroute/patches/patch-ab delete mode 100644 security/fragroute/patches/patch-ac delete mode 100644 security/fragroute/patches/patch-ad delete mode 100644 security/fragroute/patches/patch-fragroute.c diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f1df0bcb3b1cf..9dd32b665fe17 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2558 2022/05/15 04:48:20 markd Exp $ +$NetBSD: CHANGES-2022,v 1.2559 2022/05/15 04:49:15 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3963,3 +3963,4 @@ Changes to the packages collection and infrastructure in 2022: Updated fonts/tex-roboto-doc to 2022 [markd 2022-05-15] Updated print/tex-siunitx to 3.1.1 [markd 2022-05-15] Updated print/tex-siunitx-doc to 3.1.1 [markd 2022-05-15] + Removed security/fragroute [wiz 2022-05-15] diff --git a/security/Makefile b/security/Makefile index 5eac236d50dbc..e0de69789c15a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.860 2022/05/09 00:38:43 khorben Exp $ +# $NetBSD: Makefile,v 1.861 2022/05/15 04:49:15 wiz Exp $ # COMMENT= Security and cryptography tools and libraries @@ -96,7 +96,6 @@ SUBDIR+= erlang-pkix SUBDIR+= fail2ban SUBDIR+= flawfinder SUBDIR+= fprint-demo -SUBDIR+= fragroute SUBDIR+= fsh SUBDIR+= fwbuilder SUBDIR+= gcr diff --git a/security/fragroute/DESCR b/security/fragroute/DESCR deleted file mode 100644 index 6159899535f97..0000000000000 --- a/security/fragroute/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -"Fragroute intercepts, modifies, and rewrites egress traffic destined -for a specified host, implementing most of the attacks described in the -Secure Networks "Insertion, Evasion, and Denial of Service: Eluding -Network Intrusion Detection" paper of January 1998. - -It features a simple ruleset language to delay, duplicate, drop, -fragment, overlap, print, reorder, segment, source-route, or otherwise -monkey with all outbound packets destined for a target host, with -minimal support for randomized or probabilistic behaviour. - -This tool was written in good faith to aid in the testing of network -intrusion detection systems, firewalls, and basic TCP/IP stack -behaviour. Please do not abuse this software." - -- Dominic diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile deleted file mode 100644 index eb853996eddb1..0000000000000 --- a/security/fragroute/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: Makefile,v 1.29 2020/01/18 21:50:36 jperkin Exp $ - -DISTNAME= fragroute-1.2 -PKGREVISION= 18 -CATEGORIES= security net -MASTER_SITES= http://monkey.org/~dugsong/fragroute/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.monkey.org/~dugsong/fragroute/ -COMMENT= Tool for intercepting, modifying and rewriting egress traffic - -GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-libdnet=${BUILDLINK_PREFIX.libdnet} -CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent} -CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap} - -SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \ - frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 tcp-5 \ - tcp-7 tcp-9 - -INSTALLATION_DIRS+= share/fragroute - -pre-install: -.for file in ${SCRIPTS} - ${INSTALL_DATA} ${WRKSRC}/scripts/${file} ${DESTDIR}${PREFIX}/share/fragroute -.endfor - -.include "../../net/libpcap/buildlink3.mk" -.include "../../net/libdnet/buildlink3.mk" -.include "../../devel/libevent/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/fragroute/PLIST b/security/fragroute/PLIST deleted file mode 100644 index 6fe9f811e9aec..0000000000000 --- a/security/fragroute/PLIST +++ /dev/null @@ -1,23 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:28 joerg Exp $ -etc/fragroute.conf -man/man8/fragroute.8 -man/man8/fragtest.8 -sbin/fragroute -sbin/fragtest -share/fragroute/README.snort -share/fragroute/base-1 -share/fragroute/frag-1 -share/fragroute/frag-2 -share/fragroute/frag-3 -share/fragroute/frag-4 -share/fragroute/frag-5 -share/fragroute/frag-6 -share/fragroute/frag-7-unix -share/fragroute/frag-7-win32 -share/fragroute/ins-2 -share/fragroute/ins-3 -share/fragroute/tcbc-2 -share/fragroute/tcp-3 -share/fragroute/tcp-5 -share/fragroute/tcp-7 -share/fragroute/tcp-9 diff --git a/security/fragroute/distinfo b/security/fragroute/distinfo deleted file mode 100644 index 349734ad9f3fe..0000000000000 --- a/security/fragroute/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:17:05 nia Exp $ - -BLAKE2s (fragroute-1.2.tar.gz) = 9028ea185e02163f5dbbccf8caf1fa8ee479650f231970b1aaa33599f3c2a409 -SHA512 (fragroute-1.2.tar.gz) = 00f32a4660db8a58e0e86c525065f8a33ed8b9aec2933938dc2543ad533b0035c636c7b5e5833ff79cecaa7361dbfec4b7c88b5589de166e54dc76ae35a53351 -Size (fragroute-1.2.tar.gz) = 85247 bytes -SHA1 (patch-aa) = f763eb5f9feeff570b2394ed4091b80c6195e173 -SHA1 (patch-ab) = 626aa844a267e6dff0e1d9aaa3e55cd1f2cb0443 -SHA1 (patch-ac) = 644ed8d4652b9e959e96fce47c90c96d77a43134 -SHA1 (patch-ad) = d25c231e4d458ade560ab8df618de340d10b42e9 -SHA1 (patch-fragroute.c) = b5d1fb8cb3a067fa10d1b194364e0f2827fd331e diff --git a/security/fragroute/patches/patch-aa b/security/fragroute/patches/patch-aa deleted file mode 100644 index 7c5c08fb99b9b..0000000000000 --- a/security/fragroute/patches/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2004/01/15 14:10:51 cube Exp $ - ---- mod.c.orig 2002-04-08 00:55:20.000000000 +0200 -+++ mod.c -@@ -151,10 +151,19 @@ mod_close(void) - { - struct rule *rule; - -+#if defined(FRAGROUTE_SYSTEM_SYS_QUEUE) && defined(__NetBSD__) -+ TAILQ_FOREACH_REVERSE(rule, &rules, head, next) { -+ if (rule->mod->close != NULL) -+ rule->data = rule->mod->close(rule->data); -+ TAILQ_REMOVE(&rules, rule, next); -+ free(rule); -+ } -+#else - TAILQ_FOREACH_REVERSE(rule, &rules, next, head) { - if (rule->mod->close != NULL) - rule->data = rule->mod->close(rule->data); - TAILQ_REMOVE(&rules, rule, next); - free(rule); - } -+#endif - } diff --git a/security/fragroute/patches/patch-ab b/security/fragroute/patches/patch-ab deleted file mode 100644 index b0afe12e336ff..0000000000000 --- a/security/fragroute/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2005/03/20 16:38:10 jmmv Exp $ - ---- tun.h.orig 2002-01-22 21:59:02.000000000 +0100 -+++ tun.h -@@ -9,10 +9,16 @@ - #ifndef TUN_H - #define TUN_H - -+#define tun fragroute_tun -+#define tun_t fragroute_tun_t - typedef struct tun tun_t; - -+#define tun_handler fragroute_tun_handler - typedef void (*tun_handler)(void *buf, size_t len, void *arg); - -+#define tun_open fragroute_tun_open -+#define tun_register fragroute_tun_register -+#define tun_close fragroute_tun_close - tun_t *tun_open(struct addr *src, struct addr *dst, int mtu); - int tun_register(tun_t *tun, tun_handler callback, void *arg); - tun_t *tun_close(tun_t *tun); diff --git a/security/fragroute/patches/patch-ac b/security/fragroute/patches/patch-ac deleted file mode 100644 index a56e6db0023ca..0000000000000 --- a/security/fragroute/patches/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2004/01/15 14:10:51 cube Exp $ - ---- queue.h.orig 2002-04-07 23:12:52.000000000 +0200 -+++ queue.h -@@ -500,4 +500,12 @@ struct { \ - (elm2)->field.cqe_prev->field.cqe_next = (elm2); \ - } while (0) - -+#else -+ -+#define FRAGROUTE_SYSTEM_SYS_QUEUE -+ -+#ifndef TAILQ_END -+#define TAILQ_END(head) NULL -+#endif -+ - #endif /* !_SYS_QUEUE_H_ */ diff --git a/security/fragroute/patches/patch-ad b/security/fragroute/patches/patch-ad deleted file mode 100644 index 9b1726864e55b..0000000000000 --- a/security/fragroute/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2006/06/07 12:24:45 joerg Exp $ - ---- pcaputil.c.orig 2006-06-07 12:21:17.000000000 +0000 -+++ pcaputil.c -@@ -39,7 +39,7 @@ pcap_open(char *device) - if ((pcap = pcap_open_live(device, 31337, 0, 10, ebuf)) == NULL) - return (NULL); - --#ifdef BSD -+#if defined(BSD) && defined(BIOCIMMEDIATE) - { - int n = 1; - diff --git a/security/fragroute/patches/patch-fragroute.c b/security/fragroute/patches/patch-fragroute.c deleted file mode 100644 index f8dc691ade550..0000000000000 --- a/security/fragroute/patches/patch-fragroute.c +++ /dev/null @@ -1,78 +0,0 @@ -$NetBSD: patch-fragroute.c,v 1.1 2013/05/23 16:02:13 christos Exp $ -In the unix case, don't use the obsolete libevent signal interface - ---- fragroute.c.orig 2002-04-07 18:55:20.000000000 -0400 -+++ fragroute.c 2013-05-23 11:59:52.000000000 -0400 -@@ -36,10 +36,6 @@ - - static struct fr_ctx ctx; - --/* XXX - these should be in event.h */ --extern int (*event_sigcb)(void); --extern int event_gotsig; -- - static void - usage(void) - { -@@ -136,6 +132,10 @@ - } - - #ifdef WIN32 -+/* XXX - these should be in event.h */ -+extern int (*event_sigcb)(void); -+extern int event_gotsig; -+ - static BOOL CALLBACK - fragroute_signal(DWORD sig) - { -@@ -144,12 +144,25 @@ - return (TRUE); - } - #else -+ - static void --fragroute_signal(int sig) -+fragroute_signal(evutil_socket_t fd, short what, void *arg) - { -+ int sig; -+ recv(fd, &sig, sizeof(sig), 0); - warnx("exiting on signal %d", sig); -- event_gotsig++; -+ exit(sig); - } -+ -+static void -+addsignal(int sig) { -+ struct event sig_ev; -+ int got; -+ -+ evsignal_set(&sig_ev, sig, fragroute_signal, &got); -+ evsignal_add(&sig_ev, NULL); -+} -+ - #endif - - static void -@@ -165,9 +178,6 @@ - err(1, "couldn't initialize Winsock"); - - SetConsoleCtrlHandler(fragroute_signal, TRUE); --#else -- signal(SIGINT, fragroute_signal); -- signal(SIGTERM, fragroute_signal); - #endif - if (addr_aton(dst, &ctx.dst) < 0) - err(1, "destination address invalid"); -@@ -178,7 +188,12 @@ - pkt_init(128); - - event_init(); -+#ifdef WIN32 - event_sigcb = fragroute_close; -+#else -+ addsignal(SIGINT); -+ addsignal(SIGTERM); -+#endif - - if ((ctx.arp = arp_open()) == NULL || - (ctx.intf = intf_open()) == NULL || From 0b8dfc4e832f9844e99287ee5d8a0f4249e49f3d Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 04:54:07 +0000 Subject: [PATCH 0437/1154] paris-traceroute: this needs c++11 for inttypes. --- net/paris-traceroute/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/paris-traceroute/Makefile b/net/paris-traceroute/Makefile index 717162a5cc760..9082a6ca0920c 100644 --- a/net/paris-traceroute/Makefile +++ b/net/paris-traceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/01/26 13:39:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/15 04:54:07 wiz Exp $ # DISTNAME= paris-traceroute-0.92-dev @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/paris-traceroute-current GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++03 +USE_LANGUAGES= c c++11 LDFLAGS.SunOS+= -lsocket -lnsl From 65b9708ed4fb8c3b73931f132ae4b51afdd36eec Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 05:15:52 +0000 Subject: [PATCH 0438/1154] lgrind: remove Does not build, release from 1999, license issues, not maintained --- doc/CHANGES-2022 | 3 +- print/Makefile | 3 +- print/lgrind/DESCR | 3 -- print/lgrind/Makefile | 63 ------------------------- print/lgrind/PLIST | 7 --- print/lgrind/distinfo | 11 ----- print/lgrind/patches/patch-aa | 24 ---------- print/lgrind/patches/patch-ab | 43 ----------------- print/lgrind/patches/patch-ac | 24 ---------- print/lgrind/patches/patch-ad | 89 ----------------------------------- print/lgrind/patches/patch-ae | 12 ----- print/lgrind/patches/patch-af | 13 ----- 12 files changed, 3 insertions(+), 292 deletions(-) delete mode 100644 print/lgrind/DESCR delete mode 100644 print/lgrind/Makefile delete mode 100644 print/lgrind/PLIST delete mode 100644 print/lgrind/distinfo delete mode 100644 print/lgrind/patches/patch-aa delete mode 100644 print/lgrind/patches/patch-ab delete mode 100644 print/lgrind/patches/patch-ac delete mode 100644 print/lgrind/patches/patch-ad delete mode 100644 print/lgrind/patches/patch-ae delete mode 100644 print/lgrind/patches/patch-af diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9dd32b665fe17..82d5f2e717250 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2559 2022/05/15 04:49:15 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2560 2022/05/15 05:15:52 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3964,3 +3964,4 @@ Changes to the packages collection and infrastructure in 2022: Updated print/tex-siunitx to 3.1.1 [markd 2022-05-15] Updated print/tex-siunitx-doc to 3.1.1 [markd 2022-05-15] Removed security/fragroute [wiz 2022-05-15] + Removed print/lgrind [wiz 2022-05-15] diff --git a/print/Makefile b/print/Makefile index baa348174c9d6..789e8a9a98155 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.861 2022/04/19 03:11:48 markd Exp $ +# $NetBSD: Makefile,v 1.862 2022/05/15 05:15:52 wiz Exp $ # COMMENT= Desktop publishing @@ -79,7 +79,6 @@ SUBDIR+= kpathsea SUBDIR+= lacheck SUBDIR+= latex-mk SUBDIR+= latexmk -SUBDIR+= lgrind SUBDIR+= libcups SUBDIR+= libgxps SUBDIR+= libharu diff --git a/print/lgrind/DESCR b/print/lgrind/DESCR deleted file mode 100644 index 106c7f27e0803..0000000000000 --- a/print/lgrind/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -The LGRIND package is a pretty printer for source code. It evolved from -vgrind, supported TeX (in the tgrind package), LaTeX, and now LaTeX2e, -in particular NFSS. diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile deleted file mode 100644 index 4f7932dae259c..0000000000000 --- a/print/lgrind/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# $NetBSD: Makefile,v 1.36 2020/09/27 02:01:25 mef Exp $ - -DISTNAME= lgrind -PKGNAME= lgrind-3.5 -PKGREVISION= 9 -CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_LOCAL} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Source pretty printer for LaTeX - -BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools -# I can't find file `tcrm1000'. -BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec -DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin - -WRKSRC= ${WRKDIR}/lgrind -NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -NO_CONFIGURE= yes - -MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX:Q} - -.include "../../print/kpathsea/texmf.mk" - -INSTALLATION_DIRS= bin man/man1 man/man5 \ - share/texmf-dist/doc/latex/lgrind \ - share/texmf-dist/tex/latex/lgrind - -pre-patch: - ${MV} ${WRKSRC}/source/Makefile ${WRKSRC}/source/Makefile-prepatch - ${SED} -e '/Id/s|\$$||g' ${WRKSRC}/source/Makefile-prepatch > \ - ${WRKSRC}/source/Makefile - -pre-build: - (cd ${WRKSRC} && ${LOCALBASE}/bin/latex lgrind.ins) - (cd ${WRKSRC} && ${LOCALBASE}/bin/pdflatex lgrind.dtx) - ${MV} ${WRKSRC}/source/lgrind.1 ${WRKSRC}/source/lgrind.1.bak - ${MV} ${WRKSRC}/source/lgrindef.5 ${WRKSRC}/source/lgrindef.5.bak - ${SED} -e 's,@PREFIX@,${PREFIX},g' \ - < ${WRKSRC}/source/lgrind.1.bak > ${WRKSRC}/source/lgrind.1 - ${SED} -e 's,@PREFIX@,${PREFIX},g' \ - < ${WRKSRC}/source/lgrindef.5.bak > ${WRKSRC}/source/lgrindef.5 - -do-build: - ${RUN} cd ${WRKSRC}/source && \ - ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${BUILD_TARGET} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/source/lgrind ${DESTDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/source/lgrind.1 \ - ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ - ${INSTALL_MAN} ${WRKSRC}/source/lgrindef.5 \ - ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/ - ${INSTALL_DATA} ${WRKSRC}/lgrind.pdf \ - ${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/lgrind/ - ${INSTALL_DATA} ${WRKSRC}/lgrindef \ - ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/lgrind/ - ${INSTALL_DATA} ${WRKSRC}/lgrind.sty \ - ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/lgrind/ - -.include "../../mk/bsd.pkg.mk" diff --git a/print/lgrind/PLIST b/print/lgrind/PLIST deleted file mode 100644 index 92735d259c3b2..0000000000000 --- a/print/lgrind/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2018/01/01 22:29:52 rillig Exp $ -bin/lgrind -man/man1/lgrind.1 -man/man5/lgrindef.5 -share/texmf-dist/doc/latex/lgrind/lgrind.pdf -share/texmf-dist/tex/latex/lgrind/lgrind.sty -share/texmf-dist/tex/latex/lgrind/lgrindef diff --git a/print/lgrind/distinfo b/print/lgrind/distinfo deleted file mode 100644 index 9893c3d8987bb..0000000000000 --- a/print/lgrind/distinfo +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 11:12:09 nia Exp $ - -BLAKE2s (lgrind.tar.bz2) = 54766f84cf2707d9f46d96b3d87b2f883e548aa2c2fe876c8887b460375efd06 -SHA512 (lgrind.tar.bz2) = 7feffb0ebe4de3a3c36dc6f5ceeb214682e5d49c1212e7890a16f672401dc00177ed59d9e7e581d0a575dc3a823c84cfc7e1a163a4f91e36a311dd5be6204832 -Size (lgrind.tar.bz2) = 90624 bytes -SHA1 (patch-aa) = c177a549849cc969aff816ea44a6ea76628beeeb -SHA1 (patch-ab) = c9ff5febbc0e817e47c7131bb40045936fe38443 -SHA1 (patch-ac) = 5ae3bde4a03881a5fcbd25fd412b60dbb48e0d4e -SHA1 (patch-ad) = 5bb2d85fc13b9dd8198f844947b20f3ded681afe -SHA1 (patch-ae) = 974d1a921ddbdc43b164032116119653efd4dc8c -SHA1 (patch-af) = 7ebf25eb5e59bb864d139232ca97fdfa909502ae diff --git a/print/lgrind/patches/patch-aa b/print/lgrind/patches/patch-aa deleted file mode 100644 index 15e8a7919379f..0000000000000 --- a/print/lgrind/patches/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2011/10/18 23:25:50 minskim Exp $ - ---- source/Makefile.orig 2005-11-08 21:18:37.000000000 +0100 -+++ source/Makefile -@@ -3,13 +3,13 @@ - # Id: Makefile,v 2.0 96/02/19 23:54:15 gvr Exp - - # You will almost certainly want to change these --BASEDIR=/usr/TeX --DESTDIR=${BASEDIR}/bin -+BASEDIR=${PREFIX}/share -+DESTDIR=${PREFIX}/bin - #DEFSFILE=/home/mike/LGrind/lgrindef --DEFSFILE=${BASEDIR}/texmf/tex/latex/lgrind/lgrindef --TEXINPUTS=${BASEDIR}/texmf/tex/latex/lgrind --DOC=${BASEDIR}/texmf/doc/latex/lgrind --MAN=${BASEDIR}/man -+DEFSFILE=${BASEDIR}/texmf-dist/tex/latex/lgrind/lgrindef -+TEXINPUTS=${BASEDIR}/texmf-dist/tex/latex/lgrind -+DOC=${BASEDIR}/texmf-dist/doc/latex/lgrind -+MAN=${PREFIX}/man - - CC=gcc - INSTALL=install diff --git a/print/lgrind/patches/patch-ab b/print/lgrind/patches/patch-ab deleted file mode 100644 index 4d174a2b942c9..0000000000000 --- a/print/lgrind/patches/patch-ab +++ /dev/null @@ -1,43 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2011/10/18 23:25:50 minskim Exp $ - ---- source/lgrind.1.orig Tue Mar 9 13:20:17 1999 -+++ source/lgrind.1 Tue Mar 9 13:21:38 1999 -@@ -43,7 +43,7 @@ - specifies text to go into the header. - .IP "\fB\-d\fP" - specifies the language definitions file (default is --\fB/usr/TeX/texmf/tex/latex/lgrind/lgrindef\fP). -+\fB@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef\fP). - .IP "\fB\-d!\fP" - same as above, but do it for now and the future. - .IP "\fB\-l\fP" -@@ -85,7 +85,7 @@ - headers and footers. - .PP - For a more detailed explanation of these commands, refer to --\fC/usr/TeX/texmf/doc/latex/lgrind.dvi\fP. -+\fC@PREFIX@/share/texmf-dist/doc/latex/lgrind.dvi\fP. - .PP - .SH "EMBEDDED PROGRAMS WITHIN A LaTeX FILE" - (From Jerry Leichter's notes.) -@@ -202,16 +202,16 @@ - Doing a \fIreally\fP good job would require defining some special fonts. - .PP - .SH FILES --.IP "\fC/usr/TeX/bin/lgrind\fP" -+.IP "\fC@PREFIX@/bin/lgrind\fP" - Executable - .PP --.IP "\fC/usr/TeX/texmf/doc/latex/lgrind/lgrind.dvi\fP" -+.IP "\fC@PREFIX@/share/texmf-dist/doc/latex/lgrind/lgrind.dvi\fP" - Documentation - .PP --.IP "\fC/usr/TeX/texmf/tex/latex/lgrind/lgrind.sty\fP" -+.IP "\fC@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrind.sty\fP" - LaTeX style file - .PP --.IP "\fC/usr/TeX/texmf/tex/latex/lgrind/lgrindef\fP" -+.IP "\fC@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef\fP" - Language descriptions - .PP - .SH AUTHOR diff --git a/print/lgrind/patches/patch-ac b/print/lgrind/patches/patch-ac deleted file mode 100644 index f307b4fd35b8f..0000000000000 --- a/print/lgrind/patches/patch-ac +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2011/10/18 23:25:50 minskim Exp $ - ---- source/lgrindef.5.orig Tue Mar 9 13:22:25 1999 -+++ source/lgrindef.5 Tue Mar 9 13:23:12 1999 -@@ -17,7 +17,7 @@ - This man page is not yet much outdated, but might be soon except somebody - asks me to work on it. Consider the LaTeX docs the real docs. - .SH SYNOPSIS --.B /usr/TeX/texmf/tex/latex/lgrind/lgrindef -+.B @PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef - .SH DESCRIPTION - .IX "lgrindef file" "" "\fLlgrindef\fP \(em LGrind language definitions" - .B lgrindef -@@ -237,8 +237,8 @@ - .BR lgrind (1) - as `c' or `C', since case is not significant here. - .SH FILES --.ta \w'/usr/TeX/texmf/tex/latex/lgrind/lgrindef 'u --\fB/usr/TeX/texmf/tex/latex/lgrind/lgrindef\fR file containing terminal descriptions -+.ta \w'@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef 'u -+\fB@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef\fR file containing terminal descriptions - .SH "SEE ALSO" - .BR latex (1), - .BR lgrind (1), diff --git a/print/lgrind/patches/patch-ad b/print/lgrind/patches/patch-ad deleted file mode 100644 index 094ef6430fcde..0000000000000 --- a/print/lgrind/patches/patch-ad +++ /dev/null @@ -1,89 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2011/10/18 23:25:50 minskim Exp $ - -Add Verilog and Verilog-A - ---- lgrindef.orig Tue Aug 4 09:01:00 1998 -+++ lgrindef Mon Aug 26 22:54:31 2002 -@@ -685,4 +685,75 @@ - tk_popup tkwait toplevel trace unknown unset update uplevel upvar while winfo wm: - -+# verilog. Written by Dan McMahill -+Verilog:\ -+ :pb=\dmodule\d?\p:np=\)\d;:bb=begin\d:be=end\d:\ -+ :cb=/*:ce=*/:sb=":se=\e":\ -+ :tl:ab=//:ae=$:id=_$`:\ -+ :tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\ -+ :kw=always and assign attribute begin buf bufif0 bufif1 case casex \ -+ casez cmos deassign default defparam disable edge else end endattribute \ -+ endcase endfunction endmodule endprimitive endspecify \ -+ endtable endtask event for force forever fork function highz0 highz1 if initial \ -+ inout input integer join large macromodule medium module nand negedge nmos nor \ -+ not notif0 notif1 or output parameter pmos posedge primitive pull0 pull1 \ -+ pulldown pullup rcmos real realtime reg release repeat rnmos rpmos rtran \ -+ rtranif0 rtranif1 scalared signed small specify specparam strength strong0 \ -+ strong1 supply0 supply1 table task time tran tranif0 tranif1 tri tri0 tri1 \ -+ triand trior trireg unsigned vectored wait wand weak0 weak1 while wire wor \ -+ xnor xor\ -+ $bitstoreal $countdrivers $display $fclose $fdisplay $finish $fmonitor \ -+ $fopen $fstrobe $fwrite $getpattern $history $incsave $input $itor $key \ -+ $list $log $monitor $monitoroff $monitoron $nokey $time \ -+ `accelerate `autoexpand_vectornets `celldefine `default_nettype `define \ -+ `else `endcelldefine `endif `endprotect `endprotected `expand_vectornets \ -+ `ifdef `include `noaccelerate `noexpand_vectornets `noremove_gatenames \ -+ `nounconnected_drive `protect `protected `remove_gatenames `remove_netnames \ -+ `resetall `timescale `unconnected_drive: -+ -+# VerilogA. Written by Dan McMahill -+# -+# the keywords were from appendix E of -+# the Affirma Verilog-A Language Reference, Dec. 1999 -+# -+# the ` compiler directives were from page 11-2 of -+# the Affirma Verilog-A Language Reference, Dec. 1999 -+# -+# the $ simulator functions were from chapter 9 -+# the Affirma Verilog-A Language Reference, Dec. 1999 -+VerilogA:\ -+ :pb=\dmodule\d?\p:np=\)\d;:bb=begin\d:be=end\d:\ -+ :cb=/*:ce=*/:sb=":se=\e":\ -+ :tl:ab=//:ae=$:id=_$`:\ -+ :tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\ -+ :kw=abs abstol access acos ac_stim always analog analysis and asin \ -+ asinh assign atan atan2 atanh begin bound_step branch buf bufif0 \ -+ bufif1 case casex \ -+ casez cmos cos cosh cross ddt ddt_nature deassign default defparam \ -+ disable discipline discontinuity edge else \ -+ end enddiscipline \ -+ endcase endfunction endmodule endnature endprimitive endspecify \ -+ endtable endtask event exclude exp final_step flicker_noise flow for \ -+ force forever fork from function generate ground highz0 highz1 hypot \ -+ idt idtmod idt_nature if ifnone inf initial initial_step\ -+ inout input integer join laplace_nd laplace_np laplace_zd laplace_zp \ -+ large last_crossing ln log macromodule max medium min module nand \ -+ nature negedge nmos noise_table nor \ -+ not notif0 notif1 or output parameter pmos posedge potential pow \ -+ primitive pull0 pull1 \ -+ pulldown pullup rcmos real realtime reg release repeat rnmos rpmos rtran \ -+ rtranif0 rtranif1 scalared sin sinh slew small specify specparam sqrt \ -+ strong0 \ -+ strong1 supply0 supply1 table taan tanh task temperature time timer \ -+ tran tranif0 tranif1 transition tri tri0 tri1 \ -+ triand trior trireg units vectored vt wait wand weak0 weak1 while \ -+ white_noise wire wor \ -+ xnor xor zi_nd zi_np zi_nd zi_zp \ -+ $realtime $temperature $vt $random $dist_uniform $dist_normal \ -+ $dist_exponential $dist_poisson $dist_chi_square $dist_t $dist_erlang \ -+ $limexp \ -+ $strobe $display $pwr $fopen $fstrobe $fdisplay $fclose \ -+ $finish $stop \ -+ `define `undef `ifdef `include `timescale `resetall `default_nodetype: -+ - - # JL - Added visbasic 6 Aug 1996. Note: this is not complete! -@@ -748,4 +819,6 @@ - :pro=prolog:\ - :m=matlab:\ -+ :v=verilog:\ -+ :va=veriloga:\ - :f=f77:F=f77:for=f77: - diff --git a/print/lgrind/patches/patch-ae b/print/lgrind/patches/patch-ae deleted file mode 100644 index 6654ba36ea1ae..0000000000000 --- a/print/lgrind/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2011/10/18 23:25:50 minskim Exp $ - ---- source/lgrind.c.orig 2007-08-08 19:31:25.000000000 +0000 -+++ source/lgrind.c -@@ -70,7 +70,6 @@ static char Version[] = - #include - #include - #include --#include - /* One of the following two (depending on your system) */ - #include - /* #include */ diff --git a/print/lgrind/patches/patch-af b/print/lgrind/patches/patch-af deleted file mode 100644 index e4a05a8fbfecb..0000000000000 --- a/print/lgrind/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.2 2011/10/18 23:25:50 minskim Exp $ - ---- source/regexp.c.orig 2007-08-08 19:31:27.000000000 +0000 -+++ source/regexp.c -@@ -23,7 +23,7 @@ static char Version[] = - - - #include --#include -+#include - #include - #include - #include "regexp.h" From 7a553ac0ab4e839f2073629db309c2ccc6656edb Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 May 2022 05:50:49 +0000 Subject: [PATCH 0439/1154] PR 56708 John Klos: audio/libvorbis fails on macOS El Capitan When including , use the types it defines, not the legacy ones with extra (internal) underscores. --- multimedia/libogg/distinfo | 4 ++-- .../patches/patch-include_ogg_os__types.h | 22 ++++++++++++++----- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/multimedia/libogg/distinfo b/multimedia/libogg/distinfo index a60076a8b13fa..2fa77068d141a 100644 --- a/multimedia/libogg/distinfo +++ b/multimedia/libogg/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2021/10/26 11:01:10 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/05/15 05:50:49 dholland Exp $ BLAKE2s (libogg-1.3.5.tar.xz) = 85854a6a2f8a2c5073b2f2f0afe6191ff5f20cdfe93d5804084d66700cb1ab7e SHA512 (libogg-1.3.5.tar.xz) = 5d1cbc2a3a1fcf5543f5729bd5eb560cfc740c5d17a2492ead137970c45e6203ec1f5de536d77c4b73ece9e3b0046eaa9181c02a09de72ac7ae51b1fca1e1ee7 Size (libogg-1.3.5.tar.xz) = 429076 bytes SHA1 (patch-configure) = 0fd4901eac9d5325185ab42935fa92a80eef34c5 -SHA1 (patch-include_ogg_os__types.h) = 001ac30d920b02cd5dbb51883fdacf237e2613bf +SHA1 (patch-include_ogg_os__types.h) = 706ee71a4e86bb739bdc1fca6b2b5cb06abea6b8 diff --git a/multimedia/libogg/patches/patch-include_ogg_os__types.h b/multimedia/libogg/patches/patch-include_ogg_os__types.h index 5de069472e6be..d16556010b903 100644 --- a/multimedia/libogg/patches/patch-include_ogg_os__types.h +++ b/multimedia/libogg/patches/patch-include_ogg_os__types.h @@ -1,17 +1,27 @@ -$NetBSD: patch-include_ogg_os__types.h,v 1.2 2021/06/07 09:12:32 adam Exp $ +$NetBSD: patch-include_ogg_os__types.h,v 1.3 2022/05/15 05:50:49 dholland Exp $ use stdint.h on macos -This was broken by a recent change. See comments in: -https://gitlab.xiph.org/xiph/ogg/issues/2294 +also use the types that are defined by stdint.h, not the legacy ones. ---- include/ogg/os_types.h.orig 2021-06-07 08:37:18.000000000 +0000 +See https://gitlab.xiph.org/xiph/ogg/issues/2294 + +--- include/ogg/os_types.h.orig 2020-05-04 17:14:04.000000000 +0000 +++ include/ogg/os_types.h -@@ -70,7 +70,7 @@ +@@ -70,13 +70,13 @@ #elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */ -# include +# include typedef int16_t ogg_int16_t; - typedef u_int16_t ogg_uint16_t; +- typedef u_int16_t ogg_uint16_t; ++ typedef uint16_t ogg_uint16_t; typedef int32_t ogg_int32_t; +- typedef u_int32_t ogg_uint32_t; ++ typedef uint32_t ogg_uint32_t; + typedef int64_t ogg_int64_t; +- typedef u_int64_t ogg_uint64_t; ++ typedef uint64_t ogg_uint64_t; + + #elif defined(__HAIKU__) + From 3ce2e18206402050a8f8cd994b9c0d2ac58cd382 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 May 2022 05:52:19 +0000 Subject: [PATCH 0440/1154] Bump PKGREVISION for previous (to 1) The fix was actually in libogg and it's clients of libogg that don't build. --- multimedia/libogg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/libogg/Makefile b/multimedia/libogg/Makefile index cd1656c926222..f7a9c0d8aab4e 100644 --- a/multimedia/libogg/Makefile +++ b/multimedia/libogg/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2021/06/07 09:12:32 adam Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/15 05:52:19 dholland Exp $ DISTNAME= libogg-1.3.5 +PKGREVISION= 1 CATEGORIES= multimedia devel MASTER_SITES= http://downloads.xiph.org/releases/ogg/ EXTRACT_SUFX= .tar.xz From 961f4c6aca928e3c5ea82a248ebc19c4d3fa1d23 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 May 2022 06:16:00 +0000 Subject: [PATCH 0441/1154] doc/TODO: mention Greenbone (sucessor for OpenVAS) per PR 56687 --- doc/TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index 4daee30c0817c..c478727d257f2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21861 2022/05/15 04:30:10 wiz Exp $ +$NetBSD: TODO,v 1.21862 2022/05/15 06:16:00 dholland Exp $ Suggested new packages ====================== @@ -318,6 +318,11 @@ Suggested new packages http://www.imitationpickles.org/barbie/ You're a seahorse - and you want to go to the moon! + Greenbone Vulnerability Management + https://greenbone.github.io/docs/ + Network security scanner and management tools, successor to OpenVAS. + Some notes in PR 56687. + Missing xorg packages app: constype, intel-gpu-tools driver: xf86-input-aiptek, xf86-input-calcomp, xf86-input-citron, From 6d9648f70f6f5c67e56237154f0e29d782a25d90 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 15 May 2022 06:16:23 +0000 Subject: [PATCH 0442/1154] CHANGES for tcl-expect, gstreamer0.10-plugins, libogg --- doc/CHANGES-2022 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 82d5f2e717250..64dcf85c43cc8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2560 2022/05/15 05:15:52 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2561 2022/05/15 06:16:23 dholland Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3943,6 +3943,8 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/ruby-nokogiri to 1.13.6 [tsutsui 2022-05-14] Updated misc/s6-portable-utils to 2.2.4.0nb1 [schmonz 2022-05-14] Updated textproc/bat to 0.21.0 [fox 2022-05-14] + Updated lang/tcl-expect to 5.45.0nb5 [dholland 2022-05-15] + Updated meta-pkgs/gstreamer0.10-plugins to 1.0nb4 [dholland 2022-05-15] Removed devel/sfslite [wiz 2022-05-15] Updated print/tex-babel to 3.74 [markd 2022-05-15] Updated print/tex-babel-doc to 3.74 [markd 2022-05-15] @@ -3965,3 +3967,4 @@ Changes to the packages collection and infrastructure in 2022: Updated print/tex-siunitx-doc to 3.1.1 [markd 2022-05-15] Removed security/fragroute [wiz 2022-05-15] Removed print/lgrind [wiz 2022-05-15] + Updated multimedia/libogg to 1.3.5nb1 [dholland 2022-05-15] From 23444174ac5525ff9649978284b6db12af73d2a3 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 15 May 2022 06:44:09 +0000 Subject: [PATCH 0443/1154] net/castor: update to 0.9.0 -Fix deps versions. -Update defaults and example settings. --- net/castor/Makefile | 9 +- net/castor/PLIST | 4 +- net/castor/cargo-depends.mk | 112 ++++++------ net/castor/distinfo | 338 ++++++++++++++++++++---------------- 4 files changed, 255 insertions(+), 208 deletions(-) diff --git a/net/castor/Makefile b/net/castor/Makefile index e3255bf75ca6f..9ffe8b302223a 100644 --- a/net/castor/Makefile +++ b/net/castor/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2022/01/28 08:24:56 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/15 06:44:09 pin Exp $ -DISTNAME= 0.8.18 -PKGNAME= castor-0.8.18 -PKGREVISION= 1 +DISTNAME= 0.9.0 +PKGNAME= castor-0.9.0 CATEGORIES= net MASTER_SITES= https://git.sr.ht/~julienxx/castor/archive/ @@ -29,7 +28,7 @@ do-install: ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/data/Castor.desktop \ ${DESTDIR}${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/data/castor_settings.toml.example \ + ${INSTALL_DATA} ${WRKSRC}/data/settings.toml \ ${DESTDIR}${PREFIX}/share/examples/castor ${INSTALL_DATA} ${WRKSRC}/data/org.typed-hole.castor.svg \ ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps diff --git a/net/castor/PLIST b/net/castor/PLIST index 620366a578ef8..413e1169c2532 100644 --- a/net/castor/PLIST +++ b/net/castor/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2022/01/27 21:56:52 pin Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/15 06:44:09 pin Exp $ bin/castor share/applications/Castor.desktop -share/examples/castor/castor_settings.toml.example +share/examples/castor/settings.toml share/icons/hicolor/scalable/apps/org.typed-hole.castor.svg diff --git a/net/castor/cargo-depends.mk b/net/castor/cargo-depends.mk index 7cf4fd38a19a5..050acb5fe20de 100644 --- a/net/castor/cargo-depends.mk +++ b/net/castor/cargo-depends.mk @@ -1,34 +1,38 @@ -# $NetBSD: cargo-depends.mk,v 1.1 2022/01/27 13:27:07 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.2 2022/05/15 06:44:09 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= ansi-parser-0.6.5 CARGO_CRATE_DEPENDS+= atk-0.8.0 CARGO_CRATE_DEPENDS+= atk-sys-0.9.1 -CARGO_CRATE_DEPENDS+= autocfg-1.0.1 +CARGO_CRATE_DEPENDS+= autocfg-0.1.8 +CARGO_CRATE_DEPENDS+= autocfg-1.1.0 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= cairo-rs-0.8.1 CARGO_CRATE_DEPENDS+= cairo-sys-rs-0.9.2 -CARGO_CRATE_DEPENDS+= cc-1.0.70 +CARGO_CRATE_DEPENDS+= cc-1.0.73 +CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 -CARGO_CRATE_DEPENDS+= core-foundation-0.9.1 -CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.2 +CARGO_CRATE_DEPENDS+= cloudabi-0.0.3 +CARGO_CRATE_DEPENDS+= core-foundation-0.7.0 +CARGO_CRATE_DEPENDS+= core-foundation-sys-0.7.0 CARGO_CRATE_DEPENDS+= dirs-3.0.2 -CARGO_CRATE_DEPENDS+= dirs-sys-0.3.6 +CARGO_CRATE_DEPENDS+= dirs-sys-0.3.7 CARGO_CRATE_DEPENDS+= foreign-types-0.3.2 CARGO_CRATE_DEPENDS+= foreign-types-shared-0.1.1 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 -CARGO_CRATE_DEPENDS+= futures-channel-0.3.17 -CARGO_CRATE_DEPENDS+= futures-core-0.3.17 -CARGO_CRATE_DEPENDS+= futures-executor-0.3.17 -CARGO_CRATE_DEPENDS+= futures-io-0.3.17 -CARGO_CRATE_DEPENDS+= futures-macro-0.3.17 -CARGO_CRATE_DEPENDS+= futures-task-0.3.17 -CARGO_CRATE_DEPENDS+= futures-util-0.3.17 +CARGO_CRATE_DEPENDS+= fuchsia-cprng-0.1.1 +CARGO_CRATE_DEPENDS+= futures-channel-0.3.21 +CARGO_CRATE_DEPENDS+= futures-core-0.3.21 +CARGO_CRATE_DEPENDS+= futures-executor-0.3.21 +CARGO_CRATE_DEPENDS+= futures-io-0.3.21 +CARGO_CRATE_DEPENDS+= futures-macro-0.3.21 +CARGO_CRATE_DEPENDS+= futures-task-0.3.21 +CARGO_CRATE_DEPENDS+= futures-util-0.3.21 CARGO_CRATE_DEPENDS+= gdk-0.12.1 CARGO_CRATE_DEPENDS+= gdk-pixbuf-0.8.0 CARGO_CRATE_DEPENDS+= gdk-pixbuf-sys-0.9.1 CARGO_CRATE_DEPENDS+= gdk-sys-0.9.1 -CARGO_CRATE_DEPENDS+= getrandom-0.2.3 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 CARGO_CRATE_DEPENDS+= gio-0.8.1 CARGO_CRATE_DEPENDS+= gio-sys-0.9.1 CARGO_CRATE_DEPENDS+= glib-0.9.3 @@ -38,57 +42,65 @@ CARGO_CRATE_DEPENDS+= gtk-0.8.1 CARGO_CRATE_DEPENDS+= gtk-sys-0.9.2 CARGO_CRATE_DEPENDS+= idna-0.2.3 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.101 +CARGO_CRATE_DEPENDS+= libc-0.2.125 CARGO_CRATE_DEPENDS+= linkify-0.7.0 -CARGO_CRATE_DEPENDS+= log-0.4.14 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= matches-0.1.9 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 -CARGO_CRATE_DEPENDS+= native-tls-0.2.8 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 +CARGO_CRATE_DEPENDS+= native-tls-0.2.4 CARGO_CRATE_DEPENDS+= nom-4.2.3 -CARGO_CRATE_DEPENDS+= once_cell-1.8.0 -CARGO_CRATE_DEPENDS+= open-2.0.1 -CARGO_CRATE_DEPENDS+= openssl-0.10.36 -CARGO_CRATE_DEPENDS+= openssl-probe-0.1.4 -CARGO_CRATE_DEPENDS+= openssl-sys-0.9.66 +CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= open-2.0.3 +CARGO_CRATE_DEPENDS+= openssl-0.10.40 +CARGO_CRATE_DEPENDS+= openssl-macros-0.1.0 +CARGO_CRATE_DEPENDS+= openssl-probe-0.1.5 +CARGO_CRATE_DEPENDS+= openssl-sys-0.9.73 CARGO_CRATE_DEPENDS+= pango-0.8.0 CARGO_CRATE_DEPENDS+= pango-sys-0.9.1 -CARGO_CRATE_DEPENDS+= pathdiff-0.2.0 +CARGO_CRATE_DEPENDS+= pathdiff-0.2.1 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 -CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.7 +CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 -CARGO_CRATE_DEPENDS+= pkg-config-0.3.19 -CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.10 -CARGO_CRATE_DEPENDS+= proc-macro-hack-0.5.19 -CARGO_CRATE_DEPENDS+= proc-macro-nested-0.1.7 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.29 -CARGO_CRATE_DEPENDS+= quote-1.0.9 -CARGO_CRATE_DEPENDS+= rand-0.8.4 -CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 -CARGO_CRATE_DEPENDS+= rand_core-0.6.3 -CARGO_CRATE_DEPENDS+= rand_hc-0.3.1 -CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 -CARGO_CRATE_DEPENDS+= redox_users-0.4.0 -CARGO_CRATE_DEPENDS+= regex-1.5.4 +CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.38 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= rand-0.6.5 +CARGO_CRATE_DEPENDS+= rand_chacha-0.1.1 +CARGO_CRATE_DEPENDS+= rand_core-0.3.1 +CARGO_CRATE_DEPENDS+= rand_core-0.4.2 +CARGO_CRATE_DEPENDS+= rand_hc-0.1.0 +CARGO_CRATE_DEPENDS+= rand_isaac-0.1.1 +CARGO_CRATE_DEPENDS+= rand_jitter-0.1.4 +CARGO_CRATE_DEPENDS+= rand_os-0.1.3 +CARGO_CRATE_DEPENDS+= rand_pcg-0.1.2 +CARGO_CRATE_DEPENDS+= rand_xorshift-0.1.1 +CARGO_CRATE_DEPENDS+= rdrand-0.4.0 +CARGO_CRATE_DEPENDS+= redox_syscall-0.1.57 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 +CARGO_CRATE_DEPENDS+= redox_users-0.4.3 +CARGO_CRATE_DEPENDS+= regex-1.5.5 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 CARGO_CRATE_DEPENDS+= schannel-0.1.19 -CARGO_CRATE_DEPENDS+= security-framework-2.4.2 -CARGO_CRATE_DEPENDS+= security-framework-sys-2.4.2 -CARGO_CRATE_DEPENDS+= serde-1.0.130 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.130 -CARGO_CRATE_DEPENDS+= slab-0.4.4 +CARGO_CRATE_DEPENDS+= security-framework-0.4.4 +CARGO_CRATE_DEPENDS+= security-framework-sys-0.4.3 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= slab-0.4.6 CARGO_CRATE_DEPENDS+= smawk-0.3.1 -CARGO_CRATE_DEPENDS+= syn-1.0.76 -CARGO_CRATE_DEPENDS+= tempfile-3.2.0 +CARGO_CRATE_DEPENDS+= syn-1.0.94 +CARGO_CRATE_DEPENDS+= tempfile-3.0.8 CARGO_CRATE_DEPENDS+= textwrap-0.14.2 -CARGO_CRATE_DEPENDS+= tinyvec-1.3.1 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= toml-0.5.8 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.6 +CARGO_CRATE_DEPENDS+= toml-0.5.9 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 CARGO_CRATE_DEPENDS+= unicode-linebreak-0.1.2 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 -CARGO_CRATE_DEPENDS+= unicode-width-0.1.8 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= vcpkg-0.2.15 CARGO_CRATE_DEPENDS+= version_check-0.1.5 diff --git a/net/castor/distinfo b/net/castor/distinfo index cdb49576e0dfc..dfff625d22680 100644 --- a/net/castor/distinfo +++ b/net/castor/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2022/01/27 13:27:07 pin Exp $ +$NetBSD: distinfo,v 1.2 2022/05/15 06:44:09 pin Exp $ -BLAKE2s (0.8.18.tar.gz) = e14c06f5d25a9d8a78176d5e854dc6d6e897653650c2b6432901c6a10eefbd62 -SHA512 (0.8.18.tar.gz) = f9a67b0beb37033fb7eabf6142a738c85fb873e1e8857da6e34b19d2722e2a36eb1449e647d8dec1bc9d90213162bacbae19a7626ae6b9053d85294fce8be2fe -Size (0.8.18.tar.gz) = 92859 bytes +BLAKE2s (0.9.0.tar.gz) = e08c116ad555140e6299484c112ded7dd2f31df29e9f565cd36ed63b233d95c3 +SHA512 (0.9.0.tar.gz) = a860f4df5034569675d09ca507e970c1bf22cab24810e12f2afcaa9f8a4a52b8ba019e0b956562953571d7995c1222a9fbc2f8acd09c13e94378dcee4e3c062d +Size (0.9.0.tar.gz) = 94004 bytes BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes @@ -15,9 +15,12 @@ Size (atk-0.8.0.crate) = 44468 bytes BLAKE2s (atk-sys-0.9.1.crate) = 16516eae22a36b2493a07d4e32b8eb3eeefe439040efd8d2e9ce6a015705b969 SHA512 (atk-sys-0.9.1.crate) = a2eb083abfd585bb7bea6415c1b0a6981c1e071b11dbbd41442d5ab438219d13ab28bf957640616644fb11760d2371c929f379ab414b8b00b297f3af25680a92 Size (atk-sys-0.9.1.crate) = 21064 bytes -BLAKE2s (autocfg-1.0.1.crate) = 5ed71afef2e7ff6595833cf457df844e3f461a1b7a8f0d541b1b2c5c5e6394a0 -SHA512 (autocfg-1.0.1.crate) = 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b -Size (autocfg-1.0.1.crate) = 12908 bytes +BLAKE2s (autocfg-0.1.8.crate) = 1bc1e593039839ebfc43ddfc00519f637cffc8a0f754903591a31c4a749bac6d +SHA512 (autocfg-0.1.8.crate) = d6156e0a8701f38c20b693380ed1ac5b15f84bc87c5ae0541483b9b387e6118d8673d8e5da5f4eee4d736c777e923d3fba7f61589a49c353170a708a709d8db5 +Size (autocfg-0.1.8.crate) = 6621 bytes +BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 +SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +Size (autocfg-1.1.0.crate) = 13272 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes @@ -27,24 +30,30 @@ Size (cairo-rs-0.8.1.crate) = 46018 bytes BLAKE2s (cairo-sys-rs-0.9.2.crate) = 5c74379552c30d9731d635141b43dddf187abb97175c66846601d352e0fe06b9 SHA512 (cairo-sys-rs-0.9.2.crate) = cab877b76951212710c7e668093fda218ac9c7e1e26fcffc448d759a3f968a7faeeea347025189a1aee7579b15916c141d0d727f986bb7061183a695b52bf39b Size (cairo-sys-rs-0.9.2.crate) = 11650 bytes -BLAKE2s (cc-1.0.70.crate) = e74b02f6378ad4c2697ac320044b7bfe89f8a9a22b461f7548f3f2796f3ba4b9 -SHA512 (cc-1.0.70.crate) = 9158eabcb9405fa2ef41fb120821ddaa2e5c7234c02d5cfbb5b59570f7de393d1fa33942ca52f86bf9271765b3df934debdea89e7563cbfe193dc01b2dcd72f9 -Size (cc-1.0.70.crate) = 57200 bytes +BLAKE2s (cc-1.0.73.crate) = 1a51796d78619d44969ced4fea592d9e68fc7584bfccc66e8cb75db6328bf2a2 +SHA512 (cc-1.0.73.crate) = 980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985 +Size (cc-1.0.73.crate) = 57880 bytes +BLAKE2s (cfg-if-0.1.10.crate) = d12527b913127910287edf00421530370392c52aa1c8b43c447fc49ebd012225 +SHA512 (cfg-if-0.1.10.crate) = 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339 +Size (cfg-if-0.1.10.crate) = 7933 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes -BLAKE2s (core-foundation-0.9.1.crate) = 7c3a3225736517d464ba70024db3b9257860dcdf0738c85ec9504fcb62d20178 -SHA512 (core-foundation-0.9.1.crate) = d6dae760082ef9dcfc37d18acfa9a6ad8ee491335d17ee17447c5bccad623564f1e8bdc54460fb260aebe9276ce5ea4d8a389a83b5c7d17193614906c3d2bea9 -Size (core-foundation-0.9.1.crate) = 25985 bytes -BLAKE2s (core-foundation-sys-0.8.2.crate) = 03908f1d42a04f944ab36d1a59bd3a332b0abaaf4e1f0ee68386b1203ac2d992 -SHA512 (core-foundation-sys-0.8.2.crate) = 1c66f2012c11185603a0e4c09311d32bc4ffe639ef7626e49bb15006306fbed4c963f2c53d3b853a254b29cda73c393e0236436575d217992268463441ac7348 -Size (core-foundation-sys-0.8.2.crate) = 17461 bytes +BLAKE2s (cloudabi-0.0.3.crate) = 2a90de89a2331676c9dd1929aa711d4d334ed5242a9edda69b2f88ce9db557e2 +SHA512 (cloudabi-0.0.3.crate) = 691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c +Size (cloudabi-0.0.3.crate) = 22156 bytes +BLAKE2s (core-foundation-0.7.0.crate) = ddca8e9314184fc68db9cfcf00f2634a4a06692763ad345181d72f048b5d3077 +SHA512 (core-foundation-0.7.0.crate) = 919041f431e21783193c0661b82cbd15946a56e24e5100a6a9dc02476ddc714595fb0416ae182981ebf6a8b27181e3178135c27388b41ec848423d739a265da6 +Size (core-foundation-0.7.0.crate) = 25384 bytes +BLAKE2s (core-foundation-sys-0.7.0.crate) = b97656eb11b610310b4c3df94b075240c7c0d3fd4653f67da7cd05b9ec30a0fa +SHA512 (core-foundation-sys-0.7.0.crate) = b77566aed2b572bdbce6f71ca9dcc942ef96b628a7ed9680c4d3e3ada4a9dce90c1b439a8c7c7f22d68e51becf1d22b3262e227cafdf8cfe5f42db0ffb9dadc7 +Size (core-foundation-sys-0.7.0.crate) = 17033 bytes BLAKE2s (dirs-3.0.2.crate) = 76584fd66a8ce8db015e1bc24735c2c70583e9c3df121a179e9e53b7b198d1d0 SHA512 (dirs-3.0.2.crate) = 97dc343d580ecda68aebe87bcbe8c13a00078943771e3f1dc3101d8d450d2ccdd0d74283870eac1d88255a99e887166d42533ba8e70d15b9cdaddb57e3a27c55 Size (dirs-3.0.2.crate) = 12184 bytes -BLAKE2s (dirs-sys-0.3.6.crate) = e6d58252580f5708c68b7019115f1d06a38f443cfb22f0379f549dc0128a542d -SHA512 (dirs-sys-0.3.6.crate) = 79b6bfda14aafa3839365496e1b1926f763d3569e4e138a59f4acae15c38ec9a3bdcaa64293b03b536141c897c2bf68a67d7ae5670d86215080aa313e53d39e5 -Size (dirs-sys-0.3.6.crate) = 10626 bytes +BLAKE2s (dirs-sys-0.3.7.crate) = baa17cbec722cdc7e6369057c06ac108e433fa039f1f41c76612a5ece7f163c8 +SHA512 (dirs-sys-0.3.7.crate) = e630964e4c452950a475c10a490b49b2979dd7dfda48172b905cc789153ae4a0ba2d7d91f690705cbfff23737c4b4a339eb0c49e922efd7d68a92fe6368a929f +Size (dirs-sys-0.3.7.crate) = 10597 bytes BLAKE2s (foreign-types-0.3.2.crate) = d6fbfbaaa345e5df7be5b4c09a69174fb43c8ab6b79a989c599f7a8c576d78ba SHA512 (foreign-types-0.3.2.crate) = bf27b8243ed482c202d120383374f19ff09422535e24b9c1aebccc66529bf300ca17b8bbc76d67f98ac092e614497afe3add9dc68aa69c93074df05762f91232 Size (foreign-types-0.3.2.crate) = 7504 bytes @@ -54,27 +63,30 @@ Size (foreign-types-shared-0.1.1.crate) = 5672 bytes BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 Size (form_urlencoded-1.0.1.crate) = 8773 bytes -BLAKE2s (futures-channel-0.3.17.crate) = 45b42de7591cab0c191e1f6f3cb007d28cbcf8fb2f23db656e47fd0b7586551c -SHA512 (futures-channel-0.3.17.crate) = 884fed34839c9f73551a90fdbcdc542f88623c0d74d506febd6fb0308429e0d7df879f378b6d0bc818ce8c948da495a9dc210ca55331f4760273d51f627cc416 -Size (futures-channel-0.3.17.crate) = 31765 bytes -BLAKE2s (futures-core-0.3.17.crate) = 5d8af95e8785a79f9421864b75be84de602019f5843ad3305c825e4bd96bb54d -SHA512 (futures-core-0.3.17.crate) = 6f290620b5051a3f3a317acade5a077f502fa3ab7fdb230b6ecd4d007c63685bf343ddcb8b8d1170b5ebeb94fbf1c495dab36918490b14885361d6e53c45bf22 -Size (futures-core-0.3.17.crate) = 14478 bytes -BLAKE2s (futures-executor-0.3.17.crate) = b3b3e4192a4b2517bbd98474917c39bcc33e495cd4b13800350f2dfc7d5fdb8f -SHA512 (futures-executor-0.3.17.crate) = e3ac739e58dbda88dd536382c603014c56b7ebbda529c81afd0d91c16770719902fb4883a7a0dd0375e7910fc03605887058ebd30824d01ca20e2daf93f3d94a -Size (futures-executor-0.3.17.crate) = 17102 bytes -BLAKE2s (futures-io-0.3.17.crate) = 06f18dcb826d109da7f00cc0f243c4523bcee9754bec15bf3f353e989ca9d356 -SHA512 (futures-io-0.3.17.crate) = a2b65e07bfea15b78e988c5a9d330ef51a396cd22475f171b342cc8a6520749335af851ae11d44c91f54ab06f425b0dbfb716a959c625d3c52db5765d0407e0d -Size (futures-io-0.3.17.crate) = 9050 bytes -BLAKE2s (futures-macro-0.3.17.crate) = 6a87162c474a32527987ec89cda0d2977039217b370b2c2f4e9151231fafe0ae -SHA512 (futures-macro-0.3.17.crate) = 518969498808bcb63cc797934ed7d699f776588dd7fc9f9c41c63874a05d03781b5c0241ce20cfffc8db569f01fc82da433b7ea7772f24dfc2df5eca35b5146a -Size (futures-macro-0.3.17.crate) = 11830 bytes -BLAKE2s (futures-task-0.3.17.crate) = 5be2890ef3fc2bbd6e4de1812660e4ee85ea6cf74ac5ed9b5d275367d84ff130 -SHA512 (futures-task-0.3.17.crate) = 2f12d8d9d404f147b601ddc6fb9b6869e2e68a4bc55cd3851cb9f7aa8ebe6519c5cd0fa14da92e564d2003ded2ac2202f5e09e1a83e81129d1600d01ecf86844 -Size (futures-task-0.3.17.crate) = 11712 bytes -BLAKE2s (futures-util-0.3.17.crate) = 9a719c3bf520df9875b82d197383dd4a097a006ef01729f48144e7445d70d00b -SHA512 (futures-util-0.3.17.crate) = 6a87b0510c3f8214ce14b7f333d212558647c523b5eb7da36dfe4f694e0ca4be3cbf97fdd7bfff5e0c7015644742d74d6184221482d644653a106d5564722fba -Size (futures-util-0.3.17.crate) = 147679 bytes +BLAKE2s (fuchsia-cprng-0.1.1.crate) = 1bc2fd5a4a533d5b8d16f500852428c4f128cd1b30ef7ec8addfe51d23c68d93 +SHA512 (fuchsia-cprng-0.1.1.crate) = ea9f5beb0dfcb023c22cfc2b37ce52dfcf3a2cbbed0f79ffffc332878858386805c65dce8469a431002367562d857a6c064e075688540c27fcb4056a110059d2 +Size (fuchsia-cprng-0.1.1.crate) = 2950 bytes +BLAKE2s (futures-channel-0.3.21.crate) = b31427b9073c1a89098394cedc34512751630af2db6864386732bfc0066ab326 +SHA512 (futures-channel-0.3.21.crate) = 1c10398657949b53b6df196cc44d8e4b3acf53b4d216be6f5f631d8d4b500f5c344e2cc7d5a5642ced6c5480511884611be6d429f56a0ede4a716b9c5770cb76 +Size (futures-channel-0.3.21.crate) = 31961 bytes +BLAKE2s (futures-core-0.3.21.crate) = 0bd50c4241537faa4033167d58c3fe7b873d05660fe13f8ecf0eec4c200651a2 +SHA512 (futures-core-0.3.21.crate) = b60e7892436ae28fd2240f17816f934f6caeac663d67b8efc7d519ebb4b0bd921f0b732b6176bd4b472d2fbe346d39a37ba394401e15afa93af8294ceea90976 +Size (futures-core-0.3.21.crate) = 14601 bytes +BLAKE2s (futures-executor-0.3.21.crate) = e31c6968bc1a7b00afe25e9b2fc92bab489869d23ed76b3119cbfc7f821f7572 +SHA512 (futures-executor-0.3.21.crate) = 597732f96b45ce21f7a0b149f62cbdc54a80010bfa5421ab0ef7345c501c197e1c8fe109fa2d1c813d5c2e872b4670e0fbd96e2572cc3e9d2646b68f41c78147 +Size (futures-executor-0.3.21.crate) = 17306 bytes +BLAKE2s (futures-io-0.3.21.crate) = 6456cc251a554765241d4a878b91380b3dc926e59f9582f2372c09b0f138a10b +SHA512 (futures-io-0.3.21.crate) = dde0b79c4ba208b4c92c699457efbd515d331ab612e7b7df735b3b8f2ab79c012b1ba329ddaf488d68c69dbd119aa231b833b81cbcc0cc2f55c656f68dc22bd8 +Size (futures-io-0.3.21.crate) = 8902 bytes +BLAKE2s (futures-macro-0.3.21.crate) = 2dc92d1af3fbcd449103e45d3a363eeea3bbcf375fe9361986977548a8328d91 +SHA512 (futures-macro-0.3.21.crate) = a79d4d3e487d05554e05e04f3a631fc9f0b5c525126eed550ee30eed16d4c457dc39274efac53558a3e33a119b8ff9d3552ce367359eec9d05105b278f7677c0 +Size (futures-macro-0.3.21.crate) = 11250 bytes +BLAKE2s (futures-task-0.3.21.crate) = 32004c3795a13f0de3876cc43eee77467427243d342230cb5faf59afce1e1b49 +SHA512 (futures-task-0.3.21.crate) = 8f3b27865d8c7a290471903297e3c0b52caebfaa55550a4738d7915008b893fce67c7d9ae5c5bd03f2a42ee72a96aa0245c4bee70fc06977b3493eb81bca2033 +Size (futures-task-0.3.21.crate) = 11815 bytes +BLAKE2s (futures-util-0.3.21.crate) = bbe01c0d8c3f17829b0a86b24167e8b2700af8aa8e6bda635cc4a1ee978bc54c +SHA512 (futures-util-0.3.21.crate) = ff952fb74a54e793de943e3aee2ac771357bf9f1aa5de89af128868c46a6b44e414fc4ea97f2d9b201ff7ff41023e119f1adf90d314343ff53ab987c3e07f5d4 +Size (futures-util-0.3.21.crate) = 153768 bytes BLAKE2s (gdk-0.12.1.crate) = c03b3ed543c53a9ef0dec8347cfd34c20f4d8a18ce0ed4d8c2f181b3e6448208 SHA512 (gdk-0.12.1.crate) = fba23a3d482aad7c5124c670daf7cde96ceb71121e34e028eb7dd9f4d8ecbe17bb91b85b29b9c14a10dd44d8a70b3f41baeb273928a6b0461c4f86f8b42ec0f6 Size (gdk-0.12.1.crate) = 77317 bytes @@ -87,9 +99,9 @@ Size (gdk-pixbuf-sys-0.9.1.crate) = 8641 bytes BLAKE2s (gdk-sys-0.9.1.crate) = 2fa84a80dc305c2acb8f77cdd36efe14af020096c18962e30b192a99b49708b5 SHA512 (gdk-sys-0.9.1.crate) = 9064f3a0f9e1512ca1eeb5a0ca27234d908948f53b0c4d7d38aeb184ca83846812187fa485a35bb311f778e4d14e25ac0353cd3c4b8d5002fd03e9bce2f82dcd Size (gdk-sys-0.9.1.crate) = 59958 bytes -BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18 -SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d -Size (getrandom-0.2.3.crate) = 26261 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes BLAKE2s (gio-0.8.1.crate) = 93b1e2980478f9aaf69778f355c09bb2dcc6852d0d93bb41f5efee1854102c21 SHA512 (gio-0.8.1.crate) = a1610960c7fd477f0c2b78817d44a2e44a340f87abd31275c7386d6d47218a72f265e4ab749f02ac26826e3bdd973a19291b0268365bdb95ccb6a3a2a787b994 Size (gio-0.8.1.crate) = 131581 bytes @@ -117,99 +129,117 @@ Size (idna-0.2.3.crate) = 271023 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.101.crate) = e3849ae6083a550d8118856ed0cf03433232a6c8d8ab0a98f981f0f2be51e040 -SHA512 (libc-0.2.101.crate) = 876a5739c1ba29d4a4d5c9407b013afabebc6f5644dc57864104e99f0303e7e7ef1d5ee81a665f1029433b9251917b1e1571624a123dfc15586d6bc49ecfb3e2 -Size (libc-0.2.101.crate) = 530003 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes BLAKE2s (linkify-0.7.0.crate) = 04205ebcc28b0ce12f8b4930a5395b815199231240d89aca18308c1597963fbe SHA512 (linkify-0.7.0.crate) = 4b0af8a29d130745d1a1b5bcc79f8f6f18dbbce636de518ba88d31b1978a30dc0fabc0a5ccb705fd9e3d3b2441898e82dfd2ddc9f014a3dbf1fac88da89e4cee Size (linkify-0.7.0.crate) = 15498 bytes -BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd -SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc -Size (log-0.4.14.crate) = 34582 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 Size (matches-0.1.9.crate) = 2246 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes -BLAKE2s (native-tls-0.2.8.crate) = 9bd959906468800ff62c371b767c0987749196236b878f709d74f46adda22940 -SHA512 (native-tls-0.2.8.crate) = 3648272b1c2f10c3eb9c7121c20a26da149efcf248187522fe07fde9b506a2b687e8bde8e09c0f8f74d19db5b84ea98b19b177c6daf38bf8a0c3ec05907006a7 -Size (native-tls-0.2.8.crate) = 24956 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes +BLAKE2s (native-tls-0.2.4.crate) = 9be4741ee5d3d787a0b88fd204c5c8304e42d91e48d0a08ef10e63a1c9b92b30 +SHA512 (native-tls-0.2.4.crate) = 810cda42159f302d315f05dde222e3ee20cfa30958d48bc547837f7d6df87a1b51d1239de90cc2901f48581be978c11f8e758fd69213a8a8fa85c71266302632 +Size (native-tls-0.2.4.crate) = 32170 bytes BLAKE2s (nom-4.2.3.crate) = ed52b626f7b13bc207b459645a5e4c941feb3c04f270ca4ce8570f874ab603ba SHA512 (nom-4.2.3.crate) = 663567dcc6310ecd6446bab1eb700f4ebe834a3b25bc2a0054edf14bcf205a95128de5f5dfaab04adb95e1a2241d487d59c0e23c957934a0d656e4c51932bd54 Size (nom-4.2.3.crate) = 115343 bytes -BLAKE2s (once_cell-1.8.0.crate) = 470e772ff993357770098866a652eb8151d693ded8e8f967706f8b267a56acf0 -SHA512 (once_cell-1.8.0.crate) = 88e55c9433225ce85a08353168c87fca2237615482160a5c28f3ac17f06d48c63e0c21b5f7ef81f82ca133436e371802ea099453844f1c111003bcb6ba89e827 -Size (once_cell-1.8.0.crate) = 28925 bytes -BLAKE2s (open-2.0.1.crate) = 4dee5d45f26138595944864a1a7c8d2c325aac7bdf2a9f12fb3eb25c8a4bd76b -SHA512 (open-2.0.1.crate) = 3d7834046e6ae61f61bc557983a255e7f3f466e27df153c26cc9fa014fc83cef043b2d892b158fc25b188263169437767258c2136679f2dc273fd08ed3dfd2ea -Size (open-2.0.1.crate) = 6648 bytes -BLAKE2s (openssl-0.10.36.crate) = b76c4adae23eeaf1427c0c621a84c84acbe4856aed34457b26ad626e0b54af88 -SHA512 (openssl-0.10.36.crate) = bf215f7ccfe24b3f490d516541ac746785853dc61ab6cf023e303275578c206fcb14b6e5001f36de2f71b0a8c48ccb26f4f343c5b88ae38ad2cba12ccc941641 -Size (openssl-0.10.36.crate) = 206367 bytes -BLAKE2s (openssl-probe-0.1.4.crate) = e3d931dbbc74918099e8a5117c86426643ecc0c95c471083aff67d18471aecdc -SHA512 (openssl-probe-0.1.4.crate) = c5d4ffcc6faf009b38dc715ec85fd75b3e3b0c0293041ea26071bb6d19d8d018a43ec166bf79ef1c7a126cf783bd4a7121d5dfcbed36db5ebf0fe4decb198f17 -Size (openssl-probe-0.1.4.crate) = 7066 bytes -BLAKE2s (openssl-sys-0.9.66.crate) = a79be05566162a3d7aa5f9bd4041985bc1a05129ae030a8bfd09cdefad7b3c69 -SHA512 (openssl-sys-0.9.66.crate) = ab2d39a766df694f3985d67495d4e820bd196987571fbc229c003f441fe61bdc1aab9cd35a83ec3be9518d2b4e463f33f19bb109e9297a2d4114fe2d1d932a59 -Size (openssl-sys-0.9.66.crate) = 54599 bytes +BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d +SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab +Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (open-2.0.3.crate) = 44b57743b45d24e160e9452ac8e22f7ba1ee612e427216e6584bab9de8c8c407 +SHA512 (open-2.0.3.crate) = 4d9f7c21b1e6c7b8485057b25005ec2e70c9c6831ad26c03a164f95dc12d75ca2513a3f275b902050de6fc3434dd6602b2947bb23876c7693166d4958c9dd4da +Size (open-2.0.3.crate) = 13262 bytes +BLAKE2s (openssl-0.10.40.crate) = a56c869172ad889b32179d86cf9927ffa8af0f88dd4e9b7e69293b0a2e986ade +SHA512 (openssl-0.10.40.crate) = c07b2fa47cec33ad3abfbfdfe0c8c99ce00aafed5437f864e9be1d151c8f82e52c54ba565ab710693f108429f48df2ce0d2955f54b1926d808ea56fa168afcf9 +Size (openssl-0.10.40.crate) = 217120 bytes +BLAKE2s (openssl-macros-0.1.0.crate) = ddbf630bc0821c342667bf7b1a6cd881db3dbf9a69811320afaff565bfa3dc5b +SHA512 (openssl-macros-0.1.0.crate) = 7e37a0c05781da13bbaf4c056c19d032a93820cc324f9f6e5743bfcbfb30e057501af1bc7cbf5f07e3a05191678cd5ae5bc4d6832f02ce75bfb03c027d18abfd +Size (openssl-macros-0.1.0.crate) = 5566 bytes +BLAKE2s (openssl-probe-0.1.5.crate) = dd4ca2a46ea1abbd1c8fe527ad20f4309b2a606b0a539f2489a3a252172983a6 +SHA512 (openssl-probe-0.1.5.crate) = 7e560314150709a34520472698060c4f29689d4e608dc4dde146140aa690350d3603279c693367deeb0f21ab34ef61956143a3447827a2b7a3d578b9ccd6552c +Size (openssl-probe-0.1.5.crate) = 7227 bytes +BLAKE2s (openssl-sys-0.9.73.crate) = d85d7eceedf2abb888c1a6f8b9a0bd89664d85d28b6349692fe6f317ff0501f0 +SHA512 (openssl-sys-0.9.73.crate) = b17ba906433b212587d6274def3cfc1beba2c50497f5653eb1a3ce767924dbe279f750ab58c77c216de852e2a3aea8c7cb0c2577c67dcbff1b6584c7d55866e0 +Size (openssl-sys-0.9.73.crate) = 59581 bytes BLAKE2s (pango-0.8.0.crate) = 3547b8e0ad953190251edc34e625fbdeb21ea4bc0114bf49e4abec495247b71a SHA512 (pango-0.8.0.crate) = f69ce74cd2a2d3e00fae330b7a018ca70ff34bac85a031a071ddf498ca3f15d48ce4f1307635f547060e48f75387ef9d0e65d7e1899f4278687faea440f6c0c6 Size (pango-0.8.0.crate) = 42250 bytes BLAKE2s (pango-sys-0.9.1.crate) = b0758f78a37065915edc16938ec124ef2d55d23a21a9045036349d2240dd365d SHA512 (pango-sys-0.9.1.crate) = 4fd2f3f74497f134946b33a2822b054758c390c345ebd4375540a7adcc000fadf562d8e8ecb4fb05b3e5824982dc4156c450ee61f6b8a1315d5dd488124b10ac Size (pango-sys-0.9.1.crate) = 21273 bytes -BLAKE2s (pathdiff-0.2.0.crate) = 7dcd845042cf0c9e3f470d57f5f944ceb1697fe36e7c4e65366afaf335b841c5 -SHA512 (pathdiff-0.2.0.crate) = 9527aa96b6f873014c216c6326e0d235f764951d244f5cf36e2eaa0b8182b25e7766a46967b5b0b936163c6ec4796a15e72540dd3faca8abfdcbeba651c21f71 -Size (pathdiff-0.2.0.crate) = 6189 bytes +BLAKE2s (pathdiff-0.2.1.crate) = ab92cb3d2fa178e9001661e1a8b07c2ab4a08f4b152304062f01ac4efdacfc87 +SHA512 (pathdiff-0.2.1.crate) = a646f271ce81d5f6d4a8e0d98a2c802a8796a961cf8fe8177911e7757bdaecd8b156ff22046f1663a9efcd5fef1e6f000e5509d3949dbaeb494126b7e8a546b7 +Size (pathdiff-0.2.1.crate) = 7142 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes -BLAKE2s (pin-project-lite-0.2.7.crate) = 27675eaa55151fd60f27e3f564b3984e3cf0bc024d55dcf22d0bfbe8852875e3 -SHA512 (pin-project-lite-0.2.7.crate) = c948201981269f6f54da069470c56c5b9c4c6f52e349dc7970ad828d412facfbb66a09745c0565b4320fbfd1aa7983f3664604f7ade37a30cf25ce253afe8749 -Size (pin-project-lite-0.2.7.crate) = 27212 bytes +BLAKE2s (pin-project-lite-0.2.9.crate) = 21ff73557f52248f91876a765bc209e4313f3cb15746b3f3ceddeceea5e2c95d +SHA512 (pin-project-lite-0.2.9.crate) = cef0b77233adca712db1183f780732ea577cf1b27c2643de221d54c837c75ce749f907e24a967be7474812c7682cba613a3fc5d553a9578a1b80569da0e562e4 +Size (pin-project-lite-0.2.9.crate) = 27713 bytes BLAKE2s (pin-utils-0.1.0.crate) = 5a1cf546c08cd8ad36d3736e337a9865b694de6a636733d252a878aee8b1c204 SHA512 (pin-utils-0.1.0.crate) = 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 Size (pin-utils-0.1.0.crate) = 7580 bytes -BLAKE2s (pkg-config-0.3.19.crate) = 1714c04f1a9bdf1fb78dba951c56e851b36620da5d5402e80b14b8bc99a8a500 -SHA512 (pkg-config-0.3.19.crate) = 42bc13c4e39c8f71690db527d815884acdfd2ccf5fbfea700c6ed60257e852cdcb1c443e7774409e51da53612b0ff0aa165554b99fd0cba973f94a8df52982d9 -Size (pkg-config-0.3.19.crate) = 15451 bytes -BLAKE2s (ppv-lite86-0.2.10.crate) = 63e761b696c80738a1f9d39555d20f8fce82c41a4136a9c649a0b11141918697 -SHA512 (ppv-lite86-0.2.10.crate) = c9941052e504b9b310024064026e4b1d540dd877705ef450a833d9ff6dee70ba874cdad68c46381a71d5b54482cd80b3dbb8e0c225758fd339069031a55195f1 -Size (ppv-lite86-0.2.10.crate) = 20915 bytes -BLAKE2s (proc-macro-hack-0.5.19.crate) = 61d98efa7bf829362cb8fcc4ef3ec6d31da0aa9fdfd7a9c3f3f3146ff5bf9c31 -SHA512 (proc-macro-hack-0.5.19.crate) = 9e4cbec41056438287f5b23086264c86e2f0cdc193064006556736377b2954229de13a585149b9995002c9aee3334ee2a80ae4afdcc96cabe7ed2bf718476952 -Size (proc-macro-hack-0.5.19.crate) = 15556 bytes -BLAKE2s (proc-macro-nested-0.1.7.crate) = 6328c7786a8d40414f6998be541051dbedbe30e5532172d604f604e3d0557e2e -SHA512 (proc-macro-nested-0.1.7.crate) = dc5d898c6d5588d279aa0852193105bbb3824798a05875e2181c66da8c3849fcb32189d9b213cad09054242aa4ae9cb602f9c2d1b5e7302963bac244bbaa27c2 -Size (proc-macro-nested-0.1.7.crate) = 6495 bytes -BLAKE2s (proc-macro2-1.0.29.crate) = 54035e74c9fc4fdd16a33c9653c933043216642c4861685d23652fabd5b6f29f -SHA512 (proc-macro2-1.0.29.crate) = b3b3b7c6988afeb92209c7e0362f45f9c207611a74bb63bc7746b86fb9ab0d74fea9e7a2d9bc8ac943225ea439540726ffc13711dc5bcb056c1821fc99e8dc63 -Size (proc-macro2-1.0.29.crate) = 38772 bytes -BLAKE2s (quote-1.0.9.crate) = da1409c5fab9fc40b5a0ce824d063088c949e2c35dea81f683b558455a1807fb -SHA512 (quote-1.0.9.crate) = dd6cdaea183b85400531ef01e56657edbec0d8f7c27898c1e591b72dff755fa5875b33ca320bd65be0e9aecfc6a61ec119a4bd1291e9f2057fca642ab5b198c8 -Size (quote-1.0.9.crate) = 25042 bytes -BLAKE2s (rand-0.8.4.crate) = 1db1d01a23c907a2b38288078a433d5883e8e7da64357817315188a1dc91739c -SHA512 (rand-0.8.4.crate) = 77ae0e988e31e12f7d3f2c40814f930eecbc94c4aced827c337be78eeeabf39fde2dc5c4fda059afdc01285ff4afe30393c32694377de004feff16207606558e -Size (rand-0.8.4.crate) = 87406 bytes -BLAKE2s (rand_chacha-0.3.1.crate) = 610f5bba921c6e9d0527a13b5bf3ac43ffcddbbfc58522a8c086baef788895c4 -SHA512 (rand_chacha-0.3.1.crate) = 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 -Size (rand_chacha-0.3.1.crate) = 15251 bytes -BLAKE2s (rand_core-0.6.3.crate) = 227719def6b8444614f9982b4f761c2d654e08f7f5147f7b9ba6a1468bd758f6 -SHA512 (rand_core-0.6.3.crate) = 0fc31f96ca8ebba8c179367de01458e909265e1d627ec0c5620be7c8e83d2f9570471d6ec2cb2bc4bc531505b02fc31f1165708cc1357906791c87123b06ee87 -Size (rand_core-0.6.3.crate) = 21938 bytes -BLAKE2s (rand_hc-0.3.1.crate) = f6b1960553ca456e20ebd0e64f7a4d18407356ed504189e7d354b6687da53eec -SHA512 (rand_hc-0.3.1.crate) = 582bb44b81c27e698eb57c6f06444b8a7c9d3f7ee73f4e14be8004c4bfd3bbfd9795c69f7294b5e87107e86b90fa3e91ad080964474af81c92705d356e43fbb5 -Size (rand_hc-0.3.1.crate) = 11891 bytes -BLAKE2s (redox_syscall-0.2.10.crate) = 34d65a357c300759482d088d30518f3bcc4c1fa24f320c953ff6bc89bb7bdf2c -SHA512 (redox_syscall-0.2.10.crate) = ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 -Size (redox_syscall-0.2.10.crate) = 23582 bytes -BLAKE2s (redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf -SHA512 (redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 -Size (redox_users-0.4.0.crate) = 13023 bytes -BLAKE2s (regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (regex-1.5.4.crate) = 236581 bytes +BLAKE2s (pkg-config-0.3.25.crate) = 858f6fa4e3e07f6482e3e975d78403b574c0606ec93f8ab5a86156604e13c294 +SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 +Size (pkg-config-0.3.25.crate) = 16838 bytes +BLAKE2s (proc-macro2-1.0.38.crate) = c00fd51764ea0d2f85fd07ee9c649904b37e88b82bba50fa8eb6629e03347a91 +SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 +Size (proc-macro2-1.0.38.crate) = 41687 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (rand-0.6.5.crate) = 05327840889119e4c448914488005a96ff6978cb058f22c0ba2b3d9fa06f6f31 +SHA512 (rand-0.6.5.crate) = 2eb84bed29708b8ba109f4329bf6f1cac6caed9d91b2aaf185d68dd2eda73d3fb7be2897d0596fb28352e799ccf92c161ee44599d5cb426ba9c3b8c747831904 +Size (rand-0.6.5.crate) = 104814 bytes +BLAKE2s (rand_chacha-0.1.1.crate) = 08add0fa536a521bc9b631bfc1747815d11efcc7dabedb59e9fb79b8dd5911d9 +SHA512 (rand_chacha-0.1.1.crate) = 200d39362ffd6d91cfe80634e951c7323a5df8a382c91e3afcef1ecb143a16dc47a17db7f1a746b18e4ea8bfd36bc31ceaeff6d0116e166f8b34e4a8530b3c1b +Size (rand_chacha-0.1.1.crate) = 11703 bytes +BLAKE2s (rand_core-0.3.1.crate) = 8841b3bc27fad660e621e5eead7a3accbd33c0eda1bacf0afe6d14944fe5299a +SHA512 (rand_core-0.3.1.crate) = 5a7ae601124502bede760fd3179c2b28059ebc3b5983bfcb6b8fa62fb58df95cedc1aeb2734e792d894dfa4620801c13c29702f9cbee64243121575d4b6b9114 +Size (rand_core-0.3.1.crate) = 15483 bytes +BLAKE2s (rand_core-0.4.2.crate) = 1d90a57288413d1dfda38432bbc103785e2e006a366de2211018fa28a0ec0a8e +SHA512 (rand_core-0.4.2.crate) = f7ae3b690e2cc1fbf2707ee04b752bc5472433f737ab581f9872f7c5660966bc6be45f0c5d2cd8771105df6d4a9d206c55f5cc6ffc1693b46e1ae03a2883b028 +Size (rand_core-0.4.2.crate) = 20243 bytes +BLAKE2s (rand_hc-0.1.0.crate) = 5912deec95102f1d7cc8e1ab1b1b73355a15101b3170a475628c216f6b40e027 +SHA512 (rand_hc-0.1.0.crate) = 808d8c167daa66a2608884d5d3f1444cdb21f8ca1c61e59fc9bdfb506a634ebb22c0143cfc0574e15313f82559fd2d117a46910eba3b4eb7e0052ec280f5cd2f +Size (rand_hc-0.1.0.crate) = 11644 bytes +BLAKE2s (rand_isaac-0.1.1.crate) = cb4319153e081b70e33ac57a92a24e732300037a9bfe3a2861cc7ad2ee0cdb96 +SHA512 (rand_isaac-0.1.1.crate) = 9e8f6c79abc53352c971f8182dcaa7979904d5649eec9008262bb0aaf0585b4c4817351cd80ffa8d07f172ff4c82d85a09ef2642a08f608fc6be3e246ed7f82e +Size (rand_isaac-0.1.1.crate) = 16020 bytes +BLAKE2s (rand_jitter-0.1.4.crate) = ccb647ba237c658ab4bf34f3771ba2573e74f8ea3857c659aefbf5bd7ad05746 +SHA512 (rand_jitter-0.1.4.crate) = fe3791612cf82bd0ad1a115c442b4a007141647eecd48f49dff9a5d326c374663d9bd2e511c8d292e1dba44665359b522cd5d57ccd3a18598e88e42ee1670e4a +Size (rand_jitter-0.1.4.crate) = 18409 bytes +BLAKE2s (rand_os-0.1.3.crate) = 9268a5e620cc610502cc2e590ecbf277181f2b7394f7eafd3ee761dd7425d725 +SHA512 (rand_os-0.1.3.crate) = 01e81a692b78df3b2bd65bc285e5052ccaf208c7d0ace414f251db4fcff7f9ae1502ee60ca5745c95e778d3d5efe15fa84153c17c422b6b6bfee829376c14575 +Size (rand_os-0.1.3.crate) = 18965 bytes +BLAKE2s (rand_pcg-0.1.2.crate) = a22614c156f81657bb8b9b34ee671d9c2d957947f5ad33b372d24098dedf03b6 +SHA512 (rand_pcg-0.1.2.crate) = 6bc684778ba60c2e48793d4759b40cb0d35b0bc20ca0fc39fdff7c3f8fe9082dd7b5d5f26a7f17bafc6f3568924eac1bbe45820b1c2b09c91731ea5487d76d9c +Size (rand_pcg-0.1.2.crate) = 10844 bytes +BLAKE2s (rand_xorshift-0.1.1.crate) = 4ad961980f9a8274f6cb858b7e7fda730c636f2282b9ae68f0d67a2eb4f7df2c +SHA512 (rand_xorshift-0.1.1.crate) = 3205499ed2584467dedb4641a48f3ca8fedc263b1d9431d36a251af0bc4701d99ce4b5219d515b9b24210dd3ef2faace6efa886aa50f361e07f53dd0fb0841e5 +Size (rand_xorshift-0.1.1.crate) = 8997 bytes +BLAKE2s (rdrand-0.4.0.crate) = aa9ec3125d9646b82a616e90ab4bc7824baac14a2e827f5221f643a6a5dc0e9d +SHA512 (rdrand-0.4.0.crate) = 6476275d124bee28747191471e8d8f321a3b1c148c1f2a7ece4175f5244a7de90afe5f99d2eba5244d886b92e38232398864bf90e6d434b09494533942c8d894 +Size (rdrand-0.4.0.crate) = 6456 bytes +BLAKE2s (redox_syscall-0.1.57.crate) = c33bb6b3a25827502e10395591aa77cc23e438ba30a90682c9108b776db3dbbb +SHA512 (redox_syscall-0.1.57.crate) = c6e187087060084b7173ed0d9d0e982e4259d4f76522112268c02ff20751382e3bc8e119da6153170f5c54bd5b9cb028910f2f85c1c842099205dccd44659184 +Size (redox_syscall-0.1.57.crate) = 17087 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes +BLAKE2s (redox_users-0.4.3.crate) = fafe5c327db7de7f8b6340807a14fb60bdea5ac74634a60379b62c4793cb447b +SHA512 (redox_users-0.4.3.crate) = 0d3366e23cf93e1b0e025a29025eaebfcd1145bd158e2663b94fd952dc2d8a25566819e3a03c4136ca16a6408d37396e2ead0814c3f0c2bb10334dfd0b838fda +Size (redox_users-0.4.3.crate) = 15353 bytes +BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 +SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 +Size (regex-1.5.5.crate) = 238119 bytes BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 Size (regex-syntax-0.6.25.crate) = 293293 bytes @@ -219,57 +249,63 @@ Size (remove_dir_all-0.5.3.crate) = 9184 bytes BLAKE2s (schannel-0.1.19.crate) = 432dca19227d15ba97052fe433d2b0d318396c96375947db1c34d6a698405645 SHA512 (schannel-0.1.19.crate) = 319d9931cdeaa0f6b50c46e413fed2b6e97b28fe8c4825d4e5ed0fe22083e686e124117bfab7c89bcce815a31a3478f8c230cdedae6a852a31719a0df34645b0 Size (schannel-0.1.19.crate) = 42755 bytes -BLAKE2s (security-framework-2.4.2.crate) = ccc529fea4cda1f159dfbde3f8fc3fbd7c641caa59a83f50fd6ee680fab7c7e6 -SHA512 (security-framework-2.4.2.crate) = de4480e4bf70148cdcaaf3a9c0e52ab061cea452b3209918fbda693faa7feb8c2df56ac29139bfea74969b8f62ba3ab2b3da38654e35aedf62fdddcec420998b -Size (security-framework-2.4.2.crate) = 64857 bytes -BLAKE2s (security-framework-sys-2.4.2.crate) = ab05ad094b9a582f8935f8aa77b6babad54a2cad43b00937f582e6befbec9bd6 -SHA512 (security-framework-sys-2.4.2.crate) = d2f35545223f1ec671f9265017c393a6219cd1ac551ec7b3bea6f90ac9e79cd9d9f7232fe7fca5f0c093b3f549925571d5a4f0b702f29a1e992e038446f48bd9 -Size (security-framework-sys-2.4.2.crate) = 12821 bytes -BLAKE2s (serde-1.0.130.crate) = 6a4c338235c6efdd4b1ffdb5a07993342a925d473d2438d84d72be0de1570b3c -SHA512 (serde-1.0.130.crate) = e6d6444abadcdac95ff15cdab53736adc9ddd1b6441d67158b6b41e68bee4b7763f9c2d80a857f879f40620429e8f04a90b01380c8c88da45a273c3ad13cfff3 -Size (serde-1.0.130.crate) = 75305 bytes -BLAKE2s (serde_derive-1.0.130.crate) = 3bdf291c2a28a01eb45deddc78babdf6bb30da40462679f424f34949c1cdca23 -SHA512 (serde_derive-1.0.130.crate) = d3ca974bf8856ed8a73af4eaff69941b35eef187d7e348d6d2ef9ee79eccad893e66270c7d814ac3871e09e21e603d34d7d1f24b182d9b39e9219acd42a7baa8 -Size (serde_derive-1.0.130.crate) = 54703 bytes -BLAKE2s (slab-0.4.4.crate) = 7de19e85d35e727dfbeb4ef0e38e2f051a8378a8e67d604b87d4e7ca51c1bbf8 -SHA512 (slab-0.4.4.crate) = a8232c85d9693c2a417201768a5b2ecd82e3a721fee39ec80e44c769c66f8cb3ddf00a157f376ebe4c168082550ec48e63af23de2da4f30ed343b4e3bd13c3d1 -Size (slab-0.4.4.crate) = 15725 bytes +BLAKE2s (security-framework-0.4.4.crate) = 525cd5dc6c5b745fa33213870eea439c64bf85a912e1b1ac9b68ca0fdec4ec9f +SHA512 (security-framework-0.4.4.crate) = d17788d1300ce6d6a552f78b278f50056800aeeaadf7039576ce75e975aa371c2c9b86de2aa2c96e8b208d9240d246e0230f8788372f0e0f800d55a7ae8b7955 +Size (security-framework-0.4.4.crate) = 54841 bytes +BLAKE2s (security-framework-sys-0.4.3.crate) = 846c561172f6cffe324f4f1b114d65ff7cdaad295320efe8001c26672bc0820f +SHA512 (security-framework-sys-0.4.3.crate) = a849f53a0d222299a83b38c55dec7d1282027c7dcd962c8e638afb9aa2f96bc961e93ca2bd34bce424f408d239e09b7baaacde8c2ab53e78860dc31f6bd76746 +Size (security-framework-sys-0.4.3.crate) = 10508 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (slab-0.4.6.crate) = a269af42bb2b906af07031fe84a13842abb5681c2f2e519b7c1fed5506df666a +SHA512 (slab-0.4.6.crate) = 788837db210be63579eccf12d96fcaa3280c7515bedebe3040a71ed27d013430815ebc74acc06280daf22c0b16871bad210981d32615c26cb1da344b4b0d9488 +Size (slab-0.4.6.crate) = 16067 bytes BLAKE2s (smawk-0.3.1.crate) = 2561797301daa14f183d2ae3de9fe4df913492d73f3f689c9f5f3a69e250f530 SHA512 (smawk-0.3.1.crate) = d6a050e873da5c90de3ff9fd02166de3be4c03931de9cac5307e6c16a71b8db1db6e8309eaa38ad408b20e0cc98eb4133595ad7aea96f62ebdcea579a643b65f Size (smawk-0.3.1.crate) = 12840 bytes -BLAKE2s (syn-1.0.76.crate) = d952dae7f90462efb17767dccaa020f3ceb5b8f76d0e14212d23940ec9e41a76 -SHA512 (syn-1.0.76.crate) = 0f32138d219ca74fcff1ee5ee5bb89f965a30b74c10a040bd8361332cb84900322194dd85ad7571c4bce72c1f66368546db5881165939800f2587b15ce07298a -Size (syn-1.0.76.crate) = 233723 bytes -BLAKE2s (tempfile-3.2.0.crate) = 3faf07562ac5aa5d5f7b400d27cabe0cf9342c30b5ad28b30b6a97d1d1f80c24 -SHA512 (tempfile-3.2.0.crate) = 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a -Size (tempfile-3.2.0.crate) = 25892 bytes +BLAKE2s (syn-1.0.94.crate) = ab9de8e893411281fd0933d158f63b78b6e59f0c7396ff9a0cf16aad092744a9 +SHA512 (syn-1.0.94.crate) = 2bdde4584b9d95f93f629083fbedc4a7148aab702775513a602ba2d122ae57a84e6d42c38da820b15ff66743dc49624287daa0c9b6d1fcaeee102b2879ac7a1b +Size (syn-1.0.94.crate) = 236697 bytes +BLAKE2s (tempfile-3.0.8.crate) = 80dd51c0ac771bce03fdd49e93e9cdabd86a4b7739194deb8800887db11faed5 +SHA512 (tempfile-3.0.8.crate) = 88f5bb3ac88b192b9f106d5902ac7563114b901df8c36cbb7f2eb7dccd631e19093cd1ec6aa82e4b833f35ab265072e81f3205773654c263555bee22a78abc00 +Size (tempfile-3.0.8.crate) = 24549 bytes BLAKE2s (textwrap-0.14.2.crate) = fd4222c5777268724d53efad1778b87a3f176dbf175fc0a3442ddb39c87deab7 SHA512 (textwrap-0.14.2.crate) = 521ab37e03aae8fcce5b909541399fc90a23020e353f95102c658fa94ffc56b9bdff43f47fb3da6e30f5c9cc9447fab72fe21d7276dfa21fe5a1a5a1c874e371 Size (textwrap-0.14.2.crate) = 52016 bytes -BLAKE2s (tinyvec-1.3.1.crate) = fe2d0bb42884f980e0535c438e1b0d01e6ea253b4c452a20e8f03c35092d4f8c -SHA512 (tinyvec-1.3.1.crate) = ad07998e9bacccf8ce2bcb01fea8008c6514ad73c15c6426453cfdbb432dac7d588d05551b179c83ca062ea02f0853e97e2b9712da0b8dc20ddab4c0efd5afd2 -Size (tinyvec-1.3.1.crate) = 42386 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (toml-0.5.8.crate) = c3c1c927b8bb8ed0cfe2f2796712885aef2602f7faa900a994390a5f61e6b2ee -SHA512 (toml-0.5.8.crate) = 26b7901ee4b7cbb4cf8ea57d365a99ed05e0a76e73452e47d4bcb3b4eeb7bbd393c13eea9ea33dc13622942efcda39acdba9425b74b40c920c9f19673a1f2082 -Size (toml-0.5.8.crate) = 54219 bytes -BLAKE2s (unicode-bidi-0.3.6.crate) = 2b37919e72387ec516a8a3994191276e6f117e4f8f411bd81de3533d04c48dc9 -SHA512 (unicode-bidi-0.3.6.crate) = a1013539b0da1609d9c37cc1d8359efa93bd88b4ae176d25398e6c44d93b615835a54b184641f00313b14cf46542b1e92278b0dc1bd00dfca0566467b21857e7 -Size (unicode-bidi-0.3.6.crate) = 33737 bytes +BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e +SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 +Size (toml-0.5.9.crate) = 55667 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes BLAKE2s (unicode-linebreak-0.1.2.crate) = 7f782c5be096c6b07c62682b7859535f77f77df3285fcbc7aa01cde38325ee57 SHA512 (unicode-linebreak-0.1.2.crate) = 170db67d6d74df913dffc921986b92df8a2ba68776ddb17c8ffca51d0d4bee597a5460591e7ba593c1eaec8b6227956f4e0f9b11d217aed4ee85cf46f1be5277 Size (unicode-linebreak-0.1.2.crate) = 69293 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes -BLAKE2s (unicode-width-0.1.8.crate) = e37a15fa50f6572607a42a1b936e78e5ffcb92f939dcb9c757f095c6a40bdd75 -SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0 -Size (unicode-width-0.1.8.crate) = 16732 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c +SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 +Size (unicode-width-0.1.9.crate) = 16745 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes From 02e60f5ef6b7c6ef0980ec612a9a80640f6d4f95 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 15 May 2022 06:44:34 +0000 Subject: [PATCH 0444/1154] doc: Updated net/castor to 0.9.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 64dcf85c43cc8..14e89ed640399 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2561 2022/05/15 06:16:23 dholland Exp $ +$NetBSD: CHANGES-2022,v 1.2562 2022/05/15 06:44:34 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3968,3 +3968,4 @@ Changes to the packages collection and infrastructure in 2022: Removed security/fragroute [wiz 2022-05-15] Removed print/lgrind [wiz 2022-05-15] Updated multimedia/libogg to 1.3.5nb1 [dholland 2022-05-15] + Updated net/castor to 0.9.0 [pin 2022-05-15] From 5ea830725f8367bc7c26c9edf4d87a12115f7ef3 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 15 May 2022 06:45:09 +0000 Subject: [PATCH 0445/1154] textproc/tuc: update to 0.6.0 [0.6.0] - 2022-05-13 Add split-by-byte using --bytes Add split-by-character using --characters Faster performance when -p (compress delimiters) is on Faster performance when reading the input CI now fails if the linter is not satisfied Reviewd CI/release actions, simpler, faster Release binaries for ARM too --- textproc/tuc/Makefile | 4 ++-- textproc/tuc/cargo-depends.mk | 12 ++++++----- textproc/tuc/distinfo | 38 ++++++++++++++++++++--------------- 3 files changed, 31 insertions(+), 23 deletions(-) diff --git a/textproc/tuc/Makefile b/textproc/tuc/Makefile index eefaad685bd4f..bef5585adf13e 100644 --- a/textproc/tuc/Makefile +++ b/textproc/tuc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/05/03 13:01:05 pin Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/15 06:45:09 pin Exp $ -DISTNAME= tuc-0.5.0 +DISTNAME= tuc-0.6.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=riquito/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/tuc/cargo-depends.mk b/textproc/tuc/cargo-depends.mk index fc4e96f18e772..ba2444da37aeb 100644 --- a/textproc/tuc/cargo-depends.mk +++ b/textproc/tuc/cargo-depends.mk @@ -1,15 +1,17 @@ -# $NetBSD: cargo-depends.mk,v 1.1 2022/05/03 13:01:05 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.2 2022/05/15 06:45:09 pin Exp $ -CARGO_CRATE_DEPENDS+= anyhow-1.0.41 -CARGO_CRATE_DEPENDS+= assert_cmd-1.0.5 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 +CARGO_CRATE_DEPENDS+= assert_cmd-2.0.4 CARGO_CRATE_DEPENDS+= bstr-0.2.16 -CARGO_CRATE_DEPENDS+= difference-2.0.0 +CARGO_CRATE_DEPENDS+= difflib-0.4.0 CARGO_CRATE_DEPENDS+= doc-comment-0.3.3 +CARGO_CRATE_DEPENDS+= either-1.6.1 +CARGO_CRATE_DEPENDS+= itertools-0.10.3 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= libc-0.2.97 CARGO_CRATE_DEPENDS+= memchr-2.4.0 CARGO_CRATE_DEPENDS+= pico-args-0.4.2 -CARGO_CRATE_DEPENDS+= predicates-1.0.8 +CARGO_CRATE_DEPENDS+= predicates-2.1.1 CARGO_CRATE_DEPENDS+= predicates-core-1.0.2 CARGO_CRATE_DEPENDS+= predicates-tree-1.0.2 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 diff --git a/textproc/tuc/distinfo b/textproc/tuc/distinfo index 3b1c278c69ec8..05f2c8c947f80 100644 --- a/textproc/tuc/distinfo +++ b/textproc/tuc/distinfo @@ -1,20 +1,26 @@ -$NetBSD: distinfo,v 1.1 2022/05/03 13:01:05 pin Exp $ +$NetBSD: distinfo,v 1.2 2022/05/15 06:45:09 pin Exp $ -BLAKE2s (anyhow-1.0.41.crate) = 4230aaedb7091332310c68d92e2b9aecfd543ee0a9efdcaf3ec0ee9ebc00442a -SHA512 (anyhow-1.0.41.crate) = c6fba5fbb5646d195fdbda65003a8741188d49db02b805a84e695c81a054d9d5265b1c296c23d65cf089af35ce470083de88e1b65aadcc3ce33c8fb22b9cb91f -Size (anyhow-1.0.41.crate) = 34561 bytes -BLAKE2s (assert_cmd-1.0.5.crate) = 9cae86b4c824930e3f0668ed6bb060928a4184d3ea17663e077f03ac5ed9f6a5 -SHA512 (assert_cmd-1.0.5.crate) = fc261e4411cc5113c63c2e6c12c81dd97e924eb961e5851ec84c43c76d1271c08a6c36798e1951a0ceaa54acd91a75575cefa7fbfad8123fd4652192c0ebc396 -Size (assert_cmd-1.0.5.crate) = 26641 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes +BLAKE2s (assert_cmd-2.0.4.crate) = f2efbb63a33e11fa51ddfdeb2f3fb143bb28e6339b89e2650cd987691e9396c4 +SHA512 (assert_cmd-2.0.4.crate) = c389e0210153e9a6ccbba4dbc6a6c7a23533e5fe76e717dbc36415be2adbabfbc0de33a2e6d05e3d70779b7a278580edba400c688c9a6b446403b59a78d93720 +Size (assert_cmd-2.0.4.crate) = 22581 bytes BLAKE2s (bstr-0.2.16.crate) = 541d36618e387c3fcd3e8d3c8b8c0067e86611974d2a5921c1c121dd30c43adf SHA512 (bstr-0.2.16.crate) = 33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac Size (bstr-0.2.16.crate) = 330346 bytes -BLAKE2s (difference-2.0.0.crate) = 103a633dda6fafcc5ac9243a4ec8ae3f29f212e72871e10a5c7c3cf7fbcfbc71 -SHA512 (difference-2.0.0.crate) = cc9956757770ecf237d8f46abef25ce219193c877be6cf83163e87c494956cca3202951ac01bba0728e7202fcde2261009c1b4599f389cf979858f25936a5482 -Size (difference-2.0.0.crate) = 147616 bytes +BLAKE2s (difflib-0.4.0.crate) = 9dedf118200e28f553a5eac255f0d880196f1e55fb258011866d9f8421cb0122 +SHA512 (difflib-0.4.0.crate) = fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9 +Size (difflib-0.4.0.crate) = 7638 bytes BLAKE2s (doc-comment-0.3.3.crate) = 3c6c0c2b176af73b7f930c90bde1054195adccd234d74431050b27bcfefff615 SHA512 (doc-comment-0.3.3.crate) = e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba Size (doc-comment-0.3.3.crate) = 4123 bytes +BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 +SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf +Size (either-1.6.1.crate) = 13641 bytes +BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb +SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 +Size (itertools-0.10.3.crate) = 118661 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes @@ -27,9 +33,9 @@ Size (memchr-2.4.0.crate) = 63392 bytes BLAKE2s (pico-args-0.4.2.crate) = f0d351b513b1b20c1cfd24bf41c521e9529714827839211e5e0bfdad9f4d3c5a SHA512 (pico-args-0.4.2.crate) = a6e46bc8d086091a37a0edf418d5414eaa5ef57a508aa81c352c66281cc2c88c97611b7eedd4f5f18c7a8169f48aa3bfdc7a5eb7b3cb570cbf871eed5e867ea1 Size (pico-args-0.4.2.crate) = 11565 bytes -BLAKE2s (predicates-1.0.8.crate) = 98e6513badfe14b11e56bd4d0d70d276f9e19ce9549731d45877a865d8d502fb -SHA512 (predicates-1.0.8.crate) = a6d8278c331223c24a7189e9dfeddd11a20e7e9010e647a8fbc554f4847b72a13aba2ad22d4e0fedfb2ed4490fd11b05fb2d0e7fda373794b7c0a70094998a6a -Size (predicates-1.0.8.crate) = 26996 bytes +BLAKE2s (predicates-2.1.1.crate) = cc32cefa4a4afae1ce5a0f843f4b45caf28f0ebb858a06a77d0669297f20cd38 +SHA512 (predicates-2.1.1.crate) = c850fa2541265aeb23d5c19dac6c7654dc434f1239ecc8b1cfaea89bd120112e2c45f127b491fbfba1c053db8413e8b561896729a56b6588142dd9ba9a33988b +Size (predicates-2.1.1.crate) = 23150 bytes BLAKE2s (predicates-core-1.0.2.crate) = 009875baf8ddbcd2235dc986b012c88d345977afe7d87cce086e77aa099c3487 SHA512 (predicates-core-1.0.2.crate) = bfeee297e7bb81c1cc63908ab47f10e21e53b9f690d9aaf08855bc1824e0c87cf05c92e5a8dbc57eace7490c0ce58bbe2e178ac33ad0553ad2772593d89f8aab Size (predicates-core-1.0.2.crate) = 8185 bytes @@ -42,9 +48,9 @@ Size (regex-automata-0.1.10.crate) = 114533 bytes BLAKE2s (treeline-0.1.0.crate) = 81ccdbd03361021dd31e9d28ba05b16020601481bf2ec9754869ab687eddc0bc SHA512 (treeline-0.1.0.crate) = 37a7c7e95855fdf0fafe5b529eed6c6cfc641da799bc6738a5649a9a0c3db2ef3e63d692862a987bc19263f33b6df2e8ae71b49fe30160d6d470cbb804511824 Size (treeline-0.1.0.crate) = 3855 bytes -BLAKE2s (tuc-0.5.0.tar.gz) = 07d606ca0218e7522d52b624ac6b8ebe5703b21d6cc45789633c87b3a3933313 -SHA512 (tuc-0.5.0.tar.gz) = c8634e664ebd7676dd903b825a20586a3abac9a5b5de2ccc725b3a154f039971a27e00dc8f95c65c7139791a325409e1187b7614f52475030f2f7ae1eb75edf4 -Size (tuc-0.5.0.tar.gz) = 19507 bytes +BLAKE2s (tuc-0.6.0.tar.gz) = 04a72028aa21fd32262ad3eb830f5d34e93b0f0ccf8d6e18adf8b96eea0ce28f +SHA512 (tuc-0.6.0.tar.gz) = 5ce6f8215ee554391cd598eaba2bdbe56b81f21daa4905424bffe4e7624d98deccd0824c5c08d8c90736ec65a0aa9a2ef35725610350c43672a47b0ff48dd984 +Size (tuc-0.6.0.tar.gz) = 20942 bytes BLAKE2s (wait-timeout-0.2.0.crate) = 74292341b8dbc71125610cb6f528f9a1b05b234d35fc98899901971af99da233 SHA512 (wait-timeout-0.2.0.crate) = db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066 Size (wait-timeout-0.2.0.crate) = 12441 bytes From f09fe8074cc516d73945a042da6bc6111e9db6a1 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 15 May 2022 06:45:27 +0000 Subject: [PATCH 0446/1154] doc: Updated textproc/tuc to 0.6.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 14e89ed640399..549ccd21660f4 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2562 2022/05/15 06:44:34 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2563 2022/05/15 06:45:27 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3969,3 +3969,4 @@ Changes to the packages collection and infrastructure in 2022: Removed print/lgrind [wiz 2022-05-15] Updated multimedia/libogg to 1.3.5nb1 [dholland 2022-05-15] Updated net/castor to 0.9.0 [pin 2022-05-15] + Updated textproc/tuc to 0.6.0 [pin 2022-05-15] From 231ee0b9485a4d5b021b54110a2979db2bb8cc21 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 08:29:50 +0000 Subject: [PATCH 0447/1154] gr-fcdproplus: remove Broken since gnuradio 3.8 update, doesn't build in any bulk build, inactive upstream --- doc/CHANGES-2022 | 3 ++- ham/Makefile | 3 +-- ham/gr-fcdproplus/DESCR | 6 ------ ham/gr-fcdproplus/Makefile | 38 --------------------------------- ham/gr-fcdproplus/PLIST | 15 ------------- ham/gr-fcdproplus/buildlink3.mk | 13 ----------- ham/gr-fcdproplus/distinfo | 5 ----- 7 files changed, 3 insertions(+), 80 deletions(-) delete mode 100644 ham/gr-fcdproplus/DESCR delete mode 100644 ham/gr-fcdproplus/Makefile delete mode 100644 ham/gr-fcdproplus/PLIST delete mode 100644 ham/gr-fcdproplus/buildlink3.mk delete mode 100644 ham/gr-fcdproplus/distinfo diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 549ccd21660f4..e916e1c8c50ae 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2563 2022/05/15 06:45:27 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2564 2022/05/15 08:29:50 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3970,3 +3970,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/libogg to 1.3.5nb1 [dholland 2022-05-15] Updated net/castor to 0.9.0 [pin 2022-05-15] Updated textproc/tuc to 0.6.0 [pin 2022-05-15] + Removed ham/gr-fcdproplus [wiz 2022-05-15] diff --git a/ham/Makefile b/ham/Makefile index e331e958f9e1e..75a847d399251 100644 --- a/ham/Makefile +++ b/ham/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2022/01/16 18:06:25 tnn Exp $ +# $NetBSD: Makefile,v 1.52 2022/05/15 08:29:50 wiz Exp $ # COMMENT= Wireless communication tools and applications @@ -33,7 +33,6 @@ SUBDIR+= gnuradio-vocoder SUBDIR+= gnuradio-wavelet SUBDIR+= gnuradio-zeromq SUBDIR+= gpredict -SUBDIR+= gr-fcdproplus SUBDIR+= gr-osmosdr SUBDIR+= grig SUBDIR+= hackrf diff --git a/ham/gr-fcdproplus/DESCR b/ham/gr-fcdproplus/DESCR deleted file mode 100644 index 67152243e8594..0000000000000 --- a/ham/gr-fcdproplus/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -gr-fcdproplus is an linux and OSX addon for gnuradio to implement a -funcube dongle pro+ source. -On linux autodetects the correct soundcard from /proc/asound/cards. -This idea was taken from the osmosdr drivers. - -To control the device the hidraw code of the hidapi is used. diff --git a/ham/gr-fcdproplus/Makefile b/ham/gr-fcdproplus/Makefile deleted file mode 100644 index e4abbb98ef8fa..0000000000000 --- a/ham/gr-fcdproplus/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $NetBSD: Makefile,v 1.23 2022/01/10 01:46:37 ryoon Exp $ - -DISTNAME= gr-fcdproplus-3.8.0.20200811 -PKGREVISION= 1 -CATEGORIES= ham -MASTER_SITES= ${MASTER_SITE_GITHUB:=dl1ksv/} -GITHUB_TAG= 575fcafbb8f36dc11d95a305f331660612a44596 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/dl1ksv/gr-fcdproplus -COMMENT= Addon for funcube dongle pro+ to GNU Radio -LICENSE= gnu-gpl-v2 - -BUILD_DEPENDS+= swig3-[0-9]*:../../devel/swig3 - -USE_LANGUAGES= c c++ -USE_TOOLS= cmake -USE_CMAKE= yes - -CFLAGS+= -I${PREFIX}/include/libusb-1.0 -CXXFLAGS+= -I${PREFIX}/include/libusb-1.0 - -# Suppress warning for developer -CMAKE_ARGS+= -Wno-dev -CMAKE_ARGS+= -DGNURADIO_RUNTIME_INCLUDE_DIRS=${PREFIX}/include -PLIST_SUBST+= PYSITELIB=${PYSITELIB} -CMAKE_ARGS+= -DENABLE_DOXYGEN=OFF -#CMAKE_ARGS+= -DDOXY_FILE_PATH=${PREFIX}/share/gnuradio/modtool/templates/gr-newmod/docs/doxygen - -.include "../../devel/boost-headers/buildlink3.mk" -.include "../../devel/boost-libs/buildlink3.mk" -.include "../../devel/libusb1/buildlink3.mk" -.include "../../lang/python/application.mk" -.include "../../lang/python/pyversion.mk" -.include "../../ham/gnuradio-core/buildlink3.mk" -.include "../../ham/gnuradio-utils/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/ham/gr-fcdproplus/PLIST b/ham/gr-fcdproplus/PLIST deleted file mode 100644 index de646d8038385..0000000000000 --- a/ham/gr-fcdproplus/PLIST +++ /dev/null @@ -1,15 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2014/10/13 13:07:13 mef Exp $ -include/fcdproplus/api.h -include/fcdproplus/fcdproplus.h -include/fcdproplus/fcdproplus/swig/fcdproplus_swig.i -include/fcdproplus/fcdproplus/swig/fcdproplus_swig_doc.i -lib/libgnuradio-fcdproplus.so -lib/pkgconfig/gnuradio-fcdproplus.pc -${PYSITELIB}/fcdproplus/__init__.py -${PYSITELIB}/fcdproplus/__init__.pyc -${PYSITELIB}/fcdproplus/__init__.pyo -${PYSITELIB}/fcdproplus/_fcdproplus_swig.so -${PYSITELIB}/fcdproplus/fcdproplus_swig.py -${PYSITELIB}/fcdproplus/fcdproplus_swig.pyc -${PYSITELIB}/fcdproplus/fcdproplus_swig.pyo -share/gnuradio/grc/blocks/fcdproplus_fcdproplus.xml diff --git a/ham/gr-fcdproplus/buildlink3.mk b/ham/gr-fcdproplus/buildlink3.mk deleted file mode 100644 index 02967d7953c2e..0000000000000 --- a/ham/gr-fcdproplus/buildlink3.mk +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 13:07:13 mef Exp $ - -BUILDLINK_TREE+= gr-fcdproplus - -.if !defined(GR_FCDPROPLUS_BUILDLINK3_MK) -GR_FCDPROPLUS_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.gr-fcdproplus+= gr-fcdproplus>=0.1 -BUILDLINK_ABI_DEPENDS.gr-fcdproplus+= gr-fcdproplus>=0.1 -BUILDLINK_PKGSRCDIR.gr-fcdproplus?= ../../ham/gr-fcdproplus -.endif # GR_FCDPROPLUS_BUILDLINK3_MK - -BUILDLINK_TREE+= -gr-fcdproplus diff --git a/ham/gr-fcdproplus/distinfo b/ham/gr-fcdproplus/distinfo deleted file mode 100644 index 92988f8c07280..0000000000000 --- a/ham/gr-fcdproplus/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.6 2021/12/11 13:59:07 tnn Exp $ - -BLAKE2s (gr-fcdproplus-3.8.0.20200811-575fcafbb8f36dc11d95a305f331660612a44596.tar.gz) = 632d48538510da94e837fc268c00e548520f14aabb0611ed26bf825515b2c2a6 -SHA512 (gr-fcdproplus-3.8.0.20200811-575fcafbb8f36dc11d95a305f331660612a44596.tar.gz) = 96e166a4e17812477750a9a3aecc868f6f06a68543527fc6e8c74e29434b70fd3ec038dae819549209632688ab4084a186b929fc0ef1e1aa4dd5771181e10a16 -Size (gr-fcdproplus-3.8.0.20200811-575fcafbb8f36dc11d95a305f331660612a44596.tar.gz) = 49723 bytes From 469aed7151aa1f284d92ad0587b316b42bd670d3 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 10:05:15 +0000 Subject: [PATCH 0448/1154] *: py37 incompatibility via matplotlib via numpy --- lang/py-lsp-server/Makefile | 4 ++-- multimedia/pitivi/Makefile | 4 ++-- textproc/py-nltk/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/py-lsp-server/Makefile b/lang/py-lsp-server/Makefile index f3065340cfaa0..761adb9056a64 100644 --- a/lang/py-lsp-server/Makefile +++ b/lang/py-lsp-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/01/05 15:41:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/15 10:05:15 nia Exp $ DISTNAME= python-lsp-server-1.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -33,7 +33,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib TEST_DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pylint, py-parso via py-jedi +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-pylint, py-parso via py-jedi USE_PKG_RESOURCES= yes diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index 88d199cd458ba..a4cfaed7ca4c3 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2022/04/17 07:18:06 nia Exp $ +# $NetBSD: Makefile,v 1.68 2022/05/15 10:05:15 nia Exp $ DISTNAME= pitivi-0.999 PKGREVISION= 8 @@ -32,7 +32,7 @@ SUBST_VARS.py+= PYVERSSUFFIX REPLACE_PYTHON+= bin/pitivi.in # Python 3 only -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # matplotlib PY_PATCHPLIST= yes # Workaround for Python 3.8 LDFLAGS+= -lpython${PYVERSSUFFIX} diff --git a/textproc/py-nltk/Makefile b/textproc/py-nltk/Makefile index 7ae5da4fa4f34..0af39c89f3fe7 100644 --- a/textproc/py-nltk/Makefile +++ b/textproc/py-nltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:25 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/15 10:05:15 nia Exp $ DISTNAME= nltk-3.6.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -54,7 +54,7 @@ TEST_DEPENDS+= nltk_data-words-[0-9]*:../../textproc/nltk_data-words REPLACE_PYTHON= nltk/corpus/reader/knbc.py -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # matplotlib USE_PKG_RESOURCES= yes From d0a93bf9c5bd3c8e29a6032c80bacd531933b557 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 10:26:26 +0000 Subject: [PATCH 0449/1154] *: py37 incomptaibiliy via matplotlib via numpy --- devel/py-memory-profiler/Makefile | 4 ++-- meta-pkgs/bulk-medium/Makefile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/py-memory-profiler/Makefile b/devel/py-memory-profiler/Makefile index 631cd106d399b..0652ac6225432 100644 --- a/devel/py-memory-profiler/Makefile +++ b/devel/py-memory-profiler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/01/05 15:41:06 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/15 10:26:26 nia Exp $ DISTNAME= memory_profiler-0.60.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-matplotlib +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-matplotlib USE_PKG_RESOURCES= yes diff --git a/meta-pkgs/bulk-medium/Makefile b/meta-pkgs/bulk-medium/Makefile index 7f1e71521c378..538514f8a3d13 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2021/12/30 09:05:45 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2022/05/15 10:26:26 nia Exp $ DISTNAME= bulk-medium-20211229 CATEGORIES= meta-pkgs @@ -218,6 +218,7 @@ BUILD_DEPENDS+= ${LUA_PKGPREFIX}-stdlib-[0-9]*:../../devel/lua-stdlib BUILD_DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small PYTHON_FOR_BUILD_ONLY= yes +PYTHON_VERSIONS_INCOMPATIBLE 27 37 .include "../../lang/lua/luaversion.mk" # for LUA_PKGPREFIX .include "../../lang/python/pyversion.mk" # for PYPKGPREFIX .include "../../mk/bsd.pkg.mk" From a3f0e6908a5849b9506b0bb3b419fd4440275344 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 10:27:07 +0000 Subject: [PATCH 0450/1154] py-matplotlib: incompatibility with matplotlib via numpy --- graphics/py-matplotlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index 9e4958b194744..e770165060f73 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2022/01/04 20:54:06 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2022/05/15 10:27:07 nia Exp $ DISTNAME= matplotlib-3.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -25,7 +25,7 @@ USE_TOOLS+= pkg-config PYSETUPTESTTARGET= pytest -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-numpy +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-numpy .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" From edd17464986b06b3687a2ddfbace7081c9e16ac2 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 15 May 2022 10:49:36 +0000 Subject: [PATCH 0451/1154] py-ansible-compat: needs py-setuptools_scm --- sysutils/py-ansible-compat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/py-ansible-compat/Makefile b/sysutils/py-ansible-compat/Makefile index aef795d310adf..17259c4ba92cd 100644 --- a/sysutils/py-ansible-compat/Makefile +++ b/sysutils/py-ansible-compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/12 08:07:34 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/15 10:49:36 adam Exp $ DISTNAME= ansible-compat-2.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/ansible-community/ansible-compat COMMENT= Ansible compatibility goodies LICENSE= mit +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-subprocess-tee>=0.3.5:../../sysutils/py-subprocess-tee DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml From 6beaedf0e96bc33b3a36f0e25f538c21c1868676 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 11:26:44 +0000 Subject: [PATCH 0452/1154] mingw-binutils: set WRKSRC explicitly to work with renamed distfile --- cross/mingw-binutils/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cross/mingw-binutils/Makefile b/cross/mingw-binutils/Makefile index 1a7206956d4ec..ff33bb9637328 100644 --- a/cross/mingw-binutils/Makefile +++ b/cross/mingw-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2022/04/23 22:33:02 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/15 11:26:44 tnn Exp $ DISTNAME= binutils-2.18a PKGNAME= mingw-binutils-2.18 @@ -27,6 +27,8 @@ SUBST_SED.bash= -e s,@@BASH@@,${PREFIX}/bin/bash, INSTALLATION_DIRS+= cross/bin +WRKSRC= ${WRKDIR}/binutils-2.18 + post-install: .for f in windres dllwrap ${LN} -fs ${PREFIX}/cross/bin/${MINGW_TARGET}-${f} \ From c3f4d2d76933cb5c01c0674af734e1fad3530dcf Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 11:50:53 +0000 Subject: [PATCH 0453/1154] fna3d: update to 22.05 to fix build with current graphics/mojoshader --- graphics/fna3d/Makefile | 11 ++----- graphics/fna3d/PLIST | 3 +- graphics/fna3d/distinfo | 11 ++++--- graphics/fna3d/patches/patch-CMakeLists.txt | 29 ++++++++++--------- .../patches/patch-src_FNA3D__Driver__Vulkan.c | 15 ---------- 5 files changed, 25 insertions(+), 44 deletions(-) delete mode 100644 graphics/fna3d/patches/patch-src_FNA3D__Driver__Vulkan.c diff --git a/graphics/fna3d/Makefile b/graphics/fna3d/Makefile index 949f94ffac064..7ae5643461375 100644 --- a/graphics/fna3d/Makefile +++ b/graphics/fna3d/Makefile @@ -1,20 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2022/03/28 10:44:21 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/15 11:50:53 tnn Exp $ -GITHUB_PROJECT= FNA3D -GITHUB_TAG= 21.01 -DISTNAME= 21.01 -PKGNAME= ${GITHUB_PROJECT:tl}-${DISTNAME} -PKGREVISION= 3 +DISTNAME= FNA3D-22.05 +PKGNAME= ${DISTNAME:tl} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=FNA-XNA/} -DIST_SUBDIR= ${GITHUB_PROJECT} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://fna-xna.github.io/ COMMENT= 3D graphics library for FNA LICENSE= zlib -WRKSRC= ${WRKDIR}/FNA3D-21.01 USE_CMAKE= yes # No upstream install target diff --git a/graphics/fna3d/PLIST b/graphics/fna3d/PLIST index 59b3b5d806696..baf41fc628f67 100644 --- a/graphics/fna3d/PLIST +++ b/graphics/fna3d/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2021/01/24 19:03:46 maya Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/15 11:50:53 tnn Exp $ include/FNA3D.h include/FNA3D_Image.h +include/FNA3D_SysRenderer.h lib/libFNA3D.so lib/libFNA3D.so.0 lib/libFNA3D.so.0.${PKGVERSION} diff --git a/graphics/fna3d/distinfo b/graphics/fna3d/distinfo index c48512eb95178..30125ad92c42f 100644 --- a/graphics/fna3d/distinfo +++ b/graphics/fna3d/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:46:07 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/15 11:50:53 tnn Exp $ -BLAKE2s (FNA3D/21.01.tar.gz) = eb254434bbdc468c33264d6618a42caf19c03107cac19b1bc9fb4203bab83264 -SHA512 (FNA3D/21.01.tar.gz) = ae99280d2b160cbadf19df60aa2e81eb3ae4da4267613f97aa8e132b0b743068091460d8f3097d47adbd6a7b7292a7640088ae7104e2a3a783e0050b72ca497a -Size (FNA3D/21.01.tar.gz) = 315856 bytes -SHA1 (patch-CMakeLists.txt) = 27ebc2e42a5819b6298b6faa8488234e8f3ecbb1 -SHA1 (patch-src_FNA3D__Driver__Vulkan.c) = b9eb107f3d0430ab9536f709871c5d1af1d1e06a +BLAKE2s (FNA3D-22.05.tar.gz) = 97e3ee16e30889ff1e7b65214190725ead2cecad7a9951bc04499babbcf33115 +SHA512 (FNA3D-22.05.tar.gz) = 702ffde8ee537fbcef4078e9d59a9aa82a7f67ed65d6b0a9f5e0087d0ef97339030c911c3a018b16cbd3f95413fc37384b44d5a4ecca22d81299e4b80ce5e069 +Size (FNA3D-22.05.tar.gz) = 315171 bytes +SHA1 (patch-CMakeLists.txt) = 905b792729524ecc51dede035e2d2442cab9d262 diff --git a/graphics/fna3d/patches/patch-CMakeLists.txt b/graphics/fna3d/patches/patch-CMakeLists.txt index 04f9e5e946277..f232e52acb930 100644 --- a/graphics/fna3d/patches/patch-CMakeLists.txt +++ b/graphics/fna3d/patches/patch-CMakeLists.txt @@ -1,9 +1,9 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2021/01/24 19:03:47 maya Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2022/05/15 11:50:53 tnn Exp $ set correct library version disable bundled mojoshader in favor of the one from pkgsrc ---- CMakeLists.txt.orig 2021-01-01 16:22:56.000000000 +0000 +--- CMakeLists.txt.orig 2022-05-01 15:39:21.000000000 +0000 +++ CMakeLists.txt @@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 2.8.12) @@ -14,10 +14,10 @@ disable bundled mojoshader in favor of the one from pkgsrc + # Options option(BUILD_SHARED_LIBS "Build shared library" ON) - option(DISABLE_D3D11 "Disable D3D11 backend") -@@ -105,28 +108,11 @@ add_library(FNA3D - src/FNA3D_Image.c + option(TRACING_SUPPORT "Build with tracing enabled" OFF) +@@ -100,18 +103,7 @@ add_library(FNA3D src/FNA3D_PipelineCache.c + src/FNA3D_Tracing.c ) -add_library(mojoshader STATIC - MojoShader/mojoshader.c @@ -25,16 +25,17 @@ disable bundled mojoshader in favor of the one from pkgsrc - MojoShader/mojoshader_common.c - MojoShader/mojoshader_d3d11.c - MojoShader/mojoshader_opengl.c -- MojoShader/mojoshader_metal.c - MojoShader/mojoshader_vulkan.c - MojoShader/profiles/mojoshader_profile_common.c - MojoShader/profiles/mojoshader_profile_glsl.c - MojoShader/profiles/mojoshader_profile_hlsl.c -- MojoShader/profiles/mojoshader_profile_metal.c - MojoShader/profiles/mojoshader_profile_spirv.c -) - - # Build flags ++ + if(TRACING_SUPPORT) + add_executable(fna3d_replay replay/replay.c) + target_link_libraries(fna3d_replay FNA3D) +@@ -124,9 +116,6 @@ endif() if(NOT MSVC) set_property(TARGET FNA3D PROPERTY COMPILE_FLAGS "-std=gnu99 -Wall -Wno-strict-aliasing -pedantic") endif() @@ -44,10 +45,10 @@ disable bundled mojoshader in favor of the one from pkgsrc # FNA3D folders as includes, for other targets to consume target_include_directories(FNA3D PUBLIC -@@ -134,10 +120,6 @@ target_include_directories(FNA3D PUBLIC - $ - $ - ) +@@ -147,10 +136,6 @@ if(BUILD_DXVK_NATIVE) + $ + ) + endif() -target_include_directories(mojoshader PUBLIC - $ - $ @@ -55,7 +56,7 @@ disable bundled mojoshader in favor of the one from pkgsrc # MinGW builds should statically link libgcc if(MINGW) -@@ -165,7 +147,6 @@ else() +@@ -178,7 +163,6 @@ else() if (TARGET SDL2::SDL2) message(STATUS "using TARGET SDL2::SDL2") target_link_libraries(FNA3D PUBLIC SDL2::SDL2) diff --git a/graphics/fna3d/patches/patch-src_FNA3D__Driver__Vulkan.c b/graphics/fna3d/patches/patch-src_FNA3D__Driver__Vulkan.c deleted file mode 100644 index fabd779f969f0..0000000000000 --- a/graphics/fna3d/patches/patch-src_FNA3D__Driver__Vulkan.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_FNA3D__Driver__Vulkan.c,v 1.1 2021/01/24 19:03:47 maya Exp $ - -Match the headers in vulkan-headers - ---- src/FNA3D_Driver_Vulkan.c.orig 2021-01-01 16:22:56.000000000 +0000 -+++ src/FNA3D_Driver_Vulkan.c -@@ -4444,7 +4444,7 @@ static void VULKAN_INTERNAL_SubmitComman - /* Present, if applicable */ - if (present && acquireSuccess) - { -- if (renderer->physicalDeviceDriverProperties.driverID == VK_DRIVER_ID_GGP_PROPRIETARY) -+ if (renderer->physicalDeviceDriverProperties.driverID == VK_DRIVER_ID_GGP_PROPRIETARY_KHR) - { - const void* token = SDL_GetWindowData( - (SDL_Window*) renderer->presentOverrideWindowHandle, From 4ab58f9f58372458017e5b659b56078a4a7aa018 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 12:08:07 +0000 Subject: [PATCH 0454/1154] fna3d: reset bl3. Assume this is API breaking. --- graphics/fna3d/buildlink3.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/fna3d/buildlink3.mk b/graphics/fna3d/buildlink3.mk index 8032f7d958ccf..fdc0042519d0b 100644 --- a/graphics/fna3d/buildlink3.mk +++ b/graphics/fna3d/buildlink3.mk @@ -1,12 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.4 2022/03/28 10:44:21 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/15 12:08:07 tnn Exp $ BUILDLINK_TREE+= fna3d .if !defined(FNA3D_BUILDLINK3_MK) FNA3D_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.fna3d+= fna3d>=21.01 -BUILDLINK_ABI_DEPENDS.fna3d?= fna3d>=21.01nb3 +BUILDLINK_API_DEPENDS.fna3d+= fna3d>=22.05 BUILDLINK_PKGSRCDIR.fna3d?= ../../graphics/fna3d .include "../../devel/SDL2/buildlink3.mk" From 0ccb99884892626f0d363baa0e0a6cf9cf622c20 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 12:09:49 +0000 Subject: [PATCH 0455/1154] faudio: update to 22.05. Unknown changes. --- audio/faudio/Makefile | 5 ++--- audio/faudio/buildlink3.mk | 4 ++-- audio/faudio/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/audio/faudio/Makefile b/audio/faudio/Makefile index 1fc3d9b7dea7e..0612eeb24dfac 100644 --- a/audio/faudio/Makefile +++ b/audio/faudio/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/03/28 10:43:32 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/15 12:09:49 tnn Exp $ -DISTNAME= faudio-21.12 -PKGREVISION= 2 +DISTNAME= faudio-22.05 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=FNA-XNA/} GITHUB_PROJECT= FAudio diff --git a/audio/faudio/buildlink3.mk b/audio/faudio/buildlink3.mk index 19dc8acc015ab..abcee900c454d 100644 --- a/audio/faudio/buildlink3.mk +++ b/audio/faudio/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.1 2020/05/22 09:04:29 nia Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/15 12:09:49 tnn Exp $ BUILDLINK_TREE+= faudio .if !defined(FAUDIO_BUILDLINK3_MK) FAUDIO_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.faudio+= faudio>=20.05 +BUILDLINK_API_DEPENDS.faudio+= faudio>=22.05 BUILDLINK_PKGSRCDIR.faudio?= ../../audio/faudio .endif # FAUDIO_BUILDLINK3_MK diff --git a/audio/faudio/distinfo b/audio/faudio/distinfo index 0de283aa4065d..8e9665fb5fc30 100644 --- a/audio/faudio/distinfo +++ b/audio/faudio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/12/03 13:29:42 adam Exp $ +$NetBSD: distinfo,v 1.15 2022/05/15 12:09:49 tnn Exp $ -BLAKE2s (faudio-21.12.tar.gz) = 9d96d02a170c0581b95d93617de3a2da8456f0fbba9e33a5ecd81aeccf06264f -SHA512 (faudio-21.12.tar.gz) = 63a6db1dab37fa2c562f8ab94fa61f489eddcb5d362fdba00bc513cceeff18b8411c7d83233f4836934d9fe315cbfdb079f2a31ff7b77028fd2496a0fa4a6a75 -Size (faudio-21.12.tar.gz) = 1117029 bytes +BLAKE2s (faudio-22.05.tar.gz) = f18f102f22f90cc3d6562107a82e0438d9689e1c5d7a25faa86e67dec5146992 +SHA512 (faudio-22.05.tar.gz) = 7feee4d63ca51d899e170fb9ca5ec55337b6881fc18af0ff5b3b26b12d3c05b831a4c665b1635534c5115230146026430c20196d8cc3b732b57123a7ea96c006 +Size (faudio-22.05.tar.gz) = 1109259 bytes From c08f8c7d6593d456b7d81a4178659d0d9260a984 Mon Sep 17 00:00:00 2001 From: gdt Date: Sun, 15 May 2022 12:12:20 +0000 Subject: [PATCH 0456/1154] ham/chirp: Update to 20220515 Upstream changes are minor. --- ham/chirp/Makefile | 5 ++--- ham/chirp/PLIST | 7 +++++-- ham/chirp/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ham/chirp/Makefile b/ham/chirp/Makefile index c48b4a365d306..7297ddbcb9883 100644 --- a/ham/chirp/Makefile +++ b/ham/chirp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2022/04/18 19:11:24 adam Exp $ +# $NetBSD: Makefile,v 1.45 2022/05/15 12:12:20 gdt Exp $ -DISTNAME= chirp-daily-20220308 +DISTNAME= chirp-daily-20220515 PKGNAME= ${DISTNAME:S/-daily//} -PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= https://trac.chirp.danplanet.com/chirp_daily/daily-${PKGVERSION_NOREV}/ # Chirp does not have what would normally called releasees. They have diff --git a/ham/chirp/PLIST b/ham/chirp/PLIST index 66690b6589f91..ae02b5bbfeaf3 100644 --- a/ham/chirp/PLIST +++ b/ham/chirp/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.12 2022/03/08 13:50:23 gdt Exp $ -@comment $NetBSD: PLIST,v 1.12 2022/03/08 13:50:23 gdt Exp $ +@comment $NetBSD: PLIST,v 1.13 2022/05/15 12:12:20 gdt Exp $ +@comment $NetBSD: PLIST,v 1.13 2022/05/15 12:12:20 gdt Exp $ bin/chirpw bin/rpttool ${PYSITELIB}/${EGG_INFODIR} @@ -171,6 +171,9 @@ ${PYSITELIB}/chirp/drivers/generic_tpe.pyo ${PYSITELIB}/chirp/drivers/gmrsuv1.py ${PYSITELIB}/chirp/drivers/gmrsuv1.pyc ${PYSITELIB}/chirp/drivers/gmrsuv1.pyo +${PYSITELIB}/chirp/drivers/gmrsv2.py +${PYSITELIB}/chirp/drivers/gmrsv2.pyc +${PYSITELIB}/chirp/drivers/gmrsv2.pyo ${PYSITELIB}/chirp/drivers/h777.py ${PYSITELIB}/chirp/drivers/h777.pyc ${PYSITELIB}/chirp/drivers/h777.pyo diff --git a/ham/chirp/distinfo b/ham/chirp/distinfo index 3d69834dac1c8..88acfd9c23185 100644 --- a/ham/chirp/distinfo +++ b/ham/chirp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2022/03/08 13:50:23 gdt Exp $ +$NetBSD: distinfo,v 1.24 2022/05/15 12:12:20 gdt Exp $ -BLAKE2s (chirp-daily-20220308.tar.gz) = b343b27818c3bdfb26eb10b406aafe0b33eb24375382873b268f5534fb0f8c53 -SHA512 (chirp-daily-20220308.tar.gz) = a151c665a756010130987343fbbefacfa30c8ac28d7f9fb3fd2f0bd2772bbf3f6b79aa5d7adf4601af75cdc19d190c5fe264e3d1e09b48da1f4fcd12c55c2fcc -Size (chirp-daily-20220308.tar.gz) = 1039186 bytes +BLAKE2s (chirp-daily-20220515.tar.gz) = b4ec3c6d4adc42d07763a6e024bef769f2cdfa83370e28f87b1b8c60b34e3b38 +SHA512 (chirp-daily-20220515.tar.gz) = cc4aa8834f2549239ba6e6157dce24edadf9802d92ba6c47434d32e06037042b60b63fdf1b5588b4aa1bdacdecbe0fc2d71d6626a2f9ca3d289d743c40455d60 +Size (chirp-daily-20220515.tar.gz) = 1047970 bytes SHA1 (patch-chirp_platform.py) = f8c0f7ffb0fa08b2b3a591a9ccdf4efca7838646 SHA1 (patch-chirp_ui_mainapp.py) = 4e201ed531a34800687fa1dcaa18c8406c22d925 SHA1 (patch-setup.py) = 28302403b4cd397b9654aeead4ab7910164312c2 From 111b88ad33c97ca2d713c0fd9ff9a7c976e74d82 Mon Sep 17 00:00:00 2001 From: gdt Date: Sun, 15 May 2022 12:12:30 +0000 Subject: [PATCH 0457/1154] doc: Updated ham/chirp to 20220515 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e916e1c8c50ae..f752702f633c8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2564 2022/05/15 08:29:50 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2565 2022/05/15 12:12:30 gdt Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3971,3 +3971,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/castor to 0.9.0 [pin 2022-05-15] Updated textproc/tuc to 0.6.0 [pin 2022-05-15] Removed ham/gr-fcdproplus [wiz 2022-05-15] + Updated ham/chirp to 20220515 [gdt 2022-05-15] From 502275a03bc719b695e262301599570866255bc1 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 12:17:49 +0000 Subject: [PATCH 0458/1154] fna: blind update to 22.05 to sync with graphics/fna3d Untested because it uses mono, I can't test. Sorry. --- games/fna/Makefile | 19 ++++++------------- games/fna/buildlink3.mk | 5 ++--- games/fna/distinfo | 32 ++++++++++++++++---------------- 3 files changed, 24 insertions(+), 32 deletions(-) diff --git a/games/fna/Makefile b/games/fna/Makefile index 20448b5a80e57..13193b52d57c5 100644 --- a/games/fna/Makefile +++ b/games/fna/Makefile @@ -1,23 +1,18 @@ -# $NetBSD: Makefile,v 1.7 2022/04/18 19:09:50 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/15 12:17:49 tnn Exp $ -GITHUB_PROJECT= FNA -GITHUB_TAG= 21.01 -DISTNAME= 21.01 -PKGNAME= ${GITHUB_PROJECT:tl}-${DISTNAME} -PKGREVISION= 5 +DISTNAME= FNA-22.05 +PKGNAME= ${DISTNAME:tl} CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=FNA-XNA/} -DIST_SUBDIR= ${GITHUB_PROJECT} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://fna-xna.github.io/ COMMENT= Reimplementation of Microsoft XNA Game Studio 4.0 Refresh Libraries LICENSE= ms-pl AND gnu-lgpl-v2.1 AND mit - -SDL2_CS= 1e01bc8eebb501bf6df24ec98784c32843308e0a.tar.gz -FAUDIO= 0f3f1e6df74da481d466dd97aa4345ea9fe56ca4.tar.gz -THEORAFILE= 0c5504658a3108919e53b625287786a87529de42.tar.gz +SDL2_CS= 34338dfab2be370b3aa3d3ebbd8bd6cb7f5c1148.tar.gz +FAUDIO= 0a90c02a86495b93b3ce08768d572d3f1cfef3cc.tar.gz +THEORAFILE= 23d47a4c3dc15ec92c147ea27627759c67b03664.tar.gz NETSTUB= ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz DISTFILES+= ${DEFAULT_DISTFILES} ${THEORAFILE} ${FAUDIO} ${SDL2_CS} ${NETSTUB} @@ -26,7 +21,6 @@ SITES.${FAUDIO}+= ${MASTER_SITE_GITHUB:=FNA-XNA/}Faudio/archive/ SITES.${THEORAFILE}+= ${MASTER_SITE_GITHUB:=FNA-XNA/}Theorafile/archive/ SITES.${NETSTUB}+= ${MASTER_SITE_GITHUB:=FNA-XNA/}FNA.NetStub/archive/ -WRKSRC= ${WRKDIR}/FNA-21.01 USE_LANGUAGES= # none post-extract: @@ -37,7 +31,6 @@ post-extract: ${LN} -sf ${WRKDIR}/Theorafile-${THEORAFILE:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/Theorafile ${LN} -sf ${WRKDIR}/SDL2-CS-${SDL2_CS:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/SDL2-CS - # need to rm bin,obj before FNA.sln to build with FNA.Settings.props do-build: xbuild /p:Configuration=Release ${WRKSRC}/abi/Microsoft.Xna.Framework.sln diff --git a/games/fna/buildlink3.mk b/games/fna/buildlink3.mk index 6b5a36df34863..0eb6b560c28c2 100644 --- a/games/fna/buildlink3.mk +++ b/games/fna/buildlink3.mk @@ -1,12 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.7 2022/04/18 19:09:50 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2022/05/15 12:17:49 tnn Exp $ BUILDLINK_TREE+= fna .if !defined(FNA_BUILDLINK3_MK) FNA_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.fna+= fna>=21.01 -BUILDLINK_ABI_DEPENDS.fna?= fna>=21.01nb5 +BUILDLINK_API_DEPENDS.fna+= fna>=22.05 BUILDLINK_PKGSRCDIR.fna?= ../../games/fna .include "../../graphics/mojoshader/buildlink3.mk" diff --git a/games/fna/distinfo b/games/fna/distinfo index 5ab3bff676231..b05f028449b00 100644 --- a/games/fna/distinfo +++ b/games/fna/distinfo @@ -1,17 +1,17 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:43:58 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/15 12:17:49 tnn Exp $ -BLAKE2s (FNA/0c5504658a3108919e53b625287786a87529de42.tar.gz) = 0449aebe941e5bf63f39acbfe61ce6cbabfc59dc9739d9879db7f0be29ea91e4 -SHA512 (FNA/0c5504658a3108919e53b625287786a87529de42.tar.gz) = 81f111268f3b7150de065fe5b7f67ec09989cf25e282a2cc2bb53f5e1b9530c5e0fb9efb3afac3517130f4649d4aa6bb002f0fe6ca71b95365640f6b008c841b -Size (FNA/0c5504658a3108919e53b625287786a87529de42.tar.gz) = 456040 bytes -BLAKE2s (FNA/0f3f1e6df74da481d466dd97aa4345ea9fe56ca4.tar.gz) = 4bc4763a6e49920b34a944c1c8cdff91de97c9de92bc4b68a4797070017f8db2 -SHA512 (FNA/0f3f1e6df74da481d466dd97aa4345ea9fe56ca4.tar.gz) = 71000525ec727a460e8730b7e709ed3251492dc3352437c5585321ae76f0ca806e352102bc063826df3a941691c994856fec1600e8d65aa3f1b8fcd611962ec1 -Size (FNA/0f3f1e6df74da481d466dd97aa4345ea9fe56ca4.tar.gz) = 1135054 bytes -BLAKE2s (FNA/1e01bc8eebb501bf6df24ec98784c32843308e0a.tar.gz) = f2d608452846c9e28ecd849fce7269e670679a5e773d92d53eff57d8b744181a -SHA512 (FNA/1e01bc8eebb501bf6df24ec98784c32843308e0a.tar.gz) = 07c36900d78541361d25117f3c5486e05dc39e437bf8ba398e5e454d1fd0ae7f388f2afe61014e3688e332485e95974630b665a87ef4f0889c14c75d827e6953 -Size (FNA/1e01bc8eebb501bf6df24ec98784c32843308e0a.tar.gz) = 44761 bytes -BLAKE2s (FNA/21.01.tar.gz) = b0ae49f7f3d1cedd8cb5cf051e85e3d7a6dfe4d9f74e23cf36b3b37bb91953f7 -SHA512 (FNA/21.01.tar.gz) = 229c0ae560f37d31234c596f573f752cbb27871ff0fe6d4b0c6c1df4ad1bd089e89ebc05ff927c4bfe08d1a1d3ee1b3aa664ba54c450c916f05dc05c60e4b687 -Size (FNA/21.01.tar.gz) = 294578 bytes -BLAKE2s (FNA/ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = e148afb6e3db954f5062f6d7817aca1d29d5e65cfd3efe0446c739527158885e -SHA512 (FNA/ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = d6170e266fb6b2c0fe7631cf6c26ba0159749247ab7742c69273e07df8d0efacbbe9b9695da4ad0aa4a46c32bed49c7e47be1e49485dfcb0e4a36f5010502a64 -Size (FNA/ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = 19825 bytes +BLAKE2s (0a90c02a86495b93b3ce08768d572d3f1cfef3cc.tar.gz) = c2112b9a1d371ad1ea99ac075395aa2e546f1cf49929533c809bd006891fbdbc +SHA512 (0a90c02a86495b93b3ce08768d572d3f1cfef3cc.tar.gz) = 857bfb80bb5ec6be0f1d374ae167d0c6407db7b499b9e7ecb789c43d43fc00c7b1e9cc661047cdeb372c0c2a2a57845ec715db35e91629ad19c641a9386b1229 +Size (0a90c02a86495b93b3ce08768d572d3f1cfef3cc.tar.gz) = 1109906 bytes +BLAKE2s (23d47a4c3dc15ec92c147ea27627759c67b03664.tar.gz) = 8eb47f81c524e3a690a55a6105ad61f3fc6b6f6cfb657ee6416ecd468d77d1b6 +SHA512 (23d47a4c3dc15ec92c147ea27627759c67b03664.tar.gz) = d7c8d2b5544c261483ca636675b2c10fd918b59faac6484edd94c7f3fe79b8016eb82341a23eef05c0d9473a1cdd3c26fc2e0ea5bef6b8c65934c99b844ec97e +Size (23d47a4c3dc15ec92c147ea27627759c67b03664.tar.gz) = 455481 bytes +BLAKE2s (34338dfab2be370b3aa3d3ebbd8bd6cb7f5c1148.tar.gz) = af59d896a14426db333c712ffb14f25749ea0dc106411e70fb4df80cbde23dd7 +SHA512 (34338dfab2be370b3aa3d3ebbd8bd6cb7f5c1148.tar.gz) = 55948a9286aa8d6b25609e99b4b01d3cc233e2b6d875ebdfb009935621357a09fe7aad77219abc5e94656aa34eddc8ce69833e5dc6eaabcdff7bce58b7723a90 +Size (34338dfab2be370b3aa3d3ebbd8bd6cb7f5c1148.tar.gz) = 48763 bytes +BLAKE2s (FNA-22.05.tar.gz) = fd51f92c526356773133f966f535cc9e38842a5a795e77a8e92d768b59eeda7a +SHA512 (FNA-22.05.tar.gz) = 3eddf1ecbd7b163cd566971330b806a6a1a5246b13f05265e3ed7251eaabbaadb7814036810cf311640062905eefd50b4e01a90fcc5631857af5d35651391ddd +Size (FNA-22.05.tar.gz) = 298874 bytes +BLAKE2s (ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = e148afb6e3db954f5062f6d7817aca1d29d5e65cfd3efe0446c739527158885e +SHA512 (ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = d6170e266fb6b2c0fe7631cf6c26ba0159749247ab7742c69273e07df8d0efacbbe9b9695da4ad0aa4a46c32bed49c7e47be1e49485dfcb0e4a36f5010502a64 +Size (ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = 19825 bytes From 9a3607317e3cc4adc73726cb2f15fff67b9d406d Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 12:28:50 +0000 Subject: [PATCH 0459/1154] doc: note games/fna update, or at least attempt at it --- doc/CHANGES-2022 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f752702f633c8..93ec523b91bae 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2565 2022/05/15 12:12:30 gdt Exp $ +$NetBSD: CHANGES-2022,v 1.2566 2022/05/15 12:28:50 tnn Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3972,3 +3972,6 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/tuc to 0.6.0 [pin 2022-05-15] Removed ham/gr-fcdproplus [wiz 2022-05-15] Updated ham/chirp to 20220515 [gdt 2022-05-15] + Updated graphics/fna3d to 22.05 [tnn 2022-05-15] + Updated audio/faudio to 22.05 [tnn 2022-05-15] + Updated games/fna to 22.05 [tnn 2022-05-15] From d04eef95b37b54e0eda74210e302cfcd5f291244 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 13:41:11 +0000 Subject: [PATCH 0460/1154] fna: rename some directories in post-extract instead of symlinking xbuild does not seem to much like symlinks. It produced a package now. --- games/fna/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/games/fna/Makefile b/games/fna/Makefile index 13193b52d57c5..4b5b895737478 100644 --- a/games/fna/Makefile +++ b/games/fna/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/05/15 12:17:49 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/15 13:41:11 tnn Exp $ DISTNAME= FNA-22.05 PKGNAME= ${DISTNAME:tl} @@ -23,13 +23,15 @@ SITES.${NETSTUB}+= ${MASTER_SITE_GITHUB:=FNA-XNA/}FNA.NetStub/archive/ USE_LANGUAGES= # none +WRKSRC= ${WRKDIR}/FNA + post-extract: - ${LN} -sf ${WRKDIR}/FNA.NetStub-${NETSTUB:S/${EXTRACT_SUFX}//} ${WRKDIR}/FNA.NetStub - ${LN} -sf ${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME} ${WRKDIR}/FNA + ${MV} ${WRKDIR}/FNA-${PKGVERSION_NOREV} ${WRKDIR}/FNA + ${MV} ${WRKDIR}/FNA.NetStub-${NETSTUB:S/${EXTRACT_SUFX}//} ${WRKDIR}/FNA.NetStub ${RM} -r ${WRKSRC}/lib/FAudio ${WRKSRC}/lib/Theorafile ${WRKSRC}/lib/SDL2-CS - ${LN} -sf ${WRKDIR}/FAudio-${FAUDIO:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/FAudio - ${LN} -sf ${WRKDIR}/Theorafile-${THEORAFILE:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/Theorafile - ${LN} -sf ${WRKDIR}/SDL2-CS-${SDL2_CS:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/SDL2-CS + ${MV} ${WRKDIR}/FAudio-${FAUDIO:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/FAudio + ${MV} ${WRKDIR}/Theorafile-${THEORAFILE:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/Theorafile + ${MV} ${WRKDIR}/SDL2-CS-${SDL2_CS:S/${EXTRACT_SUFX}//} ${WRKSRC}/lib/SDL2-CS # need to rm bin,obj before FNA.sln to build with FNA.Settings.props do-build: From 5afd1303a96cd44fd1187b3dd0023483032bec69 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 17:01:47 +0000 Subject: [PATCH 0461/1154] quakespasm: update to 0.94.4 5.1. Changes in 0.94.4 o Fixed getting stuck with loading plaque upon attempting to load a bad save from the menu o Fixed SZ_GetSpace server crashes, e.g. in ad_magna or ad_mountain o Fixed intermission camera angles during demo playback o Don't reset onground flag on every new server message o Re-enabled title demos by default (turn off with cl_startdemos 0) o Don't autoplay next demo after a timedemo o Fixed bad parsing of cdtrack in hipdemo1 from Scourge of Armagon o Fixed serverinfo off-by-one nummodels/numsounds for protocol 15 o Support for Quake 2021 update 3 o Implemented quad/pentagram dlights for Quake 2021 rerelease o Implemented 2021 rerelease localsound builtin & svc_localsound (56) o Several other improvements to Quake 2021 rerelease support o Several other small fixes and improvements all over the code o Updated third party code (SDL, lodepng, miniz, some of the codecs, etc.) o Thanks to Andrei Drexler, 'atsb' and 'temx' for their several patches. --- games/quakespasm/Makefile | 5 ++--- games/quakespasm/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/games/quakespasm/Makefile b/games/quakespasm/Makefile index 6a4e4ad883b97..a2d4bdd358c49 100644 --- a/games/quakespasm/Makefile +++ b/games/quakespasm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2022/03/28 10:44:16 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/15 17:01:47 nia Exp $ -DISTNAME= quakespasm-0.94.3 -PKGREVISION= 1 +DISTNAME= quakespasm-0.94.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quakespasm/} diff --git a/games/quakespasm/distinfo b/games/quakespasm/distinfo index 14e0431a9d6f3..ded6cac3919dd 100644 --- a/games/quakespasm/distinfo +++ b/games/quakespasm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2022/01/17 13:48:26 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/15 17:01:47 nia Exp $ -BLAKE2s (quakespasm-0.94.3.tar.gz) = 3da5f409e062393163763678438d62ea499c1c58b238ce707e7c262d031fb035 -SHA512 (quakespasm-0.94.3.tar.gz) = ab592c1941e96dcf02308e3deb0ddf3aadbfa05f404042710b03ab9910b26b14f6ae63ae8e3fc49d5efe9b35286ce548644e1efa1f9a081fff66fa13328ed313 -Size (quakespasm-0.94.3.tar.gz) = 10347918 bytes +BLAKE2s (quakespasm-0.94.4.tar.gz) = 1731e6eb963bbf5395741cfcec256252ed581a9baed661bb0279990d05f1aea6 +SHA512 (quakespasm-0.94.4.tar.gz) = 6d3bddec3153978fad44faef1c81ecb662e36e148c33cf67dea273848238af499bf3327ce8a023d44802d4f3e27ede50ccb3831102db317d6ace53155404348b +Size (quakespasm-0.94.4.tar.gz) = 11174546 bytes SHA1 (patch-Makefile) = 45a7a31e3bb1865c287f3c6669a4eba120ab2b50 From 9e4af766c379e85bff4554479525b296e0ee3fe9 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 17:01:59 +0000 Subject: [PATCH 0462/1154] doc: Updated games/quakespasm to 0.94.4 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 93ec523b91bae..136ef2c4f7ec2 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2566 2022/05/15 12:28:50 tnn Exp $ +$NetBSD: CHANGES-2022,v 1.2567 2022/05/15 17:01:59 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3975,3 +3975,4 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/fna3d to 22.05 [tnn 2022-05-15] Updated audio/faudio to 22.05 [tnn 2022-05-15] Updated games/fna to 22.05 [tnn 2022-05-15] + Updated games/quakespasm to 0.94.4 [nia 2022-05-15] From 08f75f0d106bd186b356be7696032185c4d67a76 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 17:12:25 +0000 Subject: [PATCH 0463/1154] oshu: update to 2.0.2 Changes: Add support to more path types in the beatmap New scoring model based on the hit/miss ratio ffmpeg 5.0 compability --- games/oshu/Makefile | 7 +++---- games/oshu/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/games/oshu/Makefile b/games/oshu/Makefile index 85a79e8fdec5c..4e671664bef06 100644 --- a/games/oshu/Makefile +++ b/games/oshu/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/03/28 10:44:15 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/15 17:12:25 nia Exp $ -DISTNAME= oshu-2.0.1 -PKGREVISION= 7 +DISTNAME= oshu-2.0.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=fmang/} @@ -22,5 +21,5 @@ CMAKE_ARGS+= -DOSHU_SKINS="minimal" .include "../../devel/pango/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/SDL2_image/buildlink3.mk" -.include "../../multimedia/ffmpeg4/buildlink3.mk" +.include "../../multimedia/ffmpeg5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/oshu/distinfo b/games/oshu/distinfo index 0abf92293b89f..b084a77a77c47 100644 --- a/games/oshu/distinfo +++ b/games/oshu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:44:19 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/15 17:12:25 nia Exp $ -BLAKE2s (oshu-2.0.1.tar.gz) = 29b96804f3498cfd02c517b12f27442396834126dcb1d2bf894e629ce38857c6 -SHA512 (oshu-2.0.1.tar.gz) = 65768b3d8e7733464f05a19bbee594c0be728267bbd0667bc0f34e0d01a39e52d4ecce89a9223f7c454d73b21bc735401e9d83eea8b0a2eaf1c7825a3bd6b1cf -Size (oshu-2.0.1.tar.gz) = 144900 bytes +BLAKE2s (oshu-2.0.2.tar.gz) = 851bb4af285bdb66d093ac136491c57f1222fe65a128b51a8dcfc18ebbcc61a8 +SHA512 (oshu-2.0.2.tar.gz) = e881e9429cebaf74337e55e7fa5445d992627d7616088f15abfafa2c125e1ff057a5b0f39ee4a1d1728c310728a8590e65286b9a0f81dca1f8963b2943fba596 +Size (oshu-2.0.2.tar.gz) = 146109 bytes From ce9113cef6c78f06103bce8d7a85f93e1183f1d3 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 17:12:41 +0000 Subject: [PATCH 0464/1154] doc: Updated games/oshu to 2.0.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 136ef2c4f7ec2..0d476683a3f34 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2567 2022/05/15 17:01:59 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2568 2022/05/15 17:12:41 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3976,3 +3976,4 @@ Changes to the packages collection and infrastructure in 2022: Updated audio/faudio to 22.05 [tnn 2022-05-15] Updated games/fna to 22.05 [tnn 2022-05-15] Updated games/quakespasm to 0.94.4 [nia 2022-05-15] + Updated games/oshu to 2.0.2 [nia 2022-05-15] From b699902a164dc392b0dd11c9000a08e5fa079906 Mon Sep 17 00:00:00 2001 From: fcambus Date: Sun, 15 May 2022 17:22:12 +0000 Subject: [PATCH 0465/1154] binaryen: update USE_LANGUAGES, it now uses c++17. --- devel/binaryen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/binaryen/Makefile b/devel/binaryen/Makefile index 6368ce4c7e96f..3c22de07edcb4 100644 --- a/devel/binaryen/Makefile +++ b/devel/binaryen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/05/12 07:57:22 fcambus Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/15 17:22:12 fcambus Exp $ VERSION= 108 DISTNAME= binaryen-${VERSION} @@ -12,7 +12,7 @@ COMMENT= Compiler and toolchain infrastructure library for WebAssembly LICENSE= apache-2.0 USE_CMAKE= yes -USE_LANGUAGES= c c++14 +USE_LANGUAGES= c c++17 WRKSRC= ${WRKDIR}/binaryen-${GITHUB_TAG} From 0e12ca7ebfa9459f9ed94e78155297564f41743e Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 15 May 2022 17:26:31 +0000 Subject: [PATCH 0466/1154] Decouple tests from build. Skip creating sysdeps, nothing uses it. --- sysutils/daemontools/Makefile | 3 ++- sysutils/daemontools/distinfo | 4 +-- .../daemontools/patches/patch-src_Makefile | 27 +++++++++++++++---- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 55192edd56cf6..40bd9261c27fd 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2020/11/19 09:35:43 schmonz Exp $ +# $NetBSD: Makefile,v 1.47 2022/05/15 17:26:31 schmonz Exp $ DISTNAME= daemontools-0.76 PKGREVISION= 3 @@ -18,6 +18,7 @@ CONFLICTS+= daemontools-encore-[0-9]* WRKSRC= ${WRKDIR}/admin/${PKGNAME_NOREV} DJB_SLASHPACKAGE= YES +TEST_TARGET= rts CMDDIR= ${WRKSRC}/command diff --git a/sysutils/daemontools/distinfo b/sysutils/daemontools/distinfo index 1fa070831b3a9..0efef1c6af70a 100644 --- a/sysutils/daemontools/distinfo +++ b/sysutils/daemontools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 11:19:28 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/05/15 17:26:31 schmonz Exp $ BLAKE2s (daemontools-0.76-man-20020131.tar.gz) = 8ee7328243c279426cb4b6ea48ec993886eaea1e2778dc877e1c32372f692e8f SHA512 (daemontools-0.76-man-20020131.tar.gz) = 1767fafb2d92902f903637f08363031971bda007d1b7b53059551c740976d1c643229ccc44171796c1dcb43cbd875a17178edc634e140671817e0ef0ba3ad80b @@ -9,4 +9,4 @@ Size (daemontools-0.76.sigq12.patch) = 1975 bytes BLAKE2s (daemontools-0.76.tar.gz) = de1cc5249edbdbe3b8a3f0ab33b90068c965b936c952c336672e122d37bca6b0 SHA512 (daemontools-0.76.tar.gz) = e4a7938352b745a03ccc41acdddba1e6782f0ca245e5cae060de62ab6c5a23c841a994c30140298d274405a7f26d53ba7e84e5810a3d185b2c01e4c0feffe6c7 Size (daemontools-0.76.tar.gz) = 36975 bytes -SHA1 (patch-src_Makefile) = 63795c7546d3248911e0d47194baccd8440547f5 +SHA1 (patch-src_Makefile) = 445729d6e8f71ac1911db4b472ffe07ccb8608bb diff --git a/sysutils/daemontools/patches/patch-src_Makefile b/sysutils/daemontools/patches/patch-src_Makefile index 948c7ff07b4bc..e325c3fdfd4bc 100644 --- a/sysutils/daemontools/patches/patch-src_Makefile +++ b/sysutils/daemontools/patches/patch-src_Makefile @@ -1,14 +1,31 @@ -$NetBSD: patch-src_Makefile,v 1.1 2017/10/03 00:21:44 schmonz Exp $ +$NetBSD: patch-src_Makefile,v 1.2 2022/05/15 17:26:31 schmonz Exp $ Use a pkgsrc-capable shell on all platforms. +Run the tests separately from the build. +Skip creating sysdeps, nothing uses it. --- src/Makefile.orig 2001-07-12 16:49:49.000000000 +0000 +++ src/Makefile -@@ -265,7 +265,7 @@ readproctitle.o: compile error.h readpro - rts: envdir envuidgid fghack matchtest multilog pgrphack \ - readproctitle rts.tests setlock setuidgid softlimit supervise svc \ - svok svscan svscanboot svstat tai64n tai64nlocal +@@ -177,7 +177,9 @@ iopause.h: choose compile iopause.h1 iop + iopause.o: compile iopause.c iopause.h select.h tai.h taia.h uint64.h + ./compile iopause.c + +-it: rts sysdeps ++it: envdir envuidgid fghack matchtest multilog pgrphack \ ++readproctitle rts.tests setlock setuidgid softlimit supervise svc \ ++svok svscan svscanboot svstat tai64n tai64nlocal + + load: conf-ld print-ld.sh systype warn-auto.sh + rm -f load +@@ -262,10 +264,8 @@ readproctitle: byte.a load readproctitle + readproctitle.o: compile error.h readproctitle.c + ./compile readproctitle.c + +-rts: envdir envuidgid fghack matchtest multilog pgrphack \ +-readproctitle rts.tests setlock setuidgid softlimit supervise svc \ +-svok svscan svscanboot svstat tai64n tai64nlocal - env - /bin/sh rts.tests 2>&1 | cat -v > rts ++rts: + env - ${PKGSRC_SHELL} rts.tests 2>&1 | cat -v > rts scan_ulong.o: compile scan.h scan_ulong.c From 1181c2d98214a44ca49da859efc2e718e5e25a33 Mon Sep 17 00:00:00 2001 From: fcambus Date: Sun, 15 May 2022 17:26:39 +0000 Subject: [PATCH 0467/1154] clisp: follow redirects chain for HOMEPAGE, point to SourceForge directly. --- lang/clisp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index bf251b26137ed..6d92b33e17d7e 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2021/12/08 16:05:20 adam Exp $ +# $NetBSD: Makefile,v 1.120 2022/05/15 17:26:39 fcambus Exp $ DISTNAME= clisp-2.49 PKGREVISION= 28 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/} #EXTRACT_SUFX= .tar.bz2 MAINTAINER= asau@inbox.ru -HOMEPAGE= http://clisp.cons.org/ +HOMEPAGE= https://clisp.sourceforge.io/ COMMENT= CLISP, a Common Lisp implementation LICENSE= gnu-gpl-v2 From d088aefbcd10aa4851dcda9cc9f078bd9d24f36b Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 15 May 2022 17:40:02 +0000 Subject: [PATCH 0468/1154] Specify TEST_DIRS to fix previous. --- sysutils/daemontools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 40bd9261c27fd..582e8bdcd5c29 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2022/05/15 17:26:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.48 2022/05/15 17:40:02 schmonz Exp $ DISTNAME= daemontools-0.76 PKGREVISION= 3 @@ -19,6 +19,7 @@ CONFLICTS+= daemontools-encore-[0-9]* WRKSRC= ${WRKDIR}/admin/${PKGNAME_NOREV} DJB_SLASHPACKAGE= YES TEST_TARGET= rts +TEST_DIRS= ${WRKSRC}/compile CMDDIR= ${WRKSRC}/command From eb2c4f3b3a37da60fa6995b39c7d5df46eac7358 Mon Sep 17 00:00:00 2001 From: fcambus Date: Sun, 15 May 2022 17:48:57 +0000 Subject: [PATCH 0469/1154] zenlisp: switch MASTER_SITES to HTTPS, fix HOMEPAGE. --- lang/zenlisp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/zenlisp/Makefile b/lang/zenlisp/Makefile index dd6b2230715ab..6d718376d0ece 100644 --- a/lang/zenlisp/Makefile +++ b/lang/zenlisp/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.1 2018/02/03 17:28:53 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/15 17:48:57 fcambus Exp $ DISTNAME= zenlisp PKGNAME= ${DISTNAME}-0.0.${ZENLISP_SNAPSHOT} CATEGORIES= lang -MASTER_SITES= http://www.t3x.org/files/ +MASTER_SITES= https://www.t3x.org/files/ DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.t3x.org/files/ +HOMEPAGE= https://www.t3x.org/ COMMENT= Interpreter for symbolic LISP LICENSE= happy AND 2-clause-bsd # BSD for src/mexprc/mexprc.l From abd4dff4d0935a7c68dc68e5a882b4f22c9f370b Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 18:36:18 +0000 Subject: [PATCH 0470/1154] [libretro-]stella: update to 6.6 This is a new semi-major release, with the following changes: Added preliminary PlusROM support for saving high scores. Added preliminary support for 'MVC' bankswitching scheme by Rob Bairos. Added web links for many games. Added dead zone and linearity settings for analog controllers. Added 'Check for Update' button to Help dialog. Added different mask patterns for scanline emulation. Fixed MindLink controller. Fixed SaveKey not working with QuadTari. Added TIA randomization on startup option. Added different debug color luminances for player and missile copies. Added hotkeys for TV roll speed and toggling 'Developer settings' sets. Debugger: enhanced prompt's auto complete and history. Debugger: added optional logging of breaks and traps. Debugger: added Thumb cycle counting. --- emulators/libretro-stella/Makefile | 3 +-- emulators/stella/Makefile | 3 +-- emulators/stella/Makefile.common | 7 ++++--- emulators/stella/distinfo | 8 ++++---- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/emulators/libretro-stella/Makefile b/emulators/libretro-stella/Makefile index ad694cae0a901..67c03fe2b4973 100644 --- a/emulators/libretro-stella/Makefile +++ b/emulators/libretro-stella/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/02/14 11:43:34 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/15 18:36:18 nia Exp $ .include "../../emulators/stella/Makefile.common" -GITHUB_PROJECT= stella PKGNAME= libretro-${DISTNAME:S/-src//1} diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index d5fa61edea75f..bcad38314c1cd 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.59 2022/03/28 10:53:05 tnn Exp $ +# $NetBSD: Makefile,v 1.60 2022/05/15 18:36:18 nia Exp $ -PKGREVISION= 3 .include "Makefile.common" PKGNAME= ${DISTNAME:S/-src//1} diff --git a/emulators/stella/Makefile.common b/emulators/stella/Makefile.common index e37c77c151f4b..b5143c7743d11 100644 --- a/emulators/stella/Makefile.common +++ b/emulators/stella/Makefile.common @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.common,v 1.12 2021/09/22 12:54:04 nia Exp $ +# $NetBSD: Makefile.common,v 1.13 2022/05/15 18:36:18 nia Exp $ # used by emulators/stella/Makefile # used by emulators/libretro-stella/Makefile -DISTNAME= stella-6.5.3-src +DISTNAME= stella-6.6-src CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=stella-emu/} +GITHUB_PROJECT= stella GITHUB_RELEASE= ${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.xz @@ -17,7 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//1} USE_LANGUAGES= c c++ -# c++14, std::string_view +# c++17, std::string_view GCC_REQD+= 7 UNLIMIT_RESOURCES= datasize diff --git a/emulators/stella/distinfo b/emulators/stella/distinfo index 31696ac4570b3..11f399938a540 100644 --- a/emulators/stella/distinfo +++ b/emulators/stella/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2021/10/26 10:24:01 nia Exp $ +$NetBSD: distinfo,v 1.37 2022/05/15 18:36:18 nia Exp $ -BLAKE2s (stella-6.5.3-src.tar.xz) = 9b61c1fbad6e3e01a3a1feb85974fe2d8d0a5b354bec00e0d7bfae63cf1cdfdb -SHA512 (stella-6.5.3-src.tar.xz) = 67fe45c0be510494e4c3ead91ee5f7c9a8ba7059b76beb15e794ef49144c8f0fb57d7c7476f4f299e573e37ea1c41f2fb094ca10974f3bcda797fc69c9bd2986 -Size (stella-6.5.3-src.tar.xz) = 6221588 bytes +BLAKE2s (stella-6.6-src.tar.xz) = a481c6fcc7f2eaec49f392f8ece7f5ae1578e034f7ac5e26e566ad94a36865b4 +SHA512 (stella-6.6-src.tar.xz) = 89aea0cec9c2f22f276c1c4b36b76deb1ef9fb913c959f93f8cbcac300acdb23d2e3e66981d3263ea1ccfd72aaab1aa47218136b82b5e12aa8fbf352959743ab +Size (stella-6.6-src.tar.xz) = 10035924 bytes SHA1 (patch-configure) = 7cf96666dbccb2b38dec6e80ad4887a79bf5d074 From 7df2a55c15f7a65b6bf195be7f8d9f1f6cf42421 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 18:37:45 +0000 Subject: [PATCH 0471/1154] doc: updated stella --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0d476683a3f34..4c92a59d25e47 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2568 2022/05/15 17:12:41 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2569 2022/05/15 18:37:45 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3977,3 +3977,5 @@ Changes to the packages collection and infrastructure in 2022: Updated games/fna to 22.05 [tnn 2022-05-15] Updated games/quakespasm to 0.94.4 [nia 2022-05-15] Updated games/oshu to 2.0.2 [nia 2022-05-15] + Updated emulators/stella to 6.6 [nia 2022-05-15] + Updated emulators/libretro-stella to 6.6 [nia 2022-05-15] From 6d6d265df15e20cd6e9d54e83b1aa94b07539538 Mon Sep 17 00:00:00 2001 From: rhialto Date: Sun, 15 May 2022 18:39:30 +0000 Subject: [PATCH 0472/1154] converters/cbmconvert: update to 2.1.5 This is a maintenance release of cbmconvert, with no new features. What's Changed - REL files are correctly written to Lynx archives. - 1571 images can be actually created. - Most code is now covered by CTest. - ARC/SDA, Arkive, T64 are not covered at all yet. Full Changelog: https://github.com/dr-m/cbmconvert/commits/cbmconvert-2.1.5 --- converters/cbmconvert/Makefile | 4 +-- converters/cbmconvert/distinfo | 9 +++-- .../cbmconvert/patches/patch-CMakeLists.txt | 33 ------------------- 3 files changed, 6 insertions(+), 40 deletions(-) delete mode 100644 converters/cbmconvert/patches/patch-CMakeLists.txt diff --git a/converters/cbmconvert/Makefile b/converters/cbmconvert/Makefile index 0277038383d11..a0aa51d911cad 100644 --- a/converters/cbmconvert/Makefile +++ b/converters/cbmconvert/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2021/12/05 16:22:44 rhialto Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/15 18:39:30 rhialto Exp $ -DISTNAME= cbmconvert-2.1.4 +DISTNAME= cbmconvert-2.1.5 CATEGORIES= converters archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=dr-m/} GITHUB_PROJECT= cbmconvert diff --git a/converters/cbmconvert/distinfo b/converters/cbmconvert/distinfo index 27ab8b83e19d5..dc109f1ba6b2b 100644 --- a/converters/cbmconvert/distinfo +++ b/converters/cbmconvert/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/12/05 16:22:44 rhialto Exp $ +$NetBSD: distinfo,v 1.9 2022/05/15 18:39:30 rhialto Exp $ -BLAKE2s (cbmconvert-2.1.4.tar.gz) = 0722c21332d1ae239a23774d13418146d51c8bc4e46a084cb485041ded221476 -SHA512 (cbmconvert-2.1.4.tar.gz) = 2e031577349b7a8d99e11a07817981335e95b99939ff731db3718b65029db176170cbe49f40e84a81c8c68b216e57df95687422f9889456511edaa49c61b13ce -Size (cbmconvert-2.1.4.tar.gz) = 64597 bytes -SHA1 (patch-CMakeLists.txt) = a162de1286e323917befcee3d38317d870a4d2a1 +BLAKE2s (cbmconvert-2.1.5.tar.gz) = 0e54085af2920690216ef47dae0dc2707642c9f552981ac3a568252993aadaed +SHA512 (cbmconvert-2.1.5.tar.gz) = a569f0d836c2192fa3e6a84536438d623c2767a60a43cbc0523f4a75ce90a712ae26096a44a49ce88d9f2ebb01c1ca6523c399830ced7527f82a8c2e3070694c +Size (cbmconvert-2.1.5.tar.gz) = 67801 bytes diff --git a/converters/cbmconvert/patches/patch-CMakeLists.txt b/converters/cbmconvert/patches/patch-CMakeLists.txt deleted file mode 100644 index 0ca2e0b894c0b..0000000000000 --- a/converters/cbmconvert/patches/patch-CMakeLists.txt +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2021/12/05 16:22:45 rhialto Exp $ - -- Declare "C" as the used language, so that cmake won't try to detect C++. -- Correct the location of the manual pages for pkgsrc. - ---- CMakeLists.txt.orig 2021-12-05 11:58:51.000000000 +0000 -+++ CMakeLists.txt -@@ -18,13 +18,15 @@ ENDIF() - - IF (CMAKE_VERSION VERSION_GREATER_EQUAL 3.12) - PROJECT (cbmconvert VERSION ${VERSION} -+ LANGUAGES C - DESCRIPTION "Create and convert Commodore 8-bit binary file archives" - HOMEPAGE_URL "https://github.com/dr-m/cbmconvert/") - ELSEIF (CMAKE_VERSION VERSION_GREATER_EQUAL 3.9) - PROJECT (cbmconvert VERSION ${VERSION} -+ LANGUAGES C - DESCRIPTION "Create and convert Commodore 8-bit binary file archives") - ELSE() -- PROJECT (cbmconvert VERSION ${VERSION}) -+ PROJECT (cbmconvert VERSION ${VERSION} LANGUAGES C) - ENDIF() - - SET (CPACK_PACKAGE_DESCRIPTION -@@ -49,7 +51,7 @@ IF (WIN32) - ELSE() - INSTALL(FILES cbmconvert.html DESTINATION "share/doc/cbmconvert") - INSTALL(FILES cbmconvert.1 zip2disk.1 disk2zip.1 -- DESTINATION "share/man/man1") -+ DESTINATION "man/man1") - ENDIF() - INSTALL(TARGETS cbmconvert zip2disk disk2zip) - From c97116084bf88a94fd64e84c16af750b4ee7165e Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 18:41:54 +0000 Subject: [PATCH 0473/1154] frotz: update 2.54 Summary of changes between Frotz 2.53 and Frotz 2.54: ===================================================== Frotz 2.54 was released on Wednesday April 13, 2022. This release's main attractions are official support for TOPS20 and cross-compilation to DOS. NEW FEATURES - Added changes to allow for compilation on a DEC PDP-10 mainframe running TOPS20. See INSTALL_PDP10. - Added a means to cross-compile to DOS by way of Open Watcom C version 2 and later. See INSTALL_DOS. - Added a quiet mode to dumb interface to quell startup messages. BUG FIXES - Fixed several problems with compilation under macOS. - Fixed wrong glyphs in DOS Frotz's Amiga font mode. 1/2 and 1/4 were there instead of the oe and OE ligatures. - Fixed a failure of the -q flag to actually silence sound effects. - Fixed an oversight in SDL Frotz that prevented some sounds from playing in Lurking Horror. - Made the dumb and curses interfaces read the resolution chunk from Blorb files. Previously they would assume a resolution of 320x200. --- games/frotz/Makefile | 5 ++--- games/frotz/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/games/frotz/Makefile b/games/frotz/Makefile index cdc36ed370c86..de3c5bf0fc048 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2022/03/28 10:44:08 tnn Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/15 18:41:54 nia Exp $ -DISTNAME= frotz-2.53 -PKGREVISION= 1 +DISTNAME= frotz-2.54 CATEGORIES= games MASTER_SITES= https://gitlab.com/DavidGriffith/frotz/-/archive/${PKGVERSION_NOREV}/ diff --git a/games/frotz/distinfo b/games/frotz/distinfo index b928e31c5f7f7..aed58211cbd43 100644 --- a/games/frotz/distinfo +++ b/games/frotz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2021/10/26 10:44:00 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/05/15 18:41:54 nia Exp $ -BLAKE2s (frotz-2.53.tar.gz) = d09b27be12507ae3901a1ebc97fd5a8257bd7eb9b01139fa067bb1672fe2e571 -SHA512 (frotz-2.53.tar.gz) = 74c727a8f0355828ebe19185e8e06ca5a633e49d88eccb26ec6500f37371ddfbbf19f1cbef367aa004e0342591e07e67510c17552decd573de0c838399587b5f -Size (frotz-2.53.tar.gz) = 461585 bytes +BLAKE2s (frotz-2.54.tar.gz) = 1ddc0f3edb852199a9416d02679fd3ed89056cd54a3fc32c620ced04eb497536 +SHA512 (frotz-2.54.tar.gz) = 296afc3636df0e1aa7a9015e9dec943380c29268e6ce4ff0ac1730a794386c633366bf985920d9d6b36c7db302efad05f3001121e5f1ccf515e3d7c7e7f511a3 +Size (frotz-2.54.tar.gz) = 430733 bytes SHA1 (patch-Makefile) = b36192c7f5c4a4956a4836a6b9b426d4fd000529 From d0ec3d97b921c72f2843210d38e55773bb860ed6 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 18:42:10 +0000 Subject: [PATCH 0474/1154] doc: Updated games/frotz to 2.54 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4c92a59d25e47..2ba034aac0816 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2569 2022/05/15 18:37:45 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2570 2022/05/15 18:42:10 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3979,3 +3979,4 @@ Changes to the packages collection and infrastructure in 2022: Updated games/oshu to 2.0.2 [nia 2022-05-15] Updated emulators/stella to 6.6 [nia 2022-05-15] Updated emulators/libretro-stella to 6.6 [nia 2022-05-15] + Updated games/frotz to 2.54 [nia 2022-05-15] From d425035c080b73ef2d02b2c44777af83c3c609f6 Mon Sep 17 00:00:00 2001 From: rhialto Date: Sun, 15 May 2022 18:53:38 +0000 Subject: [PATCH 0475/1154] doc: Updated converters/cbmconvert to 2.1.5 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2ba034aac0816..5f44292229419 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2570 2022/05/15 18:42:10 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2571 2022/05/15 18:53:38 rhialto Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3980,3 +3980,4 @@ Changes to the packages collection and infrastructure in 2022: Updated emulators/stella to 6.6 [nia 2022-05-15] Updated emulators/libretro-stella to 6.6 [nia 2022-05-15] Updated games/frotz to 2.54 [nia 2022-05-15] + Updated converters/cbmconvert to 2.1.5 [rhialto 2022-05-15] From 9b2e41031d1ba020fd6237b9eabcd59d34b8ee9c Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 18:54:44 +0000 Subject: [PATCH 0476/1154] angband[-sdl]: update to 4.2.4 Summary of Changes use C99 types instead of the angband special types Single Combat maybe finally bug-free improvements to the birth process improvements to the NDS port many improvements to auto-building and all the front ends improvements to changing of background colours adding of a panic directory for panic saves new tests, and improvements to current ones re-organisation of effects code add a player argument to a lot of functions that needed it import a lot of historical documentation lots of tidying and neatening --- games/angband-sdl/PLIST | 5 +++- games/angband/Makefile.common | 4 +-- games/angband/PLIST | 5 +++- games/angband/distinfo | 10 +++---- games/angband/patches/patch-configure.ac | 35 +++++++++++++++++++++--- 5 files changed, 46 insertions(+), 13 deletions(-) diff --git a/games/angband-sdl/PLIST b/games/angband-sdl/PLIST index 3f5d60770945f..cf06b7657867b 100644 --- a/games/angband-sdl/PLIST +++ b/games/angband-sdl/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2020/07/07 13:17:46 nia Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/15 18:54:44 nia Exp $ bin/angband share/angband/customize/font-gcu.prf share/angband/customize/font-sdl.prf +share/angband/customize/font-sdl2.prf share/angband/customize/font-win.prf share/angband/customize/font-x11.prf share/angband/customize/font.prf @@ -77,6 +78,8 @@ share/angband/gamedata/visuals.txt share/angband/gamedata/world.txt share/angband/help/commands.txt share/angband/help/index.txt +share/angband/help/r_comm.txt +share/angband/help/r_index.txt share/angband/help/symbols.txt share/angband/icons/att-128.png share/angband/icons/att-16.png diff --git a/games/angband/Makefile.common b/games/angband/Makefile.common index 95c8ef8e82fab..caa9b71957460 100644 --- a/games/angband/Makefile.common +++ b/games/angband/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.4 2021/11/09 11:32:39 nia Exp $ +# $NetBSD: Makefile.common,v 1.5 2022/05/15 18:54:44 nia Exp $ # used by games/angband-sdl/Makefile # used by games/angband/Makefile -DISTNAME= angband-4.2.3 +DISTNAME= angband-4.2.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=angband/} GITHUB_PROJECT= angband diff --git a/games/angband/PLIST b/games/angband/PLIST index c3d24777ccd41..dfc8cfadd8c9a 100644 --- a/games/angband/PLIST +++ b/games/angband/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2020/07/07 13:17:46 nia Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/15 18:54:44 nia Exp $ bin/angband share/angband/customize/font-gcu.prf share/angband/customize/font-sdl.prf +share/angband/customize/font-sdl2.prf share/angband/customize/font-win.prf share/angband/customize/font-x11.prf share/angband/customize/font.prf @@ -55,6 +56,8 @@ share/angband/gamedata/visuals.txt share/angband/gamedata/world.txt share/angband/help/commands.txt share/angband/help/index.txt +share/angband/help/r_comm.txt +share/angband/help/r_index.txt share/angband/help/symbols.txt share/angband/screens/crown.txt share/angband/screens/dead.txt diff --git a/games/angband/distinfo b/games/angband/distinfo index a96de8735b013..cac5658c8633f 100644 --- a/games/angband/distinfo +++ b/games/angband/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:43:46 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/15 18:54:44 nia Exp $ -BLAKE2s (angband-4.2.3.tar.gz) = 88be318c246aa8d78288dc449415a4608e2c1aee8ca8910279a692d1e7bcba88 -SHA512 (angband-4.2.3.tar.gz) = f80a16c40d877c50194be370795acb437778ca88a658a8c95bef637625ab8a88ceb98f45d742e698709b6c81e8b5de6f563f88e957cd71eca208673bb4179e88 -Size (angband-4.2.3.tar.gz) = 25175745 bytes -SHA1 (patch-configure.ac) = 328bd6a1bd0fa3481f2fd4081e34ec7d025802d8 +BLAKE2s (angband-4.2.4.tar.gz) = b811bf0b23862cccc0c383bffdd96332bcf3250793e8dd2f2c65b3730c2b176c +SHA512 (angband-4.2.4.tar.gz) = 5b47cfa95f779aa3f1e89f02f203b8eafd2dc1376b7aab1b62e37122fb83640d1de25f39817863a74c246d7de35bb3f26868f5f5e8906e92788a6dd74a85a4c5 +Size (angband-4.2.4.tar.gz) = 25271611 bytes +SHA1 (patch-configure.ac) = 35fbcd77734bf9dfb6c9d5c6dc9d82bca2343ebb SHA1 (patch-lib_icons_angband-sdl.desktop) = d1dffae7e39adc447eb1542434dca08ce0a7c6b0 diff --git a/games/angband/patches/patch-configure.ac b/games/angband/patches/patch-configure.ac index 849a13c977be2..de0448d87fe9b 100644 --- a/games/angband/patches/patch-configure.ac +++ b/games/angband/patches/patch-configure.ac @@ -1,15 +1,42 @@ -$NetBSD: patch-configure.ac,v 1.1 2021/08/31 08:23:15 nia Exp $ +$NetBSD: patch-configure.ac,v 1.2 2022/05/15 18:54:44 nia Exp $ Shell portability. ---- configure.ac.orig 2021-07-31 22:28:01.000000000 +0000 +--- configure.ac.orig 2022-02-21 22:18:55.000000000 +0000 +++ configure.ac -@@ -217,7 +217,7 @@ AC_DEFINE_UNQUOTED([DEFAULT_DATA_PATH], +@@ -238,7 +238,7 @@ AC_ARG_WITH(gamedata_in_lib, + [AS_HELP_STRING([--with-gamedata-in-lib], [store the game data in the lib path.])]) - NOINSTALL="$with_noinstall"; AC_SUBST(NOINSTALL) + GAMEDATA_IN_LIB="false" +-if test "x$with_gamedata_in_lib" == "xyes"; then ++if test "x$with_gamedata_in_lib" = "xyes"; then + GAMEDATA_IN_LIB="true" + AC_DEFINE(GAMEDATA_IN_LIB, 1, [Define to store the game data in the lib path.]) + fi +@@ -256,7 +256,7 @@ AC_DEFINE_UNQUOTED([DEFAULT_DATA_PATH], + + NOINSTALL="$with_no_install"; AC_SUBST(NOINSTALL) SETEGID="$with_setgid"; AC_SUBST(SETEGID) -if test "x$wsetgid" == "xyes"; then +if test "x$wsetgid" = "xyes"; then AC_DEFINE(SETGID, 1, [Define if running as a central install on a multiuser system that has setresgid or setegid support.]) fi +@@ -572,7 +572,7 @@ echo " config path: + echo " lib path: ${displayedlibdatadir}" + echo " doc path: ${displayeddocdir}" + echo " var path: ${displayedvardatadir}" +-if test "x$with_gamedata_in_lib" == "xyes"; then ++if test "x$with_gamedata_in_lib" = "xyes"; then + echo " gamedata path: ${displayedlibdatadir}" + else + echo " gamedata path: ${displayedconfigdir}" +@@ -582,7 +582,7 @@ if test "x$wsetgid" = "xyes"; then + elif test "x$with_private_dirs" = "xyes" && test ! "x$enable_win" = "xyes"; then + echo " (with private save and score files in ~/.angband/Angband/)" + fi +-if test "x$with_sphinx" == "xyes"; then ++if test "x$with_sphinx" = "xyes"; then + echo " documentation: Yes" + else + echo " documentation: No" From ea9d501cf0ef86fde3379e69e9a9c2546bfc4ca8 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 18:55:49 +0000 Subject: [PATCH 0477/1154] doc: updated angband --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5f44292229419..d08cc2d933b13 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2571 2022/05/15 18:53:38 rhialto Exp $ +$NetBSD: CHANGES-2022,v 1.2572 2022/05/15 18:55:49 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3981,3 +3981,5 @@ Changes to the packages collection and infrastructure in 2022: Updated emulators/libretro-stella to 6.6 [nia 2022-05-15] Updated games/frotz to 2.54 [nia 2022-05-15] Updated converters/cbmconvert to 2.1.5 [rhialto 2022-05-15] + Updated games/angband to 4.2.4 [nia 2022-05-15] + Updated games/angband-sdl to 4.2.4 [nia 2022-05-15] From 14fb0bb7462a80a23d1e8e7668d57d613ab51a64 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 19:12:11 +0000 Subject: [PATCH 0478/1154] chat: add libstrophe libstrophe is a minimal XMPP library written in C. It has almost no external dependencies, only an XML parsing library (expat or libxml are both supported). It is designed for both POSIX and Windows systems. --- chat/Makefile | 3 ++- chat/libstrophe/DESCR | 3 +++ chat/libstrophe/Makefile | 22 ++++++++++++++++++++++ chat/libstrophe/buildlink3.mk | 15 +++++++++++++++ chat/libstrophe/distinfo | 6 ++++++ chat/libstrophe/patches/patch-configure.ac | 15 +++++++++++++++ 6 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 chat/libstrophe/DESCR create mode 100644 chat/libstrophe/Makefile create mode 100644 chat/libstrophe/buildlink3.mk create mode 100644 chat/libstrophe/distinfo create mode 100644 chat/libstrophe/patches/patch-configure.ac diff --git a/chat/Makefile b/chat/Makefile index 0fb148d6f3ed5..8f3fe48223440 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.271 2022/04/20 10:19:26 js Exp $ +# $NetBSD: Makefile,v 1.272 2022/05/15 19:12:11 nia Exp $ # COMMENT= Communication programs @@ -73,6 +73,7 @@ SUBDIR+= libmsn SUBDIR+= libotr SUBDIR+= libpurple SUBDIR+= libsignal-protocol-c +SUBDIR+= libstrophe SUBDIR+= libtelepathy SUBDIR+= libtlen SUBDIR+= loudmouth diff --git a/chat/libstrophe/DESCR b/chat/libstrophe/DESCR new file mode 100644 index 0000000000000..f00a9b669fd0f --- /dev/null +++ b/chat/libstrophe/DESCR @@ -0,0 +1,3 @@ +libstrophe is a minimal XMPP library written in C. It has almost no external +dependencies, only an XML parsing library (expat or libxml are both supported). +It is designed for both POSIX and Windows systems. diff --git a/chat/libstrophe/Makefile b/chat/libstrophe/Makefile new file mode 100644 index 0000000000000..5aad315897f2a --- /dev/null +++ b/chat/libstrophe/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2022/05/15 19:12:11 nia Exp $ + +DISTNAME= libstrophe-0.12.0 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_GITHUB:=strophe/} +GITHUB_PROJECT= libstrophe +GITHUB_RELEASE= ${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://strophe.im/libstrophe/ +COMMENT= XMPP library for C +LICENSE= mit OR gnu-gpl-v3 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config gmake + +PKGCONFIG_OVERRIDE+= libstrophe.pc.in + +.include "../../textproc/expat/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/libstrophe/buildlink3.mk b/chat/libstrophe/buildlink3.mk new file mode 100644 index 0000000000000..f66f2da53c1b8 --- /dev/null +++ b/chat/libstrophe/buildlink3.mk @@ -0,0 +1,15 @@ +# $NetBSD: buildlink3.mk,v 1.1 2022/05/15 19:12:11 nia Exp $ + +BUILDLINK_TREE+= libstrophe + +.if !defined(LIBSTROPHE_BUILDLINK3_MK) +LIBSTROPHE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libstrophe+= libstrophe>=0.12.0 +BUILDLINK_PKGSRCDIR.libstrophe?= ../../chat/libstrophe + +.include "../../textproc/expat/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.endif # LIBSTROPHE_BUILDLINK3_MK + +BUILDLINK_TREE+= -libstrophe diff --git a/chat/libstrophe/distinfo b/chat/libstrophe/distinfo new file mode 100644 index 0000000000000..f873fb33f52c3 --- /dev/null +++ b/chat/libstrophe/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2022/05/15 19:12:11 nia Exp $ + +BLAKE2s (libstrophe-0.12.0.tar.gz) = 933826f3853df7c9320e9ec051c9884cb8845615088f1a82e3bd5631c3415aed +SHA512 (libstrophe-0.12.0.tar.gz) = cfd47f4cd7737cb18a4c0d7a5aa7819035466f2c81de3919d406ac599f322cde69cec82bfa6832d29c4cf74e0053bf5ee358ee0559881a6d02540ca413f21aee +Size (libstrophe-0.12.0.tar.gz) = 576407 bytes +SHA1 (patch-configure.ac) = 5c3a8a29234c9b2b81f1add61cf48f3b37ee8c21 diff --git a/chat/libstrophe/patches/patch-configure.ac b/chat/libstrophe/patches/patch-configure.ac new file mode 100644 index 0000000000000..3d2d6b52b2a85 --- /dev/null +++ b/chat/libstrophe/patches/patch-configure.ac @@ -0,0 +1,15 @@ +$NetBSD: patch-configure.ac,v 1.1 2022/05/15 19:12:11 nia Exp $ + +Shell portability. + +--- configure.ac.orig 2022-05-09 13:40:28.000000000 +0000 ++++ configure.ac +@@ -84,7 +84,7 @@ AC_SEARCH_LIBS([socket], [network socket + AC_CHECK_FUNCS([snprintf vsnprintf], [], [have_snprintf=no]) + AC_CHECK_DECLS([va_copy], [], [], [#include ]) + +-if test "x$enable_tls" != xno -a "x$with_gnutls" == xyes; then ++if test "x$enable_tls" != xno -a "x$with_gnutls" = xyes; then + PKG_CHECK_MODULES([gnutls], [gnutls], + [PC_REQUIRES="gnutls ${PC_REQUIRES}"], + [AC_CHECK_HEADER([gnutls/gnutls.h], From 80ffd77a7ed2bdd19915f47f377311ea13276fa3 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 19:12:24 +0000 Subject: [PATCH 0479/1154] doc: Added chat/libstrophe version 0.12.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d08cc2d933b13..b6cb273b65242 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2572 2022/05/15 18:55:49 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2573 2022/05/15 19:12:24 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3983,3 +3983,4 @@ Changes to the packages collection and infrastructure in 2022: Updated converters/cbmconvert to 2.1.5 [rhialto 2022-05-15] Updated games/angband to 4.2.4 [nia 2022-05-15] Updated games/angband-sdl to 4.2.4 [nia 2022-05-15] + Added chat/libstrophe version 0.12.0 [nia 2022-05-15] From 0c4c01aa4ab45f05ac78abf70750acf9da197e85 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 19:21:55 +0000 Subject: [PATCH 0480/1154] openssh: update to 9.0.1. Changes since OpenSSH 8.9 ========================= This release is focused on bug fixing. Potentially-incompatible changes -------------------------------- This release switches scp(1) from using the legacy scp/rcp protocol to using the SFTP protocol by default. Legacy scp/rcp performs wildcard expansion of remote filenames (e.g. "scp host:* .") through the remote shell. This has the side effect of requiring double quoting of shell meta-characters in file names included on scp(1) command-lines, otherwise they could be interpreted as shell commands on the remote side. This creates one area of potential incompatibility: scp(1) when using the SFTP protocol no longer requires this finicky and brittle quoting, and attempts to use it may cause transfers to fail. We consider the removal of the need for double-quoting shell characters in file names to be a benefit and do not intend to introduce bug-compatibility for legacy scp/rcp in scp(1) when using the SFTP protocol. Another area of potential incompatibility relates to the use of remote paths relative to other user's home directories, for example - "scp host:~user/file /tmp". The SFTP protocol has no native way to expand a ~user path. However, sftp-server(8) in OpenSSH 8.7 and later support a protocol extension "expand-path () openssh com" to support this. In case of incompatibility, the scp(1) client may be instructed to use the legacy scp/rcp using the -O flag. New features ------------ * ssh(1), sshd(8): use the hybrid Streamlined NTRU Prime + x25519 key exchange method by default ("sntrup761x25519-sha512 () openssh com"). The NTRU algorithm is believed to resist attacks enabled by future quantum computers and is paired with the X25519 ECDH key exchange (the previous default) as a backstop against any weaknesses in NTRU Prime that may be discovered in the future. The combination ensures that the hybrid exchange offers at least as good security as the status quo. We are making this change now (i.e. ahead of cryptographically- relevant quantum computers) to prevent "capture now, decrypt later" attacks where an adversary who can record and store SSH session ciphertext would be able to decrypt it once a sufficiently advanced quantum computer is available. * sftp-server(8): support the "copy-data" extension to allow server- side copying of files/data, following the design in draft-ietf-secsh-filexfer-extensions-00. bz2948 * sftp(1): add a "cp" command to allow the sftp client to perform server-side file copies. Bugfixes -------- * ssh(1), sshd(8): upstream: fix poll(2) spin when a channel's output fd closes without data in the channel buffer. bz3405 and bz3411 * sshd(8): pack pollfd array in server listen/accept loop. Could cause the server to hang/spin when MaxStartups > RLIMIT_NOFILE * ssh-keygen(1): avoid NULL deref via the find-principals and check-novalidate operations. bz3409 and GHPR#307 respectively. * scp(1): fix a memory leak in argument processing. bz3404 * sshd(8): don't try to resolve ListenAddress directives in the sshd re-exec path. They are unused after re-exec and parsing errors (possible for example if the host's network configuration changed) could prevent connections from being accepted. * sshd(8): when refusing a public key authentication request from a client for using an unapproved or unsupported signature algorithm include the algorithm name in the log message to make debugging easier. Portability ----------- * sshd(8): refactor platform-specific locked account check, fixing an incorrect free() on platforms with both libiaf and shadow passwords (probably only Unixware) GHPR#284, * ssh(1), sshd(8): Fix possible integer underflow in scan_scaled(3) parsing of K/M/G/etc quantities. bz#3401. * sshd(8): provide killpg implementation (mostly for Tandem NonStop) GHPR#301. * Check for missing ftruncate prototype. GHPR#301 * sshd(8): default to not using sandbox when cross compiling. On most systems poll(2) does not work when the number of FDs is reduced with setrlimit, so assume it doesn't when cross compiling and we can't run the test. bz#3398. * sshd(8): allow ppoll_time64 in seccomp sandbox. Should fix sandbox violations on some (at least i386 and armhf) 32bit Linux platforms. bz#3396. * Improve detection of -fzero-call-used-regs=all support in configure script. Security Near Miss ================== * sshd(8): fix an integer overflow in the user authentication path that, in conjunction with other logic errors, could have yielded unauthenticated access under difficult to exploit conditions. This situation is not exploitable because of independent checks in the privilege separation monitor. Privilege separation has been enabled by default in since openssh-3.2.2 (released in 2002) and has been mandatory since openssh-7.5 (released in 2017). Moreover, portable OpenSSH has used toolchain features available in most modern compilers to abort on signed integer overflow since openssh-6.5 (released in 2014). Thanks to Malcolm Stagg for finding and reporting this bug. Potentially-incompatible changes ================================ * sshd(8), portable OpenSSH only: this release removes in-built support for MD5-hashed passwords. If you require these on your system then we recommend linking against libxcrypt or similar. * This release modifies the FIDO security key middleware interface and increments SSH_SK_VERSION_MAJOR. Changes since OpenSSH 8.8 ========================= This release includes a number of new features. New features ------------ * ssh(1), sshd(8), ssh-add(1), ssh-agent(1): add a system for restricting forwarding and use of keys added to ssh-agent(1) A detailed description of the feature is available at https://www.openssh.com/agent-restrict.html and the protocol extensions are documented in the PROTOCOL and PROTOCOL.agent files in the source release. * ssh(1), sshd(8): add the sntrup761x25519-sha512@openssh.com hybrid ECDH/x25519 + Streamlined NTRU Prime post-quantum KEX to the default KEXAlgorithms list (after the ECDH methods but before the prime-group DH ones). The next release of OpenSSH is likely to make this key exchange the default method. * ssh-keygen(1): when downloading resident keys from a FIDO token, pass back the user ID that was used when the key was created and append it to the filename the key is written to (if it is not the default). Avoids keys being clobbered if the user created multiple resident keys with the same application string but different user IDs. * ssh-keygen(1), ssh(1), ssh-agent(1): better handling for FIDO keys on tokens that provide user verification (UV) on the device itself, including biometric keys, avoiding unnecessary PIN prompts. * ssh-keygen(1): add "ssh-keygen -Y match-principals" operation to perform matching of principals names against an allowed signers file. To be used towards a TOFU model for SSH signatures in git. * ssh-add(1), ssh-agent(1): allow pin-required FIDO keys to be added to ssh-agent(1). $SSH_ASKPASS will be used to request the PIN at authentication time. * ssh-keygen(1): allow selection of hash at sshsig signing time (either sha512 (default) or sha256). * ssh(1), sshd(8): read network data directly to the packet input buffer instead of indirectly via a small stack buffer. Provides a modest performance improvement. * ssh(1), sshd(8): read data directly to the channel input buffer, providing a similar modest performance improvement. * ssh(1): extend the PubkeyAuthentication configuration directive to accept yes|no|unbound|host-bound to allow control over one of the protocol extensions used to implement agent-restricted keys. Bugfixes -------- * sshd(8): document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptions can be used in a Match block. PR#277. * sshd(8): fix possible string truncation when constructing paths to .rhosts/.shosts files with very long user home directory names. * ssh-keysign(1): unbreak for KEX algorithms that use SHA384/512 exchange hashes * ssh(1): don't put the TTY into raw mode when SessionType=none, avoids ^C being unable to kill such a session. bz3360 * scp(1): fix some corner-case bugs in SFTP-mode handling of ~-prefixed paths. * ssh(1): unbreak hostbased auth using RSA keys. Allow ssh(1) to select RSA keys when only RSA/SHA2 signature algorithms are configured (this is the default case). Previously RSA keys were not being considered in the default case. * ssh-keysign(1): make ssh-keysign use the requested signature algorithm and not the default for the key type. Part of unbreaking hostbased auth for RSA/SHA2 keys. * ssh(1): stricter UpdateHostkey signature verification logic on the client- side. Require RSA/SHA2 signatures for RSA hostkeys except when RSA/SHA1 was explicitly negotiated during initial KEX; bz3375 * ssh(1), sshd(8): fix signature algorithm selection logic for UpdateHostkeys on the server side. The previous code tried to prefer RSA/SHA2 for hostkey proofs of RSA keys, but missed some cases. This will use RSA/SHA2 signatures for RSA keys if the client proposed these algorithms in initial KEX. bz3375 * All: convert all uses of select(2)/pselect(2) to poll(2)/ppoll(2). This includes the mainloops in ssh(1), ssh-agent(1), ssh-agent(1) and sftp-server(8), as well as the sshd(8) listen loop and all other FD read/writability checks. On platforms with missing or broken poll(2)/ppoll(2) syscalls a select(2)-based compat shim is available. * ssh-keygen(1): the "-Y find-principals" command was verifying key validity when using ca certs but not with simple key lifetimes within the allowed signers file. * ssh-keygen(1): make sshsig verify-time argument parsing optional * sshd(8): fix truncation in rhosts/shosts path construction. * ssh(1), ssh-agent(1): avoid xmalloc(0) for PKCS#11 keyid for ECDSA keys (we already did this for RSA keys). Avoids fatal errors for PKCS#11 libraries that return empty keyid, e.g. Microchip ATECC608B "cryptoauthlib"; bz#3364 * ssh(1), ssh-agent(1): improve the testing of credentials against inserted FIDO: ask the token whether a particular key belongs to it in cases where the token supports on-token user-verification (e.g. biometrics) rather than just assuming that it will accept it. Will reduce spurious "Confirm user presence" notifications for key handles that relate to FIDO keys that are not currently inserted in at least some cases. bz3366 * ssh(1), sshd(8): correct value for IPTOS_DSCP_LE. It needs to allow for the preceding two ECN bits. bz#3373 * ssh-keygen(1): add missing -O option to usage() for the "-Y sign" option. * ssh-keygen(1): fix a NULL deref when using the find-principals function, when matching an allowed_signers line that contains a namespace restriction, but no restriction specified on the command-line * ssh-agent(1): fix memleak in process_extension(); oss-fuzz issue #42719 * ssh(1): suppress "Connection to xxx closed" messages when LogLevel is set to "error" or above. bz3378 * ssh(1), sshd(8): use correct zlib flags when inflate(3)-ing compressed packet data. bz3372 * scp(1): when recursively transferring files in SFTP mode, create the destination directory if it doesn't already exist to match scp(1) in legacy RCP mode behaviour. * scp(1): many improvements in error message consistency between scp(1) in SFTP mode vs legacy RCP mode. * sshd(8): fix potential race in SIGTERM handling PR#289 * ssh(1), ssh(8): since DSA keys are deprecated, move them to the end of the default list of public keys so that they will be tried last. PR#295 * ssh-keygen(1): allow 'ssh-keygen -Y find-principals' to match wildcard principals in allowed_signers files Portability ----------- * ssh(1), sshd(8): don't trust closefrom(2) on Linux. glibc's implementation does not work in a chroot when the kernel does not have close_range(2). It tries to read from /proc/self/fd and when that fails dies with an assertion of sorts. Instead, call close_range(2) directly from our compat code and fall back if that fails. bz#3349, * OS X poll(2) is broken; use compat replacement. For character- special devices like /dev/null, Darwin's poll(2) returns POLLNVAL when polled with POLLIN. Apparently this is Apple bug 3710161 - not public but a websearch will find other OSS projects rediscovering it periodically since it was first identified in 2005. * Correct handling of exceptfds/POLLPRI in our select(2)-based poll(2)/ppoll(2) compat implementation. * Cygwin: correct checking of mbstowcs() return value. * Add a basic SECURITY.md that refers people to the openssh.com website. * Enable additional compiler warnings and toolchain hardening flags, including -Wbitwise-instead-of-logical, -Wmisleading-indentation, -fzero-call-used-regs and -ftrivial-auto-var-init. * HP/UX. Use compat getline(3) on HP-UX 10.x, where the libc version is not reliable. --- security/openssh/Makefile | 5 ++--- security/openssh/distinfo | 14 +++++++------- security/openssh/patches/patch-Makefile.in | 15 ++++----------- security/openssh/patches/patch-configure.ac | 18 +++++++++--------- ...t-tun.c => patch-openbsd-compat_port-net.c} | 2 +- 5 files changed, 23 insertions(+), 31 deletions(-) rename security/openssh/patches/{patch-openbsd-compat_port-tun.c => patch-openbsd-compat_port-net.c} (83%) diff --git a/security/openssh/Makefile b/security/openssh/Makefile index bdbca919e1b61..e1dd0ee5020b9 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.271 2021/10/21 07:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.272 2022/05/15 19:21:55 wiz Exp $ -DISTNAME= openssh-8.8p1 +DISTNAME= openssh-9.0p1 PKGNAME= ${DISTNAME:S/p1/.1/} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_OPENBSD:=OpenSSH/portable/} diff --git a/security/openssh/distinfo b/security/openssh/distinfo index df8fcebcf833f..bf7824924bd01 100644 --- a/security/openssh/distinfo +++ b/security/openssh/distinfo @@ -1,16 +1,16 @@ -$NetBSD: distinfo,v 1.114 2021/10/26 11:17:22 nia Exp $ +$NetBSD: distinfo,v 1.115 2022/05/15 19:21:55 wiz Exp $ -BLAKE2s (openssh-8.8p1.tar.gz) = 4b5720cdf7d86d36b41beb4162c02c37ad8a9d281728ab5ac4fa695af95ef7c1 -SHA512 (openssh-8.8p1.tar.gz) = d44cd04445f9c8963513b0d5a7e8348985114ff2471e119a6e344498719ef40f09c61c354888a3be9dabcb5870e5cbe5d3aafbb861dfa1d82a4952f3d233a8df -Size (openssh-8.8p1.tar.gz) = 1815060 bytes -SHA1 (patch-Makefile.in) = 13502b825c13c98b2ba3b84ff4bae9aa664b76b1 +BLAKE2s (openssh-9.0p1.tar.gz) = 6b1adf0decbf08f1b180517c08ab6f9859ebfc26778bbb3b65213beb8b73d5d5 +SHA512 (openssh-9.0p1.tar.gz) = 613ae95317e734868c6a60d9cc5af47a889baa3124bbdd2b31bb51dd6b57b136f4cfcb5604cca78a03bd500baab9b9b45eaf77e038b1ed776c86dce0437449a9 +Size (openssh-9.0p1.tar.gz) = 1822183 bytes +SHA1 (patch-Makefile.in) = 70d6ca9c803b6193d0e340cb0518936a00e57492 SHA1 (patch-clientloop.c) = 4e88fbd14db33f003eb93c30c682a017e102196e SHA1 (patch-config.h.in) = 7d1050743da7264763254b57938775c546c3baa5 -SHA1 (patch-configure.ac) = 321ef5ed83abe7e07d38026e096a10700b010ac8 +SHA1 (patch-configure.ac) = 65507029aa7570bcc1e588d022812e708ef5cd5d SHA1 (patch-defines.h) = bd8687a9a2857f3b8d15ae94095f27f9344003c4 SHA1 (patch-loginrec.c) = 76f1e03182cbd18dd9ac0bdfcb6502eec7eb56a9 SHA1 (patch-openbsd-compat_openbsd-compat.h) = bedbede16ab2fe918419c994ba15a20167b411b4 -SHA1 (patch-openbsd-compat_port-tun.c) = b2a0ce81a52b00f106198d549b5068a5e67092ef +SHA1 (patch-openbsd-compat_port-net.c) = b2a0ce81a52b00f106198d549b5068a5e67092ef SHA1 (patch-sandbox-darwin.c) = c9a1fe2e4dbf98e929d983b4206a244e0e354b75 SHA1 (patch-sshd.8) = 5bf48cd27cef8e8810b9dc7115f5180102a345d1 SHA1 (patch-sshd.c) = 0c5725305cbab3855b52c1a63fe4e987ed14e44e diff --git a/security/openssh/patches/patch-Makefile.in b/security/openssh/patches/patch-Makefile.in index 969eab46e7007..025a063bde3b4 100644 --- a/security/openssh/patches/patch-Makefile.in +++ b/security/openssh/patches/patch-Makefile.in @@ -1,17 +1,10 @@ -$NetBSD: patch-Makefile.in,v 1.6 2019/01/18 20:13:37 tnn Exp $ +$NetBSD: patch-Makefile.in,v 1.7 2022/05/15 19:21:56 wiz Exp $ Removed install-sysconf as we handle that phase through post-install ---- Makefile.in.orig 2018-10-17 00:01:20.000000000 +0000 +--- Makefile.in.orig 2022-04-06 00:47:48.000000000 +0000 +++ Makefile.in -@@ -1,5 +1,5 @@ - # uncomment if you run a non bourne compatible shell. Ie. csh --#SHELL = @SH@ -+SHELL = @SH@ - - AUTORECONF=autoreconf - -@@ -20,7 +20,7 @@ top_srcdir=@top_srcdir@ +@@ -21,7 +21,7 @@ abs_top_builddir=@abs_top_builddir@ DESTDIR= VPATH=@srcdir@ SSH_PROGRAM=@bindir@/ssh @@ -20,7 +13,7 @@ Removed install-sysconf as we handle that phase through post-install SFTP_SERVER=$(libexecdir)/sftp-server SSH_KEYSIGN=$(libexecdir)/ssh-keysign SSH_PKCS11_HELPER=$(libexecdir)/ssh-pkcs11-helper -@@ -320,7 +320,7 @@ distprep: catman-do depend-check +@@ -382,7 +382,7 @@ distprep: catman-do depend-check -rm -rf autom4te.cache .depend.bak install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config diff --git a/security/openssh/patches/patch-configure.ac b/security/openssh/patches/patch-configure.ac index 8b6fbc3059c97..52338f1f02168 100644 --- a/security/openssh/patches/patch-configure.ac +++ b/security/openssh/patches/patch-configure.ac @@ -1,8 +1,8 @@ -$NetBSD: patch-configure.ac,v 1.8 2019/05/01 17:59:56 maya Exp $ +$NetBSD: patch-configure.ac,v 1.9 2022/05/15 19:21:56 wiz Exp $ ---- configure.ac.orig 2019-04-17 22:52:57.000000000 +0000 +--- configure.ac.orig 2022-04-06 00:47:48.000000000 +0000 +++ configure.ac -@@ -294,6 +294,9 @@ AC_ARG_WITH([rpath], +@@ -340,6 +340,9 @@ AC_ARG_WITH([rpath], ] ) @@ -12,7 +12,7 @@ $NetBSD: patch-configure.ac,v 1.8 2019/05/01 17:59:56 maya Exp $ # Allow user to specify flags AC_ARG_WITH([cflags], [ --with-cflags Specify additional flags to pass to compiler], -@@ -387,6 +390,7 @@ AC_CHECK_HEADERS([ \ +@@ -434,6 +437,7 @@ AC_CHECK_HEADERS([ \ maillock.h \ ndir.h \ net/if_tun.h \ @@ -20,7 +20,7 @@ $NetBSD: patch-configure.ac,v 1.8 2019/05/01 17:59:56 maya Exp $ netdb.h \ netgroup.h \ pam/pam_appl.h \ -@@ -1494,6 +1507,62 @@ else +@@ -1601,6 +1605,62 @@ else AC_MSG_RESULT([no]) fi @@ -83,7 +83,7 @@ $NetBSD: patch-configure.ac,v 1.8 2019/05/01 17:59:56 maya Exp $ # Check whether user wants to use ldns LDNS_MSG="no" AC_ARG_WITH(ldns, -@@ -5129,9 +5198,17 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ +@@ -5480,9 +5540,17 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ ]) if test -z "$conf_wtmpx_location"; then if test x"$system_wtmpx_path" = x"no" ; then @@ -103,7 +103,7 @@ $NetBSD: patch-configure.ac,v 1.8 2019/05/01 17:59:56 maya Exp $ AC_DEFINE_UNQUOTED([CONF_WTMPX_FILE], ["$conf_wtmpx_location"], [Define if you want to specify the path to your wtmpx file]) fi -@@ -5223,7 +5300,7 @@ echo "OpenSSH has been configured with t +@@ -5580,7 +5648,7 @@ echo "OpenSSH has been configured with t echo " User binaries: $B" echo " System binaries: $C" echo " Configuration files: $D" @@ -112,11 +112,11 @@ $NetBSD: patch-configure.ac,v 1.8 2019/05/01 17:59:56 maya Exp $ echo " Manual pages: $F" echo " PID file: $G" echo " Privilege separation chroot path: $H" -@@ -5245,6 +5322,7 @@ echo " PAM support +@@ -5602,6 +5670,7 @@ echo " PAM support echo " OSF SIA support: $SIA_MSG" echo " KerberosV support: $KRB5_MSG" echo " SELinux support: $SELINUX_MSG" +echo " TCP Wrappers support: $TCPW_MSG" - echo " MD5 password support: $MD5_MSG" echo " libedit support: $LIBEDIT_MSG" echo " libldns support: $LDNS_MSG" + echo " Solaris process contract support: $SPC_MSG" diff --git a/security/openssh/patches/patch-openbsd-compat_port-tun.c b/security/openssh/patches/patch-openbsd-compat_port-net.c similarity index 83% rename from security/openssh/patches/patch-openbsd-compat_port-tun.c rename to security/openssh/patches/patch-openbsd-compat_port-net.c index 8fc21e37f22aa..f80685d57016a 100644 --- a/security/openssh/patches/patch-openbsd-compat_port-tun.c +++ b/security/openssh/patches/patch-openbsd-compat_port-net.c @@ -1,4 +1,4 @@ -$NetBSD: patch-openbsd-compat_port-tun.c,v 1.5 2020/09/29 15:17:42 ryoon Exp $ +$NetBSD: patch-openbsd-compat_port-net.c,v 1.1 2022/05/15 19:21:56 wiz Exp $ if_tun.h can be found in net/tun From ed2ef3279115457b8369677991feb61ba3fe5d4c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 19:22:06 +0000 Subject: [PATCH 0481/1154] doc: Updated security/openssh to 9.0.1 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b6cb273b65242..700574b9d7c60 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2573 2022/05/15 19:12:24 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2574 2022/05/15 19:22:06 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3984,3 +3984,4 @@ Changes to the packages collection and infrastructure in 2022: Updated games/angband to 4.2.4 [nia 2022-05-15] Updated games/angband-sdl to 4.2.4 [nia 2022-05-15] Added chat/libstrophe version 0.12.0 [nia 2022-05-15] + Updated security/openssh to 9.0.1 [wiz 2022-05-15] diff --git a/doc/TODO b/doc/TODO index c478727d257f2..33a711d6bffee 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21862 2022/05/15 06:16:00 dholland Exp $ +$NetBSD: TODO,v 1.21863 2022/05/15 19:22:06 wiz Exp $ Suggested new packages ====================== @@ -1228,7 +1228,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o openrct2-0.3.3 o openslp-2.0.0 o opensmtpd-6.8.0p2 - o openssh-9.0 o openssl-3.0.2 o opera-26 o or1k-none-elf-binutils-2.36.1 From fce1ab685802e9b0559502b4eb638b07218d5b0b Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 19:23:43 +0000 Subject: [PATCH 0482/1154] libuv: fix incorrect handling of multiple kqueue events for the same fd This sometimes causes cmake to hang while waiting for child processes to exit. Debugged by and patch from chuq, thanks a lot! Bump PKGREVISION. --- devel/libuv/Makefile | 3 ++- devel/libuv/distinfo | 3 ++- devel/libuv/patches/patch-src_unix_kqueue.c | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 devel/libuv/patches/patch-src_unix_kqueue.c diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index d340e917bc21a..0484bb931a254 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2022/03/12 08:27:54 adam Exp $ +# $NetBSD: Makefile,v 1.74 2022/05/15 19:23:43 wiz Exp $ DISTNAME= libuv-1.44.1 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/libuv/distinfo b/devel/libuv/distinfo index 9caa8ce0ed769..e0c7b0cab4ba4 100644 --- a/devel/libuv/distinfo +++ b/devel/libuv/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.73 2022/03/12 08:27:54 adam Exp $ +$NetBSD: distinfo,v 1.74 2022/05/15 19:23:43 wiz Exp $ BLAKE2s (libuv-1.44.1.tar.gz) = ef36304ee0763cb9556b4c1bbf655ce044f0c753be019ad2e6ff5c6944128791 SHA512 (libuv-1.44.1.tar.gz) = 050b5f91540d126bef0a35681f8dd347296d3be32671b1c785494e78f5367b4ab064ece3f594523e09b08bcac284377d5fb123ba441fb570d25c5146aa484c8e @@ -7,6 +7,7 @@ SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 SHA1 (patch-src_unix_core.c) = fb2d24e7d842f6739f14c191ee30c71f56113081 SHA1 (patch-src_unix_darwin-proctitle.c) = e726550cdd884a1fa73f6ea79592df643f954e97 SHA1 (patch-src_unix_fs.c) = 80529332f27a4faa2733448169d24436901b601a +SHA1 (patch-src_unix_kqueue.c) = db32c0418f51a61bda5e93cc54c38db6c563ed31 SHA1 (patch-src_unix_netbsd.c) = 071a2a853f9a73dc72e24d63316aa21b28669469 SHA1 (patch-src_unix_tty.c) = 157be1b1272dc38b3605a9822316e6cb2ddb6f22 SHA1 (patch-src_unix_udp.c) = 9f03175bcc9c4e3097033309d9dd935ff5f10b02 diff --git a/devel/libuv/patches/patch-src_unix_kqueue.c b/devel/libuv/patches/patch-src_unix_kqueue.c new file mode 100644 index 0000000000000..1df7212c4194d --- /dev/null +++ b/devel/libuv/patches/patch-src_unix_kqueue.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_unix_kqueue.c,v 1.1 2022/05/15 19:23:43 wiz Exp $ + +Fix cmake hang. + +--- src/unix/kqueue.c.orig 2022-03-09 17:54:54.000000000 +0000 ++++ src/unix/kqueue.c +@@ -456,7 +456,7 @@ void uv__platform_invalidate_fd(uv_loop_ + + /* Invalidate events with same file descriptor */ + for (i = 0; i < nfds; i++) +- if ((int) events[i].ident == fd) ++ if ((int) events[i].ident == fd && events[i].filter != EVFILT_PROC) + events[i].ident = -1; + } + From 4088f398adae6de0dbf7d090dcf96835414099c0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 May 2022 19:23:52 +0000 Subject: [PATCH 0483/1154] doc: Updated devel/libuv to 1.44.1nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 700574b9d7c60..09958ef03b780 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2574 2022/05/15 19:22:06 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2575 2022/05/15 19:23:52 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3985,3 +3985,4 @@ Changes to the packages collection and infrastructure in 2022: Updated games/angband-sdl to 4.2.4 [nia 2022-05-15] Added chat/libstrophe version 0.12.0 [nia 2022-05-15] Updated security/openssh to 9.0.1 [wiz 2022-05-15] + Updated devel/libuv to 1.44.1nb1 [wiz 2022-05-15] From 1910c05f5da68d1f51d532e9dbb087644b081b6e Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 15 May 2022 19:24:10 +0000 Subject: [PATCH 0484/1154] openjpeg: updated to 2.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2.5.0 Merged pull requests: tools/travis-ci/install.sh: git clone with https:// to fix 'The unaut… Java Support 1.8 now... Separate fuzz targets to increase coverage CMakeLists.txt: do not set INSTALL_NAME_DIR for MacOS builds for CMake >= 3.0 (fixes Avoid integer overflows in DWT. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44544 Updated "added support for partial bitstream decoding" opj_encoder_set_extra_options(): add a GUARD_BITS=value option More overflow related bug fixes opj_j2k_setup_encoder(): validate number of tiles to avoid illegal values and potential overflow (fixes Missed conversion from unsigned int to OPJ_INT32 Added check for integer overflow in get_num_images Added overflow check for CVE-2021-29338 Fix integer overflow in num_images Remove duplicate assignments in function tiftoimage Fix some typos (found by codespell) CI: Add CIFuzz action Feature/decimation API: deprecate 'bpp' member in favor of 'prec' Added support for high throughput (HTJ2K) decoding. verify-indentation.sh: fix for pull request from bar/master to foo/master Change integer for version libtiff 4.3.0 Port continuous integration to github actions Avoid integer overflows in DWT. LGTM warning: Comparison result is always the same A couple typos found by codespell cmake: add install interface include directory fix issues 1368: exist a issues of freeing uninitialized pointer in src/bin/jp2/opj_decompress.c,that will cause a segfault opj_j2k_is_imf_compliant: Fix out of bounds access opj_j2k_is_imf_compliant: Fix argument formatting for warnings. CMakeLists.txt/appveyor.yml: update version number to 2.5.0… .travis.yml: try to fix gcc 4.8 config by updating to xenial Add support for enabling generation of TLM markers in encoder Fix various compiler warnings fix Remove obsolete components JPWL, JP3D and MJ2 tools/travis-ci/install.sh: fix links to Kakadu and jpylyzer binaries emscripten: disable big endian test Fix cmake file with DESTDIR CMakeLists.txt: Don't require a C++ compiler Import files tiff and yuv(raw) Fix year in NEWS Fix lcms2 static linking using pgk config fix static build only against tiff and its indirect dependencies Closed issues: integer constant is too large for 'long' type Openjpeg3D lossy compression not working mj2: Array overflow OPJ fails to decode image that KDU manages correctly yuvtoimage() bug in v1 and v2 for 16-Bit: please apply ASAP JP3D: Fix CVE-2013-4289 CVE-2013-4290 MJ2 libraries are installed in lib MJ2: realloc is misused and may leak memory MJ2 wrapper not functional JPWL is broken in trunk MJ2 files not using OPENJPEG API correctly Maximum bit depth supported by the OpenJPEG implementation of JP3D does openjpeg support either visually lossless or numerically lossless jpeg2000 compression? extract jpeg2000 tile without decompression openjpeg doesn't install a relocatable shared lib on macOS pull request - the cinema industry awaits! Integer overflows in j2K why lossly compression performance worse than jpeg when compress png? cect the docs don't describe bpp and prec in opj_image_comp very well converting .png to .jp2 by opj_compress is different from the original image Comparison result is always the same Exist a issues of freeing uninitialized pointer in src/bin/jp2/opj_decompress.c,that will cause a segfault [TEST NOT RUNNING]: bigendian test opj_decompress 2.4.0 built with library 2.3.0. New library htjpeg2000 Integer Overflow in num_images All IMF Profile Selections Result in PART1 grayscale image error C2169: 'lrintf': intrinsic function, cannot be defined Generate lower-case extension color of reconstructed png file much darker CVE-2019-6988, CVE-2018-20846 and CVE-2018-16376 opj 2.4.0: opj_free missing in opj3d Not able to compress volumetric data HTML documents are not installed in specified place Can't find openjpeg.h when cross-compile. OpenJPEG is available with EasyConfig Building Test Programs Builds are not reproducible strange behaviour of opj_jp3d_compress/decompress utility Potential heap-based buffer overflow in function t2_encode_packet in src/lib/openmj2/t2.c and src/lib/openjp3d/t2.c Function tgatoimage in src/bin/jpwl/convert.c need to check that the file is big enough to avoid excessive memory allocations memory & cpu are exhausted when converting jp2 file into png Cannot compress PGX into JP3D despite following the directions? sscanf buffer overflow in opj_jp3d_compress.c integer underflow may lead to writing garbage sscanf buffer overflow strcpy overflows sprintf buffer overflows strcpy buffer overflow integer overflow in malloc() out of bounds writes out of bounds writes divide by zero, perhaps multiplication overflow missing format string parameter leaks from cppcheck in lib folder How to initialize DEBUG_PROFILE in color.c? JP3D sample files BIG_ENDIAN bug in jpwl.c OpenJPEG fails to decode partial j2c where kdu succeeds building mj2 binaries fails openmj2\mj2.c: Out of bounds bin\mj2\opj_mj2_decompress.c 101 wrong check / leak --- graphics/openjpeg/Makefile | 5 +-- graphics/openjpeg/PLIST | 14 +++---- graphics/openjpeg/distinfo | 11 +++-- .../patch-src_lib_openjp2_CMakeLists.txt | 8 ++-- .../patches/patch-src_lib_openmj2_t2.c | 40 ------------------- 5 files changed, 18 insertions(+), 60 deletions(-) delete mode 100644 graphics/openjpeg/patches/patch-src_lib_openmj2_t2.c diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile index bc9cca9291090..e70609d25afc4 100644 --- a/graphics/openjpeg/Makefile +++ b/graphics/openjpeg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2021/06/23 20:33:11 nia Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/15 19:24:10 adam Exp $ -DISTNAME= openjpeg-2.4.0 -PKGREVISION= 1 +DISTNAME= openjpeg-2.5.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=uclouvain/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/graphics/openjpeg/PLIST b/graphics/openjpeg/PLIST index 7e02e9913410c..ba5f64b62ecf2 100644 --- a/graphics/openjpeg/PLIST +++ b/graphics/openjpeg/PLIST @@ -1,17 +1,17 @@ -@comment $NetBSD: PLIST,v 1.8 2021/01/06 12:32:34 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/05/15 19:24:10 adam Exp $ bin/opj_compress bin/opj_decompress bin/opj_dump -include/openjpeg-2.4/openjpeg.h -include/openjpeg-2.4/opj_config.h -include/openjpeg-2.4/opj_stdint.h +include/openjpeg-2.5/openjpeg.h +include/openjpeg-2.5/opj_config.h +include/openjpeg-2.5/opj_stdint.h lib/libopenjp2.a lib/libopenjp2.so lib/libopenjp2.so.${PKGVERSION} lib/libopenjp2.so.7 -lib/openjpeg-2.4/OpenJPEGConfig.cmake -lib/openjpeg-2.4/OpenJPEGTargets-noconfig.cmake -lib/openjpeg-2.4/OpenJPEGTargets.cmake +lib/openjpeg-2.5/OpenJPEGConfig.cmake +lib/openjpeg-2.5/OpenJPEGTargets-noconfig.cmake +lib/openjpeg-2.5/OpenJPEGTargets.cmake lib/pkgconfig/libopenjp2.pc man/man1/opj_compress.1 man/man1/opj_decompress.1 diff --git a/graphics/openjpeg/distinfo b/graphics/openjpeg/distinfo index a1e5d0e602cdd..150dbeb32b759 100644 --- a/graphics/openjpeg/distinfo +++ b/graphics/openjpeg/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.21 2021/10/26 10:46:35 nia Exp $ +$NetBSD: distinfo,v 1.22 2022/05/15 19:24:10 adam Exp $ -BLAKE2s (openjpeg-2.4.0.tar.gz) = ba47d310f5ea2a373a6a8f57368e1b2d12c20b1d6fbad6c8c9abd231f4852eaf -SHA512 (openjpeg-2.4.0.tar.gz) = 55daab47d33823af94e32e5d345b52c251a5410f0c8e0a13b693f17899eedc8b2bb107489ddcba9ab78ef17dfd7cd80d3c5ec80c1e429189cb041124b67e07a8 -Size (openjpeg-2.4.0.tar.gz) = 2233229 bytes +BLAKE2s (openjpeg-2.5.0.tar.gz) = 8a0fa90f83fd3bfcb890a44ceaab0b3d13a9985abc09efd42783c43d3f6a0ff6 +SHA512 (openjpeg-2.5.0.tar.gz) = 08975a2dd79f1e29fd1824249a5fbe66026640ed787b3a3aa8807c2c69f994240ff33e2132f8bf15bbc2202bef7001f98e42d487231d4eebc8e503538658049a +Size (openjpeg-2.5.0.tar.gz) = 1867111 bytes SHA1 (patch-CMakeLists.txt) = 3738946db63df4d623c6ce486bd22fa4d57336e2 SHA1 (patch-src_bin_jp2_CMakeLists.txt) = c9f709c23d6bab7a3c705640d66a00ec90ddabc7 -SHA1 (patch-src_lib_openjp2_CMakeLists.txt) = d839121ec2d008e5d3e1676d3e7ac3642bc946f7 +SHA1 (patch-src_lib_openjp2_CMakeLists.txt) = 49e66815ddbca5d01f3ff1c1b8208448e19e2a0c SHA1 (patch-src_lib_openjp2_opj__config__private.h.cmake.in) = fc0c170789dbe0a2ebc9dce0ef0d21aa6b2edd49 -SHA1 (patch-src_lib_openmj2_t2.c) = a4ce0faa349f1a23453ef7632fbcc3af2d045337 diff --git a/graphics/openjpeg/patches/patch-src_lib_openjp2_CMakeLists.txt b/graphics/openjpeg/patches/patch-src_lib_openjp2_CMakeLists.txt index 111f54fd88db4..07f49627b5d48 100644 --- a/graphics/openjpeg/patches/patch-src_lib_openjp2_CMakeLists.txt +++ b/graphics/openjpeg/patches/patch-src_lib_openjp2_CMakeLists.txt @@ -1,10 +1,10 @@ -$NetBSD: patch-src_lib_openjp2_CMakeLists.txt,v 1.2 2016/10/04 19:27:10 adam Exp $ +$NetBSD: patch-src_lib_openjp2_CMakeLists.txt,v 1.3 2022/05/15 19:24:11 adam Exp $ Install man pages without building other docs. ---- src/lib/openjp2/CMakeLists.txt.orig 2016-09-28 18:18:16.000000000 +0000 +--- src/lib/openjp2/CMakeLists.txt.orig 2022-05-13 16:54:29.000000000 +0000 +++ src/lib/openjp2/CMakeLists.txt -@@ -103,12 +103,10 @@ install(FILES openjpeg.h opj_stdint.h +@@ -127,12 +127,10 @@ install(FILES openjpeg.h opj_stdint.h DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR} COMPONENT Headers ) @@ -16,4 +16,4 @@ Install man pages without building other docs. -endif() if(BUILD_LUTS_GENERATOR) - # internal utility to generate t1_luts.h (part of the jp2 lib) + # internal utility to generate t1_luts.h and t1_ht_luts.h (part of the jp2 lib) diff --git a/graphics/openjpeg/patches/patch-src_lib_openmj2_t2.c b/graphics/openjpeg/patches/patch-src_lib_openmj2_t2.c deleted file mode 100644 index 8f9dbb88abf3d..0000000000000 --- a/graphics/openjpeg/patches/patch-src_lib_openmj2_t2.c +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-src_lib_openmj2_t2.c,v 1.2 2019/11/26 23:24:25 sevan Exp $ - -CVE-2018-16376 -https://github.com/uclouvain/openjpeg/issues/1127 -https://nvd.nist.gov/vuln/detail/CVE-2018-16376 - ---- src/lib/openmj2/t2.c.orig 2019-04-02 12:45:15.000000000 +0000 -+++ src/lib/openmj2/t2.c -@@ -166,6 +166,15 @@ static int t2_encode_packet(opj_tcd_tile - - /* */ - if (tcp->csty & J2K_CP_CSTY_SOP) { -+ if (length < 6) { -+ if (p_t2_mode == FINAL_PASS) { -+ opj_event_msg(p_manager, EVT_ERROR, -+ "opj_t2_encode_packet(): only %u bytes remaining in " -+ "output buffer. %u needed.\n", -+ length, 6); -+ } -+ return OPJ_FALSE; -+ } - c[0] = 255; - c[1] = 145; - c[2] = 0; -@@ -272,6 +281,15 @@ static int t2_encode_packet(opj_tcd_tile - - /* */ - if (tcp->csty & J2K_CP_CSTY_EPH) { -+ if (length < 2) { -+ if (p_t2_mode == FINAL_PASS) { -+ opj_event_msg(p_manager, EVT_ERROR, -+ "opj_t2_encode_packet(): only %u bytes remaining in " -+ "output buffer. %u needed.\n", -+ length, 2); -+ } -+ return OPJ_FALSE; -+ } - c[0] = 255; - c[1] = 146; - c += 2; From fa7c97d6795e59cfbe2a062a7efe5db0f56a53a0 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 15 May 2022 19:25:35 +0000 Subject: [PATCH 0485/1154] py-pylint: updated to 2.13.9 What's New in Pylint 2.13.9? Respect ignore configuration options with --recursive=y. Fix false positives for no-name-in-module and import-error for numpy.distutils and pydantic. Fix IndexError crash in uninferable_final_decorators method. Fix a crash in unnecessary-dict-index-lookup when subscripting an attribute. Fix a crash when accessing __code__ and assigning it to a variable. Fix a false positive for undefined-loop-variable when using enumerate(). --- devel/py-pylint/Makefile | 4 ++-- devel/py-pylint/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-pylint/Makefile b/devel/py-pylint/Makefile index 0854876ab6cfe..1886bdb528f15 100644 --- a/devel/py-pylint/Makefile +++ b/devel/py-pylint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2022/05/03 17:52:55 adam Exp $ +# $NetBSD: Makefile,v 1.63 2022/05/15 19:25:35 adam Exp $ -DISTNAME= pylint-2.13.8 +DISTNAME= pylint-2.13.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/} diff --git a/devel/py-pylint/distinfo b/devel/py-pylint/distinfo index 26276fd326bcc..e26c5fb0b1bb4 100644 --- a/devel/py-pylint/distinfo +++ b/devel/py-pylint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.52 2022/05/03 17:52:55 adam Exp $ +$NetBSD: distinfo,v 1.53 2022/05/15 19:25:35 adam Exp $ -BLAKE2s (pylint-2.13.8.tar.gz) = 44a5a62c691f914c0fba3dad90f51c75c020425400cc5780635269a61d095d5d -SHA512 (pylint-2.13.8.tar.gz) = 2a711eaae64070cda8afe886be3b0f68bff1d90bf4bb7aae3eb978c579732e86e04c6de335d02c97d33fd20e9e18471428b9c28ed5544a7223c9f7f7628c252c -Size (pylint-2.13.8.tar.gz) = 360092 bytes +BLAKE2s (pylint-2.13.9.tar.gz) = 9d032051fb49fabd06d743e36dcc7f8806d42b019c37234de7659c588143cf26 +SHA512 (pylint-2.13.9.tar.gz) = c8d9b57e4645f4e352b18dcde735018419b437fb1c0fe6939e18347c1d0f1e4a545c57656260fd8a1853808f8694329f668f75f0c41d7f378fbfefca381f97c2 +Size (pylint-2.13.9.tar.gz) = 360270 bytes From 982687de380e1f95ff72ee70476a9d16fbd048b6 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 15 May 2022 19:26:51 +0000 Subject: [PATCH 0486/1154] py-lexicon: updated to 3.11.1 3.11.1 Modified Improve the Oracle Cloud DNS (oci) provider on the authentication mechanism Add API documentation to Oracle Cloud DNS --- net/py-lexicon/Makefile | 4 ++-- net/py-lexicon/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/py-lexicon/Makefile b/net/py-lexicon/Makefile index 72b7e1589bfe8..9e14d0016a639 100644 --- a/net/py-lexicon/Makefile +++ b/net/py-lexicon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2022/05/09 05:46:44 adam Exp $ +# $NetBSD: Makefile,v 1.74 2022/05/15 19:26:51 adam Exp $ -DISTNAME= dns-lexicon-3.11.0 +DISTNAME= dns-lexicon-3.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/dns-//} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dns-lexicon/} diff --git a/net/py-lexicon/distinfo b/net/py-lexicon/distinfo index 2b128952fab31..d85dc1769f235 100644 --- a/net/py-lexicon/distinfo +++ b/net/py-lexicon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.72 2022/05/09 05:46:44 adam Exp $ +$NetBSD: distinfo,v 1.73 2022/05/15 19:26:51 adam Exp $ -BLAKE2s (dns-lexicon-3.11.0.tar.gz) = 20294fc9f00b7a8ceb90a7e585ef3a979f5c4f64bc1034bd6111c8024036dda9 -SHA512 (dns-lexicon-3.11.0.tar.gz) = 08d74c15eaf81461b8665646cad3a6e727fa1854dd38c08f1c9d49a39d7a838efb3715d26fafb05d90714f625fe3fbf90e849d81e723a971deba532a7a43da83 -Size (dns-lexicon-3.11.0.tar.gz) = 150963 bytes +BLAKE2s (dns-lexicon-3.11.1.tar.gz) = c8bde8a290bfd0135b99c83b71c70e3bb1342224b48d4cf28b00557be61397af +SHA512 (dns-lexicon-3.11.1.tar.gz) = 560ce082463af9b498a7d90a954d615b6274d4e1f98a7ccd0675116904c768cee5fd76b4440e3e9c7009b84f7d29c297b50991055047abcafc2c077be38105fa +Size (dns-lexicon-3.11.1.tar.gz) = 151161 bytes From f3130aa6e74a9b9505bfdbdc1b1f3a7961a694d4 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 15 May 2022 19:29:25 +0000 Subject: [PATCH 0487/1154] py-xmlschema: updated to 1.11.0 v1.11.0 * Add localization for validation related error messages * Add Italian translation * Add Russian partial translation --- textproc/py-xmlschema/Makefile | 4 ++-- textproc/py-xmlschema/PLIST | 11 ++++++++++- textproc/py-xmlschema/distinfo | 8 ++++---- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/textproc/py-xmlschema/Makefile b/textproc/py-xmlschema/Makefile index da24dc0d340b1..9e14ece529baa 100644 --- a/textproc/py-xmlschema/Makefile +++ b/textproc/py-xmlschema/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/04/11 16:33:56 adam Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/15 19:29:25 adam Exp $ -DISTNAME= xmlschema-1.10.0 +DISTNAME= xmlschema-1.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/} diff --git a/textproc/py-xmlschema/PLIST b/textproc/py-xmlschema/PLIST index 1b4eb0eaad7f0..17005455949e9 100644 --- a/textproc/py-xmlschema/PLIST +++ b/textproc/py-xmlschema/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2022/04/11 16:33:56 adam Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/15 19:29:25 adam Exp $ bin/xmlschema-json2xml-${PYVERSSUFFIX} bin/xmlschema-validate-${PYVERSSUFFIX} bin/xmlschema-xml2json-${PYVERSSUFFIX} @@ -70,6 +70,12 @@ ${PYSITELIB}/xmlschema/helpers.pyo ${PYSITELIB}/xmlschema/limits.py ${PYSITELIB}/xmlschema/limits.pyc ${PYSITELIB}/xmlschema/limits.pyo +${PYSITELIB}/xmlschema/locale/en/LC_MESSAGES/xmlschema.mo +${PYSITELIB}/xmlschema/locale/en/LC_MESSAGES/xmlschema.po +${PYSITELIB}/xmlschema/locale/it/LC_MESSAGES/xmlschema.mo +${PYSITELIB}/xmlschema/locale/it/LC_MESSAGES/xmlschema.po +${PYSITELIB}/xmlschema/locale/ru/LC_MESSAGES/xmlschema.mo +${PYSITELIB}/xmlschema/locale/ru/LC_MESSAGES/xmlschema.po ${PYSITELIB}/xmlschema/names.py ${PYSITELIB}/xmlschema/names.pyc ${PYSITELIB}/xmlschema/names.pyo @@ -113,6 +119,9 @@ ${PYSITELIB}/xmlschema/testing/_helpers.pyo ${PYSITELIB}/xmlschema/testing/_observers.py ${PYSITELIB}/xmlschema/testing/_observers.pyc ${PYSITELIB}/xmlschema/testing/_observers.pyo +${PYSITELIB}/xmlschema/translation.py +${PYSITELIB}/xmlschema/translation.pyc +${PYSITELIB}/xmlschema/translation.pyo ${PYSITELIB}/xmlschema/validators/__init__.py ${PYSITELIB}/xmlschema/validators/__init__.pyc ${PYSITELIB}/xmlschema/validators/__init__.pyo diff --git a/textproc/py-xmlschema/distinfo b/textproc/py-xmlschema/distinfo index 9f69048d83960..062a529723a0b 100644 --- a/textproc/py-xmlschema/distinfo +++ b/textproc/py-xmlschema/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2022/04/11 16:33:56 adam Exp $ +$NetBSD: distinfo,v 1.37 2022/05/15 19:29:25 adam Exp $ -BLAKE2s (xmlschema-1.10.0.tar.gz) = 79c982e67134d13ebdf4c23cac96d6ce956be4b168e058b2712cf4a35603eb2a -SHA512 (xmlschema-1.10.0.tar.gz) = c4358b210cc96e46617cc11b1b7e2a4d69c1bd6489cc73602552b184f209eb90b13eff353741aa7b1dbc3ff8514f90b7bb331ac18ffc466b3ce36f42f7497899 -Size (xmlschema-1.10.0.tar.gz) = 396057 bytes +BLAKE2s (xmlschema-1.11.0.tar.gz) = 956218e510f7904bbe6f7561546c7f364729c3efa63d2c4282a458bb2009105c +SHA512 (xmlschema-1.11.0.tar.gz) = 507b57b8d4f48eb9f2463898ad0bd245791a8c8086a544d45da1fb2d4f6edafa5e555d44bdba50974408f14251cb8acae2dfc2c1b5c4544088f336fdfee0793a +Size (xmlschema-1.11.0.tar.gz) = 453958 bytes From aa261192cd31c47367663f9985a165d70b8d877c Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 15 May 2022 19:30:23 +0000 Subject: [PATCH 0488/1154] Updated graphics/openjpeg, devel/py-pylint, net/py-lexicon, textproc/py-xmlschema --- doc/CHANGES-2022 | 6 +++++- doc/TODO | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 09958ef03b780..3f4499079f6c2 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2575 2022/05/15 19:23:52 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2576 2022/05/15 19:30:23 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3986,3 +3986,7 @@ Changes to the packages collection and infrastructure in 2022: Added chat/libstrophe version 0.12.0 [nia 2022-05-15] Updated security/openssh to 9.0.1 [wiz 2022-05-15] Updated devel/libuv to 1.44.1nb1 [wiz 2022-05-15] + Updated graphics/openjpeg to 2.5.0 [adam 2022-05-15] + Updated devel/py-pylint to 2.13.9 [adam 2022-05-15] + Updated net/py-lexicon to 3.11.1 [adam 2022-05-15] + Updated textproc/py-xmlschema to 1.11.0 [adam 2022-05-15] diff --git a/doc/TODO b/doc/TODO index 33a711d6bffee..027b36a688073 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21863 2022/05/15 19:22:06 wiz Exp $ +$NetBSD: TODO,v 1.21864 2022/05/15 19:30:23 adam Exp $ Suggested new packages ====================== @@ -1221,7 +1221,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o opendnssec-2.1.8 o opengrok-1.7.1 o openh323-1.19.1 - o openjpeg-2.5 o openmortal-0.7.1 o openmpi-4.1.0 o openntpd-6.8p1 From c1b7366042ec9b3d9699a20cc82836f20252e7d8 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 20:01:14 +0000 Subject: [PATCH 0489/1154] profanity: update to 0.11.1 Changes: Fix resetting colors when loading invalid theme Use correct color for nick of others in history Fix a segfault when uploading or downloading files Fix logging of text chatlogs Simplification of tab completion code Add Alt/Ctrl-arrows combinations for GNU Screen Make all existing input functions bindable from config Cleanup Improve man pages Fix race condition on resize --- chat/profanity/Makefile | 25 +++++++++---------------- chat/profanity/PLIST | 6 +++++- chat/profanity/distinfo | 8 ++++---- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/chat/profanity/Makefile b/chat/profanity/Makefile index d4d602d330dae..d66be5da9999a 100644 --- a/chat/profanity/Makefile +++ b/chat/profanity/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/18 19:10:31 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/15 20:01:14 nia Exp $ -DISTNAME= profanity-0.11.1 -PKGREVISION= 1 +DISTNAME= profanity-0.12.1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=profanity-im/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -11,21 +10,20 @@ HOMEPAGE= https://profanity-im.github.io/ COMMENT= Console based XMPP client inspired by irssi LICENSE= gnu-gpl-v3 -USE_TOOLS+= autoconf pkg-config - -AUTOCONF_REQD= 2.69 - FAKE_NCURSES= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config gmake USE_CURSES= wide SUBST_CLASSES+= python SUBST_STAGE.python= pre-configure -SUBST_FILES.python= configure.ac -SUBST_SED.python= -e 's,python-config,python${PYVERSSUFFIX}-config,g' +SUBST_FILES.python= configure +SUBST_SED.python= -e 's,"python",\"python-${PYVERSSUFFIX}\",g' +SUBST_SED.python+= -e 's,"python-embed",\"python-${PYVERSSUFFIX}-embed\",g' +SUBST_SED.python+= -e 's,\"python\",\"python-${PYVERSSUFFIX}\",g' +SUBST_SED.python+= -e 's,\"python-embed\",\"python-${PYVERSSUFFIX}-embed\",g' SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure @@ -39,12 +37,7 @@ CONFIGURE_ARGS+= --enable-python-plugins CONFIGURE_ARGS+= --enable-omemo .include "options.mk" - -pre-configure: - cd ${WRKSRC} && autoconf - -BUILDLINK_API_DEPENDS.libmesode+= libmesode>=0.10.0 -.include "../../chat/libmesode/buildlink3.mk" +.include "../../chat/libstrophe/buildlink3.mk" .include "../../chat/libotr/buildlink3.mk" .include "../../chat/libsignal-protocol-c/buildlink3.mk" BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.22.0 diff --git a/chat/profanity/PLIST b/chat/profanity/PLIST index 091907abd83ea..3b67d75286c4b 100644 --- a/chat/profanity/PLIST +++ b/chat/profanity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2022/03/04 09:16:05 nia Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/15 20:01:14 nia Exp $ bin/profanity include/profapi.h lib/libprofanity.la @@ -24,6 +24,7 @@ man/man1/profanity-cmd.1 man/man1/profanity-color.1 man/man1/profanity-connect.1 man/man1/profanity-console.1 +man/man1/profanity-correct-editor.1 man/man1/profanity-correct.1 man/man1/profanity-correction.1 man/man1/profanity-disco.1 @@ -48,6 +49,7 @@ man/man1/profanity-log.1 man/man1/profanity-logging.1 man/man1/profanity-mainwin.1 man/man1/profanity-mam.1 +man/man1/profanity-mood.1 man/man1/profanity-msg.1 man/man1/profanity-nick.1 man/man1/profanity-notify.1 @@ -68,6 +70,7 @@ man/man1/profanity-privileges.1 man/man1/profanity-quit.1 man/man1/profanity-receipts.1 man/man1/profanity-reconnect.1 +man/man1/profanity-register.1 man/man1/profanity-reload.1 man/man1/profanity-resource.1 man/man1/profanity-role.1 @@ -122,6 +125,7 @@ share/profanity/themes/original share/profanity/themes/original_bright share/profanity/themes/shade share/profanity/themes/simple +share/profanity/themes/snikket share/profanity/themes/solarized-dark share/profanity/themes/solarized-light share/profanity/themes/spawn diff --git a/chat/profanity/distinfo b/chat/profanity/distinfo index 0b8afd6b44378..7bd98971621e2 100644 --- a/chat/profanity/distinfo +++ b/chat/profanity/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2022/03/04 09:16:05 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/05/15 20:01:14 nia Exp $ -BLAKE2s (profanity-0.11.1.tar.gz) = 4cea0de13a5a851dd1b128bf00e1a37658da48d5f7ea5507acdf93aae689de26 -SHA512 (profanity-0.11.1.tar.gz) = 8ba627c8c5390414d2afdf31f3ff82821db108f952d562529c28b23f2d1904014c683b016ddef5a4d90ae50ac5cff8e46eab31aab517bbe02042d6837af7bb2c -Size (profanity-0.11.1.tar.gz) = 888794 bytes +BLAKE2s (profanity-0.12.1.tar.gz) = 3b8a808a93cfc2aefd737c988acc84f44754bb908780f18bf6ac7363f9fd1f21 +SHA512 (profanity-0.12.1.tar.gz) = ca3ea92fd439336cd0bf0be42afdda464e25be85b910aef837738b8d1787ac174ac93ccee4fb2fb385228ed7be8e9bac5e96a1f89a68df162785b17d7671463f +Size (profanity-0.12.1.tar.gz) = 895566 bytes SHA1 (patch-src_config_preferences.c) = 17bf3adea60a4934a655e59a48551724506e158b From 3ab32f46dcf4d9a61da2144e0d0b8bed1c86b3cf Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 15 May 2022 20:01:25 +0000 Subject: [PATCH 0490/1154] doc: Updated chat/profanity to 0.12.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3f4499079f6c2..af8b717c6944b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2576 2022/05/15 19:30:23 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2577 2022/05/15 20:01:25 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3990,3 +3990,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-pylint to 2.13.9 [adam 2022-05-15] Updated net/py-lexicon to 3.11.1 [adam 2022-05-15] Updated textproc/py-xmlschema to 1.11.0 [adam 2022-05-15] + Updated chat/profanity to 0.12.1 [nia 2022-05-15] From 1a4d65d6615f67ffb03d35252ad3c4d2913f2ea7 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 20:29:00 +0000 Subject: [PATCH 0491/1154] openjdk17: regen bootstrap binaries to be smaller & more portable - build without x11 - bundle libstdc++.so.9 & libgcc_s.so.1 from base so it works with base clang as well as future NetBSD releases - don't ship external debug symbols (.diz), demos, src.zip - build in clean chroot with pkgsrc bootstrapped to /root/pkg - upload pgp signatures to nbftp This mimics how it was done for openjdk11 & takes bootstraps down from ~300MB to ~100MB. --- lang/openjdk17/Makefile | 9 ++++++--- lang/openjdk17/bootstrap.mk | 27 +++++++++++---------------- lang/openjdk17/distinfo | 17 +++++++---------- 3 files changed, 24 insertions(+), 29 deletions(-) diff --git a/lang/openjdk17/Makefile b/lang/openjdk17/Makefile index 1008fa2c85fe4..d2ecc2171dc85 100644 --- a/lang/openjdk17/Makefile +++ b/lang/openjdk17/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/14 18:17:50 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/15 20:29:00 tnn Exp $ DISTNAME= jdk17u-${GITHUB_TAG:C/\+/-/} PKGNAME= openjdk17-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/} @@ -163,10 +163,13 @@ TOOLS_PLATFORM.unzip= .endif post-extract: -# These libs are bundled w/ the netbsd-7 bootstrap to facilitate building with +# These libs are bundled w/ the netbsd-9 bootstrap to facilitate building with # MKLLVM=yes / MKGCC=no. Nuke them from bootstrap if they are present in base. .if exists(/lib/libgcc_s.so.1) - ${RM} -f ${ALT_BOOTDIR}/lib/libgcc_s.so* + ${RM} -f ${ALT_BOOTDIR}/lib/libgcc_s.so.1 +.endif +.if exists(/usr/lib/libstdc++.so.9) + ${RM} -f ${ALT_BOOTDIR}/lib/libstdc++.so.9 .endif pre-configure: ${WRKDIR}/cacerts.out diff --git a/lang/openjdk17/bootstrap.mk b/lang/openjdk17/bootstrap.mk index 53605e01bbf7e..8c447fe54c7a5 100644 --- a/lang/openjdk17/bootstrap.mk +++ b/lang/openjdk17/bootstrap.mk @@ -1,33 +1,28 @@ -# $NetBSD: bootstrap.mk,v 1.2 2022/05/13 15:17:13 ryoon Exp $ +# $NetBSD: bootstrap.mk,v 1.3 2022/05/15 20:29:00 tnn Exp $ +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000 +PKG_SKIP_REASON+= "Only supports NetBSD >= 9" +.endif ONLY_FOR_PLATFORM+= NetBSD-*-i386 -BOOT.nb9-i386= bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz +BOOT.nb9-i386= bootstrap-jdk-1.17.0.3.7-netbsd-9-i386-20220515.tar.xz SITES.${BOOT.nb9-i386}= ${MASTER_SITE_LOCAL:=openjdk17/} .if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || make(distinfo) DISTFILES+= ${BOOT.nb9-i386} EXTRACT_ONLY+= ${BOOT.nb9-i386} .endif -ONLY_FOR_PLATFORM+= NetBSD-9.[0-8]*-x86_64 -BOOT.nb9-amd64= bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz +ONLY_FOR_PLATFORM+= NetBSD-*-x86_64 +BOOT.nb9-amd64= bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz SITES.${BOOT.nb9-amd64}= ${MASTER_SITE_LOCAL:=openjdk17/} -.if !empty(MACHINE_PLATFORM:MNetBSD-9.[0-8]*-x86_64) || make(distinfo) +.if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) || make(distinfo) DISTFILES+= ${BOOT.nb9-amd64} EXTRACT_ONLY+= ${BOOT.nb9-amd64} .endif -ONLY_FOR_PLATFORM+= NetBSD-9.9*-x86_64 -BOOT.nb10-amd64= bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz -SITES.${BOOT.nb10-amd64}= ${MASTER_SITE_LOCAL:=openjdk17/} -.if !empty(MACHINE_PLATFORM:MNetBSD-9.9*-x86_64) || make(distinfo) -DISTFILES+= ${BOOT.nb10-amd64} -EXTRACT_ONLY+= ${BOOT.nb10-amd64} -.endif - -#ONLY_FOR_PLATFORM+= NetBSD-*-aarch64 -#BOOT.nb9-aarch64= bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz -#SITES.${BOOT.nb9-aarch64}= ${MASTER_SITE_LOCAL:=openjdk11/} +ONLY_FOR_PLATFORM+= NetBSD-*-aarch64 +#BOOT.nb9-aarch64= bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220515.tar.xz +#SITES.${BOOT.nb9-aarch64}= ${MASTER_SITE_LOCAL:=openjdk17/} #.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || make(distinfo) #DISTFILES+= ${BOOT.nb9-aarch64} #EXTRACT_ONLY+= ${BOOT.nb9-aarch64} diff --git a/lang/openjdk17/distinfo b/lang/openjdk17/distinfo index 2970def7e7d5c..71390f8efd4c6 100644 --- a/lang/openjdk17/distinfo +++ b/lang/openjdk17/distinfo @@ -1,14 +1,11 @@ -$NetBSD: distinfo,v 1.3 2022/05/14 15:23:02 tnn Exp $ +$NetBSD: distinfo,v 1.4 2022/05/15 20:29:00 tnn Exp $ -BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = afd8e5dcbfa3d8fe397e97f713d24a1437936dcffbe79f3f0c3e9bfb58bce36d -SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = f9ddd27ac0ccf77eb72e2c1fe5a06c6431a74b4feeea495233cba058dd8346f215861c59b5228e33729dccdc7f557a29e881123d8592f0cc304536fd5cc3609a -Size (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = 320259572 bytes -BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 8a805fb72760eed42d76b12e6fd655e5af73d6825eb7aeb3acd2201d21f43575 -SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 8878e31782352316a2777aeb7262c6e01e994b9ec5d73b9d155bfa015dfc14b15e9cbace127e361778e3aec09b4995a35b9df448a94bf50eb2860469396b7b9e -Size (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 288701712 bytes -BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = c7468a1619819ac0fa387e011a2b5b8547c4f93b39728a3194f827a2121e1e55 -SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = c687698cdd8d593e7f4a791b8f8abd85eee61b8800ad819e8d71b8fa4c44485bf4351459c56d933073c6af73cb915a284a3862df331f31659db9426bd163ed05 -Size (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = 277103744 bytes +BLAKE2s (bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz) = 5da928c9ad945b0be6eebdada9788fe0f837a52d1e50ffa3535ef4115700f20a +SHA512 (bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz) = 785a6f203e7e5a31f48c708e6a33aa28f00b742226248e2757564d521c580f78070145e4a5dedf3eac1801531781143550c1c127ef6f8d310b88e864d42f4279 +Size (bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz) = 105391720 bytes +BLAKE2s (bootstrap-jdk-1.17.0.3.7-netbsd-9-i386-20220515.tar.xz) = a8e6a44e1470cf2e8845f6b5a6edff142d06c76e12a793b5991b1bf05cf36a98 +SHA512 (bootstrap-jdk-1.17.0.3.7-netbsd-9-i386-20220515.tar.xz) = 9fc54d9a31270cbec5e0454bbf1ddf3bb99ab5c916660e1f5e89163b384368a7f1fd5311db71b21c1638eb916899199a1080e90cc1f9615bfdbd871bb94a3216 +Size (bootstrap-jdk-1.17.0.3.7-netbsd-9-i386-20220515.tar.xz) = 103902136 bytes BLAKE2s (jdk17u-jdk-17.0.3-7-1.tar.gz) = d080a7513b3e1d431e24673fff10695adf0154b97fd45be7307be09e929e78a6 SHA512 (jdk17u-jdk-17.0.3-7-1.tar.gz) = ddbe9c6e2c48c320247e023070de9f4b770a58d6eaf763f6331d6cccfd4bd5591445994174d5196392e5a4f0bb398d6b309e37dc5079c823458ac7fc4d9b6a9d Size (jdk17u-jdk-17.0.3-7-1.tar.gz) = 104898973 bytes From 3c5b0e04a6b60f17388127abc2fd145eaa7223ea Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 15 May 2022 21:27:10 +0000 Subject: [PATCH 0492/1154] sysutils/navi: update to 2.20.0 New features Release binary for Linux ARM64 (#728) Make width configurable for snippet column Add shared paths for cheat directory and config file Add build feature to disable repo management Add build feature to disable command execution Code quality Bump all possible dependencies (#729) Temporarily remove lint checks (#730) Fix path-related tests (#727) Fix minor typos Remove references to Linuxbrew --- sysutils/navi/Makefile | 7 +- sysutils/navi/cargo-depends.mk | 59 ++++++----- sysutils/navi/distinfo | 179 +++++++++++++++++++-------------- 3 files changed, 145 insertions(+), 100 deletions(-) diff --git a/sysutils/navi/Makefile b/sysutils/navi/Makefile index f34ef28ecdb81..cfdae92b23693 100644 --- a/sysutils/navi/Makefile +++ b/sysutils/navi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/01/19 10:53:37 pin Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/15 21:27:10 pin Exp $ -DISTNAME= navi-2.19.0 +DISTNAME= navi-2.20.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=denisidoro/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -17,7 +17,8 @@ DEPENDS+= fzf-[0-9]*:../../sysutils/fzf INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/navi ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/navi \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/navi/cargo-depends.mk b/sysutils/navi/cargo-depends.mk index cf979e1425ccb..a377bad71bef7 100644 --- a/sysutils/navi/cargo-depends.mk +++ b/sysutils/navi/cargo-depends.mk @@ -1,19 +1,20 @@ -# $NetBSD: cargo-depends.mk,v 1.8 2022/01/19 10:53:37 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.9 2022/05/15 21:27:10 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 -CARGO_CRATE_DEPENDS+= anyhow-1.0.52 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 CARGO_CRATE_DEPENDS+= arrayvec-0.5.2 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.0.1 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 -CARGO_CRATE_DEPENDS+= clap-3.0.6 -CARGO_CRATE_DEPENDS+= clap_derive-3.0.6 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_derive-3.1.18 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.1 CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.0 CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.5 CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.5 -CARGO_CRATE_DEPENDS+= crossterm-0.22.1 +CARGO_CRATE_DEPENDS+= crossterm-0.23.2 CARGO_CRATE_DEPENDS+= crossterm_winapi-0.9.0 CARGO_CRATE_DEPENDS+= directories-next-2.0.0 CARGO_CRATE_DEPENDS+= dirs-sys-next-0.1.2 @@ -24,25 +25,22 @@ CARGO_CRATE_DEPENDS+= hashbrown-0.9.1 CARGO_CRATE_DEPENDS+= heck-0.4.0 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.18 CARGO_CRATE_DEPENDS+= indexmap-1.6.2 -CARGO_CRATE_DEPENDS+= instant-0.1.9 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.97 +CARGO_CRATE_DEPENDS+= libc-0.2.125 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 -CARGO_CRATE_DEPENDS+= lock_api-0.4.4 +CARGO_CRATE_DEPENDS+= lock_api-0.4.6 CARGO_CRATE_DEPENDS+= log-0.4.14 CARGO_CRATE_DEPENDS+= memchr-2.4.0 CARGO_CRATE_DEPENDS+= memoffset-0.6.4 -CARGO_CRATE_DEPENDS+= mio-0.7.13 -CARGO_CRATE_DEPENDS+= miow-0.3.7 -CARGO_CRATE_DEPENDS+= ntapi-0.3.6 +CARGO_CRATE_DEPENDS+= mio-0.8.3 CARGO_CRATE_DEPENDS+= num_cpus-1.13.0 CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 -CARGO_CRATE_DEPENDS+= parking_lot-0.11.1 -CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.3 +CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.1 CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.10 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.30 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.38 CARGO_CRATE_DEPENDS+= quote-1.0.9 CARGO_CRATE_DEPENDS+= rand-0.8.3 CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 @@ -52,29 +50,29 @@ CARGO_CRATE_DEPENDS+= rayon-1.5.1 CARGO_CRATE_DEPENDS+= rayon-core-1.9.1 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.8 CARGO_CRATE_DEPENDS+= redox_users-0.4.0 -CARGO_CRATE_DEPENDS+= regex-1.5.4 +CARGO_CRATE_DEPENDS+= regex-1.5.5 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 CARGO_CRATE_DEPENDS+= remove_dir_all-0.7.0 CARGO_CRATE_DEPENDS+= ryu-1.0.9 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 -CARGO_CRATE_DEPENDS+= serde-1.0.133 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.133 -CARGO_CRATE_DEPENDS+= serde_yaml-0.8.23 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_yaml-0.8.24 CARGO_CRATE_DEPENDS+= shellwords-1.1.0 -CARGO_CRATE_DEPENDS+= signal-hook-0.3.9 -CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.1 +CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 +CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 CARGO_CRATE_DEPENDS+= smallvec-1.6.1 CARGO_CRATE_DEPENDS+= strip-ansi-escapes-0.1.1 CARGO_CRATE_DEPENDS+= strsim-0.10.0 -CARGO_CRATE_DEPENDS+= syn-1.0.80 +CARGO_CRATE_DEPENDS+= syn-1.0.94 CARGO_CRATE_DEPENDS+= tempfile-3.2.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.2 -CARGO_CRATE_DEPENDS+= textwrap-0.14.2 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= textwrap-0.15.0 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 CARGO_CRATE_DEPENDS+= utf8parse-0.2.0 CARGO_CRATE_DEPENDS+= version_check-0.9.3 @@ -82,9 +80,22 @@ CARGO_CRATE_DEPENDS+= vte-0.10.1 CARGO_CRATE_DEPENDS+= vte_generate_state_changes-0.1.1 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasi-0.11.0+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= which-4.1.0 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.32.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.32.0 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.32.0 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.32.0 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.32.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.32.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= yaml-rust-0.4.5 diff --git a/sysutils/navi/distinfo b/sysutils/navi/distinfo index 1398aae0ecdec..b7bf02984c647 100644 --- a/sysutils/navi/distinfo +++ b/sysutils/navi/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.11 2022/01/19 10:53:37 pin Exp $ +$NetBSD: distinfo,v 1.12 2022/05/15 21:27:10 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes -BLAKE2s (anyhow-1.0.52.crate) = 5d2c7e7b1557521de05f6303070922caae6fa608517fa4d87d742bb2c98df52f -SHA512 (anyhow-1.0.52.crate) = b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a -Size (anyhow-1.0.52.crate) = 44224 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes BLAKE2s (arrayvec-0.5.2.crate) = 0a2a485fd63a88b1d0d196b5b676c9d0fde68b02e8a7d548e5d537e75b4eeffc SHA512 (arrayvec-0.5.2.crate) = 1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004 Size (arrayvec-0.5.2.crate) = 27838 bytes @@ -21,12 +21,15 @@ Size (bitflags-1.3.2.crate) = 23021 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes -BLAKE2s (clap-3.0.6.crate) = f9f38db18c43784e2abe9486d32f5e95b901fdc055320f51b2ab24f6260cfc58 -SHA512 (clap-3.0.6.crate) = 48ca76721769336ac178c990c1ccfe95e88a3dce9d3ecadf67b46c89561a2e65b7b68f4c88d30df22d9afbc85b3f317ef8cb6ef771e037de83e721f1b707689d -Size (clap-3.0.6.crate) = 190343 bytes -BLAKE2s (clap_derive-3.0.6.crate) = f9bf29fbf17ac85f04ecec808dd0cd181be0cf20f68cb298cbbcfb5ea9465428 -SHA512 (clap_derive-3.0.6.crate) = c9756a96ad477e124b97ebbf64e75eb4f86d0c6b0a10892a7cf7fb34671aeb0576b3fb948ceccd88be7116cdfcd652629c3efe3081e2aa87ba97189130508213 -Size (clap_derive-3.0.6.crate) = 24686 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_derive-3.1.18.crate) = 525d5fbef0749e507dc2783712535f68b3899cbfc188888b2f4ad51a76edc1f8 +SHA512 (clap_derive-3.1.18.crate) = 9bf92e45de15bdfe1ca9a1363f1d243b8df1e5e7d957d6240fa351387b362ef91dc9acffea7256c2161ae8472e35ee2cd678c0bee1f9a27771ae9f4f3f71b351 +Size (clap_derive-3.1.18.crate) = 25521 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes BLAKE2s (crossbeam-channel-0.5.1.crate) = fa3946862d6c6657de81dfa9024d422baa65f2593b737adcdf5835ce5f905e7c SHA512 (crossbeam-channel-0.5.1.crate) = f15aff67e9105584f5fe41e1ee650ae4fdd0d0ca0fa9202ee83c6f6025398a300decaa50d1b4682e8afb9bd6e11e95b69bcf23f68ae117419aa84df14ee7747b Size (crossbeam-channel-0.5.1.crate) = 86919 bytes @@ -39,9 +42,9 @@ Size (crossbeam-epoch-0.9.5.crate) = 43883 bytes BLAKE2s (crossbeam-utils-0.8.5.crate) = 8ad14d12243d2fb43224bafc0efdb3759c8307a406c82f7c97cdcabb49a2c718 SHA512 (crossbeam-utils-0.8.5.crate) = fd4d2ae10340bb96c22b31190b300aab54e96b8089fd62489e102c76a944e6a16c582a90bc40f5e188f13f841293a4b9becf30830c2ece04f3ce78c29066532f Size (crossbeam-utils-0.8.5.crate) = 38414 bytes -BLAKE2s (crossterm-0.22.1.crate) = 646728025ea249a59f0faf8325335cbe0fd6bedbaf72c3cbe540e8c71c779462 -SHA512 (crossterm-0.22.1.crate) = 2a8534a12bb119be583d491b3595259d164de6922ce2a17bbe6f19fcff93339a6d0d8c08398958a7592d6aa765eb2ebc6e61b54211080785357c711b2c454d91 -Size (crossterm-0.22.1.crate) = 105450 bytes +BLAKE2s (crossterm-0.23.2.crate) = 3af83abff5e5211bf40f435ae725bf78adbbf76bd44418d334ce24c022d9c2ea +SHA512 (crossterm-0.23.2.crate) = 3299e47dedc44988d2f0508a5d81345092f1495c1292994d237c7222b4b52fe91b98e12bfdd88b322242661eaec75857c59f13a430691d4aa867c0e3914254a3 +Size (crossterm-0.23.2.crate) = 106712 bytes BLAKE2s (crossterm_winapi-0.9.0.crate) = 66dfac33e190f850bc4e3b08ffc5fc97efa584e35007e75d8ef748e901878781 SHA512 (crossterm_winapi-0.9.0.crate) = b8c32a82cc83244e8991931e3fe0d85527ee2cc5e6b4a0839d633448dfa8a137c87684e8e079f44edf5a994355e0106bb573b36b57c7420ac5cb6fb0ce20ce8d Size (crossterm_winapi-0.9.0.crate) = 15561 bytes @@ -72,21 +75,18 @@ Size (hermit-abi-0.1.18.crate) = 9936 bytes BLAKE2s (indexmap-1.6.2.crate) = 589a64cdbadff96a46b7a21962b75e2f4444540d48868fbbf945511c8b9b8024 SHA512 (indexmap-1.6.2.crate) = 1509b6aa6b3b84fa15b98026052f6d5f0f1aedd065b02b24e31b799f8db68d5770e9a8302ef10e1ad16817256dbc03c55593928a48eddb252d25de7e0b7e6406 Size (indexmap-1.6.2.crate) = 50225 bytes -BLAKE2s (instant-0.1.9.crate) = 3c0744313f7a843ce9627a9529e349de0e4192ef62fbb3b3984ebdfcb52312b0 -SHA512 (instant-0.1.9.crate) = 3915f67c3629ec93296d56c4cda0cf97b29b1a70930a9d546abb9518139d4c2f35062563a5094e84841ddb1f00b0f3df9dc00801d96c01994765221edf03ef7c -Size (instant-0.1.9.crate) = 5213 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.97.crate) = c1f5d7d7425d833f535327416db44072de37ba9b6bd7faf7e6e22af280e42a32 -SHA512 (libc-0.2.97.crate) = 9b94a43d7da1e419900f7a016d5eb958bc42a006e1bb621ab8e2be2167e91f05cee81144c25e81a85c1b1ea2a26ff88980a4cc292fd42db8b09c5c49bf5531ed -Size (libc-0.2.97.crate) = 517712 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 Size (linked-hash-map-0.5.4.crate) = 16166 bytes -BLAKE2s (lock_api-0.4.4.crate) = 048af4b2f94155e1b58c483dbfd09a51b63c0f0f87fa7ca3f64baf6e4673d142 -SHA512 (lock_api-0.4.4.crate) = 655c8a1503b6e7f833b4c62109e1c5005727054847bff81e17d4159f91c02ac97512da0673ab227d17bc9ed0342fe3476247daf74cbc9a0b470e68c648ba706e -Size (lock_api-0.4.4.crate) = 20356 bytes +BLAKE2s (lock_api-0.4.6.crate) = 4eff6a40cc996750eeae9c55fa10314e64b07c6d5637600ec8830bcb2b35ad5d +SHA512 (lock_api-0.4.6.crate) = ba14d341564eba91bb5ec58bb2e0d6c87e70b3694c4609396f0c0f4afc0c6c105a88cb99c303b1e9761b0fc6cae56f79ba6a7663b063454ab1ede4d49274906d +Size (lock_api-0.4.6.crate) = 25215 bytes BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc Size (log-0.4.14.crate) = 34582 bytes @@ -96,30 +96,24 @@ Size (memchr-2.4.0.crate) = 63392 bytes BLAKE2s (memoffset-0.6.4.crate) = 960cd37bcaabfd282132df3a823e70b3fbf01cb1ecd693897398a0c4f5620503 SHA512 (memoffset-0.6.4.crate) = bf8d05b72571ccdef32a93cc4489ab4cb7abd41415d55572d1dfb983053afe3eb2615e968d87a326af90c5702b9959150f985a4186acfd61df9b69a74e99713d Size (memoffset-0.6.4.crate) = 7664 bytes -BLAKE2s (mio-0.7.13.crate) = 13a83966ccbde2c969779b1cfc72c0dc610cd865d8b1658a0c7186a87f2b3666 -SHA512 (mio-0.7.13.crate) = 3f9adb95db494dd39041ec1abda0d476b308296024347f28bfaf5883d7896ee052edda026c25a9ccea9a31cbc5431d95c0e13948e90fc8ca7b1a91a19748a45c -Size (mio-0.7.13.crate) = 87027 bytes -BLAKE2s (miow-0.3.7.crate) = 2f0e482e38ef6484f82da33b5e693f2923b1f94537b755ad2272a95614f62e88 -SHA512 (miow-0.3.7.crate) = 451073e8913148889493de0373bc0450c8b23e136e151b48b9976292e4e03b7c3f3279ecf49dda5196badfe662a661a998cfa456d2ec340a495d54a4d2382699 -Size (miow-0.3.7.crate) = 24563 bytes -BLAKE2s (navi-2.19.0.tar.gz) = af3f04470cdec884d8228ceb84699a53baffe60391d7c6791538d7c12814a1d9 -SHA512 (navi-2.19.0.tar.gz) = 78579ea74b99b4b984d4fde2ecaabc53ef8a3e1c707df70cf29cd6911b50e915c8315da8ac79ec7a2feadfc1a5aeb103b00089d5ef6ceb5fc04e97834e764c15 -Size (navi-2.19.0.tar.gz) = 58423 bytes -BLAKE2s (ntapi-0.3.6.crate) = a934d210a20654fc2014bdb0b4c003e9199607bf4cf96faf7c379be0093aaebc -SHA512 (ntapi-0.3.6.crate) = c07f2ae51e4fbbe55de9f617d333e4042a93de69e9bfcdd44acc1b342edd88cc2a360fe6710d9568594e2c0990776004400d0741e61d1a2a1cec4a645c4cb035 -Size (ntapi-0.3.6.crate) = 127221 bytes +BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe +SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb +Size (mio-0.8.3.crate) = 92506 bytes +BLAKE2s (navi-2.20.0.tar.gz) = f4b20c335102e1b056ba69633fc152b17ebd9b349097d801cd26dbef20a26d15 +SHA512 (navi-2.20.0.tar.gz) = c753c5b4ffb4a456d550d843f0f00769b5cad2b9074a1587168e6c810023b3980c12cc91d08569f7a2c1c1aa2668d6824d8fca2af74e4949f58dbd021daea062 +Size (navi-2.20.0.tar.gz) = 60027 bytes BLAKE2s (num_cpus-1.13.0.crate) = 9feb84c345e288846365e1ff29d95ee255a7792c11182ef39fd9b8c054359b14 SHA512 (num_cpus-1.13.0.crate) = e75ec298fa682be84bf4efb6cf40126da9233ef25f07e887c2fa7421ee78790204564e6406c8219466651f47421e27f69eca690bb9cdfc982b644d78cc10de3f Size (num_cpus-1.13.0.crate) = 14704 bytes BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 Size (os_str_bytes-6.0.0.crate) = 21046 bytes -BLAKE2s (parking_lot-0.11.1.crate) = 861838e79b68c0577bab20db22196bf42a75bfda0e2e1f164e8f6b684412dddf -SHA512 (parking_lot-0.11.1.crate) = 17e394ac8b62656177a12fcfd246d9bb59be468a5ac174e4d6d8b4ffd0411497d3ce943ca5deab184cebf5c1bbca97b4273f79bf210c78d7f4b6f5e9d68026a2 -Size (parking_lot-0.11.1.crate) = 39854 bytes -BLAKE2s (parking_lot_core-0.8.3.crate) = ea15e96c9a2632e96d0e1b9d0f88c6560dfbf316db241aba40ea1fd10f484b52 -SHA512 (parking_lot_core-0.8.3.crate) = 1dba5a7e68ee007918fb210ff308f7382ed1c54d2fe6db36a8246453434246b71e6795db107c83ca39c2bddf5e4a27da7978a464b53d41e150e744d81e75b341 -Size (parking_lot_core-0.8.3.crate) = 32147 bytes +BLAKE2s (parking_lot-0.12.0.crate) = 178768a6e75a71099c9fbd12f427dd5e6b7bef0a92eb6c34e0873b8d4bb507b3 +SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f +Size (parking_lot-0.12.0.crate) = 39761 bytes +BLAKE2s (parking_lot_core-0.9.1.crate) = 42b8a3101468565ebd1835d700804020da8926ed6e3731415dbf8e407cdf38e6 +SHA512 (parking_lot_core-0.9.1.crate) = c084dc175c3d91ab19b897d0bafb736a9c2ae89242ac4e2ed87e6f73ae61862c641fa29fe6beec27602686f36a52bf5eff7a3c2138a4a8edbcaf1338e62d4df2 +Size (parking_lot_core-0.9.1.crate) = 32234 bytes BLAKE2s (ppv-lite86-0.2.10.crate) = 63e761b696c80738a1f9d39555d20f8fce82c41a4136a9c649a0b11141918697 SHA512 (ppv-lite86-0.2.10.crate) = c9941052e504b9b310024064026e4b1d540dd877705ef450a833d9ff6dee70ba874cdad68c46381a71d5b54482cd80b3dbb8e0c225758fd339069031a55195f1 Size (ppv-lite86-0.2.10.crate) = 20915 bytes @@ -129,9 +123,9 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.30.crate) = 899b17640e8398c2ca72b1f1db4157634dcbd8173e918f4b6e8a7196aab8246f -SHA512 (proc-macro2-1.0.30.crate) = d07ddc18dcfcc163bd243c22ffa4735bc300f304c7e70bfa7caba91047b1313bfe1f18aa4707a65a40fa18115c4b32c57b23699f9a4d9b4a09fec3c8aafb1d34 -Size (proc-macro2-1.0.30.crate) = 39155 bytes +BLAKE2s (proc-macro2-1.0.38.crate) = c00fd51764ea0d2f85fd07ee9c649904b37e88b82bba50fa8eb6629e03347a91 +SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 +Size (proc-macro2-1.0.38.crate) = 41687 bytes BLAKE2s (quote-1.0.9.crate) = da1409c5fab9fc40b5a0ce824d063088c949e2c35dea81f683b558455a1807fb SHA512 (quote-1.0.9.crate) = dd6cdaea183b85400531ef01e56657edbec0d8f7c27898c1e591b72dff755fa5875b33ca320bd65be0e9aecfc6a61ec119a4bd1291e9f2057fca642ab5b198c8 Size (quote-1.0.9.crate) = 25042 bytes @@ -159,9 +153,9 @@ Size (redox_syscall-0.2.8.crate) = 23697 bytes BLAKE2s (redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf SHA512 (redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 Size (redox_users-0.4.0.crate) = 13023 bytes -BLAKE2s (regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (regex-1.5.4.crate) = 236581 bytes +BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 +SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 +Size (regex-1.5.5.crate) = 238119 bytes BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 Size (regex-syntax-0.6.25.crate) = 293293 bytes @@ -180,24 +174,24 @@ Size (same-file-1.0.6.crate) = 10183 bytes BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (scopeguard-1.1.0.crate) = 11470 bytes -BLAKE2s (serde-1.0.133.crate) = 04e852f5fbfdf110034e4c5fb1fdc2aac206c199bb31792f1e0078331b1e164f -SHA512 (serde-1.0.133.crate) = 53f6027a23688a5a303ad9ad169a333c02272ff9c0dc827705c75c162b70040ddf676428f38d04b9aaa49ddd4cee96b5ea5e1dc03f09b90d5f12d8ad22dced0a -Size (serde-1.0.133.crate) = 75566 bytes -BLAKE2s (serde_derive-1.0.133.crate) = 8e07e4594f38afa2222681bf914e1839fe7ae64362eea7838e95fae9e562c85c -SHA512 (serde_derive-1.0.133.crate) = d8c18ab50c1b500dc49eed1b5ea26bb46b9adf98b3b3c6c97f9c5d11324368342188ffbfef4c8a092c69577622ec85e672341a49853a957b10bf8dcbc6c0f441 -Size (serde_derive-1.0.133.crate) = 54726 bytes -BLAKE2s (serde_yaml-0.8.23.crate) = 40768e4eb74057ea745ca51641be1f3b7fac41713f7881f785455eb7a936b1c1 -SHA512 (serde_yaml-0.8.23.crate) = 7831299cedf0fa9155a76b61436ec1cbc06adfe672a102973e8cffc8b277d99b4104d70951ed16b18283f3291c8047d6af413e0438da3e6bc6745bfb6816628a -Size (serde_yaml-0.8.23.crate) = 42140 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_yaml-0.8.24.crate) = 056ae9de949b9c228b5996726b682425c93bde14a339c7a4caa9cccf55675249 +SHA512 (serde_yaml-0.8.24.crate) = f32d3138a7879b6ec9329c48e691cd2d8e152058220402788309dbe830d90e37bcdf9d3538d79b845547b2135706b3060ff40a943d357f9d3b6dec478af400c9 +Size (serde_yaml-0.8.24.crate) = 42102 bytes BLAKE2s (shellwords-1.1.0.crate) = cc208d7332eeae604a0339e0fdc026848cc1ba293c2829adb2025a479efe0e88 SHA512 (shellwords-1.1.0.crate) = 1af48cfd1c09fa21aa436acfadf664a82b0fbccfae0c0ff8f01602ab912e0a4a0adf8677159af8ade9bc99a1df28774fda76ade243d8ac70afe0da8fe3c4098c Size (shellwords-1.1.0.crate) = 3965 bytes -BLAKE2s (signal-hook-0.3.9.crate) = f26bd349e49bdd6de21cc349bb558b3eae9f3bb3cfe790ebb3259abfa8d21495 -SHA512 (signal-hook-0.3.9.crate) = bcb6cfd4d062ed4a2a83a7fbb35ec90f7dfa5e875807fe6b7c65d0393447b56fee613eac2b3dd08dae0cf2e3cdee920f2c3b3d27ccd1f6f8dbec849c3e6e4261 -Size (signal-hook-0.3.9.crate) = 48416 bytes -BLAKE2s (signal-hook-mio-0.2.1.crate) = c616cd00d1ca4cc97be4a8c3a38a1a24ac08ece19cd29c14681084de3700cc9f -SHA512 (signal-hook-mio-0.2.1.crate) = ca95684574e2934e138fcc2bdd023960cb4207095916650710e76b6fa32f8bfbfc8c5119d3bc92e31a55a2edd6e63b47a2119ff31cef5ba63719b9bec0b438e8 -Size (signal-hook-mio-0.2.1.crate) = 8893 bytes +BLAKE2s (signal-hook-0.3.13.crate) = 9809c7c313a00847f91bcb67ed0a5535b8f5ecc3a7303608d29557e2ddd3b228 +SHA512 (signal-hook-0.3.13.crate) = c4632d31ca158fdfba5da44585f0d6211469ee17b7e22d86688af11b4ed976b0134e87e0ad686dc2e5a8fac0ecb08838108080ac875a7b55322e0735ff1ccfdb +Size (signal-hook-0.3.13.crate) = 49252 bytes +BLAKE2s (signal-hook-mio-0.2.3.crate) = 3978798249d992e347f94de76b52d3de9fee88b4624e5c37f332ad76f253be37 +SHA512 (signal-hook-mio-0.2.3.crate) = 98429330c109dacbeca5f0788d993d1ec2830b6f95886a433592b2096508dfef2027d62a99b985654dfcd927f7f3f93fbfc19361f8efaef5efe84cbacfc1ab08 +Size (signal-hook-mio-0.2.3.crate) = 9064 bytes BLAKE2s (signal-hook-registry-1.4.0.crate) = db9859d4134f20ba9a43f1fcf0c2a95e441648e66f760a69f78ce0efd164d6f9 SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d Size (signal-hook-registry-1.4.0.crate) = 17912 bytes @@ -210,24 +204,24 @@ Size (strip-ansi-escapes-0.1.1.crate) = 8668 bytes BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 Size (strsim-0.10.0.crate) = 11355 bytes -BLAKE2s (syn-1.0.80.crate) = e90bef81598aaea5687f2e4b18dc1bc5c054286ded6be22db79dc755541f340a -SHA512 (syn-1.0.80.crate) = 3eb437757f25c1a10db8f9b10f21cc4de77be1aabd910f1618edd43ad309ef9142ef08def4cf6b2d7470165a7dd0783b28da54847678e22f2b2dcb2b4dad3c2d -Size (syn-1.0.80.crate) = 234102 bytes +BLAKE2s (syn-1.0.94.crate) = ab9de8e893411281fd0933d158f63b78b6e59f0c7396ff9a0cf16aad092744a9 +SHA512 (syn-1.0.94.crate) = 2bdde4584b9d95f93f629083fbedc4a7148aab702775513a602ba2d122ae57a84e6d42c38da820b15ff66743dc49624287daa0c9b6d1fcaeee102b2879ac7a1b +Size (syn-1.0.94.crate) = 236697 bytes BLAKE2s (tempfile-3.2.0.crate) = 3faf07562ac5aa5d5f7b400d27cabe0cf9342c30b5ad28b30b6a97d1d1f80c24 SHA512 (tempfile-3.2.0.crate) = 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a Size (tempfile-3.2.0.crate) = 25892 bytes BLAKE2s (termcolor-1.1.2.crate) = 370fbd8e2988e3b2cdb87cfaa4b24d0f06f70f6fa439bc8f8acad102f8be16fe SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c Size (termcolor-1.1.2.crate) = 17287 bytes -BLAKE2s (textwrap-0.14.2.crate) = fd4222c5777268724d53efad1778b87a3f176dbf175fc0a3442ddb39c87deab7 -SHA512 (textwrap-0.14.2.crate) = 521ab37e03aae8fcce5b909541399fc90a23020e353f95102c658fa94ffc56b9bdff43f47fb3da6e30f5c9cc9447fab72fe21d7276dfa21fe5a1a5a1c874e371 -Size (textwrap-0.14.2.crate) = 52016 bytes -BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 +SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd +Size (textwrap-0.15.0.crate) = 52998 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 Size (unicode-xid-0.2.2.crate) = 14955 bytes @@ -249,6 +243,9 @@ Size (walkdir-2.3.2.crate) = 23516 bytes BLAKE2s (wasi-0.10.2+wasi-snapshot-preview1.crate) = a99255257c1a9724a1e5a6c5bde6fd95cc850c6bcd881d2030755acc62bb8c23 SHA512 (wasi-0.10.2+wasi-snapshot-preview1.crate) = 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 Size (wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 bytes +BLAKE2s (wasi-0.11.0+wasi-snapshot-preview1.crate) = f023780bb2e4a8571dcb1012e76cfbfc3804df53b89abd5cd8ede9d7c5847d4c +SHA512 (wasi-0.11.0+wasi-snapshot-preview1.crate) = 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f +Size (wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 bytes BLAKE2s (which-4.1.0.crate) = 65f4dee762338a48728627295cd6b2a6def1f2795a7a4a28e651fd9580897be3 SHA512 (which-4.1.0.crate) = 4fffd3dd4ac73f5c232ee8a53bbc948a7295a2a51ec3f792d5d0aa84ceb6c2322fc11b35d29f5d3181c763b34c434c5ea2807ae6cc3393cd30d68b0fd44c7a22 Size (which-4.1.0.crate) = 7684 bytes @@ -264,6 +261,42 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes +BLAKE2s (windows-sys-0.32.0.crate) = c9a322471ee7a9978e21e1ce3d913483a4c58a14a7cdc41e41067d173ba4298c +SHA512 (windows-sys-0.32.0.crate) = a141bf37b6b72d83c46252e2fc4dd9daece02edbe8ddcb9d3262125c7733db1399c0342161a638cbbd3d980e532f785e0e0c77944e80270618ac30b0548b8ab9 +Size (windows-sys-0.32.0.crate) = 3361554 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes +BLAKE2s (windows_aarch64_msvc-0.32.0.crate) = 57d468dbcd1aa53ed7c6bd193f2a0ccdbd52f1d744f92cabfe65d2daf76a4291 +SHA512 (windows_aarch64_msvc-0.32.0.crate) = d50661dc66f773edbfd82bdd2ddcc2b2c10216160595c771b61f9a56d0b288714d5f6b37a0a06e9d484395b2c1a228f342caff157bcb6c44534fe60bc1f5f844 +Size (windows_aarch64_msvc-0.32.0.crate) = 673810 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes +BLAKE2s (windows_i686_gnu-0.32.0.crate) = 4390789305291d1d4ebcadb5cb9a780d22427550af4a611a8cb81db4c8df8585 +SHA512 (windows_i686_gnu-0.32.0.crate) = 7dd93d6a8fef58114dd5574deb3d5285b851cf2fe85d5bde466a9ccfe8584f3dcbeb293d4e40bf4b228a5ba4e54306d7e30364cebf7fbe6fe568bda96ab33d44 +Size (windows_i686_gnu-0.32.0.crate) = 772251 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes +BLAKE2s (windows_i686_msvc-0.32.0.crate) = a708106bbc71d65df3a8c470a6321842e9e65dcd47faa871557f1280afeccd90 +SHA512 (windows_i686_msvc-0.32.0.crate) = 3d8b8db6ce629f8a3598b00f4a11f8af81cd8da1b9ed5f14e0b200c0512539118a7206866e9c63bb73528877ce74b33e92bbcc88f036afefe07936298eaff932 +Size (windows_i686_msvc-0.32.0.crate) = 733422 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes +BLAKE2s (windows_x86_64_gnu-0.32.0.crate) = 3540635e81b4f403ed5a0f2cf5da5e44e9f9bd50f61b87da1de21e25fffecf35 +SHA512 (windows_x86_64_gnu-0.32.0.crate) = 35cf64bf981a16a011b2276dbbb65200834235075d369fe60ca06092e1c0631c114c402eb43db223ec885f0ab07a77aa9f1822d1db44c5e6747645c65a7ac182 +Size (windows_x86_64_gnu-0.32.0.crate) = 744209 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes +BLAKE2s (windows_x86_64_msvc-0.32.0.crate) = d7e5877d336b57af03494f78b7fea8e939ee1a285011699db01a69a31e1916a3 +SHA512 (windows_x86_64_msvc-0.32.0.crate) = 4720246d2aed3c3b3c252cda7773096642e78891b1a9776c920da908b2d3741e9e341060424327f1c16e4cb47b6e22af1be229589a51b5a3a04d2a6447275332 +Size (windows_x86_64_msvc-0.32.0.crate) = 669835 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes BLAKE2s (yaml-rust-0.4.5.crate) = 65c7c0fe708cb682959e36fbb03b09a35b09d529e5c87364107f5985940a1404 SHA512 (yaml-rust-0.4.5.crate) = 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0 Size (yaml-rust-0.4.5.crate) = 47783 bytes From c0afc742aa3dbfb6ee96635a3863bd562ae62120 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 15 May 2022 21:27:32 +0000 Subject: [PATCH 0493/1154] doc: Updated sysutils/navi to 2.20.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index af8b717c6944b..9e5ba597f45db 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2577 2022/05/15 20:01:25 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2578 2022/05/15 21:27:32 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3991,3 +3991,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/py-lexicon to 3.11.1 [adam 2022-05-15] Updated textproc/py-xmlschema to 1.11.0 [adam 2022-05-15] Updated chat/profanity to 0.12.1 [nia 2022-05-15] + Updated sysutils/navi to 2.20.0 [pin 2022-05-15] From 22a66c515f7d8f32f9f58f9b2786000500209f00 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 22:30:49 +0000 Subject: [PATCH 0494/1154] openjdk17: add bootstrap for NetBSD-9-aarch64 and later with the usual caveat that it needs ld.elf_so from -current to work --- lang/openjdk17/bootstrap.mk | 14 +++++++------- lang/openjdk17/distinfo | 5 ++++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/lang/openjdk17/bootstrap.mk b/lang/openjdk17/bootstrap.mk index 8c447fe54c7a5..38fd528fdf02f 100644 --- a/lang/openjdk17/bootstrap.mk +++ b/lang/openjdk17/bootstrap.mk @@ -1,4 +1,4 @@ -# $NetBSD: bootstrap.mk,v 1.3 2022/05/15 20:29:00 tnn Exp $ +# $NetBSD: bootstrap.mk,v 1.4 2022/05/15 22:30:49 tnn Exp $ .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000 PKG_SKIP_REASON+= "Only supports NetBSD >= 9" @@ -21,12 +21,12 @@ EXTRACT_ONLY+= ${BOOT.nb9-amd64} .endif ONLY_FOR_PLATFORM+= NetBSD-*-aarch64 -#BOOT.nb9-aarch64= bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220515.tar.xz -#SITES.${BOOT.nb9-aarch64}= ${MASTER_SITE_LOCAL:=openjdk17/} -#.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || make(distinfo) -#DISTFILES+= ${BOOT.nb9-aarch64} -#EXTRACT_ONLY+= ${BOOT.nb9-aarch64} -#.endif +BOOT.nb9-aarch64= bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220516.tar.xz +SITES.${BOOT.nb9-aarch64}= ${MASTER_SITE_LOCAL:=openjdk17/} +.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || make(distinfo) +DISTFILES+= ${BOOT.nb9-aarch64} +EXTRACT_ONLY+= ${BOOT.nb9-aarch64} +.endif CONFIGURE_ENV+= LD_LIBRARY_PATH=${ALT_BOOTDIR}/lib diff --git a/lang/openjdk17/distinfo b/lang/openjdk17/distinfo index 71390f8efd4c6..a86ecb990741e 100644 --- a/lang/openjdk17/distinfo +++ b/lang/openjdk17/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.4 2022/05/15 20:29:00 tnn Exp $ +$NetBSD: distinfo,v 1.5 2022/05/15 22:30:49 tnn Exp $ +BLAKE2s (bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220516.tar.xz) = b632092d25292e795a2d7567ec55d03f21021dbba27eab3e81a48aed5e5bdd68 +SHA512 (bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220516.tar.xz) = fb86749d56be94cc1509f92d8fbdec481b0c7f6fdd5e731826098e6eaa668539052571ffd09125346c1920262b07857ea675799ab8476fcff53c03e158536c1d +Size (bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220516.tar.xz) = 105121752 bytes BLAKE2s (bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz) = 5da928c9ad945b0be6eebdada9788fe0f837a52d1e50ffa3535ef4115700f20a SHA512 (bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz) = 785a6f203e7e5a31f48c708e6a33aa28f00b742226248e2757564d521c580f78070145e4a5dedf3eac1801531781143550c1c127ef6f8d310b88e864d42f4279 Size (bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz) = 105391720 bytes From cc5dd53457a410f937fff320baa34e94e8f1b46a Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 22:44:24 +0000 Subject: [PATCH 0495/1154] openjdk11 & 17: preemptively set PKG_FAIL_REASON when PR 55248 applies That is, NetBSD before 9.98.83. This around when we switched to GCC 10. Is suspected to be related. --- lang/openjdk11/bootstrap.mk | 9 ++++++++- lang/openjdk17/bootstrap.mk | 8 ++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/lang/openjdk11/bootstrap.mk b/lang/openjdk11/bootstrap.mk index aa7ab0d3afd0a..7d9717d82721a 100644 --- a/lang/openjdk11/bootstrap.mk +++ b/lang/openjdk11/bootstrap.mk @@ -1,5 +1,12 @@ -# $NetBSD: bootstrap.mk,v 1.4 2020/05/09 00:55:44 tnn Exp $ +# $NetBSD: bootstrap.mk,v 1.5 2022/05/15 22:44:24 tnn Exp $ +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 080000 +PKG_FAIL_REASON+= "Only supports NetBSD >= 8" +.endif + +.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) && ${OPSYS_VERSION} < 099983 +PKG_FAIL_REASON+= "PR 55248: please update to NetBSD >= 9.99.83 to use this package" +.endif ONLY_FOR_PLATFORM+= NetBSD-*-i386 BOOT.nb7-i386= bootstrap-jdk-1.11.0.5.8-netbsd-7-i386-20190928.tar.xz diff --git a/lang/openjdk17/bootstrap.mk b/lang/openjdk17/bootstrap.mk index 38fd528fdf02f..6c3e8d3108b20 100644 --- a/lang/openjdk17/bootstrap.mk +++ b/lang/openjdk17/bootstrap.mk @@ -1,7 +1,11 @@ -# $NetBSD: bootstrap.mk,v 1.4 2022/05/15 22:30:49 tnn Exp $ +# $NetBSD: bootstrap.mk,v 1.5 2022/05/15 22:44:24 tnn Exp $ .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000 -PKG_SKIP_REASON+= "Only supports NetBSD >= 9" +PKG_FAIL_REASON+= "Only supports NetBSD >= 9" +.endif + +.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) && ${OPSYS_VERSION} < 099983 +PKG_FAIL_REASON+= "PR 55248: please update to NetBSD >= 9.99.83 to use this package" .endif ONLY_FOR_PLATFORM+= NetBSD-*-i386 From 87b7fcc302ddec943bf701627486fd14a3ff40c7 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 16 May 2022 05:39:52 +0000 Subject: [PATCH 0496/1154] firefox: Enable WebRender by default, bypassing Firefox's internal soup of checks to see whether the GPU is "good enough" (that has a failure rate of 100% on NetBSD). Greatly improves general web page performance, even with the unaccelerated llvmpipe OpenGL implementation. Tested with various Xorg drivers. --- www/firefox/distinfo | 4 ++-- .../patch-browser_app_profile_firefox.js | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/www/firefox/distinfo b/www/firefox/distinfo index c330cd77ec2cf..78a441f951c1d 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.465 2022/05/14 10:30:26 tnn Exp $ +$NetBSD: distinfo,v 1.466 2022/05/16 05:39:52 nia Exp $ BLAKE2s (firefox-100.0.source.tar.xz) = 4812f3e0fb74292ce21fa024ae27e8f3aa534b58cd0bbac8e01f67d7ccc42196 SHA512 (firefox-100.0.source.tar.xz) = 29c56391c980209ff94c02a9aba18fe27bea188bdcbcf7fe0c0f27f61e823f4507a3ec343b27cb5285cf3901843e9cc4aca8e568beb623c4b69b7282e662b2aa @@ -6,7 +6,7 @@ Size (firefox-100.0.source.tar.xz) = 487179576 bytes BLAKE2s (nodejs-output-95.0.tgz) = c44b37d3605524a49157002f01c29f568f04194b0e635bc312de7ffdeb9a74c9 SHA512 (nodejs-output-95.0.tgz) = 2faf326f4e100b66f8597c365cc2eb5d0eee26aae92a7e2446891f2178041aa71ba16eae37000acacd43a657025ec11c18db73b112f5c49cc21cdb882da6d798 Size (nodejs-output-95.0.tgz) = 200627 bytes -SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 +SHA1 (patch-browser_app_profile_firefox.js) = 7f6b4361fe62ccc2d1c092a5ace97ea2085727bf SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678 SHA1 (patch-config_gcc-stl-wrapper.template.h) = 9d1f15ff487efa9202114d19ed5668b4e7aa032a SHA1 (patch-config_makefiles_rust.mk) = fa9f0f59a179cae2562a76110fada49039490fb8 diff --git a/www/firefox/patches/patch-browser_app_profile_firefox.js b/www/firefox/patches/patch-browser_app_profile_firefox.js index 6bb4a48adda24..57e63ea37af53 100644 --- a/www/firefox/patches/patch-browser_app_profile_firefox.js +++ b/www/firefox/patches/patch-browser_app_profile_firefox.js @@ -1,8 +1,11 @@ -$NetBSD: patch-browser_app_profile_firefox.js,v 1.15 2020/05/03 18:45:30 maya Exp $ +$NetBSD: patch-browser_app_profile_firefox.js,v 1.16 2022/05/16 05:39:52 nia Exp $ ---- browser/app/profile/firefox.js.orig 2019-07-06 01:48:29.000000000 +0000 +This patch modifies default Firefox settings - see the comments above +each one. + +--- browser/app/profile/firefox.js.orig 2022-04-28 23:01:46.000000000 +0000 +++ browser/app/profile/firefox.js -@@ -1851,6 +1851,12 @@ pref("fission.frontend.simulate-messages +@@ -2205,6 +2205,20 @@ pref("fission.frontend.simulate-messages pref("toolkit.coverage.enabled", false); pref("toolkit.coverage.endpoint.base", "https://coverage.mozilla.org"); @@ -11,6 +14,14 @@ $NetBSD: patch-browser_app_profile_firefox.js,v 1.15 2020/05/03 18:45:30 maya Ex + +// Enable system addons, for example langpacks from www/firefox-l10n +pref("extensions.autoDisableScopes", 11); ++ ++// Firefox includes a complex mechanism for "blacklisting" GPUs that ++// appears to fail on a NetBSD system where the only available OpenGL ++// implementations are all from Mesa. WebRender was supposed to be ++// enabled by default from Firefox 91 onwards and appears to greatly ++// improve performance even with acceleration disabled at the kernel ++// level. ++pref("gfx.webrender.all", true); + // Discovery prefs pref("browser.discovery.enabled", true); From 433e0356eca0a6ec467a7d9c389c7733a7f913ad Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 16 May 2022 07:21:35 +0000 Subject: [PATCH 0497/1154] libuv: add upstream bug report URL --- devel/libuv/distinfo | 4 ++-- devel/libuv/patches/patch-src_unix_kqueue.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/libuv/distinfo b/devel/libuv/distinfo index e0c7b0cab4ba4..736a15130d73a 100644 --- a/devel/libuv/distinfo +++ b/devel/libuv/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.74 2022/05/15 19:23:43 wiz Exp $ +$NetBSD: distinfo,v 1.75 2022/05/16 07:21:35 wiz Exp $ BLAKE2s (libuv-1.44.1.tar.gz) = ef36304ee0763cb9556b4c1bbf655ce044f0c753be019ad2e6ff5c6944128791 SHA512 (libuv-1.44.1.tar.gz) = 050b5f91540d126bef0a35681f8dd347296d3be32671b1c785494e78f5367b4ab064ece3f594523e09b08bcac284377d5fb123ba441fb570d25c5146aa484c8e @@ -7,7 +7,7 @@ SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 SHA1 (patch-src_unix_core.c) = fb2d24e7d842f6739f14c191ee30c71f56113081 SHA1 (patch-src_unix_darwin-proctitle.c) = e726550cdd884a1fa73f6ea79592df643f954e97 SHA1 (patch-src_unix_fs.c) = 80529332f27a4faa2733448169d24436901b601a -SHA1 (patch-src_unix_kqueue.c) = db32c0418f51a61bda5e93cc54c38db6c563ed31 +SHA1 (patch-src_unix_kqueue.c) = 14d10ed4525d7433f204436d99b6aa2ddadf4ff0 SHA1 (patch-src_unix_netbsd.c) = 071a2a853f9a73dc72e24d63316aa21b28669469 SHA1 (patch-src_unix_tty.c) = 157be1b1272dc38b3605a9822316e6cb2ddb6f22 SHA1 (patch-src_unix_udp.c) = 9f03175bcc9c4e3097033309d9dd935ff5f10b02 diff --git a/devel/libuv/patches/patch-src_unix_kqueue.c b/devel/libuv/patches/patch-src_unix_kqueue.c index 1df7212c4194d..55efb5e578b9c 100644 --- a/devel/libuv/patches/patch-src_unix_kqueue.c +++ b/devel/libuv/patches/patch-src_unix_kqueue.c @@ -1,6 +1,7 @@ -$NetBSD: patch-src_unix_kqueue.c,v 1.1 2022/05/15 19:23:43 wiz Exp $ +$NetBSD: patch-src_unix_kqueue.c,v 1.2 2022/05/16 07:21:35 wiz Exp $ Fix cmake hang. +https://github.com/libuv/libuv/pull/3629 --- src/unix/kqueue.c.orig 2022-03-09 17:54:54.000000000 +0000 +++ src/unix/kqueue.c From b894fda417d0d4a8532f6d1a4668e1430fd51c89 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 16 May 2022 08:22:07 +0000 Subject: [PATCH 0498/1154] bulk-medium: Fix syntax error. --- meta-pkgs/bulk-medium/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-pkgs/bulk-medium/Makefile b/meta-pkgs/bulk-medium/Makefile index 538514f8a3d13..c7670bbcdf548 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2022/05/15 10:26:26 nia Exp $ +# $NetBSD: Makefile,v 1.75 2022/05/16 08:22:07 jperkin Exp $ DISTNAME= bulk-medium-20211229 CATEGORIES= meta-pkgs @@ -218,7 +218,7 @@ BUILD_DEPENDS+= ${LUA_PKGPREFIX}-stdlib-[0-9]*:../../devel/lua-stdlib BUILD_DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE 27 37 +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 .include "../../lang/lua/luaversion.mk" # for LUA_PKGPREFIX .include "../../lang/python/pyversion.mk" # for PYPKGPREFIX .include "../../mk/bsd.pkg.mk" From 6f6744b3f5c69154d24ca5efd114b0eb8d15f086 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 16 May 2022 08:47:19 +0000 Subject: [PATCH 0499/1154] grpc: Include sys/types.h before netinet. --- net/grpc/distinfo | 3 ++- ...c_core_lib_iomgr_sockaddr__utils__posix.cc | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 net/grpc/patches/patch-src_core_lib_iomgr_sockaddr__utils__posix.cc diff --git a/net/grpc/distinfo b/net/grpc/distinfo index 47f267fe9300d..d572ec203e772 100644 --- a/net/grpc/distinfo +++ b/net/grpc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.56 2022/05/13 07:35:53 adam Exp $ +$NetBSD: distinfo,v 1.57 2022/05/16 08:47:19 jperkin Exp $ BLAKE2s (grpc-1.46.1.tar.gz) = 350dcf792426a63ed4e1e96c462fb3d00f0ed7df524475382859e57c3e0fae22 SHA512 (grpc-1.46.1.tar.gz) = 8598708beaf14523c0a9e18f9a5a78d49b2406e3641f7b956a5b61de7ab3e2088c4ac3780fd20d0a84da6bfa1af45f6a0023ffa9761ffad46f5aee0fba3e0eae @@ -8,3 +8,4 @@ SHA1 (patch-include_grpc_event__engine_port.h) = 842fa47d98303f25417aa1a45aa9d78 SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = a9d2f116c941d1ed23b18f25cf4fb638ed004181 SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = 0aa7fcadae98d1dd5229f0a695cffc1e9c1e8164 SHA1 (patch-src_core_lib_iomgr_port.h) = 21275c54771f91e7fa34629827343169024c0df0 +SHA1 (patch-src_core_lib_iomgr_sockaddr__utils__posix.cc) = f4b21499e245244d9ba2ecf1476c7e33eb5cb087 diff --git a/net/grpc/patches/patch-src_core_lib_iomgr_sockaddr__utils__posix.cc b/net/grpc/patches/patch-src_core_lib_iomgr_sockaddr__utils__posix.cc new file mode 100644 index 0000000000000..23fd8b197c8c7 --- /dev/null +++ b/net/grpc/patches/patch-src_core_lib_iomgr_sockaddr__utils__posix.cc @@ -0,0 +1,24 @@ +$NetBSD: patch-src_core_lib_iomgr_sockaddr__utils__posix.cc,v 1.1 2022/05/16 08:47:19 jperkin Exp $ + +Include sys/types.h before netinet. + +--- src/core/lib/iomgr/sockaddr_utils_posix.cc.orig 2022-05-10 07:13:09.000000000 +0000 ++++ src/core/lib/iomgr/sockaddr_utils_posix.cc +@@ -23,6 +23,8 @@ + #ifdef GRPC_POSIX_SOCKET_UTILS_COMMON + + #include "src/core/lib/iomgr/socket_utils.h" ++#include ++#include + #ifdef GRPC_LINUX_TCP_H + #include + #else +@@ -30,8 +32,6 @@ + #endif + #include + #include +-#include +-#include + #include + + #include From b2fbce08e0cb506ffc67a5e7236540144b4f1d05 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 16 May 2022 09:10:31 +0000 Subject: [PATCH 0500/1154] gdal-lib: Update distfile checksums. Unclear at this time if upstream have changed the tarball or if the checksums were incorrect, but this definitely correlates with what they are currently distributing, as well as matches their published md5 checksums. --- geography/gdal-lib/distinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo index ab20dc74b3c5b..08e5e9e420ca6 100644 --- a/geography/gdal-lib/distinfo +++ b/geography/gdal-lib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.55 2022/05/13 13:28:52 gdt Exp $ +$NetBSD: distinfo,v 1.56 2022/05/16 09:10:31 jperkin Exp $ -BLAKE2s (gdal-3.5.0.tar.xz) = 0266f80bbf13d5ae9c28d66cc7b02774b616d9970ba8cd5eab18c57feaefcaff -SHA512 (gdal-3.5.0.tar.xz) = 9029996e2d8b4d98bc88f761c1922d6d1c3ddaa70c2160a4dcd057ad6aa1bbb07855afc7879b66234f73d26322d377b4b1d2cfa265e163696ab62d524c448ee6 -Size (gdal-3.5.0.tar.xz) = 8828300 bytes +BLAKE2s (gdal-3.5.0.tar.xz) = 4763d468461795c27b5f7d55215586b467ce7845b8a939c90c025e04f2518fa3 +SHA512 (gdal-3.5.0.tar.xz) = 15d9675ffe5e76fdcb431bef1dce0ed8c23695f418186f37c63f4c7274322924095662bbbc95232d5b4d700704c1c4922d52b419cef5bb67f3bb64ee59654d8b +Size (gdal-3.5.0.tar.xz) = 8826500 bytes SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5 From a9f77db8f807af94e35f5e71f7b00dd2fbc33ed7 Mon Sep 17 00:00:00 2001 From: kardel Date: Mon, 16 May 2022 11:54:19 +0000 Subject: [PATCH 0501/1154] net/frr: Update to 8.2.2 Features 8.2.2 Release BGP Long-lived graceful restart capability (http://docs.frrouting.org/en/stable-8.2/bgp.html#long-lived-graceful-restart) BGP Extended Optional Parameters Length for BGP OPEN Message (http://docs.frrouting.org/en/stable-8.2/bgp.html#clicmd-neighbor-PEER-extended-optional-parameters) BGP Extended BGP Administrative Shutdown Communication IS-IS Link State Traffic Engineering support (http://docs.frrouting.org/en/stable-8.2/isisd.html#traffic-engineering) OSPFv3 Support for NSSA Type-7 address ranges (http://docs.frrouting.org/en/stable-8.2/ospf6d.html#ospf6-area) PBR VLAN actions support (http://docs.frrouting.org/en/stable-8.2/pbr.html#pbr-maps) Features 8.1 Release Lua hooks are now feature complete, with one hook available for use (http://docs.frrouting.org/en/latest/scripting.html) Improvements to SRv6 (Segment Routing over IPv6) (http://docs.frrouting.org/en/latest/zebra.html#segment-routing-ipv6) Improvements to Prefix-SID (Type 5) EVPN route type-5 gateway IP overlay Index (http://docs.frrouting.org/en/latest/bgp.html#evpn-overlay-index-gateway-ip) OSPFv3 NSSA and NSSA totally stub areas (http://docs.frrouting.org/en/latest/ospf6d.html#ospf6-area) OSPFv3 ASBR summarization (http://docs.frrouting.org/en/latest/ospf6d.html#asbr-summarisation-support-in-ospfv3) OSPFv3 Graceful Restart (http://docs.frrouting.org/en/latest/ospf6d.html#graceful-restart) OSPFv2 Graceful Restart (restarting mode added, helper was already implemented) (http://docs.frrouting.org/en/latest/ospfd.html#graceful-restart) Further release information: https://github.com/FRRouting/frr/releases/ --- net/frr/Makefile | 8 +- net/frr/PLIST | 11 +- net/frr/distinfo | 14 ++- net/frr/patches/patch-lib_frr__pthread.c | 15 +++ net/frr/patches/patch-pimd_pim__mroute.c | 33 +++++ net/frr/patches/patch-pimd_pim__sock.c | 120 +++++++++++++++++++ net/frr/patches/patch-zebra_kernel__socket.c | 8 +- 7 files changed, 193 insertions(+), 16 deletions(-) create mode 100644 net/frr/patches/patch-lib_frr__pthread.c create mode 100644 net/frr/patches/patch-pimd_pim__mroute.c create mode 100644 net/frr/patches/patch-pimd_pim__sock.c diff --git a/net/frr/Makefile b/net/frr/Makefile index 82400728fa58e..14dfe99256f74 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2021/09/08 11:12:37 kardel Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/16 11:54:19 kardel Exp $ GITHUB_PROJECT= frr -VERSION= 8.0.1 +VERSION= 8.2.2 GITHUB_TAG= frr-${VERSION} DISTNAME= frr-${VERSION} CATEGORIES= net @@ -53,7 +53,7 @@ RCD_SCRIPT_SRC.${f}= ${WRKSRC}/pkgsrc/${f}.sh USE_TOOLS+= bash:run REPLACE_BASH= tools/frr.in tools/*.sh.in -REPLACE_PYTHON= tools/generate_support_bundle.py tools/frr-reload.py +REPLACE_PYTHON= tools/generate_support_bundle.py tools/frr-reload.py tools/frr_babeltrace.py MESSAGE_SUBST+= FRR_USER=${FRR_USER} MESSAGE_SUBST+= FRR_VTY_GROUP=${FRR_VTY_GROUP} @@ -90,7 +90,7 @@ CONFIGURE_ARGS+= --enable-fpm CONFIGURE_ARGS+= --with-pkg-git-version CONFIGURE_ARGS+= --with-pkg-extra-version=/${DISTNAME} # CONFIGURE_ARGS+= --enable-address-sanitizer - +CONFIGURE_ARGS+= --enable-dev-build pre-configure: cd ${WRKSRC} && ${SH} bootstrap.sh diff --git a/net/frr/PLIST b/net/frr/PLIST index 14b598b6be22c..b998d6d3e824f 100644 --- a/net/frr/PLIST +++ b/net/frr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2021/08/15 14:54:31 kardel Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/16 11:54:19 kardel Exp $ bin/mtracebis bin/vtysh include/frr/agg_table.h @@ -92,6 +92,7 @@ include/frr/qobj.h include/frr/queue.h include/frr/resolver.h include/frr/ringbuf.h +include/frr/route_opaque.h include/frr/route_types.h include/frr/routemap.h include/frr/routing_nb.h @@ -134,6 +135,7 @@ include/frr/zlog.h include/frr/zlog_targets.h ${PLIST.doc}info/frr.info lib/frr/modules/bgpd_bmp.la +lib/frr/modules/dplane_sample_plugin.la lib/frr/modules/pathd_pcep.la lib/frr/modules/zebra_fpm.la lib/libfrr.la @@ -164,6 +166,7 @@ sbin/fabricd sbin/frr sbin/frr-reload sbin/frr-reload.py +sbin/frr_babeltrace.py sbin/frrcommon.sh sbin/frrinit.sh sbin/generate_support_bundle.py @@ -192,6 +195,9 @@ ${PLIST.doc}share/doc/frr/html/_images/fig-vnc-redundant-route-reflectors.png ${PLIST.doc}share/doc/frr/html/_images/fig_dmvpn_topologies.png ${PLIST.doc}share/doc/frr/html/_images/fig_topologies_full.png ${PLIST.doc}share/doc/frr/html/_images/fig_topologies_rs.png +${PLIST.doc}share/doc/frr/html/_images/pathd_config.png +${PLIST.doc}share/doc/frr/html/_images/pathd_general.png +${PLIST.doc}share/doc/frr/html/_images/pathd_initiated_multi.png ${PLIST.doc}share/doc/frr/html/_sources/babeld.rst.txt ${PLIST.doc}share/doc/frr/html/_sources/basic.rst.txt ${PLIST.doc}share/doc/frr/html/_sources/bfd.rst.txt @@ -307,13 +313,14 @@ share/yang/frr-bgp.yang share/yang/frr-deviations-bgp-datacenter.yang share/yang/frr-eigrpd.yang share/yang/frr-filter.yang -share/yang/frr-igmp.yang +share/yang/frr-gmp.yang share/yang/frr-interface.yang share/yang/frr-isisd.yang share/yang/frr-module-translator.yang share/yang/frr-nexthop.yang share/yang/frr-ospf-route-map.yang share/yang/frr-ospf6-route-map.yang +share/yang/frr-ospfd.yang share/yang/frr-pathd.yang share/yang/frr-pim-rp.yang share/yang/frr-pim.yang diff --git a/net/frr/distinfo b/net/frr/distinfo index e9d2986ab7599..6b25b72d1d179 100644 --- a/net/frr/distinfo +++ b/net/frr/distinfo @@ -1,8 +1,10 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:05:37 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/05/16 11:54:19 kardel Exp $ -BLAKE2s (frr-8.0.1.tar.gz) = d698d9521fc3051c48afb110f1c78cf74c94d5c625cf7a4d5ab7778421085920 -SHA512 (frr-8.0.1.tar.gz) = d9a9ee3b40bf0271779765447c67da817551b5bf2d5d1e9f8073fb4596c622e013fbf7316ca39087db7b7f478b18d07f1fd06f1778abde2734c83112573d5f8f -Size (frr-8.0.1.tar.gz) = 8206852 bytes -SHA1 (patch-lib_elf__py.c) = a766923c906f1b0f9fa80a9e16e5275bae165187 +BLAKE2s (frr-8.2.2.tar.gz) = e815bbd44cc9bf04031ed2aae259d863c11e8573bcfd6bb97b0b720f13a0f49e +SHA512 (frr-8.2.2.tar.gz) = 52d8e82979823f61ec6f117db1eb41b23fd8ad3197ae3f9d2cfa3ad9d96636a3d2f0b36720b2041a9261c8b639ddd48e46a2351ce41cb596f7dc432cddf29256 +Size (frr-8.2.2.tar.gz) = 9439460 bytes +SHA1 (patch-lib_frr__pthread.c) = 24d695d906e2d4461080d6cdcd82f473e6eee6d8 +SHA1 (patch-pimd_pim__mroute.c) = d0c306ba3fa400532978d18a220c283aae34c7f4 +SHA1 (patch-pimd_pim__sock.c) = 5c99f7671d35813eb1b2e76ef23fa049053b1141 SHA1 (patch-pkgsrc_zebra.sh.in) = d458e74a1f3319f6e075d3d3a81414bc7d7022f2 -SHA1 (patch-zebra_kernel__socket.c) = 845c3132d21aefcff5c41fa9aa9a31f2bf2ac5af +SHA1 (patch-zebra_kernel__socket.c) = 74ef772fa70b69a1767ad11ce89d907504c7528e diff --git a/net/frr/patches/patch-lib_frr__pthread.c b/net/frr/patches/patch-lib_frr__pthread.c new file mode 100644 index 0000000000000..92966af235a87 --- /dev/null +++ b/net/frr/patches/patch-lib_frr__pthread.c @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_frr__pthread.c,v 1.1 2022/05/16 11:54:20 kardel Exp $ + + avoid tripping over NULL pointer + +--- lib/frr_pthread.c.orig 2022-03-13 15:59:48.000000000 +0000 ++++ lib/frr_pthread.c +@@ -141,7 +141,7 @@ int frr_pthread_set_name(struct frr_pthr + # ifdef GNU_LINUX + ret = pthread_setname_np(fpt->thread, fpt->os_name); + # elif defined(__NetBSD__) +- ret = pthread_setname_np(fpt->thread, fpt->os_name, NULL); ++ ret = pthread_setname_np(fpt->thread, fpt->os_name ? fpt->os_name : "-n/a-", NULL); + # endif + #elif defined(HAVE_PTHREAD_SET_NAME_NP) + pthread_set_name_np(fpt->thread, fpt->os_name); diff --git a/net/frr/patches/patch-pimd_pim__mroute.c b/net/frr/patches/patch-pimd_pim__mroute.c new file mode 100644 index 0000000000000..443bf8e5994f1 --- /dev/null +++ b/net/frr/patches/patch-pimd_pim__mroute.c @@ -0,0 +1,33 @@ +$NetBSD: patch-pimd_pim__mroute.c,v 1.1 2022/05/16 11:54:20 kardel Exp $ + + Support HAVE_IP_RECVDSTADDR and HAVE_IP_RECVIF + +--- pimd/pim_mroute.c.orig 2021-03-04 02:14:50.000000000 +0000 ++++ pimd/pim_mroute.c +@@ -106,6 +106,26 @@ static int pim_mroute_set(struct pim_ins + } + } + #endif ++#if defined(HAVE_IP_RECVDSTADDR) ++ /* BSD IP_RECVDSTADDR */ ++ data = 1; ++ if (setsockopt(pim->mroute_socket, IPPROTO_IP, IP_RECVDSTADDR, &data, ++ data_len)) { ++ zlog_warn( ++ "Could not set IP_RECVDSTADDR on socket fd=%d: errno=%d: %s", ++ pim->mroute_socket, errno, safe_strerror(errno)); ++ } ++#endif ++#if defined(HAVE_IP_RECVIF) ++ /* BSD IP_RECVIF */ ++ data = 1; ++ if (setsockopt(pim->mroute_socket, IPPROTO_IP, IP_RECVIF, &data, ++ data_len)) { ++ zlog_warn( ++ "Could not set IP_RECVIF on socket fd=%d: errno=%d: %s", ++ pim->mroute_socket, errno, safe_strerror(errno)); ++ } ++#endif + + setsockopt_so_recvbuf(pim->mroute_socket, 1024 * 1024 * 8); + diff --git a/net/frr/patches/patch-pimd_pim__sock.c b/net/frr/patches/patch-pimd_pim__sock.c new file mode 100644 index 0000000000000..6aac185c77c71 --- /dev/null +++ b/net/frr/patches/patch-pimd_pim__sock.c @@ -0,0 +1,120 @@ +$NetBSD: patch-pimd_pim__sock.c,v 1.1 2022/05/16 11:54:20 kardel Exp $ + + Support HAVE_STRUCT_IP_MREQN_IMR_IFINDEX and HAVE_IP_RECVIF + +--- pimd/pim_sock.c.orig 2022-03-13 15:59:48.000000000 +0000 ++++ pimd/pim_sock.c +@@ -27,7 +27,9 @@ + #include + #include + #include +- ++#ifdef __NetBSD__ ++#include ++#endif + #include "log.h" + #include "privs.h" + #include "if.h" +@@ -97,11 +99,6 @@ int pim_socket_mcast(int protocol, struc + uint8_t loop) + { + int rcvbuf = 1024 * 1024 * 8; +-#ifdef HAVE_STRUCT_IP_MREQN_IMR_IFINDEX +- struct ip_mreqn mreq; +-#else +- struct ip_mreq mreq; +-#endif + int fd; + + fd = pim_socket_raw(protocol); +@@ -146,6 +143,15 @@ int pim_socket_mcast(int protocol, struc + "Could not set IP_RECVDSTADDR on socket fd=%d: errno=%d: %s", + fd, errno, safe_strerror(errno)); + } ++#elif defined(HAVE_IP_RECVIF) ++ /* BSD IP_RECVIF */ ++ int opt = 1; ++ if (setsockopt(fd, IPPROTO_IP, IP_RECVIF, &opt, ++ sizeof(opt))) { ++ zlog_warn( ++ "Could not set IP_RECVDSTADDR on socket fd=%d: errno=%d: %s", ++ fd, errno, safe_strerror(errno)); ++ } + #else + flog_err( + EC_LIB_DEVELOPMENT, +@@ -208,23 +214,26 @@ int pim_socket_mcast(int protocol, struc + return PIM_SOCK_ERR_LOOP; + } + +- memset(&mreq, 0, sizeof(mreq)); ++ { + #ifdef HAVE_STRUCT_IP_MREQN_IMR_IFINDEX +- mreq.imr_ifindex = ifp->ifindex; ++ struct ip_mreqn mreq; ++ ++ memset(&mreq, 0, sizeof(mreq)); ++ mreq.imr_ifindex = ifp->ifindex; ++ if (setsockopt(fd, IPPROTO_IP, IP_MULTICAST_IF, (void *)&mreq, ++ sizeof(mreq))) + #else +-/* +- * I am not sure what to do here yet for *BSD +- */ +-// mreq.imr_interface = ifindex; ++ uint32_t idx = htonl(ifp->ifindex); ++ if (setsockopt(fd, IPPROTO_IP, IP_MULTICAST_IF, &idx, sizeof(idx))) + #endif + +- if (setsockopt(fd, IPPROTO_IP, IP_MULTICAST_IF, (void *)&mreq, +- sizeof(mreq))) { +- zlog_warn( +- "Could not set Outgoing Interface Option on socket fd=%d: errno=%d: %s", +- fd, errno, safe_strerror(errno)); +- close(fd); +- return PIM_SOCK_ERR_IFACE; ++ { ++ zlog_warn( ++ "Could not set Outgoing Interface Option on socket fd=%d: errno=%d: %s", ++ fd, errno, safe_strerror(errno)); ++ close(fd); ++ return PIM_SOCK_ERR_IFACE; ++ } + } + + if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &rcvbuf, sizeof(rcvbuf))) +@@ -379,7 +388,7 @@ int pim_socket_recvfromto(int fd, uint8_ + if (ifindex) + *ifindex = i->ipi_ifindex; + +- break; ++ continue; + } + #endif + +@@ -392,14 +401,20 @@ int pim_socket_recvfromto(int fd, uint8_ + if (tolen) + *tolen = sizeof(struct sockaddr_in); + +- break; ++ continue; + } + #endif + +-#if defined(HAVE_IP_RECVIF) && defined(CMSG_IFINDEX) +- if (cmsg->cmsg_type == IP_RECVIF) +- if (ifindex) +- *ifindex = CMSG_IFINDEX(cmsg); ++#if defined(HAVE_IP_RECVIF) ++ if (cmsg->cmsg_type == IP_RECVIF && ifindex) { ++#ifdef __NetBSD__ ++ struct sockaddr_dl *dl = (struct sockaddr_dl *)CMSG_DATA(cmsg); ++ *ifindex = dl->sdl_index; ++#elif defined(CMSG_IFINDEX) ++ *ifindex = CMSG_IFINDEX(cmsg); ++#endif ++ continue; ++ } + #endif + + } /* for (cmsg) */ diff --git a/net/frr/patches/patch-zebra_kernel__socket.c b/net/frr/patches/patch-zebra_kernel__socket.c index 1d1f5c1588755..79fa2b0bbf0e1 100644 --- a/net/frr/patches/patch-zebra_kernel__socket.c +++ b/net/frr/patches/patch-zebra_kernel__socket.c @@ -1,4 +1,4 @@ -$NetBSD: patch-zebra_kernel__socket.c,v 1.3 2021/08/15 14:54:31 kardel Exp $ +$NetBSD: patch-zebra_kernel__socket.c,v 1.4 2022/05/16 11:54:20 kardel Exp $ Pass IFP interface index if known (normal case) to make interface specific routes work such as in @@ -10,7 +10,7 @@ routing socket returns ENOBUFS. ensure at least a bit more socket buffer space by increasing SO_RCVBUF. ---- zebra/kernel_socket.c.orig 2021-07-21 13:06:19.000000000 +0000 +--- zebra/kernel_socket.c.orig 2022-03-13 15:59:48.000000000 +0000 +++ zebra/kernel_socket.c @@ -39,6 +39,7 @@ #include "privs.h" @@ -20,7 +20,7 @@ #include "zebra/rt.h" #include "zebra/interface.h" -@@ -1243,6 +1244,20 @@ int rtm_write(int message, union sockuni +@@ -1249,6 +1250,20 @@ int rtm_write(int message, union sockuni #ifdef __OpenBSD__ SOCKADDRSET(mpls, RTA_SRC); #endif @@ -41,7 +41,7 @@ msg.rtm.rtm_msglen = pnt - (caddr_t)&msg; -@@ -1425,6 +1440,9 @@ static void routing_socket(struct zebra_ +@@ -1434,6 +1449,9 @@ static void routing_socket(struct zebra_ return; } From 988667fc0fc6e9db3773a7a4ada4f39d555260be Mon Sep 17 00:00:00 2001 From: kardel Date: Mon, 16 May 2022 11:57:31 +0000 Subject: [PATCH 0502/1154] doc: Updated net/frr to 8.2.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9e5ba597f45db..3d964abc05c17 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2578 2022/05/15 21:27:32 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2579 2022/05/16 11:57:31 kardel Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3992,3 +3992,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-xmlschema to 1.11.0 [adam 2022-05-15] Updated chat/profanity to 0.12.1 [nia 2022-05-15] Updated sysutils/navi to 2.20.0 [pin 2022-05-15] + Updated net/frr to 8.2.2 [kardel 2022-05-16] From 8c281b91cea2330eb7677d4d07a8cdeec7a7ab20 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 16 May 2022 12:14:22 +0000 Subject: [PATCH 0503/1154] htop: Fix SunOS includes. --- sysutils/htop/distinfo | 3 ++- .../htop/patches/patch-solaris_Platform.h | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 sysutils/htop/patches/patch-solaris_Platform.h diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo index 68c970ea889e4..51795f4fc0f45 100644 --- a/sysutils/htop/distinfo +++ b/sysutils/htop/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2022/05/07 16:37:49 fox Exp $ +$NetBSD: distinfo,v 1.21 2022/05/16 12:14:22 jperkin Exp $ BLAKE2s (htop-3.2.0.tar.gz) = e165b7b4baf45df3e1b8c826a4b04262987b11abad79ff3992dd74e5e030a676 SHA512 (htop-3.2.0.tar.gz) = 174eaa7333fa60e40f67148560c53125e7aaf46a48e7f3ecfa2daa68553c94b3d076d03320afd479dcee07e739c0ff286a81b67cbc994782c33e798d3ed4605c @@ -6,3 +6,4 @@ Size (htop-3.2.0.tar.gz) = 393712 bytes SHA1 (patch-netbsd_Platform.c) = a84e3a0c4c66e0da8df9825cdee3edb756dda2eb SHA1 (patch-openbsd_Platform.c) = 0b4a7022a2b5be4f9ec7b8e11bff86835e86a951 SHA1 (patch-solaris_Platform.c) = b61123345578f36d0859db28ee9183cd23e889ce +SHA1 (patch-solaris_Platform.h) = c23c6cf20607dd69e626be716337471fffd70d86 diff --git a/sysutils/htop/patches/patch-solaris_Platform.h b/sysutils/htop/patches/patch-solaris_Platform.h new file mode 100644 index 0000000000000..fcad1e91adac7 --- /dev/null +++ b/sysutils/htop/patches/patch-solaris_Platform.h @@ -0,0 +1,23 @@ +$NetBSD: patch-solaris_Platform.h,v 1.1 2022/05/16 12:14:22 jperkin Exp $ + +Remove unwanted and breaking includes. + +--- solaris/Platform.h.orig 2022-05-01 06:31:20.000000000 +0000 ++++ solaris/Platform.h +@@ -17,16 +17,12 @@ in the source distribution for its full + * Since ncruses macros use the ERR macro, we can not use another name. + */ + #undef ERR +-#include + #undef ERR + #define ERR (-1) + + #include + #include + +-#include +-#include +-#include + + #include "Action.h" + #include "BatteryMeter.h" From 8d0c20834ac8b53e0820e34bd48f608118a56ec8 Mon Sep 17 00:00:00 2001 From: tnn Date: Mon, 16 May 2022 12:29:33 +0000 Subject: [PATCH 0504/1154] openjdk17: fix PLIST for zerovm option --- lang/openjdk17/Makefile | 8 ++------ lang/openjdk17/PLIST | 4 ++-- lang/openjdk17/options.mk | 4 +++- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/lang/openjdk17/Makefile b/lang/openjdk17/Makefile index d2ecc2171dc85..aa0abc869f3c2 100644 --- a/lang/openjdk17/Makefile +++ b/lang/openjdk17/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/15 20:29:00 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/16 12:29:33 tnn Exp $ DISTNAME= jdk17u-${GITHUB_TAG:C/\+/-/} PKGNAME= openjdk17-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/} @@ -149,11 +149,7 @@ SUBST_SED.kqueue+= -e 's/static final int EV_CLEAR = 0x0020;/static final int .endif PLIST_VARS+= internal_vm_compiler jvmci -.if ${MACHINE_ARCH} == "x86_64" -PLIST.internal_vm_compiler= yes -PLIST.jvmci= yes -.endif -.if ${MACHINE_ARCH} == "aarch64" +.if (${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "aarch64") && !empty(PKG_OPTIONS:Mjdk-hotspot-vm) PLIST.internal_vm_compiler= yes PLIST.jvmci= yes .endif diff --git a/lang/openjdk17/PLIST b/lang/openjdk17/PLIST index 2899a6d2e5804..8fe9e01a9fe2e 100644 --- a/lang/openjdk17/PLIST +++ b/lang/openjdk17/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/05/13 14:24:19 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/16 12:29:33 tnn Exp $ bin/openjdk17-jar bin/openjdk17-jarsigner bin/openjdk17-java @@ -520,7 +520,7 @@ java/openjdk17/legal/jdk.xml.dom/LICENSE java/openjdk17/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO java/openjdk17/legal/jdk.zipfs/ASSEMBLY_EXCEPTION java/openjdk17/legal/jdk.zipfs/LICENSE -java/openjdk17/lib/classlist +${PLIST.hotspot}java/openjdk17/lib/classlist java/openjdk17/lib/ct.sym java/openjdk17/lib/fontconfig.bfc java/openjdk17/lib/fontconfig.properties.src diff --git a/lang/openjdk17/options.mk b/lang/openjdk17/options.mk index 35c7581547ec3..71a9d05ba3668 100644 --- a/lang/openjdk17/options.mk +++ b/lang/openjdk17/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2022/05/13 14:24:19 ryoon Exp $ +# $NetBSD: options.mk,v 1.2 2022/05/16 12:29:33 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openjdk17 PKG_OPTIONS_OPTIONAL_GROUPS= variant @@ -99,10 +99,12 @@ CONFIGURE_ARGS+= --with-stdc++lib=dynamic # # Build variant. Zero VM builds a portable JVM without assembly optimization. # +PLIST_VARS+= hotspot .if !empty(PKG_OPTIONS:Mjdk-zero-vm) BUILD_VARIANT= zero .include "../../devel/libffi/buildlink3.mk" .elif !empty(PKG_OPTIONS:Mjdk-hotspot-vm) BUILD_VARIANT= server +PLIST.hotspot= yes .endif CONFIGURE_ARGS+= --with-jvm-variants=${BUILD_VARIANT} From 5c3277cbed6f0370c99ef1deface228eabb9879e Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 16 May 2022 13:29:05 +0000 Subject: [PATCH 0505/1154] purpose: Requires msgmerge. --- devel/purpose/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/purpose/Makefile b/devel/purpose/Makefile index 225f3a3848538..7b29e597a813c 100644 --- a/devel/purpose/Makefile +++ b/devel/purpose/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/04/25 05:30:17 markd Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/16 13:29:05 jperkin Exp $ DISTNAME= purpose-${KF5VER} CATEGORIES= devel @@ -7,6 +7,8 @@ HOMEPAGE= https://community.kde.org/Frameworks COMMENT= Providing abstractions to get the developer's purposes fulfilled LICENSE= gnu-lgpl-v2.1 +USE_TOOLS+= msgmerge + .include "../../meta-pkgs/kde/kf5.mk" .include "../../devel/kio/buildlink3.mk" From 09729b8e965635a18dc8b08034526aa7bd4f3dc9 Mon Sep 17 00:00:00 2001 From: tnn Date: Mon, 16 May 2022 14:19:23 +0000 Subject: [PATCH 0506/1154] firefox: bump rev for prefs change --- www/firefox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index ef4de98d1951e..72bb59d0aad6c 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.517 2022/05/13 14:12:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.518 2022/05/16 14:19:23 tnn Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 100.0 MOZ_BRANCH_MINOR= +PKGREVISION= 1 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} From db3bb67fe8c308ae043b4a6669d887dd2c36a59e Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 16 May 2022 14:58:30 +0000 Subject: [PATCH 0507/1154] zsh: Update to 5.9 Changelog: 5.9: Changes since 5.8.1 ------------------- zsh 5.9 is dedicated to the memory of Sven Guckes, who was, amongst other things, a long-time zsh advocate. For more information, see: https://linuxnews.de/2022/02/sven-guckes-verstorben/ https://groups.google.com/g/vim_announce/c/MJBKVd-xrEE/m/joVNaDgAAgAJ When unsetting a hash element, the string enclosed in square brackets is interpreted literally after any normal command-line-argument expansions. Thus unset "hash[$key]" first expands $key as usual for a double-quoted string, and then interprets that result as the exact hash element to unset. This differs from previous versions of the shell, which would also remove a leading backslash for an unusual subset of characters in the expansion of $key. Note this also means, for example, that now unset 'hash[ab]cd]' unsets the element with key "ab]cd" rather than silently doing nothing. The function command learnt a -T option to declare a function and enable tracing for it simultaneously. The option SHORT_REPEAT was added to enable the short syntax of SHORT_LOOPS for the repeat command only. It is disabled by default. The _arguments function now supports NUL-delimiting optargs in the opt_args array via the -0 option. Developers of completion functions should find this easier to handle reliably than the default colon-delimiting behaviour. The zsh/system module's `zsystem flock` command learnt an -i option to set the wait interval used with -t. Additionally, -t now supports fractional seconds. The option CLOBBER_EMPTY was added to enable the overwrite behaviour of CLOBBER for empty files only. It is disabled by default. A (-) expansion flag was added. It works like (n) but correctly sorts negative numbers. The (*) expansion flag enables EXTENDED_GLOB for pattern matching. For example, ${(*)sample/(#b)*(pat)*/${match[1]}} uses backreferences even if EXTENDED_GLOB is not otherwise set. However, this does not descend into nested exapansions, and doubling as (**) does not disable EXTENDED_GLOB. The compinit function learnt a -w option to explain why compdump runs. When run without the -i or -u options and compaudit discovers security issues, answering "y" to the "Ignore insecure ..." prompt removes the insecure elements (like the -i option) where previously it ignored the result (thus formerly like the -u option). Further, removing those elements includes dropping directories from the $fpath array. The zsh/datetime module's strftime builtin learnt an -n option to omit the trailing newline when printing a formatted time. The XTRACE option is now disabled while running user-defined completion widgets. This corresponds to long-standing behavior of other user ZLE widgets. Use the _complete_debug widget to capture XTRACE output, or use "functions -T" to enable tracing of specific completion functions. The fc builtin learnt an -s option which is a POSIX equivalent to the `fc -e-` method of re-executing a command without invoking an editor. The option CASE_PATHS was added to control how NO_CASE_GLOB behaves. NO_CASE_GLOB + NO_CASE_PATHS is equivalent to the current NO_CASE_GLOB behaviour. NO_CASE_GLOB + CASE_PATHS treats only path components that contain globbing characters as case-insensitive; this behaviour may yield more predictable results on case-sensitive file systems. NO_CASE_PATHS is the default. With the new TYPESET_TO_UNSET option set, "typeset foo" leaves foo unset, in contrast to the default behavior which assigns foo="". Any parameter attributes such as numeric type, sorting, and padding are retained until the parameter is explicitly unset or a conflicting value is assigned. This is similar to default behavior of bash and ksh. This option is disabled by default. The compadd builtin's -D option can now be specified more than once. The zsh/zutil module's zformat builtin learnt an -F option which behaves like -f except that ternary expressions check for existence instead of doing math evaluation. The conventional syntax used to indicate units, ranges, and default values in completion descriptions (e.g. `timeout (seconds) (0-60) [20]`) is now recognised by the completion system itself. These components are parsed out of the description and can be individually styled. A _numbers helper function has been added to help function authors offer rich completion for these values. The log builtin, WATCH parameter, et al., have been broken out into a separate module, zsh/watch. The module is enabled by default. The zsh/watch module's WATCHFMT parameter now supports colours via the %F and %K escapes. The STTY parameter can now be set to an empty string before running a command to automatically restore terminal settings after the command finishes. The "jobs" command and "$jobstates" and related parameters can report on parent shell jobs even in subshells. This is a snapshot of the parent state, frozen at the point the subshell started. However, if a subshell starts its own background jobs, the parent state is discarded in order to report on those new jobs. --- shells/zsh/Makefile | 7 +- shells/zsh/PLIST | 52 +++++++++-- shells/zsh/distinfo | 15 ++-- .../patch-Completion_BSD_Command___bsd__pkg | 10 +-- .../patch-Completion_Unix_Command___gpg | 6 +- shells/zsh/patches/patch-aczsh.m4 | 29 ------ shells/zsh/patches/patch-configure.ac | 88 +------------------ 7 files changed, 66 insertions(+), 141 deletions(-) delete mode 100644 shells/zsh/patches/patch-aczsh.m4 diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 2c268d7893f00..d6332534b9db0 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.102 2022/03/12 06:07:48 kim Exp $ +# $NetBSD: Makefile,v 1.103 2022/05/16 14:58:30 ryoon Exp $ -DISTNAME= zsh-5.8.1 +DISTNAME= zsh-5.9 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://zsh.sourceforge.net/ +HOMEPAGE= https://zsh.sourceforge.io/ COMMENT= The Z shell LICENSE= gnu-gpl-v2 AND zsh @@ -63,6 +63,7 @@ REPLACE.zsh.new= ${PREFIX}/bin/zsh REPLACE_FILES.zsh= Functions/Calendar/* REPLACE_FILES.zsh+= Functions/Example/* REPLACE_FILES.zsh+= Functions/Misc/* +REPLACE_FILES.zsh+= Functions/VCS_Info/* REPLACE_FILES.zsh+= Misc/globtests* REPLACE_FILES.zsh+= Test/runtests.zsh Test/ztst.zsh REPLACE_FILES.zsh+= Util/check-tmux-state Util/reporter diff --git a/shells/zsh/PLIST b/shells/zsh/PLIST index 80bc789eb0229..4549ea186141a 100644 --- a/shells/zsh/PLIST +++ b/shells/zsh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.43 2020/02/27 03:05:37 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.44 2022/05/16 14:58:30 ryoon Exp $ bin/zsh bin/${PKGNAME} info/zsh.info @@ -30,6 +30,7 @@ ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/stat.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/system.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/termcap.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/terminfo.so +${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/watch.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zftp.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zle.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zleparameter.so @@ -95,8 +96,10 @@ share/zsh/${PKGVERSION}/functions/VCS_INFO_patch2subject share/zsh/${PKGVERSION}/functions/VCS_INFO_quilt share/zsh/${PKGVERSION}/functions/VCS_INFO_reposub share/zsh/${PKGVERSION}/functions/VCS_INFO_set +share/zsh/${PKGVERSION}/functions/VCS_INFO_set-branch-format share/zsh/${PKGVERSION}/functions/VCS_INFO_set-patch-format share/zsh/${PKGVERSION}/functions/_SUSEconfig +share/zsh/${PKGVERSION}/functions/__arguments share/zsh/${PKGVERSION}/functions/_a2ps share/zsh/${PKGVERSION}/functions/_a2utils share/zsh/${PKGVERSION}/functions/_aap @@ -147,6 +150,7 @@ share/zsh/${PKGVERSION}/functions/_awk share/zsh/${PKGVERSION}/functions/_axi-cache share/zsh/${PKGVERSION}/functions/_base64 share/zsh/${PKGVERSION}/functions/_basename +share/zsh/${PKGVERSION}/functions/_basenc share/zsh/${PKGVERSION}/functions/_bash share/zsh/${PKGVERSION}/functions/_bash_completions share/zsh/${PKGVERSION}/functions/_baudrates @@ -182,6 +186,7 @@ share/zsh/${PKGVERSION}/functions/_calendar share/zsh/${PKGVERSION}/functions/_call_function share/zsh/${PKGVERSION}/functions/_call_program share/zsh/${PKGVERSION}/functions/_canonical_paths +share/zsh/${PKGVERSION}/functions/_capabilities share/zsh/${PKGVERSION}/functions/_cat share/zsh/${PKGVERSION}/functions/_ccal share/zsh/${PKGVERSION}/functions/_cd @@ -195,6 +200,7 @@ share/zsh/${PKGVERSION}/functions/_chcon share/zsh/${PKGVERSION}/functions/_chflags share/zsh/${PKGVERSION}/functions/_chkconfig share/zsh/${PKGVERSION}/functions/_chmod +share/zsh/${PKGVERSION}/functions/_choom share/zsh/${PKGVERSION}/functions/_chown share/zsh/${PKGVERSION}/functions/_chroot share/zsh/${PKGVERSION}/functions/_chrt @@ -235,8 +241,10 @@ share/zsh/${PKGVERSION}/functions/_cpupower share/zsh/${PKGVERSION}/functions/_crontab share/zsh/${PKGVERSION}/functions/_cryptsetup share/zsh/${PKGVERSION}/functions/_cscope +share/zsh/${PKGVERSION}/functions/_csplit share/zsh/${PKGVERSION}/functions/_cssh share/zsh/${PKGVERSION}/functions/_csup +share/zsh/${PKGVERSION}/functions/_ctags share/zsh/${PKGVERSION}/functions/_ctags_tags share/zsh/${PKGVERSION}/functions/_cu share/zsh/${PKGVERSION}/functions/_curl @@ -271,6 +279,7 @@ share/zsh/${PKGVERSION}/functions/_debdiff share/zsh/${PKGVERSION}/functions/_debfoster share/zsh/${PKGVERSION}/functions/_deborphan share/zsh/${PKGVERSION}/functions/_debsign +share/zsh/${PKGVERSION}/functions/_debsnap share/zsh/${PKGVERSION}/functions/_debuild share/zsh/${PKGVERSION}/functions/_default share/zsh/${PKGVERSION}/functions/_defaults @@ -313,6 +322,8 @@ share/zsh/${PKGVERSION}/functions/_dpkg-repack share/zsh/${PKGVERSION}/functions/_dpkg_source share/zsh/${PKGVERSION}/functions/_dput share/zsh/${PKGVERSION}/functions/_drill +share/zsh/${PKGVERSION}/functions/_dropbox +share/zsh/${PKGVERSION}/functions/_dscverify share/zsh/${PKGVERSION}/functions/_dsh share/zsh/${PKGVERSION}/functions/_dtrace share/zsh/${PKGVERSION}/functions/_dtruss @@ -460,6 +471,7 @@ share/zsh/${PKGVERSION}/functions/_ionice share/zsh/${PKGVERSION}/functions/_iostat share/zsh/${PKGVERSION}/functions/_ip share/zsh/${PKGVERSION}/functions/_ipadm +share/zsh/${PKGVERSION}/functions/_ipfw share/zsh/${PKGVERSION}/functions/_ipsec share/zsh/${PKGVERSION}/functions/_ipset share/zsh/${PKGVERSION}/functions/_iptables @@ -481,12 +493,15 @@ share/zsh/${PKGVERSION}/functions/_join share/zsh/${PKGVERSION}/functions/_jot share/zsh/${PKGVERSION}/functions/_jq share/zsh/${PKGVERSION}/functions/_kdeconnect +share/zsh/${PKGVERSION}/functions/_kdump share/zsh/${PKGVERSION}/functions/_kfmclient share/zsh/${PKGVERSION}/functions/_kill share/zsh/${PKGVERSION}/functions/_killall share/zsh/${PKGVERSION}/functions/_kld share/zsh/${PKGVERSION}/functions/_knock share/zsh/${PKGVERSION}/functions/_kpartx +share/zsh/${PKGVERSION}/functions/_ktrace +share/zsh/${PKGVERSION}/functions/_ktrace_points share/zsh/${PKGVERSION}/functions/_kvno share/zsh/${PKGVERSION}/functions/_last share/zsh/${PKGVERSION}/functions/_ld_debug @@ -510,7 +525,9 @@ share/zsh/${PKGVERSION}/functions/_locale share/zsh/${PKGVERSION}/functions/_localedef share/zsh/${PKGVERSION}/functions/_locales share/zsh/${PKGVERSION}/functions/_locate +share/zsh/${PKGVERSION}/functions/_logger share/zsh/${PKGVERSION}/functions/_logical_volumes +share/zsh/${PKGVERSION}/functions/_login_classes share/zsh/${PKGVERSION}/functions/_look share/zsh/${PKGVERSION}/functions/_losetup share/zsh/${PKGVERSION}/functions/_lp @@ -520,6 +537,7 @@ share/zsh/${PKGVERSION}/functions/_lsblk share/zsh/${PKGVERSION}/functions/_lscfg share/zsh/${PKGVERSION}/functions/_lsdev share/zsh/${PKGVERSION}/functions/_lslv +share/zsh/${PKGVERSION}/functions/_lsns share/zsh/${PKGVERSION}/functions/_lsof share/zsh/${PKGVERSION}/functions/_lspv share/zsh/${PKGVERSION}/functions/_lsusb @@ -539,6 +557,8 @@ share/zsh/${PKGVERSION}/functions/_main_complete share/zsh/${PKGVERSION}/functions/_make share/zsh/${PKGVERSION}/functions/_make-kpkg share/zsh/${PKGVERSION}/functions/_man +share/zsh/${PKGVERSION}/functions/_mat +share/zsh/${PKGVERSION}/functions/_mat2 share/zsh/${PKGVERSION}/functions/_match share/zsh/${PKGVERSION}/functions/_math share/zsh/${PKGVERSION}/functions/_math_params @@ -611,7 +631,9 @@ share/zsh/${PKGVERSION}/functions/_nmap share/zsh/${PKGVERSION}/functions/_normal share/zsh/${PKGVERSION}/functions/_nothing share/zsh/${PKGVERSION}/functions/_npm +share/zsh/${PKGVERSION}/functions/_nsenter share/zsh/${PKGVERSION}/functions/_nslookup +share/zsh/${PKGVERSION}/functions/_numbers share/zsh/${PKGVERSION}/functions/_numfmt share/zsh/${PKGVERSION}/functions/_nvram share/zsh/${PKGVERSION}/functions/_objdump @@ -627,6 +649,7 @@ share/zsh/${PKGVERSION}/functions/_opkg share/zsh/${PKGVERSION}/functions/_options share/zsh/${PKGVERSION}/functions/_options_set share/zsh/${PKGVERSION}/functions/_options_unset +share/zsh/${PKGVERSION}/functions/_opustools share/zsh/${PKGVERSION}/functions/_osascript share/zsh/${PKGVERSION}/functions/_osc share/zsh/${PKGVERSION}/functions/_other_accounts @@ -646,6 +669,7 @@ share/zsh/${PKGVERSION}/functions/_pbm share/zsh/${PKGVERSION}/functions/_pbuilder share/zsh/${PKGVERSION}/functions/_pdf share/zsh/${PKGVERSION}/functions/_pdftk +share/zsh/${PKGVERSION}/functions/_perf share/zsh/${PKGVERSION}/functions/_perforce share/zsh/${PKGVERSION}/functions/_perl share/zsh/${PKGVERSION}/functions/_perl_basepods @@ -653,6 +677,7 @@ share/zsh/${PKGVERSION}/functions/_perl_modules share/zsh/${PKGVERSION}/functions/_perldoc share/zsh/${PKGVERSION}/functions/_pfctl share/zsh/${PKGVERSION}/functions/_pfexec +share/zsh/${PKGVERSION}/functions/_pgids share/zsh/${PKGVERSION}/functions/_pgrep share/zsh/${PKGVERSION}/functions/_php share/zsh/${PKGVERSION}/functions/_physical_volumes @@ -662,6 +687,7 @@ share/zsh/${PKGVERSION}/functions/_pidof share/zsh/${PKGVERSION}/functions/_pids share/zsh/${PKGVERSION}/functions/_pine share/zsh/${PKGVERSION}/functions/_ping +share/zsh/${PKGVERSION}/functions/_pip share/zsh/${PKGVERSION}/functions/_piuparts share/zsh/${PKGVERSION}/functions/_pkg-config share/zsh/${PKGVERSION}/functions/_pkg5 @@ -683,6 +709,7 @@ share/zsh/${PKGVERSION}/functions/_postfix share/zsh/${PKGVERSION}/functions/_postgresql share/zsh/${PKGVERSION}/functions/_postscript share/zsh/${PKGVERSION}/functions/_powerd +share/zsh/${PKGVERSION}/functions/_pr share/zsh/${PKGVERSION}/functions/_precommand share/zsh/${PKGVERSION}/functions/_prefix share/zsh/${PKGVERSION}/functions/_print @@ -699,6 +726,7 @@ share/zsh/${PKGVERSION}/functions/_pscp share/zsh/${PKGVERSION}/functions/_pspdf share/zsh/${PKGVERSION}/functions/_psutils share/zsh/${PKGVERSION}/functions/_ptree +share/zsh/${PKGVERSION}/functions/_ptx share/zsh/${PKGVERSION}/functions/_pump share/zsh/${PKGVERSION}/functions/_putclip share/zsh/${PKGVERSION}/functions/_pv @@ -738,6 +766,8 @@ share/zsh/${PKGVERSION}/functions/_rlogin share/zsh/${PKGVERSION}/functions/_rm share/zsh/${PKGVERSION}/functions/_rmdir share/zsh/${PKGVERSION}/functions/_route +share/zsh/${PKGVERSION}/functions/_routing_domains +share/zsh/${PKGVERSION}/functions/_routing_tables share/zsh/${PKGVERSION}/functions/_rpm share/zsh/${PKGVERSION}/functions/_rrdtool share/zsh/${PKGVERSION}/functions/_rsync @@ -775,6 +805,7 @@ share/zsh/${PKGVERSION}/functions/_set share/zsh/${PKGVERSION}/functions/_set_command share/zsh/${PKGVERSION}/functions/_setfacl share/zsh/${PKGVERSION}/functions/_setopt +share/zsh/${PKGVERSION}/functions/_setpriv share/zsh/${PKGVERSION}/functions/_setsid share/zsh/${PKGVERSION}/functions/_setup share/zsh/${PKGVERSION}/functions/_setxkbmap @@ -834,11 +865,15 @@ share/zsh/${PKGVERSION}/functions/_swaks share/zsh/${PKGVERSION}/functions/_swanctl share/zsh/${PKGVERSION}/functions/_swift share/zsh/${PKGVERSION}/functions/_sys_calls +share/zsh/${PKGVERSION}/functions/_sysclean share/zsh/${PKGVERSION}/functions/_sysctl +share/zsh/${PKGVERSION}/functions/_sysmerge +share/zsh/${PKGVERSION}/functions/_syspatch share/zsh/${PKGVERSION}/functions/_sysrc share/zsh/${PKGVERSION}/functions/_sysstat share/zsh/${PKGVERSION}/functions/_systat share/zsh/${PKGVERSION}/functions/_system_profiler +share/zsh/${PKGVERSION}/functions/_sysupgrade share/zsh/${PKGVERSION}/functions/_tac share/zsh/${PKGVERSION}/functions/_tags share/zsh/${PKGVERSION}/functions/_tail @@ -879,6 +914,7 @@ share/zsh/${PKGVERSION}/functions/_transmission share/zsh/${PKGVERSION}/functions/_trap share/zsh/${PKGVERSION}/functions/_trash share/zsh/${PKGVERSION}/functions/_tree +share/zsh/${PKGVERSION}/functions/_truncate share/zsh/${PKGVERSION}/functions/_truss share/zsh/${PKGVERSION}/functions/_tty share/zsh/${PKGVERSION}/functions/_ttyctl @@ -897,12 +933,14 @@ share/zsh/${PKGVERSION}/functions/_unhash share/zsh/${PKGVERSION}/functions/_uniq share/zsh/${PKGVERSION}/functions/_unison share/zsh/${PKGVERSION}/functions/_units +share/zsh/${PKGVERSION}/functions/_unshare share/zsh/${PKGVERSION}/functions/_update-alternatives share/zsh/${PKGVERSION}/functions/_update-rc.d share/zsh/${PKGVERSION}/functions/_uptime share/zsh/${PKGVERSION}/functions/_urls share/zsh/${PKGVERSION}/functions/_urpmi share/zsh/${PKGVERSION}/functions/_urxvt +share/zsh/${PKGVERSION}/functions/_usbconfig share/zsh/${PKGVERSION}/functions/_uscan share/zsh/${PKGVERSION}/functions/_user_admin share/zsh/${PKGVERSION}/functions/_user_at_host @@ -915,7 +953,9 @@ share/zsh/${PKGVERSION}/functions/_value share/zsh/${PKGVERSION}/functions/_values share/zsh/${PKGVERSION}/functions/_vared share/zsh/${PKGVERSION}/functions/_vars -share/zsh/${PKGVERSION}/functions/_vcsh +share/zsh/${PKGVERSION}/functions/_vcs_info +share/zsh/${PKGVERSION}/functions/_vcs_info_hooks +share/zsh/${PKGVERSION}/functions/_vi share/zsh/${PKGVERSION}/functions/_vim share/zsh/${PKGVERSION}/functions/_vim-addons share/zsh/${PKGVERSION}/functions/_visudo @@ -973,6 +1013,7 @@ share/zsh/${PKGVERSION}/functions/_xcode-select share/zsh/${PKGVERSION}/functions/_xdvi share/zsh/${PKGVERSION}/functions/_xfig share/zsh/${PKGVERSION}/functions/_xft_fonts +share/zsh/${PKGVERSION}/functions/_xinput share/zsh/${PKGVERSION}/functions/_xloadimage share/zsh/${PKGVERSION}/functions/_xmlsoft share/zsh/${PKGVERSION}/functions/_xmlstarlet @@ -1006,7 +1047,6 @@ share/zsh/${PKGVERSION}/functions/_zeal share/zsh/${PKGVERSION}/functions/_zed share/zsh/${PKGVERSION}/functions/_zfs share/zsh/${PKGVERSION}/functions/_zfs_dataset -share/zsh/${PKGVERSION}/functions/_zfs_keysource_props share/zsh/${PKGVERSION}/functions/_zfs_pool share/zsh/${PKGVERSION}/functions/_zftp share/zsh/${PKGVERSION}/functions/_zip @@ -1017,7 +1057,6 @@ share/zsh/${PKGVERSION}/functions/_zmv share/zsh/${PKGVERSION}/functions/_zoneadm share/zsh/${PKGVERSION}/functions/_zones share/zsh/${PKGVERSION}/functions/_zparseopts -share/zsh/${PKGVERSION}/functions/_zpool share/zsh/${PKGVERSION}/functions/_zpty share/zsh/${PKGVERSION}/functions/_zsh share/zsh/${PKGVERSION}/functions/_zsh-mime-handler @@ -1120,6 +1159,7 @@ share/zsh/${PKGVERSION}/functions/replace-argument share/zsh/${PKGVERSION}/functions/replace-string share/zsh/${PKGVERSION}/functions/replace-string-again share/zsh/${PKGVERSION}/functions/run-help +share/zsh/${PKGVERSION}/functions/run-help-btrfs share/zsh/${PKGVERSION}/functions/run-help-git share/zsh/${PKGVERSION}/functions/run-help-ip share/zsh/${PKGVERSION}/functions/run-help-openssl @@ -1154,6 +1194,8 @@ ${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_shoot ${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_spam ${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_talk ${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/tcp_wait +share/zsh/${PKGVERSION}/functions/test-repo-git-rebase-apply +share/zsh/${PKGVERSION}/functions/test-repo-git-rebase-merge share/zsh/${PKGVERSION}/functions/tetris share/zsh/${PKGVERSION}/functions/tetriscurses share/zsh/${PKGVERSION}/functions/throw @@ -1274,7 +1316,6 @@ share/zsh/${PKGVERSION}/help/kill share/zsh/${PKGVERSION}/help/let share/zsh/${PKGVERSION}/help/limit share/zsh/${PKGVERSION}/help/local -share/zsh/${PKGVERSION}/help/log share/zsh/${PKGVERSION}/help/logout share/zsh/${PKGVERSION}/help/noglob share/zsh/${PKGVERSION}/help/popd @@ -1329,4 +1370,3 @@ share/zsh/${PKGVERSION}/help/zsocket share/zsh/${PKGVERSION}/help/zstyle share/zsh/${PKGVERSION}/help/ztcp ${PLIST.dynamic}share/zsh/${PKGVERSION}/scripts/newuser -@pkgdir share/zsh/site-functions diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo index 57f64826f85ff..cc18ed8457c5b 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.76 2022/03/12 06:07:48 kim Exp $ +$NetBSD: distinfo,v 1.77 2022/05/16 14:58:30 ryoon Exp $ -BLAKE2s (zsh-5.8.1.tar.xz) = 4ee16432bdb40c9f7c79da389ca32d5e45c339608425214f84075a3cea8f3e9b -SHA512 (zsh-5.8.1.tar.xz) = f54a5a47ed15d134902613f6169c985680afc45a67538505e11b66b348fcb367145e9b8ae2d9eac185e07ef5f97254b85df01ba97294002a8c036fd02ed5e76d -Size (zsh-5.8.1.tar.xz) = 3200540 bytes -SHA1 (patch-Completion_BSD_Command___bsd__pkg) = c15924342b827b0ee490ac01a89fe06d439fef0f -SHA1 (patch-Completion_Unix_Command___gpg) = 226b6025e646f8c74e7e648f33a1001310c9ce3e +BLAKE2s (zsh-5.9.tar.xz) = 1ab2ab9dd0debc176bdefd661b62e102153c26f591e35916ccc7527c337d0530 +SHA512 (zsh-5.9.tar.xz) = d9138b7f379ad942a5f46819d2dd52d31f3a1129f2a0d1b53d4c5cd43c318b60396da6d37c57c477b8e958fb750209aca0ae93f8c9dd42ac958de006a0ff067e +Size (zsh-5.9.tar.xz) = 3332400 bytes +SHA1 (patch-Completion_BSD_Command___bsd__pkg) = fe0d9cc399fe185ce71a64431e4086ed07920cb8 +SHA1 (patch-Completion_Unix_Command___gpg) = 8eba031838b1cfb0bfadf0fa539e760fd1cb539c SHA1 (patch-Config_installfns.sh) = ef0b250a0121c0e4925022e02553aefa23e6cc8d -SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2 -SHA1 (patch-configure.ac) = e4c743b627aeb0a409170ed6c0c3d50d274661e0 +SHA1 (patch-configure.ac) = 450c4cee0ec8e4cba959b978d83e20a5ed9cc70c diff --git a/shells/zsh/patches/patch-Completion_BSD_Command___bsd__pkg b/shells/zsh/patches/patch-Completion_BSD_Command___bsd__pkg index 5e77bce8cd9f4..282b9fe2fd40e 100644 --- a/shells/zsh/patches/patch-Completion_BSD_Command___bsd__pkg +++ b/shells/zsh/patches/patch-Completion_BSD_Command___bsd__pkg @@ -1,9 +1,9 @@ -$NetBSD: patch-Completion_BSD_Command___bsd__pkg,v 1.3 2022/02/18 09:48:44 pho Exp $ +$NetBSD: patch-Completion_BSD_Command___bsd__pkg,v 1.4 2022/05/16 14:58:30 ryoon Exp $ * Better Darwin support. * Use pkgsrc PKG_DBDIR as the default database directory. ---- Completion/BSD/Command/_bsd_pkg.orig 2019-05-06 03:42:37.000000000 +0000 +--- Completion/BSD/Command/_bsd_pkg.orig 2022-05-08 06:18:22.000000000 +0000 +++ Completion/BSD/Command/_bsd_pkg @@ -15,6 +15,10 @@ _bsd_pkg_pkgfiles() { pkgsdir=${${(M)${(f)"$( -+#ifdef HAVE_SYS_TIME_H -+#include -+#endif -+#include ], -+[static char x[(RLIMIT_$1 == RLIMIT_$3)? 1 : -1]], -+ zsh_cv_rlimit_$2_is_$4=yes, -+ zsh_cv_rlimit_$2_is_$4=no)]) -+if test x$zsh_cv_rlimit_$2_is_$4 = xyes; then -+ AC_DEFINE(RLIMIT_$1_IS_$3) -+fi]) diff --git a/shells/zsh/patches/patch-configure.ac b/shells/zsh/patches/patch-configure.ac index 3ccc1c8804bf5..75bced38096cb 100644 --- a/shells/zsh/patches/patch-configure.ac +++ b/shells/zsh/patches/patch-configure.ac @@ -1,95 +1,9 @@ -$NetBSD: patch-configure.ac,v 1.8 2020/02/27 03:05:37 ryoon Exp $ - -Use a compile test, not a run test, for whether various rlimit values -are equivalent. A compile test is sufficient because zsh uses these -values in switch cases, so they must be compile-time, if not -preprocessor-time, constants. +$NetBSD: patch-configure.ac,v 1.9 2022/05/16 14:58:30 ryoon Exp $ Fix SunOS flags. --- configure.ac.orig 2020-02-27 02:06:19.620472371 +0000 +++ configure.ac -@@ -1934,77 +1934,9 @@ zsh_LIMIT_PRESENT(RLIMIT_SWAP) - zsh_LIMIT_PRESENT(RLIMIT_KQUEUES) - zsh_LIMIT_PRESENT(RLIMIT_UMTXP) - --AH_TEMPLATE([RLIMIT_VMEM_IS_RSS], --[Define to 1 if RLIMIT_VMEM and RLIMIT_RSS both exist and are equal.]) --AC_CACHE_CHECK(if RLIMIT_VMEM and RLIMIT_RSS are the same, --zsh_cv_rlimit_vmem_is_rss, --[AC_RUN_IFELSE([AC_LANG_SOURCE([[ --#include --#ifdef HAVE_SYS_TIME_H --#include --#endif --#include --int main() --{ --int ret = 1; --#if defined(HAVE_RLIMIT_VMEM) && defined(HAVE_RLIMIT_RSS) --if (RLIMIT_RSS == RLIMIT_VMEM) ret = 0; --#endif --return ret; --}]])],[zsh_cv_rlimit_vmem_is_rss=yes],[zsh_cv_rlimit_vmem_is_rss=no],[zsh_cv_rlimit_vmem_is_rss=no])]) -- --if test x$zsh_cv_rlimit_vmem_is_rss = xyes; then -- AC_DEFINE(RLIMIT_VMEM_IS_RSS) --fi -- -- --AH_TEMPLATE([RLIMIT_VMEM_IS_AS], --[Define to 1 if RLIMIT_VMEM and RLIMIT_AS both exist and are equal.]) --AC_CACHE_CHECK(if RLIMIT_VMEM and RLIMIT_AS are the same, --zsh_cv_rlimit_vmem_is_as, --[AC_RUN_IFELSE([AC_LANG_SOURCE([[ --#include --#ifdef HAVE_SYS_TIME_H --#include --#endif --#include --int main() --{ --int ret = 1; --#if defined(HAVE_RLIMIT_VMEM) && defined(HAVE_RLIMIT_AS) --if (RLIMIT_AS == RLIMIT_VMEM) ret = 0; --#endif --return ret; --}]])],[zsh_cv_rlimit_vmem_is_as=yes],[zsh_cv_rlimit_vmem_is_as=no],[zsh_cv_rlimit_vmem_is_as=no])]) -- --if test x$zsh_cv_rlimit_vmem_is_as = xyes; then -- AC_DEFINE(RLIMIT_VMEM_IS_AS) --fi -- -- --AH_TEMPLATE([RLIMIT_RSS_IS_AS], --[Define to 1 if RLIMIT_RSS and RLIMIT_AS both exist and are equal.]) --AC_CACHE_CHECK(if RLIMIT_RSS and RLIMIT_AS are the same, --zsh_cv_rlimit_rss_is_as, --[AC_RUN_IFELSE([AC_LANG_SOURCE([[ --#include --#ifdef HAVE_SYS_TIME_H --#include --#endif --#include --int main() --{ --int ret = 1; --#if defined(HAVE_RLIMIT_RSS) && defined(HAVE_RLIMIT_AS) --if (RLIMIT_AS == RLIMIT_RSS) ret = 0; --#endif --return ret; --}]])],[zsh_cv_rlimit_rss_is_as=yes],[zsh_cv_rlimit_rss_is_as=no],[zsh_cv_rlimit_rss_is_as=no])]) -- --if test x$zsh_cv_rlimit_rss_is_as = xyes; then -- AC_DEFINE(RLIMIT_RSS_IS_AS) --fi -- -+zsh_LIMITS_EQUAL(VMEM, vmem, RSS, rss) -+zsh_LIMITS_EQUAL(VMEM, vmem, AS, as) -+zsh_LIMITS_EQUAL(RSS, rss, AS, as) - - dnl -------------------------------------------- - dnl Check for members of struct rusage @@ -2857,7 +2789,7 @@ char *argv[]; sunos*) DLLDFLAGS="${DLLDFLAGS=-assert nodefinitions}" ;; sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G $ldflags}" ;; From f5fc261de0df2ff548b1563788d21c1d2d7bd3ed Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 16 May 2022 14:59:16 +0000 Subject: [PATCH 0508/1154] doc: Updated shells/zsh to 5.9 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3d964abc05c17..459c7de409d21 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2579 2022/05/16 11:57:31 kardel Exp $ +$NetBSD: CHANGES-2022,v 1.2580 2022/05/16 14:59:16 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3993,3 +3993,4 @@ Changes to the packages collection and infrastructure in 2022: Updated chat/profanity to 0.12.1 [nia 2022-05-15] Updated sysutils/navi to 2.20.0 [pin 2022-05-15] Updated net/frr to 8.2.2 [kardel 2022-05-16] + Updated shells/zsh to 5.9 [ryoon 2022-05-16] From 2ef544e3dbfbc87c18fa82b78e7893b9cae3aaa6 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 16 May 2022 15:26:17 +0000 Subject: [PATCH 0509/1154] py-flask-admin: Update to 1.6.0. 1.6.0 ----- * Dropped Python 2 support * WTForms 3.0 support * Various fixes --- www/py-flask-admin/Makefile | 8 ++------ www/py-flask-admin/PLIST | 4 ++-- www/py-flask-admin/distinfo | 9 ++++----- .../patch-flask__admin_tests_sqla_test__basic.py | 15 --------------- 4 files changed, 8 insertions(+), 28 deletions(-) delete mode 100644 www/py-flask-admin/patches/patch-flask__admin_tests_sqla_test__basic.py diff --git a/www/py-flask-admin/Makefile b/www/py-flask-admin/Makefile index f77165994b2ed..486f520f493fd 100644 --- a/www/py-flask-admin/Makefile +++ b/www/py-flask-admin/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2022/04/29 11:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/16 15:26:17 kleink Exp $ -DISTNAME= Flask-Admin-1.5.8 +DISTNAME= Flask-Admin-1.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Admin/} @@ -22,8 +21,5 @@ post-extract: ${FIND} ${WRKSRC}/flask_admin/static -type f -exec ${CHMOD} a-x {} + ${FIND} ${WRKSRC}/flask_admin/templates -type f -exec ${CHMOD} a-x {} + -pre-configure: - ${RM} ${WRKSRC}/flask_admin/tests/sqla/test_basic.py.orig - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-flask-admin/PLIST b/www/py-flask-admin/PLIST index 447c5c561f716..4e4956516bc5a 100644 --- a/www/py-flask-admin/PLIST +++ b/www/py-flask-admin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2020/10/26 15:00:21 kleink Exp $ +@comment $NetBSD: PLIST,v 1.19 2022/05/16 15:26:17 kleink Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -1715,7 +1715,7 @@ ${PYSITELIB}/flask_admin/static/vendor/fontawesome-free-5.1.0-web/webfonts/fa-so ${PYSITELIB}/flask_admin/static/vendor/fontawesome-free-5.1.0-web/webfonts/fa-solid-900.ttf ${PYSITELIB}/flask_admin/static/vendor/fontawesome-free-5.1.0-web/webfonts/fa-solid-900.woff ${PYSITELIB}/flask_admin/static/vendor/fontawesome-free-5.1.0-web/webfonts/fa-solid-900.woff2 -${PYSITELIB}/flask_admin/static/vendor/jquery-3.3.1.slim.min.js +${PYSITELIB}/flask_admin/static/vendor/jquery-3.5.1.slim.min.js ${PYSITELIB}/flask_admin/static/vendor/jquery.min.js ${PYSITELIB}/flask_admin/static/vendor/leaflet/images/layers-2x.png ${PYSITELIB}/flask_admin/static/vendor/leaflet/images/layers.png diff --git a/www/py-flask-admin/distinfo b/www/py-flask-admin/distinfo index 9e0e5be34f721..784c375bdaba0 100644 --- a/www/py-flask-admin/distinfo +++ b/www/py-flask-admin/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.26 2021/10/26 11:30:37 nia Exp $ +$NetBSD: distinfo,v 1.27 2022/05/16 15:26:17 kleink Exp $ -BLAKE2s (Flask-Admin-1.5.8.tar.gz) = 5499db3b69c60d0800985797ca230cffc5f0689b63cd04248a77cec1e32fe3e6 -SHA512 (Flask-Admin-1.5.8.tar.gz) = 53e14ba6992b358280e69580fa9911539fb34069d08f43f658ef54387c6e2b700d3fb6d8e90a9ee3f8f3592eb936b76234b7afd93baa28d683683472e1d01283 -Size (Flask-Admin-1.5.8.tar.gz) = 6642201 bytes -SHA1 (patch-flask__admin_tests_sqla_test__basic.py) = 5b384dfd3d934561104dcf9dc03b76811ce28365 +BLAKE2s (Flask-Admin-1.6.0.tar.gz) = a35c0b9c9def3c711ac44f0523da6f5eb3981235fdcd0b6287ddd206029a5f86 +SHA512 (Flask-Admin-1.6.0.tar.gz) = 93babba2618799a6714b16a37e7a4ddc2eb2ecc3f30d0c91619e57f48371678656f9f504ae899b19feb298cb17206ffeca29ea01e9c6b5a26274f7fe49064012 +Size (Flask-Admin-1.6.0.tar.gz) = 6644630 bytes diff --git a/www/py-flask-admin/patches/patch-flask__admin_tests_sqla_test__basic.py b/www/py-flask-admin/patches/patch-flask__admin_tests_sqla_test__basic.py deleted file mode 100644 index 146d2009be9a5..0000000000000 --- a/www/py-flask-admin/patches/patch-flask__admin_tests_sqla_test__basic.py +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-flask__admin_tests_sqla_test__basic.py,v 1.1 2021/06/04 05:18:01 adam Exp $ - -Fix building for Python < 3.7. - ---- flask_admin/tests/sqla/test_basic.py.orig 2021-06-04 05:13:49.000000000 +0000 -+++ flask_admin/tests/sqla/test_basic.py -@@ -1666,7 +1666,7 @@ def test_hybrid_property_nested(): - - @hybrid_property - def fullname(self): -- return f'{self.firstname} {self.lastname}' -+ return self.firstname + ' ' + self.lastname - - class Model2(db.Model): - id = db.Column(db.Integer, primary_key=True) From 66ccd042986c663aaf55d6a23b2628973e0464fe Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 16 May 2022 15:26:38 +0000 Subject: [PATCH 0510/1154] doc: Updated www/py-flask-admin to 1.6.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 459c7de409d21..083d725097133 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2580 2022/05/16 14:59:16 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2581 2022/05/16 15:26:38 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3994,3 +3994,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/navi to 2.20.0 [pin 2022-05-15] Updated net/frr to 8.2.2 [kardel 2022-05-16] Updated shells/zsh to 5.9 [ryoon 2022-05-16] + Updated www/py-flask-admin to 1.6.0 [kleink 2022-05-16] From 426ebeb5536475561ccde4d48fe2da3c286c6d4a Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 16 May 2022 15:35:29 +0000 Subject: [PATCH 0511/1154] py-flask-login: Update to 0.6.1. Version 0.6.1 ------------- Released on May 1st, 2022 - Only preserve subdomain or host view args in unauthorized redirect - The new utility function `login_remembered` returns `True` if the current login is remembered across sessions. - Fix side effect potentially executing view twice for same request. - Clarify usage of FlaskLoginClient test client in docs. --- www/py-flask-login/Makefile | 7 +++---- www/py-flask-login/PLIST | 6 +----- www/py-flask-login/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/www/py-flask-login/Makefile b/www/py-flask-login/Makefile index 0c567e1e3a642..032e5fbe9bdd5 100644 --- a/www/py-flask-login/Makefile +++ b/www/py-flask-login/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2022/04/29 11:56:45 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/16 15:35:29 kleink Exp $ -DISTNAME= Flask-Login-0.5.0 +DISTNAME= Flask-Login-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Login/} @@ -11,7 +10,7 @@ HOMEPAGE= http://flask-login.readthedocs.org/ COMMENT= User session management for Flask LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask +DEPENDS+= ${PYPKGPREFIX}-flask>=1.0.4:../../www/py-flask USE_LANGUAGES= # none diff --git a/www/py-flask-login/PLIST b/www/py-flask-login/PLIST index 9d0845f45a5b9..6631ab395f6a1 100644 --- a/www/py-flask-login/PLIST +++ b/www/py-flask-login/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2020/05/10 13:11:58 kleink Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/16 15:35:29 kleink Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/flask_login/__about__.py @@ -11,9 +10,6 @@ ${PYSITELIB}/flask_login/__about__.pyo ${PYSITELIB}/flask_login/__init__.py ${PYSITELIB}/flask_login/__init__.pyc ${PYSITELIB}/flask_login/__init__.pyo -${PYSITELIB}/flask_login/_compat.py -${PYSITELIB}/flask_login/_compat.pyc -${PYSITELIB}/flask_login/_compat.pyo ${PYSITELIB}/flask_login/config.py ${PYSITELIB}/flask_login/config.pyc ${PYSITELIB}/flask_login/config.pyo diff --git a/www/py-flask-login/distinfo b/www/py-flask-login/distinfo index 2cc4a8d602d5f..18c7b65ab964e 100644 --- a/www/py-flask-login/distinfo +++ b/www/py-flask-login/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 11:30:38 nia Exp $ +$NetBSD: distinfo,v 1.16 2022/05/16 15:35:29 kleink Exp $ -BLAKE2s (Flask-Login-0.5.0.tar.gz) = 81da9420fe81c396b3e0f3ce06ce77e3497162640eea50c63a918aa8cfe7e19a -SHA512 (Flask-Login-0.5.0.tar.gz) = 1625bb44e3f50e5a4ed176631dfcd0d9c81437a693e9b07ac8e97e4b662c65f094793a654d73406c58cb8a30b4643a34cd080d2973ba4026584abbee3906a0f6 -Size (Flask-Login-0.5.0.tar.gz) = 41702 bytes +BLAKE2s (Flask-Login-0.6.1.tar.gz) = 6d33b66c02f97b12b609588c7f9d777638d514b895438a0fbe7680e1185baf72 +SHA512 (Flask-Login-0.6.1.tar.gz) = adedde510c19ba3341ab2d0f7000dab44bb3c2621e4b158b9f29715d717ced43b1532b54db357e7062f72aeb797148433a5dc0dfc3baa2d674b750e914791c5f +Size (Flask-Login-0.6.1.tar.gz) = 48694 bytes From 32444973b964fdcfb0d18331c0162a6035d565fa Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 16 May 2022 15:35:43 +0000 Subject: [PATCH 0512/1154] doc: Updated www/py-flask-login to 0.6.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 083d725097133..b1059a3b0cf3f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2581 2022/05/16 15:26:38 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2582 2022/05/16 15:35:43 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3995,3 +3995,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/frr to 8.2.2 [kardel 2022-05-16] Updated shells/zsh to 5.9 [ryoon 2022-05-16] Updated www/py-flask-admin to 1.6.0 [kleink 2022-05-16] + Updated www/py-flask-login to 0.6.1 [kleink 2022-05-16] From ee34ce8202ec696630b71d2dcc239b106c858240 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 16 May 2022 17:09:50 +0000 Subject: [PATCH 0513/1154] threadingbuildingblocks: Portability fixes. --- parallel/threadingbuildingblocks/Makefile | 6 +++++- parallel/threadingbuildingblocks/distinfo | 3 ++- .../patch-test_tbb_test__composite__node.cpp | 14 ++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 parallel/threadingbuildingblocks/patches/patch-test_tbb_test__composite__node.cpp diff --git a/parallel/threadingbuildingblocks/Makefile b/parallel/threadingbuildingblocks/Makefile index 804b27224a278..74e299d304c45 100644 --- a/parallel/threadingbuildingblocks/Makefile +++ b/parallel/threadingbuildingblocks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2021/09/10 12:08:51 nia Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/16 17:09:50 jperkin Exp $ DISTNAME= oneTBB-2021.3.0 PKGNAME= ${DISTNAME:S/oneTBB-/threadingbuildingblocks-/} @@ -17,6 +17,10 @@ USE_LANGUAGES= c c++11 CMAKE_ARGS+= -DTBB_STRICT=OFF TEST_TARGET= test +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=${WRKSRC}/src/tbb/def/lin64-tbb.def +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=${WRKSRC}/src/tbbmalloc/def/lin64-tbbmalloc.def +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=${WRKSRC}/src/tbbmalloc_proxy/def/lin64-proxy.def + .include "../../mk/atomic64.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/parallel/threadingbuildingblocks/distinfo b/parallel/threadingbuildingblocks/distinfo index 4e7d5effdedbd..3cf771bf8d401 100644 --- a/parallel/threadingbuildingblocks/distinfo +++ b/parallel/threadingbuildingblocks/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:10:38 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/16 17:09:50 jperkin Exp $ BLAKE2s (oneTBB-2021.3.0.tar.gz) = d6d10b35108642bfba06cd85a1d6628affb59aac7951d97f6e7a9b387b1aa172 SHA512 (oneTBB-2021.3.0.tar.gz) = 969bc8d1dcf50bd12f70633d0319e46308eb1667cdc6f0503b373a35dcb2fe6b2adf59c26bd3c8e2a99a8d2d8b9f64088db5a43e784218b163b3661d12908c0e Size (oneTBB-2021.3.0.tar.gz) = 1651329 bytes SHA1 (patch-cmake_compilers_Clang.cmake) = e61f17d9df4dd06b2c42a6e450fdc3a452b10516 SHA1 (patch-cmake_compilers_GNU.cmake) = c52042af12a3f90822a70ba6ec0e943deeb24eb7 +SHA1 (patch-test_tbb_test__composite__node.cpp) = 1c48644e8cbee6622e2cf4a91901db217cee2ff3 diff --git a/parallel/threadingbuildingblocks/patches/patch-test_tbb_test__composite__node.cpp b/parallel/threadingbuildingblocks/patches/patch-test_tbb_test__composite__node.cpp new file mode 100644 index 0000000000000..eab0b3bab031d --- /dev/null +++ b/parallel/threadingbuildingblocks/patches/patch-test_tbb_test__composite__node.cpp @@ -0,0 +1,14 @@ +$NetBSD: patch-test_tbb_test__composite__node.cpp,v 1.1 2022/05/16 17:09:50 jperkin Exp $ + +Avoid ambiguous function call. + +--- test/tbb/test_composite_node.cpp.orig 2021-06-30 08:19:55.000000000 +0000 ++++ test/tbb/test_composite_node.cpp +@@ -30,6 +30,7 @@ + #include + #include + ++using std::pow; + + //! \file test_composite_node.cpp + //! \brief Test for [flow_graph.composite_node] specification From 5242f01d2782a496df0fa1341fda09892e598430 Mon Sep 17 00:00:00 2001 From: tpaul Date: Mon, 16 May 2022 18:08:00 +0000 Subject: [PATCH 0514/1154] net/vultr-cli: import vultr-cli-2.14.0 Official command line tool for Vultr services. --- net/Makefile | 3 ++- net/vultr-cli/DESCR | 15 +++++++++++++++ net/vultr-cli/Makefile | 21 +++++++++++++++++++++ net/vultr-cli/PLIST | 2 ++ net/vultr-cli/distinfo | 5 +++++ 5 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 net/vultr-cli/DESCR create mode 100644 net/vultr-cli/Makefile create mode 100644 net/vultr-cli/PLIST create mode 100644 net/vultr-cli/distinfo diff --git a/net/Makefile b/net/Makefile index 1965aa0063345..3eb6c8ddc8365 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1461 2022/05/08 20:33:36 khorben Exp $ +# $NetBSD: Makefile,v 1.1462 2022/05/16 18:08:00 tpaul Exp $ # COMMENT= Networking tools @@ -995,6 +995,7 @@ SUBDIR+= vpnc SUBDIR+= vpnc-script SUBDIR+= vsftpd SUBDIR+= vtun +SUBDIR+= vultr-cli SUBDIR+= wakeup SUBDIR+= walker SUBDIR+= wap-utils diff --git a/net/vultr-cli/DESCR b/net/vultr-cli/DESCR new file mode 100644 index 0000000000000..1fc18ab04c9c0 --- /dev/null +++ b/net/vultr-cli/DESCR @@ -0,0 +1,15 @@ +The Vultr Command Line Interface + +Usage: + vultr-cli [command] + +Available Commands: + account Retrieve information about your account + apps Display all available applications + backups Display backups + bare-metal bare-metal is used to access bare metal server commands + billing Display billing information + block-storage block storage commands + completion Generate the autocompletion script for the specified shell + dns dns is used to access dns commands + firewall firewall is used to access firewall commands diff --git a/net/vultr-cli/Makefile b/net/vultr-cli/Makefile new file mode 100644 index 0000000000000..8ea6942f87b4a --- /dev/null +++ b/net/vultr-cli/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2022/05/16 18:08:00 tpaul Exp $ + +DISTNAME= vultr-cli-2.14.0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=vultr/} + +DIST_SUBDIR= ${DISTNAME} +MAINTAINER= tpaul@NetBSD.org +HOMEPAGE= https://github.com/vultr/vultr-cli/ +COMMENT= Official command line tool for Vultr services +LICENSE= apache-2.0 + +GO_DIST_BASE= ${PKGNAME_NOREV} +GO_SRCPATH= github.com/vultr/vultr-cli/v2 + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/bin/v2 ${DESTDIR}${PREFIX}/bin/vultr-cli + + +.include "../../lang/go/go-package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/vultr-cli/PLIST b/net/vultr-cli/PLIST new file mode 100644 index 0000000000000..19ae405c52ddb --- /dev/null +++ b/net/vultr-cli/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/16 18:08:00 tpaul Exp $ +bin/vultr-cli diff --git a/net/vultr-cli/distinfo b/net/vultr-cli/distinfo new file mode 100644 index 0000000000000..5541da7db0e8a --- /dev/null +++ b/net/vultr-cli/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/16 18:08:00 tpaul Exp $ + +BLAKE2s (vultr-cli-2.14.0/vultr-cli-2.14.0.tar.gz) = 6fe08fcb6cea0f4ec2bc98bd24714e638decee81adbac0cc08e26d15847fae4d +SHA512 (vultr-cli-2.14.0/vultr-cli-2.14.0.tar.gz) = 13d5102978160b50f248183612a1e3c94e9bf8410cc0e0a4e7d5dd3676e58d6b4920834c7fe7bff51ec486ea8511929a455abbe652dc5d0e275ce4f9846f4b66 +Size (vultr-cli-2.14.0/vultr-cli-2.14.0.tar.gz) = 2229512 bytes From 49c8d0d38b89a773fa5908b6625dae280a083350 Mon Sep 17 00:00:00 2001 From: tpaul Date: Mon, 16 May 2022 18:08:18 +0000 Subject: [PATCH 0515/1154] doc: Added net/vultr-cli version 2.14.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b1059a3b0cf3f..d09b88f1c2a2a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2582 2022/05/16 15:35:43 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2583 2022/05/16 18:08:18 tpaul Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3996,3 +3996,4 @@ Changes to the packages collection and infrastructure in 2022: Updated shells/zsh to 5.9 [ryoon 2022-05-16] Updated www/py-flask-admin to 1.6.0 [kleink 2022-05-16] Updated www/py-flask-login to 0.6.1 [kleink 2022-05-16] + Added net/vultr-cli version 2.14.0 [tpaul 2022-05-16] From b5b30f4948dc17c9e73762f7d4cb1176f0e5ad2d Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 16 May 2022 18:51:51 +0000 Subject: [PATCH 0516/1154] doc/TODO: + ansible-base-2.13, jemalloc-5.3. --- doc/TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index 027b36a688073..ad22c2f0362d0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21864 2022/05/15 19:30:23 adam Exp $ +$NetBSD: TODO,v 1.21865 2022/05/16 18:51:51 wiz Exp $ Suggested new packages ====================== @@ -434,6 +434,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o amavis-perl-0.3.12 [called just amavis] o ampache-4.2.5 o anope-2.0.9 + o ansible-base-2.13 o antiright-8.6 o ap-Embperl-1.3.6 o ap-auth-mellon-0.14.2 @@ -912,6 +913,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o jdbc-mysql5-5.1.36 o jdom-2.0.6 o jed-0.99-18 + o jemalloc-5.3 o jetty7-7.6.17 o jetty9-9.3.7 o jools-1.0 From ea5e99dee1294c00a7f9deeae9979f6fc19730a3 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 16 May 2022 19:12:19 +0000 Subject: [PATCH 0517/1154] opendkim: Fix SunOS build and pkglint. --- mail/opendkim/Makefile | 7 ++++--- mail/opendkim/distinfo | 4 ++-- mail/opendkim/patches/patch-libopendkim_dkim-canon.c | 6 +++++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index a7a48bf4e57d5..df9e423b2a4bd 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2021/05/24 19:52:43 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/16 19:12:19 jperkin Exp $ DISTNAME= opendkim-2.10.3 PKGREVISION= 8 @@ -11,11 +11,13 @@ COMMENT= Open source DKIM library, MTA filter implementation and tools LICENSE= sendmail-open-source-license USE_LIBTOOL= yes -USE_TOOLS+= autoconf automake autoreconf +USE_TOOLS+= autoconf automake autoreconf USE_TOOLS+= pkg-config perl:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +LDFLAGS.SunOS+= -lsocket -lnsl + REPLACE_PERL+= opendkim/opendkim-genkey.in FILES_SUBST+= DKIM_USER=${DKIM_USER} DKIM_GROUP=${DKIM_GROUP} @@ -48,7 +50,6 @@ pre-configure: PLIST_SRC+= ${PKGDIR}/PLIST .include "../../security/openssl/buildlink3.mk" -BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0 .include "../../mail/libmilter/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo index 7461c41bb00cc..7a0ad4db0949d 100644 --- a/mail/opendkim/distinfo +++ b/mail/opendkim/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2021/10/26 10:54:11 nia Exp $ +$NetBSD: distinfo,v 1.24 2022/05/16 19:12:19 jperkin Exp $ BLAKE2s (opendkim-2.10.3.tar.gz) = b790b2fdcffd16372460f0d686845019c85d21e3530202792c5d601801030dc7 SHA512 (opendkim-2.10.3.tar.gz) = 97923e533d072c07ae4d16a46cbed95ee799aa50f19468d8bc6d1dc534025a8616c3b4b68b5842bc899b509349a2c9a67312d574a726b048c0ea46dd4fcc45d8 Size (opendkim-2.10.3.tar.gz) = 1210224 bytes SHA1 (patch-configure.ac) = c9ae182ed2c5c2ec3018fe4c6066ed7fa0d3686f -SHA1 (patch-libopendkim_dkim-canon.c) = 82dc322f86981feddc2ad0100b33ce1eca7435d6 +SHA1 (patch-libopendkim_dkim-canon.c) = 3d15386a114639f2479505bc3b12c1de67dbb18a SHA1 (patch-opendkim_opendkim-crypto.c) = d7d08fda3dba5bf9cb834123218b1e89b78878e5 diff --git a/mail/opendkim/patches/patch-libopendkim_dkim-canon.c b/mail/opendkim/patches/patch-libopendkim_dkim-canon.c index 7cac043e6658c..fc2c8b5199e3f 100644 --- a/mail/opendkim/patches/patch-libopendkim_dkim-canon.c +++ b/mail/opendkim/patches/patch-libopendkim_dkim-canon.c @@ -1,4 +1,8 @@ -$NetBSD: patch-libopendkim_dkim-canon.c,v 1.1 2021/03/19 09:50:21 manu Exp $ +$NetBSD: patch-libopendkim_dkim-canon.c,v 1.2 2022/05/16 19:12:19 jperkin Exp $ + +Fix DKIM canonization of headers formatted as Name:\r\n\tValue + +Submitted upstream as https://github.com/trusteddomainproject/OpenDKIM/pull/119 --- libopendkim/dkim-canon.c.orig 2021-03-18 09:50:14.195951232 +0100 +++ libopendkim/dkim-canon.c 2021-03-19 09:49:52.141301747 +0100 From ff6cc3b59c4ac28d314b92ff761b2f16f642a415 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 16 May 2022 19:20:04 +0000 Subject: [PATCH 0518/1154] py-libcst: updated to 0.4.3 0.4.3 - 2022-05-11 Fixed * Restore the 0.4.1 behavior for libcst.helpers.get_absolute_module 0.4.2 - 2022-05-04 Fixed * native: Avoid crashing by making IntoPy conversion fallible * native: make sure ParserError's line is zero-indexed * Fix space validation for AsName and Await * Qualified Name Provider: Fix returned qname for symbols that are prefixes of each other * Rename Codemod: Correct last renamed import from * Many changes to the Apply Type Comments codemod: * Allow for skipping quotes when applying type comments * Port pyre fixes * Preserve as-imports when merging type annotations. * Qualify imported symbols when the dequalified form would cause a conflict * Add an argument to always qualify imported type annotations. Added * Create an AddTrailingCommas codemod * Define gather global names visitor Updated * Support module and package names in the codemod context * Drop support for running libcst using a python 3.6 interpreter * Update relative import logic to match cpython * Scope Provider: Consider access information when computing qualified names for nodes --- lang/py-libcst/Makefile | 26 +++++++++++++++++++------- lang/py-libcst/PLIST | 23 +++++++++++++---------- lang/py-libcst/distinfo | 8 ++++---- 3 files changed, 36 insertions(+), 21 deletions(-) diff --git a/lang/py-libcst/Makefile b/lang/py-libcst/Makefile index 587a6e2482aec..5390f78d0f5b1 100644 --- a/lang/py-libcst/Makefile +++ b/lang/py-libcst/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2022/03/05 11:23:11 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/16 19:20:04 adam Exp $ -DISTNAME= libcst-0.4.1 +DISTNAME= libcst-0.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=l/libcst/} @@ -16,11 +16,12 @@ DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.2:../../devel/py-typing-extens DEPENDS+= ${PYPKGPREFIX}-typing-inspect>=0.4.0:../../devel/py-typing-inspect DEPENDS+= ${PYPKGPREFIX}-yaml>=5.2:../../textproc/py-yaml +USE_LANGUAGES= c c++ # Rust, but needs toolchain for linking + PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "cargo-depends.mk" -# for updating cargo-depends, uncomment the next line since Cargo.lock lives there -#WRKSRC= ${WRKDIR}/${DISTNAME}/native +CARGO_WRKSRC= ${WRKSRC}/native +MAKE_ENV+= CARGO_NET_OFFLINE=true # Depends on an unpublished crate. Can't use cargo.mk to fetch it. RUST_PEG_REV= 4b146b4b78a80c07e43d7ace2d97f65bfde279a8 @@ -28,14 +29,25 @@ DISTFILES= ${DEFAULT_DISTFILES} DISTFILES+= rust-peg-${RUST_PEG_REV}.tar.gz SITES.rust-peg-${RUST_PEG_REV}.tar.gz+= -${MASTER_SITE_GITHUB:=kevinmehall/}rust-peg/archive/${RUST_PEG_REV}.tar.gz -USE_LANGUAGES= c c++ # Rust, but needs toolchain for linking INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 post-extract: - mv ${WRKDIR}/rust-peg* ${WRKDIR}/rust-peg + ${MV} ${WRKDIR}/rust-peg-${RUST_PEG_REV} ${WRKDIR}/rust-peg + +pre-build: + cd ${WRKSRC}/.cargo && ${LN} -f -s ../native/.cargo/config config CHECK_WRKREF_SKIP+= ${PYSITELIB}/libcst/native.so +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "Darwin" +post-install: + install_name_tool -id ${PREFIX}/${PYSITELIB}/libcst/native.so \ + ${DESTDIR}${PREFIX}/${PYSITELIB}/libcst/native.so +.endif + +.include "cargo-depends.mk" + .include "../../lang/python/egg.mk" .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/py-libcst/PLIST b/lang/py-libcst/PLIST index 3f52043a4848a..17b37a711efd2 100644 --- a/lang/py-libcst/PLIST +++ b/lang/py-libcst/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/02/23 11:32:52 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/16 19:20:04 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -455,6 +455,9 @@ ${PYSITELIB}/libcst/codemod/commands/__init__.pyo ${PYSITELIB}/libcst/codemod/commands/add_pyre_directive.py ${PYSITELIB}/libcst/codemod/commands/add_pyre_directive.pyc ${PYSITELIB}/libcst/codemod/commands/add_pyre_directive.pyo +${PYSITELIB}/libcst/codemod/commands/add_trailing_commas.py +${PYSITELIB}/libcst/codemod/commands/add_trailing_commas.pyc +${PYSITELIB}/libcst/codemod/commands/add_trailing_commas.pyo ${PYSITELIB}/libcst/codemod/commands/convert_format_to_fstring.py ${PYSITELIB}/libcst/codemod/commands/convert_format_to_fstring.pyc ${PYSITELIB}/libcst/codemod/commands/convert_format_to_fstring.pyo @@ -494,6 +497,9 @@ ${PYSITELIB}/libcst/codemod/commands/tests/__init__.pyo ${PYSITELIB}/libcst/codemod/commands/tests/test_add_pyre_directive.py ${PYSITELIB}/libcst/codemod/commands/tests/test_add_pyre_directive.pyc ${PYSITELIB}/libcst/codemod/commands/tests/test_add_pyre_directive.pyo +${PYSITELIB}/libcst/codemod/commands/tests/test_add_trailing_commas.py +${PYSITELIB}/libcst/codemod/commands/tests/test_add_trailing_commas.pyc +${PYSITELIB}/libcst/codemod/commands/tests/test_add_trailing_commas.pyo ${PYSITELIB}/libcst/codemod/commands/tests/test_convert_format_to_fstring.py ${PYSITELIB}/libcst/codemod/commands/tests/test_convert_format_to_fstring.pyc ${PYSITELIB}/libcst/codemod/commands/tests/test_convert_format_to_fstring.pyo @@ -537,9 +543,6 @@ ${PYSITELIB}/libcst/codemod/tests/__init__.py ${PYSITELIB}/libcst/codemod/tests/__init__.pyc ${PYSITELIB}/libcst/codemod/tests/__init__.pyo ${PYSITELIB}/libcst/codemod/tests/codemod_formatter_error_input.py.txt -${PYSITELIB}/libcst/codemod/tests/test_cli.py -${PYSITELIB}/libcst/codemod/tests/test_cli.pyc -${PYSITELIB}/libcst/codemod/tests/test_cli.pyo ${PYSITELIB}/libcst/codemod/tests/test_codemod.py ${PYSITELIB}/libcst/codemod/tests/test_codemod.pyc ${PYSITELIB}/libcst/codemod/tests/test_codemod.pyo @@ -567,6 +570,9 @@ ${PYSITELIB}/libcst/codemod/visitors/_gather_comments.pyo ${PYSITELIB}/libcst/codemod/visitors/_gather_exports.py ${PYSITELIB}/libcst/codemod/visitors/_gather_exports.pyc ${PYSITELIB}/libcst/codemod/visitors/_gather_exports.pyo +${PYSITELIB}/libcst/codemod/visitors/_gather_global_names.py +${PYSITELIB}/libcst/codemod/visitors/_gather_global_names.pyc +${PYSITELIB}/libcst/codemod/visitors/_gather_global_names.pyo ${PYSITELIB}/libcst/codemod/visitors/_gather_imports.py ${PYSITELIB}/libcst/codemod/visitors/_gather_imports.pyc ${PYSITELIB}/libcst/codemod/visitors/_gather_imports.pyo @@ -597,6 +603,9 @@ ${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_comments.pyo ${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_exports.py ${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_exports.pyc ${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_exports.pyo +${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_global_names.py +${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_global_names.pyc +${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_global_names.pyo ${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_imports.py ${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_imports.pyc ${PYSITELIB}/libcst/codemod/visitors/tests/test_gather_imports.pyo @@ -612,9 +621,6 @@ ${PYSITELIB}/libcst/codemod/visitors/tests/test_remove_imports.pyo ${PYSITELIB}/libcst/helpers/__init__.py ${PYSITELIB}/libcst/helpers/__init__.pyc ${PYSITELIB}/libcst/helpers/__init__.pyo -${PYSITELIB}/libcst/helpers/_statement.py -${PYSITELIB}/libcst/helpers/_statement.pyc -${PYSITELIB}/libcst/helpers/_statement.pyo ${PYSITELIB}/libcst/helpers/_template.py ${PYSITELIB}/libcst/helpers/_template.pyc ${PYSITELIB}/libcst/helpers/_template.pyo @@ -636,9 +642,6 @@ ${PYSITELIB}/libcst/helpers/tests/test_expression.pyo ${PYSITELIB}/libcst/helpers/tests/test_module.py ${PYSITELIB}/libcst/helpers/tests/test_module.pyc ${PYSITELIB}/libcst/helpers/tests/test_module.pyo -${PYSITELIB}/libcst/helpers/tests/test_statement.py -${PYSITELIB}/libcst/helpers/tests/test_statement.pyc -${PYSITELIB}/libcst/helpers/tests/test_statement.pyo ${PYSITELIB}/libcst/helpers/tests/test_template.py ${PYSITELIB}/libcst/helpers/tests/test_template.pyc ${PYSITELIB}/libcst/helpers/tests/test_template.pyo diff --git a/lang/py-libcst/distinfo b/lang/py-libcst/distinfo index 76a234af842fb..82b834ad0e503 100644 --- a/lang/py-libcst/distinfo +++ b/lang/py-libcst/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2022/03/05 11:23:11 wiz Exp $ +$NetBSD: distinfo,v 1.3 2022/05/16 19:20:04 adam Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 @@ -99,9 +99,9 @@ Size (lazy_static-1.4.0.crate) = 10443 bytes BLAKE2s (libc-0.2.98.crate) = e4c08fbd0743423ffa45bc8c40f5edec0df8e07a20a93e9d82c11184e0a91cdb SHA512 (libc-0.2.98.crate) = 2e730b8d46c42608c7da5ff4c5475667171b552b485c2684d3821310ac0f55c1a7a12d9a2cf68a05608cdd2a0928da5e290275c70a519a379d0ed25350689689 Size (libc-0.2.98.crate) = 522087 bytes -BLAKE2s (libcst-0.4.1.tar.gz) = 638696a3079f4b39e6df61a5c9286de3152ed6ea1c5669241156c7def091ded5 -SHA512 (libcst-0.4.1.tar.gz) = ed298792c0a8540905f59a955b8e44a0f23d5897e716d802eb5332f766d94e954b9e9d04a57ec849a5b06b106b44e4ebbd67a21c40ddb1c4d57f28b2d36da5ad -Size (libcst-0.4.1.tar.gz) = 715682 bytes +BLAKE2s (libcst-0.4.3.tar.gz) = 139bed3ace69374b4029c80a9f4ba2ff2eeb31d345972bdbcc40a77f402cbb84 +SHA512 (libcst-0.4.3.tar.gz) = 34c6b848951c710d1e90982c3ac71ded8b3ded915d687926cbb69050c1ca6341d8c455c6a24e120860eee78352b57a12a02a78e07e3bb6897bb0604d81ea49b5 +Size (libcst-0.4.3.tar.gz) = 728010 bytes BLAKE2s (lock_api-0.4.4.crate) = 048af4b2f94155e1b58c483dbfd09a51b63c0f0f87fa7ca3f64baf6e4673d142 SHA512 (lock_api-0.4.4.crate) = 655c8a1503b6e7f833b4c62109e1c5005727054847bff81e17d4159f91c02ac97512da0673ab227d17bc9ed0342fe3476247daf74cbc9a0b470e68c648ba706e Size (lock_api-0.4.4.crate) = 20356 bytes From b7a1717727bcbfd5bf29cdacdc76f0143dbc4e47 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 16 May 2022 19:22:37 +0000 Subject: [PATCH 0519/1154] Updated lang/py-libcst --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d09b88f1c2a2a..b5ab4d71534da 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2583 2022/05/16 18:08:18 tpaul Exp $ +$NetBSD: CHANGES-2022,v 1.2584 2022/05/16 19:22:37 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3997,3 +3997,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-flask-admin to 1.6.0 [kleink 2022-05-16] Updated www/py-flask-login to 0.6.1 [kleink 2022-05-16] Added net/vultr-cli version 2.14.0 [tpaul 2022-05-16] + Updated lang/py-libcst to 0.4.3 [adam 2022-05-16] From b21da78e870c2ddd18894a8273d5946f81a5356a Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 16 May 2022 19:43:01 +0000 Subject: [PATCH 0520/1154] TODO: fix PKGNAME thanks adam --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index ad22c2f0362d0..8ec39bce7b6c0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21865 2022/05/16 18:51:51 wiz Exp $ +$NetBSD: TODO,v 1.21866 2022/05/16 19:43:01 wiz Exp $ Suggested new packages ====================== @@ -434,7 +434,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o amavis-perl-0.3.12 [called just amavis] o ampache-4.2.5 o anope-2.0.9 - o ansible-base-2.13 + o ansible-core-2.13 o antiright-8.6 o ap-Embperl-1.3.6 o ap-auth-mellon-0.14.2 From 41362fb00f316d4d63847f4aa8f9f95e0760af23 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 16 May 2022 21:15:59 +0000 Subject: [PATCH 0521/1154] firefox91: update to 91.9.0 Security Vulnerabilities fixed in Firefox ESR 91.9 #CVE-2022-29914: Fullscreen notification bypass using popups #CVE-2022-29909: Bypassing permission prompt in nested browsing contexts #CVE-2022-29916: Leaking browser history with CSS variables #CVE-2022-29911: iframe Sandbox bypass #CVE-2022-29912: Reader mode bypassed SameSite cookies #CVE-2022-29917: Memory safety bugs fixed in Firefox 100 and Firefox ESR 91.9 --- www/firefox91/Makefile | 5 ++--- www/firefox91/distinfo | 10 +++++----- .../patch-browser_app_profile_firefox.js | 17 ++++++++++++++--- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/www/firefox91/Makefile b/www/firefox91/Makefile index bcca621956a26..795812e0aa66a 100644 --- a/www/firefox91/Makefile +++ b/www/firefox91/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2022/04/18 19:12:17 adam Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/16 21:15:59 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 91.8 +MOZ_BRANCH= 91.9 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox91-/} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/www/firefox91/distinfo b/www/firefox91/distinfo index 3e7f1300415a1..5905e01ab767c 100644 --- a/www/firefox91/distinfo +++ b/www/firefox91/distinfo @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.12 2022/04/10 13:43:43 nia Exp $ +$NetBSD: distinfo,v 1.13 2022/05/16 21:15:59 nia Exp $ -BLAKE2s (firefox-91.8.0esr.source.tar.xz) = 7d5e0d909d4a7e71e011dfe2c08802bb12aeb5fc5a807a57a30b9430e87c8de6 -SHA512 (firefox-91.8.0esr.source.tar.xz) = edea2c7d4d3d0322091b20b623019ef041090d9f89f33c8e3140f66a54624261f278257393db70d2038154de8ee02da0bee6ecf85c281f3558338da71fc173c3 -Size (firefox-91.8.0esr.source.tar.xz) = 380325092 bytes +BLAKE2s (firefox-91.9.0esr.source.tar.xz) = 36fec9568a45386572e6383d942a091718db5bca2aad13a1bc4448beb45995f1 +SHA512 (firefox-91.9.0esr.source.tar.xz) = fd69d489429052013d2c1b8b766a47920ecee62f0688505758f593b27ae66d6343b9107163749406251aedebdf836147e4d562415a811b04d7ab2ae31e32f133 +Size (firefox-91.9.0esr.source.tar.xz) = 384516460 bytes BLAKE2s (nodejs-output-91.0.tgz) = 5007b8d20d6264a4cd573b465643cff83c2adc75ad7dd9fba97ff5fcae787c9f SHA512 (nodejs-output-91.0.tgz) = 3a457101a4aaa5ae955b77c41ba6b0d98eb5dd0ae9d6d8cc77c0c7bc0e844238a9c0d86cd1838ffb6a37ad8851f871c21e4ca1bb59d11e58fc42c5fec88c298c Size (nodejs-output-91.0.tgz) = 201061 bytes SHA1 (patch-aa) = 15b8567cee2af9853f6949c80345ffcb1fd3852a -SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 +SHA1 (patch-browser_app_profile_firefox.js) = 7f6b4361fe62ccc2d1c092a5ace97ea2085727bf SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678 SHA1 (patch-config_gcc-stl-wrapper.template.h) = 9d88c7b1ccfdd3c6bd2dcd9530a36ad4a501d97a SHA1 (patch-config_makefiles_rust.mk) = 72d7e9ecee3ccf7ef5f741aac8e35509b41ab7b8 diff --git a/www/firefox91/patches/patch-browser_app_profile_firefox.js b/www/firefox91/patches/patch-browser_app_profile_firefox.js index 0a68fe69abd67..f1159fc6e9395 100644 --- a/www/firefox91/patches/patch-browser_app_profile_firefox.js +++ b/www/firefox91/patches/patch-browser_app_profile_firefox.js @@ -1,8 +1,11 @@ -$NetBSD: patch-browser_app_profile_firefox.js,v 1.1 2021/09/08 22:19:50 nia Exp $ +$NetBSD: patch-browser_app_profile_firefox.js,v 1.2 2022/05/16 21:15:59 nia Exp $ ---- browser/app/profile/firefox.js.orig 2019-07-06 01:48:29.000000000 +0000 +This patch modifies default Firefox settings - see the comments above +each one. + +--- browser/app/profile/firefox.js.orig 2022-04-28 23:01:46.000000000 +0000 +++ browser/app/profile/firefox.js -@@ -1851,6 +1851,12 @@ pref("fission.frontend.simulate-messages +@@ -2205,6 +2205,20 @@ pref("fission.frontend.simulate-messages pref("toolkit.coverage.enabled", false); pref("toolkit.coverage.endpoint.base", "https://coverage.mozilla.org"); @@ -11,6 +14,14 @@ $NetBSD: patch-browser_app_profile_firefox.js,v 1.1 2021/09/08 22:19:50 nia Exp + +// Enable system addons, for example langpacks from www/firefox-l10n +pref("extensions.autoDisableScopes", 11); ++ ++// Firefox includes a complex mechanism for "blacklisting" GPUs that ++// appears to fail on a NetBSD system where the only available OpenGL ++// implementations are all from Mesa. WebRender was supposed to be ++// enabled by default from Firefox 91 onwards and appears to greatly ++// improve performance even with acceleration disabled at the kernel ++// level. ++pref("gfx.webrender.all", true); + // Discovery prefs pref("browser.discovery.enabled", true); From 6ca08bcb326590d8632e1a6da81c3ab46d960569 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 16 May 2022 21:16:13 +0000 Subject: [PATCH 0522/1154] doc: Updated www/firefox91 to 91.9.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b5ab4d71534da..8e0dd4b9691ac 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2584 2022/05/16 19:22:37 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2585 2022/05/16 21:16:13 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3998,3 +3998,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-flask-login to 0.6.1 [kleink 2022-05-16] Added net/vultr-cli version 2.14.0 [tpaul 2022-05-16] Updated lang/py-libcst to 0.4.3 [adam 2022-05-16] + Updated www/firefox91 to 91.9.0 [nia 2022-05-16] From 501d09646ab5aefe3cf3dcac2a918af5def7c69d Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 16 May 2022 21:21:29 +0000 Subject: [PATCH 0523/1154] firefox91-l10n: sync with firefox91 --- www/firefox91-l10n/Makefile | 4 +- www/firefox91-l10n/distinfo | 554 ++++++++++++++++++------------------ 2 files changed, 279 insertions(+), 279 deletions(-) diff --git a/www/firefox91-l10n/Makefile b/www/firefox91-l10n/Makefile index e339383097883..d773aef496ab9 100644 --- a/www/firefox91-l10n/Makefile +++ b/www/firefox91-l10n/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/04/10 13:43:44 nia Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/16 21:21:29 nia Exp $ -FIREFOX_VER= 91.8.0esr +FIREFOX_VER= 91.9.0esr PKGNAME= firefox91-l10n-${FIREFOX_VER:S/esr//} DISTNAME= # empty CATEGORIES= www diff --git a/www/firefox91-l10n/distinfo b/www/firefox91-l10n/distinfo index 1f5e42e7c4224..dc204ab94248a 100644 --- a/www/firefox91-l10n/distinfo +++ b/www/firefox91-l10n/distinfo @@ -1,278 +1,278 @@ -$NetBSD: distinfo,v 1.12 2022/04/10 13:43:44 nia Exp $ +$NetBSD: distinfo,v 1.13 2022/05/16 21:21:29 nia Exp $ -BLAKE2s (firefox91-l10n-91.8.0/ach.xpi) = e3fbe5dad49dac5aa80f0febd3397642cbb20312a7baa5b82d5ab654b9cedd37 -SHA512 (firefox91-l10n-91.8.0/ach.xpi) = d7b2a3f5e2901e1cfd6970a1a57f2c5730c262e0e87b8e969122864e2c053ece36bb0c3b1ce550f227caf9196ee628fb079af71155dcb09d7946ab41f78318d3 -Size (firefox91-l10n-91.8.0/ach.xpi) = 453230 bytes -BLAKE2s (firefox91-l10n-91.8.0/af.xpi) = c98fb3c1036bf9d6203e6594f4e1e3c6db32e10736115c25d1dc551e386d6c3d -SHA512 (firefox91-l10n-91.8.0/af.xpi) = 23454f657059a95318c0cdfbea3da7bff5e87c97a2e6bb7bd7cf58517e8e7d2d1657cddc48ebf8351827e68e79fb797c1428ffab2c4afe73b4b249bbd2115131 -Size (firefox91-l10n-91.8.0/af.xpi) = 426924 bytes -BLAKE2s (firefox91-l10n-91.8.0/an.xpi) = c51c88450e64b499ccc1a5dfe793fddf276777b63ee6df8df6c91df902a0d1a9 -SHA512 (firefox91-l10n-91.8.0/an.xpi) = c63ee6f7b31387f6b8dee901ca07896ccd4664a3193c357f9f1e9b46e5673e93c23b5dbc3c264211845be929e9e6b80e702c3f38967b94011157dee947760237 -Size (firefox91-l10n-91.8.0/an.xpi) = 499890 bytes -BLAKE2s (firefox91-l10n-91.8.0/ar.xpi) = 6874015b3c18432b765157fed0dcadebcf54e68f9239ac9f90958485b9273b1c -SHA512 (firefox91-l10n-91.8.0/ar.xpi) = b6fdda853ae16b94184f6b39d7f1f7066d316ecdad6ddf8e399c77786fc872720266eb74710420354aac5747498eb93f6a2c187417f5930947802b4fa785869f -Size (firefox91-l10n-91.8.0/ar.xpi) = 559667 bytes -BLAKE2s (firefox91-l10n-91.8.0/ast.xpi) = 24fea06948ebed7380cad338fefac4155b7d8152d023f851bcdef07aab3d859d -SHA512 (firefox91-l10n-91.8.0/ast.xpi) = 516805046096e63268599e9178b2562ec60df7e0f280f6ebf6bc7c7ecc1074b5dab5f6a11b1825939d1794efb4ff1f2177dba9a710609069028cdfef34ccb00d -Size (firefox91-l10n-91.8.0/ast.xpi) = 498574 bytes -BLAKE2s (firefox91-l10n-91.8.0/az.xpi) = a433d57fb1a32a0500f3c58422c976e1c5281efde8dde0072fe3994d08278b3c -SHA512 (firefox91-l10n-91.8.0/az.xpi) = 4068d9581120a086917db00587b995bd31c97cbb61e92224ece4b58cec07776853c4b3695af62f05a9751b07042a40982f98c6369838561645b25668e2e057f1 -Size (firefox91-l10n-91.8.0/az.xpi) = 489440 bytes -BLAKE2s (firefox91-l10n-91.8.0/be.xpi) = 72933776070adf23725fe8689792d7218fc495a09e4dd3a83bae5e737670721d -SHA512 (firefox91-l10n-91.8.0/be.xpi) = 34f2281a26b6547c5b3a04df1ce624f3826932962bcdaf24110c1ed6d58f7b3ae79c38eaa6d9037cd0e12c01c80c7b9912a6bea4b33dec5dd46a1527732da3a4 -Size (firefox91-l10n-91.8.0/be.xpi) = 622616 bytes -BLAKE2s (firefox91-l10n-91.8.0/bg.xpi) = cc1bb7901676bc9b7432a7b9c61d1b4bc0a4bca812090428388a18c5e172d0cb -SHA512 (firefox91-l10n-91.8.0/bg.xpi) = 14b83787ddfe3c488221de45f6d9794a108f1f708bee50c53f7f3181d5ed960c4d9c90755b4868e043709140ac67c34de85899245bec942722e42d6ec9b90607 -Size (firefox91-l10n-91.8.0/bg.xpi) = 567642 bytes -BLAKE2s (firefox91-l10n-91.8.0/bn.xpi) = bfd8abbe182aa5174de5fb65943440408de535729c91d5711053107dba25c0ee -SHA512 (firefox91-l10n-91.8.0/bn.xpi) = 5f9439d432767b54085fd9c8a2518089eeeaebb643071fbe7165454a98f6b424d03fb0712ce6ec41c4395f29ec78fd4e470bad4e96bd3e8ebef4b34c72f0f983 -Size (firefox91-l10n-91.8.0/bn.xpi) = 556827 bytes -BLAKE2s (firefox91-l10n-91.8.0/br.xpi) = af44c1951b261828306839451d247fedd019b81142dca321815424d9141ae11b -SHA512 (firefox91-l10n-91.8.0/br.xpi) = 8914e41ceb7afd35009c56baf5259c4e7c15b8575477aa424b81008e78d7f65cc8b39c7a74848800ecec80e64461f2ec49e16cd43c23dfd521dfa064bf2fcd9f -Size (firefox91-l10n-91.8.0/br.xpi) = 526245 bytes -BLAKE2s (firefox91-l10n-91.8.0/bs.xpi) = 8f725fedeb1e105e4e3d7b46ddb07f33c11fd9f9f6e7e395df0b4666bfc12746 -SHA512 (firefox91-l10n-91.8.0/bs.xpi) = cee5da1e7848d2daf6e69af853d436a4f3cb56bc4cc84fc83601eb31c854d5680a140be64c4cbaf5b14fe3b121550a42fae6e773d5c8fc9914eb5cd4a5a07427 -Size (firefox91-l10n-91.8.0/bs.xpi) = 463552 bytes -BLAKE2s (firefox91-l10n-91.8.0/ca.xpi) = 5e63b050819642eaa3d819d30bfbc503b7621edb005985ca4e9c66c901dcae4f -SHA512 (firefox91-l10n-91.8.0/ca.xpi) = dd2a46d9a7ddba96a3db69b92bc633dc44db65d2216f683bf1add1f0abecb6fc577b1b833ed0410d413207f167452f3eef026c3f470f7619a13a987ddeb280ce -Size (firefox91-l10n-91.8.0/ca.xpi) = 532465 bytes -BLAKE2s (firefox91-l10n-91.8.0/cak.xpi) = 2f341bf047d8ea5991a2bb33595a8228e11c077d2aa3508e69a9f36e15986515 -SHA512 (firefox91-l10n-91.8.0/cak.xpi) = bc86bafb0d5273b8b0c7c973b1cdbdd8b27853ed10865df1731fccafeb078ca6311a9bd760b49e5643a8c82c9ccbebc6e0a10784eaa2d4acfeead4c66e938f53 -Size (firefox91-l10n-91.8.0/cak.xpi) = 552604 bytes -BLAKE2s (firefox91-l10n-91.8.0/cs.xpi) = 2dd3efb48a06fd5e27603666df2b27437a8e4d4ad5ffba94d876a21713fa3b55 -SHA512 (firefox91-l10n-91.8.0/cs.xpi) = 5c255830588de8963a9a096a64b3e2717559a7df6a2bf268c5d6a590948fa2c86422faecfc47c953893e738d3e3515ba29b121a3106f8edfdba8073c525ab3fa -Size (firefox91-l10n-91.8.0/cs.xpi) = 563176 bytes -BLAKE2s (firefox91-l10n-91.8.0/cy.xpi) = dca9c9989fec2ba30c416a8a8f7cfee2da75c01b305d77c64fab1f0086d0da96 -SHA512 (firefox91-l10n-91.8.0/cy.xpi) = 76f768cc1a2a7a38531bfde343e122adefd756d5e520ce51a847dc0d00ad9377b47159b5198a163b542ee6855b5ad9bca50116552f3890b04a75cc37508f1c81 -Size (firefox91-l10n-91.8.0/cy.xpi) = 542220 bytes -BLAKE2s (firefox91-l10n-91.8.0/da.xpi) = 5e775f97a1b4e1ac46a200870ba76bf7855185365d14f2dc1a6d37bb725c6ca4 -SHA512 (firefox91-l10n-91.8.0/da.xpi) = d273fc87499512b6a029ef832f6f61239efb08acee663e4279702fe0045d64ec0ed6b094b48882bfac3e579d707f500a263a6502c11b40f0c2f66faa88b410ff -Size (firefox91-l10n-91.8.0/da.xpi) = 534154 bytes -BLAKE2s (firefox91-l10n-91.8.0/de.xpi) = 4447f5a0974411514ed4ce7aa2fa9ec3976d0cdb43a2550535c7d684e16f8bf5 -SHA512 (firefox91-l10n-91.8.0/de.xpi) = a3a30961c270f524136250f8753b0dad91697c577bbfd940e85f4507df4ab775081c4f84143e2f98439ca026007420cffcd97436c45ffe6e6f67a2e4465e81b6 -Size (firefox91-l10n-91.8.0/de.xpi) = 553589 bytes -BLAKE2s (firefox91-l10n-91.8.0/dsb.xpi) = 802ae2d25580dd9d18b17b09972ba493e4d43560a7d70bab78a6f08b8d2f0f81 -SHA512 (firefox91-l10n-91.8.0/dsb.xpi) = c53d712a1f22311d6b64af0f7bbc1483b338d02c90adde41f8001e0aff39398b1169c92b8cb93ebabff2a4d4d7adc67ee866540a1d08f645befb1709c6a9b8a1 -Size (firefox91-l10n-91.8.0/dsb.xpi) = 566487 bytes -BLAKE2s (firefox91-l10n-91.8.0/el.xpi) = 90958c4993bd85c468b185a4f951152c79dcee7f9a518aa4eed3ff66b92f7fe8 -SHA512 (firefox91-l10n-91.8.0/el.xpi) = c6a73722d224c39ec1dc2473d41aafbee5c893942ede415ac2eab01234af5748677a49e3d4016ebad87fc61f16b1fca9c40c35482c557a29ebdf74039eb50992 -Size (firefox91-l10n-91.8.0/el.xpi) = 639152 bytes -BLAKE2s (firefox91-l10n-91.8.0/en-CA.xpi) = 2ddce158f674bf85d273741f7eb64f4bb04b765ddbc83a41473334b8376b3bf8 -SHA512 (firefox91-l10n-91.8.0/en-CA.xpi) = 8131bfbed17c6df8f41bd605f85c1f212ffcdd790c9b53b9bee1cc8d7490ff1dfa7507e86ac7c4122c1794cbeea42735ac530fd4ef8b7cdee3cf4a3f901ad2c8 -Size (firefox91-l10n-91.8.0/en-CA.xpi) = 509587 bytes -BLAKE2s (firefox91-l10n-91.8.0/en-GB.xpi) = 6eaef6448d65df6bdb57a60a7e61beb4e6585faf5b6d5ceaf363f6a0b86785aa -SHA512 (firefox91-l10n-91.8.0/en-GB.xpi) = b73f249b44ecac451ac9fab14a277f8b6bf747776b82fbf1af77090d806d8cf90ae1586bd957d32dcfc4fa9cccb59bdcee66d3ef1c48e18366e83d7c3a6db1a9 -Size (firefox91-l10n-91.8.0/en-GB.xpi) = 510585 bytes -BLAKE2s (firefox91-l10n-91.8.0/en-US.xpi) = 1cd987f6ff5803db480a5a3fce34ea4945efd6c49eab9a321030c44550a43882 -SHA512 (firefox91-l10n-91.8.0/en-US.xpi) = c79eaf830ffaaa3d87b2b5db98399b0d4a96dfbddfdbbfcb18f03c3eaf5b0c0b743fe1e218b2bb6f19641582c11824c3c8cbd616ec35c931d2e421845cfbec38 -Size (firefox91-l10n-91.8.0/en-US.xpi) = 489837 bytes -BLAKE2s (firefox91-l10n-91.8.0/eo.xpi) = 1df619d37d751d0e8f809536ed875bc045c6bafc7ee140ecdef5b20e81e21152 -SHA512 (firefox91-l10n-91.8.0/eo.xpi) = aac1afcc85d998a21c47c5305fa9b054212991832cc8b47c95296b8b4e20c67b15fc6a43953f8589e5f82576c682dcfe127b24dafdf928d6de2406786d40fe80 -Size (firefox91-l10n-91.8.0/eo.xpi) = 534796 bytes -BLAKE2s (firefox91-l10n-91.8.0/es-AR.xpi) = 7b9c5490113435ec694fb9db90b113531a67d84df3c614f4d3abfff14b6dc01b -SHA512 (firefox91-l10n-91.8.0/es-AR.xpi) = 61c2dd68bffeaba9dd271d84de65425b3fdbc69f9c4a1789b20c8e06073d10debc74f6f41ebdf81d9f014a8747d5caa197340b112dbdd8dd108e24d633fc220c -Size (firefox91-l10n-91.8.0/es-AR.xpi) = 546689 bytes -BLAKE2s (firefox91-l10n-91.8.0/es-CL.xpi) = f4c0abf0d42fa5a925f2a4b9ee55f8fdcd74c4b58ce4925971096dda025a8d35 -SHA512 (firefox91-l10n-91.8.0/es-CL.xpi) = 1972ada130e47b2b8d4c554aff4f9d643e9f7b74777c2720435f0f8fecb92931b54d1e26a2d958b92468d5fa2ea27b2f6353ffc1503026020a93d460d05968e0 -Size (firefox91-l10n-91.8.0/es-CL.xpi) = 546375 bytes -BLAKE2s (firefox91-l10n-91.8.0/es-ES.xpi) = 5485e8d1465e6fd036a4313087ef16b34997dbd4e644497913d1364070f40ec3 -SHA512 (firefox91-l10n-91.8.0/es-ES.xpi) = 17a6225b08d7ef6740c9faed796f05a8a7ebcbab9f330d1e056d5a5fabd9d22b680331ad02dce9a8cbd0a6103de78051ea5e17892faee8a720747178da3f0420 -Size (firefox91-l10n-91.8.0/es-ES.xpi) = 537067 bytes -BLAKE2s (firefox91-l10n-91.8.0/es-MX.xpi) = 0b68bb38ea539de7f1cceedd51f7be189a9bfc700d7bdae8d0c53d32857e8076 -SHA512 (firefox91-l10n-91.8.0/es-MX.xpi) = f2a93b444f50b632d3f785df69d20b973771b8497c2d1bc34998255a8b48553f70b297b17ab5635e4f0e35eaeda2c50bffe6ae3d4c4908f6ec52f5a85ba648fc -Size (firefox91-l10n-91.8.0/es-MX.xpi) = 550001 bytes -BLAKE2s (firefox91-l10n-91.8.0/et.xpi) = a8515464741043df62c0007be63077787011abf76aaf5de705388f8873f5acf8 -SHA512 (firefox91-l10n-91.8.0/et.xpi) = d19037293b94d763842afd8b15b587322a52faaf8b45d48d27227876854c5d3a2440d0b1778e12e7f0ef2704275cbb65efa98a35cd97f1c6f02bb260dcddd354 -Size (firefox91-l10n-91.8.0/et.xpi) = 506667 bytes -BLAKE2s (firefox91-l10n-91.8.0/eu.xpi) = 1e011388b49b680b2093095eabe4e201629afa4395dc9e4dc315aefea8c46655 -SHA512 (firefox91-l10n-91.8.0/eu.xpi) = bed42f32a5171d4105f9016d63fd1e0c2f4b773edc077640be6a2441b545fb9423264f197b003caf331f25ffc890ee3f695c91b7f5151c7769dcaa6dee0318b5 -Size (firefox91-l10n-91.8.0/eu.xpi) = 536331 bytes -BLAKE2s (firefox91-l10n-91.8.0/fa.xpi) = 2b4cebcdaee87d4a070e6284cc8219614caf9a32e858d42cd979ebd716d3f987 -SHA512 (firefox91-l10n-91.8.0/fa.xpi) = 9ff37a47fba8c397f29cbeae514250b161cf7ba594c36178ce06514c00139e25237ceb5864abe472f4a0e4b744c4a3e3c36641fb32f2a62650faee5e5f41faa6 -Size (firefox91-l10n-91.8.0/fa.xpi) = 559386 bytes -BLAKE2s (firefox91-l10n-91.8.0/ff.xpi) = 9208dfcf777bf75c60e91c6825fbba1bae7e73a12ddd5b6c0a63161ff3350433 -SHA512 (firefox91-l10n-91.8.0/ff.xpi) = 36a44207672608d201f177fee37fd5edf4c346e22852870fe956cd268ddd83cd5b9cee4df942f6ece87495a94d93ed7a8f0c94c5aebaf93fe7d8b8be67e99452 -Size (firefox91-l10n-91.8.0/ff.xpi) = 471856 bytes -BLAKE2s (firefox91-l10n-91.8.0/fi.xpi) = 2d9a29da3fb4e45fc73466d0a39908e2f5913b8b26a93ba9145958073822e5b5 -SHA512 (firefox91-l10n-91.8.0/fi.xpi) = 233c2b302a854e8966cf9d2628d82db71f67f08b7e42cd6444b9e62afc306333a78b0668a0fa30ddfce6a404e5952289962b0d93c92481c75c3d813bc53a6a29 -Size (firefox91-l10n-91.8.0/fi.xpi) = 531491 bytes -BLAKE2s (firefox91-l10n-91.8.0/fr.xpi) = 415bd842151ff84bf7b660260e401d23c3c48f603ce2072ac6c4e80d3294c062 -SHA512 (firefox91-l10n-91.8.0/fr.xpi) = 593194f5260ff08521c2f4608fe87fc0dd127bfbaf68d760aa56279d953f9c60a9afb6da8c9b1ff37b95ee78d0ca94552795937abe94cb76be9ba30336a32c7f -Size (firefox91-l10n-91.8.0/fr.xpi) = 557629 bytes -BLAKE2s (firefox91-l10n-91.8.0/fy-NL.xpi) = 256186694b20f7ad6c4f0bd76ea094031d113b51390d8dba5f1f5f00b8089907 -SHA512 (firefox91-l10n-91.8.0/fy-NL.xpi) = bd8a4e69fd0dfee2a7797312307470e07ba1a476f708f48cdc6b5d08029da4b5d63fb507cf48230bacfa99d4ca38e328a2422615c0b965f952f7feec71da7361 -Size (firefox91-l10n-91.8.0/fy-NL.xpi) = 543304 bytes -BLAKE2s (firefox91-l10n-91.8.0/ga-IE.xpi) = c4a6066f3f46d131c23f29a9a96e5852ee884d2e7767ca1a233e239f8b17a178 -SHA512 (firefox91-l10n-91.8.0/ga-IE.xpi) = 01f2c2699415d7cbdd0b48549963d76ad7fe27c3f533ccfada7cd9dba1869b1efc565480dfa432b2e490fa0b5c77b90b189386bcd596147b1027640a241cf945 -Size (firefox91-l10n-91.8.0/ga-IE.xpi) = 459837 bytes -BLAKE2s (firefox91-l10n-91.8.0/gd.xpi) = a29ac70398f48b64db9e27887828e79c57197800d200ceebd7ff6cdddce59f52 -SHA512 (firefox91-l10n-91.8.0/gd.xpi) = 339186921ae75baab8e2787444e13e8787a6051cd248d372d1d4be327c59e13ffcf7cfb02d392df6c77624283d4e09fcc4cbf3f7fcb2a6a7152b4190ca08db11 -Size (firefox91-l10n-91.8.0/gd.xpi) = 530859 bytes -BLAKE2s (firefox91-l10n-91.8.0/gl.xpi) = 87873f370b06e0c6551ccb308464c64757e1484e903bbf9a06acfd8fcdda9070 -SHA512 (firefox91-l10n-91.8.0/gl.xpi) = 3204531aafdb7a78c5b285ba66d89c5a0a5d0377b62afbafc48bbdbb2577b6f637f996ed3ce43d053aeb604ce57b6b42676fbabb2dda0a4e698c44e7ef847165 -Size (firefox91-l10n-91.8.0/gl.xpi) = 541302 bytes -BLAKE2s (firefox91-l10n-91.8.0/gn.xpi) = f3976331a838be2b3b50c8f27538dbe196661dda941fdafaa5c0d2d9b60bb623 -SHA512 (firefox91-l10n-91.8.0/gn.xpi) = 8eb777431c0d040a340c121d611bb55a3474a84867018fa26a03e52c998ddc7e5b46414689ba4b322f78dbcae75fe7776c20e1eaaf66b073e4885751a209527a -Size (firefox91-l10n-91.8.0/gn.xpi) = 557609 bytes -BLAKE2s (firefox91-l10n-91.8.0/gu-IN.xpi) = 16c140c3fded95fea79fa25f5613ec8cdc29ae7e60efbd752b45254b85d93667 -SHA512 (firefox91-l10n-91.8.0/gu-IN.xpi) = 527746eb8b17e351250dd357fa95ad5ced89024621eb6bb6a59cd5d9a1bfd586709bfa7f0bf7169d5267fcc9c56f93f9adf532d9012dcfe7cb2e4d24fd848d45 -Size (firefox91-l10n-91.8.0/gu-IN.xpi) = 529544 bytes -BLAKE2s (firefox91-l10n-91.8.0/he.xpi) = 35630bed7cb63f842a2779b2ece04d52b92e8c920e4c82a1f6de5ad5fd2ddfe6 -SHA512 (firefox91-l10n-91.8.0/he.xpi) = 701d90460995f4a5f1678108c170d3e7b3b9c76ac8cb829c4385cd969269e26c2c3cca328e328b65bc20c6656437d24209356a04474bfd054644a7e7b0430252 -Size (firefox91-l10n-91.8.0/he.xpi) = 557197 bytes -BLAKE2s (firefox91-l10n-91.8.0/hi-IN.xpi) = dad5051e49cfc99387ffbb1b2345a8a728d15947f3498891339f9e1d3c46c6bc -SHA512 (firefox91-l10n-91.8.0/hi-IN.xpi) = 12754e6d766bb6c9c534fae7e0fd770df67081cf705a6f03f99c772f8d0c47d886d2711596135ac739fa44bffad67d9b3b0cd3626fb5766f9f98d7198f89c6a9 -Size (firefox91-l10n-91.8.0/hi-IN.xpi) = 560654 bytes -BLAKE2s (firefox91-l10n-91.8.0/hr.xpi) = 3446754b147be90f8dfa55d3bc468e8bf2682473e9f299c141bd7818a180b589 -SHA512 (firefox91-l10n-91.8.0/hr.xpi) = 150efe1984a7395edeee193f57954f671bff9c807a785fbdb2a0123681015067ab46db48164c50cbd9798cc29a7179d4271b2dac2d4747e58c8d82aa40ea9179 -Size (firefox91-l10n-91.8.0/hr.xpi) = 530050 bytes -BLAKE2s (firefox91-l10n-91.8.0/hsb.xpi) = d0877e34b9d45d6022e0b59682c044a056f54d0067cf932ea5fc5157512f38e9 -SHA512 (firefox91-l10n-91.8.0/hsb.xpi) = 752ad73879921f4a6839b7945d1413f3fdfe9bb1b7f309ed69522d4ae233f998dc0fa658d89d733c30ef1fb4ff8afd3a5b5fd5c83afdecfa0d0ce3c963b46cdc -Size (firefox91-l10n-91.8.0/hsb.xpi) = 562637 bytes -BLAKE2s (firefox91-l10n-91.8.0/hu.xpi) = eb942231eabe79db3ffbf7687509823b6cdccfc3d2528f043965ac4ffbecce56 -SHA512 (firefox91-l10n-91.8.0/hu.xpi) = 9f8ec5a46e4599bb234e420895848ea2d583ecce173a7cb56ddbef86ee6ed6edf518f79bf85275a0a1b65efc6d6565a6cb29a61de38354efbd5ecc45838c04db -Size (firefox91-l10n-91.8.0/hu.xpi) = 566077 bytes -BLAKE2s (firefox91-l10n-91.8.0/hy-AM.xpi) = 5e01134e5be2f6fc0d5894f1999072f4cb371346f7a8eab6f00285f444ada7b5 -SHA512 (firefox91-l10n-91.8.0/hy-AM.xpi) = 68f6c358764c5294cd7b7e1bee9f97f8bd259582dbc2d2fc68b46034b4b0cc77aa8322b20bec6652b39a4e105c0c5981f1ed46e9cca89d3b243929afef645006 -Size (firefox91-l10n-91.8.0/hy-AM.xpi) = 579765 bytes -BLAKE2s (firefox91-l10n-91.8.0/ia.xpi) = 17e1c989985dd028aebff955e2a85711f59561f52d7b98bd56895e252006f7ad -SHA512 (firefox91-l10n-91.8.0/ia.xpi) = 75a19a7e7679b666f069612139393f2718e4b839e850891edce2c78fb2ab066ea084ce5882a7f8b39a5e2ffb9b9878764a03dda2c248de3de76f19a628ce0d67 -Size (firefox91-l10n-91.8.0/ia.xpi) = 532139 bytes -BLAKE2s (firefox91-l10n-91.8.0/id.xpi) = 6c3b0f0e762beaa32f9f59840e2778d86522850587b3d39f90b0dca6b0627ec8 -SHA512 (firefox91-l10n-91.8.0/id.xpi) = e899b9bd2eb534adb497f4c1d935402b1b832c23d3352663ed45f8a932128167c4bd3e9fce5511e78b8c47514d520b55c522fa46662d2cc66a9cbfc47003dd4e -Size (firefox91-l10n-91.8.0/id.xpi) = 519832 bytes -BLAKE2s (firefox91-l10n-91.8.0/is.xpi) = 54600951e34e5207883b96f6fdcaf5320fe13661b696babaf1ada14596a94811 -SHA512 (firefox91-l10n-91.8.0/is.xpi) = 4e4ad3a2b8064a41bb7ad5f005917b778269a2c9d67128ad416ff9517ac36b873cb69cd75b690d003ebc6602651091a9f1614c94db0b047e3079fd7a4226878f -Size (firefox91-l10n-91.8.0/is.xpi) = 470234 bytes -BLAKE2s (firefox91-l10n-91.8.0/it.xpi) = 7618757258a6120d796ef48881bb42baba5331ec4c2878e986df05254658444f -SHA512 (firefox91-l10n-91.8.0/it.xpi) = 21792c4df7fb2b745cc5d488714013b1b37ec231f66e49cb448d4dfee302e6925e5c9a2fab5a51dec5bc5035397a9ea43c6df6f62c86ca9dba651e91ddfd7627 -Size (firefox91-l10n-91.8.0/it.xpi) = 459082 bytes -BLAKE2s (firefox91-l10n-91.8.0/ja.xpi) = 51d160331055f0af9b2762c1b29c275ed411802dc06d2a21818c5a0ab813ce6b -SHA512 (firefox91-l10n-91.8.0/ja.xpi) = 7890afccad06813cba0ee76429cd32988dd5b9b65537789d93607410d841a200a0d569e8a46e205f1cf70ebcb6f107caf9893735c82d81c45bb6ba47d41e8ef6 -Size (firefox91-l10n-91.8.0/ja.xpi) = 588079 bytes -BLAKE2s (firefox91-l10n-91.8.0/ka.xpi) = b9d317cb6559fb89087e15e21891f639db535f1b8a9cc4f5e1778443c8309d52 -SHA512 (firefox91-l10n-91.8.0/ka.xpi) = 7cf8fb5432530aad07a002c3e19bba46fdb34a6e03f8fd96e464c608d1e0f54a3512b8e4a7a6c876e2d94cbc5c29ee00c821946dfe1fb8ad5e57342cbef10aa8 -Size (firefox91-l10n-91.8.0/ka.xpi) = 592258 bytes -BLAKE2s (firefox91-l10n-91.8.0/kab.xpi) = 8f90af6f5fad26c52d2dbbfbaa471e938bfcc7fc5b662297156d5788984b1069 -SHA512 (firefox91-l10n-91.8.0/kab.xpi) = f808137137f7d33fdd3439685be314e2c2e022c580dc46d9f36bf628cc33e1db61b07d669e10a8b6355ba6b62ed55ef14615915aaeb02cb7992080509de3be29 -Size (firefox91-l10n-91.8.0/kab.xpi) = 545019 bytes -BLAKE2s (firefox91-l10n-91.8.0/kk.xpi) = 10b31a043e69bf4a8401ec0b2e973554e08683810583e5db2491731ebcd83aaf -SHA512 (firefox91-l10n-91.8.0/kk.xpi) = 10c91d927fad34d6ed04364c3bd068b81e5691d8ac5e7d1d7fede1544a47b3ae1ae68f15b1774de078321b08809481b4b9d07186936685a2656623af10b4629e -Size (firefox91-l10n-91.8.0/kk.xpi) = 605562 bytes -BLAKE2s (firefox91-l10n-91.8.0/km.xpi) = 8be2b01752f7609189faf4c0066eb64e8b0972a2a055aea6ccdeb20dd931a635 -SHA512 (firefox91-l10n-91.8.0/km.xpi) = 66136359377d00bfd07e2b9c64b57140a12da5bbe362c2d0b685eb695bdffc4dbf9f907c291acac44063d6e048739700e8386bef829786715527501326bd66b6 -Size (firefox91-l10n-91.8.0/km.xpi) = 533121 bytes -BLAKE2s (firefox91-l10n-91.8.0/kn.xpi) = 56aafe026295809b3c4d881fe67857b9279e549c687bf4664d6869f45f0f0ac8 -SHA512 (firefox91-l10n-91.8.0/kn.xpi) = 5b5872d21251f55c6198ef5a24df424454fd886e0d00cdb8f81d4b45a674da7581d7628d25b85c15fe9b9fea5daa07d4eed8a514c14b11519f4fe366cd14c89c -Size (firefox91-l10n-91.8.0/kn.xpi) = 498975 bytes -BLAKE2s (firefox91-l10n-91.8.0/ko.xpi) = d5c754ac30b7be22b612cb406830ca3e63047e78d2196e2dd0dd03dff0d7b1ac -SHA512 (firefox91-l10n-91.8.0/ko.xpi) = 03e4eaf9a86dc586b1b77250f34498b3330e105a9ed39cc9150bec1503ccedfc1f27a6ab4be27f84fa34ba58aed3d9c8e7ecfac26f1224fe32927132167e884b -Size (firefox91-l10n-91.8.0/ko.xpi) = 579065 bytes -BLAKE2s (firefox91-l10n-91.8.0/lij.xpi) = 252221e3f5bce831f13a66ccc12230ca65e1b10e25aeb1810b327a9419a40256 -SHA512 (firefox91-l10n-91.8.0/lij.xpi) = 3f3c897593b22cf1b59cff76c90f1edae3d4fb5990b231165b3cb013c1a155d03eafc1964ff243666b6af109183e1b35af16982d1c45d5f07b91d1af69ac4673 -Size (firefox91-l10n-91.8.0/lij.xpi) = 470184 bytes -BLAKE2s (firefox91-l10n-91.8.0/lt.xpi) = fdbe566ab6c4c960f71c29a234cdbc02da8a6b35ce0e60fd0ad5ec63d631135a -SHA512 (firefox91-l10n-91.8.0/lt.xpi) = a2c89d8234babe068a998bdb8f3c694083dce238940ca5214afbff923cdae8e599af4285048bb9d460ce9f122a4cb29e8cb513a1da39f3150fec6400c32f0b46 -Size (firefox91-l10n-91.8.0/lt.xpi) = 560118 bytes -BLAKE2s (firefox91-l10n-91.8.0/lv.xpi) = e248ff7db6611b1bbde7e310e8c37467b69fe5ddfd63f13cb71c5212f008705e -SHA512 (firefox91-l10n-91.8.0/lv.xpi) = 0dfc05b81829197184faac702f9f4dfbd65ed488b4a7069cd9a6a2f7a9a734d33ba17c1b33d4e1b4cc30a0cb59f2fda6c1e8263ec3f31d26e16c8fe8fa26193b -Size (firefox91-l10n-91.8.0/lv.xpi) = 462459 bytes -BLAKE2s (firefox91-l10n-91.8.0/mk.xpi) = f3b47ef80d1f9754c5e72eabffa0fa979fb00fa9d59e8230271da922b111a0c0 -SHA512 (firefox91-l10n-91.8.0/mk.xpi) = 06ba84bcec7d9a1ff3bcf12f7002f20d396fac585f9e5d9b9d1833c061d814a747120fccf576616bc606f74126d78e1baae34ed3812488f870f40b17cd3532b1 -Size (firefox91-l10n-91.8.0/mk.xpi) = 465356 bytes -BLAKE2s (firefox91-l10n-91.8.0/mr.xpi) = d15bbff3df2b6315102dfe2557569260ec6459d57cf83281a8857dcb522bec15 -SHA512 (firefox91-l10n-91.8.0/mr.xpi) = c97020f7bb02f61504bdc59a2300c7c6272324575f129cb81f5e6992c350e0c0f0f5ebfb5d6636a02830682f599150f111a6f2336fb8e6c59d80ff9febe81124 -Size (firefox91-l10n-91.8.0/mr.xpi) = 532134 bytes -BLAKE2s (firefox91-l10n-91.8.0/ms.xpi) = 7f06b1761d3766f4ca9c231a80c2700f56ba8710faaf4b7824e7e8916ac3e6c7 -SHA512 (firefox91-l10n-91.8.0/ms.xpi) = d7cf4e07e61d9b941dcd692f4d7668c2c20967d2cc1335b207711398538ab3cc3e1ef9c9934f2005ba6cb5df7f358cbf288252827e8752c08e2c2909af7a10a1 -Size (firefox91-l10n-91.8.0/ms.xpi) = 447351 bytes -BLAKE2s (firefox91-l10n-91.8.0/my.xpi) = f00ba7342372f2296bcfe4d9c5b7fbd8b5406a6345337cb5c7b78f2ba33fa0b6 -SHA512 (firefox91-l10n-91.8.0/my.xpi) = 0d16ce383e2fddfa226c3085fd3000e5b7e0556ebd9829eef6b80ea9c5e1844b5cce494539d8e45b3e81c9cf2090443187db640fabdaa9f9126b57aa7d9656f2 -Size (firefox91-l10n-91.8.0/my.xpi) = 516303 bytes -BLAKE2s (firefox91-l10n-91.8.0/nb-NO.xpi) = f4b17d085c359471e261898990235aca646e0a70a2a3652c8819091b00d24bf3 -SHA512 (firefox91-l10n-91.8.0/nb-NO.xpi) = 49ac3719240e19acb11e625dcc3add8db1367d264ff243bcbfdd431d5a951b095a6545b491af63275daf70bd257c77065e77b6dfff0250f0ae6dd297c4ec10f1 -Size (firefox91-l10n-91.8.0/nb-NO.xpi) = 529437 bytes -BLAKE2s (firefox91-l10n-91.8.0/ne-NP.xpi) = 3a6af45e7716b7bc3474b9265a9d74b3a3ff9d34ca68c077d4cb215586fa1338 -SHA512 (firefox91-l10n-91.8.0/ne-NP.xpi) = 562172ade9c8fbf971969f06cf95d9bc60dfd81a46308a6de7febe8dbddfa81744a935eee9284851431099daf0a3db248f9bcd6dff05f1575c8fd1b3d998bbca -Size (firefox91-l10n-91.8.0/ne-NP.xpi) = 485214 bytes -BLAKE2s (firefox91-l10n-91.8.0/nl.xpi) = cea24d95f9988e3be01b81e05234b0cabdd0dcfab4eeff30018c14b3c3728fb7 -SHA512 (firefox91-l10n-91.8.0/nl.xpi) = 123e11e09f09d1a76f58bdfd0b884885ecf570f2a04fd45e9c6add06dc7889124e09a69fbeba88c0aa2e23571234816762adfd93a8867f55faafed2e239af512 -Size (firefox91-l10n-91.8.0/nl.xpi) = 537394 bytes -BLAKE2s (firefox91-l10n-91.8.0/nn-NO.xpi) = 2c6d33f03e4fdba0bda09bedf823913ed28cd6595f712875c509e8d28a91a9a8 -SHA512 (firefox91-l10n-91.8.0/nn-NO.xpi) = 5ed5d308f4537581ba8ce045391991977786f7d2546f89b12923d102c79c43104e2b25391ad74a301d7950a3965aa96aaeaeebb6509893f1280d26244feebf83 -Size (firefox91-l10n-91.8.0/nn-NO.xpi) = 531686 bytes -BLAKE2s (firefox91-l10n-91.8.0/oc.xpi) = abe5704316e2c935f8cb340ed34cdaf3f2f015acde12f060bea9688c25a1c80b -SHA512 (firefox91-l10n-91.8.0/oc.xpi) = 4f96c3f377e8894b824339d29a08ae25022e70dfc8b40a34acda1da7dbe1176f164eeba8d0d23927407cedc5722a027dee64d8e27647784bf337f1271c25d1ae -Size (firefox91-l10n-91.8.0/oc.xpi) = 552956 bytes -BLAKE2s (firefox91-l10n-91.8.0/pa-IN.xpi) = a02800b8e86953a9e17f765d2017c0fc5f8d4f9d77cc5d8d4b6620484ff7fbbb -SHA512 (firefox91-l10n-91.8.0/pa-IN.xpi) = 879163889b967238addf3f28ebd9abd735dedc518bf2b6521b3205184b3b2a919ba37b3ede297fd6c2c87bfe1a91c5dc91695a16bec3a2d4a0017b05c1d04cfb -Size (firefox91-l10n-91.8.0/pa-IN.xpi) = 595976 bytes -BLAKE2s (firefox91-l10n-91.8.0/pl.xpi) = d0ecdc93947da8dc4ce0ba42190c92f1b6588989f9359f49183b40286d3ee061 -SHA512 (firefox91-l10n-91.8.0/pl.xpi) = ec96c1016d7656d07b12db642262f14ae1490263992e2dffc896af85b8b23480c1de657747e1f2520702445b56f787c371bf5a1fdfdfc53d8bd78c9605a46282 -Size (firefox91-l10n-91.8.0/pl.xpi) = 555623 bytes -BLAKE2s (firefox91-l10n-91.8.0/pt-BR.xpi) = 62d0e7a0a7daa9cd05b98a25a8da7729dc6e26a559b42db704137c27d990c9b1 -SHA512 (firefox91-l10n-91.8.0/pt-BR.xpi) = 4cad2b093542f341bf9997a2e4568d31b3983c400547a4cc42cc94bcea6dfa4861471ede0d2d65b0123fa0c0f800331fb5d10611fcac14f9d1ef2f8721d3f916 -Size (firefox91-l10n-91.8.0/pt-BR.xpi) = 542613 bytes -BLAKE2s (firefox91-l10n-91.8.0/pt-PT.xpi) = 68eb7e5a91b40fba96d960b892b8c613dd43641191e5a336915e4b03b6d0ecd3 -SHA512 (firefox91-l10n-91.8.0/pt-PT.xpi) = c202f7b2920e95f9ad3a5f91e7327ed31a4cec8817c03aaddc358be6a1d9df3e16c141c199e578fb20223cb083b35e6d59289a13f0775646781cec1d8e5ee673 -Size (firefox91-l10n-91.8.0/pt-PT.xpi) = 546352 bytes -BLAKE2s (firefox91-l10n-91.8.0/rm.xpi) = 97f6b6653491574d6df71585c33c0052c6ae1d0461e4f66d0555fc7ed8f75613 -SHA512 (firefox91-l10n-91.8.0/rm.xpi) = 9e5fe7b0d4f48772a9a56343a1c6e122f7ef3496a6cf217ac37458254c789f726001a61e2b8590376c9c3b7ea17e0d1111e3ff47b4ed1ed6d4d2ea1aa3315835 -Size (firefox91-l10n-91.8.0/rm.xpi) = 537368 bytes -BLAKE2s (firefox91-l10n-91.8.0/ro.xpi) = fcc2adc558099b555995b319205fc4444e72f3b5d80e775d1c99ef505e51ecba -SHA512 (firefox91-l10n-91.8.0/ro.xpi) = 800fdca29789e9909454931702431449fe966b755fc1cfabe11dade41117d63d794b6bd8f0f231d37ab307dac237a3194ac5e674afe6f076254dd149ae3274c7 -Size (firefox91-l10n-91.8.0/ro.xpi) = 529330 bytes -BLAKE2s (firefox91-l10n-91.8.0/ru.xpi) = ddff7b87d98b1bf26ab559e1a267f310a3c6b78585e9fc057be3f50e3f24af23 -SHA512 (firefox91-l10n-91.8.0/ru.xpi) = f86ae72304daca30bf70f6363b8bc1f76f701213619005cefc68698d81c3acb85a4c50ea1114542503cc0dfee3c6dd0af92174780d396b4d9c87c501f2a59632 -Size (firefox91-l10n-91.8.0/ru.xpi) = 627111 bytes -BLAKE2s (firefox91-l10n-91.8.0/si.xpi) = 537736942f25871e685515143ff26dd1ab95d8251f2da5908c53ec92c972f46b -SHA512 (firefox91-l10n-91.8.0/si.xpi) = 8ea4d3913b7736e34cc3a073974d45b56feafd900e74edf2c284be6aa3ed1c62812f6c3ded61326d6e2550ab049c7300647d4ee2257fb28d6c7cdbb63dea7c89 -Size (firefox91-l10n-91.8.0/si.xpi) = 487961 bytes -BLAKE2s (firefox91-l10n-91.8.0/sk.xpi) = ad38b12e0da4cb5edbba47fe3c18c0a381d9c9f648b02eb3021712874fd7f2ec -SHA512 (firefox91-l10n-91.8.0/sk.xpi) = 2bfad4c510394c54a7fb7a19625b899bd0ead4097dea0a4a9725f21eff7702abb06b6c041ab6c6439e030a125d5760849e7a33be018d19b62c8d6bf4e8d70534 -Size (firefox91-l10n-91.8.0/sk.xpi) = 566487 bytes -BLAKE2s (firefox91-l10n-91.8.0/sl.xpi) = 3bdc5e8703e009975062d50c9a0fd8384af0a8acda0ec063a10892976d063664 -SHA512 (firefox91-l10n-91.8.0/sl.xpi) = c964cc0e69e4c959667ebb698305bd2c4aca618cbbb115b0f4846737fee73d06169cc263e589f4a068e174e7ffc7fe457dc4ac5e6a53efb0ef54eaf469f6a9d6 -Size (firefox91-l10n-91.8.0/sl.xpi) = 538005 bytes -BLAKE2s (firefox91-l10n-91.8.0/son.xpi) = db99c8c33410b6950717aec87ca429807f3d9377ee476ef9850a6ae2354dea61 -SHA512 (firefox91-l10n-91.8.0/son.xpi) = 6a861e74452e8c9ec74067e1137e18033ac00b7cc8153f2c8b0ce3967a94ab1be1959f92e65e0a87b357476521c23f6de6b1a76f2f44a4be7f75d874e57265cc -Size (firefox91-l10n-91.8.0/son.xpi) = 425991 bytes -BLAKE2s (firefox91-l10n-91.8.0/sq.xpi) = 24556110c3419aefe095503bb2c5b4e6a67f40f4e147a843397683ed4ddeb08a -SHA512 (firefox91-l10n-91.8.0/sq.xpi) = 52da677aab6747c90a52c9f63790ec5d653472617f2154aa21f618131f71926272e85087013f3c275d58c105b6d0fbc06d519d168970f9a75c7eb13165c248e2 -Size (firefox91-l10n-91.8.0/sq.xpi) = 555998 bytes -BLAKE2s (firefox91-l10n-91.8.0/sr.xpi) = e732a37099edb807a7a902b278ac79ce78397927bb6ff7c83a940247fc2ba80f -SHA512 (firefox91-l10n-91.8.0/sr.xpi) = c635d4acdf2342b0e0a4159cfba00f78d8d9eea72abd4cad42b32e02c38df54383f56b63cbeb3798432732fcf89b104bf9eb51833fea922774d8488609faffbc -Size (firefox91-l10n-91.8.0/sr.xpi) = 586083 bytes -BLAKE2s (firefox91-l10n-91.8.0/sv-SE.xpi) = 86659ec0abdcd371e17eed6e0509ee1b55e85118a3712d8e90681c5102354998 -SHA512 (firefox91-l10n-91.8.0/sv-SE.xpi) = ef99f5949da49648749834d589595b3c8b1d2f4132a88732eb3e884e8281033691036f8cb417f4734556eca12b2c7cc5402cb00298ebaaa2862d180576884784 -Size (firefox91-l10n-91.8.0/sv-SE.xpi) = 539966 bytes -BLAKE2s (firefox91-l10n-91.8.0/ta.xpi) = 801bc4225a21b6d95159d9fb9af369c9b591f764b84920377ca0a4c75e7a6ba8 -SHA512 (firefox91-l10n-91.8.0/ta.xpi) = 91be6c2e8f03d3526bceed3b8d51e15f4675ebb52f84e9e3f9a8e80c9ac4f7bc25f8604ebc46600db9b3e6495f6818912af015c3abea4c85c82124263206efe8 -Size (firefox91-l10n-91.8.0/ta.xpi) = 513810 bytes -BLAKE2s (firefox91-l10n-91.8.0/te.xpi) = 61435a75f3a5af40f77274e5b3d743fdfb070772517c192b1b7c6836e06ce8dc -SHA512 (firefox91-l10n-91.8.0/te.xpi) = a838dc5aeb39fb21d305d44cf958754234ad72d9e2102096b2adf11a94e6271f5cb77c39be734ef4ad8e8846eb8aa6df6ea3918a2eb342a0f4075785a37eb445 -Size (firefox91-l10n-91.8.0/te.xpi) = 549966 bytes -BLAKE2s (firefox91-l10n-91.8.0/th.xpi) = 2e8aa6d10c56a1a2a8df8db95c4414271307364996479a25cd775bca751a3c4a -SHA512 (firefox91-l10n-91.8.0/th.xpi) = 4f75012d0a041fb03b7cd95828e235ba3a8b7fd07f36ab745c7258993598d5549e2bcc2924a4d7362fa9e5f3b3ac1b67ed7443dcbd80c9c173c87c9507125031 -Size (firefox91-l10n-91.8.0/th.xpi) = 607080 bytes -BLAKE2s (firefox91-l10n-91.8.0/tr.xpi) = 8db4a113a23178e91d6cdb6bfb0808d5f220b1309f57dce95633245de27031f5 -SHA512 (firefox91-l10n-91.8.0/tr.xpi) = 6750cb930eb737c5d353d9a84d66d933151870b90786da27546abb4ad6d7fc848725b28414c5dc398500436f158432ced4a6020981488c6e83969b3ac7876d5e -Size (firefox91-l10n-91.8.0/tr.xpi) = 553682 bytes -BLAKE2s (firefox91-l10n-91.8.0/uk.xpi) = c3d5491c0b217574ac84885172b89807aa3e5bdcd09bacc85c9f6d80e8e4162e -SHA512 (firefox91-l10n-91.8.0/uk.xpi) = b24abf08bae8559d3194d4977f7229f32f1237efac1065e051e6c173452727833072b7f935b69974db71b0fe84c6997f0bfc6f019b0911402380675eb106b7fd -Size (firefox91-l10n-91.8.0/uk.xpi) = 620516 bytes -BLAKE2s (firefox91-l10n-91.8.0/uz.xpi) = 7e3bda125ab1d98ee63cf8de7e97967e5faea769699b864a51a56d0eefe18753 -SHA512 (firefox91-l10n-91.8.0/uz.xpi) = 38df254ec0ee1255bb25b93897a8bda1e636ed9bd018d2c77d491bd14223e48895b31836b979680bfb717f8d4fd3eb6bb76b8816b204bef73754c0bfc5fcbc2e -Size (firefox91-l10n-91.8.0/uz.xpi) = 466870 bytes -BLAKE2s (firefox91-l10n-91.8.0/vi.xpi) = 371cce899448fe6929cad66e797dbbd9469e95507fbd706b7942073d2bf20c5f -SHA512 (firefox91-l10n-91.8.0/vi.xpi) = e7dcff7df3e14f87d22de6ea38acc955003635b8d2097c694ba9199a2d33a2b88d926b7876fa5b9e8e11a07b65ae5e5a8c5984d17c2018c6c88d96d0df88cace -Size (firefox91-l10n-91.8.0/vi.xpi) = 573490 bytes -BLAKE2s (firefox91-l10n-91.8.0/xh.xpi) = a7acb124e697cb12c701daa7c547281034695c33bee8bd75c7bed5c36c4e9532 -SHA512 (firefox91-l10n-91.8.0/xh.xpi) = 4cf3ffdfd21a6666a7b761853813f5897f5fdc9f904231ca185cfcd06e50b496bf22b232bc88e91898e5b76855e1d939f15b2067421969b606a30742e2681b6b -Size (firefox91-l10n-91.8.0/xh.xpi) = 428174 bytes -BLAKE2s (firefox91-l10n-91.8.0/zh-CN.xpi) = 99ec75a877a3380f617a1282582d5c8fb7644b9d4d468a4940e2e2a618ddff6d -SHA512 (firefox91-l10n-91.8.0/zh-CN.xpi) = 2056f9543a0692246b47a32d5d030734dceb9d8d109c94a7960a1f367ff3ee85ccf73d839492a57abf286f09a7e5bb43cb1d50a8be990b1a7e8b1fc1802a626a -Size (firefox91-l10n-91.8.0/zh-CN.xpi) = 575374 bytes -BLAKE2s (firefox91-l10n-91.8.0/zh-TW.xpi) = 31de92fcac6c2f0d44a17a1b887f4dd87ab58f442eded7634f65ffe0e1c9386f -SHA512 (firefox91-l10n-91.8.0/zh-TW.xpi) = efac8090ffd8d5661df24a0d5f6726b5c15969dd349a28ab716e7ae059daf62605dde41df13b4c253c2b2bec5201554b4e06b490d9066188ad9d65b42548ab15 -Size (firefox91-l10n-91.8.0/zh-TW.xpi) = 576235 bytes +BLAKE2s (firefox91-l10n-91.9.0/ach.xpi) = 766a939d3564393e731d0fdd20d29158ad97154b381e254a2ad3e16a8a2f5ddc +SHA512 (firefox91-l10n-91.9.0/ach.xpi) = 6886cbfcaf422a853811f56077a6b29c432bfa34fdc3768e62dde52d477ce99dedda2aba542e2813343b547b350b8d39d32784e496f8d18a02f9fa0954fcc470 +Size (firefox91-l10n-91.9.0/ach.xpi) = 453213 bytes +BLAKE2s (firefox91-l10n-91.9.0/af.xpi) = bb8ce2e887cb3fb8754cc49c980830e1374200503459824bb352520ae1991d8b +SHA512 (firefox91-l10n-91.9.0/af.xpi) = 7c374825faa131baa771bc4aa836656b1e456dd862db0d9fb52f13206c43f1162de30a0192ca023f0dc1ed98ad351a921917a6ad56ebffa4cfa3643b8210a478 +Size (firefox91-l10n-91.9.0/af.xpi) = 426927 bytes +BLAKE2s (firefox91-l10n-91.9.0/an.xpi) = b96e4be3af6d19fb8e8e2be363be9efc6d554c9a1191122d27476e518162220e +SHA512 (firefox91-l10n-91.9.0/an.xpi) = 39069d165df48dea9047dc25dbc2ef8fd2f31249b487638f0769680da4d0a3841fa9bedfc23cdb7f4d563408914c052f388825f331b3a5104169bd79a1c49691 +Size (firefox91-l10n-91.9.0/an.xpi) = 499888 bytes +BLAKE2s (firefox91-l10n-91.9.0/ar.xpi) = bd6a20be1645198f31b2da53b822b3f3e07fda1e15ce3c00dc1c532021c7458d +SHA512 (firefox91-l10n-91.9.0/ar.xpi) = 3d90b7d4f3801e0a688e1348f00012ab7112fd401a66fc2463d9b276657061d99a940ce65168232c82e3fb123849e455610f9ea2bb10740de8208df2f8a16ba2 +Size (firefox91-l10n-91.9.0/ar.xpi) = 559666 bytes +BLAKE2s (firefox91-l10n-91.9.0/ast.xpi) = 4fafd5076061e77872699ec6ab523ab7262eafdc845125c895899a9eb56fece6 +SHA512 (firefox91-l10n-91.9.0/ast.xpi) = 3b63099c5868d483e533608c332247b3522308c49967e0618fe1cf618fbe986d908ce401bc16d66fb7566290f902cead6613369ce00d14ba7ec6f11737aab161 +Size (firefox91-l10n-91.9.0/ast.xpi) = 498577 bytes +BLAKE2s (firefox91-l10n-91.9.0/az.xpi) = 166c5c499eae85e4cc2d9817f676d19e3b5b2299c341feffbc6969af76c0cf43 +SHA512 (firefox91-l10n-91.9.0/az.xpi) = 85945e0692a212e1cbb92ba1a8510782362b8626d5e99cc7b61980e22235739ea956330d49fed519317688100209640920eefee974a4161d53f19a0c042ef8b2 +Size (firefox91-l10n-91.9.0/az.xpi) = 489426 bytes +BLAKE2s (firefox91-l10n-91.9.0/be.xpi) = d9dd5a282118fe87fcedec5cb8c66851a7719eb178fdce00bbc9a8bf5f8c429f +SHA512 (firefox91-l10n-91.9.0/be.xpi) = de443a0824a345f38c81f38b98c9d2bbbc801e26f0ff0f3ecdd6849cd56d13931141462f116db3f2353a1f90053495712600b96a383a612bb275eed986027455 +Size (firefox91-l10n-91.9.0/be.xpi) = 622606 bytes +BLAKE2s (firefox91-l10n-91.9.0/bg.xpi) = 53b2cea2e39c30e5174ad71b2e74edd70fb2b02f000e518c3fe528e4c45bdab9 +SHA512 (firefox91-l10n-91.9.0/bg.xpi) = 1284a7c93fff2767d302b39ac5953b8c0a43270b812e19f86692cee0e60ff6e76f3f74627283ad84cf4ab4b3d1d027947e488a7dd6564faad382e7a96775c27e +Size (firefox91-l10n-91.9.0/bg.xpi) = 567644 bytes +BLAKE2s (firefox91-l10n-91.9.0/bn.xpi) = 5f99a6129a68c77cc11d076d62ff9fff37fe683a221ecf6162a4a98aae38eeb0 +SHA512 (firefox91-l10n-91.9.0/bn.xpi) = 134fffc2bebdf10871662e5b3fabbc19fa876e089a2fc5fa1d6969489430abc9e43ff8889311bba1f882b1ae884305c5df764a45b0a3bc90d232201f6e6d3baa +Size (firefox91-l10n-91.9.0/bn.xpi) = 556824 bytes +BLAKE2s (firefox91-l10n-91.9.0/br.xpi) = 083b2220838302ab8471281f9b6ff78245645c0ff6f24c55e956c3b7c3ba9a52 +SHA512 (firefox91-l10n-91.9.0/br.xpi) = df02b6e2468b3bbeadab76959b41ab90946fbd67a0c85337e2a7d90f6e2039faf898f065e2f8098df2882fcb259fb28614da435aba63610036b4e66c6d43a343 +Size (firefox91-l10n-91.9.0/br.xpi) = 526254 bytes +BLAKE2s (firefox91-l10n-91.9.0/bs.xpi) = 53cc67c33502b285c87c03548348eb81a6179af980a7274df951e71a78d453c0 +SHA512 (firefox91-l10n-91.9.0/bs.xpi) = 48423a302cfdcae7908533f3ab72d54eaad61b82018d1989e17d1b468a5f1813a63ce39ba5f293cc9e88e17716d06833eb15464f69d7dcb210c8b88f76d2358a +Size (firefox91-l10n-91.9.0/bs.xpi) = 463551 bytes +BLAKE2s (firefox91-l10n-91.9.0/ca.xpi) = b11e267f96f110d6473a1af17086af26a4a6079fbf4c5af0a9e77683875e37b6 +SHA512 (firefox91-l10n-91.9.0/ca.xpi) = 7c2f82365c95f95f426edd3a27454d3359a8b88a9bd2226904faec52b6fe2327c82034b59a0f97de7b3097fa4ef5983602d4a92e72cea85185067e03b7da9422 +Size (firefox91-l10n-91.9.0/ca.xpi) = 532479 bytes +BLAKE2s (firefox91-l10n-91.9.0/cak.xpi) = 9eee1f9e5de41c266340ac4c93db31fdf91b194b42aee792102f6e1a0a743743 +SHA512 (firefox91-l10n-91.9.0/cak.xpi) = 782e6440e61d18252a50257f6e1b620a8f625b8c9476d3b3d73680a5bcad5ca8820cc78d36e9c04f67e5a14b95c009c4dcb29266c9471410ca1e655f677e7126 +Size (firefox91-l10n-91.9.0/cak.xpi) = 552605 bytes +BLAKE2s (firefox91-l10n-91.9.0/cs.xpi) = 92ecdf024397ee5da251420d1f8a78cb292ea1307272edaea32238c9aecd2250 +SHA512 (firefox91-l10n-91.9.0/cs.xpi) = 7f5388884709cbb660232a313025ec0c3dc49d2886149302e371efbc945622eafe99b6e0531ed96821b6295baa5de6c5dfdf296cd0fa49b00d5a47d8fcfb5d86 +Size (firefox91-l10n-91.9.0/cs.xpi) = 563169 bytes +BLAKE2s (firefox91-l10n-91.9.0/cy.xpi) = e1a7f17a9d2b64a5413c9e4707997232b16305f5fc86cb132e98ac66a19e71d4 +SHA512 (firefox91-l10n-91.9.0/cy.xpi) = 799861607fa3586542594d7690acfa30eb671f803f9b88b3113c6d282bb3934a00ab67d570024778ddf538fd01da9074f68ff0eb91af5afeff7d65a8cb90b8aa +Size (firefox91-l10n-91.9.0/cy.xpi) = 542215 bytes +BLAKE2s (firefox91-l10n-91.9.0/da.xpi) = f406d2f77e9d321e16d9e32206bdf56a3d40c2d1dc405b234c32009e2637897a +SHA512 (firefox91-l10n-91.9.0/da.xpi) = 79100cb5d174e2c6ea9d030c48e8d7ce916d8f48c6900b4dbfc9843ca7fac8b2ae274c8a2f41ef19fe211cc962f3220b6acbc2d02690c7a46fe35187fc9c16f8 +Size (firefox91-l10n-91.9.0/da.xpi) = 534159 bytes +BLAKE2s (firefox91-l10n-91.9.0/de.xpi) = 3c9700dfd8a27fe8fbaafb81e6e4ec4bd008f353800c12141b578b2037da1c30 +SHA512 (firefox91-l10n-91.9.0/de.xpi) = 712937007cb5933c0d7c019486cc63b31e90b6c18c7c9d5e137df5eab9ab4c25aeab704b7fed964373a5bdc8b1522db5fcde76b42a5777df33e0b0860f489214 +Size (firefox91-l10n-91.9.0/de.xpi) = 553583 bytes +BLAKE2s (firefox91-l10n-91.9.0/dsb.xpi) = 64ab9e6bfb077da703d5ff4a60ab9be909019bc30f606235ae70e6f3cbae8213 +SHA512 (firefox91-l10n-91.9.0/dsb.xpi) = a6bcdca3e4186b3d1d4f04e40fc5b121345c347cb75571ffddf2674584dcaed85d18c783801253d0c72f9a9d172c56de8d4d55ce642e95d6ee229003b18c56b3 +Size (firefox91-l10n-91.9.0/dsb.xpi) = 566486 bytes +BLAKE2s (firefox91-l10n-91.9.0/el.xpi) = c9b69290cda7b21fe7c67d586e10798b1d3a671557dc2c1ff90220e121b71976 +SHA512 (firefox91-l10n-91.9.0/el.xpi) = d64604fbed8bb89459ac67d81b65ede139f5e1e6f75118eeb62c48ebe79fdca5cb92d4039f0c2535e9504a4b4307beecb9e5160dce55d0830fe261cecdd04785 +Size (firefox91-l10n-91.9.0/el.xpi) = 639146 bytes +BLAKE2s (firefox91-l10n-91.9.0/en-CA.xpi) = 473853a0a9b0f2e31eb3ee600fc52765c8811533da4e4055b2c17db9deb5f80b +SHA512 (firefox91-l10n-91.9.0/en-CA.xpi) = 511b2ed01269869e7c263f8d9357e5f0c3773fd1cab0217472c44dd32446d94bfe1cc220e433c29bfefeee83d305e646c930326bf77612cb5e04e43de4795745 +Size (firefox91-l10n-91.9.0/en-CA.xpi) = 509562 bytes +BLAKE2s (firefox91-l10n-91.9.0/en-GB.xpi) = 8593dc2fc51ff585f4f5e3317bed1f3a03e5c4069f1c12f184131ddbc130e7ec +SHA512 (firefox91-l10n-91.9.0/en-GB.xpi) = a36fc58560607119c989cef29ba21f6d370cd958a341f0feee3984a69e6180f7b63af1df00f9003dbc731db02ddd99d80f9ae545eb182da28563ce4ac49f576d +Size (firefox91-l10n-91.9.0/en-GB.xpi) = 510591 bytes +BLAKE2s (firefox91-l10n-91.9.0/en-US.xpi) = bd77a8832731d310bdf983d7128c5cfe04f645a898dc9a42de94c402f7a27965 +SHA512 (firefox91-l10n-91.9.0/en-US.xpi) = ba60c4d107f07bad3a8a2c1a46d2497fe3eb7c08d9e14f273039092aeaddf8a2293dcbc659c38d0638b136cb624d2f9867b06c4f6a97dd73bb0f06f4403c8fc4 +Size (firefox91-l10n-91.9.0/en-US.xpi) = 489837 bytes +BLAKE2s (firefox91-l10n-91.9.0/eo.xpi) = 4a9ba5f2a88bcbc9aca7003ab5229ae0ea4071581aae41b77d5d6e7b457b3b32 +SHA512 (firefox91-l10n-91.9.0/eo.xpi) = 2b9689c52b431ea21a73dbeb5227b934363ba80f56d5335a05fe85b94a8beb4f73c2c7ca8f0d89fce7f4b384acf10d72c0a1b0a221fcaa986e5c61b51353c1e2 +Size (firefox91-l10n-91.9.0/eo.xpi) = 534793 bytes +BLAKE2s (firefox91-l10n-91.9.0/es-AR.xpi) = b1706374019a91a3bf3427eb774ef6f7f3bed2b2e2aa608fde40da922547101f +SHA512 (firefox91-l10n-91.9.0/es-AR.xpi) = 9261dda6cabe7b51e0e29d41f631ea2eb8600681b12791f3e4a1793938c0a18c6fda4c12297ff8d274eaf9865bf0c65e3d187aad64b833baeda839d1d6a07813 +Size (firefox91-l10n-91.9.0/es-AR.xpi) = 546677 bytes +BLAKE2s (firefox91-l10n-91.9.0/es-CL.xpi) = 0eaea7a8c901a56648de14575159525d31fbfaa38c93c8c425368dd504872722 +SHA512 (firefox91-l10n-91.9.0/es-CL.xpi) = 4e6ab6bdc68e44fb4224d85e8bc395c473fa9d30bc4e1bb3612ed31f2ea59838760720ad4d1345b1a4cc66f931f199be4aeb5d364e1f8c1ea2cbaadb123a6fb0 +Size (firefox91-l10n-91.9.0/es-CL.xpi) = 546380 bytes +BLAKE2s (firefox91-l10n-91.9.0/es-ES.xpi) = 428e12f06c1ee17168afaf41499a9373ae8c764ace12ec7d1314d9428f013838 +SHA512 (firefox91-l10n-91.9.0/es-ES.xpi) = b33d90f20497babdbb288aa4a048b9b4f49ab6686c64e39d81a63875438a961b97a242a6c09ea7a1a669246147dd2d123ae45c4d1396a2c0dc89e39a346ce8ca +Size (firefox91-l10n-91.9.0/es-ES.xpi) = 537068 bytes +BLAKE2s (firefox91-l10n-91.9.0/es-MX.xpi) = 55726f6c8a992f1bc5c4d1db03ae0a2c7d633de68ae6f808ba46ad267a3ed7d5 +SHA512 (firefox91-l10n-91.9.0/es-MX.xpi) = a8cb6a3ad72097092d42b376cc43305e0ca1f371b1bcd08189286c3cd5972f8b581aedbece86b0e64264ebbb59e5b3009ba383f03aa9b0e868610cdf980b1a2c +Size (firefox91-l10n-91.9.0/es-MX.xpi) = 549996 bytes +BLAKE2s (firefox91-l10n-91.9.0/et.xpi) = e840bb9e2b3fd30906bad84be1b22dc81b0bc1f349d5e7ddb8f9e88e593a005e +SHA512 (firefox91-l10n-91.9.0/et.xpi) = 8b6e3a9a430855649093ff551f510984b76cb91c5243ad056b4d7d9cd1d09b6d6170d3f7174f4665db56227786c0e54b7bb4c4659f903adaca3dc2566079a18c +Size (firefox91-l10n-91.9.0/et.xpi) = 506669 bytes +BLAKE2s (firefox91-l10n-91.9.0/eu.xpi) = 2e88e6cce2c930cf325f15c11b625498a503c042d4e21f472c65d56fc6bc37f6 +SHA512 (firefox91-l10n-91.9.0/eu.xpi) = cacdd1618a84b21ae1e5a6b1b7a9cc7c77f6ab2a0f4a57530850561ab4d3bde17cb49abcc20b9c31638656a82ee4d22a7bce0ec34c59ec28d106b5ee43d14c29 +Size (firefox91-l10n-91.9.0/eu.xpi) = 536329 bytes +BLAKE2s (firefox91-l10n-91.9.0/fa.xpi) = 358ce265d6e104d7e43267d204176fcb6a8f1e3f31397c140aa3bed912b0eab4 +SHA512 (firefox91-l10n-91.9.0/fa.xpi) = abc61e80ea2f365a9b1a0fd14e173d305d05b386c01c844e3eae14f9e279b927e5512b0d7413455f91049c98940f1529cf3095f054d46ccf8c7acccec3b2c5b5 +Size (firefox91-l10n-91.9.0/fa.xpi) = 559375 bytes +BLAKE2s (firefox91-l10n-91.9.0/ff.xpi) = f9330f673b12659503266f095c0660f8d52dbea54ed876f01f173e8150a1d479 +SHA512 (firefox91-l10n-91.9.0/ff.xpi) = ed0777632a0626b6d200630d8d6f0892e5095c5aa5232f109cc567f5133cbafc9d747b4bd17eb2a39917d0aa5d0d6801715ba093beec02c4720589795089cf5c +Size (firefox91-l10n-91.9.0/ff.xpi) = 471869 bytes +BLAKE2s (firefox91-l10n-91.9.0/fi.xpi) = dc6c02f3a73b8fd58627a9babe94db0735f7874c15febf4b7ea62c40c53a9416 +SHA512 (firefox91-l10n-91.9.0/fi.xpi) = 184e0dc3f4cba2e4ebd6fac27d1383e27b07994ce123858c43356d6000c9f873c4eb5c2648b04922394a1a1cc2c12fcbf437d7a7eaca5003fa2f133f34d69a0d +Size (firefox91-l10n-91.9.0/fi.xpi) = 531482 bytes +BLAKE2s (firefox91-l10n-91.9.0/fr.xpi) = fb5966a9f4bfc45ca64f201125d28cbe9d2d6c952dd2d697d51381f7cd159861 +SHA512 (firefox91-l10n-91.9.0/fr.xpi) = cb22c21540d441c3a274d276a546f664fab3f03be5d9d9c60f57d9693bc769d3a77f215a6b4389f835948c28a779479a3f03e8ab04ffb322a9be15a1a8a9f359 +Size (firefox91-l10n-91.9.0/fr.xpi) = 557621 bytes +BLAKE2s (firefox91-l10n-91.9.0/fy-NL.xpi) = c2a2925293df7c75da0c51e4dd98d9382ee399383ca6c317e8825319486eb0d2 +SHA512 (firefox91-l10n-91.9.0/fy-NL.xpi) = d75eb5c360736e9bb3a85f452e0ebbdc6ffd8ef5fc324aa395a55e0e6a85eeabd4382b6dd6693196196dc4902b9d1da19068daaa350ff96c946bffbc1705eff4 +Size (firefox91-l10n-91.9.0/fy-NL.xpi) = 543302 bytes +BLAKE2s (firefox91-l10n-91.9.0/ga-IE.xpi) = 9322a96c289f4392c0f412af725e417f77879b3005fa087f35620b28ac9e10cf +SHA512 (firefox91-l10n-91.9.0/ga-IE.xpi) = 694c419356872a99c86de4351a0cbd9f1b4a67afaab8a55288d54792a8e358182fd7813ae113ccc5596d2e5158337eccbe962dc93f938b45e90dfc46c5a25488 +Size (firefox91-l10n-91.9.0/ga-IE.xpi) = 459835 bytes +BLAKE2s (firefox91-l10n-91.9.0/gd.xpi) = 1098d09aee3dbcaef2a24149a46b7e8f8195003d19fd2c5fa1697b8e1f03802c +SHA512 (firefox91-l10n-91.9.0/gd.xpi) = 67823a10f89ac9118d6e82e6a7554c4fe911bf02d923a3e1e2665f90ecf4149136d76851a7861d47e5bc4fea672b586e828f4f4288a607d73ab81658b7be586e +Size (firefox91-l10n-91.9.0/gd.xpi) = 530852 bytes +BLAKE2s (firefox91-l10n-91.9.0/gl.xpi) = 473c8ad9a1c2fc46e609a80dca6e0f858f6af043e0b3fb96346d20b141b18d2c +SHA512 (firefox91-l10n-91.9.0/gl.xpi) = 5c99f2401f565cf609354b95af45d80f935d84d90f65d998b505e53989c73f4eec5f25859aef60846ce6b7c581d6fd7d53363314a60539b31164fafed4672cb9 +Size (firefox91-l10n-91.9.0/gl.xpi) = 541297 bytes +BLAKE2s (firefox91-l10n-91.9.0/gn.xpi) = a436905ac47cd4f95ba98a61602f763906baf7e0de0d7fe37525c6f7442a4aa7 +SHA512 (firefox91-l10n-91.9.0/gn.xpi) = d7e828bc0565b75c03c4f72274cfcd13cc3dc77639505010c4925a1ba2d7514a94062b802b46a0469ee033ca60da38dd4a0188cc7ab71f8b43a2e9ffd546319f +Size (firefox91-l10n-91.9.0/gn.xpi) = 557606 bytes +BLAKE2s (firefox91-l10n-91.9.0/gu-IN.xpi) = ea329edd07487d50e00eef784af656be7468a0af04cfaceefac9c8d37e93257d +SHA512 (firefox91-l10n-91.9.0/gu-IN.xpi) = 3a3a8a263004ac537e216362d5d402aa58ea74e43a4c546683b5bc5529d00df5f032373f799e307deb397b1e0c309073e9aaf826826213e3ebbf7641bcf79688 +Size (firefox91-l10n-91.9.0/gu-IN.xpi) = 529548 bytes +BLAKE2s (firefox91-l10n-91.9.0/he.xpi) = 33d9e1e61c5b11e6853bcebdee27bca7c43f3ff0093b0f3c4c78c0b7f685c57c +SHA512 (firefox91-l10n-91.9.0/he.xpi) = 01b55c052813a53788806c157b15b219b7831e258ff0c547b1da79e8f2af1753a3b36bfbf49dadee6c8fa272f942ea72816a346bf26454b58e451fcd42e634ab +Size (firefox91-l10n-91.9.0/he.xpi) = 557207 bytes +BLAKE2s (firefox91-l10n-91.9.0/hi-IN.xpi) = 3a57fabf1bad5ed428fb011145f2254664dd908acce94893d571b32aa6510cad +SHA512 (firefox91-l10n-91.9.0/hi-IN.xpi) = cecefa32bc1d52fc3d330f870173b7fe906681c5bfed6b465cf36291a2dd51af229d6bae1c7a59f6655bcb0ee470e381f47602f834e595d92555f316cc26b8ab +Size (firefox91-l10n-91.9.0/hi-IN.xpi) = 560654 bytes +BLAKE2s (firefox91-l10n-91.9.0/hr.xpi) = 331cbc183a63aacda8a3df45ec95d224d7867e2d2bf456341363f77cf7033698 +SHA512 (firefox91-l10n-91.9.0/hr.xpi) = b3f4c6aaffb69d316bfba893563ebea3c71f818e1c81b4a5b873b48a5891d34d042cedb6cba6e34c9dde98a1040cb05015e51b116a525144dc13e2af8c0aab3e +Size (firefox91-l10n-91.9.0/hr.xpi) = 530044 bytes +BLAKE2s (firefox91-l10n-91.9.0/hsb.xpi) = b3afb75e078561ad9aed80924851b26611353bbeb73b27c58329f76b6fa32afa +SHA512 (firefox91-l10n-91.9.0/hsb.xpi) = 84c3141b76a0a95c1e4df21a56f8687d568fc00d5e63ada95fe06ddd5a0d794b3ba8430b37c03732c2736fbce4a3b40e2860ce8eadd6d74f56c446ce950d093c +Size (firefox91-l10n-91.9.0/hsb.xpi) = 562625 bytes +BLAKE2s (firefox91-l10n-91.9.0/hu.xpi) = 159782470240e917b220a6b31d7b3fb4ac3e415fcafcb3a398ae0daa4e0c7c9d +SHA512 (firefox91-l10n-91.9.0/hu.xpi) = a9617431316de400435af7d7c5860239c4b0d75883ff326264506e7d31662b7be02f38a582a04cce81a378a9af7bc8da6dd8090b453e1f86d92d3239be531559 +Size (firefox91-l10n-91.9.0/hu.xpi) = 566083 bytes +BLAKE2s (firefox91-l10n-91.9.0/hy-AM.xpi) = dcd0222ec848f2728c355d66caa6e0624cbe084302bfc7b2f6d93e6d451834d4 +SHA512 (firefox91-l10n-91.9.0/hy-AM.xpi) = a68be69300c55cbc779f6d040fd28b6f4511584a8c9b49fe1fec57c501b81825fb377a7147bbd76098c379ad5050e74aebed9e4ba3908417c056d6143a9b92ba +Size (firefox91-l10n-91.9.0/hy-AM.xpi) = 579765 bytes +BLAKE2s (firefox91-l10n-91.9.0/ia.xpi) = 0317913ea8eda7eb5785d7e0ce9dc7f0d06bdff1b8534c52073753f651b9060b +SHA512 (firefox91-l10n-91.9.0/ia.xpi) = b4ed164a5a7e294ef1618e1ca5817131e881b7936fa76fa65362d688a8be198957884bd4c974d1ffe32896079a1b1bbe17b2c9596cf4ce69e6aa1b3674bf26cb +Size (firefox91-l10n-91.9.0/ia.xpi) = 532145 bytes +BLAKE2s (firefox91-l10n-91.9.0/id.xpi) = 5e6139377c6ecf8ce75048b87d617ec265f48ff1f058c1cf359be5f4df738498 +SHA512 (firefox91-l10n-91.9.0/id.xpi) = 9d410bf3711876a7a4145ed55685b35140dd60562d60693ba98c1e6acf679266c33c6700dba7117047f12509f41549c24899b293c9fa938639895e780bdacec1 +Size (firefox91-l10n-91.9.0/id.xpi) = 519831 bytes +BLAKE2s (firefox91-l10n-91.9.0/is.xpi) = e4f1d7648b50f3fe0342c38bd6eefd11270de996ce2a80299cfee58aa6470cdd +SHA512 (firefox91-l10n-91.9.0/is.xpi) = 80c0c19eb7612fd2ad4b5642639f208e98e44294bc68bcd1d0c93806585bfe1e2dfd8dac1ee543a15e3369851bdba7053dec2adcb92065c75332d587e654f611 +Size (firefox91-l10n-91.9.0/is.xpi) = 470227 bytes +BLAKE2s (firefox91-l10n-91.9.0/it.xpi) = f0d4ace257fc1334e98bcdb42542a0bf3107b5bca10be2fe5377b7dc653d9c0d +SHA512 (firefox91-l10n-91.9.0/it.xpi) = 59d6707da0fa7e401100173708474d1333a77c1d32d645b44c6cafdb629100fb45092d2438dbf8f26bf1549b695714de31d126fd8cc7d5ead3f3c8db48f56c7c +Size (firefox91-l10n-91.9.0/it.xpi) = 459094 bytes +BLAKE2s (firefox91-l10n-91.9.0/ja.xpi) = 69488c2999e591be1504a7980677e6afa653dd37e6520b94126f6e8817f566d2 +SHA512 (firefox91-l10n-91.9.0/ja.xpi) = 5e00899ff8813a3a3698ab068fc92b62c1f24e8cc5ae112adb3821a483a2ed3940ac0145d160899023a6adff5ada3fe76d2c98cc6c2931809ed26961783fa703 +Size (firefox91-l10n-91.9.0/ja.xpi) = 588083 bytes +BLAKE2s (firefox91-l10n-91.9.0/ka.xpi) = bc1b5ad6ff83dea41f4e7565d5204494f3ab8207c18293daf76e6462cc855424 +SHA512 (firefox91-l10n-91.9.0/ka.xpi) = 016647180407fc6bcf92d915260ad57cd7054fd44d7946e6d90910c3aace23742a64685392af47488a5c479e397ac5fa3354b5f3f2c4555edd7f0c265fefd592 +Size (firefox91-l10n-91.9.0/ka.xpi) = 592244 bytes +BLAKE2s (firefox91-l10n-91.9.0/kab.xpi) = 70bf696db3b92480a3c3b4267b83a8b89a4f687ccdf591fec03e6b83a751be3e +SHA512 (firefox91-l10n-91.9.0/kab.xpi) = 5e3536cbee93040fb39409fc78530343555bfededd3885a3088965891f31b478a8bbc5c13ab91b8eca9c5beb968f4c6b589a1d5fa9d7884c848590be42f79eed +Size (firefox91-l10n-91.9.0/kab.xpi) = 545013 bytes +BLAKE2s (firefox91-l10n-91.9.0/kk.xpi) = ebe28e24e18a24b36f2eaca8b3ec81a709cec6d8fc7fc2aba13f565f426cad35 +SHA512 (firefox91-l10n-91.9.0/kk.xpi) = 1f9af806923e2a1a5e313a2c5ccac55061c8e89e0b50f0cc7c0385f5dbd2619037a7b48a8e59a806926fac863fced3646251a0c72f3c318575c07bf77dcc1dbc +Size (firefox91-l10n-91.9.0/kk.xpi) = 605553 bytes +BLAKE2s (firefox91-l10n-91.9.0/km.xpi) = 0a4aea115ed0b8109ccd0970642938697509aa13d64d02d349b36170d08be2d4 +SHA512 (firefox91-l10n-91.9.0/km.xpi) = 4e9f30d2b14441d739f9a46f6788d1ede20801406a05032122b75ad60c067ad3f2e499e2289b6e46f97d3581a46a6d7d05706e78151e2beec8f33af252368b0f +Size (firefox91-l10n-91.9.0/km.xpi) = 533110 bytes +BLAKE2s (firefox91-l10n-91.9.0/kn.xpi) = 40afd0e07faf87c80dead07042956c8ccf2ab178ed68e91a6c8a51c2dab9ccaa +SHA512 (firefox91-l10n-91.9.0/kn.xpi) = 98d2ef78d63bccfe4297f4c03b8f779a719114338fdf44584b4fa208c86ee2c25d4b9edc96b905b3b1df37ac6dc7fe231d6aabef6eb45ce25d2bf9c69eb916cc +Size (firefox91-l10n-91.9.0/kn.xpi) = 498972 bytes +BLAKE2s (firefox91-l10n-91.9.0/ko.xpi) = 03195f77541c97855bba04d484a120a2f70eff6f473d8ee485f860546529f789 +SHA512 (firefox91-l10n-91.9.0/ko.xpi) = e54c373d97adcd08906bf3af8ac9523bb4637e8424b3b6824c0bfe51d3469f5530120adcbeafd6f8a469d65c68057d2f8ebf4e07a3fbc66b0a426d282554fc33 +Size (firefox91-l10n-91.9.0/ko.xpi) = 579065 bytes +BLAKE2s (firefox91-l10n-91.9.0/lij.xpi) = cb17cde62340be7f3a2532bd4e7ce8370e1c45c110216a96d08743c275b95675 +SHA512 (firefox91-l10n-91.9.0/lij.xpi) = eff03fa6bc7e0a6b6a59a0997cf487b25d45010c5f797160a0c1645c6812cfdd73dda22d3a58acac9e6abf5b755acb3ed635b96c06d4763be1a1d3579dcf1a43 +Size (firefox91-l10n-91.9.0/lij.xpi) = 470175 bytes +BLAKE2s (firefox91-l10n-91.9.0/lt.xpi) = 8945f58129c804fbe058a588e7fdf196fc541324d8f25bca94454c7de66a4d71 +SHA512 (firefox91-l10n-91.9.0/lt.xpi) = 67a840bd3c7f01d7fa64ef5afddef2919fab37f4c8c3090e6669233946975bde09060fb2c452a10bda620636defb74f2816309a317b3354895b89ef7a258675c +Size (firefox91-l10n-91.9.0/lt.xpi) = 560114 bytes +BLAKE2s (firefox91-l10n-91.9.0/lv.xpi) = 749f57d6d583d93dd89649a7594f8317021be96fb76a641957580951545fa014 +SHA512 (firefox91-l10n-91.9.0/lv.xpi) = 36bd2ef7b0ac2813430247b6d0b922eb7de25af26b0776ffae92c2362f1fc1b6c60d5ee3076d3f8c47d1cd097326b464996b08687a7a9d2fb35f0392cc26b9ba +Size (firefox91-l10n-91.9.0/lv.xpi) = 462464 bytes +BLAKE2s (firefox91-l10n-91.9.0/mk.xpi) = 6e1d56723eec3c12657d92dc674ce7c4ec64bc455d01c6eeea29465ec3a08e15 +SHA512 (firefox91-l10n-91.9.0/mk.xpi) = 4a4bba0746607fd7cf7844f78c98b4026636d9a99f5e0191c68871c93ddab94da730927da183eeae49e07be5f763ddeb0b9c075eb631d1db1ac240eaaac4dffd +Size (firefox91-l10n-91.9.0/mk.xpi) = 465339 bytes +BLAKE2s (firefox91-l10n-91.9.0/mr.xpi) = 07a3b1285935541517926c005916e0d4a13609e032cc272d29e014eb777852e1 +SHA512 (firefox91-l10n-91.9.0/mr.xpi) = 421c2c36c85850fb61da9c65ae61ea0bdb2273440d472b63511444c4a4345383908e68e95b22b7297f31efc9e2ed9fb816e31618d7929772dc0a528f74c1f033 +Size (firefox91-l10n-91.9.0/mr.xpi) = 532126 bytes +BLAKE2s (firefox91-l10n-91.9.0/ms.xpi) = 9e45e21dcb6f03fb0b1dca9ed056535676dc52b0a1f681d28f814c0f303e89b7 +SHA512 (firefox91-l10n-91.9.0/ms.xpi) = 622d3e6c131aebe3c7aa303fd0007b2ade21ee40128a5d7f7c84d22a59ab53391506a63a7c46efb29ad9e2094352d0a33b390facf34c7457e44c72450f0e08a6 +Size (firefox91-l10n-91.9.0/ms.xpi) = 447341 bytes +BLAKE2s (firefox91-l10n-91.9.0/my.xpi) = a259c210e94f2b2b626edff624e9ae1221baa073247518ed20118518ee6e2ada +SHA512 (firefox91-l10n-91.9.0/my.xpi) = ce6892bb26de06a01f7fdfc45650e6308579c7f2863f9836b57573db7939d7fdd0a27c93f79d6470043ac227fdb61c84de1d7dfefe8ab839e9e3a30b661fbcf6 +Size (firefox91-l10n-91.9.0/my.xpi) = 516300 bytes +BLAKE2s (firefox91-l10n-91.9.0/nb-NO.xpi) = f19d01a02c5c9e4281ef850c1f877f4564b64780ddae623bdc91aa09cebe41d9 +SHA512 (firefox91-l10n-91.9.0/nb-NO.xpi) = 3980ebdcbd48b96d08dedab50e4d6c28e0006601ccc64f9306b89efff5a4d6fd6cbae4132160dc8fd21d7aec66de4d73fb1b456f87ae19d533a6b72871e511e9 +Size (firefox91-l10n-91.9.0/nb-NO.xpi) = 529420 bytes +BLAKE2s (firefox91-l10n-91.9.0/ne-NP.xpi) = 05e184370ecd8e50f3c90690f2842807fafac51e10c573b87c3e74beb20fe71a +SHA512 (firefox91-l10n-91.9.0/ne-NP.xpi) = cbe25214852054e08b41af418e5635b20191bd997730c2c096c7ca1cee92882277238ffb8aecc1d406680c2e9fc03c895b20af7cea8ab379958733d578cac93d +Size (firefox91-l10n-91.9.0/ne-NP.xpi) = 485220 bytes +BLAKE2s (firefox91-l10n-91.9.0/nl.xpi) = 5fe001367d601165b12020977ce145c01365207b54ace7a66a6167797b0c6fc3 +SHA512 (firefox91-l10n-91.9.0/nl.xpi) = 683ff16e9f014f594bf2d8ac4feda163f4caca6a0bdf02dd3068600fdc26db0a058c1d5f2fd501668ba59d9d9124cb3026f7eb34761f3235b01e9d5d24930665 +Size (firefox91-l10n-91.9.0/nl.xpi) = 537388 bytes +BLAKE2s (firefox91-l10n-91.9.0/nn-NO.xpi) = 978cf87f4872a895e6dab7b69fca597c930faf654bd5e6adc1fa38a9fba8f0f1 +SHA512 (firefox91-l10n-91.9.0/nn-NO.xpi) = ccb7045cb426cc3c372a4e698a752cefd19e6c29d163e1a94b960344b1378b4d73801088488998dc687b36def27de399d7a1f6f34f521402d167a172679aa257 +Size (firefox91-l10n-91.9.0/nn-NO.xpi) = 531673 bytes +BLAKE2s (firefox91-l10n-91.9.0/oc.xpi) = f9e966bf93f2df2cd4881d717768a03f2e915152af2c96be8fc715f9f0abf9a5 +SHA512 (firefox91-l10n-91.9.0/oc.xpi) = e4392439b229107db88684aa11a47f17d14e24c69db84dcd4ab30ae20119ee5d63784ba0206c19a0326d7a3f66d44afbf808ff6f8d93f3ddef358cb28967bb37 +Size (firefox91-l10n-91.9.0/oc.xpi) = 552938 bytes +BLAKE2s (firefox91-l10n-91.9.0/pa-IN.xpi) = 783a1e54d12937c76c483e1941f92342e2af898dafc3c658e5f03ce6bf590eda +SHA512 (firefox91-l10n-91.9.0/pa-IN.xpi) = f74438ccf2160196373eddfd4d8839a10ab2ead100f0a05dc9f43bc186b484b79e16eed319c84afa935d4ebb4027094766d5e993ee27e67a6e236497c062b6e1 +Size (firefox91-l10n-91.9.0/pa-IN.xpi) = 595974 bytes +BLAKE2s (firefox91-l10n-91.9.0/pl.xpi) = 503bcd2293aceb120c9ae206384dbe3d6513bcdf00b34694b57d6d5ae060c489 +SHA512 (firefox91-l10n-91.9.0/pl.xpi) = ac5cec8ca29a4a0424f0c3be1335bb8151291c98790f2c76550c89906f6c0e18d9ad9bb5ead8089148bd9dec92ae40aae753fa083d65493b8a35eb7b6c78e88a +Size (firefox91-l10n-91.9.0/pl.xpi) = 555619 bytes +BLAKE2s (firefox91-l10n-91.9.0/pt-BR.xpi) = 3325e1ca3fca883a9d002f4e1572f8d2242d8a70e67c28326da07b3620a72167 +SHA512 (firefox91-l10n-91.9.0/pt-BR.xpi) = ea4841eba5080cc947bc5ef582d22b46aeb747e8ae1013f6b45b0a961bd9a8456f1e3772e9fc8d8a7d827f2c1b215c4239743716114139b6dff05e01712dfdc8 +Size (firefox91-l10n-91.9.0/pt-BR.xpi) = 542613 bytes +BLAKE2s (firefox91-l10n-91.9.0/pt-PT.xpi) = 3db079ce43798f9a0b97aa0198f7fe8ed7439310dc2494be9919895ad22a2fa0 +SHA512 (firefox91-l10n-91.9.0/pt-PT.xpi) = 16d4ef571c5e3922889ad21186cf127c18ed523115476e465882269975cf130e42b9374e79069f225f14be2b391e79e4108dcb541265f6eb590550337655800d +Size (firefox91-l10n-91.9.0/pt-PT.xpi) = 546338 bytes +BLAKE2s (firefox91-l10n-91.9.0/rm.xpi) = 13f5a7c67595cf985d8d09609aaa3bffd33e6f9759ff6baedea267eee2a8dc4e +SHA512 (firefox91-l10n-91.9.0/rm.xpi) = 92917d31ad3dfb5b28a571edfa405a3ea530951e2bc2ec32adb149b7c52b7cb8a3872c9ec7e1478da748810ca20c56901726785bd95256d2a65cc40d4f540426 +Size (firefox91-l10n-91.9.0/rm.xpi) = 537360 bytes +BLAKE2s (firefox91-l10n-91.9.0/ro.xpi) = dddc54dec43a9a413ef4e10cc525183d0b61278ad8356f744d91e41d8474c09e +SHA512 (firefox91-l10n-91.9.0/ro.xpi) = b9faad2a10495334d96eab6502607f7246c3a21b214f80708b7e366747c254289a47761ab415098f4f38fa9ee1243776f91caf7d55b3628a367b5220aa68d1c6 +Size (firefox91-l10n-91.9.0/ro.xpi) = 529326 bytes +BLAKE2s (firefox91-l10n-91.9.0/ru.xpi) = 0b22b4b68e6a38ce01cf4c5b950d4114f050dec9d14f1806e066495d1fac7f48 +SHA512 (firefox91-l10n-91.9.0/ru.xpi) = b54221e41b7d46951b127eb0c7398765040b044b86afee4dfb5cf858487639de7fbdca4593cc0d3ef8ce52dd42a4dcc5308e2b6b4118efdbe9b952b8aa58e141 +Size (firefox91-l10n-91.9.0/ru.xpi) = 627119 bytes +BLAKE2s (firefox91-l10n-91.9.0/si.xpi) = 258e5d9544184acc6dfd6506df32926b22dbac9f62009028bcd046aa41275a0e +SHA512 (firefox91-l10n-91.9.0/si.xpi) = c6d3c0a04ba479baddc3664470d637e4477fb951d10feeb811ddaf536109285e6ce99b3a5ac934ca948ca60afce37222d467ebd365712c88f4886810499ef0e0 +Size (firefox91-l10n-91.9.0/si.xpi) = 487949 bytes +BLAKE2s (firefox91-l10n-91.9.0/sk.xpi) = f8b156773c07b86896ca569563b594978062e240ebd1e55fe1c33177aad4381d +SHA512 (firefox91-l10n-91.9.0/sk.xpi) = eec6e78b7e6da6841401ee90e55f92e64aad166c82e08b6a1b069d19215987ddaa0469dd8821e0fad6db0e5fbbf807c5451fb5b7d44838c87e83ba8cd1696e7e +Size (firefox91-l10n-91.9.0/sk.xpi) = 566482 bytes +BLAKE2s (firefox91-l10n-91.9.0/sl.xpi) = 2ceb8cdada9977539d3f069e7f060ba11798e35c5e8756a4006c73d403aed7e9 +SHA512 (firefox91-l10n-91.9.0/sl.xpi) = f4fac9fc17d4d51aec6ad23f3abf4d15606fd2f33bf63dc63d1c15abe818018b72ebb66929d592a009d6b782a6189cdc8e440593afb79be602fb4bc3d84fe245 +Size (firefox91-l10n-91.9.0/sl.xpi) = 538013 bytes +BLAKE2s (firefox91-l10n-91.9.0/son.xpi) = cfad7be2bf6b613a51fa83bb0b8b74b5e42bba363397c91949e181cd37fde2e8 +SHA512 (firefox91-l10n-91.9.0/son.xpi) = 907ea3f434d2b78e3d62373aa0b12205a6647cbd431e6b92e908d21e20eebec921a82076e3f96e86ee0c3ccf2d57101795cac3724069b9c20698e5f84bb6b329 +Size (firefox91-l10n-91.9.0/son.xpi) = 425992 bytes +BLAKE2s (firefox91-l10n-91.9.0/sq.xpi) = eab58f0acab787cdab959d522f5d534e56f36ade9efa99dc797dadff979f41cc +SHA512 (firefox91-l10n-91.9.0/sq.xpi) = 80102bc8c2cc9ca591a7952637efc2061e4b0737725d43acf4d5b1720d3b7e1bd73f15bf37ae5a4ce9e7eec0593bfae6dd961bff2555f00154f9bae6ec8459d8 +Size (firefox91-l10n-91.9.0/sq.xpi) = 555988 bytes +BLAKE2s (firefox91-l10n-91.9.0/sr.xpi) = d7c198f4476863d45c7a61003c4891bc1f738d7b712deb58fa12836d5b8cc05b +SHA512 (firefox91-l10n-91.9.0/sr.xpi) = 862a62ab1b3ca497305085bab269bf47f139be51213aa648689189e739a0fa9ee5687d9c2f54b5201314dea51a5e9ecc5ad4f888eb4028d7aa491aaec055a1a4 +Size (firefox91-l10n-91.9.0/sr.xpi) = 586068 bytes +BLAKE2s (firefox91-l10n-91.9.0/sv-SE.xpi) = 20f6e2b05c1e8776df5d00e88b3d0b12df871f75f9e01fcec11ea0e682c99166 +SHA512 (firefox91-l10n-91.9.0/sv-SE.xpi) = 1925ff7ca77d873b721af1b00105aa5972538949c930d20019f5b981807fd366061ae602b8b411866c121ce742e0d7876c82da4ffa695a1991dfafa9956708dd +Size (firefox91-l10n-91.9.0/sv-SE.xpi) = 539967 bytes +BLAKE2s (firefox91-l10n-91.9.0/ta.xpi) = a268573afa5adb6be118ea09527fad34728dc674bc08d1a21cc5b56df4cdbf1b +SHA512 (firefox91-l10n-91.9.0/ta.xpi) = 0594c0c7df2d1586a965388ca0411b8cd4073e156befd83940c4e76959ffedae97f4fc312b3ff2028ce70ce2bfb24c59416157f04619cdadbf992b68ce3c347d +Size (firefox91-l10n-91.9.0/ta.xpi) = 513821 bytes +BLAKE2s (firefox91-l10n-91.9.0/te.xpi) = 678fa2c4aa3a90985d9b7792315d5c4facb11459848a8a027f6213a354b8aa6e +SHA512 (firefox91-l10n-91.9.0/te.xpi) = f64ede8e879e301b9dc8028695b8c72c79b3fa958dd0e24ee829db1a43a6c3a87c4612463705dd65095df41e21aa57178e5a41df2bb1c8576e0c14674671b274 +Size (firefox91-l10n-91.9.0/te.xpi) = 549956 bytes +BLAKE2s (firefox91-l10n-91.9.0/th.xpi) = 465c2a2401a531f8b1eb0c1e46ce0492e04e77909ab37d68c8c779bca42330f2 +SHA512 (firefox91-l10n-91.9.0/th.xpi) = 5779ffd7dc67c007722c1b211f3801ec0a76069f256c36399b016f66302fabe899ebfcbd85e196c62bff744f30d62c84f1ff66206a813d87ff5be12f5666c08d +Size (firefox91-l10n-91.9.0/th.xpi) = 607069 bytes +BLAKE2s (firefox91-l10n-91.9.0/tr.xpi) = 1fe25b172d94e2613b9f1ff663da6c0074e7ec4ab0fdb4dc101b8d95a652e0af +SHA512 (firefox91-l10n-91.9.0/tr.xpi) = 5f4ad0d618cdde86a45a270090d696230ead0d13b2edd945d27c19c3adc4d8c1a5176df8a7ef3e8b9fe1efd59d316b30b04bf765c3a5e03e3eba4a45d90ce33b +Size (firefox91-l10n-91.9.0/tr.xpi) = 553689 bytes +BLAKE2s (firefox91-l10n-91.9.0/uk.xpi) = 21900758cfaa53052d7dcf66ab06d0709c0ad70176ac23c93430de8cd6d12a0e +SHA512 (firefox91-l10n-91.9.0/uk.xpi) = 9a69261c71ddacdc570365847674082439b40e17957ce9509ae226c80ac2c5a117b9a69fb5d11a703de2695db75e427c7be085b4303bdefdcf1265890818f677 +Size (firefox91-l10n-91.9.0/uk.xpi) = 620502 bytes +BLAKE2s (firefox91-l10n-91.9.0/uz.xpi) = aea1801bf59f8d623ac7f8cdb2aa5efc1e4cebe76e62f7d2170d729ced7ac59a +SHA512 (firefox91-l10n-91.9.0/uz.xpi) = 118c5f40b48449e61fd06a9f4ffc39c5203484148e18285d6c7b22fac3429531eee1788ce2211502b4d208852e0cb6d6a604620df9c7761bae40fb38997483db +Size (firefox91-l10n-91.9.0/uz.xpi) = 466876 bytes +BLAKE2s (firefox91-l10n-91.9.0/vi.xpi) = 8bcc30364f17c5319ab4a1be18a09a70e74c5984d20e38d06d22b1a6cba0d229 +SHA512 (firefox91-l10n-91.9.0/vi.xpi) = 285e1daffc102e8a25b2d74c0fdcd063dc5542819a6b651b1644e702b0848dafc696facdcedd18c506cd4354f7f501cdc26f68336f66b0bbc710dcbc659a7bdc +Size (firefox91-l10n-91.9.0/vi.xpi) = 573486 bytes +BLAKE2s (firefox91-l10n-91.9.0/xh.xpi) = d5c6d02189d88a81ef081dcbcd57e2738f430e11bd734ab0378edf5ddc601808 +SHA512 (firefox91-l10n-91.9.0/xh.xpi) = 59d2d7877d539be879777ac8f48d6e98dee4eefe4cd92c1f1363e7cd7e1a909863d57109b0c47e159a55678677285380b7755e0d3c9f06cdc7eec7cbdb03d098 +Size (firefox91-l10n-91.9.0/xh.xpi) = 428177 bytes +BLAKE2s (firefox91-l10n-91.9.0/zh-CN.xpi) = 76c106fdd5e5f305235bf9e39f3570002aeb1734eb345fe852f069bff46858b2 +SHA512 (firefox91-l10n-91.9.0/zh-CN.xpi) = ab6adcc8f1071aacda8452b0d58d26ee8f1072189b7459f9191e3a4c1b4a9f864ca3483fe6bf9f642f962d5f223d5f11364173349519a7ce7a4c7451c08d27cf +Size (firefox91-l10n-91.9.0/zh-CN.xpi) = 575381 bytes +BLAKE2s (firefox91-l10n-91.9.0/zh-TW.xpi) = dc21c0ba2faa3413355e119f0e49cab5d25e0a8efdc69ad98d6e8e2a30a307ff +SHA512 (firefox91-l10n-91.9.0/zh-TW.xpi) = 326ae088155fe30964ce58b564dfc0879d5f94b14c31173194e424f3a2862a4619d76852118403ac92ed61581e5419395f219cdb8bc9a3056beded03d3b83d96 +Size (firefox91-l10n-91.9.0/zh-TW.xpi) = 576235 bytes From 81750884857387c4d5c55efd04273aee6104cc2f Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 16 May 2022 21:21:42 +0000 Subject: [PATCH 0524/1154] doc: Updated www/firefox91-l10n to 91.9.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 8e0dd4b9691ac..8ac1cd05bb4a7 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2585 2022/05/16 21:16:13 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2586 2022/05/16 21:21:42 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3999,3 +3999,4 @@ Changes to the packages collection and infrastructure in 2022: Added net/vultr-cli version 2.14.0 [tpaul 2022-05-16] Updated lang/py-libcst to 0.4.3 [adam 2022-05-16] Updated www/firefox91 to 91.9.0 [nia 2022-05-16] + Updated www/firefox91-l10n to 91.9.0 [nia 2022-05-16] From a859073949c60f1ebbd022c0f730f771f5a634df Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 16 May 2022 22:45:29 +0000 Subject: [PATCH 0525/1154] mutt: Update to version 2.2.5 This is a bug-fix release, fixing two authentication problems when Mutt is configured with libgsasl (a new configuration option in 2.2.x). --- mail/mutt/Makefile | 4 ++-- mail/mutt/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 65fb6140066b9..81817ff04696b 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.260 2022/05/01 06:51:24 tron Exp $ +# $NetBSD: Makefile,v 1.261 2022/05/16 22:45:29 tron Exp $ -DISTNAME= mutt-2.2.4 +DISTNAME= mutt-2.2.5 CATEGORIES= mail MASTER_SITES= http://ftp.mutt.org/pub/mutt/ diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo index ad0d628ccd7cd..523c8c6229a0b 100644 --- a/mail/mutt/distinfo +++ b/mail/mutt/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.108 2022/05/01 06:51:24 tron Exp $ +$NetBSD: distinfo,v 1.109 2022/05/16 22:45:29 tron Exp $ -BLAKE2s (mutt-2.2.4.tar.gz) = c5cff6dd0580f1b36d559a05c58b07cc724f7af766b970b1578802f1c7278c54 -SHA512 (mutt-2.2.4.tar.gz) = 4a4b27069ab55ac557613659c210edc98016c8506e2281aa0cf1966fc18d04bb2e8d8f227c2a05b3e3657138c1ac9097f38e4693d49e42425b43ab63dd262b10 -Size (mutt-2.2.4.tar.gz) = 5515825 bytes +BLAKE2s (mutt-2.2.5.tar.gz) = 87e20a18d18e96ce9975ef53d122ee87b3aac0a4d6c9d23ba6cfd27cecf2c9ca +SHA512 (mutt-2.2.5.tar.gz) = 30b53e7d64c84dcd32e5aa20aa25ff439f11531ddb1278ddb603c3cd4543fad2a6c8eda6b43827557f265e22fb8fea75900e9e2d39d35201e66738303adcc226 +Size (mutt-2.2.5.tar.gz) = 5516189 bytes SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0 SHA1 (patch-configure) = 6ecee8d2aef0a6280d9eb9d195beed2c439a2c87 From 5a9b0c168a10f7ca66dde97e8686b4483602a7cd Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 16 May 2022 22:45:44 +0000 Subject: [PATCH 0526/1154] Note update of the "mutt" package to version 2.2.5 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 8ac1cd05bb4a7..2ec155ca36620 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2586 2022/05/16 21:21:42 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2587 2022/05/16 22:45:44 tron Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4000,3 +4000,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/py-libcst to 0.4.3 [adam 2022-05-16] Updated www/firefox91 to 91.9.0 [nia 2022-05-16] Updated www/firefox91-l10n to 91.9.0 [nia 2022-05-16] + Updated mail/mutt to 2.2.5 [tron 2022-05-16] From bf8260f546182cce528ed72a1848580e223ca9e0 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Tue, 17 May 2022 00:42:33 +0000 Subject: [PATCH 0527/1154] ruby: fix spelling & grammar in comments, and update one --- lang/ruby/gem.mk | 24 ++++++++++++------------ lang/ruby/platform.mk | 13 ++++++------- lang/ruby/rails.mk | 8 ++++---- lang/ruby/rubyversion.mk | 20 ++++++++++---------- 4 files changed, 32 insertions(+), 33 deletions(-) diff --git a/lang/ruby/gem.mk b/lang/ruby/gem.mk index f2c7a98386049..e22ff8c6b830f 100644 --- a/lang/ruby/gem.mk +++ b/lang/ruby/gem.mk @@ -1,4 +1,4 @@ -# $NetBSD: gem.mk,v 1.47 2021/03/21 12:39:52 taca Exp $ +# $NetBSD: gem.mk,v 1.48 2022/05/17 00:42:33 gutteridge Exp $ # # This Makefile fragment is intended to be included by packages that build # and install Ruby gems. @@ -15,10 +15,10 @@ # OVERRIDE_GEMSPEC # Fix version of depending gem or modify files in gemspec. # -# (1) Specify as gem and dependency pattern as usual pkgsrc's one. +# (1) Specify as gem and dependency pattern as usual pkgsrc format. # # Example: -# When gemspec contains "json~>1.4.7" as runtime dependency +# When gemspec contains "json~>1.4.7" as a runtime dependency # (i.e. json>=1.4.7<1.5) and if you want to relax it to # "json>=1.4.6" then use: # @@ -29,7 +29,7 @@ # # OVERRIDE_GEMSPEC+= json:json_pure>=1.4.6 # -# You can also remove dependency: +# You can also remove a dependency: # # OVERRIDE_GEMSPEC+= json: # @@ -55,7 +55,7 @@ # # OVERRIDE_GEMSPEC+= :files ruby=ruby193 # -# Note: Because of limited parser, argumetns for (1) must preceed to (2). +# Note: Because of the limited parser, arguments for (1) must precede (2). # # Default: (empty) # @@ -88,12 +88,12 @@ # # GEM_CLEANBUILD_EXTENSIONS # A list of shell globs representing files under ${RUBY_EXTSDIR}. -# These files will be additionaly removed from the gem installed in +# These files will be additionally removed from the gem installed in # the installation root. # # GEM_KEEPBUILD -# A list of shell globs representing files not to remove even it match -# with GEM_CLEANBUILD or GEM_CLEANBUILD_EXTENSIONS. +# A list of shell globs representing files not to remove even if they +# match with GEM_CLEANBUILD or GEM_CLEANBUILD_EXTENSIONS. # # Default: (empty) # @@ -124,7 +124,7 @@ # "extensions" directory under ${GEM_HOME}. # # GEM_PLUGINSDIR -# "plguins" direcotry under ${GEM_HOME}. It is generated by +# "plugins" directory under ${GEM_HOME}. It is generated by # rubygems 3.2 and later. # In PLIST file, it will be replace to "${GEM_HOME}/plugins" or # "@comment ..." depends on the version of rubygems. @@ -135,7 +135,7 @@ .if !defined(_RUBYGEM_MK) _RUBYGEM_MK= # defined -# replace interpeter bin default +# replace interpreter bin default REPLACE_RUBY_DIRS?= bin REPLACE_RUBY_PAT?= * @@ -180,8 +180,8 @@ GEM_BUILDINFO_DIR= ${GEM_HOME}/build_info # Installed gems have wrapper scripts that call the right interpreter, # regardless of the #! line at the head of a script, so we can skip -# the interpreter path check for gems. ANd it is also true for files' -# permission. +# the interpreter path check for gems. And it is also true for files' +# permissions. # CHECK_INTERPRETER_SKIP+= ${GEM_LIBDIR}/* CHECK_PERMS_SKIP+= ${GEM_LIBDIR}/* diff --git a/lang/ruby/platform.mk b/lang/ruby/platform.mk index 0886748ff5abb..d862a157ae9de 100644 --- a/lang/ruby/platform.mk +++ b/lang/ruby/platform.mk @@ -1,4 +1,4 @@ -# $NetBSD: platform.mk,v 1.12 2022/05/07 09:36:16 taca Exp $ +# $NetBSD: platform.mk,v 1.13 2022/05/17 00:42:33 gutteridge Exp $ # # @@ -47,8 +47,8 @@ SUBST_MESSAGE.conf= Fixing configuration files. SUBST_NOOP_OK.conf= yes # not needed for ruby-base>=2.6 # -# Don't reference pkgsrc's INSTALL macro since Ruby expect it could -# execute by unprivileged user. +# Don't reference pkgsrc's INSTALL macro since Ruby expects it could +# be executed by an unprivileged user. # CONFIGURE_ENV+= INSTALL="${INSTALL} ${COPY}" \ INSTALL_DATA= INSTALL_PROGRAM= INSTALL_SCRIPT= @@ -80,7 +80,7 @@ USE_BUILTIN.openssl= no # DragonFly # # -# Work around for getucontext(3) +# Workaround for getucontext(3) # .if ${OPSYS} == "DragonFly" && ${OS_VERSION} == "1.8.0" CONFIGURE_ENV+= ac_cv_header_ucontext_h=no @@ -98,8 +98,7 @@ CONFIGURE_ARGS+= --disable-dtrace # # NetBSD # -# dtrace support has problem on i386. (No official NetBSD release is -# built with dtrace enabled yet, so this problem is on 7.99.* only.) +# dtrace support has a problem on i386. XXX is this still an issue? # .if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --disable-dtrace @@ -179,7 +178,7 @@ PLIST.win32= yes .endif # -# IRIX work around which should be fixed. +# IRIX workaround which should be fixed. # PLIST_VARS+= io .if ${OPSYS} != "IRIX" diff --git a/lang/ruby/rails.mk b/lang/ruby/rails.mk index 1872095fd40ae..236fb28e221b4 100644 --- a/lang/ruby/rails.mk +++ b/lang/ruby/rails.mk @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.122 2022/05/05 03:39:02 taca Exp $ +# $NetBSD: rails.mk,v 1.123 2022/05/17 00:42:33 gutteridge Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -108,9 +108,9 @@ _RAILS_MINOR= ${RAILS_VERSION:C/([0-9]+)\.([0-9]+)\..*/\2/} _RAILS_TEENY= ${RAILS_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+).*/\3/} # -# If RUBY_RAILS_STRICT_DEP is defined, match exact current Ruby no Rails -# version. -# Otherwise allow greater minor version. +# If RUBY_RAILS_STRICT_DEP is defined, match exact current Ruby on Rails +# version. Otherwise allow greater minor version. +# .if !empty(RUBY_RAILS_STRICT_DEP:M[yY][eE][sS]) _RAILS_NEXT!= ${EXPR} ${_RAILS_TEENY} + 1 diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index a6a4f76b844e2..ef0247c2c6108 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.251 2022/05/05 10:15:17 jperkin Exp $ +# $NetBSD: rubyversion.mk,v 1.252 2022/05/17 00:42:33 gutteridge Exp $ # # This file determines which Ruby version is used as a dependency for @@ -8,13 +8,13 @@ # === User-settable variables === # # RUBY_VERSION_DEFAULT -# The preferered Ruby version to use. +# The preferred Ruby version to use. # # Possible values: 26 27 30 31 # Default: 27 # # RUBY_BUILD_DOCUMENT -# Build documentation of this package and so that install formated +# Build documentation of this package so that installs formatted # documentation. It is also used in each package. # # Possible values: Yes No @@ -45,8 +45,8 @@ # # RUBY_NOVERSION # If "Yes", the package dosen't depend on any version of Ruby, such -# as editing mode for emacs. In this case, package's name would begin -# with "ruby-". Otherwise, the package's name is begin with +# as an editing mode for Emacs. In this case, package's name would begin +# with "ruby-". Otherwise, the package's name begins with # ${RUBY_PKGPREFIX}. # # Possible values: Yes No @@ -59,7 +59,7 @@ # # RUBY_ENCODING_ARG # -# Optional encoding argument for shbang line. +# Optional encoding argument for shebang line. # # Default: (empty) # @@ -73,9 +73,9 @@ # Use this variable in pkgsrc's Makefile # # RUBY_PKGPREFIX -# Prefix part for ruby based packages. It is recommended that to -# use RUBY_PKGPREFIX with ruby related packages since you can supply -# different binary packages as each version of Ruby. +# Prefix part for Ruby-based packages. It is recommended to +# use RUBY_PKGPREFIX with Ruby-related packages since you can supply +# different binary packages for each version of Ruby. # # Possible values: ruby26 ruby27 ruby30 ruby31 # @@ -583,7 +583,7 @@ MULTI+= RUBY_VER=${RUBY_VERS:U${RUBY_VERSION_DEFAULT}} # RUBY_NOVERSION should be set to "Yes" if the package dosen't depend on # any specific version of ruby command. In this case, package's # name begin with "ruby-". -# If RUBY_NOVERSION is "No" (default), the package's name is begin +# If RUBY_NOVERSION is "No" (default), the package's name begins # with ${RUBY_NAME}; "ruby26", "ruby27" and so on. # # It also affects to RUBY_DOC, RUBY_EG... From 0fac21459d136e9d19273d7ddcda4b1fd6411f92 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 May 2022 07:33:48 +0000 Subject: [PATCH 0528/1154] haproxy: updated to 2.5.7 2.5.7 - BUILD: compiler: properly distinguish weak and global symbols - MINOR: connection: Add way to disable active connection closing during soft-stop - BUG/MEDIUM: http-ana: Fix memleak in redirect rules with ignore-empty option - BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit() - BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all() - MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord" - BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks from the response channel - CI: github actions: update LibreSSL to 3.5.2 - SCRIPTS: announce-release: add URL of dev packages - BUG/MEDIUM: mux-fcgi: Be sure to never set EOM flag on an empty HTX message - BUG/MEDIUM: mux-h1: Be able to handle trailers when C-L header was specified - BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket - BUG/MINOR: mux-h2: mark the stream as open before processing it not after - MINOR: mux-h2: report a trace event when failing to create a new stream - DOC: config: Update doc for PR/PH session states to warn about rewrite failures - BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port] - BUG/MINOR: startup: usage() when no -cc arguments - BUG/MEDIUM: resolvers: make "show resolvers" properly yield - BUG/MEDIUM: cli: make "show cli sockets" really yield - BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend" - BUG/MINOR: map/cli: protect the backref list during "show map" errors - BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init - BUG/MEDIUM: ssl/cli: fix yielding in show_cafile_detail - BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts - BUG/MINOR: ssl/cli: fix "show ssl ca-file " not to mix cli+ssl contexts - BUG/MINOR: ssl/cli: fix "show ssl crl-file" not to mix cli+ssl contexts - BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts - DOC: fix typo "ant" for "and" in INSTALL - CI: dynamically determine actual version of h2spec - BUG/MINOR: ssl: Fix typos in crl-file related CLI commands - BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation - BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings - BUILD: listener: shut report of possible null-deref in listener_accept() - BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( - DOC: install: update gcc version requirements - BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). - BUG/MEDIUM: lua: fix argument handling in data removal functions - DOC/MINOR: fix typos in the lua-api document - BUG/MINOR: conn_stream: do not confirm a connection from the frontend path - CLEANUP: applet: make appctx_new() initialize the whole appctx - BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized - MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests - CLEANUP: mux-h1: Fix comments and error messages for global options --- net/haproxy/Makefile | 4 ++-- net/haproxy/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 756403af17763..5d1c805a8f9dd 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2022/04/26 18:41:01 adam Exp $ +# $NetBSD: Makefile,v 1.95 2022/05/17 07:33:48 adam Exp $ -DISTNAME= haproxy-2.5.6 +DISTNAME= haproxy-2.5.7 CATEGORIES= net www MASTER_SITES= https://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index deb9c1e02a647..114f658d90872 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.87 2022/04/26 18:41:01 adam Exp $ +$NetBSD: distinfo,v 1.88 2022/05/17 07:33:48 adam Exp $ -BLAKE2s (haproxy-2.5.6.tar.gz) = 4fcf0ad9d95ecfb35ec56035bb015238a47b519c2cfd9d65e60ace60c5651e25 -SHA512 (haproxy-2.5.6.tar.gz) = e97f422379af0589edf5c1dea949e95f76a7d1ce05ece75580248607f6c05cfda4a430390aca74f4d37c35de8af6d73c9a0768a699c231e11c8bb4194cb98d41 -Size (haproxy-2.5.6.tar.gz) = 3826838 bytes +BLAKE2s (haproxy-2.5.7.tar.gz) = 34a9c014a7ff9363b091058a09aaf9a6c47b8b4ebafbd1e322ca58f2ec959d11 +SHA512 (haproxy-2.5.7.tar.gz) = cf6994508d559401a84e1304c2b6829952a9b3a14365d03436da42ec7e4553c201ffde9e524044dfa48813e8e614d24095a87b0fae7d9145ce5e66b953666ee9 +Size (haproxy-2.5.7.tar.gz) = 3832801 bytes SHA1 (patch-Makefile) = 6fc9a19a8526b91473448822beab18878d6db1ac SHA1 (patch-include_haproxy_proxy-t.h) = 5560f5f50e66cf122fe8464f74541f226e127e8d SHA1 (patch-include_haproxy_queue-t.h) = bf2ea918a6d8ec3d3fb2f88b7b9303a695381d96 From cb1616ff48692bc0e1ffebcd2c81adbf1337bacb Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 May 2022 07:44:07 +0000 Subject: [PATCH 0529/1154] py-setuptools: updated to 62.3.0 v62.3.0 Deprecations * Formally added deprecation messages for namespace_packages. The methodology that uses pkg_resources and namespace_packages for creating namespaces was already discouraged by the :doc:`setuptools docs ` and the :doc:`Python Packaging User Guide `, therefore this change just make the deprecation more official. Users can consider migrating to native/implicit namespaces (as introduced in PEP 420). * Relying on include_package_data to ensure sub-packages are automatically added to the build wheel distribution (as "data") is now considered a deprecated practice. This behaviour was controversial and caused inconsistencies. Instead, projects are encouraged to properly configure packages or use discovery tools. General information can be found in :doc:`userguide/package_discovery`. Changes * Allowed recursive globs (**) in package_data. -- by :user:`nullableVoidPtr` * Fixed behaviour when both install_requires (in setup.py) and dependencies (in pyproject.toml) are specified. The configuration in pyproject.toml will take precedence over setup.py (in accordance with PEP 621). A warning was added to inform users. Documentation changes * Added introduction to references/keywords Added deprecation tags to test kwargs Moved userguide/keywords to deprecated section Clarified in deprecated doc what keywords came from distutils and which were added or changed by setuptools Misc * Updated version of vendored pyparsing to 3.0.8 to avoid problems with upcoming deprecation in Python 3.11. * Added warning about incompatibility with old versions of importlib-metadata. --- devel/py-setuptools/Makefile | 4 +- devel/py-setuptools/PLIST | 74 ++++++++++++++++++++++++++++++++---- devel/py-setuptools/distinfo | 8 ++-- 3 files changed, 73 insertions(+), 13 deletions(-) diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 4716d8817dc8f..66698aaff7b3d 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.208 2022/05/11 08:32:26 adam Exp $ +# $NetBSD: Makefile,v 1.209 2022/05/17 07:44:07 adam Exp $ -DISTNAME= setuptools-62.2.0 +DISTNAME= setuptools-62.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} diff --git a/devel/py-setuptools/PLIST b/devel/py-setuptools/PLIST index d243872b19e0b..f071c811b3d53 100644 --- a/devel/py-setuptools/PLIST +++ b/devel/py-setuptools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.70 2022/05/11 08:32:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.71 2022/05/17 07:44:07 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -102,9 +102,39 @@ ${PYSITELIB}/pkg_resources/_vendor/packaging/utils.pyo ${PYSITELIB}/pkg_resources/_vendor/packaging/version.py ${PYSITELIB}/pkg_resources/_vendor/packaging/version.pyc ${PYSITELIB}/pkg_resources/_vendor/packaging/version.pyo -${PYSITELIB}/pkg_resources/_vendor/pyparsing.py -${PYSITELIB}/pkg_resources/_vendor/pyparsing.pyc -${PYSITELIB}/pkg_resources/_vendor/pyparsing.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/__init__.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/__init__.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/__init__.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/actions.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/actions.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/actions.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/common.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/common.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/common.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/core.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/core.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/core.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/diagram/__init__.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/diagram/__init__.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/diagram/__init__.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/exceptions.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/exceptions.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/exceptions.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/helpers.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/helpers.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/helpers.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/results.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/results.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/results.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/testing.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/testing.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/testing.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/unicode.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/unicode.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/unicode.pyo +${PYSITELIB}/pkg_resources/_vendor/pyparsing/util.py +${PYSITELIB}/pkg_resources/_vendor/pyparsing/util.pyc +${PYSITELIB}/pkg_resources/_vendor/pyparsing/util.pyo ${PYSITELIB}/pkg_resources/_vendor/zipp.py ${PYSITELIB}/pkg_resources/_vendor/zipp.pyc ${PYSITELIB}/pkg_resources/_vendor/zipp.pyo @@ -426,9 +456,39 @@ ${PYSITELIB}/setuptools/_vendor/packaging/utils.pyo ${PYSITELIB}/setuptools/_vendor/packaging/version.py ${PYSITELIB}/setuptools/_vendor/packaging/version.pyc ${PYSITELIB}/setuptools/_vendor/packaging/version.pyo -${PYSITELIB}/setuptools/_vendor/pyparsing.py -${PYSITELIB}/setuptools/_vendor/pyparsing.pyc -${PYSITELIB}/setuptools/_vendor/pyparsing.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/__init__.py +${PYSITELIB}/setuptools/_vendor/pyparsing/__init__.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/__init__.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/actions.py +${PYSITELIB}/setuptools/_vendor/pyparsing/actions.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/actions.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/common.py +${PYSITELIB}/setuptools/_vendor/pyparsing/common.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/common.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/core.py +${PYSITELIB}/setuptools/_vendor/pyparsing/core.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/core.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/diagram/__init__.py +${PYSITELIB}/setuptools/_vendor/pyparsing/diagram/__init__.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/diagram/__init__.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/exceptions.py +${PYSITELIB}/setuptools/_vendor/pyparsing/exceptions.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/exceptions.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/helpers.py +${PYSITELIB}/setuptools/_vendor/pyparsing/helpers.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/helpers.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/results.py +${PYSITELIB}/setuptools/_vendor/pyparsing/results.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/results.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/testing.py +${PYSITELIB}/setuptools/_vendor/pyparsing/testing.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/testing.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/unicode.py +${PYSITELIB}/setuptools/_vendor/pyparsing/unicode.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/unicode.pyo +${PYSITELIB}/setuptools/_vendor/pyparsing/util.py +${PYSITELIB}/setuptools/_vendor/pyparsing/util.pyc +${PYSITELIB}/setuptools/_vendor/pyparsing/util.pyo ${PYSITELIB}/setuptools/_vendor/tomli/__init__.py ${PYSITELIB}/setuptools/_vendor/tomli/__init__.pyc ${PYSITELIB}/setuptools/_vendor/tomli/__init__.pyo diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index a73db227b564d..7f3108d45ac40 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.185 2022/05/11 08:32:26 adam Exp $ +$NetBSD: distinfo,v 1.186 2022/05/17 07:44:07 adam Exp $ -BLAKE2s (setuptools-62.2.0.tar.gz) = f75f35960071644a0a83242ef59e1da8138efc384d9e4b1d33356b83d135350e -SHA512 (setuptools-62.2.0.tar.gz) = 4d5b9a88088ef6cb0a742bd708ab52798ee5202a0be33dd6102fa44975d121496edda1ddd9abd4a97e4c29fe804687a1d298d930004a53ee2935c0a15821917f -Size (setuptools-62.2.0.tar.gz) = 2512927 bytes +BLAKE2s (setuptools-62.3.0.tar.gz) = 7b14605a080a0db586643a1c01d9950d596a717dc6c856c9739c508adbcdc35f +SHA512 (setuptools-62.3.0.tar.gz) = 76001e87cd3893407c6e8ef3c606ac46e123a5e9c2b73c7f440863c64e5fc1960a73fca100a7cb4a1df5f4e58fa333f1ee5f88a96f9fe451434d932c8f359f0f +Size (setuptools-62.3.0.tar.gz) = 2583841 bytes From 0c9cc3dcdb37105f9c7191cccbff01c4ada69002 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 May 2022 07:44:26 +0000 Subject: [PATCH 0530/1154] Updated net/haproxy, devel/py-setuptools --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2ec155ca36620..fa8848c149603 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2587 2022/05/16 22:45:44 tron Exp $ +$NetBSD: CHANGES-2022,v 1.2588 2022/05/17 07:44:26 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4001,3 +4001,5 @@ Changes to the packages collection and infrastructure in 2022: Updated www/firefox91 to 91.9.0 [nia 2022-05-16] Updated www/firefox91-l10n to 91.9.0 [nia 2022-05-16] Updated mail/mutt to 2.2.5 [tron 2022-05-16] + Updated net/haproxy to 2.5.7 [adam 2022-05-17] + Updated devel/py-setuptools to 62.3.0 [adam 2022-05-17] From 07dce97929cf4221a699c55610ae0ed9166e1af9 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 May 2022 09:29:54 +0000 Subject: [PATCH 0531/1154] ansible-core: updated to 2.13.0 v2.13.0 ======= Major Changes ------------- - Jinja2 Controller Requirement - Jinja2 3.0.0 or newer is required for the control node (the machine that runs Ansible) (https://github.com/ansible/ansible/pull/75881) - Templating - remove ``safe_eval`` in favor of using ``NativeEnvironment`` but utilizing ``literal_eval`` only in cases when ``safe_eval`` was used (https://github.com/ansible/ansible/pull/75587) Minor Changes ------------- - Action Plugins - Add helper method for argument spec validation, and extend to pause and async_wrapper - Added AIX root CA certs folders - enhance the TLS support in ``uri`` task on AIX - Added ``module_utils.compat.typing`` to facilitate type-hinting on all supported Python versions. - Ansible.Basic - small changes to allow use in PowerShell modules running on non-Windows platforms (https://github.com/ansible/ansible/pull/76924). - AnsibleModule.run_command() now has a toggle to allow caller to decide to handle exceptions from executing the command itself - Attach concat function to an environment class (https://github.com/ansible/ansible/pull/76282) - Clarify in a comment that unrolling an iterator in ``Templar._finalize`` is actually necessary. Also switch to using the ``_unroll_iterator`` decorator directly to deduplicate code in ``Templar._finalize``. (https://github.com/ansible/ansible/pull/76436) - Installation - modernize our python installation, to reduce dynamic code in setup.py, and migrate what is feasible to setup.cfg. This will enable shipping wheels in the future. - PlayIterator - introduce public methods to access ``PlayIterator._host_states`` (https://github.com/ansible/ansible/pull/74416) - PlayIterator - use enums for Iterating and Failed states (https://github.com/ansible/ansible/pull/74511) - Reduce number of iterations through PlayIterator (https://github.com/ansible/ansible/pull/74175) - Remove more Python 2.x compatibility code from controller (https://github.com/ansible/ansible/pull/77320). - Start of moving away from using Six, Python 2 and 3 compatibility library (https://github.com/ansible/ansible/pull/75863) - The collection loader now reports a Python warning if an attempt is made to install the Ansible collection loader a second time. Previously this condition was reported using an Ansible warning. - ``ansible-galaxy collection [install|verify]`` - allow user-provided signature sources in addition to those from the Galaxy server. Each collection entry in a requirements file can specify a ``signatures`` key followed by a list of sources. Collection name(s) provided on the CLI can specify additional signature sources by using the ``--signatures`` CLI option. Signature sources should be URIs that can be opened with ``urllib.request.urlopen()``, such as "https://example.com/path/to/detached_signature.asc" or "file:///path/to/detached_signature.asc". The ``--keyring`` option must be specified if signature sources are provided. - ``ansible-galaxy collection [install|verify]`` - use gpg to verify the authenticity of the signed ``MANIFEST.json`` with ASCII armored detached signatures provided by the Galaxy server. The keyring (which is not managed by ``ansible-galaxy``) must be provided with the ``--keyring`` option to use signature verification. If no ``--keyring`` is specified and the collection to ``install|verify`` has associated detached signatures on the Galaxy server, a warning is provided. - ``ansible-galaxy collection install`` - Add a global configuration to modify the required number of signatures that must verify the authenticity of the collection. By default, the number of required successful signatures is 1. Set this option to ``all`` to require all signatures verify the collection. To ensure signature verification fails if there are no valid signatures, prepend the value with '+', such as ``+all`` or ``+1``. - ``ansible-galaxy collection install`` - Add a global ignore list for gpg signature errors. This can be used to ignore certain signatures when the number of required successful signatures is all. When the required number of successful signatures is a positive integer, the only effect this has is to display fewer errors to the user on failure (success is determined by having the minimum number of successful signatures, in which case all errors are disregarded). - ``ansible-galaxy collection install`` - Add a global toggle to turn off GPG signature verification. - ``ansible-galaxy collection install`` - Store Galaxy server metadata alongside installed collections for provenance. Signatures obtained from the Galaxy server can be used for offline verification with ``ansible-galaxy collection verify --offline``. - ansible-console - Provide a way to customize the stdout callback - ansible-core modules - Remove unused Python shebangs from built-in modules. - ansible-doc metadata dump - add option ``--no-fail-on-errors`` which allows to not fail the ansible-doc invocation when errors happen during docs parsing or processing. Instead they are reported in the JSON result in an ``error`` key for the affected plugins (https://github.com/ansible/ansible/pull/77035). - ansible-galaxy - the option to skip certificate verification now also applies when cloning via SCM (git/hg) (https://github.com/ansible/ansible/issues/41077) - ansible-test - Accept new-style Python modules without a shebang. - ansible-test - Add ``--version`` support to show the ansible-core version. - ansible-test - Add support for ``rhel/8.5`` remote instances. - ansible-test - Add support for remote testing of FreeBSD 12.3. - ansible-test - Add support for running container tests with ``podman remote`` (https://github.com/ansible/ansible/pull/75753) - ansible-test - Added the ``fedora35`` test container. - ansible-test - Change the maximum number of open files in a test container from the default to ``10240``. - ansible-test - Declare public dependencies of ansible-core and use to limit unguarded imports in plugins. - ansible-test - Importing ``distutils`` now results in an error. - ansible-test - Installation of ``cryptography`` is no longer version constrained when ``openssl`` 1.1.0 or later is installed. - ansible-test - Miscellaneous code cleanup and type hint fixes. - ansible-test - PowerShell in the ``base`` and ``default`` containers has been upgraded to version 7.1.4. - ansible-test - Remove RHEL 8.4 remote (``rhel/8.4``) support. - ansible-test - Remove ``idna`` constraint. - ansible-test - Remove obsolete ``MAXFD`` display. - ansible-test - Remove obsolete constraints for Python 2.6. - ansible-test - Remove support for FreeBSD 12.2 remote provisioning. - ansible-test - Remove support for macOS 11.1 remote provisioning. - ansible-test - Remove support for provisioning remote AIX instances. - ansible-test - Remove the ``centos8`` test container since CentOS 8 will reach end-of-life soon. - ansible-test - Remove the ``fedora33`` test container since Fedora 33 will reach end-of-life soon. - ansible-test - Remove unused Python 2.x compatibility code. - ansible-test - Removed support for Sherlock from the Azure provisioning plugin. - ansible-test - Removed used ``MarkupSafe`` constraint for Python 3.5 and earlier. - ansible-test - Requirements for the plugin import test are now frozen. - ansible-test - Shellcheck in the ``base`` and ``default`` containers has been upgraded to version 0.7.0. - ansible-test - Stop early with an error if the current working directory contains an invalid collection namespace or name. - ansible-test - The ``--help`` option is now available when an unsupported cwd is in use. - ansible-test - The ``--help`` output now shows the same instructions about cwd as would be shown in error messages if the cwd is unsupported. - ansible-test - The ``pip`` and ``wheel`` packages are removed from all sanity test virtual environments after installation completes to reduce their size. Previously they were only removed from the environments used for the ``import`` sanity test. - ansible-test - The explanation about cwd usage has been improved to explain more clearly what is required. - ansible-test - The hash for all managed sanity test virtual environments has changed. Containers that include ``ansible-test sanity --prime-venvs`` will need to be rebuilt to continue using primed virtual environments. - ansible-test - Update ``base`` container to version 2.1.0. - ansible-test - Update ``base`` container to version 2.2.0. - ansible-test - Update ``default`` containers to version 5.2.0. - ansible-test - Update ``default`` containers to version 5.4.0. - ansible-test - Update ``default`` containers to version 5.5.0. - ansible-test - Update ``default`` containers to version 5.6.2. - ansible-test - Update ``default`` containers to version 5.7.0. - ansible-test - Update ``default`` containers to version 5.8.0. - ansible-test - Update ``default`` containers to version 5.9.0. - ansible-test - Update ``pip`` used to bootstrap remote FreeBSD instances from version 20.3.4 to 21.3.1. - ansible-test - Update sanity test requirements. - ansible-test - Update the NIOS test plugin container to version 1.4.0. - ansible-test - Update the ``alpine`` container to version 3.3.0. This updates the base image from 3.14.2 to 3.15.0, which includes support for installing binary wheels using pip. - ansible-test - Update the ``base`` and ``default`` containers from Python 3.10.0rc2 to 3.10.0. - ansible-test - Update the ``base`` and ``default`` containers from a Ubuntu 18.04 to Ubuntu 20.04 base image. - ansible-test - Update the ``default`` containers to version 5.1.0. - ansible-test - Update the ``galaxy`` test plugin to get its container from a copy on quay.io. - ansible-test - Update the ``openshift`` test plugin to get its container from a copy on quay.io. - ansible-test - Use Python 3.10 as the default Python version for the ``base`` and ``default`` containers. - ansible-test - add macOS 12.0 as a remote target (https://github.com/ansible/ansible/pull/76328) - ansible-test - handle JSON decode error gracefully in podman environment. - ansible-test pslint - Added the `AvoidLongLines `_ rule set to a length of 160. - ansible-test pslint - Added the `PlaceCloseBrace `_ rule set to enforce close braces on a newline. - ansible-test pslint - Added the `PlaceOpenBrace `_ rule set to enforce open braces on the same line and a subsequent newline. - ansible-test pslint - Added the `UseConsistentIndentation `_ rule to enforce indentation is done with 4 spaces. - ansible-test pslint - Added the `UseConsistentWhitespace `_ rule to enforce whitespace consistency in PowerShell. - ansible-test pslint - Updated ``PowerShellScriptAnalyzer`` to 1.20.0 - ansible-test sanity validate-modules - the validate-modules sanity test now also checks the documentation of documentable plugin types (https://github.com/ansible/ansible/pull/71734). - ansible-test validate-modules sanity test - add more schema checks to improve quality of plugin documentation (https://github.com/ansible/ansible/pull/77268). - ansible-test validate_modules - allow ``choices`` for return values (https://github.com/ansible/ansible/pull/76009). - apt - Add support for using ">=" in package version number matching. - apt - Adds APT option ``--allow-change-held-packages`` as module parameter ``allow_change_held_packages`` to allow APT up- or downgrading a package which is on APTs hold list (https://github.com/ansible/ansible/issues/65325) - auto inventory plugin will now give plugin loading information on verbose output - callbacks - Add result serialization format options to ``_dump_results`` allowing plugins such as the ``default`` callback to emit ``YAML`` serialized task results in addition to ``JSON`` - dnf - add more specific error message for GPG validation (https://github.com/ansible/ansible/issues/76192) - env lookup, add default option - facts - report prefix length for IPv4 addresses in Linux network facts. - get_parsable_locale now logs result when in debug mode. - git - display the destination directory path in error msg when local_mods detects local modifications conflict so that users see the exact location - iptables - add the ``chain_management`` parameter that controls iptables chain creation and deletion - jinja2_native - keep same behavior on Python 3.10. - junit callback - Add support for replacing the directory portion of out-of-tree relative task paths with a placeholder. - k8s - scenario guides for kubernetes migrated to ``kubernetes.core`` collection. - module_utils.distro - Add missing ``typing`` import from original code. - package_facts - add pkg_info support for OpenBSD and NetBSD (https://github.com/ansible/ansible/pull/76580) - services_facts - Add support for openrc (https://github.com/ansible/ansible/pull/76373). - setting DEFAULT_FACT_PATH is being deprecated in favor of the generic module_defaults keyword - uri - Avoid reading the response body when not needed - uri - Eliminate multiple requests to determine the final URL for file naming with ``dest`` - validate-modules - do some basic validation on the ``M(...)``, ``U(...)``, ``L(..., ...)`` and ``R(..., ...)`` documentation markups (https://github.com/ansible/ansible/pull/76262). - vmware - migrated vmware scenario guides to `community.vmware` repo. - yum, dnf - add sslverify option to temporarily disable certificate validation for a repository Breaking Changes / Porting Guide -------------------------------- - Module Python Dependency - Drop support for Python 2.6 in module execution. - Templating - it is no longer allowed to perform arithmetic and concatenation operations outside of the jinja template (https://github.com/ansible/ansible/pull/75587) - The ``finalize`` method is no longer exposed in the globals for use in templating. Deprecated Features ------------------- - ansible-core - Remove support for Python 2.6. - ansible-test - Remove support for Python 2.6. - ssh connection plugin option scp_if_ssh in favor of ssh_transfer_method. Removed Features (previously deprecated) ---------------------------------------- - Remove deprecated ``Templar.set_available_variables()`` method (https://github.com/ansible/ansible/issues/75828) - cli - remove deprecated ability to set verbosity before the sub-command (https://github.com/ansible/ansible/issues/75823) - copy - remove deprecated ``thirsty`` alias (https://github.com/ansible/ansible/issues/75824) - psrp - Removed fallback on ``put_file`` with older ``pypsrp`` versions. Users must have at least ``pypsrp>=0.4.0``. - url_argument_spec - remove deprecated ``thirsty`` alias for ``get_url`` and ``uri`` modules (https://github.com/ansible/ansible/issues/75825, https://github.com/ansible/ansible/issues/75826) Security Fixes -------------- - Do not include params in exception when a call to ``set_options`` fails. Additionally, block the exception that is returned from being displayed to stdout. (CVE-2021-3620) Bugfixes -------- - Add a YAML representer for ``NativeJinjaText`` - Add a YAML representer for ``NativeJinjaUnsafeText`` - AnsiballZ - Ensure we use the full python package in the module cache filename to avoid a case where ``collections:`` is used to execute a module via short name, where the short name duplicates another module from ``ansible.builtin`` or another collection that was executed previously. - Ansible.ModuleUtils.LinkUtil - Ignore the ``LIB`` environment variable when loading the ``LinkUtil`` code - Ansible.ModuleUtils.SID - Use user principal name as is for lookup in the ``Convert-ToSID`` function - https://github.com/ansible/ansible/issues/77316 - Detect package manager for Amazon Linux 2022 (AL2022) as dnf - Ensure the correct ``environment_class`` is set on ``AnsibleJ2Template`` - Fix ``AttributeError`` when providing password file via ``--connection-password-file`` (https://github.com/ansible/ansible/issues/76530) - Fix ``end_play`` to end the current play only (https://github.com/ansible/ansible/issues/76672) - Fix collection filter/test plugin redirects (https://github.com/ansible/ansible/issues/77192). - Fix executing includes in the always section in the free strategy (https://github.com/ansible/ansible/issues/75642) - Fix for when templating empty template file resulted in file with string 'None' (https://github.com/ansible/ansible/issues/76610) - Fix help message for the 'ansible-galaxy collection verify' positional argument. The positional argument must be a collection name (https://github.com/ansible/ansible/issues/76087). - Fix module logging issue when using custom module on WSL2 (https://github.com/ansible/ansible/issues/76320) - Fix task debugger to work with ``run_once`` using ``linear`` strategy (https://github.com/ansible/ansible/issues/76049) - Fix traceback when installing a collection from a git repository and git is not installed (https://github.com/ansible/ansible/issues/77479). - Interpreter Discovery - Fallback to OS family if the distro is not found in ``INTERPRETER_PYTHON_DISTRO_MAP`` (https://github.com/ansible/ansible/issues/75560) - Interpreter discovery - Add ``RHEL`` to ``OS_FAMILY_MAP`` for correct family fallback for interpreter discovery (https://github.com/ansible/ansible/issues/77368) - Make include_role/include_tasks work with any_errors_fatal (https://github.com/ansible/ansible/issues/50897) - Parser errors from within includes should not be rescueable (https://github.com/ansible/ansible/issues/73657) - Prevent losing unsafe on results returned from lookups (https://github.com/ansible/ansible/issues/77535) - Templating - Ensure we catch exceptions when getting ``.filters`` and ``.tests`` attributes on their respective plugins and properly error, instead of aborting which results in no filters being added to the jinja2 environment - Trigger an undefined error when an undefined variable is detected within a dictionary and/or list (https://github.com/ansible/ansible/pull/75587) - _run_loop - Add the task name to the warning (https://github.com/ansible/ansible/issues/76011) - ``Templar.copy_with_new_env`` - set the ``finalize`` method of the new ``Templar`` object for the new environment (https://github.com/ansible/ansible/issues/76379) - add_host/group_by: fix using changed_when in a loop (https://github.com/ansible/ansible/issues/71627) - ansible - Exclude Python 2.6 from Python interpreter discovery. - ansible-config avoid showing _terms and _input when --only-changed. - ansible-doc - Fix ansible-doc -l ansible.builtin / ansible.legacy not returning anything - ansible-doc - ignore plugin deprecation warnings (https://github.com/ansible/ansible/issues/75671) - ansible-galaxy - Add galaxy_collection_skeleton/galaxy_collection_skeleton_ignore configuration options - ansible-galaxy - Fix using the '--ignore-certs' option when there is no server-specific configuration for the Galaxy server. - ansible-galaxy - installing/downloading collections with invalid versions in git repositories and directories now gives a formatted error message (https://github.com/ansible/ansible/issues/76425, https://github.com/ansible/ansible/issues/75404). - ansible-galaxy - when installing a role properly raise an error when inaccessible path is specified multiple times in roles_path (e.g. via environment variable and command line option) (https://github.com/ansible/ansible/issues/76316) - ansible-galaxy collection build - Ignore any existing ``MANIFEST.json`` and ``FILES.json`` in the root directory when building a collection. - ansible-galaxy collection verify - display files/directories not included in the FILES.json as modified content. - ansible-galaxy publish - Fix warning and error detection in import messages to properly display them in Ansible - ansible-pull handle case where hostname and nodename are empty - ansible-test - Add default entry for Windows remotes to be used with unknown versions. - ansible-test - All virtual environments managed by ansible-test are marked as usable after being bootstrapped, to avoid errors caused by use of incomplete environments. Previously this was only done for sanity tests. Existing environments from previous versions of ansible-test will be recreated on demand due to lacking the new marker. - ansible-test - Automatic target requirements installation is now based on the target environment instead of the controller environment. - ansible-test - Correctly detect when running as the ``root`` user (UID 0) on the origin host. The result of the detection was incorrectly being inverted. - ansible-test - Don't fail if network cannot be disconnected (https://github.com/ansible/ansible/pull/77472) - ansible-test - Fix Python real prefix detection when running in a ``venv`` virtual environment. - ansible-test - Fix ``windows-integration`` and ``network-integration`` when used with the ``--docker`` option and user-provided inventory. - ansible-test - Fix installation and usage of ``pyyaml`` requirement for the ``import`` sanity test for collections. - ansible-test - Fix path to inventory file for ``windows-integration`` and ``network-integration`` commands for collections. - ansible-test - Fix plugin loading. - ansible-test - Fix skipping of tests marked ``needs/python`` on the origin host. - ansible-test - Fix skipping of tests marked ``needs/root`` on the origin host. - ansible-test - Fix the ``import`` sanity test to work properly when Ansible's built-in vendoring support is in use. - ansible-test - Fix the ``validate-modules`` sanity test to avoid double-loading the collection loader and possibly failing on import of the ``packaging`` module. - ansible-test - Fix traceback in ``import`` sanity test on Python 2.7 when ``pip`` is not available. - ansible-test - Fix traceback in the ``validate-modules`` sanity test when testing an Ansible module without any callables. - ansible-test - Fix traceback when running from an install and delegating execution to a different Python interpreter. - ansible-test - Fix traceback when using the ``--all`` option with PowerShell code coverage. - ansible-test - Fix type hints. - ansible-test - Import ``yaml.cyaml.CParser`` instead of ``_yaml.CParser`` in the ``yamllint`` sanity test. - ansible-test - Limit ``paramiko`` installation to versions before 2.9.0. This is required to maintain support for systems which do not support RSA SHA-2 algorithms. - ansible-test - Pylint Deprecated Plugin - Use correct message symbols when date or version is not a float or str (https://github.com/ansible/ansible/issues/77085) - ansible-test - Relocate constants to eliminate symlink. - ansible-test - Replace the directory portion of out-of-tree paths in JUnit files from integration tests with the ``out-of-tree:`` prefix. - ansible-test - Sanity tests run with the ``--requirements` option for Python 2.x now install ``virtualenv`` when it is missing or too old. Previously it was only installed if missing. Version 16.7.12 is now installed instead of the latest version. - ansible-test - Set the ``pytest`` option ``--rootdir`` instead of letting it be auto-detected. - ansible-test - Show an error message instead of a traceback when running outside of a supported directory. - ansible-test - Target integration test requirements are now correctly installed for target environments running on the controller. - ansible-test - The ``import`` sanity test no longer reports errors about ``packaging`` being missing when testing collections. - ansible-test - Update distribution test containers to version 3.1.0. - ansible-test - Update help links to reference ``ansible-core`` instead of ``ansible``. - ansible-test - Update unit tests to use the ``--forked`` option instead of the deprecated ``--boxed`` option. - ansible-test - Use https://ci-files.testing.ansible.com/ for instance bootstrapping instead of an S3 endpoint. - ansible-test - Use relative paths in JUnit files generated during integration test runs. - ansible-test - Use the correct variable to reference the client's SSH key when generating inventory. - ansible-test - Use the legacy collection loader for ``import`` sanity tests on target-only Python versions. - ansible-test - Virtual environments managed by ansible-test now use consistent versions of ``pip``, ``setuptools`` and ``wheel``. This avoids issues with virtual environments containing outdated or dysfunctional versions of these tools. The initial bootstrapping of ``pip`` is done by ansible-test from an HTTPS endpoint instead of creating the virtual environment with it already present. - ansible-test - fix a typo in validate-modules. - ansible-test - fixed support container failures (eg http-test-container) under podman - ansible-test compile sanity test - do not crash if a column could not be determined for an error (https://github.com/ansible/ansible/pull/77465). - ansible-test pslint - Fix error when encountering validation results that are highly nested - https://github.com/ansible/ansible/issues/74151 - ansible-vault encrypt_string - fix ``--output`` option to correctly write encrypted string into given file (https://github.com/ansible/ansible/issues/75101) - ansible.builtin.file modification_time supports check_mode - ansible_facts.devices - Fix parsing of device serial number detected via sg_inq for rhel8 (https://github.com/ansible/ansible/issues/75420) - apt - fails to deploy deb file to old debian systems using python-apt < 0.8.9 (https://github.com/ansible/ansible/issues/47277) - arg_spec - Fix incorrect ``no_log`` warning when a parameter alias is used (https://github.com/ansible/ansible/pull/77576) - async - Improve performance of sending async callback events by never sending the full task through the queue (https://github.com/ansible/ansible/issues/76729) - catch the case that cowsay is broken which would lead to missing output - cleaning facts will now only warn about the variable name and not post the content, which can be undesireable to disclose - collection_loader - Implement 'find_spec' and 'exec_module' to override deprecated importlib methods 'find_module' and 'load_module' when applicable (https://github.com/ansible/ansible/issues/74660). - correctly inherit vars from parent in block (https://github.com/ansible/ansible/issues/75286). - default callback - Ensure we compare FQCN also in lockstep logic, to ensure using the FQCN of a strategy plugin triggers the correct behavior in the default callback plugin. (https://github.com/ansible/ansible/issues/76782) - distribution - add EuroLinux to fact gathering (https://github.com/ansible/ansible/pull/76624). - distribution - detect tencentos and gather correct facts on the distro. - dnf - ensure releasever is passed into libdnf as string (https://github.com/ansible/ansible/issues/77010) - extend timeout for ansible-galaxy when communicating with the galaxy server api, and apply it to all interactions with the api - facts - add support for deepin distro information detection (https://github.com/ansible/ansible/issues/77286). - first_found - fix to allow for spaces in file names (https://github.com/ansible/ansible/issues/77136) - gather_facts - Fact gathering now continues even if it fails to read a file - gather_facts action now handles the move of base connection plugin types into collections to add/prevent subset argument correctly - gather_facts/setup will not fail anymore if capsh is present but not executable - git module fix docs and proper use of ssh wrapper script and GIT_SSH_COMMAND depending on version. - git module is more consistent and clearer about which ssh options are added to git calls. - git module no longer uses wrapper script for ssh options. - hacking - fix incorrect usage of deprecated fish-shell redirection operators that failed to honor ``--quiet`` flag when sourced (https://github.com/ansible/ansible/pull/77180). - hostname - Do not require SystemdStrategy subclasses for every distro (https://github.com/ansible/ansible/issues/76792) - hostname - Fix Debian strategy KeyError, use `SystemdStrategy` (https://github.com/ansible/ansible/issues/76124) - hostname - Update the systemd strategy in the ``hostname`` module to not interfere with NetworkManager (https://github.com/ansible/ansible/issues/76958) - hostname - add hostname support for openEuler distro (https://github.com/ansible/ansible/pull/76619). - hostname - use ``file_get_content()`` to read the file containing the host name in the ``FileStrategy.get_permanent_hostname()`` method. This prevents a ``TypeError`` from being raised when the strategy is used (https://github.com/ansible/ansible/issues/77025). - include_vars, properly initialize variable as there is corner case in which it can end up referenced and not defined - inventory - parameterize ``disable_lookups`` in ``Constructable`` (https://github.com/ansible/ansible/issues/76769). - inventory manager now respects --flush-cache - junit callback - Fix traceback during automatic fact gathering when using relative paths. - junit callback - Fix unicode error when handling non-ASCII task paths. - module_utils.common.yaml - The ``SafeLoader``, ``SafeDumper`` and ``Parser`` classes now fallback to ``object`` when ``yaml`` is not available. This fixes tracebacks when inheriting from these classes without requiring a ``HAS_YAML`` guard around class definitions. - parameters - handle blank values when argument is a list (https://github.com/ansible/ansible/issues/77108). - play_context now compensates for when a conneciton sets the default to inventory_hostname but skips adding it to the vars. - playbook/strategy have more informative 'attribute' based errors for playbook objects and handlers. - python modules (new type) will now again prefer the specific python stated in the module's shebang instead of hardcoding to /usr/bin/python. - replace - Always return ``rc`` to ensure return values are consistent - https://github.com/ansible/ansible/pull/71963 - script - skip in check mode if the plugin cannot determine if a change will occur (i.e. neither `creates` or `removes` are provided). - service - Fixed handling of sleep arguments during service restarts on AIX. (https://github.com/ansible/ansible/issues/76877) - service - Fixed service restarts with arguments on AIX. (https://github.com/ansible/ansible/issues/76840) - service_facts module will now give more meaningful warnings when it fails to gather data. - set_fact/include_vars correctly handle delegation assignments within loops - setup - detect docker container with check for ./dockerenv or ./dockinit (https://github.com/ansible/ansible/pull/74349). - shell/command - only return changed as True if the task has not been skipped. - shell/command - only skip in check mode if the options `creates` and `removes` are both None. - ssh connection - properly quote controlpersist path given by user to avoid issues with spaces and other characters - ssh connection avoid parsing ssh cli debug lines as they can match expected output at high verbosities. - ssh connection now uses more correct host source as play_context can ignore loop/delegation variations. - sudo become plugin, fix handling of non interactive flags, previous substitution was too naive - systemd - check if service is alias so it gets enabled (https://github.com/ansible/ansible/issues/75538). - systemd - check if service is indirect so it gets enabled (https://github.com/ansible/ansible/issues/76453). - task_executor reverts the change to push facts into delegated vars on loop finalization as result managing code already handles this and was duplicating effort to wrong result. - template lookup - restore inadvertently deleted default for ``convert_data`` (https://github.com/ansible/ansible/issues/77004) - to_json/to_nice_json filters defaults back to unvaulting/no unsafe packing. - unarchive - Fix zip archive file listing that caused issues with content postprocessing (https://github.com/ansible/ansible/issues/76067). - unarchive - Make extraction work when the LANGUAGE environment variable is set to a non-English locale. - unarchive - apply ``owner`` and ``group`` permissions to top folder (https://github.com/ansible/ansible/issues/35426) - unarchive - include the original error when a handler cannot manage the archive (https://github.com/ansible/ansible/issues/28977). - unarchive - the ``io_buffer_size`` option added in 2.12 was not accepted by the module (https://github.com/ansible/ansible/pull/77271). - urls - Allow ``ca_path`` to point to a bundle containing multiple PEM certs (https://github.com/ansible/ansible/issues/75015) - urls/uri - Address case where ``HTTPError`` isn't fully initialized due to the error, and is missing certain methods and attributes (https://github.com/ansible/ansible/issues/76386) - user - allow ``password_expiry_min`` and ``password_expiry_min`` to be set to ``0`` (https://github.com/ansible/ansible/issues/75017) - user - allow password min and max to be set at the same time (https://github.com/ansible/ansible/issues/75017) - user - update logic to check if user exists or not in MacOS. - validate_argument_spec - Skip suboption validation if the top level option is an invalid type (https://github.com/ansible/ansible/issues/75612). - variablemanager, more efficient read of vars files - vault - Warn instead of fail for missing vault IDs if at least one valid vault secret is found. - winrm - Ensure ``kinit`` is run with the same ``PATH`` env var as the Ansible process - yum - prevent storing unnecessary cache data by running `yum makecache fast` (https://github.com/ansible/ansible/issues/76336) Known Issues ------------ - get_url - document ``check_mode`` correctly with unreliable changed status (https://github.com/ansible/ansible/issues/65687). --- sysutils/ansible-core/Makefile | 11 ++-- sysutils/ansible-core/PLIST | 93 ++++++++++++++++++---------------- sysutils/ansible-core/distinfo | 8 +-- 3 files changed, 57 insertions(+), 55 deletions(-) diff --git a/sysutils/ansible-core/Makefile b/sysutils/ansible-core/Makefile index 38240a68b3e65..571a67841eab3 100644 --- a/sysutils/ansible-core/Makefile +++ b/sysutils/ansible-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/05/14 04:36:26 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/17 09:29:54 adam Exp $ -DISTNAME= ansible-core-2.12.5 +DISTNAME= ansible-core-2.13.0 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 CONFLICTS+= ansible<2.10 DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography -DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 +DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0.0:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko DEPENDS+= ${PYPKGPREFIX}-resolvelib>=0.5.3:../../devel/py-resolvelib @@ -36,7 +36,6 @@ CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_test/_data/sanity/validate-modules SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths+= docs/man/man1/*.1 SUBST_FILES.paths+= examples/hosts SUBST_FILES.paths+= lib/ansible/config/base.yml SUBST_FILES.paths+= lib/ansible/module_utils/urls.py @@ -54,10 +53,6 @@ CONF_FILES+= ${EGDIR}/hosts ${PKG_SYSCONFDIR}/hosts CHECK_WRKREF_SKIP+= */ansible/module_utils/facts/system/pkg_mgr.py post-install: -.for f in ansible-console.1 ansible-doc.1 ansible-galaxy.1 ansible-inventory.1 \ - ansible-playbook.1 ansible-pull.1 ansible-vault.1 ansible.1 - ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/${f} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ -.endfor .for f in ansible.cfg hosts ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${DESTDIR}/${EGDIR} .endfor diff --git a/sysutils/ansible-core/PLIST b/sysutils/ansible-core/PLIST index 6b2aa2a40a54e..d58da1894f512 100644 --- a/sysutils/ansible-core/PLIST +++ b/sysutils/ansible-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/05/14 04:36:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/17 09:29:54 adam Exp $ bin/ansible bin/ansible-config bin/ansible-connection @@ -14,12 +14,16 @@ bin/ansible-vault ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/ansible/__init__.py ${PYSITELIB}/ansible/__init__.pyc ${PYSITELIB}/ansible/__init__.pyo +${PYSITELIB}/ansible/__main__.py +${PYSITELIB}/ansible/__main__.pyc +${PYSITELIB}/ansible/__main__.pyo ${PYSITELIB}/ansible/_vendor/__init__.py ${PYSITELIB}/ansible/_vendor/__init__.pyc ${PYSITELIB}/ansible/_vendor/__init__.pyo @@ -59,9 +63,6 @@ ${PYSITELIB}/ansible/cli/pull.pyo ${PYSITELIB}/ansible/cli/scripts/__init__.py ${PYSITELIB}/ansible/cli/scripts/__init__.pyc ${PYSITELIB}/ansible/cli/scripts/__init__.pyo -${PYSITELIB}/ansible/cli/scripts/ansible_cli_stub.py -${PYSITELIB}/ansible/cli/scripts/ansible_cli_stub.pyc -${PYSITELIB}/ansible/cli/scripts/ansible_cli_stub.pyo ${PYSITELIB}/ansible/cli/scripts/ansible_connection_cli_stub.py ${PYSITELIB}/ansible/cli/scripts/ansible_connection_cli_stub.pyc ${PYSITELIB}/ansible/cli/scripts/ansible_connection_cli_stub.pyo @@ -175,6 +176,9 @@ ${PYSITELIB}/ansible/galaxy/collection/concrete_artifact_manager.pyo ${PYSITELIB}/ansible/galaxy/collection/galaxy_api_proxy.py ${PYSITELIB}/ansible/galaxy/collection/galaxy_api_proxy.pyc ${PYSITELIB}/ansible/galaxy/collection/galaxy_api_proxy.pyo +${PYSITELIB}/ansible/galaxy/collection/gpg.py +${PYSITELIB}/ansible/galaxy/collection/gpg.pyc +${PYSITELIB}/ansible/galaxy/collection/gpg.pyo ${PYSITELIB}/ansible/galaxy/data/apb/.travis.yml ${PYSITELIB}/ansible/galaxy/data/apb/Dockerfile.j2 ${PYSITELIB}/ansible/galaxy/data/apb/Makefile.j2 @@ -384,6 +388,9 @@ ${PYSITELIB}/ansible/module_utils/compat/selectors.pyo ${PYSITELIB}/ansible/module_utils/compat/selinux.py ${PYSITELIB}/ansible/module_utils/compat/selinux.pyc ${PYSITELIB}/ansible/module_utils/compat/selinux.pyo +${PYSITELIB}/ansible/module_utils/compat/typing.py +${PYSITELIB}/ansible/module_utils/compat/typing.pyc +${PYSITELIB}/ansible/module_utils/compat/typing.pyo ${PYSITELIB}/ansible/module_utils/compat/version.py ${PYSITELIB}/ansible/module_utils/compat/version.pyc ${PYSITELIB}/ansible/module_utils/compat/version.pyo @@ -1174,6 +1181,9 @@ ${PYSITELIB}/ansible/plugins/doc_fragments/files.pyo ${PYSITELIB}/ansible/plugins/doc_fragments/inventory_cache.py ${PYSITELIB}/ansible/plugins/doc_fragments/inventory_cache.pyc ${PYSITELIB}/ansible/plugins/doc_fragments/inventory_cache.pyo +${PYSITELIB}/ansible/plugins/doc_fragments/result_format_callback.py +${PYSITELIB}/ansible/plugins/doc_fragments/result_format_callback.pyc +${PYSITELIB}/ansible/plugins/doc_fragments/result_format_callback.pyo ${PYSITELIB}/ansible/plugins/doc_fragments/return_common.py ${PYSITELIB}/ansible/plugins/doc_fragments/return_common.pyc ${PYSITELIB}/ansible/plugins/doc_fragments/return_common.pyo @@ -1390,9 +1400,6 @@ ${PYSITELIB}/ansible/template/__init__.pyo ${PYSITELIB}/ansible/template/native_helpers.py ${PYSITELIB}/ansible/template/native_helpers.pyc ${PYSITELIB}/ansible/template/native_helpers.pyo -${PYSITELIB}/ansible/template/safe_eval.py -${PYSITELIB}/ansible/template/safe_eval.pyc -${PYSITELIB}/ansible/template/safe_eval.pyo ${PYSITELIB}/ansible/template/template.py ${PYSITELIB}/ansible/template/template.pyc ${PYSITELIB}/ansible/template/template.pyo @@ -1537,16 +1544,28 @@ ${PYSITELIB}/ansible_test/_data/playbooks/windows_hosts_restore.yml ${PYSITELIB}/ansible_test/_data/pytest.ini ${PYSITELIB}/ansible_test/_data/requirements/ansible.txt ${PYSITELIB}/ansible_test/_data/requirements/constraints.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.ansible-doc.in ${PYSITELIB}/ansible_test/_data/requirements/sanity.ansible-doc.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.changelog.in ${PYSITELIB}/ansible_test/_data/requirements/sanity.changelog.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.import.in +${PYSITELIB}/ansible_test/_data/requirements/sanity.import.plugin.in ${PYSITELIB}/ansible_test/_data/requirements/sanity.import.plugin.txt ${PYSITELIB}/ansible_test/_data/requirements/sanity.import.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.integration-aliases.in ${PYSITELIB}/ansible_test/_data/requirements/sanity.integration-aliases.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.mypy.in +${PYSITELIB}/ansible_test/_data/requirements/sanity.mypy.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.pep8.in ${PYSITELIB}/ansible_test/_data/requirements/sanity.pep8.txt ${PYSITELIB}/ansible_test/_data/requirements/sanity.pslint.ps1 +${PYSITELIB}/ansible_test/_data/requirements/sanity.pylint.in ${PYSITELIB}/ansible_test/_data/requirements/sanity.pylint.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.runtime-metadata.in ${PYSITELIB}/ansible_test/_data/requirements/sanity.runtime-metadata.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.validate-modules.in ${PYSITELIB}/ansible_test/_data/requirements/sanity.validate-modules.txt +${PYSITELIB}/ansible_test/_data/requirements/sanity.yamllint.in ${PYSITELIB}/ansible_test/_data/requirements/sanity.yamllint.txt ${PYSITELIB}/ansible_test/_data/requirements/units.txt ${PYSITELIB}/ansible_test/_data/requirements/windows-integration.txt @@ -1685,6 +1704,9 @@ ${PYSITELIB}/ansible_test/_internal/cli/converters.pyo ${PYSITELIB}/ansible_test/_internal/cli/environments.py ${PYSITELIB}/ansible_test/_internal/cli/environments.pyc ${PYSITELIB}/ansible_test/_internal/cli/environments.pyo +${PYSITELIB}/ansible_test/_internal/cli/epilog.py +${PYSITELIB}/ansible_test/_internal/cli/epilog.pyc +${PYSITELIB}/ansible_test/_internal/cli/epilog.pyo ${PYSITELIB}/ansible_test/_internal/cli/parsers/__init__.py ${PYSITELIB}/ansible_test/_internal/cli/parsers/__init__.pyc ${PYSITELIB}/ansible_test/_internal/cli/parsers/__init__.pyo @@ -1826,9 +1848,6 @@ ${PYSITELIB}/ansible_test/_internal/commands/sanity/__init__.pyo ${PYSITELIB}/ansible_test/_internal/commands/sanity/ansible_doc.py ${PYSITELIB}/ansible_test/_internal/commands/sanity/ansible_doc.pyc ${PYSITELIB}/ansible_test/_internal/commands/sanity/ansible_doc.pyo -${PYSITELIB}/ansible_test/_internal/commands/sanity/bin_symlinks.py -${PYSITELIB}/ansible_test/_internal/commands/sanity/bin_symlinks.pyc -${PYSITELIB}/ansible_test/_internal/commands/sanity/bin_symlinks.pyo ${PYSITELIB}/ansible_test/_internal/commands/sanity/compile.py ${PYSITELIB}/ansible_test/_internal/commands/sanity/compile.pyc ${PYSITELIB}/ansible_test/_internal/commands/sanity/compile.pyo @@ -1838,9 +1857,9 @@ ${PYSITELIB}/ansible_test/_internal/commands/sanity/ignores.pyo ${PYSITELIB}/ansible_test/_internal/commands/sanity/import.py ${PYSITELIB}/ansible_test/_internal/commands/sanity/import.pyc ${PYSITELIB}/ansible_test/_internal/commands/sanity/import.pyo -${PYSITELIB}/ansible_test/_internal/commands/sanity/integration_aliases.py -${PYSITELIB}/ansible_test/_internal/commands/sanity/integration_aliases.pyc -${PYSITELIB}/ansible_test/_internal/commands/sanity/integration_aliases.pyo +${PYSITELIB}/ansible_test/_internal/commands/sanity/mypy.py +${PYSITELIB}/ansible_test/_internal/commands/sanity/mypy.pyc +${PYSITELIB}/ansible_test/_internal/commands/sanity/mypy.pyo ${PYSITELIB}/ansible_test/_internal/commands/sanity/pep8.py ${PYSITELIB}/ansible_test/_internal/commands/sanity/pep8.pyc ${PYSITELIB}/ansible_test/_internal/commands/sanity/pep8.pyo @@ -1961,6 +1980,9 @@ ${PYSITELIB}/ansible_test/_internal/provider/layout/ansible.pyo ${PYSITELIB}/ansible_test/_internal/provider/layout/collection.py ${PYSITELIB}/ansible_test/_internal/provider/layout/collection.pyc ${PYSITELIB}/ansible_test/_internal/provider/layout/collection.pyo +${PYSITELIB}/ansible_test/_internal/provider/layout/unsupported.py +${PYSITELIB}/ansible_test/_internal/provider/layout/unsupported.pyc +${PYSITELIB}/ansible_test/_internal/provider/layout/unsupported.pyo ${PYSITELIB}/ansible_test/_internal/provider/source/__init__.py ${PYSITELIB}/ansible_test/_internal/provider/source/__init__.pyc ${PYSITELIB}/ansible_test/_internal/provider/source/__init__.pyo @@ -1970,6 +1992,9 @@ ${PYSITELIB}/ansible_test/_internal/provider/source/git.pyo ${PYSITELIB}/ansible_test/_internal/provider/source/installed.py ${PYSITELIB}/ansible_test/_internal/provider/source/installed.pyc ${PYSITELIB}/ansible_test/_internal/provider/source/installed.pyo +${PYSITELIB}/ansible_test/_internal/provider/source/unsupported.py +${PYSITELIB}/ansible_test/_internal/provider/source/unsupported.pyc +${PYSITELIB}/ansible_test/_internal/provider/source/unsupported.pyo ${PYSITELIB}/ansible_test/_internal/provider/source/unversioned.py ${PYSITELIB}/ansible_test/_internal/provider/source/unversioned.pyc ${PYSITELIB}/ansible_test/_internal/provider/source/unversioned.pyo @@ -2103,6 +2128,9 @@ ${PYSITELIB}/ansible_test/_util/controller/sanity/code-smell/use-compat-six.pyo ${PYSITELIB}/ansible_test/_util/controller/sanity/integration-aliases/yaml_to_json.py ${PYSITELIB}/ansible_test/_util/controller/sanity/integration-aliases/yaml_to_json.pyc ${PYSITELIB}/ansible_test/_util/controller/sanity/integration-aliases/yaml_to_json.pyo +${PYSITELIB}/ansible_test/_util/controller/sanity/mypy/ansible-core.ini +${PYSITELIB}/ansible_test/_util/controller/sanity/mypy/ansible-test.ini +${PYSITELIB}/ansible_test/_util/controller/sanity/mypy/modules.ini ${PYSITELIB}/ansible_test/_util/controller/sanity/pep8/current-ignore.txt ${PYSITELIB}/ansible_test/_util/controller/sanity/pslint/pslint.ps1 ${PYSITELIB}/ansible_test/_util/controller/sanity/pslint/settings.psd1 @@ -2121,10 +2149,9 @@ ${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/unwanted.py ${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/unwanted.pyc ${PYSITELIB}/ansible_test/_util/controller/sanity/pylint/plugins/unwanted.pyo ${PYSITELIB}/ansible_test/_util/controller/sanity/shellcheck/exclude.txt -${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/main.py -${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/main.pyc -${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/main.pyo -${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate-modules +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate.py +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate.pyc +${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate.pyo ${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/__init__.py ${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/__init__.pyc ${PYSITELIB}/ansible_test/_util/controller/sanity/validate-modules/validate_modules/__init__.pyo @@ -2154,15 +2181,9 @@ ${PYSITELIB}/ansible_test/_util/controller/tools/coverage_stub.ps1 ${PYSITELIB}/ansible_test/_util/controller/tools/sslcheck.py ${PYSITELIB}/ansible_test/_util/controller/tools/sslcheck.pyc ${PYSITELIB}/ansible_test/_util/controller/tools/sslcheck.pyo -${PYSITELIB}/ansible_test/_util/controller/tools/virtualenvcheck.py -${PYSITELIB}/ansible_test/_util/controller/tools/virtualenvcheck.pyc -${PYSITELIB}/ansible_test/_util/controller/tools/virtualenvcheck.pyo ${PYSITELIB}/ansible_test/_util/controller/tools/yaml_to_json.py ${PYSITELIB}/ansible_test/_util/controller/tools/yaml_to_json.pyc ${PYSITELIB}/ansible_test/_util/controller/tools/yaml_to_json.pyo -${PYSITELIB}/ansible_test/_util/controller/tools/yamlcheck.py -${PYSITELIB}/ansible_test/_util/controller/tools/yamlcheck.pyc -${PYSITELIB}/ansible_test/_util/controller/tools/yamlcheck.pyo ${PYSITELIB}/ansible_test/_util/target/__init__.py ${PYSITELIB}/ansible_test/_util/target/__init__.pyc ${PYSITELIB}/ansible_test/_util/target/__init__.pyo @@ -2179,18 +2200,6 @@ ${PYSITELIB}/ansible_test/_util/target/injector/python.py ${PYSITELIB}/ansible_test/_util/target/injector/python.pyc ${PYSITELIB}/ansible_test/_util/target/injector/python.pyo ${PYSITELIB}/ansible_test/_util/target/injector/virtualenv.sh -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/__init__.py -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/__init__.pyc -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/__init__.pyo -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_config.py -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_config.pyc -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_config.pyo -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_finder.py -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_finder.pyc -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_finder.pyo -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_meta.py -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_meta.pyc -${PYSITELIB}/ansible_test/_util/target/legacy_collection_loader/_collection_meta.pyo ${PYSITELIB}/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.py ${PYSITELIB}/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.pyc ${PYSITELIB}/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.pyo @@ -2211,6 +2220,12 @@ ${PYSITELIB}/ansible_test/_util/target/setup/quiet_pip.pyo ${PYSITELIB}/ansible_test/_util/target/setup/requirements.py ${PYSITELIB}/ansible_test/_util/target/setup/requirements.pyc ${PYSITELIB}/ansible_test/_util/target/setup/requirements.pyo +${PYSITELIB}/ansible_test/_util/target/tools/virtualenvcheck.py +${PYSITELIB}/ansible_test/_util/target/tools/virtualenvcheck.pyc +${PYSITELIB}/ansible_test/_util/target/tools/virtualenvcheck.pyo +${PYSITELIB}/ansible_test/_util/target/tools/yamlcheck.py +${PYSITELIB}/ansible_test/_util/target/tools/yamlcheck.pyc +${PYSITELIB}/ansible_test/_util/target/tools/yamlcheck.pyo ${PYSITELIB}/ansible_test/config/cloud-config-aws.ini.template ${PYSITELIB}/ansible_test/config/cloud-config-azure.ini.template ${PYSITELIB}/ansible_test/config/cloud-config-cloudscale.ini.template @@ -2225,13 +2240,5 @@ ${PYSITELIB}/ansible_test/config/cloud-config-vultr.ini.template ${PYSITELIB}/ansible_test/config/config.yml ${PYSITELIB}/ansible_test/config/inventory.networking.template ${PYSITELIB}/ansible_test/config/inventory.winrm.template -man/man1/ansible-console.1 -man/man1/ansible-doc.1 -man/man1/ansible-galaxy.1 -man/man1/ansible-inventory.1 -man/man1/ansible-playbook.1 -man/man1/ansible-pull.1 -man/man1/ansible-vault.1 -man/man1/ansible.1 share/examples/ansible/ansible.cfg share/examples/ansible/hosts diff --git a/sysutils/ansible-core/distinfo b/sysutils/ansible-core/distinfo index 7bc4b93b3a002..6350b77ed814d 100644 --- a/sysutils/ansible-core/distinfo +++ b/sysutils/ansible-core/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2022/05/14 04:36:26 adam Exp $ +$NetBSD: distinfo,v 1.2 2022/05/17 09:29:54 adam Exp $ -BLAKE2s (ansible-core-2.12.5.tar.gz) = 9eb7659af88bd0353a3d7a4fbf346ef986c2059647444fb1af96456e33d9f958 -SHA512 (ansible-core-2.12.5.tar.gz) = 795001257d8b2ffdca00c13a018ebfc822c11f1d8a0eb83df30a1670c19bdc995325da1c87414b672a4fcf8bf57215ff8b7a7b85325ad561d5123c549b18dbe9 -Size (ansible-core-2.12.5.tar.gz) = 7757691 bytes +BLAKE2s (ansible-core-2.13.0.tar.gz) = 3e4b7d8cf402269c77d6eb2a3475ec3562de2dd2fe65e4f1919b57dc4cca85f1 +SHA512 (ansible-core-2.13.0.tar.gz) = 37e17d73477ba88c62af94a6912f9b4b91ebf2ac967c2845875e293fe2ed09307e414644899714e604883973e241eed571d61b7a093a6c212446a1f5b702af6f +Size (ansible-core-2.13.0.tar.gz) = 7383065 bytes SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2 From 6de8661f91eb741cab4f02d98e37996365cf5eba Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 May 2022 09:30:51 +0000 Subject: [PATCH 0532/1154] py-ansible-compat: updated to 2.0.4 v2.0.4 Bugfixes Add support for tower requirements --- sysutils/py-ansible-compat/Makefile | 5 +++-- sysutils/py-ansible-compat/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sysutils/py-ansible-compat/Makefile b/sysutils/py-ansible-compat/Makefile index 17259c4ba92cd..f548708c0a461 100644 --- a/sysutils/py-ansible-compat/Makefile +++ b/sysutils/py-ansible-compat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2022/05/15 10:49:36 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/17 09:30:51 adam Exp $ -DISTNAME= ansible-compat-2.0.3 +DISTNAME= ansible-compat-2.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-compat/} @@ -15,6 +15,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-subprocess-tee>=0.3.5:../../sysutils/py-subprocess-tee DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml #TODO: TEST_DEPENDS pip-tools, pytest-markdown, pytest-plus +TEST_DEPENDS+= ansible-core-[0-9]*:../../sysutils/ansible-core TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test diff --git a/sysutils/py-ansible-compat/distinfo b/sysutils/py-ansible-compat/distinfo index d3dd42cbeb24d..0057d6ab62110 100644 --- a/sysutils/py-ansible-compat/distinfo +++ b/sysutils/py-ansible-compat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/05/12 08:07:34 adam Exp $ +$NetBSD: distinfo,v 1.2 2022/05/17 09:30:51 adam Exp $ -BLAKE2s (ansible-compat-2.0.3.tar.gz) = 2016d5450efe4fd7475134ff96069b4ebf6cc2bc20e8acb9074f73d2de30aadc -SHA512 (ansible-compat-2.0.3.tar.gz) = 0887e5da23041d02be0371bfd9569256252c586f80cd92ab855b32172328989c8160e57169aff6d72f1c3c89c9d3a00b56293e3badc0dc4aad135b1992d06599 -Size (ansible-compat-2.0.3.tar.gz) = 35328 bytes +BLAKE2s (ansible-compat-2.0.4.tar.gz) = 43f8bf81f2c58aade6dbd71887d756038b320a750703fd8823903df991294df9 +SHA512 (ansible-compat-2.0.4.tar.gz) = 8fd6738cf2caf4cae3590e839edd76fdb21ebbb88f50bda470e6711fda4ac8ef18eded3ae4ff72e3b53925afc5649658892e434da943ebd7e986d18afe9cc6af +Size (ansible-compat-2.0.4.tar.gz) = 35447 bytes From 62c71f19a6bd5ef86fe0ef23988c79ea6b3da594 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 May 2022 09:31:13 +0000 Subject: [PATCH 0533/1154] Updated sysutils/ansible-core, sysutils/py-ansible-compat --- doc/CHANGES-2022 | 4 +++- doc/TODO | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index fa8848c149603..e0387d0fcf4c1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2588 2022/05/17 07:44:26 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2589 2022/05/17 09:31:13 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4003,3 +4003,5 @@ Changes to the packages collection and infrastructure in 2022: Updated mail/mutt to 2.2.5 [tron 2022-05-16] Updated net/haproxy to 2.5.7 [adam 2022-05-17] Updated devel/py-setuptools to 62.3.0 [adam 2022-05-17] + Updated sysutils/ansible-core to 2.13.0 [adam 2022-05-17] + Updated sysutils/py-ansible-compat to 2.0.4 [adam 2022-05-17] diff --git a/doc/TODO b/doc/TODO index 8ec39bce7b6c0..33d9b671bbf78 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21866 2022/05/16 19:43:01 wiz Exp $ +$NetBSD: TODO,v 1.21867 2022/05/17 09:31:14 adam Exp $ Suggested new packages ====================== @@ -434,7 +434,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o amavis-perl-0.3.12 [called just amavis] o ampache-4.2.5 o anope-2.0.9 - o ansible-core-2.13 o antiright-8.6 o ap-Embperl-1.3.6 o ap-auth-mellon-0.14.2 From 2f65c483e6b74392e6d788f0abe8e2f731ec2ed9 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 09:54:20 +0000 Subject: [PATCH 0534/1154] ksirk: Add required SunOS libraries. --- games/ksirk/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/ksirk/Makefile b/games/ksirk/Makefile index e95a09ffb95ac..0b5c27b154d4a 100644 --- a/games/ksirk/Makefile +++ b/games/ksirk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2022/04/18 19:11:08 adam Exp $ +# $NetBSD: Makefile,v 1.53 2022/05/17 09:54:20 jperkin Exp $ DISTNAME= ksirk-${KAPPSVER} PKGREVISION= 6 @@ -14,6 +14,8 @@ BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools USE_TOOLS+= msgmerge +LDFLAGS.SunOS+= -lsocket -lnsl -lresolv + .include "../../games/libkdegames/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../multimedia/phonon-qt5/buildlink3.mk" From 4cf36e46d3f91003c746c8a685c059e6ceeb9b46 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 17 May 2022 11:31:16 +0000 Subject: [PATCH 0535/1154] lua-unbound: Needs pkg-config to build. --- net/lua-unbound/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/lua-unbound/Makefile b/net/lua-unbound/Makefile index e3b49b32d41f9..67e7ccf928ab7 100644 --- a/net/lua-unbound/Makefile +++ b/net/lua-unbound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/08 20:32:14 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/17 11:31:16 nia Exp $ DISTNAME= luaunbound-1.0.0 PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua//} @@ -10,7 +10,7 @@ HOMEPAGE= https://code.zash.se/dl/luaunbound/ COMMENT= Binding of libunbound for the Lua language LICENSE= modified-bsd -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config MAKE_FILE= GNUmakefile LUA_VERSIONS_ACCEPTED= 52 From be3746fe664866a46217f76c481a6eeba2da9979 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 11:55:23 +0000 Subject: [PATCH 0536/1154] libv4l: SunOS support. This also updates the Linux headers so may improve compatibility on other OS. --- graphics/libv4l/Makefile | 9 +- graphics/libv4l/distinfo | 10 +- graphics/libv4l/files/v4l2-controls.h | 2324 +++++++++++++++++ graphics/libv4l/files/videodev2.h | 336 ++- .../patches/patch-lib_libv4l1_libv4l1.c | 18 +- .../patches/patch-lib_libv4l2_libv4l2.c | 22 +- .../patches/patch-lib_libv4l2rds_libv4l2rds.c | 21 +- ...tch-lib_libv4lconvert_libv4lsyscall-priv.h | 27 +- 8 files changed, 2698 insertions(+), 69 deletions(-) create mode 100644 graphics/libv4l/files/v4l2-controls.h diff --git a/graphics/libv4l/Makefile b/graphics/libv4l/Makefile index 9c297fd9eb211..6e07b8518d705 100644 --- a/graphics/libv4l/Makefile +++ b/graphics/libv4l/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2021/11/01 20:35:16 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/17 11:55:23 jperkin Exp $ LIBV4L_VERS= 1.22.1 DISTNAME= v4l-utils-${LIBV4L_VERS} @@ -41,11 +41,16 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/videoio.h ${DESTDIR}${PREFIX}/include/sys .elif (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly") && ${NEWHEADER} == "no" - pre-configure: ${MKDIR} ${BUILDLINK_DIR}/include/sys cp ${FILESDIR}/videoio.h ${BUILDLINK_DIR}/include/sys +.elif ${OPSYS} == "SunOS" +pre-configure: + ${MKDIR} ${BUILDLINK_DIR}/include/linux + cp ${FILESDIR}/videodev2.h ${BUILDLINK_DIR}/include/linux + cp ${FILESDIR}/v4l2-controls.h ${BUILDLINK_DIR}/include/linux + .elif ${OPSYS} == "Linux" && !exists(/usr/include/linux/videodev.h) pre-configure: ${MKDIR} ${BUILDLINK_DIR}/include/linux diff --git a/graphics/libv4l/distinfo b/graphics/libv4l/distinfo index 1299f375cb0d9..15333507f0ff0 100644 --- a/graphics/libv4l/distinfo +++ b/graphics/libv4l/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2021/11/01 20:35:16 wiz Exp $ +$NetBSD: distinfo,v 1.24 2022/05/17 11:55:23 jperkin Exp $ BLAKE2s (v4l-utils-1.22.1.tar.bz2) = 3cf8ea5dc9b3ea40ab80a866134c209e479e8518d4bfc0ad4ead2f7f9db0265d SHA512 (v4l-utils-1.22.1.tar.bz2) = 8a634d8995d13f453dfaf90ca5d0dfb26f2f4b10a0d200d76a949c46f77040d12fc0a5b35e05d7b1ba68bcfc85a445be5a5ab1d4a7d4eabfe3a254038ccc6170 @@ -8,11 +8,11 @@ SHA1 (patch-lib_include_libv4l1-videodev.h) = 84256cb64dd755b8a12edd9844bc362c35 SHA1 (patch-lib_include_libv4l2rds.h) = ca375e9bac291c8cc295a3393e0497eb12a01cb9 SHA1 (patch-lib_include_libv4lconvert.h) = e5807fa26d4e73a001f829640902cf22c14b6dfe SHA1 (patch-lib_libv4l-mplane_libv4l-mplane.c) = df0d6f863ce3b7ff4b2ad87b8cd348785d0200c7 -SHA1 (patch-lib_libv4l1_libv4l1.c) = 9aa0fd6dccd372f81e409c6ac0768be94957ab31 -SHA1 (patch-lib_libv4l2_libv4l2.c) = f086f39fd25684f91be773637d1922416d224dc4 +SHA1 (patch-lib_libv4l1_libv4l1.c) = f495eedb0efc9cb1e088984aa0fb06d65ffe3841 +SHA1 (patch-lib_libv4l2_libv4l2.c) = 14146c0b195d1ab3edbde39156478d4b4c146a73 SHA1 (patch-lib_libv4l2_log.c) = bcab0be4b49a38271bbc2b4a1d56f9289a471d40 SHA1 (patch-lib_libv4l2_v4l2convert.c) = f5fefb20f83005b0f91010af6ec9b7f9f76fabe0 -SHA1 (patch-lib_libv4l2rds_libv4l2rds.c) = f6779f323a64bb12ea14829241363f2fc0f9ee2c +SHA1 (patch-lib_libv4l2rds_libv4l2rds.c) = 004cd1a91a6212d2458518166654d2269106eb04 SHA1 (patch-lib_libv4lconvert_control_libv4lcontrol.c) = e4a96570f22d837bbf7248231464a143c339e8ea -SHA1 (patch-lib_libv4lconvert_libv4lsyscall-priv.h) = 2795b366f05365bf7a7caa142ff4b93b38603787 +SHA1 (patch-lib_libv4lconvert_libv4lsyscall-priv.h) = c6dfcc4d84fb1553ebd0396e1b4a9e7e4f43417a SHA1 (patch-lib_libv4lconvert_processing_libv4lprocessing.h) = ecb02a055df546eb0f4bcea96f1a55e312495cdd diff --git a/graphics/libv4l/files/v4l2-controls.h b/graphics/libv4l/files/v4l2-controls.h new file mode 100644 index 0000000000000..daace96fd1139 --- /dev/null +++ b/graphics/libv4l/files/v4l2-controls.h @@ -0,0 +1,2324 @@ +/* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) */ +/* + * Video for Linux Two controls header file + * + * Copyright (C) 1999-2012 the contributors + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * Alternatively you can redistribute this file under the terms of the + * BSD license as stated below: + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * 3. The names of its contributors may not be used to endorse or promote + * products derived from this software without specific prior written + * permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The contents of this header was split off from videodev2.h. All control + * definitions should be added to this header, which is included by + * videodev2.h. + */ + +#ifndef __LINUX_V4L2_CONTROLS_H +#define __LINUX_V4L2_CONTROLS_H + +#if defined(__linux) +#include +#include +#endif + +/* Control classes */ +#define V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */ +#define V4L2_CTRL_CLASS_CODEC 0x00990000 /* Stateful codec controls */ +#define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */ +#define V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator controls */ +#define V4L2_CTRL_CLASS_FLASH 0x009c0000 /* Camera flash controls */ +#define V4L2_CTRL_CLASS_JPEG 0x009d0000 /* JPEG-compression controls */ +#define V4L2_CTRL_CLASS_IMAGE_SOURCE 0x009e0000 /* Image source controls */ +#define V4L2_CTRL_CLASS_IMAGE_PROC 0x009f0000 /* Image processing controls */ +#define V4L2_CTRL_CLASS_DV 0x00a00000 /* Digital Video controls */ +#define V4L2_CTRL_CLASS_FM_RX 0x00a10000 /* FM Receiver controls */ +#define V4L2_CTRL_CLASS_RF_TUNER 0x00a20000 /* RF tuner controls */ +#define V4L2_CTRL_CLASS_DETECT 0x00a30000 /* Detection controls */ +#define V4L2_CTRL_CLASS_CODEC_STATELESS 0x00a40000 /* Stateless codecs controls */ +#define V4L2_CTRL_CLASS_COLORIMETRY 0x00a50000 /* Colorimetry controls */ + +/* User-class control IDs */ + +#define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900) +#define V4L2_CID_USER_BASE V4L2_CID_BASE +#define V4L2_CID_USER_CLASS (V4L2_CTRL_CLASS_USER | 1) +#define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0) +#define V4L2_CID_CONTRAST (V4L2_CID_BASE+1) +#define V4L2_CID_SATURATION (V4L2_CID_BASE+2) +#define V4L2_CID_HUE (V4L2_CID_BASE+3) +#define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5) +#define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6) +#define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7) +#define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8) +#define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9) +#define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE+10) +#define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE+11) /* Deprecated */ +#define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12) +#define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE+13) +#define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14) +#define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE+15) +#define V4L2_CID_GAMMA (V4L2_CID_BASE+16) +#define V4L2_CID_WHITENESS (V4L2_CID_GAMMA) /* Deprecated */ +#define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17) +#define V4L2_CID_AUTOGAIN (V4L2_CID_BASE+18) +#define V4L2_CID_GAIN (V4L2_CID_BASE+19) +#define V4L2_CID_HFLIP (V4L2_CID_BASE+20) +#define V4L2_CID_VFLIP (V4L2_CID_BASE+21) + +#define V4L2_CID_POWER_LINE_FREQUENCY (V4L2_CID_BASE+24) +enum v4l2_power_line_frequency { + V4L2_CID_POWER_LINE_FREQUENCY_DISABLED = 0, + V4L2_CID_POWER_LINE_FREQUENCY_50HZ = 1, + V4L2_CID_POWER_LINE_FREQUENCY_60HZ = 2, + V4L2_CID_POWER_LINE_FREQUENCY_AUTO = 3, +}; +#define V4L2_CID_HUE_AUTO (V4L2_CID_BASE+25) +#define V4L2_CID_WHITE_BALANCE_TEMPERATURE (V4L2_CID_BASE+26) +#define V4L2_CID_SHARPNESS (V4L2_CID_BASE+27) +#define V4L2_CID_BACKLIGHT_COMPENSATION (V4L2_CID_BASE+28) +#define V4L2_CID_CHROMA_AGC (V4L2_CID_BASE+29) +#define V4L2_CID_COLOR_KILLER (V4L2_CID_BASE+30) +#define V4L2_CID_COLORFX (V4L2_CID_BASE+31) +enum v4l2_colorfx { + V4L2_COLORFX_NONE = 0, + V4L2_COLORFX_BW = 1, + V4L2_COLORFX_SEPIA = 2, + V4L2_COLORFX_NEGATIVE = 3, + V4L2_COLORFX_EMBOSS = 4, + V4L2_COLORFX_SKETCH = 5, + V4L2_COLORFX_SKY_BLUE = 6, + V4L2_COLORFX_GRASS_GREEN = 7, + V4L2_COLORFX_SKIN_WHITEN = 8, + V4L2_COLORFX_VIVID = 9, + V4L2_COLORFX_AQUA = 10, + V4L2_COLORFX_ART_FREEZE = 11, + V4L2_COLORFX_SILHOUETTE = 12, + V4L2_COLORFX_SOLARIZATION = 13, + V4L2_COLORFX_ANTIQUE = 14, + V4L2_COLORFX_SET_CBCR = 15, + V4L2_COLORFX_SET_RGB = 16, +}; +#define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) +#define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33) + +#define V4L2_CID_ROTATE (V4L2_CID_BASE+34) +#define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35) + +#define V4L2_CID_CHROMA_GAIN (V4L2_CID_BASE+36) + +#define V4L2_CID_ILLUMINATORS_1 (V4L2_CID_BASE+37) +#define V4L2_CID_ILLUMINATORS_2 (V4L2_CID_BASE+38) + +#define V4L2_CID_MIN_BUFFERS_FOR_CAPTURE (V4L2_CID_BASE+39) +#define V4L2_CID_MIN_BUFFERS_FOR_OUTPUT (V4L2_CID_BASE+40) + +#define V4L2_CID_ALPHA_COMPONENT (V4L2_CID_BASE+41) +#define V4L2_CID_COLORFX_CBCR (V4L2_CID_BASE+42) +#define V4L2_CID_COLORFX_RGB (V4L2_CID_BASE+43) + +/* last CID + 1 */ +#define V4L2_CID_LASTP1 (V4L2_CID_BASE+44) + +/* USER-class private control IDs */ + +/* The base for the meye driver controls. See linux/meye.h for the list + * of controls. We reserve 16 controls for this driver. */ +#define V4L2_CID_USER_MEYE_BASE (V4L2_CID_USER_BASE + 0x1000) + +/* The base for the bttv driver controls. + * We reserve 32 controls for this driver. */ +#define V4L2_CID_USER_BTTV_BASE (V4L2_CID_USER_BASE + 0x1010) + + +/* The base for the s2255 driver controls. + * We reserve 16 controls for this driver. */ +#define V4L2_CID_USER_S2255_BASE (V4L2_CID_USER_BASE + 0x1030) + +/* + * The base for the si476x driver controls. See include/media/drv-intf/si476x.h + * for the list of controls. Total of 16 controls is reserved for this driver + */ +#define V4L2_CID_USER_SI476X_BASE (V4L2_CID_USER_BASE + 0x1040) + +/* The base for the TI VPE driver controls. Total of 16 controls is reserved for + * this driver */ +#define V4L2_CID_USER_TI_VPE_BASE (V4L2_CID_USER_BASE + 0x1050) + +/* The base for the saa7134 driver controls. + * We reserve 16 controls for this driver. */ +#define V4L2_CID_USER_SAA7134_BASE (V4L2_CID_USER_BASE + 0x1060) + +/* The base for the adv7180 driver controls. + * We reserve 16 controls for this driver. */ +#define V4L2_CID_USER_ADV7180_BASE (V4L2_CID_USER_BASE + 0x1070) + +/* The base for the tc358743 driver controls. + * We reserve 16 controls for this driver. */ +#define V4L2_CID_USER_TC358743_BASE (V4L2_CID_USER_BASE + 0x1080) + +/* The base for the max217x driver controls. + * We reserve 32 controls for this driver + */ +#define V4L2_CID_USER_MAX217X_BASE (V4L2_CID_USER_BASE + 0x1090) + +/* The base for the imx driver controls. + * We reserve 16 controls for this driver. */ +#define V4L2_CID_USER_IMX_BASE (V4L2_CID_USER_BASE + 0x10b0) + +/* + * The base for the atmel isc driver controls. + * We reserve 32 controls for this driver. + */ +#define V4L2_CID_USER_ATMEL_ISC_BASE (V4L2_CID_USER_BASE + 0x10c0) + +/* + * The base for the CODA driver controls. + * We reserve 16 controls for this driver. + */ +#define V4L2_CID_USER_CODA_BASE (V4L2_CID_USER_BASE + 0x10e0) +/* + * The base for MIPI CCS driver controls. + * We reserve 128 controls for this driver. + */ +#define V4L2_CID_USER_CCS_BASE (V4L2_CID_USER_BASE + 0x10f0) +/* + * The base for Allegro driver controls. + * We reserve 16 controls for this driver. + */ +#define V4L2_CID_USER_ALLEGRO_BASE (V4L2_CID_USER_BASE + 0x1170) + +/* + * The base for the isl7998x driver controls. + * We reserve 16 controls for this driver. + */ +#define V4L2_CID_USER_ISL7998X_BASE (V4L2_CID_USER_BASE + 0x1180) + +/* MPEG-class control IDs */ +/* The MPEG controls are applicable to all codec controls + * and the 'MPEG' part of the define is historical */ + +#define V4L2_CID_CODEC_BASE (V4L2_CTRL_CLASS_CODEC | 0x900) +#define V4L2_CID_CODEC_CLASS (V4L2_CTRL_CLASS_CODEC | 1) + +/* MPEG streams, specific to multiplexed streams */ +#define V4L2_CID_MPEG_STREAM_TYPE (V4L2_CID_CODEC_BASE+0) +enum v4l2_mpeg_stream_type { + V4L2_MPEG_STREAM_TYPE_MPEG2_PS = 0, /* MPEG-2 program stream */ + V4L2_MPEG_STREAM_TYPE_MPEG2_TS = 1, /* MPEG-2 transport stream */ + V4L2_MPEG_STREAM_TYPE_MPEG1_SS = 2, /* MPEG-1 system stream */ + V4L2_MPEG_STREAM_TYPE_MPEG2_DVD = 3, /* MPEG-2 DVD-compatible stream */ + V4L2_MPEG_STREAM_TYPE_MPEG1_VCD = 4, /* MPEG-1 VCD-compatible stream */ + V4L2_MPEG_STREAM_TYPE_MPEG2_SVCD = 5, /* MPEG-2 SVCD-compatible stream */ +}; +#define V4L2_CID_MPEG_STREAM_PID_PMT (V4L2_CID_CODEC_BASE+1) +#define V4L2_CID_MPEG_STREAM_PID_AUDIO (V4L2_CID_CODEC_BASE+2) +#define V4L2_CID_MPEG_STREAM_PID_VIDEO (V4L2_CID_CODEC_BASE+3) +#define V4L2_CID_MPEG_STREAM_PID_PCR (V4L2_CID_CODEC_BASE+4) +#define V4L2_CID_MPEG_STREAM_PES_ID_AUDIO (V4L2_CID_CODEC_BASE+5) +#define V4L2_CID_MPEG_STREAM_PES_ID_VIDEO (V4L2_CID_CODEC_BASE+6) +#define V4L2_CID_MPEG_STREAM_VBI_FMT (V4L2_CID_CODEC_BASE+7) +enum v4l2_mpeg_stream_vbi_fmt { + V4L2_MPEG_STREAM_VBI_FMT_NONE = 0, /* No VBI in the MPEG stream */ + V4L2_MPEG_STREAM_VBI_FMT_IVTV = 1, /* VBI in private packets, IVTV format */ +}; + +/* MPEG audio controls specific to multiplexed streams */ +#define V4L2_CID_MPEG_AUDIO_SAMPLING_FREQ (V4L2_CID_CODEC_BASE+100) +enum v4l2_mpeg_audio_sampling_freq { + V4L2_MPEG_AUDIO_SAMPLING_FREQ_44100 = 0, + V4L2_MPEG_AUDIO_SAMPLING_FREQ_48000 = 1, + V4L2_MPEG_AUDIO_SAMPLING_FREQ_32000 = 2, +}; +#define V4L2_CID_MPEG_AUDIO_ENCODING (V4L2_CID_CODEC_BASE+101) +enum v4l2_mpeg_audio_encoding { + V4L2_MPEG_AUDIO_ENCODING_LAYER_1 = 0, + V4L2_MPEG_AUDIO_ENCODING_LAYER_2 = 1, + V4L2_MPEG_AUDIO_ENCODING_LAYER_3 = 2, + V4L2_MPEG_AUDIO_ENCODING_AAC = 3, + V4L2_MPEG_AUDIO_ENCODING_AC3 = 4, +}; +#define V4L2_CID_MPEG_AUDIO_L1_BITRATE (V4L2_CID_CODEC_BASE+102) +enum v4l2_mpeg_audio_l1_bitrate { + V4L2_MPEG_AUDIO_L1_BITRATE_32K = 0, + V4L2_MPEG_AUDIO_L1_BITRATE_64K = 1, + V4L2_MPEG_AUDIO_L1_BITRATE_96K = 2, + V4L2_MPEG_AUDIO_L1_BITRATE_128K = 3, + V4L2_MPEG_AUDIO_L1_BITRATE_160K = 4, + V4L2_MPEG_AUDIO_L1_BITRATE_192K = 5, + V4L2_MPEG_AUDIO_L1_BITRATE_224K = 6, + V4L2_MPEG_AUDIO_L1_BITRATE_256K = 7, + V4L2_MPEG_AUDIO_L1_BITRATE_288K = 8, + V4L2_MPEG_AUDIO_L1_BITRATE_320K = 9, + V4L2_MPEG_AUDIO_L1_BITRATE_352K = 10, + V4L2_MPEG_AUDIO_L1_BITRATE_384K = 11, + V4L2_MPEG_AUDIO_L1_BITRATE_416K = 12, + V4L2_MPEG_AUDIO_L1_BITRATE_448K = 13, +}; +#define V4L2_CID_MPEG_AUDIO_L2_BITRATE (V4L2_CID_CODEC_BASE+103) +enum v4l2_mpeg_audio_l2_bitrate { + V4L2_MPEG_AUDIO_L2_BITRATE_32K = 0, + V4L2_MPEG_AUDIO_L2_BITRATE_48K = 1, + V4L2_MPEG_AUDIO_L2_BITRATE_56K = 2, + V4L2_MPEG_AUDIO_L2_BITRATE_64K = 3, + V4L2_MPEG_AUDIO_L2_BITRATE_80K = 4, + V4L2_MPEG_AUDIO_L2_BITRATE_96K = 5, + V4L2_MPEG_AUDIO_L2_BITRATE_112K = 6, + V4L2_MPEG_AUDIO_L2_BITRATE_128K = 7, + V4L2_MPEG_AUDIO_L2_BITRATE_160K = 8, + V4L2_MPEG_AUDIO_L2_BITRATE_192K = 9, + V4L2_MPEG_AUDIO_L2_BITRATE_224K = 10, + V4L2_MPEG_AUDIO_L2_BITRATE_256K = 11, + V4L2_MPEG_AUDIO_L2_BITRATE_320K = 12, + V4L2_MPEG_AUDIO_L2_BITRATE_384K = 13, +}; +#define V4L2_CID_MPEG_AUDIO_L3_BITRATE (V4L2_CID_CODEC_BASE+104) +enum v4l2_mpeg_audio_l3_bitrate { + V4L2_MPEG_AUDIO_L3_BITRATE_32K = 0, + V4L2_MPEG_AUDIO_L3_BITRATE_40K = 1, + V4L2_MPEG_AUDIO_L3_BITRATE_48K = 2, + V4L2_MPEG_AUDIO_L3_BITRATE_56K = 3, + V4L2_MPEG_AUDIO_L3_BITRATE_64K = 4, + V4L2_MPEG_AUDIO_L3_BITRATE_80K = 5, + V4L2_MPEG_AUDIO_L3_BITRATE_96K = 6, + V4L2_MPEG_AUDIO_L3_BITRATE_112K = 7, + V4L2_MPEG_AUDIO_L3_BITRATE_128K = 8, + V4L2_MPEG_AUDIO_L3_BITRATE_160K = 9, + V4L2_MPEG_AUDIO_L3_BITRATE_192K = 10, + V4L2_MPEG_AUDIO_L3_BITRATE_224K = 11, + V4L2_MPEG_AUDIO_L3_BITRATE_256K = 12, + V4L2_MPEG_AUDIO_L3_BITRATE_320K = 13, +}; +#define V4L2_CID_MPEG_AUDIO_MODE (V4L2_CID_CODEC_BASE+105) +enum v4l2_mpeg_audio_mode { + V4L2_MPEG_AUDIO_MODE_STEREO = 0, + V4L2_MPEG_AUDIO_MODE_JOINT_STEREO = 1, + V4L2_MPEG_AUDIO_MODE_DUAL = 2, + V4L2_MPEG_AUDIO_MODE_MONO = 3, +}; +#define V4L2_CID_MPEG_AUDIO_MODE_EXTENSION (V4L2_CID_CODEC_BASE+106) +enum v4l2_mpeg_audio_mode_extension { + V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_4 = 0, + V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_8 = 1, + V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_12 = 2, + V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_16 = 3, +}; +#define V4L2_CID_MPEG_AUDIO_EMPHASIS (V4L2_CID_CODEC_BASE+107) +enum v4l2_mpeg_audio_emphasis { + V4L2_MPEG_AUDIO_EMPHASIS_NONE = 0, + V4L2_MPEG_AUDIO_EMPHASIS_50_DIV_15_uS = 1, + V4L2_MPEG_AUDIO_EMPHASIS_CCITT_J17 = 2, +}; +#define V4L2_CID_MPEG_AUDIO_CRC (V4L2_CID_CODEC_BASE+108) +enum v4l2_mpeg_audio_crc { + V4L2_MPEG_AUDIO_CRC_NONE = 0, + V4L2_MPEG_AUDIO_CRC_CRC16 = 1, +}; +#define V4L2_CID_MPEG_AUDIO_MUTE (V4L2_CID_CODEC_BASE+109) +#define V4L2_CID_MPEG_AUDIO_AAC_BITRATE (V4L2_CID_CODEC_BASE+110) +#define V4L2_CID_MPEG_AUDIO_AC3_BITRATE (V4L2_CID_CODEC_BASE+111) +enum v4l2_mpeg_audio_ac3_bitrate { + V4L2_MPEG_AUDIO_AC3_BITRATE_32K = 0, + V4L2_MPEG_AUDIO_AC3_BITRATE_40K = 1, + V4L2_MPEG_AUDIO_AC3_BITRATE_48K = 2, + V4L2_MPEG_AUDIO_AC3_BITRATE_56K = 3, + V4L2_MPEG_AUDIO_AC3_BITRATE_64K = 4, + V4L2_MPEG_AUDIO_AC3_BITRATE_80K = 5, + V4L2_MPEG_AUDIO_AC3_BITRATE_96K = 6, + V4L2_MPEG_AUDIO_AC3_BITRATE_112K = 7, + V4L2_MPEG_AUDIO_AC3_BITRATE_128K = 8, + V4L2_MPEG_AUDIO_AC3_BITRATE_160K = 9, + V4L2_MPEG_AUDIO_AC3_BITRATE_192K = 10, + V4L2_MPEG_AUDIO_AC3_BITRATE_224K = 11, + V4L2_MPEG_AUDIO_AC3_BITRATE_256K = 12, + V4L2_MPEG_AUDIO_AC3_BITRATE_320K = 13, + V4L2_MPEG_AUDIO_AC3_BITRATE_384K = 14, + V4L2_MPEG_AUDIO_AC3_BITRATE_448K = 15, + V4L2_MPEG_AUDIO_AC3_BITRATE_512K = 16, + V4L2_MPEG_AUDIO_AC3_BITRATE_576K = 17, + V4L2_MPEG_AUDIO_AC3_BITRATE_640K = 18, +}; +#define V4L2_CID_MPEG_AUDIO_DEC_PLAYBACK (V4L2_CID_CODEC_BASE+112) +enum v4l2_mpeg_audio_dec_playback { + V4L2_MPEG_AUDIO_DEC_PLAYBACK_AUTO = 0, + V4L2_MPEG_AUDIO_DEC_PLAYBACK_STEREO = 1, + V4L2_MPEG_AUDIO_DEC_PLAYBACK_LEFT = 2, + V4L2_MPEG_AUDIO_DEC_PLAYBACK_RIGHT = 3, + V4L2_MPEG_AUDIO_DEC_PLAYBACK_MONO = 4, + V4L2_MPEG_AUDIO_DEC_PLAYBACK_SWAPPED_STEREO = 5, +}; +#define V4L2_CID_MPEG_AUDIO_DEC_MULTILINGUAL_PLAYBACK (V4L2_CID_CODEC_BASE+113) + +/* MPEG video controls specific to multiplexed streams */ +#define V4L2_CID_MPEG_VIDEO_ENCODING (V4L2_CID_CODEC_BASE+200) +enum v4l2_mpeg_video_encoding { + V4L2_MPEG_VIDEO_ENCODING_MPEG_1 = 0, + V4L2_MPEG_VIDEO_ENCODING_MPEG_2 = 1, + V4L2_MPEG_VIDEO_ENCODING_MPEG_4_AVC = 2, +}; +#define V4L2_CID_MPEG_VIDEO_ASPECT (V4L2_CID_CODEC_BASE+201) +enum v4l2_mpeg_video_aspect { + V4L2_MPEG_VIDEO_ASPECT_1x1 = 0, + V4L2_MPEG_VIDEO_ASPECT_4x3 = 1, + V4L2_MPEG_VIDEO_ASPECT_16x9 = 2, + V4L2_MPEG_VIDEO_ASPECT_221x100 = 3, +}; +#define V4L2_CID_MPEG_VIDEO_B_FRAMES (V4L2_CID_CODEC_BASE+202) +#define V4L2_CID_MPEG_VIDEO_GOP_SIZE (V4L2_CID_CODEC_BASE+203) +#define V4L2_CID_MPEG_VIDEO_GOP_CLOSURE (V4L2_CID_CODEC_BASE+204) +#define V4L2_CID_MPEG_VIDEO_PULLDOWN (V4L2_CID_CODEC_BASE+205) +#define V4L2_CID_MPEG_VIDEO_BITRATE_MODE (V4L2_CID_CODEC_BASE+206) +enum v4l2_mpeg_video_bitrate_mode { + V4L2_MPEG_VIDEO_BITRATE_MODE_VBR = 0, + V4L2_MPEG_VIDEO_BITRATE_MODE_CBR = 1, + V4L2_MPEG_VIDEO_BITRATE_MODE_CQ = 2, +}; +#define V4L2_CID_MPEG_VIDEO_BITRATE (V4L2_CID_CODEC_BASE+207) +#define V4L2_CID_MPEG_VIDEO_BITRATE_PEAK (V4L2_CID_CODEC_BASE+208) +#define V4L2_CID_MPEG_VIDEO_TEMPORAL_DECIMATION (V4L2_CID_CODEC_BASE+209) +#define V4L2_CID_MPEG_VIDEO_MUTE (V4L2_CID_CODEC_BASE+210) +#define V4L2_CID_MPEG_VIDEO_MUTE_YUV (V4L2_CID_CODEC_BASE+211) +#define V4L2_CID_MPEG_VIDEO_DECODER_SLICE_INTERFACE (V4L2_CID_CODEC_BASE+212) +#define V4L2_CID_MPEG_VIDEO_DECODER_MPEG4_DEBLOCK_FILTER (V4L2_CID_CODEC_BASE+213) +#define V4L2_CID_MPEG_VIDEO_CYCLIC_INTRA_REFRESH_MB (V4L2_CID_CODEC_BASE+214) +#define V4L2_CID_MPEG_VIDEO_FRAME_RC_ENABLE (V4L2_CID_CODEC_BASE+215) +#define V4L2_CID_MPEG_VIDEO_HEADER_MODE (V4L2_CID_CODEC_BASE+216) +enum v4l2_mpeg_video_header_mode { + V4L2_MPEG_VIDEO_HEADER_MODE_SEPARATE = 0, + V4L2_MPEG_VIDEO_HEADER_MODE_JOINED_WITH_1ST_FRAME = 1, + +}; +#define V4L2_CID_MPEG_VIDEO_MAX_REF_PIC (V4L2_CID_CODEC_BASE+217) +#define V4L2_CID_MPEG_VIDEO_MB_RC_ENABLE (V4L2_CID_CODEC_BASE+218) +#define V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_BYTES (V4L2_CID_CODEC_BASE+219) +#define V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_MB (V4L2_CID_CODEC_BASE+220) +#define V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MODE (V4L2_CID_CODEC_BASE+221) +enum v4l2_mpeg_video_multi_slice_mode { + V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE = 0, + V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB = 1, + V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_BYTES = 2, +#ifndef __KERNEL__ + /* Kept for backwards compatibility reasons. Stupid typo... */ + V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_MB = 1, + V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_BYTES = 2, +#endif +}; +#define V4L2_CID_MPEG_VIDEO_VBV_SIZE (V4L2_CID_CODEC_BASE+222) +#define V4L2_CID_MPEG_VIDEO_DEC_PTS (V4L2_CID_CODEC_BASE+223) +#define V4L2_CID_MPEG_VIDEO_DEC_FRAME (V4L2_CID_CODEC_BASE+224) +#define V4L2_CID_MPEG_VIDEO_VBV_DELAY (V4L2_CID_CODEC_BASE+225) +#define V4L2_CID_MPEG_VIDEO_REPEAT_SEQ_HEADER (V4L2_CID_CODEC_BASE+226) +#define V4L2_CID_MPEG_VIDEO_MV_H_SEARCH_RANGE (V4L2_CID_CODEC_BASE+227) +#define V4L2_CID_MPEG_VIDEO_MV_V_SEARCH_RANGE (V4L2_CID_CODEC_BASE+228) +#define V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAME (V4L2_CID_CODEC_BASE+229) +#define V4L2_CID_MPEG_VIDEO_BASELAYER_PRIORITY_ID (V4L2_CID_CODEC_BASE+230) +#define V4L2_CID_MPEG_VIDEO_AU_DELIMITER (V4L2_CID_CODEC_BASE+231) +#define V4L2_CID_MPEG_VIDEO_LTR_COUNT (V4L2_CID_CODEC_BASE+232) +#define V4L2_CID_MPEG_VIDEO_FRAME_LTR_INDEX (V4L2_CID_CODEC_BASE+233) +#define V4L2_CID_MPEG_VIDEO_USE_LTR_FRAMES (V4L2_CID_CODEC_BASE+234) +#define V4L2_CID_MPEG_VIDEO_DEC_CONCEAL_COLOR (V4L2_CID_CODEC_BASE+235) +#define V4L2_CID_MPEG_VIDEO_INTRA_REFRESH_PERIOD (V4L2_CID_CODEC_BASE+236) + +/* CIDs for the MPEG-2 Part 2 (H.262) codec */ +#define V4L2_CID_MPEG_VIDEO_MPEG2_LEVEL (V4L2_CID_CODEC_BASE+270) +enum v4l2_mpeg_video_mpeg2_level { + V4L2_MPEG_VIDEO_MPEG2_LEVEL_LOW = 0, + V4L2_MPEG_VIDEO_MPEG2_LEVEL_MAIN = 1, + V4L2_MPEG_VIDEO_MPEG2_LEVEL_HIGH_1440 = 2, + V4L2_MPEG_VIDEO_MPEG2_LEVEL_HIGH = 3, +}; +#define V4L2_CID_MPEG_VIDEO_MPEG2_PROFILE (V4L2_CID_CODEC_BASE+271) +enum v4l2_mpeg_video_mpeg2_profile { + V4L2_MPEG_VIDEO_MPEG2_PROFILE_SIMPLE = 0, + V4L2_MPEG_VIDEO_MPEG2_PROFILE_MAIN = 1, + V4L2_MPEG_VIDEO_MPEG2_PROFILE_SNR_SCALABLE = 2, + V4L2_MPEG_VIDEO_MPEG2_PROFILE_SPATIALLY_SCALABLE = 3, + V4L2_MPEG_VIDEO_MPEG2_PROFILE_HIGH = 4, + V4L2_MPEG_VIDEO_MPEG2_PROFILE_MULTIVIEW = 5, +}; + +/* CIDs for the FWHT codec as used by the vicodec driver. */ +#define V4L2_CID_FWHT_I_FRAME_QP (V4L2_CID_CODEC_BASE + 290) +#define V4L2_CID_FWHT_P_FRAME_QP (V4L2_CID_CODEC_BASE + 291) + +#define V4L2_CID_MPEG_VIDEO_H263_I_FRAME_QP (V4L2_CID_CODEC_BASE+300) +#define V4L2_CID_MPEG_VIDEO_H263_P_FRAME_QP (V4L2_CID_CODEC_BASE+301) +#define V4L2_CID_MPEG_VIDEO_H263_B_FRAME_QP (V4L2_CID_CODEC_BASE+302) +#define V4L2_CID_MPEG_VIDEO_H263_MIN_QP (V4L2_CID_CODEC_BASE+303) +#define V4L2_CID_MPEG_VIDEO_H263_MAX_QP (V4L2_CID_CODEC_BASE+304) +#define V4L2_CID_MPEG_VIDEO_H264_I_FRAME_QP (V4L2_CID_CODEC_BASE+350) +#define V4L2_CID_MPEG_VIDEO_H264_P_FRAME_QP (V4L2_CID_CODEC_BASE+351) +#define V4L2_CID_MPEG_VIDEO_H264_B_FRAME_QP (V4L2_CID_CODEC_BASE+352) +#define V4L2_CID_MPEG_VIDEO_H264_MIN_QP (V4L2_CID_CODEC_BASE+353) +#define V4L2_CID_MPEG_VIDEO_H264_MAX_QP (V4L2_CID_CODEC_BASE+354) +#define V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM (V4L2_CID_CODEC_BASE+355) +#define V4L2_CID_MPEG_VIDEO_H264_CPB_SIZE (V4L2_CID_CODEC_BASE+356) +#define V4L2_CID_MPEG_VIDEO_H264_ENTROPY_MODE (V4L2_CID_CODEC_BASE+357) +enum v4l2_mpeg_video_h264_entropy_mode { + V4L2_MPEG_VIDEO_H264_ENTROPY_MODE_CAVLC = 0, + V4L2_MPEG_VIDEO_H264_ENTROPY_MODE_CABAC = 1, +}; +#define V4L2_CID_MPEG_VIDEO_H264_I_PERIOD (V4L2_CID_CODEC_BASE+358) +#define V4L2_CID_MPEG_VIDEO_H264_LEVEL (V4L2_CID_CODEC_BASE+359) +enum v4l2_mpeg_video_h264_level { + V4L2_MPEG_VIDEO_H264_LEVEL_1_0 = 0, + V4L2_MPEG_VIDEO_H264_LEVEL_1B = 1, + V4L2_MPEG_VIDEO_H264_LEVEL_1_1 = 2, + V4L2_MPEG_VIDEO_H264_LEVEL_1_2 = 3, + V4L2_MPEG_VIDEO_H264_LEVEL_1_3 = 4, + V4L2_MPEG_VIDEO_H264_LEVEL_2_0 = 5, + V4L2_MPEG_VIDEO_H264_LEVEL_2_1 = 6, + V4L2_MPEG_VIDEO_H264_LEVEL_2_2 = 7, + V4L2_MPEG_VIDEO_H264_LEVEL_3_0 = 8, + V4L2_MPEG_VIDEO_H264_LEVEL_3_1 = 9, + V4L2_MPEG_VIDEO_H264_LEVEL_3_2 = 10, + V4L2_MPEG_VIDEO_H264_LEVEL_4_0 = 11, + V4L2_MPEG_VIDEO_H264_LEVEL_4_1 = 12, + V4L2_MPEG_VIDEO_H264_LEVEL_4_2 = 13, + V4L2_MPEG_VIDEO_H264_LEVEL_5_0 = 14, + V4L2_MPEG_VIDEO_H264_LEVEL_5_1 = 15, + V4L2_MPEG_VIDEO_H264_LEVEL_5_2 = 16, + V4L2_MPEG_VIDEO_H264_LEVEL_6_0 = 17, + V4L2_MPEG_VIDEO_H264_LEVEL_6_1 = 18, + V4L2_MPEG_VIDEO_H264_LEVEL_6_2 = 19, +}; +#define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_ALPHA (V4L2_CID_CODEC_BASE+360) +#define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_BETA (V4L2_CID_CODEC_BASE+361) +#define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_MODE (V4L2_CID_CODEC_BASE+362) +enum v4l2_mpeg_video_h264_loop_filter_mode { + V4L2_MPEG_VIDEO_H264_LOOP_FILTER_MODE_ENABLED = 0, + V4L2_MPEG_VIDEO_H264_LOOP_FILTER_MODE_DISABLED = 1, + V4L2_MPEG_VIDEO_H264_LOOP_FILTER_MODE_DISABLED_AT_SLICE_BOUNDARY = 2, +}; +#define V4L2_CID_MPEG_VIDEO_H264_PROFILE (V4L2_CID_CODEC_BASE+363) +enum v4l2_mpeg_video_h264_profile { + V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE = 0, + V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_BASELINE = 1, + V4L2_MPEG_VIDEO_H264_PROFILE_MAIN = 2, + V4L2_MPEG_VIDEO_H264_PROFILE_EXTENDED = 3, + V4L2_MPEG_VIDEO_H264_PROFILE_HIGH = 4, + V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_10 = 5, + V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_422 = 6, + V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_444_PREDICTIVE = 7, + V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_10_INTRA = 8, + V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_422_INTRA = 9, + V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_444_INTRA = 10, + V4L2_MPEG_VIDEO_H264_PROFILE_CAVLC_444_INTRA = 11, + V4L2_MPEG_VIDEO_H264_PROFILE_SCALABLE_BASELINE = 12, + V4L2_MPEG_VIDEO_H264_PROFILE_SCALABLE_HIGH = 13, + V4L2_MPEG_VIDEO_H264_PROFILE_SCALABLE_HIGH_INTRA = 14, + V4L2_MPEG_VIDEO_H264_PROFILE_STEREO_HIGH = 15, + V4L2_MPEG_VIDEO_H264_PROFILE_MULTIVIEW_HIGH = 16, + V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_HIGH = 17, +}; +#define V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_HEIGHT (V4L2_CID_CODEC_BASE+364) +#define V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_WIDTH (V4L2_CID_CODEC_BASE+365) +#define V4L2_CID_MPEG_VIDEO_H264_VUI_SAR_ENABLE (V4L2_CID_CODEC_BASE+366) +#define V4L2_CID_MPEG_VIDEO_H264_VUI_SAR_IDC (V4L2_CID_CODEC_BASE+367) +enum v4l2_mpeg_video_h264_vui_sar_idc { + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_UNSPECIFIED = 0, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_1x1 = 1, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_12x11 = 2, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_10x11 = 3, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_16x11 = 4, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_40x33 = 5, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_24x11 = 6, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_20x11 = 7, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_32x11 = 8, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_80x33 = 9, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_18x11 = 10, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_15x11 = 11, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_64x33 = 12, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_160x99 = 13, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_4x3 = 14, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_3x2 = 15, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_2x1 = 16, + V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_EXTENDED = 17, +}; +#define V4L2_CID_MPEG_VIDEO_H264_SEI_FRAME_PACKING (V4L2_CID_CODEC_BASE+368) +#define V4L2_CID_MPEG_VIDEO_H264_SEI_FP_CURRENT_FRAME_0 (V4L2_CID_CODEC_BASE+369) +#define V4L2_CID_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE (V4L2_CID_CODEC_BASE+370) +enum v4l2_mpeg_video_h264_sei_fp_arrangement_type { + V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_CHECKERBOARD = 0, + V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_COLUMN = 1, + V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_ROW = 2, + V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_SIDE_BY_SIDE = 3, + V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_TOP_BOTTOM = 4, + V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_TEMPORAL = 5, +}; +#define V4L2_CID_MPEG_VIDEO_H264_FMO (V4L2_CID_CODEC_BASE+371) +#define V4L2_CID_MPEG_VIDEO_H264_FMO_MAP_TYPE (V4L2_CID_CODEC_BASE+372) +enum v4l2_mpeg_video_h264_fmo_map_type { + V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_INTERLEAVED_SLICES = 0, + V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_SCATTERED_SLICES = 1, + V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_FOREGROUND_WITH_LEFT_OVER = 2, + V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_BOX_OUT = 3, + V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_RASTER_SCAN = 4, + V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_WIPE_SCAN = 5, + V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_EXPLICIT = 6, +}; +#define V4L2_CID_MPEG_VIDEO_H264_FMO_SLICE_GROUP (V4L2_CID_CODEC_BASE+373) +#define V4L2_CID_MPEG_VIDEO_H264_FMO_CHANGE_DIRECTION (V4L2_CID_CODEC_BASE+374) +enum v4l2_mpeg_video_h264_fmo_change_dir { + V4L2_MPEG_VIDEO_H264_FMO_CHANGE_DIR_RIGHT = 0, + V4L2_MPEG_VIDEO_H264_FMO_CHANGE_DIR_LEFT = 1, +}; +#define V4L2_CID_MPEG_VIDEO_H264_FMO_CHANGE_RATE (V4L2_CID_CODEC_BASE+375) +#define V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH (V4L2_CID_CODEC_BASE+376) +#define V4L2_CID_MPEG_VIDEO_H264_ASO (V4L2_CID_CODEC_BASE+377) +#define V4L2_CID_MPEG_VIDEO_H264_ASO_SLICE_ORDER (V4L2_CID_CODEC_BASE+378) +#define V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING (V4L2_CID_CODEC_BASE+379) +#define V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_TYPE (V4L2_CID_CODEC_BASE+380) +enum v4l2_mpeg_video_h264_hierarchical_coding_type { + V4L2_MPEG_VIDEO_H264_HIERARCHICAL_CODING_B = 0, + V4L2_MPEG_VIDEO_H264_HIERARCHICAL_CODING_P = 1, +}; +#define V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER (V4L2_CID_CODEC_BASE+381) +#define V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER_QP (V4L2_CID_CODEC_BASE+382) +#define V4L2_CID_MPEG_VIDEO_H264_CONSTRAINED_INTRA_PREDICTION (V4L2_CID_CODEC_BASE+383) +#define V4L2_CID_MPEG_VIDEO_H264_CHROMA_QP_INDEX_OFFSET (V4L2_CID_CODEC_BASE+384) +#define V4L2_CID_MPEG_VIDEO_H264_I_FRAME_MIN_QP (V4L2_CID_CODEC_BASE+385) +#define V4L2_CID_MPEG_VIDEO_H264_I_FRAME_MAX_QP (V4L2_CID_CODEC_BASE+386) +#define V4L2_CID_MPEG_VIDEO_H264_P_FRAME_MIN_QP (V4L2_CID_CODEC_BASE+387) +#define V4L2_CID_MPEG_VIDEO_H264_P_FRAME_MAX_QP (V4L2_CID_CODEC_BASE+388) +#define V4L2_CID_MPEG_VIDEO_H264_B_FRAME_MIN_QP (V4L2_CID_CODEC_BASE+389) +#define V4L2_CID_MPEG_VIDEO_H264_B_FRAME_MAX_QP (V4L2_CID_CODEC_BASE+390) +#define V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L0_BR (V4L2_CID_CODEC_BASE+391) +#define V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L1_BR (V4L2_CID_CODEC_BASE+392) +#define V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L2_BR (V4L2_CID_CODEC_BASE+393) +#define V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L3_BR (V4L2_CID_CODEC_BASE+394) +#define V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L4_BR (V4L2_CID_CODEC_BASE+395) +#define V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L5_BR (V4L2_CID_CODEC_BASE+396) +#define V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L6_BR (V4L2_CID_CODEC_BASE+397) +#define V4L2_CID_MPEG_VIDEO_MPEG4_I_FRAME_QP (V4L2_CID_CODEC_BASE+400) +#define V4L2_CID_MPEG_VIDEO_MPEG4_P_FRAME_QP (V4L2_CID_CODEC_BASE+401) +#define V4L2_CID_MPEG_VIDEO_MPEG4_B_FRAME_QP (V4L2_CID_CODEC_BASE+402) +#define V4L2_CID_MPEG_VIDEO_MPEG4_MIN_QP (V4L2_CID_CODEC_BASE+403) +#define V4L2_CID_MPEG_VIDEO_MPEG4_MAX_QP (V4L2_CID_CODEC_BASE+404) +#define V4L2_CID_MPEG_VIDEO_MPEG4_LEVEL (V4L2_CID_CODEC_BASE+405) +enum v4l2_mpeg_video_mpeg4_level { + V4L2_MPEG_VIDEO_MPEG4_LEVEL_0 = 0, + V4L2_MPEG_VIDEO_MPEG4_LEVEL_0B = 1, + V4L2_MPEG_VIDEO_MPEG4_LEVEL_1 = 2, + V4L2_MPEG_VIDEO_MPEG4_LEVEL_2 = 3, + V4L2_MPEG_VIDEO_MPEG4_LEVEL_3 = 4, + V4L2_MPEG_VIDEO_MPEG4_LEVEL_3B = 5, + V4L2_MPEG_VIDEO_MPEG4_LEVEL_4 = 6, + V4L2_MPEG_VIDEO_MPEG4_LEVEL_5 = 7, +}; +#define V4L2_CID_MPEG_VIDEO_MPEG4_PROFILE (V4L2_CID_CODEC_BASE+406) +enum v4l2_mpeg_video_mpeg4_profile { + V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE = 0, + V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE = 1, + V4L2_MPEG_VIDEO_MPEG4_PROFILE_CORE = 2, + V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE_SCALABLE = 3, + V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_CODING_EFFICIENCY = 4, +}; +#define V4L2_CID_MPEG_VIDEO_MPEG4_QPEL (V4L2_CID_CODEC_BASE+407) + +/* Control IDs for VP8 streams + * Although VP8 is not part of MPEG we add these controls to the MPEG class + * as that class is already handling other video compression standards + */ +#define V4L2_CID_MPEG_VIDEO_VPX_NUM_PARTITIONS (V4L2_CID_CODEC_BASE+500) +enum v4l2_vp8_num_partitions { + V4L2_CID_MPEG_VIDEO_VPX_1_PARTITION = 0, + V4L2_CID_MPEG_VIDEO_VPX_2_PARTITIONS = 1, + V4L2_CID_MPEG_VIDEO_VPX_4_PARTITIONS = 2, + V4L2_CID_MPEG_VIDEO_VPX_8_PARTITIONS = 3, +}; +#define V4L2_CID_MPEG_VIDEO_VPX_IMD_DISABLE_4X4 (V4L2_CID_CODEC_BASE+501) +#define V4L2_CID_MPEG_VIDEO_VPX_NUM_REF_FRAMES (V4L2_CID_CODEC_BASE+502) +enum v4l2_vp8_num_ref_frames { + V4L2_CID_MPEG_VIDEO_VPX_1_REF_FRAME = 0, + V4L2_CID_MPEG_VIDEO_VPX_2_REF_FRAME = 1, + V4L2_CID_MPEG_VIDEO_VPX_3_REF_FRAME = 2, +}; +#define V4L2_CID_MPEG_VIDEO_VPX_FILTER_LEVEL (V4L2_CID_CODEC_BASE+503) +#define V4L2_CID_MPEG_VIDEO_VPX_FILTER_SHARPNESS (V4L2_CID_CODEC_BASE+504) +#define V4L2_CID_MPEG_VIDEO_VPX_GOLDEN_FRAME_REF_PERIOD (V4L2_CID_CODEC_BASE+505) +#define V4L2_CID_MPEG_VIDEO_VPX_GOLDEN_FRAME_SEL (V4L2_CID_CODEC_BASE+506) +enum v4l2_vp8_golden_frame_sel { + V4L2_CID_MPEG_VIDEO_VPX_GOLDEN_FRAME_USE_PREV = 0, + V4L2_CID_MPEG_VIDEO_VPX_GOLDEN_FRAME_USE_REF_PERIOD = 1, +}; +#define V4L2_CID_MPEG_VIDEO_VPX_MIN_QP (V4L2_CID_CODEC_BASE+507) +#define V4L2_CID_MPEG_VIDEO_VPX_MAX_QP (V4L2_CID_CODEC_BASE+508) +#define V4L2_CID_MPEG_VIDEO_VPX_I_FRAME_QP (V4L2_CID_CODEC_BASE+509) +#define V4L2_CID_MPEG_VIDEO_VPX_P_FRAME_QP (V4L2_CID_CODEC_BASE+510) + +#define V4L2_CID_MPEG_VIDEO_VP8_PROFILE (V4L2_CID_CODEC_BASE+511) +enum v4l2_mpeg_video_vp8_profile { + V4L2_MPEG_VIDEO_VP8_PROFILE_0 = 0, + V4L2_MPEG_VIDEO_VP8_PROFILE_1 = 1, + V4L2_MPEG_VIDEO_VP8_PROFILE_2 = 2, + V4L2_MPEG_VIDEO_VP8_PROFILE_3 = 3, +}; +/* Deprecated alias for compatibility reasons. */ +#define V4L2_CID_MPEG_VIDEO_VPX_PROFILE V4L2_CID_MPEG_VIDEO_VP8_PROFILE +#define V4L2_CID_MPEG_VIDEO_VP9_PROFILE (V4L2_CID_CODEC_BASE+512) +enum v4l2_mpeg_video_vp9_profile { + V4L2_MPEG_VIDEO_VP9_PROFILE_0 = 0, + V4L2_MPEG_VIDEO_VP9_PROFILE_1 = 1, + V4L2_MPEG_VIDEO_VP9_PROFILE_2 = 2, + V4L2_MPEG_VIDEO_VP9_PROFILE_3 = 3, +}; +#define V4L2_CID_MPEG_VIDEO_VP9_LEVEL (V4L2_CID_CODEC_BASE+513) +enum v4l2_mpeg_video_vp9_level { + V4L2_MPEG_VIDEO_VP9_LEVEL_1_0 = 0, + V4L2_MPEG_VIDEO_VP9_LEVEL_1_1 = 1, + V4L2_MPEG_VIDEO_VP9_LEVEL_2_0 = 2, + V4L2_MPEG_VIDEO_VP9_LEVEL_2_1 = 3, + V4L2_MPEG_VIDEO_VP9_LEVEL_3_0 = 4, + V4L2_MPEG_VIDEO_VP9_LEVEL_3_1 = 5, + V4L2_MPEG_VIDEO_VP9_LEVEL_4_0 = 6, + V4L2_MPEG_VIDEO_VP9_LEVEL_4_1 = 7, + V4L2_MPEG_VIDEO_VP9_LEVEL_5_0 = 8, + V4L2_MPEG_VIDEO_VP9_LEVEL_5_1 = 9, + V4L2_MPEG_VIDEO_VP9_LEVEL_5_2 = 10, + V4L2_MPEG_VIDEO_VP9_LEVEL_6_0 = 11, + V4L2_MPEG_VIDEO_VP9_LEVEL_6_1 = 12, + V4L2_MPEG_VIDEO_VP9_LEVEL_6_2 = 13, +}; + +/* CIDs for HEVC encoding. */ + +#define V4L2_CID_MPEG_VIDEO_HEVC_MIN_QP (V4L2_CID_CODEC_BASE + 600) +#define V4L2_CID_MPEG_VIDEO_HEVC_MAX_QP (V4L2_CID_CODEC_BASE + 601) +#define V4L2_CID_MPEG_VIDEO_HEVC_I_FRAME_QP (V4L2_CID_CODEC_BASE + 602) +#define V4L2_CID_MPEG_VIDEO_HEVC_P_FRAME_QP (V4L2_CID_CODEC_BASE + 603) +#define V4L2_CID_MPEG_VIDEO_HEVC_B_FRAME_QP (V4L2_CID_CODEC_BASE + 604) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_QP (V4L2_CID_CODEC_BASE + 605) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_TYPE (V4L2_CID_CODEC_BASE + 606) +enum v4l2_mpeg_video_hevc_hier_coding_type { + V4L2_MPEG_VIDEO_HEVC_HIERARCHICAL_CODING_B = 0, + V4L2_MPEG_VIDEO_HEVC_HIERARCHICAL_CODING_P = 1, +}; +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_LAYER (V4L2_CID_CODEC_BASE + 607) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L0_QP (V4L2_CID_CODEC_BASE + 608) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L1_QP (V4L2_CID_CODEC_BASE + 609) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L2_QP (V4L2_CID_CODEC_BASE + 610) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L3_QP (V4L2_CID_CODEC_BASE + 611) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L4_QP (V4L2_CID_CODEC_BASE + 612) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L5_QP (V4L2_CID_CODEC_BASE + 613) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L6_QP (V4L2_CID_CODEC_BASE + 614) +#define V4L2_CID_MPEG_VIDEO_HEVC_PROFILE (V4L2_CID_CODEC_BASE + 615) +enum v4l2_mpeg_video_hevc_profile { + V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN = 0, + V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_STILL_PICTURE = 1, + V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10 = 2, +}; +#define V4L2_CID_MPEG_VIDEO_HEVC_LEVEL (V4L2_CID_CODEC_BASE + 616) +enum v4l2_mpeg_video_hevc_level { + V4L2_MPEG_VIDEO_HEVC_LEVEL_1 = 0, + V4L2_MPEG_VIDEO_HEVC_LEVEL_2 = 1, + V4L2_MPEG_VIDEO_HEVC_LEVEL_2_1 = 2, + V4L2_MPEG_VIDEO_HEVC_LEVEL_3 = 3, + V4L2_MPEG_VIDEO_HEVC_LEVEL_3_1 = 4, + V4L2_MPEG_VIDEO_HEVC_LEVEL_4 = 5, + V4L2_MPEG_VIDEO_HEVC_LEVEL_4_1 = 6, + V4L2_MPEG_VIDEO_HEVC_LEVEL_5 = 7, + V4L2_MPEG_VIDEO_HEVC_LEVEL_5_1 = 8, + V4L2_MPEG_VIDEO_HEVC_LEVEL_5_2 = 9, + V4L2_MPEG_VIDEO_HEVC_LEVEL_6 = 10, + V4L2_MPEG_VIDEO_HEVC_LEVEL_6_1 = 11, + V4L2_MPEG_VIDEO_HEVC_LEVEL_6_2 = 12, +}; +#define V4L2_CID_MPEG_VIDEO_HEVC_FRAME_RATE_RESOLUTION (V4L2_CID_CODEC_BASE + 617) +#define V4L2_CID_MPEG_VIDEO_HEVC_TIER (V4L2_CID_CODEC_BASE + 618) +enum v4l2_mpeg_video_hevc_tier { + V4L2_MPEG_VIDEO_HEVC_TIER_MAIN = 0, + V4L2_MPEG_VIDEO_HEVC_TIER_HIGH = 1, +}; +#define V4L2_CID_MPEG_VIDEO_HEVC_MAX_PARTITION_DEPTH (V4L2_CID_CODEC_BASE + 619) +#define V4L2_CID_MPEG_VIDEO_HEVC_LOOP_FILTER_MODE (V4L2_CID_CODEC_BASE + 620) +enum v4l2_cid_mpeg_video_hevc_loop_filter_mode { + V4L2_MPEG_VIDEO_HEVC_LOOP_FILTER_MODE_DISABLED = 0, + V4L2_MPEG_VIDEO_HEVC_LOOP_FILTER_MODE_ENABLED = 1, + V4L2_MPEG_VIDEO_HEVC_LOOP_FILTER_MODE_DISABLED_AT_SLICE_BOUNDARY = 2, +}; +#define V4L2_CID_MPEG_VIDEO_HEVC_LF_BETA_OFFSET_DIV2 (V4L2_CID_CODEC_BASE + 621) +#define V4L2_CID_MPEG_VIDEO_HEVC_LF_TC_OFFSET_DIV2 (V4L2_CID_CODEC_BASE + 622) +#define V4L2_CID_MPEG_VIDEO_HEVC_REFRESH_TYPE (V4L2_CID_CODEC_BASE + 623) +enum v4l2_cid_mpeg_video_hevc_refresh_type { + V4L2_MPEG_VIDEO_HEVC_REFRESH_NONE = 0, + V4L2_MPEG_VIDEO_HEVC_REFRESH_CRA = 1, + V4L2_MPEG_VIDEO_HEVC_REFRESH_IDR = 2, +}; +#define V4L2_CID_MPEG_VIDEO_HEVC_REFRESH_PERIOD (V4L2_CID_CODEC_BASE + 624) +#define V4L2_CID_MPEG_VIDEO_HEVC_LOSSLESS_CU (V4L2_CID_CODEC_BASE + 625) +#define V4L2_CID_MPEG_VIDEO_HEVC_CONST_INTRA_PRED (V4L2_CID_CODEC_BASE + 626) +#define V4L2_CID_MPEG_VIDEO_HEVC_WAVEFRONT (V4L2_CID_CODEC_BASE + 627) +#define V4L2_CID_MPEG_VIDEO_HEVC_GENERAL_PB (V4L2_CID_CODEC_BASE + 628) +#define V4L2_CID_MPEG_VIDEO_HEVC_TEMPORAL_ID (V4L2_CID_CODEC_BASE + 629) +#define V4L2_CID_MPEG_VIDEO_HEVC_STRONG_SMOOTHING (V4L2_CID_CODEC_BASE + 630) +#define V4L2_CID_MPEG_VIDEO_HEVC_MAX_NUM_MERGE_MV_MINUS1 (V4L2_CID_CODEC_BASE + 631) +#define V4L2_CID_MPEG_VIDEO_HEVC_INTRA_PU_SPLIT (V4L2_CID_CODEC_BASE + 632) +#define V4L2_CID_MPEG_VIDEO_HEVC_TMV_PREDICTION (V4L2_CID_CODEC_BASE + 633) +#define V4L2_CID_MPEG_VIDEO_HEVC_WITHOUT_STARTCODE (V4L2_CID_CODEC_BASE + 634) +#define V4L2_CID_MPEG_VIDEO_HEVC_SIZE_OF_LENGTH_FIELD (V4L2_CID_CODEC_BASE + 635) +enum v4l2_cid_mpeg_video_hevc_size_of_length_field { + V4L2_MPEG_VIDEO_HEVC_SIZE_0 = 0, + V4L2_MPEG_VIDEO_HEVC_SIZE_1 = 1, + V4L2_MPEG_VIDEO_HEVC_SIZE_2 = 2, + V4L2_MPEG_VIDEO_HEVC_SIZE_4 = 3, +}; +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L0_BR (V4L2_CID_CODEC_BASE + 636) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L1_BR (V4L2_CID_CODEC_BASE + 637) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L2_BR (V4L2_CID_CODEC_BASE + 638) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L3_BR (V4L2_CID_CODEC_BASE + 639) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L4_BR (V4L2_CID_CODEC_BASE + 640) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L5_BR (V4L2_CID_CODEC_BASE + 641) +#define V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L6_BR (V4L2_CID_CODEC_BASE + 642) +#define V4L2_CID_MPEG_VIDEO_REF_NUMBER_FOR_PFRAMES (V4L2_CID_CODEC_BASE + 643) +#define V4L2_CID_MPEG_VIDEO_PREPEND_SPSPPS_TO_IDR (V4L2_CID_CODEC_BASE + 644) +#define V4L2_CID_MPEG_VIDEO_CONSTANT_QUALITY (V4L2_CID_CODEC_BASE + 645) +#define V4L2_CID_MPEG_VIDEO_FRAME_SKIP_MODE (V4L2_CID_CODEC_BASE + 646) +enum v4l2_mpeg_video_frame_skip_mode { + V4L2_MPEG_VIDEO_FRAME_SKIP_MODE_DISABLED = 0, + V4L2_MPEG_VIDEO_FRAME_SKIP_MODE_LEVEL_LIMIT = 1, + V4L2_MPEG_VIDEO_FRAME_SKIP_MODE_BUF_LIMIT = 2, +}; + +#define V4L2_CID_MPEG_VIDEO_HEVC_I_FRAME_MIN_QP (V4L2_CID_CODEC_BASE + 647) +#define V4L2_CID_MPEG_VIDEO_HEVC_I_FRAME_MAX_QP (V4L2_CID_CODEC_BASE + 648) +#define V4L2_CID_MPEG_VIDEO_HEVC_P_FRAME_MIN_QP (V4L2_CID_CODEC_BASE + 649) +#define V4L2_CID_MPEG_VIDEO_HEVC_P_FRAME_MAX_QP (V4L2_CID_CODEC_BASE + 650) +#define V4L2_CID_MPEG_VIDEO_HEVC_B_FRAME_MIN_QP (V4L2_CID_CODEC_BASE + 651) +#define V4L2_CID_MPEG_VIDEO_HEVC_B_FRAME_MAX_QP (V4L2_CID_CODEC_BASE + 652) + +#define V4L2_CID_MPEG_VIDEO_DEC_DISPLAY_DELAY (V4L2_CID_CODEC_BASE + 653) +#define V4L2_CID_MPEG_VIDEO_DEC_DISPLAY_DELAY_ENABLE (V4L2_CID_CODEC_BASE + 654) + +/* MPEG-class control IDs specific to the CX2341x driver as defined by V4L2 */ +#define V4L2_CID_CODEC_CX2341X_BASE (V4L2_CTRL_CLASS_CODEC | 0x1000) +#define V4L2_CID_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE (V4L2_CID_CODEC_CX2341X_BASE+0) +enum v4l2_mpeg_cx2341x_video_spatial_filter_mode { + V4L2_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE_MANUAL = 0, + V4L2_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE_AUTO = 1, +}; +#define V4L2_CID_MPEG_CX2341X_VIDEO_SPATIAL_FILTER (V4L2_CID_CODEC_CX2341X_BASE+1) +#define V4L2_CID_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE (V4L2_CID_CODEC_CX2341X_BASE+2) +enum v4l2_mpeg_cx2341x_video_luma_spatial_filter_type { + V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_OFF = 0, + V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_1D_HOR = 1, + V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_1D_VERT = 2, + V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_2D_HV_SEPARABLE = 3, + V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_2D_SYM_NON_SEPARABLE = 4, +}; +#define V4L2_CID_MPEG_CX2341X_VIDEO_CHROMA_SPATIAL_FILTER_TYPE (V4L2_CID_CODEC_CX2341X_BASE+3) +enum v4l2_mpeg_cx2341x_video_chroma_spatial_filter_type { + V4L2_MPEG_CX2341X_VIDEO_CHROMA_SPATIAL_FILTER_TYPE_OFF = 0, + V4L2_MPEG_CX2341X_VIDEO_CHROMA_SPATIAL_FILTER_TYPE_1D_HOR = 1, +}; +#define V4L2_CID_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER_MODE (V4L2_CID_CODEC_CX2341X_BASE+4) +enum v4l2_mpeg_cx2341x_video_temporal_filter_mode { + V4L2_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER_MODE_MANUAL = 0, + V4L2_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER_MODE_AUTO = 1, +}; +#define V4L2_CID_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER (V4L2_CID_CODEC_CX2341X_BASE+5) +#define V4L2_CID_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE (V4L2_CID_CODEC_CX2341X_BASE+6) +enum v4l2_mpeg_cx2341x_video_median_filter_type { + V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_OFF = 0, + V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_HOR = 1, + V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_VERT = 2, + V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_HOR_VERT = 3, + V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_DIAG = 4, +}; +#define V4L2_CID_MPEG_CX2341X_VIDEO_LUMA_MEDIAN_FILTER_BOTTOM (V4L2_CID_CODEC_CX2341X_BASE+7) +#define V4L2_CID_MPEG_CX2341X_VIDEO_LUMA_MEDIAN_FILTER_TOP (V4L2_CID_CODEC_CX2341X_BASE+8) +#define V4L2_CID_MPEG_CX2341X_VIDEO_CHROMA_MEDIAN_FILTER_BOTTOM (V4L2_CID_CODEC_CX2341X_BASE+9) +#define V4L2_CID_MPEG_CX2341X_VIDEO_CHROMA_MEDIAN_FILTER_TOP (V4L2_CID_CODEC_CX2341X_BASE+10) +#define V4L2_CID_MPEG_CX2341X_STREAM_INSERT_NAV_PACKETS (V4L2_CID_CODEC_CX2341X_BASE+11) + +/* MPEG-class control IDs specific to the Samsung MFC 5.1 driver as defined by V4L2 */ +#define V4L2_CID_CODEC_MFC51_BASE (V4L2_CTRL_CLASS_CODEC | 0x1100) + +#define V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY (V4L2_CID_CODEC_MFC51_BASE+0) +#define V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY_ENABLE (V4L2_CID_CODEC_MFC51_BASE+1) +#define V4L2_CID_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE (V4L2_CID_CODEC_MFC51_BASE+2) +enum v4l2_mpeg_mfc51_video_frame_skip_mode { + V4L2_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE_DISABLED = 0, + V4L2_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE_LEVEL_LIMIT = 1, + V4L2_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE_BUF_LIMIT = 2, +}; +#define V4L2_CID_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE (V4L2_CID_CODEC_MFC51_BASE+3) +enum v4l2_mpeg_mfc51_video_force_frame_type { + V4L2_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE_DISABLED = 0, + V4L2_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE_I_FRAME = 1, + V4L2_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE_NOT_CODED = 2, +}; +#define V4L2_CID_MPEG_MFC51_VIDEO_PADDING (V4L2_CID_CODEC_MFC51_BASE+4) +#define V4L2_CID_MPEG_MFC51_VIDEO_PADDING_YUV (V4L2_CID_CODEC_MFC51_BASE+5) +#define V4L2_CID_MPEG_MFC51_VIDEO_RC_FIXED_TARGET_BIT (V4L2_CID_CODEC_MFC51_BASE+6) +#define V4L2_CID_MPEG_MFC51_VIDEO_RC_REACTION_COEFF (V4L2_CID_CODEC_MFC51_BASE+7) +#define V4L2_CID_MPEG_MFC51_VIDEO_H264_ADAPTIVE_RC_ACTIVITY (V4L2_CID_CODEC_MFC51_BASE+50) +#define V4L2_CID_MPEG_MFC51_VIDEO_H264_ADAPTIVE_RC_DARK (V4L2_CID_CODEC_MFC51_BASE+51) +#define V4L2_CID_MPEG_MFC51_VIDEO_H264_ADAPTIVE_RC_SMOOTH (V4L2_CID_CODEC_MFC51_BASE+52) +#define V4L2_CID_MPEG_MFC51_VIDEO_H264_ADAPTIVE_RC_STATIC (V4L2_CID_CODEC_MFC51_BASE+53) +#define V4L2_CID_MPEG_MFC51_VIDEO_H264_NUM_REF_PIC_FOR_P (V4L2_CID_CODEC_MFC51_BASE+54) + +/* Camera class control IDs */ + +#define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900) +#define V4L2_CID_CAMERA_CLASS (V4L2_CTRL_CLASS_CAMERA | 1) + +#define V4L2_CID_EXPOSURE_AUTO (V4L2_CID_CAMERA_CLASS_BASE+1) +enum v4l2_exposure_auto_type { + V4L2_EXPOSURE_AUTO = 0, + V4L2_EXPOSURE_MANUAL = 1, + V4L2_EXPOSURE_SHUTTER_PRIORITY = 2, + V4L2_EXPOSURE_APERTURE_PRIORITY = 3 +}; +#define V4L2_CID_EXPOSURE_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+2) +#define V4L2_CID_EXPOSURE_AUTO_PRIORITY (V4L2_CID_CAMERA_CLASS_BASE+3) + +#define V4L2_CID_PAN_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+4) +#define V4L2_CID_TILT_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+5) +#define V4L2_CID_PAN_RESET (V4L2_CID_CAMERA_CLASS_BASE+6) +#define V4L2_CID_TILT_RESET (V4L2_CID_CAMERA_CLASS_BASE+7) + +#define V4L2_CID_PAN_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+8) +#define V4L2_CID_TILT_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+9) + +#define V4L2_CID_FOCUS_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+10) +#define V4L2_CID_FOCUS_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+11) +#define V4L2_CID_FOCUS_AUTO (V4L2_CID_CAMERA_CLASS_BASE+12) + +#define V4L2_CID_ZOOM_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+13) +#define V4L2_CID_ZOOM_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+14) +#define V4L2_CID_ZOOM_CONTINUOUS (V4L2_CID_CAMERA_CLASS_BASE+15) + +#define V4L2_CID_PRIVACY (V4L2_CID_CAMERA_CLASS_BASE+16) + +#define V4L2_CID_IRIS_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+17) +#define V4L2_CID_IRIS_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+18) + +#define V4L2_CID_AUTO_EXPOSURE_BIAS (V4L2_CID_CAMERA_CLASS_BASE+19) + +#define V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE (V4L2_CID_CAMERA_CLASS_BASE+20) +enum v4l2_auto_n_preset_white_balance { + V4L2_WHITE_BALANCE_MANUAL = 0, + V4L2_WHITE_BALANCE_AUTO = 1, + V4L2_WHITE_BALANCE_INCANDESCENT = 2, + V4L2_WHITE_BALANCE_FLUORESCENT = 3, + V4L2_WHITE_BALANCE_FLUORESCENT_H = 4, + V4L2_WHITE_BALANCE_HORIZON = 5, + V4L2_WHITE_BALANCE_DAYLIGHT = 6, + V4L2_WHITE_BALANCE_FLASH = 7, + V4L2_WHITE_BALANCE_CLOUDY = 8, + V4L2_WHITE_BALANCE_SHADE = 9, +}; + +#define V4L2_CID_WIDE_DYNAMIC_RANGE (V4L2_CID_CAMERA_CLASS_BASE+21) +#define V4L2_CID_IMAGE_STABILIZATION (V4L2_CID_CAMERA_CLASS_BASE+22) + +#define V4L2_CID_ISO_SENSITIVITY (V4L2_CID_CAMERA_CLASS_BASE+23) +#define V4L2_CID_ISO_SENSITIVITY_AUTO (V4L2_CID_CAMERA_CLASS_BASE+24) +enum v4l2_iso_sensitivity_auto_type { + V4L2_ISO_SENSITIVITY_MANUAL = 0, + V4L2_ISO_SENSITIVITY_AUTO = 1, +}; + +#define V4L2_CID_EXPOSURE_METERING (V4L2_CID_CAMERA_CLASS_BASE+25) +enum v4l2_exposure_metering { + V4L2_EXPOSURE_METERING_AVERAGE = 0, + V4L2_EXPOSURE_METERING_CENTER_WEIGHTED = 1, + V4L2_EXPOSURE_METERING_SPOT = 2, + V4L2_EXPOSURE_METERING_MATRIX = 3, +}; + +#define V4L2_CID_SCENE_MODE (V4L2_CID_CAMERA_CLASS_BASE+26) +enum v4l2_scene_mode { + V4L2_SCENE_MODE_NONE = 0, + V4L2_SCENE_MODE_BACKLIGHT = 1, + V4L2_SCENE_MODE_BEACH_SNOW = 2, + V4L2_SCENE_MODE_CANDLE_LIGHT = 3, + V4L2_SCENE_MODE_DAWN_DUSK = 4, + V4L2_SCENE_MODE_FALL_COLORS = 5, + V4L2_SCENE_MODE_FIREWORKS = 6, + V4L2_SCENE_MODE_LANDSCAPE = 7, + V4L2_SCENE_MODE_NIGHT = 8, + V4L2_SCENE_MODE_PARTY_INDOOR = 9, + V4L2_SCENE_MODE_PORTRAIT = 10, + V4L2_SCENE_MODE_SPORTS = 11, + V4L2_SCENE_MODE_SUNSET = 12, + V4L2_SCENE_MODE_TEXT = 13, +}; + +#define V4L2_CID_3A_LOCK (V4L2_CID_CAMERA_CLASS_BASE+27) +#define V4L2_LOCK_EXPOSURE (1 << 0) +#define V4L2_LOCK_WHITE_BALANCE (1 << 1) +#define V4L2_LOCK_FOCUS (1 << 2) + +#define V4L2_CID_AUTO_FOCUS_START (V4L2_CID_CAMERA_CLASS_BASE+28) +#define V4L2_CID_AUTO_FOCUS_STOP (V4L2_CID_CAMERA_CLASS_BASE+29) +#define V4L2_CID_AUTO_FOCUS_STATUS (V4L2_CID_CAMERA_CLASS_BASE+30) +#define V4L2_AUTO_FOCUS_STATUS_IDLE (0 << 0) +#define V4L2_AUTO_FOCUS_STATUS_BUSY (1 << 0) +#define V4L2_AUTO_FOCUS_STATUS_REACHED (1 << 1) +#define V4L2_AUTO_FOCUS_STATUS_FAILED (1 << 2) + +#define V4L2_CID_AUTO_FOCUS_RANGE (V4L2_CID_CAMERA_CLASS_BASE+31) +enum v4l2_auto_focus_range { + V4L2_AUTO_FOCUS_RANGE_AUTO = 0, + V4L2_AUTO_FOCUS_RANGE_NORMAL = 1, + V4L2_AUTO_FOCUS_RANGE_MACRO = 2, + V4L2_AUTO_FOCUS_RANGE_INFINITY = 3, +}; + +#define V4L2_CID_PAN_SPEED (V4L2_CID_CAMERA_CLASS_BASE+32) +#define V4L2_CID_TILT_SPEED (V4L2_CID_CAMERA_CLASS_BASE+33) + +#define V4L2_CID_CAMERA_ORIENTATION (V4L2_CID_CAMERA_CLASS_BASE+34) +#define V4L2_CAMERA_ORIENTATION_FRONT 0 +#define V4L2_CAMERA_ORIENTATION_BACK 1 +#define V4L2_CAMERA_ORIENTATION_EXTERNAL 2 + +#define V4L2_CID_CAMERA_SENSOR_ROTATION (V4L2_CID_CAMERA_CLASS_BASE+35) + +/* FM Modulator class control IDs */ + +#define V4L2_CID_FM_TX_CLASS_BASE (V4L2_CTRL_CLASS_FM_TX | 0x900) +#define V4L2_CID_FM_TX_CLASS (V4L2_CTRL_CLASS_FM_TX | 1) + +#define V4L2_CID_RDS_TX_DEVIATION (V4L2_CID_FM_TX_CLASS_BASE + 1) +#define V4L2_CID_RDS_TX_PI (V4L2_CID_FM_TX_CLASS_BASE + 2) +#define V4L2_CID_RDS_TX_PTY (V4L2_CID_FM_TX_CLASS_BASE + 3) +#define V4L2_CID_RDS_TX_PS_NAME (V4L2_CID_FM_TX_CLASS_BASE + 5) +#define V4L2_CID_RDS_TX_RADIO_TEXT (V4L2_CID_FM_TX_CLASS_BASE + 6) +#define V4L2_CID_RDS_TX_MONO_STEREO (V4L2_CID_FM_TX_CLASS_BASE + 7) +#define V4L2_CID_RDS_TX_ARTIFICIAL_HEAD (V4L2_CID_FM_TX_CLASS_BASE + 8) +#define V4L2_CID_RDS_TX_COMPRESSED (V4L2_CID_FM_TX_CLASS_BASE + 9) +#define V4L2_CID_RDS_TX_DYNAMIC_PTY (V4L2_CID_FM_TX_CLASS_BASE + 10) +#define V4L2_CID_RDS_TX_TRAFFIC_ANNOUNCEMENT (V4L2_CID_FM_TX_CLASS_BASE + 11) +#define V4L2_CID_RDS_TX_TRAFFIC_PROGRAM (V4L2_CID_FM_TX_CLASS_BASE + 12) +#define V4L2_CID_RDS_TX_MUSIC_SPEECH (V4L2_CID_FM_TX_CLASS_BASE + 13) +#define V4L2_CID_RDS_TX_ALT_FREQS_ENABLE (V4L2_CID_FM_TX_CLASS_BASE + 14) +#define V4L2_CID_RDS_TX_ALT_FREQS (V4L2_CID_FM_TX_CLASS_BASE + 15) + +#define V4L2_CID_AUDIO_LIMITER_ENABLED (V4L2_CID_FM_TX_CLASS_BASE + 64) +#define V4L2_CID_AUDIO_LIMITER_RELEASE_TIME (V4L2_CID_FM_TX_CLASS_BASE + 65) +#define V4L2_CID_AUDIO_LIMITER_DEVIATION (V4L2_CID_FM_TX_CLASS_BASE + 66) + +#define V4L2_CID_AUDIO_COMPRESSION_ENABLED (V4L2_CID_FM_TX_CLASS_BASE + 80) +#define V4L2_CID_AUDIO_COMPRESSION_GAIN (V4L2_CID_FM_TX_CLASS_BASE + 81) +#define V4L2_CID_AUDIO_COMPRESSION_THRESHOLD (V4L2_CID_FM_TX_CLASS_BASE + 82) +#define V4L2_CID_AUDIO_COMPRESSION_ATTACK_TIME (V4L2_CID_FM_TX_CLASS_BASE + 83) +#define V4L2_CID_AUDIO_COMPRESSION_RELEASE_TIME (V4L2_CID_FM_TX_CLASS_BASE + 84) + +#define V4L2_CID_PILOT_TONE_ENABLED (V4L2_CID_FM_TX_CLASS_BASE + 96) +#define V4L2_CID_PILOT_TONE_DEVIATION (V4L2_CID_FM_TX_CLASS_BASE + 97) +#define V4L2_CID_PILOT_TONE_FREQUENCY (V4L2_CID_FM_TX_CLASS_BASE + 98) + +#define V4L2_CID_TUNE_PREEMPHASIS (V4L2_CID_FM_TX_CLASS_BASE + 112) +enum v4l2_preemphasis { + V4L2_PREEMPHASIS_DISABLED = 0, + V4L2_PREEMPHASIS_50_uS = 1, + V4L2_PREEMPHASIS_75_uS = 2, +}; +#define V4L2_CID_TUNE_POWER_LEVEL (V4L2_CID_FM_TX_CLASS_BASE + 113) +#define V4L2_CID_TUNE_ANTENNA_CAPACITOR (V4L2_CID_FM_TX_CLASS_BASE + 114) + + +/* Flash and privacy (indicator) light controls */ + +#define V4L2_CID_FLASH_CLASS_BASE (V4L2_CTRL_CLASS_FLASH | 0x900) +#define V4L2_CID_FLASH_CLASS (V4L2_CTRL_CLASS_FLASH | 1) + +#define V4L2_CID_FLASH_LED_MODE (V4L2_CID_FLASH_CLASS_BASE + 1) +enum v4l2_flash_led_mode { + V4L2_FLASH_LED_MODE_NONE, + V4L2_FLASH_LED_MODE_FLASH, + V4L2_FLASH_LED_MODE_TORCH, +}; + +#define V4L2_CID_FLASH_STROBE_SOURCE (V4L2_CID_FLASH_CLASS_BASE + 2) +enum v4l2_flash_strobe_source { + V4L2_FLASH_STROBE_SOURCE_SOFTWARE, + V4L2_FLASH_STROBE_SOURCE_EXTERNAL, +}; + +#define V4L2_CID_FLASH_STROBE (V4L2_CID_FLASH_CLASS_BASE + 3) +#define V4L2_CID_FLASH_STROBE_STOP (V4L2_CID_FLASH_CLASS_BASE + 4) +#define V4L2_CID_FLASH_STROBE_STATUS (V4L2_CID_FLASH_CLASS_BASE + 5) + +#define V4L2_CID_FLASH_TIMEOUT (V4L2_CID_FLASH_CLASS_BASE + 6) +#define V4L2_CID_FLASH_INTENSITY (V4L2_CID_FLASH_CLASS_BASE + 7) +#define V4L2_CID_FLASH_TORCH_INTENSITY (V4L2_CID_FLASH_CLASS_BASE + 8) +#define V4L2_CID_FLASH_INDICATOR_INTENSITY (V4L2_CID_FLASH_CLASS_BASE + 9) + +#define V4L2_CID_FLASH_FAULT (V4L2_CID_FLASH_CLASS_BASE + 10) +#define V4L2_FLASH_FAULT_OVER_VOLTAGE (1 << 0) +#define V4L2_FLASH_FAULT_TIMEOUT (1 << 1) +#define V4L2_FLASH_FAULT_OVER_TEMPERATURE (1 << 2) +#define V4L2_FLASH_FAULT_SHORT_CIRCUIT (1 << 3) +#define V4L2_FLASH_FAULT_OVER_CURRENT (1 << 4) +#define V4L2_FLASH_FAULT_INDICATOR (1 << 5) +#define V4L2_FLASH_FAULT_UNDER_VOLTAGE (1 << 6) +#define V4L2_FLASH_FAULT_INPUT_VOLTAGE (1 << 7) +#define V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE (1 << 8) + +#define V4L2_CID_FLASH_CHARGE (V4L2_CID_FLASH_CLASS_BASE + 11) +#define V4L2_CID_FLASH_READY (V4L2_CID_FLASH_CLASS_BASE + 12) + + +/* JPEG-class control IDs */ + +#define V4L2_CID_JPEG_CLASS_BASE (V4L2_CTRL_CLASS_JPEG | 0x900) +#define V4L2_CID_JPEG_CLASS (V4L2_CTRL_CLASS_JPEG | 1) + +#define V4L2_CID_JPEG_CHROMA_SUBSAMPLING (V4L2_CID_JPEG_CLASS_BASE + 1) +enum v4l2_jpeg_chroma_subsampling { + V4L2_JPEG_CHROMA_SUBSAMPLING_444 = 0, + V4L2_JPEG_CHROMA_SUBSAMPLING_422 = 1, + V4L2_JPEG_CHROMA_SUBSAMPLING_420 = 2, + V4L2_JPEG_CHROMA_SUBSAMPLING_411 = 3, + V4L2_JPEG_CHROMA_SUBSAMPLING_410 = 4, + V4L2_JPEG_CHROMA_SUBSAMPLING_GRAY = 5, +}; +#define V4L2_CID_JPEG_RESTART_INTERVAL (V4L2_CID_JPEG_CLASS_BASE + 2) +#define V4L2_CID_JPEG_COMPRESSION_QUALITY (V4L2_CID_JPEG_CLASS_BASE + 3) + +#define V4L2_CID_JPEG_ACTIVE_MARKER (V4L2_CID_JPEG_CLASS_BASE + 4) +#define V4L2_JPEG_ACTIVE_MARKER_APP0 (1 << 0) +#define V4L2_JPEG_ACTIVE_MARKER_APP1 (1 << 1) +#define V4L2_JPEG_ACTIVE_MARKER_COM (1 << 16) +#define V4L2_JPEG_ACTIVE_MARKER_DQT (1 << 17) +#define V4L2_JPEG_ACTIVE_MARKER_DHT (1 << 18) + + +/* Image source controls */ +#define V4L2_CID_IMAGE_SOURCE_CLASS_BASE (V4L2_CTRL_CLASS_IMAGE_SOURCE | 0x900) +#define V4L2_CID_IMAGE_SOURCE_CLASS (V4L2_CTRL_CLASS_IMAGE_SOURCE | 1) + +#define V4L2_CID_VBLANK (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 1) +#define V4L2_CID_HBLANK (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 2) +#define V4L2_CID_ANALOGUE_GAIN (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 3) +#define V4L2_CID_TEST_PATTERN_RED (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 4) +#define V4L2_CID_TEST_PATTERN_GREENR (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 5) +#define V4L2_CID_TEST_PATTERN_BLUE (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 6) +#define V4L2_CID_TEST_PATTERN_GREENB (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 7) +#define V4L2_CID_UNIT_CELL_SIZE (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 8) +#define V4L2_CID_NOTIFY_GAINS (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 9) + + +/* Image processing controls */ + +#define V4L2_CID_IMAGE_PROC_CLASS_BASE (V4L2_CTRL_CLASS_IMAGE_PROC | 0x900) +#define V4L2_CID_IMAGE_PROC_CLASS (V4L2_CTRL_CLASS_IMAGE_PROC | 1) + +#define V4L2_CID_LINK_FREQ (V4L2_CID_IMAGE_PROC_CLASS_BASE + 1) +#define V4L2_CID_PIXEL_RATE (V4L2_CID_IMAGE_PROC_CLASS_BASE + 2) +#define V4L2_CID_TEST_PATTERN (V4L2_CID_IMAGE_PROC_CLASS_BASE + 3) +#define V4L2_CID_DEINTERLACING_MODE (V4L2_CID_IMAGE_PROC_CLASS_BASE + 4) +#define V4L2_CID_DIGITAL_GAIN (V4L2_CID_IMAGE_PROC_CLASS_BASE + 5) + +/* DV-class control IDs defined by V4L2 */ +#define V4L2_CID_DV_CLASS_BASE (V4L2_CTRL_CLASS_DV | 0x900) +#define V4L2_CID_DV_CLASS (V4L2_CTRL_CLASS_DV | 1) + +#define V4L2_CID_DV_TX_HOTPLUG (V4L2_CID_DV_CLASS_BASE + 1) +#define V4L2_CID_DV_TX_RXSENSE (V4L2_CID_DV_CLASS_BASE + 2) +#define V4L2_CID_DV_TX_EDID_PRESENT (V4L2_CID_DV_CLASS_BASE + 3) +#define V4L2_CID_DV_TX_MODE (V4L2_CID_DV_CLASS_BASE + 4) +enum v4l2_dv_tx_mode { + V4L2_DV_TX_MODE_DVI_D = 0, + V4L2_DV_TX_MODE_HDMI = 1, +}; +#define V4L2_CID_DV_TX_RGB_RANGE (V4L2_CID_DV_CLASS_BASE + 5) +enum v4l2_dv_rgb_range { + V4L2_DV_RGB_RANGE_AUTO = 0, + V4L2_DV_RGB_RANGE_LIMITED = 1, + V4L2_DV_RGB_RANGE_FULL = 2, +}; + +#define V4L2_CID_DV_TX_IT_CONTENT_TYPE (V4L2_CID_DV_CLASS_BASE + 6) +enum v4l2_dv_it_content_type { + V4L2_DV_IT_CONTENT_TYPE_GRAPHICS = 0, + V4L2_DV_IT_CONTENT_TYPE_PHOTO = 1, + V4L2_DV_IT_CONTENT_TYPE_CINEMA = 2, + V4L2_DV_IT_CONTENT_TYPE_GAME = 3, + V4L2_DV_IT_CONTENT_TYPE_NO_ITC = 4, +}; + +#define V4L2_CID_DV_RX_POWER_PRESENT (V4L2_CID_DV_CLASS_BASE + 100) +#define V4L2_CID_DV_RX_RGB_RANGE (V4L2_CID_DV_CLASS_BASE + 101) +#define V4L2_CID_DV_RX_IT_CONTENT_TYPE (V4L2_CID_DV_CLASS_BASE + 102) + +#define V4L2_CID_FM_RX_CLASS_BASE (V4L2_CTRL_CLASS_FM_RX | 0x900) +#define V4L2_CID_FM_RX_CLASS (V4L2_CTRL_CLASS_FM_RX | 1) + +#define V4L2_CID_TUNE_DEEMPHASIS (V4L2_CID_FM_RX_CLASS_BASE + 1) +enum v4l2_deemphasis { + V4L2_DEEMPHASIS_DISABLED = V4L2_PREEMPHASIS_DISABLED, + V4L2_DEEMPHASIS_50_uS = V4L2_PREEMPHASIS_50_uS, + V4L2_DEEMPHASIS_75_uS = V4L2_PREEMPHASIS_75_uS, +}; + +#define V4L2_CID_RDS_RECEPTION (V4L2_CID_FM_RX_CLASS_BASE + 2) +#define V4L2_CID_RDS_RX_PTY (V4L2_CID_FM_RX_CLASS_BASE + 3) +#define V4L2_CID_RDS_RX_PS_NAME (V4L2_CID_FM_RX_CLASS_BASE + 4) +#define V4L2_CID_RDS_RX_RADIO_TEXT (V4L2_CID_FM_RX_CLASS_BASE + 5) +#define V4L2_CID_RDS_RX_TRAFFIC_ANNOUNCEMENT (V4L2_CID_FM_RX_CLASS_BASE + 6) +#define V4L2_CID_RDS_RX_TRAFFIC_PROGRAM (V4L2_CID_FM_RX_CLASS_BASE + 7) +#define V4L2_CID_RDS_RX_MUSIC_SPEECH (V4L2_CID_FM_RX_CLASS_BASE + 8) + +#define V4L2_CID_RF_TUNER_CLASS_BASE (V4L2_CTRL_CLASS_RF_TUNER | 0x900) +#define V4L2_CID_RF_TUNER_CLASS (V4L2_CTRL_CLASS_RF_TUNER | 1) + +#define V4L2_CID_RF_TUNER_BANDWIDTH_AUTO (V4L2_CID_RF_TUNER_CLASS_BASE + 11) +#define V4L2_CID_RF_TUNER_BANDWIDTH (V4L2_CID_RF_TUNER_CLASS_BASE + 12) +#define V4L2_CID_RF_TUNER_RF_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 32) +#define V4L2_CID_RF_TUNER_LNA_GAIN_AUTO (V4L2_CID_RF_TUNER_CLASS_BASE + 41) +#define V4L2_CID_RF_TUNER_LNA_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 42) +#define V4L2_CID_RF_TUNER_MIXER_GAIN_AUTO (V4L2_CID_RF_TUNER_CLASS_BASE + 51) +#define V4L2_CID_RF_TUNER_MIXER_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 52) +#define V4L2_CID_RF_TUNER_IF_GAIN_AUTO (V4L2_CID_RF_TUNER_CLASS_BASE + 61) +#define V4L2_CID_RF_TUNER_IF_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 62) +#define V4L2_CID_RF_TUNER_PLL_LOCK (V4L2_CID_RF_TUNER_CLASS_BASE + 91) + + +/* Detection-class control IDs defined by V4L2 */ +#define V4L2_CID_DETECT_CLASS_BASE (V4L2_CTRL_CLASS_DETECT | 0x900) +#define V4L2_CID_DETECT_CLASS (V4L2_CTRL_CLASS_DETECT | 1) + +#define V4L2_CID_DETECT_MD_MODE (V4L2_CID_DETECT_CLASS_BASE + 1) +enum v4l2_detect_md_mode { + V4L2_DETECT_MD_MODE_DISABLED = 0, + V4L2_DETECT_MD_MODE_GLOBAL = 1, + V4L2_DETECT_MD_MODE_THRESHOLD_GRID = 2, + V4L2_DETECT_MD_MODE_REGION_GRID = 3, +}; +#define V4L2_CID_DETECT_MD_GLOBAL_THRESHOLD (V4L2_CID_DETECT_CLASS_BASE + 2) +#define V4L2_CID_DETECT_MD_THRESHOLD_GRID (V4L2_CID_DETECT_CLASS_BASE + 3) +#define V4L2_CID_DETECT_MD_REGION_GRID (V4L2_CID_DETECT_CLASS_BASE + 4) + + +/* Stateless CODECs controls */ +#define V4L2_CID_CODEC_STATELESS_BASE (V4L2_CTRL_CLASS_CODEC_STATELESS | 0x900) +#define V4L2_CID_CODEC_STATELESS_CLASS (V4L2_CTRL_CLASS_CODEC_STATELESS | 1) + +#define V4L2_CID_STATELESS_H264_DECODE_MODE (V4L2_CID_CODEC_STATELESS_BASE + 0) +/** + * enum v4l2_stateless_h264_decode_mode - Decoding mode + * + * @V4L2_STATELESS_H264_DECODE_MODE_SLICE_BASED: indicates that decoding + * is performed one slice at a time. In this mode, + * V4L2_CID_STATELESS_H264_SLICE_PARAMS must contain the parsed slice + * parameters and the OUTPUT buffer must contain a single slice. + * V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF feature is used + * in order to support multislice frames. + * @V4L2_STATELESS_H264_DECODE_MODE_FRAME_BASED: indicates that + * decoding is performed per frame. The OUTPUT buffer must contain + * all slices and also both fields. This mode is typically supported + * by device drivers that are able to parse the slice(s) header(s) + * in hardware. When this mode is selected, + * V4L2_CID_STATELESS_H264_SLICE_PARAMS is not used. + */ +enum v4l2_stateless_h264_decode_mode { + V4L2_STATELESS_H264_DECODE_MODE_SLICE_BASED, + V4L2_STATELESS_H264_DECODE_MODE_FRAME_BASED, +}; + +#define V4L2_CID_STATELESS_H264_START_CODE (V4L2_CID_CODEC_STATELESS_BASE + 1) +/** + * enum v4l2_stateless_h264_start_code - Start code + * + * @V4L2_STATELESS_H264_START_CODE_NONE: slices are passed + * to the driver without any start code. + * @V4L2_STATELESS_H264_START_CODE_ANNEX_B: slices are passed + * to the driver with an Annex B start code prefix + * (legal start codes can be 3-bytes 0x000001 or 4-bytes 0x00000001). + * This mode is typically supported by device drivers that parse + * the start code in hardware. + */ +enum v4l2_stateless_h264_start_code { + V4L2_STATELESS_H264_START_CODE_NONE, + V4L2_STATELESS_H264_START_CODE_ANNEX_B, +}; + +#define V4L2_H264_SPS_CONSTRAINT_SET0_FLAG 0x01 +#define V4L2_H264_SPS_CONSTRAINT_SET1_FLAG 0x02 +#define V4L2_H264_SPS_CONSTRAINT_SET2_FLAG 0x04 +#define V4L2_H264_SPS_CONSTRAINT_SET3_FLAG 0x08 +#define V4L2_H264_SPS_CONSTRAINT_SET4_FLAG 0x10 +#define V4L2_H264_SPS_CONSTRAINT_SET5_FLAG 0x20 + +#define V4L2_H264_SPS_FLAG_SEPARATE_COLOUR_PLANE 0x01 +#define V4L2_H264_SPS_FLAG_QPPRIME_Y_ZERO_TRANSFORM_BYPASS 0x02 +#define V4L2_H264_SPS_FLAG_DELTA_PIC_ORDER_ALWAYS_ZERO 0x04 +#define V4L2_H264_SPS_FLAG_GAPS_IN_FRAME_NUM_VALUE_ALLOWED 0x08 +#define V4L2_H264_SPS_FLAG_FRAME_MBS_ONLY 0x10 +#define V4L2_H264_SPS_FLAG_MB_ADAPTIVE_FRAME_FIELD 0x20 +#define V4L2_H264_SPS_FLAG_DIRECT_8X8_INFERENCE 0x40 + +#define V4L2_H264_SPS_HAS_CHROMA_FORMAT(sps) \ + ((sps)->profile_idc == 100 || (sps)->profile_idc == 110 || \ + (sps)->profile_idc == 122 || (sps)->profile_idc == 244 || \ + (sps)->profile_idc == 44 || (sps)->profile_idc == 83 || \ + (sps)->profile_idc == 86 || (sps)->profile_idc == 118 || \ + (sps)->profile_idc == 128 || (sps)->profile_idc == 138 || \ + (sps)->profile_idc == 139 || (sps)->profile_idc == 134 || \ + (sps)->profile_idc == 135) + +#define V4L2_CID_STATELESS_H264_SPS (V4L2_CID_CODEC_STATELESS_BASE + 2) +/** + * struct v4l2_ctrl_h264_sps - H264 sequence parameter set + * + * All the members on this sequence parameter set structure match the + * sequence parameter set syntax as specified by the H264 specification. + * + * @profile_idc: see H264 specification. + * @constraint_set_flags: see H264 specification. + * @level_idc: see H264 specification. + * @seq_parameter_set_id: see H264 specification. + * @chroma_format_idc: see H264 specification. + * @bit_depth_luma_minus8: see H264 specification. + * @bit_depth_chroma_minus8: see H264 specification. + * @log2_max_frame_num_minus4: see H264 specification. + * @pic_order_cnt_type: see H264 specification. + * @log2_max_pic_order_cnt_lsb_minus4: see H264 specification. + * @max_num_ref_frames: see H264 specification. + * @num_ref_frames_in_pic_order_cnt_cycle: see H264 specification. + * @offset_for_ref_frame: see H264 specification. + * @offset_for_non_ref_pic: see H264 specification. + * @offset_for_top_to_bottom_field: see H264 specification. + * @pic_width_in_mbs_minus1: see H264 specification. + * @pic_height_in_map_units_minus1: see H264 specification. + * @flags: see V4L2_H264_SPS_FLAG_{}. + */ +struct v4l2_ctrl_h264_sps { + __u8 profile_idc; + __u8 constraint_set_flags; + __u8 level_idc; + __u8 seq_parameter_set_id; + __u8 chroma_format_idc; + __u8 bit_depth_luma_minus8; + __u8 bit_depth_chroma_minus8; + __u8 log2_max_frame_num_minus4; + __u8 pic_order_cnt_type; + __u8 log2_max_pic_order_cnt_lsb_minus4; + __u8 max_num_ref_frames; + __u8 num_ref_frames_in_pic_order_cnt_cycle; + __s32 offset_for_ref_frame[255]; + __s32 offset_for_non_ref_pic; + __s32 offset_for_top_to_bottom_field; + __u16 pic_width_in_mbs_minus1; + __u16 pic_height_in_map_units_minus1; + __u32 flags; +}; + +#define V4L2_H264_PPS_FLAG_ENTROPY_CODING_MODE 0x0001 +#define V4L2_H264_PPS_FLAG_BOTTOM_FIELD_PIC_ORDER_IN_FRAME_PRESENT 0x0002 +#define V4L2_H264_PPS_FLAG_WEIGHTED_PRED 0x0004 +#define V4L2_H264_PPS_FLAG_DEBLOCKING_FILTER_CONTROL_PRESENT 0x0008 +#define V4L2_H264_PPS_FLAG_CONSTRAINED_INTRA_PRED 0x0010 +#define V4L2_H264_PPS_FLAG_REDUNDANT_PIC_CNT_PRESENT 0x0020 +#define V4L2_H264_PPS_FLAG_TRANSFORM_8X8_MODE 0x0040 +#define V4L2_H264_PPS_FLAG_SCALING_MATRIX_PRESENT 0x0080 + +#define V4L2_CID_STATELESS_H264_PPS (V4L2_CID_CODEC_STATELESS_BASE + 3) +/** + * struct v4l2_ctrl_h264_pps - H264 picture parameter set + * + * Except where noted, all the members on this picture parameter set + * structure match the picture parameter set syntax as specified + * by the H264 specification. + * + * In particular, V4L2_H264_PPS_FLAG_SCALING_MATRIX_PRESENT flag + * has a specific meaning. This flag should be set if a non-flat + * scaling matrix applies to the picture. In this case, applications + * are expected to use V4L2_CID_STATELESS_H264_SCALING_MATRIX, + * to pass the values of the non-flat matrices. + * + * @pic_parameter_set_id: see H264 specification. + * @seq_parameter_set_id: see H264 specification. + * @num_slice_groups_minus1: see H264 specification. + * @num_ref_idx_l0_default_active_minus1: see H264 specification. + * @num_ref_idx_l1_default_active_minus1: see H264 specification. + * @weighted_bipred_idc: see H264 specification. + * @pic_init_qp_minus26: see H264 specification. + * @pic_init_qs_minus26: see H264 specification. + * @chroma_qp_index_offset: see H264 specification. + * @second_chroma_qp_index_offset: see H264 specification. + * @flags: see V4L2_H264_PPS_FLAG_{}. + */ +struct v4l2_ctrl_h264_pps { + __u8 pic_parameter_set_id; + __u8 seq_parameter_set_id; + __u8 num_slice_groups_minus1; + __u8 num_ref_idx_l0_default_active_minus1; + __u8 num_ref_idx_l1_default_active_minus1; + __u8 weighted_bipred_idc; + __s8 pic_init_qp_minus26; + __s8 pic_init_qs_minus26; + __s8 chroma_qp_index_offset; + __s8 second_chroma_qp_index_offset; + __u16 flags; +}; + +#define V4L2_CID_STATELESS_H264_SCALING_MATRIX (V4L2_CID_CODEC_STATELESS_BASE + 4) +/** + * struct v4l2_ctrl_h264_scaling_matrix - H264 scaling matrices + * + * @scaling_list_4x4: scaling matrix after applying the inverse + * scanning process. Expected list order is Intra Y, Intra Cb, + * Intra Cr, Inter Y, Inter Cb, Inter Cr. The values on each + * scaling list are expected in raster scan order. + * @scaling_list_8x8: scaling matrix after applying the inverse + * scanning process. Expected list order is Intra Y, Inter Y, + * Intra Cb, Inter Cb, Intra Cr, Inter Cr. The values on each + * scaling list are expected in raster scan order. + * + * Note that the list order is different for the 4x4 and 8x8 + * matrices as per the H264 specification, see table 7-2 "Assignment + * of mnemonic names to scaling list indices and specification of + * fall-back rule". + */ +struct v4l2_ctrl_h264_scaling_matrix { + __u8 scaling_list_4x4[6][16]; + __u8 scaling_list_8x8[6][64]; +}; + +struct v4l2_h264_weight_factors { + __s16 luma_weight[32]; + __s16 luma_offset[32]; + __s16 chroma_weight[32][2]; + __s16 chroma_offset[32][2]; +}; + +#define V4L2_H264_CTRL_PRED_WEIGHTS_REQUIRED(pps, slice) \ + ((((pps)->flags & V4L2_H264_PPS_FLAG_WEIGHTED_PRED) && \ + ((slice)->slice_type == V4L2_H264_SLICE_TYPE_P || \ + (slice)->slice_type == V4L2_H264_SLICE_TYPE_SP)) || \ + ((pps)->weighted_bipred_idc == 1 && \ + (slice)->slice_type == V4L2_H264_SLICE_TYPE_B)) + +#define V4L2_CID_STATELESS_H264_PRED_WEIGHTS (V4L2_CID_CODEC_STATELESS_BASE + 5) +/** + * struct v4l2_ctrl_h264_pred_weights - Prediction weight table + * + * Prediction weight table, which matches the syntax specified + * by the H264 specification. + * + * @luma_log2_weight_denom: see H264 specification. + * @chroma_log2_weight_denom: see H264 specification. + * @weight_factors: luma and chroma weight factors. + */ +struct v4l2_ctrl_h264_pred_weights { + __u16 luma_log2_weight_denom; + __u16 chroma_log2_weight_denom; + struct v4l2_h264_weight_factors weight_factors[2]; +}; + +#define V4L2_H264_SLICE_TYPE_P 0 +#define V4L2_H264_SLICE_TYPE_B 1 +#define V4L2_H264_SLICE_TYPE_I 2 +#define V4L2_H264_SLICE_TYPE_SP 3 +#define V4L2_H264_SLICE_TYPE_SI 4 + +#define V4L2_H264_SLICE_FLAG_DIRECT_SPATIAL_MV_PRED 0x01 +#define V4L2_H264_SLICE_FLAG_SP_FOR_SWITCH 0x02 + +#define V4L2_H264_TOP_FIELD_REF 0x1 +#define V4L2_H264_BOTTOM_FIELD_REF 0x2 +#define V4L2_H264_FRAME_REF 0x3 + +/** + * struct v4l2_h264_reference - H264 picture reference + * + * @fields: indicates how the picture is referenced. + * Valid values are V4L2_H264_{}_REF. + * @index: index into v4l2_ctrl_h264_decode_params.dpb[]. + */ +struct v4l2_h264_reference { + __u8 fields; + __u8 index; +}; + +/* + * Maximum DPB size, as specified by section 'A.3.1 Level limits + * common to the Baseline, Main, and Extended profiles'. + */ +#define V4L2_H264_NUM_DPB_ENTRIES 16 +#define V4L2_H264_REF_LIST_LEN (2 * V4L2_H264_NUM_DPB_ENTRIES) + +#define V4L2_CID_STATELESS_H264_SLICE_PARAMS (V4L2_CID_CODEC_STATELESS_BASE + 6) +/** + * struct v4l2_ctrl_h264_slice_params - H264 slice parameters + * + * This structure holds the H264 syntax elements that are specified + * as non-invariant for the slices in a given frame. + * + * Slice invariant syntax elements are contained in struct + * v4l2_ctrl_h264_decode_params. This is done to reduce the API surface + * on frame-based decoders, where slice header parsing is done by the + * hardware. + * + * Slice invariant syntax elements are specified in specification section + * "7.4.3 Slice header semantics". + * + * Except where noted, the members on this struct match the slice header syntax. + * + * @header_bit_size: offset in bits to slice_data() from the beginning of this slice. + * @first_mb_in_slice: see H264 specification. + * @slice_type: see H264 specification. + * @colour_plane_id: see H264 specification. + * @redundant_pic_cnt: see H264 specification. + * @cabac_init_idc: see H264 specification. + * @slice_qp_delta: see H264 specification. + * @slice_qs_delta: see H264 specification. + * @disable_deblocking_filter_idc: see H264 specification. + * @slice_alpha_c0_offset_div2: see H264 specification. + * @slice_beta_offset_div2: see H264 specification. + * @num_ref_idx_l0_active_minus1: see H264 specification. + * @num_ref_idx_l1_active_minus1: see H264 specification. + * @reserved: padding field. Should be zeroed by applications. + * @ref_pic_list0: reference picture list 0 after applying the per-slice modifications. + * @ref_pic_list1: reference picture list 1 after applying the per-slice modifications. + * @flags: see V4L2_H264_SLICE_FLAG_{}. + */ +struct v4l2_ctrl_h264_slice_params { + __u32 header_bit_size; + __u32 first_mb_in_slice; + __u8 slice_type; + __u8 colour_plane_id; + __u8 redundant_pic_cnt; + __u8 cabac_init_idc; + __s8 slice_qp_delta; + __s8 slice_qs_delta; + __u8 disable_deblocking_filter_idc; + __s8 slice_alpha_c0_offset_div2; + __s8 slice_beta_offset_div2; + __u8 num_ref_idx_l0_active_minus1; + __u8 num_ref_idx_l1_active_minus1; + + __u8 reserved; + + struct v4l2_h264_reference ref_pic_list0[V4L2_H264_REF_LIST_LEN]; + struct v4l2_h264_reference ref_pic_list1[V4L2_H264_REF_LIST_LEN]; + + __u32 flags; +}; + +#define V4L2_H264_DPB_ENTRY_FLAG_VALID 0x01 +#define V4L2_H264_DPB_ENTRY_FLAG_ACTIVE 0x02 +#define V4L2_H264_DPB_ENTRY_FLAG_LONG_TERM 0x04 +#define V4L2_H264_DPB_ENTRY_FLAG_FIELD 0x08 + +/** + * struct v4l2_h264_dpb_entry - H264 decoded picture buffer entry + * + * @reference_ts: timestamp of the V4L2 capture buffer to use as reference. + * The timestamp refers to the timestamp field in struct v4l2_buffer. + * Use v4l2_timeval_to_ns() to convert the struct timeval to a __u64. + * @pic_num: matches PicNum variable assigned during the reference + * picture lists construction process. + * @frame_num: frame identifier which matches frame_num syntax element. + * @fields: indicates how the DPB entry is referenced. Valid values are + * V4L2_H264_{}_REF. + * @reserved: padding field. Should be zeroed by applications. + * @top_field_order_cnt: matches TopFieldOrderCnt picture value. + * @bottom_field_order_cnt: matches BottomFieldOrderCnt picture value. + * Note that picture field is indicated by v4l2_buffer.field. + * @flags: see V4L2_H264_DPB_ENTRY_FLAG_{}. + */ +struct v4l2_h264_dpb_entry { + __u64 reference_ts; + __u32 pic_num; + __u16 frame_num; + __u8 fields; + __u8 reserved[5]; + __s32 top_field_order_cnt; + __s32 bottom_field_order_cnt; + __u32 flags; +}; + +#define V4L2_H264_DECODE_PARAM_FLAG_IDR_PIC 0x01 +#define V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC 0x02 +#define V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD 0x04 +#define V4L2_H264_DECODE_PARAM_FLAG_PFRAME 0x08 +#define V4L2_H264_DECODE_PARAM_FLAG_BFRAME 0x10 + +#define V4L2_CID_STATELESS_H264_DECODE_PARAMS (V4L2_CID_CODEC_STATELESS_BASE + 7) +/** + * struct v4l2_ctrl_h264_decode_params - H264 decoding parameters + * + * @dpb: decoded picture buffer. + * @nal_ref_idc: slice header syntax element. + * @frame_num: slice header syntax element. + * @top_field_order_cnt: matches TopFieldOrderCnt picture value. + * @bottom_field_order_cnt: matches BottomFieldOrderCnt picture value. + * Note that picture field is indicated by v4l2_buffer.field. + * @idr_pic_id: slice header syntax element. + * @pic_order_cnt_lsb: slice header syntax element. + * @delta_pic_order_cnt_bottom: slice header syntax element. + * @delta_pic_order_cnt0: slice header syntax element. + * @delta_pic_order_cnt1: slice header syntax element. + * @dec_ref_pic_marking_bit_size: size in bits of dec_ref_pic_marking() + * syntax element. + * @pic_order_cnt_bit_size: size in bits of pic order count syntax. + * @slice_group_change_cycle: slice header syntax element. + * @reserved: padding field. Should be zeroed by applications. + * @flags: see V4L2_H264_DECODE_PARAM_FLAG_{}. + */ +struct v4l2_ctrl_h264_decode_params { + struct v4l2_h264_dpb_entry dpb[V4L2_H264_NUM_DPB_ENTRIES]; + __u16 nal_ref_idc; + __u16 frame_num; + __s32 top_field_order_cnt; + __s32 bottom_field_order_cnt; + __u16 idr_pic_id; + __u16 pic_order_cnt_lsb; + __s32 delta_pic_order_cnt_bottom; + __s32 delta_pic_order_cnt0; + __s32 delta_pic_order_cnt1; + __u32 dec_ref_pic_marking_bit_size; + __u32 pic_order_cnt_bit_size; + __u32 slice_group_change_cycle; + + __u32 reserved; + __u32 flags; +}; + + +/* Stateless FWHT control, used by the vicodec driver */ + +/* Current FWHT version */ +#define V4L2_FWHT_VERSION 3 + +/* Set if this is an interlaced format */ +#define V4L2_FWHT_FL_IS_INTERLACED _BITUL(0) +/* Set if this is a bottom-first (NTSC) interlaced format */ +#define V4L2_FWHT_FL_IS_BOTTOM_FIRST _BITUL(1) +/* Set if each 'frame' contains just one field */ +#define V4L2_FWHT_FL_IS_ALTERNATE _BITUL(2) +/* + * If V4L2_FWHT_FL_IS_ALTERNATE was set, then this is set if this + * 'frame' is the bottom field, else it is the top field. + */ +#define V4L2_FWHT_FL_IS_BOTTOM_FIELD _BITUL(3) +/* Set if the Y' plane is uncompressed */ +#define V4L2_FWHT_FL_LUMA_IS_UNCOMPRESSED _BITUL(4) +/* Set if the Cb plane is uncompressed */ +#define V4L2_FWHT_FL_CB_IS_UNCOMPRESSED _BITUL(5) +/* Set if the Cr plane is uncompressed */ +#define V4L2_FWHT_FL_CR_IS_UNCOMPRESSED _BITUL(6) +/* Set if the chroma plane is full height, if cleared it is half height */ +#define V4L2_FWHT_FL_CHROMA_FULL_HEIGHT _BITUL(7) +/* Set if the chroma plane is full width, if cleared it is half width */ +#define V4L2_FWHT_FL_CHROMA_FULL_WIDTH _BITUL(8) +/* Set if the alpha plane is uncompressed */ +#define V4L2_FWHT_FL_ALPHA_IS_UNCOMPRESSED _BITUL(9) +/* Set if this is an I Frame */ +#define V4L2_FWHT_FL_I_FRAME _BITUL(10) + +/* A 4-values flag - the number of components - 1 */ +#define V4L2_FWHT_FL_COMPONENTS_NUM_MSK GENMASK(18, 16) +#define V4L2_FWHT_FL_COMPONENTS_NUM_OFFSET 16 + +/* A 4-values flag - the pixel encoding type */ +#define V4L2_FWHT_FL_PIXENC_MSK GENMASK(20, 19) +#define V4L2_FWHT_FL_PIXENC_OFFSET 19 +#define V4L2_FWHT_FL_PIXENC_YUV (1 << V4L2_FWHT_FL_PIXENC_OFFSET) +#define V4L2_FWHT_FL_PIXENC_RGB (2 << V4L2_FWHT_FL_PIXENC_OFFSET) +#define V4L2_FWHT_FL_PIXENC_HSV (3 << V4L2_FWHT_FL_PIXENC_OFFSET) + +#define V4L2_CID_STATELESS_FWHT_PARAMS (V4L2_CID_CODEC_STATELESS_BASE + 100) +/** + * struct v4l2_ctrl_fwht_params - FWHT parameters + * + * @backward_ref_ts: timestamp of the V4L2 capture buffer to use as reference. + * The timestamp refers to the timestamp field in struct v4l2_buffer. + * Use v4l2_timeval_to_ns() to convert the struct timeval to a __u64. + * @version: must be V4L2_FWHT_VERSION. + * @width: width of frame. + * @height: height of frame. + * @flags: FWHT flags (see V4L2_FWHT_FL_*). + * @colorspace: the colorspace (enum v4l2_colorspace). + * @xfer_func: the transfer function (enum v4l2_xfer_func). + * @ycbcr_enc: the Y'CbCr encoding (enum v4l2_ycbcr_encoding). + * @quantization: the quantization (enum v4l2_quantization). + */ +struct v4l2_ctrl_fwht_params { + __u64 backward_ref_ts; + __u32 version; + __u32 width; + __u32 height; + __u32 flags; + __u32 colorspace; + __u32 xfer_func; + __u32 ycbcr_enc; + __u32 quantization; +}; + +/* Stateless VP8 control */ + +#define V4L2_VP8_SEGMENT_FLAG_ENABLED 0x01 +#define V4L2_VP8_SEGMENT_FLAG_UPDATE_MAP 0x02 +#define V4L2_VP8_SEGMENT_FLAG_UPDATE_FEATURE_DATA 0x04 +#define V4L2_VP8_SEGMENT_FLAG_DELTA_VALUE_MODE 0x08 + +/** + * struct v4l2_vp8_segment - VP8 segment-based adjustments parameters + * + * @quant_update: update values for the segment quantizer. + * @lf_update: update values for the loop filter level. + * @segment_probs: branch probabilities of the segment_id decoding tree. + * @padding: padding field. Should be zeroed by applications. + * @flags: see V4L2_VP8_SEGMENT_FLAG_{}. + * + * This structure contains segment-based adjustments related parameters. + * See the 'update_segmentation()' part of the frame header syntax, + * and section '9.3. Segment-Based Adjustments' of the VP8 specification + * for more details. + */ +struct v4l2_vp8_segment { + __s8 quant_update[4]; + __s8 lf_update[4]; + __u8 segment_probs[3]; + __u8 padding; + __u32 flags; +}; + +#define V4L2_VP8_LF_ADJ_ENABLE 0x01 +#define V4L2_VP8_LF_DELTA_UPDATE 0x02 +#define V4L2_VP8_LF_FILTER_TYPE_SIMPLE 0x04 + +/** + * struct v4l2_vp8_loop_filter - VP8 loop filter parameters + * + * @ref_frm_delta: Reference frame signed delta values. + * @mb_mode_delta: MB prediction mode signed delta values. + * @sharpness_level: matches sharpness_level syntax element. + * @level: matches loop_filter_level syntax element. + * @padding: padding field. Should be zeroed by applications. + * @flags: see V4L2_VP8_LF_FLAG_{}. + * + * This structure contains loop filter related parameters. + * See the 'mb_lf_adjustments()' part of the frame header syntax, + * and section '9.4. Loop Filter Type and Levels' of the VP8 specification + * for more details. + */ +struct v4l2_vp8_loop_filter { + __s8 ref_frm_delta[4]; + __s8 mb_mode_delta[4]; + __u8 sharpness_level; + __u8 level; + __u16 padding; + __u32 flags; +}; + +/** + * struct v4l2_vp8_quantization - VP8 quantizattion indices + * + * @y_ac_qi: luma AC coefficient table index. + * @y_dc_delta: luma DC delta vaue. + * @y2_dc_delta: y2 block DC delta value. + * @y2_ac_delta: y2 block AC delta value. + * @uv_dc_delta: chroma DC delta value. + * @uv_ac_delta: chroma AC delta value. + * @padding: padding field. Should be zeroed by applications. + * + * This structure contains the quantization indices present + * in 'quant_indices()' part of the frame header syntax. + * See section '9.6. Dequantization Indices' of the VP8 specification + * for more details. + */ +struct v4l2_vp8_quantization { + __u8 y_ac_qi; + __s8 y_dc_delta; + __s8 y2_dc_delta; + __s8 y2_ac_delta; + __s8 uv_dc_delta; + __s8 uv_ac_delta; + __u16 padding; +}; + +#define V4L2_VP8_COEFF_PROB_CNT 11 +#define V4L2_VP8_MV_PROB_CNT 19 + +/** + * struct v4l2_vp8_entropy - VP8 update probabilities + * + * @coeff_probs: coefficient probability update values. + * @y_mode_probs: luma intra-prediction probabilities. + * @uv_mode_probs: chroma intra-prediction probabilities. + * @mv_probs: mv decoding probability. + * @padding: padding field. Should be zeroed by applications. + * + * This structure contains the update probabilities present in + * 'token_prob_update()' and 'mv_prob_update()' part of the frame header. + * See section '17.2. Probability Updates' of the VP8 specification + * for more details. + */ +struct v4l2_vp8_entropy { + __u8 coeff_probs[4][8][3][V4L2_VP8_COEFF_PROB_CNT]; + __u8 y_mode_probs[4]; + __u8 uv_mode_probs[3]; + __u8 mv_probs[2][V4L2_VP8_MV_PROB_CNT]; + __u8 padding[3]; +}; + +/** + * struct v4l2_vp8_entropy_coder_state - VP8 boolean coder state + * + * @range: coder state value for "Range" + * @value: coder state value for "Value" + * @bit_count: number of bits left in range "Value". + * @padding: padding field. Should be zeroed by applications. + * + * This structure contains the state for the boolean coder, as + * explained in section '7. Boolean Entropy Decoder' of the VP8 specification. + */ +struct v4l2_vp8_entropy_coder_state { + __u8 range; + __u8 value; + __u8 bit_count; + __u8 padding; +}; + +#define V4L2_VP8_FRAME_FLAG_KEY_FRAME 0x01 +#define V4L2_VP8_FRAME_FLAG_EXPERIMENTAL 0x02 +#define V4L2_VP8_FRAME_FLAG_SHOW_FRAME 0x04 +#define V4L2_VP8_FRAME_FLAG_MB_NO_SKIP_COEFF 0x08 +#define V4L2_VP8_FRAME_FLAG_SIGN_BIAS_GOLDEN 0x10 +#define V4L2_VP8_FRAME_FLAG_SIGN_BIAS_ALT 0x20 + +#define V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) \ + (!!((hdr)->flags & V4L2_VP8_FRAME_FLAG_KEY_FRAME)) + +#define V4L2_CID_STATELESS_VP8_FRAME (V4L2_CID_CODEC_STATELESS_BASE + 200) +/** + * struct v4l2_ctrl_vp8_frame - VP8 frame parameters + * + * @segment: segmentation parameters. See &v4l2_vp8_segment for more details + * @lf: loop filter parameters. See &v4l2_vp8_loop_filter for more details + * @quant: quantization parameters. See &v4l2_vp8_quantization for more details + * @entropy: update probabilities. See &v4l2_vp8_entropy for more details + * @coder_state: boolean coder state. See &v4l2_vp8_entropy_coder_state for more details + * @width: frame width. + * @height: frame height. + * @horizontal_scale: horizontal scaling factor. + * @vertical_scale: vertical scaling factor. + * @version: bitstream version. + * @prob_skip_false: frame header syntax element. + * @prob_intra: frame header syntax element. + * @prob_last: frame header syntax element. + * @prob_gf: frame header syntax element. + * @num_dct_parts: number of DCT coefficients partitions. + * @first_part_size: size of the first partition, i.e. the control partition. + * @first_part_header_bits: size in bits of the first partition header portion. + * @dct_part_sizes: DCT coefficients sizes. + * @last_frame_ts: "last" reference buffer timestamp. + * The timestamp refers to the timestamp field in struct v4l2_buffer. + * Use v4l2_timeval_to_ns() to convert the struct timeval to a __u64. + * @golden_frame_ts: "golden" reference buffer timestamp. + * @alt_frame_ts: "alt" reference buffer timestamp. + * @flags: see V4L2_VP8_FRAME_FLAG_{}. + */ +struct v4l2_ctrl_vp8_frame { + struct v4l2_vp8_segment segment; + struct v4l2_vp8_loop_filter lf; + struct v4l2_vp8_quantization quant; + struct v4l2_vp8_entropy entropy; + struct v4l2_vp8_entropy_coder_state coder_state; + + __u16 width; + __u16 height; + + __u8 horizontal_scale; + __u8 vertical_scale; + + __u8 version; + __u8 prob_skip_false; + __u8 prob_intra; + __u8 prob_last; + __u8 prob_gf; + __u8 num_dct_parts; + + __u32 first_part_size; + __u32 first_part_header_bits; + __u32 dct_part_sizes[8]; + + __u64 last_frame_ts; + __u64 golden_frame_ts; + __u64 alt_frame_ts; + + __u64 flags; +}; + +/* Stateless MPEG-2 controls */ + +#define V4L2_MPEG2_SEQ_FLAG_PROGRESSIVE 0x01 + +#define V4L2_CID_STATELESS_MPEG2_SEQUENCE (V4L2_CID_CODEC_STATELESS_BASE+220) +/** + * struct v4l2_ctrl_mpeg2_sequence - MPEG-2 sequence header + * + * All the members on this structure match the sequence header and sequence + * extension syntaxes as specified by the MPEG-2 specification. + * + * Fields horizontal_size, vertical_size and vbv_buffer_size are a + * combination of respective _value and extension syntax elements, + * as described in section 6.3.3 "Sequence header". + * + * @horizontal_size: combination of elements horizontal_size_value and + * horizontal_size_extension. + * @vertical_size: combination of elements vertical_size_value and + * vertical_size_extension. + * @vbv_buffer_size: combination of elements vbv_buffer_size_value and + * vbv_buffer_size_extension. + * @profile_and_level_indication: see MPEG-2 specification. + * @chroma_format: see MPEG-2 specification. + * @flags: see V4L2_MPEG2_SEQ_FLAG_{}. + */ +struct v4l2_ctrl_mpeg2_sequence { + __u16 horizontal_size; + __u16 vertical_size; + __u32 vbv_buffer_size; + __u16 profile_and_level_indication; + __u8 chroma_format; + __u8 flags; +}; + +#define V4L2_MPEG2_PIC_CODING_TYPE_I 1 +#define V4L2_MPEG2_PIC_CODING_TYPE_P 2 +#define V4L2_MPEG2_PIC_CODING_TYPE_B 3 +#define V4L2_MPEG2_PIC_CODING_TYPE_D 4 + +#define V4L2_MPEG2_PIC_TOP_FIELD 0x1 +#define V4L2_MPEG2_PIC_BOTTOM_FIELD 0x2 +#define V4L2_MPEG2_PIC_FRAME 0x3 + +#define V4L2_MPEG2_PIC_FLAG_TOP_FIELD_FIRST 0x0001 +#define V4L2_MPEG2_PIC_FLAG_FRAME_PRED_DCT 0x0002 +#define V4L2_MPEG2_PIC_FLAG_CONCEALMENT_MV 0x0004 +#define V4L2_MPEG2_PIC_FLAG_Q_SCALE_TYPE 0x0008 +#define V4L2_MPEG2_PIC_FLAG_INTRA_VLC 0x0010 +#define V4L2_MPEG2_PIC_FLAG_ALT_SCAN 0x0020 +#define V4L2_MPEG2_PIC_FLAG_REPEAT_FIRST 0x0040 +#define V4L2_MPEG2_PIC_FLAG_PROGRESSIVE 0x0080 + +#define V4L2_CID_STATELESS_MPEG2_PICTURE (V4L2_CID_CODEC_STATELESS_BASE+221) +/** + * struct v4l2_ctrl_mpeg2_picture - MPEG-2 picture header + * + * All the members on this structure match the picture header and picture + * coding extension syntaxes as specified by the MPEG-2 specification. + * + * @backward_ref_ts: timestamp of the V4L2 capture buffer to use as + * reference for backward prediction. + * @forward_ref_ts: timestamp of the V4L2 capture buffer to use as + * reference for forward prediction. These timestamp refers to the + * timestamp field in struct v4l2_buffer. Use v4l2_timeval_to_ns() + * to convert the struct timeval to a __u64. + * @flags: see V4L2_MPEG2_PIC_FLAG_{}. + * @f_code: see MPEG-2 specification. + * @picture_coding_type: see MPEG-2 specification. + * @picture_structure: see V4L2_MPEG2_PIC_{}_FIELD. + * @intra_dc_precision: see MPEG-2 specification. + * @reserved: padding field. Should be zeroed by applications. + */ +struct v4l2_ctrl_mpeg2_picture { + __u64 backward_ref_ts; + __u64 forward_ref_ts; + __u32 flags; + __u8 f_code[2][2]; + __u8 picture_coding_type; + __u8 picture_structure; + __u8 intra_dc_precision; + __u8 reserved[5]; +}; + +#define V4L2_CID_STATELESS_MPEG2_QUANTISATION (V4L2_CID_CODEC_STATELESS_BASE+222) +/** + * struct v4l2_ctrl_mpeg2_quantisation - MPEG-2 quantisation + * + * Quantisation matrices as specified by section 6.3.7 + * "Quant matrix extension". + * + * @intra_quantiser_matrix: The quantisation matrix coefficients + * for intra-coded frames, in zigzag scanning order. It is relevant + * for both luma and chroma components, although it can be superseded + * by the chroma-specific matrix for non-4:2:0 YUV formats. + * @non_intra_quantiser_matrix: The quantisation matrix coefficients + * for non-intra-coded frames, in zigzag scanning order. It is relevant + * for both luma and chroma components, although it can be superseded + * by the chroma-specific matrix for non-4:2:0 YUV formats. + * @chroma_intra_quantiser_matrix: The quantisation matrix coefficients + * for the chominance component of intra-coded frames, in zigzag scanning + * order. Only relevant for 4:2:2 and 4:4:4 YUV formats. + * @chroma_non_intra_quantiser_matrix: The quantisation matrix coefficients + * for the chrominance component of non-intra-coded frames, in zigzag scanning + * order. Only relevant for 4:2:2 and 4:4:4 YUV formats. + */ +struct v4l2_ctrl_mpeg2_quantisation { + __u8 intra_quantiser_matrix[64]; + __u8 non_intra_quantiser_matrix[64]; + __u8 chroma_intra_quantiser_matrix[64]; + __u8 chroma_non_intra_quantiser_matrix[64]; +}; + +#define V4L2_CID_COLORIMETRY_CLASS_BASE (V4L2_CTRL_CLASS_COLORIMETRY | 0x900) +#define V4L2_CID_COLORIMETRY_CLASS (V4L2_CTRL_CLASS_COLORIMETRY | 1) + +#define V4L2_CID_COLORIMETRY_HDR10_CLL_INFO (V4L2_CID_COLORIMETRY_CLASS_BASE + 0) + +struct v4l2_ctrl_hdr10_cll_info { + __u16 max_content_light_level; + __u16 max_pic_average_light_level; +}; + +#define V4L2_CID_COLORIMETRY_HDR10_MASTERING_DISPLAY (V4L2_CID_COLORIMETRY_CLASS_BASE + 1) + +#define V4L2_HDR10_MASTERING_PRIMARIES_X_LOW 5 +#define V4L2_HDR10_MASTERING_PRIMARIES_X_HIGH 37000 +#define V4L2_HDR10_MASTERING_PRIMARIES_Y_LOW 5 +#define V4L2_HDR10_MASTERING_PRIMARIES_Y_HIGH 42000 +#define V4L2_HDR10_MASTERING_WHITE_POINT_X_LOW 5 +#define V4L2_HDR10_MASTERING_WHITE_POINT_X_HIGH 37000 +#define V4L2_HDR10_MASTERING_WHITE_POINT_Y_LOW 5 +#define V4L2_HDR10_MASTERING_WHITE_POINT_Y_HIGH 42000 +#define V4L2_HDR10_MASTERING_MAX_LUMA_LOW 50000 +#define V4L2_HDR10_MASTERING_MAX_LUMA_HIGH 100000000 +#define V4L2_HDR10_MASTERING_MIN_LUMA_LOW 1 +#define V4L2_HDR10_MASTERING_MIN_LUMA_HIGH 50000 + +struct v4l2_ctrl_hdr10_mastering_display { + __u16 display_primaries_x[3]; + __u16 display_primaries_y[3]; + __u16 white_point_x; + __u16 white_point_y; + __u32 max_display_mastering_luminance; + __u32 min_display_mastering_luminance; +}; + +/* Stateless VP9 controls */ + +#define V4L2_VP9_LOOP_FILTER_FLAG_DELTA_ENABLED 0x1 +#define V4L2_VP9_LOOP_FILTER_FLAG_DELTA_UPDATE 0x2 + +/** + * struct v4l2_vp9_loop_filter - VP9 loop filter parameters + * + * @ref_deltas: contains the adjustment needed for the filter level based on the + * chosen reference frame. If this syntax element is not present in the bitstream, + * users should pass its last value. + * @mode_deltas: contains the adjustment needed for the filter level based on the + * chosen mode. If this syntax element is not present in the bitstream, users should + * pass its last value. + * @level: indicates the loop filter strength. + * @sharpness: indicates the sharpness level. + * @flags: combination of V4L2_VP9_LOOP_FILTER_FLAG_{} flags. + * @reserved: padding field. Should be zeroed by applications. + * + * This structure contains all loop filter related parameters. See sections + * '7.2.8 Loop filter semantics' of the VP9 specification for more details. + */ +struct v4l2_vp9_loop_filter { + __s8 ref_deltas[4]; + __s8 mode_deltas[2]; + __u8 level; + __u8 sharpness; + __u8 flags; + __u8 reserved[7]; +}; + +/** + * struct v4l2_vp9_quantization - VP9 quantization parameters + * + * @base_q_idx: indicates the base frame qindex. + * @delta_q_y_dc: indicates the Y DC quantizer relative to base_q_idx. + * @delta_q_uv_dc: indicates the UV DC quantizer relative to base_q_idx. + * @delta_q_uv_ac: indicates the UV AC quantizer relative to base_q_idx. + * @reserved: padding field. Should be zeroed by applications. + * + * Encodes the quantization parameters. See section '7.2.9 Quantization params + * syntax' of the VP9 specification for more details. + */ +struct v4l2_vp9_quantization { + __u8 base_q_idx; + __s8 delta_q_y_dc; + __s8 delta_q_uv_dc; + __s8 delta_q_uv_ac; + __u8 reserved[4]; +}; + +#define V4L2_VP9_SEGMENTATION_FLAG_ENABLED 0x01 +#define V4L2_VP9_SEGMENTATION_FLAG_UPDATE_MAP 0x02 +#define V4L2_VP9_SEGMENTATION_FLAG_TEMPORAL_UPDATE 0x04 +#define V4L2_VP9_SEGMENTATION_FLAG_UPDATE_DATA 0x08 +#define V4L2_VP9_SEGMENTATION_FLAG_ABS_OR_DELTA_UPDATE 0x10 + +#define V4L2_VP9_SEG_LVL_ALT_Q 0 +#define V4L2_VP9_SEG_LVL_ALT_L 1 +#define V4L2_VP9_SEG_LVL_REF_FRAME 2 +#define V4L2_VP9_SEG_LVL_SKIP 3 +#define V4L2_VP9_SEG_LVL_MAX 4 + +#define V4L2_VP9_SEGMENT_FEATURE_ENABLED(id) (1 << (id)) +#define V4L2_VP9_SEGMENT_FEATURE_ENABLED_MASK 0xf + +/** + * struct v4l2_vp9_segmentation - VP9 segmentation parameters + * + * @feature_data: data attached to each feature. Data entry is only valid if + * the feature is enabled. The array shall be indexed with segment number as + * the first dimension (0..7) and one of V4L2_VP9_SEG_{} as the second dimension. + * @feature_enabled: bitmask defining which features are enabled in each segment. + * The value for each segment is a combination of V4L2_VP9_SEGMENT_FEATURE_ENABLED(id) + * values where id is one of V4L2_VP9_SEG_LVL_{}. + * @tree_probs: specifies the probability values to be used when decoding a + * Segment-ID. See '5.15. Segmentation map' section of the VP9 specification + * for more details. + * @pred_probs: specifies the probability values to be used when decoding a + * Predicted-Segment-ID. See '6.4.14. Get segment id syntax' section of :ref:`vp9` + * for more details. + * @flags: combination of V4L2_VP9_SEGMENTATION_FLAG_{} flags. + * @reserved: padding field. Should be zeroed by applications. + * + * Encodes the quantization parameters. See section '7.2.10 Segmentation params syntax' of + * the VP9 specification for more details. + */ +struct v4l2_vp9_segmentation { + __s16 feature_data[8][4]; + __u8 feature_enabled[8]; + __u8 tree_probs[7]; + __u8 pred_probs[3]; + __u8 flags; + __u8 reserved[5]; +}; + +#define V4L2_VP9_FRAME_FLAG_KEY_FRAME 0x001 +#define V4L2_VP9_FRAME_FLAG_SHOW_FRAME 0x002 +#define V4L2_VP9_FRAME_FLAG_ERROR_RESILIENT 0x004 +#define V4L2_VP9_FRAME_FLAG_INTRA_ONLY 0x008 +#define V4L2_VP9_FRAME_FLAG_ALLOW_HIGH_PREC_MV 0x010 +#define V4L2_VP9_FRAME_FLAG_REFRESH_FRAME_CTX 0x020 +#define V4L2_VP9_FRAME_FLAG_PARALLEL_DEC_MODE 0x040 +#define V4L2_VP9_FRAME_FLAG_X_SUBSAMPLING 0x080 +#define V4L2_VP9_FRAME_FLAG_Y_SUBSAMPLING 0x100 +#define V4L2_VP9_FRAME_FLAG_COLOR_RANGE_FULL_SWING 0x200 + +#define V4L2_VP9_SIGN_BIAS_LAST 0x1 +#define V4L2_VP9_SIGN_BIAS_GOLDEN 0x2 +#define V4L2_VP9_SIGN_BIAS_ALT 0x4 + +#define V4L2_VP9_RESET_FRAME_CTX_NONE 0 +#define V4L2_VP9_RESET_FRAME_CTX_SPEC 1 +#define V4L2_VP9_RESET_FRAME_CTX_ALL 2 + +#define V4L2_VP9_INTERP_FILTER_EIGHTTAP 0 +#define V4L2_VP9_INTERP_FILTER_EIGHTTAP_SMOOTH 1 +#define V4L2_VP9_INTERP_FILTER_EIGHTTAP_SHARP 2 +#define V4L2_VP9_INTERP_FILTER_BILINEAR 3 +#define V4L2_VP9_INTERP_FILTER_SWITCHABLE 4 + +#define V4L2_VP9_REFERENCE_MODE_SINGLE_REFERENCE 0 +#define V4L2_VP9_REFERENCE_MODE_COMPOUND_REFERENCE 1 +#define V4L2_VP9_REFERENCE_MODE_SELECT 2 + +#define V4L2_VP9_PROFILE_MAX 3 + +#define V4L2_CID_STATELESS_VP9_FRAME (V4L2_CID_CODEC_STATELESS_BASE + 300) +/** + * struct v4l2_ctrl_vp9_frame - VP9 frame decoding control + * + * @lf: loop filter parameters. See &v4l2_vp9_loop_filter for more details. + * @quant: quantization parameters. See &v4l2_vp9_quantization for more details. + * @seg: segmentation parameters. See &v4l2_vp9_segmentation for more details. + * @flags: combination of V4L2_VP9_FRAME_FLAG_{} flags. + * @compressed_header_size: compressed header size in bytes. + * @uncompressed_header_size: uncompressed header size in bytes. + * @frame_width_minus_1: add 1 to it and you'll get the frame width expressed in pixels. + * @frame_height_minus_1: add 1 to it and you'll get the frame height expressed in pixels. + * @render_width_minus_1: add 1 to it and you'll get the expected render width expressed in + * pixels. This is not used during the decoding process but might be used by HW scalers + * to prepare a frame that's ready for scanout. + * @render_height_minus_1: add 1 to it and you'll get the expected render height expressed in + * pixels. This is not used during the decoding process but might be used by HW scalers + * to prepare a frame that's ready for scanout. + * @last_frame_ts: "last" reference buffer timestamp. + * The timestamp refers to the timestamp field in struct v4l2_buffer. + * Use v4l2_timeval_to_ns() to convert the struct timeval to a __u64. + * @golden_frame_ts: "golden" reference buffer timestamp. + * The timestamp refers to the timestamp field in struct v4l2_buffer. + * Use v4l2_timeval_to_ns() to convert the struct timeval to a __u64. + * @alt_frame_ts: "alt" reference buffer timestamp. + * The timestamp refers to the timestamp field in struct v4l2_buffer. + * Use v4l2_timeval_to_ns() to convert the struct timeval to a __u64. + * @ref_frame_sign_bias: a bitfield specifying whether the sign bias is set for a given + * reference frame. Either of V4L2_VP9_SIGN_BIAS_{}. + * @reset_frame_context: specifies whether the frame context should be reset to default values. + * Either of V4L2_VP9_RESET_FRAME_CTX_{}. + * @frame_context_idx: frame context that should be used/updated. + * @profile: VP9 profile. Can be 0, 1, 2 or 3. + * @bit_depth: bits per components. Can be 8, 10 or 12. Note that not all profiles support + * 10 and/or 12 bits depths. + * @interpolation_filter: specifies the filter selection used for performing inter prediction. + * Set to one of V4L2_VP9_INTERP_FILTER_{}. + * @tile_cols_log2: specifies the base 2 logarithm of the width of each tile (where the width + * is measured in units of 8x8 blocks). Shall be less than or equal to 6. + * @tile_rows_log2: specifies the base 2 logarithm of the height of each tile (where the height + * is measured in units of 8x8 blocks). + * @reference_mode: specifies the type of inter prediction to be used. + * Set to one of V4L2_VP9_REFERENCE_MODE_{}. + * @reserved: padding field. Should be zeroed by applications. + */ +struct v4l2_ctrl_vp9_frame { + struct v4l2_vp9_loop_filter lf; + struct v4l2_vp9_quantization quant; + struct v4l2_vp9_segmentation seg; + __u32 flags; + __u16 compressed_header_size; + __u16 uncompressed_header_size; + __u16 frame_width_minus_1; + __u16 frame_height_minus_1; + __u16 render_width_minus_1; + __u16 render_height_minus_1; + __u64 last_frame_ts; + __u64 golden_frame_ts; + __u64 alt_frame_ts; + __u8 ref_frame_sign_bias; + __u8 reset_frame_context; + __u8 frame_context_idx; + __u8 profile; + __u8 bit_depth; + __u8 interpolation_filter; + __u8 tile_cols_log2; + __u8 tile_rows_log2; + __u8 reference_mode; + __u8 reserved[7]; +}; + +#define V4L2_VP9_NUM_FRAME_CTX 4 + +/** + * struct v4l2_vp9_mv_probs - VP9 Motion vector probability updates + * @joint: motion vector joint probability updates. + * @sign: motion vector sign probability updates. + * @classes: motion vector class probability updates. + * @class0_bit: motion vector class0 bit probability updates. + * @bits: motion vector bits probability updates. + * @class0_fr: motion vector class0 fractional bit probability updates. + * @fr: motion vector fractional bit probability updates. + * @class0_hp: motion vector class0 high precision fractional bit probability updates. + * @hp: motion vector high precision fractional bit probability updates. + * + * This structure contains new values of motion vector probabilities. + * A value of zero in an array element means there is no update of the relevant probability. + * See `struct v4l2_vp9_prob_updates` for details. + */ +struct v4l2_vp9_mv_probs { + __u8 joint[3]; + __u8 sign[2]; + __u8 classes[2][10]; + __u8 class0_bit[2]; + __u8 bits[2][10]; + __u8 class0_fr[2][2][3]; + __u8 fr[2][3]; + __u8 class0_hp[2]; + __u8 hp[2]; +}; + +#define V4L2_CID_STATELESS_VP9_COMPRESSED_HDR (V4L2_CID_CODEC_STATELESS_BASE + 301) + +#define V4L2_VP9_TX_MODE_ONLY_4X4 0 +#define V4L2_VP9_TX_MODE_ALLOW_8X8 1 +#define V4L2_VP9_TX_MODE_ALLOW_16X16 2 +#define V4L2_VP9_TX_MODE_ALLOW_32X32 3 +#define V4L2_VP9_TX_MODE_SELECT 4 + +/** + * struct v4l2_ctrl_vp9_compressed_hdr - VP9 probability updates control + * @tx_mode: specifies the TX mode. Set to one of V4L2_VP9_TX_MODE_{}. + * @tx8: TX 8x8 probability updates. + * @tx16: TX 16x16 probability updates. + * @tx32: TX 32x32 probability updates. + * @coef: coefficient probability updates. + * @skip: skip probability updates. + * @inter_mode: inter mode probability updates. + * @interp_filter: interpolation filter probability updates. + * @is_inter: is inter-block probability updates. + * @comp_mode: compound prediction mode probability updates. + * @single_ref: single ref probability updates. + * @comp_ref: compound ref probability updates. + * @y_mode: Y prediction mode probability updates. + * @uv_mode: UV prediction mode probability updates. + * @partition: partition probability updates. + * @mv: motion vector probability updates. + * + * This structure holds the probabilities update as parsed in the compressed + * header (Spec 6.3). These values represent the value of probability update after + * being translated with inv_map_table[] (see 6.3.5). A value of zero in an array element + * means that there is no update of the relevant probability. + * + * This control is optional and needs to be used when dealing with the hardware which is + * not capable of parsing the compressed header itself. Only drivers which need it will + * implement it. + */ +struct v4l2_ctrl_vp9_compressed_hdr { + __u8 tx_mode; + __u8 tx8[2][1]; + __u8 tx16[2][2]; + __u8 tx32[2][3]; + __u8 coef[4][2][2][6][6][3]; + __u8 skip[3]; + __u8 inter_mode[7][3]; + __u8 interp_filter[4][2]; + __u8 is_inter[4]; + __u8 comp_mode[5]; + __u8 single_ref[5][2]; + __u8 comp_ref[5]; + __u8 y_mode[4][9]; + __u8 uv_mode[10][9]; + __u8 partition[16][3]; + + struct v4l2_vp9_mv_probs mv; +}; + +/* MPEG-compression definitions kept for backwards compatibility */ +#ifndef __KERNEL__ +#define V4L2_CTRL_CLASS_MPEG V4L2_CTRL_CLASS_CODEC +#define V4L2_CID_MPEG_CLASS V4L2_CID_CODEC_CLASS +#define V4L2_CID_MPEG_BASE V4L2_CID_CODEC_BASE +#define V4L2_CID_MPEG_CX2341X_BASE V4L2_CID_CODEC_CX2341X_BASE +#define V4L2_CID_MPEG_MFC51_BASE V4L2_CID_CODEC_MFC51_BASE +#endif + +#endif diff --git a/graphics/libv4l/files/videodev2.h b/graphics/libv4l/files/videodev2.h index fe057074e9184..e1b678c453d12 100644 --- a/graphics/libv4l/files/videodev2.h +++ b/graphics/libv4l/files/videodev2.h @@ -57,10 +57,23 @@ #ifndef _UAPI__LINUX_VIDEODEV2_H #define _UAPI__LINUX_VIDEODEV2_H -#ifdef __NetBSD__ +#if !defined(__linux__) +typedef uint8_t __u8; +typedef int8_t __s8; +typedef uint16_t __u16; +typedef int16_t __s16; +typedef uint32_t __u32; +typedef int32_t __s32; +typedef uint64_t __u64; +typedef int64_t __s64; +typedef uint32_t __le32; #include #include #include +#if defined(__sun) +#include +#endif +#define __user #else #ifndef __KERNEL__ #include @@ -72,16 +85,6 @@ #include #endif -typedef uint8_t __u8; -typedef int8_t __s8; -typedef uint16_t __u16; -typedef int16_t __s16; -typedef uint32_t __u32; -typedef int32_t __s32; -typedef uint64_t __u64; -typedef int64_t __s64; -typedef uint32_t __le32; - /* * Common stuff for both V4L1 and V4L2 * Moved from videodev.h @@ -96,7 +99,7 @@ typedef uint32_t __le32; /* Four-character-code (FOURCC) */ #define v4l2_fourcc(a, b, c, d)\ ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24)) -#define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1 << 31)) +#define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31)) /* * E N U M S @@ -146,6 +149,13 @@ enum v4l2_field { ((field) == V4L2_FIELD_BOTTOM ||\ (field) == V4L2_FIELD_TOP ||\ (field) == V4L2_FIELD_ALTERNATE) +#define V4L2_FIELD_IS_INTERLACED(field) \ + ((field) == V4L2_FIELD_INTERLACED ||\ + (field) == V4L2_FIELD_INTERLACED_TB ||\ + (field) == V4L2_FIELD_INTERLACED_BT) +#define V4L2_FIELD_IS_SEQUENTIAL(field) \ + ((field) == V4L2_FIELD_SEQ_TB ||\ + (field) == V4L2_FIELD_SEQ_BT) enum v4l2_buf_type { V4L2_BUF_TYPE_VIDEO_CAPTURE = 1, @@ -161,6 +171,7 @@ enum v4l2_buf_type { V4L2_BUF_TYPE_SDR_CAPTURE = 11, V4L2_BUF_TYPE_SDR_OUTPUT = 12, V4L2_BUF_TYPE_META_CAPTURE = 13, + V4L2_BUF_TYPE_META_OUTPUT = 14, /* Deprecated, do not use */ V4L2_BUF_TYPE_PRIVATE = 0x80, }; @@ -176,7 +187,10 @@ enum v4l2_buf_type { || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY \ || (type) == V4L2_BUF_TYPE_VBI_OUTPUT \ || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT \ - || (type) == V4L2_BUF_TYPE_SDR_OUTPUT) + || (type) == V4L2_BUF_TYPE_SDR_OUTPUT \ + || (type) == V4L2_BUF_TYPE_META_OUTPUT) + +#define V4L2_TYPE_IS_CAPTURE(type) (!V4L2_TYPE_IS_OUTPUT(type)) enum v4l2_tuner_type { V4L2_TUNER_RADIO = 1, @@ -226,9 +240,7 @@ enum v4l2_colorspace { V4L2_COLORSPACE_470_SYSTEM_M = 5, /* - * EBU Tech 3213 PAL/SECAM colorspace. This only makes sense when - * dealing with really old PAL/SECAM recordings. Superseded by - * SMPTE 170M. + * EBU Tech 3213 PAL/SECAM colorspace. */ V4L2_COLORSPACE_470_SYSTEM_BG = 6, @@ -241,8 +253,8 @@ enum v4l2_colorspace { /* For RGB colorspaces such as produces by most webcams. */ V4L2_COLORSPACE_SRGB = 8, - /* AdobeRGB colorspace */ - V4L2_COLORSPACE_ADOBERGB = 9, + /* opRGB colorspace */ + V4L2_COLORSPACE_OPRGB = 9, /* BT.2020 colorspace, used for UHDTV. */ V4L2_COLORSPACE_BT2020 = 10, @@ -274,7 +286,7 @@ enum v4l2_xfer_func { * * V4L2_COLORSPACE_SRGB, V4L2_COLORSPACE_JPEG: V4L2_XFER_FUNC_SRGB * - * V4L2_COLORSPACE_ADOBERGB: V4L2_XFER_FUNC_ADOBERGB + * V4L2_COLORSPACE_OPRGB: V4L2_XFER_FUNC_OPRGB * * V4L2_COLORSPACE_SMPTE240M: V4L2_XFER_FUNC_SMPTE240M * @@ -285,7 +297,7 @@ enum v4l2_xfer_func { V4L2_XFER_FUNC_DEFAULT = 0, V4L2_XFER_FUNC_709 = 1, V4L2_XFER_FUNC_SRGB = 2, - V4L2_XFER_FUNC_ADOBERGB = 3, + V4L2_XFER_FUNC_OPRGB = 3, V4L2_XFER_FUNC_SMPTE240M = 4, V4L2_XFER_FUNC_NONE = 5, V4L2_XFER_FUNC_DCI_P3 = 6, @@ -297,7 +309,7 @@ enum v4l2_xfer_func { * This depends on the colorspace. */ #define V4L2_MAP_XFER_FUNC_DEFAULT(colsp) \ - ((colsp) == V4L2_COLORSPACE_ADOBERGB ? V4L2_XFER_FUNC_ADOBERGB : \ + ((colsp) == V4L2_COLORSPACE_OPRGB ? V4L2_XFER_FUNC_OPRGB : \ ((colsp) == V4L2_COLORSPACE_SMPTE240M ? V4L2_XFER_FUNC_SMPTE240M : \ ((colsp) == V4L2_COLORSPACE_DCI_P3 ? V4L2_XFER_FUNC_DCI_P3 : \ ((colsp) == V4L2_COLORSPACE_RAW ? V4L2_XFER_FUNC_NONE : \ @@ -311,7 +323,7 @@ enum v4l2_ycbcr_encoding { * * V4L2_COLORSPACE_SMPTE170M, V4L2_COLORSPACE_470_SYSTEM_M, * V4L2_COLORSPACE_470_SYSTEM_BG, V4L2_COLORSPACE_SRGB, - * V4L2_COLORSPACE_ADOBERGB and V4L2_COLORSPACE_JPEG: V4L2_YCBCR_ENC_601 + * V4L2_COLORSPACE_OPRGB and V4L2_COLORSPACE_JPEG: V4L2_YCBCR_ENC_601 * * V4L2_COLORSPACE_REC709 and V4L2_COLORSPACE_DCI_P3: V4L2_YCBCR_ENC_709 * @@ -378,9 +390,9 @@ enum v4l2_hsv_encoding { enum v4l2_quantization { /* - * The default for R'G'B' quantization is always full range, except - * for the BT2020 colorspace. For Y'CbCr the quantization is always - * limited range, except for COLORSPACE_JPEG: this is full range. + * The default for R'G'B' quantization is always full range. + * For Y'CbCr the quantization is always limited range, except + * for COLORSPACE_JPEG: this is full range. */ V4L2_QUANTIZATION_DEFAULT = 0, V4L2_QUANTIZATION_FULL_RANGE = 1, @@ -389,14 +401,24 @@ enum v4l2_quantization { /* * Determine how QUANTIZATION_DEFAULT should map to a proper quantization. - * This depends on whether the image is RGB or not, the colorspace and the - * Y'CbCr encoding. + * This depends on whether the image is RGB or not, the colorspace. + * The Y'CbCr encoding is not used anymore, but is still there for backwards + * compatibility. */ #define V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb_or_hsv, colsp, ycbcr_enc) \ - (((is_rgb_or_hsv) && (colsp) == V4L2_COLORSPACE_BT2020) ? \ - V4L2_QUANTIZATION_LIM_RANGE : \ - (((is_rgb_or_hsv) || (colsp) == V4L2_COLORSPACE_JPEG) ? \ - V4L2_QUANTIZATION_FULL_RANGE : V4L2_QUANTIZATION_LIM_RANGE)) + (((is_rgb_or_hsv) || (colsp) == V4L2_COLORSPACE_JPEG) ? \ + V4L2_QUANTIZATION_FULL_RANGE : V4L2_QUANTIZATION_LIM_RANGE) + +/* + * Deprecated names for opRGB colorspace (IEC 61966-2-5) + * + * WARNING: Please don't use these deprecated defines in your code, as + * there is a chance we have to remove them in the future. + */ +#ifndef __KERNEL__ +#define V4L2_COLORSPACE_ADOBERGB V4L2_COLORSPACE_OPRGB +#define V4L2_XFER_FUNC_ADOBERGB V4L2_XFER_FUNC_OPRGB +#endif enum v4l2_priority { V4L2_PRIORITY_UNSET = 0, /* not initialized */ @@ -418,6 +440,11 @@ struct v4l2_fract { __u32 denominator; }; +struct v4l2_area { + __u32 width; + __u32 height; +}; + /** * struct v4l2_capability - Describes V4L2 device caps returned by VIDIOC_QUERYCAP * @@ -474,9 +501,12 @@ struct v4l2_capability { #define V4L2_CAP_READWRITE 0x01000000 /* read/write systemcalls */ #define V4L2_CAP_ASYNCIO 0x02000000 /* async I/O */ #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */ +#define V4L2_CAP_META_OUTPUT 0x08000000 /* Is a metadata output device */ #define V4L2_CAP_TOUCH 0x10000000 /* Is a touch device */ +#define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ + #define V4L2_CAP_DEVICE_CAPS 0x80000000 /* sets device capabilities field */ /* @@ -504,26 +534,44 @@ struct v4l2_pix_format { /* Pixel format FOURCC depth Description */ -/* RGB formats */ +/* RGB formats (1 or 2 bytes per pixel) */ #define V4L2_PIX_FMT_RGB332 v4l2_fourcc('R', 'G', 'B', '1') /* 8 RGB-3-3-2 */ #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */ #define V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */ #define V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */ +#define V4L2_PIX_FMT_RGBA444 v4l2_fourcc('R', 'A', '1', '2') /* 16 rrrrgggg bbbbaaaa */ +#define V4L2_PIX_FMT_RGBX444 v4l2_fourcc('R', 'X', '1', '2') /* 16 rrrrgggg bbbbxxxx */ +#define V4L2_PIX_FMT_ABGR444 v4l2_fourcc('A', 'B', '1', '2') /* 16 aaaabbbb ggggrrrr */ +#define V4L2_PIX_FMT_XBGR444 v4l2_fourcc('X', 'B', '1', '2') /* 16 xxxxbbbb ggggrrrr */ +#define V4L2_PIX_FMT_BGRA444 v4l2_fourcc('G', 'A', '1', '2') /* 16 bbbbgggg rrrraaaa */ +#define V4L2_PIX_FMT_BGRX444 v4l2_fourcc('B', 'X', '1', '2') /* 16 bbbbgggg rrrrxxxx */ #define V4L2_PIX_FMT_RGB555 v4l2_fourcc('R', 'G', 'B', 'O') /* 16 RGB-5-5-5 */ #define V4L2_PIX_FMT_ARGB555 v4l2_fourcc('A', 'R', '1', '5') /* 16 ARGB-1-5-5-5 */ #define V4L2_PIX_FMT_XRGB555 v4l2_fourcc('X', 'R', '1', '5') /* 16 XRGB-1-5-5-5 */ +#define V4L2_PIX_FMT_RGBA555 v4l2_fourcc('R', 'A', '1', '5') /* 16 RGBA-5-5-5-1 */ +#define V4L2_PIX_FMT_RGBX555 v4l2_fourcc('R', 'X', '1', '5') /* 16 RGBX-5-5-5-1 */ +#define V4L2_PIX_FMT_ABGR555 v4l2_fourcc('A', 'B', '1', '5') /* 16 ABGR-1-5-5-5 */ +#define V4L2_PIX_FMT_XBGR555 v4l2_fourcc('X', 'B', '1', '5') /* 16 XBGR-1-5-5-5 */ +#define V4L2_PIX_FMT_BGRA555 v4l2_fourcc('B', 'A', '1', '5') /* 16 BGRA-5-5-5-1 */ +#define V4L2_PIX_FMT_BGRX555 v4l2_fourcc('B', 'X', '1', '5') /* 16 BGRX-5-5-5-1 */ #define V4L2_PIX_FMT_RGB565 v4l2_fourcc('R', 'G', 'B', 'P') /* 16 RGB-5-6-5 */ #define V4L2_PIX_FMT_RGB555X v4l2_fourcc('R', 'G', 'B', 'Q') /* 16 RGB-5-5-5 BE */ #define V4L2_PIX_FMT_ARGB555X v4l2_fourcc_be('A', 'R', '1', '5') /* 16 ARGB-5-5-5 BE */ #define V4L2_PIX_FMT_XRGB555X v4l2_fourcc_be('X', 'R', '1', '5') /* 16 XRGB-5-5-5 BE */ #define V4L2_PIX_FMT_RGB565X v4l2_fourcc('R', 'G', 'B', 'R') /* 16 RGB-5-6-5 BE */ + +/* RGB formats (3 or 4 bytes per pixel) */ #define V4L2_PIX_FMT_BGR666 v4l2_fourcc('B', 'G', 'R', 'H') /* 18 BGR-6-6-6 */ #define V4L2_PIX_FMT_BGR24 v4l2_fourcc('B', 'G', 'R', '3') /* 24 BGR-8-8-8 */ #define V4L2_PIX_FMT_RGB24 v4l2_fourcc('R', 'G', 'B', '3') /* 24 RGB-8-8-8 */ #define V4L2_PIX_FMT_BGR32 v4l2_fourcc('B', 'G', 'R', '4') /* 32 BGR-8-8-8-8 */ #define V4L2_PIX_FMT_ABGR32 v4l2_fourcc('A', 'R', '2', '4') /* 32 BGRA-8-8-8-8 */ #define V4L2_PIX_FMT_XBGR32 v4l2_fourcc('X', 'R', '2', '4') /* 32 BGRX-8-8-8-8 */ +#define V4L2_PIX_FMT_BGRA32 v4l2_fourcc('R', 'A', '2', '4') /* 32 ABGR-8-8-8-8 */ +#define V4L2_PIX_FMT_BGRX32 v4l2_fourcc('R', 'X', '2', '4') /* 32 XBGR-8-8-8-8 */ #define V4L2_PIX_FMT_RGB32 v4l2_fourcc('R', 'G', 'B', '4') /* 32 RGB-8-8-8-8 */ +#define V4L2_PIX_FMT_RGBA32 v4l2_fourcc('A', 'B', '2', '4') /* 32 RGBA-8-8-8-8 */ +#define V4L2_PIX_FMT_RGBX32 v4l2_fourcc('X', 'B', '2', '4') /* 32 RGBX-8-8-8-8 */ #define V4L2_PIX_FMT_ARGB32 v4l2_fourcc('B', 'A', '2', '4') /* 32 ARGB-8-8-8-8 */ #define V4L2_PIX_FMT_XRGB32 v4l2_fourcc('B', 'X', '2', '4') /* 32 XRGB-8-8-8-8 */ @@ -533,11 +581,13 @@ struct v4l2_pix_format { #define V4L2_PIX_FMT_Y6 v4l2_fourcc('Y', '0', '6', ' ') /* 6 Greyscale */ #define V4L2_PIX_FMT_Y10 v4l2_fourcc('Y', '1', '0', ' ') /* 10 Greyscale */ #define V4L2_PIX_FMT_Y12 v4l2_fourcc('Y', '1', '2', ' ') /* 12 Greyscale */ +#define V4L2_PIX_FMT_Y14 v4l2_fourcc('Y', '1', '4', ' ') /* 14 Greyscale */ #define V4L2_PIX_FMT_Y16 v4l2_fourcc('Y', '1', '6', ' ') /* 16 Greyscale */ #define V4L2_PIX_FMT_Y16_BE v4l2_fourcc_be('Y', '1', '6', ' ') /* 16 Greyscale BE */ /* Grey bit-packed formats */ #define V4L2_PIX_FMT_Y10BPACK v4l2_fourcc('Y', '1', '0', 'B') /* 10 Greyscale bit-packed */ +#define V4L2_PIX_FMT_Y10P v4l2_fourcc('Y', '1', '0', 'P') /* 10 Greyscale, MIPI RAW10 packed */ /* Palette formats */ #define V4L2_PIX_FMT_PAL8 v4l2_fourcc('P', 'A', 'L', '8') /* 8 8-bit palette */ @@ -555,9 +605,12 @@ struct v4l2_pix_format { #define V4L2_PIX_FMT_YUV444 v4l2_fourcc('Y', '4', '4', '4') /* 16 xxxxyyyy uuuuvvvv */ #define V4L2_PIX_FMT_YUV555 v4l2_fourcc('Y', 'U', 'V', 'O') /* 16 YUV-5-5-5 */ #define V4L2_PIX_FMT_YUV565 v4l2_fourcc('Y', 'U', 'V', 'P') /* 16 YUV-5-6-5 */ +#define V4L2_PIX_FMT_YUV24 v4l2_fourcc('Y', 'U', 'V', '3') /* 24 YUV-8-8-8 */ #define V4L2_PIX_FMT_YUV32 v4l2_fourcc('Y', 'U', 'V', '4') /* 32 YUV-8-8-8-8 */ -#define V4L2_PIX_FMT_HI240 v4l2_fourcc('H', 'I', '2', '4') /* 8 8-bit color */ -#define V4L2_PIX_FMT_HM12 v4l2_fourcc('H', 'M', '1', '2') /* 8 YUV 4:2:0 16x16 macroblocks */ +#define V4L2_PIX_FMT_AYUV32 v4l2_fourcc('A', 'Y', 'U', 'V') /* 32 AYUV-8-8-8-8 */ +#define V4L2_PIX_FMT_XYUV32 v4l2_fourcc('X', 'Y', 'U', 'V') /* 32 XYUV-8-8-8-8 */ +#define V4L2_PIX_FMT_VUYA32 v4l2_fourcc('V', 'U', 'Y', 'A') /* 32 VUYA-8-8-8-8 */ +#define V4L2_PIX_FMT_VUYX32 v4l2_fourcc('V', 'U', 'Y', 'X') /* 32 VUYX-8-8-8-8 */ #define V4L2_PIX_FMT_M420 v4l2_fourcc('M', '4', '2', '0') /* 12 YUV 4:2:0 2 lines y, 1 line uv interleaved */ /* two planes -- one Y, one Cr + Cb interleaved */ @@ -573,8 +626,6 @@ struct v4l2_pix_format { #define V4L2_PIX_FMT_NV21M v4l2_fourcc('N', 'M', '2', '1') /* 21 Y/CrCb 4:2:0 */ #define V4L2_PIX_FMT_NV16M v4l2_fourcc('N', 'M', '1', '6') /* 16 Y/CbCr 4:2:2 */ #define V4L2_PIX_FMT_NV61M v4l2_fourcc('N', 'M', '6', '1') /* 16 Y/CrCb 4:2:2 */ -#define V4L2_PIX_FMT_NV12MT v4l2_fourcc('T', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 64x32 macroblocks */ -#define V4L2_PIX_FMT_NV12MT_16X16 v4l2_fourcc('V', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 16x16 macroblocks */ /* three planes - Y Cb, Cr */ #define V4L2_PIX_FMT_YUV410 v4l2_fourcc('Y', 'U', 'V', '9') /* 9 YUV 4:1:0 */ @@ -592,6 +643,17 @@ struct v4l2_pix_format { #define V4L2_PIX_FMT_YUV444M v4l2_fourcc('Y', 'M', '2', '4') /* 24 YUV444 planar */ #define V4L2_PIX_FMT_YVU444M v4l2_fourcc('Y', 'M', '4', '2') /* 24 YVU444 planar */ +/* Tiled YUV formats */ +#define V4L2_PIX_FMT_NV12_4L4 v4l2_fourcc('V', 'T', '1', '2') /* 12 Y/CbCr 4:2:0 4x4 tiles */ +#define V4L2_PIX_FMT_NV12_16L16 v4l2_fourcc('H', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 16x16 tiles */ +#define V4L2_PIX_FMT_NV12_32L32 v4l2_fourcc('S', 'T', '1', '2') /* 12 Y/CbCr 4:2:0 32x32 tiles */ + +/* Tiled YUV formats, non contiguous planes */ +#define V4L2_PIX_FMT_NV12MT v4l2_fourcc('T', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 64x32 tiles */ +#define V4L2_PIX_FMT_NV12MT_16X16 v4l2_fourcc('V', 'M', '1', '2') /* 12 Y/CbCr 4:2:0 16x16 tiles */ +#define V4L2_PIX_FMT_NV12M_8L128 v4l2_fourcc('N', 'A', '1', '2') /* Y/CbCr 4:2:0 8x128 tiles */ +#define V4L2_PIX_FMT_NV12M_10BE_8L128 v4l2_fourcc_be('N', 'T', '1', '2') /* Y/CbCr 4:2:0 10-bit 8x128 tiles */ + /* Bayer formats - see http://www.siliconimaging.com/RGB%20Bayer.htm */ #define V4L2_PIX_FMT_SBGGR8 v4l2_fourcc('B', 'A', '8', '1') /* 8 BGBG.. GRGR.. */ #define V4L2_PIX_FMT_SGBRG8 v4l2_fourcc('G', 'B', 'R', 'G') /* 8 GBGB.. RGRG.. */ @@ -625,6 +687,15 @@ struct v4l2_pix_format { #define V4L2_PIX_FMT_SGBRG12P v4l2_fourcc('p', 'G', 'C', 'C') #define V4L2_PIX_FMT_SGRBG12P v4l2_fourcc('p', 'g', 'C', 'C') #define V4L2_PIX_FMT_SRGGB12P v4l2_fourcc('p', 'R', 'C', 'C') +#define V4L2_PIX_FMT_SBGGR14 v4l2_fourcc('B', 'G', '1', '4') /* 14 BGBG.. GRGR.. */ +#define V4L2_PIX_FMT_SGBRG14 v4l2_fourcc('G', 'B', '1', '4') /* 14 GBGB.. RGRG.. */ +#define V4L2_PIX_FMT_SGRBG14 v4l2_fourcc('G', 'R', '1', '4') /* 14 GRGR.. BGBG.. */ +#define V4L2_PIX_FMT_SRGGB14 v4l2_fourcc('R', 'G', '1', '4') /* 14 RGRG.. GBGB.. */ + /* 14bit raw bayer packed, 7 bytes for every 4 pixels */ +#define V4L2_PIX_FMT_SBGGR14P v4l2_fourcc('p', 'B', 'E', 'E') +#define V4L2_PIX_FMT_SGBRG14P v4l2_fourcc('p', 'G', 'E', 'E') +#define V4L2_PIX_FMT_SGRBG14P v4l2_fourcc('p', 'g', 'E', 'E') +#define V4L2_PIX_FMT_SRGGB14P v4l2_fourcc('p', 'R', 'E', 'E') #define V4L2_PIX_FMT_SBGGR16 v4l2_fourcc('B', 'Y', 'R', '2') /* 16 BGBG.. GRGR.. */ #define V4L2_PIX_FMT_SGBRG16 v4l2_fourcc('G', 'B', '1', '6') /* 16 GBGB.. RGRG.. */ #define V4L2_PIX_FMT_SGRBG16 v4l2_fourcc('G', 'R', '1', '6') /* 16 GRGR.. BGBG.. */ @@ -645,13 +716,19 @@ struct v4l2_pix_format { #define V4L2_PIX_FMT_H263 v4l2_fourcc('H', '2', '6', '3') /* H263 */ #define V4L2_PIX_FMT_MPEG1 v4l2_fourcc('M', 'P', 'G', '1') /* MPEG-1 ES */ #define V4L2_PIX_FMT_MPEG2 v4l2_fourcc('M', 'P', 'G', '2') /* MPEG-2 ES */ +#define V4L2_PIX_FMT_MPEG2_SLICE v4l2_fourcc('M', 'G', '2', 'S') /* MPEG-2 parsed slice data */ #define V4L2_PIX_FMT_MPEG4 v4l2_fourcc('M', 'P', 'G', '4') /* MPEG-4 part 2 ES */ #define V4L2_PIX_FMT_XVID v4l2_fourcc('X', 'V', 'I', 'D') /* Xvid */ #define V4L2_PIX_FMT_VC1_ANNEX_G v4l2_fourcc('V', 'C', '1', 'G') /* SMPTE 421M Annex G compliant stream */ #define V4L2_PIX_FMT_VC1_ANNEX_L v4l2_fourcc('V', 'C', '1', 'L') /* SMPTE 421M Annex L compliant stream */ #define V4L2_PIX_FMT_VP8 v4l2_fourcc('V', 'P', '8', '0') /* VP8 */ +#define V4L2_PIX_FMT_VP8_FRAME v4l2_fourcc('V', 'P', '8', 'F') /* VP8 parsed frame */ #define V4L2_PIX_FMT_VP9 v4l2_fourcc('V', 'P', '9', '0') /* VP9 */ +#define V4L2_PIX_FMT_VP9_FRAME v4l2_fourcc('V', 'P', '9', 'F') /* VP9 parsed frame */ #define V4L2_PIX_FMT_HEVC v4l2_fourcc('H', 'E', 'V', 'C') /* HEVC aka H.265 */ +#define V4L2_PIX_FMT_FWHT v4l2_fourcc('F', 'W', 'H', 'T') /* Fast Walsh Hadamard Transform (vicodec) */ +#define V4L2_PIX_FMT_FWHT_STATELESS v4l2_fourcc('S', 'F', 'W', 'H') /* Stateless FWHT (vicodec) */ +#define V4L2_PIX_FMT_H264_SLICE v4l2_fourcc('S', '2', '6', '4') /* H264 parsed slices */ /* Vendor-specific formats */ #define V4L2_PIX_FMT_CPIA1 v4l2_fourcc('C', 'P', 'I', 'A') /* cpia1 YUV */ @@ -684,7 +761,10 @@ struct v4l2_pix_format { #define V4L2_PIX_FMT_Y12I v4l2_fourcc('Y', '1', '2', 'I') /* Greyscale 12-bit L/R interleaved */ #define V4L2_PIX_FMT_Z16 v4l2_fourcc('Z', '1', '6', ' ') /* Depth data 16-bit */ #define V4L2_PIX_FMT_MT21C v4l2_fourcc('M', 'T', '2', '1') /* Mediatek compressed block mode */ +#define V4L2_PIX_FMT_MM21 v4l2_fourcc('M', 'M', '2', '1') /* Mediatek 8-bit block mode, two non-contiguous planes */ #define V4L2_PIX_FMT_INZI v4l2_fourcc('I', 'N', 'Z', 'I') /* Intel Planar Greyscale 10-bit and Depth 16-bit */ +#define V4L2_PIX_FMT_CNF4 v4l2_fourcc('C', 'N', 'F', '4') /* Intel 4-bit packed depth confidence information */ +#define V4L2_PIX_FMT_HI240 v4l2_fourcc('H', 'I', '2', '4') /* BTTV 8-bit dithered RGB */ /* 10bit raw bayer packed, 32 bytes for every 25 pixels, last LSB 6 bits unused */ #define V4L2_PIX_FMT_IPU3_SBGGR10 v4l2_fourcc('i', 'p', '3', 'b') /* IPU3 packed 10-bit BGGR bayer */ @@ -712,12 +792,19 @@ struct v4l2_pix_format { #define V4L2_META_FMT_VSP1_HGO v4l2_fourcc('V', 'S', 'P', 'H') /* R-Car VSP1 1-D Histogram */ #define V4L2_META_FMT_VSP1_HGT v4l2_fourcc('V', 'S', 'P', 'T') /* R-Car VSP1 2-D Histogram */ #define V4L2_META_FMT_UVC v4l2_fourcc('U', 'V', 'C', 'H') /* UVC Payload Header metadata */ +#define V4L2_META_FMT_D4XX v4l2_fourcc('D', '4', 'X', 'X') /* D4XX Payload Header metadata */ +#define V4L2_META_FMT_VIVID v4l2_fourcc('V', 'I', 'V', 'D') /* Vivid Metadata */ + +/* Vendor specific - used for RK_ISP1 camera sub-system */ +#define V4L2_META_FMT_RK_ISP1_PARAMS v4l2_fourcc('R', 'K', '1', 'P') /* Rockchip ISP1 3A Parameters */ +#define V4L2_META_FMT_RK_ISP1_STAT_3A v4l2_fourcc('R', 'K', '1', 'S') /* Rockchip ISP1 3A Statistics */ /* priv field value to indicates that subsequent fields are valid. */ #define V4L2_PIX_FMT_PRIV_MAGIC 0xfeedcafe /* Flags */ #define V4L2_PIX_FMT_FLAG_PREMUL_ALPHA 0x00000001 +#define V4L2_PIX_FMT_FLAG_SET_CSC 0x00000002 /* * F O R M A T E N U M E R A T I O N @@ -728,11 +815,20 @@ struct v4l2_fmtdesc { __u32 flags; __u8 description[32]; /* Description string */ __u32 pixelformat; /* Format fourcc */ - __u32 reserved[4]; + __u32 mbus_code; /* Media bus code */ + __u32 reserved[3]; }; -#define V4L2_FMT_FLAG_COMPRESSED 0x0001 -#define V4L2_FMT_FLAG_EMULATED 0x0002 +#define V4L2_FMT_FLAG_COMPRESSED 0x0001 +#define V4L2_FMT_FLAG_EMULATED 0x0002 +#define V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM 0x0004 +#define V4L2_FMT_FLAG_DYN_RESOLUTION 0x0008 +#define V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL 0x0010 +#define V4L2_FMT_FLAG_CSC_COLORSPACE 0x0020 +#define V4L2_FMT_FLAG_CSC_XFER_FUNC 0x0040 +#define V4L2_FMT_FLAG_CSC_YCBCR_ENC 0x0080 +#define V4L2_FMT_FLAG_CSC_HSV_ENC V4L2_FMT_FLAG_CSC_YCBCR_ENC +#define V4L2_FMT_FLAG_CSC_QUANTIZATION 0x0100 /* Frame Size and frame rate enumeration */ /* @@ -861,13 +957,45 @@ struct v4l2_jpegcompression { /* * M E M O R Y - M A P P I N G B U F F E R S */ + +#ifdef __KERNEL__ +/* + * This corresponds to the user space version of timeval + * for 64-bit time_t. sparc64 is different from everyone + * else, using the microseconds in the wrong half of the + * second 64-bit word. + */ +struct __kernel_v4l2_timeval { + long long tv_sec; +#if defined(__sparc__) && defined(__arch64__) + int tv_usec; + int __pad; +#else + long long tv_usec; +#endif +}; +#endif + struct v4l2_requestbuffers { __u32 count; __u32 type; /* enum v4l2_buf_type */ __u32 memory; /* enum v4l2_memory */ - __u32 reserved[2]; + __u32 capabilities; + __u8 flags; + __u8 reserved[3]; }; +#define V4L2_MEMORY_FLAG_NON_COHERENT (1 << 0) + +/* capabilities for struct v4l2_requestbuffers and v4l2_create_buffers */ +#define V4L2_BUF_CAP_SUPPORTS_MMAP (1 << 0) +#define V4L2_BUF_CAP_SUPPORTS_USERPTR (1 << 1) +#define V4L2_BUF_CAP_SUPPORTS_DMABUF (1 << 2) +#define V4L2_BUF_CAP_SUPPORTS_REQUESTS (1 << 3) +#define V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS (1 << 4) +#define V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF (1 << 5) +#define V4L2_BUF_CAP_SUPPORTS_MMAP_CACHE_HINTS (1 << 6) + /** * struct v4l2_plane - plane info for multi-planar buffers * @bytesused: number of bytes occupied by data in the plane (payload) @@ -880,8 +1008,10 @@ struct v4l2_requestbuffers { * pointing to this plane * @fd: when memory is V4L2_MEMORY_DMABUF, a userspace file * descriptor associated with this plane + * @m: union of @mem_offset, @userptr and @fd * @data_offset: offset in the plane to the start of data; usually 0, * unless there is a header in front of the data + * @reserved: drivers and applications must zero this array * * Multi-planar buffers consist of one or more planes, e.g. an YCbCr buffer * with two planes can have one plane for Y, and another for interleaved CbCr @@ -923,9 +1053,14 @@ struct v4l2_plane { * a userspace file descriptor associated with this buffer * @planes: for multiplanar buffers; userspace pointer to the array of plane * info structs for this buffer + * @m: union of @offset, @userptr, @planes and @fd * @length: size in bytes of the buffer (NOT its payload) for single-plane * buffers (when type != *_MPLANE); number of elements in the * planes array for multi-plane buffers + * @reserved2: drivers and applications must zero this field + * @request_fd: fd of the request that this buffer should use + * @reserved: for backwards compatibility with applications that do not know + * about @request_fd * * Contains data exchanged by application and driver using one of the Streaming * I/O methods. @@ -936,7 +1071,11 @@ struct v4l2_buffer { __u32 bytesused; __u32 flags; __u32 field; +#ifdef __KERNEL__ + struct __kernel_v4l2_timeval timestamp; +#else struct timeval timestamp; +#endif struct v4l2_timecode timecode; __u32 sequence; @@ -950,9 +1089,26 @@ struct v4l2_buffer { } m; __u32 length; __u32 reserved2; - __u32 reserved; + union { + __s32 request_fd; + __u32 reserved; + }; }; +#ifndef __KERNEL__ +/** + * v4l2_timeval_to_ns - Convert timeval to nanoseconds + * @tv: pointer to the timeval variable to be converted + * + * Returns the scalar nanosecond representation of the timeval + * parameter. + */ +static inline __u64 v4l2_timeval_to_ns(const struct timeval *tv) +{ + return (__u64)tv->tv_sec * 1000000000ULL + tv->tv_usec * 1000; +} +#endif + /* Flags for 'flags' field */ /* Buffer is mapped (flag) */ #define V4L2_BUF_FLAG_MAPPED 0x00000001 @@ -968,8 +1124,12 @@ struct v4l2_buffer { #define V4L2_BUF_FLAG_BFRAME 0x00000020 /* Buffer is ready, but the data contained within is corrupted. */ #define V4L2_BUF_FLAG_ERROR 0x00000040 +/* Buffer is added to an unqueued request */ +#define V4L2_BUF_FLAG_IN_REQUEST 0x00000080 /* timecode field is valid */ #define V4L2_BUF_FLAG_TIMECODE 0x00000100 +/* Don't return the capture buffer until OUTPUT timestamp changes */ +#define V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF 0x00000200 /* Buffer is prepared for queuing */ #define V4L2_BUF_FLAG_PREPARED 0x00000400 /* Cache handling flags */ @@ -986,6 +1146,8 @@ struct v4l2_buffer { #define V4L2_BUF_FLAG_TSTAMP_SRC_SOE 0x00010000 /* mem2mem encoder/decoder */ #define V4L2_BUF_FLAG_LAST 0x00100000 +/* request_fd is valid */ +#define V4L2_BUF_FLAG_REQUEST_FD 0x00800000 /** * struct v4l2_exportbuffer - export of video buffer as DMABUF file descriptor @@ -997,6 +1159,7 @@ struct v4l2_buffer { * @flags: flags for newly created file, currently only O_CLOEXEC is * supported, refer to manual of open syscall for more details * @fd: file descriptor associated with DMABUF (set by driver) + * @reserved: drivers and applications must zero this array * * Contains data used for exporting a video buffer as DMABUF file descriptor. * The buffer is identified by a 'cookie' returned by VIDIOC_QUERYBUF @@ -1054,7 +1217,7 @@ struct v4l2_framebuffer { struct v4l2_clip { struct v4l2_rect c; - struct v4l2_clip *next; + struct v4l2_clip __user *next; }; struct v4l2_window { @@ -1063,7 +1226,7 @@ struct v4l2_window { __u32 chromakey; struct v4l2_clip *clips; __u32 clipcount; - void *bitmap; + void __user *bitmap; __u8 global_alpha; }; @@ -1135,6 +1298,10 @@ struct v4l2_selection { typedef __u64 v4l2_std_id; +/* + * Attention: Keep the V4L2_STD_* bit definitions in sync with + * include/dt-bindings/display/sdtv-standards.h SDTV_STD_* bit definitions. + */ /* one bit for each */ #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002) @@ -1409,6 +1576,13 @@ struct v4l2_bt_timings { * InfoFrame). */ #define V4L2_DV_FL_HAS_HDMI_VIC (1 << 8) +/* + * CEA-861 specific: only valid for video receivers. + * If set, then HW can detect the difference between regular FPS and + * 1000/1001 FPS. Note: This flag is only valid for HDMI VIC codes with + * the V4L2_DV_FL_CAN_REDUCE_FPS flag set. + */ +#define V4L2_DV_FL_CAN_DETECT_REDUCED_FPS (1 << 9) /* A few useful defines to calculate the total blanking and frame sizes */ #define V4L2_DV_BT_BLANKING_WIDTH(bt) \ @@ -1591,11 +1765,25 @@ struct v4l2_ext_control { union { __s32 value; __s64 value64; - char *string; - __u8 *p_u8; - __u16 *p_u16; - __u32 *p_u32; - void *ptr; + char __user *string; + __u8 __user *p_u8; + __u16 __user *p_u16; + __u32 __user *p_u32; + struct v4l2_area __user *p_area; + struct v4l2_ctrl_h264_sps __user *p_h264_sps; + struct v4l2_ctrl_h264_pps *p_h264_pps; + struct v4l2_ctrl_h264_scaling_matrix __user *p_h264_scaling_matrix; + struct v4l2_ctrl_h264_pred_weights __user *p_h264_pred_weights; + struct v4l2_ctrl_h264_slice_params __user *p_h264_slice_params; + struct v4l2_ctrl_h264_decode_params __user *p_h264_decode_params; + struct v4l2_ctrl_fwht_params __user *p_fwht_params; + struct v4l2_ctrl_vp8_frame __user *p_vp8_frame; + struct v4l2_ctrl_mpeg2_sequence __user *p_mpeg2_sequence; + struct v4l2_ctrl_mpeg2_picture __user *p_mpeg2_picture; + struct v4l2_ctrl_mpeg2_quantisation __user *p_mpeg2_quantisation; + struct v4l2_ctrl_vp9_compressed_hdr __user *p_vp9_compressed_hdr_probs; + struct v4l2_ctrl_vp9_frame __user *p_vp9_frame; + void __user *ptr; }; } __attribute__ ((packed)); @@ -1608,7 +1796,8 @@ struct v4l2_ext_controls { }; __u32 count; __u32 error_idx; - __u32 reserved[2]; + __s32 request_fd; + __u32 reserved[1]; struct v4l2_ext_control *controls; }; @@ -1621,6 +1810,7 @@ struct v4l2_ext_controls { #define V4L2_CTRL_MAX_DIMS (4) #define V4L2_CTRL_WHICH_CUR_VAL 0 #define V4L2_CTRL_WHICH_DEF_VAL 0x0f000000 +#define V4L2_CTRL_WHICH_REQUEST_VAL 0x0f010000 enum v4l2_ctrl_type { V4L2_CTRL_TYPE_INTEGER = 1, @@ -1638,6 +1828,28 @@ enum v4l2_ctrl_type { V4L2_CTRL_TYPE_U8 = 0x0100, V4L2_CTRL_TYPE_U16 = 0x0101, V4L2_CTRL_TYPE_U32 = 0x0102, + V4L2_CTRL_TYPE_AREA = 0x0106, + + V4L2_CTRL_TYPE_HDR10_CLL_INFO = 0x0110, + V4L2_CTRL_TYPE_HDR10_MASTERING_DISPLAY = 0x0111, + + V4L2_CTRL_TYPE_H264_SPS = 0x0200, + V4L2_CTRL_TYPE_H264_PPS = 0x0201, + V4L2_CTRL_TYPE_H264_SCALING_MATRIX = 0x0202, + V4L2_CTRL_TYPE_H264_SLICE_PARAMS = 0x0203, + V4L2_CTRL_TYPE_H264_DECODE_PARAMS = 0x0204, + V4L2_CTRL_TYPE_H264_PRED_WEIGHTS = 0x0205, + + V4L2_CTRL_TYPE_FWHT_PARAMS = 0x0220, + + V4L2_CTRL_TYPE_VP8_FRAME = 0x0240, + + V4L2_CTRL_TYPE_MPEG2_QUANTISATION = 0x0250, + V4L2_CTRL_TYPE_MPEG2_SEQUENCE = 0x0251, + V4L2_CTRL_TYPE_MPEG2_PICTURE = 0x0252, + + V4L2_CTRL_TYPE_VP9_COMPRESSED_HDR = 0x0260, + V4L2_CTRL_TYPE_VP9_FRAME = 0x0261, }; /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */ @@ -1893,6 +2105,7 @@ struct v4l2_encoder_cmd { #define V4L2_DEC_CMD_STOP (1) #define V4L2_DEC_CMD_PAUSE (2) #define V4L2_DEC_CMD_RESUME (3) +#define V4L2_DEC_CMD_FLUSH (4) /* Flags for V4L2_DEC_CMD_START */ #define V4L2_DEC_CMD_START_MUTE_AUDIO (1 << 0) @@ -2074,6 +2287,7 @@ struct v4l2_mpeg_vbi_fmt_ivtv { * this plane will be used * @bytesperline: distance in bytes between the leftmost pixels in two * adjacent lines + * @reserved: drivers and applications must zero this array */ struct v4l2_plane_pix_format { __u32 sizeimage; @@ -2092,8 +2306,10 @@ struct v4l2_plane_pix_format { * @num_planes: number of planes for this format * @flags: format flags (V4L2_PIX_FMT_FLAG_*) * @ycbcr_enc: enum v4l2_ycbcr_encoding, Y'CbCr encoding + * @hsv_enc: enum v4l2_hsv_encoding, HSV encoding * @quantization: enum v4l2_quantization, colorspace quantization * @xfer_func: enum v4l2_xfer_func, colorspace transfer function + * @reserved: drivers and applications must zero this array */ struct v4l2_pix_format_mplane { __u32 width; @@ -2118,6 +2334,7 @@ struct v4l2_pix_format_mplane { * struct v4l2_sdr_format - SDR format definition * @pixelformat: little endian four character code (fourcc) * @buffersize: maximum size in bytes required for data + * @reserved: drivers and applications must zero this array */ struct v4l2_sdr_format { __u32 pixelformat; @@ -2144,6 +2361,8 @@ struct v4l2_meta_format { * @vbi: raw VBI capture or output parameters * @sliced: sliced VBI capture or output parameters * @raw_data: placeholder for future extensions and custom formats + * @fmt: union of @pix, @pix_mp, @win, @vbi, @sliced, @sdr, @meta + * and @raw_data */ struct v4l2_format { __u32 type; @@ -2245,7 +2464,11 @@ struct v4l2_event { } u; __u32 pending; __u32 sequence; +#ifdef __KERNEL__ + struct __kernel_timespec timestamp; +#else struct timespec timestamp; +#endif __u32 id; __u32 reserved[8]; }; @@ -2311,6 +2534,10 @@ struct v4l2_dbg_chip_info { * return: number of created buffers * @memory: enum v4l2_memory; buffer memory type * @format: frame format, for which buffers are requested + * @capabilities: capabilities of this buffer type. + * @flags: additional buffer management attributes (ignored unless the + * queue has V4L2_BUF_CAP_SUPPORTS_MMAP_CACHE_HINTS capability + * and configured for MMAP streaming I/O). * @reserved: future extensions */ struct v4l2_create_buffers { @@ -2318,7 +2545,9 @@ struct v4l2_create_buffers { __u32 count; __u32 memory; struct v4l2_format format; - __u32 reserved[8]; + __u32 capabilities; + __u32 flags; + __u32 reserved[6]; }; /* @@ -2326,7 +2555,6 @@ struct v4l2_create_buffers { * */ #define VIDIOC_QUERYCAP _IOR('V', 0, struct v4l2_capability) -#define VIDIOC_RESERVED _IO('V', 1) #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format) #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format) @@ -2427,4 +2655,10 @@ struct v4l2_create_buffers { #define BASE_VIDIOC_PRIVATE 192 /* 192-255 are private */ +/* Deprecated definitions kept for backwards compatibility */ +#ifndef __KERNEL__ +#define V4L2_PIX_FMT_HM12 V4L2_PIX_FMT_NV12_16L16 +#define V4L2_PIX_FMT_SUNXI_TILED_NV12 V4L2_PIX_FMT_NV12_32L32 +#endif + #endif /* _UAPI__LINUX_VIDEODEV2_H */ diff --git a/graphics/libv4l/patches/patch-lib_libv4l1_libv4l1.c b/graphics/libv4l/patches/patch-lib_libv4l1_libv4l1.c index fca9d6a76c364..b1d30d1b91bb8 100644 --- a/graphics/libv4l/patches/patch-lib_libv4l1_libv4l1.c +++ b/graphics/libv4l/patches/patch-lib_libv4l1_libv4l1.c @@ -1,6 +1,8 @@ -$NetBSD: patch-lib_libv4l1_libv4l1.c,v 1.1 2020/09/02 09:54:33 ryoon Exp $ +$NetBSD: patch-lib_libv4l1_libv4l1.c,v 1.2 2022/05/17 11:55:23 jperkin Exp $ ---- lib/libv4l1/libv4l1.c.orig 2017-01-22 17:33:34.000000000 +0000 +Support NetBSD and SunOS. + +--- lib/libv4l1/libv4l1.c.orig 2020-05-02 12:16:20.000000000 +0000 +++ lib/libv4l1/libv4l1.c @@ -58,7 +58,7 @@ #include @@ -11,3 +13,15 @@ #include #else #include +@@ -472,7 +472,11 @@ int v4l1_dup(int fd) + int index = v4l1_get_index(fd); + + if (index == -1) ++#ifdef __sun ++ return syscall(SYS_fcntl, fd, F_DUPFD, 0); ++#else + return syscall(SYS_dup, fd); ++#endif + + devices[index].open_count++; + diff --git a/graphics/libv4l/patches/patch-lib_libv4l2_libv4l2.c b/graphics/libv4l/patches/patch-lib_libv4l2_libv4l2.c index 96832792c1652..03448ad2b759a 100644 --- a/graphics/libv4l/patches/patch-lib_libv4l2_libv4l2.c +++ b/graphics/libv4l/patches/patch-lib_libv4l2_libv4l2.c @@ -1,8 +1,22 @@ -$NetBSD: patch-lib_libv4l2_libv4l2.c,v 1.1 2020/09/02 09:54:33 ryoon Exp $ +$NetBSD: patch-lib_libv4l2_libv4l2.c,v 1.2 2022/05/17 11:55:23 jperkin Exp $ ---- lib/libv4l2/libv4l2.c.orig 2017-12-27 13:50:55.000000000 +0000 +Support SunOS. + +--- lib/libv4l2/libv4l2.c.orig 2020-05-02 12:16:20.000000000 +0000 +++ lib/libv4l2/libv4l2.c -@@ -1144,7 +1144,9 @@ int v4l2_ioctl(int fd, unsigned long int +@@ -880,7 +880,11 @@ int v4l2_dup(int fd) + int index = v4l2_get_index(fd); + + if (index == -1) ++#ifdef __sun ++ return syscall(SYS_fcntl, fd, F_DUPFD, 0); ++#else + return syscall(SYS_dup, fd); ++#endif + + devices[index].open_count++; + +@@ -1144,7 +1148,9 @@ int v4l2_ioctl(int fd, unsigned long int break; case VIDIOC_S_STD: case VIDIOC_S_INPUT: @@ -12,7 +26,7 @@ is_capture_request = 1; stream_needs_locking = 1; break; -@@ -1255,7 +1257,10 @@ no_capture_request: +@@ -1255,7 +1261,10 @@ no_capture_request: case VIDIOC_S_STD: case VIDIOC_S_INPUT: diff --git a/graphics/libv4l/patches/patch-lib_libv4l2rds_libv4l2rds.c b/graphics/libv4l/patches/patch-lib_libv4l2rds_libv4l2rds.c index 5e1c1ab359a8d..c095dcec87f0d 100644 --- a/graphics/libv4l/patches/patch-lib_libv4l2rds_libv4l2rds.c +++ b/graphics/libv4l/patches/patch-lib_libv4l2rds_libv4l2rds.c @@ -1,8 +1,10 @@ -$NetBSD: patch-lib_libv4l2rds_libv4l2rds.c,v 1.1 2020/09/02 09:54:33 ryoon Exp $ +$NetBSD: patch-lib_libv4l2rds_libv4l2rds.c,v 1.2 2022/05/17 11:55:23 jperkin Exp $ ---- lib/libv4l2rds/libv4l2rds.c.orig 2017-01-22 17:33:34.000000000 +0000 +Support NetBSD and SunOS. + +--- lib/libv4l2rds/libv4l2rds.c.orig 2020-05-14 09:23:59.000000000 +0000 +++ lib/libv4l2rds/libv4l2rds.c -@@ -27,7 +27,7 @@ +@@ -14,7 +14,7 @@ #include #include @@ -11,3 +13,16 @@ #include #else #include +@@ -1039,10 +1039,12 @@ static time_t rds_decode_mjd(const struc + new_time.tm_year = y; + /* offset (submitted by RDS) that was used to compute the local time, + * expressed in multiples of half hours, bit 5 indicates -/+ */ ++#if !defined(__sun) + if (priv_state->utc_offset & 0x20) + new_time.tm_gmtoff = -offset * 1800; + else + new_time.tm_gmtoff = offset * 1800; ++#endif + + /* convert tm struct to time_t value and return it */ + return mktime(&new_time); diff --git a/graphics/libv4l/patches/patch-lib_libv4lconvert_libv4lsyscall-priv.h b/graphics/libv4l/patches/patch-lib_libv4lconvert_libv4lsyscall-priv.h index c6472f71af42f..46bd7b141d43e 100644 --- a/graphics/libv4l/patches/patch-lib_libv4lconvert_libv4lsyscall-priv.h +++ b/graphics/libv4l/patches/patch-lib_libv4lconvert_libv4lsyscall-priv.h @@ -1,4 +1,6 @@ -$NetBSD: patch-lib_libv4lconvert_libv4lsyscall-priv.h,v 1.1 2020/09/02 09:54:33 ryoon Exp $ +$NetBSD: patch-lib_libv4lconvert_libv4lsyscall-priv.h,v 1.2 2022/05/17 11:55:23 jperkin Exp $ + +Support NetBSD and SunOS. --- lib/libv4lconvert/libv4lsyscall-priv.h.orig 2017-01-22 17:33:34.000000000 +0000 +++ lib/libv4lconvert/libv4lsyscall-priv.h @@ -15,13 +17,34 @@ #include #include #include -@@ -111,6 +110,10 @@ register_t __syscall(quad_t, ...); +@@ -72,6 +71,16 @@ + #define MMAP2_PAGE_SHIFT 0 + #endif + ++#if defined(__sun) ++#include ++#include ++#include ++#include ++#define _IOC_NR(cmd) ((cmd) & 0x100) ++#define _IOC_TYPE(cmd) 'V' /* XXX: hack */ ++#define MMAP2_PAGE_SHIFT 0 ++#endif ++ + #undef SYS_OPEN + #undef SYS_CLOSE + #undef SYS_IOCTL +@@ -111,6 +120,14 @@ register_t __syscall(quad_t, ...); #define SYS_MMAP(addr, len, prot, flags, fd, offset) \ __syscall((quad_t)SYS_mmap, (void *)(addr), (size_t)(len), \ (int)(prot), (int)(flags), (int)(fd), 0, (off_t)(offset)) +#elif defined(__NetBSD__) +#define SYS_MMAP(addr, len, prot, flags, fd, offset) \ + __syscall((quad_t)SYS_mmap, (void *)(addr), (size_t)(len), \ ++ (int)(prot), (int)(flags), (int)(fd), 0, (off_t)(offset)) ++#elif defined(__sun) ++#define SYS_MMAP(addr, len, prot, flags, fd, offset) \ ++ syscall(SYS_mmap, (void *)(addr), (size_t)(len), \ + (int)(prot), (int)(flags), (int)(fd), 0, (off_t)(offset)) #else #define SYS_MMAP(addr, len, prot, flags, fd, off) \ From bf976c86ee4a5eadb5105ee7dd3318d38091c4c9 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 12:04:30 +0000 Subject: [PATCH 0537/1154] ortp: Remove -Werror. This package could really do with an update, some of the constructs are questionable and possibly already fixed upstream. --- net/ortp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 0f89a5b729b3a..f53c65cbffdce 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2021/12/08 16:06:05 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/17 12:04:30 jperkin Exp $ # DISTNAME= ortp-0.16.1 @@ -21,6 +21,8 @@ PKGCONFIG_OVERRIDE+= ortp.pc.in CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -DBSD_COMP LDFLAGS.SunOS+= -lsocket -lnsl +BUILDLINK_TRANSFORM+= rm:-Werror + .include "options.mk" .include "../../devel/glib2/buildlink3.mk" From 2555acbb6765c27044b8c46ca3c0b0da5c779cc3 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 17 May 2022 12:08:25 +0000 Subject: [PATCH 0538/1154] ortp: update HOMEPAGE --- net/ortp/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/ortp/Makefile b/net/ortp/Makefile index f53c65cbffdce..0d12ae735c894 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2022/05/17 12:04:30 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.16 2022/05/17 12:08:25 wiz Exp $ DISTNAME= ortp-0.16.1 PKGREVISION= 10 @@ -7,7 +6,7 @@ CATEGORIES= net MASTER_SITES= http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ MAINTAINER= zul@netbsd-fr.org -HOMEPAGE= http://www.linphone.org/index.php/eng/code_review/ortp +HOMEPAGE= https://www.linphone.org/technical-corner/ortp COMMENT= Real-time Transport Protocol stack LICENSE= gnu-lgpl-v2.1 From 56bc020b7648ff1e185af7e8873c6aa495dbf59e Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 12:49:39 +0000 Subject: [PATCH 0539/1154] firefox: Update to 100.0.1 Changelog: 100.0.1: Fixed * Fixed an issue with subtitles in Picture-in-Picture mode while using Netflix (bug 1768818) * Fixed an issue where some commands were unavailable in the Picture-in-Picture window (bug 1768201) Changed * Firefox's security sandbox now blocks access to the Win32k APIs for Content Processes on Windows (bug 1767999) --- www/firefox/Makefile | 5 ++--- www/firefox/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 72bb59d0aad6c..2897fa07c3ddf 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.518 2022/05/16 14:19:23 tnn Exp $ +# $NetBSD: Makefile,v 1.519 2022/05/17 12:49:39 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 100.0 -MOZ_BRANCH_MINOR= -PKGREVISION= 1 +MOZ_BRANCH_MINOR= .1 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 78a441f951c1d..55e10a21773f9 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.466 2022/05/16 05:39:52 nia Exp $ +$NetBSD: distinfo,v 1.467 2022/05/17 12:49:39 ryoon Exp $ -BLAKE2s (firefox-100.0.source.tar.xz) = 4812f3e0fb74292ce21fa024ae27e8f3aa534b58cd0bbac8e01f67d7ccc42196 -SHA512 (firefox-100.0.source.tar.xz) = 29c56391c980209ff94c02a9aba18fe27bea188bdcbcf7fe0c0f27f61e823f4507a3ec343b27cb5285cf3901843e9cc4aca8e568beb623c4b69b7282e662b2aa -Size (firefox-100.0.source.tar.xz) = 487179576 bytes +BLAKE2s (firefox-100.0.1.source.tar.xz) = 212e49237896698dd3f04b4b536d1718870270630da00a50b31e4a131e37e27d +SHA512 (firefox-100.0.1.source.tar.xz) = 6ba09542d1573e903978f8e63f39381dcf2180219e80e7401c62c8347100d6d4a973208b8094cff07d76106636cdfef93829fff3398011fd9536dac477ef118e +Size (firefox-100.0.1.source.tar.xz) = 490127024 bytes BLAKE2s (nodejs-output-95.0.tgz) = c44b37d3605524a49157002f01c29f568f04194b0e635bc312de7ffdeb9a74c9 SHA512 (nodejs-output-95.0.tgz) = 2faf326f4e100b66f8597c365cc2eb5d0eee26aae92a7e2446891f2178041aa71ba16eae37000acacd43a657025ec11c18db73b112f5c49cc21cdb882da6d798 Size (nodejs-output-95.0.tgz) = 200627 bytes From 83beeeb310e48be542af05cf69e219cf7bde3a92 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 12:50:19 +0000 Subject: [PATCH 0540/1154] doc: Updated www/firefox to 100.0.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e0387d0fcf4c1..34248fcb218dc 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2589 2022/05/17 09:31:13 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2590 2022/05/17 12:50:19 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4005,3 +4005,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-setuptools to 62.3.0 [adam 2022-05-17] Updated sysutils/ansible-core to 2.13.0 [adam 2022-05-17] Updated sysutils/py-ansible-compat to 2.0.4 [adam 2022-05-17] + Updated www/firefox to 100.0.1 [ryoon 2022-05-17] From cdab21951b7e4e5b25171ded37ce4e8a43d0c0ac Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 12:50:43 +0000 Subject: [PATCH 0541/1154] firefox-l10n: Update to 100.0.1 * Sync with www/firefox-100.0.1. --- www/firefox-l10n/Makefile | 4 +- www/firefox-l10n/distinfo | 590 +++++++++++++++++++------------------- 2 files changed, 297 insertions(+), 297 deletions(-) diff --git a/www/firefox-l10n/Makefile b/www/firefox-l10n/Makefile index a42b755e88998..4f0c72909fe83 100644 --- a/www/firefox-l10n/Makefile +++ b/www/firefox-l10n/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.224 2022/05/13 14:13:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.225 2022/05/17 12:50:43 ryoon Exp $ -FIREFOX_VER= 100.0 +FIREFOX_VER= 100.0.1 PKGNAME= firefox-l10n-${FIREFOX_VER:S/b/beta/:S/esr//} DISTNAME= # empty CATEGORIES= www diff --git a/www/firefox-l10n/distinfo b/www/firefox-l10n/distinfo index 101c211851ec7..057c87c73e3f6 100644 --- a/www/firefox-l10n/distinfo +++ b/www/firefox-l10n/distinfo @@ -1,296 +1,296 @@ -$NetBSD: distinfo,v 1.207 2022/05/13 14:13:55 ryoon Exp $ +$NetBSD: distinfo,v 1.208 2022/05/17 12:50:43 ryoon Exp $ -BLAKE2s (firefox-l10n-100.0/ach.xpi) = 7bb1aa07e2e5661a5becd031673662ce0c969d393e4eafa7b0362eb35a7a6ae3 -SHA512 (firefox-l10n-100.0/ach.xpi) = bfcf45a0fc2ecb6bf80d90b20e627900832e9b270c5a330f76e9fedef2dae723c3f1fcee8056e2718c95f87ce5d23b8aba3535941165fe066dbb7c9218697bae -Size (firefox-l10n-100.0/ach.xpi) = 448897 bytes -BLAKE2s (firefox-l10n-100.0/af.xpi) = b5d55e908a398269428f99cc4a03b3e9384c8b186861619c695ea1478300afd8 -SHA512 (firefox-l10n-100.0/af.xpi) = 0cdaae26ac25bd1760a87d723620ca01fbb6c859c1d3759842734f2dd540555d1e5b8248b66dc35aeef62ff3e6abd12eb881c7931a5cfffdfa343fbbe3744d09 -Size (firefox-l10n-100.0/af.xpi) = 415226 bytes -BLAKE2s (firefox-l10n-100.0/an.xpi) = 9a279a8b097f107e47eb854a3b7f4317718f7721d09bbe876975a26bac92c4ad -SHA512 (firefox-l10n-100.0/an.xpi) = 01cb2d0da1f3ed9571156c708eb3d853cbf3196a7f7a90b1f3cdf3a392a893a2f2263b80f7f09fde23e23958df77a760695b15bee4f34bb4af42a8656348078d -Size (firefox-l10n-100.0/an.xpi) = 495500 bytes -BLAKE2s (firefox-l10n-100.0/ar.xpi) = b876e882f2117f8d3f2f4c034579db564ef9f3ae93c8e1ca1b355f5c6115a78c -SHA512 (firefox-l10n-100.0/ar.xpi) = aad8936ce43af08aa19a375e0d3be9f04d6f78e8232eaad2d3e5936a36cd2aee5529b4a1abf93edf34dd5f46578b3f8f90afd403e87bcc66f61d35851cf12eab -Size (firefox-l10n-100.0/ar.xpi) = 564886 bytes -BLAKE2s (firefox-l10n-100.0/ast.xpi) = f52b5bec47d1db87c52e05a267198b8d1d38109d6033e5a53a7a8374c90acb87 -SHA512 (firefox-l10n-100.0/ast.xpi) = 4e00aa27314529c4eb2897827fad42d037688224db5223c4e0a5c49b571a61ba8acbab8c55cbb7c6df501ef77688451641bebe86a599c7bbecdca2e9cc2168b9 -Size (firefox-l10n-100.0/ast.xpi) = 493304 bytes -BLAKE2s (firefox-l10n-100.0/az.xpi) = 82d00b185449247295aa27e2ba2e95535dd0b5c7665729c125fba46f48140320 -SHA512 (firefox-l10n-100.0/az.xpi) = fabd11253fb255f46633612959b5b97981d8ef67b2ad4fb5e54bec4f6e6ac13ee6bf317081db2454c810a7e842c4b437a899f16d89bcb53c1d20da1a1c3aa5de -Size (firefox-l10n-100.0/az.xpi) = 484092 bytes -BLAKE2s (firefox-l10n-100.0/be.xpi) = 579c2bf41eac3ca5974e4be5191b8665f8ce4032f37c4da94fa949b553b76bf4 -SHA512 (firefox-l10n-100.0/be.xpi) = 2c7030822c1be57200fdc670a7b74e225cdc092522d6f77b6047cebad9a8077054ea47edfcfd86bfc0091e5c540a8833aadf8b605dca0988c99d1cf2cf6e1d2b -Size (firefox-l10n-100.0/be.xpi) = 628696 bytes -BLAKE2s (firefox-l10n-100.0/bg.xpi) = d663b118bd80344ca1239775c4ece57b340627ce7d58e6fd098bd724e0a8f2fe -SHA512 (firefox-l10n-100.0/bg.xpi) = 29c7da2b92793481b8f1a0e81e7639cab51e1f1bab9ca4b9a4b788a679d4fd91f7d42c65bff122d0404ca8006579f3d503467df5e76cf6113ed3e805c01d1d74 -Size (firefox-l10n-100.0/bg.xpi) = 566785 bytes -BLAKE2s (firefox-l10n-100.0/bn.xpi) = e8b4929a47d45e799775dd975e11032ad71915d1f5e61dd2e8cb8780371cd42f -SHA512 (firefox-l10n-100.0/bn.xpi) = 107f23f8b82778a068c57e93512346c75a645ef47dba17e76794ca88affb649e79c5434fe547f79b5e68739174a272e011fa75582ef544df45cfd16f44907638 -Size (firefox-l10n-100.0/bn.xpi) = 554540 bytes -BLAKE2s (firefox-l10n-100.0/br.xpi) = 8d91df7d64d3d65d99e0e6a9f6abf6f61625339b6b89390cccc1a4dab753e183 -SHA512 (firefox-l10n-100.0/br.xpi) = bf1ecd65cac7a7a65f0b9f52ba128f77983fdc0a2f091a76ee20695527d6a93b431d177e923e35c144f4e29feccd60ee1e828d1ff0c3bad140cb22472e0ebc40 -Size (firefox-l10n-100.0/br.xpi) = 530611 bytes -BLAKE2s (firefox-l10n-100.0/bs.xpi) = 2f94a038e1efaecbd219cbf10f82eb6d4604ef3e481163a8d9b6515ec9fed826 -SHA512 (firefox-l10n-100.0/bs.xpi) = 57d2fc336efa1c93b27d3712dcdee8a0046376c4011fe5f5d020044f26c97b49b5036c4e80609be5aabe90851f2031b1e2f7b1ecb6c25d3816da7c02ae086656 -Size (firefox-l10n-100.0/bs.xpi) = 459035 bytes -BLAKE2s (firefox-l10n-100.0/ca-valencia.xpi) = d4386bce1d9a3a9667ec7ebd8404ed63b9ddf320fd1fb8af16aa8094e94ae3a8 -SHA512 (firefox-l10n-100.0/ca-valencia.xpi) = 4fad1577b9ff61d3956d52dcc2cd672a256d18616b8530b67c052d5e025f777cfd72242aec66416dc5fada74a8a97611c94111d3720c352f78ac3c0437a10954 -Size (firefox-l10n-100.0/ca-valencia.xpi) = 536445 bytes -BLAKE2s (firefox-l10n-100.0/ca.xpi) = e465bdb79884715c511ccf91b5eeeb321b69e8fad64fbd61d5424e21519610d2 -SHA512 (firefox-l10n-100.0/ca.xpi) = 1c0052db74e50bcdeb394d57f33289a75d1bb495c78ea6d1483ddb1b0f18c4bd25018e76dfabedc501ee3303f426cb51358ef091ff64fd8715bfab68666959de -Size (firefox-l10n-100.0/ca.xpi) = 530200 bytes -BLAKE2s (firefox-l10n-100.0/cak.xpi) = 21210e4a6b24bab4bf45724fd8cca80b14f3fb5d3dc0fddd9d3c74184dac6280 -SHA512 (firefox-l10n-100.0/cak.xpi) = f106e6b8d898f2046a0edfc41eb2782d8436fd14b1489442e6eb78c855128f37b4dd2de826462a9c44502fe3c795308511d97085912ef90e1f66309636dc67a5 -Size (firefox-l10n-100.0/cak.xpi) = 553417 bytes -BLAKE2s (firefox-l10n-100.0/cs.xpi) = 0ae6c24625910dd1a5a40ccb32034f9aef5fca3d1684ab8fcadd60c5b8243a86 -SHA512 (firefox-l10n-100.0/cs.xpi) = 8c922e0433fd28f3e912be552ee93b25dfb3cb054237a9220a6523c9e765a97c7b5bb0dd4ef801bca773b47be31f777bdf103491776307e89e453453fbe7eff5 -Size (firefox-l10n-100.0/cs.xpi) = 570159 bytes -BLAKE2s (firefox-l10n-100.0/cy.xpi) = 8f46e17a35f93d5b965cf38bb052b47c715ba7b70d08b62c0329d854a50c4575 -SHA512 (firefox-l10n-100.0/cy.xpi) = 8b975b20a7c422dc798382f83c0ca5217640e4deb5c9a0a64c3e578fff4afa1373c67e7dd32c5d5e8704741df44a00c9eaca83b61291613061775a3d9c9ff659 -Size (firefox-l10n-100.0/cy.xpi) = 546995 bytes -BLAKE2s (firefox-l10n-100.0/da.xpi) = 0ee7e4bce00a46ca2de496eb7b60c0c4e843c45eb38c3f5bb71e08e9d3c2be76 -SHA512 (firefox-l10n-100.0/da.xpi) = 98d9ae3974f1fb1f9b720a2a11d2405e5a3a84162a028a74982a98b9c3a9485851074489f8e1ef254891e399c0b403924c9672bea30f69647de21a6c9d99736e -Size (firefox-l10n-100.0/da.xpi) = 538817 bytes -BLAKE2s (firefox-l10n-100.0/de.xpi) = d5d2f07ddd0a5cdc0da241f2cd51b3fb8b116dddfb48d15e272db28d151dbef2 -SHA512 (firefox-l10n-100.0/de.xpi) = f95b347b6d127c81402e706c02100a51a22a2a4ecde33a0cc267ba6831fc5c58e875b20a3f986cb11c23f90d9036d3ac56341d028f27a92363f311c652d89afe -Size (firefox-l10n-100.0/de.xpi) = 558692 bytes -BLAKE2s (firefox-l10n-100.0/dsb.xpi) = 983f38375d49a7fc4ad518aed98b70c02e9bc421bd4c5331839d7f14b36f7a99 -SHA512 (firefox-l10n-100.0/dsb.xpi) = a00a95f3381f401505c30e7a7f5536b98a7014029d06922cf1eb69d03215610b7d946cfa95ba47184908909a0e15821711ca0b13dfabb6db646dbd63583dc87a -Size (firefox-l10n-100.0/dsb.xpi) = 571795 bytes -BLAKE2s (firefox-l10n-100.0/el.xpi) = 400108db511ed69fd6cdc6dd95b5d9278bf825ea122e24fd83dc45e9fed32fdd -SHA512 (firefox-l10n-100.0/el.xpi) = 474e36968fee9a21fde283a8ec1185ed0f458e750c393e54f5bdead72138eeea3f7f4ea4775897332cd8b109e4fc8fa14f2b28a984571c7afaa15585e55adcee -Size (firefox-l10n-100.0/el.xpi) = 645056 bytes -BLAKE2s (firefox-l10n-100.0/en-CA.xpi) = 82a6f6dcaa0765754cc7886d04b5f3443f2ea2ca5f40bc0eaaade164073afdb2 -SHA512 (firefox-l10n-100.0/en-CA.xpi) = 27755999431373341c4ab049aad1745f8158232266c78a87b9b8f4d2b0c78bcc2eea61b6dee9ebb7e48ef687d73002bcf37d656112cca295a471aebacaae905f -Size (firefox-l10n-100.0/en-CA.xpi) = 514207 bytes -BLAKE2s (firefox-l10n-100.0/en-GB.xpi) = 0a5e704ee5d9f807cb9ebc44461a30809360e051d0e5e1259f2625a2469bddcc -SHA512 (firefox-l10n-100.0/en-GB.xpi) = 4af7681303d437ee94ae0574c18929710925589a7be8e3034a01760518d7d5a6bbda68bf9a5bb081bc93af821a1d242e07bb5235fd559a970e59862e1012f82a -Size (firefox-l10n-100.0/en-GB.xpi) = 514698 bytes -BLAKE2s (firefox-l10n-100.0/en-US.xpi) = 45dac4fbe3934b38a60b359142666be70ddbd9e5fa500ec0dd0b3c90407ef5e5 -SHA512 (firefox-l10n-100.0/en-US.xpi) = ce059a442fea67e4b9cf8ad3120577d20b5b75d27303e9119ec5179047394e3a5295e19a073d68d345fa2870b0c93d14016df98c63fb3d136a4c040d45179832 -Size (firefox-l10n-100.0/en-US.xpi) = 495743 bytes -BLAKE2s (firefox-l10n-100.0/eo.xpi) = 83def039a9f8c39cf09fd339a0d8b054a65a94665eee44d8d0dd37da670e4d04 -SHA512 (firefox-l10n-100.0/eo.xpi) = 0344de8764cc14e2b21e97e3e9e82312e592f95bf057481d25229d41504f9ffdbe2f0c18db47259830efdf0a47905f50fcd52be5e4deb9e6185c1e879e4a1d4a -Size (firefox-l10n-100.0/eo.xpi) = 540865 bytes -BLAKE2s (firefox-l10n-100.0/es-AR.xpi) = 37e6abd3d0459395c7dc259529b5449b80c3e4efa52800f9ed0073ed6bab810b -SHA512 (firefox-l10n-100.0/es-AR.xpi) = f3c5fe155f02639bdad39c6592920b8c343e9500d3a801a8715785add45f3058e5bba8aa67265eb69a6550eae77c57da32b30bdbce326c4021fbd42603829e9e -Size (firefox-l10n-100.0/es-AR.xpi) = 551765 bytes -BLAKE2s (firefox-l10n-100.0/es-CL.xpi) = 06edc0663c112365153ef68f53bfcd9094b49e43b005ab3d6d06dcd9a29260a5 -SHA512 (firefox-l10n-100.0/es-CL.xpi) = 6400b5a47d01d5a4e0b6170ea86b1f8540b0bbb321368699a0bfb779e977e98ea11fc33edb3d7220af97eae7fedd0307b16a3925ddcaff95c5575b61e136fe0a -Size (firefox-l10n-100.0/es-CL.xpi) = 550976 bytes -BLAKE2s (firefox-l10n-100.0/es-ES.xpi) = 68b1daa9d4d491090956ce6c8801641de49b7dc1d0889598f3d28409458ad723 -SHA512 (firefox-l10n-100.0/es-ES.xpi) = 7cfb1bdb53401e50f2f657d916b63750f55643ccc315da56f3aee60b0a6e22927b715014a91b288651f100461cddd32ad7f4f7974d4e7d5d4a94a86f0bee033c -Size (firefox-l10n-100.0/es-ES.xpi) = 542252 bytes -BLAKE2s (firefox-l10n-100.0/es-MX.xpi) = c8a90c92a5d5845f59c39f073b046bcdc43e5105e048e48163898b23f0d8b3ef -SHA512 (firefox-l10n-100.0/es-MX.xpi) = 0d3ead5dc58485ae41d7300e19bb25bc7cf04a1d7a0c15acdfc97aca4db326b513dea8583397f999392a24aa6a48f696c396340df0f80232f7f53703e0c2b43d -Size (firefox-l10n-100.0/es-MX.xpi) = 555131 bytes -BLAKE2s (firefox-l10n-100.0/et.xpi) = dabc6a90f28c249235cd7a6a6d0ac02306416578b1c8786a41f565bbbd235d0f -SHA512 (firefox-l10n-100.0/et.xpi) = b4195ce5e0aea78e03bb9f56a84fe0427ca0b04d651e486bedd869a83f58a69eecc555e947bbaa91ec4496b3d57773c526b388b394f303499915cc07f8bcdccf -Size (firefox-l10n-100.0/et.xpi) = 532701 bytes -BLAKE2s (firefox-l10n-100.0/eu.xpi) = bf4bd623d86d1a977134f9c1f9829ad35ef119231aba402d3e30a5a632a5813e -SHA512 (firefox-l10n-100.0/eu.xpi) = cf587cf27280ec80ed4bea965451a3b4f67c2509fca8bdf1985787ccd870944d72d52059b7777e52fc7e8a7ae07f1a0759c8bf73ed778e42e9db5b62c2362ce0 -Size (firefox-l10n-100.0/eu.xpi) = 541413 bytes -BLAKE2s (firefox-l10n-100.0/fa.xpi) = 76f255302bf6dc026c39fc0700f8e900fd55e406546e2713c36ce9b4873f0729 -SHA512 (firefox-l10n-100.0/fa.xpi) = b4909bad5a4c4dd692ca6ab2e106152dbfd5b059deb3119c328ebf8232705e4a577ff8a7865189ff54763605feab2adde2232ba2d5a41ea87920fd057a149d67 -Size (firefox-l10n-100.0/fa.xpi) = 561338 bytes -BLAKE2s (firefox-l10n-100.0/ff.xpi) = 6935d6b80b80e0dcb1d887ed72d21318d8d64a5d17e9a22663e0b67801cd7c26 -SHA512 (firefox-l10n-100.0/ff.xpi) = a39efa94171d7dbb7938cf10c791a3dd039a6cc06753a3ab55fb31c0c6dbc27b33905f31116f0601c2609741e19660afe703382e0d77d0031d1c7887127c63bb -Size (firefox-l10n-100.0/ff.xpi) = 468200 bytes -BLAKE2s (firefox-l10n-100.0/fi.xpi) = ec5248db653386a9061c15a554bfc66103da257c243e03f6e7aa7a3363f987b4 -SHA512 (firefox-l10n-100.0/fi.xpi) = 5410b5d02ebe44f2edd58fc66d067996dd2df5b56284ebe9ab8464672fcf651643c76f8e8952047d8217205103590151af4f978987fa9926a01c5091788c68fb -Size (firefox-l10n-100.0/fi.xpi) = 535250 bytes -BLAKE2s (firefox-l10n-100.0/fr.xpi) = b60c1c8d1a515425d39cebf412bab99b80722673bd9f0765ed684eb30f7c5e36 -SHA512 (firefox-l10n-100.0/fr.xpi) = 9dd9658d6fb25835e4a36b0bd2100f3a5acd2ebcc2305c2477e1736a3d960acec5f60bcd14d389071d6c9adb3ea2fc2f5f93753c420350eedbfcd95e3efc4961 -Size (firefox-l10n-100.0/fr.xpi) = 562950 bytes -BLAKE2s (firefox-l10n-100.0/fy-NL.xpi) = 73b33c2c299b3726a045e8bccbe4c94a120e531a5d48e1bc3ea88c5263f52cfc -SHA512 (firefox-l10n-100.0/fy-NL.xpi) = 9d646abaa1e0fe5db8b3ff6870c403fcf7e00cf8c67ec9a79da4e81deb4bf2e6171fdb831c3ff18e0b93646e2a880e671f104d0146040aa24a07fbad830ae163 -Size (firefox-l10n-100.0/fy-NL.xpi) = 548097 bytes -BLAKE2s (firefox-l10n-100.0/ga-IE.xpi) = 49f463350caaaa5af0fc8ea841bc97e1e8e072730ed8e1fdffa41051512f194d -SHA512 (firefox-l10n-100.0/ga-IE.xpi) = f8c7eb7221bcd35b40d558e8707a62e6badb6090c99c4f1733ddb97699063ce41dcbaae5dd4c0bb41ecb25dd9fdc6590c70a2917bcbc5b1c4fbbc90f93ad4615 -Size (firefox-l10n-100.0/ga-IE.xpi) = 465449 bytes -BLAKE2s (firefox-l10n-100.0/gd.xpi) = dadd25094a777747263b63543d25b460aa64c273adfbcf5d2f9d9cee622bdb7d -SHA512 (firefox-l10n-100.0/gd.xpi) = 4fb28a6d64a3d72d2c2347900696663b311e31fc05072ddd9ff135becb9ffcb1ac94caeb63696a251028c675695dd1fe17ae2511b1f78ae4a9fd3300f14d8d05 -Size (firefox-l10n-100.0/gd.xpi) = 528984 bytes -BLAKE2s (firefox-l10n-100.0/gl.xpi) = 54adf56462d316f647ca0c09dd2561937f28000613edfaf3e6c0c1e2555c82a4 -SHA512 (firefox-l10n-100.0/gl.xpi) = df29d8e60e4fa0a9ba2f8fd98ae4970c070c45818cf77e961b4490e6e86349efae02f62a21a5460086b6a765b7081110726283f1c0dfad259da27fa469d2e534 -Size (firefox-l10n-100.0/gl.xpi) = 542249 bytes -BLAKE2s (firefox-l10n-100.0/gn.xpi) = fe416472dcf88100a834e34077a4b7c3e843d78336fae905e27eb8697a165060 -SHA512 (firefox-l10n-100.0/gn.xpi) = 7c14a4fdbcfd721901036bdc3fa226c48d4305c8f7c851932591abf0a39af1290c6e78202964fe736e2a23fe79d05d6ccb1f29ad7b4d051a8594c841b643fbde -Size (firefox-l10n-100.0/gn.xpi) = 563265 bytes -BLAKE2s (firefox-l10n-100.0/gu-IN.xpi) = ba07c9f05710ee7b3c140524ab5adaa56afcdc033957ddcd1f9885340dac82b4 -SHA512 (firefox-l10n-100.0/gu-IN.xpi) = 7fb5dc80b162bbec6f90c39da0e464ae28f29fb94c084a09683d481e161225febbaa5c67c5084d80df90f0d03738d76009438e83ad4a17dd51e59b6e958e6582 -Size (firefox-l10n-100.0/gu-IN.xpi) = 525537 bytes -BLAKE2s (firefox-l10n-100.0/he.xpi) = a9e3fb7be68597e312bd3465f62525209cdf7928c3440d8dad9dca342a36ec81 -SHA512 (firefox-l10n-100.0/he.xpi) = 2f79b605243a7d9a988891e8fdb24b4e8d9f5bf0e355b35d2ccd7037756ebc6cf9f7736c77022719008a535bdbe7d1f6150e738c1f0c8a2e119a6b96d47d8b2d -Size (firefox-l10n-100.0/he.xpi) = 561896 bytes -BLAKE2s (firefox-l10n-100.0/hi-IN.xpi) = ec653e60c5b0fbbefec688b7f1feffc40d1f2a86b776f56ca501c9cfd4b13036 -SHA512 (firefox-l10n-100.0/hi-IN.xpi) = d633285dd480d8913d365c875e16b98b417bdd827e97edba176d86f35676f5821093a6b6a7a67096d4cb29e1930fa188f7bb7df8b11ebf5fa111db89e9d1d2c0 -Size (firefox-l10n-100.0/hi-IN.xpi) = 556335 bytes -BLAKE2s (firefox-l10n-100.0/hr.xpi) = 2c7b44b3fe9f289eea6b6360d5b96c496effe8380ebf299d2b0b99b89cb18dc5 -SHA512 (firefox-l10n-100.0/hr.xpi) = 7a2290d9e7509684f2c5ba3f08a6e7e49301de3721d3e29899c1d7c29dd49a822556c686506bd90009555832823a097a4ee527121210e97b7691d79af863d25a -Size (firefox-l10n-100.0/hr.xpi) = 530205 bytes -BLAKE2s (firefox-l10n-100.0/hsb.xpi) = 5361a07d1987baf28cfb959df0ad4c99ec7c205aa5248f985f8bd8fc0c80998f -SHA512 (firefox-l10n-100.0/hsb.xpi) = 8859d3aa9235e9f51e8b6e07b11166150ac9a31f36f127ada992766f8f730d1761bb516762506d7bffced68584e1e043eb6a6b6dd408e4ff406069152a028425 -Size (firefox-l10n-100.0/hsb.xpi) = 567858 bytes -BLAKE2s (firefox-l10n-100.0/hu.xpi) = b2d0244213e34e046d472b046b5d7ccc1e837e09e5f7f7bd5da603ee85dc1f12 -SHA512 (firefox-l10n-100.0/hu.xpi) = a3c61eac82b44ea7a261a30e82c46559a15baff5aab5d02cb63a335238c5c0880ec22dd9e952335cc8081d528d3dc5c6c86d7c4337ac62cde81fe21f10ff3aba -Size (firefox-l10n-100.0/hu.xpi) = 571161 bytes -BLAKE2s (firefox-l10n-100.0/hy-AM.xpi) = 69c966a61a336d46031f7df275e56c7e89daff99107c73bc34d9dfe808ea9184 -SHA512 (firefox-l10n-100.0/hy-AM.xpi) = c5a805fe798939397c5727dca69b4112ecc21218307f5333275b3e144ff784bd85264a779d73e7bca46b1b8100ac2eb5dd71f5007525ebc61f68e6774862099f -Size (firefox-l10n-100.0/hy-AM.xpi) = 580138 bytes -BLAKE2s (firefox-l10n-100.0/ia.xpi) = 0edc30038fa6aaa8f1ea7725f316ce8e685aad944a291d0263115d33c8d21c25 -SHA512 (firefox-l10n-100.0/ia.xpi) = 46d8427096bc8e002e42977d5f00fd90a6b56dbe1059c0704744abcd3a0dddb571f8d2bd7c5af331fb8c42c3ac6fd33ead4bbef46150704e4eb677e4e8d924e7 -Size (firefox-l10n-100.0/ia.xpi) = 537112 bytes -BLAKE2s (firefox-l10n-100.0/id.xpi) = 7069bb8d41c4c1b06ccd9eea3739a510fc173425603ca0a9f978278b16b8f510 -SHA512 (firefox-l10n-100.0/id.xpi) = 3b5f350f833d73010ae1dd7decc73b1c4262aac28c90a82478b7a93a368aa4149ed25d78f02fe2c1f25bda3de7a06468f87c6a50dd15ba1171930cf32599be70 -Size (firefox-l10n-100.0/id.xpi) = 533688 bytes -BLAKE2s (firefox-l10n-100.0/is.xpi) = a7b0a3e7c8f7c2c1693d216abb2552a9cba396506c5e58e6793217a117235564 -SHA512 (firefox-l10n-100.0/is.xpi) = 06a5fc83219ba165bb39e15bb1abf0eca61cc374570bae32db141d2b63e49a1f816c3fdc5a472b26731bcd91fdabbf65a53b266d3d93ddeaa7bcbd65cb5abd27 -Size (firefox-l10n-100.0/is.xpi) = 540509 bytes -BLAKE2s (firefox-l10n-100.0/it.xpi) = 476da651d635d71403b547d0b64c4be406279abc60c00f9be5084897231bc045 -SHA512 (firefox-l10n-100.0/it.xpi) = 2a61e5cec4f5abe10857f1634373aa85e12208e37b5581e9b71d61f8f53ee936b0bb5e538611046995348ddcc41f689f3fab9fccfaf8726a9f7d05ddeebc952a -Size (firefox-l10n-100.0/it.xpi) = 464283 bytes -BLAKE2s (firefox-l10n-100.0/ja.xpi) = cf11af38651b3c46bb6a07c5ca1c8a2fc11c68492901bf1a85f49bd5446337a1 -SHA512 (firefox-l10n-100.0/ja.xpi) = ec31ec41e8e84edbaf8d4aed3ec283252b9ed781a6e91937e5a4fee92bd03488b2a1982f459abe16d95d2742c684e663fc82ff8e54ee01844db85c7d5578a15a -Size (firefox-l10n-100.0/ja.xpi) = 593327 bytes -BLAKE2s (firefox-l10n-100.0/ka.xpi) = f7503f9799d6ee3d25f78b941e11efa265377a021fe00c4b3ce9c1c8b94fe07f -SHA512 (firefox-l10n-100.0/ka.xpi) = 7d167bcbeff718c948b565de814890de76d0b39d302319a9f4f6c75955a216ac98e4ce9d1834cc99b30916c1e4be2f9af55e98def1a2857c2464f6ad006ee4df -Size (firefox-l10n-100.0/ka.xpi) = 596389 bytes -BLAKE2s (firefox-l10n-100.0/kab.xpi) = bbca39afc0b98331f028e59b124db165219e904da96f2158afe7f30cca031c96 -SHA512 (firefox-l10n-100.0/kab.xpi) = a27f73bedec56fa021b36ce02e312a8b376900d2c6ad83a2bafef9e6d0f2a98eeb459b8b1844b5b666ea52e5a2f943a28acf3d40592e95943929cdb7a71df59b -Size (firefox-l10n-100.0/kab.xpi) = 556388 bytes -BLAKE2s (firefox-l10n-100.0/kk.xpi) = 447a4beb834ceb9c437401062f135822b11c2a6c7a46eca2ae45b514ca3727a8 -SHA512 (firefox-l10n-100.0/kk.xpi) = 0e2d3f417038dfec89b74a868352fc460150bac1cb42ecfdf140eec09dc7760d43cd9fe637e6c224318addaf805baf902e8fcecfeff1a8562fa03ed22c5d3b0b -Size (firefox-l10n-100.0/kk.xpi) = 619239 bytes -BLAKE2s (firefox-l10n-100.0/km.xpi) = 0c768049779e2d857ad3c7b05f314ce7cf3fb753663c40122ec1946a3aca3b94 -SHA512 (firefox-l10n-100.0/km.xpi) = 978a0eaae3fb66a34e63088e897977536143549a5af4b3519bd5ae71bc6848f279b4091fb6dfca9ce566ce93dd724f1566f75b7a45a241535e1b2f600eb55388 -Size (firefox-l10n-100.0/km.xpi) = 525496 bytes -BLAKE2s (firefox-l10n-100.0/kn.xpi) = f55fd2e9e28fe76b76b33df2765513cceeb1e0eb326e49e08f4cc7b70c8c20c7 -SHA512 (firefox-l10n-100.0/kn.xpi) = 737fcdb7db76901bc7d82785e4895b0de0e010751c624cf366487aa1479ef679c741eec6757a9c9c2a5ef57ef710cdfa7b7d076f419958a2efc707e8998f7b8f -Size (firefox-l10n-100.0/kn.xpi) = 491374 bytes -BLAKE2s (firefox-l10n-100.0/ko.xpi) = 18ac4f64c86ce3aa1270c72763569e7710452f756d6af11b3576424675b6ac02 -SHA512 (firefox-l10n-100.0/ko.xpi) = 1a193190a9832f083f1cd99a39376cbff70a891a85bceddd8ea8b6fc46a263c1125731934ff5055db042a2bf716a1003fe631ec75b3b3bc576a6b0d0228901f2 -Size (firefox-l10n-100.0/ko.xpi) = 584519 bytes -BLAKE2s (firefox-l10n-100.0/lij.xpi) = fe627f337d33b2547da3573268c205f6951cb34d03edb001ab7889f309637184 -SHA512 (firefox-l10n-100.0/lij.xpi) = cdb6e50f3e79179e05649072b3883f003f8bc47cdbbd89ece73d2aa5bb0d7ae64e0a80d396ebe0fe2af66e305685e7e8496d3701f80c0ad75a799c018e205918 -Size (firefox-l10n-100.0/lij.xpi) = 466987 bytes -BLAKE2s (firefox-l10n-100.0/lt.xpi) = 4c3741474c0328eb8316b77ddd96d3b5e894d91d8f19bf3efc648327daf0b336 -SHA512 (firefox-l10n-100.0/lt.xpi) = be40fecd9f6f69653e3ae2d72f949be6bfd0bcac87c2ffe4924715273d59ba419364111e8f7b18c6567178b2d2190cdcc928028c816307c31837f7c60b205927 -Size (firefox-l10n-100.0/lt.xpi) = 560142 bytes -BLAKE2s (firefox-l10n-100.0/lv.xpi) = 5acb3ad911bd9f8d299ef6bfa7ebcffba066b2ba665373f8f80eb6e079e2967f -SHA512 (firefox-l10n-100.0/lv.xpi) = ac93ca577072dacf28ae7d24284a0048201daf9637e3afaa4804e89c5fbec05c7503aa3376fb1a18285b176cb8830bcc57e0b863bde79e06250c2f821b00938b -Size (firefox-l10n-100.0/lv.xpi) = 459192 bytes -BLAKE2s (firefox-l10n-100.0/mk.xpi) = aecb7d8a48f18fc03dcc20aa75842df7bcb6cc6075be37a922752e2d4389226c -SHA512 (firefox-l10n-100.0/mk.xpi) = 7da54a68bbea90114008b74ff4fb251ca5ba495568574cd8e63402258a687310ad46561715a09e1a8b55481bb3648e2f8956fd82cedf0aaf54639bc0dbdbf48c -Size (firefox-l10n-100.0/mk.xpi) = 468292 bytes -BLAKE2s (firefox-l10n-100.0/mr.xpi) = 118a53ba4526dc4788c2cc17b66f0cc0a40f7050b51b3b8dbd98d0c6ab88904e -SHA512 (firefox-l10n-100.0/mr.xpi) = 699748ec01d494e63566caf55b481387b6e1ec3662db5c7e8c804bcac5f21fdbb4b4962ba4bd200f83e04854cd13d1a57029c18e89c34562096c2514b10c09ff -Size (firefox-l10n-100.0/mr.xpi) = 528155 bytes -BLAKE2s (firefox-l10n-100.0/ms.xpi) = 6acf29c78ba7eaf29515e067878425cc85cea00a04247e212a824aff181ab9b5 -SHA512 (firefox-l10n-100.0/ms.xpi) = 03e91cd8b4d89d8b79f938be0ed3fca3ee656ea8b0f723028a737c1ee5e8db507b526bbfa1cbb9dbac9c8c130831e6fe72bc4f09e656037cec95f2b358844b29 -Size (firefox-l10n-100.0/ms.xpi) = 444154 bytes -BLAKE2s (firefox-l10n-100.0/my.xpi) = e58b61e97bc7489e2351707c7d6933222b83b67bff910a8a32c217459490c69c -SHA512 (firefox-l10n-100.0/my.xpi) = c45402e3486a438cdea1f48b79d1f569edcf10554da0fff12f49a9ec8220767ccbb28444eeba237899ae5a6cf3ee29257c00093fcf6b44d3f88f6f7a22fe0daa -Size (firefox-l10n-100.0/my.xpi) = 507353 bytes -BLAKE2s (firefox-l10n-100.0/nb-NO.xpi) = d03943839f2dad2021909b08754d742c1f618a508fc88ae6f5916cef3157f268 -SHA512 (firefox-l10n-100.0/nb-NO.xpi) = 0c9c87cb189b5f24c4ebf60543df0fbc57f25293ec20de114306946cb4fd55268c334929a3713a26765d502ee5c4dcea5d45f88d4ae2c0ac92963022a8bde7b8 -Size (firefox-l10n-100.0/nb-NO.xpi) = 533774 bytes -BLAKE2s (firefox-l10n-100.0/ne-NP.xpi) = f8ade5d039ac28f282e949a888012872f4363e4b483deace80bfee0b9352ebe4 -SHA512 (firefox-l10n-100.0/ne-NP.xpi) = be6f9da98f5760562ec301571843ec8e45ed4f1eb9ef5c4c56e7e2c0a9ae3dbb1964fc1927bc38bbb408b0f1e1830ec764fec9f13941b79cd940cfaf66f10a02 -Size (firefox-l10n-100.0/ne-NP.xpi) = 482563 bytes -BLAKE2s (firefox-l10n-100.0/nl.xpi) = ac5093f3b4db2a8f3a6d28199b542ed5f25f85ae69cecc98b07a6b851b2d9211 -SHA512 (firefox-l10n-100.0/nl.xpi) = fa6eaec795c58df8b2953bcc1a1c4fd6729871ccbe9d0350dc4c2502cb50d705d8082a900fbb710be70144d6458006fb99edfe055ce7912df3366cfe87b60662 -Size (firefox-l10n-100.0/nl.xpi) = 542303 bytes -BLAKE2s (firefox-l10n-100.0/nn-NO.xpi) = c44f4b33ad937998aa1e705d20405bda4bcf953d44f14c68b46472b448eafe4b -SHA512 (firefox-l10n-100.0/nn-NO.xpi) = 4c85500ca8151f05f6042d173f4c85545d93992f36e888c4620da82302f6903c39b15d64aef34e939d83ff26aac25e734da558875b9e7050592a4b26e02af277 -Size (firefox-l10n-100.0/nn-NO.xpi) = 536149 bytes -BLAKE2s (firefox-l10n-100.0/oc.xpi) = b2d5b519ac84fa93b7438ce70abb0176588757d231ca453692fb70961e334c7b -SHA512 (firefox-l10n-100.0/oc.xpi) = 29990f7e2faae9759eb230bc805d1084f5107813ac71d93aac7186fd5cda29095b2761a0319792b6c3fdb6714c44a53e80fb73918d830c771ec8dd14c8197b8e -Size (firefox-l10n-100.0/oc.xpi) = 556893 bytes -BLAKE2s (firefox-l10n-100.0/pa-IN.xpi) = 70c244d980692c8994f11d1a3dfee50f5fb762b96c2269d30985f2566ddc024b -SHA512 (firefox-l10n-100.0/pa-IN.xpi) = 88e16d3402961bd4673a16e66702e6a6a09c5fdbcec6e915020c575c9b717a3de333cab8eb03878a824befd6cf70aef10c773dfc361a06dc6a919c15ce56268c -Size (firefox-l10n-100.0/pa-IN.xpi) = 600276 bytes -BLAKE2s (firefox-l10n-100.0/pl.xpi) = f463a0ee51f462a7ffbe13cbee7f4c2005448ff46e32ed02a20e4ee20c5225a3 -SHA512 (firefox-l10n-100.0/pl.xpi) = 7d927beb70872050f905c09ed2b9ec70147b38248404d3101121bc5340b40a2cb49f7a0d4b3470a812a062628f92b0b6bfabe35cec8182a8fcbc500779a8c8f5 -Size (firefox-l10n-100.0/pl.xpi) = 562524 bytes -BLAKE2s (firefox-l10n-100.0/pt-BR.xpi) = 6064c42acc3711978e5b3047385ab0fda23ba6dc7a9736b771a7bbf58ceb7a10 -SHA512 (firefox-l10n-100.0/pt-BR.xpi) = 117e58296cc1294e25c1f1a414fb277f5f3a1ce688de7079a4bf7d30b4be026f1243a17085ee653c4d2dea689b32c5dfbce47b4eafe7e5b63e462a86a0c90289 -Size (firefox-l10n-100.0/pt-BR.xpi) = 547573 bytes -BLAKE2s (firefox-l10n-100.0/pt-PT.xpi) = 8488a55e275c20c893285ceab1c1fb9a363145bb1f40e4bcf7a4ffa93a36b10e -SHA512 (firefox-l10n-100.0/pt-PT.xpi) = c72548abd4dde8c9dfd4df77d135c037d85a146b5dbd33b7bd4ca9e42cfb2cded5e428c3d466ed59c0309b59be333e0307abbb361f5f4876e8c0305a5a07648d -Size (firefox-l10n-100.0/pt-PT.xpi) = 551062 bytes -BLAKE2s (firefox-l10n-100.0/rm.xpi) = 0317d6a2e4c4775b4318f186bf11ea7592410883c78f34e264876f27263b0a5f -SHA512 (firefox-l10n-100.0/rm.xpi) = 8955138c2de27f20936f6a6e868b442702792eb5d0fefda1964826734b3b7727cdf8504d74252445179e9e06d4af1e2b8425c01b2dadc5f9d88a449ec109c1e3 -Size (firefox-l10n-100.0/rm.xpi) = 541902 bytes -BLAKE2s (firefox-l10n-100.0/ro.xpi) = 8daa75375f858538aa4d2b9a042879f88ad8d5f7be7d486087aa138e8cd7fa77 -SHA512 (firefox-l10n-100.0/ro.xpi) = f972ac411443c2b7b5f51a3965cc3172adddf6fc4c251ae933c4354d6320aa1d2b43c30d5e0935a5b8d520794fb989e39b681e0fd2c13b11b664f16b069af187 -Size (firefox-l10n-100.0/ro.xpi) = 528000 bytes -BLAKE2s (firefox-l10n-100.0/ru.xpi) = 6dd109f10225445cfdd9fa06cfdd1cc08ad8746e927d8d325abe7375422021ef -SHA512 (firefox-l10n-100.0/ru.xpi) = afd9d8ec466e29f8a5e440fbb011393424319585719434535013d90322816f441bdaa8ca9706b85c8757bd16461ad1055ae555b7209f0c92aa7ca685b768ac9e -Size (firefox-l10n-100.0/ru.xpi) = 633342 bytes -BLAKE2s (firefox-l10n-100.0/sco.xpi) = 1c0b0c2cf230a5d5a9b5595077c3293937004b013c5f9b3da76d5ef751bc7052 -SHA512 (firefox-l10n-100.0/sco.xpi) = cb04dea130946a9b072813714f9aab0bd542ec52296a129f497c9b1778bb5781da53fb4f6cc228dac4205d4f9b3da4953c7db0f898b013183d2d59a36824daa0 -Size (firefox-l10n-100.0/sco.xpi) = 500184 bytes -BLAKE2s (firefox-l10n-100.0/si.xpi) = 8862cef87b9c0f7587f9c065cd3e48d7133e3caf485383a48984a4403e8fdca6 -SHA512 (firefox-l10n-100.0/si.xpi) = c53548edca6b46707e3653863125731a616d3bbedbc02915c4f49306d737c9dae5f008a40e1759c383e664ea991c5da8a719201545d4ff362d4dea731fa45f09 -Size (firefox-l10n-100.0/si.xpi) = 480906 bytes -BLAKE2s (firefox-l10n-100.0/sk.xpi) = 8739329480ebb7a292ab2d98783bb88b8ed7d985c91c9c3f5870a357d337fb92 -SHA512 (firefox-l10n-100.0/sk.xpi) = 177b02195968228bd3567de47bba145d5206a158dadcf4c151c1438b4cadedd2e9b6b569ac724ea4b98b2f54a642629588df0ae8e737831050e2a98fd0c7484d -Size (firefox-l10n-100.0/sk.xpi) = 571980 bytes -BLAKE2s (firefox-l10n-100.0/sl.xpi) = b02704cce5e9140252641612c15d6d7f7a0628fde0899513e63312588a43898a -SHA512 (firefox-l10n-100.0/sl.xpi) = f2011198bde31bc644d5c780cd402164a3c6cb897e8c897adb4328a25c5c84078204c4794fbdd40fd9f28c016fc5fdda33586582ad063eef90ae8b86ee5b535d -Size (firefox-l10n-100.0/sl.xpi) = 543730 bytes -BLAKE2s (firefox-l10n-100.0/son.xpi) = be82ef8afff55dedee8825f1e4147182d93a09d24ea5b6952a460390675c3a7c -SHA512 (firefox-l10n-100.0/son.xpi) = 361549aaee1d50650ba451336f15ad74ad83dc2f2dbe9bfe6d4ff2dcbc9e1b4ee926b1607a7f0f36a424956940039e441b5c0ff6a96ea01e8a8415cf1c978567 -Size (firefox-l10n-100.0/son.xpi) = 417301 bytes -BLAKE2s (firefox-l10n-100.0/sq.xpi) = ebdd6470d1a6cb1094058f1bbbe3c11932187098da04cef7bf632f518ab716f1 -SHA512 (firefox-l10n-100.0/sq.xpi) = 493509ed1811ddc0026ea9950bdb49bc95dd749761c5c63c1b996694af31ede095686868340efd6fcd3ef2fbfe4fc3ce68bac386e8558133b3fc94fbb66e52bd -Size (firefox-l10n-100.0/sq.xpi) = 560514 bytes -BLAKE2s (firefox-l10n-100.0/sr.xpi) = a366df8b4c61d305f3461171118ed7d5384b2decbcec80e1e717cb86b1e28fa5 -SHA512 (firefox-l10n-100.0/sr.xpi) = e2695dc5705b0c4f3d7897870fbe6cd3ac43108450be2ef0b4cf03707ad88af539b103dcda05cbc6217e3f39a12350d24c5d32845cbd94b047269dab24a80ab0 -Size (firefox-l10n-100.0/sr.xpi) = 585620 bytes -BLAKE2s (firefox-l10n-100.0/sv-SE.xpi) = 46e4d1bad5eedeee0413077d8024c6bf9d1a91ee23ede615f00c65325d932d3d -SHA512 (firefox-l10n-100.0/sv-SE.xpi) = 53e5c085bd60b1184665fa8bf75144fc2bdd892f4e3acec699dd5266d53a2a94ab53606c3083e1306429e6d9a883dfb953ee82a92f36ac3606b048e84438c8a5 -Size (firefox-l10n-100.0/sv-SE.xpi) = 544804 bytes -BLAKE2s (firefox-l10n-100.0/szl.xpi) = 59ea7ae99910132ec7810baaaf0fb86826d29d260bb2cb10c3688aeadf27674c -SHA512 (firefox-l10n-100.0/szl.xpi) = 3c4c26ff1651ee98f1714966349a8b2a0dcccf0ea89b8a3b81763e1e84d60f0ba37855f26619324637acfeca0f7c866e2584ba93acf9a21602fb825061278060 -Size (firefox-l10n-100.0/szl.xpi) = 503463 bytes -BLAKE2s (firefox-l10n-100.0/ta.xpi) = e358454cbc34b39b06b3a334671e8ad30bbcfe52bb236d20a3f4ff6ba3ccf257 -SHA512 (firefox-l10n-100.0/ta.xpi) = 1098241ade5b7555cafc8dd5e8fd46e0fbab1e63baeed7033449fbcb88c428d3f6a0d4e336c60ac2c6620e8ed21a63c69269c0cb7942a6b57478a99eab593448 -Size (firefox-l10n-100.0/ta.xpi) = 508207 bytes -BLAKE2s (firefox-l10n-100.0/te.xpi) = a05381b61051f5b0ffbcb2812bca1ef4265be5ad2d3fc5e8e79325e961689260 -SHA512 (firefox-l10n-100.0/te.xpi) = 0ff5d8e1ba1b661b03d5028550c25c60458ff2d0d0e1e2c97a9eb55ca9152aee2705f9fa48081bdc507e6b3d9caddff7cf7a1700925761a13c01f5068fda1ca8 -Size (firefox-l10n-100.0/te.xpi) = 546711 bytes -BLAKE2s (firefox-l10n-100.0/th.xpi) = 93ba004f1e55ca1bb3fb39add9d76d757c287234926748677263f5fc63dabc71 -SHA512 (firefox-l10n-100.0/th.xpi) = cbd162e297989abe2d6da802cb1e60d67704949bebfe16785dda5e567952579f7ed833bb30dfe2081842beecac00d921972481dd893960e352affc489e45ecc4 -Size (firefox-l10n-100.0/th.xpi) = 610742 bytes -BLAKE2s (firefox-l10n-100.0/tl.xpi) = 267f2b88aa3f9dd90adc3352dc973d39bad115784588114f8d289efeda19eb1d -SHA512 (firefox-l10n-100.0/tl.xpi) = ebc0d2ef6aabb423a348692b019dab446e4b302bd511520343831d80c6a76031a0cd866ad65c9254d1ebda7ba1262f842ad2e3380670aee2f9c84ba8b6a85c36 -Size (firefox-l10n-100.0/tl.xpi) = 518035 bytes -BLAKE2s (firefox-l10n-100.0/tr.xpi) = 7ecf2834bf12c6eea8c569f2be9311f765bc91469519b3e51857beb4706b3996 -SHA512 (firefox-l10n-100.0/tr.xpi) = 98370ebfc6e893a2a392b24bd63951b2f528d224bb93829a5536d6113200a147d0a2bddd5e45ae8b4ef0e596db6b6521c5ddeb34eb4e43ee4ab3c8c17b0d654b -Size (firefox-l10n-100.0/tr.xpi) = 558389 bytes -BLAKE2s (firefox-l10n-100.0/trs.xpi) = c1e411e517f860f82a3ceb77d8a6e74b9a06117732e069c02b95b5adddcfd2ef -SHA512 (firefox-l10n-100.0/trs.xpi) = 10d5ca6203f16569785ab57ac174caeb6af3502460faf709e5a570f60ffdebfc004d0999bfe256302abfc5601057cc43dcdffc4c08eec151d56d9c1e0643ed4d -Size (firefox-l10n-100.0/trs.xpi) = 486846 bytes -BLAKE2s (firefox-l10n-100.0/uk.xpi) = 48fc05824cee53d877dc30fccf8ff4fff05ac2968b9d4e99188a3dae91b8fc5b -SHA512 (firefox-l10n-100.0/uk.xpi) = f994269dbd221c20ba1f8c35f3befcac40549c00fdcf689c2f51899db39ce98565b06b7c7e182f699053c459b05c8f4d7e2557abffd9912e4a4a78f03a16692a -Size (firefox-l10n-100.0/uk.xpi) = 627006 bytes -BLAKE2s (firefox-l10n-100.0/ur.xpi) = 38ddb68c60ebc6ec66f662395d68550213356d2f850dcd31f350c344da3cc526 -SHA512 (firefox-l10n-100.0/ur.xpi) = 8f82357d4ec869aca4e830850b0f6341365941a75f822f75aa0cf908837bec23dfc8560774d3d77d2a1a16a336f6a55f66c13d70ccdfac8826976d116802607b -Size (firefox-l10n-100.0/ur.xpi) = 556888 bytes -BLAKE2s (firefox-l10n-100.0/uz.xpi) = b648f36010e42b30c5abcb80aea7ed206e42efbd1dae208e174982fb83919a92 -SHA512 (firefox-l10n-100.0/uz.xpi) = 73c845d8d1f786735842b8461645b323ebcce7a93e66b69a26dd9b092c6b734f9d1277a2701c45a10e3faed31f77ca68805c25de7052d82253ec2a2711ddfcb7 -Size (firefox-l10n-100.0/uz.xpi) = 473713 bytes -BLAKE2s (firefox-l10n-100.0/vi.xpi) = b6685f64ece2dc9af4be45872cc8659c2f380882e5acba9f7968020d6d45119a -SHA512 (firefox-l10n-100.0/vi.xpi) = 760cfc847137ca7d93e2fcac72bea0d7eb4dbfb99ed8a36fef00ea5452d8d7f6e28885e980151defec06f8a8beccb49ba86de7283b6f3d4791043ed1a21da4a1 -Size (firefox-l10n-100.0/vi.xpi) = 578677 bytes -BLAKE2s (firefox-l10n-100.0/xh.xpi) = ecb5b45e5e818153cc78f46aa14903d44b2c1303a965eeeaef2721d06680aa55 -SHA512 (firefox-l10n-100.0/xh.xpi) = df1b85b4b938670cdf6c6fc9e10df2315618ab4de95a0e4362ee0ee060b52ea8e24bfae7f2cff56787e0b206a966c8c8eb02637f6205a11de3a42184eea8e4e0 -Size (firefox-l10n-100.0/xh.xpi) = 419487 bytes -BLAKE2s (firefox-l10n-100.0/zh-CN.xpi) = 21f3768d51665258a24cc2b1410f3fbd7b7c2f89ae887d3e5958e5ceb4afb885 -SHA512 (firefox-l10n-100.0/zh-CN.xpi) = f94787e44614dea3cef9230f7811aadee01b5312cc4a24cbeffc1b20c61dbf914b0b3ad33f3dc5f245ec891bf2c134ca22c9a4d23ec5529e2a20a0c873aa5026 -Size (firefox-l10n-100.0/zh-CN.xpi) = 580538 bytes -BLAKE2s (firefox-l10n-100.0/zh-TW.xpi) = 71a5cb4fc653f2fa741e646bd6b706461a7dd0606bbe087dc653bb6c4ebda792 -SHA512 (firefox-l10n-100.0/zh-TW.xpi) = b90f5fea05243612b327180a0ce13211464acd4dc02377a11386d0a1075aa9ec2265a511c0471193d9cf9dc8c3e1afb82d4908bddbb1d665511d84eae697b8a1 -Size (firefox-l10n-100.0/zh-TW.xpi) = 581629 bytes +BLAKE2s (firefox-l10n-100.0.1/ach.xpi) = 3df799e28cb60cd110177553b777cf124bd5565c84598c29ef4292a1ea4e8fc7 +SHA512 (firefox-l10n-100.0.1/ach.xpi) = 3ac2e2f4890184ce17aaf347d8eb1483393f580832f51bdc263698026ccf27c3d5b8ebc0a6ba9919328a2dde0a65a20f57f8d389566ca85f6898afde2d70f071 +Size (firefox-l10n-100.0.1/ach.xpi) = 448914 bytes +BLAKE2s (firefox-l10n-100.0.1/af.xpi) = e099c7fc80d7ca25a574a7616eb19cecd64c534340529cfa3e424f65c311c940 +SHA512 (firefox-l10n-100.0.1/af.xpi) = cbd94aee597bd5f86953f0fb0cc98f87eb8d2fe037f40d4e12d39fb75dd641211609fd3454ebe51ee8536e0e21325b85cb877e2bef58a983791e4eff5a9e8897 +Size (firefox-l10n-100.0.1/af.xpi) = 415232 bytes +BLAKE2s (firefox-l10n-100.0.1/an.xpi) = e24ceb122b8b851c19e7a0ea53c5d6e9f3580b4d928bb94a08fe40597dcb26fb +SHA512 (firefox-l10n-100.0.1/an.xpi) = 3c87d650a8196cfaf51fb4b1a52f086420e97e2c51e1c18ef845f4cbce5e8a5fd2cfd5a4be37706cd4e9960142330b6268d679a156e2ef1758f7358aa33dee7d +Size (firefox-l10n-100.0.1/an.xpi) = 495515 bytes +BLAKE2s (firefox-l10n-100.0.1/ar.xpi) = 8fdcba026569155403f008d7173e6cf1e02540ba23e6f82d86f47beb8164db8b +SHA512 (firefox-l10n-100.0.1/ar.xpi) = fd34038c7a312db4682a81ecb42217728e509712923a550f4845a54ca1910f40c98f30be4df3482f5d9f33cc7ada35839d603adbde577354460708393c32a153 +Size (firefox-l10n-100.0.1/ar.xpi) = 564889 bytes +BLAKE2s (firefox-l10n-100.0.1/ast.xpi) = d62db4806957e71fcb99bb037358776872af230da7a82553c93ebd57c5a7a47c +SHA512 (firefox-l10n-100.0.1/ast.xpi) = 99ab6208787fde0b3ae627c205268aa2e5cad8d677dcb4485a3f1bccb850a138c26719056eb2949644455ff93fdf884fd449fc0b1f408968f3028bc56bc29c21 +Size (firefox-l10n-100.0.1/ast.xpi) = 493296 bytes +BLAKE2s (firefox-l10n-100.0.1/az.xpi) = be78fa61c84156492d47479b038e04a8d6a3ab26e70f9e44017d89994e7e9915 +SHA512 (firefox-l10n-100.0.1/az.xpi) = c03da56f18275bb75e0cd058c7d156210c64629576150f2ac90956a3983c95e67b8d3c3dfa5baacb95516cf9f29103c77594f1950c55b34f4df0d99a84ca74da +Size (firefox-l10n-100.0.1/az.xpi) = 484101 bytes +BLAKE2s (firefox-l10n-100.0.1/be.xpi) = 3a11475da448b2f9389c98ab9fec7413213bfa4d845e03c87f064a8cde2e4ed6 +SHA512 (firefox-l10n-100.0.1/be.xpi) = 9fae77717553f0a3dcf228c9868dcb3ca75073b4d77e2d7fbf276643e7e0af29cbd4a09be01c382f1aabf3f4fd828f6dd9d2e09f2a74869c8452ee79ceb5be82 +Size (firefox-l10n-100.0.1/be.xpi) = 628707 bytes +BLAKE2s (firefox-l10n-100.0.1/bg.xpi) = 727790d4b736ccb6542362a699719c6d555b8106b7fb7563435565463a5c530d +SHA512 (firefox-l10n-100.0.1/bg.xpi) = f2cbb02093ae1fd33c3caa87f9e45b2e8d2037a5e9658e3320b944aa398fbafbbe0e45bcdf51676d73da33a140fe237e3cd4e04a1c78698159f3993d427a1cec +Size (firefox-l10n-100.0.1/bg.xpi) = 566784 bytes +BLAKE2s (firefox-l10n-100.0.1/bn.xpi) = c4367c6bfe1ade7f39868a324c9c31ba57110e23f4abc30e98279594b762a60d +SHA512 (firefox-l10n-100.0.1/bn.xpi) = 52f152581eb9915b49749e6a6cd962b4aa481cfe46a8ff188185d8e6954b54f614f08fee0ebd3ec20f0f19232452731c2e87bc4d7b4f13eb942a129337e1f7b8 +Size (firefox-l10n-100.0.1/bn.xpi) = 554553 bytes +BLAKE2s (firefox-l10n-100.0.1/br.xpi) = 12554c6a4637f42cbb0adb27c0e98c8a4d1a41c0cfb38abb030d09621d995d24 +SHA512 (firefox-l10n-100.0.1/br.xpi) = 8e71181ac21a1b5c0bd4d180f10c1cdc538e4b6f1335b8651b6b3253dcebbb05c27a7e0fb32550bfd15e12fbd9ea409f6efbee0fd4f2ec0e196d7399fadb4e2c +Size (firefox-l10n-100.0.1/br.xpi) = 530622 bytes +BLAKE2s (firefox-l10n-100.0.1/bs.xpi) = 5752c0fc06b5b736cf555213805c0107c6200575986fcd9454af1fae00459ca2 +SHA512 (firefox-l10n-100.0.1/bs.xpi) = f20bdeeee7460df729a94501b8590b8bd7b66f55290a832a4799dc881cb2dead450298b0783158140e94a27d58585265032e6c9e47fd17a1c203c630ad23e204 +Size (firefox-l10n-100.0.1/bs.xpi) = 459039 bytes +BLAKE2s (firefox-l10n-100.0.1/ca-valencia.xpi) = 118c027a8b3addd6318aaaf68909237bf443a9e2b0ca945be19e93bab4c6bd38 +SHA512 (firefox-l10n-100.0.1/ca-valencia.xpi) = 78ef0c7354728a6c3e253d69d75a8cea292a41974ff2c3c9809c3fdaa9f3f4183750754a65067321a99fcdaacf885d40e0f63b8728b2939524473355171159e0 +Size (firefox-l10n-100.0.1/ca-valencia.xpi) = 536447 bytes +BLAKE2s (firefox-l10n-100.0.1/ca.xpi) = 0912ec3749a950c5fac41144610748bf9ca4842bc2829910e69eb91827be7603 +SHA512 (firefox-l10n-100.0.1/ca.xpi) = 571b1c7a37e8eb82e5a6081643469817680c16b91940b453a6641f3b699a74cfac6898af8ffac157732e23c2ac52bd3f63b261eaefcbc2c74440fdb2ce560c9a +Size (firefox-l10n-100.0.1/ca.xpi) = 530207 bytes +BLAKE2s (firefox-l10n-100.0.1/cak.xpi) = e555fa707798dc75e3e46bfb68926493b8016ae7545ade7baa69e7ca41329354 +SHA512 (firefox-l10n-100.0.1/cak.xpi) = 0d1bcc8100ad925abe5812e1600f56cfadb889ef317dc1351e4319385e1dfe17f568e6a2106865873c02f969fa4f2fdbb82172a78ccb05e71e142757a6c275ce +Size (firefox-l10n-100.0.1/cak.xpi) = 553426 bytes +BLAKE2s (firefox-l10n-100.0.1/cs.xpi) = 081aae78476abd50efa0f88896b1000e0b005d0225cf0d1660c75a2772dfa1b1 +SHA512 (firefox-l10n-100.0.1/cs.xpi) = 5deca713b7d98938e1e9020d15018eca1d098f2dbed57a42b92b342e123c3a04df97ea76d84ef37cb765a329f18d57a2c1cda0d2fb81a4dd481f124e5c33b6c0 +Size (firefox-l10n-100.0.1/cs.xpi) = 570159 bytes +BLAKE2s (firefox-l10n-100.0.1/cy.xpi) = 5fb543435febfa98311346f9139812cfb6a9a80441b3b1b88d67ff2d6e8cdb4b +SHA512 (firefox-l10n-100.0.1/cy.xpi) = 715c43495119282faa589f9d0b414de386c7e49947a18c4f4395feecd80d95f11e9e8be3b7fc5ab92fa1904ed08b23653ae0cfbc63f760565508f2ef5b4778c7 +Size (firefox-l10n-100.0.1/cy.xpi) = 547001 bytes +BLAKE2s (firefox-l10n-100.0.1/da.xpi) = 2cefc7a30f6f3fe12036add8a510d1f58d990982761af485afe0d62da4be5cd4 +SHA512 (firefox-l10n-100.0.1/da.xpi) = dd061a3a9e0f76d84d376d7c700efe0da003504014c066aab484f955395de67042469e9c980dc53d577422fb0bf597bec091cf772fa10ad4aaafc8b38b7e0f4e +Size (firefox-l10n-100.0.1/da.xpi) = 538823 bytes +BLAKE2s (firefox-l10n-100.0.1/de.xpi) = 73a516e7f7b4cd38933a9683218cdfd2d6cea16a4220ec52b9a93c9cc461e819 +SHA512 (firefox-l10n-100.0.1/de.xpi) = 063a7c6b1af71e1e73b3261bb3c042bb3ca04f1e4f587fe77e32117ff93815afe96a3ce0fe911412d8157feadd61f999dcf042034a739d14cd2f7f41491b95dc +Size (firefox-l10n-100.0.1/de.xpi) = 558685 bytes +BLAKE2s (firefox-l10n-100.0.1/dsb.xpi) = 47d55992e82318c364cc2930fb83aaf5557cb99037def81db5af302edd82ab23 +SHA512 (firefox-l10n-100.0.1/dsb.xpi) = 9847e12779fb38250deb4e2d98bd743d3eba2012a6a4271647cfcc422bae326681e86969237fdd5b9067460158c9262cee60bb95581446920231727a0896bae9 +Size (firefox-l10n-100.0.1/dsb.xpi) = 571805 bytes +BLAKE2s (firefox-l10n-100.0.1/el.xpi) = 73b2e18e7fe2fcd2c919bec679b1761281092b467bfc009b0aca8d00ae1d03ec +SHA512 (firefox-l10n-100.0.1/el.xpi) = 42e8c0b981ed40f9c96dacf292991646f5a4fbbfd8fdd42cebdf22863b998d4ddc23478f12270ad889940666d5dc46b7eeb1d01b483142fa1aee8813840734c1 +Size (firefox-l10n-100.0.1/el.xpi) = 645052 bytes +BLAKE2s (firefox-l10n-100.0.1/en-CA.xpi) = af8483ae5ed7c37368ad9af239ea43642e1da7034b95086dba69ffd006c4f526 +SHA512 (firefox-l10n-100.0.1/en-CA.xpi) = a6ee8020cd88e0253fdc00d7deb9cf19901fc8692c883109b3bd276f1af2085a950d5e74e297d560683c3a86a5b287b9974283232f4a2b6f97508ebc6a01846a +Size (firefox-l10n-100.0.1/en-CA.xpi) = 514203 bytes +BLAKE2s (firefox-l10n-100.0.1/en-GB.xpi) = 547e1583336ff365ab88ab0251775e8137e151413febcff7a967afa58d381259 +SHA512 (firefox-l10n-100.0.1/en-GB.xpi) = f8a69db62fc316ae7445b8c7597a576be5ae325ab784b10911d5b8cd3564d70d8bd8292f1db3a8bb250005b39dc1a9ef26eb155afc469f68fda5d643fbb68ff0 +Size (firefox-l10n-100.0.1/en-GB.xpi) = 514709 bytes +BLAKE2s (firefox-l10n-100.0.1/en-US.xpi) = fae0175cdcc669afef69a442808b6f59c59e8cfb9c4144db8f877c606d127318 +SHA512 (firefox-l10n-100.0.1/en-US.xpi) = 811d2bda3f648a5abb4bbae8f24bd2302a14ec897cbd1dc62a9922910f37edcba339404a6ad1d43e5ea6e7cbafb00842515260b2eaf0f06a4a099d3006d91f0e +Size (firefox-l10n-100.0.1/en-US.xpi) = 495741 bytes +BLAKE2s (firefox-l10n-100.0.1/eo.xpi) = 3342f9b68e50877839bc124441eec94113feed23da0f440c3f83064e66b42cfd +SHA512 (firefox-l10n-100.0.1/eo.xpi) = 75716a7ad3d9f4264b875ec5e3764715b4bce4c10a239a6d52b0f86839da3c768ad04e2a023be204079e7acc574fb80e09ba0d84a25d5840df27fb584573c7bc +Size (firefox-l10n-100.0.1/eo.xpi) = 540863 bytes +BLAKE2s (firefox-l10n-100.0.1/es-AR.xpi) = f5cc84cb7d2c442f0198875dccc260e0431200f0f90e6c6f4419d9386230a8c7 +SHA512 (firefox-l10n-100.0.1/es-AR.xpi) = 89b52a5cde5f03bb78c8ad0e899e3ff934657317e6030b2f56563782c07a30f9bd764a8bfaf53c199cc3957fe5abed0eb691d56ba76853f23b58d3dd59790f01 +Size (firefox-l10n-100.0.1/es-AR.xpi) = 551771 bytes +BLAKE2s (firefox-l10n-100.0.1/es-CL.xpi) = 93746daa0ec5df41cb937ab9b3e5eb4df2e22a47e30ba4e149e24a050d8e1cd9 +SHA512 (firefox-l10n-100.0.1/es-CL.xpi) = 5bac26ed6cfa7b4ad5f92e52081040b5c4122973bfb5438f9eedf2db7bffe6086043ddf103acc9598203287649a6fcdbbf60c1d2a048f00e30c07e63c3c9f499 +Size (firefox-l10n-100.0.1/es-CL.xpi) = 550968 bytes +BLAKE2s (firefox-l10n-100.0.1/es-ES.xpi) = 422efe60984f3d965d6269faf6a24d3a493bfeb1cf1324d1a73950e7365888d3 +SHA512 (firefox-l10n-100.0.1/es-ES.xpi) = b6f568346778a3f99c0795d436e73f8011758d77035bbea34f5a92a00d8fb8ce14df6a117aa63e211ff3ee0d62951ddbd7433994cde0494f716ad4baeb54dc7b +Size (firefox-l10n-100.0.1/es-ES.xpi) = 542268 bytes +BLAKE2s (firefox-l10n-100.0.1/es-MX.xpi) = 0d44a21f45728e97ede49bbb55b194def6da3326a5d17d6edd4abc1ad2db188d +SHA512 (firefox-l10n-100.0.1/es-MX.xpi) = 7757fd268992d638f444bbe5d6896a59fda63c29e303f16db3ef2629079b8e0a0f730d58f0f1ee2dc3cc4fc5be9c6a900f8fde8d863cc3cb9f1acf261d84884e +Size (firefox-l10n-100.0.1/es-MX.xpi) = 555143 bytes +BLAKE2s (firefox-l10n-100.0.1/et.xpi) = 689c53577bbe9dc1898a7a29efc2cd086c3932931ce9c3c75212dbf6d7958278 +SHA512 (firefox-l10n-100.0.1/et.xpi) = 92519438b158f6c8e897575c29502186b1c27091cc9bde0f216c21abf404b857faaac83ac69500e5293f79ad51020a87277b07a7349f21772de6895c0ab899c1 +Size (firefox-l10n-100.0.1/et.xpi) = 532709 bytes +BLAKE2s (firefox-l10n-100.0.1/eu.xpi) = f3d32738ba9aad4fec87d6e29d21fcf185afdc4f924fd61b859485fe53b69aac +SHA512 (firefox-l10n-100.0.1/eu.xpi) = 4e986392103185a980e6b6189493e0c183f0baca57404e8d6b4fe9cf7ded5c6b5b5fd0ccdd352be89c85f07911491f3e83183edf6378b9d2735e90ebc832bd21 +Size (firefox-l10n-100.0.1/eu.xpi) = 541418 bytes +BLAKE2s (firefox-l10n-100.0.1/fa.xpi) = dbcc485ba3a0a470f3ad9bd9386bedd3ac303b4d01007b999c74161013fb9465 +SHA512 (firefox-l10n-100.0.1/fa.xpi) = 9615342e7a805a80b884242a936dde545ef478594867ac47af9fba36bf1885a2ce499cfd3ea52bc358a09ece54fbfb59edded5dbba06c482e3b84ad903a1fc0d +Size (firefox-l10n-100.0.1/fa.xpi) = 561338 bytes +BLAKE2s (firefox-l10n-100.0.1/ff.xpi) = f9cd5fdb6f83ed8f73aca20ce8c1c1a47c9d16678fa42dec03154cd1e7a521a4 +SHA512 (firefox-l10n-100.0.1/ff.xpi) = 547db832e3e1f906e674579e9a4d6b271b1f6e798808f4ea1324e9ffae5cdc99fe9d75e011af6b6c0c495f27452b09c0df4a2f16287f477192508e93ce13a886 +Size (firefox-l10n-100.0.1/ff.xpi) = 468204 bytes +BLAKE2s (firefox-l10n-100.0.1/fi.xpi) = 7dd07b20f7e84cf8e494a155670c9c65f01dc83ef17abbcf18f4861e81acccca +SHA512 (firefox-l10n-100.0.1/fi.xpi) = c77eda0d27c45a8345150f39190ed7192a1d90d7857792e8caf3413ffb5afd9b69432a3ff1e28968df48fcd10e2b54e9f1cf5dff6d352e5726bd76883bf0a7d1 +Size (firefox-l10n-100.0.1/fi.xpi) = 535251 bytes +BLAKE2s (firefox-l10n-100.0.1/fr.xpi) = 8e788dab47afb8f787a8e44eaa2e96d1f6b9b45487ac29a16b89968e2113cf54 +SHA512 (firefox-l10n-100.0.1/fr.xpi) = c8d56a83811f53c18ae68ddfb40ca0d20a6143503f160bcf8947d4c701c09bd3b0ca858f273aab3f92e3d74bfa14ef01d333e60c844d945ebe2cc6809bd302c5 +Size (firefox-l10n-100.0.1/fr.xpi) = 562951 bytes +BLAKE2s (firefox-l10n-100.0.1/fy-NL.xpi) = 0d637d4cc8ae25b0f10a7089ad07c59423f275c6ba657e9ce3c19734c1a37325 +SHA512 (firefox-l10n-100.0.1/fy-NL.xpi) = 5591d0cfe9d6020ba6c922f94a8610b89f98886ec23367f47a6505c6ce159f4626f3a70e1b8f7f98f49de8bee824e9612bbbf70485b82b1b46fc6cbe79ebdd30 +Size (firefox-l10n-100.0.1/fy-NL.xpi) = 548084 bytes +BLAKE2s (firefox-l10n-100.0.1/ga-IE.xpi) = a24c677d47859919ad40859fe946c6d60fdee413308c31096c7ae5db5efd7449 +SHA512 (firefox-l10n-100.0.1/ga-IE.xpi) = dade4586e1ae4eb0e91b5c6496e9f49da3769d51a465dce84076b5c2144fd7b2c7ecd96c0983fd4976c0346133e82565457b5a1e0ee7debc45818f710dc6a90a +Size (firefox-l10n-100.0.1/ga-IE.xpi) = 465458 bytes +BLAKE2s (firefox-l10n-100.0.1/gd.xpi) = e2baa8781e3f0363333c0d98ff7369122ff1b222617e8768df5aa0421bef4828 +SHA512 (firefox-l10n-100.0.1/gd.xpi) = 95cd8f6e5a10cf663179e1d80e4ccb2f954acf668556f807523bd7b8c655cf7e2508dc7bd657f7ac55b5d70b723e88c7a4aad9da5e81158d97ef147af25efcb8 +Size (firefox-l10n-100.0.1/gd.xpi) = 528984 bytes +BLAKE2s (firefox-l10n-100.0.1/gl.xpi) = 36a1b1fa281dd36a510956373149b244ef453d8978dce32cd7702fb69a171392 +SHA512 (firefox-l10n-100.0.1/gl.xpi) = c603eb33652135816498fb4a411e07c69efaf054276252fec4880801ebad61040263203f8c0b7f11442cfff4dd9c747e6b69ed34ba38eb573c6635111b3aa906 +Size (firefox-l10n-100.0.1/gl.xpi) = 542254 bytes +BLAKE2s (firefox-l10n-100.0.1/gn.xpi) = 42b14cdbee621848da5e8228a528675cb1b56b04ee05289583ef35e1de8eb1ff +SHA512 (firefox-l10n-100.0.1/gn.xpi) = 01588e56827e9c915f4394887ad62904185484cbfd17ce5e9dfe445af7e18bb9989de5f557ffe465fd4ae1334f61bc4effbb02641a6a79b374b17ff17309cee7 +Size (firefox-l10n-100.0.1/gn.xpi) = 563271 bytes +BLAKE2s (firefox-l10n-100.0.1/gu-IN.xpi) = 21444ea623b8b55e89281edc028c86c386d1d3b298933871740351a87a484fcd +SHA512 (firefox-l10n-100.0.1/gu-IN.xpi) = 8cb2f39280b855064633ea03e32932edd12a4bdefaaa06c2725839d3f778e550cd04dc7b1e8f6a72fecf198c9052d14d8c618fa5561d5552adf903ebc5776a17 +Size (firefox-l10n-100.0.1/gu-IN.xpi) = 525533 bytes +BLAKE2s (firefox-l10n-100.0.1/he.xpi) = 0311fdeb28f6eefae8bf5b5c1c293e127d316f7644c38b01c07800ff2aa420fa +SHA512 (firefox-l10n-100.0.1/he.xpi) = adf0c6732e49991e9945b09998351afb5e257a1acee727bb4686fe74bd1da99eecebf697b79dbca6df23dedbcfb31b8beabd0baffd7ea9b23131b19e517a4e59 +Size (firefox-l10n-100.0.1/he.xpi) = 561897 bytes +BLAKE2s (firefox-l10n-100.0.1/hi-IN.xpi) = ea62aff78a7e9d75a3ef828f9a3069b5ad9c4c07f79592951c4f42697f8d7706 +SHA512 (firefox-l10n-100.0.1/hi-IN.xpi) = 29fd3185c3760a6264904264e5a4cb9cf64aabae2f5d6d6acdde30943e49987282141928d00fdd856cae24fde6fad821478adcb6f629ebfe094a0daf39453007 +Size (firefox-l10n-100.0.1/hi-IN.xpi) = 556336 bytes +BLAKE2s (firefox-l10n-100.0.1/hr.xpi) = fc16f5e650b18bc7d70f6fb90773a308e3c67e3be41af27f9b9e6584bf773181 +SHA512 (firefox-l10n-100.0.1/hr.xpi) = f6759b5933f8af9c43c6b29c3e1896fc7cbebe4d45a53c21428d5db72c98c778a120c6a66a10c4ded172b3f3565f37fe0bcecbae23b4baef2ce336c5ced3cad1 +Size (firefox-l10n-100.0.1/hr.xpi) = 530210 bytes +BLAKE2s (firefox-l10n-100.0.1/hsb.xpi) = a239d41a588fde3f6597467fc528413de4770bd69c7290348954bce8ed2be1da +SHA512 (firefox-l10n-100.0.1/hsb.xpi) = 0fa4dfc20f8d9f739af2fa328ea560d511f754210a4b1fe5c06a659312d05ebfce7e9567449c711fce855ca138c0ddc60ed14be41129afe5c2e4635c6f4bf7e9 +Size (firefox-l10n-100.0.1/hsb.xpi) = 567859 bytes +BLAKE2s (firefox-l10n-100.0.1/hu.xpi) = 617c6fe6d9c2e70b1356631802934842b242f4d4f935a718e6fca10a58b0f8f8 +SHA512 (firefox-l10n-100.0.1/hu.xpi) = ae2ebdb19e704a19b9458ba5aa0dc56324192886c86c6131b61fee10a9b56184fe0b54bcb7479cf42277100fc325c8413eb7924985134fee1a4d5d5505efee5d +Size (firefox-l10n-100.0.1/hu.xpi) = 571152 bytes +BLAKE2s (firefox-l10n-100.0.1/hy-AM.xpi) = 05a9617a8c3a40857ed8092758b5a86613406544efe7310c4dbd815dd9324603 +SHA512 (firefox-l10n-100.0.1/hy-AM.xpi) = bf46e0fd3e3d8c1ec0e2e78143df32ed6b62ee3aa9d07c6d09b8d9e59ab21c5ba4bc66e65a599e27e8bb68339d480de497f9d98df25832585d413e2552499924 +Size (firefox-l10n-100.0.1/hy-AM.xpi) = 580147 bytes +BLAKE2s (firefox-l10n-100.0.1/ia.xpi) = 014c0841abde027af53dfd41738fe660a9ca63f53b47e2a6f4d0a1566aaa91df +SHA512 (firefox-l10n-100.0.1/ia.xpi) = eb7c530912654eb48db3ab5e05ce2e6649e96d8c9a9fc6b602ff69463f3865e126bf9f4ec8c7e108040311c1f83133ee709a816f4ca620f82acae891710e33d1 +Size (firefox-l10n-100.0.1/ia.xpi) = 537115 bytes +BLAKE2s (firefox-l10n-100.0.1/id.xpi) = 563c9858044e0cd1e7e2c53cd18e1c44f01e25947eb58a8215568ac64c67f245 +SHA512 (firefox-l10n-100.0.1/id.xpi) = d67d179f2fd0f2f90a8d3e0969553acd04abcbc22415c318eb756b06849674159cd7336ed0deb82140f675957b82aae501bc74c8cccddd69f0fae73f38568440 +Size (firefox-l10n-100.0.1/id.xpi) = 533678 bytes +BLAKE2s (firefox-l10n-100.0.1/is.xpi) = 76d3b62353d6a07b6fe4beb73db69919c8a31d9fc875340ad639331b05009d54 +SHA512 (firefox-l10n-100.0.1/is.xpi) = 5c361cd7ff38483fdc45759ec730ae5e4914cba5bd45b0a62ae463aacd3eb427f93c1661465f529cb39fb94b554b3f6793f30d4b9c49e64c62dbab7c6653312f +Size (firefox-l10n-100.0.1/is.xpi) = 540515 bytes +BLAKE2s (firefox-l10n-100.0.1/it.xpi) = 860de425d7721ff5535a4f08f025810861b5da87eef5636ebf4e30231954d758 +SHA512 (firefox-l10n-100.0.1/it.xpi) = 4e0516aa9608526ec2e6999a367e5c250573a3f96d177de4a13212cb328adef58902d2d17db88178639101ff803e6e91c9d0db3c62decdea4bafe0ce3528a686 +Size (firefox-l10n-100.0.1/it.xpi) = 464281 bytes +BLAKE2s (firefox-l10n-100.0.1/ja.xpi) = 09699fd496697c6211f1dba5c5c21b4aa48842294fa91248312128b4c7b723ca +SHA512 (firefox-l10n-100.0.1/ja.xpi) = 4d18f06a4cc6b4e8429303d3b6a437c21681e1ad6280cc8c27b630a82e7a2875fed2d87850e188f111819c29aa9c5a9281189bf94097d0ead5035f1419c33332 +Size (firefox-l10n-100.0.1/ja.xpi) = 593319 bytes +BLAKE2s (firefox-l10n-100.0.1/ka.xpi) = 6a831002d41762c8a2898e04e4b99e1beaba00e4285ebe3a82c9a3ce7e004cc8 +SHA512 (firefox-l10n-100.0.1/ka.xpi) = 3752ec1c9e2e0182bd5fb360997114a4315767325324063783b3153e4ffb7b7998dfc1fa2e9efe4aa487b0cd29e4a268a2238d04a9c523cc5deff980bbe50efd +Size (firefox-l10n-100.0.1/ka.xpi) = 596399 bytes +BLAKE2s (firefox-l10n-100.0.1/kab.xpi) = 6d9b6d0f458bee869fa0fc18a1bd4a53d97ba4b686ca99de4c5c1e7f9eea40fd +SHA512 (firefox-l10n-100.0.1/kab.xpi) = a51cfc0e10aebdb2048ed784a809bd7df9dbd4b42296098587ab1a2dd53222db19cabe726f1796f7daf07a5d18c0d3c288c4fb7b3b82bf246a18b9d3942fc097 +Size (firefox-l10n-100.0.1/kab.xpi) = 556377 bytes +BLAKE2s (firefox-l10n-100.0.1/kk.xpi) = cd3ba242d078e5feffab5cef001429a0d476b36798233bee619bc300aef1ca10 +SHA512 (firefox-l10n-100.0.1/kk.xpi) = 76d0e6391dd01edba0bd1f1177f562d8f15a741e116db274e408b20613e708b40085820ff5f8ca94e757ec87db04fd7386205cb12bbf2d5592b7e3e6a9abb96d +Size (firefox-l10n-100.0.1/kk.xpi) = 619240 bytes +BLAKE2s (firefox-l10n-100.0.1/km.xpi) = dacd75a76f2ff655717b2ef12ac209e42d6f77968c44d1f82ce1237a382f3fc1 +SHA512 (firefox-l10n-100.0.1/km.xpi) = 8b1bac66b7ef6492dc51025fed8076a84d113c36867e7230eaa563289718e38c479a4ddfaceb24d6bf59f5359071955ed7b363e98bff97371847cbf439f38277 +Size (firefox-l10n-100.0.1/km.xpi) = 525489 bytes +BLAKE2s (firefox-l10n-100.0.1/kn.xpi) = eeba95bdeb52be050bb8b21700b033b33c400428876b042bf6b1f85551bc67d2 +SHA512 (firefox-l10n-100.0.1/kn.xpi) = ad15e604b9136feb06ca7a4e4a74ca6537a0f26b6ad2839d35df3ba985bf2cae50a934ce604abe549ae6ad68e13b51078dc6e6be1c0e0cec9df7656eed69a515 +Size (firefox-l10n-100.0.1/kn.xpi) = 491376 bytes +BLAKE2s (firefox-l10n-100.0.1/ko.xpi) = 0c6e56d36013bb5c07572b225bd35c86df15888624b770a249438990e094e76c +SHA512 (firefox-l10n-100.0.1/ko.xpi) = 9f73a949cd2ede088de4b0933509e9b0f235191c4edbe3a183ca206a74aecfb578090c0a3a49b81244a7afba1d009e7542b1001f4c409feb881cfbdd5e0c9617 +Size (firefox-l10n-100.0.1/ko.xpi) = 584524 bytes +BLAKE2s (firefox-l10n-100.0.1/lij.xpi) = 9aaec146b86e2786c0bcd2999f3a9a809f0379978c79adf13ff3713581ab9cf9 +SHA512 (firefox-l10n-100.0.1/lij.xpi) = 20fd6790f1b7a6d93ada00403d07d9a90b086fcebc7814c4b7b638ca6a704ed4df70ac1209ef856119d4198beabb87abb631c4fab455a4021164ffb52a193856 +Size (firefox-l10n-100.0.1/lij.xpi) = 466997 bytes +BLAKE2s (firefox-l10n-100.0.1/lt.xpi) = 2f1ddc6d455afc1a83607fbc63c02b58b8f973404790a270b6825127930c7d39 +SHA512 (firefox-l10n-100.0.1/lt.xpi) = 0e0c8c812c4c9abca78c2f5a3e330610f67da74037f9027e092357fc0648ba72e1fbc7bd057e48882c4867792948cedd8ace725ead77d991a2ab12de5a628c0d +Size (firefox-l10n-100.0.1/lt.xpi) = 560149 bytes +BLAKE2s (firefox-l10n-100.0.1/lv.xpi) = 7fdf2d02d97575d53ae835bb7e985d81f35d27e1a94b9089ab79f8ad2ac10452 +SHA512 (firefox-l10n-100.0.1/lv.xpi) = d134ce462e3443c687bfdbdfa3f0a135d9004264386d29a001bd71124714d0d22154f6aee1dabba434ef5e7b8703c280da7bab735b872c9ffd65320b0abaef49 +Size (firefox-l10n-100.0.1/lv.xpi) = 459193 bytes +BLAKE2s (firefox-l10n-100.0.1/mk.xpi) = 4c64809b57597dcbeb244b89b061bb4e19d2a9d107096b02fa7ae9cad03999e5 +SHA512 (firefox-l10n-100.0.1/mk.xpi) = 13e4e44cf776f9d42b0b286e7661a7480e77d0a8ac7fc1abfff37e187ce7fea0759c585b2f5c6a9f3288fe27febb04e1d06292318a0c9a53ef7cf335576dbb8f +Size (firefox-l10n-100.0.1/mk.xpi) = 468292 bytes +BLAKE2s (firefox-l10n-100.0.1/mr.xpi) = 1976f4a2f168fee01bdc90e8753fc2fe5f6e1640a3deaf82a5f9a7ca191d7841 +SHA512 (firefox-l10n-100.0.1/mr.xpi) = 7c9cff06e6bcf5a97edcd3d3b88bfc90f5766e6e888651679d88c07e9df5df7cc50ab628c453bfa6e87dfb54f6a120ef65edc23698087c6d4d0491e9211ba7f3 +Size (firefox-l10n-100.0.1/mr.xpi) = 528154 bytes +BLAKE2s (firefox-l10n-100.0.1/ms.xpi) = ebcf3022fa7e150e49da37cb31a45215f97688117adba71e9936d6e6ef971d1e +SHA512 (firefox-l10n-100.0.1/ms.xpi) = 53a35c2d51212107c8c05d55af0ead3383ce08238d3d82e516cb45a63624a093575a7b62ed639314eb942a20ae4fffefbf9fb28856b625a68208aa7a4143627f +Size (firefox-l10n-100.0.1/ms.xpi) = 444145 bytes +BLAKE2s (firefox-l10n-100.0.1/my.xpi) = 6199f8435eac2816b27b262d84503db79a55f4c688c45f12f60137f1910c7037 +SHA512 (firefox-l10n-100.0.1/my.xpi) = 0113112257865d79882a46d28f2824091eb16710062d8430e106e6a2cca11b6ff5bdfb6b079de897afc3e2b5375a9b9de05b9d449a1d2a4d7236b503d2c5925c +Size (firefox-l10n-100.0.1/my.xpi) = 507354 bytes +BLAKE2s (firefox-l10n-100.0.1/nb-NO.xpi) = f5a3ad7821da346cda53fa06a1044f23f7da142a6ec39a0e253f436107492393 +SHA512 (firefox-l10n-100.0.1/nb-NO.xpi) = 5b46bfc1bcfd8dea5d99eab44464588b8d46d313201a1b7aa1455bb055a4a3d157e9eed16de9d7fbef826afb8098044c8265009653495ca22a5d75c1bdc69e91 +Size (firefox-l10n-100.0.1/nb-NO.xpi) = 533774 bytes +BLAKE2s (firefox-l10n-100.0.1/ne-NP.xpi) = e010bdb5ad4e492df258b59d00a324d4a1a6ceb6eab69e980919642a295ca4ab +SHA512 (firefox-l10n-100.0.1/ne-NP.xpi) = 4d263a3df99e8b0d5bdfec1323680510a8e2b46f9ef483c0a49b3f846a85df5ed592176230933a91f5238e1c4bbb6a0f61f1b8321bed1f109bb2d543bdc355c2 +Size (firefox-l10n-100.0.1/ne-NP.xpi) = 482568 bytes +BLAKE2s (firefox-l10n-100.0.1/nl.xpi) = e65daf2a6695fe9901af729b6850395094cb36b8f72c73bd52ff7ec2cb4fe016 +SHA512 (firefox-l10n-100.0.1/nl.xpi) = 7bc6aa25b9c1e3f762e8c0b9f4d1a90d2c6d5f65b7027c6ae263c8e9089d50abc5cecde65cee7502a15f65cd53f0fcc2ec914ab3f9668eabb1408a5a4fa9eb97 +Size (firefox-l10n-100.0.1/nl.xpi) = 542307 bytes +BLAKE2s (firefox-l10n-100.0.1/nn-NO.xpi) = c2eabd16cd3932af5a2455b413227a5284876dadf032b2706ecdf6bf6f5cd295 +SHA512 (firefox-l10n-100.0.1/nn-NO.xpi) = 04942e033d9b0d1da4c29113127a6005ca7abd6811e6fc233cbab45fc4e7713f6007d9335c1e22923a02735a657e8def89722e334522d8b984962cf7e3312725 +Size (firefox-l10n-100.0.1/nn-NO.xpi) = 536159 bytes +BLAKE2s (firefox-l10n-100.0.1/oc.xpi) = 6cfa79cbac6540c1b99376ea1f099812f28ea3005b7277afa6750b7337bb5fce +SHA512 (firefox-l10n-100.0.1/oc.xpi) = 06f033e3b69ca334f08cf8b93499b1b06c72e9c973020215331f50be7a8b3d94273a062e3e1be88d6c3b4ae419bd8c2c5b246e037a4830ddbf19acfe34e2ece3 +Size (firefox-l10n-100.0.1/oc.xpi) = 556906 bytes +BLAKE2s (firefox-l10n-100.0.1/pa-IN.xpi) = 458874f01c6dc15ad9826ca939b5c2131232b371acdb22e487739304b3e41964 +SHA512 (firefox-l10n-100.0.1/pa-IN.xpi) = 5ec3d57baf1c68d755ae1c7ff910704a370f0a23d48c832442065a6bb24a908917c38a8b4a68e94daa128e8fdf0377a6439edb4a201d59a0f19ba48ed517a7a8 +Size (firefox-l10n-100.0.1/pa-IN.xpi) = 600278 bytes +BLAKE2s (firefox-l10n-100.0.1/pl.xpi) = e9350d733c30581d8cb748c2dd122ead0e4440e0e0a4bfd8e0b62a6d3338a2a1 +SHA512 (firefox-l10n-100.0.1/pl.xpi) = 13a00ac200e6d990575842bd6e2eecbb0a7acd3c0612bdd1b944343ecab9f6f676cde265f5f0b2c2b1a2b0c887472a0b594cc67c10755dd3202d0f019747c45e +Size (firefox-l10n-100.0.1/pl.xpi) = 562526 bytes +BLAKE2s (firefox-l10n-100.0.1/pt-BR.xpi) = 6b8b39f7b25a643d40d09f53bb71a36d60bf3d78cd8e549d9f7616d4870e95fb +SHA512 (firefox-l10n-100.0.1/pt-BR.xpi) = 8126410e146ec1156422de78be172ef2075acf41aec91a453b86c1894c8ff54b308958e69f20fdb47a6c52d8776f5bbacb6f088cf85543dc3aab4851d65ddf5b +Size (firefox-l10n-100.0.1/pt-BR.xpi) = 547578 bytes +BLAKE2s (firefox-l10n-100.0.1/pt-PT.xpi) = 7262eac5f3dd473f6b715c40274d4b0a5f362ba760ed8b5aa159ab129638d197 +SHA512 (firefox-l10n-100.0.1/pt-PT.xpi) = 031a95e6579b54ba969162140b3c5148fd7f7caae836f52be8ed975009099c45a6b9983cf1e772208c90cb11860ab6d75118d7ca789c47a0b7a666cc620612d9 +Size (firefox-l10n-100.0.1/pt-PT.xpi) = 551055 bytes +BLAKE2s (firefox-l10n-100.0.1/rm.xpi) = 26ec1e86124c8685fd44e361e7dc3545f669716fcabca557c5c2602f101a4e35 +SHA512 (firefox-l10n-100.0.1/rm.xpi) = 427b8dbe4f2acb2ae727d30a5ad73d22c9321401d35b74a103d4a9e5e55f77793ebd8c55e5f073eba038ced31c4013f0ccc49aae2c6a7130a455342dc9f8f7e3 +Size (firefox-l10n-100.0.1/rm.xpi) = 541904 bytes +BLAKE2s (firefox-l10n-100.0.1/ro.xpi) = 98fdbf07a742ad8dd5ba88bb7ab50c5f2dab15bffa4a496064870a595ffdf01e +SHA512 (firefox-l10n-100.0.1/ro.xpi) = 3b54b0e25cc7ac164555b5d70b7c7675bca6d0b7969f0bcae32aeb6bd70bac0d7db3a3be970e5d68882d7b68e5915c973f535f2c657a133a18861e41bc5acd51 +Size (firefox-l10n-100.0.1/ro.xpi) = 528004 bytes +BLAKE2s (firefox-l10n-100.0.1/ru.xpi) = 2eafb0459f3ed011549735d5e3eb14ac08d5201d0a7fb4a919135304d89fe978 +SHA512 (firefox-l10n-100.0.1/ru.xpi) = c3a6abd3e1fc53e987429a12ff7d32df00a4dcc8b320f2e1ddb3ab9097ecb1f608bace25fae964375c9d05700e7a301696ea16556e40df6611ca047c20ca8443 +Size (firefox-l10n-100.0.1/ru.xpi) = 633361 bytes +BLAKE2s (firefox-l10n-100.0.1/sco.xpi) = f3842c31e68cf5f0acd586ae2b3814f6c825091fd2e227d30eb9b042c74a83f9 +SHA512 (firefox-l10n-100.0.1/sco.xpi) = 746d2dc557728a1e47290715748048884480db75e071859c3a94021443dde1174ebcafd395d76605ca6febd7bd7ba1f7dc733fbc52df5eea081593539501b7be +Size (firefox-l10n-100.0.1/sco.xpi) = 500186 bytes +BLAKE2s (firefox-l10n-100.0.1/si.xpi) = 98426edc908aa20bcbdf2503c4a59e2dbac26a03119b6836142f46797551c742 +SHA512 (firefox-l10n-100.0.1/si.xpi) = 203051b051c144eb7bdb13c45433c5a6f82efb3f714eb4ef176678dc75c1c7ad74edeca2c6e52aa2a4c25d8a6914dafaa4662b5f5604ef7f7e56d99d92b54d7f +Size (firefox-l10n-100.0.1/si.xpi) = 480899 bytes +BLAKE2s (firefox-l10n-100.0.1/sk.xpi) = 65c33edf4fe8638d0da7ab868bf400787b5fe267a89a834b6baed01e6a8b5eae +SHA512 (firefox-l10n-100.0.1/sk.xpi) = 0765f06d0a00f2f7a76c9b925ea6bd9a501b3905518f8de8e0ce135bfabec6e0424483e195506cb20d05c330ae5582c1fd849b91b9b81b52db1f5e9fab83d35d +Size (firefox-l10n-100.0.1/sk.xpi) = 571978 bytes +BLAKE2s (firefox-l10n-100.0.1/sl.xpi) = 37c7a4a5905df8f766ecae95e65b4434acee5c3b0d54febdbf3963dadd061d61 +SHA512 (firefox-l10n-100.0.1/sl.xpi) = 7091b83293da1dcec814419e659648a191861b277b72aa1b2e676dab01a6122ffe2ba448794db99c52785810c59ac4c91e379df1bbc05611684863ccff858f6e +Size (firefox-l10n-100.0.1/sl.xpi) = 543730 bytes +BLAKE2s (firefox-l10n-100.0.1/son.xpi) = f3fc5a0fdc1937ce9b8ca7c0fddfc5de88fd1221396fe9a481aab69190794bf7 +SHA512 (firefox-l10n-100.0.1/son.xpi) = a83c371770aaab6cfca1e2a6fa972bb14541c1383863f17f00dfb8990c745e7da71e28d7c3a050952aceff8ed6c2af6ff04fa20989f8dc61af5cde5af3c46c06 +Size (firefox-l10n-100.0.1/son.xpi) = 417299 bytes +BLAKE2s (firefox-l10n-100.0.1/sq.xpi) = 113641b8267d5f4844bd20d0d5c7b82ab41b7473b12e3d7dfc27d3fb38c34535 +SHA512 (firefox-l10n-100.0.1/sq.xpi) = 66192d58a901a2b65a37fda83256556dbd22c5d6ff8b75ae9c5f62b3d2ebf97120f322d3077654c146a7748396dc0ea1d8e0a5ec6d9c912639eb168dad7f0751 +Size (firefox-l10n-100.0.1/sq.xpi) = 560521 bytes +BLAKE2s (firefox-l10n-100.0.1/sr.xpi) = 639bdd0460e12b755a4f89d88f993347acbae77dc4446c02e2de1cf82f7f2b35 +SHA512 (firefox-l10n-100.0.1/sr.xpi) = a4f14c9cbfe3dac8648b0411c323a1d0acb29220ef92ce2a0180895bc17e245ee41ecc5c58e4b1c55693ccb1355e739f7019ef5effcef07fe18df4cfef549ea1 +Size (firefox-l10n-100.0.1/sr.xpi) = 585621 bytes +BLAKE2s (firefox-l10n-100.0.1/sv-SE.xpi) = 54af2ecf375a6a3499148a34042c31f5bcb8fc873c3508fa5f6bbf1a0a9467aa +SHA512 (firefox-l10n-100.0.1/sv-SE.xpi) = 64cf675e721f0654c6995d3724448f55d5ce940b4d1603f51a09b4ea0fca31339a9a7bb847a3d33030431238b7733d58c59276c10c129dcbdbbe2a3da75b8a96 +Size (firefox-l10n-100.0.1/sv-SE.xpi) = 544798 bytes +BLAKE2s (firefox-l10n-100.0.1/szl.xpi) = 68d3ca7fac7f073abcb817cb593412e496b011c6dac34b3e96bbd5ee73b6b7ed +SHA512 (firefox-l10n-100.0.1/szl.xpi) = a1bc681287537a52204dea8e72e4be778943f6c4261807017e42364efdfb4e9e83f02958a2a0e4ef3d02e17078b8345ae3290239575d1e4aeeeb052be172156d +Size (firefox-l10n-100.0.1/szl.xpi) = 503459 bytes +BLAKE2s (firefox-l10n-100.0.1/ta.xpi) = 2199269bf8ba0e279153642c6b708ac2bdc8885d726e7e2fd13c131c11bb9b11 +SHA512 (firefox-l10n-100.0.1/ta.xpi) = 13129b958b7fd87034616e2c727f8913dc714ce3b7926a58ca567b2c7710788953ed49597c0bb414b166c129b6e80639bc31246aad289e40993bd086962d4fa9 +Size (firefox-l10n-100.0.1/ta.xpi) = 508214 bytes +BLAKE2s (firefox-l10n-100.0.1/te.xpi) = 4b3b5655f0ad22e86cd5baebf41d32fd4634c1c4d9cb6daeb68b8066abefff04 +SHA512 (firefox-l10n-100.0.1/te.xpi) = fbb77a84820ef3f693d6aecbbd1ad72e395dc63935239ef1def760123827fcae9d8025ad7e6881c44026ed2394506f13e919041c47c648d80f9625e53cf3a42f +Size (firefox-l10n-100.0.1/te.xpi) = 546702 bytes +BLAKE2s (firefox-l10n-100.0.1/th.xpi) = dc834aa57b720d8e8ad2f0382882fc3a7ceeb6b9a98ece38fb5e9d90171b7ea1 +SHA512 (firefox-l10n-100.0.1/th.xpi) = 666914312224456098c83d39caa7fa54fa4f49868ccd3624d5f18ad8739e37f6eedc4f460352547ce4d77e6c96c4992d4fdd98382c4cc43ea2e8e65413034644 +Size (firefox-l10n-100.0.1/th.xpi) = 610753 bytes +BLAKE2s (firefox-l10n-100.0.1/tl.xpi) = 17539b5c6184233c28a95ec3d7b893ebc0759925603474e29bd627e12eeb6c4a +SHA512 (firefox-l10n-100.0.1/tl.xpi) = cffb3f9b262790438c42531ee2b481d067a59a46af8cf1283e90ba6da6b0b33eb1d1e56761227ad494a2c44599a24c54d5e938a2bbf97d36a2a8c4782de1fee0 +Size (firefox-l10n-100.0.1/tl.xpi) = 518032 bytes +BLAKE2s (firefox-l10n-100.0.1/tr.xpi) = 640ae7c74f18c8aec297fb60fa3ba8de2e2007027e13a1d989b925010d52f745 +SHA512 (firefox-l10n-100.0.1/tr.xpi) = 42a5de55228d3bb13b99d6050983ac10e9cbba73c9ae9ed8adeca973a1fa8fefc6a50ce1d313bc3d33cbc3574db2c4470fed0a3340a96c5bb861c354e060ff8b +Size (firefox-l10n-100.0.1/tr.xpi) = 558387 bytes +BLAKE2s (firefox-l10n-100.0.1/trs.xpi) = fbbcb090b2ea2c9c7f88eed029269c5f3eb0e9c7d4ffd5a4a6475ebe99f053bc +SHA512 (firefox-l10n-100.0.1/trs.xpi) = 6bf9071933d54768407a9c1506154dcbb9d5cbaf16f768caf8eef070284b151899c20b8519bb4f70204d633772f6f578b774ac45e3bd22ec8bd53c14b497feca +Size (firefox-l10n-100.0.1/trs.xpi) = 486843 bytes +BLAKE2s (firefox-l10n-100.0.1/uk.xpi) = e4049c999c12bf7eb3ee6cb9108ef3f36cdb3614068c5ea41d1a587440c2214d +SHA512 (firefox-l10n-100.0.1/uk.xpi) = 3a1a238b4d0d9ea174659888b4081ca216dd0a74cd6212a09c70172cf8b28dd2c1c9e32570fbda09647e230fab2743edb73c5938ba59ec4d42129c723d435bbd +Size (firefox-l10n-100.0.1/uk.xpi) = 627012 bytes +BLAKE2s (firefox-l10n-100.0.1/ur.xpi) = 645c8fcd55a240945c63d64b1577effc3ee0bfbcf24e00ad4ca8ebc23512eb1a +SHA512 (firefox-l10n-100.0.1/ur.xpi) = 663148b7887cae911f4071a5dc9cd0a58186d8f3925716d2e2eca4711e5e49c2c1a7edb89b878a66ae3e546fa26f4422518e74f501cfaf3f5721cb14cd07d867 +Size (firefox-l10n-100.0.1/ur.xpi) = 556884 bytes +BLAKE2s (firefox-l10n-100.0.1/uz.xpi) = 5811041fb663a032f06abf488e5d1fb55243a0c6088b7517aaddb1da3fd7c560 +SHA512 (firefox-l10n-100.0.1/uz.xpi) = 72074a5db6d5d1f292f58cfe1c6b3dcca5a5194a906f21580151df0386ac43c0349d829eb9cac81523f911707c031882f2365892251a58877bc054f1895f33c8 +Size (firefox-l10n-100.0.1/uz.xpi) = 473713 bytes +BLAKE2s (firefox-l10n-100.0.1/vi.xpi) = 04f408da0ee0ae4d3815bb7883658f3569e6774b412ffd65ec0890c88538e66f +SHA512 (firefox-l10n-100.0.1/vi.xpi) = 55591c9d564b88a245211121bef587dea0f4004bf44dc363749e09111e1be2f7beac0e064c7d90ba4ec232938691445236210b620cb3caa622085f0ddb9100bf +Size (firefox-l10n-100.0.1/vi.xpi) = 578677 bytes +BLAKE2s (firefox-l10n-100.0.1/xh.xpi) = b40114f27c9113c8866c973328217d1a4a4e13c09ed98ad433b92350f8164f27 +SHA512 (firefox-l10n-100.0.1/xh.xpi) = 63a02534b21f4e34f48430c4780da6ec7857f5c0b4b6335aea5b14880c0818bb9b6c28ebaa820a3003844a67e2a1074e7c9f427121b69084344cf1f6bff21de0 +Size (firefox-l10n-100.0.1/xh.xpi) = 419496 bytes +BLAKE2s (firefox-l10n-100.0.1/zh-CN.xpi) = eda172b98e396f411ef19e71214395210bc6d1319af61375de26c23e5e5a089a +SHA512 (firefox-l10n-100.0.1/zh-CN.xpi) = ef568853c2896081f763679225cceb1e24dcdc9f4a50adae716761b588286a15514fea8fab83bf9e7f5af61d345459a5804675d67ab96a7bc0a46e16f55b390c +Size (firefox-l10n-100.0.1/zh-CN.xpi) = 580543 bytes +BLAKE2s (firefox-l10n-100.0.1/zh-TW.xpi) = 1f3f9b0b4153b50253f16aa6047fce1e26f9ba5bf8228305a6e8955c63ab91b0 +SHA512 (firefox-l10n-100.0.1/zh-TW.xpi) = 0355193f3b7b82b3a5b2915eddb397fe439dee96bd36734f33b3e9b878c59f6e4bb3681d9db4514fb0219814ac8cb309b865b1ab2680ad26e4aac565d01bc253 +Size (firefox-l10n-100.0.1/zh-TW.xpi) = 581627 bytes From 2919a7053e5fe98878052357d1ff526a39f8d763 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 12:51:06 +0000 Subject: [PATCH 0542/1154] doc: Updated www/firefox-l10n to 100.0.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 34248fcb218dc..1f40a1b2cafe1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2590 2022/05/17 12:50:19 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2591 2022/05/17 12:51:06 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4006,3 +4006,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/ansible-core to 2.13.0 [adam 2022-05-17] Updated sysutils/py-ansible-compat to 2.0.4 [adam 2022-05-17] Updated www/firefox to 100.0.1 [ryoon 2022-05-17] + Updated www/firefox-l10n to 100.0.1 [ryoon 2022-05-17] From 539d7d7f96e6b241b3e262bd7c005d6ca23de842 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 12:57:06 +0000 Subject: [PATCH 0543/1154] py-nbconvert: Fix runtime error of www/py-notebook setup.py says tinycss2 is required for bleach>=5, however with bleach-3.3.1, tinycss2 is required to find python3 kernel. Bump PKGREVISION. --- www/py-nbconvert/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-nbconvert/Makefile b/www/py-nbconvert/Makefile index 6baa69a148027..70eb6a48162ad 100644 --- a/www/py-nbconvert/Makefile +++ b/www/py-nbconvert/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2022/04/19 11:45:05 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/17 12:57:06 ryoon Exp $ DISTNAME= nbconvert-6.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbconvert/} @@ -24,6 +25,7 @@ DEPENDS+= ${PYPKGPREFIX}-nbformat>=5.1:../../www/py-nbformat DEPENDS+= ${PYPKGPREFIX}-pandocfilters>=1.4.1:../../textproc/py-pandocfilters DEPENDS+= ${PYPKGPREFIX}-pygments>=2.4.1:../../textproc/py-pygments DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.0:../../devel/py-traitlets +DEPENDS+= ${PYPKGPREFIX}-tinycss2-[0-9]*:../../textproc/py-tinycss2 # marked as extra, but required DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado TEST_DEPENDS+= ${PYPKGPREFIX}-pebble-[0-9]*:../../devel/py-pebble From fdc2f77db98a06e456754077b864cfbd3baa0326 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 12:57:33 +0000 Subject: [PATCH 0544/1154] doc: Updated www/py-nbconvert to 6.5.0nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1f40a1b2cafe1..9096f2f71a668 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2591 2022/05/17 12:51:06 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2592 2022/05/17 12:57:33 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4007,3 +4007,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/py-ansible-compat to 2.0.4 [adam 2022-05-17] Updated www/firefox to 100.0.1 [ryoon 2022-05-17] Updated www/firefox-l10n to 100.0.1 [ryoon 2022-05-17] + Updated www/py-nbconvert to 6.5.0nb1 [ryoon 2022-05-17] From 1ef012296159b07304e6489923fb1559cf9bcb6e Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 13:12:13 +0000 Subject: [PATCH 0545/1154] mpv: Add some dependencies and options * Bump PKGREVISION because default option has changed. * Add archivers/libarchive as dependency to enable to play files in ZIP archive. * Add sixel option and enable by default. --- multimedia/mpv/Makefile | 5 +++-- multimedia/mpv/distinfo | 3 ++- multimedia/mpv/options.mk | 16 +++++++++++++--- .../patches/patch-stream_stream__libarchive.c | 17 +++++++++++++++++ 4 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 multimedia/mpv/patches/patch-stream_stream__libarchive.c diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index b52088729206f..4b5bf356a49b3 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.135 2022/05/03 07:04:27 nia Exp $ +# $NetBSD: Makefile,v 1.136 2022/05/17 13:12:13 ryoon Exp $ DISTNAME= mpv-0.34.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -68,6 +68,7 @@ post-install: ${DESTDIR}${PREFIX}/share/examples/mpv/mpv.conf .include "options.mk" +.include "../../archivers/libarchive/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/waf/waf.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo index 91f7dbe02331b..425bfbe523c9c 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.74 2022/05/03 07:04:27 nia Exp $ +$NetBSD: distinfo,v 1.75 2022/05/17 13:12:13 ryoon Exp $ BLAKE2s (mpv-0.34.1.tar.gz) = 8c12b91067c852b26e1b044afb0ff1e80f1950f2c5cc193cc10ffbef227eb4da SHA512 (mpv-0.34.1.tar.gz) = 77ea349d6999f8cce9b5cce4cebd3506a224fc18ab08d22dd16bd34c34d012bb170879b268ddd62db40d116b4cc0b2d9d651b8097f387ed9115c426834cac77e Size (mpv-0.34.1.tar.gz) = 3288356 bytes SHA1 (patch-audio_out_ao__alsa.c) = c4661d0d22550d6e4eb2b7a42dd04dbcc58123b0 SHA1 (patch-etc_mpv.conf) = 9e41b2f4bf59c3bfc5ad84af05538661981ed111 +SHA1 (patch-stream_stream__libarchive.c) = 2025f994b7f82cc868608ab7e8df0ae89b549922 SHA1 (patch-video_out_drm__common.c) = 70eb8884f63e9456c0ffe592289cfd81e208955b SHA1 (patch-video_out_wayland__common.c) = abed416d258ebf0b595ea897daf3013dd81189e8 SHA1 (patch-wscript) = c7bb9c506718c38aded9ca47e7aa0d76cf338bf2 diff --git a/multimedia/mpv/options.mk b/multimedia/mpv/options.mk index 4f0f8b4730c39..7b6124040810d 100644 --- a/multimedia/mpv/options.mk +++ b/multimedia/mpv/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.28 2021/04/25 06:09:41 nia Exp $ +# $NetBSD: options.mk,v 1.29 2022/05/17 13:12:13 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mpv @@ -9,13 +9,13 @@ PKG_OPTIONS_GROUP.gl= opengl rpi # audio outputs PKG_SUPPORTED_OPTIONS+= alsa jack openal pulseaudio # video outputs -PKG_SUPPORTED_OPTIONS+= caca libdrm x11 +PKG_SUPPORTED_OPTIONS+= caca libdrm sixel x11 # audio/video outputs PKG_SUPPORTED_OPTIONS+= sdl2 # misc PKG_SUPPORTED_OPTIONS+= bluray lua -PKG_SUGGESTED_OPTIONS= bluray lua sdl2 +PKG_SUGGESTED_OPTIONS= bluray lua sdl2 sixel PKG_SUGGESTED_OPTIONS.Linux+= alsa pulseaudio .include "../../mk/bsd.fast.prefs.mk" @@ -201,3 +201,13 @@ WAF_CONFIGURE_ARGS+= --enable-x11 .else WAF_CONFIGURE_ARGS+= --disable-x11 .endif + +### +### Sixel support (video output) +### +.if !empty(PKG_OPTIONS:Msixel) +WAF_CONFIGURE_ARGS+= --enable-sixel +.include "../../graphics/libsixel/buildlink3.mk" +.else +WAF_CONFIGURE_ARGS+= --disable-sixel +.endif diff --git a/multimedia/mpv/patches/patch-stream_stream__libarchive.c b/multimedia/mpv/patches/patch-stream_stream__libarchive.c new file mode 100644 index 0000000000000..e5ca14f35ef5d --- /dev/null +++ b/multimedia/mpv/patches/patch-stream_stream__libarchive.c @@ -0,0 +1,17 @@ +$NetBSD: patch-stream_stream__libarchive.c,v 1.1 2022/05/17 13:12:13 ryoon Exp $ + +* NetBSD does not implement uselocale(). + +--- stream/stream_libarchive.c.orig 2022-01-03 19:45:08.000000000 +0000 ++++ stream/stream_libarchive.c +@@ -29,6 +29,10 @@ + #define MP_ARCHIVE_FLAG_MAYBE_RAR (MP_ARCHIVE_FLAG_PRIV << 1) + #define MP_ARCHIVE_FLAG_MAYBE_VOLUMES (MP_ARCHIVE_FLAG_PRIV << 2) + ++#if defined(__NetBSD__) ++#define uselocale(locale) NULL ++#endif ++ + struct mp_archive_volume { + struct mp_archive *mpa; + int index; // volume number (starting with 0, mp_archive.primary_src) From 6379e1bd31d3c56bb41f10557e335521ece99ace Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 13:13:20 +0000 Subject: [PATCH 0546/1154] doc: Updated multimedia/mpv to 0.34.1nb4 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9096f2f71a668..6ce66f173c7f2 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2592 2022/05/17 12:57:33 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2593 2022/05/17 13:13:20 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4008,3 +4008,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/firefox to 100.0.1 [ryoon 2022-05-17] Updated www/firefox-l10n to 100.0.1 [ryoon 2022-05-17] Updated www/py-nbconvert to 6.5.0nb1 [ryoon 2022-05-17] + Updated multimedia/mpv to 0.34.1nb4 [ryoon 2022-05-17] From 80a932555fde727ed181d0f81d2b79d0bbdb8f7a Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 13:35:47 +0000 Subject: [PATCH 0547/1154] kopete: Support SunOS. --- net/kopete/distinfo | 4 ++-- net/kopete/patches/patch-libkopete_avdevice_videodevice.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/kopete/distinfo b/net/kopete/distinfo index ed3141a926d51..a7e5001b49d44 100644 --- a/net/kopete/distinfo +++ b/net/kopete/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 11:05:51 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/05/17 13:35:47 jperkin Exp $ BLAKE2s (kopete-16.12.0.tar.xz) = cf65ecdc77eb48f9dff44582d7e2db8f220244fa66add7924aaaf05dcacad0ff SHA512 (kopete-16.12.0.tar.xz) = 7ea765ebb8652773734b98d9287b9a81452d390b86f80b1c34e166491762791666593e68204100cf18b2245f42a4aabcf4c433c02280d116ec814b93613885fe Size (kopete-16.12.0.tar.xz) = 6340832 bytes -SHA1 (patch-libkopete_avdevice_videodevice.h) = 9864dd808cf375bcc48ec9ed0c6d939da382ea67 +SHA1 (patch-libkopete_avdevice_videodevice.h) = 724477ec12ce567e6974edb1e1b637c822948bf3 SHA1 (patch-protocols_jabber_libiris_src_jdns_jdns_sys.c) = 3bb68fd63bbd98ac106402a1c647f23556e6cea8 SHA1 (patch-protocols_oscar_liboscar_tasks_chatnavservicetask.cpp) = 053ecfecca073c8ebecec602bc378eb45251f962 SHA1 (patch-protocols_winpopup_winpopup-install) = 538f1f079439d3c86454583f2863dbbcb3a63b95 diff --git a/net/kopete/patches/patch-libkopete_avdevice_videodevice.h b/net/kopete/patches/patch-libkopete_avdevice_videodevice.h index 738f90134c0d0..69db232b2502d 100644 --- a/net/kopete/patches/patch-libkopete_avdevice_videodevice.h +++ b/net/kopete/patches/patch-libkopete_avdevice_videodevice.h @@ -1,12 +1,12 @@ -$NetBSD: patch-libkopete_avdevice_videodevice.h,v 1.1 2013/11/07 13:03:07 markd Exp $ +$NetBSD: patch-libkopete_avdevice_videodevice.h,v 1.2 2022/05/17 13:35:47 jperkin Exp $ ---- libkopete/avdevice/videodevice.h.orig 2011-04-01 10:59:27.000000000 +0000 +--- libkopete/avdevice/videodevice.h.orig 2016-12-13 01:23:22.000000000 +0000 +++ libkopete/avdevice/videodevice.h -@@ -75,6 +75,13 @@ +@@ -73,6 +73,13 @@ #endif // HAVE_V4L2 #endif // __linux__ __FreeBSD__ ENABLE_AV -+#if (defined(__NetBSD__) || defined(__DragonFly__)) && defined(ENABLE_AV) ++#if (defined(__NetBSD__) || defined(__DragonFly__) || defined(__sun)) && defined(ENABLE_AV) + +#ifdef HAVE_LIBV4L2 +#include From ff6b90de9d7b0263fb05cb0efdfec59f5b785834 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 13:37:10 +0000 Subject: [PATCH 0548/1154] libreoffice: Update to 7.3.3.2 Changelog: 7.3.3.2: Bugs fixed compared to 7.3.3 RC1 1. tdf#135978 Undo deletes images not even inside the scope of changes (track & changes enabled) [Michael Stahl] 2. tdf#142151 Red cast rendered in 16 bit TIFF image [Julien Nabet] 3. tdf#143615 Impress: Crash when slide transition = 0sec ( steps in comment 10 ) [Thorsten Behrens] 4. tdf#146460 webdav: website fails to load from open file dialog [Michael Stahl] 5. tdf#147472 CHAPTER NUMBERING: Unintentional dot added as before separator [Vasily Melenchuk] 6. tdf#147723 CRASH: after pasting twice [Michael Stahl] 7. tdf#148115 Tooltips are being rendered with artifacts (flashing, blinking, zooming...) [Jan-Marek Glogowski] 8. tdf#148122 Celtic MD font appears wrong [Caol??n McNamara] 9. tdf#148197 LibreOffice crashes when I try to dock floating Navigator window (GTK3) [Caol??n McNamara] 10. tdf#148313 CRASH: Basic IDE crashing while resizing dialog [Noel Grandin] 11. tdf#148429 Link external data doesn't work anymore due to web server not permitting "curl" user agent [Michael Stahl] 12. tdf#148551 Inserting Statistics Fields defaults to A B C format [Vasily Melenchuk] 13. tdf#148620 Crash in Draw and Impress when using Format > Lists > Move Down [Noel Grandin] 14. tdf#148654 Audio from interaction click does not stop when exiting slideshow (gtk3-only) [Caol??n McNamara] 15. tdf#148699 kf5: No tooltips for shapes in Impress's "Basic Shapes" toolbar item (and others) [Jan-Marek Glogowski] 7.3.3.1: Bugs fixed compared to 7.3.2 RC2 1. ofz#45488 get WW8+ calculation of sprmTDefTable length right [Caol??n McNamara] 2. ofz#45524 string is presumed to be at least length 1 [Caol??n McNamara] 3. ofz#46526 abrt [Caol??n McNamara] 4. rhbz#2069486 content of the textbox in help index cannot be deleted [Caol?? n McNamara] 5. tdf#53970 EDITING: avi file lost when save presentation to PPTX (PPT) [T?? nde T??th] 6. tdf#95706 FILEOPEN: RTF import doesnt interpret ascii text encoding with windows code pages [Vasily Melenchuk] 7. tdf#96389 Default tab size wrong on pptx import [G??l?ah K?se] 8. tdf#104390 FILEOPEN RTF Courier New erroneously replaced with fallback font, when file does not contain \pard\plain [Vasily Melenchuk] 9. tdf#104927 Text Import - fixed width mode not adjusting csvtablebox for multi-byte fonts [Eike Rathke] 10. tdf#111675 IFS() and SWITCH() should short-cut evaluation like IF() and CHOOSE() [Eike Rathke] 11. tdf#111851 FILEOPEN: RTF: table's shading ignored [Vasily Melenchuk] 12. tdf#111924 Focus lost on context menu [Andreas Heinisch] 13. tdf#113066 [EMF] Writer wrongly shows graphics semicircles from CAD that were pasted as GDI [Bartosz Kosiorek] 14. tdf#116358 Writer doesn't keep a table row with the next in RTF documents [Vasily Melenchuk] 15. tdf#117159 REPORTBUILDER - Trying to edit chart leads to crash of whole LO [Caol??n McNamara] 16. tdf#117162 REPORTBUILDER - Chart isn't shown in report [Caol??n McNamara] 17. tdf#118047 FILEOPEN RTF: In page header "spacing below paragraph" is 0.35 cm, should be 0 [Vasily Melenchuk] 18. tdf#128610 "Import MathML from Clipboard", is broken on linux ( steps in comment 19 ) [Mike Kaganski] 19. tdf#131234 RTF import: numbering in list has wrong font size [Vasily Melenchuk] 20. tdf#135220 Different number of pages/ layout after CTRL+X undo [Michael Stahl] 21. tdf#139687 Certain footnotes are only partly rendered (missing top/bottom have of the text) after undo or cut paste (footnote spacing appears to be off) [Michael Stahl] 22. tdf#140222 Split button popup windows are docked incorrectly using ctrl+shift+F10 [Jim Raykowski] 23. tdf#141578 Libreoffice unusable with fractional scaling on multimonitor (on plasma+wayland) [Jan-Marek Glogowski] 24. tdf#141671 FILESAVE: RTF: Incorrect font properties after RT in Word [Mark Hung] 25. tdf#142204 [EMF] SetArcDirection support [Bartosz Kosiorek] 26. tdf#142902 FILESAVE DOCX Remove personal information from change tracking and comments [L??szl?? N??meth] 27. tdf#143135 Impress crashes when switching to another application then back (kf5 / qt5 with IM) [Jan-Marek Glogowski] 28. tdf#143216 Hyperlinks with Basic Auth (https://user:password@example.com/) get lost in PDF export [Dr. David Alan Gilbert] 29. tdf#144563 Fields referencing numbered lists now have "." in the generated text where they did not before [Vasily Melenchuk] 30. tdf#144585 button popups don't open with KF5 VCL on Wayland [Jan-Marek Glogowski] 31. tdf#145954 Unable to access Math menus using Tabbed interface on Kf5 [Jan-Marek Glogowski] 32. tdf#146174 ALT no longer usable for hotkeys, goes to dropdown menu now (started in 7.2.3) (gtk3 only) [Vincent Reher] 33. tdf#146851 The logic of Cross Reference representing Paragraph Numbering is different between MSOffice and LibreOffice [Vasily Melenchuk] 34. tdf#147014 FILEOPEN XLSX: Images anchored to cells are missing [Aron Budea] 35. tdf#147285 Pasting from Firefox results in raw code (\uXXXX) instead of Chinese text under kf5 (cairo+wayland) [Michael Weghorn] 36. tdf#147309 Firebird: Deleting an old view and creating a new view with same name works only after restarting Base [Julien Nabet] 37. tdf#147310 The undo action isn't visible on screen (only save & reload will show it worked) [Michael Stahl] 38. tdf#147347 Deleting rows with track changes enabled behaving kind of strange [L??szl?? N??meth] 39. tdf#147414 Space is add after the cursor not before (so cursor doesn't move when pressing space) with track & changed enabled [Michael Stahl] 40. tdf#147416 Track changes prevents spell suggestions to appear in right click context menu [Michael Stahl] 41. tdf#147523 unable to expand formula region in calc using mouse in 7.4 (kf5) [Jan-Marek Glogowski] 42. tdf#147546 Transliteration with punctuation marks [L??szl?? N??meth] 43. tdf#147641 OPTIONS DIALOG: Configuring default font size for captions always reset to 12 points [Noel Grandin] 44. tdf#147760 DOCX export: Writer adds timestamps to the anonymized tracked changes [L??szl?? N??meth] 45. tdf#147761 Record macro, does not record "sort" [Szymon K??os] 46. tdf#147782 Macro recorder: After start windowlet takes keyboard focus. Keystrokes don't go to the document. [Caol??n McNamara] 47. tdf#147876 Crash in Macros with Import dialog if OS file dialog used [Samuel Mehrbrodt] 48. tdf#147905 LibreOffice Calc 7.3.1: PROPER function in long table leads to wrong capitalization [Xisco Fauli, Noel Grandin] 49. tdf#147921 Filesave DOC: wrong layout and then all missing from 7.3 [Noel Grandin] 50. tdf#147925 Cursor scrolling back to comment when clicking outside of comment since LO 7.3 [Jim Raykowski] 51. tdf#147978 FILESAVE PPTX Cloud shape loses fill after RT [Regina Henschel] 52. tdf#148033 Loss of precision in /MediaBox: `nMediaBoxWidth` and `nMediaBoxHeight` in `PDFWriterImpl::emitCatalog()` should be `double` in accordance with `PDFPage::emit()`. [Lemures Lemniscati] 53. tdf#148052 FILEOPEN DOCX: Date(fixed) or Time(fixed) fields with has a '.' in the Date Format are updated dynamically in Writer [Eike Rathke] 54. tdf#148054 Fixed width CSV import and "Text to Columns" function hidden columns' data is not hidden but trailing data may, or may get appended [Eike Rathke] 55. tdf#148111 FILEOPEN: DOCX: Text Field is empty [Vasily Melenchuk] 56. tdf#148160 Return carriage in a cell in Calc breaks french autocorrect [Szymon K??os] 57. tdf#148227 Writer track changes: missing Undo of tracked row deletion in Hide Changes mode [L??szl?? N??meth] 58. tdf#148228 Writer track changes: missing Undo of tracked table deletion in Hide Changes mode [L??szl?? N??meth] 59. tdf#148235 No longer possible to switch XForm to design mode from "Form Design" toolbar [Michael Weghorn] 60. tdf#148253 LibreOffice 7.3 conversion can no longer convert .pptx to .html unless with filter or .htm [Mike Kaganski] 61. tdf#148273 FILEOPEN DOCX: Empty paragraph formatting before section break leaks to the bullets [Sarper Akdemir] 62. tdf#148310 Firebird: copy complete rows, CLOB field, last character lost [Julien Nabet] 63. tdf#148338 Writer Mail Merge Failure with one-letter domain names [Mike Kaganski] 64. tdf#148342 FILESAVE DOCX Shape 'puzzle' is exported as rectangle [Attila Bakos (NISZ)] 65. tdf#148345 Writer track changes: not visible Reject Changes of tracked table row deletion in Hide Changes mode [L??szl?? N??meth] 66. tdf#148361 FILEOPEN: DOCX: Incorrect information in placeholder [Vasily Melenchuk] 67. tdf#148382 "To" is empty in "Email merged document" dialog [Mike Kaganski] 68. tdf#148384 "Sending Email messages" dialog does not stay open upon errors [Mike Kaganski] 69. tdf#148397 Crash on font features dialog opening with EB Garamond [Julien Nabet] 70. tdf#148423 The width of columns with a long word collapses after opening a TSV [Stephan Bergmann] 71. tdf#148445 Exchanging data source in mail merge wizard causes crash (kf5) [Michael Weghorn] 72. tdf#148481 Wrong mouse pointer shown for hyperlinks when pressing Ctrl [Jan-Marek Glogowski] 73. tdf#148491 Close document X button doesn't close (qt5 and kf5 only) [Jan-Marek Glogowski] 7.3.2.2: Bugs fixed compared to 7.3.2 RC1 1. tdf#147143 Word selection error in Arabic text [Noel Grandin] 2. tdf#147744 Calc crashes when pasting simple formula in a filtered column [Kohei Yoshida] 3. tdf#147767 CALC: Paste data with very small font from website [Noel Grandin] 4. tdf#147928 Crash when inserting comment and undoing in Writer (gtk3 only) [Caol??n McNamara] 5. tdf#147961 Crash: Typing "++" and press Enter (AutoCorrect Create Table) [Noel Grandin] 6. tdf#148053 Typing or pasting ZWNJ leads to Writer crash (debug build only) [Caol??n McNamara] 7.3.2.1: Bugs fixed compared to 7.3.1 RC3 1. cid#1500433 using a moved object [Caol??n McNamara] 2. cid#1500452 using a moved object [Caol??n McNamara] 3. cid#1500515 dereference after null check [Caol??n McNamara] 4. cid#1500654 using a moved object [Caol??n McNamara] 5. cid#1500690 explicit null dereferenced [Caol??n McNamara] 6. cid#1501377 dereference after null check [Caol??n McNamara] 7. ofz#44991 use-of-uninitialized-value [Caol??n McNamara] 8. ofz#44997 use-of-uninitialized-value [Caol??n McNamara] 9. ofz#45073 initialize names to NULL in case of 0 glyphs [Caol??n McNamara] 10. ofz#45081 check font length [Caol??n McNamara] 11. ofz#45082 out-of-memory [Caol??n McNamara] 12. ofz#45165 verify table offsets [Caol??n McNamara] 13. ofz#45255 handle short O_hhea table [Caol??n McNamara] 14. ofz#45314 limit to valid day/month indexes [Caol??n McNamara] 15. tdf#34759 media player pauses when press progressbar (rewind music) [Caol?? n McNamara] 16. tdf#38669 Typing an accented letter when focus on a figure, display another character [Andreas Heinisch] 17. tdf#100007 Progress slider and progress status controls don't update during playback [Caol??n McNamara] 18. tdf#103800 FILEOPEN PPTX: Dark red font opens as white in specific text box [T??nde T??th] 19. tdf#104902 unable to display chr(10) or chr(13) in a cell in calc when inserted by a macro [Andreas Heinisch] 20. tdf#118117 Pivot table with column named "Data" [Justin Luth] 21. tdf#119083 Recalculation is slow with 90000 VLOOKUP [Eike Rathke] 22. tdf#122098 FILEOPEN XLSX, Function with logic answer gives back 1 or 0 in LO [Justin Luth] 23. tdf#122471 FILEOPEN XLSX, Pivot missing columns and rows in LO [Justin Luth] 24. tdf#123318 Problems with new help's "Search in chosen module" function [Ilmari Lauhakangas] 25. tdf#126319 FILESAVE: exporting selection to bitmap formats produces distorted output [Armin Le Grand (Allotropia)] 26. tdf#127720 FILEOPEN PPTX Y error bars gone from XY Scatter chart [Justin Luth] 27. tdf#132057 Calc jumping to "protected cells" during data entry in spreadsheets [Lubo? Lu????k] 28. tdf#132557 FILEOPEN PPTX: oval shape from slide master opens as square (OK from PPT) [Sarper Akdemir] 29. tdf#135843 FILEOPEN PPTX: extraneous/missing lines in table in Impress versus PowerPoint [G??l?ah K?se, Xisco Fauli] 30. tdf#136632 Save transparency when exporting selected drawing objects is not working for PNG [Julien Nabet] 31. tdf#137381 Chapter numbering preview inconsistent with dark theme [Heiko Tietze] 32. tdf#137520 Colibre: Some icons with text (like B, I, U, etc) are too big that make them unbalance with the rest of the icons [Rizal Muttaqin] 33. tdf#138400 UI Calc Wrong icons showing for format as general and format as currency [Rizal Muttaqin] 34. tdf#140077 Fatal Error after insert a new line by Enter (std::bad_array_new_length) ( steps in comment 15 ) [Michael Stahl] 35. tdf#142423 Adjust the default LibO heading sizes to avoid rounding/up down on DOCX export (causing layout shifts) [Heiko Tietze] 36. tdf#143239 Image off-page after undo [Michael Stahl] 37. tdf#143709 Part of the text remains visible when press CTRL+A Backspace within an Calc cell (gen) [Andreas Heinisch] 38. tdf#144036 New icon needed for the UNO Object Inspector [Rizal Muttaqin] 39. tdf#144303 Create Calc's Cross Cursor for Every Icon Theme [Rizal Muttaqin] 40. tdf#145580 Comment balloon doesn't allow Latin characters [Caol??n McNamara] 41. tdf#146171 Tracked changes with no date (0000-00-00) in .doc(x) documents are no longer tracked when converted to ODF format. [L??szl?? N??meth] 42. tdf#146463 Filtering of data series name does not hide it in chart legend [Ouyang Leyan] 43. tdf#146562 UI: Table of content dialog position to parent is off (dialog doesn't open centered to main screen) [Caol??n McNamara] 44. tdf#146597 Writer stops responding when a group of shapes is anchored to character [Attila Bakos (NISZ)] 45. tdf#146690 FILESAVE PPTX: Textbox with only newlines doesn't preserve text size on save [Sarper Akdemir] 46. tdf#146825 Right click Remove in animation tab doesn't work decently. Right click doesn't entail select [Caol??n McNamara] 47. tdf#146848 Assert pasting content in Debug build [Michael Stahl] 48. tdf#146962 Track Changes: Deleting rows in Hide Changes mode doesn't hide the deleted rows immediately (only changing to Show Changes, and back to Hide Changes) [L??szl?? N??meth] 49. tdf#147089 Incorrect handling of right-hand argument to "\" Integral Division BASIC operator [Andreas Heinisch] 50. tdf#147121 FILESAVE PPTX: font size of empty line break in multi-line list item increases [Attila Bakos (NISZ)] 51. tdf#147166 Changing text color of list item changes vertical spacing [Caol ??n McNamara] 52. tdf#147292 chart data point hover tip broken in gtk3 VCL UI [Caol??n McNamara] 53. tdf#147298 Auto Calculate does not work on newly inserted columns in ods or xls formats [Kohei Yoshida] 54. tdf#147343 Wrong microtypography for AM/PM indicator in Spanish locales [Julien Nabet] 55. tdf#147364 CRASH calling a DLL function returning a string in LibreOffice x64 on Windows [Mike Kaganski] 56. tdf#147421 LibreOffice hangs if there are massively null-byte characters in csv file [Eike Rathke] 57. tdf#147435 Accept/Reject Track Change icons/menu items aren't enabled on selected cells of text tables, despite their tracked text changes [L??szl?? N??meth] 58. tdf#147448 Freezes because of External link [Eike Rathke] 59. tdf#147565 Browsing comments in the navigation pane also browses hidden solved comments [Jim Raykowski] 60. tdf#147575 Colibre: Open Has Generic Open Folder Icons [Rizal Muttaqin] 61. tdf#147603 Missing star icons in Extension dialog [Rizal Muttaqin] 62. tdf#147611 UI: Assert when running a macro (regression in 7.3) [Mike Kaganski] 63. tdf#147664 Sukapura: Some icons with text (like B, I, U, etc) are too big that make them unbalance with the rest of the icons [Rizal Muttaqin] 64. tdf#147686 Colibre: Text direction icons (right to left and left to right) have less clear arrows especially on large screens (1920x1080) [Rizal Muttaqin] 65. tdf#147755 Can't use "Tools > Symbols" dialog in math formula editor (StR in comment 3) [Arnaud VERSINI] 66. tdf#147830 CRASH when apply particular advanced filter in particular document [Lubo? Lu????k] 67. tdf#147835 Sukapura: Text direction icons (right to left and left to right) have less clear arrows especially on large screens (1920x1080) [Rizal Muttaqin] 68. tdf#147838 Image needed for Base's dummy preview every icon theme (see tdf# 139453) [Rizal Muttaqin] --- misc/libreoffice/Makefile | 7 +++---- misc/libreoffice/distinfo | 27 +++++++++++++-------------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index c0e88c650951e..7d9321b841df6 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.283 2022/04/18 19:11:40 adam Exp $ +# $NetBSD: Makefile,v 1.284 2022/05/17 13:37:10 ryoon Exp $ -VERREL= 7.3.1 -VERRC= 3 +VERREL= 7.3.3 +VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} -PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz diff --git a/misc/libreoffice/distinfo b/misc/libreoffice/distinfo index 82d0c7edb9cf7..e4d3dbdfff66a 100644 --- a/misc/libreoffice/distinfo +++ b/misc/libreoffice/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.128 2022/03/04 13:47:01 ryoon Exp $ +$NetBSD: distinfo,v 1.129 2022/05/17 13:37:10 ryoon Exp $ BLAKE2s (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 0e0a0ae1eb07e5058749dc1726bc59971c723b4b16c57d83f24b6ac6ddd96d71 SHA512 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = b9c02d63e9b47a838dbe67c05b9e9e4983d13b9d74794e1c30c73d341c3bc905c9edec3a72fa339ae8c0e06d97e69ac2ea23bf51336b77af14cab7ae67721a46 @@ -132,18 +132,18 @@ Size (libreoffice/libjpeg-turbo-2.1.1.tar.gz) = 2256321 bytes BLAKE2s (libreoffice/libre-hebrew-1.0.tar.gz) = 0cf1aade1aa45f923b05b4c0c2378ad8fe954b6b56913ef8b263403696853679 SHA512 (libreoffice/libre-hebrew-1.0.tar.gz) = 609c8ef29a1eab9b027ea04abf14949e9a204cf826fb0a792dadd8a83fc49ac9610a0b3a2bd4b8988e615688c63d0ec08a89436134980b2a9667e8966a75a795 Size (libreoffice/libre-hebrew-1.0.tar.gz) = 531276 bytes -BLAKE2s (libreoffice/libreoffice-7.3.1.3.tar.xz) = e3aa7aba77124cccb823c97beafad9b41bda9180633b0d1e27cdec96d17f8aba -SHA512 (libreoffice/libreoffice-7.3.1.3.tar.xz) = d0daaee058e2cd7f1af02101b68d33c3df50b3eaae951b40c557c4e74c6f0929162fec0759fa4688cd7da41a5fa7ab4dbf867f31cad428487da2393dcb40a3d8 -Size (libreoffice/libreoffice-7.3.1.3.tar.xz) = 255329180 bytes -BLAKE2s (libreoffice/libreoffice-dictionaries-7.3.1.3.tar.xz) = 2814d66c82e8b2de89fbbde9d1f0d5e7002bb72b0a97eba50dcaf67f94865bf7 -SHA512 (libreoffice/libreoffice-dictionaries-7.3.1.3.tar.xz) = 7ef37947837f5e5d02d47ee3d5d9adebddfcf314e14a2adab938dd159bb185cce66cb626cb8c2660902ab9069cea79adf978b4813826be97e4c4e88917d04893 -Size (libreoffice/libreoffice-dictionaries-7.3.1.3.tar.xz) = 51298232 bytes -BLAKE2s (libreoffice/libreoffice-help-7.3.1.3.tar.xz) = e5c681118cd92eb1fd93cfa446d9458421556baf082497ab1ac582a4232c0a13 -SHA512 (libreoffice/libreoffice-help-7.3.1.3.tar.xz) = cb41afc6b4c35a97a62d4263395210b3309c8a68822cecfc245217d9f93697a0bd9043801622923ed81a14d346161d56f6443ccb6e082d3ba8ddcf737653da0f -Size (libreoffice/libreoffice-help-7.3.1.3.tar.xz) = 112208156 bytes -BLAKE2s (libreoffice/libreoffice-translations-7.3.1.3.tar.xz) = 8083c8e3d0fc6b73c1f2a00056721583aa6e5dcd3cc1de7d6c5972653c8fc3d3 -SHA512 (libreoffice/libreoffice-translations-7.3.1.3.tar.xz) = 2760ff338c31ca2c763c7b72e0a031ee7ac0d0d45f0a2bc9f05d431eed62f6a08bd45b66a05f0f13d32d046e45f564cc392c0f6b05194ae92eee669ca8679ea8 -Size (libreoffice/libreoffice-translations-7.3.1.3.tar.xz) = 196069996 bytes +BLAKE2s (libreoffice/libreoffice-7.3.3.2.tar.xz) = 1c6311051b2b9bc5688eec7565babe211fad51778d42a02484bdc2395464cb8f +SHA512 (libreoffice/libreoffice-7.3.3.2.tar.xz) = 242d5694b6d09c669992ea68223b62fb8e418e886f68c7e5d843272d55ad2de34e5207180b7a541fd97cbe678c2d12d5290ebd8b82d47c88f1607e6736413c96 +Size (libreoffice/libreoffice-7.3.3.2.tar.xz) = 256036064 bytes +BLAKE2s (libreoffice/libreoffice-dictionaries-7.3.3.2.tar.xz) = 8af6dd7712589c843a42df3849d24b3bdf5f32ecdb2c422db7f8bcf6d05bea0c +SHA512 (libreoffice/libreoffice-dictionaries-7.3.3.2.tar.xz) = 681a45bf0d2d7aca2230e26f95f38071deb0484045d3dee0a14807fc0487c258234f3b6673633c86af11b985f0203b640d8aefe2a765f2f199d09df80ce14c47 +Size (libreoffice/libreoffice-dictionaries-7.3.3.2.tar.xz) = 51306820 bytes +BLAKE2s (libreoffice/libreoffice-help-7.3.3.2.tar.xz) = dfaf4d7e405c0fe28c4fe216c5ddc651549545947905e52767899e2e351e209d +SHA512 (libreoffice/libreoffice-help-7.3.3.2.tar.xz) = f70e747c5b78be20bbe4dd0c20840923d14b4278c00a12a60f5e58e3226abc0c218ac3cce4885cf5a440ace92141bf0428df40a4d1469edb91103167c5e3d46f +Size (libreoffice/libreoffice-help-7.3.3.2.tar.xz) = 112209704 bytes +BLAKE2s (libreoffice/libreoffice-translations-7.3.3.2.tar.xz) = ed5ed45ab393c889ac72b3f7afe9d756dda3e499b7a245649a7dcc25c5e18759 +SHA512 (libreoffice/libreoffice-translations-7.3.3.2.tar.xz) = 6197659420c6f452ec678dcf006835e58e34b2b0952572768af79f1e67d40ecccc9fc4a316bee7420e5db6f1eb6521237af583a492080f4084eb4cab1fefcf42 +Size (libreoffice/libreoffice-translations-7.3.3.2.tar.xz) = 196316184 bytes BLAKE2s (libreoffice/lxml-4.1.1.tgz) = 8ab1ddfc30f21c433da04723d9092cd4e938cd5a5380310e8089e959a690d294 SHA512 (libreoffice/lxml-4.1.1.tgz) = 9542e5206f9b2f9e072c52ef8e6cf44d1aaae8ae3e7ca7e820c1fac12e716503308ccb3cebc52155b4c93799f3ebca247781fc491524d004378bd26f5cddb9d1 Size (libreoffice/lxml-4.1.1.tgz) = 2380804 bytes @@ -190,7 +190,6 @@ SHA1 (patch-external_skia_Library__skia.mk) = bf97a0724bd8cb5e249b63e60e85e2e721 SHA1 (patch-external_skia_UnpackedTarball__skia.mk) = 75d379ec8f11f45ea98e81e1b9124edf6d7e2f2b SHA1 (patch-external_skia_netbsd.patch.0) = 0667db4002f8026108f3a4b0adbfeffd08a3369c SHA1 (patch-i18nutil_source_utility_unicode.cxx) = 014d48574a379f92f2d0afe3c91d2c2956708dd8 -SHA1 (patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh) = e871e2096c367e742dc5758fe60ae819846def29 SHA1 (patch-sal_osl_unx_system.hxx) = 478dd47dc512d283a554600951010bbaa10c2c0e SHA1 (patch-sal_rtl_cipher.cxx) = e5e46d0b96e25572be86bf26f0053436859736cd SHA1 (patch-sc_source_core_tool_math.cxx) = 94ea14291d87ab7ad43a8f277738685e2743cb4a From c4a01d9460bf3f91cddcb558584ea9971d067a03 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 13:37:49 +0000 Subject: [PATCH 0549/1154] doc: Updated misc/libreoffice to 7.3.3.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6ce66f173c7f2..c0ac639000b23 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2593 2022/05/17 13:13:20 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2594 2022/05/17 13:37:49 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4009,3 +4009,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/firefox-l10n to 100.0.1 [ryoon 2022-05-17] Updated www/py-nbconvert to 6.5.0nb1 [ryoon 2022-05-17] Updated multimedia/mpv to 0.34.1nb4 [ryoon 2022-05-17] + Updated misc/libreoffice to 7.3.3.2 [ryoon 2022-05-17] From 8525cb222ad5f51b1e49361d9e57138c07b5b536 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 13:52:09 +0000 Subject: [PATCH 0550/1154] krdc: SunOS needs socket libraries. --- net/krdc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/krdc/Makefile b/net/krdc/Makefile index 8e306a04bf961..a5877a6b4180e 100644 --- a/net/krdc/Makefile +++ b/net/krdc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2022/04/18 19:11:51 adam Exp $ +# $NetBSD: Makefile,v 1.55 2022/05/17 13:52:09 jperkin Exp $ DISTNAME= krdc-${KAPPSVER} PKGREVISION= 8 @@ -14,6 +14,8 @@ BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools USE_TOOLS+= msgmerge pkg-config +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../devel/kcmutils/buildlink3.mk" .include "../../devel/knotifyconfig/buildlink3.mk" .include "../../net/freerdp2/buildlink3.mk" From 7413ca56e55afe3f8415fa5f539de607a9b7fcb5 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 13:58:08 +0000 Subject: [PATCH 0551/1154] krfb: SunOS needs socket libraries. --- net/krfb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/krfb/Makefile b/net/krfb/Makefile index 8e62a0ef3abf3..b0077def42325 100644 --- a/net/krfb/Makefile +++ b/net/krfb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2022/04/18 19:11:51 adam Exp $ +# $NetBSD: Makefile,v 1.52 2022/05/17 13:58:08 jperkin Exp $ DISTNAME= krfb-${KAPPSVER} PKGREVISION= 8 @@ -14,6 +14,8 @@ BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools USE_TOOLS+= msgmerge pkg-config +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../net/kdnssd/buildlink3.mk" .include "../../net/libvncserver/buildlink3.mk" From d02e66e96d1fc0ae90c74dfff94aef01df0691d5 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 14:09:38 +0000 Subject: [PATCH 0552/1154] qr-code-generator: Update to 1.8.0 Changelog: Not available. --- graphics/qr-code-generator/Makefile | 4 ++-- graphics/qr-code-generator/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/qr-code-generator/Makefile b/graphics/qr-code-generator/Makefile index 43c70aeee0d53..c111e23a02865 100644 --- a/graphics/qr-code-generator/Makefile +++ b/graphics/qr-code-generator/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/08/15 13:36:40 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/17 14:09:38 ryoon Exp $ -DISTNAME= QR-Code-generator-1.7.0 +DISTNAME= QR-Code-generator-1.8.0 PKGNAME= ${DISTNAME:tl} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=nayuki/} diff --git a/graphics/qr-code-generator/distinfo b/graphics/qr-code-generator/distinfo index c0ce08134e75c..78c2c457f0302 100644 --- a/graphics/qr-code-generator/distinfo +++ b/graphics/qr-code-generator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:46:49 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/05/17 14:09:38 ryoon Exp $ -BLAKE2s (QR-Code-generator-1.7.0.tar.gz) = 15152441f5e85b096e81fd4666893d1c47e20005975e18895824c0985d6b9915 -SHA512 (QR-Code-generator-1.7.0.tar.gz) = 34efa40c382b6e7d060a764936c4e2faa4fbbecd5ea4730492a2cb1960656ed67242d84e20a42400ffdee063ed6bcf3b860fef309d09ee71303f44abaafe9328 -Size (QR-Code-generator-1.7.0.tar.gz) = 130540 bytes +BLAKE2s (QR-Code-generator-1.8.0.tar.gz) = 9869617d472874f2c73efdbfa2e12554fc97fdac53dfe1e01f0245187b6e168f +SHA512 (QR-Code-generator-1.8.0.tar.gz) = 0cdf0873e71aed124fc7357da86fb26f23fd26432f94c9752fa5a044085b26e5aece2115134d0e50213ff24be7c55818e7dec31205a68751065bc82ab0c2c6ac +Size (QR-Code-generator-1.8.0.tar.gz) = 193288 bytes From 6ab837ea47794a04ee200607325d752f476f4aff Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 17 May 2022 14:10:14 +0000 Subject: [PATCH 0553/1154] doc: Updated graphics/qr-code-generator to 1.8.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c0ac639000b23..60fb5677066e1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2594 2022/05/17 13:37:49 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2595 2022/05/17 14:10:14 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4010,3 +4010,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-nbconvert to 6.5.0nb1 [ryoon 2022-05-17] Updated multimedia/mpv to 0.34.1nb4 [ryoon 2022-05-17] Updated misc/libreoffice to 7.3.3.2 [ryoon 2022-05-17] + Updated graphics/qr-code-generator to 1.8.0 [ryoon 2022-05-17] From e765bc68c93e7317a68e1ee21f41aa447b9a4855 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 17:03:47 +0000 Subject: [PATCH 0554/1154] kdesu: Add required flags for SunOS. --- security/kdesu/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/kdesu/Makefile b/security/kdesu/Makefile index 43cba208af31b..927f7bde1ebcf 100644 --- a/security/kdesu/Makefile +++ b/security/kdesu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2022/04/25 06:31:34 markd Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/17 17:03:47 jperkin Exp $ DISTNAME= kdesu-${KF5VER} CATEGORIES= security @@ -13,6 +13,9 @@ USE_TOOLS+= msgmerge CFLAGS.NetBSD+= -D_NETBSD_SOURCE +CFLAGS.SunOS+= -D__EXTENSIONS__ +LDFLAGS.SunOS+= -lsocket -lnsl + SPECIAL_PERMS+= ${PREFIX}/libexec/kf5/kdesud ${REAL_ROOT_USER} nogroup 2555 .include "../../devel/kpty/buildlink3.mk" From 4b3586b1d7c554c8240b601712f4e0244cdab3b3 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 17:17:57 +0000 Subject: [PATCH 0555/1154] baloo5: Support SunOS. --- sysutils/baloo5/Makefile | 4 ++-- sysutils/baloo5/distinfo | 4 +++- sysutils/baloo5/patches/patch-CMakeLists.txt | 18 ++++++++++++++++++ .../patches/patch-src_file_timeestimator.cpp | 15 +++++++++++++++ 4 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 sysutils/baloo5/patches/patch-CMakeLists.txt create mode 100644 sysutils/baloo5/patches/patch-src_file_timeestimator.cpp diff --git a/sysutils/baloo5/Makefile b/sysutils/baloo5/Makefile index bd7861a5ac304..74ad0659252a9 100644 --- a/sysutils/baloo5/Makefile +++ b/sysutils/baloo5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2022/04/25 06:36:45 markd Exp $ +# $NetBSD: Makefile,v 1.55 2022/05/17 17:17:57 jperkin Exp $ DISTNAME= baloo-${KF5VER} PKGNAME= baloo5-${KF5VER} @@ -38,7 +38,7 @@ SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} != "Linux" +.if ${OPSYS} != "Linux" && ${OPSYS} != "SunOS" .include "../../devel/libinotify/buildlink3.mk" .endif .include "../../databases/lmdb/buildlink3.mk" diff --git a/sysutils/baloo5/distinfo b/sysutils/baloo5/distinfo index 11e57e350ff42..d851a3126503c 100644 --- a/sysutils/baloo5/distinfo +++ b/sysutils/baloo5/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.14 2022/04/25 06:36:45 markd Exp $ +$NetBSD: distinfo,v 1.15 2022/05/17 17:17:57 jperkin Exp $ BLAKE2s (baloo-5.93.0.tar.xz) = cce213dd6619642366fbb8016ffa0ab5c208984c1c85f622b192f154953d5f14 SHA512 (baloo-5.93.0.tar.xz) = d75c097db7a5badbf0cdbecfc5e9a8597d2693a4358096b6b02a9322b17291d365deb2e316c4901127d8a9be2d3906c8fca23cf38309e7e3c68a8836b37e2cfb Size (baloo-5.93.0.tar.xz) = 287692 bytes +SHA1 (patch-CMakeLists.txt) = 6ee8651d42703842cae8a58823f0fd758142fb52 +SHA1 (patch-src_file_timeestimator.cpp) = 3f3dc48f4a744060ea23c1cf15acee1b6208a371 diff --git a/sysutils/baloo5/patches/patch-CMakeLists.txt b/sysutils/baloo5/patches/patch-CMakeLists.txt new file mode 100644 index 0000000000000..0ab1393864a53 --- /dev/null +++ b/sysutils/baloo5/patches/patch-CMakeLists.txt @@ -0,0 +1,18 @@ +$NetBSD: patch-CMakeLists.txt,v 1.3 2022/05/17 17:17:57 jperkin Exp $ + +Avoid inotify on SunOS. + +--- CMakeLists.txt.orig 2022-04-02 10:13:54.000000000 +0000 ++++ CMakeLists.txt +@@ -82,7 +82,11 @@ add_definitions(-DKF_DISABLE_DEPRECATED_ + find_package(Inotify) + set_package_properties(Inotify PROPERTIES + PURPOSE "Filesystem alteration notifications using inotify") ++if(CMAKE_SYSTEM_NAME MATCHES "SunOS") ++set(BUILD_KINOTIFY 0) ++else() + set(BUILD_KINOTIFY ${Inotify_FOUND}) ++endif() + + configure_file(config.h.in ${CMAKE_BINARY_DIR}/config.h) + diff --git a/sysutils/baloo5/patches/patch-src_file_timeestimator.cpp b/sysutils/baloo5/patches/patch-src_file_timeestimator.cpp new file mode 100644 index 0000000000000..6e2ee67e59c87 --- /dev/null +++ b/sysutils/baloo5/patches/patch-src_file_timeestimator.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_file_timeestimator.cpp,v 1.1 2022/05/17 17:17:57 jperkin Exp $ + +Avoid ambiguous function call. + +--- src/file/timeestimator.cpp.orig 2022-04-02 10:13:54.000000000 +0000 ++++ src/file/timeestimator.cpp +@@ -10,6 +10,8 @@ + #include "timeestimator.h" + #include "filecontentindexerprovider.h" + ++using std::sqrt; ++ + using namespace Baloo; + + TimeEstimator::TimeEstimator(QObject* parent) From 2e9a1b9e72cc1f6e63d29f6ffa6559424b2ecf89 Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 17 May 2022 17:31:18 +0000 Subject: [PATCH 0556/1154] deforaos-configure.mk: explicitly support configuration modes --- .../deforaos-configure/deforaos-configure.mk | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/devel/deforaos-configure/deforaos-configure.mk b/devel/deforaos-configure/deforaos-configure.mk index 636eec3221a90..fd61f6bbef54a 100644 --- a/devel/deforaos-configure/deforaos-configure.mk +++ b/devel/deforaos-configure/deforaos-configure.mk @@ -1,4 +1,4 @@ -# $NetBSD: deforaos-configure.mk,v 1.5 2022/04/30 21:53:23 khorben Exp $ +# $NetBSD: deforaos-configure.mk,v 1.6 2022/05/17 17:31:18 khorben Exp $ # # used by audio/deforaos-mixer/Makefile # used by devel/deforaos-asm/Makefile @@ -11,11 +11,23 @@ BUILD_DEPENDS+= deforaos-configure-[0-9]*:../../devel/deforaos-configure DEFORAOS_CONFIGURE?= ${PREFIX}/bin/configure DEFORAOS_CONFIGURE_ARGS?= -v DEFORAOS_CONFIGURE_DIRS?= . -_BUILD_DEFS+= DEFORAOS_CONFIGURE DEFORAOS_CONFIGURE_ARGS DEFORAOS_CONFIGURE_DIRS +DEFORAOS_CONFIGURE_MODE?= +_BUILD_DEFS+= DEFORAOS_CONFIGURE \ + DEFORAOS_CONFIGURE_ARGS \ + DEFORAOS_CONFIGURE_DIRS \ + DEFORAOS_CONFIGURE_MODE _DO_CONFIGURE_TARGETS+= do-configure-deforaos do-configure-deforaos: -.for dir in ${DEFORAOS_CONFIGURE_DIRS} - @${ECHO_MSG} "Running DeforaOS configure in ${dir}" - @${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} ${DEFORAOS_CONFIGURE_ARGS} ${dir} -.endfor +.if !empty(DEFORAOS_CONFIGURE_MODE) + @${ECHO_MSG} "Running DeforaOS configure (${DEFORAOS_CONFIGURE_MODE})" + @${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \ + -M ${DEFORAOS_CONFIGURE_MODE} \ + ${DEFORAOS_CONFIGURE_ARGS} \ + ${DEFORAOS_CONFIGURE_DIRS} +.else + @${ECHO_MSG} "Running DeforaOS configure" + @${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \ + ${DEFORAOS_CONFIGURE_ARGS} \ + ${DEFORAOS_CONFIGURE_DIRS} +.endif From dba99f47d04602ecb996ce158a7870948b3a485e Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 17 May 2022 17:32:40 +0000 Subject: [PATCH 0557/1154] deforaos-mixer: use DEFORAOS_CONFIGURE_MODE for the "embedded" option --- audio/deforaos-mixer/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/deforaos-mixer/options.mk b/audio/deforaos-mixer/options.mk index a500fd6cb7438..44cd926a3e8b0 100644 --- a/audio/deforaos-mixer/options.mk +++ b/audio/deforaos-mixer/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2022/04/15 21:16:50 khorben Exp $ +# $NetBSD: options.mk,v 1.3 2022/05/17 17:32:40 khorben Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-mixer PKG_SUPPORTED_OPTIONS= embedded @@ -6,5 +6,5 @@ PKG_SUPPORTED_OPTIONS= embedded .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Membedded) -DEFORAOS_CONFIGURE_ARGS+= -M embedded-debug +DEFORAOS_CONFIGURE_MODE=embedded-debug .endif From b26c64b349a340c7d0eab9ff817d3eac3bbc942b Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 17:41:30 +0000 Subject: [PATCH 0558/1154] palapeli: Avoid ambiguous function call. --- games/palapeli/distinfo | 3 ++- .../patches/patch-src_engine_puzzlepreview.cpp | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 games/palapeli/patches/patch-src_engine_puzzlepreview.cpp diff --git a/games/palapeli/distinfo b/games/palapeli/distinfo index 791feceea7e54..aeeb56ef97a07 100644 --- a/games/palapeli/distinfo +++ b/games/palapeli/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:44:19 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/05/17 17:41:30 jperkin Exp $ BLAKE2s (palapeli-20.12.3.tar.xz) = f4934f2a4f58d167f8c1b939515935a9e0a5bf66df7ad915ee44f3dd168037ff SHA512 (palapeli-20.12.3.tar.xz) = f26efc3e724afdaba0826495cb14f8aff913dc6a6922e6a4734bf4177f572ef286a5d5c2c0926e2804a3c7429b64b07ee8b48917272af0be018f023cd7ec6a02 Size (palapeli-20.12.3.tar.xz) = 2078720 bytes +SHA1 (patch-src_engine_puzzlepreview.cpp) = a7296ad8004d7490ee4520abd1a40af3f2884ec4 diff --git a/games/palapeli/patches/patch-src_engine_puzzlepreview.cpp b/games/palapeli/patches/patch-src_engine_puzzlepreview.cpp new file mode 100644 index 0000000000000..1659ce2370fab --- /dev/null +++ b/games/palapeli/patches/patch-src_engine_puzzlepreview.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_engine_puzzlepreview.cpp,v 1.3 2022/05/17 17:41:30 jperkin Exp $ + +Avoid ambiguous function call. + +--- src/engine/puzzlepreview.cpp.orig 2021-02-24 23:27:44.000000000 +0000 ++++ src/engine/puzzlepreview.cpp +@@ -26,6 +26,8 @@ + #include + #include + ++using std::sqrt; ++ + Palapeli::PuzzlePreview::PuzzlePreview(QWidget* parent) + { + m_settingsSaveTimer = new QTimer(this); From 5dfc2cfdf1f24ad5e02e72cd17f61fd1e10052c4 Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 17 May 2022 17:44:27 +0000 Subject: [PATCH 0559/1154] deforaos-browser: update to 0.5.5 Changes since 0.5.4: * Renaming of the .desktop files * Moved the configuration file to ~/.config/DeforaOS/Desktop/Browser/Browser.conf * Improved architecture of the desktop(1) handler * Matching the latest libDesktop * Build fix for macOS * Improved compilation scripts (from DeforaOS configure) This also makes use of the helper for DeforaOS configure, found in devel/deforaos-configure/deforaos-configure.mk. --- sysutils/deforaos-browser/Makefile | 8 ++++---- sysutils/deforaos-browser/PLIST | 10 +++++----- sysutils/deforaos-browser/distinfo | 8 ++++---- sysutils/deforaos-browser/options.mk | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sysutils/deforaos-browser/Makefile b/sysutils/deforaos-browser/Makefile index 87f36c1d04158..a6f5e5a2f80e6 100644 --- a/sysutils/deforaos-browser/Makefile +++ b/sysutils/deforaos-browser/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2021/12/08 16:02:37 adam Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/17 17:44:27 khorben Exp $ # -DISTNAME= Browser-0.5.4 -PKGNAME= deforaos-browser-0.5.4 -PKGREVISION= 2 +DISTNAME= Browser-0.5.5 +PKGNAME= deforaos-browser-0.5.5 CATEGORIES= sysutils MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Browser/ @@ -54,6 +53,7 @@ post-install: .include "options.mk" +.include "../../devel/deforaos-configure/deforaos-configure.mk" .include "../../databases/shared-mime-info/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" diff --git a/sysutils/deforaos-browser/PLIST b/sysutils/deforaos-browser/PLIST index 433985c3f2982..fb56e91de6ab6 100644 --- a/sysutils/deforaos-browser/PLIST +++ b/sysutils/deforaos-browser/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2020/04/11 03:07:42 khorben Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/05/17 17:44:27 khorben Exp $ bin/browser bin/copy bin/delete @@ -48,10 +48,10 @@ man/man1/move.1 man/man1/open.1 man/man1/properties.1 man/man1/view.1 -share/applications/deforaos-browser-folder.desktop -share/applications/deforaos-browser.desktop -share/applications/deforaos-desktop-settings.desktop -share/applications/deforaos-view.desktop +share/applications/org.defora.browser-folder.desktop +share/applications/org.defora.browser.desktop +share/applications/org.defora.desktop-settings.desktop +share/applications/org.defora.view.desktop share/doc/Browser/COPYING share/doc/Browser/README.md share/doc/Browser/pinentry-sudo-askpass diff --git a/sysutils/deforaos-browser/distinfo b/sysutils/deforaos-browser/distinfo index cc733b18c304d..08689d33dfd6c 100644 --- a/sysutils/deforaos-browser/distinfo +++ b/sysutils/deforaos-browser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:19:29 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/05/17 17:44:27 khorben Exp $ -BLAKE2s (Browser-0.5.4.tar.gz) = acf7ae7e9764e8ee00dcce51b51d270f788f57b77338ccbdc2543681b3b392fb -SHA512 (Browser-0.5.4.tar.gz) = da5363481c7ef35bf5a12aa21e8203640bc005db49599139593579d362e7164cbf0ac3aebc4fc618d850cef805404f89ac1693f087dd3fce648bb2f49ca43474 -Size (Browser-0.5.4.tar.gz) = 176341 bytes +BLAKE2s (Browser-0.5.5.tar.gz) = d6e46dd30c8fb048122d0de2b89faadfe54d6f0595ceef29301edfe140c05b1d +SHA512 (Browser-0.5.5.tar.gz) = d58eae1d536e76fcb255120a24a0a0e366d5984c2609d1c8e62c37230b9b8c9073014ca3ea62c8dde0e2a510bb8ece69295ac1835bab434a5232b7741043f8d9 +Size (Browser-0.5.5.tar.gz) = 174164 bytes diff --git a/sysutils/deforaos-browser/options.mk b/sysutils/deforaos-browser/options.mk index 0c263c753d116..31f6f22e3ccdb 100644 --- a/sysutils/deforaos-browser/options.mk +++ b/sysutils/deforaos-browser/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2014/01/11 21:11:53 khorben Exp $ +# $NetBSD: options.mk,v 1.3 2022/05/17 17:44:27 khorben Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-browser @@ -7,5 +7,5 @@ PKG_SUPPORTED_OPTIONS= embedded .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Membedded) -MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED +DEFORAOS_CONFIGURE_MODE=embedded-debug .endif From 74821a112438ecc9f5d861d9f1df978acbdca907 Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 17 May 2022 17:44:50 +0000 Subject: [PATCH 0560/1154] doc: Updated sysutils/deforaos-browser to 0.5.5 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 60fb5677066e1..c7222cf578d00 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2595 2022/05/17 14:10:14 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2596 2022/05/17 17:44:50 khorben Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4011,3 +4011,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/mpv to 0.34.1nb4 [ryoon 2022-05-17] Updated misc/libreoffice to 7.3.3.2 [ryoon 2022-05-17] Updated graphics/qr-code-generator to 1.8.0 [ryoon 2022-05-17] + Updated sysutils/deforaos-browser to 0.5.5 [khorben 2022-05-17] From 73f3f277460f9d700ad3a0b04394f4eb56657fd3 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 17:55:53 +0000 Subject: [PATCH 0561/1154] kf5: Only pull in kwayland if supported. --- meta-pkgs/kf5/DESCR | 2 +- meta-pkgs/kf5/Makefile | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-pkgs/kf5/DESCR b/meta-pkgs/kf5/DESCR index 7df51bb369e20..53d5077ba7351 100644 --- a/meta-pkgs/kf5/DESCR +++ b/meta-pkgs/kf5/DESCR @@ -6,4 +6,4 @@ and well tested libraries with friendly licensing terms. There are over including hardware integration, file format support, additional widgets, plotting functions, spell checking and more. Many of the Frameworks are cross platform and have minimal or no extra dependencies making them easy -to build and add to any Qt application. \ No newline at end of file +to build and add to any Qt application. diff --git a/meta-pkgs/kf5/Makefile b/meta-pkgs/kf5/Makefile index 3e2e43a4bd314..2502145be8073 100644 --- a/meta-pkgs/kf5/Makefile +++ b/meta-pkgs/kf5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2022/04/25 09:38:16 markd Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/17 17:55:53 jperkin Exp $ DISTNAME= kf5-${KF5VER} CATEGORIES= meta-pkgs x11 kde @@ -11,6 +11,8 @@ COMMENT= "meta-package" for the KDE Frameworks 5 KF5VER= 5.93.0 +.include "../../devel/wayland/platform.mk" + DEPENDS+= attica-qt5>=${KF5VER}:../../misc/attica-qt5 DEPENDS+= baloo5>=${KF5VER}:../../sysutils/baloo5 # bluez-qt @@ -71,7 +73,9 @@ DEPENDS+= ktexteditor>=${KF5VER}:../../devel/ktexteditor DEPENDS+= ktextwidgets>=${KF5VER}:../../x11/ktextwidgets DEPENDS+= kunitconversion>=${KF5VER}:../../misc/kunitconversion DEPENDS+= kwallet>=${KF5VER}:../../security/kwallet +.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes" DEPENDS+= kwayland>=${KF5VER}:../../devel/kwayland +.endif DEPENDS+= kwidgetsaddons>=${KF5VER}:../../x11/kwidgetsaddons DEPENDS+= kwindowsystem>=${KF5VER}:../../x11/kwindowsystem DEPENDS+= kxmlgui>=${KF5VER}:../../x11/kxmlgui From 8cae9f551a1ab94f78447e8ada796a698b29ae76 Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 17 May 2022 18:01:28 +0000 Subject: [PATCH 0562/1154] deforaos-panel: update to 0.4.2 Changes since 0.4.1: * Renaming of the .desktop files * Moved the configuration file to ~/.config/DeforaOS/Desktop/Panel/Panel.conf * Build fixes and improved support for macOS * Support for compilation modes with DeforaOS configure * Improved compilation scripts (from DeforaOS configure) This also makes use of the helper for DeforaOS configure, found in devel/deforaos-configure/deforaos-configure.mk. --- x11/deforaos-panel/Makefile | 8 ++++---- x11/deforaos-panel/PLIST | 8 ++++---- x11/deforaos-panel/distinfo | 8 ++++---- x11/deforaos-panel/options.mk | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/x11/deforaos-panel/Makefile b/x11/deforaos-panel/Makefile index 019fb8174beff..55ed876ef098d 100644 --- a/x11/deforaos-panel/Makefile +++ b/x11/deforaos-panel/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2021/12/08 16:02:49 adam Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/17 18:01:28 khorben Exp $ # -DISTNAME= Panel-0.4.1 -PKGNAME= deforaos-panel-0.4.1 -PKGREVISION= 1 +DISTNAME= Panel-0.4.2 +PKGNAME= deforaos-panel-0.4.2 CATEGORIES= x11 MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Panel/ @@ -52,6 +51,7 @@ post-install: .include "options.mk" +.include "../../devel/deforaos-configure/deforaos-configure.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/deforaos-libdesktop/buildlink3.mk" .include "../../x11/libxkbfile/buildlink3.mk" diff --git a/x11/deforaos-panel/PLIST b/x11/deforaos-panel/PLIST index 49bd09fb3dae9..78b3c38e72e18 100644 --- a/x11/deforaos-panel/PLIST +++ b/x11/deforaos-panel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2020/09/13 04:32:35 khorben Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/17 18:01:28 khorben Exp $ bin/panel bin/panel-embed bin/panel-message @@ -62,9 +62,9 @@ man/man1/panel.1 man/man1/panelctl.1 man/man1/settings.1 man/man1/wifibrowser.1 -share/applications/deforaos-panel-settings.desktop -share/applications/deforaos-settings.desktop -share/applications/deforaos-wifibrowser.desktop +share/applications/org.defora.panel-settings.desktop +share/applications/org.defora.settings.desktop +share/applications/org.defora.wifibrowser.desktop share/doc/Panel/COPYING share/doc/Panel/README.md share/doc/Panel/wpa_supplicant.conf diff --git a/x11/deforaos-panel/distinfo b/x11/deforaos-panel/distinfo index 644059db8fdae..753bcde060c79 100644 --- a/x11/deforaos-panel/distinfo +++ b/x11/deforaos-panel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2021/10/26 11:33:45 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/05/17 18:01:28 khorben Exp $ -BLAKE2s (Panel-0.4.1.tar.gz) = 76c3a96243ea39a4daa00b97ccd563eb778c7d6f651dc34a34f39ed984b8856e -SHA512 (Panel-0.4.1.tar.gz) = 2af6c8a61fd17a606dd32a481099d49e655382e96f26bd48f6e9029e44f5c7151d521ec039912f7bbec92e5e9e07b84499633316e41860b2d897aa3276fd6217 -Size (Panel-0.4.1.tar.gz) = 158083 bytes +BLAKE2s (Panel-0.4.2.tar.gz) = 6f9c4c10a54dd5e80cda40f06759ce1ee717bf3373c07f447c2fe09f7b27f43d +SHA512 (Panel-0.4.2.tar.gz) = 52c53ba0abdb4d89c0cf8d87d1e5fcdf497809361342ef55066a20d30e382216bcc74a88ead30d243161be12f94b7a518f53730094f3cbc6302d2094e49c42f9 +Size (Panel-0.4.2.tar.gz) = 158202 bytes diff --git a/x11/deforaos-panel/options.mk b/x11/deforaos-panel/options.mk index 0d38a491496f9..7f1771c2cbc72 100644 --- a/x11/deforaos-panel/options.mk +++ b/x11/deforaos-panel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2012/12/17 00:32:49 khorben Exp $ +# $NetBSD: options.mk,v 1.2 2022/05/17 18:01:28 khorben Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-panel PKG_SUPPORTED_OPTIONS= embedded @@ -6,5 +6,5 @@ PKG_SUPPORTED_OPTIONS= embedded .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Membedded) -MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED +DEFORAOS_CONFIGURE_MODE=embedded-debug .endif From 54571fa8821963ba2e46466a123ceb44a4de3b0e Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 17 May 2022 18:01:39 +0000 Subject: [PATCH 0563/1154] doc: Updated x11/deforaos-panel to 0.4.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c7222cf578d00..2b14ead2077df 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2596 2022/05/17 17:44:50 khorben Exp $ +$NetBSD: CHANGES-2022,v 1.2597 2022/05/17 18:01:39 khorben Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4012,3 +4012,4 @@ Changes to the packages collection and infrastructure in 2022: Updated misc/libreoffice to 7.3.3.2 [ryoon 2022-05-17] Updated graphics/qr-code-generator to 1.8.0 [ryoon 2022-05-17] Updated sysutils/deforaos-browser to 0.5.5 [khorben 2022-05-17] + Updated x11/deforaos-panel to 0.4.2 [khorben 2022-05-17] From 9e12441bf034a6d68e23332e8cf7a82aa20e794f Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 17 May 2022 18:02:26 +0000 Subject: [PATCH 0564/1154] deforaos-configure.mk: keep track of two more users --- devel/deforaos-configure/deforaos-configure.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/deforaos-configure/deforaos-configure.mk b/devel/deforaos-configure/deforaos-configure.mk index fd61f6bbef54a..16ac1160b1e85 100644 --- a/devel/deforaos-configure/deforaos-configure.mk +++ b/devel/deforaos-configure/deforaos-configure.mk @@ -1,10 +1,12 @@ -# $NetBSD: deforaos-configure.mk,v 1.6 2022/05/17 17:31:18 khorben Exp $ +# $NetBSD: deforaos-configure.mk,v 1.7 2022/05/17 18:02:26 khorben Exp $ # # used by audio/deforaos-mixer/Makefile # used by devel/deforaos-asm/Makefile # used by devel/deforaos-coder/Makefile # used by devel/deforaos-cpp/Makefile +# used by sysutils/deforaos-browser/Makefile # used by x11/deforaos-libdesktop/Makefile +# used by x11/deforaos-panel/Makefile BUILD_DEPENDS+= deforaos-configure-[0-9]*:../../devel/deforaos-configure From 06125ff2545a813c7c9939626cbcbbe5d36dddf1 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 17 May 2022 18:25:09 +0000 Subject: [PATCH 0565/1154] kio-extras: SunOS needs md5sum tool. --- devel/kio-extras/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile index 7fc59d3eea719..9db4cdc68494a 100644 --- a/devel/kio-extras/Makefile +++ b/devel/kio-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/04/18 19:10:52 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/17 18:25:09 jperkin Exp $ DISTNAME= kio-extras-${KAPPSVER} PKGREVISION= 11 @@ -28,6 +28,14 @@ SUBST_FILES.fix-moc= _KDE_build/*/CMakeFiles/*_autogen.dir/AutogenInfo.json SUBST_NOOP_OK.fix-moc= yes SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +TOOL_DEPENDS+= coreutils>=0:../../sysutils/coreutils +TOOLS_CREATE+= md5sum +TOOLS_PATH.md5sum= ${PREFIX}/bin/gmd5sum +.endif + .include "../../audio/taglib/buildlink3.mk" .include "../../databases/shared-mime-info/buildlink3.mk" .include "../../devel/gperf/buildlink3.mk" From b2b79b1ba65c56aa04be4be7b8073864c80738f2 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 17 May 2022 18:34:48 +0000 Subject: [PATCH 0566/1154] wm/sdorfehs: update to 1.4 -frame: Assign vscreen properly from frestore. --- wm/sdorfehs/Makefile | 4 ++-- wm/sdorfehs/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wm/sdorfehs/Makefile b/wm/sdorfehs/Makefile index 0d56bffc125f3..2c88992bb8a5c 100644 --- a/wm/sdorfehs/Makefile +++ b/wm/sdorfehs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/05/01 06:47:03 pin Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/17 18:34:48 pin Exp $ -DISTNAME= sdorfehs-1.3 +DISTNAME= sdorfehs-1.4 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=jcs/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/wm/sdorfehs/distinfo b/wm/sdorfehs/distinfo index dcb06b935cc0d..01966e506ad1e 100644 --- a/wm/sdorfehs/distinfo +++ b/wm/sdorfehs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2022/05/01 06:47:03 pin Exp $ +$NetBSD: distinfo,v 1.6 2022/05/17 18:34:48 pin Exp $ -BLAKE2s (sdorfehs-1.3.tar.gz) = 7a6e31a22bab9edf5a48e0467e08a87597ec49519fd7c3c4434b43bc4a1d58df -SHA512 (sdorfehs-1.3.tar.gz) = 0d630df7e97ea6465c7aa140d1752ba57a2cd51ddb2265cb3ed506fc41b5b0cd02aa21b8082d777f659fd85b248289a4ded6595b6c88885434cb49a1c78971f9 -Size (sdorfehs-1.3.tar.gz) = 120588 bytes +BLAKE2s (sdorfehs-1.4.tar.gz) = 484b318c8889e28272a30764fb831c3a8ef2a1d692e666f562f66f5b48c5ad7c +SHA512 (sdorfehs-1.4.tar.gz) = 87946b83fa47d17f7c3164e0a20ecb3570ca0f31b8fbad0f1bab13a55b99806071700f001ec6f2b7555e6dd6cf65fada73711b785b9872157ff4fb8ce0e41399 +Size (sdorfehs-1.4.tar.gz) = 120588 bytes SHA1 (patch-Makefile) = d8e18bb85595776540647e3477cec6c7c94c4432 From d67d820b45ed94b9a273992ab2eacad35893b07c Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 17 May 2022 18:35:06 +0000 Subject: [PATCH 0567/1154] doc: Updated wm/sdorfehs to 1.4 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2b14ead2077df..767413bbca81b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2597 2022/05/17 18:01:39 khorben Exp $ +$NetBSD: CHANGES-2022,v 1.2598 2022/05/17 18:35:06 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4013,3 +4013,4 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/qr-code-generator to 1.8.0 [ryoon 2022-05-17] Updated sysutils/deforaos-browser to 0.5.5 [khorben 2022-05-17] Updated x11/deforaos-panel to 0.4.2 [khorben 2022-05-17] + Updated wm/sdorfehs to 1.4 [pin 2022-05-17] From 2b410092ccfdfb4a7f1132836f95401a3b1bff34 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 17 May 2022 18:35:38 +0000 Subject: [PATCH 0568/1154] www/wiki-tui: update to 0.4.8 What's Changed Exciting New Features: Add an option for selecting a different backend Bug Fixes Fix flickering issue with the crossterm and termion backend Fix the crash that occurred when scrolling during the article loading --- www/wiki-tui/Makefile | 4 +- www/wiki-tui/cargo-depends.mk | 54 ++++++----- www/wiki-tui/distinfo | 164 +++++++++++++++++++++------------- 3 files changed, 139 insertions(+), 83 deletions(-) diff --git a/www/wiki-tui/Makefile b/www/wiki-tui/Makefile index 61d7ac170b54c..8aeafe5094b37 100644 --- a/www/wiki-tui/Makefile +++ b/www/wiki-tui/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2022/04/16 15:46:08 pin Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/17 18:35:38 pin Exp $ -DISTNAME= wiki-tui-0.4.7 +DISTNAME= wiki-tui-0.4.8 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=Builditluc/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/wiki-tui/cargo-depends.mk b/www/wiki-tui/cargo-depends.mk index 7772161f8bddb..cd981ba935dca 100644 --- a/www/wiki-tui/cargo-depends.mk +++ b/www/wiki-tui/cargo-depends.mk @@ -1,17 +1,18 @@ -# $NetBSD: cargo-depends.mk,v 1.3 2022/04/16 15:46:08 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.4 2022/05/17 18:35:38 pin Exp $ CARGO_CRATE_DEPENDS+= addr2line-0.16.0 CARGO_CRATE_DEPENDS+= adler-1.0.2 -CARGO_CRATE_DEPENDS+= ahash-0.6.3 +CARGO_CRATE_DEPENDS+= ahash-0.7.6 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 CARGO_CRATE_DEPENDS+= anyhow-1.0.44 CARGO_CRATE_DEPENDS+= arc-swap-0.4.8 -CARGO_CRATE_DEPENDS+= array-macro-1.0.5 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.0.1 CARGO_CRATE_DEPENDS+= backtrace-0.3.61 CARGO_CRATE_DEPENDS+= base64-0.13.0 +CARGO_CRATE_DEPENDS+= bear-lib-terminal-2.0.0 +CARGO_CRATE_DEPENDS+= bear-lib-terminal-sys-1.3.0 CARGO_CRATE_DEPENDS+= bit-set-0.5.2 CARGO_CRATE_DEPENDS+= bit-vec-0.6.3 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 @@ -25,20 +26,23 @@ CARGO_CRATE_DEPENDS+= core-foundation-0.9.2 CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.1 CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.5 -CARGO_CRATE_DEPENDS+= crossterm-0.19.0 -CARGO_CRATE_DEPENDS+= crossterm_winapi-0.7.0 -CARGO_CRATE_DEPENDS+= cursive-0.16.3 -CARGO_CRATE_DEPENDS+= cursive_core-0.2.2 -CARGO_CRATE_DEPENDS+= darling-0.10.2 -CARGO_CRATE_DEPENDS+= darling_core-0.10.2 -CARGO_CRATE_DEPENDS+= darling_macro-0.10.2 +CARGO_CRATE_DEPENDS+= crossterm-0.22.1 +CARGO_CRATE_DEPENDS+= crossterm_winapi-0.9.0 +CARGO_CRATE_DEPENDS+= cursive-0.17.0 +CARGO_CRATE_DEPENDS+= cursive_buffered_backend-0.6.0 +CARGO_CRATE_DEPENDS+= cursive_core-0.3.2 +CARGO_CRATE_DEPENDS+= darling-0.12.4 +CARGO_CRATE_DEPENDS+= darling_core-0.12.4 +CARGO_CRATE_DEPENDS+= darling_macro-0.12.4 CARGO_CRATE_DEPENDS+= derivative-2.2.0 CARGO_CRATE_DEPENDS+= dirs-3.0.2 CARGO_CRATE_DEPENDS+= dirs-sys-0.3.6 CARGO_CRATE_DEPENDS+= dtoa-0.4.8 CARGO_CRATE_DEPENDS+= encoding_rs-0.8.28 -CARGO_CRATE_DEPENDS+= enum-map-0.6.4 -CARGO_CRATE_DEPENDS+= enum-map-derive-0.4.6 +CARGO_CRATE_DEPENDS+= enum-map-2.1.0 +CARGO_CRATE_DEPENDS+= enum-map-derive-0.8.0 +CARGO_CRATE_DEPENDS+= enumset-1.0.6 +CARGO_CRATE_DEPENDS+= enumset_derive-0.5.4 CARGO_CRATE_DEPENDS+= fnv-1.0.7 CARGO_CRATE_DEPENDS+= foreign-types-0.3.2 CARGO_CRATE_DEPENDS+= foreign-types-shared-0.1.1 @@ -71,15 +75,17 @@ CARGO_CRATE_DEPENDS+= indexmap-1.7.0 CARGO_CRATE_DEPENDS+= instant-0.1.11 CARGO_CRATE_DEPENDS+= ipnet-2.3.1 CARGO_CRATE_DEPENDS+= itoa-0.4.8 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 CARGO_CRATE_DEPENDS+= js-sys-0.3.49 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.104 +CARGO_CRATE_DEPENDS+= libc-0.2.126 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 CARGO_CRATE_DEPENDS+= lock_api-0.4.5 CARGO_CRATE_DEPENDS+= log-0.4.14 CARGO_CRATE_DEPENDS+= log-mdc-0.1.0 CARGO_CRATE_DEPENDS+= log4rs-1.0.0 CARGO_CRATE_DEPENDS+= mac-0.1.1 +CARGO_CRATE_DEPENDS+= maplit-1.0.2 CARGO_CRATE_DEPENDS+= markup5ever-0.10.1 CARGO_CRATE_DEPENDS+= markup5ever_rcdom-0.1.0 CARGO_CRATE_DEPENDS+= matches-0.1.9 @@ -89,15 +95,18 @@ CARGO_CRATE_DEPENDS+= miniz_oxide-0.4.4 CARGO_CRATE_DEPENDS+= mio-0.7.14 CARGO_CRATE_DEPENDS+= miow-0.3.7 CARGO_CRATE_DEPENDS+= native-tls-0.2.8 +CARGO_CRATE_DEPENDS+= ncurses-5.101.0 CARGO_CRATE_DEPENDS+= new_debug_unreachable-1.0.4 CARGO_CRATE_DEPENDS+= ntapi-0.3.6 -CARGO_CRATE_DEPENDS+= num-0.3.1 -CARGO_CRATE_DEPENDS+= num-complex-0.3.1 +CARGO_CRATE_DEPENDS+= num-0.4.0 +CARGO_CRATE_DEPENDS+= num-complex-0.4.1 CARGO_CRATE_DEPENDS+= num-integer-0.1.44 CARGO_CRATE_DEPENDS+= num-iter-0.1.42 -CARGO_CRATE_DEPENDS+= num-rational-0.3.2 +CARGO_CRATE_DEPENDS+= num-rational-0.4.0 CARGO_CRATE_DEPENDS+= num-traits-0.2.14 CARGO_CRATE_DEPENDS+= num_cpus-1.13.0 +CARGO_CRATE_DEPENDS+= num_threads-0.1.6 +CARGO_CRATE_DEPENDS+= numtoa-0.1.0 CARGO_CRATE_DEPENDS+= object-0.26.2 CARGO_CRATE_DEPENDS+= once_cell-1.8.0 CARGO_CRATE_DEPENDS+= openssl-0.10.36 @@ -105,9 +114,11 @@ CARGO_CRATE_DEPENDS+= openssl-probe-0.1.4 CARGO_CRATE_DEPENDS+= openssl-sys-0.9.67 CARGO_CRATE_DEPENDS+= ordered-float-2.8.0 CARGO_CRATE_DEPENDS+= owning_ref-0.4.1 +CARGO_CRATE_DEPENDS+= pancurses-0.17.0 CARGO_CRATE_DEPENDS+= panic-message-0.3.0 CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 +CARGO_CRATE_DEPENDS+= pdcurses-sys-0.7.1 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 CARGO_CRATE_DEPENDS+= phf-0.8.0 CARGO_CRATE_DEPENDS+= phf_codegen-0.8.0 @@ -133,6 +144,7 @@ CARGO_CRATE_DEPENDS+= rand_hc-0.3.1 CARGO_CRATE_DEPENDS+= rand_pcg-0.2.1 CARGO_CRATE_DEPENDS+= redox_syscall-0.1.57 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 +CARGO_CRATE_DEPENDS+= redox_termios-0.1.2 CARGO_CRATE_DEPENDS+= redox_users-0.4.0 CARGO_CRATE_DEPENDS+= regex-1.5.4 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 @@ -151,8 +163,8 @@ CARGO_CRATE_DEPENDS+= serde_derive-1.0.118 CARGO_CRATE_DEPENDS+= serde_json-1.0.68 CARGO_CRATE_DEPENDS+= serde_urlencoded-0.7.0 CARGO_CRATE_DEPENDS+= serde_yaml-0.8.21 -CARGO_CRATE_DEPENDS+= signal-hook-0.1.17 CARGO_CRATE_DEPENDS+= signal-hook-0.3.10 +CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 CARGO_CRATE_DEPENDS+= siphasher-0.3.7 CARGO_CRATE_DEPENDS+= slab-0.4.5 @@ -162,17 +174,20 @@ CARGO_CRATE_DEPENDS+= stable_deref_trait-1.2.0 CARGO_CRATE_DEPENDS+= string_cache-0.8.2 CARGO_CRATE_DEPENDS+= string_cache_codegen-0.5.1 CARGO_CRATE_DEPENDS+= strsim-0.8.0 -CARGO_CRATE_DEPENDS+= strsim-0.9.3 +CARGO_CRATE_DEPENDS+= strsim-0.10.0 CARGO_CRATE_DEPENDS+= structopt-0.3.25 CARGO_CRATE_DEPENDS+= structopt-derive-0.4.18 CARGO_CRATE_DEPENDS+= syn-1.0.57 CARGO_CRATE_DEPENDS+= tempfile-3.2.0 CARGO_CRATE_DEPENDS+= tendril-0.4.2 +CARGO_CRATE_DEPENDS+= term_size-0.3.2 +CARGO_CRATE_DEPENDS+= termion-1.5.6 CARGO_CRATE_DEPENDS+= textwrap-0.11.0 CARGO_CRATE_DEPENDS+= thiserror-1.0.30 CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 CARGO_CRATE_DEPENDS+= thread-id-3.3.0 CARGO_CRATE_DEPENDS+= time-0.1.43 +CARGO_CRATE_DEPENDS+= time-0.3.9 CARGO_CRATE_DEPENDS+= tinyvec-1.5.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 CARGO_CRATE_DEPENDS+= tokio-1.12.0 @@ -206,12 +221,11 @@ CARGO_CRATE_DEPENDS+= wasm-bindgen-futures-0.4.22 CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.72 CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.72 CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.72 -CARGO_CRATE_DEPENDS+= wasmer_enumset-1.0.1 -CARGO_CRATE_DEPENDS+= wasmer_enumset_derive-0.5.0 CARGO_CRATE_DEPENDS+= web-sys-0.3.49 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= winreg-0.5.1 CARGO_CRATE_DEPENDS+= winreg-0.7.0 CARGO_CRATE_DEPENDS+= xi-unicode-0.3.0 CARGO_CRATE_DEPENDS+= xml5ever-0.16.1 diff --git a/www/wiki-tui/distinfo b/www/wiki-tui/distinfo index 83c2a9e5aa069..34914d9f94ee6 100644 --- a/www/wiki-tui/distinfo +++ b/www/wiki-tui/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2022/04/16 15:46:08 pin Exp $ +$NetBSD: distinfo,v 1.9 2022/05/17 18:35:38 pin Exp $ BLAKE2s (addr2line-0.16.0.crate) = 24e229c429a7ffc5c9010ec4c102ab2fc3f9982cfa9897b42709fd96b8f83dc7 SHA512 (addr2line-0.16.0.crate) = 7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c @@ -6,9 +6,9 @@ Size (addr2line-0.16.0.crate) = 33440 bytes BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 Size (adler-1.0.2.crate) = 12778 bytes -BLAKE2s (ahash-0.6.3.crate) = fd6e35744d658daff10d858b155752fc8f5bd9b45efe16e7439cea380a372ec4 -SHA512 (ahash-0.6.3.crate) = 9d7b31b6da2999757f64d7963dcc9af946a70bac7b528ca103dad992a8e14f643e1c51843c77256919403b470b9591fab0c476bb511197a5608645c0e3ec2dc5 -Size (ahash-0.6.3.crate) = 53912 bytes +BLAKE2s (ahash-0.7.6.crate) = 5a260485860dccfc4af4ad41b107d11c1a1a0fadb036ef801484ecc98d4a6bc8 +SHA512 (ahash-0.7.6.crate) = 61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68 +Size (ahash-0.7.6.crate) = 38030 bytes BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes @@ -21,9 +21,6 @@ Size (anyhow-1.0.44.crate) = 35067 bytes BLAKE2s (arc-swap-0.4.8.crate) = 16151cd1dfc50f3d661aa5f4d5a9231d2390dae2faf6bf9435ff347292ae3ddf SHA512 (arc-swap-0.4.8.crate) = 78304686bd74c051cb88aa960b99e5349b0805d065e3af51f2ccb521b5e309c59dc3011f296b76e99c615059dd3be0a64b029c0ee9a08a3eb1a3d6538843a8ef Size (arc-swap-0.4.8.crate) = 48254 bytes -BLAKE2s (array-macro-1.0.5.crate) = a5f6c65fd72012653adab04e31bd76ca7c442162d84849e034f3259657b24f12 -SHA512 (array-macro-1.0.5.crate) = ff17096ec140d91da52348bc40f5539e2eb6431ac8189a0da13deaf8892470f60ab1c07ffee210780abb53b342f894981d7c6acadefe0714e150363e20c8a00e -Size (array-macro-1.0.5.crate) = 7610 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes @@ -36,6 +33,12 @@ Size (backtrace-0.3.61.crate) = 74284 bytes BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 Size (base64-0.13.0.crate) = 62070 bytes +BLAKE2s (bear-lib-terminal-2.0.0.crate) = ffd3dc5b62ec4e5c69ffc1ddfa1ba3fd249ea53235d36189b8bf4e98c2570a13 +SHA512 (bear-lib-terminal-2.0.0.crate) = 276456dba07ff1bc730aeb072e0524c507f0d3fc5f21b9fd598505b4487606e2989f083a86d77911fe2a1f35218303e2e76b730055b7d84e3daa10747064e8ba +Size (bear-lib-terminal-2.0.0.crate) = 20561 bytes +BLAKE2s (bear-lib-terminal-sys-1.3.0.crate) = 4788705b487983204772e5d3fdbcdbe1e44ef005bfc6e2e9a311d474802ad6f3 +SHA512 (bear-lib-terminal-sys-1.3.0.crate) = b3ec9187a019ebcc6bac64e7f8ca4ef73a4638774c6393bbfce53d4690a0b4ad7a422692ffa904396262343461422392a67680372712034c47d8a58add5fbe26 +Size (bear-lib-terminal-sys-1.3.0.crate) = 4930 bytes BLAKE2s (bit-set-0.5.2.crate) = d9422ad8e5adca19d12126b3b0d6a981d9c6994daccbd9627ac64fa20064328d SHA512 (bit-set-0.5.2.crate) = 9709f35c7e69b84eed61f73da99ffe0693d1d0fa5fb94d13759cfbbb9dd4b0bb27628c3200e4b29ef29cdb0aede5fd3d7ddf663012b2c5946975bc169efbac34 Size (bit-set-0.5.2.crate) = 14093 bytes @@ -75,27 +78,30 @@ Size (crossbeam-channel-0.5.1.crate) = 86919 bytes BLAKE2s (crossbeam-utils-0.8.5.crate) = 8ad14d12243d2fb43224bafc0efdb3759c8307a406c82f7c97cdcabb49a2c718 SHA512 (crossbeam-utils-0.8.5.crate) = fd4d2ae10340bb96c22b31190b300aab54e96b8089fd62489e102c76a944e6a16c582a90bc40f5e188f13f841293a4b9becf30830c2ece04f3ce78c29066532f Size (crossbeam-utils-0.8.5.crate) = 38414 bytes -BLAKE2s (crossterm-0.19.0.crate) = a92960cfc1ea43fc6511fd5a1496d5680a96876719faae61be5ed81d62ad9b05 -SHA512 (crossterm-0.19.0.crate) = c46c095d73be48a3c1875806547ba708a40abfc8e5cd89514162e0d1636675c4f4e2857ac3b4b32239d14f7ab57a61018b6a919160b2136ae761dbbde726b932 -Size (crossterm-0.19.0.crate) = 104572 bytes -BLAKE2s (crossterm_winapi-0.7.0.crate) = c2da3f32bf71be05e2ae89ec397570920a48c675cf800fe4d4ccd95333be44a8 -SHA512 (crossterm_winapi-0.7.0.crate) = 5efbe7992b4a19725b5992e0b29a77673e8ecc03d28da35580a5cddaeb32b7e30c7bdb53a2392ebb5b1218617045c306d78451f109d5b836f0e00dcab59e0dfd -Size (crossterm_winapi-0.7.0.crate) = 15187 bytes -BLAKE2s (cursive-0.16.3.crate) = cb92a810b64483f836cb78229277990f552d12e6a4dd9f41847ba19995c6ae80 -SHA512 (cursive-0.16.3.crate) = ba70f3bdc96886c031c854218332bc275e0a72a092f51857fa52dda166db9b03aabbdbb9a320f895772f059ddaa03f38cb510b2750f04c1ace091bd79aa7dc46 -Size (cursive-0.16.3.crate) = 28536 bytes -BLAKE2s (cursive_core-0.2.2.crate) = 1d2dc9b734c75de47d790d6c905ecd761b7188958e5e3b1e62e2f82794ff3ed7 -SHA512 (cursive_core-0.2.2.crate) = 24418b74c02de0cf0a5b95108425933201e45ca64a307b8bdf3c360d257add6f31edd5fc2ae24d2f91e5725b982a8f45d3a06f3d8661651ce924f91497c84da8 -Size (cursive_core-0.2.2.crate) = 147357 bytes -BLAKE2s (darling-0.10.2.crate) = f9dff445d8653876f763a0e3f8bd5aeccf278102cfe21a8855ac63c088d9dc42 -SHA512 (darling-0.10.2.crate) = b312a74e577cb2f889315ae42513c7f26597faff306a40281189be2101339661772016a5e197466bd85ef94c275e811adee1b7c0772458126677d1998ed6fb15 -Size (darling-0.10.2.crate) = 17620 bytes -BLAKE2s (darling_core-0.10.2.crate) = 7cbf46053b1d7e6c014939ce98e08623d6022de15316723a0e872ded8a549cb5 -SHA512 (darling_core-0.10.2.crate) = a0af8e8ebb8584973c20eac01fe9ae828744b5e86cbe268262f8710a2e0ad568bbc6cd051d5225cc536a0a1fcb1886233063c8c18ea16b45c47207ce64af89d9 -Size (darling_core-0.10.2.crate) = 44339 bytes -BLAKE2s (darling_macro-0.10.2.crate) = 8ef91b3b4b3c2176e76f4389fad692478b774638bb8157cc4fd55ef3fdbe8b53 -SHA512 (darling_macro-0.10.2.crate) = 43a0e9091fe12ec986e229a73bc41e23b1815fecfe62df8eed74d2ef33f5c329c444f1568d3c966554ff0bb29220146ba8f30d1c2d77ed7dea9adea10dacd152 -Size (darling_macro-0.10.2.crate) = 1919 bytes +BLAKE2s (crossterm-0.22.1.crate) = 646728025ea249a59f0faf8325335cbe0fd6bedbaf72c3cbe540e8c71c779462 +SHA512 (crossterm-0.22.1.crate) = 2a8534a12bb119be583d491b3595259d164de6922ce2a17bbe6f19fcff93339a6d0d8c08398958a7592d6aa765eb2ebc6e61b54211080785357c711b2c454d91 +Size (crossterm-0.22.1.crate) = 105450 bytes +BLAKE2s (crossterm_winapi-0.9.0.crate) = 66dfac33e190f850bc4e3b08ffc5fc97efa584e35007e75d8ef748e901878781 +SHA512 (crossterm_winapi-0.9.0.crate) = b8c32a82cc83244e8991931e3fe0d85527ee2cc5e6b4a0839d633448dfa8a137c87684e8e079f44edf5a994355e0106bb573b36b57c7420ac5cb6fb0ce20ce8d +Size (crossterm_winapi-0.9.0.crate) = 15561 bytes +BLAKE2s (cursive-0.17.0.crate) = 9f7d51312d744557a6576aed4dc19a3d65370b94c16d9b68a7b627d0743bdd19 +SHA512 (cursive-0.17.0.crate) = ddefcb59492eea4adec1da22d5fec1277e4a75b57a7cc15b5fda4425cde67fdbcc31bc8435d02859381973c1e3083d594f3786870620a07b40a99070320dd008 +Size (cursive-0.17.0.crate) = 67094 bytes +BLAKE2s (cursive_buffered_backend-0.6.0.crate) = 84b72020ebb1ab8c3abe21630ef90dbd7a3dbf75d7ec69f3be30e89f23082645 +SHA512 (cursive_buffered_backend-0.6.0.crate) = cce26b8612e1e8ae7962cee2554a58dfe5fae7df95d799082e1c764660adb7b876b574583be6b8408c60d96914f9191c2e24f0c10ade803ab2d183bbb643bafc +Size (cursive_buffered_backend-0.6.0.crate) = 6386 bytes +BLAKE2s (cursive_core-0.3.2.crate) = a2e5f343431a4ca05fe235f1ee6aedd72c3d72842d1590d519eb23fb0d55086f +SHA512 (cursive_core-0.3.2.crate) = ecca4c8234ed93b337ce50246a9bb2dfbfb76adf8e2c3369f9323c83f177e95f54ce8f7d9a979189f62d5b676462243c63fbb84ce6b86d25c5621a92a3783be7 +Size (cursive_core-0.3.2.crate) = 151995 bytes +BLAKE2s (darling-0.12.4.crate) = fc73ceae4460824e4afe4899b4076b6ddfdc5bf71bcc0f9413ae7db9c277fdde +SHA512 (darling-0.12.4.crate) = 12358298bbbe4c18a6b8b1ff838c210806980973f7fa2307af97f0b33df2e3f1bb43dc2b990b5e8bbdd4f8ec97e1785ece556ada8ad6d6957f9dfb37316ab7a6 +Size (darling-0.12.4.crate) = 19031 bytes +BLAKE2s (darling_core-0.12.4.crate) = bb1fca5b2a312de1dc8a1fce730490bb4c201192d90f2507775a8359d6774d56 +SHA512 (darling_core-0.12.4.crate) = 0e89867284cf34506d0dee4423120c8e1f40efcc66d510e111959fe0c8eecc956b9a03c85b81ea0489be067b18113586909d1ee36f78495b123e4d64d41b300f +Size (darling_core-0.12.4.crate) = 49742 bytes +BLAKE2s (darling_macro-0.12.4.crate) = 0cc790ffd412b503fe546d6078c6648ce98bf4fd6cacd198806f9ae2ee6d6966 +SHA512 (darling_macro-0.12.4.crate) = 324c778f4243b0d34d10998dd1ef7f911fba9392928eb8626c8ce389c599f6fe39791b1558a4480d366bdaea8be78f9d6a4f7ded48a4a020e721bda240804e1f +Size (darling_macro-0.12.4.crate) = 1866 bytes BLAKE2s (derivative-2.2.0.crate) = 47aee15a77d42f4bb1b1df27455bd6c66e8a9b298f07e3b8b7aa19e94f6cee68 SHA512 (derivative-2.2.0.crate) = 3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da Size (derivative-2.2.0.crate) = 48076 bytes @@ -111,12 +117,18 @@ Size (dtoa-0.4.8.crate) = 16175 bytes BLAKE2s (encoding_rs-0.8.28.crate) = 6ab4f54686c6bdb87f476741fc47bdece4e9c22c715ff6361d9fa73bea7c33c1 SHA512 (encoding_rs-0.8.28.crate) = 8b3f7450789e33f1ad9306d152f1bd230e66c7e799de52046acd5b11f903e8c86cbe2f0aa2cfb0f0e60bd64b194250defe05ef2a171b707e129a2324de47a9b0 Size (encoding_rs-0.8.28.crate) = 1368577 bytes -BLAKE2s (enum-map-0.6.4.crate) = 7fadf618889621c5f7273b20202ac2b2651a7ef949b5a8624600df18128f0ed7 -SHA512 (enum-map-0.6.4.crate) = 8b87df558b41a93e11e2c1ec2a22c0993d0ef353a9925cb363559e9252ea3daee3239537a4d86a59211820047e9eb85085b8018b0be1dedb49db89b08b1f87b0 -Size (enum-map-0.6.4.crate) = 9477 bytes -BLAKE2s (enum-map-derive-0.4.6.crate) = 658aa89fb1fc628017bd080f0957672c03348efebc5f8b93583bb6a095f2e5b1 -SHA512 (enum-map-derive-0.4.6.crate) = fbace5d639c0bf1f4444a12686a5b5cf05b7a6c50d552cade8491db5c503b0e11da2d8bfbcf24fec66486e22a5627e22264f9bad5417b6908948398b783cf847 -Size (enum-map-derive-0.4.6.crate) = 2217 bytes +BLAKE2s (enum-map-2.1.0.crate) = 60de9556d8b1ae1a26ab700a8970adb86a2bc94d2da7eae4a1e843f522375798 +SHA512 (enum-map-2.1.0.crate) = c232328d773c1ced0928396092d5f2df39a48580e54a03a498491f6607a8ffa9e2413ce6a1c6d399fdfcc9da725d2390279e7f443acd2ba043602e77a6807bf5 +Size (enum-map-2.1.0.crate) = 11758 bytes +BLAKE2s (enum-map-derive-0.8.0.crate) = beda6653b995a64ceeadb789728c1ed50b372c9b21b07610b17e6912cb22e31d +SHA512 (enum-map-derive-0.8.0.crate) = a93318482072e1db9f6a567e02e1a78f3a872cd84e04f2158e783f9779b67766135bf3d5512a7b1cbf1ed1c31fd9cef7585345ca6ce7f8ff52afe9b4ac78029e +Size (enum-map-derive-0.8.0.crate) = 3672 bytes +BLAKE2s (enumset-1.0.6.crate) = 0aaafc34554a9d34b2fc613e3cff98bbf1e1b75c6b33f6757f856db4c54c84e9 +SHA512 (enumset-1.0.6.crate) = ec8e47ee58fa3b329d72e8c31df3d4d2f3fcc7b4b80493f6eaaadc3916d0fbb8e98e5598f09637c08a0b4dc7d8d8df40bbccf3ef9b5b1fcd6266939a3eeb5b69 +Size (enumset-1.0.6.crate) = 17300 bytes +BLAKE2s (enumset_derive-0.5.4.crate) = 76ab21c731cf73c8d3a34d00fffa8425900e627218527448aafdd3b5bc23666f +SHA512 (enumset_derive-0.5.4.crate) = b02f43bea0f304d747c085f03a2e2c33dbf0a38d3a8f393935e443a633326456bf5a9e454a211f942d08dd8293d3935bef6284c03ea00fac43cb7d268700daff +Size (enumset_derive-0.5.4.crate) = 10284 bytes BLAKE2s (fnv-1.0.7.crate) = ffa8e3e3e120c65486f2575822704aa79aac381f375d7295875475e36775ff09 SHA512 (fnv-1.0.7.crate) = 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 Size (fnv-1.0.7.crate) = 11266 bytes @@ -213,15 +225,18 @@ Size (ipnet-2.3.1.crate) = 24932 bytes BLAKE2s (itoa-0.4.8.crate) = bc442580f4a7b1dbf9a7f279e413f8d13eef5845d139d0919eb9b53a083cc31e SHA512 (itoa-0.4.8.crate) = 6911d269ff3ed7350e4f0dcfc6e9e0d70e25833e1e7cfcc57d5b8aff1f47b8be4f2e9baf1b92e5517cff63492be489b6d29b48dd9bb642e428acaa431216b68e Size (itoa-0.4.8.crate) = 11926 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes BLAKE2s (js-sys-0.3.49.crate) = b28903fbea980877b4a949d701c0ab9e47b9183722b46af4daf3a455be0c6e35 SHA512 (js-sys-0.3.49.crate) = fbd61497609eb870f04de789bbff169df46d138a7f703e2df80eb62c930672081b6afde008bbe82e99d3db270699e81264541f2468767fa0a52c515461faa58c Size (js-sys-0.3.49.crate) = 67124 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.104.crate) = 84e10dfa089624326eab9fb16a50f7a06230a58331af345d41980fa817d5ed25 -SHA512 (libc-0.2.104.crate) = 25bfce165d0265827f2bf5de255ba8abea6880d82ec9022744de358d4518f381a0cf1fecc5d741b85ee8f90683b7ca3117743236fa32813ac807721fcb15d029 -Size (libc-0.2.104.crate) = 548775 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 Size (linked-hash-map-0.5.4.crate) = 16166 bytes @@ -240,6 +255,9 @@ Size (log4rs-1.0.0.crate) = 54778 bytes BLAKE2s (mac-0.1.1.crate) = 3124d669e657d967992edce0a20d742ace52af8b9a0e9fa62f09f1e74851f896 SHA512 (mac-0.1.1.crate) = dbc6def04c482911ace311f34be79992fa04042c7ce36b71459b5af5c1c43e9fa66b6b40f63f8c3647daba287bf1c1be9b1a8031ead1d855f99a988898c96f1a Size (mac-0.1.1.crate) = 4838 bytes +BLAKE2s (maplit-1.0.2.crate) = f6de238711037163128cffba54e8a1b1d330c5a03720f4a146b0d70cc550da43 +SHA512 (maplit-1.0.2.crate) = 917b5cf665e12b687035c895b60b2ae05622963f495f5693515fd24d56f49e95a06ffced68606d061bd20822c655100035930673fd4b0d4790168763b6961a9f +Size (maplit-1.0.2.crate) = 8871 bytes BLAKE2s (markup5ever-0.10.1.crate) = 44b2c361d34a19896d06cd1774403ab1ffb756651c0ca2c4b4d849fb584d8c91 SHA512 (markup5ever-0.10.1.crate) = 447b0f44ea8b786688127aba1b6eed826dc0127658d293c22db74864381b5e7bc0584243dcc0ee19929d3e757521167c13a108155ed5c8e78375cb0fd3c6f7b7 Size (markup5ever-0.10.1.crate) = 34668 bytes @@ -267,33 +285,42 @@ Size (miow-0.3.7.crate) = 24563 bytes BLAKE2s (native-tls-0.2.8.crate) = 9bd959906468800ff62c371b767c0987749196236b878f709d74f46adda22940 SHA512 (native-tls-0.2.8.crate) = 3648272b1c2f10c3eb9c7121c20a26da149efcf248187522fe07fde9b506a2b687e8bde8e09c0f8f74d19db5b84ea98b19b177c6daf38bf8a0c3ec05907006a7 Size (native-tls-0.2.8.crate) = 24956 bytes +BLAKE2s (ncurses-5.101.0.crate) = 5ae51da22c5687781145ae11d3c30effaad95ffb5116639d6c6c333252c52fcc +SHA512 (ncurses-5.101.0.crate) = e73513a28706dce70296af28170e8c124b9ab105dcc6509f2d65114f0f8f948b775cb4b459293a399bbf748f06bb60e5906818d928b4f0078c96531d8ab050e7 +Size (ncurses-5.101.0.crate) = 26027 bytes BLAKE2s (new_debug_unreachable-1.0.4.crate) = 5779df9667d34e07fe8139cb8b6a481e43535a8e5b6960d3d6e0539a3c18199d SHA512 (new_debug_unreachable-1.0.4.crate) = 6f964bb322aa8f2ff92078381dd720527600c6449e237b703278cbcf47b39a2581fddfc2f34ebb7cf31229e33d58de48bb5050e083fec6dad9aefddc1d771c85 Size (new_debug_unreachable-1.0.4.crate) = 2561 bytes BLAKE2s (ntapi-0.3.6.crate) = a934d210a20654fc2014bdb0b4c003e9199607bf4cf96faf7c379be0093aaebc SHA512 (ntapi-0.3.6.crate) = c07f2ae51e4fbbe55de9f617d333e4042a93de69e9bfcdd44acc1b342edd88cc2a360fe6710d9568594e2c0990776004400d0741e61d1a2a1cec4a645c4cb035 Size (ntapi-0.3.6.crate) = 127221 bytes -BLAKE2s (num-0.3.1.crate) = 6146ffe1cddf8789c09400dfc12b09af326fc304aed71348921731b30eb10879 -SHA512 (num-0.3.1.crate) = 38eaf591bdd1a8f758f80f6fcd815f32c064738ba21fd97078200945cc5a2025f88b79efb36538e425df43441adb33144e20e68dc351101845074260d10ab85c -Size (num-0.3.1.crate) = 9414 bytes -BLAKE2s (num-complex-0.3.1.crate) = 5393db552ae222e10b30f94a90266e1c580760a64f8c5777a943036403a6e566 -SHA512 (num-complex-0.3.1.crate) = d24d613f20e04dcfdee68e95b2d4b06ba99db637a96e41a55c4f599626951a44cc5f8adf8e8c86003d42c316aaea0c27739e812fcd4d4bb6efca5b2d9cecdd71 -Size (num-complex-0.3.1.crate) = 24541 bytes +BLAKE2s (num-0.4.0.crate) = dc1ab719a4a1cbfd25eeeefc4b06e4368515e0f837161aaecaca9b92a89b07a2 +SHA512 (num-0.4.0.crate) = fb57c089120f7f8edddacc0a2eea5f9c8d70c29e411e30eca726e373e5ccf25b51df8c7d4e52aa6bf9b9b89cdd172291eac23626d2ecb030e4d9b3a4fdad6ddb +Size (num-0.4.0.crate) = 9490 bytes +BLAKE2s (num-complex-0.4.1.crate) = 63cea94bcbd8c2a20a2036426791fb15e7569399d3b7f4e49ff4e8609979821d +SHA512 (num-complex-0.4.1.crate) = 7d6a5b5d70c0558d7dc305b20dbdccb48351935c73832c8de96b48a7843e9cf55da1a036ddadafc072c43ddcd3f4dcfca38e1660c1e3178d9835310ab6e8d40f +Size (num-complex-0.4.1.crate) = 25872 bytes BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 Size (num-integer-0.1.44.crate) = 22216 bytes BLAKE2s (num-iter-0.1.42.crate) = defe0ec57ebf80418d0516455462889bf74ea9d1073f89597cea09c5c62b32b5 SHA512 (num-iter-0.1.42.crate) = 46b0e05c4f4587121ec300da51cbf02e04ee8f8441eb4dcaab5a2ccee3b40210f1badde56addf053fb876aed3749dfb5f01e757042573fdf99defc77fb265f3e Size (num-iter-0.1.42.crate) = 10450 bytes -BLAKE2s (num-rational-0.3.2.crate) = d3b83c738dc961fb7c04de26d502bff8bb2d981d51ae27a1fcacdde57df2a851 -SHA512 (num-rational-0.3.2.crate) = 31141c147ace16505cf63023d399ec7d6824b1cf3a31160419cc8ed8c9e4392993910419ac113b23913f710eff13f730d04328e66328375c61c28010718fb837 -Size (num-rational-0.3.2.crate) = 26359 bytes +BLAKE2s (num-rational-0.4.0.crate) = 17b65661ce66a759aa634b94bb718b60c38e8aa62509c55c318b660be70d53db +SHA512 (num-rational-0.4.0.crate) = 96b5fd3d407210e6e81aac72b542be5c5acf0f1132097e4b82a65042fb2bd98591e12e5153b96b38c71f69e613e295542d23dc73a98b08ffd49d9ef2a062eded +Size (num-rational-0.4.0.crate) = 26428 bytes BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e Size (num-traits-0.2.14.crate) = 45476 bytes BLAKE2s (num_cpus-1.13.0.crate) = 9feb84c345e288846365e1ff29d95ee255a7792c11182ef39fd9b8c054359b14 SHA512 (num_cpus-1.13.0.crate) = e75ec298fa682be84bf4efb6cf40126da9233ef25f07e887c2fa7421ee78790204564e6406c8219466651f47421e27f69eca690bb9cdfc982b644d78cc10de3f Size (num_cpus-1.13.0.crate) = 14704 bytes +BLAKE2s (num_threads-0.1.6.crate) = 16dafe947f10db7667201144859b311f1d2fdcaec5984b5f0986e8de75345e5f +SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6 +Size (num_threads-0.1.6.crate) = 7334 bytes +BLAKE2s (numtoa-0.1.0.crate) = 60d075857c572bc8e06538cd0688bb78588cacf0271d1003983b9cc073938680 +SHA512 (numtoa-0.1.0.crate) = 41b5c774048592c5867fba217c85d4ece4540e0f3ab0eea7dd1a6af340ba46dae42bbca62ea7fe3afdb258660f39a3d3082264c99dea67d3d1ae178d00a01354 +Size (numtoa-0.1.0.crate) = 8999 bytes BLAKE2s (object-0.26.2.crate) = ea329fb88c9f885fa0ec4b9106f73cb7b12d7e78f4e44076f433354a71ff1922 SHA512 (object-0.26.2.crate) = 42882e3b1063ad8326bedd3f402831d6206603f8736c5aecc3c16d296007d25360ce9143bb3f859a6d52f1a530809df1f1117d321f0d22f0b43c1831366eec6d Size (object-0.26.2.crate) = 238067 bytes @@ -315,6 +342,9 @@ Size (ordered-float-2.8.0.crate) = 14420 bytes BLAKE2s (owning_ref-0.4.1.crate) = f958c321637337100524c72839bbc2cacf321deb7311a744efbf541bd7d95e88 SHA512 (owning_ref-0.4.1.crate) = 15ecf5c53a675f7c96f850f54bea5fde63f8cfe22ad5c01941f67695154a39950087bd72bbd9a2f9e76825a3fb8dd1d20ba92335f265f4aa273e1086773b918c Size (owning_ref-0.4.1.crate) = 12658 bytes +BLAKE2s (pancurses-0.17.0.crate) = b0b7fb5783c5e33896ecc0f1b5a5d405684cc530a42dfd6d2ad6e21f0db66d18 +SHA512 (pancurses-0.17.0.crate) = 048740f35324f6c702bb98a608c6497b77415bdeeb4a83978d85dd66bd0b352a952adbd50546021b039fb30be3a47dfeb3022f92fc1a96126a5069d5ebb14b1a +Size (pancurses-0.17.0.crate) = 34656 bytes BLAKE2s (panic-message-0.3.0.crate) = fb959801fa34182172fb53685724ff7d1c19f17d9bdc030217b89a1a5d3c9a9d SHA512 (panic-message-0.3.0.crate) = c3ea40c5ec0a8f95411835b0ccfc00b134782759b5bc2177f1c33b0e5496d39d67e665ecb6b01d49674654a78e50fa290c5e1459bd9887ddb12c7907396ed0ec Size (panic-message-0.3.0.crate) = 7274 bytes @@ -324,6 +354,9 @@ Size (parking_lot-0.11.2.crate) = 39869 bytes BLAKE2s (parking_lot_core-0.8.5.crate) = 9f38174a007023d5108d3cc50446a3138b443d363f44d5d2670fed55d3516a2d SHA512 (parking_lot_core-0.8.5.crate) = c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 Size (parking_lot_core-0.8.5.crate) = 32466 bytes +BLAKE2s (pdcurses-sys-0.7.1.crate) = 5e7216e2f24bce9fa56fc5906302790358ff40eadc333160b7d05daef37d17b7 +SHA512 (pdcurses-sys-0.7.1.crate) = 9e502b33d7b25dd534cd62ccbd59c283fb59e5945416be92d63fe09c4a66bf5f0eccc1e6c6cc73f536035239b729313c3677c5319a73244c0b8ede744cf61f58 +Size (pdcurses-sys-0.7.1.crate) = 454031 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes @@ -399,6 +432,9 @@ Size (redox_syscall-0.1.57.crate) = 17087 bytes BLAKE2s (redox_syscall-0.2.10.crate) = 34d65a357c300759482d088d30518f3bcc4c1fa24f320c953ff6bc89bb7bdf2c SHA512 (redox_syscall-0.2.10.crate) = ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 Size (redox_syscall-0.2.10.crate) = 23582 bytes +BLAKE2s (redox_termios-0.1.2.crate) = ec6a833f1d27407e659190cf298cdaa5587166306554fa07202d5f3f8988a387 +SHA512 (redox_termios-0.1.2.crate) = d8624b2c78d02c5d3afcbecea9ad8d218bff508703cb50684d6ae05614a9f41bf2aa8c47440fbb7d964f01eb9085364222833fbf9c45984508e9d755dac563c1 +Size (redox_termios-0.1.2.crate) = 3268 bytes BLAKE2s (redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf SHA512 (redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 Size (redox_users-0.4.0.crate) = 13023 bytes @@ -453,12 +489,12 @@ Size (serde_urlencoded-0.7.0.crate) = 12489 bytes BLAKE2s (serde_yaml-0.8.21.crate) = e2dadd24faeb47dcff78015b79d2c221b774e0220fce3d48331ec97d0bc09181 SHA512 (serde_yaml-0.8.21.crate) = 82e5a6663392b2a3e049f735b88b35023bb9255167b0e396c2cc5982b014ad2e6804433d15ffd19fe2ffd6e423a6e04e9a32b4b3d2b012adaa1f4f44996a81ea Size (serde_yaml-0.8.21.crate) = 42603 bytes -BLAKE2s (signal-hook-0.1.17.crate) = 27e230a1ac2cdb00d425589181b9a6f401980358116705c59272987c07231d41 -SHA512 (signal-hook-0.1.17.crate) = 253d1478d7a6491a0b423637a706c941cc2a9707d32d29126f48af808daf8acd88e59013936f8e164df687c04e3a8f5c201b5eeb1952e3269b1419efdb4df94f -Size (signal-hook-0.1.17.crate) = 27085 bytes BLAKE2s (signal-hook-0.3.10.crate) = 8e648081e5a13edf0a0d6ce28567fbbd71586871fdeea508c9ef004493ed9ed7 SHA512 (signal-hook-0.3.10.crate) = 3b6949f4cad0a77e6cfba2fb16d7edaf52737419ebd525d5d1905152cc1c73e81d4adb676077b9b6c144b0812ac5059a0f1032fe2c5ed450be2c451b7cf32e9b Size (signal-hook-0.3.10.crate) = 48491 bytes +BLAKE2s (signal-hook-mio-0.2.3.crate) = 3978798249d992e347f94de76b52d3de9fee88b4624e5c37f332ad76f253be37 +SHA512 (signal-hook-mio-0.2.3.crate) = 98429330c109dacbeca5f0788d993d1ec2830b6f95886a433592b2096508dfef2027d62a99b985654dfcd927f7f3f93fbfc19361f8efaef5efe84cbacfc1ab08 +Size (signal-hook-mio-0.2.3.crate) = 9064 bytes BLAKE2s (signal-hook-registry-1.4.0.crate) = db9859d4134f20ba9a43f1fcf0c2a95e441648e66f760a69f78ce0efd164d6f9 SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d Size (signal-hook-registry-1.4.0.crate) = 17912 bytes @@ -483,12 +519,12 @@ Size (string_cache-0.8.2.crate) = 15770 bytes BLAKE2s (string_cache_codegen-0.5.1.crate) = 7d64d8f490c63aa4cdade63d00b924f6ba7b3b9ed0ff10547fc37851166d4f57 SHA512 (string_cache_codegen-0.5.1.crate) = c3aeb752cbdbcb78cee6156b726264d182e77b3d6ac89066c366d87d8bdffc32d83e6e59a40471f07d7c827717db25fa6fb489dbd3a650f2fc252a7c85f4ecae Size (string_cache_codegen-0.5.1.crate) = 8243 bytes +BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 +SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 +Size (strsim-0.10.0.crate) = 11355 bytes BLAKE2s (strsim-0.8.0.crate) = 4c57b0c1505fd1e6a962cf721ee33473997ba55c8638e53c92efc6c9cf7fcc91 SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 Size (strsim-0.8.0.crate) = 9309 bytes -BLAKE2s (strsim-0.9.3.crate) = c8e7d0c0579749c67235a15c22d9272699c4a724070ba4b91ac15ca15987f782 -SHA512 (strsim-0.9.3.crate) = 8d7468be0f19819a454720d2fc9a139cb9afde9984f73d334b9b77085b58008d6d8ed0786f88ef91b4967c503fa1fac0ddf2fdba01391629f7bcf1ef2fe36b51 -Size (strsim-0.9.3.crate) = 10266 bytes BLAKE2s (structopt-0.3.25.crate) = 83e234d86ba01c50de961c582ba0a941972ffc23ba76e980b503eb9522b91382 SHA512 (structopt-0.3.25.crate) = f07c505fbabfd880ee5f931e8a3ed8a1d01fc0a66a78c0cc04a2600d2f5cb2d699ac41719062c5c4d2cb06a64ce1433641837bb7d9fb755018ce95844216811d Size (structopt-0.3.25.crate) = 52296 bytes @@ -504,6 +540,12 @@ Size (tempfile-3.2.0.crate) = 25892 bytes BLAKE2s (tendril-0.4.2.crate) = 00d1ed647910aa5962bb8ad4a72013a817a1cf44a888cc663e7181c486d9f0b3 SHA512 (tendril-0.4.2.crate) = 84cce485442a2e1ee6f8806a20dff038b1ff446d22ecfc9865c9ec8bcd209afe0748c7dd31f89c45cd5fd98e34abc1faf3c7a21b6d4bd5863e53d295bb700b3f Size (tendril-0.4.2.crate) = 37138 bytes +BLAKE2s (term_size-0.3.2.crate) = cfdf577b24eb1617ac7187c9dbd23a5f0452d1f3b63b052d78e12323c81c12d8 +SHA512 (term_size-0.3.2.crate) = 7e820ca667f841719e82cf97e90bd2546cdd7ecd4834c68f8eeadd2e530bb13ced1d058ea7beda5db77eabacfaef64b8c3699c482bd912ff570f6ab78149dc88 +Size (term_size-0.3.2.crate) = 10917 bytes +BLAKE2s (termion-1.5.6.crate) = b6d92242706c4be97dcded5161758bc66939a05349c99c250006e940f3c4f626 +SHA512 (termion-1.5.6.crate) = 228b6fa7e2f280d6bfc7cef77e7a1d0d8f597178e66af0bde1b1fb6553857b511ba8a6786165815aac6d8a082fd37191f4ea35a47f1e1182f7f2c6086eb34a8c +Size (termion-1.5.6.crate) = 22677 bytes BLAKE2s (textwrap-0.11.0.crate) = aac1ca89e048f3559b66b2653332c7a880ffdd9d7e557c097334ed50099ae7af SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a Size (textwrap-0.11.0.crate) = 17322 bytes @@ -519,6 +561,9 @@ Size (thread-id-3.3.0.crate) = 7514 bytes BLAKE2s (time-0.1.43.crate) = 49cdc6d48210b867b7cbedd75a45b8e7e57f819bfe6bd2c66cb8385594cd30ce SHA512 (time-0.1.43.crate) = c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25 Size (time-0.1.43.crate) = 28653 bytes +BLAKE2s (time-0.3.9.crate) = 1ae29e0e2c228bdc28cd3b93ab0c6f322570991ec00cae9d42e88a06b7fc5204 +SHA512 (time-0.3.9.crate) = 2dd8c57d2fc232d8a05109f0d41f964fc587345eff0a68c42c2b1690d6da1a4868188df7f03bece12148e7434b973c472fb0c85fa1f840053da3b30cf6c47e80 +Size (time-0.3.9.crate) = 81412 bytes BLAKE2s (tinyvec-1.5.0.crate) = dfa9a5e68518840ffc1caf38a55aa12559d7feec70d2ffff2cff6cc8048763e4 SHA512 (tinyvec-1.5.0.crate) = b4d1624965ed6b7e8ea45d80fd7332b5733d7b5e78f8167d13c9b9e8eaf3c586268c2f88ea0c51211808def997f8e751214e3de757b19076807adf7aca8aba82 Size (tinyvec-1.5.0.crate) = 42745 bytes @@ -618,18 +663,12 @@ Size (wasm-bindgen-macro-support-0.2.72.crate) = 17853 bytes BLAKE2s (wasm-bindgen-shared-0.2.72.crate) = 08f31a81a786685aba37fb30526e1665e8d9044ee76f789d2e98268d98b6ded0 SHA512 (wasm-bindgen-shared-0.2.72.crate) = 9f9ed763f959e3c8a3920d6b4588de20cfc3d7192f68550b6fe3fb363bd8923e008fc7bd735fdea5b188a35ff3274301d7e0382175057d90a41f31518c982c0f Size (wasm-bindgen-shared-0.2.72.crate) = 6690 bytes -BLAKE2s (wasmer_enumset-1.0.1.crate) = 2b9b03a8a3858bbe82791fb014dd8b1b377c4bb5302cab1a78a45e7c2cc8a68b -SHA512 (wasmer_enumset-1.0.1.crate) = 3af873c3b6de090666e75c75303ea4dccee85839b09039a6f98f3c7b62c7f7fb070951d26bd35c17b81c1b668956eddf19a57201d981d4536d594d38b14e9a25 -Size (wasmer_enumset-1.0.1.crate) = 11873 bytes -BLAKE2s (wasmer_enumset_derive-0.5.0.crate) = 0ae304f740f3366540fa11ac938a5db91a25d3f3e81660b5626950d465a731fc -SHA512 (wasmer_enumset_derive-0.5.0.crate) = 5e2877f23bfbe38fcacb6551b2c4cba4dd67c23b33909a79bd3472ccbae3fecad328e3542986cb926d68a8571c9af17dbd3f4bf833a47afa66337fd62fe35f04 -Size (wasmer_enumset_derive-0.5.0.crate) = 5657 bytes BLAKE2s (web-sys-0.3.49.crate) = f4a0299a0dee099893de50d089dff882af61df259964713a7979e122d0582470 SHA512 (web-sys-0.3.49.crate) = b77c4b473b849bef87325c14bb48f08a52145812fef35e81e854ac0631264253a4b8c50bafab8578f79832414a081a929ca71426cd9c90529e5f319e52e58451 Size (web-sys-0.3.49.crate) = 649549 bytes -BLAKE2s (wiki-tui-0.4.7.tar.gz) = 18954e7e61f8b4939aabdb594bec617f83b759e39b6f5451d35437e171408aae -SHA512 (wiki-tui-0.4.7.tar.gz) = 26fa23171c99ca7b9be6cb586ef77989ec0f821146f1626458688f77764c79a7c754da12b562c6c5260182940e6f2a8980d267c342bcb63dbbd142e028fef750 -Size (wiki-tui-0.4.7.tar.gz) = 72030 bytes +BLAKE2s (wiki-tui-0.4.8.tar.gz) = 70e4a3604f3c3c6cd70b743e7ee979a93db3fdddcbf0465c32a6f28e0165cced +SHA512 (wiki-tui-0.4.8.tar.gz) = 4631e278b7d64eb471cb2a65d73aecb24f7d4046ce9a2370ca1d2da8ed55aefd32c87784772f6cce06f21db5d1de8beb5e2f14d89238c77e9befacb3501eb5e7 +Size (wiki-tui-0.4.8.tar.gz) = 73716 bytes BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 Size (winapi-0.3.9.crate) = 1200382 bytes @@ -639,6 +678,9 @@ Size (winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes +BLAKE2s (winreg-0.5.1.crate) = d47d5e31c26a81614350c572776059e71fff20321c2e12054aed0998515adc6c +SHA512 (winreg-0.5.1.crate) = 03c2350e4aa6c41956f493018136f0b016d36c587e6f27d57dddd29a55391286be4805962c4247bb59821c3031ec75f9a63c140536c13aac894c07e914380f7f +Size (winreg-0.5.1.crate) = 17693 bytes BLAKE2s (winreg-0.7.0.crate) = 28c3c71cb1796acfda40be371f9dc6e59ea5be989d92db90f3b48027d4b89093 SHA512 (winreg-0.7.0.crate) = a0b7a2d239e30cea89a863b879831bc32b5f2988ef3f0586ddadda48827cafc82d3602d2f8df3c47dc1e80537149a1ca1dc1506f9fbf960d9ba081dff1bac731 Size (winreg-0.7.0.crate) = 21225 bytes From c124f3f5b91b8cdf16a7657e6ec2b45122329604 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 17 May 2022 18:35:58 +0000 Subject: [PATCH 0569/1154] doc: Updated www/wiki-tui to 0.4.8 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 767413bbca81b..04d8bbc6c7b4b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2598 2022/05/17 18:35:06 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2599 2022/05/17 18:35:58 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4014,3 +4014,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/deforaos-browser to 0.5.5 [khorben 2022-05-17] Updated x11/deforaos-panel to 0.4.2 [khorben 2022-05-17] Updated wm/sdorfehs to 1.4 [pin 2022-05-17] + Updated www/wiki-tui to 0.4.8 [pin 2022-05-17] From 06989fb434afa666c58af502cb21dd973c91f929 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 17 May 2022 18:36:51 +0000 Subject: [PATCH 0570/1154] net/yaydl: update to 0.7.1 -Updated one dependency and fixed YouTube's URL regex - thank you, @yeurch! --- net/yaydl/Makefile | 8 +- net/yaydl/cargo-depends.mk | 127 ++++++------ net/yaydl/distinfo | 383 +++++++++++++++++++++---------------- 3 files changed, 297 insertions(+), 221 deletions(-) diff --git a/net/yaydl/Makefile b/net/yaydl/Makefile index 747e1ed11a158..768e27f0e1009 100644 --- a/net/yaydl/Makefile +++ b/net/yaydl/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2022/04/11 08:29:37 pin Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/17 18:36:51 pin Exp $ -DISTNAME= yaydl-5e3cd2b65f -PKGNAME= yaydl-0.7.0 +DISTNAME= yaydl-512577aefc +PKGNAME= yaydl-0.7.1 CATEGORIES= net -MASTER_SITES= https://code.rosaelefanten.org/yaydl/tarball/5e3cd2b65f/ +MASTER_SITES= https://code.rosaelefanten.org/yaydl/tarball/512577aefc/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://code.rosaelefanten.org/yaydl/home diff --git a/net/yaydl/cargo-depends.mk b/net/yaydl/cargo-depends.mk index 85e6bb384a014..037cb70ae2e91 100644 --- a/net/yaydl/cargo-depends.mk +++ b/net/yaydl/cargo-depends.mk @@ -1,128 +1,147 @@ -# $NetBSD: cargo-depends.mk,v 1.6 2022/04/11 08:29:37 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.7 2022/05/17 18:36:51 pin Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 -CARGO_CRATE_DEPENDS+= anyhow-1.0.44 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 CARGO_CRATE_DEPENDS+= atty-0.2.14 -CARGO_CRATE_DEPENDS+= autocfg-1.0.1 +CARGO_CRATE_DEPENDS+= autocfg-1.1.0 CARGO_CRATE_DEPENDS+= base64-0.13.0 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 -CARGO_CRATE_DEPENDS+= bumpalo-3.7.1 +CARGO_CRATE_DEPENDS+= bumpalo-3.9.1 CARGO_CRATE_DEPENDS+= byteorder-1.4.3 -CARGO_CRATE_DEPENDS+= cc-1.0.70 +CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chunked_transfer-1.4.0 CARGO_CRATE_DEPENDS+= cienli-0.3.0 -CARGO_CRATE_DEPENDS+= clap-3.1.8 -CARGO_CRATE_DEPENDS+= console-0.14.1 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 +CARGO_CRATE_DEPENDS+= console-0.15.0 CARGO_CRATE_DEPENDS+= convert_case-0.4.0 CARGO_CRATE_DEPENDS+= crc32fast-1.3.2 CARGO_CRATE_DEPENDS+= cssparser-0.27.2 CARGO_CRATE_DEPENDS+= cssparser-macros-0.6.0 -CARGO_CRATE_DEPENDS+= ctor-0.1.21 -CARGO_CRATE_DEPENDS+= derive_more-0.99.16 +CARGO_CRATE_DEPENDS+= ctor-0.1.22 +CARGO_CRATE_DEPENDS+= derive_more-0.99.17 CARGO_CRATE_DEPENDS+= dtoa-0.4.8 CARGO_CRATE_DEPENDS+= dtoa-short-0.3.3 CARGO_CRATE_DEPENDS+= ego-tree-0.6.2 CARGO_CRATE_DEPENDS+= encode_unicode-0.3.6 -CARGO_CRATE_DEPENDS+= flate2-1.0.22 +CARGO_CRATE_DEPENDS+= flate2-1.0.23 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 -CARGO_CRATE_DEPENDS+= futf-0.1.4 +CARGO_CRATE_DEPENDS+= futf-0.1.5 CARGO_CRATE_DEPENDS+= fxhash-0.2.1 CARGO_CRATE_DEPENDS+= getopts-0.2.21 CARGO_CRATE_DEPENDS+= getrandom-0.1.16 -CARGO_CRATE_DEPENDS+= ghost-0.1.2 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 +CARGO_CRATE_DEPENDS+= ghost-0.1.4 CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 -CARGO_CRATE_DEPENDS+= html5ever-0.25.1 +CARGO_CRATE_DEPENDS+= html5ever-0.26.0 CARGO_CRATE_DEPENDS+= idna-0.2.3 -CARGO_CRATE_DEPENDS+= indexmap-1.7.0 +CARGO_CRATE_DEPENDS+= indexmap-1.8.1 CARGO_CRATE_DEPENDS+= indicatif-0.16.2 CARGO_CRATE_DEPENDS+= inventory-0.1.11 CARGO_CRATE_DEPENDS+= inventory-impl-0.1.11 CARGO_CRATE_DEPENDS+= itoa-0.4.8 -CARGO_CRATE_DEPENDS+= js-sys-0.3.55 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 +CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.103 -CARGO_CRATE_DEPENDS+= log-0.4.14 +CARGO_CRATE_DEPENDS+= libc-0.2.126 +CARGO_CRATE_DEPENDS+= lock_api-0.4.7 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= mac-0.1.1 -CARGO_CRATE_DEPENDS+= markup5ever-0.10.1 +CARGO_CRATE_DEPENDS+= markup5ever-0.11.0 CARGO_CRATE_DEPENDS+= matches-0.1.9 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 -CARGO_CRATE_DEPENDS+= miniz_oxide-0.4.4 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 CARGO_CRATE_DEPENDS+= new_debug_unreachable-1.0.4 CARGO_CRATE_DEPENDS+= nodrop-0.1.14 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 CARGO_CRATE_DEPENDS+= number_prefix-0.4.0 -CARGO_CRATE_DEPENDS+= once_cell-1.8.0 -CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 +CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.1 +CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 -CARGO_CRATE_DEPENDS+= pest-2.1.3 CARGO_CRATE_DEPENDS+= phf-0.8.0 +CARGO_CRATE_DEPENDS+= phf-0.10.1 CARGO_CRATE_DEPENDS+= phf_codegen-0.8.0 +CARGO_CRATE_DEPENDS+= phf_codegen-0.10.0 CARGO_CRATE_DEPENDS+= phf_generator-0.8.0 +CARGO_CRATE_DEPENDS+= phf_generator-0.10.0 CARGO_CRATE_DEPENDS+= phf_macros-0.8.0 CARGO_CRATE_DEPENDS+= phf_shared-0.8.0 -CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.10 +CARGO_CRATE_DEPENDS+= phf_shared-0.10.0 +CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.16 CARGO_CRATE_DEPENDS+= precomputed-hash-0.1.1 CARGO_CRATE_DEPENDS+= proc-macro-hack-0.5.19 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.29 -CARGO_CRATE_DEPENDS+= quote-1.0.9 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 +CARGO_CRATE_DEPENDS+= quote-1.0.18 CARGO_CRATE_DEPENDS+= rand-0.7.3 +CARGO_CRATE_DEPENDS+= rand-0.8.5 CARGO_CRATE_DEPENDS+= rand_chacha-0.2.2 +CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 CARGO_CRATE_DEPENDS+= rand_core-0.5.1 +CARGO_CRATE_DEPENDS+= rand_core-0.6.3 CARGO_CRATE_DEPENDS+= rand_hc-0.2.0 CARGO_CRATE_DEPENDS+= rand_pcg-0.2.1 -CARGO_CRATE_DEPENDS+= regex-1.5.4 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 +CARGO_CRATE_DEPENDS+= regex-1.5.5 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= ring-0.16.20 -CARGO_CRATE_DEPENDS+= rustc_version-0.3.3 -CARGO_CRATE_DEPENDS+= rustls-0.20.4 -CARGO_CRATE_DEPENDS+= ryu-1.0.5 -CARGO_CRATE_DEPENDS+= scraper-0.12.0 +CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 +CARGO_CRATE_DEPENDS+= rustls-0.20.5 +CARGO_CRATE_DEPENDS+= ryu-1.0.10 +CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 +CARGO_CRATE_DEPENDS+= scraper-0.13.0 CARGO_CRATE_DEPENDS+= sct-0.7.0 CARGO_CRATE_DEPENDS+= selectors-0.22.0 -CARGO_CRATE_DEPENDS+= semver-0.11.0 -CARGO_CRATE_DEPENDS+= semver-parser-0.10.2 -CARGO_CRATE_DEPENDS+= serde-1.0.130 -CARGO_CRATE_DEPENDS+= serde_json-1.0.68 +CARGO_CRATE_DEPENDS+= semver-1.0.9 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 CARGO_CRATE_DEPENDS+= servo_arc-0.1.1 -CARGO_CRATE_DEPENDS+= siphasher-0.3.7 -CARGO_CRATE_DEPENDS+= smallvec-1.7.0 +CARGO_CRATE_DEPENDS+= siphasher-0.3.10 +CARGO_CRATE_DEPENDS+= smallvec-1.8.0 CARGO_CRATE_DEPENDS+= spin-0.5.2 CARGO_CRATE_DEPENDS+= stable_deref_trait-1.2.0 -CARGO_CRATE_DEPENDS+= string_cache-0.8.1 -CARGO_CRATE_DEPENDS+= string_cache_codegen-0.5.1 +CARGO_CRATE_DEPENDS+= string_cache-0.8.4 +CARGO_CRATE_DEPENDS+= string_cache_codegen-0.5.2 CARGO_CRATE_DEPENDS+= strsim-0.10.0 -CARGO_CRATE_DEPENDS+= syn-1.0.77 -CARGO_CRATE_DEPENDS+= tendril-0.4.2 -CARGO_CRATE_DEPENDS+= termcolor-1.1.2 +CARGO_CRATE_DEPENDS+= syn-1.0.95 +CARGO_CRATE_DEPENDS+= tendril-0.4.3 +CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 CARGO_CRATE_DEPENDS+= textwrap-0.15.0 CARGO_CRATE_DEPENDS+= thin-slice-0.1.1 -CARGO_CRATE_DEPENDS+= tinyvec-1.5.0 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= ucd-trie-0.1.3 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.6 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 CARGO_CRATE_DEPENDS+= untrusted-0.7.1 CARGO_CRATE_DEPENDS+= ureq-2.4.0 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= urlencoding-2.1.0 CARGO_CRATE_DEPENDS+= utf-8-0.7.6 CARGO_CRATE_DEPENDS+= wasi-0.9.0+wasi-snapshot-preview1 -CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.78 -CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.78 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.78 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.78 -CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.78 -CARGO_CRATE_DEPENDS+= web-sys-0.3.55 +CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 +CARGO_CRATE_DEPENDS+= web-sys-0.3.57 CARGO_CRATE_DEPENDS+= webpki-0.22.0 CARGO_CRATE_DEPENDS+= webpki-roots-0.22.3 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 diff --git a/net/yaydl/distinfo b/net/yaydl/distinfo index 21ba4f7959dae..10bbce46141a7 100644 --- a/net/yaydl/distinfo +++ b/net/yaydl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2022/04/11 08:29:37 pin Exp $ +$NetBSD: distinfo,v 1.10 2022/05/17 18:36:51 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -6,30 +6,30 @@ Size (adler-1.0.2.crate) = 12778 bytes BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes -BLAKE2s (anyhow-1.0.44.crate) = 502aa7e9bfb219bede496cf5d9d7431f5ef0f419393b194bfa1a56508327582e -SHA512 (anyhow-1.0.44.crate) = d8ec44c64cf4b06121421c99157573b59e2078ab1aba7d949aad9ddd5ec4a1b585a07d0ca06807ed2349c6becaed1cba69f10f9affa2da25f749b615a70aa9ff -Size (anyhow-1.0.44.crate) = 35067 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes -BLAKE2s (autocfg-1.0.1.crate) = 5ed71afef2e7ff6595833cf457df844e3f461a1b7a8f0d541b1b2c5c5e6394a0 -SHA512 (autocfg-1.0.1.crate) = 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b -Size (autocfg-1.0.1.crate) = 12908 bytes +BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 +SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +Size (autocfg-1.1.0.crate) = 13272 bytes BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 Size (base64-0.13.0.crate) = 62070 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes -BLAKE2s (bumpalo-3.7.1.crate) = 28f906ce880c8ab7fc47eee208cdc51565f01d4de56c76fbc03768c729030c11 -SHA512 (bumpalo-3.7.1.crate) = 879bc0993d8ac18cc7af87276aaf7aa042bdaca338c8cc766d5a1822c5675c1852b97467da0f6d5f4721213e3781a195e143b73d21e02ce11600e13e147e943b -Size (bumpalo-3.7.1.crate) = 78573 bytes +BLAKE2s (bumpalo-3.9.1.crate) = c10db1cd7e881baa38bdb960a2677e63361db04d7ccfd165efa7a4204ef69042 +SHA512 (bumpalo-3.9.1.crate) = 40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52 +Size (bumpalo-3.9.1.crate) = 77507 bytes BLAKE2s (byteorder-1.4.3.crate) = 980d5e4ac6d39901b2368959edd7a811f91dbd5bcf899699f3885a5c5e492491 SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa Size (byteorder-1.4.3.crate) = 22512 bytes -BLAKE2s (cc-1.0.70.crate) = e74b02f6378ad4c2697ac320044b7bfe89f8a9a22b461f7548f3f2796f3ba4b9 -SHA512 (cc-1.0.70.crate) = 9158eabcb9405fa2ef41fb120821ddaa2e5c7234c02d5cfbb5b59570f7de393d1fa33942ca52f86bf9271765b3df934debdea89e7563cbfe193dc01b2dcd72f9 -Size (cc-1.0.70.crate) = 57200 bytes +BLAKE2s (cc-1.0.73.crate) = 1a51796d78619d44969ced4fea592d9e68fc7584bfccc66e8cb75db6328bf2a2 +SHA512 (cc-1.0.73.crate) = 980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985 +Size (cc-1.0.73.crate) = 57880 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes @@ -39,12 +39,15 @@ Size (chunked_transfer-1.4.0.crate) = 9238 bytes BLAKE2s (cienli-0.3.0.crate) = b0c3f23cac59f1f0a19204d8b847c4a14b86e6f76e2804eed04334655e2cf521 SHA512 (cienli-0.3.0.crate) = 92e4b40bb14c8f49b5e493ce5c9050dd84773da0018dd9d0f03b7fd1ed013b3038014b33ea04e5e89d441d5fdeb547e4c829360e7b72d53d3a2c8e466ceda6da Size (cienli-0.3.0.crate) = 7376 bytes -BLAKE2s (clap-3.1.8.crate) = 03c7b58baa42065f685aea9ed4da13b3b8d6d2484a3e75c9b8ebd954e3c1cb4b -SHA512 (clap-3.1.8.crate) = 74787dd0a8cd25952a0019c7ec6bce454de2b3b9ce452d2f736b52bdac668d16abe00c08ca42439805296af8bcbc69bbe7f9110baead1296b93abad6b5f84271 -Size (clap-3.1.8.crate) = 206494 bytes -BLAKE2s (console-0.14.1.crate) = c62fe59f301a7e0571d216dd989d556b3f11f5004ecbc8f70e7615733fc542f3 -SHA512 (console-0.14.1.crate) = 2c85d1938faca5163dd7eede2a8a07569e536c92fd0fbc7f6e6ed91c60fa7f947f0ae101817ed943b0668c4d98ddfd3149033c83614786b5d841b19a8b011c91 -Size (console-0.14.1.crate) = 22844 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes +BLAKE2s (console-0.15.0.crate) = abccea8f672e0e597c12e7ada351f8790877b2da2041082c8178811a427fbdbd +SHA512 (console-0.15.0.crate) = 70bd6abfafa533903f273ec3b34da6783856bd1abedaf139fddafac0dbb03fa9154f8e1e1bef01fd8de3c53100bbaa93313518c42f8ce51217c23ef34d3f9d62 +Size (console-0.15.0.crate) = 23507 bytes BLAKE2s (convert_case-0.4.0.crate) = 5ae510f33b0a606794f2bd9024dcf831ff9c0fd2de96b34d4842e2d6b0de4c8d SHA512 (convert_case-0.4.0.crate) = e17e92b94b030e39f368ef0dd0288dbb45f77c8ce3034c1a6fd2fd43f38cf10a1af5aa7bebdfb447c335d9593c32dde7262e13f97c271c419c6106cf47dc01e1 Size (convert_case-0.4.0.crate) = 8098 bytes @@ -57,12 +60,12 @@ Size (cssparser-0.27.2.crate) = 56792 bytes BLAKE2s (cssparser-macros-0.6.0.crate) = a400af5be7406a5d58222fcb3f124b7a647648c4a78177e22329cf23ad85a358 SHA512 (cssparser-macros-0.6.0.crate) = 9b0aa19d46efe600fbb8b4763639affa5491727ae05312f5c7fb9c5c4d29971c33cb9afcee5001c7d0aec8677d36b5763986783ce8c897de892411f1bdb9a4ea Size (cssparser-macros-0.6.0.crate) = 6684 bytes -BLAKE2s (ctor-0.1.21.crate) = ceff7ec44afb8f9931f3bd519a43347a66f388ce4bbdb1623d5454df0d11d745 -SHA512 (ctor-0.1.21.crate) = 18a914f5bd55172e5ff199778babad9a20dd4214f36f24cc00531db5e169af66f77eacab425e8e64d053907366ebd3b448a0c3275ee1f8244822778b62c4cb71 -Size (ctor-0.1.21.crate) = 9303 bytes -BLAKE2s (derive_more-0.99.16.crate) = 96d2cce092eaa5d39903056a06ea040bc5618bff255daa03775f2269944960a0 -SHA512 (derive_more-0.99.16.crate) = 45105c783ba9e8a5745179352cec20efd2717278fefaa3aa7a932012375bfc1238004fd9dd60ec53c8abbb2c38ae5ecc3a84ea0f7a883726ea9df9ce8692e7b9 -Size (derive_more-0.99.16.crate) = 56233 bytes +BLAKE2s (ctor-0.1.22.crate) = 6d4af277eca1fb80bc1f01b9c055b0fe1a47549adfeb0c13cdc8966c19e2f89b +SHA512 (ctor-0.1.22.crate) = cd7c60dae8fb19c3b10e0bf1ffbcedac90cbbd147d564335e4da2d5483f64ea3dc10ad17d7573b00958db0a72cce45f8b7bc10c32864dd943fe64df8d22aaaab +Size (ctor-0.1.22.crate) = 9311 bytes +BLAKE2s (derive_more-0.99.17.crate) = dca82e6e3e917f5e5b67f846baf9b8a676b507d2a9c84617f799f8a7e555bda2 +SHA512 (derive_more-0.99.17.crate) = 0bb5a94e56d35a17ff4deed61c437ba75c9063694032ba98b58be1b072d33f2fb170d51bd262a17ff1beed2110b334528de75d5315ac627202ccb13d8c490baf +Size (derive_more-0.99.17.crate) = 55771 bytes BLAKE2s (dtoa-0.4.8.crate) = 90bfada76a479916b7bc440c61d4498628ae3c1a72b8ffcad8897ee9d991e2c9 SHA512 (dtoa-0.4.8.crate) = fe1701ba2c40988b92f5f4ef78a8c81718b140ff8ca2d04023b09a89440e6ddb53ef36d1ebd9dd3e948428b361ed6611bd24ec1a31b5010c220c555e1f0bf6b8 Size (dtoa-0.4.8.crate) = 16175 bytes @@ -75,15 +78,15 @@ Size (ego-tree-0.6.2.crate) = 8962 bytes BLAKE2s (encode_unicode-0.3.6.crate) = 246a1a840cf66bde426c3d26e2318fc7d253aee72114f7634b0fcd79a09751cd SHA512 (encode_unicode-0.3.6.crate) = 64193d6ac75f66d58ed864169b5d6228ede36dcf100614395e086bc8e847a3ddd287734d88e8ed50f38c679a99c80ec68449175a67d8ee03b02ec1cfa9d55e77 Size (encode_unicode-0.3.6.crate) = 45741 bytes -BLAKE2s (flate2-1.0.22.crate) = 6026c5ee51057e56f4dae513bec826b4fc75d7a0c6e9619c33006920607c2097 -SHA512 (flate2-1.0.22.crate) = c76fa3b097774f1da884b969285bb3aa7fac489446845c93dec1afe6b94bfa11f708e6718d5e4460022b9398a698378a210c3b25e9e676d2bde9d5be1a63261f -Size (flate2-1.0.22.crate) = 76026 bytes +BLAKE2s (flate2-1.0.23.crate) = 583b36f5a7633fc0284c0984b7c464819307413180cb59e4311efd7c41beb9a9 +SHA512 (flate2-1.0.23.crate) = 01f84f0d4d0c06aa0c807e5ccb418a5675d88d568694f74aabec8ee06c74e6b75c9c28fbeba2a99fe74b00bd29e71b9aa2df0d96da85beec76b3a30b4d044fe9 +Size (flate2-1.0.23.crate) = 70440 bytes BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 Size (form_urlencoded-1.0.1.crate) = 8773 bytes -BLAKE2s (futf-0.1.4.crate) = 5feea865291cc72e6689350dfadd00badb3495982ccc5a7a3619abf273380386 -SHA512 (futf-0.1.4.crate) = 4cd5ecbb8c180c9b390a6884edf65bfc3aff53ffe7b930cf2b432ff9c46a8c5a06001f3f412f99c41a60def52207e709ffa07a4b432ada488e77067fb5e1b3bf -Size (futf-0.1.4.crate) = 11341 bytes +BLAKE2s (futf-0.1.5.crate) = 69ab24bdfada04030b490cd31cd26e7217e45ea4cbe6a0962c19185958b861c3 +SHA512 (futf-0.1.5.crate) = 4cee071c067c879742839d3d32192ca94ee2f9241468656357c3aed116cb7c656bf81722f32b67d60214b7db66858dca6443f0d52f0ff2114fc70971bdddd2d3 +Size (futf-0.1.5.crate) = 11344 bytes BLAKE2s (fxhash-0.2.1.crate) = ae69027c0f34b36de7cc88506cda0194b87ce1dc7c3f8f3ed04333791fb6de75 SHA512 (fxhash-0.2.1.crate) = 638e1c0a4e7f365483a329e715afbc2e57e47c03b32e0e1818c879baa96996e81dce8ab39320e24a3e1633f73dec1e5f18a06c37f3ad38043002fc99b55efc38 Size (fxhash-0.2.1.crate) = 4102 bytes @@ -93,24 +96,27 @@ Size (getopts-0.2.21.crate) = 18457 bytes BLAKE2s (getrandom-0.1.16.crate) = 805b9bb4bc647a527fbff0bf97ed36863681367034e410973c84c85845b9da51 SHA512 (getrandom-0.1.16.crate) = c5450c522c07c7a38b326f9a9062bac7d089630219d577ea4b55abad4e0c31d17b7cde385fc43912dfa100b42334e7a52422c55fda8b738caae428c6f9addb53 Size (getrandom-0.1.16.crate) = 25077 bytes -BLAKE2s (ghost-0.1.2.crate) = 5bfe1134f56945c4a4646a1d8bc29095be2cef2d705629cc7dca934b5457971d -SHA512 (ghost-0.1.2.crate) = 4258fdfab59946a4955f053cf0b73f964d5bdf25ac9357ef8f4cb21948299fb749bf0c0e89a9c1e95a8606e74c6b3a3630fb4f6316815d83882a9531e3b78b5a -Size (ghost-0.1.2.crate) = 12777 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes +BLAKE2s (ghost-0.1.4.crate) = 54c73e4ea069f055a68889b2cb2de609023e115674ca506b62edcd4e716bf8c7 +SHA512 (ghost-0.1.4.crate) = 1c59cf596dcb360c6cc345b3733fdd8a5adfec001b668acf527a5d74f261b1468c79086ddc1110981d10baf311d0df2960203c86e97d639f500db09abc7b701e +Size (ghost-0.1.4.crate) = 13788 bytes BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c Size (hashbrown-0.11.2.crate) = 85713 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes -BLAKE2s (html5ever-0.25.1.crate) = fe20825ed8b28562142013a282a04b2a3ed086bef97fc703bf7ba491560ff626 -SHA512 (html5ever-0.25.1.crate) = 2b946224a0c5859436a57a507a89601adeffc12092376fe47429c5c5a61bd1d00b3271f0be7dea82ba1dce93a1cb820f72df8ba4c90fd13bd1ec408cff6ca660 -Size (html5ever-0.25.1.crate) = 73165 bytes +BLAKE2s (html5ever-0.26.0.crate) = 603d54e0de9c79db88b0e6af2dc34322b2de7a08e193c74687287224da04b29d +SHA512 (html5ever-0.26.0.crate) = 383a25421cddb0573e41ca93131d681cfbfaf551989337845a197e939a2580751ae90e96605bfc4e187dbd5189b6c014557cc69e3d7d2d2cdfb88eeca8896089 +Size (html5ever-0.26.0.crate) = 72921 bytes BLAKE2s (idna-0.2.3.crate) = ab46cafcffb3e0d08ac1b12bdcfd56376fef089009965b6f36b1b0edd546a7de SHA512 (idna-0.2.3.crate) = 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f Size (idna-0.2.3.crate) = 271023 bytes -BLAKE2s (indexmap-1.7.0.crate) = 791b51a9c31cc84acc5ee91662ee0bec67da90f1be6bc76efa428950e09bcca2 -SHA512 (indexmap-1.7.0.crate) = 9b882b4a7068a686acaee0a08bd4f3b35b58d36e786358cf14a3436eb61339649e64f1757331cc7833a2fa364c76eb6b75cf0c732afaeb202113de1e66b72ab9 -Size (indexmap-1.7.0.crate) = 50363 bytes +BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 +SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +Size (indexmap-1.8.1.crate) = 53220 bytes BLAKE2s (indicatif-0.16.2.crate) = 17a74764aec3cc48d15951c41e0ab92a2a02d513b6a38df447e46267461f3b38 SHA512 (indicatif-0.16.2.crate) = 5f60358f1fe3ffc0ec97d1d8922a7a2645d7dc0affed1d49a9205becdb36756d6a03482ef00fc918231770f967f7fc523f7b8c3bf4c06f71a0a93549c46fdacd Size (indicatif-0.16.2.crate) = 35057 bytes @@ -123,177 +129,210 @@ Size (inventory-impl-0.1.11.crate) = 6220 bytes BLAKE2s (itoa-0.4.8.crate) = bc442580f4a7b1dbf9a7f279e413f8d13eef5845d139d0919eb9b53a083cc31e SHA512 (itoa-0.4.8.crate) = 6911d269ff3ed7350e4f0dcfc6e9e0d70e25833e1e7cfcc57d5b8aff1f47b8be4f2e9baf1b92e5517cff63492be489b6d29b48dd9bb642e428acaa431216b68e Size (itoa-0.4.8.crate) = 11926 bytes -BLAKE2s (js-sys-0.3.55.crate) = 68ddba08aaaed6797890dc9e6d9087eb4385d93294eae6872124630cea75beb7 -SHA512 (js-sys-0.3.55.crate) = bd51d61684b3683d5b80df42eb80cb2e4688096bf14fcbd30234503709b1730ab25c7b58112516aeb5d7f44ae20e0ba08bdfddb0518a20603bbb4ca74544d4ac -Size (js-sys-0.3.55.crate) = 70499 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes +BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e +SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b +Size (js-sys-0.3.57.crate) = 78605 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.103.crate) = dbe82091f39797f77dd5ff32d069e6fb9f82cf732231fe7404d3b7fd7f1af706 -SHA512 (libc-0.2.103.crate) = 79e1c99bfeb30283f85742cf17867000301bbe022c6b2ace415b4a767068dd64b09581bcc802d42150e45849f5adf8ee2720a0c695324d87d3d96a5c554a216d -Size (libc-0.2.103.crate) = 540563 bytes -BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd -SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc -Size (log-0.4.14.crate) = 34582 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes +BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e +SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d +Size (lock_api-0.4.7.crate) = 25371 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (mac-0.1.1.crate) = 3124d669e657d967992edce0a20d742ace52af8b9a0e9fa62f09f1e74851f896 SHA512 (mac-0.1.1.crate) = dbc6def04c482911ace311f34be79992fa04042c7ce36b71459b5af5c1c43e9fa66b6b40f63f8c3647daba287bf1c1be9b1a8031ead1d855f99a988898c96f1a Size (mac-0.1.1.crate) = 4838 bytes -BLAKE2s (markup5ever-0.10.1.crate) = 44b2c361d34a19896d06cd1774403ab1ffb756651c0ca2c4b4d849fb584d8c91 -SHA512 (markup5ever-0.10.1.crate) = 447b0f44ea8b786688127aba1b6eed826dc0127658d293c22db74864381b5e7bc0584243dcc0ee19929d3e757521167c13a108155ed5c8e78375cb0fd3c6f7b7 -Size (markup5ever-0.10.1.crate) = 34668 bytes +BLAKE2s (markup5ever-0.11.0.crate) = eadd90714c02d613b522ef01d8dd9393ecace8408eeb669bcb58cc51e03e0e22 +SHA512 (markup5ever-0.11.0.crate) = c9e9452f5bd43a7e578434467ce324a857ad600965fe37a24650f0f3e968fe1dc603ac8c7b9c4ebe2f624511cbdbc592ca0072b04ae094738670e199df9ad05e +Size (markup5ever-0.11.0.crate) = 34667 bytes BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 Size (matches-0.1.9.crate) = 2246 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes -BLAKE2s (miniz_oxide-0.4.4.crate) = 46acb405ff6a26e8421ff8bb8000f4bb5f751fd824b4865147ec36a35f364f3c -SHA512 (miniz_oxide-0.4.4.crate) = 2c6e484a8a53c6b1fb84e2bf9518919e6e5ba84e7716c0bb8e33b53dc0d3432c35f28f19c18368e27c94f6df66b7674f514ef889cf1b19f546bedfb6e6ebaf6f -Size (miniz_oxide-0.4.4.crate) = 49938 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes +BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e +SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 +Size (miniz_oxide-0.5.1.crate) = 52418 bytes BLAKE2s (new_debug_unreachable-1.0.4.crate) = 5779df9667d34e07fe8139cb8b6a481e43535a8e5b6960d3d6e0539a3c18199d SHA512 (new_debug_unreachable-1.0.4.crate) = 6f964bb322aa8f2ff92078381dd720527600c6449e237b703278cbcf47b39a2581fddfc2f34ebb7cf31229e33d58de48bb5050e083fec6dad9aefddc1d771c85 Size (new_debug_unreachable-1.0.4.crate) = 2561 bytes BLAKE2s (nodrop-0.1.14.crate) = 2076fa1dc5ee934f6234cdf30b9af93d13cfec10de4acd32e79f979bb1b438c9 SHA512 (nodrop-0.1.14.crate) = f583ef6104aa087e13c66a183d451d4cf350560476ca959ce4e0e8308db26ac9f31166c25aca3d50ccd972266d7595d89767655504566a4131a54607e8ed9376 Size (nodrop-0.1.14.crate) = 7667 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes BLAKE2s (number_prefix-0.4.0.crate) = e2e6caf7fd792ec56ec5665184ed1b66469de944c998ee8e0eee92eb0f7105b5 SHA512 (number_prefix-0.4.0.crate) = a43b668d7314218b86ca7451daa9dfef71f6c9f6616bc34c12d94ae6030f182bcca9da83905cb46f3d49d0aa81385a787e92e4f3ae239658067adc249f8174df Size (number_prefix-0.4.0.crate) = 6922 bytes -BLAKE2s (once_cell-1.8.0.crate) = 470e772ff993357770098866a652eb8151d693ded8e8f967706f8b267a56acf0 -SHA512 (once_cell-1.8.0.crate) = 88e55c9433225ce85a08353168c87fca2237615482160a5c28f3ac17f06d48c63e0c21b5f7ef81f82ca133436e371802ea099453844f1c111003bcb6ba89e827 -Size (once_cell-1.8.0.crate) = 28925 bytes -BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 -SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 -Size (os_str_bytes-6.0.0.crate) = 21046 bytes +BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d +SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab +Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (os_str_bytes-6.0.1.crate) = 2bb095057a418d3f13da1ef941eac8d2cac3096060ad9658be5df94a39e7d72e +SHA512 (os_str_bytes-6.0.1.crate) = 16035d3032d499575faf5e8114868d57826acf2b4a54e848f9101713b7965a2fecd6c486945b1c8ccc3ddacdbb95a1c6f8a74ca4fcdee24729648edc817c4472 +Size (os_str_bytes-6.0.1.crate) = 21079 bytes +BLAKE2s (parking_lot-0.12.0.crate) = 178768a6e75a71099c9fbd12f427dd5e6b7bef0a92eb6c34e0873b8d4bb507b3 +SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f +Size (parking_lot-0.12.0.crate) = 39761 bytes +BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 +SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df +Size (parking_lot_core-0.9.3.crate) = 32256 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes -BLAKE2s (pest-2.1.3.crate) = 6cbe931f819204f45bad74858f4769bf8cb472de89af3fa3459a5cdd6f6f861d -SHA512 (pest-2.1.3.crate) = 08a36d4571cc0e912ae87e1f2116424b3d4139b653dd9a446fec8ff39cd9a691e8305c86cf75d227b5349197ada4ce79912ac25f0726b98a0642981ac4673c83 -Size (pest-2.1.3.crate) = 77986 bytes +BLAKE2s (phf-0.10.1.crate) = 89c720a3ed7642132481296062a4e715736f32c4fa81e5ac2ea78161fae4445f +SHA512 (phf-0.10.1.crate) = 84568d6d1baa7c4e6faf5f3ee09133e736977286d7cb7630a59a53fc8ea15d0d41b9242f8929184667ce576cc9946da55d1e8bc06e98824f163c91c6aa05e073 +Size (phf-0.10.1.crate) = 5406 bytes BLAKE2s (phf-0.8.0.crate) = 0f85f3557934bfe360aa9e9febf130b3f22da6c39bb11f79cffbe5b9c89c35ba SHA512 (phf-0.8.0.crate) = a3013c4106ba72aa3cf22bd3f903eeacc24ac7cc47aad791bc5e9a63e1aff928a537399b6a86b0346c5eb37979ec01b404807e622e79a0a70a0e01e63c07a47f Size (phf-0.8.0.crate) = 3902 bytes +BLAKE2s (phf_codegen-0.10.0.crate) = a1cf3023cc98ffc2eac2ba2e85a273a9d153c5f17b60fc155898046745dd5570 +SHA512 (phf_codegen-0.10.0.crate) = dab91b53c72a5b9b6c4773b9f16d2cd58f65bdd9fb975257b8d107d4509b44f5ce8b92ab59a60171207e025688cde54ef97c9973c4226a8765f10f35c4f6f1b1 +Size (phf_codegen-0.10.0.crate) = 3402 bytes BLAKE2s (phf_codegen-0.8.0.crate) = ce65e43551ccc383bc7dbda6ce07f3a1fb220522fc842da68fde60c1ec5035d8 SHA512 (phf_codegen-0.8.0.crate) = 6649779b50683b1b83c89da921ee52963fd517660540148e9ba4b59f9639c705e08400c4da972880ed161564816c7ad45704d6bd51d1429717137de8f46cb941 Size (phf_codegen-0.8.0.crate) = 3192 bytes +BLAKE2s (phf_generator-0.10.0.crate) = 5b76c73827823b387ce8084286f570f892f7342365d104e0905294d136b942e2 +SHA512 (phf_generator-0.10.0.crate) = b6542d816b2e963c169df695d332f92237ba380f49bf919021514a16aef71de8f4f70b9612356db9f345f3f0d3656b2b39a4f34f8ffa8515510b81f1b19cb9f7 +Size (phf_generator-0.10.0.crate) = 7525 bytes BLAKE2s (phf_generator-0.8.0.crate) = 49650dd7a0ae692ecda98343142fda13128d429628afb3f8f5786635ecefdcad SHA512 (phf_generator-0.8.0.crate) = de045f47567defd43fe32fc62191a9a892e5a478e1a84b853cff3005e94967ded68e5770eacb43f2e97e58b8f4283327a38a3bdbd55e1d5c708dab601ea66270 Size (phf_generator-0.8.0.crate) = 7604 bytes BLAKE2s (phf_macros-0.8.0.crate) = d6c7377228b26e33ea3ce2df3fca5166461938502702cf28534503ee008ba506 SHA512 (phf_macros-0.8.0.crate) = ba56661aa92393fad7712f774fe4f0b7bf25d483aa7d4c4617409e655e9448b39780a904b8865293e16f8e63d62440aa0d653fe231beda4f58194de455598170 Size (phf_macros-0.8.0.crate) = 5814 bytes +BLAKE2s (phf_shared-0.10.0.crate) = 631c38577a3d33382a4e75d7efffae8f4e508750fb2888ba70fa3637854cf993 +SHA512 (phf_shared-0.10.0.crate) = f088a6836a28afca7a2ef5440d7aa953227785d52aa0b9fcb76c88d085fe7f0e68732f2354c9f8dfc0a90ab1b8ac214f28549780e6f32d857ff7e8963093d9e5 +Size (phf_shared-0.10.0.crate) = 4095 bytes BLAKE2s (phf_shared-0.8.0.crate) = e120ab927dd3d8651987518b082033537039e5d01744aa2c7c32c01f15778061 SHA512 (phf_shared-0.8.0.crate) = 6ad7ac732b7cc42e7e179329fbfee7074d26652d73eb4f2b97224491d978ad9b14c66e5a539c96b84c70124ac44cfc009bf963a42c438d028bd9737b99f463f3 Size (phf_shared-0.8.0.crate) = 2860 bytes -BLAKE2s (ppv-lite86-0.2.10.crate) = 63e761b696c80738a1f9d39555d20f8fce82c41a4136a9c649a0b11141918697 -SHA512 (ppv-lite86-0.2.10.crate) = c9941052e504b9b310024064026e4b1d540dd877705ef450a833d9ff6dee70ba874cdad68c46381a71d5b54482cd80b3dbb8e0c225758fd339069031a55195f1 -Size (ppv-lite86-0.2.10.crate) = 20915 bytes +BLAKE2s (ppv-lite86-0.2.16.crate) = bcec1a8bf0d1fac112f8d6ab00381ac5358660c24daf104f68ed3a16c3c0878a +SHA512 (ppv-lite86-0.2.16.crate) = 264b916f7d1bb6f1c0c0d3cc45f40b72b638abc7174416b49241c3663fe500409509ef6c8241a24515a21a20288c2ba508035b6b37972e4ae7ad02ad19118b74 +Size (ppv-lite86-0.2.16.crate) = 22245 bytes BLAKE2s (precomputed-hash-0.1.1.crate) = 03d4bac65377715b1701257c322877050ffa98fdbe08274584ab9602b0369c23 SHA512 (precomputed-hash-0.1.1.crate) = a118a98286a47e2f0cf35d2678d0325c18b9b7d5bdf40ceadc16483b282307fd1498434d5bdfa25477a4f420d97c34d786e42e9fa70431b788b4b8fde9718e05 Size (precomputed-hash-0.1.1.crate) = 1640 bytes BLAKE2s (proc-macro-hack-0.5.19.crate) = 61d98efa7bf829362cb8fcc4ef3ec6d31da0aa9fdfd7a9c3f3f3146ff5bf9c31 SHA512 (proc-macro-hack-0.5.19.crate) = 9e4cbec41056438287f5b23086264c86e2f0cdc193064006556736377b2954229de13a585149b9995002c9aee3334ee2a80ae4afdcc96cabe7ed2bf718476952 Size (proc-macro-hack-0.5.19.crate) = 15556 bytes -BLAKE2s (proc-macro2-1.0.29.crate) = 54035e74c9fc4fdd16a33c9653c933043216642c4861685d23652fabd5b6f29f -SHA512 (proc-macro2-1.0.29.crate) = b3b3b7c6988afeb92209c7e0362f45f9c207611a74bb63bc7746b86fb9ab0d74fea9e7a2d9bc8ac943225ea439540726ffc13711dc5bcb056c1821fc99e8dc63 -Size (proc-macro2-1.0.29.crate) = 38772 bytes -BLAKE2s (quote-1.0.9.crate) = da1409c5fab9fc40b5a0ce824d063088c949e2c35dea81f683b558455a1807fb -SHA512 (quote-1.0.9.crate) = dd6cdaea183b85400531ef01e56657edbec0d8f7c27898c1e591b72dff755fa5875b33ca320bd65be0e9aecfc6a61ec119a4bd1291e9f2057fca642ab5b198c8 -Size (quote-1.0.9.crate) = 25042 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes BLAKE2s (rand-0.7.3.crate) = 4799f94d7d054b269caf818193a2b748557a9d83c3c164d17f408649c4c4e96b SHA512 (rand-0.7.3.crate) = f9b68ef9446f1ca2c8092c50990f15c1b4cb5529eeeac4df8d69755e0b7253c663c587775e7cb0a7298c31edb444975dda34926759306541f6d43d0d3cf57b7e Size (rand-0.7.3.crate) = 112246 bytes +BLAKE2s (rand-0.8.5.crate) = 12fbacd2e6f4743eb56bf132865ad6d2c58d567f1c689fd646b488b863b9eb38 +SHA512 (rand-0.8.5.crate) = 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 +Size (rand-0.8.5.crate) = 87113 bytes BLAKE2s (rand_chacha-0.2.2.crate) = 146af02c29386e4f0a655d58e86724aefa06b67b61fd786eec8f7da94218e903 SHA512 (rand_chacha-0.2.2.crate) = 1e2117442e4ffdd834dcbf0ea1829e73202c0ff9041d5969d81a59330242145f2753f2a56de2fdbff65f26cf0d227c7d08b2094ab2f946b764aef88106a6ac84 Size (rand_chacha-0.2.2.crate) = 13267 bytes +BLAKE2s (rand_chacha-0.3.1.crate) = 610f5bba921c6e9d0527a13b5bf3ac43ffcddbbfc58522a8c086baef788895c4 +SHA512 (rand_chacha-0.3.1.crate) = 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 +Size (rand_chacha-0.3.1.crate) = 15251 bytes BLAKE2s (rand_core-0.5.1.crate) = 6873229e385cff778b4ac96d1b1d9a7b31611c9219bacc24f6d920573eb30d35 SHA512 (rand_core-0.5.1.crate) = 4f7500b35e165e6c817fdd67a50745d5497d24e554bb554705097e37258751e8755c4d6b8a69fcb5e1977708ba78620bc35d640e4e018fcd4e88d9dbdbebdcbf Size (rand_core-0.5.1.crate) = 21116 bytes +BLAKE2s (rand_core-0.6.3.crate) = 227719def6b8444614f9982b4f761c2d654e08f7f5147f7b9ba6a1468bd758f6 +SHA512 (rand_core-0.6.3.crate) = 0fc31f96ca8ebba8c179367de01458e909265e1d627ec0c5620be7c8e83d2f9570471d6ec2cb2bc4bc531505b02fc31f1165708cc1357906791c87123b06ee87 +Size (rand_core-0.6.3.crate) = 21938 bytes BLAKE2s (rand_hc-0.2.0.crate) = 023872677da2b8ff95c6b350861c253848b10414b84afe097134562545759446 SHA512 (rand_hc-0.2.0.crate) = bca185612bed5cee4da76fb68fe854105da276f5bf2da464e596d586b925df798cc692ed881e276ab77c36b4b0551930966c93656be122ad05899d87853533b0 Size (rand_hc-0.2.0.crate) = 11670 bytes BLAKE2s (rand_pcg-0.2.1.crate) = 2873cbeabc110b44f9dcb2b4c5280875e6c1ae26bd00ceab82967f7e82365fa2 SHA512 (rand_pcg-0.2.1.crate) = 612c0d1cdc591f80733bf8097e251f02ef7a7e71cafb74e37b63ac68043558045c0c96196200ad07ce7aa9f2d373640c20e598ae5774935c8b52350ec20958ba Size (rand_pcg-0.2.1.crate) = 11291 bytes -BLAKE2s (regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (regex-1.5.4.crate) = 236581 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes +BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 +SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 +Size (regex-1.5.5.crate) = 238119 bytes BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 Size (regex-syntax-0.6.25.crate) = 293293 bytes BLAKE2s (ring-0.16.20.crate) = de2f801e5445409bf543e674e2837e3dcfc9869794cc30ddabbf7ad3f1fc76b0 SHA512 (ring-0.16.20.crate) = d97d1b08eb796d4c107426ff2c015ab1f221612500c8a57fca8e3f064e8c0f5ae2a5e6071d013313cd9f4be8fed4ba03beae84bd446f56b2b2ca5d483c328191 Size (ring-0.16.20.crate) = 5082615 bytes -BLAKE2s (rustc_version-0.3.3.crate) = 2668c16716efaa3596916eb1500bace6ec5bb7f21b98383d1a3556b16e544f7b -SHA512 (rustc_version-0.3.3.crate) = 37732b3b28eca41de205db34479c75b31af4ddd811f0f1606933eb31e25e5ed3966a41a8b7d338be20fcf47540629824c41a267436c185a98f8acfdce608b5cf -Size (rustc_version-0.3.3.crate) = 12119 bytes -BLAKE2s (rustls-0.20.4.crate) = 28939205f6d1ea6900a90052af4b39fe2f7977d7e49082c7da5800b2dbf94c76 -SHA512 (rustls-0.20.4.crate) = 897e93f7fd06be64773db0630a06dc440c0f5b43f12d5780523b2419d11bdec62ece3ce12a317badc2ec8cb1536d8bfd82d7c69105196929e7fa5471b29d0462 -Size (rustls-0.20.4.crate) = 256347 bytes -BLAKE2s (ryu-1.0.5.crate) = e785c89ac699eb06a4d1e6ece9e9d918ff772b0567a55d48719dce68c3e20b82 -SHA512 (ryu-1.0.5.crate) = d1708ffa3112a684edf2956b6730ead040401d38f1457cde074eaaa59c249007dc8b925629e7f6df89f7ea757e9d0826649d685cc8ede0a04d50296048bf476c -Size (ryu-1.0.5.crate) = 49570 bytes -BLAKE2s (scraper-0.12.0.crate) = 5d6fa4d3176e7de4c5d0accf1acf0167b11ef4eba1ebfb63493140120d76b594 -SHA512 (scraper-0.12.0.crate) = 90347acbd2cc63d2604b94afee6b21d57f1104c1a8cb9b396b99744e44bf702ba67c166be5a4a80734432a76d991cc846c0fdfa81550e3bf7d0103bae2ddb617 -Size (scraper-0.12.0.crate) = 18308 bytes +BLAKE2s (rustc_version-0.4.0.crate) = 8244e9157b6b8811ae926fc0ed00edeb2b0a0f0f34d6e7b93ad236cbb6ffffba +SHA512 (rustc_version-0.4.0.crate) = f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db +Size (rustc_version-0.4.0.crate) = 12175 bytes +BLAKE2s (rustls-0.20.5.crate) = 033f618f2b126fed72ef2c39505490ea0f7c64f336fa3359d5ea93a4563336b8 +SHA512 (rustls-0.20.5.crate) = e0aadf16ccd9b10964fdfc3c3261238010b9c57bfd488b6ef36dad66d9458c35654720da98ac5691324e68b0d164341c0dd0258666dc916efab35e767a8c0cf9 +Size (rustls-0.20.5.crate) = 258873 bytes +BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2 +SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 +Size (ryu-1.0.10.crate) = 48485 bytes +BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e +SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d +Size (scopeguard-1.1.0.crate) = 11470 bytes +BLAKE2s (scraper-0.13.0.crate) = 88c175a6c6241d256caaec122849714b22402ba45be0018e38fa70c15e7bd60e +SHA512 (scraper-0.13.0.crate) = cab13208cb980aa112d7223faf7a3ed53a1f9fae958baf8072fff8afb0c323b93bd62dc85d3d6cac82f6ba7f4e9bdeb2e866b09333ac990c22337ebcbe0290c3 +Size (scraper-0.13.0.crate) = 19980 bytes BLAKE2s (sct-0.7.0.crate) = 100ba6a03c4cd585a5c299ab183067ffae3bd7d9e1ef4f6201d4f7d35426493d SHA512 (sct-0.7.0.crate) = 175d2a912e3f35dcb110991a066d7d9b0d47a0febe4e92ab7d92a27c886a7eb9abf203c9080b3e2cbda9bedbc816bd138476363c2a0c7367d3abc7e6bce83046 Size (sct-0.7.0.crate) = 27502 bytes BLAKE2s (selectors-0.22.0.crate) = f9a0da53312e90e05cd4d31c7d9768d41801ec25a11bd41073550a75dbb41051 SHA512 (selectors-0.22.0.crate) = af2f4ba87c7a52291bc7f5276c4ebcc7689724d95972ac8d162e0f4007a6f0a47ee1aa6095b3b80441924f990b2d147bc4e3e65a7dec164d95742977ca792b04 Size (selectors-0.22.0.crate) = 44199 bytes -BLAKE2s (semver-0.11.0.crate) = 8eb6db6cf1eb08883d65df4c9737a55ce177ce7064f1acf2203e5a1e0e3ab340 -SHA512 (semver-0.11.0.crate) = bdbd8eba37071ec1d24d372cc34ac4d82b6d914e7396ed51276e80d4d299864507a9d837ef381f6c4868981b7ca35514050ab8d7a621d43697a9c4b4bd5d8573 -Size (semver-0.11.0.crate) = 20826 bytes -BLAKE2s (semver-parser-0.10.2.crate) = 3dfb33cdadb3d9f60e323d090ac382b099032f3fe1179ba0d8e9ae78728f3edb -SHA512 (semver-parser-0.10.2.crate) = 154a6905eb5fb854450a0bd00381f93ededd6f1a992103a53464429195102eb266c7e8681e89cf952223a51427fa17c0a36e3b7c2eb6d375b309e5fd3d721f1a -Size (semver-parser-0.10.2.crate) = 23176 bytes -BLAKE2s (serde-1.0.130.crate) = 6a4c338235c6efdd4b1ffdb5a07993342a925d473d2438d84d72be0de1570b3c -SHA512 (serde-1.0.130.crate) = e6d6444abadcdac95ff15cdab53736adc9ddd1b6441d67158b6b41e68bee4b7763f9c2d80a857f879f40620429e8f04a90b01380c8c88da45a273c3ad13cfff3 -Size (serde-1.0.130.crate) = 75305 bytes -BLAKE2s (serde_json-1.0.68.crate) = 689d89153feb70d40fad1de5357abc781882a0d13f0bf6f83d653a719c63276c -SHA512 (serde_json-1.0.68.crate) = 54a0345029016873883dbdcd2094615f509759f61b04d9a496dfdbc1e27ee5361dfb3d129f209a9ad66984cc1f4c82751adfe1a564198649ecc939e8c3dd1ac5 -Size (serde_json-1.0.68.crate) = 114986 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes BLAKE2s (servo_arc-0.1.1.crate) = 0e129d4a78fd2a70cd212da1fcba24862ad04a19bfa7d0250b54ddacdfc9b3c9 SHA512 (servo_arc-0.1.1.crate) = 59d531dcf7a9191b8462ce395e713194994714b65275c0af412186f862be169d0c6fc5d86603332a1aacd8af9ace934dc78531b9cb576cf8179ec35709225447 Size (servo_arc-0.1.1.crate) = 9817 bytes -BLAKE2s (siphasher-0.3.7.crate) = beaebc5bf78487d9206d15092bb79b742a9de5cd77bd266f0f87b7af0ff30295 -SHA512 (siphasher-0.3.7.crate) = 4a8ef56085742de7ad638194b21ff3e315aef6de9b7590e736071859ffa2aa4a28cdea7e05ecfa781fa35a40505086a36d84bdb3ec40d679f9b83c2edffc4d3d -Size (siphasher-0.3.7.crate) = 10097 bytes -BLAKE2s (smallvec-1.7.0.crate) = 0e0f347ecc9c77038c8277d2ce1032d21b6eb66b2f1a530c109861b7c9b34b22 -SHA512 (smallvec-1.7.0.crate) = d061e0059cd6bd1636424374848aa1d4edd21f75605844a7855ff5d343dbdb71e6eb14bd70de7947ae7ab58f04ff096a5e77aa9a1ac14cef59f657685c846156 -Size (smallvec-1.7.0.crate) = 27459 bytes +BLAKE2s (siphasher-0.3.10.crate) = b02896dbacdd7733bb3355e952a6d76a8a3f004573d5ee887f8534a3a8fa83b4 +SHA512 (siphasher-0.3.10.crate) = f90425a2cccc9575d377bb92a765d34653ddef1ac12b7c63dc6d700aaa74b525787e11609061c2d3e44ea56fe0e4b8f93f7b13f0279b5de2e0f710c5caffd4ce +Size (siphasher-0.3.10.crate) = 9889 bytes +BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 +SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c +Size (smallvec-1.8.0.crate) = 27992 bytes BLAKE2s (spin-0.5.2.crate) = d5bc3b486fe3a6db98d04b18e180a4588bd37bd5657c38528f7ab6c999df3dcf SHA512 (spin-0.5.2.crate) = fc57f7906da2b7a298c5f89215e881e8827b4d9f934dbf138338e0ee30122d8459483be566268fa374b41d63d8dbf65d42e0b322535ba35c827d7edb2176f267 Size (spin-0.5.2.crate) = 12004 bytes BLAKE2s (stable_deref_trait-1.2.0.crate) = 4ccf524130eadac6b21106564de56e582d0f308b32442552d70bb9d313c53920 SHA512 (stable_deref_trait-1.2.0.crate) = a13cfb22723f1f2cf089b2d07d657846f50c37bc0438d1a76096bea30214cad226b7a422c21f9e191ce87071da8a141d61882aedf9e0203a5fffdfda86a5fb03 Size (stable_deref_trait-1.2.0.crate) = 8054 bytes -BLAKE2s (string_cache-0.8.1.crate) = bc84731c352624f27f56558078b173ea043ba1089da272de618e4c7bdf006331 -SHA512 (string_cache-0.8.1.crate) = 476aa99da2d83de7eabe68b3dc2d064cb549e2caa2b708459f883cc0a8f27bed1b1607abb1481959cc26046cfd4c44886bb87bbef5aba95a195a9d850311915b -Size (string_cache-0.8.1.crate) = 14423 bytes -BLAKE2s (string_cache_codegen-0.5.1.crate) = 7d64d8f490c63aa4cdade63d00b924f6ba7b3b9ed0ff10547fc37851166d4f57 -SHA512 (string_cache_codegen-0.5.1.crate) = c3aeb752cbdbcb78cee6156b726264d182e77b3d6ac89066c366d87d8bdffc32d83e6e59a40471f07d7c827717db25fa6fb489dbd3a650f2fc252a7c85f4ecae -Size (string_cache_codegen-0.5.1.crate) = 8243 bytes +BLAKE2s (string_cache-0.8.4.crate) = f2bef18ebec8862b53986f3a5bbea15d1e5fd0cf60626d48e4c358dfe6cd1bc1 +SHA512 (string_cache-0.8.4.crate) = dff6d359226fd2c4ea5934a3d5ea73324d548ec235cd9aac8c233f2d9e67ba9b045ee598a34063839eb5b906d344a70fe3be65abcbe106cb9ff79cbc40b833e3 +Size (string_cache-0.8.4.crate) = 16380 bytes +BLAKE2s (string_cache_codegen-0.5.2.crate) = efefb70e1a210ec7c031c77a34533efa0254066d4e758ae959ada70e3519e75b +SHA512 (string_cache_codegen-0.5.2.crate) = 01b9b1a865878537f657adf908159fd04f3f2ba4e70f8c632b73d0ed5a8a09fe2bb9ac8ac4397dec1f50d771dec33fc5d3f9e68dbf80cc177118665b2c67e864 +Size (string_cache_codegen-0.5.2.crate) = 8156 bytes BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 Size (strsim-0.10.0.crate) = 11355 bytes -BLAKE2s (syn-1.0.77.crate) = 32338041dbcdd27df7cf6efd5d59c92609b9234a8e41a8239d434e0d82b37c5f -SHA512 (syn-1.0.77.crate) = 3e5ef87be2f3fefac57e011447c9902c779ed67c88919021e6d24540e1a22f4308acfe8b92bb78cc83069d8fa03429985f9b14c8bd185af8fabc6e78213322e7 -Size (syn-1.0.77.crate) = 233424 bytes -BLAKE2s (tendril-0.4.2.crate) = 00d1ed647910aa5962bb8ad4a72013a817a1cf44a888cc663e7181c486d9f0b3 -SHA512 (tendril-0.4.2.crate) = 84cce485442a2e1ee6f8806a20dff038b1ff446d22ecfc9865c9ec8bcd209afe0748c7dd31f89c45cd5fd98e34abc1faf3c7a21b6d4bd5863e53d295bb700b3f -Size (tendril-0.4.2.crate) = 37138 bytes -BLAKE2s (termcolor-1.1.2.crate) = 370fbd8e2988e3b2cdb87cfaa4b24d0f06f70f6fa439bc8f8acad102f8be16fe -SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c -Size (termcolor-1.1.2.crate) = 17287 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes +BLAKE2s (tendril-0.4.3.crate) = fc038ecd041dd1e29e7f48a9ee376f7559e4c60192f46f36e7c199adf46c40c2 +SHA512 (tendril-0.4.3.crate) = 53f074aec6e59717fca280b1764f6c2e0a1c073336f48d012ff268a7189697d42d24a91a6a549c7d9e1fe8b0006e34c219f4dba3cc95247d3905c6f8a6a8186f +Size (tendril-0.4.3.crate) = 37210 bytes +BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 +SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a +Size (termcolor-1.1.3.crate) = 17242 bytes BLAKE2s (terminal_size-0.1.17.crate) = ea59269fe3bf9b397940ef374c11f53bec37aa94079b597891b72a70582225d9 SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 Size (terminal_size-0.1.17.crate) = 9141 bytes @@ -303,27 +342,24 @@ Size (textwrap-0.15.0.crate) = 52998 bytes BLAKE2s (thin-slice-0.1.1.crate) = 3b11b30b2345f660cdae5d5e56acfad02cddabcdb96773b67dba111e68d077f7 SHA512 (thin-slice-0.1.1.crate) = 27b9e6b2a8485b3f89f659d80d67ccb96370f3371996e39f97784c40bdd7fef5429fb96f48d9c045eec5906051708f169fe4ca8f5f546a25e5f6859cafa42925 Size (thin-slice-0.1.1.crate) = 4484 bytes -BLAKE2s (tinyvec-1.5.0.crate) = dfa9a5e68518840ffc1caf38a55aa12559d7feec70d2ffff2cff6cc8048763e4 -SHA512 (tinyvec-1.5.0.crate) = b4d1624965ed6b7e8ea45d80fd7332b5733d7b5e78f8167d13c9b9e8eaf3c586268c2f88ea0c51211808def997f8e751214e3de757b19076807adf7aca8aba82 -Size (tinyvec-1.5.0.crate) = 42745 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (ucd-trie-0.1.3.crate) = 83689d32421b0d630d921038eef4c95caf86bc854f56a7c4288a28858df3b862 -SHA512 (ucd-trie-0.1.3.crate) = 54d43b3824669aa20b725c7747f4fb65bd24e620670c968c1bb0094a0503773acda921b50a0b200c1ea0f84e1e059883c1704bfa5a856d2e2ccda116fb8c3e2b -Size (ucd-trie-0.1.3.crate) = 44615 bytes -BLAKE2s (unicode-bidi-0.3.6.crate) = 2b37919e72387ec516a8a3994191276e6f117e4f8f411bd81de3533d04c48dc9 -SHA512 (unicode-bidi-0.3.6.crate) = a1013539b0da1609d9c37cc1d8359efa93bd88b4ae176d25398e6c44d93b615835a54b184641f00313b14cf46542b1e92278b0dc1bd00dfca0566467b21857e7 -Size (unicode-bidi-0.3.6.crate) = 33737 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes BLAKE2s (untrusted-0.7.1.crate) = 48f0deda5147bf1af1cfd64f69dbf4f508c292fc732653a243a76f916442ccb5 SHA512 (untrusted-0.7.1.crate) = 5ebe3266912e4e78fdfdd13f9fcc07e9cf489d19d5e9ff346486f47aa58a0aca35278d561612c49eb3cab5a6759ac974d3b92bfabc399e1bc0808428dc347be0 Size (untrusted-0.7.1.crate) = 7924 bytes @@ -339,27 +375,30 @@ Size (urlencoding-2.1.0.crate) = 6151 bytes BLAKE2s (utf-8-0.7.6.crate) = d1cf10b67c9ef847d5d613cb779ff641388d4ecb8dd86a9b299fa94aac7097c2 SHA512 (utf-8-0.7.6.crate) = 6bf0787cc297a1ac4e47389464d05ef6850602f549621687e776618bec96c1f7bacbb1ac8faaa63e5d28d975b850db8d6c784eb66e2466128f0521b91c14015b Size (utf-8-0.7.6.crate) = 10422 bytes +BLAKE2s (wasi-0.10.2+wasi-snapshot-preview1.crate) = a99255257c1a9724a1e5a6c5bde6fd95cc850c6bcd881d2030755acc62bb8c23 +SHA512 (wasi-0.10.2+wasi-snapshot-preview1.crate) = 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 +Size (wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 bytes BLAKE2s (wasi-0.9.0+wasi-snapshot-preview1.crate) = 2acd6dfc06609bf94db869be7d9c4ac09e3f3943d3a4090c4b07250b66883468 SHA512 (wasi-0.9.0+wasi-snapshot-preview1.crate) = dbe641f796ee3a5daafcaafc911ecc6dff170340f477c2df7a61fb4858a85aefc2637c9e61973ecce66a987aa8e08a736273a4aad3ef47eaf61ed4268dbf9c47 Size (wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 bytes -BLAKE2s (wasm-bindgen-0.2.78.crate) = 61262640a861f45430668dcefdbdb219d14188cc1ebe2bac18f6353843c49466 -SHA512 (wasm-bindgen-0.2.78.crate) = bedeb2828d1e74b1e373bdf34dc2eaec70dd523e9ed96a341da1ab3729a7cf8470a828ddb9cfd4cf15af6e2fff75b4368553ab4f6f02c8dec9419dcdd7578de9 -Size (wasm-bindgen-0.2.78.crate) = 162111 bytes -BLAKE2s (wasm-bindgen-backend-0.2.78.crate) = e0865f4a8c343445d8d96bbca7da8aeefee9239dbadfdb4bd8d885e9c5e3da54 -SHA512 (wasm-bindgen-backend-0.2.78.crate) = 00a0ec9afb65c084b64cf9d25f778ab03bf2368a1e0ff213e07b8fe742a125ddae00c7b4d693225d6d798618b0441d4dea3c175cacdb37fdd75b0a46ba3a287b -Size (wasm-bindgen-backend-0.2.78.crate) = 25576 bytes -BLAKE2s (wasm-bindgen-macro-0.2.78.crate) = 7d98699291325ce765b1280dc8f1d69bcdb0b0898eafa73e22bc4fc9c3798656 -SHA512 (wasm-bindgen-macro-0.2.78.crate) = 3389922198b0d5c19163f4de345e0cd7a3c0609d48ff933bd5af0cfb205463632878b5d60bfeeb8dd8f8a98f28f23c5185dd6d8389f599f31176297c944b595d -Size (wasm-bindgen-macro-0.2.78.crate) = 11700 bytes -BLAKE2s (wasm-bindgen-macro-support-0.2.78.crate) = 41b770748c928ac4bed6d1eeec4c2d43fee4cb36e049b1c0b146f4af7fa0d0d2 -SHA512 (wasm-bindgen-macro-support-0.2.78.crate) = 84d9867407a7caa942ab11f0ad1c343839bf51793930cdc3ebc5279ca370062eda006540448cc401f6afa078dbb1523b348ae69f4c6d7ccc9a7b8fa1ff895236 -Size (wasm-bindgen-macro-support-0.2.78.crate) = 17858 bytes -BLAKE2s (wasm-bindgen-shared-0.2.78.crate) = 5f9a18578adfe9732580e6af54ae2d6aa6850a05881dc7edb7ba84e5585f4a26 -SHA512 (wasm-bindgen-shared-0.2.78.crate) = a808b7a7909e4a287ccced1b251ad4c1230399c84c05e246127b6a91fa4ed328d6a24316dbdc1843db71a5bd78cfd80113424f9984e0777323d74e3125607134 -Size (wasm-bindgen-shared-0.2.78.crate) = 7206 bytes -BLAKE2s (web-sys-0.3.55.crate) = 8a7e38e8062c3796a0c0434e56d9cedb3997b8e35e58faa4bc3ad3ce2203ca48 -SHA512 (web-sys-0.3.55.crate) = ddf191f009d49388bf60ee31650eff1ff884f01822989a226c559b9560aebd90681fadd34e7437f555d627a0a3139ebe267375618eadac8c17ace5fd47650764 -Size (web-sys-0.3.55.crate) = 664827 bytes +BLAKE2s (wasm-bindgen-0.2.80.crate) = 89702404d92c467bb03354d32a59840774b6aa253d928c5e44acc841da320b34 +SHA512 (wasm-bindgen-0.2.80.crate) = 928fd6575217909a46f23ea8147caa438efed8eef31d1e0d75610fc380c18d7cf51cb74c7d5c83136d36433fd19bc9256b6566c2624a4008daca1b3e155aacf1 +Size (wasm-bindgen-0.2.80.crate) = 164576 bytes +BLAKE2s (wasm-bindgen-backend-0.2.80.crate) = f704d2f991d701e6e7fedec72f71b25d4e9c7e1758545cf9c13011108fc46783 +SHA512 (wasm-bindgen-backend-0.2.80.crate) = 20c33664f194dbc5998093831d8ed0eae82cfa6c90b8c3b9338c4f32104594a8864c68a51ee3e39fca1eba166b241a9a8e508d5f942791d727deb2decd9056d2 +Size (wasm-bindgen-backend-0.2.80.crate) = 25741 bytes +BLAKE2s (wasm-bindgen-macro-0.2.80.crate) = 34a8393957cf62e3c332fcdd3e6108ccb5bd74cb229dd7cf69d0493c02b5a230 +SHA512 (wasm-bindgen-macro-0.2.80.crate) = 816922762591e7ccd07d9bab1f089d1d0484c04ca4d8b9060d432fabe4ca28a6b6f0e701129f6d0a3fc341b845115c2dd1bea3bb67493234a73f7cd2bc0c66db +Size (wasm-bindgen-macro-0.2.80.crate) = 11805 bytes +BLAKE2s (wasm-bindgen-macro-support-0.2.80.crate) = 28981e3b16e944dc6fb7b12e564cb77c4fa837e2554122abaaa5c6850a9d7f8c +SHA512 (wasm-bindgen-macro-support-0.2.80.crate) = 8d4a68c363dde93d9644f30ab69ef28879e8c354e41e6ed1d1598beeeaba5bb6c8e6769fac5404faf438a90d87fbdaf9bc9b4d082dd7b1986f789d739f7b5108 +Size (wasm-bindgen-macro-support-0.2.80.crate) = 17857 bytes +BLAKE2s (wasm-bindgen-shared-0.2.80.crate) = 61a3ee89b16487fc8a488f21584bcf020124c4e5b06eb74c9f3438385f6fc715 +SHA512 (wasm-bindgen-shared-0.2.80.crate) = c170759d46e12edd41dcafc908caa887756a811006a178b3bf5ae73f73556d51fa13fc4a0844e28071d21c177a1d98e1e2f6dcac41dc240b972b697d36d74203 +Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes +BLAKE2s (web-sys-0.3.57.crate) = e9c87680c6489a44ed00e15ca84ae67c048f89fab3c2c8e9041b3036bf12ec61 +SHA512 (web-sys-0.3.57.crate) = 144a481ff7562ff5f96145c7db64ecc704863e2fd6c0c9afc87fe87513e5be660fcadec6b1114ed2c86da36ccd97024ce601b843c8768dd8b5c53c71daae9800 +Size (web-sys-0.3.57.crate) = 686563 bytes BLAKE2s (webpki-0.22.0.crate) = 7bde2fdf9d9ec3de5cf67a19e763d569c2da6fbce7469736d894a6dba43d46d8 SHA512 (webpki-0.22.0.crate) = 7c2916d47f2232587e3ccaa8fefc8b576addaf84b55166011032e471f91ce54a79d2fca7fcc1144552c254f5baead708fba2b0ce76a1c34286838a8744b0f570 Size (webpki-0.22.0.crate) = 58663 bytes @@ -378,6 +417,24 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes -BLAKE2s (yaydl-5e3cd2b65f.tar.gz) = e32fb155f34c06e58fecdd96e81914221451f2f9a290c052aed53496526237af -SHA512 (yaydl-5e3cd2b65f.tar.gz) = f1687534d334d078ea955286e2b9f1bf7b3697523f7d73b0edc326e5d21330e81883fdbdb2df07e10fe43bf75aa16ab6b2807ed75d17be9310c4903945559bfa -Size (yaydl-5e3cd2b65f.tar.gz) = 24562 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes +BLAKE2s (yaydl-512577aefc.tar.gz) = 7b34f39cb6f66d55ffadc6ef88c3eb899e8ab631ef5d89833d0aedb8acee268a +SHA512 (yaydl-512577aefc.tar.gz) = 56c1e2d26892aa125fb1b78bd0aa58c7ff3ff9fa32fcb1c6566588307adc8b8fea97820ac1316a983faa8e8d441234a5f91d0b2e047937ce0af42ec84eda940f +Size (yaydl-512577aefc.tar.gz) = 24567 bytes From 6cb2b57a4d52976b353135be6cd8ee5110549af5 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 17 May 2022 18:37:09 +0000 Subject: [PATCH 0571/1154] doc: Updated net/yaydl to 0.7.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 04d8bbc6c7b4b..d4c11abd737eb 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2599 2022/05/17 18:35:58 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2600 2022/05/17 18:37:09 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4015,3 +4015,4 @@ Changes to the packages collection and infrastructure in 2022: Updated x11/deforaos-panel to 0.4.2 [khorben 2022-05-17] Updated wm/sdorfehs to 1.4 [pin 2022-05-17] Updated www/wiki-tui to 0.4.8 [pin 2022-05-17] + Updated net/yaydl to 0.7.1 [pin 2022-05-17] From c01bb6607339467e793d5b68e2ee832bf59b3d04 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 17 May 2022 21:44:11 +0000 Subject: [PATCH 0572/1154] libaom: Update to 3.3.0 2022-01-28 v3.3.0 This release includes compression efficiency and perceptual quality improvements, speedup and memory optimizations, some new features, and several bug fixes. - New Features * AV1 RT: Introducing CDEF search level 5 * Changed real time speed 4 to behave the same as real time speed 5 * Add --deltaq-strength * rtc: Allow scene-change and overshoot detection for svc * rtc: Intra-only frame for svc * AV1 RT: Option 2 for codec control AV1E_SET_ENABLE_CDEF to disable CDEF on non-ref frames * New codec controls AV1E_SET_LOOPFILTER_CONTROL and AOME_GET_LOOPFILTER_LEVEL * Improvements to three pass encoding - Compression Efficiency Improvements * Overall compression gains: 0.6% - Perceptual Quality Improvements * Improves the perceptual quality of high QP encoding for delta-q mode 4 * Auto select noise synthesis level for all intra - Speedup and Memory Optimizations * Added many SSE2 optimizations. * Good quality 2-pass encoder speedups: o Speed 2: 9% o Speed 3: 12.5% o Speed 4: 8% o Speed 5: 3% o Speed 6: 4% * Real time mode encoder speedups: o Speed 5: 2.6% BDRate gain, 4% speedup o Speed 6: 3.5% BDRate gain, 4% speedup o Speed 9: 1% BDRate gain, 3% speedup o Speed 10: 3% BDRate gain, neutral speedup * All intra encoding speedups (AVIF): o Single thread - speed 6: 8% o Single thread - speed 9: 15% o Multi thread(8) - speed 6: 14% o Multi thread(8) - speed 9: 34% - Bug Fixes * Issue 3163: Segmentation fault when using --enable-keyframe-filtering=2 * Issue 2436: Integer overflow in av1_warp_affine_c() * Issue 3226: armv7 build failure due to gcc-11 * Issue 3195: Bug report on libaom (AddressSanitizer: heap-buffer-overflow) * Issue 3191: Bug report on libaom (AddressSanitizer: SEGV on unknown address) * Issue 3176: Some SSE2/SADx4AvgTest.* tests fail on Windows * Issue 3175: Some SSE2/SADSkipTest.* tests fail on Windows --- multimedia/libaom/Makefile | 5 ++--- multimedia/libaom/distinfo | 14 +++++++------- .../patches/patch-aom__ports_ppc__cpudetect.c | 8 ++++---- .../patches/patch-build_cmake_aom__configure.cmake | 11 +++++------ .../libaom/patches/patch-build_cmake_version.cmake | 12 +++++++----- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/multimedia/libaom/Makefile b/multimedia/libaom/Makefile index 2bda72f42da9a..3f85bc8c35d34 100644 --- a/multimedia/libaom/Makefile +++ b/multimedia/libaom/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/11/13 11:27:34 nia Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/17 21:44:11 nia Exp $ -DISTNAME= libaom-3.2.0 +DISTNAME= libaom-3.3.0 CATEGORIES= multimedia MASTER_SITES= https://storage.googleapis.com/aom-releases/ @@ -11,7 +11,6 @@ LICENSE= 2-clause-bsd MAKE_JOBS_SAFE= no -WRKSRC= ${WRKDIR} USE_CMAKE= yes USE_LANGUAGES= c c++ USE_TOOLS+= perl diff --git a/multimedia/libaom/distinfo b/multimedia/libaom/distinfo index aa18e54d37b4d..8ba4bbccc4fc1 100644 --- a/multimedia/libaom/distinfo +++ b/multimedia/libaom/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.15 2021/12/28 17:35:52 gutteridge Exp $ +$NetBSD: distinfo,v 1.16 2022/05/17 21:44:11 nia Exp $ -BLAKE2s (libaom-3.2.0.tar.gz) = 0324096a1c955c6db4fa194397280810c36398b51b05833633d621268a88a68c -SHA512 (libaom-3.2.0.tar.gz) = 649bebde85c1a42b0c1c3d2d3b7110b999e3ee1c8e76595259e4e75a8b0f3918e23ff7c7e2c313da4d579882f55bf29765bb882570280adc81f3bc1e82f1ee19 -Size (libaom-3.2.0.tar.gz) = 4717955 bytes -SHA1 (patch-aom__ports_ppc__cpudetect.c) = 57bf7974b0be44939a7e9ab59d93a4cf49844411 -SHA1 (patch-build_cmake_aom__configure.cmake) = 87a8b65cee873f7deff18cd74c140cd7e8c95924 +BLAKE2s (libaom-3.3.0.tar.gz) = 860dad497824c53b87ccae3f047195e94e52649cccf49a9906af3c8290e6cd78 +SHA512 (libaom-3.3.0.tar.gz) = 9bd118bf46d777da4e85f348fed95510ce583d16d005d062d33e2899f16f24bdb8b120792a7c77ccb64b4e1ff5b3d934342fb1b356bb426693ef69220f138c5f +Size (libaom-3.3.0.tar.gz) = 4768475 bytes +SHA1 (patch-aom__ports_ppc__cpudetect.c) = 5b34032e3530a3ba65755e7faefb2f1f97855d98 +SHA1 (patch-build_cmake_aom__configure.cmake) = d9357e5e52564c4bf5facc9ed20696e0522ae22f SHA1 (patch-build_cmake_exports.cmake) = be181c5718a5fac75f31bd8e74f214fc8b610ad9 -SHA1 (patch-build_cmake_version.cmake) = 1e6b4a1373c0d54cafdc8ad5c153881e41758bd6 +SHA1 (patch-build_cmake_version.cmake) = ec0255b02649b49da92d4fa13450850841aa4a33 diff --git a/multimedia/libaom/patches/patch-aom__ports_ppc__cpudetect.c b/multimedia/libaom/patches/patch-aom__ports_ppc__cpudetect.c index 2556ffa619d28..606d953979c51 100644 --- a/multimedia/libaom/patches/patch-aom__ports_ppc__cpudetect.c +++ b/multimedia/libaom/patches/patch-aom__ports_ppc__cpudetect.c @@ -1,15 +1,15 @@ -$NetBSD: patch-aom__ports_ppc__cpudetect.c,v 1.2 2021/12/28 17:35:52 gutteridge Exp $ +$NetBSD: patch-aom__ports_ppc__cpudetect.c,v 1.3 2022/05/17 21:44:11 nia Exp $ Make this at least build on NetBSD. So far no dynamic CPU feature detection on NetBSD. ---- aom_ports/ppc_cpudetect.c.orig 2021-10-14 18:05:43.000000000 +0000 +--- aom_ports/ppc_cpudetect.c.orig 2022-02-15 07:20:42.000000000 +0000 +++ aom_ports/ppc_cpudetect.c @@ -12,14 +12,16 @@ #include #include #include -+#if !defined(__NetBSD__) ++#ifdef __linux #include #include +#endif @@ -19,7 +19,7 @@ So far no dynamic CPU feature detection on NetBSD. #include "aom_ports/ppc.h" -#if CONFIG_RUNTIME_CPU_DETECT -+#if (CONFIG_RUNTIME_CPU_DETECT && !defined(__NetBSD__)) ++#if (CONFIG_RUNTIME_CPU_DETECT && defined(__linux)) static int cpu_env_flags(int *flags) { char *env; env = getenv("AOM_SIMD_CAPS"); diff --git a/multimedia/libaom/patches/patch-build_cmake_aom__configure.cmake b/multimedia/libaom/patches/patch-build_cmake_aom__configure.cmake index 45c90e9f59873..b93ba535bb413 100644 --- a/multimedia/libaom/patches/patch-build_cmake_aom__configure.cmake +++ b/multimedia/libaom/patches/patch-build_cmake_aom__configure.cmake @@ -1,16 +1,15 @@ -$NetBSD: patch-build_cmake_aom__configure.cmake,v 1.4 2021/10/09 14:47:24 nia Exp $ +$NetBSD: patch-build_cmake_aom__configure.cmake,v 1.5 2022/05/17 21:44:11 nia Exp $ - Don't disable fortify just because it's a release build. - Set CPU correctly on SunOS. - Add support for NetBSD/*arm* ---- build/cmake/aom_configure.cmake.orig 2021-10-09 07:54:04.000000000 +0000 +--- build/cmake/aom_configure.cmake.orig 2022-02-15 07:20:42.000000000 +0000 +++ build/cmake/aom_configure.cmake -@@ -66,12 +66,16 @@ if(NOT AOM_TARGET_CPU) - " CMAKE_GENERATOR=${CMAKE_GENERATOR}\n") +@@ -67,11 +67,16 @@ if(NOT AOM_TARGET_CPU) endif() elseif(cpu_lowercase STREQUAL "i386" OR cpu_lowercase STREQUAL "x86") -- set(AOM_TARGET_CPU "x86") + set(AOM_TARGET_CPU "x86") - elseif(cpu_lowercase MATCHES "^arm" OR cpu_lowercase MATCHES "^mips") + if(${CMAKE_SIZEOF_VOID_P} EQUAL 4) + set(AOM_TARGET_CPU "x86") @@ -26,7 +25,7 @@ $NetBSD: patch-build_cmake_aom__configure.cmake,v 1.4 2021/10/09 14:47:24 nia Ex set(AOM_TARGET_CPU "ppc") else() message(WARNING "The architecture ${CMAKE_SYSTEM_PROCESSOR} is not " -@@ -321,9 +325,6 @@ else() +@@ -322,9 +327,6 @@ else() add_compiler_flag_if_supported("-Werror") endif() diff --git a/multimedia/libaom/patches/patch-build_cmake_version.cmake b/multimedia/libaom/patches/patch-build_cmake_version.cmake index f9fea2f3a4188..216d007148ee6 100644 --- a/multimedia/libaom/patches/patch-build_cmake_version.cmake +++ b/multimedia/libaom/patches/patch-build_cmake_version.cmake @@ -1,19 +1,21 @@ -$NetBSD: patch-build_cmake_version.cmake,v 1.2 2021/10/09 14:47:24 nia Exp $ +$NetBSD: patch-build_cmake_version.cmake,v 1.3 2022/05/17 21:44:11 nia Exp $ Write the correct version number in the aom.pc file. ---- build/cmake/version.cmake.orig 2021-10-09 07:54:04.000000000 +0000 +--- build/cmake/version.cmake.orig 2022-02-15 07:20:42.000000000 +0000 +++ build/cmake/version.cmake -@@ -23,28 +23,8 @@ include("${AOM_ROOT}/build/cmake/util.cm +@@ -23,30 +23,7 @@ include("${AOM_ROOT}/build/cmake/util.cm # Generate the version string for this run. unset(aom_version) -if(EXISTS "${GIT_EXECUTABLE}") -- execute_process(COMMAND ${GIT_EXECUTABLE} --git-dir=${AOM_ROOT}/.git describe +- execute_process(COMMAND ${GIT_EXECUTABLE} +- --git-dir=${AOM_ROOT}/.git describe +- --match=v[0-9]* - OUTPUT_VARIABLE aom_version - ERROR_QUIET - RESULT_VARIABLE version_check_result) - +- - if(${version_check_result} EQUAL 0) - string(STRIP "${aom_version}" aom_version) - From 55905c90d8ea561785da6675ae25f85032dfa0a4 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 17 May 2022 21:44:37 +0000 Subject: [PATCH 0573/1154] doc: Updated multimedia/libaom to 3.3.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d4c11abd737eb..f4af06192c23b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2600 2022/05/17 18:37:09 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2601 2022/05/17 21:44:37 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4016,3 +4016,4 @@ Changes to the packages collection and infrastructure in 2022: Updated wm/sdorfehs to 1.4 [pin 2022-05-17] Updated www/wiki-tui to 0.4.8 [pin 2022-05-17] Updated net/yaydl to 0.7.1 [pin 2022-05-17] + Updated multimedia/libaom to 3.3.0 [nia 2022-05-17] From 249e444458b7e2bd9b044a982b4391d3d328fc1a Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 17 May 2022 21:54:50 +0000 Subject: [PATCH 0574/1154] freeglut: Update to 3.2.2 freeglut 3.2.2 Changes * Fix netbsd/aarch64 build by including sys/joystick.h instead of machine/joystick.h. * Fix build with gcc >= 10 which made -fno-common the default by no longer relying on COMMON symbols for globals. * Fix android build (default to FREEGLUT_GLES, and check for debug flags). * Add flat shading option to the shapes demo. * Fix crash when calling primitive drawing functions without creating a window first. * Dropped really old and unmaintained doc directory from the source tree. --- graphics/freeglut/Makefile | 5 ++-- graphics/freeglut/PLIST | 4 +-- graphics/freeglut/distinfo | 10 +++---- .../patch-src_wayland_fg__internal__wl.h | 26 ------------------- .../patches/patch-src_x11_fg__internal__x11.h | 26 ------------------- 5 files changed, 8 insertions(+), 63 deletions(-) delete mode 100644 graphics/freeglut/patches/patch-src_wayland_fg__internal__wl.h delete mode 100644 graphics/freeglut/patches/patch-src_x11_fg__internal__x11.h diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index d271d6c2e4f43..9b998fdbc08fb 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2021/12/08 16:02:08 adam Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/17 21:54:50 nia Exp $ -DISTNAME= freeglut-3.2.1 -PKGREVISION= 3 +DISTNAME= freeglut-3.2.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeglut/} diff --git a/graphics/freeglut/PLIST b/graphics/freeglut/PLIST index 7d62101ce70f7..cd9214ee6789c 100644 --- a/graphics/freeglut/PLIST +++ b/graphics/freeglut/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2019/10/04 14:21:40 nia Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/05/17 21:54:50 nia Exp $ include/GL/freeglut.h include/GL/freeglut_ext.h include/GL/freeglut_std.h @@ -11,6 +11,6 @@ lib/cmake/FreeGLUT/FreeGLUTTargets.cmake lib/libglut.a lib/libglut.so lib/libglut.so.3 -lib/libglut.so.3.11.0 +lib/libglut.so.3.11.1 lib/pkgconfig/freeglut.pc lib/pkgconfig/glut.pc diff --git a/graphics/freeglut/distinfo b/graphics/freeglut/distinfo index 0050b385d39a9..7e0d30a094cae 100644 --- a/graphics/freeglut/distinfo +++ b/graphics/freeglut/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 10:46:08 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/05/17 21:54:50 nia Exp $ -BLAKE2s (freeglut-3.2.1.tar.gz) = dbc214e87d838971946bb33f36063f3a53cf224b51cb1c463eabf325f40a7a13 -SHA512 (freeglut-3.2.1.tar.gz) = aced4bbcd36269ce6f4ee1982e0f9e3fffbf18c94f785d3215ac9f4809b992e166c7ada496ed6174e13d77c0f7ef3ca4c57d8a282e96cbbe6ff086339ade3b08 -Size (freeglut-3.2.1.tar.gz) = 440228 bytes +BLAKE2s (freeglut-3.2.2.tar.gz) = fcb5d0377d725be35663dab97349ec6be137e1d0ab36ea7e5647745c6da40daf +SHA512 (freeglut-3.2.2.tar.gz) = 190231951d314f854c244bd27f7c20488403bd0eecffc342097a2e3d1621cec87f6c209a77b4c153aabcf44697b4070227930e295ab74fb88953cbbf94fc81d9 +Size (freeglut-3.2.2.tar.gz) = 397203 bytes SHA1 (patch-src_fg__joystick.c) = 56a07514b89ff748d5a273f12eb756d475d9de0e -SHA1 (patch-src_wayland_fg__internal__wl.h) = c1bc21cf6fa7fcb37395db172a805e60071cbbd6 -SHA1 (patch-src_x11_fg__internal__x11.h) = 3a7cfc4b274f5c8d6da2c3ce109877ffac6c0bfa SHA1 (patch-src_x11_fg__joystick__x11.c) = c48f1651f136c7fe45385dfe9d03ae5a0517a938 diff --git a/graphics/freeglut/patches/patch-src_wayland_fg__internal__wl.h b/graphics/freeglut/patches/patch-src_wayland_fg__internal__wl.h deleted file mode 100644 index ac18d88950248..0000000000000 --- a/graphics/freeglut/patches/patch-src_wayland_fg__internal__wl.h +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-src_wayland_fg__internal__wl.h,v 1.1 2019/10/09 23:52:10 maya Exp $ - - should work for all netbsd. -(not all archs have a machine/joystick.h, and it just includes sys/joystick.h) - ---- src/wayland/fg_internal_wl.h.orig 2015-04-04 18:43:27.000000000 +0000 -+++ src/wayland/fg_internal_wl.h -@@ -105,17 +105,8 @@ struct tagSFG_PlatformWindowState - /* XXX The below hack is done until freeglut's autoconf is updated. */ - # define HAVE_USB_JS 1 - --# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) -+# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) - # include --# else --/* -- * XXX NetBSD/amd64 systems may find that they have to steal the -- * XXX /usr/include/machine/joystick.h from a NetBSD/i386 system. -- * XXX I cannot comment whether that works for the interface, but -- * XXX it lets you compile...(^& I do not think that we can do away -- * XXX with this header. -- */ --# include /* For analog joysticks */ - # endif - # define JS_DATA_TYPE joystick - # define JS_RETURN (sizeof(struct JS_DATA_TYPE)) diff --git a/graphics/freeglut/patches/patch-src_x11_fg__internal__x11.h b/graphics/freeglut/patches/patch-src_x11_fg__internal__x11.h deleted file mode 100644 index e422376b3fc43..0000000000000 --- a/graphics/freeglut/patches/patch-src_x11_fg__internal__x11.h +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-src_x11_fg__internal__x11.h,v 1.1 2019/10/21 09:38:08 maya Exp $ - - should work for all netbsd. -(not all archs have a machine/joystick.h, and it just includes sys/joystick.h) - ---- src/x11/fg_internal_x11.h.orig 2014-10-20 15:27:04.000000000 +0000 -+++ src/x11/fg_internal_x11.h -@@ -139,17 +139,8 @@ struct tagSFG_PlatformWindowState - /* XXX The below hack is done until freeglut's autoconf is updated. */ - # define HAVE_USB_JS 1 - --# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) -+# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) - # include --# else --/* -- * XXX NetBSD/amd64 systems may find that they have to steal the -- * XXX /usr/include/machine/joystick.h from a NetBSD/i386 system. -- * XXX I cannot comment whether that works for the interface, but -- * XXX it lets you compile...(^& I do not think that we can do away -- * XXX with this header. -- */ --# include /* For analog joysticks */ - # endif - # define JS_DATA_TYPE joystick - # define JS_RETURN (sizeof(struct JS_DATA_TYPE)) From dac2ab041b4f58df2866bd658cc77dc59f7536ab Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 17 May 2022 21:55:02 +0000 Subject: [PATCH 0575/1154] doc: Updated graphics/freeglut to 3.2.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f4af06192c23b..24f8040300395 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2601 2022/05/17 21:44:37 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2602 2022/05/17 21:55:02 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4017,3 +4017,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/wiki-tui to 0.4.8 [pin 2022-05-17] Updated net/yaydl to 0.7.1 [pin 2022-05-17] Updated multimedia/libaom to 3.3.0 [nia 2022-05-17] + Updated graphics/freeglut to 3.2.2 [nia 2022-05-17] From d9172000537255b93246674a2ac0dbc903487eaf Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:23:57 +0000 Subject: [PATCH 0576/1154] cwm: Update MAINTAINER email --- wm/cwm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wm/cwm/Makefile b/wm/cwm/Makefile index 3350fc76682a9..e4d5977d4226f 100644 --- a/wm/cwm/Makefile +++ b/wm/cwm/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.26 2022/05/09 17:07:08 nikita Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/18 00:23:57 charlotte Exp $ DISTNAME= cwm-7.1 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://github.com/leahneukirchen/cwm COMMENT= Portable version of the window manager from OpenBSD LICENSE= isc From 5f698ad9c7b83cbd6ce2da0242141386c864952d Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:24:18 +0000 Subject: [PATCH 0577/1154] s6: Update MAINTAINER --- sysutils/s6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/s6/Makefile b/sysutils/s6/Makefile index ac9d8e7249452..d2d13742423a2 100644 --- a/sysutils/s6/Makefile +++ b/sysutils/s6/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2022/05/09 14:54:03 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/18 00:24:18 charlotte Exp $ DISTNAME= s6-2.11.1.0 CATEGORIES= sysutils MASTER_SITES= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://skarnet.org/software/s6/ COMMENT= The s6 supervision suite LICENSE= isc From f8c678e31b2189f700dbd34ec2dd4996cc4b42ef Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:24:33 +0000 Subject: [PATCH 0578/1154] s6-dns: Update MAINTAINER --- net/s6-dns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/s6-dns/Makefile b/net/s6-dns/Makefile index f0cff5974d913..ba81bc3078161 100644 --- a/net/s6-dns/Makefile +++ b/net/s6-dns/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2021/12/22 16:06:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/18 00:24:33 charlotte Exp $ DISTNAME= s6-dns-2.3.5.3 CATEGORIES= net MASTER_SITES= ${HOMEPAGE} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://www.skarnet.org/software/s6-dns/ COMMENT= Suite of DNS client programs and libraries LICENSE= isc From 6dee714c4feac608e7656eeb403f45e1013dbccc Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:24:49 +0000 Subject: [PATCH 0579/1154] assimp: Update MAINTAINER --- multimedia/assimp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile index 677eed54248cf..2f925fdec2daf 100644 --- a/multimedia/assimp/Makefile +++ b/multimedia/assimp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2022/04/14 13:20:42 nros Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/18 00:24:49 charlotte Exp $ DISTNAME= assimp-5.2.3 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=assimp/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= http://www.assimp.org/ COMMENT= Library to import various 3D model formats LICENSE= modified-bsd From 341efbef6df3b94c563c3c75358f337da2e0c347 Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:25:12 +0000 Subject: [PATCH 0580/1154] s6-portable-utils: Update MAINTAINER --- misc/s6-portable-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/s6-portable-utils/Makefile b/misc/s6-portable-utils/Makefile index be170efc42653..9c0e92aa8b62a 100644 --- a/misc/s6-portable-utils/Makefile +++ b/misc/s6-portable-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/05/14 15:14:41 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/18 00:25:12 charlotte Exp $ DISTNAME= s6-portable-utils-2.2.4.0 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= misc MASTER_SITES= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://www.skarnet.org/software/s6-portable-utils/ COMMENT= Tiny portable generic utilties LICENSE= isc From d3e7e42edcaa2f5b60de438f985f7bdc78662674 Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:25:28 +0000 Subject: [PATCH 0581/1154] nim: Update MAINTAINER --- lang/nim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/nim/Makefile b/lang/nim/Makefile index 7b8fc839ee39f..c0fd26edd5502 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2022/03/04 13:19:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/18 00:25:28 charlotte Exp $ DISTNAME= nim-1.6.4 CATEGORIES= lang MASTER_SITES= http://nim-lang.org/download/ EXTRACT_SUFX= .tar.xz -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://nim-lang.org/ COMMENT= The Nim programming language LICENSE= mit From 4ef5c068ea04567dfa2253e4d96ec8ba7e0c1a7d Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:25:44 +0000 Subject: [PATCH 0582/1154] neko: Update MAINTAINER --- lang/neko/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/neko/Makefile b/lang/neko/Makefile index be629b1ecadca..307ecad77667d 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/04/18 19:11:31 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/18 00:25:44 charlotte Exp $ DISTNAME= neko-2.3.0 PKGREVISION= 10 @@ -6,7 +6,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=HaxeFoundation/} GITHUB_TAG= v${PKGVERSION_NOREV:S/./-/g} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://nekovm.org/ COMMENT= High-level dynamically typed programming language LICENSE= mit From e36b271284f70361941c7226bb1d70b22856d5ae Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:26:00 +0000 Subject: [PATCH 0583/1154] execline: Update MAINTAINER --- lang/execline/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/execline/Makefile b/lang/execline/Makefile index 34fd40f8f61bd..53499e96680c2 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2022/05/09 14:53:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/18 00:26:00 charlotte Exp $ DISTNAME= execline-2.8.3.0 CATEGORIES= lang shells MASTER_SITES= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://skarnet.org/software/execline/ COMMENT= The execline scripting language LICENSE= isc From a449f5256d50c6ff8b70cc7affc3ba5f0cdbb572 Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:26:17 +0000 Subject: [PATCH 0584/1154] xonotic: Update MAINTAINER --- games/xonotic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 9bf2f22ba6791..6aa49b571b2cc 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2022/03/28 10:44:19 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/18 00:26:17 charlotte Exp $ DISTNAME= xonotic-0.8.2 PKGREVISION= 6 @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= https://dl.xonotic.org/ EXTRACT_SUFX= .zip -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://xonotic.org/ COMMENT= Fast arena-style FPS LICENSE= gnu-gpl-v2 From 89e53410e9e63b53c16d3a49f6704e49a08c6b28 Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:26:34 +0000 Subject: [PATCH 0585/1154] redeclipse: Update MAINTAINER --- games/redeclipse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index 2b1002b8c82e4..3c29b24926e11 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/03/28 10:44:16 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/18 00:26:34 charlotte Exp $ DISTNAME= redeclipse_2.0.0_nix PKGNAME= redeclipse-2.0.0 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 GITHUB_PROJECT= base GITHUB_RELEASE= v${PKGVERSION_NOREV} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://redeclipse.net/ COMMENT= Free casual arena shooter LICENSE= zlib AND cc-by-sa-v3.0 From 2fb3fe28f95ce2714651fa55305c6495a1a0dc41 Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:27:23 +0000 Subject: [PATCH 0586/1154] lugaru: Update MAINTAINER --- games/lugaru/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/lugaru/Makefile b/games/lugaru/Makefile index 1a5d39b750a46..7096656ecf380 100644 --- a/games/lugaru/Makefile +++ b/games/lugaru/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/03/28 10:44:13 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/18 00:27:23 charlotte Exp $ DISTNAME= lugaru-${VERSION} VERSION= 1.2 @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= https://bitbucket.org/osslugaru/lugaru/downloads/ EXTRACT_SUFX= .tar.xz -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org COMMENT= Cross-platform third-person action game from Wolfire HOMEPAGE= https://osslugaru.gitlab.io/ LICENSE= gnu-gpl-v2 AND cc-by-sa-v3.0 AND cc-by-sa-v4.0 From a965f0f633bc60db8f6a181396c085a162676938 Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:27:34 +0000 Subject: [PATCH 0587/1154] fallingtime: Update MAINTAINER --- games/fallingtime/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/fallingtime/Makefile b/games/fallingtime/Makefile index d5228316f642c..09259cebc397e 100644 --- a/games/fallingtime/Makefile +++ b/games/fallingtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/03/28 10:44:07 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/18 00:27:34 charlotte Exp $ DISTNAME= fallingtime-1.0.2 PKGREVISION= 5 @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=cxong/} GITHUB_PROJECT= FallingTime -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://github.com/cxong/FallingTime COMMENT= Arcade game inspired by Fall Down LICENSE= gnu-gpl-v2 From bd0d82ef44110e57f31e9d43fb1e78dde84ce21e Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:27:48 +0000 Subject: [PATCH 0588/1154] 7kaa: Update MAINTAINER --- games/7kaa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/7kaa/Makefile b/games/7kaa/Makefile index 210671ecc9ac2..25fe29bb9f7ac 100644 --- a/games/7kaa/Makefile +++ b/games/7kaa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2022/03/28 10:44:05 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/18 00:27:48 charlotte Exp $ DISTNAME= 7kaa-2.15.4p1 PKGREVISION= 6 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=the3dfxdude/} EXTRACT_SUFX= .tar.xz GITHUB_RELEASE= v${PKGVERSION_NOREV} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://7kfans.com/ COMMENT= Seven Kingdoms: Ancient Adversaries LICENSE= gnu-gpl-v2 From 511ab813d9ee2d19ce2baf532b88e1162b03baa8 Mon Sep 17 00:00:00 2001 From: charlotte Date: Wed, 18 May 2022 00:28:02 +0000 Subject: [PATCH 0589/1154] skalibs: Update MAINTAINER --- devel/skalibs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/skalibs/Makefile b/devel/skalibs/Makefile index e54412dcf219c..37b0bf005ef9a 100644 --- a/devel/skalibs/Makefile +++ b/devel/skalibs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2022/05/09 14:51:23 schmonz Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/18 00:28:02 charlotte Exp $ DISTNAME= skalibs-2.11.2.0 CATEGORIES= devel MASTER_SITES= ${HOMEPAGE} -MAINTAINER= cfkoch@edgebsd.org +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://skarnet.org/software/skalibs/ COMMENT= The skarnet.org C system programming library LICENSE= isc From 3529893bb4722f2a66e96ea678189e8b9bd58468 Mon Sep 17 00:00:00 2001 From: khorben Date: Wed, 18 May 2022 00:28:35 +0000 Subject: [PATCH 0590/1154] deforaos-panel: update to 0.4.3 Changes since 0.4.2: * Documentation generated by Gtk-Doc * Build fixes for FreeBSD * Initial translation into German * Minor fixes --- x11/deforaos-panel/Makefile | 8 +++++--- x11/deforaos-panel/PLIST | 18 +++++++++++++++++- x11/deforaos-panel/distinfo | 8 ++++---- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/x11/deforaos-panel/Makefile b/x11/deforaos-panel/Makefile index 55ed876ef098d..b4eb19d5196a5 100644 --- a/x11/deforaos-panel/Makefile +++ b/x11/deforaos-panel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2022/05/17 18:01:28 khorben Exp $ +# $NetBSD: Makefile,v 1.43 2022/05/18 00:28:35 khorben Exp $ # -DISTNAME= Panel-0.4.2 -PKGNAME= deforaos-panel-0.4.2 +DISTNAME= Panel-0.4.3 +PKGNAME= deforaos-panel-0.4.3 CATEGORIES= x11 MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Panel/ @@ -56,4 +56,6 @@ post-install: .include "../../x11/deforaos-libdesktop/buildlink3.mk" .include "../../x11/libxkbfile/buildlink3.mk" .include "../../sysutils/deforaos-browser/buildlink3.mk" +BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20 +.include "../../textproc/gtk-doc/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/deforaos-panel/PLIST b/x11/deforaos-panel/PLIST index 78b3c38e72e18..bf3e75f573b0e 100644 --- a/x11/deforaos-panel/PLIST +++ b/x11/deforaos-panel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2022/05/17 18:01:28 khorben Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/05/18 00:28:35 khorben Exp $ bin/panel bin/panel-embed bin/panel-message @@ -68,6 +68,21 @@ share/applications/org.defora.wifibrowser.desktop share/doc/Panel/COPYING share/doc/Panel/README.md share/doc/Panel/wpa_supplicant.conf +share/gtk-doc/html/Panel/Panel-applet.html +share/gtk-doc/html/Panel/Panel-panel.html +share/gtk-doc/html/Panel/Panel-window.html +share/gtk-doc/html/Panel/Panel.devhelp2 +share/gtk-doc/html/Panel/api-index-full.html +share/gtk-doc/html/Panel/ch01.html +share/gtk-doc/html/Panel/home.png +share/gtk-doc/html/Panel/index.html +share/gtk-doc/html/Panel/left-insensitive.png +share/gtk-doc/html/Panel/left.png +share/gtk-doc/html/Panel/right-insensitive.png +share/gtk-doc/html/Panel/right.png +share/gtk-doc/html/Panel/style.css +share/gtk-doc/html/Panel/up-insensitive.png +share/gtk-doc/html/Panel/up.png share/icons/hicolor/16x16/apps/panel-applet-bluetooth.png share/icons/hicolor/16x16/apps/panel-applet-desktop.png share/icons/hicolor/16x16/apps/panel-applet-usb.png @@ -86,5 +101,6 @@ share/icons/hicolor/48x48/apps/panel-applet-bluetooth.png share/icons/hicolor/48x48/apps/panel-applet-desktop.png share/icons/hicolor/48x48/apps/panel-settings.png share/icons/hicolor/scalable/apps/panel-applet-bluetooth.svg +share/locale/de/LC_MESSAGES/Panel.mo share/locale/es/LC_MESSAGES/Panel.mo share/locale/fr/LC_MESSAGES/Panel.mo diff --git a/x11/deforaos-panel/distinfo b/x11/deforaos-panel/distinfo index 753bcde060c79..49965b556cc3c 100644 --- a/x11/deforaos-panel/distinfo +++ b/x11/deforaos-panel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/05/17 18:01:28 khorben Exp $ +$NetBSD: distinfo,v 1.21 2022/05/18 00:28:35 khorben Exp $ -BLAKE2s (Panel-0.4.2.tar.gz) = 6f9c4c10a54dd5e80cda40f06759ce1ee717bf3373c07f447c2fe09f7b27f43d -SHA512 (Panel-0.4.2.tar.gz) = 52c53ba0abdb4d89c0cf8d87d1e5fcdf497809361342ef55066a20d30e382216bcc74a88ead30d243161be12f94b7a518f53730094f3cbc6302d2094e49c42f9 -Size (Panel-0.4.2.tar.gz) = 158202 bytes +BLAKE2s (Panel-0.4.3.tar.gz) = 29b056c3c0e2fde6b329ffdd8d71dab6727d4cf5ad20d4f7259f35ab1e335997 +SHA512 (Panel-0.4.3.tar.gz) = 8e9dc7af4f710a1a0fd83122062ee86c1c054587a0b967fb1f990eb8137d110860cb9872e8c942a0c7d8cdbf2f7a53b9525f92197b78e75352b7ec269946c161 +Size (Panel-0.4.3.tar.gz) = 162075 bytes From 8b12cb1362c7575884ddc1d0115d5ad842926a1d Mon Sep 17 00:00:00 2001 From: khorben Date: Wed, 18 May 2022 00:28:46 +0000 Subject: [PATCH 0591/1154] doc: Updated x11/deforaos-panel to 0.4.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 24f8040300395..ace10b8ad8105 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2602 2022/05/17 21:55:02 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2603 2022/05/18 00:28:46 khorben Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4018,3 +4018,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/yaydl to 0.7.1 [pin 2022-05-17] Updated multimedia/libaom to 3.3.0 [nia 2022-05-17] Updated graphics/freeglut to 3.2.2 [nia 2022-05-17] + Updated x11/deforaos-panel to 0.4.3 [khorben 2022-05-18] From 44929bff4eea72526f26ed64c5b626b045bda089 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 18 May 2022 00:46:46 +0000 Subject: [PATCH 0592/1154] update to bozohttpd 20220517. changes include: o remove obsolete .bzdirect handling. o new "-m tlsversion" option to set the minimum TLS version available. partially from . o extend the list of available ciphers to include most of the openssl "HIGH" with some additional disables. retain the current list of bad options. should deal with PR#51278. o don't assume host BUFSIZ is sufficient. small BUFSIZ leads to always happens errors in the testsuite. switch all these buffers to be 4KiB sized. reported by embr o fix a denial of service attack against initial request contents, now bounded at 16KiB. reported by Justin Parrott in PR#56085 o new support for content types: .tar.bz2, .tar.xz, .tar.lz, .tar.zst, .tbz2, .txz, .tlz, .zipx, .xz, .zst, .sz, .lz, .lzma, .lzo, .7z, .lzo, .cab, .dmg, .jar, and .rar. should fix netbsd PR#56026: MIME type of .tar.xz file on ny{cdn,ftp}.NetBSD.org is invalid o fix various NULL derefs from malformed headers. mostly from . o fix memory leaks in library interface: add bozo_cleanup(). --- www/bozohttpd/Makefile | 5 ++--- www/bozohttpd/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index fe671ac61d976..1293c90e8d6ae 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.97 2021/06/06 13:38:43 nia Exp $ +# $NetBSD: Makefile,v 1.98 2022/05/18 00:46:46 mrg Exp $ # -DISTNAME= bozohttpd-20210227 -PKGREVISION= 1 +DISTNAME= bozohttpd-20220517 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index 885ad43d28710..9fe70b13431ba 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.76 2021/10/26 11:29:22 nia Exp $ +$NetBSD: distinfo,v 1.77 2022/05/18 00:46:46 mrg Exp $ -BLAKE2s (bozohttpd-20210227.tar.bz2) = ec66c957e7c894f4e194e35f4e226ccb5c9f75196c35bbe936af0ce5abe94f64 -SHA512 (bozohttpd-20210227.tar.bz2) = b838498626ffb7f7e84f31611e0e99aaa3af64bd9376e1a13ec16313c182eebfd9ea2c2d03904497239af723bf34a3d2202dac1f2d3e55f9fd076f6d45ccfa33 -Size (bozohttpd-20210227.tar.bz2) = 63732 bytes +BLAKE2s (bozohttpd-20220517.tar.bz2) = 559b53462057445924bf4b07c5bc4b8b0aee6ec8d447e9aeee7b83e87e6e2da5 +SHA512 (bozohttpd-20220517.tar.bz2) = 275b8fab3cf2e6c59721682cae952db95da5bd3b1f20680240c6cf1029463693f6feca047fbef5e3a3e7528b40b7b2e87b2a56fd800b612e679a16f24890e5b6 +Size (bozohttpd-20220517.tar.bz2) = 62239 bytes SHA1 (patch-Makefile.boot) = f90cf22f867132a6a967d579346e970e9544cbf4 SHA1 (patch-auth-bozo.c) = fb3fa40bee34d156cf91d615d905bb908eb70e4d SHA1 (patch-cgi-bozo.c) = 420f981575d7fa1a96ac7049116b9bf64de719df From 937bd8aac0822a3936d71c01dd08824006018072 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 18 May 2022 00:47:31 +0000 Subject: [PATCH 0593/1154] note update of bozohttpd to 20220517. --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ace10b8ad8105..c89f498c25187 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2603 2022/05/18 00:28:46 khorben Exp $ +$NetBSD: CHANGES-2022,v 1.2604 2022/05/18 00:47:31 mrg Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4019,3 +4019,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/libaom to 3.3.0 [nia 2022-05-17] Updated graphics/freeglut to 3.2.2 [nia 2022-05-17] Updated x11/deforaos-panel to 0.4.3 [khorben 2022-05-18] + Updated www/bozohttpd to 20220517 [mrg 2022-05-18] From 585818cb32f8c9f479c1b6ef863e2171d9283808 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 05:41:49 +0000 Subject: [PATCH 0594/1154] py-setuptools: updated to 62.3.1 v62.3.1 Misc * Fixed typo which causes ``namespace_packages`` to raise an error instead of warning. --- devel/py-setuptools/Makefile | 4 ++-- devel/py-setuptools/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 66698aaff7b3d..ba61d53f8b464 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.209 2022/05/17 07:44:07 adam Exp $ +# $NetBSD: Makefile,v 1.210 2022/05/18 05:41:49 adam Exp $ -DISTNAME= setuptools-62.3.0 +DISTNAME= setuptools-62.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 7f3108d45ac40..8df4709274d49 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.186 2022/05/17 07:44:07 adam Exp $ +$NetBSD: distinfo,v 1.187 2022/05/18 05:41:49 adam Exp $ -BLAKE2s (setuptools-62.3.0.tar.gz) = 7b14605a080a0db586643a1c01d9950d596a717dc6c856c9739c508adbcdc35f -SHA512 (setuptools-62.3.0.tar.gz) = 76001e87cd3893407c6e8ef3c606ac46e123a5e9c2b73c7f440863c64e5fc1960a73fca100a7cb4a1df5f4e58fa333f1ee5f88a96f9fe451434d932c8f359f0f -Size (setuptools-62.3.0.tar.gz) = 2583841 bytes +BLAKE2s (setuptools-62.3.1.tar.gz) = 68cd4c6006253d60e83a75b6bd1070645407cbadb89755335e1f2feddeb3cf28 +SHA512 (setuptools-62.3.1.tar.gz) = 7f24e57951638d8cab1c1efa4fbe482179c26ebcfb3276e22896f0b0878753103b4527e804312483d71f44a2b2e62a6bdbf2f8de2d9d1384c025a51a2878ae71 +Size (setuptools-62.3.1.tar.gz) = 2583892 bytes From 3901309d10a48a858bf12f72809a5bd23c126532 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 05:43:43 +0000 Subject: [PATCH 0595/1154] py-elementpath: updated to 2.5.2 v2.5.2 * Include fixes for `XPathContext.iter_siblings()` --- textproc/py-elementpath/Makefile | 4 ++-- textproc/py-elementpath/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile index 7751bf1177fdf..d4af626de7f81 100644 --- a/textproc/py-elementpath/Makefile +++ b/textproc/py-elementpath/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2022/04/28 18:11:21 adam Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/18 05:43:43 adam Exp $ -DISTNAME= elementpath-2.5.1 +DISTNAME= elementpath-2.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=e/elementpath/} diff --git a/textproc/py-elementpath/distinfo b/textproc/py-elementpath/distinfo index 3d908a705a55c..20889b11a2e59 100644 --- a/textproc/py-elementpath/distinfo +++ b/textproc/py-elementpath/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2022/04/28 18:11:21 adam Exp $ +$NetBSD: distinfo,v 1.28 2022/05/18 05:43:43 adam Exp $ -BLAKE2s (elementpath-2.5.1.tar.gz) = 9a52342cd0014a0d1d9876024c3c6349000364d22f852a2e9ce7169568598bb7 -SHA512 (elementpath-2.5.1.tar.gz) = 9fb1062c2485295cfb0c397ba5f5993c12db21bd826b9e4915c65fc68662ab7182e42c4b6f2e94324a74a55152c2094c4f5b4df06b5d2cd301c6f1e86b22ef75 -Size (elementpath-2.5.1.tar.gz) = 265409 bytes +BLAKE2s (elementpath-2.5.2.tar.gz) = 0ad0ecdacda40e3186b8c19ec1ed9fdcf1ce3e019adc3eb051f380159db90fed +SHA512 (elementpath-2.5.2.tar.gz) = b9a775993ef5c649347ddee2a6c1daa3a750d0f9a89493e03fa087a643db8b2b17194ec7f56421cb9a7f772bb4a3160caf8df2b8f42d66a82589a8d6d1777524 +Size (elementpath-2.5.2.tar.gz) = 265679 bytes From 20c7e3f53ca0761b5e42f2bbe04b81c5a967d1d5 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 05:44:34 +0000 Subject: [PATCH 0596/1154] Updated devel/py-setuptools, textproc/py-elementpath --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c89f498c25187..11821c1ed3a19 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2604 2022/05/18 00:47:31 mrg Exp $ +$NetBSD: CHANGES-2022,v 1.2605 2022/05/18 05:44:34 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4020,3 +4020,5 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/freeglut to 3.2.2 [nia 2022-05-17] Updated x11/deforaos-panel to 0.4.3 [khorben 2022-05-18] Updated www/bozohttpd to 20220517 [mrg 2022-05-18] + Updated devel/py-setuptools to 62.3.1 [adam 2022-05-18] + Updated textproc/py-elementpath to 2.5.2 [adam 2022-05-18] From d4663bc8c99740a72c0f5c18fdfdf4fd3b819a81 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 08:07:32 +0000 Subject: [PATCH 0597/1154] python39 py39-html-docs: updated to 3.9.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python 3.9.13 Core and Builtins gh-92311: Fixed a bug where setting frame.f_lineno to jump over a list comprehension could misbehave or crash. gh-92112: Fix crash triggered by an evil custom mro() on a metaclass. gh-92036: Fix a crash in subinterpreters related to the garbage collector. When a subinterpreter is deleted, untrack all objects tracked by its GC. To prevent a crash in deallocator functions expecting objects to be tracked by the GC, leak a strong reference to these objects on purpose, so they are never deleted and their deallocator functions are not called. Patch by Victor Stinner. gh-91421: Fix a potential integer overflow in _Py_DecodeUTF8Ex. bpo-46775: Some Windows system error codes(>= 10000) are now mapped into the correct errno and may now raise a subclass of OSError. Patch by Dong-hee Na. bpo-46962: Classes and functions that unconditionally declared their docstrings ignoring the --without-doc-strings compilation flag no longer do so. The classes affected are pickle.PickleBuffer, testcapi.RecursingInfinitelyError, and types.GenericAlias. The functions affected are 24 methods in ctypes. Patch by Oleg Iarygin. bpo-36819: Fix crashes in built-in encoders with error handlers that return position less or equal than the starting position of non-encodable characters. Library gh-91581: utcfromtimestamp() no longer attempts to resolve fold in the pure Python implementation, since the fold is never 1 in UTC. In addition to being slightly faster in the common case, this also prevents some errors when the timestamp is close to datetime.min. Patch by Paul Ganssle. gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify(). gh-92049: Forbid pickling constants re._constants.SUCCESS etc. Previously, pickling did not fail, but the result could not be unpickled. bpo-47029: Always close the read end of the pipe used by multiprocessing.Queue after the last write of buffered data to the write end of the pipe to avoid BrokenPipeError at garbage collection and at multiprocessing.Queue.close() calls. Patch by Géry Ogam. gh-91910: Add missing f prefix to f-strings in error messages from the multiprocessing and asyncio modules. gh-91810: ElementTree method write() and function tostring() now use the text file’s encoding (“UTF-8†if not available) instead of locale encoding in XML declaration when encoding="unicode" is specified. gh-91832: Add required attribute to argparse.Action repr output. gh-91734: Fix OSS audio support on Solaris. gh-91700: Compilation of regular expression containing a conditional expression (?(group)...) now raises an appropriate re.error if the group number refers to not defined group. Previously an internal RuntimeError was raised. gh-91676: Fix unittest.IsolatedAsyncioTestCase to shutdown the per test event loop executor before returning from its run method so that a not yet stopped or garbage collected executor state does not persist beyond the test. gh-90568: Parsing \N escapes of Unicode Named Character Sequences in a regular expression raises now re.error instead of TypeError. gh-91595: Fix the comparison of character and integer inside Tools.gdb.libpython.write_repr(). Patch by Yu Liu. gh-90622: Worker processes for concurrent.futures.ProcessPoolExecutor are no longer spawned on demand (a feature added in 3.9) when the multiprocessing context start method is "fork" as that can lead to deadlocks in the child processes due to a fork happening while threads are running. gh-91575: Update case-insensitive matching in the re module to the latest Unicode version. gh-91581: Remove an unhandled error case in the C implementation of calls to datetime.fromtimestamp with no time zone (i.e. getting a local time from an epoch timestamp). This should have no user-facing effect other than giving a possibly more accurate error message when called with timestamps that fall on 10000-01-01 in the local time. Patch by Paul Ganssle. bpo-34480: Fix a bug where _markupbase raised an UnboundLocalError when an invalid keyword was found in marked section. Patch by Marek Suscak. bpo-27929: Fix asyncio.loop.sock_connect() to only resolve names for socket.AF_INET or socket.AF_INET6 families. Resolution may not make sense for other families, like socket.AF_BLUETOOTH and socket.AF_UNIX. bpo-43323: Fix errors in the email module if the charset itself contains undecodable/unencodable characters. bpo-46787: Fix concurrent.futures.ProcessPoolExecutor exception memory leak bpo-46415: Fix ipaddress.ip_{address,interface,network} raising TypeError instead of ValueError if given invalid tuple as address parameter. bpo-44911: IsolatedAsyncioTestCase will no longer throw an exception while cancelling leaked tasks. Patch by Bar Harel. bpo-44493: Add missing terminated NUL in sockaddr_un’s length This was potentially observable when using non-abstract AF_UNIX datagram sockets to processes written in another programming language. bpo-42627: Fix incorrect parsing of Windows registry proxy settings bpo-36073: Raise ProgrammingError instead of segfaulting on recursive usage of cursors in sqlite3 converters. Patch by Sergey Fedoseev. Documentation gh-91888: Add a new gh role to the documentation to link to GitHub issues. gh-91783: Document security issues concerning the use of the function shutil.unpack_archive() gh-91547: Remove “Undocumented modules†page. bpo-44347: Clarify the meaning of dirs_exist_ok, a kwarg of shutil.copytree(). bpo-38668: Update the introduction to documentation for os.path to remove warnings that became irrelevant after the implementations of PEP 383 and PEP 529. bpo-47138: Pin Jinja to a version compatible with Sphinx version 2.4.4. bpo-46962: All docstrings in code snippets are now wrapped into PyDoc_STR() to follow the guideline of PEP 7’s Documentation Strings paragraph. Patch by Oleg Iarygin. bpo-26792: Improve the docstrings of runpy.run_module() and runpy.run_path(). Original patch by Andrew Brezovsky. bpo-45790: Adjust inaccurate phrasing in Defining Extension Types: Tutorial about the ob_base field and the macros used to access its contents. bpo-42340: Document that in some circumstances KeyboardInterrupt may cause the code to enter an inconsistent state. Provided a sample workaround to avoid it if needed. bpo-41233: Link the errnos referenced in Doc/library/exceptions.rst to their respective section in Doc/library/errno.rst, and vice versa. Previously this was only done for EINTR and InterruptedError. Patch by Yan “yyyyyyyan†Orestes. bpo-38056: Overhaul the Error Handlers documentation in codecs. bpo-13553: Document tkinter.Tk args. Tests gh-91607: Fix test_concurrent_futures to test the correct multiprocessing start method context in several cases where the test logic mixed this up. bpo-47205: Skip test for sched_getaffinity() and sched_setaffinity() error case on FreeBSD. bpo-29890: Add tests for ipaddress.IPv4Interface and ipaddress.IPv6Interface construction with tuple arguments. Original patch and tests by louisom. Build bpo-47103: Windows PGInstrument builds now copy a required DLL into the output directory, making it easier to run the profile stage of a PGO build. Windows bpo-47194: Update zlib to v1.2.12 to resolve CVE-2018-25032. bpo-46785: Fix race condition between os.stat() and unlinking a file on Windows, by using errors codes returned by FindFirstFileW() when appropriate in win32_xstat_impl. bpo-40859: Update Windows build to use xz-5.2.5 Tools/Demos gh-91583: Fix regression in the code generated by Argument Clinic for functions with the defining_class parameter. --- lang/py39-html-docs/Makefile | 4 ++-- lang/py39-html-docs/PLIST | 4 +--- lang/py39-html-docs/distinfo | 8 ++++---- lang/python39/dist.mk | 4 ++-- lang/python39/distinfo | 8 ++++---- 5 files changed, 13 insertions(+), 15 deletions(-) diff --git a/lang/py39-html-docs/Makefile b/lang/py39-html-docs/Makefile index 80bfdb326272e..1a19d9e03bd6c 100644 --- a/lang/py39-html-docs/Makefile +++ b/lang/py39-html-docs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/03/25 17:54:37 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/18 08:07:32 adam Exp $ -VERS= 3.9.12 +VERS= 3.9.13 DISTNAME= python-${VERS}-docs-html PKGNAME= py39-html-docs-${VERS} CATEGORIES= lang python diff --git a/lang/py39-html-docs/PLIST b/lang/py39-html-docs/PLIST index 6ebc276f1bcf0..9876de88cd9a4 100644 --- a/lang/py39-html-docs/PLIST +++ b/lang/py39-html-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/01/15 16:21:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/18 08:07:32 adam Exp $ share/doc/python3.9/.buildinfo share/doc/python3.9/_downloads/6b45dc135219d1404be49d606589a11d/tzinfo_examples.py share/doc/python3.9/_images/hashlib-blake2-tree.png @@ -401,7 +401,6 @@ share/doc/python3.9/_sources/library/tty.rst.txt share/doc/python3.9/_sources/library/turtle.rst.txt share/doc/python3.9/_sources/library/types.rst.txt share/doc/python3.9/_sources/library/typing.rst.txt -share/doc/python3.9/_sources/library/undoc.rst.txt share/doc/python3.9/_sources/library/unicodedata.rst.txt share/doc/python3.9/_sources/library/unittest.mock-examples.rst.txt share/doc/python3.9/_sources/library/unittest.mock.rst.txt @@ -946,7 +945,6 @@ share/doc/python3.9/library/tty.html share/doc/python3.9/library/turtle.html share/doc/python3.9/library/types.html share/doc/python3.9/library/typing.html -share/doc/python3.9/library/undoc.html share/doc/python3.9/library/unicodedata.html share/doc/python3.9/library/unittest.html share/doc/python3.9/library/unittest.mock-examples.html diff --git a/lang/py39-html-docs/distinfo b/lang/py39-html-docs/distinfo index 65e268ae92915..a13eee89eb132 100644 --- a/lang/py39-html-docs/distinfo +++ b/lang/py39-html-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2022/03/25 17:54:37 adam Exp $ +$NetBSD: distinfo,v 1.16 2022/05/18 08:07:32 adam Exp $ -BLAKE2s (python-3.9.12-docs-html.tar.bz2) = 0544e7e7463a9dee532eec37a16bf3f697edb56a8d6ea9446b30fdd573066fca -SHA512 (python-3.9.12-docs-html.tar.bz2) = f8b05a5d8cdff47d3cfcf323c23744597e1868e878f29d983be42ea02e1239c1f387f607dc9991beb3acf110a89a03dedcd4b3309a825a0fa00b9709061a5b23 -Size (python-3.9.12-docs-html.tar.bz2) = 6954359 bytes +BLAKE2s (python-3.9.13-docs-html.tar.bz2) = 95540b7210690eac44e65b062b657c1b88228742bfd2c7ca6075cf24b4c7cf74 +SHA512 (python-3.9.13-docs-html.tar.bz2) = 0454124bbec13c547e1b212e9f7c1a4b61055ad7c3095c0003731cd52c0f181c616d26e2972f52a15b0d25c5108de52d0a54564c5c806badda00828f47b4c39b +Size (python-3.9.13-docs-html.tar.bz2) = 6979296 bytes diff --git a/lang/python39/dist.mk b/lang/python39/dist.mk index 364c06bf486b1..48262720253b7 100644 --- a/lang/python39/dist.mk +++ b/lang/python39/dist.mk @@ -1,6 +1,6 @@ -# $NetBSD: dist.mk,v 1.13 2022/03/25 17:54:37 adam Exp $ +# $NetBSD: dist.mk,v 1.14 2022/05/18 08:07:32 adam Exp $ -PY_DISTVERSION= 3.9.12 +PY_DISTVERSION= 3.9.13 DISTNAME= Python-${PY_DISTVERSION} EXTRACT_SUFX= .tar.xz DISTINFO_FILE= ${.CURDIR}/../../lang/python39/distinfo diff --git a/lang/python39/distinfo b/lang/python39/distinfo index f36b968679774..5a250526f8e27 100644 --- a/lang/python39/distinfo +++ b/lang/python39/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2022/04/22 14:25:34 sjmulder Exp $ +$NetBSD: distinfo,v 1.29 2022/05/18 08:07:32 adam Exp $ -BLAKE2s (Python-3.9.12.tar.xz) = 501eaf0162b3030762c2a7e20ed83294a91afbf8b491fb560c2d5517ee9ec5a8 -SHA512 (Python-3.9.12.tar.xz) = 081981901e14149748fd35228db0b3b1d96fef227ae7404f07b8bad0fda4b02649bf31c348c94aefdaf3327565d78f9489437c2c02f647b15d41376a27a23e97 -Size (Python-3.9.12.tar.xz) = 19740524 bytes +BLAKE2s (Python-3.9.13.tar.xz) = e7774bfb171b74d6ba80e11c3c49a166832ff2fe466b37e885a250cd2a62ecf4 +SHA512 (Python-3.9.13.tar.xz) = e9664e7f908092df11236b22465d217531d6f0378e88d889108d19fe77f28f46ffb629b8733f84b41409e255367321893a2b1bd64518930d9d8cae5d1b774d23 +Size (Python-3.9.13.tar.xz) = 19754368 bytes SHA1 (patch-Lib_ctypes_util.py) = 032cc99ebad93ddddfd89073c60424a952e3faa3 SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf SHA1 (patch-Lib_distutils_unixccompiler.py) = 2e65a8dd5dd3fe25957206c062106fa7a6fc4e69 From b81a51f23cde14c98370e33bd9860b559ef2ce4c Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 08:07:52 +0000 Subject: [PATCH 0598/1154] Updated lang/python39, lang/py39-html-docs --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 11821c1ed3a19..242103110095b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2605 2022/05/18 05:44:34 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2606 2022/05/18 08:07:52 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4022,3 +4022,5 @@ Changes to the packages collection and infrastructure in 2022: Updated www/bozohttpd to 20220517 [mrg 2022-05-18] Updated devel/py-setuptools to 62.3.1 [adam 2022-05-18] Updated textproc/py-elementpath to 2.5.2 [adam 2022-05-18] + Updated lang/python39 to 3.9.13 [adam 2022-05-18] + Updated lang/py39-html-docs to 3.9.13 [adam 2022-05-18] From 2123060cff53d8e0e0215ef7d090dc986c806d43 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 18 May 2022 08:37:54 +0000 Subject: [PATCH 0599/1154] doc/TODO: + libarchive-3.6.1. --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 33d9b671bbf78..8a328471308be 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21867 2022/05/17 09:31:14 adam Exp $ +$NetBSD: TODO,v 1.21868 2022/05/18 08:37:54 wiz Exp $ Suggested new packages ====================== @@ -1016,7 +1016,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o lgeneral-1.3.1 o libX11-1.8 [use https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 or wait for new release] o libaacs-0.11.0 - o libarchive-3.5.2 + o libarchive-3.6.1 o libasr-1.0.4 o libbaloo4-21.04.0 o libbpg-0.9.8 From 9fe9e2b0603c5800af812be8d508eac6bac54d51 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 18 May 2022 08:43:06 +0000 Subject: [PATCH 0600/1154] musicpd: update to 0.23.7. ver 0.23.7 (2022/05/09) * database - upnp: support pupnp 1.14 * decoder - ffmpeg: fix HLS seeking - opus: fix missing song length on high-latency files * output - shout: require at least libshout 2.4.0 * mixer - pipewire: fix volume restore - software: update volume of disabled outputs * support libiconv --- audio/musicpd/Makefile | 5 ++--- audio/musicpd/distinfo | 8 ++++---- audio/musicpd/options.mk | 3 ++- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 21fec005d636f..6e71dcc3afdc2 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.262 2022/04/28 05:48:01 wiz Exp $ +# $NetBSD: Makefile,v 1.263 2022/05/18 08:43:06 wiz Exp $ -DISTNAME= mpd-0.23.6 +DISTNAME= mpd-0.23.7 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index ae63ad35ce1a4..dee21e088693c 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.135 2022/04/18 18:13:55 nia Exp $ +$NetBSD: distinfo,v 1.136 2022/05/18 08:43:06 wiz Exp $ -BLAKE2s (mpd-0.23.6.tar.xz) = 804b2600782b47177bb9ef35c5f927bd4b33f76345faf244b0335628e49e2953 -SHA512 (mpd-0.23.6.tar.xz) = 1595fcc53a67f1a68b0c0516697d242da53b91626e37bc2f49095add78eb497a52c67c961a421f20b40f3c57a571557a76559a212838de2a3ec4aec6c7a3288d -Size (mpd-0.23.6.tar.xz) = 770812 bytes +BLAKE2s (mpd-0.23.7.tar.xz) = ff61c933a47e491a6169f9ea3da268687783790ee59171bbd99c6e9c56dd2a29 +SHA512 (mpd-0.23.7.tar.xz) = 2a6b3eb2c8b61a22861ae75fe2f62c8ec6cd391f029438577127e309b910e99d7b735e40afae96d52ed4f161195a0ce7cb89cc51ad45df5a18e04736c16ce3a6 +Size (mpd-0.23.7.tar.xz) = 771992 bytes SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e SHA1 (patch-src_util_WStringAPI.hxx) = 92f39096770943c26d8aaae8a7581d4daca2d233 diff --git a/audio/musicpd/options.mk b/audio/musicpd/options.mk index 9bc34f862cbb3..40883ab1186f0 100644 --- a/audio/musicpd/options.mk +++ b/audio/musicpd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.39 2021/11/01 21:51:20 wiz Exp $ +# $NetBSD: options.mk,v 1.40 2022/05/18 08:43:06 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.musicpd @@ -206,6 +206,7 @@ MESON_ARGS+= -Dshine=disabled #.endif .if !empty(PKG_OPTIONS:Mshout) +BUILDLINK_API_DEPENDS.libshout+= libshout>=2.4.0 . include "../../audio/libshout/buildlink3.mk" . include "../../audio/lame/buildlink3.mk" .else From 6fd64e4609f342cb919e529d44a12596162d0c97 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 18 May 2022 08:43:16 +0000 Subject: [PATCH 0601/1154] doc: Updated audio/musicpd to 0.23.7 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 242103110095b..d5d422d5022ad 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2606 2022/05/18 08:07:52 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2607 2022/05/18 08:43:16 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4024,3 +4024,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-elementpath to 2.5.2 [adam 2022-05-18] Updated lang/python39 to 3.9.13 [adam 2022-05-18] Updated lang/py39-html-docs to 3.9.13 [adam 2022-05-18] + Updated audio/musicpd to 0.23.7 [wiz 2022-05-18] diff --git a/doc/TODO b/doc/TODO index 8a328471308be..ed31ca4a03c4a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21868 2022/05/18 08:37:54 wiz Exp $ +$NetBSD: TODO,v 1.21869 2022/05/18 08:43:16 wiz Exp $ Suggested new packages ====================== @@ -1152,7 +1152,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o multitail-6.4.2 o munge-0.5.14 o muse-0.9.2 - o musicpd-0.23.7 o myodbc-8.0.28 o mysql-workbench-8.0.23 o naev-0.8.2 From fd5ccb598c3f180eea628f22630f6e47a3308196 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 18 May 2022 08:50:41 +0000 Subject: [PATCH 0602/1154] py-pyparsing: update to 3.0.9. Version 3.0.9 - --------------- - Added Unicode set `BasicMultilingualPlane` (may also be referenced as `BMP`) representing the Basic Multilingual Plane (Unicode characters up to code point 65535). Can be used to parse most language characters, but omits emojis, wingdings, etc. Raised in discussion with Dave Tapley (issue #392). - To address mypy confusion of `pyparsing.Optional` and `typing.Optional` resulting in `error: "_SpecialForm" not callable` message reported in issue #365, fixed the import in exceptions.py. Nice sleuthing by Iwan Aucamp and Dominic Davis-Foster, thank you! (Removed definitions of `OptionalType`, `DictType`, and `IterableType` and replaced them with `typing.Optional`, `typing.Dict`, and `typing.Iterable` throughout.) - Fixed typo in jinja2 template for railroad diagrams, thanks for the catch Nioub (issue #388). - Removed use of deprecated `pkg_resources` package in railroad diagramming code (issue #391). - Updated bigquery_view_parser.py example to parse examples at https://cloud.google.com/bigquery/docs/reference/legacy-sql --- devel/py-pyparsing/Makefile | 7 +++++-- devel/py-pyparsing/PLIST | 3 +-- devel/py-pyparsing/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/py-pyparsing/Makefile b/devel/py-pyparsing/Makefile index 8ecb5b32647b1..67c3534803ee0 100644 --- a/devel/py-pyparsing/Makefile +++ b/devel/py-pyparsing/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2022/04/12 07:39:15 adam Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/18 08:50:41 wiz Exp $ -DISTNAME= pyparsing-3.0.8 +DISTNAME= pyparsing-3.0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyparsing/} @@ -14,6 +14,9 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 +# bug in 3.0.9 +EGG_NAME= pyparsing-3.0.8 + # Important: do not use wheel.mk. It depends on py-build, # which depends py-packaging, and that depends on this package. pre-configure: diff --git a/devel/py-pyparsing/PLIST b/devel/py-pyparsing/PLIST index 377a4223378d0..85d4dbe13a322 100644 --- a/devel/py-pyparsing/PLIST +++ b/devel/py-pyparsing/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2022/04/12 07:39:15 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/18 08:50:41 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -19,7 +19,6 @@ ${PYSITELIB}/pyparsing/core.pyo ${PYSITELIB}/pyparsing/diagram/__init__.py ${PYSITELIB}/pyparsing/diagram/__init__.pyc ${PYSITELIB}/pyparsing/diagram/__init__.pyo -${PYSITELIB}/pyparsing/diagram/template.jinja2 ${PYSITELIB}/pyparsing/exceptions.py ${PYSITELIB}/pyparsing/exceptions.pyc ${PYSITELIB}/pyparsing/exceptions.pyo diff --git a/devel/py-pyparsing/distinfo b/devel/py-pyparsing/distinfo index 3e8582700c4f3..11be38f4859eb 100644 --- a/devel/py-pyparsing/distinfo +++ b/devel/py-pyparsing/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2022/04/11 11:21:05 adam Exp $ +$NetBSD: distinfo,v 1.27 2022/05/18 08:50:41 wiz Exp $ -BLAKE2s (pyparsing-3.0.8.tar.gz) = 5f83b4f07c8a66e238e1cd67b8382210bbd4842b73836bcb218ceda25128e75e -SHA512 (pyparsing-3.0.8.tar.gz) = 7495d95cb35174bd6419c8fddbc885083874c4ea782e483a4253b3b20cd3d8fc93bf5b51dcc55cd00674e251e6757f2cc69467a27be4c45de71486bb5f0f3e45 -Size (pyparsing-3.0.8.tar.gz) = 1971138 bytes +BLAKE2s (pyparsing-3.0.9.tar.gz) = 00e5055e22545373714ffcaac0ddd7eab4ed54b4054c99875424ee0440adc53e +SHA512 (pyparsing-3.0.9.tar.gz) = 8877f8733196c757e36e062ddc216153f9cdc51bf43795855a607340bab73fdf4d44745c9f410d151cc4a4d6d0db06133945a4d7d0fee52f3aee521b8095e6b0 +Size (pyparsing-3.0.9.tar.gz) = 1999906 bytes From ac1e97dcca2a221207bb3686161e5636dcb89c59 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 18 May 2022 08:50:50 +0000 Subject: [PATCH 0603/1154] doc: Updated devel/py-pyparsing to 3.0.9 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d5d422d5022ad..d6b859b595a13 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2607 2022/05/18 08:43:16 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2608 2022/05/18 08:50:50 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4025,3 +4025,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/python39 to 3.9.13 [adam 2022-05-18] Updated lang/py39-html-docs to 3.9.13 [adam 2022-05-18] Updated audio/musicpd to 0.23.7 [wiz 2022-05-18] + Updated devel/py-pyparsing to 3.0.9 [wiz 2022-05-18] diff --git a/doc/TODO b/doc/TODO index ed31ca4a03c4a..8c1247eca724f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21869 2022/05/18 08:43:16 wiz Exp $ +$NetBSD: TODO,v 1.21870 2022/05/18 08:50:50 wiz Exp $ Suggested new packages ====================== @@ -1434,7 +1434,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-ptt-1.10.2 o py-py3c-1.3.1 o py-pymc3-3.8 - o py-pyparsing-3.0.9 o py-qtgraph-qt5-0.12.1 o py-quixote-3.3 o py-qwt-qt5-1.02.01 From 744f31a7dad10d2d22c8e7408cfcedfa2ec4557d Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 11:20:35 +0000 Subject: [PATCH 0604/1154] pgpool2: updated to 4.3.1 4.3.1 Suppress message length log for in_hot_standby. Change the default value for log_line_prefix. Add validations of wd_lifecheck_password and recovery_password format. Enhance parameter status handling. Bug fixes 4.3.0 Many enhancements are added to this version for easier configuration and administration. A new cluster membership mechanism is introduced to dynamically adjust the Watchdog cluster size. This allows the leader Watchdog node to retain the quorum/VIP even when some of watchdog nodes get Shutdown or disconnected. New PostgreSQL 14 SQL parser is imported. The Snapshot Isolation Mode is now ready for production. New sample configuration for the mode is provided in the configuration example section. --- databases/pgpool2/Makefile | 25 +++++++------------ databases/pgpool2/PLIST | 21 ++++++++++------ databases/pgpool2/distinfo | 15 +++++------ databases/pgpool2/patches/patch-configure | 10 ++++---- .../pgpool2/patches/patch-src_Makefile.in | 15 +++++++++++ .../patches/patch-src_auth_pool__hba.c | 9 +++---- .../patch-src_sample_pgpool.conf.sample | 24 +++++++++--------- 7 files changed, 66 insertions(+), 53 deletions(-) create mode 100644 databases/pgpool2/patches/patch-src_Makefile.in diff --git a/databases/pgpool2/Makefile b/databases/pgpool2/Makefile index 40c88d963832a..3a8ebc78f4eda 100644 --- a/databases/pgpool2/Makefile +++ b/databases/pgpool2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2021/04/28 09:18:55 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/18 11:20:35 adam Exp $ -DISTNAME= pgpool-II-4.2.2 -PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME:S/pgpool-II/pgpool2/} +DISTNAME= pgpool-II-4.3.1 +PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME:S/-II/2/} CATEGORIES= databases MASTER_SITES= https://www.pgpool.net/mediawiki/images/ @@ -12,9 +12,10 @@ LICENSE= modified-bsd DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= bash:run gmake +USE_LIBTOOL= yes +USE_TOOLS+= bash:run gmake +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +GNU_CONFIGURE= yes .include "options.mk" .include "../../mk/bsd.prefs.mk" @@ -25,8 +26,6 @@ EGDIR= share/examples/pgpool2 PGPOOL_USER?= pgpool PGPOOL_GROUP?= ${PGGROUP} -PGGROUP?= pgsql -PGHOME?= ${PREFIX}/${PGGROUP} PKG_GROUPS= ${PGPOOL_GROUP} PKG_USERS= ${PGPOOL_USER}:${PGPOOL_GROUP} @@ -47,16 +46,10 @@ SUBST_STAGE.path= pre-configure SUBST_FILES.path= src/sample/pgpool.conf.sample src/include/pool.h SUBST_VARS.path= PGPOOL_LOGDIR PGPOOL_PIDDIR -SUBST_CLASSES+= bash -SUBST_MESSAGE.bash= Fixing bash path -SUBST_STAGE.bash= pre-configure -SUBST_FILES.bash= src/test/pgpool_setup.in src/test/watchdog_setup.in -SUBST_SED.bash= -e 's|/usr/bin/env bash|${PREFIX}/bin/bash|' - -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +REPLACE_BASH+= src/test/pgpool_setup.in +REPLACE_BASH+= src/test/watchdog_setup.in BUILD_DIRS= . src/sql - INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/${EGDIR} RCD_SCRIPTS+= pgpool2 diff --git a/databases/pgpool2/PLIST b/databases/pgpool2/PLIST index e508fe16483fd..bf2946d599b29 100644 --- a/databases/pgpool2/PLIST +++ b/databases/pgpool2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/04/28 09:18:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/05/18 11:20:35 adam Exp $ bin/pcp_attach_node bin/pcp_detach_node bin/pcp_health_check_stats @@ -24,6 +24,12 @@ include/pcp.h include/pool_process_reporting.h include/pool_type.h lib/libpcp.la +lib/postgresql/bitcode/pgpool-recovery.index.bc +lib/postgresql/bitcode/pgpool-recovery/pgpool-recovery.bc +lib/postgresql/bitcode/pgpool-regclass.index.bc +lib/postgresql/bitcode/pgpool-regclass/pgpool-regclass.bc +lib/postgresql/bitcode/pgpool_adm.index.bc +lib/postgresql/bitcode/pgpool_adm/pgpool_adm.bc lib/postgresql/pgpool-recovery.so lib/postgresql/pgpool-regclass.so lib/postgresql/pgpool_adm.so @@ -32,17 +38,12 @@ share/examples/pgpool2/failover.sh.sample share/examples/pgpool2/follow_primary.sh.sample share/examples/pgpool2/pcp.conf.sample share/examples/pgpool2/pgpool.conf.sample -share/examples/pgpool2/pgpool.conf.sample-logical -share/examples/pgpool2/pgpool.conf.sample-raw -share/examples/pgpool2/pgpool.conf.sample-replication -share/examples/pgpool2/pgpool.conf.sample-slony -share/examples/pgpool2/pgpool.conf.sample-snapshot -share/examples/pgpool2/pgpool.conf.sample-stream share/examples/pgpool2/pgpool_remote_start.sample share/examples/pgpool2/pool_hba.conf.sample share/examples/pgpool2/pool_passwd share/examples/pgpool2/recovery_1st_stage.sample -share/examples/pgpool2/recovery_2nd_stage.sample +share/examples/pgpool2/replication_mode_recovery_1st_stage.sample +share/examples/pgpool2/replication_mode_recovery_2nd_stage.sample share/pgpool2/insert_lock.sql share/pgpool2/pgpool.pam share/postgresql/extension/pgpool-recovery.sql @@ -53,13 +54,17 @@ share/postgresql/extension/pgpool_adm--1.1--1.2.sql share/postgresql/extension/pgpool_adm--1.1.sql share/postgresql/extension/pgpool_adm--1.2--1.3.sql share/postgresql/extension/pgpool_adm--1.2.sql +share/postgresql/extension/pgpool_adm--1.3--1.4.sql share/postgresql/extension/pgpool_adm--1.3.sql +share/postgresql/extension/pgpool_adm--1.4.sql share/postgresql/extension/pgpool_adm.control share/postgresql/extension/pgpool_recovery--1.1--1.2.sql share/postgresql/extension/pgpool_recovery--1.1.sql share/postgresql/extension/pgpool_recovery--1.2--1.3.sql share/postgresql/extension/pgpool_recovery--1.2.sql +share/postgresql/extension/pgpool_recovery--1.3--1.4.sql share/postgresql/extension/pgpool_recovery--1.3.sql +share/postgresql/extension/pgpool_recovery--1.4.sql share/postgresql/extension/pgpool_recovery.control share/postgresql/extension/pgpool_regclass--1.0.sql share/postgresql/extension/pgpool_regclass.control diff --git a/databases/pgpool2/distinfo b/databases/pgpool2/distinfo index aefdbcb9cc91f..baa5eaff1f88b 100644 --- a/databases/pgpool2/distinfo +++ b/databases/pgpool2/distinfo @@ -1,13 +1,14 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:09:44 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/05/18 11:20:35 adam Exp $ -BLAKE2s (pgpool-II-4.2.2.tar.gz) = 7cc3938469f8fac05b61f32d662f34c702dda88a0421b25729a6a820536f4cb9 -SHA512 (pgpool-II-4.2.2.tar.gz) = a147c810cc691fb27b823a813cbd2eaad66822c7c9f5c0f829cc70d4ac65911bbe827640f2dbd8060913276ed97340b52167e4332e9cdf013b6c9bc144c7b5d8 -Size (pgpool-II-4.2.2.tar.gz) = 4734840 bytes -SHA1 (patch-configure) = 134f5e55499f762e84e458f59132b0e3d5ce1019 -SHA1 (patch-src_auth_pool__hba.c) = a15a9da84419e44fb9d6dc8eb7b8d2769ecaed4a +BLAKE2s (pgpool-II-4.3.1.tar.gz) = 780229c8c2adcf38a136641f849e0ef18bbf46a15dedf9bc2990cf85dcb48027 +SHA512 (pgpool-II-4.3.1.tar.gz) = a5417d9f5baa1b39e3645f7d44accf0a2f04d5fc5cb4d28089169aaebbd15c20b4cd280d09f15fa764c3b793117086fc03f5d7be584c0c5ff9c5f8e11ddb9ef8 +Size (pgpool-II-4.3.1.tar.gz) = 6034811 bytes +SHA1 (patch-configure) = dc15a41b8f5d6572426514a155dc671ca2faa95c +SHA1 (patch-src_Makefile.in) = 467e7b9a2acf5459b29141812dc0e1ad6d01f72f +SHA1 (patch-src_auth_pool__hba.c) = e677effdc067273342adedfd0611661fc03ca059 SHA1 (patch-src_include_pool.h) = eae2f78a996e3204d75d23378ad6e95333282926 SHA1 (patch-src_include_utils_fe__ports.h) = 7aea07d78cf2295844286935a330a90e0e411825 SHA1 (patch-src_main_pgpool__main.c) = 1e680d9143bc745618ecdc61cb4791a90719a5ff -SHA1 (patch-src_sample_pgpool.conf.sample) = 477cac9cb29a4b6aeb6fd69df80302c69c8a4a03 +SHA1 (patch-src_sample_pgpool.conf.sample) = 3a12aa1a9107a77b536912ab46d98888c3640ef6 SHA1 (patch-src_tools_pgproto_read.c) = a533898b74eb2c43a8aa24285f8cdd3d1e9ac2e2 SHA1 (patch-src_watchdog_wd__escalation.c) = ef3e4c8715003d9c1031c923fc55179d7c53631a diff --git a/databases/pgpool2/patches/patch-configure b/databases/pgpool2/patches/patch-configure index d065697ab1242..42aadbb201c1f 100644 --- a/databases/pgpool2/patches/patch-configure +++ b/databases/pgpool2/patches/patch-configure @@ -1,15 +1,15 @@ -$NetBSD: patch-configure,v 1.4 2021/04/28 09:18:55 wiz Exp $ +$NetBSD: patch-configure,v 1.5 2022/05/18 11:20:35 adam Exp $ Pick a better name for the package. ---- configure.orig 2021-04-24 00:31:03.163784259 +0300 -+++ configure 2021-04-24 00:31:38.257972283 +0300 -@@ -4053,7 +4053,7 @@ fi +--- configure.orig 2022-02-17 01:50:05.000000000 +0000 ++++ configure +@@ -4054,7 +4054,7 @@ fi # Define the identity of the package. - PACKAGE='pgpool-II' + PACKAGE='pgpool2' - VERSION='4.2.2' + VERSION='4.3.1' diff --git a/databases/pgpool2/patches/patch-src_Makefile.in b/databases/pgpool2/patches/patch-src_Makefile.in new file mode 100644 index 0000000000000..72761ef929000 --- /dev/null +++ b/databases/pgpool2/patches/patch-src_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-src_Makefile.in,v 1.1 2022/05/18 11:20:35 adam Exp $ + +PGPOOL_CONFIG_DIR is where pgpool_setup copies sample config files from. + +--- src/Makefile.in.orig 2022-05-18 10:42:40.000000000 +0000 ++++ src/Makefile.in +@@ -1205,7 +1205,7 @@ uninstall-am: uninstall-binPROGRAMS unin + + %: %.in + sed -e 's#[@][@]PGPOOL_INSTALL_DIR[@][@]#$(prefix)#g' \ +- -e 's#[@][@]PGPOOL_CONFIG_DIR[@][@]#$(sysconfdir)#g' \ ++ -e 's#[@][@]PGPOOL_CONFIG_DIR[@][@]#$(prefix)/share/examples/pgpool2#g' \ + -e 's#[@][@]PGSQL_BIN_DIR[@][@]#$(PGSQL_BIN_DIR)#g' \ + -e 's#[@][@]PGSQL_LIB_DIR[@][@]#$(PGSQL_LIB_DIR)#g' $^ > $@ + chmod +x $@ diff --git a/databases/pgpool2/patches/patch-src_auth_pool__hba.c b/databases/pgpool2/patches/patch-src_auth_pool__hba.c index f8e887e5625f9..8423d7a221706 100644 --- a/databases/pgpool2/patches/patch-src_auth_pool__hba.c +++ b/databases/pgpool2/patches/patch-src_auth_pool__hba.c @@ -1,8 +1,8 @@ -$NetBSD: patch-src_auth_pool__hba.c,v 1.1 2021/04/28 09:18:55 wiz Exp $ +$NetBSD: patch-src_auth_pool__hba.c,v 1.2 2022/05/18 11:20:35 adam Exp $ ---- src/auth/pool_hba.c.orig 2021-04-24 00:32:29.786972517 +0300 -+++ src/auth/pool_hba.c 2021-04-24 00:33:47.296429745 +0300 -@@ -30,9 +30,9 @@ +--- src/auth/pool_hba.c.orig 2022-02-17 01:45:01.000000000 +0000 ++++ src/auth/pool_hba.c +@@ -30,9 +30,8 @@ #include #include @@ -10,7 +10,6 @@ +#include #include -#endif -+#include #include "pool.h" #include "auth/pool_hba.h" diff --git a/databases/pgpool2/patches/patch-src_sample_pgpool.conf.sample b/databases/pgpool2/patches/patch-src_sample_pgpool.conf.sample index b5eaa95a7cb96..dd0e935529d29 100644 --- a/databases/pgpool2/patches/patch-src_sample_pgpool.conf.sample +++ b/databases/pgpool2/patches/patch-src_sample_pgpool.conf.sample @@ -1,31 +1,31 @@ -$NetBSD: patch-src_sample_pgpool.conf.sample,v 1.3 2021/04/28 09:18:55 wiz Exp $ +$NetBSD: patch-src_sample_pgpool.conf.sample,v 1.4 2022/05/18 11:20:35 adam Exp $ Default pid file location. ---- src/sample/pgpool.conf.sample.orig 2021-04-24 00:45:34.156306546 +0300 -+++ src/sample/pgpool.conf.sample 2021-04-24 00:47:55.421086015 +0300 -@@ -286,13 +286,13 @@ syslog_ident = 'pgpool' +--- src/sample/pgpool.conf.sample.orig 2022-02-17 01:50:05.000000000 +0000 ++++ src/sample/pgpool.conf.sample +@@ -292,13 +292,13 @@ backend_clustering_mode = 'streaming_rep # FILE LOCATIONS #------------------------------------------------------------------------------ --pid_file_name = '/var/run/pgpool/pgpool.pid' -+pid_file_name = '@PGPOOL_PIDDIR@/pgpool.pid' +-#pid_file_name = '/var/run/pgpool/pgpool.pid' ++#pid_file_name = '@PGPOOL_PIDDIR@/pgpool.pid' # PID file name # Can be specified as relative to the" # location of pgpool.conf file or # as an absolute path # (change requires restart) --logdir = '/tmp' -+logdir = '@PGPOOL_LOGDIR@' +-#logdir = '/tmp' ++#logdir = '@PGPOOL_LOGDIR@' # Directory of pgPool status file # (change requires restart) -@@ -894,7 +894,7 @@ memqcache_cache_block_size = 1MB +@@ -936,7 +936,7 @@ hostname0 = '' # Cache block size in bytes. Mandatory if memqcache_method = 'shmem'. # Defaults to 1MB. # (change requires restart) --memqcache_oiddir = '/var/log/pgpool/oiddir' -+memqcache_oiddir = '@PGPOOL_LOGDIR@/oiddir' +-#memqcache_oiddir = '/var/log/pgpool/oiddir' ++#memqcache_oiddir = '@PGPOOL_LOGDIR@/oiddir' # Temporary work directory to record table oids # (change requires restart) - cache_safe_memqcache_table_list = '' + #cache_safe_memqcache_table_list = '' From 3b328140ceea70c1c983134d84f876b9b915e75d Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 11:23:52 +0000 Subject: [PATCH 0605/1154] py-Pillow: updated to 9.1.1 9.1.1 - When reading past the end of a TGA scan line, reduce bytes left. CVE-2022-30595 - Do not open images with zero or negative height --- graphics/py-Pillow/Makefile | 4 ++-- graphics/py-Pillow/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile index db17a75ebffcd..e2dec32f80ec2 100644 --- a/graphics/py-Pillow/Makefile +++ b/graphics/py-Pillow/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2022/04/26 17:50:11 adam Exp $ +# $NetBSD: Makefile,v 1.60 2022/05/18 11:23:52 adam Exp $ -DISTNAME= Pillow-9.1.0 +DISTNAME= Pillow-9.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/} diff --git a/graphics/py-Pillow/distinfo b/graphics/py-Pillow/distinfo index 708dd635ec119..497f5a01dcba7 100644 --- a/graphics/py-Pillow/distinfo +++ b/graphics/py-Pillow/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.51 2022/04/26 17:50:11 adam Exp $ +$NetBSD: distinfo,v 1.52 2022/05/18 11:23:52 adam Exp $ -BLAKE2s (Pillow-9.1.0.tar.gz) = e0e620d6da2b9d5d93d94b8ccb86c0b4c693ba30fe7b2ffa47a18b70c937e726 -SHA512 (Pillow-9.1.0.tar.gz) = 89c22f01959e3e558e79568f4cff618c6592a730aea3d28d276acd1bbeada6e1409a471db50cad3b31dbc64413d3b2a71a9e8ce953afda9b290c9bda6cea23de -Size (Pillow-9.1.0.tar.gz) = 49760285 bytes +BLAKE2s (Pillow-9.1.1.tar.gz) = 059adde5122af2dd1afb0b9716b62b9a39e6ffdf7582a88341f1dae63d5fa377 +SHA512 (Pillow-9.1.1.tar.gz) = 5fbb94cb3046c002e996f61bfbfaca0b30e9e068aa7ab13083cd2ff8c3e9cc18c5aab04ecc3de5a83eb985186f90dacbd42bad1905b0e89f0e34238af54b304e +Size (Pillow-9.1.1.tar.gz) = 49764564 bytes SHA1 (patch-setup.py) = 11d48f7a21088eeb304fb88571d6c0f6eccffdb6 From f610de7339aec1308a6435c81f54a351903d1df4 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 11:24:10 +0000 Subject: [PATCH 0606/1154] Updated databases/pgpool2, graphics/py-Pillow --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d6b859b595a13..cc353ef815603 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2608 2022/05/18 08:50:50 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2609 2022/05/18 11:24:10 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4026,3 +4026,5 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/py39-html-docs to 3.9.13 [adam 2022-05-18] Updated audio/musicpd to 0.23.7 [wiz 2022-05-18] Updated devel/py-pyparsing to 3.0.9 [wiz 2022-05-18] + Updated databases/pgpool2 to 4.3.1 [adam 2022-05-18] + Updated graphics/py-Pillow to 9.1.1 [adam 2022-05-18] From d1d00573c7b92ff25166e330a06c6a81a06ee7b6 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 11:34:56 +0000 Subject: [PATCH 0607/1154] ansible-lint: updated to 6.2.0 v6.2.0 Minor Changes Add rule to check key order Improve yamllint messages and documentation Convert rules documentation to markdown schema: enable validation of playbook and tasks files schema: add validation of argument_specs.yml files schema: add support for ansible-navigator config files schema: add ability to recognize ansible-lint config files schema: add ability to recognize yaml inventory files schema: add ability to recognize meta/runtime.yml files schema: add support for execution-environments Bugfixes Properly raise load-failure when utf-8 decoding fails Fix codeclimate description output Recognize tower requirements.txt files Bump test dependencies Update to append skipped rules for nested task Convert main README to markdown Include schemas inside the wheel Convert documentation to markdown Change custom yamllint config logging to debug Update JSON Schemas Avoid altering PATH when not needed Fix offline mode Allow use of empty files as valid config files --- sysutils/ansible-lint/Makefile | 9 +++++---- sysutils/ansible-lint/PLIST | 17 ++++++++++++++++- sysutils/ansible-lint/distinfo | 8 ++++---- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/sysutils/ansible-lint/Makefile b/sysutils/ansible-lint/Makefile index 8d65b6ea745bc..8b9336d2acf7d 100644 --- a/sysutils/ansible-lint/Makefile +++ b/sysutils/ansible-lint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/05/14 04:49:06 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/18 11:34:56 adam Exp $ -DISTNAME= ansible-lint-6.1.0 +DISTNAME= ansible-lint-6.2.0 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/} @@ -10,14 +10,15 @@ COMMENT= Checks playbooks for practices and behaviour that could be improved LICENSE= gnu-gpl-v3 AND mit BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm_git_archive>=1.0:../../devel/py-setuptools_scm_git_archive +BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ansible-core>=2.12.0:../../sysutils/ansible-core -DEPENDS+= ${PYPKGPREFIX}-ansible-compat>=2.0.2:../../sysutils/py-ansible-compat +DEPENDS+= ${PYPKGPREFIX}-ansible-compat>=2.0.4:../../sysutils/py-ansible-compat DEPENDS+= ${PYPKGPREFIX}-enrich>=1.2.6:../../comms/py-enrich DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.5.1:../../textproc/py-jsonschema DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-rich>=9.5.1:../../comms/py-rich DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.15.37:../../devel/py-ruamel-yaml -DEPENDS+= ${PYPKGPREFIX}-tenacity-[0-9]*:../../devel/py-tenacity DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test DEPENDS+= ${PYPKGPREFIX}-wcmatch>=7.0:../../textproc/py-wcmatch DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml diff --git a/sysutils/ansible-lint/PLIST b/sysutils/ansible-lint/PLIST index fa7a88cc8d473..b6f9097879f94 100644 --- a/sysutils/ansible-lint/PLIST +++ b/sysutils/ansible-lint/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2022/05/14 04:49:06 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/05/18 11:34:56 adam Exp $ bin/ansible-lint ${PYSITELIB}/${WHEEL_INFODIR}/COPYING ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER @@ -73,6 +73,8 @@ ${PYSITELIB}/ansiblelint/rules/ignore_errors.py ${PYSITELIB}/ansiblelint/rules/ignore_errors.pyc ${PYSITELIB}/ansiblelint/rules/inline_env_var.py ${PYSITELIB}/ansiblelint/rules/inline_env_var.pyc +${PYSITELIB}/ansiblelint/rules/key_order.py +${PYSITELIB}/ansiblelint/rules/key_order.pyc ${PYSITELIB}/ansiblelint/rules/literal_compare.py ${PYSITELIB}/ansiblelint/rules/literal_compare.pyc ${PYSITELIB}/ansiblelint/rules/meta_incorrect.py @@ -129,12 +131,25 @@ ${PYSITELIB}/ansiblelint/rules/var_naming.py ${PYSITELIB}/ansiblelint/rules/var_naming.pyc ${PYSITELIB}/ansiblelint/rules/var_spacing.py ${PYSITELIB}/ansiblelint/rules/var_spacing.pyc +${PYSITELIB}/ansiblelint/rules/yaml.md ${PYSITELIB}/ansiblelint/rules/yaml.py ${PYSITELIB}/ansiblelint/rules/yaml.pyc ${PYSITELIB}/ansiblelint/runner.py ${PYSITELIB}/ansiblelint/runner.pyc ${PYSITELIB}/ansiblelint/schemas/__init__.py ${PYSITELIB}/ansiblelint/schemas/__init__.pyc +${PYSITELIB}/ansiblelint/schemas/ansible-lint-config.json +${PYSITELIB}/ansiblelint/schemas/ansible-navigator-config.json +${PYSITELIB}/ansiblelint/schemas/arg_specs.json +${PYSITELIB}/ansiblelint/schemas/execution-environment.json +${PYSITELIB}/ansiblelint/schemas/galaxy.json +${PYSITELIB}/ansiblelint/schemas/inventory.json +${PYSITELIB}/ansiblelint/schemas/meta-runtime.json +${PYSITELIB}/ansiblelint/schemas/meta.json +${PYSITELIB}/ansiblelint/schemas/playbook.json +${PYSITELIB}/ansiblelint/schemas/requirements.json +${PYSITELIB}/ansiblelint/schemas/tasks.json +${PYSITELIB}/ansiblelint/schemas/vars.json ${PYSITELIB}/ansiblelint/skip_utils.py ${PYSITELIB}/ansiblelint/skip_utils.pyc ${PYSITELIB}/ansiblelint/testing/__init__.py diff --git a/sysutils/ansible-lint/distinfo b/sysutils/ansible-lint/distinfo index 290a52612a661..3aebf687b0fea 100644 --- a/sysutils/ansible-lint/distinfo +++ b/sysutils/ansible-lint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/05/14 04:49:06 adam Exp $ +$NetBSD: distinfo,v 1.6 2022/05/18 11:34:56 adam Exp $ -BLAKE2s (ansible-lint-6.1.0.tar.gz) = b82810acac544eda205eb4a9d80c9b38ca1a54e68491b48d0e934ccfb32ba4d4 -SHA512 (ansible-lint-6.1.0.tar.gz) = 8cca4606827e559a81f8f12c49e03981219184d3414215e49c98533a524511e71786a991ef4e475d1974c784557b16d0717b3609183866c33d3a38830d6a4abd -Size (ansible-lint-6.1.0.tar.gz) = 238267 bytes +BLAKE2s (ansible-lint-6.2.0.tar.gz) = 2060d4d9c5ce80e732e20c08e576edb179d18135ccf23d8386c27adbd8728539 +SHA512 (ansible-lint-6.2.0.tar.gz) = 8c84239a79ddcbab15fff7762b3ce965320ffd2e18746d5753611563fe60936e4549dcf931761bf3bc9780be6e1fae2bb8463e3055529c8fa528b6e5880546b3 +Size (ansible-lint-6.2.0.tar.gz) = 248821 bytes From 7c58ad41468638660ebd34c764943bf53547ca86 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 11:37:44 +0000 Subject: [PATCH 0608/1154] py-cython: updated to 0.29.30 0.29.30 (2022-05-16) ==================== Bugs fixed ---------- * The GIL handling changes in 0.29.29 introduced a regression where objects could be deallocated without holding the GIL. 0.29.29 (2022-05-16) ==================== Features added -------------- * Avoid acquiring the GIL at the end of nogil functions. This change was backported in order to avoid generating wrong C code that would trigger C compiler warnings with tracing support enabled. Bugs fixed ---------- * Function definitions in ``finally:`` clauses were not correctly generated. * A case where C-API functions could be called with a live exception set was fixed. * Pickles can now be exchanged again with those generated from Cython 3.0 modules. * Cython now correctly generates Python methods for both the provided regular and reversed special numeric methods of extension types. * Calling unbound extension type methods without arguments could raise an ``IndexError`` instead of a ``TypeError``. * Calling unbound ``.__contains__()`` super class methods on some builtin base types could trigger an infinite recursion. * The C union type in pure Python mode mishandled some field names. * Allow users to overwrite the C macro ``_USE_MATH_DEFINES``. * Improved compatibility with CPython 3.10/11. * Docstrings of descriptors are now provided in PyPy 7.3.9. --- devel/py-cython/Makefile | 4 ++-- devel/py-cython/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-cython/Makefile b/devel/py-cython/Makefile index 4af0de20643fd..bb74dfacbdfd6 100644 --- a/devel/py-cython/Makefile +++ b/devel/py-cython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.78 2022/03/01 09:59:12 adam Exp $ +# $NetBSD: Makefile,v 1.79 2022/05/18 11:37:44 adam Exp $ -DISTNAME= Cython-0.29.28 +DISTNAME= Cython-0.29.30 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/} diff --git a/devel/py-cython/distinfo b/devel/py-cython/distinfo index e1f9e80bf8d62..fd6ce18f30237 100644 --- a/devel/py-cython/distinfo +++ b/devel/py-cython/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.70 2022/03/01 09:59:12 adam Exp $ +$NetBSD: distinfo,v 1.71 2022/05/18 11:37:44 adam Exp $ -BLAKE2s (Cython-0.29.28.tar.gz) = ca69a12d41e74deac25e5a3e2e2887158313c42a66d24b54fc2c5c31943df057 -SHA512 (Cython-0.29.28.tar.gz) = cff0125d64596955acc20ec28cbeeb8e186b383fcba380d77991225f943dc64cd498bc09f441cec04c56d808b194fa181a760fd9f5f9d7890829de666ec37c77 -Size (Cython-0.29.28.tar.gz) = 2081368 bytes +BLAKE2s (Cython-0.29.30.tar.gz) = 7d9ed6906fafe4dd2641ff2c396c30b175515261cc349077cec2bc8748466ee3 +SHA512 (Cython-0.29.30.tar.gz) = 42f681de07d148d95669f0dda9031ba797dd86fa525bacfdf1358ef5aa25b98e4df73e0de0a0d87a1981bca3f8e314169eba8f09431a3582edb2cf2b155876a8 +Size (Cython-0.29.30.tar.gz) = 2085208 bytes SHA1 (patch-Cython_Distutils_old__build__ext.py) = 2bc705192923cc2f40f7c173625b056caa08f666 SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9 SHA1 (patch-runtests.py) = 18e970afd950efa2ec5631c0d747ffaee68be2a1 From 325fe98c932229c77255c6f61fe9817267b39a84 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 11:38:03 +0000 Subject: [PATCH 0609/1154] Updated sysutils/ansible-lint, devel/py-cython --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index cc353ef815603..357b486d05997 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2609 2022/05/18 11:24:10 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2610 2022/05/18 11:38:03 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4028,3 +4028,5 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-pyparsing to 3.0.9 [wiz 2022-05-18] Updated databases/pgpool2 to 4.3.1 [adam 2022-05-18] Updated graphics/py-Pillow to 9.1.1 [adam 2022-05-18] + Updated sysutils/ansible-lint to 6.2.0 [adam 2022-05-18] + Updated devel/py-cython to 0.29.30 [adam 2022-05-18] From b7795a6461fe071aeccc10024025fda7857d8e88 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:03:07 +0000 Subject: [PATCH 0610/1154] www/ddgr: update to 2.0 -Display results in reversed order (--rev, --reverse) -Support Python v3.10 (dropped v3.6) --- www/ddgr/Makefile | 5 ++--- www/ddgr/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/ddgr/Makefile b/www/ddgr/Makefile index 89ee044a2e226..32d273de6834b 100644 --- a/www/ddgr/Makefile +++ b/www/ddgr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/02/25 09:08:55 pin Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/18 12:03:07 pin Exp $ -DISTNAME= ddgr-1.9 -PKGREVISION= 2 +DISTNAME= ddgr-2.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/ddgr/distinfo b/www/ddgr/distinfo index 757207d58f3fa..997edf0857dd5 100644 --- a/www/ddgr/distinfo +++ b/www/ddgr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:29:24 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/18 12:03:07 pin Exp $ -BLAKE2s (ddgr-1.9.tar.gz) = 0c84cf5f244c18679104f9791c249b78437db270719b146eef490342ea549d4a -SHA512 (ddgr-1.9.tar.gz) = 25fb995d32cf19ed1d4493ec463f60db39f4728ffe052dabccb49b721e65250e444bb4cc54f5f41dd1d6365d4e8bd1139277c44a9bd1d39394dec998ccb93b7c -Size (ddgr-1.9.tar.gz) = 44181 bytes +BLAKE2s (ddgr-2.0.tar.gz) = e192e47e0401747df6eb3d515890749727defd370e68502b688ff23f3785ffb6 +SHA512 (ddgr-2.0.tar.gz) = 4b9905d7a1fe916b0512f0aa2d5dfbdcc761f3d657d8bea1e94d2372503f5f1e283d7255fae491bf8c1a99e58dbb25ccb11f8496c89823a24c2cdb32741916d6 +Size (ddgr-2.0.tar.gz) = 44463 bytes From 197cf5919d282e1f7859c47253128afa84e7ba78 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:03:32 +0000 Subject: [PATCH 0611/1154] doc: Updated www/ddgr to 2.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 357b486d05997..c9b62f43b13d1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2610 2022/05/18 11:38:03 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2611 2022/05/18 12:03:32 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4030,3 +4030,4 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/py-Pillow to 9.1.1 [adam 2022-05-18] Updated sysutils/ansible-lint to 6.2.0 [adam 2022-05-18] Updated devel/py-cython to 0.29.30 [adam 2022-05-18] + Updated www/ddgr to 2.0 [pin 2022-05-18] From 161bf76593d20c6b636d5769b755718ae34e835b Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:04:19 +0000 Subject: [PATCH 0612/1154] textproc/git-delta: update to 0.13.0 What's Changed -Update bat dependency so that delta is compatible with latest bat release (#1075) -Flush line buffers in additional locations by @dandavison in #1003 -Reorganize wrapping utilities by @dandavison in #1008 -Bump regex to fix CVE-2022-24713 by @msirringhaus in #1015 -Apply file-transformation to diff header in addition to hunk header by @dandavison in #1012 -Add support for irreversible-delete by @wescande in #945 -Add custom env struct to store env at init by @wescande in #1025 -Apply hyperlinks to diff stat file paths by @dandavison in #1035 -Add link to bat on README by @eloyesp in #1052 -Add chameleon theme to themes.gitconfig by @AirOnSkin in #1062 -Add 'light = false' w/ comment in gitconfig by @toolness in #1073 --- textproc/git-delta/Makefile | 9 +-- textproc/git-delta/cargo-depends.mk | 34 ++++----- textproc/git-delta/distinfo | 104 +++++++++++++++------------- 3 files changed, 78 insertions(+), 69 deletions(-) diff --git a/textproc/git-delta/Makefile b/textproc/git-delta/Makefile index c692e307eb6d7..eabeea8e78bf3 100644 --- a/textproc/git-delta/Makefile +++ b/textproc/git-delta/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/03/14 13:51:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/18 12:04:19 pin Exp $ -DISTNAME= delta-0.12.1 -PKGNAME= git-delta-0.12.1 +DISTNAME= delta-0.13.0 +PKGNAME= git-delta-0.13.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=dandavison/} GITHUB_PROJECT= delta @@ -16,7 +16,8 @@ LICENSE= mit INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/delta ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/delta \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/git-delta/cargo-depends.mk b/textproc/git-delta/cargo-depends.mk index f61a56f17f450..46151f514999f 100644 --- a/textproc/git-delta/cargo-depends.mk +++ b/textproc/git-delta/cargo-depends.mk @@ -1,7 +1,7 @@ -# $NetBSD: cargo-depends.mk,v 1.4 2022/03/14 13:51:20 wiz Exp $ +# $NetBSD: cargo-depends.mk,v 1.5 2022/05/18 12:04:19 pin Exp $ CARGO_CRATE_DEPENDS+= adler-0.2.3 -CARGO_CRATE_DEPENDS+= aho-corasick-0.7.15 +CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= ansi_colours-1.1.1 CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 CARGO_CRATE_DEPENDS+= approx-0.5.0 @@ -9,12 +9,12 @@ CARGO_CRATE_DEPENDS+= arrayvec-0.5.2 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.0.1 CARGO_CRATE_DEPENDS+= base64-0.13.0 -CARGO_CRATE_DEPENDS+= bat-0.20.0 +CARGO_CRATE_DEPENDS+= bat-0.21.0 CARGO_CRATE_DEPENDS+= bincode-1.3.1 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= box_drawing-0.1.2 CARGO_CRATE_DEPENDS+= bstr-0.2.15 -CARGO_CRATE_DEPENDS+= bugreport-0.4.1 +CARGO_CRATE_DEPENDS+= bugreport-0.5.0 CARGO_CRATE_DEPENDS+= bytelines-2.2.2 CARGO_CRATE_DEPENDS+= bytemuck-1.7.3 CARGO_CRATE_DEPENDS+= byteorder-1.3.4 @@ -33,7 +33,7 @@ CARGO_CRATE_DEPENDS+= content_inspector-0.2.4 CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 CARGO_CRATE_DEPENDS+= crc32fast-1.2.1 CARGO_CRATE_DEPENDS+= ctrlc-3.2.1 -CARGO_CRATE_DEPENDS+= dirs-3.0.2 +CARGO_CRATE_DEPENDS+= dirs-4.0.0 CARGO_CRATE_DEPENDS+= dirs-next-2.0.0 CARGO_CRATE_DEPENDS+= dirs-sys-0.3.6 CARGO_CRATE_DEPENDS+= dirs-sys-next-0.1.1 @@ -55,7 +55,7 @@ CARGO_CRATE_DEPENDS+= getrandom-0.1.16 CARGO_CRATE_DEPENDS+= getrandom-0.2.3 CARGO_CRATE_DEPENDS+= git-version-0.3.5 CARGO_CRATE_DEPENDS+= git-version-macro-0.3.5 -CARGO_CRATE_DEPENDS+= git2-0.13.23 +CARGO_CRATE_DEPENDS+= git2-0.14.2 CARGO_CRATE_DEPENDS+= glob-0.3.0 CARGO_CRATE_DEPENDS+= globset-0.4.8 CARGO_CRATE_DEPENDS+= grep-cli-0.1.6 @@ -66,11 +66,11 @@ CARGO_CRATE_DEPENDS+= idna-0.2.0 CARGO_CRATE_DEPENDS+= indexmap-1.5.2 CARGO_CRATE_DEPENDS+= itertools-0.10.1 CARGO_CRATE_DEPENDS+= itoa-0.4.7 +CARGO_CRATE_DEPENDS+= itoa-1.0.1 CARGO_CRATE_DEPENDS+= jobserver-0.1.21 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= lazycell-1.3.0 CARGO_CRATE_DEPENDS+= libc-0.2.112 -CARGO_CRATE_DEPENDS+= libgit2-sys-0.12.24+1.3.0 +CARGO_CRATE_DEPENDS+= libgit2-sys-0.13.2+1.4.2 CARGO_CRATE_DEPENDS+= libz-sys-1.1.2 CARGO_CRATE_DEPENDS+= line-wrap-0.1.1 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.3 @@ -83,7 +83,8 @@ CARGO_CRATE_DEPENDS+= nix-0.23.0 CARGO_CRATE_DEPENDS+= ntapi-0.3.6 CARGO_CRATE_DEPENDS+= num-integer-0.1.44 CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= once_cell-1.9.0 +CARGO_CRATE_DEPENDS+= num_threads-0.1.6 +CARGO_CRATE_DEPENDS+= once_cell-1.10.0 CARGO_CRATE_DEPENDS+= onig-6.1.1 CARGO_CRATE_DEPENDS+= onig_sys-69.6.0 CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 @@ -97,7 +98,7 @@ CARGO_CRATE_DEPENDS+= phf_generator-0.9.1 CARGO_CRATE_DEPENDS+= phf_macros-0.9.0 CARGO_CRATE_DEPENDS+= phf_shared-0.9.0 CARGO_CRATE_DEPENDS+= pkg-config-0.3.19 -CARGO_CRATE_DEPENDS+= plist-1.0.1 +CARGO_CRATE_DEPENDS+= plist-1.3.1 CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.15 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 @@ -112,9 +113,9 @@ CARGO_CRATE_DEPENDS+= redox_syscall-0.1.57 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 CARGO_CRATE_DEPENDS+= redox_users-0.3.5 CARGO_CRATE_DEPENDS+= redox_users-0.4.0 -CARGO_CRATE_DEPENDS+= regex-1.4.6 +CARGO_CRATE_DEPENDS+= regex-1.5.5 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.22 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= rgb-0.8.31 CARGO_CRATE_DEPENDS+= ryu-1.0.5 CARGO_CRATE_DEPENDS+= safemem-0.3.3 @@ -125,14 +126,14 @@ CARGO_CRATE_DEPENDS+= serde_derive-1.0.118 CARGO_CRATE_DEPENDS+= serde_json-1.0.70 CARGO_CRATE_DEPENDS+= serde_yaml-0.8.23 CARGO_CRATE_DEPENDS+= shell-escape-0.1.5 -CARGO_CRATE_DEPENDS+= shell-words-1.0.0 +CARGO_CRATE_DEPENDS+= shell-words-1.1.0 CARGO_CRATE_DEPENDS+= siphasher-0.3.7 CARGO_CRATE_DEPENDS+= smol_str-0.1.21 CARGO_CRATE_DEPENDS+= std_prelude-0.2.12 CARGO_CRATE_DEPENDS+= strsim-0.8.0 CARGO_CRATE_DEPENDS+= strsim-0.10.0 CARGO_CRATE_DEPENDS+= syn-1.0.85 -CARGO_CRATE_DEPENDS+= syntect-4.6.0 +CARGO_CRATE_DEPENDS+= syntect-5.0.0 CARGO_CRATE_DEPENDS+= sys-info-0.9.1 CARGO_CRATE_DEPENDS+= sysinfo-0.23.0 CARGO_CRATE_DEPENDS+= term_size-0.3.2 @@ -143,12 +144,13 @@ CARGO_CRATE_DEPENDS+= textwrap-0.14.2 CARGO_CRATE_DEPENDS+= thiserror-1.0.30 CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 CARGO_CRATE_DEPENDS+= time-0.1.44 +CARGO_CRATE_DEPENDS+= time-0.3.9 CARGO_CRATE_DEPENDS+= tinyvec-1.1.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 CARGO_CRATE_DEPENDS+= toml-0.5.8 CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.4 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.16 -CARGO_CRATE_DEPENDS+= unicode-segmentation-1.8.0 +CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 CARGO_CRATE_DEPENDS+= unicode-xid-0.2.1 CARGO_CRATE_DEPENDS+= url-2.2.0 @@ -166,6 +168,6 @@ CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 -CARGO_CRATE_DEPENDS+= xdg-2.4.0 +CARGO_CRATE_DEPENDS+= xdg-2.4.1 CARGO_CRATE_DEPENDS+= xml-rs-0.8.3 CARGO_CRATE_DEPENDS+= yaml-rust-0.4.5 diff --git a/textproc/git-delta/distinfo b/textproc/git-delta/distinfo index fa3b0e2566682..a5f996731fb1f 100644 --- a/textproc/git-delta/distinfo +++ b/textproc/git-delta/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.7 2022/03/14 13:51:20 wiz Exp $ +$NetBSD: distinfo,v 1.8 2022/05/18 12:04:19 pin Exp $ BLAKE2s (adler-0.2.3.crate) = 27d8ff256da3b8f8b6f78d187f36c6ca91001ae4e3ec2411f6537d52541b8e0a SHA512 (adler-0.2.3.crate) = 565849eba122eb94d240a0cba875035537058cc168f137a8a3b99392d753815d56fa0e1a1e851062632700b0e3d12caf67f5f768b9f727956a2e5b599029e9dc Size (adler-0.2.3.crate) = 12168 bytes -BLAKE2s (aho-corasick-0.7.15.crate) = 8bdfa96511478b1fd955bf41bfd8d2c2e9c3108c762eac7584f2184d282245e6 -SHA512 (aho-corasick-0.7.15.crate) = e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24 -Size (aho-corasick-0.7.15.crate) = 113071 bytes +BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 +SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 +Size (aho-corasick-0.7.18.crate) = 112923 bytes BLAKE2s (ansi_colours-1.1.1.crate) = b417705e6c43cb8dcdce1519654f974bc9107d0a835fbec4e979927fcba8075a SHA512 (ansi_colours-1.1.1.crate) = eee698867adee7e4fe5d14885f91f9d71aa58db06d795dd0f03a8d4c99f6f39dcb11d3871dd2b8f019c443fbdd880888df1e0869202cbb8bde79fe20d60c1c57 Size (ansi_colours-1.1.1.crate) = 18739 bytes @@ -27,9 +27,9 @@ Size (autocfg-1.0.1.crate) = 12908 bytes BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 Size (base64-0.13.0.crate) = 62070 bytes -BLAKE2s (bat-0.20.0.crate) = 67672f0ca2810a3b8cbdc4cb756bcde26678a097da03ca6720082eb860160eb8 -SHA512 (bat-0.20.0.crate) = a336af8fbe93e390ed2a5a190ff5b7975699c46bc14ccca6289305eb99427e1cb5e0d2c1efa2553ebd78a5f480c81b95456e6bbaa66eb055ee468b87f514bd04 -Size (bat-0.20.0.crate) = 1536223 bytes +BLAKE2s (bat-0.21.0.crate) = 67949bde8af24d4b1dfdaeac0efd944399b94a62f3bfe5e6c4129673663dffbe +SHA512 (bat-0.21.0.crate) = 5d3b3e00b961da9875eb0c74a82acd50c12bb5a0c76bfcd41109e5524344de67b78dca6c5bd5a801e833bff69529950d6c9cfa7e1964af4d0167664037d62aa9 +Size (bat-0.21.0.crate) = 1623400 bytes BLAKE2s (bincode-1.3.1.crate) = 011fbfd867f23bc3e2e4af145ea796044e7577467dfb46cc625caeff52ca381b SHA512 (bincode-1.3.1.crate) = 75e62caef54a58ea5d24acbdef70b55893b11706400ad423919084a4723f5ea60e337447221171c4cd86d764db1f9f767c303b4cf5cd8f27318519db77fb82b4 Size (bincode-1.3.1.crate) = 26121 bytes @@ -42,9 +42,9 @@ Size (box_drawing-0.1.2.crate) = 2819 bytes BLAKE2s (bstr-0.2.15.crate) = c725b0dbfd63a2d893bfb501329e4e1823ffc97c5f77b1ac5f7455ecd383c42c SHA512 (bstr-0.2.15.crate) = 6e464ca1aec722a283759ff6978bab1769dfc8d61aa683f8e4c59bd69c7be2fe86c5470f4c54457871c6640e2d50b6b882747ec567098eb78e62f7cb07cb93a2 Size (bstr-0.2.15.crate) = 344206 bytes -BLAKE2s (bugreport-0.4.1.crate) = fb82f720b9446e58b9051a2b1d065852c1dca06f0ffa7b154b011f6d531d1ae6 -SHA512 (bugreport-0.4.1.crate) = ad54c8f52169594ae010093b818255cf16b44741db6802ffb9eb4c1fe699a59183f3505f553f8345aecfe3afd518c4272625adee0e880990a38b0bd9a9db6eed -Size (bugreport-0.4.1.crate) = 13793 bytes +BLAKE2s (bugreport-0.5.0.crate) = 8eeb5d4ef0288945d5d80704a2c5acf791cbb0f2be52c2649dc8fea9432221d3 +SHA512 (bugreport-0.5.0.crate) = d1418b6c8df333b4b245f428f3442968f7b75961a00523fb432ff2f904eca07cd208d417e63b2fb0a86b85a6853e4c474d30c19b80a85d8724db66ecd762da7c +Size (bugreport-0.5.0.crate) = 16149 bytes BLAKE2s (bytelines-2.2.2.crate) = b14498f391a83c38ee222fba708eb26e54d85f8b931802ae26e9b34e8f21f1b3 SHA512 (bytelines-2.2.2.crate) = 0d768b579993c0d72914affe36d61632e0c39310094b4d3dde29e69039249c9bb88af18e8f8033c377b05938c50e43ebd29114d2c664b2c904be27c61b1b8dad Size (bytelines-2.2.2.crate) = 4218 bytes @@ -99,12 +99,12 @@ Size (crc32fast-1.2.1.crate) = 38172 bytes BLAKE2s (ctrlc-3.2.1.crate) = f30cd916e32d0a452a61d8a50a2b983fa10d66a0012b7afa714e23f2ca27dc63 SHA512 (ctrlc-3.2.1.crate) = 7305e97a3f161db942ddc194d14f670087f88e3ccb5b94114fbd6afba04b4ac1cb063cf87ccf6fdf4678bb667b02f3cb2e6fc1ca8bc47b6ed8e36620cc4a1a8b Size (ctrlc-3.2.1.crate) = 12893 bytes -BLAKE2s (delta-0.12.1.tar.gz) = f29a057b8b56e90aa82b57a2dc9c83f30293146782b9f357eab215fec4c51a5b -SHA512 (delta-0.12.1.tar.gz) = 70796f2008fbf085c6caae67165f7273a3026269851609d1b9e613aa04017715fb73bc0b5116c501acae623a32d348948f3d3afc1c99b343b623347526667471 -Size (delta-0.12.1.tar.gz) = 489400 bytes -BLAKE2s (dirs-3.0.2.crate) = 76584fd66a8ce8db015e1bc24735c2c70583e9c3df121a179e9e53b7b198d1d0 -SHA512 (dirs-3.0.2.crate) = 97dc343d580ecda68aebe87bcbe8c13a00078943771e3f1dc3101d8d450d2ccdd0d74283870eac1d88255a99e887166d42533ba8e70d15b9cdaddb57e3a27c55 -Size (dirs-3.0.2.crate) = 12184 bytes +BLAKE2s (delta-0.13.0.tar.gz) = 4b1dac2c4cc2027758e2cc2f750b173f5d7dabd9f7e2f823a54c591225d659aa +SHA512 (delta-0.13.0.tar.gz) = d7dbaaab345ef3a8db04fb7ce6337d4cb104d148a069d4b47ffbe46c73ebff197a083a7ac061b51196754a5046dcfc1f71b633e8bfead1ebd9324cc624ba4313 +Size (delta-0.13.0.tar.gz) = 491434 bytes +BLAKE2s (dirs-4.0.0.crate) = 70b38dd5ea44b52e63ced09edbf7d58f820e5180d946d53591944210f15071f4 +SHA512 (dirs-4.0.0.crate) = be582e5045f1916fb6b918c8e8c5907b4b663534025e4227ea4828e2aa9fe7fbcb3c48f1f0d08d163ba684aa4404076ac210e7f14766a09b9ed89a2825121b3b +Size (dirs-4.0.0.crate) = 12503 bytes BLAKE2s (dirs-next-2.0.0.crate) = 792fd296dd1721386a0a8971725efc37df848dc023185a4f792da2b3d1434c08 SHA512 (dirs-next-2.0.0.crate) = 6ccb732da8ccf7bf35952c22a3b0caa8238319feb0a6cd3b0957e6be12548a2ce507c69cb6d3cbd2adfb37e13e6521c6229da5999edb0e47a292a41c3ea1a766 Size (dirs-next-2.0.0.crate) = 11689 bytes @@ -168,9 +168,9 @@ Size (git-version-0.3.5.crate) = 3203 bytes BLAKE2s (git-version-macro-0.3.5.crate) = a961c4d39eec4f6955f29dd9bcea4b8eb2568df8a105301e661292da35c5cd43 SHA512 (git-version-macro-0.3.5.crate) = 319729646469ab6508e16e6f3b88f588580fe7089479f70522edd6ac7eadb3c4576f0a57863bd3927d1ada693c3fe3706dc6a75e6cd75723db7f23199dc69ae0 Size (git-version-macro-0.3.5.crate) = 4302 bytes -BLAKE2s (git2-0.13.23.crate) = 2c6e3eedae05f793cb0b3b13e065a81f170490c220b60496c32bb481e3bb5fd1 -SHA512 (git2-0.13.23.crate) = e60f21affcef26aac16181d48ecaa67b6a9578ce5fe9e62b6c460b21bc02feb858fe25f07f7d7443b8eeae88974f1ad76a998972e002a6c5da5aec4c1172c401 -Size (git2-0.13.23.crate) = 192186 bytes +BLAKE2s (git2-0.14.2.crate) = 53997327511bda61ef4bcad4a7f416a48086aa8202fb1afe11b1242deca55886 +SHA512 (git2-0.14.2.crate) = 7e4c0660fb7f48fda3ed73bcd577e2a40eb44005bd1130f9fbc0c515bfd155ec75a2efabdde99661a7c4590e52a749be4342397b79a47bbfe8f4fb8fe160dd22 +Size (git2-0.14.2.crate) = 196856 bytes BLAKE2s (glob-0.3.0.crate) = a60fa0dbb50f7da285b5ad2a74a36139efc9e6fe2f33c9ac81cf2c2db6b024f0 SHA512 (glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46 Size (glob-0.3.0.crate) = 18724 bytes @@ -201,21 +201,21 @@ Size (itertools-0.10.1.crate) = 116219 bytes BLAKE2s (itoa-0.4.7.crate) = 41bd1d6e3d85353f79f86abc9a1d47b5ba2d8ecca0fe9086f5c57f480bb821a5 SHA512 (itoa-0.4.7.crate) = c61eb50aa00591af28698b45c528c36bd92088f7cd2f453cf686a1824f4656292638bebc468cf67f903473a5045f22777af623cc0515ef3bf25146b89a7c454f Size (itoa-0.4.7.crate) = 12099 bytes +BLAKE2s (itoa-1.0.1.crate) = 5df5e417576e531605b209f326947f25fdf7147572381012e4fbb035f0036abb +SHA512 (itoa-1.0.1.crate) = 8e7bc1e9bf4fc06871b9fe20caad4e0af965477d724f4c8d0e2a3a4d87aedf99f92e4e583a6440ce574d0fb43fc9d6a2e80add52a2f64210c6aa3b402e424295 +Size (itoa-1.0.1.crate) = 11059 bytes BLAKE2s (jobserver-0.1.21.crate) = 3c1932e500f69c69dd122515e2040277b3d0f0531d385e3c3313285506504fd7 SHA512 (jobserver-0.1.21.crate) = 944249819e1e3dd09495ead941330e9abe439647c1e66ab7e2140c0c9e100b63f4f792fe06aa3c86f509f057df297ee2d35df0ccdfd4bd6a115b6a44076237ad Size (jobserver-0.1.21.crate) = 21228 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (lazycell-1.3.0.crate) = 4b68bb7aee4d9c2db1f382991cd5257b908571f8e550a9af7818ce4a2c268469 -SHA512 (lazycell-1.3.0.crate) = f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d -Size (lazycell-1.3.0.crate) = 12502 bytes BLAKE2s (libc-0.2.112.crate) = 09606c79a810802b6d71f0d5dfb6fb903c9dd4af7ebe7ef837c2d6705657a11c SHA512 (libc-0.2.112.crate) = 6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f Size (libc-0.2.112.crate) = 571445 bytes -BLAKE2s (libgit2-sys-0.12.24+1.3.0.crate) = 1f20989178df63f9133a9c408aa9647c262e899688cee6476e16612c04eac858 -SHA512 (libgit2-sys-0.12.24+1.3.0.crate) = 9d738c318a15b70c749aeef777aebaf59a40912da5e4f23fade1e84a6425acdac6e6a59030811f5cd974edddd965c0c9514f7b5a0286d32d4d7f6ebb6e6ae21d -Size (libgit2-sys-0.12.24+1.3.0.crate) = 1476766 bytes +BLAKE2s (libgit2-sys-0.13.2+1.4.2.crate) = 54946d5481e8361eff2a9c53992b87019543f87ee0115a797da28b2c75293846 +SHA512 (libgit2-sys-0.13.2+1.4.2.crate) = 54d7c11d930554dd10b112d878dc7ea473c7d45e74d394e21e99f5d4632741f49aa31746bf2594705d337b5b64e6b877e510938ceb2117837c9a6f685ef8824f +Size (libgit2-sys-0.13.2+1.4.2.crate) = 1492799 bytes BLAKE2s (libz-sys-1.1.2.crate) = 47025e4619552e69cd1c72e5ebe763208f323290c28a06ce8dcad8b553137c57 SHA512 (libz-sys-1.1.2.crate) = 2342c738230ac570c61b466920e2ceafc0194381643540f094f6541917639a4f5b11d46d575bb03c7623ce109d376bafc3076a9d172233313e38cb6f49ed16db Size (libz-sys-1.1.2.crate) = 1339299 bytes @@ -252,9 +252,12 @@ Size (num-integer-0.1.44.crate) = 22216 bytes BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e Size (num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (once_cell-1.9.0.crate) = f99885c797cc23ddc5cbad0ca82d13c28b170d87b594fae1fd73cdaf019a5831 -SHA512 (once_cell-1.9.0.crate) = cfdb6aa4bcc0f50d4c37eb69867d2deefa70323a7b607e55180b7d417b7188c4f2889417fd04fc51671c65eac75c7d9e7eda06a87dedb846056def66d14eaa46 -Size (once_cell-1.9.0.crate) = 30702 bytes +BLAKE2s (num_threads-0.1.6.crate) = 16dafe947f10db7667201144859b311f1d2fdcaec5984b5f0986e8de75345e5f +SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6 +Size (num_threads-0.1.6.crate) = 7334 bytes +BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d +SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab +Size (once_cell-1.10.0.crate) = 30414 bytes BLAKE2s (onig-6.1.1.crate) = eabb60cd45c24cb86ca19d3fbe30a5bd289cb014d24eefc7cf9c9f9a31672855 SHA512 (onig-6.1.1.crate) = 4d754f05a3612486f6730f850956a041f1fb8ff723fd512acd0a8a0a4a2c8be2b98cd6f7b6a882947d3b368bdb5822241e55a87eef331de80c375433d326a864 Size (onig-6.1.1.crate) = 30790 bytes @@ -294,9 +297,9 @@ Size (phf_shared-0.9.0.crate) = 4111 bytes BLAKE2s (pkg-config-0.3.19.crate) = 1714c04f1a9bdf1fb78dba951c56e851b36620da5d5402e80b14b8bc99a8a500 SHA512 (pkg-config-0.3.19.crate) = 42bc13c4e39c8f71690db527d815884acdfd2ccf5fbfea700c6ed60257e852cdcb1c443e7774409e51da53612b0ff0aa165554b99fd0cba973f94a8df52982d9 Size (pkg-config-0.3.19.crate) = 15451 bytes -BLAKE2s (plist-1.0.1.crate) = 805a09c930b6661c2f9bbbe45f0a4f729c1d7a3e2b1ca9f4caed04069b5284d9 -SHA512 (plist-1.0.1.crate) = 67c9b478ff89b3461a44c72e0718047fe8378909c3c371de36d875b54e867b7c41f56ccf6215688d7a511fa291620eddea1e1fcd7bfe357276d3d08ec9a84376 -Size (plist-1.0.1.crate) = 39980 bytes +BLAKE2s (plist-1.3.1.crate) = 312b7c162e75d14a6d6b5c38eb424c7db69c95d41264cb598e8049197c53b600 +SHA512 (plist-1.3.1.crate) = 4cf962af14b4218502eb4aae5507d93c58c4a0b716f923c3f0e53e37225940c5ab6847d7d9ad5004f77dc2dbbd28f73412cc114fd231e515f23a4ade3f969e86 +Size (plist-1.3.1.crate) = 44772 bytes BLAKE2s (ppv-lite86-0.2.15.crate) = 966d1647c63b7004793be583de185f91d5b3b238d389c42c1b07d01f169a82fb SHA512 (ppv-lite86-0.2.15.crate) = 6dac73153d244cca97ea00e429f783a7d03b48f10ee450cf6f8d77581010b28be5048f53322b0c888b425b5085f440b6ea90599ea00c55c641de6e29da42f0b3 Size (ppv-lite86-0.2.15.crate) = 22002 bytes @@ -339,15 +342,15 @@ Size (redox_users-0.3.5.crate) = 12644 bytes BLAKE2s (redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf SHA512 (redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 Size (redox_users-0.4.0.crate) = 13023 bytes -BLAKE2s (regex-1.4.6.crate) = 533e72667cec93d7e2f5f473df75ec3a138a531e2df6fbc36bc6da33b36159e6 -SHA512 (regex-1.4.6.crate) = e789ee66bc37d44efbf9e9c210c3ddc371d9483d6f96d7367b861ee0e0abb5c8abf6ebcad9d3c3fb97f772a5ca91184ca6d36a1a78dd51b43f3279e4048c299c -Size (regex-1.4.6.crate) = 242248 bytes +BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 +SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 +Size (regex-1.5.5.crate) = 238119 bytes BLAKE2s (regex-automata-0.1.10.crate) = 283615bf1114bdcf5a2ebd639ba1889a8a9a0195b566f41226f7e0961f3d5d81 SHA512 (regex-automata-0.1.10.crate) = 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f Size (regex-automata-0.1.10.crate) = 114533 bytes -BLAKE2s (regex-syntax-0.6.22.crate) = 548a900a7a6d2dbe71d13c9d97e79293cef7add404d6ff28640be6488a4d2645 -SHA512 (regex-syntax-0.6.22.crate) = f83a72e46da02800ee545d6ea3c5eaab48706a9c63a03bb73363f597173ed205b3e7c86bd80d909478787e68f49fe07aa52c29a83c381e3c4863e5d856bbfb6e -Size (regex-syntax-0.6.22.crate) = 293187 bytes +BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 +SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 +Size (regex-syntax-0.6.25.crate) = 293293 bytes BLAKE2s (rgb-0.8.31.crate) = 6dd5ee8403df4b6d66a3b5fd1137a8a3f7d24019924fef99fac347a43dc583d2 SHA512 (rgb-0.8.31.crate) = a9b307c88dbe24b383e38311a411365a709d4d7fe8d5e0e35f29200af3f2b912e1251a68b268c383a2f00538a93fffd05f0bdf1ca15e5bd3f56000c789ecc144 Size (rgb-0.8.31.crate) = 16087 bytes @@ -378,9 +381,9 @@ Size (serde_yaml-0.8.23.crate) = 42140 bytes BLAKE2s (shell-escape-0.1.5.crate) = e8c201f9f341c925401db041843ebd540767c94323e3d9623304fa143653255b SHA512 (shell-escape-0.1.5.crate) = 848f8d47d802b82e83f113fb07f44fe962628379481d1bef9d15f2e5821a382c9928c32175652361aae9fe4c8fa5c1dc1c89350db6ef5e68691bae4a3742df93 Size (shell-escape-0.1.5.crate) = 6847 bytes -BLAKE2s (shell-words-1.0.0.crate) = 376bd2cd2db527621c1ac83c6d4f0b9efd9263f5199f9acd721c08dd80558159 -SHA512 (shell-words-1.0.0.crate) = f1de4606bb249fca7dea437464ef560aa49839382716b9c940738547a5def28337501d9ba77d96a63ecb956d3c49867d6f4742f14946448a2c9d0b1ecea9ebc9 -Size (shell-words-1.0.0.crate) = 9798 bytes +BLAKE2s (shell-words-1.1.0.crate) = 84a7e31b11cf452d0d0606c8e6d6809ce707d4e1abe35546491dd262010f4912 +SHA512 (shell-words-1.1.0.crate) = 05c280a8e1f65b205746560a82e397689a3b5ec934219b558ece3a25efbfdefe903f9172319240e96039b38fb2c4be6e070805aedbdfd10344d9144b9c93de00 +Size (shell-words-1.1.0.crate) = 9871 bytes BLAKE2s (siphasher-0.3.7.crate) = beaebc5bf78487d9206d15092bb79b742a9de5cd77bd266f0f87b7af0ff30295 SHA512 (siphasher-0.3.7.crate) = 4a8ef56085742de7ad638194b21ff3e315aef6de9b7590e736071859ffa2aa4a28cdea7e05ecfa781fa35a40505086a36d84bdb3ec40d679f9b83c2edffc4d3d Size (siphasher-0.3.7.crate) = 10097 bytes @@ -399,9 +402,9 @@ Size (strsim-0.8.0.crate) = 9309 bytes BLAKE2s (syn-1.0.85.crate) = 2636e2a8b6164aea118fe234d756f4f3e79f5b1d1250493d382c5f9caffddcc4 SHA512 (syn-1.0.85.crate) = f12ac93bfc8f24b2a567485fc738a40ae8c9649515783003e07bc5d0f3e377bc324a4f649d66c7fa2d1272cb0a2fb884ecfb06f8aed98dc3c03329f62d03a44e Size (syn-1.0.85.crate) = 235056 bytes -BLAKE2s (syntect-4.6.0.crate) = 33aca282a7352e5e33ddc23bc1e3418226774d5f7cdda75cbbdfd35a791c6e25 -SHA512 (syntect-4.6.0.crate) = 9e320afaf4c2adf41dd7e20c5d95e3063fe8d2774d8deec7e0df3debab050e96a1a5c85d1732c661ee4022dc5bf1abfed2982f13269689b527f35efb2c82beba -Size (syntect-4.6.0.crate) = 750938 bytes +BLAKE2s (syntect-5.0.0.crate) = 494f825761c1f848823f1f1089bb7eca6c4f0f3c883d878ea396660d2891f808 +SHA512 (syntect-5.0.0.crate) = b444424ad5f2ff9897707d6c2d0a39cf4e48a8d9a838286fc9f7bd9db6f1b4228bd2a5c985f5f88c014e75a7ee94bffdfee1cca45bd68e6db52e624e71923dc9 +Size (syntect-5.0.0.crate) = 809452 bytes BLAKE2s (sys-info-0.9.1.crate) = 12245f0f4d7928c519ff98ed5595167eff5e174d5681832f28e76a786b10408a SHA512 (sys-info-0.9.1.crate) = 52e23efd5bba1ce07d7fffb8c2d6864a8056b1e8ce1b85c4d2d4b37b9d57dfa5a6c0eae9e2018e07af47469c3f7812ccbd27351cbd6c95a7b788ec87cd544b2e Size (sys-info-0.9.1.crate) = 20589 bytes @@ -432,6 +435,9 @@ Size (thiserror-impl-1.0.30.crate) = 15230 bytes BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf Size (time-0.1.44.crate) = 28885 bytes +BLAKE2s (time-0.3.9.crate) = 1ae29e0e2c228bdc28cd3b93ab0c6f322570991ec00cae9d42e88a06b7fc5204 +SHA512 (time-0.3.9.crate) = 2dd8c57d2fc232d8a05109f0d41f964fc587345eff0a68c42c2b1690d6da1a4868188df7f03bece12148e7434b973c472fb0c85fa1f840053da3b30cf6c47e80 +Size (time-0.3.9.crate) = 81412 bytes BLAKE2s (tinyvec-1.1.0.crate) = 0bcea4d79f29e87e212932c4b9df271742bcacd472ad11347dca0e8d16a6952f SHA512 (tinyvec-1.1.0.crate) = 29830cec393506651b20d045c584e3df5ce5f13fdf70e866d4d6b7e97fe4f6b07ccf2a2c64ced5b092d5d963af74f826930d96d817db90bc0e4ad112a399926e Size (tinyvec-1.1.0.crate) = 39037 bytes @@ -447,9 +453,9 @@ Size (unicode-bidi-0.3.4.crate) = 32228 bytes BLAKE2s (unicode-normalization-0.1.16.crate) = 11bab72fc1e2aec2782e678172ddc5e617dbe02c9723cafacba87ea13d1a930b SHA512 (unicode-normalization-0.1.16.crate) = c1f83a79b0fffd2f0e1b8a579ae4e5021c4cffd74c259d065919b937bdd78b9ef83650cfd777010e7008ceb51e072777b195dd2483e1a85798a98b72f8648ead Size (unicode-normalization-0.1.16.crate) = 92805 bytes -BLAKE2s (unicode-segmentation-1.8.0.crate) = 3b772fa911152efe0d4180cd3eade59bc10bb9629186c74a972863ef12d89b71 -SHA512 (unicode-segmentation-1.8.0.crate) = f0779ec42907b665df53f38ea370e661f10e7c72a75917f4cbd055868428c0eac1c7fc194d4bbf048e00f0f3d3e2b3602ae88d7820ad0c73e94a5228b61f6495 -Size (unicode-segmentation-1.8.0.crate) = 94011 bytes +BLAKE2s (unicode-segmentation-1.9.0.crate) = fdcf49e933d6dbe0684fc2e1e172f784ff19668d56ff5be2efcaefa06a0a6b0c +SHA512 (unicode-segmentation-1.9.0.crate) = 7d0ea37bfb24a1a803b1cd40b7b0c0e6e44ebf9a474fdedf0dcca1ead25662e19f44af29b87de1b000c3cc75fec93320938bb3ab9d9e82298eda324bb97e7294 +Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes @@ -501,9 +507,9 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes -BLAKE2s (xdg-2.4.0.crate) = 5076d6e37188a8857aa066427e8ceff6f12a7a2d0194521889cada799ce23c50 -SHA512 (xdg-2.4.0.crate) = d45b090c83bda578d89480f783e7238149203256d61aed46ae1657dc3de62551a618aa5a02e9d9867b39de82a8df527d37432b9b8c41afbbf0188f3644c4ad2d -Size (xdg-2.4.0.crate) = 14035 bytes +BLAKE2s (xdg-2.4.1.crate) = 87f0640f8e192dba12b223ff31293a3c5b29f9d83eff8cee3ff8d78eff1aab50 +SHA512 (xdg-2.4.1.crate) = 23e69abbe79a0977900af37feb9f367a82d0ba4e69fc9421e356a5957920e316379355b1c6eeda1235feb3d028f738c41f520d28665f919e775b20240219e07e +Size (xdg-2.4.1.crate) = 14034 bytes BLAKE2s (xml-rs-0.8.3.crate) = c3e5a0929985c446b51db74417a531906b9dafaf25fb4aead3583422eb7d60f3 SHA512 (xml-rs-0.8.3.crate) = e44048aa2a010c6242d79c8590bceb300d7056cfd1397c4e4e4411089a3c3686b49603fc2336ea69596b6775b729f1197ab6d9d7d8f83a758e2d962c07aec033 Size (xml-rs-0.8.3.crate) = 52547 bytes From f475bef8c976b5a446cc1633de63e22b37b6983d Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:04:40 +0000 Subject: [PATCH 0613/1154] doc: Updated textproc/git-delta to 0.13.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c9b62f43b13d1..26d2c62cebab1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2611 2022/05/18 12:03:32 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2612 2022/05/18 12:04:40 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4031,3 +4031,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/ansible-lint to 6.2.0 [adam 2022-05-18] Updated devel/py-cython to 0.29.30 [adam 2022-05-18] Updated www/ddgr to 2.0 [pin 2022-05-18] + Updated textproc/git-delta to 0.13.0 [pin 2022-05-18] From 391b45945ee363bb83b8b0b4e7d3f1a094f9cea9 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:05:27 +0000 Subject: [PATCH 0614/1154] benchmarks/hyperfine: update to 1.14.0 -Add a new --output={null,pipe,inherit,} option to control where the output of the benchmarked program is redirected (if at all), see #377 and #509 (@tavianator, originally suggested by @BurntSushi) -Add Emacs org-mode as a new export format, see #491 (@ppaulweber) -Relax glibc requirements, see #508 and #512 (@sharkdp) --- benchmarks/hyperfine/Makefile | 4 +- benchmarks/hyperfine/cargo-depends.mk | 19 +++++---- benchmarks/hyperfine/distinfo | 59 +++++++++++++++------------ 3 files changed, 47 insertions(+), 35 deletions(-) diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index 448c0c4faa888..5f89ea1a21332 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2022/03/05 21:22:16 pin Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/18 12:05:27 pin Exp $ -DISTNAME= hyperfine-1.13.0 +DISTNAME= hyperfine-1.14.0 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_GITHUB:=sharkdp/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/benchmarks/hyperfine/cargo-depends.mk b/benchmarks/hyperfine/cargo-depends.mk index 2e817f49f64bb..c181292af32b5 100644 --- a/benchmarks/hyperfine/cargo-depends.mk +++ b/benchmarks/hyperfine/cargo-depends.mk @@ -1,7 +1,7 @@ -# $NetBSD: cargo-depends.mk,v 1.3 2022/03/05 21:22:16 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.4 2022/05/18 12:05:27 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 -CARGO_CRATE_DEPENDS+= anyhow-1.0.55 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 CARGO_CRATE_DEPENDS+= approx-0.5.1 CARGO_CRATE_DEPENDS+= arrayvec-0.7.2 CARGO_CRATE_DEPENDS+= assert_cmd-2.0.4 @@ -11,8 +11,9 @@ CARGO_CRATE_DEPENDS+= autocfg-1.1.0 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= bstr-0.2.17 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 -CARGO_CRATE_DEPENDS+= clap-3.1.5 +CARGO_CRATE_DEPENDS+= clap-3.1.14 CARGO_CRATE_DEPENDS+= clap_complete-3.1.1 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 CARGO_CRATE_DEPENDS+= cloudabi-0.0.3 CARGO_CRATE_DEPENDS+= colored-2.0.0 CARGO_CRATE_DEPENDS+= console-0.15.0 @@ -35,8 +36,10 @@ CARGO_CRATE_DEPENDS+= itertools-0.10.3 CARGO_CRATE_DEPENDS+= itoa-0.4.8 CARGO_CRATE_DEPENDS+= itoa-1.0.1 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.119 +CARGO_CRATE_DEPENDS+= libc-0.2.125 CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memoffset-0.6.5 +CARGO_CRATE_DEPENDS+= nix-0.24.1 CARGO_CRATE_DEPENDS+= normalize-line-endings-0.3.0 CARGO_CRATE_DEPENDS+= num-0.2.1 CARGO_CRATE_DEPENDS+= num-bigint-0.2.6 @@ -73,11 +76,11 @@ CARGO_CRATE_DEPENDS+= regex-1.5.4 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 -CARGO_CRATE_DEPENDS+= rust_decimal-1.22.0 +CARGO_CRATE_DEPENDS+= rust_decimal-1.23.1 CARGO_CRATE_DEPENDS+= ryu-1.0.9 CARGO_CRATE_DEPENDS+= serde-1.0.136 CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 -CARGO_CRATE_DEPENDS+= serde_json-1.0.79 +CARGO_CRATE_DEPENDS+= serde_json-1.0.80 CARGO_CRATE_DEPENDS+= shell-words-1.1.0 CARGO_CRATE_DEPENDS+= statistical-1.0.0 CARGO_CRATE_DEPENDS+= strsim-0.10.0 @@ -87,8 +90,8 @@ CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 CARGO_CRATE_DEPENDS+= termtree-0.2.4 CARGO_CRATE_DEPENDS+= textwrap-0.15.0 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 CARGO_CRATE_DEPENDS+= wait-timeout-0.2.0 CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 diff --git a/benchmarks/hyperfine/distinfo b/benchmarks/hyperfine/distinfo index 6b5b8ac003687..57753b1d75bf4 100644 --- a/benchmarks/hyperfine/distinfo +++ b/benchmarks/hyperfine/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.5 2022/03/05 21:22:16 pin Exp $ +$NetBSD: distinfo,v 1.6 2022/05/18 12:05:27 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes -BLAKE2s (anyhow-1.0.55.crate) = cf28e973edce0ce14ade925fc3f2cac481b99f22a7d742fcb81d9a866ccd8631 -SHA512 (anyhow-1.0.55.crate) = d789d56eadb1a6a6d8bedd20d318747a9ad11598d84239ee9214fcfc319f729ae61e09f6d2d7e54ec5553ee65b6a4428b793adc17fb158dc07a69f15c8fd818b -Size (anyhow-1.0.55.crate) = 44429 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes BLAKE2s (approx-0.5.1.crate) = 8da488e71d6cc64f2cb8bff398bbbcb0438bfa03968ed8b8750d649eae057bb6 SHA512 (approx-0.5.1.crate) = c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407 Size (approx-0.5.1.crate) = 15100 bytes @@ -33,12 +33,15 @@ Size (bstr-0.2.17.crate) = 330350 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes -BLAKE2s (clap-3.1.5.crate) = cd09e304bc48db6cac0b09d81ddb2273914fa9973c7853ab3909429b3f1831f8 -SHA512 (clap-3.1.5.crate) = 1b9d675a2fc995ede79c466d1a9874d39e4a196bf29e5b063da8554ccd8222e7273ec3dc55713ac9fc7275f1de5d410b50503e0eac89826c6551c7f1d25b689e -Size (clap-3.1.5.crate) = 201823 bytes +BLAKE2s (clap-3.1.14.crate) = 32e701e8eeb2efba49c2ba4226f8eb88bcd98b3e90cf833a71e02e1c70c17566 +SHA512 (clap-3.1.14.crate) = 8f90b1536cc4d638523a1798f001464d7c93351e8f422d5ae4772a59ea463fbe390198ef08938475426c837b43272d030bab1c12234c7b55fee677a527660fe4 +Size (clap-3.1.14.crate) = 207088 bytes BLAKE2s (clap_complete-3.1.1.crate) = e724296358050df5b06a71f3feb9fdd676c2ac06a62851fa6007aa930b93972c SHA512 (clap_complete-3.1.1.crate) = 73ccd96b2116e756b6d4e00b28720e1e66984cd0efde5f2ec80a8a4c00737a9a096472f96ac6430c7ab586de57e38639ab15484ea6b088ddafc9f021b4680c8f Size (clap_complete-3.1.1.crate) = 22432 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes BLAKE2s (cloudabi-0.0.3.crate) = 2a90de89a2331676c9dd1929aa711d4d334ed5242a9edda69b2f88ce9db557e2 SHA512 (cloudabi-0.0.3.crate) = 691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c Size (cloudabi-0.0.3.crate) = 22156 bytes @@ -84,9 +87,9 @@ Size (hashbrown-0.11.2.crate) = 85713 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes -BLAKE2s (hyperfine-1.13.0.tar.gz) = 298cdbba3ef328c07307c3f357fa2de3d564ef76eb8051552f08fd65f1acb3b0 -SHA512 (hyperfine-1.13.0.tar.gz) = c1bd9733f50121cb0a3452c3f650763875dce0edf38d091d680072e2738994be4f32c6ffe8bf145f0d8fb3d57703787a31493f67ca761eecb30e3848c8a435e4 -Size (hyperfine-1.13.0.tar.gz) = 161183 bytes +BLAKE2s (hyperfine-1.14.0.tar.gz) = e14eea512dc4197ffab7a45a088de3ead5706ede2e912d3ff6029a26cb505d83 +SHA512 (hyperfine-1.14.0.tar.gz) = a79e914fc45b96789422c3f0910eb2593459a53384591c8357539739d9e111c50b6efce0bfacf89d21980d272f637e09813da0e133757e4305f244186021839d +Size (hyperfine-1.14.0.tar.gz) = 149759 bytes BLAKE2s (indexmap-1.8.0.crate) = b4bffe99cb221a5d359fd9c75f454f07341917d88df746e4c6c874f6035a3a13 SHA512 (indexmap-1.8.0.crate) = 6af44320a80c8256291cc6e3c90311ce67b7f69ce039d640bb3abbcb6057f16eb443a407060ba647d7b16f44214acf59b566772a4802ba5000f036f69ca82a43 Size (indexmap-1.8.0.crate) = 52583 bytes @@ -108,12 +111,18 @@ Size (itoa-1.0.1.crate) = 11059 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.119.crate) = 2af7c725884d7abc62a49b653e1d9cb0ac2da8a1d3e28a6201c9c4bd4e2685a9 -SHA512 (libc-0.2.119.crate) = a43f8d1cac7a0d8c1bf6f2125695c03d91243498d2dea19a3a674ccb2c64fd00bac4040c42130a1a096b2148451f62e1292c5c71f424f51f888d6a37c7db0bcd -Size (libc-0.2.119.crate) = 575749 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 +SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f +Size (memoffset-0.6.5.crate) = 7686 bytes +BLAKE2s (nix-0.24.1.crate) = fe97a96f2a60fd190470458e528b89b22733d8111577c60906b7011c23e680b6 +SHA512 (nix-0.24.1.crate) = eea2346477b5acbcc7c74fc0d3f99e35bc85f8195563599423cd838f258c388561e82feb66e9793528f55eea2cb015e899a335d6da82ca0c1b8acdff1b53efaa +Size (nix-0.24.1.crate) = 263506 bytes BLAKE2s (normalize-line-endings-0.3.0.crate) = d148e24dadfbeccefd806b3d8f5426498c5118471813392b089158daffe2c77f SHA512 (normalize-line-endings-0.3.0.crate) = f8e2a6e333b0e8972febe8b9cf058c8d899c384fd177e0b6ef1c5f94e0fa18192963970cb1a2ba80e3135a8cca66cdae6796e4d84ac6b325bb369575bdfc6eea Size (normalize-line-endings-0.3.0.crate) = 5737 bytes @@ -222,9 +231,9 @@ Size (regex-syntax-0.6.25.crate) = 293293 bytes BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c Size (remove_dir_all-0.5.3.crate) = 9184 bytes -BLAKE2s (rust_decimal-1.22.0.crate) = f00432066d6c0e7e32b53c89880c77547425f8a8a3f11fec7f83931001507f44 -SHA512 (rust_decimal-1.22.0.crate) = fe9aeac70b5092ddd3b1de4ab10ce5662103a3f423ac977528a4b6a94982ab982b6fa648eb759b8ab6e96a6f642d8abac7d2ec432cbe197e7409c91e0386d6b8 -Size (rust_decimal-1.22.0.crate) = 112006 bytes +BLAKE2s (rust_decimal-1.23.1.crate) = 23aec6448b58a0fa00e80153f7c7acfdffd9a7f6ffdaa40f69959052d29e8bc0 +SHA512 (rust_decimal-1.23.1.crate) = 1283af81b2641d393d6be6bde33bc71d8e6708e7da8e59718512047c9439fdef566232e6a806a1de6f3ce87c4d74cd91b1da538497fb8b93b7a110c237d2659b +Size (rust_decimal-1.23.1.crate) = 113153 bytes BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb Size (ryu-1.0.9.crate) = 48391 bytes @@ -234,9 +243,9 @@ Size (serde-1.0.136.crate) = 76158 bytes BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 Size (serde_derive-1.0.136.crate) = 54776 bytes -BLAKE2s (serde_json-1.0.79.crate) = d12eba94c3e529435de4c570027e0035cefc74b5d14cfd0db96e5ea508f51c0a -SHA512 (serde_json-1.0.79.crate) = 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 -Size (serde_json-1.0.79.crate) = 144451 bytes +BLAKE2s (serde_json-1.0.80.crate) = 798285f063ac4db4ff9461e09b528fb722e9749dcc20f9ab4c96e0cfe14cb86c +SHA512 (serde_json-1.0.80.crate) = c21115b0511646610f7bd6a56e7b65a539e91c5102e337788b3767da40738de76dac9cb3e86305566965b1d3f357b50e4dbf2ea9cec77b5c536219a893f82bb5 +Size (serde_json-1.0.80.crate) = 144439 bytes BLAKE2s (shell-words-1.1.0.crate) = 84a7e31b11cf452d0d0606c8e6d6809ce707d4e1abe35546491dd262010f4912 SHA512 (shell-words-1.1.0.crate) = 05c280a8e1f65b205746560a82e397689a3b5ec934219b558ece3a25efbfdefe903f9172319240e96039b38fb2c4be6e070805aedbdfd10344d9144b9c93de00 Size (shell-words-1.1.0.crate) = 9871 bytes @@ -264,12 +273,12 @@ Size (termtree-0.2.4.crate) = 4416 bytes BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd Size (textwrap-0.15.0.crate) = 52998 bytes -BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 Size (unicode-xid-0.2.2.crate) = 14955 bytes From 6e04ff4f46db1d8fa29869e5d29928df5d3f4a7e Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:05:46 +0000 Subject: [PATCH 0615/1154] doc: Updated benchmarks/hyperfine to 1.14.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 26d2c62cebab1..3616461519c28 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2612 2022/05/18 12:04:40 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2613 2022/05/18 12:05:46 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4032,3 +4032,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-cython to 0.29.30 [adam 2022-05-18] Updated www/ddgr to 2.0 [pin 2022-05-18] Updated textproc/git-delta to 0.13.0 [pin 2022-05-18] + Updated benchmarks/hyperfine to 1.14.0 [pin 2022-05-18] From 7ce962b051e4533a88080fa578077898c7f931f9 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:06:27 +0000 Subject: [PATCH 0616/1154] graphics/kvantum: update to 1.0.2 -QML tool buttons that are styled by qqc2-desktop-style (e.g., inside KDE's System Settings) are drawn like ordinary buttons as far as possible. -Improvements and workarounds for LibreOffice's Qt skin. -A warning dialog is added for kinetic scrolling. It should not be enabled by theme makers. --- graphics/kvantum/Makefile | 4 ++-- graphics/kvantum/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/kvantum/Makefile b/graphics/kvantum/Makefile index 55ec625913185..bdf68188a4941 100644 --- a/graphics/kvantum/Makefile +++ b/graphics/kvantum/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/04/26 06:55:43 pin Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/18 12:06:27 pin Exp $ -DISTNAME= Kvantum-1.0.1 +DISTNAME= Kvantum-1.0.2 PKGNAME= ${DISTNAME:tl} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} diff --git a/graphics/kvantum/distinfo b/graphics/kvantum/distinfo index bedd283959bc9..a8189782d550d 100644 --- a/graphics/kvantum/distinfo +++ b/graphics/kvantum/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/04/26 06:55:43 pin Exp $ +$NetBSD: distinfo,v 1.15 2022/05/18 12:06:27 pin Exp $ -BLAKE2s (Kvantum-1.0.1.tar.gz) = fb397dc8780fd54880c4f54bcf42e60b3521ac71bab9d0bb04de523f19c2a016 -SHA512 (Kvantum-1.0.1.tar.gz) = 7b8ebb193725b2d6507718a82ca72703db5bd074d25f2d33154836ecf0cfb91f1e30a9e215142f608dec367244d4833767a45723c4649249112baca4deed7308 -Size (Kvantum-1.0.1.tar.gz) = 2971169 bytes +BLAKE2s (Kvantum-1.0.2.tar.gz) = 796d2632a4823534af470226ee03549d3dbbfe1c2aabc1144fd0f1b58b7b8701 +SHA512 (Kvantum-1.0.2.tar.gz) = da9a1d4f9cd3d961598deb599c5f7a2906be88ace4ed27c5f7bfa2462467c90b8a9458c3bb8595591129db01f248ceb4f7abc5f4057df650741f1345f741ce22 +Size (Kvantum-1.0.2.tar.gz) = 2977439 bytes From 97f61cf0ff4a552b619613797ec62dcad6a1f489 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:06:47 +0000 Subject: [PATCH 0617/1154] doc: Updated graphics/kvantum to 1.0.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3616461519c28..eb6df56637060 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2613 2022/05/18 12:05:46 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2614 2022/05/18 12:06:47 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4033,3 +4033,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/ddgr to 2.0 [pin 2022-05-18] Updated textproc/git-delta to 0.13.0 [pin 2022-05-18] Updated benchmarks/hyperfine to 1.14.0 [pin 2022-05-18] + Updated graphics/kvantum to 1.0.2 [pin 2022-05-18] From 2f16a84e3b21f437fd0ce843bd4206ae39c46cda Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:07:31 +0000 Subject: [PATCH 0618/1154] shells/starship: update to 1.6.3 1.6.3 (2022-04-26) Bug Fixes git_branch: correct variable name for remote branch (#3897) (bd7957f) schema: move config-schema into docs folder (#3878) (094f982) Performance Improvements package: only try to read files that exist (#3904) (2a650bf) Reverts schema: move config-schema back into .github folder (#3886) (9b2ce42) --- shells/starship/Makefile | 4 +-- shells/starship/cargo-depends.mk | 15 ++++++---- shells/starship/distinfo | 47 +++++++++++++++++++------------- 3 files changed, 39 insertions(+), 27 deletions(-) diff --git a/shells/starship/Makefile b/shells/starship/Makefile index bec2cc4eac1a3..e02740f6875b0 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/20 19:41:16 pin Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/18 12:07:31 pin Exp $ -DISTNAME= starship-1.6.2 +DISTNAME= starship-1.6.3 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=starship/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/shells/starship/cargo-depends.mk b/shells/starship/cargo-depends.mk index 71348a26c88c8..206fff09000e4 100644 --- a/shells/starship/cargo-depends.mk +++ b/shells/starship/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.12 2022/04/20 19:41:16 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.13 2022/05/18 12:07:31 pin Exp $ CARGO_CRATE_DEPENDS+= ahash-0.7.6 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 @@ -30,9 +30,10 @@ CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 -CARGO_CRATE_DEPENDS+= clap-3.1.8 -CARGO_CRATE_DEPENDS+= clap_complete-3.1.1 +CARGO_CRATE_DEPENDS+= clap-3.1.12 +CARGO_CRATE_DEPENDS+= clap_complete-3.1.2 CARGO_CRATE_DEPENDS+= clap_derive-3.1.7 +CARGO_CRATE_DEPENDS+= clap_lex-0.1.1 CARGO_CRATE_DEPENDS+= combine-4.6.3 CARGO_CRATE_DEPENDS+= concurrent-queue-1.2.2 CARGO_CRATE_DEPENDS+= const_format-0.2.22 @@ -116,6 +117,7 @@ CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 CARGO_CRATE_DEPENDS+= mockall-0.11.0 CARGO_CRATE_DEPENDS+= mockall_derive-0.11.0 CARGO_CRATE_DEPENDS+= nix-0.23.1 +CARGO_CRATE_DEPENDS+= nix-0.24.1 CARGO_CRATE_DEPENDS+= nom-5.1.2 CARGO_CRATE_DEPENDS+= nom-7.1.1 CARGO_CRATE_DEPENDS+= normalize-line-endings-0.3.0 @@ -227,7 +229,7 @@ CARGO_CRATE_DEPENDS+= time-0.1.44 CARGO_CRATE_DEPENDS+= time-0.3.9 CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= toml-0.5.8 +CARGO_CRATE_DEPENDS+= toml-0.5.9 CARGO_CRATE_DEPENDS+= toml_edit-0.14.2 CARGO_CRATE_DEPENDS+= typenum-1.15.0 CARGO_CRATE_DEPENDS+= ucd-trie-0.1.3 @@ -244,8 +246,8 @@ CARGO_CRATE_DEPENDS+= utf8-width-0.1.6 CARGO_CRATE_DEPENDS+= utf8parse-0.2.0 CARGO_CRATE_DEPENDS+= vcpkg-0.2.15 CARGO_CRATE_DEPENDS+= version_check-0.9.4 -CARGO_CRATE_DEPENDS+= versions-4.0.0 -CARGO_CRATE_DEPENDS+= vtparse-0.6.0 +CARGO_CRATE_DEPENDS+= versions-4.1.0 +CARGO_CRATE_DEPENDS+= vtparse-0.6.1 CARGO_CRATE_DEPENDS+= waker-fn-1.1.0 CARGO_CRATE_DEPENDS+= wasi-0.9.0+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1 @@ -256,6 +258,7 @@ CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= windows-0.24.0 +CARGO_CRATE_DEPENDS+= windows-0.35.0 CARGO_CRATE_DEPENDS+= windows-sys-0.35.0 CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.35.0 CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.24.0 diff --git a/shells/starship/distinfo b/shells/starship/distinfo index 3e70e8716d539..b4d3d1a96d962 100644 --- a/shells/starship/distinfo +++ b/shells/starship/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2022/04/20 19:41:16 pin Exp $ +$NetBSD: distinfo,v 1.16 2022/05/18 12:07:31 pin Exp $ BLAKE2s (ahash-0.7.6.crate) = 5a260485860dccfc4af4ad41b107d11c1a1a0fadb036ef801484ecc98d4a6bc8 SHA512 (ahash-0.7.6.crate) = 61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68 @@ -90,15 +90,18 @@ Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 Size (chrono-0.4.19.crate) = 155663 bytes -BLAKE2s (clap-3.1.8.crate) = 03c7b58baa42065f685aea9ed4da13b3b8d6d2484a3e75c9b8ebd954e3c1cb4b -SHA512 (clap-3.1.8.crate) = 74787dd0a8cd25952a0019c7ec6bce454de2b3b9ce452d2f736b52bdac668d16abe00c08ca42439805296af8bcbc69bbe7f9110baead1296b93abad6b5f84271 -Size (clap-3.1.8.crate) = 206494 bytes -BLAKE2s (clap_complete-3.1.1.crate) = e724296358050df5b06a71f3feb9fdd676c2ac06a62851fa6007aa930b93972c -SHA512 (clap_complete-3.1.1.crate) = 73ccd96b2116e756b6d4e00b28720e1e66984cd0efde5f2ec80a8a4c00737a9a096472f96ac6430c7ab586de57e38639ab15484ea6b088ddafc9f021b4680c8f -Size (clap_complete-3.1.1.crate) = 22432 bytes +BLAKE2s (clap-3.1.12.crate) = 212c973c8cbb313681eeac163d02820d5f4a0ed5d975e48f42bf531333713858 +SHA512 (clap-3.1.12.crate) = 94a594886d4fcc3ef745cea1f98202765aaeaac816d9271f132d4f8c90e6679fd56077e11c621222bac9200552839297f98c7788462d015334090e8772715cb5 +Size (clap-3.1.12.crate) = 206752 bytes +BLAKE2s (clap_complete-3.1.2.crate) = 9682c8a36203f38973dcee976b468eae6c421eb17f92cf0e75f16af1b20ef3d2 +SHA512 (clap_complete-3.1.2.crate) = 94b176115fa0edf12f1af62388c8f175074fca980f4006f9bb755e9be773785bca80b3b11821bdc8498b06f5d3aaae169f7daceda5a352eb39312f48b255ebc5 +Size (clap_complete-3.1.2.crate) = 23138 bytes BLAKE2s (clap_derive-3.1.7.crate) = 007e3972e4e44b617b811fa373496acb63922e93cfd7a8da6165560892e6cf5b SHA512 (clap_derive-3.1.7.crate) = 7f34c1b7c67bddbdbc1b159fcde366babe37f355637cc1f12748a51d0ecf89ce3e6aaf5ed140aae6539f12182ac8e2ca93c2790ea2dc84657487066c9d77a869 Size (clap_derive-3.1.7.crate) = 25363 bytes +BLAKE2s (clap_lex-0.1.1.crate) = f47d4ed408e6e0c954f6c555c6241ca028e39fa63dbc02a4a9e76d608f5ecc2b +SHA512 (clap_lex-0.1.1.crate) = 4d7667fb4cc86fd820262c4642c37a073e558ac5c05e1a8efc2813f54c364e2c4e980a8ddd81e72b11b02f494b20ad89c77e9649d1a6c0ed418194db808f1383 +Size (clap_lex-0.1.1.crate) = 9603 bytes BLAKE2s (combine-4.6.3.crate) = b329804570c32d5456de3e9f5592a8725654e531c5aa2b2785d0c9ac2156c16f SHA512 (combine-4.6.3.crate) = 495f9703efc2b9271dad2fdd2626aa9a1843fd3e10e63d0c8b9e42d4c7e3137a4740aa476c0206ad8dbf2683d0eeafde36f70581bdeb30299fa08e077f9183f3 Size (combine-4.6.3.crate) = 132015 bytes @@ -348,6 +351,9 @@ Size (mockall_derive-0.11.0.crate) = 43270 bytes BLAKE2s (nix-0.23.1.crate) = f2cc2a3e893a47f30d1623cd826559065d811604dcf64ca337299adfdc8a8f7b SHA512 (nix-0.23.1.crate) = 23431030b094ebb027200d8cdc05d0ac1730fbb86ee088795a2314f1ba19b76ed5f24373c1aba8125575bf69f8e7d4d9c08344b9cb49a4ae3d8f7987b5f4e6b6 Size (nix-0.23.1.crate) = 240531 bytes +BLAKE2s (nix-0.24.1.crate) = fe97a96f2a60fd190470458e528b89b22733d8111577c60906b7011c23e680b6 +SHA512 (nix-0.24.1.crate) = eea2346477b5acbcc7c74fc0d3f99e35bc85f8195563599423cd838f258c388561e82feb66e9793528f55eea2cb015e899a335d6da82ca0c1b8acdff1b53efaa +Size (nix-0.24.1.crate) = 263506 bytes BLAKE2s (nom-5.1.2.crate) = e53409e93d97ffea1e7dea584661529d9dda991343482db47bc2cc19dca89cbd SHA512 (nom-5.1.2.crate) = 53b8ddab62475588efae46c78b5fd086a14c0fa505c84e625fbedd6dc74d4ac047e9fbed7312b797f126e9ca1f056458d8ffe0ab13f0117de685ef8b43f86aca Size (nom-5.1.2.crate) = 136174 bytes @@ -618,9 +624,9 @@ Size (slab-0.4.5.crate) = 15888 bytes BLAKE2s (socket2-0.4.4.crate) = b552556efc0901934f3ff31724ae1a93e0211b1c6446e9b7bb14bd26b4c3bc21 SHA512 (socket2-0.4.4.crate) = 6624fb9b933763c22e6114a8f72c6af0969912717017dd5b13f1b5df19faa1b160376c12e8c8023c435281f6a7864e802f3c4c535de8a345fe206652104f2cd5 Size (socket2-0.4.4.crate) = 44048 bytes -BLAKE2s (starship-1.6.2.tar.gz) = 79d3e5b478a281585ebb58151e0253120bfbdbda2067f4ff47b49ec266512c38 -SHA512 (starship-1.6.2.tar.gz) = cce4830bd4d02875bd7446b36bfd7e161477251fc6d0cc84d14520ed2309861d89a6f2ed1a692b917c28b7d7c0f09d47db146c7c12612862da0a345732b33339 -Size (starship-1.6.2.tar.gz) = 6930609 bytes +BLAKE2s (starship-1.6.3.tar.gz) = aabf368b975e62929f2c4e39ef8c915c4c96c0f636ce37d50a95eb2a78c3ec4f +SHA512 (starship-1.6.3.tar.gz) = 1479764a7723460047d759dc7dab9632d80ff24ac800c43af415e02dbe551def4c0e060781dfbd25e2fba511f3d2e4e519c3b1b685d85ffb7bc8c53e9a5f1bd3 +Size (starship-1.6.3.tar.gz) = 6969000 bytes BLAKE2s (starship-battery-0.7.9.crate) = 48069a1fa7ae0bec70d73d0e99dea0bd3c2704bf7a18af4a778ea6a75a68be81 SHA512 (starship-battery-0.7.9.crate) = da68cb1e638d0e9fd3b68de031f16c5389ca5d303481cbacbb378d82ce4404a380726c758f41109916eb798a690bf2bf6d485ad758d2cac638567e3f3d4a9d7f Size (starship-battery-0.7.9.crate) = 37685 bytes @@ -684,9 +690,9 @@ Size (tinyvec-1.5.1.crate) = 44942 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (toml-0.5.8.crate) = c3c1c927b8bb8ed0cfe2f2796712885aef2602f7faa900a994390a5f61e6b2ee -SHA512 (toml-0.5.8.crate) = 26b7901ee4b7cbb4cf8ea57d365a99ed05e0a76e73452e47d4bcb3b4eeb7bbd393c13eea9ea33dc13622942efcda39acdba9425b74b40c920c9f19673a1f2082 -Size (toml-0.5.8.crate) = 54219 bytes +BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e +SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 +Size (toml-0.5.9.crate) = 55667 bytes BLAKE2s (toml_edit-0.14.2.crate) = 32caeacbb4a66b9c61345399c39b0657c514f959b10cb212e19a8387d841a95d SHA512 (toml_edit-0.14.2.crate) = 667efe47d83e50b2a9e41b9f2774d3311b725dbeceb3ed6964ae6c9f740bdf2297e8461fef7cb6cc5fef76e3be7ebc9f0109f9a9b95bbf4d11b7777c02c46775 Size (toml_edit-0.14.2.crate) = 104837 bytes @@ -735,12 +741,12 @@ Size (vcpkg-0.2.15.crate) = 228735 bytes BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 Size (version_check-0.9.4.crate) = 14895 bytes -BLAKE2s (versions-4.0.0.crate) = a54bac7fbf0829ff82f86470afa555493db1538c48b215e7e32fb9ebb735829c -SHA512 (versions-4.0.0.crate) = 34a6ffdceb6752a680b135d0d4548442ff5de79af9d91170a9fd8666e4a0eb9bfe25995820df6c4e6cfa2134bf552bc506a1fb2206b2a1d86fb1d6824b5033f7 -Size (versions-4.0.0.crate) = 15385 bytes -BLAKE2s (vtparse-0.6.0.crate) = 00cf213f23f6fee2421cd01fca631506de58d93ba1c6a646fab69e5ca82f8630 -SHA512 (vtparse-0.6.0.crate) = df6a2225f103adea77e2c30b63c360bc40b4edec725268f0c7fcc0494b5ec55758eee0234f92e31cc7539af716447c7559dcd24d6764b898f2a5a9420fb3ef81 -Size (vtparse-0.6.0.crate) = 11238 bytes +BLAKE2s (versions-4.1.0.crate) = 190634af76d167a715e9b148fc9e7e495af45ad2b6afff0465545fcb773cd7c4 +SHA512 (versions-4.1.0.crate) = e8a1dfa590a3bcb083fa70dbb32401e7bb8f478e01b9a9e19f4ee902d8088fd083464820caf52fb736f799060abb4e8119da457c84c4360daa03b634b395b333 +Size (versions-4.1.0.crate) = 15700 bytes +BLAKE2s (vtparse-0.6.1.crate) = e237b808866fbfd22ebf0bd0596395d862ccc7c651242c18e631f01fc2c5ba40 +SHA512 (vtparse-0.6.1.crate) = 23742a30bd921ae12e491fe82684d620ff07a44aba62e89ad6f99ff195ae21e3042f49573a8e8510b1bd03da194f37de1168590580cac314b4174fcab43c177a +Size (vtparse-0.6.1.crate) = 11265 bytes BLAKE2s (waker-fn-1.1.0.crate) = 4503c8b2094327298ca68842b17ef0295918ad9560bf36068585dc9f88b136ac SHA512 (waker-fn-1.1.0.crate) = 80f612597534d9f8bdcd5e6bdff740805efe28242822bc6db360e114a23cb47ff88c74b8ab855bc764f0a73545e85a69d76bce1441e5899a36e41ca270695dc5 Size (waker-fn-1.1.0.crate) = 7114 bytes @@ -771,6 +777,9 @@ Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes BLAKE2s (windows-0.24.0.crate) = d4677c05f096aacdb468f33c0f6abeea3f19729343d7262839fa4920e90b2371 SHA512 (windows-0.24.0.crate) = 8b6dddb7ff21b288d1be7c7ba85d74a52181189898a3ce0be627ca16d1837fae00e51bf784964783159df2aeeb4255fa594e0c56eea024cbfcd42be75c0d5410 Size (windows-0.24.0.crate) = 12674875 bytes +BLAKE2s (windows-0.35.0.crate) = 71fed9e91cd337c8b809c1f73265ee718894666c44ae3266f5d03bc1d9b6aafa +SHA512 (windows-0.35.0.crate) = 71ca88af44817e1ca35d39dd138f7a3819067ba30c6d154cd1528d810f5e2accf0f7b3545ba8178cd70bab379eba3820862044d7871a8249e84d25b06693bfb9 +Size (windows-0.35.0.crate) = 13993813 bytes BLAKE2s (windows-sys-0.35.0.crate) = 9dec59484a2aaa97a8558c0eaa58a2700f675ee7ef99b9d7c6b3fa1a503721e7 SHA512 (windows-sys-0.35.0.crate) = 5ad6f9eb3bab272021f8aba45fd5825693086eab305c82d41b9ee4babbb23d469f4466214f1d9d93eeab9139717a205c6d7569545731cb3f3507c6c2a3cd3b4a Size (windows-sys-0.35.0.crate) = 3360659 bytes From 3c20ccbd8a3006881c03022997034a21c8881c22 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:07:56 +0000 Subject: [PATCH 0619/1154] doc: Updated shells/starship to 1.6.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index eb6df56637060..9b8b8e9733570 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2614 2022/05/18 12:06:47 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2615 2022/05/18 12:07:56 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4034,3 +4034,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/git-delta to 0.13.0 [pin 2022-05-18] Updated benchmarks/hyperfine to 1.14.0 [pin 2022-05-18] Updated graphics/kvantum to 1.0.2 [pin 2022-05-18] + Updated shells/starship to 1.6.3 [pin 2022-05-18] From 6dcb869fb1a6ac83a97b1f5516c31c62b47b4235 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:08:44 +0000 Subject: [PATCH 0620/1154] net/trippy: update to 0.4.0 0.4.0 - 2022-05-18 Added -Added -P (--target-port) flag to allow specifying the target port (1, 2) -Added ability to tracing with either a fixed source or a fixed destination port for both udp and tcp tracing (#43) -Display source and destination ports in Tui (#156) -Added the -A (--source-address) flag to allow specifying the source address (#162) -Added the -I (--interface) flag to allow specifying the source interface (#142) -Added the -Q (--tos) flag to allow specifying the TOS (DSCP+ECN) IPv4 header value (#38) Changed -Changed tcp tracing to use a standard (non-raw) socket to be able to detect the target (#134) -Changed udp tracing to use a standard (non-raw) socket (#155) -Renamed the --tui-max-addresses-per-hop flag as tui-max-addrs (#165) -Reorder the cli flags in the help output (#163) -Change short alias for flag max_round_duration from -I to -T (1) -Added short cli flags for source-port (-S), first-ttl (-f) and tui-max-addrs (-M) (1) Fixed -Checksums for udp packets were not being set (obsoleted by #155) (#159) -TimeExceeded responses from the target address were not being handled (1) -The largest time-to-live for a given round was being calculated incorrectly in some cases (1) --- net/trippy/Makefile | 4 +- net/trippy/cargo-depends.mk | 45 ++++++------ net/trippy/distinfo | 137 ++++++++++++++++++------------------ 3 files changed, 91 insertions(+), 95 deletions(-) diff --git a/net/trippy/Makefile b/net/trippy/Makefile index 186c06fa12077..431e5611cbcd8 100644 --- a/net/trippy/Makefile +++ b/net/trippy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2022/05/09 21:44:20 pin Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/18 12:08:44 pin Exp $ -DISTNAME= trippy-0.3.1 +DISTNAME= trippy-0.4.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=fujiapple852/} diff --git a/net/trippy/cargo-depends.mk b/net/trippy/cargo-depends.mk index a3a289efdc8f1..6513230871601 100644 --- a/net/trippy/cargo-depends.mk +++ b/net/trippy/cargo-depends.mk @@ -1,7 +1,8 @@ -# $NetBSD: cargo-depends.mk,v 1.2 2022/05/09 21:44:20 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.3 2022/05/18 12:08:44 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= anyhow-1.0.57 +CARGO_CRATE_DEPENDS+= arrayvec-0.7.2 CARGO_CRATE_DEPENDS+= async-trait-0.1.53 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.1.0 @@ -12,8 +13,8 @@ CARGO_CRATE_DEPENDS+= cassowary-0.3.0 CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 -CARGO_CRATE_DEPENDS+= clap-3.1.17 -CARGO_CRATE_DEPENDS+= clap_derive-3.1.7 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_derive-3.1.18 CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 CARGO_CRATE_DEPENDS+= comfy-table-5.0.1 CARGO_CRATE_DEPENDS+= convert_case-0.4.0 @@ -54,26 +55,24 @@ CARGO_CRATE_DEPENDS+= ipnetwork-0.18.0 CARGO_CRATE_DEPENDS+= itertools-0.10.3 CARGO_CRATE_DEPENDS+= itoa-1.0.1 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.124 +CARGO_CRATE_DEPENDS+= libc-0.2.125 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 CARGO_CRATE_DEPENDS+= lock_api-0.4.7 -CARGO_CRATE_DEPENDS+= log-0.4.16 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= lru-cache-0.1.2 CARGO_CRATE_DEPENDS+= match_cfg-0.1.0 CARGO_CRATE_DEPENDS+= matches-0.1.9 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 -CARGO_CRATE_DEPENDS+= mio-0.8.2 -CARGO_CRATE_DEPENDS+= miow-0.3.7 +CARGO_CRATE_DEPENDS+= mio-0.8.3 CARGO_CRATE_DEPENDS+= nix-0.24.1 -CARGO_CRATE_DEPENDS+= ntapi-0.3.7 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= once_cell-1.10.0 CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 -CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.2 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 @@ -88,7 +87,7 @@ CARGO_CRATE_DEPENDS+= pnet_transport-0.29.0 CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.16 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.37 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.38 CARGO_CRATE_DEPENDS+= quick-error-1.2.3 CARGO_CRATE_DEPENDS+= quote-1.0.18 CARGO_CRATE_DEPENDS+= rand-0.8.5 @@ -102,7 +101,7 @@ CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 CARGO_CRATE_DEPENDS+= rustversion-1.0.6 CARGO_CRATE_DEPENDS+= ryu-1.0.9 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 -CARGO_CRATE_DEPENDS+= semver-1.0.7 +CARGO_CRATE_DEPENDS+= semver-1.0.9 CARGO_CRATE_DEPENDS+= serde-1.0.137 CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 CARGO_CRATE_DEPENDS+= serde_json-1.0.81 @@ -115,7 +114,7 @@ CARGO_CRATE_DEPENDS+= socket2-0.4.4 CARGO_CRATE_DEPENDS+= strsim-0.10.0 CARGO_CRATE_DEPENDS+= strum-0.23.0 CARGO_CRATE_DEPENDS+= strum_macros-0.23.1 -CARGO_CRATE_DEPENDS+= syn-1.0.91 +CARGO_CRATE_DEPENDS+= syn-1.0.93 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 CARGO_CRATE_DEPENDS+= textwrap-0.15.0 @@ -124,7 +123,7 @@ CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= time-0.1.44 CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= tokio-1.18.0 +CARGO_CRATE_DEPENDS+= tokio-1.18.2 CARGO_CRATE_DEPENDS+= trust-dns-proto-0.21.2 CARGO_CRATE_DEPENDS+= trust-dns-resolver-0.21.2 CARGO_CRATE_DEPENDS+= tui-0.18.0 @@ -132,7 +131,7 @@ CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= version_check-0.9.4 CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1 @@ -142,10 +141,10 @@ CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 -CARGO_CRATE_DEPENDS+= windows-sys-0.34.0 -CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.34.0 -CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.34.0 -CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.34.0 -CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.34.0 -CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.34.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= winreg-0.7.0 diff --git a/net/trippy/distinfo b/net/trippy/distinfo index 9815e9ba5afa2..3d99eccf3c5be 100644 --- a/net/trippy/distinfo +++ b/net/trippy/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2022/05/09 21:44:20 pin Exp $ +$NetBSD: distinfo,v 1.3 2022/05/18 12:08:44 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 @@ -6,6 +6,9 @@ Size (aho-corasick-0.7.18.crate) = 112923 bytes BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 Size (anyhow-1.0.57.crate) = 44614 bytes +BLAKE2s (arrayvec-0.7.2.crate) = 8aa10ad047a554cd7b40494bc9e022c75feb413f61b978dca46c1459ac913163 +SHA512 (arrayvec-0.7.2.crate) = 80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc +Size (arrayvec-0.7.2.crate) = 29341 bytes BLAKE2s (async-trait-0.1.53.crate) = f3fc75b3d3b4868fcf914b8e482060f545dad82f06683ecad6dc39a2d5b13375 SHA512 (async-trait-0.1.53.crate) = 33fac59f2329997b3b17b076f816e32cd667f3317b324b74e1bf4ea28ef1d3ed53572316f9e034d1149cb8456dcb29e78474426aa04c42fa8bcb0dcf1da53763 Size (async-trait-0.1.53.crate) = 26210 bytes @@ -36,12 +39,12 @@ Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 Size (chrono-0.4.19.crate) = 155663 bytes -BLAKE2s (clap-3.1.17.crate) = 5fcacb9beb068d8c8d40661833394705091cc4e1578a09648d91cced22a17fc7 -SHA512 (clap-3.1.17.crate) = c80c96a0de1e5f5bf0eddf72ed265560fadcc893f4683bfec814ed3da9281546960d345317ba7ee28a46794a99de02f3fbb8966cf7103d244665d26427ae147d -Size (clap-3.1.17.crate) = 209176 bytes -BLAKE2s (clap_derive-3.1.7.crate) = 007e3972e4e44b617b811fa373496acb63922e93cfd7a8da6165560892e6cf5b -SHA512 (clap_derive-3.1.7.crate) = 7f34c1b7c67bddbdbc1b159fcde366babe37f355637cc1f12748a51d0ecf89ce3e6aaf5ed140aae6539f12182ac8e2ca93c2790ea2dc84657487066c9d77a869 -Size (clap_derive-3.1.7.crate) = 25363 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_derive-3.1.18.crate) = 525d5fbef0749e507dc2783712535f68b3899cbfc188888b2f4ad51a76edc1f8 +SHA512 (clap_derive-3.1.18.crate) = 9bf92e45de15bdfe1ca9a1363f1d243b8df1e5e7d957d6240fa351387b362ef91dc9acffea7256c2161ae8472e35ee2cd678c0bee1f9a27771ae9f4f3f71b351 +Size (clap_derive-3.1.18.crate) = 25521 bytes BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 Size (clap_lex-0.2.0.crate) = 9581 bytes @@ -162,18 +165,18 @@ Size (itoa-1.0.1.crate) = 11059 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.124.crate) = d6836ebb717c50c685a9c48fccaa43f93ed942d24bc719d6b23e2be3d1f87ae6 -SHA512 (libc-0.2.124.crate) = 19fed1eeac7ffbbe36ecb5beb3816b5244d3017b72376e84e532f253e07ee7bc310f6f636aed46174653232fcdb532c2506bc070bef31699db20572df0c45de3 -Size (libc-0.2.124.crate) = 577742 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 Size (linked-hash-map-0.5.4.crate) = 16166 bytes BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d Size (lock_api-0.4.7.crate) = 25371 bytes -BLAKE2s (log-0.4.16.crate) = 0f9e5a7e5aa99810947b7e3e8a9e057d1275ead9277283661b48c55e3cdeff78 -SHA512 (log-0.4.16.crate) = b12dfcd8bec2f44864b8174776d3151ddf1fa1d82bc8a54fb155d5af3b2af959aab4899d72835a3c25cf58d6c41cd7f1b16c2accbdc20a0eba7e8be3d1883ee1 -Size (log-0.4.16.crate) = 37758 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (lru-cache-0.1.2.crate) = e7946efa14035bb4ee1d063f08d51a6526b70dff88f2c9d5e575d83fe0531dad SHA512 (lru-cache-0.1.2.crate) = ecc67b4b2ed8d3596816c47e9c6aa242c7bdd1ee8087646e90c27a60d59175f661ec3ef82058c196bef2abdd302d429b7ea4279169689254a9f322dfd5697bf1 Size (lru-cache-0.1.2.crate) = 9307 bytes @@ -183,30 +186,24 @@ Size (match_cfg-0.1.0.crate) = 7153 bytes BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 Size (matches-0.1.9.crate) = 2246 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f Size (memoffset-0.6.5.crate) = 7686 bytes -BLAKE2s (mio-0.8.2.crate) = 5354cbe0c9ebb4e593448584a582a6be3bb3cdb1e274abb0ba112046d98b2495 -SHA512 (mio-0.8.2.crate) = c82ea0afc0de8acf162188a6131373f3cb3e7f3abb3094dd51fa9094e42a36806954f267840b3fed18c0ac3ee75af0451dfea5509ab65a94dcc93057c7d37393 -Size (mio-0.8.2.crate) = 88272 bytes -BLAKE2s (miow-0.3.7.crate) = 2f0e482e38ef6484f82da33b5e693f2923b1f94537b755ad2272a95614f62e88 -SHA512 (miow-0.3.7.crate) = 451073e8913148889493de0373bc0450c8b23e136e151b48b9976292e4e03b7c3f3279ecf49dda5196badfe662a661a998cfa456d2ec340a495d54a4d2382699 -Size (miow-0.3.7.crate) = 24563 bytes +BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe +SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb +Size (mio-0.8.3.crate) = 92506 bytes BLAKE2s (nix-0.24.1.crate) = fe97a96f2a60fd190470458e528b89b22733d8111577c60906b7011c23e680b6 SHA512 (nix-0.24.1.crate) = eea2346477b5acbcc7c74fc0d3f99e35bc85f8195563599423cd838f258c388561e82feb66e9793528f55eea2cb015e899a335d6da82ca0c1b8acdff1b53efaa Size (nix-0.24.1.crate) = 263506 bytes -BLAKE2s (ntapi-0.3.7.crate) = c213b3d1430084e83caefd21307c17e38108e1acb981a12abacd68f3ffe5df83 -SHA512 (ntapi-0.3.7.crate) = 6f5fc3b3629f028e03e878681a5a426945e471578c5dc78e121560887a9af285fe432f7401b19b7422e65c3b762651afb9a57a2f7605884c851ddf41b741585c -Size (ntapi-0.3.7.crate) = 126994 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 Size (num_cpus-1.13.1.crate) = 14752 bytes @@ -219,9 +216,9 @@ Size (os_str_bytes-6.0.0.crate) = 21046 bytes BLAKE2s (parking_lot-0.12.0.crate) = 178768a6e75a71099c9fbd12f427dd5e6b7bef0a92eb6c34e0873b8d4bb507b3 SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f Size (parking_lot-0.12.0.crate) = 39761 bytes -BLAKE2s (parking_lot_core-0.9.2.crate) = a1b36c6c99fa260defc0db7350cb0260eb52af4bffe931106f39e893cd37d336 -SHA512 (parking_lot_core-0.9.2.crate) = 0443dcd867d8be6e5d1b6ff0af8e31bde6378789e30865442bb15f48ac955beb847ab5954be4336fa47aadb7478606bd217b745134de50c16486c26e07fb10b5 -Size (parking_lot_core-0.9.2.crate) = 32254 bytes +BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 +SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df +Size (parking_lot_core-0.9.3.crate) = 32256 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes @@ -264,9 +261,9 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.37.crate) = 7df0f3468a68248fb6bb32150f677fcdc3fa3c62355feece702f8fb359889a87 -SHA512 (proc-macro2-1.0.37.crate) = cedb3433c6dfff39b404f8939c67e98303bb89a47e2cfb9659eeda1ca3e3d167800dca482374501632ab6d2283105dbd7560a157b48a351b2d3da059f946be55 -Size (proc-macro2-1.0.37.crate) = 41378 bytes +BLAKE2s (proc-macro2-1.0.38.crate) = c00fd51764ea0d2f85fd07ee9c649904b37e88b82bba50fa8eb6629e03347a91 +SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 +Size (proc-macro2-1.0.38.crate) = 41687 bytes BLAKE2s (quick-error-1.2.3.crate) = e8bf715ef837d08c31e3438c620f0dec10d35c906471ce97afd299a0a6ec0ade SHA512 (quick-error-1.2.3.crate) = f8aaf9024d20ccd42b706c756eed8320aee339f8776392b47a41cc82ca06b03df1a5b1f00854cea96689c5af261b4d8c5d2b1a242d10f2755e7e33dc41be35b9 Size (quick-error-1.2.3.crate) = 15066 bytes @@ -306,9 +303,9 @@ Size (ryu-1.0.9.crate) = 48391 bytes BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (scopeguard-1.1.0.crate) = 11470 bytes -BLAKE2s (semver-1.0.7.crate) = 6dbf6c5244cd9fcfe283ec6da3fa7036c3f32eac19398d91b816f73fa65b892c -SHA512 (semver-1.0.7.crate) = 1956b173e70a9ae78d4e96d62951072879998125bf4703a2763c8cafa4e94100010d6f923afb3b7201d0a3128948b71a5cad0b82cae1239e8f7631d5e003c663 -Size (semver-1.0.7.crate) = 30064 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b Size (serde-1.0.137.crate) = 76182 bytes @@ -345,9 +342,9 @@ Size (strum-0.23.0.crate) = 5429 bytes BLAKE2s (strum_macros-0.23.1.crate) = 2289836761f83f95bd956ff7048d0984cf936be4c7315da6269d676891a01495 SHA512 (strum_macros-0.23.1.crate) = df06d2e6cc4999d643eab7bbcf8ffdf91b7c3c507b075928c07516d7f3abaf419d833513619ea083d6d05b80656b0828a6ac13fe48d9bb99f809058f5888d606 Size (strum_macros-0.23.1.crate) = 18203 bytes -BLAKE2s (syn-1.0.91.crate) = 62243832fe3944a1abf4f87a0999c9e51383e16d5cd4d9337c2348b1d00f64c7 -SHA512 (syn-1.0.91.crate) = 28fe28a9d4e9ab3610850c1704be6f384e9fff191b1a5e11f9766bdada81a3e7426cbc776bbd63ea6710320c7416a622506d4a8d607d978af506d381658d4bff -Size (syn-1.0.91.crate) = 235996 bytes +BLAKE2s (syn-1.0.93.crate) = 8895cc25125f482e2414e7a1a7af8852366b3782335732d8012c0f7abffebd82 +SHA512 (syn-1.0.93.crate) = 8f767d2ecaab1f3c0aa094f047668be278f9a5c9cd5200f8ee4eaf295749bcbe4aa70a3714c315ed7b6e9a40d38e5f30db343cc9025c36579ce36457ce2f5e84 +Size (syn-1.0.93.crate) = 236682 bytes BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a Size (termcolor-1.1.3.crate) = 17242 bytes @@ -372,12 +369,12 @@ Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (tokio-1.18.0.crate) = 16ccd3fb78ed68c169e60fdd557c7939254dbe082d0e9efd6ca14f9cb55a4224 -SHA512 (tokio-1.18.0.crate) = b383657a0146ac832688712904951aa4f4ba51b3b207a51e1f22e12c2d357a2fc8b665bd9eb5ee985adc0b4db78f48786060d93822311fdb47477f77fed7348e -Size (tokio-1.18.0.crate) = 572178 bytes -BLAKE2s (trippy-0.3.1.tar.gz) = 30f7c3e7ff2739ab6d0b8544a39e357d157ead53d810036481d775f2045a2099 -SHA512 (trippy-0.3.1.tar.gz) = ce77489c24c94438742d8bd8fa64a6d7e8cd3cba0fb2b86e3d6b9f79f21d8d32dbdf7052290efb953a868023b0cb82db4bf3ee7d71d92eddef0f4e3c4d0dd3c6 -Size (trippy-0.3.1.tar.gz) = 2402863 bytes +BLAKE2s (tokio-1.18.2.crate) = 233d31ba356faa1800683b3fa64dc3dd6cb0fd929a709afa9e37b3a64ddabbc5 +SHA512 (tokio-1.18.2.crate) = 4fcadd729aa38eebc4a3e69cee10236a0867423035715a80595f43bfb21d0687fe6aa49752820d05f7885019e65cf78ca2bc34d01b248e6c067a7b781b4c636a +Size (tokio-1.18.2.crate) = 572381 bytes +BLAKE2s (trippy-0.4.0.tar.gz) = eeb384c899adab40ea64181c8644d2e265bfac8dbe38b6bb3de431921f7eb4d9 +SHA512 (trippy-0.4.0.tar.gz) = 6c5bf95839b9378c4a9c3797340d94ed37e88792d1dc5db282c7b1f4bfb488aad28d69bac675e7c0dcbf5840667ccbc6daca2def417adfa7aba82b5d1cc179b3 +Size (trippy-0.4.0.tar.gz) = 2408185 bytes BLAKE2s (trust-dns-proto-0.21.2.crate) = eab235b74af24727a9a9811f47a680f6ab09a21598a0477a2c8ff6825408af21 SHA512 (trust-dns-proto-0.21.2.crate) = e27b2bef0d4bfc90ffe19cd4f998b9d654447b41317ec9b013db628dc09e589b8496adef769575bc7f5b0451dbff912d26cb6aa067b74c2070f6ee9dac5e4ef6 Size (trust-dns-proto-0.21.2.crate) = 291378 bytes @@ -399,9 +396,9 @@ Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes @@ -429,24 +426,24 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes -BLAKE2s (windows-sys-0.34.0.crate) = be32cb5752fb7c61f535059e4e5133e314a031ffdb37537f64ed1924c12bc532 -SHA512 (windows-sys-0.34.0.crate) = e12b2ddac3e1b841630639c6896f1389e6bb69c33da278e6499e0d31fde5d5b197ac636f430a52ccea6c3bc622e4410618d13819ba4d4c272ef2ea599be356d8 -Size (windows-sys-0.34.0.crate) = 3369228 bytes -BLAKE2s (windows_aarch64_msvc-0.34.0.crate) = b8ff82b2c70d1f14d9dc49dc3919ebb2fc046a868ac8d00aff7f169cb71198a8 -SHA512 (windows_aarch64_msvc-0.34.0.crate) = 974c6f3c4bdbd217d9deac7e973b00c115e8b9b831f8b9d933455b11b8b6eb59782f7c7a06c9a4d81fdd41729858e303051eb0d56b971fea1025e86d2b702710 -Size (windows_aarch64_msvc-0.34.0.crate) = 674445 bytes -BLAKE2s (windows_i686_gnu-0.34.0.crate) = 9db5ff7cf0c785ba438124e1b8d04f7939eb6eb91d749c11a09d09c4a1f362b2 -SHA512 (windows_i686_gnu-0.34.0.crate) = e388b214d45ec14182af4c72e7b27f22dc7ac17725ce833e05cef9770b677dc929a20ffc1c28f604d5c8100f68d7bf4427feb2aeaf6edb776dc5bc1b505a94fd -Size (windows_i686_gnu-0.34.0.crate) = 772343 bytes -BLAKE2s (windows_i686_msvc-0.34.0.crate) = 045ed4051f3b0d97c6af2cda2720487a674e3a4761c884fb49ba55b84b3fed10 -SHA512 (windows_i686_msvc-0.34.0.crate) = 86771e1fed40e7398d3ce65bee46fcbfeb630e0f77766eeb1da0e5b2c47f94bd728f645a5c799ea8f7ef6653b37903d476b5b3eb763218bf10dd7af6b31c76dd -Size (windows_i686_msvc-0.34.0.crate) = 733497 bytes -BLAKE2s (windows_x86_64_gnu-0.34.0.crate) = 2ce02d09f282425c7689f3ecff3f166eccb0bf6418ba91cb04b8d7216e91a9e9 -SHA512 (windows_x86_64_gnu-0.34.0.crate) = 61f532c2c95edf42f79ced48be9d4a9810dda327f45ff2dbff19a5fb888e3ba206f2b875c5b5571884f27742fb380d5f1e105e6d5fa460a2e529b53625123d86 -Size (windows_x86_64_gnu-0.34.0.crate) = 744301 bytes -BLAKE2s (windows_x86_64_msvc-0.34.0.crate) = 065fcf903678b6f32abc31a44614b8aaeb94f84920129a2677d499167bd3aeda -SHA512 (windows_x86_64_msvc-0.34.0.crate) = 3bf5308993a259f5d1b3964698550151c5819a0d28a02928c6f7d70443be69131255a896d423f086a298842ba773502de8a8e8bb2ce8adbf7bf848ab40184bec -Size (windows_x86_64_msvc-0.34.0.crate) = 669900 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes BLAKE2s (winreg-0.7.0.crate) = 28c3c71cb1796acfda40be371f9dc6e59ea5be989d92db90f3b48027d4b89093 SHA512 (winreg-0.7.0.crate) = a0b7a2d239e30cea89a863b879831bc32b5f2988ef3f0586ddadda48827cafc82d3602d2f8df3c47dc1e80537149a1ca1dc1506f9fbf960d9ba081dff1bac731 Size (winreg-0.7.0.crate) = 21225 bytes From d9a1c6a8d8d6b12b365d36bc1512d7e84c19e29b Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 12:09:03 +0000 Subject: [PATCH 0621/1154] doc: Updated net/trippy to 0.4.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9b8b8e9733570..62c29b751356f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2615 2022/05/18 12:07:56 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2616 2022/05/18 12:09:03 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4035,3 +4035,4 @@ Changes to the packages collection and infrastructure in 2022: Updated benchmarks/hyperfine to 1.14.0 [pin 2022-05-18] Updated graphics/kvantum to 1.0.2 [pin 2022-05-18] Updated shells/starship to 1.6.3 [pin 2022-05-18] + Updated net/trippy to 0.4.0 [pin 2022-05-18] From 13657171888154d36ba59bb9bb4eb632230d5ea9 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 13:19:16 +0000 Subject: [PATCH 0622/1154] py-sanic: updated to 22.3.2 v22.3.2 Resolve warning issue with error handler mismatch warning --- www/py-sanic/Makefile | 4 ++-- www/py-sanic/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-sanic/Makefile b/www/py-sanic/Makefile index 5e3f5fe242f96..5e84d76ddf99e 100644 --- a/www/py-sanic/Makefile +++ b/www/py-sanic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2022/04/26 12:36:31 adam Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/18 13:19:16 adam Exp $ -DISTNAME= sanic-22.3.1 +DISTNAME= sanic-22.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sanic/} diff --git a/www/py-sanic/distinfo b/www/py-sanic/distinfo index 3dbd3702f921d..6991809d60e61 100644 --- a/www/py-sanic/distinfo +++ b/www/py-sanic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2022/04/26 12:36:31 adam Exp $ +$NetBSD: distinfo,v 1.24 2022/05/18 13:19:16 adam Exp $ -BLAKE2s (sanic-22.3.1.tar.gz) = 42423375eb0dc2d899190d0faeba27748c913be67520bc85e38dcccff95f70bf -SHA512 (sanic-22.3.1.tar.gz) = 039d45aebcb6bbe5598449d6602275df8b53230b05f7744faec86a49eab5ad5ef9c57699edd10c984bd314370c7938feee0da5ed8e07ca906cfa9798d7d22eca -Size (sanic-22.3.1.tar.gz) = 231454 bytes +BLAKE2s (sanic-22.3.2.tar.gz) = 748fcf317f9e0c0fe8d73255ba9497f6602fcb391102d5617d1d98269b087f22 +SHA512 (sanic-22.3.2.tar.gz) = 640e16d8d1b7f58ea9335a6dccc1a1bb9671c1e87065c9fa69291533fba4a2464b753f55abed02a1e484eb05fbe02065db18b5b3c5ed38399c8b0af2037fddba +Size (sanic-22.3.2.tar.gz) = 231479 bytes From 6b778a43562c1a40910a594784c89a82d372b4a1 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 13:21:08 +0000 Subject: [PATCH 0623/1154] py-lexicon: updated to 3.11.2 v3.11.2 Add support of record update without an identifier in yandex provider --- net/py-lexicon/Makefile | 4 ++-- net/py-lexicon/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/py-lexicon/Makefile b/net/py-lexicon/Makefile index 9e14d0016a639..aaf1c4806f699 100644 --- a/net/py-lexicon/Makefile +++ b/net/py-lexicon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2022/05/15 19:26:51 adam Exp $ +# $NetBSD: Makefile,v 1.75 2022/05/18 13:21:08 adam Exp $ -DISTNAME= dns-lexicon-3.11.1 +DISTNAME= dns-lexicon-3.11.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/dns-//} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dns-lexicon/} diff --git a/net/py-lexicon/distinfo b/net/py-lexicon/distinfo index d85dc1769f235..fbbc29b04c06c 100644 --- a/net/py-lexicon/distinfo +++ b/net/py-lexicon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.73 2022/05/15 19:26:51 adam Exp $ +$NetBSD: distinfo,v 1.74 2022/05/18 13:21:08 adam Exp $ -BLAKE2s (dns-lexicon-3.11.1.tar.gz) = c8bde8a290bfd0135b99c83b71c70e3bb1342224b48d4cf28b00557be61397af -SHA512 (dns-lexicon-3.11.1.tar.gz) = 560ce082463af9b498a7d90a954d615b6274d4e1f98a7ccd0675116904c768cee5fd76b4440e3e9c7009b84f7d29c297b50991055047abcafc2c077be38105fa -Size (dns-lexicon-3.11.1.tar.gz) = 151161 bytes +BLAKE2s (dns-lexicon-3.11.2.tar.gz) = aa9e0e6d196b4da8fec39b2fb84ddf5a5f21fed9404c33bd9854bbd68857a4ff +SHA512 (dns-lexicon-3.11.2.tar.gz) = fc51b09aa9a80c1807059e8016b857aa15b7785c515fa7fa1343cdffd63c1e2caab2737a0adffe5a0ca2d42f1c0e166b01e86562f71a02228db5a998172fc200 +Size (dns-lexicon-3.11.2.tar.gz) = 151323 bytes From d586cf1f62297bc3ddf1fbb72c9664e1b496a026 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 13:21:25 +0000 Subject: [PATCH 0624/1154] Updated www/py-sanic, net/py-lexicon --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 62c29b751356f..ae087ae6ca7e6 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2616 2022/05/18 12:09:03 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2617 2022/05/18 13:21:25 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4036,3 +4036,5 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/kvantum to 1.0.2 [pin 2022-05-18] Updated shells/starship to 1.6.3 [pin 2022-05-18] Updated net/trippy to 0.4.0 [pin 2022-05-18] + Updated www/py-sanic to 22.3.2 [adam 2022-05-18] + Updated net/py-lexicon to 3.11.2 [adam 2022-05-18] From b1ce7ed9accc6ba8235bb30331128dd03cdc8320 Mon Sep 17 00:00:00 2001 From: nia Date: Wed, 18 May 2022 13:26:23 +0000 Subject: [PATCH 0625/1154] libwmf: Remove obsolete MESSAGE file TrueType fonts are a standard component of modern X distributions, including NetBSD's, so there's probably no better need to mention them here than in any other package. --- graphics/libwmf/MESSAGE | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 graphics/libwmf/MESSAGE diff --git a/graphics/libwmf/MESSAGE b/graphics/libwmf/MESSAGE deleted file mode 100644 index ce5bb4f527c18..0000000000000 --- a/graphics/libwmf/MESSAGE +++ /dev/null @@ -1,8 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.4 2017/07/09 05:44:01 maya Exp $ - -For getting the most out of libwmf, consider installing TrueType -fonts, such as the fonts/ms-ttf, fonts/vera-ttf, and fonts/dbz-ttf -packages. - -=========================================================================== From 157d1d69e66f9ee3095ed53c98e4bdc8451728e0 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 13:27:34 +0000 Subject: [PATCH 0626/1154] sysutils/navi: update to 2.20.1 - Fix version in Cargo.toml (#732) --- sysutils/navi/Makefile | 4 ++-- sysutils/navi/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/navi/Makefile b/sysutils/navi/Makefile index cfdae92b23693..5e5ed775d8893 100644 --- a/sysutils/navi/Makefile +++ b/sysutils/navi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/05/15 21:27:10 pin Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/18 13:27:34 pin Exp $ -DISTNAME= navi-2.20.0 +DISTNAME= navi-2.20.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=denisidoro/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/navi/distinfo b/sysutils/navi/distinfo index b7bf02984c647..1cfcc335b6bdd 100644 --- a/sysutils/navi/distinfo +++ b/sysutils/navi/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2022/05/15 21:27:10 pin Exp $ +$NetBSD: distinfo,v 1.13 2022/05/18 13:27:34 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 @@ -99,9 +99,9 @@ Size (memoffset-0.6.4.crate) = 7664 bytes BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb Size (mio-0.8.3.crate) = 92506 bytes -BLAKE2s (navi-2.20.0.tar.gz) = f4b20c335102e1b056ba69633fc152b17ebd9b349097d801cd26dbef20a26d15 -SHA512 (navi-2.20.0.tar.gz) = c753c5b4ffb4a456d550d843f0f00769b5cad2b9074a1587168e6c810023b3980c12cc91d08569f7a2c1c1aa2668d6824d8fca2af74e4949f58dbd021daea062 -Size (navi-2.20.0.tar.gz) = 60027 bytes +BLAKE2s (navi-2.20.1.tar.gz) = 2ee1332a9999ed89131748abc4be6ef3e56aa6adf18d4a0efd12f90b4c3142d9 +SHA512 (navi-2.20.1.tar.gz) = ab030eb04d74f92417be55f74230aafacca05a9f87970d75a96369387d267c935b90543363e95ac059230a6be0219526caf04f57ad28a3125a3a4749d1fa4d2a +Size (navi-2.20.1.tar.gz) = 60039 bytes BLAKE2s (num_cpus-1.13.0.crate) = 9feb84c345e288846365e1ff29d95ee255a7792c11182ef39fd9b8c054359b14 SHA512 (num_cpus-1.13.0.crate) = e75ec298fa682be84bf4efb6cf40126da9233ef25f07e887c2fa7421ee78790204564e6406c8219466651f47421e27f69eca690bb9cdfc982b644d78cc10de3f Size (num_cpus-1.13.0.crate) = 14704 bytes From 22d3327f0dd4dc43407daee20db8cbd4265078c7 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 18 May 2022 13:27:54 +0000 Subject: [PATCH 0627/1154] doc: Updated sysutils/navi to 2.20.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ae087ae6ca7e6..4ddf7ecfefd05 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2617 2022/05/18 13:21:25 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2618 2022/05/18 13:27:54 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4038,3 +4038,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/trippy to 0.4.0 [pin 2022-05-18] Updated www/py-sanic to 22.3.2 [adam 2022-05-18] Updated net/py-lexicon to 3.11.2 [adam 2022-05-18] + Updated sysutils/navi to 2.20.1 [pin 2022-05-18] From 09a3194929a615cc99b4c73e67da63e62f5477a8 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 18 May 2022 14:17:34 +0000 Subject: [PATCH 0628/1154] netramet: remove No upstream, last release from 2002, doesn't build in any bulk builds (libpcap interface change, I think) --- doc/CHANGES-2022 | 3 +- security/Makefile | 3 +- security/netramet/DESCR | 2 - security/netramet/Makefile | 33 ------------- security/netramet/PLIST | 46 ------------------- security/netramet/distinfo | 17 ------- security/netramet/patches/patch-aa | 13 ------ security/netramet/patches/patch-ab | 13 ------ security/netramet/patches/patch-ac | 14 ------ security/netramet/patches/patch-ad | 12 ----- security/netramet/patches/patch-ae | 12 ----- security/netramet/patches/patch-af | 14 ------ security/netramet/patches/patch-ag | 13 ------ security/netramet/patches/patch-ah | 13 ------ security/netramet/patches/patch-ai | 20 -------- security/netramet/patches/patch-aj | 13 ------ .../patches/patch-src_manager_fd__extract.c | 21 --------- .../patches/patch-src_meter_lfapmet.c | 45 ------------------ 18 files changed, 3 insertions(+), 304 deletions(-) delete mode 100644 security/netramet/DESCR delete mode 100644 security/netramet/Makefile delete mode 100644 security/netramet/PLIST delete mode 100644 security/netramet/distinfo delete mode 100644 security/netramet/patches/patch-aa delete mode 100644 security/netramet/patches/patch-ab delete mode 100644 security/netramet/patches/patch-ac delete mode 100644 security/netramet/patches/patch-ad delete mode 100644 security/netramet/patches/patch-ae delete mode 100644 security/netramet/patches/patch-af delete mode 100644 security/netramet/patches/patch-ag delete mode 100644 security/netramet/patches/patch-ah delete mode 100644 security/netramet/patches/patch-ai delete mode 100644 security/netramet/patches/patch-aj delete mode 100644 security/netramet/patches/patch-src_manager_fd__extract.c delete mode 100644 security/netramet/patches/patch-src_meter_lfapmet.c diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4ddf7ecfefd05..206e769079b79 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2618 2022/05/18 13:27:54 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2619 2022/05/18 14:17:34 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4039,3 +4039,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-sanic to 22.3.2 [adam 2022-05-18] Updated net/py-lexicon to 3.11.2 [adam 2022-05-18] Updated sysutils/navi to 2.20.1 [pin 2022-05-18] + Removed security/netramet [wiz 2022-05-18] diff --git a/security/Makefile b/security/Makefile index e0de69789c15a..7f137cd3e476b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.861 2022/05/15 04:49:15 wiz Exp $ +# $NetBSD: Makefile,v 1.862 2022/05/18 14:17:34 wiz Exp $ # COMMENT= Security and cryptography tools and libraries @@ -245,7 +245,6 @@ SUBDIR+= munge SUBDIR+= nacl SUBDIR+= netpgp SUBDIR+= netpgpverify -SUBDIR+= netramet SUBDIR+= nettle SUBDIR+= nfsbug SUBDIR+= nikto diff --git a/security/netramet/DESCR b/security/netramet/DESCR deleted file mode 100644 index 709a08be05f03..0000000000000 --- a/security/netramet/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Network Traffic Meter - the implementation of the -Internet Accounting Architecture (RFC 2063 and RFC 2064). diff --git a/security/netramet/Makefile b/security/netramet/Makefile deleted file mode 100644 index e7cbccf31b6c1..0000000000000 --- a/security/netramet/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2019/11/04 21:12:55 rillig Exp $ -# - -DISTNAME= NeTraMet44 -PKGNAME= netramet-4.4.20 -PKGREVISION= 1 -CATEGORIES= security net -MASTER_SITES= # http://foobar.cit.buffalo.edu/nms/NeTraMet/ - -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= NEtwork TRaffic METer -#LICENSE= GNU EMACS GENERAL PUBLIC LICENSE - -MAKE_JOBS_SAFE= no - -GNU_CONFIGURE= YES - -CONFIGURE_ARGS+= --without-x -MAKE_ENV+= PCAP_LIB=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libpcap}/lib -INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} - -.include "../../net/libpcap/buildlink3.mk" - -CFLAGS.SunOS+= -Du_int64_t=uint64_t - -post-patch: - for i in `${FIND} ${WRKSRC} -name Makefile.in -print`; do \ - ${SED} "s,CFLAGS=,CFLAGS+=,g" $$i > $$i.done; \ - ${MV} $$i.done $$i; \ - done - -.include "../../net/libpcap/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/netramet/PLIST b/security/netramet/PLIST deleted file mode 100644 index c16967f778503..0000000000000 --- a/security/netramet/PLIST +++ /dev/null @@ -1,46 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:13:33 joerg Exp $ -bin/LfapMet -bin/NeMaC -bin/NeTraMet -bin/NetFlowMet -bin/NetFwd -bin/fd_extract -bin/fd_filter -bin/nm_rc -bin/nm_rr -bin/nm_st -bin/srl -share/NeTraMet/examples/2ip8.srl -share/NeTraMet/examples/broadcast.srl -share/NeTraMet/examples/cs2.srl -share/NeTraMet/examples/icmp.srl -share/NeTraMet/examples/k1.srl -share/NeTraMet/examples/k8.srl -share/NeTraMet/examples/n-ports.srl -share/NeTraMet/examples/nifty.srl -share/NeTraMet/examples/non-srl/rules.broadcast -share/NeTraMet/examples/non-srl/rules.default -share/NeTraMet/examples/non-srl/rules.gateway -share/NeTraMet/examples/non-srl/rules.ipport -share/NeTraMet/examples/non-srl/rules.lan -share/NeTraMet/examples/non-srl/rules.manage -share/NeTraMet/examples/non-srl/rules.nifty -share/NeTraMet/examples/non-srl/rules.other -share/NeTraMet/examples/non-srl/rules.rc.ip -share/NeTraMet/examples/non-srl/rules.rc.ip.new -share/NeTraMet/examples/non-srl/rules.rc.ipx -share/NeTraMet/examples/non-srl/rules.rc.ports -share/NeTraMet/examples/non-srl/rules.rc.ports.new -share/NeTraMet/examples/non-srl/rules.sample -share/NeTraMet/examples/non-srl/rules.two-adj-routers -share/NeTraMet/examples/non-srl/rules.two-ip-groups -share/NeTraMet/examples/non-srl/rules.x_ip -share/NeTraMet/examples/other.srl -share/NeTraMet/examples/pr+bc.srl -share/NeTraMet/mibs/meter-mib-31.txt -share/NeTraMet/mibs/meter-mib-32.txt -share/NeTraMet/mibs/mib-1.txt -share/NeTraMet/mibs/mib-41.txt -share/NeTraMet/mibs/mib.auckland -share/NeTraMet/mibs/mib.txt -share/NeTraMet/mibs/rtm-text.txt diff --git a/security/netramet/distinfo b/security/netramet/distinfo deleted file mode 100644 index 579b0518d90d9..0000000000000 --- a/security/netramet/distinfo +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:17:20 nia Exp $ - -BLAKE2s (NeTraMet44.tar.gz) = e58e85180d9a7408a9e9745f8f3db73c8e9541b66b862689b3bc8e7c3a1c6215 -SHA512 (NeTraMet44.tar.gz) = 18089ec4b7517e1c95956ff619f71c6568fbb62a3f2b539e601cb80497f3ba938c640ffdbe5118d494b846d7e177581c932dbb7d47314b941437ff92e0eca96d -Size (NeTraMet44.tar.gz) = 634714 bytes -SHA1 (patch-aa) = 5aa23af5263c719a53a453840646ddc3868d7461 -SHA1 (patch-ab) = 10fc930d9673556d7a856c70d3fdcb5be29f23fd -SHA1 (patch-ac) = dc61cc6db4cd5c7b0655c2003bcdea8e5ea745a8 -SHA1 (patch-ad) = 877610a172cbae7bc796f462a1f33b6a290d9c72 -SHA1 (patch-ae) = c20b2ca1d22330c71eee990d416ca01e7751ddac -SHA1 (patch-af) = b12113de41be1afc2c815f6fd103f6bcd7025c79 -SHA1 (patch-ag) = 84d37e1d61a915355816c24321d7b2ba0169b3e0 -SHA1 (patch-ah) = 9dc2a7095e4643076f56b3117d7ae733561334e3 -SHA1 (patch-ai) = 4cb01ff0df260782c52f16ce2d295cb96cfadf27 -SHA1 (patch-aj) = 37a17df225a11ba568b3e37f6c1729bac7b6aee4 -SHA1 (patch-src_manager_fd__extract.c) = 17739397a7298ffe2a85b91678db904b9d5a351a -SHA1 (patch-src_meter_lfapmet.c) = 1b8f71a8be25d116b175dba72d34d22500832c61 diff --git a/security/netramet/patches/patch-aa b/security/netramet/patches/patch-aa deleted file mode 100644 index d4b29a466491d..0000000000000 --- a/security/netramet/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2002/04/03 02:09:54 itojun Exp $ - ---- configure.in- Wed Apr 3 11:06:07 2002 -+++ configure.in Wed Apr 3 11:06:15 2002 -@@ -46,7 +46,7 @@ - dnl - AC_DEFINE(NEW_ATR) - AC_DEFINE(TCP_ATR) --AC_DEFINE(V6, 0) -+AC_DEFINE(V6, 1) - # To build v6-capable programs - # edit configure to set V6 to 1 <- <- - GFLAG= diff --git a/security/netramet/patches/patch-ab b/security/netramet/patches/patch-ab deleted file mode 100644 index bb57388ae1b12..0000000000000 --- a/security/netramet/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2002/04/03 02:09:54 itojun Exp $ - ---- configure- Wed Apr 3 11:06:03 2002 -+++ configure Wed Apr 3 11:06:17 2002 -@@ -677,7 +677,7 @@ - EOF - - cat >> confdefs.h <<\EOF --#define V6 0 -+#define V6 1 - EOF - - # To build v6-capable programs diff --git a/security/netramet/patches/patch-ac b/security/netramet/patches/patch-ac deleted file mode 100644 index 32a86aa5643d8..0000000000000 --- a/security/netramet/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2005/12/08 18:02:07 joerg Exp $ - ---- src/bgp/types/types.h.orig 2004-03-24 23:07:49.000000000 +1200 -+++ src/bgp/types/types.h -@@ -395,7 +395,9 @@ typedef void (*vfp)( void ); - * under UNIX - */ - #define _sys_errlist sys_errlist -+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__) - extern int sys_nerr; -+#endif - #if !defined(ALPHA) && !defined(IRIX) && !defined(NETBSD) - extern const char *const sys_errlist[]; - #endif diff --git a/security/netramet/patches/patch-ad b/security/netramet/patches/patch-ad deleted file mode 100644 index 92c8da5299a30..0000000000000 --- a/security/netramet/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2005/12/08 18:02:07 joerg Exp $ - ---- src/snmplib/snmpclnt.c.orig 2005-12-08 17:46:53.000000000 +0000 -+++ src/snmplib/snmpclnt.c -@@ -120,7 +120,6 @@ SOFTWARE. - extern char mc_buf[64]; - #endif - --extern int errno; - struct synch_state snmp_synch_state; - - struct snmp_pdu *snmp_pdu_create(int command) diff --git a/security/netramet/patches/patch-ae b/security/netramet/patches/patch-ae deleted file mode 100644 index a58fdd5ed37af..0000000000000 --- a/security/netramet/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2005/12/08 18:02:07 joerg Exp $ - ---- src/apps/snmptest.c.orig 2005-12-08 17:49:25.000000000 +0000 -+++ src/apps/snmptest.c -@@ -101,7 +101,6 @@ SOFTWARE. - #include "snmpapi.h" - #include "snmpclnt.h" - --extern int errno; - int command = GET_REQ_MSG; - int snmp_dump_packet = 0; - diff --git a/security/netramet/patches/patch-af b/security/netramet/patches/patch-af deleted file mode 100644 index a89f9702eae93..0000000000000 --- a/security/netramet/patches/patch-af +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-af,v 1.2 2007/12/28 05:13:24 obache Exp $ - ---- src/bgp/integrat/readbgp.c.orig 2005-12-08 17:50:47.000000000 +0000 -+++ src/bgp/integrat/readbgp.c -@@ -119,7 +119,9 @@ - #ifdef __unix__ - #define min(a,b) (((a) < (b)) ? (a) : (b)) - #define _sys_errlist sys_errlist -+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__) - int sys_nerr; -+#endif - #if !defined(ALPHA) && !defined(IRIX) && !defined(NETBSD) - extern const char *const sys_errlist[]; - #endif diff --git a/security/netramet/patches/patch-ag b/security/netramet/patches/patch-ag deleted file mode 100644 index 5c4b596ca2c9d..0000000000000 --- a/security/netramet/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2005/12/08 18:02:07 joerg Exp $ - ---- src/manager/nmc.h.orig 2005-12-08 17:54:12.000000000 +0000 -+++ src/manager/nmc.h -@@ -120,8 +120,6 @@ - #define MXCIROWS 20 - #define MXMIROWS 10 - --extern int errno; -- - EXTERN int snmp_dump_packet INIT(0); - - EXTERN int verbose, testing, listrules, standard, utc_time; diff --git a/security/netramet/patches/patch-ah b/security/netramet/patches/patch-ah deleted file mode 100644 index 6f4a62ec5b1ee..0000000000000 --- a/security/netramet/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2005/12/08 18:02:07 joerg Exp $ - ---- src/manager/fd_data.h.orig 2005-12-08 17:55:38.000000000 +0000 -+++ src/manager/fd_data.h -@@ -89,8 +89,6 @@ - #define INIT(v) = v - #endif - --extern int errno; -- - EXTERN int snmp_dump_packet INIT(0); - - EXTERN int verbose, testing, listrules, listformat, quiet; diff --git a/security/netramet/patches/patch-ai b/security/netramet/patches/patch-ai deleted file mode 100644 index 7f86c6905b6ad..0000000000000 --- a/security/netramet/patches/patch-ai +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ai,v 1.2 2012/11/19 03:03:42 joerg Exp $ - ---- src/meter/meter_ux.c.orig 2005-12-08 17:57:11.000000000 +0000 -+++ src/meter/meter_ux.c -@@ -2327,7 +2327,6 @@ void show_meter_time() - display_msg(0,msg); - } - --extern int errno; - int snmp_dump_packet = 0; - #define MXINTERFACES 4 - -@@ -2848,6 +2847,7 @@ void one_second_process(void) - #endif - } - -+void - handle_keyboard() - { - char kb_buf[25]; diff --git a/security/netramet/patches/patch-aj b/security/netramet/patches/patch-aj deleted file mode 100644 index af45dca6f3f8b..0000000000000 --- a/security/netramet/patches/patch-aj +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2006/06/06 16:54:47 minskim Exp $ - ---- src/meter/Makefile.in.orig 2006-06-06 16:47:33.000000000 +0000 -+++ src/meter/Makefile.in -@@ -56,7 +56,7 @@ DAGI_DIR= /usr/local/dag/include - #DAGI_DIR= /home/nevil/dag-2.2.1s/include - # dag.h required to compiler dag_reset() - --PCAP_LIB= -+PCAP_LIB?= - # Blank means "use libpcap.a in . or in system libraries" - #PCAP_LIB= -L/home/nevil/lib - diff --git a/security/netramet/patches/patch-src_manager_fd__extract.c b/security/netramet/patches/patch-src_manager_fd__extract.c deleted file mode 100644 index 5627065426d2c..0000000000000 --- a/security/netramet/patches/patch-src_manager_fd__extract.c +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-src_manager_fd__extract.c,v 1.1 2012/11/19 03:03:42 joerg Exp $ - ---- src/manager/fd_extract.c.orig 2012-11-18 23:38:16.000000000 +0000 -+++ src/manager/fd_extract.c -@@ -68,6 +68,7 @@ - #include - #endif - -+#include - #include - #include - #include -@@ -164,7 +165,7 @@ struct col_info *scan_col(void) - n = getnbr(); - } - if (n == RF_STATS) { -- if (!nexttoken()) return; -+ if (!nexttoken()) return NULL; - for (a = 0; a != 3; ++a) { - scbuf[a] = ic; nextchar(); - } diff --git a/security/netramet/patches/patch-src_meter_lfapmet.c b/security/netramet/patches/patch-src_meter_lfapmet.c deleted file mode 100644 index 51acb460237a1..0000000000000 --- a/security/netramet/patches/patch-src_meter_lfapmet.c +++ /dev/null @@ -1,45 +0,0 @@ -$NetBSD: patch-src_meter_lfapmet.c,v 1.1 2012/11/19 03:03:42 joerg Exp $ - ---- src/meter/lfapmet.c.orig 2012-11-18 23:39:30.000000000 +0000 -+++ src/meter/lfapmet.c -@@ -1115,13 +1115,13 @@ int handleFUN(struct interface_info *pi) - ies_len--; - for (i=0;ifs_pp[i]; - /* see if there's a FAS prefix, set it if so */ From 7460b1c605be481c3d4aa41c17d3e258c674cf95 Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 18 May 2022 14:58:16 +0000 Subject: [PATCH 0629/1154] (net/vultr-cli) correction to githubify. fix build --- net/vultr-cli/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/vultr-cli/Makefile b/net/vultr-cli/Makefile index 8ea6942f87b4a..a9d401c545ebe 100644 --- a/net/vultr-cli/Makefile +++ b/net/vultr-cli/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2022/05/16 18:08:00 tpaul Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/18 14:58:16 mef Exp $ -DISTNAME= vultr-cli-2.14.0 +VERSION= 2.14.0 +DISTNAME= vultr-cli-${VERSION} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=vultr/} +GITHUB_TAG= v${VERSION} DIST_SUBDIR= ${DISTNAME} MAINTAINER= tpaul@NetBSD.org From d9de31775a9290c84f5f90a1dff50f8d255279ff Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 18 May 2022 15:05:07 +0000 Subject: [PATCH 0630/1154] net/bind916: update to 9.16.29 This release contains a fix for CVE-2022-1183. --- 9.16.29 released --- 5885. [bug] RPZ NSIP and NSDNAME rule processing didn't handle stub and static-stub zones at or above the query name. This has now been addressed. [GL #3232] 5881. [bug] dig +nssearch could hang in rare cases when recv_done() callback was being called earlier than send_done(). [GL #3278] 5880. [func] Add new named command-line option -C to print built-in defaults. [GL #1326] 5879. [contrib] dlz: Add FALLTHROUGH and UNREACHABLE macros. [GL #3306] 5874. [bug] keymgr didn't work with python 3.11. [GL !6157] 5866. [bug] Work around a jemalloc quirk which could trigger an out-of-memory condition in named over time. [GL #3287] 5863. [bug] If there was a pending negative cache DS entry, validations depending upon it could fail. [GL #3279] 5858. [bug] Don't remove CDS/CDNSKEY DELETE records on zone sign when using 'auto-dnssec maintain;'. [GL #2931] --- net/bind916/Makefile | 4 ++-- net/bind916/distinfo | 9 ++++----- net/bind916/patches/patch-lib_dns_rdata.c | 17 ----------------- 3 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 net/bind916/patches/patch-lib_dns_rdata.c diff --git a/net/bind916/Makefile b/net/bind916/Makefile index 27792dad3f6f5..1931076ef270d 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2022/04/21 14:14:46 taca Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/18 15:05:07 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -15,7 +15,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.16.28 +BIND_VERSION= 9.16.29 BUILD_DEFS+= BIND_DIR VARBASE diff --git a/net/bind916/distinfo b/net/bind916/distinfo index 100da3bcabeb5..48f6bb4a00314 100644 --- a/net/bind916/distinfo +++ b/net/bind916/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2022/04/21 14:14:46 taca Exp $ +$NetBSD: distinfo,v 1.36 2022/05/18 15:05:07 taca Exp $ -BLAKE2s (bind-9.16.28.tar.xz) = df28906d9e1b2d64cb8ea367a8114e1fb3f9320a997c872b85e4a1150dc5058a -SHA512 (bind-9.16.28.tar.xz) = 7314c039b6d61b90e7f7c6d4465a26b214de67272116e334b8a3e2551b1d66c028819024ec819676c1cc66e6bf81f17890239bb48e4c40f9d6cea35f025976d3 -Size (bind-9.16.28.tar.xz) = 5084504 bytes +BLAKE2s (bind-9.16.29.tar.xz) = 580a49934d45635f83c5590a80562d9f6ddfaf8e7cd1b1e00e169034bcf3b676 +SHA512 (bind-9.16.29.tar.xz) = b4acbafed370438ac53e73468ccb5ea5745a1c8f764dd96f9c9a027594a3b7ce0d486e7f01138b39795b456265e0e6116cd76e44f5a3329687cd718550ca79fb +Size (bind-9.16.29.tar.xz) = 5088348 bytes SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb @@ -28,7 +28,6 @@ SHA1 (patch-lib_dns_pkcs11ecdsa__link.c) = 99f386b056c5a6471f69841c41a2698d36b6b SHA1 (patch-lib_dns_pkcs11eddsa__link.c) = bd887a6c8960da3a8663cdf5e955e045f16dee3f SHA1 (patch-lib_dns_rbt.c) = c14eff9a609e4b49aa9db18f395461cd7c8944be SHA1 (patch-lib_dns_rbtdb.c) = e8d61e1ba613b2a2fdcd3ff077e2e5b6ce2e45b2 -SHA1 (patch-lib_dns_rdata.c) = fb12d214a86d71d62e200e6bc09b7c8b7187b911 SHA1 (patch-lib_dns_request.c) = 82560e819cba0259883da8d47618ffabead22c55 SHA1 (patch-lib_dns_sdb.c) = ed447ec7a134e620765b25ee36124a19dfd9fab0 SHA1 (patch-lib_dns_sdlz.c) = 4fc15a577c64501c10c144eab147e54686e80309 diff --git a/net/bind916/patches/patch-lib_dns_rdata.c b/net/bind916/patches/patch-lib_dns_rdata.c deleted file mode 100644 index 4dbb311dc6f0f..0000000000000 --- a/net/bind916/patches/patch-lib_dns_rdata.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-lib_dns_rdata.c,v 1.1 2021/10/24 06:40:28 taca Exp $ - -* Take from NetBSD base. - ---- lib/dns/rdata.c.orig 2021-09-07 09:37:05.000000000 +0000 -+++ lib/dns/rdata.c -@@ -1888,8 +1888,8 @@ inet_totext(int af, uint32_t flags, isc_ - * parsing, so append 0 in that case. - */ - if (af == AF_INET6 && (flags & DNS_STYLEFLAG_YAML) != 0) { -- isc_textregion_t tr; -- isc_buffer_usedregion(target, (isc_region_t *)&tr); -+ isc_region_t tr; -+ isc_buffer_usedregion(target, &tr); - if (tr.base[tr.length - 1] == ':') { - if (isc_buffer_availablelength(target) == 0) { - return (ISC_R_NOSPACE); From 464b39ffec8446e8602ca183fae73972450c475d Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 18 May 2022 15:06:08 +0000 Subject: [PATCH 0631/1154] doc: Updated net/bind916 to 9.16.29 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 206e769079b79..1193e1915a039 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2619 2022/05/18 14:17:34 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2620 2022/05/18 15:06:08 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4040,3 +4040,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/py-lexicon to 3.11.2 [adam 2022-05-18] Updated sysutils/navi to 2.20.1 [pin 2022-05-18] Removed security/netramet [wiz 2022-05-18] + Updated net/bind916 to 9.16.29 [taca 2022-05-18] From 75cb7baa3e38e2b6e2daabcce67b86a9fc9cda30 Mon Sep 17 00:00:00 2001 From: nia Date: Wed, 18 May 2022 15:09:55 +0000 Subject: [PATCH 0632/1154] audacious: Allow building without either gtk or qt. --- audio/audacious-plugins/Makefile | 23 +++++++++++--- audio/audacious-plugins/PLIST | 52 ++++++++++++++++---------------- audio/audacious/Makefile | 4 +-- audio/audacious/PLIST | 38 +++++++++++------------ audio/audacious/options.mk | 27 ++++++++++++++--- 5 files changed, 88 insertions(+), 56 deletions(-) diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile index 2de36cb33d864..21c302cb9a641 100644 --- a/audio/audacious-plugins/Makefile +++ b/audio/audacious-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2022/04/18 19:10:18 adam Exp $ +# $NetBSD: Makefile,v 1.131 2022/05/18 15:09:55 nia Exp $ DISTNAME= audacious-plugins-4.1 PKGREVISION= 11 @@ -43,16 +43,31 @@ SUBST_SED.oss+= -e "s,/dev/dsp,${DEVOSSAUDIO},g" CONFIGURE_ARGS+= --disable-oss4 .endif -PLIST_VARS+= dbus - -.include "options.mk" .include "../../audio/audacious/buildlink3.mk" + +PLIST_VARS+= gtk2 +.if ${PKG_BUILD_OPTIONS.audacious:Mgtk2} +PLIST.gtk2+= yes +.else +CONFIGURE_ARGS+= --disable-gtk +.endif + +PLIST_VARS+= qt5 +.if ${PKG_BUILD_OPTIONS.audacious:Mqt5} +PLIST.qt5= yes +.else +CONFIGURE_ARGS+= --disable-qt +.endif + +PLIST_VARS+= dbus .if ${PKG_BUILD_OPTIONS.audacious:Mdbus} USE_TOOLS+= gdbus-codegen PLIST.dbus= yes .else CONFIGURE_ARGS+= --disable-mpris2 .endif + +.include "options.mk" .include "../../audio/faad2/buildlink3.mk" .include "../../audio/lame/buildlink3.mk" .include "../../audio/libcddb/buildlink3.mk" diff --git a/audio/audacious-plugins/PLIST b/audio/audacious-plugins/PLIST index 3bfbec6e12599..91967bced6639 100644 --- a/audio/audacious-plugins/PLIST +++ b/audio/audacious-plugins/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2021/05/14 06:42:48 nia Exp $ +@comment $NetBSD: PLIST,v 1.25 2022/05/18 15:09:55 nia Exp $ lib/audacious/Container/asx.so lib/audacious/Container/asx3.so lib/audacious/Container/audpl.so @@ -9,36 +9,36 @@ lib/audacious/Effect/compressor.so lib/audacious/Effect/crossfade.so lib/audacious/Effect/crystalizer.so lib/audacious/Effect/echo.so -lib/audacious/Effect/ladspa.so +${PLIST.gtk2}lib/audacious/Effect/ladspa.so lib/audacious/Effect/mixer.so lib/audacious/Effect/resample.so lib/audacious/Effect/silence-removal.so lib/audacious/Effect/speed-pitch.so lib/audacious/Effect/stereo.so lib/audacious/Effect/voice_removal.so -lib/audacious/General/alarm.so -lib/audacious/General/albumart-qt.so -lib/audacious/General/albumart.so -lib/audacious/General/aosd.so +${PLIST.gtk2}lib/audacious/General/alarm.so +${PLIST.qt5}lib/audacious/General/albumart-qt.so +${PLIST.gtk2}lib/audacious/General/albumart.so +${PLIST.gtk2}lib/audacious/General/aosd.so lib/audacious/General/cd-menu-items.so lib/audacious/General/delete-files.so -lib/audacious/General/gtkui.so -lib/audacious/General/hotkey.so +${PLIST.gtk2}lib/audacious/General/gtkui.so +${PLIST.gtk2}lib/audacious/General/hotkey.so ${PLIST.lirc}lib/audacious/General/lirc.so -lib/audacious/General/lyricwiki-qt.so +${PLIST.qt5}lib/audacious/General/lyricwiki-qt.so ${PLIST.dbus}lib/audacious/General/mpris2.so -lib/audacious/General/playlist-manager-qt.so -lib/audacious/General/playlist-manager.so -lib/audacious/General/qtui.so +${PLIST.qt5}lib/audacious/General/playlist-manager-qt.so +${PLIST.gtk2}lib/audacious/General/playlist-manager.so +${PLIST.qt5}lib/audacious/General/qtui.so lib/audacious/General/scrobbler.so -lib/audacious/General/search-tool-qt.so -lib/audacious/General/search-tool.so -lib/audacious/General/skins-qt.so -lib/audacious/General/skins.so -lib/audacious/General/song-info-qt.so +${PLIST.qt5}lib/audacious/General/search-tool-qt.so +${PLIST.gtk2}lib/audacious/General/search-tool.so +${PLIST.qt5}lib/audacious/General/skins-qt.so +${PLIST.gtk2}lib/audacious/General/skins.so +${PLIST.qt5}lib/audacious/General/song-info-qt.so lib/audacious/General/song_change.so -lib/audacious/General/statusicon-qt.so -lib/audacious/General/statusicon.so +${PLIST.qt5}lib/audacious/General/statusicon-qt.so +${PLIST.gtk2}lib/audacious/General/statusicon.so lib/audacious/Input/aac-raw.so ${PLIST.adplug}lib/audacious/Input/adplug.so ${PLIST.fluidsynth}lib/audacious/Input/amidi-plug.so @@ -65,13 +65,13 @@ lib/audacious/Output/sdlout.so lib/audacious/Transport/gio.so lib/audacious/Transport/mms.so lib/audacious/Transport/neon.so -lib/audacious/Visualization/blur_scope-qt.so -lib/audacious/Visualization/blur_scope.so -lib/audacious/Visualization/cairo-spectrum.so -lib/audacious/Visualization/gl-spectrum-qt.so -lib/audacious/Visualization/gl-spectrum.so -lib/audacious/Visualization/qt-spectrum.so -lib/audacious/Visualization/vumeter-qt.so +${PLIST.qt5}lib/audacious/Visualization/blur_scope-qt.so +${PLIST.gtk2}lib/audacious/Visualization/blur_scope.so +${PLIST.gtk2}lib/audacious/Visualization/cairo-spectrum.so +${PLIST.qt5}lib/audacious/Visualization/gl-spectrum-qt.so +${PLIST.gtk2}lib/audacious/Visualization/gl-spectrum.so +${PLIST.qt5}lib/audacious/Visualization/qt-spectrum.so +${PLIST.qt5}lib/audacious/Visualization/vumeter-qt.so share/audacious/Skins/Classic/balance.png share/audacious/Skins/Classic/cbuttons.png share/audacious/Skins/Classic/eq_ex.png diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index f166850ed2f63..8d0a91ed622ef 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2022/04/18 19:09:40 adam Exp $ +# $NetBSD: Makefile,v 1.74 2022/05/18 15:09:55 nia Exp $ DISTNAME= audacious-4.1 PKGREVISION= 3 @@ -25,6 +25,4 @@ LDFLAGS.Darwin+= -flat_namespace -undefined suppress .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/audacious/PLIST b/audio/audacious/PLIST index c2507234b9296..c2190b7722b9d 100644 --- a/audio/audacious/PLIST +++ b/audio/audacious/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2021/03/04 10:40:58 nia Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/05/18 15:09:55 nia Exp $ bin/audacious ${PLIST.dbus}bin/audtool include/audacious/audtag.h @@ -31,27 +31,27 @@ include/libaudcore/tuple.h include/libaudcore/vfs.h include/libaudcore/vfs_async.h include/libaudcore/visualizer.h -include/libaudgui/libaudgui-gtk.h -include/libaudgui/libaudgui.h -include/libaudgui/list.h -include/libaudgui/menu.h -include/libaudqt/colorbutton.h -include/libaudqt/dock.h -include/libaudqt/export.h -include/libaudqt/iface.h -include/libaudqt/info-widget.h -include/libaudqt/libaudqt.h -include/libaudqt/menu.h -include/libaudqt/treeview.h +${PLIST.gtk2}include/libaudgui/libaudgui-gtk.h +${PLIST.gtk2}include/libaudgui/libaudgui.h +${PLIST.gtk2}include/libaudgui/list.h +${PLIST.gtk2}include/libaudgui/menu.h +${PLIST.qt5}include/libaudqt/colorbutton.h +${PLIST.qt5}include/libaudqt/dock.h +${PLIST.qt5}include/libaudqt/export.h +${PLIST.qt5}include/libaudqt/iface.h +${PLIST.qt5}include/libaudqt/info-widget.h +${PLIST.qt5}include/libaudqt/libaudqt.h +${PLIST.qt5}include/libaudqt/menu.h +${PLIST.qt5}include/libaudqt/treeview.h lib/libaudcore.so lib/libaudcore.so.5 lib/libaudcore.so.5.3.0 -lib/libaudgui.so -lib/libaudgui.so.5 -lib/libaudgui.so.5.1.0 -lib/libaudqt.so -lib/libaudqt.so.2 -lib/libaudqt.so.2.3.0 +${PLIST.gtk2}lib/libaudgui.so +${PLIST.gtk2}lib/libaudgui.so.5 +${PLIST.gtk2}lib/libaudgui.so.5.1.0 +${PLIST.qt5}lib/libaudqt.so +${PLIST.qt5}lib/libaudqt.so.2 +${PLIST.qt5}lib/libaudqt.so.2.3.0 lib/libaudtag.so lib/libaudtag.so.3 lib/libaudtag.so.3.0.0 diff --git a/audio/audacious/options.mk b/audio/audacious/options.mk index 893f59a7cbeb0..800ec109300c0 100644 --- a/audio/audacious/options.mk +++ b/audio/audacious/options.mk @@ -1,13 +1,12 @@ -# $NetBSD: options.mk,v 1.3 2021/05/02 11:06:12 nia Exp $ +# $NetBSD: options.mk,v 1.4 2022/05/18 15:09:55 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.audacious -PKG_SUPPORTED_OPTIONS+= dbus -PKG_SUGGESTED_OPTIONS+= dbus +PKG_SUPPORTED_OPTIONS+= gtk2 qt5 dbus +PKG_SUGGESTED_OPTIONS+= gtk2 qt5 dbus .include "../../mk/bsd.options.mk" PLIST_VARS+= dbus - .if !empty(PKG_OPTIONS:Mdbus) PLIST.dbus= yes USE_TOOLS+= gdbus-codegen @@ -15,3 +14,23 @@ USE_TOOLS+= gdbus-codegen .else CONFIGURE_ARGS+= --disable-dbus .endif + +PLIST_VARS+= gtk2 +.if !empty(PKG_OPTIONS:Mgtk2) +PLIST.gtk2+= yes +.include "../../x11/gtk2/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-gtk +.endif + +PLIST_VARS+= qt5 +.if !empty(PKG_OPTIONS:Mqt5) +PLIST.qt5+= yes +.include "../../x11/qt5-qtbase/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-qt +.endif + +.if empty(PKG_OPTIONS:Mgtk2) && empty(PKG_OPTIONS:Mqt5) +PKG_FAIL_REASON+= "Must select at least one GUI option!" +.endif From aa5ffadb419c5504c3d304c5f7c9856ca135fd28 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 18 May 2022 16:04:24 +0000 Subject: [PATCH 0633/1154] kf5: META_PACKAGE must come before bsd.prefs.mk. --- meta-pkgs/kf5/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-pkgs/kf5/Makefile b/meta-pkgs/kf5/Makefile index 2502145be8073..4a9c79b79cbb5 100644 --- a/meta-pkgs/kf5/Makefile +++ b/meta-pkgs/kf5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2022/05/17 17:55:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/18 16:04:24 jperkin Exp $ DISTNAME= kf5-${KF5VER} CATEGORIES= meta-pkgs x11 kde @@ -11,6 +11,8 @@ COMMENT= "meta-package" for the KDE Frameworks 5 KF5VER= 5.93.0 +META_PACKAGE= yes + .include "../../devel/wayland/platform.mk" DEPENDS+= attica-qt5>=${KF5VER}:../../misc/attica-qt5 @@ -93,6 +95,4 @@ DEPENDS+= syndication>=${KF5VER}:../../www/syndication DEPENDS+= syntax-highlighting>=${KF5VER}:../../textproc/syntax-highlighting DEPENDS+= threadweaver>=${KF5VER}:../../devel/threadweaver -META_PACKAGE= yes - .include "../../mk/bsd.pkg.mk" From eae953dfaf3d16d865419bed391f5b50586f8f3c Mon Sep 17 00:00:00 2001 From: tpaul Date: Wed, 18 May 2022 18:21:22 +0000 Subject: [PATCH 0634/1154] net/terraform-provider-vultr: Update to 2.11.1 The govultr and data type update fixes an issue where it was impossible to remove the deprecated "tag" argument from an instance. Upstream Release Notes: - Release v2.11.1 #patch - Bump govultr v1.17.0 and update data types - Fix vultr_instance_ipv4 resource doc and argument reference. - Fix incorrect import example --- net/terraform-provider-vultr/Makefile | 5 ++--- net/terraform-provider-vultr/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net/terraform-provider-vultr/Makefile b/net/terraform-provider-vultr/Makefile index d23b2dea1162c..d773766336398 100644 --- a/net/terraform-provider-vultr/Makefile +++ b/net/terraform-provider-vultr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/05/11 19:26:19 bsiegert Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/18 18:21:22 tpaul Exp $ -DISTNAME= terraform-provider-vultr-2.11.0 -PKGREVISION= 1 +DISTNAME= terraform-provider-vultr-2.11.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=vultr/} GITHUB_PROJECT= ${PKGBASE} diff --git a/net/terraform-provider-vultr/distinfo b/net/terraform-provider-vultr/distinfo index 81f52b618d375..b771e368959c5 100644 --- a/net/terraform-provider-vultr/distinfo +++ b/net/terraform-provider-vultr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/05/11 18:15:09 tpaul Exp $ +$NetBSD: distinfo,v 1.8 2022/05/18 18:21:22 tpaul Exp $ -BLAKE2s (terraform-provider-vultr-2.11.0.tar.gz) = eb71bf68349978f487874ad8d5e00e4da988ae5b80a49d16bea2b2d61381d6fe -SHA512 (terraform-provider-vultr-2.11.0.tar.gz) = b4e0d9b1733e884231fa2290e00a0bc3f03aee13a76fd23557fb864c46fc28a6ffad9472197b396785f0192e3db6bb3a8f11295f5c98c924df2374cc3cf39d9e -Size (terraform-provider-vultr-2.11.0.tar.gz) = 3991405 bytes +BLAKE2s (terraform-provider-vultr-2.11.1.tar.gz) = 0c236ce238f152f9fbd6b92f510b7d501b3255deb7942171cfbd74e0da5f193b +SHA512 (terraform-provider-vultr-2.11.1.tar.gz) = 6b7303f23d785f026cf7d3ebee3a2df0a06c467c4cc6b0d4654041ab902d3c2ab6a1ec297596536441df47550e9bc7996de6d0c0ee23fdb6208b2b4edd0a5d78 +Size (terraform-provider-vultr-2.11.1.tar.gz) = 3991734 bytes From 0bf3c480d0a443a134e51257404654ae09513a96 Mon Sep 17 00:00:00 2001 From: tpaul Date: Wed, 18 May 2022 18:21:30 +0000 Subject: [PATCH 0635/1154] doc: Updated net/terraform-provider-vultr to 2.11.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1193e1915a039..586c0a72d1540 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2620 2022/05/18 15:06:08 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2621 2022/05/18 18:21:30 tpaul Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4041,3 +4041,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/navi to 2.20.1 [pin 2022-05-18] Removed security/netramet [wiz 2022-05-18] Updated net/bind916 to 9.16.29 [taca 2022-05-18] + Updated net/terraform-provider-vultr to 2.11.1 [tpaul 2022-05-18] From 9be9d604e0d2051782d5fefa8c14f337b12d75e0 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 18:26:14 +0000 Subject: [PATCH 0636/1154] gnutls: updated to 3.7.5 Version 3.7.5 (released 2022-05-15) ** libgnutls: The GNUTLS_NO_TICKETS_TLS12 flag and %NO_TICKETS_TLS12 priority modifier have been added to disable session ticket usage in TLS 1.2 because it does not provide forward secrecy. On the other hand, since session tickets in TLS 1.3 do provide forward secrecy, the PFS priority string now only disables session tickets in TLS 1.2. Future backward incompatibility: in the next major release of GnuTLS, we plan to remove those flag and modifier, and make GNUTLS_NO_TICKETS and %NO_TICKETS only affect TLS 1.2. ** gnutls-cli, gnutls-serv: Channel binding for printing information has been changed from tls-unique to tls-exporter as tls-unique is not supported in TLS 1.3. ** libgnutls: Certificate sanity checks has been enhanced to make gnutls more RFC 5280 compliant (!1583). Following changes were included: - critical extensions are parsed when loading x509 certificate to prohibit any random octet strings. Requires strict-x509 configure option to be enabled - garbage bits in Key Usage extension are prohibited - empty DirectoryStrings in Distinguished name structures of Issuer and Subject name are prohibited ** libgnutls: Removed 3DES from FIPS approved algorithms. According to the section 2 of SP800-131A Rev.2, 3DES algorithm will be disallowed for encryption after December 31, 2023: https://csrc.nist.gov/publications/detail/sp/800-131a/rev-2/final ** libgnutls: Optimized support for AES-SIV-CMAC algorithms. The existing AEAD API that works in a scatter-gather fashion (gnutls_aead_cipher_encryptv2) has been extended to support AES-SIV-CMAC. For further optimization, new function (gnutls_aead_cipher_set_key) has been added to set key on the existing AEAD handle without re-allocation. ** libgnutls: HKDF and AES-GCM algorithms are now approved in FIPS-140 mode when used in TLS. ** The configure arguments for Brotli and Zstandard (zstd) support have changed to reflect the previous help text: they are now --with-brotli/--with-zstd respectively. ** Detecting the Zstandard (zstd) library in configure has been fixed. ** API and ABI modifications: GNUTLS_NO_TICKETS_TLS12: New flag gnutls_aead_cipher_set_key: New function --- security/gnutls/Makefile | 4 ++-- security/gnutls/PLIST | 3 ++- security/gnutls/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index cc66bdc36ac4b..44e0eca078f07 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.230 2022/03/17 21:16:25 adam Exp $ +# $NetBSD: Makefile,v 1.231 2022/05/18 18:26:14 adam Exp $ -DISTNAME= gnutls-3.7.4 +DISTNAME= gnutls-3.7.5 CATEGORIES= security devel MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz diff --git a/security/gnutls/PLIST b/security/gnutls/PLIST index 7cef495c05511..f685815e2dae5 100644 --- a/security/gnutls/PLIST +++ b/security/gnutls/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.75 2022/03/17 21:16:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.76 2022/05/18 18:26:14 adam Exp $ bin/certtool bin/gnutls-cli bin/gnutls-cli-debug @@ -74,6 +74,7 @@ man/man3/gnutls_aead_cipher_encrypt.3 man/man3/gnutls_aead_cipher_encryptv.3 man/man3/gnutls_aead_cipher_encryptv2.3 man/man3/gnutls_aead_cipher_init.3 +man/man3/gnutls_aead_cipher_set_key.3 man/man3/gnutls_alert_get.3 man/man3/gnutls_alert_get_name.3 man/man3/gnutls_alert_get_strname.3 diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index eb998940e295e..3cf9969ac6cc4 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.152 2022/03/17 21:16:25 adam Exp $ +$NetBSD: distinfo,v 1.153 2022/05/18 18:26:14 adam Exp $ -BLAKE2s (gnutls-3.7.4.tar.xz) = 12888540cd6d75baa40b32bd4bcbc896e39c02d91b331cd979d3a477751b192d -SHA512 (gnutls-3.7.4.tar.xz) = 38b488ca1223d9aa8fc25756df08db6f29aaf76fb5816fdeaa14bd89fb431a2e1c495fefc64094f726337d5b89e198146ec7dc22e9a1bca6841a9d881b0d99e6 -Size (gnutls-3.7.4.tar.xz) = 6131772 bytes +BLAKE2s (gnutls-3.7.5.tar.xz) = e6a818e9f5e44970e01639f3506620279befc63b8a72304527dcd2cb52d968b1 +SHA512 (gnutls-3.7.5.tar.xz) = 2e4898e6aeff4f82abd48e6a442f5c9ebe4ecaeb0c038b76e2da8e468f6a7ae37fef5e8de17d90346f29aa0b56a08abf67fe8b81ba09dcf4612cc3b97b830bec +Size (gnutls-3.7.5.tar.xz) = 6321392 bytes SHA1 (patch-configure) = 3653f74914f874aa369f62c8b267a46fd6b78eaa SHA1 (patch-lib_system_certs.c) = fba74b2834a36d66bddcd7d3405d0c91c1b14efc From 169cfc53655f040860cb1b0089caf90958e2734a Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 18:26:51 +0000 Subject: [PATCH 0637/1154] nodejs: updated to 18.2.0 Version 18.2.0 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. --- lang/nodejs/Makefile | 4 ++-- lang/nodejs/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index 447714ac67529..013b410db8441 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.233 2022/05/05 07:08:06 adam Exp $ +# $NetBSD: Makefile,v 1.234 2022/05/18 18:26:51 adam Exp $ -DISTNAME= node-v18.1.0 +DISTNAME= node-v18.2.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index 5c29f508e48c2..b0d08d3152090 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.212 2022/05/05 07:08:06 adam Exp $ +$NetBSD: distinfo,v 1.213 2022/05/18 18:26:51 adam Exp $ -BLAKE2s (node-v18.1.0.tar.xz) = 06fd87b5d57eaa787c14fefe4badee917c22847a364ad601379e1746ec21bf7c -SHA512 (node-v18.1.0.tar.xz) = edaf830b90b74ff7e8d1098f7f09cff91dc60738bfc612f6847bd7ac283ca76453f624057f64ba3ddcc86804bfbd652eaf8eae1398118220fd54fbf9c0a0e49c -Size (node-v18.1.0.tar.xz) = 36841136 bytes +BLAKE2s (node-v18.2.0.tar.xz) = f21fc01f787369be3ee9a37ec61723b36a2ed3f58aca4d28866daf8dbb07137a +SHA512 (node-v18.2.0.tar.xz) = 9d7d6017374bc14e9cd447bceb3ab9d3b4d421c30d422c6f4eb429c67f1deb2c04778216cccb11ecbe510f18b821891d9311c035f5a81cc6a5e8adae202e9b33 +Size (node-v18.2.0.tar.xz) = 36873192 bytes SHA1 (patch-common.gypi) = 80f3645498853b9939167d152365b4fa49528b70 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 From c1ff83447a218164b7952124b2c16cc18ce887e3 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 18:29:28 +0000 Subject: [PATCH 0638/1154] Updated security/gnutls, lang/nodejs --- doc/CHANGES-2022 | 4 +++- doc/TODO | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 586c0a72d1540..fc511cf86e948 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2621 2022/05/18 18:21:30 tpaul Exp $ +$NetBSD: CHANGES-2022,v 1.2622 2022/05/18 18:29:28 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4042,3 +4042,5 @@ Changes to the packages collection and infrastructure in 2022: Removed security/netramet [wiz 2022-05-18] Updated net/bind916 to 9.16.29 [taca 2022-05-18] Updated net/terraform-provider-vultr to 2.11.1 [tpaul 2022-05-18] + Updated security/gnutls to 3.7.5 [adam 2022-05-18] + Updated lang/nodejs to 18.2.0 [adam 2022-05-18] diff --git a/doc/TODO b/doc/TODO index 8c1247eca724f..2a9f0acb7b571 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21870 2022/05/18 08:50:50 wiz Exp $ +$NetBSD: TODO,v 1.21871 2022/05/18 18:29:28 adam Exp $ Suggested new packages ====================== @@ -777,7 +777,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o gnu-crypto-2.1.0 o gnucap-20210107 o gnutime-1.9 - o gnutls-3.7.5 o go-afero-1.6.0 o go-appengine-1.6.7 o go-asn1-ber-1.5.3 From 5b51ceaa42d2c1f34727bb946b872088c1c67d70 Mon Sep 17 00:00:00 2001 From: khorben Date: Wed, 18 May 2022 18:38:33 +0000 Subject: [PATCH 0639/1154] gitea: update to 1.16.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a security update: * CVE-2022-30781 * CVE-2022-27313 * and more security issues fixed but without CVEs - see below XXX pull-up to pkgsrc-2022Q1 Tested on NetBSD/amd64. Changes in 1.16.8: ENHANCEMENTS * Add doctor check/fix for bogus action rows (#19656) (#19669) * Make .cs highlighting legible on dark themes (#19604) (#19605) BUGFIXES * Fix oauth setting list bug (#19681) * Delete user related oauth stuff on user deletion too (#19677) (#19680) * Fix new release from tags list UI (#19670) (#19673) * Prevent NPE when checking repo units if the user is nil (#19625) (#19630) * GetFeeds must always discard actions with dangling repo_id (#19598) (#19629) * Call MultipartForm.RemoveAll when request finishes (#19606) (#19607) * Avoid MoreThanOne error when creating a branch whose name conflicts with other ref names (#19557) (#19591) * Fix sending empty notifications (#19589) (#19590) * Ignore DNS error when doing migration allow/block check (#19566) (#19567) * Fix issue overview for teams (#19652) (#19653) Changes in 1.16.7: SECURITY * Escape git fetch remote (#19487) (#19490) CVE-2022-30781 BUGFIXES * Don't overwrite err with nil (#19572) (#19574) * On Migrations, only write commit-graph if wiki clone was successful (#19563) (#19568) * Respect DefaultUserIsRestricted system default when creating new user (#19310) (#19560) * Don't error when branch's commit doesn't exist (#19547) (#19548) * Support hostname:port to pass host matcher's check (#19543) (#19544) * Prevent intermittent race in attribute reader close (#19537) (#19539) * Fix 64-bit atomic operations on 32-bit machines (#19531) (#19532) * Prevent dangling archiver goroutine (#19516) (#19526) * Fix migrate release from github (#19510) (#19523) * When view _Siderbar or _Footer, just display once (#19501) (#19522) * Fix blame page select range error and some typos (#19503) * Fix name of doctor fix "authorized-keys" in hints (#19464) (#19484) * User specific repoID or xorm builder conditions for issue search (#19475) (#19476) * Prevent dangling cat-file calls (goroutine alternative) (#19454) (#19466) * RepoAssignment ensure to close before overwrite (#19449) (#19460) * Set correct PR status on 3way on conflict checking (#19457) (#19458) * Mark TemplateLoading error as "UnprocessableEntity" (#19445) (#19446) Changes in 1.16.6: ENHANCEMENTS * Only request write when necessary (#18657) (#19422) * Disable service worker by default (#18914) (#19342) BUGFIXES * When dumping trim the standard suffices instead of a random suffix (#19440) (#19447) * Fix DELETE request for non-existent public key (#19443) (#19444) * Don't panic on ErrEmailInvalid (#19441) (#19442) * Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git clients (#19430) (#19438) * Warn on SSH connection for incorrect configuration (#19317) (#19437) * Search Issues via API, dont show 500 if filter result in empty list (#19244) (#19436) * When updating mirror repo intervals by API reschedule next update too (#19429) (#19433) * Fix nil error when some pages are rendered outside request context (#19427) (#19428) * Fix double blob-hunk on diff page (#19404) (#19405) * Don't allow merging PR's which are being conflict checked (#19357) (#19358) * Fix middleware function's placements (#19377) (#19378) * Fix invalid CSRF token bug, make sure CSRF tokens can be up-to-date (#19338) * Restore user autoregistration with email addresses (#19261) (#19312) * Move checks for pulls before merge into own function (#19271) (#19277) * Granular webhook events in editHook (#19251) (#19257) * Only send webhook events to active system webhooks and only deliver to active hooks (#19234) (#19248) * Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) (#19236) * Touch mirrors on even on fail to update (#19217) (#19233) * Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19231) * Fix clone url JS error for the empty repo page (#19209) * Bump goldmark to v1.4.11 (#19201) (#19203) TESTING * Prevent intermittent failures in RepoIndexerTest (#19225 #19229) (#19228) BUILD * Revert the minimal golang version requirement from 1.17 to 1.16 and add a warning in Makefile (#19319) MISC * Performance improvement for add team user when org has more than 1000 repositories (#19227) (#19289) * Check go and nodejs version by go.mod and package.json (#19197) (#19254) Changes in 1.16.5: BREAKING * Bump to build with go1.18 (#19120 et al) (#19127) SECURITY * Prevent redirect to Host (2) (#19175) (#19186) * Try to prevent autolinking of displaynames by email readers (#19169) (#19183) * Clean paths when looking in Storage (#19124) (#19179) * Do not send notification emails to inactive users (#19131) (#19139) * Do not send activation email if manual confirm is set (#19119) (#19122) ENHANCEMENTS * Use the new/choose link for New Issue on project page (#19172) (#19176) BUGFIXES * Fix showing issues in your repositories (#18916) (#19191) * Fix compare link in active feeds for new branch (#19149) (#19185) * Redirect .wiki/* ui link to /wiki (#18831) (#19184) * Ensure deploy keys with write access can push (#19010) (#19182) * Ensure that setting.LocalURL always has a trailing slash (#19171) (#19177) * Cleanup protected branches when deleting users & teams (#19158) (#19174) * Use IterateBufferSize whilst querying repositories during adoption check (#19140) (#19160) * Fix NPE /repos/issues/search when not signed in (#19154) (#19155) * Use custom favicon when viewing static files if it exists (#19130) (#19152) * Fix the editor height in review box (#19003) (#19147) * Ensure isSSH is set whenever DISABLE_HTTP_GIT is set (#19028) (#19146) * Fix wrong scopes caused by empty scope input (#19029) (#19145) * Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141) * Handle email address not exist (#19089) (#19121) MISC * Update json-iterator to allow compilation with go1.18 (#18644) (#19100) * Update golang.org/x/crypto (#19097) (#19098) Changes in 1.16.4: SECURITY * Restrict email address validation (#17688) (#19085) * Fix lfs bug (#19072) (#19080) ENHANCEMENTS * Improve SyncMirrors logging (#19045) (#19050) BUGFIXES * Refactor mirror code & fix StartToMirror (#18904) (#19075) * Update the webauthn_credential_id_sequence in Postgres (#19048) (#19060) * Prevent 500 when there is an error during new auth source post (#19041) (#19059) * If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049) (#19056) * Fix flag validation (#19046) (#19051) * Add pam account authorization check (#19040) (#19047) * Ignore missing comment for user notifications (#18954) (#19043) * Set rel="nofollow noindex" on new issue links (#19023) (#19042) * Upgrading binding package (#19034) (#19035) * Don't show context cancelled errors in attribute reader (#19006) (#19027) * Fix update hint bug (#18996) (#19002) MISC * Fix potential assignee query for repo (#18994) (#18999) Changes in 1.16.3: SECURITY * Git backend ignore replace objects (#18979) (#18980) CVE-2022-27313 ENHANCEMENTS * Adjust error for already locked db and prevent level db lock on malformed connstr (#18923) (#18938) BUGFIXES * Set max text height to prevent overflow (#18862) (#18977) * Fix newAttachmentPaths deletion for DeleteRepository() (#18973) (#18974) * Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that case (#18897) (#18964) * Send 404 on /{org}.gpg (#18959) (#18962) * Fix admin user list pagination (#18957) (#18960) * Fix lfs management setting (#18947) (#18946) * Fix login with email panic when email is not exist (#18942) * Update go-org to v1.6.1 (#18932) (#18933) * Fix html in translation (#18929) (#18931) * Fix page and missing return on unadopted repos API (#18848) (#18927) * Allow adminstrator teams members to see other teams (#18918) (#18919) * Don't treat BOM escape sequence as hidden character. (#18909) (#18910) * Correctly link URLs to users/repos with dashes, dots or underscores (
 (#18908) * Fix redirect when using lowercase repo name (#18775) (#18902) * Fix migration v210 (#18893) (#18892) * Fix team management UI (#18887) (18886) * BeforeSourcePath should point to base commit (#18880) (#18799) TRANSLATION * Backport locales from master (#18944) MISC * Don't update email for organisation (#18905) (#18906) Changes in 1.16.2: ENHANCEMENTS * Show fullname on issue edits and gpg/ssh signing info (#18828) * Immediately Hammer if second kill is sent (#18823) (#18826) * Allow mermaid render error to wrap (#18791) BUGFIXES * Fix ldap user sync missed email in email_address table (#18786) (#18876) * Update assignees check to include any writing team and change org sidebar (#18680) (#18873) * Don't report signal: killed errors in serviceRPC (#18850) (#18865) * Fix bug where certain LDAP settings were reverted (#18859) * Update go-org to 1.6.0 (#18824) (#18839) * Fix login with email for ldap users (#18800) (#18836) * Fix bug for get user by email (#18834) * Fix panic in EscapeReader (#18820) (#18821) * Fix ldap loginname (#18789) (#18804) * Remove redundant call to UpdateRepoStats during migration (#18591) (#18794) * In disk_channel queues synchronously push to disk on shutdown (#18415) (#18788) * Fix template bug of LFS lock (#18784) (#18787) * Attempt to fix the webauthn migration again - part 3 (#18770) (#18771) * Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707) (#18765) * Fix a broken link in commits_list_small.tmpl (#18763) (#18764) * Increase the size of the webauthn_credential credential_id field (#18739) (#18756) * Prevent dangling GetAttribute calls (#18754) (#18755) * Fix isempty detection of git repository (#18746) (#18750) * Fix source code line highlighting on external tracker (#18729) (#18740) * Prevent double encoding of branch names in delete branch (#18714) (#18738) * Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713) (#18737) * Fix forked repositories missed tags (#18719) (#18735) * Fix release typo (#18728) (#18731) * Separate the details links of commit-statuses in headers (#18661) (#18730) * Update object repo with the migrated repository (#18684) (#18726) * Fix bug for version update hint (#18701) (#18705) * Fix issue with docker-rootless shimming script (#18690) (#18699) * Let MinUnitAccessMode return correct perm (#18675) (#18689) * Prevent security failure due to bad APP_ID (#18678) (#18682) * Restart zero worker if there is still work to do (#18658) (#18672) * If rendering has failed due to a net.OpError stop rendering (#18642) (#18645) TESTING * Ensure git tag tests and others create test repos in tmpdir (#18447) (#18767) BUILD * Reduce CI go module downloads, add make targets (#18708, #18475, #18443) (#18741) MISC * Put buttons back in org dashboard (#18817) (#18825) * Various Mermaid improvements (#18776) (#18780) * C preprocessor colors improvement (#18671) (#18696) * Fix the missing i18n key for update checker (#18646) (#18665) --- www/gitea/Makefile | 5 +- www/gitea/distinfo | 3236 +++++++++++++++++++++++++++++++-------- www/gitea/go-modules.mk | 1078 ++++++++++--- 3 files changed, 3515 insertions(+), 804 deletions(-) diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 92ec0ce856c68..66920fcde8c19 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2022/05/11 19:26:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.73 2022/05/18 18:38:33 khorben Exp $ -DISTNAME= gitea-1.16.1 +DISTNAME= gitea-1.16.8 MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/} -PKGREVISION= 6 CATEGORIES= www GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/gitea/distinfo b/www/gitea/distinfo index 0a9e4677f574c..06b0432de8fbb 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,5 +1,23 @@ -$NetBSD: distinfo,v 1.30 2022/03/28 15:59:22 tnn Exp $ +$NetBSD: distinfo,v 1.31 2022/05/18 18:38:33 khorben Exp $ +BLAKE2s (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.mod) = ff8095283662ae2d2a1968bf429516c54586b1a6c4dc744657162e6781aa8ece +SHA512 (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.mod) = 7b3ef87f98485bb9ec325680f57d43a9bd76e90bdcfb1e798458f28f7d3addf91dbb6a07b654749468860981413ad2267df2d5f3535c85579e9f79d9328d355c +Size (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.mod) = 22 bytes +BLAKE2s (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.zip) = 08f3301897c1268320fe2a55ffc47ce9920d58f52703956a20e111a8a1bbf15d +SHA512 (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.zip) = 785a166a0b658958784508e790b83fbffe772713fb6225e837c6f62149f09f93b1a013999becd8074d7d66a26b7cc237f7fccc66a436257ac8a222fe011ae316 +Size (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.zip) = 220785 bytes +BLAKE2s (bitbucket.org_creachadair_shell_@v_v0.0.6.mod) = 20710555bdaa0dc4f2a804598d4e0b73e8d92f98b8948bf55547f0f3983dfbc1 +SHA512 (bitbucket.org_creachadair_shell_@v_v0.0.6.mod) = eb5c512e9be3b38de69c2708418456ce71dc4285f64abb5e5bea738375576ea1d9ac2f4bd46163af34e7a7f7ae554ca3439a8122e2dbbeedc60221865bbfc2b4 +Size (bitbucket.org_creachadair_shell_@v_v0.0.6.mod) = 48 bytes +BLAKE2s (bitbucket.org_creachadair_shell_@v_v0.0.6.zip) = 1cda58dec80d71558ef256847468ded5a67fd9a59001a6f7757b2f7b40a3e95d +SHA512 (bitbucket.org_creachadair_shell_@v_v0.0.6.zip) = 3ccba880b7c2a17dd0c05992d5645b4d17573516cfb23c77e3359df5a689d9ade85b5a2cceeab2224c0fb9ebbd1d64f34c15aadcff32d55cd43eea83564efb7b +Size (bitbucket.org_creachadair_shell_@v_v0.0.6.zip) = 8344 bytes +BLAKE2s (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.mod) = e74e05c10a619aa30a4bb0b22ff4cb43a0543615d24ce703721200b23d1d695e +SHA512 (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.mod) = eef5b72a9dfc2633c370437ab332ebbe3bc64d7f9e8be477147901d2e5bc50bf87788ec3e38784eb3e8d62f0c30833d6806449e7ee03b7e3b8dfb766fd05fc40 +Size (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.mod) = 37 bytes +BLAKE2s (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.zip) = f90f32c057cc7f1f97e68bc402802c43d2dae97e92623dbd48f7403945d6bef8 +SHA512 (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.zip) = 585eeaffb9f349e62f03e5d5b10367b52d931c30d068a144af0c8d2fe13061a364844f8e25b0a0fb56c8a266d467dcfe6a2d9a90b96bf38f4c302dd5dbb66938 +Size (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.zip) = 25558 bytes BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273 Size (cloud.google.com_go_@v_v0.26.0.mod) = 27 bytes @@ -9,12 +27,18 @@ Size (cloud.google.com_go_@v_v0.34.0.mod) = 27 bytes BLAKE2s (cloud.google.com_go_@v_v0.38.0.mod) = 9e890a5b3b2de15218fe7388ae07357580131653442aa1129736ded4976415f9 SHA512 (cloud.google.com_go_@v_v0.38.0.mod) = 8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959 Size (cloud.google.com_go_@v_v0.38.0.mod) = 1006 bytes +BLAKE2s (cloud.google.com_go_@v_v0.39.0.mod) = a11ed40a57c6c55f90175326919569bf45ef265c7ff956bb699a7db4f3e8f16a +SHA512 (cloud.google.com_go_@v_v0.39.0.mod) = 8c0fbd092acafa28279d7255079d433968960cc57cffc36d69df114e9f9e87ba06e3dbf4f39fb5bd8ff60c46be965a6d3a74fc680a12fe45b935613537399333 +Size (cloud.google.com_go_@v_v0.39.0.mod) = 1059 bytes BLAKE2s (cloud.google.com_go_@v_v0.44.1.mod) = d5f622b9f5d14722193b7eb563814a2d033b086da72875d570da8da6c354820d SHA512 (cloud.google.com_go_@v_v0.44.1.mod) = 6a49609209f9d51e4851ed5c55a06b9451c0101de3bd92b7fa5b3662b2e85df4a667ad8068288773b9a85670c65fbba46f88c643aac290d1f65e2a44ef531409 Size (cloud.google.com_go_@v_v0.44.1.mod) = 1150 bytes BLAKE2s (cloud.google.com_go_@v_v0.44.2.mod) = 5d776d21abd7029e8c21ff717d1022d5e39451aef0d260e9024ba9755c661548 SHA512 (cloud.google.com_go_@v_v0.44.2.mod) = a58f7bd34b5ba8affd021a2d34be64e49dab0d9bb893ad25e00bf5b50ff92c4762b6d9093134b483dff2573ad3c0ebb5f42808dfbe33081cef0e96dc5215074f Size (cloud.google.com_go_@v_v0.44.2.mod) = 1075 bytes +BLAKE2s (cloud.google.com_go_@v_v0.44.3.mod) = 5d776d21abd7029e8c21ff717d1022d5e39451aef0d260e9024ba9755c661548 +SHA512 (cloud.google.com_go_@v_v0.44.3.mod) = a58f7bd34b5ba8affd021a2d34be64e49dab0d9bb893ad25e00bf5b50ff92c4762b6d9093134b483dff2573ad3c0ebb5f42808dfbe33081cef0e96dc5215074f +Size (cloud.google.com_go_@v_v0.44.3.mod) = 1075 bytes BLAKE2s (cloud.google.com_go_@v_v0.45.1.mod) = 260ab6f08fc5f649a7b2a4338a33e9cf686cea8107ea9c1f261732ae1542f2d7 SHA512 (cloud.google.com_go_@v_v0.45.1.mod) = ade24f2b10476b5e5eb42d6f471b73ccb7d8107e6a26c5b1fd38191dc7d4ffee31552088fa5854983c47a2c4868a13bfc22d7f92f834662c75f7c4c88e0274ea Size (cloud.google.com_go_@v_v0.45.1.mod) = 998 bytes @@ -54,12 +78,48 @@ Size (cloud.google.com_go_@v_v0.72.0.mod) = 762 bytes BLAKE2s (cloud.google.com_go_@v_v0.74.0.mod) = a20c015fdd0ced0825b938ad4b36f49788e1c2c05626a5f564b42f6c855d5347 SHA512 (cloud.google.com_go_@v_v0.74.0.mod) = 123b30fd3799e31fa3ca7237b81cd6ba20874cedbe0c9c168409adf90c09d2dce45de24c7de61fd60c117bf3306ab5299fa22bf0f9231e0ea10bc1a7c9f2dc3e Size (cloud.google.com_go_@v_v0.74.0.mod) = 799 bytes +BLAKE2s (cloud.google.com_go_@v_v0.75.0.mod) = 9aeb28f1eb5f9440dd7750aed360cefe2de0aae086f7438cb33ba67430a82092 +SHA512 (cloud.google.com_go_@v_v0.75.0.mod) = 7f37811c234dce3f8940e83e0affce9ca3e247676a3b058dcb48ec51a082ea8ee905c18bbc5cc6122bc9424328ee48bd796fe97a115c8740bb24c4fba494ddec +Size (cloud.google.com_go_@v_v0.75.0.mod) = 799 bytes BLAKE2s (cloud.google.com_go_@v_v0.78.0.mod) = f472f6e705637d5f9f6d16074055f29714390032fd055cfeb495093c0bf25616 SHA512 (cloud.google.com_go_@v_v0.78.0.mod) = 8e02d438dcf1ef35271817b3ecde8a0bb29d95f08b9299463cc9eb82ee40c2669181f850e5b7c9cfbaee640a711952828772dcb47277c91064b5d30b9276da69 Size (cloud.google.com_go_@v_v0.78.0.mod) = 836 bytes -BLAKE2s (cloud.google.com_go_@v_v0.78.0.zip) = 44d71d2ebf429281fbd90b34d33755ab196a97ee458f57690e8b2a4a9e664092 -SHA512 (cloud.google.com_go_@v_v0.78.0.zip) = b80dc576d93fc39730636839a648ed9fcaf8372d3008bdc2ae7769bc478d55d54e7c1c8f11e9531b538bc2a9982ee464d97b07f113dbdc194996ff4be881d386 -Size (cloud.google.com_go_@v_v0.78.0.zip) = 2064374 bytes +BLAKE2s (cloud.google.com_go_@v_v0.79.0.mod) = ff2649bc5354342ddd0f112ede2576c10d0c9ee12ab6158ea7738343ead52d08 +SHA512 (cloud.google.com_go_@v_v0.79.0.mod) = 2da8ed0a65a4825e939e8a35733d9cd828f102c531e322f233fb65d441ab566421f259f1e562743f982518f27334b4e1bffb6a22f8f7b4a3097df904f1e4aa03 +Size (cloud.google.com_go_@v_v0.79.0.mod) = 734 bytes +BLAKE2s (cloud.google.com_go_@v_v0.81.0.mod) = 884177a5537bb6fa3ab8233afc44edc288a44f7235b57311f94244106bf659cc +SHA512 (cloud.google.com_go_@v_v0.81.0.mod) = 0f20f17224815d31006304ee27cd0c79e25f3d83e962e1fff3e61483126b950dc21ecb7494dc585410b2ab7fa72f5c40c14d577ad85b50702d5b07758b2225a5 +Size (cloud.google.com_go_@v_v0.81.0.mod) = 734 bytes +BLAKE2s (cloud.google.com_go_@v_v0.83.0.mod) = 6768698bcdb17594bb4f23dc142376b5797f4d30d8b817980dce99e9f0620491 +SHA512 (cloud.google.com_go_@v_v0.83.0.mod) = 1ff1b33b078484f834924b6c10c2d840749411314f56afbffc07f0ad4f97fc1b603aaac9293ff44e08600e56adbcf68398837eb5480b7b7b247de0ef4d1a30f1 +Size (cloud.google.com_go_@v_v0.83.0.mod) = 717 bytes +BLAKE2s (cloud.google.com_go_@v_v0.84.0.mod) = 8d2b997f9569b401602308d9fcbc6be0781a85fb7f173a6c518f2021ad73c357 +SHA512 (cloud.google.com_go_@v_v0.84.0.mod) = 247f8edc7a3e66b3538aa26da1ef94dc78d808704e9913dfee2082106d6e3cd2eb79c980cdbf3be86f33c07ebc393a515e64397d61f75d3f41952643df97c964 +Size (cloud.google.com_go_@v_v0.84.0.mod) = 717 bytes +BLAKE2s (cloud.google.com_go_@v_v0.87.0.mod) = b1cedd665c8a7492c9030d422064496a22f8de32f708a79ce84ac5fd36ac5136 +SHA512 (cloud.google.com_go_@v_v0.87.0.mod) = 0737cb897a6b6019851ddd08d18ab406f7dea69a0b8d30b0067315e45f4955a092e7ba58a76fbdfa7186fd9afc79e2f0a7ccf842307d1a262eba03980ed4fbec +Size (cloud.google.com_go_@v_v0.87.0.mod) = 717 bytes +BLAKE2s (cloud.google.com_go_@v_v0.90.0.mod) = 02aa6bda710caafc8817ba29a1247a7deeb6318c8bf0295bd7fd52541c90b992 +SHA512 (cloud.google.com_go_@v_v0.90.0.mod) = 850490616112a8b1280d86e55803641614285cf11083c6328f4939dd22f84713d81c52b082c7fe4742c8785583fbddcf8c9b7d7b2a5e0713ba78e46250dc4768 +Size (cloud.google.com_go_@v_v0.90.0.mod) = 717 bytes +BLAKE2s (cloud.google.com_go_@v_v0.93.3.mod) = 7ae6a5b2326734301f435628da8a78672f651d1d4bec9f7e7e6cd69c4518dce5 +SHA512 (cloud.google.com_go_@v_v0.93.3.mod) = db1ed639b6414cf8a0c7c0d365b70d47574208177cee3f3b11a91870ca56eb989958f6ad8fd607b1491862b777745accb8cbeb6425cf454e9eeb1ee643aa88ae +Size (cloud.google.com_go_@v_v0.93.3.mod) = 475 bytes +BLAKE2s (cloud.google.com_go_@v_v0.94.1.mod) = 9f39879c1d1d6b1073b5d8047a7da0567de1c70ca08f1faadb38afb23459ffb3 +SHA512 (cloud.google.com_go_@v_v0.94.1.mod) = c388bcf56f5f6a5e5772f7d53cf8d98f6d5902ec0b842f9d750c1f44dc02a1256f633fd935c2793391f23cf5fc475e81dcded0d4974525909102f8e9b4a1666b +Size (cloud.google.com_go_@v_v0.94.1.mod) = 475 bytes +BLAKE2s (cloud.google.com_go_@v_v0.97.0.mod) = cfea8dddf1b7c993d5e9e28f8a3045130276e638f26f3d996ca55851dff6122e +SHA512 (cloud.google.com_go_@v_v0.97.0.mod) = 982196dc4d90f57779d6f065688c6e96eb8159c7206876b50d6f55b3eafc42d3429c9e0b67a7c36f86fdeb74428ec5b4d8bc84338f1ad22aa2618375986655e1 +Size (cloud.google.com_go_@v_v0.97.0.mod) = 532 bytes +BLAKE2s (cloud.google.com_go_@v_v0.98.0.mod) = dc390739b25d4963045d2674e77a96bfa0748a9d5bf6cd98395f89de3fe66deb +SHA512 (cloud.google.com_go_@v_v0.98.0.mod) = cc36c7571696e0c8c82a07ee756f303000b04f443f86f6a798e63e72c14d5580e287e13647469fe51588e63a4d226b0eaee37fdbbe2da4840466835cc584b54a +Size (cloud.google.com_go_@v_v0.98.0.mod) = 532 bytes +BLAKE2s (cloud.google.com_go_@v_v0.99.0.mod) = 01bec3d7f2c0c0a58f30aa9d9e6ec81a8cd705d466e3efb4d9b1ed2ea8779583 +SHA512 (cloud.google.com_go_@v_v0.99.0.mod) = 3e3f5fa36ee01499bcbcd14d3d6ccddddcc9944eff446a2911d991126ca43425396e67811fe71704ad7ddd37c7a6bae9969f90c85b3ac671e619e42763ac015e +Size (cloud.google.com_go_@v_v0.99.0.mod) = 532 bytes +BLAKE2s (cloud.google.com_go_@v_v0.99.0.zip) = 27d1f4ffabdf79f2bcae1dbe9116f57e84ee01dbbe2d8f8ecc24d80fd68c80b4 +SHA512 (cloud.google.com_go_@v_v0.99.0.zip) = 603f52f67942aa69e657adc42d8b7d725c8983187ede5ca9a6643a315709eceb137dd05cc527af867c5f45303f5a105ec56c2dbb025ac180488842580a4a86ab +Size (cloud.google.com_go_@v_v0.99.0.zip) = 1064166 bytes BLAKE2s (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 595e4165864257f6b29770e821d16e56460cdd4e84a02b9ecec91d55d7a1b27c SHA512 (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 338a067f7ad15d8549da11ac146b65657923ae4fee3caf2eff888c104c0df0edcdf0d98f5be6a67a764aa39210d5cad811ebd9d604084a67049b753246fbf89a Size (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 319 bytes @@ -93,9 +153,12 @@ Size (cloud.google.com_go_datastore_@v_v1.1.0.zip) = 279892 bytes BLAKE2s (cloud.google.com_go_firestore_@v_v1.1.0.mod) = f62090a6e980f1be94d9394f4e5bfcbe1096cad6dff5d7ef55c588b8e19a309c SHA512 (cloud.google.com_go_firestore_@v_v1.1.0.mod) = adb3d294ec1e9476bed820afa92aea5cabf77e7996d83bd1f03dff8447dfb13dd18ab4f091ad6ee209128151dcbfedb4967f99ccf7e10f5286e90b2ad56441d6 Size (cloud.google.com_go_firestore_@v_v1.1.0.mod) = 568 bytes -BLAKE2s (cloud.google.com_go_firestore_@v_v1.1.0.zip) = 92f7ff07809140c29d66aa199d92f185b393d5cf6aadbb4314313d45c3fca449 -SHA512 (cloud.google.com_go_firestore_@v_v1.1.0.zip) = 941679d0e95101da46640278a097bc5e54538e35f046b5362a450e3f0fa9926931812121cf2d25ec330639b4735790d5147b9adb5b55eb2494de85b3b334e9d1 -Size (cloud.google.com_go_firestore_@v_v1.1.0.zip) = 315645 bytes +BLAKE2s (cloud.google.com_go_firestore_@v_v1.6.1.mod) = 0cb904fb458bb5715439da8ecbd987480abd843c8be9b277009be193069d14b1 +SHA512 (cloud.google.com_go_firestore_@v_v1.6.1.mod) = 55e4943c7e8fc8a05858511e0daafa4a1ea9c7fe3fb8aeb86e286020a696a2bd206efb390a70719d4417792be601cf10d916d48bbc9acbec6c86aac0259b673a +Size (cloud.google.com_go_firestore_@v_v1.6.1.mod) = 358 bytes +BLAKE2s (cloud.google.com_go_firestore_@v_v1.6.1.zip) = 0a94943f00ce93e45c6548f4538e0fbab1bd61c609bafc434b55842b5cd0c0b8 +SHA512 (cloud.google.com_go_firestore_@v_v1.6.1.zip) = d43a43a22c23b9b84cebf580ab3f1f9a167fbaaa87269218d0b87f1e5a791b2e6dd12155fed63c190067d3f95c220846de81d3eda9eefc997e891daf1b9412b5 +Size (cloud.google.com_go_firestore_@v_v1.6.1.zip) = 343866 bytes BLAKE2s (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = a260db96f906c363c2ec160f4178e31671c43b3db696f26ea1c42bd00d52dd38 SHA512 (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 8a393b8614207c22c73a706ccc3e66a8a16d2f305ab95d8f70774f13d0bcb7396b0ac5095daa57ebb991225a1db08c3110f1e85c26dd72f3bbcaf73fea536d9c Size (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 508 bytes @@ -111,15 +174,24 @@ Size (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 625 bytes BLAKE2s (cloud.google.com_go_pubsub_@v_v1.3.1.zip) = f1906f65906cdbefa0fe7d12f19a4f31ea0357c8a9460e39af3807cabe8ba8e6 SHA512 (cloud.google.com_go_pubsub_@v_v1.3.1.zip) = fe4b98a54e759038763f6b83a4fc34af85e1b9815b0ff86db179d516b7ce4a7e7330c52fd553f5bd7de15358cfcd6c48212cc11f3eaae3ecc98ea4a0d3ecf082 Size (cloud.google.com_go_pubsub_@v_v1.3.1.zip) = 155284 bytes +BLAKE2s (cloud.google.com_go_spanner_@v_v1.17.0.mod) = 54cfeb98d9cc10392e479636eee46a6f6754bc8bb6b49f1ae19ad588009f9d7f +SHA512 (cloud.google.com_go_spanner_@v_v1.17.0.mod) = 8d14e2384ca63341cbbd64191050694f315cc08b6aecf3c0f1148bf4b112042dd863b75f382eee528daf30b90b2178e77b25dbd41d34d9dfd9c16536a7ed17b7 +Size (cloud.google.com_go_spanner_@v_v1.17.0.mod) = 439 bytes +BLAKE2s (cloud.google.com_go_spanner_@v_v1.17.0.zip) = cd10bc8990a5ca6b09263d29bfc420b936b52023e1b28acaa6211839448aa080 +SHA512 (cloud.google.com_go_spanner_@v_v1.17.0.zip) = 38b0d84366946816a82c616a187b9a5be7ec925c36b66fefd47fd72ab18b7943bb324ae5b3dffd698fd1622499d50b0238b29a6cb300289e0a7a808f193c7857 +Size (cloud.google.com_go_spanner_@v_v1.17.0.zip) = 413099 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.0.0.mod) = 0f8b81ac2bb9aaed4f0257cbea204507d7e7bb3a2c1dcf4a1cccad1c5d310ede SHA512 (cloud.google.com_go_storage_@v_v1.0.0.mod) = faf4a02a513ae4c23f931b8917e74a056c528b4267ef3b5b704949283910bfc5d41fdd7264b78d4fc1f6e5b370474a7c9933a2fad36bb5c872006def71f8ed0b Size (cloud.google.com_go_storage_@v_v1.0.0.mod) = 374 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.10.0.mod) = 743ff68a72c5b33a4cec549635e7fc205e1a03ee086cb2af9d77714a5c49e9b9 SHA512 (cloud.google.com_go_storage_@v_v1.10.0.mod) = 2825d124965f45e40b36bc1d2f8133f8a1fb5ff94dd95d2ae4383bc4a300ddfe0efb75ace2f9408582525c377769bd1f75cd3c0c655c74aa75708f7a66c56352 Size (cloud.google.com_go_storage_@v_v1.10.0.mod) = 622 bytes -BLAKE2s (cloud.google.com_go_storage_@v_v1.10.0.zip) = 9eaec14e754178ce76815672faa61e3ea43a617e5724f0dff4abeeb2060466ea -SHA512 (cloud.google.com_go_storage_@v_v1.10.0.zip) = 33e6cfa9a71e774e3d4b70afa390b86fa3700c5f833c6ba64d22d4bb8e06f51c33cd4880a11b4b69086423bf808cffecf1742d5ff1cdf025790f230b1a0bc27b -Size (cloud.google.com_go_storage_@v_v1.10.0.zip) = 435484 bytes +BLAKE2s (cloud.google.com_go_storage_@v_v1.14.0.mod) = d22e9e6c9b3bbbc347e8f4bf45bf6a911b28dce96cb559dc6c44a3da34e371dd +SHA512 (cloud.google.com_go_storage_@v_v1.14.0.mod) = 4ea4787bddb53fd15748bb1a9b5a1539b565d17fb5cb8d9bb147c3058e7dac1e1e5ce8d6b839757b25d91ec19378eea185699bc8c803f92018c0cdd152c2e2e4 +Size (cloud.google.com_go_storage_@v_v1.14.0.mod) = 517 bytes +BLAKE2s (cloud.google.com_go_storage_@v_v1.14.0.zip) = 2f54a7c93e46c56ce3c1a77857df48f0f085085a9e5e42600c93d22d7e676ebc +SHA512 (cloud.google.com_go_storage_@v_v1.14.0.zip) = 3c906b13d35dc7300b793f0778517c19be8f1f36980ae59fd8947e3e4d2bd2ba9b626f0498bfe765e8d73e34184e74991d483621ee386baa816fa7e0dbc295d7 +Size (cloud.google.com_go_storage_@v_v1.14.0.zip) = 438375 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.5.0.mod) = fc00adcbcc877dabbd9f1edc7fad21c6b630381902ccd75c4681d2045b316bca SHA512 (cloud.google.com_go_storage_@v_v1.5.0.mod) = 33dacd4dc65bf8a7ead2e660e6719beb7024b1603e47e705ee657cf3024e5ec06c44ba88dfd05192142ce880903e94f8dd628d059ddc357e6b42e395953a86ba Size (cloud.google.com_go_storage_@v_v1.5.0.mod) = 953 bytes @@ -135,12 +207,48 @@ Size (code.gitea.io_gitea-vet_@v_v0.2.1.mod) = 103 bytes BLAKE2s (code.gitea.io_gitea-vet_@v_v0.2.1.zip) = 81239eafe8e7345b02e19a46877fd7a4b84ee1c7ee676975bd7279a3cd55e32e SHA512 (code.gitea.io_gitea-vet_@v_v0.2.1.zip) = e0ca5d7d4779eab24788c5d4c6ab7c6bcf3923886324096dd8602ab98296575b8b66271e150b6818aee36dab3aa7592e9feaa692f01b53b565956418843483e8 Size (code.gitea.io_gitea-vet_@v_v0.2.1.zip) = 7929 bytes +BLAKE2s (code.gitea.io_sdk_gitea_@v_v0.11.3.mod) = 56fdb17954a728c5fe2a428a748aea3129d7486c420c48980a7d46331fde1985 +SHA512 (code.gitea.io_sdk_gitea_@v_v0.11.3.mod) = 76cc0a38e1636d2bd04cb3eae31085ae40d2e03119592d89157a9760111d01fafd9f59d8372cf7517de957c7d91bd23b921c8b37605d9f252528d82a6d0e83ca +Size (code.gitea.io_sdk_gitea_@v_v0.11.3.mod) = 129 bytes BLAKE2s (code.gitea.io_sdk_gitea_@v_v0.15.1.mod) = 562ef9c9fc60f95b6f5352c1cfeb01953eefde13b70c0bd1f9bd740f5efe1627 SHA512 (code.gitea.io_sdk_gitea_@v_v0.15.1.mod) = 91b89ca0a80408ba93cf2be488614aba602ab6c0500a8a994cd961141a8647efecb7a808bac7b85a0cbbb897cc7f527456b647ebdc2652e2f13f2b3cc0c18138 Size (code.gitea.io_sdk_gitea_@v_v0.15.1.mod) = 173 bytes BLAKE2s (code.gitea.io_sdk_gitea_@v_v0.15.1.zip) = 210f5135ea04498aea09da609184c30ae4ccebae9809599b28383f8fe44bc87c SHA512 (code.gitea.io_sdk_gitea_@v_v0.15.1.zip) = 3d62bc222b260ffa33bc42a813ab3b664ef9a5e78f277b4aec1a17731dc0112c0fb7e51ef5be2ca2f7fbc6d2b9045003827cb43e2c926a2dad288102563a8805 Size (code.gitea.io_sdk_gitea_@v_v0.15.1.zip) = 112460 bytes +BLAKE2s (contrib.go.opencensus.io_exporter_aws_@v_v0.0.0-20181029163544-2befc13012d0.mod) = 29ca3c60f38a4bc66ea9751614d310c3e0efc2fd62e94dfb9792a52547215541 +SHA512 (contrib.go.opencensus.io_exporter_aws_@v_v0.0.0-20181029163544-2befc13012d0.mod) = e47a5e15b0e0b884fb8a9b27778f557cb170c974200848447a59c43953c3d0c3fc6895ad962e47cc6839a1a8efb1680fc1ae229abb9324227ccac9ed5954e2bc +Size (contrib.go.opencensus.io_exporter_aws_@v_v0.0.0-20181029163544-2befc13012d0.mod) = 120 bytes +BLAKE2s (contrib.go.opencensus.io_exporter_aws_@v_v0.0.0-20181029163544-2befc13012d0.zip) = f4527f2e87521ce21cb024f1d900e6d68ac51b6bb1aaf505a712af0529deabf4 +SHA512 (contrib.go.opencensus.io_exporter_aws_@v_v0.0.0-20181029163544-2befc13012d0.zip) = c66e173a0a3b71288f3db631d41fb01ed790d0b0deb6fb49f96671f624ad7a7cae35956c6f42b9e77d27eaa306b32db5453e91c9d326d6044dd2c3479963e4bd +Size (contrib.go.opencensus.io_exporter_aws_@v_v0.0.0-20181029163544-2befc13012d0.zip) = 34195 bytes +BLAKE2s (contrib.go.opencensus.io_exporter_ocagent_@v_v0.5.0.mod) = 142981fc36d55821a57d22d24829faf667463492a11820a1a64f82bf6858f3c5 +SHA512 (contrib.go.opencensus.io_exporter_ocagent_@v_v0.5.0.mod) = 07802584c237452afeb6210ba1a7ca189b7bc550b7554490a89e5edc18cd3dc575ab3be6063fa981214d6824dc8327435b34b0c09188db8a563b9bae42fea1ba +Size (contrib.go.opencensus.io_exporter_ocagent_@v_v0.5.0.mod) = 385 bytes +BLAKE2s (contrib.go.opencensus.io_exporter_ocagent_@v_v0.5.0.zip) = 90242b904fcc286726c7af45f8683a8ce006444ba3c530198b03671e19035e83 +SHA512 (contrib.go.opencensus.io_exporter_ocagent_@v_v0.5.0.zip) = 6fe3a2cd663c8a0b7ac016888f467921b7d9cd3bf6bacb80b8617f83de7ca47ee1d0eefb52f47d54d47949ec0063723d27e3cbaeca054d1e58e782f698c5132a +Size (contrib.go.opencensus.io_exporter_ocagent_@v_v0.5.0.zip) = 46829 bytes +BLAKE2s (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.12.1.mod) = 24eee90d7ee48e09dff3f146dfad5e0ae43fa0914838872a3e40b6b724417211 +SHA512 (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.12.1.mod) = 79bbca334f01782edaec3ca700d70c7da4c50f388c1678e7e3696114cf93c08ce334a47cfdddf31c2cdd2259267c6f2059465e5be5c77f0b61f6fd18711ab8f0 +Size (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.12.1.mod) = 608 bytes +BLAKE2s (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.13.5.mod) = ac669aac5f3f9c9f899172349fc7e9b36d096ada5d162e83270b30e8a3ebc6bc +SHA512 (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.13.5.mod) = 7e3b26bc7d1969bbc0e9f81420b8326854dfe9ce70c1c197257321d389399c58de2effc3e06894b584f5bff64eb8230e6357a8263e4e02dba3e75bcb27889c8e +Size (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.13.5.mod) = 859 bytes +BLAKE2s (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.13.5.zip) = 65a840cd0786350a3c9b9cb4200ed0c3c4b54d2b3584cc877356084e369770a2 +SHA512 (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.13.5.zip) = 0291ee6e81ce759640b7ad1afc9b089280202077900384616dd24b3d1829f31cb63720a09bf7914d6a043ba4f55df4f0fa9066cf5197fd8992a53f3200b0ecde +Size (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.13.5.zip) = 128485 bytes +BLAKE2s (contrib.go.opencensus.io_integrations_ocsql_@v_v0.1.4.mod) = ec3e078cf0bc557daac65018bfe9124142a2dbfb4a48f69676e534191c5b6545 +SHA512 (contrib.go.opencensus.io_integrations_ocsql_@v_v0.1.4.mod) = 3b21ef555adc99c8acd8a037ac9205a0ca2a629b43095c1a7f850d22695c1c9f4149f10256cfd0d0420d9dbf1345df8cdfb81c5a0162f06dbfc989d969694c2e +Size (contrib.go.opencensus.io_integrations_ocsql_@v_v0.1.4.mod) = 51 bytes +BLAKE2s (contrib.go.opencensus.io_integrations_ocsql_@v_v0.1.4.zip) = 65e2cd205c07974ce29ea215aa8838e3f6dea3dbd12442d71f8c8514976b87a6 +SHA512 (contrib.go.opencensus.io_integrations_ocsql_@v_v0.1.4.zip) = 6570d9d1cb6a9289369362bccd4e2bd5930c0c9fe64efa2cd972855d9df14269947ac62ec323c56e398e8750337f729c0d34b25a0980c0f5c1c9d4856e58fe10 +Size (contrib.go.opencensus.io_integrations_ocsql_@v_v0.1.4.zip) = 19693 bytes +BLAKE2s (contrib.go.opencensus.io_resource_@v_v0.1.1.mod) = 996659c17e51cec2976fcbca0ffd4c48b041247662f6f0617b2143e3479a2ad1 +SHA512 (contrib.go.opencensus.io_resource_@v_v0.1.1.mod) = 58d1897cf3f5b661e344d5bf91b93e91d5cd8e741ea5f213687cd5ced518d102a9a92f0c6354fbca2bf88d4c6057f78d56900e75591490f0a22ea87ad536b21a +Size (contrib.go.opencensus.io_resource_@v_v0.1.1.mod) = 41 bytes +BLAKE2s (contrib.go.opencensus.io_resource_@v_v0.1.1.zip) = 625ca88b64283d9874b8fe47b79732e93b1b16d6e1a3aa924b9721d67c8b77af +SHA512 (contrib.go.opencensus.io_resource_@v_v0.1.1.zip) = 34e14eadee9b13bb3bb7e9a2cdd6b919a06f6e296dd2b57de235002c9ef1dcfa33088b96dc063db652fb89bf5a668346b28bb4792c1a9cb88f9ee479f45f5a7e +Size (contrib.go.opencensus.io_resource_@v_v0.1.1.zip) = 11667 bytes BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 2136184228fc4913040e8abab210d9694fa46310b1073dbb42e1697f8591c1f2 SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1 Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 36 bytes @@ -150,15 +258,15 @@ Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = BLAKE2s (gitea-1.16.1-frontend.tar.gz) = 7b6ab37fc8e58d58cc76b5f5fb4a837e90b6c3e71e7a924aa8bc9fd1ab4e042a SHA512 (gitea-1.16.1-frontend.tar.gz) = efca0fcbd024cb8254d78e027c0df9d407e1102108f51c62b0139e2b9a99909d83a9c6766bf90c5186e7e3928c6a38531776d9c7c51f8dcff391566fdd395599 Size (gitea-1.16.1-frontend.tar.gz) = 8802148 bytes -BLAKE2s (gitea-1.16.1.tar.gz) = 1c5cade37a6ac51e9274c1c44e53153be5ff8b9d51c08a86d7a102828e70bcb6 -SHA512 (gitea-1.16.1.tar.gz) = bfc9f5b37bca0e55cae498d06e62ebf0df54ed84afc4fe1880fbec53ff306daa28b9cef6243f09f8ee1cdf04aa14f7ba65bb53c5a4a7ddfda7ed3b7764ba9297 -Size (gitea-1.16.1.tar.gz) = 11080143 bytes -BLAKE2s (gitea.com_go-chi_binding_@v_v0.0.0-20211013065440-d16dc407c2be.mod) = b212dc14149256cf89280f5be4b1cdaca22183a0b4a54f492f9d222b49a768e2 -SHA512 (gitea.com_go-chi_binding_@v_v0.0.0-20211013065440-d16dc407c2be.mod) = 91e7eba4e69950296b15ffc9c8cfd8e3b791b8a1250ecc697b2794efcd9145241d12c558587bffcb7d241d9e2ec0db0c80e2ce36ffd626626e444d9290e5fbaf -Size (gitea.com_go-chi_binding_@v_v0.0.0-20211013065440-d16dc407c2be.mod) = 216 bytes -BLAKE2s (gitea.com_go-chi_binding_@v_v0.0.0-20211013065440-d16dc407c2be.zip) = 0a9e4588e2273e633c67492297c1fd439179ae0d47fcd415ba4fed77b79166b3 -SHA512 (gitea.com_go-chi_binding_@v_v0.0.0-20211013065440-d16dc407c2be.zip) = 95ae768e9b95854262deecf383858bf40e6a39b32c9456e72d40ca96bf5ca2794de57f1f670cb351fd469ce846da33102a9cd42f93b2beb02bf71b6ca303d829 -Size (gitea.com_go-chi_binding_@v_v0.0.0-20211013065440-d16dc407c2be.zip) = 34618 bytes +BLAKE2s (gitea-1.16.8.tar.gz) = 0c7f64d63c6a50b1327f8d21815ef4776b908fec822d106c7ccccdf44aace4da +SHA512 (gitea-1.16.8.tar.gz) = a8006662994083cbb35e83fefa716bff36b6f964030806b5c67a42cb4648262ca49c77947ea99be245ecd121a5f393451f5fe049ebee4fde99bfe96487113aa1 +Size (gitea-1.16.8.tar.gz) = 11123248 bytes +BLAKE2s (gitea.com_go-chi_binding_@v_v0.0.0-20220309004920-114340dabecb.mod) = 51eb458bbeb0cbc60b6fd7c36a4f6d76e136fa3495fc9c93c690479bb266d460 +SHA512 (gitea.com_go-chi_binding_@v_v0.0.0-20220309004920-114340dabecb.mod) = c7a8315434e69e8e3bd221dc2930d0043d5636a528c05b0ad4929bddb60e901b6043116bd444847c98b2783cbb40b8e53f0dcbe54ae846c0c64f611cb16252fe +Size (gitea.com_go-chi_binding_@v_v0.0.0-20220309004920-114340dabecb.mod) = 215 bytes +BLAKE2s (gitea.com_go-chi_binding_@v_v0.0.0-20220309004920-114340dabecb.zip) = 6e047cd748b963ea5366488108ff76b6cde0ca923574053b6e1f39c8c0ca8099 +SHA512 (gitea.com_go-chi_binding_@v_v0.0.0-20220309004920-114340dabecb.zip) = 6183328ba52a3888140d1e814357272fd0da85d35cfe410ba6bcdaece840927254937e0692cd56e9b480afd3582e032e87083dd97f4d444e4ac507737895bb9e +Size (gitea.com_go-chi_binding_@v_v0.0.0-20220309004920-114340dabecb.zip) = 34619 bytes BLAKE2s (gitea.com_go-chi_cache_@v_v0.0.0-20210110083709-82c4c9ce2d5e.mod) = a49f8f5ee34a9d6b4fde3a03285e036fcba0243f66fb32559c15c9f969cbe3ae SHA512 (gitea.com_go-chi_cache_@v_v0.0.0-20210110083709-82c4c9ce2d5e.mod) = 97f9c76121517b92190632216e848fe20b40259f89e00f0baff68f2c973a6e6587052d64d4e7a657b317715d033e781bfcd33f001e095ed597ec4f39fd3a35b1 Size (gitea.com_go-chi_cache_@v_v0.0.0-20210110083709-82c4c9ce2d5e.mod) = 1462 bytes @@ -204,12 +312,72 @@ Size (github.com_6543_go-version_@v_v1.3.1.mod) = 43 bytes BLAKE2s (github.com_6543_go-version_@v_v1.3.1.zip) = 37ac0d33c678dd0ac8b0d20768531e9545a32fc53a84abdb143556a8671245df SHA512 (github.com_6543_go-version_@v_v1.3.1.zip) = 8ee100a8fa96f6ee3ce1d5362ca0e5eda108b6d6484b49f7f16175d3796835472fed9db5ffcc06c1b934eaa312458e3d3a35adc78e1d546c36a67bf61d77ba18 Size (github.com_6543_go-version_@v_v1.3.1.zip) = 19645 bytes +BLAKE2s (github.com__azure_azure-amqp-common-go_v2_@v_v2.1.0.mod) = 8f76ed72f37eace420a7d58668c2071593bd866b3ebe5f5d7a20f6bea2a56c79 +SHA512 (github.com__azure_azure-amqp-common-go_v2_@v_v2.1.0.mod) = 82a460ebced1232853e30fb0e0d0cd05efc84b0b5633f972bfe7965eac4021675bd54d29e4c9f1cacd324dd4d7342d8bec357bc4a30e2b09d0aa01e4bd127b28 +Size (github.com__azure_azure-amqp-common-go_v2_@v_v2.1.0.mod) = 646 bytes +BLAKE2s (github.com__azure_azure-amqp-common-go_v2_@v_v2.1.0.zip) = 3db30be7889507f56a8065917b05335619cbc2438978c4ab7a6f682bee4e1b1b +SHA512 (github.com__azure_azure-amqp-common-go_v2_@v_v2.1.0.zip) = bfec796375a02b0f8a895bd043aa3ad9d856dd0e55b5438dac2c8779509a09033e755e8c066c3998cec5aed73d1b300398f7b4d3620604d49b569ce847c00336 +Size (github.com__azure_azure-amqp-common-go_v2_@v_v2.1.0.zip) = 31847 bytes +BLAKE2s (github.com__azure_azure-pipeline-go_@v_v0.2.1.mod) = c88198ac2877ea25d4adcc863ae1a44b45766957a50b1d20b0823c1e65aef8ce +SHA512 (github.com__azure_azure-pipeline-go_@v_v0.2.1.mod) = f3656f04c653b5651210e048b1663ed87b8899e4af6d2ccd0d3ed4ad97abe511d61e8b1f9a68582ffd49eb6b6e81c31ce955ffe79ab398836cb6fd5e37147a0e +Size (github.com__azure_azure-pipeline-go_@v_v0.2.1.mod) = 114 bytes +BLAKE2s (github.com__azure_azure-pipeline-go_@v_v0.2.1.zip) = 709d4168953bcd31eced3cd1684b28fa7dd919e5d4d46f56c5c6ee4323a0f0fb +SHA512 (github.com__azure_azure-pipeline-go_@v_v0.2.1.zip) = dd83c0e73f32a6370607e302d4b1a8c40c77d8e9829ceafaa290895b9a0b9973eb1363579f9fbe92a1ca21ae92b677e92e5021450636f3b5ef79b15012387740 +Size (github.com__azure_azure-pipeline-go_@v_v0.2.1.zip) = 22164 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v29.0.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70 +SHA512 (github.com__azure_azure-sdk-for-go_@v_v29.0.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e +Size (github.com__azure_azure-sdk-for-go_@v_v29.0.0+incompatible.mod) = 41 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v30.1.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70 +SHA512 (github.com__azure_azure-sdk-for-go_@v_v30.1.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e +Size (github.com__azure_azure-sdk-for-go_@v_v30.1.0+incompatible.mod) = 41 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v30.1.0+incompatible.zip) = 65f88cbebb79cc150131d4bdf28b40a3996890894c5749cb57294ac4f733e275 +SHA512 (github.com__azure_azure-sdk-for-go_@v_v30.1.0+incompatible.zip) = e38ee8dc0c7acb507e4e7decf2d771246d39f03ebebe5438e100b410af0ea8208016d0f0ef63869e49a8f47657d44e79a1c245a723a8fbbb559dc4ce9e5d1d18 +Size (github.com__azure_azure-sdk-for-go_@v_v30.1.0+incompatible.zip) = 25083361 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.mod) = 7b57b2a36f978b328ff15888fc8c9c898d214623c8a9f4cc49ff82de1a71da2a +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.mod) = cf813a46d8a66a9f16a6854b42c2c1c0bd2ef3d5b936cd9e59918c3372656e20b57ac39b66fd6fe78ba6e686c165ccb5cb2603cc260fd01b4b92741036839cf4 +Size (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.mod) = 218 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.zip) = 4e69cc3395eb611432f63d265ef305a61ceb42d3f3b7e240555a08f400e2e0a4 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.zip) = c0b48f38cbae00fd234aaf8ff46f1fb00506c79d79e994417894a59bd35b97c6a40336df0a8145eed71958918f09200ebda90c2c4daab4b15597be1e10e8afd4 +Size (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.zip) = 101992 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.11.0.mod) = c85c067f6b79b2fbe39d9f36ce61e9bd9b24aae6929126b354cf71831fa18e40 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.11.0.mod) = 08d4eb0483ee540427a079e1dc2d149fdff8296d0dab299a3beb7894413ae26a0eab64152e1f9c6cbf38e35f7416f175cf413eae27ef086710ed1ca9243c1264 +Size (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.11.0.mod) = 355 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.11.0.zip) = 7fbba9b0a32fad1e823572fd20cfcbe1a512820235c2c5d7c1c250dff2a87a16 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.11.0.zip) = 2f79a7c13f7b7c9d0d4220f1b9d48a0cff25f7804edadb6f388db0a719d623842382a7cd3b6feb4841195929446306032f74efae6abc60b36460935ac4c7b268 +Size (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.11.0.zip) = 314861 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.mod) = 7c17d25fbfb6f2f5747123cb29e0ddf4a62bbf54a3784c3e9aa72c5f213e7595 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.mod) = 3fc71b646ee4c82822feba395badc8d29396ca01e5c543c4feb6377362fa0f48e8e78aed14ac760639bb2cf2bbdc1575c751758d69c6c199c51e90da7c4d67b2 +Size (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.mod) = 335 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.zip) = 147b89856a0aba07ae663b92a349410769d9ed38669cdfd09beb8f0c839e4ca8 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.zip) = 6e26ba5cbe85293b10bbbadb7c489160edd5b4d9068682754bb652586dff47589cc58042ad9cabcb16c8ba4d8cfd378150c720f3661fc2db4da2c1e8641ee992 +Size (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.zip) = 30073 bytes +BLAKE2s (github.com__azure_azure-service-bus-go_@v_v0.9.1.mod) = c0e88f5d7a6bbd3df51a4a41cc02651a3b3fe4f9bd5bcbb975e2ab76b154828d +SHA512 (github.com__azure_azure-service-bus-go_@v_v0.9.1.mod) = f02506139f416d1d4c1f14f7c441d3540dc458c5a2f73e6d7321c266d26021ee315e947675786ed87d932ab4c052a82b048baa6a04f69f8093446028b2522aa3 +Size (github.com__azure_azure-service-bus-go_@v_v0.9.1.mod) = 900 bytes +BLAKE2s (github.com__azure_azure-service-bus-go_@v_v0.9.1.zip) = 93c50624ee0414159c6b01f041f71d1f020e7aeb5a7b0dbb06e2a2b397498e3f +SHA512 (github.com__azure_azure-service-bus-go_@v_v0.9.1.zip) = 24720af8954aa94f629a0e0bbbbaf931dbedad6d54a4eb5123bd1f51f6dd2fd4bbd8ba635cf06ccaad107af7196bd31e29f9f43c98c1ab3ffbd3d3a9518bc9f6 +Size (github.com__azure_azure-service-bus-go_@v_v0.9.1.zip) = 139662 bytes +BLAKE2s (github.com__azure_azure-storage-blob-go_@v_v0.8.0.mod) = 31f2a0635681403ec06f945e2d25bef28e0b1b508ac6c52237843b16a6b8e044 +SHA512 (github.com__azure_azure-storage-blob-go_@v_v0.8.0.mod) = 20d76c44feef7ec31f420ee199da84f4c22f6376dd0099cae7bfa542f9836ccc32b63d6dac44bf58066049860cb9b33ce13e6c116763df09d466a52a767e8167 +Size (github.com__azure_azure-storage-blob-go_@v_v0.8.0.mod) = 197 bytes +BLAKE2s (github.com__azure_azure-storage-blob-go_@v_v0.8.0.zip) = 68ab89ca9c5c9655bd5e87680df6256ae3ed7361fc9e64e8628242c51892b1fb +SHA512 (github.com__azure_azure-storage-blob-go_@v_v0.8.0.zip) = fc254a8019b72ae8c0b2ee22bd09fd72c4243d6974ffc851d1d3faf36a9f49affea0039ff9b716c401f4040baaad3be9551680e49d4380f10a8407f5ef35482e +Size (github.com__azure_azure-storage-blob-go_@v_v0.8.0.zip) = 217387 bytes +BLAKE2s (github.com__azure_go-autorest_@v_v12.0.0+incompatible.mod) = f6532415d34eafc417bf6a29951d4d8f52d8ae389498db75a04278c4ef487588 +SHA512 (github.com__azure_go-autorest_@v_v12.0.0+incompatible.mod) = d7c80a07fa3633acb681d54fae5743c6aab0d5f1f9e1edc3f7037a7abcf12c5536c524e856f9ea3d876b2b0fdf2884fa307ed16fd9758aba17a3d28766df1377 +Size (github.com__azure_go-autorest_@v_v12.0.0+incompatible.mod) = 36 bytes +BLAKE2s (github.com__azure_go-autorest_@v_v12.0.0+incompatible.zip) = dc039e88e096f7db51dbce5a6111ad66b6045988d03178c2d739ec5262f47ffa +SHA512 (github.com__azure_go-autorest_@v_v12.0.0+incompatible.zip) = cad99f96cd35f723425ce176488c2e2fa35b0941273fe878e5f1c321c829b033eefa2a7c070188a3338e9f0309af9590bbcf8dc64c336628bc5e6eeddd1c3080 +Size (github.com__azure_go-autorest_@v_v12.0.0+incompatible.zip) = 193246 bytes BLAKE2s (github.com__azure_go-ntlmssp_@v_v0.0.0-20200615164410-66371956d46c.mod) = a09aba6222f59ba56b373b6d43bd6c335e19920a13a4d114143d7cadeffad2c6 SHA512 (github.com__azure_go-ntlmssp_@v_v0.0.0-20200615164410-66371956d46c.mod) = b9bb8b7bd45785e18073235507b6e570ae27df026d38676e0b36cb19bae6b53a085099fd23d4a0bc456dd9bcf3459f1f53d0e8d11b6bfc7e61a88f8673a3ca9c Size (github.com__azure_go-ntlmssp_@v_v0.0.0-20200615164410-66371956d46c.mod) = 35 bytes -BLAKE2s (github.com__azure_go-ntlmssp_@v_v0.0.0-20200615164410-66371956d46c.zip) = 331feee18faa826eb830ee781a5a2a288c2612a91fe3e3b7c6969afddc971f0f -SHA512 (github.com__azure_go-ntlmssp_@v_v0.0.0-20200615164410-66371956d46c.zip) = 0b87ddabac154fad7ea06ed88d28fc4586dd41afac9a2eedb2b0b3a695ef52354d3bb6f087c2422b88cc58778afa0e6a4da19fd2fb0fae5a125aaad79fc92d53 -Size (github.com__azure_go-ntlmssp_@v_v0.0.0-20200615164410-66371956d46c.zip) = 13778 bytes +BLAKE2s (github.com__azure_go-ntlmssp_@v_v0.0.0-20211209120228-48547f28849e.mod) = a09aba6222f59ba56b373b6d43bd6c335e19920a13a4d114143d7cadeffad2c6 +SHA512 (github.com__azure_go-ntlmssp_@v_v0.0.0-20211209120228-48547f28849e.mod) = b9bb8b7bd45785e18073235507b6e570ae27df026d38676e0b36cb19bae6b53a085099fd23d4a0bc456dd9bcf3459f1f53d0e8d11b6bfc7e61a88f8673a3ca9c +Size (github.com__azure_go-ntlmssp_@v_v0.0.0-20211209120228-48547f28849e.mod) = 35 bytes +BLAKE2s (github.com__azure_go-ntlmssp_@v_v0.0.0-20211209120228-48547f28849e.zip) = d4d98119404506508923b3bac0d90266c513eb354ae5b7e9899db4bed479faca +SHA512 (github.com__azure_go-ntlmssp_@v_v0.0.0-20211209120228-48547f28849e.zip) = e727cd749d9c3a3f47a38447f0e8202dcefbd795dcfb49796f4ec909109230797d37187d01a4cba2ce192d4ad80a901e0649d18e7a9f9ba2c4871b5b49f0c3e1 +Size (github.com__azure_go-ntlmssp_@v_v0.0.0-20211209120228-48547f28849e.zip) = 13858 bytes BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 1e3e33c00707a3593021eb034c331e03c391be2a8977de8635ddcdd39b13ded4 SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146 Size (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 34 bytes @@ -222,18 +390,72 @@ Size (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = 3 BLAKE2s (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 30a9ad04f2ed1478a1ed8be7bd686686e533c90f57cc9d1236f33f78bea8450b SHA512 (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 7bb2037721647f941eb8dec5bdcf00d72febf118b34819d6bf3cdbaae1bd2cedd867cd210acfdba5afdf48be8b315d934447aa5674901e95a7868e707d337547 Size (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 254689 bytes +BLAKE2s (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.mod) = 9f10b27ac70e6999c062ebdb8a5279df142b1561df9d8e0babb2f379e0041291 +SHA512 (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.mod) = da3a3499834784b7ace8158659956206fdb113000fdc84d54b6525805727e37029bdcf263afcbabe724d8b10f6601f1f38a985e6ac10fd0466907ae56da3edd7 +Size (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.mod) = 37 bytes +BLAKE2s (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.zip) = 4d37574fc82649e21c64ca9938c2540eb1ebb6788d7b9bf25f41ed5c224508c3 +SHA512 (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.zip) = f16a6a25abaef19382e50de8c791947ef9d65ed69c275bb20b38aa72c03e6b161b5db1974908c223cb62d393eeda0d9317f6ca9ab1db2fc5f7db5e967e3d730d +Size (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.zip) = 34337 bytes +BLAKE2s (github.com__geert_johan_go.incremental_@v_v1.0.0.mod) = 6073c20ac1968e1bb59a623f54e214e3b656b32696abe0766ebdbc18719a0599 +SHA512 (github.com__geert_johan_go.incremental_@v_v1.0.0.mod) = e46209635777bfc42c4399ff0eef13320a9b5d7a23dbe26f79da44a462b14941a949d812c586c023e3b4e617e741612ada3db8da7ae4e70ab242b8ffc123e880 +Size (github.com__geert_johan_go.incremental_@v_v1.0.0.mod) = 53 bytes +BLAKE2s (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = 08813cd5971116a03f33f932bbf8f3bb71166b6687e343453a908ba1d5c296ee +SHA512 (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = 434edd6b40c635fa800ce450dfdfb5316ea013243cd5747af7dedbbb13cd3a0f3eafa9756454d952111d264928e8c905f0284b0f2ea68ee0624b8df263089a24 +Size (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = 14754 bytes +BLAKE2s (github.com__geert_johan_go.rice_@v_v1.0.2.mod) = ec033e571c75037f26f82608a14373e7ea4045f6bbdd0d4f097a82f4aad147a9 +SHA512 (github.com__geert_johan_go.rice_@v_v1.0.2.mod) = 7dedc01bcec3a47eb2ace683204bcd2c67b09f03147981315cf4ad8ea429b772c6099055b566c2cb971fb65612be70201b36fb4c752750b59536a713a5140c55 +Size (github.com__geert_johan_go.rice_@v_v1.0.2.mod) = 321 bytes +BLAKE2s (github.com__geert_johan_go.rice_@v_v1.0.2.zip) = da520705a91ac687b79c99bf9b48062bbc5af3ff03013402c7ad1e21402ee22b +SHA512 (github.com__geert_johan_go.rice_@v_v1.0.2.zip) = 5dc012acda317b658fd67ff91de8039ec0bb3fcb582f14a352a553d4b5b8bef06b145076f7fe5b360536369fd02f2dd0ef572e7e51d3128157874a8551965d6a +Size (github.com__geert_johan_go.rice_@v_v1.0.2.zip) = 78489 bytes +BLAKE2s (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.mod) = 5dad0cd1cdbe2aea10ee2826dc237be0ed99fd3deada0e0f1f4fbd097ed36edb +SHA512 (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.mod) = e70098303230e59faac8940def165cdd46223ce203e9ec6db498178d391b983f01b6554668fddff92aaa9e56fbc859b4a43c8f8cc5b13215d1dfa3234fb885f1 +Size (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.mod) = 294 bytes +BLAKE2s (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.zip) = a8c25b14ec01574995e7ebd2ea52305ac4e154c2ab1ca309e1d76093a0d77c0f +SHA512 (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.zip) = dbc020240a44530cb2588186970f95228ae8050f9051d7c11e25118dae5e9b812ea9b20ffa8f30229aef3c5e08a89b3e9f798f4be8350bac6a02062e44653b1a +Size (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.zip) = 91956 bytes BLAKE2s (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.mod) = 745c08aaf803224893a2360b34b51c777c662d8608b88d854e9dfdbc58f8665d SHA512 (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.mod) = 73bd53e14c96c10e3288cd859b5d7758e6d2897369060b1581b6a4290e233877e408c9dc6350b763c2ab678a2e8f3e8f7f3bf563928b43ad37a48187ccc0ee7b Size (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.mod) = 35 bytes BLAKE2s (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.zip) = 7ebab5cf98a62bc181985b9714ab676081e445ee2bc6aec1dd6d7e65fa0d3077 SHA512 (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.zip) = 09e2d74c507fcfb91e3c527743b69ad0e321aa1b4cdfd2091ab28c772028f681d293b49eccdb307e24f5c43be6963374de0eab8afd603c2291d43d02fd3b4c0a Size (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.zip) = 58819 bytes +BLAKE2s (github.com__masterminds_goutils_@v_v1.1.0.mod) = 986770a431867d0b84163013801bb6baa24098f54a7e8528dc6509aed88daa73 +SHA512 (github.com__masterminds_goutils_@v_v1.1.0.mod) = a3c38d1db1472c71e1c47b936d47ac2ecfb49519c2e78dd453d234f1a6153bf007eb96fabe0be7dcbd868160a3869e854ec6776356b9011fe7ef51a634b30aad +Size (github.com__masterminds_goutils_@v_v1.1.0.mod) = 38 bytes +BLAKE2s (github.com__masterminds_goutils_@v_v1.1.0.zip) = b1e00ed2e0ee4f93a41053adb189e058e23d04625e45df8e5f79e3c97cd91f44 +SHA512 (github.com__masterminds_goutils_@v_v1.1.0.zip) = 5800ddecf3717ea31dd991068c785053b9c6cb5ffdbc97b681bcce4219634362acc7811eec766117f0087536abaf0eaa22b8d66a44103a1644e5907e3174dfae +Size (github.com__masterminds_goutils_@v_v1.1.0.zip) = 21259 bytes +BLAKE2s (github.com__masterminds_semver_@v_v1.4.2.mod) = 845ffd690bb82479dc7cb537d3fb906bc4969524bf43fcd362e3e8ce925eb0ec +SHA512 (github.com__masterminds_semver_@v_v1.4.2.mod) = 4f01cd11b3ae6f26266154ee37e7a4084e61e865fa9427187a24a02631415f2367a4afad83b4e1cf772b263aaf8f180b4b177e30ae884cdcab239919c9e08bbc +Size (github.com__masterminds_semver_@v_v1.4.2.mod) = 37 bytes +BLAKE2s (github.com__masterminds_semver_@v_v1.5.0.mod) = 845ffd690bb82479dc7cb537d3fb906bc4969524bf43fcd362e3e8ce925eb0ec +SHA512 (github.com__masterminds_semver_@v_v1.5.0.mod) = 4f01cd11b3ae6f26266154ee37e7a4084e61e865fa9427187a24a02631415f2367a4afad83b4e1cf772b263aaf8f180b4b177e30ae884cdcab239919c9e08bbc +Size (github.com__masterminds_semver_@v_v1.5.0.mod) = 37 bytes +BLAKE2s (github.com__masterminds_semver_@v_v1.5.0.zip) = af761441102c497c16f8376738a9cc90896140b15e53c5d1f136c9197a0e3119 +SHA512 (github.com__masterminds_semver_@v_v1.5.0.zip) = 4500f7ea6c626f82689009f5439d541a048918a986adb2d5e2d629fa96d2877783a33bb0c059a510788722a8ebf324c6c6a7ebc23174d1d9e7842cf5da55a96b +Size (github.com__masterminds_semver_@v_v1.5.0.zip) = 38193 bytes +BLAKE2s (github.com__masterminds_semver_v3_@v_v3.0.3.mod) = f87934e6e9e8b8ec58218ca0d0248eaf39cc7934a2cb608214345809766bfea9 +SHA512 (github.com__masterminds_semver_v3_@v_v3.0.3.mod) = 7b9615ed8dbc53987e0370b5ff24bf62bfbf4cd3644859b735dd267826ce75177666106d8447a113dd508542086919336c82819385c92ee520082f6f6ada7ac9 +Size (github.com__masterminds_semver_v3_@v_v3.0.3.mod) = 49 bytes +BLAKE2s (github.com__masterminds_semver_v3_@v_v3.1.0.mod) = f87934e6e9e8b8ec58218ca0d0248eaf39cc7934a2cb608214345809766bfea9 +SHA512 (github.com__masterminds_semver_v3_@v_v3.1.0.mod) = 7b9615ed8dbc53987e0370b5ff24bf62bfbf4cd3644859b735dd267826ce75177666106d8447a113dd508542086919336c82819385c92ee520082f6f6ada7ac9 +Size (github.com__masterminds_semver_v3_@v_v3.1.0.mod) = 49 bytes BLAKE2s (github.com__masterminds_semver_v3_@v_v3.1.1.mod) = f87934e6e9e8b8ec58218ca0d0248eaf39cc7934a2cb608214345809766bfea9 SHA512 (github.com__masterminds_semver_v3_@v_v3.1.1.mod) = 7b9615ed8dbc53987e0370b5ff24bf62bfbf4cd3644859b735dd267826ce75177666106d8447a113dd508542086919336c82819385c92ee520082f6f6ada7ac9 Size (github.com__masterminds_semver_v3_@v_v3.1.1.mod) = 49 bytes BLAKE2s (github.com__masterminds_semver_v3_@v_v3.1.1.zip) = 3260f1d15c1bfb5fb65577b99e84975d33ac0e1d3bdb998647274085a45c0cc5 SHA512 (github.com__masterminds_semver_v3_@v_v3.1.1.zip) = db209ff21454a0856afef523cae1cc838e5f1c00e87fcc370459e237a133a514a6a2024d3a5eb886911d43320ce0b084334be70766a4ad4f93d2d2452c13e703 Size (github.com__masterminds_semver_v3_@v_v3.1.1.zip) = 29723 bytes +BLAKE2s (github.com__masterminds_sprig_@v_v2.15.0+incompatible.mod) = 625dc4fd8c4c0f751dd1aea6bf5fdea7269bd6672ebbbef682c12543cae5d1aa +SHA512 (github.com__masterminds_sprig_@v_v2.15.0+incompatible.mod) = 86c3285d609dcf781e8ac5d63a6d320af0cee0465e7071caa925e5c7cb259f46451b570c1a6c122ebd6b099e2fc2a5ed4bf6da7fff906a62709982649cbb9a72 +Size (github.com__masterminds_sprig_@v_v2.15.0+incompatible.mod) = 36 bytes +BLAKE2s (github.com__masterminds_sprig_@v_v2.22.0+incompatible.mod) = 625dc4fd8c4c0f751dd1aea6bf5fdea7269bd6672ebbbef682c12543cae5d1aa +SHA512 (github.com__masterminds_sprig_@v_v2.22.0+incompatible.mod) = 86c3285d609dcf781e8ac5d63a6d320af0cee0465e7071caa925e5c7cb259f46451b570c1a6c122ebd6b099e2fc2a5ed4bf6da7fff906a62709982649cbb9a72 +Size (github.com__masterminds_sprig_@v_v2.22.0+incompatible.mod) = 36 bytes +BLAKE2s (github.com__masterminds_sprig_@v_v2.22.0+incompatible.zip) = c589a0633601b337a6c116986c58bb00fa1c0a765c32163295e399cee5bac6e6 +SHA512 (github.com__masterminds_sprig_@v_v2.22.0+incompatible.zip) = b448168ae1cb6aa89f1512c4bc68928e84d85507fd3960c28215cae75f8ccab5424f58107f22c09a20e05c4eec557642e3cfc374cfd2cc70b3b7a138c50f6fe2 +Size (github.com__masterminds_sprig_@v_v2.22.0+incompatible.zip) = 60916 bytes BLAKE2s (github.com__microsoft_go-winio_@v_v0.4.14.mod) = 3d4941e7ffa0bd1801cd1ad71d32b4851158e325d6c7714a92d09a390a72f368 SHA512 (github.com__microsoft_go-winio_@v_v0.4.14.mod) = 83b5d04d488db971f78cd1853903e7f5cb1d547d5b5270bcaf35aff4240f0b96c300ce311014775028e1424c6fad714991c27f0c676d8b8eb37aaa62330450ec Size (github.com__microsoft_go-winio_@v_v0.4.14.mod) = 177 bytes @@ -243,9 +465,12 @@ Size (github.com__microsoft_go-winio_@v_v0.4.16.mod) = 177 bytes BLAKE2s (github.com__microsoft_go-winio_@v_v0.5.0.mod) = 3a8bb3603c52fc804ab1416e60075982a757a3de44881b468ca83dc46f04aea8 SHA512 (github.com__microsoft_go-winio_@v_v0.5.0.mod) = 5a32f55d6a4c3269cfa12d67a4f083477dfc5743b80911055c9e415bcc7cf477077478286fee918c154309d1420d19f811b8222e022df09ba2b7a3e1c93ffb38 Size (github.com__microsoft_go-winio_@v_v0.5.0.mod) = 177 bytes -BLAKE2s (github.com__microsoft_go-winio_@v_v0.5.0.zip) = a106128f4733b9bdb5caf90b5762a421e2e5c51fb6e7aaae292b1dac1d74ac77 -SHA512 (github.com__microsoft_go-winio_@v_v0.5.0.zip) = 6a53f2a836adc34f59860858ae718d46dd015dea0e6d53d19b58ce7ed662e877a36693c6b2b9c7e243bdb80ec7cde4bf122ebe45924aca8bbd90f7aef7ef0cf6 -Size (github.com__microsoft_go-winio_@v_v0.5.0.zip) = 116495 bytes +BLAKE2s (github.com__microsoft_go-winio_@v_v0.5.2.mod) = c1228f5aface8451f3c2c1333a471e08230adbe6a760065c752dec80be715f25 +SHA512 (github.com__microsoft_go-winio_@v_v0.5.2.mod) = acc736ea664f40d03ce7bec6d6bf5efe970484446be1429e84901e6a80b1da17a459aa3b630d69dd7a5a33f89c6e27b7bca6515c68dfa6b0523011b29a3fb202 +Size (github.com__microsoft_go-winio_@v_v0.5.2.mod) = 147 bytes +BLAKE2s (github.com__microsoft_go-winio_@v_v0.5.2.zip) = 663ab8dc1b6f30674fb2ef1e4877b65ab26d19eab3421a0014b062400690a8b8 +SHA512 (github.com__microsoft_go-winio_@v_v0.5.2.zip) = 2d16443a592da009fa9022586a86633ff427f852462cd77fbd471412fe028302b0d1316b192a5dc59e000af09f880828a6ec9b4cc7c1e3a91b0e9cdd2c71d81f +Size (github.com__microsoft_go-winio_@v_v0.5.2.zip) = 120867 bytes BLAKE2s (github.com__n_y_times_gziphandler_@v_v1.1.1.mod) = 5ca26aca864b785894a8c9ddd5f3a58ddc9d5fd7ef23b87505c996b1b7bf97a8 SHA512 (github.com__n_y_times_gziphandler_@v_v1.1.1.mod) = 0e1988e2b81b9f2c0531c5fba44524f81fada3338c323141b1e4b49f5474c16b8ccb60bee17d204f17afaef228fcf4dda47ef125b48ff209ca49eb9d6a233745 Size (github.com__n_y_times_gziphandler_@v_v1.1.1.mod) = 91 bytes @@ -261,18 +486,18 @@ Size (github.com__one_of_one_xxhash_@v_v1.2.2.zip) = 17606 bytes BLAKE2s (github.com__proton_mail_go-crypto_@v_v0.0.0-20210428141323-04723f9f07d7.mod) = 965f4b4530a3f7364db8d574ac786bef1eb26a200d61ad95f881391a9d12de3d SHA512 (github.com__proton_mail_go-crypto_@v_v0.0.0-20210428141323-04723f9f07d7.mod) = 67d2f173895329e13a7a17d91e95557b55b199c6d7df7466ca8395d4fcc4f6ad123cb798e01bc136b2b3bd2dd9229d3db43f01021b4d38695554fc8b01dbe545 Size (github.com__proton_mail_go-crypto_@v_v0.0.0-20210428141323-04723f9f07d7.mod) = 112 bytes -BLAKE2s (github.com__proton_mail_go-crypto_@v_v0.0.0-20210705153151-cc34b1f6908b.mod) = 965f4b4530a3f7364db8d574ac786bef1eb26a200d61ad95f881391a9d12de3d -SHA512 (github.com__proton_mail_go-crypto_@v_v0.0.0-20210705153151-cc34b1f6908b.mod) = 67d2f173895329e13a7a17d91e95557b55b199c6d7df7466ca8395d4fcc4f6ad123cb798e01bc136b2b3bd2dd9229d3db43f01021b4d38695554fc8b01dbe545 -Size (github.com__proton_mail_go-crypto_@v_v0.0.0-20210705153151-cc34b1f6908b.mod) = 112 bytes -BLAKE2s (github.com__proton_mail_go-crypto_@v_v0.0.0-20210705153151-cc34b1f6908b.zip) = b6071c228c3c5cf0ea90ade84d48bdca1de54e719cefb1e1ba7ca664385b4c2d -SHA512 (github.com__proton_mail_go-crypto_@v_v0.0.0-20210705153151-cc34b1f6908b.zip) = b84d13473405eb594c7f37f163ccc5aef9afe088fae033e138c2eb40dfc950247efab382adb83040c15221a9e094fd6ac11a4b67f71f497a87d46348c4bcef65 -Size (github.com__proton_mail_go-crypto_@v_v0.0.0-20210705153151-cc34b1f6908b.zip) = 352861 bytes -BLAKE2s (github.com__puerkito_bio_goquery_@v_v1.7.0.mod) = 018d1b42f99708d4294fb124efe9332b5d40aad868e144bf0e9a91314817a554 -SHA512 (github.com__puerkito_bio_goquery_@v_v1.7.0.mod) = e6a65896ed5e371605fa0099e81788157aebf0f392a4dc881176579f015cbccabdeab3971ff6d97051c4f4bd2c5c3ecd6d1be47dba1f97aba635ea9390ecba15 -Size (github.com__puerkito_bio_goquery_@v_v1.7.0.mod) = 153 bytes -BLAKE2s (github.com__puerkito_bio_goquery_@v_v1.7.0.zip) = b5a3fd0742c848eab04ecfdefe2170e20e41dd018e37189ab538592bcd4f1f54 -SHA512 (github.com__puerkito_bio_goquery_@v_v1.7.0.zip) = 539626769af7fd694bbf71f365d28a3338d3b406b37f91d9f75140bef41afcdf5d7c18bf45221d6b010709c7b04fd6a7156e69c5b9ebe3fe6100dcc2fbaaf31c -Size (github.com__puerkito_bio_goquery_@v_v1.7.0.zip) = 132487 bytes +BLAKE2s (github.com__proton_mail_go-crypto_@v_v0.0.0-20220113124808-70ae35bab23f.mod) = 965f4b4530a3f7364db8d574ac786bef1eb26a200d61ad95f881391a9d12de3d +SHA512 (github.com__proton_mail_go-crypto_@v_v0.0.0-20220113124808-70ae35bab23f.mod) = 67d2f173895329e13a7a17d91e95557b55b199c6d7df7466ca8395d4fcc4f6ad123cb798e01bc136b2b3bd2dd9229d3db43f01021b4d38695554fc8b01dbe545 +Size (github.com__proton_mail_go-crypto_@v_v0.0.0-20220113124808-70ae35bab23f.mod) = 112 bytes +BLAKE2s (github.com__proton_mail_go-crypto_@v_v0.0.0-20220113124808-70ae35bab23f.zip) = 71eea33377b73d275cc973f2ec746a2c7b64116dfc0ec12286fb07aeb2b35b4a +SHA512 (github.com__proton_mail_go-crypto_@v_v0.0.0-20220113124808-70ae35bab23f.zip) = ac87ff1747e60054cf5895d7562767fa6b7ea2901cdbcffe90e806a28804c0fea80b5ef1aee99c1c0c0bb64c59c512dc782d4dbc417548bb4d7467480def05ed +Size (github.com__proton_mail_go-crypto_@v_v0.0.0-20220113124808-70ae35bab23f.zip) = 355860 bytes +BLAKE2s (github.com__puerkito_bio_goquery_@v_v1.8.0.mod) = 9b95d69c463cf2c7e84a056f85fbbc12fc6ab9ded9417e2fb8ed9d49154efee9 +SHA512 (github.com__puerkito_bio_goquery_@v_v1.8.0.mod) = 8b7b8ec488e53c5a1bd50834bb12fc692e3f593c9fe5144184ac32fd1cc44b8639122a26af81e60398766a3e64fb1beb21c44958e5d60312b1a5e5777d01baf1 +Size (github.com__puerkito_bio_goquery_@v_v1.8.0.mod) = 153 bytes +BLAKE2s (github.com__puerkito_bio_goquery_@v_v1.8.0.zip) = 470294c0942b9722266545b186bdf7411bb5ae8aec69ba9ca938f572866ad380 +SHA512 (github.com__puerkito_bio_goquery_@v_v1.8.0.zip) = 3c16590d24c72a8b554b187ca665af46fd04d557a059493d8ab61b65e8b6162befcb3fcb1219d23a7628c472f7fccc9c9a9b3b28bd8e5d18a7603e10eb216b1a +Size (github.com__puerkito_bio_goquery_@v_v1.8.0.zip) = 132585 bytes BLAKE2s (github.com__puerkito_bio_purell_@v_v1.1.0.mod) = 9c362edb6f79db7b49e69011dd198a8154abf79724cdd9cca92b899ebea7803a SHA512 (github.com__puerkito_bio_purell_@v_v1.1.0.mod) = 8382734877c9dc6a9c8a59b12d9735b6f971ea72ddeeb9985ea0cd0573820991a4b936baa1a643d38b694f1df7395d7b0d119f4f52be8d947f00adba96773989 Size (github.com__puerkito_bio_purell_@v_v1.1.0.mod) = 37 bytes @@ -333,45 +558,30 @@ Size (github.com_agnivade_levenshtein_@v_v1.0.1.mod) = 39 bytes BLAKE2s (github.com_agnivade_levenshtein_@v_v1.0.1.zip) = 7a5bd3404cb7379719053a64b39f9e761e5348271e5a46d95feacd6357d08a48 SHA512 (github.com_agnivade_levenshtein_@v_v1.0.1.zip) = 91a39b6ecda921587f0aa1ed8b758d5f462df1c5f22d4d9e8e6abae6fb529d919ed2ddf34f222a8e9343edb5a48f0b2bc76a8e4e0142b6663ae6efb877094c9c Size (github.com_agnivade_levenshtein_@v_v1.0.1.zip) = 868272 bytes -BLAKE2s (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.mod) = a6571bd3065aa7bc07607a6b5585a9e2520203fd6c264cf7303bf6d45ac78c1e -SHA512 (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.mod) = 87ff97fea3e25aa903503e56fe5afc337918f7253dd7175833adb144a7296451a7d4ebd76df504737a5b4c5237b1102920728d21a587957d5d25db5d38e1217b -Size (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.mod) = 36 bytes -BLAKE2s (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.zip) = 017f8e211b3b8626ab9c8094ed983449bf9db1b151d6dde5e61f51bd96cad494 -SHA512 (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.zip) = adf9a3b8bda92edd028f497ca10648900a7aac4dae9372469b511afc74e79f8b990e448f375ab2a8df651a491bab5413196c06db531adc10358865f74de6f26b -Size (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.zip) = 73310 bytes -BLAKE2s (github.com_alecthomas_chroma_@v_v0.7.2-0.20200305040604-4f3623dce67a.mod) = 59735fb72f7497eb63132f6850711dd1ba31a9d0205591d9402ab4e2cf621311 -SHA512 (github.com_alecthomas_chroma_@v_v0.7.2-0.20200305040604-4f3623dce67a.mod) = b8d1d453815756d8d12d6a5009921a7967dee726884bef700ddfe5318b16a29f834734857f223c6d6a5d8d676c65d1c8ccdfbdbda849969c0c572c63adb59fa3 -Size (github.com_alecthomas_chroma_@v_v0.7.2-0.20200305040604-4f3623dce67a.mod) = 674 bytes -BLAKE2s (github.com_alecthomas_chroma_@v_v0.8.2.mod) = 7dc89fa1c930dc1a290899da7d2fc9acc0613cc998135f1c3de6db08d01943c8 -SHA512 (github.com_alecthomas_chroma_@v_v0.8.2.mod) = bf5c7b4933d685d90882099aa8c5bc33f8ec58e5a35138180b58771185306b6119cfaab319a43ade929b4560be9746f9155c8d55d1755df12b177613982c7617 -Size (github.com_alecthomas_chroma_@v_v0.8.2.mod) = 687 bytes -BLAKE2s (github.com_alecthomas_chroma_@v_v0.9.4.mod) = 237a44319de65df1f777ddd8c35de2e350bacc3ac62ca6aaddc5eca69a537d90 -SHA512 (github.com_alecthomas_chroma_@v_v0.9.4.mod) = d8194b2458c1fb2a3b9cee9274e1c66a0bbaf676a051ee3ef085c9bc24279d132ccfd0a62767f9fab268090c29ff88e3a74448b0eea87b58f5e0b5e4c66ddd98 -Size (github.com_alecthomas_chroma_@v_v0.9.4.mod) = 176 bytes -BLAKE2s (github.com_alecthomas_chroma_@v_v0.9.4.zip) = 4041562d1ed4f497d36b5c614addbf7e31a98e90db23c370c3ce5cb70c2b4698 -SHA512 (github.com_alecthomas_chroma_@v_v0.9.4.zip) = c22f1fe5b7c9f69e7b0c8107e23a8c533a4b03c0d77941198abd2ea7e08f774dd676a473def9a5837a513e1c4b492401abbddd74022a86e9b43c09ef947dc65a -Size (github.com_alecthomas_chroma_@v_v0.9.4.zip) = 965723 bytes -BLAKE2s (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.mod) = 3479e4a91501dadb4eb5c25300b375065cd544f62352af141efb0c3aaf002be7 -SHA512 (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.mod) = 971e35af5346054a0930f5543dc936c5f32ca801433d3ca26461ae7c1583b4f814376e8880f4d5329c46c36a3bde5ee4290b825bf19fd70c6bf2fbbab03f8ff1 -Size (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.mod) = 36 bytes -BLAKE2s (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.zip) = e70072e47802532f310775468f319a54571beedd6f780e1505e242cfd6a059ef -SHA512 (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.zip) = 7947f0ed3b2b42b8454af3cfb0fb27ec38af8234936d7cfe29017d1168b80873dbb6ac1345719fc5c405df9c814bd732a4ecf6f985da880f4ad83cf2f25b7834 -Size (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.zip) = 4919 bytes -BLAKE2s (github.com_alecthomas_kong_@v_v0.2.1-0.20190708041108-0548c6b1afae.mod) = 7e1cd840bc951bc50607d87823a962e6c850fb65ae19ca76c808a496e6a94d9e -SHA512 (github.com_alecthomas_kong_@v_v0.2.1-0.20190708041108-0548c6b1afae.mod) = 5d0b90c334067d9df55deb984b909ba31197e987c9d28b4fbda73995458762f319dac2bf152f4c36263721fe2bd6f5651d508bdcba61cf7f574ac332ec0dbc78 -Size (github.com_alecthomas_kong_@v_v0.2.1-0.20190708041108-0548c6b1afae.mod) = 252 bytes -BLAKE2s (github.com_alecthomas_kong_@v_v0.2.4.mod) = 851caa20e96403b3503878913fdb5c36b59d5185dde5975433276430787bdbb9 -SHA512 (github.com_alecthomas_kong_@v_v0.2.4.mod) = 165cb7ab17309c66d509af018c8a521bd90f9a58fec8fa9437e5b32aa2105ef1be19a1a0a1b13a51300e308c5e63c6cb74897ad938bd6f8b3bfb2d372347d02f -Size (github.com_alecthomas_kong_@v_v0.2.4.mod) = 219 bytes -BLAKE2s (github.com_alecthomas_kong_@v_v0.2.4.zip) = d15a1c1449d697515665ac33649f504dd3bc0ca3340f00b6d45cd12d3dfbcb2a -SHA512 (github.com_alecthomas_kong_@v_v0.2.4.zip) = 9e19a102b7cfe10551ca6efc98b55cdf9ee2705d0c4076930ad7ee01453417bcdeadaa3350b3b8d52d3c166c17748afa477bdcb91966483ad89bb6db2e14194a -Size (github.com_alecthomas_kong_@v_v0.2.4.zip) = 288228 bytes -BLAKE2s (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.mod) = 3aefe5456390c099d42c4f2b64af0ac253734fc67cb3edb08d9455710c7055b5 -SHA512 (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.mod) = 5896c9174737c300a726f70b7d6300b892e790e41598b5f82ec82aca020f93159f9ea94afb6a4db605aca196d527a7a42df9b1babb73b8d182fe6749e95975d0 -Size (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.mod) = 34 bytes -BLAKE2s (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.zip) = 160e40512f0c85412d16f81a2cc19e296689c9a808c5073c30dafb21f220fe68 -SHA512 (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.zip) = 0c048e8778641577f394433483fdd4f916c9ff16ddd4d7b1b37c4b999b5107353e6867c2b2430b183027807e53f160ebb2419ad85f1d1b2e0bc0b190efe47352 -Size (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.zip) = 5773 bytes +BLAKE2s (github.com_akavel_rsrc_@v_v0.8.0.mod) = 9ccaae556a28fd30b0090d745e4db3061a052fca9929bdc1f468ab68c064586b +SHA512 (github.com_akavel_rsrc_@v_v0.8.0.mod) = 4d33264b51c07e85a857699f5dc7b1b8a45cf1a330d8bc333525cd22513c4aaa9ddb44530e2f3e47192b21c72ddbffe465c31672a4bb441b863d90020a631a4e +Size (github.com_akavel_rsrc_@v_v0.8.0.mod) = 39 bytes +BLAKE2s (github.com_akavel_rsrc_@v_v0.8.0.zip) = ff2f962145bda4549f6cd1d5ad308b905202df660db28cb927924d6e16e218b1 +SHA512 (github.com_akavel_rsrc_@v_v0.8.0.zip) = 4b7371bb63b8b32da05ff5c5c2aa6e584f9c406164177b5ccad8165b8f3a4972683a4c0756bdb591d28f6b61f22784a391f443503fc3d8e108f92b8c4b6ce0be +Size (github.com_akavel_rsrc_@v_v0.8.0.zip) = 15095 bytes +BLAKE2s (github.com_alcortesm_tgz_@v_v0.0.0-20161220082320-9c5fe88206d7.mod) = 2c718eaa589ef0586fe2237722c47675e0a9547bc1bc6754cba13c69595a03d9 +SHA512 (github.com_alcortesm_tgz_@v_v0.0.0-20161220082320-9c5fe88206d7.mod) = 678d2ba568fcff09b59e5110b204af334fa1a8357e14194b88d67bc982d4eb3d9c26000fb6f2d51e2a2ce2424681c7ff203b98a5cd3d0fdcb32145a5f05b49e6 +Size (github.com_alcortesm_tgz_@v_v0.0.0-20161220082320-9c5fe88206d7.mod) = 32 bytes +BLAKE2s (github.com_alcortesm_tgz_@v_v0.0.0-20161220082320-9c5fe88206d7.zip) = 19b6e1379b35bb3206c3286606d151a76a9a86d86d5ed430bbbcaaa9caf46af1 +SHA512 (github.com_alcortesm_tgz_@v_v0.0.0-20161220082320-9c5fe88206d7.zip) = 43b0c75102ab46b13aa65072da441e775eba55ec7d7b8b5a8f298441664750d29cfe4301d10b63b2cb5491517881a6647f7725421c4b79e9cc08ad899b718331 +Size (github.com_alcortesm_tgz_@v_v0.0.0-20161220082320-9c5fe88206d7.zip) = 6229 bytes +BLAKE2s (github.com_alecthomas_chroma_@v_v0.10.0.mod) = 237a44319de65df1f777ddd8c35de2e350bacc3ac62ca6aaddc5eca69a537d90 +SHA512 (github.com_alecthomas_chroma_@v_v0.10.0.mod) = d8194b2458c1fb2a3b9cee9274e1c66a0bbaf676a051ee3ef085c9bc24279d132ccfd0a62767f9fab268090c29ff88e3a74448b0eea87b58f5e0b5e4c66ddd98 +Size (github.com_alecthomas_chroma_@v_v0.10.0.mod) = 176 bytes +BLAKE2s (github.com_alecthomas_chroma_@v_v0.10.0.zip) = 1c60978206ad1ac52ef3838391d64d1d1ee17c8a10bfe1fcc7c384c7e34a65f7 +SHA512 (github.com_alecthomas_chroma_@v_v0.10.0.zip) = cb73e1e9006935f478af1b7d217377bbab93a4c91f58e5288125cee6cbda6812b2cd6d0c253155d2b8cf40d4c02968b28a21383fdc15aef06f100aa967467be4 +Size (github.com_alecthomas_chroma_@v_v0.10.0.zip) = 1077001 bytes +BLAKE2s (github.com_alecthomas_kingpin_@v_v2.2.6+incompatible.mod) = e444a0b17eb2c00b89d46ac8db43ed82c8a9a78ffe3d1610c3a60f64bbe65a9c +SHA512 (github.com_alecthomas_kingpin_@v_v2.2.6+incompatible.mod) = 220bfd19201b9bcf210f4aebb287c35fc66b0240ab756ab9ca4bd76d338c68bfcaeacee7229483d18e3943a009de7c1dc69d69c7ac4473f12b61e8cf2dc40d10 +Size (github.com_alecthomas_kingpin_@v_v2.2.6+incompatible.mod) = 37 bytes +BLAKE2s (github.com_alecthomas_kingpin_@v_v2.2.6+incompatible.zip) = 21928bc3c7b2dc7ee1317acc259fbf3cd24c1a6d273e0313b998d4e22b88befb +SHA512 (github.com_alecthomas_kingpin_@v_v2.2.6+incompatible.zip) = 8def48597e0b4297f848c7abb700a4698a239a22804d49f865a5d5924e9593d314e7cbdde93f8ae8b7d1e8f5b6225978ccdf9b25e0920c9361aa8226bb34e6c6 +Size (github.com_alecthomas_kingpin_@v_v2.2.6+incompatible.zip) = 60562 bytes BLAKE2s (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.mod) = 8c71d2795215f66feaac6b43b3131a21db45f020d3dcae7902d92e8037846576 SHA512 (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.mod) = 072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929 Size (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.mod) = 38 bytes @@ -399,24 +609,21 @@ Size (github.com_andreyvit_diff_@v_v0.0.0-20170406064948-c7f18ee00883.mod) = 33 BLAKE2s (github.com_andreyvit_diff_@v_v0.0.0-20170406064948-c7f18ee00883.zip) = 117e00d8a8829881d586b10efeff6ec2ed82debaa78b0d6855521464462800ec SHA512 (github.com_andreyvit_diff_@v_v0.0.0-20170406064948-c7f18ee00883.zip) = 4faccef281c2e780b5eeed214b82b9caa84bc8e6185d5a9bfb531e5293f35b46ed6b9d2888de7a41aeac9daeff2456a3db1f41edc45789b7d24b853ef61aeaad Size (github.com_andreyvit_diff_@v_v0.0.0-20170406064948-c7f18ee00883.zip) = 4677 bytes -BLAKE2s (github.com_andybalholm_brotli_@v_v1.0.0.mod) = 33269af4464b57e75553119e5d4ce04dd6e5da5b6651b129a6d9fbad25762c37 -SHA512 (github.com_andybalholm_brotli_@v_v1.0.0.mod) = 70f4f6b916304bf45871e66368964b47188420d713d8dc3abbe1134bf96606ba430c3120339cae8663e6b53ca54450118ae549ba94a37299b4e434bab528146e -Size (github.com_andybalholm_brotli_@v_v1.0.0.mod) = 46 bytes -BLAKE2s (github.com_andybalholm_brotli_@v_v1.0.3.mod) = 9db30a3ef0c73ba2e4a482b77b7501a2eaa018bc58ba65ca4d6d8423470de38a -SHA512 (github.com_andybalholm_brotli_@v_v1.0.3.mod) = ed190f8998f4030fef950d04cc78da3a48de02c72d31e58b368d3fd16ab21e3aa091ea31ee18862ffeec7990d59830b98840aa0323132e824e803b5d4c3b1d33 -Size (github.com_andybalholm_brotli_@v_v1.0.3.mod) = 103 bytes -BLAKE2s (github.com_andybalholm_brotli_@v_v1.0.3.zip) = 72f5fd62d87e2419ba1301fc6e0e4c5efceb8e639a8563ef80833d86ded13ca6 -SHA512 (github.com_andybalholm_brotli_@v_v1.0.3.zip) = b62b6c14caf5a5748aec7ff6f73d1056f5976261887b84414cb51ef0fc96b9ee60be3620f8338b2e969f392b900a9ff0645806b05e81d9c00db0b8b5c404260f -Size (github.com_andybalholm_brotli_@v_v1.0.3.zip) = 646559 bytes -BLAKE2s (github.com_andybalholm_cascadia_@v_v1.1.0.mod) = ebab3642c777eefb959e28574863d8434e191798189917854c4a0bf2a1434231 -SHA512 (github.com_andybalholm_cascadia_@v_v1.1.0.mod) = c074ecf5b1d5c9d30a61c44b089b1fe635b70373d7eb1e81a1a2aaad6d31f6439f59207900a5f1256c4ac24999253658e8dbbda9daa448b666cff0eb1049b56c -Size (github.com_andybalholm_cascadia_@v_v1.1.0.mod) = 104 bytes -BLAKE2s (github.com_andybalholm_cascadia_@v_v1.2.0.mod) = fd3bd0974d8ea2f9e76d98cf2633ae9ab1816369a52e93ffc0171b60b306edc6 -SHA512 (github.com_andybalholm_cascadia_@v_v1.2.0.mod) = 6822738ceb7e4ca4f9fc162010f56b5124a203f4b8c5c9d77a4e351c17d0d838caa100b875188cf48d6564fd62fb37bb26c48f00dcd27adaa8fa93d77c4d08ae -Size (github.com_andybalholm_cascadia_@v_v1.2.0.mod) = 109 bytes -BLAKE2s (github.com_andybalholm_cascadia_@v_v1.2.0.zip) = 2e7818df8bc81139bb4ac9bd7b4505908e50061c10a3593b63b7aca480d3837d -SHA512 (github.com_andybalholm_cascadia_@v_v1.2.0.zip) = c8b34561b3ef763d6714dfb92271a8931f7e3c84ce4c55732a20c5f77c0971671ef5bc26d52d09b9783e256c84746f0bf4c79305a87e06e33528e280cb10d9fc -Size (github.com_andybalholm_cascadia_@v_v1.2.0.zip) = 33998 bytes +BLAKE2s (github.com_andybalholm_brotli_@v_v1.0.1.mod) = 33269af4464b57e75553119e5d4ce04dd6e5da5b6651b129a6d9fbad25762c37 +SHA512 (github.com_andybalholm_brotli_@v_v1.0.1.mod) = 70f4f6b916304bf45871e66368964b47188420d713d8dc3abbe1134bf96606ba430c3120339cae8663e6b53ca54450118ae549ba94a37299b4e434bab528146e +Size (github.com_andybalholm_brotli_@v_v1.0.1.mod) = 46 bytes +BLAKE2s (github.com_andybalholm_brotli_@v_v1.0.4.mod) = 9db30a3ef0c73ba2e4a482b77b7501a2eaa018bc58ba65ca4d6d8423470de38a +SHA512 (github.com_andybalholm_brotli_@v_v1.0.4.mod) = ed190f8998f4030fef950d04cc78da3a48de02c72d31e58b368d3fd16ab21e3aa091ea31ee18862ffeec7990d59830b98840aa0323132e824e803b5d4c3b1d33 +Size (github.com_andybalholm_brotli_@v_v1.0.4.mod) = 103 bytes +BLAKE2s (github.com_andybalholm_brotli_@v_v1.0.4.zip) = 569dce8350f8ca5b493f9018c85616450828639d8f59b90d07407b6d6ce6527f +SHA512 (github.com_andybalholm_brotli_@v_v1.0.4.zip) = 528b02ea836108f9cca3945b2aab6cd3b4f82ac2e8f205adabf532732d03f854e8a9a06292610a8078d2886a283d92a27a5f6e0e07d444c9d1f60d306fb32dc1 +Size (github.com_andybalholm_brotli_@v_v1.0.4.zip) = 1869285 bytes +BLAKE2s (github.com_andybalholm_cascadia_@v_v1.3.1.mod) = 9e0b5bb8b92b38eaa05da055def0736a6397cdc0e21c48222a3a8cc71633c168 +SHA512 (github.com_andybalholm_cascadia_@v_v1.3.1.mod) = 06b42122572ea8c19f21cbebdd9270442272c3006ea64b51fa7bf34d32b24aa5f9c199bdd4f5fd8e59197543a8390ba75361f0b273b9d2dc91cc05b8c97edfdd +Size (github.com_andybalholm_cascadia_@v_v1.3.1.mod) = 109 bytes +BLAKE2s (github.com_andybalholm_cascadia_@v_v1.3.1.zip) = 6f1a5951de28e602d6a7b5dee9997d4073ff939ee94648cedff7addb54215a7d +SHA512 (github.com_andybalholm_cascadia_@v_v1.3.1.zip) = 910d9fbcd4078fc5f2cf74fd783402c514d82b88b0c5110e1d850ebefa1d7757a72185b4045f299ad089860fcb1f46d6fe66c527023b10eae4c3554da2232dd9 +Size (github.com_andybalholm_cascadia_@v_v1.3.1.zip) = 51646 bytes BLAKE2s (github.com_anmitsu_go-shlex_@v_v0.0.0-20161002113705-648efa622239.mod) = 62e7585cba35d8ea99265c11d72de14fbf1da6fdc3d0ceced5821a8063fd506f SHA512 (github.com_anmitsu_go-shlex_@v_v0.0.0-20161002113705-648efa622239.mod) = 5a93ead508f4f5e229e5d0e59dc820840819d9b32158ddecf2d6dae7ee96ce92af6bd80d18a98e437cbdda5de6df6cac03f7b535017fa92ef868dcccbc6e1f27 Size (github.com_anmitsu_go-shlex_@v_v0.0.0-20161002113705-648efa622239.mod) = 35 bytes @@ -426,6 +633,24 @@ Size (github.com_anmitsu_go-shlex_@v_v0.0.0-20200514113438-38f4b401e2be.mod) = 4 BLAKE2s (github.com_anmitsu_go-shlex_@v_v0.0.0-20200514113438-38f4b401e2be.zip) = a4dff3a0cd0c372d5dc1e2ceb82c75434ebfda2aa9e073e5754d78438f833ed1 SHA512 (github.com_anmitsu_go-shlex_@v_v0.0.0-20200514113438-38f4b401e2be.zip) = 4d084800243b091f8e239bfdb3e0996d0072a60e1a9487f64f8865ea09c9a411da6e814566d97bd608e84cc6b6163718a85ef206ae1796d69d4769e5a3f7df4d Size (github.com_anmitsu_go-shlex_@v_v0.0.0-20200514113438-38f4b401e2be.zip) = 5367 bytes +BLAKE2s (github.com_antihax_optional_@v_v1.0.0.mod) = 73971af5be7a5a31b13f38caea62a05b98018b322facab4166ef47b3365966c9 +SHA512 (github.com_antihax_optional_@v_v1.0.0.mod) = e594fe55205c9dd96af55f58d011e5ef916c66eb057f7c0cb73fda0388133b6b476bce423969f85c1b95eb87ed9ed48bce7570fdbd131e0ad5e7ac6010514c58 +Size (github.com_antihax_optional_@v_v1.0.0.mod) = 44 bytes +BLAKE2s (github.com_antihax_optional_@v_v1.0.0.zip) = 13d991504807821b6a4f271b074a9a62d3d0f6f2f13cf6fc2cd849a6b807475f +SHA512 (github.com_antihax_optional_@v_v1.0.0.zip) = bd930c8edba29cb03bfd7775337726bb7177b96da603e25ed210689432d00e34eada40332fa918908d86b639a0057087ff05a12042d6406aa513f321eca8d2ea +Size (github.com_antihax_optional_@v_v1.0.0.zip) = 9639 bytes +BLAKE2s (github.com_aokoli_goutils_@v_v1.0.1.mod) = e84a3f8cf80313827c3ea6541d40d05bffbc7b84bac7bb3fbfa6bfa045ccbac0 +SHA512 (github.com_aokoli_goutils_@v_v1.0.1.mod) = 15ed869d5e1255a4074087ace7f70f2075edc683f811f47091afed4922010c618a7857196593549b5dd68fff8731a3a5e92497e98ac44a05a464ae8cb6f4acf2 +Size (github.com_aokoli_goutils_@v_v1.0.1.mod) = 33 bytes +BLAKE2s (github.com_aokoli_goutils_@v_v1.0.1.zip) = 5d041425d7d1da449746cabba358769c18b323bdc791af094666897dc89c9ee0 +SHA512 (github.com_aokoli_goutils_@v_v1.0.1.zip) = 8accfe733c3cb3eb05dc10db37f27e61cecd848fb5e8d0292b3d0a93c478be7c68c91d943ebca8b426a4ac5a4bb50535b0fee6eaeb161a61b38796d0e141de80 +Size (github.com_aokoli_goutils_@v_v1.0.1.zip) = 17875 bytes +BLAKE2s (github.com_apache_beam_@v_v2.28.0+incompatible.mod) = 9c77b4c61a0687c32c9a5b3f5ac51c1befe409e376f31d2d3cc10204e57752e2 +SHA512 (github.com_apache_beam_@v_v2.28.0+incompatible.mod) = ccb6c2b176d6ec60a964f5eb42f78b13dd277a5a230820de7d19796859dc5575ddd205fc9b9fedb32277b734f1fb5c0cfea986207e3ded304b7bae167a93e4dc +Size (github.com_apache_beam_@v_v2.28.0+incompatible.mod) = 30 bytes +BLAKE2s (github.com_apache_beam_@v_v2.28.0+incompatible.zip) = ebebb516a9df12f662821be79bc647b7dfb5a305f7bcfc45126a14777cd94e3b +SHA512 (github.com_apache_beam_@v_v2.28.0+incompatible.zip) = d92c652b0c956cdf9a3cdd6f47ea3a2782d63ce6bed8ea855a60f1b4a539964222f750521a79816e866a2a660adeada7fc868f70c8b23078fd16cef901de6102 +Size (github.com_apache_beam_@v_v2.28.0+incompatible.zip) = 61485872 bytes BLAKE2s (github.com_apache_thrift_@v_v0.12.0.mod) = 9d8845abc8b433d26de003283f215c18ffc3c8be771619cfb8ff3c4146a8498b SHA512 (github.com_apache_thrift_@v_v0.12.0.mod) = 190c3c9b3fe9e247246976b3c916c2ff41da6cfc04091de1d050eb78badedb067d9e960c2295a17b167ceeaf27fa62d149b33a8794ff2bddacf93e9731660564 Size (github.com_apache_thrift_@v_v0.12.0.mod) = 32 bytes @@ -435,6 +660,30 @@ Size (github.com_apache_thrift_@v_v0.13.0.mod) = 32 bytes BLAKE2s (github.com_apache_thrift_@v_v0.13.0.zip) = 38fb53f717f1090997085f26a12a90e2cfb38fe955e017ae402af23b02355adc SHA512 (github.com_apache_thrift_@v_v0.13.0.zip) = dff6df5a211b6f8d5859bdc6d9751c85216213a62cf19f43b262563a2ecd0c25ac1c87b62942d8cbc2ff8e074192921f4116e08f054492289f9ef2a9bbf7d544 Size (github.com_apache_thrift_@v_v0.13.0.zip) = 5218338 bytes +BLAKE2s (github.com_apex_log_@v_v1.1.4.mod) = af5ceafb15eac9cc06484fafb3568f7751acfcf28412997457a774eeba47ecc7 +SHA512 (github.com_apex_log_@v_v1.1.4.mod) = 037ea24d77438838bb1343e0128e839dd17ec1757bc80db189cdb742c00fbafe698a0164b02708b31dcdb42588ff872a71c37ea59816db767a44c7c455b7aa5a +Size (github.com_apex_log_@v_v1.1.4.mod) = 1021 bytes +BLAKE2s (github.com_apex_log_@v_v1.1.4.zip) = 9b5f5661b7ccfef10064ca82ab6dbb5b551f67182c8ecc99bdd9cc91b8891668 +SHA512 (github.com_apex_log_@v_v1.1.4.zip) = ec53eecf6ad80badfb617528c6e365bf80b90b7c4f7d4e24059ac7fe33e3b7d7083080ba1b5af094eb044c919037d2c7b0a3b129c7fceaa7f2e5914cb45dca3e +Size (github.com_apex_log_@v_v1.1.4.zip) = 45776 bytes +BLAKE2s (github.com_apex_logs_@v_v0.0.4.mod) = 3ec742610f509f80b36fbe30a32833b245ce1e41daf3562be64de6e8c920d785 +SHA512 (github.com_apex_logs_@v_v0.0.4.mod) = 92bf6185d4173c2510de3839bf1cb40a120903b630022263ee710738fafbfbb9782347b92a441e3671a069ad9d7c0e4765bb210013a6e47547fe161032280010 +Size (github.com_apex_logs_@v_v0.0.4.mod) = 155 bytes +BLAKE2s (github.com_apex_logs_@v_v0.0.4.zip) = 705122abac66b6ae0476ee978e6d022b2dcb4a4db1bd940911d5863beb76f237 +SHA512 (github.com_apex_logs_@v_v0.0.4.zip) = 43d8a335906ff35f4e9d78422ae38b5720f595c3ce3637e932c651e50339260f99be63ca0b6b63475b4d87b7891b78494fa031baea3fbb5a834d8eb3fb43937b +Size (github.com_apex_logs_@v_v0.0.4.zip) = 39244 bytes +BLAKE2s (github.com_aphistic_golf_@v_v0.0.0-20180712155816-02c07f170c5a.mod) = 56a08270d14a1c177fbc99d7584418179102d4513bff50cc49eedf50928e7683 +SHA512 (github.com_aphistic_golf_@v_v0.0.0-20180712155816-02c07f170c5a.mod) = 671dfdd80d2545609d154864b85d15b25ffe4334183ef99e46020a22001d0501518902a50f71e8239eaacc2723df04166712b4ff194dea6ba25820f40fda8bbb +Size (github.com_aphistic_golf_@v_v0.0.0-20180712155816-02c07f170c5a.mod) = 32 bytes +BLAKE2s (github.com_aphistic_golf_@v_v0.0.0-20180712155816-02c07f170c5a.zip) = a6a18c2292fd7180b0323fb436306c9aba6f362b9c01171334f382e9ae65a347 +SHA512 (github.com_aphistic_golf_@v_v0.0.0-20180712155816-02c07f170c5a.zip) = d49d9cf7e2c0f02198ad59d5db0af305563f9aa105d454867d42d5440a63a7a2f36c6939458992eece0396e3dfa2dc1204af2994ee35eb2ccbf1f62545c50c26 +Size (github.com_aphistic_golf_@v_v0.0.0-20180712155816-02c07f170c5a.zip) = 14938 bytes +BLAKE2s (github.com_aphistic_sweet_@v_v0.2.0.mod) = cc9bfdf1b2b72d2d094122e7b9b1672e3d4b9771b7b4b6702a998a8c5a38beb9 +SHA512 (github.com_aphistic_sweet_@v_v0.2.0.mod) = c8e4699654b43fe58c813703548b51f140ff9cdd684ca837be627df34b4145ae86440c8c3e0ed6d699649a8de0f8ef90cd5d50cc04193e1b3ee9386046e77f25 +Size (github.com_aphistic_sweet_@v_v0.2.0.mod) = 283 bytes +BLAKE2s (github.com_aphistic_sweet_@v_v0.2.0.zip) = 252b6d9d334adb4daf02407982d533e0ca8f28f09e03a460ab1ce7e9de647dd5 +SHA512 (github.com_aphistic_sweet_@v_v0.2.0.zip) = dfee30ac8f185bade3d1786297fe6a6ae441a4f46152746d6a8b68cbda0a20eac0755c245cd5bdbd4b61fa12249ba34db48563c09ec66e78365163aedc926a79 +Size (github.com_aphistic_sweet_@v_v0.2.0.zip) = 24505 bytes BLAKE2s (github.com_armon_circbuf_@v_v0.0.0-20150827004946-bbbad097214e.mod) = be7a72a53a4be3d5a2792c3bee0f8a6f4d4ed13395581f293abfee444fe65d2d SHA512 (github.com_armon_circbuf_@v_v0.0.0-20150827004946-bbbad097214e.mod) = a201f9c169bba0d962c2595ee8c625a2b7e39873e4bb3eb1ca646340638917dabb2309f1ba4b71d9fca4cf2da2d3684076c67ba362dd07a39538a45240f7f987 Size (github.com_armon_circbuf_@v_v0.0.0-20150827004946-bbbad097214e.mod) = 32 bytes @@ -450,15 +699,21 @@ Size (github.com_armon_consul-api_@v_v0.0.0-20180202201655-eb2c6b5be1b6.zip) = 2 BLAKE2s (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) = 4e8858b27d97c146624c6c2a50c5a894dbe799a87a3f3ab03a2cf908d897fa82 SHA512 (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) = fe8dfbec1d09d7da5829af43760a4ddb5495b6a63eeb76fb3758aeb2fcf83d83ea443a15789d7042a0f5e637664babc9c388dbebc63ff7d35fb9545c7c7da991 Size (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) = 35 bytes -BLAKE2s (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.zip) = 788ed44403851c143701086d243a1c9c16a03e3ccb437245b442be2a8ff19059 -SHA512 (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.zip) = e1b8ad2c09c16599c6e5053f871df9f66698c7a632276c1e68c80c9737216751939b7b7024449ed63da0a292688b4d7a441d64512aa4bd8684e418f4e5da4446 -Size (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.zip) = 37264 bytes +BLAKE2s (github.com_armon_go-metrics_@v_v0.3.10.mod) = 867df2b1c7dc5b1bda67312dfbc3894c245df947ec54ef617344b5e83300b56d +SHA512 (github.com_armon_go-metrics_@v_v0.3.10.mod) = 7a835e1c62454a3577e71bb91a1a2ba8e135b94140e1394505678a5d628bf452de2fe8c7a9ad30c17ee462fd0d2f04967d0cc7b96010cfcd3d0fcf7dcaf4748f +Size (github.com_armon_go-metrics_@v_v0.3.10.mod) = 607 bytes +BLAKE2s (github.com_armon_go-metrics_@v_v0.3.10.zip) = 282511176eb8b5a908f4c20629dc0a91cb54c8d4c6a3bd1f1953b532e973187a +SHA512 (github.com_armon_go-metrics_@v_v0.3.10.zip) = 53ffe203fb58d8445a3d0a520c6fc4a821ccb533a922d0280d20469185e719c2023402008830428193d8d4e5b44287c2ab7b14cacb8c2723122e48eec8911dc1 +Size (github.com_armon_go-metrics_@v_v0.3.10.zip) = 50064 bytes BLAKE2s (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = b6be1972ea7f268ee8bfcdc983c9a7093ac28d04dd10207e775f95b8146262c7 SHA512 (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = 98f0f51365ecedecd1abe944a765160f99ccde69abe92a44d4f0e30f72a664b828cddb085886d8460ea7faabd0cbe7abdbde905ac758be0a3752c9a8f3600b6f Size (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = 33 bytes -BLAKE2s (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.zip) = 2882eb2069c78f4e868476b912a35b22e0fce44f22009be63f70c1164f93a759 -SHA512 (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.zip) = 6936a577297949e1a146e3efdbe88e9c81205ccac46974f092846bcfbd533a2c8f0f161bc74da60d7a0d8aa6c5d2b1591fa294320c3e97854626407f0f838423 -Size (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.zip) = 7271 bytes +BLAKE2s (github.com_armon_go-radix_@v_v1.0.0.mod) = b6be1972ea7f268ee8bfcdc983c9a7093ac28d04dd10207e775f95b8146262c7 +SHA512 (github.com_armon_go-radix_@v_v1.0.0.mod) = 98f0f51365ecedecd1abe944a765160f99ccde69abe92a44d4f0e30f72a664b828cddb085886d8460ea7faabd0cbe7abdbde905ac758be0a3752c9a8f3600b6f +Size (github.com_armon_go-radix_@v_v1.0.0.mod) = 33 bytes +BLAKE2s (github.com_armon_go-radix_@v_v1.0.0.zip) = c7f7cbe5883d1e682b334e6993b5a1711064793277dc806836d25052a20870ca +SHA512 (github.com_armon_go-radix_@v_v1.0.0.zip) = c3d4056c34241f73d9f79801ea6a6d03697f2a6f151ceb5239458cf50c715dab693ccc0b5593f51cde8e2fff5f4959c72ab4e95197be3f65cae8185b6cbda06d +Size (github.com_armon_go-radix_@v_v1.0.0.zip) = 7144 bytes BLAKE2s (github.com_armon_go-socks5_@v_v0.0.0-20160902184237-e75332964ef5.mod) = 1f52ee34d29c3c01dbd5d7c64f6771ec767737a0f80a8c46f56ed16856bacb0a SHA512 (github.com_armon_go-socks5_@v_v0.0.0-20160902184237-e75332964ef5.mod) = 75898dfee327b793e7f253f5555409433214a7fb0336f3c33122ae5b2ef66e22ac44970202f67ed5d94f2dc02701b8a0f62cd1d80f543d93d347d83ec26da8c8 Size (github.com_armon_go-socks5_@v_v0.0.0-20160902184237-e75332964ef5.mod) = 34 bytes @@ -504,18 +759,42 @@ Size (github.com_aws_aws-sdk-go-v2_@v_v0.18.0.mod) = 444 bytes BLAKE2s (github.com_aws_aws-sdk-go-v2_@v_v0.18.0.zip) = b00e4433d46a96f5082a9a33ad4ae951cc5f966f8b4079198869a0777cb762b0 SHA512 (github.com_aws_aws-sdk-go-v2_@v_v0.18.0.zip) = d56c44b575ab889ba0f6b9a7209bca5dd8a7aac60032f1b0703e6ed52df3d4b765b6e720a6a41f0aef7dd5aaca6456195f257e9374406905e0791d889109233c Size (github.com_aws_aws-sdk-go-v2_@v_v0.18.0.zip) = 23211021 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.15.27.mod) = db484975e054d8d62c6ab94598ad7c139f576d52aa5cbded8efaf919e47a4bda +SHA512 (github.com_aws_aws-sdk-go_@v_v1.15.27.mod) = 00cbada20d24a2d08b1f06e0da060140820972c9718e707f0cce56ad62f1ab7344a969cefece18bee79f6b92dfc390e496d6a4af7c95eea0b66d27cc0f59f3f8 +Size (github.com_aws_aws-sdk-go_@v_v1.15.27.mod) = 145 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.19.18.mod) = 7c874033affd14968cc0582719155ee5738574bbccbc6935a1e7547c54b8ff78 +SHA512 (github.com_aws_aws-sdk-go_@v_v1.19.18.mod) = 89b17b1155f12c8a75fe85d815ef7724b96a009485b73e4df937990dbd6958b58cdaf8346610d5a614a3122450dcbea2687a510fba556b980d079cd3b1bee801 +Size (github.com_aws_aws-sdk-go_@v_v1.19.18.mod) = 109 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.19.45.mod) = 7c874033affd14968cc0582719155ee5738574bbccbc6935a1e7547c54b8ff78 +SHA512 (github.com_aws_aws-sdk-go_@v_v1.19.45.mod) = 89b17b1155f12c8a75fe85d815ef7724b96a009485b73e4df937990dbd6958b58cdaf8346610d5a614a3122450dcbea2687a510fba556b980d079cd3b1bee801 +Size (github.com_aws_aws-sdk-go_@v_v1.19.45.mod) = 109 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.20.6.mod) = 7c874033affd14968cc0582719155ee5738574bbccbc6935a1e7547c54b8ff78 +SHA512 (github.com_aws_aws-sdk-go_@v_v1.20.6.mod) = 89b17b1155f12c8a75fe85d815ef7724b96a009485b73e4df937990dbd6958b58cdaf8346610d5a614a3122450dcbea2687a510fba556b980d079cd3b1bee801 +Size (github.com_aws_aws-sdk-go_@v_v1.20.6.mod) = 109 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.23.20.mod) = 7c874033affd14968cc0582719155ee5738574bbccbc6935a1e7547c54b8ff78 +SHA512 (github.com_aws_aws-sdk-go_@v_v1.23.20.mod) = 89b17b1155f12c8a75fe85d815ef7724b96a009485b73e4df937990dbd6958b58cdaf8346610d5a614a3122450dcbea2687a510fba556b980d079cd3b1bee801 +Size (github.com_aws_aws-sdk-go_@v_v1.23.20.mod) = 109 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.25.11.mod) = 7c874033affd14968cc0582719155ee5738574bbccbc6935a1e7547c54b8ff78 +SHA512 (github.com_aws_aws-sdk-go_@v_v1.25.11.mod) = 89b17b1155f12c8a75fe85d815ef7724b96a009485b73e4df937990dbd6958b58cdaf8346610d5a614a3122450dcbea2687a510fba556b980d079cd3b1bee801 +Size (github.com_aws_aws-sdk-go_@v_v1.25.11.mod) = 109 bytes BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.27.0.mod) = 7c874033affd14968cc0582719155ee5738574bbccbc6935a1e7547c54b8ff78 SHA512 (github.com_aws_aws-sdk-go_@v_v1.27.0.mod) = 89b17b1155f12c8a75fe85d815ef7724b96a009485b73e4df937990dbd6958b58cdaf8346610d5a614a3122450dcbea2687a510fba556b980d079cd3b1bee801 Size (github.com_aws_aws-sdk-go_@v_v1.27.0.mod) = 109 bytes BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.34.28.mod) = 2637bee12852444796933d4b3aee02f3bc1c89d1a2752426d1f57c3ba6cb389d SHA512 (github.com_aws_aws-sdk-go_@v_v1.34.28.mod) = 04f1943e2b78bc1480478a2946bcb0e15289008e1ccab9e0d7fddef8862750de3d22635b11b09b377b3abf0a51f38adf7ec13a246fd3cbf5f7dff7734c6ee2e1 Size (github.com_aws_aws-sdk-go_@v_v1.34.28.mod) = 217 bytes -BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.38.17.mod) = e79c24e6d68dd77f79c0e15c9941557eb44ac0c87e0fcd4fac0a3deab65ac8d1 -SHA512 (github.com_aws_aws-sdk-go_@v_v1.38.17.mod) = 376db876c55dce630bbe0b3bc3898bbcca0169965e8d12a76a1018da34301e1654159957142b4e6f103c0d9e1713e9e158fcf598e5c87131a3904e4452f12a7b -Size (github.com_aws_aws-sdk-go_@v_v1.38.17.mod) = 178 bytes -BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.38.17.zip) = 674a214ca6d48003b4f9afb947dcaf248989fe4f5632e234dd519d17bf63998c -SHA512 (github.com_aws_aws-sdk-go_@v_v1.38.17.zip) = 7b5f60d6ae332458022c7a69ee58128ca0913fa25f0284cb04d2c3c581e2c0a5254e2ed633041002bca2b3e307b13258bd8c1a34a26fc79ecd74769b50fa37f0 -Size (github.com_aws_aws-sdk-go_@v_v1.38.17.zip) = 20497380 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.42.23.mod) = 6a6d973b9ffd42751be9c0bf2b8e4c7a0cbd70096206c4ffc43d6f018059d18f +SHA512 (github.com_aws_aws-sdk-go_@v_v1.42.23.mod) = 84e9ac2e213adf2e5eb02d2c3ab11ae389ff00fb3fe511682c1729d9b28354a7cbe250438fbf41ffbd730c7be1b513244f618be63fb9a961d72df38f61bc90ef +Size (github.com_aws_aws-sdk-go_@v_v1.42.23.mod) = 178 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.42.23.zip) = edceeeef28a68784f72a0c004fc9fdccdfcf5f6af901f3e067b7735a75737d6e +SHA512 (github.com_aws_aws-sdk-go_@v_v1.42.23.zip) = 5a4f300ba70a126658aa8575fcc28892db1de20115aac7f79c51857e7fc555d3af97be7dd19fa7392e2af4842672ee98a2a4b4d5f43aaed4ba269978300f5c4b +Size (github.com_aws_aws-sdk-go_@v_v1.42.23.zip) = 24360013 bytes +BLAKE2s (github.com_aybabtme_rgbterm_@v_v0.0.0-20170906152045-cc83f3b3ce59.mod) = 9a8880fe69da8b484d079fb8c761b9669a04111937fa20140c9b0c8f3a2ecdc7 +SHA512 (github.com_aybabtme_rgbterm_@v_v0.0.0-20170906152045-cc83f3b3ce59.mod) = 92455aef226bdc8b6c7f82d6c627e7536c8e4da5196160e21280f32e79fdcf55e1a15699bcc5251f70004fa78c5c8bafc286bdac98eaa0e4a4fb3a1e72b0d752 +Size (github.com_aybabtme_rgbterm_@v_v0.0.0-20170906152045-cc83f3b3ce59.mod) = 35 bytes +BLAKE2s (github.com_aybabtme_rgbterm_@v_v0.0.0-20170906152045-cc83f3b3ce59.zip) = 177374ab05638da4ad068696978ec181d5ee930287ba0ae7ee0fe4be991c1432 +SHA512 (github.com_aybabtme_rgbterm_@v_v0.0.0-20170906152045-cc83f3b3ce59.zip) = 343b1520359baa7876a86c56ec1d6cd704f7f06f9ecc7ba4b0e19d80b8c127490054e729564fc74b445f49d5c881e8d242ffb3c9b3ee89a85fdcf0fae4b3855e +Size (github.com_aybabtme_rgbterm_@v_v0.0.0-20170906152045-cc83f3b3ce59.zip) = 13212 bytes BLAKE2s (github.com_aymerick_douceur_@v_v0.2.0.mod) = 75620ad98077887afe371d5b239f42aaafa6a19960b772ffc3e4a2f3884673ec SHA512 (github.com_aymerick_douceur_@v_v0.2.0.mod) = 80c21cdfe66bae15ce9897835444be7ec372deb5085d92fa87a9b487b2b21c74f1587eb019bec697692a989502b3914c0d7701b1888bff38d4c50a1e8c04a6b0 Size (github.com_aymerick_douceur_@v_v0.2.0.mod) = 35 bytes @@ -549,15 +828,24 @@ Size (github.com_bgentry_speakeasy_@v_v0.1.0.zip) = 9262 bytes BLAKE2s (github.com_bits-and-blooms_bitset_@v_v1.2.0.mod) = ab949470fe9bfc6a06f1d7f6ce58c4ac1d1e04f6a4ba84947ab89df5669ffc51 SHA512 (github.com_bits-and-blooms_bitset_@v_v1.2.0.mod) = 5302c9bdc76781f7395c82a9c9498fd082069d0e26cd03dbe6c0a260a1c6aca19f5f54579fa5c156c19a7ff1e2bb724a81b339b2a4e40c2917b97b332378283b Size (github.com_bits-and-blooms_bitset_@v_v1.2.0.mod) = 50 bytes -BLAKE2s (github.com_bits-and-blooms_bitset_@v_v1.2.0.zip) = 00cd3f025bed0a06d9095563b7bcacbeac867fde97203d0f196a750e2a4b3514 -SHA512 (github.com_bits-and-blooms_bitset_@v_v1.2.0.zip) = bff4203c835b18907cf115d368303777c822695018e94dec2cac597a18250ad86078c98f0380ad3943e14a8df2a0f774661128849d69ac765bab463f494a4a9d -Size (github.com_bits-and-blooms_bitset_@v_v1.2.0.zip) = 25750 bytes +BLAKE2s (github.com_bits-and-blooms_bitset_@v_v1.2.1.mod) = ab949470fe9bfc6a06f1d7f6ce58c4ac1d1e04f6a4ba84947ab89df5669ffc51 +SHA512 (github.com_bits-and-blooms_bitset_@v_v1.2.1.mod) = 5302c9bdc76781f7395c82a9c9498fd082069d0e26cd03dbe6c0a260a1c6aca19f5f54579fa5c156c19a7ff1e2bb724a81b339b2a4e40c2917b97b332378283b +Size (github.com_bits-and-blooms_bitset_@v_v1.2.1.mod) = 50 bytes +BLAKE2s (github.com_bits-and-blooms_bitset_@v_v1.2.1.zip) = 8860b36001f3a3d982709caa6c24e0cb9690b94db08270d097eac24e3a2c6719 +SHA512 (github.com_bits-and-blooms_bitset_@v_v1.2.1.zip) = 5464ea8eb7ec03ce727f1320025cdfb1a9ced9f70f9198f0b8afb3d05d3db5759c3bc4fa4bee936066abd6870f6b1980699d30d422f71200b8a0835fc8f73a5f +Size (github.com_bits-and-blooms_bitset_@v_v1.2.1.zip) = 25785 bytes BLAKE2s (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.mod) = 244e552f6d894c2a18598bf0540042af56d3987ab38beeb93eb71afc9828f56c SHA512 (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.mod) = 262ec838f5c4b97bc186533c20456e62633038ae74747c7b884788bd06ce01863a59237557877d35f37338ebc018d2c1c8ae963e4a42dd42e0823a5b3ec81bb3 Size (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.mod) = 568 bytes BLAKE2s (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.zip) = 9bbe25c07d41727dc7dc7bf2bbb113bea040a22e91b4e51b9df2031e55975c87 SHA512 (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.zip) = cf29e5474361f66354cc6956bcb7e6990573bd7f49889187016f0d09919e3dbd4f6dcb4adea8148881fcf559f2dd422ec77c04c33aa9d5068d40c6d224fa5a6f Size (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.zip) = 33436 bytes +BLAKE2s (github.com_blakesmith_ar_@v_v0.0.0-20190502131153-809d4375e1fb.mod) = ab9205103a4766b401b25db6655ddca06d1c96fd1802714098f7bebf63238420 +SHA512 (github.com_blakesmith_ar_@v_v0.0.0-20190502131153-809d4375e1fb.mod) = d010a67773f9276989547ca4231752d7875e8d55ee833e980c577c606a983bfaaf957ebfbe01039de24670bd9e6e120de33f21bd0d4dd187d6f6faf61e83d8c4 +Size (github.com_blakesmith_ar_@v_v0.0.0-20190502131153-809d4375e1fb.mod) = 32 bytes +BLAKE2s (github.com_blakesmith_ar_@v_v0.0.0-20190502131153-809d4375e1fb.zip) = d36a94b905969d7358b8a2c42057ae149fd3f5717f0602052fe7688135e6993a +SHA512 (github.com_blakesmith_ar_@v_v0.0.0-20190502131153-809d4375e1fb.zip) = 3204657dd11175920cbfb9eb15d60a4713a98214ca924a761fce625d3becfe2e456d6be6f29a8ca4a9c1386cddcb9f545944ab12ea5fcf42834859419f373510 +Size (github.com_blakesmith_ar_@v_v0.0.0-20190502131153-809d4375e1fb.zip) = 10527 bytes BLAKE2s (github.com_blevesearch_bleve_index_api_@v_v1.0.0.mod) = 74ae597c45d124b0dfd11c2bea1de5400cc539ecae5a79755576a8022b8259f0 SHA512 (github.com_blevesearch_bleve_index_api_@v_v1.0.0.mod) = 3bfaf1fc1c62cd31fb23a9e6a263cf8da4221771e2c2d8f188ffeca0a961506587545bd1a3d2505d6dcc218329599af81206a162d2463b69f2d488a2be218b1a Size (github.com_blevesearch_bleve_index_api_@v_v1.0.0.mod) = 55 bytes @@ -570,12 +858,12 @@ Size (github.com_blevesearch_bleve_index_api_@v_v1.0.1.zip) = 18428 bytes BLAKE2s (github.com_blevesearch_bleve_v2_@v_v2.0.1.mod) = 04fb170b960ee5588fdbbf4daf122b10449d04ccb8be0d836978431e2f767541 SHA512 (github.com_blevesearch_bleve_v2_@v_v2.0.1.mod) = 4d4d277f794344ae2d752db8a901e6bdb457aaaeef7bc6b5d389c708546c2e617d1d54b36338c5d5c157f42047cb3e0a52ad3f4662e91221b170d8365b460213 Size (github.com_blevesearch_bleve_v2_@v_v2.0.1.mod) = 988 bytes -BLAKE2s (github.com_blevesearch_bleve_v2_@v_v2.3.0.mod) = a8706b36baa9c94742508d6a1840dc0c6d6541a5695484fd458815cdcac5d39a -SHA512 (github.com_blevesearch_bleve_v2_@v_v2.3.0.mod) = 67ad6dfc6cc20b858787518781d4072d984b6f83e52fa890e68aef11bc056fdb25a66fa162489b4065bd0b4db306770f70de1447099172d347ce118ede7f6568 -Size (github.com_blevesearch_bleve_v2_@v_v2.3.0.mod) = 996 bytes -BLAKE2s (github.com_blevesearch_bleve_v2_@v_v2.3.0.zip) = c54a315e3b965d5db942d5565c1cdf822da0b01cb348d299ff4feff487bdf71f -SHA512 (github.com_blevesearch_bleve_v2_@v_v2.3.0.zip) = d3758026a155cad8707e27bd90e40d10eb9aa1258a2f5400f573dfb2351040dcd423822fffcbffa4d6c46c539fd906c50e96e5736963fc0b49d16a47dcd77b7d -Size (github.com_blevesearch_bleve_v2_@v_v2.3.0.zip) = 1196063 bytes +BLAKE2s (github.com_blevesearch_bleve_v2_@v_v2.3.1.mod) = 5016c2e358dd65d7183d1c95ae9fa4d47458d82ca3dbec90cd5b6ed5b862f6ad +SHA512 (github.com_blevesearch_bleve_v2_@v_v2.3.1.mod) = e9a3b9833ec859cd49d092bf535c15c1653e74097ae65b2073bd7019072e4dad0cfb73d7f449dc034e3607ae8d9e6996132f3dbc423080282200d97e1f6af52b +Size (github.com_blevesearch_bleve_v2_@v_v2.3.1.mod) = 996 bytes +BLAKE2s (github.com_blevesearch_bleve_v2_@v_v2.3.1.zip) = c4bd608c44a7f967658662a6ef6bacdb58134aee17e7f36aa5583cd5a213f091 +SHA512 (github.com_blevesearch_bleve_v2_@v_v2.3.1.zip) = df6b7e2ad039583b005860cb4e45cd41d1a7b27b4af88508300b564cb34643c5879ed6b338e517d5e7859bbd9964581582a1d6652cda18d99f4f31a67c12dd5c +Size (github.com_blevesearch_bleve_v2_@v_v2.3.1.zip) = 1196240 bytes BLAKE2s (github.com_blevesearch_go-porterstemmer_@v_v1.0.3.mod) = f66c83040e6398b39f7ba5eac140e58936295f2739a59ad6603224358c051660 SHA512 (github.com_blevesearch_go-porterstemmer_@v_v1.0.3.mod) = 7277ca6272be854c6375d8d160cc4d065f5a74fd25bea4696a8d2ea63ff7ef29dfb0feb0c7979d4fb31eecda58c0068da347196970b2d57ca6b4296b7ea13765 Size (github.com_blevesearch_go-porterstemmer_@v_v1.0.3.mod) = 56 bytes @@ -630,48 +918,48 @@ Size (github.com_blevesearch_vellum_@v_v1.0.7.zip) = 298214 bytes BLAKE2s (github.com_blevesearch_zapx_v11_@v_v11.1.10.mod) = 25092b2c50d8ab57d18862940c98b7cfeed9134c50bacbd6ac007848e3f825de SHA512 (github.com_blevesearch_zapx_v11_@v_v11.1.10.mod) = 61bf945291522757d46087d83002e03373f8f46293c818bf128d136f0adcc3f3620d48084116728573b137ddb4ec89ecc988de315bd703f17494ebd4d61ec375 Size (github.com_blevesearch_zapx_v11_@v_v11.1.10.mod) = 339 bytes -BLAKE2s (github.com_blevesearch_zapx_v11_@v_v11.3.2.mod) = 4fc8b5c479f25f182ef7a07e62dcc43d6f1990af84d028e3c738b52e0cbc755c -SHA512 (github.com_blevesearch_zapx_v11_@v_v11.3.2.mod) = 405de618601d38f22dd7589dd74ba28c91968acc368f2227f3e76d640e0c67d0778985888c891de7ca11c837c1dbc5f1e13882a025203ae5acb8460035932ca0 -Size (github.com_blevesearch_zapx_v11_@v_v11.3.2.mod) = 343 bytes -BLAKE2s (github.com_blevesearch_zapx_v11_@v_v11.3.2.zip) = 11a76d9b5f3f259cfeb39cb7f4cfabbb1cbe7547b7b731ba817081cc3a5aef1f -SHA512 (github.com_blevesearch_zapx_v11_@v_v11.3.2.zip) = e82aba6502881dca676716b999603f7c5eff4549f7c5a0bb389b60eb23decf06883cb61dd6583906dea8b1dde79626570a590ca212641b6300afa07c06a8b4df -Size (github.com_blevesearch_zapx_v11_@v_v11.3.2.zip) = 86292 bytes +BLAKE2s (github.com_blevesearch_zapx_v11_@v_v11.3.3.mod) = 4fc8b5c479f25f182ef7a07e62dcc43d6f1990af84d028e3c738b52e0cbc755c +SHA512 (github.com_blevesearch_zapx_v11_@v_v11.3.3.mod) = 405de618601d38f22dd7589dd74ba28c91968acc368f2227f3e76d640e0c67d0778985888c891de7ca11c837c1dbc5f1e13882a025203ae5acb8460035932ca0 +Size (github.com_blevesearch_zapx_v11_@v_v11.3.3.mod) = 343 bytes +BLAKE2s (github.com_blevesearch_zapx_v11_@v_v11.3.3.zip) = be166f3a9615a693dff9377ce2a4dd950328a6f8dd2445a9cae18fae4edd4d9f +SHA512 (github.com_blevesearch_zapx_v11_@v_v11.3.3.zip) = 9616e275e42d249eabb57a048e02aab848f3e3c6b34f2fa4995c6d82cc45180b1c478dfabab3a51e7438d278695b9c083431a9195e09f8b6253e8fc8024054f8 +Size (github.com_blevesearch_zapx_v11_@v_v11.3.3.zip) = 86317 bytes BLAKE2s (github.com_blevesearch_zapx_v12_@v_v12.1.10.mod) = db3f38642e233974c506e43f0140db7280f92beb8b21f6bcdf40e0fad8e0e24a SHA512 (github.com_blevesearch_zapx_v12_@v_v12.1.10.mod) = 17e195adc02c4b2c7678a68fb24683eeee9ab3e321f10861d47bae4b4e62429d825ff1fd9a33b0e7af754092a54871c5d4dcd3ce9f23b8ca1145958184a1bece Size (github.com_blevesearch_zapx_v12_@v_v12.1.10.mod) = 339 bytes -BLAKE2s (github.com_blevesearch_zapx_v12_@v_v12.3.2.mod) = 28f6bf4f997f8da31612dbaf87b6c91fe3400f98c18ea94d6984ac0eea996511 -SHA512 (github.com_blevesearch_zapx_v12_@v_v12.3.2.mod) = e1d0f1ec7b72eb0109f3af229f52c9e5219c0a6ab62aa6a7c1f16c57e1f734e5519fe17aa68bd40ca5f0bafa2dee0d0cd5f64a47f7019d5ab2691b20819ec0ec -Size (github.com_blevesearch_zapx_v12_@v_v12.3.2.mod) = 343 bytes -BLAKE2s (github.com_blevesearch_zapx_v12_@v_v12.3.2.zip) = 45ef162124f454e42eaf5f9a9c509378d2a21b0e62eb1eeffd08c6aa5522cc5e -SHA512 (github.com_blevesearch_zapx_v12_@v_v12.3.2.zip) = 5385dbea39042a5e78e00745f35dc8628c22b13457e11a1304ab1d7ece97df2c776aabec0440cef3ce7e24241ceb0ef5a5ac66b321db1b6cb7d5a1e8e81f65f6 -Size (github.com_blevesearch_zapx_v12_@v_v12.3.2.zip) = 89073 bytes +BLAKE2s (github.com_blevesearch_zapx_v12_@v_v12.3.3.mod) = 28f6bf4f997f8da31612dbaf87b6c91fe3400f98c18ea94d6984ac0eea996511 +SHA512 (github.com_blevesearch_zapx_v12_@v_v12.3.3.mod) = e1d0f1ec7b72eb0109f3af229f52c9e5219c0a6ab62aa6a7c1f16c57e1f734e5519fe17aa68bd40ca5f0bafa2dee0d0cd5f64a47f7019d5ab2691b20819ec0ec +Size (github.com_blevesearch_zapx_v12_@v_v12.3.3.mod) = 343 bytes +BLAKE2s (github.com_blevesearch_zapx_v12_@v_v12.3.3.zip) = 7887afbeb222994eac038e13343f4778428c731aeca3d6fd610a70b506f2f01c +SHA512 (github.com_blevesearch_zapx_v12_@v_v12.3.3.zip) = ad85bde77fefd330f2ac7b16b0e8dff5055348e54a36c3c4dd92f25a04203ac0b984bcde03554087fce8812e7ffe55192aa23df58e2002c2cacb8b4c59d589d8 +Size (github.com_blevesearch_zapx_v12_@v_v12.3.3.zip) = 89098 bytes BLAKE2s (github.com_blevesearch_zapx_v13_@v_v13.1.10.mod) = 7df1625c7745e9744b87f40eebd3e85e270ad8b7d39c27ab0e9bf23990ac3feb SHA512 (github.com_blevesearch_zapx_v13_@v_v13.1.10.mod) = d57252347c5400bea99ddd08a8acf4bda5af3da084ef65874770649dc5c135e89ad669bb9f35e770e118aff7e1c7e17100eef7be0d553c9041c04e837e284c12 Size (github.com_blevesearch_zapx_v13_@v_v13.1.10.mod) = 339 bytes -BLAKE2s (github.com_blevesearch_zapx_v13_@v_v13.3.2.mod) = c4566b8a006a015c4a6bf992ea19fa76101994effb72687e65d1d5f9a8bd27a6 -SHA512 (github.com_blevesearch_zapx_v13_@v_v13.3.2.mod) = 5296d9774a0c9f8d682124a5a4b64dbca10cf7b8864e42962de1c45cfef9c1ad16ebbfc0d7831449316572ba41903648e8415b1247d16d323cc4fe608d316400 -Size (github.com_blevesearch_zapx_v13_@v_v13.3.2.mod) = 343 bytes -BLAKE2s (github.com_blevesearch_zapx_v13_@v_v13.3.2.zip) = 1bef3cf07d488fc752f0f385aa83a493504794e859c08f292db8894dfaff50e4 -SHA512 (github.com_blevesearch_zapx_v13_@v_v13.3.2.zip) = 739033b8c5d5d1edfde630921c0af1e4aba3bde118e4d9796b569bab1f179c140c8fc960fec8151ac20abf48b4f67f74e993cf5224aa32981c837a5e004d28c8 -Size (github.com_blevesearch_zapx_v13_@v_v13.3.2.zip) = 89164 bytes +BLAKE2s (github.com_blevesearch_zapx_v13_@v_v13.3.3.mod) = c4566b8a006a015c4a6bf992ea19fa76101994effb72687e65d1d5f9a8bd27a6 +SHA512 (github.com_blevesearch_zapx_v13_@v_v13.3.3.mod) = 5296d9774a0c9f8d682124a5a4b64dbca10cf7b8864e42962de1c45cfef9c1ad16ebbfc0d7831449316572ba41903648e8415b1247d16d323cc4fe608d316400 +Size (github.com_blevesearch_zapx_v13_@v_v13.3.3.mod) = 343 bytes +BLAKE2s (github.com_blevesearch_zapx_v13_@v_v13.3.3.zip) = 98abfd11f7b6a7b0042472c9d1b2123a141e312a224f65a473e2860203f1fe90 +SHA512 (github.com_blevesearch_zapx_v13_@v_v13.3.3.zip) = c7c22a3f34f81ea06993bb412e0eeca8770c3166f5629da75f1a8ab044d68e44352ae18adb1c5b53e360bd0fdc849a10e063138e9c8efc5f295b972b5d202bac +Size (github.com_blevesearch_zapx_v13_@v_v13.3.3.zip) = 89189 bytes BLAKE2s (github.com_blevesearch_zapx_v14_@v_v14.1.10.mod) = 82826640d0d0d67af50688e1dbd52de686a55b61afc66d6463811119ae7bf9c2 SHA512 (github.com_blevesearch_zapx_v14_@v_v14.1.10.mod) = 27976d0251f7504fb65c7a3b86856fef07d9ecd543617454049372cdea83bd973fd9c8ba8136d96030b7adabea4173af3ebb80f4f1d96ff4440c51fb26857770 Size (github.com_blevesearch_zapx_v14_@v_v14.1.10.mod) = 339 bytes -BLAKE2s (github.com_blevesearch_zapx_v14_@v_v14.3.2.mod) = 492afa216faeb34a2bb64d61089cbdc8a69af6c3cd94d9a59574fee2a6de1c68 -SHA512 (github.com_blevesearch_zapx_v14_@v_v14.3.2.mod) = 207db22d102150192f3242233172bf1afcb699989fb2c47f6bc98c526925a79216192dbd052a6f5aef0b041634f3bdaecec0ac4a468bce6718b08bea4bef4e80 -Size (github.com_blevesearch_zapx_v14_@v_v14.3.2.mod) = 343 bytes -BLAKE2s (github.com_blevesearch_zapx_v14_@v_v14.3.2.zip) = 7cc9795a8ccf2b5d6fc23aff433f9febb8c6459fb721825d54141f86b071e564 -SHA512 (github.com_blevesearch_zapx_v14_@v_v14.3.2.zip) = 5baf0007b40ce32bdb4aa9ef3cc1303e1f367b3e55d0c0ca130809c4ebb50fd83052687d488b6004065c017c208c6336e9b15c0eabf8fde19194478db19f335e -Size (github.com_blevesearch_zapx_v14_@v_v14.3.2.zip) = 89454 bytes +BLAKE2s (github.com_blevesearch_zapx_v14_@v_v14.3.3.mod) = 492afa216faeb34a2bb64d61089cbdc8a69af6c3cd94d9a59574fee2a6de1c68 +SHA512 (github.com_blevesearch_zapx_v14_@v_v14.3.3.mod) = 207db22d102150192f3242233172bf1afcb699989fb2c47f6bc98c526925a79216192dbd052a6f5aef0b041634f3bdaecec0ac4a468bce6718b08bea4bef4e80 +Size (github.com_blevesearch_zapx_v14_@v_v14.3.3.mod) = 343 bytes +BLAKE2s (github.com_blevesearch_zapx_v14_@v_v14.3.3.zip) = 1fec6f68aa5cd8bbec2de49d142506611386898a4d3a4273d45980921eed05ad +SHA512 (github.com_blevesearch_zapx_v14_@v_v14.3.3.zip) = e031bb20a789184741eb190be5773ac054c66c6965300491696a921c3793e095129659ddc313d9e67de8e17fbbb11ae833b1f2ba474908b882860fa7d0b590ce +Size (github.com_blevesearch_zapx_v14_@v_v14.3.3.zip) = 89479 bytes BLAKE2s (github.com_blevesearch_zapx_v15_@v_v15.1.10.mod) = 305318a1a89f91c8989d7bc719db92ea891661c5ddc8da2670b80be8f6b8c28b SHA512 (github.com_blevesearch_zapx_v15_@v_v15.1.10.mod) = 7a47fe47ffaa4d42044c71f8ce4afac5406738a2d740a4531a7d90aca8ee8b5e0a4f64d54e05a062f514d55deeaa8714c6ed18be5bca3bc9a2361617af99111b Size (github.com_blevesearch_zapx_v15_@v_v15.1.10.mod) = 339 bytes -BLAKE2s (github.com_blevesearch_zapx_v15_@v_v15.3.2.mod) = 84ed9b073acdb23577844b6b0fb86f6fb5605110bc4d669fc1fa3404c5856363 -SHA512 (github.com_blevesearch_zapx_v15_@v_v15.3.2.mod) = cd8b84f70fb006f584c8e1aa29ab12e8e0c6cd8ac2a0aefaead7bd59bf9afbcb1ea28f43e9cf8163197f1548077821d2aa0c6fd23a0ef28267a40d89f1bdfc6f -Size (github.com_blevesearch_zapx_v15_@v_v15.3.2.mod) = 408 bytes -BLAKE2s (github.com_blevesearch_zapx_v15_@v_v15.3.2.zip) = 99b2c6bf97cff316d5816cb436cf5d5ee0c9c08ab72439f94d68280fbafc065a -SHA512 (github.com_blevesearch_zapx_v15_@v_v15.3.2.zip) = d496c09ef36b44c8118672bc96219046bc4cf4dc1edf564eb18e42d3e4ceff73a591d57aac900bf681f721cdedefebeaddf7b8a909d6a0eab5f1892f67668ff3 -Size (github.com_blevesearch_zapx_v15_@v_v15.3.2.zip) = 90160 bytes +BLAKE2s (github.com_blevesearch_zapx_v15_@v_v15.3.3.mod) = 84ed9b073acdb23577844b6b0fb86f6fb5605110bc4d669fc1fa3404c5856363 +SHA512 (github.com_blevesearch_zapx_v15_@v_v15.3.3.mod) = cd8b84f70fb006f584c8e1aa29ab12e8e0c6cd8ac2a0aefaead7bd59bf9afbcb1ea28f43e9cf8163197f1548077821d2aa0c6fd23a0ef28267a40d89f1bdfc6f +Size (github.com_blevesearch_zapx_v15_@v_v15.3.3.mod) = 408 bytes +BLAKE2s (github.com_blevesearch_zapx_v15_@v_v15.3.3.zip) = 2ae45e70dd387d6d49c57b6c40d1092e569181dc1ee6fd3f24cbc2bf69a12228 +SHA512 (github.com_blevesearch_zapx_v15_@v_v15.3.3.zip) = 9061a11f3e098bac57ab1275f957a64c9322755fc5578950d8e2c9d331a5fede04ba95e5f516b71af2346ab23e3e782a8e95b17cec32e5fee4af71eb8941ea50 +Size (github.com_blevesearch_zapx_v15_@v_v15.3.3.zip) = 90185 bytes BLAKE2s (github.com_boombuler_barcode_@v_v1.0.1-0.20190219062509-6c824513bacc.mod) = d58a8d4840f1e596a46eea4e2e7f28d20ff2bd0498d04db30cbb77015e8e4960 SHA512 (github.com_boombuler_barcode_@v_v1.0.1-0.20190219062509-6c824513bacc.mod) = 1487d5ffde5f6d64bc21be1aa02926261a519fad462731254f03cf124758162cb6f6848fe412cd5b02606674f566ed213ae4fb7b5e54afe29df5ea60e08d3c03 Size (github.com_boombuler_barcode_@v_v1.0.1-0.20190219062509-6c824513bacc.mod) = 36 bytes @@ -690,30 +978,63 @@ Size (github.com_bradfitz_gomemcache_@v_v0.0.0-20190913173617-a41fca850d0b.mod) BLAKE2s (github.com_bradfitz_gomemcache_@v_v0.0.0-20190913173617-a41fca850d0b.zip) = 16493d32649b3327d85e5d0c377f241bf35cadeb3f5f6f25c6eb020be7a07c12 SHA512 (github.com_bradfitz_gomemcache_@v_v0.0.0-20190913173617-a41fca850d0b.zip) = 3a9ca6a7a21165fc502f89f027d4428121de30c89bb39e367539b284e82a4b30d3883d23b2e4e8ea3064fd271d64030bb229c052c06cf0998e3de4951a708afa Size (github.com_bradfitz_gomemcache_@v_v0.0.0-20190913173617-a41fca850d0b.zip) = 17036 bytes -BLAKE2s (github.com_caddyserver_certmagic_@v_v0.15.2.mod) = c1b2a51708f50fbdf3b6dc29a484c2f22032b7da24b6e0bd388607ef41fada96 -SHA512 (github.com_caddyserver_certmagic_@v_v0.15.2.mod) = 0ef7e6a9f65430392c6b7192cb63530a43549b7b73ac96d6b30768ff4dd6e826fa53dad7705e33875c96ac24e7bc0eaf771b1f7bf0991380f38bb7f356431db2 -Size (github.com_caddyserver_certmagic_@v_v0.15.2.mod) = 328 bytes -BLAKE2s (github.com_caddyserver_certmagic_@v_v0.15.2.zip) = 3afa8aa4189b3dda85cb8904f1cef10cb1c55fd327700d78492565083da6c5fe -SHA512 (github.com_caddyserver_certmagic_@v_v0.15.2.zip) = 5956a9056aee28ce1dd509b137dcd4c086183895cd32ea59896e5d74b3afc2f89a09b3f286ef954fb3db772a5056b5a18f79d085646306cc2b97d9b400a580e3 -Size (github.com_caddyserver_certmagic_@v_v0.15.2.zip) = 132800 bytes +BLAKE2s (github.com_caarlos0_ctrlc_@v_v1.0.0.mod) = 38671836b434f2c946a9ee691095a784629a7816e941207de37b7c9e4a42e584 +SHA512 (github.com_caarlos0_ctrlc_@v_v1.0.0.mod) = c99b15c1a5152485a429b63ccdd83947120ebdb155ed208159613af4784cb6f76db465ff74a2944e5172ab5a43fcc265404115229df5e70ac51c175f9e8ebb83 +Size (github.com_caarlos0_ctrlc_@v_v1.0.0.mod) = 33 bytes +BLAKE2s (github.com_caarlos0_ctrlc_@v_v1.0.0.zip) = eed1b5004154f25ddbd8599874d074716f25cd53f5bb89568d7fafc19e0f0a4f +SHA512 (github.com_caarlos0_ctrlc_@v_v1.0.0.zip) = bc0510b1aa8d03fdfc55fb6af69480a047a79de6e61ad5101c3fcd9875f343b9a70a5d7c29bdcde8af2a546c588bf2b65cd65e9c56094ad44818f3524b31e380 +Size (github.com_caarlos0_ctrlc_@v_v1.0.0.zip) = 2894 bytes +BLAKE2s (github.com_caddyserver_certmagic_@v_v0.15.4.mod) = c1b2a51708f50fbdf3b6dc29a484c2f22032b7da24b6e0bd388607ef41fada96 +SHA512 (github.com_caddyserver_certmagic_@v_v0.15.4.mod) = 0ef7e6a9f65430392c6b7192cb63530a43549b7b73ac96d6b30768ff4dd6e826fa53dad7705e33875c96ac24e7bc0eaf771b1f7bf0991380f38bb7f356431db2 +Size (github.com_caddyserver_certmagic_@v_v0.15.4.mod) = 328 bytes +BLAKE2s (github.com_caddyserver_certmagic_@v_v0.15.4.zip) = a5c1b84cc949264cbc4b06e1d7cbf9d66fae29d2feaec7c02390ab0ef53b1628 +SHA512 (github.com_caddyserver_certmagic_@v_v0.15.4.zip) = 390ef22ca483c5f2a64453d7d0b0512cf8bf6ae3a1e60876e10598d180708d69492724e142251f52705891b63f21f5c9e290f727789176f75cef3b7d379fd25d +Size (github.com_caddyserver_certmagic_@v_v0.15.4.zip) = 135835 bytes +BLAKE2s (github.com_campoy_unique_@v_v0.0.0-20180121183637-88950e537e7e.mod) = b135a0357c1d51f54082e7e5a2ac5a402dfbf8f2212e8b588e4c8b81d5c81aad +SHA512 (github.com_campoy_unique_@v_v0.0.0-20180121183637-88950e537e7e.mod) = 802c2093914f57328a419d57e080a7d6ec05840ec2fdad3e18efc0f3f9be225aa85bb6a47a06162f0639e11f81981c3570f03da9fd4db34d4f785fd833edbaea +Size (github.com_campoy_unique_@v_v0.0.0-20180121183637-88950e537e7e.mod) = 32 bytes +BLAKE2s (github.com_campoy_unique_@v_v0.0.0-20180121183637-88950e537e7e.zip) = 7c8d208fc7ae05c549ac90aaf9dc705ed7158662fd4211a446c6faceda2915c2 +SHA512 (github.com_campoy_unique_@v_v0.0.0-20180121183637-88950e537e7e.zip) = 642d6427be9d29e51aafe3c5e04add194a01854ac2e2e7a063f97909fea8651bcd15d6898bcaa87286d42302422584825bf48ad541a16251a85c06b22cf5dba2 +Size (github.com_campoy_unique_@v_v0.0.0-20180121183637-88950e537e7e.zip) = 8261 bytes BLAKE2s (github.com_casbin_casbin_v2_@v_v2.1.2.mod) = 8fcaf95464e840a05bec839e4d88e0947360d568be7b5ce2cd34ad535876dc98 SHA512 (github.com_casbin_casbin_v2_@v_v2.1.2.mod) = 1f9d455792a66a48351a4ca57810d37306ff60474da6e8e308f983fcaca4326f6f64bab9c677900e014271b52333d1588e287493c2fa853bc7fa40717556a670 Size (github.com_casbin_casbin_v2_@v_v2.1.2.mod) = 122 bytes BLAKE2s (github.com_casbin_casbin_v2_@v_v2.1.2.zip) = 7f7fc3ef445c77ebcc6c2ad0dd989e14dadb012f2feeeffea7508b22e2deba41 SHA512 (github.com_casbin_casbin_v2_@v_v2.1.2.zip) = 8ea3bec66d23b761269dea72a97726a825f630bb1525d8970bbfab75c6971e7f13f84f895347ebaac7cde326ff7236d5a982f6bafd3933e85d268d6657facd93 Size (github.com_casbin_casbin_v2_@v_v2.1.2.zip) = 109276 bytes +BLAKE2s (github.com_cavaliercoder_go-cpio_@v_v0.0.0-20180626203310-925f9528c45e.mod) = 9a2b536e55140bbba97836adb148cd0af3b2919e3dd41bd963841e4924bb8f81 +SHA512 (github.com_cavaliercoder_go-cpio_@v_v0.0.0-20180626203310-925f9528c45e.mod) = 53d46b3d05d85645a48552573e7fb9437d9d63336a0cecbec2fa1afc9dc5516a64f8006ae433067459154f80e92492f967a73190cb3397d40c6e0230572304e5 +Size (github.com_cavaliercoder_go-cpio_@v_v0.0.0-20180626203310-925f9528c45e.mod) = 40 bytes +BLAKE2s (github.com_cavaliercoder_go-cpio_@v_v0.0.0-20180626203310-925f9528c45e.zip) = b586c6126c7d5f9e1e14ad72560c91592243a7db455e1f73d32999e0ce282dc4 +SHA512 (github.com_cavaliercoder_go-cpio_@v_v0.0.0-20180626203310-925f9528c45e.zip) = 8715e32ccaa021cf89f2af3eebd30cf9b4b898559ddf259bd96dead12bbd6bf3a32060cdb537ac453de1da830cc99c94719267d97e723bff3852870c4368e0ae +Size (github.com_cavaliercoder_go-cpio_@v_v0.0.0-20180626203310-925f9528c45e.zip) = 17298 bytes BLAKE2s (github.com_cenkalti_backoff_@v_v2.2.1+incompatible.mod) = 9d0b43cd34eec91475a0e24f922fa35a93db6879172ba055ece2021a4e714dc7 SHA512 (github.com_cenkalti_backoff_@v_v2.2.1+incompatible.mod) = b21cab6683819e3029097ac203e35963aa69e47c32cd88017f640f976da0fb64dae5a62d9c76f64868618be6df14603c9a72f24333d1639e654eedb5125421ab Size (github.com_cenkalti_backoff_@v_v2.2.1+incompatible.mod) = 35 bytes BLAKE2s (github.com_cenkalti_backoff_@v_v2.2.1+incompatible.zip) = 8d967bb3b446e37bc43ee6330eea917ac08e21f3815aaf1b0f41b4460e2fe0da SHA512 (github.com_cenkalti_backoff_@v_v2.2.1+incompatible.zip) = cba946a17b3237fc696dcf45a7d2ab8e08795aa9a6b6a2dc9bf032cc26b15933d5b2d799a30e6631dbf6b2913c8cbf4f1833c6eedfe45b954a6cc1b6703a1b4a Size (github.com_cenkalti_backoff_@v_v2.2.1+incompatible.zip) = 14190 bytes +BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.2.0.mod) = 550d93c92229195d354aaf19f5cf79762428025962fc1798084c00ac4a53b25c +SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.2.0.mod) = 23d6171dbcf339c72fe25ab7a7e70cb385dffd654998824fac0f6b6464717873332d39fe1f96101414f5e2d240faaab0b960da2e31c08ef98443aa238bbf02d4 +Size (github.com_census-instrumentation_opencensus-proto_@v_v0.2.0.mod) = 58 bytes BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 550d93c92229195d354aaf19f5cf79762428025962fc1798084c00ac4a53b25c SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 23d6171dbcf339c72fe25ab7a7e70cb385dffd654998824fac0f6b6464717873332d39fe1f96101414f5e2d240faaab0b960da2e31c08ef98443aa238bbf02d4 Size (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 58 bytes -BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.zip) = edf21b5d93d9f86cb001c6abc93724975e45d01889549c012e42a76ad8d12313 -SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.zip) = 4dbdefde602fa13bb1f0ab9dc6e947dc158defd284753b51bbddf9e52410dac5429e145637f155bb8703cfe8723fd2f5e4ec7898552d4a2956c8dfa01d4946cb -Size (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.zip) = 210929 bytes +BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.mod) = 550d93c92229195d354aaf19f5cf79762428025962fc1798084c00ac4a53b25c +SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.mod) = 23d6171dbcf339c72fe25ab7a7e70cb385dffd654998824fac0f6b6464717873332d39fe1f96101414f5e2d240faaab0b960da2e31c08ef98443aa238bbf02d4 +Size (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.mod) = 58 bytes +BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.zip) = 356df486560382e4b59f847a92965604324b3ba774e09c349c57bade1166cd6f +SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.zip) = d36c23db5214a78db7bdbcfff533716d9e53addcb1d635be608eeec8964ee1af8f5cdb0200fe33b9dd70f48bd919ae04c7bb4a94ab553f61f6273593853f4bab +Size (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.zip) = 223236 bytes +BLAKE2s (github.com_certifi_gocertifi_@v_v0.0.0-20191021191039-0944d244cd40.mod) = 94c083ce9763428fd87f09c26895c1fd152f3adb6e97a30ca490f4dd312e864c +SHA512 (github.com_certifi_gocertifi_@v_v0.0.0-20191021191039-0944d244cd40.mod) = c1ab1e40d352c16aff7a2b91123ecab7500817522ca8cad2e5ed3c45d6dde6e63cf153f124ad3317c0ff4f6b74491d952e01fc3b329d0827b472878a6f001c10 +Size (github.com_certifi_gocertifi_@v_v0.0.0-20191021191039-0944d244cd40.mod) = 45 bytes +BLAKE2s (github.com_certifi_gocertifi_@v_v0.0.0-20210507211836-431795d63e8d.mod) = 94c083ce9763428fd87f09c26895c1fd152f3adb6e97a30ca490f4dd312e864c +SHA512 (github.com_certifi_gocertifi_@v_v0.0.0-20210507211836-431795d63e8d.mod) = c1ab1e40d352c16aff7a2b91123ecab7500817522ca8cad2e5ed3c45d6dde6e63cf153f124ad3317c0ff4f6b74491d952e01fc3b329d0827b472878a6f001c10 +Size (github.com_certifi_gocertifi_@v_v0.0.0-20210507211836-431795d63e8d.mod) = 45 bytes +BLAKE2s (github.com_certifi_gocertifi_@v_v0.0.0-20210507211836-431795d63e8d.zip) = af1f8f4216d24c8f780cfd1492a0688b5145653bc38611c8a70e9d7bbc0d51a9 +SHA512 (github.com_certifi_gocertifi_@v_v0.0.0-20210507211836-431795d63e8d.zip) = 35215fb2ac2249f23ed4f5573ac7746aabc72d8f5c8bf401d7d020280d2fdd5edce8fd07ae44b73c71f527a16f96ffcec7949eabdff490534058f2a80578522e +Size (github.com_certifi_gocertifi_@v_v0.0.0-20210507211836-431795d63e8d.zip) = 122846 bytes BLAKE2s (github.com_cespare_xxhash_@v_v1.1.0.mod) = 63e461631ef2feef8d3fa956d589a273247aa3bac0e0ef9ddbfdae5a7ab48b19 SHA512 (github.com_cespare_xxhash_@v_v1.1.0.mod) = 32c34a590e6c113a16700ef2faa5124ebb6c8773cd76594312157bd2b70d54cd939ff2c32fac47421b5615e804142cb7b393394d4745d5894f9b68392bc37ad9 Size (github.com_cespare_xxhash_@v_v1.1.0.mod) = 146 bytes @@ -723,9 +1044,12 @@ Size (github.com_cespare_xxhash_@v_v1.1.0.zip) = 12221 bytes BLAKE2s (github.com_cespare_xxhash_v2_@v_v2.1.1.mod) = 03371e0ad30714eb81f3613e1d710ab1771554035bcf8b4cd97e7bc4f2d5eadb SHA512 (github.com_cespare_xxhash_v2_@v_v2.1.1.mod) = c1b9f572957bc4ed1ad0c61d22b7b5d6a4c863df2aaeb4cf914e304af21d949c9cfc53dc8eb67aacdf3dd56f339ee6f4a1f5fa464121d9db79b7b3febfb3251b Size (github.com_cespare_xxhash_v2_@v_v2.1.1.mod) = 45 bytes -BLAKE2s (github.com_cespare_xxhash_v2_@v_v2.1.1.zip) = 3f07c94be3b63a0c676d8fe9b29baaae416a2c3b28f13986e6bb0bcbfbd9dacd -SHA512 (github.com_cespare_xxhash_v2_@v_v2.1.1.zip) = dc5efd476875fe3cfb3c5f5ce9314920bb2175be85fd1a4667faddee1b5360113b66bdc2f17e4fe889a7d104d684558744bdc6c56c8ac3afc585d7aad0114486 -Size (github.com_cespare_xxhash_v2_@v_v2.1.1.zip) = 12031 bytes +BLAKE2s (github.com_cespare_xxhash_v2_@v_v2.1.2.mod) = 03371e0ad30714eb81f3613e1d710ab1771554035bcf8b4cd97e7bc4f2d5eadb +SHA512 (github.com_cespare_xxhash_v2_@v_v2.1.2.mod) = c1b9f572957bc4ed1ad0c61d22b7b5d6a4c863df2aaeb4cf914e304af21d949c9cfc53dc8eb67aacdf3dd56f339ee6f4a1f5fa464121d9db79b7b3febfb3251b +Size (github.com_cespare_xxhash_v2_@v_v2.1.2.mod) = 45 bytes +BLAKE2s (github.com_cespare_xxhash_v2_@v_v2.1.2.zip) = 3c871e6b49212f6f48b5d431adf583664078f5021e662449009de191db488bf3 +SHA512 (github.com_cespare_xxhash_v2_@v_v2.1.2.zip) = a13d75511ae89987df8e6ea1bff657c1b9570dc7beadda8fd282f7073136f28b6a1c1ebec484ff07c66332c3b1a70ae335d16acef1b0844bbf736777866dbf59 +Size (github.com_cespare_xxhash_v2_@v_v2.1.2.zip) = 15284 bytes BLAKE2s (github.com_chi-middleware_proxy_@v_v1.1.1.mod) = 31608045cf2925dde1874cea01545354b0a735dd73ea6eb0757d3a30554c6371 SHA512 (github.com_chi-middleware_proxy_@v_v1.1.1.mod) = 9d5f79422cb9e2b23dacb1481c5d7c421a27d0c4001615aaed88cc8b1d01a86f6d137bd0fb90a28fd8d3f8189d8b0a8e8490e4512265d4081cfbae613cca4cf3 Size (github.com_chi-middleware_proxy_@v_v1.1.1.mod) = 130 bytes @@ -750,6 +1074,18 @@ Size (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 30 byt BLAKE2s (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = 48ee00f9efe66eb83b53f918105a93c09c835c99a45eb71721f7d8729388006f SHA512 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = 05859e1e715542b64c7d63789b447f971f7cceb6fd01bd78e661891acdd94da873ae6d3f612748fefaf9507d374b62526fcfe7db5655cc297c07208bc9f22bc2 Size (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = 5024 bytes +BLAKE2s (github.com_circonus-labs_circonus-gometrics_@v_v2.3.1+incompatible.mod) = cdc47e796ee064f4110252cac813107a65df831c9192e1c75a1194c9d241baaf +SHA512 (github.com_circonus-labs_circonus-gometrics_@v_v2.3.1+incompatible.mod) = d1c83d2dbd4e242bfa9d8b9b58cddbd4a1ad112d1f5d1ca757fc31c6a31bf460d08cc3c9bf14c977fa74d2099ec83d5e45c05fd6121f800e26da6a837d862ccd +Size (github.com_circonus-labs_circonus-gometrics_@v_v2.3.1+incompatible.mod) = 51 bytes +BLAKE2s (github.com_circonus-labs_circonus-gometrics_@v_v2.3.1+incompatible.zip) = 8008bf44148889b4abce1c42a48e0f63af54e1861e4364d085a57e28bfcaf830 +SHA512 (github.com_circonus-labs_circonus-gometrics_@v_v2.3.1+incompatible.zip) = 51705b4747969ed96b7233c2c0159e8a81c6be1bd35b68e3058fcd9440185df30105293d9b936388aabf9bfefe9670cd930c608ad4058e0285f9b7d2d86352a4 +Size (github.com_circonus-labs_circonus-gometrics_@v_v2.3.1+incompatible.zip) = 148431 bytes +BLAKE2s (github.com_circonus-labs_circonusllhist_@v_v0.1.3.mod) = 9055ae0ba3385c691a4f98f1f62a4fcf2a728d012d540d57b1c7a1e2df05674d +SHA512 (github.com_circonus-labs_circonusllhist_@v_v0.1.3.mod) = 027b177fb04d5bcfaa0e524e6682b639bd91f7aad9ba14e22cc1b4f352e2c3bcd4d93348ed013cd839eccdb01449db40170243e7895c2cfa3f6980279faf39e3 +Size (github.com_circonus-labs_circonusllhist_@v_v0.1.3.mod) = 47 bytes +BLAKE2s (github.com_circonus-labs_circonusllhist_@v_v0.1.3.zip) = 9777e9b97d65f9763527e1ac740d3e8709fd97651a95766ce3325b5108208c5e +SHA512 (github.com_circonus-labs_circonusllhist_@v_v0.1.3.zip) = 2908d5b1f9beb4fed31923fdf77ab83d7c992245c4bd08b7655ba3fef1ac0ccefab66fa4c7b06f67a7960e16069f611cb44ff1d9a675bdd2750934349752a030 +Size (github.com_circonus-labs_circonusllhist_@v_v0.1.3.zip) = 10851 bytes BLAKE2s (github.com_clbanning_x2j_@v_v0.0.0-20191024224557-825249438eec.mod) = 76911b66f498011bd34342e68ca1daafdacedd575755c87e2deb80e6f30e3b90 SHA512 (github.com_clbanning_x2j_@v_v0.0.0-20191024224557-825249438eec.mod) = 865b4cc3ac91138e9b4581be778685f89bb93cdaf2372bb7b5db6227e249a2be89d5d14c89bd0e874e01d744aafc08b30b3ccee18a472981bed0e7740d892da0 Size (github.com_clbanning_x2j_@v_v0.0.0-20191024224557-825249438eec.mod) = 32 bytes @@ -762,12 +1098,27 @@ Size (github.com_client9_misspell_@v_v0.3.4.mod) = 35 bytes BLAKE2s (github.com_client9_misspell_@v_v0.3.4.zip) = 38ea877ff815674662c9e785928224c8c275839e16bb1ce51e7f5dc2dfa18ea5 SHA512 (github.com_client9_misspell_@v_v0.3.4.zip) = 47991999bacf78ddfd33a4af3c0d5b8a418cb7664e05bc59d886150025a1d5aad831deacbd6da76d5a21a97ed115d4210c374459e7af8ed7b93c4c1c0e7a42fa Size (github.com_client9_misspell_@v_v0.3.4.zip) = 246908 bytes +BLAKE2s (github.com_cloudflare_backoff_@v_v0.0.0-20161212185259-647f3cdfc87a.mod) = 32d019611880b9331d557d172449dc936db24cee9b558021cf0e8b098e397e7d +SHA512 (github.com_cloudflare_backoff_@v_v0.0.0-20161212185259-647f3cdfc87a.mod) = 5c456414b3de4329d2dd19b0afe911dd4ddcf031a0d276d201f28cc0e103827d2967771b1a15d37512452a3f87f2dbd2c428e510da49275c4d4a908fb8b2f683 +Size (github.com_cloudflare_backoff_@v_v0.0.0-20161212185259-647f3cdfc87a.mod) = 37 bytes +BLAKE2s (github.com_cloudflare_backoff_@v_v0.0.0-20161212185259-647f3cdfc87a.zip) = 8dd854da59b501a6449c6adf94ed71c63ef5fb772778cd97d38a49e2a744755f +SHA512 (github.com_cloudflare_backoff_@v_v0.0.0-20161212185259-647f3cdfc87a.zip) = bbb9306f5a1380fcb73308b4a9f91840f4e6138f1969461c270fabffd6657eaad5459489e6771aaa30a8886790373df3f1962ffa3489349345d114192affef7d +Size (github.com_cloudflare_backoff_@v_v0.0.0-20161212185259-647f3cdfc87a.zip) = 6150 bytes BLAKE2s (github.com_cloudflare_cfssl_@v_v0.0.0-20190726000631-633726f6bcb7.mod) = c654e53047a0deb58755a0c051df40f0eb3220553187d4d4a90060aeaf279bc4 SHA512 (github.com_cloudflare_cfssl_@v_v0.0.0-20190726000631-633726f6bcb7.mod) = da162ea8369fa1ca67dba0050c0a3192d0313d49b6ade5f6ee7c27cda43d9f5824f3925064f24abaee4fc27b04dedf9febb9b85f6f3397f076dbb64976d2a09a Size (github.com_cloudflare_cfssl_@v_v0.0.0-20190726000631-633726f6bcb7.mod) = 35 bytes -BLAKE2s (github.com_cloudflare_cfssl_@v_v0.0.0-20190726000631-633726f6bcb7.zip) = e8279bc6d781e3f054075f53342a2ca19ccce11312b546e4b36679c4f64b7b83 -SHA512 (github.com_cloudflare_cfssl_@v_v0.0.0-20190726000631-633726f6bcb7.zip) = 3b928633986ff9d70bb293aaea9649fd3a1b5dbb7a478396d0b0e128ead461223a5ee5ed2cad432554f40dd1672f053e48c955c2d7b71ccc748151ca728af79c -Size (github.com_cloudflare_cfssl_@v_v0.0.0-20190726000631-633726f6bcb7.zip) = 2254943 bytes +BLAKE2s (github.com_cloudflare_cfssl_@v_v1.6.1.mod) = 5bd380f1eb1139a5c9b2dcf70771b213869bc5ef87b4b2fa6ebd03afb8608154 +SHA512 (github.com_cloudflare_cfssl_@v_v1.6.1.mod) = 23742efe12096e542c7a5363ad41feadf3c7ddcbf8d087f2e60937c86b7e6d304c487fb8edde9a570b17c26abd62c2ba1f87dd2c35bb5bf17052e3c318759b39 +Size (github.com_cloudflare_cfssl_@v_v1.6.1.mod) = 2828 bytes +BLAKE2s (github.com_cloudflare_cfssl_@v_v1.6.1.zip) = 9a5549b72c5aa28e9cc1ac889ac3e7b31e1060dd11e5e1c198702329cfb9f401 +SHA512 (github.com_cloudflare_cfssl_@v_v1.6.1.zip) = 622dc20116439397b7eee8b34f6d10a79d5c776b6128566ac776f6041920d28cca5c7e13cf33fd6fce4fa9f990e3e69f8f19f44540ba55a26bd6a58b8a04b14b +Size (github.com_cloudflare_cfssl_@v_v1.6.1.zip) = 2112856 bytes +BLAKE2s (github.com_cloudflare_redoctober_@v_v0.0.0-20201013214028-99c99a8e7544.mod) = 8c0eead88c36b5ffb466a07a8ac17e5095fdc399fc013197ee5e0b8bb39d080c +SHA512 (github.com_cloudflare_redoctober_@v_v0.0.0-20201013214028-99c99a8e7544.mod) = 5bab59285814518f0fddbd7ce993b7c0a0c06a1f146721127197d2013d651e8d6a4fbf4cd726c4a5c8beed17d884d78a557c83341b12da02455fb317f38ed93e +Size (github.com_cloudflare_redoctober_@v_v0.0.0-20201013214028-99c99a8e7544.mod) = 40 bytes +BLAKE2s (github.com_cloudflare_redoctober_@v_v0.0.0-20201013214028-99c99a8e7544.zip) = b14617edc087df2bee91012d5f564bc0835d4ed3df9537f893d5958ddbe4cfb9 +SHA512 (github.com_cloudflare_redoctober_@v_v0.0.0-20201013214028-99c99a8e7544.zip) = 289253f7a82dacdb40f5b94bc968a1e749871911f552c0f651313f4e14f7f4f953e65e0209fcdc2c41659b1a8c91a8a73b8ba84a8efd7b9048eac1abf13b8186 +Size (github.com_cloudflare_redoctober_@v_v0.0.0-20201013214028-99c99a8e7544.zip) = 138583 bytes BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.mod) = 1be1d66b32fca63c30f1de0dcccb0175c8f4c7b536bd4f0186b2fcb6fd581227 SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.mod) = 3877a1f5b47e6316c7a4d4e14959b355381eb3a32fb11270c646617b9908299d7dc806869d21b1fa6faca7a326f168dd1a268735cd1d532be2c318ddf9237014 Size (github.com_cncf_udpa_go_@v_v0.0.0-20191209042840-269d4d468f6f.mod) = 170 bytes @@ -777,9 +1128,36 @@ Size (github.com_cncf_udpa_go_@v_v0.0.0-20200629203442-efcf912fb354.mod) = 170 b BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20201120205902-5459f2c99403.mod) = 5aca79413b6f204e79b3e955f53e20422531caf50fcf70e01e9627f721bf1c74 SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20201120205902-5459f2c99403.mod) = 4cb0a4f9d5f74f3115a10661469cafa88044a8ed2de959b26054441714080fe8d639485b69df02e0f91fa9040db259fbef8281971c28a67953a5abe5b7220ccf Size (github.com_cncf_udpa_go_@v_v0.0.0-20201120205902-5459f2c99403.mod) = 170 bytes -BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20201120205902-5459f2c99403.zip) = 2fbe0213d64329ad338bc913697e8c99c9a8af6d8b041e7281896fde20b5654a -SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20201120205902-5459f2c99403.zip) = 2c36296bb2f6b5b05d5328ab64232aeb6ff3ae985a2b69c292848a63fb5384da405b276889eea785dcdc2f8732911f8018a9f1802b88fb2dcd4590151bfbed66 -Size (github.com_cncf_udpa_go_@v_v0.0.0-20201120205902-5459f2c99403.zip) = 51948 bytes +BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20210322005330-6414d713912e.mod) = 5aca79413b6f204e79b3e955f53e20422531caf50fcf70e01e9627f721bf1c74 +SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20210322005330-6414d713912e.mod) = 4cb0a4f9d5f74f3115a10661469cafa88044a8ed2de959b26054441714080fe8d639485b69df02e0f91fa9040db259fbef8281971c28a67953a5abe5b7220ccf +Size (github.com_cncf_udpa_go_@v_v0.0.0-20210322005330-6414d713912e.mod) = 170 bytes +BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.mod) = 0ef7778e0cf9d37cd1f7da6c019b73322e44cb48970bd2c13e8cc2148b3b6638 +SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.mod) = c9cc25aa13bb803918847217db031efc2a4715304d90220782bbbbdb4c455e5894bc9152e8e0a1a76870c64a1866b1a8107dfc238e3ce2d08f7c863448901fa5 +Size (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.mod) = 158 bytes +BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.zip) = 78eca7e8c34bb0b4efd11316bc98e545f70ae375115af75bc9b8f0ca26a1b75e +SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.zip) = c018e537dc7d6db662ff64950e69bdaf865d50c2c4fb498e26968c7c4267f3d2575ef62de4e7bf0fdc7cda07a152cc5c96b18e10c7fda24dac882c56c03ebadb +Size (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.zip) = 7602 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20210312221358-fbca930ec8ed.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20210312221358-fbca930ec8ed.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 +Size (github.com_cncf_xds_go_@v_v0.0.0-20210312221358-fbca930ec8ed.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20210805033703-aa0b78936158.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20210805033703-aa0b78936158.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 +Size (github.com_cncf_xds_go_@v_v0.0.0-20210805033703-aa0b78936158.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20210922020428-25de7278fc84.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20210922020428-25de7278fc84.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 +Size (github.com_cncf_xds_go_@v_v0.0.0-20210922020428-25de7278fc84.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20211001041855-01bcc9b48dfe.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20211001041855-01bcc9b48dfe.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 +Size (github.com_cncf_xds_go_@v_v0.0.0-20211001041855-01bcc9b48dfe.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20211011173535-cb28da3451f1.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20211011173535-cb28da3451f1.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 +Size (github.com_cncf_xds_go_@v_v0.0.0-20211011173535-cb28da3451f1.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20211130200136-a8f946100490.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20211130200136-a8f946100490.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 +Size (github.com_cncf_xds_go_@v_v0.0.0-20211130200136-a8f946100490.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20211130200136-a8f946100490.zip) = 6541371370917c8b69f24277cc3a0d56f7c08ce600020bef7143514863061b71 +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20211130200136-a8f946100490.zip) = 54d4fc5c80b3ada675e77806b7c6c7f8f11195c70f04cdc71016ba3ff6a0ee88571fe6d64ed4ea4044736f4b01d9afd143dd0525389d961a64b82bd5df663b25 +Size (github.com_cncf_xds_go_@v_v0.0.0-20211130200136-a8f946100490.zip) = 109124 bytes BLAKE2s (github.com_cockroachdb_apd_@v_v1.1.0.mod) = eb81d88fc79c60066f27f57a72993ce38055ab1a56ed17e4cea4168c5fa8e168 SHA512 (github.com_cockroachdb_apd_@v_v1.1.0.mod) = 58f3cc974ff4897b4f160dc47440241bc7084dd62f20c16c019b0c3090d3c8a8adb46ee8cab1afa675c9d3830cfb2eee97e1eb1315a683307d87ea3d2b403efa Size (github.com_cockroachdb_apd_@v_v1.1.0.mod) = 34 bytes @@ -789,9 +1167,24 @@ Size (github.com_cockroachdb_apd_@v_v1.1.0.zip) = 319838 bytes BLAKE2s (github.com_cockroachdb_datadriven_@v_v0.0.0-20190809214429-80d97fb3cbaa.mod) = 2d35a1a08a645239b5b960a6e18f51c472a11de63fe4d455d8996ddd5ba11b55 SHA512 (github.com_cockroachdb_datadriven_@v_v0.0.0-20190809214429-80d97fb3cbaa.mod) = 180a8be6b0f3596aa376ec5f264ee545a082328067b3ffa5523634cc95b106328fbc6330fffcada0a1cf250c3a988971073441184b9194fe0d05fd62a33901fa Size (github.com_cockroachdb_datadriven_@v_v0.0.0-20190809214429-80d97fb3cbaa.mod) = 41 bytes -BLAKE2s (github.com_cockroachdb_datadriven_@v_v0.0.0-20190809214429-80d97fb3cbaa.zip) = e17726e42c2a276acb228a9e99145fbaea5087d1cb2115a8d9f92e407076e9a1 -SHA512 (github.com_cockroachdb_datadriven_@v_v0.0.0-20190809214429-80d97fb3cbaa.zip) = b3b5b92200ee866c9d587be1e3a0dfdcd237ec787fc6cf35321306363bb64a5080291ff6f14be4c387a2f76437559fc85c11da9ccddd0894a0016e637a83950f -Size (github.com_cockroachdb_datadriven_@v_v0.0.0-20190809214429-80d97fb3cbaa.zip) = 12336 bytes +BLAKE2s (github.com_cockroachdb_datadriven_@v_v0.0.0-20200714090401-bf6692d28da5.mod) = 0574ca8479bdba8aea0ef473f1ba0895e91fe2eed1ae3452f339003f7dd62f0c +SHA512 (github.com_cockroachdb_datadriven_@v_v0.0.0-20200714090401-bf6692d28da5.mod) = 76b1f03cf391c4a365282cc3caf4e1701c195cd0c0fff1e580333a722403868902dc28355f013cfe0e069a4013e2f54f28b10747e2cc1df00c64b84fffc947fd +Size (github.com_cockroachdb_datadriven_@v_v0.0.0-20200714090401-bf6692d28da5.mod) = 473 bytes +BLAKE2s (github.com_cockroachdb_datadriven_@v_v0.0.0-20200714090401-bf6692d28da5.zip) = e031753ad24819caeb473d07d9644bdbe10a53e5012ec8df00a24ac8bd0a0983 +SHA512 (github.com_cockroachdb_datadriven_@v_v0.0.0-20200714090401-bf6692d28da5.zip) = 3fe25ed0c343c03e97d2230d829d93212603eacf9e2238e7c4a440e17710a854852c2fedb4234b7fe82f2a6921adc2aea28f4d1f0646dbf2102732d8f4ceaeb6 +Size (github.com_cockroachdb_datadriven_@v_v0.0.0-20200714090401-bf6692d28da5.zip) = 23935 bytes +BLAKE2s (github.com_cockroachdb_errors_@v_v1.2.4.mod) = 468ec7a16311900e5093a2ce0ee4e5bcb6f8ebfe722d2bf99d91a582872b017b +SHA512 (github.com_cockroachdb_errors_@v_v1.2.4.mod) = 1b62593fcfd90463192016f145a970fcb4c458b8482e60b10505a53e49f0df7ab3cb9bf5acef1d79cc278a2fd742d08df4cd0969e0b0ac04eda6fe35c5cb5bcf +Size (github.com_cockroachdb_errors_@v_v1.2.4.mod) = 37 bytes +BLAKE2s (github.com_cockroachdb_errors_@v_v1.2.4.zip) = d995e9217205e1044da2540f6daa3201f99b969a8e8d812d46b4323f0a37f679 +SHA512 (github.com_cockroachdb_errors_@v_v1.2.4.zip) = feabfb2f518a47efd7f201b5f357b1e7bba5565112ff9ec4d5504042a4eab699f312a4779fc2c5bb217ad1cee459b43ddb91fdfa420b6c5bdef44243607bd11c +Size (github.com_cockroachdb_errors_@v_v1.2.4.zip) = 186141 bytes +BLAKE2s (github.com_cockroachdb_logtags_@v_v0.0.0-20190617123548-eb05cc24525f.mod) = 3b4cffd9466f51a80a91b98bfbfb86af33e3e349ab83dd3bdbd6c2d64e71c771 +SHA512 (github.com_cockroachdb_logtags_@v_v0.0.0-20190617123548-eb05cc24525f.mod) = 38726c73deabf25e639f9887a0f3787e43109d9c788427664d138ced64d883133c68cc75a2373483c3f54abd13daef92e0ca8d243f545058f0c0c59f995a6763 +Size (github.com_cockroachdb_logtags_@v_v0.0.0-20190617123548-eb05cc24525f.mod) = 38 bytes +BLAKE2s (github.com_cockroachdb_logtags_@v_v0.0.0-20190617123548-eb05cc24525f.zip) = e69f8f8788e0f1dd16f20fd775648c346fec767d3bf91005cb1156092f00fca3 +SHA512 (github.com_cockroachdb_logtags_@v_v0.0.0-20190617123548-eb05cc24525f.zip) = 6860441048d1edb1abcca59f89d5e6f27c3d4cb3895b5e127d7024267dad809fe4e3107c49df40b0fd96078653dc1ff219c7d0f3a4faf53a61a69100fab4a637 +Size (github.com_cockroachdb_logtags_@v_v0.0.0-20190617123548-eb05cc24525f.zip) = 10900 bytes BLAKE2s (github.com_codahale_hdrhistogram_@v_v0.0.0-20161010025455-3a0bb77429bd.mod) = 3f38081bde343a18270268c069301977ba560d690c802cebaed86c7ba0cbc178 SHA512 (github.com_codahale_hdrhistogram_@v_v0.0.0-20161010025455-3a0bb77429bd.mod) = 8a0be9bb45924e5d384fa68dc2e990a4705b46e8878558d4db10fb794c8e20b13ec54831e7387cf425613f3f33b5952702deed074bee5818fed3fb9cff7b4259 Size (github.com_codahale_hdrhistogram_@v_v0.0.0-20161010025455-3a0bb77429bd.mod) = 40 bytes @@ -846,6 +1239,15 @@ Size (github.com_coreos_go-systemd_@v_v0.0.0-20190719114852-fd7a80b32e1f.mod) = BLAKE2s (github.com_coreos_go-systemd_@v_v0.0.0-20190719114852-fd7a80b32e1f.zip) = 6d15892e14fa967bca21480c63e9d913f98d1bea4a31f85ffece942e962151e7 SHA512 (github.com_coreos_go-systemd_@v_v0.0.0-20190719114852-fd7a80b32e1f.zip) = e72c10ced25a5b34ae4df94feb9c8b866b1e0a812619972fad54e00638cb6c8bb223bf294e1efe0d9b2c8568117a7b9dfb1de6e5dd8e213c0038eabb50da8b6f Size (github.com_coreos_go-systemd_@v_v0.0.0-20190719114852-fd7a80b32e1f.zip) = 115178 bytes +BLAKE2s (github.com_coreos_go-systemd_v22_@v_v22.1.0.mod) = ebc2efb5f8f1739b218229c104ddf3a25efa88db6db10a0e6c4e81d3aec6114b +SHA512 (github.com_coreos_go-systemd_v22_@v_v22.1.0.mod) = 54e3700ced7222d086eac5a73a5973147473e9d063a7a8dd719bff2dbe3d61d9e4cd7427f30c926a2289ef53948f158bc09e189d9714f0437d446f7c30d0cc6e +Size (github.com_coreos_go-systemd_v22_@v_v22.1.0.mod) = 91 bytes +BLAKE2s (github.com_coreos_go-systemd_v22_@v_v22.3.2.mod) = 12dcaed190b9f3d30e196bd1213a6357c43772d311ca8e8d4fab9ce1e9159377 +SHA512 (github.com_coreos_go-systemd_v22_@v_v22.3.2.mod) = 722430decd4f1022e8b035bcc7c1ed295db21a3c64f9dbdf409bd0442356664d378d4af37b7de828c02453014a5a9ddefb3397cbbbc8481c14179ecba9499a5a +Size (github.com_coreos_go-systemd_v22_@v_v22.3.2.mod) = 91 bytes +BLAKE2s (github.com_coreos_go-systemd_v22_@v_v22.3.2.zip) = 49395b0fa25080637d877abdba92804420e0e06e2a8c0739b2fe4b0b14205f80 +SHA512 (github.com_coreos_go-systemd_v22_@v_v22.3.2.zip) = 52b3913281e95bc58c31efab3112186e660ccd74b575f482ab6e830e7331aeec8b92778400259114816ba58648463f505de42c5aaf322a30184a8aec5a08b1e3 +Size (github.com_coreos_go-systemd_v22_@v_v22.3.2.zip) = 120397 bytes BLAKE2s (github.com_coreos_pkg_@v_v0.0.0-20160727233714-3ac0863d7acf.mod) = 7d5be9b43d1e64c6ac1fe22fc139fb209b684ad668ce595d4721ba4b3b177405 SHA512 (github.com_coreos_pkg_@v_v0.0.0-20160727233714-3ac0863d7acf.mod) = ea629c85891049bdff24f75a4dbce34f048a9627fc126b44f497b3ae65602045ca4fe0856e1b3d7ba050bb867226b90c25912565867c696bc370697341681c33 Size (github.com_coreos_pkg_@v_v0.0.0-20160727233714-3ac0863d7acf.mod) = 29 bytes @@ -915,30 +1317,42 @@ Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0-20190314233015-f79a8a8ca69d.mod BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0.mod) = 46564e72f97ec86bf0ed070bb90fb64605eb69a39f1d99959daeb9311f477872 SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0.mod) = 000449de8fe27ac12c5e7614bfb48a31d506b582ce2deaf0a0709d3673c9fad41e3b97e25df872609c5a190e899a56755d2d9f974a38523c51c9fa3af521d73d Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0.mod) = 217 bytes -BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0.zip) = 0b593eb6e263afe0e348dc4672e3c0debf45e437e264cedfefbfce98baa6f9a3 -SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0.zip) = 140a934e4d50fc1e5bb36bc3bfebc05863b32a50fbb6e203abb3aee1f9e9cd1c2af6ee5e0757f9d6199522c30e06377a3c94842d877513e5c9339ef7d1dcbc9c -Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0.zip) = 11426 bytes +BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.mod) = 5d28aa7bd4d3be65c094ff1eff00044ed7a895928d188f7a279b5bd9a596d393 +SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.mod) = d39412bb14c058291d07276337f802547bfb1a682cc65199cb04334f8089b6ea5d4d73587c2765c518f9e27fa3421c276eaea616d7cfbe36a2a244326edf1cb5 +Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.mod) = 100 bytes +BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.zip) = 6f0ce1b510d23976eebdc98ca1b52465902d9bfdd5b751037edc7963957ebe84 +SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.zip) = ff2673f81d7fab4ab07edd3b3fddba2243931ddbb0dfd104ca389eee137e56fa33f23a4bb8fdd6ccdf325fcaf134adc16dce9e89c9105783afc0fc4ef1419892 +Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.1.zip) = 12383 bytes +BLAKE2s (github.com_creack_pty_@v_v1.1.11.mod) = df42a1d34a4df624a6fbab600483cf5afb215874880e2e9e23f5fb03d719eb16 +SHA512 (github.com_creack_pty_@v_v1.1.11.mod) = 9cf1687520933d3d6bbec9d7c51472998d3bdbe1b3d2a7478fca80f9e7944f9040a2b8ec7d49f1458bd46a5121bae4810d314725add41efd413319a5006b944a +Size (github.com_creack_pty_@v_v1.1.11.mod) = 39 bytes +BLAKE2s (github.com_creack_pty_@v_v1.1.11.zip) = 74ab83efb35aff8fab76762d9783a933583b74b4d7496f21e417e63acc277ef5 +SHA512 (github.com_creack_pty_@v_v1.1.11.zip) = d7c39c78c074d060973433f5f4c1405260fa9f49ba9ff020630bb17404412337b536275aac71ae30c0e3783b95585c46cc492f722572b941fa1476898a6f7e8c +Size (github.com_creack_pty_@v_v1.1.11.zip) = 19702 bytes BLAKE2s (github.com_creack_pty_@v_v1.1.7.mod) = c52c3969a6b932a86856f34443e04a6def04524a24ae2d8d991c7d3eb2b0af2f SHA512 (github.com_creack_pty_@v_v1.1.7.mod) = a41a722efe7f634eebd689a9793f9ee3a89924e6c7917008c6661761c8829d6a897dc71c496f761068c36c590a800f06bbefa4ac59f7761cc0ee2cc68ac5c14c Size (github.com_creack_pty_@v_v1.1.7.mod) = 29 bytes BLAKE2s (github.com_creack_pty_@v_v1.1.9.mod) = df42a1d34a4df624a6fbab600483cf5afb215874880e2e9e23f5fb03d719eb16 SHA512 (github.com_creack_pty_@v_v1.1.9.mod) = 9cf1687520933d3d6bbec9d7c51472998d3bdbe1b3d2a7478fca80f9e7944f9040a2b8ec7d49f1458bd46a5121bae4810d314725add41efd413319a5006b944a Size (github.com_creack_pty_@v_v1.1.9.mod) = 39 bytes -BLAKE2s (github.com_creack_pty_@v_v1.1.9.zip) = 222ecf76733c9d8dc44c3a2942399a5af29a5719d681c646950bc547e79fce13 -SHA512 (github.com_creack_pty_@v_v1.1.9.zip) = fb756e3ca66d8968c9059e59c8488108623b536e6619454049904372f265e7dba23be6bc35f9f4c7fcd38f95c4ef20efec42fbe7b9c7148b392f94f6774921ab -Size (github.com_creack_pty_@v_v1.1.9.zip) = 19440 bytes BLAKE2s (github.com_cupcake_rdb_@v_v0.0.0-20161107195141-43ba34106c76.mod) = b786ea57b3e84cb094243026363aa0340abc4f262bf0b796f350619434511803 SHA512 (github.com_cupcake_rdb_@v_v0.0.0-20161107195141-43ba34106c76.mod) = 76196857f51e0215ef9e7fcb192e5ecf1dc3af6a019745f27a295bc5a6e3cdf05a94e585c4ed0e3f0778f263a9a56367491ebcd462beb00bf8233f9f3ef0a768 Size (github.com_cupcake_rdb_@v_v0.0.0-20161107195141-43ba34106c76.mod) = 30 bytes BLAKE2s (github.com_cupcake_rdb_@v_v0.0.0-20161107195141-43ba34106c76.zip) = 5c3374492a127444f7fb33e4f8017166f8c8c8ade7113875b9c204950c1c14cb SHA512 (github.com_cupcake_rdb_@v_v0.0.0-20161107195141-43ba34106c76.zip) = d097e0445ae14a568805407c1d31f1c5b4f2f520a8e0dcf29a7282fc8c4a8cab627bb53c49a8405a764b5a4e361e06ce4a72a0b77c3f3668e4425870e91df6a2 Size (github.com_cupcake_rdb_@v_v0.0.0-20161107195141-43ba34106c76.zip) = 188129 bytes -BLAKE2s (github.com_danwakefield_fnmatch_@v_v0.0.0-20160403171240-cbb64ac3d964.mod) = 32891b596028d4f47d97d9c0df7327e45094356ce60f776c32667451647a3aa8 -SHA512 (github.com_danwakefield_fnmatch_@v_v0.0.0-20160403171240-cbb64ac3d964.mod) = ce1047915fc0d4f3dc7148b20b90edbd878c7f0016823997aa5dc030d000f59658ddffcd911fc98a387387ac2175ddad9ceb9c8af18e0595549ea2c3859df6a9 -Size (github.com_danwakefield_fnmatch_@v_v0.0.0-20160403171240-cbb64ac3d964.mod) = 39 bytes -BLAKE2s (github.com_danwakefield_fnmatch_@v_v0.0.0-20160403171240-cbb64ac3d964.zip) = ae4a06df6302571f07287b5abac8dce2dda639d7860ad5352a99cc77f8a11b5a -SHA512 (github.com_danwakefield_fnmatch_@v_v0.0.0-20160403171240-cbb64ac3d964.zip) = 04bbd7a8cef79a432684a2c84f4180401893fda4f43f18e7e78d9dff6380b645aa86a41c54526f8f18b8599889c4a167da364e197f6d090fa3450f71d6aa5177 -Size (github.com_danwakefield_fnmatch_@v_v0.0.0-20160403171240-cbb64ac3d964.zip) = 6032 bytes +BLAKE2s (github.com_daaku_go.zipexe_@v_v1.0.0.mod) = 51cc276ffc6d7ed5a8dddf6b6e3e3c87e5200f78b9aad0cd8d9c65025849ed4e +SHA512 (github.com_daaku_go.zipexe_@v_v1.0.0.mod) = 55103bdbd54979e045985ac6176821e9eb480611acc20f430311cc02944dc8a303468536651a54cbe653117890a3e4c6ad48b02e638abe96cc8df7b4df7fcdd9 +Size (github.com_daaku_go.zipexe_@v_v1.0.0.mod) = 43 bytes +BLAKE2s (github.com_daaku_go.zipexe_@v_v1.0.1.mod) = d19dd5653a066a1962c2e52c41a08f81e72186aebd9dd6fe8db0bac4dad79867 +SHA512 (github.com_daaku_go.zipexe_@v_v1.0.1.mod) = d8726dca9deb8703179ab82fd45b2266a41a2c7841c1f4cc485c49dd6c38126c58ef71175a2a1b86a3d74e387a88fe11b995d81d7e30542e16ffcd0e6fabf364 +Size (github.com_daaku_go.zipexe_@v_v1.0.1.mod) = 43 bytes +BLAKE2s (github.com_daaku_go.zipexe_@v_v1.0.1.zip) = 04079402371a125c056796be6e8a0e26103e4b9178d441aef28cbef840f96c30 +SHA512 (github.com_daaku_go.zipexe_@v_v1.0.1.zip) = 0d2d90ed44a8d444ff7ee88c5bf336c914470eed0e987b7c566f3314c4c0df392172da14d13f53292f895ffcd52388baaf5be45d502b81066edbf48491f8a794 +Size (github.com_daaku_go.zipexe_@v_v1.0.1.zip) = 2549 bytes +BLAKE2s (github.com_davecgh_go-spew_@v_v0.0.0-20161028175848-04cdfd42973b.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c +SHA512 (github.com_davecgh_go-spew_@v_v0.0.0-20161028175848-04cdfd42973b.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e +Size (github.com_davecgh_go-spew_@v_v0.0.0-20161028175848-04cdfd42973b.mod) = 34 bytes BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.0.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c SHA512 (github.com_davecgh_go-spew_@v_v1.1.0.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e Size (github.com_davecgh_go-spew_@v_v1.1.0.mod) = 34 bytes @@ -951,9 +1365,18 @@ Size (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 60320 bytes BLAKE2s (github.com_denisenkom_go-mssqldb_@v_v0.10.0.mod) = 5ea826f8e8d06c9237af25ca47ab0189c33b6c0442d74821f4c0958946079836 SHA512 (github.com_denisenkom_go-mssqldb_@v_v0.10.0.mod) = 14925087284b332c5458fa81d0e92f2a33b4a59e98b93dc6c99e0943f03c13165e8dbe1a27fe5a4d78b62b3b3bdc84d634bc31f346a70301cdf7da7463c85f92 Size (github.com_denisenkom_go-mssqldb_@v_v0.10.0.mod) = 182 bytes -BLAKE2s (github.com_denisenkom_go-mssqldb_@v_v0.10.0.zip) = 92a42a6a05191f646630544bc2abb2dd9f8eafd967a092488f7dca69e0245160 -SHA512 (github.com_denisenkom_go-mssqldb_@v_v0.10.0.zip) = c6d219c71f92f75d63a799e7914361beb6be812c1436315fa79a40814b9b8120476c65bc2958ce7619b210a55ee9a53a7964eeeab908bc1766630724370aa0e3 -Size (github.com_denisenkom_go-mssqldb_@v_v0.10.0.zip) = 580411 bytes +BLAKE2s (github.com_denisenkom_go-mssqldb_@v_v0.12.0.mod) = a86db39ef9d2e6fbddec168de03953156003d3c78977f254b253faad81b084da +SHA512 (github.com_denisenkom_go-mssqldb_@v_v0.12.0.mod) = 7010aa9c9d96eca9a44da878a6f66a9de463a34bc1f6fdac845af7a0ba3bd3472ab033da2baf01ca011eaa66841caf4d0ba9eb36dbdd379555fc09e244288339 +Size (github.com_denisenkom_go-mssqldb_@v_v0.12.0.mod) = 359 bytes +BLAKE2s (github.com_denisenkom_go-mssqldb_@v_v0.12.0.zip) = db82930bb8bd609714b89d3f1eced0b506ebd3d9ed51f35442b4acbb4f7dd7de +SHA512 (github.com_denisenkom_go-mssqldb_@v_v0.12.0.zip) = fd2b76b03622df68a1b8d6ba208ed6260fff204c626ab17f108df7a9b2f42405b2aee48c0a079a01e23b312197d84ad22ebe0c73c9ecf2655cec7af54e8ad281 +Size (github.com_denisenkom_go-mssqldb_@v_v0.12.0.zip) = 611228 bytes +BLAKE2s (github.com_devigned_tab_@v_v0.1.1.mod) = 0168bb12d4e83143de270c460429e189bc8ca7fd072bca4eaaff97ab00784f34 +SHA512 (github.com_devigned_tab_@v_v0.1.1.mod) = de55ba427379e57d671a31a72b9295e8e7fbe3bc0b80d05e63ccd31c1fd7030e74fd39fb0347d87f10f19bed208df6317714b0d1028057fa40e633820d49a03a +Size (github.com_devigned_tab_@v_v0.1.1.mod) = 40 bytes +BLAKE2s (github.com_devigned_tab_@v_v0.1.1.zip) = e1c4c1dfa5f647a8f1da5e91df6ea78d339d039c0098508a32968b461f7a9b0c +SHA512 (github.com_devigned_tab_@v_v0.1.1.zip) = d4842f3039d8a747907de9ee6b44c44ccbf593499aaf38776442da41068b923762f34eda9188efab7b6a01451c9b1f8da3f195164fdfe069958e486bf9046376 +Size (github.com_devigned_tab_@v_v0.1.1.zip) = 5629 bytes BLAKE2s (github.com_dgrijalva_jwt-go_@v_v3.2.0+incompatible.mod) = 543158a190613db269c855759efeb6bf7b3b674b8f2ecf737fff106d8aa49b59 SHA512 (github.com_dgrijalva_jwt-go_@v_v3.2.0+incompatible.mod) = 4d46c1b3280c5b4984d22e57b0541cc6762853c0f6cea19a7a5f392c23039e29ca616a4bd8f283c2a35c3c045ec54716f5000cb4f0f43f07f0464c12ed1369ec Size (github.com_dgrijalva_jwt-go_@v_v3.2.0+incompatible.mod) = 35 bytes @@ -972,6 +1395,12 @@ Size (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.mod) = 3 BLAKE2s (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.zip) = d3357cc326b15e8a64107a4cc1f3e6c284bfab3a30529199c26b9fae4094469c SHA512 (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.zip) = 00b81917f2e0f16f9d274afe68ce49a32495d20784e6f3e9e38bb3683e52c3c230746b5c86af179d56e60e4c79013b13d2d81abe7282dbef77a7a81c0c826ad7 Size (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.zip) = 5339 bytes +BLAKE2s (github.com_dimchansky_utfbom_@v_v1.1.0.mod) = d63bc9522deee7ac853543222b0cf4da2e07b7546e076d70b772b077c6f844d3 +SHA512 (github.com_dimchansky_utfbom_@v_v1.1.0.mod) = 6a786a38aae43d8a7532621bac8c4c053624f39573a37bd66fef9048a7eff36ea55778ac8a4bf3d18cc1e6faf352dc2365e6f819053359df9ac98129e16f422f +Size (github.com_dimchansky_utfbom_@v_v1.1.0.mod) = 35 bytes +BLAKE2s (github.com_dimchansky_utfbom_@v_v1.1.0.zip) = 7e9055d66a9bd1201c3cffa36433200ec2cc2dd4c05f041754bce4d9fc6eed46 +SHA512 (github.com_dimchansky_utfbom_@v_v1.1.0.zip) = 83a35ee1aaa0aa34e86db32471f18c2ecee57c8962eacd44ce492a29cd9f630318411535d3474ad10c5ec5a5634caf619eae8a06e911c37c6e8fc8d022aebe3e +Size (github.com_dimchansky_utfbom_@v_v1.1.0.zip) = 9787 bytes BLAKE2s (github.com_djherbis_buffer_@v_v1.1.0.mod) = 6b8c6840ba92a4715807cefbdf0792424b8b0451a66efb50f4d4fc6cd29445bc SHA512 (github.com_djherbis_buffer_@v_v1.1.0.mod) = d80afedbbe08a806272f2e0b2f2a85763123ee99bac537881162d09328b9834b9e5a407b7b9e553555783992d9a8e429a92de1497a50bae53ab281c0b6d49401 Size (github.com_djherbis_buffer_@v_v1.1.0.mod) = 34 bytes @@ -987,18 +1416,18 @@ Size (github.com_djherbis_nio_v3_@v_v3.0.1.mod) = 86 bytes BLAKE2s (github.com_djherbis_nio_v3_@v_v3.0.1.zip) = 586b4d634cdb32dd4b01824a25a20aa62fb786040c9c10cfd79f9acbfbe31eb3 SHA512 (github.com_djherbis_nio_v3_@v_v3.0.1.zip) = 10237e1c1836fc9ab3e11a2ee64f42b4e06d2ec9e4e9784bc702cded88f6c8e5883b2aaff8b6077f93f89a257ae1ffe24badc382c3b7f9a901b7474962d0642e Size (github.com_djherbis_nio_v3_@v_v3.0.1.zip) = 6620 bytes -BLAKE2s (github.com_dlclark_regexp2_@v_v1.1.6.mod) = 9373c90f0a06bbbb103bdbfec01989b537377c03308025c59cc93986de438486 -SHA512 (github.com_dlclark_regexp2_@v_v1.1.6.mod) = 91475e539eb45a642590606c6174f07b3461691aa18cc232362694890b446a7f033834676273e33cac54db288a793fd70d07d5997997716f954d1806ac879091 -Size (github.com_dlclark_regexp2_@v_v1.1.6.mod) = 34 bytes -BLAKE2s (github.com_dlclark_regexp2_@v_v1.2.0.mod) = 9373c90f0a06bbbb103bdbfec01989b537377c03308025c59cc93986de438486 -SHA512 (github.com_dlclark_regexp2_@v_v1.2.0.mod) = 91475e539eb45a642590606c6174f07b3461691aa18cc232362694890b446a7f033834676273e33cac54db288a793fd70d07d5997997716f954d1806ac879091 -Size (github.com_dlclark_regexp2_@v_v1.2.0.mod) = 34 bytes BLAKE2s (github.com_dlclark_regexp2_@v_v1.4.0.mod) = 9373c90f0a06bbbb103bdbfec01989b537377c03308025c59cc93986de438486 SHA512 (github.com_dlclark_regexp2_@v_v1.4.0.mod) = 91475e539eb45a642590606c6174f07b3461691aa18cc232362694890b446a7f033834676273e33cac54db288a793fd70d07d5997997716f954d1806ac879091 Size (github.com_dlclark_regexp2_@v_v1.4.0.mod) = 34 bytes BLAKE2s (github.com_dlclark_regexp2_@v_v1.4.0.zip) = f05286ba2ea7858db369e350e0b6bdfc30f61223d27d124b1bc17be5d14a024f SHA512 (github.com_dlclark_regexp2_@v_v1.4.0.zip) = 0e0de83ae85cbd89d7594697a9e1786338cf2f27083f2fe3f95d5eb127fe488169472a5efc59bd5023ee3a27eff2074aa4ec2909ccffa38aedd83c529fa2c9a2 Size (github.com_dlclark_regexp2_@v_v1.4.0.zip) = 692349 bytes +BLAKE2s (github.com_dnaeon_go-vcr_@v_v1.2.0.mod) = a2477f11a15526aa5a99990bed43bac6c6c0bfb051224fcbcf0633455b30b443 +SHA512 (github.com_dnaeon_go-vcr_@v_v1.2.0.mod) = bae0d0e58059ad4b1d5a8d6faa390389d954707fde03980f6fb6f4ae88262aacaae27098ae65423ffeca68ad38a693a22f70b0d3fa4f461a3ae4a13539e77954 +Size (github.com_dnaeon_go-vcr_@v_v1.2.0.mod) = 142 bytes +BLAKE2s (github.com_dnaeon_go-vcr_@v_v1.2.0.zip) = d5ea149553cc9e0b41c6d31655a460848274e862dd65469e82e14ef0bb493730 +SHA512 (github.com_dnaeon_go-vcr_@v_v1.2.0.zip) = 4e490bf8cd0460d15851ea8c4751bb7482cea47ea297f52cf92e0b0aa91f137d7be72b973cb137af74bf3f01340a9768e7785f51753e91f739c1923947621b09 +Size (github.com_dnaeon_go-vcr_@v_v1.2.0.zip) = 30352 bytes BLAKE2s (github.com_docker_go-units_@v_v0.3.3.mod) = 4c8d8f5c914e3fb49d8d4a9f420c42339f6e7085700a326e63cdc2d987db2ec8 SHA512 (github.com_docker_go-units_@v_v0.3.3.mod) = 53dd482245593fe74b94c319cf4f3079b47313a22aaa69ba023b9e60e8b5dc81177ecfac49e0cbd9b1eb6706f654f387301ceb00313f8cbe530b4dc24eaefe97 Size (github.com_docker_go-units_@v_v0.3.3.mod) = 34 bytes @@ -1008,12 +1437,12 @@ Size (github.com_docker_go-units_@v_v0.4.0.mod) = 34 bytes BLAKE2s (github.com_docker_go-units_@v_v0.4.0.zip) = 3f603734acc9d97306a5d11a47bb5c63c413d3928a263cb4b8e51a664b9944f5 SHA512 (github.com_docker_go-units_@v_v0.4.0.zip) = 294682c312e079f96ac920c3f4e3dde7211e36622a378f54f32483e032f4df6f54a1f7314df7c73e2b7391bc559003ffe2bdb97380e4507aba7620ea4123d872 Size (github.com_docker_go-units_@v_v0.4.0.zip) = 14089 bytes -BLAKE2s (github.com_dsnet_compress_@v_v0.0.1.mod) = b0dddbf08d16652fa9af1383b6a91b2cfd9b09827ba0d2e4780da92fad73027c -SHA512 (github.com_dsnet_compress_@v_v0.0.1.mod) = 132067629eb47d7ba22dcedd81467693f7abda7b050244bac8b8ddc9f8dec5d1ff4fd64a6ed0ed1537f400c516594df0f3a2aa392258dfc817176e4030f81cac -Size (github.com_dsnet_compress_@v_v0.0.1.mod) = 230 bytes -BLAKE2s (github.com_dsnet_compress_@v_v0.0.1.zip) = 46223089a8dd0a9d5339dfd93650d7d6c386a6d82164e9a448a5f3a26214958b -SHA512 (github.com_dsnet_compress_@v_v0.0.1.zip) = 5c16e51cd71051795ca20e338b3eb4fe17e423fa26c4e188d966761ee7d23cf5b21d37a6cca7faf8f31c3110289d2da4e18e6777b8b26cc69563b244d94fc17d -Size (github.com_dsnet_compress_@v_v0.0.1.zip) = 10103918 bytes +BLAKE2s (github.com_dsnet_compress_@v_v0.0.2-0.20210315054119-f66993602bf5.mod) = 5a396ab491258d7daa5935fa0f1cbf0f59c0df021b24dec25d662337aed18434 +SHA512 (github.com_dsnet_compress_@v_v0.0.2-0.20210315054119-f66993602bf5.mod) = 9f1cd22cb51c54ecf324012221f3204c931559856137f374f2e5658e3426c69c6a3a38e30dc06e50b415ab6d6e1eeeb0597493838119ef8e6d6cdf855efacb41 +Size (github.com_dsnet_compress_@v_v0.0.2-0.20210315054119-f66993602bf5.mod) = 275 bytes +BLAKE2s (github.com_dsnet_compress_@v_v0.0.2-0.20210315054119-f66993602bf5.zip) = 90cac986dbed1168448e1092ae29171e4776bc7c165e0918811629ca8816c631 +SHA512 (github.com_dsnet_compress_@v_v0.0.2-0.20210315054119-f66993602bf5.zip) = e7055dac506651eec9c31267414625a797d8235f31370ac7a568af6ab34be84452721ece606d6cc1fc4db6ed278ae644e627c9963b55f3645acea2e9133ae4d7 +Size (github.com_dsnet_compress_@v_v0.0.2-0.20210315054119-f66993602bf5.zip) = 10116546 bytes BLAKE2s (github.com_dsnet_golib_@v_v0.0.0-20171103203638-1ea166775780.mod) = 9d9a9091b28c939ca50dbaa2cc1cc1808c1848ec4bbce32cd0de804bff787c07 SHA512 (github.com_dsnet_golib_@v_v0.0.0-20171103203638-1ea166775780.mod) = 36ff5f52bec7fbf395cce04f20bc61cbe4e5f77ed550a5a869967d1e145e2dcd8e7bca23c3cf81882d8f7053e566dd95e78e97cdcf06c1556b78a5b9b51662d1 Size (github.com_dsnet_golib_@v_v0.0.0-20171103203638-1ea166775780.mod) = 30 bytes @@ -1071,6 +1500,12 @@ Size (github.com_emirpasic_gods_@v_v1.12.0.mod) = 33 bytes BLAKE2s (github.com_emirpasic_gods_@v_v1.12.0.zip) = 03767f1f931d106f429a7cca27c06fd058ba5078b9f9757b8e66ca0af53ca2d0 SHA512 (github.com_emirpasic_gods_@v_v1.12.0.zip) = 1cc850fc9776273855dc7816d96062e676ef0e53458ba9f156e69d58020f1ae64be7f6a8c1adcc4160aca5b3c86d6d8ece9291ac04b2280ecde12306b32e55ec Size (github.com_emirpasic_gods_@v_v1.12.0.zip) = 148704 bytes +BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.10.1.mod) = 7a6c2ee846cc846eb181c7a3ab98a54f44d23a710c6047f4d6e71aa6b5f3b549 +SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.10.1.mod) = e2e8fde30d3b74689f72b7848b6e4cf01642e67350403e2623460a705e74e2842ab7c80a4141228b4c34587993407e3817fc008ce74a89dab1058c1fc8c91426 +Size (github.com_envoyproxy_go-control-plane_@v_v0.10.1.mod) = 711 bytes +BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.10.1.zip) = a3ebee1154d8545ec1bf1c515a36069abdb67a29cf453201c4afa98bd9046e99 +SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.10.1.zip) = ef4f270f42030c60e3fa7d8216091febedcb34b847091306850a2aac4e30498311012e770fd418b4734f326dc2398fc76e57a1e53cb30f213ad5b9be2e191350 +Size (github.com_envoyproxy_go-control-plane_@v_v0.10.1.zip) = 3347563 bytes BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.6.9.mod) = 6c3cf28a2a0913b5983abc08da2f7712d4e3aaa71dd270c9dfb6c489f05ffdfa SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.6.9.mod) = 5ec3e01429b0c86caa7ee04de7fd70505cacce1ed540081ce4c40143c8776cbb75443dbaa47642da02e263c02c7e3557d6425c3cb60f03a5bc296a1cc3b6541d Size (github.com_envoyproxy_go-control-plane_@v_v0.6.9.mod) = 46 bytes @@ -1080,6 +1515,9 @@ Size (github.com_envoyproxy_go-control-plane_@v_v0.9.0.mod) = 378 bytes BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.1-0.20191026205805-5f8ba28d4473.mod) = ed5390a35ce363e1d51010efde3bf5fcfc7d3f18c23332f6e0c907b9fbd19367 SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.1-0.20191026205805-5f8ba28d4473.mod) = f0135b61ef0638fe384c875786abbf8ed9a93836f6ed29d19a2e9a626cf6d6c6a252146352eb32298b826e93bb61b8c733f8a6aa683e5856ebec37cccc64ce58 Size (github.com_envoyproxy_go-control-plane_@v_v0.9.1-0.20191026205805-5f8ba28d4473.mod) = 378 bytes +BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.10-0.20210907150352-cf90f659a021.mod) = 1560e933b174af7cf16bd6a90e11085413f033f064dde5f1d32a007d12a72350 +SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.10-0.20210907150352-cf90f659a021.mod) = 2eb8b102c6e4fff6e4edd74102c8002f3f2a6f7f782f3a6703855aa7ecdcf800e79c1e3254249e612149de470b1958b50616e5169372361aff1e460904aacc3d +Size (github.com_envoyproxy_go-control-plane_@v_v0.9.10-0.20210907150352-cf90f659a021.mod) = 581 bytes BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.4.mod) = 6671acf69c3e32e7553397d8914d0da52a90d9495033ae1ea8999082345764de SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.4.mod) = 323c4b1c27bdc5bfb1795f1353d21ad6b7a2056bb0b364adab5960aabb7bea20ab3287ba60685df130abddbd66c3d82dc98a291aff1849dbce8c182c63c7b0bf Size (github.com_envoyproxy_go-control-plane_@v_v0.9.4.mod) = 471 bytes @@ -1089,39 +1527,78 @@ Size (github.com_envoyproxy_go-control-plane_@v_v0.9.7.mod) = 543 bytes BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20201210154907-fd9021fe5dad.mod) = 08bd35a1853e34190623ca7bb3fc7500fb54ed58a543cee6d2b4f8c85ed46173 SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20201210154907-fd9021fe5dad.mod) = b52cfc5fde9300a89cb4e59585c549582fbe75c33ca19fe06d1d8797216fdccee4f35a30fb794f37a16ac0a5d54dee0ce53fd938073b42b73cd96203b3819c61 Size (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20201210154907-fd9021fe5dad.mod) = 543 bytes -BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20201210154907-fd9021fe5dad.zip) = 51dbe511d959b2a4c59dfc6390ba8fb2750bfc905aac35580601f47bd62db695 -SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20201210154907-fd9021fe5dad.zip) = e5454f990fce81b2d7ee31cce8f5d21c921de75ea100754bb391e02d383035956f553ba5c077bbd295196487fdfb63a4c4d3513472a7a577c195c988fdd605ff -Size (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20201210154907-fd9021fe5dad.zip) = 3803383 bytes +BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20210217033140-668b12f5399d.mod) = 08bd35a1853e34190623ca7bb3fc7500fb54ed58a543cee6d2b4f8c85ed46173 +SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20210217033140-668b12f5399d.mod) = b52cfc5fde9300a89cb4e59585c549582fbe75c33ca19fe06d1d8797216fdccee4f35a30fb794f37a16ac0a5d54dee0ce53fd938073b42b73cd96203b3819c61 +Size (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20210217033140-668b12f5399d.mod) = 543 bytes +BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20210512163311-63b5d3c536b0.mod) = 977dacaed9f7fcb861d70d01336e9bd310eb1ab9af95ede8efd77597cc6225d4 +SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20210512163311-63b5d3c536b0.mod) = 2e31005feb4c2a96fa527af45aa2093da2ef746edbd9fd37a7f788820c023d2de132fe3f56e76422d1be856216870f2c07f5c01046d968f2e61281d53e1942b4 +Size (github.com_envoyproxy_go-control-plane_@v_v0.9.9-0.20210512163311-63b5d3c536b0.mod) = 581 bytes BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = cb80ede84f154f33b294f83439cee1f3d9d9dcd016f82cea5fe91ed010151ac2 SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = 755a3d173d43e70ca40fde2d5ce16c405365da90ff595003ef64598c9b9734b7200fe07a16fd555e4209f83e5e17561d18227c46a5f25a41976ff7ac024cb9aa Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = 49 bytes -BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.zip) = 1db9ed6f0d7894fb1594827e2573ebb12a361c00c391682d69d934b1ec161e3d -SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.zip) = 6091a63fbfe97f1b9bc5a9524e1065666ce653ae85b9dc7999f322f08dd48fe1959be515d2daed0dcacc3a83b80505dad5cf5a9d190cf8136a7a663a460806a0 -Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.zip) = 194391 bytes +BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.3.0-java.mod) = cb80ede84f154f33b294f83439cee1f3d9d9dcd016f82cea5fe91ed010151ac2 +SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.3.0-java.mod) = 755a3d173d43e70ca40fde2d5ce16c405365da90ff595003ef64598c9b9734b7200fe07a16fd555e4209f83e5e17561d18227c46a5f25a41976ff7ac024cb9aa +Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.3.0-java.mod) = 49 bytes +BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.1.mod) = b3be6871757eee86f4a7cca00377854c066fc40e700eb74bb8f3a0a678211802 +SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.1.mod) = be4e27f98fa05cef11f44d5d99cca70e34e4371b6571b36654e4df032f61b3f41b11de8d52de2414259e8ae9dee7b0192a903a749fd72be1238dbbaf4b98e590 +Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.1.mod) = 465 bytes +BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.mod) = e9b3369f40d5f908974bad98f5f53e0b9aed7687786b5dab766b18c672c7296a +SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.mod) = 57184da50da6820818c4f9ee7f2833fc42ba425775edbdd573093a2ff2257f74b94562dbcf3e08c8a89888a8f98a5332c8fd1e27e1dba06958917a9b53e0125c +Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.mod) = 502 bytes +BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.zip) = 93fff66bffa43a2fae5dccc12ddc09ee7141d5591cb73fc5bb77be8ae364181f +SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.zip) = 5cceaa3bdaa8c14335549136f6f9b542c0b3930cf4c97e653e9c59332bea385b4c1b9064222b2ea5a301dc73713973b7d58ae23078baf83d2bf7085c648ee3c0 +Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.zip) = 191935 bytes +BLAKE2s (github.com_etcd-io_gofail_@v_v0.0.0-20190801230047-ad7f989257ca.mod) = 1339671340d72615e507b65f896a567d0c740ef28b9c248ee8614b81045afc35 +SHA512 (github.com_etcd-io_gofail_@v_v0.0.0-20190801230047-ad7f989257ca.mod) = 8c2d922b5fd4c24a92fec8f5478ce95aad498f9039e890c803794684a74175f41b40b5fb60b0275e4feb1df6d932f891da950015202059f1df89fff8b8519478 +Size (github.com_etcd-io_gofail_@v_v0.0.0-20190801230047-ad7f989257ca.mod) = 33 bytes +BLAKE2s (github.com_etcd-io_gofail_@v_v0.0.0-20190801230047-ad7f989257ca.zip) = 87a285fb0b6df81e731c253c47d9f32939a0bb8363fa1fece855083fbba6c950 +SHA512 (github.com_etcd-io_gofail_@v_v0.0.0-20190801230047-ad7f989257ca.zip) = db650d8989f8bfdee2c339e9bb4393889b162ecac4e1afe0974e7d7bea6acc151d21c90683e401d05dee2eee9feddd7f170e5bd10854df0ac58e41ec9f09be42 +Size (github.com_etcd-io_gofail_@v_v0.0.0-20190801230047-ad7f989257ca.zip) = 26809 bytes BLAKE2s (github.com_ethantkoenig_rupture_@v_v1.0.0.mod) = 316066e2ab54d503db5ad1b3829c2027448a2d6186d0a15cf7c7cd88b21a684d SHA512 (github.com_ethantkoenig_rupture_@v_v1.0.0.mod) = 01d023d67c107dc3b6de6260fd955573ef8a64b4b655eac881eb7ed5ee430c006e95143f343d8aa77beca27c37b2139fd1a2bf5b8f0e49d00bb3876f3fb02e45 Size (github.com_ethantkoenig_rupture_@v_v1.0.0.mod) = 184 bytes BLAKE2s (github.com_ethantkoenig_rupture_@v_v1.0.0.zip) = 3a5ef3f65595f4eae4d407fa7f311b7ead591e60d4e39fed3c832c2b1d402223 SHA512 (github.com_ethantkoenig_rupture_@v_v1.0.0.zip) = 58bbc1849e7bd3e1c3bda8cce57439929ebbabbc9710b0aa761ce99f365046dbea0ed5e25ec248e21edda30158f507ca3831633fb09f70e2a7578b3aaeb918b6 Size (github.com_ethantkoenig_rupture_@v_v1.0.0.zip) = 13286 bytes +BLAKE2s (github.com_fatih_color_@v_v1.13.0.mod) = 208f13b746920e59986201882e8eca856e606ba037caf71225ed5c5ab708d446 +SHA512 (github.com_fatih_color_@v_v1.13.0.mod) = 657d9220217da47372f647fee297258a13495d7c10bd75d0645a21e81c41443b7a71f8162178181396129983cb695241056f052412fc2d5c4fefb214a2a82587 +Size (github.com_fatih_color_@v_v1.13.0.mod) = 126 bytes +BLAKE2s (github.com_fatih_color_@v_v1.13.0.zip) = 92e88587de3ca35762ef558e7532e7c7cc99d2acba9a9720250fc00ee32493b5 +SHA512 (github.com_fatih_color_@v_v1.13.0.zip) = 64a2b414704a06e4b181984ea287a10db68e1a3af0df276da3fb8241ce7a2f5ec501dd1b8a0cb8ae093419378a6ef3b84b4ef197be66ba620ed296e9e99e68e6 +Size (github.com_fatih_color_@v_v1.13.0.zip) = 12921 bytes BLAKE2s (github.com_fatih_color_@v_v1.7.0.mod) = 154726dc4d1ae892d28b47df9f01eb216e481c600878a337581435d2129c6004 SHA512 (github.com_fatih_color_@v_v1.7.0.mod) = 2dfc66b2f6accb7ecaccc48cb3daa338173f4751d954cb2912025d881f17a7a2df0457b2d7420f2d93b50519a2437a763450c4d639a26b3289fce7bdec5bb144 Size (github.com_fatih_color_@v_v1.7.0.mod) = 30 bytes -BLAKE2s (github.com_fatih_color_@v_v1.7.0.zip) = 583e061a55f16d9802b707551ee3f99cd1ecfe8c4114bfa691cadf358e4df3f8 -SHA512 (github.com_fatih_color_@v_v1.7.0.zip) = 70f78081c04bdbb52e8f5d24b8926b39a28c4f069beaee0d7bf24be946f2b0ee3bc08d8ecc1305412623670e1767433a37d458df3fc849d244c63b6222f1f599 -Size (github.com_fatih_color_@v_v1.7.0.zip) = 11987 bytes +BLAKE2s (github.com_fatih_color_@v_v1.9.0.mod) = 76d044c77e797c2cdd8ba7a78ce7ef07ff66e606337ca8dc3407b055d75e93df +SHA512 (github.com_fatih_color_@v_v1.9.0.mod) = a61784b08b335d2a893688c279cf6f4b1ca222c3bc8236fd24536aad2b185fa718805c9022e1ce142bd87e39fed639fdc9035c9ea9ff110e985cd01cd612e9a0 +Size (github.com_fatih_color_@v_v1.9.0.mod) = 126 bytes BLAKE2s (github.com_felixge_httpsnoop_@v_v1.0.1.mod) = 8a39c64b6c9e5a984ea9df97706a45b2b43c19a4e243129661ab98de229e4e71 SHA512 (github.com_felixge_httpsnoop_@v_v1.0.1.mod) = 7bdc5f80046ba76d6bea23b428460edb7ae3e0837574927b22f903ad2846eca18c202cb77cfe4273b8814bacbd6ce3f28581ae3e0c7c09342622e5a582f1b691 Size (github.com_felixge_httpsnoop_@v_v1.0.1.mod) = 45 bytes -BLAKE2s (github.com_felixge_httpsnoop_@v_v1.0.1.zip) = 5ec87c3207bb6fa175de10a3a117fe0e45dbc39116c3528c816cb345c62af5fd -SHA512 (github.com_felixge_httpsnoop_@v_v1.0.1.zip) = 9af9b14608ef03a8e9babcc8727ac30c035bf2293e1ed7e156e40f80d8ee09b8b3ff0522238879ba9dc7a4db8aa7610ef9aaf925a8e723144c3c810e20b549ba -Size (github.com_felixge_httpsnoop_@v_v1.0.1.zip) = 16015 bytes +BLAKE2s (github.com_felixge_httpsnoop_@v_v1.0.2.mod) = 8a39c64b6c9e5a984ea9df97706a45b2b43c19a4e243129661ab98de229e4e71 +SHA512 (github.com_felixge_httpsnoop_@v_v1.0.2.mod) = 7bdc5f80046ba76d6bea23b428460edb7ae3e0837574927b22f903ad2846eca18c202cb77cfe4273b8814bacbd6ce3f28581ae3e0c7c09342622e5a582f1b691 +Size (github.com_felixge_httpsnoop_@v_v1.0.2.mod) = 45 bytes +BLAKE2s (github.com_felixge_httpsnoop_@v_v1.0.2.zip) = 7965b4fb270eb3f1501b9a000cda7f723364085481b38b923df3482958b279ff +SHA512 (github.com_felixge_httpsnoop_@v_v1.0.2.zip) = cabf6e746e27c3100c8fac35b191be086618756fc4e32496e9d86cae023079def47bf81541b61ace05650dbdc2788d64c86f9b68ad48ac30c777fbf2b9f177cb +Size (github.com_felixge_httpsnoop_@v_v1.0.2.zip) = 17155 bytes BLAKE2s (github.com_flynn_go-shlex_@v_v0.0.0-20150515145356-3f9db97f8568.mod) = ffdaf306f5d98af377d91b354c501c432b5172ac32154147f407085789f8fefb SHA512 (github.com_flynn_go-shlex_@v_v0.0.0-20150515145356-3f9db97f8568.mod) = 2bb0f125a91c8f92dc1cb5ec16441b27027585606a3862c216434b76324f3069941055c4bdc98372547543b095a4014155446de1be98264842504450121c941c Size (github.com_flynn_go-shlex_@v_v0.0.0-20150515145356-3f9db97f8568.mod) = 33 bytes BLAKE2s (github.com_flynn_go-shlex_@v_v0.0.0-20150515145356-3f9db97f8568.zip) = 508f8716a4a0082a10d461791be9ab90e86bb3f5aa8c260f1349d467ac9b5586 SHA512 (github.com_flynn_go-shlex_@v_v0.0.0-20150515145356-3f9db97f8568.zip) = d7b49daaa77088d1fcc932e1a3cbb2e85302e6b3e486657468396e407fadb69b28763cf5811c0c1c60a8f02033de2488035b020a0d2aecabc75364526b429e46 Size (github.com_flynn_go-shlex_@v_v0.0.0-20150515145356-3f9db97f8568.zip) = 9718 bytes +BLAKE2s (github.com_form3tech-oss_jwt-go_@v_v3.2.2+incompatible.mod) = e69c9b3acc83a0014c7d5aefec26d56ceec9a063fc0b049b4e63a72acfcd8af8 +SHA512 (github.com_form3tech-oss_jwt-go_@v_v3.2.2+incompatible.mod) = 6c5546d979277d5488fb31eeb9fc33999dea631baec6902f937e19f4d65a23a2bb8620481c3ec69606eabd019be0096553097040bc778522b05f85ebc56bb787 +Size (github.com_form3tech-oss_jwt-go_@v_v3.2.2+incompatible.mod) = 39 bytes +BLAKE2s (github.com_form3tech-oss_jwt-go_@v_v3.2.3+incompatible.mod) = e69c9b3acc83a0014c7d5aefec26d56ceec9a063fc0b049b4e63a72acfcd8af8 +SHA512 (github.com_form3tech-oss_jwt-go_@v_v3.2.3+incompatible.mod) = 6c5546d979277d5488fb31eeb9fc33999dea631baec6902f937e19f4d65a23a2bb8620481c3ec69606eabd019be0096553097040bc778522b05f85ebc56bb787 +Size (github.com_form3tech-oss_jwt-go_@v_v3.2.3+incompatible.mod) = 39 bytes +BLAKE2s (github.com_form3tech-oss_jwt-go_@v_v3.2.3+incompatible.zip) = 972cab30b2c824f5b066d3d1418fbf783e29b43ceeea8e45d04035a1f7fa34a1 +SHA512 (github.com_form3tech-oss_jwt-go_@v_v3.2.3+incompatible.zip) = 621eb4f8ca54e2bcf28aacabfdd3a5bcc842011348d03810dd7c59890e64f0429dd686c14f8a8e4d662bee266d187ed2d77afa9e864172fe3e2b129319d5dbfc +Size (github.com_form3tech-oss_jwt-go_@v_v3.2.3+incompatible.zip) = 59518 bytes +BLAKE2s (github.com_fortytw2_leaktest_@v_v1.2.0.mod) = 72418416bbfbd0539640b4f9dfe4c89a20b66f3f6e7d73de34babf90822d63e4 +SHA512 (github.com_fortytw2_leaktest_@v_v1.2.0.mod) = 88ca10cb6af255e2e0ff960df075cbaf39e8baeb3b65e35b9a8f48843520a4cefe410765d0890781dc0429aebaa183aeda2290fc0643b852b9ef269c009ecbd1 +Size (github.com_fortytw2_leaktest_@v_v1.2.0.mod) = 36 bytes BLAKE2s (github.com_fortytw2_leaktest_@v_v1.3.0.mod) = 72418416bbfbd0539640b4f9dfe4c89a20b66f3f6e7d73de34babf90822d63e4 SHA512 (github.com_fortytw2_leaktest_@v_v1.3.0.mod) = 88ca10cb6af255e2e0ff960df075cbaf39e8baeb3b65e35b9a8f48843520a4cefe410765d0890781dc0429aebaa183aeda2290fc0643b852b9ef269c009ecbd1 Size (github.com_fortytw2_leaktest_@v_v1.3.0.mod) = 36 bytes @@ -1146,15 +1623,36 @@ Size (github.com_fsnotify_fsnotify_@v_v1.4.7.mod) = 36 bytes BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.4.9.mod) = 3bbe601aa7b8fe3e839e252c33f026d3b938a9ba9b9b8960f4c36254f921e5c7 SHA512 (github.com_fsnotify_fsnotify_@v_v1.4.9.mod) = ea3a26ed1f6df26a7e2aa64ea9d5d4a4c3005163cd8adc05028cf25d56d01d115bcda38b7af992242013c2610f26a184ce43dd1826309c95fa008fa9c8c387d9 Size (github.com_fsnotify_fsnotify_@v_v1.4.9.mod) = 106 bytes -BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.4.9.zip) = d2cc3515024d4c35edc7da1d67ff474a406d7a5ba595a0a5c8a83d8212f8b522 -SHA512 (github.com_fsnotify_fsnotify_@v_v1.4.9.zip) = 8df5f490e26760bcfbfee216b5479321d060d4e48911c98e4d3375a6f84bd161b5d80769fb0326b3122534ff726e8a987bdce365464cdd042ab4cb5366d674aa -Size (github.com_fsnotify_fsnotify_@v_v1.4.9.zip) = 42349 bytes +BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.5.1.mod) = 97113de65d161b3cc1108aec8399903d2097904bfc8f83fa4693d9c18cee6179 +SHA512 (github.com_fsnotify_fsnotify_@v_v1.5.1.mod) = d4cb8393c16d38aad722df74b8c2292a85bb3aac4bc061676b896b537a21a93889a447cecdbc0f989c04e3cc91a2fe5fb35207e77f7ffbb129669b8377e6c5af +Size (github.com_fsnotify_fsnotify_@v_v1.5.1.mod) = 122 bytes +BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.5.1.zip) = 43038f5458e84431f8040b3437eabb42d36ae109cd1fb5a8285199dae6ba23e9 +SHA512 (github.com_fsnotify_fsnotify_@v_v1.5.1.zip) = a7a1f26b534df90ba3e7251c92eaa33168fbb0bd81d97b483995eb0c09f08de488f62bf1ef824a998de1a18789775f7b99486c7ab16483bb02d2f71512373c4c +Size (github.com_fsnotify_fsnotify_@v_v1.5.1.zip) = 43496 bytes +BLAKE2s (github.com_fullstorydev_grpcurl_@v_v1.8.0.mod) = 518b7e51eea8bfea1eafde2364c725a2ebf6f6d51f6956d1b487401a1dd9f7fe +SHA512 (github.com_fullstorydev_grpcurl_@v_v1.8.0.mod) = 57be9ca229a49db82cdf8ba1344b6cfde1dad96d4bf70eaf16ba0e8775332b80b08b80b88f0611f69c87cf283a59c1a7c1d06fa624f5c073362f54cab2900904 +Size (github.com_fullstorydev_grpcurl_@v_v1.8.0.mod) = 529 bytes +BLAKE2s (github.com_fullstorydev_grpcurl_@v_v1.8.1.mod) = c1c1568b7ef8dd444a8f4e6be11c2e2ac9e6433af13df798104a5a22a7e4e9e6 +SHA512 (github.com_fullstorydev_grpcurl_@v_v1.8.1.mod) = 7932a7bf10b02de243a5541c52b2e20f9dea5cd883cea7fb5f9d9997b40d6a39e5acd4af06abc80fc9332124e448cc3ae26972113b952c4b21d8123fab2ab9c3 +Size (github.com_fullstorydev_grpcurl_@v_v1.8.1.mod) = 595 bytes +BLAKE2s (github.com_fullstorydev_grpcurl_@v_v1.8.1.zip) = 634f203347a6fce50f0d4b69cae545ff9f48ac4de71f02c58b41759891c5307f +SHA512 (github.com_fullstorydev_grpcurl_@v_v1.8.1.zip) = 9737b418c6a6e1b8919115eedb3d2eb476922844bf758a35c6dd5b67990f5330b9c9bd3c3da95ae2f1ee2bbc2fc489e2c2dfef6d67d71253c2e2a8a860b957b9 +Size (github.com_fullstorydev_grpcurl_@v_v1.8.1.zip) = 162099 bytes BLAKE2s (github.com_fxamacker_cbor_v2_@v_v2.2.0.mod) = cd2ecf17242d851025907678e75b2c28ea7afc24ff7ffee5e0553db81f916c31 SHA512 (github.com_fxamacker_cbor_v2_@v_v2.2.0.mod) = 1dcaf773d3cdef5b9be6d97c7b815897a237c5caa8f69644203f82747a30b86795e6b1fa5a34b8a75b7d4b0b146e3a99a364dce32e03e6cdea21571efb00c364 Size (github.com_fxamacker_cbor_v2_@v_v2.2.0.mod) = 85 bytes -BLAKE2s (github.com_fxamacker_cbor_v2_@v_v2.2.0.zip) = 2ce87e80d2414e87a2ac48c2fa37eca4317ecdd7da0136445f4e69fe2118446f -SHA512 (github.com_fxamacker_cbor_v2_@v_v2.2.0.zip) = 029e48801df44e785773c517c20149102c6f1e4e4780ac53357a09aa3e53b3f697fc9a45d84ea34e361a7822a9628f30b80934feaa8131e242785dffd652fd0c -Size (github.com_fxamacker_cbor_v2_@v_v2.2.0.zip) = 118010 bytes +BLAKE2s (github.com_fxamacker_cbor_v2_@v_v2.4.0.mod) = cd2ecf17242d851025907678e75b2c28ea7afc24ff7ffee5e0553db81f916c31 +SHA512 (github.com_fxamacker_cbor_v2_@v_v2.4.0.mod) = 1dcaf773d3cdef5b9be6d97c7b815897a237c5caa8f69644203f82747a30b86795e6b1fa5a34b8a75b7d4b0b146e3a99a364dce32e03e6cdea21571efb00c364 +Size (github.com_fxamacker_cbor_v2_@v_v2.4.0.mod) = 85 bytes +BLAKE2s (github.com_fxamacker_cbor_v2_@v_v2.4.0.zip) = cf8678f434abf6bb7e0ebccda65e7a24dbb18dc0977577888c0b3a97eef40305 +SHA512 (github.com_fxamacker_cbor_v2_@v_v2.4.0.zip) = be473bcc46c86c40cfc891d09960be6f1768679926c02603d33ccb7a1dd12e8a5a52c3fc3a6ccdd3bd24fc6d5edf02c5c55c81e7b6b70d76e8aa445172163c91 +Size (github.com_fxamacker_cbor_v2_@v_v2.4.0.zip) = 138985 bytes +BLAKE2s (github.com_getsentry_raven-go_@v_v0.2.0.mod) = d5f0fbb26fafe8534ec7c8cbe48185f68508577f7d29a706c3a0d6f7653cf005 +SHA512 (github.com_getsentry_raven-go_@v_v0.2.0.mod) = b10d9112b673106e50e51a54496b9f82af44ded3ae88811eefafcc0c1908b7fc89a1512d438a04748147326beb28026e01ca3e4dc3e833be7cb3d2b49d98e81f +Size (github.com_getsentry_raven-go_@v_v0.2.0.mod) = 37 bytes +BLAKE2s (github.com_getsentry_raven-go_@v_v0.2.0.zip) = ae7d4130ce2ae459a11e8a3c7fec24b2ac6838f40fef6cd19409fa93ec4ab493 +SHA512 (github.com_getsentry_raven-go_@v_v0.2.0.zip) = 51752c4fc76e160d0a3c5a9efb627f15d16c9b9a005a93e7a5c44f374d18e932ca5219debcd89900225a3cc2bcfd5842c59195f5ad3d8217a5d35d19bd053fdf +Size (github.com_getsentry_raven-go_@v_v0.2.0.zip) = 26210 bytes BLAKE2s (github.com_ghodss_yaml_@v_v1.0.0.mod) = 25e4fad5271899f015de649fa751512eb2f1069917a953930504d7a55ccdf5e1 SHA512 (github.com_ghodss_yaml_@v_v1.0.0.mod) = 7ffc7a5c3e0b39831e590ce3402dbf5c95392e88a08576a16d9e1887b11400efa71a9d183d3f1e080081246f28a70262a679348f009f7da6bd41f253a60b0741 Size (github.com_ghodss_yaml_@v_v1.0.0.mod) = 30 bytes @@ -1206,9 +1704,12 @@ Size (github.com_go-chi_chi_v5_@v_v5.0.1.mod) = 41 bytes BLAKE2s (github.com_go-chi_chi_v5_@v_v5.0.4.mod) = acd32f63afb2db21f4f60e87622d1730141e6278da6d6b99afda594feb0f4b93 SHA512 (github.com_go-chi_chi_v5_@v_v5.0.4.mod) = 8249433e8c3d34829c9e7037aad243dd82fafc81979d881bbc7409340d9156e6713930cec507e6a6fa15768bf51c8b1d8e0d6b8040ec5d78359edbd6f08c9542 Size (github.com_go-chi_chi_v5_@v_v5.0.4.mod) = 41 bytes -BLAKE2s (github.com_go-chi_chi_v5_@v_v5.0.4.zip) = 49259ce1ad4f6aca26bd739a560ccf12ec0abf7500bcda884c9ccf36eb49fa8d -SHA512 (github.com_go-chi_chi_v5_@v_v5.0.4.zip) = cbf6a4873803db945637750329867e9daaa0401e78c5ffddd925046724d7e61dd579db6e7bb287125523e67f4f158ad7a3fbcb687fe571945e1e234815019bdd -Size (github.com_go-chi_chi_v5_@v_v5.0.4.zip) = 131332 bytes +BLAKE2s (github.com_go-chi_chi_v5_@v_v5.0.7.mod) = acd32f63afb2db21f4f60e87622d1730141e6278da6d6b99afda594feb0f4b93 +SHA512 (github.com_go-chi_chi_v5_@v_v5.0.7.mod) = 8249433e8c3d34829c9e7037aad243dd82fafc81979d881bbc7409340d9156e6713930cec507e6a6fa15768bf51c8b1d8e0d6b8040ec5d78359edbd6f08c9542 +Size (github.com_go-chi_chi_v5_@v_v5.0.7.mod) = 41 bytes +BLAKE2s (github.com_go-chi_chi_v5_@v_v5.0.7.zip) = ca3c261e21736925a27ab82e0e899808855462ea7b9be3e78ca7fc6144091020 +SHA512 (github.com_go-chi_chi_v5_@v_v5.0.7.zip) = 5bfbd12cbcbd359882fee74a6982713cf5b718215f65189b9a69ac0fb871e4f2d4ae32008cbac223de86b1a3c85751e9b42471d6c98741a8776d2f92cfc417f7 +Size (github.com_go-chi_chi_v5_@v_v5.0.7.zip) = 106657 bytes BLAKE2s (github.com_go-chi_cors_@v_v1.2.0.mod) = ffdfbf6159012a4aec231b2b365b84beaac5897e4637168ceea7e38bd6a9b34a SHA512 (github.com_go-chi_cors_@v_v1.2.0.mod) = bec7b554a88b8d413dfe3be4caf5466a8570178ef6aab517ddf4c99ffa175e0851b4e719709e85676161ee4cb0468f0c805482b3e73d738d16bcf6a3c1f5d8d7 Size (github.com_go-chi_cors_@v_v1.2.0.mod) = 39 bytes @@ -1269,6 +1770,12 @@ Size (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.mod) BLAKE2s (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.zip) = a07545b745a98835f5ed60c37ec839f0924fb809ecc7a10c8b988f97d208c986 SHA512 (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.zip) = 1a579a0ec442953be35894ef6f5abe14df780dda894f6596f361decaa72d0c88efa09250995d244496453ae45fff667a0772b60e0d774ff8f8b15d0c56fc4d58 Size (github.com_go-gl_glfw_v3.3_glfw_@v_v0.0.0-20200222043503-6f7a984d4dc4.zip) = 646118 bytes +BLAKE2s (github.com_go-ini_ini_@v_v1.25.4.mod) = e818daa92601a87741968a0ce8b45f6e63d170686761334143f2d64ab8dae39e +SHA512 (github.com_go-ini_ini_@v_v1.25.4.mod) = 67077f6e3f3c2571d6df326aa1d6351c3f7950337a23c548ff69e73df265db516eee559ee4afff17868068f2754c7ef272e46bc3dd5ac324ed002b749116794f +Size (github.com_go-ini_ini_@v_v1.25.4.mod) = 29 bytes +BLAKE2s (github.com_go-ini_ini_@v_v1.25.4.zip) = 8540ecf7dea6cf12e5ebd828b9678d002dfbbb35247a9f00fa01684625dc6c30 +SHA512 (github.com_go-ini_ini_@v_v1.25.4.zip) = c1b42db3dc1c419c911e064b493115c46b1a3b5fa76295ed30acc9eacbcba524d1385ad566343ffff7694fb1b449b922daba7c269875fcf7a87f04b334f55da9 +Size (github.com_go-ini_ini_@v_v1.25.4.zip) = 50099 bytes BLAKE2s (github.com_go-kit_kit_@v_v0.10.0.mod) = ec060f31abaedf63e00d7a3b6a2c4fcf89c40f3e517341024e6ae3ee8781acd8 SHA512 (github.com_go-kit_kit_@v_v0.10.0.mod) = fdfed8273d2014838eaed6d4d2b0d92ae905fd796a0fec6c5a0eb27d15ec31c72e1e79973d909a1ac01df1a2e5afac99bf17d5cc7d08f507474c8e8e7ea88ef8 Size (github.com_go-kit_kit_@v_v0.10.0.mod) = 2670 bytes @@ -1332,9 +1839,15 @@ Size (github.com_go-openapi_analysis_@v_v0.19.5.mod) = 334 bytes BLAKE2s (github.com_go-openapi_analysis_@v_v0.20.0.mod) = e463e88867dcdf93ea4d01c05fb4dd164e21bc4a7d8301c42b56ec95b3095d33 SHA512 (github.com_go-openapi_analysis_@v_v0.20.0.mod) = de1500fd1595da53739df720e1404292cd908d10a1a7dfdd164d145c7c7c26519d9d7e6446aa899dbd40b4a8a9165b0de4804638be288c4fce548ed1e7a0a744 Size (github.com_go-openapi_analysis_@v_v0.20.0.mod) = 287 bytes -BLAKE2s (github.com_go-openapi_analysis_@v_v0.20.0.zip) = b6841e009e99c4710ec62e8f7cbbd93b9a8f16e0c9ed316efe0b06b28a6834f3 -SHA512 (github.com_go-openapi_analysis_@v_v0.20.0.zip) = c05d4c8d90cced3efc5b2010c4f2e1e21d2e2b6fc56aa847ca0ba9556833c891fb3d454590ff6b8b4b8adfe015e58388fee90a67cd122c70bfa49a6fa3bd1130 -Size (github.com_go-openapi_analysis_@v_v0.20.0.zip) = 308875 bytes +BLAKE2s (github.com_go-openapi_analysis_@v_v0.20.1.mod) = e463e88867dcdf93ea4d01c05fb4dd164e21bc4a7d8301c42b56ec95b3095d33 +SHA512 (github.com_go-openapi_analysis_@v_v0.20.1.mod) = de1500fd1595da53739df720e1404292cd908d10a1a7dfdd164d145c7c7c26519d9d7e6446aa899dbd40b4a8a9165b0de4804638be288c4fce548ed1e7a0a744 +Size (github.com_go-openapi_analysis_@v_v0.20.1.mod) = 287 bytes +BLAKE2s (github.com_go-openapi_analysis_@v_v0.21.2.mod) = 680b566d79733e0f8dc1dc39ae56f526f3efd9f52bf69ef2a14de87be3e0b342 +SHA512 (github.com_go-openapi_analysis_@v_v0.21.2.mod) = 240ed4d1640a80255f2ee973ddc5c1acc7e16c9487c939627730addda9f96c7ff1942884c2d5f681bb79e187a229dad1f070b48d97180251284f23d4a617935f +Size (github.com_go-openapi_analysis_@v_v0.21.2.mod) = 419 bytes +BLAKE2s (github.com_go-openapi_analysis_@v_v0.21.2.zip) = 1e00f5710c5c8f353cf162e230ba4ada060e345804204c816ad0e85d311c27cb +SHA512 (github.com_go-openapi_analysis_@v_v0.21.2.zip) = a35db9b8730d51305de6834f8af5dc1a5ce5e9287e649a276b9abbb6c937d686c697f379f9c6a9f8eec6fc50f350d8c54adabac9a0ce6aabd2aa4c04ec277216 +Size (github.com_go-openapi_analysis_@v_v0.21.2.zip) = 309337 bytes BLAKE2s (github.com_go-openapi_errors_@v_v0.17.0.mod) = 2e5873c9b235bb8b395582a4d7f8cdd7d4cb91d243cc9a3bb1e7e6394e21d84e SHA512 (github.com_go-openapi_errors_@v_v0.17.0.mod) = d10f8eb62276da2872925ec90022757904a9b5a7afbc6f178f2aa7ffab1882e0c2eb1e26762ec208ab1d1aaaeeb44b800f0f41b061d8b1a9a9fec5a8c098dae4 Size (github.com_go-openapi_errors_@v_v0.17.0.mod) = 182 bytes @@ -1362,9 +1875,15 @@ Size (github.com_go-openapi_errors_@v_v0.19.9.mod) = 386 bytes BLAKE2s (github.com_go-openapi_errors_@v_v0.20.0.mod) = f3248f2e59acdbf2ac7cc58747b7b8e8d3aa61b0f989fd785484b2ba447cb37a SHA512 (github.com_go-openapi_errors_@v_v0.20.0.mod) = aadaaac62be073e769e47e1cecefc55bf675617b9e9461cc45bee98e0cc8bc5a7899c4ee43ecc9154cde49bfa8ec310ee7cba6386c5b7f5346a432d7311909a4 Size (github.com_go-openapi_errors_@v_v0.20.0.mod) = 386 bytes -BLAKE2s (github.com_go-openapi_errors_@v_v0.20.0.zip) = e8c6613b12634a50ef848030ae18d7128cb4216716446dadd50b5e8d79736f6a -SHA512 (github.com_go-openapi_errors_@v_v0.20.0.zip) = d6cf24e3fc58288dc253db29ce9954ec9cf09c69895aeb32c8eb82c4f1d93b8d3a275a016f5c99052bba93693db5bd14068663424ea9aefced0c843335373553 -Size (github.com_go-openapi_errors_@v_v0.20.0.zip) = 28801 bytes +BLAKE2s (github.com_go-openapi_errors_@v_v0.20.1.mod) = f3248f2e59acdbf2ac7cc58747b7b8e8d3aa61b0f989fd785484b2ba447cb37a +SHA512 (github.com_go-openapi_errors_@v_v0.20.1.mod) = aadaaac62be073e769e47e1cecefc55bf675617b9e9461cc45bee98e0cc8bc5a7899c4ee43ecc9154cde49bfa8ec310ee7cba6386c5b7f5346a432d7311909a4 +Size (github.com_go-openapi_errors_@v_v0.20.1.mod) = 386 bytes +BLAKE2s (github.com_go-openapi_errors_@v_v0.20.2.mod) = f3248f2e59acdbf2ac7cc58747b7b8e8d3aa61b0f989fd785484b2ba447cb37a +SHA512 (github.com_go-openapi_errors_@v_v0.20.2.mod) = aadaaac62be073e769e47e1cecefc55bf675617b9e9461cc45bee98e0cc8bc5a7899c4ee43ecc9154cde49bfa8ec310ee7cba6386c5b7f5346a432d7311909a4 +Size (github.com_go-openapi_errors_@v_v0.20.2.mod) = 386 bytes +BLAKE2s (github.com_go-openapi_errors_@v_v0.20.2.zip) = 6273305f8aa6e3bafac883e521ad4bca1233d9e3a4913dfda047585e4125cc79 +SHA512 (github.com_go-openapi_errors_@v_v0.20.2.zip) = e13dfd05cff559159c1a461a378d918fe1bc975c70eb363b9b7830cf6f6805803a7220fe5a0cbda6e509624fe90e63f63188ba6a8b8fd97b346c88c7613e581c +Size (github.com_go-openapi_errors_@v_v0.20.2.zip) = 28638 bytes BLAKE2s (github.com_go-openapi_inflect_@v_v0.19.0.mod) = ce91e97cb1369fb26f81c38ee2ea2e0cb83d5e159c635ccc6cb3cf0a5c992314 SHA512 (github.com_go-openapi_inflect_@v_v0.19.0.mod) = 6087a0c0df4f8f210a68fcb683050feb60269646b84e410cb796bad1788752d0371181b2f7c674fd91c7f514d522ec5805d9f8b9f254c839dc1735433e068312 Size (github.com_go-openapi_inflect_@v_v0.19.0.mod) = 37 bytes @@ -1404,9 +1923,12 @@ Size (github.com_go-openapi_jsonreference_@v_v0.19.3.mod) = 363 bytes BLAKE2s (github.com_go-openapi_jsonreference_@v_v0.19.5.mod) = a55b3ca8bd00c2511dd254248bf648a133c1e90563d2c7f10becb99fa74ee082 SHA512 (github.com_go-openapi_jsonreference_@v_v0.19.5.mod) = 1f1e8745f7a01c67b6f80a9ed4e69a8189a2ebb2bace9d5d63b7aa4e261ee3c465bb791b2df15797823651f9418fca8b2efe8f788525e04d62193a81147f5258 Size (github.com_go-openapi_jsonreference_@v_v0.19.5.mod) = 363 bytes -BLAKE2s (github.com_go-openapi_jsonreference_@v_v0.19.5.zip) = 697d1abb7eeed4236f990ccbba7caa5d4a2e3c3703f9e8ee38835a270f145c5a -SHA512 (github.com_go-openapi_jsonreference_@v_v0.19.5.zip) = 0274301c00cce0c9436bd038165fa6350173be7e73b1cfbfdd7fb12def1052b37a1505be35ca6a340692d63dff23d5abdc3ccffb1a325659c50089ab443ca1b6 -Size (github.com_go-openapi_jsonreference_@v_v0.19.5.zip) = 17133 bytes +BLAKE2s (github.com_go-openapi_jsonreference_@v_v0.19.6.mod) = ecc38bac23a439d704f3098a2c26efaa07da08fc092c986151cafa93f9c62c5b +SHA512 (github.com_go-openapi_jsonreference_@v_v0.19.6.mod) = dbed54ae4e01d69336617790779091863619c585857c067a429c647747e4237a8060cfd6a21083a9a8ad75890998b4e40162086a36c022319a2de6d9d11574e7 +Size (github.com_go-openapi_jsonreference_@v_v0.19.6.mod) = 325 bytes +BLAKE2s (github.com_go-openapi_jsonreference_@v_v0.19.6.zip) = e411dbe02daf68d102bccf8b7caf988323c1f99e12d5d8d98f792939d77efaa3 +SHA512 (github.com_go-openapi_jsonreference_@v_v0.19.6.zip) = 7762c241760b33da5e7d45f0528691726587c904a0004b49c93674b8616dd0724dce87319af91dd5594d2f11e0cb708421b492c2580912f87a3eb1bbabf99c12 +Size (github.com_go-openapi_jsonreference_@v_v0.19.6.zip) = 17068 bytes BLAKE2s (github.com_go-openapi_loads_@v_v0.17.0.mod) = 033e54e51b582962d0d49d3536f14c2a671d76ae6ebce1ab85f14094b5477039 SHA512 (github.com_go-openapi_loads_@v_v0.17.0.mod) = f22943c5d69bc17b3b7fae0ee0746e628284e4e6ecec577509101148bc1a7fb0b4205fa06f1979204d12f9f19ce83a3c4d44b6aa1da5ac865ba2843bbe566790 Size (github.com_go-openapi_loads_@v_v0.17.0.mod) = 1073 bytes @@ -1437,9 +1959,12 @@ Size (github.com_go-openapi_loads_@v_v0.20.0.mod) = 425 bytes BLAKE2s (github.com_go-openapi_loads_@v_v0.20.2.mod) = 3559408e0246522a0877dad236c5b7cf564f2ad3aee0e560bc18201a0c39eeb8 SHA512 (github.com_go-openapi_loads_@v_v0.20.2.mod) = fe98232caacbe95edec4e141d0f69075fd1487b6d1d8f5e45cd367de327426310c861852f36a66067ac523f3f408a9373007e9f2f47d40dc639ff4d69622ae32 Size (github.com_go-openapi_loads_@v_v0.20.2.mod) = 515 bytes -BLAKE2s (github.com_go-openapi_loads_@v_v0.20.2.zip) = 269730edf513106278cac5d546c05515f896b174a46531ac271360e630089e9e -SHA512 (github.com_go-openapi_loads_@v_v0.20.2.zip) = b707d091841a853b4d524a56beed9feef38f5b30406651cfe9cc0008f9423ce60b07643952b5114fa91b17e23f931229b061919021a963dad0e713d3bc0366d1 -Size (github.com_go-openapi_loads_@v_v0.20.2.zip) = 151073 bytes +BLAKE2s (github.com_go-openapi_loads_@v_v0.21.0.mod) = 3abf45144ede3b5176716dd01186a5ea4eff590515804fbb8c67072c904d3fac +SHA512 (github.com_go-openapi_loads_@v_v0.21.0.mod) = b146f5ff86e0246e8f9858fdb4a9d52eb3f04d5cedc22da9df4635763547391b892507bdf4bc7db587fbd82926a9b65d017c37a5b87aee6ddf05f80fe247abac +Size (github.com_go-openapi_loads_@v_v0.21.0.mod) = 309 bytes +BLAKE2s (github.com_go-openapi_loads_@v_v0.21.0.zip) = 46d106ca1813f79c0d43aab2202b0c5b02d4b2e962579a1e11b9cd0d9841b1db +SHA512 (github.com_go-openapi_loads_@v_v0.21.0.zip) = 4b0f8ef2bfb3466583dc6e3ba34ecd66a0620f4f872b9cee07ec74837ca21eb330565d9d188b1e520898ed40340f4fff2ec38f0066611534bf8db720819b09bc +Size (github.com_go-openapi_loads_@v_v0.21.0.zip) = 150173 bytes BLAKE2s (github.com_go-openapi_runtime_@v_v0.0.0-20180920151709-4f900dc2ade9.mod) = d26431b404fb8e252da6475f9b60627e5ceaae8691b670d6f9512d2554ba5f1a SHA512 (github.com_go-openapi_runtime_@v_v0.0.0-20180920151709-4f900dc2ade9.mod) = 30e9611c496c86d8331d8575ebd70c9459b4d0377e36bf024d9934fb03ee616665812373e8aacfb814ed0cea25924659a9f1636d65015b929a4652bf590d6322 Size (github.com_go-openapi_runtime_@v_v0.0.0-20180920151709-4f900dc2ade9.mod) = 37 bytes @@ -1458,12 +1983,15 @@ Size (github.com_go-openapi_runtime_@v_v0.19.24.mod) = 487 bytes BLAKE2s (github.com_go-openapi_runtime_@v_v0.19.27.mod) = 599ce8d523438de9b22020c2b115e6ab5a23de08e446e41d31163f8baf6db757 SHA512 (github.com_go-openapi_runtime_@v_v0.19.27.mod) = dec3e34106895e1ff41a0b25f2dafd35606a90ff497e0c4b627f57a951d9803b926afb34a4ac50ac1e8065567ee1df3d3e70027fa469925e2b618f246e8eaf15 Size (github.com_go-openapi_runtime_@v_v0.19.27.mod) = 533 bytes -BLAKE2s (github.com_go-openapi_runtime_@v_v0.19.27.zip) = 8c95df25b0c6dc860c9d5190482c61a38b917a86e20b49a9219c2c21b2a2bab7 -SHA512 (github.com_go-openapi_runtime_@v_v0.19.27.zip) = d4d91d558847e6e5a9ba66ec1e821eec770dc962c234f10e959c157a5128a5ad58189a9bba6b3055ca70b42bbb90550890eef8848b8729440d2a935f42702163 -Size (github.com_go-openapi_runtime_@v_v0.19.27.zip) = 203242 bytes BLAKE2s (github.com_go-openapi_runtime_@v_v0.19.4.mod) = 7b5bf70fa644ec1145e5cc8b18df2dac3cea6c0a01d1c1fa8e0dc1597581d235 SHA512 (github.com_go-openapi_runtime_@v_v0.19.4.mod) = 99fe69cb7910196d46060da7b382457189d9085c9eb4c15ee75c0acdbae283a5bf8df6aa30191b3202793a071301739de57d972b5daa2be81d86de9bf08a1c85 Size (github.com_go-openapi_runtime_@v_v0.19.4.mod) = 546 bytes +BLAKE2s (github.com_go-openapi_runtime_@v_v0.21.1.mod) = 42a3f8ffb933d4a1c9e436ccb459ec77bf7bfcaed54fcc285ff76b231b8080d3 +SHA512 (github.com_go-openapi_runtime_@v_v0.21.1.mod) = 893979dc84a1b858fbbd980c89233da5f645e19b5238f9b5c9415b4394594d8098844c8c026ac940190c2a9b8bc26263f60ce711c463fcb6d6fd83864b678617 +Size (github.com_go-openapi_runtime_@v_v0.21.1.mod) = 467 bytes +BLAKE2s (github.com_go-openapi_runtime_@v_v0.21.1.zip) = 4c4a4c48ab11f82eac35db65b5277517b6f055f079b6b3100c2d543f2f7b0e33 +SHA512 (github.com_go-openapi_runtime_@v_v0.21.1.zip) = e78816405322b1830de590c46fb882433281da29a5b2b6caa743b5da9b5d397256859fd597e5a2586a9a148c9677bbde4de9eb8e1d26658a9b045318feb1917e +Size (github.com_go-openapi_runtime_@v_v0.21.1.zip) = 204583 bytes BLAKE2s (github.com_go-openapi_spec_@v_v0.17.0.mod) = f08302a2484dba0c67c6a681e63d7859ec39a81b7f8991286a560fa933c27a55 SHA512 (github.com_go-openapi_spec_@v_v0.17.0.mod) = 3341e7a77c6a0aef340d0247f2c004cb9c2e5ff864a43d26a2c74eb73cc4a3cdead599ce7a1251f23715fd9463fe8e8e2c2a3ea75915664711a753cada3ed3f5 Size (github.com_go-openapi_spec_@v_v0.17.0.mod) = 635 bytes @@ -1494,9 +2022,12 @@ Size (github.com_go-openapi_spec_@v_v0.20.1.mod) = 345 bytes BLAKE2s (github.com_go-openapi_spec_@v_v0.20.3.mod) = ff76b7b8aba8abf87880a469bff506ce0f9d9eda61cb76e1aa673e9fc6443d5a SHA512 (github.com_go-openapi_spec_@v_v0.20.3.mod) = 06add7124daf159c1b58c4eea831f040158f4bbde19d92de6f65ee59acd9f6133e7731a817abe1c141086ab12902b8b149616e008a18dbe2b0a4e4308185a5b1 Size (github.com_go-openapi_spec_@v_v0.20.3.mod) = 345 bytes -BLAKE2s (github.com_go-openapi_spec_@v_v0.20.3.zip) = 5b5d262e659b12e3a77235df881382b57911275a077ba32413a1b8b23a4e7384 -SHA512 (github.com_go-openapi_spec_@v_v0.20.3.zip) = b0ff1e2f4def315af2410f5e5299ec2d0f06c49c430676e7e2d00e35891d8fe54487a78c8010e54b80be1eed547f50eb3c4f4ea1b7f7b770a8976b68e5161cd6 -Size (github.com_go-openapi_spec_@v_v0.20.3.zip) = 404911 bytes +BLAKE2s (github.com_go-openapi_spec_@v_v0.20.4.mod) = 968811928bd9226add285525a876123227ebad6034d3321d17a19be4b07c1e62 +SHA512 (github.com_go-openapi_spec_@v_v0.20.4.mod) = 1265680f5b159e52ffe6ddec9c42d6b4ed825a9ea4d4801d8233cf5f707368b61d77a7089f4b2ff7083217d40e4f82cda7dd64333cd506bc02bb4a3aae1b45e2 +Size (github.com_go-openapi_spec_@v_v0.20.4.mod) = 280 bytes +BLAKE2s (github.com_go-openapi_spec_@v_v0.20.4.zip) = a8dc91e69fbb01e9c0b5dfc517a925aef042f6e6ca3fed198655e961cc417392 +SHA512 (github.com_go-openapi_spec_@v_v0.20.4.zip) = 444be1be8115e339c694767a301f4ba91150fbaeb7fcdb293b91687bb5c63dc5b493bbfabb31e178794c4da86be3e21e6dd202441e593ed7cbf876b576021c24 +Size (github.com_go-openapi_spec_@v_v0.20.4.zip) = 404658 bytes BLAKE2s (github.com_go-openapi_strfmt_@v_v0.17.0.mod) = a36da5c17cbbf77e5084a3554d3ddebc935cba6610195a357e62e39b7f3e3faf SHA512 (github.com_go-openapi_strfmt_@v_v0.17.0.mod) = b06d37197a7ab73237b3ccd8252bb4c382b61bc786ca26cd2fd9106a0deb4917f017db8c4101c9e21df31f4c685180c1b684d0a7075551e59ad7a7f67a07937b Size (github.com_go-openapi_strfmt_@v_v0.17.0.mod) = 489 bytes @@ -1527,9 +2058,18 @@ Size (github.com_go-openapi_strfmt_@v_v0.20.0.mod) = 311 bytes BLAKE2s (github.com_go-openapi_strfmt_@v_v0.20.1.mod) = 2821f746bde0b53bcefea6b10d7bcd2132ba8c92b4cbf35b5efd2fffbfb4e08b SHA512 (github.com_go-openapi_strfmt_@v_v0.20.1.mod) = 401fde398f551c590f37ba5c5dfdb85af69930f2edb7db0af76c1f220a243520eb42b2a0cf865154d03992f2d6314fae54a989945b9c02a8cc8e3ac4e921d99f Size (github.com_go-openapi_strfmt_@v_v0.20.1.mod) = 341 bytes -BLAKE2s (github.com_go-openapi_strfmt_@v_v0.20.1.zip) = 50b60a912e864138848e860ea53d962d7446879ba65fde61ef49f34a6aac4108 -SHA512 (github.com_go-openapi_strfmt_@v_v0.20.1.zip) = 689ac73595a2c3c4f531d3d1db58de511d7be96ddfe6bbb84fc72ee2465f4a1f574ddf65e02335f28f7195c2eeb0556511d14b541ae85b13da72cf2acffdf0ce -Size (github.com_go-openapi_strfmt_@v_v0.20.1.zip) = 60062 bytes +BLAKE2s (github.com_go-openapi_strfmt_@v_v0.20.2.mod) = 2821f746bde0b53bcefea6b10d7bcd2132ba8c92b4cbf35b5efd2fffbfb4e08b +SHA512 (github.com_go-openapi_strfmt_@v_v0.20.2.mod) = 401fde398f551c590f37ba5c5dfdb85af69930f2edb7db0af76c1f220a243520eb42b2a0cf865154d03992f2d6314fae54a989945b9c02a8cc8e3ac4e921d99f +Size (github.com_go-openapi_strfmt_@v_v0.20.2.mod) = 341 bytes +BLAKE2s (github.com_go-openapi_strfmt_@v_v0.21.0.mod) = bbbc34f7c12f6afa7babec31ff9ecafe346225622fce7613509e2762bb5e314b +SHA512 (github.com_go-openapi_strfmt_@v_v0.21.0.mod) = d1133183cdeb0f763f396d2bf6cdaacb76690231296c224249d79e86bcb7cc0e22da5657175b0efd90985dd6e6143bffe78c1368fece57c81ea893c5da9dbeab +Size (github.com_go-openapi_strfmt_@v_v0.21.0.mod) = 341 bytes +BLAKE2s (github.com_go-openapi_strfmt_@v_v0.21.1.mod) = e04a6f169d664c113539a2e97ed13741f31b259ef069074deb5618b9e32ea42f +SHA512 (github.com_go-openapi_strfmt_@v_v0.21.1.mod) = 74fa4aaddbe5dc057d0498bf2fbb5f000032167c14e5ede79cf5049819c749bf0f6763d6cb1145ff0385dea0dfa001d06586a274005263c14586e04a60ac5466 +Size (github.com_go-openapi_strfmt_@v_v0.21.1.mod) = 341 bytes +BLAKE2s (github.com_go-openapi_strfmt_@v_v0.21.1.zip) = 65ead0fbb6a5b85e3c0bb4dff470446b9af8a63b6ce8ba312e171878ba4c4c81 +SHA512 (github.com_go-openapi_strfmt_@v_v0.21.1.zip) = 70c32c550f20a2263e7dfe69402df0094ea346bbdd76b0c2b4c7b161bcd82964b69060c8d97e972cb417f87fba6cffb38dbd171adecdf2789651657f07325b8c +Size (github.com_go-openapi_strfmt_@v_v0.21.1.zip) = 57227 bytes BLAKE2s (github.com_go-openapi_swag_@v_v0.17.0.mod) = 636fab1a436d7d297a0929addf28915215d9d9e0c4ef6b7007246b419043b2f3 SHA512 (github.com_go-openapi_swag_@v_v0.17.0.mod) = 0dd4ce8cf6ce20117da3e59a8224727f93f6daa29ad9ae7cc92b6d331bc8734f1a6dfbb816ec08da7b24b0f76c91ad770dab551c97e49bedcc403fc823c662ed Size (github.com_go-openapi_swag_@v_v0.17.0.mod) = 268 bytes @@ -1587,15 +2127,21 @@ Size (github.com_go-openapi_validate_@v_v0.20.1.mod) = 432 bytes BLAKE2s (github.com_go-openapi_validate_@v_v0.20.2.mod) = a87fcb81f252db3dd140462f947979f8b0178f8e5e0e8cf209022f75e3812d43 SHA512 (github.com_go-openapi_validate_@v_v0.20.2.mod) = 0f3d696b8936e49400bfd9932619f04b2564dc764829df202e58a4e48b40df6abd8c256e2b6c8e4f2b60ee29cad65f6038b29971252afcaac5b507db9a2c529d Size (github.com_go-openapi_validate_@v_v0.20.2.mod) = 495 bytes -BLAKE2s (github.com_go-openapi_validate_@v_v0.20.2.zip) = 46916685147297d2a33ced953661d03a10bd583405c54de762a265401867ff0b -SHA512 (github.com_go-openapi_validate_@v_v0.20.2.zip) = 49d0ab1036e1122dcb03c945bfaf3da0c3f607905bf12185bee6bf7385509e7e71484bc4a2d2e22fc05e72b378a14949a895c1b8e4f9e45ba8a1c2ca9ce6e5a5 -Size (github.com_go-openapi_validate_@v_v0.20.2.zip) = 727824 bytes +BLAKE2s (github.com_go-openapi_validate_@v_v0.20.3.mod) = 68db8f60ccefca0f658cd7b996f317d4943e62b8f8ef69f7ba1ace86a3c9cfd0 +SHA512 (github.com_go-openapi_validate_@v_v0.20.3.mod) = 93215d27dbd91fc6db3d90171a1e8b6e37545924a3872015909742ce00a2fa3abc3689b987fc46e991aabb7740c59c16d06928e87f910f253533b0849ca535c6 +Size (github.com_go-openapi_validate_@v_v0.20.3.mod) = 495 bytes +BLAKE2s (github.com_go-openapi_validate_@v_v0.20.3.zip) = 9c7eed8582252cd95560219655cdf9e2f180944741933a848d0ea0a6fb6274c3 +SHA512 (github.com_go-openapi_validate_@v_v0.20.3.zip) = ad7033e07ba53edbb58288443ab08a6e7f418c9c41003f69220f00215ab24c5e97818d15fb923c64f383d85de0837940a7e4f219c97eea4473900b548ce4e716 +Size (github.com_go-openapi_validate_@v_v0.20.3.zip) = 728512 bytes BLAKE2s (github.com_go-redis_redis_@v_v6.15.2+incompatible.mod) = e268caed026a992947709de3678733e287ab5f2ddabb02ab401d974a9783a84d SHA512 (github.com_go-redis_redis_@v_v6.15.2+incompatible.mod) = 0679350ba72b8ac3edcc78261e7bdfab2d60ef315924251a8e437af1cb08e6b1fb6f9b748c445c6146650e735cdb9af52ab262f2de1ad3b1035f8348663e2d70 Size (github.com_go-redis_redis_@v_v6.15.2+incompatible.mod) = 33 bytes -BLAKE2s (github.com_go-redis_redis_@v_v6.15.2+incompatible.zip) = 26d6ccd1460999cc0d8be5336d23f4e3b4fe85ab5a00888dce54ef8ac53921a6 -SHA512 (github.com_go-redis_redis_@v_v6.15.2+incompatible.zip) = 826b78115931c5d8d4fec7bf0e6f054f441aeb72e401fdcdcdcdf65bbfebaf8ee152f608f9b56ab961b544d77f053c4cff29d3e00ddb1571c124dae7fdfeb124 -Size (github.com_go-redis_redis_@v_v6.15.2+incompatible.zip) = 119046 bytes +BLAKE2s (github.com_go-redis_redis_@v_v6.15.9+incompatible.mod) = e268caed026a992947709de3678733e287ab5f2ddabb02ab401d974a9783a84d +SHA512 (github.com_go-redis_redis_@v_v6.15.9+incompatible.mod) = 0679350ba72b8ac3edcc78261e7bdfab2d60ef315924251a8e437af1cb08e6b1fb6f9b748c445c6146650e735cdb9af52ab262f2de1ad3b1035f8348663e2d70 +Size (github.com_go-redis_redis_@v_v6.15.9+incompatible.mod) = 33 bytes +BLAKE2s (github.com_go-redis_redis_@v_v6.15.9+incompatible.zip) = d75570fb08bc8654bf1f4845beedac04d222e042c546d37b7064fcebe2462d70 +SHA512 (github.com_go-redis_redis_@v_v6.15.9+incompatible.zip) = ab0a76c10cd34ec242829098291691796d30eee7eceb383335050848e5c7fc8d10cdf10707e5b4cb4016ead562b15a0122810e0e6098a9062588eba81cc41d43 +Size (github.com_go-redis_redis_@v_v6.15.9+incompatible.zip) = 122726 bytes BLAKE2s (github.com_go-redis_redis_v8_@v_v8.11.0.mod) = 00f8ff7330cfea2698c4fd338849c8780e1b76a9c6df1b224c5f372ce223208e SHA512 (github.com_go-redis_redis_v8_@v_v8.11.0.mod) = 600e6180c0821024d890f213dba568eb62831debf128832d04457dfde19c6175c933a776a5774112b522b6bfd88e1371a406a44ed0eb3b109aa0aeb6ab89dcad Size (github.com_go-redis_redis_v8_@v_v8.11.0.mod) = 273 bytes @@ -1623,9 +2169,12 @@ Size (github.com_go-sql-driver_mysql_@v_v1.6.0.zip) = 117011 bytes BLAKE2s (github.com_go-stack_stack_@v_v1.8.0.mod) = 0b2199cb627557f1f57e2d0e118d7e4757d99c69c2e4e6bea01345e2511e2ade SHA512 (github.com_go-stack_stack_@v_v1.8.0.mod) = f3dc70dfcf086b785750d5b346ea07d0dc7903937bdbba58eace0fb903e656b02ddf3a1d49b486ac29b1cac9ca9d346e964d55d3a4cc5ee5ae79ac40b24d0cd0 Size (github.com_go-stack_stack_@v_v1.8.0.mod) = 33 bytes -BLAKE2s (github.com_go-stack_stack_@v_v1.8.0.zip) = b578af7cbb6ef8742020808d840dadede7a9329c8e9eb244447eef7ed9ff9d1c -SHA512 (github.com_go-stack_stack_@v_v1.8.0.zip) = 1e834ba368fcac6e13fd8b3a478cbe9b181ec3660087733b68adc0dd41838e54367d22f9bc53e602ece889e6051e319fbf80d5874abcf4daeb0bfb9b64e298e6 -Size (github.com_go-stack_stack_@v_v1.8.0.zip) = 10204 bytes +BLAKE2s (github.com_go-stack_stack_@v_v1.8.1.mod) = b2b81312a052f8d153fe41239049fa3cc47a80ff4a2fa83f84179eac05859d0c +SHA512 (github.com_go-stack_stack_@v_v1.8.1.mod) = 9f38ec9d3f039a07457cbedfbd88f588beb2e4d241a04382baa55b76a41b69d1a576350502550e1bc70bcdf7dea61aab79d2bf4fec06cf3f5e46c35ce7c8eb02 +Size (github.com_go-stack_stack_@v_v1.8.1.mod) = 42 bytes +BLAKE2s (github.com_go-stack_stack_@v_v1.8.1.zip) = 96d678c97569afccf6218338c43bc2a699bc3137b42e643a7e29e8e14c04d1ec +SHA512 (github.com_go-stack_stack_@v_v1.8.1.zip) = 9a9c3deca0474c13aed9b88157cbb28525063a043a5c457f9f1c1575960b88aedb5b91c9332f2879ad7a2005ad9713ecbf455f684359612477c8f4568672575e +Size (github.com_go-stack_stack_@v_v1.8.1.zip) = 10631 bytes BLAKE2s (github.com_go-swagger_go-swagger_@v_v0.27.0.mod) = b0796b25b8174b7592d8bfa31235ce927f73e671009a963cb3d624da50b8afe0 SHA512 (github.com_go-swagger_go-swagger_@v_v0.27.0.mod) = 95dec80103fabedefe763c983857fb2f3fa94eb2bba86de1a301eac05c4f61c639a97a18674f679ce1140cdfa8f10cbfe54f707c943ba586cf3efea47b68563c Size (github.com_go-swagger_go-swagger_@v_v0.27.0.mod) = 1903 bytes @@ -1761,9 +2310,21 @@ Size (github.com_gobwas_glob_@v_v0.2.3.zip) = 50402 bytes BLAKE2s (github.com_goccy_go-json_@v_v0.7.4.mod) = 0a042d657bc2087ab473d835029c13b0a0bd0f1e6add8e43fe05d4205d7cb99a SHA512 (github.com_goccy_go-json_@v_v0.7.4.mod) = f87cdfc470980ed9b13b0b3dbbe5665ebf38d4912851154c403dfc86f9a13196947a78d9f023c6e392fb4d025d0acc40f408ee9322e2e590883516286f0c80f8 Size (github.com_goccy_go-json_@v_v0.7.4.mod) = 41 bytes -BLAKE2s (github.com_goccy_go-json_@v_v0.7.4.zip) = 00c008e130d3d5b3725621068d43e27abdea4538db8cda862bf7a06186127175 -SHA512 (github.com_goccy_go-json_@v_v0.7.4.zip) = 457e38b3ed590d4d721fd5813dc357c6e7e4d3f2487c5eb54589a24f9fd3e223786ef0914e4daebccb0efbb92594730fbbb9b718d0cd4dacc2f9d1f28868f0ce -Size (github.com_goccy_go-json_@v_v0.7.4.zip) = 280136 bytes +BLAKE2s (github.com_goccy_go-json_@v_v0.9.5.mod) = 0a042d657bc2087ab473d835029c13b0a0bd0f1e6add8e43fe05d4205d7cb99a +SHA512 (github.com_goccy_go-json_@v_v0.9.5.mod) = f87cdfc470980ed9b13b0b3dbbe5665ebf38d4912851154c403dfc86f9a13196947a78d9f023c6e392fb4d025d0acc40f408ee9322e2e590883516286f0c80f8 +Size (github.com_goccy_go-json_@v_v0.9.5.mod) = 41 bytes +BLAKE2s (github.com_goccy_go-json_@v_v0.9.5.zip) = 67d738011ce795021731ed9786a69bc996bf47b513fd726b9a17eeb69748e58c +SHA512 (github.com_goccy_go-json_@v_v0.9.5.zip) = ef33c7b6893e0d5efc31f6ae9d98ef5f1413bb84aa44a2043d5d3ee43d382eeb5cd830c0672aa3a5f129816e30bb6619865ec1b8bdcb4336222e5284e7f0ac37 +Size (github.com_goccy_go-json_@v_v0.9.5.zip) = 292179 bytes +BLAKE2s (github.com_godbus_dbus_v5_@v_v5.0.3.mod) = 14df8b500892bef1fedace1cd033fe9cd8436ebbd9d5852139270c31636539b8 +SHA512 (github.com_godbus_dbus_v5_@v_v5.0.3.mod) = b9aad4f1c1d4f2c43b293b0c9ca8a600a37ca407ba8b22b0f826c8355828cb7860a96a85df84f720fe8aa2840974807ea7ea7b790790c6dafed794e761f1f26b +Size (github.com_godbus_dbus_v5_@v_v5.0.3.mod) = 42 bytes +BLAKE2s (github.com_godbus_dbus_v5_@v_v5.0.4.mod) = 14df8b500892bef1fedace1cd033fe9cd8436ebbd9d5852139270c31636539b8 +SHA512 (github.com_godbus_dbus_v5_@v_v5.0.4.mod) = b9aad4f1c1d4f2c43b293b0c9ca8a600a37ca407ba8b22b0f826c8355828cb7860a96a85df84f720fe8aa2840974807ea7ea7b790790c6dafed794e761f1f26b +Size (github.com_godbus_dbus_v5_@v_v5.0.4.mod) = 42 bytes +BLAKE2s (github.com_godbus_dbus_v5_@v_v5.0.4.zip) = 1f197c69fcecbfea0fbee815b7fb0bef19ab2778d1d4d08af348d3c6fa3e9725 +SHA512 (github.com_godbus_dbus_v5_@v_v5.0.4.zip) = ce8a6e20c3f1276440d7e8858e938e5ac7706e100cc0e172c953b2c833b35f5b2c80c47c895787d0bc5170dbf2873e23c88e6e5991b74b7538365deb6e7d718d +Size (github.com_godbus_dbus_v5_@v_v5.0.4.zip) = 99582 bytes BLAKE2s (github.com_gofrs_uuid_@v_v4.2.0+incompatible.mod) = c17ed3f3d0aaac1cc46cad9f5d994084b3db7cf78fcba2c895b9e9558ea4b2ce SHA512 (github.com_gofrs_uuid_@v_v4.2.0+incompatible.mod) = 8a1ab67bf3555ca17b7efb1042fb6a7d58b225b4186302b0cf289e7b60f9aeaf23e36ff6d4e8da2ed728dcd676cb2f30f0625c430c0b6943dd25ee02d2c27247 Size (github.com_gofrs_uuid_@v_v4.2.0+incompatible.mod) = 29 bytes @@ -1785,15 +2346,24 @@ Size (github.com_gogo_protobuf_@v_v1.2.0.mod) = 32 bytes BLAKE2s (github.com_gogo_protobuf_@v_v1.2.1.mod) = c0f0c868b0ede3020e7a4de14979eec23683f52505da5089cb56361bb100ed45 SHA512 (github.com_gogo_protobuf_@v_v1.2.1.mod) = b91b25b4fe769a403fd7a1f82d7720bdb0526a349ffe7cfdfff09a2ba5e0015d5a3446cd8e0e5fe46479b7d2296a8616de38a8183c0185f84fcfc75d202db106 Size (github.com_gogo_protobuf_@v_v1.2.1.mod) = 88 bytes -BLAKE2s (github.com_gogo_protobuf_@v_v1.2.1.zip) = ed6a90dbe8deb55513898bda31c7d258eb82e4938e4788e66402fcfbb81c90ba -SHA512 (github.com_gogo_protobuf_@v_v1.2.1.zip) = 2e51e876c4533c4b34f0017f6f13ff3c34922a1905f6a4f90bab241152dbb344689d8d1f5ff1040c79632feb21fbd8f213831179bd424579ac9b5bb602325bac -Size (github.com_gogo_protobuf_@v_v1.2.1.zip) = 2656615 bytes -BLAKE2s (github.com_gogs_chardet_@v_v0.0.0-20191104214054-4b6791f73a28.mod) = b1a1f02cd02a06a7ceee12d648a0c3c059a48c4bc79c46a01fcada3acf4f9d84 -SHA512 (github.com_gogs_chardet_@v_v0.0.0-20191104214054-4b6791f73a28.mod) = 3aa52a0ee31b80db5d6a64416484d99177b898b0faf790f3072f6bf687c7f65fcc819cbbb0fd3010e7a359224183cc2cdd95ca6593e25edd40ef26037ddf31b5 -Size (github.com_gogs_chardet_@v_v0.0.0-20191104214054-4b6791f73a28.mod) = 31 bytes -BLAKE2s (github.com_gogs_chardet_@v_v0.0.0-20191104214054-4b6791f73a28.zip) = 3ac728bc4c7ef01978d81b71fc46f5421b2c63f89ab6138a40cfc605227f8b7c -SHA512 (github.com_gogs_chardet_@v_v0.0.0-20191104214054-4b6791f73a28.zip) = 152d93d8fc480de797cdf45f33f5ae0857561bc90f5bcbd8938b10891ecb1656e42e61fb2e0ff2ce39c4535bdd26b8b8ef1b0c8e1f6feda57cbb725685513d1d -Size (github.com_gogs_chardet_@v_v0.0.0-20191104214054-4b6791f73a28.zip) = 280506 bytes +BLAKE2s (github.com_gogo_protobuf_@v_v1.3.0.mod) = 44951e13a60fc706e0b4c2a4af92e26e9f60b10f265085223ad91a05a1d900d4 +SHA512 (github.com_gogo_protobuf_@v_v1.3.0.mod) = 232bef55468d9ff66ef7f446d8096a44a0a947533c8665f0f018300b7ec1804a634299a1a6ab64deaa67f1475e9ef68e7be233dc72fb2d9173559800f01af142 +Size (github.com_gogo_protobuf_@v_v1.3.0.mod) = 139 bytes +BLAKE2s (github.com_gogo_protobuf_@v_v1.3.1.mod) = 44951e13a60fc706e0b4c2a4af92e26e9f60b10f265085223ad91a05a1d900d4 +SHA512 (github.com_gogo_protobuf_@v_v1.3.1.mod) = 232bef55468d9ff66ef7f446d8096a44a0a947533c8665f0f018300b7ec1804a634299a1a6ab64deaa67f1475e9ef68e7be233dc72fb2d9173559800f01af142 +Size (github.com_gogo_protobuf_@v_v1.3.1.mod) = 139 bytes +BLAKE2s (github.com_gogo_protobuf_@v_v1.3.2.mod) = 1bdae7dfadf94f57555d8e8faf3c173eed19d8272fce4205e9cb130830f85fab +SHA512 (github.com_gogo_protobuf_@v_v1.3.2.mod) = 8f928dfbe495a84c91744bf72527c5662422e608125f8b58908803289a39abfec1823d4628a52b987ab5150103ca588509ae0074fb08799d075e7ffc4157dc33 +Size (github.com_gogo_protobuf_@v_v1.3.2.mod) = 215 bytes +BLAKE2s (github.com_gogo_protobuf_@v_v1.3.2.zip) = 525362c23d9818b0d7582fdf3ea83422c3ce62b193c02eaf801d905ed6a6d243 +SHA512 (github.com_gogo_protobuf_@v_v1.3.2.zip) = 5d27fdbda403bc5ca722280af1fc331e48e45dc97d6e0b9f99f0d48d2d173292ae88904236f43851173528d0523fca86dc15a633dae218bbe05bc0fc22e1d477 +Size (github.com_gogo_protobuf_@v_v1.3.2.zip) = 2700673 bytes +BLAKE2s (github.com_gogs_chardet_@v_v0.0.0-20211120154057-b7413eaefb8f.mod) = b1a1f02cd02a06a7ceee12d648a0c3c059a48c4bc79c46a01fcada3acf4f9d84 +SHA512 (github.com_gogs_chardet_@v_v0.0.0-20211120154057-b7413eaefb8f.mod) = 3aa52a0ee31b80db5d6a64416484d99177b898b0faf790f3072f6bf687c7f65fcc819cbbb0fd3010e7a359224183cc2cdd95ca6593e25edd40ef26037ddf31b5 +Size (github.com_gogs_chardet_@v_v0.0.0-20211120154057-b7413eaefb8f.mod) = 31 bytes +BLAKE2s (github.com_gogs_chardet_@v_v0.0.0-20211120154057-b7413eaefb8f.zip) = 2a82cf42e9c66ef654a3343df372a00960db51639a4bef463fda649650d3e7f0 +SHA512 (github.com_gogs_chardet_@v_v0.0.0-20211120154057-b7413eaefb8f.zip) = 984f1cbfa24e831035aa4c2e01b9df70ce764ac6213c73722f46e14449273d8834e21a00ea7b528a6e46e82c05de0939ff49f5259ee2688665163a1a7b9a4b91 +Size (github.com_gogs_chardet_@v_v0.0.0-20211120154057-b7413eaefb8f.zip) = 280594 bytes BLAKE2s (github.com_gogs_cron_@v_v0.0.0-20171120032916-9f6c956d3e14.mod) = 911e144e2045344cd3967a4f1b8750104b2dc8efa90cc9285c7e8e5fc7fc9d1c SHA512 (github.com_gogs_cron_@v_v0.0.0-20171120032916-9f6c956d3e14.mod) = c0fbcf0c34400fa5afdf5c67e9ceecd04c9eaf3f86b9b5905c999a7048f98d6ff963ce52259427719b2f823e95b9889ab5d32830f9e0a8a509e042706a9c1bbf Size (github.com_gogs_cron_@v_v0.0.0-20171120032916-9f6c956d3e14.mod) = 28 bytes @@ -1812,21 +2382,36 @@ Size (github.com_golang-jwt_jwt_v4_@v_v4.1.0.mod) = 45 bytes BLAKE2s (github.com_golang-jwt_jwt_v4_@v_v4.2.0.mod) = 41525f74735037b4547e86b47a6035f5f91e9db9c9d8513c607c010f81891e8f SHA512 (github.com_golang-jwt_jwt_v4_@v_v4.2.0.mod) = f4140cce8dba7346cd09a6e2603a137d337a244f8db1bbebe1ec09dddbbc1908fabd8c91930b4476fe120d0c10c26ab297ba96c2372350ead40463a3ea441fae Size (github.com_golang-jwt_jwt_v4_@v_v4.2.0.mod) = 45 bytes -BLAKE2s (github.com_golang-jwt_jwt_v4_@v_v4.2.0.zip) = a350513e24fddb2d77ec2a4baf5d58c1401e72bc78bdd664647fc50e3afae7a2 -SHA512 (github.com_golang-jwt_jwt_v4_@v_v4.2.0.zip) = 584b22a73f611eeb4733da210208abae2787a4e29b5befc359355a34a9f1936c1e60c0aeb7ff0cc646e99778b32bc2f62eb535dd25ce804080631d0fc7b6629a -Size (github.com_golang-jwt_jwt_v4_@v_v4.2.0.zip) = 71592 bytes +BLAKE2s (github.com_golang-jwt_jwt_v4_@v_v4.3.0.mod) = 41525f74735037b4547e86b47a6035f5f91e9db9c9d8513c607c010f81891e8f +SHA512 (github.com_golang-jwt_jwt_v4_@v_v4.3.0.mod) = f4140cce8dba7346cd09a6e2603a137d337a244f8db1bbebe1ec09dddbbc1908fabd8c91930b4476fe120d0c10c26ab297ba96c2372350ead40463a3ea441fae +Size (github.com_golang-jwt_jwt_v4_@v_v4.3.0.mod) = 45 bytes +BLAKE2s (github.com_golang-jwt_jwt_v4_@v_v4.3.0.zip) = d110bfa1781e27b0b527da3d2f750706eb51417c94f55e6e0d91b6c103fa034a +SHA512 (github.com_golang-jwt_jwt_v4_@v_v4.3.0.zip) = f633980003b9ee5c4e7da43bba40ab20065e80ecbfec2364bdea1f9f2b3608b2f2095f2c25719ddcf6e3436a088f9cde3d58fbccb1eef58965d770828d3a4727 +Size (github.com_golang-jwt_jwt_v4_@v_v4.3.0.zip) = 73893 bytes BLAKE2s (github.com_golang-sql_civil_@v_v0.0.0-20190719163853-cb61b32ac6fe.mod) = 8bdf3b6dac48921af4055cd3045a3eec331be33ffebd958d742f038ff491f1e0 SHA512 (github.com_golang-sql_civil_@v_v0.0.0-20190719163853-cb61b32ac6fe.mod) = 33a68d466b4aee3c41e6d70766e90fc7b7b8e904acb360d1a5e15236832ca47e5f45393a7f5c486893f6a8ca04af4ca4ced27b064c15a5189217141a325972a8 Size (github.com_golang-sql_civil_@v_v0.0.0-20190719163853-cb61b32ac6fe.mod) = 35 bytes -BLAKE2s (github.com_golang-sql_civil_@v_v0.0.0-20190719163853-cb61b32ac6fe.zip) = 4f290a59d0b8f66d9436fc3194dfde3f47e13c453654a9c89684825a09019cb9 -SHA512 (github.com_golang-sql_civil_@v_v0.0.0-20190719163853-cb61b32ac6fe.zip) = 27fc4b487a652c7960ec6e691b78e80adbc3dce7590da3f4e568fae95f583e207a887aa8626ed75da7346a40d47b2bece7c3aa5fda6bc7cd4188673706f616dc -Size (github.com_golang-sql_civil_@v_v0.0.0-20190719163853-cb61b32ac6fe.zip) = 9531 bytes +BLAKE2s (github.com_golang-sql_civil_@v_v0.0.0-20220223132316-b832511892a9.mod) = 8bdf3b6dac48921af4055cd3045a3eec331be33ffebd958d742f038ff491f1e0 +SHA512 (github.com_golang-sql_civil_@v_v0.0.0-20220223132316-b832511892a9.mod) = 33a68d466b4aee3c41e6d70766e90fc7b7b8e904acb360d1a5e15236832ca47e5f45393a7f5c486893f6a8ca04af4ca4ced27b064c15a5189217141a325972a8 +Size (github.com_golang-sql_civil_@v_v0.0.0-20220223132316-b832511892a9.mod) = 35 bytes +BLAKE2s (github.com_golang-sql_civil_@v_v0.0.0-20220223132316-b832511892a9.zip) = 0cdbed571d8603a3c7a5ef446792ef3838fe6910a58db1b19fb32830e6d3b140 +SHA512 (github.com_golang-sql_civil_@v_v0.0.0-20220223132316-b832511892a9.zip) = 795004c2deba9fa1bbe34da4fe4768fdf77ca5aaae0e41e9f63a90cb8bb7f38f35e9eb3db30cd28e5f6a99f54333db3962060f2cf7ea7b419f4d18cbc8939426 +Size (github.com_golang-sql_civil_@v_v0.0.0-20220223132316-b832511892a9.zip) = 9640 bytes +BLAKE2s (github.com_golang-sql_sqlexp_@v_v0.0.0-20170517235910-f1bb20e5a188.mod) = 51ad5c3350bffa59e40138592693de9de3ab445b72a37fcf58db385f961d406f +SHA512 (github.com_golang-sql_sqlexp_@v_v0.0.0-20170517235910-f1bb20e5a188.mod) = 9b519dc4cfeed9abd91050896eff4a60b6f6a985b8ecd1c776b99d5ba075810ad81bd90c391735cf868a2bdc6cb0971856e37b824a999af2cc1dc5b80af77e7f +Size (github.com_golang-sql_sqlexp_@v_v0.0.0-20170517235910-f1bb20e5a188.mod) = 36 bytes +BLAKE2s (github.com_golang-sql_sqlexp_@v_v0.0.0-20170517235910-f1bb20e5a188.zip) = f9bbbb1ee9c1737154df9260091c0048d4813301430b7f8a05439807a25d8eb9 +SHA512 (github.com_golang-sql_sqlexp_@v_v0.0.0-20170517235910-f1bb20e5a188.zip) = 7fed83d2facb1268c529c95b4b38772635fd02f9ecdc2adfd2dec00ac8f419ca618d466d39259100e19d6066450886fb6011afbaf0995fea1561e009666823ae +Size (github.com_golang-sql_sqlexp_@v_v0.0.0-20170517235910-f1bb20e5a188.zip) = 11476 bytes BLAKE2s (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = dd073b0d745982706868d8639aebad5eb1dff0ea398d43a074be4a8ae3fb7c0a SHA512 (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = 3714d2a95d0435a113c36df5feb13f77a07a1514fdf6b5f01e6e8cc5d159067736e0065bad8062dc636fa5c52c98e3fea6985075005b2838bdf53e0b07093024 Size (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = 30 bytes -BLAKE2s (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.zip) = fc81a9290603a9321e2f847d961e54a9b0018862ed52301f829856a4ccda0b94 -SHA512 (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.zip) = a3c086e660f2285d9fb7d56d1eba74994e8f0052363413337413cb50009ba46d3a432e2b4c67a73bfb753e7c60646d96bdad308d8e634e53f0bb0bb97ea17bda -Size (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.zip) = 22449 bytes +BLAKE2s (github.com_golang_glog_@v_v0.0.0-20210429001901-424d2337a529.mod) = dd073b0d745982706868d8639aebad5eb1dff0ea398d43a074be4a8ae3fb7c0a +SHA512 (github.com_golang_glog_@v_v0.0.0-20210429001901-424d2337a529.mod) = 3714d2a95d0435a113c36df5feb13f77a07a1514fdf6b5f01e6e8cc5d159067736e0065bad8062dc636fa5c52c98e3fea6985075005b2838bdf53e0b07093024 +Size (github.com_golang_glog_@v_v0.0.0-20210429001901-424d2337a529.mod) = 30 bytes +BLAKE2s (github.com_golang_glog_@v_v0.0.0-20210429001901-424d2337a529.zip) = 09a4bc1d841d23655dba1b8416fcf312e058284b87c0f98e063f8780614695b0 +SHA512 (github.com_golang_glog_@v_v0.0.0-20210429001901-424d2337a529.zip) = 23f9416a79e5522cd78161d8cd1b5d677bce5b6ee7063b310d7d4d18afdc45ba69809ee094e7919da3c7c857fe7ca66d8b0966f127fc2f62434fbb3c52896b9b +Size (github.com_golang_glog_@v_v0.0.0-20210429001901-424d2337a529.zip) = 22504 bytes BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20160516000752-02826c3e7903.mod) = 4998748c45e33aa114579c0c58bbf4ffd6879f2fafdf036bd2cd7d606541bfdc SHA512 (github.com_golang_groupcache_@v_v0.0.0-20160516000752-02826c3e7903.mod) = 5a0f44d45d666885e31206077a515fa02246d56699aa02f7809868029fdf6a718a5df8edac0ec245880f982882c2f4ca1d13a1dc0c7c0f79d7e89c6c46fab523 Size (github.com_golang_groupcache_@v_v0.0.0-20160516000752-02826c3e7903.mod) = 36 bytes @@ -1842,9 +2427,12 @@ Size (github.com_golang_groupcache_@v_v0.0.0-20191227052852-215e87163ea7.mod) = BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.mod) = 4998748c45e33aa114579c0c58bbf4ffd6879f2fafdf036bd2cd7d606541bfdc SHA512 (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.mod) = 5a0f44d45d666885e31206077a515fa02246d56699aa02f7809868029fdf6a718a5df8edac0ec245880f982882c2f4ca1d13a1dc0c7c0f79d7e89c6c46fab523 Size (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.mod) = 36 bytes -BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.zip) = f1ed9e973ea4bcf6b34298c0c9f1e83e34e1aa88cf5c472d075dbf437281c56c -SHA512 (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.zip) = e4cc88b9e484d43a328c2ce80b812d4886fee13b915a41fb64b28cacb163960059de066b9be8aec33be081fdcd3db847ee491aeeb1a74b25aadca2c206c9587f -Size (github.com_golang_groupcache_@v_v0.0.0-20200121045136-8c9f03a8e57e.zip) = 39701 bytes +BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.mod) = 4998748c45e33aa114579c0c58bbf4ffd6879f2fafdf036bd2cd7d606541bfdc +SHA512 (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.mod) = 5a0f44d45d666885e31206077a515fa02246d56699aa02f7809868029fdf6a718a5df8edac0ec245880f982882c2f4ca1d13a1dc0c7c0f79d7e89c6c46fab523 +Size (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.mod) = 36 bytes +BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.zip) = e10d20f69ccab9fa0e4b6260dc2a779c611d77da02b3247541367daec85d450b +SHA512 (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.zip) = 52a3eade285f16ca743f29de8676a7ce7dfcfd4728d1f2fe1ab64d372082a621fa160520a31ca9bf231e32f650f4b7faeb91ec172c769022bd55dcfb0d7856b5 +Size (github.com_golang_groupcache_@v_v0.0.0-20210331224755-41bb18bfe9da.zip) = 39744 bytes BLAKE2s (github.com_golang_mock_@v_v1.1.1.mod) = 356607004812e692cdbc0d733f9b7290e44f8b250d574cad239668e00f4f1040 SHA512 (github.com_golang_mock_@v_v1.1.1.mod) = ae6a1a6f8d31592ea6141f2ea39c9b60cd28e73ffae74bcf370fa739865b95a7ed56f687975f017b42c59e3b0f1c02884fbd5c93140bce268771380c8c7a7a96 Size (github.com_golang_mock_@v_v1.1.1.mod) = 30 bytes @@ -1866,9 +2454,15 @@ Size (github.com_golang_mock_@v_v1.4.3.mod) = 131 bytes BLAKE2s (github.com_golang_mock_@v_v1.4.4.mod) = 8bac30e734ff7b2cab35c1ae2b7d87705ba025303c4d621a7f99c82731edb996 SHA512 (github.com_golang_mock_@v_v1.4.4.mod) = 4e386a43067044e410312e3d6015ae59d6e77506b0db35d08fe7e6cda7b3908a5bcf6fa7432fbc5391252dd4dcb346bf359727680250af1311d5c839a4cbf4d7 Size (github.com_golang_mock_@v_v1.4.4.mod) = 102 bytes -BLAKE2s (github.com_golang_mock_@v_v1.4.4.zip) = 89004d2ee1b38a7543d6137eb007db48a55f361433aae5adb2d34d9772b04fb9 -SHA512 (github.com_golang_mock_@v_v1.4.4.zip) = 0097c67ed2453ee0ecf7571f15f229ce49ff98a9f7a9df8f7bb374fc693c784b6a74453c57509bb3e006833d341da7cdb9887ef3ad7e55a4ae8681e73b783931 -Size (github.com_golang_mock_@v_v1.4.4.zip) = 95367 bytes +BLAKE2s (github.com_golang_mock_@v_v1.5.0.mod) = 07161ba5e9c664ea09276ebb7705d2d5e53984c91a4246bf731f924b71503e7d +SHA512 (github.com_golang_mock_@v_v1.5.0.mod) = 8529555c2751bec1c55edb40c210cd6afeb4b5f9f0cc38f99911c9da7afd6363a42bf225c742116707cd22aec2fc217802ce1c8d52e11185a80cdf398e8c4941 +Size (github.com_golang_mock_@v_v1.5.0.mod) = 132 bytes +BLAKE2s (github.com_golang_mock_@v_v1.6.0.mod) = 015e182eff8732dbb7a255cea50c9bce08567e4f29e9050a5f7497573cf07f86 +SHA512 (github.com_golang_mock_@v_v1.6.0.mod) = c1cbaa009d32793f323862b87efcd1e32324616df8df19abc7103633a215962df0f9038d1b52f7a715cdecd2da3b48a98e30618dc58532a1654934158ed160b6 +Size (github.com_golang_mock_@v_v1.6.0.mod) = 104 bytes +BLAKE2s (github.com_golang_mock_@v_v1.6.0.zip) = 4dd71df418970352eb9c3921746fcc38f2d538ee5f11fbb1a9c515128766ae0c +SHA512 (github.com_golang_mock_@v_v1.6.0.zip) = 7fca057ab9ea3208388ab23d8102498fdb7eab796e8a20ef84a996e2074185c92f3b4c0d3558e4c63dccdcfbd3169d5a785025e848dfb50ffe76bdde21e459ad +Size (github.com_golang_mock_@v_v1.6.0.zip) = 124156 bytes BLAKE2s (github.com_golang_protobuf_@v_v1.2.0.mod) = 8836436cb8d73217522d565a51dd5cade163931200a3b8638176b2238c65a87a SHA512 (github.com_golang_protobuf_@v_v1.2.0.mod) = e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6 Size (github.com_golang_protobuf_@v_v1.2.0.mod) = 34 bytes @@ -1914,6 +2508,9 @@ Size (github.com_golang_protobuf_@v_v1.4.3.mod) = 124 bytes BLAKE2s (github.com_golang_protobuf_@v_v1.5.0.mod) = 0acc4b18c31f79cfba3382e00e247754a4ab48bb17f2fd03fe4ff0cebc509f99 SHA512 (github.com_golang_protobuf_@v_v1.5.0.mod) = 467a3f6fb4c941cd55d8d4b2d6a2015966c60a8614691539c88c4bf0da2f8022055be8561cddd0e60b118f74f010be5998dd128b7b136f14edd2674e5650db2a Size (github.com_golang_protobuf_@v_v1.5.0.mod) = 129 bytes +BLAKE2s (github.com_golang_protobuf_@v_v1.5.1.mod) = 10f23d9e6684fff899564b02fdf669aeb2933fdf6441d026587dd279d553b87a +SHA512 (github.com_golang_protobuf_@v_v1.5.1.mod) = 6b46c8a019e49c6ed2307e7bf633d4fa04627938bcdffec22da42f722aeceb35de8655b04f69eb651fbc662ac5554b54b393340bec3ef4cdd01be2d7f6d07eab +Size (github.com_golang_protobuf_@v_v1.5.1.mod) = 124 bytes BLAKE2s (github.com_golang_protobuf_@v_v1.5.2.mod) = 40cf7971e01091dd61082a900b2339bbf92a56f6ecd271b037412785733a5a67 SHA512 (github.com_golang_protobuf_@v_v1.5.2.mod) = 44c996ad31bf02aec42bef934d7cd65379ae5eca4d1069dab8c478be169f9479cbd55f8f72bd9567e51535d31c9f65cd1d56bbefb8b745f96cad0f5953f8c420 Size (github.com_golang_protobuf_@v_v1.5.2.mod) = 192 bytes @@ -1944,15 +2541,24 @@ Size (github.com_google_btree_@v_v0.0.0-20180813153112-4030bb1f1f0c.mod) = 31 by BLAKE2s (github.com_google_btree_@v_v1.0.0.mod) = 941bfafbe0fe0c349074884dd893c26fbb0d6c62cfb63ebf0165f978b9638b74 SHA512 (github.com_google_btree_@v_v1.0.0.mod) = f2ff873ecf0144b7f434810af1b49f66f09b4bcadc91d99201465a6ce36c7e7f05996f52800be287dcb3b62e14b75fcebb7c32be0eeda6bb0a15a23058c2d410 Size (github.com_google_btree_@v_v1.0.0.mod) = 31 bytes -BLAKE2s (github.com_google_btree_@v_v1.0.0.zip) = a0a4c2041413cb2f6275df521286cab93197be9a88a48ffb516c2aa915c78ca8 -SHA512 (github.com_google_btree_@v_v1.0.0.zip) = b54c7f94aef24c769a0478aea5dedbf67309dc3f59a5d7cf52ea8b49e81783d87bf80e5bcfa36f1f95a65e64bdd8312d20ebf81cd73952af5481b2f1f3619eb9 -Size (github.com_google_btree_@v_v1.0.0.zip) = 17644 bytes +BLAKE2s (github.com_google_btree_@v_v1.0.1.mod) = 4f561ac81ef1ba1adb7dddfb23b3997c6fe655ba46cfc65425ccc8de38122dca +SHA512 (github.com_google_btree_@v_v1.0.1.mod) = b1f1c83260a976b4d1e79b029bdcf7813184e3f6d45b066400f329b099ab478ac54afcddce10b3e358a14ae8af48c7a1b56dd231388ece034b6092fd11cc44c7 +Size (github.com_google_btree_@v_v1.0.1.mod) = 629 bytes +BLAKE2s (github.com_google_btree_@v_v1.0.1.zip) = abfc4ccb1a7f9cb0e7f4087a6f78db8a6f9f89e6b0efa962c90d51954350f052 +SHA512 (github.com_google_btree_@v_v1.0.1.zip) = b82644edae6e2d95dcbc7a7575e5eff35765fae183459dc809f44f337826ed38cf84ebfd01f142b79e3cdecfa3c0b65f9ff83aa91fb33a1a0c7c0bf48d472c63 +Size (github.com_google_btree_@v_v1.0.1.zip) = 18241 bytes BLAKE2s (github.com_google_certificate-transparency-go_@v_v1.0.21.mod) = bb922b5a923002db6a93b5bc1c3c354aa0438fc6ccaa7f6872f697eae614062e SHA512 (github.com_google_certificate-transparency-go_@v_v1.0.21.mod) = e28ff19187ea6c4b00f517ae4a0271512947e1e88be71a74d2bf0a5fa22e7e48451890517425e42c57507b5c31f50ea045a693a32cd7fd1338078ac727686262 Size (github.com_google_certificate-transparency-go_@v_v1.0.21.mod) = 53 bytes -BLAKE2s (github.com_google_certificate-transparency-go_@v_v1.0.21.zip) = 79ebe67612930218525cd55ad69463f792ab7265dbe39989ee91080072b03c5e -SHA512 (github.com_google_certificate-transparency-go_@v_v1.0.21.zip) = a420adfb7d6c78bf8b7bd372e9f79b1ddf8b5c0ac42bf4d57a9e536f91a74ee211410739cb8711b7127d6d869526fdfec34d021d3959507a27d73a1fbf17a48b -Size (github.com_google_certificate-transparency-go_@v_v1.0.21.zip) = 988306 bytes +BLAKE2s (github.com_google_certificate-transparency-go_@v_v1.1.2-0.20210422104406-9f33727a7a18.mod) = bcdbbe31f8c1456bea4b16808dd8035ad6b32e7f156d0a8c76a2f21c3f29df97 +SHA512 (github.com_google_certificate-transparency-go_@v_v1.1.2-0.20210422104406-9f33727a7a18.mod) = b74b37a0dc154a0f2bf94a631d3537bf0c7db84655caf46571491658b0ca9e69df6864174d673a465134c1f9b296d333a9d3c31e8f9a98e5d74999c1117e01a2 +Size (github.com_google_certificate-transparency-go_@v_v1.1.2-0.20210422104406-9f33727a7a18.mod) = 1000 bytes +BLAKE2s (github.com_google_certificate-transparency-go_@v_v1.1.2-0.20210511102531-373a877eec92.mod) = 63b647973b8560d54e410cfdb4d88e3ec784ae2d9303b6fdb23f06d13d7558a3 +SHA512 (github.com_google_certificate-transparency-go_@v_v1.1.2-0.20210511102531-373a877eec92.mod) = 4b4b5b7bbbaa203c1b0e0f24c9de53857e8cbae664f928d1326f17f4ab1f00857d221c8cbbfd4ba1522a28778f05a42833b41ec4baa6b1c90e3a944d1febaddc +Size (github.com_google_certificate-transparency-go_@v_v1.1.2-0.20210511102531-373a877eec92.mod) = 937 bytes +BLAKE2s (github.com_google_certificate-transparency-go_@v_v1.1.2-0.20210511102531-373a877eec92.zip) = bc63b2f1712592d47358cd5a246fc9bb7c5e7d03d887c529a72844b0fcddf182 +SHA512 (github.com_google_certificate-transparency-go_@v_v1.1.2-0.20210511102531-373a877eec92.zip) = ad3e23560b0d8beb2e537b4ad4263f80be65095e9d714fac854115db296abfaf0662272b513d41ac32e2fe0083842a2911ef573a0a5ea673452b915093f485cd +Size (github.com_google_certificate-transparency-go_@v_v1.1.2-0.20210511102531-373a877eec92.zip) = 1623150 bytes BLAKE2s (github.com_google_go-cmp_@v_v0.2.0.mod) = b527d9b12f3de3a8355f18e986847efb92bf07f76a2b9cb5d329b7249d42cb7d SHA512 (github.com_google_go-cmp_@v_v0.2.0.mod) = 7229d917bb0c788b07297e1b09b8f7952f951998a56f17ea1f69ff7c2f565a5686b212f42f45c6b8351905d6740a2ec5a235e493daa531ae00cb709faf67ae45 Size (github.com_google_go-cmp_@v_v0.2.0.mod) = 32 bytes @@ -1992,12 +2598,24 @@ Size (github.com_google_go-cmp_@v_v0.5.6.mod) = 105 bytes BLAKE2s (github.com_google_go-cmp_@v_v0.5.6.zip) = 552fc11e6a3eeca747d7b2dcfe6b15ff83db3dc530fedf258ee9cb1aafe3b9fb SHA512 (github.com_google_go-cmp_@v_v0.5.6.zip) = 22df4fc49c44a1e73eb72295195633bc04b67fda27df452893ae77932879b62b344455b880972e78022a61dafb30eba8b5b6a872f6c66e093323fd5d1c086466 Size (github.com_google_go-cmp_@v_v0.5.6.zip) = 132988 bytes +BLAKE2s (github.com_google_go-github_v28_@v_v28.1.1.mod) = b633deffc9d9fd764b7751677b7cb460aeea5ce1d48e72f07d497104634ee653 +SHA512 (github.com_google_go-github_v28_@v_v28.1.1.mod) = 7d2a20a54c885207facafd3e6ab18698e102c9ec564daa2864e39ed887f88df20c6b37488185fc829685198ab628de978a7a99a0a07611d4ef6256f1a5ebc7c2 +Size (github.com_google_go-github_v28_@v_v28.1.1.mod) = 428 bytes +BLAKE2s (github.com_google_go-github_v28_@v_v28.1.1.zip) = 1439bed266bb6bc2066a61104faa8b1f2972dfe1880fea8e16b14fd9cf749d8d +SHA512 (github.com_google_go-github_v28_@v_v28.1.1.zip) = 7df988d3ce66e0f8187d71341d65995892ac46beb50f2a9bf00b0d73eeed62bb4fdf90fe1a84dc5d23ea78e84d94cbaa478e048ab218516246985a2cdc2dbe90 +Size (github.com_google_go-github_v28_@v_v28.1.1.zip) = 397072 bytes BLAKE2s (github.com_google_go-github_v39_@v_v39.2.0.mod) = 39932f1914469fd1d21dd5b5af7fa28bf97451072ba3dbc7e5bbaa732bb07565 SHA512 (github.com_google_go-github_v39_@v_v39.2.0.mod) = 8d1fae38b07d689983416c182189ab2c84f6c1d535be10f18433e6aca36d3bfa25dcbd88a3792e98c62ee9c121b71a644b91fcc79939531137033e10b8d24130 Size (github.com_google_go-github_v39_@v_v39.2.0.mod) = 330 bytes BLAKE2s (github.com_google_go-github_v39_@v_v39.2.0.zip) = 6686fc9620ca511721df84ceff15322f5bf326ebf9419f27ffd595201f3d8fb1 SHA512 (github.com_google_go-github_v39_@v_v39.2.0.zip) = ec2a41a5a98769bc5e0b6f3ea26490870b5313eaf4c37e68978e6df7a4d21f78f0bb013d8e3671adc615efef006c53b1ccbbc650b1ea241b53d8215edbf9ac61 Size (github.com_google_go-github_v39_@v_v39.2.0.zip) = 652713 bytes +BLAKE2s (github.com_google_go-licenses_@v_v0.0.0-20210329231322-ce1d9163b77d.mod) = 247d1f0972d6d715f66510423b74adbe4b7ac43afdcb8f39f1b54eac110cd0f1 +SHA512 (github.com_google_go-licenses_@v_v0.0.0-20210329231322-ce1d9163b77d.mod) = 7b1261d5444a0c062dc03d0a5861acd92f0bd34b3a796576738bbb1a7ab3ea5e327073f3ca5edfbd740a0b33b5e59d29253e0fb4fbeadd72b4829450f4a311f6 +Size (github.com_google_go-licenses_@v_v0.0.0-20210329231322-ce1d9163b77d.mod) = 616 bytes +BLAKE2s (github.com_google_go-licenses_@v_v0.0.0-20210329231322-ce1d9163b77d.zip) = 6cac6a53380e650e9f4fac5e535bcf5363319b4777765b2201b2164723af842f +SHA512 (github.com_google_go-licenses_@v_v0.0.0-20210329231322-ce1d9163b77d.zip) = 12c070d3705c662302b3cf0988b291a04dcaf4770474181500d80b30b6c060b8868d7761e4309daa7eae9ed35c22d72e2dbd9c64332cfb1c8f6f5562321f3add +Size (github.com_google_go-licenses_@v_v0.0.0-20210329231322-ce1d9163b77d.zip) = 73499 bytes BLAKE2s (github.com_google_go-querystring_@v_v1.0.0.mod) = fc68616080feb98575b0dfc365501156b6d9ac1421343966e89ad50d3033a2f1 SHA512 (github.com_google_go-querystring_@v_v1.0.0.mod) = b47c833f93e2d2f9746276fb7608dfe01295cead6b0c9cad36863e9c6da80e3abe8e7d79afb113fe382f73b641fcfd717090a8d6ca2d94bf2807fec07cd57574 Size (github.com_google_go-querystring_@v_v1.0.0.mod) = 40 bytes @@ -2007,27 +2625,51 @@ Size (github.com_google_go-querystring_@v_v1.1.0.mod) = 90 bytes BLAKE2s (github.com_google_go-querystring_@v_v1.1.0.zip) = d7b9b819ee72be741af165b0022d2d16544af8df0e468eb756b0921db7a46a39 SHA512 (github.com_google_go-querystring_@v_v1.1.0.zip) = 3fd2236abeaa0c4669d32e573fb444bbf2d4519cff9682f736a5d26e5f88e2d60b51108108aa4470e71e6e75c2f0b81959dc29c6e764ac26d5341ff6dd7c4db3 Size (github.com_google_go-querystring_@v_v1.1.0.zip) = 13092 bytes +BLAKE2s (github.com_google_go-replayers_grpcreplay_@v_v0.1.0.mod) = b5ae4e3a7756571e1d40b726ff83ea9d151095e640c2855fed9f29b0fc4d9d1a +SHA512 (github.com_google_go-replayers_grpcreplay_@v_v0.1.0.mod) = be86403e513712f8901d0a190d46a2822a3a061deaf72d5e635ecb9f9174391327086e954b125e3d2f8b53d67c805080e69889cdf0f4f2379b9d0f71acaa93cb +Size (github.com_google_go-replayers_grpcreplay_@v_v0.1.0.mod) = 355 bytes +BLAKE2s (github.com_google_go-replayers_grpcreplay_@v_v0.1.0.zip) = 672e4121ca446f29f33f6bcacd9f16c3d87f6e956efe770a9989b409811ef9b0 +SHA512 (github.com_google_go-replayers_grpcreplay_@v_v0.1.0.zip) = 1dfbde4bee62c1bb076047a8c16fa664470f3fd0ec50dd19e3f4a955d2db9b2b183c947687c73c844ef01e982218e6784148e400836bca34b3b08e9bd7598594 +Size (github.com_google_go-replayers_grpcreplay_@v_v0.1.0.zip) = 30556 bytes +BLAKE2s (github.com_google_go-replayers_httpreplay_@v_v0.1.0.mod) = 5f661553eea2560e59d9e932cde37c0a0a438dd052604229c90f8ee316a9fdf9 +SHA512 (github.com_google_go-replayers_httpreplay_@v_v0.1.0.mod) = fe4d4c1f4dce02486a464f54257f19785b57d6e4a3dabcddbf16bce062956b85b4d7f6965d6f4821030d4a3b83585367df60319ca4c97416cab9ea41b81ac579 +Size (github.com_google_go-replayers_httpreplay_@v_v0.1.0.mod) = 266 bytes +BLAKE2s (github.com_google_go-replayers_httpreplay_@v_v0.1.0.zip) = aa2d26dcb9c6b23bf0fea4429cf0f4c1bfdaab80b4b60cc7f05d8096e57c451c +SHA512 (github.com_google_go-replayers_httpreplay_@v_v0.1.0.zip) = 6f412ded2100a3b305012656b0e683b69c7109df4be0c53839699a661f4ebe4e591c6c68015100603c1fe26881383395d169e6b6c88a34d761df21c04988c888 +Size (github.com_google_go-replayers_httpreplay_@v_v0.1.0.zip) = 37909 bytes BLAKE2s (github.com_google_gofuzz_@v_v1.0.0.mod) = 5417b603c79018bb25e873f920ae81a20cda4c32bb9a718e15289d2e90bbd80d SHA512 (github.com_google_gofuzz_@v_v1.0.0.mod) = 3dcfdb76a938cf370310213720ca952c6aa99c8b1b96afe41eb05f1bff15df7d98d279509d921893c0c749337c83d4bf40613813e117c01205859a041716b2ee Size (github.com_google_gofuzz_@v_v1.0.0.mod) = 41 bytes BLAKE2s (github.com_google_gofuzz_@v_v1.0.0.zip) = 99d46841cd6f72fb6c5293244e175a397923bcfbcc7ca1e1b69d53ecee8758ce SHA512 (github.com_google_gofuzz_@v_v1.0.0.zip) = 6e265617828739486750cb8c5a8337f3e17f83664821208778528d93e608bd142902aaefcd64d4e6fb8542e5b0938b12191ea070fb5deefbff946daa146e9278 Size (github.com_google_gofuzz_@v_v1.0.0.zip) = 16584 bytes +BLAKE2s (github.com_google_licenseclassifier_@v_v0.0.0-20210325184830-bb04aff29e72.mod) = b2605e64f7ac054506efd9ed67208e1246b1a25bced2efd16ae326210d9ab597 +SHA512 (github.com_google_licenseclassifier_@v_v0.0.0-20210325184830-bb04aff29e72.mod) = 555736791c0c083aa7c99d1c74609c5de178f4c6c6aae5e8febf479fa07d0bd6b3aefe219f21966e178453decff620b474692c6c0ae0deb8833ee98855f8f1d4 +Size (github.com_google_licenseclassifier_@v_v0.0.0-20210325184830-bb04aff29e72.mod) = 179 bytes +BLAKE2s (github.com_google_licenseclassifier_@v_v0.0.0-20210325184830-bb04aff29e72.zip) = 70521f4e86c4c9a52ad517885feb09eca38ce0afb0a8e1248bf470a003e40aad +SHA512 (github.com_google_licenseclassifier_@v_v0.0.0-20210325184830-bb04aff29e72.zip) = a2e46be8c71fe5ae69abf3a2adb73791758320429cf84dbaf8b1e5ef58881de640975a51f2821cbaf516d713a7a32452db05e8e088b21508de0031db28b77ef9 +Size (github.com_google_licenseclassifier_@v_v0.0.0-20210325184830-bb04aff29e72.zip) = 7046546 bytes BLAKE2s (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 50fbcf00e2fabe446d1e13e31e0049c38ee01415e25f6bc20595b926a111f92e SHA512 (github.com_google_martian_@v_v2.1.0+incompatible.mod) = cffb5dc1c6531ae9d5998b3a57ba14de5dd8631a36dd48975da07ce5ec052d97b6f632c5d30ab9ab695f178758837aae8a6344c67d57c7a39ca8e9243f8211df Size (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 33 bytes -BLAKE2s (github.com_google_martian_@v_v2.1.0+incompatible.zip) = e52f24160dc4c5ede99f8ca53aff21da30c37090ea82f7994d529c7f81858fc8 -SHA512 (github.com_google_martian_@v_v2.1.0+incompatible.zip) = 26ffdf319d3c952533c25c487e027bf219be3f7ec7345f9d155a480e1e5f3006fe335ba790cbfed00487e23a8506a8208ed7223a514da11b7a4bb069337573ef -Size (github.com_google_martian_@v_v2.1.0+incompatible.zip) = 259222 bytes +BLAKE2s (github.com_google_martian_@v_v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.mod) = 50fbcf00e2fabe446d1e13e31e0049c38ee01415e25f6bc20595b926a111f92e +SHA512 (github.com_google_martian_@v_v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.mod) = cffb5dc1c6531ae9d5998b3a57ba14de5dd8631a36dd48975da07ce5ec052d97b6f632c5d30ab9ab695f178758837aae8a6344c67d57c7a39ca8e9243f8211df +Size (github.com_google_martian_@v_v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.mod) = 33 bytes +BLAKE2s (github.com_google_martian_@v_v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.zip) = aa5c5c7a0854f6a6fef4e83ee2dee09273f7ec167b11ddae73d90076d61b9f65 +SHA512 (github.com_google_martian_@v_v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.zip) = 318cb912ff414c874d69423d476ac797423076083de0dea926a5ea769f34ee30e065b51f694d50a69d5d8eb5e743289f65e7eefcedbe86919b7f2dfdd209e675 +Size (github.com_google_martian_@v_v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.zip) = 269532 bytes BLAKE2s (github.com_google_martian_v3_@v_v3.0.0.mod) = 20a7dc09475932fd8f549e308826d67c82314fd4f2f749793cbf846df66b450d SHA512 (github.com_google_martian_v3_@v_v3.0.0.mod) = 0e7277a311af830264de9ebf0771f9067ae479da8131a02d6528cda56628ea3d8a50af2d76f718da5b9f51de989424f79bd9f7d58825a8d5cf958f2fd02797fa Size (github.com_google_martian_v3_@v_v3.0.0.mod) = 106 bytes BLAKE2s (github.com_google_martian_v3_@v_v3.1.0.mod) = 20a7dc09475932fd8f549e308826d67c82314fd4f2f749793cbf846df66b450d SHA512 (github.com_google_martian_v3_@v_v3.1.0.mod) = 0e7277a311af830264de9ebf0771f9067ae479da8131a02d6528cda56628ea3d8a50af2d76f718da5b9f51de989424f79bd9f7d58825a8d5cf958f2fd02797fa Size (github.com_google_martian_v3_@v_v3.1.0.mod) = 106 bytes -BLAKE2s (github.com_google_martian_v3_@v_v3.1.0.zip) = 28d37b806c7331aaf6a204ddf702663d80cdfe320be79fb9e9e75d178491cd7a -SHA512 (github.com_google_martian_v3_@v_v3.1.0.zip) = f6308bda45399d25a68013b8f6e1f72e5d59cdeae5aa48304a0f03cbeb6b1803cb94a113f3c61f5d9af9ad60d1037764a65213f52a01414bdcfe3e3d57a1e473 -Size (github.com_google_martian_v3_@v_v3.1.0.zip) = 263049 bytes +BLAKE2s (github.com_google_martian_v3_@v_v3.2.1.mod) = 9d33143eb122ce57bf40fed8f5e6f11b98c0140ee05ca60bd77ac583a2cc69fd +SHA512 (github.com_google_martian_v3_@v_v3.2.1.mod) = 06c412e77ce3fec3f136d9992f5187ffc6ace7a80dead0dbc0c97f289a66a65afb3fd6f43e9de8686d757e2aacdf783f231c676dc6e017ee26ddd731bbd39598 +Size (github.com_google_martian_v3_@v_v3.2.1.mod) = 325 bytes +BLAKE2s (github.com_google_martian_v3_@v_v3.2.1.zip) = 3756cb8469cd8a8630ba6fb5fc579dd07f14ea9bb27d759654a23218770c0db3 +SHA512 (github.com_google_martian_v3_@v_v3.2.1.zip) = 26cca83301279419347c6401db80e9607303aad74f6dd21674305c1dc9b4686bfc9b71e9de97905dfe45e96b82ea9a59c3806e9a9777e5fa887398da5888e296 +Size (github.com_google_martian_v3_@v_v3.2.1.zip) = 299951 bytes BLAKE2s (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = 3e9a933072306aa3c85f84a46cfa047cdbdbd18c4363df335f7fe2aeed476bc4 SHA512 (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = c7e8b1bdd0360b88ccdcfd0cfe73e5cce50010a21db41ec2d533f7863b67930fbb84f430b9ffb663c394256628b05e884b812c040354779e0fdac2a422ac57e9 Size (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = 31 bytes @@ -2058,18 +2700,57 @@ Size (github.com_google_pprof_@v_v0.0.0-20201023163331-3e6fc7fc9c4c.mod) = 368 b BLAKE2s (github.com_google_pprof_@v_v0.0.0-20201203190320-1bf35d6f28c2.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 SHA512 (github.com_google_pprof_@v_v0.0.0-20201203190320-1bf35d6f28c2.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 Size (github.com_google_pprof_@v_v0.0.0-20201203190320-1bf35d6f28c2.mod) = 368 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20201218002935-b9804c9f04c2.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 +SHA512 (github.com_google_pprof_@v_v0.0.0-20201218002935-b9804c9f04c2.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 +Size (github.com_google_pprof_@v_v0.0.0-20201218002935-b9804c9f04c2.mod) = 368 bytes BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210122040257-d980be63207e.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 SHA512 (github.com_google_pprof_@v_v0.0.0-20210122040257-d980be63207e.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 Size (github.com_google_pprof_@v_v0.0.0-20210122040257-d980be63207e.mod) = 368 bytes -BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210122040257-d980be63207e.zip) = fd8c94fe036baf1f5e11c2fd87cd01af3f97d9407e14d82d85433c1febd127ce -SHA512 (github.com_google_pprof_@v_v0.0.0-20210122040257-d980be63207e.zip) = 2388b4afa748ad736af145179e56f7a97cf2da5067c82afd8b666891b406a3cd2c208b0316b4cd1cf8d920584b533cefc789ee7432dc48222d5094533d5b1560 -Size (github.com_google_pprof_@v_v0.0.0-20210122040257-d980be63207e.zip) = 1838388 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210226084205-cbba55b83ad5.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 +SHA512 (github.com_google_pprof_@v_v0.0.0-20210226084205-cbba55b83ad5.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 +Size (github.com_google_pprof_@v_v0.0.0-20210226084205-cbba55b83ad5.mod) = 368 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 +SHA512 (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 +Size (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = 368 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210609004039-a478d1d731e9.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 +SHA512 (github.com_google_pprof_@v_v0.0.0-20210609004039-a478d1d731e9.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 +Size (github.com_google_pprof_@v_v0.0.0-20210609004039-a478d1d731e9.mod) = 368 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210720184732-4bb14d4b1be1.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 +SHA512 (github.com_google_pprof_@v_v0.0.0-20210720184732-4bb14d4b1be1.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 +Size (github.com_google_pprof_@v_v0.0.0-20210720184732-4bb14d4b1be1.mod) = 368 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210720184732-4bb14d4b1be1.zip) = d02e05da9552376dd1510332f71bba5efd59107666c74a9faefc201ebae8b694 +SHA512 (github.com_google_pprof_@v_v0.0.0-20210720184732-4bb14d4b1be1.zip) = d5583a4ad87fa9add1f7a8cb2e17855073b83c49ad39c5d0349875b68b3389ec8b80c20b1ab440b2b1aff6e625d90cbc3feb37bdc163f981fe62b2efb2e22205 +Size (github.com_google_pprof_@v_v0.0.0-20210720184732-4bb14d4b1be1.zip) = 1853706 bytes BLAKE2s (github.com_google_renameio_@v_v0.1.0.mod) = 9a5bfe17a460ac1c740a236a2ee02efa8968fede4f47189829a5b6c87566ad29 SHA512 (github.com_google_renameio_@v_v0.1.0.mod) = a46cae976ce90d1cef802eeaa873c059cc9ec3678d5c3c304a9de45f44f20a24d68fa290cfdcf78c4ac222a6d619a005825de8f11e72b9a5af476a0b0180092b Size (github.com_google_renameio_@v_v0.1.0.mod) = 34 bytes BLAKE2s (github.com_google_renameio_@v_v0.1.0.zip) = c62403f4439ba32c6f7b1c5ee908746561ff61f4552744d1b84ab23de457b6b5 SHA512 (github.com_google_renameio_@v_v0.1.0.zip) = 6e4bb9ee5e5681a5de794a744e184c36824772563c5a26de2478301674bc50b93e091fab34a531f0eca13be1255f69a2748c32e2996d7c1e2d940302ad3b01f5 Size (github.com_google_renameio_@v_v0.1.0.zip) = 14941 bytes +BLAKE2s (github.com_google_rpmpack_@v_v0.0.0-20191226140753-aa36bfddb3a0.mod) = 83f75f279d05daa55b03a800d8aa4799373a45fa4ee101b8240a2c32b0704158 +SHA512 (github.com_google_rpmpack_@v_v0.0.0-20191226140753-aa36bfddb3a0.mod) = adbc2847756f54e409ff819dd33a1fcd3d5e4ca9f91a086526123d4396d337a884d6dece83960442b21359b978e7e66335a85e2187d62abe1195e5850f3daa25 +Size (github.com_google_rpmpack_@v_v0.0.0-20191226140753-aa36bfddb3a0.mod) = 219 bytes +BLAKE2s (github.com_google_rpmpack_@v_v0.0.0-20191226140753-aa36bfddb3a0.zip) = c75b5ffab771c7194fed081ccaa26c6bf75c27542190b716c4f0cc293351388f +SHA512 (github.com_google_rpmpack_@v_v0.0.0-20191226140753-aa36bfddb3a0.zip) = 6222b774d20563bacfdbe1524bc3f8bd61e595e8e210ba220c4094c5106f3533bff4528c8e7acc2cea4841da9c4391721f47e7a858cc114e6f40f97498e27eb6 +Size (github.com_google_rpmpack_@v_v0.0.0-20191226140753-aa36bfddb3a0.zip) = 38525 bytes +BLAKE2s (github.com_google_subcommands_@v_v1.0.1.mod) = d3b9c17b59127b86ffdd302290d6f1cab9b5f712249fd5b29d49a67606cc063d +SHA512 (github.com_google_subcommands_@v_v1.0.1.mod) = 907a01931662330c0a6698ae295bd892db2385a82d60a647096a25c33f541c2a7a770bd52ab2358d61e3464ee8fba19307462c7e8471523b950311d6c8e03470 +Size (github.com_google_subcommands_@v_v1.0.1.mod) = 37 bytes +BLAKE2s (github.com_google_subcommands_@v_v1.0.1.zip) = c0def87d0fd01f7206567d8f270dcce3b33dd615cd044d461c0e2b3200af63cd +SHA512 (github.com_google_subcommands_@v_v1.0.1.zip) = 09f630c41d25f192451cd1ab10d95c85ede4e7f1b621f9caac8892e7e46c654c84eee0bcba91005706dc58c856e1ec0b0f405f1f7e2d2c61d6b9b474da8cf77b +Size (github.com_google_subcommands_@v_v1.0.1.zip) = 10142 bytes +BLAKE2s (github.com_google_trillian_@v_v1.3.14-0.20210409160123-c5ea3abd4a41.mod) = 7d7e35230a3a88a5dda5ac51e394ae1fb70e07e878e88efc8d5dca96fd1e8490 +SHA512 (github.com_google_trillian_@v_v1.3.14-0.20210409160123-c5ea3abd4a41.mod) = 6b9052e85ddb67b9fb3eeadc202b8add52e895758822e7fc83461742891d155ff8a0f4edcd45cdb35bedae5b524f77a538a4abe3df6ac0bd038fc913de327e3d +Size (github.com_google_trillian_@v_v1.3.14-0.20210409160123-c5ea3abd4a41.mod) = 1950 bytes +BLAKE2s (github.com_google_trillian_@v_v1.3.14-0.20210428093031-b4ddea2e86b1.mod) = 19dee169f70b8ad1430fc817bd89cf6d7904e3c3ec7e62c98b7cba6218be3824 +SHA512 (github.com_google_trillian_@v_v1.3.14-0.20210428093031-b4ddea2e86b1.mod) = 59e450070610b8e6f535b46f2274e3df1270674f916f7ca02c63d21b4e92aff60e1ee04fd1cb3a062c1ee21409f82cb52963711d2fbf440d871d084b286dd70b +Size (github.com_google_trillian_@v_v1.3.14-0.20210428093031-b4ddea2e86b1.mod) = 1524 bytes +BLAKE2s (github.com_google_trillian_@v_v1.3.14-0.20210428093031-b4ddea2e86b1.zip) = 48a9b5f2e37e4403a508e5c8442822357b4f1a415e68f381d1c4cd3d9687863a +SHA512 (github.com_google_trillian_@v_v1.3.14-0.20210428093031-b4ddea2e86b1.zip) = 2b896f1e4643dbd407c7d441dc3b4c31e476bb849174bdcf9227fb7410148c90d4434a2d713ab1bb09b7d459ce581914345c048b37ec2b066abbf724cddc0f69 +Size (github.com_google_trillian_@v_v1.3.14-0.20210428093031-b4ddea2e86b1.zip) = 2225507 bytes +BLAKE2s (github.com_google_uuid_@v_v0.0.0-20161128191214-064e2069ce9c.mod) = 4950daf6c771a2feda754cc244ccb1881f07c2cb2b780da0d81b7f5e991a5c00 +SHA512 (github.com_google_uuid_@v_v0.0.0-20161128191214-064e2069ce9c.mod) = 695f3424e0cc247a069fbd6b94820554e003030eb0e208ba7be38f660c5fc29f74a057e60031ec77918b5b320913d6deabdf19a0f0666b0f5bc5e2724e1fddba +Size (github.com_google_uuid_@v_v0.0.0-20161128191214-064e2069ce9c.mod) = 30 bytes BLAKE2s (github.com_google_uuid_@v_v1.0.0.mod) = 4950daf6c771a2feda754cc244ccb1881f07c2cb2b780da0d81b7f5e991a5c00 SHA512 (github.com_google_uuid_@v_v1.0.0.mod) = 695f3424e0cc247a069fbd6b94820554e003030eb0e208ba7be38f660c5fc29f74a057e60031ec77918b5b320913d6deabdf19a0f0666b0f5bc5e2724e1fddba Size (github.com_google_uuid_@v_v1.0.0.mod) = 30 bytes @@ -2079,21 +2760,48 @@ Size (github.com_google_uuid_@v_v1.1.1.mod) = 30 bytes BLAKE2s (github.com_google_uuid_@v_v1.1.2.mod) = 4950daf6c771a2feda754cc244ccb1881f07c2cb2b780da0d81b7f5e991a5c00 SHA512 (github.com_google_uuid_@v_v1.1.2.mod) = 695f3424e0cc247a069fbd6b94820554e003030eb0e208ba7be38f660c5fc29f74a057e60031ec77918b5b320913d6deabdf19a0f0666b0f5bc5e2724e1fddba Size (github.com_google_uuid_@v_v1.1.2.mod) = 30 bytes +BLAKE2s (github.com_google_uuid_@v_v1.2.0.mod) = 4950daf6c771a2feda754cc244ccb1881f07c2cb2b780da0d81b7f5e991a5c00 +SHA512 (github.com_google_uuid_@v_v1.2.0.mod) = 695f3424e0cc247a069fbd6b94820554e003030eb0e208ba7be38f660c5fc29f74a057e60031ec77918b5b320913d6deabdf19a0f0666b0f5bc5e2724e1fddba +Size (github.com_google_uuid_@v_v1.2.0.mod) = 30 bytes BLAKE2s (github.com_google_uuid_@v_v1.3.0.mod) = 4950daf6c771a2feda754cc244ccb1881f07c2cb2b780da0d81b7f5e991a5c00 SHA512 (github.com_google_uuid_@v_v1.3.0.mod) = 695f3424e0cc247a069fbd6b94820554e003030eb0e208ba7be38f660c5fc29f74a057e60031ec77918b5b320913d6deabdf19a0f0666b0f5bc5e2724e1fddba Size (github.com_google_uuid_@v_v1.3.0.mod) = 30 bytes BLAKE2s (github.com_google_uuid_@v_v1.3.0.zip) = 4d5dc8d8cf285de87baaaf340416a26b99a3bc462d99c8fe8a1c0ca4bcad1047 SHA512 (github.com_google_uuid_@v_v1.3.0.zip) = 7160b10282b5e11df66caff015b151a1cb2f52794cd97fb0011440a6a374dcd1e88141b516ab1951de594bac0ca9401b2637c4fbcf3f9227d6fed87a21fc95aa Size (github.com_google_uuid_@v_v1.3.0.zip) = 25027 bytes +BLAKE2s (github.com_google_wire_@v_v0.3.0.mod) = 2d4014c044db2df992cb714e39704c88df78dcb7cdb4fd5299ff263ac3f1be42 +SHA512 (github.com_google_wire_@v_v0.3.0.mod) = b3b4c4f5029956b8fb2cb317445665152083227cab9436aa5eb9092596e554f197ec279b11123b744c4f170b494634a34339b2e00e2743e260516a4ce423b56e +Size (github.com_google_wire_@v_v0.3.0.mod) = 288 bytes +BLAKE2s (github.com_google_wire_@v_v0.3.0.zip) = e1fdf32617abd8d720e0baf011135ff17650d457a6e74ea402f2fdf1acc3ecc8 +SHA512 (github.com_google_wire_@v_v0.3.0.zip) = 1873fc05ae2a4eefc50a6add9dab98d71e27a402aca6607c2638baf46fda568958085466832aa268ee2ddf15dc4a60949815257ca3815815bbbb42e0569059b3 +Size (github.com_google_wire_@v_v0.3.0.zip) = 245498 bytes +BLAKE2s (github.com_googleapis_gax-go_@v_v2.0.2+incompatible.mod) = 8acd0ffeff459d2effad904cb777833acc1811c2e14d18684837b8dfe2edc78c +SHA512 (github.com_googleapis_gax-go_@v_v2.0.2+incompatible.mod) = 3f00f698f5b9c8c859553086638f72b732a210572ab7319c1d641a29962b317e4b424ee213c2421c06ec76c70e1252d7a770f43d4c46b999c5b371017a3c54ea +Size (github.com_googleapis_gax-go_@v_v2.0.2+incompatible.mod) = 36 bytes +BLAKE2s (github.com_googleapis_gax-go_@v_v2.0.2+incompatible.zip) = 2272cff42302dcf0075dd001fad55ab7cb079ad28e87bb85d870869105b10e69 +SHA512 (github.com_googleapis_gax-go_@v_v2.0.2+incompatible.zip) = e8d236722ef338098d87bf6756e151f3549220a5b153254b2d7cddb1a6fdf135b682f089f7970445396acfb378b25ed74e7a976d578695e5d44d15cedb187a68 +Size (github.com_googleapis_gax-go_@v_v2.0.2+incompatible.zip) = 14095 bytes BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.0.4.mod) = 67da011399602fad896c0c2fa75f2f8a429bb1a5ebaefe6d7975fdf8fac25483 SHA512 (github.com_googleapis_gax-go_v2_@v_v2.0.4.mod) = 31e50016a01fd485775368e2e430959278cb6c03ae6b1871b3d0c173fd43e91654ae87d1758c08daf897e55be8b4044bcb47fc072ec645d16e2594f345b46c73 Size (github.com_googleapis_gax-go_v2_@v_v2.0.4.mod) = 88 bytes BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.0.5.mod) = 86413d31d1a5e03bf8c5d155ea356e4e00f01cb2d69790d682acdb13bb0d36ce SHA512 (github.com_googleapis_gax-go_v2_@v_v2.0.5.mod) = 2af320b0514b032ee87a92d99d673579981571f325d0d46133e212a639eca274d5a6f8164a7256cfa6c063967b98ace36e637f53d90331903fd6e4a21f1a5a19 Size (github.com_googleapis_gax-go_v2_@v_v2.0.5.mod) = 79 bytes -BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.0.5.zip) = 044e147670778a0ae7088da36f4a9e8aecb069ab7689f624ad95d39ac83bcdf9 -SHA512 (github.com_googleapis_gax-go_v2_@v_v2.0.5.zip) = 240fccffe9eef7f5900b7e3add1fc95b45efbca63d6c09086ed4a0d4c50d470fddeb01672da067222c107b794c204f8da63c366782c52e7b7de6514c310bcb7d -Size (github.com_googleapis_gax-go_v2_@v_v2.0.5.zip) = 16077 bytes +BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.1.0.mod) = 3aebbbe5415a093d4e0fdc52413b655d5cda32cc0f81e7db632175607fc8e509 +SHA512 (github.com_googleapis_gax-go_v2_@v_v2.1.0.mod) = 40630bbc128c7d42dc4e5b904a56eb39c42e2e51678a4b08c7786d439c5119c18ad70d3d3354f501b205096df1b0eb31a1a10c185f5b4f76cd9ec2c72cbaf962 +Size (github.com_googleapis_gax-go_v2_@v_v2.1.0.mod) = 257 bytes +BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.1.1.mod) = a3863b4cdedab0375ec3e69336217f46c89228e08dd2675f0ff130dabcf8cdb8 +SHA512 (github.com_googleapis_gax-go_v2_@v_v2.1.1.mod) = d7dc6a82b035808094f0a525fc650a51d778e5eb6de70976ffd81b99f9fd6426f8c2320da18f92f89cdc376dbea9b65b8a8e8e726981e5b27e42800ece08430e +Size (github.com_googleapis_gax-go_v2_@v_v2.1.1.mod) = 257 bytes +BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.1.1.zip) = 916e20ab4305447dcd2c62429e88a5fa6ce5b0d785cf9b17ea73b58456601064 +SHA512 (github.com_googleapis_gax-go_v2_@v_v2.1.1.zip) = 95039bbbf914c38b2a22b911c10b337bc310daebcf7768cc81bb1fea5ca7a17aaed7ceda54a223c3c1f847194125ac2cf859e0826cc243ef8850eed247738c73 +Size (github.com_googleapis_gax-go_v2_@v_v2.1.1.zip) = 46014 bytes +BLAKE2s (github.com_googleapis_google-cloud-go-testing_@v_v0.0.0-20200911160855-bcd43fbb19e8.mod) = 5b63a414b540de640142d240b1136cbb3d0bd26a7ee00f101606cac9dfcba3bc +SHA512 (github.com_googleapis_google-cloud-go-testing_@v_v0.0.0-20200911160855-bcd43fbb19e8.mod) = 5a3c4499137eb58887c339bdc7b4ddc147e75a7b6c2c919e1d468a6f3b62cefc78dde3a4b9125d7a29a8fb358e5b885034bb710b6c8caf834298327b85474876 +Size (github.com_googleapis_google-cloud-go-testing_@v_v0.0.0-20200911160855-bcd43fbb19e8.mod) = 373 bytes +BLAKE2s (github.com_googleapis_google-cloud-go-testing_@v_v0.0.0-20200911160855-bcd43fbb19e8.zip) = fff05f30a024d9a0be068adfe9d47d6cd1339e19af68a5fdc754e6f0baa7841e +SHA512 (github.com_googleapis_google-cloud-go-testing_@v_v0.0.0-20200911160855-bcd43fbb19e8.zip) = 8feb516abf11652408c3de44a99ad446ae57fc5693d5d9bb3843131629d20e1cdf8975ce45080ec1d552b4eb54f2d4c589a97b13d691fbde4cd6e4395cc8c5b6 +Size (github.com_googleapis_google-cloud-go-testing_@v_v0.0.0-20200911160855-bcd43fbb19e8.zip) = 50275 bytes BLAKE2s (github.com_gopherjs_gopherjs_@v_v0.0.0-20181017120253-0766667cb4d1.mod) = cc09135fceb95d5630da2ab151fc08ccbbc2893c4cbafba1e48e70132183ee57 SHA512 (github.com_gopherjs_gopherjs_@v_v0.0.0-20181017120253-0766667cb4d1.mod) = 35151946ce44fde9d3bde1d0626749ac4bc68cc448736c3b0f056f40a9ae30aef591db614b271df3eba3a96dbc94052ea5bf7ff68749ec980088d60361934771 Size (github.com_gopherjs_gopherjs_@v_v0.0.0-20181017120253-0766667cb4d1.mod) = 36 bytes @@ -2106,6 +2814,24 @@ Size (github.com_gopherjs_gopherjs_@v_v0.0.0-20190910122728-9d188e94fb99.mod) = BLAKE2s (github.com_gopherjs_gopherjs_@v_v0.0.0-20190910122728-9d188e94fb99.zip) = 4fc2b46d7499abf7deefb30ecbc88b4045845b4defb6ca756b78f1dcf3a477cc SHA512 (github.com_gopherjs_gopherjs_@v_v0.0.0-20190910122728-9d188e94fb99.zip) = a094dc0370458fc756bfa0961536ed30d37195a506675aae478273b0f3f294c001e3784c2b1162ae3456e7715736f34e34f796d76f5fd26ebd2772411c82cf41 Size (github.com_gopherjs_gopherjs_@v_v0.0.0-20190910122728-9d188e94fb99.zip) = 266927 bytes +BLAKE2s (github.com_gordonklaus_ineffassign_@v_v0.0.0-20200309095847-7953dde2c7bf.mod) = def8d96ad2bdee3ac4183c416abf8fb89a71dc89512b6b96e541790b426cb8a0 +SHA512 (github.com_gordonklaus_ineffassign_@v_v0.0.0-20200309095847-7953dde2c7bf.mod) = 4b35d781a7e2cb1717e525e1acf2fb08789cbb25364e2c572c3c3e20a3c4e86c44f8a3bd7f0fb10c5d4773ec32aeb714c0b1cba5b017cd8a8f13a2ad5327964c +Size (github.com_gordonklaus_ineffassign_@v_v0.0.0-20200309095847-7953dde2c7bf.mod) = 42 bytes +BLAKE2s (github.com_gordonklaus_ineffassign_@v_v0.0.0-20200309095847-7953dde2c7bf.zip) = df9c8e78e8cfe1b3e554b1be6386eb64b28265dbdf21ae03880c2406e308819a +SHA512 (github.com_gordonklaus_ineffassign_@v_v0.0.0-20200309095847-7953dde2c7bf.zip) = 394849589924d5a608aa67d01d5d4a0e4e97a0c4275d0c8d1e26ea4906e0a4e9323e8370a5b88fcff36860ad492a462d2fbfa2a03aad3e0909823e0c22ed0124 +Size (github.com_gordonklaus_ineffassign_@v_v0.0.0-20200309095847-7953dde2c7bf.zip) = 10930 bytes +BLAKE2s (github.com_goreleaser_goreleaser_@v_v0.134.0.mod) = 3135504a19e17048d64339aa08b82ccb6065ddc090b54ccee3a05307536ac018 +SHA512 (github.com_goreleaser_goreleaser_@v_v0.134.0.mod) = bdbe55a99c9adbe74e3b304745e6bb853088c0777a21728c72573c4df321321a60d2dfeacbb54233cf9f2dda44a11eda731a9308111a9d90652f4ee4e08e99c6 +Size (github.com_goreleaser_goreleaser_@v_v0.134.0.mod) = 1088 bytes +BLAKE2s (github.com_goreleaser_goreleaser_@v_v0.134.0.zip) = e4e5b59dd5630e40871b660c18668fc48f99388ffd7f9e90b21e65bcef46653a +SHA512 (github.com_goreleaser_goreleaser_@v_v0.134.0.zip) = 87a342b46d4f30b25aa4ea7e94999b8a1e54233a462bf837bc840a6d0642fc3fea3cad578f4a6383cb836367b2ae234ee7e6c23573eca36c887b4dd9b330a4e0 +Size (github.com_goreleaser_goreleaser_@v_v0.134.0.zip) = 373673 bytes +BLAKE2s (github.com_goreleaser_nfpm_@v_v1.2.1.mod) = 3cafe00ba871ad0c3b240c60e913abbc55d5b0ee2362ebc4baa0f4adeab6c7b6 +SHA512 (github.com_goreleaser_nfpm_@v_v1.2.1.mod) = 8e2a82484787980f20ce9d101032e2dc781aec6ba0d8ca9a2e944a8d5b3028b71cb4af58fceb93fac47d0a0c434c785137aec8994734acbdab5db5186ae4762c +Size (github.com_goreleaser_nfpm_@v_v1.2.1.mod) = 1016 bytes +BLAKE2s (github.com_goreleaser_nfpm_@v_v1.2.1.zip) = 37145d2cd8dd2fb4128796349b20c139234abec6f4241712ebac086737a6a803 +SHA512 (github.com_goreleaser_nfpm_@v_v1.2.1.zip) = 400bd9cca7817d65ce2ea87e8e0db0bd6fb8769b0290b418c7749bdfdc54ce96677aec46b15ac8f9e39e12a20ed023b18ac2569746d49bf5562930a2e9562212 +Size (github.com_goreleaser_nfpm_@v_v1.2.1.zip) = 461154 bytes BLAKE2s (github.com_gorilla_context_@v_v1.1.1.mod) = ca185e198ab6821f0e5c2f8647bd81c18d654c4775268a29df7ae59785a5c3df SHA512 (github.com_gorilla_context_@v_v1.1.1.mod) = 1db09f5968fde5c7877937c2ba476afb8a07832943f66c24cda7669ccde744ecc5ebd6e9efee9427b24e10fafba5f7acba7416f9c4e438c2ae2ab22c4483127b Size (github.com_gorilla_context_@v_v1.1.1.mod) = 34 bytes @@ -2169,6 +2895,9 @@ Size (github.com_gorilla_sessions_@v_v1.2.1.zip) = 20216 bytes BLAKE2s (github.com_gorilla_websocket_@v_v0.0.0-20170926233335-4201258b820c.mod) = f666f7a038f07c939b003134514ab1688f1e60878aa54726299d8bf2ccbf0d27 SHA512 (github.com_gorilla_websocket_@v_v0.0.0-20170926233335-4201258b820c.mod) = 21ce8fb666af3c32e843c816626a7c4c0c63ed1f170c7a49eea4a2f40e28e4ba0105dad2e17aa527da7dc3eca198a20dbb6566e60ef48d7d7cf72413bc81d24a Size (github.com_gorilla_websocket_@v_v0.0.0-20170926233335-4201258b820c.mod) = 36 bytes +BLAKE2s (github.com_gorilla_websocket_@v_v1.4.0.mod) = f666f7a038f07c939b003134514ab1688f1e60878aa54726299d8bf2ccbf0d27 +SHA512 (github.com_gorilla_websocket_@v_v1.4.0.mod) = 21ce8fb666af3c32e843c816626a7c4c0c63ed1f170c7a49eea4a2f40e28e4ba0105dad2e17aa527da7dc3eca198a20dbb6566e60ef48d7d7cf72413bc81d24a +Size (github.com_gorilla_websocket_@v_v1.4.0.mod) = 36 bytes BLAKE2s (github.com_gorilla_websocket_@v_v1.4.2.mod) = dbf53703a57aa05392a4753b21d683ec3798f5a11d06fc84a30426f87315008d SHA512 (github.com_gorilla_websocket_@v_v1.4.2.mod) = 81ef224435efb5cbd429dd4339e8410234855f4a268302a61d34e76c388e89ea22c97ae90d71a6ef910ca00d3178e40d3587eaf484112966050fbd1f1f4843ab Size (github.com_gorilla_websocket_@v_v1.4.2.mod) = 45 bytes @@ -2181,48 +2910,78 @@ Size (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.0.mod) = 52 bytes BLAKE2s (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.1-0.20190118093823-f849b5445de4.mod) = ee9d8e1564c7c92a8577026278899d06e5f5a1b425c56f0244eec7ce528e8ad0 SHA512 (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.1-0.20190118093823-f849b5445de4.mod) = 6e5556550286ca0fed117d3db2f43d6023d7f0e7625762ca76c773e410fe51d6092c6acb574db7578284188bbf79cb9050aab7000f09510338b24195ea395945 Size (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.1-0.20190118093823-f849b5445de4.mod) = 52 bytes -BLAKE2s (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.1-0.20190118093823-f849b5445de4.zip) = bde6b1871a5fa21a9362864104e251bf29e37cef0c8d1a5ae0386d4f8d91695e -SHA512 (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.1-0.20190118093823-f849b5445de4.zip) = 39bb926ff817750578322805bcf412db6c09ca5b7dcd237fed9f64df51222de62b62eee275e6d37c7dafde7dd8fada499c344c62c3ef0a3bd8d27053057f4079 -Size (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.1-0.20190118093823-f849b5445de4.zip) = 138925 bytes +BLAKE2s (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.2.2.mod) = e148ac137d387ba599fefa68a3843c13a89e463d11130dc4f22491203c7a3eb2 +SHA512 (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.2.2.mod) = cd222c9b59f4c14a6b37b576fe682aeb075ca22664bc16393bdf8c5df553ae4aaabd5dced19b9ab687c2d882f388043ffaf61a3b5793b2b80d2e47909a0eac5f +Size (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.2.2.mod) = 914 bytes +BLAKE2s (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.3.0.mod) = 6a3bd6876d9f779642d5776450503f29c27fadbd820bca4353fdf51e2373fc7c +SHA512 (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.3.0.mod) = 3554fb792cf0898b664445f00e1d93a7298e3a8bfef948686f13b915592715e447c3c7e1214d640a582ff0bd83ee5ef1113709c0cb202c218ba80a6534c4f7b1 +Size (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.3.0.mod) = 746 bytes +BLAKE2s (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.3.0.zip) = 1768cef5dcdf3500bdce34aff39b56974e648758c3eb4a4540bc49043a36a790 +SHA512 (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.3.0.zip) = 8a95316e4e86e6406603124aba7daa8854798da59c0590309942ae545794cf011b2cb709161f9abd22432e3c0d669b45a91ce9bca5a1bca7080660d80edb4a21 +Size (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.3.0.zip) = 166741 bytes BLAKE2s (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.mod) = 57aec222e61d82bae8d189d37a7985ed248afdf6cfb307294f54ee72d09eb156 SHA512 (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.mod) = c9e15e4a4436ffdedfe5ece51858a45806d6fd77d2306c35eb986a866a3da5bec0d5d06ddba55a05ca45c8c29a51bc7c58150849b5dbde569a6810012f3ace4e Size (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.mod) = 52 bytes BLAKE2s (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.zip) = 15909635e8a8ab85cdecbfb3d995ecf3cc6589f32068afca907319ee2ac3bf8e SHA512 (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.zip) = 5c8e6beedefdf390a9eda76fd8d5042323e1c9a6306605ec7ca8b1612bc038a6cb0c02ca1093e0b6373a05ea64b7eb0c0bc62720a74b37d4ceb61564f4d46753 Size (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.zip) = 35110 bytes +BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.14.6.mod) = efa86bcf7c63e84ee1a780f69d8232d615246cf7a4e7b39fd9359b62860598a4 +SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.14.6.mod) = 5577fe0a28a7a35da91622ae53c167c112799783b7dd88e031162f4f59165c551ef2c8926dd80af49c25fe65a312305f5dd8402ec87bff801338b8d356cfe7cd +Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.14.6.mod) = 519 bytes +BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.16.0.mod) = 1ca9221533b0732375b210b6e7cb16cc7ee8615d3ddc1e3d79c2f69be7a68c6c +SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.16.0.mod) = 6d314f14132c60d5dc614c81746fa3492dc821c77f2c0cfa90dccb3dddd5dac671682cd842d9ec4b0d03aefe1da92e5bc2275e9bfa2bbce60e8bcb8ea6bdb173 +Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.16.0.mod) = 588 bytes +BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.16.0.zip) = 1fb1045d7e14a1dfec4090a368908dbff4264e30ba0822834415fcac1c8d4e2c +SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.16.0.zip) = 0d0ee621079056418847820d55f794befc0eda9a9e569c06c9f099887e680be31683943dd4aa25813caff89e0e573c6d2ed3b27ee7c99cfaa381c34c0d1c1edc +Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.16.0.zip) = 685854 bytes +BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.8.5.mod) = 797be5161b77b3258467bb11345d80a471b1ecf620d4474feba06c07632de244 +SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.8.5.mod) = 35fbfcc2b6fb04830cf6d4966469ccf37e4b7593c8d8c5479dd2322722bb325b7f303ca836989c3ea96f862a4c85bae7863c415f94b72bb91742763ef08bcb49 +Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.8.5.mod) = 661 bytes BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.0.mod) = 797be5161b77b3258467bb11345d80a471b1ecf620d4474feba06c07632de244 SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.0.mod) = 35fbfcc2b6fb04830cf6d4966469ccf37e4b7593c8d8c5479dd2322722bb325b7f303ca836989c3ea96f862a4c85bae7863c415f94b72bb91742763ef08bcb49 Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.0.mod) = 661 bytes +BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.2.mod) = 797be5161b77b3258467bb11345d80a471b1ecf620d4474feba06c07632de244 +SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.2.mod) = 35fbfcc2b6fb04830cf6d4966469ccf37e4b7593c8d8c5479dd2322722bb325b7f303ca836989c3ea96f862a4c85bae7863c415f94b72bb91742763ef08bcb49 +Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.2.mod) = 661 bytes BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.5.mod) = 797be5161b77b3258467bb11345d80a471b1ecf620d4474feba06c07632de244 SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.5.mod) = 35fbfcc2b6fb04830cf6d4966469ccf37e4b7593c8d8c5479dd2322722bb325b7f303ca836989c3ea96f862a4c85bae7863c415f94b72bb91742763ef08bcb49 Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.5.mod) = 661 bytes -BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.5.zip) = 67ab2cf30952b9fdc0aaea62e069544fc98fe4ae8df7642b2e8752d3bde65872 -SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.5.zip) = 3cf71984f9b4974a2967b5d0496bf9ee28f248f10133ed54017c02b7d2bb9e04dcc00cd3873f5a8b9fa4ae7d6cec619a4ee4e97e6dbfecd886df10de47017fda -Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.5.zip) = 429863 bytes BLAKE2s (github.com_hashicorp_consul_api_@v_v1.1.0.mod) = 8fa4f70248151b475f206c91b9015c5fea404f6e6122fbfbdcb2f82dbd1ccd46 SHA512 (github.com_hashicorp_consul_api_@v_v1.1.0.mod) = a6d33e281b580e5a3461edadbf4e5ebe6aa74a8a929b9f0e96582592b24c85eea1ab202457f88f648018cf5991d267811132ec77255ab4886b6ccf958487d5eb Size (github.com_hashicorp_consul_api_@v_v1.1.0.mod) = 449 bytes +BLAKE2s (github.com_hashicorp_consul_api_@v_v1.11.0.mod) = dca5635d490ee218d7709e53076c89516e5a4ab112034b5b7f0aac2f5e808fb3 +SHA512 (github.com_hashicorp_consul_api_@v_v1.11.0.mod) = 9648377e7283fa2b01451de9fecf34c9dced0d735f63fb84c45d2fbeb2984bb4435452772c661b2ff73abb69b108b0d46dbdca660dd4d09b7958567fa2560b85 +Size (github.com_hashicorp_consul_api_@v_v1.11.0.mod) = 424 bytes +BLAKE2s (github.com_hashicorp_consul_api_@v_v1.12.0.mod) = 542f31de976c6d003b192fe1aa606ddc7cab971fb3963c1cee86fac387ed39d4 +SHA512 (github.com_hashicorp_consul_api_@v_v1.12.0.mod) = 67b85c4d1991e810d88ea11913cc3091ba377c0a2b6783dbc65788f75bcbecb5c75f54dd74c502c3eede28fa60d1d8d574b5d2ef624e572f2e5d689886f41bf1 +Size (github.com_hashicorp_consul_api_@v_v1.12.0.mod) = 424 bytes +BLAKE2s (github.com_hashicorp_consul_api_@v_v1.12.0.zip) = fc08ba2fdcc40d710fd03f9be06c134477fed21cbd04b8304953e86461e01910 +SHA512 (github.com_hashicorp_consul_api_@v_v1.12.0.zip) = d0eded946e4c868631ed97df688ace93df22f20fbcc90576c3337d7043b88dcd0d0da33e839c75056758615456fa6b9c8285dc399ba87d5a9caf390c6c7189e7 +Size (github.com_hashicorp_consul_api_@v_v1.12.0.zip) = 174937 bytes BLAKE2s (github.com_hashicorp_consul_api_@v_v1.3.0.mod) = 799ed9f9fcb87f405fdc02c75466f24276b2443754bf8cdcf911b00944c115a8 SHA512 (github.com_hashicorp_consul_api_@v_v1.3.0.mod) = ef9f64ec39004adc78f354ecd2c614f0c76cde23549fbbd778b458699f4aa104972fb2e5c270e7e223fff6354c309873c4c3611c8d746d2045f2a69dac861830 Size (github.com_hashicorp_consul_api_@v_v1.3.0.mod) = 449 bytes -BLAKE2s (github.com_hashicorp_consul_api_@v_v1.3.0.zip) = d2083031ac4337a0d0c9fe4b73ef3dbf2a9b3e50be27d7fce2dd3e815f116c15 -SHA512 (github.com_hashicorp_consul_api_@v_v1.3.0.zip) = 36d37581fb028bacb85b4023ab46d9c691c4f5e312209cc422c12391078dfa66c6e164e4f92fef19050618a9de7467409e5ccd0647e95426017a0854105e656b -Size (github.com_hashicorp_consul_api_@v_v1.3.0.zip) = 137129 bytes BLAKE2s (github.com_hashicorp_consul_sdk_@v_v0.1.1.mod) = d10b7442567c2172bfe26a279ae19978217f25bae081c4463f26b3895c0a32e5 SHA512 (github.com_hashicorp_consul_sdk_@v_v0.1.1.mod) = 883151379f088d2645429c88fd2fc598b736fcee56feed40d05efe4540562d409cb54ec061b58d9dfd5f8a363bf3e5183af3a44cc669ce23ac7fc7b9f512950c Size (github.com_hashicorp_consul_sdk_@v_v0.1.1.mod) = 220 bytes BLAKE2s (github.com_hashicorp_consul_sdk_@v_v0.3.0.mod) = d10b7442567c2172bfe26a279ae19978217f25bae081c4463f26b3895c0a32e5 SHA512 (github.com_hashicorp_consul_sdk_@v_v0.3.0.mod) = 883151379f088d2645429c88fd2fc598b736fcee56feed40d05efe4540562d409cb54ec061b58d9dfd5f8a363bf3e5183af3a44cc669ce23ac7fc7b9f512950c Size (github.com_hashicorp_consul_sdk_@v_v0.3.0.mod) = 220 bytes -BLAKE2s (github.com_hashicorp_consul_sdk_@v_v0.3.0.zip) = 79486ce59431589620e2da027dcfacab4225d490cfe254651c1a0cfa5f08e1d0 -SHA512 (github.com_hashicorp_consul_sdk_@v_v0.3.0.zip) = 2e8fb8f6511275b1528993d140982633aa21efe326b517012fd77d0e8714ca3c43c883f2f8e338d099cb12524168d0f0d5da887acc016e5cd1b2a18b0b4e2c03 -Size (github.com_hashicorp_consul_sdk_@v_v0.3.0.zip) = 27123 bytes +BLAKE2s (github.com_hashicorp_consul_sdk_@v_v0.8.0.mod) = f1b72590e0af8631a808bc497c9f5b50526a675b8879b35234d8d3fd05270fb3 +SHA512 (github.com_hashicorp_consul_sdk_@v_v0.8.0.mod) = 0704e691b5cedbdc8fd8628e4d8d1780f6045948df8a16c6c4ebe26cbc2694343bdc9bbe9650510d002ff22e66d1411e38860401d1559dda11286ebf6d0ba864 +Size (github.com_hashicorp_consul_sdk_@v_v0.8.0.mod) = 583 bytes +BLAKE2s (github.com_hashicorp_consul_sdk_@v_v0.8.0.zip) = f273ed4ede0d4b0347cb4b1463ae3d1dba902bf7949a83423de28b7cd23a83f0 +SHA512 (github.com_hashicorp_consul_sdk_@v_v0.8.0.zip) = ce34b14f12b2b1257488ac0a37d3d40169d56e72e4558d0aa989f8c1ab339f1132c41e1e809623fec76a435a1f9fef409809065158d4f5b382fa2b8a13083d2c +Size (github.com_hashicorp_consul_sdk_@v_v0.8.0.zip) = 38008 bytes BLAKE2s (github.com_hashicorp_errwrap_@v_v1.0.0.mod) = aac7866eaeb8d08b64ccae78acde4e8b396328036b16550b714e31c418bf6309 SHA512 (github.com_hashicorp_errwrap_@v_v1.0.0.mod) = 2b68ca06311d8602f04eb738a68a24951a9187aa70018d938e549cf7b555bf54dadbda5825501436c52f6103bcd220ed170c99e4cf777187e2b997c87f05fb0d Size (github.com_hashicorp_errwrap_@v_v1.0.0.mod) = 36 bytes BLAKE2s (github.com_hashicorp_errwrap_@v_v1.0.0.zip) = 3fbd022700eae0df53b2fe8f7e6811f227441fd27dd7b07d19c55ba00be4a5e1 SHA512 (github.com_hashicorp_errwrap_@v_v1.0.0.zip) = fcecaaf6496b11fb35d01da0d3375508c978b0a319d344c61f77539be199f1f13ed892f2019d5b6d8ee1603c576064203ab87e235bab4b0bcb96d28f9e16e88d Size (github.com_hashicorp_errwrap_@v_v1.0.0.zip) = 9306 bytes +BLAKE2s (github.com_hashicorp_go-cleanhttp_@v_v0.5.0.mod) = eeb29774ef567b419c0363f48313e2e114076e53252b8f3da1619eb6a35891f3 +SHA512 (github.com_hashicorp_go-cleanhttp_@v_v0.5.0.mod) = 302b6f472b54597aaeb4b43528098b5a5264acc97abf2228d8cb62bf32e6a29a7171ec6fb8898b494ffe837ee044e58f5596bff425214985aacd2b8b69934341 +Size (github.com_hashicorp_go-cleanhttp_@v_v0.5.0.mod) = 41 bytes BLAKE2s (github.com_hashicorp_go-cleanhttp_@v_v0.5.1.mod) = eeb29774ef567b419c0363f48313e2e114076e53252b8f3da1619eb6a35891f3 SHA512 (github.com_hashicorp_go-cleanhttp_@v_v0.5.1.mod) = 302b6f472b54597aaeb4b43528098b5a5264acc97abf2228d8cb62bf32e6a29a7171ec6fb8898b494ffe837ee044e58f5596bff425214985aacd2b8b69934341 Size (github.com_hashicorp_go-cleanhttp_@v_v0.5.1.mod) = 41 bytes @@ -2232,18 +2991,27 @@ Size (github.com_hashicorp_go-cleanhttp_@v_v0.5.2.mod) = 50 bytes BLAKE2s (github.com_hashicorp_go-cleanhttp_@v_v0.5.2.zip) = 388595a91069dac0cf7a8d02d7378fb21087403fbcd1df192d3675be0d688ff2 SHA512 (github.com_hashicorp_go-cleanhttp_@v_v0.5.2.zip) = ba650d9cf967a21d4bf20c3db36d4f0560330ea3c3642f961e1bec4ae7472c3d07d9c31384bb1d64768cff8c34c9c9987a8725fdd920b6ee8f43d05ffaf13032 Size (github.com_hashicorp_go-cleanhttp_@v_v0.5.2.zip) = 9586 bytes +BLAKE2s (github.com_hashicorp_go-hclog_@v_v0.12.0.mod) = d2ac4680529d6e7f9b25baf302ca810669101de3682f1063162dbb7e2af3c8eb +SHA512 (github.com_hashicorp_go-hclog_@v_v0.12.0.mod) = 4e25954cd212cf102dcffc751cd2489db9bcd6f1f0fe975de3f5ba2588ecae5d0622c35a86fb61970872b4e27d3349fb7f76bc3dd9b7b6db76152da07cda1427 +Size (github.com_hashicorp_go-hclog_@v_v0.12.0.mod) = 297 bytes BLAKE2s (github.com_hashicorp_go-hclog_@v_v0.9.2.mod) = d714beb405f54a5b08cc221f0133fe4102cddfd43f3297dbaaac6ee9ed4ee13f SHA512 (github.com_hashicorp_go-hclog_@v_v0.9.2.mod) = 84dafac5d0770fdf20eae443ab6262dd3a32737c62908830a941b2593f683f35b0c33c009cfd2b24d3cf86a3701b9c3ffba84b77e66840201348591277ea6f8c Size (github.com_hashicorp_go-hclog_@v_v0.9.2.mod) = 183 bytes -BLAKE2s (github.com_hashicorp_go-hclog_@v_v0.9.2.zip) = 354de50caed1f1c1c908f92771dfe07be25d984d7e23d40449a30316427758ae -SHA512 (github.com_hashicorp_go-hclog_@v_v0.9.2.zip) = b2a0b596bbd10fb8393459ddbeb2e4ac59b1ccc30226b158e81bfc9bdf686760d212afedf957ba11e8c4354c2ec3abe75bdc40dffc97d5dc70366c54f209a884 -Size (github.com_hashicorp_go-hclog_@v_v0.9.2.zip) = 35171 bytes +BLAKE2s (github.com_hashicorp_go-hclog_@v_v1.0.0.mod) = d2ac4680529d6e7f9b25baf302ca810669101de3682f1063162dbb7e2af3c8eb +SHA512 (github.com_hashicorp_go-hclog_@v_v1.0.0.mod) = 4e25954cd212cf102dcffc751cd2489db9bcd6f1f0fe975de3f5ba2588ecae5d0622c35a86fb61970872b4e27d3349fb7f76bc3dd9b7b6db76152da07cda1427 +Size (github.com_hashicorp_go-hclog_@v_v1.0.0.mod) = 297 bytes +BLAKE2s (github.com_hashicorp_go-hclog_@v_v1.0.0.zip) = 4b32d03701988c2fdfcc43d05f2810a4bc6ce02bc8f78d9017141aa8b4cf7e87 +SHA512 (github.com_hashicorp_go-hclog_@v_v1.0.0.zip) = 0713fcdeec688ec23ede6ba137f5024159fa602ccc363b1a9f8063279d045d16c959fae5b08dbb39f5bc7ad62d0272a3bbeee805e4b508ac8530aff3f88f4334 +Size (github.com_hashicorp_go-hclog_@v_v1.0.0.zip) = 34093 bytes BLAKE2s (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.mod) = d11a13fc9892a738b277e0ecd4acfc66f67ebec4cde40ffa492c805c1917230e SHA512 (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.mod) = aadecf34782d4b40af684ef29e5e45f560d3593b52d5b6ac6b95664c02c04565fd29dc2d48bf1519091129b86856aec732fde408a8acdba41ff9a7ca12bab140 Size (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.mod) = 137 bytes -BLAKE2s (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.zip) = 87df4b10affdcf68da2235faac0f8605672c236f02175d4cea630a347413d290 -SHA512 (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.zip) = 91c7b40e4125c3350ac4700bab85547840a8cc848f01bab06bde2eb51693a6dfd584fff718bd2425c67b15757e6e3f8a779cdbb051afff2094444f4bcb080ba8 -Size (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.zip) = 23003 bytes +BLAKE2s (github.com_hashicorp_go-immutable-radix_@v_v1.3.1.mod) = d11a13fc9892a738b277e0ecd4acfc66f67ebec4cde40ffa492c805c1917230e +SHA512 (github.com_hashicorp_go-immutable-radix_@v_v1.3.1.mod) = aadecf34782d4b40af684ef29e5e45f560d3593b52d5b6ac6b95664c02c04565fd29dc2d48bf1519091129b86856aec732fde408a8acdba41ff9a7ca12bab140 +Size (github.com_hashicorp_go-immutable-radix_@v_v1.3.1.mod) = 137 bytes +BLAKE2s (github.com_hashicorp_go-immutable-radix_@v_v1.3.1.zip) = ba64b17453fe6808068b7291b90b4c358c552ab4cb6d3f3148f8b10cb2a229cb +SHA512 (github.com_hashicorp_go-immutable-radix_@v_v1.3.1.zip) = f54d20c71716d7869d9eab113b2c1fb9704f90764648ce0c066dd744113b7597c5d7b32ca4599c4f5bafb75e99f3a65c0f78aaf69aafe4345e2be5c9042f577c +Size (github.com_hashicorp_go-immutable-radix_@v_v1.3.1.zip) = 34460 bytes BLAKE2s (github.com_hashicorp_go-msgpack_@v_v0.5.3.mod) = 2bf0f12b1e68024a7ff81777620b246479a8d07d0de0d7223c269d9c99bbbcc6 SHA512 (github.com_hashicorp_go-msgpack_@v_v0.5.3.mod) = 45b4424a023ea15d95167322e022269e32f7a718dbeaf192d0cee9f6bd136f5b4a26827d6d041a8103a95f622a0dc92123b32e6463254199893f360ad8680de0 Size (github.com_hashicorp_go-msgpack_@v_v0.5.3.mod) = 39 bytes @@ -2253,9 +3021,18 @@ Size (github.com_hashicorp_go-msgpack_@v_v0.5.3.zip) = 62565 bytes BLAKE2s (github.com_hashicorp_go-multierror_@v_v1.0.0.mod) = ce14600609557dbdbaa4eb17f48da100c64ffa5bdf83fc8c73cb1161c29b46c8 SHA512 (github.com_hashicorp_go-multierror_@v_v1.0.0.mod) = d47dfa43806a386eb74b60f692b3bc580997edb9d7feff6633992a5adbf94d102a238e036d828952e204960152c62895288af6f09e2582e8b1408d259fb834c0 Size (github.com_hashicorp_go-multierror_@v_v1.0.0.mod) = 87 bytes -BLAKE2s (github.com_hashicorp_go-multierror_@v_v1.0.0.zip) = 331023202c704628f8cff5551ac05d148def6ba467465ecd18d84eeadab8b563 -SHA512 (github.com_hashicorp_go-multierror_@v_v1.0.0.zip) = 8f86f79788cec64d9ce4f02af2ab7acd64f2014e5b592256f07563841444520bf4810a1dfa76abf04909dbe5f3298c67c0a88e636e45a181e461a2fac08d385c -Size (github.com_hashicorp_go-multierror_@v_v1.0.0.zip) = 14840 bytes +BLAKE2s (github.com_hashicorp_go-multierror_@v_v1.1.0.mod) = 29142859eacd8a826934b65207a7cdf43ee953a89cd5c38b72e98cc6316505bf +SHA512 (github.com_hashicorp_go-multierror_@v_v1.1.0.mod) = 7276c308f91ed52579965e7e83e839351f2170cef2b58ef67887d5eb926dd21fd502f98ddc84ca8e6f16c81171490c1e2d9a131569b5d6d56a1e2ba28f227451 +Size (github.com_hashicorp_go-multierror_@v_v1.1.0.mod) = 96 bytes +BLAKE2s (github.com_hashicorp_go-multierror_@v_v1.1.0.zip) = 158eada90fbfc88d091aa1dcf3ee580a59903f5219c2be66b3e927ddcb7e13a7 +SHA512 (github.com_hashicorp_go-multierror_@v_v1.1.0.zip) = aa4b145476a80d7be7959bf7d0a9a278765496dbf915d083fbc40c5b216a52126af9ba12cf09f9cc178ce53987822ed61c92e2a0295fa977f8a460262e857c30 +Size (github.com_hashicorp_go-multierror_@v_v1.1.0.zip) = 17595 bytes +BLAKE2s (github.com_hashicorp_go-retryablehttp_@v_v0.5.3.mod) = 6293f2802e25e1179433451390d44f3e9f6b47c7e7feb56273b7a0b066ef5d89 +SHA512 (github.com_hashicorp_go-retryablehttp_@v_v0.5.3.mod) = 472addc2b61db4d72d356e2033b0963352d5baed7e2c28a567ec4f4f8a4cdf199d50de2022d136f9ef85ee5e0329c2e4b9a6797e4ef07e348fe7976aec56088b +Size (github.com_hashicorp_go-retryablehttp_@v_v0.5.3.mod) = 95 bytes +BLAKE2s (github.com_hashicorp_go-retryablehttp_@v_v0.6.4.mod) = 573c24e9c4704c0dce231b125f934e95c1fb2bf1dd1af2074f6b9e483768f2de +SHA512 (github.com_hashicorp_go-retryablehttp_@v_v0.6.4.mod) = 7ff5a339ab0da7023d7548056aa96eaf1fa9a0a36f9deb098f99910a9a77fbab43137b6e305b35cfbc4ab9d50adabda10b53c279bc701ffdf97e928fd19c7888 +Size (github.com_hashicorp_go-retryablehttp_@v_v0.6.4.mod) = 147 bytes BLAKE2s (github.com_hashicorp_go-retryablehttp_@v_v0.6.8.mod) = 573c24e9c4704c0dce231b125f934e95c1fb2bf1dd1af2074f6b9e483768f2de SHA512 (github.com_hashicorp_go-retryablehttp_@v_v0.6.8.mod) = 7ff5a339ab0da7023d7548056aa96eaf1fa9a0a36f9deb098f99910a9a77fbab43137b6e305b35cfbc4ab9d50adabda10b53c279bc701ffdf97e928fd19c7888 Size (github.com_hashicorp_go-retryablehttp_@v_v0.6.8.mod) = 147 bytes @@ -2268,9 +3045,12 @@ Size (github.com_hashicorp_go-retryablehttp_@v_v0.7.0.zip) = 24138 bytes BLAKE2s (github.com_hashicorp_go-rootcerts_@v_v1.0.0.mod) = 1588bc5759f4a6f67fd6598b210607725098ffab516ae293a4ede5bb12c126f5 SHA512 (github.com_hashicorp_go-rootcerts_@v_v1.0.0.mod) = 3446ae69871561766d2b70963eccaf443edafd9328f0f58a97630fde61fa746e59d26ee5d833548a92711555656aa9c1f44bb9e241aa87e21f4424a1f10fbe1a Size (github.com_hashicorp_go-rootcerts_@v_v1.0.0.mod) = 89 bytes -BLAKE2s (github.com_hashicorp_go-rootcerts_@v_v1.0.0.zip) = 1353c91945b24e6cfcd851ed53bd2a0320bf476ac4765b783f27bb162ffdb0c0 -SHA512 (github.com_hashicorp_go-rootcerts_@v_v1.0.0.zip) = 10495832f2b8589ab1faac8140f9fb1b35a207683e214efbc11798583d6bf1479b13492d9f9e02dd7368054ea2a0571f87a5a8ae1e37c82454cae86f26db533a -Size (github.com_hashicorp_go-rootcerts_@v_v1.0.0.zip) = 14906 bytes +BLAKE2s (github.com_hashicorp_go-rootcerts_@v_v1.0.2.mod) = a8ecd9c9f70fad77073da8bb124c116aaae5e518880c59f95183a9c3a6ba0f25 +SHA512 (github.com_hashicorp_go-rootcerts_@v_v1.0.2.mod) = 97ad4c83d3c61a8b878871c886a1fcd6e3e954623b56e0775897160368b08a243d325991956d557b5d8741b0609d758b2da0277049e57163e18248594ce3cdb6 +Size (github.com_hashicorp_go-rootcerts_@v_v1.0.2.mod) = 98 bytes +BLAKE2s (github.com_hashicorp_go-rootcerts_@v_v1.0.2.zip) = 079a7cf15f65dc9210e94ff5a480a0e24eac4cc0377149aae855798f7f452c96 +SHA512 (github.com_hashicorp_go-rootcerts_@v_v1.0.2.zip) = 891f2adbadf938d7d070d80198f50a62e187a6aa6fa6b489e0055b98a9b2547b43cda11ee983815026b1e6f0f8864d695bf7e72d70290423ff53b4872d310735 +Size (github.com_hashicorp_go-rootcerts_@v_v1.0.2.zip) = 15463 bytes BLAKE2s (github.com_hashicorp_go-sockaddr_@v_v1.0.0.mod) = 60353902cc3e24475e1ddf7f1af0e7f88a2aa3b16fd39d1314d4aed8b1e56b15 SHA512 (github.com_hashicorp_go-sockaddr_@v_v1.0.0.mod) = 756eee5fa17dc2f37aa9bd623aa2ea86e6ca35a804da1b48067b08fcabd4083ebcca867bb3562453d17f517aa1e6aaec0143cf5776fdf3686ed562f11147293d Size (github.com_hashicorp_go-sockaddr_@v_v1.0.0.mod) = 40 bytes @@ -2325,27 +3105,51 @@ Size (github.com_hashicorp_logutils_@v_v1.0.0.zip) = 9174 bytes BLAKE2s (github.com_hashicorp_mdns_@v_v1.0.0.mod) = a03138c8de94e9248c039726928bd49e2c0ae3b0172599ec9a49fb8f2951bddd SHA512 (github.com_hashicorp_mdns_@v_v1.0.0.mod) = 541dffe3beadcf5eeebe266671462e3827262ae700a146c4a08700b325018b183252650b50a7d4e539e872c0b6e5d7e35de4f1abdd955dcad51543ea6b22acc1 Size (github.com_hashicorp_mdns_@v_v1.0.0.mod) = 376 bytes -BLAKE2s (github.com_hashicorp_mdns_@v_v1.0.0.zip) = 2aa68f7f33805060c6f82469f4b8fff585cc9885837f86a3342a5480b1cb974b -SHA512 (github.com_hashicorp_mdns_@v_v1.0.0.zip) = 498f6c6cefcfd5558cac0f3485e2a11f4ce9aeb9ccf4d9c460354da5268d17bd5a301ac60cf93d73062a236330d254da8c2ca02fe0a339d25f9a70fe064ac610 -Size (github.com_hashicorp_mdns_@v_v1.0.0.zip) = 14575 bytes +BLAKE2s (github.com_hashicorp_mdns_@v_v1.0.1.mod) = 5f1eec40c0a7bee0332702479dac510f0ebf983a20c2cb071244fda8b041dc62 +SHA512 (github.com_hashicorp_mdns_@v_v1.0.1.mod) = ed46a1036f3f7a7c2c5d55440ac93f468b5b4282fb5bee31a0c1a746b00426922544acd55ca6ca539d9d6927a23888e81aa360d2140036e84dc895b5a97c9b43 +Size (github.com_hashicorp_mdns_@v_v1.0.1.mod) = 328 bytes +BLAKE2s (github.com_hashicorp_mdns_@v_v1.0.4.mod) = 30b22be1b9524aa47beb9d3d3f0ec1eff5eae09cfb54fcbab9ce8df227ab5408 +SHA512 (github.com_hashicorp_mdns_@v_v1.0.4.mod) = 501d255124e6f43485d797cabcd3943993165d31e7fa2058667bac5c2a3c6492d9bc5881573b68d6da0dad4329eeea02141430a6c24e81045c7636bedc1d161f +Size (github.com_hashicorp_mdns_@v_v1.0.4.mod) = 138 bytes +BLAKE2s (github.com_hashicorp_mdns_@v_v1.0.4.zip) = 57441b187dfa846660d38807dc08e03037a892fc2d50d9a44c50e39050dcd0e2 +SHA512 (github.com_hashicorp_mdns_@v_v1.0.4.zip) = 6cf9bc0a7851e19ef082b25c377e9b20791bb6a7f2091bc49eff12fd2fff5a698a1cdcda8a9f5b02bf536a372f00119bf6aa3c42f07370927a41b6fc4a42c401 +Size (github.com_hashicorp_mdns_@v_v1.0.4.zip) = 14742 bytes BLAKE2s (github.com_hashicorp_memberlist_@v_v0.1.3.mod) = 21c4c590f5371217eeef3e780606b2b729e18d188a0d14daf648a2d74cfe94d7 SHA512 (github.com_hashicorp_memberlist_@v_v0.1.3.mod) = 8128789efce7912b540284205af308c33ab47af7dcbcb165c1d0a86e342b17bbc8dc5c8cd6d5c5e751c412b6b4b8e80bb6d2f3b4fadd813dc147301ec27c45b6 Size (github.com_hashicorp_memberlist_@v_v0.1.3.mod) = 921 bytes -BLAKE2s (github.com_hashicorp_memberlist_@v_v0.1.3.zip) = 52b8aab12c1fb7cb2225741070cf502a470b3d803396b4b768d3db6cbc7896b5 -SHA512 (github.com_hashicorp_memberlist_@v_v0.1.3.zip) = af29d68cb9eeadc11a5d0e9033ac0c9a9aa9972935b2cc7eb76e951db9b12124f16b0a6ad91a5990b37c08c8b39258f32a9e63afad75e114fc853ec89504db93 -Size (github.com_hashicorp_memberlist_@v_v0.1.3.zip) = 103250 bytes +BLAKE2s (github.com_hashicorp_memberlist_@v_v0.2.2.mod) = 97c164c13c3d8d9d5518535426dc4737e3071db4912e3113e4ff399b3e014d3d +SHA512 (github.com_hashicorp_memberlist_@v_v0.2.2.mod) = 8b5cf65d942a763e666773ce3d9f1bfc88ed6ca051ccaa036d0236f52d383cea94bfe280ed62cf0e2dbc2af586dbd5008e1a62b958d434045933513fade28e88 +Size (github.com_hashicorp_memberlist_@v_v0.2.2.mod) = 666 bytes +BLAKE2s (github.com_hashicorp_memberlist_@v_v0.3.0.mod) = 97c164c13c3d8d9d5518535426dc4737e3071db4912e3113e4ff399b3e014d3d +SHA512 (github.com_hashicorp_memberlist_@v_v0.3.0.mod) = 8b5cf65d942a763e666773ce3d9f1bfc88ed6ca051ccaa036d0236f52d383cea94bfe280ed62cf0e2dbc2af586dbd5008e1a62b958d434045933513fade28e88 +Size (github.com_hashicorp_memberlist_@v_v0.3.0.mod) = 666 bytes +BLAKE2s (github.com_hashicorp_memberlist_@v_v0.3.0.zip) = e82d03b9ebf5789ba465ed0e2b83e25ad64d4c1e2a53e06b1c76b6a95c001eca +SHA512 (github.com_hashicorp_memberlist_@v_v0.3.0.zip) = 870e80c65a4d2bf38711ee2cfdb54d74bfa5f8bc45c0d6bd1af3a0c3551621bff2407dd4b95ad82a93edeb17c42e3500ecfca1caea8933336695f6ab6a78c14c +Size (github.com_hashicorp_memberlist_@v_v0.3.0.zip) = 121030 bytes BLAKE2s (github.com_hashicorp_serf_@v_v0.8.2.mod) = f4e7df96fc57b0c0cb50df6613ba18d49aa5c26769be0bf85f701ee09d2db4c1 SHA512 (github.com_hashicorp_serf_@v_v0.8.2.mod) = 7fb4f6b07a08973d6cf33be6f03356eb1b176d816955274a4aa1571b8965fc311ff0c832901fe9a716c5d5bb697e7c861c458ce618fd7d2d4eecb316b2efbbdd Size (github.com_hashicorp_serf_@v_v0.8.2.mod) = 774 bytes -BLAKE2s (github.com_hashicorp_serf_@v_v0.8.2.zip) = 5b5d7e3a2442f2a50d47155663714e24bdfdb1613137590c301c5dbcd5b0a350 -SHA512 (github.com_hashicorp_serf_@v_v0.8.2.zip) = acc3212eb8404e04fd4016dcfbdeaf519e7ff7a0b1c651d3ba9ffb3dac0565f4195ebca66c0d9fe2a6439d8057699a743447fc78ed671dfb971f1e818e6abf3a -Size (github.com_hashicorp_serf_@v_v0.8.2.zip) = 540021 bytes +BLAKE2s (github.com_hashicorp_serf_@v_v0.9.5.mod) = 011015c6b05c02cf365fc79f0b707372be62c2259c2e68d35a8e200fb5a31488 +SHA512 (github.com_hashicorp_serf_@v_v0.9.5.mod) = 175744788ef938ee696ef7f706261fe1200ab134e27f7957641f74dd9606424f68c479c0ed9a9f3c1e9fb1bcd23dbf7edde7d02c4a45160cb8dc2c251734905e +Size (github.com_hashicorp_serf_@v_v0.9.5.mod) = 831 bytes +BLAKE2s (github.com_hashicorp_serf_@v_v0.9.6.mod) = f6eb6c306acb9ef503181de0c93ecc679884f66a62c85e199b7efb0892388c01 +SHA512 (github.com_hashicorp_serf_@v_v0.9.6.mod) = 1dafb16d13b22abf0a380e7e7e836f5d1d5f78992ba3e35d570a485dd5428cab59294fc21a790419ccbd0a77fef6d0e5e9697217e9c6d7ad8500c4023780ac3d +Size (github.com_hashicorp_serf_@v_v0.9.6.mod) = 831 bytes +BLAKE2s (github.com_hashicorp_serf_@v_v0.9.6.zip) = c00d36a43f8189d6996a4e1a8c4cc812f846893161365715bfcb535cc7013923 +SHA512 (github.com_hashicorp_serf_@v_v0.9.6.zip) = 129eec9efe5a35ad70710e5d4aafd4ba2d9a7ebbeda3cefb3654409979d8614f3cd8af6835c1ae97c9547a24d8ec3da8d61101c5cd891bdcc09014c0aa79c8f4 +Size (github.com_hashicorp_serf_@v_v0.9.6.zip) = 552597 bytes BLAKE2s (github.com_hpcloud_tail_@v_v1.0.0.mod) = 1ee5741889f5afb54b27b91241470647d1baf1e0aa7aa2571dfb9a9543f72375 SHA512 (github.com_hpcloud_tail_@v_v1.0.0.mod) = 54a5bbc02b82693a977a4f690314b16d94cf071decddee3a4af2a90398e626ff188bc34ab3517278e7aac4e657f3f3070a020c85274be3750371dfdeee139b23 Size (github.com_hpcloud_tail_@v_v1.0.0.mod) = 31 bytes BLAKE2s (github.com_hpcloud_tail_@v_v1.0.0.zip) = 4b0764842cabb3969b6dbbd33b845a695c19a1723b63993ba9afcb4785dfbadd SHA512 (github.com_hpcloud_tail_@v_v1.0.0.zip) = b77e39712e985744e277604bbbcd48f32d28ea69eac7a6b6cc0a3f8706e2970ccd5410761784b64eae73a07786cf81c665934c145369317b8b961b503582643a Size (github.com_hpcloud_tail_@v_v1.0.0.zip) = 24894 bytes +BLAKE2s (github.com_huandu_xstrings_@v_v1.0.0.mod) = df1f698138fc2a01192b38cf6317620702acbdad5d6c087ea7f4eb51031a8f47 +SHA512 (github.com_huandu_xstrings_@v_v1.0.0.mod) = 205880e4165d85c7ee34805bfd02b5c7ff04368a7b4fd25ee1fef1968f3dd356b94125d1de4beff92b33b145009ebc49f01b57650660cdf14b81f99f1b5e2278 +Size (github.com_huandu_xstrings_@v_v1.0.0.mod) = 34 bytes +BLAKE2s (github.com_huandu_xstrings_@v_v1.2.0.mod) = 76922709e64ba8df5f647d86c34c639f86b016e67674fa79ede5ea3632d569f6 +SHA512 (github.com_huandu_xstrings_@v_v1.2.0.mod) = 3f1f76283ecc9d917de9b7061becf780dff161774eab48319d9094f08f51b7e4d82a4a068fb543ef766ba73d26346de29c6a69ac31e83f43186924aabf5b3bb4 +Size (github.com_huandu_xstrings_@v_v1.2.0.mod) = 33 bytes BLAKE2s (github.com_huandu_xstrings_@v_v1.3.2.mod) = 4704926320c0085d2256b0d8535984bf011e1fa571c4d55d2fbafb2abafa4d9d SHA512 (github.com_huandu_xstrings_@v_v1.3.2.mod) = f6d3531d393904144d7c84cb254becfa2dad42f8695ce32e3f44789abe89d60019f01543936a64ae1728f8d395dd96bace969282e3cd9f8a9eda8085d3d1475d Size (github.com_huandu_xstrings_@v_v1.3.2.mod) = 43 bytes @@ -2358,6 +3162,15 @@ Size (github.com_hudl_fargo_@v_v1.3.0.mod) = 29 bytes BLAKE2s (github.com_hudl_fargo_@v_v1.3.0.zip) = 3b0297e1ff097fb4e9e85475dfd360786401e00674835b33ca66b05ae2caa7a4 SHA512 (github.com_hudl_fargo_@v_v1.3.0.zip) = ceaef7443913a406513ed6d0a1fb967e8474a136c63327fbba6c8ec700543270110a1b8bbfc20c0e1b56053e005f2fb019c38b9bdedfab240a3caaec13e64c0f Size (github.com_hudl_fargo_@v_v1.3.0.zip) = 47968 bytes +BLAKE2s (github.com_iancoleman_strcase_@v_v0.0.0-20180726023541-3605ed457bf7.mod) = b8a45774d3b60adf326e7c519befe002959891072df8fe74f9bb2e57b219b915 +SHA512 (github.com_iancoleman_strcase_@v_v0.0.0-20180726023541-3605ed457bf7.mod) = 2ecd44b656204f60c1eeb710bb443b8a860b97365fefa295d2ceb07f08199f17f53444f76a6202d26efb1226c30a093ad2eee65ba6e0ab910090998ca0ca9792 +Size (github.com_iancoleman_strcase_@v_v0.0.0-20180726023541-3605ed457bf7.mod) = 37 bytes +BLAKE2s (github.com_iancoleman_strcase_@v_v0.2.0.mod) = b3daabc10fe865b68406ee3d1f1adf5646163d30602bd96502b977683a305c96 +SHA512 (github.com_iancoleman_strcase_@v_v0.2.0.mod) = 9c35f3377ac626e55705b891fbf4ffbe8dbd7959cee7fb117968d9940b833468333a37ab6dd50224dc3308ffe51b376787325d051c7b0edc77c37728c2b8cc28 +Size (github.com_iancoleman_strcase_@v_v0.2.0.mod) = 46 bytes +BLAKE2s (github.com_iancoleman_strcase_@v_v0.2.0.zip) = 845f4472cbba59e063897b98f206f58121a5ea285928a3e3c2eb1db565d1e7bc +SHA512 (github.com_iancoleman_strcase_@v_v0.2.0.zip) = d7fefcb0404678269f318caf0a3144fd0f9b0d6c5ea6b7ef58e713dceb2c00380a10774fbc61625bb28dce0cd913c992b10c9bb04dc359ee5c06494743de0b4e +Size (github.com_iancoleman_strcase_@v_v0.2.0.zip) = 9863 bytes BLAKE2s (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.mod) = d5b31838ca67fdffde54df2c7ff1bb9d7d29c4dfbafe7639ca7717ec9b1bae1c SHA512 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.mod) = ff238b036db5df69dc734f4a0db4d1fd1a94a04131d64ea20c5268078a645327527f185da4aab38b2aca60da8c6a5f8f118b660f5b0773cc76d7d108a47297c9 Size (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.mod) = 42 bytes @@ -2373,6 +3186,15 @@ Size (github.com_imdario_mergo_@v_v0.3.12.mod) = 74 bytes BLAKE2s (github.com_imdario_mergo_@v_v0.3.12.zip) = 567c8fdf5cd9c516b3a9520b794a08a9758800bf62e76cfb2245888b76b193fd SHA512 (github.com_imdario_mergo_@v_v0.3.12.zip) = 12ca7bca3eb32780025552ce6c5196d0aa19b0412db5d472349fdb949654c36852c5a5e54b845fa86826dc599cb4c35e8d4842ef89cd48dbe949cb87a308f146 Size (github.com_imdario_mergo_@v_v0.3.12.zip) = 39947 bytes +BLAKE2s (github.com_imdario_mergo_@v_v0.3.4.mod) = dd48ca4ecb1a60c7a95d28a402c9ccdf4300108932255283f3767d98be6ed98b +SHA512 (github.com_imdario_mergo_@v_v0.3.4.mod) = 1128f41755f4d87f43322971323896d589e3790019beaf160f9cca1e41414dec968cde425be6d8b3912bef9ac09be186adf6417a6bdeb92ee5115cfff1405733 +Size (github.com_imdario_mergo_@v_v0.3.4.mod) = 32 bytes +BLAKE2s (github.com_imdario_mergo_@v_v0.3.8.mod) = dd48ca4ecb1a60c7a95d28a402c9ccdf4300108932255283f3767d98be6ed98b +SHA512 (github.com_imdario_mergo_@v_v0.3.8.mod) = 1128f41755f4d87f43322971323896d589e3790019beaf160f9cca1e41414dec968cde425be6d8b3912bef9ac09be186adf6417a6bdeb92ee5115cfff1405733 +Size (github.com_imdario_mergo_@v_v0.3.8.mod) = 32 bytes +BLAKE2s (github.com_imdario_mergo_@v_v0.3.9.mod) = dd48ca4ecb1a60c7a95d28a402c9ccdf4300108932255283f3767d98be6ed98b +SHA512 (github.com_imdario_mergo_@v_v0.3.9.mod) = 1128f41755f4d87f43322971323896d589e3790019beaf160f9cca1e41414dec968cde425be6d8b3912bef9ac09be186adf6417a6bdeb92ee5115cfff1405733 +Size (github.com_imdario_mergo_@v_v0.3.9.mod) = 32 bytes BLAKE2s (github.com_inconshreveable_mousetrap_@v_v1.0.0.mod) = a5518aa935f61c24570ca001b50053e1c2469d5c04d5c7342b12da9356dc78f3 SHA512 (github.com_inconshreveable_mousetrap_@v_v1.0.0.mod) = 0c77200112d96f9cddf8cf7da0059204914b06a8c400e2e672443bd02a45d9ebb3274275c20e6e7ee0728992e77579d945b36de44ccbaab2ee92fd55f382f7ac Size (github.com_inconshreveable_mousetrap_@v_v1.0.0.mod) = 44 bytes @@ -2577,9 +3399,12 @@ Size (github.com_jackc_puddle_@v_v1.1.3.zip) = 13164 bytes BLAKE2s (github.com_jarcoal_httpmock_@v_v0.0.0-20180424175123-9c70cfe4a1da.mod) = 4d41b129425be59e986d12302a1087ef88351c5eb162a7ba155510e4bb50cfb9 SHA512 (github.com_jarcoal_httpmock_@v_v0.0.0-20180424175123-9c70cfe4a1da.mod) = 0789db4d0c5480041d58616e2b9ddea7cdd0dd377a3eac37d077b21e6b135740e068a0dffd790d3c4bf23f70c3359168d86fcbc78713a07397e41f61c298cabf Size (github.com_jarcoal_httpmock_@v_v0.0.0-20180424175123-9c70cfe4a1da.mod) = 35 bytes -BLAKE2s (github.com_jarcoal_httpmock_@v_v0.0.0-20180424175123-9c70cfe4a1da.zip) = 4d14a4f63fc4f12d9cf1a7fd33fdd3d88eceed8fd9ddb60d631c28273995ee4c -SHA512 (github.com_jarcoal_httpmock_@v_v0.0.0-20180424175123-9c70cfe4a1da.zip) = 96c2d917e40cdf9e8dbd7af242808fc9a5e75804dd210153fdcbdc33f1089871bd9bce295b6f4eae472e43f0eccfcf19aa08f3b8f06262626d59b265d40f21b4 -Size (github.com_jarcoal_httpmock_@v_v0.0.0-20180424175123-9c70cfe4a1da.zip) = 10694 bytes +BLAKE2s (github.com_jarcoal_httpmock_@v_v1.0.5.mod) = caf106bfc93dd6d149878ebb0d7e8652d9a1cd2220e71b7215662f24bda7b223 +SHA512 (github.com_jarcoal_httpmock_@v_v1.0.5.mod) = 7b584512981122677bbdb1c18358f1ecf72f7e97f61d80c9787f0887ea456e96c3f67155fc287a8cc7ce39584cf48696dd9c3a14c98e3c3f5b3a744cc6a4cd9f +Size (github.com_jarcoal_httpmock_@v_v1.0.5.mod) = 43 bytes +BLAKE2s (github.com_jarcoal_httpmock_@v_v1.0.5.zip) = 4df4b9a7f0f9b56319a7c4bb8d6e854e6118089bef62e456a316a8fd0a4b7f07 +SHA512 (github.com_jarcoal_httpmock_@v_v1.0.5.zip) = 6fee11a8c58c37565ee949792a58d8167d5866f73b07eb4c65b7d79e95b7563ff4cc99dc4ebcce04cefb47c9a2fb924bc7a4243969f86d69b56620a754cb703d +Size (github.com_jarcoal_httpmock_@v_v1.0.5.zip) = 24697 bytes BLAKE2s (github.com_jaytaylor_html2text_@v_v0.0.0-20200412013138-3577fbdbcff7.mod) = cb60cd2e86aa4116bed54ab0d1dc50213f75e0344cf100da4c237868296c200c SHA512 (github.com_jaytaylor_html2text_@v_v0.0.0-20200412013138-3577fbdbcff7.mod) = b904b04c13ae78b321da541f331837304ec168afc15eeec098ddb577d6928fcdbaa94b02e99a3a86b7dffd41cbfd7fdc5c81efc23c9489531a84495ae9b71eed Size (github.com_jaytaylor_html2text_@v_v0.0.0-20200412013138-3577fbdbcff7.mod) = 38 bytes @@ -2592,12 +3417,27 @@ Size (github.com_jbenet_go-context_@v_v0.0.0-20150711004518-d14ea06fba99.mod) = BLAKE2s (github.com_jbenet_go-context_@v_v0.0.0-20150711004518-d14ea06fba99.zip) = fcd818ea3f4f78711524e315571775c3bcd232608449260b4b251ccc76aba1ea SHA512 (github.com_jbenet_go-context_@v_v0.0.0-20150711004518-d14ea06fba99.zip) = bd003ca9570bd363ac70b7e2e6084c033b1255939759c2e07ff8e247a46b54e299980a310c430a0b3d81280fa61d49959e7c4fed94e6b70d36f16a034568a5a3 Size (github.com_jbenet_go-context_@v_v0.0.0-20150711004518-d14ea06fba99.zip) = 8654 bytes +BLAKE2s (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = d0fd3bc9afc8ecdc658c6f85b995efee97fce9f6c594fc55f6340dc8a76119dc +SHA512 (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = 5db9838fe6a00be9849cb79ad148813a573b652d6f6cf220c55b68bd23636016e6bddd6733f6b29d63e5f02d2750a86c2dcea6b964ceb87d4048d5c5f3cc989b +Size (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = 36 bytes BLAKE2s (github.com_jessevdk_go-flags_@v_v1.5.0.mod) = e24e40e4c257d9ce445594a3ea649085b21d1ac9f3d84212e79fc82e673c410d SHA512 (github.com_jessevdk_go-flags_@v_v1.5.0.mod) = 1071014b8f54d972badce9bf18aef9bc5cd4c37c1e2f909e45fd6b5741580dba0a7fa4f8836541d89dfdbce65c6f2329c32fe9ca9014cc49114bce67612c592b Size (github.com_jessevdk_go-flags_@v_v1.5.0.mod) = 106 bytes BLAKE2s (github.com_jessevdk_go-flags_@v_v1.5.0.zip) = e5a46d83a6647c6a4894428951682fb22e5c0d99309afb6540ae87d90c4cd348 SHA512 (github.com_jessevdk_go-flags_@v_v1.5.0.zip) = 1540356d26e4764af00b71a543930a37b2f6b2bb4b7a7631d4225dd2e5cfa6ead47734c9781c369b7103c26daa60b7246ba5500a558f90096cb0c310de9a6249 Size (github.com_jessevdk_go-flags_@v_v1.5.0.zip) = 77449 bytes +BLAKE2s (github.com_jhump_protoreflect_@v_v1.6.1.mod) = b405249ef1aa54a09c772e4a950a33aea345289fbc2d8a029201df4e3ed10337 +SHA512 (github.com_jhump_protoreflect_@v_v1.6.1.mod) = e838a5f65d3c782e1aab772fb1ed79d83ed4999952644803db8b5b488e4a505515d6b80d1162d886571fcaa817a32d8af1dcfea7331f1dd2813575c7369acd87 +Size (github.com_jhump_protoreflect_@v_v1.6.1.mod) = 346 bytes +BLAKE2s (github.com_jhump_protoreflect_@v_v1.8.2.mod) = 6723dd6f5b4825104e98b8f7a84d4b931cb0c73cb68230a1960e22ab02d92ec9 +SHA512 (github.com_jhump_protoreflect_@v_v1.8.2.mod) = b499fb5f87c9d50cba81d462e5d072ce5b18f3ae8d513b010d3e4027ae3a37ebb50d4c933a9747387e34c9b8f20584662f388b75a21fd5c773370ce127d9f0d3 +Size (github.com_jhump_protoreflect_@v_v1.8.2.mod) = 587 bytes +BLAKE2s (github.com_jhump_protoreflect_@v_v1.8.2.zip) = 8a6e5e5cc53a8b0f0921b4d09ef1cbe04adcfe46eab21c4bf49c8f30b0949004 +SHA512 (github.com_jhump_protoreflect_@v_v1.8.2.zip) = 07e4a81d44a3b6d57a0c03ab90c3d5a695700f77cccc71bd3efefeffc66577fd99aa686f28c6a92f80f42e9aa6622598b7084e32c4f6fa26ff46c734b721ef31 +Size (github.com_jhump_protoreflect_@v_v1.8.2.zip) = 752731 bytes +BLAKE2s (github.com_jmespath_go-jmespath_@v_v0.0.0-20160202185014-0b12d6b521d8.mod) = d5b33050f383861c86c9935e8ed7a5e3cf1d7d06b43665d526580477e5ab8eb8 +SHA512 (github.com_jmespath_go-jmespath_@v_v0.0.0-20160202185014-0b12d6b521d8.mod) = 19819e43a514d9d7b1c8703c06c3729456a39a963a1cd3cdce7f6318a3ef67f8663c5a66b6bc402cf422d823b1b63540a6c79f371cb81ecd1f13de646598566a +Size (github.com_jmespath_go-jmespath_@v_v0.0.0-20160202185014-0b12d6b521d8.mod) = 39 bytes BLAKE2s (github.com_jmespath_go-jmespath_@v_v0.0.0-20180206201540-c2b33e8439af.mod) = d5b33050f383861c86c9935e8ed7a5e3cf1d7d06b43665d526580477e5ab8eb8 SHA512 (github.com_jmespath_go-jmespath_@v_v0.0.0-20180206201540-c2b33e8439af.mod) = 19819e43a514d9d7b1c8703c06c3729456a39a963a1cd3cdce7f6318a3ef67f8663c5a66b6bc402cf422d823b1b63540a6c79f371cb81ecd1f13de646598566a Size (github.com_jmespath_go-jmespath_@v_v0.0.0-20180206201540-c2b33e8439af.mod) = 39 bytes @@ -2613,6 +3453,18 @@ Size (github.com_jmespath_go-jmespath_internal_testify_@v_v1.5.1.mod) = 209 byte BLAKE2s (github.com_jmespath_go-jmespath_internal_testify_@v_v1.5.1.zip) = cb3b4a65ed9648095131f8f6170812124bb4fe8b7c1daf1f2150271a7663bf4a SHA512 (github.com_jmespath_go-jmespath_internal_testify_@v_v1.5.1.zip) = 297e929f6acaed88fa197463d38b50725f8f3d953faf813da2c1aba2e179191cc1863e3b0910159d419c842eb319268985aaba4ed4486d5ef9b9c4173e02fcb6 Size (github.com_jmespath_go-jmespath_internal_testify_@v_v1.5.1.zip) = 94054 bytes +BLAKE2s (github.com_jmhodges_clock_@v_v0.0.0-20160418191101-880ee4c33548.mod) = 4d1f1a2e6fe173888cb439c1f3c92a043c9b3f0221ea7603a16d0911c1625ac1 +SHA512 (github.com_jmhodges_clock_@v_v0.0.0-20160418191101-880ee4c33548.mod) = 1f034be8ebb4f470def2c8805802cf351a35c43666247e78624233b0ca455cdd573f1b76f91f08a75f4451fee78f2b71ebfa50092a7e2d5a81862f17a323af7a +Size (github.com_jmhodges_clock_@v_v0.0.0-20160418191101-880ee4c33548.mod) = 33 bytes +BLAKE2s (github.com_jmhodges_clock_@v_v0.0.0-20160418191101-880ee4c33548.zip) = 8c67d0020742b7678ef05cb548ebc304ba37d31f927a2ff28b191a2c2f2786b2 +SHA512 (github.com_jmhodges_clock_@v_v0.0.0-20160418191101-880ee4c33548.zip) = 11e970868e31c1f1d2b5eb40d0fa95f7448c93e0ddc34308b2122c2aecaab0af0f29d50db94b6fb67b2c9f9daceec4b8b49fc03b4fc8ee51314183bb7ff5d8b7 +Size (github.com_jmhodges_clock_@v_v0.0.0-20160418191101-880ee4c33548.zip) = 7435 bytes +BLAKE2s (github.com_jmoiron_sqlx_@v_v1.3.3.mod) = 9eca720058d28d3b93510b3f81cc759036afc9fc8ef7e929db7fca02c14ec0a7 +SHA512 (github.com_jmoiron_sqlx_@v_v1.3.3.mod) = 9cc1959a07454fe0d9656dc3cf34001a34ce8fe486515e3efcf82e23828b734514a0a7b42a6708123bd08e607a3a3ae4f537d2675e088326cba216aadaab00f4 +Size (github.com_jmoiron_sqlx_@v_v1.3.3.mod) = 155 bytes +BLAKE2s (github.com_jmoiron_sqlx_@v_v1.3.3.zip) = 18b6c9a8b89778eaebd96e55ec5c687d4fd0b57e970f2a3ebc44e4355e116923 +SHA512 (github.com_jmoiron_sqlx_@v_v1.3.3.zip) = e2b3c6aa61173529d06aaaf21af76029a66f86ed7bfc66613912b4d251f7135986ca4cf96650cc9bbc83e2be2c605787110da4eaea2b07911264ad5b0b8fcefb +Size (github.com_jmoiron_sqlx_@v_v1.3.3.zip) = 64428 bytes BLAKE2s (github.com_joho_godotenv_@v_v1.3.0.mod) = f5e63ca62a135ebcfeb02522666e62d7bcc051277864a86dbaafd663e4635d54 SHA512 (github.com_joho_godotenv_@v_v1.3.0.mod) = 5b3e66c42da78c7df031089cc05aabe56671eeda4617683a1e9857677108cd0dec00332f5b05f29923b1314fa1d1c88e57fac1b653808cadf5a3cde93daab03e Size (github.com_joho_godotenv_@v_v1.3.0.mod) = 32 bytes @@ -2622,15 +3474,21 @@ Size (github.com_joho_godotenv_@v_v1.3.0.zip) = 12758 bytes BLAKE2s (github.com_jonboulle_clockwork_@v_v0.1.0.mod) = cff8ee41cc9d5fe7d1807e4160fb681ea0feae7006303ace3bbc8652ab2e330b SHA512 (github.com_jonboulle_clockwork_@v_v0.1.0.mod) = 377d94cf7dd50f88b57ba829ded5169a6c41c5a304814660df0a3447d10860b87855f25cdb945a6e4de14c41281651330d4109c6dd6684c86fa4dbba27a3872d Size (github.com_jonboulle_clockwork_@v_v0.1.0.mod) = 38 bytes -BLAKE2s (github.com_jonboulle_clockwork_@v_v0.1.0.zip) = a0adf9bcefea5142fad6bd06466d9bb3ae2b88daecc5e47bf6bd8ec9f8274389 -SHA512 (github.com_jonboulle_clockwork_@v_v0.1.0.zip) = 999ed7f22551e55d6b4b59af2ff2692ddddb251de4c61a835ccbb9f8386ae426ef8df6c3434b8e8e143faacf82ab64e022350f9d57ec51544a27042465cf920f -Size (github.com_jonboulle_clockwork_@v_v0.1.0.zip) = 8857 bytes +BLAKE2s (github.com_jonboulle_clockwork_@v_v0.2.2.mod) = 7fd0e2d2e46c047b4e3f4044c17fef61bbf563b33adf239b6a5aef47499c5b10 +SHA512 (github.com_jonboulle_clockwork_@v_v0.2.2.mod) = fab84681255c85de89c3909b709a0d535c078ae87832eec2386b43a07d73a1913ae2801a658f7023c83907ab7d4b489c82f7a69f83ecf867f22e7a78b531fe5f +Size (github.com_jonboulle_clockwork_@v_v0.2.2.mod) = 47 bytes +BLAKE2s (github.com_jonboulle_clockwork_@v_v0.2.2.zip) = 275714126e3f52448594a6f69ccbf7dcac90130f790a08614e56a3292a03c99c +SHA512 (github.com_jonboulle_clockwork_@v_v0.2.2.zip) = be5c859d29e9b7aeaa9e4933cd74f417528756bc667653158addbf7a79b72d4a3bc9c8a52592e07e868fa7be7f59388ca3031345cdc3962c9346584be7042169 +Size (github.com_jonboulle_clockwork_@v_v0.2.2.zip) = 12459 bytes BLAKE2s (github.com_josharian_intern_@v_v1.0.0.mod) = d2bf4ec6aa82aac95ef63bd5f1962a2d2de9e2eace8caf97d25ddf3f666019e1 SHA512 (github.com_josharian_intern_@v_v1.0.0.mod) = ea2a15e05d84d7a0e86e1ecf62eb07c0baab34a8248f59114545cedc80af8146e529557047e5ffa4ce8e5e4bd2e9b2c282f8f2df929f8da5f72ba9aa8156bde9 Size (github.com_josharian_intern_@v_v1.0.0.mod) = 43 bytes BLAKE2s (github.com_josharian_intern_@v_v1.0.0.zip) = 0a91811816ba12473c4f1eda565f0271f8512bff0d5b5736523dc6b887720556 SHA512 (github.com_josharian_intern_@v_v1.0.0.zip) = 5343e0a259d658899f8eb93035f9677e96f559726ecadb284271ee60e171666ce8c824182cb5d08b3626eb1d539c381c33f6944ade735210ade30158b028c1d9 Size (github.com_josharian_intern_@v_v1.0.0.zip) = 2648 bytes +BLAKE2s (github.com_jpillora_backoff_@v_v0.0.0-20180909062703-3050d21c67d7.mod) = 17e88c9efd067391999e2be3034be4d6a2725d6068374a29b5ae2f4562e9b23e +SHA512 (github.com_jpillora_backoff_@v_v0.0.0-20180909062703-3050d21c67d7.mod) = 75c03e33527b1b86b6355b533ae18cc7d87df77338d8627602b7af2068fb020c94cffc51c971fcba4338aa166cc6722847e3437a6db1ccf209145314d60bcb45 +Size (github.com_jpillora_backoff_@v_v0.0.0-20180909062703-3050d21c67d7.mod) = 35 bytes BLAKE2s (github.com_jpillora_backoff_@v_v1.0.0.mod) = 096f14513c52095ec786d8bdf5c10b245c4122c7e287ab22d2b8c9eba514cb27 SHA512 (github.com_jpillora_backoff_@v_v1.0.0.mod) = 4d591cc0f2d11ba450f294361950972fe0dd71bdff5bb0c3e72b673cad6ea990335680bf7650093e1f9978bc8556a0ef9329ae2e8a14c10b7de668aead7afe33 Size (github.com_jpillora_backoff_@v_v1.0.0.mod) = 44 bytes @@ -2643,9 +3501,12 @@ Size (github.com_json-iterator_go_@v_v1.1.10.mod) = 295 bytes BLAKE2s (github.com_json-iterator_go_@v_v1.1.11.mod) = c7f2f187d371c9cc016a9deac0b65b38feaa001d1fab6a431ceb6b062827d35a SHA512 (github.com_json-iterator_go_@v_v1.1.11.mod) = 395eb3069c417f996120ec06ea8d7a712f6d8915c7398da1f346c5bf5e0fde4492bae0ff3833f3316a41a28d23fc7c9c494db312da72d5cacdf52b2bb95da6ff Size (github.com_json-iterator_go_@v_v1.1.11.mod) = 295 bytes -BLAKE2s (github.com_json-iterator_go_@v_v1.1.11.zip) = e9e2d05543b4400f4d449cc7e95881494d2b29a391ccb1235cfd0730829122da -SHA512 (github.com_json-iterator_go_@v_v1.1.11.zip) = f922b107c536ef5b737ac5555074c237e92046bf0a8754f062c3f2dd0ec04820e32474b5ae3d9b32ef8272800e21fcfb90c5225b8bb466f0022b4adf1d79e910 -Size (github.com_json-iterator_go_@v_v1.1.11.zip) = 139812 bytes +BLAKE2s (github.com_json-iterator_go_@v_v1.1.12.mod) = 65fb04e987fa3c327463a126ebb98f1d0f9a1b3ac9a3535e5a6350d4e39e7078 +SHA512 (github.com_json-iterator_go_@v_v1.1.12.mod) = 1bdaaa1a597b2e8819682cef0d0b62ceb5f0cf3dd44e9d2fa808da1c9947e0b55a56d157033be98149e0b36a9a9439e72da790be4019daee00b5859c68f8fcd1 +Size (github.com_json-iterator_go_@v_v1.1.12.mod) = 267 bytes +BLAKE2s (github.com_json-iterator_go_@v_v1.1.12.zip) = 62f74f8be613bccc2bd2a1512897ecce2325766e49c75543198e422d51ec88ae +SHA512 (github.com_json-iterator_go_@v_v1.1.12.zip) = 67170ea11d63fd3c4aa5ecb290a42e156bfa245bc1cdb4c272823c37634f529477511ec2faceb608a15bfc24eaa3284d81f6bb5fa8d6a68d079b9ab2c9af3ce8 +Size (github.com_json-iterator_go_@v_v1.1.12.zip) = 139706 bytes BLAKE2s (github.com_json-iterator_go_@v_v1.1.6.mod) = e3fe37ec7c7520463afe654a59c280068c1b3d2ac3a13340105b83c79f8e3a53 SHA512 (github.com_json-iterator_go_@v_v1.1.6.mod) = e8bb59637bc1154ed648179314c4e20fa7f549353d094f4861e2fdfaeb70da1c1711c1159e78d82914a35b8ce184641937efd8808ffb1384136c7a6f3fbeb78c Size (github.com_json-iterator_go_@v_v1.1.6.mod) = 35 bytes @@ -2655,6 +3516,9 @@ Size (github.com_json-iterator_go_@v_v1.1.7.mod) = 295 bytes BLAKE2s (github.com_json-iterator_go_@v_v1.1.8.mod) = c7f2f187d371c9cc016a9deac0b65b38feaa001d1fab6a431ceb6b062827d35a SHA512 (github.com_json-iterator_go_@v_v1.1.8.mod) = 395eb3069c417f996120ec06ea8d7a712f6d8915c7398da1f346c5bf5e0fde4492bae0ff3833f3316a41a28d23fc7c9c494db312da72d5cacdf52b2bb95da6ff Size (github.com_json-iterator_go_@v_v1.1.8.mod) = 295 bytes +BLAKE2s (github.com_json-iterator_go_@v_v1.1.9.mod) = c7f2f187d371c9cc016a9deac0b65b38feaa001d1fab6a431ceb6b062827d35a +SHA512 (github.com_json-iterator_go_@v_v1.1.9.mod) = 395eb3069c417f996120ec06ea8d7a712f6d8915c7398da1f346c5bf5e0fde4492bae0ff3833f3316a41a28d23fc7c9c494db312da72d5cacdf52b2bb95da6ff +Size (github.com_json-iterator_go_@v_v1.1.9.mod) = 295 bytes BLAKE2s (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024.mod) = af2ad8aeac74e27f2d653443125bff2b3fad42fe9a260203792b5e972656a2b0 SHA512 (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024.mod) = 801663d67d1aead6b01df89e329c8ca969a1f860b5ee2c2018094791060bf6e8cddac8e2d788ac823e32278d4e9ad1dbd72935e4da2cf6e65a34dc97f195ce7c Size (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024.mod) = 43 bytes @@ -2673,6 +3537,12 @@ Size (github.com_jtolds_gls_@v_v4.20.0+incompatible.mod) = 29 bytes BLAKE2s (github.com_jtolds_gls_@v_v4.20.0+incompatible.zip) = f3f546936f33b0bf02289e3666ba20122c445debb318c8323820c611aa90f96a SHA512 (github.com_jtolds_gls_@v_v4.20.0+incompatible.zip) = 08b7201a9aa3294a3fc59bec78fee09f0d1bc7507b50b1d1cb1fa29a523c6870d00b633ea9679c9c86df9841739f46e9d5d9bbf0e3ec15b8ad08e57db67eedc0 Size (github.com_jtolds_gls_@v_v4.20.0+incompatible.zip) = 9901 bytes +BLAKE2s (github.com_juju_ratelimit_@v_v1.0.1.mod) = f19874c02a95c469b567fede01810015dd57a6ab510b3b3180108541a1005a51 +SHA512 (github.com_juju_ratelimit_@v_v1.0.1.mod) = 81a0934c2626af125a116aa22457e47f16487546b4367a1e2b160144b4e2244723986e83914e365543e7f265ca2a953112f934627ce03aa39568f2c8f0c0124f +Size (github.com_juju_ratelimit_@v_v1.0.1.mod) = 33 bytes +BLAKE2s (github.com_juju_ratelimit_@v_v1.0.1.zip) = b30f17c2bad7f92413cd69f276db475e307f9fc1ba6e55b59164b07642d1064e +SHA512 (github.com_juju_ratelimit_@v_v1.0.1.zip) = 19410ac99a4e4b0e57576b4d4ebf662a5a254109874802366122142a8044e2cc3cfc45d9a6d6df38776924b11dd0ee4d2979868fff0b579a050571055ffc1a5b +Size (github.com_juju_ratelimit_@v_v1.0.1.zip) = 11096 bytes BLAKE2s (github.com_julienschmidt_httprouter_@v_v1.2.0.mod) = cfca74c4e9946b621f8a34719008f6e127dbfc771d51eaf6357c36be9cf11a1f SHA512 (github.com_julienschmidt_httprouter_@v_v1.2.0.mod) = 60340233f2a0205ee4b1a7b2d78ed52d88fe5d39887413d0e62d6ed006c51eda83ac117454b0c1a31ab29c5aceae13810ec719dadc554d10480219c1afc3e5bc Size (github.com_julienschmidt_httprouter_@v_v1.2.0.mod) = 43 bytes @@ -2697,6 +3567,9 @@ Size (github.com_kballard_go-shellquote_@v_v0.0.0-20180428030007-95032a82bc51.mo BLAKE2s (github.com_kballard_go-shellquote_@v_v0.0.0-20180428030007-95032a82bc51.zip) = ba26a7f6436960007a120c2f2eae4a559046d5ddae461f6c37b3d89021629563 SHA512 (github.com_kballard_go-shellquote_@v_v0.0.0-20180428030007-95032a82bc51.zip) = f9c4eaeeb1380aa5e219a19923cfd51f2612fbf11b7f37c710cdb0dfe20270f8cc7841d50dfd17110b004ec46e4c90329286213e04de481a54094df73efc9fe4 Size (github.com_kballard_go-shellquote_@v_v0.0.0-20180428030007-95032a82bc51.zip) = 7034 bytes +BLAKE2s (github.com_kevinburke_ssh_config_@v_v0.0.0-20190725054713-01f96b0aa0cd.mod) = 3dd759168943fd3470d3f5ad8410789f3c9ae0122982963431acd7d73339503e +SHA512 (github.com_kevinburke_ssh_config_@v_v0.0.0-20190725054713-01f96b0aa0cd.mod) = 208caa4a93b3f365428dbd324ac42ca09f073c4028e06427c75a1883100eb1de0031aed9a63eb283742efc0d64e7abe644000829e704891362f59dd32da40b45 +Size (github.com_kevinburke_ssh_config_@v_v0.0.0-20190725054713-01f96b0aa0cd.mod) = 40 bytes BLAKE2s (github.com_kevinburke_ssh_config_@v_v0.0.0-20201106050909-4977a11b4351.mod) = 3dd759168943fd3470d3f5ad8410789f3c9ae0122982963431acd7d73339503e SHA512 (github.com_kevinburke_ssh_config_@v_v0.0.0-20201106050909-4977a11b4351.mod) = 208caa4a93b3f365428dbd324ac42ca09f073c4028e06427c75a1883100eb1de0031aed9a63eb283742efc0d64e7abe644000829e704891362f59dd32da40b45 Size (github.com_kevinburke_ssh_config_@v_v0.0.0-20201106050909-4977a11b4351.mod) = 40 bytes @@ -2718,24 +3591,42 @@ Size (github.com_kisielk_errcheck_@v_v1.1.0.mod) = 143 bytes BLAKE2s (github.com_kisielk_errcheck_@v_v1.2.0.mod) = 840f16364e9c85f3f043b4445ddb23bbe69f084ffa6d28c67cd1295262bf368b SHA512 (github.com_kisielk_errcheck_@v_v1.2.0.mod) = 3529b37d770af511a716a612b7fd7fb6a4805d13166e3a6f9378950443f6eceb2f3d95db5a46027437ce55b36e571c75bba72a03769d21ecdc97888019d80a68 Size (github.com_kisielk_errcheck_@v_v1.2.0.mod) = 98 bytes -BLAKE2s (github.com_kisielk_errcheck_@v_v1.2.0.zip) = a6b1a1a907090e467a4d188bdde4960b5170e34eb486f1e43480678ed59e9703 -SHA512 (github.com_kisielk_errcheck_@v_v1.2.0.zip) = 65d0271eede1389084e66c6d1bb547b240aa97747d6b7e74b5edc99cf0453eee10f24d64865b34c29a6a536c138942bb6d070b639d23bc3e78af3a7eca6949a1 -Size (github.com_kisielk_errcheck_@v_v1.2.0.zip) = 21331 bytes +BLAKE2s (github.com_kisielk_errcheck_@v_v1.5.0.mod) = 93abfe75f65fb9786e8e2420a80ffc8dc62a45b0c480f7b8916ce1d3e09c58f2 +SHA512 (github.com_kisielk_errcheck_@v_v1.5.0.mod) = 302828b5c2b6eec77f4a2ed075cd8b721da8d62a8747883d4382d5674a7c82dcea01a7de664d15d5eeba7e35b9667347dceae9b4ec93858ed3acf8adee692967 +Size (github.com_kisielk_errcheck_@v_v1.5.0.mod) = 107 bytes +BLAKE2s (github.com_kisielk_errcheck_@v_v1.5.0.zip) = 11ca0647b9caf488900ebdaa11238da90842a5f8a4ac135c24df076e787ab659 +SHA512 (github.com_kisielk_errcheck_@v_v1.5.0.zip) = e6d095116fee513da08586e53d97606c8a21989845923e43e24dd76ef4a8e937392b6be114e2287641b89083cfadb59dc7d12d03841cd75fcddfc82943f5090a +Size (github.com_kisielk_errcheck_@v_v1.5.0.zip) = 25141 bytes BLAKE2s (github.com_kisielk_gotool_@v_v1.0.0.mod) = bb417ba60955ed7e8d56ace07ac512f00f06f286acbe46d22f9cd80022dd6bf7 SHA512 (github.com_kisielk_gotool_@v_v1.0.0.mod) = 86aca37f7f94ada381e0528a535b344c8fdbab9e0dcc7b71d716083501ad3d61db701ee159ccfb5455a351fc18a405301abe798037dd1200f9950bdd805d3dc9 Size (github.com_kisielk_gotool_@v_v1.0.0.mod) = 35 bytes BLAKE2s (github.com_kisielk_gotool_@v_v1.0.0.zip) = 357e76ad5774a7e2bead912bdba2ca2d9c45d78bf255cdedd9aa81cf2aa2cb0b SHA512 (github.com_kisielk_gotool_@v_v1.0.0.zip) = 9eba5f95e6c5d29b2928708ed91b1cd5a023f0b7053b5529095112a2190d097ba26be7f63b7719f7ee2ed29e698bfe7c4dfa0b33f60b4e475fd1d420453fe7e2 Size (github.com_kisielk_gotool_@v_v1.0.0.zip) = 18981 bytes -BLAKE2s (github.com_klauspost_compress_@v_v1.10.10.mod) = 7b45b68c68d47c3b0c886bfd1c3438f0c1ffb713ab52446f974c2e9595ed2aa3 -SHA512 (github.com_klauspost_compress_@v_v1.10.10.mod) = 55b1b23e692eed7e5cd2789b542c27eb85c019460a1ea75bfb31802263328b53da1a466e4b09085e4e002dc699047bf3ef5ab003022a6182c9b762e0b812febd -Size (github.com_klauspost_compress_@v_v1.10.10.mod) = 46 bytes -BLAKE2s (github.com_klauspost_compress_@v_v1.13.1.mod) = 245171eb867a8806d5406344da0e0dc98430d0f9300482be28a20a3181ef1886 -SHA512 (github.com_klauspost_compress_@v_v1.13.1.mod) = 40bef039d92b3a13a5759f1374a7348afa3ce43e1855494c765bf7c4905a22bc6a9abc6bf7b0e8de693f525189416e50eabed20422e07c9809d55d5b43e3df91 -Size (github.com_klauspost_compress_@v_v1.13.1.mod) = 99 bytes -BLAKE2s (github.com_klauspost_compress_@v_v1.13.1.zip) = 432ff5d1482bace6ada0ee2e2247c99279020631ecab9fb622adcdfb375efb9d -SHA512 (github.com_klauspost_compress_@v_v1.13.1.zip) = a20282da44f3d55e716455b34c7ea19889ec7a5d5b09999aeb0bb8c8465713f7c02227fde40c0e50ab13ef38a9d24e4dbab5fd1044e973a3a08d4629f31eede4 -Size (github.com_klauspost_compress_@v_v1.13.1.zip) = 15504743 bytes +BLAKE2s (github.com_kisielk_sqlstruct_@v_v0.0.0-20201105191214-5f3e10d3ab46.mod) = 6a21c0f1d68942731c71ad6c0e6d15a2ccda8dcdb57c7a0097a7e8dd533e85ca +SHA512 (github.com_kisielk_sqlstruct_@v_v0.0.0-20201105191214-5f3e10d3ab46.mod) = d99d5871a950e91ed23b532ef82ac7a1e4f94377c81a1b105529444cbddcffe8bbb932ca1a410d8733a50bd2e53c8faeeaa9d3f88ee7cc0d1795bca859367a27 +Size (github.com_kisielk_sqlstruct_@v_v0.0.0-20201105191214-5f3e10d3ab46.mod) = 36 bytes +BLAKE2s (github.com_kisielk_sqlstruct_@v_v0.0.0-20201105191214-5f3e10d3ab46.zip) = 7037c2c202a35b909d9109dca4000f6db5ccef33273990d437514bd3682edfd6 +SHA512 (github.com_kisielk_sqlstruct_@v_v0.0.0-20201105191214-5f3e10d3ab46.zip) = 52c8a0d9c26519cf2560a265828bafa43cd4a3cb80f1bf50f8350ff7853c2ba68f6c7f62ce90a29d7331c968054181deb2482fa388e2d0cd9aca96c9fd0586a5 +Size (github.com_kisielk_sqlstruct_@v_v0.0.0-20201105191214-5f3e10d3ab46.zip) = 6671 bytes +BLAKE2s (github.com_kisom_goutils_@v_v1.4.3.mod) = 500c17d02e44da3c6d888fc6c51fb100c31273c6128154de77073e410a4037e2 +SHA512 (github.com_kisom_goutils_@v_v1.4.3.mod) = 8b98ecd19429c3f6ecc061f9d8739f06da1f028438c88f34c755dbba7cb04489e5843645479d90827f8ea3fa2470ec15887fedd67b3aafb4dd2794eacf048283 +Size (github.com_kisom_goutils_@v_v1.4.3.mod) = 41 bytes +BLAKE2s (github.com_kisom_goutils_@v_v1.4.3.zip) = b1f27207ff82fba505b00c0576f7221c6e168862531132c80581f370df94a64d +SHA512 (github.com_kisom_goutils_@v_v1.4.3.zip) = f080166fad8e751acfaa1a5c0ef690324e1a62b488beaae823dae76e2d2f3f100c711ced527dbb1b2bfcaca82aa1a5ed835b34d5ee1d7a7961a99d3280f8d1d3 +Size (github.com_kisom_goutils_@v_v1.4.3.zip) = 94633 bytes +BLAKE2s (github.com_klauspost_compress_@v_v1.11.4.mod) = 7b45b68c68d47c3b0c886bfd1c3438f0c1ffb713ab52446f974c2e9595ed2aa3 +SHA512 (github.com_klauspost_compress_@v_v1.11.4.mod) = 55b1b23e692eed7e5cd2789b542c27eb85c019460a1ea75bfb31802263328b53da1a466e4b09085e4e002dc699047bf3ef5ab003022a6182c9b762e0b812febd +Size (github.com_klauspost_compress_@v_v1.11.4.mod) = 46 bytes +BLAKE2s (github.com_klauspost_compress_@v_v1.13.5.mod) = 185a92e5148d38cb058fc46f436a98eb242e854d26822dc7fe8b48cb114bebb7 +SHA512 (github.com_klauspost_compress_@v_v1.13.5.mod) = 169f465555b08e51a41783d4e2740c09d1a19b146b3ff99a8ca32b008569adedf6515b3f6d94aca6e11e98c0dd47ff561926daf2ba5f5d24dcba3407eda6aefc +Size (github.com_klauspost_compress_@v_v1.13.5.mod) = 46 bytes +BLAKE2s (github.com_klauspost_compress_@v_v1.13.6.mod) = 185a92e5148d38cb058fc46f436a98eb242e854d26822dc7fe8b48cb114bebb7 +SHA512 (github.com_klauspost_compress_@v_v1.13.6.mod) = 169f465555b08e51a41783d4e2740c09d1a19b146b3ff99a8ca32b008569adedf6515b3f6d94aca6e11e98c0dd47ff561926daf2ba5f5d24dcba3407eda6aefc +Size (github.com_klauspost_compress_@v_v1.13.6.mod) = 46 bytes +BLAKE2s (github.com_klauspost_compress_@v_v1.13.6.zip) = 0989c1c6699d4192c8e55cc5434f4ec7057c2428decf2462fc5f938c56f8b029 +SHA512 (github.com_klauspost_compress_@v_v1.13.6.zip) = 61f0a7b258aac9064a238e669f6cc168780cd4a2d25cbd0d8145059e0befff3ab56306881e5085182417a412ac6287c31d45efe298876638cc048df83f398865 +Size (github.com_klauspost_compress_@v_v1.13.6.zip) = 15597164 bytes BLAKE2s (github.com_klauspost_compress_@v_v1.4.1.mod) = 05280ca1b74f6eaa9ff1fc731c41daa120aa2f000a33116cff2f14f465f3133c SHA512 (github.com_klauspost_compress_@v_v1.4.1.mod) = 18830e82c89186889b494ac46cc8c4fb398f3aff5416eb1cec3e3b09af281ebd50bb0e8ac7751f6cd89bb1bab3738a354183ba12eb3ea42aa7dab36177b613ec Size (github.com_klauspost_compress_@v_v1.4.1.mod) = 37 bytes @@ -2766,9 +3657,6 @@ Size (github.com_klauspost_cpuid_v2_@v_v2.0.9.mod) = 46 bytes BLAKE2s (github.com_klauspost_cpuid_v2_@v_v2.0.9.zip) = 55b439f0560da14695300928bae8ea1fabf2879c4a6e001d5fabf8de0c1c44b4 SHA512 (github.com_klauspost_cpuid_v2_@v_v2.0.9.zip) = c1c7c4e02e26fc371a7a058ecc50536221979fc63d2be80929457a90a18ed6621fdab89d8cb70505bd87f87484da5721e8c8148e572f33d9c57ac8fcc1970e7f Size (github.com_klauspost_cpuid_v2_@v_v2.0.9.zip) = 351398 bytes -BLAKE2s (github.com_klauspost_pgzip_@v_v1.2.4.mod) = 012e2c37dae7d695c242f3ed094d721037d52db594ec3d685a693d5fc9a24efa -SHA512 (github.com_klauspost_pgzip_@v_v1.2.4.mod) = cd08026364570f1acaca890fe4929ca5bafe90b4088f764a077952ce4b52e8d92a8a09e4bf264abd209a161ed47d9b6f572ebd904af2025da3696dbf79b63d5c -Size (github.com_klauspost_pgzip_@v_v1.2.4.mod) = 34 bytes BLAKE2s (github.com_klauspost_pgzip_@v_v1.2.5.mod) = 012e2c37dae7d695c242f3ed094d721037d52db594ec3d685a693d5fc9a24efa SHA512 (github.com_klauspost_pgzip_@v_v1.2.5.mod) = cd08026364570f1acaca890fe4929ca5bafe90b4088f764a077952ce4b52e8d92a8a09e4bf264abd209a161ed47d9b6f572ebd904af2025da3696dbf79b63d5c Size (github.com_klauspost_pgzip_@v_v1.2.5.mod) = 34 bytes @@ -2808,12 +3696,18 @@ Size (github.com_kr_logfmt_@v_v0.0.0-20140226030751-b84e30acd515.zip) = 9142 byt BLAKE2s (github.com_kr_pretty_@v_v0.1.0.mod) = 09417ed9d591b5c29a7fce2a9ed872082218f63cf0cfba87355e8e559aeea976 SHA512 (github.com_kr_pretty_@v_v0.1.0.mod) = 4d841fc7a022e4e09e0a95925ad92a75809a67c30fb88de9190e4a2196383038dab9a5b3294b6a0b4786248977a0e09eea857a34100cbf22f8a52912ce9fa58d Size (github.com_kr_pretty_@v_v0.1.0.mod) = 67 bytes +BLAKE2s (github.com_kr_pretty_@v_v0.2.0.mod) = c7902e2b218e48371c72208ab3a42754282b425818489f0872c333e1dc01c1f7 +SHA512 (github.com_kr_pretty_@v_v0.2.0.mod) = b920109a2a1f40e2c7bb4dd93d07138228fac3064b780449a38bf5e6cb0630c6b7bd79eaf18b35e0452846e5059b0e192682b0aa93cc563c6120816106b9f11b +Size (github.com_kr_pretty_@v_v0.2.0.mod) = 72 bytes BLAKE2s (github.com_kr_pretty_@v_v0.2.1.mod) = c7902e2b218e48371c72208ab3a42754282b425818489f0872c333e1dc01c1f7 SHA512 (github.com_kr_pretty_@v_v0.2.1.mod) = b920109a2a1f40e2c7bb4dd93d07138228fac3064b780449a38bf5e6cb0630c6b7bd79eaf18b35e0452846e5059b0e192682b0aa93cc563c6120816106b9f11b Size (github.com_kr_pretty_@v_v0.2.1.mod) = 72 bytes -BLAKE2s (github.com_kr_pretty_@v_v0.2.1.zip) = 896e81e7424f14aad49573cc60ff40e3a1eb6ab08c9ba04f55523eac9c3a0954 -SHA512 (github.com_kr_pretty_@v_v0.2.1.zip) = 0f792e6f960b0cb8f9a30c25d3a3f30e7c459a05d7f03f68c98cb581967fc48b377314cb83b990c9509cde5680389bee0ce2b0b1efedbceb5592f38a9ae6a3ec -Size (github.com_kr_pretty_@v_v0.2.1.zip) = 11508 bytes +BLAKE2s (github.com_kr_pretty_@v_v0.3.0.mod) = 94e572144480a0e28dcdd22d83e59309b19e3eb0855ba3ce97b33e842efb7bbd +SHA512 (github.com_kr_pretty_@v_v0.3.0.mod) = 3a55a2d745e3f04e4554ec076885cc26add2f6a840799b8f884ec9074ab13985cc50b4bf9ce7c8c32e580b62b376138e5ae66cc4df6e541bca3ffaa930c94421 +Size (github.com_kr_pretty_@v_v0.3.0.mod) = 117 bytes +BLAKE2s (github.com_kr_pretty_@v_v0.3.0.zip) = f7c6a79c2e4b98fc6f7b1db46f60ca59e241c841cd0a668ca7ed2f7ed57ef700 +SHA512 (github.com_kr_pretty_@v_v0.3.0.zip) = 602353980e28baaaacfa3c739f4a6129d831eab4a600440051930ed02a7d000ea12a97d7094f4502ed88353702a2c6847fa842806955790cb76a1139e262f2b5 +Size (github.com_kr_pretty_@v_v0.3.0.zip) = 13000 bytes BLAKE2s (github.com_kr_pty_@v_v1.1.1.mod) = 40cf54480d039c9d4a2692ae500319fdc6cb62b869b60976b3df99163869894d SHA512 (github.com_kr_pty_@v_v1.1.1.mod) = 967fcdce835c12afbf3b12bb204a256f32d46a3da535e2a7250159f62781a163ee107dd2a4fa20743b76bbf52b97e627e11e895c8d5ef73aede37d6a89e326eb Size (github.com_kr_pty_@v_v1.1.1.mod) = 25 bytes @@ -2835,18 +3729,42 @@ Size (github.com_kr_text_@v_v0.2.0.mod) = 68 bytes BLAKE2s (github.com_kr_text_@v_v0.2.0.zip) = ccfed20783c537a43b270c407b9bc4410023f7298a024265c79c7fdea56d3c55 SHA512 (github.com_kr_text_@v_v0.2.0.zip) = 5fbe5884d311244c5250d4a1b249749a84fc6a50d4d5d6b3967a4bccb317ebb807917fe540f13fea788abd863d7d2f2537a40b57cf156a3f920b15cd8b365ac0 Size (github.com_kr_text_@v_v0.2.0.zip) = 12607 bytes +BLAKE2s (github.com_kylelemons_go-gypsy_@v_v1.0.0.mod) = 413328d4d4bdc7dc868e4535e22ebf08f87c8b4d23bf599b09f6fac9c21d12d4 +SHA512 (github.com_kylelemons_go-gypsy_@v_v1.0.0.mod) = 15d08c135a27be380f660e5416702eccae6cbe07ed36679d8efbd17d31d54e218cc19a7b0de12a7e4361763135dfd93b0e4def59a1de28eaaacd6f7c89250659 +Size (github.com_kylelemons_go-gypsy_@v_v1.0.0.mod) = 46 bytes +BLAKE2s (github.com_kylelemons_go-gypsy_@v_v1.0.0.zip) = 3a45a73f44d6d402acdb79189354d74317432cc3c7727d88284881294f221b21 +SHA512 (github.com_kylelemons_go-gypsy_@v_v1.0.0.zip) = 757e0c80a29bd08520e58f78106e7c656a9b9afc07f8a589128a896c7ce8a9a71cb8c2b0cd04f680921ffe9975f0bd36db4804c9ec470c360ed7bf869f918666 +Size (github.com_kylelemons_go-gypsy_@v_v1.0.0.zip) = 20104 bytes +BLAKE2s (github.com_kylelemons_godebug_@v_v1.1.0.mod) = 6fa466ce120444872bf358a6a9429b9bcb308598b2781c1ceb3a4e1eeab769f8 +SHA512 (github.com_kylelemons_godebug_@v_v1.1.0.mod) = 4fcffc595708aba2673e895182e695e91d6d239f8feaaaeaf15d75fcff398112af0f0d5ebdb28506d95eae30533dcbb54112ac0b0a4034ee11d7a35b78674915 +Size (github.com_kylelemons_godebug_@v_v1.1.0.mod) = 46 bytes +BLAKE2s (github.com_kylelemons_godebug_@v_v1.1.0.zip) = af6be9b5bfb89d44a08149e9b4dbcba348dd824445efb13ecced7ef82c6125dd +SHA512 (github.com_kylelemons_godebug_@v_v1.1.0.zip) = a5ffd5713ddc3d9bd49ee9cbb0a8f5154bcf0eb073c9a772c24a6e11e824b2deee18425347f84b267192c52f3559086573e966fdd8e73e84fcee03c1971e1b7f +Size (github.com_kylelemons_godebug_@v_v1.1.0.zip) = 25634 bytes BLAKE2s (github.com_lestrrat-go_jwx_@v_v0.9.0.mod) = 54b410fb4591221f1cf5d8a1e2f5904896608a16f6a024d7edd489aea375c7eb SHA512 (github.com_lestrrat-go_jwx_@v_v0.9.0.mod) = 18c22c965b123460911646245a10cb5f5c249ef635331d38720d47bfd3ec9e2f8a39e024632d7a11ec1dee16ae5116b8150ad8b210ef25502f9d0d26a431dcbd Size (github.com_lestrrat-go_jwx_@v_v0.9.0.mod) = 34 bytes BLAKE2s (github.com_lestrrat-go_jwx_@v_v0.9.0.zip) = c719646c45c5720984adbfd00e57483b673e396ebe188b51eda8dce181310c76 SHA512 (github.com_lestrrat-go_jwx_@v_v0.9.0.zip) = eb788b7e6d632265edb2183cbf416c78c22e0d7fda0e1f033ced23b50ab48d1596a2e037bb814de10baed3f92956dd0db69de0d9baa4fabe23ee6588cd8aebaf Size (github.com_lestrrat-go_jwx_@v_v0.9.0.zip) = 140025 bytes +BLAKE2s (github.com_letsencrypt_pkcs11key_v4_@v_v4.0.0.mod) = 7c921ce24d8b4866dc1d14c31a85d4a24d9d651e9079c0041a6c960d217b708e +SHA512 (github.com_letsencrypt_pkcs11key_v4_@v_v4.0.0.mod) = 517eddf8dce3eea40bb880121fb20bc91d47c0d74d0880606304e193f88aaa9207c7b13e8947d0f817e6cd8e47a732dd49c04337e7b30fc69edcae7df682451e +Size (github.com_letsencrypt_pkcs11key_v4_@v_v4.0.0.mod) = 92 bytes +BLAKE2s (github.com_letsencrypt_pkcs11key_v4_@v_v4.0.0.zip) = 5ee4173bfa97866011d506acb5936fd12e1a167f641479cd6b824123065ea2f4 +SHA512 (github.com_letsencrypt_pkcs11key_v4_@v_v4.0.0.zip) = 0103afee3151754321e4dbd6a7ac1b8f513cd77922682c35066116e47c1906fb3ff43ffc631edde64ea9cfca5241feca48791790b8f71a10ce68c4ca0bedb127 +Size (github.com_letsencrypt_pkcs11key_v4_@v_v4.0.0.zip) = 19541 bytes BLAKE2s (github.com_lib_pq_@v_v1.0.0.mod) = 3e8a1eb3a844f15999f62affb06d0569e128bc89935a0b23b5d4f8bafa3b3811 SHA512 (github.com_lib_pq_@v_v1.0.0.mod) = 493893b0368a6e9ba2c2aab1650135de1dcc087e6eb172226a623d62a48e4102857f68f9ab6cd4f7047e6a291c62824ba924076891d162bbae846d97166bd1e9 Size (github.com_lib_pq_@v_v1.0.0.mod) = 25 bytes BLAKE2s (github.com_lib_pq_@v_v1.1.0.mod) = 3e8a1eb3a844f15999f62affb06d0569e128bc89935a0b23b5d4f8bafa3b3811 SHA512 (github.com_lib_pq_@v_v1.1.0.mod) = 493893b0368a6e9ba2c2aab1650135de1dcc087e6eb172226a623d62a48e4102857f68f9ab6cd4f7047e6a291c62824ba924076891d162bbae846d97166bd1e9 Size (github.com_lib_pq_@v_v1.1.0.mod) = 25 bytes +BLAKE2s (github.com_lib_pq_@v_v1.1.1.mod) = 3e8a1eb3a844f15999f62affb06d0569e128bc89935a0b23b5d4f8bafa3b3811 +SHA512 (github.com_lib_pq_@v_v1.1.1.mod) = 493893b0368a6e9ba2c2aab1650135de1dcc087e6eb172226a623d62a48e4102857f68f9ab6cd4f7047e6a291c62824ba924076891d162bbae846d97166bd1e9 +Size (github.com_lib_pq_@v_v1.1.1.mod) = 25 bytes +BLAKE2s (github.com_lib_pq_@v_v1.10.1.mod) = d9a0e95557ec373108c31965cdc91afb5f9f9301ed4d21666dc166d875649d1f +SHA512 (github.com_lib_pq_@v_v1.10.1.mod) = f0f38407ddaf1cddb83a07d7435e78dc4bd789761325b68d689a6e571e8d28ae352717a7aebabf4b63918fac9fb792f6b7ecb0db4898b563706e1fad9c30e13a +Size (github.com_lib_pq_@v_v1.10.1.mod) = 34 bytes BLAKE2s (github.com_lib_pq_@v_v1.10.2.mod) = d9a0e95557ec373108c31965cdc91afb5f9f9301ed4d21666dc166d875649d1f SHA512 (github.com_lib_pq_@v_v1.10.2.mod) = f0f38407ddaf1cddb83a07d7435e78dc4bd789761325b68d689a6e571e8d28ae352717a7aebabf4b63918fac9fb792f6b7ecb0db4898b563706e1fad9c30e13a Size (github.com_lib_pq_@v_v1.10.2.mod) = 34 bytes @@ -2901,6 +3819,15 @@ Size (github.com_lunny_vfsgen_@v_v0.0.0-20220105142115-2c99e1ffdfa0.mod) = 31 by BLAKE2s (github.com_lunny_vfsgen_@v_v0.0.0-20220105142115-2c99e1ffdfa0.zip) = b028bb6f24d0f12c0c1c3eecc64aa13fd8fe2b8751f4ae3c05d5335dbfa15294 SHA512 (github.com_lunny_vfsgen_@v_v0.0.0-20220105142115-2c99e1ffdfa0.zip) = fd276dd67207415b29758fb95c1230b028982a97cc9c4cee27c80685d577604322277ba4caf17b8b6180dbf93224926a3ddd05532ef6de66a3e46d9795aeea4e Size (github.com_lunny_vfsgen_@v_v0.0.0-20220105142115-2c99e1ffdfa0.zip) = 21773 bytes +BLAKE2s (github.com_lyft_protoc-gen-star_@v_v0.5.1.mod) = ff03daf96065f06c7232167ea65c1b053ee4bcc6f182f5560769a8e4655515b5 +SHA512 (github.com_lyft_protoc-gen-star_@v_v0.5.1.mod) = 3ae4f48672c4df38a74f316569a22e653bd5a5f9f30e1d53ea7472d900b3c7ad06f73ad0fddcb6e854f5703824f5057fe61beb952be9f980a38d76ab16237ec8 +Size (github.com_lyft_protoc-gen-star_@v_v0.5.1.mod) = 163 bytes +BLAKE2s (github.com_lyft_protoc-gen-star_@v_v0.5.3.mod) = 45db756958e5eaa8e04014a939d47360a5ca5914315bfc40a5c638697ee7f8c0 +SHA512 (github.com_lyft_protoc-gen-star_@v_v0.5.3.mod) = fd14078fc9db6e8b6bad178ca6dc01b2ae571903af5e9643e51108b5e7d4dfbc80296718471f7aa5c914ca5c9ac999129cf6d34f9274b165d68db68b786c2bf3 +Size (github.com_lyft_protoc-gen-star_@v_v0.5.3.mod) = 163 bytes +BLAKE2s (github.com_lyft_protoc-gen-star_@v_v0.5.3.zip) = 87c011db565ba36b2797cfada93beec3a6087045a554b9030adfdd8a93446eef +SHA512 (github.com_lyft_protoc-gen-star_@v_v0.5.3.zip) = 52055dc8fb65ffc9e9a3fe7827f69f446cb4efe783c3519e48187f0fc06355642328b7583e620b256681f5dd56a18411c6e20b2f12f8fc6aca81390396ff4cec +Size (github.com_lyft_protoc-gen-star_@v_v0.5.3.zip) = 189474 bytes BLAKE2s (github.com_lyft_protoc-gen-validate_@v_v0.0.13.mod) = 950ae0ba586a3b7898702d15da4db2b43b1c6132cff7ae31f0af3ce10e3ba614 SHA512 (github.com_lyft_protoc-gen-validate_@v_v0.0.13.mod) = f4286a907eaf928904461716aaec3d5e58a826f2f50c6568f70aacd2f14c9d226bb633ebf9fbc8e492961ca23f459be0c49b1ddc644fadcb7e90e99818fb03bd Size (github.com_lyft_protoc-gen-validate_@v_v0.0.13.mod) = 43 bytes @@ -2949,6 +3876,12 @@ Size (github.com_markbates_going_@v_v1.0.0.mod) = 34 bytes BLAKE2s (github.com_markbates_going_@v_v1.0.0.zip) = 64a71641bf72eba731ec1583c222e97b7c8c98c29880028e09aac51a36fe4a22 SHA512 (github.com_markbates_going_@v_v1.0.0.zip) = 5a8dd92bedd5e25d10393420d179f7f26b1c50a7bd06588dbae1d59be86a7ca6a92e3de5a060ac574e02f7954930987bab8507d3e0d94c38944ddb27597a668e Size (github.com_markbates_going_@v_v1.0.0.zip) = 19672 bytes +BLAKE2s (github.com_markbates_goth_@v_v1.69.0.mod) = bc2e0fdfe30d58658a809f874ba87f431c08f44d1fd7bd657260882207014c5b +SHA512 (github.com_markbates_goth_@v_v1.69.0.mod) = 2866042e2058a360db032f81c2b5d7d6b922e3cd754527826667925f3f0df0f66d41dffbb7de0fadc1ba46a3441ceee43f04fdc63d24880f22b39a65da59696e +Size (github.com_markbates_goth_@v_v1.69.0.mod) = 700 bytes +BLAKE2s (github.com_markbates_goth_@v_v1.69.0.zip) = c7d7a340f866cb381b5fa97c267731eb0767bddac27b1a6c467c118dcb0e3f0d +SHA512 (github.com_markbates_goth_@v_v1.69.0.zip) = 38bcd3259f5141669e8aa01dc1f4e547e847d1fb21963b0dbbd13f14408016ffe8cd333dd417c6a027e98e4eee12898c9db5d833d0db566ff8f317fcdecbd833 +Size (github.com_markbates_goth_@v_v1.69.0.zip) = 407682 bytes BLAKE2s (github.com_markbates_oncer_@v_v0.0.0-20181203154359-bf2de49a0be2.mod) = 8b8524b193e874a9a0255da01ec0ffeb83395ad7b26fea9640963f7c6115a7c0 SHA512 (github.com_markbates_oncer_@v_v0.0.0-20181203154359-bf2de49a0be2.mod) = 8799f1a1a2bbe0548bbb0777e40ce85367fb538385b0c9abae42890c7cc3275b84c58ca461f0dfe6ef58b04b2fc18e573de75903372b81e01ed4b90eb89f97f1 Size (github.com_markbates_oncer_@v_v0.0.0-20181203154359-bf2de49a0be2.mod) = 180 bytes @@ -2973,24 +3906,45 @@ Size (github.com_mattn_go-colorable_@v_v0.0.9.mod) = 37 bytes BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.1.mod) = 5eb992915ca484058440183479c05595f132fd80097860727b60d0d45629ae91 SHA512 (github.com_mattn_go-colorable_@v_v0.1.1.mod) = 89a2e1340f04d1aa40eacc84c94ae2723fa34d2fc5772c60bad2d7e00512adfd5f503896aee75440173037f4d50ceaeb98f7266e80284f29ce00692d15bdd2f9 Size (github.com_mattn_go-colorable_@v_v0.1.1.mod) = 80 bytes +BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.12.mod) = ba38dfd1e73d3c403ea7b5158d2e29cb33a30dd5703138f15176f4aca31eb7d2 +SHA512 (github.com_mattn_go-colorable_@v_v0.1.12.mod) = f2fa86449f7da9a73f3f8781e6b3dc6ad6e7d491cb37854be0dfb5c3ee086c36f509646e6fa383b4f00c3cb96c535e581016b2a43aedbfd9fe5861bada2f7ce0 +Size (github.com_mattn_go-colorable_@v_v0.1.12.mod) = 160 bytes +BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.12.zip) = b63c77a58c3708c0e8f06eeda33284e3bdd1ce47fc271ef44c1f7e4423cae248 +SHA512 (github.com_mattn_go-colorable_@v_v0.1.12.zip) = 202a6349397e9f7b4a8252867f4928c694bbba813544b9bb8b8bc4851d18c074f688e3a1f01d7b65e899f492325048705d5250394613924b98bdaece8a2373c9 +Size (github.com_mattn_go-colorable_@v_v0.1.12.zip) = 13979 bytes BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.2.mod) = 3f5942b3f50d96e142b12b290dd8e813bb803677ef5da5485471472866a5fc1a SHA512 (github.com_mattn_go-colorable_@v_v0.1.2.mod) = f69ecc2e8097c17a9c0002181451d56a8a7496f62e87f437802420e9af27c5f80da2be189597759f2a5ee2656dca8c1cf91a5374b8e46919f7a6e0f9579d2526 Size (github.com_mattn_go-colorable_@v_v0.1.2.mod) = 80 bytes +BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.4.mod) = 3f5942b3f50d96e142b12b290dd8e813bb803677ef5da5485471472866a5fc1a +SHA512 (github.com_mattn_go-colorable_@v_v0.1.4.mod) = f69ecc2e8097c17a9c0002181451d56a8a7496f62e87f437802420e9af27c5f80da2be189597759f2a5ee2656dca8c1cf91a5374b8e46919f7a6e0f9579d2526 +Size (github.com_mattn_go-colorable_@v_v0.1.4.mod) = 80 bytes BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.6.mod) = 58d00143e20a194aeb7e9d7af6790e28ec6e813b3cc563fa342cba1dcc61b134 SHA512 (github.com_mattn_go-colorable_@v_v0.1.6.mod) = 60840c731813699f19e9a23f3cc0e890c0b0e8228510b0021aa2696f35f3aefa1fc06eb396c5035214ac185816d5757896da1bfaf59e2dd24ca750f5b792e6c5 Size (github.com_mattn_go-colorable_@v_v0.1.6.mod) = 160 bytes -BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.6.zip) = aa7a8fdbc2ee178fe33086b2ae226c84375294821f8b2d092164de73f81fe3bd -SHA512 (github.com_mattn_go-colorable_@v_v0.1.6.zip) = bd6adb6aaf44c6c59bda2407a05e192d3336154cec35d0a6b6244cc5b93dc5e53509abded7c5999af166821749dd2e55333a8813ce64c310ba5db2df597bc171 -Size (github.com_mattn_go-colorable_@v_v0.1.6.zip) = 13586 bytes +BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.9.mod) = 58d00143e20a194aeb7e9d7af6790e28ec6e813b3cc563fa342cba1dcc61b134 +SHA512 (github.com_mattn_go-colorable_@v_v0.1.9.mod) = 60840c731813699f19e9a23f3cc0e890c0b0e8228510b0021aa2696f35f3aefa1fc06eb396c5035214ac185816d5757896da1bfaf59e2dd24ca750f5b792e6c5 +Size (github.com_mattn_go-colorable_@v_v0.1.9.mod) = 160 bytes +BLAKE2s (github.com_mattn_go-ieproxy_@v_v0.0.0-20190610004146-91bb50d98149.mod) = 58cb99e43ea1892676f9f0a7d517ff3c9ee4f4410ece75f9012a0213f7c7d797 +SHA512 (github.com_mattn_go-ieproxy_@v_v0.0.0-20190610004146-91bb50d98149.mod) = 66fe9fc0d2bd738f679bc576f84a807e5fa393b174d1193b448a84098cf1d5f17f884d4dc7d177092d3675176ad79070d51db45b3a5e3383246710e0f63d2018 +Size (github.com_mattn_go-ieproxy_@v_v0.0.0-20190610004146-91bb50d98149.mod) = 35 bytes +BLAKE2s (github.com_mattn_go-ieproxy_@v_v0.0.0-20190610004146-91bb50d98149.zip) = 6d758fb7d30e450bc26785825ce40e61196d13d8ee21c3f28d61a469d64426cf +SHA512 (github.com_mattn_go-ieproxy_@v_v0.0.0-20190610004146-91bb50d98149.zip) = 060db60eb501f5346ec843800a7cae385e7095f69badd2c60f37e87d3b061c879a84bf31ec227bd2535a9ba89041b3b17440ae997750ce48b14acc7dd2fd6802 +Size (github.com_mattn_go-ieproxy_@v_v0.0.0-20190610004146-91bb50d98149.zip) = 14956 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.10.mod) = ac0635d2228c2808e5041cabee54eed093f687ffefb47a983429168ea805b3fa +SHA512 (github.com_mattn_go-isatty_@v_v0.0.10.mod) = f144089cc85271c7d91b9a6faf169018bb12177dd770db0092dfd0b4c71846e5cc6dea385c0158a974cfe86971e5642858a6d633c64d3b598f1ab254fd47db28 +Size (github.com_mattn_go-isatty_@v_v0.0.10.mod) = 104 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.11.mod) = 175190e12963f9bc4005ff664cc3a3da79abbb468c6280587dfb6b8bb9753625 +SHA512 (github.com_mattn_go-isatty_@v_v0.0.11.mod) = 218110264da1c7396295627414259fcc65cc9823216d6c03f2a6d7499e17205e540821add3216ba673efda92f1e5bfbb817416874fc745ed1d926c43fdd9bc99 +Size (github.com_mattn_go-isatty_@v_v0.0.11.mod) = 104 bytes BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.12.mod) = bfe9466b5bbed9a985efbf5ea4cdd6a6da9e51c7d1e8f7e354a7c7338a3145c0 SHA512 (github.com_mattn_go-isatty_@v_v0.0.12.mod) = 7bd9f6a38aa9a16c3569142164389d1c4046170f66b5e9044f7aaa3192e9d2e2ccec486e3bc7fbac868c9693b6d333068c1a34ccd9e79dec1746a86348951503 Size (github.com_mattn_go-isatty_@v_v0.0.12.mod) = 104 bytes -BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.13.mod) = bfe9466b5bbed9a985efbf5ea4cdd6a6da9e51c7d1e8f7e354a7c7338a3145c0 -SHA512 (github.com_mattn_go-isatty_@v_v0.0.13.mod) = 7bd9f6a38aa9a16c3569142164389d1c4046170f66b5e9044f7aaa3192e9d2e2ccec486e3bc7fbac868c9693b6d333068c1a34ccd9e79dec1746a86348951503 -Size (github.com_mattn_go-isatty_@v_v0.0.13.mod) = 104 bytes -BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.13.zip) = 2f57de256d7849d2f67d5fa87b9970572f6a4b8b5bbfd95cd52be2edd56ba19a -SHA512 (github.com_mattn_go-isatty_@v_v0.0.13.zip) = ecb1ef28f64bf0d0b713be8be6b338130aa2d7ea747d3644e79de6f0593ed0e5720e8100ff37cdf90798a28955e1854672e756fe364639c04d6bcaedc4c6bbeb -Size (github.com_mattn_go-isatty_@v_v0.0.13.zip) = 8623 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.14.mod) = 927c4e44c809a70af5d278922fe3bc89f7fb0a7f8642c31c6b91d9b9c463f5b0 +SHA512 (github.com_mattn_go-isatty_@v_v0.0.14.mod) = 23b01eb4023ff5018437ff98b55ada053eba49feab2777eed36d033f426c5456b143f3defbc3131dad1251205f3ffb3553e3c10bd98de80f0a462e8450d6d56c +Size (github.com_mattn_go-isatty_@v_v0.0.14.mod) = 104 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.14.zip) = 8c839f738b2a9ba146e7277081821411cf1868fc565e71ed60c792428c95599d +SHA512 (github.com_mattn_go-isatty_@v_v0.0.14.zip) = c6401cf5af80ea2495cb63800ff39fb9490f212f3aae0ac1d86b3d37ce6734eb35aea00b35bd26532feab77ef80322e765925f302d77f664dd57163f67a8374e +Size (github.com_mattn_go-isatty_@v_v0.0.14.zip) = 8919 bytes BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.3.mod) = 37ec7961d2e1e9102e227894b5db129a4beb1b4cacb699cf762deba01111dd93 SHA512 (github.com_mattn_go-isatty_@v_v0.0.3.mod) = 00c272b4652db259c46875641b29489ecada2602e38beede8c8bd529d73b6e123bff58f8e0f8cadd2d680a6a5485aadffa448e9445548abbd2fb424b059a31e1 Size (github.com_mattn_go-isatty_@v_v0.0.3.mod) = 34 bytes @@ -3009,6 +3963,9 @@ Size (github.com_mattn_go-isatty_@v_v0.0.8.mod) = 95 bytes BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.9.mod) = df9f71da71ac0fdfafbab40b9b165b4349ea304509b3f15dcd0db54affec3f99 SHA512 (github.com_mattn_go-isatty_@v_v0.0.9.mod) = 64b61a0f9ba20ae004a305963046d91b7b66e3659b67fc15350a0afa625ecf4892854e1829dabd589482d844a248aa73a56dc970784f2a03f6492a0010c5c665 Size (github.com_mattn_go-isatty_@v_v0.0.9.mod) = 95 bytes +BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.12.mod) = 9deaf64c65ec9058bf78e39deaef7b1780b1fb68736208198b080d3e710f5b22 +SHA512 (github.com_mattn_go-runewidth_@v_v0.0.12.mod) = 939623ea34e482faf1cb055cd861471367cd69257abb28bd348efb4572ac95428330947ca0a1cac2820cc2cf7bbc6cada12623ff873d9ebc8c4af490d8237fbe +Size (github.com_mattn_go-runewidth_@v_v0.0.12.mod) = 84 bytes BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.13.mod) = 8df0af400904d313f84666016bb58fa961611b14296a6ee0b534ea7942608632 SHA512 (github.com_mattn_go-runewidth_@v_v0.0.13.mod) = b96cca212a7024f0039ddd3a744fe818ab2e028b8ac2fd4472ce76ee9b496de3abb0960718c1106a98cf7e6df652dcf2884fe5ed95979bd9016399ea4abd324d Size (github.com_mattn_go-runewidth_@v_v0.0.13.mod) = 84 bytes @@ -3018,12 +3975,27 @@ Size (github.com_mattn_go-runewidth_@v_v0.0.13.zip) = 20978 bytes BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.2.mod) = 286c8e270025cd766b60b789ca5e456d6977078abaa718dedb79bfbd1febaf4a SHA512 (github.com_mattn_go-runewidth_@v_v0.0.2.mod) = b891712f639a850e41582c15bcb384a985fad4f8aa86ce2d3f4d2554354aa1a9619667f60837a8280f869fc07dd58dc676c222bac23aaa5b2b00c06284b2f475 Size (github.com_mattn_go-runewidth_@v_v0.0.2.mod) = 37 bytes +BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.7.mod) = 425a4ee1bcc04aff2655e119549702481c6bf569079a38ae6a073d031de347eb +SHA512 (github.com_mattn_go-runewidth_@v_v0.0.7.mod) = 0cfd4101dd8ed90f80b7f4ce2928cd322b93855764abae65d66c5ff9888a7c8aec6ee6581c7f05d1c80db5c78003ee2afc8537fda8a3855e2349bfb8267aba61 +Size (github.com_mattn_go-runewidth_@v_v0.0.7.mod) = 45 bytes BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.9.mod) = 425a4ee1bcc04aff2655e119549702481c6bf569079a38ae6a073d031de347eb SHA512 (github.com_mattn_go-runewidth_@v_v0.0.9.mod) = 0cfd4101dd8ed90f80b7f4ce2928cd322b93855764abae65d66c5ff9888a7c8aec6ee6581c7f05d1c80db5c78003ee2afc8537fda8a3855e2349bfb8267aba61 Size (github.com_mattn_go-runewidth_@v_v0.0.9.mod) = 45 bytes +BLAKE2s (github.com_mattn_go-shellwords_@v_v1.0.10.mod) = f30e6044a95a1d7c205a42356ff66be576f3764237dcc5f5a444e1322b0b6bd4 +SHA512 (github.com_mattn_go-shellwords_@v_v1.0.10.mod) = c1a6d910b914ceef7ffea53c61f2225ebffeba2fc87c290aebdb739bf520494e35fef046eb9ced4fc9a3767523efefcce41ef5026fe11bad97c005b8e55d96f8 +Size (github.com_mattn_go-shellwords_@v_v1.0.10.mod) = 47 bytes +BLAKE2s (github.com_mattn_go-shellwords_@v_v1.0.10.zip) = f54abad19736e5208bc1e750a51dc18f33d8571e3c49372b90cd1d98a79501bd +SHA512 (github.com_mattn_go-shellwords_@v_v1.0.10.zip) = 075011dfc750263fdc03e80c69feaea71db12c9af8c99b49ebb35c494f5e3ac5a4faab3bdc1530322ea38ff3eb2671f0a3871097dea918f736f757e50cb05b4f +Size (github.com_mattn_go-shellwords_@v_v1.0.10.zip) = 7653 bytes BLAKE2s (github.com_mattn_go-sqlite3_@v_v1.11.0.mod) = 7a7470a4d1392c3bb367c6073f63f2c5acfa97378dee0aac1a103b825922e358 SHA512 (github.com_mattn_go-sqlite3_@v_v1.11.0.mod) = c929334b82e3174b98a22bcc58dffd1291e3bcea6c5f789ab36296353cafe0b09640ba7015ff559acdaef58a9212b0367bada54aa89f563c6dd4773f3220c04e Size (github.com_mattn_go-sqlite3_@v_v1.11.0.mod) = 35 bytes +BLAKE2s (github.com_mattn_go-sqlite3_@v_v1.14.12.mod) = ba1da6cd75fe3ae7f79271852930389896bb6c63e60f1b809f483b49b36c8acb +SHA512 (github.com_mattn_go-sqlite3_@v_v1.14.12.mod) = e7572c4b152f83a58c81e374c109eb5b80514c63d9f02f7adc2bc23e8bc81dfaefe6f1ed079b65ecbebbe118a3423c2124f0b619378b8b237ff0a6cc687e1952 +Size (github.com_mattn_go-sqlite3_@v_v1.14.12.mod) = 44 bytes +BLAKE2s (github.com_mattn_go-sqlite3_@v_v1.14.12.zip) = 4cc75c1488dec1c84908488ad731a5464c37198a1612ab140eb87cf6aeb95910 +SHA512 (github.com_mattn_go-sqlite3_@v_v1.14.12.zip) = e57bdec4e9d8ac0dcb2dc285889e4954f89b12729d3e9aa0f4d928dd278d9968b9e0299ca584a4519f4fbe57f253f0525027f418bb6e3fda6ce7cc44696bcaca +Size (github.com_mattn_go-sqlite3_@v_v1.14.12.zip) = 2517793 bytes BLAKE2s (github.com_mattn_go-sqlite3_@v_v1.14.6.mod) = ba1da6cd75fe3ae7f79271852930389896bb6c63e60f1b809f483b49b36c8acb SHA512 (github.com_mattn_go-sqlite3_@v_v1.14.6.mod) = e7572c4b152f83a58c81e374c109eb5b80514c63d9f02f7adc2bc23e8bc81dfaefe6f1ed079b65ecbebbe118a3423c2124f0b619378b8b237ff0a6cc687e1952 Size (github.com_mattn_go-sqlite3_@v_v1.14.6.mod) = 44 bytes @@ -3033,42 +4005,72 @@ Size (github.com_mattn_go-sqlite3_@v_v1.14.7.mod) = 44 bytes BLAKE2s (github.com_mattn_go-sqlite3_@v_v1.14.8.mod) = ba1da6cd75fe3ae7f79271852930389896bb6c63e60f1b809f483b49b36c8acb SHA512 (github.com_mattn_go-sqlite3_@v_v1.14.8.mod) = e7572c4b152f83a58c81e374c109eb5b80514c63d9f02f7adc2bc23e8bc81dfaefe6f1ed079b65ecbebbe118a3423c2124f0b619378b8b237ff0a6cc687e1952 Size (github.com_mattn_go-sqlite3_@v_v1.14.8.mod) = 44 bytes -BLAKE2s (github.com_mattn_go-sqlite3_@v_v1.14.8.zip) = a30105167bcac92ac7cce0387a36c4620060c8ae26f221d859c9fc61a0b259c5 -SHA512 (github.com_mattn_go-sqlite3_@v_v1.14.8.zip) = 9faef1c40f9aae8896e29edd851aab1499252fa36c864220cd938a137f0f7e369ac130185f2abce22ea4c837e35c58b3121524681e03b6833b7eaf91b80bffb8 -Size (github.com_mattn_go-sqlite3_@v_v1.14.8.zip) = 2472072 bytes +BLAKE2s (github.com_mattn_go-zglob_@v_v0.0.1.mod) = d9c8b4796dce61092044513ef76a7483acea231c9b502a8da95d54489f707a5e +SHA512 (github.com_mattn_go-zglob_@v_v0.0.1.mod) = 036860f698203a0c3d9e64a488acfa6ab3f879cdc7ac792ae67c1d10c1272ccc9a98723375dd2ad9b16f5f315f33618c5a28537ac7ffa0b74ecf19e9cf7df22b +Size (github.com_mattn_go-zglob_@v_v0.0.1.mod) = 33 bytes +BLAKE2s (github.com_mattn_go-zglob_@v_v0.0.1.zip) = cee5c1526412a35fdfd1a6f817b3243454e0a7d3e71d5ee26bb953ffba7f9bb7 +SHA512 (github.com_mattn_go-zglob_@v_v0.0.1.zip) = 8785be0ee43b2a62a2259e7e6a8468f7e7742223afd206e5cf826ac8fde0cd08c7fbc31273cc39a8f40dffcb2452e0497ba1a83f752b42f798f044d3a8f3559c +Size (github.com_mattn_go-zglob_@v_v0.0.1.zip) = 11274 bytes BLAKE2s (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.mod) = 661981e1049651dedef925609a61b73160664e029fd687a2927b5ee32f8e7dac SHA512 (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.mod) = 5235188477921a263176fefaffccdaca4bf8175a2e248356a06596e37fa868400203172c7fe9fb80d0a65d335d23d80edefd242657de0eb83d9360589e063bba Size (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.mod) = 56 bytes BLAKE2s (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.zip) = 8497bf8756377680fc87cfe5753a0fc338439210c6b8d8ca108eb4700419c13c SHA512 (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.zip) = e9349ee2a7d5e5b129ec6a1c0507854aebca82cf9ac2d0a681cac2f4630ea35551ede48e1931494362232a83dc9f26b6b4162c6114e0176084c50101b1da46b0 Size (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.zip) = 44378 bytes +BLAKE2s (github.com_mgutz_ansi_@v_v0.0.0-20170206155736-9520e82c474b.mod) = 6ef3af99c263193b1f9c7f93c649f6118bdb842973588025cdd4701c3304c671 +SHA512 (github.com_mgutz_ansi_@v_v0.0.0-20170206155736-9520e82c474b.mod) = 93e7d64e25fc66cfcf514bf546e618198e32d2c35fadaec01684e9488489b484ee402efd301435eb2f725f086ea851ff0445fcdd26775848db3494795a09183b +Size (github.com_mgutz_ansi_@v_v0.0.0-20170206155736-9520e82c474b.mod) = 29 bytes +BLAKE2s (github.com_mgutz_ansi_@v_v0.0.0-20170206155736-9520e82c474b.zip) = a63cccc5dd8991293d2d475715879d3317f6d1d80ad00af2c48b792d4b183ab8 +SHA512 (github.com_mgutz_ansi_@v_v0.0.0-20170206155736-9520e82c474b.zip) = fcd99a4e9294362485d8f1f66283416c53b3079bbfdf3e9d1849fc1a9ebb61970563a9fe479f84fc9037f1fa7b820291026cf4072a3c81df2555876d02d99eb7 +Size (github.com_mgutz_ansi_@v_v0.0.0-20170206155736-9520e82c474b.zip) = 7444 bytes BLAKE2s (github.com_mholt_acmez_@v_v1.0.1.mod) = d608a7efeeeb3f67b5a2ade09931df03e87de30e9b1ee6370d6642b2c73b963f SHA512 (github.com_mholt_acmez_@v_v1.0.1.mod) = 7187e399781af7ff0c146fbf643af4e705726382fa3ea7929a2e65e0b1a8dbcb1dd05651776cfa23873e3f9527e194ce0a52e31a75d6a5391f33b638d30d36ad Size (github.com_mholt_acmez_@v_v1.0.1.mod) = 130 bytes -BLAKE2s (github.com_mholt_acmez_@v_v1.0.1.zip) = d2563c85d0ed31f01e67c3438cac3ed31966406588abe0b035f99a317435d75e -SHA512 (github.com_mholt_acmez_@v_v1.0.1.zip) = 8da1fb0b313cbbc8ab1cb818f63db4a0a8d1a7c7237d97821122850b63f65da2928eb2f39ac361e58b79db449c248d4ce0b493521658fc82265be3a464b35b54 -Size (github.com_mholt_acmez_@v_v1.0.1.zip) = 65858 bytes -BLAKE2s (github.com_mholt_archiver_v3_@v_v3.5.0.mod) = c74e2bdd9c95735d22854554dfd4b4abd6ec9474e7ed8e99f0407e3cc021d49c -SHA512 (github.com_mholt_archiver_v3_@v_v3.5.0.mod) = 32584021edebbe4270087b49aa04e2a8753be8ddeb1071db0a903028ca0cd60b5b44079e216b763acc5a6f0c681a77bd0c4916ebf7bb3140fb999542e4403fc8 -Size (github.com_mholt_archiver_v3_@v_v3.5.0.mod) = 395 bytes -BLAKE2s (github.com_mholt_archiver_v3_@v_v3.5.0.zip) = 05820b112cf1f25033ad5cc5a0847627ff69161790f1e24705c1eabc0d0c9978 -SHA512 (github.com_mholt_archiver_v3_@v_v3.5.0.zip) = 670449760cfbaca96fb6426f6b01280dcd19933a1923a486529d8b9e153acf1dd3aa1f643c2aad54d2b7c94d1312afbe6c329095cd70676150e0e455d9f85f5d -Size (github.com_mholt_archiver_v3_@v_v3.5.0.zip) = 88171 bytes -BLAKE2s (github.com_microcosm-cc_bluemonday_@v_v1.0.16.mod) = 301a7c995982579139ec1b208f881222d31326e50d886831e1de109415a60af5 -SHA512 (github.com_microcosm-cc_bluemonday_@v_v1.0.16.mod) = 6deeccef6886dd9a3f4e33d6a615b5d93b198794c9d1192d0a76f2aae7598cdbe3428804752ac97cd03d1d2348dc3da371481ff9d70c5287894ad5bec928e8cd -Size (github.com_microcosm-cc_bluemonday_@v_v1.0.16.mod) = 196 bytes -BLAKE2s (github.com_microcosm-cc_bluemonday_@v_v1.0.16.zip) = f704277e4113c5cce43a29a260537914f6a961cef5613cdc512072ad555f5291 -SHA512 (github.com_microcosm-cc_bluemonday_@v_v1.0.16.zip) = 3b347b2bd59bf63ed32dc150bb44840060579fb81ebeadd5148d5cd212de4341f194bed2e5343b7d149d217a23bc33fd735b7ee40fae6784f959dfa63810e312 -Size (github.com_microcosm-cc_bluemonday_@v_v1.0.16.zip) = 183966 bytes +BLAKE2s (github.com_mholt_acmez_@v_v1.0.2.mod) = d608a7efeeeb3f67b5a2ade09931df03e87de30e9b1ee6370d6642b2c73b963f +SHA512 (github.com_mholt_acmez_@v_v1.0.2.mod) = 7187e399781af7ff0c146fbf643af4e705726382fa3ea7929a2e65e0b1a8dbcb1dd05651776cfa23873e3f9527e194ce0a52e31a75d6a5391f33b638d30d36ad +Size (github.com_mholt_acmez_@v_v1.0.2.mod) = 130 bytes +BLAKE2s (github.com_mholt_acmez_@v_v1.0.2.zip) = 05fa9d19c9d0425ae7abd92dec98b793e54e5eeda9843ce1b9a531b2802c09aa +SHA512 (github.com_mholt_acmez_@v_v1.0.2.zip) = 0df00bb6fd1f9b4798a74ed659e3a113d20f4b6ff42fd1829537af44a5a4606d523441f6c44bef3bfb030a8d963ce9c18050f5f02ff71946f65c9a5a754bd30e +Size (github.com_mholt_acmez_@v_v1.0.2.zip) = 65920 bytes +BLAKE2s (github.com_mholt_archiver_v3_@v_v3.5.1.mod) = e6e095aeff42636b61aea7d090a6525b53b9b51678fdb96cedf1a7e7cf66b564 +SHA512 (github.com_mholt_archiver_v3_@v_v3.5.1.mod) = c322dd37951eb3180157c9851e8b4add6ec9ad511b7edb60aa15da20df13c1ea9781c0d1154840a212b53f91902401325e9a73c46a229b8ad4ad96716c4bcba3 +Size (github.com_mholt_archiver_v3_@v_v3.5.1.mod) = 424 bytes +BLAKE2s (github.com_mholt_archiver_v3_@v_v3.5.1.zip) = d4cffe319647c8700e0c147380bd7f9eb9eec1ed73f484a15535be3b63fa3613 +SHA512 (github.com_mholt_archiver_v3_@v_v3.5.1.zip) = 3911d3abfe03c50dfb8a7def75ed2c89eb893b52a6095b740209b9ad64c0790489201a4530a40fdcb7c16e1613e3aaea4c4941491dbea690509c365265bd6c56 +Size (github.com_mholt_archiver_v3_@v_v3.5.1.zip) = 88690 bytes +BLAKE2s (github.com_microcosm-cc_bluemonday_@v_v1.0.18.mod) = 301a7c995982579139ec1b208f881222d31326e50d886831e1de109415a60af5 +SHA512 (github.com_microcosm-cc_bluemonday_@v_v1.0.18.mod) = 6deeccef6886dd9a3f4e33d6a615b5d93b198794c9d1192d0a76f2aae7598cdbe3428804752ac97cd03d1d2348dc3da371481ff9d70c5287894ad5bec928e8cd +Size (github.com_microcosm-cc_bluemonday_@v_v1.0.18.mod) = 196 bytes +BLAKE2s (github.com_microcosm-cc_bluemonday_@v_v1.0.18.zip) = e65c6f5ecd6f4a2d7d03ea7424c98e2bdcf24f645743ca28462e17757ab7cb3f +SHA512 (github.com_microcosm-cc_bluemonday_@v_v1.0.18.zip) = b1cfb30ae4f52cc65f8fa30a9a82121d27abd37514319ec21cbabbd0de89ed521dce450f4c5025d946207e7b05237ecd929e74410f627276e953bdb794eae722 +Size (github.com_microcosm-cc_bluemonday_@v_v1.0.18.zip) = 184787 bytes BLAKE2s (github.com_miekg_dns_@v_v1.0.14.mod) = ee76f13e6f4c76899b36f7865dd70dd95749defe5942a1d4369df097e36fdeea SHA512 (github.com_miekg_dns_@v_v1.0.14.mod) = 4ce4d3df63fbdbfe3505816e81dc7e806554d79cfe0254ce8e0228bc16eafc014c98475c24f4a6e0c6efb6fa16e891e2e47c43c9ea10ce20a95dc69f686f6361 Size (github.com_miekg_dns_@v_v1.0.14.mod) = 28 bytes +BLAKE2s (github.com_miekg_dns_@v_v1.1.26.mod) = e9ea40eb912ffbe859c2f443b4b77534516cec688e337b9ce913fee4689673ac +SHA512 (github.com_miekg_dns_@v_v1.1.26.mod) = 5a25ee9f24cf52fccb76de4ca0d1ee7bf309044e6700d48273bc1ceba948831320a51a7013584f60496df642284a4a282b2ed44e7d6290e96927927a220619d6 +Size (github.com_miekg_dns_@v_v1.1.26.mod) = 371 bytes +BLAKE2s (github.com_miekg_dns_@v_v1.1.41.mod) = 83e83959fd93530e0eace4835ce9ae3657a99eec701554b3e9901df27c0fc32b +SHA512 (github.com_miekg_dns_@v_v1.1.41.mod) = b4eb091abe317866a323b709143ab9c8c806ec52d14a05f6765e6be4ab33bf1bf8c5977530e017a72d668cffc8878f93f7ad89bf9241817fbf8789452e66e544 +Size (github.com_miekg_dns_@v_v1.1.41.mod) = 210 bytes BLAKE2s (github.com_miekg_dns_@v_v1.1.43.mod) = c1bd415c1122d26bc7b137ccaabed80a1aded424c47ca3f04c8cad6057e1e6e4 SHA512 (github.com_miekg_dns_@v_v1.1.43.mod) = 2b16b7814601de871aec90dfdd1a56d763cdb7132816ceef18ffe94e7862844353044430a49f20305278e6d5e3b42aef11428b88e4b4d17469a38946fa859ea6 Size (github.com_miekg_dns_@v_v1.1.43.mod) = 210 bytes -BLAKE2s (github.com_miekg_dns_@v_v1.1.43.zip) = f41a169b6d1fc24d492c8b8a33701288e631068a5894b8edf5fdc84739862fd7 -SHA512 (github.com_miekg_dns_@v_v1.1.43.zip) = d1b5da0e352db04818770174d784c4a6f52cdd6e4a3c360d32d8aafc51c0e004590e5e89d7f872f2708807a0fcad448546d1014ba1f2ac74540ab6d1bb389346 -Size (github.com_miekg_dns_@v_v1.1.43.zip) = 236767 bytes +BLAKE2s (github.com_miekg_dns_@v_v1.1.46.mod) = cafa6f810bd36fb0faa2301f575931332ed3e4ac542afbedf2bd3753cc209dbc +SHA512 (github.com_miekg_dns_@v_v1.1.46.mod) = 1967023d6817f5c8b69f15cc7838b577a4d4c673f46616fbe3d5387d6ba999a5814df3495960352a33769149e3aaff5ae9614878f1f6d913e66879e32c5b98db +Size (github.com_miekg_dns_@v_v1.1.46.mod) = 267 bytes +BLAKE2s (github.com_miekg_dns_@v_v1.1.46.zip) = 4bf19c17ef08dbf9dfa757b6c713d8b2d1a067d302b38d5bc007ef1f991332f6 +SHA512 (github.com_miekg_dns_@v_v1.1.46.zip) = a8184f13391b762f98705d2c5ebf627523247418985dca9cbda1e5df63e43fc5483fda637578c77bffdf29fb3756306eb04841c16c3754d4b11445b86b32dc7a +Size (github.com_miekg_dns_@v_v1.1.46.zip) = 240515 bytes +BLAKE2s (github.com_miekg_pkcs11_@v_v1.0.2.mod) = 7c83888cf98bcc3e3d38dc39febf441c32732be375bf50e0d4e936b1b5aeed61 +SHA512 (github.com_miekg_pkcs11_@v_v1.0.2.mod) = 571622dd3240dc43d9119a5cbf644cebbabf134314c46ed43438be1568c871617949d07c60b8af3d22f858f7504ab91effc9bf234de84da1fbf72a936aebdbff +Size (github.com_miekg_pkcs11_@v_v1.0.2.mod) = 40 bytes +BLAKE2s (github.com_miekg_pkcs11_@v_v1.0.3.mod) = 7c83888cf98bcc3e3d38dc39febf441c32732be375bf50e0d4e936b1b5aeed61 +SHA512 (github.com_miekg_pkcs11_@v_v1.0.3.mod) = 571622dd3240dc43d9119a5cbf644cebbabf134314c46ed43438be1568c871617949d07c60b8af3d22f858f7504ab91effc9bf234de84da1fbf72a936aebdbff +Size (github.com_miekg_pkcs11_@v_v1.0.3.mod) = 40 bytes +BLAKE2s (github.com_miekg_pkcs11_@v_v1.0.3.zip) = 3315fc807a3819d1f05efc9e7e14e2da1a9da2a59d89a7c1630375d4c0eb2650 +SHA512 (github.com_miekg_pkcs11_@v_v1.0.3.zip) = 3e15e1e0197d1bd6624edd4bffbe0c9d203ab972d168475420695d82224142864827909862c436d755c0b0028797d2df601e7953f12bd1fb5dab8c333c30e5ed +Size (github.com_miekg_pkcs11_@v_v1.0.3.zip) = 69201 bytes BLAKE2s (github.com_minio_md5-simd_@v_v1.1.0.mod) = 4f626afc1f551c3d56d30e2818aa79e3324c521ef0a1efd522bbfc4bfb4fc768 SHA512 (github.com_minio_md5-simd_@v_v1.1.0.mod) = aa292d2eb3045fa595c28c69fa87c329e6bfe29f2e88d5424b28a5b6270a869cc8455a88a6c076cdc5e6c76e36dd7d2d820ea7a8f3995c0af6374ab5c02ec735 Size (github.com_minio_md5-simd_@v_v1.1.0.mod) = 90 bytes @@ -3078,12 +4080,12 @@ Size (github.com_minio_md5-simd_@v_v1.1.2.mod) = 88 bytes BLAKE2s (github.com_minio_md5-simd_@v_v1.1.2.zip) = 9f03a18851d239cf3f252a4712d79f753b0999f6cce4b9b9353fdf24873d6d7f SHA512 (github.com_minio_md5-simd_@v_v1.1.2.zip) = 092b8876f3ba506dd69e24cd9a77bf1beb9477aec16c5d2ea929f7e046c1f30d274d7bddcde0e9c35b66a4ab5c5db89a1c55daafd0d1f7ff0a423785947632bb Size (github.com_minio_md5-simd_@v_v1.1.2.zip) = 109171 bytes -BLAKE2s (github.com_minio_minio-go_v7_@v_v7.0.12.mod) = d607c0b5a98c1a648f2b87ac21e2dabdce692f564670e72a2d1f43ef0a78fcf7 -SHA512 (github.com_minio_minio-go_v7_@v_v7.0.12.mod) = dc3287045ea041de2cd023d555e59886ba76552474e5676bc62934edb9d2a765076d4e4f6d6c411f71c734e6271e21b294f62444c55319d58ac835a332475a0e -Size (github.com_minio_minio-go_v7_@v_v7.0.12.mod) = 996 bytes -BLAKE2s (github.com_minio_minio-go_v7_@v_v7.0.12.zip) = f401d87cb4dff9a0d0027521afb15876f516d427b295a367835a330f1a2a3ee6 -SHA512 (github.com_minio_minio-go_v7_@v_v7.0.12.zip) = abca3449d45a18295c9d54ae8a7594d59fc2c3841b933f2209f9762c1b63bc40a21312ebf43cc1becf5e8b77f208018600c7d58409bced0778a3766b8e0f579f -Size (github.com_minio_minio-go_v7_@v_v7.0.12.zip) = 330306 bytes +BLAKE2s (github.com_minio_minio-go_v7_@v_v7.0.23.mod) = e39ca0a93c6381bd94b55a73ba3133e2b4a5f6044ffed35131c1c918297669b4 +SHA512 (github.com_minio_minio-go_v7_@v_v7.0.23.mod) = 5c265efd84aadf02c284a47a750e13c8971266e565dabefa4a64ec8c91553ce6c31eb4fc4355dda374c50c4f4426486b1624423755cdca6f83743ff69734d77d +Size (github.com_minio_minio-go_v7_@v_v7.0.23.mod) = 941 bytes +BLAKE2s (github.com_minio_minio-go_v7_@v_v7.0.23.zip) = 3f2e6988493d0127cc555815d522cd0c646e2dd75cad2bf84541b67471016725 +SHA512 (github.com_minio_minio-go_v7_@v_v7.0.23.zip) = c9e76c06b0b4cb1912e2ea5b46792a935cb03dd61b2520a8ad9a2709afb6f0ee04dbb81bcafb43762e685684a46761d10c5dac7a8b917d05df39f29033235ab0 +Size (github.com_minio_minio-go_v7_@v_v7.0.23.zip) = 350695 bytes BLAKE2s (github.com_minio_sha256-simd_@v_v0.1.1.mod) = 1e48c3e1276f1a8a2772e3eafd8a2c78526dfe7295f7f58b21c5e75ac5e11811 SHA512 (github.com_minio_sha256-simd_@v_v0.1.1.mod) = 2341ff459cb2432feff920048aac90868260d97c5ff68724b0b7e22c8e5c65da2b4055026d74578983020e24506d2f064e47e3fa247a4560a37951e205cd0a15 Size (github.com_minio_sha256-simd_@v_v0.1.1.mod) = 45 bytes @@ -3096,9 +4098,18 @@ Size (github.com_minio_sha256-simd_@v_v1.0.0.zip) = 59020 bytes BLAKE2s (github.com_mitchellh_cli_@v_v1.0.0.mod) = 226cf70920fbab61410ede2997b53a49cecd40a75d3e08504a848f2502c31003 SHA512 (github.com_mitchellh_cli_@v_v1.0.0.mod) = 7cbcae5e1749c55a0c3fa25b007035c0c44c8f982a37635735afb95c63a20ba019a51e74244c568a170b5a379ccb10cc8c9df716b6261d324755ea92c7f462f4 Size (github.com_mitchellh_cli_@v_v1.0.0.mod) = 416 bytes -BLAKE2s (github.com_mitchellh_cli_@v_v1.0.0.zip) = 011abbd96649ea0b8cc37891d74b11c6c02a080609f68d09225604eeef727d2d -SHA512 (github.com_mitchellh_cli_@v_v1.0.0.zip) = 37d61427d0ff8e8b7f9183046aaaf829e5006abb3b0e3824c0dfab2c96f03dbecbaab9ea983a8835da953ec664cc6074097f13382edd4fb19ee7eeb21cff4668 -Size (github.com_mitchellh_cli_@v_v1.0.0.zip) = 30028 bytes +BLAKE2s (github.com_mitchellh_cli_@v_v1.1.0.mod) = 37e214c69f23f6542b7b2d48c99b9a5fa237cecf6328136961b447109d750981 +SHA512 (github.com_mitchellh_cli_@v_v1.1.0.mod) = 743b2f950677b8d24423a2491cfd67edcfb45d032e6995a743ebb1f3d6ec6f407f2e4d1d56b2bd14cbe4c519523ee83470f3e594f2da6e0b3fe7c2dfbad9c961 +Size (github.com_mitchellh_cli_@v_v1.1.0.mod) = 425 bytes +BLAKE2s (github.com_mitchellh_cli_@v_v1.1.0.zip) = 6aa69e4aced1a994ce4bc2d8fdb857b1c2471a0f8bf253b2815c8616b9c47835 +SHA512 (github.com_mitchellh_cli_@v_v1.1.0.zip) = 41d05b304a7325dbb01dc2704407f5a7c7f7c1255c58cfde66b1d9668b15e1b5e83b5159b25a6ad7d6fed90e64446b32c1633135a018bbb4357c495e3efc8a83 +Size (github.com_mitchellh_cli_@v_v1.1.0.zip) = 30608 bytes +BLAKE2s (github.com_mitchellh_copystructure_@v_v1.0.0.mod) = 9dbf04388e6d7f240f7b22170162bfe4d0c298697f034866298449b4a48da280 +SHA512 (github.com_mitchellh_copystructure_@v_v1.0.0.mod) = 8858ec62f3bcef65224ee7d66bbc16c080b2ed16609c46c5c6b6d983b9f7eef9e020a2ae78a16d0226c0f02c609ec5da92565861c02a81494cd6060dd56d005b +Size (github.com_mitchellh_copystructure_@v_v1.0.0.mod) = 91 bytes +BLAKE2s (github.com_mitchellh_copystructure_@v_v1.0.0.zip) = e42e2ff833471771c35aa601b32d2c2e159fec60240799c45f2f575b6fb74505 +SHA512 (github.com_mitchellh_copystructure_@v_v1.0.0.zip) = 30b1a531823403a911d9f877352218890bbea15d82390b4561ebaa4bab09f493d49181ea5c34078c18df31b1896165e80c4862b450ef5858ed8af55b2a0c42eb +Size (github.com_mitchellh_copystructure_@v_v1.0.0.zip) = 11210 bytes BLAKE2s (github.com_mitchellh_go-homedir_@v_v1.0.0.mod) = c8db0a19a290a8554300fece593bee12654126a1fe4b14533916147c55c98c34 SHA512 (github.com_mitchellh_go-homedir_@v_v1.0.0.mod) = a2b7ed5a25e6dcab620357d5c216546bdb554edbc6fd927a0703e788d7e7a10a743471d10f5c7cc56ad829ab35c7272c61d210e55947363447832e924844e9ee Size (github.com_mitchellh_go-homedir_@v_v1.0.0.mod) = 39 bytes @@ -3144,9 +4155,21 @@ Size (github.com_mitchellh_mapstructure_@v_v1.4.0.mod) = 50 bytes BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.4.1.mod) = bcbb448d067b22856dd1a10577ca3d864c1997e873cd85cd65e8273f9cff13cc SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.1.mod) = 408cfe4466cf47530cfdf1bb6ff94b5d77b17208a2a9b3d2bfb63b4853a68f46ba707c604bf03e2173f80dfe480bcf4c0be5b3f48872cc865ac0bac3d488f7b0 Size (github.com_mitchellh_mapstructure_@v_v1.4.1.mod) = 50 bytes -BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.4.1.zip) = fb6c609e998ce0c3c7b44bce2b828d3b3366f123fdb32a36e7ac3517e5b56889 -SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.1.zip) = d846320bf53383a66d0e1604075a25ffacea41fe12452ab2dc5a9b16365b6cb5595ac4cb53e8e8047a9d7cf86af79b997ed8573c125afbf59b06be8f28d6a13b -Size (github.com_mitchellh_mapstructure_@v_v1.4.1.zip) = 32972 bytes +BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.4.3.mod) = bcbb448d067b22856dd1a10577ca3d864c1997e873cd85cd65e8273f9cff13cc +SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.3.mod) = 408cfe4466cf47530cfdf1bb6ff94b5d77b17208a2a9b3d2bfb63b4853a68f46ba707c604bf03e2173f80dfe480bcf4c0be5b3f48872cc865ac0bac3d488f7b0 +Size (github.com_mitchellh_mapstructure_@v_v1.4.3.mod) = 50 bytes +BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.4.3.zip) = 3eb634111750185a923d838c80bfe63d0bad1c9dbad50a4a9789429e9a8399c3 +SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.3.zip) = 8dcd80e01d989d915eb9f6e95b37377393971e1ccd3bae2a2ed7caa88e4ddee3295a7b06a69ab65a924894045ed95950c346cbd043f2f4f278b70b08e455a724 +Size (github.com_mitchellh_mapstructure_@v_v1.4.3.zip) = 33550 bytes +BLAKE2s (github.com_mitchellh_reflectwalk_@v_v1.0.0.mod) = 33a4d86d590a779f1da42bf7ae04a5b503fea68588576370bd5b1b3cd6fcbce3 +SHA512 (github.com_mitchellh_reflectwalk_@v_v1.0.0.mod) = e7ba1cdb05cc6f30a57cdbfd08d55766cdad89875e4db393c304c5004d8907d07952b9b7f542bdec1c8b2f722fbc5d2283a8ff9cae53b6da0f3b075b8d05f60f +Size (github.com_mitchellh_reflectwalk_@v_v1.0.0.mod) = 40 bytes +BLAKE2s (github.com_mitchellh_reflectwalk_@v_v1.0.1.mod) = 33a4d86d590a779f1da42bf7ae04a5b503fea68588576370bd5b1b3cd6fcbce3 +SHA512 (github.com_mitchellh_reflectwalk_@v_v1.0.1.mod) = e7ba1cdb05cc6f30a57cdbfd08d55766cdad89875e4db393c304c5004d8907d07952b9b7f542bdec1c8b2f722fbc5d2283a8ff9cae53b6da0f3b075b8d05f60f +Size (github.com_mitchellh_reflectwalk_@v_v1.0.1.mod) = 40 bytes +BLAKE2s (github.com_mitchellh_reflectwalk_@v_v1.0.1.zip) = 8c8b1e7e29414fb299eaea0f21aa44fcbd649d56dc83ed20e29c01f29a5fdb05 +SHA512 (github.com_mitchellh_reflectwalk_@v_v1.0.1.zip) = 39e87a715707ec9243a382b6e9a3d951234a73e6a50be0f3e15825ebfc9d9a0cdc52e9584909e2f09c852525c1de0f2c5214f6786d3352ca9a9ead579f9d35c7 +Size (github.com_mitchellh_reflectwalk_@v_v1.0.1.zip) = 8002 bytes BLAKE2s (github.com_modern-go_concurrent_@v_v0.0.0-20180228061459-e0a39a4cb421.mod) = 6f20dd429423ea5f28366b0c143a68f9688ea868bd6f1861f68100e91a4ba7f7 SHA512 (github.com_modern-go_concurrent_@v_v0.0.0-20180228061459-e0a39a4cb421.mod) = 4f29e15b1d18a8952c14f5142aa863b77b7be820129512cfeb3f8bc3335ff637a8a86c0284832a20543abc2c5351a3c0f992d52db895385e45f176af899b5844 Size (github.com_modern-go_concurrent_@v_v0.0.0-20180228061459-e0a39a4cb421.mod) = 39 bytes @@ -3162,15 +4185,36 @@ Size (github.com_modern-go_reflect2_@v_v0.0.0-20180701023420-4b7aa43c6742.mod) = BLAKE2s (github.com_modern-go_reflect2_@v_v1.0.1.mod) = d6596bf7d3a7dd7a951b106f880a425d528a1e47072ad426371ec65fd7316c4c SHA512 (github.com_modern-go_reflect2_@v_v1.0.1.mod) = 72fe8dfeed7041bf92af829dd84513f0c97f709d69586a044f830fd3de43deb27d0b02000338e00897a44c57806ad036cafcdb9661b1852ff76886ad92bd83f9 Size (github.com_modern-go_reflect2_@v_v1.0.1.mod) = 37 bytes -BLAKE2s (github.com_modern-go_reflect2_@v_v1.0.1.zip) = c2ec78e9a66b4dfcb4c350be00653cb4f5b0687f088b3267c5db95802a420f96 -SHA512 (github.com_modern-go_reflect2_@v_v1.0.1.zip) = 8fb62179a48e212b74f0e8af79ee1c20479b1725c089c75a12b43bf4936caaf87d42b35f2b7a7de87c60e793347bb185486beb8061e588b8085ac354a3ef8562 -Size (github.com_modern-go_reflect2_@v_v1.0.1.zip) = 25694 bytes +BLAKE2s (github.com_modern-go_reflect2_@v_v1.0.2.mod) = e6c2c12c97e29e56a2a956047ceda8196af2f65bf1b344936b3696ac8d7352a2 +SHA512 (github.com_modern-go_reflect2_@v_v1.0.2.mod) = 0e4b922420f71e1d160e5a3cd0b10dd0c04ea0b3c20f29293cadc8dfe71fbaa620d557a05ec6ba5cf46b2c091ea4b633ef7a4378ea2c85f904b93bf714808d8c +Size (github.com_modern-go_reflect2_@v_v1.0.2.mod) = 46 bytes +BLAKE2s (github.com_modern-go_reflect2_@v_v1.0.2.zip) = 43252e0b0defee69b508805c40e9be4932835dbae0969d7824ab134dbaac0581 +SHA512 (github.com_modern-go_reflect2_@v_v1.0.2.zip) = adf58f01f65f92d5c33629904e35ba0bf25924ab5f0bc0cbee10b3b16ca3cb6403322f60104199e505270c370edff0d9fd62aea2a857071de0a3cddb405043e9 +Size (github.com_modern-go_reflect2_@v_v1.0.2.zip) = 25186 bytes +BLAKE2s (github.com_modocache_gover_@v_v0.0.0-20171022184752-b58185e213c5.mod) = 42b6656966508c048c156bfd604ddc381915707fba1511d03d687802d2860bcd +SHA512 (github.com_modocache_gover_@v_v0.0.0-20171022184752-b58185e213c5.mod) = 92ea13554daff3e7c29901d12dce5d62d34a1838ad77962718cabac41b477f8ba4d3eb3081b527559bc3581d4887e305facd797edb088ac9f4647dbb3a08fbbd +Size (github.com_modocache_gover_@v_v0.0.0-20171022184752-b58185e213c5.mod) = 34 bytes +BLAKE2s (github.com_modocache_gover_@v_v0.0.0-20171022184752-b58185e213c5.zip) = 38270b29a6a4775ecc8232a57dbbafac4c7fbf90586dc80ea2d0511b8593b402 +SHA512 (github.com_modocache_gover_@v_v0.0.0-20171022184752-b58185e213c5.zip) = aa2566b35708da729297190941a1ed9a6f1c5136f755000d3af0f6bdb5a0d1abc8ef62a6e693e4643988abbad5da5133a8bdd87b38818214aec46d496521573d +Size (github.com_modocache_gover_@v_v0.0.0-20171022184752-b58185e213c5.zip) = 12957 bytes +BLAKE2s (github.com_mohae_deepcopy_@v_v0.0.0-20170929034955-c48cc78d4826.mod) = d3c3f663dce4a81755e1b35a192bcbfa87f9f68ec9c21714bc3834e7e05097fa +SHA512 (github.com_mohae_deepcopy_@v_v0.0.0-20170929034955-c48cc78d4826.mod) = 1a35c92a5df7744978b71fd312a0316cd1f6c3c26f4c83cbb61a382cb961590b6aafbb101855b5348596b33796d21f151c9b6db57b45d5056fa78c1946d0a946 +Size (github.com_mohae_deepcopy_@v_v0.0.0-20170929034955-c48cc78d4826.mod) = 33 bytes +BLAKE2s (github.com_mohae_deepcopy_@v_v0.0.0-20170929034955-c48cc78d4826.zip) = ddcca7477d0026a6a48388f1fe4eeb190269bc12c8955cdee2eca83d0d882d04 +SHA512 (github.com_mohae_deepcopy_@v_v0.0.0-20170929034955-c48cc78d4826.zip) = beebe80ed7477a3391f22dc9213b8c1b86f618947f0841cebc7a3e791ffe0d6d19a207f5f1b4015e6af9ffc1324f60b00ad2cf8300c2d6b2236f35451673ed29 +Size (github.com_mohae_deepcopy_@v_v0.0.0-20170929034955-c48cc78d4826.zip) = 10939 bytes BLAKE2s (github.com_montanaflynn_stats_@v_v0.0.0-20171201202039-1bf9dbcd8cbe.mod) = fedfa3d735e64b921ba2681ed68053a514951a5fff8adb2b93c7ce158d89d05c SHA512 (github.com_montanaflynn_stats_@v_v0.0.0-20171201202039-1bf9dbcd8cbe.mod) = b624ab08a47139a1fa45e00136e8199f27fb2d82b9589ea9227a323a7d7f3e0f58114876c0af82281ff3300eba8b1241ba804d73e63370768f58881bf45fabf7 Size (github.com_montanaflynn_stats_@v_v0.0.0-20171201202039-1bf9dbcd8cbe.mod) = 37 bytes BLAKE2s (github.com_montanaflynn_stats_@v_v0.0.0-20171201202039-1bf9dbcd8cbe.zip) = 34a2fad0b47f90c48dc31949979382418a1e3871d3d00b7a3282275547900a97 SHA512 (github.com_montanaflynn_stats_@v_v0.0.0-20171201202039-1bf9dbcd8cbe.zip) = 5b7bf849c3a7d789a58dc4f27297249634eba8c3f548f072a244942b6f7738087d07a9ac58d1ee537177495d4f569fa47666a41300eb7c8d9f4a563a8f59c446 Size (github.com_montanaflynn_stats_@v_v0.0.0-20171201202039-1bf9dbcd8cbe.zip) = 38992 bytes +BLAKE2s (github.com_mreiferson_go-httpclient_@v_v0.0.0-20160630210159-31f0106b4474.mod) = c867fbdf1fb886ddd6d653594430fdd9ecb97d9b4a97f06254a150e43a8a5764 +SHA512 (github.com_mreiferson_go-httpclient_@v_v0.0.0-20160630210159-31f0106b4474.mod) = d5568a21faa8f0bf90f7091bef6b024cfdd7cf979943dcd658a8026e4fd252ec2751c2ecf7f6f7e7889ace70868f96261b226af6d533f3d401b476e99d5e100b +Size (github.com_mreiferson_go-httpclient_@v_v0.0.0-20160630210159-31f0106b4474.mod) = 43 bytes +BLAKE2s (github.com_mreiferson_go-httpclient_@v_v0.0.0-20160630210159-31f0106b4474.zip) = 9283f2de9f2c0d026681ddc685c6be38643daca6ecc3c38410087348be66ab6a +SHA512 (github.com_mreiferson_go-httpclient_@v_v0.0.0-20160630210159-31f0106b4474.zip) = 8a2e6e1f927ab6da4f385a57e6e12b59fc3298e8d3c27a79dcd08d41de24ebdd8c1c541303be9a11c2f6093dcc3a56982bb3df4c6e962ab2e158903a9c177a52 +Size (github.com_mreiferson_go-httpclient_@v_v0.0.0-20160630210159-31f0106b4474.zip) = 6668 bytes BLAKE2s (github.com_mrjones_oauth_@v_v0.0.0-20180629183705-f4e24b6d100c.mod) = f627d0f5b700e2c17d6b77969b56495f2cb7b0b7d8884402ff9fc32f9f7e506f SHA512 (github.com_mrjones_oauth_@v_v0.0.0-20180629183705-f4e24b6d100c.mod) = 67bd7003146c0b4ea7ca6b4e71da12478ace39be48d20ceea377f8566a2f502fe71913f5b915237f9a4060cb18aad8ce29cf2867f724efa64a2a8e24ef48c6ae Size (github.com_mrjones_oauth_@v_v0.0.0-20180629183705-f4e24b6d100c.mod) = 32 bytes @@ -3189,12 +4233,12 @@ Size (github.com_mschoch_smat_@v_v0.2.0.mod) = 40 bytes BLAKE2s (github.com_mschoch_smat_@v_v0.2.0.zip) = 3017d63d24bbd73258cd5514c0ac796ff30dcdef26d6a1fdb38c7f62a4bd7338 SHA512 (github.com_mschoch_smat_@v_v0.2.0.zip) = 9a611dbda804d235a770bafe71dc9075e720074acee1ab03eae2dcb1494ad3a2dbbb6f811e17f24a7befa7d0cf0acdb2b1676f52bcefd6f19700132daa74bd8c Size (github.com_mschoch_smat_@v_v0.2.0.zip) = 18120 bytes -BLAKE2s (github.com_msteinert_pam_@v_v0.0.0-20201130170657-e61372126161.mod) = 4a048c16fd4c50f11d34f2658a5d855d28853be1fcd3afc156af5128ed966493 -SHA512 (github.com_msteinert_pam_@v_v0.0.0-20201130170657-e61372126161.mod) = ff20d09f6388d79f8ee33675598a9cf72dff23d49dc1a8736997d046427460651e62c688bf49491c26783af435d52e467c84cd53324f7498bc7d3dcc9e2d1625 -Size (github.com_msteinert_pam_@v_v0.0.0-20201130170657-e61372126161.mod) = 32 bytes -BLAKE2s (github.com_msteinert_pam_@v_v0.0.0-20201130170657-e61372126161.zip) = 0faa0d2fa35557ff63e0072d452bbca64f1cd83bea6d2361cd45b46521e2280b -SHA512 (github.com_msteinert_pam_@v_v0.0.0-20201130170657-e61372126161.zip) = 3c6ff12ccb67045c04de179a5538d604115b3e568da77018da936460d82b818a62aebf11e580e4977d34c6528063bcdd49bc21071280777f1e879a48ed50d6b0 -Size (github.com_msteinert_pam_@v_v0.0.0-20201130170657-e61372126161.zip) = 9644 bytes +BLAKE2s (github.com_msteinert_pam_@v_v1.0.0.mod) = 94833157290130a5499e7c75939ac3c1ed07fff7a86e1c028e28942ff745b778 +SHA512 (github.com_msteinert_pam_@v_v1.0.0.mod) = 42c4f604ff28ffc8a319ef499693ff3290dcb3777f7fb44ec6e061ba555c0062194a2306809c60ba5e7bd420dc7f7be55a6a352c512a46c52fa90b8588555e02 +Size (github.com_msteinert_pam_@v_v1.0.0.mod) = 176 bytes +BLAKE2s (github.com_msteinert_pam_@v_v1.0.0.zip) = ce4fb031114fbd066425134581ce64f534d20703437224e20c262133ec00ea96 +SHA512 (github.com_msteinert_pam_@v_v1.0.0.zip) = db8234772a5faa21162633f3573a59fee2f8e9d249efd183fe6fda13c79db4bb984b59a7ffa506cef6c99e2a75ff9ae8e62e964452baf5f473d215dd3547a32b +Size (github.com_msteinert_pam_@v_v1.0.0.zip) = 9333 bytes BLAKE2s (github.com_mwitkow_go-conntrack_@v_v0.0.0-20161129095857-cc309e4a2223.mod) = 69bef40fe08efcf3ada3d640ffd43b3c50b9a8d0b00c5d54cd7c12c62021131e SHA512 (github.com_mwitkow_go-conntrack_@v_v0.0.0-20161129095857-cc309e4a2223.mod) = 9fccb6717f5b37cff2d858cc31f7e16aed120a67498c2f0d24aa30ffac4eba2e87822b12d62f700a0c62d7561708bab2e13e35e89cf5407cfb06a0de5c70808b Size (github.com_mwitkow_go-conntrack_@v_v0.0.0-20161129095857-cc309e4a2223.mod) = 39 bytes @@ -3204,6 +4248,15 @@ Size (github.com_mwitkow_go-conntrack_@v_v0.0.0-20190716064945-2f068394615f.mod) BLAKE2s (github.com_mwitkow_go-conntrack_@v_v0.0.0-20190716064945-2f068394615f.zip) = 6f9df1225fa78665ac35afa4958fc111ed869c88fbccd197ef095006a94effa9 SHA512 (github.com_mwitkow_go-conntrack_@v_v0.0.0-20190716064945-2f068394615f.zip) = d45ed6d06801cecef8d85eb1068db9e5c4d48fa750c67668f13284a6bf9101ce819a38146739c7d3a18bebf5fdada52a2b75ca71b678a6490bc0c0c8648d6c68 Size (github.com_mwitkow_go-conntrack_@v_v0.0.0-20190716064945-2f068394615f.zip) = 24595 bytes +BLAKE2s (github.com_mwitkow_go-proto-validators_@v_v0.0.0-20180403085117-0950a7990007.mod) = 01c21794c8ec0793c2c1c18f5a7810e3dbdf38372a224e2830e84d9ebfb93289 +SHA512 (github.com_mwitkow_go-proto-validators_@v_v0.0.0-20180403085117-0950a7990007.mod) = e1c1ee405af3312be2ec4866ff49f580a6052f5dd42fb1a40cd04ef3f3c8a643c5a0737ff5ad96d9525f6c823c2a7b6112b78efaed8aac426bce31081dae014e +Size (github.com_mwitkow_go-proto-validators_@v_v0.0.0-20180403085117-0950a7990007.mod) = 46 bytes +BLAKE2s (github.com_mwitkow_go-proto-validators_@v_v0.2.0.mod) = be18e99bdda562cebbea5fef5b07e5d857821d37534d05fee004b5b513e17e01 +SHA512 (github.com_mwitkow_go-proto-validators_@v_v0.2.0.mod) = 03f4b1f1185c3ed8e15ac097d2c96dbd4a66563f22b4d38814f87cbfbfdfd183aeca0fc7f881812074c9381c9812f3e5b983d061ff140749e0bd824fa975dcba +Size (github.com_mwitkow_go-proto-validators_@v_v0.2.0.mod) = 163 bytes +BLAKE2s (github.com_mwitkow_go-proto-validators_@v_v0.2.0.zip) = 517df0dae868da299dee198b49139fc56fddacc9bd4fb03bc25144b53230acaf +SHA512 (github.com_mwitkow_go-proto-validators_@v_v0.2.0.zip) = 4122ca8a1eb46a9db13afbaeb1c455448c14f8bcc04a9231b6bf820402494664172c6bcebde20442d85e6e3e418c4f76aeb74d6acb6fda5414ccad0314ba57b8 +Size (github.com_mwitkow_go-proto-validators_@v_v0.2.0.zip) = 42882 bytes BLAKE2s (github.com_nats-io_jwt_@v_v0.3.0.mod) = a7b84c6ef0df6699563f5351c19e8626045d2461269e830cacebafbd1b2b2b16 SHA512 (github.com_nats-io_jwt_@v_v0.3.0.mod) = 8df11664ca01688c0fb0648e6943c13fe0c892ddd94cdf88da039470449726ecec8b0eaf69f0e41f277e9248502325093e698a8f949a7fb2ed9b59fa28bfa4a0 Size (github.com_nats-io_jwt_@v_v0.3.0.mod) = 71 bytes @@ -3252,18 +4305,33 @@ Size (github.com_niemeyer_pretty_@v_v0.0.0-20200227124842-a10e7caefd8e.mod) = 78 BLAKE2s (github.com_niemeyer_pretty_@v_v0.0.0-20200227124842-a10e7caefd8e.zip) = 752d4bfb207ce47af6c35223eaf16cbd7e131d6dee58c146e7318009423902f1 SHA512 (github.com_niemeyer_pretty_@v_v0.0.0-20200227124842-a10e7caefd8e.zip) = 96747fb5890efdf10e0793afc08df1ced6dc8c71462397a0e4149f32f77470f1af6bf8fb2637693497d33a2a7483c4609380ee89ee0a85ce21102a32b7a1000e Size (github.com_niemeyer_pretty_@v_v0.0.0-20200227124842-a10e7caefd8e.zip) = 13281 bytes -BLAKE2s (github.com_niklasfasching_go-org_@v_v1.5.0.mod) = 0a3c2b41fa1c3972afc705f6a5713375cf2ba58b5b4e70e0d231b572ee1a315c -SHA512 (github.com_niklasfasching_go-org_@v_v1.5.0.mod) = 8c0d4ab0bd0db4918602873db64313df8020a367f99bdc69605ec7ada0de0139d991d7132e52811aa7aab5c1d8e28892f13a3f338c6dcd71b473936310a216b3 -Size (github.com_niklasfasching_go-org_@v_v1.5.0.mod) = 190 bytes -BLAKE2s (github.com_niklasfasching_go-org_@v_v1.5.0.zip) = 39aa147bf3ab0d4eb5d65e6a25ced72012480f5a6d5ee0e8b1297070801ac0c0 -SHA512 (github.com_niklasfasching_go-org_@v_v1.5.0.zip) = 263217452eec0cc3f2abfef19d9a148a7020951a1e60e06da3fbce50a2a90993e34c5437ff12d5062d35d676f0b66ec2d29c0e0b00e1cdbb42d313be3c70f785 -Size (github.com_niklasfasching_go-org_@v_v1.5.0.zip) = 281619 bytes +BLAKE2s (github.com_niklasfasching_go-org_@v_v1.6.2.mod) = 11703042847198b49d9d4d163c94a87410372695116d1ece1840fb43db36e02f +SHA512 (github.com_niklasfasching_go-org_@v_v1.6.2.mod) = 5dc55df2bd2ce082747395f07d6fef29ce37101d0368857546b101c02f89125d578c30fbc11827192812c5c67641292e7ecd648388e8d413e5f970a2de14dd8f +Size (github.com_niklasfasching_go-org_@v_v1.6.2.mod) = 246 bytes +BLAKE2s (github.com_niklasfasching_go-org_@v_v1.6.2.zip) = b21ec689fe4f201f61fe9a80dfc9824e56a11022690e0fc93bc4315033532aba +SHA512 (github.com_niklasfasching_go-org_@v_v1.6.2.zip) = 00709ea078530ac0fd651a3cbf4b27a8047804d14a5b711d9b22dcc99a2e94b91d78428bc8babcc8c4cea0194200788c1576e40d16f343bcd03baf6cfbe1ebd5 +Size (github.com_niklasfasching_go-org_@v_v1.6.2.zip) = 284655 bytes +BLAKE2s (github.com_nishanths_predeclared_@v_v0.0.0-20200524104333-86fad755b4d3.mod) = af02bedcbda250405f3a37ef5427a4b8d1375935b5c8abe7295b59e39a51e923 +SHA512 (github.com_nishanths_predeclared_@v_v0.0.0-20200524104333-86fad755b4d3.mod) = 2ad0c904d395e96db853470d6b287e0296f75eab93e46fa0299b0247183d5a6eda21649582e7bfc91d5f7677c1e4c42ddddbd934a028b994bc68454a252fe086 +Size (github.com_nishanths_predeclared_@v_v0.0.0-20200524104333-86fad755b4d3.mod) = 112 bytes +BLAKE2s (github.com_nishanths_predeclared_@v_v0.0.0-20200524104333-86fad755b4d3.zip) = 8295917378e58a7b76e10b4fc9f73f227bcc0680e670d96827e1e6a8bc6f2ed9 +SHA512 (github.com_nishanths_predeclared_@v_v0.0.0-20200524104333-86fad755b4d3.zip) = b0f3bfc6f2bed0a9f44c5fa358f9ecdc9636ee07a8a4553b8f663ac25f1ae9662d6cb798df85bfd4561510bb832e4656762fd624912dff284c2bafa676d62560 +Size (github.com_nishanths_predeclared_@v_v0.0.0-20200524104333-86fad755b4d3.zip) = 20326 bytes +BLAKE2s (github.com_nkovacs_streamquote_@v_v1.0.0.mod) = ec827163f8cc696454c0cc0af2caaa7dee2e3788b81b44e950a69abb296f0d52 +SHA512 (github.com_nkovacs_streamquote_@v_v1.0.0.mod) = f86ee1b8926637b769cbe9bf0c990205fcedd05184d1b28781b56e92f3957f1f154eeaf89b7363b4f4196d28b789dacd3e927746d71a2adcce239ec5ce7432ad +Size (github.com_nkovacs_streamquote_@v_v1.0.0.mod) = 47 bytes +BLAKE2s (github.com_nkovacs_streamquote_@v_v1.0.0.zip) = c1e406ed5f839826f2384a826389d039303269489cf7eee55827279bd535a2e6 +SHA512 (github.com_nkovacs_streamquote_@v_v1.0.0.zip) = 959ccf573b00f247b63931549b3494fcd04e73d3c7aa86460e9a1a2fc8cff9c6775e3a044bddcf1b3372dba605d06dbd6c6a65b4eca0921ecabb83690b1f9286 +Size (github.com_nkovacs_streamquote_@v_v1.0.0.zip) = 5016 bytes BLAKE2s (github.com_nwaples_rardecode_@v_v1.1.0.mod) = a894b3ae7dc4249c6924da51f37097599dc13e418e79f494806160171e190151 SHA512 (github.com_nwaples_rardecode_@v_v1.1.0.mod) = 349c415bb3798e8a9e023a34ecc362a0522fa46c62c1ecffa3332fc48a2fc338e25ff568ec88570d7cad235997d1dade730620855c1f6222c782674ad5ece690 Size (github.com_nwaples_rardecode_@v_v1.1.0.mod) = 36 bytes -BLAKE2s (github.com_nwaples_rardecode_@v_v1.1.0.zip) = fa35882a1c81d3008363b4bdda7932cfa8b0d3130cbbbade6b63fda0b5fb0a11 -SHA512 (github.com_nwaples_rardecode_@v_v1.1.0.zip) = e4adedeb9d7f60e70b63fd972babaf2cfaf2627214763bbb8f238147e3e3160168923535b7d078f39f8e0cb7f28c477f0be65163ad8c66902e0d7fcc29c31368 -Size (github.com_nwaples_rardecode_@v_v1.1.0.zip) = 42623 bytes +BLAKE2s (github.com_nwaples_rardecode_@v_v1.1.3.mod) = a894b3ae7dc4249c6924da51f37097599dc13e418e79f494806160171e190151 +SHA512 (github.com_nwaples_rardecode_@v_v1.1.3.mod) = 349c415bb3798e8a9e023a34ecc362a0522fa46c62c1ecffa3332fc48a2fc338e25ff568ec88570d7cad235997d1dade730620855c1f6222c782674ad5ece690 +Size (github.com_nwaples_rardecode_@v_v1.1.3.mod) = 36 bytes +BLAKE2s (github.com_nwaples_rardecode_@v_v1.1.3.zip) = 5078bdcefa4e355ac14b5049a41a5c9bc85c41d2384fcc3f7ba91837078f47fa +SHA512 (github.com_nwaples_rardecode_@v_v1.1.3.zip) = ab666cc94b19e02f195ee8b92261991374f0169e5f1ee088044c8858263b1afa6e86a299000fca81734c2902144aa5436203f09bf285ec2e89811d1931ce60c3 +Size (github.com_nwaples_rardecode_@v_v1.1.3.zip) = 42723 bytes BLAKE2s (github.com_nxadm_tail_@v_v1.4.4.mod) = ab4cb277d84c95f7f620c68ba9a8722fab1a0ce9d0e798a49f4926ea39650c72 SHA512 (github.com_nxadm_tail_@v_v1.4.4.mod) = b8aff850aff011830e02c0ad21b0c4bd70bcd09dae13d720262691299a180fa1039365a6695bf0329ad1a9dfdbd71ddf28ce51a7d3289248eef51cf472cb3a00 Size (github.com_nxadm_tail_@v_v1.4.4.mod) = 206 bytes @@ -3291,6 +4359,9 @@ Size (github.com_oklog_ulid_@v_v1.3.1.zip) = 21676 bytes BLAKE2s (github.com_olekukonko_tablewriter_@v_v0.0.0-20170122224234-a0225b3f23b5.mod) = faa1838a3ab4a5b85ce1af5377548503904c601cd4ea46377ad8a24fc035bd40 SHA512 (github.com_olekukonko_tablewriter_@v_v0.0.0-20170122224234-a0225b3f23b5.mod) = 446f9405f9004b40cfa355b9d93f279e2f74fe9157a868e5d8253b7c563fd58c0c2f7b393960eb1693e5be2ee6e9cfd7f5213adb0bc7f85559928ee9dda6da02 Size (github.com_olekukonko_tablewriter_@v_v0.0.0-20170122224234-a0225b3f23b5.mod) = 41 bytes +BLAKE2s (github.com_olekukonko_tablewriter_@v_v0.0.4.mod) = 6085ff2a2669f7120096b9370cb3d31e60bf772e6ca0656397792975b59e1216 +SHA512 (github.com_olekukonko_tablewriter_@v_v0.0.4.mod) = 29bf0aa6ae9cc8d66b0e1bf852534dda3a3e0e16c918be357cc8f6fec14f2d2537a94cafa1ca9cd06b64363a8f0f0d3c00dabcb5137699aced8d16af767f6ce8 +Size (github.com_olekukonko_tablewriter_@v_v0.0.4.mod) = 96 bytes BLAKE2s (github.com_olekukonko_tablewriter_@v_v0.0.5.mod) = cd35d540354ab1ef13cc02d0e4fc630089bdcae7868e8b56069c3bf5804fe584 SHA512 (github.com_olekukonko_tablewriter_@v_v0.0.5.mod) = 79c65033c9ed8b95230cc1f11ae5f1684a3a0d48ca9c47bc33d46376b732be4d08a8b6d39788e388b86ec16e502e378fea4654424e81ab3fa372ff30e87bfdfb Size (github.com_olekukonko_tablewriter_@v_v0.0.5.mod) = 96 bytes @@ -3303,12 +4374,15 @@ Size (github.com_oliamb_cutter_@v_v0.2.2.mod) = 32 bytes BLAKE2s (github.com_oliamb_cutter_@v_v0.2.2.zip) = 4357b0550980bfc63cbbf7de1d2fd02e554e65723a2cffa8e70992d5ee61fc4f SHA512 (github.com_oliamb_cutter_@v_v0.2.2.zip) = 8ffa89cc8525bd1b408fd7b04cff54c5723b1a9b7e6c067ab9456701af6939cca6f9cb744e20ece297543d92e902a7b79861aa1c113481d9d79e34aa854aa23a Size (github.com_oliamb_cutter_@v_v0.2.2.zip) = 1123163 bytes -BLAKE2s (github.com_olivere_elastic_v7_@v_v7.0.25.mod) = b64b7bbe09d63193ab5de45548dca2193a6a7720e6f331f73e8457e26908112c -SHA512 (github.com_olivere_elastic_v7_@v_v7.0.25.mod) = a86eca1176bd8bfd77c1625f1329dae67cfd152faf80a1bcd5e6754f993c454d5abd78c0dfd425467b0d66191882ce8a27393bf7cfefca8a776ec259656272aa -Size (github.com_olivere_elastic_v7_@v_v7.0.25.mod) = 482 bytes -BLAKE2s (github.com_olivere_elastic_v7_@v_v7.0.25.zip) = 07a5608dbcfbd0adb09863470cc61119f6045f6f126ac701d98c60da2ea06522 -SHA512 (github.com_olivere_elastic_v7_@v_v7.0.25.zip) = f046072d8c98e7fa5f9b44bc7201fde014ae4f16e1ae1a28cdf3cbfe372446534e1bf7796d5260aff6f99097784c1e7dcfd16c1b161d841d3d3b22bca0d1fe3b -Size (github.com_olivere_elastic_v7_@v_v7.0.25.zip) = 900402 bytes +BLAKE2s (github.com_olivere_elastic_v7_@v_v7.0.31.mod) = d38aaf0515ac99ca2669425156f2f3f4761aa29215d76e990aad1fa31ec54a81 +SHA512 (github.com_olivere_elastic_v7_@v_v7.0.31.mod) = 3b431f9633598491716bb2a2a86f9876e51672362ca564649cab266accba2413e75a64bb5cbf64e082cdfc8b7c7423b5b187cfb0741635801d97bc7bd147bcba +Size (github.com_olivere_elastic_v7_@v_v7.0.31.mod) = 559 bytes +BLAKE2s (github.com_olivere_elastic_v7_@v_v7.0.31.zip) = 0ea035e794b5a1cbc2509fad89268c0c36843704dbbe21e343b29e3391128a8e +SHA512 (github.com_olivere_elastic_v7_@v_v7.0.31.zip) = 5b1cbd9960f7901cf389be9e145cbfb8228573e7a39c9e736b98d7b3780c205f4ebf274b87f74cc04b7aa944c335b1999ffcc7876cc668cdfe386fdc9fe09c20 +Size (github.com_olivere_elastic_v7_@v_v7.0.31.zip) = 935781 bytes +BLAKE2s (github.com_onsi_ginkgo_@v_v1.10.3.mod) = d5a6eef1559e9f415984c144d89a8fa87cb822a7ad9a8cb938741fcdb0f6b74c +SHA512 (github.com_onsi_ginkgo_@v_v1.10.3.mod) = 1b8b7ce4a8f0092f0b2a2395fbcafa8cfd6830183bc36fdd58e740dc9ec4fc5201f5eec2daa6e2effeb59f9e1c0ce986ceef838d16876c9fbf0fffad4b7660ba +Size (github.com_onsi_ginkgo_@v_v1.10.3.mod) = 30 bytes BLAKE2s (github.com_onsi_ginkgo_@v_v1.12.1.mod) = 7d213a654c07ede6c1a13431bbfffda1327bc889d7d6a11acd93cda4b7a7948f SHA512 (github.com_onsi_ginkgo_@v_v1.12.1.mod) = 06e7e8754384929043159942b2d873ea872b974d9fae1971465592e44eeb26b072539de290adbd79402bad2a2c7fa38556a7597f5e8157e82d7576cad6b49692 Size (github.com_onsi_ginkgo_@v_v1.12.1.mod) = 166 bytes @@ -3399,6 +4473,30 @@ Size (github.com_openzipkin_zipkin-go_@v_v0.2.2.mod) = 1033 bytes BLAKE2s (github.com_openzipkin_zipkin-go_@v_v0.2.2.zip) = f24b55704b810d89e942b9f8f320c1f6ac6603b62e7ad85dc09ddaf4ef57d7ec SHA512 (github.com_openzipkin_zipkin-go_@v_v0.2.2.zip) = 90dd1c35a47083eb61b8b0f9ab6408b1474c8b9519f4c90b769928fd4bf591cb8039a97082891290830b2676c3f300fa577aa637a2655e5e2dc00ec0a71b46e2 Size (github.com_openzipkin_zipkin-go_@v_v0.2.2.zip) = 134130 bytes +BLAKE2s (github.com_otiai10_copy_@v_v1.2.0.mod) = 8a6c7a987b5633b7d80df7ef46b785513112bdcfefc0795ff802c6172e1426a4 +SHA512 (github.com_otiai10_copy_@v_v1.2.0.mod) = 9528e3b28299cc17b8e93c9314f457c1f0350313db0919ea57ed3124e80ddc5f1348eede9e8f199758d2cc256905d43e38a476d4d4f7fb7a03fbd85282abf57c +Size (github.com_otiai10_copy_@v_v1.2.0.mod) = 80 bytes +BLAKE2s (github.com_otiai10_copy_@v_v1.2.0.zip) = 7770608ea90c8bf9d3acaee0fd4500b03190fd1a70bcc41173b199d84e179840 +SHA512 (github.com_otiai10_copy_@v_v1.2.0.zip) = df7b692ba9227e42e9f8bdf2511833aeb8127409fcc320bdb8ba81bf5e9e5d317e8fd46a634be0cf7bdfdda91044c554b27949f4186891621aa10333b9c6ad89 +Size (github.com_otiai10_copy_@v_v1.2.0.zip) = 12137 bytes +BLAKE2s (github.com_otiai10_curr_@v_v0.0.0-20150429015615-9b4961190c95.mod) = 789637ac6cf8baf16c2c51f4a3dcc925dc843520cf18fc201cc3a863589f957f +SHA512 (github.com_otiai10_curr_@v_v0.0.0-20150429015615-9b4961190c95.mod) = 851f7cc28e17fbb5889fb46b71283312b4e66755e6bb6093b2170348352a68ed0c7855fdeb576160ed659563f79bf9d5af843a8c47c07c8239d4edb75e07f498 +Size (github.com_otiai10_curr_@v_v0.0.0-20150429015615-9b4961190c95.mod) = 31 bytes +BLAKE2s (github.com_otiai10_curr_@v_v1.0.0.mod) = b9a009cfcfa82bda8c3636e5646360a3cda0117c34dd8c36f28e2746e0fedfb0 +SHA512 (github.com_otiai10_curr_@v_v1.0.0.mod) = a8fb3d74f219262401918603b1944ce1d64a51f7e9cf89f4ea4aa58f9a2758637fe007741a1ca057ceecd59ebf2ad147082d00596fa35c8e4bb65f52906c0101 +Size (github.com_otiai10_curr_@v_v1.0.0.mod) = 80 bytes +BLAKE2s (github.com_otiai10_curr_@v_v1.0.0.zip) = 8017a50c588fb0a5d18afc2918d25bb9fb7569742eb115579c1c72b005ddcb38 +SHA512 (github.com_otiai10_curr_@v_v1.0.0.zip) = 09b0df5e622e14a79b579da7e9b1dafe05e02002b6021dfda8f6b928ebb03addd7755443ef2b2cdf42cf207d819d56e6aabed551a17e48f245b6a0f2d70a422f +Size (github.com_otiai10_curr_@v_v1.0.0.zip) = 3702 bytes +BLAKE2s (github.com_otiai10_mint_@v_v1.3.0.mod) = 2cf4925fe8d8fe73b95162d5be314a773b2e63661a4e86e5d99f338977a300ad +SHA512 (github.com_otiai10_mint_@v_v1.3.0.mod) = 13789a725161311e33af6ced4e07d7b548ddaa069e34791d8c6b4f1bf29ca1653ea723f5da79953f2e2314a3d81239985882dfeb1700c3bab4a3579cf972eb4e +Size (github.com_otiai10_mint_@v_v1.3.0.mod) = 108 bytes +BLAKE2s (github.com_otiai10_mint_@v_v1.3.1.mod) = ffb65843486bf74dd5e3e199bfeca9b0e6dbe69070964524d67ca0e3def615d3 +SHA512 (github.com_otiai10_mint_@v_v1.3.1.mod) = 0291055b9568f02df1eaa6c5d3a4cf31447e864a89a25e741471a9c2aa34cc686535bc1987e3e827934f412f2892997f9336159f13bb8c3c915b940fee8c2e6c +Size (github.com_otiai10_mint_@v_v1.3.1.mod) = 80 bytes +BLAKE2s (github.com_otiai10_mint_@v_v1.3.1.zip) = dfd904d7458c5a7351b0e28346e0834c552c21528f0176997d2987c8b6a3c2c2 +SHA512 (github.com_otiai10_mint_@v_v1.3.1.zip) = ed11e504b8ed5b55396a1b05384d471f713fe5a845bc0d74d8690d6bebe94996014043802d0a78976f4e9e0bb5c0cdc6d9582dd168d5fb233c95b55fe5724aac +Size (github.com_otiai10_mint_@v_v1.3.1.zip) = 9837 bytes BLAKE2s (github.com_pact-foundation_pact-go_@v_v1.0.4.mod) = b4d6a61d22f2dd977f97d7b7ee3b3e27255b59d579215f365f7c91303e3ebb66 SHA512 (github.com_pact-foundation_pact-go_@v_v1.0.4.mod) = 64c2746a75d99c6637221fd8244cc1a07c805f055f4a1f3c1408e3b6c96471343caf438ae1b797c424d59660777011201f47f262ac7210aa81d37c6c3f28bcdd Size (github.com_pact-foundation_pact-go_@v_v1.0.4.mod) = 42 bytes @@ -3408,15 +4506,24 @@ Size (github.com_pact-foundation_pact-go_@v_v1.0.4.zip) = 162976 bytes BLAKE2s (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.mod) = 7f8ef91c47e33801bf39dd1f64291b4bf50438d19052fe1a6742b65c52c7e296 SHA512 (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.mod) = 0b378d1e15db4fc5a3d7d711b63dedefd141d607192344c8d1ab2ac755ab9c6e91b2c320378ac8a485cf94deee59e6628e7930017c6d659bead6ba89cd78a802 Size (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.mod) = 35 bytes -BLAKE2s (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.zip) = 759bec23f6e667a9fc332e9ee554e7b1bcce2d4659465cf8853715bd1f24566d -SHA512 (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.zip) = da2634fbe6ebfafe3e70a9b6bdd1d9cbba051086a27f9b23eb49d04d2148c10b53b53f6b59161655e813bf7451d5663e8bd2a5b64476950435c3211a69e27b41 -Size (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.zip) = 25325 bytes +BLAKE2s (github.com_pascaldekloe_goe_@v_v0.1.0.mod) = 7f8ef91c47e33801bf39dd1f64291b4bf50438d19052fe1a6742b65c52c7e296 +SHA512 (github.com_pascaldekloe_goe_@v_v0.1.0.mod) = 0b378d1e15db4fc5a3d7d711b63dedefd141d607192344c8d1ab2ac755ab9c6e91b2c320378ac8a485cf94deee59e6628e7930017c6d659bead6ba89cd78a802 +Size (github.com_pascaldekloe_goe_@v_v0.1.0.mod) = 35 bytes +BLAKE2s (github.com_pascaldekloe_goe_@v_v0.1.0.zip) = a6487716da4df81bb450f63d4fd9d78367ba3c215db4a9ddd576e4ab0d934063 +SHA512 (github.com_pascaldekloe_goe_@v_v0.1.0.zip) = 540d0f75e2fc27aeada7b736a896555732d8f4940462003fa574921d4479523ec1d7cf08697dae09a9bc1aba37b06557639ffdd8458c73346a114fa445dcc9e0 +Size (github.com_pascaldekloe_goe_@v_v0.1.0.zip) = 24373 bytes BLAKE2s (github.com_pborman_uuid_@v_v1.2.0.mod) = f7e6f48376135a348c25680175e9c0c0bcdf9654597e25979449be693cdfa304 SHA512 (github.com_pborman_uuid_@v_v1.2.0.mod) = aa2a52cf55149c10f76a8e535dc75ff9bc18b4f2515a31e8720a26a5f501459c736dc73548d2e37f348f27b78974bf0a3b18080df972eec26222fd8afbbcfabd Size (github.com_pborman_uuid_@v_v1.2.0.mod) = 70 bytes BLAKE2s (github.com_pborman_uuid_@v_v1.2.0.zip) = 8c3b0db8e05e5f0762c0955594df62db8087d727937226f4b8487309eeaa361c SHA512 (github.com_pborman_uuid_@v_v1.2.0.zip) = d4dae97f64a683e23542f205f93ce682f44b7569643f66112f3cb2a682d96a216a0face54631ae062d3b55be3dc6e6b710d7846eafdc78d7c981f3d16dfca6d7 Size (github.com_pborman_uuid_@v_v1.2.0.zip) = 17858 bytes +BLAKE2s (github.com_pelletier_go-buffruneio_@v_v0.2.0.mod) = fd4b44e7857e4c987a777317919d9b45e38a9a900d7d7fd52b2cbf3949b7cd4e +SHA512 (github.com_pelletier_go-buffruneio_@v_v0.2.0.mod) = 9f82f0d4d467420830ab8fb80ff97215e5fb47653b48d88304a6effdecabfc735f55dba9959319014ba943b2cbd27394ce86ebfba8a6d068c9c3d368f6b0cdfe +Size (github.com_pelletier_go-buffruneio_@v_v0.2.0.mod) = 42 bytes +BLAKE2s (github.com_pelletier_go-buffruneio_@v_v0.2.0.zip) = 81e99fad08c7c4be2016f5ba70dc7ed0b13935d4796c966ef9d4abc6ff5efc8c +SHA512 (github.com_pelletier_go-buffruneio_@v_v0.2.0.zip) = da82c61fce944323bd7bfbaa90d0d0da24c220060a47658b04420f67a12eac4f882c8f71684a48b9ef4da7e9cbeaef039dc9c9d12b4532a859913b25dcaa1359 +Size (github.com_pelletier_go-buffruneio_@v_v0.2.0.zip) = 3906 bytes BLAKE2s (github.com_pelletier_go-toml_@v_v1.2.0.mod) = 91586a49e7a65a27825c1e3b04e693a765765a8bf189185c5ec0b60bca32fc2f SHA512 (github.com_pelletier_go-toml_@v_v1.2.0.mod) = b74e16c113ace53ce6b7a4df1fc73f21a5acdcf3d2343a4c4f1ad7a2cd8d2282ef7ede98de8c1c46f7d35feae28c9f49ba4a2dff1071357cb4e88e93f25b521d Size (github.com_pelletier_go-toml_@v_v1.2.0.mod) = 36 bytes @@ -3429,12 +4536,12 @@ Size (github.com_pelletier_go-toml_@v_v1.7.0.mod) = 153 bytes BLAKE2s (github.com_pelletier_go-toml_@v_v1.8.1.mod) = b4903f83bf203598c3448b93da20910d1f686038e9d6d3e36bf268cc96c73423 SHA512 (github.com_pelletier_go-toml_@v_v1.8.1.mod) = 0e73093ef44bd32ae02910471bd85f6d135cde6d0fbf48780b8a58efb7419e16ac1b01497d451e8d3ee32602b7e32c0673dffbfc822c8f3a2d7670378f47f7cb Size (github.com_pelletier_go-toml_@v_v1.8.1.mod) = 88 bytes -BLAKE2s (github.com_pelletier_go-toml_@v_v1.9.0.mod) = f0cbf2e7b6fadd4c6429b5e4871e9178df578b2fbd7262995c4a13524d11a86b -SHA512 (github.com_pelletier_go-toml_@v_v1.9.0.mod) = fdeaa2c0dbeb52934d9b48cf468c923f89058e3a454cfa153c9392ab908e3868d501d7bc2b923f33ad5949df6fd9ef07e1336b2dd98f9efa70b1ca4a23918ce0 -Size (github.com_pelletier_go-toml_@v_v1.9.0.mod) = 45 bytes -BLAKE2s (github.com_pelletier_go-toml_@v_v1.9.0.zip) = 2a3774a68d3036ce49a8570bd8955a8d5121d42dd3b32a9e37164a11074ba5c0 -SHA512 (github.com_pelletier_go-toml_@v_v1.9.0.zip) = 624827611a0c8d886d4f0178707a25c2422298a080c0f62d1ac4ec75f8bffeb54d20b0a33adfbfa16737250cc44b05de92cd18e876fb382f2cf14684faaee32e -Size (github.com_pelletier_go-toml_@v_v1.9.0.zip) = 120127 bytes +BLAKE2s (github.com_pelletier_go-toml_@v_v1.9.4.mod) = f0cbf2e7b6fadd4c6429b5e4871e9178df578b2fbd7262995c4a13524d11a86b +SHA512 (github.com_pelletier_go-toml_@v_v1.9.4.mod) = fdeaa2c0dbeb52934d9b48cf468c923f89058e3a454cfa153c9392ab908e3868d501d7bc2b923f33ad5949df6fd9ef07e1336b2dd98f9efa70b1ca4a23918ce0 +Size (github.com_pelletier_go-toml_@v_v1.9.4.mod) = 45 bytes +BLAKE2s (github.com_pelletier_go-toml_@v_v1.9.4.zip) = 2e69d9ba19b2ec9a45738173de7b915b8335c8e84896f92e60a958f2c6290ff6 +SHA512 (github.com_pelletier_go-toml_@v_v1.9.4.zip) = f378e7416a037fc2f803472f510c8f7b283d77692b58aa07937cd89cf6adbd2155b5417725397a644009661c23f61c9bc635e475a17a34c5ca9561efa0d612a6 +Size (github.com_pelletier_go-toml_@v_v1.9.4.zip) = 126838 bytes BLAKE2s (github.com_performancecopilot_speed_@v_v3.0.0+incompatible.mod) = 72c94f0399d3d19d79744e1911ede0d672e3c41f8af900f98369249b903f621d SHA512 (github.com_performancecopilot_speed_@v_v3.0.0+incompatible.mod) = b2a58daf4ac906cb34db04bd3815766a74ff25c40c4f4b70edbefac0d3368f1a26ccbff3a5ea910c399ecad0213a2eecca174827caeabe3027e0c99fce53bb23 Size (github.com_performancecopilot_speed_@v_v3.0.0+incompatible.mod) = 43 bytes @@ -3456,15 +4563,27 @@ Size (github.com_pierrec_lz4_@v_v2.0.5+incompatible.mod) = 30 bytes BLAKE2s (github.com_pierrec_lz4_@v_v2.0.5+incompatible.zip) = 74a8095427b28646a734d0c11dfa8650535e1962daed65216ef83f173a51496f SHA512 (github.com_pierrec_lz4_@v_v2.0.5+incompatible.zip) = b5352137315ec28c2f40f201629a4e60ac26a218a3c75666cf56959cff953fbb6153123413fd1518a1a636d10edac9022ba9f38065274b9f88a89e937283eefd Size (github.com_pierrec_lz4_@v_v2.0.5+incompatible.zip) = 3703141 bytes -BLAKE2s (github.com_pierrec_lz4_v4_@v_v4.0.3.mod) = 46eccf6d4dcd31cb8e1136442170b929d59065a21b5be56d323bf526c08923df -SHA512 (github.com_pierrec_lz4_v4_@v_v4.0.3.mod) = 4823aa3e0ffcfe3ea48afd5295c18b714f8a39eab4ef06af49d181571ac4088dcf5d19b278b39951b6c802a1a0961741e917c6807c3b122f22bb2a35b3f1648b -Size (github.com_pierrec_lz4_v4_@v_v4.0.3.mod) = 42 bytes -BLAKE2s (github.com_pierrec_lz4_v4_@v_v4.1.8.mod) = 46eccf6d4dcd31cb8e1136442170b929d59065a21b5be56d323bf526c08923df -SHA512 (github.com_pierrec_lz4_v4_@v_v4.1.8.mod) = 4823aa3e0ffcfe3ea48afd5295c18b714f8a39eab4ef06af49d181571ac4088dcf5d19b278b39951b6c802a1a0961741e917c6807c3b122f22bb2a35b3f1648b -Size (github.com_pierrec_lz4_v4_@v_v4.1.8.mod) = 42 bytes -BLAKE2s (github.com_pierrec_lz4_v4_@v_v4.1.8.zip) = 129157a0ed8a617c7231d94e50148701979067398a53e3e50c78313e4a3f8eea -SHA512 (github.com_pierrec_lz4_v4_@v_v4.1.8.zip) = c6faa9955eb0568f825605e2a1458fbd0082d8ba99c7d16b3bf363184a83a6ec25a1e96d562136d2236fd9fbc69fc5dbef17aefd2d879fd779e223d5ab62c566 -Size (github.com_pierrec_lz4_v4_@v_v4.1.8.zip) = 34056707 bytes +BLAKE2s (github.com_pierrec_lz4_v4_@v_v4.1.14.mod) = 46eccf6d4dcd31cb8e1136442170b929d59065a21b5be56d323bf526c08923df +SHA512 (github.com_pierrec_lz4_v4_@v_v4.1.14.mod) = 4823aa3e0ffcfe3ea48afd5295c18b714f8a39eab4ef06af49d181571ac4088dcf5d19b278b39951b6c802a1a0961741e917c6807c3b122f22bb2a35b3f1648b +Size (github.com_pierrec_lz4_v4_@v_v4.1.14.mod) = 42 bytes +BLAKE2s (github.com_pierrec_lz4_v4_@v_v4.1.14.zip) = cb3d7fac335eab00912914a6d3b81240f52ea698555e07e8222d2260982036e1 +SHA512 (github.com_pierrec_lz4_v4_@v_v4.1.14.zip) = b774fbceb38e0b28ef1cf5a9be3a83c0a421f0fe62c6a65d55a708bd3aa95426b8dc1a13aa711180bf7ef62b9cde4ed7c80e43304614af86c59f24d3c1bf7b6a +Size (github.com_pierrec_lz4_v4_@v_v4.1.14.zip) = 34059961 bytes +BLAKE2s (github.com_pierrec_lz4_v4_@v_v4.1.2.mod) = 46eccf6d4dcd31cb8e1136442170b929d59065a21b5be56d323bf526c08923df +SHA512 (github.com_pierrec_lz4_v4_@v_v4.1.2.mod) = 4823aa3e0ffcfe3ea48afd5295c18b714f8a39eab4ef06af49d181571ac4088dcf5d19b278b39951b6c802a1a0961741e917c6807c3b122f22bb2a35b3f1648b +Size (github.com_pierrec_lz4_v4_@v_v4.1.2.mod) = 42 bytes +BLAKE2s (github.com_pkg_browser_@v_v0.0.0-20180916011732-0a3d74bf9ce4.mod) = 1d4654b6b165d41d130bc647218bd5ee8f5e7c36c18e15c158352b852baa3c00 +SHA512 (github.com_pkg_browser_@v_v0.0.0-20180916011732-0a3d74bf9ce4.mod) = c084d8b2c486f343a891b3b2d21200f80161f2ba1303ae17f7a482949b1c10562e7f87ca44b4258d32a1743b0eb66f842bc184d80fe349e9deb965215ab98b2c +Size (github.com_pkg_browser_@v_v0.0.0-20180916011732-0a3d74bf9ce4.mod) = 30 bytes +BLAKE2s (github.com_pkg_browser_@v_v0.0.0-20180916011732-0a3d74bf9ce4.zip) = ac47bf8f7505f1e73a3039c7ecadaa5bd148bc627934841de21d570af00256ac +SHA512 (github.com_pkg_browser_@v_v0.0.0-20180916011732-0a3d74bf9ce4.zip) = a6b0274e65e084f59bd33088dd3fb6658e0824ab9d8249c2417a2f9396d4461ad9dd7e3a1d5ff5008bc0edf7f835bd426f1447c1bbb8fb81cade200d0c891579 +Size (github.com_pkg_browser_@v_v0.0.0-20180916011732-0a3d74bf9ce4.zip) = 5869 bytes +BLAKE2s (github.com_pkg_diff_@v_v0.0.0-20210226163009-20ebb0f2a09e.mod) = b578bd0a123f38c80268d6690305d02f8dcddde6185e1df36680f2855f99a4f0 +SHA512 (github.com_pkg_diff_@v_v0.0.0-20210226163009-20ebb0f2a09e.mod) = 8b928ed342c4e92a9a3e36f1a1bb917ec38a145502d8192fd81ed78b4a9c24d1b24a2cb06b0c6cc5bf7a26bff4ea8354066f6b0456f1eafcde0921335afc3975 +Size (github.com_pkg_diff_@v_v0.0.0-20210226163009-20ebb0f2a09e.mod) = 36 bytes +BLAKE2s (github.com_pkg_diff_@v_v0.0.0-20210226163009-20ebb0f2a09e.zip) = 5c0c1fce22a545caa7319e48d168b7ef903fd42e9f6fda93f0d8c9c913dfee01 +SHA512 (github.com_pkg_diff_@v_v0.0.0-20210226163009-20ebb0f2a09e.zip) = 18f43e293821920124a2571732900ca437a87ccc587369feabdb400b6b65b5868394496bf51a4a7a7441f19bf68fb0b53b007c0e69acc1e87eae4186e8659a53 +Size (github.com_pkg_diff_@v_v0.0.0-20210226163009-20ebb0f2a09e.zip) = 219375 bytes BLAKE2s (github.com_pkg_errors_@v_v0.8.0.mod) = ae26654fdfcb36fe7ce35e2a348782cf1a3b5c44a514b60a870dc4972267b34a SHA512 (github.com_pkg_errors_@v_v0.8.0.mod) = 0c156e21d35c45a89c1a1b69ff1976b4f7511b3870bf96126121f5a5effa3723eb45bf080e840d5c8b96898c65207dba83eb3e1a23668dd8a5e20ee6be775cc0 Size (github.com_pkg_errors_@v_v0.8.0.mod) = 29 bytes @@ -3486,9 +4605,15 @@ Size (github.com_pkg_profile_@v_v1.2.1.zip) = 8307 bytes BLAKE2s (github.com_pkg_sftp_@v_v1.10.1.mod) = bc27fd205143b1167284cccc1449ecc48c8fd84f99ddd12f63a2a45f5ca6a0e6 SHA512 (github.com_pkg_sftp_@v_v1.10.1.mod) = 0fb15e3a1ab36a6d413110e7d6e7e441c9d7943f4d7bab935b2ce53feeb7e560d63960f1a9ce340d6b3f3e7fc400824354945a12628c65de1ce2d81856b119f2 Size (github.com_pkg_sftp_@v_v1.10.1.mod) = 196 bytes -BLAKE2s (github.com_pkg_sftp_@v_v1.10.1.zip) = c1881531b4c78be19ffb40d52d2d12ac0b812a650bc4afae6f39162fe362ace4 -SHA512 (github.com_pkg_sftp_@v_v1.10.1.zip) = a5165f51332ab17faa90372acf37ed1a46db8cda405547954d839ade13dd5a465f75d428a6479fd49b291aa82ca4813c9efb8c26f3e9164f57ebf60a19c77e0b -Size (github.com_pkg_sftp_@v_v1.10.1.zip) = 93587 bytes +BLAKE2s (github.com_pkg_sftp_@v_v1.13.1.mod) = 7918e0d55fc7947c21b83bbed0d0c1b2c797edb671b9027774f98bb070ac9d6b +SHA512 (github.com_pkg_sftp_@v_v1.13.1.mod) = dbfe4bd749ab18070822e722f0ea031449aa3171abb241ebacf6148a859d034c8840664288ddad33bb0866376da2aa39d3d660cba1c43437c07887dbe6ccf5e7 +Size (github.com_pkg_sftp_@v_v1.13.1.mod) = 261 bytes +BLAKE2s (github.com_pkg_sftp_@v_v1.13.1.zip) = 195d6b984c73628622829f00e920a8d6e9e0926ddada15d999ffe038dbb504ac +SHA512 (github.com_pkg_sftp_@v_v1.13.1.zip) = eaa0f636f4b2c1e121cbf9e625ce54697aa0ac03564f8e6cc808156b1b8837b5783d1f95f238c844b1ad34161d30e2e942c20daf9f0e30f77ddca58d0bb22bb0 +Size (github.com_pkg_sftp_@v_v1.13.1.zip) = 161264 bytes +BLAKE2s (github.com_pmezard_go-difflib_@v_v0.0.0-20151028094244-d8ed2627bdf0.mod) = 365dee34dcd09f0fbcccb2fff0be74a00fe71a80b9104b1ad3a3c199a48f5a28 +SHA512 (github.com_pmezard_go-difflib_@v_v0.0.0-20151028094244-d8ed2627bdf0.mod) = c3d5c48cdb8ba6af7071a07cfede06e0ab67e3726d9de592a952fad40167dcbdd9621dc2c4df1bd3c28eb99d70b1b6d8d812441237c35bf492e5b7f07bd33902 +Size (github.com_pmezard_go-difflib_@v_v0.0.0-20151028094244-d8ed2627bdf0.mod) = 37 bytes BLAKE2s (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 365dee34dcd09f0fbcccb2fff0be74a00fe71a80b9104b1ad3a3c199a48f5a28 SHA512 (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = c3d5c48cdb8ba6af7071a07cfede06e0ab67e3726d9de592a952fad40167dcbdd9621dc2c4df1bd3c28eb99d70b1b6d8d812441237c35bf492e5b7f07bd33902 Size (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 37 bytes @@ -3498,9 +4623,12 @@ Size (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 12433 bytes BLAKE2s (github.com_posener_complete_@v_v1.1.1.mod) = ee41e7f6d7f32979ec17361cef3a4ca8fabd20982dbbee17e36e77e53314b92b SHA512 (github.com_posener_complete_@v_v1.1.1.mod) = 79b29fa26101598261ce7406c81be4fa53d79e89a7bed072abcd572d7f35f3a408da45055f1b05c7ace8acdb0ac2ea005d79a4766e7657087ca46327ebce842c Size (github.com_posener_complete_@v_v1.1.1.mod) = 35 bytes -BLAKE2s (github.com_posener_complete_@v_v1.1.1.zip) = 70ad3d883734c53b646cb6345d4826b39c65501982fe2a97f7c94355ad292fad -SHA512 (github.com_posener_complete_@v_v1.1.1.zip) = ea36b27874c4cb46a27507907458e217c72f988f857dd43986bb58317d9564d6b2dd7ca84f6e70de92030114b3e6893dea61f315535254a826f897b60cc9f601 -Size (github.com_posener_complete_@v_v1.1.1.zip) = 30137 bytes +BLAKE2s (github.com_posener_complete_@v_v1.2.3.mod) = d9ca81768553f8ab00bc4e3419a8739309787612981957376aa0fd715f172f34 +SHA512 (github.com_posener_complete_@v_v1.2.3.mod) = 9138e434a2810bd96269cda05a0cb03bc7e6f28949f6d6379468567e40938846c85f581b4bc3549a53605dd9436e25662f27f216a60a4bdd816b038d6af570c0 +Size (github.com_posener_complete_@v_v1.2.3.mod) = 136 bytes +BLAKE2s (github.com_posener_complete_@v_v1.2.3.zip) = ae54c0baf01857986c0b6dc354e4d9efbf586b538313d988a2b04518448a3ba1 +SHA512 (github.com_posener_complete_@v_v1.2.3.zip) = e88934a079336ceec1566612c97e0e5b0fd38fdf91377917d92208f39415c0ef2503fb3ac8923af4dfc43e146a71b5e28d4ad810efed32ffd9831e1e2aedf495 +Size (github.com_posener_complete_@v_v1.2.3.zip) = 33879 bytes BLAKE2s (github.com_pquerna_cachecontrol_@v_v0.0.0-20201205024021-ac21108117ac.mod) = 4d53fc8058722e68d32d4fffb39f94e4bdec9cc9aebe6e3c335821566a9b4953 SHA512 (github.com_pquerna_cachecontrol_@v_v0.0.0-20201205024021-ac21108117ac.mod) = 1b58b06c157eaf1240d9cc17f82f0c77451a6ccca2e066dcc80196be60f80651f94a59dc9cc518ddb4ae7403efb6eae23cb5d60cf2efb47b419834da18efb1eb Size (github.com_pquerna_cachecontrol_@v_v0.0.0-20201205024021-ac21108117ac.mod) = 92 bytes @@ -3525,15 +4653,27 @@ Size (github.com_prometheus_client_golang_@v_v0.9.3.mod) = 379 bytes BLAKE2s (github.com_prometheus_client_golang_@v_v1.0.0.mod) = 9fbe21d4a53f728dc2d112bc29e93d308050561a4b31578597e2305fe0f1e93d SHA512 (github.com_prometheus_client_golang_@v_v1.0.0.mod) = 1d3646f93821b2ff1a4d80074f773eca22ff3675caca9d267762a31c1ec719ab464ba7ade7c8e2aa79b16a4f35f5a64f779fd909060a0c3056f09af77cebd655 Size (github.com_prometheus_client_golang_@v_v1.0.0.mod) = 535 bytes +BLAKE2s (github.com_prometheus_client_golang_@v_v1.10.0.mod) = 4bf7cd2f9c710f9ce586eb685f50e90809636e578d1d600fbc8f8325fc1d7969 +SHA512 (github.com_prometheus_client_golang_@v_v1.10.0.mod) = 01ef1e7e81764709488bca1ea7434352e33eda89dfc16aff0735cf16e774fdcf2507b3565c62c31b17c60b52abf3edb95afa0034596d4d07bd315da843d09471 +Size (github.com_prometheus_client_golang_@v_v1.10.0.mod) = 377 bytes BLAKE2s (github.com_prometheus_client_golang_@v_v1.11.0.mod) = 618e7101a84f3bea8ac165d059b85c30e88a3d4c730dc37a8a14f78c031360b3 SHA512 (github.com_prometheus_client_golang_@v_v1.11.0.mod) = 9c6244491c9a3012c4a2e575cdb361f7fa577f391ced254adfd8d567c361f073ce23ddd57a0f18ec3327189cf97ad737254c0d0ef2872085af6af7bf9dec1d72 Size (github.com_prometheus_client_golang_@v_v1.11.0.mod) = 468 bytes -BLAKE2s (github.com_prometheus_client_golang_@v_v1.11.0.zip) = 4bee9711619cac3d9f7df8e5d0c2ee71bfb90749123aaac6aee0526894598de9 -SHA512 (github.com_prometheus_client_golang_@v_v1.11.0.zip) = 20c4e6baf239cbc8c8a754ec1b9ee814ff29df1b41332f75f7440b27864bc28397071f3f4d60ba6ff4d0aa531b7a20857e11ecca93057784f76f03876151e8f8 -Size (github.com_prometheus_client_golang_@v_v1.11.0.zip) = 240896 bytes +BLAKE2s (github.com_prometheus_client_golang_@v_v1.12.1.mod) = eb089b68ef42b2cab16a7c71138507e55fcbd084a014f1ffc69a85457abb864e +SHA512 (github.com_prometheus_client_golang_@v_v1.12.1.mod) = b8e737ef2d333b1f9b648d92752dfb6bba4a0bcefbc2320743f4e3f02ba71fc2d7125439b418dc55d94756f77d55baa44175f11f215f4c300379afed619cf249 +Size (github.com_prometheus_client_golang_@v_v1.12.1.mod) = 413 bytes +BLAKE2s (github.com_prometheus_client_golang_@v_v1.12.1.zip) = 5e508fc3ac45cd12f2ed7159a8a42345aee86b7465b5d45288e0b3c0f87a0166 +SHA512 (github.com_prometheus_client_golang_@v_v1.12.1.zip) = 98ded72adfa9ee40591ee3bf1c332bbf426734c0e7c3f40978befc416e0e61823c9925f8d69c54996cd7b010daf0d4bf7a4d59bb00f6bc05eef4dc343d054cf4 +Size (github.com_prometheus_client_golang_@v_v1.12.1.zip) = 275396 bytes BLAKE2s (github.com_prometheus_client_golang_@v_v1.3.0.mod) = 0df1f6715f0801cfb8b89366e84525abf44d329e47d3fa9d6a6c92f896a8b7ee SHA512 (github.com_prometheus_client_golang_@v_v1.3.0.mod) = e98ebe9ff7f5f5c893ce7a54c12b3d5b86ae1f99a5117875bfb78aa2b59d9e9a95bd54e45e1a16e8bdfa79f38192626f49366a0ea4e36a25681e7448b544b144 Size (github.com_prometheus_client_golang_@v_v1.3.0.mod) = 375 bytes +BLAKE2s (github.com_prometheus_client_golang_@v_v1.4.0.mod) = 162e936d4df100bce8cdf55ee36c1fc08cb66134dd12f57d97508b9681c957ec +SHA512 (github.com_prometheus_client_golang_@v_v1.4.0.mod) = 46eb82a74b845f5eda8cd01e8ae182e5dec7867306b31a40cb5c6bb9df2045c3259070b57388cc7826f54ee7b9fddaf980436f74ed500ab88748a13f12b30ff8 +Size (github.com_prometheus_client_golang_@v_v1.4.0.mod) = 612 bytes +BLAKE2s (github.com_prometheus_client_golang_@v_v1.5.1.mod) = 162e936d4df100bce8cdf55ee36c1fc08cb66134dd12f57d97508b9681c957ec +SHA512 (github.com_prometheus_client_golang_@v_v1.5.1.mod) = 46eb82a74b845f5eda8cd01e8ae182e5dec7867306b31a40cb5c6bb9df2045c3259070b57388cc7826f54ee7b9fddaf980436f74ed500ab88748a13f12b30ff8 +Size (github.com_prometheus_client_golang_@v_v1.5.1.mod) = 612 bytes BLAKE2s (github.com_prometheus_client_golang_@v_v1.7.1.mod) = 206eb77f4977052f8e358940a5f31b81a4aa373a1a7ca8d3152d9e1efbb8dc43 SHA512 (github.com_prometheus_client_golang_@v_v1.7.1.mod) = 6fe81bf3c591058f2ff968b3c6656766d9d3fd74c8577b3e7cfac17e463392eed3268248237d252c98751b2f97bc7c48a8db15bfc3fbcd4afbbaca0e2970819b Size (github.com_prometheus_client_golang_@v_v1.7.1.mod) = 569 bytes @@ -3564,15 +4704,24 @@ Size (github.com_prometheus_common_@v_v0.0.0-20181113130724-41aa239b4cce.mod) = BLAKE2s (github.com_prometheus_common_@v_v0.10.0.mod) = 9e0efc036f785a8584bead5e121b6d24bf20ff98be7279067d35a6778c04a91d SHA512 (github.com_prometheus_common_@v_v0.10.0.mod) = 7e1b17c424c8ec889d0efb0f5a171043ac0fffb48725144836d8ac635c036e877e65f34f75055359747142051afd00374cec9e39911175adddca2c50fde4c893 Size (github.com_prometheus_common_@v_v0.10.0.mod) = 817 bytes +BLAKE2s (github.com_prometheus_common_@v_v0.18.0.mod) = 4f530029837021edab48918a9378ff7765142eebfd230c8f40bad0a3d19f9227 +SHA512 (github.com_prometheus_common_@v_v0.18.0.mod) = 5d321367c7b93f913cb524c688dc515dfe28a0cd712665b61ac12dfebac8a67fd19ba578f8a3666b557b41670eb9f3cc718fb93ca413851552efd695859b7c4f +Size (github.com_prometheus_common_@v_v0.18.0.mod) = 739 bytes BLAKE2s (github.com_prometheus_common_@v_v0.2.0.mod) = 430ee23ad13fbea79a62da792d923dd81cd84bf556ed7d65111e7b80055b4ef8 SHA512 (github.com_prometheus_common_@v_v0.2.0.mod) = 02db8fa79cd8368060c72ba3925624c779bcc9e39817b6ed86ba143024959496db2c23c1aefe93a5d9f22b48e742072382e2ccaab430c1c9eae6254184e2358f Size (github.com_prometheus_common_@v_v0.2.0.mod) = 1223 bytes +BLAKE2s (github.com_prometheus_common_@v_v0.24.0.mod) = 438fe5b44d2bff766db51855327bc8ed19252a71530f67d8a5f9887e7f295bb8 +SHA512 (github.com_prometheus_common_@v_v0.24.0.mod) = 92aa0c40cc26322085725d1ec09be5d2ae8fb7dc57c57f56e2cce1b5d9f50ab71437466c94f9caa6ee58cf3c17e157003f2bbcb38ef6d533d6bc68406e7aafe7 +Size (github.com_prometheus_common_@v_v0.24.0.mod) = 795 bytes BLAKE2s (github.com_prometheus_common_@v_v0.26.0.mod) = b7e21a0220e60a55a85a34df58676c9b27030e3509b0ea1bccb16ed5b675c265 SHA512 (github.com_prometheus_common_@v_v0.26.0.mod) = 05a0bd8a7de559925fc5ba7753d9fc80db41271fedfcd0ca3137f9620c68468c0bfb706e0b4915151657c74a5d64f52a5594736e19fa1421aa65124f551f0ddf Size (github.com_prometheus_common_@v_v0.26.0.mod) = 794 bytes -BLAKE2s (github.com_prometheus_common_@v_v0.26.0.zip) = 4a8e4e65cdc95634a0f15040ae7ec6b526b79970e6bbc2d26e9985e2c4fa330b -SHA512 (github.com_prometheus_common_@v_v0.26.0.zip) = 979628ae2384dde963f40dca23a77bd12138dad2b8d7bdd261cba5951678cf9287c47c335d40d4e7b54b561cc3101fcbd6eb7d9b1d039dc603917dbc84c1c4ef -Size (github.com_prometheus_common_@v_v0.26.0.zip) = 175437 bytes +BLAKE2s (github.com_prometheus_common_@v_v0.32.1.mod) = f031a2c0d73ac0076a438c41aa430aa3ce2c3dbf5697585436293174fbfe21df +SHA512 (github.com_prometheus_common_@v_v0.32.1.mod) = 550dd35c6ce6d98886c4f73ad3afedca13e12e39ba3c0958a4cf05a92db92187787591d33ebdbde6d961a451c615bed95cb75ec36b3e91ce0f2b12805d82d248 +Size (github.com_prometheus_common_@v_v0.32.1.mod) = 583 bytes +BLAKE2s (github.com_prometheus_common_@v_v0.32.1.zip) = ed6f6607b904883f25c95863d051b0d7b7c11a333e398b4b67bf925c1e39067c +SHA512 (github.com_prometheus_common_@v_v0.32.1.zip) = 80533dd4a9a2bc03e8a74b19919e870f447e45cd0edad75822048412616963db9095411fb970d859b583e08b9302d99a75640bab185699d19fff1940b45beae2 +Size (github.com_prometheus_common_@v_v0.32.1.zip) = 180639 bytes BLAKE2s (github.com_prometheus_common_@v_v0.4.0.mod) = 430ee23ad13fbea79a62da792d923dd81cd84bf556ed7d65111e7b80055b4ef8 SHA512 (github.com_prometheus_common_@v_v0.4.0.mod) = 02db8fa79cd8368060c72ba3925624c779bcc9e39817b6ed86ba143024959496db2c23c1aefe93a5d9f22b48e742072382e2ccaab430c1c9eae6254184e2358f Size (github.com_prometheus_common_@v_v0.4.0.mod) = 1223 bytes @@ -3582,6 +4731,9 @@ Size (github.com_prometheus_common_@v_v0.4.1.mod) = 1223 bytes BLAKE2s (github.com_prometheus_common_@v_v0.7.0.mod) = 13d457b2533d4790d8c75a267c764a6c1f782488742a5ca7ce123d5dc94e2cdc SHA512 (github.com_prometheus_common_@v_v0.7.0.mod) = 17deca5d2ce10cfeaa0f8e0b1d83317023f4c9841149f9b989cedbc9ea2cdd2d05b2dec1a6323f6202290c7920a68d35da1d4b064892072fb056ba3a767129d2 Size (github.com_prometheus_common_@v_v0.7.0.mod) = 857 bytes +BLAKE2s (github.com_prometheus_common_@v_v0.9.1.mod) = 249eb4cb4d047028bacb5ffe61a2beac58c10835b9c277e0dccfa2d287975bdc +SHA512 (github.com_prometheus_common_@v_v0.9.1.mod) = 4cb3dba50a3b47b9db735de9df4bd7b35d02464065919502bb1e17236c2f6b1bf1e74f312a8d0127d2d570344c30d58063d62031d3439f52a6dd8f47b29b9996 +Size (github.com_prometheus_common_@v_v0.9.1.mod) = 829 bytes BLAKE2s (github.com_prometheus_procfs_@v_v0.0.0-20181005140218-185b4288413d.mod) = c946675feced5d83a70b32654c08c69cbc43f7e198b6edac28602efa546f78b3 SHA512 (github.com_prometheus_procfs_@v_v0.0.0-20181005140218-185b4288413d.mod) = 05f032eba0c264b186936c2b9831624a01999972d4f1bba6aa15c452407eb10d402f1ac674eb41e2d24fa66e85ae2e56efd2326fc4ecc741169b9908d7935335 Size (github.com_prometheus_procfs_@v_v0.0.0-20181005140218-185b4288413d.mod) = 36 bytes @@ -3600,24 +4752,42 @@ Size (github.com_prometheus_procfs_@v_v0.0.8.mod) = 145 bytes BLAKE2s (github.com_prometheus_procfs_@v_v0.1.3.mod) = 7b1e798916a1b8497e04ab76a3a419e420c7734ed9855e502552395f6a666305 SHA512 (github.com_prometheus_procfs_@v_v0.1.3.mod) = 7a54bddb87350ba24423842fcf1cd8b031be427e9f689467503d8d6a876691b209a5d2ac33d848a977d2c3890284d816fe4f2fa9391642010c96c3c0d691efcb Size (github.com_prometheus_procfs_@v_v0.1.3.mod) = 198 bytes +BLAKE2s (github.com_prometheus_procfs_@v_v0.2.0.mod) = 7b1e798916a1b8497e04ab76a3a419e420c7734ed9855e502552395f6a666305 +SHA512 (github.com_prometheus_procfs_@v_v0.2.0.mod) = 7a54bddb87350ba24423842fcf1cd8b031be427e9f689467503d8d6a876691b209a5d2ac33d848a977d2c3890284d816fe4f2fa9391642010c96c3c0d691efcb +Size (github.com_prometheus_procfs_@v_v0.2.0.mod) = 198 bytes BLAKE2s (github.com_prometheus_procfs_@v_v0.6.0.mod) = 02665909be3db5fa5de3befb0590c92d51a4a1b18dc01e44c5be2f35569dc403 SHA512 (github.com_prometheus_procfs_@v_v0.6.0.mod) = 539fdd264ff10a459bf00eefdfcd2d3d079426cbcce7c4ecd27e1191d6392e0451804bddd5a39f7279e3c91e63a40ed882ebe1bcce7e71913d6109b7b6ba403b Size (github.com_prometheus_procfs_@v_v0.6.0.mod) = 198 bytes -BLAKE2s (github.com_prometheus_procfs_@v_v0.6.0.zip) = e24d292cb48833a28f0ad8baf5e6923acda8b459446444b8f8575443a64915ae -SHA512 (github.com_prometheus_procfs_@v_v0.6.0.zip) = 1b73a550dfdda98e41da9ace048b230ba05bfe7518cec7b5f877c11afa58bdf9d53ad25fa848e316fcb5b25ff6eabb0a2d2688c1cfbd9642a8670b72c3f90a92 -Size (github.com_prometheus_procfs_@v_v0.6.0.zip) = 282768 bytes +BLAKE2s (github.com_prometheus_procfs_@v_v0.7.3.mod) = 02665909be3db5fa5de3befb0590c92d51a4a1b18dc01e44c5be2f35569dc403 +SHA512 (github.com_prometheus_procfs_@v_v0.7.3.mod) = 539fdd264ff10a459bf00eefdfcd2d3d079426cbcce7c4ecd27e1191d6392e0451804bddd5a39f7279e3c91e63a40ed882ebe1bcce7e71913d6109b7b6ba403b +Size (github.com_prometheus_procfs_@v_v0.7.3.mod) = 198 bytes +BLAKE2s (github.com_prometheus_procfs_@v_v0.7.3.zip) = 151bbbfd153c02022f1498ad1b51bacc952562cc41acb974cd1c6abe331e5d64 +SHA512 (github.com_prometheus_procfs_@v_v0.7.3.zip) = f5c15caf8831c777f218a258ab186dff4c7fc34b2e04667695ba637e75d9039db18dd055c02aecdfbdaad71fb78e8e1308c4b520ef032d405ed6dba8acaf7d31 +Size (github.com_prometheus_procfs_@v_v0.7.3.zip) = 300924 bytes BLAKE2s (github.com_prometheus_tsdb_@v_v0.7.1.mod) = 951a5798f893388093ea0e7163c157c740a871bcd9ea8154b8b209fdd36b2550 SHA512 (github.com_prometheus_tsdb_@v_v0.7.1.mod) = 7463ee6ed6735cf101502b6c0128c75960c55d6f9e42f37531e65afc02fb35b62d882a72f95c2fd76f3d0e253e9e70a9a2df2ddf782f53c4138135b370b69d0a Size (github.com_prometheus_tsdb_@v_v0.7.1.mod) = 1346 bytes BLAKE2s (github.com_prometheus_tsdb_@v_v0.7.1.zip) = e4ad77b02cb50383a51030255bfddf9fc0b16a4fcbb0bfaa785149970a38fcf4 SHA512 (github.com_prometheus_tsdb_@v_v0.7.1.zip) = fc26a92f68dbc1c4e8cfd7bc5948a9a6b6e3fafc002d3c94c18e58cb70f12415054c7d0c94d5c0eef549f72e83e561e3535a9c86398c18e5e27a11b14c8bdf5a Size (github.com_prometheus_tsdb_@v_v0.7.1.zip) = 2440454 bytes -BLAKE2s (github.com_quasoft_websspi_@v_v1.0.0.mod) = 2850dcef48f31e06e50ae1b5f2dfcf9c1ef7bb935ff1fc4a50c61814f45822ec -SHA512 (github.com_quasoft_websspi_@v_v1.0.0.mod) = b44fd95df0800f3a2ef1cc56e8dc47f7d108f940e9d99e9206ba04db22c9927a2e27d14c8aba0e08587ec4fa42868203467187050360342a1449837899893727 -Size (github.com_quasoft_websspi_@v_v1.0.0.mod) = 185 bytes -BLAKE2s (github.com_quasoft_websspi_@v_v1.0.0.zip) = d15180bb44602f26f409739a8ea604b90dcf35dfa25bd3c8b72f65c55a77ec8f -SHA512 (github.com_quasoft_websspi_@v_v1.0.0.zip) = 57d963b7c4962d66696340a13f579a78ffdc4b8136426cd789c2faa5300bb857edf9211844671f60259decacea2032b2a5f47d1de4e800aefac6266185a6a3ba -Size (github.com_quasoft_websspi_@v_v1.0.0.zip) = 21627 bytes +BLAKE2s (github.com_pseudomuto_protoc-gen-doc_@v_v1.4.1.mod) = d9618af22ccd711ce4e558ff60f1d076994d01f7381c8852be72c3165678df13 +SHA512 (github.com_pseudomuto_protoc-gen-doc_@v_v1.4.1.mod) = 4c0c03310d5f5a4dc93fe7657124e25ce340f28c543c083739c82857384ca04e468b3a427ba9bb6e4aec1bf3fe88391b5440fe68efcebf7a683b869877af6593 +Size (github.com_pseudomuto_protoc-gen-doc_@v_v1.4.1.mod) = 1076 bytes +BLAKE2s (github.com_pseudomuto_protoc-gen-doc_@v_v1.4.1.zip) = bed5929b73068a0ba3244f5b97c880168ac4ab8f3e6a035022c8aae54c028776 +SHA512 (github.com_pseudomuto_protoc-gen-doc_@v_v1.4.1.zip) = e8bdb1279cd63bff65adc56021ddb8cc576f00a968f6eeb7d5209a5a3b7a563534155b13f4da4460064db3566787f7f7b405ada0d624f5d115d888e3363d5a22 +Size (github.com_pseudomuto_protoc-gen-doc_@v_v1.4.1.zip) = 111564 bytes +BLAKE2s (github.com_pseudomuto_protokit_@v_v0.2.0.mod) = 0c8889a9c20e8ad7bf15aabed20188d08e4038b3e5b0564a06cae2a7002f10af +SHA512 (github.com_pseudomuto_protokit_@v_v0.2.0.mod) = 5371f3acbd6042898e6b6bf1ccc42224fe6f070cc0f5d1d585a9262fce4f543fb1d2e41de18f628e9f2bfa635bee8aeda586788200ab731d2e205adfd8df1025 +Size (github.com_pseudomuto_protokit_@v_v0.2.0.mod) = 38 bytes +BLAKE2s (github.com_pseudomuto_protokit_@v_v0.2.0.zip) = 43daccdbb04bc44e415639ca344e8fa5bb6c991508cfad2240419593a5211475 +SHA512 (github.com_pseudomuto_protokit_@v_v0.2.0.zip) = 324c372498ab74d89a641ddfc33c8ce23abd14e8f31e147625b844e25a65d33f95bb1bcf2a5d965aa1e95d3b9bb7d0688edcc23000368450a71c53438f3e915a +Size (github.com_pseudomuto_protokit_@v_v0.2.0.zip) = 60003 bytes +BLAKE2s (github.com_quasoft_websspi_@v_v1.1.2.mod) = 2850dcef48f31e06e50ae1b5f2dfcf9c1ef7bb935ff1fc4a50c61814f45822ec +SHA512 (github.com_quasoft_websspi_@v_v1.1.2.mod) = b44fd95df0800f3a2ef1cc56e8dc47f7d108f940e9d99e9206ba04db22c9927a2e27d14c8aba0e08587ec4fa42868203467187050360342a1449837899893727 +Size (github.com_quasoft_websspi_@v_v1.1.2.mod) = 185 bytes +BLAKE2s (github.com_quasoft_websspi_@v_v1.1.2.zip) = 96930c8fe9343db03a21a7acd9d52fa50a40c0a7def5c3b61e9eba96f0cf101c +SHA512 (github.com_quasoft_websspi_@v_v1.1.2.zip) = d08561646959fb65fc6d039447d780c81993b9d88fb60b55e4a7e320edb9d9f9431ca2ccc82dfe3637c312bf277d3dddc5210c3a99fed7a1d28140ff1b2d735e +Size (github.com_quasoft_websspi_@v_v1.1.2.zip) = 24535 bytes BLAKE2s (github.com_rcrowley_go-metrics_@v_v0.0.0-20181016184325-3113b8401b8a.mod) = d8f56af1d52bc5c14714f2ef500f812d71a315fe55c3ea45b6be8e196bb148e8 SHA512 (github.com_rcrowley_go-metrics_@v_v0.0.0-20181016184325-3113b8401b8a.mod) = f22213d29e8a0914fc947e08d8c85dbcab835cd7587e45cf5458a1cff074359fcb187ab47bdfd933c8937e393975a29e872b744ad61295fb1dee3783877e81df Size (github.com_rcrowley_go-metrics_@v_v0.0.0-20181016184325-3113b8401b8a.mod) = 38 bytes @@ -3633,6 +4803,9 @@ Size (github.com_remyoudompheng_bigfft_@v_v0.0.0-20200410134404-eec4a21b6bb0.mod BLAKE2s (github.com_remyoudompheng_bigfft_@v_v0.0.0-20200410134404-eec4a21b6bb0.zip) = 1cf6f53d35ec0a872221d704c61791331ba7ae1d724586e2364780c85c26d998 SHA512 (github.com_remyoudompheng_bigfft_@v_v0.0.0-20200410134404-eec4a21b6bb0.zip) = 11c421f836ed12a24bdbd6ccd1aba28daa2e43a840b84af3b3e679f5959b1fc4dd6da7c4843d21dd1c6cdc62be3736a6518b30464919a4ae0a89ca73e12a6ad7 Size (github.com_remyoudompheng_bigfft_@v_v0.0.0-20200410134404-eec4a21b6bb0.zip) = 24285 bytes +BLAKE2s (github.com_rivo_uniseg_@v_v0.1.0.mod) = 9cf2a838a41e79c2133f00b4192de1d8204ef6dc7be601908ad9b2fb0c84c8df +SHA512 (github.com_rivo_uniseg_@v_v0.1.0.mod) = d6089badd618722b8d3584965f1a10290097f259024a444744f625fe5b439fef62c7e14f060fb8593197d003ecd6c29f0cb85700de0bdfbf2511ca66729db3bc +Size (github.com_rivo_uniseg_@v_v0.1.0.mod) = 39 bytes BLAKE2s (github.com_rivo_uniseg_@v_v0.2.0.mod) = 9cf2a838a41e79c2133f00b4192de1d8204ef6dc7be601908ad9b2fb0c84c8df SHA512 (github.com_rivo_uniseg_@v_v0.2.0.mod) = d6089badd618722b8d3584965f1a10290097f259024a444744f625fe5b439fef62c7e14f060fb8593197d003ecd6c29f0cb85700de0bdfbf2511ca66729db3bc Size (github.com_rivo_uniseg_@v_v0.2.0.mod) = 39 bytes @@ -3642,9 +4815,15 @@ Size (github.com_rivo_uniseg_@v_v0.2.0.zip) = 45731 bytes BLAKE2s (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.mod) = 93a15a106207c2ab6e95c7444d644fccc8bd51f9e1b0a1921132539f93a9ad4b SHA512 (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.mod) = 8cedf150caf05299c5b9f8b4fcaa17e4771c613fa06bac434586048ffee22ba9501e0fa540da90a3a24f3e4f662c9517571a23a0353fbb29c881d6d6c26d5f1d Size (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.mod) = 36 bytes -BLAKE2s (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.zip) = 1ad4d5f79ad291009bdba35814c6b73306486b6dda8bfa98fb7837876d86a1b8 -SHA512 (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.zip) = 16d6453d372773c9cc23b851d3cb7d84d4d3c090bbc1be102980c0daba0fe3ef102ba8372b8bd99f7ba18582d33d1af152087d544ad8dbe98d7d2acc9d91c353 -Size (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.zip) = 3684 bytes +BLAKE2s (github.com_rogpeppe_fastuuid_@v_v1.1.0.mod) = 6b451e85ecf64755c5adade8bd8e7677aecc948d208c3d17d4260b024ebf8991 +SHA512 (github.com_rogpeppe_fastuuid_@v_v1.1.0.mod) = ea2e9a81d7720b4e11129fbdd4772be224b6e1267157c29b9d33813b6f4ae905e43c3840cf1ade6ff5f73bd22c103430a0bc882355c16715e124b442652cd4da +Size (github.com_rogpeppe_fastuuid_@v_v1.1.0.mod) = 45 bytes +BLAKE2s (github.com_rogpeppe_fastuuid_@v_v1.2.0.mod) = 6b451e85ecf64755c5adade8bd8e7677aecc948d208c3d17d4260b024ebf8991 +SHA512 (github.com_rogpeppe_fastuuid_@v_v1.2.0.mod) = ea2e9a81d7720b4e11129fbdd4772be224b6e1267157c29b9d33813b6f4ae905e43c3840cf1ade6ff5f73bd22c103430a0bc882355c16715e124b442652cd4da +Size (github.com_rogpeppe_fastuuid_@v_v1.2.0.mod) = 45 bytes +BLAKE2s (github.com_rogpeppe_fastuuid_@v_v1.2.0.zip) = e48651c950bb0f772aebf42d5c13dc7dda4bd81ceea829db6c948dc12cd3bbb9 +SHA512 (github.com_rogpeppe_fastuuid_@v_v1.2.0.zip) = 1c654d7703dcf2b6d92c2c02cccda0e4a1e756e6c56be959d68256e695c2595cbfc7f07060c6dce74c4cbedbe96cb688357b73328257b96fbdc0bfb1269bc307 +Size (github.com_rogpeppe_fastuuid_@v_v1.2.0.zip) = 5653 bytes BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.1.0.mod) = 24df55c612af1179e4f9ebb1d8118261174556aab8aa176e8ae0cb09e56a0608 SHA512 (github.com_rogpeppe_go-internal_@v_v1.1.0.mod) = 4fd07ae7c00bcc135cc10a0b34ab102a893ed8ea4708f9d38da52f98b09fb66144f970ffd8795476fd6625b25c9e48390a5b1c5c99bd0c8d536a94201dc96613 Size (github.com_rogpeppe_go-internal_@v_v1.1.0.mod) = 73 bytes @@ -3657,9 +4836,21 @@ Size (github.com_rogpeppe_go-internal_@v_v1.3.0.mod) = 73 bytes BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.5.2.mod) = 84f3fd9bdbfa14dc4ebc29868f0fb9856bff823e60882a12b6a0c4247667375e SHA512 (github.com_rogpeppe_go-internal_@v_v1.5.2.mod) = d08f8ca2d93c0d97d5947ed3d221fff67e774e810d7fc9c93bd25bdc446190fc5590776a3e6b159fde2b97c3355921235fb6c8b8623b7f2090102a7f1ca1a6bc Size (github.com_rogpeppe_go-internal_@v_v1.5.2.mod) = 82 bytes -BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.5.2.zip) = 25e16834b0dc09a6151ea449aa6d6cea6247652ffc53cfcbb30c0a99cca5fa61 -SHA512 (github.com_rogpeppe_go-internal_@v_v1.5.2.zip) = 5985246482682ff3a5ce2f8144c7faaebf4b06568d563e99e982473bd84cecd1cbc4033e303f20a21509a87ef28f61df2a5b694c4902d89548153cff40111038 -Size (github.com_rogpeppe_go-internal_@v_v1.5.2.zip) = 193676 bytes +BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.6.1.mod) = 84f3fd9bdbfa14dc4ebc29868f0fb9856bff823e60882a12b6a0c4247667375e +SHA512 (github.com_rogpeppe_go-internal_@v_v1.6.1.mod) = d08f8ca2d93c0d97d5947ed3d221fff67e774e810d7fc9c93bd25bdc446190fc5590776a3e6b159fde2b97c3355921235fb6c8b8623b7f2090102a7f1ca1a6bc +Size (github.com_rogpeppe_go-internal_@v_v1.6.1.mod) = 82 bytes +BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.8.1.mod) = aaeedceb81ad291b46a9156aa9e6c675e6434bd057f855e71618337addba16e1 +SHA512 (github.com_rogpeppe_go-internal_@v_v1.8.1.mod) = d65f9ec2ad49d19912429940f439621257ee6b5f630f835b132763f26bfa665ab875fcb1f951f1c2c60a30a1198bc92cbb4cc8cb007c852118615f1e103a3bc8 +Size (github.com_rogpeppe_go-internal_@v_v1.8.1.mod) = 143 bytes +BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.8.1.zip) = abfb71e3336cf1f6351b6720680da10d6f8377ad7f3206f0557937b8a824e291 +SHA512 (github.com_rogpeppe_go-internal_@v_v1.8.1.zip) = c5c4640e5f675fe7f6246aa0a75f763490abdcf44ab7c9b98d0c0e23e64a5f8fb4b3d07c175a630c386896d81c41879d0827a3d0414777b06a3e297790d7d987 +Size (github.com_rogpeppe_go-internal_@v_v1.8.1.zip) = 207657 bytes +BLAKE2s (github.com_rs_cors_@v_v1.7.0.mod) = 77e1e04c9ccc190249accb4916464a14df43877ad3d709712068f9239b222892 +SHA512 (github.com_rs_cors_@v_v1.7.0.mod) = 306c53774adbaefecb2283f1d90c11b088d9a45a29215ea7c627ec6d97027192bf5fe99a3cb473415ab47764802859ce9878e83ef38fdc4a87b4c7b0c5226a71 +Size (github.com_rs_cors_@v_v1.7.0.mod) = 26 bytes +BLAKE2s (github.com_rs_cors_@v_v1.7.0.zip) = 948cf490cc5d6a4ab2dedc4f8fc17fab630eae434280f8423831fedd947f20e9 +SHA512 (github.com_rs_cors_@v_v1.7.0.zip) = 533e6e55dbd95f9f79d794ac847b1db90c0b4515e9fd1d8d3d003a991ce8315012c3f8eb8a943f8772434b1e20b34562ef02630e472d31d8485e7c8125a47fb4 +Size (github.com_rs_cors_@v_v1.7.0.zip) = 19727 bytes BLAKE2s (github.com_rs_xid_@v_v1.2.1.mod) = aafdac92849c462edcf5c3c271431c5a307b434eaa90c32e59b185d1503d8868 SHA512 (github.com_rs_xid_@v_v1.2.1.mod) = 18a8e8a8b69974b2112578bd8995f31235bcfe49c218b2d0affd6fd5d6b7938687d9f5405d4a228a2ee2960de7960496319a92a26e8b29f6076983c0d07ee66c Size (github.com_rs_xid_@v_v1.2.1.mod) = 25 bytes @@ -3699,12 +4890,27 @@ Size (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.mod) = BLAKE2s (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.zip) = 6f57fb1a543313f46813d6f8d254aefca1b07a96f98265684106b2b23f77574e SHA512 (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.zip) = ed6672528754c42370277b8ceb0f1a06e2b36cfed8526d077192d71c9412430f338612671a0a0c807dee15741f83ac6cf1225bb900194758b736466fd95d3cf7 Size (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.zip) = 5643 bytes +BLAKE2s (github.com_sagikazarmark_crypt_@v_v0.3.0.mod) = 213fdca58739064accddc20509a461f7a0b50c8bf4c65f6af225b455eb6d123f +SHA512 (github.com_sagikazarmark_crypt_@v_v0.3.0.mod) = f07787ecb5c03cae093e8a45875904baf2b1cfe5ef6eb1298c93d8bf0a21ec441c61b9df513a29d0cfaf3ef1efb61de30a7fe1e9e2990d82fc3dfdb755e889fe +Size (github.com_sagikazarmark_crypt_@v_v0.3.0.mod) = 2402 bytes +BLAKE2s (github.com_sagikazarmark_crypt_@v_v0.4.0.mod) = 06247841028d7dd7e846c9179a3065425f63518e4dcadef733e5c0fcf6324967 +SHA512 (github.com_sagikazarmark_crypt_@v_v0.4.0.mod) = 92361ae9e356bb6720d00019d6f835a728bb08f12dbe1fbcfcdb2ad17bc4ada32dc6cb25ccf0385923ee09a959e8fa522f0e0e80153f804bfa020e91270034bb +Size (github.com_sagikazarmark_crypt_@v_v0.4.0.mod) = 2402 bytes +BLAKE2s (github.com_sagikazarmark_crypt_@v_v0.4.0.zip) = 5001da454411fd13f22e86536c89d9152ddfc760b5236d6f5a007b7bc32a6ba1 +SHA512 (github.com_sagikazarmark_crypt_@v_v0.4.0.zip) = 3a7faffd2a12460c9fc28d1bb9bdb4f87205f13d08ae58eb00ba46fe7e590a9ab78620e6d9d462b8057c233884d1522e19060533e8451a804c5a281f34e248e4 +Size (github.com_sagikazarmark_crypt_@v_v0.4.0.zip) = 45973 bytes BLAKE2s (github.com_samuel_go-zookeeper_@v_v0.0.0-20190923202752-2cc03de413da.mod) = 6404adc86313862ce20a27d957035cc319d2e0fc2b7c2b3be54f4f01dc5c98ee SHA512 (github.com_samuel_go-zookeeper_@v_v0.0.0-20190923202752-2cc03de413da.mod) = 54235e8bcd2f98cfbfdfe187ee4b2cc7d0efe155710474100709b1a8c2e55cc2e24a16559857fb9edf484a0b76debbcef69d5c182efe52594c9858a37b6b10f0 Size (github.com_samuel_go-zookeeper_@v_v0.0.0-20190923202752-2cc03de413da.mod) = 38 bytes BLAKE2s (github.com_samuel_go-zookeeper_@v_v0.0.0-20190923202752-2cc03de413da.zip) = e66d26c4ed4e132b47e24c72e4bfa6f201468a512b293feb933ced7222f3ebe4 SHA512 (github.com_samuel_go-zookeeper_@v_v0.0.0-20190923202752-2cc03de413da.zip) = 2eff2ca0756a376fb3f5999b731d9e3a5c381b512ff640e62f0693d30e3964554c1a8aaec0d36180f103dd2572dc9205ad1ab2b5da6ccb4cf254d2ed3e373452 Size (github.com_samuel_go-zookeeper_@v_v0.0.0-20190923202752-2cc03de413da.zip) = 51276 bytes +BLAKE2s (github.com_sassoftware_go-rpmutils_@v_v0.0.0-20190420191620-a8f1baeba37b.mod) = 39c6e6f69f8b7d49d49ba22396830efe8a24e8d6d910e94ca09beaa84ff9fa2e +SHA512 (github.com_sassoftware_go-rpmutils_@v_v0.0.0-20190420191620-a8f1baeba37b.mod) = f45442b35464e13a4f02d7c7ba5aa2ba37c2af1ca61a1016db01136c2aa66ad22fe068f2c2943766365c9d30895e4eb9c0ecf4128e4850bc4843998468dab6fe +Size (github.com_sassoftware_go-rpmutils_@v_v0.0.0-20190420191620-a8f1baeba37b.mod) = 42 bytes +BLAKE2s (github.com_sassoftware_go-rpmutils_@v_v0.0.0-20190420191620-a8f1baeba37b.zip) = ee7143cbe0b4804cfd1fa965e1e67e6674576d81d83d5cb7c321507f002c416a +SHA512 (github.com_sassoftware_go-rpmutils_@v_v0.0.0-20190420191620-a8f1baeba37b.zip) = dbb67c527015ea2b4778f59fa68fc82803110af5986ef13179c08adf66e956247c489792d00a8a23453671805e97c8b651302dc3133e08dc6c9d22ed6dc17db8 +Size (github.com_sassoftware_go-rpmutils_@v_v0.0.0-20190420191620-a8f1baeba37b.zip) = 50122 bytes BLAKE2s (github.com_sean-_seed_@v_v0.0.0-20170313163322-e2103e2c3529.mod) = 8b9074fe939bc4db75868e0dbe4be7d3f2f607c4b913cafc9f6d002674fbc6fd SHA512 (github.com_sean-_seed_@v_v0.0.0-20170313163322-e2103e2c3529.mod) = c7dc34c7a73c5899ca207c0cac88dd38ddebaffa04b5dd511a86dd10160e60be2806dfc6e079a5871b0cb6142f53d7d7dc87ddbe3fb19240bf894430feac5875 Size (github.com_sean-_seed_@v_v0.0.0-20170313163322-e2103e2c3529.mod) = 29 bytes @@ -3774,6 +4980,9 @@ Size (github.com_siddontang_rdb_@v_v0.0.0-20150307021120-fc89ed2e418d.zip) = 135 BLAKE2s (github.com_sirupsen_logrus_@v_v1.2.0.mod) = fa1555e12d113dfd6a30faf7abec542846d50c72fc4362957a68a5401d94eee9 SHA512 (github.com_sirupsen_logrus_@v_v1.2.0.mod) = c1621afd4618d1027b2d89a8e9653d18dabe098a7004b376ca2be63955ab783879540a890ab1324c2560dae9e6f3198dacc32d5fb0afd4b5a779d29a8c28f035 Size (github.com_sirupsen_logrus_@v_v1.2.0.mod) = 393 bytes +BLAKE2s (github.com_sirupsen_logrus_@v_v1.3.0.mod) = fa1555e12d113dfd6a30faf7abec542846d50c72fc4362957a68a5401d94eee9 +SHA512 (github.com_sirupsen_logrus_@v_v1.3.0.mod) = c1621afd4618d1027b2d89a8e9653d18dabe098a7004b376ca2be63955ab783879540a890ab1324c2560dae9e6f3198dacc32d5fb0afd4b5a779d29a8c28f035 +Size (github.com_sirupsen_logrus_@v_v1.3.0.mod) = 393 bytes BLAKE2s (github.com_sirupsen_logrus_@v_v1.4.0.mod) = fa1555e12d113dfd6a30faf7abec542846d50c72fc4362957a68a5401d94eee9 SHA512 (github.com_sirupsen_logrus_@v_v1.4.0.mod) = c1621afd4618d1027b2d89a8e9653d18dabe098a7004b376ca2be63955ab783879540a890ab1324c2560dae9e6f3198dacc32d5fb0afd4b5a779d29a8c28f035 Size (github.com_sirupsen_logrus_@v_v1.4.0.mod) = 393 bytes @@ -3801,6 +5010,9 @@ Size (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d. BLAKE2s (github.com_smartystreets_assertions_@v_v0.0.0-20190116191733-b6c0e53d7304.mod) = 4831f53e706d957dfa9e55498f39badbe6ae21c8fdfc98c276be4b1236056008 SHA512 (github.com_smartystreets_assertions_@v_v0.0.0-20190116191733-b6c0e53d7304.mod) = 222b0edcf745e14eb775eac28668dfa0c52051cbf302ec441b58d75846fc2570a0fc2e616cbec68f6312a1648fd7e6997b6597b160b1a7f84c1c500a42e93e6d Size (github.com_smartystreets_assertions_@v_v0.0.0-20190116191733-b6c0e53d7304.mod) = 43 bytes +BLAKE2s (github.com_smartystreets_assertions_@v_v1.0.0.mod) = 813749702a33af64c5582612a72ac29bb826c7da5972fe82b60b5bf3e40ee74b +SHA512 (github.com_smartystreets_assertions_@v_v1.0.0.mod) = ae6455f8889d8aeea4b555e5c34c9583ffc5990e1772e75e5f6376d9e4d7d9e5f540ed0b04bcf142523347dfc21ae20a57d6de089718877d7db4387d9dc62319 +Size (github.com_smartystreets_assertions_@v_v1.0.0.mod) = 52 bytes BLAKE2s (github.com_smartystreets_assertions_@v_v1.1.1.mod) = 11d48f6e3909a990d11a28872a27809c4d22f8bb5f7c2774c8f29448cc9f44c5 SHA512 (github.com_smartystreets_assertions_@v_v1.1.1.mod) = 667071e39d96fcfe16538893a848000823a045e83b02adc404f89d6dbbac7d70eaf1f7163247f16eab577b926b528279e5d1bda525ac8d274a431ecdd16ddb1b Size (github.com_smartystreets_assertions_@v_v1.1.1.mod) = 52 bytes @@ -3825,6 +5037,9 @@ Size (github.com_smartystreets_goconvey_@v_v1.6.4.mod) = 302 bytes BLAKE2s (github.com_smartystreets_goconvey_@v_v1.6.4.zip) = 69abc54561228733b478012e3ffb65bf353b13350120753950510d8b0baf88c1 SHA512 (github.com_smartystreets_goconvey_@v_v1.6.4.zip) = 3bdd2bbeaf755618d9fa7f324814497308361cb0f3f93a7ac84b9fc01b79ab346353ff0a022d3d85e74aef57b3773e03ea9279d0a60de317a1c57d5eca2d1507 Size (github.com_smartystreets_goconvey_@v_v1.6.4.zip) = 1521758 bytes +BLAKE2s (github.com_smartystreets_gunit_@v_v1.0.0.mod) = 772cf33c7597bdc9ca03706b98a01620a61102ce9b05594614b42f78d621e66f +SHA512 (github.com_smartystreets_gunit_@v_v1.0.0.mod) = 3e021b41fde9b047f53673f0e5dcf126e6a0acb51cb03a06a95f8edf79ecb8d3134127f5c9960c0b25c8d35385d95f3317dba498b1da887171a1d3d65503cc4a +Size (github.com_smartystreets_gunit_@v_v1.0.0.mod) = 99 bytes BLAKE2s (github.com_smartystreets_gunit_@v_v1.4.2.mod) = 366b2710932b1b211d8c3e970d5d50727f61adf50c8617d3de7719535988922b SHA512 (github.com_smartystreets_gunit_@v_v1.4.2.mod) = b8212b37425f64bd14a8f1f761021a2fd0c1101e3ac0ca2ed200297f1470d039040c389e2eb03d8e5c211840c332c4f973b9e40c1ba17b69f9d8cc064128ccd0 Size (github.com_smartystreets_gunit_@v_v1.4.2.mod) = 47 bytes @@ -3834,9 +5049,15 @@ Size (github.com_smartystreets_gunit_@v_v1.4.2.zip) = 36008 bytes BLAKE2s (github.com_soheilhy_cmux_@v_v0.1.4.mod) = c22bef0c37fc6bf99505f4d0ff0a2db4648772bc530ca1560589037a0dae4c78 SHA512 (github.com_soheilhy_cmux_@v_v0.1.4.mod) = def5f190323350b58be18ef9f1b00e4810987a37e1fa9332be62a638a01df7f070788c75a19a0c11949890ccbc395419de45bf9c5f7fb38fdbef56118c681d32 Size (github.com_soheilhy_cmux_@v_v0.1.4.mod) = 32 bytes -BLAKE2s (github.com_soheilhy_cmux_@v_v0.1.4.zip) = 0a431c8d5f7f34682c98f4c832266f3f497782255d3e20766a987d25837aaa5b -SHA512 (github.com_soheilhy_cmux_@v_v0.1.4.zip) = dc990fd4f640acaa66baed26f2e82e0a6c46e293b016bd1573e72600e1256146f1b8abf746ebd96771bad4f3d95dded70c9f884908580ffffc4162efa0450735 -Size (github.com_soheilhy_cmux_@v_v0.1.4.zip) = 26744 bytes +BLAKE2s (github.com_soheilhy_cmux_@v_v0.1.5-0.20210205191134-5ec6847320e5.mod) = d2f8035d93c027ddacb8d95cebd7cfba59bb742d938de69875ee7311b5498960 +SHA512 (github.com_soheilhy_cmux_@v_v0.1.5-0.20210205191134-5ec6847320e5.mod) = 761412f1b7047c5a737b2e930431fad9daf21cbcf40aafaec5879173c08779699f0072fa40357b427f8274aa68d9f31c466ce63b91a9d11f0cd2c115f76b1a4b +Size (github.com_soheilhy_cmux_@v_v0.1.5-0.20210205191134-5ec6847320e5.mod) = 102 bytes +BLAKE2s (github.com_soheilhy_cmux_@v_v0.1.5.mod) = d2f8035d93c027ddacb8d95cebd7cfba59bb742d938de69875ee7311b5498960 +SHA512 (github.com_soheilhy_cmux_@v_v0.1.5.mod) = 761412f1b7047c5a737b2e930431fad9daf21cbcf40aafaec5879173c08779699f0072fa40357b427f8274aa68d9f31c466ce63b91a9d11f0cd2c115f76b1a4b +Size (github.com_soheilhy_cmux_@v_v0.1.5.mod) = 102 bytes +BLAKE2s (github.com_soheilhy_cmux_@v_v0.1.5.zip) = 8f48ea8cf1f5494c0cde2157d10daed22f6cdf6a7adeb1ae687d611f339edeee +SHA512 (github.com_soheilhy_cmux_@v_v0.1.5.zip) = 3587b3b4530120a27f3f8fbc0ced4625b523671995b1330b45066d3b74b5b24b715b9fabbd567341a8533e9c9a808f388c2581e72fa51f2087f9d20fc1ad57a4 +Size (github.com_soheilhy_cmux_@v_v0.1.5.zip) = 23712 bytes BLAKE2s (github.com_sony_gobreaker_@v_v0.4.1.mod) = 75b0964049c912ed5b4b07ffefd4ee63b76f1c199deee6ba1aa2a5dee7225f9a SHA512 (github.com_sony_gobreaker_@v_v0.4.1.mod) = de0d160e304d1e1341fb3d3769ad300b61879ef491b3a293ebd1874ca259dc3fe95a3bd3f41b04e382cac8391174a54175e08b8422f243563e845208cac15070 Size (github.com_sony_gobreaker_@v_v0.4.1.mod) = 86 bytes @@ -3852,33 +5073,54 @@ Size (github.com_spaolacci_murmur3_@v_v0.0.0-20180118202830-f09979ecbc72.zip) = BLAKE2s (github.com_spf13_afero_@v_v1.1.2.mod) = 005d067bb3459023191a56c257b491a4dea4e181e8d4e9233da4b9a72669379b SHA512 (github.com_spf13_afero_@v_v1.1.2.mod) = 3166c898d741be502c0b733653cdca0e8ac4999fa6a5d67460b3962799287c9176b7f0243f0c0da394a4b7737ed1d1a6a2ee4f84a8917cf7076c774ba9a2a648 Size (github.com_spf13_afero_@v_v1.1.2.mod) = 30 bytes +BLAKE2s (github.com_spf13_afero_@v_v1.3.3.mod) = 884e3e85a71bf5ceb579c5099bec5f6e9ab1aa17e10d5ef57f10a886b735d200 +SHA512 (github.com_spf13_afero_@v_v1.3.3.mod) = 720370b4db1be6751f3debb415a04955507c24b6d4be6e6bb3fbd2f0e609c23217538c6d24e53da421f54f0fbc3c95249c981b839f84911f0f158cbe9e6db2d8 +Size (github.com_spf13_afero_@v_v1.3.3.mod) = 163 bytes +BLAKE2s (github.com_spf13_afero_@v_v1.3.4.mod) = e199a7cf619203fb09ef885768916d249ec54ee699b0d4fb19e267ceb050989e +SHA512 (github.com_spf13_afero_@v_v1.3.4.mod) = 1f0348cb522ec6a39f5667339dbdad2a16521eab1d7cf710e6b939c8156c928d7ed1da3c4cf1d976f6c8b9e41e74a43ef1328407119fd55d8fcbc0d91eb1dd7b +Size (github.com_spf13_afero_@v_v1.3.4.mod) = 163 bytes BLAKE2s (github.com_spf13_afero_@v_v1.6.0.mod) = e199a7cf619203fb09ef885768916d249ec54ee699b0d4fb19e267ceb050989e SHA512 (github.com_spf13_afero_@v_v1.6.0.mod) = 1f0348cb522ec6a39f5667339dbdad2a16521eab1d7cf710e6b939c8156c928d7ed1da3c4cf1d976f6c8b9e41e74a43ef1328407119fd55d8fcbc0d91eb1dd7b Size (github.com_spf13_afero_@v_v1.6.0.mod) = 163 bytes -BLAKE2s (github.com_spf13_afero_@v_v1.6.0.zip) = 1f710bb37b6f8ffec88804d9720c2abb41584f9b797d4885b1b773b2d27aa92b -SHA512 (github.com_spf13_afero_@v_v1.6.0.zip) = fbc261addef367881288523c9b4738673b64b65fd2240700740e0f0a476437e2aa917243a9b49bfc29e79d279c6584f888b2735782bd598e90d1e7696f43983a -Size (github.com_spf13_afero_@v_v1.6.0.zip) = 88927 bytes +BLAKE2s (github.com_spf13_afero_@v_v1.8.0.mod) = 2f10fa701648ca59445a8f32f9191f76c50f3b9be3d34e87e50760347ee70e40 +SHA512 (github.com_spf13_afero_@v_v1.8.0.mod) = 3d08ed1b02d991b022aa86fb8b9c9ced91a0f5f38affe76b28c260d6d233d4425f244d4fd68c5a318fb6c309ba1b005fb857ede3c91d63f0649889f882101986 +Size (github.com_spf13_afero_@v_v1.8.0.mod) = 369 bytes +BLAKE2s (github.com_spf13_afero_@v_v1.8.0.zip) = 086a6f6650f7bbe0b207199bb92b20ebaf607610192da7333e81d08f16ef518c +SHA512 (github.com_spf13_afero_@v_v1.8.0.zip) = b49af3f25df25a4da2f3251009eaf7501e0c8651c30f19ad1b3ff175da90c6a2ecd1d7fc754510ad69a937d2d5c97c742993fd9ff837ab734ad5ff105eca9681 +Size (github.com_spf13_afero_@v_v1.8.0.zip) = 122799 bytes BLAKE2s (github.com_spf13_cast_@v_v1.3.0.mod) = 27c337fa2b07ebfd0de486c03b7a2e095eaa0b6e6740497c6e26ebec842eb3fe SHA512 (github.com_spf13_cast_@v_v1.3.0.mod) = 7a0a21f6a7564b3261bccc8b1e1cd39d5d1a95bd0dd3debea914b1d37b687fbacdaee5f1dd5f1f74e4da11664c12f7ee63b484d690cd79389423cb79ff38dee9 Size (github.com_spf13_cast_@v_v1.3.0.mod) = 175 bytes BLAKE2s (github.com_spf13_cast_@v_v1.3.1.mod) = 27c337fa2b07ebfd0de486c03b7a2e095eaa0b6e6740497c6e26ebec842eb3fe SHA512 (github.com_spf13_cast_@v_v1.3.1.mod) = 7a0a21f6a7564b3261bccc8b1e1cd39d5d1a95bd0dd3debea914b1d37b687fbacdaee5f1dd5f1f74e4da11664c12f7ee63b484d690cd79389423cb79ff38dee9 Size (github.com_spf13_cast_@v_v1.3.1.mod) = 175 bytes -BLAKE2s (github.com_spf13_cast_@v_v1.3.1.zip) = a240cfb0bf26cf321849840a7bb3afa38757dc0fbe78717e4e3585eca27cc7bb -SHA512 (github.com_spf13_cast_@v_v1.3.1.zip) = bc4f20343133aad94ea020cbb5f2c74c5b983603f3638ee84093a31b4cb94e3725f3e0f01252e6546f86d1e47c317e171e0229681116b8d4aeac67221af40636 -Size (github.com_spf13_cast_@v_v1.3.1.zip) = 12750 bytes +BLAKE2s (github.com_spf13_cast_@v_v1.4.1.mod) = 27c337fa2b07ebfd0de486c03b7a2e095eaa0b6e6740497c6e26ebec842eb3fe +SHA512 (github.com_spf13_cast_@v_v1.4.1.mod) = 7a0a21f6a7564b3261bccc8b1e1cd39d5d1a95bd0dd3debea914b1d37b687fbacdaee5f1dd5f1f74e4da11664c12f7ee63b484d690cd79389423cb79ff38dee9 +Size (github.com_spf13_cast_@v_v1.4.1.mod) = 175 bytes +BLAKE2s (github.com_spf13_cast_@v_v1.4.1.zip) = c4ba4eaa9b5903b13230a14b1789dbdbe3dd6c6b29fa8c2b28a1e71674fe5074 +SHA512 (github.com_spf13_cast_@v_v1.4.1.zip) = 2b79c43aabd65436b7b3bf9e5e53fca5b3185297ff09f43effafeed932344b3d72ab4e011da6fba95755025596753c5e39f0e65e010211543d3b9342a5f7e5db +Size (github.com_spf13_cast_@v_v1.4.1.zip) = 15383 bytes BLAKE2s (github.com_spf13_cobra_@v_v0.0.3.mod) = 832a809c3d33cbef432e561be8fc6b015f5bf7773d2b7a7ca81e7fe9d85310e0 SHA512 (github.com_spf13_cobra_@v_v0.0.3.mod) = ea13ed8e166d16a7bcd14a7cde90af1cacc0b05995d1c5ec245fa536208e0cbfffd689dd460d66c0a1ad315f2b0ae9f4b803ed72bcdfd89c4a98a7ed934289c7 Size (github.com_spf13_cobra_@v_v0.0.3.mod) = 30 bytes BLAKE2s (github.com_spf13_cobra_@v_v0.0.5.mod) = 5368210c2bc301c386ac015eaa487439164b4d7b0e7301e3633cd1a63aea0882 SHA512 (github.com_spf13_cobra_@v_v0.0.5.mod) = dfde1474aedc5f36508bed07a01fdfd433967d2a6c0acadc6d985ce862da5e1cbec7ced13d55073512afbc2d925e6ad3e3cdee9511ad17b14ea8a159d8adf8e0 Size (github.com_spf13_cobra_@v_v0.0.5.mod) = 310 bytes +BLAKE2s (github.com_spf13_cobra_@v_v1.0.0.mod) = 472bd1b799b7cdf6c81c68c26e024498cc26824aa53d4ac0cc791a2edcd75cf0 +SHA512 (github.com_spf13_cobra_@v_v1.0.0.mod) = 25511d7efe6d605b33c4e142ee073694b95d93b10cf3e9d74a161dfb71171de0accd626587299f41a061f4a3ea34482ec36fe7b9b2b3588d8af6b3545a35a45f +Size (github.com_spf13_cobra_@v_v1.0.0.mod) = 265 bytes +BLAKE2s (github.com_spf13_cobra_@v_v1.1.1.mod) = 92d1b5ec35a2411b19ba3ba0ddf0c8a9d5cf2327b4ad35385274ba958a1a7685 +SHA512 (github.com_spf13_cobra_@v_v1.1.1.mod) = 383bafdea96d9fb12cb72123ec4c5bfe3669be7867fca80e2cf4dc7a64e5a69948272da4e74851d1464dab1430362efb9a43914985019bec4fcdf942fc21193f +Size (github.com_spf13_cobra_@v_v1.1.1.mod) = 265 bytes BLAKE2s (github.com_spf13_cobra_@v_v1.1.3.mod) = f84e4385669b1193f0e4f33a4ff5ace9f65cdb7ef5a9a554a96ad465f36f030e SHA512 (github.com_spf13_cobra_@v_v1.1.3.mod) = 17049e0eb9bab7ebe298bcc1fd3ffe0eebd40a7642c48f4e5c2447dc37a3099359d04dd929643497f25ed55a71d7ab6ad6bf0e75553afd4fc98616295745a25b Size (github.com_spf13_cobra_@v_v1.1.3.mod) = 265 bytes -BLAKE2s (github.com_spf13_cobra_@v_v1.1.3.zip) = 35af2e7f0526dcf22c8810bed7bb3a6488460dc659a43ee10fead3e583d23257 -SHA512 (github.com_spf13_cobra_@v_v1.1.3.zip) = 12bf06f87e15ee039ca148873a13f5944ac6aa6800999ccd5df5175a79fca03edf4672236e2c25ebfe1a28a0aca24d0f6965c8b040c09fb648650976baf8c305 -Size (github.com_spf13_cobra_@v_v1.1.3.zip) = 190543 bytes +BLAKE2s (github.com_spf13_cobra_@v_v1.3.0.mod) = 73e122e3c95a22121f474d51d442c08d930836e01b3f0db0b6beeedd7dcf19db +SHA512 (github.com_spf13_cobra_@v_v1.3.0.mod) = 9b689d1d2cb1f3a23c6b02d8684bf9ad967c1a5695ea6496e1787ccb01014391301ba4a519477802bc4f393b2f1698273d20f7f304d2840b82fe689f9013f7ba +Size (github.com_spf13_cobra_@v_v1.3.0.mod) = 226 bytes +BLAKE2s (github.com_spf13_cobra_@v_v1.3.0.zip) = fcfc84d1ccd5461e757b17e74a26dd12e360be299299610c2e3ae47dd49b0010 +SHA512 (github.com_spf13_cobra_@v_v1.3.0.zip) = 2dfde14f65a5b3f486f58f627278be742fab1a8e1afc1bfa7d1cb962845385240d67e07a868484da22d7747a4d11fd8ca6e964aceb90ea6e4ab5c83d9cfd212d +Size (github.com_spf13_cobra_@v_v1.3.0.zip) = 216450 bytes BLAKE2s (github.com_spf13_jwalterweatherman_@v_v1.0.0.mod) = 38c7c8115c4ec19284bedf9686cbb08c53422699f9d77c87d62cd74487667e33 SHA512 (github.com_spf13_jwalterweatherman_@v_v1.0.0.mod) = 748b5648bf8bec4d1efe13f4dc37608e7378acc2a7d954e9d3b649a4b170a1e2d1c61338f6bee8d9007ad75a5bde87487612b47a692d6f966bca56490dcb834d Size (github.com_spf13_jwalterweatherman_@v_v1.0.0.mod) = 42 bytes @@ -3900,18 +5142,33 @@ Size (github.com_spf13_pflag_@v_v1.0.5.mod) = 39 bytes BLAKE2s (github.com_spf13_pflag_@v_v1.0.5.zip) = 4b3cdadae11a8d2432c380818c116751885b01f307e8c59fb626cc10f07dfc44 SHA512 (github.com_spf13_pflag_@v_v1.0.5.zip) = 9a81f0635ca8ac059c48a15cbf625a7c91513f95a9b402ba166d48ab72d5d38cbd941d5309446f5637bd7c23eef35b60fef2f06e8b557f415dd8409a6ddf43e9 Size (github.com_spf13_pflag_@v_v1.0.5.zip) = 88931 bytes +BLAKE2s (github.com_spf13_viper_@v_v1.10.0.mod) = 7bbfa9e993343053d94f1d465461cf7bb8ee7a0e262c7484f007219ad8dcfe05 +SHA512 (github.com_spf13_viper_@v_v1.10.0.mod) = 216dcc63a99dab980e8b339762259e7b00fcdfd7265dc21c56663dbd10748fe65625635127861d9b093308a039bb7d8a6fc6f96a2336ac153b2d3227c70d73a2 +Size (github.com_spf13_viper_@v_v1.10.0.mod) = 3059 bytes +BLAKE2s (github.com_spf13_viper_@v_v1.10.1.mod) = db12dd90fbdd605ef79a859f2e243ee9e9b054be7ff8e89e47c1e24c0527a04f +SHA512 (github.com_spf13_viper_@v_v1.10.1.mod) = 44a7ae266a151be794e3e6ba4ac2d237f3800ca48f58b9d6d8d2417c24fca5b4ede5f95b77fd37b4ec5907d180a8eada955b967f3f1c956cb5295e0be812a68a +Size (github.com_spf13_viper_@v_v1.10.1.mod) = 3059 bytes +BLAKE2s (github.com_spf13_viper_@v_v1.10.1.zip) = 14950af48a2f6cc53659adaf093e690b7b686940031c15180155acd479a33158 +SHA512 (github.com_spf13_viper_@v_v1.10.1.zip) = 2178eb2ac6f6f797c023557ac5de161e8fea77a4f0a9518b379af87d7bf5d78dc3d0b6fe89c87af54055ed0a3c6e1625c7dd640102499ab74eb2e4ccdb430333 +Size (github.com_spf13_viper_@v_v1.10.1.zip) = 119622 bytes BLAKE2s (github.com_spf13_viper_@v_v1.3.2.mod) = d006cdc60cb991e0f1a206f4b34a824baee3d75b558f9bcacd6e9059096c64c1 SHA512 (github.com_spf13_viper_@v_v1.3.2.mod) = 2195ba8e28e21deb5d4f78a9319e568ea5e81fb7a257292ec12d0aeaba84d1898e8d0cb51355f87d7093c3c0501cfa1f93f2e520e40edc4995260d7977fe306f Size (github.com_spf13_viper_@v_v1.3.2.mod) = 986 bytes +BLAKE2s (github.com_spf13_viper_@v_v1.4.0.mod) = 9d37a76509101127e422b88c08f6cdce9d3502eb1f64bdc9aac4356d9942e012 +SHA512 (github.com_spf13_viper_@v_v1.4.0.mod) = fda6d22c26332038895ea2f2c62458baebededb0df883728dc9a127c10102b9bfd3e8128dfee194d909d645ea652f3ccd5ef737a8cb7ceadab71864b21de117b +Size (github.com_spf13_viper_@v_v1.4.0.mod) = 2018 bytes BLAKE2s (github.com_spf13_viper_@v_v1.7.0.mod) = 2fd1492729b2f641b0c33ac35ba7ce1a38ef3193a96377702cf66f0c4a2b4603 SHA512 (github.com_spf13_viper_@v_v1.7.0.mod) = 9f614a57ccae909af00a67e464b04eb91a92eebf1c28de3809351363b441d22a4a6628a1902fde8b67956d0bdedd91423d20158eaa6b9cd994fb7e284a35e061 Size (github.com_spf13_viper_@v_v1.7.0.mod) = 1694 bytes BLAKE2s (github.com_spf13_viper_@v_v1.7.1.mod) = 2fd1492729b2f641b0c33ac35ba7ce1a38ef3193a96377702cf66f0c4a2b4603 SHA512 (github.com_spf13_viper_@v_v1.7.1.mod) = 9f614a57ccae909af00a67e464b04eb91a92eebf1c28de3809351363b441d22a4a6628a1902fde8b67956d0bdedd91423d20158eaa6b9cd994fb7e284a35e061 Size (github.com_spf13_viper_@v_v1.7.1.mod) = 1694 bytes -BLAKE2s (github.com_spf13_viper_@v_v1.7.1.zip) = 7fd8be03639a9f3e6380b41aacd7fe04bc64d535fd69a28e3e7baa60649655c5 -SHA512 (github.com_spf13_viper_@v_v1.7.1.zip) = 2bfa48ce8085921796ed788b03f818c1972313162482f023e1dea5b6513ea4e89d0e656159d0051ed0420e2e138c33a5c76c73a0d6ec8fc7344548b1061cbc86 -Size (github.com_spf13_viper_@v_v1.7.1.zip) = 85905 bytes +BLAKE2s (github.com_src-d_gcfg_@v_v1.4.0.mod) = d2fe634f77dc9c707eeb7f0d5720a4750447bc73bfda13047751e71200dc0efd +SHA512 (github.com_src-d_gcfg_@v_v1.4.0.mod) = 59c1f5827727d54b89814acef7026a976343019b58d7c673b853382e661b72231e04e251c60377f8bfbaab0bd6768cb8144dc18f1fb207b6fbfd3d5534dea160 +Size (github.com_src-d_gcfg_@v_v1.4.0.mod) = 29 bytes +BLAKE2s (github.com_src-d_gcfg_@v_v1.4.0.zip) = ff30bb6b90234de83d67f38bb438a4ebcef1ceda69534c774e49657aa5a4d7f6 +SHA512 (github.com_src-d_gcfg_@v_v1.4.0.zip) = 1be7c5c14f7cbb894f9d507d9e239c544becc16977b78cc91827b8cf458e8b6b41858fb418c66334ee0863cd51a3576550702d7a2d8e2bcb6908b955dd6c0904 +Size (github.com_src-d_gcfg_@v_v1.4.0.zip) = 38626 bytes BLAKE2s (github.com_ssor_bom_@v_v0.0.0-20170718123548-6386211fdfcf.mod) = 39ce5c81193ef856d8b57d53f2918fa5f68581a50ea534d61f7fd337e8084931 SHA512 (github.com_ssor_bom_@v_v0.0.0-20170718123548-6386211fdfcf.mod) = a7b93a8318845c58a3eaed2495342f8630d62c022fb3e4698b514e08f6796737efff0088162faa96c48a3219a78f48dba26a0cdd56a87eaa17e756d11a0b000f Size (github.com_ssor_bom_@v_v0.0.0-20170718123548-6386211fdfcf.mod) = 27 bytes @@ -3951,6 +5208,9 @@ Size (github.com_stretchr_objx_@v_v0.2.0.mod) = 137 bytes BLAKE2s (github.com_stretchr_objx_@v_v0.2.0.zip) = f58c37f3ff979160f4b4131e637e16f25e8bd73f472c33ce294a783ed74b81b0 SHA512 (github.com_stretchr_objx_@v_v0.2.0.zip) = b21cdcb8683760280e515ae487e17b65b324b51dbdb36c6380ec0b272699297d388a34b1a6aac281b1aa149d85ca81640850e1fa0d84bf63f3dc67b794baa249 Size (github.com_stretchr_objx_@v_v0.2.0.zip) = 42547 bytes +BLAKE2s (github.com_stretchr_testify_@v_v0.0.0-20170130113145-4d4bfba8f1d1.mod) = 0aab4ef6e84a9f79a057a2dd3c20af5527903ddca30e8e5207e0d64623d3121c +SHA512 (github.com_stretchr_testify_@v_v0.0.0-20170130113145-4d4bfba8f1d1.mod) = 5b7ce867497852e4918b8cde5f75ecf2f24b9c95ad112478ac132322e904243f1cea3d16f5731646efb669256dbefc129ac70a499c8b1d25403a14c7e4fad10b +Size (github.com_stretchr_testify_@v_v0.0.0-20170130113145-4d4bfba8f1d1.mod) = 35 bytes BLAKE2s (github.com_stretchr_testify_@v_v1.2.2.mod) = 0aab4ef6e84a9f79a057a2dd3c20af5527903ddca30e8e5207e0d64623d3121c SHA512 (github.com_stretchr_testify_@v_v1.2.2.mod) = 5b7ce867497852e4918b8cde5f75ecf2f24b9c95ad112478ac132322e904243f1cea3d16f5731646efb669256dbefc129ac70a499c8b1d25403a14c7e4fad10b Size (github.com_stretchr_testify_@v_v1.2.2.mod) = 35 bytes @@ -3996,15 +5256,51 @@ Size (github.com_tinylib_msgp_@v_v1.1.0.mod) = 31 bytes BLAKE2s (github.com_tinylib_msgp_@v_v1.1.0.zip) = c2350c5394db5d013f391839ab77499e95e8804aecacb9cbe0e7c2ec78cfaae2 SHA512 (github.com_tinylib_msgp_@v_v1.1.0.zip) = 3807f01f1a78791b8b6bc59ba6a60a77e372220dec98152e08b1859fc7b6a849b210fa6dca43c49e24e6ac7d531d7ec2a5688cf481569963be8caea597276640 Size (github.com_tinylib_msgp_@v_v1.1.0.zip) = 105222 bytes +BLAKE2s (github.com_tj_assert_@v_v0.0.0-20171129193455-018094318fb0.mod) = 139f611be1cd7e4011397864335eeb0b6e513e325dc8b85c26633d637635fbf4 +SHA512 (github.com_tj_assert_@v_v0.0.0-20171129193455-018094318fb0.mod) = 4dcc75f1430a9a1c1c3f891c700daad7b2146edc8a8b83959bb7dbc8350b3d222ea42d1c09bce79cbf23a8d8ff72cba927f6a29f9f84ea981d25f52729c3060b +Size (github.com_tj_assert_@v_v0.0.0-20171129193455-018094318fb0.mod) = 28 bytes +BLAKE2s (github.com_tj_assert_@v_v0.0.0-20171129193455-018094318fb0.zip) = 21e81ca842631d76e5cc56990d43e8555692e25896ad51a8e41ea15246c1884c +SHA512 (github.com_tj_assert_@v_v0.0.0-20171129193455-018094318fb0.zip) = 29ff6acee2d1fa7ddda1156128457a17f01c14788d9f0d237429a0737c7868555f868e1e43a8189d250c3853bb0ae46e89ab0ce2b098473e9e6e56db656db6ca +Size (github.com_tj_assert_@v_v0.0.0-20171129193455-018094318fb0.zip) = 11138 bytes +BLAKE2s (github.com_tj_go-elastic_@v_v0.0.0-20171221160941-36157cbbebc2.mod) = 763e759ad3cfdc29986e164d001e40e8986aa330c9f5e0ec8ab4f80893b776d2 +SHA512 (github.com_tj_go-elastic_@v_v0.0.0-20171221160941-36157cbbebc2.mod) = a1cc95f87b35b7c9a9c23cf2d2ad1781762d7238be4e34d4e18d66aa01393b4a85bba8ad55e6ec49bf43074fcf7b1f5a23bb41f6c0588d5f3f6c36ce7a629d61 +Size (github.com_tj_go-elastic_@v_v0.0.0-20171221160941-36157cbbebc2.mod) = 32 bytes +BLAKE2s (github.com_tj_go-elastic_@v_v0.0.0-20171221160941-36157cbbebc2.zip) = 3af9f56c0aa57e25dd03948599a55a6f915de1ad7dfa62efc86dffae030008bd +SHA512 (github.com_tj_go-elastic_@v_v0.0.0-20171221160941-36157cbbebc2.zip) = 4b7a66da2bcc9807f8f7fb642efe355f25867bac696d1ba851de02459cfeb8fe671d8259ade78a792e486939fed14ada2f1894ad92271ef03258a76907d5e1c5 +Size (github.com_tj_go-elastic_@v_v0.0.0-20171221160941-36157cbbebc2.zip) = 9448 bytes +BLAKE2s (github.com_tj_go-kinesis_@v_v0.0.0-20171128231115-08b17f58cb1b.mod) = 3c0ed2e6a8bdaba3731d1adf7876485b75f8fefb76e8a8a0cca9552ca8ef0b11 +SHA512 (github.com_tj_go-kinesis_@v_v0.0.0-20171128231115-08b17f58cb1b.mod) = c1a784f3badb6550f7f18ce3ed850e69a8d2b1786a50375b99f1ba7cbd3b2b823cd84427fdea4f94cb0c89cd958f3ce441bf046cc640b21d5693a062ce5e43b2 +Size (github.com_tj_go-kinesis_@v_v0.0.0-20171128231115-08b17f58cb1b.mod) = 32 bytes +BLAKE2s (github.com_tj_go-kinesis_@v_v0.0.0-20171128231115-08b17f58cb1b.zip) = 81636c774d2158d3fe0829771915806be318487c5c4bfbcd5e08adcb8272c2d3 +SHA512 (github.com_tj_go-kinesis_@v_v0.0.0-20171128231115-08b17f58cb1b.zip) = d9c2dfa796fa9337bfbc419752bfc4b0606c8131b202a4cb7602771cd44067864da9a83c9d60c7157d5a16f22428460c14daaea5c96a7b334642d54459ba25b1 +Size (github.com_tj_go-kinesis_@v_v0.0.0-20171128231115-08b17f58cb1b.zip) = 4507 bytes +BLAKE2s (github.com_tj_go-spin_@v_v1.1.0.mod) = 10182eda1781bc3ac6b1ab1014f6ac52275e608c41254e5b3b11d995b59447da +SHA512 (github.com_tj_go-spin_@v_v1.1.0.mod) = d05db9df2782c526d0d7579a34966c6f6d510fba27465728bb6a2401482754fa37baabdf1c179d570d5c92453a5f189e74e985e5fcf6cda344846536d6743f04 +Size (github.com_tj_go-spin_@v_v1.1.0.mod) = 29 bytes +BLAKE2s (github.com_tj_go-spin_@v_v1.1.0.zip) = 207530d1de312d7c03d6a16279dd58bfc0c6cc75319623347e09f210d4dadf17 +SHA512 (github.com_tj_go-spin_@v_v1.1.0.zip) = 196ce9847149bc3839422ed79363929d5da4d9681f5673664a27fe627cb424163f74553e6e8a10b9b041c995262c55152b30670a47dc3b73686204087b6b8d73 +Size (github.com_tj_go-spin_@v_v1.1.0.zip) = 130294 bytes BLAKE2s (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20170815181823-89b8d40f7ca8.mod) = 35c935ad9811be3d1c8806d598745d54fbdaae74679de1356ce00c0a4216c09b SHA512 (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20170815181823-89b8d40f7ca8.mod) = b3b02f5e9f8b68a93f531ce9bece44fbaa691f1527528555327c15b574ecee209ba7f6b713d8ae1f6b58b1416a9eb39546be646ef73b4328e79d8bdf605dcf9b Size (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20170815181823-89b8d40f7ca8.mod) = 43 bytes BLAKE2s (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.mod) = 35c935ad9811be3d1c8806d598745d54fbdaae74679de1356ce00c0a4216c09b SHA512 (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.mod) = b3b02f5e9f8b68a93f531ce9bece44fbaa691f1527528555327c15b574ecee209ba7f6b713d8ae1f6b58b1416a9eb39546be646ef73b4328e79d8bdf605dcf9b Size (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.mod) = 43 bytes -BLAKE2s (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.zip) = 39a6555fb1729f4a28f02b79b270fa09f92fb4f8285f040fe959481441cecc8f -SHA512 (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.zip) = 8d7a4d0cf4d179438a0c8ecdf887169d45b3bdc5746f2e11a07c9621dae098c69b3b6a54ebae249efe9aa78669e81db9bf384919204b3d0af866808915eaa6f1 -Size (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.zip) = 13644 bytes +BLAKE2s (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20200427203606-3cfed13b9966.mod) = 35c935ad9811be3d1c8806d598745d54fbdaae74679de1356ce00c0a4216c09b +SHA512 (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20200427203606-3cfed13b9966.mod) = b3b02f5e9f8b68a93f531ce9bece44fbaa691f1527528555327c15b574ecee209ba7f6b713d8ae1f6b58b1416a9eb39546be646ef73b4328e79d8bdf605dcf9b +Size (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20200427203606-3cfed13b9966.mod) = 43 bytes +BLAKE2s (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20201229170055-e5319fda7802.mod) = 35c935ad9811be3d1c8806d598745d54fbdaae74679de1356ce00c0a4216c09b +SHA512 (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20201229170055-e5319fda7802.mod) = b3b02f5e9f8b68a93f531ce9bece44fbaa691f1527528555327c15b574ecee209ba7f6b713d8ae1f6b58b1416a9eb39546be646ef73b4328e79d8bdf605dcf9b +Size (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20201229170055-e5319fda7802.mod) = 43 bytes +BLAKE2s (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20201229170055-e5319fda7802.zip) = 71184940b85c89e3eaaf9693b76d8d56f9344ff4242e6d1690c1db95df4f4a6e +SHA512 (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20201229170055-e5319fda7802.zip) = 1950754e1fc01ec7f540f807ace45a022177e6170a41ff104d64d578cebe5da90af46bedd9a339eb7411def462e304161ce47ce060e803240b1cec3db89299dd +Size (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20201229170055-e5319fda7802.zip) = 14190 bytes +BLAKE2s (github.com_tomasen_realip_@v_v0.0.0-20180522021738-f0c99a92ddce.mod) = bb20be8c148b1ffaf72e7e6da2e550ef16a9afc1d8d5d0ad22e611b2c05ebe4f +SHA512 (github.com_tomasen_realip_@v_v0.0.0-20180522021738-f0c99a92ddce.mod) = 0661766aab15879d856bdd7df7033d9193eac91922137af549f3dda17a1adfa148d35f62122fa4ac178f6ffdb5c51a6d10a87ccf7ea2c93da7a86e3cdabdc223 +Size (github.com_tomasen_realip_@v_v0.0.0-20180522021738-f0c99a92ddce.mod) = 33 bytes +BLAKE2s (github.com_tomasen_realip_@v_v0.0.0-20180522021738-f0c99a92ddce.zip) = d8c01e0d284b4e5eb74734ba72d519defcd2ea7dc1f992418023a2213239f1c6 +SHA512 (github.com_tomasen_realip_@v_v0.0.0-20180522021738-f0c99a92ddce.zip) = 85a41d25a2ddf453d4371293f9a72a3d4db3783add6552d39d6f6459c0a35fa45bcab277aeb6bc1b3a4f598aad6d1e6e3024a6b41d740616c4739804cea8cd41 +Size (github.com_tomasen_realip_@v_v0.0.0-20180522021738-f0c99a92ddce.zip) = 4233 bytes BLAKE2s (github.com_toqueteos_webbrowser_@v_v1.2.0.mod) = 85a298bee9040ff1d705f72e2df91d8f8a80a7ffd38b6d2d1cc02d362d627576 SHA512 (github.com_toqueteos_webbrowser_@v_v1.2.0.mod) = 6f6e1d16d25a421a7ef1604f4bf46e1e276bb12ab391e1c2647559794b6195c378396772fa677740b9434ebbbf7e425a69e8a9d3a7ea67c72222ac8860b86bd7 Size (github.com_toqueteos_webbrowser_@v_v1.2.0.mod) = 48 bytes @@ -4017,6 +5313,18 @@ Size (github.com_tstranex_u2f_@v_v1.0.0.mod) = 31 bytes BLAKE2s (github.com_tstranex_u2f_@v_v1.0.0.zip) = f6f585da229fe6910802b15dae4041ee6cfa6b6c581604b605ba9283c6dd73e1 SHA512 (github.com_tstranex_u2f_@v_v1.0.0.zip) = 40f6e4bb4eebc41736dba3f2b7ad31d5923729059e10c2fcc00a5b181eb09fd05a3e99faa06370cef9b24574b14a31bccc93216e8bf308d7e7fb0f83cf683176 Size (github.com_tstranex_u2f_@v_v1.0.0.zip) = 22431 bytes +BLAKE2s (github.com_tv42_httpunix_@v_v0.0.0-20150427012821-b75d8614f926.mod) = 6ddf510d95e055fb7899d28b608a32c7a53919d8297b0dcc2f8411a546bde3d1 +SHA512 (github.com_tv42_httpunix_@v_v0.0.0-20150427012821-b75d8614f926.mod) = 4168487b908d7fbec0813e5ac4d1cc854216d2355fd2843c2856ce81ee7bc399d9fc2b0811b5fbf1f0f1f26e92d327aab3d54b30809ffed621aff37a706e3417 +Size (github.com_tv42_httpunix_@v_v0.0.0-20150427012821-b75d8614f926.mod) = 32 bytes +BLAKE2s (github.com_tv42_httpunix_@v_v0.0.0-20150427012821-b75d8614f926.zip) = dbbcb4d0f95e000b9d34018fac0c7e2a9b266ae8639d690f541ac2340001b792 +SHA512 (github.com_tv42_httpunix_@v_v0.0.0-20150427012821-b75d8614f926.zip) = 73e006b0818fff13479165491eac667deca291b656e4e4d4b834eca553f40844d4b3ddd943848882a1995752344c0be3c41ed8ccea373bb895df8630c1bb99f7 +Size (github.com_tv42_httpunix_@v_v0.0.0-20150427012821-b75d8614f926.zip) = 3224 bytes +BLAKE2s (github.com_ugorji_go_@v_v1.1.4.mod) = a2c1cfba96cfdb93f7e3d0347c6ea6a169f96b99112f1b24e3494e6210be7065 +SHA512 (github.com_ugorji_go_@v_v1.1.4.mod) = 787ef0a1ab48d9faf632390dd7a89475a11a3c11d6b557cb9228111dfa7af591deb6a102cff6d6c981ab717f29bcfca64b26fcfd2cc4d213f4dac0ed24c6d625 +Size (github.com_ugorji_go_@v_v1.1.4.mod) = 29 bytes +BLAKE2s (github.com_ugorji_go_@v_v1.1.4.zip) = 3bf70b8e53a36b6e9c4b575c431fba4ced6f9d53466a7b68a416fcc9b5e3e63a +SHA512 (github.com_ugorji_go_@v_v1.1.4.zip) = 5c1972154243464fda4c60da9658cfc386890b56020f6a2aecb9ae640e59c6e143277a0dc48154f2feb7e594e35e4d99f42d2af00c32adc8f7cbe594d61bfcec +Size (github.com_ugorji_go_@v_v1.1.4.zip) = 365064 bytes BLAKE2s (github.com_ugorji_go_codec_@v_v0.0.0-20181204163529-d75b2dcb6bc8.mod) = eb22399dcabfe7de6b52d914b01020a113ac495ed4524ac5edb17b19a6066fb4 SHA512 (github.com_ugorji_go_codec_@v_v0.0.0-20181204163529-d75b2dcb6bc8.mod) = 633ff61cb8fc7260fc5bd11d9bf59e9a758a3db457a9780701686b9b942b6aaabf102c7342f97d2beeeed247507f383253bc396b26581f7726538149ea4203c0 Size (github.com_ugorji_go_codec_@v_v0.0.0-20181204163529-d75b2dcb6bc8.mod) = 35 bytes @@ -4035,6 +5343,12 @@ Size (github.com_ulikunitz_xz_@v_v0.5.6.mod) = 31 bytes BLAKE2s (github.com_ulikunitz_xz_@v_v0.5.7.mod) = 9b4f34082513801e62e744c626be31f00dd7d0b2f81ec14710f90412be1f521a SHA512 (github.com_ulikunitz_xz_@v_v0.5.7.mod) = fc06f111ad8fe91b6233781e300d3abe760140633f45c51fc7b93c744b870f66727d12132e692b5d59526fddd1f728d7a18976e392052d9fe362d3a39149cbb1 Size (github.com_ulikunitz_xz_@v_v0.5.7.mod) = 40 bytes +BLAKE2s (github.com_ulikunitz_xz_@v_v0.5.8.mod) = 9b4f34082513801e62e744c626be31f00dd7d0b2f81ec14710f90412be1f521a +SHA512 (github.com_ulikunitz_xz_@v_v0.5.8.mod) = fc06f111ad8fe91b6233781e300d3abe760140633f45c51fc7b93c744b870f66727d12132e692b5d59526fddd1f728d7a18976e392052d9fe362d3a39149cbb1 +Size (github.com_ulikunitz_xz_@v_v0.5.8.mod) = 40 bytes +BLAKE2s (github.com_ulikunitz_xz_@v_v0.5.9.mod) = 9b4f34082513801e62e744c626be31f00dd7d0b2f81ec14710f90412be1f521a +SHA512 (github.com_ulikunitz_xz_@v_v0.5.9.mod) = fc06f111ad8fe91b6233781e300d3abe760140633f45c51fc7b93c744b870f66727d12132e692b5d59526fddd1f728d7a18976e392052d9fe362d3a39149cbb1 +Size (github.com_ulikunitz_xz_@v_v0.5.9.mod) = 40 bytes BLAKE2s (github.com_unknwon_com_@v_v0.0.0-20190804042917-757f69c95f3e.mod) = 1241fe7e19258daa4109610bcd5dc178ac9c37fc84ab78d987f8264a8852f25a SHA512 (github.com_unknwon_com_@v_v0.0.0-20190804042917-757f69c95f3e.mod) = ee35b5dbed3b4900a05405538cf7ce223c758a916478345aefe52cbba1405163ef3cc7f4464a91d9a467faffc4f1fb25a4f38106812610d5748ac623c9f50d23 Size (github.com_unknwon_com_@v_v0.0.0-20190804042917-757f69c95f3e.mod) = 329 bytes @@ -4068,18 +5382,42 @@ Size (github.com_urfave_cli_@v_v1.20.0.mod) = 29 bytes BLAKE2s (github.com_urfave_cli_@v_v1.22.1.mod) = c883dbe8f78b4c07e6973d0a6940ee0ae842a3bc2ae3cc9a28446a8fe07e3abf SHA512 (github.com_urfave_cli_@v_v1.22.1.mod) = b5431ec3fbdaf9efda016ea275ff597106916f5d5781b2ca82e075e42da98f6c5d34a00410fe65ac3a3e64b3ac0e1ab02e68579effc426ccc5ee19a583c44d2c Size (github.com_urfave_cli_@v_v1.22.1.mod) = 180 bytes +BLAKE2s (github.com_urfave_cli_@v_v1.22.4.mod) = c883dbe8f78b4c07e6973d0a6940ee0ae842a3bc2ae3cc9a28446a8fe07e3abf +SHA512 (github.com_urfave_cli_@v_v1.22.4.mod) = b5431ec3fbdaf9efda016ea275ff597106916f5d5781b2ca82e075e42da98f6c5d34a00410fe65ac3a3e64b3ac0e1ab02e68579effc426ccc5ee19a583c44d2c +Size (github.com_urfave_cli_@v_v1.22.4.mod) = 180 bytes BLAKE2s (github.com_urfave_cli_@v_v1.22.5.mod) = c883dbe8f78b4c07e6973d0a6940ee0ae842a3bc2ae3cc9a28446a8fe07e3abf SHA512 (github.com_urfave_cli_@v_v1.22.5.mod) = b5431ec3fbdaf9efda016ea275ff597106916f5d5781b2ca82e075e42da98f6c5d34a00410fe65ac3a3e64b3ac0e1ab02e68579effc426ccc5ee19a583c44d2c Size (github.com_urfave_cli_@v_v1.22.5.mod) = 180 bytes BLAKE2s (github.com_urfave_cli_@v_v1.22.5.zip) = 2b1eecdc7b5b0ca5688468fdbf47ca8bfa20fecbc7a829b281702f39f7ee3ea4 SHA512 (github.com_urfave_cli_@v_v1.22.5.zip) = 1cfadcfa834663de819e8995a000b6d58dad804c614011ba99cd3d0936adae43a8f9a41522a0e55748459b456ed12abad7c89627329fcc7977005ea2ac711a14 Size (github.com_urfave_cli_@v_v1.22.5.zip) = 109691 bytes +BLAKE2s (github.com_valyala_bytebufferpool_@v_v1.0.0.mod) = a3d7a2c51d6c653592e418e3dadfb8b9557b3b8e810435fb500c787425e7540c +SHA512 (github.com_valyala_bytebufferpool_@v_v1.0.0.mod) = 887a7529d78ca53e5e8822ac041705ae20c34c337b1bb94d3f6b671e4afd2dbdcce3a52aac4a42defe3da92fde14eef180bc01293040f6150c362f23408e3fa3 +Size (github.com_valyala_bytebufferpool_@v_v1.0.0.mod) = 41 bytes +BLAKE2s (github.com_valyala_bytebufferpool_@v_v1.0.0.zip) = 954cfbc78231018858cdd44ad4a0a2c2ae8fde1680876283bd1d1ac5b020e593 +SHA512 (github.com_valyala_bytebufferpool_@v_v1.0.0.zip) = 57e0273e7abf184636ab99f9c14633ed37b24d04bfa7d62e67988712874206c6c1af2432980a8dcbcb214e037627a66afbaaf573b8d3a127b11ee5e95301da7e +Size (github.com_valyala_bytebufferpool_@v_v1.0.0.zip) = 7534 bytes +BLAKE2s (github.com_valyala_fasttemplate_@v_v1.0.1.mod) = fd64d3283e39d32e83123ca5258c89c78eb4e55cc6ba30cd764e70118a5f8b36 +SHA512 (github.com_valyala_fasttemplate_@v_v1.0.1.mod) = 02820d9107d43b1d41e74fb2281edb421bd95f852ae1062536d3f2ad9d6e97e2154b90a831f4618a0f83f9c4a828c176759132c0565a7a4d99dfe3b76e5f6d10 +Size (github.com_valyala_fasttemplate_@v_v1.0.1.mod) = 89 bytes +BLAKE2s (github.com_valyala_fasttemplate_@v_v1.0.1.zip) = 08798f8a196e0bde3c4618fa94ba232b1ac73a77093a5ca4330574a1f3e4dfcd +SHA512 (github.com_valyala_fasttemplate_@v_v1.0.1.zip) = e5bd007f40a7f3fd77260100079aa6d9b620a002b67bd37471650bdaab8f64b754dd7181ade80b6de822163f8fde5cf877f02d32dd3365aeeb88700a2c6740ed +Size (github.com_valyala_fasttemplate_@v_v1.0.1.zip) = 10068 bytes BLAKE2s (github.com_vektah_gqlparser_@v_v1.1.2.mod) = e0711caa3eecb38efd94ed75d6c01a9a1cfcc85463552b340ee02dc17335bf04 SHA512 (github.com_vektah_gqlparser_@v_v1.1.2.mod) = 41546de4beb8bce00d5adb8213b5d0440f4917eb0090d9a81fdbde098675c6ad1166f4f2383fe0c526f8069b2f5fa88d93f6fe95642b96a044e49475375b329b Size (github.com_vektah_gqlparser_@v_v1.1.2.mod) = 311 bytes BLAKE2s (github.com_vektah_gqlparser_@v_v1.1.2.zip) = b3ad8014da5cf88aee339a755a02b2a7ab0e3766858b25d3ee3cd0d005e81a4b SHA512 (github.com_vektah_gqlparser_@v_v1.1.2.zip) = 004f30e4662d5be7587de50795a00898347ee29af1cebb7f1871a6c921236604f0497aa0707f58d4583bbfe5ad66f99b4c743f6ee19b9883f727c40aea90ef32 Size (github.com_vektah_gqlparser_@v_v1.1.2.zip) = 130375 bytes +BLAKE2s (github.com_weppos_publicsuffix-go_@v_v0.13.1-0.20210123135404-5fd73613514e.mod) = 49735c267c1c091aafb2222e388173b7146da4f20bab898254af7caf28ffb225 +SHA512 (github.com_weppos_publicsuffix-go_@v_v0.13.1-0.20210123135404-5fd73613514e.mod) = 7962631b1c4c787d8f548106583fff71eb206fa244981d04c7187691641ecd4670eda7047f547f98bbd570fb6f5e7bf35233cd62cdde71283b0c58a87918384f +Size (github.com_weppos_publicsuffix-go_@v_v0.13.1-0.20210123135404-5fd73613514e.mod) = 111 bytes +BLAKE2s (github.com_weppos_publicsuffix-go_@v_v0.15.1-0.20210511084619-b1f36a2d6c0b.mod) = 49735c267c1c091aafb2222e388173b7146da4f20bab898254af7caf28ffb225 +SHA512 (github.com_weppos_publicsuffix-go_@v_v0.15.1-0.20210511084619-b1f36a2d6c0b.mod) = 7962631b1c4c787d8f548106583fff71eb206fa244981d04c7187691641ecd4670eda7047f547f98bbd570fb6f5e7bf35233cd62cdde71283b0c58a87918384f +Size (github.com_weppos_publicsuffix-go_@v_v0.15.1-0.20210511084619-b1f36a2d6c0b.mod) = 111 bytes +BLAKE2s (github.com_weppos_publicsuffix-go_@v_v0.15.1-0.20210511084619-b1f36a2d6c0b.zip) = d55466a2e903b9b00ea26b65b520946972b3716094e11b8cab52a0c8c2ccc026 +SHA512 (github.com_weppos_publicsuffix-go_@v_v0.15.1-0.20210511084619-b1f36a2d6c0b.zip) = cbd8b23a6e5843964a776289da0946364e13127576257899659c052dc6fdc5e9e739fa5d1ec4bd8382cd1cee2ea157385fc0802a4ca1f59c3a5bf36f62ddea08 +Size (github.com_weppos_publicsuffix-go_@v_v0.15.1-0.20210511084619-b1f36a2d6c0b.zip) = 67206 bytes BLAKE2s (github.com_willf_bitset_@v_v1.1.10.mod) = 6565fe08f4db80062178ecc58d804804ec48613082113c5eb00bdc476d1b9d63 SHA512 (github.com_willf_bitset_@v_v1.1.10.mod) = f220b8b8bbc82fa03107ec51399e2e8c90a442b8b4ad57db441772c1ef66b16a77b71f0601f8aa22b60de4c1da4dffd1d746cd567158fbcd12b1677d88d4b17b Size (github.com_willf_bitset_@v_v1.1.10.mod) = 31 bytes @@ -4092,18 +5430,27 @@ Size (github.com_x448_float16_@v_v0.8.4.mod) = 40 bytes BLAKE2s (github.com_x448_float16_@v_v0.8.4.zip) = 85f55d1e6f4378a5d20841369ab85d28918bc05f3c3e1be60669cd657c114a3c SHA512 (github.com_x448_float16_@v_v0.8.4.zip) = 3daed6288518c4b7119ed50b3c6e7543a7a0110e326dc49cf14705e06fa5b7158df13156aedee088d476f5306e98fa471113ae32b1386fcf58ab96977d8923b3 Size (github.com_x448_float16_@v_v0.8.4.zip) = 14960 bytes -BLAKE2s (github.com_xanzy_go-gitlab_@v_v0.50.1.mod) = 0ec569ab2022ea6f61035a0f59a69a7dd38b7cee55d268ccc2c198f43362e6fd -SHA512 (github.com_xanzy_go-gitlab_@v_v0.50.1.mod) = 1074f1b1a3f6a6b206f0ee8d1dd7e60673c72a40070b78b21e4b4538e72506c53ea7c35ca43606e6281b7a39e6e4f5bd076665186ba9036bfb78fb80cde964d2 -Size (github.com_xanzy_go-gitlab_@v_v0.50.1.mod) = 510 bytes -BLAKE2s (github.com_xanzy_go-gitlab_@v_v0.50.1.zip) = 9b6092419e3f57dd298d5359d75142d9c34808cea8133a04052594adbab4f080 -SHA512 (github.com_xanzy_go-gitlab_@v_v0.50.1.zip) = 5e6fdcfaf43f6328b5ee544ddc70c8d731d5d1acb66cc36c72df57e478115452cd75617c9fa1f9e4c8e6d3f2964487f324ef6e8a4115e31dda5f512a4cb3a953 -Size (github.com_xanzy_go-gitlab_@v_v0.50.1.zip) = 366283 bytes +BLAKE2s (github.com_xanzy_go-gitlab_@v_v0.31.0.mod) = 49a36d75c3492f2238a65be6d363843bb57f3fd35e282a538ce5a91a11cc74a8 +SHA512 (github.com_xanzy_go-gitlab_@v_v0.31.0.mod) = 164454e2ad65b49db21ccf91cb97092c4d9f15bc347cebd9ff66b668de5b627ad599b0b20a373c38b309b4446444a013ef4f2e03fa7a6a239bbf968e3aa056f7 +Size (github.com_xanzy_go-gitlab_@v_v0.31.0.mod) = 510 bytes +BLAKE2s (github.com_xanzy_go-gitlab_@v_v0.58.0.mod) = 417c46a35e8e29419c3246b20c61315d305c6053161026812d19cd38aac2e3d5 +SHA512 (github.com_xanzy_go-gitlab_@v_v0.58.0.mod) = 83181d131af8bc377df1a8434560700c883385a161b4551e4349ba321ec93abd315f7e0ac72e61572abb5815287c1920c3a625d24724b4b07ef189c809ba02b0 +Size (github.com_xanzy_go-gitlab_@v_v0.58.0.mod) = 704 bytes +BLAKE2s (github.com_xanzy_go-gitlab_@v_v0.58.0.zip) = a55fa97d136dddf390626c44e37a2fe33b78e1b298338967a2f8a4d667a57594 +SHA512 (github.com_xanzy_go-gitlab_@v_v0.58.0.zip) = dec9989bae3fa5b0f122c76c1fba1a023c6317b356472101c0813e3e9b11822d15232a4c2ec694f27f337f3ae724e95ae746e23cde905372efe62563ca916ec1 +Size (github.com_xanzy_go-gitlab_@v_v0.58.0.zip) = 485995 bytes +BLAKE2s (github.com_xanzy_ssh-agent_@v_v0.2.1.mod) = 65b4f5516a27020a25c8a7cf42178324fb1df1e1fed0c27440c3119fa00b6c47 +SHA512 (github.com_xanzy_ssh-agent_@v_v0.2.1.mod) = 8685959ca2e8ca2ae8e0d802e8fa954c91c9cffd318b476669fc1a2bf969a0463ebe3fc0ec2588a5f151e2da394b0d37fabafb83c8d25337d9b65a307d79b51b +Size (github.com_xanzy_ssh-agent_@v_v0.2.1.mod) = 168 bytes BLAKE2s (github.com_xanzy_ssh-agent_@v_v0.3.0.mod) = ddcc4ba4c949b49ebef0f27e1f13fbc7468e8e11479285b7d6f610b423ef972a SHA512 (github.com_xanzy_ssh-agent_@v_v0.3.0.mod) = f8564abb774fbadfeb19c3b8d98cdf50eb5677d5096323170dd1375db47800d3b29ffdfbcea2640d46b24e51d2bf4762b622b436f3d41b215e83d4a9f5dcbbdb Size (github.com_xanzy_ssh-agent_@v_v0.3.0.mod) = 142 bytes -BLAKE2s (github.com_xanzy_ssh-agent_@v_v0.3.0.zip) = c7460b5ca1979c02d6f46b0c9dc6d5510152c7a85615bee1d8f63a5e650527dd -SHA512 (github.com_xanzy_ssh-agent_@v_v0.3.0.zip) = f64826342733a46bcb06b9595a90b0a0f46e051e18e70a1393c679642718bdddf163530864756d30f50214cdb65cd0cc9d0a0e0e1fd605f4e34bf98c95526ed8 -Size (github.com_xanzy_ssh-agent_@v_v0.3.0.zip) = 11062 bytes +BLAKE2s (github.com_xanzy_ssh-agent_@v_v0.3.1.mod) = 89e063041fc2f4f1fd4768c0e494e1d33fe9649da9b1fd775b25dbc2f63f1986 +SHA512 (github.com_xanzy_ssh-agent_@v_v0.3.1.mod) = 4f79c1e7d57837461919357af8dc661089ac6c100c166a79811dc553feffdd999000a72d992066bc539569089d0ced3be5f2b7c969c672de3a77dd2d53ea45f2 +Size (github.com_xanzy_ssh-agent_@v_v0.3.1.mod) = 215 bytes +BLAKE2s (github.com_xanzy_ssh-agent_@v_v0.3.1.zip) = 777dcf935103c8b63b281b58ef423e1437c7d2b66364f37b815491489ca322bd +SHA512 (github.com_xanzy_ssh-agent_@v_v0.3.1.zip) = 542096635fa349ed75ad812d085f381455bbbad7ec59ec106567449cdd49545ad295facaae0addaf5246c6b954741f4d56c90342d7e81c39df8345ca30dba4cc +Size (github.com_xanzy_ssh-agent_@v_v0.3.1.zip) = 11246 bytes BLAKE2s (github.com_xdg-go_pbkdf2_@v_v1.0.0.mod) = 5122eb5a3c6f74f25809ada7992cce9da34891fbef87680fa5f5e9fce328b3f7 SHA512 (github.com_xdg-go_pbkdf2_@v_v1.0.0.mod) = 72871f7a4a35901a2608ffcffeb2c5ef63ca6dfb7805d0e3f65e47fc6b8939977f5d9bbd93d64bab110300a803da0d5ec013213ba4cba0f02b2a62afdb493ebc Size (github.com_xdg-go_pbkdf2_@v_v1.0.0.mod) = 40 bytes @@ -4164,18 +5511,18 @@ Size (github.com_youmark_pkcs8_@v_v0.0.0-20181117223130-1be2e3e5546d.mod) = 32 b BLAKE2s (github.com_youmark_pkcs8_@v_v0.0.0-20181117223130-1be2e3e5546d.zip) = bc218a4dce3e628da1f09557c77be58e4d5f0a55a2fd00436230fe597d95701f SHA512 (github.com_youmark_pkcs8_@v_v0.0.0-20181117223130-1be2e3e5546d.zip) = ac2fdeb8d44d1fb80ac60f29acda004568f32961b580938cc261b365ca575e17cbf0553fdd9ab08e6efab548b3fae95e78cabd7d50a9f3926a21e53f3f441f95 Size (github.com_youmark_pkcs8_@v_v0.0.0-20181117223130-1be2e3e5546d.zip) = 11369 bytes -BLAKE2s (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20210516132338-9216f9c5aa01.mod) = 84a44aa3e6d533d815711428cd4ed8177d11483ac99e4d2b713582bff1b49836 -SHA512 (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20210516132338-9216f9c5aa01.mod) = 09bc0294ccd81eba239b5969afb7e94cdd6f13e5ac88a979cee0765dd7fd5464b75c2875b09ad5f99ff8f5a3d2ca0afaa9258ca08644630e1c627945b28ffb3c -Size (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20210516132338-9216f9c5aa01.mod) = 214 bytes -BLAKE2s (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20210516132338-9216f9c5aa01.zip) = 7b15743c8c77c72b252593d7a6311badaeb136f338292533b8b50bb42da8763a -SHA512 (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20210516132338-9216f9c5aa01.zip) = 101a893981af656bcc344844c3b423f19c18948d33a407d4e52ba44f8bf45ed4c768e54506f6d4bb0462c88e0ea440ebfc45d450f6b488cd2d19574736a72d68 -Size (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20210516132338-9216f9c5aa01.zip) = 12632 bytes -BLAKE2s (github.com_yuin_goldmark-meta_@v_v1.0.0.mod) = 87db4b3e8dd098eb3bb64cb85f15aa98b622794cf0d180b58e64ed125f3e1224 -SHA512 (github.com_yuin_goldmark-meta_@v_v1.0.0.mod) = 36e57e8622e87ee2a9ab3536d299429ba82fd25ec7ffb998ffab04bcab918efb511f7f86368339cd22afe9f318c38ea0b8a105e52b9cd23ba11aae5588ad64ef -Size (github.com_yuin_goldmark-meta_@v_v1.0.0.mod) = 117 bytes -BLAKE2s (github.com_yuin_goldmark-meta_@v_v1.0.0.zip) = f7e2b49cf07242bd8b2a908034e4cd82fef2d3803c5b41a1cf15d32d13d9d023 -SHA512 (github.com_yuin_goldmark-meta_@v_v1.0.0.zip) = 2883f3fb690a7ae6587b40a6b3b233358618a8f39d27aa4e779cb40b54c05aa112db695b39a73b2c76506a9e862eb6ff0c85ab2156398bc50c23e0260bf2ecd4 -Size (github.com_yuin_goldmark-meta_@v_v1.0.0.zip) = 6224 bytes +BLAKE2s (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20220208100518-594be1970594.mod) = a3bb1771bc2f0c0d22d1a2936f1f6f4470f419255446ff0991e7e8f4e2a94c4b +SHA512 (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20220208100518-594be1970594.mod) = 4de2b46fe0072248334cedb16eb41dff9bce55eccf20539ca1a15fa282d9792a9befb0ed34e74707b90ddc3677d769449653417ef58206e3d4b7d0e67cde46f5 +Size (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20220208100518-594be1970594.mod) = 138 bytes +BLAKE2s (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20220208100518-594be1970594.zip) = 418ec68ba221c16b9ae92d902dd1788c7cc6a49c7414aad48e43bd59513eb226 +SHA512 (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20220208100518-594be1970594.zip) = de9bcdb8a8cdea31af417c2bffd8a619faa53854d71d6bed1cc452f05d9a3e5446b147c01df41e001d258e1c3841887959cc618efd2852e0d7a05af3ba531a5a +Size (github.com_yuin_goldmark-highlighting_@v_v0.0.0-20220208100518-594be1970594.zip) = 12043 bytes +BLAKE2s (github.com_yuin_goldmark-meta_@v_v1.1.0.mod) = 7a35c4c76a3009180e45f780546e409a7d5af295e0aebc795ddd9e61417e27e9 +SHA512 (github.com_yuin_goldmark-meta_@v_v1.1.0.mod) = aa8e582e0f3d74639ae0619ae13f554969500fc117d6d1cc122de7ffe2c2a1c7bcc454620947573d665f4fdda64f7c4f473f422202235e00ba681b96f092160c +Size (github.com_yuin_goldmark-meta_@v_v1.1.0.mod) = 117 bytes +BLAKE2s (github.com_yuin_goldmark-meta_@v_v1.1.0.zip) = 80f479fb51f46501b9dced39e0ecb9d8580399dde4f712650fa8d40427b152d0 +SHA512 (github.com_yuin_goldmark-meta_@v_v1.1.0.zip) = 16bdb588c3b8c259f10907d4bdddb52fa24022e570d24f5b8a703e3778d5bfd7c4094e2ab787a8d699f598465a8b82c9084f39bcbeb5a3dda7827e103450e7d6 +Size (github.com_yuin_goldmark-meta_@v_v1.1.0.zip) = 6707 bytes BLAKE2s (github.com_yuin_goldmark_@v_v1.1.25.mod) = 62390084d7563ca7569d618375be066ef419b054389b8c8a7ff8dd7d6c18ddf9 SHA512 (github.com_yuin_goldmark_@v_v1.1.25.mod) = b7d81f5cbf1b55ebebcbb86ae89899ffec6fcd730144f1719947a76080f587d298d0e37a073a8768d7768ef64fc47b1673104335203a32a557f31e42a4e5a950 Size (github.com_yuin_goldmark_@v_v1.1.25.mod) = 41 bytes @@ -4188,33 +5535,63 @@ Size (github.com_yuin_goldmark_@v_v1.1.32.mod) = 41 bytes BLAKE2s (github.com_yuin_goldmark_@v_v1.2.1.mod) = 62390084d7563ca7569d618375be066ef419b054389b8c8a7ff8dd7d6c18ddf9 SHA512 (github.com_yuin_goldmark_@v_v1.2.1.mod) = b7d81f5cbf1b55ebebcbb86ae89899ffec6fcd730144f1719947a76080f587d298d0e37a073a8768d7768ef64fc47b1673104335203a32a557f31e42a4e5a950 Size (github.com_yuin_goldmark_@v_v1.2.1.mod) = 41 bytes -BLAKE2s (github.com_yuin_goldmark_@v_v1.3.6.mod) = 8cd9565cec9006d9acaaa1272611bb4f570a7f94e866ff05987335c06ca21aee -SHA512 (github.com_yuin_goldmark_@v_v1.3.6.mod) = a6233a0864081261d4b9cda2d73cf37b236acada8f5fbc85b7b7978ccfbc3bd2949632f2fb67a7ba9db6eb43b41796df54460728379e0172082922820d6143a7 -Size (github.com_yuin_goldmark_@v_v1.3.6.mod) = 41 bytes -BLAKE2s (github.com_yuin_goldmark_@v_v1.4.0.mod) = 8cd9565cec9006d9acaaa1272611bb4f570a7f94e866ff05987335c06ca21aee -SHA512 (github.com_yuin_goldmark_@v_v1.4.0.mod) = a6233a0864081261d4b9cda2d73cf37b236acada8f5fbc85b7b7978ccfbc3bd2949632f2fb67a7ba9db6eb43b41796df54460728379e0172082922820d6143a7 -Size (github.com_yuin_goldmark_@v_v1.4.0.mod) = 41 bytes -BLAKE2s (github.com_yuin_goldmark_@v_v1.4.0.zip) = 7d04cdf66a8a666bfce7a2cb4a9f44f5648fab30dd0647d437a3a0a052debffa -SHA512 (github.com_yuin_goldmark_@v_v1.4.0.zip) = 88dbafe0944a8ce19ab22d81d07c6073681eeb5d3cbcbb8ffdb2e639179083d5d10530a093ffb14b14b6042b5f9d22761b14d04d0035be17616f865c4ac8d907 -Size (github.com_yuin_goldmark_@v_v1.4.0.zip) = 269493 bytes +BLAKE2s (github.com_yuin_goldmark_@v_v1.3.5.mod) = 8cd9565cec9006d9acaaa1272611bb4f570a7f94e866ff05987335c06ca21aee +SHA512 (github.com_yuin_goldmark_@v_v1.3.5.mod) = a6233a0864081261d4b9cda2d73cf37b236acada8f5fbc85b7b7978ccfbc3bd2949632f2fb67a7ba9db6eb43b41796df54460728379e0172082922820d6143a7 +Size (github.com_yuin_goldmark_@v_v1.3.5.mod) = 41 bytes +BLAKE2s (github.com_yuin_goldmark_@v_v1.4.1.mod) = 8cd9565cec9006d9acaaa1272611bb4f570a7f94e866ff05987335c06ca21aee +SHA512 (github.com_yuin_goldmark_@v_v1.4.1.mod) = a6233a0864081261d4b9cda2d73cf37b236acada8f5fbc85b7b7978ccfbc3bd2949632f2fb67a7ba9db6eb43b41796df54460728379e0172082922820d6143a7 +Size (github.com_yuin_goldmark_@v_v1.4.1.mod) = 41 bytes +BLAKE2s (github.com_yuin_goldmark_@v_v1.4.11.mod) = df9a20902c5dd39800458ab4a0c7a156a9f7cf47630615e0856ff0960ef61d94 +SHA512 (github.com_yuin_goldmark_@v_v1.4.11.mod) = 78172b52cd0283a1127b82ab84f73412ad50e065aef9cd6efb077717e80de7b974e18e8d219f1fcb70d7a849ba6f189f05e049f94ddb09194f87bb0b7c9eae73 +Size (github.com_yuin_goldmark_@v_v1.4.11.mod) = 41 bytes +BLAKE2s (github.com_yuin_goldmark_@v_v1.4.11.zip) = bbd8b1672bab0ab522f9bc51f596d6b91caa30be6f5fd8dc5202380d3a962ab8 +SHA512 (github.com_yuin_goldmark_@v_v1.4.11.zip) = 00fac1f16c3d9cc2398a7f5aa23d15417bd249ffe39001fb6c6af00ff51632fdbc55bea1abf1823419fde6343fa853410b79d83542e3fd95f506c53687c258a3 +Size (github.com_yuin_goldmark_@v_v1.4.11.zip) = 228679 bytes +BLAKE2s (github.com_yuin_goldmark_@v_v1.4.5.mod) = df9a20902c5dd39800458ab4a0c7a156a9f7cf47630615e0856ff0960ef61d94 +SHA512 (github.com_yuin_goldmark_@v_v1.4.5.mod) = 78172b52cd0283a1127b82ab84f73412ad50e065aef9cd6efb077717e80de7b974e18e8d219f1fcb70d7a849ba6f189f05e049f94ddb09194f87bb0b7c9eae73 +Size (github.com_yuin_goldmark_@v_v1.4.5.mod) = 41 bytes +BLAKE2s (github.com_yuin_goldmark_@v_v1.4.6.mod) = df9a20902c5dd39800458ab4a0c7a156a9f7cf47630615e0856ff0960ef61d94 +SHA512 (github.com_yuin_goldmark_@v_v1.4.6.mod) = 78172b52cd0283a1127b82ab84f73412ad50e065aef9cd6efb077717e80de7b974e18e8d219f1fcb70d7a849ba6f189f05e049f94ddb09194f87bb0b7c9eae73 +Size (github.com_yuin_goldmark_@v_v1.4.6.mod) = 41 bytes BLAKE2s (github.com_zenazn_goji_@v_v0.9.0.mod) = 1bef1824e505bcb7df6923f596993cf61e3c73be2c21333e546786ab087e2a84 SHA512 (github.com_zenazn_goji_@v_v0.9.0.mod) = bc5fbb05f2700cd680839597dfa1d5b446c6f91b1e0a08c36351d3bb338c2283a6988c6df156e9612a7dd356489281bae61ff661c9950268d23926f5ea78395f Size (github.com_zenazn_goji_@v_v0.9.0.mod) = 30 bytes BLAKE2s (github.com_zenazn_goji_@v_v0.9.0.zip) = 6b1642b20752ab90417c6b9dee39a00a1acd2f171c06223bebf56873c5737568 SHA512 (github.com_zenazn_goji_@v_v0.9.0.zip) = b186d22b237cff4a3c150bc57b979cae1a2972ca74169dc65d305da749480b9c9a8d8fe6cc7d2a298041ef4dd45b9a11ae4c932ab3c46ad5233b5a13368d11e6 Size (github.com_zenazn_goji_@v_v0.9.0.zip) = 73570 bytes -BLAKE2s (github.com_zeripath_goth_@v_v1.68.1-0.20220109111530-754359885dce.mod) = bc2e0fdfe30d58658a809f874ba87f431c08f44d1fd7bd657260882207014c5b -SHA512 (github.com_zeripath_goth_@v_v1.68.1-0.20220109111530-754359885dce.mod) = 2866042e2058a360db032f81c2b5d7d6b922e3cd754527826667925f3f0df0f66d41dffbb7de0fadc1ba46a3441ceee43f04fdc63d24880f22b39a65da59696e -Size (github.com_zeripath_goth_@v_v1.68.1-0.20220109111530-754359885dce.mod) = 700 bytes -BLAKE2s (github.com_zeripath_goth_@v_v1.68.1-0.20220109111530-754359885dce.zip) = 6e818dc8663485353dc37d770830e646a2164898757eaf3c6f0f57711ddef589 -SHA512 (github.com_zeripath_goth_@v_v1.68.1-0.20220109111530-754359885dce.zip) = cdd2d3b9e593c7f678083241531e218cdfb826dc536614216d3fc0300cfb8de6e3bb6f0fbcd294d67243564d4273b2e9451668336b2c42e3dd61e9cbf4b89aaa -Size (github.com_zeripath_goth_@v_v1.68.1-0.20220109111530-754359885dce.zip) = 423458 bytes BLAKE2s (github.com_ziutek_mymysql_@v_v1.5.4.mod) = 63b17f68845df8ca22be500cea7836d26da0cc33079acf1e758a06a6282a7e43 SHA512 (github.com_ziutek_mymysql_@v_v1.5.4.mod) = cd6a60a15f71d86acc64da0657180522cc0cb7a6e43428e131241bcf791a9c73d6dd8813fb8dd5b3d8e9bf99ac9264b0519c796053a7d519bf66143e1b0643ac Size (github.com_ziutek_mymysql_@v_v1.5.4.mod) = 33 bytes BLAKE2s (github.com_ziutek_mymysql_@v_v1.5.4.zip) = 125ea348c3d25df59f7fec141306d64d4d4be23495e1c3689b615d38a8b0ddda SHA512 (github.com_ziutek_mymysql_@v_v1.5.4.zip) = 99d07cd6de9d82336844cce61cd3742bd30128cfb9de97312e5d84e649ce166eed86277dc21a67625c97746e9c86ed895db1026757230dd60091343fce46ed08 Size (github.com_ziutek_mymysql_@v_v1.5.4.zip) = 80096 bytes +BLAKE2s (github.com_zmap_rc2_@v_v0.0.0-20131011165748-24b9757f5521.mod) = dc4b5d88e5248cfebb5efe767177014605c5702a4583fece393aae8f31df1378 +SHA512 (github.com_zmap_rc2_@v_v0.0.0-20131011165748-24b9757f5521.mod) = 48b3a0e74776c014b332fea8082728dcf60ee4ebc6d7823e16909874b3956bb634dbb98a63a5f68cc7f2e377048492d194746acd1075bd6367676133be88f227 +Size (github.com_zmap_rc2_@v_v0.0.0-20131011165748-24b9757f5521.mod) = 27 bytes +BLAKE2s (github.com_zmap_rc2_@v_v0.0.0-20131011165748-24b9757f5521.zip) = 52c82e1d9ce556449c8e8d4a3a6af5c5fe8157cb778b603ebcc8256a7f86efa9 +SHA512 (github.com_zmap_rc2_@v_v0.0.0-20131011165748-24b9757f5521.zip) = 0a7a779a9f5585b5a65c1e663e801d98697ec439d28b398659b247d84cba1a384c518f410ce8e27b6980b9edffe0e7f5468eb99cad36f18295fc660eb384eb71 +Size (github.com_zmap_rc2_@v_v0.0.0-20131011165748-24b9757f5521.zip) = 3420 bytes +BLAKE2s (github.com_zmap_zcertificate_@v_v0.0.0-20180516150559-0e3d58b1bac4.mod) = a9f99bfa3c19d43aeaafdcb226bee13fcaf7640e48fef23a477714d29a3ca589 +SHA512 (github.com_zmap_zcertificate_@v_v0.0.0-20180516150559-0e3d58b1bac4.mod) = 087dc66e9d3bb631d22e1e95720be56d89e57e40e017162608dc853b3c459a95ffc7ff6b3baaae609fb6bb8ab35d8c6b79ee25ebe02551b1581ff89e7ede31b0 +Size (github.com_zmap_zcertificate_@v_v0.0.0-20180516150559-0e3d58b1bac4.mod) = 36 bytes +BLAKE2s (github.com_zmap_zcertificate_@v_v0.0.0-20180516150559-0e3d58b1bac4.zip) = 692d3983e618cb54c12e3cebb399329174d263c4594c624c4a63b7b1ecf82742 +SHA512 (github.com_zmap_zcertificate_@v_v0.0.0-20180516150559-0e3d58b1bac4.zip) = 90a5b06bcc889404a91d37126d1e31c11b0cf0d98cb6e87afd0a6accbdfdcddad1c2c93e83ccb93d18d4c718acc07d3091e956cf170bffcf02aedcf85846fea9 +Size (github.com_zmap_zcertificate_@v_v0.0.0-20180516150559-0e3d58b1bac4.zip) = 11645 bytes +BLAKE2s (github.com_zmap_zcrypto_@v_v0.0.0-20210123152837-9cf5beac6d91.mod) = e935fdd43cb035fe68f884b2bcf5f75f8dc8a1c9c1e489232fd9870d3687dca2 +SHA512 (github.com_zmap_zcrypto_@v_v0.0.0-20210123152837-9cf5beac6d91.mod) = 75eb02b3cd9b3b4e3f0d791b4792f839c3c463b3146b1511626bb169c7de1d61a48b0f52635196cc6b40788f31024f14602c89340f22023a0c3aedb460b84b0b +Size (github.com_zmap_zcrypto_@v_v0.0.0-20210123152837-9cf5beac6d91.mod) = 655 bytes +BLAKE2s (github.com_zmap_zcrypto_@v_v0.0.0-20210511125630-18f1e0152cfc.mod) = 6497d19d5b50bffdbf1478215c39d0f0c64e4c002e28aa08a71b9c8c2b2b3820 +SHA512 (github.com_zmap_zcrypto_@v_v0.0.0-20210511125630-18f1e0152cfc.mod) = 37bb724eb2d3269a75c104db1d3c635d39db5a21ce28d9ea6c565731b047c453734a6966cd1f502ed673322711de140d755be9ff6b982d02173b70b5d73cc21c +Size (github.com_zmap_zcrypto_@v_v0.0.0-20210511125630-18f1e0152cfc.mod) = 692 bytes +BLAKE2s (github.com_zmap_zcrypto_@v_v0.0.0-20210511125630-18f1e0152cfc.zip) = 4dc85bb83f9f47623fb4fc00cb9985e94805f35488acff05004094a46079bf10 +SHA512 (github.com_zmap_zcrypto_@v_v0.0.0-20210511125630-18f1e0152cfc.zip) = 36b5de65c093b77626defbd5743c68830a8076f5f6cbbb786ea93036b9bd20fb5fbbd4fcf3a40682bd92b2842bd1b96062220674d5a5a2369af37b7cc70bea8a +Size (github.com_zmap_zcrypto_@v_v0.0.0-20210511125630-18f1e0152cfc.zip) = 2495888 bytes +BLAKE2s (github.com_zmap_zlint_v3_@v_v3.1.0.mod) = 46539fae786d499f6760642dd45c701d4e4c3b8b8e9856328aa39b739457af10 +SHA512 (github.com_zmap_zlint_v3_@v_v3.1.0.mod) = dcf9cc0e1db2aad2392c74348d6dac5530e59c39fc5316e91d36b1ffaf52d28d8a3966bd182ffeb43608c4ceb63b2ac28a89738b1be85dbc6df0978e265f53f4 +Size (github.com_zmap_zlint_v3_@v_v3.1.0.mod) = 349 bytes +BLAKE2s (github.com_zmap_zlint_v3_@v_v3.1.0.zip) = 7f264fd302d98b57ab5896c0cefcfc2b5f92b500249bf36647263a605e4c4db4 +SHA512 (github.com_zmap_zlint_v3_@v_v3.1.0.zip) = 6c7364c1f5935a4facb676444f16aee7841ff4093f57500d7c0d61f6d51b9b4d4c30227fd61e4c9046c3102e7c4c9f6a172e712387b649ec81656d7567553005 +Size (github.com_zmap_zlint_v3_@v_v3.1.0.zip) = 2579201 bytes BLAKE2s (go.etcd.io_bbolt_@v_v1.3.2.mod) = 2a2517c29f23b4b749dd4997dfde36146be5e1a44c2b1ee7930a2e84ebc556cd SHA512 (go.etcd.io_bbolt_@v_v1.3.2.mod) = 8988baa04517a19f905b323768f98690b19ce302d54da4648bf72baa2766c8ea8362efaf1c8dd2f02a82fb9c76e72f32373fd04cf48ff133804b6b251bd48529 Size (go.etcd.io_bbolt_@v_v1.3.2.mod) = 24 bytes @@ -4236,6 +5613,72 @@ Size (go.etcd.io_etcd_@v_v0.0.0-20191023171146-3cf2f69b5738.mod) = 2182 bytes BLAKE2s (go.etcd.io_etcd_@v_v0.0.0-20191023171146-3cf2f69b5738.zip) = ce7747178c449989e8032126602220016335e6c663bae269e0fbfce7dc3f528e SHA512 (go.etcd.io_etcd_@v_v0.0.0-20191023171146-3cf2f69b5738.zip) = 56c113bf05a62327154193021302c5f0999a61176086672715e00eb0c9a73edcd196f3a327e823ae15420255f00d6d01a5b2b5db9acfb8c40f4b64cfe97b7ca9 Size (go.etcd.io_etcd_@v_v0.0.0-20191023171146-3cf2f69b5738.zip) = 7085205 bytes +BLAKE2s (go.etcd.io_etcd_api_v3_@v_v3.5.0-alpha.0.mod) = f8687869e88340ff93d621697def3b73baee649559086e903b2b162b42538f41 +SHA512 (go.etcd.io_etcd_api_v3_@v_v3.5.0-alpha.0.mod) = b129985f65be15f2fc596d905bd9872edf9d4b9e85af6b10d26f33409e5ae6831bcd3d141c2c74aa7d7d5080abd38670ef3f3becaa7f627da9aa5ff720d8841c +Size (go.etcd.io_etcd_api_v3_@v_v3.5.0-alpha.0.mod) = 657 bytes +BLAKE2s (go.etcd.io_etcd_api_v3_@v_v3.5.1.mod) = f74215d4ebaa36bc541e962d3f45c2e052feeb7c92c0bf3d8e03b635fbf89020 +SHA512 (go.etcd.io_etcd_api_v3_@v_v3.5.1.mod) = c38c82e0cda65b54a3b7d572fc564792a89d248b82ea5bba3cd44214facf79aa955381c4e432762d5a8dd92d6fafd36b9c5c7d76d3f853ada8c19a0ecd95b20a +Size (go.etcd.io_etcd_api_v3_@v_v3.5.1.mod) = 657 bytes +BLAKE2s (go.etcd.io_etcd_api_v3_@v_v3.5.1.zip) = 977e861157b55610c583b1dc278da3485a8ae55d91e77a2a1001407699520d09 +SHA512 (go.etcd.io_etcd_api_v3_@v_v3.5.1.zip) = e9f8230d45d40fc7d9956a6f156238bb7850579971e758e2c267b2af48e8004c7fefb32a943cffd5868140d4031961f36bdfd81d76a01e0f934d483a4b70e2a8 +Size (go.etcd.io_etcd_api_v3_@v_v3.5.1.zip) = 118105 bytes +BLAKE2s (go.etcd.io_etcd_client_pkg_v3_@v_v3.5.1.mod) = d2eac3c0676dbe6a32be7bd7e73878d5d6b023fd91004db72d4c683dcf7f25ee +SHA512 (go.etcd.io_etcd_client_pkg_v3_@v_v3.5.1.mod) = 5c3cc3746a3fac7cef7e0de6b39b280c1f43244bba8c9890f9118654780b0717c5971304f9fefae1a5c7ddd70f82f7a08a4e5502ab8181155ea8bb926be7eb87 +Size (go.etcd.io_etcd_client_pkg_v3_@v_v3.5.1.mod) = 179 bytes +BLAKE2s (go.etcd.io_etcd_client_pkg_v3_@v_v3.5.1.zip) = c04a87c5c37a098820da4d79cb33f5b0a42a21517f23fb8166fe248d28a6c2c4 +SHA512 (go.etcd.io_etcd_client_pkg_v3_@v_v3.5.1.zip) = d3d712921fe3ade18d80ee2e0f8d19e08d8e7f6559fe23713b0ee69938af00ca551b4e05f0168ce64e2036187980f687364d71ee449e12d6d7ef9dbc80f29b55 +Size (go.etcd.io_etcd_client_pkg_v3_@v_v3.5.1.zip) = 102021 bytes +BLAKE2s (go.etcd.io_etcd_client_v2_@v_v2.305.0-alpha.0.mod) = f70769ff9d1532979d6a6f871c501b27d538441a442b7df9fe3e7bd7b452cdac +SHA512 (go.etcd.io_etcd_client_v2_@v_v2.305.0-alpha.0.mod) = c32d46a9d239c4dbb0c49b792cae302ae5e75e6967050906d792be6fce254769035d7b38b9e43ad8db9858d5b064761a5c53f598766c5bf4e31523e19b2cc188 +Size (go.etcd.io_etcd_client_v2_@v_v2.305.0-alpha.0.mod) = 548 bytes +BLAKE2s (go.etcd.io_etcd_client_v2_@v_v2.305.1.mod) = d7c5c862c73f56d9bc1a5e70f75c1c0643a5aff8536ef7b3603148ece1ebac00 +SHA512 (go.etcd.io_etcd_client_v2_@v_v2.305.1.mod) = 7af4e5a3439a5e287d9a3593443167bac13ef0099f69f61389706d3e4cef3cfc37e5730b4261b87aa8e1042682c6c39f96c7434dd4cd8ce4fe364e996ac5f7b4 +Size (go.etcd.io_etcd_client_v2_@v_v2.305.1.mod) = 598 bytes +BLAKE2s (go.etcd.io_etcd_client_v2_@v_v2.305.1.zip) = a04d7856118f7a0d26c6535118acd4f3e8fc638c6be42008e6d2b8dc85636622 +SHA512 (go.etcd.io_etcd_client_v2_@v_v2.305.1.zip) = 7e92154f357f348d1cb661990278a3fdc3d09944a8808f87ae77f71e93f7fe6130f135f439928c383e7f23c8e3058220d4ad837d34104b11fd0bc9abaa586eba +Size (go.etcd.io_etcd_client_v2_@v_v2.305.1.zip) = 54953 bytes +BLAKE2s (go.etcd.io_etcd_client_v3_@v_v3.5.0-alpha.0.mod) = 960be5cd4ccecc1f55e20097e347b7d9b368381c0fd56177bb895a4f7cda3d9d +SHA512 (go.etcd.io_etcd_client_v3_@v_v3.5.0-alpha.0.mod) = 6f7283f71377d3bbcf3f38abb544c6d9f7b1a79b4c9a0c57792b90d4d5cf361e30d0aef7c7028003186dba0656310223b714658fb5ae447597f6d559656d67af +Size (go.etcd.io_etcd_client_v3_@v_v3.5.0-alpha.0.mod) = 690 bytes +BLAKE2s (go.etcd.io_etcd_client_v3_@v_v3.5.0-alpha.0.zip) = 9c3dd0ebddae3abe3f5fc3b019982a778d14339841189b95dd39620ad616f878 +SHA512 (go.etcd.io_etcd_client_v3_@v_v3.5.0-alpha.0.zip) = 8c132565f507f42594e530f0909b06b4927a32787eb533834684f72c2ff16b33a5d58a29b2bf13067cb99461680ee172924356e6cfd1ecfba62976af6d9812f0 +Size (go.etcd.io_etcd_client_v3_@v_v3.5.0-alpha.0.zip) = 146638 bytes +BLAKE2s (go.etcd.io_etcd_etcdctl_v3_@v_v3.5.0-alpha.0.mod) = 8cd8c0972855401e67ddb088f5bc57b586c755f1e85445f9115995a06d7321bb +SHA512 (go.etcd.io_etcd_etcdctl_v3_@v_v3.5.0-alpha.0.mod) = 3a5b93ded967cc9b0bdd5ed1dcdc7e8235a6636170b878a1b7e59f61716a532f981bd321d0ae4d479c99023c0e648ee99922699701b97aa714ac18cb64accac3 +Size (go.etcd.io_etcd_etcdctl_v3_@v_v3.5.0-alpha.0.mod) = 1210 bytes +BLAKE2s (go.etcd.io_etcd_etcdctl_v3_@v_v3.5.0-alpha.0.zip) = e1ba1e4007d54f9fcaff0501f0f71e32cca4938748b4f7bf0a30094ccea69229 +SHA512 (go.etcd.io_etcd_etcdctl_v3_@v_v3.5.0-alpha.0.zip) = 38d343d026502d16fd151a50f2fa2736737471f2f7c519e182972bddc806dd6a2e702080468edd858cabbaed6d5ee01423ee206d154ee447e8df07fc44ad9f4b +Size (go.etcd.io_etcd_etcdctl_v3_@v_v3.5.0-alpha.0.zip) = 149751 bytes +BLAKE2s (go.etcd.io_etcd_pkg_v3_@v_v3.5.0-alpha.0.mod) = 1ef2760d963e6000c4ea6a38869f61eae849e8ea660646ab6697cf20e67a0fcb +SHA512 (go.etcd.io_etcd_pkg_v3_@v_v3.5.0-alpha.0.mod) = 5b105169d8ceeec0bb776c26302f2bd2958bedf7211e7eb80508a85171481f953b2dd614786ad492256aeaef4e1bcfa6f46795fce1704f4b22de3c67a2682fc3 +Size (go.etcd.io_etcd_pkg_v3_@v_v3.5.0-alpha.0.mod) = 508 bytes +BLAKE2s (go.etcd.io_etcd_pkg_v3_@v_v3.5.0-alpha.0.zip) = 4de22a0d646811ebe106c9b16031aaee1f546d212751a464beca1f91d2c11636 +SHA512 (go.etcd.io_etcd_pkg_v3_@v_v3.5.0-alpha.0.zip) = 743863af1e8981d10e240b968fcad790c5bfd5f8e4c3568b002ce6c1fac38d4687f6e7018c3a7c4afda4108a34a5812fd4a61c7660dee703040352956574518b +Size (go.etcd.io_etcd_pkg_v3_@v_v3.5.0-alpha.0.zip) = 2175482 bytes +BLAKE2s (go.etcd.io_etcd_raft_v3_@v_v3.5.0-alpha.0.mod) = 28f1a6539d9c4532b4466f40eee9b2829396393d25258963c1ec35dcefde8245 +SHA512 (go.etcd.io_etcd_raft_v3_@v_v3.5.0-alpha.0.mod) = ed950d0c4c3b273815563334cfaa7540446e98548566742a6392e313ccbe6a61cf709abcc8ba575a7ba85e2e7ad25ba15c9a5d4185d891571d8ded26490d09a6 +Size (go.etcd.io_etcd_raft_v3_@v_v3.5.0-alpha.0.mod) = 523 bytes +BLAKE2s (go.etcd.io_etcd_raft_v3_@v_v3.5.0-alpha.0.zip) = a76e9f972e156722d402714f0e07c870a80f985054c8ec3c25b914fce3840a22 +SHA512 (go.etcd.io_etcd_raft_v3_@v_v3.5.0-alpha.0.zip) = a5554525892dd3dc7b75088beb44c55ab4bc5707b04d363f234002f550886c6105cc59ea54bb0ed658e6d2fb61992f32cee8f3d8c8927008c125386e884bbb50 +Size (go.etcd.io_etcd_raft_v3_@v_v3.5.0-alpha.0.zip) = 242739 bytes +BLAKE2s (go.etcd.io_etcd_server_v3_@v_v3.5.0-alpha.0.mod) = ebb159e53f393e6f4885c1c4005199976dd5d60705ac62a564269368feb2336f +SHA512 (go.etcd.io_etcd_server_v3_@v_v3.5.0-alpha.0.mod) = 336f19fb2dcba3e25a852885a6f15495e2f6f7349199079356a3b4e35dcdbd4a57d3fc1092352099d53851c154db8336192f5a79a5d560850702bb9c874f05e2 +Size (go.etcd.io_etcd_server_v3_@v_v3.5.0-alpha.0.mod) = 2233 bytes +BLAKE2s (go.etcd.io_etcd_server_v3_@v_v3.5.0-alpha.0.zip) = 256054f8d7d81bc6c336b147a8fdebc25fab16d0fcfbbd6f27138519557ede65 +SHA512 (go.etcd.io_etcd_server_v3_@v_v3.5.0-alpha.0.zip) = 27b658e51f4109cd91db19f6950cd58138e8df084d0ce90478831a55bc379955e69a22b82de5b7a6ecbb9ed393e65756d30cba662e7b535cefeb7677cb55c73c +Size (go.etcd.io_etcd_server_v3_@v_v3.5.0-alpha.0.zip) = 703938 bytes +BLAKE2s (go.etcd.io_etcd_tests_v3_@v_v3.5.0-alpha.0.mod) = baacc6df92bf60b88edeb098b237781f7252a014b485c21446407339b984620d +SHA512 (go.etcd.io_etcd_tests_v3_@v_v3.5.0-alpha.0.mod) = 97f48b52523cbe49854d6f2c40a02ad992729b965a5f0ce478c473fb0381d5190cf58f5e7137c06a23ea12a7c2dc975c6a9a8813a8cbb8f7d1c65ad6f1bf18d3 +Size (go.etcd.io_etcd_tests_v3_@v_v3.5.0-alpha.0.mod) = 1310 bytes +BLAKE2s (go.etcd.io_etcd_tests_v3_@v_v3.5.0-alpha.0.zip) = 34f86fdd732d0b6980623d1f8d0dce1a82cc2385b8ac18adeeefc8ad7cb11811 +SHA512 (go.etcd.io_etcd_tests_v3_@v_v3.5.0-alpha.0.zip) = f18b1448cdfa572b8878ef4d1fb8e7ff92cd9d23c3b2c6ac5a1c02bc3f27bd7af81ccefd79764493e76a768b4890849c06d7e954da72272b0814f824fa08886b +Size (go.etcd.io_etcd_tests_v3_@v_v3.5.0-alpha.0.zip) = 569139 bytes +BLAKE2s (go.etcd.io_etcd_v3_@v_v3.5.0-alpha.0.mod) = b1e01a4c392a45f6630922569b978e54c3d38aacdba482a5fa8446787bde4b7f +SHA512 (go.etcd.io_etcd_v3_@v_v3.5.0-alpha.0.mod) = d47c25f8bb6c187040ef1d5a178d8c8cee02c0056f39ea28e2a01abf476f95c9631de25af673efd64a3fa4cf05895bf3d36609b62d733262428b794abf47714f +Size (go.etcd.io_etcd_v3_@v_v3.5.0-alpha.0.mod) = 975 bytes +BLAKE2s (go.etcd.io_etcd_v3_@v_v3.5.0-alpha.0.zip) = 92556ab845cb51080d418953a5d73e76b5abff6dd22837fb093bb6f84ac72554 +SHA512 (go.etcd.io_etcd_v3_@v_v3.5.0-alpha.0.zip) = 8ba85232044cc144961083ad12a50600ea7012cf679a134a8aa7ed7e32bf218c7e39b34fe763caab84fcbc5d9a51cc956dfc97799265b0bd4a00e482a794b317 +Size (go.etcd.io_etcd_v3_@v_v3.5.0-alpha.0.zip) = 671152 bytes BLAKE2s (go.jolheiser.com_hcaptcha_@v_v0.0.4.mod) = e2fb997ffc27faeb341c75d65ae4c253c6d4cb4f5587e642c76bdaf0523c80df SHA512 (go.jolheiser.com_hcaptcha_@v_v0.0.4.mod) = c622e3a9f55d2dff0438d0820a0f4658cb5096a26e8df77cde04d8937124ae020a81970bf56663d25ce5fa7c779291613671081d8f53d88c1ed0c07d8212ce61 Size (go.jolheiser.com_hcaptcha_@v_v0.0.4.mod) = 42 bytes @@ -4272,9 +5715,21 @@ Size (go.mongodb.org_mongo-driver_@v_v1.4.6.mod) = 1079 bytes BLAKE2s (go.mongodb.org_mongo-driver_@v_v1.5.1.mod) = 939d094cd4cc00fb2b8154e1dd2b79509ed545f7fd94fd071526160b578a18ef SHA512 (go.mongodb.org_mongo-driver_@v_v1.5.1.mod) = 684e0a3d22dc9f0a29cb49db8ac6fd188ed8f8dd585969f23fb497133e35d7d9d0430d7b82793532ab90101c519e1fd1d5f4965f11e9ad58a0ff174370799717 Size (go.mongodb.org_mongo-driver_@v_v1.5.1.mod) = 1052 bytes -BLAKE2s (go.mongodb.org_mongo-driver_@v_v1.5.1.zip) = d5245a9eaa1e4f66ebaa04c250a98718ed377b9a25471423af627ca7b2eded88 -SHA512 (go.mongodb.org_mongo-driver_@v_v1.5.1.zip) = 962d697f061dc0882590a18475d72d8f046929b51fdc519df98f2486e7937470b4d6cecf82ce8c0fcfa9702a734ca4f6ffa5fa66d7f574b4153f492c18f3a37b -Size (go.mongodb.org_mongo-driver_@v_v1.5.1.zip) = 4582585 bytes +BLAKE2s (go.mongodb.org_mongo-driver_@v_v1.7.3.mod) = cbbd45fd0216be5bf22358303d323c5bc4bd6645903562836aa0a8d68222c66d +SHA512 (go.mongodb.org_mongo-driver_@v_v1.7.3.mod) = 5491325c2eacdee7335f5fcde200d0c10e8f6cd8bceec1b4c035e88a66fc944b4d4f03fe35794560ddf440222f2c3c6b287ee1062e941a1474526df0e748c861 +Size (go.mongodb.org_mongo-driver_@v_v1.7.3.mod) = 1017 bytes +BLAKE2s (go.mongodb.org_mongo-driver_@v_v1.7.5.mod) = e79c039a05e02c40988be34fe284f5d3193ae45ef26097fa7233d2d02aabaaf1 +SHA512 (go.mongodb.org_mongo-driver_@v_v1.7.5.mod) = fe7cbdfcd12bdd8753239ad99542b19d61cec22215d8c85b6220bcd6f8b4920d260279997a8260eb2225e6e9fa2150ea937f4bddc844376bde6e3f592d801a62 +Size (go.mongodb.org_mongo-driver_@v_v1.7.5.mod) = 799 bytes +BLAKE2s (go.mongodb.org_mongo-driver_@v_v1.8.2.mod) = efd2bbd9d21d8824672d8c924466cfee258e57b833e498ef9637d3842d84353b +SHA512 (go.mongodb.org_mongo-driver_@v_v1.8.2.mod) = ea038bd1d7eb5053ce680561ac30819691bab58eab8c91a49aebeadbe644b42c016f5f5fd972c4cc1cbb9ca07d21b443635aee17a053db5e3f484170c5a90bfb +Size (go.mongodb.org_mongo-driver_@v_v1.8.2.mod) = 980 bytes +BLAKE2s (go.mongodb.org_mongo-driver_@v_v1.8.2.zip) = 323c5d82aa7f7fa7e8503bb145ab2b9bf7a276da57db3767e4c5b7fe041a2ebd +SHA512 (go.mongodb.org_mongo-driver_@v_v1.8.2.zip) = e942a0156884595a796cd016de249607bcbe94f645e7b61ff3bd78d7f125df0ba95bdd325e1f6a725912e747f7cdf3ce9721021c698af73585a8084d058b5c7e +Size (go.mongodb.org_mongo-driver_@v_v1.8.2.zip) = 4902035 bytes +BLAKE2s (go.opencensus.io_@v_v0.15.0.mod) = 655e873e18cc3ae2dab776d375fdf222ee3f6282985e78489d63400031b8e79c +SHA512 (go.opencensus.io_@v_v0.15.0.mod) = 3b5d738ca5504c5c7f74f7557e389a002365294cd58bba99e8af5aca5a6fd4a0108f8ac5e8267eeaf73cfdec7bc3b2db0e445bd337670ea92470a05106f67461 +Size (go.opencensus.io_@v_v0.15.0.mod) = 24 bytes BLAKE2s (go.opencensus.io_@v_v0.20.1.mod) = c9ea17fdcf5977fda80ebccb1d1980ca9b7180df46af80a6ef834b8ed939965a SHA512 (go.opencensus.io_@v_v0.20.1.mod) = 2bfbe633ffde1f91834ca77f19d0b32cc4c9480b8a59e101199cf3e8ab0285c16fb45a00326353f02a7dbe06c1562c4695ce7d98767c4149ed2321acd527bebd Size (go.opencensus.io_@v_v0.20.1.mod) = 408 bytes @@ -4311,6 +5766,12 @@ Size (go.opentelemetry.io_otel_@v_v0.14.0.mod) = 123 bytes BLAKE2s (go.opentelemetry.io_otel_@v_v0.14.0.zip) = d293612d71df814f85bcd0d4ce3377bd577a06470b704eff115eed4b797fe3c0 SHA512 (go.opentelemetry.io_otel_@v_v0.14.0.zip) = a28f99ad0fe503ea037608fc203556d62ca5ced4853b0f9475cf6242e278f096f14e1fb42c4f728be6237427e296c8ca8ebc20c07bd6690cba4bdee38c701b99 Size (go.opentelemetry.io_otel_@v_v0.14.0.zip) = 214745 bytes +BLAKE2s (go.opentelemetry.io_proto_otlp_@v_v0.7.0.mod) = 44d3b642e4c01d529fe7dc181daf01073223a322ea4e5097a264de4539de50d0 +SHA512 (go.opentelemetry.io_proto_otlp_@v_v0.7.0.mod) = 4348e909c754b1ca8cabbafa293377cbb8f2b4f4d67ec412f6bcae4171d7d0212851d90631c1354e8b04b7955eb0a8077e5a86fbf8ed38d179e9ffb2e1ef16ae +Size (go.opentelemetry.io_proto_otlp_@v_v0.7.0.mod) = 211 bytes +BLAKE2s (go.opentelemetry.io_proto_otlp_@v_v0.7.0.zip) = 0bf65250448fca0f3172b921e5cf9cb6f8dc49f78fda111c00a1b74d5dd6d5f7 +SHA512 (go.opentelemetry.io_proto_otlp_@v_v0.7.0.zip) = 4ed01d37056b955c8ba2a3ba43eb5ab32359885913557b077e29f46f11d56b2f93788cd03df805b93aed00c53687143ad72e47bb3c5322d713e203ae3148e23e +Size (go.opentelemetry.io_proto_otlp_@v_v0.7.0.zip) = 70804 bytes BLAKE2s (go.uber.org_atomic_@v_v1.3.2.mod) = 5954e21a9fe4fdf993ad603651de40d52bed8643f9f20e3c4e5311aaff745175 SHA512 (go.uber.org_atomic_@v_v1.3.2.mod) = 4c66fd56c35d6d25a3091f83a2d3872ba395092c10519e052aaccf3edca281fb874a46e86e7a7294b4f42a5d5a51d3cc0f066081e5ab945288a48ac223bc19e6 Size (go.uber.org_atomic_@v_v1.3.2.mod) = 26 bytes @@ -4332,12 +5793,12 @@ Size (go.uber.org_atomic_@v_v1.9.0.mod) = 131 bytes BLAKE2s (go.uber.org_atomic_@v_v1.9.0.zip) = 6e9ba5b704212cfb9e440653cb745ab2a5af50e7faa0784a268c7d380c4bf1fa SHA512 (go.uber.org_atomic_@v_v1.9.0.zip) = d131ebe8ca70a134c7117410f990817c266ca49e0d87b95ee1b7cb1aad9f869c72c25da2e880cb70be2eefe3fad5009d37127dd3ee95d07ab2540aded1baf8ce Size (go.uber.org_atomic_@v_v1.9.0.zip) = 63866 bytes -BLAKE2s (go.uber.org_goleak_@v_v1.1.10.mod) = b50b683354a525d92f50fc242eb0c2637d5ab1703b3f1de609222763d73f7d44 -SHA512 (go.uber.org_goleak_@v_v1.1.10.mod) = 8814a6b8138027c366f3ebeea9033a71019990faf1cb613d75a25498a3a74d61fa2ba662302254150370a49a2a6f56da5c54889d4465117cf8afed4ec6cd9f63 -Size (go.uber.org_goleak_@v_v1.1.10.mod) = 312 bytes -BLAKE2s (go.uber.org_goleak_@v_v1.1.10.zip) = 57243a7bff158c9a2068e71a192ef0ce30297059981b912821189b4ea41f882f -SHA512 (go.uber.org_goleak_@v_v1.1.10.zip) = cad58d0a0f37a7ba9ce7fc5d4598d511eda4bc675689f968b1d02c4b2e95d15976b6aae9d4b8655d2aa85e255308414e474fa6d42e4f49b31092e2b943648b36 -Size (go.uber.org_goleak_@v_v1.1.10.zip) = 24823 bytes +BLAKE2s (go.uber.org_goleak_@v_v1.1.11.mod) = a30918ca66919d9fd19550916cd75d66f5daaaa98333692f403cfa321a85a647 +SHA512 (go.uber.org_goleak_@v_v1.1.11.mod) = e2f99355e2fbcc20a9b535f7d72c96ce5ebe22989ba50a94f71d6a054d5da4e91e27401ecc82a3830eed3bad4d9e5b91dfc2968bc21c31e5f73830734749df7c +Size (go.uber.org_goleak_@v_v1.1.11.mod) = 284 bytes +BLAKE2s (go.uber.org_goleak_@v_v1.1.11.zip) = b1603be1fe1f519b28fbc2e4dd025e10ee246a3797263663e11a159f91408728 +SHA512 (go.uber.org_goleak_@v_v1.1.11.zip) = 8a5daa358bf073c32a1f2bd405fa8b0cffe5257db2dac9fb42d1f1c7fc8a14d38e218e269d70c1a3339012c5ac76b9b1e1b2de6d985c0e3a98e0a4d96fdb6ef3 +Size (go.uber.org_goleak_@v_v1.1.11.zip) = 26282 bytes BLAKE2s (go.uber.org_multierr_@v_v1.1.0.mod) = a1813a7ea51c18628cc57289b5f25faeb368bac2e70d1e106bcf5cf327353fce SHA512 (go.uber.org_multierr_@v_v1.1.0.mod) = 7939dfe977dd42ac3ca8b91824a73046222ac9bed4f9cbcf0f2d332727b92a094540a56dfb19d095df6d5917b30cec86a6e9e1b082581049fb05bb7bb10106a4 Size (go.uber.org_multierr_@v_v1.1.0.mod) = 28 bytes @@ -4353,9 +5814,12 @@ Size (go.uber.org_multierr_@v_v1.6.0.mod) = 113 bytes BLAKE2s (go.uber.org_multierr_@v_v1.7.0.mod) = 61bff4ebd4fd54dfca54b3c81789c1150f8dfa25cac3336da1ec58daaea4f3f9 SHA512 (go.uber.org_multierr_@v_v1.7.0.mod) = da9af93e5b480a20e2d91d0e4d3d6763a938075a3f51ced10347e5d137e3b595b82c1abfc7d40874185c5fc012c52f949aab1398ced770eb006af3967385ce05 Size (go.uber.org_multierr_@v_v1.7.0.mod) = 178 bytes -BLAKE2s (go.uber.org_multierr_@v_v1.7.0.zip) = 84336b75fbf41dddc8137320a04b05186b8103fffd8c3eae4fecea3e88d721e3 -SHA512 (go.uber.org_multierr_@v_v1.7.0.zip) = 96bfea215b8a65377ea681fce81caef623d51d846dc7403702d3cb3c72fa1eb40ecda0364f01403f51547abeb465643793f621c42b110509e0449532a6f24656 -Size (go.uber.org_multierr_@v_v1.7.0.zip) = 20319 bytes +BLAKE2s (go.uber.org_multierr_@v_v1.8.0.mod) = 61bff4ebd4fd54dfca54b3c81789c1150f8dfa25cac3336da1ec58daaea4f3f9 +SHA512 (go.uber.org_multierr_@v_v1.8.0.mod) = da9af93e5b480a20e2d91d0e4d3d6763a938075a3f51ced10347e5d137e3b595b82c1abfc7d40874185c5fc012c52f949aab1398ced770eb006af3967385ce05 +Size (go.uber.org_multierr_@v_v1.8.0.mod) = 178 bytes +BLAKE2s (go.uber.org_multierr_@v_v1.8.0.zip) = 9cb51d5eeb5100b7f9fe6399014cc396f8d4f16374325a09cd18fd5d68113e5e +SHA512 (go.uber.org_multierr_@v_v1.8.0.zip) = 365e314fe20ca677228496fb61e590993663f716a72344c78ceb23887c977de7fb55c618160f60665f6f2481932c7a0b99c57a3cda5574f60a240459708cbe71 +Size (go.uber.org_multierr_@v_v1.8.0.zip) = 21163 bytes BLAKE2s (go.uber.org_tools_@v_v0.0.0-20190618225709-2cfd321de3ee.mod) = a37a6a0d6ad77435f0b48bef4dfa9e78d377a2e6098e3b179d9561a121d1ca48 SHA512 (go.uber.org_tools_@v_v0.0.0-20190618225709-2cfd321de3ee.mod) = 0ee649ad9b6a2d478469ece9e6ad9b51fa00f002f7a4966068892cdae278680403637897d83a0a423effcb8bddce1d2f9316774cb5890609f6085b906394909f Size (go.uber.org_tools_@v_v0.0.0-20190618225709-2cfd321de3ee.mod) = 25 bytes @@ -4371,18 +5835,30 @@ Size (go.uber.org_zap_@v_v1.13.0.mod) = 221 bytes BLAKE2s (go.uber.org_zap_@v_v1.15.0.mod) = b2b3af2858a38922baec10bd06266a91abeac8e7a6d44417b81b4c2b5e96e0a8 SHA512 (go.uber.org_zap_@v_v1.15.0.mod) = 4922fb6e20d2f5d2fa00888b8d644c51e1b558edb69b9f7d70a883314c3e971b6f8fc707b072aa0602d4c451ca0f20983796b65edcb737e5090dda1ffed0c757 Size (go.uber.org_zap_@v_v1.15.0.mod) = 257 bytes +BLAKE2s (go.uber.org_zap_@v_v1.16.0.mod) = b270a47c8c09a68de840d8de4d7e4c46aa157181f03fcd9896483eefbade620e +SHA512 (go.uber.org_zap_@v_v1.16.0.mod) = 96c2bd0ba8c620be099d5bf69e5fa91309538ff29fe26836a6f74a9db5b9d7d00d3bb372222860744bd6644c89dc1ed7fef56daecedad92ed0cba5cdaa1e4c95 +Size (go.uber.org_zap_@v_v1.16.0.mod) = 282 bytes BLAKE2s (go.uber.org_zap_@v_v1.17.0.mod) = 93d7b92d4c6f84c402cd0a120966d790027f7adaed3d7c820b385aed51d6e7fe SHA512 (go.uber.org_zap_@v_v1.17.0.mod) = 9677119c715a41ff061ea5caef85c35b23f79648aa09015e7427ded423c7ed73c0ba7da24d8fb586ea038499bf42ff211e5a328102573b67122ab3a74bfd9ebe Size (go.uber.org_zap_@v_v1.17.0.mod) = 257 bytes -BLAKE2s (go.uber.org_zap_@v_v1.19.0.mod) = 231f5dcb7f2147b2529637677bfefd2fa3ea60934f6ec405c431bda8b2c4a721 -SHA512 (go.uber.org_zap_@v_v1.19.0.mod) = 13030c97a9e0119342c1473ea7b25557511fda6eb4646f6df8694ae3b2efa168053f57fefae375add65f924325371fdd98a82e44f976eb8e8f29e34ce0aee82a -Size (go.uber.org_zap_@v_v1.19.0.mod) = 322 bytes -BLAKE2s (go.uber.org_zap_@v_v1.19.0.zip) = 473cce65bc61f4ebafdf83318043b2c7c0764f6137615036a59587679f8bbb66 -SHA512 (go.uber.org_zap_@v_v1.19.0.zip) = 9631c54a67de5e12fb7aed1eb0b8a434b3a8b71c42ddee8c09b2d968e71184936f93534e8848d5a4f58d229c64244885bbd1de97b142126b73a19a00b02812f7 -Size (go.uber.org_zap_@v_v1.19.0.zip) = 252247 bytes +BLAKE2s (go.uber.org_zap_@v_v1.21.0.mod) = 367084bd835de0e36e036f5ef0b2516d6997ca4495348477451aae66704c78d2 +SHA512 (go.uber.org_zap_@v_v1.21.0.mod) = 817b552cb568601d5467c6dad265f643f5592b59699995c23ca9d45f0cbcf0a5b72bee1d87e02c8c4798214e79ba3420ba69939e3fd6b749ea143abb4380aceb +Size (go.uber.org_zap_@v_v1.21.0.mod) = 322 bytes +BLAKE2s (go.uber.org_zap_@v_v1.21.0.zip) = 0d2085d719f34eaaa7598730d6856acd2f97ca7387468f8c104d74611ac13346 +SHA512 (go.uber.org_zap_@v_v1.21.0.zip) = 0b3ba856e3ed45db6577b4fb0c7c51824825b886852d5769ddab577b742cbf6b8c6429843f4852cbae61aeb5e20d3d761b05992a7999e8c54b4d526dfc3de1f0 +Size (go.uber.org_zap_@v_v1.21.0.zip) = 258942 bytes BLAKE2s (go.uber.org_zap_@v_v1.9.1.mod) = 4adb739ff3287eaf3fcf282f567cd63d01f1b13deb60a7ea22a3e5841c700cb0 SHA512 (go.uber.org_zap_@v_v1.9.1.mod) = 263e322e5615c91e810fb9ba30a601508e1e3e418f87c7c74de962c341f207e703930f2ad41ae1bf7b2ad106831dc37b0b96637b816d130bddc7225d41911946 Size (go.uber.org_zap_@v_v1.9.1.mod) = 23 bytes +BLAKE2s (gocloud.dev_@v_v0.19.0.mod) = a19fcbccda0d8a3a01701f898cde9e3dd1bce8b2575c0b905a71933110bab30f +SHA512 (gocloud.dev_@v_v0.19.0.mod) = 1ffb6deeafb48fdba003899da97094945f6411325b0d02ea4e82b25e87caab1488b2bf2e9c09082f3fdf7b839789fc0e6fbca790b06645af38007437f040bc8c +Size (gocloud.dev_@v_v0.19.0.mod) = 2302 bytes +BLAKE2s (gocloud.dev_@v_v0.19.0.zip) = 39dcf11c2f4c568b4031331d21a2fb2fa7af6a9da2448cec257a50c00fb94503 +SHA512 (gocloud.dev_@v_v0.19.0.zip) = 5380791bc14bce6f0bd6e89719c69279df0c38b841d3ea1d8db20036be1e50cf6b1bb5d3eaf90c872f575bbc5336d4808765845e4f1675fb08a4bb06da3dafb0 +Size (gocloud.dev_@v_v0.19.0.zip) = 2506806 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20180501155221-613d6eafa307.mod) = 93812c26d9fc7b69e31e46eee4d91a2166fe4a9a0455112a07ea7407b1e34c1f +SHA512 (golang.org_x_crypto_@v_v0.0.0-20180501155221-613d6eafa307.mod) = a88da5b983ff482a4e8b512761eeee466a8b0664b42da54ec9772c2eb3cb1bc5b7545045e283bac82552336802d8bc8efe137ba16f3530228b529366744a33e6 +Size (golang.org_x_crypto_@v_v0.0.0-20180501155221-613d6eafa307.mod) = 27 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20180904163835-0709b304e793.mod) = 93812c26d9fc7b69e31e46eee4d91a2166fe4a9a0455112a07ea7407b1e34c1f SHA512 (golang.org_x_crypto_@v_v0.0.0-20180904163835-0709b304e793.mod) = a88da5b983ff482a4e8b512761eeee466a8b0664b42da54ec9772c2eb3cb1bc5b7545045e283bac82552336802d8bc8efe137ba16f3530228b529366744a33e6 Size (golang.org_x_crypto_@v_v0.0.0-20180904163835-0709b304e793.mod) = 27 bytes @@ -4410,6 +5886,9 @@ Size (golang.org_x_crypto_@v_v0.0.0-20190411191339-88737f569e3a.mod) = 88 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190422162423-af44ce270edf.mod) = 560ae1cf61f24bbc00e4edd79059632835de4a245c7db7f60c784188edfeab5a SHA512 (golang.org_x_crypto_@v_v0.0.0-20190422162423-af44ce270edf.mod) = fcfc8d63d333065f1193e9c27efe32a1fab270e450fbe1db533156e00427a13c75691163cd1bc7e9aa26b84d4142625c9fbd755535c575f83d63d82d7a276066 Size (golang.org_x_crypto_@v_v0.0.0-20190422162423-af44ce270edf.mod) = 88 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190426145343-a29dc8fdc734.mod) = 72be62402e94470d451b51d755d721cc634d9cd64cbbf0847e72cf75426f6d16 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20190426145343-a29dc8fdc734.mod) = f40c7b620b28b5bdc6ce92d43768af71b5869e7f0eb7872dd0f2751eed2bd15a17f7af26bf2dc5c6f7e6b816a174d010bfd22b3f8f5dd72f22dc4e4357dea842 +Size (golang.org_x_crypto_@v_v0.0.0-20190426145343-a29dc8fdc734.mod) = 146 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190510104115-cbcb75029529.mod) = 72be62402e94470d451b51d755d721cc634d9cd64cbbf0847e72cf75426f6d16 SHA512 (golang.org_x_crypto_@v_v0.0.0-20190510104115-cbcb75029529.mod) = f40c7b620b28b5bdc6ce92d43768af71b5869e7f0eb7872dd0f2751eed2bd15a17f7af26bf2dc5c6f7e6b816a174d010bfd22b3f8f5dd72f22dc4e4357dea842 Size (golang.org_x_crypto_@v_v0.0.0-20190510104115-cbcb75029529.mod) = 146 bytes @@ -4434,9 +5913,18 @@ Size (golang.org_x_crypto_@v_v0.0.0-20190820162420-60c769a6c586.mod) = 146 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190911031432-227b76d455e7.mod) = 72be62402e94470d451b51d755d721cc634d9cd64cbbf0847e72cf75426f6d16 SHA512 (golang.org_x_crypto_@v_v0.0.0-20190911031432-227b76d455e7.mod) = f40c7b620b28b5bdc6ce92d43768af71b5869e7f0eb7872dd0f2751eed2bd15a17f7af26bf2dc5c6f7e6b816a174d010bfd22b3f8f5dd72f22dc4e4357dea842 Size (golang.org_x_crypto_@v_v0.0.0-20190911031432-227b76d455e7.mod) = 146 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190923035154-9ee001bba392.mod) = 35b98064076e30bdd3234ed35f36f4256becc647728e3e4a1d9d9b8a05b942b5 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20190923035154-9ee001bba392.mod) = 173aab1e733ef5c18c3d259720c9fd7e46681d525ec934b4dc29a56beb91a362216768c28b50891b6230be003bb8e38636974e941d4fe6270a016798675fddea +Size (golang.org_x_crypto_@v_v0.0.0-20190923035154-9ee001bba392.mod) = 146 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20191002192127-34f69633bfdc.mod) = 72be62402e94470d451b51d755d721cc634d9cd64cbbf0847e72cf75426f6d16 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20191002192127-34f69633bfdc.mod) = f40c7b620b28b5bdc6ce92d43768af71b5869e7f0eb7872dd0f2751eed2bd15a17f7af26bf2dc5c6f7e6b816a174d010bfd22b3f8f5dd72f22dc4e4357dea842 +Size (golang.org_x_crypto_@v_v0.0.0-20191002192127-34f69633bfdc.mod) = 146 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20191011191535-87dc89f01550.mod) = 72be62402e94470d451b51d755d721cc634d9cd64cbbf0847e72cf75426f6d16 SHA512 (golang.org_x_crypto_@v_v0.0.0-20191011191535-87dc89f01550.mod) = f40c7b620b28b5bdc6ce92d43768af71b5869e7f0eb7872dd0f2751eed2bd15a17f7af26bf2dc5c6f7e6b816a174d010bfd22b3f8f5dd72f22dc4e4357dea842 Size (golang.org_x_crypto_@v_v0.0.0-20191011191535-87dc89f01550.mod) = 146 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20191117063200-497ca9f6d64f.mod) = 07315fef95da7e487fc811e8e6b2dfdccc48046b69d2e03669b5701ea8c1d1f6 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20191117063200-497ca9f6d64f.mod) = 7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06 +Size (golang.org_x_crypto_@v_v0.0.0-20191117063200-497ca9f6d64f.mod) = 155 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20200302210943-78000ba7a073.mod) = 07315fef95da7e487fc811e8e6b2dfdccc48046b69d2e03669b5701ea8c1d1f6 SHA512 (golang.org_x_crypto_@v_v0.0.0-20200302210943-78000ba7a073.mod) = 7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06 Size (golang.org_x_crypto_@v_v0.0.0-20200302210943-78000ba7a073.mod) = 155 bytes @@ -4449,6 +5937,15 @@ Size (golang.org_x_crypto_@v_v0.0.0-20200604202706-70a84ac30bf9.mod) = 155 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20200622213623-75b288015ac9.mod) = 07315fef95da7e487fc811e8e6b2dfdccc48046b69d2e03669b5701ea8c1d1f6 SHA512 (golang.org_x_crypto_@v_v0.0.0-20200622213623-75b288015ac9.mod) = 7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06 Size (golang.org_x_crypto_@v_v0.0.0-20200622213623-75b288015ac9.mod) = 155 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20201002170205-7f63de1d35b0.mod) = 07315fef95da7e487fc811e8e6b2dfdccc48046b69d2e03669b5701ea8c1d1f6 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20201002170205-7f63de1d35b0.mod) = 7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06 +Size (golang.org_x_crypto_@v_v0.0.0-20201002170205-7f63de1d35b0.mod) = 155 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20201016220609-9e8e0b390897.mod) = 07315fef95da7e487fc811e8e6b2dfdccc48046b69d2e03669b5701ea8c1d1f6 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20201016220609-9e8e0b390897.mod) = 7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06 +Size (golang.org_x_crypto_@v_v0.0.0-20201016220609-9e8e0b390897.mod) = 155 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20201124201722-c8d3bf9c5392.mod) = 3f3ff26e5492428c170c58368f438d4ddc5cd815811450ff78e125dc74ba9d8d +SHA512 (golang.org_x_crypto_@v_v0.0.0-20201124201722-c8d3bf9c5392.mod) = d43d530154c2fda6d171696efbe118c4c021d4f3cb5d8ac9262465e0cc906257330a489f6b950465196bf30c91afeb4d4946b3aada3dc182b5c7307a8e702fc7 +Size (golang.org_x_crypto_@v_v0.0.0-20201124201722-c8d3bf9c5392.mod) = 209 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20201203163018-be400aefbc4c.mod) = 3f3ff26e5492428c170c58368f438d4ddc5cd815811450ff78e125dc74ba9d8d SHA512 (golang.org_x_crypto_@v_v0.0.0-20201203163018-be400aefbc4c.mod) = d43d530154c2fda6d171696efbe118c4c021d4f3cb5d8ac9262465e0cc906257330a489f6b950465196bf30c91afeb4d4946b3aada3dc182b5c7307a8e702fc7 Size (golang.org_x_crypto_@v_v0.0.0-20201203163018-be400aefbc4c.mod) = 209 bytes @@ -4461,21 +5958,33 @@ Size (golang.org_x_crypto_@v_v0.0.0-20210322153248-0c34fe9e7dc2.mod) = 209 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210421170649-83a5a9bb288b.mod) = d5911eee142d583b77a0728ff660258d464e1ca5abd48681b1e81b881b2af56c SHA512 (golang.org_x_crypto_@v_v0.0.0-20210421170649-83a5a9bb288b.mod) = c2a45c244884d6ccc5c4f73b6b3852d28c9ed1d3acd4805ff36292681e5011284af42ab75ebf6274cda4cc3bcd426496515db7eaca2a529500c0e896190f26a8 Size (golang.org_x_crypto_@v_v0.0.0-20210421170649-83a5a9bb288b.mod) = 209 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210506145944-38f3c27a63bf.mod) = b0afa54a55d2fa2670f39531631d9a2bf15bd4dc0511ab5856361f950f16a319 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20210506145944-38f3c27a63bf.mod) = 36d6474a79deda7b8749681b46e682e0440d07b3e8930279c66a45c0d42a6f2c6dd75b7bc7c3cc1ef50cdeff988442630af904ff0f58bb2def5f49040ade16cc +Size (golang.org_x_crypto_@v_v0.0.0-20210506145944-38f3c27a63bf.mod) = 247 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.mod) = b0afa54a55d2fa2670f39531631d9a2bf15bd4dc0511ab5856361f950f16a319 SHA512 (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.mod) = 36d6474a79deda7b8749681b46e682e0440d07b3e8930279c66a45c0d42a6f2c6dd75b7bc7c3cc1ef50cdeff988442630af904ff0f58bb2def5f49040ade16cc Size (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.mod) = 247 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210616213533-5ff15b29337e.mod) = 824ffc805f5055d5008f6935f3b8f85d7550f8e0f91552186724b20823d87add SHA512 (golang.org_x_crypto_@v_v0.0.0-20210616213533-5ff15b29337e.mod) = 32f94123c2845965432016800e6f051341f6d5d0af3678e367ac6c55022c68e86e929cc545a576d466f2533c235c29fb72542de75eae7419dfb5640cd80df3ef Size (golang.org_x_crypto_@v_v0.0.0-20210616213533-5ff15b29337e.mod) = 247 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210711020723-a769d52b0f97.mod) = 824ffc805f5055d5008f6935f3b8f85d7550f8e0f91552186724b20823d87add +SHA512 (golang.org_x_crypto_@v_v0.0.0-20210711020723-a769d52b0f97.mod) = 32f94123c2845965432016800e6f051341f6d5d0af3678e367ac6c55022c68e86e929cc545a576d466f2533c235c29fb72542de75eae7419dfb5640cd80df3ef +Size (golang.org_x_crypto_@v_v0.0.0-20210711020723-a769d52b0f97.mod) = 247 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210817164053-32db794688a5.mod) = 824ffc805f5055d5008f6935f3b8f85d7550f8e0f91552186724b20823d87add SHA512 (golang.org_x_crypto_@v_v0.0.0-20210817164053-32db794688a5.mod) = 32f94123c2845965432016800e6f051341f6d5d0af3678e367ac6c55022c68e86e929cc545a576d466f2533c235c29fb72542de75eae7419dfb5640cd80df3ef Size (golang.org_x_crypto_@v_v0.0.0-20210817164053-32db794688a5.mod) = 247 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20211108221036-ceb1ce70b4fa.mod) = 824ffc805f5055d5008f6935f3b8f85d7550f8e0f91552186724b20823d87add +SHA512 (golang.org_x_crypto_@v_v0.0.0-20211108221036-ceb1ce70b4fa.mod) = 32f94123c2845965432016800e6f051341f6d5d0af3678e367ac6c55022c68e86e929cc545a576d466f2533c235c29fb72542de75eae7419dfb5640cd80df3ef +Size (golang.org_x_crypto_@v_v0.0.0-20211108221036-ceb1ce70b4fa.mod) = 247 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.mod) = 3218fb197e3df718e689eb2e6187e8b6164db45fcd92c7b120f1805fb409353f SHA512 (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.mod) = 8b89bda14a8eea63c73e602efb4f90d9bd5ba816041b8c8eeb516a7edbb70578e2c594f4ac7168b5cef417075b295f6aab908514244cb9bb05f7bb13f1170bb3 Size (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.mod) = 255 bytes -BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.zip) = 1a36114bd2406beb2562641e6d8f2133aba2dd06694c12bb3c122654b8d47833 -SHA512 (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.zip) = bba8f9d9d3741ccc5799994923d3355056c899696567e1434c014024cea5c1443365482709715aec950d60a159ba612c813134740b99fd0781cc28b063b1b04d -Size (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.zip) = 1879003 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20220411220226-7b82a4e95df4.mod) = 3218fb197e3df718e689eb2e6187e8b6164db45fcd92c7b120f1805fb409353f +SHA512 (golang.org_x_crypto_@v_v0.0.0-20220411220226-7b82a4e95df4.mod) = 8b89bda14a8eea63c73e602efb4f90d9bd5ba816041b8c8eeb516a7edbb70578e2c594f4ac7168b5cef417075b295f6aab908514244cb9bb05f7bb13f1170bb3 +Size (golang.org_x_crypto_@v_v0.0.0-20220411220226-7b82a4e95df4.mod) = 255 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20220411220226-7b82a4e95df4.zip) = 62d828fac800e3888222425e0fdce8cffe1c19544bf15821e653b973bfdf610a +SHA512 (golang.org_x_crypto_@v_v0.0.0-20220411220226-7b82a4e95df4.zip) = 7f485c39b92aa9b51c57babe364da2e8718b59fadd46f623e9dd26323042441766382579ee4c1f20fed84cbd17b152deb57fa596c05e7d0e20bcdbb0c1f98d11 +Size (golang.org_x_crypto_@v_v0.0.0-20220411220226-7b82a4e95df4.zip) = 1776104 bytes BLAKE2s (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 87c3b3cc8e8fe78e41cb7f5df8d0e2afacceb9c5c3c2ff961a00ade7d3bb821a SHA512 (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 9131017b8ab0c2362b74e0c010daeb849689025aa31cb464dc379b0e34d0fcdb66749329b111041127997440bac052249dab522ab27239858405c056e3ac5dbf Size (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 24 bytes @@ -4506,9 +6015,12 @@ Size (golang.org_x_exp_@v_v0.0.0-20200207192155-f17229e696bd.mod) = 515 bytes BLAKE2s (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.mod) = 345941de1ad6e0d38be40484793f2c0d77cdd1d0793954b6e14dbe538c443598 SHA512 (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.mod) = a773e3b5c26e95dd24414b9f2aa88225a330581cd9ed0c1ca83a3a6712dd3639e1526abe7c0ea47f9ca701828eb39e1df2144edd6ab261caf584a058f092f0fb Size (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.mod) = 572 bytes -BLAKE2s (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.zip) = bb4e7ec59932b579d547f88643c5651c0d3f365847f1dfd12c0f772680f3bacb -SHA512 (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.zip) = 5de4e96349919839fb4a91a9b0bb3ba8d94efe63970e44bb76ea366bb0abd3e4e70b36260346054c1525f04d518cf7270400eac7c054cc10c7be63d87d318a4a -Size (golang.org_x_exp_@v_v0.0.0-20200224162631-6cc2880d07d6.zip) = 1564884 bytes +BLAKE2s (golang.org_x_exp_@v_v0.0.0-20200331195152-e8c3332aa8e5.mod) = ce1fc092019e2dbb5608b669784d0e3e9969f442e489de6264acb599a90ed9f8 +SHA512 (golang.org_x_exp_@v_v0.0.0-20200331195152-e8c3332aa8e5.mod) = 495be32e121d119b3ef9572fa92e7a9ea72a977cbd582e0830bd326c1c73a8b4bd88298063622b362d2ec51f2b1b2da4049d5a980cfa2000308e70bad9b923e2 +Size (golang.org_x_exp_@v_v0.0.0-20200331195152-e8c3332aa8e5.mod) = 626 bytes +BLAKE2s (golang.org_x_exp_@v_v0.0.0-20200331195152-e8c3332aa8e5.zip) = 542942bacda431a0807b518d10948436a9b57214b25baa40326d7389fa3addbe +SHA512 (golang.org_x_exp_@v_v0.0.0-20200331195152-e8c3332aa8e5.zip) = e631fad1adea6ad85e7d80e9005146351863c18d71bba7b8f4bea71ecd67d85c1149e2279f80e15a35fbad58a1232d4a285662746817463f3adcbdcb255d0d85 +Size (golang.org_x_exp_@v_v0.0.0-20200331195152-e8c3332aa8e5.zip) = 1570276 bytes BLAKE2s (golang.org_x_image_@v_v0.0.0-20190227222117-0694c2d4d067.mod) = ca99fca08f2f22fbcd7b26dff231ce14f468287e9b0683b1135a3d7603954466 SHA512 (golang.org_x_image_@v_v0.0.0-20190227222117-0694c2d4d067.mod) = c466f8b348acdc26208bcb782cf330a979d9af086a95f307a785884492430f11fe45d1ddc3abdc1b092654b3880a5e7a456740293935b1912a1d39b658de80e8 Size (golang.org_x_image_@v_v0.0.0-20190227222117-0694c2d4d067.mod) = 60 bytes @@ -4551,9 +6063,12 @@ Size (golang.org_x_lint_@v_v0.0.0-20200302205851-738671d3881b.mod) = 97 bytes BLAKE2s (golang.org_x_lint_@v_v0.0.0-20201208152925-83fdc39ff7b5.mod) = 38c569ac4c8bcb4e7b493631224ec34ba8c35194d9320e58b3ca9e96f518d959 SHA512 (golang.org_x_lint_@v_v0.0.0-20201208152925-83fdc39ff7b5.mod) = 5e1e301c678b32fcb56cd538fb907900e5e60162a44c285e04f0fc8db49f1b31f346e736055872ae9a69fe63798823466d7f159d2ffffb4880bb39b17d4ba5fe Size (golang.org_x_lint_@v_v0.0.0-20201208152925-83fdc39ff7b5.mod) = 97 bytes -BLAKE2s (golang.org_x_lint_@v_v0.0.0-20201208152925-83fdc39ff7b5.zip) = a416cdd207dfce1ebd524cc3ca7e3c61657158e6466f889c105b08c437bfb34d -SHA512 (golang.org_x_lint_@v_v0.0.0-20201208152925-83fdc39ff7b5.zip) = 393b1eb08da86deb3931b57743706b705567979f1e5f5b72520afa4690ad325ce6ae885520594683e510aa26889000fb5c042654612d902de092f29cd6a65786 -Size (golang.org_x_lint_@v_v0.0.0-20201208152925-83fdc39ff7b5.zip) = 46110 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.mod) = 38c569ac4c8bcb4e7b493631224ec34ba8c35194d9320e58b3ca9e96f518d959 +SHA512 (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.mod) = 5e1e301c678b32fcb56cd538fb907900e5e60162a44c285e04f0fc8db49f1b31f346e736055872ae9a69fe63798823466d7f159d2ffffb4880bb39b17d4ba5fe +Size (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.mod) = 97 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.zip) = bdbba325ed19814a71da1bfd1c7cf26edec5eb1ed66e2432fc65b775f867f20e +SHA512 (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.zip) = 6a0f52ae48069a22d899047df2c2dc8b33ba053a5092eaf4f5b5dca59b97c38e189099918a725746b09fe02de5d68079926770d5f915424de223d2d4406362d2 +Size (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.zip) = 46224 bytes BLAKE2s (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = ecb5fd4e8c9dce45b90e695bf7327c18185636a99b5d9d2292511ad6017d3c29 SHA512 (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = a105eb088532321694d3adb5da0b3cdceb7781670a2d4a8a757799e3c8fde02784b981747714cfa8770ed29eb1a0228e0945ad3c363220c39108a7432fc29a32 Size (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = 27 bytes @@ -4590,12 +6105,15 @@ Size (golang.org_x_mod_@v_v0.4.1.mod) = 214 bytes BLAKE2s (golang.org_x_mod_@v_v0.4.2.mod) = 1fa2e89f8aba3aff92e36fc586da0212269bf2eb6433a62242f77ac374b1135d SHA512 (golang.org_x_mod_@v_v0.4.2.mod) = 16d72a943c436bf27c18ee65deb1e1a3b1283dcfcc76a49f01919df97f41ae6ef7c5fe7f95b5bb62cf6f6fee57eb9654ca27ec3bae448ebfe894f8d6d0101fa1 Size (golang.org_x_mod_@v_v0.4.2.mod) = 214 bytes -BLAKE2s (golang.org_x_mod_@v_v0.4.2.zip) = 95b898264953900eab81962d53c4613515a5631002bce0def7a3cffc34c6ca0d -SHA512 (golang.org_x_mod_@v_v0.4.2.zip) = 6376ecdccd2eeaf828a2c1f560e116c003caf5e09fe68e94a37d193697c93b18bee14abbc06edca93ca57a924f9b270bbe1792df84a7bd66e3641ce6aecbc9b1 -Size (golang.org_x_mod_@v_v0.4.2.zip) = 141789 bytes -BLAKE2s (golang.org_x_net_@v_v0.0.0-20180218175443-cbe0f9307d01.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 -SHA512 (golang.org_x_net_@v_v0.0.0-20180218175443-cbe0f9307d01.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a -Size (golang.org_x_net_@v_v0.0.0-20180218175443-cbe0f9307d01.mod) = 24 bytes +BLAKE2s (golang.org_x_mod_@v_v0.5.0.mod) = c26a003ec0f07fdf8184e8d9773ea70d0d1da870509d7d4879cc5c36ff8ac73d +SHA512 (golang.org_x_mod_@v_v0.5.0.mod) = 8ad3d2d81f0192ba3215650546e1cc1eb2d58f2c9898929e565233388d95bb2d1a334d038e9807a44733fe6a218ac0b32de24d16fe9d208addcd67cdc2ae8f79 +Size (golang.org_x_mod_@v_v0.5.0.mod) = 214 bytes +BLAKE2s (golang.org_x_mod_@v_v0.5.1.mod) = c26a003ec0f07fdf8184e8d9773ea70d0d1da870509d7d4879cc5c36ff8ac73d +SHA512 (golang.org_x_mod_@v_v0.5.1.mod) = 8ad3d2d81f0192ba3215650546e1cc1eb2d58f2c9898929e565233388d95bb2d1a334d038e9807a44733fe6a218ac0b32de24d16fe9d208addcd67cdc2ae8f79 +Size (golang.org_x_mod_@v_v0.5.1.mod) = 214 bytes +BLAKE2s (golang.org_x_mod_@v_v0.5.1.zip) = b9ccd3ee5a898f338d460e3c08fbd979e00126303dd3bceed0a7d365235891f8 +SHA512 (golang.org_x_mod_@v_v0.5.1.zip) = 71dd98468c11a0b56877ec92ac220d0b34136e8c85075dc9aeb413cdab0fdb7937fa3000c370feff3e43b9466ee8541fc3aaadfa46d900616378b7fe7dc3fecf +Size (golang.org_x_mod_@v_v0.5.1.zip) = 150900 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 SHA512 (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a Size (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = 24 bytes @@ -4611,6 +6129,9 @@ Size (golang.org_x_net_@v_v0.0.0-20181005035420-146acd28ed58.mod) = 24 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20181023162649-9b4f9f5ad519.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 SHA512 (golang.org_x_net_@v_v0.0.0-20181023162649-9b4f9f5ad519.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a Size (golang.org_x_net_@v_v0.0.0-20181023162649-9b4f9f5ad519.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20181108082009-03003ca0c849.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20181108082009-03003ca0c849.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20181108082009-03003ca0c849.mod) = 24 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20181114220301-adae6a3d119a.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 SHA512 (golang.org_x_net_@v_v0.0.0-20181114220301-adae6a3d119a.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a Size (golang.org_x_net_@v_v0.0.0-20181114220301-adae6a3d119a.mod) = 24 bytes @@ -4653,6 +6174,9 @@ Size (golang.org_x_net_@v_v0.0.0-20190603091049-60506f45cf65.mod) = 172 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20190613194153-d28f0bde5980.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 SHA512 (golang.org_x_net_@v_v0.0.0-20190613194153-d28f0bde5980.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 Size (golang.org_x_net_@v_v0.0.0-20190613194153-d28f0bde5980.mod) = 181 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190619014844-b5b0513f8c1b.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 +SHA512 (golang.org_x_net_@v_v0.0.0-20190619014844-b5b0513f8c1b.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 +Size (golang.org_x_net_@v_v0.0.0-20190619014844-b5b0513f8c1b.mod) = 181 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 SHA512 (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 Size (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 181 bytes @@ -4668,6 +6192,15 @@ Size (golang.org_x_net_@v_v0.0.0-20190813141303-74dc4d7220e7.mod) = 181 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20190827160401-ba9fcec4b297.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 SHA512 (golang.org_x_net_@v_v0.0.0-20190827160401-ba9fcec4b297.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 Size (golang.org_x_net_@v_v0.0.0-20190827160401-ba9fcec4b297.mod) = 181 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190923162816-aa69164e4478.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 +SHA512 (golang.org_x_net_@v_v0.0.0-20190923162816-aa69164e4478.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 +Size (golang.org_x_net_@v_v0.0.0-20190923162816-aa69164e4478.mod) = 181 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20191002035440-2ec189313ef0.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 +SHA512 (golang.org_x_net_@v_v0.0.0-20191002035440-2ec189313ef0.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 +Size (golang.org_x_net_@v_v0.0.0-20191002035440-2ec189313ef0.mod) = 181 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20191119073136-fc4aabc6c914.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 +SHA512 (golang.org_x_net_@v_v0.0.0-20191119073136-fc4aabc6c914.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 +Size (golang.org_x_net_@v_v0.0.0-20191119073136-fc4aabc6c914.mod) = 181 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20191209160850-c0dbc17a3553.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 SHA512 (golang.org_x_net_@v_v0.0.0-20191209160850-c0dbc17a3553.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 Size (golang.org_x_net_@v_v0.0.0-20191209160850-c0dbc17a3553.mod) = 181 bytes @@ -4689,6 +6222,9 @@ Size (golang.org_x_net_@v_v0.0.0-20200301022130-244492dfa37a.mod) = 181 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20200324143707-d3edc9973b7e.mod) = 6ea7e340b6dc824f1fc750d0a711befe42881999a636f22f5e133e9726233b17 SHA512 (golang.org_x_net_@v_v0.0.0-20200324143707-d3edc9973b7e.mod) = 0c6baecc550358cbc908d994f81f786e62f619b197d4ba0ca5af19eb2ddf243d7f36c6174634b65e205fa5ed3b9c3393d1677c0a57c2b99ddcb252b935a2dc70 Size (golang.org_x_net_@v_v0.0.0-20200324143707-d3edc9973b7e.mod) = 181 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20200421231249-e086a090c8fd.mod) = 6ea7e340b6dc824f1fc750d0a711befe42881999a636f22f5e133e9726233b17 +SHA512 (golang.org_x_net_@v_v0.0.0-20200421231249-e086a090c8fd.mod) = 0c6baecc550358cbc908d994f81f786e62f619b197d4ba0ca5af19eb2ddf243d7f36c6174634b65e205fa5ed3b9c3393d1677c0a57c2b99ddcb252b935a2dc70 +Size (golang.org_x_net_@v_v0.0.0-20200421231249-e086a090c8fd.mod) = 181 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20200501053045-e0ff5e5a1de5.mod) = 6ea7e340b6dc824f1fc750d0a711befe42881999a636f22f5e133e9726233b17 SHA512 (golang.org_x_net_@v_v0.0.0-20200501053045-e0ff5e5a1de5.mod) = 0c6baecc550358cbc908d994f81f786e62f619b197d4ba0ca5af19eb2ddf243d7f36c6174634b65e205fa5ed3b9c3393d1677c0a57c2b99ddcb252b935a2dc70 Size (golang.org_x_net_@v_v0.0.0-20200501053045-e0ff5e5a1de5.mod) = 181 bytes @@ -4749,24 +6285,66 @@ Size (golang.org_x_net_@v_v0.0.0-20210119194325-5f4716e94777.mod) = 179 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.mod) = a2c15b99f803c8fec2304237e4f8b2e0588019bb634ed05eeac951521b68d811 SHA512 (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.mod) = f8ad754f922057fe78b5497cc77089a5eedc774800b2728a3ccd74cc82d83ba1ff00cc2d28110d5535623b733af7e34616f2fe127e68a936b9551395487ec146 Size (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210316092652-d523dce5a7f4.mod) = cc66c432e6f6e90b89cb41364cac65334fe4d26bc5e1a89bb9b4ca14a1e195d1 +SHA512 (golang.org_x_net_@v_v0.0.0-20210316092652-d523dce5a7f4.mod) = 22eca632a9bff1e24cdbbd1060a6c8a1aaf3bf7e06aa96b40f1848877cab00b8687309b9466f703664c4988264fb5a62ee99bc216038bf1096bc21fa27ef988b +Size (golang.org_x_net_@v_v0.0.0-20210316092652-d523dce5a7f4.mod) = 179 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20210326060303-6b1517762897.mod) = 2feddaeb5f7ebf1726f4751806da228f3a6d054c4e5fab9f0b0851401eef985e SHA512 (golang.org_x_net_@v_v0.0.0-20210326060303-6b1517762897.mod) = 6cd10dbbcb568d08e073e868c64c6e7ffff044907e4d239335ad90843c060fcf1311174ed2afb27c106072a030783f11b9df666e61d476e650a38254067cd0c5 Size (golang.org_x_net_@v_v0.0.0-20210326060303-6b1517762897.mod) = 179 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20210331060903-cb1fcc7394e5.mod) = 308e63bc16bf68f09e4e109894b62d3f3e73f824ecb15633ef1614bb0101370f SHA512 (golang.org_x_net_@v_v0.0.0-20210331060903-cb1fcc7394e5.mod) = f48731641ffad3b90daf0a8bb79fdfc607c076961dbda1c51e71eab787dca0681e5984ffce048bd655ceb56052fa64426b30b32e6ee32957c92418a16d1c9f06 Size (golang.org_x_net_@v_v0.0.0-20210331060903-cb1fcc7394e5.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210405180319-a5a99cb37ef4.mod) = 308e63bc16bf68f09e4e109894b62d3f3e73f824ecb15633ef1614bb0101370f +SHA512 (golang.org_x_net_@v_v0.0.0-20210405180319-a5a99cb37ef4.mod) = f48731641ffad3b90daf0a8bb79fdfc607c076961dbda1c51e71eab787dca0681e5984ffce048bd655ceb56052fa64426b30b32e6ee32957c92418a16d1c9f06 +Size (golang.org_x_net_@v_v0.0.0-20210405180319-a5a99cb37ef4.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210410081132-afb366fc7cd1.mod) = 42954ba8d7a37d4b3d6eb1e99bb1a0db601a61bbbe896c0f4e09b722c7555ae2 +SHA512 (golang.org_x_net_@v_v0.0.0-20210410081132-afb366fc7cd1.mod) = ea5604f4e47cf196e4ab474016327b04c27aab3ef394d19f15a0a34d763f659c1764dea0554de8afbc9ec28168681f1ea1e03a6ef64fc1355f0e0d7c4ef709a1 +Size (golang.org_x_net_@v_v0.0.0-20210410081132-afb366fc7cd1.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210421230115-4e50805a0758.mod) = f7bdecc8dac46c3bdd3702ff484ec35fcc9d02cc0628fd57c199702b8b6d340d +SHA512 (golang.org_x_net_@v_v0.0.0-20210421230115-4e50805a0758.mod) = 8b16ad94964bc1b28050bf95ca76b62cd7ca122b3ee05aad01c420540261e16f96f980fec33b450ac47c4b594949f46889bbe3ba6fbaa72930f94efa391d6d12 +Size (golang.org_x_net_@v_v0.0.0-20210421230115-4e50805a0758.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210503060351-7fd8e65b6420.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20210503060351-7fd8e65b6420.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20210503060351-7fd8e65b6420.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210510120150-4163338589ed.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20210510120150-4163338589ed.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20210510120150-4163338589ed.mod) = 179 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20210525063256-abc453219eb5.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 SHA512 (golang.org_x_net_@v_v0.0.0-20210525063256-abc453219eb5.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 Size (golang.org_x_net_@v_v0.0.0-20210525063256-abc453219eb5.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210610132358-84b48f89b13b.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20210610132358-84b48f89b13b.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20210610132358-84b48f89b13b.mod) = 179 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20210614182718-04defd469f4e.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 SHA512 (golang.org_x_net_@v_v0.0.0-20210614182718-04defd469f4e.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 Size (golang.org_x_net_@v_v0.0.0-20210614182718-04defd469f4e.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210726213435-c6fcb2dbf985.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20210726213435-c6fcb2dbf985.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20210726213435-c6fcb2dbf985.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210813160813-60bc85c4be6d.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20210813160813-60bc85c4be6d.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20210813160813-60bc85c4be6d.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210916014120-12bc252f5db8.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20210916014120-12bc252f5db8.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20210916014120-12bc252f5db8.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20211015210444-4f30a5c0130f.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20211015210444-4f30a5c0130f.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20211015210444-4f30a5c0130f.mod) = 179 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20211112202133-69e39bad7dc2.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 SHA512 (golang.org_x_net_@v_v0.0.0-20211112202133-69e39bad7dc2.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 Size (golang.org_x_net_@v_v0.0.0-20211112202133-69e39bad7dc2.mod) = 179 bytes -BLAKE2s (golang.org_x_net_@v_v0.0.0-20211112202133-69e39bad7dc2.zip) = 3cb946a9f9ecf92cfa196141fdd9de0f045706041331a2f6c42c44d9f4e3b2fe -SHA512 (golang.org_x_net_@v_v0.0.0-20211112202133-69e39bad7dc2.zip) = 6a6b82dfad2c231a3e4c8f93080eeddd2e1e8d7ad922b3344b71216b3b703a08009e963be15768c105d8a3a1e1f985e4574e4db3b073bf5181631254fad84b46 -Size (golang.org_x_net_@v_v0.0.0-20211112202133-69e39bad7dc2.zip) = 1579792 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20211209124913-491a49abca63.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20211209124913-491a49abca63.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20211209124913-491a49abca63.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20220127200216-cd36cc0744dd.mod) = 01ff91ba1b2385e7b781caaf1557e07e3b0d8932b1e515f746929b11a21d642b +SHA512 (golang.org_x_net_@v_v0.0.0-20220127200216-cd36cc0744dd.mod) = 429ece90e145151ec4cff356689cdbc04ab43f85f2dbd594f60176f49b0ee5f9f2bfe7c7bd88bb5564adb8f3d28ea12a2722ad79a80640ede67a3ad4f9e72caa +Size (golang.org_x_net_@v_v0.0.0-20220127200216-cd36cc0744dd.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20220225172249-27dd8689420f.mod) = 01ff91ba1b2385e7b781caaf1557e07e3b0d8932b1e515f746929b11a21d642b +SHA512 (golang.org_x_net_@v_v0.0.0-20220225172249-27dd8689420f.mod) = 429ece90e145151ec4cff356689cdbc04ab43f85f2dbd594f60176f49b0ee5f9f2bfe7c7bd88bb5564adb8f3d28ea12a2722ad79a80640ede67a3ad4f9e72caa +Size (golang.org_x_net_@v_v0.0.0-20220225172249-27dd8689420f.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20220225172249-27dd8689420f.zip) = a08a3f4a52ebefc4c926aa14ece0b36d6859323795182ea09ef63b978c66e493 +SHA512 (golang.org_x_net_@v_v0.0.0-20220225172249-27dd8689420f.zip) = 1d3da4703e57f8924888f50a75ae499f59ae8560c578eef721e4c3450e123c11e53e91265349f81aaece1c84a8d5cb55ad2d670205bef8094fc3d80ba2a9473d +Size (golang.org_x_net_@v_v0.0.0-20220225172249-27dd8689420f.zip) = 1584604 bytes BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = a34ed92cc3bc83e559661a208ed23ad2cd887a6232c1bd0961cf19178df279a7 SHA512 (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = 53431e560b5d6a9b50f44997ef6755f71741ccca155767dd954da41f11f53a3e8d01d7e01a2bb9de1fdd551dd2e734cb65e5641cf5de5c9a8a6a25a4894336f5 Size (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = 27 bytes @@ -4776,6 +6354,9 @@ Size (golang.org_x_oauth2_@v_v0.0.0-20181106182150-f42d05182288.mod) = 27 bytes BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20190226205417-e64efc72b421.mod) = 43e129eca22b48ca9463ffcac7ff3006988c8eb335cadba7b97fa8e69e2f0956 SHA512 (golang.org_x_oauth2_@v_v0.0.0-20190226205417-e64efc72b421.mod) = 9e91ec99aeb8b639d63fde3cc38f750d0a29d4a05864595beec0de0667ef9193007d89cb899b1d5ba44f0675121b2cff1e09b86bad4331378a66e15ef2f4e26b Size (golang.org_x_oauth2_@v_v0.0.0-20190226205417-e64efc72b421.mod) = 233 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20190402181905-9f3314589c9a.mod) = 43e129eca22b48ca9463ffcac7ff3006988c8eb335cadba7b97fa8e69e2f0956 +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20190402181905-9f3314589c9a.mod) = 9e91ec99aeb8b639d63fde3cc38f750d0a29d4a05864595beec0de0667ef9193007d89cb899b1d5ba44f0675121b2cff1e09b86bad4331378a66e15ef2f4e26b +Size (golang.org_x_oauth2_@v_v0.0.0-20190402181905-9f3314589c9a.mod) = 233 bytes BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20190604053449-0f29369cfe45.mod) = 43e129eca22b48ca9463ffcac7ff3006988c8eb335cadba7b97fa8e69e2f0956 SHA512 (golang.org_x_oauth2_@v_v0.0.0-20190604053449-0f29369cfe45.mod) = 9e91ec99aeb8b639d63fde3cc38f750d0a29d4a05864595beec0de0667ef9193007d89cb899b1d5ba44f0675121b2cff1e09b86bad4331378a66e15ef2f4e26b Size (golang.org_x_oauth2_@v_v0.0.0-20190604053449-0f29369cfe45.mod) = 233 bytes @@ -4797,15 +6378,45 @@ Size (golang.org_x_oauth2_@v_v0.0.0-20201208152858-08078c50e5b5.mod) = 167 bytes BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210218202405-ba52d332ba99.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210218202405-ba52d332ba99.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 Size (golang.org_x_oauth2_@v_v0.0.0-20210218202405-ba52d332ba99.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210220000619-9bb904979d93.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210220000619-9bb904979d93.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20210220000619-9bb904979d93.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210313182246-cd4f82c27b84.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210313182246-cd4f82c27b84.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20210313182246-cd4f82c27b84.mod) = 167 bytes BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210323180902-22b0adad7558.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210323180902-22b0adad7558.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 Size (golang.org_x_oauth2_@v_v0.0.0-20210323180902-22b0adad7558.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210413134643-5e61552d6c78.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210413134643-5e61552d6c78.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20210413134643-5e61552d6c78.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210427180440-81ed05c6b58c.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210427180440-81ed05c6b58c.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20210427180440-81ed05c6b58c.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210514164344-f6687ab2804c.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210514164344-f6687ab2804c.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20210514164344-f6687ab2804c.mod) = 167 bytes BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210628180205-a41e5a781914.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210628180205-a41e5a781914.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 Size (golang.org_x_oauth2_@v_v0.0.0-20210628180205-a41e5a781914.mod) = 167 bytes -BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210628180205-a41e5a781914.zip) = bcd9fad4d1cfe057b47ce8617103abed2981da7b3d6c480c93fa98ee4313b21c -SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210628180205-a41e5a781914.zip) = 0cfbbacbfb9a9ba8d9400b244403bb6cb05fe810c6276ae2f2c3962daa074a424da07d1c4585ec5f2e1c54cfa962036c3b9c4ddc0a979d930c792fb5f0cf481d -Size (golang.org_x_oauth2_@v_v0.0.0-20210628180205-a41e5a781914.zip) = 136350 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210805134026-6f1e6394065a.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210805134026-6f1e6394065a.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20210805134026-6f1e6394065a.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210819190943-2bc19b11175f.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210819190943-2bc19b11175f.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20210819190943-2bc19b11175f.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20211005180243-6b3c2da341f1.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20211005180243-6b3c2da341f1.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20211005180243-6b3c2da341f1.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20211104180415-d3ed0bb246c8.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20211104180415-d3ed0bb246c8.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20211104180415-d3ed0bb246c8.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20220223155221-ee480838109b.mod) = 3dd5013162c4cf23414df327e4cd4a4d567436875b1175a9125d966abe8ad103 +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20220223155221-ee480838109b.mod) = eb9e12d8831ae30dbe289b0fb881eed43dfc09907895f7d40f20720289a3fac309c09807fd80ee6e41010dcb2d0c17072e916a9aebf0849de00099d31518dc6f +Size (golang.org_x_oauth2_@v_v0.0.0-20220223155221-ee480838109b.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20220223155221-ee480838109b.zip) = 81d8a200c624a471a466720b9923e8d4f42888042f571ded8d9582593d21fd62 +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20220223155221-ee480838109b.zip) = c43d3334ae8d14fda4bf27d3419a0ba43fa38e312fc80baab75fddcb5fa7291ca0dd8ba9fe6e1874325dee031456580432bff5318543da61c538539696f86714 +Size (golang.org_x_oauth2_@v_v0.0.0-20220223155221-ee480838109b.zip) = 140232 bytes BLAKE2s (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede SHA512 (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0 Size (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = 25 bytes @@ -4869,9 +6480,6 @@ Size (golang.org_x_sys_@v_v0.0.0-20181116152217-5ac8a444bdc5.mod) = 24 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20181122145206-62eef0e2fa9b.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 SHA512 (golang.org_x_sys_@v_v0.0.0-20181122145206-62eef0e2fa9b.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c Size (golang.org_x_sys_@v_v0.0.0-20181122145206-62eef0e2fa9b.mod) = 24 bytes -BLAKE2s (golang.org_x_sys_@v_v0.0.0-20181128092732-4ed8d59d0b35.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 -SHA512 (golang.org_x_sys_@v_v0.0.0-20181128092732-4ed8d59d0b35.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c -Size (golang.org_x_sys_@v_v0.0.0-20181128092732-4ed8d59d0b35.mod) = 24 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20181205085412-a5c9d58dba9a.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 SHA512 (golang.org_x_sys_@v_v0.0.0-20181205085412-a5c9d58dba9a.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c Size (golang.org_x_sys_@v_v0.0.0-20181205085412-a5c9d58dba9a.mod) = 24 bytes @@ -4881,6 +6489,9 @@ Size (golang.org_x_sys_@v_v0.0.0-20181221143128-b4a75ba826a6.mod) = 24 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 SHA512 (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c Size (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = 24 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190221075227-b4e8571b14e0.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 +SHA512 (golang.org_x_sys_@v_v0.0.0-20190221075227-b4e8571b14e0.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c +Size (golang.org_x_sys_@v_v0.0.0-20190221075227-b4e8571b14e0.mod) = 24 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190222072716-a9d3bda3a223.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 SHA512 (golang.org_x_sys_@v_v0.0.0-20190222072716-a9d3bda3a223.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c Size (golang.org_x_sys_@v_v0.0.0-20190222072716-a9d3bda3a223.mod) = 24 bytes @@ -4917,6 +6528,9 @@ Size (golang.org_x_sys_@v_v0.0.0-20190606165138-5da285871e9c.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190616124812-15dcb6c0061f.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20190616124812-15dcb6c0061f.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20190616124812-15dcb6c0061f.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190620070143-6f217b454f45.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20190620070143-6f217b454f45.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20190620070143-6f217b454f45.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190624142023-c5567b49c5d0.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20190624142023-c5567b49c5d0.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20190624142023-c5567b49c5d0.mod) = 33 bytes @@ -4938,18 +6552,30 @@ Size (golang.org_x_sys_@v_v0.0.0-20190904154756-749cb33beabd.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190922100055-0a153f010e69.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20190922100055-0a153f010e69.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20190922100055-0a153f010e69.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190924154521-2837fb4f24fe.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20190924154521-2837fb4f24fe.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20190924154521-2837fb4f24fe.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20191001151750-bb3f8db39f24.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20191001151750-bb3f8db39f24.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20191001151750-bb3f8db39f24.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20191005200804-aed5e4c7ecf9.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20191005200804-aed5e4c7ecf9.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20191005200804-aed5e4c7ecf9.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20191008105621-543471e840be.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20191008105621-543471e840be.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20191008105621-543471e840be.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20191010194322-b09406accb47.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20191010194322-b09406accb47.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20191010194322-b09406accb47.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20191119060738-e882bf8e40c2.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20191119060738-e882bf8e40c2.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20191119060738-e882bf8e40c2.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20191120155948-bd437916bb0e.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20191120155948-bd437916bb0e.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20191120155948-bd437916bb0e.mod) = 33 bytes @@ -4974,6 +6600,9 @@ Size (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200122134326-e047566fdf82.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20200122134326-e047566fdf82.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20200122134326-e047566fdf82.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200124204421-9fbb57f87de9.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20200124204421-9fbb57f87de9.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20200124204421-9fbb57f87de9.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200202164722-d101bd2416d5.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20200202164722-d101bd2416d5.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20200202164722-d101bd2416d5.mod) = 33 bytes @@ -4992,9 +6621,9 @@ Size (golang.org_x_sys_@v_v0.0.0-20200323222414-85ca7c5b95cd.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200331124033-c3d80250170d.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20200331124033-c3d80250170d.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20200331124033-c3d80250170d.mod) = 33 bytes -BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200413165638-669c56c373c4.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f -SHA512 (golang.org_x_sys_@v_v0.0.0-20200413165638-669c56c373c4.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab -Size (golang.org_x_sys_@v_v0.0.0-20200413165638-669c56c373c4.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200420163511-1957bb5e6d1f.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20200420163511-1957bb5e6d1f.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20200420163511-1957bb5e6d1f.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200501052902-10377860bb8e.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20200501052902-10377860bb8e.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20200501052902-10377860bb8e.mod) = 33 bytes @@ -5028,6 +6657,9 @@ Size (golang.org_x_sys_@v_v0.0.0-20200923182605-d9f96fdee20d.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200930185726-fdedc70b468f.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20200930185726-fdedc70b468f.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20200930185726-fdedc70b468f.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20201009025420-dfb3f7c4e634.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20201009025420-dfb3f7c4e634.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20201009025420-dfb3f7c4e634.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20201119102817-f84b799fce68.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20201119102817-f84b799fce68.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20201119102817-f84b799fce68.mod) = 33 bytes @@ -5052,9 +6684,21 @@ Size (golang.org_x_sys_@v_v0.0.0-20210124154548-22da62e12c0c.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210220050731-9a76102bfb43.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20210220050731-9a76102bfb43.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20210220050731-9a76102bfb43.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210225134936-a50acf3fe073.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210225134936-a50acf3fe073.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210225134936-a50acf3fe073.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210303074136-134d130e1a04.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20210303074136-134d130e1a04.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20210303074136-134d130e1a04.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210305230114-8fe3ee5dd75b.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210305230114-8fe3ee5dd75b.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210305230114-8fe3ee5dd75b.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210309074719-68d13333faf2.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210309074719-68d13333faf2.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210309074719-68d13333faf2.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210315160823-c6e025ad8005.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210315160823-c6e025ad8005.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210315160823-c6e025ad8005.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210320140829-1e4c9ba3b0c4.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20210320140829-1e4c9ba3b0c4.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20210320140829-1e4c9ba3b0c4.mod) = 33 bytes @@ -5064,39 +6708,108 @@ Size (golang.org_x_sys_@v_v0.0.0-20210324051608-47abb6519492.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210330210617-4fbd30eecc44.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20210330210617-4fbd30eecc44.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20210330210617-4fbd30eecc44.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210403161142-5e06dd20ab57.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210403161142-5e06dd20ab57.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210403161142-5e06dd20ab57.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210412220455-f1c623a9e750.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210412220455-f1c623a9e750.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210412220455-f1c623a9e750.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210420072515-93ed5bcd2bfe.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210420072515-93ed5bcd2bfe.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210420072515-93ed5bcd2bfe.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210423082822-04245dca01da.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20210423082822-04245dca01da.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20210423082822-04245dca01da.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210423185535-09eb48e85fd7.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210423185535-09eb48e85fd7.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210423185535-09eb48e85fd7.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210502180810-71e4cd670f79.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@v_v0.0.0-20210502180810-71e4cd670f79.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@v_v0.0.0-20210502180810-71e4cd670f79.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210510120138-977fb7262007.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210510120138-977fb7262007.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210510120138-977fb7262007.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210511113859-b0526f3d8744.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210511113859-b0526f3d8744.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210511113859-b0526f3d8744.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210514084401-e8d321eab015.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210514084401-e8d321eab015.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210514084401-e8d321eab015.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210525143221-35b2ab0089ea.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20210525143221-35b2ab0089ea.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20210525143221-35b2ab0089ea.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210603081109-ebe580a85c40.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20210603081109-ebe580a85c40.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20210603081109-ebe580a85c40.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210603125802-9665404d3644.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210603125802-9665404d3644.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210603125802-9665404d3644.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210615035016-665e8c7367d1.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20210615035016-665e8c7367d1.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20210615035016-665e8c7367d1.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210616094352-59db8d763f22.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20210616094352-59db8d763f22.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20210616094352-59db8d763f22.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210630005230-0f9fa26af87c.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210630005230-0f9fa26af87c.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210630005230-0f9fa26af87c.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210806184541-e5e7981a1069.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210806184541-e5e7981a1069.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210806184541-e5e7981a1069.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210816183151-1e6c022a8912.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210816183151-1e6c022a8912.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210816183151-1e6c022a8912.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210823070655-63515b42dcdf.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210823070655-63515b42dcdf.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210823070655-63515b42dcdf.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210908233432-aa78b53d3365.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210908233432-aa78b53d3365.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210908233432-aa78b53d3365.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210927094055-39ccf1dd6fa6.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210927094055-39ccf1dd6fa6.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210927094055-39ccf1dd6fa6.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211019181941-9d821ace8654.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211019181941-9d821ace8654.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211019181941-9d821ace8654.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211117180635-dee7805ff2e1.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20211117180635-dee7805ff2e1.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20211117180635-dee7805ff2e1.mod) = 33 bytes -BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211117180635-dee7805ff2e1.zip) = 33f9d4935d25bd7e1c5edcbce05c7ef51d205033e64ce57f82048f15815f50e5 -SHA512 (golang.org_x_sys_@v_v0.0.0-20211117180635-dee7805ff2e1.zip) = 9c76beab20503f2f445d57fbf65358a091fafe0b42c93d7e39bb47db248309283bf490931da79e33dbe4e5d05bac2010f375629918db43e677f08e1422d6ec54 -Size (golang.org_x_sys_@v_v0.0.0-20211117180635-dee7805ff2e1.zip) = 1671839 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211124211545-fe61309f8881.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211124211545-fe61309f8881.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211124211545-fe61309f8881.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211205182925-97ca703d548d.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211205182925-97ca703d548d.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211205182925-97ca703d548d.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211210111614-af8b64212486.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211210111614-af8b64212486.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211210111614-af8b64212486.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211216021012-1d35b9e2eb4e.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211216021012-1d35b9e2eb4e.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211216021012-1d35b9e2eb4e.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220114195835-da31bd327af9.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20220114195835-da31bd327af9.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20220114195835-da31bd327af9.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.zip) = be0a69a3829e4e4c8aaa041d024e029a8ec9ae49baaf04875359bc0f2bef5b9a +SHA512 (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.zip) = c1738df7e8a3ca6c5a9608afbe2b41f54a8ed0f7a804dca95391b4b48d5a5b4e57b4b2f55a105fd6078d4e289baf9b0bf0b9c909555558666b8409410ed889e5 +Size (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.zip) = 1706457 bytes BLAKE2s (golang.org_x_term_@v_v0.0.0-20201117132131-f5c789dd3221.mod) = 0a32d00151354859e24fdecb7fb62150e9f21a188e5e5504c850158516d3280b SHA512 (golang.org_x_term_@v_v0.0.0-20201117132131-f5c789dd3221.mod) = 3295d1778ba3160c8360d99fbc648bbb4356fadd7947466f8b2f493a3c4c406515033268cf3525bdf50430b0cc31169838b5d3223842c7b1cd881e155744506e Size (golang.org_x_term_@v_v0.0.0-20201117132131-f5c789dd3221.mod) = 95 bytes BLAKE2s (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.mod) = ea6d2006c1c11da8c2174212a63865a04dec1775f98210c17f3a0cb8d4a1a80f SHA512 (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.mod) = a3401e3d20dc1aaaebbf3c296a783668003f2182ed77ec830431f97339e07eda1859fe8c3c7fdfb0125b3ed331d23208519df520f86e20c1a05c822b3d766b08 Size (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.mod) = 95 bytes -BLAKE2s (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.zip) = 589b6eb654aba7bc8013335ded196de3cc21dccf4805e83602cbef73de8bf376 -SHA512 (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.zip) = 267fab133c0ae306a1f484d17a9c3bc7bafb1ae77df3412ea4047de34a940b6425524a93b7b41d010cbf32160482fa3a370f93654e4ff73b6d11e45463bc185a -Size (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.zip) = 23281 bytes +BLAKE2s (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.mod) = 0f390b4bf64eaa8a44136d9227dcd19975bee0ef0132e2d36548cfe38a79720b +SHA512 (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.mod) = 81f571821c669188c4482da38b6921ac4c2c1747f8a803a6846531127cfde25dd04819d971f08f601c2d2cee2e636644c1648eff55dd24d89dfb3777e90fe9a0 +Size (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.mod) = 95 bytes +BLAKE2s (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.zip) = 91adff208627c23594f4032d544699e808327891ad83fae1b7ba7d42d51f84cc +SHA512 (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.zip) = 2f7ff46b02b31f30a73e1d574fafce089e51df788a2b34b18d505d1c191149a70f222b462664218c5451a7beaa7efaf4178470703887f2e438a4455603f359a3 +Size (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.zip) = 21653 bytes BLAKE2s (golang.org_x_text_@v_v0.0.0-20170915032832-14c0d48ead0c.mod) = 080036087ec663fb318320442bf68fad98da28e3ea33a1e5a3acf697a0527460 SHA512 (golang.org_x_text_@v_v0.0.0-20170915032832-14c0d48ead0c.mod) = ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d Size (golang.org_x_text_@v_v0.0.0-20170915032832-14c0d48ead0c.mod) = 25 bytes @@ -5139,12 +6852,18 @@ Size (golang.org_x_time_@v_v0.0.0-20190308202827-9d24e82272b4.mod) = 25 bytes BLAKE2s (golang.org_x_time_@v_v0.0.0-20191024005414-555d28b269f0.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 SHA512 (golang.org_x_time_@v_v0.0.0-20191024005414-555d28b269f0.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 Size (golang.org_x_time_@v_v0.0.0-20191024005414-555d28b269f0.mod) = 25 bytes -BLAKE2s (golang.org_x_time_@v_v0.0.0-20210611083556-38a9dc6acbc6.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 -SHA512 (golang.org_x_time_@v_v0.0.0-20210611083556-38a9dc6acbc6.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 -Size (golang.org_x_time_@v_v0.0.0-20210611083556-38a9dc6acbc6.mod) = 25 bytes -BLAKE2s (golang.org_x_time_@v_v0.0.0-20210611083556-38a9dc6acbc6.zip) = b882575702d759311ee8464a8a9681f9ca35fd564499f96db186eb0aaafb9158 -SHA512 (golang.org_x_time_@v_v0.0.0-20210611083556-38a9dc6acbc6.zip) = 223b651a299338f0b040e9d246f27194d879127eda10afc46ce47960347bdbabb84fa12684d0d25fed782e963569ac705e12ed0d85aeb229e709d5ef467ff8f6 -Size (golang.org_x_time_@v_v0.0.0-20210611083556-38a9dc6acbc6.zip) = 12062 bytes +BLAKE2s (golang.org_x_time_@v_v0.0.0-20200630173020-3af7569d3a1e.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 +SHA512 (golang.org_x_time_@v_v0.0.0-20200630173020-3af7569d3a1e.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 +Size (golang.org_x_time_@v_v0.0.0-20200630173020-3af7569d3a1e.mod) = 25 bytes +BLAKE2s (golang.org_x_time_@v_v0.0.0-20210220033141-f8bda1e9f3ba.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 +SHA512 (golang.org_x_time_@v_v0.0.0-20210220033141-f8bda1e9f3ba.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 +Size (golang.org_x_time_@v_v0.0.0-20210220033141-f8bda1e9f3ba.mod) = 25 bytes +BLAKE2s (golang.org_x_time_@v_v0.0.0-20220224211638-0e9765cccd65.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 +SHA512 (golang.org_x_time_@v_v0.0.0-20220224211638-0e9765cccd65.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 +Size (golang.org_x_time_@v_v0.0.0-20220224211638-0e9765cccd65.mod) = 25 bytes +BLAKE2s (golang.org_x_time_@v_v0.0.0-20220224211638-0e9765cccd65.zip) = 27394d17ad9cbea41596ed7015bc0b0e8b4d3a9dfb091889c2ff59f746ae1a7c +SHA512 (golang.org_x_time_@v_v0.0.0-20220224211638-0e9765cccd65.zip) = 6a453fb9517fa1f87199198f295b5bddb6b5bd795d6361e74e64fc145a52345ef0ab4ce61db679ae1c4539f894a16f2df5eb8a608847e7b1838d8a78ef29db93 +Size (golang.org_x_time_@v_v0.0.0-20220224211638-0e9765cccd65.zip) = 12659 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20180221164845-07fd8470d635.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca SHA512 (golang.org_x_tools_@v_v0.0.0-20180221164845-07fd8470d635.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 Size (golang.org_x_tools_@v_v0.0.0-20180221164845-07fd8470d635.mod) = 26 bytes @@ -5187,6 +6906,9 @@ Size (golang.org_x_tools_@v_v0.0.0-20190416151739-9c9e1878f421.mod) = 87 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190420181800-aa740d480789.mod) = c71bed293703a9320b7abaef0e5154f8163ccf3dfdd51cd21a27d3fcdaf93a6d SHA512 (golang.org_x_tools_@v_v0.0.0-20190420181800-aa740d480789.mod) = 18ae9b2f54109b4ec5cdea433ee0e3b7006e4d5ea57022d6e8151d4d364735a6b55cf7b5eb2f43b602ec786b2b6819ad78dfc33151ee1a63a0b1199f54ce34a1 Size (golang.org_x_tools_@v_v0.0.0-20190420181800-aa740d480789.mod) = 87 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190422233926-fe54fb35175b.mod) = c71bed293703a9320b7abaef0e5154f8163ccf3dfdd51cd21a27d3fcdaf93a6d +SHA512 (golang.org_x_tools_@v_v0.0.0-20190422233926-fe54fb35175b.mod) = 18ae9b2f54109b4ec5cdea433ee0e3b7006e4d5ea57022d6e8151d4d364735a6b55cf7b5eb2f43b602ec786b2b6819ad78dfc33151ee1a63a0b1199f54ce34a1 +Size (golang.org_x_tools_@v_v0.0.0-20190422233926-fe54fb35175b.mod) = 87 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190425150028-36563e24a262.mod) = 9e5e2308a8977731db5747330793edbb4923edf7ed9cde86697a542bac23e87b SHA512 (golang.org_x_tools_@v_v0.0.0-20190425150028-36563e24a262.mod) = e9c7b67e28905435e1420333a531e6c0a8f025dc3023f22e5067d5395c8d081bd7993ceeb6ae08c4cd2d1f13aa0f46274a8788e1be085e4b12eaef785f3d7213 Size (golang.org_x_tools_@v_v0.0.0-20190425150028-36563e24a262.mod) = 146 bytes @@ -5217,15 +6939,24 @@ Size (golang.org_x_tools_@v_v0.0.0-20190621195816-6e04913cbbac.mod) = 155 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190628153133-6cdbf07be9d0.mod) = 2fa751ee2e1bffc6d72c00acef98d5873692672d356f78e16a056dd86232a784 SHA512 (golang.org_x_tools_@v_v0.0.0-20190628153133-6cdbf07be9d0.mod) = 5823f6ea0fb08243f243a9577cd31397999bb387c8e29312304ca2dd0e73391cad60891a2a1181ac5fb665c1b01824933c295289a5d4cd580fc77f1bd828955b Size (golang.org_x_tools_@v_v0.0.0-20190628153133-6cdbf07be9d0.mod) = 155 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190729092621-ff9f1409240a.mod) = e61876cf6fceb924caea61b86eb655dbc9c1daced2edb9d62930f1c7d15c99f7 +SHA512 (golang.org_x_tools_@v_v0.0.0-20190729092621-ff9f1409240a.mod) = 99b2e19040279bbf7ccafe1de879eaed0dc22c49d60cc3a0e267b533ca04523ca12f35bbbb3b4b85033f1025b036acf9ee3e526d45ff6fa1ecf30d67a3ffedd9 +Size (golang.org_x_tools_@v_v0.0.0-20190729092621-ff9f1409240a.mod) = 155 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190816200558-6889da9d5479.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@v_v0.0.0-20190816200558-6889da9d5479.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@v_v0.0.0-20190816200558-6889da9d5479.mod) = 212 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190823170909-c4a336ef6a2f.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@v_v0.0.0-20190823170909-c4a336ef6a2f.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@v_v0.0.0-20190823170909-c4a336ef6a2f.mod) = 212 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190907020128-2ca718005c18.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 +SHA512 (golang.org_x_tools_@v_v0.0.0-20190907020128-2ca718005c18.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 +Size (golang.org_x_tools_@v_v0.0.0-20190907020128-2ca718005c18.mod) = 212 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190911174233-4f2ddba30aff.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@v_v0.0.0-20190911174233-4f2ddba30aff.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@v_v0.0.0-20190911174233-4f2ddba30aff.mod) = 212 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191010075000-0337d82405ff.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 +SHA512 (golang.org_x_tools_@v_v0.0.0-20191010075000-0337d82405ff.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 +Size (golang.org_x_tools_@v_v0.0.0-20191010075000-0337d82405ff.mod) = 212 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191012152004-8de300cfc20a.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@v_v0.0.0-20191012152004-8de300cfc20a.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@v_v0.0.0-20191012152004-8de300cfc20a.mod) = 212 bytes @@ -5235,9 +6966,6 @@ Size (golang.org_x_tools_@v_v0.0.0-20191029041327-9cc4af7d6b2c.mod) = 212 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191029190741-b9c20aec41a5.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@v_v0.0.0-20191029190741-b9c20aec41a5.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@v_v0.0.0-20191029190741-b9c20aec41a5.mod) = 212 bytes -BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191108193012-7d206e10da11.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 -SHA512 (golang.org_x_tools_@v_v0.0.0-20191108193012-7d206e10da11.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 -Size (golang.org_x_tools_@v_v0.0.0-20191108193012-7d206e10da11.mod) = 212 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191112195655-aa38f8e97acc.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@v_v0.0.0-20191112195655-aa38f8e97acc.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@v_v0.0.0-20191112195655-aa38f8e97acc.mod) = 212 bytes @@ -5247,6 +6975,9 @@ Size (golang.org_x_tools_@v_v0.0.0-20191113191852-77e3bb0ad9e7.mod) = 212 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191115202509-3a792d9c32b2.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@v_v0.0.0-20191115202509-3a792d9c32b2.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@v_v0.0.0-20191115202509-3a792d9c32b2.mod) = 212 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191118222007-07fc4c7f2b98.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 +SHA512 (golang.org_x_tools_@v_v0.0.0-20191118222007-07fc4c7f2b98.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 +Size (golang.org_x_tools_@v_v0.0.0-20191118222007-07fc4c7f2b98.mod) = 212 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 212 bytes @@ -5301,6 +7032,9 @@ Size (golang.org_x_tools_@v_v0.0.0-20200325010219-a49f79bcc224.mod) = 271 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200331025713-a30bf2db82d4.mod) = 228bdf6995c255768279a126c8977991d93fc0ba91762e5f89655b590495f386 SHA512 (golang.org_x_tools_@v_v0.0.0-20200331025713-a30bf2db82d4.mod) = c2c79e2a50a05d79909d58a13703e35f9cc9cf209be9593546c84883ac272e4e31a8ec9b2247d750b7cb42b088ad90214279c04b83a48173388fa13a71b6572d Size (golang.org_x_tools_@v_v0.0.0-20200331025713-a30bf2db82d4.mod) = 271 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200426102838-f3a5411a4c3b.mod) = e4728aaf6812d7700f6e79aa8eaa24d0b6407a4fff06a6abef6bf852919b62e3 +SHA512 (golang.org_x_tools_@v_v0.0.0-20200426102838-f3a5411a4c3b.mod) = 8281ef87f633ddec7f1c4711773b09563e5695a44ef8140d062cdd9a14731a2edf24fde739c42e2a52038d6e100c3c5d7039db9adb62001e5e27a2e282faa057 +Size (golang.org_x_tools_@v_v0.0.0-20200426102838-f3a5411a4c3b.mod) = 271 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200501065659-ab2804fb9c9d.mod) = e4728aaf6812d7700f6e79aa8eaa24d0b6407a4fff06a6abef6bf852919b62e3 SHA512 (golang.org_x_tools_@v_v0.0.0-20200501065659-ab2804fb9c9d.mod) = 8281ef87f633ddec7f1c4711773b09563e5695a44ef8140d062cdd9a14731a2edf24fde739c42e2a52038d6e100c3c5d7039db9adb62001e5e27a2e282faa057 Size (golang.org_x_tools_@v_v0.0.0-20200501065659-ab2804fb9c9d.mod) = 271 bytes @@ -5310,9 +7044,18 @@ Size (golang.org_x_tools_@v_v0.0.0-20200512131952-2bc93b1c0c88.mod) = 271 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200515010526-7d3b6ebf133d.mod) = e4728aaf6812d7700f6e79aa8eaa24d0b6407a4fff06a6abef6bf852919b62e3 SHA512 (golang.org_x_tools_@v_v0.0.0-20200515010526-7d3b6ebf133d.mod) = 8281ef87f633ddec7f1c4711773b09563e5695a44ef8140d062cdd9a14731a2edf24fde739c42e2a52038d6e100c3c5d7039db9adb62001e5e27a2e282faa057 Size (golang.org_x_tools_@v_v0.0.0-20200515010526-7d3b6ebf133d.mod) = 271 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200522201501-cb1345f3a375.mod) = e4728aaf6812d7700f6e79aa8eaa24d0b6407a4fff06a6abef6bf852919b62e3 +SHA512 (golang.org_x_tools_@v_v0.0.0-20200522201501-cb1345f3a375.mod) = 8281ef87f633ddec7f1c4711773b09563e5695a44ef8140d062cdd9a14731a2edf24fde739c42e2a52038d6e100c3c5d7039db9adb62001e5e27a2e282faa057 +Size (golang.org_x_tools_@v_v0.0.0-20200522201501-cb1345f3a375.mod) = 271 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200618134242-20370b0cb4b2.mod) = e4728aaf6812d7700f6e79aa8eaa24d0b6407a4fff06a6abef6bf852919b62e3 SHA512 (golang.org_x_tools_@v_v0.0.0-20200618134242-20370b0cb4b2.mod) = 8281ef87f633ddec7f1c4711773b09563e5695a44ef8140d062cdd9a14731a2edf24fde739c42e2a52038d6e100c3c5d7039db9adb62001e5e27a2e282faa057 Size (golang.org_x_tools_@v_v0.0.0-20200618134242-20370b0cb4b2.mod) = 271 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200619180055-7c47624df98f.mod) = e4728aaf6812d7700f6e79aa8eaa24d0b6407a4fff06a6abef6bf852919b62e3 +SHA512 (golang.org_x_tools_@v_v0.0.0-20200619180055-7c47624df98f.mod) = 8281ef87f633ddec7f1c4711773b09563e5695a44ef8140d062cdd9a14731a2edf24fde739c42e2a52038d6e100c3c5d7039db9adb62001e5e27a2e282faa057 +Size (golang.org_x_tools_@v_v0.0.0-20200619180055-7c47624df98f.mod) = 271 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200717024301-6ddee64345a6.mod) = 175e0052f9a366a96957a5411b7517840a1d1ec1f2d3405fbd188220b90d2521 +SHA512 (golang.org_x_tools_@v_v0.0.0-20200717024301-6ddee64345a6.mod) = 8eaf3fcaae282863d851f958000614a0ac6e8fd57847a842dde206a5f18cad1b492b5600e3f183be7d31944823015610682f5007df531005717b94980e9189c0 +Size (golang.org_x_tools_@v_v0.0.0-20200717024301-6ddee64345a6.mod) = 271 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200729194436-6467de6f59a7.mod) = 175e0052f9a366a96957a5411b7517840a1d1ec1f2d3405fbd188220b90d2521 SHA512 (golang.org_x_tools_@v_v0.0.0-20200729194436-6467de6f59a7.mod) = 8eaf3fcaae282863d851f958000614a0ac6e8fd57847a842dde206a5f18cad1b492b5600e3f183be7d31944823015610682f5007df531005717b94980e9189c0 Size (golang.org_x_tools_@v_v0.0.0-20200729194436-6467de6f59a7.mod) = 271 bytes @@ -5328,6 +7071,9 @@ Size (golang.org_x_tools_@v_v0.0.0-20200904185747-39188db58858.mod) = 270 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20200929161345-d7fc70abf50f.mod) = c2e8327be1beaa01c06228149de5130765bf055e35007390133519ffe10ed09c SHA512 (golang.org_x_tools_@v_v0.0.0-20200929161345-d7fc70abf50f.mod) = 3f901620a7f769ec147d5b7af39969c5992990c0fde2ba8eb8b1d513dec5dd1804d7ddfc49e80911152a24fd837ef008d210af54585485bed8136dcec5b6c863 Size (golang.org_x_tools_@v_v0.0.0-20200929161345-d7fc70abf50f.mod) = 270 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20201014170642-d1624618ad65.mod) = c2e8327be1beaa01c06228149de5130765bf055e35007390133519ffe10ed09c +SHA512 (golang.org_x_tools_@v_v0.0.0-20201014170642-d1624618ad65.mod) = 3f901620a7f769ec147d5b7af39969c5992990c0fde2ba8eb8b1d513dec5dd1804d7ddfc49e80911152a24fd837ef008d210af54585485bed8136dcec5b6c863 +Size (golang.org_x_tools_@v_v0.0.0-20201014170642-d1624618ad65.mod) = 270 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20201110124207-079ba7bd75cd.mod) = ca43eb38406d2bb7f44dbd985491b35490acf7efff6ca2983599ac9c8f4def0a SHA512 (golang.org_x_tools_@v_v0.0.0-20201110124207-079ba7bd75cd.mod) = 749bf78130d1fe8da6c022ea7f5fa65e66cd010cd4ea8278bcfdef116acc52d4d632e46a4a3070ddb7d775ef23b39e78724dbbab36e635ced32058174cbcd052 Size (golang.org_x_tools_@v_v0.0.0-20201110124207-079ba7bd75cd.mod) = 270 bytes @@ -5346,12 +7092,39 @@ Size (golang.org_x_tools_@v_v0.0.0-20201224043029-2b0845dc783e.mod) = 270 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20210105154028-b0ab187a4818.mod) = ca43eb38406d2bb7f44dbd985491b35490acf7efff6ca2983599ac9c8f4def0a SHA512 (golang.org_x_tools_@v_v0.0.0-20210105154028-b0ab187a4818.mod) = 749bf78130d1fe8da6c022ea7f5fa65e66cd010cd4ea8278bcfdef116acc52d4d632e46a4a3070ddb7d775ef23b39e78724dbbab36e635ced32058174cbcd052 Size (golang.org_x_tools_@v_v0.0.0-20210105154028-b0ab187a4818.mod) = 270 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20210106214847-113979e3529a.mod) = ca43eb38406d2bb7f44dbd985491b35490acf7efff6ca2983599ac9c8f4def0a +SHA512 (golang.org_x_tools_@v_v0.0.0-20210106214847-113979e3529a.mod) = 749bf78130d1fe8da6c022ea7f5fa65e66cd010cd4ea8278bcfdef116acc52d4d632e46a4a3070ddb7d775ef23b39e78724dbbab36e635ced32058174cbcd052 +Size (golang.org_x_tools_@v_v0.0.0-20210106214847-113979e3529a.mod) = 270 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20210108195828-e2f9c7f1fc8e.mod) = ca43eb38406d2bb7f44dbd985491b35490acf7efff6ca2983599ac9c8f4def0a +SHA512 (golang.org_x_tools_@v_v0.0.0-20210108195828-e2f9c7f1fc8e.mod) = 749bf78130d1fe8da6c022ea7f5fa65e66cd010cd4ea8278bcfdef116acc52d4d632e46a4a3070ddb7d775ef23b39e78724dbbab36e635ced32058174cbcd052 +Size (golang.org_x_tools_@v_v0.0.0-20210108195828-e2f9c7f1fc8e.mod) = 270 bytes BLAKE2s (golang.org_x_tools_@v_v0.1.0.mod) = 4721e0850172d374b1be9218525d7a81dcba19a19245f1577fdd2fc71e263261 SHA512 (golang.org_x_tools_@v_v0.1.0.mod) = 13d4c5dc1bb206cae17c38b6e387386573b402a3679054c12a53acf384e15d5d77ebbb77ad374993b1bba547faf34f4189fe5d77b80d57f0831dac1ee54a98c0 Size (golang.org_x_tools_@v_v0.1.0.mod) = 323 bytes -BLAKE2s (golang.org_x_tools_@v_v0.1.0.zip) = 86fae7732be8c3fd4a3959ea84383d2758da961ecd93d8d28a40fb24e0157223 -SHA512 (golang.org_x_tools_@v_v0.1.0.zip) = e1beb4466d35acaf836e0a8f015177e44c346f4fa31599a0b022cb19cf7b6623a3d3efcaf9c00114cd6f86a7634f19c14208a8a48ca3adee780da67964a60b57 -Size (golang.org_x_tools_@v_v0.1.0.zip) = 3276723 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.1.mod) = ff0324c63a110a262909307c5376878a90f2740049b941b2117dfd655703a7eb +SHA512 (golang.org_x_tools_@v_v0.1.1.mod) = 6fa4c11d23d3c08fed7331586d9e8da5299602dc97e861d74ce68f248c2e8b1d9ba5e55d2acbb96eaa3e1484f9d287b7d8c2f0e96f75109c957bfee88776996f +Size (golang.org_x_tools_@v_v0.1.1.mod) = 323 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.2.mod) = ff0324c63a110a262909307c5376878a90f2740049b941b2117dfd655703a7eb +SHA512 (golang.org_x_tools_@v_v0.1.2.mod) = 6fa4c11d23d3c08fed7331586d9e8da5299602dc97e861d74ce68f248c2e8b1d9ba5e55d2acbb96eaa3e1484f9d287b7d8c2f0e96f75109c957bfee88776996f +Size (golang.org_x_tools_@v_v0.1.2.mod) = 323 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.3.mod) = ff0324c63a110a262909307c5376878a90f2740049b941b2117dfd655703a7eb +SHA512 (golang.org_x_tools_@v_v0.1.3.mod) = 6fa4c11d23d3c08fed7331586d9e8da5299602dc97e861d74ce68f248c2e8b1d9ba5e55d2acbb96eaa3e1484f9d287b7d8c2f0e96f75109c957bfee88776996f +Size (golang.org_x_tools_@v_v0.1.3.mod) = 323 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.4.mod) = ff0324c63a110a262909307c5376878a90f2740049b941b2117dfd655703a7eb +SHA512 (golang.org_x_tools_@v_v0.1.4.mod) = 6fa4c11d23d3c08fed7331586d9e8da5299602dc97e861d74ce68f248c2e8b1d9ba5e55d2acbb96eaa3e1484f9d287b7d8c2f0e96f75109c957bfee88776996f +Size (golang.org_x_tools_@v_v0.1.4.mod) = 323 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.5.mod) = ff0324c63a110a262909307c5376878a90f2740049b941b2117dfd655703a7eb +SHA512 (golang.org_x_tools_@v_v0.1.5.mod) = 6fa4c11d23d3c08fed7331586d9e8da5299602dc97e861d74ce68f248c2e8b1d9ba5e55d2acbb96eaa3e1484f9d287b7d8c2f0e96f75109c957bfee88776996f +Size (golang.org_x_tools_@v_v0.1.5.mod) = 323 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.6-0.20210726203631-07bc1bf47fb2.mod) = ff0324c63a110a262909307c5376878a90f2740049b941b2117dfd655703a7eb +SHA512 (golang.org_x_tools_@v_v0.1.6-0.20210726203631-07bc1bf47fb2.mod) = 6fa4c11d23d3c08fed7331586d9e8da5299602dc97e861d74ce68f248c2e8b1d9ba5e55d2acbb96eaa3e1484f9d287b7d8c2f0e96f75109c957bfee88776996f +Size (golang.org_x_tools_@v_v0.1.6-0.20210726203631-07bc1bf47fb2.mod) = 323 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.9.mod) = c79a1292cac0f03edf3b85f35f06d7913ae6185e059c45a296a4d550b1f792cc +SHA512 (golang.org_x_tools_@v_v0.1.9.mod) = ef0a6fb3d91f7619ebfde302204504101c85d3c63c4a4bcffc60e6e0821db9d2adcdf5498ee1a2b365aed217e3a8b277ae494135e3d013eb3f08ef35ef835b99 +Size (golang.org_x_tools_@v_v0.1.9.mod) = 349 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.9.zip) = 234b07f7b9f4d934668cf2d99bccaacf479039b1556e6f3d7eb64ba3b058e328 +SHA512 (golang.org_x_tools_@v_v0.1.9.zip) = 497c3f29ca22c4724c51b69301c28909811c5f6d3148ce50c3e949bb77b84fc1f1b264b0cbf9b12dcfde488c7de42a11e18912c836a1bbfe024b76544992195e +Size (golang.org_x_tools_@v_v0.1.9.zip) = 3672935 bytes BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20190410155217-1f06c39b4373.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 SHA512 (golang.org_x_xerrors_@v_v0.0.0-20190410155217-1f06c39b4373.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 Size (golang.org_x_xerrors_@v_v0.0.0-20190410155217-1f06c39b4373.mod) = 37 bytes @@ -5373,6 +7146,9 @@ Size (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = 37 bytes BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.zip) = ed7aee360529bbe4656b0d0a4585db3b8bd8a4620396d26b168a214ca2f8aad2 SHA512 (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.zip) = 34044424d303f5032d4fd302bbf1aca390d45e876583cc223fddf0d685a6eec2bde0a4c1b82c4e471eb5be97fc8aea9b14695b07940d1ecde806636a85d12051 Size (golang.org_x_xerrors_@v_v0.0.0-20200804184101-5ec99f83aff1.zip) = 22295 bytes +BLAKE2s (google.golang.org_api_@v_v0.10.0.mod) = 5092b333be5e03a146afb4ddf6dac0e9c88497c31847e0591071a991e110dfbb +SHA512 (google.golang.org_api_@v_v0.10.0.mod) = 37c90eac881c258cb947f9507ae97466b355df015f64ef2d3ecbcbc154216623676340a000362e8229f3e842e68818a73ae64b5f63e3e1820cbff7b1e7b6d89e +Size (google.golang.org_api_@v_v0.10.0.mod) = 850 bytes BLAKE2s (google.golang.org_api_@v_v0.13.0.mod) = c7521f17396d5dd76066facbc249d51848eb57e93651afcc36b3dc19e548b718 SHA512 (google.golang.org_api_@v_v0.13.0.mod) = bd693c28b65c1b369f89a6b1926a127c91df98feb137ab5595bf141c1a67e3adcf25f79b4cbf3e4c44755d45b9f4876dacafbf18afa1e8c09fd89a8f9d0e9330 Size (google.golang.org_api_@v_v0.13.0.mod) = 851 bytes @@ -5427,9 +7203,60 @@ Size (google.golang.org_api_@v_v0.4.0.mod) = 506 bytes BLAKE2s (google.golang.org_api_@v_v0.40.0.mod) = cd7a17799c89a07bd1dec9fb796b34cefd9f342be2cf17a97f6ef08d4aa979ac SHA512 (google.golang.org_api_@v_v0.40.0.mod) = 33b7cbedac4b2c779aac3c67f883ec122079830cee7af6ddac0883ab69fe89482d9d73fc0f48b2596d396b87b19daf625ee4af0026648c8040a484560781bb87 Size (google.golang.org_api_@v_v0.40.0.mod) = 582 bytes -BLAKE2s (google.golang.org_api_@v_v0.40.0.zip) = b1944ceb7ebdb533062f60fcf9ee05b143811171a7503b10fece3759f38eece7 -SHA512 (google.golang.org_api_@v_v0.40.0.zip) = e2b8de11b65a21b98f19e64e1728506a6f952c14430c14d5053e24a6a88ada7762c42e8bb361ca4ebba107fa3fd2e10f33b60a3c20b0b0740a8fbbb5a2ed817c -Size (google.golang.org_api_@v_v0.40.0.zip) = 19789188 bytes +BLAKE2s (google.golang.org_api_@v_v0.41.0.mod) = e27f2ed4332f17206635f0b24cd76f7e70d438db1741fc6a1904d5df4e2ce3dd +SHA512 (google.golang.org_api_@v_v0.41.0.mod) = 8663309700a5c7b090ed954ce89f8d06999a3e6d943e1bd2b87c77cb75788272a0057718db9e145a10329c4bf2cb97ac00f7ef0d1b52355f54847b596c26710e +Size (google.golang.org_api_@v_v0.41.0.mod) = 554 bytes +BLAKE2s (google.golang.org_api_@v_v0.43.0.mod) = 7ba6c29e50294cc1c2bcd13f7d213d5b48e4215bbb8ef2ce637019752c7e90f9 +SHA512 (google.golang.org_api_@v_v0.43.0.mod) = d5a9b88edc13a0ae616c249beca3a712f5db2c643ef13c771f22e64b81548a32b46aa19fd87507bb27b385a9525423f586157bf9efd111d29677d38f02c85908 +Size (google.golang.org_api_@v_v0.43.0.mod) = 554 bytes +BLAKE2s (google.golang.org_api_@v_v0.45.0.mod) = 86b9b69262f2f127194cb882471eabd045a3b15b180e908a78d4ebeb25b0e397 +SHA512 (google.golang.org_api_@v_v0.45.0.mod) = 25531fccc7e4a38c0652d75bf2a5de96593eda785bd47d774daefd7bb16c36e673699a84c2bdbc3f10c2ebeddcef381517e93e5ae92eea54f40181f31a54f211 +Size (google.golang.org_api_@v_v0.45.0.mod) = 607 bytes +BLAKE2s (google.golang.org_api_@v_v0.47.0.mod) = 28e942b5f1572fb100393277a2eb622c90e1a98d024ac3aa7ff7a0152da110ed +SHA512 (google.golang.org_api_@v_v0.47.0.mod) = 9b7bd454c604432874fe9647a1768157bd384537992fe62bbc7a72e6feff614a4d33a7fbf89af1961ec71258115498980dabbbb040e7faebd9ef26a8802e8e31 +Size (google.golang.org_api_@v_v0.47.0.mod) = 661 bytes +BLAKE2s (google.golang.org_api_@v_v0.48.0.mod) = 5cbbff135ceab7e295417d38dad493aafd76a767b0ae190dbe69d2caa3634f5d +SHA512 (google.golang.org_api_@v_v0.48.0.mod) = 72192b22a77ca7c06873e9238461da5f9457a9901d7a269d1bccdf9749c818f24d2db7f007398fb2a0b197fec77ec186d8cebbcb8124ca24dac749248277a685 +Size (google.golang.org_api_@v_v0.48.0.mod) = 661 bytes +BLAKE2s (google.golang.org_api_@v_v0.5.0.mod) = b09bc3500d5534593f2d553888376b639a273968192020dc73458f08163a4914 +SHA512 (google.golang.org_api_@v_v0.5.0.mod) = 9fa566a26f8345a101dc94986755468b4782d78689d5a163aa5b960b507d4a0e8e435a8ce84073e07187745a156e2c9f586136895db2f08cfc4cd3329fc1e23a +Size (google.golang.org_api_@v_v0.5.0.mod) = 506 bytes +BLAKE2s (google.golang.org_api_@v_v0.50.0.mod) = 9e85e115ebb3a7af97e0e37c8afa2517b618bda9ab50cf00dc9a949dacd66127 +SHA512 (google.golang.org_api_@v_v0.50.0.mod) = 5c80d3ccc15286448411e9f23ddcc6e4856a8e68f1328d391d63aa8dcc33f5a09a03760553d153696aa02f31d488c3d456446267f2602aa4a685bd5d053c7a63 +Size (google.golang.org_api_@v_v0.50.0.mod) = 661 bytes +BLAKE2s (google.golang.org_api_@v_v0.51.0.mod) = e92016068fb99b32b20a4e0f130d7d791877a2a166321c2837836ca5815f0bb6 +SHA512 (google.golang.org_api_@v_v0.51.0.mod) = 14ebb886191515248093ef28ef10aac43451837ef920a1a2a81f3cbf208ec716b15fc4d3afbb820fe2e9a132e697d3b54d201a5d9673b8f4520144b66ca003b7 +Size (google.golang.org_api_@v_v0.51.0.mod) = 661 bytes +BLAKE2s (google.golang.org_api_@v_v0.54.0.mod) = f7f79dae64f425263223d13deef64f0edc01137061a91730ec93578bb482d6c5 +SHA512 (google.golang.org_api_@v_v0.54.0.mod) = a1090037d91b9a617bdac90efda46b90a92ad4ac562588232efa89d65a5682462ebaf3f8f340c38e09e5e742d6cee8891239ece5b8c255119bfcba26171fc53a +Size (google.golang.org_api_@v_v0.54.0.mod) = 661 bytes +BLAKE2s (google.golang.org_api_@v_v0.55.0.mod) = 6c84aa518d17af8fe5e9e7ea4989195f7df8ca736b1d231368687bac5abccf39 +SHA512 (google.golang.org_api_@v_v0.55.0.mod) = f53b4510cbc07c8fd04e075b7a57ea34fe014955bc6b3b74fb1db8bec0760fdbb9e1af1a910bccecce1f4a7a34f9f3c6163ed4b921ace85da2ee3d0f45f9351f +Size (google.golang.org_api_@v_v0.55.0.mod) = 661 bytes +BLAKE2s (google.golang.org_api_@v_v0.56.0.mod) = 6c84aa518d17af8fe5e9e7ea4989195f7df8ca736b1d231368687bac5abccf39 +SHA512 (google.golang.org_api_@v_v0.56.0.mod) = f53b4510cbc07c8fd04e075b7a57ea34fe014955bc6b3b74fb1db8bec0760fdbb9e1af1a910bccecce1f4a7a34f9f3c6163ed4b921ace85da2ee3d0f45f9351f +Size (google.golang.org_api_@v_v0.56.0.mod) = 661 bytes +BLAKE2s (google.golang.org_api_@v_v0.57.0.mod) = f88304ed6e23bb8954e14f2201a5663543f29483ce28ef4763f2f60813303afd +SHA512 (google.golang.org_api_@v_v0.57.0.mod) = edd8111b529705b1ba00fdbc839213b421c75e236f607c57121e4c1929de3778a134f8cbd62fc9247b3a1feda4f9b1b87bb95b50b965f74c48df3b8915304dbf +Size (google.golang.org_api_@v_v0.57.0.mod) = 661 bytes +BLAKE2s (google.golang.org_api_@v_v0.59.0.mod) = 0bd1564a2247ca34bc949fa9a00031b57dbb9965b85d38aa86ceaaea31c0914f +SHA512 (google.golang.org_api_@v_v0.59.0.mod) = 35dfb507e715bbe31a54c400a8791b0161f70784b42512045d36bed72d94b407ffe4d8169e946e841350e73698f5ffa7b8095e6cc5ae1dc9d9eb31a6bcd9b266 +Size (google.golang.org_api_@v_v0.59.0.mod) = 580 bytes +BLAKE2s (google.golang.org_api_@v_v0.6.0.mod) = 0519064051d1465d9ad30f158fb494b7c49058c6b003a279c79de9186092696c +SHA512 (google.golang.org_api_@v_v0.6.0.mod) = ebce54fde531bd84ab00dd8ceaddb4985906372f790a110c7ef68d934315b2d6a14dac19f655fc7ae92d1fca33c32d99df6568587816d1eeafc68e81c6327f51 +Size (google.golang.org_api_@v_v0.6.0.mod) = 814 bytes +BLAKE2s (google.golang.org_api_@v_v0.61.0.mod) = 6f295a70b5e5cbbf4e9980cf0be6dd9cfb312c487df9cd343ffa506c31bc0d82 +SHA512 (google.golang.org_api_@v_v0.61.0.mod) = 8549ae128c8676083e643b857cc212fb6e259c757791d03a289077f433fc19d986c20591136a3d1d19c62d4d8580cbb25c567fa66dc2a95b025b30a5cd98cf6c +Size (google.golang.org_api_@v_v0.61.0.mod) = 580 bytes +BLAKE2s (google.golang.org_api_@v_v0.62.0.mod) = 66dccc4d397a4f1dcdd41655dc00959fe1d6ec231db2a8548a4fe6a118cf08ae +SHA512 (google.golang.org_api_@v_v0.62.0.mod) = faf78859c102bcbf87cc3887c2f506ebca48a8415061fb3a408b5cd52c63f905ffc3b182ad39a2032f77a17ce54736e55facc17678e95e296e4f617c9890b6b0 +Size (google.golang.org_api_@v_v0.62.0.mod) = 580 bytes +BLAKE2s (google.golang.org_api_@v_v0.63.0.mod) = 86dda1ee9d43afe082e689cf246a168d81543211c8b5aa7a5c909d832ee2faa5 +SHA512 (google.golang.org_api_@v_v0.63.0.mod) = 1555e0c13890cd085d224ed77e72bf52dad43591f92ecd3a4acc1992df0437d73836b9c201cdb39464226235090693828a702bfdc26ad3dafc62ba8628561c88 +Size (google.golang.org_api_@v_v0.63.0.mod) = 580 bytes +BLAKE2s (google.golang.org_api_@v_v0.63.0.zip) = b7966e167e35d3702fede9546960213a0f6e4cff1f3bb3ea87db66b9a15ee67f +SHA512 (google.golang.org_api_@v_v0.63.0.zip) = 1eba59f97d4dbac87900125145aa7dfb5cdc99460535d2281899a6a413fd35be8d1bf7fd7f1c9cb2bcd3a0ec44632c444a32037caad20abf4fb12cddc471590e +Size (google.golang.org_api_@v_v0.63.0.zip) = 24665058 bytes BLAKE2s (google.golang.org_api_@v_v0.7.0.mod) = 9d314e15569bcab03d00f95d2aedd6ba59df2a08b4a1e48d3c2d8308f24e6252 SHA512 (google.golang.org_api_@v_v0.7.0.mod) = 617883d94a4de6e07dfd82d046148ccfc5ab4eaf73840a76a9823e5cf03a60b0e0b4f1b62712620de28895d013f01bcd39477cb87bfb94524a634be8818c268c Size (google.golang.org_api_@v_v0.7.0.mod) = 802 bytes @@ -5457,6 +7284,9 @@ Size (google.golang.org_appengine_@v_v1.5.0.mod) = 162 bytes BLAKE2s (google.golang.org_appengine_@v_v1.6.1.mod) = afdf6781d70a4d488c6ea6eb02df5f8cbacfc44a4410f749acba3c425d0c5978 SHA512 (google.golang.org_appengine_@v_v1.6.1.mod) = e3c391dfcc5f14fdc5430d7a1d239d4ebec89399b17851e4d7643b8c0c70077aaec3a1bc1a8dd5e3320d8bc6e1562a26e3fe1121d75ce578f37f5d2e84a4ddf6 Size (google.golang.org_appengine_@v_v1.6.1.mod) = 362 bytes +BLAKE2s (google.golang.org_appengine_@v_v1.6.2.mod) = afdf6781d70a4d488c6ea6eb02df5f8cbacfc44a4410f749acba3c425d0c5978 +SHA512 (google.golang.org_appengine_@v_v1.6.2.mod) = e3c391dfcc5f14fdc5430d7a1d239d4ebec89399b17851e4d7643b8c0c70077aaec3a1bc1a8dd5e3320d8bc6e1562a26e3fe1121d75ce578f37f5d2e84a4ddf6 +Size (google.golang.org_appengine_@v_v1.6.2.mod) = 362 bytes BLAKE2s (google.golang.org_appengine_@v_v1.6.5.mod) = ee43ba13681b6f213d2bd9fc34250aaa38435b625083da360fa60394d013c3fe SHA512 (google.golang.org_appengine_@v_v1.6.5.mod) = f99bba4e696291aae951ea3865a1cbaf0ba2df7cde4f86e942b2e5f5a4dfc6dfde95c74e52ff31ba69f2aa2a838d21843343b2203c732279eede5936b92d7c8c Size (google.golang.org_appengine_@v_v1.6.5.mod) = 171 bytes @@ -5469,9 +7299,15 @@ Size (google.golang.org_appengine_@v_v1.6.7.mod) = 171 bytes BLAKE2s (google.golang.org_appengine_@v_v1.6.7.zip) = 2558ceb62f5b7d3b1acefc47461c26e1e62f294ef36a1f72570d894ad21e8fa9 SHA512 (google.golang.org_appengine_@v_v1.6.7.zip) = cb047087045fe995e28b96c1a3ea3cef8b46facfcca80fdc14707f4f09d1429daeca9cbc456ecd9bb2e3d32dde145b75929506b10ffd67d35b3604674dc27b01 Size (google.golang.org_appengine_@v_v1.6.7.zip) = 417823 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20170818010345-ee236bd376b0.mod) = 5d32a076d2f3ba0cb87ebb31ad88c461f4fdc0073983438b3843612169eaa918 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20170818010345-ee236bd376b0.mod) = 1c29af2b4f8b54234f09dfbfad120b4b11d4fe67e9578b0553412f1587cac2fa2bfe5537fbf15e6d52dcb04332413231c250c3c460b04e64326d2eaed3102464 +Size (google.golang.org_genproto_@v_v0.0.0-20170818010345-ee236bd376b0.mod) = 34 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 5d32a076d2f3ba0cb87ebb31ad88c461f4fdc0073983438b3843612169eaa918 SHA512 (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 1c29af2b4f8b54234f09dfbfad120b4b11d4fe67e9578b0553412f1587cac2fa2bfe5537fbf15e6d52dcb04332413231c250c3c460b04e64326d2eaed3102464 Size (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 34 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20181107211654-5fc9ac540362.mod) = 5d32a076d2f3ba0cb87ebb31ad88c461f4fdc0073983438b3843612169eaa918 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20181107211654-5fc9ac540362.mod) = 1c29af2b4f8b54234f09dfbfad120b4b11d4fe67e9578b0553412f1587cac2fa2bfe5537fbf15e6d52dcb04332413231c250c3c460b04e64326d2eaed3102464 +Size (google.golang.org_genproto_@v_v0.0.0-20181107211654-5fc9ac540362.mod) = 34 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190307195333-5fe7a883aa19.mod) = 9ebbc5d53829565cbf0e28ccc39cb4efad2f1fca01a6f79fd03b480ebf7a3bb5 SHA512 (google.golang.org_genproto_@v_v0.0.0-20190307195333-5fe7a883aa19.mod) = 37a99611220df08ac5f15ed6f718f37a35523f5cef392b7b7da86b0eaf05e4fa5e52aceb42a6b6ddf6924b1f7cc151876d2e532c83dd2edbcca7c41b9191c427 Size (google.golang.org_genproto_@v_v0.0.0-20190307195333-5fe7a883aa19.mod) = 450 bytes @@ -5484,9 +7320,15 @@ Size (google.golang.org_genproto_@v_v0.0.0-20190425155659-357c62f0e4bb.mod) = 45 BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190502173448-54afdca5d873.mod) = 9ebbc5d53829565cbf0e28ccc39cb4efad2f1fca01a6f79fd03b480ebf7a3bb5 SHA512 (google.golang.org_genproto_@v_v0.0.0-20190502173448-54afdca5d873.mod) = 37a99611220df08ac5f15ed6f718f37a35523f5cef392b7b7da86b0eaf05e4fa5e52aceb42a6b6ddf6924b1f7cc151876d2e532c83dd2edbcca7c41b9191c427 Size (google.golang.org_genproto_@v_v0.0.0-20190502173448-54afdca5d873.mod) = 450 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190508193815-b515fa19cec8.mod) = 9ebbc5d53829565cbf0e28ccc39cb4efad2f1fca01a6f79fd03b480ebf7a3bb5 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20190508193815-b515fa19cec8.mod) = 37a99611220df08ac5f15ed6f718f37a35523f5cef392b7b7da86b0eaf05e4fa5e52aceb42a6b6ddf6924b1f7cc151876d2e532c83dd2edbcca7c41b9191c427 +Size (google.golang.org_genproto_@v_v0.0.0-20190508193815-b515fa19cec8.mod) = 450 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190530194941-fb225487d101.mod) = 004a001049325edc6bde95b77ca4443693935a338dfabfb3e2ba5747ea4e6a84 SHA512 (google.golang.org_genproto_@v_v0.0.0-20190530194941-fb225487d101.mod) = 1ab2bfe29c78700b879cd08ba8993d452715b4d374d349f48018a7ea8bd5999c236be0d164fe8d340d660e222e229f8ed490b7d8f5c931e754f3617510145905 Size (google.golang.org_genproto_@v_v0.0.0-20190530194941-fb225487d101.mod) = 331 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190620144150-6af8c5fc6601.mod) = 004a001049325edc6bde95b77ca4443693935a338dfabfb3e2ba5747ea4e6a84 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20190620144150-6af8c5fc6601.mod) = 1ab2bfe29c78700b879cd08ba8993d452715b4d374d349f48018a7ea8bd5999c236be0d164fe8d340d660e222e229f8ed490b7d8f5c931e754f3617510145905 +Size (google.golang.org_genproto_@v_v0.0.0-20190620144150-6af8c5fc6601.mod) = 331 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190801165951-fa694d86fc64.mod) = c93fe4aed91dcafd57851e72debaa8d63ce8b89c8687bf34f307b951e6bdcb31 SHA512 (google.golang.org_genproto_@v_v0.0.0-20190801165951-fa694d86fc64.mod) = 9f22a11a1d639cc7a465b6e826c2bc3915fe0ac847159a38c470f0b1631d6f6b2e0ae0548344f7a8e97161d4c6b80113062c04062b7ab887d7d615c39cbfc2dd Size (google.golang.org_genproto_@v_v0.0.0-20190801165951-fa694d86fc64.mod) = 331 bytes @@ -5535,12 +7377,18 @@ Size (google.golang.org_genproto_@v_v0.0.0-20200312145019-da6875a35672.mod) = 28 BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20200331122359-1ee6d9798940.mod) = 5977dc73b6778571632ae28146eb37a40792efd36b510bb3f8ee8fb87ea60208 SHA512 (google.golang.org_genproto_@v_v0.0.0-20200331122359-1ee6d9798940.mod) = 44dc287d4a33c4225229768c59d1b9e61b51fdc27b1745a8161b17bdef4499cb08ebc565c56caa01673317cbef46cb228ac69b9ada7d4bac870b22eddf5a2977 Size (google.golang.org_genproto_@v_v0.0.0-20200331122359-1ee6d9798940.mod) = 287 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20200423170343-7949de9c1215.mod) = 5977dc73b6778571632ae28146eb37a40792efd36b510bb3f8ee8fb87ea60208 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20200423170343-7949de9c1215.mod) = 44dc287d4a33c4225229768c59d1b9e61b51fdc27b1745a8161b17bdef4499cb08ebc565c56caa01673317cbef46cb228ac69b9ada7d4bac870b22eddf5a2977 +Size (google.golang.org_genproto_@v_v0.0.0-20200423170343-7949de9c1215.mod) = 287 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20200430143042-b979b6f78d84.mod) = 5977dc73b6778571632ae28146eb37a40792efd36b510bb3f8ee8fb87ea60208 SHA512 (google.golang.org_genproto_@v_v0.0.0-20200430143042-b979b6f78d84.mod) = 44dc287d4a33c4225229768c59d1b9e61b51fdc27b1745a8161b17bdef4499cb08ebc565c56caa01673317cbef46cb228ac69b9ada7d4bac870b22eddf5a2977 Size (google.golang.org_genproto_@v_v0.0.0-20200430143042-b979b6f78d84.mod) = 287 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20200511104702-f5ebc3bea380.mod) = 5977dc73b6778571632ae28146eb37a40792efd36b510bb3f8ee8fb87ea60208 SHA512 (google.golang.org_genproto_@v_v0.0.0-20200511104702-f5ebc3bea380.mod) = 44dc287d4a33c4225229768c59d1b9e61b51fdc27b1745a8161b17bdef4499cb08ebc565c56caa01673317cbef46cb228ac69b9ada7d4bac870b22eddf5a2977 Size (google.golang.org_genproto_@v_v0.0.0-20200511104702-f5ebc3bea380.mod) = 287 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20200513103714-09dca8ec2884.mod) = 5977dc73b6778571632ae28146eb37a40792efd36b510bb3f8ee8fb87ea60208 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20200513103714-09dca8ec2884.mod) = 44dc287d4a33c4225229768c59d1b9e61b51fdc27b1745a8161b17bdef4499cb08ebc565c56caa01673317cbef46cb228ac69b9ada7d4bac870b22eddf5a2977 +Size (google.golang.org_genproto_@v_v0.0.0-20200513103714-09dca8ec2884.mod) = 287 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20200515170657-fc4c6c6a6587.mod) = fcead8df9ea9f50b61e122673139d88c353e0cea5161371d3c3850b8dc8637c0 SHA512 (google.golang.org_genproto_@v_v0.0.0-20200515170657-fc4c6c6a6587.mod) = 67bb03661d5b872932d9a18ee7edc2908612a31db6391a8797e1cfa9aec45c6a3643b7943c4157db60f7e7aa235368a844c5e1fb382fa705074fc721c855a441 Size (google.golang.org_genproto_@v_v0.0.0-20200515170657-fc4c6c6a6587.mod) = 323 bytes @@ -5577,12 +7425,108 @@ Size (google.golang.org_genproto_@v_v0.0.0-20201210142538-e3217bee35cc.mod) = 26 BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20201214200347-8c77b98c765d.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 SHA512 (google.golang.org_genproto_@v_v0.0.0-20201214200347-8c77b98c765d.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 Size (google.golang.org_genproto_@v_v0.0.0-20201214200347-8c77b98c765d.mod) = 268 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210108203827-ffc7fda8c3d7.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210108203827-ffc7fda8c3d7.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 +Size (google.golang.org_genproto_@v_v0.0.0-20210108203827-ffc7fda8c3d7.mod) = 268 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210222152913-aa3ee6e6a81c.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 SHA512 (google.golang.org_genproto_@v_v0.0.0-20210222152913-aa3ee6e6a81c.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 Size (google.golang.org_genproto_@v_v0.0.0-20210222152913-aa3ee6e6a81c.mod) = 268 bytes -BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210222152913-aa3ee6e6a81c.zip) = 3203d3e9a5fc9c4f267092e647ddc32289a426e4a98374008cf58689c80025a0 -SHA512 (google.golang.org_genproto_@v_v0.0.0-20210222152913-aa3ee6e6a81c.zip) = f049b161fc4ca394e248fd0600c6c7ea79002c6d77e4108581e0b3a27241f5ba24b76251a8e4f2afb7e1b224792e591eb63a9da6e8ee909c36e346d3461259c3 -Size (google.golang.org_genproto_@v_v0.0.0-20210222152913-aa3ee6e6a81c.zip) = 9567922 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210226172003-ab064af71705.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210226172003-ab064af71705.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 +Size (google.golang.org_genproto_@v_v0.0.0-20210226172003-ab064af71705.mod) = 268 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210303154014-9728d6b83eeb.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210303154014-9728d6b83eeb.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 +Size (google.golang.org_genproto_@v_v0.0.0-20210303154014-9728d6b83eeb.mod) = 268 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210310155132-4ce2db91004e.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210310155132-4ce2db91004e.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 +Size (google.golang.org_genproto_@v_v0.0.0-20210310155132-4ce2db91004e.mod) = 268 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210319143718-93e7006c17a6.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210319143718-93e7006c17a6.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 +Size (google.golang.org_genproto_@v_v0.0.0-20210319143718-93e7006c17a6.mod) = 268 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210331142528-b7513248f0ba.mod) = a783f162b2f9e41c175c5085fe3d5534e06960ba03f21893e016a2dfdde3eec8 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210331142528-b7513248f0ba.mod) = c6d892fa8ab198a921437b1b017a9108e516f1d91a79b3fe0c39b674d19aa74385c30ae9456fdd1565c6c6308ce1b811d7b49db45e3fdedf1286aed38c1c48b4 +Size (google.golang.org_genproto_@v_v0.0.0-20210331142528-b7513248f0ba.mod) = 408 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210402141018-6c239bbf2bb1.mod) = a783f162b2f9e41c175c5085fe3d5534e06960ba03f21893e016a2dfdde3eec8 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210402141018-6c239bbf2bb1.mod) = c6d892fa8ab198a921437b1b017a9108e516f1d91a79b3fe0c39b674d19aa74385c30ae9456fdd1565c6c6308ce1b811d7b49db45e3fdedf1286aed38c1c48b4 +Size (google.golang.org_genproto_@v_v0.0.0-20210402141018-6c239bbf2bb1.mod) = 408 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210413151531-c14fb6ef47c3.mod) = 867a4ef30226f9d19bb3c76df593236a84d7e3a94206c74b8c5afac84470d2ed +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210413151531-c14fb6ef47c3.mod) = 8d6f7f28525e6ee67df587c2e013821259261f6dbf0a477dd26d0147aebca87ad0ad65fb662a37042252d2e82714f9c9e487164b74e67ad25a92e232ed9e5bee +Size (google.golang.org_genproto_@v_v0.0.0-20210413151531-c14fb6ef47c3.mod) = 408 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210510173355-fb37daa5cd7a.mod) = 867a4ef30226f9d19bb3c76df593236a84d7e3a94206c74b8c5afac84470d2ed +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210510173355-fb37daa5cd7a.mod) = 8d6f7f28525e6ee67df587c2e013821259261f6dbf0a477dd26d0147aebca87ad0ad65fb662a37042252d2e82714f9c9e487164b74e67ad25a92e232ed9e5bee +Size (google.golang.org_genproto_@v_v0.0.0-20210510173355-fb37daa5cd7a.mod) = 408 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210513213006-bf773b8c8384.mod) = 867a4ef30226f9d19bb3c76df593236a84d7e3a94206c74b8c5afac84470d2ed +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210513213006-bf773b8c8384.mod) = 8d6f7f28525e6ee67df587c2e013821259261f6dbf0a477dd26d0147aebca87ad0ad65fb662a37042252d2e82714f9c9e487164b74e67ad25a92e232ed9e5bee +Size (google.golang.org_genproto_@v_v0.0.0-20210513213006-bf773b8c8384.mod) = 408 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210602131652-f16073e35f0c.mod) = 74f0fffa46a5ed694a729eabde713edacb7ea31d7661d8d61be7e61701815525 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210602131652-f16073e35f0c.mod) = dbc012381b6e5c891ca583f791ec02094b4d1c43f0c22d1d4a992497d5f2503fcc78fb8f119c891a474156dd8fcde92acc27e75f40cc026cd37913aa83298fc5 +Size (google.golang.org_genproto_@v_v0.0.0-20210602131652-f16073e35f0c.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210604141403-392c879c8b08.mod) = 74f0fffa46a5ed694a729eabde713edacb7ea31d7661d8d61be7e61701815525 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210604141403-392c879c8b08.mod) = dbc012381b6e5c891ca583f791ec02094b4d1c43f0c22d1d4a992497d5f2503fcc78fb8f119c891a474156dd8fcde92acc27e75f40cc026cd37913aa83298fc5 +Size (google.golang.org_genproto_@v_v0.0.0-20210604141403-392c879c8b08.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210608205507-b6d2f5bf0d7d.mod) = 74f0fffa46a5ed694a729eabde713edacb7ea31d7661d8d61be7e61701815525 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210608205507-b6d2f5bf0d7d.mod) = dbc012381b6e5c891ca583f791ec02094b4d1c43f0c22d1d4a992497d5f2503fcc78fb8f119c891a474156dd8fcde92acc27e75f40cc026cd37913aa83298fc5 +Size (google.golang.org_genproto_@v_v0.0.0-20210608205507-b6d2f5bf0d7d.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210624195500-8bfb893ecb84.mod) = dc260c0c8cd8976ec8c88919f640c499a576b31c4a2f145c6bfc80ddfdcfb2d4 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210624195500-8bfb893ecb84.mod) = 0d1d8e04e6cff226b2472667f21fd7c72b21cf3cddd59dd8980219e2150b2662e10ce565b349093c1318849ff84e8178eb2f8782d26809cb5d5012aba1e90c44 +Size (google.golang.org_genproto_@v_v0.0.0-20210624195500-8bfb893ecb84.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210713002101-d411969a0d9a.mod) = 5675982b962e99325a82e4e17c55bcfb6b7ed8da00c4c47271c67b7deca3755b +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210713002101-d411969a0d9a.mod) = 69c25e94a0e174296abe276b1e02abd2b0b14e3f3a36c646d63dbeaa375c1936c0857ab6615b4eaaa90aa503eb6d00101dc0e57cf5498ff73271ce5d13da9226 +Size (google.golang.org_genproto_@v_v0.0.0-20210713002101-d411969a0d9a.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210716133855-ce7ef5c701ea.mod) = 5675982b962e99325a82e4e17c55bcfb6b7ed8da00c4c47271c67b7deca3755b +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210716133855-ce7ef5c701ea.mod) = 69c25e94a0e174296abe276b1e02abd2b0b14e3f3a36c646d63dbeaa375c1936c0857ab6615b4eaaa90aa503eb6d00101dc0e57cf5498ff73271ce5d13da9226 +Size (google.golang.org_genproto_@v_v0.0.0-20210716133855-ce7ef5c701ea.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210728212813-7823e685a01f.mod) = 209d558b97892969defac070758e8cfe26838cc65e2747a2718e80e199952277 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210728212813-7823e685a01f.mod) = dc854a5bc0656a51500f50d050eb129a94cabb7ea627314ae8eed44084af17ef712785074a74bef2f11b5f0ff98311dea246d6a0f646afeb1b9e00d25929c2b3 +Size (google.golang.org_genproto_@v_v0.0.0-20210728212813-7823e685a01f.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210805201207-89edb61ffb67.mod) = 209d558b97892969defac070758e8cfe26838cc65e2747a2718e80e199952277 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210805201207-89edb61ffb67.mod) = dc854a5bc0656a51500f50d050eb129a94cabb7ea627314ae8eed44084af17ef712785074a74bef2f11b5f0ff98311dea246d6a0f646afeb1b9e00d25929c2b3 +Size (google.golang.org_genproto_@v_v0.0.0-20210805201207-89edb61ffb67.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210813162853-db860fec028c.mod) = 695b4734ae5878ad4054b7176fc75d129e75e7a8bca1accbf6b8f945cd2db174 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210813162853-db860fec028c.mod) = 0fb947ff6a7caf91b32c186a14d2f19ee906f83c9ba5de3209525a3829eb5ef75f0097961ee9e11dc9cb151238e7baf16fb1450c97a53764ef57653f9cba8a75 +Size (google.golang.org_genproto_@v_v0.0.0-20210813162853-db860fec028c.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210821163610-241b8fcbd6c8.mod) = 225bd2d4d4d0da8b745b0add719d0ae8c045d5b177243a62d672cc491745dce6 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210821163610-241b8fcbd6c8.mod) = 4aa8d342e58f401b4b3005add3ddd4df50758ff346a09728be67830ad4ebb3db90edb12bf81cbb819b343a4de4b5290148e462bf07ef392cf94538b0477e734f +Size (google.golang.org_genproto_@v_v0.0.0-20210821163610-241b8fcbd6c8.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210828152312-66f60bf46e71.mod) = 225bd2d4d4d0da8b745b0add719d0ae8c045d5b177243a62d672cc491745dce6 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210828152312-66f60bf46e71.mod) = 4aa8d342e58f401b4b3005add3ddd4df50758ff346a09728be67830ad4ebb3db90edb12bf81cbb819b343a4de4b5290148e462bf07ef392cf94538b0477e734f +Size (google.golang.org_genproto_@v_v0.0.0-20210828152312-66f60bf46e71.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210831024726-fe130286e0e2.mod) = 225bd2d4d4d0da8b745b0add719d0ae8c045d5b177243a62d672cc491745dce6 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210831024726-fe130286e0e2.mod) = 4aa8d342e58f401b4b3005add3ddd4df50758ff346a09728be67830ad4ebb3db90edb12bf81cbb819b343a4de4b5290148e462bf07ef392cf94538b0477e734f +Size (google.golang.org_genproto_@v_v0.0.0-20210831024726-fe130286e0e2.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210903162649-d08c68adba83.mod) = 225bd2d4d4d0da8b745b0add719d0ae8c045d5b177243a62d672cc491745dce6 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210903162649-d08c68adba83.mod) = 4aa8d342e58f401b4b3005add3ddd4df50758ff346a09728be67830ad4ebb3db90edb12bf81cbb819b343a4de4b5290148e462bf07ef392cf94538b0477e734f +Size (google.golang.org_genproto_@v_v0.0.0-20210903162649-d08c68adba83.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210909211513-a8c4777a87af.mod) = 225bd2d4d4d0da8b745b0add719d0ae8c045d5b177243a62d672cc491745dce6 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210909211513-a8c4777a87af.mod) = 4aa8d342e58f401b4b3005add3ddd4df50758ff346a09728be67830ad4ebb3db90edb12bf81cbb819b343a4de4b5290148e462bf07ef392cf94538b0477e734f +Size (google.golang.org_genproto_@v_v0.0.0-20210909211513-a8c4777a87af.mod) = 278 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210924002016-3dee208752a0.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210924002016-3dee208752a0.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20210924002016-3dee208752a0.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211008145708-270636b82663.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211008145708-270636b82663.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211008145708-270636b82663.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211028162531-8db9c33dc351.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211028162531-8db9c33dc351.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211028162531-8db9c33dc351.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211118181313-81c1377c94b1.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211118181313-81c1377c94b1.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211118181313-81c1377c94b1.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211129164237-f09f9a12af12.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211129164237-f09f9a12af12.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211129164237-f09f9a12af12.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211203200212-54befc351ae9.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211203200212-54befc351ae9.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211203200212-54befc351ae9.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211206160659-862468c7d6e0.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211206160659-862468c7d6e0.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211206160659-862468c7d6e0.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211208223120-3a66f561d7aa.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211208223120-3a66f561d7aa.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211208223120-3a66f561d7aa.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211208223120-3a66f561d7aa.zip) = 7ef303ded97b37f66ddafbfda2c1ea035004d9ec7a18bd09501f8015051a2958 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211208223120-3a66f561d7aa.zip) = 023a95b3a71d20df05d8be7118f1369119eb21311f9f1cbe5f9b8cee7707408264f5836c88a7ba4c2047f1e2bf9132ee7152c8b4a7202d99fa4e937a01b8e647 +Size (google.golang.org_genproto_@v_v0.0.0-20211208223120-3a66f561d7aa.zip) = 14384384 bytes BLAKE2s (google.golang.org_grpc_@v_v1.17.0.mod) = ae61731d0d40a9e9d91bc559d42fa6fb691c64e6def7820b3ca66fe5e6ba0ade SHA512 (google.golang.org_grpc_@v_v1.17.0.mod) = ac90f3fc374cc1ac7706146efaa8488a59634a209c30bf87453fa150bf8849870db2ec04e854438d59911ea35930a5dd8f40f5d5954786d0e0565907fc42f711 Size (google.golang.org_grpc_@v_v1.17.0.mod) = 832 bytes @@ -5640,6 +7584,9 @@ Size (google.golang.org_grpc_@v_v1.31.1.mod) = 511 bytes BLAKE2s (google.golang.org_grpc_@v_v1.32.0.mod) = 96961c1940f2dd0389cb33f0a1acad61a989a676a036b4e5b60e7ebbbb42fd58 SHA512 (google.golang.org_grpc_@v_v1.32.0.mod) = a41ca5b114ddc35287b79e63133b1e753dc9baf5e993dd08045c9400a91a741cfab96dad0870c0ae835226031ba3eae11bbb48df814b9613308be63a0d70b603 Size (google.golang.org_grpc_@v_v1.32.0.mod) = 511 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.33.1.mod) = 5274a37aa34a45b342c221de2430d5285857777730788a36289af269f436bbba +SHA512 (google.golang.org_grpc_@v_v1.33.1.mod) = 4e4f309652556a76b4dcd3bc14b32c69d8aac9dde500456d1d9f9f4c773a5aeaa19061f29f5148f7e815c0c5dd0ba377470975d004b0b73213206e7d5aeb89df +Size (google.golang.org_grpc_@v_v1.33.1.mod) = 542 bytes BLAKE2s (google.golang.org_grpc_@v_v1.33.2.mod) = 83e907e198a0c8dd37e7686ad0989b5faa0472546168b9ee3dc594e2ced8cac9 SHA512 (google.golang.org_grpc_@v_v1.33.2.mod) = 3c04e477a21db637ce07078cb89ad236db3151ca0fe474eab32c326e7e849b41abfa873045d2214bc95e34ebec7767a68f9d5a9828ef286abb4636a14677c479 Size (google.golang.org_grpc_@v_v1.33.2.mod) = 578 bytes @@ -5649,9 +7596,51 @@ Size (google.golang.org_grpc_@v_v1.34.0.mod) = 578 bytes BLAKE2s (google.golang.org_grpc_@v_v1.35.0.mod) = 25360757f62865ff14336c9b1f76ac64f91fa863f823108467dadb0a14aae20c SHA512 (google.golang.org_grpc_@v_v1.35.0.mod) = 33faa853ccdf8c52a82c9c44e4b5f2dae76e5cc2c1e8227036f8f5fe7f1b496066fa72a379714491c6d2ac14e0ea8fe5419dc0a1626f9e60933b897903377b45 Size (google.golang.org_grpc_@v_v1.35.0.mod) = 608 bytes -BLAKE2s (google.golang.org_grpc_@v_v1.35.0.zip) = 3e280176b1fe137db08b962f3f266aa057f5db664627a7a7ccbcbb6784a6e337 -SHA512 (google.golang.org_grpc_@v_v1.35.0.zip) = e8549e0db0d38757a7b9e64abcfa1ab3d8afd1475906cb10261ac06f08ca0ba6af2f3c1388dfc06193663b58860e0e353c5ffab152f0eb7e98c721c5e308488c -Size (google.golang.org_grpc_@v_v1.35.0.zip) = 1436158 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.36.0.mod) = 25360757f62865ff14336c9b1f76ac64f91fa863f823108467dadb0a14aae20c +SHA512 (google.golang.org_grpc_@v_v1.36.0.mod) = 33faa853ccdf8c52a82c9c44e4b5f2dae76e5cc2c1e8227036f8f5fe7f1b496066fa72a379714491c6d2ac14e0ea8fe5419dc0a1626f9e60933b897903377b45 +Size (google.golang.org_grpc_@v_v1.36.0.mod) = 608 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.36.1.mod) = 25360757f62865ff14336c9b1f76ac64f91fa863f823108467dadb0a14aae20c +SHA512 (google.golang.org_grpc_@v_v1.36.1.mod) = 33faa853ccdf8c52a82c9c44e4b5f2dae76e5cc2c1e8227036f8f5fe7f1b496066fa72a379714491c6d2ac14e0ea8fe5419dc0a1626f9e60933b897903377b45 +Size (google.golang.org_grpc_@v_v1.36.1.mod) = 608 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.37.0.mod) = 3a0c4158d20793f4c0500bd02336465cbd33bdf4b7be80e6fdc74f6f5d97f5fe +SHA512 (google.golang.org_grpc_@v_v1.37.0.mod) = bf2d4e70b656e1345aee9029d35a922424bdbdd05edb45fd8f0267af3a17da53d1d1ff005d58b99d721883e7371b2d2ea99fb67bda9ae880f5ea12a32d8f2078 +Size (google.golang.org_grpc_@v_v1.37.0.mod) = 608 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.37.1.mod) = 3a0c4158d20793f4c0500bd02336465cbd33bdf4b7be80e6fdc74f6f5d97f5fe +SHA512 (google.golang.org_grpc_@v_v1.37.1.mod) = bf2d4e70b656e1345aee9029d35a922424bdbdd05edb45fd8f0267af3a17da53d1d1ff005d58b99d721883e7371b2d2ea99fb67bda9ae880f5ea12a32d8f2078 +Size (google.golang.org_grpc_@v_v1.37.1.mod) = 608 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.38.0.mod) = 3a0c4158d20793f4c0500bd02336465cbd33bdf4b7be80e6fdc74f6f5d97f5fe +SHA512 (google.golang.org_grpc_@v_v1.38.0.mod) = bf2d4e70b656e1345aee9029d35a922424bdbdd05edb45fd8f0267af3a17da53d1d1ff005d58b99d721883e7371b2d2ea99fb67bda9ae880f5ea12a32d8f2078 +Size (google.golang.org_grpc_@v_v1.38.0.mod) = 608 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.39.0.mod) = 565ee8722c2932c2658bb34c045dd52653cbb9850ca6389f3abd603d06848283 +SHA512 (google.golang.org_grpc_@v_v1.39.0.mod) = 6eb0f8d38caeac4bd92806466132208239fee81c4af1c1f6200a3e9074a70b8ebe76ac8c2d9992e61ac9e86a5309a5333b37ce004a22305491d7d513ccf94d2e +Size (google.golang.org_grpc_@v_v1.39.0.mod) = 608 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.39.1.mod) = 565ee8722c2932c2658bb34c045dd52653cbb9850ca6389f3abd603d06848283 +SHA512 (google.golang.org_grpc_@v_v1.39.1.mod) = 6eb0f8d38caeac4bd92806466132208239fee81c4af1c1f6200a3e9074a70b8ebe76ac8c2d9992e61ac9e86a5309a5333b37ce004a22305491d7d513ccf94d2e +Size (google.golang.org_grpc_@v_v1.39.1.mod) = 608 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.40.0.mod) = 428de47459e4decd104d9a5148a992d9872ddb4214e9252f1ed0d53f4a14814a +SHA512 (google.golang.org_grpc_@v_v1.40.0.mod) = 718a4678722359c59fb9aff2b44d00d62524a5931220eb2fb7ea32a36aa443fdeb882ce157e5a99e2a7b1817dfc97c5e3f619559e6b723a3aba1274c4b75d28d +Size (google.golang.org_grpc_@v_v1.40.0.mod) = 642 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.40.1.mod) = 428de47459e4decd104d9a5148a992d9872ddb4214e9252f1ed0d53f4a14814a +SHA512 (google.golang.org_grpc_@v_v1.40.1.mod) = 718a4678722359c59fb9aff2b44d00d62524a5931220eb2fb7ea32a36aa443fdeb882ce157e5a99e2a7b1817dfc97c5e3f619559e6b723a3aba1274c4b75d28d +Size (google.golang.org_grpc_@v_v1.40.1.mod) = 642 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.42.0.mod) = 706ce6059f8d6e71cd8e3c25a72e5d98cfe3b071b484da8e94839ab3f15c0cdd +SHA512 (google.golang.org_grpc_@v_v1.42.0.mod) = f69ab4b609ca4d25e59ab50c53cf7b42484e6bf799eada0b1eff738350c7dc4310af5b24d02e34b8c017d06ea884e391dbfdc060ae70787fec374a33eae4cc75 +Size (google.golang.org_grpc_@v_v1.42.0.mod) = 705 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.43.0.mod) = 706ce6059f8d6e71cd8e3c25a72e5d98cfe3b071b484da8e94839ab3f15c0cdd +SHA512 (google.golang.org_grpc_@v_v1.43.0.mod) = f69ab4b609ca4d25e59ab50c53cf7b42484e6bf799eada0b1eff738350c7dc4310af5b24d02e34b8c017d06ea884e391dbfdc060ae70787fec374a33eae4cc75 +Size (google.golang.org_grpc_@v_v1.43.0.mod) = 705 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.43.0.zip) = 5fa35ea472ef5f2bcec2722927812c066c3caec39bfa06dde1611d3f8ba3303d +SHA512 (google.golang.org_grpc_@v_v1.43.0.zip) = 22d71705a61b8abf2605af59d9c0b5d700be753174a5e5665f9497a3c4d295deab0e959d86d03c3cf2775293e3704a8dfbe1cd100c310d499f48b2ef01eb021e +Size (google.golang.org_grpc_@v_v1.43.0.zip) = 1731186 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.8.0.mod) = d01badc08bc78c3f658373f20d3a6e0d92869a90ebdfd55c0b20c31fa62af70d +SHA512 (google.golang.org_grpc_@v_v1.8.0.mod) = 10c6aa20da47c7923358430b63d5d5264d54f6a6cf70b008ed157807c07073cd0c64bef9db282b39fdb523515e1429125079cc29273ba186f7e4b42712d3d37a +Size (google.golang.org_grpc_@v_v1.8.0.mod) = 30 bytes +BLAKE2s (google.golang.org_grpc_cmd_protoc-gen-go-grpc_@v_v1.1.0.mod) = 7c7cde3627856e17779a1c0f87b6e1135b55d2fa3f7cacde6cb8431320631fa5 +SHA512 (google.golang.org_grpc_cmd_protoc-gen-go-grpc_@v_v1.1.0.mod) = e5e455ab72efe80c6d130c4631162f2d42690edff30064c0314700c8ce9d3c77b14554ff1b398aebb940e6501bef102af78a32e05b424b3b381625ca7d5e7cd0 +Size (google.golang.org_grpc_cmd_protoc-gen-go-grpc_@v_v1.1.0.mod) = 105 bytes +BLAKE2s (google.golang.org_grpc_cmd_protoc-gen-go-grpc_@v_v1.1.0.zip) = 3ae510bbb15de4b029c64b16256530ae41b09614b385c03eb66d13559954430a +SHA512 (google.golang.org_grpc_cmd_protoc-gen-go-grpc_@v_v1.1.0.zip) = 556336b4825a11c3a91b4dad7dfdd768921563934e36f505cf7792062ec802340b254c99bde39dac45a36335a9fef973750e7ff8aa27657221c37952c0315314 +Size (google.golang.org_grpc_cmd_protoc-gen-go-grpc_@v_v1.1.0.zip) = 11254 bytes BLAKE2s (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = ff516c5da80a28067f3b2367f493aa857f3f1818cc25f5306d4a131c6d062f33 SHA512 (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = 3cb3393e78f44d9de80074244756d5e309d19adca15e8313a392b925a687edad46e93c612da1539dc09d0c0072a063eede6f04fbd9e5671059e9857da0f7b1e6 Size (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = 83 bytes @@ -5682,6 +7671,9 @@ Size (google.golang.org_protobuf_@v_v1.24.0.mod) = 186 bytes BLAKE2s (google.golang.org_protobuf_@v_v1.25.0.mod) = aefdb19b7351937b8c42b4e7dd7be78f321246a84fe3b86c2ed0fedadc26fce0 SHA512 (google.golang.org_protobuf_@v_v1.25.0.mod) = 1b0e5543fcdbca876b51ed261aa7b8abf09e985e4622111d46378893b7a2bbad882135fc1eb26ebbf97078800f6ad9f2983dd11c62a8aaa2ab1a4f0774585e65 Size (google.golang.org_protobuf_@v_v1.25.0.mod) = 186 bytes +BLAKE2s (google.golang.org_protobuf_@v_v1.25.1-0.20200805231151-a709e31e5d12.mod) = aefdb19b7351937b8c42b4e7dd7be78f321246a84fe3b86c2ed0fedadc26fce0 +SHA512 (google.golang.org_protobuf_@v_v1.25.1-0.20200805231151-a709e31e5d12.mod) = 1b0e5543fcdbca876b51ed261aa7b8abf09e985e4622111d46378893b7a2bbad882135fc1eb26ebbf97078800f6ad9f2983dd11c62a8aaa2ab1a4f0774585e65 +Size (google.golang.org_protobuf_@v_v1.25.1-0.20200805231151-a709e31e5d12.mod) = 186 bytes BLAKE2s (google.golang.org_protobuf_@v_v1.26.0-rc.1.mod) = f782892e469e3758f9b25ae9ccc69ab8e30396afa00217ce47a7fe80fe3069d4 SHA512 (google.golang.org_protobuf_@v_v1.26.0-rc.1.mod) = a7b2aad691925341e3d1f6d1d1453b68386902a4e2e1c0deb406bc157d04328c5519a01ce938a33a6e358cbd9dc0c2f862c9822bde5314d2eb9d416d7bf789d2 Size (google.golang.org_protobuf_@v_v1.26.0-rc.1.mod) = 83 bytes @@ -5727,9 +7719,12 @@ Size (gopkg.in_check.v1_@v_v1.0.0-20201130134442-10cb98267c6c.zip) = 42835 bytes BLAKE2s (gopkg.in_cheggaaa_pb.v1_@v_v1.0.25.mod) = 2319d3f4bd511949e70116a3d7160ae273427baaba1e8fd32a144e349a3c8c68 SHA512 (gopkg.in_cheggaaa_pb.v1_@v_v1.0.25.mod) = b8685a6e649de49671d079375ba2132a467bb015a29a7182744caa9464f5e7ac72a952b10faf04e5b6d745ec955b565dc03cbc4ca9849d23ebd5303a12f18401 Size (gopkg.in_cheggaaa_pb.v1_@v_v1.0.25.mod) = 31 bytes -BLAKE2s (gopkg.in_cheggaaa_pb.v1_@v_v1.0.25.zip) = 148b1c62b137bca88a651271689e99caefbf433c78946467bb39cd0843bd36a2 -SHA512 (gopkg.in_cheggaaa_pb.v1_@v_v1.0.25.zip) = 3cfbad655bd8ecfa2b30aa71d41c6c1620dda6c0ce4574c21d017e6f5fb3c15a511520f2bdf3147f74e17fc21406c55a798f2fede3ad28f9121603efd6994469 -Size (gopkg.in_cheggaaa_pb.v1_@v_v1.0.25.zip) = 18135 bytes +BLAKE2s (gopkg.in_cheggaaa_pb.v1_@v_v1.0.28.mod) = 2319d3f4bd511949e70116a3d7160ae273427baaba1e8fd32a144e349a3c8c68 +SHA512 (gopkg.in_cheggaaa_pb.v1_@v_v1.0.28.mod) = b8685a6e649de49671d079375ba2132a467bb015a29a7182744caa9464f5e7ac72a952b10faf04e5b6d745ec955b565dc03cbc4ca9849d23ebd5303a12f18401 +Size (gopkg.in_cheggaaa_pb.v1_@v_v1.0.28.mod) = 31 bytes +BLAKE2s (gopkg.in_cheggaaa_pb.v1_@v_v1.0.28.zip) = 0bde1f20c1831a1afce1838af22014b34cb38f2f3f6ac186db32fd6c3610624a +SHA512 (gopkg.in_cheggaaa_pb.v1_@v_v1.0.28.zip) = 6575eb0dea6524b8e5072a7eeb8d57f57ea2d6c6354d137b28befe9a85cc13bddf061fbe6f0da7d418bcb4ad293b38a3664424096930eadf5e16c4554cdd450f +Size (gopkg.in_cheggaaa_pb.v1_@v_v1.0.28.zip) = 18118 bytes BLAKE2s (gopkg.in_errgo.v2_@v_v2.1.0.mod) = 299af9dfb84cb83a53d1cdd19f1f74774b59f10986c729065706bc140c2a4232 SHA512 (gopkg.in_errgo.v2_@v_v2.1.0.mod) = cac59fd7470fc9d3203dab6b9e881d4182cfca5acf0a19207a9aff2964d42f20422f9a164bb52b2fa73c523e3caafd63028189bd4190a1670870154dbf3e8178 Size (gopkg.in_errgo.v2_@v_v2.1.0.mod) = 133 bytes @@ -5775,9 +7770,12 @@ Size (gopkg.in_ini.v1_@v_v1.57.0.mod) = 23 bytes BLAKE2s (gopkg.in_ini.v1_@v_v1.62.0.mod) = 2e83c77adb4bf925e003c8af4d6d438ff6ee44c41b30468e4c27c39827e6ec21 SHA512 (gopkg.in_ini.v1_@v_v1.62.0.mod) = 7650ff592e6f5a0393f794fbdf17a28ad228a2d29ca79685c9ab8d9ec395554f1691b2a0d061e6248cf542f89be4d9a68884f7b24de7c8ddfef9c02cfeedda73 Size (gopkg.in_ini.v1_@v_v1.62.0.mod) = 23 bytes -BLAKE2s (gopkg.in_ini.v1_@v_v1.62.0.zip) = 4c35c9d2f255599f3abf20de7e52bc8fa407a8f718e43c77d1caee4a861126b1 -SHA512 (gopkg.in_ini.v1_@v_v1.62.0.zip) = b812663ce5f6668da2265890b0ec9fd0531bb128a69fc6cf3546ca9acda71b4db2d8be782f18d81665b060d0418ce6f92bfb69f6dcb89b18b0d5492df4505cb3 -Size (gopkg.in_ini.v1_@v_v1.62.0.zip) = 66745 bytes +BLAKE2s (gopkg.in_ini.v1_@v_v1.66.2.mod) = 2e83c77adb4bf925e003c8af4d6d438ff6ee44c41b30468e4c27c39827e6ec21 +SHA512 (gopkg.in_ini.v1_@v_v1.66.2.mod) = 7650ff592e6f5a0393f794fbdf17a28ad228a2d29ca79685c9ab8d9ec395554f1691b2a0d061e6248cf542f89be4d9a68884f7b24de7c8ddfef9c02cfeedda73 +Size (gopkg.in_ini.v1_@v_v1.66.2.mod) = 23 bytes +BLAKE2s (gopkg.in_ini.v1_@v_v1.66.2.zip) = 9faa7357a5af3e5f8c7f832240831386b4f1328a03df46e5f1929a509bfe6fe9 +SHA512 (gopkg.in_ini.v1_@v_v1.66.2.zip) = dac276ad1107e8bbb684164cd0f4e8ead7c577c151c2b6ec477b81a1d91777ffc1e4f7f6fdd52d910ec30ab693f831c5613373c614f8668419e917a655a50e59 +Size (gopkg.in_ini.v1_@v_v1.66.2.zip) = 67100 bytes BLAKE2s (gopkg.in_resty.v1_@v_v1.12.0.mod) = 89b44dd45b10521e850631e52c8be272758a2acc955aa29d50e80358c2f7aa86 SHA512 (gopkg.in_resty.v1_@v_v1.12.0.mod) = 84c11a71dfd5f94cbcc79aaa8d387600ea3eec89cdb44bc63e55daad5700dc20aa719ce7a5c960cf97900231bedd118afbd93c408aec449e68ed5d8c5641ff57 Size (gopkg.in_resty.v1_@v_v1.12.0.mod) = 86 bytes @@ -5790,6 +7788,24 @@ Size (gopkg.in_square_go-jose.v2_@v_v2.5.1.mod) = 34 bytes BLAKE2s (gopkg.in_square_go-jose.v2_@v_v2.5.1.zip) = 479d7d6c3e3ecebec0133cff67c58eb236aa79e61f9e6538c2ef21b6cc9c9382 SHA512 (gopkg.in_square_go-jose.v2_@v_v2.5.1.zip) = 7ec385824affaaa72aca2b5af052dc7e941a24b1712e0e1945fe6276df3b02ca9eaaf79fdc0888e398aaf10ce3b261f0d23b2c6485184e6a6587e1d04f1c8742 Size (gopkg.in_square_go-jose.v2_@v_v2.5.1.zip) = 353844 bytes +BLAKE2s (gopkg.in_src-d_go-billy.v4_@v_v4.3.2.mod) = 6da91ad54e66f5a308d373654b7d03245ea9ed6dafb41dc2b09d8643371758c5 +SHA512 (gopkg.in_src-d_go-billy.v4_@v_v4.3.2.mod) = b39a6f26eb0dae87688149c00768ab232cf1615b55f210d69fd10423034e2ace9c48d8e246cc12e235e93e7ef539dc116083107a589b02f565d6e713ccdfecfc +Size (gopkg.in_src-d_go-billy.v4_@v_v4.3.2.mod) = 233 bytes +BLAKE2s (gopkg.in_src-d_go-billy.v4_@v_v4.3.2.zip) = 1f821eed8029c21bab12b2054370a780f128fb58cdc71d409b501e8ed51958ca +SHA512 (gopkg.in_src-d_go-billy.v4_@v_v4.3.2.zip) = 062b07336fa56dfd71f10a8087793d8b210cd56e095d039d370632d919a00e13602e260829abcf04d51a3268a2592a4c1f62314f68eb1463fcdac90cc259491c +Size (gopkg.in_src-d_go-billy.v4_@v_v4.3.2.zip) = 43313 bytes +BLAKE2s (gopkg.in_src-d_go-git-fixtures.v3_@v_v3.5.0.mod) = 472f508c3e9c8e25cc9f06cbae585b25efcadf0c44397eda55a60dfedb93edce +SHA512 (gopkg.in_src-d_go-git-fixtures.v3_@v_v3.5.0.mod) = cf6f2393997a22a6e1f8549bd632b9406ae54a300c1d0981453a1bd6bdb084de71e6f5515cde2d875cc006651d689769159fa3d38fb761c194402d484bde02da +Size (gopkg.in_src-d_go-git-fixtures.v3_@v_v3.5.0.mod) = 41 bytes +BLAKE2s (gopkg.in_src-d_go-git-fixtures.v3_@v_v3.5.0.zip) = 81ccc1c7969656089ef42dbd134e044b1911c22512cc280d448048ba6b30b7e3 +SHA512 (gopkg.in_src-d_go-git-fixtures.v3_@v_v3.5.0.zip) = 8523960cb94172d546f1da2d9d52fa63f08d9ccf52626c7ed55398e3e07cf209c6d2d11e99f56465db77d1c722be45556f43258a45cb3496b4528b1a938618d7 +Size (gopkg.in_src-d_go-git-fixtures.v3_@v_v3.5.0.zip) = 48452051 bytes +BLAKE2s (gopkg.in_src-d_go-git.v4_@v_v4.13.1.mod) = c7dbb89e9c135a9f69ee5532abd102b69bc02f566235595106ed63b4efb01612 +SHA512 (gopkg.in_src-d_go-git.v4_@v_v4.13.1.mod) = d8cc528d1e6d8e8f1ca6f3da5d74f63bf70ed45e3dbaacaed27065ea666dce1aed2e675a15b22e6faddc9893f8af7704f95276b8249f2209a6402a61fdbabfd1 +Size (gopkg.in_src-d_go-git.v4_@v_v4.13.1.mod) = 1258 bytes +BLAKE2s (gopkg.in_src-d_go-git.v4_@v_v4.13.1.zip) = 8b6a4c7fcbf8e45a262957311a19a2045f6f30d9de1013e41c1cf035d213eef0 +SHA512 (gopkg.in_src-d_go-git.v4_@v_v4.13.1.zip) = 2825debd3ebb30b5d0572dacecbc5d12de62307ae3ca783c7103dbcc50abc938298ed719b3fc413f36563ba4824fca1c6e64026d2b050b93f7f5ae1dfd71280c +Size (gopkg.in_src-d_go-git.v4_@v_v4.13.1.zip) = 612427 bytes BLAKE2s (gopkg.in_tomb.v1_@v_v1.0.0-20141024135613-dd632973f1e7.mod) = 1f130a061170dffefbb4a21b3be32d706d71e8c0ba45145d19246d4a4166c10b SHA512 (gopkg.in_tomb.v1_@v_v1.0.0-20141024135613-dd632973f1e7.mod) = b147b03cabc4666519b94f4d9c7d9fefdea45810e3e35a9b3d303dba491d486fe03c0d5969a6186adbb9c75665e4f3e9811c7bf4ce72c46280b053611c198c41 Size (gopkg.in_tomb.v1_@v_v1.0.0-20141024135613-dd632973f1e7.mod) = 24 bytes @@ -5811,6 +7827,9 @@ Size (gopkg.in_yaml.v2_@v_v2.2.1.mod) = 95 bytes BLAKE2s (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 SHA512 (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 Size (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 95 bytes +BLAKE2s (gopkg.in_yaml.v2_@v_v2.2.3.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 +SHA512 (gopkg.in_yaml.v2_@v_v2.2.3.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 +Size (gopkg.in_yaml.v2_@v_v2.2.3.mod) = 95 bytes BLAKE2s (gopkg.in_yaml.v2_@v_v2.2.4.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 SHA512 (gopkg.in_yaml.v2_@v_v2.2.4.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 Size (gopkg.in_yaml.v2_@v_v2.2.4.mod) = 95 bytes @@ -5868,9 +7887,12 @@ Size (honnef.co_go_tools_@v_v0.0.1-2020.1.3.mod) = 300 bytes BLAKE2s (honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = 5910300fed26fe3a7d3d75555521429fe0c14f72daf11aac2e489f8ab8e2fd8b SHA512 (honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = d814675e448688f6a506397bedb262fb2583c913ec1f8ca9ffc11206bdcd7e1f4ee3c561aee366eb2cdaede8c522a6f58f116236f3033bc7e91ec139bdd140f9 Size (honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = 300 bytes -BLAKE2s (honnef.co_go_tools_@v_v0.0.1-2020.1.4.zip) = f50f6f532569e3c16ff02019bf80ca870d18f3a494ac098b5f50e874bf483f05 -SHA512 (honnef.co_go_tools_@v_v0.0.1-2020.1.4.zip) = 9d01facc2b973a45604ac010f0bf0ec6aa3121966eaea6d7e1ac15869a8f5892077c3bbf0cbc21517890e24379848b8def33bf7dee7b1152ce232dd996ad017f -Size (honnef.co_go_tools_@v_v0.0.1-2020.1.4.zip) = 561290 bytes +BLAKE2s (honnef.co_go_tools_@v_v0.1.4.mod) = 0c3be6bf89a58145b61ad290726955f2a89fc3c62f381da55fd31756529e63bb +SHA512 (honnef.co_go_tools_@v_v0.1.4.mod) = 75d7b23b3466cb67c0a65a85e6295e6ee2eda59397595bd602de428b7d12a83158eb87f77727c0eeb08ff9b4404dd6ff80235abec7a84bd8945627d9c90f6856 +Size (honnef.co_go_tools_@v_v0.1.4.mod) = 144 bytes +BLAKE2s (honnef.co_go_tools_@v_v0.1.4.zip) = 2f2d301fda15a129eafd7d62b7846698d3455aa30c1768c7a652f7104f1030b5 +SHA512 (honnef.co_go_tools_@v_v0.1.4.zip) = 0e15b0b0bee31ac47240746bf16c7eee4907c46078d5cd0c0c84bfd3b6424de34ac40360aee3af171e30e014c1e3b50b736649094d0af89a016cf946aa27f67e +Size (honnef.co_go_tools_@v_v0.1.4.zip) = 660845 bytes BLAKE2s (lukechampine.com_uint128_@v_v1.1.1.mod) = 913102630241efe53aef35246edbe8f9d5ea3df59a4b79d04776df0623141971 SHA512 (lukechampine.com_uint128_@v_v1.1.1.mod) = 051b75886b77f3badbdc8f64587025acb59521821456f768943ff58db08f25965ac63a5b12574ca97361a53cf5612c9aef2417aaa4fa43738164ce17cb6dc15a Size (lukechampine.com_uint128_@v_v1.1.1.mod) = 41 bytes @@ -5967,6 +7989,12 @@ Size (mvdan.cc_xurls_v2_@v_v2.2.0.mod) = 153 bytes BLAKE2s (mvdan.cc_xurls_v2_@v_v2.2.0.zip) = cc4453785dd82e47e1edce1d4d47142c110c22e7cf38e51cb5ab56c076cf2778 SHA512 (mvdan.cc_xurls_v2_@v_v2.2.0.zip) = c6513be73d9d6b8bc07b126b10747c51e95e0497327a17ec02de1ece61ea8fe466e9012094432f29752b778aa00362a54a3b80e433828a8396116ee625614f0c Size (mvdan.cc_xurls_v2_@v_v2.2.0.zip) = 23465 bytes +BLAKE2s (pack.ag_amqp_@v_v0.11.2.mod) = 56f3359418dd47f83a3727de0120c53bbd8ea45bb51eceec92b1896176d5ca84 +SHA512 (pack.ag_amqp_@v_v0.11.2.mod) = fd1aa736efb3454de105d381170d31621ebb53f331e8c677498c90843ff2b1230a86e721905a93e621369b3c50d513d957b7447803e31576c4e3ebba6ea44dc0 +Size (pack.ag_amqp_@v_v0.11.2.mod) = 20 bytes +BLAKE2s (pack.ag_amqp_@v_v0.11.2.zip) = bca8242bf3465457c53449af03cc460b5975ccd5ff6a5be9cddd022074838d54 +SHA512 (pack.ag_amqp_@v_v0.11.2.zip) = a0c83f012fa9f0e6684ecc725101c0fb158a1e3be380576b602dc51216143b0722194c5753876921e99c9d929437283cf6f07f49b33d977219a719daedafd928 +Size (pack.ag_amqp_@v_v0.11.2.zip) = 580379 bytes BLAKE2s (rsc.io_binaryregexp_@v_v0.2.0.mod) = 351240374eb48b99bb43b8b52aa8467662e22b18ebf216f4c123858fe706c2f8 SHA512 (rsc.io_binaryregexp_@v_v0.2.0.mod) = db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774 Size (rsc.io_binaryregexp_@v_v0.2.0.mod) = 36 bytes @@ -5988,9 +8016,12 @@ Size (rsc.io_sampler_@v_v1.3.0.zip) = 14308 bytes BLAKE2s (sigs.k8s.io_yaml_@v_v1.1.0.mod) = 614499a7933bb158916e32d023ded10abb9d28e2fb535c9752a77227a75929b2 SHA512 (sigs.k8s.io_yaml_@v_v1.1.0.mod) = 78f6402daccb04510f4ef35ee457ee13e4f447fba8e6aa33b4d32aa666e925861bf3b3f22c5ba9573871ec7e830f99e4caae0969724a54eadf40e6a7ed7931a0 Size (sigs.k8s.io_yaml_@v_v1.1.0.mod) = 24 bytes -BLAKE2s (sigs.k8s.io_yaml_@v_v1.1.0.zip) = 6111cb5e9c66d4024f44c14c93ecbac2896ab6a818a5e1602c61975138a60108 -SHA512 (sigs.k8s.io_yaml_@v_v1.1.0.zip) = c6e23fe09971b82d52e14d67e68458d3884b0f1d56a7fa9131fe4dafbfa971dd1f134f2d9eeab2599eae02c96132502036fd6b37eda92cd62f3129de6e04e7c3 -Size (sigs.k8s.io_yaml_@v_v1.1.0.zip) = 18120 bytes +BLAKE2s (sigs.k8s.io_yaml_@v_v1.2.0.mod) = 2d4421e9265c2b91b81b67e23f4cf18dc86a3abaca85e4ffa3429df0b885baa8 +SHA512 (sigs.k8s.io_yaml_@v_v1.2.0.mod) = 712a936d07bfe4c2e67a4f199346d7e96db35486a0f051365c4636ddbc6505cf540995bc67e6a03b1b58e1e4816ece573418f23bf9ce93fcdc141a05f922f527 +Size (sigs.k8s.io_yaml_@v_v1.2.0.mod) = 106 bytes +BLAKE2s (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 196614bfe35a861524f0dd2e2e0b63fbd650b889bab18114f167720f05506b70 +SHA512 (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 52a52b3d380ae6e2cbe1b2c849d3089f74aa876fb3fadfbd02eada97446e0f2cf387f10ddb527f2dfefd57dccba8c82b0b349efbecaa0e6e3d00dc2b5d4fc21e +Size (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 20937 bytes BLAKE2s (sourcegraph.com_sourcegraph_appdash_@v_v0.0.0-20190731080439-ebfcffb1b5c0.mod) = 540120cf9a874588188b78b9cb2cb50598bfffd4f144e5fb2315313375937a3c SHA512 (sourcegraph.com_sourcegraph_appdash_@v_v0.0.0-20190731080439-ebfcffb1b5c0.mod) = 7d863e4af4e480a247bc767d1de96ff8050b12a13a182a9a8fa68c983c2f0b1a16b509d40de3cca552082535f876458034e1510f0f0feef383f16e1f84f81282 Size (sourcegraph.com_sourcegraph_appdash_@v_v0.0.0-20190731080439-ebfcffb1b5c0.mod) = 43 bytes @@ -6003,12 +8034,15 @@ Size (strk.kbt.io_projects_go_libravatar_@v_v0.0.0-20191008002943-06d1c002b251.m BLAKE2s (strk.kbt.io_projects_go_libravatar_@v_v0.0.0-20191008002943-06d1c002b251.zip) = 502255bfe41bb06cb80d81b8adf58b358f2af49bee2d131686091d52b5b54f1b SHA512 (strk.kbt.io_projects_go_libravatar_@v_v0.0.0-20191008002943-06d1c002b251.zip) = 79c379b3a9283b744b08feb1a731e914ac26b67ed6d806c452eabaa7f082155053ab3de645f925f28e3614374fde38e5e23dbe8b289ac08ceecf42d37657bb2b Size (strk.kbt.io_projects_go_libravatar_@v_v0.0.0-20191008002943-06d1c002b251.zip) = 6507 bytes +BLAKE2s (xorm.io_builder_@v_v0.3.10.mod) = 09569512073e083895d4412fccaa6328afe2759fefa24094f6d1abe95fd62429 +SHA512 (xorm.io_builder_@v_v0.3.10.mod) = 63614abda612e7a8de67e1e94e1620ef0ff397191f667b17c757874fc932f819f8f620a59a3bd35fbe55cad1f8be5b0d1f8529fad3a782f4da9200e05d55a7ab +Size (xorm.io_builder_@v_v0.3.10.mod) = 142 bytes +BLAKE2s (xorm.io_builder_@v_v0.3.10.zip) = c58a76188197c046f12b91ab634569fc6ffcec7b3c75a43265537821a601e2ec +SHA512 (xorm.io_builder_@v_v0.3.10.zip) = bad8c64c6e670e2c60d71ea39783aa7b15de98b824f49b3cb58a0613f31c3091afa8b6ae33f913c85419e5bd69234847b56eefe78488b998f5843e8b13ad675f +Size (xorm.io_builder_@v_v0.3.10.zip) = 45996 bytes BLAKE2s (xorm.io_builder_@v_v0.3.9.mod) = 09569512073e083895d4412fccaa6328afe2759fefa24094f6d1abe95fd62429 SHA512 (xorm.io_builder_@v_v0.3.9.mod) = 63614abda612e7a8de67e1e94e1620ef0ff397191f667b17c757874fc932f819f8f620a59a3bd35fbe55cad1f8be5b0d1f8529fad3a782f4da9200e05d55a7ab Size (xorm.io_builder_@v_v0.3.9.mod) = 142 bytes -BLAKE2s (xorm.io_builder_@v_v0.3.9.zip) = c6757d8cbb7c7ee8edbeced08c2ab5ab6a44ce2bbf87573ec744ee0d822e9a15 -SHA512 (xorm.io_builder_@v_v0.3.9.zip) = 2f21ca7dbd2da4fb877d9ce1f1c40b8e52065b19a71b895d241c64d3671133f49a9562ccad051b55dbd244b329f3f56264d4a327dc7aedae7481d4ade7804291 -Size (xorm.io_builder_@v_v0.3.9.zip) = 44049 bytes BLAKE2s (xorm.io_xorm_@v_v1.2.5.mod) = 9272b5b100bfd84edd7175f71055071599f9decd8abf2352bd2604815a72ef57 SHA512 (xorm.io_xorm_@v_v1.2.5.mod) = 75a2f3d4e4de8f898c0d074518ca8bb860dea639c643b630cb907436e046efe48d565430d52d43c16d29403f3a53dd45593816aacc15a245b60ae12dcdefb82b Size (xorm.io_xorm_@v_v1.2.5.mod) = 486 bytes diff --git a/www/gitea/go-modules.mk b/www/gitea/go-modules.mk index 896ab1296dd3d..3b0068b80feb9 100644 --- a/www/gitea/go-modules.mk +++ b/www/gitea/go-modules.mk @@ -1,10 +1,18 @@ -# $NetBSD: go-modules.mk,v 1.1 2022/03/28 15:59:22 tnn Exp $ +# $NetBSD: go-modules.mk,v 1.2 2022/05/18 18:38:33 khorben Exp $ +GO_MODULE_FILES+= bazil.org/fuse/@v/v0.0.0-20180421153158-65cc252bf669.mod +GO_MODULE_FILES+= bazil.org/fuse/@v/v0.0.0-20180421153158-65cc252bf669.zip +GO_MODULE_FILES+= bitbucket.org/creachadair/shell/@v/v0.0.6.mod +GO_MODULE_FILES+= bitbucket.org/creachadair/shell/@v/v0.0.6.zip +GO_MODULE_FILES+= bitbucket.org/liamstask/goose/@v/v0.0.0-20150115234039-8488cc47d90c.mod +GO_MODULE_FILES+= bitbucket.org/liamstask/goose/@v/v0.0.0-20150115234039-8488cc47d90c.zip GO_MODULE_FILES+= cloud.google.com/go/@v/v0.26.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.34.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.38.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.39.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.44.1.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.44.2.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.44.3.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.45.1.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.46.3.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.50.0.mod @@ -18,8 +26,20 @@ GO_MODULE_FILES+= cloud.google.com/go/@v/v0.65.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.67.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.72.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.74.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.75.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.78.0.mod -GO_MODULE_FILES+= cloud.google.com/go/@v/v0.78.0.zip +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.79.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.81.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.83.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.84.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.87.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.90.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.93.3.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.94.1.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.97.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.98.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.99.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.99.0.zip GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.0.1.mod GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.3.0.mod GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.4.0.mod @@ -31,26 +51,42 @@ GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.0.0.mod GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.1.0.mod GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.1.0.zip GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.1.0.mod -GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.1.0.zip +GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.6.1.mod +GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.6.1.zip GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.0.1.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.1.0.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.2.0.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.3.1.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.3.1.zip +GO_MODULE_FILES+= cloud.google.com/go/spanner/@v/v1.17.0.mod +GO_MODULE_FILES+= cloud.google.com/go/spanner/@v/v1.17.0.zip GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.0.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.10.0.mod -GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.10.0.zip +GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.14.0.mod +GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.14.0.zip GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.5.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.6.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.8.0.mod GO_MODULE_FILES+= code.gitea.io/gitea-vet/@v/v0.2.1.mod GO_MODULE_FILES+= code.gitea.io/gitea-vet/@v/v0.2.1.zip +GO_MODULE_FILES+= code.gitea.io/sdk/gitea/@v/v0.11.3.mod GO_MODULE_FILES+= code.gitea.io/sdk/gitea/@v/v0.15.1.mod GO_MODULE_FILES+= code.gitea.io/sdk/gitea/@v/v0.15.1.zip +GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/aws/@v/v0.0.0-20181029163544-2befc13012d0.mod +GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/aws/@v/v0.0.0-20181029163544-2befc13012d0.zip +GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/ocagent/@v/v0.5.0.mod +GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/ocagent/@v/v0.5.0.zip +GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/stackdriver/@v/v0.12.1.mod +GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/stackdriver/@v/v0.13.5.mod +GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/stackdriver/@v/v0.13.5.zip +GO_MODULE_FILES+= contrib.go.opencensus.io/integrations/ocsql/@v/v0.1.4.mod +GO_MODULE_FILES+= contrib.go.opencensus.io/integrations/ocsql/@v/v0.1.4.zip +GO_MODULE_FILES+= contrib.go.opencensus.io/resource/@v/v0.1.1.mod +GO_MODULE_FILES+= contrib.go.opencensus.io/resource/@v/v0.1.1.zip GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip -GO_MODULE_FILES+= gitea.com/go-chi/binding/@v/v0.0.0-20211013065440-d16dc407c2be.mod -GO_MODULE_FILES+= gitea.com/go-chi/binding/@v/v0.0.0-20211013065440-d16dc407c2be.zip +GO_MODULE_FILES+= gitea.com/go-chi/binding/@v/v0.0.0-20220309004920-114340dabecb.mod +GO_MODULE_FILES+= gitea.com/go-chi/binding/@v/v0.0.0-20220309004920-114340dabecb.zip GO_MODULE_FILES+= gitea.com/go-chi/cache/@v/v0.0.0-20210110083709-82c4c9ce2d5e.mod GO_MODULE_FILES+= gitea.com/go-chi/cache/@v/v0.0.0-20211013020926-78790b11abf1.mod GO_MODULE_FILES+= gitea.com/go-chi/cache/@v/v0.0.0-20211013020926-78790b11abf1.zip @@ -62,29 +98,68 @@ GO_MODULE_FILES+= gitea.com/lunny/levelqueue/@v/v0.4.1.mod GO_MODULE_FILES+= gitea.com/lunny/levelqueue/@v/v0.4.1.zip GO_MODULE_FILES+= gitea.com/xorm/sqlfiddle/@v/v0.0.0-20180821085327-62ce714f951a.mod GO_MODULE_FILES+= gitea.com/xorm/sqlfiddle/@v/v0.0.0-20180821085327-62ce714f951a.zip +GO_MODULE_FILES+= github.com/!azure/azure-amqp-common-go/v2/@v/v2.1.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-amqp-common-go/v2/@v/v2.1.0.zip +GO_MODULE_FILES+= github.com/!azure/azure-pipeline-go/@v/v0.2.1.mod +GO_MODULE_FILES+= github.com/!azure/azure-pipeline-go/@v/v0.2.1.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v29.0.0+incompatible.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v30.1.0+incompatible.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v30.1.0+incompatible.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v0.19.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v0.19.0.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azidentity/@v/v0.11.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azidentity/@v/v0.11.0.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/internal/@v/v0.7.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/internal/@v/v0.7.0.zip +GO_MODULE_FILES+= github.com/!azure/azure-service-bus-go/@v/v0.9.1.mod +GO_MODULE_FILES+= github.com/!azure/azure-service-bus-go/@v/v0.9.1.zip +GO_MODULE_FILES+= github.com/!azure/azure-storage-blob-go/@v/v0.8.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-storage-blob-go/@v/v0.8.0.zip +GO_MODULE_FILES+= github.com/!azure/go-autorest/@v/v12.0.0+incompatible.mod +GO_MODULE_FILES+= github.com/!azure/go-autorest/@v/v12.0.0+incompatible.zip GO_MODULE_FILES+= github.com/!azure/go-ntlmssp/@v/v0.0.0-20200615164410-66371956d46c.mod -GO_MODULE_FILES+= github.com/!azure/go-ntlmssp/@v/v0.0.0-20200615164410-66371956d46c.zip +GO_MODULE_FILES+= github.com/!azure/go-ntlmssp/@v/v0.0.0-20211209120228-48547f28849e.mod +GO_MODULE_FILES+= github.com/!azure/go-ntlmssp/@v/v0.0.0-20211209120228-48547f28849e.zip GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v0.3.1.mod GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v0.3.1.zip GO_MODULE_FILES+= github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.mod GO_MODULE_FILES+= github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.zip +GO_MODULE_FILES+= github.com/!data!dog/datadog-go/@v/v3.2.0+incompatible.mod +GO_MODULE_FILES+= github.com/!data!dog/datadog-go/@v/v3.2.0+incompatible.zip +GO_MODULE_FILES+= github.com/!geert!johan/go.incremental/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/!geert!johan/go.incremental/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/!geert!johan/go.rice/@v/v1.0.2.mod +GO_MODULE_FILES+= github.com/!geert!johan/go.rice/@v/v1.0.2.zip +GO_MODULE_FILES+= github.com/!google!cloud!platform/cloudsql-proxy/@v/v0.0.0-20191009163259-e802c2cb94ae.mod +GO_MODULE_FILES+= github.com/!google!cloud!platform/cloudsql-proxy/@v/v0.0.0-20191009163259-e802c2cb94ae.zip GO_MODULE_FILES+= github.com/!knetic/govaluate/@v/v3.0.1-0.20171022003610-9aa49832a739+incompatible.mod GO_MODULE_FILES+= github.com/!knetic/govaluate/@v/v3.0.1-0.20171022003610-9aa49832a739+incompatible.zip +GO_MODULE_FILES+= github.com/!masterminds/goutils/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/!masterminds/goutils/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/!masterminds/semver/@v/v1.4.2.mod +GO_MODULE_FILES+= github.com/!masterminds/semver/@v/v1.5.0.mod +GO_MODULE_FILES+= github.com/!masterminds/semver/@v/v1.5.0.zip +GO_MODULE_FILES+= github.com/!masterminds/semver/v3/@v/v3.0.3.mod +GO_MODULE_FILES+= github.com/!masterminds/semver/v3/@v/v3.1.0.mod GO_MODULE_FILES+= github.com/!masterminds/semver/v3/@v/v3.1.1.mod GO_MODULE_FILES+= github.com/!masterminds/semver/v3/@v/v3.1.1.zip +GO_MODULE_FILES+= github.com/!masterminds/sprig/@v/v2.15.0+incompatible.mod +GO_MODULE_FILES+= github.com/!masterminds/sprig/@v/v2.22.0+incompatible.mod +GO_MODULE_FILES+= github.com/!masterminds/sprig/@v/v2.22.0+incompatible.zip GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.4.14.mod GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.4.16.mod GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.5.0.mod -GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.5.0.zip +GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.5.2.mod +GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.5.2.zip GO_MODULE_FILES+= github.com/!n!y!times/gziphandler/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/!n!y!times/gziphandler/@v/v1.1.1.zip GO_MODULE_FILES+= github.com/!one!of!one/xxhash/@v/v1.2.2.mod GO_MODULE_FILES+= github.com/!one!of!one/xxhash/@v/v1.2.2.zip GO_MODULE_FILES+= github.com/!proton!mail/go-crypto/@v/v0.0.0-20210428141323-04723f9f07d7.mod -GO_MODULE_FILES+= github.com/!proton!mail/go-crypto/@v/v0.0.0-20210705153151-cc34b1f6908b.mod -GO_MODULE_FILES+= github.com/!proton!mail/go-crypto/@v/v0.0.0-20210705153151-cc34b1f6908b.zip -GO_MODULE_FILES+= github.com/!puerkito!bio/goquery/@v/v1.7.0.mod -GO_MODULE_FILES+= github.com/!puerkito!bio/goquery/@v/v1.7.0.zip +GO_MODULE_FILES+= github.com/!proton!mail/go-crypto/@v/v0.0.0-20220113124808-70ae35bab23f.mod +GO_MODULE_FILES+= github.com/!proton!mail/go-crypto/@v/v0.0.0-20220113124808-70ae35bab23f.zip +GO_MODULE_FILES+= github.com/!puerkito!bio/goquery/@v/v1.8.0.mod +GO_MODULE_FILES+= github.com/!puerkito!bio/goquery/@v/v1.8.0.zip GO_MODULE_FILES+= github.com/!puerkito!bio/purell/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/!puerkito!bio/purell/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/!puerkito!bio/purell/@v/v1.1.1.zip @@ -109,19 +184,14 @@ GO_MODULE_FILES+= github.com/afex/hystrix-go/@v/v0.0.0-20180502004556-fa1af6a1f4 GO_MODULE_FILES+= github.com/afex/hystrix-go/@v/v0.0.0-20180502004556-fa1af6a1f4f5.zip GO_MODULE_FILES+= github.com/agnivade/levenshtein/@v/v1.0.1.mod GO_MODULE_FILES+= github.com/agnivade/levenshtein/@v/v1.0.1.zip -GO_MODULE_FILES+= github.com/alecthomas/assert/@v/v0.0.0-20170929043011-405dbfeb8e38.mod -GO_MODULE_FILES+= github.com/alecthomas/assert/@v/v0.0.0-20170929043011-405dbfeb8e38.zip -GO_MODULE_FILES+= github.com/alecthomas/chroma/@v/v0.7.2-0.20200305040604-4f3623dce67a.mod -GO_MODULE_FILES+= github.com/alecthomas/chroma/@v/v0.8.2.mod -GO_MODULE_FILES+= github.com/alecthomas/chroma/@v/v0.9.4.mod -GO_MODULE_FILES+= github.com/alecthomas/chroma/@v/v0.9.4.zip -GO_MODULE_FILES+= github.com/alecthomas/colour/@v/v0.0.0-20160524082231-60882d9e2721.mod -GO_MODULE_FILES+= github.com/alecthomas/colour/@v/v0.0.0-20160524082231-60882d9e2721.zip -GO_MODULE_FILES+= github.com/alecthomas/kong/@v/v0.2.1-0.20190708041108-0548c6b1afae.mod -GO_MODULE_FILES+= github.com/alecthomas/kong/@v/v0.2.4.mod -GO_MODULE_FILES+= github.com/alecthomas/kong/@v/v0.2.4.zip -GO_MODULE_FILES+= github.com/alecthomas/repr/@v/v0.0.0-20180818092828-117648cd9897.mod -GO_MODULE_FILES+= github.com/alecthomas/repr/@v/v0.0.0-20180818092828-117648cd9897.zip +GO_MODULE_FILES+= github.com/akavel/rsrc/@v/v0.8.0.mod +GO_MODULE_FILES+= github.com/akavel/rsrc/@v/v0.8.0.zip +GO_MODULE_FILES+= github.com/alcortesm/tgz/@v/v0.0.0-20161220082320-9c5fe88206d7.mod +GO_MODULE_FILES+= github.com/alcortesm/tgz/@v/v0.0.0-20161220082320-9c5fe88206d7.zip +GO_MODULE_FILES+= github.com/alecthomas/chroma/@v/v0.10.0.mod +GO_MODULE_FILES+= github.com/alecthomas/chroma/@v/v0.10.0.zip +GO_MODULE_FILES+= github.com/alecthomas/kingpin/@v/v2.2.6+incompatible.mod +GO_MODULE_FILES+= github.com/alecthomas/kingpin/@v/v2.2.6+incompatible.zip GO_MODULE_FILES+= github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod GO_MODULE_FILES+= github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.mod GO_MODULE_FILES+= github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.zip @@ -131,26 +201,41 @@ GO_MODULE_FILES+= github.com/alecthomas/units/@v/v0.0.0-20190924025748-f65c72e26 GO_MODULE_FILES+= github.com/alecthomas/units/@v/v0.0.0-20190924025748-f65c72e2690d.zip GO_MODULE_FILES+= github.com/andreyvit/diff/@v/v0.0.0-20170406064948-c7f18ee00883.mod GO_MODULE_FILES+= github.com/andreyvit/diff/@v/v0.0.0-20170406064948-c7f18ee00883.zip -GO_MODULE_FILES+= github.com/andybalholm/brotli/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/andybalholm/brotli/@v/v1.0.3.mod -GO_MODULE_FILES+= github.com/andybalholm/brotli/@v/v1.0.3.zip -GO_MODULE_FILES+= github.com/andybalholm/cascadia/@v/v1.1.0.mod -GO_MODULE_FILES+= github.com/andybalholm/cascadia/@v/v1.2.0.mod -GO_MODULE_FILES+= github.com/andybalholm/cascadia/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/andybalholm/brotli/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/andybalholm/brotli/@v/v1.0.4.mod +GO_MODULE_FILES+= github.com/andybalholm/brotli/@v/v1.0.4.zip +GO_MODULE_FILES+= github.com/andybalholm/cascadia/@v/v1.3.1.mod +GO_MODULE_FILES+= github.com/andybalholm/cascadia/@v/v1.3.1.zip GO_MODULE_FILES+= github.com/anmitsu/go-shlex/@v/v0.0.0-20161002113705-648efa622239.mod GO_MODULE_FILES+= github.com/anmitsu/go-shlex/@v/v0.0.0-20200514113438-38f4b401e2be.mod GO_MODULE_FILES+= github.com/anmitsu/go-shlex/@v/v0.0.0-20200514113438-38f4b401e2be.zip +GO_MODULE_FILES+= github.com/antihax/optional/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/antihax/optional/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/aokoli/goutils/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/aokoli/goutils/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/apache/beam/@v/v2.28.0+incompatible.mod +GO_MODULE_FILES+= github.com/apache/beam/@v/v2.28.0+incompatible.zip GO_MODULE_FILES+= github.com/apache/thrift/@v/v0.12.0.mod GO_MODULE_FILES+= github.com/apache/thrift/@v/v0.13.0.mod GO_MODULE_FILES+= github.com/apache/thrift/@v/v0.13.0.zip +GO_MODULE_FILES+= github.com/apex/log/@v/v1.1.4.mod +GO_MODULE_FILES+= github.com/apex/log/@v/v1.1.4.zip +GO_MODULE_FILES+= github.com/apex/logs/@v/v0.0.4.mod +GO_MODULE_FILES+= github.com/apex/logs/@v/v0.0.4.zip +GO_MODULE_FILES+= github.com/aphistic/golf/@v/v0.0.0-20180712155816-02c07f170c5a.mod +GO_MODULE_FILES+= github.com/aphistic/golf/@v/v0.0.0-20180712155816-02c07f170c5a.zip +GO_MODULE_FILES+= github.com/aphistic/sweet/@v/v0.2.0.mod +GO_MODULE_FILES+= github.com/aphistic/sweet/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/armon/circbuf/@v/v0.0.0-20150827004946-bbbad097214e.mod GO_MODULE_FILES+= github.com/armon/circbuf/@v/v0.0.0-20150827004946-bbbad097214e.zip GO_MODULE_FILES+= github.com/armon/consul-api/@v/v0.0.0-20180202201655-eb2c6b5be1b6.mod GO_MODULE_FILES+= github.com/armon/consul-api/@v/v0.0.0-20180202201655-eb2c6b5be1b6.zip GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.mod -GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.zip +GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.3.10.mod +GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.3.10.zip GO_MODULE_FILES+= github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.mod -GO_MODULE_FILES+= github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.zip +GO_MODULE_FILES+= github.com/armon/go-radix/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/armon/go-radix/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.mod GO_MODULE_FILES+= github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.zip GO_MODULE_FILES+= github.com/aryann/difflib/@v/v0.0.0-20170710044230-e206f873d14a.mod @@ -166,10 +251,18 @@ GO_MODULE_FILES+= github.com/aws/aws-lambda-go/@v/v1.13.3.mod GO_MODULE_FILES+= github.com/aws/aws-lambda-go/@v/v1.13.3.zip GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/@v/v0.18.0.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/@v/v0.18.0.zip +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.15.27.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.19.18.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.19.45.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.20.6.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.23.20.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.25.11.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.27.0.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.34.28.mod -GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.38.17.mod -GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.38.17.zip +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.42.23.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.42.23.zip +GO_MODULE_FILES+= github.com/aybabtme/rgbterm/@v/v0.0.0-20170906152045-cc83f3b3ce59.mod +GO_MODULE_FILES+= github.com/aybabtme/rgbterm/@v/v0.0.0-20170906152045-cc83f3b3ce59.zip GO_MODULE_FILES+= github.com/aymerick/douceur/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/aymerick/douceur/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/benbjohnson/clock/@v/v1.1.0.mod @@ -181,12 +274,15 @@ GO_MODULE_FILES+= github.com/beorn7/perks/@v/v1.0.1.zip GO_MODULE_FILES+= github.com/bgentry/speakeasy/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/bgentry/speakeasy/@v/v0.1.0.zip GO_MODULE_FILES+= github.com/bits-and-blooms/bitset/@v/v1.2.0.mod -GO_MODULE_FILES+= github.com/bits-and-blooms/bitset/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/bits-and-blooms/bitset/@v/v1.2.1.mod +GO_MODULE_FILES+= github.com/bits-and-blooms/bitset/@v/v1.2.1.zip GO_MODULE_FILES+= github.com/bketelsen/crypt/@v/v0.0.3-0.20200106085610-5cbc8cc4026c.mod GO_MODULE_FILES+= github.com/bketelsen/crypt/@v/v0.0.3-0.20200106085610-5cbc8cc4026c.zip +GO_MODULE_FILES+= github.com/blakesmith/ar/@v/v0.0.0-20190502131153-809d4375e1fb.mod +GO_MODULE_FILES+= github.com/blakesmith/ar/@v/v0.0.0-20190502131153-809d4375e1fb.zip GO_MODULE_FILES+= github.com/blevesearch/bleve/v2/@v/v2.0.1.mod -GO_MODULE_FILES+= github.com/blevesearch/bleve/v2/@v/v2.3.0.mod -GO_MODULE_FILES+= github.com/blevesearch/bleve/v2/@v/v2.3.0.zip +GO_MODULE_FILES+= github.com/blevesearch/bleve/v2/@v/v2.3.1.mod +GO_MODULE_FILES+= github.com/blevesearch/bleve/v2/@v/v2.3.1.zip GO_MODULE_FILES+= github.com/blevesearch/bleve_index_api/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/blevesearch/bleve_index_api/@v/v1.0.1.mod GO_MODULE_FILES+= github.com/blevesearch/bleve_index_api/@v/v1.0.1.zip @@ -208,38 +304,50 @@ GO_MODULE_FILES+= github.com/blevesearch/upsidedown_store_api/@v/v1.0.1.zip GO_MODULE_FILES+= github.com/blevesearch/vellum/@v/v1.0.7.mod GO_MODULE_FILES+= github.com/blevesearch/vellum/@v/v1.0.7.zip GO_MODULE_FILES+= github.com/blevesearch/zapx/v11/@v/v11.1.10.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v11/@v/v11.3.2.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v11/@v/v11.3.2.zip +GO_MODULE_FILES+= github.com/blevesearch/zapx/v11/@v/v11.3.3.mod +GO_MODULE_FILES+= github.com/blevesearch/zapx/v11/@v/v11.3.3.zip GO_MODULE_FILES+= github.com/blevesearch/zapx/v12/@v/v12.1.10.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v12/@v/v12.3.2.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v12/@v/v12.3.2.zip +GO_MODULE_FILES+= github.com/blevesearch/zapx/v12/@v/v12.3.3.mod +GO_MODULE_FILES+= github.com/blevesearch/zapx/v12/@v/v12.3.3.zip GO_MODULE_FILES+= github.com/blevesearch/zapx/v13/@v/v13.1.10.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v13/@v/v13.3.2.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v13/@v/v13.3.2.zip +GO_MODULE_FILES+= github.com/blevesearch/zapx/v13/@v/v13.3.3.mod +GO_MODULE_FILES+= github.com/blevesearch/zapx/v13/@v/v13.3.3.zip GO_MODULE_FILES+= github.com/blevesearch/zapx/v14/@v/v14.1.10.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v14/@v/v14.3.2.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v14/@v/v14.3.2.zip +GO_MODULE_FILES+= github.com/blevesearch/zapx/v14/@v/v14.3.3.mod +GO_MODULE_FILES+= github.com/blevesearch/zapx/v14/@v/v14.3.3.zip GO_MODULE_FILES+= github.com/blevesearch/zapx/v15/@v/v15.1.10.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v15/@v/v15.3.2.mod -GO_MODULE_FILES+= github.com/blevesearch/zapx/v15/@v/v15.3.2.zip +GO_MODULE_FILES+= github.com/blevesearch/zapx/v15/@v/v15.3.3.mod +GO_MODULE_FILES+= github.com/blevesearch/zapx/v15/@v/v15.3.3.zip GO_MODULE_FILES+= github.com/boombuler/barcode/@v/v1.0.1-0.20190219062509-6c824513bacc.mod GO_MODULE_FILES+= github.com/boombuler/barcode/@v/v1.0.1.mod GO_MODULE_FILES+= github.com/boombuler/barcode/@v/v1.0.1.zip GO_MODULE_FILES+= github.com/bradfitz/gomemcache/@v/v0.0.0-20190329173943-551aad21a668.mod GO_MODULE_FILES+= github.com/bradfitz/gomemcache/@v/v0.0.0-20190913173617-a41fca850d0b.mod GO_MODULE_FILES+= github.com/bradfitz/gomemcache/@v/v0.0.0-20190913173617-a41fca850d0b.zip -GO_MODULE_FILES+= github.com/caddyserver/certmagic/@v/v0.15.2.mod -GO_MODULE_FILES+= github.com/caddyserver/certmagic/@v/v0.15.2.zip +GO_MODULE_FILES+= github.com/caarlos0/ctrlc/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/caarlos0/ctrlc/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/caddyserver/certmagic/@v/v0.15.4.mod +GO_MODULE_FILES+= github.com/caddyserver/certmagic/@v/v0.15.4.zip +GO_MODULE_FILES+= github.com/campoy/unique/@v/v0.0.0-20180121183637-88950e537e7e.mod +GO_MODULE_FILES+= github.com/campoy/unique/@v/v0.0.0-20180121183637-88950e537e7e.zip GO_MODULE_FILES+= github.com/casbin/casbin/v2/@v/v2.1.2.mod GO_MODULE_FILES+= github.com/casbin/casbin/v2/@v/v2.1.2.zip +GO_MODULE_FILES+= github.com/cavaliercoder/go-cpio/@v/v0.0.0-20180626203310-925f9528c45e.mod +GO_MODULE_FILES+= github.com/cavaliercoder/go-cpio/@v/v0.0.0-20180626203310-925f9528c45e.zip GO_MODULE_FILES+= github.com/cenkalti/backoff/@v/v2.2.1+incompatible.mod GO_MODULE_FILES+= github.com/cenkalti/backoff/@v/v2.2.1+incompatible.zip +GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.mod -GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.zip +GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.3.0.mod +GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.3.0.zip +GO_MODULE_FILES+= github.com/certifi/gocertifi/@v/v0.0.0-20191021191039-0944d244cd40.mod +GO_MODULE_FILES+= github.com/certifi/gocertifi/@v/v0.0.0-20210507211836-431795d63e8d.mod +GO_MODULE_FILES+= github.com/certifi/gocertifi/@v/v0.0.0-20210507211836-431795d63e8d.zip GO_MODULE_FILES+= github.com/cespare/xxhash/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/cespare/xxhash/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/cespare/xxhash/v2/@v/v2.1.1.mod -GO_MODULE_FILES+= github.com/cespare/xxhash/v2/@v/v2.1.1.zip +GO_MODULE_FILES+= github.com/cespare/xxhash/v2/@v/v2.1.2.mod +GO_MODULE_FILES+= github.com/cespare/xxhash/v2/@v/v2.1.2.zip GO_MODULE_FILES+= github.com/chi-middleware/proxy/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/chi-middleware/proxy/@v/v1.1.1.zip GO_MODULE_FILES+= github.com/chzyer/logex/@v/v1.1.10.mod @@ -248,20 +356,43 @@ GO_MODULE_FILES+= github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d4 GO_MODULE_FILES+= github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip GO_MODULE_FILES+= github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod GO_MODULE_FILES+= github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.zip +GO_MODULE_FILES+= github.com/circonus-labs/circonus-gometrics/@v/v2.3.1+incompatible.mod +GO_MODULE_FILES+= github.com/circonus-labs/circonus-gometrics/@v/v2.3.1+incompatible.zip +GO_MODULE_FILES+= github.com/circonus-labs/circonusllhist/@v/v0.1.3.mod +GO_MODULE_FILES+= github.com/circonus-labs/circonusllhist/@v/v0.1.3.zip GO_MODULE_FILES+= github.com/clbanning/x2j/@v/v0.0.0-20191024224557-825249438eec.mod GO_MODULE_FILES+= github.com/clbanning/x2j/@v/v0.0.0-20191024224557-825249438eec.zip GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.mod GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.zip +GO_MODULE_FILES+= github.com/cloudflare/backoff/@v/v0.0.0-20161212185259-647f3cdfc87a.mod +GO_MODULE_FILES+= github.com/cloudflare/backoff/@v/v0.0.0-20161212185259-647f3cdfc87a.zip GO_MODULE_FILES+= github.com/cloudflare/cfssl/@v/v0.0.0-20190726000631-633726f6bcb7.mod -GO_MODULE_FILES+= github.com/cloudflare/cfssl/@v/v0.0.0-20190726000631-633726f6bcb7.zip +GO_MODULE_FILES+= github.com/cloudflare/cfssl/@v/v1.6.1.mod +GO_MODULE_FILES+= github.com/cloudflare/cfssl/@v/v1.6.1.zip +GO_MODULE_FILES+= github.com/cloudflare/redoctober/@v/v0.0.0-20201013214028-99c99a8e7544.mod +GO_MODULE_FILES+= github.com/cloudflare/redoctober/@v/v0.0.0-20201013214028-99c99a8e7544.zip GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.mod GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20200629203442-efcf912fb354.mod GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20201120205902-5459f2c99403.mod -GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20201120205902-5459f2c99403.zip +GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20210322005330-6414d713912e.mod +GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.mod +GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.zip +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20210312221358-fbca930ec8ed.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20210805033703-aa0b78936158.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20210922020428-25de7278fc84.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20211001041855-01bcc9b48dfe.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20211011173535-cb28da3451f1.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20211130200136-a8f946100490.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20211130200136-a8f946100490.zip GO_MODULE_FILES+= github.com/cockroachdb/apd/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/cockroachdb/apd/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/cockroachdb/datadriven/@v/v0.0.0-20190809214429-80d97fb3cbaa.mod -GO_MODULE_FILES+= github.com/cockroachdb/datadriven/@v/v0.0.0-20190809214429-80d97fb3cbaa.zip +GO_MODULE_FILES+= github.com/cockroachdb/datadriven/@v/v0.0.0-20200714090401-bf6692d28da5.mod +GO_MODULE_FILES+= github.com/cockroachdb/datadriven/@v/v0.0.0-20200714090401-bf6692d28da5.zip +GO_MODULE_FILES+= github.com/cockroachdb/errors/@v/v1.2.4.mod +GO_MODULE_FILES+= github.com/cockroachdb/errors/@v/v1.2.4.zip +GO_MODULE_FILES+= github.com/cockroachdb/logtags/@v/v0.0.0-20190617123548-eb05cc24525f.mod +GO_MODULE_FILES+= github.com/cockroachdb/logtags/@v/v0.0.0-20190617123548-eb05cc24525f.zip GO_MODULE_FILES+= github.com/codahale/hdrhistogram/@v/v0.0.0-20161010025455-3a0bb77429bd.mod GO_MODULE_FILES+= github.com/codahale/hdrhistogram/@v/v0.0.0-20161010025455-3a0bb77429bd.zip GO_MODULE_FILES+= github.com/coreos/bbolt/@v/v1.3.2.mod @@ -280,6 +411,9 @@ GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20180511133405-39ca1b05 GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20190321100706-95778dfbb74e.mod GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20190719114852-fd7a80b32e1f.mod GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20190719114852-fd7a80b32e1f.zip +GO_MODULE_FILES+= github.com/coreos/go-systemd/v22/@v/v22.1.0.mod +GO_MODULE_FILES+= github.com/coreos/go-systemd/v22/@v/v22.3.2.mod +GO_MODULE_FILES+= github.com/coreos/go-systemd/v22/@v/v22.3.2.zip GO_MODULE_FILES+= github.com/coreos/pkg/@v/v0.0.0-20160727233714-3ac0863d7acf.mod GO_MODULE_FILES+= github.com/coreos/pkg/@v/v0.0.0-20180928190104-399ea9e2e55f.mod GO_MODULE_FILES+= github.com/coreos/pkg/@v/v0.0.0-20180928190104-399ea9e2e55f.zip @@ -303,39 +437,48 @@ GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/@v/v1.0.10.mod GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/@v/v1.0.10.zip GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.0-20190314233015-f79a8a8ca69d.mod GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.0.mod -GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.0.zip +GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.1.mod +GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.1.zip +GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.11.mod +GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.11.zip GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.7.mod GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.9.mod -GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.9.zip GO_MODULE_FILES+= github.com/cupcake/rdb/@v/v0.0.0-20161107195141-43ba34106c76.mod GO_MODULE_FILES+= github.com/cupcake/rdb/@v/v0.0.0-20161107195141-43ba34106c76.zip -GO_MODULE_FILES+= github.com/danwakefield/fnmatch/@v/v0.0.0-20160403171240-cbb64ac3d964.mod -GO_MODULE_FILES+= github.com/danwakefield/fnmatch/@v/v0.0.0-20160403171240-cbb64ac3d964.zip +GO_MODULE_FILES+= github.com/daaku/go.zipexe/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/daaku/go.zipexe/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/daaku/go.zipexe/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v0.0.0-20161028175848-04cdfd42973b.mod GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.1.zip GO_MODULE_FILES+= github.com/denisenkom/go-mssqldb/@v/v0.10.0.mod -GO_MODULE_FILES+= github.com/denisenkom/go-mssqldb/@v/v0.10.0.zip +GO_MODULE_FILES+= github.com/denisenkom/go-mssqldb/@v/v0.12.0.mod +GO_MODULE_FILES+= github.com/denisenkom/go-mssqldb/@v/v0.12.0.zip +GO_MODULE_FILES+= github.com/devigned/tab/@v/v0.1.1.mod +GO_MODULE_FILES+= github.com/devigned/tab/@v/v0.1.1.zip GO_MODULE_FILES+= github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.mod GO_MODULE_FILES+= github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.zip GO_MODULE_FILES+= github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.mod GO_MODULE_FILES+= github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.zip GO_MODULE_FILES+= github.com/dgryski/go-sip13/@v/v0.0.0-20181026042036-e10d5fee7954.mod GO_MODULE_FILES+= github.com/dgryski/go-sip13/@v/v0.0.0-20181026042036-e10d5fee7954.zip +GO_MODULE_FILES+= github.com/dimchansky/utfbom/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/dimchansky/utfbom/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/djherbis/buffer/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/djherbis/buffer/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/djherbis/buffer/@v/v1.2.0.zip GO_MODULE_FILES+= github.com/djherbis/nio/v3/@v/v3.0.1.mod GO_MODULE_FILES+= github.com/djherbis/nio/v3/@v/v3.0.1.zip -GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.1.6.mod -GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.4.0.zip +GO_MODULE_FILES+= github.com/dnaeon/go-vcr/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/dnaeon/go-vcr/@v/v1.2.0.zip GO_MODULE_FILES+= github.com/docker/go-units/@v/v0.3.3.mod GO_MODULE_FILES+= github.com/docker/go-units/@v/v0.4.0.mod GO_MODULE_FILES+= github.com/docker/go-units/@v/v0.4.0.zip -GO_MODULE_FILES+= github.com/dsnet/compress/@v/v0.0.1.mod -GO_MODULE_FILES+= github.com/dsnet/compress/@v/v0.0.1.zip +GO_MODULE_FILES+= github.com/dsnet/compress/@v/v0.0.2-0.20210315054119-f66993602bf5.mod +GO_MODULE_FILES+= github.com/dsnet/compress/@v/v0.0.2-0.20210315054119-f66993602bf5.zip GO_MODULE_FILES+= github.com/dsnet/golib/@v/v0.0.0-20171103203638-1ea166775780.mod GO_MODULE_FILES+= github.com/dsnet/golib/@v/v0.0.0-20171103203638-1ea166775780.zip GO_MODULE_FILES+= github.com/duo-labs/webauthn/@v/v0.0.0-20220122034320-81aea484c951.mod @@ -355,23 +498,39 @@ GO_MODULE_FILES+= github.com/edsrzf/mmap-go/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/edsrzf/mmap-go/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/emirpasic/gods/@v/v1.12.0.mod GO_MODULE_FILES+= github.com/emirpasic/gods/@v/v1.12.0.zip +GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.10.1.mod +GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.10.1.zip GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.6.9.mod GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.1-0.20191026205805-5f8ba28d4473.mod +GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.10-0.20210907150352-cf90f659a021.mod GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.4.mod GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.7.mod GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20201210154907-fd9021fe5dad.mod -GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20201210154907-fd9021fe5dad.zip +GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20210217033140-668b12f5399d.mod +GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20210512163311-63b5d3c536b0.mod GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.mod -GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.zip +GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.3.0-java.mod +GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.6.1.mod +GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.6.2.mod +GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.6.2.zip +GO_MODULE_FILES+= github.com/etcd-io/gofail/@v/v0.0.0-20190801230047-ad7f989257ca.mod +GO_MODULE_FILES+= github.com/etcd-io/gofail/@v/v0.0.0-20190801230047-ad7f989257ca.zip GO_MODULE_FILES+= github.com/ethantkoenig/rupture/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/ethantkoenig/rupture/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/fatih/color/@v/v1.13.0.mod +GO_MODULE_FILES+= github.com/fatih/color/@v/v1.13.0.zip GO_MODULE_FILES+= github.com/fatih/color/@v/v1.7.0.mod -GO_MODULE_FILES+= github.com/fatih/color/@v/v1.7.0.zip +GO_MODULE_FILES+= github.com/fatih/color/@v/v1.9.0.mod GO_MODULE_FILES+= github.com/felixge/httpsnoop/@v/v1.0.1.mod -GO_MODULE_FILES+= github.com/felixge/httpsnoop/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/felixge/httpsnoop/@v/v1.0.2.mod +GO_MODULE_FILES+= github.com/felixge/httpsnoop/@v/v1.0.2.zip GO_MODULE_FILES+= github.com/flynn/go-shlex/@v/v0.0.0-20150515145356-3f9db97f8568.mod GO_MODULE_FILES+= github.com/flynn/go-shlex/@v/v0.0.0-20150515145356-3f9db97f8568.zip +GO_MODULE_FILES+= github.com/form3tech-oss/jwt-go/@v/v3.2.2+incompatible.mod +GO_MODULE_FILES+= github.com/form3tech-oss/jwt-go/@v/v3.2.3+incompatible.mod +GO_MODULE_FILES+= github.com/form3tech-oss/jwt-go/@v/v3.2.3+incompatible.zip +GO_MODULE_FILES+= github.com/fortytw2/leaktest/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/fortytw2/leaktest/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/fortytw2/leaktest/@v/v1.3.0.zip GO_MODULE_FILES+= github.com/franela/goblin/@v/v0.0.0-20200105215937-c9ffbefa60db.mod @@ -380,9 +539,16 @@ GO_MODULE_FILES+= github.com/franela/goreq/@v/v0.0.0-20171204163338-bcd34c9993f8 GO_MODULE_FILES+= github.com/franela/goreq/@v/v0.0.0-20171204163338-bcd34c9993f8.zip GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.7.mod GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.9.mod -GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.9.zip +GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.5.1.mod +GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.5.1.zip +GO_MODULE_FILES+= github.com/fullstorydev/grpcurl/@v/v1.8.0.mod +GO_MODULE_FILES+= github.com/fullstorydev/grpcurl/@v/v1.8.1.mod +GO_MODULE_FILES+= github.com/fullstorydev/grpcurl/@v/v1.8.1.zip GO_MODULE_FILES+= github.com/fxamacker/cbor/v2/@v/v2.2.0.mod -GO_MODULE_FILES+= github.com/fxamacker/cbor/v2/@v/v2.2.0.zip +GO_MODULE_FILES+= github.com/fxamacker/cbor/v2/@v/v2.4.0.mod +GO_MODULE_FILES+= github.com/fxamacker/cbor/v2/@v/v2.4.0.zip +GO_MODULE_FILES+= github.com/getsentry/raven-go/@v/v0.2.0.mod +GO_MODULE_FILES+= github.com/getsentry/raven-go/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/gliderlabs/ssh/@v/v0.2.2.mod @@ -400,7 +566,8 @@ GO_MODULE_FILES+= github.com/go-asn1-ber/asn1-ber/@v/v1.5.3.mod GO_MODULE_FILES+= github.com/go-asn1-ber/asn1-ber/@v/v1.5.3.zip GO_MODULE_FILES+= github.com/go-chi/chi/v5/@v/v5.0.1.mod GO_MODULE_FILES+= github.com/go-chi/chi/v5/@v/v5.0.4.mod -GO_MODULE_FILES+= github.com/go-chi/chi/v5/@v/v5.0.4.zip +GO_MODULE_FILES+= github.com/go-chi/chi/v5/@v/v5.0.7.mod +GO_MODULE_FILES+= github.com/go-chi/chi/v5/@v/v5.0.7.zip GO_MODULE_FILES+= github.com/go-chi/cors/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/go-chi/cors/@v/v1.2.0.zip GO_MODULE_FILES+= github.com/go-enry/go-enry/v2/@v/v2.7.1.mod @@ -421,6 +588,8 @@ GO_MODULE_FILES+= github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.zi GO_MODULE_FILES+= github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20191125211704-12ad95a8df72.mod GO_MODULE_FILES+= github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.mod GO_MODULE_FILES+= github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.zip +GO_MODULE_FILES+= github.com/go-ini/ini/@v/v1.25.4.mod +GO_MODULE_FILES+= github.com/go-ini/ini/@v/v1.25.4.zip GO_MODULE_FILES+= github.com/go-kit/kit/@v/v0.10.0.mod GO_MODULE_FILES+= github.com/go-kit/kit/@v/v0.10.0.zip GO_MODULE_FILES+= github.com/go-kit/kit/@v/v0.8.0.mod @@ -442,7 +611,9 @@ GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.19.2.mod GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.19.4.mod GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.19.5.mod GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.20.0.mod -GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.20.0.zip +GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.20.1.mod +GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.21.2.mod +GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.21.2.zip GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.17.0.mod GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.18.0.mod GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.2.mod @@ -452,7 +623,9 @@ GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.7.mod GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.8.mod GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.9.mod GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.20.0.mod -GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.20.0.zip +GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.20.1.mod +GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.20.2.mod +GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.20.2.zip GO_MODULE_FILES+= github.com/go-openapi/inflect/@v/v0.19.0.mod GO_MODULE_FILES+= github.com/go-openapi/inflect/@v/v0.19.0.zip GO_MODULE_FILES+= github.com/go-openapi/jsonpointer/@v/v0.17.0.mod @@ -466,7 +639,8 @@ GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.18.0.mod GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.2.mod GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.3.mod GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.5.mod -GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.5.zip +GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.6.mod +GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.6.zip GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.17.0.mod GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.18.0.mod GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.0.mod @@ -477,15 +651,17 @@ GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.6.mod GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.7.mod GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.20.0.mod GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.20.2.mod -GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.20.2.zip +GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.21.0.mod +GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.21.0.zip GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.0.0-20180920151709-4f900dc2ade9.mod GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.0.mod GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.15.mod GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.16.mod GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.24.mod GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.27.mod -GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.27.zip GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.4.mod +GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.21.1.mod +GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.21.1.zip GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.17.0.mod GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.18.0.mod GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.19.15.mod @@ -496,7 +672,8 @@ GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.19.8.mod GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.0.mod GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.1.mod GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.3.mod -GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.3.zip +GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.4.mod +GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.4.zip GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.17.0.mod GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.18.0.mod GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.19.0.mod @@ -507,7 +684,10 @@ GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.19.4.mod GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.19.5.mod GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.20.0.mod GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.20.1.mod -GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.20.1.zip +GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.20.2.mod +GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.21.0.mod +GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.21.1.mod +GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.21.1.zip GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.17.0.mod GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.18.0.mod GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.12.mod @@ -527,9 +707,11 @@ GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.19.2.mod GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.19.3.mod GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.1.mod GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.2.mod -GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.2.zip +GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.3.mod +GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.3.zip GO_MODULE_FILES+= github.com/go-redis/redis/@v/v6.15.2+incompatible.mod -GO_MODULE_FILES+= github.com/go-redis/redis/@v/v6.15.2+incompatible.zip +GO_MODULE_FILES+= github.com/go-redis/redis/@v/v6.15.9+incompatible.mod +GO_MODULE_FILES+= github.com/go-redis/redis/@v/v6.15.9+incompatible.zip GO_MODULE_FILES+= github.com/go-redis/redis/v8/@v/v8.11.0.mod GO_MODULE_FILES+= github.com/go-redis/redis/v8/@v/v8.11.0.zip GO_MODULE_FILES+= github.com/go-redis/redis/v8/@v/v8.4.0.mod @@ -539,7 +721,8 @@ GO_MODULE_FILES+= github.com/go-sql-driver/mysql/@v/v1.5.0.mod GO_MODULE_FILES+= github.com/go-sql-driver/mysql/@v/v1.6.0.mod GO_MODULE_FILES+= github.com/go-sql-driver/mysql/@v/v1.6.0.zip GO_MODULE_FILES+= github.com/go-stack/stack/@v/v1.8.0.mod -GO_MODULE_FILES+= github.com/go-stack/stack/@v/v1.8.0.zip +GO_MODULE_FILES+= github.com/go-stack/stack/@v/v1.8.1.mod +GO_MODULE_FILES+= github.com/go-stack/stack/@v/v1.8.1.zip GO_MODULE_FILES+= github.com/go-swagger/go-swagger/@v/v0.27.0.mod GO_MODULE_FILES+= github.com/go-swagger/go-swagger/@v/v0.27.0.zip GO_MODULE_FILES+= github.com/go-swagger/scan-repo-boundary/@v/v0.0.0-20180623220736-973b3573c013.mod @@ -585,7 +768,11 @@ GO_MODULE_FILES+= github.com/gobuffalo/syncx/@v/v0.0.0-20190224160051-33c29581e7 GO_MODULE_FILES+= github.com/gobwas/glob/@v/v0.2.3.mod GO_MODULE_FILES+= github.com/gobwas/glob/@v/v0.2.3.zip GO_MODULE_FILES+= github.com/goccy/go-json/@v/v0.7.4.mod -GO_MODULE_FILES+= github.com/goccy/go-json/@v/v0.7.4.zip +GO_MODULE_FILES+= github.com/goccy/go-json/@v/v0.9.5.mod +GO_MODULE_FILES+= github.com/goccy/go-json/@v/v0.9.5.zip +GO_MODULE_FILES+= github.com/godbus/dbus/v5/@v/v5.0.3.mod +GO_MODULE_FILES+= github.com/godbus/dbus/v5/@v/v5.0.4.mod +GO_MODULE_FILES+= github.com/godbus/dbus/v5/@v/v5.0.4.zip GO_MODULE_FILES+= github.com/gofrs/uuid/@v/v4.2.0+incompatible.mod GO_MODULE_FILES+= github.com/gofrs/uuid/@v/v4.2.0+incompatible.zip GO_MODULE_FILES+= github.com/gogo/googleapis/@v/v1.1.0.mod @@ -593,26 +780,35 @@ GO_MODULE_FILES+= github.com/gogo/googleapis/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.2.1.mod -GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.2.1.zip -GO_MODULE_FILES+= github.com/gogs/chardet/@v/v0.0.0-20191104214054-4b6791f73a28.mod -GO_MODULE_FILES+= github.com/gogs/chardet/@v/v0.0.0-20191104214054-4b6791f73a28.zip +GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.3.0.mod +GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.3.1.mod +GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.3.2.mod +GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.3.2.zip +GO_MODULE_FILES+= github.com/gogs/chardet/@v/v0.0.0-20211120154057-b7413eaefb8f.mod +GO_MODULE_FILES+= github.com/gogs/chardet/@v/v0.0.0-20211120154057-b7413eaefb8f.zip GO_MODULE_FILES+= github.com/gogs/cron/@v/v0.0.0-20171120032916-9f6c956d3e14.mod GO_MODULE_FILES+= github.com/gogs/cron/@v/v0.0.0-20171120032916-9f6c956d3e14.zip GO_MODULE_FILES+= github.com/gogs/go-gogs-client/@v/v0.0.0-20210131175652-1d7215cd8d85.mod GO_MODULE_FILES+= github.com/gogs/go-gogs-client/@v/v0.0.0-20210131175652-1d7215cd8d85.zip GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.1.0.mod GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.2.0.mod -GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.2.0.zip +GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.3.0.mod +GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.3.0.zip GO_MODULE_FILES+= github.com/golang-sql/civil/@v/v0.0.0-20190719163853-cb61b32ac6fe.mod -GO_MODULE_FILES+= github.com/golang-sql/civil/@v/v0.0.0-20190719163853-cb61b32ac6fe.zip +GO_MODULE_FILES+= github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.mod +GO_MODULE_FILES+= github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.zip +GO_MODULE_FILES+= github.com/golang-sql/sqlexp/@v/v0.0.0-20170517235910-f1bb20e5a188.mod +GO_MODULE_FILES+= github.com/golang-sql/sqlexp/@v/v0.0.0-20170517235910-f1bb20e5a188.zip GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod -GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.zip +GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20210429001901-424d2337a529.mod +GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20210429001901-424d2337a529.zip GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20160516000752-02826c3e7903.mod GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20190129154638-5b532d6fd5ef.mod GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20190702054246-869f871628b6.mod GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20191227052852-215e87163ea7.mod GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.mod -GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.zip +GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.mod +GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.zip GO_MODULE_FILES+= github.com/golang/mock/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.3.1.mod @@ -620,7 +816,9 @@ GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.1.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.3.mod GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.4.mod -GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.4.zip +GO_MODULE_FILES+= github.com/golang/mock/@v/v1.5.0.mod +GO_MODULE_FILES+= github.com/golang/mock/@v/v1.6.0.mod +GO_MODULE_FILES+= github.com/golang/mock/@v/v1.6.0.zip GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.1.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.2.mod @@ -636,6 +834,7 @@ GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.1.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.2.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.3.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.5.0.mod +GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.5.1.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.5.2.mod GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.5.2.zip GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.0-20180518054509-2e65f85255db.mod @@ -646,9 +845,12 @@ GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.4.mod GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.4.zip GO_MODULE_FILES+= github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.1.zip GO_MODULE_FILES+= github.com/google/certificate-transparency-go/@v/v1.0.21.mod -GO_MODULE_FILES+= github.com/google/certificate-transparency-go/@v/v1.0.21.zip +GO_MODULE_FILES+= github.com/google/certificate-transparency-go/@v/v1.1.2-0.20210422104406-9f33727a7a18.mod +GO_MODULE_FILES+= github.com/google/certificate-transparency-go/@v/v1.1.2-0.20210511102531-373a877eec92.mod +GO_MODULE_FILES+= github.com/google/certificate-transparency-go/@v/v1.1.2-0.20210511102531-373a877eec92.zip GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.0.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.1.mod @@ -662,18 +864,30 @@ GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.4.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.5.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.6.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.6.zip +GO_MODULE_FILES+= github.com/google/go-github/v28/@v/v28.1.1.mod +GO_MODULE_FILES+= github.com/google/go-github/v28/@v/v28.1.1.zip GO_MODULE_FILES+= github.com/google/go-github/v39/@v/v39.2.0.mod GO_MODULE_FILES+= github.com/google/go-github/v39/@v/v39.2.0.zip +GO_MODULE_FILES+= github.com/google/go-licenses/@v/v0.0.0-20210329231322-ce1d9163b77d.mod +GO_MODULE_FILES+= github.com/google/go-licenses/@v/v0.0.0-20210329231322-ce1d9163b77d.zip GO_MODULE_FILES+= github.com/google/go-querystring/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/google/go-querystring/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/google/go-querystring/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/google/go-replayers/grpcreplay/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/google/go-replayers/grpcreplay/@v/v0.1.0.zip +GO_MODULE_FILES+= github.com/google/go-replayers/httpreplay/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/google/go-replayers/httpreplay/@v/v0.1.0.zip GO_MODULE_FILES+= github.com/google/gofuzz/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/google/gofuzz/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/google/licenseclassifier/@v/v0.0.0-20210325184830-bb04aff29e72.mod +GO_MODULE_FILES+= github.com/google/licenseclassifier/@v/v0.0.0-20210325184830-bb04aff29e72.zip GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.mod -GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.zip +GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.mod +GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.zip GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.0.0.mod GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.1.0.mod -GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.1.0.zip +GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.2.1.mod +GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.2.1.zip GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20190515194954-54271f7e092f.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20191218002539-d4f498aebedc.mod @@ -684,22 +898,50 @@ GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99. GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200905233945-acf8798be1f7.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201023163331-3e6fc7fc9c4c.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201203190320-1bf35d6f28c2.mod +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201218002935-b9804c9f04c2.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210122040257-d980be63207e.mod -GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210122040257-d980be63207e.zip +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210226084205-cbba55b83ad5.mod +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210601050228-01bbb1931b22.mod +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210609004039-a478d1d731e9.mod +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210720184732-4bb14d4b1be1.mod +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210720184732-4bb14d4b1be1.zip GO_MODULE_FILES+= github.com/google/renameio/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/google/renameio/@v/v0.1.0.zip +GO_MODULE_FILES+= github.com/google/rpmpack/@v/v0.0.0-20191226140753-aa36bfddb3a0.mod +GO_MODULE_FILES+= github.com/google/rpmpack/@v/v0.0.0-20191226140753-aa36bfddb3a0.zip +GO_MODULE_FILES+= github.com/google/subcommands/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/google/subcommands/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/google/trillian/@v/v1.3.14-0.20210409160123-c5ea3abd4a41.mod +GO_MODULE_FILES+= github.com/google/trillian/@v/v1.3.14-0.20210428093031-b4ddea2e86b1.mod +GO_MODULE_FILES+= github.com/google/trillian/@v/v1.3.14-0.20210428093031-b4ddea2e86b1.zip +GO_MODULE_FILES+= github.com/google/uuid/@v/v0.0.0-20161128191214-064e2069ce9c.mod GO_MODULE_FILES+= github.com/google/uuid/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/google/uuid/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/google/uuid/@v/v1.1.2.mod +GO_MODULE_FILES+= github.com/google/uuid/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/google/uuid/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/google/uuid/@v/v1.3.0.zip +GO_MODULE_FILES+= github.com/google/wire/@v/v0.3.0.mod +GO_MODULE_FILES+= github.com/google/wire/@v/v0.3.0.zip +GO_MODULE_FILES+= github.com/googleapis/gax-go/@v/v2.0.2+incompatible.mod +GO_MODULE_FILES+= github.com/googleapis/gax-go/@v/v2.0.2+incompatible.zip GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.0.4.mod GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.0.5.mod -GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.0.5.zip +GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.1.0.mod +GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.1.1.mod +GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.1.1.zip +GO_MODULE_FILES+= github.com/googleapis/google-cloud-go-testing/@v/v0.0.0-20200911160855-bcd43fbb19e8.mod +GO_MODULE_FILES+= github.com/googleapis/google-cloud-go-testing/@v/v0.0.0-20200911160855-bcd43fbb19e8.zip GO_MODULE_FILES+= github.com/gopherjs/gopherjs/@v/v0.0.0-20181017120253-0766667cb4d1.mod GO_MODULE_FILES+= github.com/gopherjs/gopherjs/@v/v0.0.0-20181103185306-d547d1d9531e.mod GO_MODULE_FILES+= github.com/gopherjs/gopherjs/@v/v0.0.0-20190910122728-9d188e94fb99.mod GO_MODULE_FILES+= github.com/gopherjs/gopherjs/@v/v0.0.0-20190910122728-9d188e94fb99.zip +GO_MODULE_FILES+= github.com/gordonklaus/ineffassign/@v/v0.0.0-20200309095847-7953dde2c7bf.mod +GO_MODULE_FILES+= github.com/gordonklaus/ineffassign/@v/v0.0.0-20200309095847-7953dde2c7bf.zip +GO_MODULE_FILES+= github.com/goreleaser/goreleaser/@v/v0.134.0.mod +GO_MODULE_FILES+= github.com/goreleaser/goreleaser/@v/v0.134.0.zip +GO_MODULE_FILES+= github.com/goreleaser/nfpm/@v/v1.2.1.mod +GO_MODULE_FILES+= github.com/goreleaser/nfpm/@v/v1.2.1.zip GO_MODULE_FILES+= github.com/gorilla/context/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/gorilla/context/@v/v1.1.1.zip GO_MODULE_FILES+= github.com/gorilla/css/@v/v1.0.0.mod @@ -721,40 +963,58 @@ GO_MODULE_FILES+= github.com/gorilla/sessions/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/gorilla/sessions/@v/v1.2.1.mod GO_MODULE_FILES+= github.com/gorilla/sessions/@v/v1.2.1.zip GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v0.0.0-20170926233335-4201258b820c.mod +GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.2.mod GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.2.zip GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.0.1-0.20190118093823-f849b5445de4.mod -GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.0.1-0.20190118093823-f849b5445de4.zip +GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.2.2.mod +GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.3.0.mod +GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.3.0.zip GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-prometheus/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-prometheus/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.14.6.mod +GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.16.0.mod +GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.16.0.zip +GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.8.5.mod GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.0.mod +GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.2.mod GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.5.mod -GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.5.zip GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.11.0.mod +GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.12.0.mod +GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.12.0.zip GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.3.0.mod -GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.3.0.zip GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.1.1.mod GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.3.0.mod -GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.3.0.zip +GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.8.0.mod +GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.8.0.zip GO_MODULE_FILES+= github.com/hashicorp/errwrap/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/hashicorp/errwrap/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-cleanhttp/@v/v0.5.0.mod GO_MODULE_FILES+= github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod GO_MODULE_FILES+= github.com/hashicorp/go-cleanhttp/@v/v0.5.2.mod GO_MODULE_FILES+= github.com/hashicorp/go-cleanhttp/@v/v0.5.2.zip +GO_MODULE_FILES+= github.com/hashicorp/go-hclog/@v/v0.12.0.mod GO_MODULE_FILES+= github.com/hashicorp/go-hclog/@v/v0.9.2.mod -GO_MODULE_FILES+= github.com/hashicorp/go-hclog/@v/v0.9.2.zip +GO_MODULE_FILES+= github.com/hashicorp/go-hclog/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/go-hclog/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.3.1.mod +GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.3.1.zip GO_MODULE_FILES+= github.com/hashicorp/go-msgpack/@v/v0.5.3.mod GO_MODULE_FILES+= github.com/hashicorp/go-msgpack/@v/v0.5.3.zip GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-retryablehttp/@v/v0.5.3.mod +GO_MODULE_FILES+= github.com/hashicorp/go-retryablehttp/@v/v0.6.4.mod GO_MODULE_FILES+= github.com/hashicorp/go-retryablehttp/@v/v0.6.8.mod GO_MODULE_FILES+= github.com/hashicorp/go-retryablehttp/@v/v0.7.0.mod GO_MODULE_FILES+= github.com/hashicorp/go-retryablehttp/@v/v0.7.0.zip GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.2.mod +GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.2.zip GO_MODULE_FILES+= github.com/hashicorp/go-sockaddr/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/hashicorp/go-sockaddr/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/hashicorp/go-syslog/@v/v1.0.0.mod @@ -773,22 +1033,36 @@ GO_MODULE_FILES+= github.com/hashicorp/hcl/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/hashicorp/logutils/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/hashicorp/logutils/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.4.mod +GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.4.zip GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.1.3.mod -GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.1.3.zip +GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.2.2.mod +GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.3.0.mod +GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.3.0.zip GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.8.2.mod -GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.8.2.zip +GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.9.5.mod +GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.9.6.mod +GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.9.6.zip GO_MODULE_FILES+= github.com/hpcloud/tail/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/hpcloud/tail/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/huandu/xstrings/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/huandu/xstrings/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/huandu/xstrings/@v/v1.3.2.mod GO_MODULE_FILES+= github.com/huandu/xstrings/@v/v1.3.2.zip GO_MODULE_FILES+= github.com/hudl/fargo/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/hudl/fargo/@v/v1.3.0.zip +GO_MODULE_FILES+= github.com/iancoleman/strcase/@v/v0.0.0-20180726023541-3605ed457bf7.mod +GO_MODULE_FILES+= github.com/iancoleman/strcase/@v/v0.2.0.mod +GO_MODULE_FILES+= github.com/iancoleman/strcase/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.mod GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20200824232613-28f6c0f3b639.mod GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20200824232613-28f6c0f3b639.zip GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.12.mod GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.12.zip +GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.4.mod +GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.8.mod +GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.9.mod GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/influxdata/influxdb1-client/@v/v0.0.0-20191209144304-8bf82d3c094d.mod @@ -857,38 +1131,54 @@ GO_MODULE_FILES+= github.com/jackc/puddle/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/jackc/puddle/@v/v1.1.3.mod GO_MODULE_FILES+= github.com/jackc/puddle/@v/v1.1.3.zip GO_MODULE_FILES+= github.com/jarcoal/httpmock/@v/v0.0.0-20180424175123-9c70cfe4a1da.mod -GO_MODULE_FILES+= github.com/jarcoal/httpmock/@v/v0.0.0-20180424175123-9c70cfe4a1da.zip +GO_MODULE_FILES+= github.com/jarcoal/httpmock/@v/v1.0.5.mod +GO_MODULE_FILES+= github.com/jarcoal/httpmock/@v/v1.0.5.zip GO_MODULE_FILES+= github.com/jaytaylor/html2text/@v/v0.0.0-20200412013138-3577fbdbcff7.mod GO_MODULE_FILES+= github.com/jaytaylor/html2text/@v/v0.0.0-20200412013138-3577fbdbcff7.zip GO_MODULE_FILES+= github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.mod GO_MODULE_FILES+= github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.zip +GO_MODULE_FILES+= github.com/jessevdk/go-flags/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/jessevdk/go-flags/@v/v1.5.0.mod GO_MODULE_FILES+= github.com/jessevdk/go-flags/@v/v1.5.0.zip +GO_MODULE_FILES+= github.com/jhump/protoreflect/@v/v1.6.1.mod +GO_MODULE_FILES+= github.com/jhump/protoreflect/@v/v1.8.2.mod +GO_MODULE_FILES+= github.com/jhump/protoreflect/@v/v1.8.2.zip +GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.0.0-20160202185014-0b12d6b521d8.mod GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.0.0-20180206201540-c2b33e8439af.mod GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.4.0.mod GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.4.0.zip GO_MODULE_FILES+= github.com/jmespath/go-jmespath/internal/testify/@v/v1.5.1.mod GO_MODULE_FILES+= github.com/jmespath/go-jmespath/internal/testify/@v/v1.5.1.zip +GO_MODULE_FILES+= github.com/jmhodges/clock/@v/v0.0.0-20160418191101-880ee4c33548.mod +GO_MODULE_FILES+= github.com/jmhodges/clock/@v/v0.0.0-20160418191101-880ee4c33548.zip +GO_MODULE_FILES+= github.com/jmoiron/sqlx/@v/v1.3.3.mod +GO_MODULE_FILES+= github.com/jmoiron/sqlx/@v/v1.3.3.zip GO_MODULE_FILES+= github.com/joho/godotenv/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/joho/godotenv/@v/v1.3.0.zip GO_MODULE_FILES+= github.com/jonboulle/clockwork/@v/v0.1.0.mod -GO_MODULE_FILES+= github.com/jonboulle/clockwork/@v/v0.1.0.zip +GO_MODULE_FILES+= github.com/jonboulle/clockwork/@v/v0.2.2.mod +GO_MODULE_FILES+= github.com/jonboulle/clockwork/@v/v0.2.2.zip GO_MODULE_FILES+= github.com/josharian/intern/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/josharian/intern/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/jpillora/backoff/@v/v0.0.0-20180909062703-3050d21c67d7.mod GO_MODULE_FILES+= github.com/jpillora/backoff/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/jpillora/backoff/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.10.mod GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.11.mod -GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.11.zip +GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.12.mod +GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.12.zip GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.6.mod GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.7.mod GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.8.mod +GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.9.mod GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.9.1.mod GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.9.1.zip GO_MODULE_FILES+= github.com/jtolds/gls/@v/v4.2.1+incompatible.mod GO_MODULE_FILES+= github.com/jtolds/gls/@v/v4.20.0+incompatible.mod GO_MODULE_FILES+= github.com/jtolds/gls/@v/v4.20.0+incompatible.zip +GO_MODULE_FILES+= github.com/juju/ratelimit/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/juju/ratelimit/@v/v1.0.1.zip GO_MODULE_FILES+= github.com/julienschmidt/httprouter/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/julienschmidt/httprouter/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/julienschmidt/httprouter/@v/v1.3.0.zip @@ -897,6 +1187,7 @@ GO_MODULE_FILES+= github.com/karrick/godirwalk/@v/v1.10.3.zip GO_MODULE_FILES+= github.com/karrick/godirwalk/@v/v1.8.0.mod GO_MODULE_FILES+= github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.mod GO_MODULE_FILES+= github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.zip +GO_MODULE_FILES+= github.com/kevinburke/ssh_config/@v/v0.0.0-20190725054713-01f96b0aa0cd.mod GO_MODULE_FILES+= github.com/kevinburke/ssh_config/@v/v0.0.0-20201106050909-4977a11b4351.mod GO_MODULE_FILES+= github.com/kevinburke/ssh_config/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/kevinburke/ssh_config/@v/v1.1.0.zip @@ -904,12 +1195,18 @@ GO_MODULE_FILES+= github.com/keybase/go-crypto/@v/v0.0.0-20200123153347-de78d2cb GO_MODULE_FILES+= github.com/keybase/go-crypto/@v/v0.0.0-20200123153347-de78d2cb44f4.zip GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.2.0.mod -GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.5.0.mod +GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.5.0.zip GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.zip -GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.10.10.mod -GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.13.1.mod -GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.13.1.zip +GO_MODULE_FILES+= github.com/kisielk/sqlstruct/@v/v0.0.0-20201105191214-5f3e10d3ab46.mod +GO_MODULE_FILES+= github.com/kisielk/sqlstruct/@v/v0.0.0-20201105191214-5f3e10d3ab46.zip +GO_MODULE_FILES+= github.com/kisom/goutils/@v/v1.4.3.mod +GO_MODULE_FILES+= github.com/kisom/goutils/@v/v1.4.3.zip +GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.11.4.mod +GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.13.5.mod +GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.13.6.mod +GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.13.6.zip GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.4.1.mod GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.9.5.mod GO_MODULE_FILES+= github.com/klauspost/cpuid/@v/v1.2.0.mod @@ -920,7 +1217,6 @@ GO_MODULE_FILES+= github.com/klauspost/cpuid/v2/@v/v2.0.1.mod GO_MODULE_FILES+= github.com/klauspost/cpuid/v2/@v/v2.0.4.mod GO_MODULE_FILES+= github.com/klauspost/cpuid/v2/@v/v2.0.9.mod GO_MODULE_FILES+= github.com/klauspost/cpuid/v2/@v/v2.0.9.zip -GO_MODULE_FILES+= github.com/klauspost/pgzip/@v/v1.2.4.mod GO_MODULE_FILES+= github.com/klauspost/pgzip/@v/v1.2.5.mod GO_MODULE_FILES+= github.com/klauspost/pgzip/@v/v1.2.5.zip GO_MODULE_FILES+= github.com/kljensen/snowball/@v/v0.6.0.mod @@ -934,8 +1230,10 @@ GO_MODULE_FILES+= github.com/kr/fs/@v/v0.1.0.zip GO_MODULE_FILES+= github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod GO_MODULE_FILES+= github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.zip GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.2.1.mod -GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.2.1.zip +GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.3.0.mod +GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.3.0.zip GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.5.mod GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.8.mod @@ -943,10 +1241,18 @@ GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.8.zip GO_MODULE_FILES+= github.com/kr/text/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/kr/text/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/kr/text/@v/v0.2.0.zip +GO_MODULE_FILES+= github.com/kylelemons/go-gypsy/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/kylelemons/go-gypsy/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/lestrrat-go/jwx/@v/v0.9.0.mod GO_MODULE_FILES+= github.com/lestrrat-go/jwx/@v/v0.9.0.zip +GO_MODULE_FILES+= github.com/letsencrypt/pkcs11key/v4/@v/v4.0.0.mod +GO_MODULE_FILES+= github.com/letsencrypt/pkcs11key/v4/@v/v4.0.0.zip GO_MODULE_FILES+= github.com/lib/pq/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/lib/pq/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/lib/pq/@v/v1.1.1.mod +GO_MODULE_FILES+= github.com/lib/pq/@v/v1.10.1.mod GO_MODULE_FILES+= github.com/lib/pq/@v/v1.10.2.mod GO_MODULE_FILES+= github.com/lib/pq/@v/v1.10.2.zip GO_MODULE_FILES+= github.com/lib/pq/@v/v1.2.0.mod @@ -965,6 +1271,9 @@ GO_MODULE_FILES+= github.com/lunny/nodb/@v/v0.0.0-20160621015157-fc1ef06ad4af.mo GO_MODULE_FILES+= github.com/lunny/nodb/@v/v0.0.0-20160621015157-fc1ef06ad4af.zip GO_MODULE_FILES+= github.com/lunny/vfsgen/@v/v0.0.0-20220105142115-2c99e1ffdfa0.mod GO_MODULE_FILES+= github.com/lunny/vfsgen/@v/v0.0.0-20220105142115-2c99e1ffdfa0.zip +GO_MODULE_FILES+= github.com/lyft/protoc-gen-star/@v/v0.5.1.mod +GO_MODULE_FILES+= github.com/lyft/protoc-gen-star/@v/v0.5.3.mod +GO_MODULE_FILES+= github.com/lyft/protoc-gen-star/@v/v0.5.3.zip GO_MODULE_FILES+= github.com/lyft/protoc-gen-validate/@v/v0.0.13.mod GO_MODULE_FILES+= github.com/lyft/protoc-gen-validate/@v/v0.0.13.zip GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.0.mod @@ -981,6 +1290,8 @@ GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.7.7.mod GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.7.7.zip GO_MODULE_FILES+= github.com/markbates/going/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/markbates/going/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/markbates/goth/@v/v1.69.0.mod +GO_MODULE_FILES+= github.com/markbates/goth/@v/v1.69.0.zip GO_MODULE_FILES+= github.com/markbates/oncer/@v/v0.0.0-20181203154359-bf2de49a0be2.mod GO_MODULE_FILES+= github.com/markbates/oncer/@v/v0.0.0-20181203154359-bf2de49a0be2.zip GO_MODULE_FILES+= github.com/markbates/safe/@v/v1.0.1.mod @@ -989,48 +1300,74 @@ GO_MODULE_FILES+= github.com/matryer/is/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/matryer/is/@v/v1.2.0.zip GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.0.9.mod GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.1.mod +GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.12.mod +GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.12.zip GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.2.mod +GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.4.mod GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.6.mod -GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.6.zip +GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.9.mod +GO_MODULE_FILES+= github.com/mattn/go-ieproxy/@v/v0.0.0-20190610004146-91bb50d98149.mod +GO_MODULE_FILES+= github.com/mattn/go-ieproxy/@v/v0.0.0-20190610004146-91bb50d98149.zip +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.10.mod +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.11.mod GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.12.mod -GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.13.mod -GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.13.zip +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.14.mod +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.14.zip GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.3.mod GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.4.mod GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.5.mod GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.7.mod GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.8.mod GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.9.mod +GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.12.mod GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.13.mod GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.13.zip GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.2.mod +GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.7.mod GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.9.mod +GO_MODULE_FILES+= github.com/mattn/go-shellwords/@v/v1.0.10.mod +GO_MODULE_FILES+= github.com/mattn/go-shellwords/@v/v1.0.10.zip GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.11.0.mod +GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.14.12.mod +GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.14.12.zip GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.14.6.mod GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.14.7.mod GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.14.8.mod -GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.14.8.zip +GO_MODULE_FILES+= github.com/mattn/go-zglob/@v/v0.0.1.mod +GO_MODULE_FILES+= github.com/mattn/go-zglob/@v/v0.0.1.zip GO_MODULE_FILES+= github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod GO_MODULE_FILES+= github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/mgutz/ansi/@v/v0.0.0-20170206155736-9520e82c474b.mod +GO_MODULE_FILES+= github.com/mgutz/ansi/@v/v0.0.0-20170206155736-9520e82c474b.zip GO_MODULE_FILES+= github.com/mholt/acmez/@v/v1.0.1.mod -GO_MODULE_FILES+= github.com/mholt/acmez/@v/v1.0.1.zip -GO_MODULE_FILES+= github.com/mholt/archiver/v3/@v/v3.5.0.mod -GO_MODULE_FILES+= github.com/mholt/archiver/v3/@v/v3.5.0.zip -GO_MODULE_FILES+= github.com/microcosm-cc/bluemonday/@v/v1.0.16.mod -GO_MODULE_FILES+= github.com/microcosm-cc/bluemonday/@v/v1.0.16.zip +GO_MODULE_FILES+= github.com/mholt/acmez/@v/v1.0.2.mod +GO_MODULE_FILES+= github.com/mholt/acmez/@v/v1.0.2.zip +GO_MODULE_FILES+= github.com/mholt/archiver/v3/@v/v3.5.1.mod +GO_MODULE_FILES+= github.com/mholt/archiver/v3/@v/v3.5.1.zip +GO_MODULE_FILES+= github.com/microcosm-cc/bluemonday/@v/v1.0.18.mod +GO_MODULE_FILES+= github.com/microcosm-cc/bluemonday/@v/v1.0.18.zip GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.0.14.mod +GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.26.mod +GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.41.mod GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.43.mod -GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.43.zip +GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.46.mod +GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.46.zip +GO_MODULE_FILES+= github.com/miekg/pkcs11/@v/v1.0.2.mod +GO_MODULE_FILES+= github.com/miekg/pkcs11/@v/v1.0.3.mod +GO_MODULE_FILES+= github.com/miekg/pkcs11/@v/v1.0.3.zip GO_MODULE_FILES+= github.com/minio/md5-simd/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/minio/md5-simd/@v/v1.1.2.mod GO_MODULE_FILES+= github.com/minio/md5-simd/@v/v1.1.2.zip -GO_MODULE_FILES+= github.com/minio/minio-go/v7/@v/v7.0.12.mod -GO_MODULE_FILES+= github.com/minio/minio-go/v7/@v/v7.0.12.zip +GO_MODULE_FILES+= github.com/minio/minio-go/v7/@v/v7.0.23.mod +GO_MODULE_FILES+= github.com/minio/minio-go/v7/@v/v7.0.23.zip GO_MODULE_FILES+= github.com/minio/sha256-simd/@v/v0.1.1.mod GO_MODULE_FILES+= github.com/minio/sha256-simd/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/minio/sha256-simd/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/mitchellh/cli/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/mitchellh/cli/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/mitchellh/cli/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/mitchellh/cli/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/mitchellh/copystructure/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/mitchellh/copystructure/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.1.0.zip @@ -1046,26 +1383,40 @@ GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.3.2.mod GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.3.3.mod GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.1.mod -GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.1.zip +GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.3.mod +GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.3.zip +GO_MODULE_FILES+= github.com/mitchellh/reflectwalk/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/mitchellh/reflectwalk/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/mitchellh/reflectwalk/@v/v1.0.1.zip GO_MODULE_FILES+= github.com/modern-go/concurrent/@v/v0.0.0-20180228061459-e0a39a4cb421.mod GO_MODULE_FILES+= github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod GO_MODULE_FILES+= github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.zip GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v0.0.0-20180701023420-4b7aa43c6742.mod GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v1.0.1.mod -GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v1.0.2.mod +GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v1.0.2.zip +GO_MODULE_FILES+= github.com/modocache/gover/@v/v0.0.0-20171022184752-b58185e213c5.mod +GO_MODULE_FILES+= github.com/modocache/gover/@v/v0.0.0-20171022184752-b58185e213c5.zip +GO_MODULE_FILES+= github.com/mohae/deepcopy/@v/v0.0.0-20170929034955-c48cc78d4826.mod +GO_MODULE_FILES+= github.com/mohae/deepcopy/@v/v0.0.0-20170929034955-c48cc78d4826.zip GO_MODULE_FILES+= github.com/montanaflynn/stats/@v/v0.0.0-20171201202039-1bf9dbcd8cbe.mod GO_MODULE_FILES+= github.com/montanaflynn/stats/@v/v0.0.0-20171201202039-1bf9dbcd8cbe.zip +GO_MODULE_FILES+= github.com/mreiferson/go-httpclient/@v/v0.0.0-20160630210159-31f0106b4474.mod +GO_MODULE_FILES+= github.com/mreiferson/go-httpclient/@v/v0.0.0-20160630210159-31f0106b4474.zip GO_MODULE_FILES+= github.com/mrjones/oauth/@v/v0.0.0-20180629183705-f4e24b6d100c.mod GO_MODULE_FILES+= github.com/mrjones/oauth/@v/v0.0.0-20190623134757-126b35219450.mod GO_MODULE_FILES+= github.com/mrjones/oauth/@v/v0.0.0-20190623134757-126b35219450.zip GO_MODULE_FILES+= github.com/mschoch/smat/@v/v0.0.0-20160514031455-90eadee771ae.mod GO_MODULE_FILES+= github.com/mschoch/smat/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/mschoch/smat/@v/v0.2.0.zip -GO_MODULE_FILES+= github.com/msteinert/pam/@v/v0.0.0-20201130170657-e61372126161.mod -GO_MODULE_FILES+= github.com/msteinert/pam/@v/v0.0.0-20201130170657-e61372126161.zip +GO_MODULE_FILES+= github.com/msteinert/pam/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/msteinert/pam/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod GO_MODULE_FILES+= github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.mod GO_MODULE_FILES+= github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.zip +GO_MODULE_FILES+= github.com/mwitkow/go-proto-validators/@v/v0.0.0-20180403085117-0950a7990007.mod +GO_MODULE_FILES+= github.com/mwitkow/go-proto-validators/@v/v0.2.0.mod +GO_MODULE_FILES+= github.com/mwitkow/go-proto-validators/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/nats-io/jwt/@v/v0.3.0.mod GO_MODULE_FILES+= github.com/nats-io/jwt/@v/v0.3.2.mod GO_MODULE_FILES+= github.com/nats-io/jwt/@v/v0.3.2.zip @@ -1082,10 +1433,15 @@ GO_MODULE_FILES+= github.com/nfnt/resize/@v/v0.0.0-20180221191011-83c6a9932646.m GO_MODULE_FILES+= github.com/nfnt/resize/@v/v0.0.0-20180221191011-83c6a9932646.zip GO_MODULE_FILES+= github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.mod GO_MODULE_FILES+= github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.zip -GO_MODULE_FILES+= github.com/niklasfasching/go-org/@v/v1.5.0.mod -GO_MODULE_FILES+= github.com/niklasfasching/go-org/@v/v1.5.0.zip +GO_MODULE_FILES+= github.com/niklasfasching/go-org/@v/v1.6.2.mod +GO_MODULE_FILES+= github.com/niklasfasching/go-org/@v/v1.6.2.zip +GO_MODULE_FILES+= github.com/nishanths/predeclared/@v/v0.0.0-20200524104333-86fad755b4d3.mod +GO_MODULE_FILES+= github.com/nishanths/predeclared/@v/v0.0.0-20200524104333-86fad755b4d3.zip +GO_MODULE_FILES+= github.com/nkovacs/streamquote/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/nkovacs/streamquote/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/nwaples/rardecode/@v/v1.1.0.mod -GO_MODULE_FILES+= github.com/nwaples/rardecode/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/nwaples/rardecode/@v/v1.1.3.mod +GO_MODULE_FILES+= github.com/nwaples/rardecode/@v/v1.1.3.zip GO_MODULE_FILES+= github.com/nxadm/tail/@v/v1.4.4.mod GO_MODULE_FILES+= github.com/nxadm/tail/@v/v1.4.4.zip GO_MODULE_FILES+= github.com/oklog/oklog/@v/v0.3.2.mod @@ -1095,12 +1451,14 @@ GO_MODULE_FILES+= github.com/oklog/run/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/oklog/ulid/@v/v1.3.1.mod GO_MODULE_FILES+= github.com/oklog/ulid/@v/v1.3.1.zip GO_MODULE_FILES+= github.com/olekukonko/tablewriter/@v/v0.0.0-20170122224234-a0225b3f23b5.mod +GO_MODULE_FILES+= github.com/olekukonko/tablewriter/@v/v0.0.4.mod GO_MODULE_FILES+= github.com/olekukonko/tablewriter/@v/v0.0.5.mod GO_MODULE_FILES+= github.com/olekukonko/tablewriter/@v/v0.0.5.zip GO_MODULE_FILES+= github.com/oliamb/cutter/@v/v0.2.2.mod GO_MODULE_FILES+= github.com/oliamb/cutter/@v/v0.2.2.zip -GO_MODULE_FILES+= github.com/olivere/elastic/v7/@v/v7.0.25.mod -GO_MODULE_FILES+= github.com/olivere/elastic/v7/@v/v7.0.25.zip +GO_MODULE_FILES+= github.com/olivere/elastic/v7/@v/v7.0.31.mod +GO_MODULE_FILES+= github.com/olivere/elastic/v7/@v/v7.0.31.zip +GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.10.3.mod GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.12.1.mod GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.14.2.mod GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.15.0.mod @@ -1131,18 +1489,29 @@ GO_MODULE_FILES+= github.com/openzipkin/zipkin-go/@v/v0.1.6.mod GO_MODULE_FILES+= github.com/openzipkin/zipkin-go/@v/v0.2.1.mod GO_MODULE_FILES+= github.com/openzipkin/zipkin-go/@v/v0.2.2.mod GO_MODULE_FILES+= github.com/openzipkin/zipkin-go/@v/v0.2.2.zip +GO_MODULE_FILES+= github.com/otiai10/copy/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/otiai10/copy/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/otiai10/curr/@v/v0.0.0-20150429015615-9b4961190c95.mod +GO_MODULE_FILES+= github.com/otiai10/curr/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/otiai10/curr/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/otiai10/mint/@v/v1.3.0.mod +GO_MODULE_FILES+= github.com/otiai10/mint/@v/v1.3.1.mod +GO_MODULE_FILES+= github.com/otiai10/mint/@v/v1.3.1.zip GO_MODULE_FILES+= github.com/pact-foundation/pact-go/@v/v1.0.4.mod GO_MODULE_FILES+= github.com/pact-foundation/pact-go/@v/v1.0.4.zip GO_MODULE_FILES+= github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.mod -GO_MODULE_FILES+= github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.zip +GO_MODULE_FILES+= github.com/pascaldekloe/goe/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/pascaldekloe/goe/@v/v0.1.0.zip GO_MODULE_FILES+= github.com/pborman/uuid/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/pborman/uuid/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/pelletier/go-buffruneio/@v/v0.2.0.mod +GO_MODULE_FILES+= github.com/pelletier/go-buffruneio/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.7.0.mod GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.8.1.mod -GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.9.0.mod -GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.9.0.zip +GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.9.4.mod +GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.9.4.zip GO_MODULE_FILES+= github.com/performancecopilot/speed/@v/v3.0.0+incompatible.mod GO_MODULE_FILES+= github.com/performancecopilot/speed/@v/v3.0.0+incompatible.zip GO_MODULE_FILES+= github.com/philhofer/fwd/@v/v1.0.0.mod @@ -1150,9 +1519,13 @@ GO_MODULE_FILES+= github.com/philhofer/fwd/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/pierrec/lz4/@v/v1.0.2-0.20190131084431-473cd7ce01a1.mod GO_MODULE_FILES+= github.com/pierrec/lz4/@v/v2.0.5+incompatible.mod GO_MODULE_FILES+= github.com/pierrec/lz4/@v/v2.0.5+incompatible.zip -GO_MODULE_FILES+= github.com/pierrec/lz4/v4/@v/v4.0.3.mod -GO_MODULE_FILES+= github.com/pierrec/lz4/v4/@v/v4.1.8.mod -GO_MODULE_FILES+= github.com/pierrec/lz4/v4/@v/v4.1.8.zip +GO_MODULE_FILES+= github.com/pierrec/lz4/v4/@v/v4.1.14.mod +GO_MODULE_FILES+= github.com/pierrec/lz4/v4/@v/v4.1.14.zip +GO_MODULE_FILES+= github.com/pierrec/lz4/v4/@v/v4.1.2.mod +GO_MODULE_FILES+= github.com/pkg/browser/@v/v0.0.0-20180916011732-0a3d74bf9ce4.mod +GO_MODULE_FILES+= github.com/pkg/browser/@v/v0.0.0-20180916011732-0a3d74bf9ce4.zip +GO_MODULE_FILES+= github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.mod +GO_MODULE_FILES+= github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.zip GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.8.0.mod GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.8.1.mod GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.9.1.mod @@ -1160,11 +1533,14 @@ GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.9.1.zip GO_MODULE_FILES+= github.com/pkg/profile/@v/v1.2.1.mod GO_MODULE_FILES+= github.com/pkg/profile/@v/v1.2.1.zip GO_MODULE_FILES+= github.com/pkg/sftp/@v/v1.10.1.mod -GO_MODULE_FILES+= github.com/pkg/sftp/@v/v1.10.1.zip +GO_MODULE_FILES+= github.com/pkg/sftp/@v/v1.13.1.mod +GO_MODULE_FILES+= github.com/pkg/sftp/@v/v1.13.1.zip +GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v0.0.0-20151028094244-d8ed2627bdf0.mod GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/posener/complete/@v/v1.1.1.mod -GO_MODULE_FILES+= github.com/posener/complete/@v/v1.1.1.zip +GO_MODULE_FILES+= github.com/posener/complete/@v/v1.2.3.mod +GO_MODULE_FILES+= github.com/posener/complete/@v/v1.2.3.zip GO_MODULE_FILES+= github.com/pquerna/cachecontrol/@v/v0.0.0-20201205024021-ac21108117ac.mod GO_MODULE_FILES+= github.com/pquerna/cachecontrol/@v/v0.0.0-20201205024021-ac21108117ac.zip GO_MODULE_FILES+= github.com/pquerna/otp/@v/v1.3.0.mod @@ -1173,9 +1549,13 @@ GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.1.mod GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.3-0.20190127221311-3c4408c8b829.mod GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.3.mod GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.10.0.mod GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.11.0.mod -GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.11.0.zip +GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.12.1.mod +GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.12.1.zip GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.3.0.mod +GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.4.0.mod +GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.5.1.mod GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.7.1.mod GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20190115171406-56726106282f.mod @@ -1186,38 +1566,55 @@ GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.0.0-20181113130724-41aa239b4cce.mod GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.10.0.mod +GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.18.0.mod GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.2.0.mod +GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.24.0.mod GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.26.0.mod -GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.26.0.zip +GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.32.1.mod +GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.32.1.zip GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.4.0.mod GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.4.1.mod GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.7.0.mod +GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.9.1.mod GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20190117184657-bf6a532e95b1.mod GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20190507164030-5867b95ac084.mod GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.2.mod GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.8.mod GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.1.3.mod +GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.6.0.mod -GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.6.0.zip +GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.7.3.mod +GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.7.3.zip GO_MODULE_FILES+= github.com/prometheus/tsdb/@v/v0.7.1.mod GO_MODULE_FILES+= github.com/prometheus/tsdb/@v/v0.7.1.zip -GO_MODULE_FILES+= github.com/quasoft/websspi/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/quasoft/websspi/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/pseudomuto/protoc-gen-doc/@v/v1.4.1.mod +GO_MODULE_FILES+= github.com/pseudomuto/protoc-gen-doc/@v/v1.4.1.zip +GO_MODULE_FILES+= github.com/pseudomuto/protokit/@v/v0.2.0.mod +GO_MODULE_FILES+= github.com/pseudomuto/protokit/@v/v0.2.0.zip +GO_MODULE_FILES+= github.com/quasoft/websspi/@v/v1.1.2.mod +GO_MODULE_FILES+= github.com/quasoft/websspi/@v/v1.1.2.zip GO_MODULE_FILES+= github.com/rcrowley/go-metrics/@v/v0.0.0-20181016184325-3113b8401b8a.mod GO_MODULE_FILES+= github.com/rcrowley/go-metrics/@v/v0.0.0-20190826022208-cac0b30c2563.mod GO_MODULE_FILES+= github.com/rcrowley/go-metrics/@v/v0.0.0-20190826022208-cac0b30c2563.zip GO_MODULE_FILES+= github.com/remyoudompheng/bigfft/@v/v0.0.0-20200410134404-eec4a21b6bb0.mod GO_MODULE_FILES+= github.com/remyoudompheng/bigfft/@v/v0.0.0-20200410134404-eec4a21b6bb0.zip +GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.2.0.zip GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v0.0.0-20150106093220-6724a57986af.mod -GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v0.0.0-20150106093220-6724a57986af.zip +GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v1.2.0.zip GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.2.2.mod GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.5.2.mod -GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.5.2.zip +GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.6.1.mod +GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.8.1.mod +GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.8.1.zip +GO_MODULE_FILES+= github.com/rs/cors/@v/v1.7.0.mod +GO_MODULE_FILES+= github.com/rs/cors/@v/v1.7.0.zip GO_MODULE_FILES+= github.com/rs/xid/@v/v1.2.1.mod GO_MODULE_FILES+= github.com/rs/xid/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/rs/xid/@v/v1.3.0.zip @@ -1231,8 +1628,13 @@ GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.1.0.mod GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.1.0.zip GO_MODULE_FILES+= github.com/ryanuber/columnize/@v/v0.0.0-20160712163229-9b3edd62028f.mod GO_MODULE_FILES+= github.com/ryanuber/columnize/@v/v0.0.0-20160712163229-9b3edd62028f.zip +GO_MODULE_FILES+= github.com/sagikazarmark/crypt/@v/v0.3.0.mod +GO_MODULE_FILES+= github.com/sagikazarmark/crypt/@v/v0.4.0.mod +GO_MODULE_FILES+= github.com/sagikazarmark/crypt/@v/v0.4.0.zip GO_MODULE_FILES+= github.com/samuel/go-zookeeper/@v/v0.0.0-20190923202752-2cc03de413da.mod GO_MODULE_FILES+= github.com/samuel/go-zookeeper/@v/v0.0.0-20190923202752-2cc03de413da.zip +GO_MODULE_FILES+= github.com/sassoftware/go-rpmutils/@v/v0.0.0-20190420191620-a8f1baeba37b.mod +GO_MODULE_FILES+= github.com/sassoftware/go-rpmutils/@v/v0.0.0-20190420191620-a8f1baeba37b.zip GO_MODULE_FILES+= github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.mod GO_MODULE_FILES+= github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.zip GO_MODULE_FILES+= github.com/sergi/go-diff/@v/v1.0.0.mod @@ -1256,6 +1658,7 @@ GO_MODULE_FILES+= github.com/siddontang/ledisdb/@v/v0.0.0-20190202134119-8ceb77e GO_MODULE_FILES+= github.com/siddontang/rdb/@v/v0.0.0-20150307021120-fc89ed2e418d.mod GO_MODULE_FILES+= github.com/siddontang/rdb/@v/v0.0.0-20150307021120-fc89ed2e418d.zip GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.4.1.mod GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.4.2.mod @@ -1265,6 +1668,7 @@ GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.8.1.mod GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.8.1.zip GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v0.0.0-20180927180507-b2de0cb4f26d.mod GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v0.0.0-20190116191733-b6c0e53d7304.mod +GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v1.1.1.zip GO_MODULE_FILES+= github.com/smartystreets/go-aws-auth/@v/v0.0.0-20180515143844-0c1422d1fdb9.mod @@ -1273,24 +1677,34 @@ GO_MODULE_FILES+= github.com/smartystreets/goconvey/@v/v0.0.0-20181108003508-044 GO_MODULE_FILES+= github.com/smartystreets/goconvey/@v/v0.0.0-20190731233626-505e41936337.mod GO_MODULE_FILES+= github.com/smartystreets/goconvey/@v/v1.6.4.mod GO_MODULE_FILES+= github.com/smartystreets/goconvey/@v/v1.6.4.zip +GO_MODULE_FILES+= github.com/smartystreets/gunit/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/smartystreets/gunit/@v/v1.4.2.mod GO_MODULE_FILES+= github.com/smartystreets/gunit/@v/v1.4.2.zip GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.4.mod -GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.4.zip +GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.5-0.20210205191134-5ec6847320e5.mod +GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.5.mod +GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.5.zip GO_MODULE_FILES+= github.com/sony/gobreaker/@v/v0.4.1.mod GO_MODULE_FILES+= github.com/sony/gobreaker/@v/v0.4.1.zip GO_MODULE_FILES+= github.com/spaolacci/murmur3/@v/v0.0.0-20180118202830-f09979ecbc72.mod GO_MODULE_FILES+= github.com/spaolacci/murmur3/@v/v0.0.0-20180118202830-f09979ecbc72.zip GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.1.2.mod +GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.3.3.mod +GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.3.4.mod GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.6.0.mod -GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.6.0.zip +GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.8.0.mod +GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.8.0.zip GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.1.mod -GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.1.zip +GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.4.1.mod +GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.4.1.zip GO_MODULE_FILES+= github.com/spf13/cobra/@v/v0.0.3.mod GO_MODULE_FILES+= github.com/spf13/cobra/@v/v0.0.5.mod +GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.1.3.mod -GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.1.3.zip +GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.3.0.mod +GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.3.0.zip GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.1.0.zip @@ -1298,10 +1712,15 @@ GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.1.mod GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.3.mod GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.5.mod GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.5.zip +GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.10.0.mod +GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.10.1.mod +GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.10.1.zip GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.3.2.mod +GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.7.0.mod GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.7.1.mod -GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.7.1.zip +GO_MODULE_FILES+= github.com/src-d/gcfg/@v/v1.4.0.mod +GO_MODULE_FILES+= github.com/src-d/gcfg/@v/v1.4.0.zip GO_MODULE_FILES+= github.com/ssor/bom/@v/v0.0.0-20170718123548-6386211fdfcf.mod GO_MODULE_FILES+= github.com/ssor/bom/@v/v0.0.0-20170718123548-6386211fdfcf.zip GO_MODULE_FILES+= github.com/steveyen/gtreap/@v/v0.1.0.mod @@ -1315,6 +1734,7 @@ GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.1.1.mod GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.2.0.zip +GO_MODULE_FILES+= github.com/stretchr/testify/@v/v0.0.0-20170130113145-4d4bfba8f1d1.mod GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.2.2.mod GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.4.0.mod @@ -1330,19 +1750,37 @@ GO_MODULE_FILES+= github.com/tidwall/pretty/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/tidwall/pretty/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/tinylib/msgp/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/tinylib/msgp/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/tj/assert/@v/v0.0.0-20171129193455-018094318fb0.mod +GO_MODULE_FILES+= github.com/tj/assert/@v/v0.0.0-20171129193455-018094318fb0.zip +GO_MODULE_FILES+= github.com/tj/go-elastic/@v/v0.0.0-20171221160941-36157cbbebc2.mod +GO_MODULE_FILES+= github.com/tj/go-elastic/@v/v0.0.0-20171221160941-36157cbbebc2.zip +GO_MODULE_FILES+= github.com/tj/go-kinesis/@v/v0.0.0-20171128231115-08b17f58cb1b.mod +GO_MODULE_FILES+= github.com/tj/go-kinesis/@v/v0.0.0-20171128231115-08b17f58cb1b.zip +GO_MODULE_FILES+= github.com/tj/go-spin/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/tj/go-spin/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20170815181823-89b8d40f7ca8.mod GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20190109142713-0ad062ec5ee5.mod -GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20190109142713-0ad062ec5ee5.zip +GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20200427203606-3cfed13b9966.mod +GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20201229170055-e5319fda7802.mod +GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20201229170055-e5319fda7802.zip +GO_MODULE_FILES+= github.com/tomasen/realip/@v/v0.0.0-20180522021738-f0c99a92ddce.mod +GO_MODULE_FILES+= github.com/tomasen/realip/@v/v0.0.0-20180522021738-f0c99a92ddce.zip GO_MODULE_FILES+= github.com/toqueteos/webbrowser/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/toqueteos/webbrowser/@v/v1.2.0.zip GO_MODULE_FILES+= github.com/tstranex/u2f/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/tstranex/u2f/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.mod +GO_MODULE_FILES+= github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.zip +GO_MODULE_FILES+= github.com/ugorji/go/@v/v1.1.4.mod +GO_MODULE_FILES+= github.com/ugorji/go/@v/v1.1.4.zip GO_MODULE_FILES+= github.com/ugorji/go/codec/@v/v0.0.0-20181204163529-d75b2dcb6bc8.mod GO_MODULE_FILES+= github.com/ugorji/go/codec/@v/v0.0.0-20181204163529-d75b2dcb6bc8.zip GO_MODULE_FILES+= github.com/ulikunitz/xz/@v/v0.5.10.mod GO_MODULE_FILES+= github.com/ulikunitz/xz/@v/v0.5.10.zip GO_MODULE_FILES+= github.com/ulikunitz/xz/@v/v0.5.6.mod GO_MODULE_FILES+= github.com/ulikunitz/xz/@v/v0.5.7.mod +GO_MODULE_FILES+= github.com/ulikunitz/xz/@v/v0.5.8.mod +GO_MODULE_FILES+= github.com/ulikunitz/xz/@v/v0.5.9.mod GO_MODULE_FILES+= github.com/unknwon/com/@v/v0.0.0-20190804042917-757f69c95f3e.mod GO_MODULE_FILES+= github.com/unknwon/com/@v/v1.0.1.mod GO_MODULE_FILES+= github.com/unknwon/com/@v/v1.0.1.zip @@ -1354,18 +1792,29 @@ GO_MODULE_FILES+= github.com/unrolled/render/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/unrolled/render/@v/v1.4.0.zip GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.20.0.mod GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.22.1.mod +GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.22.4.mod GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.22.5.mod GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.22.5.zip +GO_MODULE_FILES+= github.com/valyala/bytebufferpool/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/valyala/bytebufferpool/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/valyala/fasttemplate/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/valyala/fasttemplate/@v/v1.0.1.zip GO_MODULE_FILES+= github.com/vektah/gqlparser/@v/v1.1.2.mod GO_MODULE_FILES+= github.com/vektah/gqlparser/@v/v1.1.2.zip +GO_MODULE_FILES+= github.com/weppos/publicsuffix-go/@v/v0.13.1-0.20210123135404-5fd73613514e.mod +GO_MODULE_FILES+= github.com/weppos/publicsuffix-go/@v/v0.15.1-0.20210511084619-b1f36a2d6c0b.mod +GO_MODULE_FILES+= github.com/weppos/publicsuffix-go/@v/v0.15.1-0.20210511084619-b1f36a2d6c0b.zip GO_MODULE_FILES+= github.com/willf/bitset/@v/v1.1.10.mod GO_MODULE_FILES+= github.com/willf/bitset/@v/v1.1.10.zip GO_MODULE_FILES+= github.com/x448/float16/@v/v0.8.4.mod GO_MODULE_FILES+= github.com/x448/float16/@v/v0.8.4.zip -GO_MODULE_FILES+= github.com/xanzy/go-gitlab/@v/v0.50.1.mod -GO_MODULE_FILES+= github.com/xanzy/go-gitlab/@v/v0.50.1.zip +GO_MODULE_FILES+= github.com/xanzy/go-gitlab/@v/v0.31.0.mod +GO_MODULE_FILES+= github.com/xanzy/go-gitlab/@v/v0.58.0.mod +GO_MODULE_FILES+= github.com/xanzy/go-gitlab/@v/v0.58.0.zip +GO_MODULE_FILES+= github.com/xanzy/ssh-agent/@v/v0.2.1.mod GO_MODULE_FILES+= github.com/xanzy/ssh-agent/@v/v0.3.0.mod -GO_MODULE_FILES+= github.com/xanzy/ssh-agent/@v/v0.3.0.zip +GO_MODULE_FILES+= github.com/xanzy/ssh-agent/@v/v0.3.1.mod +GO_MODULE_FILES+= github.com/xanzy/ssh-agent/@v/v0.3.1.zip GO_MODULE_FILES+= github.com/xdg-go/pbkdf2/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/xdg-go/pbkdf2/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/xdg-go/scram/@v/v1.0.2.mod @@ -1386,23 +1835,33 @@ GO_MODULE_FILES+= github.com/yohcop/openid-go/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/yohcop/openid-go/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/youmark/pkcs8/@v/v0.0.0-20181117223130-1be2e3e5546d.mod GO_MODULE_FILES+= github.com/youmark/pkcs8/@v/v0.0.0-20181117223130-1be2e3e5546d.zip -GO_MODULE_FILES+= github.com/yuin/goldmark-highlighting/@v/v0.0.0-20210516132338-9216f9c5aa01.mod -GO_MODULE_FILES+= github.com/yuin/goldmark-highlighting/@v/v0.0.0-20210516132338-9216f9c5aa01.zip -GO_MODULE_FILES+= github.com/yuin/goldmark-meta/@v/v1.0.0.mod -GO_MODULE_FILES+= github.com/yuin/goldmark-meta/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/yuin/goldmark-highlighting/@v/v0.0.0-20220208100518-594be1970594.mod +GO_MODULE_FILES+= github.com/yuin/goldmark-highlighting/@v/v0.0.0-20220208100518-594be1970594.zip +GO_MODULE_FILES+= github.com/yuin/goldmark-meta/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/yuin/goldmark-meta/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.1.25.mod GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.1.27.mod GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.1.32.mod GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.2.1.mod -GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.3.6.mod -GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.4.0.mod -GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.4.0.zip +GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.3.5.mod +GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.4.1.mod +GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.4.11.mod +GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.4.11.zip +GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.4.5.mod +GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.4.6.mod GO_MODULE_FILES+= github.com/zenazn/goji/@v/v0.9.0.mod GO_MODULE_FILES+= github.com/zenazn/goji/@v/v0.9.0.zip -GO_MODULE_FILES+= github.com/zeripath/goth/@v/v1.68.1-0.20220109111530-754359885dce.mod -GO_MODULE_FILES+= github.com/zeripath/goth/@v/v1.68.1-0.20220109111530-754359885dce.zip GO_MODULE_FILES+= github.com/ziutek/mymysql/@v/v1.5.4.mod GO_MODULE_FILES+= github.com/ziutek/mymysql/@v/v1.5.4.zip +GO_MODULE_FILES+= github.com/zmap/rc2/@v/v0.0.0-20131011165748-24b9757f5521.mod +GO_MODULE_FILES+= github.com/zmap/rc2/@v/v0.0.0-20131011165748-24b9757f5521.zip +GO_MODULE_FILES+= github.com/zmap/zcertificate/@v/v0.0.0-20180516150559-0e3d58b1bac4.mod +GO_MODULE_FILES+= github.com/zmap/zcertificate/@v/v0.0.0-20180516150559-0e3d58b1bac4.zip +GO_MODULE_FILES+= github.com/zmap/zcrypto/@v/v0.0.0-20210123152837-9cf5beac6d91.mod +GO_MODULE_FILES+= github.com/zmap/zcrypto/@v/v0.0.0-20210511125630-18f1e0152cfc.mod +GO_MODULE_FILES+= github.com/zmap/zcrypto/@v/v0.0.0-20210511125630-18f1e0152cfc.zip +GO_MODULE_FILES+= github.com/zmap/zlint/v3/@v/v3.1.0.mod +GO_MODULE_FILES+= github.com/zmap/zlint/v3/@v/v3.1.0.zip GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.2.mod GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.3.mod GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.5.mod @@ -1410,6 +1869,28 @@ GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.6.mod GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.6.zip GO_MODULE_FILES+= go.etcd.io/etcd/@v/v0.0.0-20191023171146-3cf2f69b5738.mod GO_MODULE_FILES+= go.etcd.io/etcd/@v/v0.0.0-20191023171146-3cf2f69b5738.zip +GO_MODULE_FILES+= go.etcd.io/etcd/api/v3/@v/v3.5.0-alpha.0.mod +GO_MODULE_FILES+= go.etcd.io/etcd/api/v3/@v/v3.5.1.mod +GO_MODULE_FILES+= go.etcd.io/etcd/api/v3/@v/v3.5.1.zip +GO_MODULE_FILES+= go.etcd.io/etcd/client/pkg/v3/@v/v3.5.1.mod +GO_MODULE_FILES+= go.etcd.io/etcd/client/pkg/v3/@v/v3.5.1.zip +GO_MODULE_FILES+= go.etcd.io/etcd/client/v2/@v/v2.305.0-alpha.0.mod +GO_MODULE_FILES+= go.etcd.io/etcd/client/v2/@v/v2.305.1.mod +GO_MODULE_FILES+= go.etcd.io/etcd/client/v2/@v/v2.305.1.zip +GO_MODULE_FILES+= go.etcd.io/etcd/client/v3/@v/v3.5.0-alpha.0.mod +GO_MODULE_FILES+= go.etcd.io/etcd/client/v3/@v/v3.5.0-alpha.0.zip +GO_MODULE_FILES+= go.etcd.io/etcd/etcdctl/v3/@v/v3.5.0-alpha.0.mod +GO_MODULE_FILES+= go.etcd.io/etcd/etcdctl/v3/@v/v3.5.0-alpha.0.zip +GO_MODULE_FILES+= go.etcd.io/etcd/pkg/v3/@v/v3.5.0-alpha.0.mod +GO_MODULE_FILES+= go.etcd.io/etcd/pkg/v3/@v/v3.5.0-alpha.0.zip +GO_MODULE_FILES+= go.etcd.io/etcd/raft/v3/@v/v3.5.0-alpha.0.mod +GO_MODULE_FILES+= go.etcd.io/etcd/raft/v3/@v/v3.5.0-alpha.0.zip +GO_MODULE_FILES+= go.etcd.io/etcd/server/v3/@v/v3.5.0-alpha.0.mod +GO_MODULE_FILES+= go.etcd.io/etcd/server/v3/@v/v3.5.0-alpha.0.zip +GO_MODULE_FILES+= go.etcd.io/etcd/tests/v3/@v/v3.5.0-alpha.0.mod +GO_MODULE_FILES+= go.etcd.io/etcd/tests/v3/@v/v3.5.0-alpha.0.zip +GO_MODULE_FILES+= go.etcd.io/etcd/v3/@v/v3.5.0-alpha.0.mod +GO_MODULE_FILES+= go.etcd.io/etcd/v3/@v/v3.5.0-alpha.0.zip GO_MODULE_FILES+= go.jolheiser.com/hcaptcha/@v/v0.0.4.mod GO_MODULE_FILES+= go.jolheiser.com/hcaptcha/@v/v0.0.4.zip GO_MODULE_FILES+= go.jolheiser.com/pwn/@v/v0.0.3.mod @@ -1422,7 +1903,11 @@ GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.4.3.mod GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.4.4.mod GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.4.6.mod GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.5.1.mod -GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.5.1.zip +GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.7.3.mod +GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.7.5.mod +GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.8.2.mod +GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.8.2.zip +GO_MODULE_FILES+= go.opencensus.io/@v/v0.15.0.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.20.1.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.20.2.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.21.0.mod @@ -1435,6 +1920,8 @@ GO_MODULE_FILES+= go.opencensus.io/@v/v0.23.0.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.23.0.zip GO_MODULE_FILES+= go.opentelemetry.io/otel/@v/v0.14.0.mod GO_MODULE_FILES+= go.opentelemetry.io/otel/@v/v0.14.0.zip +GO_MODULE_FILES+= go.opentelemetry.io/proto/otlp/@v/v0.7.0.mod +GO_MODULE_FILES+= go.opentelemetry.io/proto/otlp/@v/v0.7.0.zip GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.3.2.mod GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.4.0.mod GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.5.0.mod @@ -1442,23 +1929,28 @@ GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.6.0.mod GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.7.0.mod GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.9.0.mod GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.9.0.zip -GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.10.mod -GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.10.zip +GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.11.mod +GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.11.zip GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.1.0.mod GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.3.0.mod GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.5.0.mod GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.6.0.mod GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.7.0.mod -GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.7.0.zip +GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.8.0.mod +GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.8.0.zip GO_MODULE_FILES+= go.uber.org/tools/@v/v0.0.0-20190618225709-2cfd321de3ee.mod GO_MODULE_FILES+= go.uber.org/tools/@v/v0.0.0-20190618225709-2cfd321de3ee.zip GO_MODULE_FILES+= go.uber.org/zap/@v/v1.10.0.mod GO_MODULE_FILES+= go.uber.org/zap/@v/v1.13.0.mod GO_MODULE_FILES+= go.uber.org/zap/@v/v1.15.0.mod +GO_MODULE_FILES+= go.uber.org/zap/@v/v1.16.0.mod GO_MODULE_FILES+= go.uber.org/zap/@v/v1.17.0.mod -GO_MODULE_FILES+= go.uber.org/zap/@v/v1.19.0.mod -GO_MODULE_FILES+= go.uber.org/zap/@v/v1.19.0.zip +GO_MODULE_FILES+= go.uber.org/zap/@v/v1.21.0.mod +GO_MODULE_FILES+= go.uber.org/zap/@v/v1.21.0.zip GO_MODULE_FILES+= go.uber.org/zap/@v/v1.9.1.mod +GO_MODULE_FILES+= gocloud.dev/@v/v0.19.0.mod +GO_MODULE_FILES+= gocloud.dev/@v/v0.19.0.zip +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20180501155221-613d6eafa307.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20181029021203-45a5f77698d3.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20181203042331-505ab145d0a9.mod @@ -1468,6 +1960,7 @@ GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190320223903-b7391e95e576.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190325154230-a5d413f7728c.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190411191339-88737f569e3a.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190422162423-af44ce270edf.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190426145343-a29dc8fdc734.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190510104115-cbcb75029529.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190530122614-20be4c3c3ed5.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190605123033-f99c8df09eb5.mod @@ -1476,20 +1969,30 @@ GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190617133340-57b3e21c3d56.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190701094942-4def268fd1a4.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190820162420-60c769a6c586.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190911031432-227b76d455e7.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190923035154-9ee001bba392.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20191002192127-34f69633bfdc.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20191011191535-87dc89f01550.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20191117063200-497ca9f6d64f.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200302210943-78000ba7a073.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200323165209-0ec3e9974c59.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200604202706-70a84ac30bf9.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200622213623-75b288015ac9.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20201002170205-7f63de1d35b0.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20201016220609-9e8e0b390897.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20201124201722-c8d3bf9c5392.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20201203163018-be400aefbc4c.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20201216223049-8b5274cf687f.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210322153248-0c34fe9e7dc2.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210421170649-83a5a9bb288b.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210506145944-38f3c27a63bf.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210513164829-c07d793c2f9a.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210616213533-5ff15b29337e.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210711020723-a769d52b0f97.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210817164053-32db794688a5.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20211108221036-ceb1ce70b4fa.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20211117183948-ae814b36b871.mod -GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20211117183948-ae814b36b871.zip +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20220411220226-7b82a4e95df4.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20220411220226-7b82a4e95df4.zip GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190306152737-a1d7652674e8.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190510132918-efd6b22b2522.mod @@ -1500,7 +2003,8 @@ GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20191227195350-da58074b4299.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200119233911-0405dc783f0a.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200207192155-f17229e696bd.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.mod -GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.zip +GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200331195152-e8c3332aa8e5.mod +GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200331195152-e8c3332aa8e5.zip GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190227222117-0694c2d4d067.mod GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.mod GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.zip @@ -1515,7 +2019,8 @@ GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20191125180803-fdd1cda4f05f.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20200130185559-910be7a94367.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20201208152925-83fdc39ff7b5.mod -GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20201208152925-83fdc39ff7b5.zip +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20210508222113-6edffad5e616.mod +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20210508222113-6edffad5e616.zip GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190312151609-d3739f865fa6.mod GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.mod GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.zip @@ -1528,13 +2033,15 @@ GO_MODULE_FILES+= golang.org/x/mod/@v/v0.3.0.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.0.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.1.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.2.mod -GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.2.zip -GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180218175443-cbe0f9307d01.mod +GO_MODULE_FILES+= golang.org/x/mod/@v/v0.5.0.mod +GO_MODULE_FILES+= golang.org/x/mod/@v/v0.5.1.mod +GO_MODULE_FILES+= golang.org/x/mod/@v/v0.5.1.zip GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180906233101-161cd47e91fd.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181005035420-146acd28ed58.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181023162649-9b4f9f5ad519.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181108082009-03003ca0c849.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181201002055-351d144fa1fc.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181220203305-927f97764cc3.mod @@ -1549,11 +2056,15 @@ GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190503192946-f4e77d36d62c.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190522155817-f3200d17e092.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190603091049-60506f45cf65.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190613194153-d28f0bde5980.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190619014844-b5b0513f8c1b.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190628185345-da137c7871d7.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190724013045-ca1201d0de80.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190813141303-74dc4d7220e7.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190827160401-ba9fcec4b297.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190923162816-aa69164e4478.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20191002035440-2ec189313ef0.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20191119073136-fc4aabc6c914.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20191209160850-c0dbc17a3553.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200114155413-6afb5195e5aa.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200202094626-16171245cfb2.mod @@ -1561,6 +2072,7 @@ GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200222125558-5a598a2470a0.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200226121028-0de0cce0169b.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200301022130-244492dfa37a.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200324143707-d3edc9973b7e.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200421231249-e086a090c8fd.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200501053045-e0ff5e5a1de5.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200506145744-7e3656a0809f.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200513185701-a91f0712d120.mod @@ -1581,15 +2093,30 @@ GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201209123823-ac852fbbde11.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201224014010-6772e930b67b.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210119194325-5f4716e94777.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210316092652-d523dce5a7f4.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210326060303-6b1517762897.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210331060903-cb1fcc7394e5.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210405180319-a5a99cb37ef4.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210410081132-afb366fc7cd1.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210421230115-4e50805a0758.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210503060351-7fd8e65b6420.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210510120150-4163338589ed.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210525063256-abc453219eb5.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210610132358-84b48f89b13b.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210614182718-04defd469f4e.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210726213435-c6fcb2dbf985.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210813160813-60bc85c4be6d.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210916014120-12bc252f5db8.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211015210444-4f30a5c0130f.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211112202133-69e39bad7dc2.mod -GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211112202133-69e39bad7dc2.zip +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211209124913-491a49abca63.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20220127200216-cd36cc0744dd.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20220225172249-27dd8689420f.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20220225172249-27dd8689420f.zip GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20181106182150-f42d05182288.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20190402181905-9f3314589c9a.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20190604053449-0f29369cfe45.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20191202225959-858c2ad4c8b6.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20200107190931-bf48bf16ab8d.mod @@ -1597,9 +2124,19 @@ GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20200902213428-5d25da1a8d43.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20201109201403-9fd604954f58.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20201208152858-08078c50e5b5.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210218202405-ba52d332ba99.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210220000619-9bb904979d93.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210313182246-cd4f82c27b84.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210323180902-22b0adad7558.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210413134643-5e61552d6c78.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210427180440-81ed05c6b58c.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210514164344-f6687ab2804c.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210628180205-a41e5a781914.mod -GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210628180205-a41e5a781914.zip +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210805134026-6f1e6394065a.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210819190943-2bc19b11175f.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20211005180243-6b3c2da341f1.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20211104180415-d3ed0bb246c8.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20220223155221-ee480838109b.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20220223155221-ee480838109b.zip GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod @@ -1621,10 +2158,10 @@ GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181026203630-95b1ffbd15a5.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181107165924-66b7b1311ac8.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181122145206-62eef0e2fa9b.mod -GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181128092732-4ed8d59d0b35.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181205085412-a5c9d58dba9a.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181221143128-b4a75ba826a6.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190221075227-b4e8571b14e0.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190222072716-a9d3bda3a223.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190312061237-fead79001313.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190321052220-f7bb7a8bee54.mod @@ -1637,6 +2174,7 @@ GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190507160741-ecd444e8653b.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190531175056-4c3a928424d2.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190606165138-5da285871e9c.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190616124812-15dcb6c0061f.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190620070143-6f217b454f45.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190624142023-c5567b49c5d0.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190726091711-fc99dfbffb4e.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190730183949-1393eb018365.mod @@ -1644,10 +2182,14 @@ GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190813064441-fde4db37ae7a.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190826190057-c7b8b68b1456.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190904154756-749cb33beabd.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190916202348-b4ddaad3f8a3.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190922100055-0a153f010e69.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190924154521-2837fb4f24fe.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191001151750-bb3f8db39f24.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191005200804-aed5e4c7ecf9.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191008105621-543471e840be.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191010194322-b09406accb47.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191026070338-33540a1f6037.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191119060738-e882bf8e40c2.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191120155948-bd437916bb0e.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191204072324-ce4227a45e2e.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191220142924-d4481acd189f.mod @@ -1656,13 +2198,14 @@ GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200106162015-b016eb3dc98e.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200113162924-86b910548bc1.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200116001909-b77594299b42.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200122134326-e047566fdf82.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200124204421-9fbb57f87de9.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200202164722-d101bd2416d5.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200212091648-12a6c2dcc1e4.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200223170610-d5e6a3e2c0ae.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200302150141-5c8b2ff67527.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200323222414-85ca7c5b95cd.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200331124033-c3d80250170d.mod -GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200413165638-669c56c373c4.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200420163511-1957bb5e6d1f.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200501052902-10377860bb8e.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200511232937-7e40ca221e25.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200515095857-1151b9dac4a9.mod @@ -1674,6 +2217,7 @@ GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200803210538-64077c9b5642.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200905004654-be1d3432aa8f.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200923182605-d9f96fdee20d.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200930185726-fdedc70b468f.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201009025420-dfb3f7c4e634.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201119102817-f84b799fce68.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201126233918-771906719818.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201201145000-ef89a241ccb3.mod @@ -1682,21 +2226,48 @@ GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210112080510-489259a85091.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210119212857-b64e53b001e4.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210124154548-22da62e12c0c.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210220050731-9a76102bfb43.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210225134936-a50acf3fe073.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210303074136-134d130e1a04.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210305230114-8fe3ee5dd75b.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210309074719-68d13333faf2.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210315160823-c6e025ad8005.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210320140829-1e4c9ba3b0c4.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210324051608-47abb6519492.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210330210617-4fbd30eecc44.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210403161142-5e06dd20ab57.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210412220455-f1c623a9e750.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210420072515-93ed5bcd2bfe.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210423082822-04245dca01da.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210423185535-09eb48e85fd7.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210502180810-71e4cd670f79.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210510120138-977fb7262007.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210511113859-b0526f3d8744.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210514084401-e8d321eab015.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210525143221-35b2ab0089ea.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210603081109-ebe580a85c40.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210603125802-9665404d3644.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210615035016-665e8c7367d1.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210616094352-59db8d763f22.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210630005230-0f9fa26af87c.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210806184541-e5e7981a1069.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210816183151-1e6c022a8912.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210823070655-63515b42dcdf.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210908233432-aa78b53d3365.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210927094055-39ccf1dd6fa6.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211007075335-d3039528d8ac.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211019181941-9d821ace8654.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211117180635-dee7805ff2e1.mod -GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211117180635-dee7805ff2e1.zip +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211124211545-fe61309f8881.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211205182925-97ca703d548d.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211210111614-af8b64212486.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211216021012-1d35b9e2eb4e.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220114195835-da31bd327af9.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220227234510-4e6760a101f9.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220227234510-4e6760a101f9.zip GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20201117132131-f5c789dd3221.mod GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod -GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.zip +GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.mod +GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.zip GO_MODULE_FILES+= golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.0.mod GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod @@ -1711,8 +2282,10 @@ GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20180412165947-fbb02b2291d2.mod GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20190308202827-9d24e82272b4.mod GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.mod -GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20210611083556-38a9dc6acbc6.mod -GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20210611083556-38a9dc6acbc6.zip +GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20200630173020-3af7569d3a1e.mod +GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20210220033141-f8bda1e9f3ba.mod +GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20220224211638-0e9765cccd65.mod +GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20220224211638-0e9765cccd65.zip GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180221164845-07fd8470d635.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180828015842-6cd1fcedba52.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod @@ -1727,6 +2300,7 @@ GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190328211700-ab21143f2384.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190329151228-23e29df326fe.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190416151739-9c9e1878f421.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190420181800-aa740d480789.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190422233926-fe54fb35175b.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190425150028-36563e24a262.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190425163242-31fd60d6bfdc.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190506145303-2d16b83fe98c.mod @@ -1737,16 +2311,19 @@ GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190614205625-5aca471b1d59.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190617190820-da514acc4774.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190621195816-6e04913cbbac.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190628153133-6cdbf07be9d0.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190729092621-ff9f1409240a.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190816200558-6889da9d5479.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190823170909-c4a336ef6a2f.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190907020128-2ca718005c18.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190911174233-4f2ddba30aff.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191010075000-0337d82405ff.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191012152004-8de300cfc20a.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191029041327-9cc4af7d6b2c.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191029190741-b9c20aec41a5.mod -GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191108193012-7d206e10da11.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191112195655-aa38f8e97acc.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191113191852-77e3bb0ad9e7.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191115202509-3a792d9c32b2.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191118222007-07fc4c7f2b98.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191125144606-a911d9008d1f.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191130070609-6e064ea0cf2d.mod @@ -1765,23 +2342,37 @@ GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200304193943-95d2e580d8eb.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200312045724-11d5b4c81c7d.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200325010219-a49f79bcc224.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200331025713-a30bf2db82d4.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200426102838-f3a5411a4c3b.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200501065659-ab2804fb9c9d.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200512131952-2bc93b1c0c88.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200515010526-7d3b6ebf133d.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200522201501-cb1345f3a375.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200618134242-20370b0cb4b2.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200619180055-7c47624df98f.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200717024301-6ddee64345a6.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200729194436-6467de6f59a7.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200804011535-6c149bb5ef0d.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200904185747-39188db58858.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200929161345-d7fc70abf50f.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201014170642-d1624618ad65.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201110124207-079ba7bd75cd.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201124115921-2c860bdd6e78.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201201161351-ac6f37ff4c2a.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201208233053-a543418bbed2.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201224043029-2b0845dc783e.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20210105154028-b0ab187a4818.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20210106214847-113979e3529a.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20210108195828-e2f9c7f1fc8e.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.0.mod -GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.0.zip +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.1.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.2.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.3.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.4.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.5.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.6-0.20210726203631-07bc1bf47fb2.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.9.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.9.zip GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190410155217-1f06c39b4373.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190513163551-3ee3066db522.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod @@ -1789,6 +2380,7 @@ GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.zip +GO_MODULE_FILES+= google.golang.org/api/@v/v0.10.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.13.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.14.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.15.0.mod @@ -1807,7 +2399,24 @@ GO_MODULE_FILES+= google.golang.org/api/@v/v0.35.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.36.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.4.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.40.0.mod -GO_MODULE_FILES+= google.golang.org/api/@v/v0.40.0.zip +GO_MODULE_FILES+= google.golang.org/api/@v/v0.41.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.43.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.45.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.47.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.48.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.5.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.50.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.51.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.54.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.55.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.56.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.57.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.59.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.6.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.61.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.62.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.63.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.63.0.zip GO_MODULE_FILES+= google.golang.org/api/@v/v0.7.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.8.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.9.0.mod @@ -1817,16 +2426,21 @@ GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.3.0.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.4.0.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.5.0.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.1.mod +GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.2.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.5.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.6.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.7.mod GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.7.zip +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20170818010345-ee236bd376b0.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20181107211654-5fc9ac540362.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190502173448-54afdca5d873.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190508193815-b515fa19cec8.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190530194941-fb225487d101.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190620144150-6af8c5fc6601.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190801165951-fa694d86fc64.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190819201941-24fa4b261c55.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190911173649-1774047e7e51.mod @@ -1843,8 +2457,10 @@ GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200228133532-8c2c7df3a3 GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200305110556-506484158171.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200312145019-da6875a35672.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200331122359-1ee6d9798940.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200423170343-7949de9c1215.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200430143042-b979b6f78d84.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200511104702-f5ebc3bea380.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200513103714-09dca8ec2884.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200515170657-fc4c6c6a6587.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200526211855-cb27e3aa2013.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200618031413-b414f8b61790.mod @@ -1857,8 +2473,40 @@ GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201109203340-2640f1f9cd GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201201144952-b05cb90ed32e.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201210142538-e3217bee35cc.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201214200347-8c77b98c765d.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210108203827-ffc7fda8c3d7.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210222152913-aa3ee6e6a81c.mod -GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210222152913-aa3ee6e6a81c.zip +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210226172003-ab064af71705.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210303154014-9728d6b83eeb.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210310155132-4ce2db91004e.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210319143718-93e7006c17a6.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210331142528-b7513248f0ba.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210402141018-6c239bbf2bb1.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210413151531-c14fb6ef47c3.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210510173355-fb37daa5cd7a.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210513213006-bf773b8c8384.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210602131652-f16073e35f0c.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210604141403-392c879c8b08.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210608205507-b6d2f5bf0d7d.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210624195500-8bfb893ecb84.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210713002101-d411969a0d9a.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210716133855-ce7ef5c701ea.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210728212813-7823e685a01f.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210805201207-89edb61ffb67.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210813162853-db860fec028c.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210821163610-241b8fcbd6c8.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210828152312-66f60bf46e71.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210831024726-fe130286e0e2.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210903162649-d08c68adba83.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210909211513-a8c4777a87af.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210924002016-3dee208752a0.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211008145708-270636b82663.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211028162531-8db9c33dc351.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211118181313-81c1377c94b1.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211129164237-f09f9a12af12.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211203200212-54befc351ae9.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211206160659-862468c7d6e0.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211208223120-3a66f561d7aa.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211208223120-3a66f561d7aa.zip GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.17.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.19.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.20.0.mod @@ -1878,10 +2526,25 @@ GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.30.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.31.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.31.1.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.32.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.33.1.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.33.2.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.34.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.35.0.mod -GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.35.0.zip +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.36.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.36.1.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.37.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.37.1.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.38.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.39.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.39.1.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.40.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.40.1.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.42.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.43.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.43.0.zip +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.8.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/cmd/protoc-gen-go-grpc/@v/v1.1.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/cmd/protoc-gen-go-grpc/@v/v1.1.0.zip GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200109180630-ec00e32a8dfd.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200221191635-4d8936d0db64.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200228230310-ab0ca4ff8a60.mod @@ -1892,6 +2555,7 @@ GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.23.0.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.23.1-0.20200526195155-81db48ad09cc.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.24.0.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.25.0.mod +GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.25.1-0.20200805231151-a709e31e5d12.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.26.0-rc.1.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.26.0.mod GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.27.1.mod @@ -1907,7 +2571,8 @@ GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20200227125254-8fa46927fb4f.mod GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20201130134442-10cb98267c6c.mod GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20201130134442-10cb98267c6c.zip GO_MODULE_FILES+= gopkg.in/cheggaaa/pb.v1/@v/v1.0.25.mod -GO_MODULE_FILES+= gopkg.in/cheggaaa/pb.v1/@v/v1.0.25.zip +GO_MODULE_FILES+= gopkg.in/cheggaaa/pb.v1/@v/v1.0.28.mod +GO_MODULE_FILES+= gopkg.in/cheggaaa/pb.v1/@v/v1.0.28.zip GO_MODULE_FILES+= gopkg.in/errgo.v2/@v/v2.1.0.mod GO_MODULE_FILES+= gopkg.in/errgo.v2/@v/v2.1.0.zip GO_MODULE_FILES+= gopkg.in/fsnotify.v1/@v/v1.4.7.mod @@ -1923,11 +2588,18 @@ GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.46.0.mod GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.51.0.mod GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.57.0.mod GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.62.0.mod -GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.62.0.zip +GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.66.2.mod +GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.66.2.zip GO_MODULE_FILES+= gopkg.in/resty.v1/@v/v1.12.0.mod GO_MODULE_FILES+= gopkg.in/resty.v1/@v/v1.12.0.zip GO_MODULE_FILES+= gopkg.in/square/go-jose.v2/@v/v2.5.1.mod GO_MODULE_FILES+= gopkg.in/square/go-jose.v2/@v/v2.5.1.zip +GO_MODULE_FILES+= gopkg.in/src-d/go-billy.v4/@v/v4.3.2.mod +GO_MODULE_FILES+= gopkg.in/src-d/go-billy.v4/@v/v4.3.2.zip +GO_MODULE_FILES+= gopkg.in/src-d/go-git-fixtures.v3/@v/v3.5.0.mod +GO_MODULE_FILES+= gopkg.in/src-d/go-git-fixtures.v3/@v/v3.5.0.zip +GO_MODULE_FILES+= gopkg.in/src-d/go-git.v4/@v/v4.13.1.mod +GO_MODULE_FILES+= gopkg.in/src-d/go-git.v4/@v/v4.13.1.zip GO_MODULE_FILES+= gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.mod GO_MODULE_FILES+= gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.zip GO_MODULE_FILES+= gopkg.in/warnings.v0/@v/v0.1.2.mod @@ -1935,6 +2607,7 @@ GO_MODULE_FILES+= gopkg.in/warnings.v0/@v/v0.1.2.zip GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.0.0-20170812160011-eb3733d160e7.mod GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.1.mod GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.2.mod +GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.3.mod GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.4.mod GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.5.mod GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.8.mod @@ -1954,7 +2627,8 @@ GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.0-20190523083050-ea95bdfd59fc.mod GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2019.2.3.mod GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2020.1.3.mod GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2020.1.4.mod -GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2020.1.4.zip +GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.1.4.mod +GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.1.4.zip GO_MODULE_FILES+= lukechampine.com/uint128/@v/v1.1.1.mod GO_MODULE_FILES+= lukechampine.com/uint128/@v/v1.1.1.zip GO_MODULE_FILES+= modernc.org/cc/v3/@v/v3.33.6.mod @@ -1987,6 +2661,8 @@ GO_MODULE_FILES+= modernc.org/z/@v/v1.0.1.mod GO_MODULE_FILES+= modernc.org/z/@v/v1.0.1.zip GO_MODULE_FILES+= mvdan.cc/xurls/v2/@v/v2.2.0.mod GO_MODULE_FILES+= mvdan.cc/xurls/v2/@v/v2.2.0.zip +GO_MODULE_FILES+= pack.ag/amqp/@v/v0.11.2.mod +GO_MODULE_FILES+= pack.ag/amqp/@v/v0.11.2.zip GO_MODULE_FILES+= rsc.io/binaryregexp/@v/v0.2.0.mod GO_MODULE_FILES+= rsc.io/binaryregexp/@v/v0.2.0.zip GO_MODULE_FILES+= rsc.io/quote/v3/@v/v3.1.0.mod @@ -1994,12 +2670,14 @@ GO_MODULE_FILES+= rsc.io/quote/v3/@v/v3.1.0.zip GO_MODULE_FILES+= rsc.io/sampler/@v/v1.3.0.mod GO_MODULE_FILES+= rsc.io/sampler/@v/v1.3.0.zip GO_MODULE_FILES+= sigs.k8s.io/yaml/@v/v1.1.0.mod -GO_MODULE_FILES+= sigs.k8s.io/yaml/@v/v1.1.0.zip +GO_MODULE_FILES+= sigs.k8s.io/yaml/@v/v1.2.0.mod +GO_MODULE_FILES+= sigs.k8s.io/yaml/@v/v1.2.0.zip GO_MODULE_FILES+= sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.mod GO_MODULE_FILES+= sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.zip GO_MODULE_FILES+= strk.kbt.io/projects/go/libravatar/@v/v0.0.0-20191008002943-06d1c002b251.mod GO_MODULE_FILES+= strk.kbt.io/projects/go/libravatar/@v/v0.0.0-20191008002943-06d1c002b251.zip +GO_MODULE_FILES+= xorm.io/builder/@v/v0.3.10.mod +GO_MODULE_FILES+= xorm.io/builder/@v/v0.3.10.zip GO_MODULE_FILES+= xorm.io/builder/@v/v0.3.9.mod -GO_MODULE_FILES+= xorm.io/builder/@v/v0.3.9.zip GO_MODULE_FILES+= xorm.io/xorm/@v/v1.2.5.mod GO_MODULE_FILES+= xorm.io/xorm/@v/v1.2.5.zip From 852709d38f82eb8c87e2847a3a842097fc3c9bc8 Mon Sep 17 00:00:00 2001 From: khorben Date: Wed, 18 May 2022 18:38:47 +0000 Subject: [PATCH 0640/1154] doc: Updated www/gitea to 1.16.8 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index fc511cf86e948..67cdb1fb7d960 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2622 2022/05/18 18:29:28 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2623 2022/05/18 18:38:47 khorben Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4044,3 +4044,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/terraform-provider-vultr to 2.11.1 [tpaul 2022-05-18] Updated security/gnutls to 3.7.5 [adam 2022-05-18] Updated lang/nodejs to 18.2.0 [adam 2022-05-18] + Updated www/gitea to 1.16.8 [khorben 2022-05-18] From 4bdf8ae1e08ab3fa6fae3abfada1828728dc8e6e Mon Sep 17 00:00:00 2001 From: schmonz Date: Wed, 18 May 2022 19:30:17 +0000 Subject: [PATCH 0641/1154] Darwin.mk: add OSX_SDK_MAP for 12.4 (to use 12.3). --- mk/platform/Darwin.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk index 0487b0521ae8e..2a7408b967f58 100644 --- a/mk/platform/Darwin.mk +++ b/mk/platform/Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Darwin.mk,v 1.113 2022/02/05 21:43:17 schmonz Exp $ +# $NetBSD: Darwin.mk,v 1.114 2022/05/18 19:30:17 schmonz Exp $ # # Variable definitions for the Darwin operating system. @@ -116,6 +116,7 @@ OSX_SDK_MAP.11.4= 11.3 OSX_SDK_MAP.11.5= 11.3 OSX_SDK_MAP.11.6= 11.3 OSX_SDK_MAP.12.2= 12.1 +OSX_SDK_MAP.12.4= 12.3 # OSX_SDK_PATH!= /usr/bin/xcrun \ --sdk macosx${OSX_SDK_MAP.${OSX_VERSION}:U${OSX_VERSION}} \ From f61e189252c50dadcb44cd830d5130b34dfbf92c Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 18 May 2022 19:48:23 +0000 Subject: [PATCH 0642/1154] 9wm: Update to 1.4.2 There are no release notes from upstream, here is a partial list of changes from the git commit log: - Use sigaction(), not signal(), for SIGCHLD. - Don't mix declarations and code. --- wm/9wm/Makefile | 4 ++-- wm/9wm/distinfo | 9 +++++---- wm/9wm/patches/patch-grab.c | 14 ++++++++++++++ 3 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 wm/9wm/patches/patch-grab.c diff --git a/wm/9wm/Makefile b/wm/9wm/Makefile index dad444e13eefb..33431c7dcca16 100644 --- a/wm/9wm/Makefile +++ b/wm/9wm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2020/01/18 21:40:24 nia Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/18 19:48:23 nikita Exp $ -DISTNAME= 9wm-1.4.1 +DISTNAME= 9wm-1.4.2 CATEGORIES= plan9 wm MASTER_SITES= ${MASTER_SITE_GITHUB:=9wm/} diff --git a/wm/9wm/distinfo b/wm/9wm/distinfo index 4030fc2552b7e..c21a4838e4ef7 100644 --- a/wm/9wm/distinfo +++ b/wm/9wm/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:25:09 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/05/18 19:48:23 nikita Exp $ -BLAKE2s (9wm-1.4.1.tar.gz) = 08d01902333427f9869e5d764da6afbb92c7952b1ff3ba1ffa34af8b2552acea -SHA512 (9wm-1.4.1.tar.gz) = 6d07ac44ba1b5171e24bfc2acfebf33207e030bdfd2ed5c18e2a5c9e59f4bf215d6e6148874bcfa95f50fbb218af48cfaeb7604dbb651d35cefe83860ae3fcb9 -Size (9wm-1.4.1.tar.gz) = 22021 bytes +BLAKE2s (9wm-1.4.2.tar.gz) = c0b70605bae374d6bdb8603b1e064bdf95291331425d2bec753697bf9ccfe191 +SHA512 (9wm-1.4.2.tar.gz) = 4ea27b4a0851519fd1a8ccbd9e4c19addd592a2cd0a5dd1b077661564594b1ceb653cd8ec304ee56654cefa922514a02b041ad3d3639ef43efdb830cdec7485e +Size (9wm-1.4.2.tar.gz) = 22099 bytes SHA1 (patch-9wm.c) = 0e3c31b6cd872426a9be8b9e27294eee83da9712 +SHA1 (patch-grab.c) = 931076087bb8ee4b83c7a52ef52ac36ce7b69d22 diff --git a/wm/9wm/patches/patch-grab.c b/wm/9wm/patches/patch-grab.c new file mode 100644 index 0000000000000..f3d7c614d6369 --- /dev/null +++ b/wm/9wm/patches/patch-grab.c @@ -0,0 +1,14 @@ +$NetBSD: patch-grab.c,v 1.1 2022/05/18 19:48:23 nikita Exp $ + +Fix warnings related to select(). + +--- grab.c.orig 2022-05-18 21:37:30.561383566 +0200 ++++ grab.c 2022-05-18 21:38:11.578614585 +0200 +@@ -2,6 +2,7 @@ + * Copyright multiple authors, see README for licence details + */ + #include ++#include + #include + #include + #include From 7473419afa7fce36a2c6cbcb5fec2bac31ea8677 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 18 May 2022 19:48:39 +0000 Subject: [PATCH 0643/1154] doc: Updated wm/9wm to 1.4.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 67cdb1fb7d960..55a57cfeb4e39 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2623 2022/05/18 18:38:47 khorben Exp $ +$NetBSD: CHANGES-2022,v 1.2624 2022/05/18 19:48:39 nikita Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4045,3 +4045,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/gnutls to 3.7.5 [adam 2022-05-18] Updated lang/nodejs to 18.2.0 [adam 2022-05-18] Updated www/gitea to 1.16.8 [khorben 2022-05-18] + Updated wm/9wm to 1.4.2 [nikita 2022-05-18] From a49492529e69d1edda4f69b7304b928ff49189fa Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 20:33:46 +0000 Subject: [PATCH 0644/1154] py-setuptools: updated to 62.3.2 v62.3.2 Misc * Include a first line summary to some of the existing multi-line warnings. --- devel/py-setuptools/Makefile | 4 ++-- devel/py-setuptools/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index ba61d53f8b464..af963ac4ee626 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.210 2022/05/18 05:41:49 adam Exp $ +# $NetBSD: Makefile,v 1.211 2022/05/18 20:33:46 adam Exp $ -DISTNAME= setuptools-62.3.1 +DISTNAME= setuptools-62.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 8df4709274d49..369a4980ce59e 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.187 2022/05/18 05:41:49 adam Exp $ +$NetBSD: distinfo,v 1.188 2022/05/18 20:33:46 adam Exp $ -BLAKE2s (setuptools-62.3.1.tar.gz) = 68cd4c6006253d60e83a75b6bd1070645407cbadb89755335e1f2feddeb3cf28 -SHA512 (setuptools-62.3.1.tar.gz) = 7f24e57951638d8cab1c1efa4fbe482179c26ebcfb3276e22896f0b0878753103b4527e804312483d71f44a2b2e62a6bdbf2f8de2d9d1384c025a51a2878ae71 -Size (setuptools-62.3.1.tar.gz) = 2583892 bytes +BLAKE2s (setuptools-62.3.2.tar.gz) = 891eaa35d296f4f3310ce753f5df23da9ce804d66ebda729bc5bfc1f421eb6f7 +SHA512 (setuptools-62.3.2.tar.gz) = 8674ff31b04f9229b28247f6035aff3d6b3be6f0a197c7059bd55d9dd390d6cec067ac59def830c3f98dde7fefec72a65cbec34ae923b5088d4b491fea8828ac +Size (setuptools-62.3.2.tar.gz) = 2583924 bytes From 5c86f817df8983cc7e8d319e325d2002a87e1810 Mon Sep 17 00:00:00 2001 From: fcambus Date: Wed, 18 May 2022 20:34:05 +0000 Subject: [PATCH 0645/1154] public-sans: update to 2.001. Public Sans v2.001: General: - Fixed style linking in stat table - Update to 2.001 Public Sans v2.000: General: - Rename `PublicSans-italics` to `PublicSans-Italic` - Fixed language feature encoding - Update to 2.000 Glyphs: - Modified `eth` contours - Adjusted curves of `S` and `Thorn` - Corrected - `Eng`, `eng` - `Ldot`, '`ldot` - `Tbar`, `tbar` - `gcommaaccent` - Removed unnecessary anchors - Decomposed and transformed components - Corrected dot accent position in thin masters - Slightly shifted position of `acute` and `grave` - Adjusted percent and perthousand - Corrected positon of `caron.alt` - Added caret anchors - Corrected Naira currency - Decomposed nested components - Corrected kerning group inconsistencies in caps and lowercases - Corrected position of `breve_hookabove` - Adjusted alignment zones - Renamed narrow acutecomb variants `acutecomb.001` to `acutecomb.narrow` - Added `gravecomb.narrow` - Fixed contour directons - Added `_ringacute` in `aringacute` italic, decomposed and merged `_ringacute` - Decomposed overlapping components Structure: - Renames `/src` directory to `/sources`, which includes the build script and the Glyphs sources - Renames `/binaries` directory to `/fonts` adding TTF fonts as a `/fonts/ttf` directory separate from webfonts - Adds `AUTHORS.txt` for copyright-holding authors - Adds `CONTRIBUTORS.txt` for contributors who are not copyright authors - Adds explicit description file - Adds `requirements.txt` for python 3.x `pip3 install -r requirements.txt` - Moves old version binaries to an `/old` directory - Removes dash from `Public-Sans` in source files to `PublicSans` Build: - Add weight class fix in build script - Added new fontbakery tools to `requirements.txt` and build script - Uses new locations - Removes autohinting - Updates build process to build with Docker - Adds gftools gen-stat to the build process, as well as a stat.yaml file --- fonts/public-sans/Makefile | 4 ++-- fonts/public-sans/PLIST | 4 +++- fonts/public-sans/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/fonts/public-sans/Makefile b/fonts/public-sans/Makefile index df0cdc8c6c51a..982ed576e976d 100644 --- a/fonts/public-sans/Makefile +++ b/fonts/public-sans/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/11/06 18:04:26 maya Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/18 20:34:05 fcambus Exp $ -VERSION= 1.008 +VERSION= 2.001 DISTNAME= public-sans-v${VERSION} PKGNAME= ${DISTNAME:S/v1/1/} CATEGORIES= fonts diff --git a/fonts/public-sans/PLIST b/fonts/public-sans/PLIST index 83f1789df3ff9..74b24ea5cf046 100644 --- a/fonts/public-sans/PLIST +++ b/fonts/public-sans/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/12/14 00:47:01 mef Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/18 20:34:05 fcambus Exp $ share/fonts/X11/OTF/PublicSans-Black.otf share/fonts/X11/OTF/PublicSans-BlackItalic.otf share/fonts/X11/OTF/PublicSans-Bold.otf @@ -28,6 +28,7 @@ share/fonts/X11/TTF/PublicSans-ExtraBoldItalic.ttf share/fonts/X11/TTF/PublicSans-ExtraLight.ttf share/fonts/X11/TTF/PublicSans-ExtraLightItalic.ttf share/fonts/X11/TTF/PublicSans-Italic.ttf +share/fonts/X11/TTF/PublicSans-Italic[wght].ttf share/fonts/X11/TTF/PublicSans-Light.ttf share/fonts/X11/TTF/PublicSans-LightItalic.ttf share/fonts/X11/TTF/PublicSans-Medium.ttf @@ -37,3 +38,4 @@ share/fonts/X11/TTF/PublicSans-SemiBold.ttf share/fonts/X11/TTF/PublicSans-SemiBoldItalic.ttf share/fonts/X11/TTF/PublicSans-Thin.ttf share/fonts/X11/TTF/PublicSans-ThinItalic.ttf +share/fonts/X11/TTF/PublicSans[wght].ttf diff --git a/fonts/public-sans/distinfo b/fonts/public-sans/distinfo index df49df98afec6..cf1c07adacbff 100644 --- a/fonts/public-sans/distinfo +++ b/fonts/public-sans/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:27:22 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/18 20:34:05 fcambus Exp $ -BLAKE2s (public-sans-v1.008.tar.gz) = a4a9620331188d5d800e371d12d063d7e06455a071c7e9d48d392224b6a0a818 -SHA512 (public-sans-v1.008.tar.gz) = c83935e79ec0837cf2a8c74817e02313adddc9cac213eb3ede5e3560425bc875c031a74bff86dfe53ee0161967c86898cf4830dbe14b2a28e70b5ad874ea9103 -Size (public-sans-v1.008.tar.gz) = 12128774 bytes +BLAKE2s (public-sans-v2.001.tar.gz) = ddbd081329a1d4a073d926af5b6783b322f1cdcb0406d3e93244671aebf7b672 +SHA512 (public-sans-v2.001.tar.gz) = 531949a4fea913c12e672a3d93cc1b0a140c19adb83c4e84d4d86da7a3f5b16b3a205b8b6a64b30e94f5dc8839b89dc833b3f21e784d5ccc3a0e7f61d0007f8a +Size (public-sans-v2.001.tar.gz) = 14630772 bytes From 5879862857c060f70c9bd4c41332ad07d438867a Mon Sep 17 00:00:00 2001 From: fcambus Date: Wed, 18 May 2022 20:34:17 +0000 Subject: [PATCH 0646/1154] doc: Updated fonts/public-sans to v2.001 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 55a57cfeb4e39..3a93348ab0359 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2624 2022/05/18 19:48:39 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.2625 2022/05/18 20:34:17 fcambus Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4046,3 +4046,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/nodejs to 18.2.0 [adam 2022-05-18] Updated www/gitea to 1.16.8 [khorben 2022-05-18] Updated wm/9wm to 1.4.2 [nikita 2022-05-18] + Updated fonts/public-sans to v2.001 [fcambus 2022-05-18] From 8dada0c12f96eb47141abcd5d97caa8fb2104dfe Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 20:35:53 +0000 Subject: [PATCH 0647/1154] ansible-lint: updated to 6.2.1 v6.2.1 Bugfixes Avoid using meta schema on ansible-test integration tests Update schemas --- sysutils/ansible-lint/Makefile | 4 ++-- sysutils/ansible-lint/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/ansible-lint/Makefile b/sysutils/ansible-lint/Makefile index 8b9336d2acf7d..c9cc21a0bdaa0 100644 --- a/sysutils/ansible-lint/Makefile +++ b/sysutils/ansible-lint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/05/18 11:34:56 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/18 20:35:53 adam Exp $ -DISTNAME= ansible-lint-6.2.0 +DISTNAME= ansible-lint-6.2.1 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/} diff --git a/sysutils/ansible-lint/distinfo b/sysutils/ansible-lint/distinfo index 3aebf687b0fea..f12c1daf4cbfc 100644 --- a/sysutils/ansible-lint/distinfo +++ b/sysutils/ansible-lint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/05/18 11:34:56 adam Exp $ +$NetBSD: distinfo,v 1.7 2022/05/18 20:35:53 adam Exp $ -BLAKE2s (ansible-lint-6.2.0.tar.gz) = 2060d4d9c5ce80e732e20c08e576edb179d18135ccf23d8386c27adbd8728539 -SHA512 (ansible-lint-6.2.0.tar.gz) = 8c84239a79ddcbab15fff7762b3ce965320ffd2e18746d5753611563fe60936e4549dcf931761bf3bc9780be6e1fae2bb8463e3055529c8fa528b6e5880546b3 -Size (ansible-lint-6.2.0.tar.gz) = 248821 bytes +BLAKE2s (ansible-lint-6.2.1.tar.gz) = d8ea2ee7b4d89f2f5d28089a5a52bc026c7672474db78b832c0c443154696dd7 +SHA512 (ansible-lint-6.2.1.tar.gz) = 2c28eab172722089e98210a826a633573f4c678d254cc5a43ade41eaf309f8e570bdd2cd40528c43bc51a02c72a5fa7b769689da28ed73b2881f689820a835a0 +Size (ansible-lint-6.2.1.tar.gz) = 248563 bytes From acd1e5a4a1343ee42123b2d891f153b94bba87b8 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 18 May 2022 20:36:53 +0000 Subject: [PATCH 0648/1154] Updated devel/py-setuptools, sysutils/ansible-lint --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3a93348ab0359..fea42d1fd6854 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2625 2022/05/18 20:34:17 fcambus Exp $ +$NetBSD: CHANGES-2022,v 1.2626 2022/05/18 20:36:53 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4047,3 +4047,5 @@ Changes to the packages collection and infrastructure in 2022: Updated www/gitea to 1.16.8 [khorben 2022-05-18] Updated wm/9wm to 1.4.2 [nikita 2022-05-18] Updated fonts/public-sans to v2.001 [fcambus 2022-05-18] + Updated devel/py-setuptools to 62.3.2 [adam 2022-05-18] + Updated sysutils/ansible-lint to 6.2.1 [adam 2022-05-18] From 2841dbb70bfb8c8632c6cf35eb1b0e3497c0389b Mon Sep 17 00:00:00 2001 From: triaxx Date: Wed, 18 May 2022 20:40:32 +0000 Subject: [PATCH 0649/1154] php-fpm: Improve rc file pkgsrc changes: --------------- * Add comments about usage of this file in unprivileged. * Add _rc_subr_loaded variable for consistency with other rc files. --- www/php-fpm/files/php_fpm.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/www/php-fpm/files/php_fpm.sh b/www/php-fpm/files/php_fpm.sh index 652f898501755..4713eef431852 100755 --- a/www/php-fpm/files/php_fpm.sh +++ b/www/php-fpm/files/php_fpm.sh @@ -1,11 +1,17 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: php_fpm.sh,v 1.2 2021/08/29 17:49:44 khorben Exp $ +# $NetBSD: php_fpm.sh,v 1.3 2022/05/18 20:40:32 triaxx Exp $ # # PROVIDE: php_fpm # REQUIRE: DAEMON +# +# Consider installing pkgtools/rc.subr in unprivileged. +# +# You will need to set some variables in @SYSCONFBASE@/rc.conf to start php-fpm: +# +# php_fpm=YES -. @SYSCONFBASE@/rc.subr +$_rc_subr_loaded . @SYSCONFBASE@/rc.subr name="php_fpm" rcvar=${name} From b0c9372367da20463697df8164a2ead0cea4f0e3 Mon Sep 17 00:00:00 2001 From: triaxx Date: Wed, 18 May 2022 20:45:36 +0000 Subject: [PATCH 0650/1154] syncthing: Update to 1.20.1 pkgsrc changes: --------------- * Add comments about usage of this file in unprivileged. * Add _rc_subr_loaded variable for consistency with other rc files. upstream changes: ----------------- o v1.20.1 Bugfixes: #8320: Spurious failure of new connections ("unknown (newer?) version of the protocol" etc) o v1.20.0 Bugfixes: #7855: Watching for changes using too many system resources on BSDs (kqueue) #8020: Dangling symlink prevents filesystem watcher on Solaris #8232: Missing include file endlessly spams log #8258: The latest version does not support go1.18 compilation!! #8261: TypeError: Cannot read properties of null (reading 'status') in the GUI after killing Syncthing Enhancements: #8202: Indicate folders / devices where the remote end has not accepted sharing. #8282: Change default log format to include date Other issues: #8279: Simplify tests using T.TempDir o v1.19.2 Enhancements: #8180: Make error message upon reaching the free space quota more clear o v1.19.1 Bugfixes: #7850: junctionsAsDirs requires folder pause and resume to trigger #7924: notify: File mode change events not emitted on MacOS/FSEvents watcher #8083: Device ID should be read-only and "nearby devices" should be hidden when adding a new pending device #8143: Behavior of discovery server doesn't match documentation #8145: Folder ID not editable in add folder dialog Enhancements: #7942: Improve error message about folder marker outside of folder #8130: CLI: add command to print pending folders offered by specific device --- net/syncthing/Makefile | 5 ++--- net/syncthing/distinfo | 8 ++++---- net/syncthing/files/syncthing.sh | 10 ++++++++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 6198a0c20dd1f..8720e7f64a1b4 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.150 2022/05/11 19:26:18 bsiegert Exp $ +# $NetBSD: Makefile,v 1.151 2022/05/18 20:45:36 triaxx Exp $ # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval. -DISTNAME= syncthing-source-v1.19.0 +DISTNAME= syncthing-source-v1.20.1 PKGNAME= ${DISTNAME:S,source-v,,} -PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index bfecc604c5513..bdecb086fb266 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.93 2022/02/01 21:32:03 triaxx Exp $ +$NetBSD: distinfo,v 1.94 2022/05/18 20:45:36 triaxx Exp $ -BLAKE2s (syncthing-source-v1.19.0.tar.gz) = 19415d7189bfbe55e5e8e0c012b8fee6cead04c550d55477b35136c0267aff09 -SHA512 (syncthing-source-v1.19.0.tar.gz) = b7796265b5445e7887c38d63a63a6c1207634195dd0c773cd471b824666beca2c5f117ad124ebc63e5654e53f4639eb5784d508bc7dea02a676782e1fe5ec757 -Size (syncthing-source-v1.19.0.tar.gz) = 13225230 bytes +BLAKE2s (syncthing-source-v1.20.1.tar.gz) = 5fc7dce952ff7a9914d46c7aaa167632d8e7c5a697258fadf352b0ad325f7e0c +SHA512 (syncthing-source-v1.20.1.tar.gz) = 7b365b295862f1cac41a9f33b389d7ac6c814b6ea14b8a964f4ecbfd15f1207abd26c53efbe5779aaad9b4b256e594f5f6f59ecf911ddfc6eb129295ba11646c +Size (syncthing-source-v1.20.1.tar.gz) = 13184830 bytes diff --git a/net/syncthing/files/syncthing.sh b/net/syncthing/files/syncthing.sh index 4ba046c592537..23232b87522d2 100644 --- a/net/syncthing/files/syncthing.sh +++ b/net/syncthing/files/syncthing.sh @@ -1,11 +1,17 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: syncthing.sh,v 1.2 2019/07/17 01:37:11 nia Exp $ +# $NetBSD: syncthing.sh,v 1.3 2022/05/18 20:45:36 triaxx Exp $ # # PROVIDE: syncthing # REQUIRE: DAEMON +# +# Consider installing pkgtools/rc.subr in unprivileged. +# +# You will need to set some variables in @SYSCONFBASE@/rc.conf to start syncthing: +# +# syncthing=YES -. /etc/rc.subr +$_rc_subr_loaded . @SYSCONFBASE@/rc.subr name="syncthing" rcvar=${name} From 174ec45a5eedc44109eb0d56dcf0632108e0a5c2 Mon Sep 17 00:00:00 2001 From: triaxx Date: Wed, 18 May 2022 20:45:52 +0000 Subject: [PATCH 0651/1154] doc: Updated net/syncthing to 1.20.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index fea42d1fd6854..19924bc2f8e06 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2626 2022/05/18 20:36:53 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2627 2022/05/18 20:45:52 triaxx Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4049,3 +4049,4 @@ Changes to the packages collection and infrastructure in 2022: Updated fonts/public-sans to v2.001 [fcambus 2022-05-18] Updated devel/py-setuptools to 62.3.2 [adam 2022-05-18] Updated sysutils/ansible-lint to 6.2.1 [adam 2022-05-18] + Updated net/syncthing to 1.20.1 [triaxx 2022-05-18] From 0e266b255839a980bbf099b33187e5978b69aa03 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 18 May 2022 20:57:28 +0000 Subject: [PATCH 0652/1154] lang/rust: add patches so that RUST_BACKTRACE works. Add NetBSD to the systems which need dl_iterate_phdr(), and make NetBSD find the debug libraries if present. Also make the execinfo functions visible, but not sure that's used by rust. Back-ported from wip / 1.60.0, but we can't do != in conditionals here. --- lang/rust/Makefile | 8 +++-- lang/rust/distinfo | 7 ++++- ...h-library_backtrace_src_symbolize_gimli.rs | 22 ++++++++++++++ ...brary_backtrace_src_symbolize_gimli_elf.rs | 24 +++++++++++++++ ...ch-vendor_backtrace_src_symbolize_gimli.rs | 22 ++++++++++++++ ...endor_backtrace_src_symbolize_gimli_elf.rs | 24 +++++++++++++++ ....108_src_unix_bsd_netbsdlike_netbsd_mod.rs | 29 +++++++++++++++++++ 7 files changed, 133 insertions(+), 3 deletions(-) create mode 100644 lang/rust/patches/patch-library_backtrace_src_symbolize_gimli.rs create mode 100644 lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs create mode 100644 lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli.rs create mode 100644 lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs create mode 100644 lang/rust/patches/patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 7ec67d725a170..671bc0cb7702a 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.255 2022/04/30 21:02:39 nia Exp $ +# $NetBSD: Makefile,v 1.256 2022/05/18 20:57:28 he Exp $ DISTNAME= rustc-1.59.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ -PKGREVISION= 1 +PKGREVISION= 2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.rust-lang.org/ @@ -387,6 +387,10 @@ SUBST_VARS.rpath= PREFIX #CKSUMS+= 6dde684bdcc1bb03a808784ce8ccc0721f53bfdf87b84c607045aada916730ba #CKSUMS+= 1244e301c58e7f693f14ad23b02713cdd38259928a6ca905336891e869e6743e +CKSUM_CRATES+= vendor/libc-0.2.108 +CKSUMS+= ddbdc8526a0267ffeb0ab9bb5f01ebb38a14cf759c025b5c0b0ff1178fec889b +CKSUMS+= b8330ddc0af8fa8d57f715eebabf0b0e4bcbef85894eee4a0f7aa0f748c29106 + CKSUM_CRATES+= vendor/rustc-ap-rustc_target CKSUMS+= 673ac3b6875d487ace59b01725d83d2fab4af60615d1f8edd95bf21295947433 CKSUMS+= 5a8bae7d5b6feb07a75226ad061455298f05627086a3b444cb2a1a6272899d88 diff --git a/lang/rust/distinfo b/lang/rust/distinfo index 84d6d149eb471..386e6b92941a2 100644 --- a/lang/rust/distinfo +++ b/lang/rust/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.143 2022/04/15 14:00:37 he Exp $ +$NetBSD: distinfo,v 1.144 2022/05/18 20:57:28 he Exp $ BLAKE2s (rust-1.58.1-aarch64-apple-darwin.tar.gz) = 7b463dcd407f7281ad6f9418c26f4360685a6d49549165a7b76b41c1a4f39864 SHA512 (rust-1.58.1-aarch64-apple-darwin.tar.gz) = 66e58a3efe201c1c954bf7f382c8a6a6a52399451ff6e3abd6ad797de32cbc8f01bb92f8512b93bacc2091554afd7de08f7900cfd68bd2e5cf99b68362e26de5 @@ -108,6 +108,8 @@ SHA1 (patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs) = a SHA1 (patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs) = efae710b37c089702802c3d5aa678d1cc5f88cc2 SHA1 (patch-compiler_rustc__target_src_spec_mod.rs) = 8f1b5ced49fa66a646327a19f9eb0501fa2b01c7 SHA1 (patch-compiler_rustc__target_src_spec_netbsd__base.rs) = 18e3cb9f32c4170679459b2c63c856abe0fac6a3 +SHA1 (patch-library_backtrace_src_symbolize_gimli.rs) = 94b6bf51fac39d3e28a261855fd747ad1e96b286 +SHA1 (patch-library_backtrace_src_symbolize_gimli_elf.rs) = a22d78f12ebb25fe3e549ce86e363acc095635ae SHA1 (patch-library_std_src_sys_unix_mod.rs) = f8669d680f169137ac2891af2977909619366a97 SHA1 (patch-library_std_src_sys_unix_thread.rs) = e5f661b3dd00058e874fe60cd89d9e919325e99b SHA1 (patch-library_unwind_build.rs) = df092d5c07fa0be63a9510f1d6a77e5094ca3b15 @@ -125,7 +127,10 @@ SHA1 (patch-src_tools_cargo_tests_testsuite_build.rs) = 60713699c968f3e389f486e7 SHA1 (patch-src_tools_rls_rls_src_cmd.rs) = 8174664b7bce2e60e690bc20ab688606b60c55dc SHA1 (patch-src_tools_rls_rls_src_server_io.rs) = 5236eda97fa686b5661e4e5832102e2f010def7b SHA1 (patch-src_tools_rust-installer_install-template.sh) = ca769db07986ded26d92957e1055961895def546 +SHA1 (patch-vendor_backtrace_src_symbolize_gimli.rs) = c5f4217146483389fe664c8cbe70796ca601ab4d +SHA1 (patch-vendor_backtrace_src_symbolize_gimli_elf.rs) = 9527dd4e72f951f55f31a87bdef803fc5d252b38 SHA1 (patch-vendor_cc_src_lib.rs) = 2f6b0ad800b31cd33334f194651981491ecf7641 +SHA1 (patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs) = a75d2729b96bd8a68c3ecf2e03f2daace737a229 SHA1 (patch-vendor_libc_src_unix_solarish_mod.rs) = 8364e19ea09203d32494c37ff3db19fe3d6b9d8a SHA1 (patch-vendor_lzma-sys_config.h) = b654c7e129fa02697734bc87173f89b3056a5437 SHA1 (patch-vendor_openssl-src_src_lib.rs) = e62697daa7e7fa3d7b89f338c3a26066b93d7b34 diff --git a/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli.rs b/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli.rs new file mode 100644 index 0000000000000..98bfd0086aed3 --- /dev/null +++ b/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli.rs @@ -0,0 +1,22 @@ +$NetBSD: patch-library_backtrace_src_symbolize_gimli.rs,v 1.1 2022/05/18 20:57:28 he Exp $ + +Do mmap also on NetBSD, and also do dl_iterate_phdr. + +--- library/backtrace/src/symbolize/gimli.rs.orig 2022-02-23 04:07:36.000000000 +0000 ++++ library/backtrace/src/symbolize/gimli.rs +@@ -38,6 +38,7 @@ cfg_if::cfg_if! { + target_os = "ios", + target_os = "linux", + target_os = "macos", ++ target_os = "netbsd", + target_os = "openbsd", + target_os = "solaris", + target_os = "illumos", +@@ -177,6 +178,7 @@ cfg_if::cfg_if! { + target_os = "linux", + target_os = "fuchsia", + target_os = "freebsd", ++ target_os = "netbsd", + target_os = "openbsd", + all(target_os = "android", feature = "dl_iterate_phdr"), + ), diff --git a/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs b/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs new file mode 100644 index 0000000000000..54c3321bc6fa7 --- /dev/null +++ b/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs @@ -0,0 +1,24 @@ +$NetBSD: patch-library_backtrace_src_symbolize_gimli_elf.rs,v 1.1 2022/05/18 20:57:28 he Exp $ + +Make NetBSD also find its debug libraries, if present. + +--- library/backtrace/src/symbolize/gimli/elf.rs.orig 2022-02-23 04:07:36.000000000 +0000 ++++ library/backtrace/src/symbolize/gimli/elf.rs +@@ -276,11 +276,16 @@ fn decompress_zlib(input: &[u8], output: + } + } + ++#[cfg(target_os = "netbsd")] ++const DEBUG_PATH: &[u8] = b"/usr/libdata/debug"; ++#[cfg(any(target_os = "freebsd", target_os = "linux"))] + const DEBUG_PATH: &[u8] = b"/usr/lib/debug"; + + fn debug_path_exists() -> bool { + cfg_if::cfg_if! { +- if #[cfg(any(target_os = "freebsd", target_os = "linux"))] { ++ if #[cfg(any(target_os = "freebsd", ++ target_os = "netbsd", ++ target_os = "linux"))] { + use core::sync::atomic::{AtomicU8, Ordering}; + static DEBUG_PATH_EXISTS: AtomicU8 = AtomicU8::new(0); + diff --git a/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli.rs b/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli.rs new file mode 100644 index 0000000000000..30a2e666e81ab --- /dev/null +++ b/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli.rs @@ -0,0 +1,22 @@ +$NetBSD: patch-vendor_backtrace_src_symbolize_gimli.rs,v 1.1 2022/05/18 20:57:28 he Exp $ + +Do mmap and dl_iterate_phdr() on NetBSD as well. + +--- vendor/backtrace/src/symbolize/gimli.rs.orig 2022-02-23 05:34:24.000000000 +0000 ++++ vendor/backtrace/src/symbolize/gimli.rs +@@ -38,6 +38,7 @@ cfg_if::cfg_if! { + target_os = "ios", + target_os = "linux", + target_os = "macos", ++ target_os = "netbsd", + target_os = "openbsd", + target_os = "solaris", + target_os = "illumos", +@@ -177,6 +178,7 @@ cfg_if::cfg_if! { + target_os = "linux", + target_os = "fuchsia", + target_os = "freebsd", ++ target_os = "netbsd", + target_os = "openbsd", + all(target_os = "android", feature = "dl_iterate_phdr"), + ), diff --git a/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs b/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs new file mode 100644 index 0000000000000..80cccad1bce98 --- /dev/null +++ b/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs @@ -0,0 +1,24 @@ +$NetBSD: patch-vendor_backtrace_src_symbolize_gimli_elf.rs,v 1.1 2022/05/18 20:57:28 he Exp $ + +Make NetBSD also find its debug libraries, if present. + +--- vendor/backtrace/src/symbolize/gimli/elf.rs.orig 2022-02-23 05:34:24.000000000 +0000 ++++ vendor/backtrace/src/symbolize/gimli/elf.rs +@@ -276,11 +276,16 @@ fn decompress_zlib(input: &[u8], output: + } + } + ++#[cfg(target_os = "netbsd")] ++const DEBUG_PATH: &[u8] = b"/usr/libdata/debug"; ++#[cfg(any(target_os = "freebsd", target_os = "linux"))] + const DEBUG_PATH: &[u8] = b"/usr/lib/debug"; + + fn debug_path_exists() -> bool { + cfg_if::cfg_if! { +- if #[cfg(any(target_os = "freebsd", target_os = "linux"))] { ++ if #[cfg(any(target_os = "freebsd", ++ target_os = "netbsd", ++ target_os = "linux"))] { + use core::sync::atomic::{AtomicU8, Ordering}; + static DEBUG_PATH_EXISTS: AtomicU8 = AtomicU8::new(0); + diff --git a/lang/rust/patches/patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs b/lang/rust/patches/patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs new file mode 100644 index 0000000000000..e26e6d6f94e0f --- /dev/null +++ b/lang/rust/patches/patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs @@ -0,0 +1,29 @@ +$NetBSD: patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs,v 1.1 2022/05/18 20:57:28 he Exp $ + +Copy execinfo function definitions from openbsd's mod.rs. + +--- vendor/libc-0.2.108/src/unix/bsd/netbsdlike/netbsd/mod.rs.orig 2022-02-23 05:34:25.000000000 +0000 ++++ vendor/libc-0.2.108/src/unix/bsd/netbsdlike/netbsd/mod.rs +@@ -2700,6 +2700,22 @@ extern "C" { + pub fn kinfo_getvmmap(pid: ::pid_t, cntp: *mut ::size_t) -> *mut kinfo_vmentry; + } + ++#[link(name = "execinfo")] ++extern "C" { ++ pub fn backtrace(addrlist: *mut *mut ::c_void, len: ::size_t) -> ::size_t; ++ pub fn backtrace_symbols(addrlist: *const *mut ::c_void, len: ::size_t) -> *mut *mut ::c_char; ++ pub fn backtrace_symbols_fd( ++ addrlist: *const *mut ::c_void, ++ len: ::size_t, ++ fd: ::c_int, ++ ) -> ::c_int; ++ pub fn backtrace_symbols_fmt( ++ addrlist: *const *mut ::c_void, ++ len: ::size_t, ++ fmt: *const ::c_char, ++ ) -> *mut *mut ::c_char; ++} ++ + cfg_if! { + if #[cfg(target_arch = "aarch64")] { + mod aarch64; From 7064b1bcc62c943e84ba0556a262dd68265090f3 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 18 May 2022 20:58:03 +0000 Subject: [PATCH 0653/1154] Note update of lang/rust to 1.59.0nb2. --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 19924bc2f8e06..4b85c6e56f1c4 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2627 2022/05/18 20:45:52 triaxx Exp $ +$NetBSD: CHANGES-2022,v 1.2628 2022/05/18 20:58:03 he Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4050,3 +4050,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-setuptools to 62.3.2 [adam 2022-05-18] Updated sysutils/ansible-lint to 6.2.1 [adam 2022-05-18] Updated net/syncthing to 1.20.1 [triaxx 2022-05-18] + Updated lang/rust to 1.59.0nb2 [he 2022-05-18] From 8c55d577bb26c633879efbdfe93b595f03e0cd12 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 18 May 2022 21:52:39 +0000 Subject: [PATCH 0654/1154] py-ujson: update to 5.3.0. Fix test target. Changes: Added Test Python 3.11 beta (#539) @hugovk Changed Benchmark refactor - argparse CLI (#533) @Erotemic Fixed Fix segmentation faults when errors occur while handling unserialisable objects (#531) @JustAnotherArchivist Fix segmentation fault when an exception is raised while converting a dict key to a string (#526) @JustAnotherArchivist Fix memory leak dumping on non-string dict keys (#521) @JustAnotherArchivist Fix ref counting on repeated default function calls (#524) @JustAnotherArchivist Remove redundant wheel dependency from pyproject.toml (#535) @hugovk --- textproc/py-ujson/Makefile | 6 ++++-- textproc/py-ujson/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/textproc/py-ujson/Makefile b/textproc/py-ujson/Makefile index 6a8bb3ef61d4b..0571caacc98f8 100644 --- a/textproc/py-ujson/Makefile +++ b/textproc/py-ujson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/04/06 09:24:43 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/18 21:52:39 wiz Exp $ -DISTNAME= ujson-5.2.0 +DISTNAME= ujson-5.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=u/ujson/} @@ -17,6 +17,8 @@ USE_LANGUAGES= c c++ PYTHON_VERSIONS_INCOMPATIBLE= 27 +DISTUTILS_BUILDDIR_IN_TEST_ENV= yes + do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests diff --git a/textproc/py-ujson/distinfo b/textproc/py-ujson/distinfo index 7a965fccf180d..17e45474dffc0 100644 --- a/textproc/py-ujson/distinfo +++ b/textproc/py-ujson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2022/04/06 09:24:43 adam Exp $ +$NetBSD: distinfo,v 1.14 2022/05/18 21:52:39 wiz Exp $ -BLAKE2s (ujson-5.2.0.tar.gz) = 431d2bf2e9367f8f1ee8539b2ed1e1cde57029599f834dab0df7b9734dca0465 -SHA512 (ujson-5.2.0.tar.gz) = c0ef90bdaa2d5e02109ea3e01288ff9ab4e4bd865ea0a33d915de2878cb13a04f24fe278f86582e042b430e6b20077f2b337d6a4349777a803e9725666952fd6 -Size (ujson-5.2.0.tar.gz) = 7135591 bytes +BLAKE2s (ujson-5.3.0.tar.gz) = 3f321a4e8d18a83440bb100db63abd1d94a43bc2c2e406682efbe6abd17ea32b +SHA512 (ujson-5.3.0.tar.gz) = 7342ab3548980e14ff7a931b40aa9886703c167b3f079d01e1d07c9f6408b2994a84cf157ff8966400af057cdd8f332d6f47e2747b918efcd67129727434c501 +Size (ujson-5.3.0.tar.gz) = 7137499 bytes From 2d634061539eea46e44ff014f2fdb9db422f2f57 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 18 May 2022 21:52:48 +0000 Subject: [PATCH 0655/1154] doc: Updated textproc/py-ujson to 5.3.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4b85c6e56f1c4..f2fa655b720ff 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2628 2022/05/18 20:58:03 he Exp $ +$NetBSD: CHANGES-2022,v 1.2629 2022/05/18 21:52:48 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4051,3 +4051,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/ansible-lint to 6.2.1 [adam 2022-05-18] Updated net/syncthing to 1.20.1 [triaxx 2022-05-18] Updated lang/rust to 1.59.0nb2 [he 2022-05-18] + Updated textproc/py-ujson to 5.3.0 [wiz 2022-05-18] From 27bc3f57081618e25f9fa0be33c8ad9f9ade136d Mon Sep 17 00:00:00 2001 From: khorben Date: Thu, 19 May 2022 01:23:31 +0000 Subject: [PATCH 0656/1154] lasso: fix the build with inkscape installed Basically lasso installs additional files when Inkscape is available, which it would normally re-generate but are already in the source tree. This unconditionally caches "/bin/false" as the path to Inkscape, which: * will always behave the same (install the missing files) * will break if they ever have to be re-generated (thus exposing the issue directly, which is a good thing) In addition since lasso can provide additional documentation when gtk-doc is installed, I have enabled this by default as well. Bumps PKGREVISION. Reviewed by manu@, thanks! --- security/lasso/Makefile | 10 +- security/lasso/PLIST | 390 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 396 insertions(+), 4 deletions(-) diff --git a/security/lasso/Makefile b/security/lasso/Makefile index 988a669a8c66f..ce452d425e353 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,15 +1,19 @@ -# $NetBSD: Makefile,v 1.51 2022/04/18 19:10:05 adam Exp $ +# $NetBSD: Makefile,v 1.52 2022/05/19 01:23:31 khorben Exp $ +CONFIGURE_ENV+= INKSCAPE=/bin/false CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-php5 CONFIGURE_ARGS+= --disable-php7 CONFIGURE_ARGS+= --disable-perl +CONFIGURE_ARGS+= --enable-gtk-doc PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.4.1 PYTHON_FOR_BUILD_ONLY= yes EXTRACT_USING= bsdtar -#PKGREVISION= 1 -PKGREVISION= 2 +PKGREVISION= 3 + +BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20 +.include "../../textproc/gtk-doc/buildlink3.mk" .include "../../security/lasso/Makefile.common" diff --git a/security/lasso/PLIST b/security/lasso/PLIST index 4326b76f0d881..d6214ee3fa555 100644 --- a/security/lasso/PLIST +++ b/security/lasso/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/03/14 09:43:42 manu Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/05/19 01:23:31 khorben Exp $ include/lasso/backward_comp.h include/lasso/ctypes.h include/lasso/debug.h @@ -155,6 +155,24 @@ lib/liblasso.la lib/pkgconfig/lasso.pc share/doc/lasso/book.rst share/doc/lasso/common-knowledge.rst +share/doc/lasso/figures/slo-sp-soap-1.png +share/doc/lasso/figures/slo-sp-soap-2.png +share/doc/lasso/figures/slo-sp-soap-3.png +share/doc/lasso/figures/slo-sp-soap-4.png +share/doc/lasso/figures/slo-sp-soap-5.png +share/doc/lasso/figures/slo-sp-soap-6.png +share/doc/lasso/figures/slo-sp-soap.png +share/doc/lasso/figures/sso-brws-art-1.png +share/doc/lasso/figures/sso-brws-art-2.png +share/doc/lasso/figures/sso-brws-art-3.png +share/doc/lasso/figures/sso-brws-art-4.png +share/doc/lasso/figures/sso-brws-art-5.png +share/doc/lasso/figures/sso-brws-art.png +share/doc/lasso/figures/sso-brws-post-1.png +share/doc/lasso/figures/sso-brws-post-2.png +share/doc/lasso/figures/sso-brws-post-3.png +share/doc/lasso/figures/sso-brws-post-4.png +share/doc/lasso/figures/sso-brws-post.png share/doc/lasso/getting-lasso.rst share/doc/lasso/integration.rst share/doc/lasso/language-bindings.rst @@ -167,3 +185,373 @@ share/doc/lasso/writing-a-c-sp.txt share/doc/lasso/writing-a-java-sp.txt share/doc/lasso/writing-a-php-sp.txt share/doc/lasso/writing-a-saml2-php-sp.txt +share/gtk-doc/html/lasso/annotation-glossary.html +share/gtk-doc/html/lasso/api-index-full.html +share/gtk-doc/html/lasso/architecture.html +share/gtk-doc/html/lasso/home.png +share/gtk-doc/html/lasso/idff.html +share/gtk-doc/html/lasso/idwsf.html +share/gtk-doc/html/lasso/idwsf2.html +share/gtk-doc/html/lasso/index.html +share/gtk-doc/html/lasso/lasso-Addon-to-SAML-2.0-profile-for-ID-WSF-2.0-bootsraping.html +share/gtk-doc/html/lasso/lasso-Base-Strings.html +share/gtk-doc/html/lasso/lasso-Error-Codes.html +share/gtk-doc/html/lasso/lasso-ID-WSF-1.0-Strings.html +share/gtk-doc/html/lasso/lasso-LassoDataService.html +share/gtk-doc/html/lasso/lasso-LassoDefederation.html +share/gtk-doc/html/lasso/lasso-LassoDiscoAuthenticateRequester.html +share/gtk-doc/html/lasso/lasso-LassoDiscoAuthenticateSessionContext.html +share/gtk-doc/html/lasso/lasso-LassoDiscoAuthorizeRequester.html +share/gtk-doc/html/lasso/lasso-LassoDiscoCredentials.html +share/gtk-doc/html/lasso/lasso-LassoDiscoDescription.html +share/gtk-doc/html/lasso/lasso-LassoDiscoEncryptResourceID.html +share/gtk-doc/html/lasso/lasso-LassoDiscoEncryptedResourceID.html +share/gtk-doc/html/lasso/lasso-LassoDiscoGenerateBearerToken.html +share/gtk-doc/html/lasso/lasso-LassoDiscoInsertEntry.html +share/gtk-doc/html/lasso/lasso-LassoDiscoModify.html +share/gtk-doc/html/lasso/lasso-LassoDiscoModifyResponse.html +share/gtk-doc/html/lasso/lasso-LassoDiscoOptions.html +share/gtk-doc/html/lasso/lasso-LassoDiscoQuery.html +share/gtk-doc/html/lasso/lasso-LassoDiscoQueryResponse.html +share/gtk-doc/html/lasso/lasso-LassoDiscoRemoveEntry.html +share/gtk-doc/html/lasso/lasso-LassoDiscoRequestedServiceType.html +share/gtk-doc/html/lasso/lasso-LassoDiscoResourceID.html +share/gtk-doc/html/lasso/lasso-LassoDiscoResourceOffering.html +share/gtk-doc/html/lasso/lasso-LassoDiscoSendSingleLogout.html +share/gtk-doc/html/lasso/lasso-LassoDiscoServiceInstance.html +share/gtk-doc/html/lasso/lasso-LassoDiscovery.html +share/gtk-doc/html/lasso/lasso-LassoDsKeyInfo.html +share/gtk-doc/html/lasso/lasso-LassoDsKeyValue.html +share/gtk-doc/html/lasso/lasso-LassoDsRsaKeyValue.html +share/gtk-doc/html/lasso/lasso-LassoDstData.html +share/gtk-doc/html/lasso/lasso-LassoDstModification.html +share/gtk-doc/html/lasso/lasso-LassoDstModify.html +share/gtk-doc/html/lasso/lasso-LassoDstModifyResponse.html +share/gtk-doc/html/lasso/lasso-LassoDstNewData.html +share/gtk-doc/html/lasso/lasso-LassoDstQuery.html +share/gtk-doc/html/lasso/lasso-LassoDstQueryItem.html +share/gtk-doc/html/lasso/lasso-LassoDstQueryResponse.html +share/gtk-doc/html/lasso/lasso-LassoEcp.html +share/gtk-doc/html/lasso/lasso-LassoEcpRelayState.html +share/gtk-doc/html/lasso/lasso-LassoEcpRequest.html +share/gtk-doc/html/lasso/lasso-LassoEcpResponse.html +share/gtk-doc/html/lasso/lasso-LassoFederation.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DataService.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoAbstract.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoEndpointContext.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoKeys.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoProviderID.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoRequestedService.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSecurityContext.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoServiceContext.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoServiceType.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationAdd.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationAddResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationDelete.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationDeleteResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationQuery.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationQueryResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDDelete.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDDeleteResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDQuery.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDQueryResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDRegister.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDRegisterResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDReplace.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDReplaceResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMetadata.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Discovery.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstDataResponseBase.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstDeleteItemBase.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstDeleteResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefAppData.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefCreate.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefCreateItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefCreateResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefData.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefDataResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefDelete.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefDeleteItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefDeleteResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefItemData.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefModify.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefModifyItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefModifyResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefQuery.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefQueryItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefQueryResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefResultQuery.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefTestItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstResultQueryBase.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstTestItemBase.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2ImsIdentityMappingRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2ImsIdentityMappingResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2ImsMappingInput.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2ImsMappingOutput.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Profile.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddCollectionRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddCollectionResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddEntityRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddEntityResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddKnownEntityRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddKnownEntityResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddToCollectionRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsGetObjectInfoRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsGetObjectInfoResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsItemData.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsListMembersRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsListMembersResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsNotification.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsNotify.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsObject.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsQueryObjectsRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsQueryObjectsResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsRemoveCollectionRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsRemoveEntityRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsRemoveFromCollectionRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsRequestAbstract.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsResolveIdentifierRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsResolveIdentifierResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsResolveInput.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsResponseAbstract.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsSetObjectInfoRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsTestMembershipRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsTestMembershipResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2Consent.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2CredentialsContext.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2EndpointUpdate.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2RedirectRequest.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2Sender.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2TargetIdentity.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2Timeout.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2UsageDirective.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2UserInteractionHeader.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SbfFramework.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SecToken.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SecTokenPolicy.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SecTransitedProviderPath.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsNotification.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsNotifyResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefAppData.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefCreate.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefCreateItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefCreateResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefData.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefDataResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefDelete.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefDeleteItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefDeleteResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefItemData.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefModify.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefModifyItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefModifyResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefNotification.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefNotify.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefNotifyResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefQuery.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefQueryItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefQueryResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefResultQuery.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefSubscription.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefTestItem.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsSubscription.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2UtilEmpty.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2UtilResponse.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2UtilStatus.html +share/gtk-doc/html/lasso/lasso-LassoIdWsf2Utilextension.html +share/gtk-doc/html/lasso/lasso-LassoIdentity.html +share/gtk-doc/html/lasso/lasso-LassoInteractionProfileService.html +share/gtk-doc/html/lasso/lasso-LassoLecp.html +share/gtk-doc/html/lasso/lasso-LassoLibAssertion.html +share/gtk-doc/html/lasso/lasso-LassoLibAuthenticationStatement.html +share/gtk-doc/html/lasso/lasso-LassoLibAuthnContext.html +share/gtk-doc/html/lasso/lasso-LassoLibAuthnRequest.html +share/gtk-doc/html/lasso/lasso-LassoLibAuthnRequestEnvelope.html +share/gtk-doc/html/lasso/lasso-LassoLibAuthnResponse.html +share/gtk-doc/html/lasso/lasso-LassoLibAuthnResponseEnvelope.html +share/gtk-doc/html/lasso/lasso-LassoLibFederationTerminationNotification.html +share/gtk-doc/html/lasso/lasso-LassoLibIDPEntries.html +share/gtk-doc/html/lasso/lasso-LassoLibIDPEntry.html +share/gtk-doc/html/lasso/lasso-LassoLibIDPList.html +share/gtk-doc/html/lasso/lasso-LassoLibLogoutRequest.html +share/gtk-doc/html/lasso/lasso-LassoLibLogoutResponse.html +share/gtk-doc/html/lasso/lasso-LassoLibNameIdentifierMappingRequest.html +share/gtk-doc/html/lasso/lasso-LassoLibNameIdentifierMappingResponse.html +share/gtk-doc/html/lasso/lasso-LassoLibRegisterNameIdentifierRequest.html +share/gtk-doc/html/lasso/lasso-LassoLibRegisterNameIdentifierResponse.html +share/gtk-doc/html/lasso/lasso-LassoLibRequestAuthnContext.html +share/gtk-doc/html/lasso/lasso-LassoLibScoping.html +share/gtk-doc/html/lasso/lasso-LassoLibStatusResponse.html +share/gtk-doc/html/lasso/lasso-LassoLibSubject.html +share/gtk-doc/html/lasso/lasso-LassoLogin.html +share/gtk-doc/html/lasso/lasso-LassoLogout.html +share/gtk-doc/html/lasso/lasso-LassoMiscTextNode.html +share/gtk-doc/html/lasso/lasso-LassoNameIdManagement.html +share/gtk-doc/html/lasso/lasso-LassoNameIdentifierMapping.html +share/gtk-doc/html/lasso/lasso-LassoNameRegistration.html +share/gtk-doc/html/lasso/lasso-LassoPaosRequest.html +share/gtk-doc/html/lasso/lasso-LassoPaosResponse.html +share/gtk-doc/html/lasso/lasso-LassoPersonalProfileService.html +share/gtk-doc/html/lasso/lasso-LassoProfile.html +share/gtk-doc/html/lasso/lasso-LassoProvider.html +share/gtk-doc/html/lasso/lasso-LassoSaCredentials.html +share/gtk-doc/html/lasso/lasso-LassoSaParameter.html +share/gtk-doc/html/lasso/lasso-LassoSaPasswordTransforms.html +share/gtk-doc/html/lasso/lasso-LassoSaSASLRequest.html +share/gtk-doc/html/lasso/lasso-LassoSaSASLResponse.html +share/gtk-doc/html/lasso/lasso-LassoSaTransform.html +share/gtk-doc/html/lasso/lasso-LassoSaml2Action.html +share/gtk-doc/html/lasso/lasso-LassoSaml2Advice.html +share/gtk-doc/html/lasso/lasso-LassoSaml2Assertion.html +share/gtk-doc/html/lasso/lasso-LassoSaml2Attribute.html +share/gtk-doc/html/lasso/lasso-LassoSaml2AttributeStatement.html +share/gtk-doc/html/lasso/lasso-LassoSaml2AttributeValue.html +share/gtk-doc/html/lasso/lasso-LassoSaml2AudienceRestriction.html +share/gtk-doc/html/lasso/lasso-LassoSaml2AuthnContext.html +share/gtk-doc/html/lasso/lasso-LassoSaml2AuthnStatement.html +share/gtk-doc/html/lasso/lasso-LassoSaml2AuthzDecisionStatement.html +share/gtk-doc/html/lasso/lasso-LassoSaml2BaseIDAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSaml2ConditionAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSaml2Conditions.html +share/gtk-doc/html/lasso/lasso-LassoSaml2EncryptedElement.html +share/gtk-doc/html/lasso/lasso-LassoSaml2Evidence.html +share/gtk-doc/html/lasso/lasso-LassoSaml2KeyInfoConfirmationData.html +share/gtk-doc/html/lasso/lasso-LassoSaml2NameID.html +share/gtk-doc/html/lasso/lasso-LassoSaml2OneTimeUse.html +share/gtk-doc/html/lasso/lasso-LassoSaml2ProxyRestriction.html +share/gtk-doc/html/lasso/lasso-LassoSaml2StatementAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSaml2Subject.html +share/gtk-doc/html/lasso/lasso-LassoSaml2SubjectConfirmation.html +share/gtk-doc/html/lasso/lasso-LassoSaml2SubjectConfirmationData.html +share/gtk-doc/html/lasso/lasso-LassoSaml2SubjectLocality.html +share/gtk-doc/html/lasso/lasso-LassoSamlAdvice.html +share/gtk-doc/html/lasso/lasso-LassoSamlAssertion.html +share/gtk-doc/html/lasso/lasso-LassoSamlAttribute.html +share/gtk-doc/html/lasso/lasso-LassoSamlAttributeDesignator.html +share/gtk-doc/html/lasso/lasso-LassoSamlAttributeStatement.html +share/gtk-doc/html/lasso/lasso-LassoSamlAttributeValue.html +share/gtk-doc/html/lasso/lasso-LassoSamlAudienceRestrictionCondition.html +share/gtk-doc/html/lasso/lasso-LassoSamlAuthenticationStatement.html +share/gtk-doc/html/lasso/lasso-LassoSamlAuthorityBinding.html +share/gtk-doc/html/lasso/lasso-LassoSamlConditionAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSamlConditions.html +share/gtk-doc/html/lasso/lasso-LassoSamlNameIdentifier.html +share/gtk-doc/html/lasso/lasso-LassoSamlStatementAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSamlSubject.html +share/gtk-doc/html/lasso/lasso-LassoSamlSubjectConfirmation.html +share/gtk-doc/html/lasso/lasso-LassoSamlSubjectLocality.html +share/gtk-doc/html/lasso/lasso-LassoSamlSubjectStatement.html +share/gtk-doc/html/lasso/lasso-LassoSamlSubjectStatementAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2ArtifactResolve.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2ArtifactResponse.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2AssertionIDRequest.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2AttributeQuery.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2AuthnQuery.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2AuthnRequest.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2AuthzDecisionQuery.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2Extensions.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2IDPEntry.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2IDPList.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2LogoutRequest.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2LogoutResponse.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2ManageNameIDRequest.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2ManageNameIDResponse.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2NameIDMappingRequest.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2NameIDMappingResponse.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2NameIDPolicy.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2RequestAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2RequestedAuthnContext.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2Response.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2Scoping.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2Status.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2StatusCode.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2StatusDetail.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2StatusResponse.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2SubjectQueryAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSamlp2Terminate.html +share/gtk-doc/html/lasso/lasso-LassoSamlpRequest.html +share/gtk-doc/html/lasso/lasso-LassoSamlpRequestAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSamlpResponse.html +share/gtk-doc/html/lasso/lasso-LassoSamlpResponseAbstract.html +share/gtk-doc/html/lasso/lasso-LassoSamlpStatus.html +share/gtk-doc/html/lasso/lasso-LassoSamlpStatusCode.html +share/gtk-doc/html/lasso/lasso-LassoSecResourceAccessStatement.html +share/gtk-doc/html/lasso/lasso-LassoServer.html +share/gtk-doc/html/lasso/lasso-LassoSession.html +share/gtk-doc/html/lasso/lasso-LassoSoapBindingConsent.html +share/gtk-doc/html/lasso/lasso-LassoSoapBindingCorrelation.html +share/gtk-doc/html/lasso/lasso-LassoSoapBindingExtCredential.html +share/gtk-doc/html/lasso/lasso-LassoSoapBindingExtCredentialsContext.html +share/gtk-doc/html/lasso/lasso-LassoSoapBindingExtServiceInstanceUpdate.html +share/gtk-doc/html/lasso/lasso-LassoSoapBindingExtTimeout.html +share/gtk-doc/html/lasso/lasso-LassoSoapBindingProcessingContext.html +share/gtk-doc/html/lasso/lasso-LassoSoapBindingProvider.html +share/gtk-doc/html/lasso/lasso-LassoSoapBindingUsageDirective.html +share/gtk-doc/html/lasso/lasso-LassoSoapBody.html +share/gtk-doc/html/lasso/lasso-LassoSoapDetail.html +share/gtk-doc/html/lasso/lasso-LassoSoapEnvelope.html +share/gtk-doc/html/lasso/lasso-LassoSoapFault.html +share/gtk-doc/html/lasso/lasso-LassoSoapHeader.html +share/gtk-doc/html/lasso/lasso-LassoUtilityStatus.html +share/gtk-doc/html/lasso/lasso-LassoWsAddrAttributedAny.html +share/gtk-doc/html/lasso/lasso-LassoWsAddrAttributedQName.html +share/gtk-doc/html/lasso/lasso-LassoWsAddrAttributedURI.html +share/gtk-doc/html/lasso/lasso-LassoWsAddrAttributedUnsignedLong.html +share/gtk-doc/html/lasso/lasso-LassoWsAddrEndpointReference.html +share/gtk-doc/html/lasso/lasso-LassoWsAddrMetadata.html +share/gtk-doc/html/lasso/lasso-LassoWsAddrProblemAction.html +share/gtk-doc/html/lasso/lasso-LassoWsAddrReferenceParameters.html +share/gtk-doc/html/lasso/lasso-LassoWsAddrRelatesTo.html +share/gtk-doc/html/lasso/lasso-LassoWsSec1Embedded.html +share/gtk-doc/html/lasso/lasso-LassoWsSec1Reference.html +share/gtk-doc/html/lasso/lasso-LassoWsSec1SecurityHeader.html +share/gtk-doc/html/lasso/lasso-LassoWsSec1SecurityTokenReference.html +share/gtk-doc/html/lasso/lasso-LassoWsSec1TransformationParameters.html +share/gtk-doc/html/lasso/lasso-LassoWsUtil1Timestamp.html +share/gtk-doc/html/lasso/lasso-LassoWsfProfile.html +share/gtk-doc/html/lasso/lasso-SAML-2.0-Strings.html +share/gtk-doc/html/lasso/lasso-SOAP-Binding-utility-function-for-ID-WSF-2.0.html +share/gtk-doc/html/lasso/lasso-Strings-for-ID-FF-1.2.html +share/gtk-doc/html/lasso/lasso-Strings-for-ID-WSF-2.0.html +share/gtk-doc/html/lasso/lasso-Strings-for-SOAP.html +share/gtk-doc/html/lasso/lasso-Strings-for-WS-*.html +share/gtk-doc/html/lasso/lasso-Strings-for-XML-DSIG.html +share/gtk-doc/html/lasso/lasso-Utility-functions-for-ID-WSF-1.0.html +share/gtk-doc/html/lasso/lasso-Utility-functions-for-SAML-2.0.html +share/gtk-doc/html/lasso/lasso-assertion-query.html +share/gtk-doc/html/lasso/lasso-authentication.html +share/gtk-doc/html/lasso/lasso-is-help.html +share/gtk-doc/html/lasso/lasso-is-inquiry-element.html +share/gtk-doc/html/lasso/lasso-is-inquiry.html +share/gtk-doc/html/lasso/lasso-is-interaction-request.html +share/gtk-doc/html/lasso/lasso-is-interaction-response.html +share/gtk-doc/html/lasso/lasso-is-interaction-statement.html +share/gtk-doc/html/lasso/lasso-is-item.html +share/gtk-doc/html/lasso/lasso-is-parameter.html +share/gtk-doc/html/lasso/lasso-is-redirect-request.html +share/gtk-doc/html/lasso/lasso-is-select.html +share/gtk-doc/html/lasso/lasso-is-text.html +share/gtk-doc/html/lasso/lasso-is-user-interaction.html +share/gtk-doc/html/lasso/lasso-node.html +share/gtk-doc/html/lasso/lasso-registry.html +share/gtk-doc/html/lasso/lasso-wsse-username-token.html +share/gtk-doc/html/lasso/lasso.devhelp2 +share/gtk-doc/html/lasso/lasso.html +share/gtk-doc/html/lasso/left-insensitive.png +share/gtk-doc/html/lasso/left.png +share/gtk-doc/html/lasso/right-insensitive.png +share/gtk-doc/html/lasso/right.png +share/gtk-doc/html/lasso/rn01.html +share/gtk-doc/html/lasso/saml2.html +share/gtk-doc/html/lasso/soap.html +share/gtk-doc/html/lasso/style.css +share/gtk-doc/html/lasso/up-insensitive.png +share/gtk-doc/html/lasso/up.png +share/gtk-doc/html/lasso/ws-addr.html +share/gtk-doc/html/lasso/xml-dsig.html +share/gtk-doc/html/lasso/xml-idff.html +share/gtk-doc/html/lasso/xml-idwsf.html +share/gtk-doc/html/lasso/xml-idwsf2.html +share/gtk-doc/html/lasso/xml-samlv2.html From cae4144c39ed793fa958576677cc12b83ad99e62 Mon Sep 17 00:00:00 2001 From: charlotte Date: Thu, 19 May 2022 01:50:25 +0000 Subject: [PATCH 0657/1154] nim: Update to 1.6.6 --- lang/nim/Makefile | 4 ++-- lang/nim/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/nim/Makefile b/lang/nim/Makefile index c0fd26edd5502..1381d6f177a59 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2022/05/18 00:25:28 charlotte Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/19 01:50:25 charlotte Exp $ -DISTNAME= nim-1.6.4 +DISTNAME= nim-1.6.6 CATEGORIES= lang MASTER_SITES= http://nim-lang.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/lang/nim/distinfo b/lang/nim/distinfo index 03f9cf8761fc8..e9d82102bc462 100644 --- a/lang/nim/distinfo +++ b/lang/nim/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2022/03/04 13:19:58 ryoon Exp $ +$NetBSD: distinfo,v 1.23 2022/05/19 01:50:25 charlotte Exp $ -BLAKE2s (nim-1.6.4.tar.xz) = 1282b93eb7d9f1043561fda030c0336f33c4ba242844c17c8a594bfc5fb952b1 -SHA512 (nim-1.6.4.tar.xz) = f4d082f37f0e675e8cdb4340d67f2e58b5e6ac5bb51dab1ded5417097f3b86d71fa585ef12ee1c3cd5b17285589cbe9d5658fcb29c98547f7967a1b6f0cb4646 -Size (nim-1.6.4.tar.xz) = 5130208 bytes +BLAKE2s (nim-1.6.6.tar.xz) = 661c60cb971f909d9546b92bfdc7bec425137b50db6fc398e1c5273558e93f4a +SHA512 (nim-1.6.6.tar.xz) = 6ea8d3f61adae48184dd0e3ac393296fd3bd5ead818e7dee949f43eccbd0b6229ebfc474353ddd63cc734f82c3247998fbfe88362061983f978ad8d0ab7fa677 +Size (nim-1.6.6.tar.xz) = 5149956 bytes SHA1 (patch-bin_nim-gdb) = 0d4e9ae4cc8687ca7821891b63808fa1d175069c From f1c39d74d496c0195424e88c606f21bf9a11f156 Mon Sep 17 00:00:00 2001 From: charlotte Date: Thu, 19 May 2022 01:52:09 +0000 Subject: [PATCH 0658/1154] doc: Note lang/nim update to 1.6.6 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f2fa655b720ff..1ed995d430bcd 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2629 2022/05/18 21:52:48 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2630 2022/05/19 01:52:09 charlotte Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4052,3 +4052,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/syncthing to 1.20.1 [triaxx 2022-05-18] Updated lang/rust to 1.59.0nb2 [he 2022-05-18] Updated textproc/py-ujson to 5.3.0 [wiz 2022-05-18] + Updated lang/nim to 1.6.6 [charlotte 2022-05-18] From b9b732662611a9482064e8b6b0061ed0c4fe1660 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Thu, 19 May 2022 04:28:28 +0000 Subject: [PATCH 0659/1154] intel-microcode-netbsd: regen for current checksum algorithms --- sysutils/intel-microcode-netbsd/distinfo | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sysutils/intel-microcode-netbsd/distinfo b/sysutils/intel-microcode-netbsd/distinfo index 4c47f079f52d0..1d2550368810d 100644 --- a/sysutils/intel-microcode-netbsd/distinfo +++ b/sysutils/intel-microcode-netbsd/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.42 2022/05/11 09:14:46 msaitoh Exp $ +$NetBSD: distinfo,v 1.43 2022/05/19 04:28:28 gutteridge Exp $ -SHA1 (microcode-20220510.tar.gz) = 0aeb386e2f4650e04bb748a75ecec10f4642e4a5 -RMD160 (microcode-20220510.tar.gz) = dbb0176ba6cc504d00c2710b6994798c0989a58c +BLAKE2s (microcode-20220510.tar.gz) = 40bbeeb1e07e7bc910c9d0fce840e3a3ddfc7fa5072835b0e80424d26baefbd9 SHA512 (microcode-20220510.tar.gz) = 00329ce62a6d9cc66fb8594d132ef67951086ab1250ceaf908d5a357753ed62557275f55c5eb7b3ad55d1fdd312b5d1a436b214cdcbf6e3e1a840c8bf6f4795d Size (microcode-20220510.tar.gz) = 5912115 bytes From 0f119231f6dc7acd814a92083d33a416553e7e21 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Thu, 19 May 2022 04:29:21 +0000 Subject: [PATCH 0660/1154] intel-microcode-netbsd: accommodate double-digit NetBSD majors --- sysutils/intel-microcode-netbsd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/intel-microcode-netbsd/Makefile b/sysutils/intel-microcode-netbsd/Makefile index 582786c47c11b..4365aeee6d83c 100644 --- a/sysutils/intel-microcode-netbsd/Makefile +++ b/sysutils/intel-microcode-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2022/05/11 09:14:46 msaitoh Exp $ +# $NetBSD: Makefile,v 1.51 2022/05/19 04:29:21 gutteridge Exp $ VERSION= 20220510 DISTNAME= microcode-${VERSION} @@ -16,7 +16,9 @@ LICENSE= intel-microcode-license ONLY_FOR_PLATFORM+= NetBSD-6.99.*-i386 \ NetBSD-6.99.*-x86_64 \ NetBSD-[7-9].*-i386 \ - NetBSD-[7-9].*-x86_64 + NetBSD-[7-9].*-x86_64 \ + NetBSD-1[0-9].*-i386 \ + NetBSD-1[0-9].*-x86_64 WRKSRC= ${WRKDIR} USE_LANGUAGES= c From 786825257268077d6b3f676b099fcedd59379e55 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 May 2022 07:39:43 +0000 Subject: [PATCH 0661/1154] py-google-i18n-address: updated to 2.5.1 2.5.1: Unknown changes --- devel/py-google-i18n-address/Makefile | 5 ++--- devel/py-google-i18n-address/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/py-google-i18n-address/Makefile b/devel/py-google-i18n-address/Makefile index af0e8bb944fc7..e338b80f4de3b 100644 --- a/devel/py-google-i18n-address/Makefile +++ b/devel/py-google-i18n-address/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:08 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/19 07:39:43 adam Exp $ -DISTNAME= google-i18n-address-2.5.0 +DISTNAME= google-i18n-address-2.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-i18n-address/} diff --git a/devel/py-google-i18n-address/distinfo b/devel/py-google-i18n-address/distinfo index e5ee9f6a8c4c7..7e6e1012af3c8 100644 --- a/devel/py-google-i18n-address/distinfo +++ b/devel/py-google-i18n-address/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:18:31 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/19 07:39:43 adam Exp $ -BLAKE2s (google-i18n-address-2.5.0.tar.gz) = 5e0d0b81a67ba827672d6d454555232ee571db48a30f24088b72855666fbe7d4 -SHA512 (google-i18n-address-2.5.0.tar.gz) = 53e6217926b19d9a0256209049c8423a7767f09bfaccfc1e2f50e20cb0e6b5700daa1e16a2a090a30c088c484be897406433404bd5c274556d2a35e143bc1f77 -Size (google-i18n-address-2.5.0.tar.gz) = 724831 bytes +BLAKE2s (google-i18n-address-2.5.1.tar.gz) = bf9470632763bbecfe33a34f598123620b2ca7c4b8f5f45df9ac4f391a8b0e1b +SHA512 (google-i18n-address-2.5.1.tar.gz) = 00d509c4a3e992fcdee952b92e25d6b19f37c20d851a6db3afed768067b31d640b69a7d9b1562b0907feb15ae881b32cd11fa8fd9c783ba86ce15426534c72d6 +Size (google-i18n-address-2.5.1.tar.gz) = 725424 bytes From ef9350c8a3ddd6989662aa54ed44eef32f9ddf63 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 May 2022 07:42:01 +0000 Subject: [PATCH 0662/1154] py-google-reauth: updated to 0.1.1 0.1.1 Raise an exception for SAML reauth challenges. Ensure code coverage is back at 100%. --- security/py-google-reauth/Makefile | 5 ++--- security/py-google-reauth/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/security/py-google-reauth/Makefile b/security/py-google-reauth/Makefile index 6f3d5d6167900..39f2d2a7c0c2d 100644 --- a/security/py-google-reauth/Makefile +++ b/security/py-google-reauth/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:41 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/19 07:42:01 adam Exp $ -DISTNAME= google-reauth-0.1.0 +DISTNAME= google-reauth-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-reauth/} diff --git a/security/py-google-reauth/distinfo b/security/py-google-reauth/distinfo index 460544b9e5ae2..45d8da7dcbc1e 100644 --- a/security/py-google-reauth/distinfo +++ b/security/py-google-reauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:17:45 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/19 07:42:01 adam Exp $ -BLAKE2s (google-reauth-0.1.0.tar.gz) = 1b3b7e310ccd4d4fe4bf2c6e47f59e2162a0a6ce648ded717ac1bbaf646872a2 -SHA512 (google-reauth-0.1.0.tar.gz) = 18eed013af9d314889435172c2d02c5029c69f4976e5307c6d2b2a646e150a5ade86dc2802e3a6ab153dfdeae1006a796bcaa9db4d91c07ce21916d94dc16034 -Size (google-reauth-0.1.0.tar.gz) = 17289 bytes +BLAKE2s (google-reauth-0.1.1.tar.gz) = 911a7a97b3aac71aa30de30cf4446d509bab414499a874e4a6f78397b578acf0 +SHA512 (google-reauth-0.1.1.tar.gz) = 1b3a3b70a579d7c7e1234e311082ec3c6e249c5030c8924df980dc89caa61b9e4f54d1cd06347b55fbbd1c5386163b5a28bacd73bb25164d3931c3e0d47cba85 +Size (google-reauth-0.1.1.tar.gz) = 19021 bytes From 768751940967b5b7950bb68eb24c2a6c533e2d10 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 May 2022 07:42:21 +0000 Subject: [PATCH 0663/1154] Updated devel/py-google-i18n-address, security/py-google-reauth --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1ed995d430bcd..619119c20e226 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2630 2022/05/19 01:52:09 charlotte Exp $ +$NetBSD: CHANGES-2022,v 1.2631 2022/05/19 07:42:21 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4053,3 +4053,5 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/rust to 1.59.0nb2 [he 2022-05-18] Updated textproc/py-ujson to 5.3.0 [wiz 2022-05-18] Updated lang/nim to 1.6.6 [charlotte 2022-05-18] + Updated devel/py-google-i18n-address to 2.5.1 [adam 2022-05-19] + Updated security/py-google-reauth to 0.1.1 [adam 2022-05-19] From 686ad3062b32de39ca94cfacc32af7b43df8f073 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 19 May 2022 07:48:27 +0000 Subject: [PATCH 0664/1154] libreoffice: remove patch that was removed from distinfo during last update --- ...ve_inc__openoffice_unix_find-requires-x11.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh diff --git a/misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh b/misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh deleted file mode 100644 index 38e2e741cef61..0000000000000 --- a/misc/libreoffice/patches/patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh,v 1.1 2020/05/19 22:03:25 tnn Exp $ - -Shell compatibility - ---- instsetoo_native/inc_openoffice/unix/find-requires-x11.sh.orig 2020-04-07 15:26:49.000000000 +0000 -+++ instsetoo_native/inc_openoffice/unix/find-requires-x11.sh -@@ -18,8 +18,8 @@ - # - - cat > /dev/null --[[ "${PLATFORMID}" == "linux_x86_64" ]] && mark64="()(64bit)" --if [[ "${OS}" == "AIX" ]]; then -+[ "${PLATFORMID}" = "linux_x86_64" ] && mark64="()(64bit)" -+if [ "${OS}" = "AIX" ]; then - echo "libfreetype.a(libfreetype.so.6${mark64})" - else - echo "libfreetype.so.6${mark64}" From 975fe39d6d5c470f06c461184ccefa6df8c95400 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 19 May 2022 07:49:17 +0000 Subject: [PATCH 0665/1154] frr: remove patch that was removed from distinfo during last update --- net/frr/patches/patch-lib_elf__py.c | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 net/frr/patches/patch-lib_elf__py.c diff --git a/net/frr/patches/patch-lib_elf__py.c b/net/frr/patches/patch-lib_elf__py.c deleted file mode 100644 index a1668a20acaea..0000000000000 --- a/net/frr/patches/patch-lib_elf__py.c +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-lib_elf__py.c,v 1.1 2021/08/11 10:09:54 kardel Exp $ - - frr 8 now embeds Xref information in executables and - adds notes to the ELF files. On NetBSD these notes - create kernel messages at exec time. Allow the - note mechanism to be disabled by allowing lib/elf_py.c - to be compiled in that configuration. - ---- lib/elf_py.c.orig 2021-08-06 11:34:16.683867232 +0000 -+++ lib/elf_py.c -@@ -1030,6 +1030,7 @@ static char *elfdata_strptr(Elf_Data *da - return p; - } - -+#ifdef HAVE_ELF_GETDATA_RAWCHUNK - static void elffile_add_dynreloc(struct elffile *w, Elf_Data *reldata, - size_t entries, Elf_Data *symdata, - Elf_Data *strdata, Elf_Type typ) -@@ -1124,6 +1125,7 @@ static void elffile_add_dynreloc(struct - } - - } -+#endif - - /* primary (only, really) entry point to anything in this module */ - static PyObject *elffile_load(PyTypeObject *type, PyObject *args, From bc1ae25a482bf3529177fcc9b7bfd931b7e1db57 Mon Sep 17 00:00:00 2001 From: jaapb Date: Thu, 19 May 2022 08:22:33 +0000 Subject: [PATCH 0666/1154] Fixed build problem in textproc/ocaml-csv, revbump. There was a problem with modules not being built correctly according to options set; I've now corrected this. Thanks to mef@ for reporting this. --- textproc/ocaml-csv/Makefile | 8 +++++--- textproc/ocaml-csv/buildlink3.mk | 4 ++-- textproc/ocaml-csv/options.mk | 5 +++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index 23b8f47f12887..5ebf07984952d 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2022/05/05 12:00:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/19 08:22:33 jaapb Exp $ VERSION= 2.4 +PKGREVISION= 1 GITHUB_PROJECT= ocaml-csv DISTNAME= ${GITHUB_PROJECT}-${VERSION} CATEGORIES= textproc @@ -15,8 +16,9 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c OCAML_USE_DUNE= yes -OPAM_INSTALL_FILES= csv -OCAML_FINDLIB_DIRS= csv +DUNE_BUILD_PACKAGES= csv +OPAM_INSTALL_FILES= ${DUNE_BUILD_PACKAGES} +OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} .include "options.mk" .include "../../mk/ocaml.mk" diff --git a/textproc/ocaml-csv/buildlink3.mk b/textproc/ocaml-csv/buildlink3.mk index 763ce90df44c9..e6319c69f9728 100644 --- a/textproc/ocaml-csv/buildlink3.mk +++ b/textproc/ocaml-csv/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2022/05/05 12:00:47 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2022/05/19 08:22:33 jaapb Exp $ BUILDLINK_TREE+= ocaml-csv @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-csv OCAML_CSV_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-csv+= ocaml-csv>=2.0 -BUILDLINK_ABI_DEPENDS.ocaml-csv+= ocaml-csv>=2.4 +BUILDLINK_ABI_DEPENDS.ocaml-csv+= ocaml-csv>=2.4nb1 BUILDLINK_PKGSRCDIR.ocaml-csv?= ../../textproc/ocaml-csv .endif # OCAML_CSV_BUILDLINK3_MK diff --git a/textproc/ocaml-csv/options.mk b/textproc/ocaml-csv/options.mk index 8bab33b523f93..17385452f2dc2 100644 --- a/textproc/ocaml-csv/options.mk +++ b/textproc/ocaml-csv/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2022/05/05 12:00:47 jaapb Exp $ +# $NetBSD: options.mk,v 1.5 2022/05/19 08:22:33 jaapb Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ocaml-csv PKG_SUPPORTED_OPTIONS= lwt @@ -10,11 +10,12 @@ PLIST_VARS+= lwt .include "../../mk/bsd.options.mk" ### -### Camlp4 support +### Lwt support ### .if !empty(PKG_OPTIONS:Mlwt) .include "../../devel/ocaml-lwt/buildlink3.mk" PLIST.lwt= yes +DUNE_BUILD_PACKAGES+= csv-lwt OPAM_INSTALL_FILES+= csv-lwt OCAML_FINDLIB_DIRS+= csv-lwt .else From bf20285e23564851cc19b1531291eb2142c19b68 Mon Sep 17 00:00:00 2001 From: jaapb Date: Thu, 19 May 2022 08:22:42 +0000 Subject: [PATCH 0667/1154] doc: Updated textproc/ocaml-csv to 2.4nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 619119c20e226..73f6cb423dbf9 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2631 2022/05/19 07:42:21 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2632 2022/05/19 08:22:42 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4055,3 +4055,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/nim to 1.6.6 [charlotte 2022-05-18] Updated devel/py-google-i18n-address to 2.5.1 [adam 2022-05-19] Updated security/py-google-reauth to 0.1.1 [adam 2022-05-19] + Updated textproc/ocaml-csv to 2.4nb1 [jaapb 2022-05-19] From 42faee0d796fd86d16dedefb396c36352ac4ee92 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 19 May 2022 08:53:19 +0000 Subject: [PATCH 0668/1154] sysutils/zoxide: fix broken build Rev bumb for changed crates. --- sysutils/zoxide/Makefile | 3 ++- sysutils/zoxide/cargo-depends.mk | 7 +++---- sysutils/zoxide/distinfo | 17 +++++++---------- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index 1c0a6aecafbad..a7dd82defb761 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/04/22 21:55:05 pin Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/19 08:53:19 pin Exp $ DISTNAME= zoxide-0.8.1 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=ajeetdsouza/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/zoxide/cargo-depends.mk b/sysutils/zoxide/cargo-depends.mk index 2645971da1387..b8deeb852f1f2 100644 --- a/sysutils/zoxide/cargo-depends.mk +++ b/sysutils/zoxide/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.10 2022/04/22 21:55:05 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.11 2022/05/19 08:53:19 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= anyhow-1.0.57 @@ -12,9 +12,8 @@ CARGO_CRATE_DEPENDS+= autocfg-1.1.0 CARGO_CRATE_DEPENDS+= bincode-1.3.3 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= bstr-0.2.17 -CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 -CARGO_CRATE_DEPENDS+= clap-3.1.10 +CARGO_CRATE_DEPENDS+= clap-3.1.12 CARGO_CRATE_DEPENDS+= clap_complete-3.1.2 CARGO_CRATE_DEPENDS+= clap_complete_fig-3.1.5 CARGO_CRATE_DEPENDS+= clap_derive-3.1.7 @@ -46,7 +45,7 @@ CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= mime-0.3.16 CARGO_CRATE_DEPENDS+= mime_guess-2.0.4 CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 -CARGO_CRATE_DEPENDS+= nix-0.23.1 +CARGO_CRATE_DEPENDS+= nix-0.24.1 CARGO_CRATE_DEPENDS+= nom-7.1.1 CARGO_CRATE_DEPENDS+= num-traits-0.2.14 CARGO_CRATE_DEPENDS+= once_cell-1.10.0 diff --git a/sysutils/zoxide/distinfo b/sysutils/zoxide/distinfo index 7089f68d58640..621a3e20b21f0 100644 --- a/sysutils/zoxide/distinfo +++ b/sysutils/zoxide/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2022/04/28 07:34:10 pin Exp $ +$NetBSD: distinfo,v 1.16 2022/05/19 08:53:19 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 @@ -36,15 +36,12 @@ Size (bitflags-1.3.2.crate) = 23021 bytes BLAKE2s (bstr-0.2.17.crate) = a970078acf6f8b1a2a6be249cda3a6cc7225239af2aa21cbac2b60fbaab453fd SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 Size (bstr-0.2.17.crate) = 330350 bytes -BLAKE2s (cc-1.0.73.crate) = 1a51796d78619d44969ced4fea592d9e68fc7584bfccc66e8cb75db6328bf2a2 -SHA512 (cc-1.0.73.crate) = 980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985 -Size (cc-1.0.73.crate) = 57880 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes -BLAKE2s (clap-3.1.10.crate) = d202a95c7f92757d07cb44f8a2b271a55ccf8be849cf4391ad6c60ddc655c842 -SHA512 (clap-3.1.10.crate) = 33f0d2244555af1acc1f2ccc3e09b01595aa352873393faf3a01b7d5601e329ed01651a8774970c1a494d7d7997cf1d85fb0d465471436b68e4f70184ebb72ee -Size (clap-3.1.10.crate) = 206697 bytes +BLAKE2s (clap-3.1.12.crate) = 212c973c8cbb313681eeac163d02820d5f4a0ed5d975e48f42bf531333713858 +SHA512 (clap-3.1.12.crate) = 94a594886d4fcc3ef745cea1f98202765aaeaac816d9271f132d4f8c90e6679fd56077e11c621222bac9200552839297f98c7788462d015334090e8772715cb5 +Size (clap-3.1.12.crate) = 206752 bytes BLAKE2s (clap_complete-3.1.2.crate) = 9682c8a36203f38973dcee976b468eae6c421eb17f92cf0e75f16af1b20ef3d2 SHA512 (clap_complete-3.1.2.crate) = 94b176115fa0edf12f1af62388c8f175074fca980f4006f9bb755e9be773785bca80b3b11821bdc8498b06f5d3aaae169f7daceda5a352eb39312f48b255ebc5 Size (clap_complete-3.1.2.crate) = 23138 bytes @@ -138,9 +135,9 @@ Size (mime_guess-2.0.4.crate) = 26399 bytes BLAKE2s (minimal-lexical-0.2.1.crate) = 7868d0264ff2c8d6fd1944aac77710c2163c9c0bb7488ee70835966d9a324022 SHA512 (minimal-lexical-0.2.1.crate) = 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c Size (minimal-lexical-0.2.1.crate) = 94841 bytes -BLAKE2s (nix-0.23.1.crate) = f2cc2a3e893a47f30d1623cd826559065d811604dcf64ca337299adfdc8a8f7b -SHA512 (nix-0.23.1.crate) = 23431030b094ebb027200d8cdc05d0ac1730fbb86ee088795a2314f1ba19b76ed5f24373c1aba8125575bf69f8e7d4d9c08344b9cb49a4ae3d8f7987b5f4e6b6 -Size (nix-0.23.1.crate) = 240531 bytes +BLAKE2s (nix-0.24.1.crate) = fe97a96f2a60fd190470458e528b89b22733d8111577c60906b7011c23e680b6 +SHA512 (nix-0.24.1.crate) = eea2346477b5acbcc7c74fc0d3f99e35bc85f8195563599423cd838f258c388561e82feb66e9793528f55eea2cb015e899a335d6da82ca0c1b8acdff1b53efaa +Size (nix-0.24.1.crate) = 263506 bytes BLAKE2s (nom-7.1.1.crate) = 347cce605f3edc9e6dd8f9c30b9d75e4216e959bfc9e9973987fa9e2393f3b40 SHA512 (nom-7.1.1.crate) = 1456efdbda4f5b3da6c8580721acf101ed7d779619ee0190c1df103244e405a8ffa0c3889901a2d8beeab0ab84074ed4c7cec5330c7cc2a5a3c30e36a2530be8 Size (nom-7.1.1.crate) = 115818 bytes From 823cfc0d9ccca74a4f75005c73345203b305718e Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 19 May 2022 08:53:38 +0000 Subject: [PATCH 0669/1154] doc: Updated sysutils/zoxide to 0.8.1nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 73f6cb423dbf9..88032ea91244f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2632 2022/05/19 08:22:42 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2633 2022/05/19 08:53:38 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4056,3 +4056,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-google-i18n-address to 2.5.1 [adam 2022-05-19] Updated security/py-google-reauth to 0.1.1 [adam 2022-05-19] Updated textproc/ocaml-csv to 2.4nb1 [jaapb 2022-05-19] + Updated sysutils/zoxide to 0.8.1nb1 [pin 2022-05-19] From ccb0a57b5e027a80285bfa015fc12762502e8077 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 19 May 2022 09:03:53 +0000 Subject: [PATCH 0670/1154] swig: Be more precise with BUILDLINK_FILES. Using globs which may include directories means the way this is eventually parsed in the infrastructure using "ls -1" results in a lot of bogus output. Whilst not an error, it does require additional checks to see if the files actually exist. --- devel/swig/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/swig/buildlink3.mk b/devel/swig/buildlink3.mk index 280903ef29bdd..a489dfd193e18 100644 --- a/devel/swig/buildlink3.mk +++ b/devel/swig/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2012/11/09 15:49:03 gdt Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2022/05/19 09:03:53 jperkin Exp $ BUILDLINK_TREE+= swig @@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.swig?= ../../devel/swig # only contains a static library BUILDLINK_DEPMETHOD.swig?= build -BUILDLINK_FILES.swig+= share/swig/1.3/* share/swig/1.3/*/* +BUILDLINK_FILES.swig+= share/swig/1.3/*.* share/swig/1.3/*/*.* .endif # SWIG_BUILDLINK3_MK BUILDLINK_TREE+= -swig From 98470209877c508cd1d24f9d71c6aa55aa131a13 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 19 May 2022 09:18:02 +0000 Subject: [PATCH 0671/1154] nspr: Remove BUILDLINK_FILES. These were entirely redundant due to already having the correct BUILDLINK_LIBDIRS and BUILDLINK_INCDIRS configured, and the globs would break the "ls -1" used in the wrapper code. --- devel/nspr/buildlink3.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/devel/nspr/buildlink3.mk b/devel/nspr/buildlink3.mk index 5dc5f55ca8ac2..4407c26781e19 100644 --- a/devel/nspr/buildlink3.mk +++ b/devel/nspr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.25 2018/01/07 13:04:08 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.26 2022/05/19 09:18:02 jperkin Exp $ BUILDLINK_TREE+= nspr @@ -8,13 +8,8 @@ NSPR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.nspr+= nspr>=4.9.3.2 BUILDLINK_PKGSRCDIR.nspr?= ../../devel/nspr -BUILDLINK_FILES.nspr+= lib/nspr/* -BUILDLINK_FILES.nspr+= include/nspr/* -BUILDLINK_FILES.nspr+= include/nspr/obsolete/* - BUILDLINK_LIBDIRS.nspr+= lib/nspr BUILDLINK_RPATHDIRS.nspr+= lib/nspr - BUILDLINK_INCDIRS.nspr+= include/nspr .endif # NSPR_BUILDLINK3_MK From 4dee2f76effb9a2a3aac052bb90a103802f4cbc1 Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 19 May 2022 10:20:16 +0000 Subject: [PATCH 0672/1154] firefox: Switch to ffmpeg5. --- www/firefox/Makefile | 3 ++- www/firefox/mozilla-common.mk | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 2897fa07c3ddf..5ff5d4ce72e42 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.519 2022/05/17 12:49:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.520 2022/05/19 10:20:16 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 100.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= .1 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index be493db4f6fb5..871dedf5913c5 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.229 2022/05/13 20:10:19 gutteridge Exp $ +# $NetBSD: mozilla-common.mk,v 1.230 2022/05/19 10:20:16 nia Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -216,7 +216,7 @@ RUST_REQ= 1.57.0 .include "../../net/libIDL/buildlink3.mk" # textproc/hunspell 1.3 is too old #.include "../../textproc/hunspell/buildlink3.mk" -.include "../../multimedia/ffmpeg4/buildlink3.mk" +.include "../../multimedia/ffmpeg5/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2 From f9004c191d89bd9815f722a40365c1f4217df832 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 May 2022 13:16:03 +0000 Subject: [PATCH 0673/1154] py-asgiref: updated to 3.5.2 3.5.2 (2022-05-16) ------------------ * Allow async-callables class instances to be passed to AsyncToSync without warning * Prevent giving async-callable class instances to SyncToAsync --- www/py-asgiref/Makefile | 4 ++-- www/py-asgiref/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-asgiref/Makefile b/www/py-asgiref/Makefile index b6b677d3d7618..986acdca59f9c 100644 --- a/www/py-asgiref/Makefile +++ b/www/py-asgiref/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2022/05/01 20:04:45 adam Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/19 13:16:03 adam Exp $ -DISTNAME= asgiref-3.5.1 +DISTNAME= asgiref-3.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/} diff --git a/www/py-asgiref/distinfo b/www/py-asgiref/distinfo index eff8f11fd72fc..6a427b1dffcc5 100644 --- a/www/py-asgiref/distinfo +++ b/www/py-asgiref/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2022/05/01 20:04:45 adam Exp $ +$NetBSD: distinfo,v 1.30 2022/05/19 13:16:03 adam Exp $ -BLAKE2s (asgiref-3.5.1.tar.gz) = 43b36e0c5f0a7d51f17489f0613c0708cccea49be9f8b5dc842e70270efc5ca5 -SHA512 (asgiref-3.5.1.tar.gz) = feafd896bf83902fe3f6a803a6e637d4c4474dc14faee43742929802355816971d2e8165eeb80aee6e4d5358a3dadab5f9199bd79698607ce0d0ad0b7151b5bb -Size (asgiref-3.5.1.tar.gz) = 32027 bytes +BLAKE2s (asgiref-3.5.2.tar.gz) = 30ef666e11a657e74bc51c520124b61fa54a12a8dc617256481e2ddf945043df +SHA512 (asgiref-3.5.2.tar.gz) = d5ed0275dc748674018b14d58941113c19e1e30c1fed63c40d3069a4a09d81a6cceb186e7a0ef26912a040df082ae71b2ca9198d67f0b786b53d3d4089530fbb +Size (asgiref-3.5.2.tar.gz) = 32352 bytes From 719888102c3f2ae62efc6f1c8047a4d1fe7c36f4 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 May 2022 13:18:31 +0000 Subject: [PATCH 0674/1154] py-minio: updated to 7.1.8 7.1.8 fix make version-id dictionary instead of set VS: ---------------------------------------------------------------------- --- net/py-minio/Makefile | 4 ++-- net/py-minio/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/py-minio/Makefile b/net/py-minio/Makefile index 309933f2e0bef..1b893d1acded0 100644 --- a/net/py-minio/Makefile +++ b/net/py-minio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2022/04/26 12:21:43 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/19 13:18:31 adam Exp $ -DISTNAME= minio-7.1.7 +DISTNAME= minio-7.1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=m/minio/} diff --git a/net/py-minio/distinfo b/net/py-minio/distinfo index 70cd3fb6a7f9b..79ea7b7f90900 100644 --- a/net/py-minio/distinfo +++ b/net/py-minio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/04/26 12:21:43 adam Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:18:31 adam Exp $ -BLAKE2s (minio-7.1.7.tar.gz) = f93968c2c7ce77a6eb7995fae11a0ad84cc0c861119199b426ddae55e8edd1c0 -SHA512 (minio-7.1.7.tar.gz) = 845f33dbaf081000dd60ea25bd0d1841454b05a5972c72dfb409631d2e9711676bc85ecf629f86a57d5425600b85dc0d4b9aa51813f44d43ca18107c59d94d29 -Size (minio-7.1.7.tar.gz) = 115253 bytes +BLAKE2s (minio-7.1.8.tar.gz) = ad64febe449ed5582d7038b2cfddcc575e7e8f243215d742447f8b6dffa0d743 +SHA512 (minio-7.1.8.tar.gz) = d799c347f83707708ea89877115b29524c58c4b9db55354123f3431f3e003ec21dc720837e990d62f7760a6f702c0b9c15331bc864caddf300b4277273217af4 +Size (minio-7.1.8.tar.gz) = 115258 bytes From cbf607f0de34faa3247262d9ff149714fff3f65c Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 May 2022 13:19:55 +0000 Subject: [PATCH 0675/1154] Updated www/py-asgiref, net/py-minio --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 88032ea91244f..ee5a4019f7e2b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2633 2022/05/19 08:53:38 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2634 2022/05/19 13:19:55 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4057,3 +4057,5 @@ Changes to the packages collection and infrastructure in 2022: Updated security/py-google-reauth to 0.1.1 [adam 2022-05-19] Updated textproc/ocaml-csv to 2.4nb1 [jaapb 2022-05-19] Updated sysutils/zoxide to 0.8.1nb1 [pin 2022-05-19] + Updated www/py-asgiref to 3.5.2 [adam 2022-05-19] + Updated net/py-minio to 7.1.8 [adam 2022-05-19] From 418af74f7a3c542cc378e59dd8c7e9f01b87ccc7 Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 19 May 2022 13:32:47 +0000 Subject: [PATCH 0676/1154] ted, related dictionaries: update to 2.23 (Ted 2.23 February 4, 2013) * Stability fixes. * Many-many annoying bugs fixed. * Some steps to support the few missing features such as absolutely positioned objects and shapes. * Preparations for bidirectional text support (Ted 2.22 April 4, 2012) * Thorough brush-up of the internals. * Undo/Redo/Recovery * Many-many annoying bugs fixed. * Some steps to support the few missing features such as absolutely positioned objects and shapes. --- editors/Makefile | 9 +- editors/ted-bg/DESCR | 1 + editors/ted-bg/Makefile | 8 + editors/ted-bg/PLIST | 2 + editors/ted-bg/distinfo | 5 + editors/ted-cs/Makefile | 28 +- editors/ted-cs/PLIST | 4 +- editors/ted-cs/distinfo | 8 +- editors/ted-da/Makefile | 28 +- editors/ted-da/PLIST | 4 +- editors/ted-da/distinfo | 8 +- editors/ted-de/Makefile | 28 +- editors/ted-de/PLIST | 4 +- editors/ted-de/distinfo | 8 +- editors/ted-en-gb/Makefile | 28 +- editors/ted-en-gb/PLIST | 4 +- editors/ted-en-gb/distinfo | 8 +- editors/ted-en-us/DESCR | 1 - editors/ted-en-us/Makefile | 28 -- editors/ted-en-us/PLIST | 2 - editors/ted-en-us/distinfo | 5 - editors/ted-es/Makefile | 28 +- editors/ted-es/PLIST | 4 +- editors/ted-es/distinfo | 8 +- editors/ted-et/DESCR | 1 + editors/ted-et/Makefile | 8 + editors/ted-et/PLIST | 2 + editors/ted-et/distinfo | 5 + editors/ted-fr/Makefile | 28 +- editors/ted-fr/PLIST | 4 +- editors/ted-fr/distinfo | 8 +- editors/ted-hr/DESCR | 1 + editors/ted-hr/Makefile | 8 + editors/ted-hr/PLIST | 2 + editors/ted-hr/distinfo | 5 + editors/ted-it/Makefile | 28 +- editors/ted-it/PLIST | 4 +- editors/ted-it/distinfo | 8 +- editors/ted-nl/Makefile | 28 +- editors/ted-nl/PLIST | 4 +- editors/ted-nl/distinfo | 8 +- editors/ted-no/Makefile | 28 +- editors/ted-no/PLIST | 4 +- editors/ted-no/distinfo | 8 +- editors/ted-pl/Makefile | 40 +- editors/ted-pl/PLIST | 5 +- editors/ted-pl/distinfo | 8 +- editors/ted-pt/Makefile | 28 +- editors/ted-pt/PLIST | 4 +- editors/ted-pt/distinfo | 8 +- editors/ted-ru/DESCR | 1 + editors/ted-ru/Makefile | 8 + editors/ted-ru/PLIST | 2 + editors/ted-ru/distinfo | 5 + editors/ted-sk/DESCR | 1 + editors/ted-sk/Makefile | 8 + editors/ted-sk/PLIST | 2 + editors/ted-sk/distinfo | 5 + editors/ted-sl/DESCR | 1 + editors/ted-sl/Makefile | 8 + editors/ted-sl/PLIST | 2 + editors/ted-sl/distinfo | 5 + editors/ted-sv/Makefile | 28 +- editors/ted-sv/PLIST | 4 +- editors/ted-sv/distinfo | 8 +- editors/ted/MESSAGE | 7 - editors/ted/Makefile | 51 +-- editors/ted/PLIST | 8 +- editors/ted/dictionary.mk | 23 + editors/ted/distinfo | 17 +- editors/ted/files/README.ind | 1 - editors/ted/files/Ted.desktop | 11 + editors/ted/patches/patch-aa | 14 - editors/ted/patches/patch-ab | 12 - editors/ted/patches/patch-ac | 12 - editors/ted/patches/patch-ad | 12 - editors/ted/patches/patch-ae | 18 - editors/ted/patches/patch-af | 18 - editors/ted/patches/patch-ag | 423 ------------------ .../patches/patch-appFrame_appFontConfig.c | 15 - editors/ted/patches/patch-appUtil_csvsheet.c | 12 - 81 files changed, 302 insertions(+), 986 deletions(-) create mode 100644 editors/ted-bg/DESCR create mode 100644 editors/ted-bg/Makefile create mode 100644 editors/ted-bg/PLIST create mode 100644 editors/ted-bg/distinfo delete mode 100644 editors/ted-en-us/DESCR delete mode 100644 editors/ted-en-us/Makefile delete mode 100644 editors/ted-en-us/PLIST delete mode 100644 editors/ted-en-us/distinfo create mode 100644 editors/ted-et/DESCR create mode 100644 editors/ted-et/Makefile create mode 100644 editors/ted-et/PLIST create mode 100644 editors/ted-et/distinfo create mode 100644 editors/ted-hr/DESCR create mode 100644 editors/ted-hr/Makefile create mode 100644 editors/ted-hr/PLIST create mode 100644 editors/ted-hr/distinfo create mode 100644 editors/ted-ru/DESCR create mode 100644 editors/ted-ru/Makefile create mode 100644 editors/ted-ru/PLIST create mode 100644 editors/ted-ru/distinfo create mode 100644 editors/ted-sk/DESCR create mode 100644 editors/ted-sk/Makefile create mode 100644 editors/ted-sk/PLIST create mode 100644 editors/ted-sk/distinfo create mode 100644 editors/ted-sl/DESCR create mode 100644 editors/ted-sl/Makefile create mode 100644 editors/ted-sl/PLIST create mode 100644 editors/ted-sl/distinfo delete mode 100644 editors/ted/MESSAGE create mode 100644 editors/ted/dictionary.mk delete mode 100644 editors/ted/files/README.ind create mode 100644 editors/ted/files/Ted.desktop delete mode 100644 editors/ted/patches/patch-aa delete mode 100644 editors/ted/patches/patch-ab delete mode 100644 editors/ted/patches/patch-ac delete mode 100644 editors/ted/patches/patch-ad delete mode 100644 editors/ted/patches/patch-ae delete mode 100644 editors/ted/patches/patch-af delete mode 100644 editors/ted/patches/patch-ag delete mode 100644 editors/ted/patches/patch-appFrame_appFontConfig.c delete mode 100644 editors/ted/patches/patch-appUtil_csvsheet.c diff --git a/editors/Makefile b/editors/Makefile index aa2b16b171f7a..87983b0666bcd 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2022/04/20 18:32:32 nia Exp $ +# $NetBSD: Makefile,v 1.225 2022/05/19 13:32:47 nia Exp $ # COMMENT= Text and binary editors @@ -144,18 +144,23 @@ SUBDIR+= ssam SUBDIR+= tamago SUBDIR+= tea SUBDIR+= ted +SUBDIR+= ted-bg SUBDIR+= ted-cs SUBDIR+= ted-da SUBDIR+= ted-de SUBDIR+= ted-en-gb -SUBDIR+= ted-en-us SUBDIR+= ted-es +SUBDIR+= ted-et SUBDIR+= ted-fr +SUBDIR+= ted-hr SUBDIR+= ted-it SUBDIR+= ted-nl SUBDIR+= ted-no SUBDIR+= ted-pl SUBDIR+= ted-pt +SUBDIR+= ted-ru +SUBDIR+= ted-sk +SUBDIR+= ted-sl SUBDIR+= ted-sv SUBDIR+= tepl4 SUBDIR+= texmaker diff --git a/editors/ted-bg/DESCR b/editors/ted-bg/DESCR new file mode 100644 index 0000000000000..2b0ed878653b9 --- /dev/null +++ b/editors/ted-bg/DESCR @@ -0,0 +1 @@ +Bulgarian spelling dictionary for the Ted word processor. diff --git a/editors/ted-bg/Makefile b/editors/ted-bg/Makefile new file mode 100644 index 0000000000000..d2036cecc9280 --- /dev/null +++ b/editors/ted-bg/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2022/05/19 13:32:48 nia Exp $ + +LANGNAME= Bulgarian +LANGCODE= bg_BG +PKG_LANGCODE= bg + +.include "../../editors/ted/dictionary.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-bg/PLIST b/editors/ted-bg/PLIST new file mode 100644 index 0000000000000..edd5df56ca7ba --- /dev/null +++ b/editors/ted-bg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/19 13:32:48 nia Exp $ +share/Ted/dfa/bg_BG.dfa diff --git a/editors/ted-bg/distinfo b/editors/ted-bg/distinfo new file mode 100644 index 0000000000000..f01e0d5d4436e --- /dev/null +++ b/editors/ted-bg/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/19 13:32:48 nia Exp $ + +BLAKE2s (ted_bg_BG-2.23-1.noarch.rpm) = 89c7a37356ea9217364c38da0e08181ed13128657dedcde651da6133a7791c5d +SHA512 (ted_bg_BG-2.23-1.noarch.rpm) = ee974ec99b91ef2cd5d5539c3b41a5d84136a3c54382720a1d02272f9237e2c8f3a4460a7f3e6e6089fc36a500868162415863cb97f03146e1e5be4512358ec8 +Size (ted_bg_BG-2.23-1.noarch.rpm) = 781744 bytes diff --git a/editors/ted-cs/Makefile b/editors/ted-cs/Makefile index 1b9753cd0ed0f..f95ff3b89f5ae 100644 --- a/editors/ted-cs/Makefile +++ b/editors/ted-cs/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:06 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:48 nia Exp $ -DISTNAME= Ted_cs_CZ -PKGNAME= ted-cs-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= Czech spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/Czech.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= Czech +LANGCODE= cs_CZ +PKG_LANGCODE= cs +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-cs/PLIST b/editors/ted-cs/PLIST index 6583b53407e1c..506d4a0dbcbec 100644 --- a/editors/ted-cs/PLIST +++ b/editors/ted-cs/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:33 zuntum Exp $ -share/Ted/ind/Czech.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:48 nia Exp $ +share/Ted/dfa/cs_CZ.dfa diff --git a/editors/ted-cs/distinfo b/editors/ted-cs/distinfo index c6df4c7e81e3f..6e1d6728680f1 100644 --- a/editors/ted-cs/distinfo +++ b/editors/ted-cs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:40 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:48 nia Exp $ -BLAKE2s (Ted-2.16/Ted_cs_CZ.tar.gz) = 66e903e425a45f6d048a0167c5c02b87c1da5faa30a6886bf8da9580185c64e5 -SHA512 (Ted-2.16/Ted_cs_CZ.tar.gz) = 5754c0fe2d2a9e825e485a51ac020597fd31de47717a5e2cced03dbdb4a9c3ce92fe045fe9010a6c255d3b88f3a7bea80b6052ca5c77d7fdc475a3d0f18593e0 -Size (Ted-2.16/Ted_cs_CZ.tar.gz) = 1066230 bytes +BLAKE2s (ted_cs_CZ-2.23-1.noarch.rpm) = 22ec897348505f8b4231e4136774c31c152d3bcf9832821d701d1cdb2950ea86 +SHA512 (ted_cs_CZ-2.23-1.noarch.rpm) = 5a7b881fd1f12ae44dbd5a0d25cb43dc9ef584959d2e49f28de98fb0ef5531c134eb9663619517bafa44e8bd5e9ef90a62bb7f6b152aa2745847cb176c8f0dbb +Size (ted_cs_CZ-2.23-1.noarch.rpm) = 3413986 bytes diff --git a/editors/ted-da/Makefile b/editors/ted-da/Makefile index 2cd543bb4bf9b..90c1aea8082bd 100644 --- a/editors/ted-da/Makefile +++ b/editors/ted-da/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:06 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:48 nia Exp $ -DISTNAME= Ted_da_DK -PKGNAME= ted-da-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= Danish spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/Danish.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= Danish +LANGCODE= da_DK +PKG_LANGCODE= da +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-da/PLIST b/editors/ted-da/PLIST index 3f005f5384d08..ab3ee0fcbb457 100644 --- a/editors/ted-da/PLIST +++ b/editors/ted-da/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:35 zuntum Exp $ -share/Ted/ind/Danish.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:48 nia Exp $ +share/Ted/dfa/da_DK.dfa diff --git a/editors/ted-da/distinfo b/editors/ted-da/distinfo index 4b0c6201e7229..42f1dd9b00b6a 100644 --- a/editors/ted-da/distinfo +++ b/editors/ted-da/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:40 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:48 nia Exp $ -BLAKE2s (Ted-2.16/Ted_da_DK.tar.gz) = 4e74d30ebf566bdf9b139b7ea0dc75a53675455228b50110d1fd69fa13141bed -SHA512 (Ted-2.16/Ted_da_DK.tar.gz) = 909100782c79a55c93c9411a7045f14fb81d5c574ccc338ac737cf870329b7dfd0dab820eab7897009d000fba08e5655427a5cb85bf8d4d9f901778513707dc8 -Size (Ted-2.16/Ted_da_DK.tar.gz) = 1826964 bytes +BLAKE2s (ted_da_DK-2.23-1.noarch.rpm) = 10b86b3399dcbcbd4a28702ccc8456dbfb80a5cda375926ef0178cfae6394dc4 +SHA512 (ted_da_DK-2.23-1.noarch.rpm) = eee51301faad76a6d651a1321f827a30606b1d5c90c30d3c1e60e69ac5769521e12d83d9d381bf6d55bbbdaf1b8e2fd4e1545579ad2607176c4ce08f1b2411ec +Size (ted_da_DK-2.23-1.noarch.rpm) = 1769416 bytes diff --git a/editors/ted-de/Makefile b/editors/ted-de/Makefile index 656009549be86..dfc1699643818 100644 --- a/editors/ted-de/Makefile +++ b/editors/ted-de/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:06 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:48 nia Exp $ -DISTNAME= Ted_de_DE -PKGNAME= ted-de-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= German spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/German.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= German +LANGCODE= de_DE +PKG_LANGCODE= de +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-de/PLIST b/editors/ted-de/PLIST index 6bf0d5dc5f101..409fa86f9ebd9 100644 --- a/editors/ted-de/PLIST +++ b/editors/ted-de/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:37 zuntum Exp $ -share/Ted/ind/German.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:48 nia Exp $ +share/Ted/dfa/de_DE.dfa diff --git a/editors/ted-de/distinfo b/editors/ted-de/distinfo index a79e32013d0d7..651da50640ed1 100644 --- a/editors/ted-de/distinfo +++ b/editors/ted-de/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:40 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:48 nia Exp $ -BLAKE2s (Ted-2.16/Ted_de_DE.tar.gz) = 95b68a793b4d9c31aaa8149254e281ad889ac2aa1b5c3e443edb29e69ae1c4a0 -SHA512 (Ted-2.16/Ted_de_DE.tar.gz) = 05811e623d64c199e2dd36221235580e17900275836a7c0e7fbfc9a7185e8619655954d19110d850d23dc9154b37c99ac18392941293a3024cb86e66166eee93 -Size (Ted-2.16/Ted_de_DE.tar.gz) = 1856166 bytes +BLAKE2s (ted_de_DE-2.23-1.noarch.rpm) = a8860c4ddf1111fe5ce736aa46007d9feed640d997d9e831b97bcfd7c880ca1b +SHA512 (ted_de_DE-2.23-1.noarch.rpm) = 4f60bd26342c48d29749ddfee60b4ca2dbf82c5db471446d0f0bf060182dca89ba555a5f1547cb282d74da570aff74993cc473013b08ce347687ea056fdad7df +Size (ted_de_DE-2.23-1.noarch.rpm) = 2174544 bytes diff --git a/editors/ted-en-gb/Makefile b/editors/ted-en-gb/Makefile index 6bc3bc5346e88..6909a4eba5ec8 100644 --- a/editors/ted-en-gb/Makefile +++ b/editors/ted-en-gb/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:48 nia Exp $ -DISTNAME= Ted_en_GB -PKGNAME= ted-en-gb-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= UK English spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/UK_English.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= British English +LANGCODE= en_GB +PKG_LANGCODE= en-gb +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-en-gb/PLIST b/editors/ted-en-gb/PLIST index f4c03c3f9e45e..79f1b6936f698 100644 --- a/editors/ted-en-gb/PLIST +++ b/editors/ted-en-gb/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:39 zuntum Exp $ -share/Ted/ind/UK_English.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:48 nia Exp $ +share/Ted/dfa/en_GB.dfa diff --git a/editors/ted-en-gb/distinfo b/editors/ted-en-gb/distinfo index 97cb614ef540d..209533a8bb55e 100644 --- a/editors/ted-en-gb/distinfo +++ b/editors/ted-en-gb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:40 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:48 nia Exp $ -BLAKE2s (Ted-2.16/Ted_en_GB.tar.gz) = e7b35e71de7e6b3bc58256412a585a901e233f8d923a9fc63b9b8ce63b6d0431 -SHA512 (Ted-2.16/Ted_en_GB.tar.gz) = 8a320d81514e4110babfb97dfbe9ed4df2dc9edfdac0cd5258ae1b6faa51acbd696f08d48a8f3607ab835d142e0f11fadbcdc3f151e4c0d218064386791cbfd8 -Size (Ted-2.16/Ted_en_GB.tar.gz) = 1181495 bytes +BLAKE2s (ted_en_GB-2.23-1.noarch.rpm) = 58a16ddd008d193bcc82f2bd9660317bee57fa1a11681847627e303f039278d9 +SHA512 (ted_en_GB-2.23-1.noarch.rpm) = 5d4f716dca145d9c06a4286feaab10eff2d8a068edb999fa4ad7ecff930c4e970317f61ec3d8276333bef0d6f249d07ff3862d9e7a24486a6449f31fac40f76b +Size (ted_en_GB-2.23-1.noarch.rpm) = 1372372 bytes diff --git a/editors/ted-en-us/DESCR b/editors/ted-en-us/DESCR deleted file mode 100644 index 14ee61107a70a..0000000000000 --- a/editors/ted-en-us/DESCR +++ /dev/null @@ -1 +0,0 @@ -US English spelling dictionary for the Ted word processor. diff --git a/editors/ted-en-us/Makefile b/editors/ted-en-us/Makefile deleted file mode 100644 index 577af38e51d84..0000000000000 --- a/editors/ted-en-us/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.21 2020/01/26 17:31:07 rillig Exp $ - -DISTNAME= ted-2.16.src -PKGNAME= ted-en-us-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= US English spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR}/Ted-2.16 -NO_BUILD= YES - -USE_TOOLS+= tar -INSTALLATION_DIRS= share/Ted/ind - -post-extract: - @cd ${WRKSRC} ; ${TAR} xf tedPackage/TedBindist.tar - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/US_English.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind - -.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-en-us/PLIST b/editors/ted-en-us/PLIST deleted file mode 100644 index 958030786e868..0000000000000 --- a/editors/ted-en-us/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:41 zuntum Exp $ -share/Ted/ind/US_English.ind diff --git a/editors/ted-en-us/distinfo b/editors/ted-en-us/distinfo deleted file mode 100644 index 64e3237084515..0000000000000 --- a/editors/ted-en-us/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:40 nia Exp $ - -BLAKE2s (ted-2.16.src.tar.gz) = 3c1335a16b27877bfd7947129a425ee42835dcd0da2e762870c5cfd3529576e7 -SHA512 (ted-2.16.src.tar.gz) = c5ff3f52b2b97e6db822e1f89931c83fb3c48dce76bc14dbcae46b462734f75cca6b27ee67da6927dfda9b3a779f0055136f9e7cf4c7b095bee3679870bcf69e -Size (ted-2.16.src.tar.gz) = 2803601 bytes diff --git a/editors/ted-es/Makefile b/editors/ted-es/Makefile index 78f81b596d62c..36647a845bf71 100644 --- a/editors/ted-es/Makefile +++ b/editors/ted-es/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:49 nia Exp $ -DISTNAME= Ted_es_ES -PKGNAME= ted-es-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= Spanish spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/Spanish.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= Spanish +LANGCODE= es_ES +PKG_LANGCODE= es +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-es/PLIST b/editors/ted-es/PLIST index 1e603585270fa..c4e26cd0fa84f 100644 --- a/editors/ted-es/PLIST +++ b/editors/ted-es/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:44 zuntum Exp $ -share/Ted/ind/Spanish.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:49 nia Exp $ +share/Ted/dfa/es_ES.dfa diff --git a/editors/ted-es/distinfo b/editors/ted-es/distinfo index f4a2491d569b0..013bee2f19125 100644 --- a/editors/ted-es/distinfo +++ b/editors/ted-es/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:40 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:49 nia Exp $ -BLAKE2s (Ted-2.16/Ted_es_ES.tar.gz) = 3698e38a5a56fe21ed438c1f8a0294c3ada42bb0d91c82fc0aec7e1762bf1a45 -SHA512 (Ted-2.16/Ted_es_ES.tar.gz) = b176f1a6296534e55e16c8a4f6d26151ca02ca12eae63d0446812f663df81b7985a45d91353f08a740f907ef207f446e79df3bd2fa5d76157f66c4224c753112 -Size (Ted-2.16/Ted_es_ES.tar.gz) = 750581 bytes +BLAKE2s (ted_es_ES-2.23-1.noarch.rpm) = c7ce47de672818d4f7df8ac4725a4a5af4b9ad7d6e09a5f737a4d170a8676c0f +SHA512 (ted_es_ES-2.23-1.noarch.rpm) = 822bb7f1faa2e354a727f028436927017135d31080a9498dc601ff1b821386d6c9b1485c1c9515d774f25fd9c24adb5f63c4f4021b0085f8c9baccc1d804f6b7 +Size (ted_es_ES-2.23-1.noarch.rpm) = 878016 bytes diff --git a/editors/ted-et/DESCR b/editors/ted-et/DESCR new file mode 100644 index 0000000000000..52421c8918af1 --- /dev/null +++ b/editors/ted-et/DESCR @@ -0,0 +1 @@ +Estonian spelling dictionary for the Ted word processor. diff --git a/editors/ted-et/Makefile b/editors/ted-et/Makefile new file mode 100644 index 0000000000000..1cd79d972838a --- /dev/null +++ b/editors/ted-et/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2022/05/19 13:32:49 nia Exp $ + +LANGNAME= Estonian +LANGCODE= et_EE +PKG_LANGCODE= et + +.include "../../editors/ted/dictionary.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-et/PLIST b/editors/ted-et/PLIST new file mode 100644 index 0000000000000..7773c20dba26c --- /dev/null +++ b/editors/ted-et/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/19 13:32:49 nia Exp $ +share/Ted/dfa/et_EE.dfa diff --git a/editors/ted-et/distinfo b/editors/ted-et/distinfo new file mode 100644 index 0000000000000..413a55f0bb200 --- /dev/null +++ b/editors/ted-et/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/19 13:32:49 nia Exp $ + +BLAKE2s (ted_et_EE-2.23-1.noarch.rpm) = e4a386f46befc16097f9facb7870e1ba36b3081b620f9663355e805c5de8c90b +SHA512 (ted_et_EE-2.23-1.noarch.rpm) = 3a72988d72e56f2b84e299dc1d42a5bd795ee537fe441c763ed57d7868f81a66afe67a5bc6cdb95991bf40830596d63743bf2d8c0158bde7f8d0cbed04888734 +Size (ted_et_EE-2.23-1.noarch.rpm) = 538400 bytes diff --git a/editors/ted-fr/Makefile b/editors/ted-fr/Makefile index c65f7ae4b918b..261212b532892 100644 --- a/editors/ted-fr/Makefile +++ b/editors/ted-fr/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:49 nia Exp $ -DISTNAME= Ted_fr_FR -PKGNAME= ted-fr-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= French spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/French.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= French +LANGCODE= fr_FR +PKG_LANGCODE= fr +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-fr/PLIST b/editors/ted-fr/PLIST index bd609013cc08f..2a073ba1d33a5 100644 --- a/editors/ted-fr/PLIST +++ b/editors/ted-fr/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:46 zuntum Exp $ -share/Ted/ind/French.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:49 nia Exp $ +share/Ted/dfa/fr_FR.dfa diff --git a/editors/ted-fr/distinfo b/editors/ted-fr/distinfo index c34285b20b59d..e3eb56d0e3624 100644 --- a/editors/ted-fr/distinfo +++ b/editors/ted-fr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:41 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:49 nia Exp $ -BLAKE2s (Ted-2.16/Ted_fr_FR.tar.gz) = 767aaaf859d1d3915aae5e62db97cd30d952007cf0aa3ce9f0d998fee2bc3134 -SHA512 (Ted-2.16/Ted_fr_FR.tar.gz) = 574268fb85e758d5ba0966d6432277cea1dedc9d9a3c64c0946aaf1f4890091b681c426778163d8c7b893d3de5fdbc4c1d60b6128b410c1e33a39e33914d3f3d -Size (Ted-2.16/Ted_fr_FR.tar.gz) = 931143 bytes +BLAKE2s (ted_fr_FR-2.23-1.noarch.rpm) = 567a4740eff8fa1cae74c38acf1972dc5629a8abaa0598680002743e132e1a06 +SHA512 (ted_fr_FR-2.23-1.noarch.rpm) = ae8d5f6d821f96332f3849e47988b735dd566636ca584ceb0cbf946698bde5526f2f02bea5c3eb2874f4b278de7774945e6a947897582f6f12c4092c30ceb91c +Size (ted_fr_FR-2.23-1.noarch.rpm) = 941298 bytes diff --git a/editors/ted-hr/DESCR b/editors/ted-hr/DESCR new file mode 100644 index 0000000000000..cdfd646d5391e --- /dev/null +++ b/editors/ted-hr/DESCR @@ -0,0 +1 @@ +Croatian spelling dictionary for the Ted word processor. diff --git a/editors/ted-hr/Makefile b/editors/ted-hr/Makefile new file mode 100644 index 0000000000000..a4f12f4c96afd --- /dev/null +++ b/editors/ted-hr/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2022/05/19 13:32:49 nia Exp $ + +LANGNAME= Croatian +LANGCODE= hr_HR +PKG_LANGCODE= hr + +.include "../../editors/ted/dictionary.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-hr/PLIST b/editors/ted-hr/PLIST new file mode 100644 index 0000000000000..a1b4776027f94 --- /dev/null +++ b/editors/ted-hr/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/19 13:32:49 nia Exp $ +share/Ted/dfa/hr_HR.dfa diff --git a/editors/ted-hr/distinfo b/editors/ted-hr/distinfo new file mode 100644 index 0000000000000..309ac6469f706 --- /dev/null +++ b/editors/ted-hr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/19 13:32:49 nia Exp $ + +BLAKE2s (ted_hr_HR-2.23-1.noarch.rpm) = 6fa8aaef96776ce1f07d7ee4ab34a05e09323b25975ea1883ed3171135b01caf +SHA512 (ted_hr_HR-2.23-1.noarch.rpm) = 730fdd090f341a623ffa74303337c80b155e503ca32971f1dfd0ccb950fc8bd02152baec68c7ea9bf5aee562ea6219af1558d3cafb4c1d1b3e330d9587233f94 +Size (ted_hr_HR-2.23-1.noarch.rpm) = 1397265 bytes diff --git a/editors/ted-it/Makefile b/editors/ted-it/Makefile index 12cf62f69a80f..4900e649a9470 100644 --- a/editors/ted-it/Makefile +++ b/editors/ted-it/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:49 nia Exp $ -DISTNAME= Ted_it_IT -PKGNAME= ted-it-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= Italian spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/Italian.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= Italian +LANGCODE= it_IT +PKG_LANGCODE= it +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-it/PLIST b/editors/ted-it/PLIST index 9e1e16f2a579e..99c3760906bd4 100644 --- a/editors/ted-it/PLIST +++ b/editors/ted-it/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:48 zuntum Exp $ -share/Ted/ind/Italian.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:49 nia Exp $ +share/Ted/dfa/it_IT.dfa diff --git a/editors/ted-it/distinfo b/editors/ted-it/distinfo index 8f8a39514c230..96ea5c5d4a87b 100644 --- a/editors/ted-it/distinfo +++ b/editors/ted-it/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:41 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:49 nia Exp $ -BLAKE2s (Ted-2.16/Ted_it_IT.tar.gz) = f2180f5130143b0302b4808929e9e5e087a4d687d4c1f73bc2ede02a31676d99 -SHA512 (Ted-2.16/Ted_it_IT.tar.gz) = 983840046683f316a4ebe77d578ef73f0d0a711ac6f4501b6a7e88e80a3298eab98b58cb649b217f34daa506da0f87fb3e23bb8dbd481fcbfb0af8bd1cd31082 -Size (Ted-2.16/Ted_it_IT.tar.gz) = 272135 bytes +BLAKE2s (ted_it_IT-2.23-1.noarch.rpm) = da41f8170e6dbb03446b06e58e18f43ea76c5f22709bc29b7555f0720b613ee0 +SHA512 (ted_it_IT-2.23-1.noarch.rpm) = d1feec5d06b0ce4a28a5b2d7e2a726b0e7d4b0d3b4dc664bbb321ffaa9f1c6a4b3e56db9ee5b281f8609cd636defbaa2ef61d560902dcb34617c3d43e22fed62 +Size (ted_it_IT-2.23-1.noarch.rpm) = 583806 bytes diff --git a/editors/ted-nl/Makefile b/editors/ted-nl/Makefile index 0ed864bf50c96..13f7b361a0479 100644 --- a/editors/ted-nl/Makefile +++ b/editors/ted-nl/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:49 nia Exp $ -DISTNAME= Ted_nl_NL -PKGNAME= ted-nl-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= Dutch spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/Dutch.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= Dutch +LANGCODE= nl_NL +PKG_LANGCODE= nl +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-nl/PLIST b/editors/ted-nl/PLIST index 7dc9cd3674280..a3dd8bc2943fe 100644 --- a/editors/ted-nl/PLIST +++ b/editors/ted-nl/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:49 zuntum Exp $ -share/Ted/ind/Dutch.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:49 nia Exp $ +share/Ted/dfa/nl_NL.dfa diff --git a/editors/ted-nl/distinfo b/editors/ted-nl/distinfo index 71e904d5d4e1d..ca5949c53dada 100644 --- a/editors/ted-nl/distinfo +++ b/editors/ted-nl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:41 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:49 nia Exp $ -BLAKE2s (Ted-2.16/Ted_nl_NL.tar.gz) = 869702f3843912991d6339966109d6dd28ffea9bce0a5a0458c11f41cf66eb87 -SHA512 (Ted-2.16/Ted_nl_NL.tar.gz) = 204dd8a6aeb71e6d4b483299b185a0c0a217e06caf417e78319e00436e017338f8db9859ba09f79fb228309bd789a4c4cdc59230907aa7698d3571009c1c5fe1 -Size (Ted-2.16/Ted_nl_NL.tar.gz) = 1987790 bytes +BLAKE2s (ted_nl_NL-2.23-1.noarch.rpm) = bf7fa7b039570b869154ff6833103fc7050106252694f32d9fe2286a074f1dd2 +SHA512 (ted_nl_NL-2.23-1.noarch.rpm) = 8dcafcf7ec9c423973748e99281e96e16c82dbd8bc40d307585a2b5e199acaa838b1dfc95d45f85bf83f9c664c3a58827dfb080b7304952d9fc3992db626d556 +Size (ted_nl_NL-2.23-1.noarch.rpm) = 2116118 bytes diff --git a/editors/ted-no/Makefile b/editors/ted-no/Makefile index 2f32c603d6ef7..8c6b08497871b 100644 --- a/editors/ted-no/Makefile +++ b/editors/ted-no/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:49 nia Exp $ -DISTNAME= Ted_no_NO -PKGNAME= ted-no-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= Norwegian spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/Norwegian.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= Norwegian +LANGCODE= nb_NO +PKG_LANGCODE= no +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-no/PLIST b/editors/ted-no/PLIST index 8a3b1e3443822..237aae0e7cbd7 100644 --- a/editors/ted-no/PLIST +++ b/editors/ted-no/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:52 zuntum Exp $ -share/Ted/ind/Norwegian.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:49 nia Exp $ +share/Ted/dfa/nb_NO.dfa diff --git a/editors/ted-no/distinfo b/editors/ted-no/distinfo index 7df72d7504dde..42b20e5ba10c2 100644 --- a/editors/ted-no/distinfo +++ b/editors/ted-no/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:41 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:49 nia Exp $ -BLAKE2s (Ted-2.16/Ted_no_NO.tar.gz) = e9f4e5cdc0683085e04a46995a7e334197272026faa9501f8840e8aeb549506c -SHA512 (Ted-2.16/Ted_no_NO.tar.gz) = f6c1a7e64fcc3c2e717b3dfa1e9b564acf6d3e140a380bdc1276d59a3b5fca7f0c46c45bbdb23a7ed235fe7a8d73b3c6e3b143a26c402bb4af40a96b5642de53 -Size (Ted-2.16/Ted_no_NO.tar.gz) = 1599772 bytes +BLAKE2s (ted_nb_NO-2.23-1.noarch.rpm) = aa76a9ab97e507d61ac4ec737a754edf1d776c8781c648a0b269a86e6f1353a6 +SHA512 (ted_nb_NO-2.23-1.noarch.rpm) = 6a714c99ac47cd82eaa0b0e5f2d5fabc403d67bd8779b5920ff4eb292640fdd41de1d61a38a4d718b323f179d1ed31dc57c1d9a79188f087b67cacac5b9378ad +Size (ted_nb_NO-2.23-1.noarch.rpm) = 1787799 bytes diff --git a/editors/ted-pl/Makefile b/editors/ted-pl/Makefile index 26ac18b5e3735..4a305c3c42022 100644 --- a/editors/ted-pl/Makefile +++ b/editors/ted-pl/Makefile @@ -1,38 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2020/01/26 17:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/19 13:32:49 nia Exp $ -DISTNAME= Ted_pl_PL -PKGNAME= ted-pl-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= Polish spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -post-extract: - cd ${WRKSRC};tar xvf Ted/ad/Ted_pl_PL.ad.tar - -post-patch: - ${ECHO} "Ted*fontList: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-2" \ - >>${WRKSRC}/usr/lib/X11/pl_PL/app-defaults/Ted - ${ECHO} "Ted.documentFileName: ${PREFIX}/share/doc/Ted/TedDocument-en_US.rtf" \ - >>${WRKSRC}/usr/lib/X11/pl_PL/app-defaults/Ted - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/Polish.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/X11/app-defaults/pl_PL - ${INSTALL_DATA} ${WRKSRC}/usr/lib/X11/pl_PL/app-defaults/Ted \ - ${DESTDIR}${PREFIX}/lib/X11/app-defaults/pl_PL/ +LANGNAME= Polish +LANGCODE= pl_PL +PKG_LANGCODE= pl +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-pl/PLIST b/editors/ted-pl/PLIST index ab4e8383c1f62..4083978d9024d 100644 --- a/editors/ted-pl/PLIST +++ b/editors/ted-pl/PLIST @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.2 2018/01/01 22:29:26 rillig Exp $ -lib/X11/app-defaults/pl_PL/Ted -share/Ted/ind/Polish.ind +@comment $NetBSD: PLIST,v 1.3 2022/05/19 13:32:49 nia Exp $ +share/Ted/dfa/pl_PL.dfa diff --git a/editors/ted-pl/distinfo b/editors/ted-pl/distinfo index bfd8cda45a672..637042c3a6a42 100644 --- a/editors/ted-pl/distinfo +++ b/editors/ted-pl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:21:41 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/05/19 13:32:49 nia Exp $ -BLAKE2s (Ted-2.16/Ted_pl_PL.tar.gz) = eb8ec129073f20f8dbb4d96a48ee8f54d0335d504124f969af8f6b38a5098872 -SHA512 (Ted-2.16/Ted_pl_PL.tar.gz) = 63b502bf15781b9163b208f3f21a4c6c44f19ba3caf771d598f9477138f26737ab2c91e05b27b1661e5c13a28be6f1f0ff2d19b0e8febfb90832dd3a37b5d410 -Size (Ted-2.16/Ted_pl_PL.tar.gz) = 1181498 bytes +BLAKE2s (ted_pl_PL-2.23-1.noarch.rpm) = ffe29e3bc5789bcccd4c63867b757faa81ddb211f12905703188ac90fce19bcf +SHA512 (ted_pl_PL-2.23-1.noarch.rpm) = 9cd3eaa6bfad5e171d22d11911582fd2723113f445a331c69d65ab5a34994d72992bb0f71e5e94fe6b58382eef69e3fba2e3187ac96c6c23ef61080983ef0b1b +Size (ted_pl_PL-2.23-1.noarch.rpm) = 3752677 bytes diff --git a/editors/ted-pt/Makefile b/editors/ted-pt/Makefile index 675f7e07624f5..3e264cd5f8a45 100644 --- a/editors/ted-pt/Makefile +++ b/editors/ted-pt/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:50 nia Exp $ -DISTNAME= Ted_pt_PT -PKGNAME= ted-pt-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= Portuguese spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/Portuguese.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= Portugese +LANGCODE= pt_PT +PKG_LANGCODE= pt +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-pt/PLIST b/editors/ted-pt/PLIST index 491e80039a6a6..113e47ee6efdf 100644 --- a/editors/ted-pt/PLIST +++ b/editors/ted-pt/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:54 zuntum Exp $ -share/Ted/ind/Portuguese.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:50 nia Exp $ +share/Ted/dfa/pt_PT.dfa diff --git a/editors/ted-pt/distinfo b/editors/ted-pt/distinfo index e6cf4cdca3456..7cc22fd144af6 100644 --- a/editors/ted-pt/distinfo +++ b/editors/ted-pt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:41 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:50 nia Exp $ -BLAKE2s (Ted-2.16/Ted_pt_PT.tar.gz) = e1ac663de56b31c807a83b81a66d67c15de5bfa2214d9b02e3a538c9b1f4e6b8 -SHA512 (Ted-2.16/Ted_pt_PT.tar.gz) = 31d7386b759d0ae52475c130b171a82a005e772370de023b6f27915f7d8569d3c6f4f57b78df6e6d11ae07a65004eec7b0578282d49c6d1dc04f93c917c91b12 -Size (Ted-2.16/Ted_pt_PT.tar.gz) = 534710 bytes +BLAKE2s (ted_pt_PT-2.23-1.noarch.rpm) = 5ee3f0945d3af83fa0d6ece3eb27823469831d7d28927b40fd665e130ba105d1 +SHA512 (ted_pt_PT-2.23-1.noarch.rpm) = ea72d9797aaa3a202558c9f8ef4af5797dd454daf0e7f69aa65d32b759f066d569b2811cbee25430bdb6524eb12f1dd2eb72c34b01fcdcf31eba176b5e223b38 +Size (ted_pt_PT-2.23-1.noarch.rpm) = 642556 bytes diff --git a/editors/ted-ru/DESCR b/editors/ted-ru/DESCR new file mode 100644 index 0000000000000..c43b9fb8b983e --- /dev/null +++ b/editors/ted-ru/DESCR @@ -0,0 +1 @@ +Russian spelling dictionary for the Ted word processor. diff --git a/editors/ted-ru/Makefile b/editors/ted-ru/Makefile new file mode 100644 index 0000000000000..3255d0ac545fe --- /dev/null +++ b/editors/ted-ru/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2022/05/19 13:32:50 nia Exp $ + +LANGNAME= Russian +LANGCODE= ru_RU +PKG_LANGCODE= ru + +.include "../../editors/ted/dictionary.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-ru/PLIST b/editors/ted-ru/PLIST new file mode 100644 index 0000000000000..4368c154c2dd8 --- /dev/null +++ b/editors/ted-ru/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/19 13:32:50 nia Exp $ +share/Ted/dfa/ru_RU.dfa diff --git a/editors/ted-ru/distinfo b/editors/ted-ru/distinfo new file mode 100644 index 0000000000000..17a847a06de4a --- /dev/null +++ b/editors/ted-ru/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/19 13:32:50 nia Exp $ + +BLAKE2s (ted_ru_RU-2.23-1.noarch.rpm) = d8f78d55a2a02a1198a968a3a94eb06c03097062b90f5e228c13c4b2cbbd4f0c +SHA512 (ted_ru_RU-2.23-1.noarch.rpm) = be48cb9205aef6492afe1c8002deb1468657a8c20e3602277eecc8308eb1d8042038d3f872e9cb0681a3996c093289d7ec8cb75b4c845d6e714e0a5f87ee39e1 +Size (ted_ru_RU-2.23-1.noarch.rpm) = 71892 bytes diff --git a/editors/ted-sk/DESCR b/editors/ted-sk/DESCR new file mode 100644 index 0000000000000..6c44a2b41cad4 --- /dev/null +++ b/editors/ted-sk/DESCR @@ -0,0 +1 @@ +Slovak spelling dictionary for the Ted word processor. diff --git a/editors/ted-sk/Makefile b/editors/ted-sk/Makefile new file mode 100644 index 0000000000000..d817a9ee8f640 --- /dev/null +++ b/editors/ted-sk/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2022/05/19 13:32:50 nia Exp $ + +LANGNAME= Slovak +LANGCODE= sk_SK +PKG_LANGCODE= sk + +.include "../../editors/ted/dictionary.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-sk/PLIST b/editors/ted-sk/PLIST new file mode 100644 index 0000000000000..d903e8501f429 --- /dev/null +++ b/editors/ted-sk/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/19 13:32:50 nia Exp $ +share/Ted/dfa/sk_SK.dfa diff --git a/editors/ted-sk/distinfo b/editors/ted-sk/distinfo new file mode 100644 index 0000000000000..ff9a401ef0f54 --- /dev/null +++ b/editors/ted-sk/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/19 13:32:50 nia Exp $ + +BLAKE2s (ted_sk_SK-2.23-1.noarch.rpm) = bc15c63943addc0adc397a9f8f1ff63c4d08dec6af49560850d32d29393859da +SHA512 (ted_sk_SK-2.23-1.noarch.rpm) = 07f95f4121bdef3b195165aa7615f62f1006c8c3b6a189e5e7ab51822aa0e73c0af03f458d706de222977d7789ea9388269013119897c8a164d5f0ae4c27e9b9 +Size (ted_sk_SK-2.23-1.noarch.rpm) = 2591329 bytes diff --git a/editors/ted-sl/DESCR b/editors/ted-sl/DESCR new file mode 100644 index 0000000000000..c5248bd4f9477 --- /dev/null +++ b/editors/ted-sl/DESCR @@ -0,0 +1 @@ +Slovene spelling dictionary for the Ted word processor. diff --git a/editors/ted-sl/Makefile b/editors/ted-sl/Makefile new file mode 100644 index 0000000000000..dfc0c32982f07 --- /dev/null +++ b/editors/ted-sl/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2022/05/19 13:32:50 nia Exp $ + +LANGNAME= Slovene +LANGCODE= sl_SI +PKG_LANGCODE= sl + +.include "../../editors/ted/dictionary.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-sl/PLIST b/editors/ted-sl/PLIST new file mode 100644 index 0000000000000..7806e9f33c2b5 --- /dev/null +++ b/editors/ted-sl/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/19 13:32:50 nia Exp $ +share/Ted/dfa/sl_SI.dfa diff --git a/editors/ted-sl/distinfo b/editors/ted-sl/distinfo new file mode 100644 index 0000000000000..6b73de2d1063b --- /dev/null +++ b/editors/ted-sl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/19 13:32:50 nia Exp $ + +BLAKE2s (ted_sl_SI-2.23-1.noarch.rpm) = 33322fc28402e87854cfbda09f5e45e4cf3868e1bfb8c081ce97e4a35af75cfe +SHA512 (ted_sl_SI-2.23-1.noarch.rpm) = 94051b5e4d2390c4f3304924f0ae77de1a353781b4f5e0d3335773d5cf59005a79f1b6708bb2f8e8bb6f0badf815904cf85370d8c6b03f220b48fb50effb6396 +Size (ted_sl_SI-2.23-1.noarch.rpm) = 319058 bytes diff --git a/editors/ted-sv/Makefile b/editors/ted-sv/Makefile index fe137a0cab335..4258a5160ce07 100644 --- a/editors/ted-sv/Makefile +++ b/editors/ted-sv/Makefile @@ -1,26 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:08 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/19 13:32:50 nia Exp $ -DISTNAME= Ted_sv_SE -PKGNAME= ted-sv-2.16 -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.nllgg.nl/Ted/ -COMMENT= Swedish spelling dictionary for the Ted word processor - -DEPENDS+= ted>=2.6:../../editors/ted - -WRKSRC= ${WRKDIR} - -DIST_SUBDIR= Ted-2.16 -NO_BUILD= YES - -INSTALLATION_DIRS= share/Ted/ind - -do-install: - ${INSTALL_DATA} ${WRKSRC}/ind/Swedish.ind \ - ${DESTDIR}${PREFIX}/share/Ted/ind +LANGNAME= Swedish +LANGCODE= sv_SE +PKG_LANGCODE= sv +.include "../../editors/ted/dictionary.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-sv/PLIST b/editors/ted-sv/PLIST index 6eb408cb75681..175c3a9902eba 100644 --- a/editors/ted-sv/PLIST +++ b/editors/ted-sv/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:57 zuntum Exp $ -share/Ted/ind/Swedish.ind +@comment $NetBSD: PLIST,v 1.2 2022/05/19 13:32:50 nia Exp $ +share/Ted/dfa/sv_SE.dfa diff --git a/editors/ted-sv/distinfo b/editors/ted-sv/distinfo index a44c202d1b8d0..efe5c36a8a32e 100644 --- a/editors/ted-sv/distinfo +++ b/editors/ted-sv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:21:41 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/05/19 13:32:50 nia Exp $ -BLAKE2s (Ted-2.16/Ted_sv_SE.tar.gz) = 7c0deca47027e4c5e4d5ddf014add5d369b5f2afe2df5ac05d6114b0b6af0c75 -SHA512 (Ted-2.16/Ted_sv_SE.tar.gz) = 0c46d89e71319251baf23837b829d2297fb29ae9f9dc4d74f14dc564b1e48b8e939b68ade1cf261cbbcfbc04d1ab11581502b6d53e0d18699ebc9022a5048b6c -Size (Ted-2.16/Ted_sv_SE.tar.gz) = 470266 bytes +BLAKE2s (ted_sv_SE-2.23-1.noarch.rpm) = 1f521255d2c7bd946c32b71d6bcaacd3f1d01ff2de293dcf6e0b0ba2b7033ecf +SHA512 (ted_sv_SE-2.23-1.noarch.rpm) = 07659e5b09a6f2dafb341801afef2935f79db0bdd2c2bc311705e77de1b36e43c63b0ed3b094eb758faba027506abe5bc545681b0b7dc93aac579739381624b4 +Size (ted_sv_SE-2.23-1.noarch.rpm) = 514104 bytes diff --git a/editors/ted/MESSAGE b/editors/ted/MESSAGE deleted file mode 100644 index db7a02aaa3920..0000000000000 --- a/editors/ted/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/24 12:29:58 wiz Exp $ - -This pkg does not install any spelling dictionaries. Spelling dictionaries -for various languages are available as separate packages. - -=========================================================================== diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 9d89643913d4c..2e324adc84fb7 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.65 2020/08/17 20:18:35 leot Exp $ +# $NetBSD: Makefile,v 1.66 2022/05/19 13:32:47 nia Exp $ -DISTNAME= ted-2.21.src +DISTNAME= ted-2.23.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 13 CATEGORIES= editors -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ +MASTER_SITES= https://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.nllgg.nl/Ted/ @@ -12,13 +11,12 @@ COMMENT= X11 based WordPad-like word processor LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ -USE_TOOLS+= bsdtar MAKE_JOBS_SAFE= no -WRKSRC= ${WRKDIR}/Ted-2.21 +WRKSRC= ${WRKDIR}/Ted-${PKGVERSION_NOREV} AFMDIR= ${PREFIX}/share/Ted/afm -INDDIR= ${PREFIX}/share/Ted/ind +INDDIR= ${PREFIX}/share/Ted/dfa INFODIR= ${PREFIX}/share/doc/Ted CONFIGURE_ENV+= ac_jpeg_includes="${JPEGBASE}/include" @@ -42,33 +40,33 @@ LDFLAGS+= -lfontconfig MAKE_FLAGS+= CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-MOTIF MAKE_ENV+= ${CONFIGURE_ENV} -MAKE_ENV+= DEF_PKGDIR='-DPKGDIR=\"${PREFIX}\"' \ - DEF_AFMDIR='-DAFMDIR=\"${AFMDIR}\"' \ - DEF_INDDIR='-DINDDIR=\"${INDDIR}\"' \ - DEF_INFODIR='-DDOCUMENT_DIR=\"${INFODIR}\"' +CPPFLAGS+= -DPKGDIR=\"${PREFIX}\" +CPPFLAGS+= -DAFMDIR=\"${AFMDIR}\" +CPPFLAGS+= -DINDDIR=\"${INDDIR}\" +CPPFLAGS+= -DDOCUMENT_DIR=\"${INFODIR}\" BUILD_TARGET= compile.shared -INSTALL_TARGET= install.shared -INSTALLATION_DIRS= bin lib/X11/app-defaults ${AFMDIR} ${INDDIR} ${INFODIR} +INSTALLATION_DIRS= bin ${AFMDIR} ${INDDIR} ${INFODIR} +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 +INSTALLATION_DIRS+= share/applications +INSTALLATION_DIRS+= share/pixmaps post-extract: - @cd ${WRKSRC} ; ${TOOLS_PATH.bsdtar} xf tedPackage/TedBindist.tar - -post-patch: - @cd ${WRKSRC}/Ted ; \ - ${SED} -e "s!Ted.afmDirectory:.*!Ted.afmDirectory:${AFMDIR}!g" \ - -e "s!Ted.spellToolSystemDicts:.*!Ted.spellToolSystemDicts:${INDDIR}!g" \ - -e "s!Ted.documentFileName:.*!Ted.documentFileName:${INFODIR}/TedDocument-en_US.rtf!g" \ - Ted.ad.sample > Ted.ad + @cd ${WRKSRC} ; tar xf tedPackage/TedDatadir.tar do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Ted/Ted ${DESTDIR}${PREFIX}/bin/Ted - ${INSTALL_DATA} ${WRKSRC}/Ted/afm/*.afm ${DESTDIR}${AFMDIR} - ${INSTALL_DATA} ${FILESDIR}/README.ind ${DESTDIR}${INDDIR} - ${INSTALL_DATA} ${WRKSRC}/Ted/TedDocument-en_US.rtf ${DESTDIR}${INFODIR} - ${INSTALL_DATA} ${WRKSRC}/Ted/Ted.ad \ - ${DESTDIR}${PREFIX}/lib/X11/app-defaults/Ted + ${INSTALL_MAN} ${WRKSRC}/doc/Ted.1 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/Ted.1 + ${INSTALL_DATA} ${WRKSRC}/afm/*.afm ${DESTDIR}${AFMDIR} + ${INSTALL_DATA} ${WRKSRC}/TedDocument-en_US.rtf ${DESTDIR}${INFODIR} + ${INSTALL_DATA} ${FILESDIR}/Ted.desktop \ + ${DESTDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/Ted.png \ + ${DESTDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/dfa/*.dfa \ + ${DESTDIR}${INDDIR} .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" @@ -80,5 +78,4 @@ do-install: .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted/PLIST b/editors/ted/PLIST index 5f2a72eedfd58..76ab2118da797 100644 --- a/editors/ted/PLIST +++ b/editors/ted/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2010/06/14 09:55:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/19 13:32:47 nia Exp $ bin/Ted -lib/X11/app-defaults/Ted +man/man1/Ted.1 share/Ted/afm/AvantGarde-Book.afm share/Ted/afm/AvantGarde-BookOblique.afm share/Ted/afm/AvantGarde-Demi.afm @@ -36,5 +36,7 @@ share/Ted/afm/Times-Italic.afm share/Ted/afm/Times-Roman.afm share/Ted/afm/ZapfChancery-MediumItalic.afm share/Ted/afm/ZapfDingbats.afm -share/Ted/ind/README.ind +share/Ted/dfa/en_US.dfa +share/applications/Ted.desktop share/doc/Ted/TedDocument-en_US.rtf +share/pixmaps/Ted.png diff --git a/editors/ted/dictionary.mk b/editors/ted/dictionary.mk new file mode 100644 index 0000000000000..25a45ab9e49d7 --- /dev/null +++ b/editors/ted/dictionary.mk @@ -0,0 +1,23 @@ +# $NetBSD: dictionary.mk,v 1.1 2022/05/19 13:32:47 nia Exp $ + +DISTNAME= ted_${LANGCODE}-2.23-1.noarch +PKGNAME= ted-${PKG_LANGCODE}-2.23 +CATEGORIES= editors +MASTER_SITES= https://ftp.nluug.nl/pub/editors/ted/ +EXTRACT_SUFX= .rpm + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.nllgg.nl/Ted/ +COMMENT= ${LANGNAME} spelling dictionary for the Ted word processor +LICENSE= gnu-gpl-v2 + +DEPENDS+= ted>=2.23:../../editors/ted + +USE_LANGUAGES= # none +NO_BUILD= YES + +INSTALLATION_DIRS= share/Ted/dfa + +do-install: + ${INSTALL_DATA} ${WRKDIR}/usr/share/Ted/dfa/*.dfa \ + ${DESTDIR}${PREFIX}/share/Ted/dfa diff --git a/editors/ted/distinfo b/editors/ted/distinfo index c288a4701613b..84ad77714f6f9 100644 --- a/editors/ted/distinfo +++ b/editors/ted/distinfo @@ -1,14 +1,5 @@ -$NetBSD: distinfo,v 1.19 2021/10/26 10:21:40 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/05/19 13:32:47 nia Exp $ -BLAKE2s (ted-2.21.src.tar.gz) = ff188280c6a65b0c65148b99268b03bb579620bf447299c63648956e45d6f8de -SHA512 (ted-2.21.src.tar.gz) = f926d49c1c68ae54b7b4871cccc48e1ff1ad217baa915735be6f12944b710050fe358b1e85b75a3d8ffc236563dc81364be1f64079805993978dccfdb819f735 -Size (ted-2.21.src.tar.gz) = 3956815 bytes -SHA1 (patch-aa) = d8673fb67176c17beb90a87adebb9ab94a1e15ba -SHA1 (patch-ab) = 16fa3f2a88a6b252148735f02541833b7ac56b8a -SHA1 (patch-ac) = 3ad1300b213e925d50e0490587398e7574452aa8 -SHA1 (patch-ad) = a0761bd537cbef20bf80a74eb59c2352a97e4d99 -SHA1 (patch-ae) = c374c5845eba111128e7fe79371c715d3b26a03b -SHA1 (patch-af) = 0679838112be0e9b2ebead7e27625f6e61345383 -SHA1 (patch-ag) = 3db30b3b2e04b03e4d69704ba00d6182f0c5fd9f -SHA1 (patch-appFrame_appFontConfig.c) = b73d920231cd426b7db5a5d8cf6dfa87f3469a2c -SHA1 (patch-appUtil_csvsheet.c) = 70c3accb39099b8926f5681b24f3e4be048fd255 +BLAKE2s (ted-2.23.src.tar.gz) = 5f32fde6f8ea58a0bf505784e5bb998341db78241ed7f0c13e53589170e950c2 +SHA512 (ted-2.23.src.tar.gz) = c6541e5a07545a08b30cb9b33429d9a7675f9252df32ccca5cdb4f2ff09978085d28d015a42922baf8c95db1ea6379a9d1088541aafd9ce45b8870212496849f +Size (ted-2.23.src.tar.gz) = 4672208 bytes diff --git a/editors/ted/files/README.ind b/editors/ted/files/README.ind deleted file mode 100644 index 487c7a51366c1..0000000000000 --- a/editors/ted/files/README.ind +++ /dev/null @@ -1 +0,0 @@ -This directory contains the installed spelling dictionaries for Ted. diff --git a/editors/ted/files/Ted.desktop b/editors/ted/files/Ted.desktop new file mode 100644 index 0000000000000..9eda98daf52a5 --- /dev/null +++ b/editors/ted/files/Ted.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Ted RTF text processor +GenericName=RTF text processor +omment=A lightweight RTF text processor +Icon=Ted +Exec=Ted %F +Terminal=false +MimeType=application/rtf;text/rtf; +Categories=Office;WordProcessor; diff --git a/editors/ted/patches/patch-aa b/editors/ted/patches/patch-aa deleted file mode 100644 index 6055433890aed..0000000000000 --- a/editors/ted/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2002/04/09 02:13:38 markd Exp $ - ---- Ted/makefile.in.orig Sun Mar 3 23:24:16 2002 -+++ Ted/makefile.in Wed Mar 27 11:08:14 2002 -@@ -26,7 +26,8 @@ - -I../bitmap \ - -I../ind \ - -I../include \ -- $(DEF_PKGDIR) -+ $(DEF_PKGDIR) \ -+ $(DEF_INFODIR) - - CFLAGS= \ - @CFLAGS@ \ diff --git a/editors/ted/patches/patch-ab b/editors/ted/patches/patch-ab deleted file mode 100644 index 1e63e49f82da2..0000000000000 --- a/editors/ted/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2003/04/09 13:26:46 markd Exp $ - ---- Ted/configure.orig Sat Apr 5 00:46:46 2003 -+++ Ted/configure -@@ -3392,7 +3392,6 @@ EOF - then - # Includes - for ac_dir in \ -- /usr/include \ - /usr/local/include \ - /usr/pkg/include \ - /usr/local/include/zlib \ diff --git a/editors/ted/patches/patch-ac b/editors/ted/patches/patch-ac deleted file mode 100644 index 4b0f24c42e6ba..0000000000000 --- a/editors/ted/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2003/04/09 13:26:46 markd Exp $ - ---- appUtil/configure.orig Sat Apr 5 00:46:49 2003 -+++ appUtil/configure -@@ -1745,7 +1745,6 @@ EOF - then - # Includes - for ac_dir in \ -- /usr/include \ - /usr/local/include \ - /usr/pkg/include \ - /usr/local/include/zlib \ diff --git a/editors/ted/patches/patch-ad b/editors/ted/patches/patch-ad deleted file mode 100644 index 047fcc9afbb7e..0000000000000 --- a/editors/ted/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2003/04/09 13:26:46 markd Exp $ - ---- bitmap/configure.orig Sat Apr 5 00:46:50 2003 -+++ bitmap/configure -@@ -3274,7 +3274,6 @@ EOF - then - # Includes - for ac_dir in \ -- /usr/include \ - /usr/local/include \ - /usr/pkg/include \ - /usr/local/include/zlib \ diff --git a/editors/ted/patches/patch-ae b/editors/ted/patches/patch-ae deleted file mode 100644 index f36482a7e7a4e..0000000000000 --- a/editors/ted/patches/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2019/06/08 10:40:58 rillig Exp $ - - ---- appFrame/appFrameConfig.h.in.orig Sun Mar 3 23:24:16 2002 -+++ appFrame/appFrameConfig.h.in Mon Apr 22 10:32:15 2002 -@@ -29,12 +29,6 @@ - /* */ - /************************************************************************/ - --# undef PREFIX -- --# ifdef PREFIX --# define PKGDIR PREFIX --# endif -- - # ifndef PKGDIR - # define PKGDIR "/usr/local" - # endif diff --git a/editors/ted/patches/patch-af b/editors/ted/patches/patch-af deleted file mode 100644 index 62519429fac0b..0000000000000 --- a/editors/ted/patches/patch-af +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-af,v 1.3 2019/06/08 10:40:58 rillig Exp $ - - ---- Ted/tedConfig.h.in.orig Sun Mar 3 23:24:16 2002 -+++ Ted/tedConfig.h.in Mon Apr 22 11:06:41 2002 -@@ -38,12 +38,6 @@ - /* */ - /************************************************************************/ - --# undef PREFIX -- --# ifdef PREFIX --# define PKGDIR PREFIX --# endif -- - # ifndef PKGDIR - # define PKGDIR "/usr/local" - # endif diff --git a/editors/ted/patches/patch-ag b/editors/ted/patches/patch-ag deleted file mode 100644 index 75ecb1b21930a..0000000000000 --- a/editors/ted/patches/patch-ag +++ /dev/null @@ -1,423 +0,0 @@ -$NetBSD: patch-ag,v 1.4 2011/02/12 11:40:41 wiz Exp $ - -Fix for png-1.5. Version from upstream. - ---- bitmap/bmpng.c.orig 2009-10-16 15:20:57.000000000 +0000 -+++ bitmap/bmpng.c -@@ -20,23 +20,32 @@ - /* */ - /************************************************************************/ - --static int bpPngiToBitmap( const png_info * pngi, -+static int bpPngiToBitmap( const png_structp pngp, -+ png_info * pngi, - BitmapDescription * bd ) - { - unsigned int col; -+ png_uint_32 res_x, res_y; -+ int unit_type= 0; - -- bd->bdPixelsWide= pngi->width; -- bd->bdPixelsHigh= pngi->height; -+ bd->bdPixelsWide= png_get_image_width( pngp, pngi ); -+ bd->bdPixelsHigh= png_get_image_height( pngp, pngi ); - bd->bdHasAlpha= 0; - -- switch( pngi->color_type ) -+ switch( png_get_color_type( pngp, pngi ) ) - { - case PNG_COLOR_TYPE_PALETTE: -+ { -+ int num_palette; -+ png_colorp palette; -+ -+ png_get_PLTE( pngp, pngi, &palette, &num_palette ); -+ - bd->bdColorEncoding= BMcoRGB8PALETTE; -- bd->bdColorCount= pngi->num_palette; -+ bd->bdColorCount= num_palette; - bd->bdBitsPerSample= 8; - bd->bdSamplesPerPixel= 3; -- bd->bdBitsPerPixel= pngi->bit_depth; -+ bd->bdBitsPerPixel= png_get_bit_depth( pngp, pngi ); - - bd->bdRGB8Palette= (RGB8Color *) - malloc( bd->bdColorCount* sizeof(RGB8Color) ); -@@ -46,47 +55,51 @@ static int bpPngiToBitmap( const png_inf - - for ( col= 0; col < bd->bdColorCount; col++ ) - { -- bd->bdRGB8Palette[col].rgb8Red= pngi->palette[col].red; -- bd->bdRGB8Palette[col].rgb8Green= pngi->palette[col].green; -- bd->bdRGB8Palette[col].rgb8Blue= pngi->palette[col].blue; -+ bd->bdRGB8Palette[col].rgb8Red= palette[col].red; -+ bd->bdRGB8Palette[col].rgb8Green= palette[col].green; -+ bd->bdRGB8Palette[col].rgb8Blue= palette[col].blue; - bd->bdRGB8Palette[col].rgb8Alpha= 0; - } -+ } - break; - - case PNG_COLOR_TYPE_RGB: - bd->bdColorEncoding= BMcoRGB; -- bd->bdBitsPerSample= pngi->bit_depth; -- bd->bdSamplesPerPixel= pngi->channels; -- bd->bdBitsPerPixel= pngi->pixel_depth; -+ bd->bdBitsPerSample= png_get_bit_depth( pngp, pngi ); -+ bd->bdSamplesPerPixel= png_get_channels( pngp, pngi ); -+ bd->bdBitsPerPixel= bd->bdSamplesPerPixel* bd->bdBitsPerSample; - break; - - case PNG_COLOR_TYPE_GRAY: - bd->bdColorEncoding= BMcoWHITEBLACK; -- bd->bdBitsPerSample= pngi->bit_depth; -- bd->bdSamplesPerPixel= pngi->channels; -- bd->bdBitsPerPixel= pngi->pixel_depth; -+ bd->bdBitsPerSample= png_get_bit_depth( pngp, pngi ); -+ bd->bdSamplesPerPixel= png_get_channels( pngp, pngi ); -+ bd->bdBitsPerPixel= bd->bdSamplesPerPixel* bd->bdBitsPerSample; - break; - - case PNG_COLOR_TYPE_RGB_ALPHA: - bd->bdHasAlpha= 1; - bd->bdColorEncoding= BMcoRGB; -- bd->bdBitsPerSample= pngi->bit_depth; -- bd->bdSamplesPerPixel= pngi->channels; -- bd->bdBitsPerPixel= pngi->pixel_depth; -+ bd->bdBitsPerSample= png_get_bit_depth( pngp, pngi ); -+ bd->bdSamplesPerPixel= png_get_channels( pngp, pngi ); -+ bd->bdBitsPerPixel= bd->bdSamplesPerPixel* bd->bdBitsPerSample; - break; - - case PNG_COLOR_TYPE_GRAY_ALPHA: - bd->bdHasAlpha= 1; -- LDEB(pngi->color_type); return -1; -+ LDEB(png_get_color_type( pngp, pngi )); return -1; - - default: -- LDEB(pngi->color_type); return -1; -+ LDEB(png_get_color_type( pngp, pngi )); return -1; - } - -- bd->bdBytesPerRow= pngi->rowbytes; -+ bd->bdBytesPerRow= png_get_rowbytes( pngp, pngi ); - bd->bdBufferLength= bd->bdBytesPerRow* bd->bdPixelsHigh; - -- switch( pngi->phys_unit_type ) -+ if ( ! png_get_pHYs( pngp, pngi, &res_x, &res_y, &unit_type ) ) -+ { unit_type= PNG_RESOLUTION_UNKNOWN; } -+ -+ switch( unit_type ) - { - case PNG_RESOLUTION_UNKNOWN: - bd->bdUnit= BMunPIXEL; -@@ -96,12 +109,12 @@ static int bpPngiToBitmap( const png_inf - - case PNG_RESOLUTION_METER: - bd->bdUnit= BMunM; -- bd->bdXResolution= pngi->x_pixels_per_unit; -- bd->bdYResolution= pngi->y_pixels_per_unit; -+ bd->bdXResolution= res_x; -+ bd->bdYResolution= res_y; - break; - - default: -- LDEB(pngi->phys_unit_type); -+ LDEB(unit_type); - return -1; - } - -@@ -119,11 +132,11 @@ static int bmPngReadContents( png_info * - unsigned char * buffer; - - numberOfPasses= 1; -- if ( pngi->interlace_type ) -+ if ( png_get_interlace_type( png, pngi ) ) - { numberOfPasses= png_set_interlace_handling( png ); } - -- if ( pngi->color_type == PNG_COLOR_TYPE_RGB && -- pngi->bit_depth == 16 ) -+ if ( png_get_color_type( png, pngi ) == PNG_COLOR_TYPE_RGB && -+ png_get_bit_depth( png, pngi ) == 16 ) - { - const unsigned short one= 1; - const unsigned char * testEndian= (const unsigned char *)&one; -@@ -133,9 +146,6 @@ static int bmPngReadContents( png_info * - } - - png_start_read_image( png ); -- /* -- png_read_update_info( png, pngi ); -- */ - - buffer= (unsigned char *)malloc( bd->bdBufferLength ); - if ( ! buffer ) -@@ -236,9 +246,9 @@ int bmPngReadPng( BitmapDescription * bd - - png_read_info( pngp, pngip ); - -- if ( bpPngiToBitmap( pngip, bd ) ) -+ if ( bpPngiToBitmap( pngp, pngip, bd ) ) - { -- LLLDEB(pngip->color_type,bd->bdColorCount,bd->bdRGB8Palette); -+ LLDEB(bd->bdColorCount,bd->bdRGB8Palette); - png_destroy_read_struct( &pngp, &pngip, (png_infop *)0 ); - return -1; - } -@@ -282,44 +292,43 @@ int bmCanWritePngFile( const BitmapDescr - - static int bpPngiFromBitmap( png_structp png, - png_info * pngi, -+ png_colorp * pPalette, - const BitmapDescription * bd ) - { -- png_info_init( pngi ); -- pngi->width= bd->bdPixelsWide; -- pngi->height= bd->bdPixelsHigh; -+ int bit_depth; -+ int color_type; -+ png_color_8 sig_bit; - - switch( bd->bdUnit ) - { - case BMunM: -- pngi->phys_unit_type= PNG_RESOLUTION_METER; -- pngi->x_pixels_per_unit= bd->bdXResolution; -- pngi->y_pixels_per_unit= bd->bdYResolution; -- pngi->valid |= PNG_INFO_pHYs; -+ png_set_pHYs( png, pngi, -+ bd->bdXResolution, -+ bd->bdYResolution, -+ PNG_RESOLUTION_METER); - break; - - case BMunINCH: -- pngi->phys_unit_type= PNG_RESOLUTION_METER; -- pngi->x_pixels_per_unit= (int)( 39.37* bd->bdXResolution ); -- pngi->y_pixels_per_unit= (int)( 39.37* bd->bdYResolution ); -- pngi->valid |= PNG_INFO_pHYs; -+ png_set_pHYs( png, pngi, -+ (int)( 39.37* bd->bdXResolution ), -+ (int)( 39.37* bd->bdYResolution ), -+ PNG_RESOLUTION_METER); - break; - - case BMunPOINT: -- pngi->phys_unit_type= PNG_RESOLUTION_METER; -- pngi->x_pixels_per_unit= POINTS_PER_M* bd->bdXResolution; -- pngi->y_pixels_per_unit= POINTS_PER_M* bd->bdYResolution; -- pngi->valid |= PNG_INFO_pHYs; -+ png_set_pHYs( png, pngi, -+ POINTS_PER_M* bd->bdXResolution, -+ POINTS_PER_M* bd->bdYResolution, -+ PNG_RESOLUTION_METER); - break; - - case BMunPIXEL: -- pngi->phys_unit_type= PNG_RESOLUTION_UNKNOWN; -- pngi->x_pixels_per_unit= 1; -- pngi->y_pixels_per_unit= 1; -+ png_set_pHYs(png, pngi, 1, 1, PNG_RESOLUTION_UNKNOWN); - break; - - default: - LDEB(bd->bdUnit); -- pngi->phys_unit_type= PNG_RESOLUTION_UNKNOWN; -+ png_set_pHYs(png, pngi, 1, 1, PNG_RESOLUTION_UNKNOWN); - break; - } - -@@ -329,41 +338,48 @@ static int bpPngiFromBitmap( png_structp - - case BMcoBLACKWHITE: - case BMcoWHITEBLACK: -- pngi->bit_depth= bd->bdBitsPerPixel; -+ bit_depth= bd->bdBitsPerPixel; - if ( bd->bdHasAlpha ) -- { pngi->color_type= PNG_COLOR_TYPE_GRAY_ALPHA; } -- else{ pngi->color_type= PNG_COLOR_TYPE_GRAY; } -- pngi->sig_bit.gray= bd->bdBitsPerSample; -+ { color_type= PNG_COLOR_TYPE_GRAY_ALPHA; } -+ else{ color_type= PNG_COLOR_TYPE_GRAY; } -+ sig_bit.gray= bd->bdBitsPerSample; - break; - - case BMcoRGB: -- pngi->bit_depth= bd->bdBitsPerSample; -+ bit_depth= bd->bdBitsPerSample; - if ( bd->bdHasAlpha ) -- { pngi->color_type= PNG_COLOR_TYPE_RGB_ALPHA; } -- else{ pngi->color_type= PNG_COLOR_TYPE_RGB; } -- pngi->sig_bit.red= bd->bdBitsPerSample; -- pngi->sig_bit.green= bd->bdBitsPerSample; -- pngi->sig_bit.blue= bd->bdBitsPerSample; -+ { color_type= PNG_COLOR_TYPE_RGB_ALPHA; } -+ else{ color_type= PNG_COLOR_TYPE_RGB; } -+ sig_bit.red= bd->bdBitsPerSample; -+ sig_bit.green= bd->bdBitsPerSample; -+ sig_bit.blue= bd->bdBitsPerSample; - break; - - case BMcoRGB8PALETTE: -- pngi->bit_depth= bd->bdBitsPerPixel; -- pngi->color_type= PNG_COLOR_TYPE_PALETTE; -+ bit_depth= bd->bdBitsPerPixel; -+ color_type= PNG_COLOR_TYPE_PALETTE; - -- pngi->valid |= PNG_INFO_PLTE; -- pngi->palette= (png_color *)malloc( 256* sizeof( png_color ) ); -- if ( ! pngi->palette ) -- { XDEB(pngi->palette); return -1; } -- pngi->num_palette= bd->bdColorCount; -- pngi->sig_bit.red= bd->bdBitsPerSample; -- pngi->sig_bit.green= bd->bdBitsPerSample; -- pngi->sig_bit.blue= bd->bdBitsPerSample; -- for ( i= 0; i < pngi->num_palette; i++ ) -+ if ( bd->bdColorCount > PNG_MAX_PALETTE_LENGTH ) - { -- pngi->palette[i].red= bd->bdRGB8Palette[i].rgb8Red; -- pngi->palette[i].green= bd->bdRGB8Palette[i].rgb8Green; -- pngi->palette[i].blue= bd->bdRGB8Palette[i].rgb8Blue; -+ LLDEB(bd->bdColorCount,PNG_MAX_PALETTE_LENGTH); -+ return -1; - } -+ -+ *pPalette= (png_color *)malloc( PNG_MAX_PALETTE_LENGTH* -+ sizeof( png_color ) ); -+ if ( ! *pPalette ) -+ { XDEB(*pPalette); return -1; } -+ sig_bit.red= bd->bdBitsPerSample; -+ sig_bit.green= bd->bdBitsPerSample; -+ sig_bit.blue= bd->bdBitsPerSample; -+ for ( i= 0; i < bd->bdColorCount; i++ ) -+ { -+ (*pPalette)[i].red= bd->bdRGB8Palette[i].rgb8Red; -+ (*pPalette)[i].green= bd->bdRGB8Palette[i].rgb8Green; -+ (*pPalette)[i].blue= bd->bdRGB8Palette[i].rgb8Blue; -+ } -+ -+ png_set_PLTE( png, pngi, (*pPalette), bd->bdColorCount ); - break; - - default: -@@ -371,7 +387,13 @@ static int bpPngiFromBitmap( png_structp - return -1; - } - -- pngi->interlace_type= 0; -+ png_set_sBIT( png, pngi, &sig_bit ); -+ png_set_IHDR( png, pngi, -+ bd->bdPixelsWide, bd->bdPixelsHigh, -+ bit_depth, color_type, -+ PNG_INTERLACE_NONE, -+ PNG_COMPRESSION_TYPE_BASE, -+ PNG_FILTER_TYPE_BASE ); - - return 0; - } -@@ -395,8 +417,8 @@ static void bmPngWriteContents( png_stru - } - } - -- if ( pngi->color_type == PNG_COLOR_TYPE_RGB && -- bd->bdBitsPerSample == 16 ) -+ if ( png_get_color_type( png, pngi ) == PNG_COLOR_TYPE_RGB && -+ bd->bdBitsPerSample == 16 ) - { - const unsigned short one= 1; - const unsigned char * testEndian= (const unsigned char *)&one; -@@ -431,9 +453,9 @@ static void bmPngWriteContents( png_stru - from= scratch; - } - -- if ( pngi->color_type == PNG_COLOR_TYPE_RGB && -- bd->bdBitsPerSample == 16 && -- scratch ) -+ if ( png_get_color_type( png, pngi ) == PNG_COLOR_TYPE_RGB && -+ bd->bdBitsPerSample == 16 && -+ scratch ) - { - int col; - const BmUint16 * fr= (const BmUint16 *)from; -@@ -453,10 +475,6 @@ static void bmPngWriteContents( png_stru - - png_write_end( png, pngi ); - -- if ( bd->bdColorEncoding == BMcoRGB8PALETTE && -- pngi->palette ) -- { free( pngi->palette ); } -- - if ( scratch ) - { free( scratch ); } - -@@ -510,50 +528,43 @@ int bmPngWritePng( const BitmapDescript - const unsigned char * buffer, - SimpleOutputStream * sos ) - { -+ int rval= 0; - png_structp pngp= (png_structp)0; - png_infop pngip= (png_infop)0; -+ png_colorp palette= (png_colorp)0; - - pngp = png_create_write_struct( PNG_LIBPNG_VER_STRING, (void *)0, - (png_error_ptr)0, (png_error_ptr)0 ); - if ( ! pngp ) -- { LDEB(1); return -1; } -+ { XDEB(pngp); rval= -1; goto ready; } - - pngip = png_create_info_struct( pngp ); - if ( ! pngip ) -- { -- LDEB(1); -- png_destroy_write_struct( &pngp, (png_infop *)0 ); -- return -1; -- } -+ { XDEB(pngip); rval= -1; goto ready; } -+ -+ /* -+ As the info struct is built by libpng this is not needed: -+ (The call will disappear from libpng in version 1.4) -+ png_info_init( pngi ); -+ */ - - if ( setjmp( png_jmpbuf( pngp ) ) ) -- { -- LDEB(1); -- png_destroy_write_struct( &pngp, &pngip ); -- /* Crashes: -- if ( bd->bdColorEncoding == BMcoRGB8PALETTE && -- pngip->palette ) -- { free( pngip->palette ); } -- */ -- return -1; -- } -+ { LDEB(1); rval= -1; goto ready; } - - png_init_io( pngp, (FILE *)0 ); - png_set_write_fn( pngp, (void *)sos, bmPngWriteBytes, bmPngFlushBytes ); - -- if ( bpPngiFromBitmap( pngp, pngip, bd ) ) -- { -- LDEB(bd->bdColorEncoding); -- png_destroy_write_struct( &pngp, &pngip ); -- return -1; -- } -- -- /* -- png_write_info( pngp, pngip ); -- */ -+ if ( bpPngiFromBitmap( pngp, pngip, &palette, bd ) ) -+ { LDEB(bd->bdColorEncoding); rval= -1; goto ready; } - - bmPngWriteContents( pngp, pngip, buffer, bd ); - -+ ready: -+ -+ if ( palette ) -+ { free( palette ); } -+ - png_destroy_write_struct( &pngp, &pngip ); -- return 0; -+ -+ return rval; - } diff --git a/editors/ted/patches/patch-appFrame_appFontConfig.c b/editors/ted/patches/patch-appFrame_appFontConfig.c deleted file mode 100644 index ced13c1d46cb5..0000000000000 --- a/editors/ted/patches/patch-appFrame_appFontConfig.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-appFrame_appFontConfig.c,v 1.1 2014/02/01 03:46:49 markd Exp $ - -Build with freetype 2.5.x - ---- appFrame/appFontConfig.c.orig 2009-10-16 15:20:57.000000000 +0000 -+++ appFrame/appFontConfig.c -@@ -903,7 +903,7 @@ const char * appFtErrorStr( int e ) - - static const n2s xftn2s[]= - { --# include -+# include FT_ERROR_DEFINITIONS_H - }; - - for ( i= 0; i < sizeof(xftn2s)/sizeof(n2s); i++ ) diff --git a/editors/ted/patches/patch-appUtil_csvsheet.c b/editors/ted/patches/patch-appUtil_csvsheet.c deleted file mode 100644 index b53ab3c8f3e22..0000000000000 --- a/editors/ted/patches/patch-appUtil_csvsheet.c +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-appUtil_csvsheet.c,v 1.1 2014/03/25 23:13:21 asau Exp $ - ---- appUtil/csvsheet.c.orig 2009-10-16 15:20:58.000000000 +0000 -+++ appUtil/csvsheet.c -@@ -1,7 +1,6 @@ - # include - # include - # include --# include - # include - - # include "csv.h" From a0d0dd82eec6f95d667fef89f1fd3bf641ad8ab1 Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 19 May 2022 13:34:09 +0000 Subject: [PATCH 0677/1154] doc: Ted update --- doc/CHANGES-2022 | 21 ++++++++++++++++++++- doc/TODO | 4 +--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ee5a4019f7e2b..a8d9b908a5dda 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2634 2022/05/19 13:19:55 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2635 2022/05/19 13:34:09 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4059,3 +4059,22 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/zoxide to 0.8.1nb1 [pin 2022-05-19] Updated www/py-asgiref to 3.5.2 [adam 2022-05-19] Updated net/py-minio to 7.1.8 [adam 2022-05-19] + Added editors/ted-bg version 2.23 [nia 2022-05-19] + Added editors/ted-et version 2.23 [nia 2022-05-19] + Added editors/ted-hr version 2.23 [nia 2022-05-19] + Added editors/ted-ru version 2.23 [nia 2022-05-19] + Added editors/ted-sk version 2.23 [nia 2022-05-19] + Added editors/ted-sl version 2.23 [nia 2022-05-19] + Updated editors/ted-cs to 2.23 [nia 2022-05-19] + Updated editors/ted-da to 2.23 [nia 2022-05-19] + Updated editors/ted-en-gb to 2.23 [nia 2022-05-19] + Updated editors/ted-es to 2.23 [nia 2022-05-19] + Updated editors/ted-fr to 2.23 [nia 2022-05-19] + Updated editors/ted-it to 2.23 [nia 2022-05-19] + Updated editors/ted-nl to 2.23 [nia 2022-05-19] + Updated editors/ted-no to 2.23 [nia 2022-05-19] + Updated editors/ted-pl to 2.23 [nia 2022-05-19] + Updated editors/ted-pt to 2.23 [nia 2022-05-19] + Updated editors/ted-sv to 2.23 [nia 2022-05-19] + Removed editors/ted-en-us [nia 2022-05-19] + Updated editors/ted to 2.23 [nia 2022-05-19] diff --git a/doc/TODO b/doc/TODO index 2a9f0acb7b571..9e9d3c68f2174 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21871 2022/05/18 18:29:28 adam Exp $ +$NetBSD: TODO,v 1.21872 2022/05/19 13:34:09 nia Exp $ Suggested new packages ====================== @@ -1620,8 +1620,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o tct-1.19 o tdir-1.73 o tds-1.6.2 - o ted-2.23 - o ted-en-us-2.23 o teem-1.10.0 o telegram-purple-1.4.7 o telepathy-gabble-0.18.4 From 30bd7a07e0891e6dfdf1c5037812a32c4d13e952 Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 19 May 2022 13:35:10 +0000 Subject: [PATCH 0678/1154] ted: delint --- editors/ted/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 2e324adc84fb7..59bc085a3fd03 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2022/05/19 13:32:47 nia Exp $ +# $NetBSD: Makefile,v 1.67 2022/05/19 13:35:10 nia Exp $ DISTNAME= ted-2.23.src PKGNAME= ${DISTNAME:S/.src//} @@ -53,7 +53,7 @@ INSTALLATION_DIRS+= share/applications INSTALLATION_DIRS+= share/pixmaps post-extract: - @cd ${WRKSRC} ; tar xf tedPackage/TedDatadir.tar + cd ${WRKSRC} && tar xf tedPackage/TedDatadir.tar do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Ted/Ted ${DESTDIR}${PREFIX}/bin/Ted @@ -75,6 +75,7 @@ do-install: .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" From f39ae8f9b1d08cec05d95207a0e545796732d328 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 19 May 2022 15:37:52 +0000 Subject: [PATCH 0679/1154] doc/TODO: + Mesa-22.1, erlang-25.0, inkscape-1.2. --- doc/TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 9e9d3c68f2174..4f713d1e5b54c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21872 2022/05/19 13:34:09 nia Exp $ +$NetBSD: TODO,v 1.21873 2022/05/19 15:37:52 wiz Exp $ Suggested new packages ====================== @@ -370,7 +370,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o JBidwatcher-2.5.6 [wants launch4j] o LPRng-core-3.8.35 o Mesa-21.3.8 - o Mesa-22.0.1 + o Mesa-22.1 o MesaLib-22.0.3 o OdfConverter-4.0 o PACK-0.0.4 @@ -642,6 +642,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o epubcheck-4.0.2 o erfa-1.7.3 o eric5-5.4.6 + o erlang-25.0 o errcheck-1.6.0 o es-0.83 o esh-0.8.5 @@ -882,6 +883,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o influxdb-2.0.4 o inform-6.34 o ingo-3.2.8 + o inkscape-1.2 o inn-2.6.4 o input-pad-1.4.2 o iozone-3.490 From 9d684f6b18bb844e5bb6979b6e82df2825a4a912 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 19 May 2022 15:57:23 +0000 Subject: [PATCH 0680/1154] gcc10-aux: Fix build when lang/libunwind is installed Do not include PREFIX/include in CPPFLAGS. --- lang/gcc10-aux/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lang/gcc10-aux/Makefile b/lang/gcc10-aux/Makefile index e798b9581e71a..2a14b5a454385 100644 --- a/lang/gcc10-aux/Makefile +++ b/lang/gcc10-aux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/03/27 15:06:11 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/19 15:57:23 ryoon Exp $ GCC_PKGNAME= gcc10-aux .include "version.mk" @@ -17,6 +17,9 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DEFAULT_DISTFILES} +# Add gcc6-aux as an explicit dependency. It is needed to bootstrap. +BUILD_DEPENDS+= gcc6-aux-[0-9]*:../../lang/gcc6-aux + # Relocations result in a linker error on AArch64, but not x86. MKPIE_SUPPORTED= no @@ -209,8 +212,6 @@ CONFIGURE_ARGS+= --with-system-zlib .else CONFIGURE_ARGS+= --without-system-zlib .endif -# Add gcc6-aux as an explicit dependency. It is needed to bootstrap. -.include "../../lang/gcc6-aux/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" From 456eb81035e0315ae639d62a449ef6f2f3a4f89e Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 19 May 2022 15:59:04 +0000 Subject: [PATCH 0681/1154] py-PyRTL: Support graphics/py-graphviz-0.19 or later too --- cad/py-PyRTL/Makefile | 4 +-- cad/py-PyRTL/distinfo | 3 ++- .../patches/patch-pyrtl_visualization.py | 25 +++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 cad/py-PyRTL/patches/patch-pyrtl_visualization.py diff --git a/cad/py-PyRTL/Makefile b/cad/py-PyRTL/Makefile index f7f360df708bd..d29fa01bdf2bc 100644 --- a/cad/py-PyRTL/Makefile +++ b/cad/py-PyRTL/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2022/01/04 20:52:35 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/19 15:59:04 ryoon Exp $ DISTNAME= pyrtl-${PKGVERSION_NOREV} PKGNAME= ${PYPKGPREFIX}-PyRTL-0.10.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= cad python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrtl/} diff --git a/cad/py-PyRTL/distinfo b/cad/py-PyRTL/distinfo index a406e6c8b2dc7..5e7e87ccd5df4 100644 --- a/cad/py-PyRTL/distinfo +++ b/cad/py-PyRTL/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/11/21 15:10:08 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2022/05/19 15:59:04 ryoon Exp $ BLAKE2s (pyrtl-0.10.1.tar.gz) = 9cfd2f3c21ddb36d47607efe9d371201cb2405eab9ad0c83c14c6187337caf1c SHA512 (pyrtl-0.10.1.tar.gz) = 84a9c8da6e793d7740a38753ff8ae96b16e734e6024ce2df8b15df6e469ccedbd2a4f9019882d985c8842c73a4d7d4d2637d8ca071cfd9429ed27f3f07471b7f Size (pyrtl-0.10.1.tar.gz) = 199543 bytes +SHA1 (patch-pyrtl_visualization.py) = 2b7bdb0171fa13e8c9d0317b782c6d0a5fc80b66 diff --git a/cad/py-PyRTL/patches/patch-pyrtl_visualization.py b/cad/py-PyRTL/patches/patch-pyrtl_visualization.py new file mode 100644 index 0000000000000..9ea6fe1b22302 --- /dev/null +++ b/cad/py-PyRTL/patches/patch-pyrtl_visualization.py @@ -0,0 +1,25 @@ +$NetBSD: patch-pyrtl_visualization.py,v 1.1 2022/05/19 15:59:04 ryoon Exp $ + +* Support SVG output with py-graphviz 0.19 or later too. + +--- pyrtl/visualization.py.orig 2021-09-02 19:11:31.000000000 +0000 ++++ pyrtl/visualization.py +@@ -453,8 +453,16 @@ def block_to_svg(block=None, split_state + """ + try: + from graphviz import Source +- return Source(block_to_graphviz_string(block, split_state=split_state, +- maintain_arg_order=maintain_arg_order))._repr_svg_() ++ src = Source(block_to_graphviz_string(block, split_state=split_state, ++ maintain_arg_order=maintain_arg_order)) ++ try: ++ svg = src._repr_image_svg_xml() ++ except AttributeError: ++ # py-graphviz 0.18.3 or earlier ++ return src._repr_svg_() ++ else: ++ # py-graphviz 0.19 or later ++ return svg + except ImportError: + raise PyrtlError('need graphviz installed (try "pip install graphviz")') + From 8c54c82ed84aff8a4465940fbe783a9f9f099bcf Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 19 May 2022 16:05:11 +0000 Subject: [PATCH 0682/1154] ghdl: Update to 2.0.0 * Use LLVM backend. Changelog: Not available in concise form. * Add experimental synthesizer. * More complete VHDL 2008/93/87 support. --- cad/ghdl/DESCR | 13 +- cad/ghdl/Makefile | 104 +-- cad/ghdl/PLIST | 735 +++++------------- cad/ghdl/distinfo | 16 +- cad/ghdl/patches/patch-configure | 14 + cad/ghdl/patches/patch-gcc_vhdl_Make-lang.in | 15 - cad/ghdl/patches/patch-gcc_vhdl_Makefile.in | 21 - .../patches/patch-gcc_vhdl_grt_Makefile.inc | 19 - .../patch-src_ortho_mcode_memsegs__c.c | 15 + 9 files changed, 292 insertions(+), 660 deletions(-) create mode 100644 cad/ghdl/patches/patch-configure delete mode 100644 cad/ghdl/patches/patch-gcc_vhdl_Make-lang.in delete mode 100644 cad/ghdl/patches/patch-gcc_vhdl_Makefile.in delete mode 100644 cad/ghdl/patches/patch-gcc_vhdl_grt_Makefile.inc create mode 100644 cad/ghdl/patches/patch-src_ortho_mcode_memsegs__c.c diff --git a/cad/ghdl/DESCR b/cad/ghdl/DESCR index 70b7ae3aaf218..beb256ecc1cd2 100644 --- a/cad/ghdl/DESCR +++ b/cad/ghdl/DESCR @@ -1,5 +1,8 @@ -GHDL is an open-source simulator for the VHDL language. GHDL allows -you to compile and execute your VHDL code directly in your PC. -Combined with a GUI-based wave viewer and a good VHDL text editor, -GHDL is a very powerful tool for writing, testing and simulating -your VHDL code. +GHDL is a shorthand for G Hardware Design Language (currently, G +has no meaning). It is a VHDL analyzer, compiler, simulator and +(experimental) synthesizer that can process (nearly) any VHDL design. +Unlike some other simulators, GHDL is a compiler: it directly +translates a VHDL file to machine code, without using an intermediary +language such as C or C++. Therefore, the compiled code should be +faster and the analysis time should be shorter than with a compiler +using an intermediary language. diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile index b03de1f4f606a..6790c46392007 100644 --- a/cad/ghdl/Makefile +++ b/cad/ghdl/Makefile @@ -1,69 +1,49 @@ -# $NetBSD: Makefile,v 1.8 2020/05/17 15:54:04 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/19 16:05:11 ryoon Exp $ -GCCVER= 4.9.2 -DISTNAME= ghdl-0.32rc1 +DISTNAME= ghdl-2.0.0 CATEGORIES= cad -PKGREVISION= 2 -MASTER_SITES= ${MASTER_SITE_LOCAL} -EXTRACT_SUFX= .tar.bz2 -GCCDISTNAME= gcc-${GCCVER}.tar.bz2 -DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} ${GCCDISTNAME} -SITES.${GCCDISTNAME}= \ - ${MASTER_SITE_GNU:=gcc/gcc-${GCCVER}/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=ghdl/} +GITHUB_PROJECT= ghdl +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= https://sourceforge.net/p/ghdl-updates/wiki/Home/ -COMMENT= Open-source simulator for the VHDL language +HOMEPAGE= https://ghdl.github.io/ghdl/ +COMMENT= Open-source simulator/compiler/analyzer for the VHDL LICENSE= gnu-gpl-v2 -CHECK_PORTABILITY_SKIP+= contrib/* - -# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549 -# use makeinfo from pkgsrc/devel/gtexinfo. -TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo -TOOLS_PLATFORM.makeinfo= - -WRKSRC= ${WRKDIR}/gcc-${GCCVER} - -USE_LANGUAGES= c c++ ada - -MAKE_JOBS_SAFE= no - -USE_LIBTOOL= yes -USE_TOOLS+= gmake makeinfo -INFO_FILES= yes - -GNU_CONFIGURE= yes - -CONFIGURE_ARGS+= --enable-languages=vhdl -CONFIGURE_ARGS+= --disable-bootstrap -CONFIGURE_ARGS+= --disable-nls -CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmp} -CONFIGURE_ARGS+= --with-mpfr=${BUILDLINK_PREFIX.mpfr} - -## Build outside ${WRKSRC} -OBJDIR= ../build -CONFIGURE_DIRS= ${OBJDIR} -CONFIGURE_SCRIPT= ../gcc-${GCCVER}/configure - -GCC_PKGNAME= gcc49-ghdl -GCC_SUBPREFIX= ${GCC_PKGNAME} -GCC_PREFIX= ${PREFIX}/${GCC_SUBPREFIX} -GNU_CONFIGURE_PREFIX= ${GCC_PREFIX} - -CONFIGURE_ARGS+= --with-local-prefix=${GCC_PREFIX:Q} - -INSTALLATION_DIRS+= bin - -post-extract: - cd ${WRKDIR} && ${MV} ${DISTNAME}/vhdl gcc-${GCCVER}/gcc - -pre-configure: - ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR} - -post-install: - cd ${DESTDIR}${PREFIX}/bin && ${LN} -fs ../gcc49-ghdl/bin/ghdl . - -.include "../../devel/gmp/buildlink3.mk" -.include "../../math/mpfr/buildlink3.mk" +USE_TOOLS+= bash:run gmake + +USE_LANGUAGES+= c c++ # ada + +# lang/gcc10-aux does not support RELRO +# and this package should use same condition. +RELRO_SUPPORTED= no +MKPIE_SUPPORTED= no + +REPLACE_BASH= scripts/vendors/*.sh +## This approach to use __time50() and __ctime50() is unavailable +## because Ada language would not accept symbols start with '_'. +#.include "../../mk/bsd.prefs.mk" +#.if ${OPSYS} == "NetBSD" +#SUBST_CLASSES+= time +#SUBST_STAGE.time= pre-configure +#SUBST_MESSAGE.time= Use correct functions in time.h +#SUBST_FILES.time+= src/grt/grt-vcd.adb +#SUBST_SED.time+= -e 's/pragma Import (C, time);/pragma Import (C, __time50);/g' +#SUBST_SED.time+= -e 's/pragma Import (C, ctime);/pragma Import (C, __ctime50);/g' +#.endif + +HAS_CONFIGURE= yes +CONFIGURE_ENV+= GNATMAKE=${PREFIX}/gcc10-aux/bin/gnatmake +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --enable-synth +CONFIGURE_ARGS+= --enable-libghdl +# Select LLVM backend +CONFIGURE_ARGS+= --with-llvm-config=${PREFIX}/bin/llvm-config + +BUILDLINK_DEPMETHOD.clang= build +.include "../../lang/clang/buildlink3.mk" +.include "../../lang/llvm/buildlink3.mk" +# GNAT 8.1 or later is required for --enable-synth. +.include "../../lang/gcc10-aux/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/cad/ghdl/PLIST b/cad/ghdl/PLIST index ff55d2c58e6cb..1326cf9eef4d2 100644 --- a/cad/ghdl/PLIST +++ b/cad/ghdl/PLIST @@ -1,529 +1,208 @@ -@comment $NetBSD: PLIST,v 1.2 2014/12/07 10:48:12 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/19 16:05:11 ryoon Exp $ bin/ghdl -gcc49-ghdl/bin/cpp -gcc49-ghdl/bin/gcc -gcc49-ghdl/bin/gcc-ar -gcc49-ghdl/bin/gcc-nm -gcc49-ghdl/bin/gcc-ranlib -gcc49-ghdl/bin/gcov -gcc49-ghdl/bin/ghdl -gcc49-ghdl/bin/${MACHINE_GNU_PLATFORM}-gcc -gcc49-ghdl/bin/${MACHINE_GNU_PLATFORM}-gcc-4.9.2 -gcc49-ghdl/bin/${MACHINE_GNU_PLATFORM}-gcc-ar -gcc49-ghdl/bin/${MACHINE_GNU_PLATFORM}-gcc-nm -gcc49-ghdl/bin/${MACHINE_GNU_PLATFORM}-gcc-ranlib -gcc49-ghdl/info/cpp.info -gcc49-ghdl/info/cppinternals.info -gcc49-ghdl/info/gcc.info -gcc49-ghdl/info/gccinstall.info -gcc49-ghdl/info/gccint.info -gcc49-ghdl/info/ghdl.info -gcc49-ghdl/info/libgomp.info -gcc49-ghdl/info/libquadmath.info -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/README -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/curses.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/limits.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/math.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/netinet/ip_compat.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/netinet/ip_fil.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/netinet/ip_lookup.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/netinet/ip_nat.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/netinet/ip_proxy.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/netinet/ip_scan.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/netinet/ip_state.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/stddef.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/stdio.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/stdlib.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/sys/types.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/syslimits.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include-fixed/wchar.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/adxintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/ammintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/avx2intrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/avx512cdintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/avx512erintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/avx512fintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/avx512pfintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/avxintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/bmi2intrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/bmiintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/bmmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/cpuid.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/cross-stdarg.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/emmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/f16cintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/float.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/fma4intrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/fmaintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/fxsrintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/ia32intrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/immintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/iso646.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/lwpintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/lzcntintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/mm3dnow.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/mm_malloc.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/mmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/nmmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/omp.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/pmmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/popcntintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/prfchwintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/rdseedintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/rtmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/shaintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/smmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/ssp/ssp.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/ssp/stdio.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/ssp/string.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/ssp/unistd.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/stdalign.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/stdarg.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/stdatomic.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/stdbool.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/stddef.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/stdfix.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/stdnoreturn.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/tbmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/tgmath.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/tmmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/unwind.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/varargs.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/wmmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/x86intrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/xmmintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/xopintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/xsaveintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/xsaveoptintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/include/xtestintrin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/fixinc_list -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/gsyslimits.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/include/README -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/include/limits.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/macro_list -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/mkheaders.conf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/libgcc.a -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/libgcc_eh.a -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/libgcov.a -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/gtype.state -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/ada/gcc-interface/ada-tree.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/alias.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/all-tree.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/alloc-pool.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/ansidecl.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/attribs.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/auto-host.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/b-header-vars -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/basic-block.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/bitmap.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/builtins.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/bversion.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/c-family/c-common.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/c-family/c-common.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/c-family/c-objc.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/c-family/c-pragma.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/c-family/c-pretty-print.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/c-tree.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/calls.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cfg-flags.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cfgexpand.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cfghooks.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cfgloop.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cgraph.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cif-code.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cilk-builtins.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cilkplus.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/dbxelf.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/elfos.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/att.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/biarch64.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/i386-opts.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/i386-protos.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/i386.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/netbsd64.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/stringop.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/unix.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/x86-64.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/i386/x86-tune.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/initfini-array.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/netbsd-elf.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/netbsd.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/config/vxworks-dummy.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/configargs.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/context.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/coretypes.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cp/cp-tree.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cppdefault.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/cpplib.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/debug.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/defaults.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/df.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/diagnostic-color.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/diagnostic-core.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/diagnostic.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/diagnostic.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/double-int.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/dumpfile.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/emit-rtl.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/except.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/filenames.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/fixed-value.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/flag-types.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/flags.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/fold-const.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/function.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gcc-plugin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gcc-symtab.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/genrtl.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/ggc.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple-builder.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple-expr.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple-fold.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple-iterator.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple-low.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple-pretty-print.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple-ssa.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple-walk.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimple.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimplify-me.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gimplify.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gsstruct.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gtm-builtins.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/gtype-desc.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/hard-reg-set.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/hash-table.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/hashtab.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/highlev-plugin-common.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/hwint.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/incpath.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/input.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/insn-codes.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/insn-constants.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/insn-flags.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/insn-modes.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/insn-notes.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/internal-fn.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/internal-fn.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/intl.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/ipa-prop.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/ipa-ref-inline.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/ipa-ref.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/ipa-reference.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/ipa-utils.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/is-a.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/java/java-tree.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/langhooks.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/libiberty.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/line-map.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/machmode.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/md5.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/mode-classes.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/objc/objc-tree.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/obstack.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/omp-builtins.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/options.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/opts.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/output.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/params.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/params.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/pass-instances.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/pass_manager.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/plugin-api.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/plugin-version.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/plugin.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/plugin.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/pointer-set.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/predict.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/predict.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/prefix.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/pretty-print.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/print-rtl.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/print-tree.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/real.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/realmpfr.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/reg-notes.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/regset.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/resource.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/rtl.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/rtl.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/safe-ctype.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/sanitizer.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/sbitmap.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/splay-tree.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/ssa-iterators.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/statistics.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/stmt.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/stor-layout.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/stringpool.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/symtab.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/sync-builtins.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/system.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/target-hooks-macros.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/target.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/target.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/timevar.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/timevar.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tm-preds.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tm.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tm_p.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/toplev.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-cfg.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-cfgcleanup.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-check.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-core.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-dfa.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-dump.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-eh.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-hasher.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-inline.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-into-ssa.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-iterator.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-nested.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-object-size.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-outof-ssa.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-parloops.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-pass.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-phinodes.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-pretty-print.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-address.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-alias.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-coalesce.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-dom.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-loop-ivopts.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-loop-manip.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-loop-niter.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-loop.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-operands.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-sccvn.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-ter.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-threadedge.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa-threadupdate.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssa.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree-ssanames.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/tree.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/treestruct.def -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/varasm.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/vec.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/include/version.h -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/grt.lst -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/grt.ver -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/libgrt.a -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/fixed_float_types.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/fixed_generic_pkg-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/fixed_generic_pkg.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/fixed_pkg.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/float_generic_pkg-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/float_generic_pkg.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/float_pkg.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/ieee-obj08.cf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/math_complex-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/math_complex.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/math_real-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/math_real.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/numeric_bit-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/numeric_bit.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/numeric_bit_unsigned-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/numeric_bit_unsigned.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/numeric_std-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/numeric_std.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/numeric_std_unsigned-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/numeric_std_unsigned.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/std_logic_1164-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/std_logic_1164.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/ieee/std_logic_textio.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/std/env.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/std/env_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/std/std-obj08.cf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/std/std_standard.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/std/textio.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v08/std/textio_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/ieee-obj87.cf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/numeric_bit-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/numeric_bit.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/numeric_std-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/numeric_std.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/std_logic_1164.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/std_logic_1164_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/vital_primitives.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/vital_primitives_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/vital_timing.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/ieee/vital_timing_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/std/std-obj87.cf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/std/std_standard.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/std/textio.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/std/textio_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/ieee-obj87.cf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/numeric_bit-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/numeric_bit.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/numeric_std-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/numeric_std.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/std_logic_1164.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/std_logic_1164_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/std_logic_arith.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/std_logic_misc-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/std_logic_misc.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/std_logic_signed.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/std_logic_textio.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/std_logic_unsigned.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/vital_primitives.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/vital_primitives_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/vital_timing.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v87/synopsys/vital_timing_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/ieee-obj93.cf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/math_complex-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/math_complex.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/math_real-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/math_real.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/memory_b.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/memory_p.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/numeric_bit-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/numeric_bit.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/numeric_std-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/numeric_std.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/prmtvs_b.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/prmtvs_p.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/std_logic_1164.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/std_logic_1164_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/timing_b.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/ieee/timing_p.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/ieee-obj93.cf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/math_complex-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/math_complex.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/math_real-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/math_real.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/memory_b.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/memory_p.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/numeric_bit-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/numeric_bit.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/numeric_std-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/numeric_std.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/prmtvs_b.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/prmtvs_p.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/std_logic_1164.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/std_logic_1164_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/std_logic_arith.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/std_logic_arith_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/timing_b.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/mentor/timing_p.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/std/std-obj93.cf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/std/std_standard.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/std/textio.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/std/textio_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/ieee-obj93.cf -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/math_complex-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/math_complex.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/math_real-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/math_real.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/memory_b.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/memory_p.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/numeric_bit-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/numeric_bit.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/numeric_std-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/numeric_std.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/prmtvs_b.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/prmtvs_p.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/std_logic_1164.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/std_logic_1164_body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/std_logic_arith.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/std_logic_misc-body.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/std_logic_misc.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/std_logic_signed.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/std_logic_textio.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/std_logic_unsigned.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/timing_b.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/lib/v93/synopsys/timing_p.o -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/math_complex-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/math_complex.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/math_real-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/math_real.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/numeric_bit-body.v87 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/numeric_bit-body.v93 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/numeric_bit.v87 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/numeric_bit.v93 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/numeric_std-body.v87 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/numeric_std-body.v93 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/numeric_std.v87 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/numeric_std.v93 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/std_logic_1164.v87 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/std_logic_1164.v93 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/std_logic_1164_body.v87 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee/std_logic_1164_body.v93 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/fixed_float_types.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/fixed_generic_pkg-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/fixed_generic_pkg.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/fixed_pkg.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/float_generic_pkg-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/float_generic_pkg.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/float_pkg.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/math_complex-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/math_complex.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/math_real-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/math_real.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/numeric_bit-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/numeric_bit.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/numeric_bit_unsigned-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/numeric_bit_unsigned.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/numeric_std-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/numeric_std.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/numeric_std_unsigned-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/numeric_std_unsigned.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/std_logic_1164-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/std_logic_1164.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/ieee2008/std_logic_textio.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/mentor/std_logic_arith.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/mentor/std_logic_arith_body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/std/env.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/std/env_body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/std/textio.v08 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/std/textio.v87 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/std/textio.v93 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/std/textio_body.v08 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/std/textio_body.v87 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/std/textio_body.v93 -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/synopsys/std_logic_arith.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/synopsys/std_logic_misc-body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/synopsys/std_logic_misc.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/synopsys/std_logic_signed.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/synopsys/std_logic_textio.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/synopsys/std_logic_unsigned.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital2000/memory_b.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital2000/memory_p.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital2000/prmtvs_b.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital2000/prmtvs_p.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital2000/timing_b.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital2000/timing_p.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital95/vital_primitives.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital95/vital_primitives_body.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital95/vital_timing.vhdl -gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/vhdl/src/vital95/vital_timing_body.vhdl -gcc49-ghdl/lib/libatomic.la -gcc49-ghdl/lib/libgcc_s.so -gcc49-ghdl/lib/libgcc_s.so.1 -gcc49-ghdl/lib/libgomp.la -gcc49-ghdl/lib/libgomp.spec -gcc49-ghdl/lib/libssp.la -gcc49-ghdl/lib/libssp_nonshared.la -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/cc1 -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/collect2 -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/ghdl1 -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/fixinc.sh -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/fixincl -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/mkheaders -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/install-tools/mkinstalldirs -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/liblto_plugin.la -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/lto-wrapper -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/lto1 -gcc49-ghdl/libexec/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/plugin/gengtype -gcc49-ghdl/man/man1/cpp.1 -gcc49-ghdl/man/man1/gcc.1 -gcc49-ghdl/man/man1/gcov.1 -gcc49-ghdl/man/man1/ghdl.1 -gcc49-ghdl/man/man7/fsf-funding.7 -gcc49-ghdl/man/man7/gfdl.7 -gcc49-ghdl/man/man7/gpl.7 -@pkgdir gcc49-ghdl/share -@pkgdir gcc49-ghdl/lib/gcc/${MACHINE_GNU_PLATFORM}/4.9.2/finclude -@pkgdir gcc49-ghdl/include +bin/ghdl1-llvm +bin/ghwdump +include/ghdl/libghw.h +include/ghdl/synth.h +include/ghdl/synth_gates.h +include/ghdl/vhpi_user.h +include/ghdl/vpi_user.h +lib/ghdl/ansi_color.sh +lib/ghdl/grt-exec.lst +lib/ghdl/grt-shared.lst +lib/ghdl/grt.lst +lib/ghdl/grt.ver +lib/ghdl/ieee/v08/fixed_float_types.o +lib/ghdl/ieee/v08/fixed_generic_pkg-body.o +lib/ghdl/ieee/v08/fixed_generic_pkg.o +lib/ghdl/ieee/v08/fixed_pkg.o +lib/ghdl/ieee/v08/float_generic_pkg-body.o +lib/ghdl/ieee/v08/float_generic_pkg.o +lib/ghdl/ieee/v08/float_pkg.o +lib/ghdl/ieee/v08/ieee-obj08.cf +lib/ghdl/ieee/v08/ieee_bit_context.o +lib/ghdl/ieee/v08/ieee_std_context.o +lib/ghdl/ieee/v08/math_complex-body.o +lib/ghdl/ieee/v08/math_complex.o +lib/ghdl/ieee/v08/math_real-body.o +lib/ghdl/ieee/v08/math_real.o +lib/ghdl/ieee/v08/memory_b.o +lib/ghdl/ieee/v08/memory_p.o +lib/ghdl/ieee/v08/numeric_bit-body.o +lib/ghdl/ieee/v08/numeric_bit.o +lib/ghdl/ieee/v08/numeric_bit_unsigned-body.o +lib/ghdl/ieee/v08/numeric_bit_unsigned.o +lib/ghdl/ieee/v08/numeric_std-body.o +lib/ghdl/ieee/v08/numeric_std.o +lib/ghdl/ieee/v08/numeric_std_unsigned-body.o +lib/ghdl/ieee/v08/numeric_std_unsigned.o +lib/ghdl/ieee/v08/prmtvs_b.o +lib/ghdl/ieee/v08/prmtvs_p.o +lib/ghdl/ieee/v08/std_logic_1164-body.o +lib/ghdl/ieee/v08/std_logic_1164.o +lib/ghdl/ieee/v08/std_logic_arith.o +lib/ghdl/ieee/v08/std_logic_misc-body.o +lib/ghdl/ieee/v08/std_logic_misc.o +lib/ghdl/ieee/v08/std_logic_signed.o +lib/ghdl/ieee/v08/std_logic_textio.o +lib/ghdl/ieee/v08/std_logic_unsigned.o +lib/ghdl/ieee/v08/timing_b.o +lib/ghdl/ieee/v08/timing_p.o +lib/ghdl/ieee/v08/upf-body.o +lib/ghdl/ieee/v08/upf.o +lib/ghdl/ieee/v87/ieee-obj87.cf +lib/ghdl/ieee/v87/numeric_bit-body.o +lib/ghdl/ieee/v87/numeric_bit.o +lib/ghdl/ieee/v87/numeric_std-body.o +lib/ghdl/ieee/v87/numeric_std.o +lib/ghdl/ieee/v87/std_logic_1164-body.o +lib/ghdl/ieee/v87/std_logic_1164.o +lib/ghdl/ieee/v87/std_logic_arith.o +lib/ghdl/ieee/v87/std_logic_misc-body.o +lib/ghdl/ieee/v87/std_logic_misc.o +lib/ghdl/ieee/v87/std_logic_signed.o +lib/ghdl/ieee/v87/std_logic_textio.o +lib/ghdl/ieee/v87/std_logic_unsigned.o +lib/ghdl/ieee/v87/upf-body.o +lib/ghdl/ieee/v87/upf.o +lib/ghdl/ieee/v87/vital_primitives-body.o +lib/ghdl/ieee/v87/vital_primitives.o +lib/ghdl/ieee/v87/vital_timing-body.o +lib/ghdl/ieee/v87/vital_timing.o +lib/ghdl/ieee/v93/ieee-obj93.cf +lib/ghdl/ieee/v93/math_complex-body.o +lib/ghdl/ieee/v93/math_complex.o +lib/ghdl/ieee/v93/math_real-body.o +lib/ghdl/ieee/v93/math_real.o +lib/ghdl/ieee/v93/memory_b.o +lib/ghdl/ieee/v93/memory_p.o +lib/ghdl/ieee/v93/numeric_bit-body.o +lib/ghdl/ieee/v93/numeric_bit.o +lib/ghdl/ieee/v93/numeric_std-body.o +lib/ghdl/ieee/v93/numeric_std.o +lib/ghdl/ieee/v93/prmtvs_b.o +lib/ghdl/ieee/v93/prmtvs_p.o +lib/ghdl/ieee/v93/std_logic_1164-body.o +lib/ghdl/ieee/v93/std_logic_1164.o +lib/ghdl/ieee/v93/std_logic_arith.o +lib/ghdl/ieee/v93/std_logic_misc-body.o +lib/ghdl/ieee/v93/std_logic_misc.o +lib/ghdl/ieee/v93/std_logic_signed.o +lib/ghdl/ieee/v93/std_logic_textio.o +lib/ghdl/ieee/v93/std_logic_unsigned.o +lib/ghdl/ieee/v93/timing_b.o +lib/ghdl/ieee/v93/timing_p.o +lib/ghdl/ieee/v93/upf-body.o +lib/ghdl/ieee/v93/upf.o +lib/ghdl/libgrt.a +lib/ghdl/src/ieee/math_complex-body.vhdl +lib/ghdl/src/ieee/math_complex.vhdl +lib/ghdl/src/ieee/math_real-body.vhdl +lib/ghdl/src/ieee/math_real.vhdl +lib/ghdl/src/ieee/v87/numeric_bit-body.vhdl +lib/ghdl/src/ieee/v87/numeric_bit.vhdl +lib/ghdl/src/ieee/v87/numeric_std-body.vhdl +lib/ghdl/src/ieee/v87/numeric_std.vhdl +lib/ghdl/src/ieee/v87/std_logic_1164-body.vhdl +lib/ghdl/src/ieee/v87/std_logic_1164.vhdl +lib/ghdl/src/ieee/v93/numeric_bit-body.vhdl +lib/ghdl/src/ieee/v93/numeric_bit.vhdl +lib/ghdl/src/ieee/v93/numeric_std-body.vhdl +lib/ghdl/src/ieee/v93/numeric_std.vhdl +lib/ghdl/src/ieee/v93/std_logic_1164-body.vhdl +lib/ghdl/src/ieee/v93/std_logic_1164.vhdl +lib/ghdl/src/ieee2008/LICENSE +lib/ghdl/src/ieee2008/fixed_float_types.vhdl +lib/ghdl/src/ieee2008/fixed_generic_pkg-body.vhdl +lib/ghdl/src/ieee2008/fixed_generic_pkg.vhdl +lib/ghdl/src/ieee2008/fixed_pkg.vhdl +lib/ghdl/src/ieee2008/float_generic_pkg-body.vhdl +lib/ghdl/src/ieee2008/float_generic_pkg.vhdl +lib/ghdl/src/ieee2008/float_pkg.vhdl +lib/ghdl/src/ieee2008/ieee_bit_context.vhdl +lib/ghdl/src/ieee2008/ieee_std_context.vhdl +lib/ghdl/src/ieee2008/math_complex-body.vhdl +lib/ghdl/src/ieee2008/math_complex.vhdl +lib/ghdl/src/ieee2008/math_real-body.vhdl +lib/ghdl/src/ieee2008/math_real.vhdl +lib/ghdl/src/ieee2008/numeric_bit-body.vhdl +lib/ghdl/src/ieee2008/numeric_bit.vhdl +lib/ghdl/src/ieee2008/numeric_bit_unsigned-body.vhdl +lib/ghdl/src/ieee2008/numeric_bit_unsigned.vhdl +lib/ghdl/src/ieee2008/numeric_std-body.vhdl +lib/ghdl/src/ieee2008/numeric_std.vhdl +lib/ghdl/src/ieee2008/numeric_std_unsigned-body.vhdl +lib/ghdl/src/ieee2008/numeric_std_unsigned.vhdl +lib/ghdl/src/ieee2008/std_logic_1164-body.vhdl +lib/ghdl/src/ieee2008/std_logic_1164.vhdl +lib/ghdl/src/ieee2008/std_logic_textio.vhdl +lib/ghdl/src/std/env-body.vhdl +lib/ghdl/src/std/env.vhdl +lib/ghdl/src/std/v08/standard.vhdl +lib/ghdl/src/std/v08/textio-body.vhdl +lib/ghdl/src/std/v08/textio.vhdl +lib/ghdl/src/std/v87/standard.vhdl +lib/ghdl/src/std/v87/textio-body.vhdl +lib/ghdl/src/std/v87/textio.vhdl +lib/ghdl/src/std/v93/standard.vhdl +lib/ghdl/src/std/v93/textio-body.vhdl +lib/ghdl/src/std/v93/textio.vhdl +lib/ghdl/src/synopsys/std_logic_arith.vhdl +lib/ghdl/src/synopsys/std_logic_misc-body.vhdl +lib/ghdl/src/synopsys/std_logic_misc.vhdl +lib/ghdl/src/synopsys/std_logic_signed.vhdl +lib/ghdl/src/synopsys/std_logic_textio.vhdl +lib/ghdl/src/synopsys/std_logic_unsigned.vhdl +lib/ghdl/src/synopsys/v08/std_logic_misc-body.vhdl +lib/ghdl/src/synopsys/v08/std_logic_misc.vhdl +lib/ghdl/src/upf/upf-body.vhdl +lib/ghdl/src/upf/upf.vhdl +lib/ghdl/src/vital2000/memory_b.vhdl +lib/ghdl/src/vital2000/memory_p.vhdl +lib/ghdl/src/vital2000/prmtvs_b.vhdl +lib/ghdl/src/vital2000/prmtvs_p.vhdl +lib/ghdl/src/vital2000/timing_b.vhdl +lib/ghdl/src/vital2000/timing_p.vhdl +lib/ghdl/src/vital95/vital_primitives-body.vhdl +lib/ghdl/src/vital95/vital_primitives.vhdl +lib/ghdl/src/vital95/vital_timing-body.vhdl +lib/ghdl/src/vital95/vital_timing.vhdl +lib/ghdl/std/v08/env-body.o +lib/ghdl/std/v08/env.o +lib/ghdl/std/v08/std-obj08.cf +lib/ghdl/std/v08/std_standard.o +lib/ghdl/std/v08/textio-body.o +lib/ghdl/std/v08/textio.o +lib/ghdl/std/v87/std-obj87.cf +lib/ghdl/std/v87/std_standard.o +lib/ghdl/std/v87/textio-body.o +lib/ghdl/std/v87/textio.o +lib/ghdl/std/v93/std-obj93.cf +lib/ghdl/std/v93/std_standard.o +lib/ghdl/std/v93/textio-body.o +lib/ghdl/std/v93/textio.o +lib/ghdl/vendors/README.md +lib/ghdl/vendors/compile-altera.ps1 +lib/ghdl/vendors/compile-altera.sh +lib/ghdl/vendors/compile-intel.ps1 +lib/ghdl/vendors/compile-intel.sh +lib/ghdl/vendors/compile-lattice.ps1 +lib/ghdl/vendors/compile-lattice.sh +lib/ghdl/vendors/compile-osvvm.ps1 +lib/ghdl/vendors/compile-osvvm.sh +lib/ghdl/vendors/compile-uvvm.ps1 +lib/ghdl/vendors/compile-uvvm.sh +lib/ghdl/vendors/compile-xilinx-ise.ps1 +lib/ghdl/vendors/compile-xilinx-ise.sh +lib/ghdl/vendors/compile-xilinx-vivado.ps1 +lib/ghdl/vendors/compile-xilinx-vivado.sh +lib/ghdl/vendors/config.psm1 +lib/ghdl/vendors/config.sh +lib/ghdl/vendors/filter.analyze.sh +lib/ghdl/vendors/shared.psm1 +lib/ghdl/vendors/shared.sh +lib/libghdl-2_0_0.so +lib/libghdl.a +lib/libghdl.link +lib/libghdlvpi.so +lib/libghw.so diff --git a/cad/ghdl/distinfo b/cad/ghdl/distinfo index ec1c1aadea37b..880bdf8621aef 100644 --- a/cad/ghdl/distinfo +++ b/cad/ghdl/distinfo @@ -1,11 +1,7 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:04:11 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/19 16:05:11 ryoon Exp $ -BLAKE2s (gcc-4.9.2.tar.bz2) = f297e349a0bc27d66708cad31edf8bdf89fc37dbe19c3e0beab62221af41c9d8 -SHA512 (gcc-4.9.2.tar.bz2) = e96cba06d572dbe7f382a2b00fd9297dcf9f9219d46a9ad0bd904dc36d5e7db3335e422640b79a27fed6fde91b0731732b94a0e2fbcd47344d6779f8ba1f4f9c -Size (gcc-4.9.2.tar.bz2) = 89939747 bytes -BLAKE2s (ghdl-0.32rc1.tar.bz2) = d41b0d25a28ca54ed4a4b266248d587d27fb927eb22e3b9c70426682330e9799 -SHA512 (ghdl-0.32rc1.tar.bz2) = 75ed9d0ca2190a1e0c5854c23459f69d94d4cab9b831c78646a7c4aac2b949570da6cafb5fac48e7621d2b4840f0d2ebd4d710d48baffec170dc059781c1300b -Size (ghdl-0.32rc1.tar.bz2) = 973466 bytes -SHA1 (patch-gcc_vhdl_Make-lang.in) = ba763e4c2f97fe67e494d8684d21c0a7c7610afa -SHA1 (patch-gcc_vhdl_Makefile.in) = cbbd49a0f2c946276db371990513b276264bf8bd -SHA1 (patch-gcc_vhdl_grt_Makefile.inc) = 354422f756ffb77fc32879b9ea5668e5b2f06900 +BLAKE2s (ghdl-2.0.0.tar.gz) = a3297be935cd7a25f9003810c2a0895162ac3ead5d83fe61b4b15fac1ff415d8 +SHA512 (ghdl-2.0.0.tar.gz) = f4474a7916f9cc5cce976d0b4620d1441c377d72b749867b170397bf62d534983b37d4fc9bb31ef85e40eb7beb9b3a681a7ac32931f665934b357e97e74be6da +Size (ghdl-2.0.0.tar.gz) = 6825565 bytes +SHA1 (patch-configure) = 6dc7a5240c3ba00be232472d1c0c417e97531fe1 +SHA1 (patch-src_ortho_mcode_memsegs__c.c) = 5669dda0130ade50caf7538c3f2c6cfed061ac5b diff --git a/cad/ghdl/patches/patch-configure b/cad/ghdl/patches/patch-configure new file mode 100644 index 0000000000000..5dbb571512757 --- /dev/null +++ b/cad/ghdl/patches/patch-configure @@ -0,0 +1,14 @@ +$NetBSD: patch-configure,v 1.1 2022/05/19 16:05:12 ryoon Exp $ + +* Support NetBSD for mcode backend. (not used) + +--- configure.orig 2022-02-28 18:46:53.000000000 +0000 ++++ configure +@@ -379,6 +379,7 @@ if test $backend = mcode; then + *mingw32*) ortho_flags="Flags_Windows${mcode64}" ;; + *linux*) ortho_flags="Flags_Linux${mcode64}" ;; + *openbsd*) ortho_flags="Flags_Macosx${mcode64}" ;; ++ *netbsd*) ortho_flags="Flags_Macosx${mcode64}" ;; + *) echo "Unsupported $build build for mcode"; exit 1;; + esac + echo "Generate ortho_code-x86-flags.ads" diff --git a/cad/ghdl/patches/patch-gcc_vhdl_Make-lang.in b/cad/ghdl/patches/patch-gcc_vhdl_Make-lang.in deleted file mode 100644 index b00504b749a1f..0000000000000 --- a/cad/ghdl/patches/patch-gcc_vhdl_Make-lang.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-gcc_vhdl_Make-lang.in,v 1.2 2014/12/07 10:48:12 ryoon Exp $ - -* Fix rpath of ghdl1 - ---- gcc/vhdl/Make-lang.in.orig 2014-12-07 05:19:03.000000000 +0000 -+++ gcc/vhdl/Make-lang.in -@@ -85,7 +85,7 @@ ghdl1$(exeext): force $(GHDL1_OBJS) $(BA - $(GNATMAKE) -o $@ -aI$(srcdir)/vhdl -aOvhdl ortho_gcc-main \ - -bargs -E -cargs $(CFLAGS) $(GHDL_ADAFLAGS) \ - -largs --LINK=$(LLINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) $(GHDL1_OBJS) \ -- $(filter-out main.o,$(BACKEND)) $(LIBS) $(BACKENDLIBS) -+ $(filter-out main.o,$(BACKEND)) $(LIBS) $(BACKENDLIBS) ${LDFLAGS} - - vhdl/default_pathes.ads: Makefile - echo "-- DO NOT EDIT" > tmp-dpathes.ads diff --git a/cad/ghdl/patches/patch-gcc_vhdl_Makefile.in b/cad/ghdl/patches/patch-gcc_vhdl_Makefile.in deleted file mode 100644 index c7f9c3b22f222..0000000000000 --- a/cad/ghdl/patches/patch-gcc_vhdl_Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-gcc_vhdl_Makefile.in,v 1.2 2014/12/07 10:48:12 ryoon Exp $ - ---- gcc/vhdl/Makefile.in.orig 2014-12-07 06:34:27.000000000 +0000 -+++ gcc/vhdl/Makefile.in -@@ -477,6 +477,16 @@ ifeq ($(filter-out x86_64 linux,$(arch) - GRT_TARGET_OBJS=amd64.o linux.o times.o - GRT_EXTRA_LIB=-ldl -lm $(GRT_ELF_OPTS) - endif -+ifeq ($(filter-out i%86 netbsd%,$(arch) $(osys)),) -+ GRT_TARGET_OBJS=i386.o linux.o times.o -+ GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) -+ ADAC=ada -+endif -+ifeq ($(filter-out x86_64 netbsd%,$(arch) $(osys)),) -+ GRT_TARGET_OBJS=amd64.o linux.o times.o -+ GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) -+ ADAC=ada -+endif - ifeq ($(filter-out i%86 freebsd%,$(arch) $(osys)),) - GRT_TARGET_OBJS=i386.o linux.o times.o - GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) diff --git a/cad/ghdl/patches/patch-gcc_vhdl_grt_Makefile.inc b/cad/ghdl/patches/patch-gcc_vhdl_grt_Makefile.inc deleted file mode 100644 index cfe04ff81ef02..0000000000000 --- a/cad/ghdl/patches/patch-gcc_vhdl_grt_Makefile.inc +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-gcc_vhdl_grt_Makefile.inc,v 1.1 2014/12/07 10:48:12 ryoon Exp $ - ---- gcc/vhdl/grt/Makefile.inc.orig 2014-12-07 04:08:50.000000000 +0000 -+++ gcc/vhdl/grt/Makefile.inc -@@ -53,6 +53,14 @@ ifeq ($(filter-out x86_64 linux,$(arch) - GRT_TARGET_OBJS=amd64.o linux.o times.o - GRT_EXTRA_LIB=-ldl -lm $(GRT_ELF_OPTS) - endif -+ifeq ($(filter-out i%86 netbsd,$(arch) $(osys)),) -+ GRT_TARGET_OBJS=i386.o linux.o times.o -+ GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) -+endif -+ifeq ($(filter-out x86_64 netbsd,$(arch) $(osys)),) -+ GRT_TARGET_OBJS=amd64.o linux.o times.o -+ GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) -+endif - ifeq ($(filter-out i%86 freebsd%,$(arch) $(osys)),) - GRT_TARGET_OBJS=i386.o linux.o times.o - GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) diff --git a/cad/ghdl/patches/patch-src_ortho_mcode_memsegs__c.c b/cad/ghdl/patches/patch-src_ortho_mcode_memsegs__c.c new file mode 100644 index 0000000000000..aa8845f79dc94 --- /dev/null +++ b/cad/ghdl/patches/patch-src_ortho_mcode_memsegs__c.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_ortho_mcode_memsegs__c.c,v 1.1 2022/05/19 16:05:12 ryoon Exp $ + +* Support NetBSD for mcode backend. (not used) + +--- src/ortho/mcode/memsegs_c.c.orig 2022-02-28 18:46:53.000000000 +0000 ++++ src/ortho/mcode/memsegs_c.c +@@ -28,6 +28,8 @@ + + #if defined(__APPLE__) || defined(__OpenBSD__) + #define MAP_ANONYMOUS MAP_ANON ++#elif defined(__NetBSD__) ++/* nothing */ + #else + #define HAVE_MREMAP + #endif From 9562c4d7ba7872787a1f0c6bf08ad27bcdf4202b Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 19 May 2022 16:05:50 +0000 Subject: [PATCH 0683/1154] doc: Updated cad/ghdl to 2.0.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index a8d9b908a5dda..dd236ba6f24a8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2635 2022/05/19 13:34:09 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2636 2022/05/19 16:05:50 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4078,3 +4078,4 @@ Changes to the packages collection and infrastructure in 2022: Updated editors/ted-sv to 2.23 [nia 2022-05-19] Removed editors/ted-en-us [nia 2022-05-19] Updated editors/ted to 2.23 [nia 2022-05-19] + Updated cad/ghdl to 2.0.0 [ryoon 2022-05-19] From 7adf3cd261ea54311bc8bdce226dbef7b2225269 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 19 May 2022 16:10:15 +0000 Subject: [PATCH 0684/1154] qemu: Update to 7.0.0 CHangelog: == System emulation == === Incompatible changes === Consult the [https://qemu-project.gitlab.io/qemu/about/removed-features.html 'Removed features' ] page for details of suggested replacement functionality === New deprecated options and features === Consult the [https://qemu-project.gitlab.io/qemu/about/deprecated.html "Deprecated Features"] chapter of the QEMU System Emulation User's Guide for further details of the deprecations and their suggested replacements. Additional note: The QEMU project currently considers to drop the slirp submodule in future releases, i.e. the QEMU tarball won't embed the code for user mode networking in the future anymore, so that an external libslirp installation is required. Most OS distribution already ship a libslirp package nowadays (except for OpenBSD which is already known and hopefully will be fixed soon), but if you are still using another OS distribution that does not provide a libslirp package yet, please send a note to the [[Contribute/MailingLists|qemu-devel mailing list]] and ask your OS vendor to include such a package in the next release. === 68k === === Alpha === === Arm === * The virt board has gained a new control knob to disable passing a RNG seed in the DTB (dtb-kaslr-seed) * The AST2600 SoC now supports a dummy version of the i3c device * The virt board can now run guests with KVM on hosts with restricted IPA ranges * The virt board now supports virtio-mem-pci * The virt board now supports specifying the guest CPU topology * On the virt board, we now enable PAuth when using KVM or hvf and the host CPU supports it * xlnx-versal-virt now emulates the PMC SLCR * xlnx-versal-virt now emulates the OSPI flash memory controller * xlnx-zynqmp now models the CRF and APU control * The Arm GICv3 ITS now emulates the previously missing MOVI and MOVALL commands * New board model: mori-bmc * We now support emulating FEAT_LVA * We now support emulating FEAT_LPA * We now support emulating FEAT_LPA2. (Note that this is disabled by default for the 'virt' board's versioned machine types prior to 7.0 (ie 'virt-6.2', 'virt-6.1', etc) because Linux kernels prior to v5.12 have a bug which means they will not boot on a CPU which has LPA2.) === AVR === === Hexagon === === HPPA === * Support up to 16 virtual CPUs * Improved artist graphics driver for HP-UX VDE, HP-UX CDE and Linux framebuffer * Mouse cursor focus and positioning now works much better under HP-UX X11 * Emulated TOC button can be triggered with "nmi" in the qemu monitor * Added support for Qemu SCSI boot order option * Possibility to change system HOSTID for HP-UX and Linux * Added firmware 16x32 pixel bitmap font for use on HDPI screens * Ability to choose serial or graphical console as default firmware console === Microblaze === === MIPS === === Nios2 === === OpenRISC === ==== Machines ==== * Support up to 4 cores up from 2 on the OpenRISC sim machine * Support loading an external initrd image on the OpenRISC sim machine * OpenRISC sim machine now automatically generates a device tree and passes it to the kernel === PowerPC === * Updates of PowerNV and pSeries documentation ==== Machines ==== * Deprecation of taihu machine * Large rework of PPC405 machine * General cleanup for Mac machines * PowerNV PHB3/4 cleanups * PowerNV XIVE improvements * Extension of the powernv10 machine with XIVE2 ans PHB5 models * New SLOF for PPC970 and POWER5+ * ppc: nested KVM HV for spapr virtual hypervisor * spapr: nvdimm: Introduce spapr-nvdimm device ==== Extensions/removal==== * Removal of 401/403 CPUs * Removal of 601/602 CPUs * Removal of SoftTLBs support for PPC74x CPUs * Initial support for PMU * PMU EBB support * Rework of powerpc exception handling * Support for new ISA31 instructions * Large cleanup of FPU implementation ==== Fixes ==== * Fixes for ivshmem * Fixes for POWER5+ pseries * Fixes for FPU exceptions * Fixes for exception models in MPCx and 60x CPUs * Fix for e6500 CPU * Fixes for the 7448 CPU * Exception and TLB fixes for the 405 CPU * 603 CPUs fixes * Book-E exception fixes * Clang fixes * VOF installation * Radix MMU fixes === Renesas RX === === Renesas SH === === RISC-V === ==== Extensions ==== * Add support for ratified 1.0 Vector extension * Support for the Zve64f and Zve32f extensions * Drop support for draft 0.7.1 Vector extension * Support Zfhmin and Zfh extensions * RISC-V KVM support * Mark Hypervisor extension as non experimental * Enable Hypervisor extension by default * Support for svnapot, svinval and svpbmt extensions * Experimental support for 128-bit CPUs * Initial support for XVentanaCondOps custom extension * stval and mtval support for illegal instructions * Support for the UXL field in xstatus * Add support for zfinx, zdinx and zhinx{min} extensions ==== Machines ==== * OpenSBI binary loading support for the Spike machine * Improve kernel loading for non-Linux platforms * SiFive PDMA 64-bit support * Support 32 cores on the virt machine * Add AIA support for virt machine ==== Fixes ==== * Fix illegal instruction when PMP is disabled * Corrections for the Vector extension * Fixes for OpenTitan timer * Correction of OpenTitan PLIC stride length * Removal of OpenSBI ELFs * Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode * Fixup OpenTitan SPI address === s390x === * Support Linux kernel command line length of more than 896 bytes (if the guest kernel supports it, too) * Emulate the instructions from the "Miscellaneous-Instruction-Extensions Facility 3" (a z15 extension) * Fixes for various emulated instructions (SLDA, SRDA, SLAG, BRASL, BRCL) === SPARC === === Tricore === === x86 === * Support for Intel AMX. ==== KVM ==== ==== x86_64 ==== ==== AMD SEV ==== === Xtensa === === Device emulation and assignment === ==== ACPI / SMBIOS ==== * advertise i8042 in FADT if it is present (5334bf5703) * new ''acpi-erst'' device, for logging guest evens using standard ACPI ERST interface (0ef0506e559) * added support for new ''processor-id'' SMBIOS option (cb5fb04fe6) * fixed SMBIOS memory handles overlap for large VMs (8Tb and more) (a379d4550c4) * added 'SMBIOS 3.0' support in SeaBIOS, in QEMU it's opt-in feature, use ''-machine smbios-ep=3-0'' option to enable it * fixed regression in ACPI table headers where OEM ID and OEM Table ID weren't padded correctly (748c030f360) * fixed QEMU crash when started with user provided SLIC table (8cdb99af45) * arm/virt: add VIOT table to describe virtio-iommu (cf1a5cc935c) * x86: 'pc' machine type: fixed acpi-index not being migrated which might result in NIC name change if migration happens when guest is asking QEMU for it. Migration should work properly since 7.0 and newer machine types, for older machine types migration of acpi-index is broken and can't be fixed for compatibility reasons. ==== Audio ==== ==== Block devices ==== ==== Graphics ==== ==== I2C ==== ==== Input devices ==== ==== IPMI ==== ==== Multi-process QEMU ==== ==== Network devices ==== ==== NVDIMM ==== ==== NVMe ==== ===== Emulated NVMe Controller ===== ==== PCI/PCIe ==== * Q35: fix PCIe device becoming disabled after migration when ACPI based PCI hotplug is used (6b0969f1ec) * initial bits of SR/IOV support (250346169) * arm/virt: fixed PXB interrupt routing (e609301b45) * arm/virt: support for virtio-mem-pci (b1b87327a9) ==== SCSI ==== ==== SD card ==== ==== SMBIOS ==== ==== TPM ==== ==== USB ==== ==== VFIO ==== ==== virtio ==== ==== Xen ==== ==== fw_cfg ==== ==== 9pfs ==== * [https://gitlab.com/qemu-project/qemu/-/commit/e64e27d5cb103b7764f1a05b6eda7e7fedd517c5 Fixed 9p server crash] ([https://gitlab.com/qemu-project/qemu/-/issues/841 issue #841]) that happened on some host systems due to incorrect (system dependant) handling of struct dirent size. * [https://gitlab.com/qemu-project/qemu/-/commit/f45cc81911adc7726e8a2801986b6998b91b816e Added support for macOS hosts]. ==== virtiofs ==== * Fix for CVE-2022-0358 - behaviour with supplementary groups and SGID directories * Improved security label support * The virtiofsd in qemu is now starting to be deprecated; please start using and contributing to [https://gitlab.com/virtio-fs/virtiofsd Rust virtiofsd] ==== Semihosting ==== * We now generate sane numbers for SYS_HEAPINFO under system emulation === Audio === === Character devices === === Crypto subsystem === === Authorization subsystem === === GUI === * a new [https://www.qemu.org/docs/master/interop/dbus-display.html "-display dbus"] option to export the display for external processes. A [https://gitlab.com/marcandre.lureau/qemu-display/ gtk4-rs based widget] is in the works (for future Boxes, virt-viewer etc). Potential other users include remote desktop protocols. === GDBStub === === TCG Plugins === * new coverage plugin in contrib which support drcov format traces === Host support === === Memory backends === === Migration === === Monitor === ==== QMP ==== ==== HMP ==== === Network === === Block device backends and tools === * Fleecing backup has been made more flexible: Fleecing backup means exposing a temporary snapshot of an actively used image, and having the copy-before-write (CBW) filter (or historically the backup block job) copy data there from areas written by the guest to the active image, before they are overwritten, so that the snapshot keeps representing the point-in-time state of the disk when the snapshot was created. This snapshot can then be read (either by qemu itself using the backup or mirror block jobs, or by outside users e.g. via an NBD export) to create a backup. As of qemu 7.0, instead of reading the snapshot image directly, it can also be accessed through the new snapshot-access block driver, by installing such a node on top of the CBW filter. Doing so has some advantages over accessing the snapshot image directly; for example, the image can then be in any format (not just COW formats like qcow2), because the CBW filter keeps track of its allocation bitmap. Once an area has been backed up, users can send a discard request to mark it as done, so that the CBW filter will not potentially copy it to the snapshot image on a subsequent guest write. Furthermore, the CBW filter now has a bitmap parameter that allows limiting its scope as specified by the bitmap at the time the CBW filter node is created. * A bug in caching block status has been fixed that was causing over-eager treatment of a format layer as all data rather than detecting holes, if an earlier block status query had merely been checking for which portions of the backing chain were allocated. While the bug did not affect guest-visible data, it caused some performance regressions, particularly noticeable and easy to trigger when using 'qemu-nbd --allocation-depth'. * The ''qemu-nbd'' program has gained a new ''--tls-hostname'' parameter to allow TLS validation against a different hostname, such as when setting up TLS through a TCP tunnel, and now supports TLS over Unix sockets. * The SSH driver supports sha256 fingerprints with pre-blockdev command line configuration syntax. * The SSH driver will print the actual fingerprint and its type when failing to validate a host key. === Tracing === === Miscellaneous === * The -sandbox 'spawn' filter, will now correctly block use of the clone syscall for spawnnig processes, while allowing thread creation * The -sandbox 'spawn' filter, will now entirely block use of the clone3 syscall entirely since there is no way to access its flags parameter from seccomp to distinguish thread vs process creation * The -sandbox 'spawn' filter, will now block setns, unshare and execveat syscalls since they are not desired. == User-mode emulation == * fixed a bug that caused issues mapping the ARM commpage on 32 bit builds === binfmt_misc === === Hexagon === == TCG == User-mode emulation (linux-user, bsd-user) will enforce guest alignment constraints and raise SIGBUS to the guest program as appropriate. === ARM === Support for for ARMv4 and ARMv5 hosts has been dropped. These older Arm versions do not have support for misaligned memory access; such support was added to ARMv6. Since ARMv5 is quite old, it is presumed that such systems do not have sufficient RAM to even run QEMU, and so practically speaking no systems are impacted. == Guest agent == * Support Windows 11 for guest-get-osinfo command * Fix memory leaks in Windows guest-get-fsinfo command == Build Information == === Python === === GIT submodules === === Container Based Builds === * a large number of containers are now updated by lcitool * TESTS and IMAGES environment variables can be used filter again when building against all docker targets === VM Based Builds === === Build Dependencies === * xfs libraries are not needed anymore for build, since the only ioctl used by qemu which was defined there got local implementation. With this, --enable-xfsctl configure option is also gone. === Windows === === Testing and CI === --- emulators/qemu/Makefile | 9 ++++---- emulators/qemu/PLIST | 28 +++++++++++++++++++----- emulators/qemu/distinfo | 11 +++++----- emulators/qemu/patches/patch-meson.build | 10 ++++----- 4 files changed, 37 insertions(+), 21 deletions(-) diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 6bc64b3786616..50e086da6f2bc 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.294 2022/04/25 16:09:53 nia Exp $ +# $NetBSD: Makefile,v 1.295 2022/05/19 16:10:15 ryoon Exp $ -DISTNAME= qemu-6.2.0 -PKGREVISION= 2 +DISTNAME= qemu-7.0.0 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz @@ -139,9 +138,11 @@ PLIST.nbd= yes .elif ${OPSYS} == "Linux" USER_EMUL= ${UE_ARCHS} PLIST.bridge-helper= yes +PLIST.ga= yes PLIST.nbd= yes PLIST.pr-helper= yes .elif !empty(MACHINE_PLATFORM:MSunOS-5.11-*) +PLIST.ga= yes PLIST.nbd= yes CONFIGURE_ARGS+= --disable-coroutine-pool .endif @@ -154,7 +155,7 @@ CONFIGURE_ARGS+= --enable-plugins CONFIGURE_ARGS+= --disable-plugins .endif -PLIST_VARS+= ${UE_ARCHS} bridge-helper keymap nbd pr-helper +PLIST_VARS+= ${UE_ARCHS} bridge-helper ga keymap nbd pr-helper .for pvar in ${USER_EMUL} PLIST.${pvar}= yes .endfor diff --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST index 8cb183d45eeb2..544f93d5d3506 100644 --- a/emulators/qemu/PLIST +++ b/emulators/qemu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.80 2022/03/27 01:44:17 tnn Exp $ +@comment $NetBSD: PLIST,v 1.81 2022/05/19 16:10:15 ryoon Exp $ bin/elf2dmp ${PLIST.aarch64}bin/qemu-aarch64 ${PLIST.aarch64_be}bin/qemu-aarch64_be @@ -7,7 +7,7 @@ ${PLIST.arm}bin/qemu-arm ${PLIST.armeb}bin/qemu-armeb ${PLIST.cris}bin/qemu-cris bin/qemu-edid -bin/qemu-ga +${PLIST.ga}bin/qemu-ga ${PLIST.hexagon}bin/qemu-hexagon ${PLIST.hppa}bin/qemu-hppa ${PLIST.i386}bin/qemu-i386 @@ -81,10 +81,10 @@ man/man1/qemu.1 ${PLIST.virtfs-proxy-helper}man/man1/virtfs-proxy-helper.1 man/man7/qemu-block-drivers.7 man/man7/qemu-cpu-models.7 -man/man7/qemu-ga-ref.7 +${PLIST.ga}man/man7/qemu-ga-ref.7 man/man7/qemu-qmp-ref.7 man/man7/qemu-storage-daemon-qmp-ref.7 -man/man8/qemu-ga.8 +${PLIST.ga}man/man8/qemu-ga.8 man/man8/qemu-nbd.8 man/man8/qemu-pr-helper.8 share/applications/qemu.desktop @@ -95,6 +95,7 @@ share/doc/qemu/about/deprecated.html share/doc/qemu/about/index.html share/doc/qemu/about/license.html share/doc/qemu/about/removed-features.html +share/doc/qemu/dbus-dbusindex.html share/doc/qemu/devel/atomics.html share/doc/qemu/devel/bitops.html share/doc/qemu/devel/block-coroutine-wrapper.html @@ -107,6 +108,11 @@ share/doc/qemu/devel/control-flow-integrity.html share/doc/qemu/devel/decodetree.html share/doc/qemu/devel/ebpf_rss.html share/doc/qemu/devel/fuzzing.html +share/doc/qemu/devel/index-api.html +share/doc/qemu/devel/index-build.html +share/doc/qemu/devel/index-internals.html +share/doc/qemu/devel/index-process.html +share/doc/qemu/devel/index-tcg.html share/doc/qemu/devel/index.html share/doc/qemu/devel/kconfig.html share/doc/qemu/devel/loads-stores.html @@ -139,6 +145,7 @@ share/doc/qemu/genindex.html share/doc/qemu/index.html share/doc/qemu/interop/barrier.html share/doc/qemu/interop/bitmaps.html +share/doc/qemu/interop/dbus-display.html share/doc/qemu/interop/dbus-vmstate.html share/doc/qemu/interop/dbus.html share/doc/qemu/interop/index.html @@ -151,19 +158,25 @@ share/doc/qemu/interop/qemu-storage-daemon-qmp-ref.html share/doc/qemu/interop/vhost-user-gpu.html share/doc/qemu/interop/vhost-user.html share/doc/qemu/interop/vhost-vdpa.html +share/doc/qemu/interop/virtio-balloon-stats.html share/doc/qemu/objects.inv share/doc/qemu/search.html share/doc/qemu/searchindex.js share/doc/qemu/specs/acpi_cpu_hotplug.html +share/doc/qemu/specs/acpi_erst.html share/doc/qemu/specs/acpi_hest_ghes.html share/doc/qemu/specs/acpi_hw_reduced_hotplug.html share/doc/qemu/specs/acpi_mem_hotplug.html share/doc/qemu/specs/acpi_nvdimm.html share/doc/qemu/specs/acpi_pci_hotplug.html share/doc/qemu/specs/index.html +share/doc/qemu/specs/ppc-spapr-hcalls.html +share/doc/qemu/specs/ppc-spapr-hotplug.html share/doc/qemu/specs/ppc-spapr-numa.html +share/doc/qemu/specs/ppc-spapr-uv-hcalls.html share/doc/qemu/specs/ppc-spapr-xive.html share/doc/qemu/specs/ppc-xive.html +share/doc/qemu/specs/sev-guest-firmware.html share/doc/qemu/specs/tpm.html share/doc/qemu/system/arm/aspeed.html share/doc/qemu/system/arm/collie.html @@ -201,8 +214,10 @@ share/doc/qemu/system/arm/xscale.html share/doc/qemu/system/authz.html share/doc/qemu/system/barrier.html share/doc/qemu/system/bootindex.html +share/doc/qemu/system/confidential-guest-support.html share/doc/qemu/system/cpu-hotplug.html share/doc/qemu/system/device-emulation.html +share/doc/qemu/system/devices/can.html share/doc/qemu/system/devices/ivshmem.html share/doc/qemu/system/devices/net.html share/doc/qemu/system/devices/nvme.html @@ -213,6 +228,7 @@ share/doc/qemu/system/devices/virtio-pmem.html share/doc/qemu/system/gdb.html share/doc/qemu/system/generic-loader.html share/doc/qemu/system/guest-loader.html +share/doc/qemu/system/i386/amd-memory-encryption.html share/doc/qemu/system/i386/cpu.html share/doc/qemu/system/i386/kvm-pv.html share/doc/qemu/system/i386/microvm.html @@ -369,9 +385,7 @@ share/qemu/openbios-ppc share/qemu/openbios-sparc32 share/qemu/openbios-sparc64 share/qemu/opensbi-riscv32-generic-fw_dynamic.bin -share/qemu/opensbi-riscv32-generic-fw_dynamic.elf share/qemu/opensbi-riscv64-generic-fw_dynamic.bin -share/qemu/opensbi-riscv64-generic-fw_dynamic.elf share/qemu/palcode-clipper share/qemu/petalogix-ml605.dtb share/qemu/petalogix-s3adsp1800.dtb @@ -402,3 +416,5 @@ share/qemu/vgabios-stdvga.bin share/qemu/vgabios-virtio.bin share/qemu/vgabios-vmware.bin share/qemu/vgabios.bin +share/qemu/vof-nvram.bin +share/qemu/vof.bin diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index a2b9c565c35ba..a076902e1fa67 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,25 +1,24 @@ -$NetBSD: distinfo,v 1.190 2021/12/27 10:12:57 nia Exp $ +$NetBSD: distinfo,v 1.191 2022/05/19 16:10:15 ryoon Exp $ BLAKE2s (palcode-clipper-qemu-5.2.0nb8) = d388c896a80c1cc3d4785c8434d6688bbcfd54c28f7252ce550ab162a0bba321 SHA512 (palcode-clipper-qemu-5.2.0nb8) = 33695d6001d86a19793a92d5e31775607c4dfc9ab9eea019ea6c4d543a2e11e8c07f83cca4934811a13ef829b528737ea37d9d2aaf66cba6f2746d44d2aa0b43 Size (palcode-clipper-qemu-5.2.0nb8) = 159808 bytes -BLAKE2s (qemu-6.2.0.tar.xz) = f8a5e369a65ed0903c271712c81a3c8a1b8893f923dfb815a7db1359fc263ece -SHA512 (qemu-6.2.0.tar.xz) = e9f8231c9e1cfcc41cb47f10a55d63f6b8aee307af00cf6acf64acb7aa4f49fa7e9d6330703a2abea15d8b7bbaba7d3cb08c83edd98d82642367b527df730817 -Size (qemu-6.2.0.tar.xz) = 115667324 bytes +BLAKE2s (qemu-7.0.0.tar.xz) = 1d0df58230a436f476df87a7b315ab381743a24837314978f687986d4d0f2a16 +SHA512 (qemu-7.0.0.tar.xz) = 44ecd10c018a3763e1bc87d1d35b98890d0d5636acd69fe9b5cadf5024d5af6a31684d60cbe1c3370e02986434c1fb0ad99224e0e6f6fe7eda169992508157b1 +Size (qemu-7.0.0.tar.xz) = 125117636 bytes SHA1 (patch-audio_jackaudio.c) = 0c9e2bea94857007938e16285b721d1495fcb8e1 SHA1 (patch-backends_tpm_tpm__ioctl.h) = fbd6c877ad605f7120290efbb0ac653c69f351de SHA1 (patch-hw-mips-Kconfig) = c7199ad26ac45116ab4d38252db4234ae93bdf9a SHA1 (patch-hw-mips-mipssim.c) = 1f682b74b34398b3ff15f9e7f24a85f4b8bb4853 SHA1 (patch-hw_core_uboot__image.h) = 17eef02349343c5fcfb7a4069cb6f8fd11efcb59 SHA1 (patch-hw_display_omap__dss.c) = 6b13242f28e32346bc70548c216c578d98fd3420 -SHA1 (patch-hw_i386_acpi-build.c) = 7d23d09f71917cedca4226fd22baa45bcb0f7d33 SHA1 (patch-hw_mips_meson.build) = d9a07a81fe6d3c9e2bd45f41fe876cd927a40ced SHA1 (patch-hw_net_etraxfs__eth.c) = e5dd1661d60dbcd27b332403e0843500ba9544bc SHA1 (patch-hw_net_xilinx__axienet.c) = ebcd2676d64ce6f31e4a8c976d4fdf530ad5e8b7 SHA1 (patch-hw_rtc_mc146818rtc.c) = cc7a3b28010966b65b7a16db756226ac2669f310 SHA1 (patch-hw_scsi_scsi-disk.c) = fdbf2f962a6dcb1a115a7f8a5b8790ff9295fb33 SHA1 (patch-hw_usb_dev-mtp.c) = 94ddf53a41cc75810cfece1b8aef1831fab4ce43 -SHA1 (patch-meson.build) = 8d9df8f4f02efc67412894ad72d0c53702451394 +SHA1 (patch-meson.build) = 67fcc428b1953a63e4c0aa32ac1d41ec234a2462 SHA1 (patch-net_tap-solaris.c) = cc953c9a624dd55ace4e130d0b31bbfb956c17d5 SHA1 (patch-roms_u-boot-sam460ex_Makefile) = 3a1bbf19b1422c10ebdd819eb0b711fafc78e2f2 SHA1 (patch-slirp_src_tcp__subr.c) = bd6d80ecf3baeaf6f8458b2361bcb92298d41f7e diff --git a/emulators/qemu/patches/patch-meson.build b/emulators/qemu/patches/patch-meson.build index 9c95a65100af9..b378578a3b280 100644 --- a/emulators/qemu/patches/patch-meson.build +++ b/emulators/qemu/patches/patch-meson.build @@ -1,12 +1,12 @@ -$NetBSD: patch-meson.build,v 1.10 2021/12/16 12:59:43 tnn Exp $ +$NetBSD: patch-meson.build,v 1.11 2022/05/19 16:10:15 ryoon Exp $ * Detect iconv in libc properly for pkgsrc (pkgsrc removes -liconv) to fix qemu-system-aarch64 link. * Detect curses (non-ncurses{,w} too) ---- meson.build.orig 2021-12-14 20:42:02.000000000 +0000 +--- meson.build.orig 2022-04-19 19:10:27.000000000 +0000 +++ meson.build -@@ -722,7 +722,7 @@ if have_system and not get_option('curse +@@ -768,7 +768,7 @@ if have_system and get_option('curses'). has_curses_h = cc.has_header('curses.h', args: curses_compile_args) endif if has_curses_h @@ -15,10 +15,10 @@ $NetBSD: patch-meson.build,v 1.10 2021/12/16 12:59:43 tnn Exp $ foreach curses_libname : curses_libname_list libcurses = cc.find_library(curses_libname, required: false, -@@ -740,7 +740,7 @@ if have_system and not get_option('curse +@@ -786,7 +786,7 @@ if have_system and get_option('curses'). endif endif - if not get_option('iconv').disabled() + if get_option('iconv').allowed() - foreach link_args : [ ['-liconv'], [] ] + foreach link_args : [ [], ['-liconv'] ] # Programs will be linked with glib and this will bring in libiconv on FreeBSD. From 322cae69b13e9870bd98a716995a45db48bc59f0 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 19 May 2022 16:10:43 +0000 Subject: [PATCH 0685/1154] doc: Updated emulators/qemu to 7.0.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index dd236ba6f24a8..1b32aee4026ce 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2636 2022/05/19 16:05:50 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2637 2022/05/19 16:10:43 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4079,3 +4079,4 @@ Changes to the packages collection and infrastructure in 2022: Removed editors/ted-en-us [nia 2022-05-19] Updated editors/ted to 2.23 [nia 2022-05-19] Updated cad/ghdl to 2.0.0 [ryoon 2022-05-19] + Updated emulators/qemu to 7.0.0 [ryoon 2022-05-19] From 7ba073104bc0c8e9ca957ff4765dfe46a9808d2b Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 19 May 2022 16:13:17 +0000 Subject: [PATCH 0686/1154] doc: Remove ghdl from TODO --- doc/TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 4f713d1e5b54c..f6c4b48cbec67 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21873 2022/05/19 15:37:52 wiz Exp $ +$NetBSD: TODO,v 1.21874 2022/05/19 16:13:17 ryoon Exp $ Suggested new packages ====================== @@ -723,7 +723,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o genius-1.0.26 o gens-2.15.5 o gfract-0.33 - o ghdl-0.33 o gimp-docs-de-2.10.0 o gimp-docs-en-2.10.0 o gimp-docs-es-2.10.0 From 87e737d9382d93d3a980f528764a32397c678b9a Mon Sep 17 00:00:00 2001 From: schmonz Date: Thu, 19 May 2022 17:44:36 +0000 Subject: [PATCH 0687/1154] Update to 6.0.9. From the changelog: * Fix a crash that can occur with GeoRSS feeds that lack a ```` tag. (#305) --- textproc/py-feedparser/Makefile | 5 ++--- textproc/py-feedparser/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 3710036f47078..2db19fe9d0dc6 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2022/01/04 20:54:55 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2022/05/19 17:44:36 schmonz Exp $ -DISTNAME= feedparser-6.0.8 +DISTNAME= feedparser-6.0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=f/feedparser/} diff --git a/textproc/py-feedparser/distinfo b/textproc/py-feedparser/distinfo index d05ef69a7541c..6f9472f0a512f 100644 --- a/textproc/py-feedparser/distinfo +++ b/textproc/py-feedparser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2021/10/26 11:23:03 nia Exp $ +$NetBSD: distinfo,v 1.24 2022/05/19 17:44:36 schmonz Exp $ -BLAKE2s (feedparser-6.0.8.tar.gz) = c2f066efdd14488b9e5a3a7784f40e21b4bb147ef2bceba76cc2ba055f6d7044 -SHA512 (feedparser-6.0.8.tar.gz) = 1fa91f35412a86cac569eade729f922c4b742df7b7acd3822f4e41c5cbefab948af422f44da5e830c0c4555048f15a341116cab0d5d7be14e4e8b3b97fa63d1a -Size (feedparser-6.0.8.tar.gz) = 285827 bytes +BLAKE2s (feedparser-6.0.9.tar.gz) = db5906f66021a5ba6db6d84fcdb4d0c71dfb776e96452825ecf2e0d810c05594 +SHA512 (feedparser-6.0.9.tar.gz) = 8bfcd99be3440ad2dd692dced541635dabc11cdc96854cad576439eccec59b0954700f365228cf22f1356066b6f3f89efee614f921892c5e96411fd23717b16d +Size (feedparser-6.0.9.tar.gz) = 286366 bytes From 404d213ee7b2d2729e6c8827a6f0e30db611ddd2 Mon Sep 17 00:00:00 2001 From: schmonz Date: Thu, 19 May 2022 17:44:42 +0000 Subject: [PATCH 0688/1154] doc: Updated textproc/py-feedparser to 6.0.9 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1b32aee4026ce..cf11f9787245c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2637 2022/05/19 16:10:43 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2638 2022/05/19 17:44:42 schmonz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4080,3 +4080,4 @@ Changes to the packages collection and infrastructure in 2022: Updated editors/ted to 2.23 [nia 2022-05-19] Updated cad/ghdl to 2.0.0 [ryoon 2022-05-19] Updated emulators/qemu to 7.0.0 [ryoon 2022-05-19] + Updated textproc/py-feedparser to 6.0.9 [schmonz 2022-05-19] From c7e7ccc3bd00ae28bb406da02009e30206e0ad3b Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 May 2022 19:59:38 +0000 Subject: [PATCH 0689/1154] py-dulwich: updated to 0.20.40 0.20.40 * Fix wheel uploading. 0.20.38 * Disable paramiko tests if paramiko is not available. * Set flag to re-enable paramiko server side on gentoo for running paramiko tests. * Increase tolerance when comparing time stamps; fixes some spurious test failures on slow CI systems. * Revert removal of caching of full HTTP response. This breaks access to some HTTP servers. 0.20.37 * Avoid making an extra copy when fetching pack files. * Add ``porcelain.remote_remove``. 0.20.36 * Add ``walk_untracked`` argument to ``porcelain.status``. * Add tests for paramiko SSH Vendor. --- devel/py-dulwich/Makefile | 4 ++-- devel/py-dulwich/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile index 48e30cbe5a9cc..b1cfa89f39552 100644 --- a/devel/py-dulwich/Makefile +++ b/devel/py-dulwich/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2022/04/15 05:42:45 adam Exp $ +# $NetBSD: Makefile,v 1.52 2022/05/19 19:59:38 adam Exp $ -DISTNAME= dulwich-0.20.35 +DISTNAME= dulwich-0.20.40 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/} diff --git a/devel/py-dulwich/distinfo b/devel/py-dulwich/distinfo index 1cc6ae2f15c0b..b069c881be558 100644 --- a/devel/py-dulwich/distinfo +++ b/devel/py-dulwich/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2022/04/15 05:42:45 adam Exp $ +$NetBSD: distinfo,v 1.48 2022/05/19 19:59:38 adam Exp $ -BLAKE2s (dulwich-0.20.35.tar.gz) = 40ee2048739071d414ffa3866d572cf3b4e2c739461e30e4805624fb3236bf7e -SHA512 (dulwich-0.20.35.tar.gz) = 23c272153547e0ef25a0e7d2deb64987e5d503545775e7d6f438ae09366c0037686eba1027d38a9dbf042bd1553eeb25ccdc818bdd785a2edf2cd3688f0b1271 -Size (dulwich-0.20.35.tar.gz) = 420972 bytes +BLAKE2s (dulwich-0.20.40.tar.gz) = 7625f27b86251ca0b68184c87ac47890b28377919006be05b2af2a2d312430db +SHA512 (dulwich-0.20.40.tar.gz) = aff4f7eaf2f4b71d475148528d957f165bc99ac487b4dee9b87c048d67ce914bf5d7d6e8d67188388b8df8fda29c5fa4cbd8e393425a42a2dad6a57eef5a1f50 +Size (dulwich-0.20.40.tar.gz) = 423987 bytes From f21305b054a5cad94f15e423a57169c20b7e2f8a Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 May 2022 20:00:40 +0000 Subject: [PATCH 0690/1154] pango: updated to 1.50.7 Overview of changes in 1.50.7, 14-04-2022 ========================================= - coretext: Fix the build - editing: Fix moving across paragraph boundaries in rtl - layout: Try harder to survive without fonts - Windows: Register a sans-serif font - Windows: Try harder to load a font Overview of changes in 1.50.6, 19-03-2022 ========================================= - Drop hb-glib dependency - Fix test font configuration - Maintain order in pango_attr_list_change - Fix a use-after-free in pango_attr_list_change --- devel/pango/Makefile | 4 ++-- devel/pango/PLIST | 10 +++++----- devel/pango/distinfo | 9 ++++----- .../patches/patch-pango_pangocoretext-fontmap.c | 17 ----------------- 4 files changed, 11 insertions(+), 29 deletions(-) delete mode 100644 devel/pango/patches/patch-pango_pangocoretext-fontmap.c diff --git a/devel/pango/Makefile b/devel/pango/Makefile index e219be4e0f35e..8752634431dbc 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.249 2022/03/09 14:07:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.250 2022/05/19 20:00:40 adam Exp $ -DISTNAME= pango-1.50.5 +DISTNAME= pango-1.50.7 CATEGORIES= devel fonts MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/pango/PLIST b/devel/pango/PLIST index 26d5ec86059eb..9525113b96c65 100644 --- a/devel/pango/PLIST +++ b/devel/pango/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.83 2022/03/09 14:07:28 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.84 2022/05/19 20:00:40 adam Exp $ bin/pango-list bin/pango-segmentation bin/pango-view @@ -48,16 +48,16 @@ lib/girepository-1.0/PangoOT-1.0.typelib ${PLIST.x11}lib/girepository-1.0/PangoXft-1.0.typelib lib/libpango-1.0.so lib/libpango-1.0.so.0 -lib/libpango-1.0.so.0.5000.5 +lib/libpango-1.0.so.0.5000.7 lib/libpangocairo-1.0.so lib/libpangocairo-1.0.so.0 -lib/libpangocairo-1.0.so.0.5000.5 +lib/libpangocairo-1.0.so.0.5000.7 lib/libpangoft2-1.0.so lib/libpangoft2-1.0.so.0 -lib/libpangoft2-1.0.so.0.5000.5 +lib/libpangoft2-1.0.so.0.5000.7 ${PLIST.x11}lib/libpangoxft-1.0.so ${PLIST.x11}lib/libpangoxft-1.0.so.0 -${PLIST.x11}lib/libpangoxft-1.0.so.0.5000.5 +${PLIST.x11}lib/libpangoxft-1.0.so.0.5000.7 lib/pkgconfig/pango.pc lib/pkgconfig/pangocairo.pc lib/pkgconfig/pangofc.pc diff --git a/devel/pango/distinfo b/devel/pango/distinfo index 958a4752308cf..b0e9be7a2e4f9 100644 --- a/devel/pango/distinfo +++ b/devel/pango/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.136 2022/03/14 17:27:42 adam Exp $ +$NetBSD: distinfo,v 1.137 2022/05/19 20:00:41 adam Exp $ -BLAKE2s (pango-1.50.5.tar.xz) = daf8c629b301534e68148233fc15249be42379b903cf15f3f5710ef7b970a82a -SHA512 (pango-1.50.5.tar.xz) = 6e898945ca9682ad113cea8a5702068d6141d39bc51a27093c6c1627c10825005155c73778cb5acab99551689dd1b47069f7d5ea102db11f00416ddcf747b8c6 -Size (pango-1.50.5.tar.xz) = 4291708 bytes +BLAKE2s (pango-1.50.7.tar.xz) = bb018b24e108456ad43b90a9813f8bfcc0c03e19f7b7fd1e36b54981267c9d57 +SHA512 (pango-1.50.7.tar.xz) = 4d754ed753fc34074c2a8751459406af7eb1eccb227c6158287f7e2921614d918cae47d078d4a2b4c098b641e40274e81bf1ec6b6a1b147efd550626665767d3 +Size (pango-1.50.7.tar.xz) = 4294752 bytes SHA1 (patch-pango_pangocairo-coretextfont.c) = cfef0e1372d5770d5988af411d435ee87fdfd0bd SHA1 (patch-pango_pangocairo-coretextfontmap.c) = 395cb1f8472a319c4b1c58ea137e36452bc44cc6 -SHA1 (patch-pango_pangocoretext-fontmap.c) = c6598d072707539d7a4af8a77b8c4199fb4987af SHA1 (patch-pango_pangocoretext-private.h) = 0d7d61cd7e7b9da34bf8a0d5d1c6e7734341cadf SHA1 (patch-pango_pangocoretext.c) = 465a66b5027c3dda5dd97c0cf33edebb4e173a1e SHA1 (patch-pango_pangocoretext.h) = d6817eb02f0020c102ab95d63202f9508a70e647 diff --git a/devel/pango/patches/patch-pango_pangocoretext-fontmap.c b/devel/pango/patches/patch-pango_pangocoretext-fontmap.c deleted file mode 100644 index 18c38b6d89287..0000000000000 --- a/devel/pango/patches/patch-pango_pangocoretext-fontmap.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-pango_pangocoretext-fontmap.c,v 1.4 2022/03/14 17:27:42 adam Exp $ - -Fix for -Werror=unused-but-set-variable. - ---- pango/pangocoretext-fontmap.c.orig 2022-03-14 17:14:20.000000000 +0000 -+++ pango/pangocoretext-fontmap.c -@@ -1696,10 +1696,8 @@ static PangoFont * - pango_core_text_fontset_load_font (PangoCoreTextFontset *ctfontset, - CTFontDescriptorRef ctdescriptor) - { -- PangoCoreTextFontsetKey *key; - PangoCoreTextFont *font; - -- key = pango_core_text_fontset_get_key (ctfontset); - - /* For now, we will default the fallbacks to not have synthetic italic, - * in the future this may be improved. From 6a0b2436250bb1ea67d61fdf368516b97ea1c777 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 May 2022 20:00:58 +0000 Subject: [PATCH 0691/1154] Updated devel/py-dulwich, devel/pango --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index cf11f9787245c..df2626395be99 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2638 2022/05/19 17:44:42 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.2639 2022/05/19 20:00:58 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4081,3 +4081,5 @@ Changes to the packages collection and infrastructure in 2022: Updated cad/ghdl to 2.0.0 [ryoon 2022-05-19] Updated emulators/qemu to 7.0.0 [ryoon 2022-05-19] Updated textproc/py-feedparser to 6.0.9 [schmonz 2022-05-19] + Updated devel/py-dulwich to 0.20.40 [adam 2022-05-19] + Updated devel/pango to 1.50.7 [adam 2022-05-19] From af795f0f181a364685c3c4249d24501993af199a Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 19 May 2022 22:23:12 +0000 Subject: [PATCH 0692/1154] intel-microcode-netbsd: Simplify OS version test. --- sysutils/intel-microcode-netbsd/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/sysutils/intel-microcode-netbsd/Makefile b/sysutils/intel-microcode-netbsd/Makefile index 4365aeee6d83c..22c89473b57dc 100644 --- a/sysutils/intel-microcode-netbsd/Makefile +++ b/sysutils/intel-microcode-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2022/05/19 04:29:21 gutteridge Exp $ +# $NetBSD: Makefile,v 1.52 2022/05/19 22:23:12 nia Exp $ VERSION= 20220510 DISTNAME= microcode-${VERSION} @@ -13,16 +13,17 @@ HOMEPAGE= https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/ COMMENT= Firmware updates for Intel x86 processors LICENSE= intel-microcode-license -ONLY_FOR_PLATFORM+= NetBSD-6.99.*-i386 \ - NetBSD-6.99.*-x86_64 \ - NetBSD-[7-9].*-i386 \ - NetBSD-[7-9].*-x86_64 \ - NetBSD-1[0-9].*-i386 \ - NetBSD-1[0-9].*-x86_64 +ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64 WRKSRC= ${WRKDIR} USE_LANGUAGES= c +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 069900 +PKG_SKIP_REASON+= "Loading microcode not supported" +.endif + FWDIR= libdata/firmware/cpu_x86_intel1 INSTALLATION_DIRS+= ${FWDIR} From 8fbfce329c8d1c83777c77cf5e8ab53c83a23c93 Mon Sep 17 00:00:00 2001 From: khorben Date: Thu, 19 May 2022 23:48:53 +0000 Subject: [PATCH 0693/1154] pkginstall.xml: cupsd.sh is now in print/cups-base --- doc/guide/files/pkginstall.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guide/files/pkginstall.xml b/doc/guide/files/pkginstall.xml index 4db15514291aa..d88f12fddf8ba 100644 --- a/doc/guide/files/pkginstall.xml +++ b/doc/guide/files/pkginstall.xml @@ -1,4 +1,4 @@ - + The pkginstall framework @@ -378,8 +378,8 @@ to: Store the script inside ${FILESDIR}, with the .sh suffix appended. Considering the - print/cups package as an example, it has a - cupsd.sh in its files directory. + print/cups-base package as an example, it + has a cupsd.sh in its files directory. From b534d6928ccf1e1edcd6b8384a709bbb3b9dc4e0 Mon Sep 17 00:00:00 2001 From: jaapb Date: Fri, 20 May 2022 06:47:28 +0000 Subject: [PATCH 0694/1154] Created new package databases/ocsipersist, a key/value storage library. This library has been split off from www/ocsigen; it contains the persistent storage parts (a generic key/value storage library), with backends for dbm, PostgreSQL and SQLite. --- databases/ocsipersist/DESCR | 4 ++ databases/ocsipersist/Makefile | 28 +++++++++++++ databases/ocsipersist/PLIST | 71 ++++++++++++++++++++++++++++++++ databases/ocsipersist/distinfo | 5 +++ databases/ocsipersist/options.mk | 32 ++++++++++++++ 5 files changed, 140 insertions(+) create mode 100644 databases/ocsipersist/DESCR create mode 100644 databases/ocsipersist/Makefile create mode 100644 databases/ocsipersist/PLIST create mode 100644 databases/ocsipersist/distinfo create mode 100644 databases/ocsipersist/options.mk diff --git a/databases/ocsipersist/DESCR b/databases/ocsipersist/DESCR new file mode 100644 index 0000000000000..88cef416ca957 --- /dev/null +++ b/databases/ocsipersist/DESCR @@ -0,0 +1,4 @@ +Ocsipersist is a collection of libraries defining a +unified frontend for a number of key/value storage +implementations. Implementations of the following +backends currently exist: DBM, PostgreSQL, SQLite. diff --git a/databases/ocsipersist/Makefile b/databases/ocsipersist/Makefile new file mode 100644 index 0000000000000..3dea7c22f71c7 --- /dev/null +++ b/databases/ocsipersist/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1 2022/05/20 06:47:28 jaapb Exp $ + +DISTNAME= ${GITHUB_PROJECT}-1.1.0 +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} +GITHUB_PROJECT= ocsipersist +GITHUB_TAG= ${PKGVERSION_NOREV} +#DIST_SUBDIR= ${GITHUB_PROJECT} + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= https://github.com/ocsigen/ocsipersist/ +COMMENT= Key/value storage libraries for OCaml +LICENSE= gnu-lgpl-v2.1 + +DEPENDS+= ocsigen>=3.0.0:../../www/ocsigen + +OCAML_USE_DUNE= yes +DUNE_BUILD_PACKAGES= ocsipersist ocsipersist-lib +OPAM_INSTALL_FILES= ${DUNE_BUILD_PACKAGES} +OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} + + +.include "options.mk" +.include "../../mk/ocaml.mk" +.include "../../databases/ocaml-dbm/buildlink3.mk" +.include "../../devel/ocaml-lwt/buildlink3.mk" +.include "../../devel/ocaml-lwt_ppx/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/ocsipersist/PLIST b/databases/ocsipersist/PLIST new file mode 100644 index 0000000000000..31f909145a8b3 --- /dev/null +++ b/databases/ocsipersist/PLIST @@ -0,0 +1,71 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/20 06:47:28 jaapb Exp $ +bin/ocsidbm +${PLIST.dbm}${OCAML_SITELIB}/ocsipersist-dbm/META +${PLIST.dbm}${OCAML_SITELIB}/ocsipersist-dbm/__private__/ocsipersist_dbmtypes/.public_cmi/ocsidbmtypes.cmi +${PLIST.dbm}${OCAML_SITELIB}/ocsipersist-dbm/__private__/ocsipersist_dbmtypes/.public_cmi/ocsidbmtypes.cmti +${PLIST.dbm}${OCAML_SITELIB}/ocsipersist-dbm/__private__/ocsipersist_dbmtypes/ocsidbmtypes.mli +${PLIST.dbm}${OCAML_SITELIB}/ocsipersist-dbm/__private__/ocsipersist_dbmtypes/ocsipersist_dbmtypes.cma +${PLIST.dbm}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist-dbm/__private__/ocsipersist_dbmtypes/ocsipersist_dbmtypes.cmxa +${PLIST.dbm}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist-dbm/__private__/ocsipersist_dbmtypes/ocsipersist_dbmtypes.cmxs +${PLIST.dbm}${OCAML_SITELIB}/ocsipersist-dbm/dune-package +${PLIST.dbm}${OCAML_SITELIB}/ocsipersist-dbm/opam +${OCAML_SITELIB}/ocsipersist-lib/META +${OCAML_SITELIB}/ocsipersist-lib/dune-package +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist-lib/ocsipersist_lib.a +${OCAML_SITELIB}/ocsipersist-lib/ocsipersist_lib.cma +${OCAML_SITELIB}/ocsipersist-lib/ocsipersist_lib.cmi +${OCAML_SITELIB}/ocsipersist-lib/ocsipersist_lib.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist-lib/ocsipersist_lib.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist-lib/ocsipersist_lib.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist-lib/ocsipersist_lib.cmxs +${OCAML_SITELIB}/ocsipersist-lib/ocsipersist_lib.ml +${OCAML_SITELIB}/ocsipersist-lib/opam +${PLIST.pgsql}${OCAML_SITELIB}/ocsipersist-pgsql/META +${PLIST.pgsql}${OCAML_SITELIB}/ocsipersist-pgsql/dune-package +${PLIST.pgsql}${OCAML_SITELIB}/ocsipersist-pgsql/opam +${PLIST.sqlite}${OCAML_SITELIB}/ocsipersist-sqlite/META +${PLIST.sqlite}${OCAML_SITELIB}/ocsipersist-sqlite/dune-package +${PLIST.sqlite}${OCAML_SITELIB}/ocsipersist-sqlite/opam +${OCAML_SITELIB}/ocsipersist/META +${OCAML_SITELIB}/ocsipersist/dbm/ocsipersist.cmi +${OCAML_SITELIB}/ocsipersist/dbm/ocsipersist.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/dbm/ocsipersist.cmx +${OCAML_SITELIB}/ocsipersist/dbm/ocsipersist.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/dbm/ocsipersist_dbm.a +${OCAML_SITELIB}/ocsipersist/dbm/ocsipersist_dbm.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/dbm/ocsipersist_dbm.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/dbm/ocsipersist_dbm.cmxs +${OCAML_SITELIB}/ocsipersist/dune-package +${OCAML_SITELIB}/ocsipersist/ocsipersist.cmi +${OCAML_SITELIB}/ocsipersist/ocsipersist.cmti +${OCAML_SITELIB}/ocsipersist/ocsipersist.mli +${OCAML_SITELIB}/ocsipersist/opam +${OCAML_SITELIB}/ocsipersist/pgsql/ocsipersist.cmi +${OCAML_SITELIB}/ocsipersist/pgsql/ocsipersist.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/pgsql/ocsipersist.cmx +${OCAML_SITELIB}/ocsipersist/pgsql/ocsipersist.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/pgsql/ocsipersist_pgsql.a +${OCAML_SITELIB}/ocsipersist/pgsql/ocsipersist_pgsql.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/pgsql/ocsipersist_pgsql.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/pgsql/ocsipersist_pgsql.cmxs +${OCAML_SITELIB}/ocsipersist/sqlite/ocsipersist.cmi +${OCAML_SITELIB}/ocsipersist/sqlite/ocsipersist.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/sqlite/ocsipersist.cmx +${OCAML_SITELIB}/ocsipersist/sqlite/ocsipersist.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/sqlite/ocsipersist_sqlite.a +${OCAML_SITELIB}/ocsipersist/sqlite/ocsipersist_sqlite.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/sqlite/ocsipersist_sqlite.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsipersist/sqlite/ocsipersist_sqlite.cmxs +${PLIST.dbm}share/doc/ocsipersist-dbm/LICENSE +${PLIST.dbm}share/doc/ocsipersist-dbm/README.md +${PLIST.dbm}share/doc/ocsipersist-dbm/odoc-pages/index.mld +share/doc/ocsipersist-lib/LICENSE +share/doc/ocsipersist-lib/README.md +${PLIST.pgsql}share/doc/ocsipersist-pgsql/LICENSE +${PLIST.pgsql}share/doc/ocsipersist-pgsql/README.md +${PLIST.pgsql}share/doc/ocsipersist-pgsql/odoc-pages/index.mld +${PLIST.sqlite}share/doc/ocsipersist-sqlite/LICENSE +${PLIST.sqlite}share/doc/ocsipersist-sqlite/README.md +${PLIST.sqlite}share/doc/ocsipersist-sqlite/odoc-pages/index.mld +share/doc/ocsipersist/LICENSE +share/doc/ocsipersist/README.md diff --git a/databases/ocsipersist/distinfo b/databases/ocsipersist/distinfo new file mode 100644 index 0000000000000..372d9889a00e5 --- /dev/null +++ b/databases/ocsipersist/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/20 06:47:28 jaapb Exp $ + +BLAKE2s (ocsipersist-1.1.0.tar.gz) = d92da4dceae445aa088aafcd54ff5a09a95b8da9afd333bdbb7a53ec83531aa8 +SHA512 (ocsipersist-1.1.0.tar.gz) = 82d82f854af3d6708c571d0c586a5abbba35a9c9e7482b81fdce5207e1f3f98dde3823550d3661714e7faa586888a0b6e4d5ae64f36983575079a9820d5d11ee +Size (ocsipersist-1.1.0.tar.gz) = 26735 bytes diff --git a/databases/ocsipersist/options.mk b/databases/ocsipersist/options.mk new file mode 100644 index 0000000000000..92963568612db --- /dev/null +++ b/databases/ocsipersist/options.mk @@ -0,0 +1,32 @@ +# $NetBSD: options.mk,v 1.1 2022/05/20 06:47:28 jaapb Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.ocsipersist +PKG_OPTIONS_NONEMPTY_SETS= database +PKG_OPTIONS_SET.database= sqlite gdbm pgsql +PKG_SUGGESTED_OPTIONS= gdbm +PLIST_VARS= sqlite dbm pgsql + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Msqlite) +DEPENDS+= ocaml-sqlite3>=0.23.0:../../databases/ocaml-sqlite3 +.include "../../devel/ocaml-lwt_log/buildlink3.mk" +.include "../../textproc/ocaml-xml-light/buildlink3.mk" +DUNE_BUILD_PACKAGES+= ocsipersist-sqlite +PLIST.sqlite= yes +.endif + +.if !empty(PKG_OPTIONS:Mgdbm) +.include "../../devel/ocaml-lwt_log/buildlink3.mk" +.include "../../textproc/ocaml-xml-light/buildlink3.mk" +DUNE_BUILD_PACKAGES+= ocsipersist-dbm +PLIST.dbm= yes +.endif + +.if !empty(PKG_OPTIONS:Mpgsql) +.include "../../databases/pgocaml/buildlink3.mk" +.include "../../devel/ocaml-lwt_log/buildlink3.mk" +.include "../../textproc/ocaml-xml-light/buildlink3.mk" +DUNE_BUILD_PACKAGES+= ocsipersist-pgsql +PLIST.pgsql= yes +.endif From 0391edc207da8189619c908fea9ceae178369a1d Mon Sep 17 00:00:00 2001 From: jaapb Date: Fri, 20 May 2022 06:50:13 +0000 Subject: [PATCH 0695/1154] doc: Added databases/ocsipersist version 1.1.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index df2626395be99..4d958762de624 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2639 2022/05/19 20:00:58 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2640 2022/05/20 06:50:13 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4083,3 +4083,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-feedparser to 6.0.9 [schmonz 2022-05-19] Updated devel/py-dulwich to 0.20.40 [adam 2022-05-19] Updated devel/pango to 1.50.7 [adam 2022-05-19] + Added databases/ocsipersist version 1.1.0 [jaapb 2022-05-20] From ab21f253a068320c46f3a51e47de57d19fa1be00 Mon Sep 17 00:00:00 2001 From: jaapb Date: Fri, 20 May 2022 07:04:06 +0000 Subject: [PATCH 0696/1154] Updated www/ocsigen to version 5.0.1. For such a huge increase in version number there are surprisingly few changes: mostly minor changes and bugfixes, plus OCaml and other compatibility updates. The build system has changed to Dune, and the persistent storage library has been split off into ocsipersist. --- www/ocsigen/Makefile | 45 +- www/ocsigen/PLIST | 433 ++++++++++-------- www/ocsigen/distinfo | 13 +- www/ocsigen/options.mk | 45 -- www/ocsigen/patches/patch-Makefile | 38 +- .../patches/patch-src_extensions_cgimod.ml | 15 - www/ocsigen/patches/patch-src_server_dune | 12 + .../patch-src_server_ocsigen__cohttp.ml | 34 ++ 8 files changed, 341 insertions(+), 294 deletions(-) delete mode 100644 www/ocsigen/options.mk delete mode 100644 www/ocsigen/patches/patch-src_extensions_cgimod.ml create mode 100644 www/ocsigen/patches/patch-src_server_dune create mode 100644 www/ocsigen/patches/patch-src_server_ocsigen__cohttp.ml diff --git a/www/ocsigen/Makefile b/www/ocsigen/Makefile index 0e64d1baa71c8..2c433e9913984 100644 --- a/www/ocsigen/Makefile +++ b/www/ocsigen/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2021/03/08 08:13:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/20 07:04:06 jaapb Exp $ # -VERSION= 2.16.1 +VERSION= 5.0.1 GITHUB_PROJECT= ocsigenserver PKGNAME= ocsigen-${VERSION} -PKGREVISION= 1 DISTNAME= ${GITHUB_PROJECT}-${VERSION} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} @@ -17,9 +16,7 @@ LICENSE= gnu-lgpl-v2.1 # ln: ./ocsipersist.mli: File exists # Makefile:42: recipe for target 'ocsipersist.mli' failed MAKE_JOBS_SAFE= no - -DEPENDS+= ocaml-react-[0-9]*:../../devel/ocaml-react -DEPENDS+= ocaml-text-[0-9]*:../../textproc/ocaml-text +USE_TOOLS+= sed gmake OCSIGEN_USER?= ${APACHE_USER} OCSIGEN_GROUP?= ${APACHE_GROUP} @@ -34,8 +31,7 @@ FILES_SUBST+= OCSIGEN_USER=${OCSIGEN_USER:Q} \ VARBASE=${VARBASE:Q} HAS_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug \ - --temproot ${DESTDIR} \ +CONFIGURE_ARGS= --temproot ${DESTDIR} \ --prefix ${PREFIX} \ --bindir ${PREFIX}/bin \ --libdir ${PREFIX}/lib/ocaml/site-lib \ @@ -50,36 +46,47 @@ CONFIGURE_ARGS= --disable-debug \ --datadir ${VARBASE}/lib/ocsigen \ --commandpipe ${VARBASE}/run/ocsigen_command -CONF_FILES+= ${DESTDIR}${PREFIX}/share/examples/ocsigen/ocsigenserver.conf.sample \ +#CONF_FILES+= ${DESTDIR}${PREFIX}/share/examples/ocsigen/ocsigenserver.conf.sample \ ${PKG_SYSCONFDIR}/ocsigenserver/ocsigenserver.conf -USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes OCAML_FINDLIB_DIRS= ocsigenserver +OCAML_USE_DUNE= yes +OPAM_INSTALL_FILES= ocsigenserver +INSTALL_UNSTRIPPED= yes .include "../../mk/ocaml.mk" -.if ${OCAML_USE_OPT_COMPILER} == "yes" -CONFIGURE_ARGS+= --enable-natdynlink -BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.12.0 -.else -CONFIGURE_ARGS+= --disable-natdynlink -.endif +#.if ${OCAML_USE_OPT_COMPILER} == "yes" +#CONFIGURE_ARGS+= --enable-natdynlink +#BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.12.0 +#.else +#CONFIGURE_ARGS+= --disable-natdynlink +#.endif post-extract: ${RUN} ${CP} ${FILESDIR}/ocsigen_getcommandline.mli ${WRKSRC}/src/baselib/commandline ${RUN} ${CP} ${FILESDIR}/ocsigen_getcommandline.mli ${WRKSRC}/src/baselib/nocommandline -.include "options.mk" +post-configure: + ${RUN} cd ${WRKSRC} && gmake -C src confs + .include "../../mk/pthread.buildlink3.mk" +.include "../../archivers/ocaml-zip/buildlink3.mk" +.include "../../devel/ocaml-dune/buildlink3.mk" +.include "../../devel/ocaml-hmap/buildlink3.mk" .include "../../devel/ocaml-lwt_log/buildlink3.mk" .include "../../devel/ocaml-lwt_react/buildlink3.mk" .include "../../devel/ocaml-lwt_ssl/buildlink3.mk" +.include "../../devel/ocaml-lwt/buildlink3.mk" +.include "../../devel/ocaml-react/buildlink3.mk" .include "../../devel/pcre-ocaml/buildlink3.mk" +.include "../../net/ocaml-conduit/buildlink3.mk" .include "../../net/ocaml-ipaddr/buildlink3.mk" -.include "../../net/ocamlnet/buildlink3.mk" +#.include "../../net/ocamlnet/buildlink3.mk" .include "../../security/ocaml-cryptokit/buildlink3.mk" .include "../../security/ocaml-ssl/buildlink3.mk" -.include "../../textproc/ocaml-tyxml/buildlink3.mk" +#.include "../../textproc/ocaml-tyxml/buildlink3.mk" .include "../../textproc/ocaml-xml-light/buildlink3.mk" +.include "../../www/ocaml-cohttp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ocsigen/PLIST b/www/ocsigen/PLIST index 320162f2ecd2c..198676d11b665 100644 --- a/www/ocsigen/PLIST +++ b/www/ocsigen/PLIST @@ -1,208 +1,265 @@ -@comment $NetBSD: PLIST,v 1.11 2019/08/24 11:13:48 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/05/20 07:04:06 jaapb Exp $ bin/ocsigenserver -${PLIST.ocaml-opt}bin/ocsigenserver.opt +bin/ocsigenserver.opt ${OCAML_SITELIB}/ocsigenserver/META -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib.a -${OCAML_SITELIB}/ocsigenserver/baselib.cma -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib.cmxa -${OCAML_SITELIB}/ocsigenserver/extensions/accesscontrol.cmi -${OCAML_SITELIB}/ocsigenserver/extensions/accesscontrol.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/accesscontrol.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/accesscontrol.cmxs -${OCAML_SITELIB}/ocsigenserver/extensions/accesscontrol.mli -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/accesscontrol.o -${OCAML_SITELIB}/ocsigenserver/extensions/authbasic.cmi -${OCAML_SITELIB}/ocsigenserver/extensions/authbasic.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/authbasic.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/authbasic.cmxs -${OCAML_SITELIB}/ocsigenserver/extensions/authbasic.mli -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/authbasic.o -${OCAML_SITELIB}/ocsigenserver/extensions/cgimod.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/cgimod.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/cgimod.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/cgimod.o -${PLIST.camlzip}${OCAML_SITELIB}/ocsigenserver/extensions/deflatemod.cmo -${PLIST.camlzip}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/deflatemod.cmx -${PLIST.camlzip}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/deflatemod.cmxs -${PLIST.camlzip}${OCAML_SITELIB}/ocsigenserver/extensions/deflatemod.o -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/donotparsecommandline.a -${OCAML_SITELIB}/ocsigenserver/donotparsecommandline.cma -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/donotparsecommandline.cmxa -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/donotparsecommandline.cmxs -${OCAML_SITELIB}/ocsigenserver/extensions/extendconfiguration.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/extendconfiguration.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/extendconfiguration.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/extendconfiguration.o -${OCAML_SITELIB}/ocsigenserver/extensions/extensiontemplate.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/extensiontemplate.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/extensiontemplate.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/extensiontemplate.o -${OCAML_SITELIB}/ocsigenserver/framepp.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/framepp.cmx -${OCAML_SITELIB}/ocsigenserver/framepp.mli -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/http.a -${OCAML_SITELIB}/ocsigenserver/http.cma -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/http.cmxa -${OCAML_SITELIB}/ocsigenserver/http_headers.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/http_headers.cmx -${OCAML_SITELIB}/ocsigenserver/http_headers.mli -@comment ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/libocsigenserver.a -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigenserver.a -${OCAML_SITELIB}/ocsigenserver/ocsigenserver.cma -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigenserver.cmxa -${OCAML_SITELIB}/ocsigenserver/extensions/ocsigen_comet.cmi -${OCAML_SITELIB}/ocsigenserver/extensions/ocsigen_comet.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsigen_comet.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsigen_comet.cmxs -${OCAML_SITELIB}/ocsigenserver/extensions/ocsigen_comet.mli -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsigen_comet.o -${PLIST.dbm}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-dbm.a -${PLIST.dbm}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-dbm.cma -${PLIST.dbm}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-dbm.cmxa -${PLIST.dbm}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-dbm.cmxs -${PLIST.pgsql}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-pgsql.a -${PLIST.pgsql}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-pgsql.cma -${PLIST.pgsql}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-pgsql.cmxa -${PLIST.pgsql}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-pgsql.cmxs -${PLIST.sqlite}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-sqlite.a -${PLIST.sqlite}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-sqlite.cma -${PLIST.sqlite}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-sqlite.cmxa -${PLIST.sqlite}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist-sqlite.cmxs -${OCAML_SITELIB}/ocsigenserver/ocsigen_cache.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_cache.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_cache.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_charset_mime.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_charset_mime.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_charset_mime.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.a +${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.cma +${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.cmi +${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.cmt +${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.cmxs +${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.ml +${OCAML_SITELIB}/ocsigenserver/baselib/base/ocsigen_lib_base.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/baselib.a +${OCAML_SITELIB}/ocsigenserver/baselib/baselib.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/baselib.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/baselib.cmxs +${OCAML_SITELIB}/ocsigenserver/baselib/dynlink_wrapper.cmi +${OCAML_SITELIB}/ocsigenserver/baselib/dynlink_wrapper.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/dynlink_wrapper.cmx +${OCAML_SITELIB}/ocsigenserver/baselib/dynlink_wrapper.ml +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_cache.cmi +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_cache.cmt +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_cache.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_cache.cmx +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_cache.ml +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_cache.mli +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_config_static.cmi +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_config_static.cmt +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_config_static.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_config_static.cmx +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_config_static.ml +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_config_static.mli +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_lib.cmi +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_lib.cmt +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_lib.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_lib.cmx +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_lib.ml +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_lib.mli +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_loader.cmi +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_loader.cmt +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_loader.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_loader.cmx +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_loader.ml +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_loader.mli +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_stream.cmi +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_stream.cmt +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_stream.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_stream.cmx +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_stream.ml +${OCAML_SITELIB}/ocsigenserver/baselib/ocsigen_stream.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.a +${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.cma +${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.cmi +${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.cmt +${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.cmxs +${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.ml +${OCAML_SITELIB}/ocsigenserver/cookies/ocsigen_cookie_map.mli +${OCAML_SITELIB}/ocsigenserver/dune-package +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.a +${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.cma +${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.cmi +${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.cmt +${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.ml +${OCAML_SITELIB}/ocsigenserver/ext/accesscontrol/accesscontrol.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.a +${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.cma +${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.cmi +${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.cmt +${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.ml +${OCAML_SITELIB}/ocsigenserver/ext/authbasic/authbasic.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.a +${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.cma +${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.cmi +${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.cmt +${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.ml +${OCAML_SITELIB}/ocsigenserver/ext/cors/cors.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.a +${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.cma +${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.cmi +${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.cmt +${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.ml +${OCAML_SITELIB}/ocsigenserver/ext/deflatemod/deflatemod.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/extendconfiguration/extendconfiguration.a +${OCAML_SITELIB}/ocsigenserver/ext/extendconfiguration/extendconfiguration.cma +${OCAML_SITELIB}/ocsigenserver/ext/extendconfiguration/extendconfiguration.cmi +${OCAML_SITELIB}/ocsigenserver/ext/extendconfiguration/extendconfiguration.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/extendconfiguration/extendconfiguration.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/extendconfiguration/extendconfiguration.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/extendconfiguration/extendconfiguration.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/extendconfiguration/extendconfiguration.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.a +${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.cma +${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.cmi +${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.cmt +${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.ml +${OCAML_SITELIB}/ocsigenserver/ext/outputfilter/outputfilter.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.a +${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.cma +${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.cmi +${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.cmt +${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.ml +${OCAML_SITELIB}/ocsigenserver/ext/redirectmod/redirectmod.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/revproxy/revproxy.a +${OCAML_SITELIB}/ocsigenserver/ext/revproxy/revproxy.cma +${OCAML_SITELIB}/ocsigenserver/ext/revproxy/revproxy.cmi +${OCAML_SITELIB}/ocsigenserver/ext/revproxy/revproxy.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/revproxy/revproxy.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/revproxy/revproxy.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/revproxy/revproxy.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/revproxy/revproxy.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/rewritemod/rewritemod.a +${OCAML_SITELIB}/ocsigenserver/ext/rewritemod/rewritemod.cma +${OCAML_SITELIB}/ocsigenserver/ext/rewritemod/rewritemod.cmi +${OCAML_SITELIB}/ocsigenserver/ext/rewritemod/rewritemod.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/rewritemod/rewritemod.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/rewritemod/rewritemod.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/rewritemod/rewritemod.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/rewritemod/rewritemod.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.a +${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.cma +${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.cmi +${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.cmt +${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.ml +${OCAML_SITELIB}/ocsigenserver/ext/staticmod/staticmod.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/userconf/userconf.a +${OCAML_SITELIB}/ocsigenserver/ext/userconf/userconf.cma +${OCAML_SITELIB}/ocsigenserver/ext/userconf/userconf.cmi +${OCAML_SITELIB}/ocsigenserver/ext/userconf/userconf.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/userconf/userconf.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/userconf/userconf.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ext/userconf/userconf.cmxs +${OCAML_SITELIB}/ocsigenserver/ext/userconf/userconf.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/http/http.a +${OCAML_SITELIB}/ocsigenserver/http/http.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/http/http.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/http/http.cmxs +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_charset_mime.cmi +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_charset_mime.cmt +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_charset_mime.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/http/ocsigen_charset_mime.cmx +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_charset_mime.ml +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_charset_mime.mli +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_header.cmi +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_header.cmt +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_header.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/http/ocsigen_header.cmx +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_header.ml +${OCAML_SITELIB}/ocsigenserver/http/ocsigen_header.mli +${OCAML_SITELIB}/ocsigenserver/ocsigen_cohttp.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_cohttp.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_cohttp.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_cohttp.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_cohttp.ml +${OCAML_SITELIB}/ocsigenserver/ocsigen_cohttp.mli +${OCAML_SITELIB}/ocsigenserver/ocsigen_command.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_command.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_command.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_command.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_command.ml +${OCAML_SITELIB}/ocsigenserver/ocsigen_command.mli ${OCAML_SITELIB}/ocsigenserver/ocsigen_config.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_config.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_config.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_config.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_config.ml ${OCAML_SITELIB}/ocsigenserver/ocsigen_config.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_cookies.cmi -${OCAML_SITELIB}/ocsigenserver/ocsigen_cookies.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_cookies.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_cookies.mli -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_cookies.o ${OCAML_SITELIB}/ocsigenserver/ocsigen_extensions.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_extensions.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_extensions.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_extensions.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_extensions.ml ${OCAML_SITELIB}/ocsigenserver/ocsigen_extensions.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_getcommandline.cmi -${OCAML_SITELIB}/ocsigenserver/ocsigen_getcommandline.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_headers.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_headers.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_headers.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_http_client.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_http_client.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_http_client.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_http_com.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_http_com.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_http_com.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_http_frame.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_http_frame.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_http_frame.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_lib.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_lib.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_lib.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_lib_base.cmi -${OCAML_SITELIB}/ocsigenserver/ocsigen_lib_base.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_lib_base.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_lib_base.mli -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_lib_base.o -${OCAML_SITELIB}/ocsigenserver/ocsigen_loader.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_loader.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_loader.mli ${OCAML_SITELIB}/ocsigenserver/ocsigen_local_files.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_local_files.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_local_files.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_local_files.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_local_files.ml ${OCAML_SITELIB}/ocsigenserver/ocsigen_local_files.mli ${OCAML_SITELIB}/ocsigenserver/ocsigen_messages.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_messages.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_messages.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_messages.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_messages.ml ${OCAML_SITELIB}/ocsigenserver/ocsigen_messages.mli +${OCAML_SITELIB}/ocsigenserver/ocsigen_multipart.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_multipart.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_multipart.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_multipart.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_multipart.ml +${OCAML_SITELIB}/ocsigenserver/ocsigen_multipart.mli ${OCAML_SITELIB}/ocsigenserver/ocsigen_parseconfig.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_parseconfig.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_parseconfig.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_parseconfig.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_parseconfig.ml ${OCAML_SITELIB}/ocsigenserver/ocsigen_parseconfig.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_request_info.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_request_info.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_request_info.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_senders.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_senders.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_senders.mli +${OCAML_SITELIB}/ocsigenserver/ocsigen_request.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_request.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_request.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_request.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_request.ml +${OCAML_SITELIB}/ocsigenserver/ocsigen_request.mli +${OCAML_SITELIB}/ocsigenserver/ocsigen_response.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_response.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_response.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_response.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_response.ml +${OCAML_SITELIB}/ocsigenserver/ocsigen_response.mli ${OCAML_SITELIB}/ocsigenserver/ocsigen_server.cmi +${OCAML_SITELIB}/ocsigenserver/ocsigen_server.cmt +${OCAML_SITELIB}/ocsigenserver/ocsigen_server.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_server.cmx +${OCAML_SITELIB}/ocsigenserver/ocsigen_server.ml ${OCAML_SITELIB}/ocsigenserver/ocsigen_server.mli -${OCAML_SITELIB}/ocsigenserver/ocsigen_stream.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigen_stream.cmx -${OCAML_SITELIB}/ocsigenserver/ocsigen_stream.mli -${OCAML_SITELIB}/ocsigenserver/extensions/cors.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/cors.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/cors.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/cors.o -${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist.cmi -${OCAML_SITELIB}/ocsigenserver/extensions/ocsipersist.mli -${OCAML_SITELIB}/ocsigenserver/extensions/outputfilter.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/outputfilter.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/outputfilter.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/outputfilter.o -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/parsecommandline.a -${OCAML_SITELIB}/ocsigenserver/parsecommandline.cma -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/parsecommandline.cmxa -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/parsecommandline.cmxs -${OCAML_SITELIB}/ocsigenserver/polytables.cmi -${OCAML_SITELIB}/ocsigenserver/polytables.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/polytables.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/polytables.cmxs -${OCAML_SITELIB}/ocsigenserver/polytables.mli -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/polytables.o -${OCAML_SITELIB}/ocsigenserver/extensions/redirectmod.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/redirectmod.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/redirectmod.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/redirectmod.o -${OCAML_SITELIB}/ocsigenserver/extensions/revproxy.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/revproxy.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/revproxy.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/revproxy.o -${OCAML_SITELIB}/ocsigenserver/extensions/rewritemod.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/rewritemod.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/rewritemod.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/rewritemod.o -${OCAML_SITELIB}/ocsigenserver/server_main.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/server_main.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/server_main.o -${OCAML_SITELIB}/ocsigenserver/extensions/staticmod.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/staticmod.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/staticmod.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/staticmod.o -${OCAML_SITELIB}/ocsigenserver/extensions/userconf.cmo -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/userconf.cmx -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/userconf.cmxs -${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/userconf.o -@comment ${OCAML_SITELIB}/ocsigenserver/dllocsigenserver.so -${PLIST.dbm}${OCAML_SITELIB}/ocsigenserver/extensions/ocsidbm -${PLIST.dbm}${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/extensions/ocsidbm.opt -man/man1/ocsigenserver.1 -share/examples/ocsigen/mime.types -share/examples/ocsigen/ocsigenserver.conf -share/examples/ocsigen/ocsigenserver.conf.sample -share/ocsigen/www/index.html -share/ocsigen/www/ocsigenstuff/back.png -share/ocsigen/www/ocsigenstuff/cdimage.png -share/ocsigen/www/ocsigenstuff/deb.png -share/ocsigen/www/ocsigenstuff/dvi.png -share/ocsigen/www/ocsigenstuff/folder_open.png -share/ocsigen/www/ocsigenstuff/html.png -share/ocsigen/www/ocsigenstuff/image.png -share/ocsigen/www/ocsigenstuff/ocsigen5.png -share/ocsigen/www/ocsigenstuff/pdf.png -share/ocsigen/www/ocsigenstuff/postscript.png -share/ocsigen/www/ocsigenstuff/readme.png -share/ocsigen/www/ocsigenstuff/rpm.png -share/ocsigen/www/ocsigenstuff/sound.png -share/ocsigen/www/ocsigenstuff/source_c.png -share/ocsigen/www/ocsigenstuff/source_java.png -share/ocsigen/www/ocsigenstuff/source_pl.png -share/ocsigen/www/ocsigenstuff/source_py.png -share/ocsigen/www/ocsigenstuff/style.css -share/ocsigen/www/ocsigenstuff/tar.png -share/ocsigen/www/ocsigenstuff/tex.png -share/ocsigen/www/ocsigenstuff/tgz.png -share/ocsigen/www/ocsigenstuff/txt.png -share/ocsigen/www/ocsigenstuff/unknown.png -share/ocsigen/www/ocsigenstuff/video.png +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigenserver.a +${OCAML_SITELIB}/ocsigenserver/ocsigenserver.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigenserver.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/ocsigenserver.cmxs +${OCAML_SITELIB}/ocsigenserver/opam +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/polytables/polytables.a +${OCAML_SITELIB}/ocsigenserver/polytables/polytables.cma +${OCAML_SITELIB}/ocsigenserver/polytables/polytables.cmi +${OCAML_SITELIB}/ocsigenserver/polytables/polytables.cmt +${OCAML_SITELIB}/ocsigenserver/polytables/polytables.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/polytables/polytables.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/polytables/polytables.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigenserver/polytables/polytables.cmxs +${OCAML_SITELIB}/ocsigenserver/polytables/polytables.ml +${OCAML_SITELIB}/ocsigenserver/polytables/polytables.mli +share/doc/ocsigenserver/CHANGES +share/doc/ocsigenserver/LICENSE +share/doc/ocsigenserver/README.md diff --git a/www/ocsigen/distinfo b/www/ocsigen/distinfo index eb9e2d0c35ac0..9e404ab39ed79 100644 --- a/www/ocsigen/distinfo +++ b/www/ocsigen/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 11:29:42 nia Exp $ +$NetBSD: distinfo,v 1.19 2022/05/20 07:04:06 jaapb Exp $ -BLAKE2s (ocsigenserver-2.16.1.tar.gz) = 889d82cccd92d2944d5783b1288721e26ca043231a96aceeb61c030bb16c49dd -SHA512 (ocsigenserver-2.16.1.tar.gz) = be5c1fb6c54fb374232a94e82aee7fd77cdee95584e5ad421f9f41965b0f2ce69c01f6a8bd1b2c622cd806668b7b6ff849ff4f3099283d1406144f27ea8da6cf -Size (ocsigenserver-2.16.1.tar.gz) = 1241874 bytes -SHA1 (patch-Makefile) = b1ea31d9ed70a2e672690893676da09773e433d3 +BLAKE2s (ocsigenserver-5.0.1.tar.gz) = 4e9099cc070449ec80a80a395a18a3405e693cea17a36f16b43cde22d0dac84e +SHA512 (ocsigenserver-5.0.1.tar.gz) = 1b8653487722ad26c0c0bfcf820402a783018039ce8b7c749ffb57bc80eeb1234464950ee639cb951c5b3dde1b4e85a992dfbbc782d55e7c2a356ff2f28a3917 +Size (ocsigenserver-5.0.1.tar.gz) = 1164098 bytes +SHA1 (patch-Makefile) = b5c387136f7c0e89e7afd7166fd96b54b332a18b SHA1 (patch-src_baselib_dynlink__wrapper.nonatdynlink.ml) = 78d373be4873cf1a632adcb5af30e14891adaf1f -SHA1 (patch-src_extensions_cgimod.ml) = def79063076f4d264a6e71d8fd97a64c5e453e32 +SHA1 (patch-src_server_dune) = 6b683b96bf629d9a44eeddbe57313d0b6ad27b98 +SHA1 (patch-src_server_ocsigen__cohttp.ml) = 3fe88c9aebd1e22e9e9271ed381b4107e9b0d12d diff --git a/www/ocsigen/options.mk b/www/ocsigen/options.mk deleted file mode 100644 index b4bd1d9604c3d..0000000000000 --- a/www/ocsigen/options.mk +++ /dev/null @@ -1,45 +0,0 @@ -# $NetBSD: options.mk,v 1.7 2019/11/04 22:09:58 rillig Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.ocsigen -PKG_SUPPORTED_OPTIONS= camlzip -PKG_OPTIONS_NONEMPTY_SETS= database -PKG_OPTIONS_SET.database= sqlite gdbm pgsql -PKG_SUGGESTED_OPTIONS= gdbm camlzip - -.include "../../mk/bsd.options.mk" - -PLIST_VARS+= sqlite -.if !empty(PKG_OPTIONS:Msqlite) -DEPENDS+= ocaml-sqlite3>=0.23.0:../../databases/ocaml-sqlite3 -CONFIGURE_ARGS+= --with-sqlite -PLIST.sqlite= yes -.else -CONFIGURE_ARGS+= --without-sqlite -.endif - -PLIST_VARS+= dbm -.if !empty(PKG_OPTIONS:Mgdbm) -.include "../../databases/ocaml-dbm/buildlink3.mk" -CONFIGURE_ARGS+= --with-dbm -PLIST.dbm= yes -.else -CONFIGURE_ARGS+= --without-dbm -.endif - -PLIST_VARS+= camlzip -.if !empty(PKG_OPTIONS:Mcamlzip) -DEPENDS+= ocaml-zip-[0-9]*:../../archivers/ocaml-zip -CONFIGURE_ARGS+= --with-camlzip -PLIST.camlzip= yes -.else -CONFIGURE_ARGS+= --without-camlzip -.endif - -PLIST_VARS+= pgsql -.if !empty(PKG_OPTIONS:Mpgsql) -.include "../../databases/pgocaml/buildlink3.mk" -CONFIGURE_ARGS+= --with-pgsql -PLIST.pgsql= yes -.else -CONFIGURE_ARGS+= --without-pgsql -.endif diff --git a/www/ocsigen/patches/patch-Makefile b/www/ocsigen/patches/patch-Makefile index 055d8a4c826a5..ccc0a5784604c 100644 --- a/www/ocsigen/patches/patch-Makefile +++ b/www/ocsigen/patches/patch-Makefile @@ -1,10 +1,10 @@ -$NetBSD: patch-Makefile,v 1.4 2020/04/21 11:51:02 jaapb Exp $ +$NetBSD: patch-Makefile,v 1.5 2022/05/20 07:04:07 jaapb Exp $ Use BSD_* installation commands ---- Makefile.orig 2016-11-15 15:04:34.000000000 +0000 +--- Makefile.orig 2021-07-12 10:00:50.000000000 +0000 +++ Makefile -@@ -67,66 +67,43 @@ install.opt: install.META.opt install.fi +@@ -45,64 +45,41 @@ distclean: clean.local # BB If install is not run by root but OCSIGENUSER, OCSIGENGROUP is somebody # BB different, make files universally accessible, we cannot chown. @@ -35,27 +35,28 @@ Use BSD_* installation commands +INSTALL_CAN_PUT_PERMISSIONS=no install.files: + @echo + @echo "## Run \"make doc\" and \"make install.doc\" to build and install the ocamldoc." @echo INSTALL_CAN_PUT_PERMISSIONS: ${INSTALL_CAN_PUT_PERMISSIONS} ## Command pipe - $(INSTALL) -m ${INSTALL_MOD_755} -d $(dir $(TEMPROOT)$(COMMANDPIPE)) -+ $(BSD_INSTALL_DATA_DIR) $(dir $(TEMPROOT)$(COMMANDPIPE)) ++ $(BSD_INSTALL_DATA_DIR) -d $(dir $(TEMPROOT)$(COMMANDPIPE)) [ -p $(TEMPROOT)$(COMMANDPIPE) ] || \ -- { mkfifo -m ${INSTALL_MOD_660} $(TEMPROOT)$(COMMANDPIPE); \ -+ { mkfifo ${INSTALL_MOD_660} $(TEMPROOT)$(COMMANDPIPE); \ + { mkfifo -m ${INSTALL_MOD_660} $(TEMPROOT)$(COMMANDPIPE); \ if [ "${INSTALL_CAN_PUT_PERMISSIONS}" = yes ]; \ then $(CHOWN) -R $(OCSIGENUSER):"$(OCSIGENGROUP)" $(TEMPROOT)$(COMMANDPIPE); \ fi; } ## Configuration files - $(INSTALL) -m ${INSTALL_MOD_755} -d $(TEMPROOT)$(CONFIGDIR)/conf.d -- ${INSTALL} -m ${INSTALL_MOD_644} ${PROJECTNAME}.conf.sample $(TEMPROOT)$(CONFIGDIR)/ -+ $(BSD_INSTALL_DATA_DIR) $(TEMPROOT)$(CONFIGDIR)/conf.d -+ ${BSD_INSTALL_DATA} ${PROJECTNAME}.conf.sample $(TEMPROOT)$(CONFIGDIR)/ - [ -f $(TEMPROOT)$(CONFIGDIR)/$(PROJECTNAME).conf ] || \ -- { $(INSTALL) -m ${INSTALL_MOD_644} $(PROJECTNAME).conf.sample \ -+ { $(BSD_INSTALL_DATA) $(PROJECTNAME).conf.sample \ - $(TEMPROOT)$(CONFIGDIR)/$(PROJECTNAME).conf; } +- ${INSTALL} -m ${INSTALL_MOD_644} ocsigenserver.conf.sample $(TEMPROOT)$(CONFIGDIR)/ ++ $(BSD_INSTALL_DATA_DIR) -d $(TEMPROOT)$(CONFIGDIR)/conf.d ++ $(BSD_INSTALL_DATA) ocsigenserver.conf.sample $(TEMPROOT)$(CONFIGDIR)/ + [ -f $(TEMPROOT)$(CONFIGDIR)/ocsigenserver.conf ] || \ +- { $(INSTALL) -m ${INSTALL_MOD_644} ocsigenserver.conf.sample \ ++ { $(BSD_INSTALL_DATA) ocsigenserver.conf.sample \ + $(TEMPROOT)$(CONFIGDIR)/ocsigenserver.conf; } - -mv $(TEMPROOT)$(CONFIGDIR)/mime.types $(TEMPROOT)$(CONFIGDIR)/mime.types.old -+#-mv $(TEMPROOT)$(CONFIGDIR)/mime.types $(TEMPROOT)$(CONFIGDIR)/mime.types.old ++# -mv $(TEMPROOT)$(CONFIGDIR)/mime.types $(TEMPROOT)$(CONFIGDIR)/mime.types.old ## Log directory - $(INSTALL) -m ${INSTALL_MOD_644} src/files/mime.types $(TEMPROOT)$(CONFIGDIR) - $(INSTALL) -d -m ${INSTALL_MOD_755} ${INSTALL_USER_GROUP} $(TEMPROOT)$(LOGDIR) @@ -77,14 +78,9 @@ Use BSD_* installation commands local/var/www/ocsigenstuff/*.png local/var/www/ocsigenstuff/*.css \ $(TEMPROOT)$(STATICPAGESDIR)/ocsigenstuff - $(INSTALL) -d -m ${INSTALL_MOD_755} $(TEMPROOT)$(MANDIR) -- $(INSTALL) -m ${INSTALL_MOD_644} src/files/${PROJECTNAME}.1 $(TEMPROOT)$(MANDIR) +- $(INSTALL) -m ${INSTALL_MOD_644} src/files/ocsigenserver.1 $(TEMPROOT)$(MANDIR) + $(BSD_INSTALL_MAN_DIR) $(TEMPROOT)$(MANDIR) -+ $(BSD_INSTALL_MAN) src/files/${PROJECTNAME}.1 $(TEMPROOT)$(MANDIR) ++ $(BSD_INSTALL_MAN) src/files/ocsigenserver.1 $(TEMPROOT)$(MANDIR) uninstall: -make -C doc uninstall -- -rm -f $(TEMPROOT)$(CONFIGDIR)/$(PROJECTNAME).conf.sample -+ -rm -F $(TEMPROOT)$(CONFIGDIR)/$(PROJECTNAME).conf.sample - -rm -f $(TEMPROOT)$(MANDIR)/${PROJECTNAME}.1 - -rm -f $(TEMPROOT)$(COMMANDPIPE) - -rmdir --ignore-fail-on-non-empty $(TEMPROOT)$(CONFIGDIR)/conf.d diff --git a/www/ocsigen/patches/patch-src_extensions_cgimod.ml b/www/ocsigen/patches/patch-src_extensions_cgimod.ml deleted file mode 100644 index af02b13fcea95..0000000000000 --- a/www/ocsigen/patches/patch-src_extensions_cgimod.ml +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_extensions_cgimod.ml,v 1.4 2020/04/21 11:51:02 jaapb Exp $ - -Write correct request URI - ---- src/extensions/cgimod.ml.orig 2018-12-19 10:54:19.000000000 +0000 -+++ src/extensions/cgimod.ml -@@ -270,7 +270,7 @@ let array_environment filename re doc_ro - - (* Neither in the CGI's spec nor in the HTTP headers but used, e.g., by PHP *) - Printf.sprintf "REMOTE_PORT=%d" (Ocsigen_request_info.remote_port ri); -- Printf.sprintf "REQUEST_URI=%s" (Ocsigen_request_info.url_string ri); -+ Printf.sprintf "REQUEST_URI=%s" (string_conform0 (Ocsigen_request_info.url_string ri)); - (* FIXME: URI instead of URL ? *) - Printf.sprintf "SCRIPT_FILENAME=%s" filename ] ; - additionnal_headers diff --git a/www/ocsigen/patches/patch-src_server_dune b/www/ocsigen/patches/patch-src_server_dune new file mode 100644 index 0000000000000..e05baa0fc1e28 --- /dev/null +++ b/www/ocsigen/patches/patch-src_server_dune @@ -0,0 +1,12 @@ +$NetBSD: patch-src_server_dune,v 1.1 2022/05/20 07:04:07 jaapb Exp $ + +Ssl library needs to be included as a dependency + +--- src/server/dune.orig 2022-01-21 16:20:49.000000000 +0000 ++++ src/server/dune +@@ -2,4 +2,4 @@ + (name ocsigenserver) + (public_name ocsigenserver) + (wrapped false) +- (libraries xml-light cohttp-lwt-unix hmap polytables ocsigen_cookie_map baselib http)) ++ (libraries xml-light cohttp-lwt-unix hmap polytables ocsigen_cookie_map baselib http ssl)) diff --git a/www/ocsigen/patches/patch-src_server_ocsigen__cohttp.ml b/www/ocsigen/patches/patch-src_server_ocsigen__cohttp.ml new file mode 100644 index 0000000000000..50a03e612194d --- /dev/null +++ b/www/ocsigen/patches/patch-src_server_ocsigen__cohttp.ml @@ -0,0 +1,34 @@ +$NetBSD: patch-src_server_ocsigen__cohttp.ml,v 1.1 2022/05/20 07:04:07 jaapb Exp $ + +Deal with changes in newer version of cohttp (patch from upstream) + +--- src/server/ocsigen_cohttp.ml.orig 2022-01-21 16:20:49.000000000 +0000 ++++ src/server/ocsigen_cohttp.ml +@@ -14,13 +14,13 @@ exception Ext_http_error of + + let _print_request fmt request = + +- let print_list print_data out_ch lst = ++ (* let print_list print_data out_ch lst = + let rec aux = function + | [] -> () + | [ x ] -> print_data out_ch x + | x :: r -> print_data out_ch x; aux r + in aux lst +- in ++ in *) + + Format.fprintf fmt "%s [%s/%s]:\n" + (Uri.to_string (Cohttp.Request.uri request)) +@@ -29,10 +29,7 @@ let _print_request fmt request = + + Cohttp.Header.iter + (fun key values -> +- (print_list +- (fun fmt value -> Format.fprintf fmt "\t%s = %s\n" key value) +- fmt +- values)) ++ Format.fprintf fmt "\t%s = %s\n" key values) + (Cohttp.Request.headers request) + + let connections = Hashtbl.create 256 From a69cba65a5d61aa7664286e20d2a34ded466e90d Mon Sep 17 00:00:00 2001 From: jaapb Date: Fri, 20 May 2022 07:06:46 +0000 Subject: [PATCH 0697/1154] doc: Updated www/ocsigen to 5.0.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4d958762de624..6bfefb216ba08 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2640 2022/05/20 06:50:13 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2641 2022/05/20 07:06:46 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4084,3 +4084,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-dulwich to 0.20.40 [adam 2022-05-19] Updated devel/pango to 1.50.7 [adam 2022-05-19] Added databases/ocsipersist version 1.1.0 [jaapb 2022-05-20] + Updated www/ocsigen to 5.0.1 [jaapb 2022-05-20] From c1d0fe73d166ed8aad34e392483fd2c9c95cd2fc Mon Sep 17 00:00:00 2001 From: jaapb Date: Fri, 20 May 2022 10:42:18 +0000 Subject: [PATCH 0698/1154] Added ocsipersist to Makefile SUBDIRs --- databases/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/Makefile b/databases/Makefile index 4af2a56a5b477..2cf59f2d355c2 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.662 2022/05/08 22:47:51 khorben Exp $ +# $NetBSD: Makefile,v 1.663 2022/05/20 10:42:18 jaapb Exp $ COMMENT= Databases @@ -128,6 +128,7 @@ SUBDIR+= ocaml-ldap SUBDIR+= ocaml-macaque SUBDIR+= ocaml-mysql SUBDIR+= ocaml-sqlite3 +SUBDIR+= ocsipersist SUBDIR+= odbc-postgresql SUBDIR+= openldap SUBDIR+= openldap-client From 4cf4c6dee1abe66d1f032a1be2c2d1ac28a049b1 Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 20 May 2022 11:01:15 +0000 Subject: [PATCH 0699/1154] iso-codes: fix broken HOMEPAGE, and comment out dead MASTER_SITES. MASTER_SITES must be switched to salsa.debian.org when this package gets updated. --- textproc/iso-codes/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textproc/iso-codes/Makefile b/textproc/iso-codes/Makefile index 65604b9d57d2c..d6cc4c64da344 100644 --- a/textproc/iso-codes/Makefile +++ b/textproc/iso-codes/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.62 2019/04/25 07:33:24 maya Exp $ +# $NetBSD: Makefile,v 1.63 2022/05/20 11:01:15 fcambus Exp $ DISTNAME= iso-codes-3.77 PKGREVISION= 1 CATEGORIES= textproc -MASTER_SITES= https://pkg-isocodes.alioth.debian.org/downloads/ +#MASTER_SITES= https://pkg-isocodes.alioth.debian.org/downloads/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pkg-isocodes.alioth.debian.org/ +HOMEPAGE= https://salsa.debian.org/iso-codes-team/iso-codes COMMENT= List of country, language and currency names LICENSE= gnu-lgpl-v2.1 From b917d0d20233cc7daa5871cacd7b615a7a6053c1 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 20 May 2022 12:03:08 +0000 Subject: [PATCH 0700/1154] geeqie: update to 1.7.3. pkgsrc: enable some more modern image formats (heif, webp, jp2) Geeqie 1.7.3 ============ - Fix crash with Flatpak version Geeqie 1.7.2 ============ - Copy image to clipboard option - Fix MacOS problems - Multi-threaded find duplicates - Generate sRGB thumbnails for images with embedded color profile - External image decoder option - AppImage supported - Support jpeg xl format - Automated cache maintenance - Support archive (e.g. zip) files - Use system theme background color And as usual: - Many small improvements - Many bug fixes - Updated language support --- graphics/geeqie/Makefile | 21 ++++++++++++++------- graphics/geeqie/PLIST | 6 +----- graphics/geeqie/distinfo | 10 +++++----- graphics/geeqie/patches/patch-ac | 31 +++++++------------------------ 4 files changed, 27 insertions(+), 41 deletions(-) diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 7388167d0b72f..e70a13e550c33 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.94 2022/04/18 19:11:16 adam Exp $ +# $NetBSD: Makefile,v 1.95 2022/05/20 12:03:08 wiz Exp $ -DISTNAME= geeqie-1.6 -PKGREVISION= 4 +DISTNAME= geeqie-1.7.3 CATEGORIES= graphics -MASTER_SITES= http://www.geeqie.org/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=BestImageViewer/} EXTRACT_SUFX= .tar.xz +GITHUB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.geeqie.org/ COMMENT= Image viewer LICENSE= gnu-gpl-v2 +BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4 + GNU_CONFIGURE= yes LDFLAGS.SunOS+= -lm -lsocket -lnsl @@ -20,15 +22,20 @@ USE_LANGUAGES= c c++ USE_TOOLS= bash:run gmake intltool msgfmt pkg-config automake autoconf autoreconf REPLACE_BASH+= plugins/*/* -REPLACE_BASH+= gen_changelog.sh +REPLACE_BASH+= doc/*.sh +REPLACE_BASH+= g*.sh +REPLACE_BASH+= version.sh -pre-configure: - cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh +pre-configure: replace-interpreter + cd ${WRKSRC} && autoreconf -fiv .include "options.mk" .include "../../graphics/exiv2/buildlink3.mk" .include "../../graphics/lcms2/buildlink3.mk" +.include "../../graphics/libheif/buildlink3.mk" +.include "../../graphics/libwebp/buildlink3.mk" +.include "../../graphics/openjpeg/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" BUILDLINK_API_DEPENDS.gnome-doc-utils+= gnome-doc-utils>=0.20.10nb4 .include "../../textproc/gnome-doc-utils/buildlink3.mk" diff --git a/graphics/geeqie/PLIST b/graphics/geeqie/PLIST index 43029acefd70f..5e26b16958e09 100644 --- a/graphics/geeqie/PLIST +++ b/graphics/geeqie/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2020/12/06 10:22:21 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/05/20 12:03:08 wiz Exp $ bin/geeqie lib/geeqie/geeqie-camera-import lib/geeqie/geeqie-camera-import-hook-script @@ -9,7 +9,6 @@ lib/geeqie/geeqie-rotate lib/geeqie/geeqie-symlink lib/geeqie/geeqie-tethered-photography lib/geeqie/geeqie-tethered-photography-hook-script -lib/geeqie/geeqie-ufraw lib/geeqie/geocode-parameters.awk lib/geeqie/lensID man/man1/geeqie.1 @@ -23,9 +22,6 @@ share/doc/${PKGNAME}/README.md share/doc/${PKGNAME}/TODO share/geeqie/applications/camera-import.desktop share/geeqie/applications/export-jpeg.desktop -share/geeqie/applications/geeqie-ufraw-id.desktop -share/geeqie/applications/geeqie-ufraw-recursive.desktop -share/geeqie/applications/geeqie-ufraw.desktop share/geeqie/applications/image-crop.desktop share/geeqie/applications/random-image.desktop share/geeqie/applications/rotate.desktop diff --git a/graphics/geeqie/distinfo b/graphics/geeqie/distinfo index 2f274e21c7aef..f4048a4b35c3f 100644 --- a/graphics/geeqie/distinfo +++ b/graphics/geeqie/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2021/10/26 10:46:09 nia Exp $ +$NetBSD: distinfo,v 1.24 2022/05/20 12:03:08 wiz Exp $ -BLAKE2s (geeqie-1.6.tar.xz) = 53af7488af4d3f9922c60bbc41c4399a2ee28aae10701b2d5ef995aa6a3ec220 -SHA512 (geeqie-1.6.tar.xz) = 4acd05c6012c80581e9c594c7dc7d12265528aa8d3868afef9def36798945afb851da9376bbe5f205ac3c5e1e2362188cc0e2891b49f3ea4396bbc6974c143ef -Size (geeqie-1.6.tar.xz) = 1693488 bytes -SHA1 (patch-ac) = b85998dc728b92689bc34f4b2cfcbb44ce56a8e6 +BLAKE2s (geeqie-1.7.3.tar.xz) = 81f86e9d23ef3677c70731aed68617e227cb1d3745afd705574166aa6de2ed44 +SHA512 (geeqie-1.7.3.tar.xz) = 5647422876dcd41ec369cc926783661e15f33c2794e073df98827b8fc030baf3ebf03587e42eef35caaddc3b315b74ee0f8c3a156422f72522ffbbb7ec0fd8d9 +Size (geeqie-1.7.3.tar.xz) = 1949696 bytes +SHA1 (patch-ac) = df54d39df0ba883759e17e0614a203d6a119f7db diff --git a/graphics/geeqie/patches/patch-ac b/graphics/geeqie/patches/patch-ac index 553745a887724..e91cc2e7499cf 100644 --- a/graphics/geeqie/patches/patch-ac +++ b/graphics/geeqie/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.6 2021/01/11 18:18:58 gdt Exp $ +$NetBSD: patch-ac,v 1.7 2022/05/20 12:03:08 wiz Exp $ * first hunk @@ -9,22 +9,17 @@ Comment from 2009/07/24: This is not known to be reported upstream. -* second hunk - -Avoid clutter crash. Cherrypicked from upstream: - https://github.com/BestImageViewer/geeqie/commit/f34ea0700048c27319a2256408171adda32a7580 - ---- src/main.c.orig 2020-11-20 21:36:33.000000000 +0000 +--- src/main.c.orig 2022-04-12 09:46:17.000000000 +0000 +++ src/main.c -@@ -873,6 +873,7 @@ void exit_program(void) +@@ -1223,6 +1223,7 @@ void exit_program(void) */ - /* FIXME: this probably needs some better ifdefs. Please report any compilation problems */ + /** @FIXME this probably needs some better ifdefs. Please report any compilation problems */ +#if 0 #if defined(SIGBUS) && defined(SA_SIGINFO) static void sigbus_handler_cb(int signum, siginfo_t *info, void *context) { -@@ -881,9 +882,11 @@ static void sigbus_handler_cb(int signum +@@ -1231,9 +1232,11 @@ static void sigbus_handler_cb(int signum mmap((void *)(((unsigned long)info->si_addr / pagesize) * pagesize), pagesize, PROT_READ | PROT_WRITE, MAP_FIXED | MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); } #endif @@ -36,23 +31,11 @@ Avoid clutter crash. Cherrypicked from upstream: #if defined(SIGBUS) && defined(SA_SIGINFO) struct sigaction sigbus_action; sigfillset(&sigbus_action.sa_mask); -@@ -892,6 +895,7 @@ static void setup_sigbus_handler(void) +@@ -1242,6 +1245,7 @@ static void setup_sigbus_handler(void) sigaction(SIGBUS, &sigbus_action, NULL); #endif +#endif /* 0 */ } - gint main(gint argc, gchar *argv[]) -@@ -905,11 +909,6 @@ gint main(gint argc, gchar *argv[]) - #if !GLIB_CHECK_VERSION(2,32,0) - g_thread_init(NULL); - #endif --#ifdef HAVE_CLUTTER --/* FIXME: see below */ -- putenv("LIBGL_ALWAYS_INDIRECT=1"); -- XInitThreads(); --#endif - gdk_threads_init(); - gdk_threads_enter(); - + static void set_theme_bg_color() From 5d60c6c9135159058c49df3e06ef0ac65728a7c4 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 20 May 2022 12:03:19 +0000 Subject: [PATCH 0701/1154] doc: Updated graphics/geeqie to 1.7.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6bfefb216ba08..2b9fc6214ddbf 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2641 2022/05/20 07:06:46 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2642 2022/05/20 12:03:19 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4085,3 +4085,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/pango to 1.50.7 [adam 2022-05-19] Added databases/ocsipersist version 1.1.0 [jaapb 2022-05-20] Updated www/ocsigen to 5.0.1 [jaapb 2022-05-20] + Updated graphics/geeqie to 1.7.3 [wiz 2022-05-20] From fc959a4a624dc40d95e72ab710ca7654e8acdf93 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 20 May 2022 12:09:01 +0000 Subject: [PATCH 0702/1154] py-scipy: updated to 1.8.1 SciPy 1.8.1 is a bug-fix release with no new features compared to 1.8.0. Notably, usage of Pythran has been restored for Windows builds/binaries. --- math/py-scipy/Makefile | 5 ++--- math/py-scipy/distinfo | 9 ++++----- ...patch-scipy_stats___hypotests__pythran.cpp | 19 ------------------- 3 files changed, 6 insertions(+), 27 deletions(-) delete mode 100644 math/py-scipy/patches/patch-scipy_stats___hypotests__pythran.cpp diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index b2cfb24246c88..8fa2732d821f9 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2022/05/03 15:14:54 tnn Exp $ +# $NetBSD: Makefile,v 1.57 2022/05/20 12:09:01 adam Exp $ -DISTNAME= scipy-1.8.0 -PKGREVISION= 1 +DISTNAME= scipy-1.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=s/scipy/} diff --git a/math/py-scipy/distinfo b/math/py-scipy/distinfo index dbc88aec62b2d..34d8e38613bf1 100644 --- a/math/py-scipy/distinfo +++ b/math/py-scipy/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.33 2022/05/13 09:49:31 tnn Exp $ +$NetBSD: distinfo,v 1.34 2022/05/20 12:09:01 adam Exp $ -BLAKE2s (scipy-1.8.0.tar.gz) = 45a8dad311d6c459a748f31a7df37ce49ee611c8d4c258649288fd624e5a3a05 -SHA512 (scipy-1.8.0.tar.gz) = 674652728ae76479d17189e6974895bb838a8e83b17b9fb91c5f86faebf2a1387e1466555ac5b51d05c293f9b31b9a72e634f5858105ea984ca94bd2f05bbb4c -Size (scipy-1.8.0.tar.gz) = 38313602 bytes +BLAKE2s (scipy-1.8.1.tar.gz) = 364d6645a49d897429094a406e6073e124c1ebca01f4be63ebe401b660d8df38 +SHA512 (scipy-1.8.1.tar.gz) = f6fc71c209991fe82baa4b10d8ade0deb1057f6f5942a91dfb7ae45f3eb78a4535efa2861badf5e2d37239fa99dbd99de760aa7e4854b95991ade0263004e7ea +Size (scipy-1.8.1.tar.gz) = 38196215 bytes SHA1 (patch-scipy_special___logit.h) = c729c2b73de00cad4c9ad834a79b80dea7b05af3 SHA1 (patch-scipy_special___round.h) = bc05a935e6423ce8395450ad3b30e88826939422 -SHA1 (patch-scipy_stats___hypotests__pythran.cpp) = e5d70b810ca020ccd25b9ad7068ce44487d8da60 diff --git a/math/py-scipy/patches/patch-scipy_stats___hypotests__pythran.cpp b/math/py-scipy/patches/patch-scipy_stats___hypotests__pythran.cpp deleted file mode 100644 index 270358c24f231..0000000000000 --- a/math/py-scipy/patches/patch-scipy_stats___hypotests__pythran.cpp +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-scipy_stats___hypotests__pythran.cpp,v 1.1 2022/04/12 20:31:43 tnn Exp $ - -/usr/include/iso/ctype_iso.h on SunOS has this: -#define _P 0x00000010 /* Punctuation */ - -Kludge away this macro. - ---- scipy/stats/_hypotests_pythran.cpp.orig 2022-02-04 14:45:39.615792300 +0000 -+++ scipy/stats/_hypotests_pythran.cpp -@@ -253,6 +253,9 @@ namespace __pythran__hypotests_pythran - typename type::result_type operator()(argument_type0&& A) const - ; - } ; -+#ifdef _P -+#undef _P -+#endif - struct _P - { - typedef void callable; From ce663a021c6047883813585bd1278163285cf76d Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 20 May 2022 12:09:48 +0000 Subject: [PATCH 0703/1154] py-asyncssh: updated to 2.10.1 Release 2.10.1 (16 Apr 2022) ---------------------------- * Added support for "Match Exec" in config files and updated AsyncSSH API calls to do config parsing in an executor to avoid blocking the event loop if a "Match Exec" command doesn't return immediately. * Fixed an issue where settings associated with server channels set when creating a listener rather than at the time a new channel is opened were not always being applied correctly. * Fixed config file handling to be more consistent with OpenSSH, making all relative paths be evaluated relative to ~/.ssh and allowing references to config file patterns which don't match anything to only trigger a debug message rather than an error. Thanks go to Caleb Ho for reporting this issue! * Update minimum required version of cryprography package to 3.1, to allow calls to it to be made without passing in a "backend" argument. This was missed back in the 2.9 release. Thanks go to Github users sebby97 and JavaScriptDude for reporting this issue! Release 2.10.0 (26 Mar 2022) ---------------------------- * Added new get_server_auth_methods() function which returns the set of auth methods available for a given user and SSH server. * Added support for new line_echo argument when creating a server channel which controls whether input in the line editor is echoed to the output immediately or under the control of the application, allowing more control over the ordering of input and output. * Added explicit support for RSA SHA-2 certificate algorithms. Previously, SHA-2 signatures were supported using the original ssh-rsa-cert-v01@openssh.com algorithm name, but recent versions of SSH now disable this algorithm by default, so the new SHA-2 algorithm names need to be advertised for SHA-2 signatures to work when using OpenSSH certificates. * Improved handling of config file loading when options argument is used, allowing config loading to be overridden at connect() time even if the options passed in referenced a config file. * Improved speed of unit tests by avoiding some network timeouts when connecting to invalid addresses. * Merged GitHub workflows contributed by GitHub user hexchain to run unit tests and collect code coverage information on multiple platforms and Python versions. Thanks so much for this work! * Fixed issue with GSS auth unit tests hanging on Windows. * Fixed issue with known_hosts matching when ProxyJump is being used. Thanks go to GitHub user velavokr for reporting this and helping to debug it. * Fixed type annotations for SFTP client and server open methods. Thanks go to Marat Sharafutdinov for reporting this! --- security/py-asyncssh/Makefile | 4 ++-- security/py-asyncssh/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index 58561ec918d55..cf17fd83d664f 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2022/01/24 12:50:27 adam Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/20 12:09:48 adam Exp $ -DISTNAME= asyncssh-2.9.0 +DISTNAME= asyncssh-2.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/} diff --git a/security/py-asyncssh/distinfo b/security/py-asyncssh/distinfo index 893c2d6e86845..54b0e5c2a24c7 100644 --- a/security/py-asyncssh/distinfo +++ b/security/py-asyncssh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2022/01/24 12:50:27 adam Exp $ +$NetBSD: distinfo,v 1.31 2022/05/20 12:09:48 adam Exp $ -BLAKE2s (asyncssh-2.9.0.tar.gz) = 0b663bb4ccec394c47929f3405502762750114fb7601056c09c1ad53ecca3751 -SHA512 (asyncssh-2.9.0.tar.gz) = 5369575da6b12c6adbdc6f0c8492098b089f773761c9a78f854bf5e99b09a3b3256a014dba60d6ff7ae23cca3a25176e34e803fa4dde74cc0fe704389a7d0c08 -Size (asyncssh-2.9.0.tar.gz) = 477142 bytes +BLAKE2s (asyncssh-2.10.1.tar.gz) = 7ae87abb54330c769c57cb834337650bc46289671a1cfe284f545efb0058df26 +SHA512 (asyncssh-2.10.1.tar.gz) = adaf68f2e4209e9bf91c2018298a281dab490d723bda9d6f7db892aa43e796e38ff904cf39f56c8b545439ca71c89b419e53521f323cb753cf7a2290beb04e12 +Size (asyncssh-2.10.1.tar.gz) = 483000 bytes From 93839c08c5941885df5d2ae9483c9490e0cd87e3 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 20 May 2022 12:10:28 +0000 Subject: [PATCH 0704/1154] Updated math/py-scipy, security/py-asyncssh --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2b9fc6214ddbf..95485e393cd43 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2642 2022/05/20 12:03:19 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2643 2022/05/20 12:10:28 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4086,3 +4086,5 @@ Changes to the packages collection and infrastructure in 2022: Added databases/ocsipersist version 1.1.0 [jaapb 2022-05-20] Updated www/ocsigen to 5.0.1 [jaapb 2022-05-20] Updated graphics/geeqie to 1.7.3 [wiz 2022-05-20] + Updated math/py-scipy to 1.8.1 [adam 2022-05-20] + Updated security/py-asyncssh to 2.10.1 [adam 2022-05-20] From 7ab41d39fbbd28074beba99702e19eb03a527d1f Mon Sep 17 00:00:00 2001 From: rxg Date: Fri, 20 May 2022 13:38:45 +0000 Subject: [PATCH 0705/1154] Use the new APIs of libchewing-0.5.1, bump revision. --- inputmethod/xcin/Makefile | 9 +- inputmethod/xcin/distinfo | 5 +- inputmethod/xcin/files/xcin_chewing.c | 492 ++++++++++++++++++++++++ inputmethod/xcin/patches/patch-af | 4 +- inputmethod/xcin/patches/patch-ag | 520 -------------------------- 5 files changed, 502 insertions(+), 528 deletions(-) create mode 100644 inputmethod/xcin/files/xcin_chewing.c delete mode 100644 inputmethod/xcin/patches/patch-ag diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile index 58000a3b92f25..82a22caa34e69 100644 --- a/inputmethod/xcin/Makefile +++ b/inputmethod/xcin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2021/05/24 19:52:29 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2022/05/20 13:38:45 rxg Exp $ DISTNAME= xcin-2.5.3.pre2 PKGNAME= xcin-2.5.3rc2 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= chinese x11 #MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ @@ -58,6 +58,9 @@ PLIST_SUBST+= GBK_ENC=${GBK_ENC} post-extract: ${CP} ${FILESDIR}/xcinrc.DRAGONFLY ${WRKSRC}/etc +post-patch: + ${CP} ${FILESDIR}/xcin_chewing.c ${WRKSRC}/src/Cinput/chewing + post-install: cd ${WRKSRC}/doc && pax -rw \ -s ',^\./man$$,,' -s ',^\./man/.*,,' \ @@ -72,7 +75,7 @@ BUILDLINK_TRANSFORM+= l:db:${BDB_TYPE} .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../inputmethod/libchewing02/buildlink3.mk" +.include "../../inputmethod/libchewing/buildlink3.mk" .include "../../inputmethod/libtabe/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" diff --git a/inputmethod/xcin/distinfo b/inputmethod/xcin/distinfo index 99293af298cb5..3e0a5ee3229c6 100644 --- a/inputmethod/xcin/distinfo +++ b/inputmethod/xcin/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 10:49:47 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/05/20 13:38:45 rxg Exp $ BLAKE2s (xcin-2.5.3.pre2.tar.gz) = fc0e2dece86f69c7bdc0a174009f4ee2b8529f11ffb72c409e8993e1d52b13b0 SHA512 (xcin-2.5.3.pre2.tar.gz) = 01b44d0cf1e90fd42a7a45443bc32bb0e2eb85a500a7ee8ca3a4968becf43f8ffbc37f5beec9307a0687a51b7d0a28fba7ed6f9501786c2fbacf562d5dffec86 @@ -8,8 +8,7 @@ SHA1 (patch-ab) = cf899acb6f5502175c9cbfd45da119cd6f6ddb5a SHA1 (patch-ac) = 63ad86449dd44ddf3db2ed661de2e290c894131f SHA1 (patch-ad) = 6e59d32f5e3f8f06f8b4bcbb32e221678db74018 SHA1 (patch-ae) = 13985687af55de0a6727150d41d2d6333d103689 -SHA1 (patch-af) = 23dde43647de72fb6492a51016379db88f37cdd2 -SHA1 (patch-ag) = 009aff61710ad0da4492e366f35fa565b0abc32c +SHA1 (patch-af) = 0f2764178a6705c77de5ac3976d954e5217edb66 SHA1 (patch-ah) = 0bc13a5e03157cc788228162d7f212d5741c29bf SHA1 (patch-ai) = 324cd99f69bd226846dc65f100c523c056fc13c6 SHA1 (patch-aj) = d7b9adac4d08fcee744f80aaece059bdd96ab23c diff --git a/inputmethod/xcin/files/xcin_chewing.c b/inputmethod/xcin/files/xcin_chewing.c new file mode 100644 index 0000000000000..449d9a3197917 --- /dev/null +++ b/inputmethod/xcin/files/xcin_chewing.c @@ -0,0 +1,492 @@ +/* + * This code is derived from xcin-chewing-20041004.diff and + * rewritten by Rui-Xiang Guo to use the new libchewing APIs. + * + * Bridge interface between libchewing and xcin + */ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include +#include + +#include +#include +#include "xcintool.h" +#include "module.h" + +#include +#include + +/* the following keystate masks are defined by xcin */ +#define CAPS_MASK (2) +#define CTRL_MASK (4) + +#define XCIN_BYTE_NATIVE 2 +#define XCIN_BYTE_UTF8 3 + +/* internal/chewing-private.h */ +#define MAX_UTF8_SIZE 4 +#define BOPOMOFO_SIZE 4 +#define AUX_PREFIX_LEN (3) /* showMsg */ +#define MAX_PHRASE_LEN 11 +#define MAX_PHONE_SEQ_LEN 50 /* commitBuf */ +#define MAX_CHOICE_BUF (50) /* max length of the choise buffer */ + +static char *cname; +static char *kb_type_str; + +static int chewing_codeset; +static int chewing_mbs_wcs(wch_t *wcs, char *mbs, int wcs_len); +void preconvert(const char *input, char *output, int n_char); + +static char selKey_define[11] = "1234567890\0"; /* Default */ + +int MakeInpinfo(inpinfo_t *inpinfo); + +static int +ChewingInit(void *conf, char *objname, xcin_rc_t *xc) +{ + char *cmd[2], value[50]; + int i; + ChewingConfigData *cf = (ChewingConfigData *) conf; + + putenv("CHEWING_PATH=" CHEWING_DATA_PREFIX); + + /* For compatible purposes */ + cf->candPerPage = 9; + cf->maxChiSymbolLen = 16; + + /* + * The new libchewing uses UTF-8 encoding for all its structure + * so we need to check if it is UTF-8 locale and do any conv + */ + chewing_codeset = (!strcasecmp(xc->locale.encoding, "utf-8")) ? + XCIN_BYTE_UTF8 : + XCIN_BYTE_NATIVE; + cname = (char *) calloc(3, sizeof(char) * chewing_codeset); + + cmd[0] = objname; + /* Set keyboard type */ + cmd[1] = "KB_TYPE"; + kb_type_str = "KB_DEFAULT"; + if (get_resource(xc, cmd, value, 50, 2)) { + kb_type_str = value; + } + + /* Support selection key definitions */ + cmd[1] = "SELECTION_KEYS_DEFINE"; + if (get_resource(xc, cmd, value, 50, 2)) { + if (strlen(value) == 10) { + strcpy(selKey_define, value); + selKey_define[11] = '\0'; + } + } + for (i = 0; i < 10; i++) + cf->selKey[i] = selKey_define[i]; + + /* Set phrase direction */ + cmd[1] = "ADD_PHRASE_FORWARD"; + cf->bAddPhraseForward = 0; + if (get_resource(xc, cmd, value, 50, 2)) { + if (atoi(value) == 1) { + cf->bAddPhraseForward = 1; + } + } + + return True; +} + +static int +ChewingXimInit(void *conf, inpinfo_t *inpinfo) +{ + static char cchBuffer[MAX_PHONE_SEQ_LEN * MAX_UTF8_SIZE + 1]; + ChewingConfigData *cf = (ChewingConfigData *) conf; + int i; + + /* Initialize Chewing */ + inpinfo->iccf = chewing_new(); + + /* CallSetConfig */ + chewing_set_candPerPage(inpinfo->iccf, cf->candPerPage); + chewing_set_maxChiSymbolLen(inpinfo->iccf, cf->maxChiSymbolLen); + chewing_set_KBType(inpinfo->iccf, chewing_KBStr2Num(kb_type_str)); + chewing_set_selKey(inpinfo->iccf, cf->selKey, 10); + chewing_set_addPhraseDirection(inpinfo->iccf, cf->bAddPhraseForward); + + inpinfo->lcch = (wch_t *) calloc(MAX_PHONE_SEQ_LEN, sizeof(wch_t)); + inpinfo->lcch_grouping = (ubyte_t *) calloc(MAX_PHONE_SEQ_LEN, sizeof(ubyte_t)); + inpinfo->cch = cchBuffer; + + preconvert("\xE6\x96\xB0\xE9\x85\xB7\xE9\x9F\xB3", cname, 9); + inpinfo->inp_cname = cname; + inpinfo->inp_ename = "chewing"; + inpinfo->area3_len = 2 * BOPOMOFO_SIZE + 4; + inpinfo->guimode = GUIMOD_LISTCHAR | GUIMOD_SELKEYSPOT; + inpinfo->keystroke_len = 0; + inpinfo->s_keystroke = (wch_t *) calloc(MAX_PHRASE_LEN + AUX_PREFIX_LEN, sizeof(wch_t)); + + inpinfo->mcch = (wch_t *) calloc(MAX_CHOICE_BUF, sizeof(wch_t)); + inpinfo->mcch_grouping = (ubyte_t *) calloc(MAX_SELKEY, sizeof(ubyte_t)); + inpinfo->n_mcch = 0; + + inpinfo->n_lcch = 0; + inpinfo->edit_pos = 0; + inpinfo->cch_publish.wch = (wchar_t) 0; + + /* + * check_winsize(inpinfo, iccf); + * [yet] check winsize is under construction. + */ + + inpinfo->n_selkey = 10; + inpinfo->s_selkey = (wch_t *) calloc(MAX_SELKEY, sizeof(wch_t)); + + for (i = 0; i < 10; i++) { + inpinfo->s_selkey[i].wch = (wchar_t) 0; + inpinfo->s_selkey[i].s[0] = selKey_define[i]; + } + + return True; +} + +void CommitString(inpinfo_t *inpinfo) +{ + int len; + char *str, *output; + + memset(inpinfo->cch, 0, sizeof(char) * (MAX_PHONE_SEQ_LEN * MAX_UTF8_SIZE + 1)); + str = chewing_commit_String(inpinfo->iccf); + len = strlen(str); + output = (char *) calloc(len, sizeof(char) * chewing_codeset); + preconvert(str, output, len); + strcat(inpinfo->cch, output); + free(output); +} + +static unsigned int +ChewingXimEnd(void *conf, inpinfo_t *inpinfo) +{ + int rtn; + + /* if preedit exists, commit the string */ + chewing_handle_Enter(inpinfo->iccf); + + rtn = MakeInpinfo(inpinfo); + chewing_delete(inpinfo->iccf); + free(inpinfo->s_keystroke); + free(inpinfo->lcch); + free(inpinfo->mcch); + free(inpinfo->mcch_grouping); + + inpinfo->iccf = NULL; + inpinfo->s_keystroke = NULL; + inpinfo->lcch = NULL; + + return rtn; +} + +void ShowChoose(inpinfo_t *inpinfo) +{ + int i = 1, len, pageno; + char *buf, *output; + const char *const_buf; + + memset(inpinfo->mcch, 0, sizeof(wch_t) * MAX_CHOICE_BUF); + /* + * for new xcin, there is no need to modify the lcch buffer + * instead, we put phrase to choose in mcch + */ + if (chewing_cand_TotalPage(inpinfo->iccf) == 0) + return; + + buf = (char *) calloc(MAX_CHOICE_BUF, sizeof(char) * chewing_codeset); + chewing_cand_Enumerate(inpinfo->iccf); + while (chewing_cand_hasNext(inpinfo->iccf)) { + /* in the last page, no will exceed nTotalChoice */ + if (i > chewing_cand_ChoicePerPage(inpinfo->iccf)) + break; + + /* set grouping to the length of the phrase */ + const_buf = chewing_cand_String_static(inpinfo->iccf); + inpinfo->mcch_grouping[i] = strlen(const_buf) / 3; + strcat(buf, const_buf); + i++; + } + + /* i stores how many choices are available */ + inpinfo->mcch_grouping[0] = i; + + /* set pgstate according to the current page position */ + if (chewing_cand_TotalPage(inpinfo->iccf) == 1) + inpinfo->mcch_pgstate = MCCH_ONEPG; + else { + pageno = chewing_cand_CurrentPage(inpinfo->iccf); + if (pageno == 0) + inpinfo->mcch_pgstate = MCCH_BEGIN; + else if (pageno == (chewing_cand_TotalPage(inpinfo->iccf) - 1)) + inpinfo->mcch_pgstate = MCCH_END; + else + inpinfo->mcch_pgstate = MCCH_MIDDLE; + } + + len = strlen(buf); + output = (char *) calloc(len, sizeof(char) * chewing_codeset); + preconvert(buf, output, len); + inpinfo->n_mcch = chewing_mbs_wcs(inpinfo->mcch, output, (len + 1) * chewing_codeset); + free(buf); + free(output); +} + +void ShowText(inpinfo_t *inpinfo) +{ + int len; + char *output; + const char *const_buf; + + memset(inpinfo->lcch, 0, sizeof(wch_t) * MAX_PHONE_SEQ_LEN); + const_buf = chewing_buffer_String_static(inpinfo->iccf); + len = strlen(const_buf); + output = (char *) calloc(len, sizeof(char) * chewing_codeset); + preconvert(const_buf, output, len); + inpinfo->n_lcch = chewing_mbs_wcs(inpinfo->lcch, output, (len + 1) * chewing_codeset); + free(output); +} + +void ShowInterval(inpinfo_t *inpinfo) +{ + int i = 1; + IntervalType it; + + if (chewing_buffer_Len(inpinfo->iccf) == 0) { + inpinfo->lcch_grouping[0] = 0; + return; + } + + chewing_interval_Enumerate(inpinfo->iccf); + while (chewing_interval_hasNext(inpinfo->iccf) == 1) { + chewing_interval_Get(inpinfo->iccf, &it); + inpinfo->lcch_grouping[i] = it.to - it.from; + i++; + } + inpinfo->lcch_grouping[0] = i - 1; +} + +void ShowStateAndZuin(inpinfo_t *inpinfo) +{ + int len; + char *output; + const char *const_buf; + + memset(inpinfo->s_keystroke, 0, sizeof(wch_t) * (MAX_PHRASE_LEN + AUX_PREFIX_LEN)); + if (chewing_aux_Check(inpinfo->iccf)) { + const_buf = chewing_aux_String_static(inpinfo->iccf); + len = strlen(const_buf); + } + else if (chewing_bopomofo_Check(inpinfo->iccf)) { + const_buf = chewing_bopomofo_String_static(inpinfo->iccf); + len = strlen(const_buf); + } + + if (len > 0) { + output = (char *) calloc(len, sizeof(char) * chewing_codeset); + preconvert(const_buf, output, len); + inpinfo->keystroke_len = chewing_mbs_wcs(inpinfo->s_keystroke, output, (len + 1) * chewing_codeset); + free(output); + } +} + +int MakeInpinfo(inpinfo_t *inpinfo) +{ + int rtn = 0; + + if (chewing_keystroke_CheckAbsorb(inpinfo->iccf)) + rtn |= IMKEY_ABSORB; + if (chewing_keystroke_CheckIgnore(inpinfo->iccf)) + rtn |= IMKEY_IGNORE; + /* No function to check KEYSTROKE_BELL */ + if (chewing_commit_Check(inpinfo->iccf)) { + rtn |= IMKEY_COMMIT; + CommitString(inpinfo); + } + + if (chewing_cand_TotalPage(inpinfo->iccf)) { /* in selection mode */ + ShowChoose(inpinfo); + inpinfo->guimode &= ~GUIMOD_LISTCHAR; + } + else { + ShowText(inpinfo); + ShowInterval(inpinfo); + inpinfo->guimode |= GUIMOD_LISTCHAR; + } + + ShowStateAndZuin(inpinfo); + /* SetCursor */ + inpinfo->edit_pos = chewing_cursor_Current(inpinfo->iccf); + + return rtn; +} + +static unsigned int +ChewingKeystroke(void *conf, inpinfo_t *inpinfo, keyinfo_t *keyinfo) +{ + KeySym keysym = keyinfo->keysym; + int rtn; + static KeySym last_key = 0; + + /* set Chinese / English mode by keystate */ + if (keyinfo->keystate & CAPS_MASK ) { /* uppercase */ + if (chewing_get_ChiEngMode(inpinfo->iccf) != SYMBOL_MODE) + chewing_set_ChiEngMode(inpinfo->iccf, SYMBOL_MODE); + } + else { + if (chewing_get_ChiEngMode(inpinfo->iccf) != CHINESE_MODE) + chewing_set_ChiEngMode(inpinfo->iccf, CHINESE_MODE); + } + + /* check no ctrl key was pressed */ + if (keyinfo->keystate >= 0 && !(keyinfo->keystate & CTRL_MASK ) && !(keyinfo->keystate & ShiftMask)) { + switch (keysym) { + case XK_Escape: + chewing_handle_Esc(inpinfo->iccf); + inpinfo->n_mcch = 0; + break ; + case XK_Return: + chewing_handle_Enter(inpinfo->iccf); + inpinfo->n_mcch = 0; + inpinfo->s_keystroke->wch = (wchar_t) 0; + break ; + case XK_Delete: + chewing_handle_Del(inpinfo->iccf); + break ; + case XK_BackSpace: + chewing_handle_Backspace(inpinfo->iccf); + break ; + case XK_Up: + chewing_handle_Up(inpinfo->iccf); + break ; + case XK_Down: + chewing_handle_Down(inpinfo->iccf); + break ; + case XK_Left: + chewing_handle_Left(inpinfo->iccf); + break ; + case XK_Right: + chewing_handle_Right(inpinfo->iccf); + break ; + case XK_Home: + chewing_handle_Home(inpinfo->iccf); + break; + case XK_End: + chewing_handle_End(inpinfo->iccf); + break; + case XK_Tab: + if (last_key == XK_Tab) /* double click TAB */ + chewing_handle_DblTab(inpinfo->iccf); + else + chewing_handle_Tab(inpinfo->iccf); + break; + case XK_Caps_Lock: + chewing_handle_Capslock(inpinfo->iccf); + break; + case ' ': /* Space */ + chewing_handle_Space(inpinfo->iccf); + break; + default: + chewing_handle_Default(inpinfo->iccf, keysym); + inpinfo->n_mcch = 0; + break; + } + } + else if (keyinfo->keystate & ShiftMask) { + switch (keysym) { + case XK_Left: + chewing_handle_ShiftLeft(inpinfo->iccf); + break ; + case XK_Right: + chewing_handle_ShiftRight(inpinfo->iccf); + break; + default: + chewing_handle_Default(inpinfo->iccf, keysym); + inpinfo->n_mcch = 0; + } + } + else if (keyinfo->keystate & CTRL_MASK) { + if (keysym <= '9' && keysym >= '0') + chewing_handle_CtrlNum(inpinfo->iccf, keysym); + } + + last_key = keysym; + rtn = MakeInpinfo(inpinfo); + + return rtn; +} + +static int +ChewingShowKeystroke(void *conf, simdinfo_t *simdinfo) +{ + simdinfo->s_keystroke = NULL; + + return False; +} + +static int +chewing_mbs_wcs(wch_t *wcs, char *mbs, int wcs_len) +{ + int len, i; + char *s; + + for (s = mbs, len = 0; *s && len < wcs_len - 1; s += chewing_codeset, len++) { + wcs[len].wch = (wchar_t) 0; + for (i = 0; i < chewing_codeset; i++) + wcs[len].s[i] = *(s + i); + } + wcs[len].wch = (wchar_t) 0; + + return len; +} + +/* UTF-8 support */ +void +preconvert(const char *input, char *output, int n_char) +{ + if (chewing_codeset == XCIN_BYTE_NATIVE) { + const char *inptr = input; + char *outptr = output; + size_t inbytesleft = n_char; + size_t outbytesleft = n_char / 3 * 2 + 1; + iconv_t cd; + + cd = iconv_open("big5", "utf-8"); + iconv (cd, (const char **) &inptr, &inbytesleft, &outptr, &outbytesleft); + + iconv_close(cd); + } else + strncpy(output, input, n_char); +} + +static char zh_chewing_comments[] = + "Chewing : a smart phonetic input method module for XCIN.\n" + "By Lu-chuan Kung ,\n" + "Kang-pen Chen , and others.\n"; + +static char *zh_chewing_valid_objname[] = { "chewing", NULL }; + +module_t module_ptr = { + { + MTYPE_IM, + "zh_chewing", /* name */ + MODULE_VERSION, /* version */ + zh_chewing_comments + }, /* comments */ + zh_chewing_valid_objname, /* valid_objname */ + sizeof(ChewingConfigData), /* conf_size */ + ChewingInit, /* init */ + ChewingXimInit, /* xim_init */ + ChewingXimEnd, /* xim_end */ + ChewingKeystroke, /* keystroke */ + ChewingShowKeystroke, /* show_keystroke */ + NULL +}; diff --git a/inputmethod/xcin/patches/patch-af b/inputmethod/xcin/patches/patch-af index 9c78f1ed949e5..20a094e339601 100644 --- a/inputmethod/xcin/patches/patch-af +++ b/inputmethod/xcin/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.1 2006/01/28 03:03:11 rxg Exp $ +$NetBSD: patch-af,v 1.2 2022/05/20 13:38:45 rxg Exp $ --- src/Cinput/chewing/Makefile.in.orig 2006-01-21 20:23:07.000000000 +0800 +++ src/Cinput/chewing/Makefile.in @@ -9,7 +9,7 @@ $NetBSD: patch-af,v 1.1 2006/01/28 03:03:11 rxg Exp $ + +INC = $(xcininc) $(intl_inc) $(x_includes) \ + -I$(top_srcdir) \ -+ -DCHEWING_DATA_DIR="\"$(LOCALBASE)/share/chewing\"" ++ -DCHEWING_DATA_PREFIX="\"$(LOCALBASE)/share/libchewing\"" +LIB = $(xcinlib) -lchewing +TARGET = chewing.la + diff --git a/inputmethod/xcin/patches/patch-ag b/inputmethod/xcin/patches/patch-ag deleted file mode 100644 index b98c3ed2dfcd7..0000000000000 --- a/inputmethod/xcin/patches/patch-ag +++ /dev/null @@ -1,520 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2006/03/14 15:11:54 rxg Exp $ - ---- src/Cinput/chewing/xcin_chewing.c.orig 2006-03-13 22:26:59.000000000 +0800 -+++ src/Cinput/chewing/xcin_chewing.c -@@ -0,0 +1,515 @@ -+/* -+ * Bridge interface between libchewing and xcin -+ */ -+ -+#ifdef HAVE_CONFIG_H -+# include "config.h" -+#endif -+ -+#include -+#include -+ -+#include -+#include -+#include "xcintool.h" -+#include "module.h" -+ -+#include -+#include -+ -+/* the following keystate masks are defined by xcin */ -+#define CAPS_MASK (2) -+#define CTRL_MASK (4) -+ -+#define XCIN_BYTE_NATIVE 2 -+#define XCIN_BYTE_UTF8 3 -+ -+static int chewing_codeset; -+void preconvert(char *input, char *output, int n_char); -+wchar_t convert(wchar_t input); -+ -+static char selKey_define[11] = "1234567890\0"; /* Default */ -+static int bAddPhraseForward = 0; -+ -+int MakeInpinfo(inpinfo_t *inpinfo, ChewingOutput *pgo); -+ -+int CallSetConfig(inpinfo_t *inpinfo, ChewingData *pgdata) -+{ -+ ConfigData config; -+ int i; -+ -+ config.selectAreaLen = 40; -+ config.maxChiSymbolLen = 16; -+ config.bAddPhraseForward = bAddPhraseForward; -+ -+ for (i = 0; i < 10;i++) -+ config.selKey[i] = selKey_define[i]; -+ -+ SetConfig(pgdata, &config); -+ return 0; -+} -+ -+static int -+ChewingInit(void *conf, char *objname, xcin_rc_t *xc) -+{ -+ char *cmd[2], kb_type_str[256], *cname; -+ ChewingConf *cf = (ChewingConf *)conf ; -+ -+ char *prefix = CHEWING_DATA_DIR; -+ -+ /* -+ * Because libchewing uses BIG-5 encoding for all its structure -+ * so we need to check if it is UTF-8 locale and do any conv -+ */ -+ chewing_codeset = (! strcasecmp(xc->locale.encoding,"utf-8")) ? -+ XCIN_BYTE_UTF8 : -+ XCIN_BYTE_NATIVE; -+ cname = (char *) calloc(3, sizeof(char) * chewing_codeset); -+ -+ cmd[0] = objname ; -+ cmd[1] = "KB_TYPE" ; -+ kb_type_str[0] = '\0'; -+ get_resource(xc, cmd, kb_type_str, 200, 2); -+ cf->kb_type = KBStr2Num(kb_type_str); -+ -+ /* Support selection key definitions */ -+ cmd[1] = "SELECTION_KEYS_DEFINE"; -+ if (get_resource(xc, cmd, kb_type_str, 256, 2)) { -+ if (strlen(kb_type_str) == 10) { -+ strcpy(selKey_define, kb_type_str); -+ selKey_define[11] = '\0'; -+ } -+ } -+ cmd[1] = "ADD_PHRASE_FORWARD"; -+ if (get_resource(xc, cmd, kb_type_str, 256, 2)) { -+ if (atoi(kb_type_str) == 1) { -+ bAddPhraseForward = 1; -+ } -+ } -+ -+ preconvert("·s»Å­µ", cname, 6); -+ cf->inp_cname = strdup(cname); -+ cf->inp_ename = strdup("Chewing"); -+ -+ /* Initialize Chewing */ -+ ReadTree(prefix); -+ InitChar(prefix); -+ InitDict(prefix); -+ ReadHash(prefix); -+ -+ return True; -+} -+ -+static int -+ChewingXimInit(void *conf, inpinfo_t *inpinfo) -+{ -+ static char cchBuffer[MAX_PHONE_SEQ_LEN]; -+ ChewingConf *cf = (ChewingConf *) conf; -+ int i; -+ -+ inpinfo->iccf = (ChewingData *) calloc(1, sizeof(ChewingData)); -+ -+ InitChewing(inpinfo->iccf, cf); -+ CallSetConfig(inpinfo, (ChewingData *) inpinfo->iccf); -+ -+ inpinfo->lcch = (wch_t *) calloc(MAX_PHONE_SEQ_LEN, sizeof(wch_t)); -+ inpinfo->lcch_grouping = (ubyte_t *) calloc(MAX_PHONE_SEQ_LEN, sizeof(ubyte_t)); -+ inpinfo->cch = cchBuffer; -+ -+ inpinfo->inp_cname = cf->inp_cname; -+ inpinfo->inp_ename = cf->inp_ename; -+ inpinfo->area3_len = 2 * ZUIN_SIZE + 4; -+ inpinfo->guimode = GUIMOD_LISTCHAR | GUIMOD_SELKEYSPOT; -+ inpinfo->keystroke_len = 0; -+ inpinfo->s_keystroke = (wch_t *) calloc(3 + MAX_PHRASE_LEN, sizeof(wch_t)); -+ -+ inpinfo->mcch = (wch_t *) calloc(MAX_CHOICE_BUF, sizeof(wch_t)); -+ inpinfo->mcch_grouping = (ubyte_t *) calloc( MAX_SELKEY, sizeof(ubyte_t)); -+ inpinfo->n_mcch = 0; -+ -+ inpinfo->n_lcch = 0; -+ inpinfo->edit_pos = 0; -+ inpinfo->cch_publish.wch = (wchar_t) 0; -+ -+ // check_winsize(inpinfo, iccf); -+ // [yet] check winsize is under construction. -+ -+ inpinfo->n_selkey = 10; -+ inpinfo->s_selkey = (wch_t *) calloc(MAX_SELKEY, sizeof(wch_t)); -+ -+ for (i = 0; i < 10; i++) { -+ inpinfo->s_selkey[i].wch = (wchar_t) 0; -+ inpinfo->s_selkey[i].s[0] = selKey_define[i]; -+ } -+ -+ return True; -+} -+ -+void CommitString(inpinfo_t *inpinfo, ChewingOutput *pgo) -+{ -+ int i ; -+ char *str; -+ char *output; -+ memset(inpinfo->cch, 0, sizeof(char)*MAX_PHONE_SEQ_LEN); -+ str = (char *) calloc(MAX_PHONE_SEQ_LEN,sizeof(char)); -+ output = (char *) calloc(MAX_PHONE_SEQ_LEN / 2 * chewing_codeset, sizeof(char)); -+ for (i = 0; i < pgo->nCommitStr; i++) -+ strcat(str, (const char *) pgo->commitStr[i].s); -+ preconvert(str, output, strlen(str)); -+ strcat(inpinfo->cch, output); -+ free(str); -+ free(output); -+} -+ -+static unsigned int -+ChewingXimEnd(void *conf, inpinfo_t *inpinfo) -+{ -+ ChewingOutput gOut ; -+ int rtn ; -+ -+ /* if preedit exists, commit the string */ -+ OnKeyEnter(inpinfo->iccf, &gOut); -+ -+ rtn = MakeInpinfo(inpinfo, &gOut); -+ free(inpinfo->iccf); -+ free(inpinfo->s_keystroke); -+ free(inpinfo->lcch); -+ free(inpinfo->mcch); -+ free(inpinfo->mcch_grouping); -+ -+ inpinfo->iccf = NULL; -+ inpinfo->s_keystroke = NULL; -+ inpinfo->lcch = NULL; -+ -+ return rtn ; -+} -+ -+void ShowChoose(inpinfo_t *inpinfo, ChoiceInfo *pci, ChewingOutput *pgo) -+{ -+ int i,no,k,len, kk; -+ char *output; -+ -+ // for new xcin, there is no need to modify the lcch buffer -+ // instead, we put phrase to choose in mcch -+ no = pci->pageNo * pci->nChoicePerPage; -+ len = 0; -+ -+ for (i = 0;i < pci->nChoicePerPage; no++,i++) { -+ -+ // in the last page, no will exceed nTotalChoice -+ if( no >= pci->nTotalChoice ) -+ break; -+ output = (char *) calloc( -+ strlen(pci->totalChoiceStr[no]) * chewing_codeset + 1, -+ sizeof(char)); -+ preconvert( -+ pci->totalChoiceStr[no], output, -+ strlen(pci->totalChoiceStr[no])); -+ // for each char in the phrase, copy to mcch -+ for (k = 0, kk = 0; output[k] != '\0'; k += chewing_codeset, kk++) { -+ memcpy(inpinfo->mcch[len++].s, &(output[k]), chewing_codeset) ; -+ } -+ free(output); -+ // set grouping to the length of the phrase -+ inpinfo->mcch_grouping[i+1] = kk; -+ } -+ // i stores how many choices are available -+ inpinfo->mcch_grouping[0] = i; -+ -+ // set pgstate according to pci->pageNo & pci->nPage -+ if( pci->nPage == 1) { -+ inpinfo->mcch_pgstate = MCCH_ONEPG; -+ } -+ else { -+ if( pci->pageNo == 0 ) -+ inpinfo->mcch_pgstate = MCCH_BEGIN; -+ else if( pci->pageNo == pci->nPage - 1) -+ inpinfo->mcch_pgstate = MCCH_END; -+ else -+ inpinfo->mcch_pgstate = MCCH_MIDDLE; -+ } -+ -+ inpinfo->n_mcch = len ; -+} -+ -+void ShowText(inpinfo_t *inpinfo, ChewingOutput *pgo) -+{ -+ int i; -+ memset(inpinfo->lcch, 0, sizeof(wch_t)*MAX_PHONE_SEQ_LEN) ; -+ for (i = 0; i < pgo->chiSymbolBufLen; i++) -+ pgo->chiSymbolBuf[i].wch = convert(pgo->chiSymbolBuf[i].wch); -+ memcpy(inpinfo->lcch, pgo->chiSymbolBuf, sizeof(wch_t) * pgo->chiSymbolBufLen) ; -+ inpinfo->n_lcch = pgo->chiSymbolBufLen ; -+} -+ -+void ShowInterval(inpinfo_t *inpinfo, ChewingOutput *pgo) -+{ -+ int i, k, begin, len, count, nGroup ; -+ int label[MAX_PHONE_SEQ_LEN] ; -+ -+ if( pgo->chiSymbolBufLen == 0) { -+ inpinfo->lcch_grouping[0] = 0 ; -+ return ; -+ } -+ -+ // set label -+ for(count=0; countchiSymbolBufLen; count++) -+ label[count] = count ; -+ -+ for(i=0; inDispInterval; i++) { -+ len = pgo->dispInterval[i].to - pgo->dispInterval[i].from ; -+ -+ if( len > 1) { -+ for(k=pgo->dispInterval[i].from; kdispInterval[i].to; k++) -+ label[k] = count ; -+ count++ ; -+ } -+ } -+ -+ // begin to set lcch_grouping by the label -+ nGroup = 0 ; -+ begin = 0 ; -+ for(i=1; ichiSymbolBufLen; i++) { -+ if( label[i] != label[begin] ) { -+ inpinfo->lcch_grouping[++nGroup] = ( i - begin ) ; -+ begin = i ; -+ } -+ } -+ inpinfo->lcch_grouping[++nGroup] = ( i - begin ) ; -+ inpinfo->lcch_grouping[0] = nGroup ; -+} -+ -+void ShowStateAndZuin(inpinfo_t *inpinfo, ChewingOutput *pgo) -+{ -+ int i, a , len = 0; -+ memset( inpinfo->s_keystroke, 0, sizeof(wch_t)*(3 + MAX_PHRASE_LEN)) ; -+ if(pgo->bShowMsg) { -+ for(i = 0; i < pgo->showMsgLen; i++) -+ pgo->showMsg[i].wch = convert(pgo->showMsg[i].wch); -+ memcpy( inpinfo->s_keystroke, pgo->showMsg, sizeof(wch_t)*pgo->showMsgLen) ; -+ inpinfo->keystroke_len = pgo->showMsgLen ; -+ } -+ else { -+ /* if(pgo->bChiSym) -+ strcpy( (char *)inpinfo->s_keystroke[0].s, "¤¤") ; -+ else -+ strcpy( (char *)inpinfo->s_keystroke[0].s, "­^") ; -+ -+ inpinfo->s_keystroke[1].s[0] = ' ' ; -+ for(i=0,a=2; izuinBuf[i].s[0] != '\0') { -+ inpinfo->s_keystroke[a++].wch = convert( -+ pgo->zuinBuf[i].wch) ; -+ ++ len; -+ } -+ inpinfo->keystroke_len = len; -+ } -+} -+ -+void SetCursor(inpinfo_t *inpinfo, ChewingOutput *pgo) -+{ -+ inpinfo->edit_pos = pgo->chiSymbolCursor; -+} -+ -+int MakeInpinfo(inpinfo_t *inpinfo, ChewingOutput *pgo) -+{ -+ int rtnValue = 0 ; -+ -+ if(pgo->keystrokeRtn & KEYSTROKE_ABSORB) -+ rtnValue |= IMKEY_ABSORB; -+ if(pgo->keystrokeRtn & KEYSTROKE_IGNORE) -+ rtnValue |= IMKEY_IGNORE; -+ if(pgo->keystrokeRtn & KEYSTROKE_BELL) -+ rtnValue |= IMKEY_BELL; -+ if(pgo->keystrokeRtn & KEYSTROKE_COMMIT) { -+ rtnValue |= IMKEY_COMMIT; -+ CommitString(inpinfo, pgo); -+ } -+ -+ if(pgo->pci->nPage != 0) { // in selection mode -+ ShowChoose(inpinfo,pgo->pci,pgo); -+ inpinfo->guimode &= ~GUIMOD_LISTCHAR; -+ } -+ else { // not in selection mode -+ ShowText(inpinfo, pgo); -+ ShowInterval(inpinfo, pgo); -+ inpinfo->guimode |= GUIMOD_LISTCHAR; -+ } -+ ShowStateAndZuin(inpinfo, pgo); -+ SetCursor(inpinfo, pgo); -+ return rtnValue; -+} -+ -+static unsigned int -+ChewingKeystroke(void *conf, inpinfo_t *inpinfo, keyinfo_t *keyinfo) -+{ -+ KeySym keysym = keyinfo->keysym; -+ ChewingOutput gOut ; -+ int rtn ; -+ static KeySym last_key = 0; -+ -+ // set Chinese / English mode by keystate -+ if( keyinfo->keystate & CAPS_MASK ) { // uppercase -+ SetChiEngMode( inpinfo->iccf, SYMBOL_MODE); -+ } -+ else { // lower case -+ SetChiEngMode( inpinfo->iccf, CHINESE_MODE); -+ } -+ -+ -+ // check no ctrl key was pressed -+ if(keyinfo->keystate >= 0 && !(keyinfo->keystate & CTRL_MASK ) && !(keyinfo->keystate & ShiftMask) ) { -+ switch(keysym) { -+ case XK_Escape: -+ OnKeyEsc(inpinfo->iccf, &gOut) ; -+ inpinfo->n_mcch = 0; -+ break ; -+ case XK_Return: -+ OnKeyEnter(inpinfo->iccf, &gOut) ; -+ inpinfo->n_mcch = 0; -+ break ; -+ case XK_Delete: -+ OnKeyDel(inpinfo->iccf, &gOut) ; -+ break ; -+ case XK_BackSpace: -+ OnKeyBackspace(inpinfo->iccf, &gOut) ; -+ break ; -+ case XK_Up: -+ OnKeyUp(inpinfo->iccf, &gOut); -+ break ; -+ case XK_Down: -+ OnKeyDown(inpinfo->iccf, &gOut) ; -+ break ; -+ case XK_Left: -+ OnKeyLeft(inpinfo->iccf, &gOut) ; -+ break ; -+ case XK_Right: -+ OnKeyRight(inpinfo->iccf, &gOut) ; -+ break ; -+ case XK_Home: -+ OnKeyHome(inpinfo->iccf, &gOut); -+ break; -+ case XK_End: -+ OnKeyEnd(inpinfo->iccf, &gOut); -+ break; -+ -+ case XK_Tab: -+ if (last_key == XK_Tab) // double click TAB -+ OnKeyDblTab(inpinfo->iccf, &gOut); -+ else -+ OnKeyTab(inpinfo->iccf, &gOut); -+ break; -+ case XK_Caps_Lock: -+ OnKeyCapslock(inpinfo->iccf, &gOut); -+ break; -+ case ' ': /* Space */ -+ OnKeySpace(inpinfo->iccf, &gOut); -+ break; -+ default: -+ OnKeyDefault(inpinfo->iccf, keysym, &gOut); -+ inpinfo->n_mcch = 0; -+ break; -+ } -+ } -+ else if (keyinfo->keystate & ShiftMask) { -+ switch ( keysym ) { -+ case XK_Left: -+ OnKeyShiftLeft(inpinfo->iccf, &gOut) ; -+ break ; -+ case XK_Right: -+ OnKeyShiftRight(inpinfo->iccf, &gOut) ; -+ break; -+ default: -+ OnKeyDefault(inpinfo->iccf, keysym, &gOut); -+ inpinfo->n_mcch = 0; -+ } -+ } -+ else if (keyinfo->keystate & CTRL_MASK) { // Ctrl-key Mask -+ // We need to fill the 'gOut' variable for output. -+ if (keysym <= '9' && keysym >= '0') -+ OnKeyCtrlNum(inpinfo->iccf,keysym,&gOut); -+ else -+ OnKeyCtrlOption(inpinfo->iccf, keysym - 'a' + 1, &gOut); -+ } -+ -+ -+ last_key = keysym; -+ rtn = MakeInpinfo(inpinfo, &gOut); -+ return rtn ; -+} -+ -+static int -+ChewingShowKeystroke(void *conf, simdinfo_t *simdinfo) -+{ -+ simdinfo->s_keystroke = NULL; -+ return False; -+} -+ -+/* UTF-8 support */ -+void -+preconvert(char *input, char *output, int n_char) -+{ -+ if (chewing_codeset == XCIN_BYTE_UTF8) { -+ const char *inptr = input; -+ size_t inbytesleft = n_char; -+ size_t outbytesleft = n_char / 2 * 3 + 1; -+ -+ char *outptr = output; -+ iconv_t cd; -+ -+ cd = iconv_open("UTF-8", "BIG-5"); -+ iconv (cd, (char **)&inptr, &inbytesleft, &outptr, &outbytesleft); -+ -+ iconv_close(cd); -+ } else -+ strncpy(output, input, n_char); -+} -+ -+wchar_t -+convert(wchar_t input) -+{ -+ wch_t output; -+ wch_t temp; -+ -+ temp.wch = input; -+ if (chewing_codeset == XCIN_BYTE_UTF8) { -+ const char *inptr = temp.s; -+ size_t inbytesleft = 2; -+ size_t outbytesleft = 3; -+ char *outptr = output.s; -+ iconv_t cd; -+ cd = iconv_open("UTF-8", "BIG-5"); -+ iconv (cd, (char **)&inptr, &inbytesleft, &outptr, &outbytesleft); -+ iconv_close(cd); -+ output.s[3] = '\0'; -+ return output.wch; -+ } -+ -+ return input; -+} -+ -+static char zh_chewing_comments[] = -+ "Chewing : a smart phonetic input method module for XCIN.\n" -+ "By Lu-chuan Kung ,\n" -+ "Kang-pen Chen , and others.\n"; -+ -+static char *zh_chewing_valid_objname[] = { "chewing", NULL }; -+ -+module_t module_ptr = { -+ { -+ MTYPE_IM, -+ "zh_chewing", /* name */ -+ MODULE_VERSION, /* version */ -+ zh_chewing_comments -+ }, /* comments */ -+ zh_chewing_valid_objname, /* valid_objname */ -+ sizeof(ChewingConf), /* conf_size */ -+ ChewingInit, /* init */ -+ ChewingXimInit, /* xim_init */ -+ ChewingXimEnd, /* xim_end */ -+ ChewingKeystroke, /* keystroke */ -+ ChewingShowKeystroke, /* show_keystroke */ -+ NULL -+}; -+ From 74139dc356bed6017e29a8d039b24fdd0d5aa3b1 Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 20 May 2022 16:31:15 +0000 Subject: [PATCH 0706/1154] sysutils/felix: update to 0.9.2 v0.9.2 (2022-05-18) Added -[Experimental] Image preview on the right half of the terminal (press v). This feature uses viuer, and high resolution preview, which can be used in kitty or terminals that support sixel, is disabled due to the clearance issues. -crate viuer and image to preview the image. Fixed -Fix text preview bug around new line that occurs when it has tab character. -file_ext in ItemInfo is now always lowercased to speed up matching with the extension map. -Disable renaming non-ascii items: Wide characters such as CJK or characters that do not match our intuition caused panic, so before editing, item name is now checked if it contains only ascii characters. Changed -Version check option now uses -v | --version, instead of -c | --check. -Refactor: Remove magic number and use variable with proper name in the filter and shell mode. -Restore debug print, which works in debug mode(RUST_LOG has some value). -Use simplelog instead of env_logger to create the log file. --- sysutils/felix/Makefile | 4 +- sysutils/felix/cargo-depends.mk | 96 +++++++++-- sysutils/felix/distinfo | 290 ++++++++++++++++++++++++++++---- 3 files changed, 347 insertions(+), 43 deletions(-) diff --git a/sysutils/felix/Makefile b/sysutils/felix/Makefile index daaf1759827f3..4bf5f1fe65640 100644 --- a/sysutils/felix/Makefile +++ b/sysutils/felix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/05/11 20:58:10 pin Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/20 16:31:15 pin Exp $ -DISTNAME= felix-0.9.1 +DISTNAME= felix-0.9.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=kyoheiu/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/felix/cargo-depends.mk b/sysutils/felix/cargo-depends.mk index 2557df39c8c2c..59b482e37ca2f 100644 --- a/sysutils/felix/cargo-depends.mk +++ b/sysutils/felix/cargo-depends.mk @@ -1,45 +1,121 @@ -# $NetBSD: cargo-depends.mk,v 1.8 2022/05/11 20:58:10 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.9 2022/05/20 16:31:15 pin Exp $ -CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 -CARGO_CRATE_DEPENDS+= atty-0.2.14 +CARGO_CRATE_DEPENDS+= adler-1.0.2 +CARGO_CRATE_DEPENDS+= adler32-1.2.0 +CARGO_CRATE_DEPENDS+= ansi_colours-1.1.1 CARGO_CRATE_DEPENDS+= autocfg-1.1.0 +CARGO_CRATE_DEPENDS+= base64-0.13.0 +CARGO_CRATE_DEPENDS+= bit_field-0.10.1 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 +CARGO_CRATE_DEPENDS+= bumpalo-3.9.1 +CARGO_CRATE_DEPENDS+= bytemuck-1.9.1 +CARGO_CRATE_DEPENDS+= byteorder-1.4.3 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 +CARGO_CRATE_DEPENDS+= color_quant-1.1.0 +CARGO_CRATE_DEPENDS+= console-0.15.0 +CARGO_CRATE_DEPENDS+= crc32fast-1.3.2 +CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.4 +CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.1 +CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.8 +CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.8 +CARGO_CRATE_DEPENDS+= crossterm-0.23.2 +CARGO_CRATE_DEPENDS+= crossterm_winapi-0.9.0 +CARGO_CRATE_DEPENDS+= deflate-1.0.0 CARGO_CRATE_DEPENDS+= dirs-4.0.0 CARGO_CRATE_DEPENDS+= dirs-sys-0.3.6 -CARGO_CRATE_DEPENDS+= env_logger-0.9.0 -CARGO_CRATE_DEPENDS+= getrandom-0.2.3 +CARGO_CRATE_DEPENDS+= either-1.6.1 +CARGO_CRATE_DEPENDS+= encode_unicode-0.3.6 +CARGO_CRATE_DEPENDS+= exr-1.4.2 +CARGO_CRATE_DEPENDS+= fastrand-1.7.0 +CARGO_CRATE_DEPENDS+= flate2-1.0.23 +CARGO_CRATE_DEPENDS+= flume-0.10.12 +CARGO_CRATE_DEPENDS+= futures-core-0.3.21 +CARGO_CRATE_DEPENDS+= futures-sink-0.3.21 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 +CARGO_CRATE_DEPENDS+= gif-0.11.3 +CARGO_CRATE_DEPENDS+= half-1.8.2 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 -CARGO_CRATE_DEPENDS+= humantime-2.1.0 -CARGO_CRATE_DEPENDS+= libc-0.2.108 +CARGO_CRATE_DEPENDS+= image-0.24.2 +CARGO_CRATE_DEPENDS+= inflate-0.4.5 +CARGO_CRATE_DEPENDS+= instant-0.1.12 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 +CARGO_CRATE_DEPENDS+= jpeg-decoder-0.2.6 +CARGO_CRATE_DEPENDS+= js-sys-0.3.57 +CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 +CARGO_CRATE_DEPENDS+= lebe-0.5.1 +CARGO_CRATE_DEPENDS+= libc-0.2.125 +CARGO_CRATE_DEPENDS+= lock_api-0.4.7 CARGO_CRATE_DEPENDS+= log-0.4.16 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memoffset-0.6.5 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 +CARGO_CRATE_DEPENDS+= mio-0.8.3 +CARGO_CRATE_DEPENDS+= nanorand-0.7.0 CARGO_CRATE_DEPENDS+= natord-1.0.9 CARGO_CRATE_DEPENDS+= num-integer-0.1.44 +CARGO_CRATE_DEPENDS+= num-iter-0.1.43 +CARGO_CRATE_DEPENDS+= num-rational-0.4.0 CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 +CARGO_CRATE_DEPENDS+= num_threads-0.1.6 CARGO_CRATE_DEPENDS+= numtoa-0.1.0 +CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 +CARGO_CRATE_DEPENDS+= pin-project-1.0.10 +CARGO_CRATE_DEPENDS+= pin-project-internal-1.0.10 +CARGO_CRATE_DEPENDS+= png-0.17.5 CARGO_CRATE_DEPENDS+= proc-macro2-1.0.32 CARGO_CRATE_DEPENDS+= quote-1.0.10 +CARGO_CRATE_DEPENDS+= rayon-1.5.2 +CARGO_CRATE_DEPENDS+= rayon-core-1.9.2 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 CARGO_CRATE_DEPENDS+= redox_termios-0.1.2 CARGO_CRATE_DEPENDS+= redox_users-0.4.0 -CARGO_CRATE_DEPENDS+= regex-1.5.4 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 +CARGO_CRATE_DEPENDS+= rgb-0.8.32 CARGO_CRATE_DEPENDS+= same-file-1.0.6 +CARGO_CRATE_DEPENDS+= scoped_threadpool-0.1.9 +CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 CARGO_CRATE_DEPENDS+= serde-1.0.136 CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 +CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 +CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3 +CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 +CARGO_CRATE_DEPENDS+= simplelog-0.12.0 +CARGO_CRATE_DEPENDS+= smallvec-1.8.0 +CARGO_CRATE_DEPENDS+= spin-0.9.3 CARGO_CRATE_DEPENDS+= syn-1.0.82 +CARGO_CRATE_DEPENDS+= tempfile-3.3.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.2 +CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 CARGO_CRATE_DEPENDS+= termion-1.5.6 CARGO_CRATE_DEPENDS+= thiserror-1.0.30 CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= threadpool-1.8.1 +CARGO_CRATE_DEPENDS+= tiff-0.7.2 CARGO_CRATE_DEPENDS+= time-0.1.44 +CARGO_CRATE_DEPENDS+= time-0.3.9 +CARGO_CRATE_DEPENDS+= time-macros-0.2.4 CARGO_CRATE_DEPENDS+= toml-0.5.8 CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= viuer-0.6.1 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasi-0.11.0+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 +CARGO_CRATE_DEPENDS+= weezl-0.1.6 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 diff --git a/sysutils/felix/distinfo b/sysutils/felix/distinfo index b19030a64675e..ceda2cf2e1627 100644 --- a/sysutils/felix/distinfo +++ b/sysutils/felix/distinfo @@ -1,71 +1,215 @@ -$NetBSD: distinfo,v 1.23 2022/05/11 20:58:10 pin Exp $ +$NetBSD: distinfo,v 1.24 2022/05/20 16:31:15 pin Exp $ -BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 -SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 -Size (aho-corasick-0.7.18.crate) = 112923 bytes -BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 -SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 -Size (atty-0.2.14.crate) = 5470 bytes +BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa +SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 +Size (adler-1.0.2.crate) = 12778 bytes +BLAKE2s (adler32-1.2.0.crate) = 8bc63ca383f40390bb522c750ef33e14b5e49bc48eb0ec33a140f615c598a6df +SHA512 (adler32-1.2.0.crate) = 8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3 +Size (adler32-1.2.0.crate) = 6411 bytes +BLAKE2s (ansi_colours-1.1.1.crate) = b417705e6c43cb8dcdce1519654f974bc9107d0a835fbec4e979927fcba8075a +SHA512 (ansi_colours-1.1.1.crate) = eee698867adee7e4fe5d14885f91f9d71aa58db06d795dd0f03a8d4c99f6f39dcb11d3871dd2b8f019c443fbdd880888df1e0869202cbb8bde79fe20d60c1c57 +Size (ansi_colours-1.1.1.crate) = 18739 bytes BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f Size (autocfg-1.1.0.crate) = 13272 bytes +BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 +SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 +Size (base64-0.13.0.crate) = 62070 bytes +BLAKE2s (bit_field-0.10.1.crate) = af1d7e0e86886b01dca9b642db09a7993c84821a49d571e46c41cd6fee31afcc +SHA512 (bit_field-0.10.1.crate) = 4848d7ec592642913c7bd06cd3a0da49d3bb14291866cd22ead8e9a6b2939a787035d5cded87be3d2d3491283e31ea2cfb105885df4114720da98beb82990ee6 +Size (bit_field-0.10.1.crate) = 10576 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes +BLAKE2s (bumpalo-3.9.1.crate) = c10db1cd7e881baa38bdb960a2677e63361db04d7ccfd165efa7a4204ef69042 +SHA512 (bumpalo-3.9.1.crate) = 40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52 +Size (bumpalo-3.9.1.crate) = 77507 bytes +BLAKE2s (bytemuck-1.9.1.crate) = 75f08a364532b7bb32e36471d5d84a73d1cd7815e32348f90923a51b7c9a435a +SHA512 (bytemuck-1.9.1.crate) = 8a2ad7b5f06c28219e215611f62f0ac4c577f2df22cddb49fbf08701ce00a0a16a3995547719ab0ba307256277a168e320dc21021c5416ca7d4d0cf7acddbad1 +Size (bytemuck-1.9.1.crate) = 34517 bytes +BLAKE2s (byteorder-1.4.3.crate) = 980d5e4ac6d39901b2368959edd7a811f91dbd5bcf899699f3885a5c5e492491 +SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa +Size (byteorder-1.4.3.crate) = 22512 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 Size (chrono-0.4.19.crate) = 155663 bytes +BLAKE2s (color_quant-1.1.0.crate) = 1aecde4105fac2b5caed5200763780f18edfcf9ddcbad72d63b41e149d1885ea +SHA512 (color_quant-1.1.0.crate) = 690c928bda4b7b57425f38ea68ac89cde2473b7a91b7e62c04a8f2c5a0fa3505e26b065d48b7ad0a8bb491f92f600f896fefdad3ce0e86e43cbf4f9a89e94201 +Size (color_quant-1.1.0.crate) = 6649 bytes +BLAKE2s (console-0.15.0.crate) = abccea8f672e0e597c12e7ada351f8790877b2da2041082c8178811a427fbdbd +SHA512 (console-0.15.0.crate) = 70bd6abfafa533903f273ec3b34da6783856bd1abedaf139fddafac0dbb03fa9154f8e1e1bef01fd8de3c53100bbaa93313518c42f8ce51217c23ef34d3f9d62 +Size (console-0.15.0.crate) = 23507 bytes +BLAKE2s (crc32fast-1.3.2.crate) = c60cd89cc50c52d5bedb1e7ce6c6299196d26700152f85282218c6fe15ec2a8b +SHA512 (crc32fast-1.3.2.crate) = a683943e252afdb1b9d626a07533ed11cf7a63af603c19640056c5d2b9c884ad9aff33ac54c0853ffca2f6cf94b0730eae6c05abf3e53e55e709d180c8152357 +Size (crc32fast-1.3.2.crate) = 38661 bytes +BLAKE2s (crossbeam-channel-0.5.4.crate) = 7cacdf26ac58890a386c5259046b539ad2c2a5539f59b8f275f6f1791c6251c2 +SHA512 (crossbeam-channel-0.5.4.crate) = 39b17dbaefc15d7faafca4ae6b060665471d384956aca7439fc407ed2632bd458e473efb62b74629b42a5f3d237e13503d2084cac6f6b3f42b9e03aa1fde0982 +Size (crossbeam-channel-0.5.4.crate) = 88237 bytes +BLAKE2s (crossbeam-deque-0.8.1.crate) = 9275d9f073fd32bc240417aa95325620fba8dd4f8e26c4d6f67ee89e091f2de9 +SHA512 (crossbeam-deque-0.8.1.crate) = 44a4fe1d4ab7457e2b0950be787b76b15e1bb0b1c108d032381ce3fe99bf7bf76f3d1718085660083d813e2639e66fdd3635d9186e85a9eb7267063b117eaca4 +Size (crossbeam-deque-0.8.1.crate) = 20852 bytes +BLAKE2s (crossbeam-epoch-0.9.8.crate) = fcd9b531d52766caf10a430da778a2781e1834c3c0796fd1718a0c3b7f151a63 +SHA512 (crossbeam-epoch-0.9.8.crate) = c102e7ce9e927424f6c7c20f5eef5dee3457ef6ae3b81ab26e7dd4c787dc525610f1dcd85c3b06773b263c0835a717ce39bf35b927cea03abea62bc0a0a15624 +Size (crossbeam-epoch-0.9.8.crate) = 46012 bytes +BLAKE2s (crossbeam-utils-0.8.8.crate) = dec4af9b7a4a875a50593f68bb4da771a47c61014cd72b0589d207cf9e77a934 +SHA512 (crossbeam-utils-0.8.8.crate) = ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0 +Size (crossbeam-utils-0.8.8.crate) = 39681 bytes +BLAKE2s (crossterm-0.23.2.crate) = 3af83abff5e5211bf40f435ae725bf78adbbf76bd44418d334ce24c022d9c2ea +SHA512 (crossterm-0.23.2.crate) = 3299e47dedc44988d2f0508a5d81345092f1495c1292994d237c7222b4b52fe91b98e12bfdd88b322242661eaec75857c59f13a430691d4aa867c0e3914254a3 +Size (crossterm-0.23.2.crate) = 106712 bytes +BLAKE2s (crossterm_winapi-0.9.0.crate) = 66dfac33e190f850bc4e3b08ffc5fc97efa584e35007e75d8ef748e901878781 +SHA512 (crossterm_winapi-0.9.0.crate) = b8c32a82cc83244e8991931e3fe0d85527ee2cc5e6b4a0839d633448dfa8a137c87684e8e079f44edf5a994355e0106bb573b36b57c7420ac5cb6fb0ce20ce8d +Size (crossterm_winapi-0.9.0.crate) = 15561 bytes +BLAKE2s (deflate-1.0.0.crate) = 85346c8a4c132919e83b86ef4d5e7ce8a4d7696153e5de9dce829e7ea3c988a2 +SHA512 (deflate-1.0.0.crate) = 06ffe2829956c59b5bb80c29a58742ddcf33884410d8edfd126dbd7fd39c1dac704b2561dc99ed63ca1ea4665cf68d6bce96de99dbf105a7b1616ac858704862 +Size (deflate-1.0.0.crate) = 62722 bytes BLAKE2s (dirs-4.0.0.crate) = 70b38dd5ea44b52e63ced09edbf7d58f820e5180d946d53591944210f15071f4 SHA512 (dirs-4.0.0.crate) = be582e5045f1916fb6b918c8e8c5907b4b663534025e4227ea4828e2aa9fe7fbcb3c48f1f0d08d163ba684aa4404076ac210e7f14766a09b9ed89a2825121b3b Size (dirs-4.0.0.crate) = 12503 bytes BLAKE2s (dirs-sys-0.3.6.crate) = e6d58252580f5708c68b7019115f1d06a38f443cfb22f0379f549dc0128a542d SHA512 (dirs-sys-0.3.6.crate) = 79b6bfda14aafa3839365496e1b1926f763d3569e4e138a59f4acae15c38ec9a3bdcaa64293b03b536141c897c2bf68a67d7ae5670d86215080aa313e53d39e5 Size (dirs-sys-0.3.6.crate) = 10626 bytes -BLAKE2s (env_logger-0.9.0.crate) = dc9832f568b18f635942b1a247b81c3e57a4ce6a63b36309e7f57c5f7e3b98c0 -SHA512 (env_logger-0.9.0.crate) = d7db85d2f7d16f7f97b6714e01e342ab6b784c799ef26ee322ec85fcee28a549b6e49a49200ff78eceacd0c682e941f8538a497e2a2a196040769c2365feb566 -Size (env_logger-0.9.0.crate) = 33573 bytes -BLAKE2s (felix-0.9.1.tar.gz) = f6ea94fc7ea804d3e0f8658ac57b38ee45974c683d528b2c54fc2cc79b9600b8 -SHA512 (felix-0.9.1.tar.gz) = 7895a2e9a611c9bf0f2f4a333990c7e88793fe91b266cf4d8ccd53f7155e1ff5c1cf8f90e9025e8be134c914d4a9b8d9e47f06de57f020e9ee1937077d665fce -Size (felix-0.9.1.tar.gz) = 4469369 bytes -BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18 -SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d -Size (getrandom-0.2.3.crate) = 26261 bytes +BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 +SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf +Size (either-1.6.1.crate) = 13641 bytes +BLAKE2s (encode_unicode-0.3.6.crate) = 246a1a840cf66bde426c3d26e2318fc7d253aee72114f7634b0fcd79a09751cd +SHA512 (encode_unicode-0.3.6.crate) = 64193d6ac75f66d58ed864169b5d6228ede36dcf100614395e086bc8e847a3ddd287734d88e8ed50f38c679a99c80ec68449175a67d8ee03b02ec1cfa9d55e77 +Size (encode_unicode-0.3.6.crate) = 45741 bytes +BLAKE2s (exr-1.4.2.crate) = 32f01f9151386c694cf9bbf4079d213239cf6028e02abcf59659b1b9e26ccb50 +SHA512 (exr-1.4.2.crate) = c1f7bdecd9854cc6423df18661e191e5cb9215218f148c1917290c6ab946290e572123cd3d1d9689513fcb7adbd7961420a635a85aa42de913cf76bb40fbbf4c +Size (exr-1.4.2.crate) = 235974 bytes +BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb +SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 +Size (fastrand-1.7.0.crate) = 11265 bytes +BLAKE2s (felix-0.9.2.tar.gz) = f2c307e6832cc2e8560865489d9a185325cfea6f9e73a94ec693a2097553ce60 +SHA512 (felix-0.9.2.tar.gz) = 0da313dd67b6d14694270b6af9058f22bc4dd6d75f66138e39c666f61ab13955dea4ae3afa5456bdc4a12e5f8d58ab00cae762cedf77eb4cab03c69470931d26 +Size (felix-0.9.2.tar.gz) = 4500541 bytes +BLAKE2s (flate2-1.0.23.crate) = 583b36f5a7633fc0284c0984b7c464819307413180cb59e4311efd7c41beb9a9 +SHA512 (flate2-1.0.23.crate) = 01f84f0d4d0c06aa0c807e5ccb418a5675d88d568694f74aabec8ee06c74e6b75c9c28fbeba2a99fe74b00bd29e71b9aa2df0d96da85beec76b3a30b4d044fe9 +Size (flate2-1.0.23.crate) = 70440 bytes +BLAKE2s (flume-0.10.12.crate) = 4bc4e49c3e709008624e34604af21b653f80b6947b87d58d8e212b00bbd8b740 +SHA512 (flume-0.10.12.crate) = b1312e6bfd814bd7a582b7819b7bab8bc9904ba9d9db9f23cf3bc072d87a8aad252b4a4831bacf25139a2fe22c49f60460a4ce122fa51c0727d9bfe8c9e7307b +Size (flume-0.10.12.crate) = 65108 bytes +BLAKE2s (futures-core-0.3.21.crate) = 0bd50c4241537faa4033167d58c3fe7b873d05660fe13f8ecf0eec4c200651a2 +SHA512 (futures-core-0.3.21.crate) = b60e7892436ae28fd2240f17816f934f6caeac663d67b8efc7d519ebb4b0bd921f0b732b6176bd4b472d2fbe346d39a37ba394401e15afa93af8294ceea90976 +Size (futures-core-0.3.21.crate) = 14601 bytes +BLAKE2s (futures-sink-0.3.21.crate) = 254c77ccf53b219a21e1416fe62ed36a259c49d4c896533a9cb4e66726678f8c +SHA512 (futures-sink-0.3.21.crate) = 9bc0198495b5a1b3ed25fcf7b053a235bba0a43a4226bf085d9027537a57add1686ef61179bf2a2d4189945cb5a05a8d64ba6e6e647c56245666d51e138d113f +Size (futures-sink-0.3.21.crate) = 7843 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes +BLAKE2s (gif-0.11.3.crate) = 271c498b468375ad279e39dfd4109dd68a44f7c41bbb3cdca078b6d858d7d49b +SHA512 (gif-0.11.3.crate) = e581ce1e9099a7ebc913e20ace1cacb2c87a7fba178bce43bf7285fc1dc9b9eda55848204923cd18eaab9012a814232f9e587e4c0db6bad89cb91bf197591e46 +Size (gif-0.11.3.crate) = 36151 bytes +BLAKE2s (half-1.8.2.crate) = 06e412ad3cca1082278f20b32764604d9f62c4703d31ff477d25436d8b29eb62 +SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e +Size (half-1.8.2.crate) = 41874 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes -BLAKE2s (humantime-2.1.0.crate) = e2f2714ee862954ff21a5fe868eb2db60809630d21a8579d3256ebe32e8b6cfc -SHA512 (humantime-2.1.0.crate) = 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c -Size (humantime-2.1.0.crate) = 16749 bytes -BLAKE2s (libc-0.2.108.crate) = d91b2efef87721a8f42ad3f3b345c694b11a53c71fd9c262f2e49a183cbc1b31 -SHA512 (libc-0.2.108.crate) = a29f0c5cc7e4b653c2bc33c92dc90b5d3a7132d4409d6b92b94fa9fe1391d8cf57a63d339ca0602f2efac28d3dc3beb854cf9a6d03bf027fef5e5276fc5b1487 -Size (libc-0.2.108.crate) = 559475 bytes +BLAKE2s (image-0.24.2.crate) = da03e90ed09847a2c134a2750357908eb98aa7f7cb9ecfd55a71be099b93c4df +SHA512 (image-0.24.2.crate) = 979a46689d976b125e16db9722238ab4629bab0eedfc5406cffed13118ada3cc73154c67e53a4c1cc18f454e029f54d4e89986b5a1091bb2fce2ab4354dedd47 +Size (image-0.24.2.crate) = 264112 bytes +BLAKE2s (inflate-0.4.5.crate) = 5ab133b3d231d9a863b8501bc9b1ba9e36bb556d6d9841786303a9506ab2c7e2 +SHA512 (inflate-0.4.5.crate) = 1392402f72a8463dc5cdaf815d8933e8dfcc914fb3a91e69c38e54deb7d55b5211e157b640b7cfa999400fb4d2e233a4a1a678147594dfa0be300894126d17f2 +Size (inflate-0.4.5.crate) = 17715 bytes +BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 +SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 +Size (instant-0.1.12.crate) = 6128 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes +BLAKE2s (jpeg-decoder-0.2.6.crate) = 3cf27f7979aed66264a6f5a52e0ffce55d09728d8a2305552cd178ad8bc691e7 +SHA512 (jpeg-decoder-0.2.6.crate) = f96c95729357d87a3c1e78dd873e81346b8e98f0e9e4a161b54e2f5bcc7abb54c37de37eb032be647fcefb1e36a6343444c795ad5d37043f5e958dda71a34abe +Size (jpeg-decoder-0.2.6.crate) = 741477 bytes +BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e +SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b +Size (js-sys-0.3.57.crate) = 78605 bytes +BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 +SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 +Size (lazy_static-1.4.0.crate) = 10443 bytes +BLAKE2s (lebe-0.5.1.crate) = e432e9ab012e717c847838582ce353394b4b0e3899841a3cb29af434d45791e3 +SHA512 (lebe-0.5.1.crate) = 728f585884e2c46e44b7fee4d3961e8320cfd2a596fc9a834cc79fba5d950462e257e10a87ce525636f8f4f7feb030cc4752e9b97b304c6e91993785b3087369 +Size (lebe-0.5.1.crate) = 8050 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes +BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e +SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d +Size (lock_api-0.4.7.crate) = 25371 bytes BLAKE2s (log-0.4.16.crate) = 0f9e5a7e5aa99810947b7e3e8a9e057d1275ead9277283661b48c55e3cdeff78 SHA512 (log-0.4.16.crate) = b12dfcd8bec2f44864b8174776d3151ddf1fa1d82bc8a54fb155d5af3b2af959aab4899d72835a3c25cf58d6c41cd7f1b16c2accbdc20a0eba7e8be3d1883ee1 Size (log-0.4.16.crate) = 37758 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 +SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f +Size (memoffset-0.6.5.crate) = 7686 bytes +BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e +SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 +Size (miniz_oxide-0.5.1.crate) = 52418 bytes +BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe +SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb +Size (mio-0.8.3.crate) = 92506 bytes +BLAKE2s (nanorand-0.7.0.crate) = 5f655f7bf66f1c4baf39cb5ca6184e260650ecdc93cd8000425d47154217b3c0 +SHA512 (nanorand-0.7.0.crate) = 3ac650451d629852236eeb45dfee808acbea616036025676b47310100982d7e8317df647fe8649e7753dd0f57c501dcb3f7401c3d804af52ff2a2f50ace8cc69 +Size (nanorand-0.7.0.crate) = 18437 bytes BLAKE2s (natord-1.0.9.crate) = 0e3a2b5077d1f66f232fcd853c5d90cb8f4542783661fafa384bb66dbb44546e SHA512 (natord-1.0.9.crate) = bf58eda54c759fecca1fd310bece370f26555bde1096081adc5bb1e9446a538f1652fb3049a52f898f4f62a2608805b72cb72dd52ff3fc9b88fe0a7c9071025a Size (natord-1.0.9.crate) = 3866 bytes BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 Size (num-integer-0.1.44.crate) = 22216 bytes +BLAKE2s (num-iter-0.1.43.crate) = 7ddc02427ef1a9ccf06ed7de6ba9fb3c5d5beb2afe2ae69485795da4a0f7f229 +SHA512 (num-iter-0.1.43.crate) = 97ac20f16d4518c8cbe944e5c80089fa6bb75d4632fb9f3c9d9891aaddb0e0f2209f6e854317f3d3b41bfb330c9d3ed830f3797f0120d4b1863b1d6fa3b9c07b +Size (num-iter-0.1.43.crate) = 10655 bytes +BLAKE2s (num-rational-0.4.0.crate) = 17b65661ce66a759aa634b94bb718b60c38e8aa62509c55c318b660be70d53db +SHA512 (num-rational-0.4.0.crate) = 96b5fd3d407210e6e81aac72b542be5c5acf0f1132097e4b82a65042fb2bd98591e12e5153b96b38c71f69e613e295542d23dc73a98b08ffd49d9ef2a062eded +Size (num-rational-0.4.0.crate) = 26428 bytes BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 +SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 +Size (num_cpus-1.13.1.crate) = 14752 bytes +BLAKE2s (num_threads-0.1.6.crate) = 16dafe947f10db7667201144859b311f1d2fdcaec5984b5f0986e8de75345e5f +SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6 +Size (num_threads-0.1.6.crate) = 7334 bytes BLAKE2s (numtoa-0.1.0.crate) = 60d075857c572bc8e06538cd0688bb78588cacf0271d1003983b9cc073938680 SHA512 (numtoa-0.1.0.crate) = 41b5c774048592c5867fba217c85d4ece4540e0f3ab0eea7dd1a6af340ba46dae42bbca62ea7fe3afdb258660f39a3d3082264c99dea67d3d1ae178d00a01354 Size (numtoa-0.1.0.crate) = 8999 bytes +BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d +SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab +Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (parking_lot-0.12.0.crate) = 178768a6e75a71099c9fbd12f427dd5e6b7bef0a92eb6c34e0873b8d4bb507b3 +SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f +Size (parking_lot-0.12.0.crate) = 39761 bytes +BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 +SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df +Size (parking_lot_core-0.9.3.crate) = 32256 bytes +BLAKE2s (pin-project-1.0.10.crate) = bd32610ff3ec2961b45ee90caad5580e7a7a148e1e2ee475e4a70de0037788d0 +SHA512 (pin-project-1.0.10.crate) = d714512e74b41b0923a6e670d2b132f556102c449512d0028a69548173f870de95ecbc9de8d31326474d3d46fe26f91797dbbb82f739adee4310d3423c510539 +Size (pin-project-1.0.10.crate) = 56366 bytes +BLAKE2s (pin-project-internal-1.0.10.crate) = 73f47ecde980dd6e49932ed1cda24e34e7a248c8965899095a9eb632ae4f6bdf +SHA512 (pin-project-internal-1.0.10.crate) = da2c806b1328971b16f169259477f27c85724756edfbcff1f6f232e2aa305b291068b95bc3508d1c4c860237c8f97f22d2d3412eb4aa47cac5d2532609aabb14 +Size (pin-project-internal-1.0.10.crate) = 27913 bytes +BLAKE2s (png-0.17.5.crate) = c3ff70eaeceed0b2e15ac9f5ed6b504e9d5fdc39b935cfa2dfd76cc163701999 +SHA512 (png-0.17.5.crate) = 43df7662a4e31e2b734b913439e32748da149680976286ea54c7bc2aecfd8550b35956266224e6ffc410b22c40ee2ee166219602e07c3e9c3500737e5bbef7ec +Size (png-0.17.5.crate) = 80450 bytes BLAKE2s (proc-macro2-1.0.32.crate) = aff793582e97c577d7e218bfa5a94ea7b4848b035aab24010e535b0e86c394dc SHA512 (proc-macro2-1.0.32.crate) = 8631714c226c8a6fb330a529f42214216057eca85cfa63afd3de8600d2638e2be45efa54155ce73625883bcbabc2c56cb865ad9dda04e2c7092d955caed48abf Size (proc-macro2-1.0.32.crate) = 41003 bytes BLAKE2s (quote-1.0.10.crate) = e9e1d8ab1339d53acc1847301ea98f79546b06b4360015009999a0ae6c54b6bf SHA512 (quote-1.0.10.crate) = 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 Size (quote-1.0.10.crate) = 29960 bytes +BLAKE2s (rayon-1.5.2.crate) = 1506d279287326fa546d54aea1688389add244d0f501f287bd103efa506bf13a +SHA512 (rayon-1.5.2.crate) = 3c11bd89692af7e245be2c0b26d96e864a6353eb901706fe6394e3ff8bba13a829609d2a086aa69fbf716ca4286a1977123a950080d673814edf6bd55d29d459 +Size (rayon-1.5.2.crate) = 165456 bytes +BLAKE2s (rayon-core-1.9.2.crate) = 652fb6cf33ce7c341e65e632ea0ec2852f1f9e6a532ea9c1f16933832b5e1be1 +SHA512 (rayon-core-1.9.2.crate) = 83c17e71e3da636d97ad77b64d988bfaa78addfd0c512f0fc09b1755614dab2a35532a4dcb126fa15da4e62461e59f5683b922a1fb4a5381a629992617d0383f +Size (rayon-core-1.9.2.crate) = 65221 bytes BLAKE2s (redox_syscall-0.2.10.crate) = 34d65a357c300759482d088d30518f3bcc4c1fa24f320c953ff6bc89bb7bdf2c SHA512 (redox_syscall-0.2.10.crate) = ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 Size (redox_syscall-0.2.10.crate) = 23582 bytes @@ -75,27 +219,57 @@ Size (redox_termios-0.1.2.crate) = 3268 bytes BLAKE2s (redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf SHA512 (redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 Size (redox_users-0.4.0.crate) = 13023 bytes -BLAKE2s (regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (regex-1.5.4.crate) = 236581 bytes -BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 -SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b +SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c +Size (remove_dir_all-0.5.3.crate) = 9184 bytes +BLAKE2s (rgb-0.8.32.crate) = ea1b98d9f0058d14df9312cb547b6d48c9902c612dd3f4c990a26dbeebf4550a +SHA512 (rgb-0.8.32.crate) = 91ace666e237088ee409f3c2935ca5ab07ff35e69ce4ba1003a81e72707b6ca05c20c495d649790c3a49de9d7d439df1efd7aed322c3bacd4fc86ef8d1b15606 +Size (rgb-0.8.32.crate) = 16213 bytes BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c Size (same-file-1.0.6.crate) = 10183 bytes +BLAKE2s (scoped_threadpool-0.1.9.crate) = df94e6952fdc6f3e36bbe8ee6451835aec0553ccef54f8e43dd9b07508b91e72 +SHA512 (scoped_threadpool-0.1.9.crate) = df8034b347fb489735895d75e5489c264aea1b50f46a8dd512963df05cb9ba9274317b26aeca63b9b4edcf792e796659bad435ad3f3446cb397340e2bf0a5f33 +Size (scoped_threadpool-0.1.9.crate) = 7800 bytes +BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e +SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d +Size (scopeguard-1.1.0.crate) = 11470 bytes BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 Size (serde-1.0.136.crate) = 76158 bytes BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 Size (serde_derive-1.0.136.crate) = 54776 bytes +BLAKE2s (signal-hook-0.3.13.crate) = 9809c7c313a00847f91bcb67ed0a5535b8f5ecc3a7303608d29557e2ddd3b228 +SHA512 (signal-hook-0.3.13.crate) = c4632d31ca158fdfba5da44585f0d6211469ee17b7e22d86688af11b4ed976b0134e87e0ad686dc2e5a8fac0ecb08838108080ac875a7b55322e0735ff1ccfdb +Size (signal-hook-0.3.13.crate) = 49252 bytes +BLAKE2s (signal-hook-mio-0.2.3.crate) = 3978798249d992e347f94de76b52d3de9fee88b4624e5c37f332ad76f253be37 +SHA512 (signal-hook-mio-0.2.3.crate) = 98429330c109dacbeca5f0788d993d1ec2830b6f95886a433592b2096508dfef2027d62a99b985654dfcd927f7f3f93fbfc19361f8efaef5efe84cbacfc1ab08 +Size (signal-hook-mio-0.2.3.crate) = 9064 bytes +BLAKE2s (signal-hook-registry-1.4.0.crate) = db9859d4134f20ba9a43f1fcf0c2a95e441648e66f760a69f78ce0efd164d6f9 +SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d +Size (signal-hook-registry-1.4.0.crate) = 17912 bytes +BLAKE2s (simplelog-0.12.0.crate) = a068c15438bce7240b41c0bbe945c71050af57814dee2007d4d3723f037bd2a8 +SHA512 (simplelog-0.12.0.crate) = 797a22cc8a060125e444a7e7d761c49f8a357fdead52788dbab0dd78101bd0c5bbd6280afa29ea45e203e5e8085a83a9ef3545af800367c5e6ca21dfc9ff5e66 +Size (simplelog-0.12.0.crate) = 20935 bytes +BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 +SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c +Size (smallvec-1.8.0.crate) = 27992 bytes +BLAKE2s (spin-0.9.3.crate) = d68bb745088f1b0453b958523720828322278d740fb6675fe2851a26631dae32 +SHA512 (spin-0.9.3.crate) = 2779ff3a94865e4b7cdfe8f0c22c7460095bfb2c4dcaac3f879e740799a2e6835d8acaeb6b70db4351209ba33d20c7c1dc2ec203e33844c619d3c54ee462bf70 +Size (spin-0.9.3.crate) = 29427 bytes BLAKE2s (syn-1.0.82.crate) = aaa1114a2ca257b9610cc136a08a4aa696f5e819ad0177bdaa90ae3f103eb481 SHA512 (syn-1.0.82.crate) = 9406f62404f1dec3ea37a5e583a8dd7daf646fd5a1b11359aea3004010b3b416a44e4457695ba5beb12b3cbb9fe437de6f73018faa364c4e48060f6aab8ada1d Size (syn-1.0.82.crate) = 234316 bytes +BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a +SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e +Size (tempfile-3.3.0.crate) = 27578 bytes BLAKE2s (termcolor-1.1.2.crate) = 370fbd8e2988e3b2cdb87cfaa4b24d0f06f70f6fa439bc8f8acad102f8be16fe SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c Size (termcolor-1.1.2.crate) = 17287 bytes +BLAKE2s (terminal_size-0.1.17.crate) = ea59269fe3bf9b397940ef374c11f53bec37aa94079b597891b72a70582225d9 +SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 +Size (terminal_size-0.1.17.crate) = 9141 bytes BLAKE2s (termion-1.5.6.crate) = b6d92242706c4be97dcded5161758bc66939a05349c99c250006e940f3c4f626 SHA512 (termion-1.5.6.crate) = 228b6fa7e2f280d6bfc7cef77e7a1d0d8f597178e66af0bde1b1fb6553857b511ba8a6786165815aac6d8a082fd37191f4ea35a47f1e1182f7f2c6086eb34a8c Size (termion-1.5.6.crate) = 22677 bytes @@ -105,21 +279,57 @@ Size (thiserror-1.0.30.crate) = 17748 bytes BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (threadpool-1.8.1.crate) = 3b1cd779432c3dced17a5d7aaa29014d54c5e3b90eec68d4d2f687b43d6c1c1f +SHA512 (threadpool-1.8.1.crate) = adaa5aecdeec25848af15b160e5b39833978454d834974211bd586d81837f2ce89e5590f08b7e0d4868346cf57056913a5d41bc8bf92b89109ed769cce4a8be0 +Size (threadpool-1.8.1.crate) = 14408 bytes +BLAKE2s (tiff-0.7.2.crate) = 39329112d74df9dea8b4d8fad288c4da6997461c0e40f9819b2e0ec5fc5a7910 +SHA512 (tiff-0.7.2.crate) = 93ed3b1a5ee43a8215504ed30e394ea71165077a1181ec7b2c7d738086e8ac803b35dcd29af2db7ba90f8df60e61cb5272a1366fa7423e4520497678fb7c65c3 +Size (tiff-0.7.2.crate) = 1416468 bytes BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf Size (time-0.1.44.crate) = 28885 bytes +BLAKE2s (time-0.3.9.crate) = 1ae29e0e2c228bdc28cd3b93ab0c6f322570991ec00cae9d42e88a06b7fc5204 +SHA512 (time-0.3.9.crate) = 2dd8c57d2fc232d8a05109f0d41f964fc587345eff0a68c42c2b1690d6da1a4868188df7f03bece12148e7434b973c472fb0c85fa1f840053da3b30cf6c47e80 +Size (time-0.3.9.crate) = 81412 bytes +BLAKE2s (time-macros-0.2.4.crate) = 4c4ca321193cb5196efbd38519d5c04f197f9de0fd761576d421abd0151a4d71 +SHA512 (time-macros-0.2.4.crate) = f3887ce839db40d13c143a9f11bea804fe4760ab2655df68cbba9029cfff7d0476135608fbfdba6cdec1f9b0753b2de0e3ce0161b40c5d2b9596980d9deaae59 +Size (time-macros-0.2.4.crate) = 18421 bytes BLAKE2s (toml-0.5.8.crate) = c3c1c927b8bb8ed0cfe2f2796712885aef2602f7faa900a994390a5f61e6b2ee SHA512 (toml-0.5.8.crate) = 26b7901ee4b7cbb4cf8ea57d365a99ed05e0a76e73452e47d4bcb3b4eeb7bbd393c13eea9ea33dc13622942efcda39acdba9425b74b40c920c9f19673a1f2082 Size (toml-0.5.8.crate) = 54219 bytes BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (viuer-0.6.1.crate) = 969f4b991004e10f61e3d3cba24bbb804856370987ae1304f0c9ad3273d926c5 +SHA512 (viuer-0.6.1.crate) = 51b8bee7182631f62b634a63736120e93027ad698c747cb3210f8d0ccbc968c684d66ae25a449da34ffd857381dd19d7d7ff30db8d6c16b2257722eefa3f1541 +Size (viuer-0.6.1.crate) = 14527 bytes BLAKE2s (walkdir-2.3.2.crate) = 263ff268c90c765cb836aa4743eb2e30fb738a655b3e146e059f0dbad9e6bfc4 SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da Size (walkdir-2.3.2.crate) = 23516 bytes BLAKE2s (wasi-0.10.0+wasi-snapshot-preview1.crate) = d18ff4a69561016b824c0dcf7d226b557c48b264c672917f770d8283aa6383a4 SHA512 (wasi-0.10.0+wasi-snapshot-preview1.crate) = 88e2da617f50d9ebfb1e0c5857321fb86b5ee88ae8a8d199d3cc092e0f39688a2cb68503f7c6bb09dd6bc50a9a03597a1eb2e032150fbd0d0b8afa02ad771c88 Size (wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 bytes +BLAKE2s (wasi-0.11.0+wasi-snapshot-preview1.crate) = f023780bb2e4a8571dcb1012e76cfbfc3804df53b89abd5cd8ede9d7c5847d4c +SHA512 (wasi-0.11.0+wasi-snapshot-preview1.crate) = 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f +Size (wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 bytes +BLAKE2s (wasm-bindgen-0.2.80.crate) = 89702404d92c467bb03354d32a59840774b6aa253d928c5e44acc841da320b34 +SHA512 (wasm-bindgen-0.2.80.crate) = 928fd6575217909a46f23ea8147caa438efed8eef31d1e0d75610fc380c18d7cf51cb74c7d5c83136d36433fd19bc9256b6566c2624a4008daca1b3e155aacf1 +Size (wasm-bindgen-0.2.80.crate) = 164576 bytes +BLAKE2s (wasm-bindgen-backend-0.2.80.crate) = f704d2f991d701e6e7fedec72f71b25d4e9c7e1758545cf9c13011108fc46783 +SHA512 (wasm-bindgen-backend-0.2.80.crate) = 20c33664f194dbc5998093831d8ed0eae82cfa6c90b8c3b9338c4f32104594a8864c68a51ee3e39fca1eba166b241a9a8e508d5f942791d727deb2decd9056d2 +Size (wasm-bindgen-backend-0.2.80.crate) = 25741 bytes +BLAKE2s (wasm-bindgen-macro-0.2.80.crate) = 34a8393957cf62e3c332fcdd3e6108ccb5bd74cb229dd7cf69d0493c02b5a230 +SHA512 (wasm-bindgen-macro-0.2.80.crate) = 816922762591e7ccd07d9bab1f089d1d0484c04ca4d8b9060d432fabe4ca28a6b6f0e701129f6d0a3fc341b845115c2dd1bea3bb67493234a73f7cd2bc0c66db +Size (wasm-bindgen-macro-0.2.80.crate) = 11805 bytes +BLAKE2s (wasm-bindgen-macro-support-0.2.80.crate) = 28981e3b16e944dc6fb7b12e564cb77c4fa837e2554122abaaa5c6850a9d7f8c +SHA512 (wasm-bindgen-macro-support-0.2.80.crate) = 8d4a68c363dde93d9644f30ab69ef28879e8c354e41e6ed1d1598beeeaba5bb6c8e6769fac5404faf438a90d87fbdaf9bc9b4d082dd7b1986f789d739f7b5108 +Size (wasm-bindgen-macro-support-0.2.80.crate) = 17857 bytes +BLAKE2s (wasm-bindgen-shared-0.2.80.crate) = 61a3ee89b16487fc8a488f21584bcf020124c4e5b06eb74c9f3438385f6fc715 +SHA512 (wasm-bindgen-shared-0.2.80.crate) = c170759d46e12edd41dcafc908caa887756a811006a178b3bf5ae73f73556d51fa13fc4a0844e28071d21c177a1d98e1e2f6dcac41dc240b972b697d36d74203 +Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes +BLAKE2s (weezl-0.1.6.crate) = ba13e6ed4396a46ea0ed4faf490735691849a97ed0ec49ec3216114011681742 +SHA512 (weezl-0.1.6.crate) = 9670ba266011f88d1840404bf83ee56bf96694974ca8c9be7e262bcf9edb8f72956fb64553de755eb3f0520231f71f4dcc5c3264c7e48703dcfc9f9a366f0d56 +Size (weezl-0.1.6.crate) = 41882 bytes BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 Size (winapi-0.3.9.crate) = 1200382 bytes @@ -132,3 +342,21 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes From f8a6c725ded83200819a242c8f075aed17a2c85a Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 20 May 2022 16:31:33 +0000 Subject: [PATCH 0707/1154] doc: Updated sysutils/felix to 0.9.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 95485e393cd43..3b10a3f3f21fc 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2643 2022/05/20 12:10:28 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2644 2022/05/20 16:31:33 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4088,3 +4088,4 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/geeqie to 1.7.3 [wiz 2022-05-20] Updated math/py-scipy to 1.8.1 [adam 2022-05-20] Updated security/py-asyncssh to 2.10.1 [adam 2022-05-20] + Updated sysutils/felix to 0.9.2 [pin 2022-05-20] From 9f27a454d65afa186b8f7452db1289fc0c6da667 Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 20 May 2022 16:32:03 +0000 Subject: [PATCH 0708/1154] audio/spotify-player: update to 0.7.0 What's Changed Add lyric_finder library crate in #34 Improve application logging in #35 Add a lyric page in #36 (disabled for now on pkgsrc) Add various improvements in #37 Breaking changes removed refresh_delay_in_ms_each_playback_update and n_refreshes_each_playback_update config options --- audio/spotify-player/Makefile | 5 +- audio/spotify-player/cargo-depends.mk | 241 +++++---- audio/spotify-player/distinfo | 725 +++++++++++++++----------- 3 files changed, 563 insertions(+), 408 deletions(-) diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile index 2b9231e6bd475..f70718674feb5 100644 --- a/audio/spotify-player/Makefile +++ b/audio/spotify-player/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2022/03/28 10:43:40 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/20 16:32:03 pin Exp $ -DISTNAME= spotify-player-0.6.0 -PKGREVISION= 1 +DISTNAME= spotify-player-0.7.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=aome510/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/spotify-player/cargo-depends.mk b/audio/spotify-player/cargo-depends.mk index fd946b4b15e7a..0887e66b0a23d 100644 --- a/audio/spotify-player/cargo-depends.mk +++ b/audio/spotify-player/cargo-depends.mk @@ -1,22 +1,26 @@ -# $NetBSD: cargo-depends.mk,v 1.5 2022/03/08 10:14:36 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.6 2022/05/20 16:32:03 pin Exp $ +CARGO_CRATE_DEPENDS+= addr2line-0.17.0 +CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= aes-0.6.0 CARGO_CRATE_DEPENDS+= aes-ctr-0.6.0 CARGO_CRATE_DEPENDS+= aes-soft-0.6.4 CARGO_CRATE_DEPENDS+= aesni-0.10.0 CARGO_CRATE_DEPENDS+= ahash-0.7.6 +CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= alsa-0.5.0 CARGO_CRATE_DEPENDS+= alsa-0.6.0 CARGO_CRATE_DEPENDS+= alsa-sys-0.3.1 CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 -CARGO_CRATE_DEPENDS+= anyhow-1.0.55 -CARGO_CRATE_DEPENDS+= async-stream-0.3.2 -CARGO_CRATE_DEPENDS+= async-stream-impl-0.3.2 -CARGO_CRATE_DEPENDS+= async-trait-0.1.52 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 +CARGO_CRATE_DEPENDS+= async-stream-0.3.3 +CARGO_CRATE_DEPENDS+= async-stream-impl-0.3.3 +CARGO_CRATE_DEPENDS+= async-trait-0.1.53 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.1.0 +CARGO_CRATE_DEPENDS+= backtrace-0.3.65 CARGO_CRATE_DEPENDS+= base64-0.13.0 -CARGO_CRATE_DEPENDS+= bindgen-0.56.0 +CARGO_CRATE_DEPENDS+= bindgen-0.59.2 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= block-buffer-0.9.0 CARGO_CRATE_DEPENDS+= block-buffer-0.10.2 @@ -26,42 +30,44 @@ CARGO_CRATE_DEPENDS+= bytes-1.1.0 CARGO_CRATE_DEPENDS+= cassowary-0.3.0 CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cesu8-1.1.0 -CARGO_CRATE_DEPENDS+= cexpr-0.4.0 +CARGO_CRATE_DEPENDS+= cexpr-0.6.0 CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 CARGO_CRATE_DEPENDS+= cipher-0.2.5 CARGO_CRATE_DEPENDS+= clang-sys-1.3.1 -CARGO_CRATE_DEPENDS+= clap-3.1.5 -CARGO_CRATE_DEPENDS+= combine-4.6.3 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 +CARGO_CRATE_DEPENDS+= combine-4.6.4 CARGO_CRATE_DEPENDS+= config_parser2-0.1.2 CARGO_CRATE_DEPENDS+= config_parser_derive-0.1.1 CARGO_CRATE_DEPENDS+= core-foundation-0.9.3 CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 CARGO_CRATE_DEPENDS+= coreaudio-rs-0.10.0 -CARGO_CRATE_DEPENDS+= coreaudio-sys-0.2.9 +CARGO_CRATE_DEPENDS+= coreaudio-sys-0.2.10 CARGO_CRATE_DEPENDS+= cpal-0.13.5 -CARGO_CRATE_DEPENDS+= cpufeatures-0.2.1 -CARGO_CRATE_DEPENDS+= crossterm-0.22.1 -CARGO_CRATE_DEPENDS+= crossterm-0.23.0 +CARGO_CRATE_DEPENDS+= cpufeatures-0.2.2 +CARGO_CRATE_DEPENDS+= crossterm-0.23.2 CARGO_CRATE_DEPENDS+= crossterm_winapi-0.9.0 CARGO_CRATE_DEPENDS+= crypto-common-0.1.3 CARGO_CRATE_DEPENDS+= crypto-mac-0.11.1 CARGO_CRATE_DEPENDS+= ctr-0.6.0 -CARGO_CRATE_DEPENDS+= darling-0.13.1 -CARGO_CRATE_DEPENDS+= darling_core-0.13.1 -CARGO_CRATE_DEPENDS+= darling_macro-0.13.1 +CARGO_CRATE_DEPENDS+= darling-0.13.4 +CARGO_CRATE_DEPENDS+= darling_core-0.13.4 +CARGO_CRATE_DEPENDS+= darling_macro-0.13.4 CARGO_CRATE_DEPENDS+= digest-0.9.0 CARGO_CRATE_DEPENDS+= digest-0.10.3 CARGO_CRATE_DEPENDS+= dirs-next-2.0.0 CARGO_CRATE_DEPENDS+= dirs-sys-next-0.1.2 CARGO_CRATE_DEPENDS+= either-1.6.1 -CARGO_CRATE_DEPENDS+= encoding_rs-0.8.30 +CARGO_CRATE_DEPENDS+= encoding_rs-0.8.31 +CARGO_CRATE_DEPENDS+= env_logger-0.9.0 CARGO_CRATE_DEPENDS+= fastrand-1.7.0 CARGO_CRATE_DEPENDS+= fnv-1.0.7 CARGO_CRATE_DEPENDS+= foreign-types-0.3.2 CARGO_CRATE_DEPENDS+= foreign-types-shared-0.1.1 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 +CARGO_CRATE_DEPENDS+= futf-0.1.5 CARGO_CRATE_DEPENDS+= futures-0.3.21 CARGO_CRATE_DEPENDS+= futures-channel-0.3.21 CARGO_CRATE_DEPENDS+= futures-core-0.3.21 @@ -72,7 +78,9 @@ CARGO_CRATE_DEPENDS+= futures-sink-0.3.21 CARGO_CRATE_DEPENDS+= futures-task-0.3.21 CARGO_CRATE_DEPENDS+= futures-util-0.3.21 CARGO_CRATE_DEPENDS+= generic-array-0.14.5 -CARGO_CRATE_DEPENDS+= getrandom-0.2.5 +CARGO_CRATE_DEPENDS+= getrandom-0.1.16 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 +CARGO_CRATE_DEPENDS+= gimli-0.26.1 CARGO_CRATE_DEPENDS+= glib-0.10.3 CARGO_CRATE_DEPENDS+= glib-macros-0.10.1 CARGO_CRATE_DEPENDS+= glib-sys-0.10.1 @@ -84,41 +92,44 @@ CARGO_CRATE_DEPENDS+= gstreamer-app-sys-0.9.1 CARGO_CRATE_DEPENDS+= gstreamer-base-0.16.5 CARGO_CRATE_DEPENDS+= gstreamer-base-sys-0.9.1 CARGO_CRATE_DEPENDS+= gstreamer-sys-0.9.1 -CARGO_CRATE_DEPENDS+= h2-0.3.11 +CARGO_CRATE_DEPENDS+= h2-0.3.13 CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 CARGO_CRATE_DEPENDS+= headers-0.3.7 CARGO_CRATE_DEPENDS+= headers-core-0.2.0 CARGO_CRATE_DEPENDS+= heck-0.3.3 +CARGO_CRATE_DEPENDS+= heck-0.4.0 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= hmac-0.11.0 CARGO_CRATE_DEPENDS+= hostname-0.3.1 -CARGO_CRATE_DEPENDS+= http-0.2.6 +CARGO_CRATE_DEPENDS+= html5ever-0.25.2 +CARGO_CRATE_DEPENDS+= http-0.2.7 CARGO_CRATE_DEPENDS+= http-body-0.4.4 -CARGO_CRATE_DEPENDS+= httparse-1.6.0 +CARGO_CRATE_DEPENDS+= httparse-1.7.1 CARGO_CRATE_DEPENDS+= httpdate-1.0.2 -CARGO_CRATE_DEPENDS+= hyper-0.14.17 +CARGO_CRATE_DEPENDS+= humantime-2.1.0 +CARGO_CRATE_DEPENDS+= hyper-0.14.18 CARGO_CRATE_DEPENDS+= hyper-proxy-0.9.1 CARGO_CRATE_DEPENDS+= hyper-tls-0.5.0 CARGO_CRATE_DEPENDS+= ident_case-1.0.1 CARGO_CRATE_DEPENDS+= idna-0.2.3 CARGO_CRATE_DEPENDS+= if-addrs-0.6.7 CARGO_CRATE_DEPENDS+= if-addrs-sys-0.3.2 -CARGO_CRATE_DEPENDS+= indexmap-1.8.0 +CARGO_CRATE_DEPENDS+= indexmap-1.8.1 CARGO_CRATE_DEPENDS+= instant-0.1.12 -CARGO_CRATE_DEPENDS+= ipnet-2.3.1 +CARGO_CRATE_DEPENDS+= ipnet-2.5.0 CARGO_CRATE_DEPENDS+= itertools-0.9.0 -CARGO_CRATE_DEPENDS+= itoa-1.0.1 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 CARGO_CRATE_DEPENDS+= jack-0.7.3 CARGO_CRATE_DEPENDS+= jack-0.8.4 CARGO_CRATE_DEPENDS+= jack-sys-0.2.3 CARGO_CRATE_DEPENDS+= jni-0.19.0 CARGO_CRATE_DEPENDS+= jni-sys-0.3.0 CARGO_CRATE_DEPENDS+= jobserver-0.1.24 -CARGO_CRATE_DEPENDS+= js-sys-0.3.56 +CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= lazycell-1.3.0 CARGO_CRATE_DEPENDS+= lewton-0.10.2 -CARGO_CRATE_DEPENDS+= libc-0.2.119 +CARGO_CRATE_DEPENDS+= libc-0.2.125 CARGO_CRATE_DEPENDS+= libloading-0.6.7 CARGO_CRATE_DEPENDS+= libloading-0.7.3 CARGO_CRATE_DEPENDS+= libm-0.2.2 @@ -134,96 +145,114 @@ CARGO_CRATE_DEPENDS+= librespot-discovery-0.3.1 CARGO_CRATE_DEPENDS+= librespot-metadata-0.3.1 CARGO_CRATE_DEPENDS+= librespot-playback-0.3.1 CARGO_CRATE_DEPENDS+= librespot-protocol-0.3.1 -CARGO_CRATE_DEPENDS+= lock_api-0.4.6 -CARGO_CRATE_DEPENDS+= log-0.4.14 -CARGO_CRATE_DEPENDS+= lru-0.7.3 +CARGO_CRATE_DEPENDS+= lock_api-0.4.7 +CARGO_CRATE_DEPENDS+= log-0.4.17 +CARGO_CRATE_DEPENDS+= lru-0.7.5 +CARGO_CRATE_DEPENDS+= mac-0.1.1 CARGO_CRATE_DEPENDS+= mach-0.3.2 +CARGO_CRATE_DEPENDS+= markup5ever-0.10.1 +CARGO_CRATE_DEPENDS+= markup5ever_rcdom-0.1.0 CARGO_CRATE_DEPENDS+= match_cfg-0.1.0 CARGO_CRATE_DEPENDS+= matchers-0.1.0 CARGO_CRATE_DEPENDS+= matches-0.1.9 CARGO_CRATE_DEPENDS+= maybe-async-0.2.6 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= mime-0.3.16 -CARGO_CRATE_DEPENDS+= mio-0.7.14 -CARGO_CRATE_DEPENDS+= mio-0.8.0 -CARGO_CRATE_DEPENDS+= miow-0.3.7 +CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 +CARGO_CRATE_DEPENDS+= mio-0.8.3 CARGO_CRATE_DEPENDS+= muldiv-0.2.1 CARGO_CRATE_DEPENDS+= multimap-0.8.3 -CARGO_CRATE_DEPENDS+= native-tls-0.2.8 +CARGO_CRATE_DEPENDS+= native-tls-0.2.10 CARGO_CRATE_DEPENDS+= ndk-0.6.0 -CARGO_CRATE_DEPENDS+= ndk-context-0.1.0 -CARGO_CRATE_DEPENDS+= ndk-glue-0.6.1 +CARGO_CRATE_DEPENDS+= ndk-context-0.1.1 +CARGO_CRATE_DEPENDS+= ndk-glue-0.6.2 CARGO_CRATE_DEPENDS+= ndk-macro-0.3.0 CARGO_CRATE_DEPENDS+= ndk-sys-0.3.0 +CARGO_CRATE_DEPENDS+= new_debug_unreachable-1.0.4 CARGO_CRATE_DEPENDS+= nix-0.20.0 CARGO_CRATE_DEPENDS+= nix-0.23.1 -CARGO_CRATE_DEPENDS+= nom-5.1.2 -CARGO_CRATE_DEPENDS+= ntapi-0.3.7 +CARGO_CRATE_DEPENDS+= nom-7.1.1 CARGO_CRATE_DEPENDS+= num-bigint-0.4.3 CARGO_CRATE_DEPENDS+= num-derive-0.3.3 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 CARGO_CRATE_DEPENDS+= num-rational-0.3.2 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= num_enum-0.5.7 CARGO_CRATE_DEPENDS+= num_enum_derive-0.5.7 -CARGO_CRATE_DEPENDS+= oboe-0.4.5 +CARGO_CRATE_DEPENDS+= object-0.28.4 +CARGO_CRATE_DEPENDS+= oboe-0.4.6 CARGO_CRATE_DEPENDS+= oboe-sys-0.4.5 CARGO_CRATE_DEPENDS+= ogg-0.8.0 CARGO_CRATE_DEPENDS+= once_cell-1.10.0 CARGO_CRATE_DEPENDS+= opaque-debug-0.3.0 -CARGO_CRATE_DEPENDS+= openssl-0.10.38 +CARGO_CRATE_DEPENDS+= openssl-0.10.40 +CARGO_CRATE_DEPENDS+= openssl-macros-0.1.0 CARGO_CRATE_DEPENDS+= openssl-probe-0.1.5 -CARGO_CRATE_DEPENDS+= openssl-sys-0.9.72 -CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 +CARGO_CRATE_DEPENDS+= openssl-sys-0.9.73 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.1 CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 -CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.1 -CARGO_CRATE_DEPENDS+= paste-1.0.6 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 +CARGO_CRATE_DEPENDS+= paste-1.0.7 CARGO_CRATE_DEPENDS+= pbkdf2-0.8.0 CARGO_CRATE_DEPENDS+= peeking_take_while-0.1.2 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 -CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.8 +CARGO_CRATE_DEPENDS+= phf-0.8.0 +CARGO_CRATE_DEPENDS+= phf_codegen-0.8.0 +CARGO_CRATE_DEPENDS+= phf_generator-0.8.0 +CARGO_CRATE_DEPENDS+= phf_generator-0.10.0 +CARGO_CRATE_DEPENDS+= phf_shared-0.8.0 +CARGO_CRATE_DEPENDS+= phf_shared-0.10.0 +CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 -CARGO_CRATE_DEPENDS+= pkg-config-0.3.24 +CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 CARGO_CRATE_DEPENDS+= portaudio-rs-0.3.2 CARGO_CRATE_DEPENDS+= portaudio-sys-0.1.1 CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.16 +CARGO_CRATE_DEPENDS+= precomputed-hash-0.1.1 CARGO_CRATE_DEPENDS+= pretty-hex-0.2.1 CARGO_CRATE_DEPENDS+= priority-queue-1.2.1 CARGO_CRATE_DEPENDS+= proc-macro-crate-0.1.5 CARGO_CRATE_DEPENDS+= proc-macro-crate-1.1.3 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.36 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 CARGO_CRATE_DEPENDS+= protobuf-2.27.1 CARGO_CRATE_DEPENDS+= protobuf-codegen-2.27.1 CARGO_CRATE_DEPENDS+= protobuf-codegen-pure-2.27.1 -CARGO_CRATE_DEPENDS+= quote-1.0.15 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= rand-0.7.3 CARGO_CRATE_DEPENDS+= rand-0.8.5 +CARGO_CRATE_DEPENDS+= rand_chacha-0.2.2 CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 +CARGO_CRATE_DEPENDS+= rand_core-0.5.1 CARGO_CRATE_DEPENDS+= rand_core-0.6.3 CARGO_CRATE_DEPENDS+= rand_distr-0.4.3 -CARGO_CRATE_DEPENDS+= redox_syscall-0.2.11 -CARGO_CRATE_DEPENDS+= redox_users-0.4.0 -CARGO_CRATE_DEPENDS+= regex-1.5.4 +CARGO_CRATE_DEPENDS+= rand_hc-0.2.0 +CARGO_CRATE_DEPENDS+= rand_pcg-0.2.1 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 +CARGO_CRATE_DEPENDS+= redox_users-0.4.3 +CARGO_CRATE_DEPENDS+= regex-1.5.5 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 -CARGO_CRATE_DEPENDS+= reqwest-0.11.9 +CARGO_CRATE_DEPENDS+= reqwest-0.11.10 CARGO_CRATE_DEPENDS+= rodio-0.14.0 -CARGO_CRATE_DEPENDS+= rpassword-5.0.1 -CARGO_CRATE_DEPENDS+= rspotify-0.11.3 -CARGO_CRATE_DEPENDS+= rspotify-http-0.11.3 -CARGO_CRATE_DEPENDS+= rspotify-macros-0.11.3 -CARGO_CRATE_DEPENDS+= rspotify-model-0.11.3 +CARGO_CRATE_DEPENDS+= rpassword-6.0.1 +CARGO_CRATE_DEPENDS+= rspotify-0.11.5 +CARGO_CRATE_DEPENDS+= rspotify-http-0.11.5 +CARGO_CRATE_DEPENDS+= rspotify-macros-0.11.5 +CARGO_CRATE_DEPENDS+= rspotify-model-0.11.5 +CARGO_CRATE_DEPENDS+= rustc-demangle-0.1.21 CARGO_CRATE_DEPENDS+= rustc-hash-1.1.0 CARGO_CRATE_DEPENDS+= rustc-serialize-0.3.24 CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 CARGO_CRATE_DEPENDS+= rustversion-1.0.6 -CARGO_CRATE_DEPENDS+= ryu-1.0.9 +CARGO_CRATE_DEPENDS+= ryu-1.0.10 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= schannel-0.1.19 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 @@ -231,65 +260,72 @@ CARGO_CRATE_DEPENDS+= sdl2-0.34.5 CARGO_CRATE_DEPENDS+= sdl2-sys-0.34.5 CARGO_CRATE_DEPENDS+= security-framework-2.6.1 CARGO_CRATE_DEPENDS+= security-framework-sys-2.6.1 -CARGO_CRATE_DEPENDS+= semver-1.0.6 -CARGO_CRATE_DEPENDS+= serde-1.0.136 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 -CARGO_CRATE_DEPENDS+= serde_json-1.0.79 +CARGO_CRATE_DEPENDS+= semver-1.0.9 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 CARGO_CRATE_DEPENDS+= serde_urlencoded-0.7.1 CARGO_CRATE_DEPENDS+= sha-1-0.9.8 CARGO_CRATE_DEPENDS+= sha-1-0.10.0 -CARGO_CRATE_DEPENDS+= sha2-0.9.9 +CARGO_CRATE_DEPENDS+= sha2-0.10.2 CARGO_CRATE_DEPENDS+= shannon-0.2.0 CARGO_CRATE_DEPENDS+= sharded-slab-0.1.4 CARGO_CRATE_DEPENDS+= shell-words-1.1.0 -CARGO_CRATE_DEPENDS+= shlex-0.1.1 -CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 -CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.1 +CARGO_CRATE_DEPENDS+= shlex-1.1.0 +CARGO_CRATE_DEPENDS+= signal-hook-0.3.14 +CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 -CARGO_CRATE_DEPENDS+= slab-0.4.5 +CARGO_CRATE_DEPENDS+= siphasher-0.3.10 +CARGO_CRATE_DEPENDS+= slab-0.4.6 CARGO_CRATE_DEPENDS+= smallvec-1.8.0 CARGO_CRATE_DEPENDS+= socket2-0.4.4 CARGO_CRATE_DEPENDS+= stdweb-0.1.3 +CARGO_CRATE_DEPENDS+= string_cache-0.8.4 +CARGO_CRATE_DEPENDS+= string_cache_codegen-0.5.2 CARGO_CRATE_DEPENDS+= strsim-0.10.0 CARGO_CRATE_DEPENDS+= strum-0.18.0 -CARGO_CRATE_DEPENDS+= strum-0.23.0 +CARGO_CRATE_DEPENDS+= strum-0.24.0 CARGO_CRATE_DEPENDS+= strum_macros-0.18.0 -CARGO_CRATE_DEPENDS+= strum_macros-0.23.1 +CARGO_CRATE_DEPENDS+= strum_macros-0.24.0 CARGO_CRATE_DEPENDS+= subtle-2.4.1 -CARGO_CRATE_DEPENDS+= syn-1.0.86 +CARGO_CRATE_DEPENDS+= syn-1.0.95 CARGO_CRATE_DEPENDS+= synstructure-0.12.6 CARGO_CRATE_DEPENDS+= system-deps-1.3.2 CARGO_CRATE_DEPENDS+= tempfile-3.3.0 +CARGO_CRATE_DEPENDS+= tendril-0.4.3 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= textwrap-0.15.0 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= thread_local-1.1.4 CARGO_CRATE_DEPENDS+= time-0.1.44 -CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= tokio-1.17.0 +CARGO_CRATE_DEPENDS+= tokio-1.18.2 CARGO_CRATE_DEPENDS+= tokio-macros-1.7.0 CARGO_CRATE_DEPENDS+= tokio-native-tls-0.3.0 CARGO_CRATE_DEPENDS+= tokio-socks-0.5.1 CARGO_CRATE_DEPENDS+= tokio-stream-0.1.8 -CARGO_CRATE_DEPENDS+= tokio-util-0.6.9 -CARGO_CRATE_DEPENDS+= toml-0.5.8 +CARGO_CRATE_DEPENDS+= tokio-util-0.6.10 +CARGO_CRATE_DEPENDS+= tokio-util-0.7.2 +CARGO_CRATE_DEPENDS+= toml-0.5.9 CARGO_CRATE_DEPENDS+= tower-service-0.3.1 -CARGO_CRATE_DEPENDS+= tracing-0.1.31 -CARGO_CRATE_DEPENDS+= tracing-attributes-0.1.19 -CARGO_CRATE_DEPENDS+= tracing-core-0.1.22 -CARGO_CRATE_DEPENDS+= tracing-log-0.1.2 -CARGO_CRATE_DEPENDS+= tracing-subscriber-0.3.9 +CARGO_CRATE_DEPENDS+= tracing-0.1.34 +CARGO_CRATE_DEPENDS+= tracing-attributes-0.1.21 +CARGO_CRATE_DEPENDS+= tracing-core-0.1.26 +CARGO_CRATE_DEPENDS+= tracing-log-0.1.3 +CARGO_CRATE_DEPENDS+= tracing-subscriber-0.3.11 CARGO_CRATE_DEPENDS+= try-lock-0.2.3 -CARGO_CRATE_DEPENDS+= tui-0.17.0 +CARGO_CRATE_DEPENDS+= tui-0.18.0 CARGO_CRATE_DEPENDS+= typenum-1.15.0 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.7 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= url-2.2.2 +CARGO_CRATE_DEPENDS+= utf-8-0.7.6 CARGO_CRATE_DEPENDS+= uuid-0.8.2 CARGO_CRATE_DEPENDS+= valuable-0.1.0 CARGO_CRATE_DEPENDS+= vcpkg-0.2.15 @@ -298,24 +334,27 @@ CARGO_CRATE_DEPENDS+= version-compare-0.0.10 CARGO_CRATE_DEPENDS+= version_check-0.9.4 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= want-0.3.0 +CARGO_CRATE_DEPENDS+= wasi-0.9.0+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1 -CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.79 -CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.79 -CARGO_CRATE_DEPENDS+= wasm-bindgen-futures-0.4.29 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.79 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.79 -CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.79 -CARGO_CRATE_DEPENDS+= web-sys-0.3.56 +CARGO_CRATE_DEPENDS+= wasi-0.11.0+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-futures-0.4.30 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 +CARGO_CRATE_DEPENDS+= web-sys-0.3.57 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 -CARGO_CRATE_DEPENDS+= windows-sys-0.32.0 -CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.32.0 -CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.32.0 -CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.32.0 -CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.32.0 -CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.32.0 -CARGO_CRATE_DEPENDS+= winreg-0.7.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= winreg-0.10.1 +CARGO_CRATE_DEPENDS+= xml5ever-0.16.2 CARGO_CRATE_DEPENDS+= zerocopy-0.3.0 CARGO_CRATE_DEPENDS+= zerocopy-derive-0.2.0 diff --git a/audio/spotify-player/distinfo b/audio/spotify-player/distinfo index 242640fb96777..424bdae9c39e0 100644 --- a/audio/spotify-player/distinfo +++ b/audio/spotify-player/distinfo @@ -1,5 +1,11 @@ -$NetBSD: distinfo,v 1.8 2022/03/08 10:14:36 pin Exp $ +$NetBSD: distinfo,v 1.9 2022/05/20 16:32:03 pin Exp $ +BLAKE2s (addr2line-0.17.0.crate) = f7fa3b016f0e80c4ea9967f8947de15edc9fa39d0c0cdea692dccd0c41c28039 +SHA512 (addr2line-0.17.0.crate) = ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95 +Size (addr2line-0.17.0.crate) = 32260 bytes +BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa +SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 +Size (adler-1.0.2.crate) = 12778 bytes BLAKE2s (aes-0.6.0.crate) = cff429c9ad9af525e61bbed22da39bd64c5eceb5f2272273daf16dd0a9ea22d6 SHA512 (aes-0.6.0.crate) = 65349285e429f9b8815743d86b3ebdececd48ce556a08b6ec5ec89bf966bc9b187a7df4fbe1f3b25172db3aab219b23f8040c1160359868e9f71d67a767c90c9 Size (aes-0.6.0.crate) = 86774 bytes @@ -15,6 +21,9 @@ Size (aesni-0.10.0.crate) = 100248 bytes BLAKE2s (ahash-0.7.6.crate) = 5a260485860dccfc4af4ad41b107d11c1a1a0fadb036ef801484ecc98d4a6bc8 SHA512 (ahash-0.7.6.crate) = 61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68 Size (ahash-0.7.6.crate) = 38030 bytes +BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 +SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 +Size (aho-corasick-0.7.18.crate) = 112923 bytes BLAKE2s (alsa-0.5.0.crate) = e1bc0e254bfbb8c61416309b88d4ab202109fde106b303eabbba6a9e4a46bb27 SHA512 (alsa-0.5.0.crate) = 95a57749b1c21418fe86c61b69a4fea73b0f43d42312ae6bb66ec4fe5bc8a255fd6adcfad5037b8b49361d62a1ae9efba03201daa17f2e05f0589beb66bc0160 Size (alsa-0.5.0.crate) = 63941 bytes @@ -27,30 +36,33 @@ Size (alsa-sys-0.3.1.crate) = 32748 bytes BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 Size (ansi_term-0.12.1.crate) = 24838 bytes -BLAKE2s (anyhow-1.0.55.crate) = cf28e973edce0ce14ade925fc3f2cac481b99f22a7d742fcb81d9a866ccd8631 -SHA512 (anyhow-1.0.55.crate) = d789d56eadb1a6a6d8bedd20d318747a9ad11598d84239ee9214fcfc319f729ae61e09f6d2d7e54ec5553ee65b6a4428b793adc17fb158dc07a69f15c8fd818b -Size (anyhow-1.0.55.crate) = 44429 bytes -BLAKE2s (async-stream-0.3.2.crate) = 2e5fb8e3a569706a9a2e814be09b8701bd0f9e43c821c03fb1afae77cbf88ec3 -SHA512 (async-stream-0.3.2.crate) = 4e0e44a25b6557b0063fa1b02a4c701e8b5ad7354acc06037367ccac33386e5129dfccba6721ee1998c0c5c295194db54bba01ebe9afa57f7358f3cffdf078ea -Size (async-stream-0.3.2.crate) = 11869 bytes -BLAKE2s (async-stream-impl-0.3.2.crate) = 8692c63adba09316f3656abf2c3c14bdb2b690ec597dca0f6e7d2c64668126db -SHA512 (async-stream-impl-0.3.2.crate) = f381c48c57aa72c08708fe7a2a30d2ff3a73552b69a45d6147915cf0ea426743576e1254cf5c96a416bf7a983e056db7a5b415efae2ddfc78fb2cca4cbc34574 -Size (async-stream-impl-0.3.2.crate) = 4100 bytes -BLAKE2s (async-trait-0.1.52.crate) = e42e50bd2d0cf601b2694d374160aba09d6110cbc8f0d2ec0ff0acc6dc1afb60 -SHA512 (async-trait-0.1.52.crate) = 1a17e3771d0f8ded921a561ce052f397e997c99599fbcd741a69b7f43ebc10476d412dd9cc18a096c791717ada71e8439ce38d0312d6aa59dd4c0c34b5465696 -Size (async-trait-0.1.52.crate) = 25913 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes +BLAKE2s (async-stream-0.3.3.crate) = d6925cc6f74ba9770a0522d11eb781bb23a63d4281ef7bf7ae95f65c20ef9a62 +SHA512 (async-stream-0.3.3.crate) = fcc1e2c4e845ef309ece18824dcb769d84bf2370427f339658c489909028daa5e86e9dd4150c62c4279f4f498d4a73a200d9036271107d16134f56713aa6a0d0 +Size (async-stream-0.3.3.crate) = 12142 bytes +BLAKE2s (async-stream-impl-0.3.3.crate) = 5c2141536ba80c28426678a80b257f91d2588003974afef0c4b46d6cf9af7f76 +SHA512 (async-stream-impl-0.3.3.crate) = d61bbd6d26eff8170a26fe98b1f8701d7e1082c27777108b059d8bfd166eafbe22172586d9e8e2a31c32cb7ea9e9ff9d689fcd070ce7ae5b526f7f3c68f1b212 +Size (async-stream-impl-0.3.3.crate) = 4072 bytes +BLAKE2s (async-trait-0.1.53.crate) = f3fc75b3d3b4868fcf914b8e482060f545dad82f06683ecad6dc39a2d5b13375 +SHA512 (async-trait-0.1.53.crate) = 33fac59f2329997b3b17b076f816e32cd667f3317b324b74e1bf4ea28ef1d3ed53572316f9e034d1149cb8456dcb29e78474426aa04c42fa8bcb0dcf1da53763 +Size (async-trait-0.1.53.crate) = 26210 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f Size (autocfg-1.1.0.crate) = 13272 bytes +BLAKE2s (backtrace-0.3.65.crate) = f6c8b6052d4b803455044515a2a50cf5d17f75f12544d1ef22e53ee0eb70a1bc +SHA512 (backtrace-0.3.65.crate) = 9cf3cda1d86deb6b7f3cada0ed7a9e6e54e2d323533e385222a260b2f667bd1989a552cc35806a1579c1493ee1177e474b1d42b29480c09a2735251586740321 +Size (backtrace-0.3.65.crate) = 74129 bytes BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 Size (base64-0.13.0.crate) = 62070 bytes -BLAKE2s (bindgen-0.56.0.crate) = dd656afb42c5a5c5cc958e83a675257c2fe220e8107dd46025c4be5911b9027e -SHA512 (bindgen-0.56.0.crate) = e7bc3700d3db533380b40874d258d9c3132a85bb704929922f203619dc7e62d0778d92cc23e9409a3c098095e0a29d995b9feb1409a57a402f6059d094a109fb -Size (bindgen-0.56.0.crate) = 198300 bytes +BLAKE2s (bindgen-0.59.2.crate) = 89639dfdfbe06fd06aee037a5e6c2a9cb6fb5838e44703fac4374236c2a80e94 +SHA512 (bindgen-0.59.2.crate) = 14c49879c7443191b877957a4fd405c7f10a1e8b70016d91bf5fe33861fc5d71982a1c685c190e4f7922cedb6c8aefadac3b0b68cbe5578da791a8da6bfedf44 +Size (bindgen-0.59.2.crate) = 206267 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes @@ -78,9 +90,9 @@ Size (cc-1.0.73.crate) = 57880 bytes BLAKE2s (cesu8-1.1.0.crate) = 1082a3d65334100f15ea3aa96f0e5f3fddc340e4cd9c64b1c9d7a3c601d7e2af SHA512 (cesu8-1.1.0.crate) = 2d902b624c7ccfe3633c7bcf99b833b120c0ed7760ea825bfb2fa03ae90df543e637efd46e0743782b81e468e0fd3b534956ffca81f9bdfbf742ff3beae8f8b8 Size (cesu8-1.1.0.crate) = 10555 bytes -BLAKE2s (cexpr-0.4.0.crate) = 3c28bccb46672db1c2a056d8a0d6152c809a0a65aa64685cb7cde4058858990b -SHA512 (cexpr-0.4.0.crate) = 31592e38d80414cd07b25f7460775eafce1f91570abc1b94af7452961604574d1ca2374c0177875569b644f615a2b6fede273f37a6ee137f9adc9c0315c59b37 -Size (cexpr-0.4.0.crate) = 18023 bytes +BLAKE2s (cexpr-0.6.0.crate) = 8c05ce0b5d778ae61bd8ac4713e379eb82631c2745aafae8a3c1b709306f3abf +SHA512 (cexpr-0.6.0.crate) = 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 +Size (cexpr-0.6.0.crate) = 17966 bytes BLAKE2s (cfg-if-0.1.10.crate) = d12527b913127910287edf00421530370392c52aa1c8b43c447fc49ebd012225 SHA512 (cfg-if-0.1.10.crate) = 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339 Size (cfg-if-0.1.10.crate) = 7933 bytes @@ -96,12 +108,15 @@ Size (cipher-0.2.5.crate) = 13099 bytes BLAKE2s (clang-sys-1.3.1.crate) = 287a4ebd7b7b81391b3f06694fa59580163e019716682cba3808488cc1831c03 SHA512 (clang-sys-1.3.1.crate) = aeea37957f7e9a7ecc862f56c6492b68b57217d1a893d3978f5d48d5ef9f80cefa8c52604d7201b9c96402d87ca43ba694890b0bc849d4d623f74ea009ce45bb Size (clang-sys-1.3.1.crate) = 37840 bytes -BLAKE2s (clap-3.1.5.crate) = cd09e304bc48db6cac0b09d81ddb2273914fa9973c7853ab3909429b3f1831f8 -SHA512 (clap-3.1.5.crate) = 1b9d675a2fc995ede79c466d1a9874d39e4a196bf29e5b063da8554ccd8222e7273ec3dc55713ac9fc7275f1de5d410b50503e0eac89826c6551c7f1d25b689e -Size (clap-3.1.5.crate) = 201823 bytes -BLAKE2s (combine-4.6.3.crate) = b329804570c32d5456de3e9f5592a8725654e531c5aa2b2785d0c9ac2156c16f -SHA512 (combine-4.6.3.crate) = 495f9703efc2b9271dad2fdd2626aa9a1843fd3e10e63d0c8b9e42d4c7e3137a4740aa476c0206ad8dbf2683d0eeafde36f70581bdeb30299fa08e077f9183f3 -Size (combine-4.6.3.crate) = 132015 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes +BLAKE2s (combine-4.6.4.crate) = f793e88dca3f67adff4bf45c8ff50f315638aa699b04f2979dfb2706229efae6 +SHA512 (combine-4.6.4.crate) = 2550aba009b8ab66230e7b21fd1cb5085c92bc280e31f35c9b02dc78fa138ef9b9ece0d7801473b88d11866b013c6fa3bb6e9611bdc1a7b85144e50a49829774 +Size (combine-4.6.4.crate) = 132144 bytes BLAKE2s (config_parser2-0.1.2.crate) = ddf913cb93342d79fe645907a3b74a832cf4527407b95e0782d21a5fee37dab9 SHA512 (config_parser2-0.1.2.crate) = cfdb8af5b12264cfd02e26523161d6d9c286a5c447becc5b5b00157e71bb11917545a00ea8c5a6168eb77ee727a1582420ca9bce6cadb4801a7811235993099a Size (config_parser2-0.1.2.crate) = 1954 bytes @@ -117,21 +132,18 @@ Size (core-foundation-sys-0.8.3.crate) = 17519 bytes BLAKE2s (coreaudio-rs-0.10.0.crate) = f5161e53991c4e7c905576446499059a9c85ecbf516ec98c88ff24c70fd7cdfa SHA512 (coreaudio-rs-0.10.0.crate) = efcf47cb4337b8b17c12419be9b024687da129b24320c7da7c4875279543a622855ea100797818065710017a2f195db817f3ba1cdd4826ed70315a50244abc1e Size (coreaudio-rs-0.10.0.crate) = 34487 bytes -BLAKE2s (coreaudio-sys-0.2.9.crate) = d663166df8a0d951c6fd1d7fe90cbf4cfa98a0260760c14e9ba7f2d0c2f5729c -SHA512 (coreaudio-sys-0.2.9.crate) = 4f9ad0a9ec8a7e3f76b547ae465a6b464db118e60257ba0021e111fb5ad693a8492064a02418111dfca7088ac0ac710e4cd4e4d3a491d77f572fb82c13956af0 -Size (coreaudio-sys-0.2.9.crate) = 5082 bytes +BLAKE2s (coreaudio-sys-0.2.10.crate) = b7ee429d5dfab455db57e9b3a80672c9a6e51af1489f86866423b2eac5b3958f +SHA512 (coreaudio-sys-0.2.10.crate) = 3e1e61e9376a5cd9d99ef575fc0ed1c55314ec7ef8188189132751b9d9e093fc01f1cdf497a68519350a26466a9d9c08565d8a326a546e87053d15ff7c1e6d35 +Size (coreaudio-sys-0.2.10.crate) = 5434 bytes BLAKE2s (cpal-0.13.5.crate) = 51f412cb0b3444676f994f42584546e60ee5c792c79166413182c4c210f3430b SHA512 (cpal-0.13.5.crate) = ad1ee6ed7473474df716300eb6b1e5db8a4a0f9844a5bebb6704e1acaf102c4dcd495d559ef6be99db652ccc0ea2a9c2d2a266e865389ce08aa6f60ba06e1c8d Size (cpal-0.13.5.crate) = 93790 bytes -BLAKE2s (cpufeatures-0.2.1.crate) = c8034ef1e32a97af02a0e289e8a949f800bac829c7774dc74c5f06f54498fb52 -SHA512 (cpufeatures-0.2.1.crate) = 0db2486beb0f287b2b4f8543f0f02c4e6d00f66e65c9785a1ecd2868c460553f016b33426c24d0b0ade1417906f5853cfbdeed98ad85cfb73b4f7ad3af85a613 -Size (cpufeatures-0.2.1.crate) = 10500 bytes -BLAKE2s (crossterm-0.22.1.crate) = 646728025ea249a59f0faf8325335cbe0fd6bedbaf72c3cbe540e8c71c779462 -SHA512 (crossterm-0.22.1.crate) = 2a8534a12bb119be583d491b3595259d164de6922ce2a17bbe6f19fcff93339a6d0d8c08398958a7592d6aa765eb2ebc6e61b54211080785357c711b2c454d91 -Size (crossterm-0.22.1.crate) = 105450 bytes -BLAKE2s (crossterm-0.23.0.crate) = 8155cf722181fc4d454dc0b3f2a3cf2df6fe8d64317943381446e83dfe668b87 -SHA512 (crossterm-0.23.0.crate) = d19aedd8a10b9a6d4066eed6d8c4220173e4cb609e9012287af57937be85be747286e10ca25caf2c132a63821cc088faa8c993c8d55f0b369bd616e9dfbf82d6 -Size (crossterm-0.23.0.crate) = 106300 bytes +BLAKE2s (cpufeatures-0.2.2.crate) = 1570c85f34c7ec0597deea28a71a4011558fbf84cae95cb18e26f7b44789f60d +SHA512 (cpufeatures-0.2.2.crate) = a771a86e2fa26033b27d22fe250968cd80cc64031838d1c111ad5c69951d5f29de0cad375965c7c2cbceda2a005dedaf6df15c699041c9d0cf65a1c2033f69c5 +Size (cpufeatures-0.2.2.crate) = 10655 bytes +BLAKE2s (crossterm-0.23.2.crate) = 3af83abff5e5211bf40f435ae725bf78adbbf76bd44418d334ce24c022d9c2ea +SHA512 (crossterm-0.23.2.crate) = 3299e47dedc44988d2f0508a5d81345092f1495c1292994d237c7222b4b52fe91b98e12bfdd88b322242661eaec75857c59f13a430691d4aa867c0e3914254a3 +Size (crossterm-0.23.2.crate) = 106712 bytes BLAKE2s (crossterm_winapi-0.9.0.crate) = 66dfac33e190f850bc4e3b08ffc5fc97efa584e35007e75d8ef748e901878781 SHA512 (crossterm_winapi-0.9.0.crate) = b8c32a82cc83244e8991931e3fe0d85527ee2cc5e6b4a0839d633448dfa8a137c87684e8e079f44edf5a994355e0106bb573b36b57c7420ac5cb6fb0ce20ce8d Size (crossterm_winapi-0.9.0.crate) = 15561 bytes @@ -144,15 +156,15 @@ Size (crypto-mac-0.11.1.crate) = 9551 bytes BLAKE2s (ctr-0.6.0.crate) = c869f1b3de33776199a353b4970b80ea1818c77f47780464d831bffc53f06354 SHA512 (ctr-0.6.0.crate) = c58c7b44de1746e560596a9409ba542eef1b33147f8ee842da6e7c9c062046044a0f4cd432d0876928f036a590d9e6c007d4372a043aa5d8317fffdd605ac993 Size (ctr-0.6.0.crate) = 17092 bytes -BLAKE2s (darling-0.13.1.crate) = a0d7b41d59cb8747e3d8c1762833cf32a44500cb0aef04fc44b7d700511bf39f -SHA512 (darling-0.13.1.crate) = 0271198be875ee1a42d14e2f34b4d26bfc8cfc4cb86361f21c0bc079aceef4ad86bbcba919d7066abb891a87549404c432df53b0ec0e96fe293408b114c5ba99 -Size (darling-0.13.1.crate) = 20097 bytes -BLAKE2s (darling_core-0.13.1.crate) = f65ea7c822b30db03f62e69bc7f5df7874564805fab8edb5de77c4ac3b5686e5 -SHA512 (darling_core-0.13.1.crate) = 67fd1bf5059c6b7ea1b2b17b6f7bcc1ea6a9f84f50182852b2b8b9601b8d43529918b373dacb9b2a7aa12fe6162a9412d1330ce6e9ab6a3e2171f6072d958711 -Size (darling_core-0.13.1.crate) = 50847 bytes -BLAKE2s (darling_macro-0.13.1.crate) = 88c0d699230affc288caf6bbdac7180b56ac05e4e9074b853f55b31ae8423ab2 -SHA512 (darling_macro-0.13.1.crate) = 41b190019f1c02e664020dccf21b4248f85182d16b6d1a8eb0b82fb6da1cf871b07959fc2cc65620fec6d23b309c0d188603d35ff288165250fdc807780dc149 -Size (darling_macro-0.13.1.crate) = 1910 bytes +BLAKE2s (darling-0.13.4.crate) = 198cf8332e21f739ec08ac95dc0b619872d07318f547a4740c0fddf48b0626e1 +SHA512 (darling-0.13.4.crate) = 7392896b97b80ad24d76a985f4b950668ba351498f48ef0722c783c28d43c4a4828f5f6eba7e754ca554b6662fc419e73bcb65d4b20037285a16e345fec9ef75 +Size (darling-0.13.4.crate) = 20895 bytes +BLAKE2s (darling_core-0.13.4.crate) = 6c0e97e41364340441d80c355421ab6482fd927d9ef69660a76a8d564a8669f0 +SHA512 (darling_core-0.13.4.crate) = 96d431ebfb9d13aaff2c50f7ad7d5ac5e95813fac851e3e1d7739d1fd5b366fda32172829af88cabadb475f83b4500199167ede54bc802ca1e52137cf6c16c0f +Size (darling_core-0.13.4.crate) = 52937 bytes +BLAKE2s (darling_macro-0.13.4.crate) = fc0a38f062d537596926c008617a4ee6bc0ad331244b0062bc7855f3141e948a +SHA512 (darling_macro-0.13.4.crate) = 908ea6459110da16e4ec6ac843659664ed4fa3fb2ea9b92274a738ff5994cf81fbb48403db609b9a70f39c3e288da4358ce369c66821122e3a6a0940473da94c +Size (darling_macro-0.13.4.crate) = 1910 bytes BLAKE2s (digest-0.10.3.crate) = 2dfb38bb66675ede95a8f2da9466d49ee562d1df7221621b51c3aa42cd9766f5 SHA512 (digest-0.10.3.crate) = bfc9b24e4a6e3df91669a36f8ddcdcfb643e22b3102a200d56bbe88d94e8f1f1e52f5ac29f06253913fbd977b149a3e775c95175b93950340946152f6525803e Size (digest-0.10.3.crate) = 18990 bytes @@ -168,9 +180,12 @@ Size (dirs-sys-next-0.1.2.crate) = 10681 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes -BLAKE2s (encoding_rs-0.8.30.crate) = 68d3d53a1d0e465e2790dd9228ec08c08e41b90182440251d5bd5401beb7efd5 -SHA512 (encoding_rs-0.8.30.crate) = 0addba12c6021a1211639cf80a956b50a5fc8bda90f127f73920941980d11a265e43de83e91f9ab423ec520ab11f6111c0d982da2d73e640128bb12aab1083f3 -Size (encoding_rs-0.8.30.crate) = 1370089 bytes +BLAKE2s (encoding_rs-0.8.31.crate) = 84fba8bb0bdedcca16a4027b45cebd25ea37c5c98c78b8d7aed1f79c3859c516 +SHA512 (encoding_rs-0.8.31.crate) = a9e582ab63d00bfd17c9f813f886c5908279fe4d23cdd70f79580931f3a0479162b78210a27b113a7bf6fbc4f8d62bbf098ef645d598fe0eaa428639c35cec31 +Size (encoding_rs-0.8.31.crate) = 1370113 bytes +BLAKE2s (env_logger-0.9.0.crate) = dc9832f568b18f635942b1a247b81c3e57a4ce6a63b36309e7f57c5f7e3b98c0 +SHA512 (env_logger-0.9.0.crate) = d7db85d2f7d16f7f97b6714e01e342ab6b784c799ef26ee322ec85fcee28a549b6e49a49200ff78eceacd0c682e941f8538a497e2a2a196040769c2365feb566 +Size (env_logger-0.9.0.crate) = 33573 bytes BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 Size (fastrand-1.7.0.crate) = 11265 bytes @@ -186,6 +201,9 @@ Size (foreign-types-shared-0.1.1.crate) = 5672 bytes BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 Size (form_urlencoded-1.0.1.crate) = 8773 bytes +BLAKE2s (futf-0.1.5.crate) = 69ab24bdfada04030b490cd31cd26e7217e45ea4cbe6a0962c19185958b861c3 +SHA512 (futf-0.1.5.crate) = 4cee071c067c879742839d3d32192ca94ee2f9241468656357c3aed116cb7c656bf81722f32b67d60214b7db66858dca6443f0d52f0ff2114fc70971bdddd2d3 +Size (futf-0.1.5.crate) = 11344 bytes BLAKE2s (futures-0.3.21.crate) = c48daf04e40e8da004203301df6f2ec31729d16ee027b7f97378fa7c20ff7e4a SHA512 (futures-0.3.21.crate) = 723fc190e4480fd812a852656fa6509a188f0d06adaa1c22ef24ec4afa7688a1c5d3961e5747f0812d073fc672b0e084af6ad5e5c3fac3ea5829466f993ad865 Size (futures-0.3.21.crate) = 49935 bytes @@ -216,9 +234,15 @@ Size (futures-util-0.3.21.crate) = 153768 bytes BLAKE2s (generic-array-0.14.5.crate) = cbca2d807f2b7bbe399c13b13895e1f22e8789329a13976f040b65c2fe803864 SHA512 (generic-array-0.14.5.crate) = 30c86b24222503245b494c5f88cdf8115ba08c73df55930bb01bafcea22560f4d20e38c348c3896d6e1ef03209cc1571745881b4a77fd28f66b0cc435f5249a2 Size (generic-array-0.14.5.crate) = 28915 bytes -BLAKE2s (getrandom-0.2.5.crate) = 04d22ee2936536d4fdfc9603d75a17225840abb7b179f658d557718027cf4747 -SHA512 (getrandom-0.2.5.crate) = 4ae1e046a143c4ab818d130bb86c9fdd51dc55b70ad3e8a0378359341402636f69df27f7480f9c0caa26ac98b45ec88aea47b66ff000e2dd22e1ce52ba99e644 -Size (getrandom-0.2.5.crate) = 27719 bytes +BLAKE2s (getrandom-0.1.16.crate) = 805b9bb4bc647a527fbff0bf97ed36863681367034e410973c84c85845b9da51 +SHA512 (getrandom-0.1.16.crate) = c5450c522c07c7a38b326f9a9062bac7d089630219d577ea4b55abad4e0c31d17b7cde385fc43912dfa100b42334e7a52422c55fda8b738caae428c6f9addb53 +Size (getrandom-0.1.16.crate) = 25077 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes +BLAKE2s (gimli-0.26.1.crate) = d8a254077b0647501369f6b0e989352f7814b7d1ff9c3be7396fa8629281e7ad +SHA512 (gimli-0.26.1.crate) = c341354e13a78c4afeb651a0ed651f60d188957216ba51079512531ab1273b1b79c86c57e904b87064015f8e7efe4280d9edd4acf90e25fb29f8813a4c7bf9a9 +Size (gimli-0.26.1.crate) = 716168 bytes BLAKE2s (glib-0.10.3.crate) = 7180a7e43887e85044fff91a032321ef1ca01bd16e83e9a50b3f739c56f3fbc8 SHA512 (glib-0.10.3.crate) = 6e621c9a6df2c0e283168fdf7835ba46405ee4cb04e0cc67337f34b9ca8184b181e25042f442022efde17b167225c862e78984f7c96db762fafdfa64d9a140b7 Size (glib-0.10.3.crate) = 137147 bytes @@ -252,9 +276,9 @@ Size (gstreamer-base-sys-0.9.1.crate) = 18308 bytes BLAKE2s (gstreamer-sys-0.9.1.crate) = e22394a117aefebefe2995210cf3264c4a6ea2292ba9b21ad9001f474750ce20 SHA512 (gstreamer-sys-0.9.1.crate) = 43d8b10a97b4f8e79d3d6321ad49e75a9496935b9ba8e2bf56548cfacc267064a13124e1fe0a2d57b64e3a4c7eb92e21972c45e306b104d52f3bfa22eb80cdc1 Size (gstreamer-sys-0.9.1.crate) = 59986 bytes -BLAKE2s (h2-0.3.11.crate) = b6c7a64d8af51beeaf57e38fb994e2f3e64fcdb4d7e4173a47bb8b9b44440828 -SHA512 (h2-0.3.11.crate) = 596e1d67d8f6ab2776e1c0dae393908995fb238c7f95b237865d362e66287724a163cbfc60c9a02cccdab4b7190f0229543dea2767cea50e2542e960663b4b27 -Size (h2-0.3.11.crate) = 161592 bytes +BLAKE2s (h2-0.3.13.crate) = 19a69b1dff016ae493a3707115be3649cce83a75b3caa1f8a73a34b8f7323904 +SHA512 (h2-0.3.13.crate) = 480484b75b22060146fe373a61136585bb71fade1a99231de4bdd123ecd11e4a3237e7d8da1b952556b7e832f1d6299bf4b833361368a243cce4c23c53ea26dc +Size (h2-0.3.13.crate) = 161962 bytes BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c Size (hashbrown-0.11.2.crate) = 85713 bytes @@ -267,6 +291,9 @@ Size (headers-core-0.2.0.crate) = 2380 bytes BLAKE2s (heck-0.3.3.crate) = ad67e9fc1dc80c1a47e13e4e30cd2644118f8135c22c5c6462ed254cf6374d84 SHA512 (heck-0.3.3.crate) = b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f Size (heck-0.3.3.crate) = 10260 bytes +BLAKE2s (heck-0.4.0.crate) = 0bbfc0807fe42d68570dab10b6cdfeabd24e6c732caebcec1880c2b9efeb36b5 +SHA512 (heck-0.4.0.crate) = 33bdbf4ff9ecc4f4d74cf06590e056f4d96bf0d990d5381b9da5b65682b2495ed74e27b45419c2afa986c1f6200909d5175b137ae73ced5cc8ac869e4e1bce8f +Size (heck-0.4.0.crate) = 11161 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes @@ -276,21 +303,27 @@ Size (hmac-0.11.0.crate) = 11385 bytes BLAKE2s (hostname-0.3.1.crate) = 1ba7ccb44dbfb86e86ffb860f17ff918366478dbbc2f414e9bae1e84c20c2136 SHA512 (hostname-0.3.1.crate) = a90407996353c9bcf5b76be03713e3a0455ac80a50892e77a508744cf436a938ddb87ef97d8cc91ec7dc4353cfb7bca0fd28c90a72f8a9ecd4f29220d174edf2 Size (hostname-0.3.1.crate) = 9272 bytes -BLAKE2s (http-0.2.6.crate) = 369e348720235f51b29a7ec2d2d38cf399299d32eb6a242a6d5ba4f03783339d -SHA512 (http-0.2.6.crate) = ffafa748077a1122d3f7f1b9f34da43f5923dc8cf09b7b492d286d8a924b3fc9949c3df5bebe358b11801adcea8f20d8e8986eeda1e63a2ab92d4ed1fe0e6746 -Size (http-0.2.6.crate) = 106384 bytes +BLAKE2s (html5ever-0.25.2.crate) = fd57f3c0bfafb3ddcf1bb681e92099d9d81f8713b66e09c8e7d3cba11e3d52db +SHA512 (html5ever-0.25.2.crate) = 08042721c9db82ab45c98c8f1e5a1d3359906c829ad17ebefb1b933553786c6e7c3b7cad400ea382feb5f0187060a2ba4f1a271c25a870a90cb5c596ac6daf0f +Size (html5ever-0.25.2.crate) = 72780 bytes +BLAKE2s (http-0.2.7.crate) = 531a7beae6a24db08c6057ff15f92beebce4f476ea0b5c968bb420656cb47a75 +SHA512 (http-0.2.7.crate) = ab0227703cf3721d15de8b8e7aea441611d038928f60e04c6a7d40a66b1c1a4107c86848fe64376ba3ba99a3135ca1f60f2bc240b7f55251f110835576b88eeb +Size (http-0.2.7.crate) = 104219 bytes BLAKE2s (http-body-0.4.4.crate) = 593a949ad063844806c9b3c23535d3e34256e2d5b8d1a10317d78034f4f372a1 SHA512 (http-body-0.4.4.crate) = cbfa91e31e91807f004df77a9d8999b1224f862d4765ba92ad4d34d288fcab67372734295f30760a96eb32454d78fc527c6519eb45b484e341617686e743381c Size (http-body-0.4.4.crate) = 7836 bytes -BLAKE2s (httparse-1.6.0.crate) = 6f82c1b4ebfe28bc445466cdb4d861385951876dec97d17e221e2d98ddc36cd1 -SHA512 (httparse-1.6.0.crate) = 6f1f39c778dc5c14be863d2462e76f521ce3ec0b945799f5370828d29453760c0bc2eff888a529db74bf287c22673771bf4a5568b3a997a87004ebf292a4e237 -Size (httparse-1.6.0.crate) = 28175 bytes +BLAKE2s (httparse-1.7.1.crate) = cc6fb7ae6b11a0011635fba1e344e4c0464c2d1373a75fd6654caf39fafe5640 +SHA512 (httparse-1.7.1.crate) = 6db3892a754a49d9d529859acdacd548a71203eafc29c485b83006650a26f82b6e34969bd5e11d3f259259eae4d71bbdd0992fc7cad78a9a6f102977d057a8ba +Size (httparse-1.7.1.crate) = 29379 bytes BLAKE2s (httpdate-1.0.2.crate) = b5cd05beb35662469bffb19b3080e5dae08182d555df6630e669df43965647c2 SHA512 (httpdate-1.0.2.crate) = 4d650dbe7ec1d0f457bab71cd009fd92ee296fbe0a6b0c0ce4d71aa3bee720094a03968c08e542be60869350e05b4a1739542c6415e401407345f5643e15f8fd Size (httpdate-1.0.2.crate) = 10673 bytes -BLAKE2s (hyper-0.14.17.crate) = ea3d813e0c4f8bed2aa28a9a40023738580948d5d65c9cff50840da7e2be34db -SHA512 (hyper-0.14.17.crate) = 47f2b10d76b417f19985a87b935557be9a35b06d7cb5fe7675b27a4fb2d6b00e235cd5c09820aa88fec5f5c52157c65a6dcf4aae3b33daf538c09d9214126a63 -Size (hyper-0.14.17.crate) = 179560 bytes +BLAKE2s (humantime-2.1.0.crate) = e2f2714ee862954ff21a5fe868eb2db60809630d21a8579d3256ebe32e8b6cfc +SHA512 (humantime-2.1.0.crate) = 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c +Size (humantime-2.1.0.crate) = 16749 bytes +BLAKE2s (hyper-0.14.18.crate) = e95de78de803f3ed5ab977fd0bc3b0f6d1ab0d06c9e9afe0139aa679daae0d21 +SHA512 (hyper-0.14.18.crate) = 9415eebfdbe3795488f57e6628ccfee4195f7b04ab3beb3fb5a0768f546322c2528f482838107cd32e2d71d1f562c8b2e6b34d94a6e7f1bbd049b44ae5cc41b9 +Size (hyper-0.14.18.crate) = 179660 bytes BLAKE2s (hyper-proxy-0.9.1.crate) = e50e0e073f6cd5becdf7484c2aff4683a4fc009c6f60ccf8b84b13a13817d181 SHA512 (hyper-proxy-0.9.1.crate) = 4a8c5e79475d9fb09f7bb1bf54b97e7879037ab4f97626fcb5ee788e8480dc617fa686cf43379a87bb90d0b96d91c13cf496ae07b527c06cceb6ac337e90556a Size (hyper-proxy-0.9.1.crate) = 10317 bytes @@ -309,21 +342,21 @@ Size (if-addrs-0.6.7.crate) = 9842 bytes BLAKE2s (if-addrs-sys-0.3.2.crate) = 1c18ab777ae4ead68f4447391ece8e11c27543b70f25d2322d9a17fa0c2b2760 SHA512 (if-addrs-sys-0.3.2.crate) = e06ec03d5a0dc6958d0060dfe39229c6969f979b076455755634b2a32f811298e8e1ce7b58fef20c98559f10c7829648f697b42d9a18964c0219b3b653f50194 Size (if-addrs-sys-0.3.2.crate) = 6778 bytes -BLAKE2s (indexmap-1.8.0.crate) = b4bffe99cb221a5d359fd9c75f454f07341917d88df746e4c6c874f6035a3a13 -SHA512 (indexmap-1.8.0.crate) = 6af44320a80c8256291cc6e3c90311ce67b7f69ce039d640bb3abbcb6057f16eb443a407060ba647d7b16f44214acf59b566772a4802ba5000f036f69ca82a43 -Size (indexmap-1.8.0.crate) = 52583 bytes +BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 +SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +Size (indexmap-1.8.1.crate) = 53220 bytes BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 Size (instant-0.1.12.crate) = 6128 bytes -BLAKE2s (ipnet-2.3.1.crate) = fe7fbe59cc45291ecad5fdac87910b1ec97c48fd8976815c92038a22155e217c -SHA512 (ipnet-2.3.1.crate) = db74ad4850e61b20b5280d0637a33a0a1dc2e3388bda38efbbdc221c04dfe04d304d57c3704fa68a824e65e8a3bdea2e743b2d0c2d06b1a8710c192cec1b6100 -Size (ipnet-2.3.1.crate) = 24932 bytes +BLAKE2s (ipnet-2.5.0.crate) = 3a50102622524cb7a84efd62cc2c5c0d10e36e7cfa154ca9c72702ebcdcf33b5 +SHA512 (ipnet-2.5.0.crate) = 40c841c71694d47f77757860c62a1b109bfb2e2d490e9b6d441d39116f7bda57e7be866d25348c1afb522f4b1caa75122fef79dfe9e3fec824345f3cc54376f9 +Size (ipnet-2.5.0.crate) = 25808 bytes BLAKE2s (itertools-0.9.0.crate) = 1f5bab58ae7adacf82399fc4c754bde007b0f010f4afbea8e3170e31332bab5b SHA512 (itertools-0.9.0.crate) = 1c6650060750f3073140c4a77fc4d1acffa7d18320012807df0e20ab06ddb39afa7f086d89626e3909f89dc1f0408c9ccee4dd9454ca1f7a6a145bb213e7c5ce Size (itertools-0.9.0.crate) = 96429 bytes -BLAKE2s (itoa-1.0.1.crate) = 5df5e417576e531605b209f326947f25fdf7147572381012e4fbb035f0036abb -SHA512 (itoa-1.0.1.crate) = 8e7bc1e9bf4fc06871b9fe20caad4e0af965477d724f4c8d0e2a3a4d87aedf99f92e4e583a6440ce574d0fb43fc9d6a2e80add52a2f64210c6aa3b402e424295 -Size (itoa-1.0.1.crate) = 11059 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes BLAKE2s (jack-0.7.3.crate) = 038585ff3af4c56d84e336009ab7f0502a707b2427f7945adb3712daf43da1c8 SHA512 (jack-0.7.3.crate) = eca94437a6f6f66aba986ab85806c4ba68edd2dbdd578558b3064df959f47725f01ec299551dcd895fa082298cc1ab901139078cb0de9af4d1ba3935b0eb2a2e Size (jack-0.7.3.crate) = 51590 bytes @@ -342,9 +375,9 @@ Size (jni-sys-0.3.0.crate) = 10232 bytes BLAKE2s (jobserver-0.1.24.crate) = b0b568975ec4717e12f16289654bbcde31bc69b7d949171a843cee36d0f44106 SHA512 (jobserver-0.1.24.crate) = 0feade0f1f0a458bdbcedafce8fc39f44adeb56772ea94a59f16f038a743f506db1405a7c8deae65a6a5c1695bfb363c19aeea1c82c41c7f4d1101469f32e42e Size (jobserver-0.1.24.crate) = 21303 bytes -BLAKE2s (js-sys-0.3.56.crate) = f53e7d90425f003c43c832bf1661b893a1a0d51f6fab17e9754c097286414352 -SHA512 (js-sys-0.3.56.crate) = 52c2020d2bc80173a2ba5c614ed07d86755e969f4d6b071b5857259cbfdd3eb5a62a5abadd42ebc0d673397ad18721e1ce55e177fef831ac13e15971373056da -Size (js-sys-0.3.56.crate) = 70520 bytes +BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e +SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b +Size (js-sys-0.3.57.crate) = 78605 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes @@ -354,9 +387,9 @@ Size (lazycell-1.3.0.crate) = 12502 bytes BLAKE2s (lewton-0.10.2.crate) = b4ecd61f272d6a7e7806cf97a9505de5c157cdc7502d41f4c90b999ee85548ba SHA512 (lewton-0.10.2.crate) = 8868d1347f75099d40dfdeecb17ec1aa26540d3d9dda88ae62329e35b30cc7cc2869420592d777810a7df1e5e2c7a9518e7895f885921d68ff66ecf3417d28dd Size (lewton-0.10.2.crate) = 68807 bytes -BLAKE2s (libc-0.2.119.crate) = 2af7c725884d7abc62a49b653e1d9cb0ac2da8a1d3e28a6201c9c4bd4e2685a9 -SHA512 (libc-0.2.119.crate) = a43f8d1cac7a0d8c1bf6f2125695c03d91243498d2dea19a3a674ccb2c64fd00bac4040c42130a1a096b2148451f62e1292c5c71f424f51f888d6a37c7db0bcd -Size (libc-0.2.119.crate) = 575749 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes BLAKE2s (libloading-0.6.7.crate) = 3a6c044db8c2ee6f9c741523e96eaff5e8228427f4dbf549c7197a612a803edc SHA512 (libloading-0.6.7.crate) = 4f4f37c5a04c20860c38407e8c7aa81386dfeb091773e480dfe87b5fb2a462dc195ec0c39a1add59cad7620373a671772e8f032f4efc624580c6227ae902e10e Size (libloading-0.6.7.crate) = 25037 bytes @@ -402,18 +435,27 @@ Size (librespot-playback-0.3.1.crate) = 35535 bytes BLAKE2s (librespot-protocol-0.3.1.crate) = bf7ee7706a7e17e5cac8c3f39c02c3683e5a94705145fab193849391073efde5 SHA512 (librespot-protocol-0.3.1.crate) = 73050c3eccc079ca958660d042dc1058522e4d82820f1234d0d765a22a5b75eb0a00979c0ab4cf418f74c1a1269aebfc411504306ca9f305f6160e954c4ed296 Size (librespot-protocol-0.3.1.crate) = 12186 bytes -BLAKE2s (lock_api-0.4.6.crate) = 4eff6a40cc996750eeae9c55fa10314e64b07c6d5637600ec8830bcb2b35ad5d -SHA512 (lock_api-0.4.6.crate) = ba14d341564eba91bb5ec58bb2e0d6c87e70b3694c4609396f0c0f4afc0c6c105a88cb99c303b1e9761b0fc6cae56f79ba6a7663b063454ab1ede4d49274906d -Size (lock_api-0.4.6.crate) = 25215 bytes -BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd -SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc -Size (log-0.4.14.crate) = 34582 bytes -BLAKE2s (lru-0.7.3.crate) = f5e5985d62f6977b607a0909c6887cf3433f84151d71e7a2ff6cdd98abe613cd -SHA512 (lru-0.7.3.crate) = b4644f4c648fc132947267f30715380f938588c7a3d55b37aaf611761a358874dcb5290aeccd3ff9f87ff6bed5ece292537e5a46838678f8c747bcba89797d53 -Size (lru-0.7.3.crate) = 12170 bytes +BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e +SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d +Size (lock_api-0.4.7.crate) = 25371 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes +BLAKE2s (lru-0.7.5.crate) = 274ec0f0888447e0795b2df2788f2d76ed90c18a0071957f5b788808e7ecc4db +SHA512 (lru-0.7.5.crate) = 9d68c5235a54c68dc9cee7b76cc6fa14defa73c080da74b1be6421ce42a89270e9251244cb69eef498adabdc54265fef51af7d098187d70f19c3c848af54b9c7 +Size (lru-0.7.5.crate) = 12732 bytes +BLAKE2s (mac-0.1.1.crate) = 3124d669e657d967992edce0a20d742ace52af8b9a0e9fa62f09f1e74851f896 +SHA512 (mac-0.1.1.crate) = dbc6def04c482911ace311f34be79992fa04042c7ce36b71459b5af5c1c43e9fa66b6b40f63f8c3647daba287bf1c1be9b1a8031ead1d855f99a988898c96f1a +Size (mac-0.1.1.crate) = 4838 bytes BLAKE2s (mach-0.3.2.crate) = bf1a5764cf0612d0597472239373d06a2d47249c3337b2a91703f57010ab73de SHA512 (mach-0.3.2.crate) = 73622b37915f3445a57cbac5eb378bfee61f5a2383c0dd8bd7c29b5e46447405ebaeb706f3a3274e5afe37b0506afaf1511836cb8897d9d480a3abd41f18fa26 Size (mach-0.3.2.crate) = 19611 bytes +BLAKE2s (markup5ever-0.10.1.crate) = 44b2c361d34a19896d06cd1774403ab1ffb756651c0ca2c4b4d849fb584d8c91 +SHA512 (markup5ever-0.10.1.crate) = 447b0f44ea8b786688127aba1b6eed826dc0127658d293c22db74864381b5e7bc0584243dcc0ee19929d3e757521167c13a108155ed5c8e78375cb0fd3c6f7b7 +Size (markup5ever-0.10.1.crate) = 34668 bytes +BLAKE2s (markup5ever_rcdom-0.1.0.crate) = 33f9484772a86bd0745d7342004fb83de190cd5fd38df0fa0fd3c787e76f5f31 +SHA512 (markup5ever_rcdom-0.1.0.crate) = 7c21836fcdd45bfdef7305327255291c92d75d3329798d31abab26297de8c381e41b4419fb7ac631310835d590b63751a63bdd87e2697ea3dfdd6599033433c7 +Size (markup5ever_rcdom-0.1.0.crate) = 25165 bytes BLAKE2s (match_cfg-0.1.0.crate) = 07ac4e2c156930faa3ae71c3c48101033c699e5114a8d7b8aa01780448780038 SHA512 (match_cfg-0.1.0.crate) = fd36f2b128d70a0f278e708bcb3274d90380229f754aed7ce9b808138b0189d5e1a07e0ba732216f788a530cecddcdd980559b3f71efa371d8805a213ff8f2d6 Size (match_cfg-0.1.0.crate) = 7153 bytes @@ -426,75 +468,75 @@ Size (matches-0.1.9.crate) = 2246 bytes BLAKE2s (maybe-async-0.2.6.crate) = 3f773fdbc29c4e2ab4cb651298312f3af3744b6e3f38d2c542b1317dc4dcd4b9 SHA512 (maybe-async-0.2.6.crate) = 8bc60efbad1c34f59526bb4ba174d130cee0a6830f5b47f705d2d26ce367a8cd66948a98c1b1633106a2d0f15d044d23c66a446b4f321c6125aaa3380f0f880e Size (maybe-async-0.2.6.crate) = 18447 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f Size (memoffset-0.6.5.crate) = 7686 bytes BLAKE2s (mime-0.3.16.crate) = 0b9e3a74a1d79c695679fd795f27d97ea837ce415d8c057edc9b30381a1ce60c SHA512 (mime-0.3.16.crate) = cb1d691610cb82720e553247336fc5eab63407ad37febf2eb50aaa4e329cca70959ecd8bb8c7af5753acec2c8e86fc9a0f8ad9ad2de93fe9295ce84033d6054c Size (mime-0.3.16.crate) = 15206 bytes -BLAKE2s (mio-0.7.14.crate) = ad1b75d1b12f3252ef4cad0b5787466c6d099305e6d8621e79a2ae9a891790d1 -SHA512 (mio-0.7.14.crate) = 2349691ea87a086f9bd8df5738705e9d7b59399089948f810b6a7124beffd44dee348703c89b4b1af8d84821dcb932960dc4bd9ec9543558f59a40c4806fbfd9 -Size (mio-0.7.14.crate) = 87429 bytes -BLAKE2s (mio-0.8.0.crate) = 7ad11ae207635ccaa385aaee4751f1c8de17c718f21195b50f50d2a8386a6bbf -SHA512 (mio-0.8.0.crate) = b7db8f400c46937302a091a90ef05b501aaaf8cbd9b5d8a4415e140e5ad54fe745ac3248b49a6ab42399d145c01fbbdf0a69defc379caaa67f64e8b7cf160b07 -Size (mio-0.8.0.crate) = 82954 bytes -BLAKE2s (miow-0.3.7.crate) = 2f0e482e38ef6484f82da33b5e693f2923b1f94537b755ad2272a95614f62e88 -SHA512 (miow-0.3.7.crate) = 451073e8913148889493de0373bc0450c8b23e136e151b48b9976292e4e03b7c3f3279ecf49dda5196badfe662a661a998cfa456d2ec340a495d54a4d2382699 -Size (miow-0.3.7.crate) = 24563 bytes +BLAKE2s (minimal-lexical-0.2.1.crate) = 7868d0264ff2c8d6fd1944aac77710c2163c9c0bb7488ee70835966d9a324022 +SHA512 (minimal-lexical-0.2.1.crate) = 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c +Size (minimal-lexical-0.2.1.crate) = 94841 bytes +BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e +SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 +Size (miniz_oxide-0.5.1.crate) = 52418 bytes +BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe +SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb +Size (mio-0.8.3.crate) = 92506 bytes BLAKE2s (muldiv-0.2.1.crate) = 97cfa46d1483f77db22158ac84a0965fd61bf601bf48d9c1a495f0e16ef89b62 SHA512 (muldiv-0.2.1.crate) = dde1e15fdfaf5faaff7bcea368b304f68e52d35834734833414f651fd6b8fc83ad787f4a7bc8ef1fa3fadade410682dddc8b1f7efaf3cdfd075824910a6fefdf Size (muldiv-0.2.1.crate) = 4967 bytes BLAKE2s (multimap-0.8.3.crate) = f1a96e89c068ad2573ffdd4d560de235075bba0a02f004e0ddd0bf63298a470b SHA512 (multimap-0.8.3.crate) = 8580982dde6624a0d181cfdf6cc2293c368762b548f32d196fb7a29fb698d1cb743bc2572ca284c6ecd107a632ea2a428fc998c05df164437f2cb470d24d23cd Size (multimap-0.8.3.crate) = 13518 bytes -BLAKE2s (native-tls-0.2.8.crate) = 9bd959906468800ff62c371b767c0987749196236b878f709d74f46adda22940 -SHA512 (native-tls-0.2.8.crate) = 3648272b1c2f10c3eb9c7121c20a26da149efcf248187522fe07fde9b506a2b687e8bde8e09c0f8f74d19db5b84ea98b19b177c6daf38bf8a0c3ec05907006a7 -Size (native-tls-0.2.8.crate) = 24956 bytes +BLAKE2s (native-tls-0.2.10.crate) = 6633cba2a3f6d618cd7fc3aa1c1b28ea1c6ed1c8707042862030b8cf452331ee +SHA512 (native-tls-0.2.10.crate) = 1cc30c3e16e103e49d585d017fb09962798d33dc4186a5dd3a28f224d3645e8301d4f5cab9b667a27dee88a49233b69974b41ee4aec2bb32ae0745e27b92b352 +Size (native-tls-0.2.10.crate) = 28590 bytes BLAKE2s (ndk-0.6.0.crate) = 6b761f3101392b2bff4f0fbf37f979c15fc38afa7b24494d15678a2ff0ca4e00 SHA512 (ndk-0.6.0.crate) = 62af40a702784a35bd3517131aa5c5fe22da81091e45a8c8639fa8f1f8b3fed117991db9518dcf55878cbd6222f696d09e0bfb28e161aa47d77b2825ad2e1fbb Size (ndk-0.6.0.crate) = 39828 bytes -BLAKE2s (ndk-context-0.1.0.crate) = b94eee72034e393969da0d196984f32ce60f7c3ba96e47e303c7f7f3d474ad9d -SHA512 (ndk-context-0.1.0.crate) = c7456070e3b4d5ab8e8ebfd3efc5896d1533539910b7a0159f2a4c4b7e9aa898d75b8b7f3ca6b45fedf387de45aa20b0ff2630c55bd8a42ea29e219911232052 -Size (ndk-context-0.1.0.crate) = 2029 bytes -BLAKE2s (ndk-glue-0.6.1.crate) = 4a4987d03735e812af032acdd0b8a6de2eccfee95b84f08b4ea0a459acb91e9e -SHA512 (ndk-glue-0.6.1.crate) = 66155d4477e83fe77505e795a66cec3713398f756b2d50746bbdd156acacef3dbac7dda9e849a5c20b5381f0207d54d41c5e6845e7de6fb012b250cff7354bc0 -Size (ndk-glue-0.6.1.crate) = 5112 bytes +BLAKE2s (ndk-context-0.1.1.crate) = 6a7eea2f8dcf93e9f010b3df39216a2fb37b4c281eb8dc45c418e089c5afba12 +SHA512 (ndk-context-0.1.1.crate) = 3e15db351492b3f1935424a4c119d878f5d771d6ca0cb6161e4105b263178e96e41cdf1e927e5f3c81a281f55dee25929a9cee911eeb4ff307dcd31fc400398b +Size (ndk-context-0.1.1.crate) = 2205 bytes +BLAKE2s (ndk-glue-0.6.2.crate) = 7e94cb899cf947a9ca8767500cffb580bcd04215dbff54fdc23ae61be259a958 +SHA512 (ndk-glue-0.6.2.crate) = 0e7e82eae7104ef8c4279c5d93938d4d6270a133255429ed3b4fa307096d363f4831569f45c403d32c1564d6daced04212ad65a45fcb4ca513fefb93728c8082 +Size (ndk-glue-0.6.2.crate) = 5227 bytes BLAKE2s (ndk-macro-0.3.0.crate) = 0ed2eafcead94f6fbdfcff18d41f3336938daf7690a71b872ade3dafedb667b0 SHA512 (ndk-macro-0.3.0.crate) = 240f8b7ec5b72a450874dd6b9eefb2825714e4aa83074efe13a958313193d491e6b4547ce62d2f727afc552d9d8c009c9489a808da54d5967fb29da7eac22d3f Size (ndk-macro-0.3.0.crate) = 4884 bytes BLAKE2s (ndk-sys-0.3.0.crate) = 16f1a299da802830970d0569b9ef7eadd7d78fa4a82b31dae5bd98387c9c5e88 SHA512 (ndk-sys-0.3.0.crate) = 9d85898d812be7c61c7bbf4ef7a6088fa427f4ba334d491a17e5d1e8cf0ef9e37fa277008dbb940d1127c385749ca2b4665521e677388f6b01a2243fce310485 Size (ndk-sys-0.3.0.crate) = 282815 bytes +BLAKE2s (new_debug_unreachable-1.0.4.crate) = 5779df9667d34e07fe8139cb8b6a481e43535a8e5b6960d3d6e0539a3c18199d +SHA512 (new_debug_unreachable-1.0.4.crate) = 6f964bb322aa8f2ff92078381dd720527600c6449e237b703278cbcf47b39a2581fddfc2f34ebb7cf31229e33d58de48bb5050e083fec6dad9aefddc1d771c85 +Size (new_debug_unreachable-1.0.4.crate) = 2561 bytes BLAKE2s (nix-0.20.0.crate) = b52d2faf014a03f3c2b27cef35541fbcdce0354491569c131f037d8bd648506f SHA512 (nix-0.20.0.crate) = 4efb0a6147870aca6b5612428216f36cd826320b75f4f12fb0c75140d47561834695db7745908a23d08ac7114d69848cdafcf87830718da1f03aa6f2c664c5d5 Size (nix-0.20.0.crate) = 216983 bytes BLAKE2s (nix-0.23.1.crate) = f2cc2a3e893a47f30d1623cd826559065d811604dcf64ca337299adfdc8a8f7b SHA512 (nix-0.23.1.crate) = 23431030b094ebb027200d8cdc05d0ac1730fbb86ee088795a2314f1ba19b76ed5f24373c1aba8125575bf69f8e7d4d9c08344b9cb49a4ae3d8f7987b5f4e6b6 Size (nix-0.23.1.crate) = 240531 bytes -BLAKE2s (nom-5.1.2.crate) = e53409e93d97ffea1e7dea584661529d9dda991343482db47bc2cc19dca89cbd -SHA512 (nom-5.1.2.crate) = 53b8ddab62475588efae46c78b5fd086a14c0fa505c84e625fbedd6dc74d4ac047e9fbed7312b797f126e9ca1f056458d8ffe0ab13f0117de685ef8b43f86aca -Size (nom-5.1.2.crate) = 136174 bytes -BLAKE2s (ntapi-0.3.7.crate) = c213b3d1430084e83caefd21307c17e38108e1acb981a12abacd68f3ffe5df83 -SHA512 (ntapi-0.3.7.crate) = 6f5fc3b3629f028e03e878681a5a426945e471578c5dc78e121560887a9af285fe432f7401b19b7422e65c3b762651afb9a57a2f7605884c851ddf41b741585c -Size (ntapi-0.3.7.crate) = 126994 bytes +BLAKE2s (nom-7.1.1.crate) = 347cce605f3edc9e6dd8f9c30b9d75e4216e959bfc9e9973987fa9e2393f3b40 +SHA512 (nom-7.1.1.crate) = 1456efdbda4f5b3da6c8580721acf101ed7d779619ee0190c1df103244e405a8ffa0c3889901a2d8beeab0ab84074ed4c7cec5330c7cc2a5a3c30e36a2530be8 +Size (nom-7.1.1.crate) = 115818 bytes BLAKE2s (num-bigint-0.4.3.crate) = 558455a071691a92dbfa23f099056ab388b3aea7d6d7c8cdadadd7373d1a7831 SHA512 (num-bigint-0.4.3.crate) = 4b38eaa8b51119dbc7cd8a1e177f37ec935ee348b693a93378742e9bfa68fe5f7e5062b7f34638283c23f04d2127451d796d310cd8adb64dc8e865b28708374f Size (num-bigint-0.4.3.crate) = 97799 bytes BLAKE2s (num-derive-0.3.3.crate) = d75d440075e27eb02566c9a87f0f125cd7dc3b70b61bb9e50bccd4c411d8e814 SHA512 (num-derive-0.3.3.crate) = e0f4d06fff26c2d2b140ff5ec1ba655a46c8d8fda484f03a8ad4910e8cf1392f0130d5c0bfbbe3bfb95da1f93e964f73364de6551fddd81e6fc27bfa35c15053 Size (num-derive-0.3.3.crate) = 14545 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes BLAKE2s (num-rational-0.3.2.crate) = d3b83c738dc961fb7c04de26d502bff8bb2d981d51ae27a1fcacdde57df2a851 SHA512 (num-rational-0.3.2.crate) = 31141c147ace16505cf63023d399ec7d6824b1cf3a31160419cc8ed8c9e4392993910419ac113b23913f710eff13f730d04328e66328375c61c28010718fb837 Size (num-rational-0.3.2.crate) = 26359 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 Size (num_cpus-1.13.1.crate) = 14752 bytes @@ -504,9 +546,12 @@ Size (num_enum-0.5.7.crate) = 15199 bytes BLAKE2s (num_enum_derive-0.5.7.crate) = 64bbb9061fc2284f092372b96b4ce6c911c10d96b5b61d3b7f1e153218612ea4 SHA512 (num_enum_derive-0.5.7.crate) = 716d9b58d192230ec633207af741cd198772c6f0880a27255bf1b7d48e51f14ee987af14580982b0d22fe0e876167d9850b077f1b50557f47c6ff81b64542b15 Size (num_enum_derive-0.5.7.crate) = 12225 bytes -BLAKE2s (oboe-0.4.5.crate) = 0996b85a53a632547575a54aaf1722c9f7b0007ae4067b8f259aa5e52ff61edf -SHA512 (oboe-0.4.5.crate) = 0836e96c2c53e8b60a1848587ee9bf58d9ec4f341e0ef75eaffa3ad3c2553ffad708c4ac2ce1f0a7de61ad3595c2a9b08b3d39518d6ee6f52e80405814319c79 -Size (oboe-0.4.5.crate) = 23850 bytes +BLAKE2s (object-0.28.4.crate) = d9d8f0bc9b05a7f71f442887f4a576a61116f60ebc42fea329538a25a3290d61 +SHA512 (object-0.28.4.crate) = 32a20452ed62b789c859c442009faf905ba4bc28f11bddfad3da3509861afd8dbe54e5bc0523c0eea5d5ce19cb94dee2e74f218f79df52d95ad22657d571839f +Size (object-0.28.4.crate) = 237248 bytes +BLAKE2s (oboe-0.4.6.crate) = 8cbe0832fee25d060c10087d8637e202340de62624e06149df67886dc8417bff +SHA512 (oboe-0.4.6.crate) = bfd792bb8cf2254030e2750b09a87da70defc4fc65882d94ca70469b175e04175787bd89707cd4dee876dba127b8f3b8ad9c5eee32ef5ff0cad49b046b29a793 +Size (oboe-0.4.6.crate) = 24067 bytes BLAKE2s (oboe-sys-0.4.5.crate) = 1d874a8df79a868a057726d6c4fe94e76da6be65f4669b29f745989114ceece8 SHA512 (oboe-sys-0.4.5.crate) = b8e31b5cfcba10d43b9e373793427341175b7e84f8805fd18a8be387bae407801a0f196d0910103175c23e41b193c4eded2a4597b958128c29e401a27d9b4474 Size (oboe-sys-0.4.5.crate) = 140656 bytes @@ -519,18 +564,21 @@ Size (once_cell-1.10.0.crate) = 30414 bytes BLAKE2s (opaque-debug-0.3.0.crate) = 67915f5846ad1b13c074f2605d26a296f05be8e3b9f846b848cb538e409f98c9 SHA512 (opaque-debug-0.3.0.crate) = 9909b06668a4f97b4d0e916de3e1d0a922a5a0b911a7ce190de786f62ceaccd382cbd0dbe01ab0f15e5472c10848482da2307a6d897928b6b7d5365bc0321cae Size (opaque-debug-0.3.0.crate) = 5767 bytes -BLAKE2s (openssl-0.10.38.crate) = 648e278b1642be2d80e2a871d467b78b23a6d033af582ee0109fe5f7fdf136af -SHA512 (openssl-0.10.38.crate) = 3cdd25b722b036779187a8906c11abefe69ead198204ecb8cd71aab549c910c3992761439336baf82c61dd6eb3258a365fad7eae4e4b7bd1959a979ac6c3faaa -Size (openssl-0.10.38.crate) = 207436 bytes +BLAKE2s (openssl-0.10.40.crate) = a56c869172ad889b32179d86cf9927ffa8af0f88dd4e9b7e69293b0a2e986ade +SHA512 (openssl-0.10.40.crate) = c07b2fa47cec33ad3abfbfdfe0c8c99ce00aafed5437f864e9be1d151c8f82e52c54ba565ab710693f108429f48df2ce0d2955f54b1926d808ea56fa168afcf9 +Size (openssl-0.10.40.crate) = 217120 bytes +BLAKE2s (openssl-macros-0.1.0.crate) = ddbf630bc0821c342667bf7b1a6cd881db3dbf9a69811320afaff565bfa3dc5b +SHA512 (openssl-macros-0.1.0.crate) = 7e37a0c05781da13bbaf4c056c19d032a93820cc324f9f6e5743bfcbfb30e057501af1bc7cbf5f07e3a05191678cd5ae5bc4d6832f02ce75bfb03c027d18abfd +Size (openssl-macros-0.1.0.crate) = 5566 bytes BLAKE2s (openssl-probe-0.1.5.crate) = dd4ca2a46ea1abbd1c8fe527ad20f4309b2a606b0a539f2489a3a252172983a6 SHA512 (openssl-probe-0.1.5.crate) = 7e560314150709a34520472698060c4f29689d4e608dc4dde146140aa690350d3603279c693367deeb0f21ab34ef61956143a3447827a2b7a3d578b9ccd6552c Size (openssl-probe-0.1.5.crate) = 7227 bytes -BLAKE2s (openssl-sys-0.9.72.crate) = 5f6a0d8bd1e1a529450936ed69839975e0dbef33e527860903c1e69fbf4e3f9e -SHA512 (openssl-sys-0.9.72.crate) = c1a6a50c4ea30b2bd7da520bc98bbd22a22ebc327d71c12f807f518cdeb10d81117b65df9294ba9391513a60577709723b93e75fc75423e970e9fa552edad32d -Size (openssl-sys-0.9.72.crate) = 56510 bytes -BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 -SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 -Size (os_str_bytes-6.0.0.crate) = 21046 bytes +BLAKE2s (openssl-sys-0.9.73.crate) = d85d7eceedf2abb888c1a6f8b9a0bd89664d85d28b6349692fe6f317ff0501f0 +SHA512 (openssl-sys-0.9.73.crate) = b17ba906433b212587d6274def3cfc1beba2c50497f5653eb1a3ce767924dbe279f750ab58c77c216de852e2a3aea8c7cb0c2577c67dcbff1b6584c7d55866e0 +Size (openssl-sys-0.9.73.crate) = 59581 bytes +BLAKE2s (os_str_bytes-6.0.1.crate) = 2bb095057a418d3f13da1ef941eac8d2cac3096060ad9658be5df94a39e7d72e +SHA512 (os_str_bytes-6.0.1.crate) = 16035d3032d499575faf5e8114868d57826acf2b4a54e848f9101713b7965a2fecd6c486945b1c8ccc3ddacdbb95a1c6f8a74ca4fcdee24729648edc817c4472 +Size (os_str_bytes-6.0.1.crate) = 21079 bytes BLAKE2s (parking_lot-0.11.2.crate) = f71d251ca07227ef3e0bd33ba4c7cae8bd77958eb847d00ff7e462aeb3e4e8ea SHA512 (parking_lot-0.11.2.crate) = 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e Size (parking_lot-0.11.2.crate) = 39869 bytes @@ -540,12 +588,12 @@ Size (parking_lot-0.12.0.crate) = 39761 bytes BLAKE2s (parking_lot_core-0.8.5.crate) = 9f38174a007023d5108d3cc50446a3138b443d363f44d5d2670fed55d3516a2d SHA512 (parking_lot_core-0.8.5.crate) = c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 Size (parking_lot_core-0.8.5.crate) = 32466 bytes -BLAKE2s (parking_lot_core-0.9.1.crate) = 42b8a3101468565ebd1835d700804020da8926ed6e3731415dbf8e407cdf38e6 -SHA512 (parking_lot_core-0.9.1.crate) = c084dc175c3d91ab19b897d0bafb736a9c2ae89242ac4e2ed87e6f73ae61862c641fa29fe6beec27602686f36a52bf5eff7a3c2138a4a8edbcaf1338e62d4df2 -Size (parking_lot_core-0.9.1.crate) = 32234 bytes -BLAKE2s (paste-1.0.6.crate) = ea351d4fde70b8285cf9fbb0c7a7a65769130ee1028a672a23f7c4552beb1fd2 -SHA512 (paste-1.0.6.crate) = cf7795c64ded12c16ed7bc90a29bb36156abc8c424066c62d3eff8831a86b4133965d87b8b76b17ed5487ec286fc80e05fff1180833dee4b48f0429016bea25e -Size (paste-1.0.6.crate) = 17808 bytes +BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 +SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df +Size (parking_lot_core-0.9.3.crate) = 32256 bytes +BLAKE2s (paste-1.0.7.crate) = 9e47b3e1e13b2312e6a60157dc832bf2c7d164365336a45fcf0b0becd9e728e9 +SHA512 (paste-1.0.7.crate) = 6f203485cd916f68c4acac6fe6193e2ed8c5a36a6f58865fecbbc4e112e14c6e849cf61cfdbe22fd5b6311d60f1831d726da519a51a1a936552c3b39f01c90f0 +Size (paste-1.0.7.crate) = 18285 bytes BLAKE2s (pbkdf2-0.8.0.crate) = 255457860618bd435e60252e092ee4b9ec53eae7686649b899844b35686d756d SHA512 (pbkdf2-0.8.0.crate) = a36e17e8c09f4bee22784fd357bed80c3895dadecc8bd106722cad12cdcef0aad954c821303f3f4bff4db01d8737bf6343ba6bfe6dd99fed87b7eb6b46f60701 Size (pbkdf2-0.8.0.crate) = 12328 bytes @@ -555,15 +603,33 @@ Size (peeking_take_while-0.1.2.crate) = 6697 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes -BLAKE2s (pin-project-lite-0.2.8.crate) = f17fb23d3567ea71f6e260307531fa0a7119dc7f384f229f7863f24d653fbc5a -SHA512 (pin-project-lite-0.2.8.crate) = 9ecb86d550f4440e19eb16c6a9a418b5c4ad859ed2449b02f77d4b07b1e3e3e6b6b7ffba44a358958679342eb21222992fe6fdfe6d9bcb7a699a3e5816f1bfa8 -Size (pin-project-lite-0.2.8.crate) = 27847 bytes +BLAKE2s (phf-0.8.0.crate) = 0f85f3557934bfe360aa9e9febf130b3f22da6c39bb11f79cffbe5b9c89c35ba +SHA512 (phf-0.8.0.crate) = a3013c4106ba72aa3cf22bd3f903eeacc24ac7cc47aad791bc5e9a63e1aff928a537399b6a86b0346c5eb37979ec01b404807e622e79a0a70a0e01e63c07a47f +Size (phf-0.8.0.crate) = 3902 bytes +BLAKE2s (phf_codegen-0.8.0.crate) = ce65e43551ccc383bc7dbda6ce07f3a1fb220522fc842da68fde60c1ec5035d8 +SHA512 (phf_codegen-0.8.0.crate) = 6649779b50683b1b83c89da921ee52963fd517660540148e9ba4b59f9639c705e08400c4da972880ed161564816c7ad45704d6bd51d1429717137de8f46cb941 +Size (phf_codegen-0.8.0.crate) = 3192 bytes +BLAKE2s (phf_generator-0.10.0.crate) = 5b76c73827823b387ce8084286f570f892f7342365d104e0905294d136b942e2 +SHA512 (phf_generator-0.10.0.crate) = b6542d816b2e963c169df695d332f92237ba380f49bf919021514a16aef71de8f4f70b9612356db9f345f3f0d3656b2b39a4f34f8ffa8515510b81f1b19cb9f7 +Size (phf_generator-0.10.0.crate) = 7525 bytes +BLAKE2s (phf_generator-0.8.0.crate) = 49650dd7a0ae692ecda98343142fda13128d429628afb3f8f5786635ecefdcad +SHA512 (phf_generator-0.8.0.crate) = de045f47567defd43fe32fc62191a9a892e5a478e1a84b853cff3005e94967ded68e5770eacb43f2e97e58b8f4283327a38a3bdbd55e1d5c708dab601ea66270 +Size (phf_generator-0.8.0.crate) = 7604 bytes +BLAKE2s (phf_shared-0.10.0.crate) = 631c38577a3d33382a4e75d7efffae8f4e508750fb2888ba70fa3637854cf993 +SHA512 (phf_shared-0.10.0.crate) = f088a6836a28afca7a2ef5440d7aa953227785d52aa0b9fcb76c88d085fe7f0e68732f2354c9f8dfc0a90ab1b8ac214f28549780e6f32d857ff7e8963093d9e5 +Size (phf_shared-0.10.0.crate) = 4095 bytes +BLAKE2s (phf_shared-0.8.0.crate) = e120ab927dd3d8651987518b082033537039e5d01744aa2c7c32c01f15778061 +SHA512 (phf_shared-0.8.0.crate) = 6ad7ac732b7cc42e7e179329fbfee7074d26652d73eb4f2b97224491d978ad9b14c66e5a539c96b84c70124ac44cfc009bf963a42c438d028bd9737b99f463f3 +Size (phf_shared-0.8.0.crate) = 2860 bytes +BLAKE2s (pin-project-lite-0.2.9.crate) = 21ff73557f52248f91876a765bc209e4313f3cb15746b3f3ceddeceea5e2c95d +SHA512 (pin-project-lite-0.2.9.crate) = cef0b77233adca712db1183f780732ea577cf1b27c2643de221d54c837c75ce749f907e24a967be7474812c7682cba613a3fc5d553a9578a1b80569da0e562e4 +Size (pin-project-lite-0.2.9.crate) = 27713 bytes BLAKE2s (pin-utils-0.1.0.crate) = 5a1cf546c08cd8ad36d3736e337a9865b694de6a636733d252a878aee8b1c204 SHA512 (pin-utils-0.1.0.crate) = 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 Size (pin-utils-0.1.0.crate) = 7580 bytes -BLAKE2s (pkg-config-0.3.24.crate) = 30f728642a8760aeea0c11726e378d31e22e4fc7980a55a8278476c729e65a60 -SHA512 (pkg-config-0.3.24.crate) = be22c609b3d5a9a38bab1d30792cff397cc908f1c53fb2da68a9a7d1258e53ef64c1c5b26d840b0ed1d35b307c98ffb499c82e5796e88be0a6ecc0c6f3b5dbfb -Size (pkg-config-0.3.24.crate) = 16489 bytes +BLAKE2s (pkg-config-0.3.25.crate) = 858f6fa4e3e07f6482e3e975d78403b574c0606ec93f8ab5a86156604e13c294 +SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 +Size (pkg-config-0.3.25.crate) = 16838 bytes BLAKE2s (portaudio-rs-0.3.2.crate) = c6d47d5eccb3a29516c43adf99a87c8864e9d594192bd2220a9babbcdc13cc25 SHA512 (portaudio-rs-0.3.2.crate) = cf2b9250fec8aba6a5095b0838279e39beab5cb5f077330e6185dc146e049c6a8580aba883493fe497ca20c2b64db24851c81de43e48fe19ab876418d3b910d2 Size (portaudio-rs-0.3.2.crate) = 13267 bytes @@ -573,6 +639,9 @@ Size (portaudio-sys-0.1.1.crate) = 2327 bytes BLAKE2s (ppv-lite86-0.2.16.crate) = bcec1a8bf0d1fac112f8d6ab00381ac5358660c24daf104f68ed3a16c3c0878a SHA512 (ppv-lite86-0.2.16.crate) = 264b916f7d1bb6f1c0c0d3cc45f40b72b638abc7174416b49241c3663fe500409509ef6c8241a24515a21a20288c2ba508035b6b37972e4ae7ad02ad19118b74 Size (ppv-lite86-0.2.16.crate) = 22245 bytes +BLAKE2s (precomputed-hash-0.1.1.crate) = 03d4bac65377715b1701257c322877050ffa98fdbe08274584ab9602b0369c23 +SHA512 (precomputed-hash-0.1.1.crate) = a118a98286a47e2f0cf35d2678d0325c18b9b7d5bdf40ceadc16483b282307fd1498434d5bdfa25477a4f420d97c34d786e42e9fa70431b788b4b8fde9718e05 +Size (precomputed-hash-0.1.1.crate) = 1640 bytes BLAKE2s (pretty-hex-0.2.1.crate) = f60dd282741c186d4a10f4ee6af313a5877aab8b7915aa634a84bb8865499132 SHA512 (pretty-hex-0.2.1.crate) = a52b59beece4ce11ddea4c70a37c3a77f5b552213373eb65814afb564002647c16fda9c3bcd53edfefc53f9cc843f62a9ce190cc7e9ee0aa6bdb51920f54b772 Size (pretty-hex-0.2.1.crate) = 6176 bytes @@ -591,9 +660,9 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.36.crate) = 9f898c159cb5423e6c1b48791e74d604c348d2912572d212377917439e31212a -SHA512 (proc-macro2-1.0.36.crate) = f31b0f2356af2746321c4f808ac9af87d21a5657c103ed6bc1383855e40caf49246cc8ec1edff58eacf193424abfc2163148b7298e527714e65e602f14b2e50a -Size (proc-macro2-1.0.36.crate) = 41411 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes BLAKE2s (protobuf-2.27.1.crate) = 23317157de86dcf60b78936bbdd84d5856653967d8d0787b437f78a688c2e0b4 SHA512 (protobuf-2.27.1.crate) = 2c694e67e93ec07b426a56733b32f6d946b492036f8cd6e368ab85f48067a8f5d35788980f821adc515e3fd318dbd8e2fdea60275391abb9bc52aa27971290bc Size (protobuf-2.27.1.crate) = 167497 bytes @@ -603,30 +672,45 @@ Size (protobuf-codegen-2.27.1.crate) = 40830 bytes BLAKE2s (protobuf-codegen-pure-2.27.1.crate) = 5e287a52ecf440b7a88cb85931d300df5b24727eb46b4a47d2edb7927fcac958 SHA512 (protobuf-codegen-pure-2.27.1.crate) = 0ab617e7aaddcc0df1377da8f396e138e5f75fb196fbbb5c09ff29213b83f9500ddaf8ca28f147b43d413de6579aca669228038e5fee70eeefba06d0ef016e42 Size (protobuf-codegen-pure-2.27.1.crate) = 58054 bytes -BLAKE2s (quote-1.0.15.crate) = 1e53d65b5f27b662d9331ea4131d1f5420745a0849feedabf804304f4a37dfbf -SHA512 (quote-1.0.15.crate) = 76403bfac4e9a018b29ddf8f911135206d4fdc266db38a95cc92f6159a8b436d39d64c4ae6c3fd16ad83117270ed329b6a151d589cab46c75443c57b533dfaeb -Size (quote-1.0.15.crate) = 27281 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (rand-0.7.3.crate) = 4799f94d7d054b269caf818193a2b748557a9d83c3c164d17f408649c4c4e96b +SHA512 (rand-0.7.3.crate) = f9b68ef9446f1ca2c8092c50990f15c1b4cb5529eeeac4df8d69755e0b7253c663c587775e7cb0a7298c31edb444975dda34926759306541f6d43d0d3cf57b7e +Size (rand-0.7.3.crate) = 112246 bytes BLAKE2s (rand-0.8.5.crate) = 12fbacd2e6f4743eb56bf132865ad6d2c58d567f1c689fd646b488b863b9eb38 SHA512 (rand-0.8.5.crate) = 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 Size (rand-0.8.5.crate) = 87113 bytes +BLAKE2s (rand_chacha-0.2.2.crate) = 146af02c29386e4f0a655d58e86724aefa06b67b61fd786eec8f7da94218e903 +SHA512 (rand_chacha-0.2.2.crate) = 1e2117442e4ffdd834dcbf0ea1829e73202c0ff9041d5969d81a59330242145f2753f2a56de2fdbff65f26cf0d227c7d08b2094ab2f946b764aef88106a6ac84 +Size (rand_chacha-0.2.2.crate) = 13267 bytes BLAKE2s (rand_chacha-0.3.1.crate) = 610f5bba921c6e9d0527a13b5bf3ac43ffcddbbfc58522a8c086baef788895c4 SHA512 (rand_chacha-0.3.1.crate) = 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 Size (rand_chacha-0.3.1.crate) = 15251 bytes +BLAKE2s (rand_core-0.5.1.crate) = 6873229e385cff778b4ac96d1b1d9a7b31611c9219bacc24f6d920573eb30d35 +SHA512 (rand_core-0.5.1.crate) = 4f7500b35e165e6c817fdd67a50745d5497d24e554bb554705097e37258751e8755c4d6b8a69fcb5e1977708ba78620bc35d640e4e018fcd4e88d9dbdbebdcbf +Size (rand_core-0.5.1.crate) = 21116 bytes BLAKE2s (rand_core-0.6.3.crate) = 227719def6b8444614f9982b4f761c2d654e08f7f5147f7b9ba6a1468bd758f6 SHA512 (rand_core-0.6.3.crate) = 0fc31f96ca8ebba8c179367de01458e909265e1d627ec0c5620be7c8e83d2f9570471d6ec2cb2bc4bc531505b02fc31f1165708cc1357906791c87123b06ee87 Size (rand_core-0.6.3.crate) = 21938 bytes BLAKE2s (rand_distr-0.4.3.crate) = 9a919cb133948a868fcb9db33e76e996eb0b263c9a3ea4c732ad092f2ed91803 SHA512 (rand_distr-0.4.3.crate) = e5209a78b8ca1af97ac6c6add858ee6d91e67c1edd124bb297f787d37218a5f1afd570252da2eb25738b8d77482df4e93aa1eb3c4a8165f90219410dba495cda Size (rand_distr-0.4.3.crate) = 58255 bytes -BLAKE2s (redox_syscall-0.2.11.crate) = 966aa9bd9d7c476cecd8581e78e76751e31d023861e6f9cd6a100dcb8f500db6 -SHA512 (redox_syscall-0.2.11.crate) = dcdc6335a0db6a01a31b61aaf9eb684f264b36868a351094d3e2fb3fe84f0c4269db89ad40b9e0fedfe1ebe2096baa20e7a6232a4de5a3dda3b7876eaaca75fc -Size (redox_syscall-0.2.11.crate) = 24032 bytes -BLAKE2s (redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf -SHA512 (redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 -Size (redox_users-0.4.0.crate) = 13023 bytes -BLAKE2s (regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (regex-1.5.4.crate) = 236581 bytes +BLAKE2s (rand_hc-0.2.0.crate) = 023872677da2b8ff95c6b350861c253848b10414b84afe097134562545759446 +SHA512 (rand_hc-0.2.0.crate) = bca185612bed5cee4da76fb68fe854105da276f5bf2da464e596d586b925df798cc692ed881e276ab77c36b4b0551930966c93656be122ad05899d87853533b0 +Size (rand_hc-0.2.0.crate) = 11670 bytes +BLAKE2s (rand_pcg-0.2.1.crate) = 2873cbeabc110b44f9dcb2b4c5280875e6c1ae26bd00ceab82967f7e82365fa2 +SHA512 (rand_pcg-0.2.1.crate) = 612c0d1cdc591f80733bf8097e251f02ef7a7e71cafb74e37b63ac68043558045c0c96196200ad07ce7aa9f2d373640c20e598ae5774935c8b52350ec20958ba +Size (rand_pcg-0.2.1.crate) = 11291 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes +BLAKE2s (redox_users-0.4.3.crate) = fafe5c327db7de7f8b6340807a14fb60bdea5ac74634a60379b62c4793cb447b +SHA512 (redox_users-0.4.3.crate) = 0d3366e23cf93e1b0e025a29025eaebfcd1145bd158e2663b94fd952dc2d8a25566819e3a03c4136ca16a6408d37396e2ead0814c3f0c2bb10334dfd0b838fda +Size (redox_users-0.4.3.crate) = 15353 bytes +BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 +SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 +Size (regex-1.5.5.crate) = 238119 bytes BLAKE2s (regex-automata-0.1.10.crate) = 283615bf1114bdcf5a2ebd639ba1889a8a9a0195b566f41226f7e0961f3d5d81 SHA512 (regex-automata-0.1.10.crate) = 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f Size (regex-automata-0.1.10.crate) = 114533 bytes @@ -636,27 +720,30 @@ Size (regex-syntax-0.6.25.crate) = 293293 bytes BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c Size (remove_dir_all-0.5.3.crate) = 9184 bytes -BLAKE2s (reqwest-0.11.9.crate) = a3209a903fa1c0bb461e61273ee632b4fa5127bc8bd62d79653abb97550d7dfc -SHA512 (reqwest-0.11.9.crate) = 32ded6af5b775650de573cf0e3ca1b315b65d5c2710eec2499674c6c4500802d0f4aa7b6ba7a02123b65902e79b990ffed62bb561347c57c02c54637b91afa3a -Size (reqwest-0.11.9.crate) = 139175 bytes +BLAKE2s (reqwest-0.11.10.crate) = 71e8c8e1fdb73e87840c8db91573f0eaba25f76df76087ed48f5db56b071207f +SHA512 (reqwest-0.11.10.crate) = 17727bd585b244c65ec5857899e2cddab7a4284cd17f8fe0066f203bc2f57a2aedc33bf734e02d06a059983e1eecf7c689f2b0a40b7ffd0225302b7ef72a8daa +Size (reqwest-0.11.10.crate) = 140434 bytes BLAKE2s (rodio-0.14.0.crate) = 0c5417664616101a944438f578ca88456ed25126b7357fe63b667648dcc1ff33 SHA512 (rodio-0.14.0.crate) = e44aad2af88b20a9ee209632d374d589115510e99213038b1fb9ab403ddbadc5939943a08dad03d7a0bda974656275c251572edc58fbc581a552317a059b8e66 Size (rodio-0.14.0.crate) = 7145695 bytes -BLAKE2s (rpassword-5.0.1.crate) = 20836f41c2e3b1286a9d6b9011fd90fee7c7af573a4b5e4c7c83bfb37dcdde4a -SHA512 (rpassword-5.0.1.crate) = bcd20c2920734a2f281b9ff924138605ea409d0bea9721ee96100f45eed14dffe65a8bdc8feed7c36d3564c8d902e78e0d2306b3736d03b8f195a9d212792feb -Size (rpassword-5.0.1.crate) = 11109 bytes -BLAKE2s (rspotify-0.11.3.crate) = 5921b35ec6f5efa7a7f2a8322e551a50e01d27c40b39fc8a00247aba59e3c61f -SHA512 (rspotify-0.11.3.crate) = d63ac1f13d7a02a192ae9c59528869e28e81bfa7fccfc553cc6569482dee0511fed6e15cc5ee56ed9546a2a2fde5633709a31de7aefcd7aedfd84b9ce4dbc674 -Size (rspotify-0.11.3.crate) = 2402441 bytes -BLAKE2s (rspotify-http-0.11.3.crate) = 408f8b13226930c0d9c01672b462100a3f88768f24c9f258dc145f5eb2fa9b03 -SHA512 (rspotify-http-0.11.3.crate) = 23753037dfc3893f37159879c48dcf058b4fa40c270010be8a3abd59e77aa2786bc84dde17bc277d18b3b286967b2fcfec20aa900ce09e989fbd386e17cf2b67 -Size (rspotify-http-0.11.3.crate) = 4735 bytes -BLAKE2s (rspotify-macros-0.11.3.crate) = c89a415c5e146037c7207de4873e075a9a22d1e2753b00add9e8c2232dd1dac2 -SHA512 (rspotify-macros-0.11.3.crate) = cd2c3ca5859a4ada1eb109d8d07ae8f38e5b27925e20025fec4d6c85bff90fcba4cdd93aaf64a29521121b8622a9265d1a8f34c13e4642d0249bcc369da1db12 -Size (rspotify-macros-0.11.3.crate) = 2492 bytes -BLAKE2s (rspotify-model-0.11.3.crate) = 4326873f3ffa010f343daa45f389d7efe788a3e53d6b4ed017e1cb532a3f6ef0 -SHA512 (rspotify-model-0.11.3.crate) = f1443a518b13de6da186e84529bd887defef0c5aa31b57e0b240bb0e665a7a837109023edbeb546c3161d640770ca05c3cd4b9e6c7beae1a437d03a8817127af -Size (rspotify-model-0.11.3.crate) = 20812 bytes +BLAKE2s (rpassword-6.0.1.crate) = 3b9c4598d78b05276187e7347749ed98bf8dd5b3578599a8b42ad7578617ba91 +SHA512 (rpassword-6.0.1.crate) = 280487f364bd0ab28abe0264e7698fe188e763cc9bb4a67f904d534f8f60c8b7e1baf22854492d67385d37e87051caabed7b5a219103be950eb04cb595352c1c +Size (rpassword-6.0.1.crate) = 11505 bytes +BLAKE2s (rspotify-0.11.5.crate) = bf0e2b048b36a34e88578e1f9c202a6654c5030f556c7078fa2fef42c3888a83 +SHA512 (rspotify-0.11.5.crate) = 42e78a7a428611ca93f8a454791a615477534e11ef41f8d4cdf3fd79187b137756f38b1fa43fb5c34bef3d48507bc10908bea00e3cadf36f96a9792cd68bf2b4 +Size (rspotify-0.11.5.crate) = 2403957 bytes +BLAKE2s (rspotify-http-0.11.5.crate) = 0791c0b32a4716164b35efffe493fa32328ce44700b9aaf3da736c70af69651d +SHA512 (rspotify-http-0.11.5.crate) = eba1030a77583bccb21bc3b5341aac1065dd8dcaa1cd237a44c08753eb5cb5e307541277dd94422a116f44a8adbba654f83a009f1abe9c43a8ad8d22567c5804 +Size (rspotify-http-0.11.5.crate) = 4754 bytes +BLAKE2s (rspotify-macros-0.11.5.crate) = 951c1f3e9b2ac235032969a80c9f18ae9328401a575dfbdef542b17511db2944 +SHA512 (rspotify-macros-0.11.5.crate) = aa0f3e46a003d3c8f037c1f411b366a2680e583e66c7c1b0014ee1dbd8d430b4cf0fb8ce332c552174fd491e8b19d8819744573aab12d34f89f9de25a7863918 +Size (rspotify-macros-0.11.5.crate) = 2506 bytes +BLAKE2s (rspotify-model-0.11.5.crate) = c4ea402e6c76243e03c723c45e89de9783015efbf1d28bd118a04adda57f8011 +SHA512 (rspotify-model-0.11.5.crate) = 7cccc005aa853d6f5d1dc1d4c9cf9472225709d7a7b0024b8bd606810e5c3b116d9c1f7deee0abac25b79064fe1d5a49096b94041dbe9b3a999073233e68b0e2 +Size (rspotify-model-0.11.5.crate) = 20985 bytes +BLAKE2s (rustc-demangle-0.1.21.crate) = c8b8fd7db0d19e4d07c9d51ddd54669c788f16043cc21e2140e7bf816d31773e +SHA512 (rustc-demangle-0.1.21.crate) = 4031b26863a726cc6d3398b48682e0f0f9e5665abf20a5d35343a904ebd7c0d3752dcdd3a049b2bfa3e2a303214dc39a2980700bcc64464f7029be3c7f34727c +Size (rustc-demangle-0.1.21.crate) = 27920 bytes BLAKE2s (rustc-hash-1.1.0.crate) = ba3940200a72ad4ee115b0ef61c7c32278f6a3fa5d913220d1bd72362ef63aaf SHA512 (rustc-hash-1.1.0.crate) = 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 Size (rustc-hash-1.1.0.crate) = 9331 bytes @@ -669,9 +756,9 @@ Size (rustc_version-0.4.0.crate) = 12175 bytes BLAKE2s (rustversion-1.0.6.crate) = a82b3505b23caef2f581ce87720e125119abec4591214cd2ad8aa907eac62f03 SHA512 (rustversion-1.0.6.crate) = fa9efca7e49eff6c510d062d02fc73d15341b1fe16d24dada86108202a4295d2e0519aecf3f1701540cd4d49a513c05e74d3d27e21e5eb3cb1aba46c70a992cc Size (rustversion-1.0.6.crate) = 18380 bytes -BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 -SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb -Size (ryu-1.0.9.crate) = 48391 bytes +BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2 +SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 +Size (ryu-1.0.10.crate) = 48485 bytes BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c Size (same-file-1.0.6.crate) = 10183 bytes @@ -693,18 +780,18 @@ Size (security-framework-2.6.1.crate) = 71688 bytes BLAKE2s (security-framework-sys-2.6.1.crate) = 14b6de1183aa39ccb421f1b2c2d3b82214ecf18a08c7a21f53a28c1851361a76 SHA512 (security-framework-sys-2.6.1.crate) = 7315c0d67d2e792932cd6634cbb9da5021c8d9a1a1e96b9d92c6718d73be3aafbc5613cb355fa1a3d1860f13c62e829bc220b43ad18d739ea1b5aece0cab470a Size (security-framework-sys-2.6.1.crate) = 17717 bytes -BLAKE2s (semver-1.0.6.crate) = 04c1457a3a831630cb586816a9f595962b7c0f2bc17d5843e225af7fbb1370e3 -SHA512 (semver-1.0.6.crate) = 0470b9a3a6d398233d19a8240de3b0d18c4cd8f8fc6887658baac4053c88463d5de9b7145a564abd43f813e03b75a26050eedc1689450895953bc7f96b64859f -Size (semver-1.0.6.crate) = 29941 bytes -BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 -SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 -Size (serde-1.0.136.crate) = 76158 bytes -BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf -SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 -Size (serde_derive-1.0.136.crate) = 54776 bytes -BLAKE2s (serde_json-1.0.79.crate) = d12eba94c3e529435de4c570027e0035cefc74b5d14cfd0db96e5ea508f51c0a -SHA512 (serde_json-1.0.79.crate) = 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 -Size (serde_json-1.0.79.crate) = 144451 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes BLAKE2s (serde_urlencoded-0.7.1.crate) = 4d10ffcb9e7dc7e4f2d2e0ac6596c7c9f3b12e3f05799bb5219b0f1e0acd7629 SHA512 (serde_urlencoded-0.7.1.crate) = b209ad01b6565e95c1d5b431a3f4f8a0df3d11c2a06a44123048bfa4b34ebb6807eec593f0c1c89de3a06ac3786a14747df9c70b4f4d5e4b72b4feb53084eb60 Size (serde_urlencoded-0.7.1.crate) = 12822 bytes @@ -714,9 +801,9 @@ Size (sha-1-0.10.0.crate) = 12239 bytes BLAKE2s (sha-1-0.9.8.crate) = 4df35458fd60770564128e6246f845908ce3db548fe1dc5ee9e04afdff4d66e5 SHA512 (sha-1-0.9.8.crate) = d4708a762d5f3dfd902ed335f0383cf63b442f95b1aebbaca3643606ed2480060d2ed04f123d0c44496147ecbb06a093980b435f9d3ff9e0f5c908389736aa9f Size (sha-1-0.9.8.crate) = 14029 bytes -BLAKE2s (sha2-0.9.9.crate) = 6ba4583fe7b47024766ef12cb29a1afd337fe48f037c823676352ff4f884c894 -SHA512 (sha2-0.9.9.crate) = bc267467089ed546edc1caaa7a00f3f769fd1d5deeb655c1968985d284bd32e4fcee4e721cf89c30e8c3cadd2f88ac557b91f90183cab112702c587f753e5877 -Size (sha2-0.9.9.crate) = 22247 bytes +BLAKE2s (sha2-0.10.2.crate) = a2b69b10c66c187e6b2949c5b55ea77c2f8d45b0de74e687e14d343a635ed1c8 +SHA512 (sha2-0.10.2.crate) = 20b8217ce9b56fb5f2c1d71d3555889bcfcf5e40fb7fe0eec23479d384dfcd504f1046d6a12dcbb5072813792992b45261e664e9e8e14eb90a641e94336eb4d2 +Size (sha2-0.10.2.crate) = 20213 bytes BLAKE2s (shannon-0.2.0.crate) = 57371ac13bc48159065ab4e240a79a5293961d2e55770c2241d1857e130ebb39 SHA512 (shannon-0.2.0.crate) = 1357ab46f32c4a732fb5373166b1fafce53d1292f6a259d770c1514686f39af9ffc2399dbed405c360270aec8ba6e2faeea3844fab385f3b52bd2b0d29b0a3c6 Size (shannon-0.2.0.crate) = 3503 bytes @@ -726,54 +813,63 @@ Size (sharded-slab-0.1.4.crate) = 52479 bytes BLAKE2s (shell-words-1.1.0.crate) = 84a7e31b11cf452d0d0606c8e6d6809ce707d4e1abe35546491dd262010f4912 SHA512 (shell-words-1.1.0.crate) = 05c280a8e1f65b205746560a82e397689a3b5ec934219b558ece3a25efbfdefe903f9172319240e96039b38fb2c4be6e070805aedbdfd10344d9144b9c93de00 Size (shell-words-1.1.0.crate) = 9871 bytes -BLAKE2s (shlex-0.1.1.crate) = 0561091e3fc7193d204f17cb025527beacb48f6e73446a1d6227a62187c77c0d -SHA512 (shlex-0.1.1.crate) = a4d202897861ca7955a3561dc1b0fd0307d77948c9b97aa0f8b9caff2b9721d2836a08760d308675973b0e9c7bae92e4d5fbd2a2497cba9e5aeefbe31075e069 -Size (shlex-0.1.1.crate) = 5687 bytes -BLAKE2s (signal-hook-0.3.13.crate) = 9809c7c313a00847f91bcb67ed0a5535b8f5ecc3a7303608d29557e2ddd3b228 -SHA512 (signal-hook-0.3.13.crate) = c4632d31ca158fdfba5da44585f0d6211469ee17b7e22d86688af11b4ed976b0134e87e0ad686dc2e5a8fac0ecb08838108080ac875a7b55322e0735ff1ccfdb -Size (signal-hook-0.3.13.crate) = 49252 bytes -BLAKE2s (signal-hook-mio-0.2.1.crate) = c616cd00d1ca4cc97be4a8c3a38a1a24ac08ece19cd29c14681084de3700cc9f -SHA512 (signal-hook-mio-0.2.1.crate) = ca95684574e2934e138fcc2bdd023960cb4207095916650710e76b6fa32f8bfbfc8c5119d3bc92e31a55a2edd6e63b47a2119ff31cef5ba63719b9bec0b438e8 -Size (signal-hook-mio-0.2.1.crate) = 8893 bytes +BLAKE2s (shlex-1.1.0.crate) = 8fbbe4538951c4b992b291adac09ecfb2cd8e211b71c0dbcc010e8eb8b277f07 +SHA512 (shlex-1.1.0.crate) = e51892298dd79dc7cf04d7e6f0a03e4850a57b15cd75e6e3b56e2a0b15d4cb85ee8afcc14e3727d193c8b91baec8c2864a9c800834ee4d18a1be584f17591752 +Size (shlex-1.1.0.crate) = 5199 bytes +BLAKE2s (signal-hook-0.3.14.crate) = ac9086119f9f59badae90a83ae739a0993551d075e13ecaddea5e23f84c9eebe +SHA512 (signal-hook-0.3.14.crate) = 32ecf012e46b94d3a87f2e56cd4c03a97886013309a4e52ef3e7769ed14b49ae2814bb6346cfc9766525dcf15db4182d260d3c9311134e3e6f5301c58729442a +Size (signal-hook-0.3.14.crate) = 49446 bytes +BLAKE2s (signal-hook-mio-0.2.3.crate) = 3978798249d992e347f94de76b52d3de9fee88b4624e5c37f332ad76f253be37 +SHA512 (signal-hook-mio-0.2.3.crate) = 98429330c109dacbeca5f0788d993d1ec2830b6f95886a433592b2096508dfef2027d62a99b985654dfcd927f7f3f93fbfc19361f8efaef5efe84cbacfc1ab08 +Size (signal-hook-mio-0.2.3.crate) = 9064 bytes BLAKE2s (signal-hook-registry-1.4.0.crate) = db9859d4134f20ba9a43f1fcf0c2a95e441648e66f760a69f78ce0efd164d6f9 SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d Size (signal-hook-registry-1.4.0.crate) = 17912 bytes -BLAKE2s (slab-0.4.5.crate) = e7ad12f3e55e202b119e7dd9cd5e90d2f8c15337d434836a1f7c6b0d34e71191 -SHA512 (slab-0.4.5.crate) = 9ab2db11b5da437148486a7da44f06eae2572a735764711145738f9da66b1ccbb8b974ebe3600d1ff7a6ddf07d1fa9dd04c9207c4ba54eaa8311c41d317182ca -Size (slab-0.4.5.crate) = 15888 bytes +BLAKE2s (siphasher-0.3.10.crate) = b02896dbacdd7733bb3355e952a6d76a8a3f004573d5ee887f8534a3a8fa83b4 +SHA512 (siphasher-0.3.10.crate) = f90425a2cccc9575d377bb92a765d34653ddef1ac12b7c63dc6d700aaa74b525787e11609061c2d3e44ea56fe0e4b8f93f7b13f0279b5de2e0f710c5caffd4ce +Size (siphasher-0.3.10.crate) = 9889 bytes +BLAKE2s (slab-0.4.6.crate) = a269af42bb2b906af07031fe84a13842abb5681c2f2e519b7c1fed5506df666a +SHA512 (slab-0.4.6.crate) = 788837db210be63579eccf12d96fcaa3280c7515bedebe3040a71ed27d013430815ebc74acc06280daf22c0b16871bad210981d32615c26cb1da344b4b0d9488 +Size (slab-0.4.6.crate) = 16067 bytes BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c Size (smallvec-1.8.0.crate) = 27992 bytes BLAKE2s (socket2-0.4.4.crate) = b552556efc0901934f3ff31724ae1a93e0211b1c6446e9b7bb14bd26b4c3bc21 SHA512 (socket2-0.4.4.crate) = 6624fb9b933763c22e6114a8f72c6af0969912717017dd5b13f1b5df19faa1b160376c12e8c8023c435281f6a7864e802f3c4c535de8a345fe206652104f2cd5 Size (socket2-0.4.4.crate) = 44048 bytes -BLAKE2s (spotify-player-0.6.0.tar.gz) = 852766474920c84e14928bb657c3b9e12951c1fce00264ab40a697e96b94374a -SHA512 (spotify-player-0.6.0.tar.gz) = 3ca0e2bbb0445d55c24dad0b74fee1c900628c57bc0894d1470c29d945a8115b6fc236d3eedefe404be864f137c1ea3f8c71a15f21a73d4962075cfb99dce815 -Size (spotify-player-0.6.0.tar.gz) = 70722 bytes +BLAKE2s (spotify-player-0.7.0.tar.gz) = 88ed3e5fbc94570522f7a75726b1bd06f5b985ff04ffae6a19c89c188b36d7d9 +SHA512 (spotify-player-0.7.0.tar.gz) = be8b71febbdaed21cf8775e6aa941c60d298e5cf89ef4402efd2ab12ed81f1e767bc078c89b7c3b526599d4e4544010f9261a5bc1f4d621e50e9f6a5226914ff +Size (spotify-player-0.7.0.tar.gz) = 77723 bytes BLAKE2s (stdweb-0.1.3.crate) = 70ab5dcc702cd10b958c806d6fe45867dc4f899db2613b2c8b8014f212969287 SHA512 (stdweb-0.1.3.crate) = d7119427aae5d37336b8cf0002bae9c0d76a87a6865dbc9cc4c1f9abe64efe8d861c149b3975c6b3481a804e20be4fa28619257c233d3ea3d550ebd550ca5fa6 Size (stdweb-0.1.3.crate) = 90221 bytes +BLAKE2s (string_cache-0.8.4.crate) = f2bef18ebec8862b53986f3a5bbea15d1e5fd0cf60626d48e4c358dfe6cd1bc1 +SHA512 (string_cache-0.8.4.crate) = dff6d359226fd2c4ea5934a3d5ea73324d548ec235cd9aac8c233f2d9e67ba9b045ee598a34063839eb5b906d344a70fe3be65abcbe106cb9ff79cbc40b833e3 +Size (string_cache-0.8.4.crate) = 16380 bytes +BLAKE2s (string_cache_codegen-0.5.2.crate) = efefb70e1a210ec7c031c77a34533efa0254066d4e758ae959ada70e3519e75b +SHA512 (string_cache_codegen-0.5.2.crate) = 01b9b1a865878537f657adf908159fd04f3f2ba4e70f8c632b73d0ed5a8a09fe2bb9ac8ac4397dec1f50d771dec33fc5d3f9e68dbf80cc177118665b2c67e864 +Size (string_cache_codegen-0.5.2.crate) = 8156 bytes BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 Size (strsim-0.10.0.crate) = 11355 bytes BLAKE2s (strum-0.18.0.crate) = 476bce4f1091258a921e81aa5d6fb6c0cf2a1d030fac96cbfb4800521c14192e SHA512 (strum-0.18.0.crate) = ed81f891fdf8a2bcf563b1b103d9cd02a2ffbdbb8c33c1be5c09920c4d1ab5409d0917bebdd4a13573a44be626dfdfe3d0892c54c7340a2f8fff7a56c4f4dac7 Size (strum-0.18.0.crate) = 4207 bytes -BLAKE2s (strum-0.23.0.crate) = 5d779ac9d6c8509665974eefce967f50ae8ba5470f021b07982d6ad4227e5383 -SHA512 (strum-0.23.0.crate) = 1cb554f3b15e4caf8c863859000cf47de86d1e6e41531166012ed7cb91bc18d71a4420a1e7c5a097c36a24c39e7e3afbf7a4055fd1b9e4854b6a80559755911d -Size (strum-0.23.0.crate) = 5429 bytes +BLAKE2s (strum-0.24.0.crate) = 569ff003929c8edb2b7e44ef76e375cff978556d99dbd65a61b9243e13f1401f +SHA512 (strum-0.24.0.crate) = 9136deb6bc6c4d48123b2df0f0bb4a46212622ed7bf92f6080a6520e7ce8610f7b55102357cd50d635977d7cde13581f80ce372d8473733b66070e4945166dd0 +Size (strum-0.24.0.crate) = 5524 bytes BLAKE2s (strum_macros-0.18.0.crate) = 1aa6ffb04c52087017b3098845732d6f35f3c6e8a1fe87358517806955fc5c64 SHA512 (strum_macros-0.18.0.crate) = df13553e2b89b2c87be3948f4881434a5eb851d0318fafab9eeb9764ea56ae8ebd50639d10fa508f674442a859d4cbd4d344c7d1253fc7f8eed3443891f4defd Size (strum_macros-0.18.0.crate) = 10229 bytes -BLAKE2s (strum_macros-0.23.1.crate) = 2289836761f83f95bd956ff7048d0984cf936be4c7315da6269d676891a01495 -SHA512 (strum_macros-0.23.1.crate) = df06d2e6cc4999d643eab7bbcf8ffdf91b7c3c507b075928c07516d7f3abaf419d833513619ea083d6d05b80656b0828a6ac13fe48d9bb99f809058f5888d606 -Size (strum_macros-0.23.1.crate) = 18203 bytes +BLAKE2s (strum_macros-0.24.0.crate) = b765daef721959ae31b7929b868567357f7590cb3d4a5f3ee84ffec8b0fe6b91 +SHA512 (strum_macros-0.24.0.crate) = 3a6a13d8c705b71dfa69857b04e821e63df21109d4469363e5eac51299a135f98865b6eaec5826949c4d8606d7b5242393ce57de16bb0318e40f73de284ba65a +Size (strum_macros-0.24.0.crate) = 18785 bytes BLAKE2s (subtle-2.4.1.crate) = e8706acb82af8e762dd273696394d3cd582d29db6ba06c4cf6df410374df3aaa SHA512 (subtle-2.4.1.crate) = 7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a Size (subtle-2.4.1.crate) = 12630 bytes -BLAKE2s (syn-1.0.86.crate) = 391940d34709d32841390ff9ab418418a9356f63323c41e2b889d9e16f6cb109 -SHA512 (syn-1.0.86.crate) = 1462dc9fbf0a89b023421064908c7e349ede23c986eddcb8d260559b5e1346fe0206c88e5317eea7e8293ea58b94466d486fae3aa57a1dee4220f5431b1fb68a -Size (syn-1.0.86.crate) = 235126 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes BLAKE2s (synstructure-0.12.6.crate) = 891c609ebfe33301f1b9f08e42abbe31f2de2a7f8d769fdff2c51747acbaa4f7 SHA512 (synstructure-0.12.6.crate) = 6ec5dd7ade904fb6d79c2be595886289846e064b8c4100f780d8adfcbb41e6ca67f4b1d682212f4673c2169f889a042049b31161ec3cebc3f399751124f01f9c Size (synstructure-0.12.6.crate) = 18429 bytes @@ -783,33 +879,36 @@ Size (system-deps-1.3.2.crate) = 15866 bytes BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e Size (tempfile-3.3.0.crate) = 27578 bytes +BLAKE2s (tendril-0.4.3.crate) = fc038ecd041dd1e29e7f48a9ee376f7559e4c60192f46f36e7c199adf46c40c2 +SHA512 (tendril-0.4.3.crate) = 53f074aec6e59717fca280b1764f6c2e0a1c073336f48d012ff268a7189697d42d24a91a6a549c7d9e1fe8b0006e34c219f4dba3cc95247d3905c6f8a6a8186f +Size (tendril-0.4.3.crate) = 37210 bytes BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a Size (termcolor-1.1.3.crate) = 17242 bytes BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd Size (textwrap-0.15.0.crate) = 52998 bytes -BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (thread_local-1.1.4.crate) = bfe0b6715ed4534b4ce88a19a6ca1bf287ed0943adad0d6f65c9e0e8ab4dcf6b SHA512 (thread_local-1.1.4.crate) = db7ff3eb88a73d9313dd58d72397614c5aae6be1d64ead7f16535cae2857be3b27d189e7955308591ec64a0d67777fd2a62a2b124ca73facb9a2d8e0458bdbb5 Size (thread_local-1.1.4.crate) = 13106 bytes BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf Size (time-0.1.44.crate) = 28885 bytes -BLAKE2s (tinyvec-1.5.1.crate) = 60cbb8e5e15e17f378e4c83b65ca583df647d9d8bea89b565f80ac829415087d -SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 -Size (tinyvec-1.5.1.crate) = 44942 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (tokio-1.17.0.crate) = 2a3ae53438b8a62c905519e4218bc8d8f33ccaca3469eac1c4f997d10d332600 -SHA512 (tokio-1.17.0.crate) = 7024d06c718261f5a992e1e5fc09e85ccd59009a462ce8d2707214f5117c991f70d823995b19ab453d2863b3a469f8228a3bdbf2ed51f25728061ecd706fe0c1 -Size (tokio-1.17.0.crate) = 562425 bytes +BLAKE2s (tokio-1.18.2.crate) = 233d31ba356faa1800683b3fa64dc3dd6cb0fd929a709afa9e37b3a64ddabbc5 +SHA512 (tokio-1.18.2.crate) = 4fcadd729aa38eebc4a3e69cee10236a0867423035715a80595f43bfb21d0687fe6aa49752820d05f7885019e65cf78ca2bc34d01b248e6c067a7b781b4c636a +Size (tokio-1.18.2.crate) = 572381 bytes BLAKE2s (tokio-macros-1.7.0.crate) = 6f31ca0adf1dcd94af787ef7050f37e7800cc66801bbace64877c2bdada7c553 SHA512 (tokio-macros-1.7.0.crate) = 30c57950d4477a92043683fbc654e8cbc23e87a34276ec11e33ee094ef3cab1bd3e5b2574b3b65030e04ca937f9046d024ec50506ed4eec2ce9ef4d295e7e8cc Size (tokio-macros-1.7.0.crate) = 9261 bytes @@ -822,42 +921,48 @@ Size (tokio-socks-0.5.1.crate) = 16137 bytes BLAKE2s (tokio-stream-0.1.8.crate) = 5bcc416b969fff833122df0608fb6e97ef557828850a32134c4bd2eac45cfdf6 SHA512 (tokio-stream-0.1.8.crate) = e4e3b3fc5b963279ee1c4ca51388639ce6009a6a4d4c6680ff19fb54639042e3da6ad5a7e5abed7e0b2ef0b336f4941caae965742e16d896aacbdff4a4f6ef65 Size (tokio-stream-0.1.8.crate) = 30537 bytes -BLAKE2s (tokio-util-0.6.9.crate) = 1b54da286497b272b7ea7f269d6a409614c3b4d60857c6aa8bb776b7633b05f3 -SHA512 (tokio-util-0.6.9.crate) = 95b1bf648106c73bc9a3e63cf438a5fca2969cd9425dcb54aa31f5471a6d68cfd9fd99da0b8c86a3b268e618be77f3957d7c88fa072c970dababa4d8965f916a -Size (tokio-util-0.6.9.crate) = 76480 bytes -BLAKE2s (toml-0.5.8.crate) = c3c1c927b8bb8ed0cfe2f2796712885aef2602f7faa900a994390a5f61e6b2ee -SHA512 (toml-0.5.8.crate) = 26b7901ee4b7cbb4cf8ea57d365a99ed05e0a76e73452e47d4bcb3b4eeb7bbd393c13eea9ea33dc13622942efcda39acdba9425b74b40c920c9f19673a1f2082 -Size (toml-0.5.8.crate) = 54219 bytes +BLAKE2s (tokio-util-0.6.10.crate) = 1b2975f26c2a190c9ac1e73781cd328ffe41c87b97ea3515eb6ba3d595406794 +SHA512 (tokio-util-0.6.10.crate) = 0fbf96817b32fe561b26793e599377e9b58c28513e48d0ac070e81f64c0c64fb4d41a626f27b841e88970e8beb75fc2e94a8e9564e63416719756a9d845d8bc1 +Size (tokio-util-0.6.10.crate) = 71140 bytes +BLAKE2s (tokio-util-0.7.2.crate) = 3a29e90779747cb3e13f1a93f3f0210f955fa9bf4049b1dce8e0287eb31eb737 +SHA512 (tokio-util-0.7.2.crate) = c67c0ef7fa90a07503f932c2d11e27077570681abf6ad82773e0408c2f7751feda4208dcf86ea1ceef721591541a25328ba1b38a34653f4196433f2314549d87 +Size (tokio-util-0.7.2.crate) = 82006 bytes +BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e +SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 +Size (toml-0.5.9.crate) = 55667 bytes BLAKE2s (tower-service-0.3.1.crate) = 3c26f687f05fda7e3eb65868679b8a86a283e0c7b69fe6a13151874ba1a885dd SHA512 (tower-service-0.3.1.crate) = d23f9db2d6632f561970b55eaeaac22a20c8b9af18931cd564db193688eb2a2973127b440e175cfd7358f3d0ead53f7a759e34b7b86c293751079af9c2181ba7 Size (tower-service-0.3.1.crate) = 6299 bytes -BLAKE2s (tracing-0.1.31.crate) = 66b3d2e4e211419bcba8433e2f6c4df631cefe05cd509d2c9982d0f8a2887a76 -SHA512 (tracing-0.1.31.crate) = c43bf98bc67332f67fbeaa067c430b99aed88bab48fe2dcac19eddd3704a76daf3e587a50f86dd0065fc359de7ff09d3a359160421964d202a0715b2862f2e96 -Size (tracing-0.1.31.crate) = 77638 bytes -BLAKE2s (tracing-attributes-0.1.19.crate) = a1ba30b6056741ceab3256def5374f762a9efefd981876f93d8bce57e3acb1ab -SHA512 (tracing-attributes-0.1.19.crate) = 2ec00ee73d0dbfc53dd38b137826fee32495efd0c8889f2f10195d4519e00bc513931291101a00ccdf9b7f3ff0f2377abf045f5d58f312e7260daded0ce0b640 -Size (tracing-attributes-0.1.19.crate) = 26201 bytes -BLAKE2s (tracing-core-0.1.22.crate) = 8df994175773c9e3ab3f38815eefe91a97feab50f6daf9c57748feb1822114f6 -SHA512 (tracing-core-0.1.22.crate) = 500e74a0a3a54599bb4614b6377d9d721635dd4ce0119697fb234725db8b60e6aecbb850d7dd311af4796e47b060832fe3be39324d484a039e9b8a08d36c3ab2 -Size (tracing-core-0.1.22.crate) = 53199 bytes -BLAKE2s (tracing-log-0.1.2.crate) = 6a1bce51b42e3f21a88877b504acf1c446ce40efb2facc15841f12b8b971cd42 -SHA512 (tracing-log-0.1.2.crate) = c4e146026ea7b27e79c630da9994dfafb90f9bdd581f51cbd5a5f985b0e60b2412937214e0365203148eb91f0a5ef3644e64757dadaa10287a097ad85989b620 -Size (tracing-log-0.1.2.crate) = 14915 bytes -BLAKE2s (tracing-subscriber-0.3.9.crate) = 91a12f324f8c8e93e8b2ff1e00b3ce18816abc5a0fd472265788df3e23d7f170 -SHA512 (tracing-subscriber-0.3.9.crate) = eb4a96dc635b02ea275f014582b9f1f69329c79e8ecec881a97e81a4b7ecbe4b68277000c59bae8f0a40184bef95d9603f621e49f1708d2e28e73433bc19e5e6 -Size (tracing-subscriber-0.3.9.crate) = 171130 bytes +BLAKE2s (tracing-0.1.34.crate) = 45fc86a5da0978582953a6ce54f799046d6b3bad3a6acb522f4615110adee143 +SHA512 (tracing-0.1.34.crate) = d4641f3f239d158547d7c811a80cbd2d1d7df366122dcc678d01844988ef3c5f5db637707e7e91bfb2ea16bef5463d52f8a481d1a9804bac197157453b5877d8 +Size (tracing-0.1.34.crate) = 72775 bytes +BLAKE2s (tracing-attributes-0.1.21.crate) = 2d4b65e87ee559f288dcc372e03ed967094166a5d4ea11a9e008e1bb4348b2d5 +SHA512 (tracing-attributes-0.1.21.crate) = a48da3338cd86e7d9a196e06505d53a6d60278bcd3b709e175219c8d1cbd9c0191af07c335b6401a157563e22d75dd13d5be664c02913c289079bfa667f99e65 +Size (tracing-attributes-0.1.21.crate) = 27552 bytes +BLAKE2s (tracing-core-0.1.26.crate) = 4f3fc2e70a67c82c710e817d9ee19ace59116030da54da39c3bd23071b6e5643 +SHA512 (tracing-core-0.1.26.crate) = b9d44c307d0fee51675bef07ed7f7d2eb8de8a6ffb37256994f3485f7f80e40f1fa9de1663e5360f945270f10d22e42cd9af60193449bd0a0d323895e994bdbb +Size (tracing-core-0.1.26.crate) = 53727 bytes +BLAKE2s (tracing-log-0.1.3.crate) = c8c68cc5b0d9aa96efc73cc4bfcfa51b91395bb89e55c32f2a3953045fe18659 +SHA512 (tracing-log-0.1.3.crate) = 440cb8ddd5823cd0d86b68bbbf29f6886d5800f95d0aaa9477f98f188013fd009c2b9bc982b17efd08abd071bc70ca511f988b9db8c21d8e3d323fb67614d289 +Size (tracing-log-0.1.3.crate) = 20549 bytes +BLAKE2s (tracing-subscriber-0.3.11.crate) = 50f54f66c776b909febcdb5431101510b2809190dc76b1edff8cb4495cd7cf10 +SHA512 (tracing-subscriber-0.3.11.crate) = 5d45d5108742aece42bfe7d6f6ed71b0bee81c3e3e3a3117489ec5d4d4ee9c23c157077ad5020b74b019d212fb2a46623e93dc57a7f6bc0a1a853981ea097493 +Size (tracing-subscriber-0.3.11.crate) = 184827 bytes BLAKE2s (try-lock-0.2.3.crate) = 7293ce5d84b0272de938d6be94e4aace28cdcf2584e617daed1e58fe68a9c068 SHA512 (try-lock-0.2.3.crate) = ebae7ba9227e6fc20499b48ab85169943765342d4790bb4a31ac33a2be0af9401e2854c8e00b9d3b7e225d16875c90700b1c3fa99af07833d3b7a91b7a414fc3 Size (try-lock-0.2.3.crate) = 4158 bytes -BLAKE2s (tui-0.17.0.crate) = a88157addc9b0b4a248822edffe529505f2fbb5273beb3538fb7c9431251eeaa -SHA512 (tui-0.17.0.crate) = 3f923ea3320ba4d5e28fb511f4dac6d903e8b80ab1a7bea0c6a8eb5223f036026893442ec15f423b8c9f866a76cde0c97a1389285be9af667a7ad35b94dd3a97 -Size (tui-0.17.0.crate) = 139547 bytes +BLAKE2s (tui-0.18.0.crate) = 86152699f47fa3d09a7bc7478fbb543fc8b5e646e93e4bbc81119962de9ee8b2 +SHA512 (tui-0.18.0.crate) = 6cf86df7df5ad8bb06e60c33b5d93c46634fff66533e26bf095b1e976253eec047ee30b0e0256202cfc5b477afffa7e967701bb5c28fe46917020c4ee30bb8f5 +Size (tui-0.18.0.crate) = 139948 bytes BLAKE2s (typenum-1.15.0.crate) = 36a47ace00a92a52369622e3dd8a02c9d20b73e6171ba04e41d3b746b3c267b1 SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288 Size (typenum-1.15.0.crate) = 40741 bytes -BLAKE2s (unicode-bidi-0.3.7.crate) = 35877a9b5d35d0c75856b237e5be0c43f956064b9af25b8c3345134aa8c0a756 -SHA512 (unicode-bidi-0.3.7.crate) = 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf -Size (unicode-bidi-0.3.7.crate) = 33759 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes @@ -867,12 +972,15 @@ Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes +BLAKE2s (utf-8-0.7.6.crate) = d1cf10b67c9ef847d5d613cb779ff641388d4ecb8dd86a9b299fa94aac7097c2 +SHA512 (utf-8-0.7.6.crate) = 6bf0787cc297a1ac4e47389464d05ef6850602f549621687e776618bec96c1f7bacbb1ac8faaa63e5d28d975b850db8d6c784eb66e2466128f0521b91c14015b +Size (utf-8-0.7.6.crate) = 10422 bytes BLAKE2s (uuid-0.8.2.crate) = 8bf7347fae8f81652c57eff0283e90003a269e07df2a17c66e3000b8d96503c2 SHA512 (uuid-0.8.2.crate) = 5a1f5ead9a920b9bbc120c02049c24b62ec215765e486d3a15c5015ef49fa506206efb737e6f6555cf6e2eddddfe55f0ca1d7dcfa9aa8bcf3e0ef570a54fa2d8 Size (uuid-0.8.2.crate) = 37909 bytes @@ -900,27 +1008,33 @@ Size (want-0.3.0.crate) = 6550 bytes BLAKE2s (wasi-0.10.0+wasi-snapshot-preview1.crate) = d18ff4a69561016b824c0dcf7d226b557c48b264c672917f770d8283aa6383a4 SHA512 (wasi-0.10.0+wasi-snapshot-preview1.crate) = 88e2da617f50d9ebfb1e0c5857321fb86b5ee88ae8a8d199d3cc092e0f39688a2cb68503f7c6bb09dd6bc50a9a03597a1eb2e032150fbd0d0b8afa02ad771c88 Size (wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 bytes -BLAKE2s (wasm-bindgen-0.2.79.crate) = 1d4a45fd59d4b89163d131d28eb97a21fd7a107c2e1695d0365e535c11b1d3d2 -SHA512 (wasm-bindgen-0.2.79.crate) = 30bbf75950c1f55560d88aa2ac37a00c55023974a73e59db575c16addad52c03eac401297be664f1f7bbd202dbba9f33c293ce063f4523082f5b2eec33ee2f85 -Size (wasm-bindgen-0.2.79.crate) = 164276 bytes -BLAKE2s (wasm-bindgen-backend-0.2.79.crate) = 60100a13829923b56ae6e0f456862d540a01b80492419bfce05dcf2937c0fbc2 -SHA512 (wasm-bindgen-backend-0.2.79.crate) = 8463996051ff7af350d32a871ebca080c434ead1c47d6f4e7b39b406adfab249615cc84d775ab550ad2a23a9af6514ecf9538d0936c54a2e253109c962b198f8 -Size (wasm-bindgen-backend-0.2.79.crate) = 25776 bytes -BLAKE2s (wasm-bindgen-futures-0.4.29.crate) = cb942fea1c77750d5b9400df7034519f74cebd397c62fdcfa79d73fbf40db494 -SHA512 (wasm-bindgen-futures-0.4.29.crate) = 74c1c80f7fa04c18feda38691d4bbf02a7c31d90ca503db1e4d7efe4122cfec57ca50557fd3edba88f7326c4ab2ea9ae211ba6e73c358f4685e1da463fa9ac99 -Size (wasm-bindgen-futures-0.4.29.crate) = 14730 bytes -BLAKE2s (wasm-bindgen-macro-0.2.79.crate) = 553db2bb0878f5d2e2f35379011223ef30c69c8ba16b4a136515746cc03a2299 -SHA512 (wasm-bindgen-macro-0.2.79.crate) = b4d6b7b70ad6b1b2017726032923965f1bd0431a1badac1d050ef2539815cf9b705f7668da57c1bee2b7ecdf403c7d1c753217d25b8acbd32cbdca110c69c99b -Size (wasm-bindgen-macro-0.2.79.crate) = 11806 bytes -BLAKE2s (wasm-bindgen-macro-support-0.2.79.crate) = 3df24a1498a044550df6652fe2c95df30586d9c7118454ce7e648c7563b09173 -SHA512 (wasm-bindgen-macro-support-0.2.79.crate) = a8b83cc222889b8d90801787c99a92c93383a8313f16d96949598e137e47cbd5690cedbe97cc610e7d72042462beb6562124a0fca6e2e777d4133ede376a9b99 -Size (wasm-bindgen-macro-support-0.2.79.crate) = 17861 bytes -BLAKE2s (wasm-bindgen-shared-0.2.79.crate) = f6b66fde685244e0d0d5f25150ad3794994e6f2d45501ef4e8fecb1b4cf12199 -SHA512 (wasm-bindgen-shared-0.2.79.crate) = f81088018534c91b542d5a9085509544ea47c3a1ac13291e9dc291c23bf1a912bc61cc64d94469ae5de3b98010270956f222a08e462332ccd0b450c8f198af74 -Size (wasm-bindgen-shared-0.2.79.crate) = 7204 bytes -BLAKE2s (web-sys-0.3.56.crate) = 2b6b8fdf6c9cb3caaf96c7965b36303b72280e41d2acb7401d63796880dc5f7b -SHA512 (web-sys-0.3.56.crate) = 00db771aff344a7c05ff0c6e3c7648646913ebf16a38eb83cdb4b9afaae3ea90215ba802fe8586e50e20ccb96af11b8dcf2f81b6a11f44e26a2b0f9978b7e641 -Size (web-sys-0.3.56.crate) = 666465 bytes +BLAKE2s (wasi-0.11.0+wasi-snapshot-preview1.crate) = f023780bb2e4a8571dcb1012e76cfbfc3804df53b89abd5cd8ede9d7c5847d4c +SHA512 (wasi-0.11.0+wasi-snapshot-preview1.crate) = 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f +Size (wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 bytes +BLAKE2s (wasi-0.9.0+wasi-snapshot-preview1.crate) = 2acd6dfc06609bf94db869be7d9c4ac09e3f3943d3a4090c4b07250b66883468 +SHA512 (wasi-0.9.0+wasi-snapshot-preview1.crate) = dbe641f796ee3a5daafcaafc911ecc6dff170340f477c2df7a61fb4858a85aefc2637c9e61973ecce66a987aa8e08a736273a4aad3ef47eaf61ed4268dbf9c47 +Size (wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 bytes +BLAKE2s (wasm-bindgen-0.2.80.crate) = 89702404d92c467bb03354d32a59840774b6aa253d928c5e44acc841da320b34 +SHA512 (wasm-bindgen-0.2.80.crate) = 928fd6575217909a46f23ea8147caa438efed8eef31d1e0d75610fc380c18d7cf51cb74c7d5c83136d36433fd19bc9256b6566c2624a4008daca1b3e155aacf1 +Size (wasm-bindgen-0.2.80.crate) = 164576 bytes +BLAKE2s (wasm-bindgen-backend-0.2.80.crate) = f704d2f991d701e6e7fedec72f71b25d4e9c7e1758545cf9c13011108fc46783 +SHA512 (wasm-bindgen-backend-0.2.80.crate) = 20c33664f194dbc5998093831d8ed0eae82cfa6c90b8c3b9338c4f32104594a8864c68a51ee3e39fca1eba166b241a9a8e508d5f942791d727deb2decd9056d2 +Size (wasm-bindgen-backend-0.2.80.crate) = 25741 bytes +BLAKE2s (wasm-bindgen-futures-0.4.30.crate) = 1f76e6cace7dbd92f2be060f093794336c0bee280f5dc0059d7a192341a30008 +SHA512 (wasm-bindgen-futures-0.4.30.crate) = 71248ac2ed1711650f4dba1b51d5b4d48c8f2f3c39eec2d55fa95b91c017ca2cf3c50c13cf654d0541c309683b502d5f518dc11f10c4e3b8d6b3e46d52a77ed9 +Size (wasm-bindgen-futures-0.4.30.crate) = 15220 bytes +BLAKE2s (wasm-bindgen-macro-0.2.80.crate) = 34a8393957cf62e3c332fcdd3e6108ccb5bd74cb229dd7cf69d0493c02b5a230 +SHA512 (wasm-bindgen-macro-0.2.80.crate) = 816922762591e7ccd07d9bab1f089d1d0484c04ca4d8b9060d432fabe4ca28a6b6f0e701129f6d0a3fc341b845115c2dd1bea3bb67493234a73f7cd2bc0c66db +Size (wasm-bindgen-macro-0.2.80.crate) = 11805 bytes +BLAKE2s (wasm-bindgen-macro-support-0.2.80.crate) = 28981e3b16e944dc6fb7b12e564cb77c4fa837e2554122abaaa5c6850a9d7f8c +SHA512 (wasm-bindgen-macro-support-0.2.80.crate) = 8d4a68c363dde93d9644f30ab69ef28879e8c354e41e6ed1d1598beeeaba5bb6c8e6769fac5404faf438a90d87fbdaf9bc9b4d082dd7b1986f789d739f7b5108 +Size (wasm-bindgen-macro-support-0.2.80.crate) = 17857 bytes +BLAKE2s (wasm-bindgen-shared-0.2.80.crate) = 61a3ee89b16487fc8a488f21584bcf020124c4e5b06eb74c9f3438385f6fc715 +SHA512 (wasm-bindgen-shared-0.2.80.crate) = c170759d46e12edd41dcafc908caa887756a811006a178b3bf5ae73f73556d51fa13fc4a0844e28071d21c177a1d98e1e2f6dcac41dc240b972b697d36d74203 +Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes +BLAKE2s (web-sys-0.3.57.crate) = e9c87680c6489a44ed00e15ca84ae67c048f89fab3c2c8e9041b3036bf12ec61 +SHA512 (web-sys-0.3.57.crate) = 144a481ff7562ff5f96145c7db64ecc704863e2fd6c0c9afc87fe87513e5be660fcadec6b1114ed2c86da36ccd97024ce601b843c8768dd8b5c53c71daae9800 +Size (web-sys-0.3.57.crate) = 686563 bytes BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 Size (winapi-0.3.9.crate) = 1200382 bytes @@ -933,27 +1047,30 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes -BLAKE2s (windows-sys-0.32.0.crate) = c9a322471ee7a9978e21e1ce3d913483a4c58a14a7cdc41e41067d173ba4298c -SHA512 (windows-sys-0.32.0.crate) = a141bf37b6b72d83c46252e2fc4dd9daece02edbe8ddcb9d3262125c7733db1399c0342161a638cbbd3d980e532f785e0e0c77944e80270618ac30b0548b8ab9 -Size (windows-sys-0.32.0.crate) = 3361554 bytes -BLAKE2s (windows_aarch64_msvc-0.32.0.crate) = 57d468dbcd1aa53ed7c6bd193f2a0ccdbd52f1d744f92cabfe65d2daf76a4291 -SHA512 (windows_aarch64_msvc-0.32.0.crate) = d50661dc66f773edbfd82bdd2ddcc2b2c10216160595c771b61f9a56d0b288714d5f6b37a0a06e9d484395b2c1a228f342caff157bcb6c44534fe60bc1f5f844 -Size (windows_aarch64_msvc-0.32.0.crate) = 673810 bytes -BLAKE2s (windows_i686_gnu-0.32.0.crate) = 4390789305291d1d4ebcadb5cb9a780d22427550af4a611a8cb81db4c8df8585 -SHA512 (windows_i686_gnu-0.32.0.crate) = 7dd93d6a8fef58114dd5574deb3d5285b851cf2fe85d5bde466a9ccfe8584f3dcbeb293d4e40bf4b228a5ba4e54306d7e30364cebf7fbe6fe568bda96ab33d44 -Size (windows_i686_gnu-0.32.0.crate) = 772251 bytes -BLAKE2s (windows_i686_msvc-0.32.0.crate) = a708106bbc71d65df3a8c470a6321842e9e65dcd47faa871557f1280afeccd90 -SHA512 (windows_i686_msvc-0.32.0.crate) = 3d8b8db6ce629f8a3598b00f4a11f8af81cd8da1b9ed5f14e0b200c0512539118a7206866e9c63bb73528877ce74b33e92bbcc88f036afefe07936298eaff932 -Size (windows_i686_msvc-0.32.0.crate) = 733422 bytes -BLAKE2s (windows_x86_64_gnu-0.32.0.crate) = 3540635e81b4f403ed5a0f2cf5da5e44e9f9bd50f61b87da1de21e25fffecf35 -SHA512 (windows_x86_64_gnu-0.32.0.crate) = 35cf64bf981a16a011b2276dbbb65200834235075d369fe60ca06092e1c0631c114c402eb43db223ec885f0ab07a77aa9f1822d1db44c5e6747645c65a7ac182 -Size (windows_x86_64_gnu-0.32.0.crate) = 744209 bytes -BLAKE2s (windows_x86_64_msvc-0.32.0.crate) = d7e5877d336b57af03494f78b7fea8e939ee1a285011699db01a69a31e1916a3 -SHA512 (windows_x86_64_msvc-0.32.0.crate) = 4720246d2aed3c3b3c252cda7773096642e78891b1a9776c920da908b2d3741e9e341060424327f1c16e4cb47b6e22af1be229589a51b5a3a04d2a6447275332 -Size (windows_x86_64_msvc-0.32.0.crate) = 669835 bytes -BLAKE2s (winreg-0.7.0.crate) = 28c3c71cb1796acfda40be371f9dc6e59ea5be989d92db90f3b48027d4b89093 -SHA512 (winreg-0.7.0.crate) = a0b7a2d239e30cea89a863b879831bc32b5f2988ef3f0586ddadda48827cafc82d3602d2f8df3c47dc1e80537149a1ca1dc1506f9fbf960d9ba081dff1bac731 -Size (winreg-0.7.0.crate) = 21225 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes +BLAKE2s (winreg-0.10.1.crate) = 6932ce51a190f71d7f3d28a5e2e11f3406b5e22f5933ec4e490783ffb67cccd5 +SHA512 (winreg-0.10.1.crate) = 09f2d18f62c3c427ebed40d667b672bb778629502ad3c39541f324b2d5ac41f0822c98b7e5320314144130580da46f1e8e51928941850e7d4af28455a564360c +Size (winreg-0.10.1.crate) = 25725 bytes +BLAKE2s (xml5ever-0.16.2.crate) = 74faee9c71856c7df991bd7955846a6d0d1d3c2b109d6a04744345d99314f702 +SHA512 (xml5ever-0.16.2.crate) = 8879ad82891cd3beddd0d5fd91c0c93378fcf3b6a1437ee8e18dc66a101fa16683cccf18186b33d949f7d592d8aec9f5beeb4c6f99312a5cf472a03044ef927a +Size (xml5ever-0.16.2.crate) = 40971 bytes BLAKE2s (zerocopy-0.3.0.crate) = 990319de720eda6101e696d5f6b73166ed4bbbebf34117786ba39accb8a0f46e SHA512 (zerocopy-0.3.0.crate) = bb5346bd0b05ab6ef59b11d6b25c10a6968940ca0e264d0dc3bb778a062d3ad089962cf4fa8633226951bd8a8b1a64cc4cd0f41b6884a0b3b4fc6016fef9f61c Size (zerocopy-0.3.0.crate) = 14324 bytes From a43f274d55d680fd2f94dd10f7efca92b82e71b3 Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 20 May 2022 16:32:23 +0000 Subject: [PATCH 0709/1154] doc: Updated audio/spotify-player to 0.7.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3b10a3f3f21fc..9460c73612570 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2644 2022/05/20 16:31:33 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2645 2022/05/20 16:32:23 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4089,3 +4089,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/py-scipy to 1.8.1 [adam 2022-05-20] Updated security/py-asyncssh to 2.10.1 [adam 2022-05-20] Updated sysutils/felix to 0.9.2 [pin 2022-05-20] + Updated audio/spotify-player to 0.7.0 [pin 2022-05-20] From e8f2731c8fcbfbf0088fd8ccd729e1866c82b694 Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 20 May 2022 16:34:20 +0000 Subject: [PATCH 0710/1154] editors/tp-note: import pkg Tp-Note is a note-taking-tool and a template system that consistently synchronizes the notes meta-data with its filename. If you like to keep your notes next to your files and you care about expressive filenames, then Tp-Note might be the tool of your choice. Tp-Note collects various information about its environment and the clipboard and stores them in variables. New notes are created by filling these variables in predefined and customizable Tera-templates. TP-Note's default templates are written in Markdown and can be easily adapted to any other markup language if needed. After creating a new note, TP-Note launches the system file editor (or any other of your choice, e.g. MarkText or Typora) and connects the default web browser to Tp-Note's internal Markdown/RestructuredText renderer and web server. --- editors/tp-note/DESCR | 15 + editors/tp-note/Makefile | 47 ++ editors/tp-note/PLIST | 4 + editors/tp-note/cargo-depends.mk | 260 +++++++++++ editors/tp-note/distinfo | 779 +++++++++++++++++++++++++++++++ 5 files changed, 1105 insertions(+) create mode 100644 editors/tp-note/DESCR create mode 100644 editors/tp-note/Makefile create mode 100644 editors/tp-note/PLIST create mode 100644 editors/tp-note/cargo-depends.mk create mode 100644 editors/tp-note/distinfo diff --git a/editors/tp-note/DESCR b/editors/tp-note/DESCR new file mode 100644 index 0000000000000..de958b4619ba8 --- /dev/null +++ b/editors/tp-note/DESCR @@ -0,0 +1,15 @@ +Tp-Note is a note-taking-tool and a template system that consistently +synchronizes the notes meta-data with its filename. + +If you like to keep your notes next to your files and you care about expressive +filenames, then Tp-Note might be the tool of your choice. +Tp-Note collects various information about its environment and the clipboard +and stores them in variables. +New notes are created by filling these variables in predefined and customizable +Tera-templates. + +TP-Note's default templates are written in Markdown and can be easily adapted +to any other markup language if needed. After creating a new note, TP-Note +launches the system file editor (or any other of your choice, e.g. MarkText +or Typora) and connects the default web browser to Tp-Note's +internal Markdown/RestructuredText renderer and web server. diff --git a/editors/tp-note/Makefile b/editors/tp-note/Makefile new file mode 100644 index 0000000000000..d85e59d729067 --- /dev/null +++ b/editors/tp-note/Makefile @@ -0,0 +1,47 @@ +# $NetBSD: Makefile,v 1.1 2022/05/20 16:34:20 pin Exp $ + +DISTNAME= tp-note-1.16.6 +CATEGORIES= editors +MASTER_SITES= https://gitlab.com/getreu/tp-note/-/archive/v${PKGVERSION_NOREV}/ + +MAINTAINER= pin@NetBSD.org +HOMEPAGE= https://blog.getreu.net/projects/tp-note/ +COMMENT= Minimalistic note taking and template system +LICENSE= mit OR apache-2.0 + +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat + +.include "cargo-depends.mk" + +WRKSRC= ${WRKDIR}/tp-note-v1.16.6-f9c08da903768a697a5615b8eabd53e17ee6365f + +USE_TOOLS+= pkg-config + +PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_FOR_BUILD_ONLY= tool + +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/pixmaps + +RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libxcb}/lib +RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libxcb}/lib +RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gtk3}/lib + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/tpnote \ + ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/docs/build/man/man1/tpnote.1.gz \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_DATA} ${WRKSRC}/assets/tpnote.svg \ + ${DESTDIR}${PREFIX}/share/pixmaps + +.include "../../lang/rust/cargo.mk" +.include "../../lang/python/tool.mk" +.include "../../x11/gtk3/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" +.include "../../graphics/cairo-gobject/buildlink3.mk" +.include "../../devel/pango/buildlink3.mk" +.include "../../devel/atk/buildlink3.mk" +.include "../../graphics/gdk-pixbuf2/buildlink3.mk" +.include "../../x11/libxcb/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/tp-note/PLIST b/editors/tp-note/PLIST new file mode 100644 index 0000000000000..abcd2bca4a376 --- /dev/null +++ b/editors/tp-note/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/20 16:34:20 pin Exp $ +bin/tpnote +man/man1/tpnote.1 +share/pixmaps/tpnote.svg diff --git a/editors/tp-note/cargo-depends.mk b/editors/tp-note/cargo-depends.mk new file mode 100644 index 0000000000000..8dbec4e2e9c34 --- /dev/null +++ b/editors/tp-note/cargo-depends.mk @@ -0,0 +1,260 @@ +# $NetBSD: cargo-depends.mk,v 1.1 2022/05/20 16:34:20 pin Exp $ + +CARGO_CRATE_DEPENDS+= addr2line-0.17.0 +CARGO_CRATE_DEPENDS+= adler-1.0.2 +CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 +CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 +CARGO_CRATE_DEPENDS+= anyhow-1.0.56 +CARGO_CRATE_DEPENDS+= atk-0.15.1 +CARGO_CRATE_DEPENDS+= atk-sys-0.15.1 +CARGO_CRATE_DEPENDS+= atty-0.2.14 +CARGO_CRATE_DEPENDS+= autocfg-1.1.0 +CARGO_CRATE_DEPENDS+= backtrace-0.3.64 +CARGO_CRATE_DEPENDS+= bitflags-1.3.2 +CARGO_CRATE_DEPENDS+= block-0.1.6 +CARGO_CRATE_DEPENDS+= block-buffer-0.7.3 +CARGO_CRATE_DEPENDS+= block-padding-0.1.5 +CARGO_CRATE_DEPENDS+= bstr-0.2.17 +CARGO_CRATE_DEPENDS+= bumpalo-3.9.1 +CARGO_CRATE_DEPENDS+= byte-tools-0.3.1 +CARGO_CRATE_DEPENDS+= byteorder-1.4.3 +CARGO_CRATE_DEPENDS+= bytes-1.1.0 +CARGO_CRATE_DEPENDS+= cairo-rs-0.15.10 +CARGO_CRATE_DEPENDS+= cairo-sys-rs-0.15.1 +CARGO_CRATE_DEPENDS+= cc-1.0.73 +CARGO_CRATE_DEPENDS+= cesu8-1.1.0 +CARGO_CRATE_DEPENDS+= cfg-expr-0.10.2 +CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 +CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 +CARGO_CRATE_DEPENDS+= chrono-0.4.19 +CARGO_CRATE_DEPENDS+= chrono-tz-0.6.1 +CARGO_CRATE_DEPENDS+= chrono-tz-build-0.0.2 +CARGO_CRATE_DEPENDS+= clap-2.34.0 +CARGO_CRATE_DEPENDS+= clap-3.1.9 +CARGO_CRATE_DEPENDS+= clap_lex-0.1.1 +CARGO_CRATE_DEPENDS+= clipboard-0.5.0 +CARGO_CRATE_DEPENDS+= clipboard-win-2.2.0 +CARGO_CRATE_DEPENDS+= cocoa-0.24.0 +CARGO_CRATE_DEPENDS+= cocoa-foundation-0.1.0 +CARGO_CRATE_DEPENDS+= combine-4.6.3 +CARGO_CRATE_DEPENDS+= const_format-0.2.22 +CARGO_CRATE_DEPENDS+= const_format_proc_macros-0.2.22 +CARGO_CRATE_DEPENDS+= core-foundation-0.9.3 +CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 +CARGO_CRATE_DEPENDS+= core-graphics-0.22.3 +CARGO_CRATE_DEPENDS+= core-graphics-types-0.1.1 +CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.8 +CARGO_CRATE_DEPENDS+= darling-0.13.4 +CARGO_CRATE_DEPENDS+= darling_core-0.13.4 +CARGO_CRATE_DEPENDS+= darling_macro-0.13.4 +CARGO_CRATE_DEPENDS+= deunicode-0.4.3 +CARGO_CRATE_DEPENDS+= digest-0.8.1 +CARGO_CRATE_DEPENDS+= directories-4.0.1 +CARGO_CRATE_DEPENDS+= dirs-sys-0.3.7 +CARGO_CRATE_DEPENDS+= document_tree-0.4.0 +CARGO_CRATE_DEPENDS+= error-chain-0.10.0 +CARGO_CRATE_DEPENDS+= failure-0.1.8 +CARGO_CRATE_DEPENDS+= failure_derive-0.1.8 +CARGO_CRATE_DEPENDS+= fake-simd-0.1.2 +CARGO_CRATE_DEPENDS+= field-offset-0.3.4 +CARGO_CRATE_DEPENDS+= filetime-0.2.16 +CARGO_CRATE_DEPENDS+= fnv-1.0.7 +CARGO_CRATE_DEPENDS+= foreign-types-0.3.2 +CARGO_CRATE_DEPENDS+= foreign-types-shared-0.1.1 +CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 +CARGO_CRATE_DEPENDS+= fsevent-0.4.0 +CARGO_CRATE_DEPENDS+= fsevent-sys-2.0.1 +CARGO_CRATE_DEPENDS+= fuchsia-zircon-0.3.3 +CARGO_CRATE_DEPENDS+= fuchsia-zircon-sys-0.3.3 +CARGO_CRATE_DEPENDS+= futures-channel-0.3.21 +CARGO_CRATE_DEPENDS+= futures-core-0.3.21 +CARGO_CRATE_DEPENDS+= futures-executor-0.3.21 +CARGO_CRATE_DEPENDS+= futures-io-0.3.21 +CARGO_CRATE_DEPENDS+= futures-task-0.3.21 +CARGO_CRATE_DEPENDS+= futures-util-0.3.21 +CARGO_CRATE_DEPENDS+= gdk-0.15.4 +CARGO_CRATE_DEPENDS+= gdk-pixbuf-0.15.10 +CARGO_CRATE_DEPENDS+= gdk-pixbuf-sys-0.15.10 +CARGO_CRATE_DEPENDS+= gdk-sys-0.15.1 +CARGO_CRATE_DEPENDS+= generic-array-0.12.4 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 +CARGO_CRATE_DEPENDS+= gimli-0.26.1 +CARGO_CRATE_DEPENDS+= gio-0.15.10 +CARGO_CRATE_DEPENDS+= gio-sys-0.15.10 +CARGO_CRATE_DEPENDS+= glib-0.15.10 +CARGO_CRATE_DEPENDS+= glib-macros-0.15.10 +CARGO_CRATE_DEPENDS+= glib-sys-0.15.10 +CARGO_CRATE_DEPENDS+= globset-0.4.8 +CARGO_CRATE_DEPENDS+= globwalk-0.8.1 +CARGO_CRATE_DEPENDS+= gobject-sys-0.15.10 +CARGO_CRATE_DEPENDS+= gtk-0.15.4 +CARGO_CRATE_DEPENDS+= gtk-sys-0.15.3 +CARGO_CRATE_DEPENDS+= gtk3-macros-0.15.4 +CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 +CARGO_CRATE_DEPENDS+= heck-0.3.3 +CARGO_CRATE_DEPENDS+= heck-0.4.0 +CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 +CARGO_CRATE_DEPENDS+= html-escape-0.2.11 +CARGO_CRATE_DEPENDS+= httparse-1.7.0 +CARGO_CRATE_DEPENDS+= httpdate-1.0.2 +CARGO_CRATE_DEPENDS+= humansize-1.1.1 +CARGO_CRATE_DEPENDS+= ident_case-1.0.1 +CARGO_CRATE_DEPENDS+= idna-0.2.3 +CARGO_CRATE_DEPENDS+= ignore-0.4.18 +CARGO_CRATE_DEPENDS+= indexmap-1.8.1 +CARGO_CRATE_DEPENDS+= inotify-0.7.1 +CARGO_CRATE_DEPENDS+= inotify-sys-0.1.5 +CARGO_CRATE_DEPENDS+= iovec-0.1.4 +CARGO_CRATE_DEPENDS+= itoa-1.0.1 +CARGO_CRATE_DEPENDS+= jni-0.19.0 +CARGO_CRATE_DEPENDS+= jni-sys-0.3.0 +CARGO_CRATE_DEPENDS+= js-sys-0.3.57 +CARGO_CRATE_DEPENDS+= kernel32-sys-0.2.2 +CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 +CARGO_CRATE_DEPENDS+= lazycell-1.3.0 +CARGO_CRATE_DEPENDS+= libc-0.2.123 +CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 +CARGO_CRATE_DEPENDS+= log-0.4.16 +CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6 +CARGO_CRATE_DEPENDS+= maplit-1.0.2 +CARGO_CRATE_DEPENDS+= matches-0.1.9 +CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memoffset-0.6.5 +CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.4.4 +CARGO_CRATE_DEPENDS+= mio-0.6.23 +CARGO_CRATE_DEPENDS+= mio-extras-2.0.6 +CARGO_CRATE_DEPENDS+= miow-0.2.2 +CARGO_CRATE_DEPENDS+= msgbox-0.7.0 +CARGO_CRATE_DEPENDS+= ndk-0.6.0 +CARGO_CRATE_DEPENDS+= ndk-context-0.1.0 +CARGO_CRATE_DEPENDS+= ndk-glue-0.6.1 +CARGO_CRATE_DEPENDS+= ndk-macro-0.3.0 +CARGO_CRATE_DEPENDS+= ndk-sys-0.3.0 +CARGO_CRATE_DEPENDS+= net2-0.2.37 +CARGO_CRATE_DEPENDS+= nom-7.1.1 +CARGO_CRATE_DEPENDS+= notify-4.0.17 +CARGO_CRATE_DEPENDS+= num-integer-0.1.44 +CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num_enum-0.5.7 +CARGO_CRATE_DEPENDS+= num_enum_derive-0.5.7 +CARGO_CRATE_DEPENDS+= objc-0.2.7 +CARGO_CRATE_DEPENDS+= objc-foundation-0.1.1 +CARGO_CRATE_DEPENDS+= objc_id-0.1.1 +CARGO_CRATE_DEPENDS+= object-0.27.1 +CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= opaque-debug-0.2.3 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 +CARGO_CRATE_DEPENDS+= pango-0.15.10 +CARGO_CRATE_DEPENDS+= pango-sys-0.15.10 +CARGO_CRATE_DEPENDS+= parse-hyperlinks-0.23.3 +CARGO_CRATE_DEPENDS+= parse-hyperlinks-extras-0.23.3 +CARGO_CRATE_DEPENDS+= parse-zoneinfo-0.3.0 +CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 +CARGO_CRATE_DEPENDS+= pest-2.1.3 +CARGO_CRATE_DEPENDS+= pest_derive-2.1.0 +CARGO_CRATE_DEPENDS+= pest_generator-2.1.3 +CARGO_CRATE_DEPENDS+= pest_meta-2.1.3 +CARGO_CRATE_DEPENDS+= phf-0.10.1 +CARGO_CRATE_DEPENDS+= phf_codegen-0.10.0 +CARGO_CRATE_DEPENDS+= phf_generator-0.10.0 +CARGO_CRATE_DEPENDS+= phf_shared-0.10.0 +CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.8 +CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 +CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 +CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.16 +CARGO_CRATE_DEPENDS+= proc-macro-crate-1.1.3 +CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 +CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.37 +CARGO_CRATE_DEPENDS+= pulldown-cmark-0.9.1 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= rand-0.8.5 +CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 +CARGO_CRATE_DEPENDS+= rand_core-0.6.3 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 +CARGO_CRATE_DEPENDS+= redox_users-0.4.3 +CARGO_CRATE_DEPENDS+= regex-1.5.5 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= rst_parser-0.4.0 +CARGO_CRATE_DEPENDS+= rst_renderer-0.4.0 +CARGO_CRATE_DEPENDS+= rustc-demangle-0.1.21 +CARGO_CRATE_DEPENDS+= rustc_version-0.3.3 +CARGO_CRATE_DEPENDS+= ryu-1.0.9 +CARGO_CRATE_DEPENDS+= same-file-1.0.6 +CARGO_CRATE_DEPENDS+= sanitize-filename-reader-friendly-2.2.1 +CARGO_CRATE_DEPENDS+= self_cell-0.10.2 +CARGO_CRATE_DEPENDS+= semver-0.11.0 +CARGO_CRATE_DEPENDS+= semver-1.0.7 +CARGO_CRATE_DEPENDS+= semver-parser-0.10.2 +CARGO_CRATE_DEPENDS+= serde-1.0.136 +CARGO_CRATE_DEPENDS+= serde-xml-rs-0.3.1 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 +CARGO_CRATE_DEPENDS+= serde_json-1.0.79 +CARGO_CRATE_DEPENDS+= serde_yaml-0.8.23 +CARGO_CRATE_DEPENDS+= sha-1-0.8.2 +CARGO_CRATE_DEPENDS+= siphasher-0.3.10 +CARGO_CRATE_DEPENDS+= slab-0.4.6 +CARGO_CRATE_DEPENDS+= slug-0.1.4 +CARGO_CRATE_DEPENDS+= smallvec-1.8.0 +CARGO_CRATE_DEPENDS+= strsim-0.8.0 +CARGO_CRATE_DEPENDS+= strsim-0.10.0 +CARGO_CRATE_DEPENDS+= structopt-0.3.26 +CARGO_CRATE_DEPENDS+= structopt-derive-0.4.18 +CARGO_CRATE_DEPENDS+= syn-1.0.91 +CARGO_CRATE_DEPENDS+= synstructure-0.12.6 +CARGO_CRATE_DEPENDS+= system-deps-6.0.2 +CARGO_CRATE_DEPENDS+= tera-1.15.0 +CARGO_CRATE_DEPENDS+= termcolor-1.1.3 +CARGO_CRATE_DEPENDS+= textwrap-0.11.0 +CARGO_CRATE_DEPENDS+= textwrap-0.15.0 +CARGO_CRATE_DEPENDS+= thiserror-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thread_local-1.1.4 +CARGO_CRATE_DEPENDS+= time-0.1.44 +CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 +CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 +CARGO_CRATE_DEPENDS+= toml-0.5.9 +CARGO_CRATE_DEPENDS+= typenum-1.15.0 +CARGO_CRATE_DEPENDS+= ucd-trie-0.1.3 +CARGO_CRATE_DEPENDS+= uncased-0.9.6 +CARGO_CRATE_DEPENDS+= unic-char-property-0.9.0 +CARGO_CRATE_DEPENDS+= unic-char-range-0.9.0 +CARGO_CRATE_DEPENDS+= unic-common-0.9.0 +CARGO_CRATE_DEPENDS+= unic-segment-0.9.0 +CARGO_CRATE_DEPENDS+= unic-ucd-segment-0.9.0 +CARGO_CRATE_DEPENDS+= unic-ucd-version-0.9.0 +CARGO_CRATE_DEPENDS+= unicase-2.6.0 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.7 +CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 +CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 +CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= url-2.2.2 +CARGO_CRATE_DEPENDS+= utf8-width-0.1.6 +CARGO_CRATE_DEPENDS+= vec_map-0.8.2 +CARGO_CRATE_DEPENDS+= version-compare-0.1.0 +CARGO_CRATE_DEPENDS+= version_check-0.9.4 +CARGO_CRATE_DEPENDS+= walkdir-2.3.2 +CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 +CARGO_CRATE_DEPENDS+= web-sys-0.3.57 +CARGO_CRATE_DEPENDS+= webbrowser-0.6.0 +CARGO_CRATE_DEPENDS+= widestring-0.5.1 +CARGO_CRATE_DEPENDS+= win32job-1.0.1 +CARGO_CRATE_DEPENDS+= winapi-0.2.8 +CARGO_CRATE_DEPENDS+= winapi-0.3.9 +CARGO_CRATE_DEPENDS+= winapi-build-0.1.1 +CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 +CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= winres-0.1.12 +CARGO_CRATE_DEPENDS+= ws2_32-sys-0.2.1 +CARGO_CRATE_DEPENDS+= x11-clipboard-0.3.3 +CARGO_CRATE_DEPENDS+= xcb-0.8.2 +CARGO_CRATE_DEPENDS+= xml-rs-0.8.4 +CARGO_CRATE_DEPENDS+= yaml-rust-0.4.5 diff --git a/editors/tp-note/distinfo b/editors/tp-note/distinfo new file mode 100644 index 0000000000000..a8e6338fd21b8 --- /dev/null +++ b/editors/tp-note/distinfo @@ -0,0 +1,779 @@ +$NetBSD: distinfo,v 1.1 2022/05/20 16:34:20 pin Exp $ + +BLAKE2s (addr2line-0.17.0.crate) = f7fa3b016f0e80c4ea9967f8947de15edc9fa39d0c0cdea692dccd0c41c28039 +SHA512 (addr2line-0.17.0.crate) = ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95 +Size (addr2line-0.17.0.crate) = 32260 bytes +BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa +SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 +Size (adler-1.0.2.crate) = 12778 bytes +BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 +SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 +Size (aho-corasick-0.7.18.crate) = 112923 bytes +BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f +SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 +Size (ansi_term-0.12.1.crate) = 24838 bytes +BLAKE2s (anyhow-1.0.56.crate) = 1e925bd2b212948db20f8452b188cffe4870a83187fddb5c35b2e9f3ee3341c6 +SHA512 (anyhow-1.0.56.crate) = 9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5 +Size (anyhow-1.0.56.crate) = 44780 bytes +BLAKE2s (atk-0.15.1.crate) = 806ffc7fe8d9dc1283f2922104e420a530148d83c0e294bf5823162e723055e4 +SHA512 (atk-0.15.1.crate) = 49578555ce3df47e2222874ec86141af6f148f8b1d4ec5325bdb41be20a3b6f0f5af2fc882ae651d26aa5af669d89aec5e249eb0ab15f34caa07f99094ba3c82 +Size (atk-0.15.1.crate) = 34419 bytes +BLAKE2s (atk-sys-0.15.1.crate) = 1efb18824ccf395117b43171b3f5cec3dd6286919d5371d662d7ee4edebed17f +SHA512 (atk-sys-0.15.1.crate) = b1be38a2d9eda4a43fb493fbbad5505d9af4cdf5033b7d921c04c03cd7b014dad5ddc7664ff872ed381579fa15536c6a11ceeb6c2c0145a08703775109f74923 +Size (atk-sys-0.15.1.crate) = 22726 bytes +BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 +SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 +Size (atty-0.2.14.crate) = 5470 bytes +BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 +SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +Size (autocfg-1.1.0.crate) = 13272 bytes +BLAKE2s (backtrace-0.3.64.crate) = 925b5fff0d09cac54138bd3b8fbefcc6a1d63730cdde643c0c92c074506bec39 +SHA512 (backtrace-0.3.64.crate) = 37435cca0587c1c7b511536478ff448914d423c9cf6152ec8bb884c19d1c2466c377b270ebce2028960b4a380f3152fbfeb940de943ef4071ed271c7cd576f2e +Size (backtrace-0.3.64.crate) = 74311 bytes +BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 +SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 +Size (bitflags-1.3.2.crate) = 23021 bytes +BLAKE2s (block-0.1.6.crate) = 5482bb36f2842a3fe4fcac084ae4762392ac429ee1f5c30298465df08c610235 +SHA512 (block-0.1.6.crate) = c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710 +Size (block-0.1.6.crate) = 4077 bytes +BLAKE2s (block-buffer-0.7.3.crate) = 16f885407a56c9a2f436572130b6b61b08f7a22a140088274023ecb544847a6e +SHA512 (block-buffer-0.7.3.crate) = 74c8b89777a006bd72511b32df94f8bd78e2b53c30d85d39ea3c52acf199c357140fb6181f7f7ab5e30dd80d37181582cad740c95b89328a7a4b0f84f77ad6bf +Size (block-buffer-0.7.3.crate) = 7179 bytes +BLAKE2s (block-padding-0.1.5.crate) = 48ab16ba9c187cc81f7140535607395a57fbbf50bb794c53854b110f1830a691 +SHA512 (block-padding-0.1.5.crate) = acf5369cdae38b6b1a5c1561a9df18b8a39c8fd434fa50c49a8f73d2654a835269b7b22876354c903514c49c77aa860c68cd84d3c1efcb36bdfa8b01af300a9a +Size (block-padding-0.1.5.crate) = 7342 bytes +BLAKE2s (bstr-0.2.17.crate) = a970078acf6f8b1a2a6be249cda3a6cc7225239af2aa21cbac2b60fbaab453fd +SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 +Size (bstr-0.2.17.crate) = 330350 bytes +BLAKE2s (bumpalo-3.9.1.crate) = c10db1cd7e881baa38bdb960a2677e63361db04d7ccfd165efa7a4204ef69042 +SHA512 (bumpalo-3.9.1.crate) = 40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52 +Size (bumpalo-3.9.1.crate) = 77507 bytes +BLAKE2s (byte-tools-0.3.1.crate) = 8ff638b5d9d64f609009ea2f22f3af09a9fec55fe053e9f6b34d08074e93f5ba +SHA512 (byte-tools-0.3.1.crate) = 18e0f248a1e9780706e3a184d63558f03f30002646abc6d46ef49db9d5f6768af3d24d210b688aa4ad33d41248429e4df46bc3926f27851f90c92d260e5c4baa +Size (byte-tools-0.3.1.crate) = 5526 bytes +BLAKE2s (byteorder-1.4.3.crate) = 980d5e4ac6d39901b2368959edd7a811f91dbd5bcf899699f3885a5c5e492491 +SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa +Size (byteorder-1.4.3.crate) = 22512 bytes +BLAKE2s (bytes-1.1.0.crate) = d1f2a0ab4616dabfc746b27a791b90551a1802274e9bd722bca83e6c91a45549 +SHA512 (bytes-1.1.0.crate) = d34441ea146ccaf55da4d5c645f8ffbd008eeb3204dafd5961771abc85df52751dfd1af3975fb5c91eb83d9a43da4f3589bc3aa07c8d715906d8158f3092af2d +Size (bytes-1.1.0.crate) = 49640 bytes +BLAKE2s (cairo-rs-0.15.10.crate) = 195bb4737fe5254d88ce540c70a60dfa0bc7eb1cdbc165cb5150232593230786 +SHA512 (cairo-rs-0.15.10.crate) = 5c07bb0b6a9313831265718429775049abe3711c63e2232297789176c19434e083622e5fc979c725c3e4cc488663a1fe27b9affc01e9f466666d5d12a6a12940 +Size (cairo-rs-0.15.10.crate) = 48513 bytes +BLAKE2s (cairo-sys-rs-0.15.1.crate) = f4451bef7be55c24a79ff5884d0997cf565075893aa197639726408f71897b97 +SHA512 (cairo-sys-rs-0.15.1.crate) = 85e3eb317d410b96d8879d9f51e74a98918476e9c011dd4e2d482a602341d93e5929422e3ea9b9235360d9af5d991600de512b23fe01f1e1012610bebf513e88 +Size (cairo-sys-rs-0.15.1.crate) = 11280 bytes +BLAKE2s (cc-1.0.73.crate) = 1a51796d78619d44969ced4fea592d9e68fc7584bfccc66e8cb75db6328bf2a2 +SHA512 (cc-1.0.73.crate) = 980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985 +Size (cc-1.0.73.crate) = 57880 bytes +BLAKE2s (cesu8-1.1.0.crate) = 1082a3d65334100f15ea3aa96f0e5f3fddc340e4cd9c64b1c9d7a3c601d7e2af +SHA512 (cesu8-1.1.0.crate) = 2d902b624c7ccfe3633c7bcf99b833b120c0ed7760ea825bfb2fa03ae90df543e637efd46e0743782b81e468e0fd3b534956ffca81f9bdfbf742ff3beae8f8b8 +Size (cesu8-1.1.0.crate) = 10555 bytes +BLAKE2s (cfg-expr-0.10.2.crate) = 49e8c459492ba2de0a107ed164ac0a26b4e1f38bbd186deb686945c6ad83306b +SHA512 (cfg-expr-0.10.2.crate) = 2dd2af73ba68a77ee1bf622eb85075bbe5164531ed508ad74609ee61b2021ab402bf10462fd3986fa6d808a433b82021c67c4db5302a3ccd356ac0b477d2b880 +Size (cfg-expr-0.10.2.crate) = 37734 bytes +BLAKE2s (cfg-if-0.1.10.crate) = d12527b913127910287edf00421530370392c52aa1c8b43c447fc49ebd012225 +SHA512 (cfg-if-0.1.10.crate) = 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339 +Size (cfg-if-0.1.10.crate) = 7933 bytes +BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb +SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff +Size (cfg-if-1.0.0.crate) = 7934 bytes +BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 +SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 +Size (chrono-0.4.19.crate) = 155663 bytes +BLAKE2s (chrono-tz-0.6.1.crate) = 92617d2d9103febc36981693588063ef7716556f5baa6e7e08b3b0dc94d59197 +SHA512 (chrono-tz-0.6.1.crate) = 2c5df423cf94d69adc8c3d2866d208724759b5a12e9fc15dff80aca64a51709f85965a27889ebdc5eb7163f87d5b4fb20389edc86512973c01434a8aaa60fe83 +Size (chrono-tz-0.6.1.crate) = 585749 bytes +BLAKE2s (chrono-tz-build-0.0.2.crate) = 419463aac7986219f79fb88e022a586f6b6dc36eff2314151e0656c0f417a740 +SHA512 (chrono-tz-build-0.0.2.crate) = 9ce99c60a61e97d987a84b367832cbc239cd13e2da5f8af8661afce16fcf6fa927fa1f3a03f002a82261fc693999832b705d62ce1dbba33bb11a0a7a8c38c521 +Size (chrono-tz-build-0.0.2.crate) = 5840 bytes +BLAKE2s (clap-2.34.0.crate) = 91ff2fb5743d3909808214f12ff8daee40fe089653558e9d390acc6ee56956c1 +SHA512 (clap-2.34.0.crate) = c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8 +Size (clap-2.34.0.crate) = 202210 bytes +BLAKE2s (clap-3.1.9.crate) = cfed27db00f88bbb5d5ac3b557c2d1bfcd853e5483a025aa6b73c2d49fcc5ea3 +SHA512 (clap-3.1.9.crate) = 125da7c3a7471e2fee0877e3a1bbce67d2d2c4459bf11633fa825e701b84e016d46497ebef7500686c42e64cbd1f7229f2a27f7d75c82abc06d2a4e768f60f90 +Size (clap-3.1.9.crate) = 206604 bytes +BLAKE2s (clap_lex-0.1.1.crate) = f47d4ed408e6e0c954f6c555c6241ca028e39fa63dbc02a4a9e76d608f5ecc2b +SHA512 (clap_lex-0.1.1.crate) = 4d7667fb4cc86fd820262c4642c37a073e558ac5c05e1a8efc2813f54c364e2c4e980a8ddd81e72b11b02f494b20ad89c77e9649d1a6c0ed418194db808f1383 +Size (clap_lex-0.1.1.crate) = 9603 bytes +BLAKE2s (clipboard-0.5.0.crate) = 100f8c0dbeb4a3d6ce01dce30d913a5c52e88eebb50f44db25e3054a57279e16 +SHA512 (clipboard-0.5.0.crate) = a02994e68bb4ecdb1ba3db05e095474e67df4d73f69c92ab096913f4bd0f47ec6b62c8f0210fd67bb466e293c765888c315770e447f5c6e9b2e5c69f71d3e48a +Size (clipboard-0.5.0.crate) = 10009 bytes +BLAKE2s (clipboard-win-2.2.0.crate) = dc62362ccca9149207312cca56c44a9100f3bc69328652f811c9a88def9755a2 +SHA512 (clipboard-win-2.2.0.crate) = f869775bb2e6d84096034c26c888c9f671272232af74c02bda2a6c8f0d600652af581c0e94d875d8746b986314f61168bf7539042a65cb2ccbbf858141fa42e0 +Size (clipboard-win-2.2.0.crate) = 11079 bytes +BLAKE2s (cocoa-0.24.0.crate) = 315fdf6366ed25796453eff6c09a058e3c92dcb9b563e62648e22d31a24ae305 +SHA512 (cocoa-0.24.0.crate) = accae0f676caa23c8d3fbc2e49365118a366c50a698ee9dce4ef194f1d391b3633cb789d65d5c2d1e43afdea5d7a82161f7e7042a9dab32747ecac29d1b1b20c +Size (cocoa-0.24.0.crate) = 39235 bytes +BLAKE2s (cocoa-foundation-0.1.0.crate) = b71ec8f2d02a5a308434e49870ee5255bc1f00f36968753b412247d26148f02c +SHA512 (cocoa-foundation-0.1.0.crate) = cf0e8188bd4d0310716aad9f1e2cc77e4098e85306bd2098bdcfd9720782bc558f503033074e0f076748074a9067a4dfea263ee5356074207739d81c4a052ba6 +Size (cocoa-foundation-0.1.0.crate) = 10645 bytes +BLAKE2s (combine-4.6.3.crate) = b329804570c32d5456de3e9f5592a8725654e531c5aa2b2785d0c9ac2156c16f +SHA512 (combine-4.6.3.crate) = 495f9703efc2b9271dad2fdd2626aa9a1843fd3e10e63d0c8b9e42d4c7e3137a4740aa476c0206ad8dbf2683d0eeafde36f70581bdeb30299fa08e077f9183f3 +Size (combine-4.6.3.crate) = 132015 bytes +BLAKE2s (const_format-0.2.22.crate) = 30a30e1eeb0267d2498e7cf2794560e6ff6d51d594e1e5eac2d0b351a9d00e96 +SHA512 (const_format-0.2.22.crate) = 3ed65106b3fa49fe7cbc0592a8a5b0fc9b99d9d44cb51c1fbdb2fb2eb916d801aa19d9ec568560d6df33373324ea226de3db6e82cbeb9a850426589472a1ec9c +Size (const_format-0.2.22.crate) = 72234 bytes +BLAKE2s (const_format_proc_macros-0.2.22.crate) = 5f221f5ad51b95648ef8504d3191cc5f7754457a23674e826edef40d8402fb21 +SHA512 (const_format_proc_macros-0.2.22.crate) = a0382a50502cff46c966fca1518ae1102cc749a9fff142a7fc29c3f3dce4b947ef05576e27248ed682aa9db2e1c0af149f41981d02d8415b63734a0ceccb68f4 +Size (const_format_proc_macros-0.2.22.crate) = 24274 bytes +BLAKE2s (core-foundation-0.9.3.crate) = 840fa3df94d1054fbb94c9ca6db0cdcfbde69a70fede37e62bbc127ed66a18e8 +SHA512 (core-foundation-0.9.3.crate) = de07967c4f5e2d2e730b6f21984c228dad2cb2f55187f13074a2200f4ce9f906763ee818267a9c67ea560229db7363473b230670a6dbd224fc335f32ba03d072 +Size (core-foundation-0.9.3.crate) = 27059 bytes +BLAKE2s (core-foundation-sys-0.8.3.crate) = 679c01a6f663daba747856f9e5c72ad3f1ef1dafb2f6f7211cc1e1c6637ba049 +SHA512 (core-foundation-sys-0.8.3.crate) = a3ba3184cef65dafe8318c4db7e59eb2749dcde7b2370ad20272b0735ded0032daf2de3fd0cf55eb48448a335f5b81e8e745f2a647f9a43bb85946ce714bfd82 +Size (core-foundation-sys-0.8.3.crate) = 17519 bytes +BLAKE2s (core-graphics-0.22.3.crate) = 64bc460669faccd365315128f828118cf957e7e1caf14289259b679f4e2b84cc +SHA512 (core-graphics-0.22.3.crate) = 94f0c5d55aeebfe6e6e8b335f6789e4f980dcfc2206c44b888d984747fea0f67e43df26acf8cc0d418cafa81ad1435ab584af05657c613b656bab4ede80b4557 +Size (core-graphics-0.22.3.crate) = 29514 bytes +BLAKE2s (core-graphics-types-0.1.1.crate) = da2c599c991a1780dd85ddc6a6587ed52cba56f8ba86a69700efe44f03519166 +SHA512 (core-graphics-types-0.1.1.crate) = bacfd01ad05b21851c0cf84cdf9516f63c542d51c2ee8fe2692c557a474ac0859c4ff6f0c35df68956c0389c5974ce09647a744632fcdb2faa13fc7d13cdb52a +Size (core-graphics-types-0.1.1.crate) = 2530 bytes +BLAKE2s (crossbeam-utils-0.8.8.crate) = dec4af9b7a4a875a50593f68bb4da771a47c61014cd72b0589d207cf9e77a934 +SHA512 (crossbeam-utils-0.8.8.crate) = ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0 +Size (crossbeam-utils-0.8.8.crate) = 39681 bytes +BLAKE2s (darling-0.13.4.crate) = 198cf8332e21f739ec08ac95dc0b619872d07318f547a4740c0fddf48b0626e1 +SHA512 (darling-0.13.4.crate) = 7392896b97b80ad24d76a985f4b950668ba351498f48ef0722c783c28d43c4a4828f5f6eba7e754ca554b6662fc419e73bcb65d4b20037285a16e345fec9ef75 +Size (darling-0.13.4.crate) = 20895 bytes +BLAKE2s (darling_core-0.13.4.crate) = 6c0e97e41364340441d80c355421ab6482fd927d9ef69660a76a8d564a8669f0 +SHA512 (darling_core-0.13.4.crate) = 96d431ebfb9d13aaff2c50f7ad7d5ac5e95813fac851e3e1d7739d1fd5b366fda32172829af88cabadb475f83b4500199167ede54bc802ca1e52137cf6c16c0f +Size (darling_core-0.13.4.crate) = 52937 bytes +BLAKE2s (darling_macro-0.13.4.crate) = fc0a38f062d537596926c008617a4ee6bc0ad331244b0062bc7855f3141e948a +SHA512 (darling_macro-0.13.4.crate) = 908ea6459110da16e4ec6ac843659664ed4fa3fb2ea9b92274a738ff5994cf81fbb48403db609b9a70f39c3e288da4358ce369c66821122e3a6a0940473da94c +Size (darling_macro-0.13.4.crate) = 1910 bytes +BLAKE2s (deunicode-0.4.3.crate) = 8fe0d280fb9441f4894ca94221f671cdf7af8dd1bcd8cadb0c2e1ce8c163f150 +SHA512 (deunicode-0.4.3.crate) = f3b9ca2055cd64d2f3035799f809976a0909e59b38ebec62b56e9037f32582f5cc99b72b1774dfbcc72e4d978570946cec46eb034fe71145c67e2241b9f84cd5 +Size (deunicode-0.4.3.crate) = 109535 bytes +BLAKE2s (digest-0.8.1.crate) = bb7b2c1d243cc8ae7da9ce23d8060ee0e1fc252da313a0c4bb26d303cba47ccd +SHA512 (digest-0.8.1.crate) = 186c3ddc01fefff6a134ea0be633a9fe8067b8db34f31e9991069e7a9b82ed595a1105283a87e3021af2337ad332faf1b85a6bb513a4482df7d24e3e7a5ba055 +Size (digest-0.8.1.crate) = 9449 bytes +BLAKE2s (directories-4.0.1.crate) = b3c41b5e7aa49a64db36afeb198fd641852dead20a8f3313ccb473ab938e1774 +SHA512 (directories-4.0.1.crate) = babe4e23759b2e01a284a14aa1b45ba9d705ad7257246fe8c1ee6a071f48192c58a30b7d09c222268be83f7ebb59c0cc91e8b1342c1f9f0a96ec079fd264f8d5 +Size (directories-4.0.1.crate) = 16040 bytes +BLAKE2s (dirs-sys-0.3.7.crate) = baa17cbec722cdc7e6369057c06ac108e433fa039f1f41c76612a5ece7f163c8 +SHA512 (dirs-sys-0.3.7.crate) = e630964e4c452950a475c10a490b49b2979dd7dfda48172b905cc789153ae4a0ba2d7d91f690705cbfff23737c4b4a339eb0c49e922efd7d68a92fe6368a929f +Size (dirs-sys-0.3.7.crate) = 10597 bytes +BLAKE2s (document_tree-0.4.0.crate) = a8931ab006530d7b77c9a1d448fa2ecc60776af1efeea7d545db3eede32d506a +SHA512 (document_tree-0.4.0.crate) = 4320f9e4326ac8c93b537eadd5b6516528b88f36d10cf20b67e49d8a4ba0a45bea698422cfc999bcea20286c431f297844bc832c626a52dbb157a109e62ed93c +Size (document_tree-0.4.0.crate) = 9460 bytes +BLAKE2s (error-chain-0.10.0.crate) = e5ffd909866b1bdd8fa790b4268176fd2431633ce132e789b7c916c1af1b7d81 +SHA512 (error-chain-0.10.0.crate) = 77552e8db32e2c7d37e01b1050fc889964193d21f281c3ad28c6adf5fcf8d3ee4c73fe182b27282fba4dbc3e6584df7894a3b1fabdee7e219b6d59fcf18a1a3e +Size (error-chain-0.10.0.crate) = 18432 bytes +BLAKE2s (failure-0.1.8.crate) = e27e06832718d7a5b6519e8ec235130d0079f8ca95aed55386fd4d69002c6880 +SHA512 (failure-0.1.8.crate) = a8762c978c286f921ef9c46dd17f57656739b339656ad237f6fb43062a8b2ad97cb98b977ae04735312d5328894b45c512fe42e33a9bdc4ea898330816b7a884 +Size (failure-0.1.8.crate) = 37582 bytes +BLAKE2s (failure_derive-0.1.8.crate) = 4c82836ec1618780b27b162091c8cfab156fa8c3da414ca9efb6bb0047534de2 +SHA512 (failure_derive-0.1.8.crate) = 3f11adeb616a2d57e1a33ec2a5eb71c79a5df7946a27b74acc7c89a67c5dc6d01222731b37b405e33493570a98c96c7d2c7b8535928d7cf82536bcd9f0df809c +Size (failure_derive-0.1.8.crate) = 4950 bytes +BLAKE2s (fake-simd-0.1.2.crate) = d113c36b9ee6860770315a9d7a5affc6d4f8f3f6a11c806b8d0d17ab89f686b7 +SHA512 (fake-simd-0.1.2.crate) = d57242c54ea3283185eaecbf8d96a4c9decbada3ae3aceb516a79710be9bf038a6e06a29b9ba4ebcd41b8f42943a3024a983ea23e36b17edc445a8c4980f2893 +Size (fake-simd-0.1.2.crate) = 5398 bytes +BLAKE2s (field-offset-0.3.4.crate) = 997db7a5e160e9f3d4e75d0d37323a47c5f183675a285d19752e3494196237fb +SHA512 (field-offset-0.3.4.crate) = ef161e32e99d5810f8058b92bc66910fc0cef24c28177ebeea1a64d05ac27a92f13461e17283b8a572b4f2a9bdd136bd14d7a041ed6934b76f713da1b1ce18ed +Size (field-offset-0.3.4.crate) = 6046 bytes +BLAKE2s (filetime-0.2.16.crate) = 9b844ebf6b3ba89b6b170f946cc1bfad0ca179c4cdc9c8014ed3a9ea1d1595d3 +SHA512 (filetime-0.2.16.crate) = 4c6277f43b2de6432769353615406af824295742e5604b40c2673acc2010b349fcbba201e7273756857938256f1693a515f3b9145f34405a56cd23af4dd30222 +Size (filetime-0.2.16.crate) = 14502 bytes +BLAKE2s (fnv-1.0.7.crate) = ffa8e3e3e120c65486f2575822704aa79aac381f375d7295875475e36775ff09 +SHA512 (fnv-1.0.7.crate) = 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 +Size (fnv-1.0.7.crate) = 11266 bytes +BLAKE2s (foreign-types-0.3.2.crate) = d6fbfbaaa345e5df7be5b4c09a69174fb43c8ab6b79a989c599f7a8c576d78ba +SHA512 (foreign-types-0.3.2.crate) = bf27b8243ed482c202d120383374f19ff09422535e24b9c1aebccc66529bf300ca17b8bbc76d67f98ac092e614497afe3add9dc68aa69c93074df05762f91232 +Size (foreign-types-0.3.2.crate) = 7504 bytes +BLAKE2s (foreign-types-shared-0.1.1.crate) = acecc39ec60d64e3ee3bab184a55ec2af2884c99435a2ebbc78bd7b3d9ae0fea +SHA512 (foreign-types-shared-0.1.1.crate) = bafdb2143e136fb0818e2ffd90b5c862b7181647d6568947d4e4531012bbf7a57b597221ec7056c1b562dfc0c3b5dead26d1a4111ebc15e7863737a873518a4a +Size (foreign-types-shared-0.1.1.crate) = 5672 bytes +BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 +SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 +Size (form_urlencoded-1.0.1.crate) = 8773 bytes +BLAKE2s (fsevent-0.4.0.crate) = 83ab233af66e265f6e83fa1946279c7560f3fda6c7ff27ba61ff2560e322a1f2 +SHA512 (fsevent-0.4.0.crate) = 98d5e6998e3ae0cf3e0f383aa1e8f7fadd9b75154753168da4f6b87cc9a37b8830e7bed4b2169993ddf49646c9d47aa022d6af8a8a66370e7fc533932e70855f +Size (fsevent-0.4.0.crate) = 7292 bytes +BLAKE2s (fsevent-sys-2.0.1.crate) = 7cf351c6bb1a3c1ed38d360d874e97dbabdcfc2e85b0d474c51368cfaedcfcb5 +SHA512 (fsevent-sys-2.0.1.crate) = 4c7f96586c4564f804390c3ad22388456a138bef1902a5985463515ca9b56976fc14c993f08ac188897c449b2d2843890c2357398eb3ef5eb064326881e7167d +Size (fsevent-sys-2.0.1.crate) = 3984 bytes +BLAKE2s (fuchsia-zircon-0.3.3.crate) = 8804c4e9c1ceda779cf1605095d961f6cf9f1324677fe334e9ba87cb7379c99b +SHA512 (fuchsia-zircon-0.3.3.crate) = a43ee59452d49742111e506d6bdd8b8399a3a646e08648e25292864d7f71460c1dd1f2d77b8efa8ed09ac21fa4ff0442a2709f16d8833a3849bde0c388d83a93 +Size (fuchsia-zircon-0.3.3.crate) = 22565 bytes +BLAKE2s (fuchsia-zircon-sys-0.3.3.crate) = f13b08ab176d844662f9b19067e0f96d213f050f7cc9062c8c9a5d9f9dfd7d41 +SHA512 (fuchsia-zircon-sys-0.3.3.crate) = 978b7e8795a5877a68409ed3a1d7b4246263f8e7e7ce9ba8a022643be98f58f329cc1c234717df80a509db849da4394f39e90a8e2a6f56f8fa8dd3c07e7d4386 +Size (fuchsia-zircon-sys-0.3.3.crate) = 7191 bytes +BLAKE2s (futures-channel-0.3.21.crate) = b31427b9073c1a89098394cedc34512751630af2db6864386732bfc0066ab326 +SHA512 (futures-channel-0.3.21.crate) = 1c10398657949b53b6df196cc44d8e4b3acf53b4d216be6f5f631d8d4b500f5c344e2cc7d5a5642ced6c5480511884611be6d429f56a0ede4a716b9c5770cb76 +Size (futures-channel-0.3.21.crate) = 31961 bytes +BLAKE2s (futures-core-0.3.21.crate) = 0bd50c4241537faa4033167d58c3fe7b873d05660fe13f8ecf0eec4c200651a2 +SHA512 (futures-core-0.3.21.crate) = b60e7892436ae28fd2240f17816f934f6caeac663d67b8efc7d519ebb4b0bd921f0b732b6176bd4b472d2fbe346d39a37ba394401e15afa93af8294ceea90976 +Size (futures-core-0.3.21.crate) = 14601 bytes +BLAKE2s (futures-executor-0.3.21.crate) = e31c6968bc1a7b00afe25e9b2fc92bab489869d23ed76b3119cbfc7f821f7572 +SHA512 (futures-executor-0.3.21.crate) = 597732f96b45ce21f7a0b149f62cbdc54a80010bfa5421ab0ef7345c501c197e1c8fe109fa2d1c813d5c2e872b4670e0fbd96e2572cc3e9d2646b68f41c78147 +Size (futures-executor-0.3.21.crate) = 17306 bytes +BLAKE2s (futures-io-0.3.21.crate) = 6456cc251a554765241d4a878b91380b3dc926e59f9582f2372c09b0f138a10b +SHA512 (futures-io-0.3.21.crate) = dde0b79c4ba208b4c92c699457efbd515d331ab612e7b7df735b3b8f2ab79c012b1ba329ddaf488d68c69dbd119aa231b833b81cbcc0cc2f55c656f68dc22bd8 +Size (futures-io-0.3.21.crate) = 8902 bytes +BLAKE2s (futures-task-0.3.21.crate) = 32004c3795a13f0de3876cc43eee77467427243d342230cb5faf59afce1e1b49 +SHA512 (futures-task-0.3.21.crate) = 8f3b27865d8c7a290471903297e3c0b52caebfaa55550a4738d7915008b893fce67c7d9ae5c5bd03f2a42ee72a96aa0245c4bee70fc06977b3493eb81bca2033 +Size (futures-task-0.3.21.crate) = 11815 bytes +BLAKE2s (futures-util-0.3.21.crate) = bbe01c0d8c3f17829b0a86b24167e8b2700af8aa8e6bda635cc4a1ee978bc54c +SHA512 (futures-util-0.3.21.crate) = ff952fb74a54e793de943e3aee2ac771357bf9f1aa5de89af128868c46a6b44e414fc4ea97f2d9b201ff7ff41023e119f1adf90d314343ff53ab987c3e07f5d4 +Size (futures-util-0.3.21.crate) = 153768 bytes +BLAKE2s (gdk-0.15.4.crate) = 72bf4a3d721d1d8486aeae78c15c859f86d3785ca1400e3a32425e1f26f8f4c4 +SHA512 (gdk-0.15.4.crate) = 52e539e0d9b6c1c97fac8c528fca7b10ad79b79ed1edcf2148e8f9536cbd3bb98fa83562a033742fe6b71e34f3f1aaa3f67d9b123bb5c234e7124f464287681f +Size (gdk-0.15.4.crate) = 87573 bytes +BLAKE2s (gdk-pixbuf-0.15.10.crate) = eb788045155f709c77db62b4f226ce9be5837dc8b5dd9439e6eedd13b719e35e +SHA512 (gdk-pixbuf-0.15.10.crate) = aa55f254ddc633a7f442954ddadb9613a8017d192df543383f2ecba9a791ecd9d1db234fde169a98151d3261e98b3b666c2db46fc8837395e6517713f725f9cb +Size (gdk-pixbuf-0.15.10.crate) = 15299 bytes +BLAKE2s (gdk-pixbuf-sys-0.15.10.crate) = 8cac506548695d206e67126d859d49ba95ac158f1d07c83c0afb9458ebea98e2 +SHA512 (gdk-pixbuf-sys-0.15.10.crate) = bc2c948758240a0dc195d5b39d159ea55b4a717026b3a4d729e92b736418e0a953b841e62e14059a6c67d257adaa5cd0bfff28de9e2ded03cbd82fe45488d8cd +Size (gdk-pixbuf-sys-0.15.10.crate) = 9891 bytes +BLAKE2s (gdk-sys-0.15.1.crate) = d2bdea54ff36338f087ee48e5725186d04ec4bc7c4bdd3be4a52e54cfa2427f7 +SHA512 (gdk-sys-0.15.1.crate) = eb543f348a4971a636f77bbac97d1d671de5591e6314ad41544cb33e4c2d480ff7d0e81ddb187649036f7b7b0e20c3bdd8e0a33fec1f9c30d156e719f0b25cc6 +Size (gdk-sys-0.15.1.crate) = 73599 bytes +BLAKE2s (generic-array-0.12.4.crate) = 94b65fa809c2c8c85fcb2ee7e7048c763a0674743192613fbd6e20bf34bf8c21 +SHA512 (generic-array-0.12.4.crate) = f92002b549aa9db2a80f65c50357c1f0f490a63e104fae7a271e0b16d6c43ec9146cb7f371f00eb1575a1bfc713ded3beb51f9e96ede93f2ce66ebf78ec85cb8 +Size (generic-array-0.12.4.crate) = 18212 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes +BLAKE2s (gimli-0.26.1.crate) = d8a254077b0647501369f6b0e989352f7814b7d1ff9c3be7396fa8629281e7ad +SHA512 (gimli-0.26.1.crate) = c341354e13a78c4afeb651a0ed651f60d188957216ba51079512531ab1273b1b79c86c57e904b87064015f8e7efe4280d9edd4acf90e25fb29f8813a4c7bf9a9 +Size (gimli-0.26.1.crate) = 716168 bytes +BLAKE2s (gio-0.15.10.crate) = 9a4739a8625c350e2342164ed2f5386c18ba38ca4058bace2cbd33f6e0ce83fb +SHA512 (gio-0.15.10.crate) = 123ae7558ea08c8709e0e6009be8f2eb55c644b6ca52a8ccbd769263b9d9c43243992c72536925e4488316201359443d0242edec89cf3c6cd4772c2a33f11ae1 +Size (gio-0.15.10.crate) = 190818 bytes +BLAKE2s (gio-sys-0.15.10.crate) = 0dded0a41dc76807ea6f1130c0553250921162ddeb7bd58a868abfc60b1717c3 +SHA512 (gio-sys-0.15.10.crate) = 9a5f37afc4ee4fea2a9fb87005c2c51b1f22ba98c9ad88bcedf89b90bd1e3d6393ecea8b726b596dc298c5a4e7db1eb0503f0872db54c19c29069f5a2b1b30ff +Size (gio-sys-0.15.10.crate) = 79552 bytes +BLAKE2s (glib-0.15.10.crate) = 788060f3bcda2f79107a1b574a382acd59db6d211afd4ed3f4d0e56f6e853371 +SHA512 (glib-0.15.10.crate) = e879682abd5c01bd1d189814b16d15ee4f751616e920bc3cf9c8f3639939728abbfab6719d908569e25cc948a09364392b6af66433dbf9577926476293372a49 +Size (glib-0.15.10.crate) = 206119 bytes +BLAKE2s (glib-macros-0.15.10.crate) = ae9d4623e7bcc7a2b43eaf82681f86feeb4b32528ec6fca8e6c1037d5ef08762 +SHA512 (glib-macros-0.15.10.crate) = 45f1df486f1e086006ef737cb4b757df48c6dbe889bda24b21718b0b43f6c2fd9ddcf32f2adc18a7944b60f3dc502b54e9d387feee515336aea73e72f3a3e4f6 +Size (glib-macros-0.15.10.crate) = 27629 bytes +BLAKE2s (glib-sys-0.15.10.crate) = 9e2502873659cd38cc1ae4558a72a4333c9e87ae3a954676fb968aca408b6034 +SHA512 (glib-sys-0.15.10.crate) = b83d67d775f70d6a08b9a6a9e24b575f110a93e5dcc8c53c03015842bac2617d13ded014f46820f8b05b08e7a34aa4841923847869af26689251497daf0b69ec +Size (glib-sys-0.15.10.crate) = 59966 bytes +BLAKE2s (globset-0.4.8.crate) = 9435d28608ab4becb7f2b371543c1fdf5626d19f39d14b1b3b1ab1d55722d1fe +SHA512 (globset-0.4.8.crate) = 1a1fb9731d310ced63742b2c6f7ef7f414c89780751d9881859a6e6fbc512e91bc23c91e3743bb36114dcef6dc1962fd376d67bc536752ba6a8a2fda7aa80bec +Size (globset-0.4.8.crate) = 22886 bytes +BLAKE2s (globwalk-0.8.1.crate) = c35d01970160b83bca3f34b41073c139e25ee34e0664d67e8e083a8a283e7020 +SHA512 (globwalk-0.8.1.crate) = 3235fdd9c24ffc54994a0b37862c44e16a4c9ef6a7e1a008c5d83dc62a9683ade97e451e4da7f6db710be2532339a55038fa3bb85dbe6685d1c807cf42f6d955 +Size (globwalk-0.8.1.crate) = 13705 bytes +BLAKE2s (gobject-sys-0.15.10.crate) = 280335f16adc0df6cbfb3ac95306d4cb809fac04942b52bf5336c8e334e4f9f1 +SHA512 (gobject-sys-0.15.10.crate) = 351b4dc985f5e0b1b3c7f2da9a615188b11a0b62052ffcd6e4fd654b086b0d66bee325f6e8807c2b3508132816540f2c8431f74ffdb4d31d436594ad2fdc0d92 +Size (gobject-sys-0.15.10.crate) = 18534 bytes +BLAKE2s (gtk-0.15.4.crate) = 6770aee6ec0f0e696e2f77cfb6968256685598da37714268aeb69c34db3c3393 +SHA512 (gtk-0.15.4.crate) = 42818ac79e3dd904fcec2a6c1ce1c53539f7093b6a4e46043267747b13d98132a2ce8ae37149faf8ffb9617931f504ea8e0a9204a195602c0b19e1e0d4ab1ee5 +Size (gtk-0.15.4.crate) = 537304 bytes +BLAKE2s (gtk-sys-0.15.3.crate) = 86ca2c7ce9c0b699061ef6a05c5cc4241d12bef28acad58d39e0b2f854bdc593 +SHA512 (gtk-sys-0.15.3.crate) = c3984bf94e3881e28874fa9611f273b8af1f463c7d1efe2315364ca71e85975554685903dba47513e21e312cd85dd281c17cf6b4c794368958894933b3c03bcd +Size (gtk-sys-0.15.3.crate) = 138220 bytes +BLAKE2s (gtk3-macros-0.15.4.crate) = afdd0ca3ce4bb11c1c73fb36a736f32c30096ae2304207163d01462bdda15e43 +SHA512 (gtk3-macros-0.15.4.crate) = fbbebf965e0656f2e03e5a83c3b4dadbbde20d950d9d2418e56ddc8307681524611d37353facde696fbac58288dc02207e44a6e1580bd714351e327cc65e0469 +Size (gtk3-macros-0.15.4.crate) = 5675 bytes +BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c +SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c +Size (hashbrown-0.11.2.crate) = 85713 bytes +BLAKE2s (heck-0.3.3.crate) = ad67e9fc1dc80c1a47e13e4e30cd2644118f8135c22c5c6462ed254cf6374d84 +SHA512 (heck-0.3.3.crate) = b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f +Size (heck-0.3.3.crate) = 10260 bytes +BLAKE2s (heck-0.4.0.crate) = 0bbfc0807fe42d68570dab10b6cdfeabd24e6c732caebcec1880c2b9efeb36b5 +SHA512 (heck-0.4.0.crate) = 33bdbf4ff9ecc4f4d74cf06590e056f4d96bf0d990d5381b9da5b65682b2495ed74e27b45419c2afa986c1f6200909d5175b137ae73ced5cc8ac869e4e1bce8f +Size (heck-0.4.0.crate) = 11161 bytes +BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 +SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a +Size (hermit-abi-0.1.19.crate) = 9979 bytes +BLAKE2s (html-escape-0.2.11.crate) = 5a4b9a20e8200da154affc1c7fa2e6b58b86da452c42200226d0695885be6305 +SHA512 (html-escape-0.2.11.crate) = cc38a065396c3d67f65f406e1e93ce16045296b135f04667b21d6029116751d365bc9b8f2c2eeed6c7d5fecf764860b8f206d85a0f5f840f6a4fd995bf8758c0 +Size (html-escape-0.2.11.crate) = 29606 bytes +BLAKE2s (httparse-1.7.0.crate) = a825ceb834dc09d3f402ed0f77b238cad6db890a3ee8ee4c02c1033f455cc2fb +SHA512 (httparse-1.7.0.crate) = eb24d0ebbd78c1d76a8b8b46fdf0876b8893cf1977adc73038e6a4b4d7ad6280f97fbbe8c92465fa34d6696d0a40288f41795df7cf15733588d1bfa8dfed8584 +Size (httparse-1.7.0.crate) = 29323 bytes +BLAKE2s (httpdate-1.0.2.crate) = b5cd05beb35662469bffb19b3080e5dae08182d555df6630e669df43965647c2 +SHA512 (httpdate-1.0.2.crate) = 4d650dbe7ec1d0f457bab71cd009fd92ee296fbe0a6b0c0ce4d71aa3bee720094a03968c08e542be60869350e05b4a1739542c6415e401407345f5643e15f8fd +Size (httpdate-1.0.2.crate) = 10673 bytes +BLAKE2s (humansize-1.1.1.crate) = cda09d0c3277d161f991ec08e648f32d295468dd7afd1e72ad63f5ee13b4d0c5 +SHA512 (humansize-1.1.1.crate) = 90b25500014d7ff541b6feb496ebb25ffbf0bbdfc3ea80ce3b3a1597d08c2cea9b967c674e261d3c8c3587d3481da8d899cc5e3fb05b22c55f90e178508ebeff +Size (humansize-1.1.1.crate) = 9131 bytes +BLAKE2s (ident_case-1.0.1.crate) = 4d382023c2b35f60b206b35724099abc36a9f7cea6673a4e41010c914389970c +SHA512 (ident_case-1.0.1.crate) = 81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9 +Size (ident_case-1.0.1.crate) = 3492 bytes +BLAKE2s (idna-0.2.3.crate) = ab46cafcffb3e0d08ac1b12bdcfd56376fef089009965b6f36b1b0edd546a7de +SHA512 (idna-0.2.3.crate) = 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f +Size (idna-0.2.3.crate) = 271023 bytes +BLAKE2s (ignore-0.4.18.crate) = 8572ea3aa32efc6b519aaa1637d0bff67c2c75d5ca3a53f0c79c2b7af757b4ea +SHA512 (ignore-0.4.18.crate) = 5d11a2415f015cce6ce72aa3d08a7cfb645ee7f1845b3445a924a92144438f209c992cc15d4ede3099d1eebe3fa28bde4e0eef1a3fbcb9dbced19a42051d21be +Size (ignore-0.4.18.crate) = 53174 bytes +BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 +SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +Size (indexmap-1.8.1.crate) = 53220 bytes +BLAKE2s (inotify-0.7.1.crate) = 6bb93b34e35ce3cc0d2503187794aad31c3f66ee767a4a352d6b4585d167ffbc +SHA512 (inotify-0.7.1.crate) = e98e041efbfaa932f0eb2e21f1831776280ec3873ecba8815dc3af716a37ec19c863a909d9f10a49347e964eae0aba33290a892dc0f0e178f6ccc0a4fdcf2c6f +Size (inotify-0.7.1.crate) = 24637 bytes +BLAKE2s (inotify-sys-0.1.5.crate) = 0636f4b176c0da96092bda39188fe83e291b567b6f84630e5308523494b729ef +SHA512 (inotify-sys-0.1.5.crate) = dae749f32c533b0c9f99963d97a77dcbfcacf173ec8fd7a02f275804f9925e867b4dfdf6be52c3c3c3de136d64e6e7d6b30a3bf804a01608cf974b0cc2e346da +Size (inotify-sys-0.1.5.crate) = 6965 bytes +BLAKE2s (iovec-0.1.4.crate) = fe5eb2f28d5151b1811788b0b66b7f46199288616e820665fedcdebe32124611 +SHA512 (iovec-0.1.4.crate) = e23fcaac239807daea20ddcf2cdd4fb858ba1aa970ce6248f70f0fba5bff7ebdb27247c0997ac0ff2791178f86ff9657e473d8f64b86c644763e5b3474edd158 +Size (iovec-0.1.4.crate) = 8720 bytes +BLAKE2s (itoa-1.0.1.crate) = 5df5e417576e531605b209f326947f25fdf7147572381012e4fbb035f0036abb +SHA512 (itoa-1.0.1.crate) = 8e7bc1e9bf4fc06871b9fe20caad4e0af965477d724f4c8d0e2a3a4d87aedf99f92e4e583a6440ce574d0fb43fc9d6a2e80add52a2f64210c6aa3b402e424295 +Size (itoa-1.0.1.crate) = 11059 bytes +BLAKE2s (jni-0.19.0.crate) = 1bae11d4ee6d76b57c071584a24a3fa086f9419486777d5f51472ac5e9a4f127 +SHA512 (jni-0.19.0.crate) = 75b48cd05ffbfa6e220dc4ffce3f37eb89105d42b0ac4e108930ed81c3525c4ee3d1c069342cee203c401c9f2e9bb2c53382fb61155da922ea9585d4fff9b212 +Size (jni-0.19.0.crate) = 65890 bytes +BLAKE2s (jni-sys-0.3.0.crate) = 9f5a74f7d13854cee72f8d761477dfd785b62f2f462353ede5afe918a40b14d6 +SHA512 (jni-sys-0.3.0.crate) = 1e47582ed4dcf608ffd218549f1eef5ee3c87a89e28c65eeb5bba801edd6cabc0f095e213e8df606e050a57608653a59ced6f01a8bc76a5eb32ba1a337a63321 +Size (jni-sys-0.3.0.crate) = 10232 bytes +BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e +SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b +Size (js-sys-0.3.57.crate) = 78605 bytes +BLAKE2s (kernel32-sys-0.2.2.crate) = 2a73eb843541bef4f489f04fab855898e7fd655ce608882114685205fbd759fe +SHA512 (kernel32-sys-0.2.2.crate) = 682bc7c629aefd035966a2873518fd60719121cca7d63d89d6c97ff5306f24d8b5055a3c91b4eedaec22b1d5dd3fb8b48ff7341a05bbd72d86e06c422dab473b +Size (kernel32-sys-0.2.2.crate) = 24537 bytes +BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 +SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 +Size (lazy_static-1.4.0.crate) = 10443 bytes +BLAKE2s (lazycell-1.3.0.crate) = 4b68bb7aee4d9c2db1f382991cd5257b908571f8e550a9af7818ce4a2c268469 +SHA512 (lazycell-1.3.0.crate) = f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d +Size (lazycell-1.3.0.crate) = 12502 bytes +BLAKE2s (libc-0.2.123.crate) = 4e72dbbf0b6632b4993c05ddf687b80d0c67c4c236c42d6daf61e6c16701c0e6 +SHA512 (libc-0.2.123.crate) = 527c89b84d9839a240653fd2e66941f8fdd82f01ed70aa5451073d3480a56e6daf53e3ddc077a9884bfbbbc69510cea672c74c9c818e914d4414cbc7ec0e3f9c +Size (libc-0.2.123.crate) = 577487 bytes +BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe +SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 +Size (linked-hash-map-0.5.4.crate) = 16166 bytes +BLAKE2s (log-0.4.16.crate) = 0f9e5a7e5aa99810947b7e3e8a9e057d1275ead9277283661b48c55e3cdeff78 +SHA512 (log-0.4.16.crate) = b12dfcd8bec2f44864b8174776d3151ddf1fa1d82bc8a54fb155d5af3b2af959aab4899d72835a3c25cf58d6c41cd7f1b16c2accbdc20a0eba7e8be3d1883ee1 +Size (log-0.4.16.crate) = 37758 bytes +BLAKE2s (malloc_buf-0.0.6.crate) = fa2e78c89cf38b987feb7cc9114dedf22a0d8ea5611e9a44f8dd55b4b79adc7c +SHA512 (malloc_buf-0.0.6.crate) = 463b3d7666cdd7de618abf0cc4e488060c84d6d93c56d4e922169511a0b03de380ea988cd998f5a162b244088902198763351ac16dea3762f0fa0840fc29d6ed +Size (malloc_buf-0.0.6.crate) = 1239 bytes +BLAKE2s (maplit-1.0.2.crate) = f6de238711037163128cffba54e8a1b1d330c5a03720f4a146b0d70cc550da43 +SHA512 (maplit-1.0.2.crate) = 917b5cf665e12b687035c895b60b2ae05622963f495f5693515fd24d56f49e95a06ffced68606d061bd20822c655100035930673fd4b0d4790168763b6961a9f +Size (maplit-1.0.2.crate) = 8871 bytes +BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 +SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 +Size (matches-0.1.9.crate) = 2246 bytes +BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 +SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 +Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 +SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f +Size (memoffset-0.6.5.crate) = 7686 bytes +BLAKE2s (minimal-lexical-0.2.1.crate) = 7868d0264ff2c8d6fd1944aac77710c2163c9c0bb7488ee70835966d9a324022 +SHA512 (minimal-lexical-0.2.1.crate) = 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c +Size (minimal-lexical-0.2.1.crate) = 94841 bytes +BLAKE2s (miniz_oxide-0.4.4.crate) = 46acb405ff6a26e8421ff8bb8000f4bb5f751fd824b4865147ec36a35f364f3c +SHA512 (miniz_oxide-0.4.4.crate) = 2c6e484a8a53c6b1fb84e2bf9518919e6e5ba84e7716c0bb8e33b53dc0d3432c35f28f19c18368e27c94f6df66b7674f514ef889cf1b19f546bedfb6e6ebaf6f +Size (miniz_oxide-0.4.4.crate) = 49938 bytes +BLAKE2s (mio-0.6.23.crate) = 8b9d738f9884847d8a7564a4a453fa66b7f798572eab0f0199e66c87aa0981f7 +SHA512 (mio-0.6.23.crate) = ea95d15072fe36524a85b50108415a809d7ea3744deee45e4b6a1b763a11c88cda6dbabe4f8d01945a5edeb52296a74fcf457c85be3032c1311a35025860d05c +Size (mio-0.6.23.crate) = 103554 bytes +BLAKE2s (mio-extras-2.0.6.crate) = b78c534e015dee7033513d452f7d3e35d2e2fafeb6893751070fe035eafa20d0 +SHA512 (mio-extras-2.0.6.crate) = 2d92e5afb34ef4c7d00c78d6ed15d4e786aaa9b57ea6e2743b996b8377389c9ae058a6aa227c5c66c39a2f86a7bb0b22a13c73a3e35c4b7c65b7b01fcf7fa232 +Size (mio-extras-2.0.6.crate) = 16292 bytes +BLAKE2s (miow-0.2.2.crate) = 2bf395a985fd1c0b6ec20bac8ddf042cd83bcbc1b46558ee513e6c0292d1be25 +SHA512 (miow-0.2.2.crate) = e42012f67e1c5a475d1c9790bc731add53f7a3838d36f8a701f69974c3ff33d31364006220e69c8f37bae2eb31055ee704c42b64241d13be528c768ca5c3d6ba +Size (miow-0.2.2.crate) = 22044 bytes +BLAKE2s (msgbox-0.7.0.crate) = 914b6416be0e9a6924bd03f20f0ef2197ec749a750a41203dfb15232ab147949 +SHA512 (msgbox-0.7.0.crate) = 2c2852505e43997784be84d482860c6096eb0bb529b92dc0df355b1f19e1db75326652dab1d76dfced745cb28668a851e79f09a9c753ba71319d0309304d77e0 +Size (msgbox-0.7.0.crate) = 9576 bytes +BLAKE2s (ndk-0.6.0.crate) = 6b761f3101392b2bff4f0fbf37f979c15fc38afa7b24494d15678a2ff0ca4e00 +SHA512 (ndk-0.6.0.crate) = 62af40a702784a35bd3517131aa5c5fe22da81091e45a8c8639fa8f1f8b3fed117991db9518dcf55878cbd6222f696d09e0bfb28e161aa47d77b2825ad2e1fbb +Size (ndk-0.6.0.crate) = 39828 bytes +BLAKE2s (ndk-context-0.1.0.crate) = b94eee72034e393969da0d196984f32ce60f7c3ba96e47e303c7f7f3d474ad9d +SHA512 (ndk-context-0.1.0.crate) = c7456070e3b4d5ab8e8ebfd3efc5896d1533539910b7a0159f2a4c4b7e9aa898d75b8b7f3ca6b45fedf387de45aa20b0ff2630c55bd8a42ea29e219911232052 +Size (ndk-context-0.1.0.crate) = 2029 bytes +BLAKE2s (ndk-glue-0.6.1.crate) = 4a4987d03735e812af032acdd0b8a6de2eccfee95b84f08b4ea0a459acb91e9e +SHA512 (ndk-glue-0.6.1.crate) = 66155d4477e83fe77505e795a66cec3713398f756b2d50746bbdd156acacef3dbac7dda9e849a5c20b5381f0207d54d41c5e6845e7de6fb012b250cff7354bc0 +Size (ndk-glue-0.6.1.crate) = 5112 bytes +BLAKE2s (ndk-macro-0.3.0.crate) = 0ed2eafcead94f6fbdfcff18d41f3336938daf7690a71b872ade3dafedb667b0 +SHA512 (ndk-macro-0.3.0.crate) = 240f8b7ec5b72a450874dd6b9eefb2825714e4aa83074efe13a958313193d491e6b4547ce62d2f727afc552d9d8c009c9489a808da54d5967fb29da7eac22d3f +Size (ndk-macro-0.3.0.crate) = 4884 bytes +BLAKE2s (ndk-sys-0.3.0.crate) = 16f1a299da802830970d0569b9ef7eadd7d78fa4a82b31dae5bd98387c9c5e88 +SHA512 (ndk-sys-0.3.0.crate) = 9d85898d812be7c61c7bbf4ef7a6088fa427f4ba334d491a17e5d1e8cf0ef9e37fa277008dbb940d1127c385749ca2b4665521e677388f6b01a2243fce310485 +Size (ndk-sys-0.3.0.crate) = 282815 bytes +BLAKE2s (net2-0.2.37.crate) = 9644956b6237cddc2965f698e37bd56baf3e2ef7407b1019539bf7694781b5d9 +SHA512 (net2-0.2.37.crate) = 9ae70c655468c3e35ce05988626e0398a3cdf7b7343c08aaecf1267bb958329e608b814cc7be252fe085de3cf6913a1c72aad206c677459469ba4886c20206ec +Size (net2-0.2.37.crate) = 21311 bytes +BLAKE2s (nom-7.1.1.crate) = 347cce605f3edc9e6dd8f9c30b9d75e4216e959bfc9e9973987fa9e2393f3b40 +SHA512 (nom-7.1.1.crate) = 1456efdbda4f5b3da6c8580721acf101ed7d779619ee0190c1df103244e405a8ffa0c3889901a2d8beeab0ab84074ed4c7cec5330c7cc2a5a3c30e36a2530be8 +Size (nom-7.1.1.crate) = 115818 bytes +BLAKE2s (notify-4.0.17.crate) = fea0c9389b32ef2430f10e915efba5d728731f2556fcbb0f863a2b1df4236f9d +SHA512 (notify-4.0.17.crate) = 78fffa1da9fafef40ac92190dfaa71e22b8999bb8bd9425e4d8e9054d234ca0fbaf7726c023987756a3900b00aa9e713b093ba7643374f2ffb20416ce19bd193 +Size (notify-4.0.17.crate) = 54419 bytes +BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 +SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 +Size (num-integer-0.1.44.crate) = 22216 bytes +BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf +SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e +Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num_enum-0.5.7.crate) = 9b1ecd682e24c11ab6040a86038fefce192f26a7db41fea57b60fa7024f1e79b +SHA512 (num_enum-0.5.7.crate) = 14749c9fb3cb30366e4915b2afd00b1f005de753ac3458982ef53285efa718c8059bf4804f4db170f43c1978c222aa706f30757c191f8613b8165a54a7c5f4ce +Size (num_enum-0.5.7.crate) = 15199 bytes +BLAKE2s (num_enum_derive-0.5.7.crate) = 64bbb9061fc2284f092372b96b4ce6c911c10d96b5b61d3b7f1e153218612ea4 +SHA512 (num_enum_derive-0.5.7.crate) = 716d9b58d192230ec633207af741cd198772c6f0880a27255bf1b7d48e51f14ee987af14580982b0d22fe0e876167d9850b077f1b50557f47c6ff81b64542b15 +Size (num_enum_derive-0.5.7.crate) = 12225 bytes +BLAKE2s (objc-0.2.7.crate) = e34a570a877d402bef4a22098157a24171ada921812037222da0b82a1424f391 +SHA512 (objc-0.2.7.crate) = 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988 +Size (objc-0.2.7.crate) = 22036 bytes +BLAKE2s (objc-foundation-0.1.1.crate) = eec9e9d76cb8e2bef59fb8f787559a1852fdf2cb0c153b670c345123ea421be2 +SHA512 (objc-foundation-0.1.1.crate) = 976dcab4e62ad1c387a81723d70b969fb7d332e1f7dbeb2ea9a26c62fa999d91ff6d8f737ac5725a7611334862df16fa8b15765c036d7acfc3e42a745d051f34 +Size (objc-foundation-0.1.1.crate) = 9063 bytes +BLAKE2s (objc_id-0.1.1.crate) = 1bc76100eb8a059b580ecd9b12111a7055936856bbb9059e7d8f28a3bfb362ef +SHA512 (objc_id-0.1.1.crate) = ec36fae6f5cefda00f3e44618b3c9fe6ec8f528f70d1a95def6421704bfa128a6e5b4a32e9dd686bf6ff60c4f87fe8094aa5e1c8070bcde58b17fdc06f49f9f5 +Size (objc_id-0.1.1.crate) = 3258 bytes +BLAKE2s (object-0.27.1.crate) = 8381055841d5d8d8d1bb9a8a2d7b336fdc91830d3fd28ab72076c1ecc1fb5a8f +SHA512 (object-0.27.1.crate) = 3f25b663fdbf9a38090c2b1cdc03ca40bead87fb83f99143e79a272dfa4f2fedc387a50d3412d42a53aab228bbcbc6967fdb5a0c8db0a8a3e3ae9cdcf1061589 +Size (object-0.27.1.crate) = 228030 bytes +BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d +SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab +Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (opaque-debug-0.2.3.crate) = ffdb113f8c5eb946581b79b5d530954c2b8d8a6fded3a5e11811ea90ef957089 +SHA512 (opaque-debug-0.2.3.crate) = 7aa44aedd3fa5a6ed3d60239c23dce4cb7b27693e110140e6b332579bf1c1b773244f12271ced975e53caf68f3f381a7edaada573efb982d2e13d638a3a6dd40 +Size (opaque-debug-0.2.3.crate) = 5643 bytes +BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 +SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 +Size (os_str_bytes-6.0.0.crate) = 21046 bytes +BLAKE2s (pango-0.15.10.crate) = a0896ba651208c2632dcd14bea9361f957c0486b47efe3222bd0a1c4270a6a75 +SHA512 (pango-0.15.10.crate) = f6d2d76bdd6cb97136aa6ee8c6c1409b1d3482f9a01eb52d29aa786bc6903c14916a49220154c8bb492b152d29e1409abdac219c9ca6b269e0136ae390f0d594 +Size (pango-0.15.10.crate) = 43927 bytes +BLAKE2s (pango-sys-0.15.10.crate) = 65cbfbdd618144dd2716f2edbf2fc242688dc6def4a389d6695352042fe7843d +SHA512 (pango-sys-0.15.10.crate) = 9fe2cd809e19640e034416c489d674622447701df4c7d6127ffc04556760c6425d78a9d5dc9e09d477aead1c97fe1cdd81de282a3820536a3defff572a64b047 +Size (pango-sys-0.15.10.crate) = 24729 bytes +BLAKE2s (parse-hyperlinks-0.23.3.crate) = b41802e813a770c102ab3733bf21d38503b3701b5ab2057d758c53e3367e244c +SHA512 (parse-hyperlinks-0.23.3.crate) = b6cfca0d98341c22ee041d37e4e23fd2469e9d2e0f8046aab5bfe71436c2198340a27b112e8711467dc086a7a7b4591de2bfe63fc7d6bc0946a852143096e2a7 +Size (parse-hyperlinks-0.23.3.crate) = 38824 bytes +BLAKE2s (parse-hyperlinks-extras-0.23.3.crate) = 9aa8ef4072fe8a3fdf135f23e64cd5cd95aab71ae8c4c223af9d7dccfa2ab766 +SHA512 (parse-hyperlinks-extras-0.23.3.crate) = 030bcf81a333131d9f04b9d53f8087148c3b8252adcff291d9bb604d497a3eaa606d3ca7818291ccf7d5c32216389ef4e37adaf736aac4936fb85b68cf785376 +Size (parse-hyperlinks-extras-0.23.3.crate) = 9574 bytes +BLAKE2s (parse-zoneinfo-0.3.0.crate) = 7be9897e0a7b1d3691b3b8f978b58e8164e97c243384a33ff86463bcaf31efdc +SHA512 (parse-zoneinfo-0.3.0.crate) = e87eb0feca1feda438bb44d92268779053feec9b0823a336ffc593f508fb6e918add1023d4abcb23fa334efe8a07ab41143f5fe841b4f62ac000feb23c6d840e +Size (parse-zoneinfo-0.3.0.crate) = 76590 bytes +BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f +SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a +Size (percent-encoding-2.1.0.crate) = 9748 bytes +BLAKE2s (pest-2.1.3.crate) = 6cbe931f819204f45bad74858f4769bf8cb472de89af3fa3459a5cdd6f6f861d +SHA512 (pest-2.1.3.crate) = 08a36d4571cc0e912ae87e1f2116424b3d4139b653dd9a446fec8ff39cd9a691e8305c86cf75d227b5349197ada4ce79912ac25f0726b98a0642981ac4673c83 +Size (pest-2.1.3.crate) = 77986 bytes +BLAKE2s (pest_derive-2.1.0.crate) = 26b6ab2937b2b3e62beb592755eb8d4908ca6d1e728f96cdc9453f8253b6b327 +SHA512 (pest_derive-2.1.0.crate) = 4d554921b35b6c2491f56b859d389e93459552807df6ff989f9913a9314171e5b6eba93cf7e03528973d6025b663cde7b841d38fabd8197c33beddafaf83fbba +Size (pest_derive-2.1.0.crate) = 14049 bytes +BLAKE2s (pest_generator-2.1.3.crate) = dc5f7f7bce98ce55f47d5b54c1af94ba6194efab4548d534706b780d11587fc0 +SHA512 (pest_generator-2.1.3.crate) = 8be05ef3fd59dc4ccb7871388f8e3cb24cbc2f64eacf7a32fb887f1d8911b528ec545fe78bdd7beb03e2c04eb7fc0ad98ac9fce8579f95ea71cc280912f07c3b +Size (pest_generator-2.1.3.crate) = 14227 bytes +BLAKE2s (pest_meta-2.1.3.crate) = d9a9ed3aec8b34e998ada06ee609436b7accbc14ffd81fa97ea03007074015ac +SHA512 (pest_meta-2.1.3.crate) = f31492b452b58c632c0c5c3e357ba2b41ae2b5816d0ec432c1a281dfc681c5b5c2ab4f194c1049938e671ac232d85667aab91323e986df4edf6093a4e2d47ac3 +Size (pest_meta-2.1.3.crate) = 27818 bytes +BLAKE2s (phf-0.10.1.crate) = 89c720a3ed7642132481296062a4e715736f32c4fa81e5ac2ea78161fae4445f +SHA512 (phf-0.10.1.crate) = 84568d6d1baa7c4e6faf5f3ee09133e736977286d7cb7630a59a53fc8ea15d0d41b9242f8929184667ce576cc9946da55d1e8bc06e98824f163c91c6aa05e073 +Size (phf-0.10.1.crate) = 5406 bytes +BLAKE2s (phf_codegen-0.10.0.crate) = a1cf3023cc98ffc2eac2ba2e85a273a9d153c5f17b60fc155898046745dd5570 +SHA512 (phf_codegen-0.10.0.crate) = dab91b53c72a5b9b6c4773b9f16d2cd58f65bdd9fb975257b8d107d4509b44f5ce8b92ab59a60171207e025688cde54ef97c9973c4226a8765f10f35c4f6f1b1 +Size (phf_codegen-0.10.0.crate) = 3402 bytes +BLAKE2s (phf_generator-0.10.0.crate) = 5b76c73827823b387ce8084286f570f892f7342365d104e0905294d136b942e2 +SHA512 (phf_generator-0.10.0.crate) = b6542d816b2e963c169df695d332f92237ba380f49bf919021514a16aef71de8f4f70b9612356db9f345f3f0d3656b2b39a4f34f8ffa8515510b81f1b19cb9f7 +Size (phf_generator-0.10.0.crate) = 7525 bytes +BLAKE2s (phf_shared-0.10.0.crate) = 631c38577a3d33382a4e75d7efffae8f4e508750fb2888ba70fa3637854cf993 +SHA512 (phf_shared-0.10.0.crate) = f088a6836a28afca7a2ef5440d7aa953227785d52aa0b9fcb76c88d085fe7f0e68732f2354c9f8dfc0a90ab1b8ac214f28549780e6f32d857ff7e8963093d9e5 +Size (phf_shared-0.10.0.crate) = 4095 bytes +BLAKE2s (pin-project-lite-0.2.8.crate) = f17fb23d3567ea71f6e260307531fa0a7119dc7f384f229f7863f24d653fbc5a +SHA512 (pin-project-lite-0.2.8.crate) = 9ecb86d550f4440e19eb16c6a9a418b5c4ad859ed2449b02f77d4b07b1e3e3e6b6b7ffba44a358958679342eb21222992fe6fdfe6d9bcb7a699a3e5816f1bfa8 +Size (pin-project-lite-0.2.8.crate) = 27847 bytes +BLAKE2s (pin-utils-0.1.0.crate) = 5a1cf546c08cd8ad36d3736e337a9865b694de6a636733d252a878aee8b1c204 +SHA512 (pin-utils-0.1.0.crate) = 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 +Size (pin-utils-0.1.0.crate) = 7580 bytes +BLAKE2s (pkg-config-0.3.25.crate) = 858f6fa4e3e07f6482e3e975d78403b574c0606ec93f8ab5a86156604e13c294 +SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 +Size (pkg-config-0.3.25.crate) = 16838 bytes +BLAKE2s (ppv-lite86-0.2.16.crate) = bcec1a8bf0d1fac112f8d6ab00381ac5358660c24daf104f68ed3a16c3c0878a +SHA512 (ppv-lite86-0.2.16.crate) = 264b916f7d1bb6f1c0c0d3cc45f40b72b638abc7174416b49241c3663fe500409509ef6c8241a24515a21a20288c2ba508035b6b37972e4ae7ad02ad19118b74 +Size (ppv-lite86-0.2.16.crate) = 22245 bytes +BLAKE2s (proc-macro-crate-1.1.3.crate) = 92bd29216bbe2dcfe803b611894815499ecdd7ff148b768ebe2fc2de9c41f55e +SHA512 (proc-macro-crate-1.1.3.crate) = b9553235c48ec2370481df90b568ba4c85e8a9a8d8d178f94bc67e87c447b4ee70db03f7c8ca1ea0678d56197e947598a5cc3c2a8753b068aaa1a27e0a4f9bca +Size (proc-macro-crate-1.1.3.crate) = 8758 bytes +BLAKE2s (proc-macro-error-1.0.4.crate) = 2877169f24a0bf3a09d9bfd388ac5d39082672d9258c1c96a851c1bc166b234a +SHA512 (proc-macro-error-1.0.4.crate) = 8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db +Size (proc-macro-error-1.0.4.crate) = 25293 bytes +BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 +SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 +Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes +BLAKE2s (proc-macro2-1.0.37.crate) = 7df0f3468a68248fb6bb32150f677fcdc3fa3c62355feece702f8fb359889a87 +SHA512 (proc-macro2-1.0.37.crate) = cedb3433c6dfff39b404f8939c67e98303bb89a47e2cfb9659eeda1ca3e3d167800dca482374501632ab6d2283105dbd7560a157b48a351b2d3da059f946be55 +Size (proc-macro2-1.0.37.crate) = 41378 bytes +BLAKE2s (pulldown-cmark-0.9.1.crate) = f6769de25b8fbc87d4357b04503fbe7ee56892770af447c8b5536ae1a963c1ff +SHA512 (pulldown-cmark-0.9.1.crate) = 466d6b4ceee89e1a8c71ff7ab8fc1000e7ef1d9bd22193a152358e1dad28c0c1bbe619caf71106d74eb376805dbfd2b888a0626c8c2851bd814d348873843306 +Size (pulldown-cmark-0.9.1.crate) = 114955 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (rand-0.8.5.crate) = 12fbacd2e6f4743eb56bf132865ad6d2c58d567f1c689fd646b488b863b9eb38 +SHA512 (rand-0.8.5.crate) = 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 +Size (rand-0.8.5.crate) = 87113 bytes +BLAKE2s (rand_chacha-0.3.1.crate) = 610f5bba921c6e9d0527a13b5bf3ac43ffcddbbfc58522a8c086baef788895c4 +SHA512 (rand_chacha-0.3.1.crate) = 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 +Size (rand_chacha-0.3.1.crate) = 15251 bytes +BLAKE2s (rand_core-0.6.3.crate) = 227719def6b8444614f9982b4f761c2d654e08f7f5147f7b9ba6a1468bd758f6 +SHA512 (rand_core-0.6.3.crate) = 0fc31f96ca8ebba8c179367de01458e909265e1d627ec0c5620be7c8e83d2f9570471d6ec2cb2bc4bc531505b02fc31f1165708cc1357906791c87123b06ee87 +Size (rand_core-0.6.3.crate) = 21938 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes +BLAKE2s (redox_users-0.4.3.crate) = fafe5c327db7de7f8b6340807a14fb60bdea5ac74634a60379b62c4793cb447b +SHA512 (redox_users-0.4.3.crate) = 0d3366e23cf93e1b0e025a29025eaebfcd1145bd158e2663b94fd952dc2d8a25566819e3a03c4136ca16a6408d37396e2ead0814c3f0c2bb10334dfd0b838fda +Size (redox_users-0.4.3.crate) = 15353 bytes +BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 +SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 +Size (regex-1.5.5.crate) = 238119 bytes +BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 +SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 +Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (rst_parser-0.4.0.crate) = 5dd1fa2225ef3bf344665f996fe147dda9e3992b09fb06208481af6e11b9772d +SHA512 (rst_parser-0.4.0.crate) = b7c843298669e458d56f67d9dc9830c132810eaa08ef98ae6891da545b58753116d005c6c38c1e38dcfb7a683cd321b3838c3369f0c7990456ecbcf4dfbfd250 +Size (rst_parser-0.4.0.crate) = 20450 bytes +BLAKE2s (rst_renderer-0.4.0.crate) = f36e283774a99660a2c9414a9c8516570418b26d9f295933baccdc6f1a8fc3c2 +SHA512 (rst_renderer-0.4.0.crate) = c25bf8d7ed62401973065c964054ef412e80f4dca0086d03508ea20c70db193e2eef76e4b4562f3152130c584b28ce1555b4dc4184cbdf7c2f8e8141b2cce055 +Size (rst_renderer-0.4.0.crate) = 6178 bytes +BLAKE2s (rustc-demangle-0.1.21.crate) = c8b8fd7db0d19e4d07c9d51ddd54669c788f16043cc21e2140e7bf816d31773e +SHA512 (rustc-demangle-0.1.21.crate) = 4031b26863a726cc6d3398b48682e0f0f9e5665abf20a5d35343a904ebd7c0d3752dcdd3a049b2bfa3e2a303214dc39a2980700bcc64464f7029be3c7f34727c +Size (rustc-demangle-0.1.21.crate) = 27920 bytes +BLAKE2s (rustc_version-0.3.3.crate) = 2668c16716efaa3596916eb1500bace6ec5bb7f21b98383d1a3556b16e544f7b +SHA512 (rustc_version-0.3.3.crate) = 37732b3b28eca41de205db34479c75b31af4ddd811f0f1606933eb31e25e5ed3966a41a8b7d338be20fcf47540629824c41a267436c185a98f8acfdce608b5cf +Size (rustc_version-0.3.3.crate) = 12119 bytes +BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 +SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb +Size (ryu-1.0.9.crate) = 48391 bytes +BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 +SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c +Size (same-file-1.0.6.crate) = 10183 bytes +BLAKE2s (sanitize-filename-reader-friendly-2.2.1.crate) = 2372eee21033eac220f649a1d173d152462e586e82bedfc2401856ac43dcedf4 +SHA512 (sanitize-filename-reader-friendly-2.2.1.crate) = 1253f1e5de6b546e86e7a2a4eabb97df1bdeb283f006c6c0e109f4f89e5a9e72db366adaa00fc5dcb397794e822d6362d330ca611abd0f139a46967461a47ff7 +Size (sanitize-filename-reader-friendly-2.2.1.crate) = 10148 bytes +BLAKE2s (self_cell-0.10.2.crate) = 3f5340ffc48124324005e5af5d637b1bd29d9ce854e4b3ff96e8e98be9cfc26d +SHA512 (self_cell-0.10.2.crate) = 88e3700d5bf03294af4e436b6a4031792a8869f443c5646950dc2567c646a62e948f21af5bbaa7cf2fa5306cf0d13ca1c040c236e53c149259d11f1e5cafa732 +Size (self_cell-0.10.2.crate) = 14732 bytes +BLAKE2s (semver-0.11.0.crate) = 8eb6db6cf1eb08883d65df4c9737a55ce177ce7064f1acf2203e5a1e0e3ab340 +SHA512 (semver-0.11.0.crate) = bdbd8eba37071ec1d24d372cc34ac4d82b6d914e7396ed51276e80d4d299864507a9d837ef381f6c4868981b7ca35514050ab8d7a621d43697a9c4b4bd5d8573 +Size (semver-0.11.0.crate) = 20826 bytes +BLAKE2s (semver-1.0.7.crate) = 6dbf6c5244cd9fcfe283ec6da3fa7036c3f32eac19398d91b816f73fa65b892c +SHA512 (semver-1.0.7.crate) = 1956b173e70a9ae78d4e96d62951072879998125bf4703a2763c8cafa4e94100010d6f923afb3b7201d0a3128948b71a5cad0b82cae1239e8f7631d5e003c663 +Size (semver-1.0.7.crate) = 30064 bytes +BLAKE2s (semver-parser-0.10.2.crate) = 3dfb33cdadb3d9f60e323d090ac382b099032f3fe1179ba0d8e9ae78728f3edb +SHA512 (semver-parser-0.10.2.crate) = 154a6905eb5fb854450a0bd00381f93ededd6f1a992103a53464429195102eb266c7e8681e89cf952223a51427fa17c0a36e3b7c2eb6d375b309e5fd3d721f1a +Size (semver-parser-0.10.2.crate) = 23176 bytes +BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 +SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 +Size (serde-1.0.136.crate) = 76158 bytes +BLAKE2s (serde-xml-rs-0.3.1.crate) = 5542e308db2de58a7780c13b7b48b872b51ce9fc083279f542fece32d9b8e6cf +SHA512 (serde-xml-rs-0.3.1.crate) = f85a7040a9f91acdbb386a3ed99e3401e568884e41bdd611880021ab5fc9d5e2469419f5ac03059deb7a78c080340ab2731db676805617549f328ba6ebe1fada +Size (serde-xml-rs-0.3.1.crate) = 14618 bytes +BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf +SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 +Size (serde_derive-1.0.136.crate) = 54776 bytes +BLAKE2s (serde_json-1.0.79.crate) = d12eba94c3e529435de4c570027e0035cefc74b5d14cfd0db96e5ea508f51c0a +SHA512 (serde_json-1.0.79.crate) = 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 +Size (serde_json-1.0.79.crate) = 144451 bytes +BLAKE2s (serde_yaml-0.8.23.crate) = 40768e4eb74057ea745ca51641be1f3b7fac41713f7881f785455eb7a936b1c1 +SHA512 (serde_yaml-0.8.23.crate) = 7831299cedf0fa9155a76b61436ec1cbc06adfe672a102973e8cffc8b277d99b4104d70951ed16b18283f3291c8047d6af413e0438da3e6bc6745bfb6816628a +Size (serde_yaml-0.8.23.crate) = 42140 bytes +BLAKE2s (sha-1-0.8.2.crate) = 1bde2f3455038f2fe03f29012a14c2c6ad2098b0c79f7808c54c0b1de26da95e +SHA512 (sha-1-0.8.2.crate) = 65ddb7bd8f0157d134e70f7c6d6abf7aea198cb97da17b418a265642c5930b8cbd9c8e0b97b557102787cc842cddc93213d669345c2aaac6a1e7146765b2d5cd +Size (sha-1-0.8.2.crate) = 12338 bytes +BLAKE2s (siphasher-0.3.10.crate) = b02896dbacdd7733bb3355e952a6d76a8a3f004573d5ee887f8534a3a8fa83b4 +SHA512 (siphasher-0.3.10.crate) = f90425a2cccc9575d377bb92a765d34653ddef1ac12b7c63dc6d700aaa74b525787e11609061c2d3e44ea56fe0e4b8f93f7b13f0279b5de2e0f710c5caffd4ce +Size (siphasher-0.3.10.crate) = 9889 bytes +BLAKE2s (slab-0.4.6.crate) = a269af42bb2b906af07031fe84a13842abb5681c2f2e519b7c1fed5506df666a +SHA512 (slab-0.4.6.crate) = 788837db210be63579eccf12d96fcaa3280c7515bedebe3040a71ed27d013430815ebc74acc06280daf22c0b16871bad210981d32615c26cb1da344b4b0d9488 +Size (slab-0.4.6.crate) = 16067 bytes +BLAKE2s (slug-0.1.4.crate) = 478c51d1519bb4351bc15d311a2b1b0c3c3fa06ecc7eb3c71458e88f69dd68d6 +SHA512 (slug-0.1.4.crate) = 2c85dabcca9400c5e2a3b409997403a6acb17357449df4ef9a7b27511c5a979bfcb1a4d80b7e7c36122233ee6d47e59507631dd6ac9e93d1610f54b9b160ee96 +Size (slug-0.1.4.crate) = 6640 bytes +BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 +SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c +Size (smallvec-1.8.0.crate) = 27992 bytes +BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 +SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 +Size (strsim-0.10.0.crate) = 11355 bytes +BLAKE2s (strsim-0.8.0.crate) = 4c57b0c1505fd1e6a962cf721ee33473997ba55c8638e53c92efc6c9cf7fcc91 +SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 +Size (strsim-0.8.0.crate) = 9309 bytes +BLAKE2s (structopt-0.3.26.crate) = 2b610fc0e866ead9fed70cd8b4c329cb6178e11d2712c7fed9be4868bdd13e11 +SHA512 (structopt-0.3.26.crate) = dec27090b57107473c9d398db68bde3b1b5191e7c7980d7d2c20fc723f92c64a6cf1d391d5122a103222c4262253d8073fd0fdfb11c74f235af79b2ae0caf069 +Size (structopt-0.3.26.crate) = 53798 bytes +BLAKE2s (structopt-derive-0.4.18.crate) = 59a14c6bf61749a2c4880535d27bb7999ba124682bcc518cb2ac5fd0f1e33a44 +SHA512 (structopt-derive-0.4.18.crate) = 68a7f9c2ed987993fdd8bb7e81c31969a1fdf5351c58cba9de61a2f5957aba1626be4b0742f31d4de502301675ba24b0d91dd3acb24f5607bdeec83070626a57 +Size (structopt-derive-0.4.18.crate) = 20996 bytes +BLAKE2s (syn-1.0.91.crate) = 62243832fe3944a1abf4f87a0999c9e51383e16d5cd4d9337c2348b1d00f64c7 +SHA512 (syn-1.0.91.crate) = 28fe28a9d4e9ab3610850c1704be6f384e9fff191b1a5e11f9766bdada81a3e7426cbc776bbd63ea6710320c7416a622506d4a8d607d978af506d381658d4bff +Size (syn-1.0.91.crate) = 235996 bytes +BLAKE2s (synstructure-0.12.6.crate) = 891c609ebfe33301f1b9f08e42abbe31f2de2a7f8d769fdff2c51747acbaa4f7 +SHA512 (synstructure-0.12.6.crate) = 6ec5dd7ade904fb6d79c2be595886289846e064b8c4100f780d8adfcbb41e6ca67f4b1d682212f4673c2169f889a042049b31161ec3cebc3f399751124f01f9c +Size (synstructure-0.12.6.crate) = 18429 bytes +BLAKE2s (system-deps-6.0.2.crate) = 85f8ff2856afc28256736722196d779ccd244eef53e198f75c12f3851a021551 +SHA512 (system-deps-6.0.2.crate) = 5ab193ff8ef680aafe89e6920b90d07349809018a27d962c6abf0ed6920d8a7541d6af03600c7b5e328425add04305743183e072491eacf973e6e96e6590b33d +Size (system-deps-6.0.2.crate) = 22869 bytes +BLAKE2s (tera-1.15.0.crate) = 38cd49de7d4bcf43159324e280b3525ae0945eefdf8c4d63aa93de88d919ec55 +SHA512 (tera-1.15.0.crate) = d303b41dfb66125397c045695c468b777c5371b1b34efc9dbc028e4480a5653ef84ed199f9b12825352a564c5fc83624f1352c5d6154373639aa779b0ba0ab9c +Size (tera-1.15.0.crate) = 96195 bytes +BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 +SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a +Size (termcolor-1.1.3.crate) = 17242 bytes +BLAKE2s (textwrap-0.11.0.crate) = aac1ca89e048f3559b66b2653332c7a880ffdd9d7e557c097334ed50099ae7af +SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a +Size (textwrap-0.11.0.crate) = 17322 bytes +BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 +SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd +Size (textwrap-0.15.0.crate) = 52998 bytes +BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e +SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 +Size (thiserror-1.0.30.crate) = 17748 bytes +BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d +SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 +Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (thread_local-1.1.4.crate) = bfe0b6715ed4534b4ce88a19a6ca1bf287ed0943adad0d6f65c9e0e8ab4dcf6b +SHA512 (thread_local-1.1.4.crate) = db7ff3eb88a73d9313dd58d72397614c5aae6be1d64ead7f16535cae2857be3b27d189e7955308591ec64a0d67777fd2a62a2b124ca73facb9a2d8e0458bdbb5 +Size (thread_local-1.1.4.crate) = 13106 bytes +BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 +SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf +Size (time-0.1.44.crate) = 28885 bytes +BLAKE2s (tinyvec-1.5.1.crate) = 60cbb8e5e15e17f378e4c83b65ca583df647d9d8bea89b565f80ac829415087d +SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 +Size (tinyvec-1.5.1.crate) = 44942 bytes +BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 +SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 +Size (tinyvec_macros-0.1.0.crate) = 1817 bytes +BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e +SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 +Size (toml-0.5.9.crate) = 55667 bytes +BLAKE2s (tp-note-1.16.6.tar.gz) = 0d6a75e06873456ef1780d0da6bd4a1532370af37e40bc13f2baef8d1d67946c +SHA512 (tp-note-1.16.6.tar.gz) = d3f696e602a4c466df612f3d1523849dc319147201b3f1e70dbbf5f78788e0a6c3b1f3f5b5da84f6a612059253e228bbe582011022e83b118fc6dae45e2574b9 +Size (tp-note-1.16.6.tar.gz) = 2151568 bytes +BLAKE2s (typenum-1.15.0.crate) = 36a47ace00a92a52369622e3dd8a02c9d20b73e6171ba04e41d3b746b3c267b1 +SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288 +Size (typenum-1.15.0.crate) = 40741 bytes +BLAKE2s (ucd-trie-0.1.3.crate) = 83689d32421b0d630d921038eef4c95caf86bc854f56a7c4288a28858df3b862 +SHA512 (ucd-trie-0.1.3.crate) = 54d43b3824669aa20b725c7747f4fb65bd24e620670c968c1bb0094a0503773acda921b50a0b200c1ea0f84e1e059883c1704bfa5a856d2e2ccda116fb8c3e2b +Size (ucd-trie-0.1.3.crate) = 44615 bytes +BLAKE2s (uncased-0.9.6.crate) = 711fcef6a75826bf1f094efb47d82082f8438f98f257ace018fe529f2f983ffe +SHA512 (uncased-0.9.6.crate) = 8d0f29b60cf800afc92d08fc4d4b92f5ca80c6ad4f38c64c2cff88b959cdb7e59952eda1200c65eae1c379e3e3d55b946a8588c393e60938a776538492af9989 +Size (uncased-0.9.6.crate) = 10413 bytes +BLAKE2s (unic-char-property-0.9.0.crate) = b6200de95c2aa7d6d07e816b9617831cb58bf42106935b9a0f2ec3f1eaabb799 +SHA512 (unic-char-property-0.9.0.crate) = ef969968c61eae6a7d68e6ccb0b40f6618a69bfc4714b51bf4ee8c5ec4532d10b9c6675a4cd5121c904a578ceec7c6471d1496fedbf121059f076ad1c5ccb70d +Size (unic-char-property-0.9.0.crate) = 6809 bytes +BLAKE2s (unic-char-range-0.9.0.crate) = 141f6b99762143cbd2c1e2f653a11cf634e5ae6f9c583384de213b847e2cee0a +SHA512 (unic-char-range-0.9.0.crate) = bb0ede1695f4f016bdf9ec83bb49639527248c175c71d24993b8651ea6be0a411251ed8518893101dd5e96fd2913cf15ec27799c677ddb08b8e408da06ae0ceb +Size (unic-char-range-0.9.0.crate) = 7020 bytes +BLAKE2s (unic-common-0.9.0.crate) = 33c0ff9d1d0c6aaf8c98f4770fa730d5f6cafc7c97fd44934274d019f88253bb +SHA512 (unic-common-0.9.0.crate) = 9212f99afd4c694a3a671963d63e5349f81adde6d5f50c92ec39d15e7ee24aa91eee63ba578a857c8b21380937860968a8e13cd16bb0ee0c0ccd96b3094ad155 +Size (unic-common-0.9.0.crate) = 2558 bytes +BLAKE2s (unic-segment-0.9.0.crate) = 4d4840d6a98464137e3db80bec8ae2f83e0d051374106eb6fb0df68bdfae19d5 +SHA512 (unic-segment-0.9.0.crate) = cc2a27459dca554a78ce24fee42f0e4d0fbac37c42b4c5a1275f9e3b412cd1c813a4b4864857ddc33b549d99f10c9ce9c277b00f9fa7d93f130f5e47106d8fb3 +Size (unic-segment-0.9.0.crate) = 34848 bytes +BLAKE2s (unic-ucd-segment-0.9.0.crate) = e10a6af3d9c50c98afbcdf9702d19329bee20be933a6ea26047c47845d949a7d +SHA512 (unic-ucd-segment-0.9.0.crate) = 04aab71f97785453dce7f561acfb2382a23d60a68735f3664577015a256191463dd6b1f90694e4440c4889eb9b6380c16c7a0ec2dfc2d49fc44a284eeca43c09 +Size (unic-ucd-segment-0.9.0.crate) = 39262 bytes +BLAKE2s (unic-ucd-version-0.9.0.crate) = 67f45000407ae4e2413b7eaf556d12218c5954461fbbd7a7f4ef29688ffc8879 +SHA512 (unic-ucd-version-0.9.0.crate) = 153219ff18be02e23ff3dc90bba11fa8c7cda11b972e0d84500d9a0742fb7d84466f2cc63ee278a24098c39634e50742af3317cd942f4ea882ef5a2a8e003d7b +Size (unic-ucd-version-0.9.0.crate) = 2246 bytes +BLAKE2s (unicase-2.6.0.crate) = 389082bf2c60fa4668d7b943d6eebc3a78d540e5f1525582ffbad9b7eee8b024 +SHA512 (unicase-2.6.0.crate) = 7e76a5f344e32c56cf87223585d87a56c79627b52bba0b29eb6de82de874b2964accededa8e9b5741f57944b6750fba5c61e679a50d4fd5a5646f431e2f4f188 +Size (unicase-2.6.0.crate) = 23478 bytes +BLAKE2s (unicode-bidi-0.3.7.crate) = 35877a9b5d35d0c75856b237e5be0c43f956064b9af25b8c3345134aa8c0a756 +SHA512 (unicode-bidi-0.3.7.crate) = 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf +Size (unicode-bidi-0.3.7.crate) = 33759 bytes +BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 +SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f +Size (unicode-normalization-0.1.19.crate) = 107353 bytes +BLAKE2s (unicode-segmentation-1.9.0.crate) = fdcf49e933d6dbe0684fc2e1e172f784ff19668d56ff5be2efcaefa06a0a6b0c +SHA512 (unicode-segmentation-1.9.0.crate) = 7d0ea37bfb24a1a803b1cd40b7b0c0e6e44ebf9a474fdedf0dcca1ead25662e19f44af29b87de1b000c3cc75fec93320938bb3ab9d9e82298eda324bb97e7294 +Size (unicode-segmentation-1.9.0.crate) = 93241 bytes +BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c +SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 +Size (unicode-width-0.1.9.crate) = 16745 bytes +BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 +SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 +Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 +SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 +Size (url-2.2.2.crate) = 68555 bytes +BLAKE2s (utf8-width-0.1.6.crate) = e9b46de4d57c95325a7f9ef74e2ae8f5478bbfed555ce3ca3295adc1efdb3137 +SHA512 (utf8-width-0.1.6.crate) = 2c51e38c7fa2a2c113ff74164067e49e2e615048144f3065c228a965804029447f7a1e65d926facccb8332a2ab2be02fffb7413d8eee6f883d941909b350844c +Size (utf8-width-0.1.6.crate) = 2935 bytes +BLAKE2s (vec_map-0.8.2.crate) = a40b5b21f51fcfad8f2fa810b929af3cb20cd710bec9216e8750e973dc9ff59a +SHA512 (vec_map-0.8.2.crate) = 4f1ef59bc2c437e79f1f84fe021bce5aa8ccd581f500f3d5776913d5f17d45b03ccee64f5bd03d47656318cfc9344a1f4311079d471fa409a8e4e94c143973f9 +Size (vec_map-0.8.2.crate) = 14466 bytes +BLAKE2s (version-compare-0.1.0.crate) = 32046f68218ca3d75efbfba68617c20dd66236234d0788884352304f3679d4eb +SHA512 (version-compare-0.1.0.crate) = d1b1a96f528e9660e38b6a08adbc186dfa93fa3e698029f68efcdea3de82c3e78cc0a2178e49281186d58de0c24ce3e62ebf1a0ef1aafa9297931cf19408d9c6 +Size (version-compare-0.1.0.crate) = 14169 bytes +BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 +SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 +Size (version_check-0.9.4.crate) = 14895 bytes +BLAKE2s (walkdir-2.3.2.crate) = 263ff268c90c765cb836aa4743eb2e30fb738a655b3e146e059f0dbad9e6bfc4 +SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da +Size (walkdir-2.3.2.crate) = 23516 bytes +BLAKE2s (wasi-0.10.0+wasi-snapshot-preview1.crate) = d18ff4a69561016b824c0dcf7d226b557c48b264c672917f770d8283aa6383a4 +SHA512 (wasi-0.10.0+wasi-snapshot-preview1.crate) = 88e2da617f50d9ebfb1e0c5857321fb86b5ee88ae8a8d199d3cc092e0f39688a2cb68503f7c6bb09dd6bc50a9a03597a1eb2e032150fbd0d0b8afa02ad771c88 +Size (wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 bytes +BLAKE2s (wasm-bindgen-0.2.80.crate) = 89702404d92c467bb03354d32a59840774b6aa253d928c5e44acc841da320b34 +SHA512 (wasm-bindgen-0.2.80.crate) = 928fd6575217909a46f23ea8147caa438efed8eef31d1e0d75610fc380c18d7cf51cb74c7d5c83136d36433fd19bc9256b6566c2624a4008daca1b3e155aacf1 +Size (wasm-bindgen-0.2.80.crate) = 164576 bytes +BLAKE2s (wasm-bindgen-backend-0.2.80.crate) = f704d2f991d701e6e7fedec72f71b25d4e9c7e1758545cf9c13011108fc46783 +SHA512 (wasm-bindgen-backend-0.2.80.crate) = 20c33664f194dbc5998093831d8ed0eae82cfa6c90b8c3b9338c4f32104594a8864c68a51ee3e39fca1eba166b241a9a8e508d5f942791d727deb2decd9056d2 +Size (wasm-bindgen-backend-0.2.80.crate) = 25741 bytes +BLAKE2s (wasm-bindgen-macro-0.2.80.crate) = 34a8393957cf62e3c332fcdd3e6108ccb5bd74cb229dd7cf69d0493c02b5a230 +SHA512 (wasm-bindgen-macro-0.2.80.crate) = 816922762591e7ccd07d9bab1f089d1d0484c04ca4d8b9060d432fabe4ca28a6b6f0e701129f6d0a3fc341b845115c2dd1bea3bb67493234a73f7cd2bc0c66db +Size (wasm-bindgen-macro-0.2.80.crate) = 11805 bytes +BLAKE2s (wasm-bindgen-macro-support-0.2.80.crate) = 28981e3b16e944dc6fb7b12e564cb77c4fa837e2554122abaaa5c6850a9d7f8c +SHA512 (wasm-bindgen-macro-support-0.2.80.crate) = 8d4a68c363dde93d9644f30ab69ef28879e8c354e41e6ed1d1598beeeaba5bb6c8e6769fac5404faf438a90d87fbdaf9bc9b4d082dd7b1986f789d739f7b5108 +Size (wasm-bindgen-macro-support-0.2.80.crate) = 17857 bytes +BLAKE2s (wasm-bindgen-shared-0.2.80.crate) = 61a3ee89b16487fc8a488f21584bcf020124c4e5b06eb74c9f3438385f6fc715 +SHA512 (wasm-bindgen-shared-0.2.80.crate) = c170759d46e12edd41dcafc908caa887756a811006a178b3bf5ae73f73556d51fa13fc4a0844e28071d21c177a1d98e1e2f6dcac41dc240b972b697d36d74203 +Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes +BLAKE2s (web-sys-0.3.57.crate) = e9c87680c6489a44ed00e15ca84ae67c048f89fab3c2c8e9041b3036bf12ec61 +SHA512 (web-sys-0.3.57.crate) = 144a481ff7562ff5f96145c7db64ecc704863e2fd6c0c9afc87fe87513e5be660fcadec6b1114ed2c86da36ccd97024ce601b843c8768dd8b5c53c71daae9800 +Size (web-sys-0.3.57.crate) = 686563 bytes +BLAKE2s (webbrowser-0.6.0.crate) = c7a21c1b184883292ed32b52a2222b6fa8a638b50e56da843e5c8028c7532aa5 +SHA512 (webbrowser-0.6.0.crate) = 61d0471bc5ff6faab03dcd52e89f85997e3848aeaeafc08ef81b6782aaf3dcefdc0d05a1d727dd3c22dc05e26e33d53ba7773bf0d27c08d5ee769a6842d9affd +Size (webbrowser-0.6.0.crate) = 18745 bytes +BLAKE2s (widestring-0.5.1.crate) = aed12a8c395318182cc5f033a8c5c9dea07edeeb42a3148643b9d43a3c717e2d +SHA512 (widestring-0.5.1.crate) = ef39fc053cd98c070e502d0c53acf27965a06583805fb6d8b1228f76063ed343382500917ae33231470c5af3d2223070d36f394758bd6faf4e298cb981cbe3bb +Size (widestring-0.5.1.crate) = 41338 bytes +BLAKE2s (win32job-1.0.1.crate) = 902e3914e524b57e35fcd1bd85f060930655d821f6b7cae48ace6e64153bbd38 +SHA512 (win32job-1.0.1.crate) = 8de29f2d91b2e59611f3480548461aaf03b08a17a6d9b6f0388f25f9420f86271dff0212e201b5eada4e214d2b81c3ea80fc9ed6f9c461c038f0da8e78d6f49a +Size (win32job-1.0.1.crate) = 10491 bytes +BLAKE2s (winapi-0.2.8.crate) = aedaa087201717710fb86afee2fc3c0d7494c5a55a02bcdacf606c2948189f3b +SHA512 (winapi-0.2.8.crate) = 115e6f027cdd4a56f77ca24f4ab249d2a6cac1e1f955c826a9b6ee05db4861790a533f5e674aebbb540370fff52ed41618c2cd7c906e73200e92df213109cebe +Size (winapi-0.2.8.crate) = 455145 bytes +BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce +SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 +Size (winapi-0.3.9.crate) = 1200382 bytes +BLAKE2s (winapi-build-0.1.1.crate) = af1787f3209c8f28c103ebc75cde548ebbfa8417a7d834e55abd7b995d2db33f +SHA512 (winapi-build-0.1.1.crate) = 8b0a239e205a5368892f41c870a8a7ea16e3468c364b03382bef7fa3a2e7159b09c07661e95b1227578f6d72c14879daa4444b28c51ae20ef15d985d59ca5a77 +Size (winapi-build-0.1.1.crate) = 669 bytes +BLAKE2s (winapi-i686-pc-windows-gnu-0.4.0.crate) = 3ef20321fea464773f9e73ac16ada3a0e8101a8c3c0ebab763049f2ab269eb1a +SHA512 (winapi-i686-pc-windows-gnu-0.4.0.crate) = a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 +Size (winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 bytes +BLAKE2s (winapi-util-0.1.5.crate) = 0bbadc89bd260c16095f1d19c2dc0f5acbd24d64dc1dcada628bf4acb003c6cc +SHA512 (winapi-util-0.1.5.crate) = 7baeb661f397c4693dfa001fdc774b323c51a7c55caad40f2de5112a1cefd1d6151e3df41fa4ee193460a5905917c83d2b1de5fa10b4bd014ad96690af95c0fd +Size (winapi-util-0.1.5.crate) = 10164 bytes +BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 +SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 +Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes +BLAKE2s (winres-0.1.12.crate) = 6b1d1857d9cbe3d4d3e1e414860bcfb543b4344f91b55e4a98ef26dfa3cc76fd +SHA512 (winres-0.1.12.crate) = 9f61edafb4a262b56d130e48ac6bba94f5a432bf0a8c20243e6c8fa98c3f9e0d2ab00a77b35a2e49dd63585a272af597e236e089641b5f488760ac42d22f5a67 +Size (winres-0.1.12.crate) = 19772 bytes +BLAKE2s (ws2_32-sys-0.2.1.crate) = 46eaf04aad996fd11714a438cad2036248eafcd7ff2d25903dfc48926017f1f7 +SHA512 (ws2_32-sys-0.2.1.crate) = 18356861fc595efe7d0180afb8ce7649da35a4f9ba456271d2068679ab258a861af32a2e016e241fbfbf5f6ef0eb33127b26eabfc11428af39506538faa4821f +Size (ws2_32-sys-0.2.1.crate) = 4697 bytes +BLAKE2s (x11-clipboard-0.3.3.crate) = 48e929aa364f5f32b18b75a95ed3703b59ae0948f73efec1505a2905d41001e1 +SHA512 (x11-clipboard-0.3.3.crate) = b45283bb897f3fe1a3d16d12a962376a26c2c26e37140b32c064f9a768454dffb584af2f24e13adf00dbc5e0095aacfe40b27fabc7745598037ddbebaed688e3 +Size (x11-clipboard-0.3.3.crate) = 7357 bytes +BLAKE2s (xcb-0.8.2.crate) = c820dd5466be0db7b73ade6477946f49fd95e9b6e74cfe0b3b74e49099265b26 +SHA512 (xcb-0.8.2.crate) = 276df8c84e5a416470ea5d7d29065acfa0f3b1c2f6f987242e30ceed746ee7c004257a26d01dba4f2366a76c5878b154242ed4f4cbe5b7df1b2c9c40c4d60c46 +Size (xcb-0.8.2.crate) = 129071 bytes +BLAKE2s (xml-rs-0.8.4.crate) = eab945802630af06024d7af2d033edfd3ec2e20b6321334d286a5fd33e25debd +SHA512 (xml-rs-0.8.4.crate) = b21b0db9ee7cdfddae7c110e4fec714d719e75ba139744c290692d660caa425aa8b1ece644deb5f1879f21c0561b9b412b9ba8931f7f5b4e220ef08f8a7fc5e6 +Size (xml-rs-0.8.4.crate) = 52690 bytes +BLAKE2s (yaml-rust-0.4.5.crate) = 65c7c0fe708cb682959e36fbb03b09a35b09d529e5c87364107f5985940a1404 +SHA512 (yaml-rust-0.4.5.crate) = 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0 +Size (yaml-rust-0.4.5.crate) = 47783 bytes From 54bc226a37a6e8910223ca01aba2c0837ce8be45 Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 20 May 2022 16:35:03 +0000 Subject: [PATCH 0711/1154] Add tp-note --- editors/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/Makefile b/editors/Makefile index 87983b0666bcd..638410d469c60 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.225 2022/05/19 13:32:47 nia Exp $ +# $NetBSD: Makefile,v 1.226 2022/05/20 16:35:03 pin Exp $ # COMMENT= Text and binary editors @@ -166,6 +166,7 @@ SUBDIR+= tepl4 SUBDIR+= texmaker SUBDIR+= texstudio SUBDIR+= texworks +SUBDIR+= tp-note SUBDIR+= tweak SUBDIR+= uemacs SUBDIR+= ve From a07936977384944bb65c42c268a6e64e6046fcfd Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 20 May 2022 16:35:36 +0000 Subject: [PATCH 0712/1154] doc: Added editors/tp-note version 1.16.6 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9460c73612570..2c477d7cd8082 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2645 2022/05/20 16:32:23 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2646 2022/05/20 16:35:36 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4090,3 +4090,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/py-asyncssh to 2.10.1 [adam 2022-05-20] Updated sysutils/felix to 0.9.2 [pin 2022-05-20] Updated audio/spotify-player to 0.7.0 [pin 2022-05-20] + Added editors/tp-note version 1.16.6 [pin 2022-05-20] From 82a29a79bbfae5dc87f3163513cacc12c26087d4 Mon Sep 17 00:00:00 2001 From: khorben Date: Fri, 20 May 2022 19:52:41 +0000 Subject: [PATCH 0713/1154] gpsd: provide a RC script Bumps PKGREVISION. Tested on NetBSD/amd64. "ok with this" gdt@ --- geography/gpsd/Makefile | 5 ++++- geography/gpsd/files/gpsd.sh | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 geography/gpsd/files/gpsd.sh diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index 0c5698e54fa83..48b122c808e42 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2022/04/28 11:43:14 gdt Exp $ +# $NetBSD: Makefile,v 1.64 2022/05/20 19:52:41 khorben Exp $ DISTNAME= gpsd-3.24 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/gpsd/ # will probably switch to https://gitlab.com/gpsd/gpsd/releases @@ -46,6 +47,8 @@ SCONS_ARGS+= leapfetch=no # scons is hard to understand, so enable debugging always SCONS_ARGS+= --debug=explain,prepare +RCD_SCRIPTS= gpsd + SUBST_CLASSES+= pyenv SUBST_MESSAGE.pyenv= Fixing Python path in test script # We would choose post-configure, but gpsd's build system blurs diff --git a/geography/gpsd/files/gpsd.sh b/geography/gpsd/files/gpsd.sh new file mode 100644 index 0000000000000..903dc56abdd80 --- /dev/null +++ b/geography/gpsd/files/gpsd.sh @@ -0,0 +1,32 @@ +#!@RCD_SCRIPTS_SHELL@ +# +# $NetBSD: gpsd.sh,v 1.1 2022/05/20 19:52:41 khorben Exp $ +# +# Interface daemon for GPS receivers +# +# PROVIDE: gpsd +# REQUIRE: DAEMON +# +# You will need to set some variables in @SYSCONFBASE@/rc.conf to start gpsd: +# +# gpsd=YES +# gpsd_devices= # List of devices for gpsd to monitor +# # this variable is required. +# gpsd_flags= # Additional options to provide to gpsd +# # this variable is optional and defaults to "-n". + +$_rc_subr_loaded . @SYSCONFBASE@/rc.subr + +name="gpsd" +rcvar=${name} +command="@PREFIX@/sbin/${name}" +start_precmd="gpsd_start_precmd" + +gpsd_start_precmd() +{ + rc_flags="$rc_flags ${gpsd_devices}" +} + +load_rc_config $name +: ${gpsd_flags:=-n} +run_rc_command "$1" From 866bf5bfe1d1d8eb52069ee290e675e9a317d32c Mon Sep 17 00:00:00 2001 From: gdt Date: Sat, 21 May 2022 00:07:59 +0000 Subject: [PATCH 0714/1154] geography/qgis: Update to 3.22.7 Upstream changes are minor (micro release). --- geography/qgis/Makefile | 5 ++--- geography/qgis/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile index 554303d1dcea5..9f048bd017ce1 100644 --- a/geography/qgis/Makefile +++ b/geography/qgis/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.145 2022/05/13 13:47:35 gdt Exp $ +# $NetBSD: Makefile,v 1.146 2022/05/21 00:07:59 gdt Exp $ # This is intentionally 3.22 Long Term Release. Please do not update # to later branches, and instead discuss whether/how we want multiple # versions. -DISTNAME= qgis-3.22.6 -PKGREVISION= 1 +DISTNAME= qgis-3.22.7 CATEGORIES= geography MASTER_SITES= https://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/qgis/distinfo b/geography/qgis/distinfo index 4e46a79c5ea97..d899c773fd2e0 100644 --- a/geography/qgis/distinfo +++ b/geography/qgis/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.39 2022/04/27 15:58:14 gdt Exp $ +$NetBSD: distinfo,v 1.40 2022/05/21 00:07:59 gdt Exp $ -BLAKE2s (qgis-3.22.6.tar.bz2) = 80c67ec974da1542c849d8ec6a3c8dc9937bb6bb6449c3d7d9196e21c6a8465b -SHA512 (qgis-3.22.6.tar.bz2) = 5ef36d6d93e5f7562f4ef2dc2a738057376153e7b34fdef7dd4cf278334d61af0b3380712b22961c3693088036d18167f9b2c2f623f405c668e8b48ef2f93d20 -Size (qgis-3.22.6.tar.bz2) = 138056354 bytes +BLAKE2s (qgis-3.22.7.tar.bz2) = c9efd4fe60402bb37dd6d99c578cb20285fc18e46199601ff37af69ff29e435d +SHA512 (qgis-3.22.7.tar.bz2) = d85b88a7a9aee17e7f8179c7d715bc60e64de5bdb41498177886ecdf5da2d707e3880715b6eaba4af86398666da4e322b0fac6b03f6aa907c9e39bfe4d93db91 +Size (qgis-3.22.7.tar.bz2) = 138076419 bytes SHA1 (patch-cmake_FindQwt.cmake) = e6999791328ea54cd0e457ade13f4e608df3d903 SHA1 (patch-external_laz-perf_portable__endian.hpp) = 25b6f1b8d51d663d302e0fd03134e1fb583f1b38 SHA1 (patch-mac_CMakeLists.txt) = 7967c0fa4eed8dc2ce24192bdbec8ae8a336be1c From 77ac9afd421ff3688ea3176dae184a4baac846b0 Mon Sep 17 00:00:00 2001 From: gdt Date: Sat, 21 May 2022 00:08:10 +0000 Subject: [PATCH 0715/1154] doc: Updated geography/qgis to 3.22.7 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2c477d7cd8082..70f97260d9322 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2646 2022/05/20 16:35:36 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2647 2022/05/21 00:08:10 gdt Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4091,3 +4091,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/felix to 0.9.2 [pin 2022-05-20] Updated audio/spotify-player to 0.7.0 [pin 2022-05-20] Added editors/tp-note version 1.16.6 [pin 2022-05-20] + Updated geography/qgis to 3.22.7 [gdt 2022-05-21] From ebc2355d95b1761f108bf84671442b42f4ad4b05 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sat, 21 May 2022 00:44:58 +0000 Subject: [PATCH 0716/1154] sites.mk: update primary Apache sites --- mk/fetch/sites.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index a287383e77709..d2411a3c8c471 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.177 2021/08/31 11:33:04 markd Exp $ +# $NetBSD: sites.mk,v 1.178 2022/05/21 00:44:58 gutteridge Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -120,7 +120,8 @@ MASTER_SITE_XEMACS+= \ # http://www.ibiblio.org/pub/mirrors/apache/ returns 200 for missing # files, which is incompatible with resuming transfers. MASTER_SITE_APACHE+= \ - http://www.apache.org/dist/ \ + https://downloads.apache.org/ \ + https://archive.apache.org/dist/ \ http://www.eu.apache.org/dist/ \ http://apache.oregonstate.edu/ \ http://apache.mirrors.tds.net/ \ From af74bae7813c71592e8d3d997996edeb06702b45 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 07:25:34 +0000 Subject: [PATCH 0717/1154] postgresql*: Mark unsafe for MAKE_JOBS --- databases/postgresql10/Makefile.common | 5 ++++- databases/postgresql11/Makefile.common | 5 ++++- databases/postgresql12/Makefile.common | 5 ++++- databases/postgresql13/Makefile.common | 5 ++++- databases/postgresql14/Makefile.common | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/databases/postgresql10/Makefile.common b/databases/postgresql10/Makefile.common index 8ccfd456a54a4..79d6c6bbdcb0a 100644 --- a/databases/postgresql10/Makefile.common +++ b/databases/postgresql10/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2022/05/12 19:02:42 adam Exp $ +# $NetBSD: Makefile.common,v 1.34 2022/05/21 07:25:34 nia Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -88,6 +88,9 @@ CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org BROKEN_ON_PLATFORM+= *-*-alpha +# "fatal error: catalog/pg_type_d.h: No such file or directory" +MAKE_JOBS_SAFE= no + .if ${MACHINE_ARCH} == "sparc" CFLAGS.NetBSD+= -D__sparc_v8__ .endif diff --git a/databases/postgresql11/Makefile.common b/databases/postgresql11/Makefile.common index 2e2d4353a83be..518481eecb365 100644 --- a/databases/postgresql11/Makefile.common +++ b/databases/postgresql11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2022/05/12 19:02:43 adam Exp $ +# $NetBSD: Makefile.common,v 1.27 2022/05/21 07:25:34 nia Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -88,6 +88,9 @@ CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org BROKEN_ON_PLATFORM+= *-*-alpha +# "fatal error: catalog/pg_type_d.h: No such file or directory" +MAKE_JOBS_SAFE= no + .if ${MACHINE_ARCH} == "sparc" CFLAGS.NetBSD+= -D__sparc_v8__ .endif diff --git a/databases/postgresql12/Makefile.common b/databases/postgresql12/Makefile.common index 8e441ab7a5cb6..284fb505595d0 100644 --- a/databases/postgresql12/Makefile.common +++ b/databases/postgresql12/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2022/05/12 19:02:44 adam Exp $ +# $NetBSD: Makefile.common,v 1.20 2022/05/21 07:25:35 nia Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -88,6 +88,9 @@ CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org BROKEN_ON_PLATFORM+= *-*-alpha +# "fatal error: catalog/pg_type_d.h: No such file or directory" +MAKE_JOBS_SAFE= no + .if ${MACHINE_ARCH} == "sparc" CFLAGS.NetBSD+= -D__sparc_v8__ .endif diff --git a/databases/postgresql13/Makefile.common b/databases/postgresql13/Makefile.common index d6da24d52f504..69fa6db0f3e58 100644 --- a/databases/postgresql13/Makefile.common +++ b/databases/postgresql13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2022/05/12 19:02:45 adam Exp $ +# $NetBSD: Makefile.common,v 1.13 2022/05/21 07:25:35 nia Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -88,6 +88,9 @@ CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org BROKEN_ON_PLATFORM+= *-*-alpha +# "fatal error: catalog/pg_type_d.h: No such file or directory" +MAKE_JOBS_SAFE= no + .if ${MACHINE_ARCH} == "sparc" CFLAGS.NetBSD+= -D__sparc_v8__ .endif diff --git a/databases/postgresql14/Makefile.common b/databases/postgresql14/Makefile.common index b882d4268b8c6..cdbf8764a5027 100644 --- a/databases/postgresql14/Makefile.common +++ b/databases/postgresql14/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2022/05/12 19:02:46 adam Exp $ +# $NetBSD: Makefile.common,v 1.5 2022/05/21 07:25:35 nia Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -88,6 +88,9 @@ CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org BROKEN_ON_PLATFORM+= *-*-alpha +# "fatal error: catalog/pg_type_d.h: No such file or directory" +MAKE_JOBS_SAFE= no + .if ${MACHINE_ARCH} == "sparc" CFLAGS.NetBSD+= -D__sparc_v8__ .endif From 6309fd1b760444df26f5c1e34558f4f4d61a9ad8 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 07:37:39 +0000 Subject: [PATCH 0718/1154] mk: set EXTRACT_ENV on NetBSD<9, seen on tech-pkg --- mk/platform/NetBSD.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mk/platform/NetBSD.mk b/mk/platform/NetBSD.mk index ca6eae7f897ec..7bd53bcae8227 100644 --- a/mk/platform/NetBSD.mk +++ b/mk/platform/NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: NetBSD.mk,v 1.71 2022/03/03 07:30:06 nia Exp $ +# $NetBSD: NetBSD.mk,v 1.72 2022/05/21 07:37:39 nia Exp $ # # Variable definitions for the NetBSD operating system. @@ -16,6 +16,10 @@ TYPE?= type # Shell builtin # pax-as-tar, found on <=8, and optionally later, fails on many archives. EXTRACT_USING?= bsdtar +.if ${OPSYS_VERSION} < 090000 +EXTRACT_ENV+= LC_CTYPE=en_US.UTF-8 +.endif + USERADD?= /usr/sbin/useradd GROUPADD?= /usr/sbin/groupadd From 04512877de266a42842eb27a754e9760d372fdfe Mon Sep 17 00:00:00 2001 From: triaxx Date: Sat, 21 May 2022 07:41:46 +0000 Subject: [PATCH 0719/1154] grafana: Update to 8.5.3 pkgsrc changes: --------------- * Add comments about usage of rc file in unprivileged. * Add _rc_subr_loaded variable for consistency with other rc files. upstream changes: ----------------- * [8.5.3] Security: fixes CVE-2022-29170 * https://github.com/grafana/grafana/blob/3bd6b8a5/CHANGELOG.md --- www/grafana/Makefile | 5 +- www/grafana/PLIST | 1651 +++++++++++++++++++++------------- www/grafana/distinfo | 671 +++++++++++--- www/grafana/files/grafana.sh | 20 +- www/grafana/go-modules.mk | 221 ++++- 5 files changed, 1777 insertions(+), 791 deletions(-) diff --git a/www/grafana/Makefile b/www/grafana/Makefile index cb1cfe2a49b5a..d86ca3012d3d8 100644 --- a/www/grafana/Makefile +++ b/www/grafana/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2022/05/11 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.70 2022/05/21 07:41:46 triaxx Exp $ -DISTNAME= grafana-8.4.6 -PKGREVISION= 2 +DISTNAME= grafana-8.5.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=grafana/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/grafana/PLIST b/www/grafana/PLIST index ad8ebc482cd5b..3c916bce09cf2 100644 --- a/www/grafana/PLIST +++ b/www/grafana/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2022/04/12 22:47:16 tnn Exp $ +@comment $NetBSD: PLIST,v 1.21 2022/05/21 07:41:46 triaxx Exp $ bin/grafana-cli bin/grafana-server share/grafana/conf/defaults.ini @@ -31,7 +31,6 @@ share/grafana/public/app/angular/components/form_dropdown/form_dropdown.ts share/grafana/public/app/angular/components/info_popover.ts share/grafana/public/app/angular/components/jsontree.ts share/grafana/public/app/angular/components/plugin_component.ts -share/grafana/public/app/angular/components/query_part.ts share/grafana/public/app/angular/components/query_part_editor.ts share/grafana/public/app/angular/components/scroll.ts share/grafana/public/app/angular/components/spectrum_picker.ts @@ -45,7 +44,9 @@ share/grafana/public/app/angular/filters/filters.ts share/grafana/public/app/angular/give_focus.ts share/grafana/public/app/angular/index.ts share/grafana/public/app/angular/injectorMonkeyPatch.ts +share/grafana/public/app/angular/jquery_extended.ts share/grafana/public/app/angular/lazyBootAngular.ts +share/grafana/public/app/angular/loadAndInitAngularIfEnabled.ts share/grafana/public/app/angular/metric_segment.ts share/grafana/public/app/angular/misc.ts share/grafana/public/app/angular/ng_model_on_blur.ts @@ -70,7 +71,6 @@ share/grafana/public/app/angular/registerComponents.ts share/grafana/public/app/angular/services/AngularLoader.ts share/grafana/public/app/angular/services/UtilSrv.ts share/grafana/public/app/angular/services/alert_srv.ts -share/grafana/public/app/angular/services/annotations_srv.test.ts share/grafana/public/app/angular/services/annotations_srv.ts share/grafana/public/app/angular/services/dynamic_directive_srv.ts share/grafana/public/app/angular/services/nav_model_srv.ts @@ -93,6 +93,7 @@ share/grafana/public/app/core/components/Animations/FadeIn.tsx share/grafana/public/app/core/components/Animations/SlideDown.tsx share/grafana/public/app/core/components/AppNotifications/AppNotificationItem.tsx share/grafana/public/app/core/components/AppNotifications/AppNotificationList.tsx +share/grafana/public/app/core/components/AppNotifications/StoredNotificationItem.tsx share/grafana/public/app/core/components/Branding/Branding.tsx share/grafana/public/app/core/components/CardButton.tsx share/grafana/public/app/core/components/CloseButton/CloseButton.tsx @@ -137,10 +138,17 @@ share/grafana/public/app/core/components/NavBar/NavBarMenu.test.tsx share/grafana/public/app/core/components/NavBar/NavBarMenu.tsx share/grafana/public/app/core/components/NavBar/NavBarMenuItem.test.tsx share/grafana/public/app/core/components/NavBar/NavBarMenuItem.tsx -share/grafana/public/app/core/components/NavBar/NavBarNext.test.tsx -share/grafana/public/app/core/components/NavBar/NavBarNext.tsx share/grafana/public/app/core/components/NavBar/NavBarSection.tsx share/grafana/public/app/core/components/NavBar/NavFeatureHighlight.tsx +share/grafana/public/app/core/components/NavBar/Next/NavBarItem.tsx +share/grafana/public/app/core/components/NavBar/Next/NavBarItemMenu.tsx +share/grafana/public/app/core/components/NavBar/Next/NavBarItemMenuTrigger.tsx +share/grafana/public/app/core/components/NavBar/Next/NavBarItemWithoutMenu.tsx +share/grafana/public/app/core/components/NavBar/Next/NavBarMenu.tsx +share/grafana/public/app/core/components/NavBar/Next/NavBarMenuItem.tsx +share/grafana/public/app/core/components/NavBar/Next/NavBarNext.test.tsx +share/grafana/public/app/core/components/NavBar/Next/NavBarNext.tsx +share/grafana/public/app/core/components/NavBar/Next/NavBarToggle.tsx share/grafana/public/app/core/components/NavBar/context.tsx share/grafana/public/app/core/components/NavBar/navBarItem-translations.ts share/grafana/public/app/core/components/NavBar/utils.test.ts @@ -176,6 +184,7 @@ share/grafana/public/app/core/components/RolePicker/TeamRolePicker.tsx share/grafana/public/app/core/components/RolePicker/UserRolePicker.tsx share/grafana/public/app/core/components/RolePicker/ValueContainer.tsx share/grafana/public/app/core/components/RolePicker/api.ts +share/grafana/public/app/core/components/Select/DashboardPicker.tsx share/grafana/public/app/core/components/Select/FolderPicker.test.tsx share/grafana/public/app/core/components/Select/FolderPicker.tsx share/grafana/public/app/core/components/Select/MetricSelect.test.tsx @@ -206,58 +215,6 @@ share/grafana/public/app/core/components/TagFilter/TagValue.tsx share/grafana/public/app/core/components/TimePicker/TimePickerWithHistory.tsx share/grafana/public/app/core/components/TraceToLogs/KeyValueInput.tsx share/grafana/public/app/core/components/TraceToLogs/TraceToLogsSettings.tsx -share/grafana/public/app/core/components/TransformersUI/CalculateFieldTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/ConcatenateTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/ConvertFieldTypeTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/FilterByNameTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/FilterByRefIdTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/FilterByValueFilterEditor.tsx -share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/FilterByValueTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/BasicMatcherEditor.tsx -share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/NoopMatcherEditor.tsx -share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/RangeMatcherEditor.tsx -share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/types.ts -share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/utils.ts -share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/valueMatchersUI.ts -share/grafana/public/app/core/components/TransformersUI/GroupByTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/HistogramTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/LabelsToFieldsTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/MergeTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/ReduceTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/RenameByRegexTransformer.tsx -share/grafana/public/app/core/components/TransformersUI/SeriesToFieldsTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/SeriesToRowsTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/SortByTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/configFromQuery/ConfigFromQueryTransformerEditor.test.tsx -share/grafana/public/app/core/components/TransformersUI/configFromQuery/ConfigFromQueryTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/configFromQuery/configFromQuery.test.ts -share/grafana/public/app/core/components/TransformersUI/configFromQuery/configFromQuery.ts -share/grafana/public/app/core/components/TransformersUI/extractFields/ExtractFieldsTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/extractFields/extractFields.test.ts -share/grafana/public/app/core/components/TransformersUI/extractFields/extractFields.ts -share/grafana/public/app/core/components/TransformersUI/extractFields/fieldExtractor.test.ts -share/grafana/public/app/core/components/TransformersUI/extractFields/fieldExtractors.ts -share/grafana/public/app/core/components/TransformersUI/fieldToConfigMapping/FieldToConfigMappingEditor.test.tsx -share/grafana/public/app/core/components/TransformersUI/fieldToConfigMapping/FieldToConfigMappingEditor.tsx -share/grafana/public/app/core/components/TransformersUI/fieldToConfigMapping/fieldToConfigMapping.ts -share/grafana/public/app/core/components/TransformersUI/lookupGazetteer/FieldLookupTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/lookupGazetteer/fieldLookup.test.ts -share/grafana/public/app/core/components/TransformersUI/lookupGazetteer/fieldLookup.ts -share/grafana/public/app/core/components/TransformersUI/prepareTimeSeries/PrepareTimeSeriesEditor.tsx -share/grafana/public/app/core/components/TransformersUI/prepareTimeSeries/prepareTimeSeries.test.ts -share/grafana/public/app/core/components/TransformersUI/prepareTimeSeries/prepareTimeSeries.ts -share/grafana/public/app/core/components/TransformersUI/rowsToFields/RowsToFieldsTransformerEditor.test.tsx -share/grafana/public/app/core/components/TransformersUI/rowsToFields/RowsToFieldsTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/rowsToFields/rowsToFields.test.ts -share/grafana/public/app/core/components/TransformersUI/rowsToFields/rowsToFields.ts -share/grafana/public/app/core/components/TransformersUI/spatial/SpatialTransformerEditor.tsx -share/grafana/public/app/core/components/TransformersUI/spatial/models.gen.ts -share/grafana/public/app/core/components/TransformersUI/spatial/optionsHelper.tsx -share/grafana/public/app/core/components/TransformersUI/spatial/spatialTransformer.test.ts -share/grafana/public/app/core/components/TransformersUI/spatial/spatialTransformer.ts -share/grafana/public/app/core/components/TransformersUI/spatial/utils.ts -share/grafana/public/app/core/components/TransformersUI/utils.ts share/grafana/public/app/core/components/Upgrade/ProBadge.tsx share/grafana/public/app/core/components/Upgrade/UpgradeBox.tsx share/grafana/public/app/core/components/WithFeatureToggle.tsx @@ -272,11 +229,17 @@ share/grafana/public/app/core/config.ts share/grafana/public/app/core/constants.ts share/grafana/public/app/core/copy/appNotification.ts share/grafana/public/app/core/core.ts +share/grafana/public/app/core/history/RichHistoryLocalStorage.test.ts +share/grafana/public/app/core/history/RichHistoryLocalStorage.ts +share/grafana/public/app/core/history/RichHistoryStorage.ts +share/grafana/public/app/core/history/localStorageConverter.test.ts +share/grafana/public/app/core/history/localStorageConverter.ts +share/grafana/public/app/core/history/richHistoryLocalStorageUtils.ts +share/grafana/public/app/core/history/richHistoryStorageProvider.ts share/grafana/public/app/core/hooks/useCleanup.ts share/grafana/public/app/core/hooks/useNavModel.ts share/grafana/public/app/core/hooks/useQueryParams.ts share/grafana/public/app/core/hooks/useRefMounted.ts -share/grafana/public/app/core/jquery_extended.ts share/grafana/public/app/core/localisation.tsx share/grafana/public/app/core/lodash_extended.ts share/grafana/public/app/core/logs_model.test.ts @@ -330,6 +293,7 @@ share/grafana/public/app/core/services/echo/backends/sentry/transports/CustomEnd share/grafana/public/app/core/services/echo/backends/sentry/transports/CustomEndpointTransport.ts share/grafana/public/app/core/services/echo/backends/sentry/transports/EchoSrvTransport.ts share/grafana/public/app/core/services/echo/backends/sentry/types.ts +share/grafana/public/app/core/services/echo/utils.test.ts share/grafana/public/app/core/services/echo/utils.ts share/grafana/public/app/core/services/impression_srv.ts share/grafana/public/app/core/services/keybindingSrv.ts @@ -382,9 +346,9 @@ share/grafana/public/app/core/utils/query.test.ts share/grafana/public/app/core/utils/query.ts share/grafana/public/app/core/utils/richHistory.test.ts share/grafana/public/app/core/utils/richHistory.ts +share/grafana/public/app/core/utils/richHistoryTypes.ts share/grafana/public/app/core/utils/shortLinks.test.ts share/grafana/public/app/core/utils/shortLinks.ts -share/grafana/public/app/core/utils/standardTransformers.ts share/grafana/public/app/core/utils/ticks.ts share/grafana/public/app/core/utils/timePicker.test.ts share/grafana/public/app/core/utils/timePicker.ts @@ -426,6 +390,7 @@ share/grafana/public/app/features/admin/state/actions.ts share/grafana/public/app/features/admin/state/apis.tsx share/grafana/public/app/features/admin/state/reducers.test.ts share/grafana/public/app/features/admin/state/reducers.ts +share/grafana/public/app/features/admin/utils.ts share/grafana/public/app/features/alerting/AlertHowToModal.tsx share/grafana/public/app/features/alerting/AlertRuleItem.test.tsx share/grafana/public/app/features/alerting/AlertRuleItem.tsx @@ -460,6 +425,7 @@ share/grafana/public/app/features/alerting/state/ThresholdMapper.test.ts share/grafana/public/app/features/alerting/state/ThresholdMapper.ts share/grafana/public/app/features/alerting/state/actions.ts share/grafana/public/app/features/alerting/state/alertDef.ts +share/grafana/public/app/features/alerting/state/query_part.ts share/grafana/public/app/features/alerting/state/reducers.test.ts share/grafana/public/app/features/alerting/state/reducers.ts share/grafana/public/app/features/alerting/state/selectors.test.ts @@ -467,6 +433,8 @@ share/grafana/public/app/features/alerting/state/selectors.ts share/grafana/public/app/features/alerting/unified/Admin.tsx share/grafana/public/app/features/alerting/unified/AlertGroups.test.tsx share/grafana/public/app/features/alerting/unified/AlertGroups.tsx +share/grafana/public/app/features/alerting/unified/AlertsFolderView.test.tsx +share/grafana/public/app/features/alerting/unified/AlertsFolderView.tsx share/grafana/public/app/features/alerting/unified/AmRoutes.test.tsx share/grafana/public/app/features/alerting/unified/AmRoutes.tsx share/grafana/public/app/features/alerting/unified/MuteTimings.test.tsx @@ -489,15 +457,20 @@ share/grafana/public/app/features/alerting/unified/Silences.tsx share/grafana/public/app/features/alerting/unified/api/alertmanager.ts share/grafana/public/app/features/alerting/unified/api/annotations.test.ts share/grafana/public/app/features/alerting/unified/api/annotations.ts +share/grafana/public/app/features/alerting/unified/api/buildInfo.test.ts +share/grafana/public/app/features/alerting/unified/api/buildInfo.ts share/grafana/public/app/features/alerting/unified/api/grafana.ts share/grafana/public/app/features/alerting/unified/api/preview.ts share/grafana/public/app/features/alerting/unified/api/prometheus.ts +share/grafana/public/app/features/alerting/unified/api/ruler.test.ts share/grafana/public/app/features/alerting/unified/api/ruler.ts share/grafana/public/app/features/alerting/unified/components/AlertLabel.tsx share/grafana/public/app/features/alerting/unified/components/AlertLabels.tsx share/grafana/public/app/features/alerting/unified/components/AlertManagerPicker.tsx share/grafana/public/app/features/alerting/unified/components/AlertingPageWrapper.tsx share/grafana/public/app/features/alerting/unified/components/AnnotationDetailsField.tsx +share/grafana/public/app/features/alerting/unified/components/Authorize.tsx +share/grafana/public/app/features/alerting/unified/components/CollapseToggle.test.tsx share/grafana/public/app/features/alerting/unified/components/CollapseToggle.tsx share/grafana/public/app/features/alerting/unified/components/DetailsField.tsx share/grafana/public/app/features/alerting/unified/components/DynamicTable.tsx @@ -506,6 +479,7 @@ share/grafana/public/app/features/alerting/unified/components/EmptyArea.tsx share/grafana/public/app/features/alerting/unified/components/EmptyAreaWithCTA.tsx share/grafana/public/app/features/alerting/unified/components/Expression.tsx share/grafana/public/app/features/alerting/unified/components/PanelPluginsButtonGroup.tsx +share/grafana/public/app/features/alerting/unified/components/RuleLocation.tsx share/grafana/public/app/features/alerting/unified/components/StateColoredText.tsx share/grafana/public/app/features/alerting/unified/components/StateTag.tsx share/grafana/public/app/features/alerting/unified/components/TimeToNow.tsx @@ -566,6 +540,7 @@ share/grafana/public/app/features/alerting/unified/components/receivers/form/fie share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/SubformField.tsx share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/styles.ts share/grafana/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx +share/grafana/public/app/features/alerting/unified/components/rule-editor/AlertTypeStep.test.tsx share/grafana/public/app/features/alerting/unified/components/rule-editor/AlertTypeStep.tsx share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationKeyInput.tsx share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationsField.tsx @@ -587,8 +562,15 @@ share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryS share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleEditorSection.tsx share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleFolderPicker.tsx +share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleInspector.tsx share/grafana/public/app/features/alerting/unified/components/rule-editor/SelectWIthAdd.tsx share/grafana/public/app/features/alerting/unified/components/rule-editor/VizWrapper.tsx +share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/DisabledTooltip.tsx +share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/GrafanaManagedAlert.tsx +share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/MimirOrLokiAlert.tsx +share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/MimirOrLokiRecordingRule.tsx +share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/RuleType.tsx +share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/RuleTypePicker.tsx share/grafana/public/app/features/alerting/unified/components/rule-editor/util.test.ts share/grafana/public/app/features/alerting/unified/components/rule-editor/util.ts share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewerLayout.tsx @@ -603,6 +585,7 @@ share/grafana/public/app/features/alerting/unified/components/rules/CloudRules.t share/grafana/public/app/features/alerting/unified/components/rules/EditCloudGroupModal.tsx share/grafana/public/app/features/alerting/unified/components/rules/GrafanaRules.tsx share/grafana/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx +share/grafana/public/app/features/alerting/unified/components/rules/RuleDetails.test.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleDetails.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsActionButtons.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsAnnotations.tsx @@ -612,12 +595,14 @@ share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsF share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsMatchingInstances.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleHealth.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleListErrors.tsx +share/grafana/public/app/features/alerting/unified/components/rules/RuleListGroupView.test.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleListGroupView.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleListStateSection.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleListStateView.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleState.tsx share/grafana/public/app/features/alerting/unified/components/rules/RuleStats.tsx share/grafana/public/app/features/alerting/unified/components/rules/RulesFilter.tsx +share/grafana/public/app/features/alerting/unified/components/rules/RulesGroup.test.tsx share/grafana/public/app/features/alerting/unified/components/rules/RulesGroup.tsx share/grafana/public/app/features/alerting/unified/components/rules/RulesTable.tsx share/grafana/public/app/features/alerting/unified/components/rules/StateHistory.tsx @@ -636,7 +621,9 @@ share/grafana/public/app/features/alerting/unified/components/silences/SilencesE share/grafana/public/app/features/alerting/unified/components/silences/SilencesFilter.tsx share/grafana/public/app/features/alerting/unified/components/silences/SilencesTable.tsx share/grafana/public/app/features/alerting/unified/hooks/useAlertManagerSourceName.ts +share/grafana/public/app/features/alerting/unified/hooks/useAlertQueriesStatus.ts share/grafana/public/app/features/alerting/unified/hooks/useCombinedRule.ts +share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.test.ts share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.ts share/grafana/public/app/features/alerting/unified/hooks/useControlledFieldArray.ts share/grafana/public/app/features/alerting/unified/hooks/useExternalAMSelector.test.ts @@ -646,9 +633,11 @@ share/grafana/public/app/features/alerting/unified/hooks/useFilteredRules.ts share/grafana/public/app/features/alerting/unified/hooks/useFolder.ts share/grafana/public/app/features/alerting/unified/hooks/useGroupedAlerts.ts share/grafana/public/app/features/alerting/unified/hooks/useHasRuler.ts +share/grafana/public/app/features/alerting/unified/hooks/useIsRuleEditable.test.tsx share/grafana/public/app/features/alerting/unified/hooks/useIsRuleEditable.ts share/grafana/public/app/features/alerting/unified/hooks/useManagedAlertStateHistory.ts share/grafana/public/app/features/alerting/unified/hooks/useMuteTimingOptions.ts +share/grafana/public/app/features/alerting/unified/hooks/usePagination.ts share/grafana/public/app/features/alerting/unified/hooks/usePanelCombinedRules.ts share/grafana/public/app/features/alerting/unified/hooks/useRuleSourcesWithRuler.ts share/grafana/public/app/features/alerting/unified/hooks/useStateHistoryModal.tsx @@ -659,7 +648,6 @@ share/grafana/public/app/features/alerting/unified/mocks.ts share/grafana/public/app/features/alerting/unified/mocks/grafana-notifiers.ts share/grafana/public/app/features/alerting/unified/state/AlertingQueryRunner.test.ts share/grafana/public/app/features/alerting/unified/state/AlertingQueryRunner.ts -share/grafana/public/app/features/alerting/unified/state/actions.test.ts share/grafana/public/app/features/alerting/unified/state/actions.ts share/grafana/public/app/features/alerting/unified/state/reducers.ts share/grafana/public/app/features/alerting/unified/styles/notifications.ts @@ -671,6 +659,8 @@ share/grafana/public/app/features/alerting/unified/types/receiver-form.ts share/grafana/public/app/features/alerting/unified/types/rule-form.ts share/grafana/public/app/features/alerting/unified/types/silence-form.ts share/grafana/public/app/features/alerting/unified/types/time.ts +share/grafana/public/app/features/alerting/unified/utils/access-control.ts +share/grafana/public/app/features/alerting/unified/utils/accessControlHooks.ts share/grafana/public/app/features/alerting/unified/utils/alertmanager.test.ts share/grafana/public/app/features/alerting/unified/utils/alertmanager.ts share/grafana/public/app/features/alerting/unified/utils/amroutes.ts @@ -692,6 +682,7 @@ share/grafana/public/app/features/alerting/unified/utils/receivers.ts share/grafana/public/app/features/alerting/unified/utils/redux.ts share/grafana/public/app/features/alerting/unified/utils/rule-form.ts share/grafana/public/app/features/alerting/unified/utils/rule-id.ts +share/grafana/public/app/features/alerting/unified/utils/rulerClient.ts share/grafana/public/app/features/alerting/unified/utils/rules.ts share/grafana/public/app/features/alerting/unified/utils/templates.ts share/grafana/public/app/features/alerting/unified/utils/time.ts @@ -742,6 +733,10 @@ share/grafana/public/app/features/canvas/runtime/group.tsx share/grafana/public/app/features/canvas/runtime/root.tsx share/grafana/public/app/features/canvas/runtime/scene.tsx share/grafana/public/app/features/canvas/types.ts +share/grafana/public/app/features/comments/Comment.tsx +share/grafana/public/app/features/comments/CommentManager.tsx +share/grafana/public/app/features/comments/CommentView.tsx +share/grafana/public/app/features/comments/types.ts share/grafana/public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.test.tsx share/grafana/public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.tsx share/grafana/public/app/features/dashboard/components/AddPanelWidget/_AddPanelWidget.scss @@ -758,8 +753,10 @@ share/grafana/public/app/features/dashboard/components/DashNav/DashNavButton.tsx share/grafana/public/app/features/dashboard/components/DashNav/DashNavTimeControls.test.tsx share/grafana/public/app/features/dashboard/components/DashNav/DashNavTimeControls.tsx share/grafana/public/app/features/dashboard/components/DashNav/index.ts +share/grafana/public/app/features/dashboard/components/DashboardComments/DashboardCommentsModal.tsx share/grafana/public/app/features/dashboard/components/DashboardLoading/DashboardFailed.tsx share/grafana/public/app/features/dashboard/components/DashboardLoading/DashboardLoading.tsx +share/grafana/public/app/features/dashboard/components/DashboardPermissions/AccessControlDashboardPermissions.tsx share/grafana/public/app/features/dashboard/components/DashboardPermissions/DashboardPermissions.tsx share/grafana/public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.test.tsx share/grafana/public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.tsx @@ -838,9 +835,11 @@ share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsForm share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsModal.tsx share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardAsModal.tsx share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardButton.tsx +share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardDiff.tsx +share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardDrawer.tsx share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardErrorProxy.tsx share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModal.tsx -share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModalProxy.tsx +share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardProxy.tsx share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveProvisionedDashboard.tsx share/grafana/public/app/features/dashboard/components/SaveDashboard/UnsavedChangesModal.tsx share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.test.tsx @@ -931,6 +930,7 @@ share/grafana/public/app/features/dashboard/state/DashboardModel.test.ts share/grafana/public/app/features/dashboard/state/DashboardModel.ts share/grafana/public/app/features/dashboard/state/PanelModel.test.ts share/grafana/public/app/features/dashboard/state/PanelModel.ts +share/grafana/public/app/features/dashboard/state/TimeModel.ts share/grafana/public/app/features/dashboard/state/actions.ts share/grafana/public/app/features/dashboard/state/analyticsProcessor.ts share/grafana/public/app/features/dashboard/state/getPanelOptionsWithDefaults.test.ts @@ -1008,7 +1008,6 @@ share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMa share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMappingsEditor.tsx share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMappingsEditorModal.test.tsx share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMappingsEditorModal.tsx -share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/mappings.tsx share/grafana/public/app/features/dimensions/editors/index.ts share/grafana/public/app/features/dimensions/index.ts share/grafana/public/app/features/dimensions/resource.ts @@ -1019,12 +1018,15 @@ share/grafana/public/app/features/dimensions/scale.ts share/grafana/public/app/features/dimensions/text.ts share/grafana/public/app/features/dimensions/types.ts share/grafana/public/app/features/dimensions/utils.ts +share/grafana/public/app/features/explore/AddToDashboard/AddToDashboardModal.tsx +share/grafana/public/app/features/explore/AddToDashboard/addToDashboard.test.ts +share/grafana/public/app/features/explore/AddToDashboard/addToDashboard.ts +share/grafana/public/app/features/explore/AddToDashboard/index.test.tsx +share/grafana/public/app/features/explore/AddToDashboard/index.tsx share/grafana/public/app/features/explore/ElapsedTime.tsx share/grafana/public/app/features/explore/ErrorContainer.test.tsx share/grafana/public/app/features/explore/ErrorContainer.tsx -share/grafana/public/app/features/explore/Explore.test.tsx share/grafana/public/app/features/explore/Explore.tsx -share/grafana/public/app/features/explore/ExploreDrawer.test.tsx share/grafana/public/app/features/explore/ExploreDrawer.tsx share/grafana/public/app/features/explore/ExploreGraph.tsx share/grafana/public/app/features/explore/ExploreGraphLabel.tsx @@ -1033,9 +1035,11 @@ share/grafana/public/app/features/explore/ExploreQueryInspector.test.tsx share/grafana/public/app/features/explore/ExploreQueryInspector.tsx share/grafana/public/app/features/explore/ExploreTimeControls.tsx share/grafana/public/app/features/explore/ExploreToolbar.tsx +share/grafana/public/app/features/explore/FeatureTogglePage.tsx share/grafana/public/app/features/explore/LiveLogs.test.tsx share/grafana/public/app/features/explore/LiveLogs.tsx share/grafana/public/app/features/explore/LiveTailButton.tsx +share/grafana/public/app/features/explore/Logs.test.tsx share/grafana/public/app/features/explore/Logs.tsx share/grafana/public/app/features/explore/LogsContainer.tsx share/grafana/public/app/features/explore/LogsMetaRow.tsx @@ -1054,8 +1058,6 @@ share/grafana/public/app/features/explore/QueryRows.test.tsx share/grafana/public/app/features/explore/QueryRows.tsx share/grafana/public/app/features/explore/ResponseErrorContainer.test.tsx share/grafana/public/app/features/explore/ResponseErrorContainer.tsx -share/grafana/public/app/features/explore/ReturnToDashboardButton.test.tsx -share/grafana/public/app/features/explore/ReturnToDashboardButton.tsx share/grafana/public/app/features/explore/RichHistory/RichHistory.test.tsx share/grafana/public/app/features/explore/RichHistory/RichHistory.tsx share/grafana/public/app/features/explore/RichHistory/RichHistoryCard.test.tsx @@ -1079,10 +1081,10 @@ share/grafana/public/app/features/explore/TimeSyncButton.test.tsx share/grafana/public/app/features/explore/TimeSyncButton.tsx share/grafana/public/app/features/explore/TraceView/TraceView.test.tsx share/grafana/public/app/features/explore/TraceView/TraceView.tsx +share/grafana/public/app/features/explore/TraceView/TraceViewContainer.test.tsx share/grafana/public/app/features/explore/TraceView/TraceViewContainer.tsx share/grafana/public/app/features/explore/TraceView/createSpanLink.test.ts share/grafana/public/app/features/explore/TraceView/createSpanLink.tsx -share/grafana/public/app/features/explore/TraceView/uiElements.tsx share/grafana/public/app/features/explore/TraceView/useChildrenState.test.ts share/grafana/public/app/features/explore/TraceView/useChildrenState.ts share/grafana/public/app/features/explore/TraceView/useDetailState.test.ts @@ -1093,17 +1095,22 @@ share/grafana/public/app/features/explore/TraceView/useSearch.test.ts share/grafana/public/app/features/explore/TraceView/useSearch.ts share/grafana/public/app/features/explore/TraceView/useViewRange.test.ts share/grafana/public/app/features/explore/TraceView/useViewRange.ts +share/grafana/public/app/features/explore/TraceView/utils/transform.ts share/grafana/public/app/features/explore/Wrapper.test.tsx share/grafana/public/app/features/explore/Wrapper.tsx share/grafana/public/app/features/explore/__mocks__/mockData.ts -share/grafana/public/app/features/explore/__snapshots__/ErrorContainer.test.tsx.snap -share/grafana/public/app/features/explore/__snapshots__/Explore.test.tsx.snap -share/grafana/public/app/features/explore/__snapshots__/MetaInfoText.test.tsx.snap share/grafana/public/app/features/explore/exploreGraphStyleUtils.ts +share/grafana/public/app/features/explore/spec/helper/assert.ts +share/grafana/public/app/features/explore/spec/helper/interactions.ts +share/grafana/public/app/features/explore/spec/helper/query.ts +share/grafana/public/app/features/explore/spec/helper/setup.tsx +share/grafana/public/app/features/explore/spec/interpolation.test.tsx +share/grafana/public/app/features/explore/spec/queryHistory.test.tsx share/grafana/public/app/features/explore/state/datasource.test.ts share/grafana/public/app/features/explore/state/datasource.ts share/grafana/public/app/features/explore/state/explorePane.test.ts share/grafana/public/app/features/explore/state/explorePane.ts +share/grafana/public/app/features/explore/state/helpers.ts share/grafana/public/app/features/explore/state/history.ts share/grafana/public/app/features/explore/state/main.test.ts share/grafana/public/app/features/explore/state/main.ts @@ -1123,6 +1130,7 @@ share/grafana/public/app/features/explore/utils/links.ts share/grafana/public/app/features/explore/utils/set.test.ts share/grafana/public/app/features/explore/utils/set.ts share/grafana/public/app/features/explore/utils/time.ts +share/grafana/public/app/features/expressions/ExpressionDatasource.test.ts share/grafana/public/app/features/expressions/ExpressionDatasource.ts share/grafana/public/app/features/expressions/ExpressionQueryEditor.tsx share/grafana/public/app/features/expressions/components/ClassicConditions.tsx @@ -1133,6 +1141,8 @@ share/grafana/public/app/features/expressions/components/Resample.tsx share/grafana/public/app/features/expressions/guards.ts share/grafana/public/app/features/expressions/types.ts share/grafana/public/app/features/expressions/utils/expressionTypes.ts +share/grafana/public/app/features/folders/AccessControlFolderPermissions.tsx +share/grafana/public/app/features/folders/FolderAlerting.tsx share/grafana/public/app/features/folders/FolderLibraryPanelsPage.tsx share/grafana/public/app/features/folders/FolderPermissions.tsx share/grafana/public/app/features/folders/FolderSettingsPage.test.tsx @@ -1162,15 +1172,25 @@ share/grafana/public/app/features/inspector/DetailText.tsx share/grafana/public/app/features/inspector/InspectDataOptions.tsx share/grafana/public/app/features/inspector/InspectDataTab.test.tsx share/grafana/public/app/features/inspector/InspectDataTab.tsx +share/grafana/public/app/features/inspector/InspectErrorTab.test.tsx share/grafana/public/app/features/inspector/InspectErrorTab.tsx share/grafana/public/app/features/inspector/InspectJSONTab.tsx share/grafana/public/app/features/inspector/InspectMetadataTab.tsx share/grafana/public/app/features/inspector/InspectStatsTab.tsx share/grafana/public/app/features/inspector/InspectStatsTable.tsx -share/grafana/public/app/features/inspector/InspectSubtitle.tsx share/grafana/public/app/features/inspector/QueryInspector.tsx share/grafana/public/app/features/inspector/styles.ts share/grafana/public/app/features/inspector/types.ts +share/grafana/public/app/features/invites/InviteeRow.tsx +share/grafana/public/app/features/invites/InviteesTable.test.tsx +share/grafana/public/app/features/invites/InviteesTable.tsx +share/grafana/public/app/features/invites/SignupInvited.test.tsx +share/grafana/public/app/features/invites/SignupInvited.tsx +share/grafana/public/app/features/invites/__snapshots__/InviteesTable.test.tsx.snap +share/grafana/public/app/features/invites/state/actions.ts +share/grafana/public/app/features/invites/state/reducers.test.ts +share/grafana/public/app/features/invites/state/reducers.ts +share/grafana/public/app/features/invites/state/selectors.ts share/grafana/public/app/features/library-panels/LibraryPanelsPage.tsx share/grafana/public/app/features/library-panels/components/AddLibraryPanelModal/AddLibraryPanelModal.tsx share/grafana/public/app/features/library-panels/components/ChangeLibraryPanelModal/ChangeLibraryPanelModal.tsx @@ -1245,6 +1265,8 @@ share/grafana/public/app/features/manage-dashboards/state/reducers.test.ts share/grafana/public/app/features/manage-dashboards/state/reducers.ts share/grafana/public/app/features/manage-dashboards/types.ts share/grafana/public/app/features/manage-dashboards/utils/validation.ts +share/grafana/public/app/features/notifications/NotificationsPage.tsx +share/grafana/public/app/features/notifications/StoredNotifications.tsx share/grafana/public/app/features/org/NewOrgPage.tsx share/grafana/public/app/features/org/OrgDetailsPage.test.tsx share/grafana/public/app/features/org/OrgDetailsPage.tsx @@ -1255,7 +1277,6 @@ share/grafana/public/app/features/org/UserInviteForm.tsx share/grafana/public/app/features/org/UserInvitePage.tsx share/grafana/public/app/features/org/__snapshots__/OrgDetailsPage.test.tsx.snap share/grafana/public/app/features/org/__snapshots__/OrgProfile.test.tsx.snap -share/grafana/public/app/features/org/api.ts share/grafana/public/app/features/org/state/actions.test.ts share/grafana/public/app/features/org/state/actions.ts share/grafana/public/app/features/org/state/reducers.test.ts @@ -1387,6 +1408,7 @@ share/grafana/public/app/features/plugins/utils.ts share/grafana/public/app/features/profile/ChangePasswordForm.tsx share/grafana/public/app/features/profile/ChangePasswordPage.test.tsx share/grafana/public/app/features/profile/ChangePasswordPage.tsx +share/grafana/public/app/features/profile/FeatureTogglePage.tsx share/grafana/public/app/features/profile/UserOrganizations.tsx share/grafana/public/app/features/profile/UserProfileEditForm.tsx share/grafana/public/app/features/profile/UserProfileEditPage.test.tsx @@ -1395,6 +1417,7 @@ share/grafana/public/app/features/profile/UserSessions.tsx share/grafana/public/app/features/profile/UserTeams.tsx share/grafana/public/app/features/profile/all.ts share/grafana/public/app/features/profile/api.ts +share/grafana/public/app/features/profile/routes.tsx share/grafana/public/app/features/profile/state/actions.ts share/grafana/public/app/features/profile/state/reducers.test.ts share/grafana/public/app/features/profile/state/reducers.ts @@ -1451,6 +1474,7 @@ share/grafana/public/app/features/search/components/DashboardSearch.test.tsx share/grafana/public/app/features/search/components/DashboardSearch.tsx share/grafana/public/app/features/search/components/ManageDashboards.tsx share/grafana/public/app/features/search/components/MoveToFolderModal.tsx +share/grafana/public/app/features/search/components/PreviewsSystemRequirements.tsx share/grafana/public/app/features/search/components/SearchCard.tsx share/grafana/public/app/features/search/components/SearchCardExpanded.tsx share/grafana/public/app/features/search/components/SearchCheckbox.tsx @@ -1472,23 +1496,35 @@ share/grafana/public/app/features/search/hooks/useSearchQuery.ts share/grafana/public/app/features/search/hooks/useShowDashboardPreviews.ts share/grafana/public/app/features/search/index.ts share/grafana/public/app/features/search/loaders.ts +share/grafana/public/app/features/search/page/SearchPage.tsx +share/grafana/public/app/features/search/page/table/Table.tsx +share/grafana/public/app/features/search/page/table/columns.tsx share/grafana/public/app/features/search/reducers/actionTypes.ts share/grafana/public/app/features/search/reducers/dashboardSearch.test.ts share/grafana/public/app/features/search/reducers/dashboardSearch.ts share/grafana/public/app/features/search/reducers/manageDashboards.test.ts share/grafana/public/app/features/search/reducers/manageDashboards.ts share/grafana/public/app/features/search/reducers/searchQueryReducer.ts +share/grafana/public/app/features/search/service/backend.ts +share/grafana/public/app/features/search/service/index.ts +share/grafana/public/app/features/search/service/minisearcher.ts +share/grafana/public/app/features/search/service/searcher.test.ts +share/grafana/public/app/features/search/service/searcher.ts +share/grafana/public/app/features/search/service/types.ts share/grafana/public/app/features/search/testData.ts share/grafana/public/app/features/search/types.ts share/grafana/public/app/features/search/utils.test.ts share/grafana/public/app/features/search/utils.ts +share/grafana/public/app/features/serviceaccounts/CreateServiceAccountTokenModal.tsx +share/grafana/public/app/features/serviceaccounts/ServiceAccountCreatePage.tsx share/grafana/public/app/features/serviceaccounts/ServiceAccountPage.tsx share/grafana/public/app/features/serviceaccounts/ServiceAccountProfile.tsx +share/grafana/public/app/features/serviceaccounts/ServiceAccountRoleRow.tsx +share/grafana/public/app/features/serviceaccounts/ServiceAccountTokensTable.tsx +share/grafana/public/app/features/serviceaccounts/ServiceAccountsListItem.tsx share/grafana/public/app/features/serviceaccounts/ServiceAccountsListPage.tsx -share/grafana/public/app/features/serviceaccounts/ServiceAccountsTable.tsx share/grafana/public/app/features/serviceaccounts/state/actions.ts share/grafana/public/app/features/serviceaccounts/state/reducers.ts -share/grafana/public/app/features/serviceaccounts/state/selectors.ts share/grafana/public/app/features/teams/CreateTeam.test.tsx share/grafana/public/app/features/teams/CreateTeam.tsx share/grafana/public/app/features/teams/TeamGroupSync.test.tsx @@ -1523,11 +1559,67 @@ share/grafana/public/app/features/templating/formatRegistry.ts share/grafana/public/app/features/templating/template_srv.mock.ts share/grafana/public/app/features/templating/template_srv.test.ts share/grafana/public/app/features/templating/template_srv.ts -share/grafana/public/app/features/users/InviteeRow.tsx -share/grafana/public/app/features/users/InviteesTable.test.tsx -share/grafana/public/app/features/users/InviteesTable.tsx -share/grafana/public/app/features/users/SignupInvited.test.tsx -share/grafana/public/app/features/users/SignupInvited.tsx +share/grafana/public/app/features/transformers/FilterByValueTransformer/FilterByValueFilterEditor.tsx +share/grafana/public/app/features/transformers/FilterByValueTransformer/FilterByValueTransformerEditor.tsx +share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/BasicMatcherEditor.tsx +share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/NoopMatcherEditor.tsx +share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/RangeMatcherEditor.tsx +share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/types.ts +share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/utils.ts +share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/valueMatchersUI.ts +share/grafana/public/app/features/transformers/calculateHeatmap/HeatmapTransformerEditor.tsx +share/grafana/public/app/features/transformers/calculateHeatmap/editor/AxisEditor.tsx +share/grafana/public/app/features/transformers/calculateHeatmap/editor/helper.ts +share/grafana/public/app/features/transformers/calculateHeatmap/heatmap.test.ts +share/grafana/public/app/features/transformers/calculateHeatmap/heatmap.ts +share/grafana/public/app/features/transformers/calculateHeatmap/models.gen.ts +share/grafana/public/app/features/transformers/calculateHeatmap/utils.ts +share/grafana/public/app/features/transformers/configFromQuery/ConfigFromQueryTransformerEditor.test.tsx +share/grafana/public/app/features/transformers/configFromQuery/ConfigFromQueryTransformerEditor.tsx +share/grafana/public/app/features/transformers/configFromQuery/configFromQuery.test.ts +share/grafana/public/app/features/transformers/configFromQuery/configFromQuery.ts +share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/ConcatenateTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/ConvertFieldTypeTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/FilterByNameTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/FilterByRefIdTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/GroupByTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/GroupingToMatrixTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/HistogramTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/LabelsToFieldsTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/MergeTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/OrganizeFieldsTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/ReduceTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/RenameByRegexTransformer.tsx +share/grafana/public/app/features/transformers/editors/SeriesToFieldsTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/SeriesToRowsTransformerEditor.tsx +share/grafana/public/app/features/transformers/editors/SortByTransformerEditor.tsx +share/grafana/public/app/features/transformers/extractFields/ExtractFieldsTransformerEditor.tsx +share/grafana/public/app/features/transformers/extractFields/extractFields.test.ts +share/grafana/public/app/features/transformers/extractFields/extractFields.ts +share/grafana/public/app/features/transformers/extractFields/fieldExtractor.test.ts +share/grafana/public/app/features/transformers/extractFields/fieldExtractors.ts +share/grafana/public/app/features/transformers/fieldToConfigMapping/FieldToConfigMappingEditor.test.tsx +share/grafana/public/app/features/transformers/fieldToConfigMapping/FieldToConfigMappingEditor.tsx +share/grafana/public/app/features/transformers/fieldToConfigMapping/fieldToConfigMapping.ts +share/grafana/public/app/features/transformers/lookupGazetteer/FieldLookupTransformerEditor.tsx +share/grafana/public/app/features/transformers/lookupGazetteer/fieldLookup.test.ts +share/grafana/public/app/features/transformers/lookupGazetteer/fieldLookup.ts +share/grafana/public/app/features/transformers/prepareTimeSeries/PrepareTimeSeriesEditor.tsx +share/grafana/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.test.ts +share/grafana/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.ts +share/grafana/public/app/features/transformers/rowsToFields/RowsToFieldsTransformerEditor.test.tsx +share/grafana/public/app/features/transformers/rowsToFields/RowsToFieldsTransformerEditor.tsx +share/grafana/public/app/features/transformers/rowsToFields/rowsToFields.test.ts +share/grafana/public/app/features/transformers/rowsToFields/rowsToFields.ts +share/grafana/public/app/features/transformers/spatial/SpatialTransformerEditor.tsx +share/grafana/public/app/features/transformers/spatial/models.gen.ts +share/grafana/public/app/features/transformers/spatial/optionsHelper.tsx +share/grafana/public/app/features/transformers/spatial/spatialTransformer.test.ts +share/grafana/public/app/features/transformers/spatial/spatialTransformer.ts +share/grafana/public/app/features/transformers/spatial/utils.ts +share/grafana/public/app/features/transformers/standardTransformers.ts +share/grafana/public/app/features/transformers/utils.ts share/grafana/public/app/features/users/TokenRevokedModal.tsx share/grafana/public/app/features/users/UsersActionBar.test.tsx share/grafana/public/app/features/users/UsersActionBar.tsx @@ -1536,7 +1628,6 @@ share/grafana/public/app/features/users/UsersListPage.tsx share/grafana/public/app/features/users/UsersTable.test.tsx share/grafana/public/app/features/users/UsersTable.tsx share/grafana/public/app/features/users/__mocks__/userMocks.ts -share/grafana/public/app/features/users/__snapshots__/InviteesTable.test.tsx.snap share/grafana/public/app/features/users/__snapshots__/UsersActionBar.test.tsx.snap share/grafana/public/app/features/users/__snapshots__/UsersListPage.test.tsx.snap share/grafana/public/app/features/users/__snapshots__/UsersTable.test.tsx.snap @@ -1545,6 +1636,7 @@ share/grafana/public/app/features/users/state/reducers.test.ts share/grafana/public/app/features/users/state/reducers.ts share/grafana/public/app/features/users/state/selectors.ts share/grafana/public/app/features/variables/adapters.ts +share/grafana/public/app/features/variables/adhoc/AdHocVariableEditor.test.tsx share/grafana/public/app/features/variables/adhoc/AdHocVariableEditor.tsx share/grafana/public/app/features/variables/adhoc/actions.test.ts share/grafana/public/app/features/variables/adhoc/actions.ts @@ -1575,6 +1667,7 @@ share/grafana/public/app/features/variables/custom/actions.ts share/grafana/public/app/features/variables/custom/adapter.ts share/grafana/public/app/features/variables/custom/reducer.test.ts share/grafana/public/app/features/variables/custom/reducer.ts +share/grafana/public/app/features/variables/datasource/DataSourceVariableEditor.test.tsx share/grafana/public/app/features/variables/datasource/DataSourceVariableEditor.tsx share/grafana/public/app/features/variables/datasource/actions.test.ts share/grafana/public/app/features/variables/datasource/actions.ts @@ -1601,6 +1694,8 @@ share/grafana/public/app/features/variables/editor/getVariableQueryEditor.test.t share/grafana/public/app/features/variables/editor/getVariableQueryEditor.tsx share/grafana/public/app/features/variables/editor/reducer.test.ts share/grafana/public/app/features/variables/editor/reducer.ts +share/grafana/public/app/features/variables/editor/selectors.test.ts +share/grafana/public/app/features/variables/editor/selectors.ts share/grafana/public/app/features/variables/editor/types.ts share/grafana/public/app/features/variables/getAllVariableValuesForUrl.test.ts share/grafana/public/app/features/variables/getAllVariableValuesForUrl.ts @@ -1641,7 +1736,7 @@ share/grafana/public/app/features/variables/query/QueryVariableRefreshSelect.tsx share/grafana/public/app/features/variables/query/QueryVariableSortSelect.tsx share/grafana/public/app/features/variables/query/VariableQueryRunner.test.ts share/grafana/public/app/features/variables/query/VariableQueryRunner.ts -share/grafana/public/app/features/variables/query/actions.test.ts +share/grafana/public/app/features/variables/query/actions.test.tsx share/grafana/public/app/features/variables/query/actions.ts share/grafana/public/app/features/variables/query/adapter.ts share/grafana/public/app/features/variables/query/operators.test.ts @@ -1669,6 +1764,8 @@ share/grafana/public/app/features/variables/state/actions.test.ts share/grafana/public/app/features/variables/state/actions.ts share/grafana/public/app/features/variables/state/helpers.ts share/grafana/public/app/features/variables/state/initVariableTransaction.test.ts +share/grafana/public/app/features/variables/state/keyedVariablesReducer.test.ts +share/grafana/public/app/features/variables/state/keyedVariablesReducer.ts share/grafana/public/app/features/variables/state/migrateVariablesDatasourceNameToRef.test.ts share/grafana/public/app/features/variables/state/onTimeRangeUpdated.test.ts share/grafana/public/app/features/variables/state/processVariable.test.ts @@ -1837,6 +1934,11 @@ share/grafana/public/app/plugins/datasource/cloudwatch/components/SQLBuilderEdit share/grafana/public/app/plugins/datasource/cloudwatch/components/SQLBuilderEditor/utils.ts share/grafana/public/app/plugins/datasource/cloudwatch/components/SQLCodeEditor.tsx share/grafana/public/app/plugins/datasource/cloudwatch/components/ThrottlingErrorMessage.tsx +share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.test.tsx +share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.tsx +share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryField.tsx +share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableTextField.tsx +share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/index.tsx share/grafana/public/app/plugins/datasource/cloudwatch/components/XrayLinkConfig.tsx share/grafana/public/app/plugins/datasource/cloudwatch/components/__snapshots__/ConfigEditor.test.tsx.snap share/grafana/public/app/plugins/datasource/cloudwatch/components/__snapshots__/MetricsQueryEditor.test.tsx.snap @@ -1888,6 +1990,8 @@ share/grafana/public/app/plugins/datasource/cloudwatch/utils/query/getStatsGroup share/grafana/public/app/plugins/datasource/cloudwatch/utils/query/getStatsGroups.ts share/grafana/public/app/plugins/datasource/cloudwatch/utils/rxjs/increasingInterval.ts share/grafana/public/app/plugins/datasource/cloudwatch/utils/utils.ts +share/grafana/public/app/plugins/datasource/cloudwatch/variables.test.ts +share/grafana/public/app/plugins/datasource/cloudwatch/variables.ts share/grafana/public/app/plugins/datasource/dashboard/DashboardQueryEditor.test.tsx share/grafana/public/app/plugins/datasource/dashboard/DashboardQueryEditor.tsx share/grafana/public/app/plugins/datasource/dashboard/DashboardQueryRow.tsx @@ -2003,9 +2107,6 @@ share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/__m share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/resourcePickerRows.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/sdk.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/variables.ts -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/app_insights_datasource.test.ts -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/app_insights_datasource.ts -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/response_parser.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azureMetadata/index.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azureMetadata/locations.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azureMetadata/resourceTypes.ts @@ -2021,9 +2122,6 @@ share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azu share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/url_builder.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_resource_graph/azure_resource_graph_datasource.test.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_resource_graph/azure_resource_graph_datasource.ts -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AnalyticsConfig.test.tsx -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AnalyticsConfig.tsx -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ApplicationInsightsEditor/index.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ArgQueryEditor/ArgQueryEditor.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ArgQueryEditor/QueryField.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ArgQueryEditor/index.tsx @@ -2032,9 +2130,6 @@ share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/com share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ConfigEditor.test.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ConfigEditor.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/Field.tsx -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/InsightsAnalyticsEditor/index.tsx -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/InsightsConfig.test.tsx -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/InsightsConfig.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/FormatAsField.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/LogsQueryEditor.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/LogsQueryEditor/QueryField.tsx @@ -2060,13 +2155,17 @@ share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/com share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/index.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/setQueryValue.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MonitorConfig.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/NewMetricsQueryEditor/MetricsQueryEditor.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/QueryEditor.test.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/QueryEditor.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/QueryTypeField.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/index.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/usePreparedQuery.ts -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedResourceTable.tsx -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedRows.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/EntryIcon.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedEntry.test.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedEntry.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedRow.test.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedRow.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/ResourcePicker.test.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/ResourcePicker.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/index.tsx @@ -2078,11 +2177,23 @@ share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/com share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/SubscriptionField.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/VariableEditor/VariableEditor.test.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/VariableEditor/VariableEditor.tsx -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/__snapshots__/InsightsConfig.test.tsx.snap +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/app_insights/app_insights_datasource.test.ts +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/app_insights/app_insights_datasource.ts +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/app_insights/response_parser.ts +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/components/AnalyticsConfig.test.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/components/AnalyticsConfig.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/components/ApplicationInsightsEditor/index.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/components/InsightsAnalyticsEditor/index.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/components/InsightsConfig.test.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/components/InsightsConfig.tsx +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/components/__snapshots__/InsightsConfig.test.tsx.snap +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/insights_analytics/insights_analytics_datasource.ts +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/types/index.ts +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/types/query.ts +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/deprecated/utils.tsx share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/credentials.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/css/query_editor.css share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/adx.json -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/alertRules.json share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/appInsights.json share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/arg.json share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/cosmosdb.json @@ -2090,7 +2201,8 @@ share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/das share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/sqldb.json share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/storage.json share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/v1Alerts.json -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/v1AlertsAtScale.json +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsRG.json +share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsWorkspace.json share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/datasource.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/grafanaTemplateVariableFns.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/grafanaTemplateVariables.test.ts @@ -2104,7 +2216,6 @@ share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/grafana_cloud_install.png share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/grafana_cloud_login.png share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg -share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/insights_analytics/insights_analytics_datasource.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/log_analytics/querystring_builder.test.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/log_analytics/querystring_builder.ts share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/module.ts @@ -2170,6 +2281,7 @@ share/grafana/public/app/plugins/datasource/graphite/dashboards/carbon_metrics.j share/grafana/public/app/plugins/datasource/graphite/dashboards/metrictank.json share/grafana/public/app/plugins/datasource/graphite/datasource.test.ts share/grafana/public/app/plugins/datasource/graphite/datasource.ts +share/grafana/public/app/plugins/datasource/graphite/datasource_integration.test.ts share/grafana/public/app/plugins/datasource/graphite/gfunc.test.ts share/grafana/public/app/plugins/datasource/graphite/gfunc.ts share/grafana/public/app/plugins/datasource/graphite/graphite_query.ts @@ -2277,6 +2389,8 @@ share/grafana/public/app/plugins/datasource/loki/LokiAnnotationsQueryCtrl.tsx share/grafana/public/app/plugins/datasource/loki/README.md share/grafana/public/app/plugins/datasource/loki/add_label_to_query.test.ts share/grafana/public/app/plugins/datasource/loki/add_label_to_query.ts +share/grafana/public/app/plugins/datasource/loki/backendResultTransformer.test.ts +share/grafana/public/app/plugins/datasource/loki/backendResultTransformer.ts share/grafana/public/app/plugins/datasource/loki/components/AnnotationsQueryEditor.tsx share/grafana/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx share/grafana/public/app/plugins/datasource/loki/components/LokiExploreQueryEditor.test.tsx @@ -2313,6 +2427,10 @@ share/grafana/public/app/plugins/datasource/loki/language_provider.ts share/grafana/public/app/plugins/datasource/loki/language_utils.ts share/grafana/public/app/plugins/datasource/loki/live_streams.test.ts share/grafana/public/app/plugins/datasource/loki/live_streams.ts +share/grafana/public/app/plugins/datasource/loki/makeIdField.test.ts +share/grafana/public/app/plugins/datasource/loki/makeIdField.ts +share/grafana/public/app/plugins/datasource/loki/makeTableFrames.test.ts +share/grafana/public/app/plugins/datasource/loki/makeTableFrames.ts share/grafana/public/app/plugins/datasource/loki/mocks.ts share/grafana/public/app/plugins/datasource/loki/module.ts share/grafana/public/app/plugins/datasource/loki/partials/annotations.editor.html @@ -2321,14 +2439,26 @@ share/grafana/public/app/plugins/datasource/loki/query_utils.test.ts share/grafana/public/app/plugins/datasource/loki/query_utils.ts share/grafana/public/app/plugins/datasource/loki/querybuilder/LokiQueryModeller.test.ts share/grafana/public/app/plugins/datasource/loki/querybuilder/LokiQueryModeller.ts +share/grafana/public/app/plugins/datasource/loki/querybuilder/binaryScalarOperations.ts +share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilder.test.tsx share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilder.tsx share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderExplaind.tsx +share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderOptions.test.tsx +share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderOptions.tsx +share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryCodeEditor.tsx +share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryEditorSelector.test.tsx share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryEditorSelector.tsx +share/grafana/public/app/plugins/datasource/loki/querybuilder/components/NestedQuery.tsx +share/grafana/public/app/plugins/datasource/loki/querybuilder/components/NestedQueryList.tsx share/grafana/public/app/plugins/datasource/loki/querybuilder/components/QueryPreview.tsx share/grafana/public/app/plugins/datasource/loki/querybuilder/operations.ts +share/grafana/public/app/plugins/datasource/loki/querybuilder/parsing.test.ts +share/grafana/public/app/plugins/datasource/loki/querybuilder/parsing.ts +share/grafana/public/app/plugins/datasource/loki/querybuilder/state.ts share/grafana/public/app/plugins/datasource/loki/querybuilder/types.ts share/grafana/public/app/plugins/datasource/loki/result_transformer.test.ts share/grafana/public/app/plugins/datasource/loki/result_transformer.ts +share/grafana/public/app/plugins/datasource/loki/streaming.ts share/grafana/public/app/plugins/datasource/loki/syntax.test.ts share/grafana/public/app/plugins/datasource/loki/syntax.ts share/grafana/public/app/plugins/datasource/loki/types.ts @@ -2445,7 +2575,9 @@ share/grafana/public/app/plugins/datasource/prometheus/dashboards/grafana_stats. share/grafana/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json share/grafana/public/app/plugins/datasource/prometheus/dashboards/prometheus_stats.json share/grafana/public/app/plugins/datasource/prometheus/datasource.test.ts -share/grafana/public/app/plugins/datasource/prometheus/datasource.ts +share/grafana/public/app/plugins/datasource/prometheus/datasource.tsx +share/grafana/public/app/plugins/datasource/prometheus/img/cortex_logo.svg +share/grafana/public/app/plugins/datasource/prometheus/img/mimir_logo.svg share/grafana/public/app/plugins/datasource/prometheus/img/prometheus_logo.svg share/grafana/public/app/plugins/datasource/prometheus/language_provider.mock.ts share/grafana/public/app/plugins/datasource/prometheus/language_provider.test.ts @@ -2467,35 +2599,55 @@ share/grafana/public/app/plugins/datasource/prometheus/query_hints.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/PromQueryModeller.test.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/PromQueryModeller.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/aggregations.ts +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/binaryScalarOperations.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/LabelParamEditor.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/MetricSelect.test.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/MetricSelect.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/NestedQuery.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/NestedQueryList.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilder.test.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilder.tsx -share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderContext.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderContainer.test.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderContainer.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderExplained.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderHints.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderOptions.test.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderOptions.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryCodeEditor.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryEditorSelector.test.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryEditorSelector.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryLegendEditor.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/QueryPreview.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/operations.ts +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/parsing.test.ts +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/parsing.ts +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/AutoSizeInput.test.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/AutoSizeInput.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/FeedbackLink.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/LabelFilterItem.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/LabelFilters.test.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/LabelFilters.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/LokiAndPromQueryModellerBase.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationEditor.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationExplainedBox.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationHeader.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationInfoButton.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationList.test.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationList.testUtils.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationList.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationListExplained.tsx -share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationName.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationParamEditor.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationsEditorRow.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/QueryEditorModeToggle.tsx share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/QueryHeaderSwitch.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/QueryOptionGroup.tsx +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/operationUtils.test.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/operationUtils.ts +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/parsingUtils.test.ts +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/parsingUtils.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/types.ts +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/state.test.ts +share/grafana/public/app/plugins/datasource/prometheus/querybuilder/state.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/testUtils.ts share/grafana/public/app/plugins/datasource/prometheus/querybuilder/types.ts share/grafana/public/app/plugins/datasource/prometheus/result_transformer.test.ts @@ -2509,6 +2661,7 @@ share/grafana/public/app/plugins/datasource/tempo/QueryEditor/QueryField.tsx share/grafana/public/app/plugins/datasource/tempo/QueryEditor/ServiceGraphSection.tsx share/grafana/public/app/plugins/datasource/tempo/QueryEditor/utils.ts share/grafana/public/app/plugins/datasource/tempo/configuration/ConfigEditor.tsx +share/grafana/public/app/plugins/datasource/tempo/configuration/LokiSearchSettings.tsx share/grafana/public/app/plugins/datasource/tempo/configuration/SearchSettings.tsx share/grafana/public/app/plugins/datasource/tempo/configuration/ServiceGraphSettings.tsx share/grafana/public/app/plugins/datasource/tempo/datasource.test.ts @@ -2534,6 +2687,7 @@ share/grafana/public/app/plugins/datasource/testdata/__mocks__/scenarios.ts share/grafana/public/app/plugins/datasource/testdata/components/CSVContentEditor.tsx share/grafana/public/app/plugins/datasource/testdata/components/CSVFileEditor.tsx share/grafana/public/app/plugins/datasource/testdata/components/CSVWaveEditor.tsx +share/grafana/public/app/plugins/datasource/testdata/components/ErrorEditor.tsx share/grafana/public/app/plugins/datasource/testdata/components/GrafanaLiveEditor.tsx share/grafana/public/app/plugins/datasource/testdata/components/NodeGraphEditor.tsx share/grafana/public/app/plugins/datasource/testdata/components/PredictablePulseEditor.tsx @@ -2789,6 +2943,22 @@ share/grafana/public/app/plugins/panel/graph/time_regions_form.ts share/grafana/public/app/plugins/panel/graph/types.ts share/grafana/public/app/plugins/panel/graph/utils.test.ts share/grafana/public/app/plugins/panel/graph/utils.ts +share/grafana/public/app/plugins/panel/heatmap-new/ColorScale.tsx +share/grafana/public/app/plugins/panel/heatmap-new/HeatmapHoverView.tsx +share/grafana/public/app/plugins/panel/heatmap-new/HeatmapPanel.tsx +share/grafana/public/app/plugins/panel/heatmap-new/README.md +share/grafana/public/app/plugins/panel/heatmap-new/fields.test.ts +share/grafana/public/app/plugins/panel/heatmap-new/fields.ts +share/grafana/public/app/plugins/panel/heatmap-new/img/heatmap.svg +share/grafana/public/app/plugins/panel/heatmap-new/migrations.test.ts +share/grafana/public/app/plugins/panel/heatmap-new/migrations.ts +share/grafana/public/app/plugins/panel/heatmap-new/models.cue +share/grafana/public/app/plugins/panel/heatmap-new/models.gen.ts +share/grafana/public/app/plugins/panel/heatmap-new/module.tsx +share/grafana/public/app/plugins/panel/heatmap-new/palettes.ts +share/grafana/public/app/plugins/panel/heatmap-new/plugin.json +share/grafana/public/app/plugins/panel/heatmap-new/suggestions.ts +share/grafana/public/app/plugins/panel/heatmap-new/utils.ts share/grafana/public/app/plugins/panel/heatmap/README.md share/grafana/public/app/plugins/panel/heatmap/axes_editor.ts share/grafana/public/app/plugins/panel/heatmap/color_legend.ts @@ -2836,12 +3006,18 @@ share/grafana/public/app/plugins/panel/logs/suggestions.ts share/grafana/public/app/plugins/panel/logs/types.ts share/grafana/public/app/plugins/panel/news/NewsPanel.tsx share/grafana/public/app/plugins/panel/news/README.md +share/grafana/public/app/plugins/panel/news/atom.test.ts +share/grafana/public/app/plugins/panel/news/atom.ts share/grafana/public/app/plugins/panel/news/constants.ts +share/grafana/public/app/plugins/panel/news/feed.ts +share/grafana/public/app/plugins/panel/news/fixtures/atom.xml +share/grafana/public/app/plugins/panel/news/fixtures/rss.xml share/grafana/public/app/plugins/panel/news/img/news.svg share/grafana/public/app/plugins/panel/news/models.cue share/grafana/public/app/plugins/panel/news/models.gen.ts share/grafana/public/app/plugins/panel/news/module.tsx share/grafana/public/app/plugins/panel/news/plugin.json +share/grafana/public/app/plugins/panel/news/rss.test.ts share/grafana/public/app/plugins/panel/news/rss.ts share/grafana/public/app/plugins/panel/news/types.ts share/grafana/public/app/plugins/panel/news/utils.test.ts @@ -2938,6 +3114,7 @@ share/grafana/public/app/plugins/panel/table-old/specs/renderer.test.ts share/grafana/public/app/plugins/panel/table-old/specs/transformers.test.ts share/grafana/public/app/plugins/panel/table-old/transformers.ts share/grafana/public/app/plugins/panel/table-old/types.ts +share/grafana/public/app/plugins/panel/table/PaginationEditor.tsx share/grafana/public/app/plugins/panel/table/README.md share/grafana/public/app/plugins/panel/table/TablePanel.tsx share/grafana/public/app/plugins/panel/table/__snapshots__/migrations.test.ts.snap @@ -2985,6 +3162,7 @@ share/grafana/public/app/plugins/panel/timeseries/plugins/AnnotationsPlugin.tsx share/grafana/public/app/plugins/panel/timeseries/plugins/ContextMenuPlugin.tsx share/grafana/public/app/plugins/panel/timeseries/plugins/ExemplarMarker.tsx share/grafana/public/app/plugins/panel/timeseries/plugins/ExemplarsPlugin.tsx +share/grafana/public/app/plugins/panel/timeseries/plugins/OutsideRangePlugin.tsx share/grafana/public/app/plugins/panel/timeseries/plugins/ThresholdControlsPlugin.tsx share/grafana/public/app/plugins/panel/timeseries/plugins/ThresholdDragHandle.tsx share/grafana/public/app/plugins/panel/timeseries/plugins/annotations/AnnotationEditor.tsx @@ -3027,10 +3205,10 @@ share/grafana/public/app/store/store.ts share/grafana/public/app/types/accessControl.ts share/grafana/public/app/types/acl.ts share/grafana/public/app/types/alerting.ts -share/grafana/public/app/types/angular.ts share/grafana/public/app/types/apiKeys.ts share/grafana/public/app/types/appEvent.ts share/grafana/public/app/types/appNotifications.ts +share/grafana/public/app/types/config.ts share/grafana/public/app/types/dashboard.ts share/grafana/public/app/types/datasources.ts share/grafana/public/app/types/events.ts @@ -3040,6 +3218,7 @@ share/grafana/public/app/types/index.ts share/grafana/public/app/types/jquery/jquery.d.ts share/grafana/public/app/types/ldap.ts share/grafana/public/app/types/location.ts +share/grafana/public/app/types/lru-cache.d.ts share/grafana/public/app/types/organization.ts share/grafana/public/app/types/plugins.ts share/grafana/public/app/types/preferences.ts @@ -3055,525 +3234,568 @@ share/grafana/public/app/types/unified-alerting-dto.ts share/grafana/public/app/types/unified-alerting.ts share/grafana/public/app/types/user.ts share/grafana/public/app/types/window.d.ts -share/grafana/public/build/1011.eb3b779f16d50610df18.js -share/grafana/public/build/1011.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/1011.eb3b779f16d50610df18.js.map -share/grafana/public/build/1204.eb3b779f16d50610df18.js -share/grafana/public/build/1204.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/1204.eb3b779f16d50610df18.js.map -share/grafana/public/build/1268.eb3b779f16d50610df18.js -share/grafana/public/build/1268.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/1268.eb3b779f16d50610df18.js.map -share/grafana/public/build/1414.eb3b779f16d50610df18.js -share/grafana/public/build/1414.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/1414.eb3b779f16d50610df18.js.map -share/grafana/public/build/15.eb3b779f16d50610df18.js -share/grafana/public/build/15.eb3b779f16d50610df18.js.map -share/grafana/public/build/1523.eb3b779f16d50610df18.js -share/grafana/public/build/1657.eb3b779f16d50610df18.js -share/grafana/public/build/1657.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/1657.eb3b779f16d50610df18.js.map -share/grafana/public/build/1713.eb3b779f16d50610df18.js -share/grafana/public/build/1713.eb3b779f16d50610df18.js.map -share/grafana/public/build/1716.eb3b779f16d50610df18.js -share/grafana/public/build/1716.eb3b779f16d50610df18.js.map -share/grafana/public/build/1722.eb3b779f16d50610df18.js -share/grafana/public/build/1722.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/1722.eb3b779f16d50610df18.js.map -share/grafana/public/build/1859.eb3b779f16d50610df18.js -share/grafana/public/build/1859.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/1859.eb3b779f16d50610df18.js.map -share/grafana/public/build/189.eb3b779f16d50610df18.js -share/grafana/public/build/189.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/189.eb3b779f16d50610df18.js.map -share/grafana/public/build/1918.eb3b779f16d50610df18.js -share/grafana/public/build/1918.eb3b779f16d50610df18.js.map -share/grafana/public/build/1926.eb3b779f16d50610df18.js -share/grafana/public/build/1926.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/1926.eb3b779f16d50610df18.js.map -share/grafana/public/build/1954.eb3b779f16d50610df18.js -share/grafana/public/build/1954.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/1954.eb3b779f16d50610df18.js.map -share/grafana/public/build/2000.eb3b779f16d50610df18.js -share/grafana/public/build/2000.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/2000.eb3b779f16d50610df18.js.map -share/grafana/public/build/207.eb3b779f16d50610df18.js -share/grafana/public/build/207.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/207.eb3b779f16d50610df18.js.map -share/grafana/public/build/2109.eb3b779f16d50610df18.js -share/grafana/public/build/2109.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/2109.eb3b779f16d50610df18.js.map -share/grafana/public/build/2287.eb3b779f16d50610df18.js -share/grafana/public/build/2287.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/2287.eb3b779f16d50610df18.js.map -share/grafana/public/build/2332.eb3b779f16d50610df18.js -share/grafana/public/build/2332.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/2332.eb3b779f16d50610df18.js.map -share/grafana/public/build/2358.eb3b779f16d50610df18.js -share/grafana/public/build/2358.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/2358.eb3b779f16d50610df18.js.map -share/grafana/public/build/2365.eb3b779f16d50610df18.js -share/grafana/public/build/2365.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/2365.eb3b779f16d50610df18.js.map -share/grafana/public/build/2566.eb3b779f16d50610df18.js -share/grafana/public/build/2566.eb3b779f16d50610df18.js.map -share/grafana/public/build/2570.eb3b779f16d50610df18.js -share/grafana/public/build/2570.eb3b779f16d50610df18.js.map -share/grafana/public/build/2665.eb3b779f16d50610df18.js -share/grafana/public/build/2665.eb3b779f16d50610df18.js.map -share/grafana/public/build/2713.eb3b779f16d50610df18.js -share/grafana/public/build/2713.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/2713.eb3b779f16d50610df18.js.map -share/grafana/public/build/2715.eb3b779f16d50610df18.js -share/grafana/public/build/2715.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/2715.eb3b779f16d50610df18.js.map -share/grafana/public/build/2795.eb3b779f16d50610df18.js -share/grafana/public/build/2795.eb3b779f16d50610df18.js.map -share/grafana/public/build/2898.eb3b779f16d50610df18.js -share/grafana/public/build/2898.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/2898.eb3b779f16d50610df18.js.map -share/grafana/public/build/3109.eb3b779f16d50610df18.js -share/grafana/public/build/3109.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3109.eb3b779f16d50610df18.js.map -share/grafana/public/build/3144.eb3b779f16d50610df18.js -share/grafana/public/build/3144.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3144.eb3b779f16d50610df18.js.map -share/grafana/public/build/3198.eb3b779f16d50610df18.js -share/grafana/public/build/3198.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3198.eb3b779f16d50610df18.js.map -share/grafana/public/build/3298.eb3b779f16d50610df18.js -share/grafana/public/build/3298.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3298.eb3b779f16d50610df18.js.map -share/grafana/public/build/3409.eb3b779f16d50610df18.js -share/grafana/public/build/3409.eb3b779f16d50610df18.js.map -share/grafana/public/build/3460.eb3b779f16d50610df18.js -share/grafana/public/build/3460.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3460.eb3b779f16d50610df18.js.map -share/grafana/public/build/3467.eb3b779f16d50610df18.js -share/grafana/public/build/3467.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3467.eb3b779f16d50610df18.js.map -share/grafana/public/build/3499.eb3b779f16d50610df18.js -share/grafana/public/build/3499.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3499.eb3b779f16d50610df18.js.map -share/grafana/public/build/3562.eb3b779f16d50610df18.js -share/grafana/public/build/3562.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3562.eb3b779f16d50610df18.js.map -share/grafana/public/build/3690.eb3b779f16d50610df18.js -share/grafana/public/build/3690.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3690.eb3b779f16d50610df18.js.map -share/grafana/public/build/3706.eb3b779f16d50610df18.js -share/grafana/public/build/3706.eb3b779f16d50610df18.js.map -share/grafana/public/build/3711.eb3b779f16d50610df18.js -share/grafana/public/build/3711.eb3b779f16d50610df18.js.map -share/grafana/public/build/3749.eb3b779f16d50610df18.js -share/grafana/public/build/3749.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3749.eb3b779f16d50610df18.js.map -share/grafana/public/build/381.eb3b779f16d50610df18.js -share/grafana/public/build/381.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/381.eb3b779f16d50610df18.js.map -share/grafana/public/build/3822.eb3b779f16d50610df18.js -share/grafana/public/build/3822.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3822.eb3b779f16d50610df18.js.map -share/grafana/public/build/3869.eb3b779f16d50610df18.js -share/grafana/public/build/3869.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3869.eb3b779f16d50610df18.js.map -share/grafana/public/build/3924.eb3b779f16d50610df18.js -share/grafana/public/build/3924.eb3b779f16d50610df18.js.map -share/grafana/public/build/3979.eb3b779f16d50610df18.js -share/grafana/public/build/3979.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/3979.eb3b779f16d50610df18.js.map -share/grafana/public/build/4018.eb3b779f16d50610df18.js -share/grafana/public/build/4018.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4018.eb3b779f16d50610df18.js.map -share/grafana/public/build/4061.eb3b779f16d50610df18.js -share/grafana/public/build/4061.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4061.eb3b779f16d50610df18.js.map -share/grafana/public/build/4076.eb3b779f16d50610df18.js -share/grafana/public/build/4076.eb3b779f16d50610df18.js.map -share/grafana/public/build/4079.eb3b779f16d50610df18.js -share/grafana/public/build/4079.eb3b779f16d50610df18.js.map -share/grafana/public/build/4149.eb3b779f16d50610df18.js -share/grafana/public/build/4149.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4149.eb3b779f16d50610df18.js.map -share/grafana/public/build/4195.eb3b779f16d50610df18.js -share/grafana/public/build/4195.eb3b779f16d50610df18.js.map -share/grafana/public/build/4210.eb3b779f16d50610df18.js -share/grafana/public/build/4210.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4210.eb3b779f16d50610df18.js.map -share/grafana/public/build/427.eb3b779f16d50610df18.js -share/grafana/public/build/427.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/427.eb3b779f16d50610df18.js.map -share/grafana/public/build/4282.eb3b779f16d50610df18.js -share/grafana/public/build/4282.eb3b779f16d50610df18.js.map -share/grafana/public/build/4334.eb3b779f16d50610df18.js -share/grafana/public/build/4334.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4334.eb3b779f16d50610df18.js.map -share/grafana/public/build/4427.eb3b779f16d50610df18.js -share/grafana/public/build/4427.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4427.eb3b779f16d50610df18.js.map -share/grafana/public/build/4502.eb3b779f16d50610df18.js -share/grafana/public/build/4502.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4502.eb3b779f16d50610df18.js.map -share/grafana/public/build/4536.eb3b779f16d50610df18.js -share/grafana/public/build/4536.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4536.eb3b779f16d50610df18.js.map -share/grafana/public/build/4602.eb3b779f16d50610df18.js -share/grafana/public/build/4602.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4602.eb3b779f16d50610df18.js.map -share/grafana/public/build/4707.eb3b779f16d50610df18.js -share/grafana/public/build/4707.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/4707.eb3b779f16d50610df18.js.map -share/grafana/public/build/474.eb3b779f16d50610df18.js -share/grafana/public/build/474.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/474.eb3b779f16d50610df18.js.map -share/grafana/public/build/5379.eb3b779f16d50610df18.js -share/grafana/public/build/5379.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/5379.eb3b779f16d50610df18.js.map -share/grafana/public/build/5455.eb3b779f16d50610df18.js -share/grafana/public/build/5455.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/5455.eb3b779f16d50610df18.js.map -share/grafana/public/build/5744.eb3b779f16d50610df18.js -share/grafana/public/build/5744.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/5744.eb3b779f16d50610df18.js.map -share/grafana/public/build/5893.eb3b779f16d50610df18.js -share/grafana/public/build/5893.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/5893.eb3b779f16d50610df18.js.map -share/grafana/public/build/5899.eb3b779f16d50610df18.js -share/grafana/public/build/5899.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/5899.eb3b779f16d50610df18.js.map -share/grafana/public/build/5982.eb3b779f16d50610df18.js -share/grafana/public/build/5982.eb3b779f16d50610df18.js.map -share/grafana/public/build/63.eb3b779f16d50610df18.js -share/grafana/public/build/63.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/63.eb3b779f16d50610df18.js.map -share/grafana/public/build/646.eb3b779f16d50610df18.js -share/grafana/public/build/646.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/646.eb3b779f16d50610df18.js.map -share/grafana/public/build/6498.eb3b779f16d50610df18.js -share/grafana/public/build/6498.eb3b779f16d50610df18.js.map -share/grafana/public/build/6509.eb3b779f16d50610df18.js -share/grafana/public/build/6509.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/6509.eb3b779f16d50610df18.js.map -share/grafana/public/build/6535.eb3b779f16d50610df18.js -share/grafana/public/build/6535.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/6535.eb3b779f16d50610df18.js.map -share/grafana/public/build/6619.eb3b779f16d50610df18.js -share/grafana/public/build/6619.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/6619.eb3b779f16d50610df18.js.map -share/grafana/public/build/6779.eb3b779f16d50610df18.js -share/grafana/public/build/6779.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/6779.eb3b779f16d50610df18.js.map -share/grafana/public/build/6791.eb3b779f16d50610df18.js -share/grafana/public/build/6791.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/6791.eb3b779f16d50610df18.js.map -share/grafana/public/build/6847.eb3b779f16d50610df18.js -share/grafana/public/build/6847.eb3b779f16d50610df18.js.map -share/grafana/public/build/6892.eb3b779f16d50610df18.js -share/grafana/public/build/6892.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/6892.eb3b779f16d50610df18.js.map -share/grafana/public/build/6899.eb3b779f16d50610df18.js -share/grafana/public/build/6899.eb3b779f16d50610df18.js.map -share/grafana/public/build/69.eb3b779f16d50610df18.js -share/grafana/public/build/69.eb3b779f16d50610df18.js.map -share/grafana/public/build/6938.eb3b779f16d50610df18.js -share/grafana/public/build/6938.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/6938.eb3b779f16d50610df18.js.map -share/grafana/public/build/7120.eb3b779f16d50610df18.js -share/grafana/public/build/7120.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/7120.eb3b779f16d50610df18.js.map -share/grafana/public/build/7142.eb3b779f16d50610df18.js -share/grafana/public/build/7142.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/7142.eb3b779f16d50610df18.js.map -share/grafana/public/build/715.eb3b779f16d50610df18.js -share/grafana/public/build/715.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/715.eb3b779f16d50610df18.js.map -share/grafana/public/build/718.eb3b779f16d50610df18.js -share/grafana/public/build/718.eb3b779f16d50610df18.js.map -share/grafana/public/build/7182.eb3b779f16d50610df18.js -share/grafana/public/build/7182.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/7182.eb3b779f16d50610df18.js.map -share/grafana/public/build/7190.eb3b779f16d50610df18.js -share/grafana/public/build/7190.eb3b779f16d50610df18.js.map -share/grafana/public/build/7275.eb3b779f16d50610df18.js -share/grafana/public/build/7275.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/7275.eb3b779f16d50610df18.js.map -share/grafana/public/build/7371.eb3b779f16d50610df18.js -share/grafana/public/build/7371.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/7371.eb3b779f16d50610df18.js.map -share/grafana/public/build/7428.eb3b779f16d50610df18.js -share/grafana/public/build/7428.eb3b779f16d50610df18.js.map -share/grafana/public/build/752.eb3b779f16d50610df18.js -share/grafana/public/build/752.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/752.eb3b779f16d50610df18.js.map -share/grafana/public/build/7594.eb3b779f16d50610df18.js -share/grafana/public/build/7594.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/7594.eb3b779f16d50610df18.js.map -share/grafana/public/build/7849.eb3b779f16d50610df18.js -share/grafana/public/build/7849.eb3b779f16d50610df18.js.map -share/grafana/public/build/789.eb3b779f16d50610df18.js -share/grafana/public/build/789.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/789.eb3b779f16d50610df18.js.map -share/grafana/public/build/7893.eb3b779f16d50610df18.js -share/grafana/public/build/7893.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/7893.eb3b779f16d50610df18.js.map -share/grafana/public/build/8024.eb3b779f16d50610df18.js -share/grafana/public/build/8024.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/8024.eb3b779f16d50610df18.js.map -share/grafana/public/build/806.eb3b779f16d50610df18.js -share/grafana/public/build/806.eb3b779f16d50610df18.js.map -share/grafana/public/build/8107.eb3b779f16d50610df18.js -share/grafana/public/build/8107.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/8107.eb3b779f16d50610df18.js.map -share/grafana/public/build/8155.eb3b779f16d50610df18.js -share/grafana/public/build/8155.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/8155.eb3b779f16d50610df18.js.map -share/grafana/public/build/8177.eb3b779f16d50610df18.js -share/grafana/public/build/8177.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/8177.eb3b779f16d50610df18.js.map -share/grafana/public/build/8245.eb3b779f16d50610df18.js -share/grafana/public/build/8245.eb3b779f16d50610df18.js.map -share/grafana/public/build/832.eb3b779f16d50610df18.js -share/grafana/public/build/832.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/832.eb3b779f16d50610df18.js.map -share/grafana/public/build/865.eb3b779f16d50610df18.js -share/grafana/public/build/865.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/865.eb3b779f16d50610df18.js.map -share/grafana/public/build/8917.eb3b779f16d50610df18.js -share/grafana/public/build/8917.eb3b779f16d50610df18.js.map -share/grafana/public/build/8940.eb3b779f16d50610df18.js -share/grafana/public/build/8940.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/8940.eb3b779f16d50610df18.js.map -share/grafana/public/build/8962.eb3b779f16d50610df18.js -share/grafana/public/build/8962.eb3b779f16d50610df18.js.map -share/grafana/public/build/8969.eb3b779f16d50610df18.js -share/grafana/public/build/8969.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/8969.eb3b779f16d50610df18.js.map -share/grafana/public/build/903.eb3b779f16d50610df18.js -share/grafana/public/build/903.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/903.eb3b779f16d50610df18.js.map -share/grafana/public/build/9064.eb3b779f16d50610df18.js -share/grafana/public/build/9064.eb3b779f16d50610df18.js.map -share/grafana/public/build/909.eb3b779f16d50610df18.js -share/grafana/public/build/909.eb3b779f16d50610df18.js.map -share/grafana/public/build/9104.eb3b779f16d50610df18.js -share/grafana/public/build/9104.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/9104.eb3b779f16d50610df18.js.map -share/grafana/public/build/9179.eb3b779f16d50610df18.js -share/grafana/public/build/9179.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/9179.eb3b779f16d50610df18.js.map -share/grafana/public/build/9287.eb3b779f16d50610df18.js -share/grafana/public/build/9287.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/9287.eb3b779f16d50610df18.js.map -share/grafana/public/build/930.eb3b779f16d50610df18.js -share/grafana/public/build/930.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/930.eb3b779f16d50610df18.js.map -share/grafana/public/build/9363.eb3b779f16d50610df18.js -share/grafana/public/build/9363.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/9363.eb3b779f16d50610df18.js.map -share/grafana/public/build/9424.eb3b779f16d50610df18.js -share/grafana/public/build/9424.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/9424.eb3b779f16d50610df18.js.map -share/grafana/public/build/957.eb3b779f16d50610df18.js -share/grafana/public/build/957.eb3b779f16d50610df18.js.map -share/grafana/public/build/9581.eb3b779f16d50610df18.js -share/grafana/public/build/9581.eb3b779f16d50610df18.js.map -share/grafana/public/build/9705.eb3b779f16d50610df18.js -share/grafana/public/build/9705.eb3b779f16d50610df18.js.map -share/grafana/public/build/9718.eb3b779f16d50610df18.js -share/grafana/public/build/9718.eb3b779f16d50610df18.js.map -share/grafana/public/build/9848.eb3b779f16d50610df18.js -share/grafana/public/build/9848.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/9848.eb3b779f16d50610df18.js.map -share/grafana/public/build/AdminEditOrgPage.eb3b779f16d50610df18.js -share/grafana/public/build/AdminEditOrgPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/AdminListOrgsPage.eb3b779f16d50610df18.js -share/grafana/public/build/AdminListOrgsPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/AdminSettings.eb3b779f16d50610df18.js -share/grafana/public/build/AdminSettings.eb3b779f16d50610df18.js.map -share/grafana/public/build/AlertAmRoutes.eb3b779f16d50610df18.js -share/grafana/public/build/AlertAmRoutes.eb3b779f16d50610df18.js.map -share/grafana/public/build/AlertGroups.eb3b779f16d50610df18.js -share/grafana/public/build/AlertGroups.eb3b779f16d50610df18.js.map -share/grafana/public/build/AlertRuleList.eb3b779f16d50610df18.js -share/grafana/public/build/AlertRuleList.eb3b779f16d50610df18.js.map -share/grafana/public/build/AlertRuleListIndex.eb3b779f16d50610df18.js -share/grafana/public/build/AlertRuleListIndex.eb3b779f16d50610df18.js.map -share/grafana/public/build/AlertSilences.eb3b779f16d50610df18.js -share/grafana/public/build/AlertSilences.eb3b779f16d50610df18.js.map -share/grafana/public/build/Alerting feature toggle page.eb3b779f16d50610df18.js -share/grafana/public/build/Alerting feature toggle page.eb3b779f16d50610df18.js.map -share/grafana/public/build/AlertingAdmin.eb3b779f16d50610df18.js -share/grafana/public/build/AlertingAdmin.eb3b779f16d50610df18.js.map -share/grafana/public/build/AlertingRedirectToRule.eb3b779f16d50610df18.js -share/grafana/public/build/AlertingRedirectToRule.eb3b779f16d50610df18.js.map -share/grafana/public/build/AlertingRule.eb3b779f16d50610df18.js -share/grafana/public/build/AlertingRule.eb3b779f16d50610df18.js.map -share/grafana/public/build/AlertingRuleForm.eb3b779f16d50610df18.js -share/grafana/public/build/AlertingRuleForm.eb3b779f16d50610df18.js.map -share/grafana/public/build/ApiKeysPage.eb3b779f16d50610df18.js -share/grafana/public/build/ApiKeysPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/AppRootPage.eb3b779f16d50610df18.js -share/grafana/public/build/AppRootPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/BenchmarksPage.eb3b779f16d50610df18.js -share/grafana/public/build/BenchmarksPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/ChangePasswordPage.eb3b779f16d50610df18.js -share/grafana/public/build/ChangePasswordPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/CloudAdminPage.eb3b779f16d50610df18.js -share/grafana/public/build/CloudAdminPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/CreateTeam.eb3b779f16d50610df18.js -share/grafana/public/build/CreateTeam.eb3b779f16d50610df18.js.map -share/grafana/public/build/DashboardImport.eb3b779f16d50610df18.js -share/grafana/public/build/DashboardImport.eb3b779f16d50610df18.js.map -share/grafana/public/build/DashboardListPage.eb3b779f16d50610df18.js -share/grafana/public/build/DashboardListPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/DashboardPage.eb3b779f16d50610df18.js -share/grafana/public/build/DashboardPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/DataSourceDashboards.eb3b779f16d50610df18.js -share/grafana/public/build/DataSourceDashboards.eb3b779f16d50610df18.js.map -share/grafana/public/build/DataSourceSettingsPage.eb3b779f16d50610df18.js -share/grafana/public/build/DataSourceSettingsPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/DataSourcesListPage.eb3b779f16d50610df18.js -share/grafana/public/build/DataSourcesListPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/EditNotificationChannel.eb3b779f16d50610df18.js -share/grafana/public/build/EditNotificationChannel.eb3b779f16d50610df18.js.map -share/grafana/public/build/FeatureTogglePage.eb3b779f16d50610df18.js -share/grafana/public/build/FeatureTogglePage.eb3b779f16d50610df18.js.map -share/grafana/public/build/FolderLibraryPanelsPage.eb3b779f16d50610df18.js -share/grafana/public/build/FolderLibraryPanelsPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/FolderPermissions.eb3b779f16d50610df18.js -share/grafana/public/build/FolderPermissions.eb3b779f16d50610df18.js.map -share/grafana/public/build/FolderSettingsPage.eb3b779f16d50610df18.js -share/grafana/public/build/FolderSettingsPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/LibraryPanelsPage.eb3b779f16d50610df18.js -share/grafana/public/build/LibraryPanelsPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/LiveStatusPage.eb3b779f16d50610df18.js -share/grafana/public/build/LiveStatusPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/MuteTimings.eb3b779f16d50610df18.js -share/grafana/public/build/MuteTimings.eb3b779f16d50610df18.js.map -share/grafana/public/build/NewDashboardsFolder.eb3b779f16d50610df18.js -share/grafana/public/build/NewDashboardsFolder.eb3b779f16d50610df18.js.map -share/grafana/public/build/NewDataSourcePage.eb3b779f16d50610df18.js -share/grafana/public/build/NewDataSourcePage.eb3b779f16d50610df18.js.map -share/grafana/public/build/NewNotificationChannel.eb3b779f16d50610df18.js -share/grafana/public/build/NewNotificationChannel.eb3b779f16d50610df18.js.map -share/grafana/public/build/NewOrgPage.eb3b779f16d50610df18.js -share/grafana/public/build/NewOrgPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/NotificationsListPage.eb3b779f16d50610df18.js -share/grafana/public/build/NotificationsListPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/OrgDetailsPage.eb3b779f16d50610df18.js -share/grafana/public/build/OrgDetailsPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/PipelineAdminPage.eb3b779f16d50610df18.js -share/grafana/public/build/PipelineAdminPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/PlaylistEditPage.eb3b779f16d50610df18.js -share/grafana/public/build/PlaylistEditPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/PlaylistNewPage.eb3b779f16d50610df18.js -share/grafana/public/build/PlaylistNewPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/PlaylistPage.eb3b779f16d50610df18.js -share/grafana/public/build/PlaylistPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/PlaylistStartPage.eb3b779f16d50610df18.js -share/grafana/public/build/PlaylistStartPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/PluginListPage.eb3b779f16d50610df18.js -share/grafana/public/build/PluginListPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/PluginPage.eb3b779f16d50610df18.js -share/grafana/public/build/PluginPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/SelectOrgPage.eb3b779f16d50610df18.js -share/grafana/public/build/SelectOrgPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/SendResetMailPage.eb3b779f16d50610df18.js -share/grafana/public/build/SendResetMailPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/ServerStats.eb3b779f16d50610df18.js -share/grafana/public/build/ServerStats.eb3b779f16d50610df18.js.map -share/grafana/public/build/ServiceAccountsPage.eb3b779f16d50610df18.js -share/grafana/public/build/ServiceAccountsPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/SignupInvited.eb3b779f16d50610df18.js -share/grafana/public/build/SignupInvited.eb3b779f16d50610df18.js.map -share/grafana/public/build/SnapshotListPage.eb3b779f16d50610df18.js -share/grafana/public/build/SnapshotListPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/SoloPanelPage.eb3b779f16d50610df18.js -share/grafana/public/build/SoloPanelPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/TeamList.eb3b779f16d50610df18.js -share/grafana/public/build/TeamList.eb3b779f16d50610df18.js.map -share/grafana/public/build/TeamPages.eb3b779f16d50610df18.js -share/grafana/public/build/TeamPages.eb3b779f16d50610df18.js.map -share/grafana/public/build/TestStuffPage.eb3b779f16d50610df18.js -share/grafana/public/build/TestStuffPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/UserCreatePage.eb3b779f16d50610df18.js -share/grafana/public/build/UserCreatePage.eb3b779f16d50610df18.js.map -share/grafana/public/build/UserInvitePage.eb3b779f16d50610df18.js -share/grafana/public/build/UserInvitePage.eb3b779f16d50610df18.js.map -share/grafana/public/build/UserListAdminPage.eb3b779f16d50610df18.js -share/grafana/public/build/UserListAdminPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/UserProfileEditPage.eb3b779f16d50610df18.js -share/grafana/public/build/UserProfileEditPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/UsersListPage.eb3b779f16d50610df18.js -share/grafana/public/build/UsersListPage.eb3b779f16d50610df18.js.map -share/grafana/public/build/alertmanagerPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/alertmanagerPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/app.eb3b779f16d50610df18.js -share/grafana/public/build/app.eb3b779f16d50610df18.js.map -share/grafana/public/build/azureMonitorPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/azureMonitorPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/brace.eb3b779f16d50610df18.js -share/grafana/public/build/brace.eb3b779f16d50610df18.js.map -share/grafana/public/build/canvasPanel.eb3b779f16d50610df18.js -share/grafana/public/build/canvasPanel.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/canvasPanel.eb3b779f16d50610df18.js.map -share/grafana/public/build/cloudMonitoringPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/cloudMonitoringPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/cloudwatchPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/cloudwatchPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/dark.eb3b779f16d50610df18.js -share/grafana/public/build/elasticsearchPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/elasticsearchPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/explore.eb3b779f16d50610df18.js -share/grafana/public/build/explore.eb3b779f16d50610df18.js.map +share/grafana/public/build/1011.b208037f6b1954dc031d.js +share/grafana/public/build/1011.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/1011.b208037f6b1954dc031d.js.map +share/grafana/public/build/1204.b208037f6b1954dc031d.js +share/grafana/public/build/1204.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/1204.b208037f6b1954dc031d.js.map +share/grafana/public/build/1268.b208037f6b1954dc031d.js +share/grafana/public/build/1268.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/1268.b208037f6b1954dc031d.js.map +share/grafana/public/build/1359.b208037f6b1954dc031d.js +share/grafana/public/build/1359.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/1359.b208037f6b1954dc031d.js.map +share/grafana/public/build/1414.b208037f6b1954dc031d.js +share/grafana/public/build/1414.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/1414.b208037f6b1954dc031d.js.map +share/grafana/public/build/142.b208037f6b1954dc031d.js +share/grafana/public/build/142.b208037f6b1954dc031d.js.map +share/grafana/public/build/1523.b208037f6b1954dc031d.js +share/grafana/public/build/1549.b208037f6b1954dc031d.js +share/grafana/public/build/1549.b208037f6b1954dc031d.js.map +share/grafana/public/build/1602.b208037f6b1954dc031d.js +share/grafana/public/build/1602.b208037f6b1954dc031d.js.map +share/grafana/public/build/1657.b208037f6b1954dc031d.js +share/grafana/public/build/1657.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/1657.b208037f6b1954dc031d.js.map +share/grafana/public/build/1716.b208037f6b1954dc031d.js +share/grafana/public/build/1716.b208037f6b1954dc031d.js.map +share/grafana/public/build/1722.b208037f6b1954dc031d.js +share/grafana/public/build/1722.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/1722.b208037f6b1954dc031d.js.map +share/grafana/public/build/1828.b208037f6b1954dc031d.js +share/grafana/public/build/1828.b208037f6b1954dc031d.js.map +share/grafana/public/build/1832.b208037f6b1954dc031d.js +share/grafana/public/build/1832.b208037f6b1954dc031d.js.map +share/grafana/public/build/1859.b208037f6b1954dc031d.js +share/grafana/public/build/1859.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/1859.b208037f6b1954dc031d.js.map +share/grafana/public/build/189.b208037f6b1954dc031d.js +share/grafana/public/build/189.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/189.b208037f6b1954dc031d.js.map +share/grafana/public/build/1954.b208037f6b1954dc031d.js +share/grafana/public/build/1954.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/1954.b208037f6b1954dc031d.js.map +share/grafana/public/build/2000.b208037f6b1954dc031d.js +share/grafana/public/build/2000.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2000.b208037f6b1954dc031d.js.map +share/grafana/public/build/2011.b208037f6b1954dc031d.js +share/grafana/public/build/2011.b208037f6b1954dc031d.js.map +share/grafana/public/build/207.b208037f6b1954dc031d.js +share/grafana/public/build/207.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/207.b208037f6b1954dc031d.js.map +share/grafana/public/build/2109.b208037f6b1954dc031d.js +share/grafana/public/build/2109.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2109.b208037f6b1954dc031d.js.map +share/grafana/public/build/2123.b208037f6b1954dc031d.js +share/grafana/public/build/2123.b208037f6b1954dc031d.js.map +share/grafana/public/build/2287.b208037f6b1954dc031d.js +share/grafana/public/build/2287.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2287.b208037f6b1954dc031d.js.map +share/grafana/public/build/2320.b208037f6b1954dc031d.js +share/grafana/public/build/2320.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2320.b208037f6b1954dc031d.js.map +share/grafana/public/build/2332.b208037f6b1954dc031d.js +share/grafana/public/build/2332.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2332.b208037f6b1954dc031d.js.map +share/grafana/public/build/2358.b208037f6b1954dc031d.js +share/grafana/public/build/2358.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2358.b208037f6b1954dc031d.js.map +share/grafana/public/build/2365.b208037f6b1954dc031d.js +share/grafana/public/build/2365.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2365.b208037f6b1954dc031d.js.map +share/grafana/public/build/2608.b208037f6b1954dc031d.js +share/grafana/public/build/2608.b208037f6b1954dc031d.js.map +share/grafana/public/build/2713.b208037f6b1954dc031d.js +share/grafana/public/build/2713.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2713.b208037f6b1954dc031d.js.map +share/grafana/public/build/2715.b208037f6b1954dc031d.js +share/grafana/public/build/2715.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2715.b208037f6b1954dc031d.js.map +share/grafana/public/build/2795.b208037f6b1954dc031d.js +share/grafana/public/build/2795.b208037f6b1954dc031d.js.map +share/grafana/public/build/2833.b208037f6b1954dc031d.js +share/grafana/public/build/2833.b208037f6b1954dc031d.js.map +share/grafana/public/build/2898.b208037f6b1954dc031d.js +share/grafana/public/build/2898.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/2898.b208037f6b1954dc031d.js.map +share/grafana/public/build/2988.b208037f6b1954dc031d.js +share/grafana/public/build/2988.b208037f6b1954dc031d.js.map +share/grafana/public/build/3109.b208037f6b1954dc031d.js +share/grafana/public/build/3109.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3109.b208037f6b1954dc031d.js.map +share/grafana/public/build/3144.b208037f6b1954dc031d.js +share/grafana/public/build/3144.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3144.b208037f6b1954dc031d.js.map +share/grafana/public/build/3198.b208037f6b1954dc031d.js +share/grafana/public/build/3198.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3198.b208037f6b1954dc031d.js.map +share/grafana/public/build/3203.b208037f6b1954dc031d.js +share/grafana/public/build/3203.b208037f6b1954dc031d.js.map +share/grafana/public/build/3298.b208037f6b1954dc031d.js +share/grafana/public/build/3298.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3298.b208037f6b1954dc031d.js.map +share/grafana/public/build/3299.b208037f6b1954dc031d.js +share/grafana/public/build/3299.b208037f6b1954dc031d.js.map +share/grafana/public/build/335.b208037f6b1954dc031d.js +share/grafana/public/build/335.b208037f6b1954dc031d.js.map +share/grafana/public/build/3409.b208037f6b1954dc031d.js +share/grafana/public/build/3409.b208037f6b1954dc031d.js.map +share/grafana/public/build/3460.b208037f6b1954dc031d.js +share/grafana/public/build/3460.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3460.b208037f6b1954dc031d.js.map +share/grafana/public/build/3467.b208037f6b1954dc031d.js +share/grafana/public/build/3467.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3467.b208037f6b1954dc031d.js.map +share/grafana/public/build/3499.b208037f6b1954dc031d.js +share/grafana/public/build/3499.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3499.b208037f6b1954dc031d.js.map +share/grafana/public/build/3562.b208037f6b1954dc031d.js +share/grafana/public/build/3562.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3562.b208037f6b1954dc031d.js.map +share/grafana/public/build/3620.b208037f6b1954dc031d.js +share/grafana/public/build/3620.b208037f6b1954dc031d.js.map +share/grafana/public/build/3690.b208037f6b1954dc031d.js +share/grafana/public/build/3690.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3690.b208037f6b1954dc031d.js.map +share/grafana/public/build/3711.b208037f6b1954dc031d.js +share/grafana/public/build/3711.b208037f6b1954dc031d.js.map +share/grafana/public/build/3749.b208037f6b1954dc031d.js +share/grafana/public/build/3749.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3749.b208037f6b1954dc031d.js.map +share/grafana/public/build/381.b208037f6b1954dc031d.js +share/grafana/public/build/381.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/381.b208037f6b1954dc031d.js.map +share/grafana/public/build/3822.b208037f6b1954dc031d.js +share/grafana/public/build/3822.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3822.b208037f6b1954dc031d.js.map +share/grafana/public/build/3869.b208037f6b1954dc031d.js +share/grafana/public/build/3869.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3869.b208037f6b1954dc031d.js.map +share/grafana/public/build/3979.b208037f6b1954dc031d.js +share/grafana/public/build/3979.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/3979.b208037f6b1954dc031d.js.map +share/grafana/public/build/4018.b208037f6b1954dc031d.js +share/grafana/public/build/4018.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4018.b208037f6b1954dc031d.js.map +share/grafana/public/build/4061.b208037f6b1954dc031d.js +share/grafana/public/build/4061.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4061.b208037f6b1954dc031d.js.map +share/grafana/public/build/4079.b208037f6b1954dc031d.js +share/grafana/public/build/4079.b208037f6b1954dc031d.js.map +share/grafana/public/build/4097.b208037f6b1954dc031d.js +share/grafana/public/build/4097.b208037f6b1954dc031d.js.map +share/grafana/public/build/4149.b208037f6b1954dc031d.js +share/grafana/public/build/4149.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4149.b208037f6b1954dc031d.js.map +share/grafana/public/build/427.b208037f6b1954dc031d.js +share/grafana/public/build/427.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/427.b208037f6b1954dc031d.js.map +share/grafana/public/build/4334.b208037f6b1954dc031d.js +share/grafana/public/build/4334.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4334.b208037f6b1954dc031d.js.map +share/grafana/public/build/4427.b208037f6b1954dc031d.js +share/grafana/public/build/4427.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4427.b208037f6b1954dc031d.js.map +share/grafana/public/build/4436.b208037f6b1954dc031d.js +share/grafana/public/build/4436.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4436.b208037f6b1954dc031d.js.map +share/grafana/public/build/4502.b208037f6b1954dc031d.js +share/grafana/public/build/4502.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4502.b208037f6b1954dc031d.js.map +share/grafana/public/build/4536.b208037f6b1954dc031d.js +share/grafana/public/build/4536.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4536.b208037f6b1954dc031d.js.map +share/grafana/public/build/4602.b208037f6b1954dc031d.js +share/grafana/public/build/4602.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4602.b208037f6b1954dc031d.js.map +share/grafana/public/build/4707.b208037f6b1954dc031d.js +share/grafana/public/build/4707.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/4707.b208037f6b1954dc031d.js.map +share/grafana/public/build/474.b208037f6b1954dc031d.js +share/grafana/public/build/474.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/474.b208037f6b1954dc031d.js.map +share/grafana/public/build/5069.b208037f6b1954dc031d.js +share/grafana/public/build/5069.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/5069.b208037f6b1954dc031d.js.map +share/grafana/public/build/5204.b208037f6b1954dc031d.js +share/grafana/public/build/5204.b208037f6b1954dc031d.js.map +share/grafana/public/build/5276.b208037f6b1954dc031d.js +share/grafana/public/build/5276.b208037f6b1954dc031d.js.map +share/grafana/public/build/5429.b208037f6b1954dc031d.js +share/grafana/public/build/5429.b208037f6b1954dc031d.js.map +share/grafana/public/build/5455.b208037f6b1954dc031d.js +share/grafana/public/build/5455.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/5455.b208037f6b1954dc031d.js.map +share/grafana/public/build/5652.b208037f6b1954dc031d.js +share/grafana/public/build/5652.b208037f6b1954dc031d.js.map +share/grafana/public/build/5714.b208037f6b1954dc031d.js +share/grafana/public/build/5714.b208037f6b1954dc031d.js.map +share/grafana/public/build/5744.b208037f6b1954dc031d.js +share/grafana/public/build/5744.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/5744.b208037f6b1954dc031d.js.map +share/grafana/public/build/5812.b208037f6b1954dc031d.js +share/grafana/public/build/5812.b208037f6b1954dc031d.js.map +share/grafana/public/build/5899.b208037f6b1954dc031d.js +share/grafana/public/build/5899.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/5899.b208037f6b1954dc031d.js.map +share/grafana/public/build/63.b208037f6b1954dc031d.js +share/grafana/public/build/63.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/63.b208037f6b1954dc031d.js.map +share/grafana/public/build/6444.b208037f6b1954dc031d.js +share/grafana/public/build/6444.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/6444.b208037f6b1954dc031d.js.map +share/grafana/public/build/646.b208037f6b1954dc031d.js +share/grafana/public/build/646.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/646.b208037f6b1954dc031d.js.map +share/grafana/public/build/6509.b208037f6b1954dc031d.js +share/grafana/public/build/6509.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/6509.b208037f6b1954dc031d.js.map +share/grafana/public/build/6535.b208037f6b1954dc031d.js +share/grafana/public/build/6535.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/6535.b208037f6b1954dc031d.js.map +share/grafana/public/build/6619.b208037f6b1954dc031d.js +share/grafana/public/build/6619.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/6619.b208037f6b1954dc031d.js.map +share/grafana/public/build/6779.b208037f6b1954dc031d.js +share/grafana/public/build/6779.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/6779.b208037f6b1954dc031d.js.map +share/grafana/public/build/6791.b208037f6b1954dc031d.js +share/grafana/public/build/6791.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/6791.b208037f6b1954dc031d.js.map +share/grafana/public/build/6847.b208037f6b1954dc031d.js +share/grafana/public/build/6847.b208037f6b1954dc031d.js.map +share/grafana/public/build/6892.b208037f6b1954dc031d.js +share/grafana/public/build/6892.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/6892.b208037f6b1954dc031d.js.map +share/grafana/public/build/6899.b208037f6b1954dc031d.js +share/grafana/public/build/6899.b208037f6b1954dc031d.js.map +share/grafana/public/build/6938.b208037f6b1954dc031d.js +share/grafana/public/build/6938.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/6938.b208037f6b1954dc031d.js.map +share/grafana/public/build/7120.b208037f6b1954dc031d.js +share/grafana/public/build/7120.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/7120.b208037f6b1954dc031d.js.map +share/grafana/public/build/7142.b208037f6b1954dc031d.js +share/grafana/public/build/7142.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/7142.b208037f6b1954dc031d.js.map +share/grafana/public/build/715.b208037f6b1954dc031d.js +share/grafana/public/build/715.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/715.b208037f6b1954dc031d.js.map +share/grafana/public/build/718.b208037f6b1954dc031d.js +share/grafana/public/build/718.b208037f6b1954dc031d.js.map +share/grafana/public/build/7182.b208037f6b1954dc031d.js +share/grafana/public/build/7182.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/7182.b208037f6b1954dc031d.js.map +share/grafana/public/build/7190.b208037f6b1954dc031d.js +share/grafana/public/build/7190.b208037f6b1954dc031d.js.map +share/grafana/public/build/7275.b208037f6b1954dc031d.js +share/grafana/public/build/7275.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/7275.b208037f6b1954dc031d.js.map +share/grafana/public/build/7371.b208037f6b1954dc031d.js +share/grafana/public/build/7371.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/7371.b208037f6b1954dc031d.js.map +share/grafana/public/build/7428.b208037f6b1954dc031d.js +share/grafana/public/build/7428.b208037f6b1954dc031d.js.map +share/grafana/public/build/752.b208037f6b1954dc031d.js +share/grafana/public/build/752.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/752.b208037f6b1954dc031d.js.map +share/grafana/public/build/7594.b208037f6b1954dc031d.js +share/grafana/public/build/7594.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/7594.b208037f6b1954dc031d.js.map +share/grafana/public/build/7809.b208037f6b1954dc031d.js +share/grafana/public/build/7809.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/7809.b208037f6b1954dc031d.js.map +share/grafana/public/build/7893.b208037f6b1954dc031d.js +share/grafana/public/build/7893.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/7893.b208037f6b1954dc031d.js.map +share/grafana/public/build/7976.b208037f6b1954dc031d.js +share/grafana/public/build/7976.b208037f6b1954dc031d.js.map +share/grafana/public/build/8024.b208037f6b1954dc031d.js +share/grafana/public/build/8024.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/8024.b208037f6b1954dc031d.js.map +share/grafana/public/build/8107.b208037f6b1954dc031d.js +share/grafana/public/build/8107.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/8107.b208037f6b1954dc031d.js.map +share/grafana/public/build/8155.b208037f6b1954dc031d.js +share/grafana/public/build/8155.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/8155.b208037f6b1954dc031d.js.map +share/grafana/public/build/8177.b208037f6b1954dc031d.js +share/grafana/public/build/8177.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/8177.b208037f6b1954dc031d.js.map +share/grafana/public/build/832.b208037f6b1954dc031d.js +share/grafana/public/build/832.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/832.b208037f6b1954dc031d.js.map +share/grafana/public/build/8483.b208037f6b1954dc031d.js +share/grafana/public/build/8483.b208037f6b1954dc031d.js.map +share/grafana/public/build/865.b208037f6b1954dc031d.js +share/grafana/public/build/865.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/865.b208037f6b1954dc031d.js.map +share/grafana/public/build/8682.b208037f6b1954dc031d.js +share/grafana/public/build/8682.b208037f6b1954dc031d.js.map +share/grafana/public/build/8698.b208037f6b1954dc031d.js +share/grafana/public/build/8698.b208037f6b1954dc031d.js.map +share/grafana/public/build/8881.b208037f6b1954dc031d.js +share/grafana/public/build/8881.b208037f6b1954dc031d.js.map +share/grafana/public/build/8940.b208037f6b1954dc031d.js +share/grafana/public/build/8940.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/8940.b208037f6b1954dc031d.js.map +share/grafana/public/build/8948.b208037f6b1954dc031d.js +share/grafana/public/build/8948.b208037f6b1954dc031d.js.map +share/grafana/public/build/8969.b208037f6b1954dc031d.js +share/grafana/public/build/8969.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/8969.b208037f6b1954dc031d.js.map +share/grafana/public/build/8992.b208037f6b1954dc031d.js +share/grafana/public/build/8992.b208037f6b1954dc031d.js.map +share/grafana/public/build/903.b208037f6b1954dc031d.js +share/grafana/public/build/903.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/903.b208037f6b1954dc031d.js.map +share/grafana/public/build/9064.b208037f6b1954dc031d.js +share/grafana/public/build/9064.b208037f6b1954dc031d.js.map +share/grafana/public/build/9104.b208037f6b1954dc031d.js +share/grafana/public/build/9104.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/9104.b208037f6b1954dc031d.js.map +share/grafana/public/build/9127.b208037f6b1954dc031d.js +share/grafana/public/build/9127.b208037f6b1954dc031d.js.map +share/grafana/public/build/9179.b208037f6b1954dc031d.js +share/grafana/public/build/9179.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/9179.b208037f6b1954dc031d.js.map +share/grafana/public/build/9255.b208037f6b1954dc031d.js +share/grafana/public/build/9255.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/9255.b208037f6b1954dc031d.js.map +share/grafana/public/build/9287.b208037f6b1954dc031d.js +share/grafana/public/build/9287.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/9287.b208037f6b1954dc031d.js.map +share/grafana/public/build/930.b208037f6b1954dc031d.js +share/grafana/public/build/930.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/930.b208037f6b1954dc031d.js.map +share/grafana/public/build/9363.b208037f6b1954dc031d.js +share/grafana/public/build/9363.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/9363.b208037f6b1954dc031d.js.map +share/grafana/public/build/9424.b208037f6b1954dc031d.js +share/grafana/public/build/9424.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/9424.b208037f6b1954dc031d.js.map +share/grafana/public/build/957.b208037f6b1954dc031d.js +share/grafana/public/build/957.b208037f6b1954dc031d.js.map +share/grafana/public/build/9705.b208037f6b1954dc031d.js +share/grafana/public/build/9705.b208037f6b1954dc031d.js.map +share/grafana/public/build/9848.b208037f6b1954dc031d.js +share/grafana/public/build/9848.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/9848.b208037f6b1954dc031d.js.map +share/grafana/public/build/AdminEditOrgPage.b208037f6b1954dc031d.js +share/grafana/public/build/AdminEditOrgPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/AdminListOrgsPage.b208037f6b1954dc031d.js +share/grafana/public/build/AdminListOrgsPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/AdminSettings.b208037f6b1954dc031d.js +share/grafana/public/build/AdminSettings.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertAmRoutes.b208037f6b1954dc031d.js +share/grafana/public/build/AlertAmRoutes.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertGroups.b208037f6b1954dc031d.js +share/grafana/public/build/AlertGroups.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertRuleList.b208037f6b1954dc031d.js +share/grafana/public/build/AlertRuleList.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertRuleListIndex.b208037f6b1954dc031d.js +share/grafana/public/build/AlertRuleListIndex.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertSilences.b208037f6b1954dc031d.js +share/grafana/public/build/AlertSilences.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertTabCtrl.b208037f6b1954dc031d.js +share/grafana/public/build/AlertTabCtrl.b208037f6b1954dc031d.js.map +share/grafana/public/build/Alerting feature toggle page.b208037f6b1954dc031d.js +share/grafana/public/build/Alerting feature toggle page.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertingAdmin.b208037f6b1954dc031d.js +share/grafana/public/build/AlertingAdmin.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertingRedirectToRule.b208037f6b1954dc031d.js +share/grafana/public/build/AlertingRedirectToRule.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertingRule.b208037f6b1954dc031d.js +share/grafana/public/build/AlertingRule.b208037f6b1954dc031d.js.map +share/grafana/public/build/AlertingRuleForm.b208037f6b1954dc031d.js +share/grafana/public/build/AlertingRuleForm.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/AlertingRuleForm.b208037f6b1954dc031d.js.map +share/grafana/public/build/AngularApp.b208037f6b1954dc031d.js +share/grafana/public/build/AngularApp.b208037f6b1954dc031d.js.map +share/grafana/public/build/ApiKeysPage.b208037f6b1954dc031d.js +share/grafana/public/build/ApiKeysPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/AppRootPage.b208037f6b1954dc031d.js +share/grafana/public/build/AppRootPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/BenchmarksPage.b208037f6b1954dc031d.js +share/grafana/public/build/BenchmarksPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/ChangePasswordPage.b208037f6b1954dc031d.js +share/grafana/public/build/ChangePasswordPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/CloudAdminPage.b208037f6b1954dc031d.js +share/grafana/public/build/CloudAdminPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/CreateTeam.b208037f6b1954dc031d.js +share/grafana/public/build/CreateTeam.b208037f6b1954dc031d.js.map +share/grafana/public/build/DashboardImport.b208037f6b1954dc031d.js +share/grafana/public/build/DashboardImport.b208037f6b1954dc031d.js.map +share/grafana/public/build/DashboardListPage.b208037f6b1954dc031d.js +share/grafana/public/build/DashboardListPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/DashboardPage.b208037f6b1954dc031d.js +share/grafana/public/build/DashboardPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/DataSourceDashboards.b208037f6b1954dc031d.js +share/grafana/public/build/DataSourceDashboards.b208037f6b1954dc031d.js.map +share/grafana/public/build/DataSourceSettingsPage.b208037f6b1954dc031d.js +share/grafana/public/build/DataSourceSettingsPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/DataSourcesListPage.b208037f6b1954dc031d.js +share/grafana/public/build/DataSourcesListPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/EditNotificationChannel.b208037f6b1954dc031d.js +share/grafana/public/build/EditNotificationChannel.b208037f6b1954dc031d.js.map +share/grafana/public/build/FeatureTogglePage.b208037f6b1954dc031d.js +share/grafana/public/build/FeatureTogglePage.b208037f6b1954dc031d.js.map +share/grafana/public/build/FolderAlerting.b208037f6b1954dc031d.js +share/grafana/public/build/FolderAlerting.b208037f6b1954dc031d.js.map +share/grafana/public/build/FolderLibraryPanelsPage.b208037f6b1954dc031d.js +share/grafana/public/build/FolderLibraryPanelsPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/FolderPermissions.b208037f6b1954dc031d.js +share/grafana/public/build/FolderPermissions.b208037f6b1954dc031d.js.map +share/grafana/public/build/FolderSettingsPage.b208037f6b1954dc031d.js +share/grafana/public/build/FolderSettingsPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/LibraryPanelsPage.b208037f6b1954dc031d.js +share/grafana/public/build/LibraryPanelsPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/LiveStatusPage.b208037f6b1954dc031d.js +share/grafana/public/build/LiveStatusPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/MuteTimings.b208037f6b1954dc031d.js +share/grafana/public/build/MuteTimings.b208037f6b1954dc031d.js.map +share/grafana/public/build/NewDashboardsFolder.b208037f6b1954dc031d.js +share/grafana/public/build/NewDashboardsFolder.b208037f6b1954dc031d.js.map +share/grafana/public/build/NewDataSourcePage.b208037f6b1954dc031d.js +share/grafana/public/build/NewDataSourcePage.b208037f6b1954dc031d.js.map +share/grafana/public/build/NewNotificationChannel.b208037f6b1954dc031d.js +share/grafana/public/build/NewNotificationChannel.b208037f6b1954dc031d.js.map +share/grafana/public/build/NewOrgPage.b208037f6b1954dc031d.js +share/grafana/public/build/NewOrgPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/NotificationsListPage.b208037f6b1954dc031d.js +share/grafana/public/build/NotificationsListPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/NotificationsPage.b208037f6b1954dc031d.js +share/grafana/public/build/NotificationsPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/OrgDetailsPage.b208037f6b1954dc031d.js +share/grafana/public/build/OrgDetailsPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/PipelineAdminPage.b208037f6b1954dc031d.js +share/grafana/public/build/PipelineAdminPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/PlaylistEditPage.b208037f6b1954dc031d.js +share/grafana/public/build/PlaylistEditPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/PlaylistNewPage.b208037f6b1954dc031d.js +share/grafana/public/build/PlaylistNewPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/PlaylistPage.b208037f6b1954dc031d.js +share/grafana/public/build/PlaylistPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/PlaylistStartPage.b208037f6b1954dc031d.js +share/grafana/public/build/PlaylistStartPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/PluginListPage.b208037f6b1954dc031d.js +share/grafana/public/build/PluginListPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/PluginPage.b208037f6b1954dc031d.js +share/grafana/public/build/PluginPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/Profile feature toggle page.b208037f6b1954dc031d.js +share/grafana/public/build/Profile feature toggle page.b208037f6b1954dc031d.js.map +share/grafana/public/build/SearchPage.b208037f6b1954dc031d.js +share/grafana/public/build/SearchPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/SelectOrgPage.b208037f6b1954dc031d.js +share/grafana/public/build/SelectOrgPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/SendResetMailPage.b208037f6b1954dc031d.js +share/grafana/public/build/SendResetMailPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/ServerStats.b208037f6b1954dc031d.js +share/grafana/public/build/ServerStats.b208037f6b1954dc031d.js.map +share/grafana/public/build/ServiceAccountCreatePage.b208037f6b1954dc031d.js +share/grafana/public/build/ServiceAccountCreatePage.b208037f6b1954dc031d.js.map +share/grafana/public/build/ServiceAccountsPage.b208037f6b1954dc031d.js +share/grafana/public/build/ServiceAccountsPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/SignupInvited.b208037f6b1954dc031d.js +share/grafana/public/build/SignupInvited.b208037f6b1954dc031d.js.map +share/grafana/public/build/SnapshotListPage.b208037f6b1954dc031d.js +share/grafana/public/build/SnapshotListPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/SoloPanelPage.b208037f6b1954dc031d.js +share/grafana/public/build/SoloPanelPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/TeamList.b208037f6b1954dc031d.js +share/grafana/public/build/TeamList.b208037f6b1954dc031d.js.map +share/grafana/public/build/TeamPages.b208037f6b1954dc031d.js +share/grafana/public/build/TeamPages.b208037f6b1954dc031d.js.map +share/grafana/public/build/TestStuffPage.b208037f6b1954dc031d.js +share/grafana/public/build/TestStuffPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/UserCreatePage.b208037f6b1954dc031d.js +share/grafana/public/build/UserCreatePage.b208037f6b1954dc031d.js.map +share/grafana/public/build/UserInvitePage.b208037f6b1954dc031d.js +share/grafana/public/build/UserInvitePage.b208037f6b1954dc031d.js.map +share/grafana/public/build/UserListAdminPage.b208037f6b1954dc031d.js +share/grafana/public/build/UserListAdminPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/UserProfileEditPage.b208037f6b1954dc031d.js +share/grafana/public/build/UserProfileEditPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/UsersListPage.b208037f6b1954dc031d.js +share/grafana/public/build/UsersListPage.b208037f6b1954dc031d.js.map +share/grafana/public/build/alertmanagerPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/alertmanagerPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/app.b208037f6b1954dc031d.js +share/grafana/public/build/app.b208037f6b1954dc031d.js.map +share/grafana/public/build/azureMonitorPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/azureMonitorPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/brace.b208037f6b1954dc031d.js +share/grafana/public/build/brace.b208037f6b1954dc031d.js.map +share/grafana/public/build/canvasPanel.b208037f6b1954dc031d.js +share/grafana/public/build/canvasPanel.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/canvasPanel.b208037f6b1954dc031d.js.map +share/grafana/public/build/cloudMonitoringPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/cloudMonitoringPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/cloudwatchPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/cloudwatchPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/dark.b208037f6b1954dc031d.js +share/grafana/public/build/elasticsearchPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/elasticsearchPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/explore-feature-toggle-page.b208037f6b1954dc031d.js +share/grafana/public/build/explore-feature-toggle-page.b208037f6b1954dc031d.js.map +share/grafana/public/build/explore.b208037f6b1954dc031d.js +share/grafana/public/build/explore.b208037f6b1954dc031d.js.map share/grafana/public/build/fa56cd4c6b700e0392d0.ttf -share/grafana/public/build/geomapPanel.eb3b779f16d50610df18.js -share/grafana/public/build/geomapPanel.eb3b779f16d50610df18.js.map -share/grafana/public/build/grafana.dark.eb3b779f16d50610df18.css -share/grafana/public/build/grafana.light.eb3b779f16d50610df18.css -share/grafana/public/build/grafanaPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/grafanaPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/graphitePlugin.eb3b779f16d50610df18.js -share/grafana/public/build/graphitePlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/iconPanel.eb3b779f16d50610df18.js -share/grafana/public/build/iconPanel.eb3b779f16d50610df18.js.map -share/grafana/public/build/influxdbPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/influxdbPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/jaegerPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/light.eb3b779f16d50610df18.js -share/grafana/public/build/lokiPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/lokiPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/mixedPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/mixedPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/mssqlPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/mssqlPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/mysqlPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/mysqlPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/opentsdbPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/opentsdbPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/postgresPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/postgresPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/prom-query-field.eb3b779f16d50610df18.js -share/grafana/public/build/prom-query-field.eb3b779f16d50610df18.js.map -share/grafana/public/build/prometheusPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/prometheusPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/react-monaco-editor.eb3b779f16d50610df18.js -share/grafana/public/build/react-monaco-editor.eb3b779f16d50610df18.js.map -share/grafana/public/build/rst2html.eb3b779f16d50610df18.js -share/grafana/public/build/rst2html.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/rst2html.eb3b779f16d50610df18.js.map -share/grafana/public/build/runtime.eb3b779f16d50610df18.js -share/grafana/public/build/runtime.eb3b779f16d50610df18.js.map +share/grafana/public/build/geomapPanel.b208037f6b1954dc031d.js +share/grafana/public/build/geomapPanel.b208037f6b1954dc031d.js.map +share/grafana/public/build/grafana.dark.b208037f6b1954dc031d.css +share/grafana/public/build/grafana.light.b208037f6b1954dc031d.css +share/grafana/public/build/grafanaPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/grafanaPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/graphPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/graphPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/graphitePlugin.b208037f6b1954dc031d.js +share/grafana/public/build/graphitePlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/heatmapPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/heatmapPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/iconPanel.b208037f6b1954dc031d.js +share/grafana/public/build/iconPanel.b208037f6b1954dc031d.js.map +share/grafana/public/build/influxdbPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/influxdbPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/jaegerPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/light.b208037f6b1954dc031d.js +share/grafana/public/build/lokiPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/lokiPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/mixedPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/mixedPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/mssqlPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/mssqlPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/mysqlPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/mysqlPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/opentsdbPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/opentsdbPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/postgresPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/postgresPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/prom-query-field.b208037f6b1954dc031d.js +share/grafana/public/build/prom-query-field.b208037f6b1954dc031d.js.map +share/grafana/public/build/prometheusPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/prometheusPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/react-monaco-editor.b208037f6b1954dc031d.js +share/grafana/public/build/react-monaco-editor.b208037f6b1954dc031d.js.map +share/grafana/public/build/rst2html.b208037f6b1954dc031d.js +share/grafana/public/build/rst2html.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/rst2html.b208037f6b1954dc031d.js.map +share/grafana/public/build/runtime.b208037f6b1954dc031d.js +share/grafana/public/build/runtime.b208037f6b1954dc031d.js.map share/grafana/public/build/static/img/codicon.56dba998.ttf -share/grafana/public/build/tempoPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/tempoPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/testDataDSPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/testDataDSPlugin.eb3b779f16d50610df18.js.map -share/grafana/public/build/visjs-network.eb3b779f16d50610df18.js -share/grafana/public/build/visjs-network.eb3b779f16d50610df18.js.LICENSE.txt -share/grafana/public/build/visjs-network.eb3b779f16d50610df18.js.map -share/grafana/public/build/zipkinPlugin.eb3b779f16d50610df18.js -share/grafana/public/build/zipkinPlugin.eb3b779f16d50610df18.js.map +share/grafana/public/build/tableOldPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/tableOldPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/tempoPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/tempoPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/testDataDSPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/testDataDSPlugin.b208037f6b1954dc031d.js.map +share/grafana/public/build/visjs-network.b208037f6b1954dc031d.js +share/grafana/public/build/visjs-network.b208037f6b1954dc031d.js.LICENSE.txt +share/grafana/public/build/visjs-network.b208037f6b1954dc031d.js.map +share/grafana/public/build/zipkinPlugin.b208037f6b1954dc031d.js +share/grafana/public/build/zipkinPlugin.b208037f6b1954dc031d.js.map share/grafana/public/dashboards/default.json share/grafana/public/dashboards/home.json share/grafana/public/dashboards/scripted.js @@ -3646,6 +3868,8 @@ share/grafana/public/gazetteer/airports.geojson share/grafana/public/gazetteer/countries.json share/grafana/public/gazetteer/usa-states.json share/grafana/public/img/alert_howto_new.png +share/grafana/public/img/alerting/mimir_logo.svg +share/grafana/public/img/alerting/mimir_logo_recording.svg share/grafana/public/img/angle_gradient_light_rev.png share/grafana/public/img/angle_gradient_rev.png share/grafana/public/img/apple-touch-icon.png @@ -3746,6 +3970,195 @@ share/grafana/public/img/icons/mono/panel-add.svg share/grafana/public/img/icons/mono/plus-square.svg share/grafana/public/img/icons/mono/shield.svg share/grafana/public/img/icons/mono/square-shape.svg +share/grafana/public/img/icons/solid/airplay.svg +share/grafana/public/img/icons/solid/align-alt.svg +share/grafana/public/img/icons/solid/align-center-justify.svg +share/grafana/public/img/icons/solid/align-center.svg +share/grafana/public/img/icons/solid/align-justify.svg +share/grafana/public/img/icons/solid/align-left-justify.svg +share/grafana/public/img/icons/solid/align-left.svg +share/grafana/public/img/icons/solid/align-letter-right.svg +share/grafana/public/img/icons/solid/align-right-justify.svg +share/grafana/public/img/icons/solid/align-right.svg +share/grafana/public/img/icons/solid/analysis.svg +share/grafana/public/img/icons/solid/analytics.svg +share/grafana/public/img/icons/solid/anchor.svg +share/grafana/public/img/icons/solid/angle-double-down.svg +share/grafana/public/img/icons/solid/angle-double-left.svg +share/grafana/public/img/icons/solid/angle-double-right.svg +share/grafana/public/img/icons/solid/angle-double-up.svg +share/grafana/public/img/icons/solid/angle-down.svg +share/grafana/public/img/icons/solid/angle-left.svg +share/grafana/public/img/icons/solid/angle-right-b.svg +share/grafana/public/img/icons/solid/angle-right.svg +share/grafana/public/img/icons/solid/angle-up.svg +share/grafana/public/img/icons/solid/apps.svg +share/grafana/public/img/icons/solid/arrow-circle-down.svg +share/grafana/public/img/icons/solid/arrow-circle-left.svg +share/grafana/public/img/icons/solid/arrow-circle-right.svg +share/grafana/public/img/icons/solid/arrow-circle-up.svg +share/grafana/public/img/icons/solid/arrow-down-left.svg +share/grafana/public/img/icons/solid/arrow-down-right.svg +share/grafana/public/img/icons/solid/arrow-up-left.svg +share/grafana/public/img/icons/solid/arrow-up-right.svg +share/grafana/public/img/icons/solid/at.svg +share/grafana/public/img/icons/solid/bag.svg +share/grafana/public/img/icons/solid/bars.svg +share/grafana/public/img/icons/solid/battery-bolt.svg +share/grafana/public/img/icons/solid/battery-empty.svg +share/grafana/public/img/icons/solid/bookmark.svg +share/grafana/public/img/icons/solid/border-alt.svg +share/grafana/public/img/icons/solid/border-bottom.svg +share/grafana/public/img/icons/solid/border-clear.svg +share/grafana/public/img/icons/solid/border-horizontal.svg +share/grafana/public/img/icons/solid/border-inner.svg +share/grafana/public/img/icons/solid/border-left.svg +share/grafana/public/img/icons/solid/border-out.svg +share/grafana/public/img/icons/solid/border-right.svg +share/grafana/public/img/icons/solid/border-top.svg +share/grafana/public/img/icons/solid/border-vertical.svg +share/grafana/public/img/icons/solid/briefcase.svg +share/grafana/public/img/icons/solid/calender.svg +share/grafana/public/img/icons/solid/chart-pie.svg +share/grafana/public/img/icons/solid/chart.svg +share/grafana/public/img/icons/solid/check-circle.svg +share/grafana/public/img/icons/solid/check-square.svg +share/grafana/public/img/icons/solid/check.svg +share/grafana/public/img/icons/solid/circle-layer.svg +share/grafana/public/img/icons/solid/clinic-medical.svg +share/grafana/public/img/icons/solid/clock-eight.svg +share/grafana/public/img/icons/solid/clock-five.svg +share/grafana/public/img/icons/solid/clock-nine.svg +share/grafana/public/img/icons/solid/clock-seven.svg +share/grafana/public/img/icons/solid/clock-ten.svg +share/grafana/public/img/icons/solid/clock-three.svg +share/grafana/public/img/icons/solid/clock-two.svg +share/grafana/public/img/icons/solid/clock.svg +share/grafana/public/img/icons/solid/columns.svg +share/grafana/public/img/icons/solid/comment-dots.svg +share/grafana/public/img/icons/solid/compress.svg +share/grafana/public/img/icons/solid/corner-down-left.svg +share/grafana/public/img/icons/solid/corner-down-right.svg +share/grafana/public/img/icons/solid/corner-left-down.svg +share/grafana/public/img/icons/solid/corner-right-down.svg +share/grafana/public/img/icons/solid/corner-up-left.svg +share/grafana/public/img/icons/solid/corner-up-right.svg +share/grafana/public/img/icons/solid/coronavirus.svg +share/grafana/public/img/icons/solid/dialpad.svg +share/grafana/public/img/icons/solid/direction.svg +share/grafana/public/img/icons/solid/document-layout-center.svg +share/grafana/public/img/icons/solid/document-layout-left.svg +share/grafana/public/img/icons/solid/document-layout-right.svg +share/grafana/public/img/icons/solid/download-alt.svg +share/grafana/public/img/icons/solid/ellipsis-h.svg +share/grafana/public/img/icons/solid/ellipsis-v.svg +share/grafana/public/img/icons/solid/exclamation-circle.svg +share/grafana/public/img/icons/solid/exclamation-octagon.svg +share/grafana/public/img/icons/solid/exclamation-triangle.svg +share/grafana/public/img/icons/solid/favorite.svg +share/grafana/public/img/icons/solid/flip-h-alt.svg +share/grafana/public/img/icons/solid/flip-h.svg +share/grafana/public/img/icons/solid/flip-v-alt.svg +share/grafana/public/img/icons/solid/flip-v.svg +share/grafana/public/img/icons/solid/graph-bar.svg +share/grafana/public/img/icons/solid/grid.svg +share/grafana/public/img/icons/solid/grids.svg +share/grafana/public/img/icons/solid/grip-horizontal-line.svg +share/grafana/public/img/icons/solid/head-side-cough.svg +share/grafana/public/img/icons/solid/head-side-mask.svg +share/grafana/public/img/icons/solid/head-side.svg +share/grafana/public/img/icons/solid/history-alt.svg +share/grafana/public/img/icons/solid/history.svg +share/grafana/public/img/icons/solid/horizontal-align-left.svg +share/grafana/public/img/icons/solid/hospital-square-sign.svg +share/grafana/public/img/icons/solid/hospital-symbol.svg +share/grafana/public/img/icons/solid/hospital.svg +share/grafana/public/img/icons/solid/house-user.svg +share/grafana/public/img/icons/solid/image-v.svg +share/grafana/public/img/icons/solid/key-skeleton-alt.svg +share/grafana/public/img/icons/solid/key-skeleton.svg +share/grafana/public/img/icons/solid/keyhole-circle.svg +share/grafana/public/img/icons/solid/keyhole-square-full.svg +share/grafana/public/img/icons/solid/keyhole-square.svg +share/grafana/public/img/icons/solid/layer-group.svg +share/grafana/public/img/icons/solid/layers-alt.svg +share/grafana/public/img/icons/solid/left-indent-alt.svg +share/grafana/public/img/icons/solid/left-indent.svg +share/grafana/public/img/icons/solid/line-spacing.svg +share/grafana/public/img/icons/solid/link-h.svg +share/grafana/public/img/icons/solid/list-ui-alt.svg +share/grafana/public/img/icons/solid/list-ul.svg +share/grafana/public/img/icons/solid/lock-access.svg +share/grafana/public/img/icons/solid/lock-alt.svg +share/grafana/public/img/icons/solid/lock-open-alt.svg +share/grafana/public/img/icons/solid/lock.svg +share/grafana/public/img/icons/solid/microscope.svg +share/grafana/public/img/icons/solid/minus-square-full.svg +share/grafana/public/img/icons/solid/multiply.svg +share/grafana/public/img/icons/solid/object-group.svg +share/grafana/public/img/icons/solid/object-ungroup.svg +share/grafana/public/img/icons/solid/padlock.svg +share/grafana/public/img/icons/solid/paperclip.svg +share/grafana/public/img/icons/solid/paragraph.svg +share/grafana/public/img/icons/solid/pentagon.svg +share/grafana/public/img/icons/solid/polygon.svg +share/grafana/public/img/icons/solid/previous.svg +share/grafana/public/img/icons/solid/process.svg +share/grafana/public/img/icons/solid/record-audio.svg +share/grafana/public/img/icons/solid/redo.svg +share/grafana/public/img/icons/solid/refresh.svg +share/grafana/public/img/icons/solid/repeat.svg +share/grafana/public/img/icons/solid/right-indent-alt.svg +share/grafana/public/img/icons/solid/right-indent.svg +share/grafana/public/img/icons/solid/rocket.svg +share/grafana/public/img/icons/solid/ruler-combined.svg +share/grafana/public/img/icons/solid/ruler.svg +share/grafana/public/img/icons/solid/sanitizer-alt.svg +share/grafana/public/img/icons/solid/sanitizer.svg +share/grafana/public/img/icons/solid/scenery.svg +share/grafana/public/img/icons/solid/schedule.svg +share/grafana/public/img/icons/solid/shield-plus.svg +share/grafana/public/img/icons/solid/signal-alt-3.svg +share/grafana/public/img/icons/solid/signal-alt.svg +share/grafana/public/img/icons/solid/signout.svg +share/grafana/public/img/icons/solid/social-distancing.svg +share/grafana/public/img/icons/solid/sorting.svg +share/grafana/public/img/icons/solid/space-key.svg +share/grafana/public/img/icons/solid/square-full.svg +share/grafana/public/img/icons/solid/star-half-alt.svg +share/grafana/public/img/icons/solid/star.svg +share/grafana/public/img/icons/solid/step-forward.svg +share/grafana/public/img/icons/solid/stethoscope-alt.svg +share/grafana/public/img/icons/solid/stethoscope.svg +share/grafana/public/img/icons/solid/stopwatch.svg +share/grafana/public/img/icons/solid/store-slash.svg +share/grafana/public/img/icons/solid/subject.svg +share/grafana/public/img/icons/solid/sync-exclamation.svg +share/grafana/public/img/icons/solid/sync-slash.svg +share/grafana/public/img/icons/solid/table.svg +share/grafana/public/img/icons/solid/th-large.svg +share/grafana/public/img/icons/solid/times-circle.svg +share/grafana/public/img/icons/solid/toggle-off.svg +share/grafana/public/img/icons/solid/toggle-on.svg +share/grafana/public/img/icons/solid/toilet-paper.svg +share/grafana/public/img/icons/solid/triangle.svg +share/grafana/public/img/icons/solid/unlock-alt.svg +share/grafana/public/img/icons/solid/unlock.svg +share/grafana/public/img/icons/solid/upload-alt.svg +share/grafana/public/img/icons/solid/user-arrows.svg +share/grafana/public/img/icons/solid/user-md.svg +share/grafana/public/img/icons/solid/user-nurse.svg +share/grafana/public/img/icons/solid/vector-square-alt.svg +share/grafana/public/img/icons/solid/vector-square.svg +share/grafana/public/img/icons/solid/virus-slash.svg +share/grafana/public/img/icons/solid/web-grid-alt.svg +share/grafana/public/img/icons/solid/web-grid.svg +share/grafana/public/img/icons/solid/web-section-alt.svg +share/grafana/public/img/icons/solid/web-section.svg +share/grafana/public/img/icons/solid/window-grid.svg +share/grafana/public/img/icons/solid/window-maximize.svg +share/grafana/public/img/icons/solid/window-section.svg +share/grafana/public/img/icons/solid/wrap-text.svg share/grafana/public/img/icons/unicons/0-plus.svg share/grafana/public/img/icons/unicons/10-plus.svg share/grafana/public/img/icons/unicons/12-plus.svg @@ -5467,6 +5880,7 @@ share/grafana/public/test/core/redux/reduxTester.ts share/grafana/public/test/core/thunk/thunkTester.ts share/grafana/public/test/core/utils/silenceConsoleOutput.ts share/grafana/public/test/core/utils/version.test.ts +share/grafana/public/test/global-jquery-shim.ts share/grafana/public/test/helpers/TestProvider.tsx share/grafana/public/test/helpers/convertToStoreState.ts share/grafana/public/test/helpers/createFetchResponse.ts @@ -5475,7 +5889,6 @@ share/grafana/public/test/helpers/getDashboardModel.ts share/grafana/public/test/helpers/getQueryOptions.ts share/grafana/public/test/helpers/getTemplateSrvDependencies.ts share/grafana/public/test/helpers/initTemplateSrv.ts -share/grafana/public/test/helpers/typeAsJestMock.ts share/grafana/public/test/jest-setup.ts share/grafana/public/test/jest-shim.ts share/grafana/public/test/lib/common.ts @@ -5494,9 +5907,11 @@ share/grafana/public/test/mocks/datasource_srv.ts share/grafana/public/test/mocks/i18nMessages.ts share/grafana/public/test/mocks/linguiMacro.tsx share/grafana/public/test/mocks/monaco.ts +share/grafana/public/test/mocks/navModel.ts share/grafana/public/test/mocks/style.ts share/grafana/public/test/mocks/svg.ts share/grafana/public/test/mocks/workers.ts +share/grafana/public/test/redux-rtl.tsx share/grafana/public/test/setupTests.ts share/grafana/public/test/specs/helpers.ts share/grafana/public/testdata/browser_marketshare.csv diff --git a/www/grafana/distinfo b/www/grafana/distinfo index 395a37dcd7929..d39cb130cc0e7 100644 --- a/www/grafana/distinfo +++ b/www/grafana/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.24 2022/04/12 22:47:16 tnn Exp $ +$NetBSD: distinfo,v 1.25 2022/05/21 07:41:46 triaxx Exp $ BLAKE2s (bazil.org_fuse_@v_v0.0.0-20160811212531-371fbbdaa898.mod) = ff8095283662ae2d2a1968bf429516c54586b1a6c4dc744657162e6781aa8ece SHA512 (bazil.org_fuse_@v_v0.0.0-20160811212531-371fbbdaa898.mod) = 7b3ef87f98485bb9ec325680f57d43a9bd76e90bdcfb1e798458f28f7d3addf91dbb6a07b654749468860981413ad2267df2d5f3535c85579e9f79d9328d355c @@ -66,9 +66,6 @@ Size (cloud.google.com_go_@v_v0.72.0.mod) = 762 bytes BLAKE2s (cloud.google.com_go_@v_v0.74.0.mod) = a20c015fdd0ced0825b938ad4b36f49788e1c2c05626a5f564b42f6c855d5347 SHA512 (cloud.google.com_go_@v_v0.74.0.mod) = 123b30fd3799e31fa3ca7237b81cd6ba20874cedbe0c9c168409adf90c09d2dce45de24c7de61fd60c117bf3306ab5299fa22bf0f9231e0ea10bc1a7c9f2dc3e Size (cloud.google.com_go_@v_v0.74.0.mod) = 799 bytes -BLAKE2s (cloud.google.com_go_@v_v0.75.0.mod) = 9aeb28f1eb5f9440dd7750aed360cefe2de0aae086f7438cb33ba67430a82092 -SHA512 (cloud.google.com_go_@v_v0.75.0.mod) = 7f37811c234dce3f8940e83e0affce9ca3e247676a3b058dcb48ec51a082ea8ee905c18bbc5cc6122bc9424328ee48bd796fe97a115c8740bb24c4fba494ddec -Size (cloud.google.com_go_@v_v0.75.0.mod) = 799 bytes BLAKE2s (cloud.google.com_go_@v_v0.78.0.mod) = f472f6e705637d5f9f6d16074055f29714390032fd055cfeb495093c0bf25616 SHA512 (cloud.google.com_go_@v_v0.78.0.mod) = 8e02d438dcf1ef35271817b3ecde8a0bb29d95f08b9299463cc9eb82ee40c2669181f850e5b7c9cfbaee640a711952828772dcb47277c91064b5d30b9276da69 Size (cloud.google.com_go_@v_v0.78.0.mod) = 836 bytes @@ -78,6 +75,9 @@ Size (cloud.google.com_go_@v_v0.79.0.mod) = 734 bytes BLAKE2s (cloud.google.com_go_@v_v0.81.0.mod) = 884177a5537bb6fa3ab8233afc44edc288a44f7235b57311f94244106bf659cc SHA512 (cloud.google.com_go_@v_v0.81.0.mod) = 0f20f17224815d31006304ee27cd0c79e25f3d83e962e1fff3e61483126b950dc21ecb7494dc585410b2ab7fa72f5c40c14d577ad85b50702d5b07758b2225a5 Size (cloud.google.com_go_@v_v0.81.0.mod) = 734 bytes +BLAKE2s (cloud.google.com_go_@v_v0.82.0.mod) = 67a3988624f80e006091afce7027f09513e3cf9d255a347be8203dcdb7690b56 +SHA512 (cloud.google.com_go_@v_v0.82.0.mod) = 154d1830f6056712aff8bfd84587afc3b0e1e985fad5ea714d1abf76be114de163b424a11edbd8783b8b71bfcc4b10001cd02e8bfb9a367a0183d85967a62273 +Size (cloud.google.com_go_@v_v0.82.0.mod) = 734 bytes BLAKE2s (cloud.google.com_go_@v_v0.83.0.mod) = 6768698bcdb17594bb4f23dc142376b5797f4d30d8b817980dce99e9f0620491 SHA512 (cloud.google.com_go_@v_v0.83.0.mod) = 1ff1b33b078484f834924b6c10c2d840749411314f56afbffc07f0ad4f97fc1b603aaac9293ff44e08600e56adbcf68398837eb5480b7b7b247de0ef4d1a30f1 Size (cloud.google.com_go_@v_v0.83.0.mod) = 717 bytes @@ -138,6 +138,9 @@ Size (cloud.google.com_go_datastore_@v_v1.1.0.mod) = 566 bytes BLAKE2s (cloud.google.com_go_firestore_@v_v1.1.0.mod) = f62090a6e980f1be94d9394f4e5bfcbe1096cad6dff5d7ef55c588b8e19a309c SHA512 (cloud.google.com_go_firestore_@v_v1.1.0.mod) = adb3d294ec1e9476bed820afa92aea5cabf77e7996d83bd1f03dff8447dfb13dd18ab4f091ad6ee209128151dcbfedb4967f99ccf7e10f5286e90b2ad56441d6 Size (cloud.google.com_go_firestore_@v_v1.1.0.mod) = 568 bytes +BLAKE2s (cloud.google.com_go_firestore_@v_v1.6.1.mod) = 0cb904fb458bb5715439da8ecbd987480abd843c8be9b277009be193069d14b1 +SHA512 (cloud.google.com_go_firestore_@v_v1.6.1.mod) = 55e4943c7e8fc8a05858511e0daafa4a1ea9c7fe3fb8aeb86e286020a696a2bd206efb390a70719d4417792be601cf10d916d48bbc9acbec6c86aac0259b673a +Size (cloud.google.com_go_firestore_@v_v1.6.1.mod) = 358 bytes BLAKE2s (cloud.google.com_go_kms_@v_v1.0.0.mod) = f5cf9c02152ba4c71949f355782e11ffc5dec365545aa00768d900af0e5758a2 SHA512 (cloud.google.com_go_kms_@v_v1.0.0.mod) = 605c3299c1d4d6ee871e32a2f6e78e03f80188dbec732b1d297ce0aeebfb1398645c69c7c2b25faa473cea7da0d411fac5e48d71e3a6777da6eddcde3e5ba93b Size (cloud.google.com_go_kms_@v_v1.0.0.mod) = 319 bytes @@ -147,30 +150,39 @@ Size (cloud.google.com_go_kms_@v_v1.1.0.mod) = 319 bytes BLAKE2s (cloud.google.com_go_kms_@v_v1.1.0.zip) = 69cf76ec55b90694f5322a2d7d4a28d185d9131d258559373e8b7a967c353e3d SHA512 (cloud.google.com_go_kms_@v_v1.1.0.zip) = f61a08000a682ecaa100684a8ff2cb6f8907893ce5e3a47386f926b932826f1943978478fc6dd47086e2400bada237d50ffd172caec9e3e5a22552c52cb89254 Size (cloud.google.com_go_kms_@v_v1.1.0.zip) = 43551 bytes +BLAKE2s (cloud.google.com_go_monitoring_@v_v1.1.0.mod) = 1e1e87455de63302c935420eb9f6a8f40494eded000a34effef5d2cdd1cbbdc3 +SHA512 (cloud.google.com_go_monitoring_@v_v1.1.0.mod) = 1ff1a6674c9020e70c4b92618346ebe6c65e1df6edc591f3427b4bbe5bd780e94ea913bc90b759f9ed31030737616a38f17dce405de010097553526ec16aa48a +Size (cloud.google.com_go_monitoring_@v_v1.1.0.mod) = 326 bytes BLAKE2s (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = a260db96f906c363c2ec160f4178e31671c43b3db696f26ea1c42bd00d52dd38 SHA512 (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 8a393b8614207c22c73a706ccc3e66a8a16d2f305ab95d8f70774f13d0bcb7396b0ac5095daa57ebb991225a1db08c3110f1e85c26dd72f3bbcaf73fea536d9c Size (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 508 bytes BLAKE2s (cloud.google.com_go_pubsub_@v_v1.1.0.mod) = 7bd8864aa898baf236dd6505b93521b830c914ba30828b058d7e2b8dbb7db877 SHA512 (cloud.google.com_go_pubsub_@v_v1.1.0.mod) = 2b2720ffcf11b02b3e12e794132f0d25e5e0afa08e4d617f9d4147d8bafbb6f00c8aa4c5776e039eba4ff5c8add0b4e73c8c928f4b155c5c386f09a4e06b765c Size (cloud.google.com_go_pubsub_@v_v1.1.0.mod) = 755 bytes +BLAKE2s (cloud.google.com_go_pubsub_@v_v1.17.1.mod) = 562275914d5bfbb7014ac4a159870963aeef4ef9c35d1ea6878faa4a2da4ceb6 +SHA512 (cloud.google.com_go_pubsub_@v_v1.17.1.mod) = 4d3c5fb69f08d44c6381a5c9bc77fb377b6e551c22d94acd61eb3c16828e16b0e9b1621531dcd58d48b4e910028192120bc2d2b3a8645ac7c841c5655aa53724 +Size (cloud.google.com_go_pubsub_@v_v1.17.1.mod) = 577 bytes BLAKE2s (cloud.google.com_go_pubsub_@v_v1.2.0.mod) = 136e2751f3b7efe7007b7b8fdb1fac408ff871768bbcc62cf5cd4eea9d2b99fe SHA512 (cloud.google.com_go_pubsub_@v_v1.2.0.mod) = de93e34151997c18f5d0211702ffbc19cfa1bbcd77fa6d194747e1094ffdefe7014a197f3a7c28fe99ae7677dce76e049566caeaba8a067bd4507dddeafc4f6a Size (cloud.google.com_go_pubsub_@v_v1.2.0.mod) = 858 bytes BLAKE2s (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 9343a18e5abdebc736fac639a70db0bb51fae469f1d38e6e5c76c5fad39d210b SHA512 (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 0e2dc636df1de8119b3b4153466d8f31b4e2e9fa637c625ea0a7fd94951ee38edc02064cc00d7fe9a4d9f7e3d1ed521809003602398d68508772b11939755cdf Size (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 625 bytes +BLAKE2s (cloud.google.com_go_secretmanager_@v_v1.0.0.mod) = 69d2f043c2c6db0a0ca72f4a2e87ef8ecc06e26cc731cf36adef9adad8cfc4e7 +SHA512 (cloud.google.com_go_secretmanager_@v_v1.0.0.mod) = c450cf65b499581cebf7d0d5b6b7838575322a7f02c550c35e9f1ff83b6d51b6ea4fb38a867b6a82fa526e7455fbdcff49d3966e9a4de5678eb695753f071afd +Size (cloud.google.com_go_secretmanager_@v_v1.0.0.mod) = 294 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.0.0.mod) = 0f8b81ac2bb9aaed4f0257cbea204507d7e7bb3a2c1dcf4a1cccad1c5d310ede SHA512 (cloud.google.com_go_storage_@v_v1.0.0.mod) = faf4a02a513ae4c23f931b8917e74a056c528b4267ef3b5b704949283910bfc5d41fdd7264b78d4fc1f6e5b370474a7c9933a2fad36bb5c872006def71f8ed0b Size (cloud.google.com_go_storage_@v_v1.0.0.mod) = 374 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.10.0.mod) = 743ff68a72c5b33a4cec549635e7fc205e1a03ee086cb2af9d77714a5c49e9b9 SHA512 (cloud.google.com_go_storage_@v_v1.10.0.mod) = 2825d124965f45e40b36bc1d2f8133f8a1fb5ff94dd95d2ae4383bc4a300ddfe0efb75ace2f9408582525c377769bd1f75cd3c0c655c74aa75708f7a66c56352 Size (cloud.google.com_go_storage_@v_v1.10.0.mod) = 622 bytes -BLAKE2s (cloud.google.com_go_storage_@v_v1.14.0.mod) = d22e9e6c9b3bbbc347e8f4bf45bf6a911b28dce96cb559dc6c44a3da34e371dd -SHA512 (cloud.google.com_go_storage_@v_v1.14.0.mod) = 4ea4787bddb53fd15748bb1a9b5a1539b565d17fb5cb8d9bb147c3058e7dac1e1e5ce8d6b839757b25d91ec19378eea185699bc8c803f92018c0cdd152c2e2e4 -Size (cloud.google.com_go_storage_@v_v1.14.0.mod) = 517 bytes -BLAKE2s (cloud.google.com_go_storage_@v_v1.14.0.zip) = 2f54a7c93e46c56ce3c1a77857df48f0f085085a9e5e42600c93d22d7e676ebc -SHA512 (cloud.google.com_go_storage_@v_v1.14.0.zip) = 3c906b13d35dc7300b793f0778517c19be8f1f36980ae59fd8947e3e4d2bd2ba9b626f0498bfe765e8d73e34184e74991d483621ee386baa816fa7e0dbc295d7 -Size (cloud.google.com_go_storage_@v_v1.14.0.zip) = 438375 bytes +BLAKE2s (cloud.google.com_go_storage_@v_v1.18.2.mod) = 0b31dbf7e47a9a3c33551356c7cc7c5d468ea6756f704c89e2dedf5b65cf8739 +SHA512 (cloud.google.com_go_storage_@v_v1.18.2.mod) = 482a5841d34349b36a0897116c9609128b6eaf4e405e4ab8e383da160384021ed7d651c88056dbba2384a051816e4c98ad74c0a019008b8a70b144ab2e92ecc1 +Size (cloud.google.com_go_storage_@v_v1.18.2.mod) = 469 bytes +BLAKE2s (cloud.google.com_go_storage_@v_v1.18.2.zip) = e56a2fa0cfc60aa487db0a2f8800a7bedba1aaa028fd788f28cd3916781e39d7 +SHA512 (cloud.google.com_go_storage_@v_v1.18.2.zip) = 6f8bf18da78d17dbe5c74400284938f7641f82d34d8ad393947d6004ff45140d0c70577dcd331e4e72b230932036846fa47fc861ab4d98c89bdd4ccaaf3ebde2 +Size (cloud.google.com_go_storage_@v_v1.18.2.zip) = 465106 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.3.0.mod) = 81c17fa8b5f81d5939bcb165648f22833c600b707b113e8039d36c699eb1a7d9 SHA512 (cloud.google.com_go_storage_@v_v1.3.0.mod) = aa18ac56f91882180ecf1d99fd7bc095e62a31474cd89214811b5c534dd766fed264fb09312979b28fb4cc7fe0e4cbeac997b856bade7ffc777632f415c47b2d Size (cloud.google.com_go_storage_@v_v1.3.0.mod) = 574 bytes @@ -183,18 +195,30 @@ Size (cloud.google.com_go_storage_@v_v1.6.0.mod) = 736 bytes BLAKE2s (cloud.google.com_go_storage_@v_v1.8.0.mod) = 692c82ecdaa77da7e9949128a1c191102b66f878700060363a58ee55577abad8 SHA512 (cloud.google.com_go_storage_@v_v1.8.0.mod) = 409dad03104a4ac6b4a8c6da3540ab382345c86e48732f2b37d64ae2bc1c721d9f0a1ed0824a36085baa7102d2626e84f44706b16297623e8deb58fa9e24ba38 Size (cloud.google.com_go_storage_@v_v1.8.0.mod) = 622 bytes +BLAKE2s (cloud.google.com_go_trace_@v_v1.0.0.mod) = 889486a8c8e9604d8f6b322336a25c683fd7e66819d3b12d7d620417a0a113fb +SHA512 (cloud.google.com_go_trace_@v_v1.0.0.mod) = d8c742560f91e6def65f71cc5e9a288d897cba3edc601947707e96e11560f41bf5bb7d59f4994004e655f1a9062b47dc6d2f8d4532c3e49b2baa71d795e39327 +Size (cloud.google.com_go_trace_@v_v1.0.0.mod) = 321 bytes BLAKE2s (code.cloudfoundry.org_clock_@v_v1.0.0.mod) = 10a91ef6b46f65a64f40f408721b826088b54cb86170b5840074e3025273372f SHA512 (code.cloudfoundry.org_clock_@v_v1.0.0.mod) = c011623b73573deb52215bad093cddfdf649a4ccb56c842f28697d22b07e3b88205fb7e4798c66d9e755ed311d1c8d89d698f96353c74eefda3db73588ed78c9 Size (code.cloudfoundry.org_clock_@v_v1.0.0.mod) = 35 bytes BLAKE2s (collectd.org_@v_v0.3.0.mod) = f31944695b2fe04af6ed9fd663fe80f1b21d7101b5be74365f7b542f8f59d70a SHA512 (collectd.org_@v_v0.3.0.mod) = f214d1a62a9cbf57ab751b12c01e522933dc85f766efaa3d01f15730bc36c08bb3fd01bc3305d883d204f55871eb7996978b7bf8d4a43d2c1675c677d4179b06 Size (collectd.org_@v_v0.3.0.mod) = 20 bytes +BLAKE2s (contrib.go.opencensus.io_exporter_aws_@v_v0.0.0-20200617204711-c478e41e60e9.mod) = 29ca3c60f38a4bc66ea9751614d310c3e0efc2fd62e94dfb9792a52547215541 +SHA512 (contrib.go.opencensus.io_exporter_aws_@v_v0.0.0-20200617204711-c478e41e60e9.mod) = e47a5e15b0e0b884fb8a9b27778f557cb170c974200848447a59c43953c3d0c3fc6895ad962e47cc6839a1a8efb1680fc1ae229abb9324227ccac9ed5954e2bc +Size (contrib.go.opencensus.io_exporter_aws_@v_v0.0.0-20200617204711-c478e41e60e9.mod) = 120 bytes BLAKE2s (contrib.go.opencensus.io_exporter_ocagent_@v_v0.6.0.mod) = 15d52e1305be163b063710f9a844c732606b785f316522f926335fa4a12d3edd SHA512 (contrib.go.opencensus.io_exporter_ocagent_@v_v0.6.0.mod) = a6c55f434e980dd5c5070d720968b222feaf2972c0845f86c0f2d2c8d5d300018622ce4a1228548654684bca68d1dbc098f75d71458c2e08afd19427d0ce4994 Size (contrib.go.opencensus.io_exporter_ocagent_@v_v0.6.0.mod) = 623 bytes BLAKE2s (contrib.go.opencensus.io_exporter_prometheus_@v_v0.3.0.mod) = d18c773caf6e1759250c1c04a86d2a9986bb0838bcc9a697e9f3e1296a0ed487 SHA512 (contrib.go.opencensus.io_exporter_prometheus_@v_v0.3.0.mod) = 71f14fea20c14d4f12b03fc4ccbd69edefa5383fa6d2584042c00cef4c3970511421aa932f07a333ed96e8b05100874273024471e651b1cad0cbace5d4b97c77 Size (contrib.go.opencensus.io_exporter_prometheus_@v_v0.3.0.mod) = 224 bytes +BLAKE2s (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.13.10.mod) = b21a02afdfeb72fddc56957605d076c86485322eb9c6409456cb92cb379f322a +SHA512 (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.13.10.mod) = 03db27c2c0c00f61369f7aacc3078d2991ac0fe7c112bdee19904554e2e7acefc7e2ebe80fc23a0e21636e773850ddecc6a9f2f82aae10a7c04d5bb3dab74b1d +Size (contrib.go.opencensus.io_exporter_stackdriver_@v_v0.13.10.mod) = 797 bytes +BLAKE2s (contrib.go.opencensus.io_integrations_ocsql_@v_v0.1.7.mod) = ec3e078cf0bc557daac65018bfe9124142a2dbfb4a48f69676e534191c5b6545 +SHA512 (contrib.go.opencensus.io_integrations_ocsql_@v_v0.1.7.mod) = 3b21ef555adc99c8acd8a037ac9205a0ca2a629b43095c1a7f850d22695c1c9f4149f10256cfd0d0420d9dbf1345df8cdfb81c5a0162f06dbfc989d969694c2e +Size (contrib.go.opencensus.io_integrations_ocsql_@v_v0.1.7.mod) = 51 bytes BLAKE2s (cuelang.org_go_@v_v0.4.0.mod) = df7c81f67e6a53971a82d8a95a2c1078011ff541f0d402fe3b2bdf055d6684c0 SHA512 (cuelang.org_go_@v_v0.4.0.mod) = 165d4d9de596878e957a0ad345f22bff7cc1ee971afb9074b8d899f6d1620cfd11bf3dfe1b8abff26e41e5b56f5f874ef03702a73c4eb00d1370c80dcc954f65 Size (cuelang.org_go_@v_v0.4.0.mod) = 941 bytes @@ -213,9 +237,21 @@ Size (gioui.org_@v_v0.0.0-20210308172011-57750fc8a0a6.mod) = 200 bytes BLAKE2s (github.com__andreas_briese_bbloom_@v_v0.0.0-20190306092124-e2d15f34fcf9.mod) = 1c69cad38893605322463a3b118e73496312c86d052cd6d58adb28a7ce8de304 SHA512 (github.com__andreas_briese_bbloom_@v_v0.0.0-20190306092124-e2d15f34fcf9.mod) = f50e5abcaac0ba2453bb7e8f674ef126673e5235069d4755dc38922427952dd3cb56748db564ff1d18f733e183480ff139e4a7029416ddd362eb61b560cf4d9a Size (github.com__andreas_briese_bbloom_@v_v0.0.0-20190306092124-e2d15f34fcf9.mod) = 39 bytes +BLAKE2s (github.com__azure_a_d_microsoft-authentication-library-for-go_@v_v0.4.0.mod) = 1b3d745f47920d7ddf5448070f51649873b5bc83943d9ad4e1fe05c2f80d1144 +SHA512 (github.com__azure_a_d_microsoft-authentication-library-for-go_@v_v0.4.0.mod) = 7031512e29de739dfc579e683c3e4033c400987cca0e398a3098d87d699b72ffe23575649a8b08ebaae27072ccb27983b030406cbf33e86013c6cc81cbbc6f5b +Size (github.com__azure_a_d_microsoft-authentication-library-for-go_@v_v0.4.0.mod) = 378 bytes +BLAKE2s (github.com__azure_a_d_microsoft-authentication-library-for-go_@v_v0.4.0.zip) = 41ce9882efbc4d4e3082843a315ccea1c9b63f0e5e2206ff46d28fe710a22725 +SHA512 (github.com__azure_a_d_microsoft-authentication-library-for-go_@v_v0.4.0.zip) = 1c766fb8554ed6fa92e5f0e0401a0013f61851b80494ffd212137b188234a8081cab179243e88ffb04949e69f6af44466d50abad4e26b67a222fc8b5ad422cb5 +Size (github.com__azure_a_d_microsoft-authentication-library-for-go_@v_v0.4.0.zip) = 165357 bytes BLAKE2s (github.com__azure_azure-amqp-common-go_v3_@v_v3.0.0.mod) = cfc99d67faf30d3f6169b4631fee62a7f9b91755db0e8dd93e61982e2c8d6fe1 SHA512 (github.com__azure_azure-amqp-common-go_v3_@v_v3.0.0.mod) = 6db1a52bbab1332ab7e761532cb110394afa1dd69cc5f7443c3fb733c7d95fa712cf6bf8a78fc3f51d89b2d368a248e532bab06bc93e2e663b8f836c91aef0de Size (github.com__azure_azure-amqp-common-go_v3_@v_v3.0.0.mod) = 372 bytes +BLAKE2s (github.com__azure_azure-amqp-common-go_v3_@v_v3.2.1.mod) = bd723eca78cc93c6f461cd088c123303e106c358226513013820074da666ca8e +SHA512 (github.com__azure_azure-amqp-common-go_v3_@v_v3.2.1.mod) = 798dc78c765b057872e9c5ead9486c646d04440bbd10464e196eea48b040314d3f24403cfc62ce90b68387852516493bbea9be421021ed2f473622613e3319bc +Size (github.com__azure_azure-amqp-common-go_v3_@v_v3.2.1.mod) = 375 bytes +BLAKE2s (github.com__azure_azure-amqp-common-go_v3_@v_v3.2.2.mod) = bd723eca78cc93c6f461cd088c123303e106c358226513013820074da666ca8e +SHA512 (github.com__azure_azure-amqp-common-go_v3_@v_v3.2.2.mod) = 798dc78c765b057872e9c5ead9486c646d04440bbd10464e196eea48b040314d3f24403cfc62ce90b68387852516493bbea9be421021ed2f473622613e3319bc +Size (github.com__azure_azure-amqp-common-go_v3_@v_v3.2.2.mod) = 375 bytes BLAKE2s (github.com__azure_azure-event-hubs-go_v3_@v_v3.2.0.mod) = d0f603e803bd2a0b75fae30d976ea4c80c0356a40f5da8ed0f587b9f956fa22a SHA512 (github.com__azure_azure-event-hubs-go_v3_@v_v3.2.0.mod) = bea86b9d3f77af63d77a191582926ad6f4cd5a6913601304e482be7ef9b1c6a527c4f51eaf004f441873c001fa7dbb57b1961ca7d461abd624dc5092ba852869 Size (github.com__azure_azure-event-hubs-go_v3_@v_v3.2.0.mod) = 916 bytes @@ -270,6 +306,9 @@ Size (github.com__azure_azure-sdk-for-go_@v_v46.4.0+incompatible.mod) = 41 bytes BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v48.2.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70 SHA512 (github.com__azure_azure-sdk-for-go_@v_v48.2.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e Size (github.com__azure_azure-sdk-for-go_@v_v48.2.0+incompatible.mod) = 41 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v51.1.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70 +SHA512 (github.com__azure_azure-sdk-for-go_@v_v51.1.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e +Size (github.com__azure_azure-sdk-for-go_@v_v51.1.0+incompatible.mod) = 41 bytes BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v51.2.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70 SHA512 (github.com__azure_azure-sdk-for-go_@v_v51.2.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e Size (github.com__azure_azure-sdk-for-go_@v_v51.2.0+incompatible.mod) = 41 bytes @@ -285,30 +324,66 @@ Size (github.com__azure_azure-sdk-for-go_@v_v55.2.0+incompatible.mod) = 41 bytes BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v57.1.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70 SHA512 (github.com__azure_azure-sdk-for-go_@v_v57.1.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e Size (github.com__azure_azure-sdk-for-go_@v_v57.1.0+incompatible.mod) = 41 bytes -BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v57.1.0+incompatible.zip) = ee88265a305338117a163f2259b5fdbd41025d4189b2001843861762dfd4d6ee -SHA512 (github.com__azure_azure-sdk-for-go_@v_v57.1.0+incompatible.zip) = 5f1b91bfcc5b80e92c1cf57263ef679e816cffd0cccf3caf1a3e667c9b65d7cf304376d29a9a8f001c484bd13b5aab15f073a5e44985c56cf936b5298b918abc -Size (github.com__azure_azure-sdk-for-go_@v_v57.1.0+incompatible.zip) = 60134979 bytes -BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.mod) = 7b57b2a36f978b328ff15888fc8c9c898d214623c8a9f4cc49ff82de1a71da2a -SHA512 (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.mod) = cf813a46d8a66a9f16a6854b42c2c1c0bd2ef3d5b936cd9e59918c3372656e20b57ac39b66fd6fe78ba6e686c165ccb5cb2603cc260fd01b4b92741036839cf4 -Size (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.mod) = 218 bytes -BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.zip) = 4e69cc3395eb611432f63d265ef305a61ceb42d3f3b7e240555a08f400e2e0a4 -SHA512 (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.zip) = c0b48f38cbae00fd234aaf8ff46f1fb00506c79d79e994417894a59bd35b97c6a40336df0a8145eed71958918f09200ebda90c2c4daab4b15597be1e10e8afd4 -Size (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.19.0.zip) = 101992 bytes -BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.10.0.mod) = c85c067f6b79b2fbe39d9f36ce61e9bd9b24aae6929126b354cf71831fa18e40 -SHA512 (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.10.0.mod) = 08d4eb0483ee540427a079e1dc2d149fdff8296d0dab299a3beb7894413ae26a0eab64152e1f9c6cbf38e35f7416f175cf413eae27ef086710ed1ca9243c1264 -Size (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.10.0.mod) = 355 bytes -BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.10.0.zip) = 58d417ea5f199bb2abae48c53300e3b82c3dddec84f99943f862df0a6d1055f9 -SHA512 (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.10.0.zip) = 0d412f230ccbbd3f933bbabdf0f09d6f9e9d9c31d312065e841fe442811f11349d5f363272caa10937c9378f3d4e1a678b61d34f794d8d4abc43870daa535631 -Size (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.10.0.zip) = 314307 bytes -BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.mod) = 7c17d25fbfb6f2f5747123cb29e0ddf4a62bbf54a3784c3e9aa72c5f213e7595 -SHA512 (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.mod) = 3fc71b646ee4c82822feba395badc8d29396ca01e5c543c4feb6377362fa0f48e8e78aed14ac760639bb2cf2bbdc1575c751758d69c6c199c51e90da7c4d67b2 -Size (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.mod) = 335 bytes -BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.zip) = 147b89856a0aba07ae663b92a349410769d9ed38669cdfd09beb8f0c839e4ca8 -SHA512 (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.zip) = 6e26ba5cbe85293b10bbbadb7c489160edd5b4d9068682754bb652586dff47589cc58042ad9cabcb16c8ba4d8cfd378150c720f3661fc2db4da2c1e8641ee992 -Size (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.7.0.zip) = 30073 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v59.3.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70 +SHA512 (github.com__azure_azure-sdk-for-go_@v_v59.3.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e +Size (github.com__azure_azure-sdk-for-go_@v_v59.3.0+incompatible.mod) = 41 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v59.3.0+incompatible.zip) = ea3526aed50b68c07d527916d9d31c52178d1385bd230c2d39b6c603288b3d32 +SHA512 (github.com__azure_azure-sdk-for-go_@v_v59.3.0+incompatible.zip) = 719969445a30aede962b7ccdc79383b76392953d5df261c88436b91468cb659d9ef65a0955ab4cee3beace8e7c66da17f9163ce6f365481aeb670de9edfbae5b +Size (github.com__azure_azure-sdk-for-go_@v_v59.3.0+incompatible.zip) = 63162579 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.20.0.mod) = 0b6da3840e2586a75b6a8e8500bdd4cf5866703ac16feb07c3328d6895add5b8 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.20.0.mod) = 55aa10cdbc344722ef12e05ed6ff161ab6c01fc0c4cc026f2b14b1b27e31735a0e5955aa5d16de9f37d5d573f6cba749f333f6d68e5234e8e8d20e4280235db7 +Size (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.20.0.mod) = 218 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.21.0.mod) = 5cb1ee9f30852c5211b7ac07a06b4e27b0ac157193cca94f38638ebac02440e5 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.21.0.mod) = f08bcce31590c0fb1471d0e1e9cb922ea47cc511e2077a77c6e2a00e966620ad8bce99ebfc4abe429086151dbac3eddbccecd134bfdef9d2baef0244b38adced +Size (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.21.0.mod) = 218 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.22.0.mod) = 5cb1ee9f30852c5211b7ac07a06b4e27b0ac157193cca94f38638ebac02440e5 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.22.0.mod) = f08bcce31590c0fb1471d0e1e9cb922ea47cc511e2077a77c6e2a00e966620ad8bce99ebfc4abe429086151dbac3eddbccecd134bfdef9d2baef0244b38adced +Size (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.22.0.mod) = 218 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.22.0.zip) = 34d520b9378158356ebb693eb8c11672513b6a681835233b7793d6aafce10f41 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.22.0.zip) = 3d93cc47ca9a6bb6a7322775ce34027dc919d79a987220e2c81e58926b3ddc886267bf7c0995bb8340df668a8c69a5d82085e1e1d8a17d0ba0330ceb9ae4d382 +Size (github.com__azure_azure-sdk-for-go_sdk_azcore_@v_v0.22.0.zip) = 131851 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.13.0.mod) = ce7c3fa2f36a34f8d287849fe97b8dfb95134a6580021d338f1f59535448be07 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.13.0.mod) = 4f91995e0f661e8091bb06d94b9f5712e8e698798a5176f6317e2653000990ffd519207933d7bcff9b9973e9b32b5d327d02d24c782fa71bc5b547ef0e1120ec +Size (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.13.0.mod) = 590 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.13.2.mod) = 673f77202e9c41d8403a45983bff1f768ce006e9cee28ecef1d5ca38e0513f5d +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.13.2.mod) = 340988d649aa9602a01318e5d96e2b4d0f45ed57cb8831b33d825808597ec40a9d19b45f2c71987eded43ca3747b4fb23bc0bc70e06fbe69d3494f75d05cc545 +Size (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.13.2.mod) = 627 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.13.2.zip) = 275f0a9686069111b7cdee0bd65e4913042ce7cf44f2df321f6ef074bac0251d +SHA512 (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.13.2.zip) = 0e46bf3501f1e5d97507c32453367b6453cc7a11975663ff08a0dd041a46301719918bc1d0e042100094db53691901be16efd6e572287bc961120b2eab15dbfa +Size (github.com__azure_azure-sdk-for-go_sdk_azidentity_@v_v0.13.2.zip) = 150542 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.8.1.mod) = 4d4855c1a6a77e3b2e5015b043d1697ef4abce32a179e2a4c5ab2f7d5aac3a00 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.8.1.mod) = 0c9cd6f0192b0a1803f6310c279aeffb326e82d874028630fc0fd147a6e49e10e8e0d0ec6b062bde8db3c7ed644c81e0fe2b3c69e1c26df1d865bb00ec39a217 +Size (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.8.1.mod) = 223 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.8.3.mod) = 4d4855c1a6a77e3b2e5015b043d1697ef4abce32a179e2a4c5ab2f7d5aac3a00 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.8.3.mod) = 0c9cd6f0192b0a1803f6310c279aeffb326e82d874028630fc0fd147a6e49e10e8e0d0ec6b062bde8db3c7ed644c81e0fe2b3c69e1c26df1d865bb00ec39a217 +Size (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.8.3.mod) = 223 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.9.1.mod) = 4d4855c1a6a77e3b2e5015b043d1697ef4abce32a179e2a4c5ab2f7d5aac3a00 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.9.1.mod) = 0c9cd6f0192b0a1803f6310c279aeffb326e82d874028630fc0fd147a6e49e10e8e0d0ec6b062bde8db3c7ed644c81e0fe2b3c69e1c26df1d865bb00ec39a217 +Size (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.9.1.mod) = 223 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.9.1.zip) = f33ff7e4069b219734fb3b4232a16f8aa93e0824831545443c69fdf3734fd0f7 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.9.1.zip) = 3a92117a9f86b21de513e64cf2659b14c41d530c8814fcda51353439ff8ce8455b2e25311c452c801270a871933d04679394d55ee80d504f24b30ceae90db0e7 +Size (github.com__azure_azure-sdk-for-go_sdk_internal_@v_v0.9.1.zip) = 97154 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_keyvault_azkeys_@v_v0.4.0.mod) = 36f55e1d1ff17126dc7d709b66862466b0ecbf4a9926cce8da5d0b84074f4b4b +SHA512 (github.com__azure_azure-sdk-for-go_sdk_keyvault_azkeys_@v_v0.4.0.mod) = a08be4ae4247a91a599a68fba78317890678bcd31a2ada5307accea07d102195758c783edbb66abd828db531f4404d943e5475720b6809f8f96f6e0ea86e056b +Size (github.com__azure_azure-sdk-for-go_sdk_keyvault_azkeys_@v_v0.4.0.mod) = 350 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_keyvault_azkeys_@v_v0.4.0.zip) = 6ee5823c2e2b92850ad8b4ba0ee7d55ee9a6f264bbdc2381f4d3a0d4c1a0ab53 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_keyvault_azkeys_@v_v0.4.0.zip) = 90299816fc628bf2c5950243961a786567586ecf068f346e64acff66e8308f00dfec524ea5a64c069679a84871f38d2d58bbba0666f47abeb4a26425181848ba +Size (github.com__azure_azure-sdk-for-go_sdk_keyvault_azkeys_@v_v0.4.0.zip) = 211551 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_keyvault_internal_@v_v0.2.1.mod) = 4692b19f1efe34287094b4c93332c035b891750f2c9ec88a9820cab0223a94a3 +SHA512 (github.com__azure_azure-sdk-for-go_sdk_keyvault_internal_@v_v0.2.1.mod) = 29a73561da45399c530c05202fea0c4669f49d0b7fc768debf39ea5ea05821c318420b139500f8df8788bff8849790b87b345b108710c222a10ee9f364788889 +Size (github.com__azure_azure-sdk-for-go_sdk_keyvault_internal_@v_v0.2.1.mod) = 230 bytes +BLAKE2s (github.com__azure_azure-sdk-for-go_sdk_keyvault_internal_@v_v0.2.1.zip) = 7eb496186f27a6e3871f3e5f1de379b3772ec66788cc5e103731c68e6c65266c +SHA512 (github.com__azure_azure-sdk-for-go_sdk_keyvault_internal_@v_v0.2.1.zip) = edbfa11ac540d559f21d8d2441ab662e181341f6cd367f4edf420d8ebd7510be2a4399cddf0ff5d7e3c21cf836d99b1dbd2ff51aa4464139bcf684801316c408 +Size (github.com__azure_azure-sdk-for-go_sdk_keyvault_internal_@v_v0.2.1.zip) = 11282 bytes +BLAKE2s (github.com__azure_azure-service-bus-go_@v_v0.11.5.mod) = c6fc4ee93e348a648fd3ac2eb13092dc19e94f8f5249ed7aa07510e5bc18bc55 +SHA512 (github.com__azure_azure-service-bus-go_@v_v0.11.5.mod) = 719b156f50221d8f66f532452fcbf52f91cc2e25eff4c73133f622c1248c502c7ba3cc29a31aa76d1532a067ba3d0b6172618b88006e875b7cd4c5f40d89a187 +Size (github.com__azure_azure-service-bus-go_@v_v0.11.5.mod) = 951 bytes BLAKE2s (github.com__azure_azure-storage-blob-go_@v_v0.13.0.mod) = 52ae017be381b4bb45e4e970f8c87393a280abc0c280fdd627702b319e3c0544 SHA512 (github.com__azure_azure-storage-blob-go_@v_v0.13.0.mod) = 3c2362987b6afc83b8d2fa8d21c55a125d8dd10f302b724a5f5413d0f1490a2da5eddb1615a645e43a6929567114aeafe4bd6162078493094f812ebee8d8a85e Size (github.com__azure_azure-storage-blob-go_@v_v0.13.0.mod) = 387 bytes +BLAKE2s (github.com__azure_azure-storage-blob-go_@v_v0.14.0.mod) = 896a42e98b568dc8c994576b24f0df3106b51e96adabc84a977927010879dab4 +SHA512 (github.com__azure_azure-storage-blob-go_@v_v0.14.0.mod) = dfe42541f2dfb16de5246ecaece418db8ff3f4bef1e77dae32220a58c1c71218ff67b8b7b40f8e544f5b64f96c557fb07fe7afedba657fee3fb39a30f52d6bac +Size (github.com__azure_azure-storage-blob-go_@v_v0.14.0.mod) = 313 bytes BLAKE2s (github.com__azure_azure-storage-blob-go_@v_v0.6.0.mod) = 774e242b1cce2b95caadfdf575aae162920e0bfbd5c26e90a89d370a383f4326 SHA512 (github.com__azure_azure-storage-blob-go_@v_v0.6.0.mod) = 6d34fbef427cefb280448fe1e33caef63991875e5a65d7f260fd517311720bb1922a683f6849bee67cfb06d9fcd3474f9ae58d93591e282761366f65fdcfd19d Size (github.com__azure_azure-storage-blob-go_@v_v0.6.0.mod) = 156 bytes @@ -321,6 +396,12 @@ Size (github.com__azure_azure-storage-queue-go_@v_v0.0.0-20181215014128-6ed74e75 BLAKE2s (github.com__azure_go-amqp_@v_v0.12.6.mod) = 097b501a2a8d416f5f5e7c0abae7445c502e8a7bd01050d85e25fbac8a1429a5 SHA512 (github.com__azure_go-amqp_@v_v0.12.6.mod) = 07acb7ce7c6070a744ff3120705ab69de9d190a2d0174058e9aac2e534f4500a2a2cb79a3973f0e0ceaa712f9369295861bc77c9456662bf002c301ab6471a67 Size (github.com__azure_go-amqp_@v_v0.12.6.mod) = 154 bytes +BLAKE2s (github.com__azure_go-amqp_@v_v0.16.0.mod) = 78c3b948884dd2aa8c024205bc8aeb513266a5bc3e7d5a8f24c80cf6c6c01bd1 +SHA512 (github.com__azure_go-amqp_@v_v0.16.0.mod) = 3ff19c2c3c04b545a2dbbea2942334ce3aad4be918259c15caa1f37e214af4130b87f77fc4fa16a1ad73d82040fd7dc05a67e6d8239441a49f0506fec3a5d3c1 +Size (github.com__azure_go-amqp_@v_v0.16.0.mod) = 160 bytes +BLAKE2s (github.com__azure_go-amqp_@v_v0.16.4.mod) = 78c3b948884dd2aa8c024205bc8aeb513266a5bc3e7d5a8f24c80cf6c6c01bd1 +SHA512 (github.com__azure_go-amqp_@v_v0.16.4.mod) = 3ff19c2c3c04b545a2dbbea2942334ce3aad4be918259c15caa1f37e214af4130b87f77fc4fa16a1ad73d82040fd7dc05a67e6d8239441a49f0506fec3a5d3c1 +Size (github.com__azure_go-amqp_@v_v0.16.4.mod) = 160 bytes BLAKE2s (github.com__azure_go-ansiterm_@v_v0.0.0-20170929234023-d6e3b3328b78.mod) = 28ff812d97e28270408fb96b97776c22e67484c4f7207329e3e3414db6d98313 SHA512 (github.com__azure_go-ansiterm_@v_v0.0.0-20170929234023-d6e3b3328b78.mod) = 350a16c68553738ce8c2f4a6ac8beba66a7dcf2386a42aff938ebaa3bdc526bda8e5c51c493331eda4666cbcf8411ee7ca3aeb0768cc4f557f34585960f9eb84 Size (github.com__azure_go-ansiterm_@v_v0.0.0-20170929234023-d6e3b3328b78.mod) = 36 bytes @@ -366,9 +447,12 @@ Size (github.com__azure_go-autorest_autorest_@v_v0.11.2.mod) = 366 bytes BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.20.mod) = 9d56b389a20decc543b21c70d466163091579601addacda45f3d10ad91fa9bef SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.20.mod) = b00a1a30545c8ee9f1080496af0ee046c5c48d3bd50053ad3993dce816d82bf3acb89bd73761c24905e6246547c964346a20042b0164a3b640f6e09e7b9b847b Size (github.com__azure_go-autorest_autorest_@v_v0.11.20.mod) = 367 bytes -BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.20.zip) = e20c9ae2a0d299cbc1466f876604dc79999d1fd720cbb6f22259b002226a09d0 -SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.20.zip) = 3826a1a1573587b402b0c6fc08677b69d837c9ed921ebc6ae48f3641301cefdca00bd130444bda315b3a1aa88937e6cd4eca1cbc36b67603f5e3660fb7ae6384 -Size (github.com__azure_go-autorest_autorest_@v_v0.11.20.zip) = 112823 bytes +BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.22.mod) = 058c5ee767a884adf7f4243b9818310063de5c75d1d95b6632ed350da91ec21e +SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.22.mod) = dcfe83bd68f3a70b3c61727a6fae72898ddbcee834d707b8170c609e8e5a954e5c3bb69db613d1ac1d27c23511313ebe16a17ca32de54931bdeb64e39ee9cf44 +Size (github.com__azure_go-autorest_autorest_@v_v0.11.22.mod) = 367 bytes +BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.22.zip) = d9854908f87212942ff453ee7a13aaa1d78644aeb1432a688357c21c4898f0dd +SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.22.zip) = 41e9182988d42fde129a29a3b7ea4aa4d8ea33b829c547f6c4201539bf67eb59c51eaa4c55fdf855d23d4580dd68b34156a565dec227992acfe7de3e213d5ef6 +Size (github.com__azure_go-autorest_autorest_@v_v0.11.22.zip) = 113162 bytes BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.4.mod) = c5d5248fc214a933ffb2fdac406870d20794e065da5d47f0857c2947a0b6731f SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.4.mod) = bfb202512ad2101bd0d0bf6bd3e712f528a5f3b280ccaabe96c54ae06e5deb474cc0bdef0be5f3faae1dee6ca676531acfb4c4e53a5c34022a718e73f457c9e7 Size (github.com__azure_go-autorest_autorest_@v_v0.11.4.mod) = 366 bytes @@ -414,9 +498,12 @@ Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.14.mod) = 424 bytes BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.15.mod) = 5a306439477bbad1975a64c1d436473ec198585c5ab3aeb2bc4c31e47a2ab44e SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.15.mod) = 8b30da824620a677ae4a8cf691333bd3fb199d13ec567a0dab52142db58b4ef73b42862da9362b5afaddd74a0c35f684581833a66fce28c3973770a4b8bef04f Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.15.mod) = 408 bytes -BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.15.zip) = 7c609e7fa65566163916977945d4d6a7758993ef7f236b6ac408e6d99f3bf980 -SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.15.zip) = 0a1a779169e6e69644361f1e847ab63eb4db00e038dc28b45d8dd4d8262af8d17b8452e044d826a72eb83b2834745f3d614d7c865238a5209a1e6dd97a415a53 -Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.15.zip) = 47819 bytes +BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.mod) = abfa0ed5aa6a42d3db65edbffb6937762db4a3b163a6e405b541c1155e2c61c8 +SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.mod) = 8b1cbf778607e8021b626919308232f679887e3e295b0589db0553afe4c1d95db209d8e8d3964bf284db65080a6c3190b60d048b0ea9cdca917c4d5c7082b401 +Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.mod) = 408 bytes +BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.zip) = 829386df6a0be6cdab2668a1cbb4dde876e81ca707a5c25ba87ff13c208ee105 +SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.zip) = 712a4eb7bf83cc5e2842d08dc7285fe73413f9b0e2b70ef77549c70f9317a297fb61038b504fcff6146883998e14e4d74e3a667a4e415ed020b8eea1d78dceb9 +Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.zip) = 47924 bytes BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.2.mod) = d3e3a386ec4d11dcbe48775f8693188ed55e35282dacead0baaeef73445839df SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.2.mod) = 99fc883cce6e127149af8daba32c4126fb2fb3680f62d63d3a4ec60cd35662f840a929f30009d425fd5dc5363a93e867aaf481f15e4ee878c4892986906b08cb Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.2.mod) = 376 bytes @@ -429,12 +516,18 @@ Size (github.com__azure_go-autorest_autorest_azure_auth_@v_v0.4.2.mod) = 324 byt BLAKE2s (github.com__azure_go-autorest_autorest_azure_auth_@v_v0.5.8.mod) = 854dd45e5d17c566a2117b14ed7ff305f9657bdbbe993a3246cc583d0146296e SHA512 (github.com__azure_go-autorest_autorest_azure_auth_@v_v0.5.8.mod) = 1137c6bd923a7878b5df1ebb01961d83a36343db8f7edbb7aa7fb810246ea7db0141381104917b5467dfcacfc4e7a48396342e152a2e252dfbc3ae8749e7eb7d Size (github.com__azure_go-autorest_autorest_azure_auth_@v_v0.5.8.mod) = 434 bytes +BLAKE2s (github.com__azure_go-autorest_autorest_azure_auth_@v_v0.5.9.mod) = 65ec5ebf2e51fcc022fb889db2f44ad44a3f6883c2a970fe0473d3f677a59c06 +SHA512 (github.com__azure_go-autorest_autorest_azure_auth_@v_v0.5.9.mod) = 7fbdef670fcd2f03ea0e992a64c0fc488b539545d9e9f36d2d4f45e96e0068fa8b39225eb25bc00ccc2064775e3f0c1d6c15e244493028694b6c4cd29ce320b2 +Size (github.com__azure_go-autorest_autorest_azure_auth_@v_v0.5.9.mod) = 434 bytes BLAKE2s (github.com__azure_go-autorest_autorest_azure_cli_@v_v0.3.1.mod) = 60021241ecd5df7f0d8dbf4e523733fea6e6d66371053567b467856b1dea0b8a SHA512 (github.com__azure_go-autorest_autorest_azure_cli_@v_v0.3.1.mod) = 09e11d4655a40002fff8472827035f1834881b689f84aaebcbe3a9795f94bb9ce8b281a6a5bd02fa0e310912822f2c3dee5da2fc794bc5c34cdc9afe1000e306 Size (github.com__azure_go-autorest_autorest_azure_cli_@v_v0.3.1.mod) = 302 bytes BLAKE2s (github.com__azure_go-autorest_autorest_azure_cli_@v_v0.4.2.mod) = d544eeb771b94215b95da0eb66469b7f60e28188c47ca61fa52d3e40a63046bd SHA512 (github.com__azure_go-autorest_autorest_azure_cli_@v_v0.4.2.mod) = ac9b1bdaaf749350c3d122ac6730add5c399102004330fbf354834b07898b08a94fb7e5b65cda53409a584b1e370c1ae2bd58d880ed035f4be4e9846e8e6f50e Size (github.com__azure_go-autorest_autorest_azure_cli_@v_v0.4.2.mod) = 307 bytes +BLAKE2s (github.com__azure_go-autorest_autorest_azure_cli_@v_v0.4.4.mod) = 2f883acc1d7db3eedf937397dfb1b9264642e0979baf2264bb07d568b399d945 +SHA512 (github.com__azure_go-autorest_autorest_azure_cli_@v_v0.4.4.mod) = fa6c38db8b93577437a1b9bde37659e6bdf35b9de1eee0c0ed452bec5a0754558f60c2d57ff9a2e37a3e3135b69a88f8751b3a92b06cd04f81ad816a54e661fd +Size (github.com__azure_go-autorest_autorest_azure_cli_@v_v0.4.4.mod) = 308 bytes BLAKE2s (github.com__azure_go-autorest_autorest_date_@v_v0.1.0.mod) = 8b39b391d8452103e3a88ce3032344dc73ba187646a62b5227bae256fd84ddc8 SHA512 (github.com__azure_go-autorest_autorest_date_@v_v0.1.0.mod) = d5eb17738399f8b8e1a1be409ba5b24520b848b3be5fced46c726499f9df5bf5a54233c6c0c9b8fe896834bcf5132f39ba0b91bac0ce6347b9aef7c8bf93f912 Size (github.com__azure_go-autorest_autorest_date_@v_v0.1.0.mod) = 59 bytes @@ -552,6 +645,9 @@ Size (github.com__f_zambia_sentinel_@v_v1.1.0.mod) = 35 bytes BLAKE2s (github.com__f_zambia_sentinel_@v_v1.1.0.zip) = 345f8a082706301395fceb6ad5e56e80ff10786551e20afed8b61b3b1b617ca4 SHA512 (github.com__f_zambia_sentinel_@v_v1.1.0.zip) = 43683fcc965301b117bff3043bd7357626eb348cbfae7f180992498d420f11440c28859f8212e890a1a31ca03d2af94bf7cd5246d7b65804a4364f2d0a0cadbe Size (github.com__f_zambia_sentinel_@v_v1.1.0.zip) = 8781 bytes +BLAKE2s (github.com__google_cloud_platform_cloudsql-proxy_@v_v1.27.0.mod) = 609580bf5b734bbf2809807044dff4b905d40f394eb6e7dc50e9816cc9d2a29a +SHA512 (github.com__google_cloud_platform_cloudsql-proxy_@v_v1.27.0.mod) = 2a58b6027f9ff7e56120033c1a354b9c3267c523a7ed3c28c6333834c9e68e96ad0cc0d8fa4dc5ba053ccea58800237ac1ff79ebb4841a70fbcf0135de916497 +Size (github.com__google_cloud_platform_cloudsql-proxy_@v_v1.27.0.mod) = 563 bytes BLAKE2s (github.com__hdr_histogram_hdrhistogram-go_@v_v0.9.0.mod) = e434f10b36316c82590b7e5b5f5ca80fa0a9385b7bbe4aa4e1fef70cab4a5831 SHA512 (github.com__hdr_histogram_hdrhistogram-go_@v_v0.9.0.mod) = cfa14d1f25e62a8f0cd481f26e15e8076ba1086d6d14df69eeaf9d23ef8838537cd210a5715cbf082d89c5dabff45f8f4d20587b7fd5ba2e60f0cf4dab590817 Size (github.com__hdr_histogram_hdrhistogram-go_@v_v0.9.0.mod) = 47 bytes @@ -915,15 +1011,78 @@ Size (github.com_aws_aws-lambda-go_@v_v1.13.3.mod) = 125 bytes BLAKE2s (github.com_aws_aws-sdk-go-v2_@v_v0.18.0.mod) = fd30eed6a71e187b4ba090aa4062a520867d84b08b4a783161f8eaccd7f3e76a SHA512 (github.com_aws_aws-sdk-go-v2_@v_v0.18.0.mod) = bfdf66b04b9c41824815a5a2707acce5c3f74aecf15a510d45adc84b732367885a18920d3dc50d968d0bc5e8a4fe3d519f7212de80baad4656c6867357c8fca7 Size (github.com_aws_aws-sdk-go-v2_@v_v0.18.0.mod) = 444 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_@v_v1.11.0.mod) = 467786f34745e71a01abe21434b441ee084ea8a0054e490b31dd8bdad62e39a5 +SHA512 (github.com_aws_aws-sdk-go-v2_@v_v1.11.0.mod) = a47292da495797e2ee85a779391443bb1e20d26a863c061e34be96240109fb3e09521dd7a9d2955e20d4a8d334a57af0670daa5f72bbd0afae114e685b0f0499 +Size (github.com_aws_aws-sdk-go-v2_@v_v1.11.0.mod) = 164 bytes BLAKE2s (github.com_aws_aws-sdk-go-v2_@v_v1.7.0.mod) = 73a7e79ce8ec696d45142ce31ee83193a1fe6b467644f47a93eac47515e15d49 SHA512 (github.com_aws_aws-sdk-go-v2_@v_v1.7.0.mod) = 63ba00fa149d3800910924f4844899e78aa6277a227e9019e11d52ded7c06be630c9d99a277325594e50861c6121a3a5b9bb0e449e033ac18c700e1a4f63a68b Size (github.com_aws_aws-sdk-go-v2_@v_v1.7.0.mod) = 164 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_aws_protocol_eventstream_@v_v1.0.0.mod) = 4e96daabddbbed9b9e7afea6a6df5f8088438c3c2f2fca3adfd5545278a29449 +SHA512 (github.com_aws_aws-sdk-go-v2_aws_protocol_eventstream_@v_v1.0.0.mod) = 2d8c38148b99290fad98fc4d3479e96954a95646dc8df820ddf79c8eb595d21e2debfd01641134ab97ac93b7d987a16c1fdd63236a584b6b5c2a5b74a5cea791 +Size (github.com_aws_aws-sdk-go-v2_aws_protocol_eventstream_@v_v1.0.0.mod) = 212 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_config_@v_v1.10.1.mod) = 2fb1a7f45b81d1e9b2e8e9eba504ce7691d9ac47330e4097aba124caab8e5b2c +SHA512 (github.com_aws_aws-sdk-go-v2_config_@v_v1.10.1.mod) = e3c9c45e5f16a429f984c70b5013cea136a057a101aa898ddf3bfea401b35aac9c44ead4f33cefd10f1bdec40696b7a7d296603d17aaaecf87fbe142efea370e +Size (github.com_aws_aws-sdk-go-v2_config_@v_v1.10.1.mod) = 1110 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_credentials_@v_v1.6.1.mod) = e0ca2a4ef697ffa47075ed7d20c2ad3e758168b2c597d77947653b19e987d95e +SHA512 (github.com_aws_aws-sdk-go-v2_credentials_@v_v1.6.1.mod) = 0469c63d4cefd0dbf9e53c1926f61942efe499a547388152ecf0b97d4c4f735191a5a2b5fb086b062a57ae88774db0d18395b3a86671ecc60ce4b9bb411ec7d6 +Size (github.com_aws_aws-sdk-go-v2_credentials_@v_v1.6.1.mod) = 876 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_feature_ec2_imds_@v_v1.8.0.mod) = 10f5ddb47218e5ddfbb8b6f0568969bc06e5799ccc37b8981cade8363b380128 +SHA512 (github.com_aws_aws-sdk-go-v2_feature_ec2_imds_@v_v1.8.0.mod) = 71fbd19a71c94d4c99a4aaef76ef0aca3591371d3ee9bcd23ca8cb7023bc6d18c5b58c8e549efd314586e5eccaa07d314134f82e37913f14690c38c4a88be59c +Size (github.com_aws_aws-sdk-go-v2_feature_ec2_imds_@v_v1.8.0.mod) = 230 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_feature_s3_manager_@v_v1.7.1.mod) = 72eb2fa8cff50d6450b5e781fdab43c1ea9db9e2cfd43cd1aa5a636e8a08db74 +SHA512 (github.com_aws_aws-sdk-go-v2_feature_s3_manager_@v_v1.7.1.mod) = fe2ff5b72d6ec52bcc31119194aa0a321914a6b16b5c6746648df9d8f9c591155a7558768bebc67d5bcb219f034ab61249c41051f011f402daa5df5534be8972 +Size (github.com_aws_aws-sdk-go-v2_feature_s3_manager_@v_v1.7.1.mod) = 1477 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_internal_configsources_@v_v1.1.0.mod) = 37d721844331c75dc9ba6a09bb40d1b67b7a906cec090c1b040bcdf389a41bc1 +SHA512 (github.com_aws_aws-sdk-go-v2_internal_configsources_@v_v1.1.0.mod) = 4a4753d7828d89399a16794a55eb9c7a045404d11582cf81f1f363f2d369b30ae3be0490516d542b98f27dc7c376cdfebbbb975281f2a04652b852fcc448e52b +Size (github.com_aws_aws-sdk-go-v2_internal_configsources_@v_v1.1.0.mod) = 162 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_internal_endpoints_v2_@v_v2.0.0.mod) = 4a6200f2f251e62e7f8381c8a5c5a3b32160df5e4f0505fe5dbc445197ab02a7 +SHA512 (github.com_aws_aws-sdk-go-v2_internal_endpoints_v2_@v_v2.0.0.mod) = 18b9bace9c29c877f56f3c772316c99e088a27fa5304a4bccd047a2b5dcd139914c8093408e80ff41397b4b27179db063ad05e38d33fd1a9ea3ff0f8c39d09fb +Size (github.com_aws_aws-sdk-go-v2_internal_endpoints_v2_@v_v2.0.0.mod) = 235 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_internal_ini_@v_v1.3.0.mod) = 5f5be7c304a5de50c99adaa5e1536590d94232906c814746496aa663cb6082cd +SHA512 (github.com_aws_aws-sdk-go-v2_internal_ini_@v_v1.3.0.mod) = 2fc683a2711649f84fede3de57d71dd87063830319cd2cc1c36305d8127d9d0a62a0a4b34c4fe6ca2d920239397dac0e4f2d4bdd40ad8f16a6c41c243ac0ca8e +Size (github.com_aws_aws-sdk-go-v2_internal_ini_@v_v1.3.0.mod) = 152 bytes BLAKE2s (github.com_aws_aws-sdk-go-v2_service_cloudwatch_@v_v1.5.0.mod) = 30961a4a12014dd13777dd0729d3a26a1ef0ba35e49ba918fc23a1021967993f SHA512 (github.com_aws_aws-sdk-go-v2_service_cloudwatch_@v_v1.5.0.mod) = 9b742d37e459f23d8c31d9391917cba76980788427668f276a24afb69725d4a66016e7b2c1b469d445ef0e8a0e57511613ef43af4dfb85b3ecb4c399c2d855e3 Size (github.com_aws_aws-sdk-go-v2_service_cloudwatch_@v_v1.5.0.mod) = 235 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_internal_accept-encoding_@v_v1.5.0.mod) = 6b2e3ae18aaa077a78de683c3a6eb27545f0552707c944f3761e81023e1a8013 +SHA512 (github.com_aws_aws-sdk-go-v2_service_internal_accept-encoding_@v_v1.5.0.mod) = 84b2dab9c5b7323b677f3a207addcfae692ec68d758be4de4f48da8bdfaaf00f61c0adf6b5d2411f14ff85e51956fa45653a2278a59b840ee9ccc9785bd8776f +Size (github.com_aws_aws-sdk-go-v2_service_internal_accept-encoding_@v_v1.5.0.mod) = 119 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_internal_presigned-url_@v_v1.5.0.mod) = d3405af3ee9f6ac7fa74848ba21627cbb64b713cf0d26ec5fc4fb608c398b3a9 +SHA512 (github.com_aws_aws-sdk-go-v2_service_internal_presigned-url_@v_v1.5.0.mod) = 86ce2f6dacef7e9bdbfcdcf4ab84e97df5551602ea7e81376f8877575ff2072aaef0ac8748abc74cba3ea95da3e5dd3c675cea6068a91a6f1f3a7e39fb041746 +Size (github.com_aws_aws-sdk-go-v2_service_internal_presigned-url_@v_v1.5.0.mod) = 244 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_internal_s3shared_@v_v1.9.0.mod) = 94d7f401d9f88e2bd60a5f8f101b6047e7992f5cb852c413dadd2d4012d2a7b6 +SHA512 (github.com_aws_aws-sdk-go-v2_service_internal_s3shared_@v_v1.9.0.mod) = 92acc73ef89b4314710a74032aace3d3f276a4fda25560c452a0c48194f81deffc86c99a763e71e036e7430cb236874eecda378dbe78d1f56a0afc0d76731932 +Size (github.com_aws_aws-sdk-go-v2_service_internal_s3shared_@v_v1.9.0.mod) = 206 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_kms_@v_v1.10.0.mod) = 437491ba61ef457402da7351b7f12d1dac314bc065d4279be33a3e07314c5a30 +SHA512 (github.com_aws_aws-sdk-go-v2_service_kms_@v_v1.10.0.mod) = 845e50333df1cadac0e4b75d7f9cf16346455ae2d8bf45743c149301a8213c8230a8026c37e19110462958793d7b80413417ea92db9fe125e140e1c4c546bf25 +Size (github.com_aws_aws-sdk-go-v2_service_kms_@v_v1.10.0.mod) = 494 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_s3_@v_v1.19.0.mod) = 82f3016cb448845ed2676b6b1e1d50b3805a6084ecb71b848e8ae286c8da6b65 +SHA512 (github.com_aws_aws-sdk-go-v2_service_s3_@v_v1.19.0.mod) = fe5e23088bf345b6b1ec1c2c0d2dd10cee41af2b57549a1e8e2ee7ed5d965d89e7bf3655e02cf9a7761208f4430d9e259c1ddc20a66db260752d37faee964acc +Size (github.com_aws_aws-sdk-go-v2_service_s3_@v_v1.19.0.mod) = 1211 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_secretsmanager_@v_v1.10.0.mod) = d413ec80545765572a2d9b32ec6438a9d44801cdf55da2143e412d0e4d5fcb01 +SHA512 (github.com_aws_aws-sdk-go-v2_service_secretsmanager_@v_v1.10.0.mod) = 2b0cbbde719f06d1ef03ce798094308d1a9ab2808c0987edf81954741c444eb4a3f08397cb18b6b44230250e60421bbb1d3ad8f56c2e33479dd93b5f3a565180 +Size (github.com_aws_aws-sdk-go-v2_service_secretsmanager_@v_v1.10.0.mod) = 505 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_sns_@v_v1.11.0.mod) = 56dbf1fad3c4fdced8b058c1bc68439a5c29e702dd423e75581a4f6d6ee22579 +SHA512 (github.com_aws_aws-sdk-go-v2_service_sns_@v_v1.11.0.mod) = c7e59c8c68c2ee7530399ced5d7c73dd718ba757f5fa4aab375d2db3d14bde62f2df0ef697e2bf3c64f19504048ab8e57b7f21062109bce5dbfe5bc00dbacfdc +Size (github.com_aws_aws-sdk-go-v2_service_sns_@v_v1.11.0.mod) = 494 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_sqs_@v_v1.12.0.mod) = ea539b5332b8e2a91a6bedb1437f411cc81e41d297af2d4e315030c0dbc5e95c +SHA512 (github.com_aws_aws-sdk-go-v2_service_sqs_@v_v1.12.0.mod) = 3e0d101c18c1f0a5dea9da30956f1f7017b202caecf4de5afc09fcb2d87cb560903984b7e2ef44dbb3624bdd9d0ecba0e733dcf28f4c75be8b8512b2619af69f +Size (github.com_aws_aws-sdk-go-v2_service_sqs_@v_v1.12.0.mod) = 494 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_ssm_@v_v1.15.0.mod) = 49919bff59255a0d4b370f32b2864c9510786916f87be4d24281da1fe6522002 +SHA512 (github.com_aws_aws-sdk-go-v2_service_ssm_@v_v1.15.0.mod) = 5d1d2b79ced8d24d6290cd29fd806aaec989f7484b14ce6ad124a122517e400884f7bc5963e35bf23aea2e54464dc9e65b1f74c2f8dcd725c41a2fad27d475c8 +Size (github.com_aws_aws-sdk-go-v2_service_ssm_@v_v1.15.0.mod) = 534 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_sso_@v_v1.6.0.mod) = be9eeb0669e4c97c8ccb1183ded6b5a9f4327891a7c1089aff498741bd3e5bfb +SHA512 (github.com_aws_aws-sdk-go-v2_service_sso_@v_v1.6.0.mod) = f124fc946da0785092527b77edc5b42172615288c9d7a443b79a4c3a3f7aac9323d17783bde16ab344cf5a0b1ac3e14798c3e9f9310ef6b4fe5fdb634ff84b7f +Size (github.com_aws_aws-sdk-go-v2_service_sso_@v_v1.6.0.mod) = 494 bytes +BLAKE2s (github.com_aws_aws-sdk-go-v2_service_sts_@v_v1.10.0.mod) = 4a29a7cb7530ea8352a84034fd0af3567963be0950479894a07bbe8a1b712af4 +SHA512 (github.com_aws_aws-sdk-go-v2_service_sts_@v_v1.10.0.mod) = 5e58a8a8ea4e697ddb845dce6596936e28748dd519facddd9211a082b4ad89b4eace1223b18a74a10950eb5ca61690678738fb3d0c2b0b88962f68d1537ebaf3 +Size (github.com_aws_aws-sdk-go-v2_service_sts_@v_v1.10.0.mod) = 672 bytes BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.15.11.mod) = db484975e054d8d62c6ab94598ad7c139f576d52aa5cbded8efaf919e47a4bda SHA512 (github.com_aws_aws-sdk-go_@v_v1.15.11.mod) = 00cbada20d24a2d08b1f06e0da060140820972c9718e707f0cce56ad62f1ab7344a969cefece18bee79f6b92dfc390e496d6a4af7c95eea0b66d27cc0f59f3f8 Size (github.com_aws_aws-sdk-go_@v_v1.15.11.mod) = 145 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.15.27.mod) = db484975e054d8d62c6ab94598ad7c139f576d52aa5cbded8efaf919e47a4bda +SHA512 (github.com_aws_aws-sdk-go_@v_v1.15.27.mod) = 00cbada20d24a2d08b1f06e0da060140820972c9718e707f0cce56ad62f1ab7344a969cefece18bee79f6b92dfc390e496d6a4af7c95eea0b66d27cc0f59f3f8 +Size (github.com_aws_aws-sdk-go_@v_v1.15.27.mod) = 145 bytes BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.15.78.mod) = a6df17e464ba07f0c7bb54b6414b2afb36aaf88c33a0d30403d6dbff6942018d SHA512 (github.com_aws_aws-sdk-go_@v_v1.15.78.mod) = e206e387409636216342dabd4dd0acd21785440c3c0b245cf8894b0a367d7f1c9c2b113e99e668fb11545944ed024743242b9e7e5bda0a0860351f5898272fd4 Size (github.com_aws_aws-sdk-go_@v_v1.15.78.mod) = 114 bytes @@ -978,6 +1137,9 @@ Size (github.com_aws_aws-sdk-go_@v_v1.35.31.mod) = 178 bytes BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.35.5.mod) = 1e859cd7398c53a024d7ac1452f74f9f6e9ea3ca48f697dcd16e6dc145f64600 SHA512 (github.com_aws_aws-sdk-go_@v_v1.35.5.mod) = bb8285955b0a6f9f0dc24b3096ec889a9c7d7684344a894fd7f389e1ab31cc048bd5dbbe5fe71db03feb6e2bb3e46bba5005fce6221237cb17757ef41a807dc1 Size (github.com_aws_aws-sdk-go_@v_v1.35.5.mod) = 178 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.37.0.mod) = e79c24e6d68dd77f79c0e15c9941557eb44ac0c87e0fcd4fac0a3deab65ac8d1 +SHA512 (github.com_aws_aws-sdk-go_@v_v1.37.0.mod) = 376db876c55dce630bbe0b3bc3898bbcca0169965e8d12a76a1018da34301e1654159957142b4e6f103c0d9e1713e9e158fcf598e5c87131a3904e4452f12a7b +Size (github.com_aws_aws-sdk-go_@v_v1.37.0.mod) = 178 bytes BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.37.8.mod) = e79c24e6d68dd77f79c0e15c9941557eb44ac0c87e0fcd4fac0a3deab65ac8d1 SHA512 (github.com_aws_aws-sdk-go_@v_v1.37.8.mod) = 376db876c55dce630bbe0b3bc3898bbcca0169965e8d12a76a1018da34301e1654159957142b4e6f103c0d9e1713e9e158fcf598e5c87131a3904e4452f12a7b Size (github.com_aws_aws-sdk-go_@v_v1.37.8.mod) = 178 bytes @@ -999,12 +1161,18 @@ Size (github.com_aws_aws-sdk-go_@v_v1.40.11.mod) = 178 bytes BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.40.37.mod) = e3fa9de3b100a3782846d43f1d96a4e324e41c8a03561aa01303764c08afc659 SHA512 (github.com_aws_aws-sdk-go_@v_v1.40.37.mod) = 0a2ac8ddd88d926f8242ca65a1049395f13fb534f8520856db7e9dcb7f7c2b90069920085b6bbb045426a29e8269414618c4c919be1d2564692cea606f828bdc Size (github.com_aws_aws-sdk-go_@v_v1.40.37.mod) = 178 bytes -BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.40.37.zip) = 4315bb4c97cebe034b3cb987399bf8f85327eaf26d040cb5faddc1c15dc3b958 -SHA512 (github.com_aws_aws-sdk-go_@v_v1.40.37.zip) = 7138cf0402eff95290d4930298f419979a72ba93ff4724d01dcd2db8284dcdd474a3e79a7a75b712bde5223db2061c98a1d748fe91ac6116a9d96473cc09c45c -Size (github.com_aws_aws-sdk-go_@v_v1.40.37.zip) = 22004639 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.42.8.mod) = e3fa9de3b100a3782846d43f1d96a4e324e41c8a03561aa01303764c08afc659 +SHA512 (github.com_aws_aws-sdk-go_@v_v1.42.8.mod) = 0a2ac8ddd88d926f8242ca65a1049395f13fb534f8520856db7e9dcb7f7c2b90069920085b6bbb045426a29e8269414618c4c919be1d2564692cea606f828bdc +Size (github.com_aws_aws-sdk-go_@v_v1.42.8.mod) = 178 bytes +BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.42.8.zip) = debfccc5a0091edfbb4470e743b91dfb33604fbe1435c9d1172fc8d40f99ee2a +SHA512 (github.com_aws_aws-sdk-go_@v_v1.42.8.zip) = 202bce2936249a5424b50e656a5ad9e7f2f3976ccfc7faf4e75554b055546de82b6477408e8a7843ad4120c32cfa5cfeaed76aad52ba412a7ba23aa910a1e265 +Size (github.com_aws_aws-sdk-go_@v_v1.42.8.zip) = 23438605 bytes BLAKE2s (github.com_aws_smithy-go_@v_v1.5.0.mod) = 8b3585fc8aeaec9c74b5fd0a4b781e6c377ba50eefea5c9cab6b60b8cf37e50e SHA512 (github.com_aws_smithy-go_@v_v1.5.0.mod) = 890d3bb3a7a05fe071f9c9a510a6e03f42061e1631f3049ba51f9db8ba853035650aa350fcba44f53d5a2853a19748d895451187ff1698f3845ebb19fe9f1da2 Size (github.com_aws_smithy-go_@v_v1.5.0.mod) = 82 bytes +BLAKE2s (github.com_aws_smithy-go_@v_v1.9.0.mod) = 8b3585fc8aeaec9c74b5fd0a4b781e6c377ba50eefea5c9cab6b60b8cf37e50e +SHA512 (github.com_aws_smithy-go_@v_v1.9.0.mod) = 890d3bb3a7a05fe071f9c9a510a6e03f42061e1631f3049ba51f9db8ba853035650aa350fcba44f53d5a2853a19748d895451187ff1698f3845ebb19fe9f1da2 +Size (github.com_aws_smithy-go_@v_v1.9.0.mod) = 82 bytes BLAKE2s (github.com_aymerick_raymond_@v_v2.0.3-0.20180322193309-b565731e1464+incompatible.mod) = 026239b6f5e615982c12fba3daba9280eada9bd59ff3653ef831450aca23776c SHA512 (github.com_aymerick_raymond_@v_v2.0.3-0.20180322193309-b565731e1464+incompatible.mod) = aca5f138018066019037bacbc77a8e2373cfc2cc48928fdcd9e175e0c9596c9bbc8a5c3a6ddb182b067492f57db76499f8c33a212c73291009ce8bcef0180a96 Size (github.com_aymerick_raymond_@v_v2.0.3-0.20180322193309-b565731e1464+incompatible.mod) = 35 bytes @@ -1182,6 +1350,9 @@ Size (github.com_census-instrumentation_opencensus-proto_@v_v0.2.1.mod) = 58 byt BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.mod) = 550d93c92229195d354aaf19f5cf79762428025962fc1798084c00ac4a53b25c SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.mod) = 23d6171dbcf339c72fe25ab7a7e70cb385dffd654998824fac0f6b6464717873332d39fe1f96101414f5e2d240faaab0b960da2e31c08ef98443aa238bbf02d4 Size (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.mod) = 58 bytes +BLAKE2s (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.zip) = 356df486560382e4b59f847a92965604324b3ba774e09c349c57bade1166cd6f +SHA512 (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.zip) = d36c23db5214a78db7bdbcfff533716d9e53addcb1d635be608eeec8964ee1af8f5cdb0200fe33b9dd70f48bd919ae04c7bb4a94ab553f61f6273593853f4bab +Size (github.com_census-instrumentation_opencensus-proto_@v_v0.3.0.zip) = 223236 bytes BLAKE2s (github.com_centrifugal_centrifuge_@v_v0.19.0.mod) = 1641f5c79ca66ff2e1970ca357f4f47e066741a8e00ba53bb77d2cdd0052003a SHA512 (github.com_centrifugal_centrifuge_@v_v0.19.0.mod) = 5fbeb6f68f80637eadadc95b822dec2e9cfcd4578a04d904e5f8ac928aed4b5d714b87e1b162a77b01e10d23936304f1f30a05e5ec741d4be3318211d2b101e9 Size (github.com_centrifugal_centrifuge_@v_v0.19.0.mod) = 621 bytes @@ -1233,9 +1404,18 @@ Size (github.com_chromedp_cdproto_@v_v0.0.0-20200116234248-4da64dd111ac.mod) = 1 BLAKE2s (github.com_chromedp_cdproto_@v_v0.0.0-20200424080200-0de008e41fa0.mod) = 663847487ac910df747cdec10ed259cdf8f06214f9af06042505960e8b0d6e6c SHA512 (github.com_chromedp_cdproto_@v_v0.0.0-20200424080200-0de008e41fa0.mod) = 1ef392f52feb7d0e025dfa59ce78ea28dfb75f0547f3acb220608a53692c70be948dc653e815646d523334a378158eb61174606b54fc2292700b078b5371b64d Size (github.com_chromedp_cdproto_@v_v0.0.0-20200424080200-0de008e41fa0.mod) = 151 bytes +BLAKE2s (github.com_chromedp_cdproto_@v_v0.0.0-20220208224320-6efb837e6bc2.mod) = 3ff8bcfb48c2806ddb937122a7a503290ae3dbdfd438dd1a53b66fdc6673c62e +SHA512 (github.com_chromedp_cdproto_@v_v0.0.0-20220208224320-6efb837e6bc2.mod) = 1f2244277c93ee798942906c1628f5746b0c62f2deea93ae4425f4aeed5eeffdb8015211e868ff41f2850558d11d6d6f6983663164af0030d84fca53791d0cd9 +Size (github.com_chromedp_cdproto_@v_v0.0.0-20220208224320-6efb837e6bc2.mod) = 128 bytes +BLAKE2s (github.com_chromedp_cdproto_@v_v0.0.0-20220208224320-6efb837e6bc2.zip) = ac55d063232565ec92d7581718d87fc330270450a1751401b8fef07a3373c0b2 +SHA512 (github.com_chromedp_cdproto_@v_v0.0.0-20220208224320-6efb837e6bc2.zip) = b214a0d7de3f1448dfa453befb3fa1337eef7a605cb9917ead9646c3a95fe4afb777803dc36b25bafedb0357619e6318e0d001f6549852aae8443558d72dd4cb +Size (github.com_chromedp_cdproto_@v_v0.0.0-20220208224320-6efb837e6bc2.zip) = 521196 bytes BLAKE2s (github.com_chromedp_chromedp_@v_v0.5.3.mod) = 88c45239b68c8bb0d9c95ab81af631b17f85a3597209acf8cd7a354bc6c78e67 SHA512 (github.com_chromedp_chromedp_@v_v0.5.3.mod) = b7c6bf5bc3c7019614a0367a91bd3e8e9e99e0766e3c57257d3eaa525645cb2715dec52f6bb2959fcdc17878b057604f3baaebf75d4445018d21033766b66fa9 Size (github.com_chromedp_chromedp_@v_v0.5.3.mod) = 369 bytes +BLAKE2s (github.com_chromedp_sysutil_@v_v1.0.0.mod) = 6544ea9ac8fd9b91791aa07b669a62a9435e03a668db58dcd8a81e267226c9e7 +SHA512 (github.com_chromedp_sysutil_@v_v1.0.0.mod) = 29a0908cc36fcf65aab1bda94c576e8693e01827d3e00813f1a0dd54e2aeaec1fbe24f0b91d78dc9a18b910377c5df43ffa3c67aaafb76a958ba8253aea62403 +Size (github.com_chromedp_sysutil_@v_v1.0.0.mod) = 44 bytes BLAKE2s (github.com_chzyer_logex_@v_v1.1.10.mod) = 37fab5b1a90494868b61c282139b400baf1de2c5d07a887a455a1ec5c079da82 SHA512 (github.com_chzyer_logex_@v_v1.1.10.mod) = 0e40cd7ff22a86cd23b49b509f5b5653f67e31ca67a07ab82743f56e5504f126cb2c11d88da644afbaf024dffa657560a420ec6d82f6b463452ad8a8bdb576d2 Size (github.com_chzyer_logex_@v_v1.1.10.mod) = 31 bytes @@ -1287,12 +1467,30 @@ Size (github.com_cncf_udpa_go_@v_v0.0.0-20200629203442-efcf912fb354.mod) = 170 b BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20201120205902-5459f2c99403.mod) = 5aca79413b6f204e79b3e955f53e20422531caf50fcf70e01e9627f721bf1c74 SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20201120205902-5459f2c99403.mod) = 4cb0a4f9d5f74f3115a10661469cafa88044a8ed2de959b26054441714080fe8d639485b69df02e0f91fa9040db259fbef8281971c28a67953a5abe5b7220ccf Size (github.com_cncf_udpa_go_@v_v0.0.0-20201120205902-5459f2c99403.mod) = 170 bytes +BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.mod) = 0ef7778e0cf9d37cd1f7da6c019b73322e44cb48970bd2c13e8cc2148b3b6638 +SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.mod) = c9cc25aa13bb803918847217db031efc2a4715304d90220782bbbbdb4c455e5894bc9152e8e0a1a76870c64a1866b1a8107dfc238e3ce2d08f7c863448901fa5 +Size (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.mod) = 158 bytes +BLAKE2s (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.zip) = 78eca7e8c34bb0b4efd11316bc98e545f70ae375115af75bc9b8f0ca26a1b75e +SHA512 (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.zip) = c018e537dc7d6db662ff64950e69bdaf865d50c2c4fb498e26968c7c4267f3d2575ef62de4e7bf0fdc7cda07a152cc5c96b18e10c7fda24dac882c56c03ebadb +Size (github.com_cncf_udpa_go_@v_v0.0.0-20210930031921-04548b0d99d4.zip) = 7602 bytes BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20210312221358-fbca930ec8ed.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20210312221358-fbca930ec8ed.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 Size (github.com_cncf_xds_go_@v_v0.0.0-20210312221358-fbca930ec8ed.mod) = 169 bytes BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20210805033703-aa0b78936158.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20210805033703-aa0b78936158.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 Size (github.com_cncf_xds_go_@v_v0.0.0-20210805033703-aa0b78936158.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20210922020428-25de7278fc84.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20210922020428-25de7278fc84.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 +Size (github.com_cncf_xds_go_@v_v0.0.0-20210922020428-25de7278fc84.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20211001041855-01bcc9b48dfe.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20211001041855-01bcc9b48dfe.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 +Size (github.com_cncf_xds_go_@v_v0.0.0-20211001041855-01bcc9b48dfe.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20211011173535-cb28da3451f1.mod) = e1da5fba34df0366d5770a9c651e78cf2862be1deeae4d8a3df8770c1c55227c +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20211011173535-cb28da3451f1.mod) = cd8c47886f01235398b4c2538ccb516754e2bae6e9a88e0fa2bd80232f974c5f8cd79249f459c9788fcb7b0c83ced5064f1d8916869e71a15377df20077f52a6 +Size (github.com_cncf_xds_go_@v_v0.0.0-20211011173535-cb28da3451f1.mod) = 169 bytes +BLAKE2s (github.com_cncf_xds_go_@v_v0.0.0-20211011173535-cb28da3451f1.zip) = ccfafebf039000d561030f8a36099c29a8be8f3aa1fea400b82e1c1776b4c889 +SHA512 (github.com_cncf_xds_go_@v_v0.0.0-20211011173535-cb28da3451f1.zip) = 534af6cb6553c7f5858c9375371f305d26f8b7b8807e7e11cc81656a2b998998631e2d7322c83c88b4c1ee88e83021e8f9319e362068eae9bac820834a65b7fb +Size (github.com_cncf_xds_go_@v_v0.0.0-20211011173535-cb28da3451f1.zip) = 109136 bytes BLAKE2s (github.com_cockroachdb_apd_@v_v1.1.0.mod) = eb81d88fc79c60066f27f57a72993ce38055ab1a56ed17e4cea4168c5fa8e168 SHA512 (github.com_cockroachdb_apd_@v_v1.1.0.mod) = 58f3cc974ff4897b4f160dc47440241bc7084dd62f20c16c019b0c3090d3c8a8adb46ee8cab1afa675c9d3830cfb2eee97e1eb1315a683307d87ea3d2b403efa Size (github.com_cockroachdb_apd_@v_v1.1.0.mod) = 34 bytes @@ -1929,9 +2127,9 @@ Size (github.com_dlclark_regexp2_@v_v1.4.1-0.20201116162257-a2a8dda75c91.zip) = BLAKE2s (github.com_dnaeon_go-vcr_@v_v1.0.1.mod) = 2c0cc9b6218c1b3d8eb11aa0a5cef721361547cf41cbb36a7e1b7fb7c3781696 SHA512 (github.com_dnaeon_go-vcr_@v_v1.0.1.mod) = 320a96424fcf2296f59f8ba247cc9dfa43c35e2e500fc1dd990a69316d4ccb68437e4c4f98e849173161490cad216c15eee039134b3028afa7dcf82d9b8e6423 Size (github.com_dnaeon_go-vcr_@v_v1.0.1.mod) = 32 bytes -BLAKE2s (github.com_dnaeon_go-vcr_@v_v1.2.0.mod) = a2477f11a15526aa5a99990bed43bac6c6c0bfb051224fcbcf0633455b30b443 -SHA512 (github.com_dnaeon_go-vcr_@v_v1.2.0.mod) = bae0d0e58059ad4b1d5a8d6faa390389d954707fde03980f6fb6f4ae88262aacaae27098ae65423ffeca68ad38a693a22f70b0d3fa4f461a3ae4a13539e77954 -Size (github.com_dnaeon_go-vcr_@v_v1.2.0.mod) = 142 bytes +BLAKE2s (github.com_dnaeon_go-vcr_@v_v1.1.0.mod) = bcefdbda9c44066a5c09637e27bd1114d694fdca0b9a90ab059c5e93618ed2db +SHA512 (github.com_dnaeon_go-vcr_@v_v1.1.0.mod) = aebfcb1f46c48fa7bee541d7c15e6de360b5e336c4417854781c00e15260e33f46cab3c8998bf0421155c9c40db29a18fea6623fb9fdccff0cd3055ba6e5319a +Size (github.com_dnaeon_go-vcr_@v_v1.1.0.mod) = 142 bytes BLAKE2s (github.com_docker_distribution_@v_v0.0.0-20190905152932-14b96e55d84c.mod) = d9ef5041985bc25c5ab4b66be1ac0262545018b6acece0372fc86878918a8547 SHA512 (github.com_docker_distribution_@v_v0.0.0-20190905152932-14b96e55d84c.mod) = 5facb46a2728b34cbc10c9b1ea5f46da1b528e21214dfb4b12ce01de682d7340ceac6dc31cb6d840c6f596cbd1e2efff4003030864453d70280bba40cd256d9a Size (github.com_docker_distribution_@v_v0.0.0-20190905152932-14b96e55d84c.mod) = 3136 bytes @@ -2091,6 +2289,15 @@ Size (github.com_elazarl_goproxy_@v_v0.0.0-20170405201442-c4fc26588b6e.mod) = 34 BLAKE2s (github.com_elazarl_goproxy_@v_v0.0.0-20180725130230-947c36da3153.mod) = 3b782468a15404be45d96ef9128a210a3821b5b335cddb99ca3b286369021b9f SHA512 (github.com_elazarl_goproxy_@v_v0.0.0-20180725130230-947c36da3153.mod) = df974cf26d8392df0aa30b39a28ad4b6fa2c128cc6e4be98e91aad8f997e76f98d16a5c19cb3aaa510f659ed8c02b05e7d93888648f30c701fa02e63707075be Size (github.com_elazarl_goproxy_@v_v0.0.0-20180725130230-947c36da3153.mod) = 34 bytes +BLAKE2s (github.com_elazarl_goproxy_@v_v0.0.0-20220115173737-adb46da277ac.mod) = e8a1411d57bdacd878ba7d715a5c560bacdefaf5f024ee09dfa78c1e8e3a6407 +SHA512 (github.com_elazarl_goproxy_@v_v0.0.0-20220115173737-adb46da277ac.mod) = bcfa64556ee531bf6a377ac6672a73dffd0e096a3302ccf7dd7eb2ee5084c9a44de996c6e746014f029951cc964cc564273fb15b4ee40681f403d48093d189d9 +Size (github.com_elazarl_goproxy_@v_v0.0.0-20220115173737-adb46da277ac.mod) = 109 bytes +BLAKE2s (github.com_elazarl_goproxy_@v_v0.0.0-20220115173737-adb46da277ac.zip) = edb349cc41eb5bca84ec89c81faaf432f66f302c9a3bf6cab3b76a4a683614be +SHA512 (github.com_elazarl_goproxy_@v_v0.0.0-20220115173737-adb46da277ac.zip) = 6d8c3ca0a8a9163df913d916c368d7e3ab78ca99f7f8ab88be5e0363cf16427189fadc842551a8d2da3bc848c57c7e08541443ab52716fafe0336e4d4a6eeece +Size (github.com_elazarl_goproxy_@v_v0.0.0-20220115173737-adb46da277ac.zip) = 75708 bytes +BLAKE2s (github.com_elazarl_goproxy_ext_@v_v0.0.0-20190711103511-473e67f1d7d2.mod) = 50473735516fbfb2d45a2d5c09bd41f8d5bb9ef2cd95a57ce1aaaae653dd2d9d +SHA512 (github.com_elazarl_goproxy_ext_@v_v0.0.0-20190711103511-473e67f1d7d2.mod) = e211a648148c8265bce33801e7dc8a83d5c4a853f1e9d9050e18b0b10f3c5763bef4fe343a4c54b6bbd19f8510e6105dd6f8dc410dd36732d7c94adca534cb4d +Size (github.com_elazarl_goproxy_ext_@v_v0.0.0-20190711103511-473e67f1d7d2.mod) = 125 bytes BLAKE2s (github.com_ema_qdisc_@v_v0.0.0-20190904071900-b82c76788043.mod) = 95f38b1cdb1c5a581fa900cad1bff76afc75bbc9ca10bd7c96ee1f5e02c04633 SHA512 (github.com_ema_qdisc_@v_v0.0.0-20190904071900-b82c76788043.mod) = 6d2d1f8c80c45e22999a94df9f3871359603cf9e3395a04bc065d0349eaa2d3460e6a341bb42aac2a8b26dfd61997f15b01f9c1712d861ff0c96ed1cd722dfc5 Size (github.com_ema_qdisc_@v_v0.0.0-20190904071900-b82c76788043.mod) = 259 bytes @@ -2106,6 +2313,12 @@ Size (github.com_emicklei_proto_@v_v1.6.15.mod) = 42 bytes BLAKE2s (github.com_emicklei_proto_@v_v1.6.15.zip) = 2641c4cf72a9f3292aa11f807ad9683b05f173bc920de51c57a577074061be2e SHA512 (github.com_emicklei_proto_@v_v1.6.15.zip) = 92ec0b8d1b2a23f4d85c5945c274db5958314ab71cfb2298ed0afc8ea8de92cd0e0c3b09fe13096e30ee0437560153ca95112bc83fc7f42f45678166698b9c85 Size (github.com_emicklei_proto_@v_v1.6.15.zip) = 69780 bytes +BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.10.1.mod) = 7a6c2ee846cc846eb181c7a3ab98a54f44d23a710c6047f4d6e71aa6b5f3b549 +SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.10.1.mod) = e2e8fde30d3b74689f72b7848b6e4cf01642e67350403e2623460a705e74e2842ab7c80a4141228b4c34587993407e3817fc008ce74a89dab1058c1fc8c91426 +Size (github.com_envoyproxy_go-control-plane_@v_v0.10.1.mod) = 711 bytes +BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.10.1.zip) = a3ebee1154d8545ec1bf1c515a36069abdb67a29cf453201c4afa98bd9046e99 +SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.10.1.zip) = ef4f270f42030c60e3fa7d8216091febedcb34b847091306850a2aac4e30498311012e770fd418b4734f326dc2398fc76e57a1e53cb30f213ad5b9be2e191350 +Size (github.com_envoyproxy_go-control-plane_@v_v0.10.1.zip) = 3347563 bytes BLAKE2s (github.com_envoyproxy_go-control-plane_@v_v0.6.9.mod) = 6c3cf28a2a0913b5983abc08da2f7712d4e3aaa71dd270c9dfb6c489f05ffdfa SHA512 (github.com_envoyproxy_go-control-plane_@v_v0.6.9.mod) = 5ec3e01429b0c86caa7ee04de7fd70505cacce1ed540081ce4c40143c8776cbb75443dbaa47642da02e263c02c7e3557d6425c3cb60f03a5bc296a1cc3b6541d Size (github.com_envoyproxy_go-control-plane_@v_v0.6.9.mod) = 46 bytes @@ -2145,6 +2358,12 @@ Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.1.0.mod) = 49 bytes BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.1.mod) = b3be6871757eee86f4a7cca00377854c066fc40e700eb74bb8f3a0a678211802 SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.1.mod) = be4e27f98fa05cef11f44d5d99cca70e34e4371b6571b36654e4df032f61b3f41b11de8d52de2414259e8ae9dee7b0192a903a749fd72be1238dbbaf4b98e590 Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.1.mod) = 465 bytes +BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.mod) = e9b3369f40d5f908974bad98f5f53e0b9aed7687786b5dab766b18c672c7296a +SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.mod) = 57184da50da6820818c4f9ee7f2833fc42ba425775edbdd573093a2ff2257f74b94562dbcf3e08c8a89888a8f98a5332c8fd1e27e1dba06958917a9b53e0125c +Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.mod) = 502 bytes +BLAKE2s (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.zip) = 93fff66bffa43a2fae5dccc12ddc09ee7141d5591cb73fc5bb77be8ae364181f +SHA512 (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.zip) = 5cceaa3bdaa8c14335549136f6f9b542c0b3930cf4c97e653e9c59332bea385b4c1b9064222b2ea5a301dc73713973b7d58ae23078baf83d2bf7085c648ee3c0 +Size (github.com_envoyproxy_protoc-gen-validate_@v_v0.6.2.zip) = 191935 bytes BLAKE2s (github.com_ericchiang_k8s_@v_v1.2.0.mod) = 22a734b01c704055a1efd81eb8ee599d396be4ea6564a1791ab1b1f2f854da22 SHA512 (github.com_ericchiang_k8s_@v_v1.2.0.mod) = ed71c46ef9b121be04725848b5860e731dbcf89b502d0d6ac0fe2f1cdacaa77959e1bc2887bf1fe729b8602f520a8bd3630a7001e2ec53acf0a9090cc3bbe039 Size (github.com_ericchiang_k8s_@v_v1.2.0.mod) = 33 bytes @@ -2247,6 +2466,9 @@ Size (github.com_fsnotify_fsnotify_@v_v1.4.7.mod) = 36 bytes BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.4.9.mod) = 3bbe601aa7b8fe3e839e252c33f026d3b938a9ba9b9b8960f4c36254f921e5c7 SHA512 (github.com_fsnotify_fsnotify_@v_v1.4.9.mod) = ea3a26ed1f6df26a7e2aa64ea9d5d4a4c3005163cd8adc05028cf25d56d01d115bcda38b7af992242013c2610f26a184ce43dd1826309c95fa008fa9c8c387d9 Size (github.com_fsnotify_fsnotify_@v_v1.4.9.mod) = 106 bytes +BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.5.1.mod) = 97113de65d161b3cc1108aec8399903d2097904bfc8f83fa4693d9c18cee6179 +SHA512 (github.com_fsnotify_fsnotify_@v_v1.5.1.mod) = d4cb8393c16d38aad722df74b8c2292a85bb3aac4bc061676b896b537a21a93889a447cecdbc0f989c04e3cc91a2fe5fb35207e77f7ffbb129669b8377e6c5af +Size (github.com_fsnotify_fsnotify_@v_v1.5.1.mod) = 122 bytes BLAKE2s (github.com_fsouza_fake-gcs-server_@v_v1.7.0.mod) = 970ab2cb6729e05fa408c742479f1d9eade39761d99107954a4fdc8092d2c789 SHA512 (github.com_fsouza_fake-gcs-server_@v_v1.7.0.mod) = adfb4b120bf95a27ded8d0602a8165255067618422805c5d616e9aff1a0a0c8bfd3443d846719b91f0f1bac8542b0a7c31f3c62431c0f0d13d63e834e13b691c Size (github.com_fsouza_fake-gcs-server_@v_v1.7.0.mod) = 144 bytes @@ -2277,6 +2499,12 @@ Size (github.com_getkin_kin-openapi_@v_v0.53.0.mod) = 237 bytes BLAKE2s (github.com_getkin_kin-openapi_@v_v0.61.0.mod) = d5da66cfa358e25b2c473c577ebd4e2dab867972211d80b703ea8b2f43ec1078 SHA512 (github.com_getkin_kin-openapi_@v_v0.61.0.mod) = dd5c50969b1b1f80c1c67cb3bed9e8c3165b07da631b8707c51d9b449388b68cc81fd67e0ce386d9fcb0f53ff2af1e214e9aecc499ade6f73e871900496283ac Size (github.com_getkin_kin-openapi_@v_v0.61.0.mod) = 237 bytes +BLAKE2s (github.com_getkin_kin-openapi_@v_v0.94.0.mod) = afdf2719beeaf800fca5857102ee63239bf4de07e6c0b269db961c60ce7b203a +SHA512 (github.com_getkin_kin-openapi_@v_v0.94.0.mod) = 012287d51a456108e6db5c72ae7d1da1c500e8b7e4979cef99688c8302a80de0954ac9719e10e9344fc8d5f8ee0eca92870641edfd076cd55d4b0b58b943b1ca +Size (github.com_getkin_kin-openapi_@v_v0.94.0.mod) = 225 bytes +BLAKE2s (github.com_getkin_kin-openapi_@v_v0.94.0.zip) = f20292d756a97bf45b44f35ec3dda64e8b4c9935ee682b45befb817ec9917b62 +SHA512 (github.com_getkin_kin-openapi_@v_v0.94.0.zip) = 12e9ab87fa684871d2699e980d4fea5d7cb75842998e42d4fa9f90a4d79620a9b27ec7d61548f32a2fa00774bfd32c17bd97b9cbeadf131f81a57f2230ba944a +Size (github.com_getkin_kin-openapi_@v_v0.94.0.zip) = 237093 bytes BLAKE2s (github.com_getsentry_raven-go_@v_v0.2.0.mod) = d5f0fbb26fafe8534ec7c8cbe48185f68508577f7d29a706c3a0d6f7653cf005 SHA512 (github.com_getsentry_raven-go_@v_v0.2.0.mod) = b10d9112b673106e50e51a54496b9f82af44ded3ae88811eefafcc0c1908b7fc89a1512d438a04748147326beb28026e01ca3e4dc3e833be7cb3d2b49d98e81f Size (github.com_getsentry_raven-go_@v_v0.2.0.mod) = 37 bytes @@ -2295,6 +2523,9 @@ Size (github.com_ghodss_yaml_@v_v1.0.0.mod) = 30 bytes BLAKE2s (github.com_ghodss_yaml_@v_v1.0.1-0.20190212211648-25d852aebe32.mod) = 1e10d2327e4416c21f0ffd0bc4b02daf13f0534b9b09e5785827360e3d63eef3 SHA512 (github.com_ghodss_yaml_@v_v1.0.1-0.20190212211648-25d852aebe32.mod) = 041fc2aa6cc90c78e270fb4d902d857f83b7837d3bc0c4073cd4efacb078016d740fbd9b3e0d78eb1984071974a2efe1a04dd5d2cc474b8b29de60e6fd1638c9 Size (github.com_ghodss_yaml_@v_v1.0.1-0.20190212211648-25d852aebe32.mod) = 63 bytes +BLAKE2s (github.com_ghodss_yaml_@v_v1.0.1-0.20190212211648-25d852aebe32.zip) = 4594a4193f04735e109fd1a14a3547734f3e6b3f6425d5e2565e90ad0d5ebe0c +SHA512 (github.com_ghodss_yaml_@v_v1.0.1-0.20190212211648-25d852aebe32.zip) = 132d763eeb2d4729d86e2b7a0afd15f9f0b3f5f9380529867bbd6e71cc827d73664b96a7ccf84a44590a4d8eeca311b6ff83497ced3a0ebb2f7c1ad66cbebac0 +Size (github.com_ghodss_yaml_@v_v1.0.1-0.20190212211648-25d852aebe32.zip) = 18157 bytes BLAKE2s (github.com_gin-contrib_sse_@v_v0.0.0-20190301062529-5545eab6dad3.mod) = 27dcbece9e52cb627c31502f564fb8f5c47af04b8365cc694840bbcb7282f73f SHA512 (github.com_gin-contrib_sse_@v_v0.0.0-20190301062529-5545eab6dad3.mod) = f8a5b7c52bdfd30b513dce644a30e8616fc31f0db149ff7cdef58ff5db94306a8b0a4d807f9837abe5793cdf385b16c4120474ad297bf68687a38fb21b1cac39 Size (github.com_gin-contrib_sse_@v_v0.0.0-20190301062529-5545eab6dad3.mod) = 34 bytes @@ -2307,6 +2538,12 @@ Size (github.com_gin-gonic_gin_@v_v1.4.0.mod) = 594 bytes BLAKE2s (github.com_gin-gonic_gin_@v_v1.5.0.mod) = 484b8262658416dd278997d515e41cc167ec0ff82cd462d268e774212412a81b SHA512 (github.com_gin-gonic_gin_@v_v1.5.0.mod) = 6fd921a2798efe7add50333c9203e771b75c73129f78c4ae7172202a3762eed03a96861d8a17459e2b420c92843313f80a3b80c000865dccbc52bbd26d7145c9 Size (github.com_gin-gonic_gin_@v_v1.5.0.mod) = 556 bytes +BLAKE2s (github.com_gin-gonic_gin_@v_v1.6.3.mod) = 762f41676cfea77c21213a04b204603c781c97b7addceb8de0c2609fbf821b7a +SHA512 (github.com_gin-gonic_gin_@v_v1.6.3.mod) = 47690d42eba5e68a5b8730840ba778922a46d2927104c3638d7b2a0973f4830eb5c001c665a8bec11254c6913967336a1c30d9e41f4c12131529358dbd337692 +Size (github.com_gin-gonic_gin_@v_v1.6.3.mod) = 340 bytes +BLAKE2s (github.com_gin-gonic_gin_@v_v1.7.3.mod) = 0423c1c96120f4a7571b76296bee30bbdc39ff66ac15d7b31d73ed581af77bdd +SHA512 (github.com_gin-gonic_gin_@v_v1.7.3.mod) = 7842ba9bab0856bc14192ea61c824e21cb8bc26a3025bc28f11e91627dea6a5351168fa2131ce88433d0f3983cbe66192eb4a88206dc8ac64fe4e3db440fad50 +Size (github.com_gin-gonic_gin_@v_v1.7.3.mod) = 340 bytes BLAKE2s (github.com_glinton_ping_@v_v0.1.4-0.20200311211934-5ac87da8cd96.mod) = 4c20be98d61499b2ecae247bd7ca88ea3facf81144ec7e41d4e5b406d7d69d18 SHA512 (github.com_glinton_ping_@v_v0.1.4-0.20200311211934-5ac87da8cd96.mod) = 24852bf603415e1dfb183db4649e24eb1a626c024343ad7bb68bc918485f8bc9ecbf2a5eac14d61eb83626fe9739c5a1f5eed016f6d4492c75a08770dace7bff Size (github.com_glinton_ping_@v_v0.1.4-0.20200311211934-5ac87da8cd96.mod) = 101 bytes @@ -2799,12 +3036,27 @@ Size (github.com_go-openapi_validate_@v_v0.20.2.mod) = 495 bytes BLAKE2s (github.com_go-openapi_validate_@v_v0.20.2.zip) = 46916685147297d2a33ced953661d03a10bd583405c54de762a265401867ff0b SHA512 (github.com_go-openapi_validate_@v_v0.20.2.zip) = 49d0ab1036e1122dcb03c945bfaf3da0c3f607905bf12185bee6bf7385509e7e71484bc4a2d2e22fc05e72b378a14949a895c1b8e4f9e45ba8a1c2ca9ce6e5a5 Size (github.com_go-openapi_validate_@v_v0.20.2.zip) = 727824 bytes +BLAKE2s (github.com_go-playground_assert_v2_@v_v2.0.1.mod) = 0640bfe256bec99c91a9f1ec6dceada81f8175b810316df17c5fb8463a757a52 +SHA512 (github.com_go-playground_assert_v2_@v_v2.0.1.mod) = fbf5df883c534d17105da1daceafd5c410e3c3bbfd7169a2e94eec5cf72fd5dc61553b49f1ce9fcc8b2c061d1598c2ee320f5cf669d5066fd5cf963b46ece3fb +Size (github.com_go-playground_assert_v2_@v_v2.0.1.mod) = 51 bytes BLAKE2s (github.com_go-playground_locales_@v_v0.12.1.mod) = ede131b78f666207d05212319b45eaa390c415d8c111e1e0a8ec1a9cd156eccb SHA512 (github.com_go-playground_locales_@v_v0.12.1.mod) = 594bd0a2ca300317ec149cb0d312c960e3df83126e52023dbd2b247c47e4bcd0d087980d4eab4fa097ab56cb594335ce102a984bca40c4cf4593eb8d70717332 Size (github.com_go-playground_locales_@v_v0.12.1.mod) = 40 bytes +BLAKE2s (github.com_go-playground_locales_@v_v0.13.0.mod) = 8872c0ad5b19ccaa8dd4d60d4fcf7e4516107579410b719bd504a3be04ca52f9 +SHA512 (github.com_go-playground_locales_@v_v0.13.0.mod) = 1b4c2f5da0d8a2f4c9d95b85f39a501f00f7d26cb3dafe949d4df3d90e85c7a1de5f311cbc3298bc1967c178a2a6ac742d7250f40ad58311ce36da186c7071d0 +Size (github.com_go-playground_locales_@v_v0.13.0.mod) = 83 bytes BLAKE2s (github.com_go-playground_universal-translator_@v_v0.16.0.mod) = 3cde9843e2399f126b3b96fea146a5ed74b430149e40fcf47538bd5bd30e15ae SHA512 (github.com_go-playground_universal-translator_@v_v0.16.0.mod) = dcd165f0a9c134c483ea3d729116447c3bf7d07c7e27a54ea77519955be923f5b53dc8cdc4e36db4fd0ec56cc8b0867f20b186b1cef32680950544abf9cd1975 Size (github.com_go-playground_universal-translator_@v_v0.16.0.mod) = 53 bytes +BLAKE2s (github.com_go-playground_universal-translator_@v_v0.17.0.mod) = 94298b3a0da75a1f407919118f46eff51556a41f05d6567dd693566c3486d405 +SHA512 (github.com_go-playground_universal-translator_@v_v0.17.0.mod) = da41426dd68ad27bf1def331518bdba47a04ba35ec3b4f44995af97ff2adcd1e28536e9df94d58a548b0b0337961139827f2f82b17ced1362a5a0ba36784b370 +Size (github.com_go-playground_universal-translator_@v_v0.17.0.mod) = 112 bytes +BLAKE2s (github.com_go-playground_validator_v10_@v_v10.2.0.mod) = 5701700158237bb9486dc3c721efe302e7703923d32dfebefaa30f0c6c734204 +SHA512 (github.com_go-playground_validator_v10_@v_v10.2.0.mod) = f968bc8be37537f487569a386a198927fd7f33412533f15caf93e4693f7d5298fcf69ca7fccb1f1586f31e8742005f39c46f89fc8fd141a746b72b82bce59a9f +Size (github.com_go-playground_validator_v10_@v_v10.2.0.mod) = 242 bytes +BLAKE2s (github.com_go-playground_validator_v10_@v_v10.4.1.mod) = e4beb810d63faf823b53c277def717ab92f0c4c8e05f8b301446c5f488b5ab18 +SHA512 (github.com_go-playground_validator_v10_@v_v10.4.1.mod) = 9288c6d5a6c1524082433694b7ab251a789a60662e4760d925e3a78c017419a4248aab41dd192fa372f3a91e77daf8fade21c76faa137cadbf144e2be5f6d93e +Size (github.com_go-playground_validator_v10_@v_v10.4.1.mod) = 298 bytes BLAKE2s (github.com_go-redis_redis_@v_v6.15.9+incompatible.mod) = e268caed026a992947709de3678733e287ab5f2ddabb02ab401d974a9783a84d SHA512 (github.com_go-redis_redis_@v_v6.15.9+incompatible.mod) = 0679350ba72b8ac3edcc78261e7bdfab2d60ef315924251a8e437af1cb08e6b1fb6f9b748c445c6146650e735cdb9af52ab262f2de1ad3b1035f8348663e2d70 Size (github.com_go-redis_redis_@v_v6.15.9+incompatible.mod) = 33 bytes @@ -3060,12 +3312,24 @@ Size (github.com_gogo_status_@v_v1.1.0.mod) = 344 bytes BLAKE2s (github.com_gogo_status_@v_v1.1.0.zip) = b49b6d122a0834153356e2f54cba6f0bea90f6ee683f028312f020c484261443 SHA512 (github.com_gogo_status_@v_v1.1.0.zip) = 54949e4e6f8e70fb4ed63dff532936bce794ab6e51f7573393188211bed820fdb0e6244614d1c2101126752782921a97e4b407f302bfdc5222382d9e27e860b3 Size (github.com_gogo_status_@v_v1.1.0.zip) = 11687 bytes +BLAKE2s (github.com_golang-jwt_jwt_@v_v3.2.1+incompatible.mod) = 5d11998dc87f86f546a949e82a46d533711c34bfdbc0fbc4cbd7902fbc3a350d +SHA512 (github.com_golang-jwt_jwt_@v_v3.2.1+incompatible.mod) = bc663c8a2ca02a639de02b55050cd4415d18a970bfe07ad420b4f893e477b60e69c4af8b45f48df3190d36895e85b702e6859429cabfd04aede90f2792a1bafc +Size (github.com_golang-jwt_jwt_@v_v3.2.1+incompatible.mod) = 33 bytes +BLAKE2s (github.com_golang-jwt_jwt_@v_v3.2.1+incompatible.zip) = e273d1b3ec12b45f2df0fa0bc6d6298e5aa92e403bcd2f9a0398ee1a792e11ca +SHA512 (github.com_golang-jwt_jwt_@v_v3.2.1+incompatible.zip) = 088d107d06f9f61ae4af81b45a80194789f14b38dac3823b47f089efd061c680b4fa907de8b3dc621a80940b5e75ef91e282136a3a3d63176a23766a7e617f3a +Size (github.com_golang-jwt_jwt_@v_v3.2.1+incompatible.zip) = 58632 bytes BLAKE2s (github.com_golang-jwt_jwt_v4_@v_v4.0.0.mod) = 41525f74735037b4547e86b47a6035f5f91e9db9c9d8513c607c010f81891e8f SHA512 (github.com_golang-jwt_jwt_v4_@v_v4.0.0.mod) = f4140cce8dba7346cd09a6e2603a137d337a244f8db1bbebe1ec09dddbbc1908fabd8c91930b4476fe120d0c10c26ab297ba96c2372350ead40463a3ea441fae Size (github.com_golang-jwt_jwt_v4_@v_v4.0.0.mod) = 45 bytes -BLAKE2s (github.com_golang-jwt_jwt_v4_@v_v4.0.0.zip) = 4888b2c64147b7196b95c16b792c32d6949abb99328eb3761190e2a704f98121 -SHA512 (github.com_golang-jwt_jwt_v4_@v_v4.0.0.zip) = d1878a17fedc90a0465e5f25c7d0256d5d85e83b7237c47f0cf48bf1347841f8ea83c9d21ad131e25223a6dd5d8b4e6ad65c8eb0f68528599aac92cfe2066e6b -Size (github.com_golang-jwt_jwt_v4_@v_v4.0.0.zip) = 61658 bytes +BLAKE2s (github.com_golang-jwt_jwt_v4_@v_v4.1.0.mod) = 41525f74735037b4547e86b47a6035f5f91e9db9c9d8513c607c010f81891e8f +SHA512 (github.com_golang-jwt_jwt_v4_@v_v4.1.0.mod) = f4140cce8dba7346cd09a6e2603a137d337a244f8db1bbebe1ec09dddbbc1908fabd8c91930b4476fe120d0c10c26ab297ba96c2372350ead40463a3ea441fae +Size (github.com_golang-jwt_jwt_v4_@v_v4.1.0.mod) = 45 bytes +BLAKE2s (github.com_golang-jwt_jwt_v4_@v_v4.2.0.mod) = 41525f74735037b4547e86b47a6035f5f91e9db9c9d8513c607c010f81891e8f +SHA512 (github.com_golang-jwt_jwt_v4_@v_v4.2.0.mod) = f4140cce8dba7346cd09a6e2603a137d337a244f8db1bbebe1ec09dddbbc1908fabd8c91930b4476fe120d0c10c26ab297ba96c2372350ead40463a3ea441fae +Size (github.com_golang-jwt_jwt_v4_@v_v4.2.0.mod) = 45 bytes +BLAKE2s (github.com_golang-jwt_jwt_v4_@v_v4.2.0.zip) = a350513e24fddb2d77ec2a4baf5d58c1401e72bc78bdd664647fc50e3afae7a2 +SHA512 (github.com_golang-jwt_jwt_v4_@v_v4.2.0.zip) = 584b22a73f611eeb4733da210208abae2787a4e29b5befc359355a34a9f1936c1e60c0aeb7ff0cc646e99778b32bc2f62eb535dd25ce804080631d0fc7b6629a +Size (github.com_golang-jwt_jwt_v4_@v_v4.2.0.zip) = 71592 bytes BLAKE2s (github.com_golang-migrate_migrate_v4_@v_v4.7.0.mod) = a87ac4d4ee0c8ee63f8178093ba0929c57e6286e9a1c97ee28dbca355548dee8 SHA512 (github.com_golang-migrate_migrate_v4_@v_v4.7.0.mod) = d5a7be4c4700afd7640a4a74b9e7684b93e9ad06c426f18dd972ec1d5ad7c3aacb1e140f316f2e98bd2ff5a86a4c5a3909ae30ee8354bc87bf447c117e6027b8 Size (github.com_golang-migrate_migrate_v4_@v_v4.7.0.mod) = 2804 bytes @@ -3273,6 +3537,12 @@ Size (github.com_google_flatbuffers_@v_v2.0.0+incompatible.mod) = 37 bytes BLAKE2s (github.com_google_flatbuffers_@v_v2.0.0+incompatible.zip) = 2d6b505a95baf18ccd819795801a486521941b38f85ba72c189ac07c379745dd SHA512 (github.com_google_flatbuffers_@v_v2.0.0+incompatible.zip) = 3b2b7a3395a89bda2d0a0fc81135f2afda048e088afdb1f1048ac8079ea78e5a16bfe4c8b864315b7b5e62d5d7fb7e2ad6cbde24205355a7f4e7a4e3ec122764 Size (github.com_google_flatbuffers_@v_v2.0.0+incompatible.zip) = 2067278 bytes +BLAKE2s (github.com_google_go-cloud_@v_v0.24.1-0.20220209172924-99801bbb523a.mod) = aff4c7c51cb4447f94443d797f8705afaa1a3830a8b95342e64eeaa5b5401cb5 +SHA512 (github.com_google_go-cloud_@v_v0.24.1-0.20220209172924-99801bbb523a.mod) = 8437e19d5e842e533026d4ea021821022541facf41bd3ee984585c08ed7dba55d7eeefb04c3f591c7f8f742fffc7849f514321d13064a0d689ff7ff265f6d352 +Size (github.com_google_go-cloud_@v_v0.24.1-0.20220209172924-99801bbb523a.mod) = 3729 bytes +BLAKE2s (github.com_google_go-cloud_@v_v0.24.1-0.20220209172924-99801bbb523a.zip) = cadc1d25c4f4736ae04de713ac3f9bbefdf5bfdfa930858d991aabc44a76a723 +SHA512 (github.com_google_go-cloud_@v_v0.24.1-0.20220209172924-99801bbb523a.zip) = 1ff683de1273b404d0b18a96e2aab7dfc8dddb4d466c68a0c8e29ecdeacbbaec2b799d6f4c3a1b5b33ad02a1050e4d2d2ba146c43e6b001f8608f309e71fc9ef +Size (github.com_google_go-cloud_@v_v0.24.1-0.20220209172924-99801bbb523a.zip) = 3701580 bytes BLAKE2s (github.com_google_go-cmp_@v_v0.2.0.mod) = b527d9b12f3de3a8355f18e986847efb92bf07f76a2b9cb5d329b7249d42cb7d SHA512 (github.com_google_go-cmp_@v_v0.2.0.mod) = 7229d917bb0c788b07297e1b09b8f7952f951998a56f17ea1f69ff7c2f565a5686b212f42f45c6b8351905d6740a2ec5a235e493daa531ae00cb709faf67ae45 Size (github.com_google_go-cmp_@v_v0.2.0.mod) = 32 bytes @@ -3327,6 +3597,12 @@ Size (github.com_google_go-querystring_@v_v0.0.0-20170111101155-53e6ce116135.mod BLAKE2s (github.com_google_go-querystring_@v_v1.0.0.mod) = fc68616080feb98575b0dfc365501156b6d9ac1421343966e89ad50d3033a2f1 SHA512 (github.com_google_go-querystring_@v_v1.0.0.mod) = b47c833f93e2d2f9746276fb7608dfe01295cead6b0c9cad36863e9c6da80e3abe8e7d79afb113fe382f73b641fcfd717090a8d6ca2d94bf2807fec07cd57574 Size (github.com_google_go-querystring_@v_v1.0.0.mod) = 40 bytes +BLAKE2s (github.com_google_go-replayers_grpcreplay_@v_v1.1.0.mod) = b6313ec7a655494cebd743a978bba4a0fca373184511cea51d0e7be49ed692d1 +SHA512 (github.com_google_go-replayers_grpcreplay_@v_v1.1.0.mod) = eaa8fcdd30c66300bd85b2a34c514a41a2c550583922b40a07d6159d0578d07feb2eac65ab009dc5df299cc27c6542fc2eecf7443775afbd54db2b0af7d6fddb +Size (github.com_google_go-replayers_grpcreplay_@v_v1.1.0.mod) = 368 bytes +BLAKE2s (github.com_google_go-replayers_httpreplay_@v_v1.0.0.mod) = 75af0f1128ea1d056ad162ae41ce8620de9aa2563669de96ae32a18e89cafbd8 +SHA512 (github.com_google_go-replayers_httpreplay_@v_v1.0.0.mod) = 0c650a62394cb27ec67c8a18b10d4259fee4dddca4a717cb8ced13642def5ee69074383ea987004b095f213fa54159886046b48a8c2f20921be89ca4d0b42185 +Size (github.com_google_go-replayers_httpreplay_@v_v1.0.0.mod) = 316 bytes BLAKE2s (github.com_google_gofuzz_@v_v0.0.0-20161122191042-44d81051d367.mod) = 190cbe5ea07e3f436fb9a7767b6597f69f0842d402982d84cda9b6db8d82c436 SHA512 (github.com_google_gofuzz_@v_v0.0.0-20161122191042-44d81051d367.mod) = 8720691f3968ccec689b3c777eeb9b5dd2932f16f77760db3e51fc0315405f7d96711fe0683d6bea810c8ec4e5b320fbd16e228f5f407b12ac5ff896cb263372 Size (github.com_google_gofuzz_@v_v0.0.0-20161122191042-44d81051d367.mod) = 32 bytes @@ -3342,6 +3618,9 @@ Size (github.com_google_gofuzz_@v_v1.2.0.mod) = 41 bytes BLAKE2s (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 50fbcf00e2fabe446d1e13e31e0049c38ee01415e25f6bc20595b926a111f92e SHA512 (github.com_google_martian_@v_v2.1.0+incompatible.mod) = cffb5dc1c6531ae9d5998b3a57ba14de5dd8631a36dd48975da07ce5ec052d97b6f632c5d30ab9ab695f178758837aae8a6344c67d57c7a39ca8e9243f8211df Size (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 33 bytes +BLAKE2s (github.com_google_martian_@v_v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.mod) = 50fbcf00e2fabe446d1e13e31e0049c38ee01415e25f6bc20595b926a111f92e +SHA512 (github.com_google_martian_@v_v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.mod) = cffb5dc1c6531ae9d5998b3a57ba14de5dd8631a36dd48975da07ce5ec052d97b6f632c5d30ab9ab695f178758837aae8a6344c67d57c7a39ca8e9243f8211df +Size (github.com_google_martian_@v_v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.mod) = 33 bytes BLAKE2s (github.com_google_martian_v3_@v_v3.0.0.mod) = 20a7dc09475932fd8f549e308826d67c82314fd4f2f749793cbf846df66b450d SHA512 (github.com_google_martian_v3_@v_v3.0.0.mod) = 0e7277a311af830264de9ebf0771f9067ae479da8131a02d6528cda56628ea3d8a50af2d76f718da5b9f51de989424f79bd9f7d58825a8d5cf958f2fd02797fa Size (github.com_google_martian_v3_@v_v3.0.0.mod) = 106 bytes @@ -3396,9 +3675,6 @@ Size (github.com_google_pprof_@v_v0.0.0-20201117184057-ae444373da19.mod) = 368 b BLAKE2s (github.com_google_pprof_@v_v0.0.0-20201203190320-1bf35d6f28c2.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 SHA512 (github.com_google_pprof_@v_v0.0.0-20201203190320-1bf35d6f28c2.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 Size (github.com_google_pprof_@v_v0.0.0-20201203190320-1bf35d6f28c2.mod) = 368 bytes -BLAKE2s (github.com_google_pprof_@v_v0.0.0-20201218002935-b9804c9f04c2.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 -SHA512 (github.com_google_pprof_@v_v0.0.0-20201218002935-b9804c9f04c2.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 -Size (github.com_google_pprof_@v_v0.0.0-20201218002935-b9804c9f04c2.mod) = 368 bytes BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210122040257-d980be63207e.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 SHA512 (github.com_google_pprof_@v_v0.0.0-20210122040257-d980be63207e.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 Size (github.com_google_pprof_@v_v0.0.0-20210122040257-d980be63207e.mod) = 368 bytes @@ -3414,6 +3690,9 @@ Size (github.com_google_pprof_@v_v0.0.0-20210323184331-8eee2492667d.mod) = 368 b BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210504235042-3a04a4d88a10.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 SHA512 (github.com_google_pprof_@v_v0.0.0-20210504235042-3a04a4d88a10.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 Size (github.com_google_pprof_@v_v0.0.0-20210504235042-3a04a4d88a10.mod) = 368 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210506205249-923b5ab0fc1a.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 +SHA512 (github.com_google_pprof_@v_v0.0.0-20210506205249-923b5ab0fc1a.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 +Size (github.com_google_pprof_@v_v0.0.0-20210506205249-923b5ab0fc1a.mod) = 368 bytes BLAKE2s (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = e9a653a1b825c7d014a97435b13f76e289a1b5bcbd7f06ea83ebd448663e1be6 SHA512 (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81 Size (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = 368 bytes @@ -3633,12 +3912,18 @@ Size (github.com_grafana_go-mssqldb_@v_v0.0.0-20210326084033-d0ce3c521036.mod) = BLAKE2s (github.com_grafana_go-mssqldb_@v_v0.0.0-20210326084033-d0ce3c521036.zip) = 184fc7a2996246b75f1db5932db42da9e31ce90980992b3114c50531a36bd3d4 SHA512 (github.com_grafana_go-mssqldb_@v_v0.0.0-20210326084033-d0ce3c521036.zip) = 765fef41e569fb1a9cd9aabc2c6a95b9e29b060db072f564add996c4cf1f99bb0895764727295fcb69241022c6191369f0c61f63bf4d65fa449a8d755617ea94 Size (github.com_grafana_go-mssqldb_@v_v0.0.0-20210326084033-d0ce3c521036.zip) = 571366 bytes -BLAKE2s (github.com_grafana_grafana-aws-sdk_@v_v0.10.0.mod) = 8c82542d9efdb91992ddb9c228da52aa9fa3372bd935e3302f61df3b332a3b8d -SHA512 (github.com_grafana_grafana-aws-sdk_@v_v0.10.0.mod) = 842cf42c7140c1df074c85db5c241e41f541944c432b0dcf1ca1e595ff38ec188e2429a3fba2dac4432eca2ce67647a982015df2315e7df1f6495c446a2bc46f -Size (github.com_grafana_grafana-aws-sdk_@v_v0.10.0.mod) = 326 bytes -BLAKE2s (github.com_grafana_grafana-aws-sdk_@v_v0.10.0.zip) = 9dc2f6bfbc9b17e49e2a2118e503e0686e15ba3d8f9ee86a137d376c5f6f8bc1 -SHA512 (github.com_grafana_grafana-aws-sdk_@v_v0.10.0.zip) = b81e69438afe0c091b0bde28d5170c8d03c8728da3a9309bbe76dff4d0920b04dcd6b07b9f07ba36b8108b70aa76adbeeb2852046e99f8f9556852a45bed5a0b -Size (github.com_grafana_grafana-aws-sdk_@v_v0.10.0.zip) = 59728 bytes +BLAKE2s (github.com_grafana_grafana-aws-sdk_@v_v0.10.3.mod) = 8c82542d9efdb91992ddb9c228da52aa9fa3372bd935e3302f61df3b332a3b8d +SHA512 (github.com_grafana_grafana-aws-sdk_@v_v0.10.3.mod) = 842cf42c7140c1df074c85db5c241e41f541944c432b0dcf1ca1e595ff38ec188e2429a3fba2dac4432eca2ce67647a982015df2315e7df1f6495c446a2bc46f +Size (github.com_grafana_grafana-aws-sdk_@v_v0.10.3.mod) = 326 bytes +BLAKE2s (github.com_grafana_grafana-aws-sdk_@v_v0.10.3.zip) = 012fa4d727c8150a33b7cd0c1a6fe7e192fa16199162b9659c7f0a7c2c8257c1 +SHA512 (github.com_grafana_grafana-aws-sdk_@v_v0.10.3.zip) = 37dba35160c69a390f6b4897cc113d62365922dbee90c3c1fab066e7384234465ea4073182b9eb75dc1f2b7de2fc7a7ed378730dc706ac34212578dcc1128e92 +Size (github.com_grafana_grafana-aws-sdk_@v_v0.10.3.zip) = 60238 bytes +BLAKE2s (github.com_grafana_grafana-azure-sdk-go_@v_v1.1.0.mod) = d48f65b6d61d0243b7d6842b854ae377979a977e41b13861b3b2e5ca24e8bb5a +SHA512 (github.com_grafana_grafana-azure-sdk-go_@v_v1.1.0.mod) = 074df39c596bcaacf488992760f470c181eba2401814acc3647f09da6a81e537120d2a8a366f699d52d0892a8b9024ee886af78ccadbcd78702771045a525111 +Size (github.com_grafana_grafana-azure-sdk-go_@v_v1.1.0.mod) = 1048 bytes +BLAKE2s (github.com_grafana_grafana-azure-sdk-go_@v_v1.1.0.zip) = b24161004c36acf68fcf63bca874db451f0ff82e2270181e051bba6343edcde3 +SHA512 (github.com_grafana_grafana-azure-sdk-go_@v_v1.1.0.zip) = fa846aa2440c327303fd6415382ce23dcf19d936f5e5a38ab87bc37b1a9cde9d2bb8f4c0a01aa7239690e3ea56f48d7bfd0b03c8dda14c5d67c9526fa348cade +Size (github.com_grafana_grafana-azure-sdk-go_@v_v1.1.0.zip) = 19041 bytes BLAKE2s (github.com_grafana_grafana-google-sdk-go_@v_v0.0.0-20211104130251-b190293eaf58.mod) = 9f76ee38923e093af1c509ba80e60ef503d1d4618dcb5f99f4bc908845f2ccd9 SHA512 (github.com_grafana_grafana-google-sdk-go_@v_v0.0.0-20211104130251-b190293eaf58.mod) = 3df0e53ef8511170906df4b56276b54c2bdc82b770d17eabe224b2763ec8b59e99bec02ab419afc4ec1d7fa8bce635bc201c3b7c4e2cf4db07eb3015a79c29f0 Size (github.com_grafana_grafana-google-sdk-go_@v_v0.0.0-20211104130251-b190293eaf58.mod) = 247 bytes @@ -3651,9 +3936,12 @@ Size (github.com_grafana_grafana-plugin-sdk-go_@v_v0.114.0.mod) = 1039 bytes BLAKE2s (github.com_grafana_grafana-plugin-sdk-go_@v_v0.125.0.mod) = 3f5fb902bf56a1a6f82c11bd5cc8a77e83d63e5383a6fd67175d9c8309fb5a7a SHA512 (github.com_grafana_grafana-plugin-sdk-go_@v_v0.125.0.mod) = 96c614b75d0245800187b71bd22ab2ca8fe8a7351bc158af47a435aaddf0e4b0762af89358849e9464fb77f2713421617ea3bc582a84e38c8de571e94c397047 Size (github.com_grafana_grafana-plugin-sdk-go_@v_v0.125.0.mod) = 2264 bytes -BLAKE2s (github.com_grafana_grafana-plugin-sdk-go_@v_v0.125.0.zip) = 25e4764af9c6d12eb13e917e3874b4fda05ef20e4720c8b22175f4941c8b8657 -SHA512 (github.com_grafana_grafana-plugin-sdk-go_@v_v0.125.0.zip) = 5ee5c8ce982dc761eff6bf6816d5c47aeae1f55947cce3c1bee73dea75990bfa830d11c9f756330d5e60eebc4b14feab554455b4e1174dd126b3f3db5bb25f40 -Size (github.com_grafana_grafana-plugin-sdk-go_@v_v0.125.0.zip) = 253063 bytes +BLAKE2s (github.com_grafana_grafana-plugin-sdk-go_@v_v0.131.0.mod) = b215f8e4ab106296717bc64777bb0e654f9ac1f1411f785d594ed5480cbeda2d +SHA512 (github.com_grafana_grafana-plugin-sdk-go_@v_v0.131.0.mod) = 531ee6af05074ef08975956f69ab8308506c076f7bfd5b75506fb4100f21eb3d726b679acdcb666659564453ad71fe274cd42433e12b1cd0e7171909c510d002 +Size (github.com_grafana_grafana-plugin-sdk-go_@v_v0.131.0.mod) = 2875 bytes +BLAKE2s (github.com_grafana_grafana-plugin-sdk-go_@v_v0.131.0.zip) = d7ca8a90dd68eb84a95a8f3e4931f2fa6fb3905bf2b58988e7a1aeca8d697244 +SHA512 (github.com_grafana_grafana-plugin-sdk-go_@v_v0.131.0.zip) = 90a210477f7b3c4b26c6d84855075fa2c815b2e098fad40c2e94fc13b75408f46e4fb4ebd91bd8f8f279aeb25e4745b2be22938b98ee438d4c3a1ef415f07879 +Size (github.com_grafana_grafana-plugin-sdk-go_@v_v0.131.0.zip) = 1401032 bytes BLAKE2s (github.com_grafana_grafana-plugin-sdk-go_@v_v0.94.0.mod) = 6cdbefff4e243606c748fa8cb5c458d8bf31bbd473542ade42f4403e360baf6b SHA512 (github.com_grafana_grafana-plugin-sdk-go_@v_v0.94.0.mod) = 6db744d632c2930acf916d831982774c9c56fb706fd504159703f847324694e5508517a15e818ca6dbd99cd69373745ce88db7bb8e763b73b9119e3aa1c93a5e Size (github.com_grafana_grafana-plugin-sdk-go_@v_v0.94.0.mod) = 1039 bytes @@ -3744,6 +4032,12 @@ Size (github.com_grpc-ecosystem_grpc-opentracing_@v_v0.0.0-20180507213350-8e809c BLAKE2s (github.com_hailocab_go-hostpool_@v_v0.0.0-20160125115350-e80d13ce29ed.mod) = dfb4c6b4948f464985f225f1d599d906b977ca6edbc1d190d66f55b54262a0ad SHA512 (github.com_hailocab_go-hostpool_@v_v0.0.0-20160125115350-e80d13ce29ed.mod) = 35c1d78a8870a8b6236254d3ddb28c571c3a04c13768f107da64f89e7759313c5959de2292770ffb01695abb0e1c5cf513ae5ce59adc4b943e2ba45d62b60d4e Size (github.com_hailocab_go-hostpool_@v_v0.0.0-20160125115350-e80d13ce29ed.mod) = 39 bytes +BLAKE2s (github.com_hanwen_go-fuse_@v_v1.0.0.mod) = 7452a2fef44c977bf5568563344ad40915f3618ccd673443665696acc73a45b1 +SHA512 (github.com_hanwen_go-fuse_@v_v1.0.0.mod) = a4ec6bdb7df5b5706be0a19144023042cce1fe54d1fe23d2556fcf1c23fadc112f5c4f16d6b497ab0ddf595fb21550543e65ace43a147747d894c220da346ce2 +Size (github.com_hanwen_go-fuse_@v_v1.0.0.mod) = 94 bytes +BLAKE2s (github.com_hanwen_go-fuse_v2_@v_v2.1.0.mod) = b93896d3953e1fbb4cb284205482030c41142cc70f2da31d2e3f8dbd0945db3c +SHA512 (github.com_hanwen_go-fuse_v2_@v_v2.1.0.mod) = 5321d209e974e7eb23dabd5d4fa9b157ab722370a71358d059180a5c14b14a23bca5943a8b4ece9aa3dbcf75b402cb654ca9eedb9422d69b529498b2a72d9e88 +Size (github.com_hanwen_go-fuse_v2_@v_v2.1.0.mod) = 265 bytes BLAKE2s (github.com_harlow_kinesis-consumer_@v_v0.3.1-0.20181230152818-2f58b136fee0.mod) = ad3273a60a8eaf54ff90673ea3c26c33f4e0a693c265e34a2d8514840fec151d SHA512 (github.com_harlow_kinesis-consumer_@v_v0.3.1-0.20181230152818-2f58b136fee0.mod) = 3c4faf2a621e647224516b61a1b78e22c79fde1b7dc7c4977f508c9a42d1ce6b90decfa099313e194ae41593b2f8210438f507b0ccf751f2ec52db589e38081e Size (github.com_harlow_kinesis-consumer_@v_v0.3.1-0.20181230152818-2f58b136fee0.mod) = 42 bytes @@ -4143,6 +4437,9 @@ Size (github.com_hudl_fargo_@v_v1.3.0.mod) = 29 bytes BLAKE2s (github.com_iancoleman_strcase_@v_v0.0.0-20180726023541-3605ed457bf7.mod) = b8a45774d3b60adf326e7c519befe002959891072df8fe74f9bb2e57b219b915 SHA512 (github.com_iancoleman_strcase_@v_v0.0.0-20180726023541-3605ed457bf7.mod) = 2ecd44b656204f60c1eeb710bb443b8a860b97365fefa295d2ceb07f08199f17f53444f76a6202d26efb1226c30a093ad2eee65ba6e0ab910090998ca0ca9792 Size (github.com_iancoleman_strcase_@v_v0.0.0-20180726023541-3605ed457bf7.mod) = 37 bytes +BLAKE2s (github.com_iancoleman_strcase_@v_v0.2.0.mod) = b3daabc10fe865b68406ee3d1f1adf5646163d30602bd96502b977683a305c96 +SHA512 (github.com_iancoleman_strcase_@v_v0.2.0.mod) = 9c35f3377ac626e55705b891fbf4ffbe8dbd7959cee7fb117968d9940b833468333a37ab6dd50224dc3308ffe51b376787325d051c7b0edc77c37728c2b8cc28 +Size (github.com_iancoleman_strcase_@v_v0.2.0.mod) = 46 bytes BLAKE2s (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.mod) = d5b31838ca67fdffde54df2c7ff1bb9d7d29c4dfbafe7639ca7717ec9b1bae1c SHA512 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.mod) = ff238b036db5df69dc734f4a0db4d1fd1a94a04131d64ea20c5268078a645327527f185da4aab38b2aca60da8c6a5f8f118b660f5b0773cc76d7d108a47297c9 Size (github.com_ianlancetaylor_demangle_@v_v0.0.0-20181102032728-5e5cf60278f6.mod) = 42 bytes @@ -4560,6 +4857,9 @@ Size (github.com_kisielk_errcheck_@v_v1.5.0.mod) = 107 bytes BLAKE2s (github.com_kisielk_gotool_@v_v1.0.0.mod) = bb417ba60955ed7e8d56ace07ac512f00f06f286acbe46d22f9cd80022dd6bf7 SHA512 (github.com_kisielk_gotool_@v_v1.0.0.mod) = 86aca37f7f94ada381e0528a535b344c8fdbab9e0dcc7b71d716083501ad3d61db701ee159ccfb5455a351fc18a405301abe798037dd1200f9950bdd805d3dc9 Size (github.com_kisielk_gotool_@v_v1.0.0.mod) = 35 bytes +BLAKE2s (github.com_klauspost_compress_@v_v1.10.3.mod) = 7b45b68c68d47c3b0c886bfd1c3438f0c1ffb713ab52446f974c2e9595ed2aa3 +SHA512 (github.com_klauspost_compress_@v_v1.10.3.mod) = 55b1b23e692eed7e5cd2789b542c27eb85c019460a1ea75bfb31802263328b53da1a466e4b09085e4e002dc699047bf3ef5ab003022a6182c9b762e0b812febd +Size (github.com_klauspost_compress_@v_v1.10.3.mod) = 46 bytes BLAKE2s (github.com_klauspost_compress_@v_v1.11.0.mod) = 7b45b68c68d47c3b0c886bfd1c3438f0c1ffb713ab52446f974c2e9595ed2aa3 SHA512 (github.com_klauspost_compress_@v_v1.11.0.mod) = 55b1b23e692eed7e5cd2789b542c27eb85c019460a1ea75bfb31802263328b53da1a466e4b09085e4e002dc699047bf3ef5ab003022a6182c9b762e0b812febd Size (github.com_klauspost_compress_@v_v1.11.0.mod) = 46 bytes @@ -4578,9 +4878,12 @@ Size (github.com_klauspost_compress_@v_v1.12.2.mod) = 99 bytes BLAKE2s (github.com_klauspost_compress_@v_v1.13.1.mod) = 245171eb867a8806d5406344da0e0dc98430d0f9300482be28a20a3181ef1886 SHA512 (github.com_klauspost_compress_@v_v1.13.1.mod) = 40bef039d92b3a13a5759f1374a7348afa3ce43e1855494c765bf7c4905a22bc6a9abc6bf7b0e8de693f525189416e50eabed20422e07c9809d55d5b43e3df91 Size (github.com_klauspost_compress_@v_v1.13.1.mod) = 99 bytes -BLAKE2s (github.com_klauspost_compress_@v_v1.13.1.zip) = 432ff5d1482bace6ada0ee2e2247c99279020631ecab9fb622adcdfb375efb9d -SHA512 (github.com_klauspost_compress_@v_v1.13.1.zip) = a20282da44f3d55e716455b34c7ea19889ec7a5d5b09999aeb0bb8c8465713f7c02227fde40c0e50ab13ef38a9d24e4dbab5fd1044e973a3a08d4629f31eede4 -Size (github.com_klauspost_compress_@v_v1.13.1.zip) = 15504743 bytes +BLAKE2s (github.com_klauspost_compress_@v_v1.13.6.mod) = 185a92e5148d38cb058fc46f436a98eb242e854d26822dc7fe8b48cb114bebb7 +SHA512 (github.com_klauspost_compress_@v_v1.13.6.mod) = 169f465555b08e51a41783d4e2740c09d1a19b146b3ff99a8ca32b008569adedf6515b3f6d94aca6e11e98c0dd47ff561926daf2ba5f5d24dcba3407eda6aefc +Size (github.com_klauspost_compress_@v_v1.13.6.mod) = 46 bytes +BLAKE2s (github.com_klauspost_compress_@v_v1.13.6.zip) = 0989c1c6699d4192c8e55cc5434f4ec7057c2428decf2462fc5f938c56f8b029 +SHA512 (github.com_klauspost_compress_@v_v1.13.6.zip) = 61f0a7b258aac9064a238e669f6cc168780cd4a2d25cbd0d8145059e0befff3ab56306881e5085182417a412ac6287c31d45efe298876638cc048df83f398865 +Size (github.com_klauspost_compress_@v_v1.13.6.zip) = 15597164 bytes BLAKE2s (github.com_klauspost_compress_@v_v1.4.0.mod) = 05280ca1b74f6eaa9ff1fc731c41daa120aa2f000a33116cff2f14f465f3133c SHA512 (github.com_klauspost_compress_@v_v1.4.0.mod) = 18830e82c89186889b494ac46cc8c4fb398f3aff5416eb1cec3e3b09af281ebd50bb0e8ac7751f6cd89bb1bab3738a354183ba12eb3ea42aa7dab36177b613ec Size (github.com_klauspost_compress_@v_v1.4.0.mod) = 37 bytes @@ -4683,6 +4986,9 @@ Size (github.com_kylelemons_godebug_@v_v0.0.0-20170820004349-d65d576e9348.mod) = BLAKE2s (github.com_kylelemons_godebug_@v_v1.1.0.mod) = 6fa466ce120444872bf358a6a9429b9bcb308598b2781c1ceb3a4e1eeab769f8 SHA512 (github.com_kylelemons_godebug_@v_v1.1.0.mod) = 4fcffc595708aba2673e895182e695e91d6d239f8feaaaeaf15d75fcff398112af0f0d5ebdb28506d95eae30533dcbb54112ac0b0a4034ee11d7a35b78674915 Size (github.com_kylelemons_godebug_@v_v1.1.0.mod) = 46 bytes +BLAKE2s (github.com_kylelemons_godebug_@v_v1.1.0.zip) = af6be9b5bfb89d44a08149e9b4dbcba348dd824445efb13ecced7ef82c6125dd +SHA512 (github.com_kylelemons_godebug_@v_v1.1.0.zip) = a5ffd5713ddc3d9bd49ee9cbb0a8f5154bcf0eb073c9a772c24a6e11e824b2deee18425347f84b267192c52f3559086573e966fdd8e73e84fcee03c1971e1b7f +Size (github.com_kylelemons_godebug_@v_v1.1.0.zip) = 25634 bytes BLAKE2s (github.com_labstack_echo_v4_@v_v4.1.11.mod) = a9b2904abc6fc245ef26ae555d877e00a60d374ac3fe0bf6204cadec94b801ca SHA512 (github.com_labstack_echo_v4_@v_v4.1.11.mod) = 781af538125cb961b267a8301d057926c00cabfafa815ef05f14480aa27d57686b0a81dcc9f90ce83de23eca3c61f5e138bd562de44329aa6955a7eee982789c Size (github.com_labstack_echo_v4_@v_v4.1.11.mod) = 273 bytes @@ -4716,6 +5022,9 @@ Size (github.com_leesper_go_rng_@v_v0.0.0-20190531154944-a612b043e353.mod) = 33 BLAKE2s (github.com_leodido_go-urn_@v_v1.1.0.mod) = 6aa0df8ac1cc9d95867d4d1e9cb606bd1c04b4db17f0a9aeebc68ba89c4507a9 SHA512 (github.com_leodido_go-urn_@v_v1.1.0.mod) = 174cfa371868537069178368904ac236e504a3febbefee7c9335493bbb2d3aeb343eabe6b9dba8ceca8bd9a3715c87c7104aa84ecde0e7dbc4fd516cba569f3b Size (github.com_leodido_go-urn_@v_v1.1.0.mod) = 33 bytes +BLAKE2s (github.com_leodido_go-urn_@v_v1.2.0.mod) = 1fa04f564087abc5360339dfd8a0a3c5686f022ee872a38e9dbb5d280804845d +SHA512 (github.com_leodido_go-urn_@v_v1.2.0.mod) = 48766116aaed26759fcb6a9509b189784ca915c514069b4a645ad3c00fd89b5bfbbb7714fd9a79a5b0da20f7e3a91210b662f07e32a7f4e98c5a8696998c6566 +Size (github.com_leodido_go-urn_@v_v1.2.0.mod) = 86 bytes BLAKE2s (github.com_leodido_ragel-machinery_@v_v0.0.0-20181214104525-299bdde78165.mod) = b4cfbab4c954454971a7fd38ff9ba2db094dfcd5252b39167acb00296ddf9a68 SHA512 (github.com_leodido_ragel-machinery_@v_v0.0.0-20181214104525-299bdde78165.mod) = 47e43f1c9bfaa56d430a0a9d575c22b4e2d5320e82ffe940f936ab616490b4cd1bcf30f30a784749d382e693b0479e1c40178a93dc7fa2ba30dd504edead8d4c Size (github.com_leodido_ragel-machinery_@v_v0.0.0-20181214104525-299bdde78165.mod) = 83 bytes @@ -4728,12 +5037,15 @@ Size (github.com_lib_pq_@v_v1.0.0.mod) = 25 bytes BLAKE2s (github.com_lib_pq_@v_v1.1.1.mod) = 3e8a1eb3a844f15999f62affb06d0569e128bc89935a0b23b5d4f8bafa3b3811 SHA512 (github.com_lib_pq_@v_v1.1.1.mod) = 493893b0368a6e9ba2c2aab1650135de1dcc087e6eb172226a623d62a48e4102857f68f9ab6cd4f7047e6a291c62824ba924076891d162bbae846d97166bd1e9 Size (github.com_lib_pq_@v_v1.1.1.mod) = 25 bytes -BLAKE2s (github.com_lib_pq_@v_v1.10.0.mod) = d9a0e95557ec373108c31965cdc91afb5f9f9301ed4d21666dc166d875649d1f -SHA512 (github.com_lib_pq_@v_v1.10.0.mod) = f0f38407ddaf1cddb83a07d7435e78dc4bd789761325b68d689a6e571e8d28ae352717a7aebabf4b63918fac9fb792f6b7ecb0db4898b563706e1fad9c30e13a -Size (github.com_lib_pq_@v_v1.10.0.mod) = 34 bytes -BLAKE2s (github.com_lib_pq_@v_v1.10.0.zip) = 2db4058e5e99a181f0fa29bf5b0a5bc1178bcaad809e2d41eec5cc3ebb6da738 -SHA512 (github.com_lib_pq_@v_v1.10.0.zip) = 336b8d2b29d75369fde3ab3f735a48e95927d125b42ac34778eb6e1cdbe01ade3e0e334749e43228c98f8454b2cf48bbb829b0001a9ab927746d9bd311c77715 -Size (github.com_lib_pq_@v_v1.10.0.zip) = 120353 bytes +BLAKE2s (github.com_lib_pq_@v_v1.10.3.mod) = d9a0e95557ec373108c31965cdc91afb5f9f9301ed4d21666dc166d875649d1f +SHA512 (github.com_lib_pq_@v_v1.10.3.mod) = f0f38407ddaf1cddb83a07d7435e78dc4bd789761325b68d689a6e571e8d28ae352717a7aebabf4b63918fac9fb792f6b7ecb0db4898b563706e1fad9c30e13a +Size (github.com_lib_pq_@v_v1.10.3.mod) = 34 bytes +BLAKE2s (github.com_lib_pq_@v_v1.10.4.mod) = d9a0e95557ec373108c31965cdc91afb5f9f9301ed4d21666dc166d875649d1f +SHA512 (github.com_lib_pq_@v_v1.10.4.mod) = f0f38407ddaf1cddb83a07d7435e78dc4bd789761325b68d689a6e571e8d28ae352717a7aebabf4b63918fac9fb792f6b7ecb0db4898b563706e1fad9c30e13a +Size (github.com_lib_pq_@v_v1.10.4.mod) = 34 bytes +BLAKE2s (github.com_lib_pq_@v_v1.10.4.zip) = f92d9fba71361f3e75613a4f05113924808e234ba0c981525b59de40a4a29ef6 +SHA512 (github.com_lib_pq_@v_v1.10.4.zip) = ada28f28377e36c74fdf17c69df1cf4f8fe00b3cd706590cb95cefde1b3823bdffe800a10a784870fd8215c2e421f15a32da1891dc04355ac4f497e353b14c34 +Size (github.com_lib_pq_@v_v1.10.4.zip) = 125365 bytes BLAKE2s (github.com_lib_pq_@v_v1.2.0.mod) = 3e8a1eb3a844f15999f62affb06d0569e128bc89935a0b23b5d4f8bafa3b3811 SHA512 (github.com_lib_pq_@v_v1.2.0.mod) = 493893b0368a6e9ba2c2aab1650135de1dcc087e6eb172226a623d62a48e4102857f68f9ab6cd4f7047e6a291c62824ba924076891d162bbae846d97166bd1e9 Size (github.com_lib_pq_@v_v1.2.0.mod) = 25 bytes @@ -4779,6 +5091,9 @@ Size (github.com_lufia_iostat_@v_v1.1.0.mod) = 40 bytes BLAKE2s (github.com_lyft_protoc-gen-star_@v_v0.5.1.mod) = ff03daf96065f06c7232167ea65c1b053ee4bcc6f182f5560769a8e4655515b5 SHA512 (github.com_lyft_protoc-gen-star_@v_v0.5.1.mod) = 3ae4f48672c4df38a74f316569a22e653bd5a5f9f30e1d53ea7472d900b3c7ad06f73ad0fddcb6e854f5703824f5057fe61beb952be9f980a38d76ab16237ec8 Size (github.com_lyft_protoc-gen-star_@v_v0.5.1.mod) = 163 bytes +BLAKE2s (github.com_lyft_protoc-gen-star_@v_v0.5.3.mod) = 45db756958e5eaa8e04014a939d47360a5ca5914315bfc40a5c638697ee7f8c0 +SHA512 (github.com_lyft_protoc-gen-star_@v_v0.5.3.mod) = fd14078fc9db6e8b6bad178ca6dc01b2ae571903af5e9643e51108b5e7d4dfbc80296718471f7aa5c914ca5c9ac999129cf6d34f9274b165d68db68b786c2bf3 +Size (github.com_lyft_protoc-gen-star_@v_v0.5.3.mod) = 163 bytes BLAKE2s (github.com_lyft_protoc-gen-validate_@v_v0.0.13.mod) = 950ae0ba586a3b7898702d15da4db2b43b1c6132cff7ae31f0af3ce10e3ba614 SHA512 (github.com_lyft_protoc-gen-validate_@v_v0.0.13.mod) = f4286a907eaf928904461716aaec3d5e58a826f2f50c6568f70aacd2f14c9d226bb633ebf9fbc8e492961ca23f459be0c49b1ddc644fadcb7e90e99818fb03bd Size (github.com_lyft_protoc-gen-validate_@v_v0.0.13.mod) = 43 bytes @@ -4791,9 +5106,12 @@ Size (github.com_m3db_prometheus_remote_client_golang_@v_v0.4.4.zip) = 32164 byt BLAKE2s (github.com_magefile_mage_@v_v1.11.0.mod) = b99baa689e87a20282b1f68634b2b5c8c2d8d0013d9fddf46fd39c6a427ea725 SHA512 (github.com_magefile_mage_@v_v1.11.0.mod) = 00bd89d63559cd13e21f6e60155e7c1c200848129dfbe4819a964efd14eb36141ee3dd9fd0c43fe28c7ff9f9255e8954e9d2145eb409f3e30b3474054737811c Size (github.com_magefile_mage_@v_v1.11.0.mod) = 41 bytes -BLAKE2s (github.com_magefile_mage_@v_v1.11.0.zip) = 73c7f0b9ad56cf7df0db7beb9fd226ff8709a15f0bdf5b70a89e3fc9416bdba3 -SHA512 (github.com_magefile_mage_@v_v1.11.0.zip) = 2ee5192fc0c5784460652b06722f1e4752327691ed6105bff971e23842ef9ff5645bf55a404d461a8ed5b0d56f70e48078a8dbef1542c332ab498ba40ca342a2 -Size (github.com_magefile_mage_@v_v1.11.0.zip) = 8896006 bytes +BLAKE2s (github.com_magefile_mage_@v_v1.12.1.mod) = b99baa689e87a20282b1f68634b2b5c8c2d8d0013d9fddf46fd39c6a427ea725 +SHA512 (github.com_magefile_mage_@v_v1.12.1.mod) = 00bd89d63559cd13e21f6e60155e7c1c200848129dfbe4819a964efd14eb36141ee3dd9fd0c43fe28c7ff9f9255e8954e9d2145eb409f3e30b3474054737811c +Size (github.com_magefile_mage_@v_v1.12.1.mod) = 41 bytes +BLAKE2s (github.com_magefile_mage_@v_v1.12.1.zip) = a262e3ceab5e6877f5a73926f65d94a63c7b0c06c81d213ddb7f3cd12c129a1b +SHA512 (github.com_magefile_mage_@v_v1.12.1.zip) = 3fd6ca332d7deb45f44fc9b436b263c1662d7d5eb2086363b7d2ac197d89a76ffa5db5e92734c056126127ceae88b6bb16d8e21560874e6f8aaa4969f563a09f +Size (github.com_magefile_mage_@v_v1.12.1.zip) = 8898699 bytes BLAKE2s (github.com_magiconair_properties_@v_v1.8.0.mod) = 0fe94384f16a123853f26d89eb92b0791a6a1bf55ebd9547f0f61bce9f15b58c SHA512 (github.com_magiconair_properties_@v_v1.8.0.mod) = 8a724e5cfce28512549e7b06ec42c9e02625adfb3398fd45af07f8c512782002a262e8567669929626814758f9d12041c318bd4258f88d110a851630537bd5d1 Size (github.com_magiconair_properties_@v_v1.8.0.mod) = 40 bytes @@ -5148,9 +5466,12 @@ Size (github.com_mitchellh_mapstructure_@v_v1.4.1-0.20210112042008-8ebf2d61a8b4. BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.4.1.mod) = bcbb448d067b22856dd1a10577ca3d864c1997e873cd85cd65e8273f9cff13cc SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.1.mod) = 408cfe4466cf47530cfdf1bb6ff94b5d77b17208a2a9b3d2bfb63b4853a68f46ba707c604bf03e2173f80dfe480bcf4c0be5b3f48872cc865ac0bac3d488f7b0 Size (github.com_mitchellh_mapstructure_@v_v1.4.1.mod) = 50 bytes -BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.4.1.zip) = fb6c609e998ce0c3c7b44bce2b828d3b3366f123fdb32a36e7ac3517e5b56889 -SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.1.zip) = d846320bf53383a66d0e1604075a25ffacea41fe12452ab2dc5a9b16365b6cb5595ac4cb53e8e8047a9d7cf86af79b997ed8573c125afbf59b06be8f28d6a13b -Size (github.com_mitchellh_mapstructure_@v_v1.4.1.zip) = 32972 bytes +BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.4.2.mod) = bcbb448d067b22856dd1a10577ca3d864c1997e873cd85cd65e8273f9cff13cc +SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.2.mod) = 408cfe4466cf47530cfdf1bb6ff94b5d77b17208a2a9b3d2bfb63b4853a68f46ba707c604bf03e2173f80dfe480bcf4c0be5b3f48872cc865ac0bac3d488f7b0 +Size (github.com_mitchellh_mapstructure_@v_v1.4.2.mod) = 50 bytes +BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.4.2.zip) = 3ee0329968a483bc9f88f4f64b2184ed161fc71a1805e62fa893140843dc2c3a +SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.2.zip) = b925689def9d801c6c84304bc1a26a21d4ca6b81747db07cbdf5ca98af685350ccb1f16d31820a5731a4195a662bbbfc34f5c25cfbc5f1522be23f9b7b7d0528 +Size (github.com_mitchellh_mapstructure_@v_v1.4.2.zip) = 33442 bytes BLAKE2s (github.com_mitchellh_osext_@v_v0.0.0-20151018003038-5e2d6d41470f.mod) = 2a85ce8d54440bea58a02dacbc3b7683b60f77bdea7bc6cb15aba9ebfd41b1b9 SHA512 (github.com_mitchellh_osext_@v_v0.0.0-20151018003038-5e2d6d41470f.mod) = ded99f470ac6900d2627d6cefffc4adcd64946cc036657a805f90145aa83fe05478df9eb994059cd8d9613c75f3009221ab0405bcf7e14b00d5d950e09f3e354 Size (github.com_mitchellh_osext_@v_v0.0.0-20151018003038-5e2d6d41470f.mod) = 34 bytes @@ -5226,6 +5547,9 @@ Size (github.com_modocache_gover_@v_v0.0.0-20171022184752-b58185e213c5.mod) = 34 BLAKE2s (github.com_montanaflynn_stats_@v_v0.0.0-20171201202039-1bf9dbcd8cbe.mod) = fedfa3d735e64b921ba2681ed68053a514951a5fff8adb2b93c7ce158d89d05c SHA512 (github.com_montanaflynn_stats_@v_v0.0.0-20171201202039-1bf9dbcd8cbe.mod) = b624ab08a47139a1fa45e00136e8199f27fb2d82b9589ea9227a323a7d7f3e0f58114876c0af82281ff3300eba8b1241ba804d73e63370768f58881bf45fabf7 Size (github.com_montanaflynn_stats_@v_v0.0.0-20171201202039-1bf9dbcd8cbe.mod) = 37 bytes +BLAKE2s (github.com_montanaflynn_stats_@v_v0.6.6.mod) = f4fb3b6cb184ef08fcf25b3af7a74d8bc7c5061e9b973efe80e0d5464d1075a3 +SHA512 (github.com_montanaflynn_stats_@v_v0.6.6.mod) = f5dca41a517bf3f79fcdd2a0555fe6f190eea41d4947cc06436a5c6a691b585980a35fbc449c1322d136c43ae537324d6305bee40948c1f9cb8825686f7248ba +Size (github.com_montanaflynn_stats_@v_v0.6.6.mod) = 46 bytes BLAKE2s (github.com_morikuni_aec_@v_v0.0.0-20170113033406-39771216ff4c.mod) = f48f5173d9d46ec1bcd58173d31ab7c2feef31e5d6940097a5d24e29f741661d SHA512 (github.com_morikuni_aec_@v_v0.0.0-20170113033406-39771216ff4c.mod) = f868673a9af26c1735e257c840e1f9f5de035ebdf3814f8568af504af6f3d94284e050f49e96670a5643804760db2ee8e50d396f6d6c1d17c94258695ef41748 Size (github.com_morikuni_aec_@v_v0.0.0-20170113033406-39771216ff4c.mod) = 31 bytes @@ -5712,6 +6036,9 @@ Size (github.com_pingcap_errors_@v_v0.11.4.mod) = 33 bytes BLAKE2s (github.com_pkg_browser_@v_v0.0.0-20180916011732-0a3d74bf9ce4.mod) = 1d4654b6b165d41d130bc647218bd5ee8f5e7c36c18e15c158352b852baa3c00 SHA512 (github.com_pkg_browser_@v_v0.0.0-20180916011732-0a3d74bf9ce4.mod) = c084d8b2c486f343a891b3b2d21200f80161f2ba1303ae17f7a482949b1c10562e7f87ca44b4258d32a1743b0eb66f842bc184d80fe349e9deb965215ab98b2c Size (github.com_pkg_browser_@v_v0.0.0-20180916011732-0a3d74bf9ce4.mod) = 30 bytes +BLAKE2s (github.com_pkg_browser_@v_v0.0.0-20210115035449-ce105d075bb4.mod) = d354402a2ac5dd215563ec416d252b9fd4ea0e7d18561782d4861af40ac22542 +SHA512 (github.com_pkg_browser_@v_v0.0.0-20210115035449-ce105d075bb4.mod) = 94589de21419ab98b23cbc121449e4bcfd3446c9bed290a09a4a35f4ad207cc2b3ad5391b0680c78a3459e2a7b274cc3159f27b9465274d3617b3a2c368c1f84 +Size (github.com_pkg_browser_@v_v0.0.0-20210115035449-ce105d075bb4.mod) = 39 bytes BLAKE2s (github.com_pkg_browser_@v_v0.0.0-20210911075715-681adbf594b8.mod) = f2f9832901c6ffa1103ab42fb679d571530cb7e7436034585b960f53e0d7c7a0 SHA512 (github.com_pkg_browser_@v_v0.0.0-20210911075715-681adbf594b8.mod) = 1ed89111ae49c37a354b87444971b099978ef5199fd85d51d440451322836cb77fda046c5c859d3399681999afe550d19072308739393641c3b71016e5dce592 Size (github.com_pkg_browser_@v_v0.0.0-20210911075715-681adbf594b8.mod) = 100 bytes @@ -6201,6 +6528,9 @@ Size (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.mod) = BLAKE2s (github.com_rogpeppe_fastuuid_@v_v1.2.0.mod) = 6b451e85ecf64755c5adade8bd8e7677aecc948d208c3d17d4260b024ebf8991 SHA512 (github.com_rogpeppe_fastuuid_@v_v1.2.0.mod) = ea2e9a81d7720b4e11129fbdd4772be224b6e1267157c29b9d33813b6f4ae905e43c3840cf1ade6ff5f73bd22c103430a0bc882355c16715e124b442652cd4da Size (github.com_rogpeppe_fastuuid_@v_v1.2.0.mod) = 45 bytes +BLAKE2s (github.com_rogpeppe_go-charset_@v_v0.0.0-20180617210344-2471d30d28b4.mod) = 284dc5af246425ab1f9ee4f8a89e2dc5f464276f2cd527b3fb5944bd1860377e +SHA512 (github.com_rogpeppe_go-charset_@v_v0.0.0-20180617210344-2471d30d28b4.mod) = 238fca7f3153fd7c98b60b49953fe77dcac55d09cb683a4762da41ac0387eb2a46dd32a9b476df96afb2d87b9a0c6af20fe111905d8fccb7d98af5e52f11ad8f +Size (github.com_rogpeppe_go-charset_@v_v0.0.0-20180617210344-2471d30d28b4.mod) = 38 bytes BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.1.0.mod) = 24df55c612af1179e4f9ebb1d8118261174556aab8aa176e8ae0cb09e56a0608 SHA512 (github.com_rogpeppe_go-internal_@v_v1.1.0.mod) = 4fd07ae7c00bcc135cc10a0b34ab102a893ed8ea4708f9d38da52f98b09fb66144f970ffd8795476fd6625b25c9e48390a5b1c5c99bd0c8d536a94201dc96613 Size (github.com_rogpeppe_go-internal_@v_v1.1.0.mod) = 73 bytes @@ -7239,6 +7569,9 @@ Size (go.mongodb.org_mongo-driver_@v_v1.7.0.zip) = 4820524 bytes BLAKE2s (go.mozilla.org_pkcs7_@v_v0.0.0-20200128120323-432b2356ecb1.mod) = d6662f63cbfed1444b76614966ae8f9ec71997d0c97d87b9a5b22c75fefc4df5 SHA512 (go.mozilla.org_pkcs7_@v_v0.0.0-20200128120323-432b2356ecb1.mod) = f65d060c9eac0fd1d9dfaaa10e03423934b68357cf0ce693486b3e5353b04eee3a4dba0e9fa85c655a0973fbee9b0b85b02c3415b2cce70c52a60209e756b13d Size (go.mozilla.org_pkcs7_@v_v0.0.0-20200128120323-432b2356ecb1.mod) = 37 bytes +BLAKE2s (go.opencensus.io_@v_v0.15.0.mod) = 655e873e18cc3ae2dab776d375fdf222ee3f6282985e78489d63400031b8e79c +SHA512 (go.opencensus.io_@v_v0.15.0.mod) = 3b5d738ca5504c5c7f74f7557e389a002365294cd58bba99e8af5aca5a6fd4a0108f8ac5e8267eeaf73cfdec7bc3b2db0e445bd337670ea92470a05106f67461 +Size (go.opencensus.io_@v_v0.15.0.mod) = 24 bytes BLAKE2s (go.opencensus.io_@v_v0.20.1.mod) = c9ea17fdcf5977fda80ebccb1d1980ca9b7180df46af80a6ef834b8ed939965a SHA512 (go.opencensus.io_@v_v0.20.1.mod) = 2bfbe633ffde1f91834ca77f19d0b32cc4c9480b8a59e101199cf3e8ab0285c16fb45a00326353f02a7dbe06c1562c4695ce7d98767c4149ed2321acd527bebd Size (go.opencensus.io_@v_v0.20.1.mod) = 408 bytes @@ -7389,9 +7722,12 @@ Size (go.uber.org_goleak_@v_v1.0.0.mod) = 312 bytes BLAKE2s (go.uber.org_goleak_@v_v1.1.10.mod) = b50b683354a525d92f50fc242eb0c2637d5ab1703b3f1de609222763d73f7d44 SHA512 (go.uber.org_goleak_@v_v1.1.10.mod) = 8814a6b8138027c366f3ebeea9033a71019990faf1cb613d75a25498a3a74d61fa2ba662302254150370a49a2a6f56da5c54889d4465117cf8afed4ec6cd9f63 Size (go.uber.org_goleak_@v_v1.1.10.mod) = 312 bytes -BLAKE2s (go.uber.org_goleak_@v_v1.1.10.zip) = 57243a7bff158c9a2068e71a192ef0ce30297059981b912821189b4ea41f882f -SHA512 (go.uber.org_goleak_@v_v1.1.10.zip) = cad58d0a0f37a7ba9ce7fc5d4598d511eda4bc675689f968b1d02c4b2e95d15976b6aae9d4b8655d2aa85e255308414e474fa6d42e4f49b31092e2b943648b36 -Size (go.uber.org_goleak_@v_v1.1.10.zip) = 24823 bytes +BLAKE2s (go.uber.org_goleak_@v_v1.1.11-0.20210813005559-691160354723.mod) = a30918ca66919d9fd19550916cd75d66f5daaaa98333692f403cfa321a85a647 +SHA512 (go.uber.org_goleak_@v_v1.1.11-0.20210813005559-691160354723.mod) = e2f99355e2fbcc20a9b535f7d72c96ce5ebe22989ba50a94f71d6a054d5da4e91e27401ecc82a3830eed3bad4d9e5b91dfc2968bc21c31e5f73830734749df7c +Size (go.uber.org_goleak_@v_v1.1.11-0.20210813005559-691160354723.mod) = 284 bytes +BLAKE2s (go.uber.org_goleak_@v_v1.1.11-0.20210813005559-691160354723.zip) = a1a596eb8ed2ba7935a3e609a10740ac6ed7cdaa2bbfd961afc094ff6213f261 +SHA512 (go.uber.org_goleak_@v_v1.1.11-0.20210813005559-691160354723.zip) = 77285da95079bb8ff0b12cf1d48f702d1015e552f881d8665b4e83f3b378b2362d9f3b74ad08af3a3251c54e18c818a20d2bcf6c228d9e5c950761fc44f93440 +Size (go.uber.org_goleak_@v_v1.1.11-0.20210813005559-691160354723.zip) = 27500 bytes BLAKE2s (go.uber.org_multierr_@v_v1.1.0.mod) = a1813a7ea51c18628cc57289b5f25faeb368bac2e70d1e106bcf5cf327353fce SHA512 (go.uber.org_multierr_@v_v1.1.0.mod) = 7939dfe977dd42ac3ca8b91824a73046222ac9bed4f9cbcf0f2d332727b92a094540a56dfb19d095df6d5917b30cec86a6e9e1b082581049fb05bb7bb10106a4 Size (go.uber.org_multierr_@v_v1.1.0.mod) = 28 bytes @@ -7407,6 +7743,9 @@ Size (go.uber.org_multierr_@v_v1.5.0.mod) = 324 bytes BLAKE2s (go.uber.org_multierr_@v_v1.6.0.mod) = 60c6acd5443e3944227e4da382790490514f59ee328f6c353c69a2a59392425c SHA512 (go.uber.org_multierr_@v_v1.6.0.mod) = 850531fa2e156bb78b5a66f4afe89148f048e90ad6753308f4d36aa886f5bd179d2dd5ca67c99cb98976ced5aa6b14e4e463bb27f0d002b8a0e1814fc5316873 Size (go.uber.org_multierr_@v_v1.6.0.mod) = 113 bytes +BLAKE2s (go.uber.org_multierr_@v_v1.7.0.mod) = 61bff4ebd4fd54dfca54b3c81789c1150f8dfa25cac3336da1ec58daaea4f3f9 +SHA512 (go.uber.org_multierr_@v_v1.7.0.mod) = da9af93e5b480a20e2d91d0e4d3d6763a938075a3f51ced10347e5d137e3b595b82c1abfc7d40874185c5fc012c52f949aab1398ced770eb006af3967385ce05 +Size (go.uber.org_multierr_@v_v1.7.0.mod) = 178 bytes BLAKE2s (go.uber.org_tools_@v_v0.0.0-20190618225709-2cfd321de3ee.mod) = a37a6a0d6ad77435f0b48bef4dfa9e78d377a2e6098e3b179d9561a121d1ca48 SHA512 (go.uber.org_tools_@v_v0.0.0-20190618225709-2cfd321de3ee.mod) = 0ee649ad9b6a2d478469ece9e6ad9b51fa00f002f7a4966068892cdae278680403637897d83a0a423effcb8bddce1d2f9316774cb5890609f6085b906394909f Size (go.uber.org_tools_@v_v0.0.0-20190618225709-2cfd321de3ee.mod) = 25 bytes @@ -7431,6 +7770,9 @@ Size (go.uber.org_zap_@v_v1.17.0.mod) = 257 bytes BLAKE2s (go.uber.org_zap_@v_v1.18.1.mod) = 231f5dcb7f2147b2529637677bfefd2fa3ea60934f6ec405c431bda8b2c4a721 SHA512 (go.uber.org_zap_@v_v1.18.1.mod) = 13030c97a9e0119342c1473ea7b25557511fda6eb4646f6df8694ae3b2efa168053f57fefae375add65f924325371fdd98a82e44f976eb8e8f29e34ce0aee82a Size (go.uber.org_zap_@v_v1.18.1.mod) = 322 bytes +BLAKE2s (go.uber.org_zap_@v_v1.19.1.mod) = cf61ac3c915fa4b6186a9c668e6722a0f7b25360137dcd0ff5e9eb47d54d1812 +SHA512 (go.uber.org_zap_@v_v1.19.1.mod) = 37751322e72b3b5f9546be30aaf56efba6ff592faac146cefced60b47429844a8406cdc996dee8793a2196cbfc19c4e1316468d65e8fd34fb39f968d10ede469 +Size (go.uber.org_zap_@v_v1.19.1.mod) = 352 bytes BLAKE2s (go.uber.org_zap_@v_v1.9.1.mod) = 4adb739ff3287eaf3fcf282f567cd63d01f1b13deb60a7ea22a3e5841c700cb0 SHA512 (go.uber.org_zap_@v_v1.9.1.mod) = 263e322e5615c91e810fb9ba30a601508e1e3e418f87c7c74de962c341f207e703930f2ad41ae1bf7b2ad106831dc37b0b96637b816d130bddc7225d41911946 Size (go.uber.org_zap_@v_v1.9.1.mod) = 23 bytes @@ -7587,9 +7929,18 @@ Size (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.mod) = 247 bytes BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210616213533-5ff15b29337e.mod) = 824ffc805f5055d5008f6935f3b8f85d7550f8e0f91552186724b20823d87add SHA512 (golang.org_x_crypto_@v_v0.0.0-20210616213533-5ff15b29337e.mod) = 32f94123c2845965432016800e6f051341f6d5d0af3678e367ac6c55022c68e86e929cc545a576d466f2533c235c29fb72542de75eae7419dfb5640cd80df3ef Size (golang.org_x_crypto_@v_v0.0.0-20210616213533-5ff15b29337e.mod) = 247 bytes -BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210616213533-5ff15b29337e.zip) = aee734a78cc9bcddda5d1baf7358d3eb732d2d02711e23769d5a00700f1898d6 -SHA512 (golang.org_x_crypto_@v_v0.0.0-20210616213533-5ff15b29337e.zip) = 0f8c0643a716a7a84ed55906d7e5036ac99cfb0e3130486bd300e22fe942b825be6a46b6d217129232a0bd9f9fab98f5eca423feb0573ede7c23aa708b64aeec -Size (golang.org_x_crypto_@v_v0.0.0-20210616213533-5ff15b29337e.zip) = 1874722 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210921155107-089bfa567519.mod) = 824ffc805f5055d5008f6935f3b8f85d7550f8e0f91552186724b20823d87add +SHA512 (golang.org_x_crypto_@v_v0.0.0-20210921155107-089bfa567519.mod) = 32f94123c2845965432016800e6f051341f6d5d0af3678e367ac6c55022c68e86e929cc545a576d466f2533c235c29fb72542de75eae7419dfb5640cd80df3ef +Size (golang.org_x_crypto_@v_v0.0.0-20210921155107-089bfa567519.mod) = 247 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20211115234514-b4de73f9ece8.mod) = 824ffc805f5055d5008f6935f3b8f85d7550f8e0f91552186724b20823d87add +SHA512 (golang.org_x_crypto_@v_v0.0.0-20211115234514-b4de73f9ece8.mod) = 32f94123c2845965432016800e6f051341f6d5d0af3678e367ac6c55022c68e86e929cc545a576d466f2533c235c29fb72542de75eae7419dfb5640cd80df3ef +Size (golang.org_x_crypto_@v_v0.0.0-20211115234514-b4de73f9ece8.mod) = 247 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.mod) = 3218fb197e3df718e689eb2e6187e8b6164db45fcd92c7b120f1805fb409353f +SHA512 (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.mod) = 8b89bda14a8eea63c73e602efb4f90d9bd5ba816041b8c8eeb516a7edbb70578e2c594f4ac7168b5cef417075b295f6aab908514244cb9bb05f7bb13f1170bb3 +Size (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.mod) = 255 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.zip) = 1a36114bd2406beb2562641e6d8f2133aba2dd06694c12bb3c122654b8d47833 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.zip) = bba8f9d9d3741ccc5799994923d3355056c899696567e1434c014024cea5c1443365482709715aec950d60a159ba612c813134740b99fd0781cc28b063b1b04d +Size (golang.org_x_crypto_@v_v0.0.0-20211117183948-ae814b36b871.zip) = 1879003 bytes BLAKE2s (golang.org_x_exp_@v_v0.0.0-20180321215751-8460e604b9de.mod) = 87c3b3cc8e8fe78e41cb7f5df8d0e2afacceb9c5c3c2ff961a00ade7d3bb821a SHA512 (golang.org_x_exp_@v_v0.0.0-20180321215751-8460e604b9de.mod) = 9131017b8ab0c2362b74e0c010daeb849689025aa31cb464dc379b0e34d0fcdb66749329b111041127997440bac052249dab522ab27239858405c056e3ac5dbf Size (golang.org_x_exp_@v_v0.0.0-20180321215751-8460e604b9de.mod) = 24 bytes @@ -7716,9 +8067,6 @@ Size (golang.org_x_lint_@v_v0.0.0-20201208152925-83fdc39ff7b5.mod) = 97 bytes BLAKE2s (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.mod) = 38c569ac4c8bcb4e7b493631224ec34ba8c35194d9320e58b3ca9e96f518d959 SHA512 (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.mod) = 5e1e301c678b32fcb56cd538fb907900e5e60162a44c285e04f0fc8db49f1b31f346e736055872ae9a69fe63798823466d7f159d2ffffb4880bb39b17d4ba5fe Size (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.mod) = 97 bytes -BLAKE2s (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.zip) = bdbba325ed19814a71da1bfd1c7cf26edec5eb1ed66e2432fc65b775f867f20e -SHA512 (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.zip) = 6a0f52ae48069a22d899047df2c2dc8b33ba053a5092eaf4f5b5dca59b97c38e189099918a725746b09fe02de5d68079926770d5f915424de223d2d4406362d2 -Size (golang.org_x_lint_@v_v0.0.0-20210508222113-6edffad5e616.zip) = 46224 bytes BLAKE2s (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = ecb5fd4e8c9dce45b90e695bf7327c18185636a99b5d9d2292511ad6017d3c29 SHA512 (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = a105eb088532321694d3adb5da0b3cdceb7781670a2d4a8a757799e3c8fde02784b981747714cfa8770ed29eb1a0228e0945ad3c363220c39108a7432fc29a32 Size (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = 27 bytes @@ -7761,6 +8109,9 @@ Size (golang.org_x_mod_@v_v0.4.1.mod) = 214 bytes BLAKE2s (golang.org_x_mod_@v_v0.4.2.mod) = 1fa2e89f8aba3aff92e36fc586da0212269bf2eb6433a62242f77ac374b1135d SHA512 (golang.org_x_mod_@v_v0.4.2.mod) = 16d72a943c436bf27c18ee65deb1e1a3b1283dcfcc76a49f01919df97f41ae6ef7c5fe7f95b5bb62cf6f6fee57eb9654ca27ec3bae448ebfe894f8d6d0101fa1 Size (golang.org_x_mod_@v_v0.4.2.mod) = 214 bytes +BLAKE2s (golang.org_x_mod_@v_v0.5.0.mod) = c26a003ec0f07fdf8184e8d9773ea70d0d1da870509d7d4879cc5c36ff8ac73d +SHA512 (golang.org_x_mod_@v_v0.5.0.mod) = 8ad3d2d81f0192ba3215650546e1cc1eb2d58f2c9898929e565233388d95bb2d1a334d038e9807a44733fe6a218ac0b32de24d16fe9d208addcd67cdc2ae8f79 +Size (golang.org_x_mod_@v_v0.5.0.mod) = 214 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20170114055629-f2499483f923.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 SHA512 (golang.org_x_net_@v_v0.0.0-20170114055629-f2499483f923.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a Size (golang.org_x_net_@v_v0.0.0-20170114055629-f2499483f923.mod) = 24 bytes @@ -7935,6 +8286,9 @@ Size (golang.org_x_net_@v_v0.0.0-20200904194848-62affa334b73.mod) = 181 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20201006153459-a7d1128ccaa0.mod) = 666e92871a9c9bd7e5aab18e099ee17251726a851c43baffdab74e877010c07b SHA512 (golang.org_x_net_@v_v0.0.0-20201006153459-a7d1128ccaa0.mod) = 098a7d7eadb99bc1eb8695f1d86e1ed2ec2f5f625045f3ed77648d4ef7047818cfc449d46c8a6ccf285f95956baf228c1c57d6e281da1f63f67cfa0f93ca4230 Size (golang.org_x_net_@v_v0.0.0-20201006153459-a7d1128ccaa0.mod) = 181 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20201010224723-4f7140c49acb.mod) = 666e92871a9c9bd7e5aab18e099ee17251726a851c43baffdab74e877010c07b +SHA512 (golang.org_x_net_@v_v0.0.0-20201010224723-4f7140c49acb.mod) = 098a7d7eadb99bc1eb8695f1d86e1ed2ec2f5f625045f3ed77648d4ef7047818cfc449d46c8a6ccf285f95956baf228c1c57d6e281da1f63f67cfa0f93ca4230 +Size (golang.org_x_net_@v_v0.0.0-20201010224723-4f7140c49acb.mod) = 181 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20201021035429-f5854403a974.mod) = 666e92871a9c9bd7e5aab18e099ee17251726a851c43baffdab74e877010c07b SHA512 (golang.org_x_net_@v_v0.0.0-20201021035429-f5854403a974.mod) = 098a7d7eadb99bc1eb8695f1d86e1ed2ec2f5f625045f3ed77648d4ef7047818cfc449d46c8a6ccf285f95956baf228c1c57d6e281da1f63f67cfa0f93ca4230 Size (golang.org_x_net_@v_v0.0.0-20201021035429-f5854403a974.mod) = 181 bytes @@ -8001,15 +8355,27 @@ Size (golang.org_x_net_@v_v0.0.0-20210614182718-04defd469f4e.mod) = 179 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20210726213435-c6fcb2dbf985.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 SHA512 (golang.org_x_net_@v_v0.0.0-20210726213435-c6fcb2dbf985.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 Size (golang.org_x_net_@v_v0.0.0-20210726213435-c6fcb2dbf985.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20210813160813-60bc85c4be6d.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20210813160813-60bc85c4be6d.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20210813160813-60bc85c4be6d.mod) = 179 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20210903162142-ad29c8ab022f.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 SHA512 (golang.org_x_net_@v_v0.0.0-20210903162142-ad29c8ab022f.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 Size (golang.org_x_net_@v_v0.0.0-20210903162142-ad29c8ab022f.mod) = 179 bytes -BLAKE2s (golang.org_x_net_@v_v0.0.0-20211013171255-e13a2654a71e.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 -SHA512 (golang.org_x_net_@v_v0.0.0-20211013171255-e13a2654a71e.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 -Size (golang.org_x_net_@v_v0.0.0-20211013171255-e13a2654a71e.mod) = 179 bytes -BLAKE2s (golang.org_x_net_@v_v0.0.0-20211013171255-e13a2654a71e.zip) = ca7d538b1e04761ad275a08a037e35e1b4371bf6d314583916ef2ebc81f193dd -SHA512 (golang.org_x_net_@v_v0.0.0-20211013171255-e13a2654a71e.zip) = ea9d57a437ea0082a6c06e87543de6c89e656cdc0e03e812f62c397641a661f8693586bc2b686e1488bc432529acdb8cb62f3422dd7636e8e587bd5eb7649bc5 -Size (golang.org_x_net_@v_v0.0.0-20211013171255-e13a2654a71e.zip) = 1576664 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20211015210444-4f30a5c0130f.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20211015210444-4f30a5c0130f.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20211015210444-4f30a5c0130f.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20211020060615-d418f374d309.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20211020060615-d418f374d309.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20211020060615-d418f374d309.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20211112202133-69e39bad7dc2.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20211112202133-69e39bad7dc2.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20211112202133-69e39bad7dc2.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20211118161319-6a13c67c3ce4.mod) = 67c46d62b6a52e559ee389bd92343628a1c0ed0f76288a28ed4d25ce72bc4804 +SHA512 (golang.org_x_net_@v_v0.0.0-20211118161319-6a13c67c3ce4.mod) = a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5 +Size (golang.org_x_net_@v_v0.0.0-20211118161319-6a13c67c3ce4.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20211118161319-6a13c67c3ce4.zip) = 070db5cb3fa62685d654d2a14432033803d680b783f8b7054055ae3bcdfd1b6a +SHA512 (golang.org_x_net_@v_v0.0.0-20211118161319-6a13c67c3ce4.zip) = 00cb7f5f02f0793beb5338b1438fd03b9e03fa7050bb35a6505973a14329d3a78cf0168da33df8fd5a4d4dc3f06837c4d522a400ebcba7bf6cc697a53e829f5d +Size (golang.org_x_net_@v_v0.0.0-20211118161319-6a13c67c3ce4.zip) = 1579922 bytes BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = a34ed92cc3bc83e559661a208ed23ad2cd887a6232c1bd0961cf19178df279a7 SHA512 (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = 53431e560b5d6a9b50f44997ef6755f71741ccca155767dd954da41f11f53a3e8d01d7e01a2bb9de1fdd551dd2e734cb65e5641cf5de5c9a8a6a25a4894336f5 Size (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = 27 bytes @@ -8073,9 +8439,15 @@ Size (golang.org_x_oauth2_@v_v0.0.0-20210805134026-6f1e6394065a.mod) = 167 bytes BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210819190943-2bc19b11175f.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210819190943-2bc19b11175f.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 Size (golang.org_x_oauth2_@v_v0.0.0-20210819190943-2bc19b11175f.mod) = 167 bytes -BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20210819190943-2bc19b11175f.zip) = d4fc355817c3b002007353febdda30cd11932f4317d24b02e81bd448a75b4b69 -SHA512 (golang.org_x_oauth2_@v_v0.0.0-20210819190943-2bc19b11175f.zip) = 6c27638f5fdb1eef0b2a9d3b2044afc35a4dfc1fcd37449c37288055a4fd6b6b70d5e5d4a2a0bba65ff985011d34b9459f0ae292b681d713d6853d39b2b88f7e -Size (golang.org_x_oauth2_@v_v0.0.0-20210819190943-2bc19b11175f.zip) = 138383 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20211005180243-6b3c2da341f1.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20211005180243-6b3c2da341f1.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20211005180243-6b3c2da341f1.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20211104180415-d3ed0bb246c8.mod) = aadde3c2b4c69a051a49e3e4a00cd316e63596801603731472f5feb83d34380b +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20211104180415-d3ed0bb246c8.mod) = 0e23b4599eafa0468fd16b635497549e36a217e052244aa2cee251f7c432e7fd8f10b4aa60649f4695850e79f4206e6be7c386cebe4bbf7b85bf58a311aef732 +Size (golang.org_x_oauth2_@v_v0.0.0-20211104180415-d3ed0bb246c8.mod) = 167 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20211104180415-d3ed0bb246c8.zip) = 772edf3c1649f7cb5f49a6a2fe4732969895b7c3bea11351f96d827044ebffc2 +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20211104180415-d3ed0bb246c8.zip) = d86d532c6983e31521e02a456c873f0fc43bfa36c938e4d95520d18cdaa8d468c564840c24f72733abdf004142fc188e607fcf865863483594aee8c6d76f3452 +Size (golang.org_x_oauth2_@v_v0.0.0-20211104180415-d3ed0bb246c8.zip) = 140007 bytes BLAKE2s (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede SHA512 (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0 Size (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = 25 bytes @@ -8565,6 +8937,9 @@ Size (golang.org_x_sys_@v_v0.0.0-20210630005230-0f9fa26af87c.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210806184541-e5e7981a1069.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20210806184541-e5e7981a1069.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20210806184541-e5e7981a1069.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210816183151-1e6c022a8912.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210816183151-1e6c022a8912.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210816183151-1e6c022a8912.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210823070655-63515b42dcdf.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20210823070655-63515b42dcdf.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20210823070655-63515b42dcdf.mod) = 33 bytes @@ -8577,9 +8952,24 @@ Size (golang.org_x_sys_@v_v0.0.0-20210908233432-aa78b53d3365.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210917161153-d61c044b1678.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20210917161153-d61c044b1678.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20210917161153-d61c044b1678.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211019181941-9d821ace8654.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211019181941-9d821ace8654.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211019181941-9d821ace8654.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211025201205-69cdffdb9359.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211025201205-69cdffdb9359.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211025201205-69cdffdb9359.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211110154304-99a53858aa08.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20211110154304-99a53858aa08.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20211110154304-99a53858aa08.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211116061358-0a5406a5449c.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211116061358-0a5406a5449c.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211116061358-0a5406a5449c.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211117180635-dee7805ff2e1.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20211117180635-dee7805ff2e1.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20211117180635-dee7805ff2e1.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211124211545-fe61309f8881.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@v_v0.0.0-20211124211545-fe61309f8881.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@v_v0.0.0-20211124211545-fe61309f8881.mod) = 33 bytes @@ -8667,9 +9057,12 @@ Size (golang.org_x_time_@v_v0.0.0-20210611083556-38a9dc6acbc6.mod) = 25 bytes BLAKE2s (golang.org_x_time_@v_v0.0.0-20210723032227-1f47c861a9ac.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 SHA512 (golang.org_x_time_@v_v0.0.0-20210723032227-1f47c861a9ac.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 Size (golang.org_x_time_@v_v0.0.0-20210723032227-1f47c861a9ac.mod) = 25 bytes -BLAKE2s (golang.org_x_time_@v_v0.0.0-20210723032227-1f47c861a9ac.zip) = 222bf84764914304b337985fd8e8e8eb5d60228d0e662c6f55e3e4dfb2cfeb81 -SHA512 (golang.org_x_time_@v_v0.0.0-20210723032227-1f47c861a9ac.zip) = 11a00687837969f6da4a439361a4bdaa97e85ce9ac614f6d69b486cb36d1d91b758be4b04ab8c6f6030f34a0863f613aa826d1a899ab9c8a6c17af6f3e1754af -Size (golang.org_x_time_@v_v0.0.0-20210723032227-1f47c861a9ac.zip) = 11905 bytes +BLAKE2s (golang.org_x_time_@v_v0.0.0-20211116232009-f0f3c7e86c11.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 +SHA512 (golang.org_x_time_@v_v0.0.0-20211116232009-f0f3c7e86c11.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 +Size (golang.org_x_time_@v_v0.0.0-20211116232009-f0f3c7e86c11.mod) = 25 bytes +BLAKE2s (golang.org_x_time_@v_v0.0.0-20211116232009-f0f3c7e86c11.zip) = 797ec8f4e2a2b6f187fc9d46476a132e39bdc2bf66bde1f936b6250b6f677eb3 +SHA512 (golang.org_x_time_@v_v0.0.0-20211116232009-f0f3c7e86c11.zip) = 7461106702042165b44c725ff038e0307b959d843097f8ab28dac0a22ba606741f31052af3eb9fb8caaf6fa1439991cda336de83588812035e3b5209dd80f083 +Size (golang.org_x_time_@v_v0.0.0-20211116232009-f0f3c7e86c11.zip) = 12003 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20180221164845-07fd8470d635.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca SHA512 (golang.org_x_tools_@v_v0.0.0-20180221164845-07fd8470d635.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 Size (golang.org_x_tools_@v_v0.0.0-20180221164845-07fd8470d635.mod) = 26 bytes @@ -8973,9 +9366,6 @@ Size (golang.org_x_tools_@v_v0.0.0-20210105154028-b0ab187a4818.mod) = 270 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20210106214847-113979e3529a.mod) = ca43eb38406d2bb7f44dbd985491b35490acf7efff6ca2983599ac9c8f4def0a SHA512 (golang.org_x_tools_@v_v0.0.0-20210106214847-113979e3529a.mod) = 749bf78130d1fe8da6c022ea7f5fa65e66cd010cd4ea8278bcfdef116acc52d4d632e46a4a3070ddb7d775ef23b39e78724dbbab36e635ced32058174cbcd052 Size (golang.org_x_tools_@v_v0.0.0-20210106214847-113979e3529a.mod) = 270 bytes -BLAKE2s (golang.org_x_tools_@v_v0.0.0-20210108195828-e2f9c7f1fc8e.mod) = ca43eb38406d2bb7f44dbd985491b35490acf7efff6ca2983599ac9c8f4def0a -SHA512 (golang.org_x_tools_@v_v0.0.0-20210108195828-e2f9c7f1fc8e.mod) = 749bf78130d1fe8da6c022ea7f5fa65e66cd010cd4ea8278bcfdef116acc52d4d632e46a4a3070ddb7d775ef23b39e78724dbbab36e635ced32058174cbcd052 -Size (golang.org_x_tools_@v_v0.0.0-20210108195828-e2f9c7f1fc8e.mod) = 270 bytes BLAKE2s (golang.org_x_tools_@v_v0.1.0.mod) = 4721e0850172d374b1be9218525d7a81dcba19a19245f1577fdd2fc71e263261 SHA512 (golang.org_x_tools_@v_v0.1.0.mod) = 13d4c5dc1bb206cae17c38b6e387386573b402a3679054c12a53acf384e15d5d77ebbb77ad374993b1bba547faf34f4189fe5d77b80d57f0831dac1ee54a98c0 Size (golang.org_x_tools_@v_v0.1.0.mod) = 323 bytes @@ -8994,9 +9384,12 @@ Size (golang.org_x_tools_@v_v0.1.4.mod) = 323 bytes BLAKE2s (golang.org_x_tools_@v_v0.1.5.mod) = ff0324c63a110a262909307c5376878a90f2740049b941b2117dfd655703a7eb SHA512 (golang.org_x_tools_@v_v0.1.5.mod) = 6fa4c11d23d3c08fed7331586d9e8da5299602dc97e861d74ce68f248c2e8b1d9ba5e55d2acbb96eaa3e1484f9d287b7d8c2f0e96f75109c957bfee88776996f Size (golang.org_x_tools_@v_v0.1.5.mod) = 323 bytes -BLAKE2s (golang.org_x_tools_@v_v0.1.5.zip) = 55236fc399b48e666bff3c8a625981814098d9f27a2bdeacf72b3875f7d00ff0 -SHA512 (golang.org_x_tools_@v_v0.1.5.zip) = 3cedcd8d219cedd2f55e462cff9e235e3650f92d5a6dac4a44b9920a1431899a73ef41e2f07370c27d909000ce21c9a20a8b29d732471b59e4cb6777565081b8 -Size (golang.org_x_tools_@v_v0.1.5.zip) = 3513755 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.9.mod) = c79a1292cac0f03edf3b85f35f06d7913ae6185e059c45a296a4d550b1f792cc +SHA512 (golang.org_x_tools_@v_v0.1.9.mod) = ef0a6fb3d91f7619ebfde302204504101c85d3c63c4a4bcffc60e6e0821db9d2adcdf5498ee1a2b365aed217e3a8b277ae494135e3d013eb3f08ef35ef835b99 +Size (golang.org_x_tools_@v_v0.1.9.mod) = 349 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.9.zip) = 234b07f7b9f4d934668cf2d99bccaacf479039b1556e6f3d7eb64ba3b058e328 +SHA512 (golang.org_x_tools_@v_v0.1.9.zip) = 497c3f29ca22c4724c51b69301c28909811c5f6d3148ce50c3e949bb77b84fc1f1b264b0cbf9b12dcfde488c7de42a11e18912c836a1bbfe024b76544992195e +Size (golang.org_x_tools_@v_v0.1.9.zip) = 3672935 bytes BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 SHA512 (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 Size (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 37 bytes @@ -9024,6 +9417,12 @@ Size (gonum.org_v1_gonum_@v_v0.0.0-20180816165407-929014505bf4.mod) = 147 bytes BLAKE2s (gonum.org_v1_gonum_@v_v0.0.0-20181121035319-3f7ecaa7e8ca.mod) = ee66b4116a97cc0ebb9dd10f246376e044861325f0946f5116b3e2409e70380f SHA512 (gonum.org_v1_gonum_@v_v0.0.0-20181121035319-3f7ecaa7e8ca.mod) = ff99bdfc473f5d75904731fc4e507a08743e5f4943d3fda12160a81dbcd1d7340935effad4e053be14da69240d6797d0462a823ba705e9f849607b8a069720d2 Size (gonum.org_v1_gonum_@v_v0.0.0-20181121035319-3f7ecaa7e8ca.mod) = 147 bytes +BLAKE2s (gonum.org_v1_gonum_@v_v0.11.0.mod) = 3964da22ccbcc54495630ce81d97dac480af6d7b69fd257152111d034d8ecfed +SHA512 (gonum.org_v1_gonum_@v_v0.11.0.mod) = bd3fbf83af2d36874bc99a1bf6ebadf5d5042a86f6fc1e05b0caac1dcac5ebcb82f8353e19cf095a69a377dcab5fc19cf64aaf7d1ca865ca7ec21b89c5186c20 +Size (gonum.org_v1_gonum_@v_v0.11.0.mod) = 694 bytes +BLAKE2s (gonum.org_v1_gonum_@v_v0.11.0.zip) = 828408320dd8a4b4962015d4bbf197b512873ee0b4f3191395ab1d16ea035faf +SHA512 (gonum.org_v1_gonum_@v_v0.11.0.zip) = 7fb852ed50f2bb68b5988a1f8c9cea26ef4b4b125b976069ce39ab1ac5e634bb7eb6270bf3dcd2267c2abf97a00e71453da640f3aed2698bc721d3e8bfd049c5 +Size (gonum.org_v1_gonum_@v_v0.11.0.zip) = 4575117 bytes BLAKE2s (gonum.org_v1_gonum_@v_v0.6.0.mod) = 7644d69aa4c50cea46b5050ec6b295d480e0d0b20a5b6bd0126099d59bc10a80 SHA512 (gonum.org_v1_gonum_@v_v0.6.0.mod) = 7cbcd41fd71c39cae85710571902f9cf2a477d8ef8eedcd2b47cca7d8d36056b1c897f790714dd905e0872546eef853cb52b1aa6c39366149e69d912cf26d567 Size (gonum.org_v1_gonum_@v_v0.6.0.mod) = 266 bytes @@ -9036,9 +9435,6 @@ Size (gonum.org_v1_gonum_@v_v0.8.2.mod) = 266 bytes BLAKE2s (gonum.org_v1_gonum_@v_v0.9.3.mod) = 0cf5eab2070f35bd3e24e98f4fb1d704c2cc3e6295f307bef9c83cdfa46f6327 SHA512 (gonum.org_v1_gonum_@v_v0.9.3.mod) = 46aa60c3458b1a0ed00d7d76d159878bf200ab6cca4757e20af4052957f137199ce11f162676dc61002ccf9487634a0f044ad4279ab072a5e72e1a289ebd0cb2 Size (gonum.org_v1_gonum_@v_v0.9.3.mod) = 238 bytes -BLAKE2s (gonum.org_v1_gonum_@v_v0.9.3.zip) = 6eccfa836f0259c5509d5f1784a258b6df1bb59c4a64fc20c325186ff0ac0705 -SHA512 (gonum.org_v1_gonum_@v_v0.9.3.zip) = 0970a863a0bfe816b7ff4e39453577cbe933f5ed3a22e1b3562e77b3f1e1a949453c18111b30a7cc52e8f2603464c5f615ef3fec6f4f64f54f6dfee71289819e -Size (gonum.org_v1_gonum_@v_v0.9.3.zip) = 4336179 bytes BLAKE2s (gonum.org_v1_netlib_@v_v0.0.0-20181029234149-ec6d1f5cefe6.mod) = 57fea01e55e2a852771e9a6e9fff0b928b97bd50b4772419943b10be0de7b720 SHA512 (gonum.org_v1_netlib_@v_v0.0.0-20181029234149-ec6d1f5cefe6.mod) = 1576aa0b64384add0cbec0e1e5187ba992022ba5d1ac2ed6ad2d3cd888a8f97218bd42aeb8cb5e53677e8192dc4db4c7800b15fb18c6bcc320a2c67b5bd07a37 Size (gonum.org_v1_netlib_@v_v0.0.0-20181029234149-ec6d1f5cefe6.mod) = 27 bytes @@ -9159,9 +9555,15 @@ Size (google.golang.org_api_@v_v0.57.0.mod) = 661 bytes BLAKE2s (google.golang.org_api_@v_v0.58.0.mod) = 0269bf1365e8415cbfde81cb76534a4c44f39dca20e5222c3ce0836de77162be SHA512 (google.golang.org_api_@v_v0.58.0.mod) = 81c1b62b819576afe6eb386fb05f8c76a31fcf719e6eaa9a6522eaab9f2ecf154b0c6125e2ed76ad55304bfba7c462a01b48961152e2c69db18c0e6e75361980 Size (google.golang.org_api_@v_v0.58.0.mod) = 580 bytes -BLAKE2s (google.golang.org_api_@v_v0.58.0.zip) = c06133d3e9f38c69e46420c1194fd4410fae4ac9ae41f80c0f2ec8b24de5f63f -SHA512 (google.golang.org_api_@v_v0.58.0.zip) = 5f1bf61a9123b267f510be5b4dfbdc26af3c7a12748ae8af8ee29a0c34fc0fe3f02ab5c726a62814baf7a750880cae3d2c283d824a7f6ff97c6210defc6c8f3d -Size (google.golang.org_api_@v_v0.58.0.zip) = 23504628 bytes +BLAKE2s (google.golang.org_api_@v_v0.59.0.mod) = 0bd1564a2247ca34bc949fa9a00031b57dbb9965b85d38aa86ceaaea31c0914f +SHA512 (google.golang.org_api_@v_v0.59.0.mod) = 35dfb507e715bbe31a54c400a8791b0161f70784b42512045d36bed72d94b407ffe4d8169e946e841350e73698f5ffa7b8095e6cc5ae1dc9d9eb31a6bcd9b266 +Size (google.golang.org_api_@v_v0.59.0.mod) = 580 bytes +BLAKE2s (google.golang.org_api_@v_v0.60.0.mod) = 609a2101e0f661a420f88ea79389def93215511a436979edbdc085ee530ac5c6 +SHA512 (google.golang.org_api_@v_v0.60.0.mod) = ca6a6e219a22490edd8659b9c728e9d28fd48db1892840cf05f1682d302c6a817a359159702148904dbafe48fc753d78deaffd072f1a65e84211f163e8046678 +Size (google.golang.org_api_@v_v0.60.0.mod) = 580 bytes +BLAKE2s (google.golang.org_api_@v_v0.60.0.zip) = 7929280e53d588e15ebacccee169c3fc88d6579dd29e9afdff17df2536a49373 +SHA512 (google.golang.org_api_@v_v0.60.0.zip) = 08105a53cbb0f65800fd81043635751c4767cc80aa0707e54eaf500c0d4b2dfe925a641faca72c8269dd6ba246fbfb3f3efb05c6a6382334b1fcb7920b089f8b +Size (google.golang.org_api_@v_v0.60.0.zip) = 24098369 bytes BLAKE2s (google.golang.org_api_@v_v0.7.0.mod) = 9d314e15569bcab03d00f95d2aedd6ba59df2a08b4a1e48d3c2d8308f24e6252 SHA512 (google.golang.org_api_@v_v0.7.0.mod) = 617883d94a4de6e07dfd82d046148ccfc5ab4eaf73840a76a9823e5cf03a60b0e0b4f1b62712620de28895d013f01bcd39477cb87bfb94524a634be8818c268c Size (google.golang.org_api_@v_v0.7.0.mod) = 802 bytes @@ -9375,15 +9777,9 @@ Size (google.golang.org_genproto_@v_v0.0.0-20201210142538-e3217bee35cc.mod) = 26 BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20201214200347-8c77b98c765d.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 SHA512 (google.golang.org_genproto_@v_v0.0.0-20201214200347-8c77b98c765d.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 Size (google.golang.org_genproto_@v_v0.0.0-20201214200347-8c77b98c765d.mod) = 268 bytes -BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210108203827-ffc7fda8c3d7.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 -SHA512 (google.golang.org_genproto_@v_v0.0.0-20210108203827-ffc7fda8c3d7.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 -Size (google.golang.org_genproto_@v_v0.0.0-20210108203827-ffc7fda8c3d7.mod) = 268 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210222152913-aa3ee6e6a81c.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 SHA512 (google.golang.org_genproto_@v_v0.0.0-20210222152913-aa3ee6e6a81c.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 Size (google.golang.org_genproto_@v_v0.0.0-20210222152913-aa3ee6e6a81c.mod) = 268 bytes -BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210226172003-ab064af71705.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 -SHA512 (google.golang.org_genproto_@v_v0.0.0-20210226172003-ab064af71705.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 -Size (google.golang.org_genproto_@v_v0.0.0-20210226172003-ab064af71705.mod) = 268 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210303154014-9728d6b83eeb.mod) = 9cf55e7f9b0544215d4ab0ca3f1ea41e3f5e26bf48f75b439db500110c643773 SHA512 (google.golang.org_genproto_@v_v0.0.0-20210303154014-9728d6b83eeb.mod) = 48f7000353b4c00c042daa550777df9a5031abfd49bc837d11ddd6a843fe05dd79063b423fda6d4ef1f5d42e9824349da341b35b49a9aa56249a6ef7d9d66200 Size (google.golang.org_genproto_@v_v0.0.0-20210303154014-9728d6b83eeb.mod) = 268 bytes @@ -9405,6 +9801,9 @@ Size (google.golang.org_genproto_@v_v0.0.0-20210429181445-86c259c2b4ab.mod) = 40 BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210513213006-bf773b8c8384.mod) = 867a4ef30226f9d19bb3c76df593236a84d7e3a94206c74b8c5afac84470d2ed SHA512 (google.golang.org_genproto_@v_v0.0.0-20210513213006-bf773b8c8384.mod) = 8d6f7f28525e6ee67df587c2e013821259261f6dbf0a477dd26d0147aebca87ad0ad65fb662a37042252d2e82714f9c9e487164b74e67ad25a92e232ed9e5bee Size (google.golang.org_genproto_@v_v0.0.0-20210513213006-bf773b8c8384.mod) = 408 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210517163617-5e0236093d7a.mod) = 867a4ef30226f9d19bb3c76df593236a84d7e3a94206c74b8c5afac84470d2ed +SHA512 (google.golang.org_genproto_@v_v0.0.0-20210517163617-5e0236093d7a.mod) = 8d6f7f28525e6ee67df587c2e013821259261f6dbf0a477dd26d0147aebca87ad0ad65fb662a37042252d2e82714f9c9e487164b74e67ad25a92e232ed9e5bee +Size (google.golang.org_genproto_@v_v0.0.0-20210517163617-5e0236093d7a.mod) = 408 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210602131652-f16073e35f0c.mod) = 74f0fffa46a5ed694a729eabde713edacb7ea31d7661d8d61be7e61701815525 SHA512 (google.golang.org_genproto_@v_v0.0.0-20210602131652-f16073e35f0c.mod) = dbc012381b6e5c891ca583f791ec02094b4d1c43f0c22d1d4a992497d5f2503fcc78fb8f119c891a474156dd8fcde92acc27e75f40cc026cd37913aa83298fc5 Size (google.golang.org_genproto_@v_v0.0.0-20210602131652-f16073e35f0c.mod) = 278 bytes @@ -9459,12 +9858,30 @@ Size (google.golang.org_genproto_@v_v0.0.0-20210921142501-181ce0d877f6.mod) = 32 BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20210924002016-3dee208752a0.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 SHA512 (google.golang.org_genproto_@v_v0.0.0-20210924002016-3dee208752a0.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d Size (google.golang.org_genproto_@v_v0.0.0-20210924002016-3dee208752a0.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211008145708-270636b82663.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211008145708-270636b82663.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211008145708-270636b82663.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211016002631-37fc39342514.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211016002631-37fc39342514.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211016002631-37fc39342514.mod) = 327 bytes BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211018162055-cf77aa76bad2.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 SHA512 (google.golang.org_genproto_@v_v0.0.0-20211018162055-cf77aa76bad2.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d Size (google.golang.org_genproto_@v_v0.0.0-20211018162055-cf77aa76bad2.mod) = 327 bytes -BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211018162055-cf77aa76bad2.zip) = b83297f7b2e929a75d0e58956b0bfa84ef555aad070ee00337ef4483ed792b12 -SHA512 (google.golang.org_genproto_@v_v0.0.0-20211018162055-cf77aa76bad2.zip) = 5d7bde58ddea75147870d714e772c5359f957ce1dcfbb3a631dac8ab704b2ccd58ff54c9ca60c3e30fbe5e05a842e9cc112dc7acd9464319eaa49dc3a39691ab -Size (google.golang.org_genproto_@v_v0.0.0-20211018162055-cf77aa76bad2.zip) = 13917813 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211019152133-63b7e35f4404.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211019152133-63b7e35f4404.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211019152133-63b7e35f4404.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211021150943-2b146023228c.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211021150943-2b146023228c.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211021150943-2b146023228c.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211028162531-8db9c33dc351.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211028162531-8db9c33dc351.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211028162531-8db9c33dc351.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211118181313-81c1377c94b1.mod) = 9426b1a7815bd0c5e070fe8c9cb3eb44599d0df0b39a54fd7f32b91f535c9563 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211118181313-81c1377c94b1.mod) = d9c46bcb8546f671cc357a13b336eeef2ef6d2f5a9241397b56e29c66e9bcccad754dda28b47d8beaea0d2453c4370bc4d7d941411aca3d7fbab0b4545c04f0d +Size (google.golang.org_genproto_@v_v0.0.0-20211118181313-81c1377c94b1.mod) = 327 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20211118181313-81c1377c94b1.zip) = 3da777f1baebaea9f2a11c5224fee9434049c5cbc77ce200b966d6bba76497ff +SHA512 (google.golang.org_genproto_@v_v0.0.0-20211118181313-81c1377c94b1.zip) = 4e26d0b764fba17a184dcd859a71a6fdb6be68e02c73ff940a5e32fb286004a7bfeb9580ce35f11a1e573dc7ab662f9d0c6afaaca0b83feb355274150511087f +Size (google.golang.org_genproto_@v_v0.0.0-20211118181313-81c1377c94b1.zip) = 14301201 bytes BLAKE2s (google.golang.org_grpc_@v_v0.0.0-20160317175043-d3ddb4469d5a.mod) = d01badc08bc78c3f658373f20d3a6e0d92869a90ebdfd55c0b20c31fa62af70d SHA512 (google.golang.org_grpc_@v_v0.0.0-20160317175043-d3ddb4469d5a.mod) = 10c6aa20da47c7923358430b63d5d5264d54f6a6cf70b008ed157807c07073cd0c64bef9db282b39fdb523515e1429125079cc29273ba186f7e4b42712d3d37a Size (google.golang.org_grpc_@v_v0.0.0-20160317175043-d3ddb4469d5a.mod) = 30 bytes @@ -9582,9 +9999,12 @@ Size (google.golang.org_grpc_@v_v1.40.0.mod) = 642 bytes BLAKE2s (google.golang.org_grpc_@v_v1.41.0.mod) = 0de270707b619d28c4826128d43b879dc4c896271925b47e6be5577120f6b6cb SHA512 (google.golang.org_grpc_@v_v1.41.0.mod) = 5f47f73521505ab30ab6a6ad9c850a308983354fdbb3da60c1f2c79da333f908f5fa4b7ba4791f033539fafee7b734c349fd27f570a7e1fa4b78753f2be02136 Size (google.golang.org_grpc_@v_v1.41.0.mod) = 646 bytes -BLAKE2s (google.golang.org_grpc_@v_v1.41.0.zip) = 54d16f52e00ae03ce3d650593221a33978eeec281b9e0ef286eae751f9e79d33 -SHA512 (google.golang.org_grpc_@v_v1.41.0.zip) = fe80a97e7d803eaa538ea59da1d87ddcdc56eb26ce8c75d4a84b08f5148661c60f0aa833340758a5f45416bdd87627eeed8ed4421ad3fb26f5e3da9e378021b9 -Size (google.golang.org_grpc_@v_v1.41.0.zip) = 1667867 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.42.0.mod) = 706ce6059f8d6e71cd8e3c25a72e5d98cfe3b071b484da8e94839ab3f15c0cdd +SHA512 (google.golang.org_grpc_@v_v1.42.0.mod) = f69ab4b609ca4d25e59ab50c53cf7b42484e6bf799eada0b1eff738350c7dc4310af5b24d02e34b8c017d06ea884e391dbfdc060ae70787fec374a33eae4cc75 +Size (google.golang.org_grpc_@v_v1.42.0.mod) = 705 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.42.0.zip) = 984074a6aaa7c8d03f9ccbd4f567f9b2a565019193220e14235900762dca0eb9 +SHA512 (google.golang.org_grpc_@v_v1.42.0.zip) = 6495da59c884c24452c409222d053cc868c3fbe839831d526440eb262322758532b94c4e7704422c402578f6091f055c30651190c10bc8f4b405e373d9bc0977 +Size (google.golang.org_grpc_@v_v1.42.0.zip) = 1697337 bytes BLAKE2s (google.golang.org_grpc_@v_v1.8.0.mod) = d01badc08bc78c3f658373f20d3a6e0d92869a90ebdfd55c0b20c31fa62af70d SHA512 (google.golang.org_grpc_@v_v1.8.0.mod) = 10c6aa20da47c7923358430b63d5d5264d54f6a6cf70b008ed157807c07073cd0c64bef9db282b39fdb523515e1429125079cc29273ba186f7e4b42712d3d37a Size (google.golang.org_grpc_@v_v1.8.0.mod) = 30 bytes @@ -9864,12 +10284,12 @@ Size (gotest.tools_v3_@v_v3.0.2.mod) = 194 bytes BLAKE2s (gotest.tools_v3_@v_v3.0.3.mod) = 139458d80f28acbdd716ff629a2b16f184569b6ee0988096a9272bc81764ac7e SHA512 (gotest.tools_v3_@v_v3.0.3.mod) = 027bab5202a25d01ab9b9a87feaf66333ef376daa9c5c12d5bfeaf1624537a895e770c8e927a474589b23af2456d2a7f5a03708f80464cdb3351a64981a4a9dd Size (gotest.tools_v3_@v_v3.0.3.mod) = 194 bytes -BLAKE2s (grafana-8.4.6.linux-amd64.tar.gz) = 2ccdcd6ca810cf3c7ae368a7427d9dc611e3198101a1b36dcbefa9d8d0db3b07 -SHA512 (grafana-8.4.6.linux-amd64.tar.gz) = 04dd622e9399aa8f555e0b4a734d6e73c296d493d0ddf7d22f859036906f3b4ae9d929b1fbd21dbc7f9a521346adba07908dda4e8113df465ef5e620249d6aaf -Size (grafana-8.4.6.linux-amd64.tar.gz) = 75549825 bytes -BLAKE2s (grafana-8.4.6.tar.gz) = d41c82305acb3c0f1aeeff4635d3542996b8cae9370d97bbe76a25dd3dae3654 -SHA512 (grafana-8.4.6.tar.gz) = 631a394729975773b7cecc78f7e4f21e03ad575b19fe21a0aa183dd270b12c3740bf9ec45975c063f71e7a7492cf68924f9c2b14f19c126b9855871c8a41e31a -Size (grafana-8.4.6.tar.gz) = 17880079 bytes +BLAKE2s (grafana-8.5.3.linux-amd64.tar.gz) = 2fab0c3bd18db6bc81c914362869e99d82103ac2511ae08585a37dbf8c2d9c43 +SHA512 (grafana-8.5.3.linux-amd64.tar.gz) = 05f27b95d9daadb4f2c82a4606407bea0a3bdc6f29e5645ef9ca40533cda617bacc91c7d119c8d133abf180603ed4c881d4c207b83d2e5c19d35bd5ba2c0efd8 +Size (grafana-8.5.3.linux-amd64.tar.gz) = 77677429 bytes +BLAKE2s (grafana-8.5.3.tar.gz) = 09f225c2c9f9bff005b5c59837bd5ba1c729cb9a08150177356e88129a6c0d82 +SHA512 (grafana-8.5.3.tar.gz) = b4676e70f90e3e7a89f627257c400ea026fcc99d7cbd5a85b552cf01f61401484642a29257f3c3645e0db24c4688ba17c7df2177becd5e3b37386a4b9b217c58 +Size (grafana-8.5.3.tar.gz) = 18731521 bytes BLAKE2s (honnef.co_go_netdb_@v_v0.0.0-20150201073656-a416d700ae39.mod) = 247c0443a930433be03feba83a569e3cfca9e9623677150b91b91faf0cadd133 SHA512 (honnef.co_go_netdb_@v_v0.0.0-20150201073656-a416d700ae39.mod) = 6b32f5cd9613189ea3b5b9acaaa14dbb82a7a447e00ebccd9d9c8ffd2e45dde1555453d4b1be38598d9aabe284ffbdbc74fa3c03fee7510e19b88a6e1e2f0629 Size (honnef.co_go_netdb_@v_v0.0.0-20150201073656-a416d700ae39.mod) = 26 bytes @@ -10164,6 +10584,9 @@ Size (modernc.org_sqlite_@v_v1.7.4.mod) = 126 bytes BLAKE2s (modernc.org_tcl_@v_v1.4.1.mod) = 2ce6b33f5400c9b8e634808c6660e42f6dee0bfa4b5363554b7df8dcde74c9f1 SHA512 (modernc.org_tcl_@v_v1.4.1.mod) = 8602efac74e4aa0861cb2cfa82560341eaeb7b2f5b2923c11cd17f922c6025975e3e51d84888302e053df102daa1b490b1556121e4c424ef735221d7a5c7a89b Size (modernc.org_tcl_@v_v1.4.1.mod) = 97 bytes +BLAKE2s (nhooyr.io_websocket_@v_v1.8.7.mod) = a542233da6ffcb27062c25a58afee7229ed5fdedffa63baee93edb8fc3273449 +SHA512 (nhooyr.io_websocket_@v_v1.8.7.mod) = 4edd5e8cf0c8cbacc5adef9b6e3880b554f969cb0436eae1d0e9c70972182f13d20199ec50930c10748656637245676efddda8f039f8b0ced96ca8a85570eb4f +Size (nhooyr.io_websocket_@v_v1.8.7.mod) = 427 bytes BLAKE2s (rsc.io_binaryregexp_@v_v0.2.0.mod) = 351240374eb48b99bb43b8b52aa8467662e22b18ebf216f4c123858fe706c2f8 SHA512 (rsc.io_binaryregexp_@v_v0.2.0.mod) = db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774 Size (rsc.io_binaryregexp_@v_v0.2.0.mod) = 36 bytes diff --git a/www/grafana/files/grafana.sh b/www/grafana/files/grafana.sh index 5a9a876e82638..27e43ac0a8ec1 100644 --- a/www/grafana/files/grafana.sh +++ b/www/grafana/files/grafana.sh @@ -1,11 +1,19 @@ #!@RCD_SCRIPTS_SHELL@ - +# +# $NetBSD: grafana.sh,v 1.5 2022/05/21 07:41:46 triaxx Exp $ +# # PROVIDE: grafana # REQUIRE: DAEMON # KEYWORD: shutdown +# +# Consider installing pkgtools/rc.subr in unprivileged. +# +# You will need to set some variables in @SYSCONFBASE@/rc.conf to start grafana: +# +# grafana=YES -if [ -f /etc/rc.subr ]; then - . /etc/rc.subr +if [ -f @SYSCONFBASE@/etc/rc.subr ]; then + $_rc_subr_loaded . @SYSCONFBASE@/etc/rc.subr fi name="grafana" @@ -26,12 +34,12 @@ grafana_precmd() { fi } -if [ -f /etc/rc.subr -a -d /etc/rc.d -a -f /etc/rc.d/DAEMON ]; then +if [ -f @SYSCONFBASE@/etc/rc.subr -a -d @SYSCONFBASE@/etc/rc.d -a -f @SYSCONFBASE@/etc/rc.d/DAEMON ]; then load_rc_config $name run_rc_command "$1" else - if [ -f /etc/rc.conf ]; then - . /etc/rc.conf + if [ -f @SYSCONFBASE@/etc/rc.conf ]; then + . @SYSCONFBASE@/etc/rc.conf fi case "$1" in start) diff --git a/www/grafana/go-modules.mk b/www/grafana/go-modules.mk index 8ac7dd4e7c816..31e6af723a17b 100644 --- a/www/grafana/go-modules.mk +++ b/www/grafana/go-modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: go-modules.mk,v 1.13 2022/04/12 22:47:16 tnn Exp $ +# $NetBSD: go-modules.mk,v 1.14 2022/05/21 07:41:46 triaxx Exp $ GO_MODULE_FILES+= bazil.org/fuse/@v/v0.0.0-20160811212531-371fbbdaa898.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.26.0.mod @@ -22,10 +22,10 @@ GO_MODULE_FILES+= cloud.google.com/go/@v/v0.62.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.65.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.72.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.74.0.mod -GO_MODULE_FILES+= cloud.google.com/go/@v/v0.75.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.78.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.79.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.81.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.82.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.83.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.84.0.mod GO_MODULE_FILES+= cloud.google.com/go/@v/v0.87.0.mod @@ -46,32 +46,44 @@ GO_MODULE_FILES+= cloud.google.com/go/bigtable/@v/v1.3.0.mod GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.0.0.mod GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.1.0.mod GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.1.0.mod +GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.6.1.mod GO_MODULE_FILES+= cloud.google.com/go/kms/@v/v1.0.0.mod GO_MODULE_FILES+= cloud.google.com/go/kms/@v/v1.1.0.mod GO_MODULE_FILES+= cloud.google.com/go/kms/@v/v1.1.0.zip +GO_MODULE_FILES+= cloud.google.com/go/monitoring/@v/v1.1.0.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.0.1.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.1.0.mod +GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.17.1.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.2.0.mod GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.3.1.mod +GO_MODULE_FILES+= cloud.google.com/go/secretmanager/@v/v1.0.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.0.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.10.0.mod -GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.14.0.mod -GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.14.0.zip +GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.18.2.mod +GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.18.2.zip GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.3.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.5.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.6.0.mod GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.8.0.mod +GO_MODULE_FILES+= cloud.google.com/go/trace/@v/v1.0.0.mod GO_MODULE_FILES+= code.cloudfoundry.org/clock/@v/v1.0.0.mod GO_MODULE_FILES+= collectd.org/@v/v0.3.0.mod +GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/aws/@v/v0.0.0-20200617204711-c478e41e60e9.mod GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/ocagent/@v/v0.6.0.mod GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/prometheus/@v/v0.3.0.mod +GO_MODULE_FILES+= contrib.go.opencensus.io/exporter/stackdriver/@v/v0.13.10.mod +GO_MODULE_FILES+= contrib.go.opencensus.io/integrations/ocsql/@v/v0.1.7.mod GO_MODULE_FILES+= cuelang.org/go/@v/v0.4.0.mod GO_MODULE_FILES+= cuelang.org/go/@v/v0.4.0.zip GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20201218220906-28db891af037.mod GO_MODULE_FILES+= gioui.org/@v/v0.0.0-20210308172011-57750fc8a0a6.mod GO_MODULE_FILES+= github.com/!andreas!briese/bbloom/@v/v0.0.0-20190306092124-e2d15f34fcf9.mod +GO_MODULE_FILES+= github.com/!azure!a!d/microsoft-authentication-library-for-go/@v/v0.4.0.mod +GO_MODULE_FILES+= github.com/!azure!a!d/microsoft-authentication-library-for-go/@v/v0.4.0.zip GO_MODULE_FILES+= github.com/!azure/azure-amqp-common-go/v3/@v/v3.0.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-amqp-common-go/v3/@v/v3.2.1.mod +GO_MODULE_FILES+= github.com/!azure/azure-amqp-common-go/v3/@v/v3.2.2.mod GO_MODULE_FILES+= github.com/!azure/azure-event-hubs-go/v3/@v/v3.2.0.mod GO_MODULE_FILES+= github.com/!azure/azure-pipeline-go/@v/v0.1.8.mod GO_MODULE_FILES+= github.com/!azure/azure-pipeline-go/@v/v0.1.9.mod @@ -90,23 +102,38 @@ GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v44.2.0+incompatible.mod GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v45.1.0+incompatible.mod GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v46.4.0+incompatible.mod GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v48.2.0+incompatible.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v51.1.0+incompatible.mod GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v51.2.0+incompatible.mod GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v52.5.0+incompatible.mod GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v54.0.0+incompatible.mod GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v55.2.0+incompatible.mod GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v57.1.0+incompatible.mod -GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v57.1.0+incompatible.zip -GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v0.19.0.mod -GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v0.19.0.zip -GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azidentity/@v/v0.10.0.mod -GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azidentity/@v/v0.10.0.zip -GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/internal/@v/v0.7.0.mod -GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/internal/@v/v0.7.0.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v59.3.0+incompatible.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v59.3.0+incompatible.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v0.20.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v0.21.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v0.22.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v0.22.0.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azidentity/@v/v0.13.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azidentity/@v/v0.13.2.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/azidentity/@v/v0.13.2.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/internal/@v/v0.8.1.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/internal/@v/v0.8.3.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/internal/@v/v0.9.1.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/internal/@v/v0.9.1.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/keyvault/azkeys/@v/v0.4.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/keyvault/azkeys/@v/v0.4.0.zip +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/keyvault/internal/@v/v0.2.1.mod +GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/sdk/keyvault/internal/@v/v0.2.1.zip +GO_MODULE_FILES+= github.com/!azure/azure-service-bus-go/@v/v0.11.5.mod GO_MODULE_FILES+= github.com/!azure/azure-storage-blob-go/@v/v0.13.0.mod +GO_MODULE_FILES+= github.com/!azure/azure-storage-blob-go/@v/v0.14.0.mod GO_MODULE_FILES+= github.com/!azure/azure-storage-blob-go/@v/v0.6.0.mod GO_MODULE_FILES+= github.com/!azure/azure-storage-blob-go/@v/v0.8.0.mod GO_MODULE_FILES+= github.com/!azure/azure-storage-queue-go/@v/v0.0.0-20181215014128-6ed74e755687.mod GO_MODULE_FILES+= github.com/!azure/go-amqp/@v/v0.12.6.mod +GO_MODULE_FILES+= github.com/!azure/go-amqp/@v/v0.16.0.mod +GO_MODULE_FILES+= github.com/!azure/go-amqp/@v/v0.16.4.mod GO_MODULE_FILES+= github.com/!azure/go-ansiterm/@v/v0.0.0-20170929234023-d6e3b3328b78.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/@v/v10.8.1+incompatible.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/@v/v11.2.8+incompatible.mod @@ -122,7 +149,8 @@ GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.18.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.19.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.2.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.20.mod -GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.20.zip +GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.22.mod +GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.22.zip GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.4.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.9.0.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.9.3-0.20191028180845-3492b2aff503.mod @@ -138,13 +166,16 @@ GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.11.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.13.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.14.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.15.mod -GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.15.zip +GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.17.mod +GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.17.zip GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.2.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.5.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/azure/auth/@v/v0.4.2.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/azure/auth/@v/v0.5.8.mod +GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/azure/auth/@v/v0.5.9.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/azure/cli/@v/v0.3.1.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/azure/cli/@v/v0.4.2.mod +GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/azure/cli/@v/v0.4.4.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/date/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/date/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/date/@v/v0.3.0.mod @@ -184,6 +215,7 @@ GO_MODULE_FILES+= github.com/!f!zambia/eagle/@v/v0.0.1.mod GO_MODULE_FILES+= github.com/!f!zambia/eagle/@v/v0.0.1.zip GO_MODULE_FILES+= github.com/!f!zambia/sentinel/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/!f!zambia/sentinel/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/!google!cloud!platform/cloudsql-proxy/@v/v1.27.0.mod GO_MODULE_FILES+= github.com/!hdr!histogram/hdrhistogram-go/@v/v0.9.0.mod GO_MODULE_FILES+= github.com/!hdr!histogram/hdrhistogram-go/@v/v1.0.1.mod GO_MODULE_FILES+= github.com/!hdr!histogram/hdrhistogram-go/@v/v1.1.0.mod @@ -305,9 +337,30 @@ GO_MODULE_FILES+= github.com/asaskevich/govalidator/@v/v0.0.0-20210307081110-f21 GO_MODULE_FILES+= github.com/asaskevich/govalidator/@v/v0.0.0-20210307081110-f21760c49a8d.zip GO_MODULE_FILES+= github.com/aws/aws-lambda-go/@v/v1.13.3.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/@v/v0.18.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/@v/v1.11.0.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/@v/v1.7.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/config/@v/v1.10.1.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/credentials/@v/v1.6.1.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.8.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.7.1.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.0.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/cloudwatch/@v/v1.5.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.5.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.5.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.9.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/kms/@v/v1.10.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.19.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/secretsmanager/@v/v1.10.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/sns/@v/v1.11.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/sqs/@v/v1.12.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/ssm/@v/v1.15.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.6.0.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.10.0.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.15.11.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.15.27.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.15.78.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.17.7.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.22.4.mod @@ -326,6 +379,7 @@ GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.34.9.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.35.30.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.35.31.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.35.5.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.37.0.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.37.8.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.38.3.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.38.35.mod @@ -333,8 +387,10 @@ GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.38.60.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.38.68.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.40.11.mod GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.40.37.mod -GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.40.37.zip +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.42.8.mod +GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.42.8.zip GO_MODULE_FILES+= github.com/aws/smithy-go/@v/v1.5.0.mod +GO_MODULE_FILES+= github.com/aws/smithy-go/@v/v1.9.0.mod GO_MODULE_FILES+= github.com/aymerick/raymond/@v/v2.0.3-0.20180322193309-b565731e1464+incompatible.mod GO_MODULE_FILES+= github.com/baiyubin/aliyun-sts-go-sdk/@v/v0.0.0-20180326062324-cfa1a18b161f.mod GO_MODULE_FILES+= github.com/beevik/etree/@v/v1.1.0.mod @@ -394,6 +450,7 @@ GO_MODULE_FILES+= github.com/cenkalti/backoff/v4/@v/v4.1.1.mod GO_MODULE_FILES+= github.com/cenkalti/backoff/v4/@v/v4.1.1.zip GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.mod GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.3.0.mod +GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.3.0.zip GO_MODULE_FILES+= github.com/centrifugal/centrifuge/@v/v0.19.0.mod GO_MODULE_FILES+= github.com/centrifugal/centrifuge/@v/v0.19.0.zip GO_MODULE_FILES+= github.com/centrifugal/protocol/@v/v0.7.6.mod @@ -411,7 +468,10 @@ GO_MODULE_FILES+= github.com/cheekybits/genny/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/cheekybits/genny/@v/v1.0.0.zip GO_MODULE_FILES+= github.com/chromedp/cdproto/@v/v0.0.0-20200116234248-4da64dd111ac.mod GO_MODULE_FILES+= github.com/chromedp/cdproto/@v/v0.0.0-20200424080200-0de008e41fa0.mod +GO_MODULE_FILES+= github.com/chromedp/cdproto/@v/v0.0.0-20220208224320-6efb837e6bc2.mod +GO_MODULE_FILES+= github.com/chromedp/cdproto/@v/v0.0.0-20220208224320-6efb837e6bc2.zip GO_MODULE_FILES+= github.com/chromedp/chromedp/@v/v0.5.3.mod +GO_MODULE_FILES+= github.com/chromedp/sysutil/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/chzyer/logex/@v/v1.1.10.mod GO_MODULE_FILES+= github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod GO_MODULE_FILES+= github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod @@ -429,8 +489,14 @@ GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f. GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20200313221541-5f7e5dd04533.mod GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20200629203442-efcf912fb354.mod GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20201120205902-5459f2c99403.mod +GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.mod +GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.zip GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20210312221358-fbca930ec8ed.mod GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20210805033703-aa0b78936158.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20210922020428-25de7278fc84.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20211001041855-01bcc9b48dfe.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20211011173535-cb28da3451f1.mod +GO_MODULE_FILES+= github.com/cncf/xds/go/@v/v0.0.0-20211011173535-cb28da3451f1.zip GO_MODULE_FILES+= github.com/cockroachdb/apd/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/cockroachdb/apd/v2/@v/v2.0.1.mod GO_MODULE_FILES+= github.com/cockroachdb/apd/v2/@v/v2.0.2.mod @@ -643,7 +709,7 @@ GO_MODULE_FILES+= github.com/dimchansky/utfbom/@v/v1.1.1.mod GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.4.1-0.20201116162257-a2a8dda75c91.mod GO_MODULE_FILES+= github.com/dlclark/regexp2/@v/v1.4.1-0.20201116162257-a2a8dda75c91.zip GO_MODULE_FILES+= github.com/dnaeon/go-vcr/@v/v1.0.1.mod -GO_MODULE_FILES+= github.com/dnaeon/go-vcr/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/dnaeon/go-vcr/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/docker/distribution/@v/v0.0.0-20190905152932-14b96e55d84c.mod GO_MODULE_FILES+= github.com/docker/distribution/@v/v2.6.0-rc.1.0.20170726174610-edc3ab29cdff+incompatible.mod GO_MODULE_FILES+= github.com/docker/distribution/@v/v2.7.0+incompatible.mod @@ -697,11 +763,16 @@ GO_MODULE_FILES+= github.com/elastic/go-windows/@v/v1.0.1.mod GO_MODULE_FILES+= github.com/elazarl/go-bindata-assetfs/@v/v0.0.0-20160803192304-e1a2a7ec64b0.mod GO_MODULE_FILES+= github.com/elazarl/goproxy/@v/v0.0.0-20170405201442-c4fc26588b6e.mod GO_MODULE_FILES+= github.com/elazarl/goproxy/@v/v0.0.0-20180725130230-947c36da3153.mod +GO_MODULE_FILES+= github.com/elazarl/goproxy/@v/v0.0.0-20220115173737-adb46da277ac.mod +GO_MODULE_FILES+= github.com/elazarl/goproxy/@v/v0.0.0-20220115173737-adb46da277ac.zip +GO_MODULE_FILES+= github.com/elazarl/goproxy/ext/@v/v0.0.0-20190711103511-473e67f1d7d2.mod GO_MODULE_FILES+= github.com/ema/qdisc/@v/v0.0.0-20190904071900-b82c76788043.mod GO_MODULE_FILES+= github.com/emicklei/go-restful/@v/v0.0.0-20170410110728-ff4f55a20633.mod GO_MODULE_FILES+= github.com/emicklei/go-restful/@v/v2.9.5+incompatible.mod GO_MODULE_FILES+= github.com/emicklei/proto/@v/v1.6.15.mod GO_MODULE_FILES+= github.com/emicklei/proto/@v/v1.6.15.zip +GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.10.1.mod +GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.10.1.zip GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.6.9.mod GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.1-0.20191026205805-5f8ba28d4473.mod @@ -715,6 +786,8 @@ GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20210512163 GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.9.mod GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.6.1.mod +GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.6.2.mod +GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.6.2.zip GO_MODULE_FILES+= github.com/ericchiang/k8s/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/etcd-io/bbolt/@v/v1.3.3.mod GO_MODULE_FILES+= github.com/evanphx/json-patch/@v/v0.0.0-20200808040245-162e5629780b.mod @@ -749,6 +822,7 @@ GO_MODULE_FILES+= github.com/frankban/quicktest/@v/v1.11.0.mod GO_MODULE_FILES+= github.com/frankban/quicktest/@v/v1.11.3.mod GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.7.mod GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.9.mod +GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.5.1.mod GO_MODULE_FILES+= github.com/fsouza/fake-gcs-server/@v/v1.7.0.mod GO_MODULE_FILES+= github.com/fullsailor/pkcs7/@v/v0.0.0-20190404230743-d7302db945fa.mod GO_MODULE_FILES+= github.com/garyburd/redigo/@v/v0.0.0-20150301180006-535138d7bcd7.mod @@ -759,16 +833,21 @@ GO_MODULE_FILES+= github.com/gdamore/encoding/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/gdamore/tcell/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/getkin/kin-openapi/@v/v0.53.0.mod GO_MODULE_FILES+= github.com/getkin/kin-openapi/@v/v0.61.0.mod +GO_MODULE_FILES+= github.com/getkin/kin-openapi/@v/v0.94.0.mod +GO_MODULE_FILES+= github.com/getkin/kin-openapi/@v/v0.94.0.zip GO_MODULE_FILES+= github.com/getsentry/raven-go/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/getsentry/sentry-go/@v/v0.10.0.mod GO_MODULE_FILES+= github.com/getsentry/sentry-go/@v/v0.10.0.zip GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v0.0.0-20150909031657-73d445a93680.mod GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v1.0.1-0.20190212211648-25d852aebe32.mod +GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v1.0.1-0.20190212211648-25d852aebe32.zip GO_MODULE_FILES+= github.com/gin-contrib/sse/@v/v0.0.0-20190301062529-5545eab6dad3.mod GO_MODULE_FILES+= github.com/gin-contrib/sse/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/gin-gonic/gin/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/gin-gonic/gin/@v/v1.5.0.mod +GO_MODULE_FILES+= github.com/gin-gonic/gin/@v/v1.6.3.mod +GO_MODULE_FILES+= github.com/gin-gonic/gin/@v/v1.7.3.mod GO_MODULE_FILES+= github.com/glinton/ping/@v/v0.1.4-0.20200311211934-5ac87da8cd96.mod GO_MODULE_FILES+= github.com/globalsign/mgo/@v/v0.0.0-20180905125535-1ca0a4f7cbcb.mod GO_MODULE_FILES+= github.com/globalsign/mgo/@v/v0.0.0-20181015135952-eeefdecb41b8.mod @@ -933,8 +1012,13 @@ GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.19.8.mod GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.1.mod GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.2.mod GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.2.zip +GO_MODULE_FILES+= github.com/go-playground/assert/v2/@v/v2.0.1.mod GO_MODULE_FILES+= github.com/go-playground/locales/@v/v0.12.1.mod +GO_MODULE_FILES+= github.com/go-playground/locales/@v/v0.13.0.mod GO_MODULE_FILES+= github.com/go-playground/universal-translator/@v/v0.16.0.mod +GO_MODULE_FILES+= github.com/go-playground/universal-translator/@v/v0.17.0.mod +GO_MODULE_FILES+= github.com/go-playground/validator/v10/@v/v10.2.0.mod +GO_MODULE_FILES+= github.com/go-playground/validator/v10/@v/v10.4.1.mod GO_MODULE_FILES+= github.com/go-redis/redis/@v/v6.15.9+incompatible.mod GO_MODULE_FILES+= github.com/go-redis/redis/v8/@v/v8.0.0-beta.10.0.20200905143926-df7fe4e2ce72.mod GO_MODULE_FILES+= github.com/go-redis/redis/v8/@v/v8.11.4.mod @@ -1020,8 +1104,12 @@ GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.3.2.zip GO_MODULE_FILES+= github.com/gogo/status/@v/v1.0.3.mod GO_MODULE_FILES+= github.com/gogo/status/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/gogo/status/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/golang-jwt/jwt/@v/v3.2.1+incompatible.mod +GO_MODULE_FILES+= github.com/golang-jwt/jwt/@v/v3.2.1+incompatible.zip GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.0.0.mod -GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.0.0.zip +GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.1.0.mod +GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.2.0.mod +GO_MODULE_FILES+= github.com/golang-jwt/jwt/v4/@v/v4.2.0.zip GO_MODULE_FILES+= github.com/golang-migrate/migrate/v4/@v/v4.7.0.mod GO_MODULE_FILES+= github.com/golang-migrate/migrate/v4/@v/v4.7.0.zip GO_MODULE_FILES+= github.com/golang-sql/civil/@v/v0.0.0-20190719163853-cb61b32ac6fe.mod @@ -1091,6 +1179,8 @@ GO_MODULE_FILES+= github.com/google/flatbuffers/@v/v1.11.0.mod GO_MODULE_FILES+= github.com/google/flatbuffers/@v/v1.12.0.mod GO_MODULE_FILES+= github.com/google/flatbuffers/@v/v2.0.0+incompatible.mod GO_MODULE_FILES+= github.com/google/flatbuffers/@v/v2.0.0+incompatible.zip +GO_MODULE_FILES+= github.com/google/go-cloud/@v/v0.24.1-0.20220209172924-99801bbb523a.mod +GO_MODULE_FILES+= github.com/google/go-cloud/@v/v0.24.1-0.20220209172924-99801bbb523a.zip GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.0.mod GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.1.mod @@ -1109,11 +1199,14 @@ GO_MODULE_FILES+= github.com/google/go-github/@v/v17.0.0+incompatible.mod GO_MODULE_FILES+= github.com/google/go-github/v32/@v/v32.1.0.mod GO_MODULE_FILES+= github.com/google/go-querystring/@v/v0.0.0-20170111101155-53e6ce116135.mod GO_MODULE_FILES+= github.com/google/go-querystring/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/google/go-replayers/grpcreplay/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/google/go-replayers/httpreplay/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/google/gofuzz/@v/v0.0.0-20161122191042-44d81051d367.mod GO_MODULE_FILES+= github.com/google/gofuzz/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/google/gofuzz/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/google/gofuzz/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.mod +GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.1-0.20190517191504-25dcb96d9e51+incompatible.mod GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.0.0.mod GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.1.0.mod GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.2.1.mod @@ -1132,12 +1225,12 @@ GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201007051231-1066cbb265c7. GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201023163331-3e6fc7fc9c4c.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201117184057-ae444373da19.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201203190320-1bf35d6f28c2.mod -GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201218002935-b9804c9f04c2.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210122040257-d980be63207e.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210208152844-1612e9be7af6.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210226084205-cbba55b83ad5.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210323184331-8eee2492667d.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210504235042-3a04a4d88a10.mod +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210506205249-923b5ab0fc1a.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210601050228-01bbb1931b22.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210609004039-a478d1d731e9.mod GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210720184732-4bb14d4b1be1.mod @@ -1211,13 +1304,16 @@ GO_MODULE_FILES+= github.com/grafana/dskit/@v/v0.0.0-20211011144203-3a88ec0b675f GO_MODULE_FILES+= github.com/grafana/dskit/@v/v0.0.0-20211011144203-3a88ec0b675f.zip GO_MODULE_FILES+= github.com/grafana/go-mssqldb/@v/v0.0.0-20210326084033-d0ce3c521036.mod GO_MODULE_FILES+= github.com/grafana/go-mssqldb/@v/v0.0.0-20210326084033-d0ce3c521036.zip -GO_MODULE_FILES+= github.com/grafana/grafana-aws-sdk/@v/v0.10.0.mod -GO_MODULE_FILES+= github.com/grafana/grafana-aws-sdk/@v/v0.10.0.zip +GO_MODULE_FILES+= github.com/grafana/grafana-aws-sdk/@v/v0.10.3.mod +GO_MODULE_FILES+= github.com/grafana/grafana-aws-sdk/@v/v0.10.3.zip +GO_MODULE_FILES+= github.com/grafana/grafana-azure-sdk-go/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/grafana/grafana-azure-sdk-go/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/grafana/grafana-google-sdk-go/@v/v0.0.0-20211104130251-b190293eaf58.mod GO_MODULE_FILES+= github.com/grafana/grafana-google-sdk-go/@v/v0.0.0-20211104130251-b190293eaf58.zip GO_MODULE_FILES+= github.com/grafana/grafana-plugin-sdk-go/@v/v0.114.0.mod GO_MODULE_FILES+= github.com/grafana/grafana-plugin-sdk-go/@v/v0.125.0.mod -GO_MODULE_FILES+= github.com/grafana/grafana-plugin-sdk-go/@v/v0.125.0.zip +GO_MODULE_FILES+= github.com/grafana/grafana-plugin-sdk-go/@v/v0.131.0.mod +GO_MODULE_FILES+= github.com/grafana/grafana-plugin-sdk-go/@v/v0.131.0.zip GO_MODULE_FILES+= github.com/grafana/grafana-plugin-sdk-go/@v/v0.94.0.mod GO_MODULE_FILES+= github.com/grafana/loki/@v/v1.6.2-0.20211015002020-7832783b1caa.mod GO_MODULE_FILES+= github.com/grafana/loki/@v/v1.6.2-0.20211015002020-7832783b1caa.zip @@ -1248,6 +1344,8 @@ GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.4.mod GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.5.mod GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-opentracing/@v/v0.0.0-20180507213350-8e809c8a8645.mod GO_MODULE_FILES+= github.com/hailocab/go-hostpool/@v/v0.0.0-20160125115350-e80d13ce29ed.mod +GO_MODULE_FILES+= github.com/hanwen/go-fuse/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hanwen/go-fuse/v2/@v/v2.1.0.mod GO_MODULE_FILES+= github.com/harlow/kinesis-consumer/@v/v0.3.1-0.20181230152818-2f58b136fee0.mod GO_MODULE_FILES+= github.com/hashicorp/consul/@v/v1.10.2.mod GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.1.0.mod @@ -1381,6 +1479,7 @@ GO_MODULE_FILES+= github.com/huandu/xstrings/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/huandu/xstrings/@v/v1.3.1.mod GO_MODULE_FILES+= github.com/hudl/fargo/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/iancoleman/strcase/@v/v0.0.0-20180726023541-3605ed457bf7.mod +GO_MODULE_FILES+= github.com/iancoleman/strcase/@v/v0.2.0.mod GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.mod GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20200824232613-28f6c0f3b639.mod GO_MODULE_FILES+= github.com/igm/sockjs-go/v3/@v/v3.0.1.mod @@ -1520,13 +1619,15 @@ GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.5.0.mod GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.10.3.mod GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.11.0.mod GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.11.12.mod GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.11.13.mod GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.11.3.mod GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.12.2.mod GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.13.1.mod -GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.13.1.zip +GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.13.6.mod +GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.13.6.zip GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.8.2.mod GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.9.5.mod @@ -1561,6 +1662,7 @@ GO_MODULE_FILES+= github.com/kubernetes/apimachinery/@v/v0.0.0-20190119020841-d4 GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v0.0.0-20160406211939-eadb3ce320cb.mod GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v0.0.0-20170820004349-d65d576e9348.mod GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v1.1.0.zip GO_MODULE_FILES+= github.com/labstack/echo/v4/@v/v4.1.11.mod GO_MODULE_FILES+= github.com/labstack/echo/v4/@v/v4.2.1.mod GO_MODULE_FILES+= github.com/labstack/gommon/@v/v0.3.0.mod @@ -1572,12 +1674,14 @@ GO_MODULE_FILES+= github.com/lann/ps/@v/v0.0.0-20150810152359-62de8c46ede0.mod GO_MODULE_FILES+= github.com/leanovate/gopter/@v/v0.2.4.mod GO_MODULE_FILES+= github.com/leesper/go_rng/@v/v0.0.0-20190531154944-a612b043e353.mod GO_MODULE_FILES+= github.com/leodido/go-urn/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/leodido/go-urn/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/leodido/ragel-machinery/@v/v0.0.0-20181214104525-299bdde78165.mod GO_MODULE_FILES+= github.com/leoluk/perflib_exporter/@v/v0.1.0.mod GO_MODULE_FILES+= github.com/lib/pq/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/lib/pq/@v/v1.1.1.mod -GO_MODULE_FILES+= github.com/lib/pq/@v/v1.10.0.mod -GO_MODULE_FILES+= github.com/lib/pq/@v/v1.10.0.zip +GO_MODULE_FILES+= github.com/lib/pq/@v/v1.10.3.mod +GO_MODULE_FILES+= github.com/lib/pq/@v/v1.10.4.mod +GO_MODULE_FILES+= github.com/lib/pq/@v/v1.10.4.zip GO_MODULE_FILES+= github.com/lib/pq/@v/v1.2.0.mod GO_MODULE_FILES+= github.com/lib/pq/@v/v1.3.0.mod GO_MODULE_FILES+= github.com/lightstep/lightstep-tracer-common/golang/gogo/@v/v0.0.0-20190605223551-bc2310a04743.mod @@ -1593,11 +1697,13 @@ GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.0.2.mod GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.0.3.mod GO_MODULE_FILES+= github.com/lufia/iostat/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/lyft/protoc-gen-star/@v/v0.5.1.mod +GO_MODULE_FILES+= github.com/lyft/protoc-gen-star/@v/v0.5.3.mod GO_MODULE_FILES+= github.com/lyft/protoc-gen-validate/@v/v0.0.13.mod GO_MODULE_FILES+= github.com/m3db/prometheus_remote_client_golang/@v/v0.4.4.mod GO_MODULE_FILES+= github.com/m3db/prometheus_remote_client_golang/@v/v0.4.4.zip GO_MODULE_FILES+= github.com/magefile/mage/@v/v1.11.0.mod -GO_MODULE_FILES+= github.com/magefile/mage/@v/v1.11.0.zip +GO_MODULE_FILES+= github.com/magefile/mage/@v/v1.12.1.mod +GO_MODULE_FILES+= github.com/magefile/mage/@v/v1.12.1.zip GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.0.mod GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.1.mod GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.5.mod @@ -1716,7 +1822,8 @@ GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.3.3.mod GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.0.mod GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.1-0.20210112042008-8ebf2d61a8b4.mod GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.1.mod -GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.1.zip +GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.2.mod +GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.2.zip GO_MODULE_FILES+= github.com/mitchellh/osext/@v/v0.0.0-20151018003038-5e2d6d41470f.mod GO_MODULE_FILES+= github.com/mitchellh/pointerstructure/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/mitchellh/reflectwalk/@v/v1.0.0.mod @@ -1742,6 +1849,7 @@ GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v1.0.2.mod GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v1.0.2.zip GO_MODULE_FILES+= github.com/modocache/gover/@v/v0.0.0-20171022184752-b58185e213c5.mod GO_MODULE_FILES+= github.com/montanaflynn/stats/@v/v0.0.0-20171201202039-1bf9dbcd8cbe.mod +GO_MODULE_FILES+= github.com/montanaflynn/stats/@v/v0.6.6.mod GO_MODULE_FILES+= github.com/morikuni/aec/@v/v0.0.0-20170113033406-39771216ff4c.mod GO_MODULE_FILES+= github.com/morikuni/aec/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/moul/http2curl/@v/v1.0.0.mod @@ -1904,6 +2012,7 @@ GO_MODULE_FILES+= github.com/pierrec/lz4/v4/@v/v4.1.8.mod GO_MODULE_FILES+= github.com/pierrec/lz4/v4/@v/v4.1.8.zip GO_MODULE_FILES+= github.com/pingcap/errors/@v/v0.11.4.mod GO_MODULE_FILES+= github.com/pkg/browser/@v/v0.0.0-20180916011732-0a3d74bf9ce4.mod +GO_MODULE_FILES+= github.com/pkg/browser/@v/v0.0.0-20210115035449-ce105d075bb4.mod GO_MODULE_FILES+= github.com/pkg/browser/@v/v0.0.0-20210911075715-681adbf594b8.mod GO_MODULE_FILES+= github.com/pkg/browser/@v/v0.0.0-20210911075715-681adbf594b8.zip GO_MODULE_FILES+= github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.mod @@ -2067,6 +2176,7 @@ GO_MODULE_FILES+= github.com/robfig/cron/v3/@v/v3.0.1.mod GO_MODULE_FILES+= github.com/robfig/cron/v3/@v/v3.0.1.zip GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v0.0.0-20150106093220-6724a57986af.mod GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/rogpeppe/go-charset/@v/v0.0.0-20180617210344-2471d30d28b4.mod GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.1.0.mod GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.2.2.mod GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.3.0.mod @@ -2413,6 +2523,7 @@ GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.5.2.mod GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.7.0.mod GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.7.0.zip GO_MODULE_FILES+= go.mozilla.org/pkcs7/@v/v0.0.0-20200128120323-432b2356ecb1.mod +GO_MODULE_FILES+= go.opencensus.io/@v/v0.15.0.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.20.1.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.20.2.mod GO_MODULE_FILES+= go.opencensus.io/@v/v0.21.0.mod @@ -2463,12 +2574,14 @@ GO_MODULE_FILES+= go.uber.org/automaxprocs/@v/v1.2.0.mod GO_MODULE_FILES+= go.uber.org/automaxprocs/@v/v1.4.0.mod GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.0.0.mod GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.10.mod -GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.10.zip +GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.11-0.20210813005559-691160354723.mod +GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.11-0.20210813005559-691160354723.zip GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.1.0.mod GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.3.0.mod GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.4.0.mod GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.5.0.mod GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.6.0.mod +GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.7.0.mod GO_MODULE_FILES+= go.uber.org/tools/@v/v0.0.0-20190618225709-2cfd321de3ee.mod GO_MODULE_FILES+= go.uber.org/zap/@v/v1.10.0.mod GO_MODULE_FILES+= go.uber.org/zap/@v/v1.13.0.mod @@ -2477,6 +2590,7 @@ GO_MODULE_FILES+= go.uber.org/zap/@v/v1.14.1.mod GO_MODULE_FILES+= go.uber.org/zap/@v/v1.16.0.mod GO_MODULE_FILES+= go.uber.org/zap/@v/v1.17.0.mod GO_MODULE_FILES+= go.uber.org/zap/@v/v1.18.1.mod +GO_MODULE_FILES+= go.uber.org/zap/@v/v1.19.1.mod GO_MODULE_FILES+= go.uber.org/zap/@v/v1.9.1.mod GO_MODULE_FILES+= go4.org/intern/@v/v0.0.0-20210108033219-3eb7198706b2.mod GO_MODULE_FILES+= go4.org/unsafe/assume-no-moving-gc/@v/v0.0.0-20201222175341-b30ae309168e.mod @@ -2529,7 +2643,10 @@ GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210314154223-e6e6c4f2bb5b.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210322153248-0c34fe9e7dc2.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210513164829-c07d793c2f9a.mod GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210616213533-5ff15b29337e.mod -GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210616213533-5ff15b29337e.zip +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210921155107-089bfa567519.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20211115234514-b4de73f9ece8.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20211117183948-ae814b36b871.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20211117183948-ae814b36b871.zip GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20180321215751-8460e604b9de.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20180807140117-3d87b88a115f.mod GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod @@ -2572,7 +2689,6 @@ GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20200130185559-910be7a94367.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20201208152925-83fdc39ff7b5.mod GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20210508222113-6edffad5e616.mod -GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20210508222113-6edffad5e616.zip GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190312151609-d3739f865fa6.mod GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.mod GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20201217150744-e6ae53a27f4f.mod @@ -2587,6 +2703,7 @@ GO_MODULE_FILES+= golang.org/x/mod/@v/v0.3.1-0.20200828183125-ce943fd02449.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.0.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.1.mod GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.2.mod +GO_MODULE_FILES+= golang.org/x/mod/@v/v0.5.0.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20170114055629-f2499483f923.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180530234432-1e491301e022.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod @@ -2645,6 +2762,7 @@ GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200822124328-c89045814202.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200904194848-62affa334b73.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201006153459-a7d1128ccaa0.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201010224723-4f7140c49acb.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201021035429-f5854403a974.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201031054903-ff519b6c9102.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201110031124-69a78807bb2b.mod @@ -2667,9 +2785,13 @@ GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210525063256-abc453219eb5.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210610132358-84b48f89b13b.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210614182718-04defd469f4e.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210726213435-c6fcb2dbf985.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210813160813-60bc85c4be6d.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210903162142-ad29c8ab022f.mod -GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211013171255-e13a2654a71e.mod -GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211013171255-e13a2654a71e.zip +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211015210444-4f30a5c0130f.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211020060615-d418f374d309.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211112202133-69e39bad7dc2.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211118161319-6a13c67c3ce4.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211118161319-6a13c67c3ce4.zip GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20181106182150-f42d05182288.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod @@ -2691,7 +2813,9 @@ GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210514164344-f6687ab2804c.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210628180205-a41e5a781914.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210805134026-6f1e6394065a.mod GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210819190943-2bc19b11175f.mod -GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210819190943-2bc19b11175f.zip +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20211005180243-6b3c2da341f1.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20211104180415-d3ed0bb246c8.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20211104180415-d3ed0bb246c8.zip GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod @@ -2855,11 +2979,17 @@ GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210616045830-e2b7044e8c71.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210616094352-59db8d763f22.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210630005230-0f9fa26af87c.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210806184541-e5e7981a1069.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210816183151-1e6c022a8912.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210823070655-63515b42dcdf.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210906170528-6f6e22806c34.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210908233432-aa78b53d3365.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210917161153-d61c044b1678.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211007075335-d3039528d8ac.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211019181941-9d821ace8654.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211025201205-69cdffdb9359.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211110154304-99a53858aa08.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211116061358-0a5406a5449c.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211117180635-dee7805ff2e1.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20211124211545-fe61309f8881.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220114195835-da31bd327af9.mod GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220114195835-da31bd327af9.zip @@ -2889,7 +3019,8 @@ GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20201208040808-7e3f01d25324.mod GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20210220033141-f8bda1e9f3ba.mod GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20210611083556-38a9dc6acbc6.mod GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20210723032227-1f47c861a9ac.mod -GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20210723032227-1f47c861a9ac.zip +GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20211116232009-f0f3c7e86c11.mod +GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20211116232009-f0f3c7e86c11.zip GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180221164845-07fd8470d635.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180525024113-a5b4c53f6e8b.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180828015842-6cd1fcedba52.mod @@ -2991,14 +3122,14 @@ GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201208233053-a543418bbed2.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201224043029-2b0845dc783e.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20210105154028-b0ab187a4818.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20210106214847-113979e3529a.mod -GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20210108195828-e2f9c7f1fc8e.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.0.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.1.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.2.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.3.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.4.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.5.mod -GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.5.zip +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.9.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.9.zip GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod @@ -3008,11 +3139,12 @@ GO_MODULE_FILES+= golang.zx2c4.com/wireguard/@v/v0.0.20200121.mod GO_MODULE_FILES+= golang.zx2c4.com/wireguard/wgctrl/@v/v0.0.0-20200205215550-e35592f146e4.mod GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.0.0-20180816165407-929014505bf4.mod GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.0.0-20181121035319-3f7ecaa7e8ca.mod +GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.11.0.mod +GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.11.0.zip GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.6.0.mod GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.6.2.mod GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.8.2.mod GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.9.3.mod -GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.9.3.zip GO_MODULE_FILES+= gonum.org/v1/netlib/@v/v0.0.0-20181029234149-ec6d1f5cefe6.mod GO_MODULE_FILES+= gonum.org/v1/netlib/@v/v0.0.0-20190313105609-8cb42192e0e0.mod GO_MODULE_FILES+= gonum.org/v1/plot/@v/v0.0.0-20190515093506-e2840ee46a6b.mod @@ -3053,7 +3185,9 @@ GO_MODULE_FILES+= google.golang.org/api/@v/v0.55.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.56.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.57.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.58.0.mod -GO_MODULE_FILES+= google.golang.org/api/@v/v0.58.0.zip +GO_MODULE_FILES+= google.golang.org/api/@v/v0.59.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.60.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.60.0.zip GO_MODULE_FILES+= google.golang.org/api/@v/v0.7.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.8.0.mod GO_MODULE_FILES+= google.golang.org/api/@v/v0.9.0.mod @@ -3125,9 +3259,7 @@ GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201110150050-8816d57aaa GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201201144952-b05cb90ed32e.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201210142538-e3217bee35cc.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201214200347-8c77b98c765d.mod -GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210108203827-ffc7fda8c3d7.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210222152913-aa3ee6e6a81c.mod -GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210226172003-ab064af71705.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210303154014-9728d6b83eeb.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210310155132-4ce2db91004e.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210312152112-fc591d9ea70f.mod @@ -3135,6 +3267,7 @@ GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210319143718-93e7006c17 GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210402141018-6c239bbf2bb1.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210429181445-86c259c2b4ab.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210513213006-bf773b8c8384.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210517163617-5e0236093d7a.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210602131652-f16073e35f0c.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210604141403-392c879c8b08.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210608205507-b6d2f5bf0d7d.mod @@ -3153,8 +3286,14 @@ GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210909211513-a8c4777a87 GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210917145530-b395a37504d4.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210921142501-181ce0d877f6.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210924002016-3dee208752a0.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211008145708-270636b82663.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211016002631-37fc39342514.mod GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211018162055-cf77aa76bad2.mod -GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211018162055-cf77aa76bad2.zip +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211019152133-63b7e35f4404.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211021150943-2b146023228c.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211028162531-8db9c33dc351.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211118181313-81c1377c94b1.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20211118181313-81c1377c94b1.zip GO_MODULE_FILES+= google.golang.org/grpc/@v/v0.0.0-20160317175043-d3ddb4469d5a.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.12.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.14.0.mod @@ -3194,7 +3333,8 @@ GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.39.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.39.1.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.40.0.mod GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.41.0.mod -GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.41.0.zip +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.42.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.42.0.zip GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.8.0.mod GO_MODULE_FILES+= google.golang.org/grpc/cmd/protoc-gen-go-grpc/@v/v0.0.0-20200910201057-6591123024b3.mod GO_MODULE_FILES+= google.golang.org/grpc/cmd/protoc-gen-go-grpc/@v/v1.1.0.mod @@ -3386,6 +3526,7 @@ GO_MODULE_FILES+= modernc.org/mathutil/@v/v1.1.1.mod GO_MODULE_FILES+= modernc.org/memory/@v/v1.0.1.mod GO_MODULE_FILES+= modernc.org/sqlite/@v/v1.7.4.mod GO_MODULE_FILES+= modernc.org/tcl/@v/v1.4.1.mod +GO_MODULE_FILES+= nhooyr.io/websocket/@v/v1.8.7.mod GO_MODULE_FILES+= rsc.io/binaryregexp/@v/v0.2.0.mod GO_MODULE_FILES+= rsc.io/pdf/@v/v0.1.1.mod GO_MODULE_FILES+= rsc.io/quote/v3/@v/v3.1.0.mod From b73ef353ea74f55014d2deee486d0a2b364a73c8 Mon Sep 17 00:00:00 2001 From: triaxx Date: Sat, 21 May 2022 07:42:12 +0000 Subject: [PATCH 0720/1154] doc: Updated www/grafana to 8.5.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 70f97260d9322..23ea29bb4388b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2647 2022/05/21 00:08:10 gdt Exp $ +$NetBSD: CHANGES-2022,v 1.2648 2022/05/21 07:42:12 triaxx Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4092,3 +4092,4 @@ Changes to the packages collection and infrastructure in 2022: Updated audio/spotify-player to 0.7.0 [pin 2022-05-20] Added editors/tp-note version 1.16.6 [pin 2022-05-20] Updated geography/qgis to 3.22.7 [gdt 2022-05-21] + Updated www/grafana to 8.5.3 [triaxx 2022-05-21] From 1b67edf57788a68a703c4e07af99e7ade45576a8 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 07:43:57 +0000 Subject: [PATCH 0721/1154] poppler: Bump GCC requirement to GCC 7, it wants std::optional. --- print/poppler/Makefile.common | 15 +++++++++++++-- print/poppler/buildlink3.mk | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index db3aa21b27a89..3f2bdc6745ffa 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.133 2022/05/04 06:33:40 wiz Exp $ +# $NetBSD: Makefile.common,v 1.134 2022/05/21 07:43:57 nia Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -23,7 +23,18 @@ PATCHDIR= ${.CURDIR}/../../print/poppler/patches USE_CMAKE= yes USE_LANGUAGES= c c++17 USE_TOOLS+= pkg-config -GCC_REQD+= 5 +GCC_REQD+= 7 # std::optional + +.include "../../mk/bsd.prefs.mk" + +# This package will link against libstdc++.so from the pkgsrc GCC when the +# base OS GCC doesn't meet the minimum requirement. Thus we do this so the +# appropriate gcc-libs package will be captured as a dependency, otherwise +# binary packages will be broken. +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000 +USE_PKGSRC_GCC= yes +USE_PKGSRC_GCC_RUNTIME= yes +.endif .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) diff --git a/print/poppler/buildlink3.mk b/print/poppler/buildlink3.mk index 18b1ac3a8ea15..92ac8d4fe0b49 100644 --- a/print/poppler/buildlink3.mk +++ b/print/poppler/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.89 2022/05/04 21:05:41 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.90 2022/05/21 07:43:57 nia Exp $ BUILDLINK_TREE+= poppler @@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.poppler+= poppler>=0.5.1 BUILDLINK_ABI_DEPENDS.poppler+= poppler>=22.04.0 BUILDLINK_PKGSRCDIR.poppler?= ../../print/poppler -GCC_REQD+= 5 +GCC_REQD+= 7 .include "../../devel/nss/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" From 2ffdbf2faf34b99cd7f260362767c0789ea9ec5a Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 07:51:53 +0000 Subject: [PATCH 0722/1154] bitcoin: wants C++17 --- finance/bitcoin/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/finance/bitcoin/Makefile b/finance/bitcoin/Makefile index 6cd34a822451b..69967125fd357 100644 --- a/finance/bitcoin/Makefile +++ b/finance/bitcoin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2022/04/18 19:11:02 adam Exp $ +# $NetBSD: Makefile,v 1.50 2022/05/21 07:51:53 nia Exp $ DISTNAME= bitcoin-22.0 PKGREVISION= 5 @@ -12,8 +12,8 @@ LICENSE= mit RCD_SCRIPTS= bitcoind -# bitcoin-core requires c++11 (but does not need manual -std=c++11). USE_LANGUAGES= c c++ +GCC_REQD+= 7 # C++17 USE_LIBTOOL= yes USE_TOOLS+= autoconf automake gmake pkg-config GNU_CONFIGURE= yes @@ -25,6 +25,15 @@ TEST_TARGET= check .include "../../mk/bsd.prefs.mk" +# This package will link against libstdc++.so from the pkgsrc GCC when the +# base OS GCC doesn't meet the minimum requirement. Thus we do this so the +# appropriate gcc-libs package will be captured as a dependency, otherwise +# binary packages will be broken. +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000 +USE_PKGSRC_GCC= yes +USE_PKGSRC_GCC_RUNTIME= yes +.endif + .if ${OS_VARIANT} == "SmartOS" CONFIGURE_ARGS+= --disable-tests .endif From c17a503c53803d97cabb9044a26a4b2cd5914861 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 07:55:39 +0000 Subject: [PATCH 0723/1154] strawberry: wants std::optional --- audio/strawberry/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile index ccc3e512a8e9a..cd4575a0ebfab 100644 --- a/audio/strawberry/Makefile +++ b/audio/strawberry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2022/04/18 19:10:26 adam Exp $ +# $NetBSD: Makefile,v 1.35 2022/05/21 07:55:39 nia Exp $ DISTNAME= strawberry-1.0.4 PKGREVISION= 1 @@ -17,6 +17,7 @@ TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools USE_CMAKE= yes USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config +GCC_REQD+= 7 # std::optional DEPENDS+= gst-plugins1-flac-[0-9]*:../../audio/gst-plugins1-flac DEPENDS+= gst-plugins1-mpg123-[0-9]*:../../audio/gst-plugins1-mpg123 @@ -39,6 +40,14 @@ DEPENDS+= gst-plugins1-oss-[0-9]*:../../audio/gst-plugins1-oss .if ${OPSYS} == "NetBSD" PREFER.sqlite3= pkgsrc # fts5 +# This package will link against libstdc++.so from the pkgsrc GCC when the +# base OS GCC doesn't meet the minimum requirement. Thus we do this so the +# appropriate gcc-libs package will be captured as a dependency, otherwise +# binary packages will be broken. +. if ${OPSYS_VERSION} < 090000 +USE_PKGSRC_GCC= yes +USE_PKGSRC_GCC_RUNTIME= yes +. endif .endif INSTALLATION_DIRS+= ${PKGMANDIR}/man1 From 8e9413bebb56f2837432a77e1be5d6bc8e9b5eed Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 21 May 2022 07:58:22 +0000 Subject: [PATCH 0724/1154] postgresql13-client: remove 2nd MAKE_JOBS_SAFE --- databases/postgresql13-client/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/databases/postgresql13-client/Makefile b/databases/postgresql13-client/Makefile index 8a4f75920cf70..2d45f034e8146 100644 --- a/databases/postgresql13-client/Makefile +++ b/databases/postgresql13-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2022/05/14 13:59:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/21 07:58:22 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-client-/} COMMENT= PostgreSQL database client programs @@ -49,11 +49,6 @@ BUILD_DIRS+= ${INSTALL_DIRS} # Without this, the Darwin build fails (related to -bundle_loader). BUILD_DIRS+= src/backend -# ld: fatal: library -lpgfeutils: not found -# ld: fatal: file processing errors. No output written to pg_verifybackup -# ld: fatal: file processing errors. No output written to initdb -MAKE_JOBS_SAFE= no - .for f in pg_service.conf psqlrc CONF_FILES+= share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f} .endfor From 11678e0c2af679055aadb4c87c6de060621b5a7c Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 08:00:42 +0000 Subject: [PATCH 0725/1154] darkice: Assumes compiler defaults to C++11 --- audio/darkice/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 2e7aca2cc0093..061a51f170bea 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2022/03/28 10:43:31 tnn Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/21 08:00:42 nia Exp $ # DISTNAME= darkice-1.4 @@ -13,8 +13,9 @@ COMMENT= IceCast, IceCast2, and ShoutCast live audio streamer LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 USE_TOOLS+= gmake pkg-config +GCC_REQD+= 4.7 # C++11 EGDIR= ${PREFIX}/share/examples/darkice HTMLDIR= ${PREFIX}/share/doc/darkice From 4b6e486dce98d14f649563879e0e23d665734fca Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 08:01:44 +0000 Subject: [PATCH 0726/1154] darkice: document hack --- audio/darkice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 061a51f170bea..f95fbcef56a53 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2022/05/21 08:00:42 nia Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/21 08:01:44 nia Exp $ # DISTNAME= darkice-1.4 @@ -13,6 +13,7 @@ COMMENT= IceCast, IceCast2, and ShoutCast live audio streamer LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes +# Uses std::regex without setting -std=... USE_LANGUAGES= c c++11 USE_TOOLS+= gmake pkg-config GCC_REQD+= 4.7 # C++11 From 6557e852a9252caa5d1874528ac9a404d46464f7 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 09:04:50 +0000 Subject: [PATCH 0727/1154] gcc.mk: Force USE_GCC_RUNTIME (etc.) on older NetBSD versions that request a newer compiler. Stop selecting gcc6, it receives very limited testing due to NetBSD 9 having gcc7, and probably doesn't work due to some newer hardening checks stopping it from building. --- mk/compiler/gcc.mk | 67 +++++++++++++++++----------------------------- 1 file changed, 24 insertions(+), 43 deletions(-) diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index fc094c8955637..78f578f60a14f 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.239 2022/04/07 12:12:02 adam Exp $ +# $NetBSD: gcc.mk,v 1.240 2022/05/21 09:04:50 nia Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -94,7 +94,7 @@ _DEF_VARS.gcc= \ _IS_BUILTIN_GCC \ _LANGUAGES.gcc \ _LINKER_RPATH_FLAG \ - _NEED_GCC6 _NEED_GCC7 _NEED_GCC8 _NEED_GCC9 \ + _NEED_GCC7 _NEED_GCC8 _NEED_GCC9 \ _NEED_GCC10 \ _NEED_GCC_AUX _NEED_NEWER_GCC \ _PKGSRC_GCC_VERSION \ @@ -125,7 +125,7 @@ _USE_VARS.gcc= \ _PKGSRC_USE_FORTIFY _PKGSRC_USE_RELRO _PKGSRC_USE_STACK_CHECK \ _OPSYS_INCLUDE_DIRS _OPSYS_LIB_DIRS _IGN_VARS.gcc= \ - _GCC6_PATTERNS _GCC7_PATTERNS _GCC8_PATTERNS _GCC9_PATTERNS \ + _GCC7_PATTERNS _GCC8_PATTERNS _GCC9_PATTERNS \ _GCC10_PATTERNS _GCC_AUX_PATTERNS _LISTED_VARS.gcc= \ MAKEFLAGS IMAKEOPTS LDFLAGS PREPEND_PATH @@ -154,11 +154,8 @@ _GCC_DIST_NAME:= gcc10 .include "../../lang/${_GCC_DIST_NAME}/version.mk" _GCC_DIST_VERSION:= ${${_GCC_DIST_NAME:tu}_DIST_VERSION} -# _GCC6_PATTERNS matches N s.t. N < 7. -_GCC6_PATTERNS= 5 6 [0-6].* - # _GCC7_PATTERNS matches N s.t. 7.0 <= N < 8. -_GCC7_PATTERNS= 7 7.* +_GCC7_PATTERNS= 5 6 [0-6].* 7 7.* # _GCC8_PATTERNS matches N s.t. 8.0 <= N < 9. _GCC8_PATTERNS= 8 8.* @@ -272,33 +269,43 @@ _GCC_STRICTEST_REQD= ${_version_} _GCC_REQD= ${_GCC_STRICTEST_REQD} # Determine which GCC version is required by examining _GCC_REQD. -_NEED_GCC6?= no -.for _pattern_ in ${_GCC6_PATTERNS} -. if !empty(_GCC_REQD:M${_pattern_}) -_NEED_GCC6= yes -. endif -.endfor _NEED_GCC7?= no .for _pattern_ in ${_GCC7_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) +. if ${OPSYS} == "NetBSD"" && ${OPSYS_VERSION} < 089937 +USE_PKGSRC_GCC= yes +USE_PKGSRC_GCC_RUNTIME= yes +. endif _NEED_GCC7= yes . endif .endfor _NEED_GCC8?= no .for _pattern_ in ${_GCC8_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) +. if ${OPSYS} == "NetBSD"" && ${OPSYS_VERSION} < 099917 +USE_PKGSRC_GCC= yes +USE_PKGSRC_GCC_RUNTIME= yes +. endif _NEED_GCC8= yes . endif .endfor _NEED_GCC9?= no .for _pattern_ in ${_GCC9_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) +. if ${OPSYS} == "NetBSD"" && ${OPSYS_VERSION} < 099976 +USE_PKGSRC_GCC= yes +USE_PKGSRC_GCC_RUNTIME= yes +. endif _NEED_GCC9= yes . endif .endfor _NEED_GCC10?= no .for _pattern_ in ${_GCC10_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) +. if ${OPSYS} == "NetBSD"" && ${OPSYS_VERSION} < 099982 +USE_PKGSRC_GCC= yes +USE_PKGSRC_GCC_RUNTIME= yes +. endif _NEED_GCC10= yes . endif .endfor @@ -309,7 +316,7 @@ _NEED_GCC_AUX= yes _NEED_NEWER_GCC=NO . endif .endfor -.if !empty(_NEED_GCC6:M[nN][oO]) && !empty(_NEED_GCC7:M[nN][oO]) && \ +.if !empty(_NEED_GCC7:M[nN][oO]) && \ !empty(_NEED_GCC8:M[nN][oO]) && !empty(_NEED_GCC9:M[nN][oO]) && \ !empty(_NEED_GCC10:M[nN][oO]) && \ !empty(_NEED_GCC_AUX:M[nN][oO]) @@ -320,7 +327,6 @@ _NEED_GCC8= yes .if !empty(MACHINE_PLATFORM:MNetBSD-*-earm*) && \ ${OPSYS_VERSION} < 099900 && \ (${_NEED_GCC8:tl} == "yes" || ${_NEED_GCC9:tl} == "yes") -_NEED_GCC6= no _NEED_GCC7= no _NEED_GCC8= no _NEED_GCC9= no @@ -329,9 +335,7 @@ _NEED_GCC10= yes # Assume by default that GCC will only provide a C compiler. LANGUAGES.gcc?= c -.if !empty(_NEED_GCC6:M[yY][eE][sS]) -LANGUAGES.gcc= c c++ fortran fortran77 go java objc obj-c++ -.elif !empty(_NEED_GCC7:M[yY][eE][sS]) +.if !empty(_NEED_GCC7:M[yY][eE][sS]) LANGUAGES.gcc= c c++ fortran fortran77 go java objc obj-c++ .elif !empty(_NEED_GCC8:M[yY][eE][sS]) LANGUAGES.gcc= c c++ fortran fortran77 go java objc obj-c++ @@ -426,28 +430,7 @@ CFLAGS+= -Wno-import CFLAGS+= ${_GCC_CFLAGS} FCFLAGS+= ${_GCC_FCFLAGS} -.if !empty(_NEED_GCC6:M[yY][eE][sS]) -# -# We require gcc-6.x in the lang/gcc6-* directory. -# -_GCC_PKGBASE= gcc6 -. if ${PKGPATH} == lang/gcc6 -_IGNORE_GCC= yes -MAKEFLAGS+= _IGNORE_GCC=yes -. endif -. if !defined(_IGNORE_GCC) && !empty(_LANGUAGES.gcc) -_GCC_PKGSRCDIR= ../../lang/gcc6 -_GCC_DEPENDENCY= gcc6>=${_GCC_REQD}:../../lang/gcc6 -. if !empty(_LANGUAGES.gcc:Mc++) || \ - !empty(_LANGUAGES.gcc:Mfortran) || \ - !empty(_LANGUAGES.gcc:Mfortran77) || \ - !empty(_LANGUAGES.gcc:Mgo) || \ - !empty(_LANGUAGES.gcc:Mobjc) || \ - !empty(_LANGUAGES.gcc:Mobj-c++) -_USE_GCC_SHLIB?= yes -. endif -. endif -.elif !empty(_NEED_GCC7:M[yY][eE][sS]) +.if !empty(_NEED_GCC7:M[yY][eE][sS]) # # We require gcc-7.x in the lang/gcc7-* directory. # @@ -846,9 +829,7 @@ PREPEND_PATH+= ${_GCC_DIR}/bin . if ${PKGPATH} != devel/libtool-base && ${PKGPATH} != devel/binutils && \ empty(PKGPATH:Mlang/gcc4?) && empty(PKGPATH:Mlang/gcc[5-9]) && \ empty(PKGPATH:Mlang/gcc10) -. if !empty(_GCC_PKGBASE:Mgcc6) -. include "../../lang/gcc6-libs/buildlink3.mk" -. elif !empty(_GCC_PKGBASE:Mgcc7) +. if !empty(_GCC_PKGBASE:Mgcc7) . include "../../lang/gcc7-libs/buildlink3.mk" . elif !empty(_GCC_PKGBASE:Mgcc8) . include "../../lang/gcc8-libs/buildlink3.mk" From 29ccd7952d05182046ce262ecab756e3d0ebfe89 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 21 May 2022 09:19:10 +0000 Subject: [PATCH 0728/1154] mail/php-mailparse: update to 3.1.3 3.1.2 (2021-09-01) * Fix for PHP 8.1 3.1.3 (Fix for PHP 8.1) * Fix #73110: Mails with unknown MIME version are treated as plain/text. (cmb) * Fix #74233: Parsing multi Content-Disposition causes memory leak. (cmb) * Fix #75825: mailparse_uudecode_all doesn't parse multiple files. (cmb) * Fix #81422: Potential double-free in mailparse_uudecode_all(). (cmb) * Fix gh#19 Segmentation fault with PHP 8.1 in extract_body using MAILPARSE_EXTRACT_RETURN. (Remi) --- mail/php-mailparse/Makefile | 4 ++-- mail/php-mailparse/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mail/php-mailparse/Makefile b/mail/php-mailparse/Makefile index 91d8e60fb10fb..0a8f2714a3dc6 100644 --- a/mail/php-mailparse/Makefile +++ b/mail/php-mailparse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2021/01/03 07:48:26 taca Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/21 09:19:10 taca Exp $ MODNAME= mailparse -PECL_VERSION= 3.1.1 +PECL_VERSION= 3.1.3 CATEGORIES+= mail COMMENT= PHP extension for email message manipulation LICENSE= php diff --git a/mail/php-mailparse/distinfo b/mail/php-mailparse/distinfo index 3feda3de5f5e2..248385c61a13d 100644 --- a/mail/php-mailparse/distinfo +++ b/mail/php-mailparse/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:54:20 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/21 09:19:10 taca Exp $ -BLAKE2s (php-mailparse/mailparse-3.1.1.tgz) = 62f8682bb8d0d8380fc379b37315b150a555c2ceb85545fc89059254f99b1c9d -SHA512 (php-mailparse/mailparse-3.1.1.tgz) = 01ddb8d4d27a74c14f70b02b49322c60fc79affab374205fee91b9da21e5148e08dba024f6bc620e4f26c2c937675e09092c52ca69172d2f7797c3e2bf374bee -Size (php-mailparse/mailparse-3.1.1.tgz) = 941192 bytes +BLAKE2s (php-mailparse/mailparse-3.1.3.tgz) = afcca266df7a1155431b8e24a36fcaf0010b52b0ba5c7ad16ff9d21d751645c6 +SHA512 (php-mailparse/mailparse-3.1.3.tgz) = 93659e479d8ab61ae473f6dc002b7198903eebdcfb4aa515e76952f5050fd1a815baccfcb57bd32fb9be6108dfed6dc73172067a58c9e6098058999bb3802000 +Size (php-mailparse/mailparse-3.1.3.tgz) = 943785 bytes SHA1 (patch-mailparse.c) = 4580b6bbcc60888a2dfbcf091ef6a4096bfd6617 From 7de6398ead1d4859e79674f188193cd89c4bd2a8 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 21 May 2022 09:19:30 +0000 Subject: [PATCH 0729/1154] doc: Updated mail/php-mailparse to 3.1.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 23ea29bb4388b..b289b6daa7022 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2648 2022/05/21 07:42:12 triaxx Exp $ +$NetBSD: CHANGES-2022,v 1.2649 2022/05/21 09:19:30 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4093,3 +4093,4 @@ Changes to the packages collection and infrastructure in 2022: Added editors/tp-note version 1.16.6 [pin 2022-05-20] Updated geography/qgis to 3.22.7 [gdt 2022-05-21] Updated www/grafana to 8.5.3 [triaxx 2022-05-21] + Updated mail/php-mailparse to 3.1.3 [taca 2022-05-21] From c632e9dcf5518f8c1b79cfb8ea033d68d48e9d29 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 09:26:50 +0000 Subject: [PATCH 0730/1154] gcc.mk: fix syntax --- mk/compiler/gcc.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index 78f578f60a14f..cdf663ca7ea66 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.240 2022/05/21 09:04:50 nia Exp $ +# $NetBSD: gcc.mk,v 1.241 2022/05/21 09:26:50 nia Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -272,7 +272,7 @@ _GCC_REQD= ${_GCC_STRICTEST_REQD} _NEED_GCC7?= no .for _pattern_ in ${_GCC7_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) -. if ${OPSYS} == "NetBSD"" && ${OPSYS_VERSION} < 089937 +. if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 089937 USE_PKGSRC_GCC= yes USE_PKGSRC_GCC_RUNTIME= yes . endif @@ -282,7 +282,7 @@ _NEED_GCC7= yes _NEED_GCC8?= no .for _pattern_ in ${_GCC8_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) -. if ${OPSYS} == "NetBSD"" && ${OPSYS_VERSION} < 099917 +. if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099917 USE_PKGSRC_GCC= yes USE_PKGSRC_GCC_RUNTIME= yes . endif @@ -292,7 +292,7 @@ _NEED_GCC8= yes _NEED_GCC9?= no .for _pattern_ in ${_GCC9_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) -. if ${OPSYS} == "NetBSD"" && ${OPSYS_VERSION} < 099976 +. if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099976 USE_PKGSRC_GCC= yes USE_PKGSRC_GCC_RUNTIME= yes . endif @@ -302,7 +302,7 @@ _NEED_GCC9= yes _NEED_GCC10?= no .for _pattern_ in ${_GCC10_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) -. if ${OPSYS} == "NetBSD"" && ${OPSYS_VERSION} < 099982 +. if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099982 USE_PKGSRC_GCC= yes USE_PKGSRC_GCC_RUNTIME= yes . endif From 88ba8897b6221dd0b1f14ea2e28c4ea9cb06cf07 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 09:36:02 +0000 Subject: [PATCH 0731/1154] mariadb106: update to 10.6.8 MariaDB 10.6.8 Release Notes Notable Items InnoDB * innodb_disallow_writes removed (MDEV-25975) * InnoDB gap locking fixes (MDEV-20605, MDEV-28422) * InnoDB performance improvements (MDEV-27557, MDEV-28185, MDEV-27767, MDEV-28313, MDEV-28137, MDEV-28465, MDEV-26789) * Backup regression fixes (MDEV-27919) * InnoDB portability: FreeBSD futexes (MDEV-26476), POWER and s390x transactional memory (MDEV-27956) * ALTER TABLE: Fixed bogus duplicate key errors (MDEV-15250) * DDL and crash recovery fixes (MDEV-27274, MDEV-27234, MDEV-27817) * Requests to recalculate persistent statistics were sometimes lost (MDEV-27805) Replication * Semisync-slave server recovery is refined to correctly rollback prepared transaction (MDEV-28461) * Circular semisync setup endless event circulation is handled (MDEV-27760) * Semisync-slave server recovery is extended to work on new server_id server (MDEV-27342) * Server initialization time gtid_slave_pos purge related reason of crashing in binlog background thread is removed (MDEV-26473) * Shutdown of the semisync master can't produce inconsistent state anymore (MDEV-11853) * Binlogs disappear after rsync IST (MDEV-28583) * autocommit=0 slave hang is eliminated (DBAAS-7828) * master crash is eliminated in compressed semisync replication protocol with packet counting amendment (MDEV-25580) * OPTIMIZE on a sequence does not cause counterfactual ER_BINLOG_UNSAFE_STATEMENT anymore (MDEV-24617) * Automatically generated Gtid_log_list_event is made to recognize within replication event group as a formal member (MDEV-28550) * Replication unsafe INSERT .. ON DUPLICATE KEY UPDATE using two or more unique key values at a time with MIXED format binlogging is corrected (MDEV-28310) * Replication unsafe INSERT .. ON DUPLICATE KEY UPDATE stops issuing unnessary "Unsafe statement" with MIXED binlog format (MDEV-21810) * Incomplete replication event groups are detected to error out by the slave IO thread (MDEV-27697) * mysqlbinlog --stop-never --raw now flushes the result file to disk after each processed event so the file can be listed with the actual bytes (MDEV-14608) Backup * Incorrect binlogs after Galera SST using rsync and mariabackup (MDEV-27524) * mariabackup does not detect multi-source replication slave (MDEV-21037) * Useless warning "InnoDB: Allocated tablespace ID for , old maximum was 0" during backup stage (MDEV-27343) * mariabackup prepare fails for incrementals if a new schema is created after full backup is taken (MDEV-28446) Optimizer * Query performance degradation in newer MariaDB versions when using many tables (MDEV-28073) * A SEGV in Item_field::used_tables/update_depend_map_for_order... (MDEV-26402) * ANALYZE FORMAT=JSON fields are incorrect for UNION ALL queries (MDEV-27699) * Subquery in an UPDATE query uses full scan instead of range (MDEV-22377) * Assertion `item1->type() == Item::FIELD_ITEM ... (MDEV-19398) * Server crashes in Expression_cache_tracker::fetch_current_stats (MDEV-28268) * MariaDB server crash at Item_subselect::init_expr_cache_tracker (MDEV-26164, MDEV-26047) * Crash with union of my_decimal type in ORDER BY clause (MDEV-25994) * SIGSEGV in st_join_table::cleanup (MDEV-24560) * Assertion `!eliminated' failed in Item_subselect::exec (MDEV-28437) General * Server error messages are now available in Chinese (MDEV-28227) * For RHEL/CentOS 7, non x86_64 architectures are no longer supported upstream and so our support will also be dropped with this release * Packages for Ubuntu 22.04 LTS "Jammy" and Fedora 36 are not yet available pending the resolution of MDEV-28133: Backport OpenSSL-3.0 compatibility to 10.6 branch Security * Fixes for the following security vulnerabilities: * CVE-2022-27376 * CVE-2022-27377 * CVE-2022-27378 * CVE-2022-27379 * CVE-2022-27380 * CVE-2022-27381 * CVE-2022-27382 * CVE-2022-27383 * CVE-2022-27384 * CVE-2022-27386 * CVE-2022-27387 * CVE-2022-27444 * CVE-2022-27445 * CVE-2022-27446 * CVE-2022-27447 * CVE-2022-27448 * CVE-2022-27449 * CVE-2022-27451 * CVE-2022-27452 * CVE-2022-27455 * CVE-2022-27456 * CVE-2022-27457 * CVE-2022-27458 --- databases/mariadb106-client/Makefile.common | 4 ++-- databases/mariadb106-client/distinfo | 12 ++++++------ .../mariadb106-client/patches/patch-CMakeLists.txt | 14 +++++++------- ...e_innobase_include_transactional__lock__guard.h | 8 ++++---- databases/mariadb106-server/Makefile | 3 +-- databases/mariadb106-server/PLIST | 5 ++++- 6 files changed, 24 insertions(+), 22 deletions(-) diff --git a/databases/mariadb106-client/Makefile.common b/databases/mariadb106-client/Makefile.common index b93799e9aab72..960d94a0b4c1b 100644 --- a/databases/mariadb106-client/Makefile.common +++ b/databases/mariadb106-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.7 2022/02/19 09:13:21 nia Exp $ +# $NetBSD: Makefile.common,v 1.8 2022/05/21 09:36:02 nia Exp $ # # used by databases/mariadb106-client/Makefile # used by databases/mariadb106-server/Makefile -DISTNAME= mariadb-10.6.7 +DISTNAME= mariadb-10.6.8 CATEGORIES= databases MASTER_SITES= https://archive.mariadb.org/${DISTNAME}/source/ diff --git a/databases/mariadb106-client/distinfo b/databases/mariadb106-client/distinfo index 368ba99fd72da..cd42176868ea5 100644 --- a/databases/mariadb106-client/distinfo +++ b/databases/mariadb106-client/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.8 2022/04/14 10:55:32 tm Exp $ +$NetBSD: distinfo,v 1.9 2022/05/21 09:36:02 nia Exp $ -BLAKE2s (mariadb-10.6.7.tar.gz) = 5d4b482e6e06b337ff8180a2fe8b94b8e9f1cc1cea6b7dfe89eaa05c56eab701 -SHA512 (mariadb-10.6.7.tar.gz) = 2d26f56ea5f39b800a6f279c8411d4091b4f4d3acbf3ea1864068328d34a1437e7c46c08d3772009357fd89602e58f214266038e177c0a4fac914a5e5d01e3e6 -Size (mariadb-10.6.7.tar.gz) = 85882896 bytes +BLAKE2s (mariadb-10.6.8.tar.gz) = cef1165c096ddb486ac4eba76720639d66cea9c844ab5702f5a8b1a213898380 +SHA512 (mariadb-10.6.8.tar.gz) = b4327000eb3e5fc75bbd78de9890b0464217a432c8aac744948af94e092ffeef1f101885b81ec49029900a92b0018838e46efcf225056a9b06f35a04ecf26aab +Size (mariadb-10.6.8.tar.gz) = 88794744 bytes SHA1 (patch-BUILD_compile-pentium32-gcov) = 89a7da728f94f19c153b4d2d2d6ba5462acc941f -SHA1 (patch-CMakeLists.txt) = ea2f334ff1743e1676fe73e9946d0759c68e1d31 +SHA1 (patch-CMakeLists.txt) = 042d9d361a5c3ff7e7df15f5de4a30eb7984cddd SHA1 (patch-client_CMakeLists.txt) = 8fdd8a182304f0b84e120ce95334ace23d02ce88 SHA1 (patch-client_mysql.cc) = f49f942b765ccf427e9bcc9e4e0045ec74c94815 SHA1 (patch-extra_wolfssl_wolfssl_certs_intermediate_genintcerts.sh) = cd9a982889b88f811c3e14ebdf9795b0fa5d1fad @@ -16,7 +16,7 @@ SHA1 (patch-scripts_mysqld__safe.sh) = 4124e4c8df1527049f5eec9f3d2d4bbe80e7c33f SHA1 (patch-sql_mysqld.cc) = 19d325124cde1b45376c9710cdd104dc460f4bea SHA1 (patch-storage_connect_ioapi.c) = 804e2d9d3722fbe4d5ed773cc98a4114fe4cf8a3 SHA1 (patch-storage_connect_tabvct.cpp) = 2e3c7cd7e4b0a86d443da47d3cc514b8b276d836 -SHA1 (patch-storage_innobase_include_transactional__lock__guard.h) = e47938072cdbd5c21d24622d8550b2c127fbb9df +SHA1 (patch-storage_innobase_include_transactional__lock__guard.h) = d5ff507acdd21858791246ef5a2559e653cb7833 SHA1 (patch-storage_rocksdb_rdb__io__watchdog.cc) = 85ee5007cfda0d3070ec20b2b774738b01f8e083 SHA1 (patch-storage_rocksdb_rdb__io__watchdog.h) = d790c092d7d35d014c5ef209635c18614c3a8301 SHA1 (patch-storage_rocksdb_rocksdb_Makefile) = 67ea4d154f4f623fdca739f50b236c973e118a12 diff --git a/databases/mariadb106-client/patches/patch-CMakeLists.txt b/databases/mariadb106-client/patches/patch-CMakeLists.txt index 5b03e2442efe5..a96e6bb262ca6 100644 --- a/databases/mariadb106-client/patches/patch-CMakeLists.txt +++ b/databases/mariadb106-client/patches/patch-CMakeLists.txt @@ -1,19 +1,19 @@ -$NetBSD: patch-CMakeLists.txt,v 1.2 2021/11/27 23:40:28 nia Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.3 2022/05/21 09:36:02 nia Exp $ Allow building a server-only configuration. ---- CMakeLists.txt.orig 2021-11-05 20:03:29.000000000 +0000 +--- CMakeLists.txt.orig 2022-05-18 08:34:14.000000000 +0000 +++ CMakeLists.txt -@@ -418,8 +418,6 @@ ENDIF() +@@ -421,8 +421,6 @@ ENDIF() UNSET (MYSQLD_STATIC_PLUGIN_LIBS CACHE) -INCLUDE(mariadb_connector_c) # this does ADD_SUBDIRECTORY(libmariadb) - + INCLUDE(cpack_tgz) INCLUDE(cpack_rpm) INCLUDE(cpack_deb) - -@@ -429,19 +427,16 @@ MARK_AS_ADVANCED(PYTHON_SHEBANG) +@@ -433,19 +431,16 @@ MARK_AS_ADVANCED(PYTHON_SHEBANG) # Add storage engines and plugins. CONFIGURE_PLUGINS() @@ -33,7 +33,7 @@ Allow building a server-only configuration. ADD_SUBDIRECTORY(sql) OPTION (WITH_EMBEDDED_SERVER "Compile MariaDB with embedded server" OFF) IF(WITH_EMBEDDED_SERVER) -@@ -460,23 +455,26 @@ IF(NOT WITHOUT_SERVER) +@@ -464,23 +459,26 @@ IF(NOT WITHOUT_SERVER) ADD_SUBDIRECTORY(win/upgrade_wizard) ADD_SUBDIRECTORY(win/packaging) ENDIF() @@ -65,7 +65,7 @@ Allow building a server-only configuration. ENDIF() # minimal target to build only binaries for export ADD_CUSTOM_TARGET(import_executables DEPENDS ${EXPORTED}) -@@ -557,41 +555,3 @@ IF(NON_DISTRIBUTABLE_WARNING) +@@ -561,41 +559,3 @@ IF(NON_DISTRIBUTABLE_WARNING) MESSAGE(WARNING " You have linked MariaDB with ${NON_DISTRIBUTABLE_WARNING} libraries! You may not distribute the resulting binary. If you do, you will put yourself into a legal problem with the Free Software Foundation.") ENDIF() diff --git a/databases/mariadb106-client/patches/patch-storage_innobase_include_transactional__lock__guard.h b/databases/mariadb106-client/patches/patch-storage_innobase_include_transactional__lock__guard.h index 0941f0c2e7b92..bfed1a0b78903 100644 --- a/databases/mariadb106-client/patches/patch-storage_innobase_include_transactional__lock__guard.h +++ b/databases/mariadb106-client/patches/patch-storage_innobase_include_transactional__lock__guard.h @@ -1,13 +1,13 @@ -$NetBSD: patch-storage_innobase_include_transactional__lock__guard.h,v 1.2 2022/02/19 09:13:21 nia Exp $ +$NetBSD: patch-storage_innobase_include_transactional__lock__guard.h,v 1.3 2022/05/21 09:36:02 nia Exp $ Strange build failures on NetBSD: error: 'rw_lock' is not an accessible base of 'page_hash_latch' ---- storage/innobase/include/transactional_lock_guard.h.orig 2022-02-10 20:17:09.000000000 +0000 +--- storage/innobase/include/transactional_lock_guard.h.orig 2022-05-18 08:34:16.000000000 +0000 +++ storage/innobase/include/transactional_lock_guard.h @@ -21,12 +21,6 @@ this program; if not, write to the Free - #if defined __powerpc64__ && defined __clang__ && defined __linux__ - #elif defined __powerpc64__&&defined __GNUC__&&defined __linux__&&__GNUC__ > 4 + #if defined __powerpc64__ + #elif defined __s390__ #elif defined _MSC_VER && (defined _M_IX86 || defined _M_X64) && !defined(__clang__) -#elif defined __GNUC__ && (defined __i386__ || defined __x86_64__) -# if __GNUC__ >= 8 diff --git a/databases/mariadb106-server/Makefile b/databases/mariadb106-server/Makefile index cf50168a3cabc..aa85ee186e7a7 100644 --- a/databases/mariadb106-server/Makefile +++ b/databases/mariadb106-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/20 17:29:06 tm Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/21 09:36:02 nia Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 1 COMMENT= MariaDB 10.6, a free MySQL compatible database (server) CONFLICTS= mysql-server-[0-9]* diff --git a/databases/mariadb106-server/PLIST b/databases/mariadb106-server/PLIST index 8de327fc83760..014b4655568ba 100644 --- a/databases/mariadb106-server/PLIST +++ b/databases/mariadb106-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2021/12/10 13:29:24 nia Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/21 09:36:02 nia Exp $ bin/aria_chk bin/aria_dump_log bin/aria_ftdump @@ -43,6 +43,7 @@ bin/resolve_stack_dump bin/resolveip ${PLIST.rocksdb}bin/sst_dump ${PLIST.embedded}bin/test-connect-t +bin/wsrep_sst_backup bin/wsrep_sst_common bin/wsrep_sst_mariabackup bin/wsrep_sst_mysqldump @@ -352,6 +353,7 @@ share/doc/mysql/README-wsrep share/doc/mysql/README.md share/doc/mysql/THIRDPARTY ${PLIST.auth_pam}share/examples/mariadb_auth_pam/user_map.conf +share/mysql/bulgarian/errmsg.sys share/mysql/charsets/Index.xml share/mysql/charsets/README share/mysql/charsets/armscii8.xml @@ -378,6 +380,7 @@ share/mysql/charsets/latin7.xml share/mysql/charsets/macce.xml share/mysql/charsets/macroman.xml share/mysql/charsets/swe7.xml +share/mysql/chinese/errmsg.sys share/mysql/czech/errmsg.sys share/mysql/danish/errmsg.sys share/mysql/dutch/errmsg.sys From 5bc09c39d50c39ef5db3b3f4b21ced7dd3d147be Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 09:36:15 +0000 Subject: [PATCH 0732/1154] doc: Updated databases/mariadb106-client to 10.6.8 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b289b6daa7022..66e1be6824a54 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2649 2022/05/21 09:19:30 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2650 2022/05/21 09:36:15 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4094,3 +4094,4 @@ Changes to the packages collection and infrastructure in 2022: Updated geography/qgis to 3.22.7 [gdt 2022-05-21] Updated www/grafana to 8.5.3 [triaxx 2022-05-21] Updated mail/php-mailparse to 3.1.3 [taca 2022-05-21] + Updated databases/mariadb106-client to 10.6.8 [nia 2022-05-21] From 5f0f174280c91a644b9413dc2d347c5b4de6168a Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 09:36:26 +0000 Subject: [PATCH 0733/1154] doc: Updated databases/mariadb106-server to 10.6.8 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 66e1be6824a54..f714b07b101e1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2650 2022/05/21 09:36:15 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2651 2022/05/21 09:36:26 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4095,3 +4095,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/grafana to 8.5.3 [triaxx 2022-05-21] Updated mail/php-mailparse to 3.1.3 [taca 2022-05-21] Updated databases/mariadb106-client to 10.6.8 [nia 2022-05-21] + Updated databases/mariadb106-server to 10.6.8 [nia 2022-05-21] From 8ee92f328c3115f51a770de8e1e8e3900ab3d7d5 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 10:38:25 +0000 Subject: [PATCH 0734/1154] mariadb105: Update to 10.5.16 MariaDB 10.5.16 Release Notes Notable Items InnoDB * innodb_disallow_writes removed (MDEV-25975) * InnoDB gap locking fixes (MDEV-20605, MDEV-28422) * InnoDB performance improvements (MDEV-27557, MDEV-28185) Replication * Server initialization time gtid_slave_pos purge related reason of crashing in binlog background thread is removed (MDEV-26473) * Shutdown of the semisync master can't produce inconsistent state anymore (MDEV-11853) * Binlogs disappear after rsync IST (MDEV-28583) * autocommit=0 slave hang is eliminated (DBAAS-7828) * master crash is eliminated in compressed semisync replication protocol with packet counting amendment (MDEV-25580) * OPTIMIZE on a sequence does not cause counterfactual ER_BINLOG_UNSAFE_STATEMENT anymore (MDEV-24617) * Automatically generated Gtid_log_list_event is made to recognize within replication event group as a formal member (MDEV-28550) * Replication unsafe INSERT .. ON DUPLICATE KEY UPDATE using two or more unique key values at a time with MIXED format binlogging is corrected (MDEV-28310) * Replication unsafe INSERT .. ON DUPLICATE KEY UPDATE stops issuing unnessary "Unsafe statement" with MIXED binlog format (MDEV-21810) * Incomplete replication event groups are detected to error out by the slave IO thread (MDEV-27697) * mysqlbinlog --stop-never --raw now flushes the result file to disk after each processed event so the file can be listed with the actual bytes (MDEV-14608) Backup * Incorrect binlogs after Galera SST using rsync and mariabackup (MDEV-27524) * mariabackup does not detect multi-source replication slave (MDEV-21037) * Useless warning "InnoDB: Allocated tablespace ID for , old maximum was 0" during backup stage (MDEV-27343) * mariabackup prepare fails for incrementals if a new schema is created after full backup is taken (MDEV-28446) Optimizer * A SEGV in Item_field::used_tables/update_depend_map_for_order... (MDEV-26402) * ANALYZE FORMAT=JSON fields are incorrect for UNION ALL queries (MDEV-27699) * Subquery in an UPDATE query uses full scan instead of range (MDEV-22377) * Assertion `item1->type() == Item::FIELD_ITEM ... (MDEV-19398) * Server crashes in Expression_cache_tracker::fetch_current_stats (MDEV-28268) * MariaDB server crash at Item_subselect::init_expr_cache_tracker (MDEV-26164, MDEV-26047) * Crash with union of my_decimal type in ORDER BY clause (MDEV-25994) * SIGSEGV in st_join_table::cleanup (MDEV-24560) * Assertion `!eliminated' failed in Item_subselect::exec (MDEV-28437) General * Server error messages are now available in Chinese (MDEV-28227) * For RHEL/CentOS 7, non x86_64 architectures are no longer supported upstream and so our support will also be dropped with this release Security * Fixes for the following security vulnerabilities: * CVE-2022-27376 * CVE-2022-27377 * CVE-2022-27378 * CVE-2022-27379 * CVE-2022-27380 * CVE-2022-27381 * CVE-2022-27382 * CVE-2022-27383 * CVE-2022-27384 * CVE-2022-27386 * CVE-2022-27387 * CVE-2022-27444 * CVE-2022-27445 * CVE-2022-27446 * CVE-2022-27447 * CVE-2022-27448 * CVE-2022-27449 * CVE-2022-27451 * CVE-2022-27452 * CVE-2022-27455 * CVE-2022-27456 * CVE-2022-27457 * CVE-2022-27458 --- databases/mariadb105-client/Makefile.common | 4 ++-- databases/mariadb105-client/distinfo | 10 +++++----- .../mariadb105-client/patches/patch-CMakeLists.txt | 12 ++++++------ databases/mariadb105-server/Makefile | 3 +-- databases/mariadb105-server/PLIST | 5 ++++- 5 files changed, 18 insertions(+), 16 deletions(-) diff --git a/databases/mariadb105-client/Makefile.common b/databases/mariadb105-client/Makefile.common index 49a2cb61040ed..407eb8e5190fc 100644 --- a/databases/mariadb105-client/Makefile.common +++ b/databases/mariadb105-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.15 2022/02/19 09:57:51 nia Exp $ +# $NetBSD: Makefile.common,v 1.16 2022/05/21 10:38:25 nia Exp $ # # used by databases/mariadb105-client/Makefile # used by databases/mariadb105-server/Makefile -DISTNAME= mariadb-10.5.15 +DISTNAME= mariadb-10.5.16 CATEGORIES= databases MASTER_SITES= https://archive.mariadb.org/${DISTNAME}/source/ diff --git a/databases/mariadb105-client/distinfo b/databases/mariadb105-client/distinfo index cfa74423fd73b..29fe8e4085e27 100644 --- a/databases/mariadb105-client/distinfo +++ b/databases/mariadb105-client/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.12 2022/04/06 18:16:13 brook Exp $ +$NetBSD: distinfo,v 1.13 2022/05/21 10:38:25 nia Exp $ -BLAKE2s (mariadb-10.5.15.tar.gz) = 947a7041705c273ca23d5882a1378077701fe7ab3b8e02a2914b5a96b9258853 -SHA512 (mariadb-10.5.15.tar.gz) = ea3d99fd9ad8adc8187fb5d722ff16cde90c7cca4b3572e410814ae39e0246b7a83b4dc1e72f95de58c1c12a9563fb524dcca2dd1fb8f595cc41625a2fb0af76 -Size (mariadb-10.5.15.tar.gz) = 102803624 bytes +BLAKE2s (mariadb-10.5.16.tar.gz) = bafab69afbafc1e6dc34cd8cd7a50fa9383abb5a971ecae5762bb116479c3e75 +SHA512 (mariadb-10.5.16.tar.gz) = 28cea63cc3c5e1b236fb13593285e5d4b9aac5eaf259784e760def42bca8b09954510d39014a7a7c9e8656d61f5995a356df2f2ebb0df2696dd739ff3de5865d +Size (mariadb-10.5.16.tar.gz) = 105798374 bytes SHA1 (patch-BUILD_compile-pentium32-gcov) = 89a7da728f94f19c153b4d2d2d6ba5462acc941f -SHA1 (patch-CMakeLists.txt) = 893f329ed03e01144df166debb4d902ad0304811 +SHA1 (patch-CMakeLists.txt) = 574131db46854715758c60ba5f026498f5b29564 SHA1 (patch-client_CMakeLists.txt) = 8fdd8a182304f0b84e120ce95334ace23d02ce88 SHA1 (patch-client_mysql.cc) = 89fe80fb66b8791131a8c6d1b209e57082804a01 SHA1 (patch-extra_wolfssl_wolfssl_certs_intermediate_genintcerts.sh) = cd9a982889b88f811c3e14ebdf9795b0fa5d1fad diff --git a/databases/mariadb105-client/patches/patch-CMakeLists.txt b/databases/mariadb105-client/patches/patch-CMakeLists.txt index e2adb5f5bb125..21fef3831c91d 100644 --- a/databases/mariadb105-client/patches/patch-CMakeLists.txt +++ b/databases/mariadb105-client/patches/patch-CMakeLists.txt @@ -1,19 +1,19 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2021/05/23 15:32:47 nia Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2022/05/21 10:38:25 nia Exp $ Allow building a server-only configuration. ---- CMakeLists.txt.orig 2021-05-05 21:00:18.000000000 +0000 +--- CMakeLists.txt.orig 2022-05-18 07:55:26.000000000 +0000 +++ CMakeLists.txt -@@ -421,8 +421,6 @@ ENDIF() +@@ -432,8 +432,6 @@ ENDIF() UNSET (MYSQLD_STATIC_PLUGIN_LIBS CACHE) -INCLUDE(mariadb_connector_c) # this does ADD_SUBDIRECTORY(libmariadb) - + INCLUDE(cpack_tgz) INCLUDE(cpack_rpm) INCLUDE(cpack_deb) - -@@ -432,13 +430,11 @@ MARK_AS_ADVANCED(PYTHON_SHEBANG) +@@ -444,13 +442,11 @@ MARK_AS_ADVANCED(PYTHON_SHEBANG) # Add storage engines and plugins. CONFIGURE_PLUGINS() @@ -27,7 +27,7 @@ Allow building a server-only configuration. ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(libservices) ADD_SUBDIRECTORY(sql/share) -@@ -461,23 +457,26 @@ IF(NOT WITHOUT_SERVER) +@@ -476,23 +472,26 @@ IF(NOT WITHOUT_SERVER) ADD_SUBDIRECTORY(win/upgrade_wizard) ADD_SUBDIRECTORY(win/packaging) ENDIF() diff --git a/databases/mariadb105-server/Makefile b/databases/mariadb105-server/Makefile index a74ecce55e081..f3b9f35d48590 100644 --- a/databases/mariadb105-server/Makefile +++ b/databases/mariadb105-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2022/04/18 19:10:37 adam Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/21 10:38:25 nia Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 1 COMMENT= MariaDB 10.5, a free MySQL compatible database (server) CONFLICTS= mysql-server-[0-9]* diff --git a/databases/mariadb105-server/PLIST b/databases/mariadb105-server/PLIST index f638bddd1cb08..d697b20581efe 100644 --- a/databases/mariadb105-server/PLIST +++ b/databases/mariadb105-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2021/12/10 13:29:24 nia Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/05/21 10:38:25 nia Exp $ bin/aria_chk bin/aria_dump_log bin/aria_ftdump @@ -47,6 +47,7 @@ bin/resolve_stack_dump bin/resolveip ${PLIST.rocksdb}bin/sst_dump ${PLIST.embedded}bin/test-connect-t +bin/wsrep_sst_backup bin/wsrep_sst_common bin/wsrep_sst_mariabackup bin/wsrep_sst_mysqldump @@ -352,6 +353,7 @@ share/doc/mysql/README-wsrep share/doc/mysql/README.md share/doc/mysql/THIRDPARTY ${PLIST.auth_pam}share/examples/mariadb_auth_pam/user_map.conf +share/mysql/bulgarian/errmsg.sys share/mysql/charsets/Index.xml share/mysql/charsets/README share/mysql/charsets/armscii8.xml @@ -378,6 +380,7 @@ share/mysql/charsets/latin7.xml share/mysql/charsets/macce.xml share/mysql/charsets/macroman.xml share/mysql/charsets/swe7.xml +share/mysql/chinese/errmsg.sys share/mysql/czech/errmsg.sys share/mysql/danish/errmsg.sys share/mysql/dutch/errmsg.sys From 98b94d440a15e9270222fbb9f0976debcc3f656e Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 10:38:36 +0000 Subject: [PATCH 0735/1154] doc: Updated databases/mariadb105-client to 10.5.16 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f714b07b101e1..736b23044bec0 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2651 2022/05/21 09:36:26 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2652 2022/05/21 10:38:36 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4096,3 +4096,4 @@ Changes to the packages collection and infrastructure in 2022: Updated mail/php-mailparse to 3.1.3 [taca 2022-05-21] Updated databases/mariadb106-client to 10.6.8 [nia 2022-05-21] Updated databases/mariadb106-server to 10.6.8 [nia 2022-05-21] + Updated databases/mariadb105-client to 10.5.16 [nia 2022-05-21] From 4e599888ac755a44a92cde6d00bd8d26da785b01 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 10:38:50 +0000 Subject: [PATCH 0736/1154] doc: Updated databases/mariadb105-server to 10.5.16 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 736b23044bec0..dcbeca53244ec 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2652 2022/05/21 10:38:36 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2653 2022/05/21 10:38:50 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4097,3 +4097,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/mariadb106-client to 10.6.8 [nia 2022-05-21] Updated databases/mariadb106-server to 10.6.8 [nia 2022-05-21] Updated databases/mariadb105-client to 10.5.16 [nia 2022-05-21] + Updated databases/mariadb105-server to 10.5.16 [nia 2022-05-21] From e089f1048b0cdaa30ed561c59564d7ae3aa6a64d Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 11:14:56 +0000 Subject: [PATCH 0737/1154] guide: Notes on C++ standards support in pkgsrc --- doc/guide/files/fixes.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index e6372fa03bf53..9b121d0447ef0 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1399,7 +1399,7 @@ pre-configure: C, C++, and Fortran - Compilers for the C, C++, and Fortran languages comes with + Compilers for the C and C++ languages comes with the NetBSD base system. By default, pkgsrc assumes that a package is written in C and will hide all other compilers (via the wrapper framework, see ). @@ -1416,6 +1416,26 @@ pre-configure: c. Packages using GNU configure scripts, even if written in C++, usually need a C compiler for the configure phase. + + To express a general requirement on a specific C or C++ + version, normally only GCC_REQD needs to be set. + For example, GCC 7 includes support for C++17, so if the package uses + C++17 it should specify: + + + GCC_REQD+= 7 + + + Language variants like c++11 for + USE_LANGUAGES should only be specified + if the package does not explicitly set -std=... + when compiling (i.e. the package assumes the compiler defaults to + C++11 or some other standard). This is usually a bug in the + upstream build system. + + GCC version 5 includes support for C++14, while GCC 4.7 includes + more-or-less complete support for C++11. For more information, consult + GCC's own documentation on programming language support. From a25315723f2b5c187e9e1f34d768eb3646c12b73 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 11:20:48 +0000 Subject: [PATCH 0738/1154] Add a Rust section --- doc/guide/files/fixes.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 9b121d0447ef0..d28c8af777ac9 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1496,6 +1496,28 @@ pre-configure: + + Rust + + If a program is written in Rust and uses Cargo to build, + have the package include + ../../lang/rust/cargo.mk. + + + Generate a list of those dependencies with + make CARGO_ARGS="build --release" build && + make print-cargo-depends > cargo-depends.mk. + + Prepend + .include "cargo-depends.mk" to any other + .includes. + + Incorporate these modules in + distinfo with make + makesum. + + + Packages containing Perl scripts From 5ac75106b1be9ff438affcfa816613d60646c53e Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 11:24:28 +0000 Subject: [PATCH 0739/1154] Update state of the art on autoconf --- doc/guide/files/fixes.xml | 38 ++++++++++++-------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index d28c8af777ac9..515ebe691de5f 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1349,39 +1349,25 @@ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} ${SOMELIB:.a=.la} ${PREFIX}/lib GNU Autoconf/Automake If a package needs GNU autoconf or automake to be executed - to regenerate the configure script and Makefile.in makefile - templates, then they should be executed in a pre-configure - target. - - For packages that need only autoconf: + to regenerate the + configure + script and Makefile.in makefile + templates from configure.ac and + Makefile.am, + then they should be executed in a pre-configure target: -AUTOCONF_REQD= 2.50 # if default version is not good enough -USE_TOOLS+= autoconf # use "autoconf213" for autoconf-2.13 +USE_TOOLS+= autoconf automake autoreconf +GNU_CONFIGURE= yes ... pre-configure: - cd ${WRKSRC} && autoconf - -... - - - and for packages that need automake and autoconf: - - -AUTOMAKE_REQD= 1.7.1 # if default version is not good enough -USE_TOOLS+= automake # use "automake14" for automake-1.4 -... - -pre-configure: - set -e; cd ${WRKSRC}; \ - aclocal; autoheader; automake -a --foreign -i; autoconf - + set -e; cd ${WRKSRC} && autoreconf -fi ... - Packages which use GNU Automake will almost certainly - require GNU Make. + Packages which use GNU Automake will sometimes + require GNU Make, but not always. There are times when the configure process makes additional changes to the generated files, which then causes From ee6a7581e798f6c095913bd04cf9dbd92e0ee55d Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 11:30:57 +0000 Subject: [PATCH 0740/1154] State of the art on OS testing macros --- doc/guide/files/fixes.xml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 515ebe691de5f..fe4d20e2d91d8 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1603,6 +1603,24 @@ pre-configure: C preprocessor macros to identify the operating system + To distinguish between specific NetBSD versions, + you should use the following code. + + +#ifdef __NetBSD__ +#include +#if __NetBSD_Prereq__(9,99,17) +/* use a newer feature */ +#else +/* older code */ +#endif +#endif + +#ifndef _WIN32 +/* Unix-like specific code */ +#endif + + To distinguish between 4.4 BSD-derived systems and the rest of the world, you should use the following code. @@ -1615,8 +1633,7 @@ pre-configure: #endif - If this distinction is not fine enough, you can also test - for the following macros. + You can also test for the following macros: Cygwin __CYGWIN__ @@ -1625,13 +1642,14 @@ FreeBSD __FreeBSD__ Haiku __HAIKU__ Interix __INTERIX IRIX __sgi (TODO: get a definite source for this) -Linux linux, __linux, __linux__ +Linux __linux Mac OS X __APPLE__ MirBSD __MirBSD__ (__OpenBSD__ is also defined) Minix3 __minix NetBSD __NetBSD__ OpenBSD __OpenBSD__ Solaris sun, __sun +Unix(-like) __unix From e8a0f8d042c1a99154cbbea294cbab7d85dd5e4e Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 11:36:06 +0000 Subject: [PATCH 0741/1154] Ensure definitely-not-HTML is definitely escaped --- doc/guide/files/fixes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index fe4d20e2d91d8..552de5afec4c9 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1608,7 +1608,7 @@ pre-configure: #ifdef __NetBSD__ -#include +#include <sys/param.h> #if __NetBSD_Prereq__(9,99,17) /* use a newer feature */ #else From 02ce3861f52e3a1c9b98a70fa4879c77ef5d6ae8 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 11:40:06 +0000 Subject: [PATCH 0742/1154] More arch preprocessor defines --- doc/guide/files/fixes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 552de5afec4c9..16c6ed3b528d4 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1658,8 +1658,11 @@ Unix(-like) __unix i386 i386, __i386, __i386__ +x86-64 __amd64__, __x86_64__ +ARM __arm__ MIPS __mips SPARC sparc, __sparc +PowerPC __powerpc From 42670b62f25e38d6b1ca6465f3d4f7179308df51 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 11:42:29 +0000 Subject: [PATCH 0743/1154] very outdated info --- doc/guide/files/build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 423c0e1a6e982..35c21f0cc00a9 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ - + The build process @@ -64,10 +64,10 @@ - LOCALBASE is where all non-X11 pkgs + LOCALBASE is where all pkgs are installed. If you need to construct a -I or -L argument to the compiler to find includes and libraries installed by - another non-X11 pkg, use ${LOCALBASE}. The name + another pkg, use ${LOCALBASE}. The name LOCALBASE stems from FreeBSD, which installed all packages in /usr/local. As pkgsrc leaves /usr/local for the system From da4c34f4d0871efe8ed03458e07a05903d46a533 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 11:56:14 +0000 Subject: [PATCH 0744/1154] guide: More configuration notes --- doc/guide/files/fixes.xml | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 16c6ed3b528d4..dc9d5cb7673c0 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1367,7 +1367,12 @@ pre-configure: Packages which use GNU Automake will sometimes - require GNU Make, but not always. + require GNU Make (gmake in + USE_TOOLS), + but not always. Note that autoreconf + only needs to be executed if configure.ac + or Makefiles are modified, or configure + is not present. There are times when the configure process makes additional changes to the generated files, which then causes @@ -1377,6 +1382,35 @@ pre-configure: AUTOMAKE_OVERRIDE=NO in the package Makefile. + + + Meson / ninja + + Packages using Meson to configure need to include: + + +.include "../../devel/meson/build.mk" + + + In nearly all cases (any program with dependencies), + pkg-config needs to be added to + USE_TOOLS. If the package installs + translation files for non-English languages, also + add msgfmt and xgettext: + + +USE_TOOLS+= pkg-config msgfmt xgettext + + + If any options need to be passed to Meson, use + MESON_ARGS instead of + CONFIGURE_ARGS: + + +MESON_ARGS+= -Dx11=false + + + From f49f3c356d25be0af75c7cdc1ce2b8d1a06c251f Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 11:59:35 +0000 Subject: [PATCH 0745/1154] doc/pkgsrc.*: regen --- doc/pkgsrc.html | 1174 ++++++++++++++++++------------- doc/pkgsrc.txt | 1749 +++++++++++++++++++++++++---------------------- 2 files changed, 1603 insertions(+), 1320 deletions(-) diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index 43acbf8a1bdf6..50b22a7257353 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -333,15 +333,17 @@

21.3.1. Shared libraries - libtool
21.3.2. Using libtool on GNU packages that already support libtool
21.3.3. GNU Autoconf/Automake
+
21.3.4. Meson / ninja
21.4. Programming languages
21.4.1. C, C++, and Fortran
21.4.2. Java
21.4.3. Go
-
21.4.4. Packages containing Perl scripts
-
21.4.5. Packages containing shell scripts
-
21.4.6. Other programming languages
+
21.4.4. Rust
+
21.4.5. Packages containing Perl scripts
+
21.4.6. Packages containing shell scripts
+
21.4.7. Other programming languages
21.5. The build phase
@@ -3302,15 +3304,17 @@

Note

21.3.1. Shared libraries - libtool
21.3.2. Using libtool on GNU packages that already support libtool
21.3.3. GNU Autoconf/Automake
+
21.3.4. Meson / ninja
21.4. Programming languages
21.4.1. C, C++, and Fortran
21.4.2. Java
21.4.3. Go
-
21.4.4. Packages containing Perl scripts
-
21.4.5. Packages containing shell scripts
-
21.4.6. Other programming languages
+
21.4.4. Rust
+
21.4.5. Packages containing Perl scripts
+
21.4.6. Packages containing shell scripts
+
21.4.7. Other programming languages
21.5. The build phase
@@ -4121,10 +4125,10 @@

Note

where the current pkg will be installed. When referring to a pkg's own installation path, use ${PREFIX}.

-
  • LOCALBASE is where all non-X11 pkgs +

  • LOCALBASE is where all pkgs are installed. If you need to construct a -I or -L argument to the compiler to find includes and libraries installed by - another non-X11 pkg, use ${LOCALBASE}. The name + another pkg, use ${LOCALBASE}. The name LOCALBASE stems from FreeBSD, which installed all packages in /usr/local. As pkgsrc leaves /usr/local for the system @@ -7137,8 +7141,8 @@

    Legacy note

    1. Store the script inside ${FILESDIR}, with the .sh suffix appended. Considering the - print/cups package as an example, it has a - cupsd.sh in its files directory.

    2. + print/cups-base package as an example, it + has a cupsd.sh in its files directory.

    3. Tell pkginstall to handle it, appending the name of the script, without its extension, to the RCD_SCRIPTS variable. @@ -7291,15 +7295,17 @@

      Legacy note

      21.3.1. Shared libraries - libtool
      21.3.2. Using libtool on GNU packages that already support libtool
      21.3.3. GNU Autoconf/Automake
      +
      21.3.4. Meson / ninja
  • 21.4. Programming languages
    21.4.1. C, C++, and Fortran
    21.4.2. Java
    21.4.3. Go
    -
    21.4.4. Packages containing Perl scripts
    -
    21.4.5. Packages containing shell scripts
    -
    21.4.6. Other programming languages
    +
    21.4.4. Rust
    +
    21.4.5. Packages containing Perl scripts
    +
    21.4.6. Packages containing shell scripts
    +
    21.4.7. Other programming languages
    21.5. The build phase
    @@ -8422,34 +8428,28 @@

    Note

    21.3.3. GNU Autoconf/Automake

    If a package needs GNU autoconf or automake to be executed - to regenerate the configure script and Makefile.in makefile - templates, then they should be executed in a pre-configure - target.

    -

    For packages that need only autoconf:

    -
    -AUTOCONF_REQD=  2.50            # if default version is not good enough
    -USE_TOOLS+=     autoconf        # use "autoconf213" for autoconf-2.13
    -...
    -
    -pre-configure:
    -        cd ${WRKSRC} && autoconf
    -
    -...
    -
    -

    and for packages that need automake and autoconf:

    -
    -AUTOMAKE_REQD=  1.7.1           # if default version is not good enough
    -USE_TOOLS+=     automake        # use "automake14" for automake-1.4
    +    to regenerate the
    +    configure
    +    script and Makefile.in makefile
    +    templates from configure.ac and
    +    Makefile.am,
    +    then they should be executed in a pre-configure target:

    +
    +USE_TOOLS+=	autoconf automake autoreconf
    +GNU_CONFIGURE=	yes
     ...
     
     pre-configure:
    -        set -e; cd ${WRKSRC}; \
    -        aclocal; autoheader; automake -a --foreign -i; autoconf
    -
    +        set -e; cd ${WRKSRC} && autoreconf -fi
     ...
     
    -

    Packages which use GNU Automake will almost certainly - require GNU Make.

    +

    Packages which use GNU Automake will sometimes + require GNU Make (gmake in + USE_TOOLS), + but not always. Note that autoreconf + only needs to be executed if configure.ac + or Makefiles are modified, or configure + is not present.

    There are times when the configure process makes additional changes to the generated files, which then causes the build process to try to re-execute the automake sequence. @@ -8458,6 +8458,34 @@

    Note

    AUTOMAKE_OVERRIDE=NO in the package Makefile.

    +
    +

    +21.3.4. Meson / ninja

    +

    Packages using Meson to configure need to include: + +

    +
    +.include "../../devel/meson/build.mk"
    +
    +

    In nearly all cases (any program with dependencies), + pkg-config needs to be added to + USE_TOOLS. If the package installs + translation files for non-English languages, also + add msgfmt and xgettext: + +

    +
    +USE_TOOLS+=	pkg-config msgfmt xgettext
    +
    +

    If any options need to be passed to Meson, use + MESON_ARGS instead of + CONFIGURE_ARGS: + +

    +
    +MESON_ARGS+=	-Dx11=false
    +
    +

    @@ -8465,7 +8493,7 @@

    Note

    21.4.1. C, C++, and Fortran

    -

    Compilers for the C, C++, and Fortran languages comes with +

    Compilers for the C and C++ languages comes with the NetBSD base system. By default, pkgsrc assumes that a package is written in C and will hide all other compilers (via the wrapper framework, see Chapter 18, Buildlink methodology).

    @@ -8483,6 +8511,24 @@

    Note

    c. Packages using GNU configure scripts, even if written in C++, usually need a C compiler for the configure phase.

    +

    To express a general requirement on a specific C or C++ + version, normally only GCC_REQD needs to be set. + For example, GCC 7 includes support for C++17, so if the package uses + C++17 it should specify: + +

    +
    +	GCC_REQD+=	7
    +    
    +

    Language variants like c++11 for + USE_LANGUAGES should only be specified + if the package does not explicitly set -std=... + when compiling (i.e. the package assumes the compiler defaults to + C++11 or some other standard). This is usually a bug in the + upstream build system.

    +

    GCC version 5 includes support for C++14, while GCC 4.7 includes + more-or-less complete support for C++11. For more information, consult + GCC's own documentation on programming language support.

    @@ -8523,15 +8569,27 @@

    Note

  • Generate a list of those dependencies with make clean && make patch && make show-go-modules > go-modules.mk.

  • -
  • -

    Prepend

    -
    .include
    -      "go-modules.mk"
    -

    to any other -

    -
    .include
    -

    s.

    -
  • +
  • Prepend + .include "go-modules.mk" to any other + .includes.

  • +
  • Incorporate these modules in + distinfo with make + makesum.

  • +
    +
    +
    +

    +21.4.4. Rust

    +

    If a program is written in Rust and uses Cargo to build, + have the package include + ../../lang/rust/cargo.mk.

    +
      +
    1. Generate a list of those dependencies with + make CARGO_ARGS="build --release" build && + make print-cargo-depends > cargo-depends.mk.

    2. +
    3. Prepend + .include "cargo-depends.mk" to any other + .includes.

    4. Incorporate these modules in distinfo with make makesum.

    5. @@ -8539,7 +8597,7 @@

      Note

    -21.4.4. Packages containing Perl scripts

    +21.4.5. Packages containing Perl scripts

    If your package contains interpreted Perl scripts, add perl to the USE_TOOLS variable and set REPLACE_PERL to ensure that the proper @@ -8558,7 +8616,7 @@

    Note

    -21.4.5. Packages containing shell scripts

    +21.4.6. Packages containing shell scripts

    REPLACE_SH, REPLACE_BASH, REPLACE_CSH, and REPLACE_KSH can be used to replace shell @@ -8573,7 +8631,7 @@

    Note

    -21.4.6. Other programming languages

    +21.4.7. Other programming languages

    There are further similar REPLACE variables available, e.g., REPLACE_AWK for packages containing awk scripts, and REPLACE_R for R. These two, like the others @@ -8626,6 +8684,22 @@

    Note

    21.5.1.1. C preprocessor macros to identify the operating system

    +

    To distinguish between specific NetBSD versions, + you should use the following code.

    +
    +#ifdef __NetBSD__
    +#include <sys/param.h>
    +#if __NetBSD_Prereq__(9,99,17)
    +/* use a newer feature */
    +#else
    +/* older code */
    +#endif
    +#endif
    +
    +#ifndef _WIN32
    +/* Unix-like specific code */
    +#endif
    +

    To distinguish between 4.4 BSD-derived systems and the rest of the world, you should use the following code.

    @@ -8636,8 +8710,7 @@ 

    Note

    /* non-BSD-specific code goes here */ #endif
    -

    If this distinction is not fine enough, you can also test - for the following macros.

    +

    You can also test for the following macros:

     Cygwin      __CYGWIN__
     DragonFly   __DragonFly__
    @@ -8645,13 +8718,14 @@ 

    Note

    Haiku __HAIKU__ Interix __INTERIX IRIX __sgi (TODO: get a definite source for this) -Linux linux, __linux, __linux__ +Linux __linux Mac OS X __APPLE__ MirBSD __MirBSD__ (__OpenBSD__ is also defined) Minix3 __minix NetBSD __NetBSD__ OpenBSD __OpenBSD__ Solaris sun, __sun +Unix(-like) __unix
    @@ -8659,8 +8733,11 @@

    Note

    21.5.1.2. C preprocessor macros to identify the hardware architecture
     i386        i386, __i386, __i386__
    +x86-64      __amd64__, __x86_64__
    +ARM         __arm__
     MIPS        __mips
     SPARC       sparc, __sparc
    +PowerPC     __powerpc
     
    @@ -8797,10 +8874,10 @@

    Note

    package is built and then pkgsrc is updated. This situation can provoke various hard to diagnose build errors. To clean up the situation:

    -$ (cd ../../ && test -f mk/bsd.pkg.mk && rm -rf */*/work)
    +$ (cd ../../ && cat mk/bsd.pkg.mk >/dev/null && rm -rf */*/work)
     
    -

    (The test for bsd.pkg.mk just prevents running -this command in the wrong directory.)

    +

    (The only purpose of the bsd.pkg.mk is to +prevent running this command in the wrong directory.)

    If you have set WRKOBJDIR in mk.conf, remove that directory as well.

    @@ -8881,14 +8958,14 @@

    Note

    -

    To fix these linker errors, it is often sufficient to say +

    To fix these linker errors, it is often sufficient to add LIBS.OperatingSystem+= -lfoo to the package - Makefile and then say bmake clean; + Makefile and then run bmake clean; bmake.

    -21.5.4.1. Special issue: The SunPro compiler

    +21.5.4.1. The SunPro compiler and inline functions

    When you are using the SunPro compiler, there is another possibility. That compiler cannot handle the following code:

    @@ -8918,9 +8995,12 @@ 

    Note

    Sometimes packages fail to build because the compiler runs into an operating system specific soft limit. With the UNLIMIT_RESOURCES variable pkgsrc can be told - to unlimit the resources. Currently, the allowed values are any combination of - cputime, datasize, - memorysize, and stacksize. + to unlimit the resources. The allowed values are any combination of + cputime, + datasize, + memorysize, + stacksize and + virtualsize. Setting this variable is similar to running the shell builtin ulimit command to raise the maximum data segment size or maximum stack size of a process, respectively, to @@ -8941,24 +9021,25 @@

    Note

    ${INSTALL_DATA_DIR} ${PREFIX}/dir1 ${INSTALL_DATA_DIR} ${PREFIX}/dir2
    -

    You can also just append dir1 - dir2 to the - INSTALLATION_DIRS variable, which will - automatically do the right thing.

    +

    Instead of running the install commands + directly, you can also append dir1 + dir2 to the INSTALLATION_DIRS + variable, which will automatically do the right thing.

    21.6.2. Where to install documentation

    In general, documentation should be installed into ${PREFIX}/share/doc/${PKGBASE} or - ${PREFIX}/share/doc/${PKGNAME} (the latter + ${PREFIX}/share/doc/${PKGNAME_NOREV} (the latter includes the version number of the package).

    Many modern packages using GNU autoconf allow to set the directory where HTML documentation is installed with the - --with-html-dir option. Sometimes using this flag - is needed because otherwise the documentation ends up in - ${PREFIX}/share/doc/html or other - places.

    + --with-html-dir option. Sometimes using this flag is + needed because otherwise the documentation ends up in + ${PREFIX}/share/doc/html or other places. In + pkgsrc, the HTML documentation should go into the package-specific + directory, just like any other documentation.

    An exception to the above is that library API documentation generated with the textproc/gtk-doc tools, for use by special browsers (devhelp) should be left at their default location, which @@ -9063,12 +9144,6 @@

    Note

    REPLACE_FILES.tcl= # list of tcl scripts which need to be fixed, # relative to ${WRKSRC}, just as in REPLACE_PERL -
    -

    Note

    -

    Before March 2006, these variables were called - _REPLACE.* and - _REPLACE_FILES.*.

    -

    @@ -9435,15 +9510,6 @@

    Note

    interested in helping our GNOME porting and packaging efforts. It provides instructions on how to manage the existing packages and some important information regarding their internals.

    -
    -

    We need your help!

    -

    Should you have some spare cycles to devote to NetBSD, pkgsrc - and GNOME and are willing to learn new exciting stuff, please jump - straight to the pending - work list! There is still a long way to go to get a - fully-functional GNOME desktop under NetBSD and we need your help to - achieve it!

    -

    22.1. Meta packages

    @@ -9491,16 +9557,16 @@

    We need your help!

    build system. As a general rule you will need to tell this to your package:

    -GNU_CONFIGURE=yes
    -USE_LIBTOOL=yes
    -USE_TOOLS+=gmake
    +GNU_CONFIGURE=  yes
    +USE_LIBTOOL=    yes
    +USE_TOOLS+=     gmake
     
  • If the package uses pkg-config to detect dependencies, add this tool to the list of required utilities:

    -USE_TOOLS+=pkg-config
    +USE_TOOLS+=     pkg-config
     

    Also use pkgtools/verifypc at the end of the build process to ensure that you did not miss to @@ -9519,7 +9585,7 @@

    We need your help!

    report. For such packages you should disable gtk-doc (unless it is the default):

    -CONFIGURE_ARGS+=--disable-gtk-doc
    +CONFIGURE_ARGS+=        --disable-gtk-doc
     

    The default location of installed HTML files (share/gtk-doc/<package-name>) is correct @@ -9528,7 +9594,7 @@

    We need your help!

    devhelp will not be able to open them. You can do that with an entry similar to:

    -CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/...
    +CONFIGURE_ARGS+=        --with-html-dir=${PREFIX}/share/gtk-doc/...
     
  • @@ -9980,27 +10046,22 @@

    We need your help!

    CC, PKG_CC and PKGSRC_COMPILER? -
    24.4. What is the difference between - BUILDLINK_LDFLAGS, - BUILDLINK_LDADD and - BUILDLINK_LIBS? -
    -
    24.5. Why does make show-var +
    24.4. Why does make show-var VARNAME=BUILDLINK_PREFIX.foo say it's empty?
    -
    24.6. What does +
    24.5. What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I don't understand the := inside it.
    -
    24.7. Which mailing lists are there for package +
    24.6. Which mailing lists are there for package developers?
    -
    24.8. Where is the pkgsrc +
    24.7. Where is the pkgsrc documentation?
    -
    24.9. I have a little time to kill. +
    24.8. I have a little time to kill. What shall I do?
    @@ -10020,11 +10081,16 @@

    We need your help!

    -

    MAKEFLAGS are the flags passed - to the pkgsrc-internal invocations of make(1), while - MAKE_FLAGS are the flags that are passed to - the MAKE_PROGRAM when building the - package. [FIXME: What is .MAKEFLAGS for?]

    + +

    MAKEFLAGS are the flags passed + to the pkgsrc-internal invocations of make(1).

    +

    MAKE_FLAGS are the flags that are + passed to the MAKE_PROGRAM when building the + package.

    +

    .MAKEFLAGS is an internal variable of + bmake and should not be used by + packages.

    + @@ -10036,13 +10102,16 @@

    We need your help!

    -

    MAKE is the path to the + +

    MAKE is the path to the make(1) program that is used in the pkgsrc - infrastructure. GMAKE is the path to GNU - Make, but you need to say USE_TOOLS+=gmake to - use that. MAKE_PROGRAM is the path to the - Make program that is used for building the - package.

    + infrastructure.

    +

    GMAKE is the path to GNU Make, but you + need to say USE_TOOLS+=gmake to use + that.

    +

    MAKE_PROGRAM is the path to the Make + program that is used for building the package.

    + @@ -10054,30 +10123,21 @@

    We need your help!

    -

    CC is the path to the real C - compiler, which can be configured by the pkgsrc user. - PKG_CC is the path to the compiler wrapper. - PKGSRC_COMPILER is not a - path to a compiler, but the type of compiler that should be - used. See mk/compiler.mk for more - information about the latter variable.

    - - -

    24.4.

    +

    CC is the path to the real C + compiler, which can be configured by the pkgsrc user.

    +

    PKG_CC is the path to the compiler + wrapper.

    +

    PKGSRC_COMPILER is + not a path to a compiler, but the type of + compiler that should be used. See + mk/compiler.mk for more information about + the latter variable.

    -

    What is the difference between - BUILDLINK_LDFLAGS, - BUILDLINK_LDADD and - BUILDLINK_LIBS?

    - - - -

    [FIXME]

    -

    24.5.

    +

    24.4.

    Why does make show-var VARNAME=BUILDLINK_PREFIX.foo @@ -10093,7 +10153,7 @@

    We need your help!

    -

    24.6.

    +

    24.5.

    What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I @@ -10102,8 +10162,8 @@

    We need your help!

    -

    The := is not really an - assignment operator, although it looks like it. +

    The := is not an + assignment operator, even though it may look like one. Instead, it is a degenerate form of ${LIST:old_string=new_string}, which is documented in the make(1) man page and which is @@ -10117,7 +10177,7 @@

    We need your help!

    -

    24.7.

    +

    24.6.

    Which mailing lists are there for package developers?

    @@ -10142,7 +10202,7 @@

    We need your help!

    -

    24.8.

    +

    24.7.

    Where is the pkgsrc documentation?

    @@ -10190,9 +10250,9 @@

    We need your help!

    -

    24.9.

    +

    24.8.

    -

    I have a little time to kill. +

    I have a little time to kill. What shall I do?

    @@ -11733,112 +11793,116 @@

    Note

    ALL_ENV +ALSA_PC ALTERNATIVES_SRC -AMANDA_TMP +AMANDA_TMP AMANDA_USER -AMANDA_VAR +AMANDA_VAR APACHE_GROUP -APACHE_MODULE_NAME +APACHE_MODULE_NAME APACHE_MODULE_SRC -APACHE_MODULE_SRCDIR +APACHE_MODULE_SRCDIR APACHE_PKG_PREFIX -APACHE_SUEXEC_CONFIGURE_ARGS +APACHE_SUEXEC_CONFIGURE_ARGS APACHE_SUEXEC_DOCROOT -APACHE_USER +APACHE_USER APPEND_ABI -APPEND_ELF +APPEND_ELF ARLA_CACHE -AUDIT_PACKAGES_FLAGS +AUDIT_PACKAGES_FLAGS AUTOCONF_REQD -AUTOMAKE_OVERRIDE +AUTOMAKE_OVERRIDE AUTOMAKE_REQD -AUTO_MKDIRS +AUTO_MKDIRS BDB185_DEFAULT -BDBBASE +BDBBASE BDB_ACCEPTED -BDB_DEFAULT +BDB_DEFAULT BDB_LIBS -BDB_TYPE +BDB_TYPE BINCIMAP_GROUP -BINCIMAP_USER +BINCIMAP_USER BIND_DIR -BIND_GROUP +BIND_GROUP BIND_USER -BINOWN +BINOWN BINPKG_SITES -BIN_INSTALL_FLAGS +BIN_INSTALL_FLAGS BISON_PKGDATADIR -BLAS +BLAS BLAS_ACCEPTED -BLAS_C_INTERFACE +BLAS_C_INTERFACE BLAS_INCLUDES -BLAS_INDEX64 +BLAS_INDEX64 BLAS_LIBS -BLAS_TYPE +BLAS_TYPE BOOTSTRAP_DEPENDS -BROKEN +BROKEN BROKEN_EXCEPT_ON_PLATFORM -BROKEN_ON_PLATFORM +BROKEN_ON_PLATFORM BSDSRCDIR -BSDXSRCDIR +BSDXSRCDIR BSD_MAKE_ENV -BUILDLINK_AUTO_DIRS +BUILDLINK_AUTO_DIRS BUILDLINK_AUTO_VARS -BUILDLINK_CFLAGS +BUILDLINK_CFLAGS BUILDLINK_CONTENTS_FILTER + + BUILDLINK_CPPFLAGS +BUILDLINK_DEPMETHOD BUILDLINK_FILES @@ -11930,95 +11994,107 @@

    Note

    CDROM_PKG_URL_HOST -CHECK_COMPILER +CHECKOUT_DATE +CHECK_COMPILER CHECK_FAKEHOME -CHECK_FILES +CHECK_FILES CHECK_FILES_SKIP -CHECK_FILES_STRICT +CHECK_FILES_STRICT CHECK_HEADERS -CHECK_HEADERS_SKIP +CHECK_HEADERS_SKIP CHECK_INTERPRETER -CHECK_INTERPRETER_SKIP +CHECK_INTERPRETER_SKIP CHECK_PERMS -CHECK_PERMS_AUTOFIX +CHECK_PERMS_AUTOFIX CHECK_PERMS_SKIP -CHECK_PIE +CHECK_PIE CHECK_PIE_SKIP -CHECK_PIE_SUPPORTED +CHECK_PIE_SUPPORTED CHECK_PORTABILITY -CHECK_PORTABILITY_EXPERIMENTAL +CHECK_PORTABILITY_EXPERIMENTAL CHECK_PORTABILITY_SKIP -CHECK_RELRO +CHECK_RELRO CHECK_RELRO_SKIP -CHECK_RELRO_SUPPORTED +CHECK_RELRO_SUPPORTED CHECK_SHLIBS -CHECK_SHLIBS_SKIP +CHECK_SHLIBS_SKIP CHECK_SHLIBS_SUPPORTED -CHECK_SHLIBS_TOXIC +CHECK_SHLIBS_TOXIC CHECK_SSP -CHECK_SSP_SKIP +CHECK_SSP_SKIP CHECK_SSP_SUPPORTED -CHECK_STRIPPED +CHECK_STRIPPED CHECK_STRIPPED_SKIP -CHECK_WRKREF +CHECK_WRKREF CHECK_WRKREF_EXTRA_DIRS -CHECK_WRKREF_SKIP +CHECK_WRKREF_SKIP CLAMAV_DBDIR -CLAMAV_GROUP +CLAMAV_GROUP CLAMAV_USER -CLANGBASE +CLANGBASE CLEANDEPENDS -CMAKE_DEPENDENCIES_REWRITE +CMAKE_DEPENDENCIES_REWRITE CMAKE_INSTALL_NAME_DIR -CMAKE_INSTALL_PREFIX +CMAKE_INSTALL_PREFIX CMAKE_MODULE_PATH_OVERRIDE -CMAKE_PKGSRC_BUILD_FLAGS +CMAKE_PKGSRC_BUILD_FLAGS CMAKE_PREFIX_PATH + + CMAKE_USE_GNU_INSTALL_DIRS +COMMON_LISP_DOCFILES + + +COMMON_LISP_EXAMPLES +COMMON_LISP_EXTRAFILES + + +COMMON_LISP_PACKAGES +COMMON_LISP_SYSTEM COMPILER_RPATH_FLAG @@ -12081,227 +12157,247 @@

    Note

    CURSES_TYPE +CVS_EXTRACTDIR +CVS_MODULE + + +CVS_PROJECT +CVS_REPOSITORIES + + +CVS_ROOT +CVS_ROOT_GNU + + +CVS_ROOT_NONGNU +CVS_ROOT_SOURCEFORGE + + +CVS_TAG CXX -CYRUS_GROUP +CYRUS_GROUP CYRUS_IDLE -CYRUS_USER +CYRUS_USER DAEMONTOOLS_GROUP -DAEMONTOOLS_LOG_USER +DAEMONTOOLS_LOG_USER DARWIN_NO_SYSTEM_LIBS -DARWIN_REQUIRES_FILTER +DARWIN_REQUIRES_FILTER DBUS_GROUP -DBUS_USER +DBUS_USER DEFANG_GROUP -DEFANG_USER +DEFANG_USER DEFAULT_ACCEPTABLE_LICENSES -DEFAULT_DISTFILES +DEFAULT_DISTFILES DEFAULT_IRC_SERVER -DEFAULT_SERIAL_DEVICE +DEFAULT_SERIAL_DEVICE DEF_UMASK -DEINSTALLDEPENDS +DEINSTALLDEPENDS DEINSTALL_SRC -DEINSTALL_TEMPLATES +DEINSTALL_TEMPLATES DELAYED_ERROR_MSG -DELAYED_WARNING_MSG +DELAYED_WARNING_MSG DEPENDS -DEPENDS_TARGET +DEPENDS_TARGET DEPENDS_TYPE -DESTDIR +DESTDIR DESTDIR_VARNAME -DIALER_GROUP +DIALER_GROUP DIGEST_REQD -DISTDIR +DISTDIR DISTFILES -DISTINFO_FILE +DISTINFO_FILE DISTNAME -DIST_PATH +DIST_PATH DIST_SUBDIR -DJBDNS_AXFR_USER +DJBDNS_AXFR_USER DJBDNS_CACHE_USER -DJBDNS_DJBDNS_GROUP +DJBDNS_DJBDNS_GROUP DJBDNS_LOG_USER -DJBDNS_RBL_USER +DJBDNS_RBL_USER DJBDNS_TINY_USER -DLOPEN_REQUIRE_PTHREADS +DLOPEN_REQUIRE_PTHREADS DL_AUTO_VARS -DL_CFLAGS +DL_CFLAGS DL_LDFLAGS -DL_LIBS +DL_LIBS DNS -DOCOWN +DOCOWN DOWNLOADED_DISTFILE -DQCACHE_GROUP +DQCACHE_GROUP DQCACHE_USER -DT_LAYOUT +DT_LAYOUT DYNAMIC_SITES_CMD -DYNAMIC_SITES_SCRIPT +DYNAMIC_SITES_SCRIPT ECHO -ECHO_N +ECHO_N ELK_GUI -EMACS_TYPE +EMACS_TYPE EMULDIR -EMULSUBDIR +EMULSUBDIR EMULSUBDIRSLASH -EMUL_ARCH +EMUL_ARCH EMUL_DISTRO -EMUL_EXEC_FMT +EMUL_EXEC_FMT EMUL_IS_NATIVE -EMUL_MODULES +EMUL_MODULES EMUL_OPSYS -EMUL_PKG_FMT +EMUL_PKG_FMT EMUL_PLATFORM -EMUL_PLATFORMS +EMUL_PLATFORMS EMUL_PREFER -EMUL_REQD +EMUL_REQD EMUL_TYPE -ERROR_MSG +ERROR_MSG EXIM_GROUP -EXIM_USER +EXIM_USER EXPORT_SYMBOLS_LDFLAGS -EXTRACTOR +EXTRACTOR EXTRACT_CMD -EXTRACT_CMD_DEFAULT +EXTRACT_CMD_DEFAULT EXTRACT_DIR -EXTRACT_ELEMENTS +EXTRACT_ELEMENTS EXTRACT_ENV -EXTRACT_ONLY +EXTRACT_ONLY EXTRACT_OPTS -EXTRACT_SUFX +EXTRACT_SUFX EXTRACT_USING -FAIL +FAIL FAILOVER_FETCH -FAIL_MSG +FAIL_MSG FAKE_NCURSES -FAM +FAM FAM_ACCEPTED -FAM_DEFAULT +FAM_DEFAULT FAM_SERVER -FCPATH +FCPATH FEATURE_CPPFLAGS -FEATURE_LDFLAGS +FEATURE_LDFLAGS FEATURE_LIBS -FETCH_AFTER_ARGS +FETCH_AFTER_ARGS FETCH_BEFORE_ARGS -FETCH_CMD +FETCH_CMD FETCH_OUTPUT_ARGS -FETCH_PROXY +FETCH_PROXY FETCH_RESUME_ARGS -FETCH_TIMEOUT +FETCH_TIMEOUT FETCH_USE_IPV4_ONLY -FETCH_USING +FETCH_USING FILES_SUBST -FILES_SUBST_SED +FILES_SUBST_SED FIX_SYSTEM_HEADERS + + +FONTDIR FONTS_DIRS @@ -12309,6 +12405,14 @@

    Note

    FOO_HACKS_MK +FOSSIL_EXTRACTDIR +FOSSIL_REPO + + +FOSSIL_REPOSITORIES +FOSSIL_VERSION + + FOX_USE_XUNICODE FREEWNN_GROUP @@ -12385,6 +12489,26 @@

    Note

    GITHUB_TYPE +GITLAB_PROJECT +GITLAB_TAG + + +GITLAB_TYPE +GIT_BRANCH + + +GIT_ENV +GIT_EXTRACTDIR + + +GIT_REPO +GIT_REPOSITORIES + + +GIT_REVISION +GIT_TAG + + GNU GNU_CONFIGURE @@ -12422,19 +12546,27 @@

    Note

    GZIP -HASKELL_ENABLE_DYNAMIC_EXECUTABLE +HASKELL_COMPILER +HASKELL_ENABLE_DYNAMIC_EXECUTABLE HASKELL_ENABLE_HADDOCK_DOCUMENTATION -HASKELL_ENABLE_LIBRARY_PROFILING +HASKELL_ENABLE_LIBRARY_PROFILING HASKELL_ENABLE_SHARED_LIBRARY -HASKELL_OPTIMIZATION_LEVEL +HASKELL_OPTIMIZATION_LEVEL HAS_CONFIGURE + + HEADER_TEMPLATES +HG_REPO + + +HG_REPOSITORIES +HG_TAG HOMEPAGE @@ -12533,6 +12665,10 @@

    Note

    JABBERD_USER +JAVA_APP_PATH +JAVA_APP_TARGETS + + JAVA_BINPREFIX JAVA_CLASSPATH @@ -12605,68 +12741,76 @@

    Note

    LINK_RPATH_FLAG +LINUX_BASE_NODEPS +LINUX_BASE_PREFERRED + + +LINUX_BASE_REQUIRED LINUX_LOCALES -LOCALBASE +LOCALBASE LOCALBASE_LOCKTYPE -LOCALPATCHES +LOCALPATCHES LOVE_DATA -LOVE_GAME +LOVE_GAME LOVE_VERSION -LP32PLATFORMS +LP32PLATFORMS LP64PLATFORMS -LUA_BUSTED_ARGS +LUA_BUSTED_ARGS LUA_CDIR -LUA_COMPILER +LUA_COMPILER LUA_DOCDIR -LUA_EXAMPLESDIR +LUA_EXAMPLESDIR LUA_INCDIR -LUA_INTERPRETER +LUA_INTERPRETER LUA_LDIR -LUA_LINKER_MAGIC +LUA_LINKER_MAGIC LUA_PKGPREFIX -LUA_SELF_CONFLICT +LUA_SELF_CONFLICT LUA_USE_BUSTED -LUA_VERSIONS_ACCEPTED +LUA_VERSIONS_ACCEPTED LUA_VERSIONS_INCOMPATIBLE -LUA_VERSION_DEFAULT +LUA_VERSION_DEFAULT LUA_VERSION_REQD -Lua +Lua MACHINE_PLATFORM -MAILAGENT_DOMAIN +MAILAGENT_DOMAIN MAILAGENT_EMAIL -MAILAGENT_FQDN +MAILAGENT_FQDN MAILAGENT_ORGANIZATION + + MAJORDOMO_HOMEDIR +MAJOR_OS_VERSION MAKEINFO_ARGS @@ -12753,155 +12897,163 @@

    Note

    MTOOLS_ENABLE_FLOPPYD +MUST MV -MYSQL_CHARSET +MYSQL_CHARSET MYSQL_DATADIR -MYSQL_EXTRA_CHARSET +MYSQL_EXTRA_CHARSET MYSQL_GROUP -MYSQL_USER +MYSQL_USER MYSQL_VERSION -MYSQL_VERSIONS_ACCEPTED +MYSQL_VERSIONS_ACCEPTED MYSQL_VERSIONS_ALL -MYSQL_VERSION_DEFAULT +MYSQL_VERSION_DEFAULT NAGIOSCMD_GROUP -NAGIOSDIR +NAGIOSDIR NAGIOS_GROUP -NAGIOS_USER +NAGIOS_USER NATIVE_APPEND_ABI -NATIVE_APPEND_ELF +NATIVE_APPEND_ELF NATIVE_EXEC_FMT -NATIVE_MACHINE_PLATFORM +NATIVE_MACHINE_PLATFORM NATIVE_OBJECT_FMT -NBPAX_PROGRAM_PREFIX +NBPAX_PROGRAM_PREFIX NETBSD_LOGIN_NAME -NMH_EDITOR +NMH_EDITOR NMH_MTA -NMH_PAGER +NMH_PAGER NODE_VERSIONS_ACCEPTED -NODE_VERSIONS_INCOMPATIBLE +NODE_VERSIONS_INCOMPATIBLE NODE_VERSION_DEFAULT -NODE_VERSION_REQD +NODE_VERSION_REQD NOLOGIN -NOTE +NOTE NOT_FOR_PLATFORM -NOT_PAX_ASLR_SAFE +NOT_PAX_ASLR_SAFE NOT_PAX_MPROTECT_SAFE -NO_BUILD +NO_BUILD NO_CHECKSUM -NO_CONFIGURE +NO_CONFIGURE NO_SKIP -NS_PREFERRED +NS_PREFERRED NULLMAILER_GROUP -NULLMAILER_USER +NULLMAILER_USER OASIS -OASIS_BUILD_ARGS +OASIS_BUILD_ARGS OBJHOSTNAME -OBJMACHINE +OBJMACHINE OCAML_FINDLIB_DIRS -OCAML_FINDLIB_REGISTER +OCAML_FINDLIB_REGISTER OCAML_FINDLIB_REGISTER_VERBOSE -OCAML_SITELIBDIR +OCAML_SITELIBDIR OCAML_TOPKG_DOCDIR -OCAML_USE_DUNE +OCAML_USE_DUNE OCAML_USE_FINDLIB -OCAML_USE_OASIS +OCAML_USE_OASIS OCAML_USE_OASIS_DYNRUN -OCAML_USE_OPAM +OCAML_USE_OPAM OCAML_USE_OPT_COMPILER -OCAML_USE_TOPKG +OCAML_USE_TOPKG OMF -ONLY_FOR_COMPILER +ONLY_FOR_COMPILER ONLY_FOR_PLATFORM -OPENSSH_CHROOT +OPENSSH_CHROOT OPENSSH_GROUP -OPENSSH_USER +OPENSSH_USER OPSYS -OPSYS_EMULDIR +OPSYS_EMULDIR OPSYS_VERSION -OS +OS OSS_TYPE -OSX +OSX OSX_TOLERATE_SDK_SKEW -OS_VARIANT +OS_HAVE_ALSA +OS_HAVE_RCD + + +OS_VARIANT OS_VERSION -OTF_FONTS_DIR +OTF_FONTS_DIR OVERRIDE_DIRDEPTH -OVERRIDE_GEMSPEC +OVERRIDE_GEMSPEC OVERRIDE_GNU_CONFIG_SCRIPTS + + +OVERRIDE_ROCKSPEC OWN_DIRS @@ -12949,6 +13101,14 @@

    Note

    PCCBASE +PEAR +PEAR_CHANNEL + + +PEAR_CHANNEL_ALIAS +PEAR_CHANNEL_VERSION + + PEAR_CMD PEAR_LIB @@ -13341,6 +13501,10 @@

    Note

    RASMOL_DEPTH +RCD_DIR +RCD_ORDER + + RCD_SCRIPTS RCD_SCRIPTS_DIR @@ -13353,276 +13517,284 @@

    Note

    RCD_SCRIPT_SRC +RCD_SUBR RDOC -READLINE_DEFAULT +READLINE_DEFAULT READLINE_TYPE -REAL_ROOT_GROUP +REAL_ROOT_GROUP REAL_ROOT_USER -RECURSIVE_MAKE +RECURSIVE_MAKE RELAY_CTRL_DIR -RELRO_SUPPORTED +RELRO_SUPPORTED REPLACE_AWK -REPLACE_BASH +REPLACE_BASH REPLACE_CSH -REPLACE_KSH +REPLACE_KSH REPLACE_LUA -REPLACE_NODEJS +REPLACE_NODEJS REPLACE_OCTAVE -REPLACE_PERL +REPLACE_PERL REPLACE_PERL6 -REPLACE_PHP +REPLACE_PHP REPLACE_PYTHON -REPLACE_QORE +REPLACE_QORE REPLACE_R -REPLACE_RUBY +REPLACE_RUBY REPLACE_RUBY_DIRS -REPLACE_RUBY_PAT +REPLACE_RUBY_PAT REPLACE_SH -REPLACE_TEXLUA +REPLACE_TEXLUA REPLACE_WISH -REQD_DIRS +REQD_DIRS REQD_DIRS_PERMS -REQD_FILES +REQD_FILES REQD_FILES_MODE -REQD_FILES_PERMS +REQD_FILES_PERMS RESOLV_AUTO_VARS -RESOLV_LDFLAGS +RESOLV_LDFLAGS RESOLV_LIBS + + RM +ROCKSPEC_NAME +ROCKSPEC_SPECFILE ROOT_CMD -ROOT_GROUP +ROOT_GROUP ROOT_USER -RPCGEN +RPCGEN RPM -RPM2PKG_PLIST +RPM2PKG_PLIST RPM2PKG_PREFIX -RPM2PKG_STAGE +RPM2PKG_STAGE RPM2PKG_STRIP -RPM2PKG_SUBPREFIX +RPM2PKG_SUBPREFIX RPMFILES -RPMIGNOREPATH +RPMIGNOREPATH RPM_DB_PREFIX -RSSH_CVS_PATH +RSSH_CVS_PATH RSSH_RDIST_PATH -RSSH_RSYNC_PATH +RSSH_RSYNC_PATH RSSH_SCP_PATH -RSSH_SFTP_SERVER_PATH +RSSH_SFTP_SERVER_PATH RUBY -RUBYGEM +RUBYGEM RUBYGEM_NAME -RUBYGEM_OPTIONS +RUBYGEM_OPTIONS RUBYGEM_VERBOSE -RUBY_ABI_VERSION +RUBY_ABI_VERSION RUBY_ARCH -RUBY_ARCHINC +RUBY_ARCHINC RUBY_ARCHLIB -RUBY_BASE +RUBY_BASE RUBY_BASERIDIR -RUBY_BUILD_DOCUMENT +RUBY_BUILD_DOCUMENT RUBY_DLEXT -RUBY_DOC +RUBY_DOC RUBY_DYNAMIC_DIRS -RUBY_EG +RUBY_EG RUBY_ENCODING_ARG -RUBY_EXTCONF +RUBY_EXTCONF RUBY_EXTCONF_CHECK -RUBY_EXTCONF_DEBUG +RUBY_EXTCONF_DEBUG RUBY_EXTCONF_MAKEFILE -RUBY_GEM_ARCH +RUBY_GEM_ARCH RUBY_GEM_BASE -RUBY_INC +RUBY_INC RUBY_LIB -RUBY_LIB_BASE +RUBY_LIB_BASE RUBY_NAME -RUBY_NOVERSION +RUBY_NOVERSION RUBY_PKGPREFIX -RUBY_RAILS +RUBY_RAILS RUBY_RAILS52_VERSION -RUBY_RAILS60_VERSION +RUBY_RAILS60_VERSION RUBY_RAILS61_VERSION -RUBY_RAILS70_VERSION +RUBY_RAILS70_VERSION RUBY_RAILS_ACCEPTED -RUBY_RAILS_DEFAULT +RUBY_RAILS_DEFAULT RUBY_RAILS_REQD -RUBY_RAILS_STRICT_DEP +RUBY_RAILS_STRICT_DEP RUBY_RIDIR -RUBY_SETUP +RUBY_SETUP RUBY_SHLIB -RUBY_SHLIBALIAS +RUBY_SHLIBALIAS RUBY_SHLIBVER -RUBY_SIMPLE_INSTALL +RUBY_SIMPLE_INSTALL RUBY_SITEARCHLIB -RUBY_SITELIB +RUBY_SITELIB RUBY_SITELIB_BASE -RUBY_SITERIDIR +RUBY_SITERIDIR RUBY_SLEXT -RUBY_SRCDIR +RUBY_SRCDIR RUBY_STATICLIB -RUBY_SUFFIX +RUBY_SUFFIX RUBY_SYSRIDIR -RUBY_USE_PTHREAD +RUBY_USE_PTHREAD RUBY_VENDORARCHLIB -RUBY_VENDORLIB +RUBY_VENDORLIB RUBY_VENDORLIB_BASE -RUBY_VER +RUBY_VER RUBY_VERSION -RUBY_VERSIONS_ACCEPTED +RUBY_VERSIONS_ACCEPTED RUBY_VERSIONS_INCOMPATIBLE -RUBY_VERSION_DEFAULT +RUBY_VERSION_DEFAULT RUBY_VERSION_REQD -RUBY_VER_DIR +RUBY_VER_DIR RUN -RUN_LDCONFIG +RUN_LDCONFIG RUST_TYPE -SCO +SCO SCREWS_GROUP -SCREWS_USER +SCREWS_USER SCRIPTS_ENV -SCROLLKEEPER_DATADIR +SCROLLKEEPER_DATADIR SCROLLKEEPER_REBUILDDB -SCROLLKEEPER_UPDATEDB +SCROLLKEEPER_UPDATEDB SDIST_PAWD -SDL12_TYPE +SDL12_TYPE SERIAL_DEVICES -SETGIDGAME +SETGIDGAME SETGID_GAMES_PERMS -SETUID_ROOT_PERMS +SETUID_ROOT_PERMS SH + + SHLIB +SHORTNAME SIGN_PACKAGES @@ -13709,6 +13881,14 @@

    Note

    SU_CMD +SVN_EXTRACTDIR +SVN_REPO + + +SVN_REPOSITORIES +SVN_REVISION + + SYSCONFBASE TARGET_ARCH @@ -13794,158 +13974,162 @@

    Note

    TOOL_DEPENDS -TTF_FONTS_DIR +TTF_FONTDIR +TTF_FONTS_DIR TYPE -UAC_REQD_EXECS +UAC_REQD_EXECS UCSPI_SSL_GROUP -UCSPI_SSL_USER +UCSPI_SSL_USER UNLIMIT_RESOURCES -UNPRIVILEGED +UNPRIVILEGED UNPRIVILEGED_GROUP -UNPRIVILEGED_GROUPS +UNPRIVILEGED_GROUPS UNPRIVILEGED_USER -UNWRAP_FILES +UNWRAP_FILES UNWRAP_PATTERNS -UPDATE_GEMSPEC +UPDATE_GEMSPEC UPDATE_TARGET -URI +URI USERGROUP_PHASE -USERPPP_GROUP +USERPPP_GROUP USER_SPECIFIC_PKGS -USE_ABI_DEPENDS +USE_ABI_DEPENDS USE_APR -USE_BSD_MAKEFILE +USE_BSD_MAKEFILE USE_BUILTIN -USE_CROSS_COMPILE +USE_CROSS_COMPILE USE_CURSES -USE_CWRAPPERS +USE_CWRAPPERS USE_DB185 -USE_FEATURES +USE_FEATURES USE_GAMESGROUP -USE_GCC_RUNTIME +USE_GCC_RUNTIME USE_IMAKE -USE_JAVA +USE_JAVA USE_JAVA2 -USE_LANGUAGES +USE_LANGUAGES USE_LIBTOOL -USE_NATIVE_GCC +USE_NATIVE_GCC USE_NETBSD_REPO -USE_PKGSRC_GCC +USE_PKGSRC_GCC USE_PKGSRC_GCC_RUNTIME -USE_PKGTASKS +USE_PKGTASKS USE_PKG_ADMIN_DIGEST -USE_RUBY_EXTCONF +USE_RUBY_EXTCONF USE_RUBY_INSTALL -USE_RUBY_SETUP +USE_RUBY_SETUP USE_RUBY_SETUP_PKG -USE_TOOLS +USE_TOOLS UUCP_GROUP -UUCP_USER +UUCP_USER VARBASE -VARNAME +VARNAME VIM_EXTRA_OPTS -WARNING_MSG +WARNING_MSG WCALC_CGIDIR -WCALC_CGIPATH +WCALC_CGIPATH WCALC_HTMLDIR -WCALC_HTMLPATH +WCALC_HTMLPATH WDM_MANAGERS -WRAPPER_CC +WRAPPER_CC WRAPPER_REORDER_CMDS -WRKDIR +WRKDIR WRKDIR_BASENAME -WRKDIR_LOCKTYPE +WRKDIR_LOCKTYPE WRKLOG -WRKOBJDIR +WRKOBJDIR WRKSRC -X10_PORT +X10_PORT X11 -X11BASE +X11BASE X11_PKGSRCDIR -X11_TYPE +X11_TYPE X509_CERTIFICATE -X509_KEY +X509_KEY XAW_TYPE -XLOCK_DEFAULT_MODE +XLOCK_DEFAULT_MODE XMKMF -XMKMF_FLAGS +XMKMF_FLAGS XXX + + +XXXX YES @@ -14086,67 +14270,71 @@

    Note

    ctf -debug +cvs +debug declaration -declare +declare defined -depend +depend dependencies -depends +depends depends-checksum -depends-fetch +depends-fetch deps -describe +describe destdir -disable +disable distclean -distinfo +distinfo dl -dlopen +dlopen do-buildlink -do-clean +do-clean do-configure -do-configure-post-hook +do-configure-post-hook do-extract -do-fetch +do-fetch do-install -emul +emul emul-distinfo -emul-fetch +emul-fetch emulation -emulator +emulator enable + + endian +endif enomem @@ -14185,59 +14373,67 @@

    Note

    fortify_source +fossil friend -fts +fts fts_close -fts_open +fts_open fts_read -fts_set +fts_set gcc -gethostbyaddr +gethostbyaddr gethostbyname -gethostbyname2 +gethostbyname2 getopt_long -getprogname +getprogname getservbyname -getservbyport +getservbyport getservent + + gettext +git github -glob +gitlab +glob gnu -gnu_configure_strict +gnu_configure_strict go -go-deps +go-deps golang -guess-license +guess-license hashbang -heimdal +heimdal help + + +hg imake @@ -14309,223 +14505,227 @@

    Note

    memory +mercurial meta -meta-package +meta-package meta_package -mit-krb5 +mit-krb5 mk.conf -mkl +mkl mount -mprotect +mprotect mremap -nb +nb nbcompat -netlib +netlib node -node.js +node.js nodejs -obstack +obstack obstack_ptr_grow -occurs +occurs only -openblas +openblas options -options.mk +options.mk order -override +override override-intltool -override-message-intltool +override-message-intltool package -parallel +parallel path -pax +pax paxctl -pbulk-index +pbulk-index pc -perl +perl perl5 -perms +perms php -pkg-build-options +pkg-build-options pkg-config -pkg_build_options +pkg_build_options platform -plist +plist post-extract -post-fetch +post-fetch post-wrapper -pre-build-checks-hook +pre-build-checks-hook pre-configure -pre-configure-checks-hook +pre-configure-checks-hook pre-extract -pre-fetch +pre-fetch print-go-deps -print-plist +print-plist print-summary-data -privileged-install-hook +privileged-install-hook pypi -python +python r -readme-all +readme-all recursive -recv +recv recvfrom -regcomp +regcomp release-localbase-lock -release-lock +release-lock relro -rename +rename reorder -replace +replace replace_interpreter -reproducible +reproducible resolv -root +root ruby -send +send sendfile -sendto +sendto setenv -setgid +setgid setprogname -setuid +setuid sh -shebang +shebang show -show-all +show-all show-build-defs -show-depends -show-depends-all +show-depends show-depends-dirs show-depends-pkgpaths -show-deps +show-depends-recursive +show-deps show-distfiles -show-downlevel +show-downlevel show-subdir-var -show-tools +show-tools show-var -show-vars +show-vars snprintf -socket +socket ssp -st_mode +st_mode stage-install -strcasestr +strcasestr strict -strip +strip strndup -strnlen +strnlen strsep -subst +subst substitutions + + +subversion sun @@ -14533,23 +14733,27 @@

    Note

    sunwspro +svn symlink -test +test test-env -tex +tex texlive -tmp +tmp tool -tools +tools tools-libtool-m4-override + + +transitive type diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index d5e26b414aa2c..ca513bc542976 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -323,15 +323,17 @@ II. The pkgsrc developer's guide 21.3.1. Shared libraries - libtool 21.3.2. Using libtool on GNU packages that already support libtool 21.3.3. GNU Autoconf/Automake + 21.3.4. Meson / ninja 21.4. Programming languages 21.4.1. C, C++, and Fortran 21.4.2. Java 21.4.3. Go - 21.4.4. Packages containing Perl scripts - 21.4.5. Packages containing shell scripts - 21.4.6. Other programming languages + 21.4.4. Rust + 21.4.5. Packages containing Perl scripts + 21.4.6. Packages containing shell scripts + 21.4.7. Other programming languages 21.5. The build phase @@ -2848,15 +2850,17 @@ Table of Contents 21.3.1. Shared libraries - libtool 21.3.2. Using libtool on GNU packages that already support libtool 21.3.3. GNU Autoconf/Automake + 21.3.4. Meson / ninja 21.4. Programming languages 21.4.1. C, C++, and Fortran 21.4.2. Java 21.4.3. Go - 21.4.4. Packages containing Perl scripts - 21.4.5. Packages containing shell scripts - 21.4.6. Other programming languages + 21.4.4. Rust + 21.4.5. Packages containing Perl scripts + 21.4.6. Packages containing shell scripts + 21.4.7. Other programming languages 21.5. The build phase @@ -3480,12 +3484,11 @@ When choosing which of these variables to use, follow the following rules: installed. When referring to a pkg's own installation path, use "${PREFIX}" . - * LOCALBASE is where all non-X11 pkgs are installed. If you need to construct - a -I or -L argument to the compiler to find includes and libraries - installed by another non-X11 pkg, use "${LOCALBASE}". The name LOCALBASE - stems from FreeBSD, which installed all packages in /usr/local. As pkgsrc - leaves /usr/local for the system administrator, this variable is a - misnomer. + * LOCALBASE is where all pkgs are installed. If you need to construct a -I or + -L argument to the compiler to find includes and libraries installed by + another pkg, use "${LOCALBASE}". The name LOCALBASE stems from FreeBSD, + which installed all packages in /usr/local. As pkgsrc leaves /usr/local for + the system administrator, this variable is a misnomer. * X11BASE is where the actual X11 distribution (from xsrc, etc.) is installed. When looking for standard X11 includes (not those installed by a @@ -5924,8 +5927,8 @@ However, pkginstall provides a special mechanism to handle these files. In order to provide system startup scripts, the package has to: 1. Store the script inside ${FILESDIR}, with the .sh suffix appended. - Considering the print/cups package as an example, it has a cupsd.sh in its - files directory. + Considering the print/cups-base package as an example, it has a cupsd.sh in + its files directory. 2. Tell pkginstall to handle it, appending the name of the script, without its extension, to the RCD_SCRIPTS variable. Continuing the previous example: @@ -6052,15 +6055,17 @@ Table of Contents 21.3.1. Shared libraries - libtool 21.3.2. Using libtool on GNU packages that already support libtool 21.3.3. GNU Autoconf/Automake + 21.3.4. Meson / ninja 21.4. Programming languages 21.4.1. C, C++, and Fortran 21.4.2. Java 21.4.3. Go - 21.4.4. Packages containing Perl scripts - 21.4.5. Packages containing shell scripts - 21.4.6. Other programming languages + 21.4.4. Rust + 21.4.5. Packages containing Perl scripts + 21.4.6. Packages containing shell scripts + 21.4.7. Other programming languages 21.5. The build phase @@ -6991,33 +6996,20 @@ in some circumstances. Some of the more common errors are: 21.3.3. GNU Autoconf/Automake If a package needs GNU autoconf or automake to be executed to regenerate the -configure script and Makefile.in makefile templates, then they should be -executed in a pre-configure target. +configure script and Makefile.in makefile templates from configure.ac and +Makefile.am, then they should be executed in a pre-configure target: -For packages that need only autoconf: - -AUTOCONF_REQD= 2.50 # if default version is not good enough -USE_TOOLS+= autoconf # use "autoconf213" for autoconf-2.13 -... - -pre-configure: - cd ${WRKSRC} && autoconf - -... - -and for packages that need automake and autoconf: - -AUTOMAKE_REQD= 1.7.1 # if default version is not good enough -USE_TOOLS+= automake # use "automake14" for automake-1.4 +USE_TOOLS+= autoconf automake autoreconf +GNU_CONFIGURE= yes ... pre-configure: - set -e; cd ${WRKSRC}; \ - aclocal; autoheader; automake -a --foreign -i; autoconf - + set -e; cd ${WRKSRC} && autoreconf -fi ... -Packages which use GNU Automake will almost certainly require GNU Make. +Packages which use GNU Automake will sometimes require GNU Make (gmake in +USE_TOOLS), but not always. Note that autoreconf only needs to be executed if +configure.ac or Makefiles are modified, or configure is not present. There are times when the configure process makes additional changes to the generated files, which then causes the build process to try to re-execute the @@ -7025,14 +7017,30 @@ automake sequence. This is prevented by touching various files in the configure stage. If this causes problems with your package you can set AUTOMAKE_OVERRIDE= NO in the package Makefile. +21.3.4. Meson / ninja + +Packages using Meson to configure need to include: + +.include "../../devel/meson/build.mk" + +In nearly all cases (any program with dependencies), pkg-config needs to be +added to USE_TOOLS. If the package installs translation files for non-English +languages, also add msgfmt and xgettext: + +USE_TOOLS+= pkg-config msgfmt xgettext + +If any options need to be passed to Meson, use MESON_ARGS instead of +CONFIGURE_ARGS: + +MESON_ARGS+= -Dx11=false + 21.4. Programming languages 21.4.1. C, C++, and Fortran -Compilers for the C, C++, and Fortran languages comes with the NetBSD base -system. By default, pkgsrc assumes that a package is written in C and will hide -all other compilers (via the wrapper framework, see Chapter 18, Buildlink -methodology). +Compilers for the C and C++ languages comes with the NetBSD base system. By +default, pkgsrc assumes that a package is written in C and will hide all other +compilers (via the wrapper framework, see Chapter 18, Buildlink methodology). To declare which language's compiler a package needs, set the USE_LANGUAGES variable. Allowed values currently are: @@ -7046,6 +7054,22 @@ variable. Allowed values currently are: scripts, even if written in C++, usually need a C compiler for the configure phase. +To express a general requirement on a specific C or C++ version, normally only +GCC_REQD needs to be set. For example, GCC 7 includes support for C++17, so if +the package uses C++17 it should specify: + + GCC_REQD+= 7 + + +Language variants like c++11 for USE_LANGUAGES should only be specified if the +package does not explicitly set -std=... when compiling (i.e. the package +assumes the compiler defaults to C++11 or some other standard). This is usually +a bug in the upstream build system. + +GCC version 5 includes support for C++14, while GCC 4.7 includes more-or-less +complete support for C++11. For more information, consult GCC's own +documentation on programming language support. + 21.4.2. Java If a program is written in Java, use the Java framework in pkgsrc. The package @@ -7073,20 +7097,23 @@ have the package include ../../lang/go/go-module.mk. 1. Generate a list of those dependencies with make clean && make patch && make show-go-modules > go-modules.mk. - 2. Prepend + 2. Prepend .include "go-modules.mk" to any other .includes. + + 3. Incorporate these modules in distinfo with make makesum. - .include - "go-modules.mk" +21.4.4. Rust - to any other +If a program is written in Rust and uses Cargo to build, have the package +include ../../lang/rust/cargo.mk. - .include + 1. Generate a list of those dependencies with make CARGO_ARGS="build + --release" build && make print-cargo-depends > cargo-depends.mk. - s. + 2. Prepend .include "cargo-depends.mk" to any other .includes. 3. Incorporate these modules in distinfo with make makesum. -21.4.4. Packages containing Perl scripts +21.4.5. Packages containing Perl scripts If your package contains interpreted Perl scripts, add "perl" to the USE_TOOLS variable and set REPLACE_PERL to ensure that the proper interpreter path is @@ -7102,7 +7129,7 @@ handling Perl modules. There is also the REPLACE_PERL6 variable for the language now known as Raku. -21.4.5. Packages containing shell scripts +21.4.6. Packages containing shell scripts REPLACE_SH, REPLACE_BASH, REPLACE_CSH, and REPLACE_KSH can be used to replace shell hash bangs in files. Please use the appropriate one, preferring @@ -7112,7 +7139,7 @@ matching shell in a she-bang line will be replaced with the full path to the shell executable. When using REPLACE_BASH, don't forget to add bash to USE_TOOLS. -21.4.6. Other programming languages +21.4.7. Other programming languages There are further similar REPLACE variables available, e.g., REPLACE_AWK for packages containing awk scripts, and REPLACE_R for R. These two, like the @@ -7155,6 +7182,22 @@ Use __sun instead. 21.5.1.1. C preprocessor macros to identify the operating system +To distinguish between specific NetBSD versions, you should use the following +code. + +#ifdef __NetBSD__ +#include +#if __NetBSD_Prereq__(9,99,17) +/* use a newer feature */ +#else +/* older code */ +#endif +#endif + +#ifndef _WIN32 +/* Unix-like specific code */ +#endif + To distinguish between 4.4 BSD-derived systems and the rest of the world, you should use the following code. @@ -7165,8 +7208,7 @@ should use the following code. /* non-BSD-specific code goes here */ #endif -If this distinction is not fine enough, you can also test for the following -macros. +You can also test for the following macros: Cygwin __CYGWIN__ DragonFly __DragonFly__ @@ -7174,19 +7216,23 @@ FreeBSD __FreeBSD__ Haiku __HAIKU__ Interix __INTERIX IRIX __sgi (TODO: get a definite source for this) -Linux linux, __linux, __linux__ +Linux __linux Mac OS X __APPLE__ MirBSD __MirBSD__ (__OpenBSD__ is also defined) Minix3 __minix NetBSD __NetBSD__ OpenBSD __OpenBSD__ Solaris sun, __sun +Unix(-like) __unix 21.5.1.2. C preprocessor macros to identify the hardware architecture i386 i386, __i386, __i386__ +x86-64 __amd64__, __x86_64__ +ARM __arm__ MIPS __mips SPARC sparc, __sparc +PowerPC __powerpc 21.5.1.3. C preprocessor macros to identify the compiler @@ -7302,10 +7348,10 @@ When building a hierarchy of packages, it may happen that one package is built and then pkgsrc is updated. This situation can provoke various hard to diagnose build errors. To clean up the situation: -$ (cd ../../ && test -f mk/bsd.pkg.mk && rm -rf */*/work) +$ (cd ../../ && cat mk/bsd.pkg.mk >/dev/null && rm -rf */*/work) -(The test for bsd.pkg.mk just prevents running this command in the wrong -directory.) +(The only purpose of the bsd.pkg.mk is to prevent running this command in the +wrong directory.) If you have set WRKOBJDIR in mk.conf, remove that directory as well. @@ -7351,10 +7397,10 @@ and over. |openpty |-lutil |Linux | +-----------------------------------------------------+ -To fix these linker errors, it is often sufficient to say LIBS.OperatingSystem+ -= -lfoo to the package Makefile and then say bmake clean; bmake. +To fix these linker errors, it is often sufficient to add LIBS.OperatingSystem+ += -lfoo to the package Makefile and then run bmake clean; bmake. -21.5.4.1. Special issue: The SunPro compiler +21.5.4.1. The SunPro compiler and inline functions When you are using the SunPro compiler, there is another possibility. That compiler cannot handle the following code: @@ -7380,11 +7426,11 @@ this problem you can try to tell the package to disable inlining of functions. Sometimes packages fail to build because the compiler runs into an operating system specific soft limit. With the UNLIMIT_RESOURCES variable pkgsrc can be -told to unlimit the resources. Currently, the allowed values are any -combination of "cputime", "datasize", "memorysize", and "stacksize". Setting -this variable is similar to running the shell builtin ulimit command to raise -the maximum data segment size or maximum stack size of a process, respectively, -to their hard limits. +told to unlimit the resources. The allowed values are any combination of " +cputime", "datasize", "memorysize", "stacksize" and "virtualsize". Setting this +variable is similar to running the shell builtin ulimit command to raise the +maximum data segment size or maximum stack size of a process, respectively, to +their hard limits. 21.6. The install phase @@ -7397,19 +7443,21 @@ like this: ${INSTALL_DATA_DIR} ${PREFIX}/dir1 ${INSTALL_DATA_DIR} ${PREFIX}/dir2 -You can also just append "dir1 dir2" to the INSTALLATION_DIRS variable, which -will automatically do the right thing. +Instead of running the install commands directly, you can also append "dir1 +dir2" to the INSTALLATION_DIRS variable, which will automatically do the right +thing. 21.6.2. Where to install documentation In general, documentation should be installed into ${PREFIX}/share/doc/$ -{PKGBASE} or ${PREFIX}/share/doc/${PKGNAME} (the latter includes the version -number of the package). +{PKGBASE} or ${PREFIX}/share/doc/${PKGNAME_NOREV} (the latter includes the +version number of the package). Many modern packages using GNU autoconf allow to set the directory where HTML documentation is installed with the "--with-html-dir" option. Sometimes using this flag is needed because otherwise the documentation ends up in ${PREFIX}/ -share/doc/html or other places. +share/doc/html or other places. In pkgsrc, the HTML documentation should go +into the package-specific directory, just like any other documentation. An exception to the above is that library API documentation generated with the textproc/gtk-doc tools, for use by special browsers (devhelp) should be left at @@ -7489,10 +7537,6 @@ REPLACE.tcl.new= ${PREFIX}/bin/tclsh REPLACE_FILES.tcl= # list of tcl scripts which need to be fixed, # relative to ${WRKSRC}, just as in REPLACE_PERL -Note - -Before March 2006, these variables were called _REPLACE.* and _REPLACE_FILES.*. - 21.6.6. Packages installing Perl modules Makefiles of packages providing perl5 modules should include the Makefile @@ -7771,13 +7815,6 @@ helping our GNOME porting and packaging efforts. It provides instructions on how to manage the existing packages and some important information regarding their internals. -We need your help! - -Should you have some spare cycles to devote to NetBSD, pkgsrc and GNOME and are -willing to learn new exciting stuff, please jump straight to the pending work -list! There is still a long way to go to get a fully-functional GNOME desktop -under NetBSD and we need your help to achieve it! - 22.1. Meta packages pkgsrc includes three GNOME-related meta packages: @@ -7817,14 +7854,14 @@ the minimum required tools: * Almost all GNOME applications use the GNU Autotools as their build system. As a general rule you will need to tell this to your package: - GNU_CONFIGURE=yes - USE_LIBTOOL=yes - USE_TOOLS+=gmake + GNU_CONFIGURE= yes + USE_LIBTOOL= yes + USE_TOOLS+= gmake * If the package uses pkg-config to detect dependencies, add this tool to the list of required utilities: - USE_TOOLS+=pkg-config + USE_TOOLS+= pkg-config Also use pkgtools/verifypc at the end of the build process to ensure that you did not miss to specify any dependency in your package and that the @@ -7840,14 +7877,14 @@ the minimum required tools: you ought to report. For such packages you should disable gtk-doc (unless it is the default): - CONFIGURE_ARGS+=--disable-gtk-doc + CONFIGURE_ARGS+= --disable-gtk-doc The default location of installed HTML files (share/gtk-doc/) is correct and should not be changed unless the package insists on installing them somewhere else. Otherwise programs as devhelp will not be able to open them. You can do that with an entry similar to: - CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/... + CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/gtk-doc/... GNOME uses multiple shared directories and files under the installation prefix to maintain databases. In this context, shared means that those exact same @@ -8221,57 +8258,63 @@ pkgsrc-users mailing list. 24.1. What is the difference between MAKEFLAGS, .MAKEFLAGS and MAKE_FLAGS? 24.2. What is the difference between MAKE, GMAKE and MAKE_PROGRAM? 24.3. What is the difference between CC, PKG_CC and PKGSRC_COMPILER? -24.4. What is the difference between BUILDLINK_LDFLAGS, BUILDLINK_LDADD and - BUILDLINK_LIBS? -24.5. Why does make show-var VARNAME=BUILDLINK_PREFIX.foo say it's empty? -24.6. What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I don't understand +24.4. Why does make show-var VARNAME=BUILDLINK_PREFIX.foo say it's empty? +24.5. What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I don't understand the := inside it. -24.7. Which mailing lists are there for package developers? -24.8. Where is the pkgsrc documentation? -24.9. I have a little time to kill. What shall I do? +24.6. Which mailing lists are there for package developers? +24.7. Where is the pkgsrc documentation? +24.8. I have a little time to kill. What shall I do? 24.1. What is the difference between MAKEFLAGS, .MAKEFLAGS and MAKE_FLAGS? MAKEFLAGS are the flags passed to the pkgsrc-internal invocations of make - (1), while MAKE_FLAGS are the flags that are passed to the MAKE_PROGRAM - when building the package. [FIXME: What is .MAKEFLAGS for?] + (1). + + MAKE_FLAGS are the flags that are passed to the MAKE_PROGRAM when + building the package. + + .MAKEFLAGS is an internal variable of bmake and should not be used by + packages. 24.2. What is the difference between MAKE, GMAKE and MAKE_PROGRAM? MAKE is the path to the make(1) program that is used in the pkgsrc - infrastructure. GMAKE is the path to GNU Make, but you need to say - USE_TOOLS+=gmake to use that. MAKE_PROGRAM is the path to the Make - program that is used for building the package. + infrastructure. + + GMAKE is the path to GNU Make, but you need to say USE_TOOLS+=gmake to + use that. + + MAKE_PROGRAM is the path to the Make program that is used for building + the package. 24.3. What is the difference between CC, PKG_CC and PKGSRC_COMPILER? CC is the path to the real C compiler, which can be configured by the - pkgsrc user. PKG_CC is the path to the compiler wrapper. PKGSRC_COMPILER - is not a path to a compiler, but the type of compiler that should be - used. See mk/compiler.mk for more information about the latter variable. + pkgsrc user. -24.4. What is the difference between BUILDLINK_LDFLAGS, BUILDLINK_LDADD and - BUILDLINK_LIBS? + PKG_CC is the path to the compiler wrapper. - [FIXME] + PKGSRC_COMPILER is not a path to a compiler, but the type of compiler + that should be used. See mk/compiler.mk for more information about the + latter variable. -24.5. Why does make show-var VARNAME=BUILDLINK_PREFIX.foo say it's empty? +24.4. Why does make show-var VARNAME=BUILDLINK_PREFIX.foo say it's empty? For optimization reasons, some variables are only available in the " wrapper" phase and later. To "simulate" the wrapper phase, append PKG_PHASE=wrapper to the above command. -24.6. What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I don't understand +24.5. What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I don't understand the := inside it. - The := is not really an assignment operator, although it looks like it. + The := is not an assignment operator, even though it may look like one. Instead, it is a degenerate form of ${LIST:old_string=new_string}, which is documented in the make(1) man page and which is commonly used in the form ${SRCS:.c=.o}. In the case of MASTER_SITE_*, old_string is the empty string and new_string is package/. That's where the : and the = fall together. -24.7. Which mailing lists are there for package developers? +24.6. Which mailing lists are there for package developers? tech-pkg @@ -8288,7 +8331,7 @@ pkgsrc-users mailing list. Please do not report your bugs here directly; use one of the other mailing lists. -24.8. Where is the pkgsrc documentation? +24.7. Where is the pkgsrc documentation? There are many places where you can find documentation about pkgsrc: @@ -8322,7 +8365,7 @@ pkgsrc-users mailing list. others can find your questions later (see above). To be sure that the developer in charge reads the mail, you may CC him or her. -24.9. I have a little time to kill. What shall I do? +24.8. I have a little time to kill. What shall I do? This is not really an FAQ yet, but here's the answer anyway. @@ -9524,730 +9567,766 @@ Appendix E. Help topics The following list contains all help topics that are available when running bmake help topic=:index. -#! -lintl -32bit 64bit -ABI ACCEPTABLE_LICENSES -ACROREAD_FONTPATH ADDITIONAL -AFAIK AIX -ALLOW_VULNERABLE_PACKAGES ALL_ENV -ALTERNATIVES_SRC AMANDA_TMP -AMANDA_USER AMANDA_VAR -APACHE_GROUP APACHE_MODULE_NAME -APACHE_MODULE_SRC APACHE_MODULE_SRCDIR -APACHE_PKG_PREFIX APACHE_SUEXEC_CONFIGURE_ARGS -APACHE_SUEXEC_DOCROOT APACHE_USER -APPEND_ABI APPEND_ELF -ARLA_CACHE AUDIT_PACKAGES_FLAGS -AUTOCONF_REQD AUTOMAKE_OVERRIDE -AUTOMAKE_REQD AUTO_MKDIRS -BDB185_DEFAULT BDBBASE -BDB_ACCEPTED BDB_DEFAULT -BDB_LIBS BDB_TYPE -BINCIMAP_GROUP BINCIMAP_USER -BIND_DIR BIND_GROUP -BIND_USER BINOWN -BINPKG_SITES BIN_INSTALL_FLAGS -BISON_PKGDATADIR BLAS -BLAS_ACCEPTED BLAS_C_INTERFACE -BLAS_INCLUDES BLAS_INDEX64 -BLAS_LIBS BLAS_TYPE -BOOTSTRAP_DEPENDS BROKEN -BROKEN_EXCEPT_ON_PLATFORM BROKEN_ON_PLATFORM -BSDSRCDIR BSDXSRCDIR -BSD_MAKE_ENV BUILDLINK_AUTO_DIRS -BUILDLINK_AUTO_VARS BUILDLINK_CFLAGS -BUILDLINK_CONTENTS_FILTER BUILDLINK_CPPFLAGS -BUILDLINK_FILES BUILDLINK_FILES_CMD -BUILDLINK_FNAME_TRANSFORM BUILDLINK_LDFLAGS -BUILDLINK_LIBS BUILDLINK_OPSYS_SUPPORT_PTHREAD -BUILDLINK_PKGNAME BUILDLINK_PREFIX -BUILDLINK_RPATHDIRS BUILDLINK_TREE -BUILD_DEFS BUILD_DEFS_EFFECTS -BUILD_DEPENDS BUILD_DIRS -BUILD_ENV_SHELL BUILD_MAKE_CMD -BUILD_MAKE_FLAGS BUILD_TARGET -BUILTIN_FIND_FILES BUILTIN_FIND_FILES_VAR -BUILTIN_FIND_GREP BUILTIN_FIND_HEADERS -BUILTIN_FIND_HEADERS_VAR BUILTIN_FIND_PKGCONFIG -BUILTIN_FIND_PKGCONFIG_VAR BUILTIN_PKG -BUILTIN_TEST_CURSES_DEFINES BUILTIN_TEST_CURSES_FUNCS -BUILTIN_VERSION_SCRIPT BUILTIN_X11_TYPE -BUILTIN_X11_VERSION CACTI_GROUP -CACTI_USER CANNA_GROUP -CANNA_USER CAT -CBLAS_LIBS CCACHE_BASE -CCACHE_DIR CCACHE_LOGFILE -CC_VERSION CC_VERSION_STRING -CDRECORD_CONF CDROM_PKG_URL_DIR -CDROM_PKG_URL_HOST CHECK_COMPILER -CHECK_FAKEHOME CHECK_FILES -CHECK_FILES_SKIP CHECK_FILES_STRICT -CHECK_HEADERS CHECK_HEADERS_SKIP -CHECK_INTERPRETER CHECK_INTERPRETER_SKIP -CHECK_PERMS CHECK_PERMS_AUTOFIX -CHECK_PERMS_SKIP CHECK_PIE -CHECK_PIE_SKIP CHECK_PIE_SUPPORTED -CHECK_PORTABILITY CHECK_PORTABILITY_EXPERIMENTAL -CHECK_PORTABILITY_SKIP CHECK_RELRO -CHECK_RELRO_SKIP CHECK_RELRO_SUPPORTED -CHECK_SHLIBS CHECK_SHLIBS_SKIP -CHECK_SHLIBS_SUPPORTED CHECK_SHLIBS_TOXIC -CHECK_SSP CHECK_SSP_SKIP -CHECK_SSP_SUPPORTED CHECK_STRIPPED -CHECK_STRIPPED_SKIP CHECK_WRKREF -CHECK_WRKREF_EXTRA_DIRS CHECK_WRKREF_SKIP -CLAMAV_DBDIR CLAMAV_GROUP -CLAMAV_USER CLANGBASE -CLEANDEPENDS CMAKE_DEPENDENCIES_REWRITE -CMAKE_INSTALL_NAME_DIR CMAKE_INSTALL_PREFIX -CMAKE_MODULE_PATH_OVERRIDE CMAKE_PKGSRC_BUILD_FLAGS -CMAKE_PREFIX_PATH CMAKE_USE_GNU_INSTALL_DIRS -COMPILER_RPATH_FLAG COMPILER_USE_SYMLINKS -CONFIGURE_ARGS CONFIGURE_DIRS -CONFIGURE_ENV CONFIGURE_ENV_SHELL -CONFIGURE_HAS_INFODIR CONFIGURE_HAS_MANDIR -CONFIGURE_SCRIPT CONFIG_SHELL -CONFIG_SHELL_FLAGS CONF_FILES -CONF_FILES_MODE CONF_FILES_PERMS -CONSERVER_DEFAULTHOST CONSERVER_DEFAULTPORT -CP CPP -CPP_PRECOMP_FLAGS CREATE_WRKDIR_SYMLINK -CROSSBASE CTFCONVERT -CTF_FILES_SKIP CTF_SUPPORTED -CTYPE CUPS_GROUP -CUPS_SYSTEM_GROUPS CUPS_USER -CURSES_DEFAULT CURSES_TYPE -CXX CYRUS_GROUP -CYRUS_IDLE CYRUS_USER -DAEMONTOOLS_GROUP DAEMONTOOLS_LOG_USER -DARWIN_NO_SYSTEM_LIBS DARWIN_REQUIRES_FILTER -DBUS_GROUP DBUS_USER -DEFANG_GROUP DEFANG_USER -DEFAULT_ACCEPTABLE_LICENSES DEFAULT_DISTFILES -DEFAULT_IRC_SERVER DEFAULT_SERIAL_DEVICE -DEF_UMASK DEINSTALLDEPENDS -DEINSTALL_SRC DEINSTALL_TEMPLATES -DELAYED_ERROR_MSG DELAYED_WARNING_MSG -DEPENDS DEPENDS_TARGET -DEPENDS_TYPE DESTDIR -DESTDIR_VARNAME DIALER_GROUP -DIGEST_REQD DISTDIR -DISTFILES DISTINFO_FILE -DISTNAME DIST_PATH -DIST_SUBDIR DJBDNS_AXFR_USER -DJBDNS_CACHE_USER DJBDNS_DJBDNS_GROUP -DJBDNS_LOG_USER DJBDNS_RBL_USER -DJBDNS_TINY_USER DLOPEN_REQUIRE_PTHREADS -DL_AUTO_VARS DL_CFLAGS -DL_LDFLAGS DL_LIBS -DNS DOCOWN -DOWNLOADED_DISTFILE DQCACHE_GROUP -DQCACHE_USER DT_LAYOUT -DYNAMIC_SITES_CMD DYNAMIC_SITES_SCRIPT -ECHO ECHO_N -ELK_GUI EMACS_TYPE -EMULDIR EMULSUBDIR -EMULSUBDIRSLASH EMUL_ARCH -EMUL_DISTRO EMUL_EXEC_FMT -EMUL_IS_NATIVE EMUL_MODULES -EMUL_OPSYS EMUL_PKG_FMT -EMUL_PLATFORM EMUL_PLATFORMS -EMUL_PREFER EMUL_REQD -EMUL_TYPE ERROR_MSG -EXIM_GROUP EXIM_USER -EXPORT_SYMBOLS_LDFLAGS EXTRACTOR -EXTRACT_CMD EXTRACT_CMD_DEFAULT -EXTRACT_DIR EXTRACT_ELEMENTS -EXTRACT_ENV EXTRACT_ONLY -EXTRACT_OPTS EXTRACT_SUFX -EXTRACT_USING FAIL -FAILOVER_FETCH FAIL_MSG -FAKE_NCURSES FAM -FAM_ACCEPTED FAM_DEFAULT -FAM_SERVER FCPATH -FEATURE_CPPFLAGS FEATURE_LDFLAGS -FEATURE_LIBS FETCH_AFTER_ARGS -FETCH_BEFORE_ARGS FETCH_CMD -FETCH_OUTPUT_ARGS FETCH_PROXY -FETCH_RESUME_ARGS FETCH_TIMEOUT -FETCH_USE_IPV4_ONLY FETCH_USING -FILES_SUBST FILES_SUBST_SED -FIX_SYSTEM_HEADERS FONTS_DIRS -FONTS_VERBOSE FOO_HACKS_MK -FOX_USE_XUNICODE FREEWNN_GROUP -FREEWNN_USER FTP_PKG_URL_DIR -FTP_PKG_URL_HOST GAMEDATAMODE -GAMEDATA_PERMS GAMEDIRMODE -GAMEDIR_PERMS GAMEGRP -GAMEMODE GAMEOWN -GAMES_GROUP GAMES_USER -GCC GCCBASE -GCC_REQD GCC_VERSION_SUFFIX -GEM_BUILD GEM_CLEANBUILD -GEM_CLEANBUILD_EXTENSIONS GEM_DOCDIR -GEM_EXTSDIR GEM_HOME -GEM_KEEPBUILD GEM_LIBDIR -GEM_NAME GEM_PATH -GEM_PLUGINSDIR GEM_SPECFILE -GENERATE_PLIST GHC -GHOSTSCRIPT_REQD GITHUB_PROJECT -GITHUB_RELEASE GITHUB_SUBMODULES -GITHUB_TAG GITHUB_TYPE -GNU GNU_CONFIGURE -GNU_CONFIGURE_INFODIR GNU_CONFIGURE_MANDIR -GNU_CONFIGURE_QUIET GNU_CONFIGURE_STRICT -GODEP_REDIRECTS GO_BUILD_PATTERN -GO_DEPS GO_DIST_BASE -GO_EXTRA_MOD_DIRS GO_MODULE_FILES -GO_SRCPATH GO_VERSION_DEFAULT -GROUP_SPECIFIC_PKGS GRUB_NETWORK_CARDS -GRUB_PRESET_COMMAND GRUB_SCAN_ARGS -GZIP HASKELL_ENABLE_DYNAMIC_EXECUTABLE -HASKELL_ENABLE_HADDOCK_DOCUMENTATION HASKELL_ENABLE_LIBRARY_PROFILING -HASKELL_ENABLE_SHARED_LIBRARY HASKELL_OPTIMIZATION_LEVEL -HAS_CONFIGURE HEADER_TEMPLATES -HOMEPAGE HOST_PKGTOOLS_ARGS -HOST_SPECIFIC_PKGS HOWL_GROUP -HOWL_USER ICCBASE -ICECAST_CHROOTDIR ICON_THEMES -IDOBASE IGNORE_CCACHE -IGNORE_INFO_DIRS IGNORE_INTERACTIVE_FETCH -IMAKE IMAKEOPTS -IMAKE_MAKE IMAKE_MANINSTALL -IMAP_UW_CCLIENT_MBOX_FMT IMDICTDIR -INCOMPAT_CURSES INFO_DIR -INFO_FILES INFO_FILES_VERBOSE -INFO_MSG INIT_SYSTEM -INN_DATA_DIR INN_GROUP -INN_USER INSTALLATION_DIRS -INSTALLATION_DIRS_FROM_PLIST INSTALL_ENV -INSTALL_SH_OVERRIDE INSTALL_SRC -INSTALL_TEMPLATES INSTALL_UNSTRIPPED -IRCD_HYBRID_IRC_GROUP IRCD_HYBRID_IRC_USER -IRCD_HYBRID_MAXCONN IRCD_HYBRID_NICLEN -IRCD_HYBRID_SYSLOG_EVENTS IRCD_HYBRID_SYSLOG_FACILITY -IRCD_HYBRID_TOPICLEN IRIX -IRRD_USE_PGP JABBERD_GROUP -JABBERD_LOGDIR JABBERD_PIDDIR -JABBERD_SPOOLDIR JABBERD_USER -JAVA_BINPREFIX JAVA_CLASSPATH -JAVA_HOME JAVA_LD_LIBRARY_PATH -JAVA_NAME JAVA_UNLIMIT -JAVA_WRAPPERS JPEG_ACCEPTED -JPEG_DEFAULT KERBEROS -KERMIT_SUID_UUCP KJS_USE_PCRE -KNEWS_DOMAIN_FILE KNEWS_DOMAIN_NAME -KRB5_ACCEPTED KRB5_DEFAULT -LANGUAGES LAPACKE_LIBS -LAPACK_LIBS LATEX2HTML_ICONPATH -LDCONFIG_ADD_CMD LDCONFIG_REMOVE_CMD -LDD LEAFNODE_DATA_DIR -LEAFNODE_GROUP LEAFNODE_USER -LIBDVDCSS_HOMEPAGE LIBDVDCSS_MASTER_SITES -LIBRSVG_TYPE LIBTOOL -LIBTOOLIZE_PLIST LIBTOOL_M4_OVERRIDE -LIBUSB_TYPE LICENSE -LINKER_RPATH_FLAG LINK_RPATH_FLAG -LINUX_LOCALES LOCALBASE -LOCALBASE_LOCKTYPE LOCALPATCHES -LOVE_DATA LOVE_GAME -LOVE_VERSION LP32PLATFORMS -LP64PLATFORMS LUA_BUSTED_ARGS -LUA_CDIR LUA_COMPILER -LUA_DOCDIR LUA_EXAMPLESDIR -LUA_INCDIR LUA_INTERPRETER -LUA_LDIR LUA_LINKER_MAGIC -LUA_PKGPREFIX LUA_SELF_CONFLICT -LUA_USE_BUSTED LUA_VERSIONS_ACCEPTED -LUA_VERSIONS_INCOMPATIBLE LUA_VERSION_DEFAULT -LUA_VERSION_REQD Lua -MACHINE_PLATFORM MAILAGENT_DOMAIN -MAILAGENT_EMAIL MAILAGENT_FQDN -MAILAGENT_ORGANIZATION MAJORDOMO_HOMEDIR -MAKEINFO_ARGS MAKE_DIRS -MAKE_DIRS_PERMS MAKE_ENV -MAKE_FILE MAKE_FLAGS -MAKE_JOBS MAKE_JOBS_SAFE -MAKE_PROGRAM MANCOMPRESSED_IF_MANZ -MANINSTALL MANZ -MASTER_SITES MASTER_SITE_BACKUP -MASTER_SITE_LOCAL MASTER_SITE_MOZILLA -MASTER_SITE_OVERRIDE MASTER_SITE_PERL_CPAN -MASTER_SORT MASTER_SORT_RANDOM -MASTER_SORT_REGEX MECAB_CHARSET -MEDIATOMB_GROUP MEDIATOMB_USER -MIPSPROBASE MIREDO_GROUP -MIREDO_USER MISSING_FEATURES -MKDIR MKPIE_SUPPORTED -MLDONKEY_GROUP MLDONKEY_HOME -MLDONKEY_USER MONOTONE_GROUP -MONOTONE_USER MOTIFBASE -MOTIF_TYPE MOTIF_TYPE_DEFAULT -MPI_TYPE MSGFMT_STRIP_MSGCTXT -MSGFMT_STRIP_MSGID_PLURAL MTOOLS_ENABLE_FLOPPYD -MV MYSQL_CHARSET -MYSQL_DATADIR MYSQL_EXTRA_CHARSET -MYSQL_GROUP MYSQL_USER -MYSQL_VERSION MYSQL_VERSIONS_ACCEPTED -MYSQL_VERSIONS_ALL MYSQL_VERSION_DEFAULT -NAGIOSCMD_GROUP NAGIOSDIR -NAGIOS_GROUP NAGIOS_USER -NATIVE_APPEND_ABI NATIVE_APPEND_ELF -NATIVE_EXEC_FMT NATIVE_MACHINE_PLATFORM -NATIVE_OBJECT_FMT NBPAX_PROGRAM_PREFIX -NETBSD_LOGIN_NAME NMH_EDITOR -NMH_MTA NMH_PAGER -NODE_VERSIONS_ACCEPTED NODE_VERSIONS_INCOMPATIBLE -NODE_VERSION_DEFAULT NODE_VERSION_REQD -NOLOGIN NOTE -NOT_FOR_PLATFORM NOT_PAX_ASLR_SAFE -NOT_PAX_MPROTECT_SAFE NO_BUILD -NO_CHECKSUM NO_CONFIGURE -NO_SKIP NS_PREFERRED -NULLMAILER_GROUP NULLMAILER_USER -OASIS OASIS_BUILD_ARGS -OBJHOSTNAME OBJMACHINE -OCAML_FINDLIB_DIRS OCAML_FINDLIB_REGISTER -OCAML_FINDLIB_REGISTER_VERBOSE OCAML_SITELIBDIR -OCAML_TOPKG_DOCDIR OCAML_USE_DUNE -OCAML_USE_FINDLIB OCAML_USE_OASIS -OCAML_USE_OASIS_DYNRUN OCAML_USE_OPAM -OCAML_USE_OPT_COMPILER OCAML_USE_TOPKG -OMF ONLY_FOR_COMPILER -ONLY_FOR_PLATFORM OPENSSH_CHROOT -OPENSSH_GROUP OPENSSH_USER -OPSYS OPSYS_EMULDIR -OPSYS_VERSION OS -OSS_TYPE OSX -OSX_TOLERATE_SDK_SKEW OS_VARIANT -OS_VERSION OTF_FONTS_DIR -OVERRIDE_DIRDEPTH OVERRIDE_GEMSPEC -OVERRIDE_GNU_CONFIG_SCRIPTS OWN_DIRS -OWN_DIRS_PERMS P4GROUP -P4PORT P4ROOT -P4USER PACKAGES -PALMOS_DEFAULT_SDK PAMBASE -PAM_DEFAULT PAPERSIZE -PASSIVE_FETCH PATCHDIR -PATCHFILES PATCH_ARGS -PATCH_DEBUG PATCH_DIST_ARGS -PATCH_DIST_CAT PATCH_DIST_STRIP -PATCH_FUZZ_FACTOR PATCH_STRIP -PATH PCCBASE -PEAR_CMD PEAR_LIB -PEAR_PACKAGE_XML PERL5 -PERL5_CONFIGURE PERL5_CONFIGURE_DIRS -PERL5_LDFLAGS PERL5_LICENSE -PERL5_MODULE_TYPE PERL5_PACKLIST -PERL5_PACKLIST_DIR PERL5_PERLBASE -PERL5_SITEBASE PERL5_USE_PACKLIST -PERL5_VENDORBASE PFCTL -PFVAR_H PF_VERSION -PGGROUP PGHOME -PGPKGSRCDIR PGSQL_TYPE -PGSQL_VERSION PGSQL_VERSIONS_ACCEPTED -PGSQL_VERSION_DEFAULT PGUSER -PG_LIB_EXT PHP -PHPCOMMON_MK PHPPKGSRCDIR -PHP_BASE_VERS PHP_CHECK_INSTALLED -PHP_EXTENSION_DIR PHP_INITIAL_TEENY -PHP_PKG_PREFIX PHP_VERSION -PHP_VERSIONS_ACCEPTED PHP_VERSIONS_INCOMPATIBLE -PHP_VERSION_DEFAULT PHP_VERSION_REQD -PILRC_USE_GTK PKGCONFIG_BASE -PKGCONFIG_FILE PKGCONFIG_OVERRIDE -PKGCONFIG_OVERRIDE_STAGE PKGDIR -PKGGNUDIR PKGINFODIR -PKGLOCALEDIR PKGMANDIR -PKGNAME PKGNAME_REQD -PKGPATH PKGREVISION -PKGSRC_BLAS_TYPES PKGSRC_CHANGES -PKGSRC_COMPILER PKGSRC_KEEP_BIN_PKGS -PKGSRC_LOCKTYPE PKGSRC_MAKE_ENV -PKGSRC_MESSAGE_RECIPIENTS PKGSRC_MKPIE -PKGSRC_MKREPRO PKGSRC_OVERRIDE_MKPIE -PKGSRC_RUN_TEST PKGSRC_SETENV -PKGSRC_SLEEPSECS PKGSRC_TODO -PKGSRC_USE_CTF PKGSRC_USE_FORTIFY -PKGSRC_USE_RELRO PKGSRC_USE_SSP -PKGSRC_USE_STACK_CHECK PKGTASKS_DATAFILE -PKGTOOLS_ARGS PKGTOOLS_ENV -PKG_ALTERNATIVES PKG_APACHE -PKG_APACHE_ACCEPTED PKG_APACHE_DEFAULT -PKG_BEST_EXISTS PKG_BUILD_OPTIONS -PKG_COMPRESSION PKG_CONFIG -PKG_CONFIG_PERMS PKG_CREATE_USERGROUP -PKG_DB_TMPDIR PKG_DEBUG_LEVEL -PKG_DEFAULT_OPTIONS PKG_DESTDIR_SUPPORT -PKG_DEVELOPER PKG_DISABLED_OPTIONS -PKG_FATAL_ERRORS PKG_FC -PKG_FILELIST_CMD PKG_GECOS -PKG_GID PKG_GROUPS -PKG_GROUPS_VARS PKG_HOME -PKG_INIT_SCRIPTS PKG_JAVA_HOME -PKG_JVM PKG_JVMS_ACCEPTED -PKG_JVM_DEFAULT PKG_LEGACY_OPTIONS -PKG_LIBTOOL PKG_OPTIONS -PKG_OPTIONS_DEPRECATED_WARNINGS PKG_OPTIONS_LEGACY_OPTS -PKG_OPTIONS_LEGACY_VARS PKG_OPTIONS_NONEMPTY_SETS -PKG_OPTIONS_OPTIONAL_GROUPS PKG_OPTIONS_REQUIRED_GROUPS -PKG_OPTIONS_VAR PKG_PHP -PKG_PHP_MAJOR_VERS PKG_PHP_VERSION -PKG_RCD_SCRIPTS PKG_REFCOUNT_DBDIR -PKG_REGISTER_SHELLS PKG_RESUME_TRANSFERS -PKG_SHELL PKG_SUGGESTED_OPTIONS -PKG_SUPPORTED_OPTIONS PKG_SYSCONFBASE -PKG_SYSCONFBASEDIR PKG_SYSCONFDIR -PKG_SYSCONFDIR_PERMS PKG_SYSCONFSUBDIR -PKG_SYSCONFVAR PKG_TOOLS_BIN -PKG_UID PKG_UPDATE_FONTS_DB -PKG_USERS PKG_USERS_VARS -PKG_VERBOSE PLEASE -PLIST PLIST_AWK -PLIST_AWK_ENV PLIST_SRC -PLIST_SUBST PLIST_TYPE -PLIST_VARS POPTOP_USE_MPPE -POSSIBLE_GFORTRAN_VERSION POST_FETCH_HOOK -PREFER PREFER_NATIVE -PREFER_NATIVE_PTHREADS PREFER_PKGSRC -PREFIX PREPEND_PATH -PRE_ROOT_CMD PRIVILEGED_STAGES -PS PTHREAD_AUTO_VARS -PTHREAD_CFLAGS PTHREAD_LDFLAGS -PTHREAD_LIBS PTHREAD_OPTS -PTHREAD_TYPE PVM_SSH -PYPKGPREFIX PYTHON_FOR_BUILD_ONLY -PYTHON_SELF_CONFLICT PYTHON_VERSIONED_DEPENDENCIES -PYTHON_VERSIONS_ACCEPTED PYTHON_VERSIONS_INCOMPATIBLE -PYTHON_VERSION_DEFAULT PYTHON_VERSION_REQD -PYVERSSUFFIX QMAILDIR -QMAIL_ALIAS_USER QMAIL_DAEMON_USER -QMAIL_LOG_USER QMAIL_NOFILES_GROUP -QMAIL_PASSWD_USER QMAIL_QMAIL_GROUP -QMAIL_QUEUE_DIR QMAIL_QUEUE_EXTRA -QMAIL_QUEUE_USER QMAIL_REMOTE_USER -QMAIL_ROOT_USER QMAIL_SEND_USER -QORE_LATEST_MODULE_API QORE_MODULE_API -QORE_MODULE_DIR QORE_USER_MODULE_DIR -QORE_VERSION QPOPPER_FAC -QPOPPER_SPOOL_DIR QPOPPER_USER -RAKE_NAME RASMOL_DEPTH -RCD_SCRIPTS RCD_SCRIPTS_DIR -RCD_SCRIPTS_EXAMPLEDIR RCD_SCRIPTS_MODE -RCD_SCRIPTS_SHELL RCD_SCRIPT_SRC -RDOC READLINE_DEFAULT -READLINE_TYPE REAL_ROOT_GROUP -REAL_ROOT_USER RECURSIVE_MAKE -RELAY_CTRL_DIR RELRO_SUPPORTED -REPLACE_AWK REPLACE_BASH -REPLACE_CSH REPLACE_KSH -REPLACE_LUA REPLACE_NODEJS -REPLACE_OCTAVE REPLACE_PERL -REPLACE_PERL6 REPLACE_PHP -REPLACE_PYTHON REPLACE_QORE -REPLACE_R REPLACE_RUBY -REPLACE_RUBY_DIRS REPLACE_RUBY_PAT -REPLACE_SH REPLACE_TEXLUA -REPLACE_WISH REQD_DIRS -REQD_DIRS_PERMS REQD_FILES -REQD_FILES_MODE REQD_FILES_PERMS -RESOLV_AUTO_VARS RESOLV_LDFLAGS -RESOLV_LIBS RM -ROOT_CMD ROOT_GROUP -ROOT_USER RPCGEN -RPM RPM2PKG_PLIST -RPM2PKG_PREFIX RPM2PKG_STAGE -RPM2PKG_STRIP RPM2PKG_SUBPREFIX -RPMFILES RPMIGNOREPATH -RPM_DB_PREFIX RSSH_CVS_PATH -RSSH_RDIST_PATH RSSH_RSYNC_PATH -RSSH_SCP_PATH RSSH_SFTP_SERVER_PATH -RUBY RUBYGEM -RUBYGEM_NAME RUBYGEM_OPTIONS -RUBYGEM_VERBOSE RUBY_ABI_VERSION -RUBY_ARCH RUBY_ARCHINC -RUBY_ARCHLIB RUBY_BASE -RUBY_BASERIDIR RUBY_BUILD_DOCUMENT -RUBY_DLEXT RUBY_DOC -RUBY_DYNAMIC_DIRS RUBY_EG -RUBY_ENCODING_ARG RUBY_EXTCONF -RUBY_EXTCONF_CHECK RUBY_EXTCONF_DEBUG -RUBY_EXTCONF_MAKEFILE RUBY_GEM_ARCH -RUBY_GEM_BASE RUBY_INC -RUBY_LIB RUBY_LIB_BASE -RUBY_NAME RUBY_NOVERSION -RUBY_PKGPREFIX RUBY_RAILS -RUBY_RAILS52_VERSION RUBY_RAILS60_VERSION -RUBY_RAILS61_VERSION RUBY_RAILS70_VERSION -RUBY_RAILS_ACCEPTED RUBY_RAILS_DEFAULT -RUBY_RAILS_REQD RUBY_RAILS_STRICT_DEP -RUBY_RIDIR RUBY_SETUP -RUBY_SHLIB RUBY_SHLIBALIAS -RUBY_SHLIBVER RUBY_SIMPLE_INSTALL -RUBY_SITEARCHLIB RUBY_SITELIB -RUBY_SITELIB_BASE RUBY_SITERIDIR -RUBY_SLEXT RUBY_SRCDIR -RUBY_STATICLIB RUBY_SUFFIX -RUBY_SYSRIDIR RUBY_USE_PTHREAD -RUBY_VENDORARCHLIB RUBY_VENDORLIB -RUBY_VENDORLIB_BASE RUBY_VER -RUBY_VERSION RUBY_VERSIONS_ACCEPTED -RUBY_VERSIONS_INCOMPATIBLE RUBY_VERSION_DEFAULT -RUBY_VERSION_REQD RUBY_VER_DIR -RUN RUN_LDCONFIG -RUST_TYPE SCO -SCREWS_GROUP SCREWS_USER -SCRIPTS_ENV SCROLLKEEPER_DATADIR -SCROLLKEEPER_REBUILDDB SCROLLKEEPER_UPDATEDB -SDIST_PAWD SDL12_TYPE -SERIAL_DEVICES SETGIDGAME -SETGID_GAMES_PERMS SETUID_ROOT_PERMS -SH SHLIB -SIGN_PACKAGES SILC_CLIENT_WITH_PERL -SITE_SPECIFIC_PKGS SKIP_DEPENDS -SMF_INSTANCES SMF_MANIFEST -SMF_METHODS SMF_METHOD_SHELL -SMF_METHOD_SRC SMF_NAME -SMF_PREFIX SMF_SRCDIR -SNIPROXY_GROUP SNIPROXY_USER -SOURCE_BUFFSIZE SPECIAL_PERMS -SPECIFIC_PKGS SSH_SUID -SSP_SUPPORTED SSYNC_PAWD -STEP_MSG STRIP -STRIP_DBG STRIP_DEBUG -STRIP_DEBUG_SUPPORTED STRIP_FILES_SKIP -SU SUBDIR -SUBST SUBST_CLASSES -SUBST_FILES SUBST_FILTER_CMD -SUBST_MESSAGE SUBST_NOOP_OK -SUBST_SED SUBST_SHOW_DIFF -SUBST_SKIP_TEXT_CHECK SUBST_STAGE -SUBST_VARS SUNWSPROBASE -SUSE_PREFER SU_CMD -SYSCONFBASE TARGET_ARCH -TBL TERMCAP_TYPE -TERMINFO_DEFAULT TERMINFO_TYPE -TEST TEST_DEPENDS -TEST_DIRS TEST_ENV -TEST_ENV_SHELL TEST_MAKE_CMD -TEST_MAKE_FLAGS TEST_TARGET -TEXLIVE_IGNORE_PATTERNS TEXLIVE_REV -TEXLIVE_UNVERSIONED TEXMFSITE -TEX_FORMATS TEX_HYPHEN_DAT -TEX_HYPHEN_DEF TEX_TEXMF_DIRS -THTTPD_LOG_FACILITY TINYDYN_USER -TLSWRAPPER_CHROOT TO -TOOLS_ALIASES TOOLS_ALWAYS_WRAP -TOOLS_ARGS TOOLS_BROKEN -TOOLS_CMD TOOLS_CMDLINE_SED -TOOLS_CREATE TOOLS_CROSS_DESTDIR -TOOLS_DIR TOOLS_FAIL -TOOLS_GNU_MISSING TOOLS_LDCONFIG -TOOLS_NOOP TOOLS_PATH -TOOLS_SCRIPT TOOLS_USE_CROSS_COMPILE -TOOL_DEPENDS TTF_FONTS_DIR -TYPE UAC_REQD_EXECS -UCSPI_SSL_GROUP UCSPI_SSL_USER -UNLIMIT_RESOURCES UNPRIVILEGED -UNPRIVILEGED_GROUP UNPRIVILEGED_GROUPS -UNPRIVILEGED_USER UNWRAP_FILES -UNWRAP_PATTERNS UPDATE_GEMSPEC -UPDATE_TARGET URI -USERGROUP_PHASE USERPPP_GROUP -USER_SPECIFIC_PKGS USE_ABI_DEPENDS -USE_APR USE_BSD_MAKEFILE -USE_BUILTIN USE_CROSS_COMPILE -USE_CURSES USE_CWRAPPERS -USE_DB185 USE_FEATURES -USE_GAMESGROUP USE_GCC_RUNTIME -USE_IMAKE USE_JAVA -USE_JAVA2 USE_LANGUAGES -USE_LIBTOOL USE_NATIVE_GCC -USE_NETBSD_REPO USE_PKGSRC_GCC -USE_PKGSRC_GCC_RUNTIME USE_PKGTASKS -USE_PKG_ADMIN_DIGEST USE_RUBY_EXTCONF -USE_RUBY_INSTALL USE_RUBY_SETUP -USE_RUBY_SETUP_PKG USE_TOOLS -UUCP_GROUP UUCP_USER -VARBASE VARNAME -VIM_EXTRA_OPTS WARNING_MSG -WCALC_CGIDIR WCALC_CGIPATH -WCALC_HTMLDIR WCALC_HTMLPATH -WDM_MANAGERS WRAPPER_CC -WRAPPER_REORDER_CMDS WRKDIR -WRKDIR_BASENAME WRKDIR_LOCKTYPE -WRKLOG WRKOBJDIR -WRKSRC X10_PORT -X11 X11BASE -X11_PKGSRCDIR X11_TYPE -X509_CERTIFICATE X509_KEY -XAW_TYPE XLOCK_DEFAULT_MODE -XMKMF XMKMF_FLAGS -XXX YES -ZSH_STATIC __stdc__ -_vargroups accept -acquire-localbase-lock acquire-lock -add administrator -alloca alternatives -aslr asprintf -atlas autoconf -automake autoreconf -awk bash -big-endian bin-install -bind binpkg-list -blas bootstrap-depends -broken broken_on_platform -bsd bsd.prog.mk -build build-env -buildlink-directories buildlink-oss-soundcard-h -c c++ -ccache cce -cdefs ceil -changes changes-entry -changes-entry-noupdate check -check-clean check-files -check-files-clean check-vulnerable -checksum checksum-phase -clean clean-depends -cleandir commit -commit-changes-entry compact -compiler conf -config.guess config.sub -configuration configure -configure-env configure-help -configure_args connect -cos cputime -create-usergroup csh -ctf debug -declaration declare -defined depend -dependencies depends -depends-checksum depends-fetch -deps describe -destdir disable -distclean distinfo -dl dlopen -do-buildlink do-clean -do-configure do-configure-post-hook -do-extract do-fetch -do-install emul -emul-distinfo emul-fetch -emulation emulator -enable endian -enomem ensurepip -err errx -etc exp -extract-rpm fabs -feature features -fetch fetch-list -follows forbids -form format -fortify fortify_source -friend fts -fts_close fts_open -fts_read fts_set -gcc gethostbyaddr -gethostbyname gethostbyname2 -getopt_long getprogname -getservbyname getservbyport -getservent gettext -github glob -gnu gnu_configure_strict -go go-deps -golang guess-license -hashbang heimdal -help imake -increment indirect -inet_aton interp -interpreter intl -ip4 ip6 -ipv4 ipv6 -iso kerberos -krb krb5 -ksh lapack -latex libintl_bindtextdomain -libintl_gettext libintl_textdomain -libnbcompat libs -libtool licence -license lintl -little-endian lock -locking lua -lvalue make -makesum memory -meta meta-package -meta_package mit-krb5 -mk.conf mkl -mount mprotect -mremap nb -nbcompat netlib -node node.js -nodejs obstack -obstack_ptr_grow occurs -only openblas -options options.mk -order override -override-intltool override-message-intltool -package parallel -path pax -paxctl pbulk-index -pc perl -perl5 perms -php pkg-build-options -pkg-config pkg_build_options -platform plist -post-extract post-fetch -post-wrapper pre-build-checks-hook -pre-configure pre-configure-checks-hook -pre-extract pre-fetch -print-go-deps print-plist -print-summary-data privileged-install-hook -pypi python -r readme-all -recursive recv -recvfrom regcomp -release-localbase-lock release-lock -relro rename -reorder replace -replace_interpreter reproducible -resolv root -ruby send -sendfile sendto -setenv setgid -setprogname setuid -sh shebang -show show-all -show-build-defs show-depends -show-depends-all show-depends-dirs -show-depends-pkgpaths show-deps -show-distfiles show-downlevel -show-subdir-var show-tools -show-var show-vars -snprintf socket -ssp st_mode -stage-install strcasestr -strict strip -strndup strnlen -strsep subst -substitutions sun -sunpro sunwspro -symlink test -test-env tex -texlive tmp -tool tools -tools-libtool-m4-override type -ulimit undefined -undo-replace unlimit -unprivileged unprivileged-install-hook -unstripped update -upload upload-distfiles -use_tools user -utimes vasprintf -verbose vsnprintf -warn warning -warnings warnx -wattr_off wattr_on -work wrapper -wrkdir +#! -lintl +32bit 64bit +ABI ACCEPTABLE_LICENSES +ACROREAD_FONTPATH ADDITIONAL +AFAIK AIX +ALLOW_VULNERABLE_PACKAGES ALL_ENV +ALSA_PC ALTERNATIVES_SRC +AMANDA_TMP AMANDA_USER +AMANDA_VAR APACHE_GROUP +APACHE_MODULE_NAME APACHE_MODULE_SRC +APACHE_MODULE_SRCDIR APACHE_PKG_PREFIX +APACHE_SUEXEC_CONFIGURE_ARGS APACHE_SUEXEC_DOCROOT +APACHE_USER APPEND_ABI +APPEND_ELF ARLA_CACHE +AUDIT_PACKAGES_FLAGS AUTOCONF_REQD +AUTOMAKE_OVERRIDE AUTOMAKE_REQD +AUTO_MKDIRS BDB185_DEFAULT +BDBBASE BDB_ACCEPTED +BDB_DEFAULT BDB_LIBS +BDB_TYPE BINCIMAP_GROUP +BINCIMAP_USER BIND_DIR +BIND_GROUP BIND_USER +BINOWN BINPKG_SITES +BIN_INSTALL_FLAGS BISON_PKGDATADIR +BLAS BLAS_ACCEPTED +BLAS_C_INTERFACE BLAS_INCLUDES +BLAS_INDEX64 BLAS_LIBS +BLAS_TYPE BOOTSTRAP_DEPENDS +BROKEN BROKEN_EXCEPT_ON_PLATFORM +BROKEN_ON_PLATFORM BSDSRCDIR +BSDXSRCDIR BSD_MAKE_ENV +BUILDLINK_AUTO_DIRS BUILDLINK_AUTO_VARS +BUILDLINK_CFLAGS BUILDLINK_CONTENTS_FILTER +BUILDLINK_CPPFLAGS BUILDLINK_DEPMETHOD +BUILDLINK_FILES BUILDLINK_FILES_CMD +BUILDLINK_FNAME_TRANSFORM BUILDLINK_LDFLAGS +BUILDLINK_LIBS BUILDLINK_OPSYS_SUPPORT_PTHREAD +BUILDLINK_PKGNAME BUILDLINK_PREFIX +BUILDLINK_RPATHDIRS BUILDLINK_TREE +BUILD_DEFS BUILD_DEFS_EFFECTS +BUILD_DEPENDS BUILD_DIRS +BUILD_ENV_SHELL BUILD_MAKE_CMD +BUILD_MAKE_FLAGS BUILD_TARGET +BUILTIN_FIND_FILES BUILTIN_FIND_FILES_VAR +BUILTIN_FIND_GREP BUILTIN_FIND_HEADERS +BUILTIN_FIND_HEADERS_VAR BUILTIN_FIND_PKGCONFIG +BUILTIN_FIND_PKGCONFIG_VAR BUILTIN_PKG +BUILTIN_TEST_CURSES_DEFINES BUILTIN_TEST_CURSES_FUNCS +BUILTIN_VERSION_SCRIPT BUILTIN_X11_TYPE +BUILTIN_X11_VERSION CACTI_GROUP +CACTI_USER CANNA_GROUP +CANNA_USER CAT +CBLAS_LIBS CCACHE_BASE +CCACHE_DIR CCACHE_LOGFILE +CC_VERSION CC_VERSION_STRING +CDRECORD_CONF CDROM_PKG_URL_DIR +CDROM_PKG_URL_HOST CHECKOUT_DATE +CHECK_COMPILER CHECK_FAKEHOME +CHECK_FILES CHECK_FILES_SKIP +CHECK_FILES_STRICT CHECK_HEADERS +CHECK_HEADERS_SKIP CHECK_INTERPRETER +CHECK_INTERPRETER_SKIP CHECK_PERMS +CHECK_PERMS_AUTOFIX CHECK_PERMS_SKIP +CHECK_PIE CHECK_PIE_SKIP +CHECK_PIE_SUPPORTED CHECK_PORTABILITY +CHECK_PORTABILITY_EXPERIMENTAL CHECK_PORTABILITY_SKIP +CHECK_RELRO CHECK_RELRO_SKIP +CHECK_RELRO_SUPPORTED CHECK_SHLIBS +CHECK_SHLIBS_SKIP CHECK_SHLIBS_SUPPORTED +CHECK_SHLIBS_TOXIC CHECK_SSP +CHECK_SSP_SKIP CHECK_SSP_SUPPORTED +CHECK_STRIPPED CHECK_STRIPPED_SKIP +CHECK_WRKREF CHECK_WRKREF_EXTRA_DIRS +CHECK_WRKREF_SKIP CLAMAV_DBDIR +CLAMAV_GROUP CLAMAV_USER +CLANGBASE CLEANDEPENDS +CMAKE_DEPENDENCIES_REWRITE CMAKE_INSTALL_NAME_DIR +CMAKE_INSTALL_PREFIX CMAKE_MODULE_PATH_OVERRIDE +CMAKE_PKGSRC_BUILD_FLAGS CMAKE_PREFIX_PATH +CMAKE_USE_GNU_INSTALL_DIRS COMMON_LISP_DOCFILES +COMMON_LISP_EXAMPLES COMMON_LISP_EXTRAFILES +COMMON_LISP_PACKAGES COMMON_LISP_SYSTEM +COMPILER_RPATH_FLAG COMPILER_USE_SYMLINKS +CONFIGURE_ARGS CONFIGURE_DIRS +CONFIGURE_ENV CONFIGURE_ENV_SHELL +CONFIGURE_HAS_INFODIR CONFIGURE_HAS_MANDIR +CONFIGURE_SCRIPT CONFIG_SHELL +CONFIG_SHELL_FLAGS CONF_FILES +CONF_FILES_MODE CONF_FILES_PERMS +CONSERVER_DEFAULTHOST CONSERVER_DEFAULTPORT +CP CPP +CPP_PRECOMP_FLAGS CREATE_WRKDIR_SYMLINK +CROSSBASE CTFCONVERT +CTF_FILES_SKIP CTF_SUPPORTED +CTYPE CUPS_GROUP +CUPS_SYSTEM_GROUPS CUPS_USER +CURSES_DEFAULT CURSES_TYPE +CVS_EXTRACTDIR CVS_MODULE +CVS_PROJECT CVS_REPOSITORIES +CVS_ROOT CVS_ROOT_GNU +CVS_ROOT_NONGNU CVS_ROOT_SOURCEFORGE +CVS_TAG CXX +CYRUS_GROUP CYRUS_IDLE +CYRUS_USER DAEMONTOOLS_GROUP +DAEMONTOOLS_LOG_USER DARWIN_NO_SYSTEM_LIBS +DARWIN_REQUIRES_FILTER DBUS_GROUP +DBUS_USER DEFANG_GROUP +DEFANG_USER DEFAULT_ACCEPTABLE_LICENSES +DEFAULT_DISTFILES DEFAULT_IRC_SERVER +DEFAULT_SERIAL_DEVICE DEF_UMASK +DEINSTALLDEPENDS DEINSTALL_SRC +DEINSTALL_TEMPLATES DELAYED_ERROR_MSG +DELAYED_WARNING_MSG DEPENDS +DEPENDS_TARGET DEPENDS_TYPE +DESTDIR DESTDIR_VARNAME +DIALER_GROUP DIGEST_REQD +DISTDIR DISTFILES +DISTINFO_FILE DISTNAME +DIST_PATH DIST_SUBDIR +DJBDNS_AXFR_USER DJBDNS_CACHE_USER +DJBDNS_DJBDNS_GROUP DJBDNS_LOG_USER +DJBDNS_RBL_USER DJBDNS_TINY_USER +DLOPEN_REQUIRE_PTHREADS DL_AUTO_VARS +DL_CFLAGS DL_LDFLAGS +DL_LIBS DNS +DOCOWN DOWNLOADED_DISTFILE +DQCACHE_GROUP DQCACHE_USER +DT_LAYOUT DYNAMIC_SITES_CMD +DYNAMIC_SITES_SCRIPT ECHO +ECHO_N ELK_GUI +EMACS_TYPE EMULDIR +EMULSUBDIR EMULSUBDIRSLASH +EMUL_ARCH EMUL_DISTRO +EMUL_EXEC_FMT EMUL_IS_NATIVE +EMUL_MODULES EMUL_OPSYS +EMUL_PKG_FMT EMUL_PLATFORM +EMUL_PLATFORMS EMUL_PREFER +EMUL_REQD EMUL_TYPE +ERROR_MSG EXIM_GROUP +EXIM_USER EXPORT_SYMBOLS_LDFLAGS +EXTRACTOR EXTRACT_CMD +EXTRACT_CMD_DEFAULT EXTRACT_DIR +EXTRACT_ELEMENTS EXTRACT_ENV +EXTRACT_ONLY EXTRACT_OPTS +EXTRACT_SUFX EXTRACT_USING +FAIL FAILOVER_FETCH +FAIL_MSG FAKE_NCURSES +FAM FAM_ACCEPTED +FAM_DEFAULT FAM_SERVER +FCPATH FEATURE_CPPFLAGS +FEATURE_LDFLAGS FEATURE_LIBS +FETCH_AFTER_ARGS FETCH_BEFORE_ARGS +FETCH_CMD FETCH_OUTPUT_ARGS +FETCH_PROXY FETCH_RESUME_ARGS +FETCH_TIMEOUT FETCH_USE_IPV4_ONLY +FETCH_USING FILES_SUBST +FILES_SUBST_SED FIX_SYSTEM_HEADERS +FONTDIR FONTS_DIRS +FONTS_VERBOSE FOO_HACKS_MK +FOSSIL_EXTRACTDIR FOSSIL_REPO +FOSSIL_REPOSITORIES FOSSIL_VERSION +FOX_USE_XUNICODE FREEWNN_GROUP +FREEWNN_USER FTP_PKG_URL_DIR +FTP_PKG_URL_HOST GAMEDATAMODE +GAMEDATA_PERMS GAMEDIRMODE +GAMEDIR_PERMS GAMEGRP +GAMEMODE GAMEOWN +GAMES_GROUP GAMES_USER +GCC GCCBASE +GCC_REQD GCC_VERSION_SUFFIX +GEM_BUILD GEM_CLEANBUILD +GEM_CLEANBUILD_EXTENSIONS GEM_DOCDIR +GEM_EXTSDIR GEM_HOME +GEM_KEEPBUILD GEM_LIBDIR +GEM_NAME GEM_PATH +GEM_PLUGINSDIR GEM_SPECFILE +GENERATE_PLIST GHC +GHOSTSCRIPT_REQD GITHUB_PROJECT +GITHUB_RELEASE GITHUB_SUBMODULES +GITHUB_TAG GITHUB_TYPE +GITLAB_PROJECT GITLAB_TAG +GITLAB_TYPE GIT_BRANCH +GIT_ENV GIT_EXTRACTDIR +GIT_REPO GIT_REPOSITORIES +GIT_REVISION GIT_TAG +GNU GNU_CONFIGURE +GNU_CONFIGURE_INFODIR GNU_CONFIGURE_MANDIR +GNU_CONFIGURE_QUIET GNU_CONFIGURE_STRICT +GODEP_REDIRECTS GO_BUILD_PATTERN +GO_DEPS GO_DIST_BASE +GO_EXTRA_MOD_DIRS GO_MODULE_FILES +GO_SRCPATH GO_VERSION_DEFAULT +GROUP_SPECIFIC_PKGS GRUB_NETWORK_CARDS +GRUB_PRESET_COMMAND GRUB_SCAN_ARGS +GZIP HASKELL_COMPILER +HASKELL_ENABLE_DYNAMIC_EXECUTABLE HASKELL_ENABLE_HADDOCK_DOCUMENTATION +HASKELL_ENABLE_LIBRARY_PROFILING HASKELL_ENABLE_SHARED_LIBRARY +HASKELL_OPTIMIZATION_LEVEL HAS_CONFIGURE +HEADER_TEMPLATES HG_REPO +HG_REPOSITORIES HG_TAG +HOMEPAGE HOST_PKGTOOLS_ARGS +HOST_SPECIFIC_PKGS HOWL_GROUP +HOWL_USER ICCBASE +ICECAST_CHROOTDIR ICON_THEMES +IDOBASE IGNORE_CCACHE +IGNORE_INFO_DIRS IGNORE_INTERACTIVE_FETCH +IMAKE IMAKEOPTS +IMAKE_MAKE IMAKE_MANINSTALL +IMAP_UW_CCLIENT_MBOX_FMT IMDICTDIR +INCOMPAT_CURSES INFO_DIR +INFO_FILES INFO_FILES_VERBOSE +INFO_MSG INIT_SYSTEM +INN_DATA_DIR INN_GROUP +INN_USER INSTALLATION_DIRS +INSTALLATION_DIRS_FROM_PLIST INSTALL_ENV +INSTALL_SH_OVERRIDE INSTALL_SRC +INSTALL_TEMPLATES INSTALL_UNSTRIPPED +IRCD_HYBRID_IRC_GROUP IRCD_HYBRID_IRC_USER +IRCD_HYBRID_MAXCONN IRCD_HYBRID_NICLEN +IRCD_HYBRID_SYSLOG_EVENTS IRCD_HYBRID_SYSLOG_FACILITY +IRCD_HYBRID_TOPICLEN IRIX +IRRD_USE_PGP JABBERD_GROUP +JABBERD_LOGDIR JABBERD_PIDDIR +JABBERD_SPOOLDIR JABBERD_USER +JAVA_APP_PATH JAVA_APP_TARGETS +JAVA_BINPREFIX JAVA_CLASSPATH +JAVA_HOME JAVA_LD_LIBRARY_PATH +JAVA_NAME JAVA_UNLIMIT +JAVA_WRAPPERS JPEG_ACCEPTED +JPEG_DEFAULT KERBEROS +KERMIT_SUID_UUCP KJS_USE_PCRE +KNEWS_DOMAIN_FILE KNEWS_DOMAIN_NAME +KRB5_ACCEPTED KRB5_DEFAULT +LANGUAGES LAPACKE_LIBS +LAPACK_LIBS LATEX2HTML_ICONPATH +LDCONFIG_ADD_CMD LDCONFIG_REMOVE_CMD +LDD LEAFNODE_DATA_DIR +LEAFNODE_GROUP LEAFNODE_USER +LIBDVDCSS_HOMEPAGE LIBDVDCSS_MASTER_SITES +LIBRSVG_TYPE LIBTOOL +LIBTOOLIZE_PLIST LIBTOOL_M4_OVERRIDE +LIBUSB_TYPE LICENSE +LINKER_RPATH_FLAG LINK_RPATH_FLAG +LINUX_BASE_NODEPS LINUX_BASE_PREFERRED +LINUX_BASE_REQUIRED LINUX_LOCALES +LOCALBASE LOCALBASE_LOCKTYPE +LOCALPATCHES LOVE_DATA +LOVE_GAME LOVE_VERSION +LP32PLATFORMS LP64PLATFORMS +LUA_BUSTED_ARGS LUA_CDIR +LUA_COMPILER LUA_DOCDIR +LUA_EXAMPLESDIR LUA_INCDIR +LUA_INTERPRETER LUA_LDIR +LUA_LINKER_MAGIC LUA_PKGPREFIX +LUA_SELF_CONFLICT LUA_USE_BUSTED +LUA_VERSIONS_ACCEPTED LUA_VERSIONS_INCOMPATIBLE +LUA_VERSION_DEFAULT LUA_VERSION_REQD +Lua MACHINE_PLATFORM +MAILAGENT_DOMAIN MAILAGENT_EMAIL +MAILAGENT_FQDN MAILAGENT_ORGANIZATION +MAJORDOMO_HOMEDIR MAJOR_OS_VERSION +MAKEINFO_ARGS MAKE_DIRS +MAKE_DIRS_PERMS MAKE_ENV +MAKE_FILE MAKE_FLAGS +MAKE_JOBS MAKE_JOBS_SAFE +MAKE_PROGRAM MANCOMPRESSED_IF_MANZ +MANINSTALL MANZ +MASTER_SITES MASTER_SITE_BACKUP +MASTER_SITE_LOCAL MASTER_SITE_MOZILLA +MASTER_SITE_OVERRIDE MASTER_SITE_PERL_CPAN +MASTER_SORT MASTER_SORT_RANDOM +MASTER_SORT_REGEX MECAB_CHARSET +MEDIATOMB_GROUP MEDIATOMB_USER +MIPSPROBASE MIREDO_GROUP +MIREDO_USER MISSING_FEATURES +MKDIR MKPIE_SUPPORTED +MLDONKEY_GROUP MLDONKEY_HOME +MLDONKEY_USER MONOTONE_GROUP +MONOTONE_USER MOTIFBASE +MOTIF_TYPE MOTIF_TYPE_DEFAULT +MPI_TYPE MSGFMT_STRIP_MSGCTXT +MSGFMT_STRIP_MSGID_PLURAL MTOOLS_ENABLE_FLOPPYD +MUST MV +MYSQL_CHARSET MYSQL_DATADIR +MYSQL_EXTRA_CHARSET MYSQL_GROUP +MYSQL_USER MYSQL_VERSION +MYSQL_VERSIONS_ACCEPTED MYSQL_VERSIONS_ALL +MYSQL_VERSION_DEFAULT NAGIOSCMD_GROUP +NAGIOSDIR NAGIOS_GROUP +NAGIOS_USER NATIVE_APPEND_ABI +NATIVE_APPEND_ELF NATIVE_EXEC_FMT +NATIVE_MACHINE_PLATFORM NATIVE_OBJECT_FMT +NBPAX_PROGRAM_PREFIX NETBSD_LOGIN_NAME +NMH_EDITOR NMH_MTA +NMH_PAGER NODE_VERSIONS_ACCEPTED +NODE_VERSIONS_INCOMPATIBLE NODE_VERSION_DEFAULT +NODE_VERSION_REQD NOLOGIN +NOTE NOT_FOR_PLATFORM +NOT_PAX_ASLR_SAFE NOT_PAX_MPROTECT_SAFE +NO_BUILD NO_CHECKSUM +NO_CONFIGURE NO_SKIP +NS_PREFERRED NULLMAILER_GROUP +NULLMAILER_USER OASIS +OASIS_BUILD_ARGS OBJHOSTNAME +OBJMACHINE OCAML_FINDLIB_DIRS +OCAML_FINDLIB_REGISTER OCAML_FINDLIB_REGISTER_VERBOSE +OCAML_SITELIBDIR OCAML_TOPKG_DOCDIR +OCAML_USE_DUNE OCAML_USE_FINDLIB +OCAML_USE_OASIS OCAML_USE_OASIS_DYNRUN +OCAML_USE_OPAM OCAML_USE_OPT_COMPILER +OCAML_USE_TOPKG OMF +ONLY_FOR_COMPILER ONLY_FOR_PLATFORM +OPENSSH_CHROOT OPENSSH_GROUP +OPENSSH_USER OPSYS +OPSYS_EMULDIR OPSYS_VERSION +OS OSS_TYPE +OSX OSX_TOLERATE_SDK_SKEW +OS_HAVE_ALSA OS_HAVE_RCD +OS_VARIANT OS_VERSION +OTF_FONTS_DIR OVERRIDE_DIRDEPTH +OVERRIDE_GEMSPEC OVERRIDE_GNU_CONFIG_SCRIPTS +OVERRIDE_ROCKSPEC OWN_DIRS +OWN_DIRS_PERMS P4GROUP +P4PORT P4ROOT +P4USER PACKAGES +PALMOS_DEFAULT_SDK PAMBASE +PAM_DEFAULT PAPERSIZE +PASSIVE_FETCH PATCHDIR +PATCHFILES PATCH_ARGS +PATCH_DEBUG PATCH_DIST_ARGS +PATCH_DIST_CAT PATCH_DIST_STRIP +PATCH_FUZZ_FACTOR PATCH_STRIP +PATH PCCBASE +PEAR PEAR_CHANNEL +PEAR_CHANNEL_ALIAS PEAR_CHANNEL_VERSION +PEAR_CMD PEAR_LIB +PEAR_PACKAGE_XML PERL5 +PERL5_CONFIGURE PERL5_CONFIGURE_DIRS +PERL5_LDFLAGS PERL5_LICENSE +PERL5_MODULE_TYPE PERL5_PACKLIST +PERL5_PACKLIST_DIR PERL5_PERLBASE +PERL5_SITEBASE PERL5_USE_PACKLIST +PERL5_VENDORBASE PFCTL +PFVAR_H PF_VERSION +PGGROUP PGHOME +PGPKGSRCDIR PGSQL_TYPE +PGSQL_VERSION PGSQL_VERSIONS_ACCEPTED +PGSQL_VERSION_DEFAULT PGUSER +PG_LIB_EXT PHP +PHPCOMMON_MK PHPPKGSRCDIR +PHP_BASE_VERS PHP_CHECK_INSTALLED +PHP_EXTENSION_DIR PHP_INITIAL_TEENY +PHP_PKG_PREFIX PHP_VERSION +PHP_VERSIONS_ACCEPTED PHP_VERSIONS_INCOMPATIBLE +PHP_VERSION_DEFAULT PHP_VERSION_REQD +PILRC_USE_GTK PKGCONFIG_BASE +PKGCONFIG_FILE PKGCONFIG_OVERRIDE +PKGCONFIG_OVERRIDE_STAGE PKGDIR +PKGGNUDIR PKGINFODIR +PKGLOCALEDIR PKGMANDIR +PKGNAME PKGNAME_REQD +PKGPATH PKGREVISION +PKGSRC_BLAS_TYPES PKGSRC_CHANGES +PKGSRC_COMPILER PKGSRC_KEEP_BIN_PKGS +PKGSRC_LOCKTYPE PKGSRC_MAKE_ENV +PKGSRC_MESSAGE_RECIPIENTS PKGSRC_MKPIE +PKGSRC_MKREPRO PKGSRC_OVERRIDE_MKPIE +PKGSRC_RUN_TEST PKGSRC_SETENV +PKGSRC_SLEEPSECS PKGSRC_TODO +PKGSRC_USE_CTF PKGSRC_USE_FORTIFY +PKGSRC_USE_RELRO PKGSRC_USE_SSP +PKGSRC_USE_STACK_CHECK PKGTASKS_DATAFILE +PKGTOOLS_ARGS PKGTOOLS_ENV +PKG_ALTERNATIVES PKG_APACHE +PKG_APACHE_ACCEPTED PKG_APACHE_DEFAULT +PKG_BEST_EXISTS PKG_BUILD_OPTIONS +PKG_COMPRESSION PKG_CONFIG +PKG_CONFIG_PERMS PKG_CREATE_USERGROUP +PKG_DB_TMPDIR PKG_DEBUG_LEVEL +PKG_DEFAULT_OPTIONS PKG_DESTDIR_SUPPORT +PKG_DEVELOPER PKG_DISABLED_OPTIONS +PKG_FATAL_ERRORS PKG_FC +PKG_FILELIST_CMD PKG_GECOS +PKG_GID PKG_GROUPS +PKG_GROUPS_VARS PKG_HOME +PKG_INIT_SCRIPTS PKG_JAVA_HOME +PKG_JVM PKG_JVMS_ACCEPTED +PKG_JVM_DEFAULT PKG_LEGACY_OPTIONS +PKG_LIBTOOL PKG_OPTIONS +PKG_OPTIONS_DEPRECATED_WARNINGS PKG_OPTIONS_LEGACY_OPTS +PKG_OPTIONS_LEGACY_VARS PKG_OPTIONS_NONEMPTY_SETS +PKG_OPTIONS_OPTIONAL_GROUPS PKG_OPTIONS_REQUIRED_GROUPS +PKG_OPTIONS_VAR PKG_PHP +PKG_PHP_MAJOR_VERS PKG_PHP_VERSION +PKG_RCD_SCRIPTS PKG_REFCOUNT_DBDIR +PKG_REGISTER_SHELLS PKG_RESUME_TRANSFERS +PKG_SHELL PKG_SUGGESTED_OPTIONS +PKG_SUPPORTED_OPTIONS PKG_SYSCONFBASE +PKG_SYSCONFBASEDIR PKG_SYSCONFDIR +PKG_SYSCONFDIR_PERMS PKG_SYSCONFSUBDIR +PKG_SYSCONFVAR PKG_TOOLS_BIN +PKG_UID PKG_UPDATE_FONTS_DB +PKG_USERS PKG_USERS_VARS +PKG_VERBOSE PLEASE +PLIST PLIST_AWK +PLIST_AWK_ENV PLIST_SRC +PLIST_SUBST PLIST_TYPE +PLIST_VARS POPTOP_USE_MPPE +POSSIBLE_GFORTRAN_VERSION POST_FETCH_HOOK +PREFER PREFER_NATIVE +PREFER_NATIVE_PTHREADS PREFER_PKGSRC +PREFIX PREPEND_PATH +PRE_ROOT_CMD PRIVILEGED_STAGES +PS PTHREAD_AUTO_VARS +PTHREAD_CFLAGS PTHREAD_LDFLAGS +PTHREAD_LIBS PTHREAD_OPTS +PTHREAD_TYPE PVM_SSH +PYPKGPREFIX PYTHON_FOR_BUILD_ONLY +PYTHON_SELF_CONFLICT PYTHON_VERSIONED_DEPENDENCIES +PYTHON_VERSIONS_ACCEPTED PYTHON_VERSIONS_INCOMPATIBLE +PYTHON_VERSION_DEFAULT PYTHON_VERSION_REQD +PYVERSSUFFIX QMAILDIR +QMAIL_ALIAS_USER QMAIL_DAEMON_USER +QMAIL_LOG_USER QMAIL_NOFILES_GROUP +QMAIL_PASSWD_USER QMAIL_QMAIL_GROUP +QMAIL_QUEUE_DIR QMAIL_QUEUE_EXTRA +QMAIL_QUEUE_USER QMAIL_REMOTE_USER +QMAIL_ROOT_USER QMAIL_SEND_USER +QORE_LATEST_MODULE_API QORE_MODULE_API +QORE_MODULE_DIR QORE_USER_MODULE_DIR +QORE_VERSION QPOPPER_FAC +QPOPPER_SPOOL_DIR QPOPPER_USER +RAKE_NAME RASMOL_DEPTH +RCD_DIR RCD_ORDER +RCD_SCRIPTS RCD_SCRIPTS_DIR +RCD_SCRIPTS_EXAMPLEDIR RCD_SCRIPTS_MODE +RCD_SCRIPTS_SHELL RCD_SCRIPT_SRC +RCD_SUBR RDOC +READLINE_DEFAULT READLINE_TYPE +REAL_ROOT_GROUP REAL_ROOT_USER +RECURSIVE_MAKE RELAY_CTRL_DIR +RELRO_SUPPORTED REPLACE_AWK +REPLACE_BASH REPLACE_CSH +REPLACE_KSH REPLACE_LUA +REPLACE_NODEJS REPLACE_OCTAVE +REPLACE_PERL REPLACE_PERL6 +REPLACE_PHP REPLACE_PYTHON +REPLACE_QORE REPLACE_R +REPLACE_RUBY REPLACE_RUBY_DIRS +REPLACE_RUBY_PAT REPLACE_SH +REPLACE_TEXLUA REPLACE_WISH +REQD_DIRS REQD_DIRS_PERMS +REQD_FILES REQD_FILES_MODE +REQD_FILES_PERMS RESOLV_AUTO_VARS +RESOLV_LDFLAGS RESOLV_LIBS +RM ROCKSPEC_NAME +ROCKSPEC_SPECFILE ROOT_CMD +ROOT_GROUP ROOT_USER +RPCGEN RPM +RPM2PKG_PLIST RPM2PKG_PREFIX +RPM2PKG_STAGE RPM2PKG_STRIP +RPM2PKG_SUBPREFIX RPMFILES +RPMIGNOREPATH RPM_DB_PREFIX +RSSH_CVS_PATH RSSH_RDIST_PATH +RSSH_RSYNC_PATH RSSH_SCP_PATH +RSSH_SFTP_SERVER_PATH RUBY +RUBYGEM RUBYGEM_NAME +RUBYGEM_OPTIONS RUBYGEM_VERBOSE +RUBY_ABI_VERSION RUBY_ARCH +RUBY_ARCHINC RUBY_ARCHLIB +RUBY_BASE RUBY_BASERIDIR +RUBY_BUILD_DOCUMENT RUBY_DLEXT +RUBY_DOC RUBY_DYNAMIC_DIRS +RUBY_EG RUBY_ENCODING_ARG +RUBY_EXTCONF RUBY_EXTCONF_CHECK +RUBY_EXTCONF_DEBUG RUBY_EXTCONF_MAKEFILE +RUBY_GEM_ARCH RUBY_GEM_BASE +RUBY_INC RUBY_LIB +RUBY_LIB_BASE RUBY_NAME +RUBY_NOVERSION RUBY_PKGPREFIX +RUBY_RAILS RUBY_RAILS52_VERSION +RUBY_RAILS60_VERSION RUBY_RAILS61_VERSION +RUBY_RAILS70_VERSION RUBY_RAILS_ACCEPTED +RUBY_RAILS_DEFAULT RUBY_RAILS_REQD +RUBY_RAILS_STRICT_DEP RUBY_RIDIR +RUBY_SETUP RUBY_SHLIB +RUBY_SHLIBALIAS RUBY_SHLIBVER +RUBY_SIMPLE_INSTALL RUBY_SITEARCHLIB +RUBY_SITELIB RUBY_SITELIB_BASE +RUBY_SITERIDIR RUBY_SLEXT +RUBY_SRCDIR RUBY_STATICLIB +RUBY_SUFFIX RUBY_SYSRIDIR +RUBY_USE_PTHREAD RUBY_VENDORARCHLIB +RUBY_VENDORLIB RUBY_VENDORLIB_BASE +RUBY_VER RUBY_VERSION +RUBY_VERSIONS_ACCEPTED RUBY_VERSIONS_INCOMPATIBLE +RUBY_VERSION_DEFAULT RUBY_VERSION_REQD +RUBY_VER_DIR RUN +RUN_LDCONFIG RUST_TYPE +SCO SCREWS_GROUP +SCREWS_USER SCRIPTS_ENV +SCROLLKEEPER_DATADIR SCROLLKEEPER_REBUILDDB +SCROLLKEEPER_UPDATEDB SDIST_PAWD +SDL12_TYPE SERIAL_DEVICES +SETGIDGAME SETGID_GAMES_PERMS +SETUID_ROOT_PERMS SH +SHLIB SHORTNAME +SIGN_PACKAGES SILC_CLIENT_WITH_PERL +SITE_SPECIFIC_PKGS SKIP_DEPENDS +SMF_INSTANCES SMF_MANIFEST +SMF_METHODS SMF_METHOD_SHELL +SMF_METHOD_SRC SMF_NAME +SMF_PREFIX SMF_SRCDIR +SNIPROXY_GROUP SNIPROXY_USER +SOURCE_BUFFSIZE SPECIAL_PERMS +SPECIFIC_PKGS SSH_SUID +SSP_SUPPORTED SSYNC_PAWD +STEP_MSG STRIP +STRIP_DBG STRIP_DEBUG +STRIP_DEBUG_SUPPORTED STRIP_FILES_SKIP +SU SUBDIR +SUBST SUBST_CLASSES +SUBST_FILES SUBST_FILTER_CMD +SUBST_MESSAGE SUBST_NOOP_OK +SUBST_SED SUBST_SHOW_DIFF +SUBST_SKIP_TEXT_CHECK SUBST_STAGE +SUBST_VARS SUNWSPROBASE +SUSE_PREFER SU_CMD +SVN_EXTRACTDIR SVN_REPO +SVN_REPOSITORIES SVN_REVISION +SYSCONFBASE TARGET_ARCH +TBL TERMCAP_TYPE +TERMINFO_DEFAULT TERMINFO_TYPE +TEST TEST_DEPENDS +TEST_DIRS TEST_ENV +TEST_ENV_SHELL TEST_MAKE_CMD +TEST_MAKE_FLAGS TEST_TARGET +TEXLIVE_IGNORE_PATTERNS TEXLIVE_REV +TEXLIVE_UNVERSIONED TEXMFSITE +TEX_FORMATS TEX_HYPHEN_DAT +TEX_HYPHEN_DEF TEX_TEXMF_DIRS +THTTPD_LOG_FACILITY TINYDYN_USER +TLSWRAPPER_CHROOT TO +TOOLS_ALIASES TOOLS_ALWAYS_WRAP +TOOLS_ARGS TOOLS_BROKEN +TOOLS_CMD TOOLS_CMDLINE_SED +TOOLS_CREATE TOOLS_CROSS_DESTDIR +TOOLS_DIR TOOLS_FAIL +TOOLS_GNU_MISSING TOOLS_LDCONFIG +TOOLS_NOOP TOOLS_PATH +TOOLS_SCRIPT TOOLS_USE_CROSS_COMPILE +TOOL_DEPENDS TTF_FONTDIR +TTF_FONTS_DIR TYPE +UAC_REQD_EXECS UCSPI_SSL_GROUP +UCSPI_SSL_USER UNLIMIT_RESOURCES +UNPRIVILEGED UNPRIVILEGED_GROUP +UNPRIVILEGED_GROUPS UNPRIVILEGED_USER +UNWRAP_FILES UNWRAP_PATTERNS +UPDATE_GEMSPEC UPDATE_TARGET +URI USERGROUP_PHASE +USERPPP_GROUP USER_SPECIFIC_PKGS +USE_ABI_DEPENDS USE_APR +USE_BSD_MAKEFILE USE_BUILTIN +USE_CROSS_COMPILE USE_CURSES +USE_CWRAPPERS USE_DB185 +USE_FEATURES USE_GAMESGROUP +USE_GCC_RUNTIME USE_IMAKE +USE_JAVA USE_JAVA2 +USE_LANGUAGES USE_LIBTOOL +USE_NATIVE_GCC USE_NETBSD_REPO +USE_PKGSRC_GCC USE_PKGSRC_GCC_RUNTIME +USE_PKGTASKS USE_PKG_ADMIN_DIGEST +USE_RUBY_EXTCONF USE_RUBY_INSTALL +USE_RUBY_SETUP USE_RUBY_SETUP_PKG +USE_TOOLS UUCP_GROUP +UUCP_USER VARBASE +VARNAME VIM_EXTRA_OPTS +WARNING_MSG WCALC_CGIDIR +WCALC_CGIPATH WCALC_HTMLDIR +WCALC_HTMLPATH WDM_MANAGERS +WRAPPER_CC WRAPPER_REORDER_CMDS +WRKDIR WRKDIR_BASENAME +WRKDIR_LOCKTYPE WRKLOG +WRKOBJDIR WRKSRC +X10_PORT X11 +X11BASE X11_PKGSRCDIR +X11_TYPE X509_CERTIFICATE +X509_KEY XAW_TYPE +XLOCK_DEFAULT_MODE XMKMF +XMKMF_FLAGS XXX +XXXX YES +ZSH_STATIC __stdc__ +_vargroups accept +acquire-localbase-lock acquire-lock +add administrator +alloca alternatives +aslr asprintf +atlas autoconf +automake autoreconf +awk bash +big-endian bin-install +bind binpkg-list +blas bootstrap-depends +broken broken_on_platform +bsd bsd.prog.mk +build build-env +buildlink-directories buildlink-oss-soundcard-h +c c++ +ccache cce +cdefs ceil +changes changes-entry +changes-entry-noupdate check +check-clean check-files +check-files-clean check-vulnerable +checksum checksum-phase +clean clean-depends +cleandir commit +commit-changes-entry compact +compiler conf +config.guess config.sub +configuration configure +configure-env configure-help +configure_args connect +cos cputime +create-usergroup csh +ctf cvs +debug declaration +declare defined +depend dependencies +depends depends-checksum +depends-fetch deps +describe destdir +disable distclean +distinfo dl +dlopen do-buildlink +do-clean do-configure +do-configure-post-hook do-extract +do-fetch do-install +emul emul-distinfo +emul-fetch emulation +emulator enable +endian endif +enomem ensurepip +err errx +etc exp +extract-rpm fabs +feature features +fetch fetch-list +follows forbids +form format +fortify fortify_source +fossil friend +fts fts_close +fts_open fts_read +fts_set gcc +gethostbyaddr gethostbyname +gethostbyname2 getopt_long +getprogname getservbyname +getservbyport getservent +gettext git +github gitlab +glob gnu +gnu_configure_strict go +go-deps golang +guess-license hashbang +heimdal help +hg imake +increment indirect +inet_aton interp +interpreter intl +ip4 ip6 +ipv4 ipv6 +iso kerberos +krb krb5 +ksh lapack +latex libintl_bindtextdomain +libintl_gettext libintl_textdomain +libnbcompat libs +libtool licence +license lintl +little-endian lock +locking lua +lvalue make +makesum memory +mercurial meta +meta-package meta_package +mit-krb5 mk.conf +mkl mount +mprotect mremap +nb nbcompat +netlib node +node.js nodejs +obstack obstack_ptr_grow +occurs only +openblas options +options.mk order +override override-intltool +override-message-intltool package +parallel path +pax paxctl +pbulk-index pc +perl perl5 +perms php +pkg-build-options pkg-config +pkg_build_options platform +plist post-extract +post-fetch post-wrapper +pre-build-checks-hook pre-configure +pre-configure-checks-hook pre-extract +pre-fetch print-go-deps +print-plist print-summary-data +privileged-install-hook pypi +python r +readme-all recursive +recv recvfrom +regcomp release-localbase-lock +release-lock relro +rename reorder +replace replace_interpreter +reproducible resolv +root ruby +send sendfile +sendto setenv +setgid setprogname +setuid sh +shebang show +show-all show-build-defs +show-depends show-depends-dirs +show-depends-pkgpaths show-depends-recursive +show-deps show-distfiles +show-downlevel show-subdir-var +show-tools show-var +show-vars snprintf +socket ssp +st_mode stage-install +strcasestr strict +strip strndup +strnlen strsep +subst substitutions +subversion sun +sunpro sunwspro +svn symlink +test test-env +tex texlive +tmp tool +tools tools-libtool-m4-override +transitive type +ulimit undefined +undo-replace unlimit +unprivileged unprivileged-install-hook +unstripped update +upload upload-distfiles +use_tools user +utimes vasprintf +verbose vsnprintf +warn warning +warnings warnx +wattr_off wattr_on +work wrapper +wrkdir Appendix F. Editing guidelines for the pkgsrc guide From 36db1deba7d79e2396d2f90d7e070ca65553f816 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 12:21:43 +0000 Subject: [PATCH 0746/1154] gcc6: workaround: get this at least building by disabling RELRO --- lang/gcc6/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index ba9c09185ed30..6ab831ea1f811 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2022/03/10 16:43:11 nia Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/21 12:21:43 nia Exp $ GCC_PKGNAME= gcc6 .include "version.mk" @@ -21,6 +21,8 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DEFAULT_DISTFILES} +# RELRO not applied correctly (needs investigation) +RELRO_SUPPORTED= no # Relocations result in a linker error on AArch64, but not x86. MKPIE_SUPPORTED= no CHECK_RELRO_SKIP+= ${GCC_PKGNAME}/lib/* From 8778f007210532df63dec1e767d8f37a5befdc84 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 12:48:58 +0000 Subject: [PATCH 0747/1154] (security/R-openssl) Updated 2.0.0 to 2.0.1 2.0.1 - Fix a unit test for a changed error message in openssl 3.0.2 --- security/R-openssl/Makefile | 6 ++++-- security/R-openssl/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/security/R-openssl/Makefile b/security/R-openssl/Makefile index 5a426d735a730..308aa3dd680fd 100644 --- a/security/R-openssl/Makefile +++ b/security/R-openssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/05/11 14:03:37 mef Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/21 12:48:58 mef Exp $ R_PKGNAME= openssl -R_PKGVER= 2.0.0 +R_PKGVER= 2.0.1 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,6 +10,8 @@ LICENSE= mit DEPENDS+= R-askpass>=1.1:../../security/R-askpass + +# Packages suggested but not available: 'jose', 'sodium' TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown diff --git a/security/R-openssl/distinfo b/security/R-openssl/distinfo index e9c6c5c17b379..4661443129099 100644 --- a/security/R-openssl/distinfo +++ b/security/R-openssl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/05/11 14:03:37 mef Exp $ +$NetBSD: distinfo,v 1.6 2022/05/21 12:48:58 mef Exp $ -BLAKE2s (R/openssl_2.0.0.tar.gz) = e0d94a36bdd0edcda739fd47410a52d9a69eecb72a28004dd63ecb70e1744697 -SHA512 (R/openssl_2.0.0.tar.gz) = c432910e880e2297bbe4da91ae5043e75d9c356eb086ff314f0bf4994185158f332907b887891ed8666ad20b438c0316c893c6d8b4f6d38e0fd1b4094a0b9aed -Size (R/openssl_2.0.0.tar.gz) = 1200448 bytes +BLAKE2s (R/openssl_2.0.1.tar.gz) = 0c4ea23538ed4396e128ffef563ffe14d1c09394764bc68dc3050dacf5d04f9a +SHA512 (R/openssl_2.0.1.tar.gz) = be2316ed0642e4ea720bee673262c7c795b66093e10091e3416d2ff3d28becdb050fb34d22f01f5631691fdd12a6c54f28ee0f41b01987b8d78f70e718df32a8 +Size (R/openssl_2.0.1.tar.gz) = 1204569 bytes From 2cbd510432c7e377208ab126ba8cbf68bce0f4a7 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 12:49:11 +0000 Subject: [PATCH 0748/1154] doc: Updated security/R-openssl to 2.0.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index dcbeca53244ec..555b00d9893c3 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2653 2022/05/21 10:38:50 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2654 2022/05/21 12:49:11 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4098,3 +4098,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/mariadb106-server to 10.6.8 [nia 2022-05-21] Updated databases/mariadb105-client to 10.5.16 [nia 2022-05-21] Updated databases/mariadb105-server to 10.5.16 [nia 2022-05-21] + Updated security/R-openssl to 2.0.1 [mef 2022-05-21] From d6a534b884e2caca23a3f80b41b2a87ae9c0b4a6 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 13:14:49 +0000 Subject: [PATCH 0749/1154] (math/R-VGAM) Updated 1.1.1 to 1.1.6 CHANGES IN VGAM VERSION 1.1-6 NEW FEATURES o Most of the GAIT regression code have new arguments 'd.mlm' and 'd.mix' but mainly only the dpqr-type functions work! Some other functions should work such as gaitdpoisson() and dgaitplot(). Also, is.deflated() and goffset() are new. o New family function: gaitdnbinomial(). o Upgraded family functions: gaitpoisson() becomes gaitdpoisson(), gaitlog() becomes gaitdlog(), gaitzeta() becomes gaitdzeta(). o New generic and/or methods functions: KLD(), Pheapseep(). o Some colours are pre-defined for GAITD regression, and the default colour scheme has changed. o trim.constraints() has a new 'intercepts = TRUE' argument. o Many family functions have a 'dpqrfun' component in the @infos slot. Useful to tie in the modelling function with its density, etc. o binormal() has a new 'rho.arg' argument. o Some link functions handle deriv = 4: e.g., loglink(), logitlink(). o vglmfit@misc$history gives the convergence history. o Improvements to clogloglink() at the boundary 1. o hdeff.vglm() has a new argument 'theta0'. o wald.stat() cleaned up internally. o Tested okay on R 4.1.2. BUG FIXES and CHANGES o All GAIT regression code has arguments 'alt.mlm' changed to 'a.mlm', 'inf.mix' changed to 'i.mix', etc. Colours have changed. [dpqr]gaitpois() have been renamed to [dpqr]gaitdpois(), and gaitpoisson() to gaitdpoisson(). o [dpqr]zanegbin() no longer supports argument 'prob'. o hdeff() makes a recursive call if any NAs are in the answer and fd.only == FALSE. So the answer should then be a 'proper' one. o Code involving anova() for VGLMs/VGAMs changed to avoid an error when loading in \pkg{semTools}. o spikeplot(..., use.table = TRUE) failed wrt x.use and y.use. o vcov() slightly faster for "vglm" objects. Thanks to Frank Harrell for comments that led to this. o linkfun.vglm() changed to linkfunvglm(). CHANGES IN VGAM VERSION 1.1-5 NEW FEATURES o New functions: meangait(), spikeplot(), trim.constraints(). o iam(i, 1:M, M = M) now works, for selecting a whole row, and similarly for a column. o Tested okay on R 4.0.3. BUG FIXES and CHANGES o gait[log,poisson,zeta](): arguments llambda.[ai] and lshape.[ai] equal llambda.p and lshape.p by default. This means only one argument needs be assigned in order to change them all. o [dpqr]genpois[12]() has argument 'mean' changed to 'meanpar'. o gait[log,zeta]() bug fixed wrt missing 'allprobs'. o qfoldnorm() now uses the bisection method. Thanks to Mauricio Romero for a suggestion that led to this. o gait[log,poisson,zeta]() compute the sandwich formula explicitly for the working weights; this has speed gains. Their @deriv avoids nested for() loops too. Their initial value grids have become coarser. o Functions moved to VGAMdata 1.1-5: yip88, bellff(dr), tikuv(dpqr). CHANGES IN VGAM VERSION 1.1-4 NEW FEATURES o Functions score.stat() and wald.stat() offer greater flexibility by some new arguments, and 'as.summary' changed to 'orig.SE'. o Influence() computes the influence functions of a "vglm" object. o Methods functions hdeff.matrix() and hdeff.numeric() are new. o Family function slot genpoisson()@ weight was updated with the EIM derived by Easton Huch, and after major changes, genpoisson() was renamed to genpoisson0(). o New functions: [dpqr]gaitnbinom(), [dpqr]gaitgenpois[012](), [dpqr]gaitbinom(), dgaitplot(), plotdgait.vglm(), Trunc(). o New family functions: genpoisson[12](dpqr), gaitpoisson() so that gaitpoisson.mix() and gaitpoisson.mlm() were removed, gaitlog() so that gaitlog.mix() was removed, gaitzeta() so that gaitzeta.mix() was removed. o Tested okay on R 4.0.3. BUG FIXES and CHANGES o Deprecated: dgenpois(), genpoisson(), [dpqr]gaitnbinom.m[ix,lm](). gatnbinomial.m[ix,lm](dpqr), [dpqr]gaitbinom.mlm(), gaitpoisson.mix(), gaitpoisson.mlm(), gabinomial.mlm(), gtbinomial(). o 'lhs.prob' changed to 'cdf.max.s'. o Argument changes for all GAIT code, e.g., 'alter' changed to 'alt.mix' or 'alt.mlm', 'byrow.arg' to 'byrow.ai', etc. o Functions moved to VGAMdata 1.1-4: oalog, oilog, otlog, oapospois, oipospois, otpospois, oazeta, oizeta, otzeta, oizipf, oiposbinomial(dpqr), [dpqr]posbinom, [dpqr]pospois, [dpqr]posnegbin. o Pearson residuals no longer printed by default in a summary of a "vglm" object: presid = FALSE. o Some changes made to plot(vgam()) code for changes in R 4.0.0, especially if the covariate is a character/factor. Now avoids "coercing argument of type 'double' to logical" warning. o negbinomial(lmu = "nbcanlink") had an error relating to "newemu". CHANGES IN VGAM VERSION 1.1-3 NEW FEATURES o New functions: [dpqr]gaitpois(), [dpqr]gaitlog(), [dpqr]gaitzeta(), dextlogF(). o New family functions: gatnbinomial.mix(dpqr), gaitlog.mix(dpqr), gaitpoisson.mix(dpqr), gaitpoisson.mlm(dpqr), extlogF1(d). o New generic and/or methods functions: altered(), inflated(), truncated(), specialsvglm(), fix.crossing(), is.crossing(). o Coef.vlm() handles models with contiguous "multilogitlink"s, e.g., gaitpoisson.mlm(). o get.offset() is now defined as a generic function (returns the n x M matrix of offsets by default). o Some .f files have been pruned of unnecessary code. o New data set: V2. o Tested okay on R 4.0.0. BUG FIXES and CHANGES o Another attempt to .Deprecated() all link function names which do not end in "link", e.g., loglink() replaces loge(), logitlink() replaces logit(). o gatpoisson.mix() (now merged into gaitpoisson.mix()) reorders its linear/additive predictors and now handles length(alter) == 0 (default, so equivalent to poissonff()) and length(alter) == 1. Ditto for gatnbinomial.mlm(), etc. o Three argument mismatches found in .f and .c code. o qlog() and qyules() buggy wrt interval selection prior to applying bisection. o 'Rank mismatches' flagged by gfortran10 fixed, by not calling two subroutines. o [dpqr]gaitpois.mlm() and [dpqr]gaitpois.mix() have been combined into [dpqr]gaitpois(). CHANGES IN VGAM VERSION 1.1-2 NEW FEATURES o New generic and/or methods functions: add1.vglm(), dfterms(), drop1.vglm(), extractAIC.vglm(), rootogram4vglm() [based on \pkg{countreg}], step4vglm(). o New family functions: gabinomial.mlm(), gatnbinomial.mlm(dpqr), gatpoisson.mix(dpqr), gatpoisson.mlm(dpqr). o New functions: [dpqr]zipfmb(), [dpqr]gaitbinom.mlm(), [dpqr]gaitnbinom.mlm(), [dpqr]gaitpois.mlm(), [dpqr]gaitnbinom.mix(), [dpqr]gaitpois.mix(). Note that the naming conventions have changed somewhat, especially regarding the negative binomial distribution. o Decommissioned functions: gapoisson(), gtpoisson(), [dpqr]gabinom(), [dpqr]gapois(), [dpqr]gibinom(), [dpqr]gipois(), [dpqr]gtbinom(), [dpqr]gtpois(). o eta2theta() should be able to handle links for, e.g., gatpoisson.mlm(), gibinomial(). o posbernoulli.t() has a 'type.fitted' argument. o gtpoisson.mlm() supports type.fitted = "Pobs.a", gipoisson.mlm() supports type.fitted = "Pstr.i". o New data set: backPain2. o Cleve Moler added to DESCRIPTION as a contributor, to reflect the use of LINPACK. o Tested okay on R 3.6.1. BUG FIXES and CHANGES o Use of old link function names now result in a call to .Deprecated(), except for a selected few such as logit() and probitlink()---this will only be allowed for a limited time. o negbinomial()@initialize bug fixed for "nbcanlink()" and multiple responses; thanks to Victor Miranda. o cens.poisson() gave a warning upon a summary(). Thanks to Jens Heumann for picking this up. o bisection.basic() returns a warning, not an error, if it cannot find an interval which covers the root. o Rank() has an improved implementation and documentation. o anova.vglm() had some bugs---thanks to Thamron Keowmani for finding them. o posnormal() failed when 'constraints' was inputted---thanks to Michael Zamo for picking this up. o Improvements to yules(dq). --- math/R-VGAM/Makefile | 9 ++++++--- math/R-VGAM/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/math/R-VGAM/Makefile b/math/R-VGAM/Makefile index a028aeec19700..5254db699f6b1 100644 --- a/math/R-VGAM/Makefile +++ b/math/R-VGAM/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:46 brook Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/21 13:14:49 mef Exp $ R_PKGNAME= VGAM -R_PKGVER= 1.1-1 -CATEGORIES= math +R_PKGVER= 1.1-6 MAINTAINER= mishka@NetBSD.org COMMENT= Vector generalized linear and additive models @@ -10,6 +9,10 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= c fortran +# Package suggested but not available: 'VGAMextra' +# Package which this enhances but not available for checking: 'VGAMdata' + + .include "../../math/R/Makefile.extension" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-VGAM/distinfo b/math/R-VGAM/distinfo index 20610c0f37c97..1dacdfb8db09e 100644 --- a/math/R-VGAM/distinfo +++ b/math/R-VGAM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:55:23 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/21 13:14:49 mef Exp $ -BLAKE2s (R/VGAM_1.1-1.tar.gz) = 60696739cd8556cd20e6bb684bdff8625bd8d2d956a29be536f70bf278691b70 -SHA512 (R/VGAM_1.1-1.tar.gz) = c868bd0ccde59d6d9b15446331c3fc4762d3356bda7063e6b38b7e1bfd7bbedddedb5a94b4e3812173fefc6f8b806123201f6a2a619d8bd038bcb4b4ec268b8e -Size (R/VGAM_1.1-1.tar.gz) = 2624046 bytes +BLAKE2s (R/VGAM_1.1-6.tar.gz) = 0d42857e240e3d5e2b72976e8a3dcac141a1682bc9146373f183f760a186c5e2 +SHA512 (R/VGAM_1.1-6.tar.gz) = fc05040324ab32271a1b6e95e20a42fbe154540651e356cb61030333c928a4d32f46e29fdfb98fa5e62010cd782441c09240c59bd36e533cc8cf864f0de7be41 +Size (R/VGAM_1.1-6.tar.gz) = 1713153 bytes From 2cf2f9790298bedbed2debbb4e8a69346bfff9e2 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 13:15:03 +0000 Subject: [PATCH 0750/1154] doc: Updated math/R-VGAM to 1.1.6 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 555b00d9893c3..7e1a811458c48 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2654 2022/05/21 12:49:11 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2655 2022/05/21 13:15:03 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4099,3 +4099,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/mariadb105-client to 10.5.16 [nia 2022-05-21] Updated databases/mariadb105-server to 10.5.16 [nia 2022-05-21] Updated security/R-openssl to 2.0.1 [mef 2022-05-21] + Updated math/R-VGAM to 1.1.6 [mef 2022-05-21] diff --git a/doc/TODO b/doc/TODO index f6c4b48cbec67..94620a593c481 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21874 2022/05/19 16:13:17 ryoon Exp $ +$NetBSD: TODO,v 1.21875 2022/05/21 13:15:03 mef Exp $ Suggested new packages ====================== @@ -382,7 +382,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o R-RSQLite-2.6 o R-RcppArmadillo-0.10.4.0.0 o R-TTR-0.24.2 - o R-VGAM-1.1.5 o R-aplpack-1.3.3 o R-bbmle-1.0.23.1 o R-blob-1.2.1 From 1ee857cb93c2e875dbeb18a43e25d67f966a5c34 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 13:22:57 +0000 Subject: [PATCH 0751/1154] (math/R-bbml) Updated 1.0.20 to 1.0.25, explicit NEWS.md unknown --- math/R-bbmle/Makefile | 10 ++++++++-- math/R-bbmle/distinfo | 8 ++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/math/R-bbmle/Makefile b/math/R-bbmle/Makefile index 125ec397012eb..1ca655e97236a 100644 --- a/math/R-bbmle/Makefile +++ b/math/R-bbmle/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:47 brook Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/21 13:22:57 mef Exp $ R_PKGNAME= bbmle -R_PKGVER= 1.0.20 +R_PKGVER= 1.0.25 CATEGORIES= math MAINTAINER= minskim@NetBSD.org @@ -9,6 +9,12 @@ COMMENT= Tools for general maximum likelihood estimation LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= R-numDeriv>=2016.8.1:../../math/R-numDeriv +# Packages required but not available: 'bdsmatrix', 'mvtnorm' +# +# Packages suggested but not available: +# 'emdbook', 'rms', 'ggplot2', 'RUnit', 'MuMIn', 'AICcmodavg', 'Hmisc', +# 'optimx', 'knitr', 'testthat' + USE_LANGUAGES+= # none diff --git a/math/R-bbmle/distinfo b/math/R-bbmle/distinfo index f535d8e7f45fa..34a7a6266bd76 100644 --- a/math/R-bbmle/distinfo +++ b/math/R-bbmle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:55:24 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/21 13:22:57 mef Exp $ -BLAKE2s (R/bbmle_1.0.20.tar.gz) = 7331e09c6a06e17467a0b3a1ec6cdab0b2d418bbc3499a8e4ff2ab63c533c378 -SHA512 (R/bbmle_1.0.20.tar.gz) = 9ec6479123fed024885926fa0069bbb6664a8bdeb2fd5086f67589de90820fab1caec15793337fe06f880ea61a97abd62531fb49938067d23e4e9ad23eafe26e -Size (R/bbmle_1.0.20.tar.gz) = 500688 bytes +BLAKE2s (R/bbmle_1.0.25.tar.gz) = a3f0d7b8888f1739aec02299f11db4406d35ae229b8ed1af788b8d9c838fe5e4 +SHA512 (R/bbmle_1.0.25.tar.gz) = 187a4e186abcacf2ebc0db5296e1fb20a80e71eba8ac4db14c620044cacaf67def83534b16960e6d89ea5361011c4a864e74edc1d64132c620b9f1c4c9e104b6 +Size (R/bbmle_1.0.25.tar.gz) = 524848 bytes From bf174e2e085d7bfcf5a7fe36c2f24b74b474be45 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 13:23:09 +0000 Subject: [PATCH 0752/1154] doc: Updated math/R-bbmle to 1.0.25 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7e1a811458c48..c75cdfbc2e241 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2655 2022/05/21 13:15:03 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2656 2022/05/21 13:23:09 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4100,3 +4100,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/mariadb105-server to 10.5.16 [nia 2022-05-21] Updated security/R-openssl to 2.0.1 [mef 2022-05-21] Updated math/R-VGAM to 1.1.6 [mef 2022-05-21] + Updated math/R-bbmle to 1.0.25 [mef 2022-05-21] diff --git a/doc/TODO b/doc/TODO index 94620a593c481..59a02fc4a3a69 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21875 2022/05/21 13:15:03 mef Exp $ +$NetBSD: TODO,v 1.21876 2022/05/21 13:23:09 mef Exp $ Suggested new packages ====================== @@ -383,7 +383,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o R-RcppArmadillo-0.10.4.0.0 o R-TTR-0.24.2 o R-aplpack-1.3.3 - o R-bbmle-1.0.23.1 o R-blob-1.2.1 o R-coda-0.19.4 o R-effects-4.2.0 From fc197369687bb2087d1665680a6c886f84f40bfa Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 13:29:45 +0000 Subject: [PATCH 0753/1154] (math/R-bbml) Revert to 1.0.20, dependency not available yet --- doc/CHANGES-2022 | 3 ++- math/R-bbmle/Makefile | 5 ++--- math/R-bbmle/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c75cdfbc2e241..91ba69f5edf80 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2656 2022/05/21 13:23:09 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2657 2022/05/21 13:31:04 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4101,3 +4101,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/R-openssl to 2.0.1 [mef 2022-05-21] Updated math/R-VGAM to 1.1.6 [mef 2022-05-21] Updated math/R-bbmle to 1.0.25 [mef 2022-05-21] + Updated math/R-bbmle to 1.0.20 [mef 2022-05-21] diff --git a/math/R-bbmle/Makefile b/math/R-bbmle/Makefile index 1ca655e97236a..99be954557905 100644 --- a/math/R-bbmle/Makefile +++ b/math/R-bbmle/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/05/21 13:22:57 mef Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/21 13:29:45 mef Exp $ R_PKGNAME= bbmle -R_PKGVER= 1.0.25 -CATEGORIES= math +R_PKGVER= 1.0.20 MAINTAINER= minskim@NetBSD.org COMMENT= Tools for general maximum likelihood estimation diff --git a/math/R-bbmle/distinfo b/math/R-bbmle/distinfo index 34a7a6266bd76..458bea1e22e04 100644 --- a/math/R-bbmle/distinfo +++ b/math/R-bbmle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2022/05/21 13:22:57 mef Exp $ +$NetBSD: distinfo,v 1.5 2022/05/21 13:29:45 mef Exp $ -BLAKE2s (R/bbmle_1.0.25.tar.gz) = a3f0d7b8888f1739aec02299f11db4406d35ae229b8ed1af788b8d9c838fe5e4 -SHA512 (R/bbmle_1.0.25.tar.gz) = 187a4e186abcacf2ebc0db5296e1fb20a80e71eba8ac4db14c620044cacaf67def83534b16960e6d89ea5361011c4a864e74edc1d64132c620b9f1c4c9e104b6 -Size (R/bbmle_1.0.25.tar.gz) = 524848 bytes +BLAKE2s (R/bbmle_1.0.20.tar.gz) = 7331e09c6a06e17467a0b3a1ec6cdab0b2d418bbc3499a8e4ff2ab63c533c378 +SHA512 (R/bbmle_1.0.20.tar.gz) = 9ec6479123fed024885926fa0069bbb6664a8bdeb2fd5086f67589de90820fab1caec15793337fe06f880ea61a97abd62531fb49938067d23e4e9ad23eafe26e +Size (R/bbmle_1.0.20.tar.gz) = 500688 bytes From 9e6b9f243714cab2b1a41f1657c393f03d0f5175 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 13:39:34 +0000 Subject: [PATCH 0754/1154] math/R-bdsmatrix: import R-bdsmatrix-1.3.4 This is a special case of sparse matrices, used by coxme. --- math/R-bdsmatrix/DESCR | 1 + math/R-bdsmatrix/Makefile | 13 +++++++++++++ math/R-bdsmatrix/distinfo | 5 +++++ 3 files changed, 19 insertions(+) create mode 100644 math/R-bdsmatrix/DESCR create mode 100644 math/R-bdsmatrix/Makefile create mode 100644 math/R-bdsmatrix/distinfo diff --git a/math/R-bdsmatrix/DESCR b/math/R-bdsmatrix/DESCR new file mode 100644 index 0000000000000..9423b7c17100e --- /dev/null +++ b/math/R-bdsmatrix/DESCR @@ -0,0 +1 @@ +This is a special case of sparse matrices, used by coxme. diff --git a/math/R-bdsmatrix/Makefile b/math/R-bdsmatrix/Makefile new file mode 100644 index 0000000000000..a015b49707e24 --- /dev/null +++ b/math/R-bdsmatrix/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2022/05/21 13:39:34 mef Exp $ + +R_PKGNAME= bdsmatrix +R_PKGVER= 1.3-4 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Routines for Block Diagonal Symmetric Matrices +LICENSE= gnu-lgpl-v2 + +USE_LANGUAGES= c + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-bdsmatrix/distinfo b/math/R-bdsmatrix/distinfo new file mode 100644 index 0000000000000..d5bfa3cd591b0 --- /dev/null +++ b/math/R-bdsmatrix/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/21 13:39:34 mef Exp $ + +BLAKE2s (R/bdsmatrix_1.3-4.tar.gz) = ea63735da6f39af331caecd624d5e9d5e649c7355a41a45d73d4d8850b05fad4 +SHA512 (R/bdsmatrix_1.3-4.tar.gz) = 951a670b7f028c16cf80c37d2d7a80e0e85eae94e4038ef2655e4bcda3387f52d527a89153bddfd0fbd39a927f2364239c055c64c41a725f30aac7947e46b85d +Size (R/bdsmatrix_1.3-4.tar.gz) = 47961 bytes From 85d3c95d92a3e7061e38c2996039069ad1e8d9c7 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 13:42:23 +0000 Subject: [PATCH 0755/1154] Added math/R-bdsmatrix version 1.3.4 --- doc/CHANGES-2022 | 3 ++- math/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 91ba69f5edf80..1700519d6529a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2657 2022/05/21 13:31:04 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2658 2022/05/21 13:42:23 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4102,3 +4102,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-VGAM to 1.1.6 [mef 2022-05-21] Updated math/R-bbmle to 1.0.25 [mef 2022-05-21] Updated math/R-bbmle to 1.0.20 [mef 2022-05-21] + Added math/R-bdsmatrix version 1.3.4 [mef 2022-05-21] diff --git a/math/Makefile b/math/Makefile index 8c8fc2fafb79b..befc890c352c7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.544 2022/05/04 12:26:19 mef Exp $ +# $NetBSD: Makefile,v 1.545 2022/05/21 13:42:23 mef Exp $ COMMENT= Mathematics @@ -35,6 +35,7 @@ SUBDIR+= R-akima SUBDIR+= R-aplpack SUBDIR+= R-backports SUBDIR+= R-bbmle +SUBDIR+= R-bdsmatrix SUBDIR+= R-bitops SUBDIR+= R-broom SUBDIR+= R-car From f8f9d0caaf167631d208b5497bc42d0a7f3164f9 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 14:31:03 +0000 Subject: [PATCH 0756/1154] (math/R-bbml) Updated again to 1.0.25, sorry --- math/R-bbmle/Makefile | 17 ++++++++++++++--- math/R-bbmle/distinfo | 8 ++++---- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/math/R-bbmle/Makefile b/math/R-bbmle/Makefile index 99be954557905..933accf14ef8d 100644 --- a/math/R-bbmle/Makefile +++ b/math/R-bbmle/Makefile @@ -1,19 +1,30 @@ -# $NetBSD: Makefile,v 1.6 2022/05/21 13:29:45 mef Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/21 14:31:03 mef Exp $ R_PKGNAME= bbmle -R_PKGVER= 1.0.20 +R_PKGVER= 1.0.25 MAINTAINER= minskim@NetBSD.org COMMENT= Tools for general maximum likelihood estimation LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= R-numDeriv>=2016.8.1:../../math/R-numDeriv -# Packages required but not available: 'bdsmatrix', 'mvtnorm' +DEPENDS+= R-bdsmatrix-[0-9]*:../../math/R-bdsmatrix +DEPENDS+= R-mvtnorm-[0-9]*:../../math/R-mvtnorm # # Packages suggested but not available: # 'emdbook', 'rms', 'ggplot2', 'RUnit', 'MuMIn', 'AICcmodavg', 'Hmisc', # 'optimx', 'knitr', 'testthat' +TEST_DEPENDS+= R-emdbook-[0-9]*:../../math/R-emdbook +#EST_DEPENDS+= R-rms-[0-9]*: +TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2 +TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit +#EST_DEPENDS+= R-MuMIn-[0-9]*: +TEST_DEPENDS+= R-AICcmodavg-[0-9]*: +TEST_DEPENDS+= R-Hmisc-[0-9]*:../../misc/R-Hmisc +#EST_DEPENDS+= R-optimx-[0-9]*: +TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat USE_LANGUAGES+= # none diff --git a/math/R-bbmle/distinfo b/math/R-bbmle/distinfo index 458bea1e22e04..744b1b3d93375 100644 --- a/math/R-bbmle/distinfo +++ b/math/R-bbmle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/05/21 13:29:45 mef Exp $ +$NetBSD: distinfo,v 1.6 2022/05/21 14:31:03 mef Exp $ -BLAKE2s (R/bbmle_1.0.20.tar.gz) = 7331e09c6a06e17467a0b3a1ec6cdab0b2d418bbc3499a8e4ff2ab63c533c378 -SHA512 (R/bbmle_1.0.20.tar.gz) = 9ec6479123fed024885926fa0069bbb6664a8bdeb2fd5086f67589de90820fab1caec15793337fe06f880ea61a97abd62531fb49938067d23e4e9ad23eafe26e -Size (R/bbmle_1.0.20.tar.gz) = 500688 bytes +BLAKE2s (R/bbmle_1.0.25.tar.gz) = a3f0d7b8888f1739aec02299f11db4406d35ae229b8ed1af788b8d9c838fe5e4 +SHA512 (R/bbmle_1.0.25.tar.gz) = 187a4e186abcacf2ebc0db5296e1fb20a80e71eba8ac4db14c620044cacaf67def83534b16960e6d89ea5361011c4a864e74edc1d64132c620b9f1c4c9e104b6 +Size (R/bbmle_1.0.25.tar.gz) = 524848 bytes From f306dbdd8a79cf1abfefa67bd6e1dabd4d47d896 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 14:31:14 +0000 Subject: [PATCH 0757/1154] doc: Updated math/R-bbmle to 1.0.25 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1700519d6529a..90f69d5f54fa8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2658 2022/05/21 13:42:23 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2659 2022/05/21 14:31:14 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4103,3 +4103,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-bbmle to 1.0.25 [mef 2022-05-21] Updated math/R-bbmle to 1.0.20 [mef 2022-05-21] Added math/R-bdsmatrix version 1.3.4 [mef 2022-05-21] + Updated math/R-bbmle to 1.0.25 [mef 2022-05-21] From 308e23e6e75d44946f9b2bf079fe0b8bfe4760b8 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sat, 21 May 2022 14:44:47 +0000 Subject: [PATCH 0758/1154] firefox: Update to 100.0.2 Changelog: Security fixes: #CVE-2022-1802: Prototype pollution in Top-Level Await implementation #CVE-2022-1529: Untrusted input used in JavaScript object indexing, leading to prototype pollution --- www/firefox/Makefile | 5 ++--- www/firefox/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5ff5d4ce72e42..de60ab17d7ca8 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.520 2022/05/19 10:20:16 nia Exp $ +# $NetBSD: Makefile,v 1.521 2022/05/21 14:44:47 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 100.0 -MOZ_BRANCH_MINOR= .1 +MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 55e10a21773f9..3ab11c23235e9 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.467 2022/05/17 12:49:39 ryoon Exp $ +$NetBSD: distinfo,v 1.468 2022/05/21 14:44:47 ryoon Exp $ -BLAKE2s (firefox-100.0.1.source.tar.xz) = 212e49237896698dd3f04b4b536d1718870270630da00a50b31e4a131e37e27d -SHA512 (firefox-100.0.1.source.tar.xz) = 6ba09542d1573e903978f8e63f39381dcf2180219e80e7401c62c8347100d6d4a973208b8094cff07d76106636cdfef93829fff3398011fd9536dac477ef118e -Size (firefox-100.0.1.source.tar.xz) = 490127024 bytes +BLAKE2s (firefox-100.0.2.source.tar.xz) = 597e20d9823f6dbda1ff370e8be200d1de88ddcdad7a904197703f5730788a08 +SHA512 (firefox-100.0.2.source.tar.xz) = 6d9922e35e496fa63833ba03d1466e075287e40e50854ddc4f4a2036d9c7ca1f35c03bc6f708a3c469e0ec3b389b3346ac754bb84df0fecb86955fc21c05e00f +Size (firefox-100.0.2.source.tar.xz) = 482708576 bytes BLAKE2s (nodejs-output-95.0.tgz) = c44b37d3605524a49157002f01c29f568f04194b0e635bc312de7ffdeb9a74c9 SHA512 (nodejs-output-95.0.tgz) = 2faf326f4e100b66f8597c365cc2eb5d0eee26aae92a7e2446891f2178041aa71ba16eae37000acacd43a657025ec11c18db73b112f5c49cc21cdb882da6d798 Size (nodejs-output-95.0.tgz) = 200627 bytes From 6479812c95af1372fcb25b8705636e0a0567b869 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sat, 21 May 2022 14:45:56 +0000 Subject: [PATCH 0759/1154] doc: Updated www/firefox to 100.0.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 90f69d5f54fa8..7786a06c88c44 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2659 2022/05/21 14:31:14 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2660 2022/05/21 14:45:56 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4104,3 +4104,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-bbmle to 1.0.20 [mef 2022-05-21] Added math/R-bdsmatrix version 1.3.4 [mef 2022-05-21] Updated math/R-bbmle to 1.0.25 [mef 2022-05-21] + Updated www/firefox to 100.0.2 [ryoon 2022-05-21] From 861828305dea4b849fc9c7299e4011c68c7b68d7 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sat, 21 May 2022 14:46:15 +0000 Subject: [PATCH 0760/1154] firefox-l10n: Update to 100.0.2 * Sync with www/firefox-100.0.2. --- www/firefox-l10n/Makefile | 4 +- www/firefox-l10n/distinfo | 590 +++++++++++++++++++------------------- 2 files changed, 297 insertions(+), 297 deletions(-) diff --git a/www/firefox-l10n/Makefile b/www/firefox-l10n/Makefile index 4f0c72909fe83..d605d83f108cb 100644 --- a/www/firefox-l10n/Makefile +++ b/www/firefox-l10n/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.225 2022/05/17 12:50:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.226 2022/05/21 14:46:15 ryoon Exp $ -FIREFOX_VER= 100.0.1 +FIREFOX_VER= 100.0.2 PKGNAME= firefox-l10n-${FIREFOX_VER:S/b/beta/:S/esr//} DISTNAME= # empty CATEGORIES= www diff --git a/www/firefox-l10n/distinfo b/www/firefox-l10n/distinfo index 057c87c73e3f6..4e7ec67489c04 100644 --- a/www/firefox-l10n/distinfo +++ b/www/firefox-l10n/distinfo @@ -1,296 +1,296 @@ -$NetBSD: distinfo,v 1.208 2022/05/17 12:50:43 ryoon Exp $ +$NetBSD: distinfo,v 1.209 2022/05/21 14:46:15 ryoon Exp $ -BLAKE2s (firefox-l10n-100.0.1/ach.xpi) = 3df799e28cb60cd110177553b777cf124bd5565c84598c29ef4292a1ea4e8fc7 -SHA512 (firefox-l10n-100.0.1/ach.xpi) = 3ac2e2f4890184ce17aaf347d8eb1483393f580832f51bdc263698026ccf27c3d5b8ebc0a6ba9919328a2dde0a65a20f57f8d389566ca85f6898afde2d70f071 -Size (firefox-l10n-100.0.1/ach.xpi) = 448914 bytes -BLAKE2s (firefox-l10n-100.0.1/af.xpi) = e099c7fc80d7ca25a574a7616eb19cecd64c534340529cfa3e424f65c311c940 -SHA512 (firefox-l10n-100.0.1/af.xpi) = cbd94aee597bd5f86953f0fb0cc98f87eb8d2fe037f40d4e12d39fb75dd641211609fd3454ebe51ee8536e0e21325b85cb877e2bef58a983791e4eff5a9e8897 -Size (firefox-l10n-100.0.1/af.xpi) = 415232 bytes -BLAKE2s (firefox-l10n-100.0.1/an.xpi) = e24ceb122b8b851c19e7a0ea53c5d6e9f3580b4d928bb94a08fe40597dcb26fb -SHA512 (firefox-l10n-100.0.1/an.xpi) = 3c87d650a8196cfaf51fb4b1a52f086420e97e2c51e1c18ef845f4cbce5e8a5fd2cfd5a4be37706cd4e9960142330b6268d679a156e2ef1758f7358aa33dee7d -Size (firefox-l10n-100.0.1/an.xpi) = 495515 bytes -BLAKE2s (firefox-l10n-100.0.1/ar.xpi) = 8fdcba026569155403f008d7173e6cf1e02540ba23e6f82d86f47beb8164db8b -SHA512 (firefox-l10n-100.0.1/ar.xpi) = fd34038c7a312db4682a81ecb42217728e509712923a550f4845a54ca1910f40c98f30be4df3482f5d9f33cc7ada35839d603adbde577354460708393c32a153 -Size (firefox-l10n-100.0.1/ar.xpi) = 564889 bytes -BLAKE2s (firefox-l10n-100.0.1/ast.xpi) = d62db4806957e71fcb99bb037358776872af230da7a82553c93ebd57c5a7a47c -SHA512 (firefox-l10n-100.0.1/ast.xpi) = 99ab6208787fde0b3ae627c205268aa2e5cad8d677dcb4485a3f1bccb850a138c26719056eb2949644455ff93fdf884fd449fc0b1f408968f3028bc56bc29c21 -Size (firefox-l10n-100.0.1/ast.xpi) = 493296 bytes -BLAKE2s (firefox-l10n-100.0.1/az.xpi) = be78fa61c84156492d47479b038e04a8d6a3ab26e70f9e44017d89994e7e9915 -SHA512 (firefox-l10n-100.0.1/az.xpi) = c03da56f18275bb75e0cd058c7d156210c64629576150f2ac90956a3983c95e67b8d3c3dfa5baacb95516cf9f29103c77594f1950c55b34f4df0d99a84ca74da -Size (firefox-l10n-100.0.1/az.xpi) = 484101 bytes -BLAKE2s (firefox-l10n-100.0.1/be.xpi) = 3a11475da448b2f9389c98ab9fec7413213bfa4d845e03c87f064a8cde2e4ed6 -SHA512 (firefox-l10n-100.0.1/be.xpi) = 9fae77717553f0a3dcf228c9868dcb3ca75073b4d77e2d7fbf276643e7e0af29cbd4a09be01c382f1aabf3f4fd828f6dd9d2e09f2a74869c8452ee79ceb5be82 -Size (firefox-l10n-100.0.1/be.xpi) = 628707 bytes -BLAKE2s (firefox-l10n-100.0.1/bg.xpi) = 727790d4b736ccb6542362a699719c6d555b8106b7fb7563435565463a5c530d -SHA512 (firefox-l10n-100.0.1/bg.xpi) = f2cbb02093ae1fd33c3caa87f9e45b2e8d2037a5e9658e3320b944aa398fbafbbe0e45bcdf51676d73da33a140fe237e3cd4e04a1c78698159f3993d427a1cec -Size (firefox-l10n-100.0.1/bg.xpi) = 566784 bytes -BLAKE2s (firefox-l10n-100.0.1/bn.xpi) = c4367c6bfe1ade7f39868a324c9c31ba57110e23f4abc30e98279594b762a60d -SHA512 (firefox-l10n-100.0.1/bn.xpi) = 52f152581eb9915b49749e6a6cd962b4aa481cfe46a8ff188185d8e6954b54f614f08fee0ebd3ec20f0f19232452731c2e87bc4d7b4f13eb942a129337e1f7b8 -Size (firefox-l10n-100.0.1/bn.xpi) = 554553 bytes -BLAKE2s (firefox-l10n-100.0.1/br.xpi) = 12554c6a4637f42cbb0adb27c0e98c8a4d1a41c0cfb38abb030d09621d995d24 -SHA512 (firefox-l10n-100.0.1/br.xpi) = 8e71181ac21a1b5c0bd4d180f10c1cdc538e4b6f1335b8651b6b3253dcebbb05c27a7e0fb32550bfd15e12fbd9ea409f6efbee0fd4f2ec0e196d7399fadb4e2c -Size (firefox-l10n-100.0.1/br.xpi) = 530622 bytes -BLAKE2s (firefox-l10n-100.0.1/bs.xpi) = 5752c0fc06b5b736cf555213805c0107c6200575986fcd9454af1fae00459ca2 -SHA512 (firefox-l10n-100.0.1/bs.xpi) = f20bdeeee7460df729a94501b8590b8bd7b66f55290a832a4799dc881cb2dead450298b0783158140e94a27d58585265032e6c9e47fd17a1c203c630ad23e204 -Size (firefox-l10n-100.0.1/bs.xpi) = 459039 bytes -BLAKE2s (firefox-l10n-100.0.1/ca-valencia.xpi) = 118c027a8b3addd6318aaaf68909237bf443a9e2b0ca945be19e93bab4c6bd38 -SHA512 (firefox-l10n-100.0.1/ca-valencia.xpi) = 78ef0c7354728a6c3e253d69d75a8cea292a41974ff2c3c9809c3fdaa9f3f4183750754a65067321a99fcdaacf885d40e0f63b8728b2939524473355171159e0 -Size (firefox-l10n-100.0.1/ca-valencia.xpi) = 536447 bytes -BLAKE2s (firefox-l10n-100.0.1/ca.xpi) = 0912ec3749a950c5fac41144610748bf9ca4842bc2829910e69eb91827be7603 -SHA512 (firefox-l10n-100.0.1/ca.xpi) = 571b1c7a37e8eb82e5a6081643469817680c16b91940b453a6641f3b699a74cfac6898af8ffac157732e23c2ac52bd3f63b261eaefcbc2c74440fdb2ce560c9a -Size (firefox-l10n-100.0.1/ca.xpi) = 530207 bytes -BLAKE2s (firefox-l10n-100.0.1/cak.xpi) = e555fa707798dc75e3e46bfb68926493b8016ae7545ade7baa69e7ca41329354 -SHA512 (firefox-l10n-100.0.1/cak.xpi) = 0d1bcc8100ad925abe5812e1600f56cfadb889ef317dc1351e4319385e1dfe17f568e6a2106865873c02f969fa4f2fdbb82172a78ccb05e71e142757a6c275ce -Size (firefox-l10n-100.0.1/cak.xpi) = 553426 bytes -BLAKE2s (firefox-l10n-100.0.1/cs.xpi) = 081aae78476abd50efa0f88896b1000e0b005d0225cf0d1660c75a2772dfa1b1 -SHA512 (firefox-l10n-100.0.1/cs.xpi) = 5deca713b7d98938e1e9020d15018eca1d098f2dbed57a42b92b342e123c3a04df97ea76d84ef37cb765a329f18d57a2c1cda0d2fb81a4dd481f124e5c33b6c0 -Size (firefox-l10n-100.0.1/cs.xpi) = 570159 bytes -BLAKE2s (firefox-l10n-100.0.1/cy.xpi) = 5fb543435febfa98311346f9139812cfb6a9a80441b3b1b88d67ff2d6e8cdb4b -SHA512 (firefox-l10n-100.0.1/cy.xpi) = 715c43495119282faa589f9d0b414de386c7e49947a18c4f4395feecd80d95f11e9e8be3b7fc5ab92fa1904ed08b23653ae0cfbc63f760565508f2ef5b4778c7 -Size (firefox-l10n-100.0.1/cy.xpi) = 547001 bytes -BLAKE2s (firefox-l10n-100.0.1/da.xpi) = 2cefc7a30f6f3fe12036add8a510d1f58d990982761af485afe0d62da4be5cd4 -SHA512 (firefox-l10n-100.0.1/da.xpi) = dd061a3a9e0f76d84d376d7c700efe0da003504014c066aab484f955395de67042469e9c980dc53d577422fb0bf597bec091cf772fa10ad4aaafc8b38b7e0f4e -Size (firefox-l10n-100.0.1/da.xpi) = 538823 bytes -BLAKE2s (firefox-l10n-100.0.1/de.xpi) = 73a516e7f7b4cd38933a9683218cdfd2d6cea16a4220ec52b9a93c9cc461e819 -SHA512 (firefox-l10n-100.0.1/de.xpi) = 063a7c6b1af71e1e73b3261bb3c042bb3ca04f1e4f587fe77e32117ff93815afe96a3ce0fe911412d8157feadd61f999dcf042034a739d14cd2f7f41491b95dc -Size (firefox-l10n-100.0.1/de.xpi) = 558685 bytes -BLAKE2s (firefox-l10n-100.0.1/dsb.xpi) = 47d55992e82318c364cc2930fb83aaf5557cb99037def81db5af302edd82ab23 -SHA512 (firefox-l10n-100.0.1/dsb.xpi) = 9847e12779fb38250deb4e2d98bd743d3eba2012a6a4271647cfcc422bae326681e86969237fdd5b9067460158c9262cee60bb95581446920231727a0896bae9 -Size (firefox-l10n-100.0.1/dsb.xpi) = 571805 bytes -BLAKE2s (firefox-l10n-100.0.1/el.xpi) = 73b2e18e7fe2fcd2c919bec679b1761281092b467bfc009b0aca8d00ae1d03ec -SHA512 (firefox-l10n-100.0.1/el.xpi) = 42e8c0b981ed40f9c96dacf292991646f5a4fbbfd8fdd42cebdf22863b998d4ddc23478f12270ad889940666d5dc46b7eeb1d01b483142fa1aee8813840734c1 -Size (firefox-l10n-100.0.1/el.xpi) = 645052 bytes -BLAKE2s (firefox-l10n-100.0.1/en-CA.xpi) = af8483ae5ed7c37368ad9af239ea43642e1da7034b95086dba69ffd006c4f526 -SHA512 (firefox-l10n-100.0.1/en-CA.xpi) = a6ee8020cd88e0253fdc00d7deb9cf19901fc8692c883109b3bd276f1af2085a950d5e74e297d560683c3a86a5b287b9974283232f4a2b6f97508ebc6a01846a -Size (firefox-l10n-100.0.1/en-CA.xpi) = 514203 bytes -BLAKE2s (firefox-l10n-100.0.1/en-GB.xpi) = 547e1583336ff365ab88ab0251775e8137e151413febcff7a967afa58d381259 -SHA512 (firefox-l10n-100.0.1/en-GB.xpi) = f8a69db62fc316ae7445b8c7597a576be5ae325ab784b10911d5b8cd3564d70d8bd8292f1db3a8bb250005b39dc1a9ef26eb155afc469f68fda5d643fbb68ff0 -Size (firefox-l10n-100.0.1/en-GB.xpi) = 514709 bytes -BLAKE2s (firefox-l10n-100.0.1/en-US.xpi) = fae0175cdcc669afef69a442808b6f59c59e8cfb9c4144db8f877c606d127318 -SHA512 (firefox-l10n-100.0.1/en-US.xpi) = 811d2bda3f648a5abb4bbae8f24bd2302a14ec897cbd1dc62a9922910f37edcba339404a6ad1d43e5ea6e7cbafb00842515260b2eaf0f06a4a099d3006d91f0e -Size (firefox-l10n-100.0.1/en-US.xpi) = 495741 bytes -BLAKE2s (firefox-l10n-100.0.1/eo.xpi) = 3342f9b68e50877839bc124441eec94113feed23da0f440c3f83064e66b42cfd -SHA512 (firefox-l10n-100.0.1/eo.xpi) = 75716a7ad3d9f4264b875ec5e3764715b4bce4c10a239a6d52b0f86839da3c768ad04e2a023be204079e7acc574fb80e09ba0d84a25d5840df27fb584573c7bc -Size (firefox-l10n-100.0.1/eo.xpi) = 540863 bytes -BLAKE2s (firefox-l10n-100.0.1/es-AR.xpi) = f5cc84cb7d2c442f0198875dccc260e0431200f0f90e6c6f4419d9386230a8c7 -SHA512 (firefox-l10n-100.0.1/es-AR.xpi) = 89b52a5cde5f03bb78c8ad0e899e3ff934657317e6030b2f56563782c07a30f9bd764a8bfaf53c199cc3957fe5abed0eb691d56ba76853f23b58d3dd59790f01 -Size (firefox-l10n-100.0.1/es-AR.xpi) = 551771 bytes -BLAKE2s (firefox-l10n-100.0.1/es-CL.xpi) = 93746daa0ec5df41cb937ab9b3e5eb4df2e22a47e30ba4e149e24a050d8e1cd9 -SHA512 (firefox-l10n-100.0.1/es-CL.xpi) = 5bac26ed6cfa7b4ad5f92e52081040b5c4122973bfb5438f9eedf2db7bffe6086043ddf103acc9598203287649a6fcdbbf60c1d2a048f00e30c07e63c3c9f499 -Size (firefox-l10n-100.0.1/es-CL.xpi) = 550968 bytes -BLAKE2s (firefox-l10n-100.0.1/es-ES.xpi) = 422efe60984f3d965d6269faf6a24d3a493bfeb1cf1324d1a73950e7365888d3 -SHA512 (firefox-l10n-100.0.1/es-ES.xpi) = b6f568346778a3f99c0795d436e73f8011758d77035bbea34f5a92a00d8fb8ce14df6a117aa63e211ff3ee0d62951ddbd7433994cde0494f716ad4baeb54dc7b -Size (firefox-l10n-100.0.1/es-ES.xpi) = 542268 bytes -BLAKE2s (firefox-l10n-100.0.1/es-MX.xpi) = 0d44a21f45728e97ede49bbb55b194def6da3326a5d17d6edd4abc1ad2db188d -SHA512 (firefox-l10n-100.0.1/es-MX.xpi) = 7757fd268992d638f444bbe5d6896a59fda63c29e303f16db3ef2629079b8e0a0f730d58f0f1ee2dc3cc4fc5be9c6a900f8fde8d863cc3cb9f1acf261d84884e -Size (firefox-l10n-100.0.1/es-MX.xpi) = 555143 bytes -BLAKE2s (firefox-l10n-100.0.1/et.xpi) = 689c53577bbe9dc1898a7a29efc2cd086c3932931ce9c3c75212dbf6d7958278 -SHA512 (firefox-l10n-100.0.1/et.xpi) = 92519438b158f6c8e897575c29502186b1c27091cc9bde0f216c21abf404b857faaac83ac69500e5293f79ad51020a87277b07a7349f21772de6895c0ab899c1 -Size (firefox-l10n-100.0.1/et.xpi) = 532709 bytes -BLAKE2s (firefox-l10n-100.0.1/eu.xpi) = f3d32738ba9aad4fec87d6e29d21fcf185afdc4f924fd61b859485fe53b69aac -SHA512 (firefox-l10n-100.0.1/eu.xpi) = 4e986392103185a980e6b6189493e0c183f0baca57404e8d6b4fe9cf7ded5c6b5b5fd0ccdd352be89c85f07911491f3e83183edf6378b9d2735e90ebc832bd21 -Size (firefox-l10n-100.0.1/eu.xpi) = 541418 bytes -BLAKE2s (firefox-l10n-100.0.1/fa.xpi) = dbcc485ba3a0a470f3ad9bd9386bedd3ac303b4d01007b999c74161013fb9465 -SHA512 (firefox-l10n-100.0.1/fa.xpi) = 9615342e7a805a80b884242a936dde545ef478594867ac47af9fba36bf1885a2ce499cfd3ea52bc358a09ece54fbfb59edded5dbba06c482e3b84ad903a1fc0d -Size (firefox-l10n-100.0.1/fa.xpi) = 561338 bytes -BLAKE2s (firefox-l10n-100.0.1/ff.xpi) = f9cd5fdb6f83ed8f73aca20ce8c1c1a47c9d16678fa42dec03154cd1e7a521a4 -SHA512 (firefox-l10n-100.0.1/ff.xpi) = 547db832e3e1f906e674579e9a4d6b271b1f6e798808f4ea1324e9ffae5cdc99fe9d75e011af6b6c0c495f27452b09c0df4a2f16287f477192508e93ce13a886 -Size (firefox-l10n-100.0.1/ff.xpi) = 468204 bytes -BLAKE2s (firefox-l10n-100.0.1/fi.xpi) = 7dd07b20f7e84cf8e494a155670c9c65f01dc83ef17abbcf18f4861e81acccca -SHA512 (firefox-l10n-100.0.1/fi.xpi) = c77eda0d27c45a8345150f39190ed7192a1d90d7857792e8caf3413ffb5afd9b69432a3ff1e28968df48fcd10e2b54e9f1cf5dff6d352e5726bd76883bf0a7d1 -Size (firefox-l10n-100.0.1/fi.xpi) = 535251 bytes -BLAKE2s (firefox-l10n-100.0.1/fr.xpi) = 8e788dab47afb8f787a8e44eaa2e96d1f6b9b45487ac29a16b89968e2113cf54 -SHA512 (firefox-l10n-100.0.1/fr.xpi) = c8d56a83811f53c18ae68ddfb40ca0d20a6143503f160bcf8947d4c701c09bd3b0ca858f273aab3f92e3d74bfa14ef01d333e60c844d945ebe2cc6809bd302c5 -Size (firefox-l10n-100.0.1/fr.xpi) = 562951 bytes -BLAKE2s (firefox-l10n-100.0.1/fy-NL.xpi) = 0d637d4cc8ae25b0f10a7089ad07c59423f275c6ba657e9ce3c19734c1a37325 -SHA512 (firefox-l10n-100.0.1/fy-NL.xpi) = 5591d0cfe9d6020ba6c922f94a8610b89f98886ec23367f47a6505c6ce159f4626f3a70e1b8f7f98f49de8bee824e9612bbbf70485b82b1b46fc6cbe79ebdd30 -Size (firefox-l10n-100.0.1/fy-NL.xpi) = 548084 bytes -BLAKE2s (firefox-l10n-100.0.1/ga-IE.xpi) = a24c677d47859919ad40859fe946c6d60fdee413308c31096c7ae5db5efd7449 -SHA512 (firefox-l10n-100.0.1/ga-IE.xpi) = dade4586e1ae4eb0e91b5c6496e9f49da3769d51a465dce84076b5c2144fd7b2c7ecd96c0983fd4976c0346133e82565457b5a1e0ee7debc45818f710dc6a90a -Size (firefox-l10n-100.0.1/ga-IE.xpi) = 465458 bytes -BLAKE2s (firefox-l10n-100.0.1/gd.xpi) = e2baa8781e3f0363333c0d98ff7369122ff1b222617e8768df5aa0421bef4828 -SHA512 (firefox-l10n-100.0.1/gd.xpi) = 95cd8f6e5a10cf663179e1d80e4ccb2f954acf668556f807523bd7b8c655cf7e2508dc7bd657f7ac55b5d70b723e88c7a4aad9da5e81158d97ef147af25efcb8 -Size (firefox-l10n-100.0.1/gd.xpi) = 528984 bytes -BLAKE2s (firefox-l10n-100.0.1/gl.xpi) = 36a1b1fa281dd36a510956373149b244ef453d8978dce32cd7702fb69a171392 -SHA512 (firefox-l10n-100.0.1/gl.xpi) = c603eb33652135816498fb4a411e07c69efaf054276252fec4880801ebad61040263203f8c0b7f11442cfff4dd9c747e6b69ed34ba38eb573c6635111b3aa906 -Size (firefox-l10n-100.0.1/gl.xpi) = 542254 bytes -BLAKE2s (firefox-l10n-100.0.1/gn.xpi) = 42b14cdbee621848da5e8228a528675cb1b56b04ee05289583ef35e1de8eb1ff -SHA512 (firefox-l10n-100.0.1/gn.xpi) = 01588e56827e9c915f4394887ad62904185484cbfd17ce5e9dfe445af7e18bb9989de5f557ffe465fd4ae1334f61bc4effbb02641a6a79b374b17ff17309cee7 -Size (firefox-l10n-100.0.1/gn.xpi) = 563271 bytes -BLAKE2s (firefox-l10n-100.0.1/gu-IN.xpi) = 21444ea623b8b55e89281edc028c86c386d1d3b298933871740351a87a484fcd -SHA512 (firefox-l10n-100.0.1/gu-IN.xpi) = 8cb2f39280b855064633ea03e32932edd12a4bdefaaa06c2725839d3f778e550cd04dc7b1e8f6a72fecf198c9052d14d8c618fa5561d5552adf903ebc5776a17 -Size (firefox-l10n-100.0.1/gu-IN.xpi) = 525533 bytes -BLAKE2s (firefox-l10n-100.0.1/he.xpi) = 0311fdeb28f6eefae8bf5b5c1c293e127d316f7644c38b01c07800ff2aa420fa -SHA512 (firefox-l10n-100.0.1/he.xpi) = adf0c6732e49991e9945b09998351afb5e257a1acee727bb4686fe74bd1da99eecebf697b79dbca6df23dedbcfb31b8beabd0baffd7ea9b23131b19e517a4e59 -Size (firefox-l10n-100.0.1/he.xpi) = 561897 bytes -BLAKE2s (firefox-l10n-100.0.1/hi-IN.xpi) = ea62aff78a7e9d75a3ef828f9a3069b5ad9c4c07f79592951c4f42697f8d7706 -SHA512 (firefox-l10n-100.0.1/hi-IN.xpi) = 29fd3185c3760a6264904264e5a4cb9cf64aabae2f5d6d6acdde30943e49987282141928d00fdd856cae24fde6fad821478adcb6f629ebfe094a0daf39453007 -Size (firefox-l10n-100.0.1/hi-IN.xpi) = 556336 bytes -BLAKE2s (firefox-l10n-100.0.1/hr.xpi) = fc16f5e650b18bc7d70f6fb90773a308e3c67e3be41af27f9b9e6584bf773181 -SHA512 (firefox-l10n-100.0.1/hr.xpi) = f6759b5933f8af9c43c6b29c3e1896fc7cbebe4d45a53c21428d5db72c98c778a120c6a66a10c4ded172b3f3565f37fe0bcecbae23b4baef2ce336c5ced3cad1 -Size (firefox-l10n-100.0.1/hr.xpi) = 530210 bytes -BLAKE2s (firefox-l10n-100.0.1/hsb.xpi) = a239d41a588fde3f6597467fc528413de4770bd69c7290348954bce8ed2be1da -SHA512 (firefox-l10n-100.0.1/hsb.xpi) = 0fa4dfc20f8d9f739af2fa328ea560d511f754210a4b1fe5c06a659312d05ebfce7e9567449c711fce855ca138c0ddc60ed14be41129afe5c2e4635c6f4bf7e9 -Size (firefox-l10n-100.0.1/hsb.xpi) = 567859 bytes -BLAKE2s (firefox-l10n-100.0.1/hu.xpi) = 617c6fe6d9c2e70b1356631802934842b242f4d4f935a718e6fca10a58b0f8f8 -SHA512 (firefox-l10n-100.0.1/hu.xpi) = ae2ebdb19e704a19b9458ba5aa0dc56324192886c86c6131b61fee10a9b56184fe0b54bcb7479cf42277100fc325c8413eb7924985134fee1a4d5d5505efee5d -Size (firefox-l10n-100.0.1/hu.xpi) = 571152 bytes -BLAKE2s (firefox-l10n-100.0.1/hy-AM.xpi) = 05a9617a8c3a40857ed8092758b5a86613406544efe7310c4dbd815dd9324603 -SHA512 (firefox-l10n-100.0.1/hy-AM.xpi) = bf46e0fd3e3d8c1ec0e2e78143df32ed6b62ee3aa9d07c6d09b8d9e59ab21c5ba4bc66e65a599e27e8bb68339d480de497f9d98df25832585d413e2552499924 -Size (firefox-l10n-100.0.1/hy-AM.xpi) = 580147 bytes -BLAKE2s (firefox-l10n-100.0.1/ia.xpi) = 014c0841abde027af53dfd41738fe660a9ca63f53b47e2a6f4d0a1566aaa91df -SHA512 (firefox-l10n-100.0.1/ia.xpi) = eb7c530912654eb48db3ab5e05ce2e6649e96d8c9a9fc6b602ff69463f3865e126bf9f4ec8c7e108040311c1f83133ee709a816f4ca620f82acae891710e33d1 -Size (firefox-l10n-100.0.1/ia.xpi) = 537115 bytes -BLAKE2s (firefox-l10n-100.0.1/id.xpi) = 563c9858044e0cd1e7e2c53cd18e1c44f01e25947eb58a8215568ac64c67f245 -SHA512 (firefox-l10n-100.0.1/id.xpi) = d67d179f2fd0f2f90a8d3e0969553acd04abcbc22415c318eb756b06849674159cd7336ed0deb82140f675957b82aae501bc74c8cccddd69f0fae73f38568440 -Size (firefox-l10n-100.0.1/id.xpi) = 533678 bytes -BLAKE2s (firefox-l10n-100.0.1/is.xpi) = 76d3b62353d6a07b6fe4beb73db69919c8a31d9fc875340ad639331b05009d54 -SHA512 (firefox-l10n-100.0.1/is.xpi) = 5c361cd7ff38483fdc45759ec730ae5e4914cba5bd45b0a62ae463aacd3eb427f93c1661465f529cb39fb94b554b3f6793f30d4b9c49e64c62dbab7c6653312f -Size (firefox-l10n-100.0.1/is.xpi) = 540515 bytes -BLAKE2s (firefox-l10n-100.0.1/it.xpi) = 860de425d7721ff5535a4f08f025810861b5da87eef5636ebf4e30231954d758 -SHA512 (firefox-l10n-100.0.1/it.xpi) = 4e0516aa9608526ec2e6999a367e5c250573a3f96d177de4a13212cb328adef58902d2d17db88178639101ff803e6e91c9d0db3c62decdea4bafe0ce3528a686 -Size (firefox-l10n-100.0.1/it.xpi) = 464281 bytes -BLAKE2s (firefox-l10n-100.0.1/ja.xpi) = 09699fd496697c6211f1dba5c5c21b4aa48842294fa91248312128b4c7b723ca -SHA512 (firefox-l10n-100.0.1/ja.xpi) = 4d18f06a4cc6b4e8429303d3b6a437c21681e1ad6280cc8c27b630a82e7a2875fed2d87850e188f111819c29aa9c5a9281189bf94097d0ead5035f1419c33332 -Size (firefox-l10n-100.0.1/ja.xpi) = 593319 bytes -BLAKE2s (firefox-l10n-100.0.1/ka.xpi) = 6a831002d41762c8a2898e04e4b99e1beaba00e4285ebe3a82c9a3ce7e004cc8 -SHA512 (firefox-l10n-100.0.1/ka.xpi) = 3752ec1c9e2e0182bd5fb360997114a4315767325324063783b3153e4ffb7b7998dfc1fa2e9efe4aa487b0cd29e4a268a2238d04a9c523cc5deff980bbe50efd -Size (firefox-l10n-100.0.1/ka.xpi) = 596399 bytes -BLAKE2s (firefox-l10n-100.0.1/kab.xpi) = 6d9b6d0f458bee869fa0fc18a1bd4a53d97ba4b686ca99de4c5c1e7f9eea40fd -SHA512 (firefox-l10n-100.0.1/kab.xpi) = a51cfc0e10aebdb2048ed784a809bd7df9dbd4b42296098587ab1a2dd53222db19cabe726f1796f7daf07a5d18c0d3c288c4fb7b3b82bf246a18b9d3942fc097 -Size (firefox-l10n-100.0.1/kab.xpi) = 556377 bytes -BLAKE2s (firefox-l10n-100.0.1/kk.xpi) = cd3ba242d078e5feffab5cef001429a0d476b36798233bee619bc300aef1ca10 -SHA512 (firefox-l10n-100.0.1/kk.xpi) = 76d0e6391dd01edba0bd1f1177f562d8f15a741e116db274e408b20613e708b40085820ff5f8ca94e757ec87db04fd7386205cb12bbf2d5592b7e3e6a9abb96d -Size (firefox-l10n-100.0.1/kk.xpi) = 619240 bytes -BLAKE2s (firefox-l10n-100.0.1/km.xpi) = dacd75a76f2ff655717b2ef12ac209e42d6f77968c44d1f82ce1237a382f3fc1 -SHA512 (firefox-l10n-100.0.1/km.xpi) = 8b1bac66b7ef6492dc51025fed8076a84d113c36867e7230eaa563289718e38c479a4ddfaceb24d6bf59f5359071955ed7b363e98bff97371847cbf439f38277 -Size (firefox-l10n-100.0.1/km.xpi) = 525489 bytes -BLAKE2s (firefox-l10n-100.0.1/kn.xpi) = eeba95bdeb52be050bb8b21700b033b33c400428876b042bf6b1f85551bc67d2 -SHA512 (firefox-l10n-100.0.1/kn.xpi) = ad15e604b9136feb06ca7a4e4a74ca6537a0f26b6ad2839d35df3ba985bf2cae50a934ce604abe549ae6ad68e13b51078dc6e6be1c0e0cec9df7656eed69a515 -Size (firefox-l10n-100.0.1/kn.xpi) = 491376 bytes -BLAKE2s (firefox-l10n-100.0.1/ko.xpi) = 0c6e56d36013bb5c07572b225bd35c86df15888624b770a249438990e094e76c -SHA512 (firefox-l10n-100.0.1/ko.xpi) = 9f73a949cd2ede088de4b0933509e9b0f235191c4edbe3a183ca206a74aecfb578090c0a3a49b81244a7afba1d009e7542b1001f4c409feb881cfbdd5e0c9617 -Size (firefox-l10n-100.0.1/ko.xpi) = 584524 bytes -BLAKE2s (firefox-l10n-100.0.1/lij.xpi) = 9aaec146b86e2786c0bcd2999f3a9a809f0379978c79adf13ff3713581ab9cf9 -SHA512 (firefox-l10n-100.0.1/lij.xpi) = 20fd6790f1b7a6d93ada00403d07d9a90b086fcebc7814c4b7b638ca6a704ed4df70ac1209ef856119d4198beabb87abb631c4fab455a4021164ffb52a193856 -Size (firefox-l10n-100.0.1/lij.xpi) = 466997 bytes -BLAKE2s (firefox-l10n-100.0.1/lt.xpi) = 2f1ddc6d455afc1a83607fbc63c02b58b8f973404790a270b6825127930c7d39 -SHA512 (firefox-l10n-100.0.1/lt.xpi) = 0e0c8c812c4c9abca78c2f5a3e330610f67da74037f9027e092357fc0648ba72e1fbc7bd057e48882c4867792948cedd8ace725ead77d991a2ab12de5a628c0d -Size (firefox-l10n-100.0.1/lt.xpi) = 560149 bytes -BLAKE2s (firefox-l10n-100.0.1/lv.xpi) = 7fdf2d02d97575d53ae835bb7e985d81f35d27e1a94b9089ab79f8ad2ac10452 -SHA512 (firefox-l10n-100.0.1/lv.xpi) = d134ce462e3443c687bfdbdfa3f0a135d9004264386d29a001bd71124714d0d22154f6aee1dabba434ef5e7b8703c280da7bab735b872c9ffd65320b0abaef49 -Size (firefox-l10n-100.0.1/lv.xpi) = 459193 bytes -BLAKE2s (firefox-l10n-100.0.1/mk.xpi) = 4c64809b57597dcbeb244b89b061bb4e19d2a9d107096b02fa7ae9cad03999e5 -SHA512 (firefox-l10n-100.0.1/mk.xpi) = 13e4e44cf776f9d42b0b286e7661a7480e77d0a8ac7fc1abfff37e187ce7fea0759c585b2f5c6a9f3288fe27febb04e1d06292318a0c9a53ef7cf335576dbb8f -Size (firefox-l10n-100.0.1/mk.xpi) = 468292 bytes -BLAKE2s (firefox-l10n-100.0.1/mr.xpi) = 1976f4a2f168fee01bdc90e8753fc2fe5f6e1640a3deaf82a5f9a7ca191d7841 -SHA512 (firefox-l10n-100.0.1/mr.xpi) = 7c9cff06e6bcf5a97edcd3d3b88bfc90f5766e6e888651679d88c07e9df5df7cc50ab628c453bfa6e87dfb54f6a120ef65edc23698087c6d4d0491e9211ba7f3 -Size (firefox-l10n-100.0.1/mr.xpi) = 528154 bytes -BLAKE2s (firefox-l10n-100.0.1/ms.xpi) = ebcf3022fa7e150e49da37cb31a45215f97688117adba71e9936d6e6ef971d1e -SHA512 (firefox-l10n-100.0.1/ms.xpi) = 53a35c2d51212107c8c05d55af0ead3383ce08238d3d82e516cb45a63624a093575a7b62ed639314eb942a20ae4fffefbf9fb28856b625a68208aa7a4143627f -Size (firefox-l10n-100.0.1/ms.xpi) = 444145 bytes -BLAKE2s (firefox-l10n-100.0.1/my.xpi) = 6199f8435eac2816b27b262d84503db79a55f4c688c45f12f60137f1910c7037 -SHA512 (firefox-l10n-100.0.1/my.xpi) = 0113112257865d79882a46d28f2824091eb16710062d8430e106e6a2cca11b6ff5bdfb6b079de897afc3e2b5375a9b9de05b9d449a1d2a4d7236b503d2c5925c -Size (firefox-l10n-100.0.1/my.xpi) = 507354 bytes -BLAKE2s (firefox-l10n-100.0.1/nb-NO.xpi) = f5a3ad7821da346cda53fa06a1044f23f7da142a6ec39a0e253f436107492393 -SHA512 (firefox-l10n-100.0.1/nb-NO.xpi) = 5b46bfc1bcfd8dea5d99eab44464588b8d46d313201a1b7aa1455bb055a4a3d157e9eed16de9d7fbef826afb8098044c8265009653495ca22a5d75c1bdc69e91 -Size (firefox-l10n-100.0.1/nb-NO.xpi) = 533774 bytes -BLAKE2s (firefox-l10n-100.0.1/ne-NP.xpi) = e010bdb5ad4e492df258b59d00a324d4a1a6ceb6eab69e980919642a295ca4ab -SHA512 (firefox-l10n-100.0.1/ne-NP.xpi) = 4d263a3df99e8b0d5bdfec1323680510a8e2b46f9ef483c0a49b3f846a85df5ed592176230933a91f5238e1c4bbb6a0f61f1b8321bed1f109bb2d543bdc355c2 -Size (firefox-l10n-100.0.1/ne-NP.xpi) = 482568 bytes -BLAKE2s (firefox-l10n-100.0.1/nl.xpi) = e65daf2a6695fe9901af729b6850395094cb36b8f72c73bd52ff7ec2cb4fe016 -SHA512 (firefox-l10n-100.0.1/nl.xpi) = 7bc6aa25b9c1e3f762e8c0b9f4d1a90d2c6d5f65b7027c6ae263c8e9089d50abc5cecde65cee7502a15f65cd53f0fcc2ec914ab3f9668eabb1408a5a4fa9eb97 -Size (firefox-l10n-100.0.1/nl.xpi) = 542307 bytes -BLAKE2s (firefox-l10n-100.0.1/nn-NO.xpi) = c2eabd16cd3932af5a2455b413227a5284876dadf032b2706ecdf6bf6f5cd295 -SHA512 (firefox-l10n-100.0.1/nn-NO.xpi) = 04942e033d9b0d1da4c29113127a6005ca7abd6811e6fc233cbab45fc4e7713f6007d9335c1e22923a02735a657e8def89722e334522d8b984962cf7e3312725 -Size (firefox-l10n-100.0.1/nn-NO.xpi) = 536159 bytes -BLAKE2s (firefox-l10n-100.0.1/oc.xpi) = 6cfa79cbac6540c1b99376ea1f099812f28ea3005b7277afa6750b7337bb5fce -SHA512 (firefox-l10n-100.0.1/oc.xpi) = 06f033e3b69ca334f08cf8b93499b1b06c72e9c973020215331f50be7a8b3d94273a062e3e1be88d6c3b4ae419bd8c2c5b246e037a4830ddbf19acfe34e2ece3 -Size (firefox-l10n-100.0.1/oc.xpi) = 556906 bytes -BLAKE2s (firefox-l10n-100.0.1/pa-IN.xpi) = 458874f01c6dc15ad9826ca939b5c2131232b371acdb22e487739304b3e41964 -SHA512 (firefox-l10n-100.0.1/pa-IN.xpi) = 5ec3d57baf1c68d755ae1c7ff910704a370f0a23d48c832442065a6bb24a908917c38a8b4a68e94daa128e8fdf0377a6439edb4a201d59a0f19ba48ed517a7a8 -Size (firefox-l10n-100.0.1/pa-IN.xpi) = 600278 bytes -BLAKE2s (firefox-l10n-100.0.1/pl.xpi) = e9350d733c30581d8cb748c2dd122ead0e4440e0e0a4bfd8e0b62a6d3338a2a1 -SHA512 (firefox-l10n-100.0.1/pl.xpi) = 13a00ac200e6d990575842bd6e2eecbb0a7acd3c0612bdd1b944343ecab9f6f676cde265f5f0b2c2b1a2b0c887472a0b594cc67c10755dd3202d0f019747c45e -Size (firefox-l10n-100.0.1/pl.xpi) = 562526 bytes -BLAKE2s (firefox-l10n-100.0.1/pt-BR.xpi) = 6b8b39f7b25a643d40d09f53bb71a36d60bf3d78cd8e549d9f7616d4870e95fb -SHA512 (firefox-l10n-100.0.1/pt-BR.xpi) = 8126410e146ec1156422de78be172ef2075acf41aec91a453b86c1894c8ff54b308958e69f20fdb47a6c52d8776f5bbacb6f088cf85543dc3aab4851d65ddf5b -Size (firefox-l10n-100.0.1/pt-BR.xpi) = 547578 bytes -BLAKE2s (firefox-l10n-100.0.1/pt-PT.xpi) = 7262eac5f3dd473f6b715c40274d4b0a5f362ba760ed8b5aa159ab129638d197 -SHA512 (firefox-l10n-100.0.1/pt-PT.xpi) = 031a95e6579b54ba969162140b3c5148fd7f7caae836f52be8ed975009099c45a6b9983cf1e772208c90cb11860ab6d75118d7ca789c47a0b7a666cc620612d9 -Size (firefox-l10n-100.0.1/pt-PT.xpi) = 551055 bytes -BLAKE2s (firefox-l10n-100.0.1/rm.xpi) = 26ec1e86124c8685fd44e361e7dc3545f669716fcabca557c5c2602f101a4e35 -SHA512 (firefox-l10n-100.0.1/rm.xpi) = 427b8dbe4f2acb2ae727d30a5ad73d22c9321401d35b74a103d4a9e5e55f77793ebd8c55e5f073eba038ced31c4013f0ccc49aae2c6a7130a455342dc9f8f7e3 -Size (firefox-l10n-100.0.1/rm.xpi) = 541904 bytes -BLAKE2s (firefox-l10n-100.0.1/ro.xpi) = 98fdbf07a742ad8dd5ba88bb7ab50c5f2dab15bffa4a496064870a595ffdf01e -SHA512 (firefox-l10n-100.0.1/ro.xpi) = 3b54b0e25cc7ac164555b5d70b7c7675bca6d0b7969f0bcae32aeb6bd70bac0d7db3a3be970e5d68882d7b68e5915c973f535f2c657a133a18861e41bc5acd51 -Size (firefox-l10n-100.0.1/ro.xpi) = 528004 bytes -BLAKE2s (firefox-l10n-100.0.1/ru.xpi) = 2eafb0459f3ed011549735d5e3eb14ac08d5201d0a7fb4a919135304d89fe978 -SHA512 (firefox-l10n-100.0.1/ru.xpi) = c3a6abd3e1fc53e987429a12ff7d32df00a4dcc8b320f2e1ddb3ab9097ecb1f608bace25fae964375c9d05700e7a301696ea16556e40df6611ca047c20ca8443 -Size (firefox-l10n-100.0.1/ru.xpi) = 633361 bytes -BLAKE2s (firefox-l10n-100.0.1/sco.xpi) = f3842c31e68cf5f0acd586ae2b3814f6c825091fd2e227d30eb9b042c74a83f9 -SHA512 (firefox-l10n-100.0.1/sco.xpi) = 746d2dc557728a1e47290715748048884480db75e071859c3a94021443dde1174ebcafd395d76605ca6febd7bd7ba1f7dc733fbc52df5eea081593539501b7be -Size (firefox-l10n-100.0.1/sco.xpi) = 500186 bytes -BLAKE2s (firefox-l10n-100.0.1/si.xpi) = 98426edc908aa20bcbdf2503c4a59e2dbac26a03119b6836142f46797551c742 -SHA512 (firefox-l10n-100.0.1/si.xpi) = 203051b051c144eb7bdb13c45433c5a6f82efb3f714eb4ef176678dc75c1c7ad74edeca2c6e52aa2a4c25d8a6914dafaa4662b5f5604ef7f7e56d99d92b54d7f -Size (firefox-l10n-100.0.1/si.xpi) = 480899 bytes -BLAKE2s (firefox-l10n-100.0.1/sk.xpi) = 65c33edf4fe8638d0da7ab868bf400787b5fe267a89a834b6baed01e6a8b5eae -SHA512 (firefox-l10n-100.0.1/sk.xpi) = 0765f06d0a00f2f7a76c9b925ea6bd9a501b3905518f8de8e0ce135bfabec6e0424483e195506cb20d05c330ae5582c1fd849b91b9b81b52db1f5e9fab83d35d -Size (firefox-l10n-100.0.1/sk.xpi) = 571978 bytes -BLAKE2s (firefox-l10n-100.0.1/sl.xpi) = 37c7a4a5905df8f766ecae95e65b4434acee5c3b0d54febdbf3963dadd061d61 -SHA512 (firefox-l10n-100.0.1/sl.xpi) = 7091b83293da1dcec814419e659648a191861b277b72aa1b2e676dab01a6122ffe2ba448794db99c52785810c59ac4c91e379df1bbc05611684863ccff858f6e -Size (firefox-l10n-100.0.1/sl.xpi) = 543730 bytes -BLAKE2s (firefox-l10n-100.0.1/son.xpi) = f3fc5a0fdc1937ce9b8ca7c0fddfc5de88fd1221396fe9a481aab69190794bf7 -SHA512 (firefox-l10n-100.0.1/son.xpi) = a83c371770aaab6cfca1e2a6fa972bb14541c1383863f17f00dfb8990c745e7da71e28d7c3a050952aceff8ed6c2af6ff04fa20989f8dc61af5cde5af3c46c06 -Size (firefox-l10n-100.0.1/son.xpi) = 417299 bytes -BLAKE2s (firefox-l10n-100.0.1/sq.xpi) = 113641b8267d5f4844bd20d0d5c7b82ab41b7473b12e3d7dfc27d3fb38c34535 -SHA512 (firefox-l10n-100.0.1/sq.xpi) = 66192d58a901a2b65a37fda83256556dbd22c5d6ff8b75ae9c5f62b3d2ebf97120f322d3077654c146a7748396dc0ea1d8e0a5ec6d9c912639eb168dad7f0751 -Size (firefox-l10n-100.0.1/sq.xpi) = 560521 bytes -BLAKE2s (firefox-l10n-100.0.1/sr.xpi) = 639bdd0460e12b755a4f89d88f993347acbae77dc4446c02e2de1cf82f7f2b35 -SHA512 (firefox-l10n-100.0.1/sr.xpi) = a4f14c9cbfe3dac8648b0411c323a1d0acb29220ef92ce2a0180895bc17e245ee41ecc5c58e4b1c55693ccb1355e739f7019ef5effcef07fe18df4cfef549ea1 -Size (firefox-l10n-100.0.1/sr.xpi) = 585621 bytes -BLAKE2s (firefox-l10n-100.0.1/sv-SE.xpi) = 54af2ecf375a6a3499148a34042c31f5bcb8fc873c3508fa5f6bbf1a0a9467aa -SHA512 (firefox-l10n-100.0.1/sv-SE.xpi) = 64cf675e721f0654c6995d3724448f55d5ce940b4d1603f51a09b4ea0fca31339a9a7bb847a3d33030431238b7733d58c59276c10c129dcbdbbe2a3da75b8a96 -Size (firefox-l10n-100.0.1/sv-SE.xpi) = 544798 bytes -BLAKE2s (firefox-l10n-100.0.1/szl.xpi) = 68d3ca7fac7f073abcb817cb593412e496b011c6dac34b3e96bbd5ee73b6b7ed -SHA512 (firefox-l10n-100.0.1/szl.xpi) = a1bc681287537a52204dea8e72e4be778943f6c4261807017e42364efdfb4e9e83f02958a2a0e4ef3d02e17078b8345ae3290239575d1e4aeeeb052be172156d -Size (firefox-l10n-100.0.1/szl.xpi) = 503459 bytes -BLAKE2s (firefox-l10n-100.0.1/ta.xpi) = 2199269bf8ba0e279153642c6b708ac2bdc8885d726e7e2fd13c131c11bb9b11 -SHA512 (firefox-l10n-100.0.1/ta.xpi) = 13129b958b7fd87034616e2c727f8913dc714ce3b7926a58ca567b2c7710788953ed49597c0bb414b166c129b6e80639bc31246aad289e40993bd086962d4fa9 -Size (firefox-l10n-100.0.1/ta.xpi) = 508214 bytes -BLAKE2s (firefox-l10n-100.0.1/te.xpi) = 4b3b5655f0ad22e86cd5baebf41d32fd4634c1c4d9cb6daeb68b8066abefff04 -SHA512 (firefox-l10n-100.0.1/te.xpi) = fbb77a84820ef3f693d6aecbbd1ad72e395dc63935239ef1def760123827fcae9d8025ad7e6881c44026ed2394506f13e919041c47c648d80f9625e53cf3a42f -Size (firefox-l10n-100.0.1/te.xpi) = 546702 bytes -BLAKE2s (firefox-l10n-100.0.1/th.xpi) = dc834aa57b720d8e8ad2f0382882fc3a7ceeb6b9a98ece38fb5e9d90171b7ea1 -SHA512 (firefox-l10n-100.0.1/th.xpi) = 666914312224456098c83d39caa7fa54fa4f49868ccd3624d5f18ad8739e37f6eedc4f460352547ce4d77e6c96c4992d4fdd98382c4cc43ea2e8e65413034644 -Size (firefox-l10n-100.0.1/th.xpi) = 610753 bytes -BLAKE2s (firefox-l10n-100.0.1/tl.xpi) = 17539b5c6184233c28a95ec3d7b893ebc0759925603474e29bd627e12eeb6c4a -SHA512 (firefox-l10n-100.0.1/tl.xpi) = cffb3f9b262790438c42531ee2b481d067a59a46af8cf1283e90ba6da6b0b33eb1d1e56761227ad494a2c44599a24c54d5e938a2bbf97d36a2a8c4782de1fee0 -Size (firefox-l10n-100.0.1/tl.xpi) = 518032 bytes -BLAKE2s (firefox-l10n-100.0.1/tr.xpi) = 640ae7c74f18c8aec297fb60fa3ba8de2e2007027e13a1d989b925010d52f745 -SHA512 (firefox-l10n-100.0.1/tr.xpi) = 42a5de55228d3bb13b99d6050983ac10e9cbba73c9ae9ed8adeca973a1fa8fefc6a50ce1d313bc3d33cbc3574db2c4470fed0a3340a96c5bb861c354e060ff8b -Size (firefox-l10n-100.0.1/tr.xpi) = 558387 bytes -BLAKE2s (firefox-l10n-100.0.1/trs.xpi) = fbbcb090b2ea2c9c7f88eed029269c5f3eb0e9c7d4ffd5a4a6475ebe99f053bc -SHA512 (firefox-l10n-100.0.1/trs.xpi) = 6bf9071933d54768407a9c1506154dcbb9d5cbaf16f768caf8eef070284b151899c20b8519bb4f70204d633772f6f578b774ac45e3bd22ec8bd53c14b497feca -Size (firefox-l10n-100.0.1/trs.xpi) = 486843 bytes -BLAKE2s (firefox-l10n-100.0.1/uk.xpi) = e4049c999c12bf7eb3ee6cb9108ef3f36cdb3614068c5ea41d1a587440c2214d -SHA512 (firefox-l10n-100.0.1/uk.xpi) = 3a1a238b4d0d9ea174659888b4081ca216dd0a74cd6212a09c70172cf8b28dd2c1c9e32570fbda09647e230fab2743edb73c5938ba59ec4d42129c723d435bbd -Size (firefox-l10n-100.0.1/uk.xpi) = 627012 bytes -BLAKE2s (firefox-l10n-100.0.1/ur.xpi) = 645c8fcd55a240945c63d64b1577effc3ee0bfbcf24e00ad4ca8ebc23512eb1a -SHA512 (firefox-l10n-100.0.1/ur.xpi) = 663148b7887cae911f4071a5dc9cd0a58186d8f3925716d2e2eca4711e5e49c2c1a7edb89b878a66ae3e546fa26f4422518e74f501cfaf3f5721cb14cd07d867 -Size (firefox-l10n-100.0.1/ur.xpi) = 556884 bytes -BLAKE2s (firefox-l10n-100.0.1/uz.xpi) = 5811041fb663a032f06abf488e5d1fb55243a0c6088b7517aaddb1da3fd7c560 -SHA512 (firefox-l10n-100.0.1/uz.xpi) = 72074a5db6d5d1f292f58cfe1c6b3dcca5a5194a906f21580151df0386ac43c0349d829eb9cac81523f911707c031882f2365892251a58877bc054f1895f33c8 -Size (firefox-l10n-100.0.1/uz.xpi) = 473713 bytes -BLAKE2s (firefox-l10n-100.0.1/vi.xpi) = 04f408da0ee0ae4d3815bb7883658f3569e6774b412ffd65ec0890c88538e66f -SHA512 (firefox-l10n-100.0.1/vi.xpi) = 55591c9d564b88a245211121bef587dea0f4004bf44dc363749e09111e1be2f7beac0e064c7d90ba4ec232938691445236210b620cb3caa622085f0ddb9100bf -Size (firefox-l10n-100.0.1/vi.xpi) = 578677 bytes -BLAKE2s (firefox-l10n-100.0.1/xh.xpi) = b40114f27c9113c8866c973328217d1a4a4e13c09ed98ad433b92350f8164f27 -SHA512 (firefox-l10n-100.0.1/xh.xpi) = 63a02534b21f4e34f48430c4780da6ec7857f5c0b4b6335aea5b14880c0818bb9b6c28ebaa820a3003844a67e2a1074e7c9f427121b69084344cf1f6bff21de0 -Size (firefox-l10n-100.0.1/xh.xpi) = 419496 bytes -BLAKE2s (firefox-l10n-100.0.1/zh-CN.xpi) = eda172b98e396f411ef19e71214395210bc6d1319af61375de26c23e5e5a089a -SHA512 (firefox-l10n-100.0.1/zh-CN.xpi) = ef568853c2896081f763679225cceb1e24dcdc9f4a50adae716761b588286a15514fea8fab83bf9e7f5af61d345459a5804675d67ab96a7bc0a46e16f55b390c -Size (firefox-l10n-100.0.1/zh-CN.xpi) = 580543 bytes -BLAKE2s (firefox-l10n-100.0.1/zh-TW.xpi) = 1f3f9b0b4153b50253f16aa6047fce1e26f9ba5bf8228305a6e8955c63ab91b0 -SHA512 (firefox-l10n-100.0.1/zh-TW.xpi) = 0355193f3b7b82b3a5b2915eddb397fe439dee96bd36734f33b3e9b878c59f6e4bb3681d9db4514fb0219814ac8cb309b865b1ab2680ad26e4aac565d01bc253 -Size (firefox-l10n-100.0.1/zh-TW.xpi) = 581627 bytes +BLAKE2s (firefox-l10n-100.0.2/ach.xpi) = 2691faceb3f3a23f95eaf8b05b5fb49e90d286df2bdda851b304097188cae69f +SHA512 (firefox-l10n-100.0.2/ach.xpi) = b72811e44c0564a0dec0efb8f13840cae684882ec4aec50c265222c384bea54a0b5a77e6c3056c9d0ece59b5fc3b2fa3126e08d10b1e71af2759abd6469e510c +Size (firefox-l10n-100.0.2/ach.xpi) = 448908 bytes +BLAKE2s (firefox-l10n-100.0.2/af.xpi) = 44b2ff5a12edaf7a27a1bf8e7d4db2d4fd1a3fb92b85eaca13d50a427667232f +SHA512 (firefox-l10n-100.0.2/af.xpi) = e73f3905cc329fe55585f503b8f645f33707baf8d35eb8804e8a3ea138edfab30f9f8f377ea2993f64320add15c6f08ee2257fdf784d266ab2580c7f78081016 +Size (firefox-l10n-100.0.2/af.xpi) = 415231 bytes +BLAKE2s (firefox-l10n-100.0.2/an.xpi) = d0e236b908e99ec3c457453111cd29e95292c169b8ce85d243d8c921f71f1f43 +SHA512 (firefox-l10n-100.0.2/an.xpi) = 5d63b2c89c6539a0d28aff3c3c07c25f4587738ae2216d30519e64710deca49fbffd3aed07a16066e020fdd6d022f78fb33b985e12b30fc9b776d06f0dd5c1f4 +Size (firefox-l10n-100.0.2/an.xpi) = 495514 bytes +BLAKE2s (firefox-l10n-100.0.2/ar.xpi) = c99a4d4e93e2c0a4f2b16c1bcfb86c5d4399e7e96883baf9e845071fab7ae19c +SHA512 (firefox-l10n-100.0.2/ar.xpi) = 40481831e50d28e9bcdfcbbf8a524b2205630974c150d936c1f27c1d501a541ad7a303d5ddce1bb3169b5afd8f67369e5f86873a3ab4337f4428b070b3ef4b38 +Size (firefox-l10n-100.0.2/ar.xpi) = 564894 bytes +BLAKE2s (firefox-l10n-100.0.2/ast.xpi) = 2cebd58c99ca002e2b6b91ae45feb9f8a1f701ef4293b89138a3fd3785b65d3f +SHA512 (firefox-l10n-100.0.2/ast.xpi) = 2140a2bec1e7590ad75af83d9fce76078544f518722662b38f5d1a86899e6be973fa675091fe984db2d1f92f6db2d72b4b094edad232848a678712d44a2d32e2 +Size (firefox-l10n-100.0.2/ast.xpi) = 493289 bytes +BLAKE2s (firefox-l10n-100.0.2/az.xpi) = 35c7c550791e338d29bc6644ce3d75547d7f6388ba8c26399e60ef3765af1c03 +SHA512 (firefox-l10n-100.0.2/az.xpi) = 5607ea3218acd0a8db245d31f018442721ad2f83b96a3cebc756a80d40f7fb4bc56f214bcec837328e7e65bb0e8f91ea3197e815b7ba5078129afbc8dc25ea39 +Size (firefox-l10n-100.0.2/az.xpi) = 484098 bytes +BLAKE2s (firefox-l10n-100.0.2/be.xpi) = 67581e7ad1fa1eb4b870ae5064123b37c7586552d1df37ba94d02f4927a3e22a +SHA512 (firefox-l10n-100.0.2/be.xpi) = 373fd102311c76186c760b1c3b0beff7d553d327e0f7fbd26f235b8edc3bf0164dcc7a3bcd73d6af363387cb7ea0122e2c0b10483629e4df0b804215da884df0 +Size (firefox-l10n-100.0.2/be.xpi) = 628712 bytes +BLAKE2s (firefox-l10n-100.0.2/bg.xpi) = 74616ec77a2ce98b06f2468039197347091c6214e6c6791dae0cbd98acbb9d1d +SHA512 (firefox-l10n-100.0.2/bg.xpi) = da5b0ebe11089398b2809baec71989870ffc22b0525206433502eccd5abb839374f275f6df6c99b7a2b61ab3b3f6cc5a3be4846579d2677fdb9791bcab47c0d3 +Size (firefox-l10n-100.0.2/bg.xpi) = 566785 bytes +BLAKE2s (firefox-l10n-100.0.2/bn.xpi) = d01bebc0669264c7787ba6df079f6b9e2f88ed64f720c4e5e33941a18d708112 +SHA512 (firefox-l10n-100.0.2/bn.xpi) = e06d4ca29935e90b709c307d42d1c38ecf77c27f08e9943b4e4e1d2ca839ac32bab1fc353423acb61ce0621b645d214b2d7171dee08d09b41766afbf51ab1d3d +Size (firefox-l10n-100.0.2/bn.xpi) = 554545 bytes +BLAKE2s (firefox-l10n-100.0.2/br.xpi) = f3d966b41d1de4130cd3a043a14c727dc1dacbcacad7c43a6b7aa8d52587069a +SHA512 (firefox-l10n-100.0.2/br.xpi) = 029af21be70190176cbfec08c0a701bd4264d80458b1d7bfba1d5f82ef877710963505864ea4acd00f0d38e19d958be98df1fc7205733b86488a5db1da4e5247 +Size (firefox-l10n-100.0.2/br.xpi) = 530620 bytes +BLAKE2s (firefox-l10n-100.0.2/bs.xpi) = 9058241f809e30d0d7a1a57f06e721069f75717565bc45edae0c38c5cbf47905 +SHA512 (firefox-l10n-100.0.2/bs.xpi) = 191c3f79ad4a84d5a2a160f74e99359c4a2dfb48263f55cec0adb7bfcdf7833cef2dd84726ac429a17bca8b5be623206e94d990a60430bd0b598f42e9153f51c +Size (firefox-l10n-100.0.2/bs.xpi) = 459036 bytes +BLAKE2s (firefox-l10n-100.0.2/ca-valencia.xpi) = dfdd466159a06618958cb8991b0a44d9da690926cd7e5034d8971d46ac8de4af +SHA512 (firefox-l10n-100.0.2/ca-valencia.xpi) = 92dc4d4ebd280858ac62d5ce221a2a95259204460190bc06ee17ac70e502eebc1ac2ced88a08a401c7f1ce60af988d4ce41e047f2164a22ed32398b407319ae0 +Size (firefox-l10n-100.0.2/ca-valencia.xpi) = 536446 bytes +BLAKE2s (firefox-l10n-100.0.2/ca.xpi) = 7ee058fa3fb026b0dbc00b6a58c9b97691b5371392e0d4d12ede511609a9c2ab +SHA512 (firefox-l10n-100.0.2/ca.xpi) = bf92ffbbd7c2b76317c2b3e951eb412a4c623552d0e158ea3feb383c7a09faaa5058f29e48ee82bdf4153e08941b22c1a7511b5004c8eb844b8c72345d5fa03e +Size (firefox-l10n-100.0.2/ca.xpi) = 530221 bytes +BLAKE2s (firefox-l10n-100.0.2/cak.xpi) = 3e425218313d4c59036def0046ee4ae7f87945e4e76c203655d81c144e0c8abc +SHA512 (firefox-l10n-100.0.2/cak.xpi) = 13c51c5d06115b25bd80e0e543326ed7b90cf6ff843a97579c91ef077e834e74d43631aaaed37791d05331aef07e068b75ead57dd7fbd5ec5b1c5c0b95969456 +Size (firefox-l10n-100.0.2/cak.xpi) = 553416 bytes +BLAKE2s (firefox-l10n-100.0.2/cs.xpi) = b218f86c201fc5ac36a9fd1a4daf9f408775b4deceaa306efa0f86d587f18e1b +SHA512 (firefox-l10n-100.0.2/cs.xpi) = 5963ed28d92ffe3e2b255497c15edfd22eb84599378e809f9d9971925055548b554bcc41ccf6c93277d8918dbe5930c1ea3289ac07caaf8a96d16bfb88362671 +Size (firefox-l10n-100.0.2/cs.xpi) = 570174 bytes +BLAKE2s (firefox-l10n-100.0.2/cy.xpi) = 9981c482cbcbd65c18444381ed87b492b022bec04cc40c921b9ec0900b1fca6d +SHA512 (firefox-l10n-100.0.2/cy.xpi) = 03ab1d7a567d8d7bbe7fafba80cacca7910e6bf37b792f585ad6fed28e3e63c0300f9e69c9e234d64fdda22b240be60c274101508d446aa5e1f3a3c931058e7e +Size (firefox-l10n-100.0.2/cy.xpi) = 546994 bytes +BLAKE2s (firefox-l10n-100.0.2/da.xpi) = 67208c633cf134736c58ffc5d9a20339f93118d6a1a60aacb228517ffdd37325 +SHA512 (firefox-l10n-100.0.2/da.xpi) = 4f0ce5f74e88db120de708624c33f6158b41c2fc62d1a96389092112f6296446e66c2f8c28a5a347c201c028ccad3484f32c048b079d25582d03550ba493c639 +Size (firefox-l10n-100.0.2/da.xpi) = 538821 bytes +BLAKE2s (firefox-l10n-100.0.2/de.xpi) = 61fd820d82d432715cf38a7285105cad10ac794e28d15a3af54a3326b2ce10ff +SHA512 (firefox-l10n-100.0.2/de.xpi) = 2cbc41a337d08d97ffdb3b0a7807c801c61e47dfd825c7c9afb971cc290ac44c4cd1cfc5ee56cc57ce2c5b5029954375d84bb30c9fde0cbe427ef1d9d0c371a1 +Size (firefox-l10n-100.0.2/de.xpi) = 558692 bytes +BLAKE2s (firefox-l10n-100.0.2/dsb.xpi) = ee8713f3fde51492f23a8412ea36eb5056518fa3bdd312db48d53634a2f01271 +SHA512 (firefox-l10n-100.0.2/dsb.xpi) = cb59a9b9098c0317d98e94548c15ced8b73e1f287b704c5f785ecf14774437761a06966802137b913184bb69424c22f83677ca34d194e7587417b9fd3c6bf218 +Size (firefox-l10n-100.0.2/dsb.xpi) = 571806 bytes +BLAKE2s (firefox-l10n-100.0.2/el.xpi) = 44c19a513874ae6cc2c10479b74520aa4a0fbecfef3ad67579cfcd96fb861ed1 +SHA512 (firefox-l10n-100.0.2/el.xpi) = b898fb2ad0f0f6e5501a441bd115e4becd0b24edf128ba05403cf98250a492c1ae87f7d52f40b27f3b2a87a447163dd61f0d2c5c0736ae40a8d3ce68de8c5290 +Size (firefox-l10n-100.0.2/el.xpi) = 645056 bytes +BLAKE2s (firefox-l10n-100.0.2/en-CA.xpi) = 5157486789b43005780ebabc68b69267177a1135443660f9e95d611920c8732b +SHA512 (firefox-l10n-100.0.2/en-CA.xpi) = 6a7aee70989ad9711eb9bfcc502f9d2e2a66ef3a52a24ca4ea8bf5d5717298d544d9be124e8a6e8c4a66360d9c2b1c1646eaf57cf9e300723e63ba053f7764df +Size (firefox-l10n-100.0.2/en-CA.xpi) = 514201 bytes +BLAKE2s (firefox-l10n-100.0.2/en-GB.xpi) = c23b5cd8e0a5d16655cb175168c19fd4edd4125a4f40a5cb8c68a380c3cefeef +SHA512 (firefox-l10n-100.0.2/en-GB.xpi) = dc16798cda4e148c61edbe7a8c8432a6b4f99f4db56817fb1ec0384af9a75adc07908b55b6130f7f8add743fb390b9a0c905eb6a22cc1fa7e534cffe37f206e4 +Size (firefox-l10n-100.0.2/en-GB.xpi) = 514710 bytes +BLAKE2s (firefox-l10n-100.0.2/en-US.xpi) = eae983082df9aa94dedfbfd9cfc836532102d860fd5a8d7c674c27a3a1171ea0 +SHA512 (firefox-l10n-100.0.2/en-US.xpi) = 589d34e40024e403919a2888639d0f103a8a4d482ffa0e8523c6d10b713cba485aa9e610031b800c7d79ddebf149f553fa6456c7bc19c542585b5b6f0c2bac79 +Size (firefox-l10n-100.0.2/en-US.xpi) = 495739 bytes +BLAKE2s (firefox-l10n-100.0.2/eo.xpi) = 4cfb021806789199320b07a4f979a94c2d41d542679f4c91e38a71e0748d8512 +SHA512 (firefox-l10n-100.0.2/eo.xpi) = b446ada00bc271b7c82e98243d713303ee4c564c83b254ff3578b153635ab295e4680a487e86dc25c1cf2f6c9f451fa353d93d3e3942ed3323102dfa4f121a9e +Size (firefox-l10n-100.0.2/eo.xpi) = 540866 bytes +BLAKE2s (firefox-l10n-100.0.2/es-AR.xpi) = 16ffe82efb29ed26645d063463bf2cba246a2c44a5d888251fb8701b57a9c15e +SHA512 (firefox-l10n-100.0.2/es-AR.xpi) = 56cefe5b0c1f3c532cb4f3e0fe2e52f231568f887191db644d648ff0b698b3469661d999061d27bea94710946fb552c4b5e33a96f5735b1db35254cd834a9ef6 +Size (firefox-l10n-100.0.2/es-AR.xpi) = 551767 bytes +BLAKE2s (firefox-l10n-100.0.2/es-CL.xpi) = 667439673aff6cbe057a826786d091fd30dcf75088d0961aa7d0d7b0a2963eac +SHA512 (firefox-l10n-100.0.2/es-CL.xpi) = a7acb004f5248c266077e876ca5d81e6e5a668c3a4bdba916f5897fa338de6718b8c627a631ac4e1c1062991582f74a2ce4c45e86232767bd2c3a134fe34198c +Size (firefox-l10n-100.0.2/es-CL.xpi) = 550977 bytes +BLAKE2s (firefox-l10n-100.0.2/es-ES.xpi) = 6c1508e132d27b6f5707fa33867eeae4d8a0cab2ed8a0615fb3dab8d31b7dcfb +SHA512 (firefox-l10n-100.0.2/es-ES.xpi) = 35130242efa6cc087d36be650a60aed047c3315f7d6ab888e6fbc0ef67e7364b5b1c1aba1ece83c7250475b289ea906e8d63dfa258d9341b83dc10b1bf3ae01c +Size (firefox-l10n-100.0.2/es-ES.xpi) = 542250 bytes +BLAKE2s (firefox-l10n-100.0.2/es-MX.xpi) = fbd5fb4679e9c554f9f75187e647057136799254166b6e62d4fd1fb18898ea59 +SHA512 (firefox-l10n-100.0.2/es-MX.xpi) = fc71df4b58e7cdb26932eb7e9473e3c5424e78cd95a04c2ec31048915737cbd2b402493ec5054d0de8f37f1b357b36ef076ae0ebe91e86226c8a32d9407aa5ab +Size (firefox-l10n-100.0.2/es-MX.xpi) = 555137 bytes +BLAKE2s (firefox-l10n-100.0.2/et.xpi) = c95299367fa9ec3fa5546e45242530f994a2a621bd1e391ea55f62d00e40ebfd +SHA512 (firefox-l10n-100.0.2/et.xpi) = 3ee4f49a90d52e178945e110ec573f1bc1843c6e3ea8f6582a8f4717e43551c5fa32e34a7ef6692ea03530dfe530cf9319ee7bdbd5e02ad7b06fd39826122d16 +Size (firefox-l10n-100.0.2/et.xpi) = 532709 bytes +BLAKE2s (firefox-l10n-100.0.2/eu.xpi) = 13f7a2fdbbb7eac259877f19d0b0b1070e0d3cfe650e9c4791760d0a8a62f0bd +SHA512 (firefox-l10n-100.0.2/eu.xpi) = 571965f680832796c215cf92caa474489ec491680b86cacd89460bedcb1f7d6742bde4e5b26e243f8520de39bd4f56fa0efd13ca52ca66d47651e3c7a0dbb6eb +Size (firefox-l10n-100.0.2/eu.xpi) = 541404 bytes +BLAKE2s (firefox-l10n-100.0.2/fa.xpi) = ed2dad5235e51ff348f1b3a02555f62187c111a4515c54e6fb5cf143b40db974 +SHA512 (firefox-l10n-100.0.2/fa.xpi) = 60ea03beaf76198aeba39eb649e1960f2d9a8b2a12e26f933d78611bbbe3abe61147b81af707ae77f7327cc55d27408e1e860af0773cd82921f85764754c50f0 +Size (firefox-l10n-100.0.2/fa.xpi) = 561339 bytes +BLAKE2s (firefox-l10n-100.0.2/ff.xpi) = c444048b3ec2b56fcab7267a62b434a30809f8c53c77b27f5aef94504bc729ac +SHA512 (firefox-l10n-100.0.2/ff.xpi) = f63b523536e64f7cf552b4f13bb8fe8652e2e7a20edf4ae4e9d7ca95994632dfeee480e2a58523a8100275dd22cb7db38445b68440c54ca5a1c5703c1d830632 +Size (firefox-l10n-100.0.2/ff.xpi) = 468200 bytes +BLAKE2s (firefox-l10n-100.0.2/fi.xpi) = 1ad3f99534e93998179cacf22cc3cf8f7f6fd8f0bc76a7470e84bafa9ff336ca +SHA512 (firefox-l10n-100.0.2/fi.xpi) = 2781680f8c36e7770ca46b458d75ac5948e1c9bb1a6b4c6def58e0f59c902a6e76decd0d5d47ae9973e6af6a45e513722069fb65401cb65bc206e0e10d207913 +Size (firefox-l10n-100.0.2/fi.xpi) = 535254 bytes +BLAKE2s (firefox-l10n-100.0.2/fr.xpi) = f2611711a608875fed128901c9a7e789641e6563eb5d95925acb72d63fe71f1f +SHA512 (firefox-l10n-100.0.2/fr.xpi) = 951cdf413a73e1dba6f60757cffe4fee5d0e9de5b3ee38093d3a7556a7c28b1e07ffcd31f095b42e9c057e2b9c8d772aa5cb11724869cd9c7d60de81e2422adf +Size (firefox-l10n-100.0.2/fr.xpi) = 562953 bytes +BLAKE2s (firefox-l10n-100.0.2/fy-NL.xpi) = 830a8d444cfc35ec5c99a559a6b30e242877096797cd8a3ee4c26790f88633f0 +SHA512 (firefox-l10n-100.0.2/fy-NL.xpi) = 6d9e93b08db8a3bcde8b76b91ff8a65d6c9abff6d502c43fbcf2e98e53a6b4322bee5b1ab23da9314e39230b1d7701ded3a4b74fffc16dce1fc280a322525ae2 +Size (firefox-l10n-100.0.2/fy-NL.xpi) = 548090 bytes +BLAKE2s (firefox-l10n-100.0.2/ga-IE.xpi) = 770a359730d7cbd27c5a18c218886aefe53752f46073912a797d9ac88e241df3 +SHA512 (firefox-l10n-100.0.2/ga-IE.xpi) = c787ea5cb6de0a0e50f2d622136196d1ad5d326be7a207eec15362e4374efa01e76c00541d1d6ba7fca5d317fe6312c62a465ff5422dca212d968d7b75a2551c +Size (firefox-l10n-100.0.2/ga-IE.xpi) = 465450 bytes +BLAKE2s (firefox-l10n-100.0.2/gd.xpi) = ba80e5440a9dc919995258471e3060f976d34df8e3800aca1bdee1e43a56ead3 +SHA512 (firefox-l10n-100.0.2/gd.xpi) = c9add99072360cf1594b9073fd988b6a6546dcaba4f5f095d902c98adb147799fc276e9bddeeb8699ad45f4ccc68bf06db5fb3de6556e17a2034cc83c629d546 +Size (firefox-l10n-100.0.2/gd.xpi) = 528977 bytes +BLAKE2s (firefox-l10n-100.0.2/gl.xpi) = f63ab6fae1f0873ed0a7fa0b69fccb88801e09be24fb9db1c643e9552b42a0ab +SHA512 (firefox-l10n-100.0.2/gl.xpi) = 9ce976512d0eec7557e7b939a566902506a735da6db68882995928c7586ccc0dca28cb39e7d9c3c50d274044bb67f67a3412c393479e1bd0d163eab51228bd3e +Size (firefox-l10n-100.0.2/gl.xpi) = 542251 bytes +BLAKE2s (firefox-l10n-100.0.2/gn.xpi) = 289c3d4e8d496f8d42455f058bbe9b138b0f199ad6594cf9a5a211d3fcc95ed6 +SHA512 (firefox-l10n-100.0.2/gn.xpi) = 3329503c0ca01db5b39579b356d0891bd9bf13e5314fff4afbe4e572afd29408c766deb8376d9d81e5ff126b182e78ed101701c5c45e2c2f23e0852cd81456d8 +Size (firefox-l10n-100.0.2/gn.xpi) = 563267 bytes +BLAKE2s (firefox-l10n-100.0.2/gu-IN.xpi) = 5ab5d568153829f3b94ba8c8e21d3eac14b64ce4a1a17764130fefe875915bff +SHA512 (firefox-l10n-100.0.2/gu-IN.xpi) = 7c0c0f734f7f658daceab3aaeffef6392c5b382daf46859c3a1aff5b29af9f0dab8cd0c62718e045296cef143831976ef6f9f76faa760053007fac016ff51f28 +Size (firefox-l10n-100.0.2/gu-IN.xpi) = 525530 bytes +BLAKE2s (firefox-l10n-100.0.2/he.xpi) = 46b9fcf67b9ea78359aa748f8f9f9d7fa772ad023f7049e69514b1f07affa00b +SHA512 (firefox-l10n-100.0.2/he.xpi) = 4a28e976ecb3e478c86d3c44fd7d3dc9dcea1a67f33f9c0ce10a55dfbf6b39571593dee1da10148074d3f0a27de6c42ab4d080339bd5ee47083ea05a1f3abee2 +Size (firefox-l10n-100.0.2/he.xpi) = 561897 bytes +BLAKE2s (firefox-l10n-100.0.2/hi-IN.xpi) = 8ac1dec8cee059b40aa68808353324197747841a745b81a4217105bc48a405ed +SHA512 (firefox-l10n-100.0.2/hi-IN.xpi) = fb542ad6b0e2ab1203de730070ce0236d3bb3a98b2cd71c3c431d30d8ce7d6b0698daf7480c21df9505acf434e8a95e0365bcd429e4f366659ce680898b788cb +Size (firefox-l10n-100.0.2/hi-IN.xpi) = 556345 bytes +BLAKE2s (firefox-l10n-100.0.2/hr.xpi) = 3dbd3ec048879679f09faed177aecdcc54797636d98f0efdc6db892778a062f1 +SHA512 (firefox-l10n-100.0.2/hr.xpi) = 4caddf6aec18b7ab32585dcb0d4af9a544ced25d5b2df2b39ac2791c6cb50d161d25ec6dd0c5e0dc77f7c3d139e88527a0250990ca9a1549c390920555d2a7d2 +Size (firefox-l10n-100.0.2/hr.xpi) = 530211 bytes +BLAKE2s (firefox-l10n-100.0.2/hsb.xpi) = ae4c514cc66185faac769db014d64bc9964abf6f989913159f70f340cda5760a +SHA512 (firefox-l10n-100.0.2/hsb.xpi) = 07bbe8d9b824c26bcdbc78dbf306d6b61930a5c38141331dbdd289a4aad359231adc001498481284920b14195c8a6db411f21854d00e709d1419b417742e98f3 +Size (firefox-l10n-100.0.2/hsb.xpi) = 567858 bytes +BLAKE2s (firefox-l10n-100.0.2/hu.xpi) = f9246b17a050adf3fb66f2c30b55f63840d74cda08a2dc9a1d72dc9d4d33a50a +SHA512 (firefox-l10n-100.0.2/hu.xpi) = 4fd9a35ba4f0d79deb12cba6d9a12f2514c110ce9fd1d26d65a3e427e20c728632f3347ae9b70c20896be413f44c9188b031802ba113fc1d2d060c3f3ad7bb59 +Size (firefox-l10n-100.0.2/hu.xpi) = 571157 bytes +BLAKE2s (firefox-l10n-100.0.2/hy-AM.xpi) = 84359074dbc9dcc852303a902821cad74751ff651840b031ccd0c594b9086972 +SHA512 (firefox-l10n-100.0.2/hy-AM.xpi) = 3c5ade3a7b5bce5a541a9fb048961a8d9456293aed91c173c0d6534c0ceace9dc3861586b862f3f5a5add7fb4b5590579c3c4f2a9c33f905deec35634fc4e31d +Size (firefox-l10n-100.0.2/hy-AM.xpi) = 580142 bytes +BLAKE2s (firefox-l10n-100.0.2/ia.xpi) = 17a740e4ea8d6aa847a480b44704a6f7f6398eb0d7965042a7bf7ba7b4880b51 +SHA512 (firefox-l10n-100.0.2/ia.xpi) = 4319c9c09cc08ea9ab23a41a72784a75afbbde5992bdca1e216357695d34036e518d2cf04ba57dd72f29fd66cdc621918d32e71ee5b16747382e7d7eaeb58650 +Size (firefox-l10n-100.0.2/ia.xpi) = 537118 bytes +BLAKE2s (firefox-l10n-100.0.2/id.xpi) = e699e2d969df5467813468130a10f70a0daede90f868b1bda07f7e7bdbcfc01b +SHA512 (firefox-l10n-100.0.2/id.xpi) = 2137964634170205c068928b4061e898954bb2ae76b60de8a94296d7fbd7511949d981982382bacb410e71bd08a4e9e214653fec6199313cb4ab213090cd7f58 +Size (firefox-l10n-100.0.2/id.xpi) = 533686 bytes +BLAKE2s (firefox-l10n-100.0.2/is.xpi) = 6a29a9f05c4eeaf644ea1588d94b43804f7e1f207b59a7fb6876eed84341bd93 +SHA512 (firefox-l10n-100.0.2/is.xpi) = 0a9f8b9e7a98566317a1230a625cdeca9cbdb43da924f71a6283529ca33a84d267b6e3b32a52b7a92e9d9798ee46e261c91d6fad36e889659499ba68bc37621e +Size (firefox-l10n-100.0.2/is.xpi) = 540508 bytes +BLAKE2s (firefox-l10n-100.0.2/it.xpi) = 51d0b9d766598fcca69bcc8dce4872130021ebe118b71168acf83e0d944cb6a7 +SHA512 (firefox-l10n-100.0.2/it.xpi) = 53e8a86e2fde17aaba2da612a5532f776fe18c6b39d6ff73e878db3bc5f92634f9f6b144ecbcee8e14f5a461c63d23ed0c951c8559011c6321ca8295fa123f96 +Size (firefox-l10n-100.0.2/it.xpi) = 464283 bytes +BLAKE2s (firefox-l10n-100.0.2/ja.xpi) = 5db8a23d359cbb0e6770b85d53a046407cb0f472f151c8af495a7c2394b1b6df +SHA512 (firefox-l10n-100.0.2/ja.xpi) = 1ae733aff8cbfe1f49897039ea10e913c23c7099efa5f71796c5607f60ae048ce2e1100290def25422abf04dc2aa5bb96d6049d3c762818513932174cbfb6271 +Size (firefox-l10n-100.0.2/ja.xpi) = 593329 bytes +BLAKE2s (firefox-l10n-100.0.2/ka.xpi) = 59680ab8ab9e646b1ac50eb58346ebd4f025783ec5e20c87b238605c20628b25 +SHA512 (firefox-l10n-100.0.2/ka.xpi) = 9bcf40f46d742de250701bc85ddde9f2a14160e669834302585a69f2876068e215eee18362c6280f341d901db447bea0f615adce8f8a02fc638fc8534da3b539 +Size (firefox-l10n-100.0.2/ka.xpi) = 596397 bytes +BLAKE2s (firefox-l10n-100.0.2/kab.xpi) = 7055fa0031abadb28a54cfb32a69dde5d1ecd6a992e0a4d7f309828a62e6ce89 +SHA512 (firefox-l10n-100.0.2/kab.xpi) = 638dcdf7c6e47ea3b961063f9a0a2934196a24c545910909e9d81b6912fd33239191ad9a9b2d60c020e319cd92680fd752b9c4537920ee4ea0a6bbb0335ec84d +Size (firefox-l10n-100.0.2/kab.xpi) = 556375 bytes +BLAKE2s (firefox-l10n-100.0.2/kk.xpi) = 8f938c07c1e2d62616e4a58cda10d3673099ad4d0f2cbed5ac5faf1905e711ce +SHA512 (firefox-l10n-100.0.2/kk.xpi) = 63e43a1ca40beed1d985ebde376d6922c04bc618379600368a332903c2769ceac29f46d7620485a461ff6b2c7ddcdcf91e8a90823394719303c16d10ed359e75 +Size (firefox-l10n-100.0.2/kk.xpi) = 619251 bytes +BLAKE2s (firefox-l10n-100.0.2/km.xpi) = 76b4c09ece038b801c59c33427616930fe39a3171e08171380e8eee2efec028a +SHA512 (firefox-l10n-100.0.2/km.xpi) = 80bed25aa09c3e0c5a1f590a12cb250f8f5f523a5a8e93521d813160d74b1d4ec9d0d65d619a1a7d64dc22ca391d9d1044fb027d1bd4d18f7d2fa4d8ca46ce67 +Size (firefox-l10n-100.0.2/km.xpi) = 525505 bytes +BLAKE2s (firefox-l10n-100.0.2/kn.xpi) = 50f46b0b28e92228f1da4bab893e6e6d1c8d38e9e9114781f119ed941fbeb928 +SHA512 (firefox-l10n-100.0.2/kn.xpi) = 728b2539aff82f93c4f2ff25f9f4eb43baf6921fec615c840958cf26f4f97d30f82e86de18bf430c576a0aa33583c9eb79bc3a92f32b60834f723d4f5c771b58 +Size (firefox-l10n-100.0.2/kn.xpi) = 491373 bytes +BLAKE2s (firefox-l10n-100.0.2/ko.xpi) = 52c1ee4eb743bb8d80be8c02b4e3165db96456bc1c839cc17c9e9b5f0e075cfb +SHA512 (firefox-l10n-100.0.2/ko.xpi) = 5bc5cd1c46df48bcd677974cfc4ed6d6c7513cb6eaf7e0c6072d4b0929ef2b09bba410999656a71b80fc0ba0d8a3179ee68a9280cf17590ecf5d0705808bfd1d +Size (firefox-l10n-100.0.2/ko.xpi) = 584519 bytes +BLAKE2s (firefox-l10n-100.0.2/lij.xpi) = 24066d5d9284ff0f7c3098493189766d8c30e2edcd11291867077beb3e234de2 +SHA512 (firefox-l10n-100.0.2/lij.xpi) = f1bb61bebb2db026dec6aa0462f07177c397c591f7e31320abedf01827645dbd672c61a55a07078bfcf86738c77f18c971299675d38c44b7399740359cb2585a +Size (firefox-l10n-100.0.2/lij.xpi) = 466985 bytes +BLAKE2s (firefox-l10n-100.0.2/lt.xpi) = a12bd6fa2ff2b44d56339e734d3d421f5dc330b6b7e78c76bdf447d4f04d90a1 +SHA512 (firefox-l10n-100.0.2/lt.xpi) = e283e0e8cbec92683efecee443fb9b6a3866335c857b87b38e1d5d71f9f2e3c04233073e6b896b0fed215c83bc160293cbf770fc108d18dc24986f13f31dcec5 +Size (firefox-l10n-100.0.2/lt.xpi) = 560143 bytes +BLAKE2s (firefox-l10n-100.0.2/lv.xpi) = be91ffa34c09c6fc8d367e4260d3f0a63dfe75b500ec65036f4f949a36ee2bdd +SHA512 (firefox-l10n-100.0.2/lv.xpi) = aa7c066603cab7c728012dacd6f004fb1a463b932a2145e25aa24bfadce03b063c28a6a3a5f70777ef73246ff3904992774013f70691c3040dc7bac9c2ed2e26 +Size (firefox-l10n-100.0.2/lv.xpi) = 459191 bytes +BLAKE2s (firefox-l10n-100.0.2/mk.xpi) = 60f4d1bc98a77c4332bbee663596062e04580d6bbd095d181c37e2cbfd9ffbbe +SHA512 (firefox-l10n-100.0.2/mk.xpi) = 20967bad3582582a65b75e57a862d359f160e7c7b2b2249b203e91ee716f130797b16cb52d4a5e55ed4ec3b2479fa678af58964a661828c280308470368c7971 +Size (firefox-l10n-100.0.2/mk.xpi) = 468285 bytes +BLAKE2s (firefox-l10n-100.0.2/mr.xpi) = 9a850d7579e1bc25c08eee63cdf5c0e5a306410c72765a9e361a0b75eab95c97 +SHA512 (firefox-l10n-100.0.2/mr.xpi) = d6ecaa48e8958607271c0b89968c814a5141410c54add6f879c37942a5864dd6cbef1e9c781ff0ef1392eeda993d4acd65c54a5a22fd56e9b80724c006d4d4ba +Size (firefox-l10n-100.0.2/mr.xpi) = 528155 bytes +BLAKE2s (firefox-l10n-100.0.2/ms.xpi) = b98cad7ffe8f47bfa90fc39f37e117d3693d83a1518dea3f37dd3b3b1a79cd4b +SHA512 (firefox-l10n-100.0.2/ms.xpi) = f6445f6fbd3712df208b519a32e3cfd6df505b077ca47c85766ed5d6ef399a8ea67fc932d18b51ffc9c9df07547a51eed129b5b822554927107ac925419e361c +Size (firefox-l10n-100.0.2/ms.xpi) = 444146 bytes +BLAKE2s (firefox-l10n-100.0.2/my.xpi) = 51383a77896de573df35c8ab9586544b4bdcde8901b61d2afc1b35eb6faaae04 +SHA512 (firefox-l10n-100.0.2/my.xpi) = c09b60e837b82a26ccd98012686c5b684392dad2c85419bbacef43e4f4bde04a8e177729495597998b91e2d63568dfb4b819d68591946bc73807aa9eb4458185 +Size (firefox-l10n-100.0.2/my.xpi) = 507363 bytes +BLAKE2s (firefox-l10n-100.0.2/nb-NO.xpi) = e239fe14ac65b253be6dfb3decf7bff9cd5c377faf7b104de895d16559a80644 +SHA512 (firefox-l10n-100.0.2/nb-NO.xpi) = b923a91ff3552a9aaeaeb826dce307cb5b74bc88d6c8e0bfc99540130265178c54ca8a23e3e09867844b68158cf634a4dfe03af880d4cca7518bcc21a6655074 +Size (firefox-l10n-100.0.2/nb-NO.xpi) = 533783 bytes +BLAKE2s (firefox-l10n-100.0.2/ne-NP.xpi) = 7688c6c180d0f60aa665b21f9d9fef740cd336e311a8f65eaa419cab9d2e0b5e +SHA512 (firefox-l10n-100.0.2/ne-NP.xpi) = 5e83a3a459b99e6f0b1e64528bb37601d43ed388ca0aff6fd67627e28b33e40d2a0a36c7529a1e7625abcdde402c3528a8c6b42f0ece250e20d6b718924f2c8c +Size (firefox-l10n-100.0.2/ne-NP.xpi) = 482556 bytes +BLAKE2s (firefox-l10n-100.0.2/nl.xpi) = 7da24913f47feb0754428a4f3a223ba5be28533279650d4773c7ef65d7afb0fa +SHA512 (firefox-l10n-100.0.2/nl.xpi) = 6dcbc0dc82d8e4fa15ae7e39308b8a4ac38c884739675daa2e34b66dfe03e334753764662ec830596264d2af654eb5e2f7d4c1578ce34365ce042a0fb51ea8d8 +Size (firefox-l10n-100.0.2/nl.xpi) = 542300 bytes +BLAKE2s (firefox-l10n-100.0.2/nn-NO.xpi) = dfee4dfe8a2bc6e78538c2f2dbc70eca407796c46be027a16c1a8c2ce9cc93cc +SHA512 (firefox-l10n-100.0.2/nn-NO.xpi) = 4bfac8e0b5af2b11929c854cfc0e13780dd653db906780ae79635fc2c46a7112319639627539b7dfc979ad68df08b92478e68f7aee7f431c1256e663b6ce6399 +Size (firefox-l10n-100.0.2/nn-NO.xpi) = 536161 bytes +BLAKE2s (firefox-l10n-100.0.2/oc.xpi) = 149e1268f719c636ed57b5abda35cd738ba1543f566a0424af819d777d7146eb +SHA512 (firefox-l10n-100.0.2/oc.xpi) = 6854c13753f85f774630d4d3b2872f84a54063e3e818650a763019a744d305ad31ab4c9b9791dd358b4826f1df91c70cdcee98c6ae9be3363043f739e04bcc3a +Size (firefox-l10n-100.0.2/oc.xpi) = 556910 bytes +BLAKE2s (firefox-l10n-100.0.2/pa-IN.xpi) = e764a3bab7c07b6c217378cd75988ac744f29559701f84dc9ad0a49becdc53e8 +SHA512 (firefox-l10n-100.0.2/pa-IN.xpi) = 1c41628135bd84b844c5ba3a49f29c2995a57117e66c1e13b20f3158c8578a986dc74079bd4afb8a8f3deda2ee5a20e6da643a4269274f3842836440470eacc5 +Size (firefox-l10n-100.0.2/pa-IN.xpi) = 600283 bytes +BLAKE2s (firefox-l10n-100.0.2/pl.xpi) = acdc7cdcede04933f595e288ccd546485e2d83d90a6fadb75ce4e245cf0783b8 +SHA512 (firefox-l10n-100.0.2/pl.xpi) = c4130d875b91ebdb98562aaecc7c5f2fc263d2891176eb6f18c23028ef287c42151cf2575d867bdaa3edd393ea1dc79dc484aad1d808e490951022206bdcc6b4 +Size (firefox-l10n-100.0.2/pl.xpi) = 562524 bytes +BLAKE2s (firefox-l10n-100.0.2/pt-BR.xpi) = 7e6e1868f4ba458d80c855bb7fec6bca4779cdd53fef7dd0086fbe58207d5998 +SHA512 (firefox-l10n-100.0.2/pt-BR.xpi) = da04b151cbf1d0a4364d4b6f885a78c911c73f18fdc293340e88eedbafd7d5c65ec95f8e81d717eb79febc55e62d2338a13eef5cba5f19603385797ec905619c +Size (firefox-l10n-100.0.2/pt-BR.xpi) = 547570 bytes +BLAKE2s (firefox-l10n-100.0.2/pt-PT.xpi) = db52eb5bf3be4885c5cd9af2161fb48c37ced37a3c861dc86226a5b57d3135bd +SHA512 (firefox-l10n-100.0.2/pt-PT.xpi) = bcabff262e695985dedd14d8cd072c5f681a82b9e67a63e037517d29d46fe1d399dbda5f963e372f4a2b5cd123561d020e5029f6f39e0f5fe9942c796a1bf3ad +Size (firefox-l10n-100.0.2/pt-PT.xpi) = 551059 bytes +BLAKE2s (firefox-l10n-100.0.2/rm.xpi) = ccf8243ed14990b200e857fbe6e694bf97d2cff631e418f2bf9b515c14887111 +SHA512 (firefox-l10n-100.0.2/rm.xpi) = 9a0d4be1e804c3dd597e30506cd1065772f4aa7d8ad5599c77855c3e55a2f7d948df4d0661363f926e9324e557aabe689c94e4b22367768ff40af9b4dbc5f4df +Size (firefox-l10n-100.0.2/rm.xpi) = 541906 bytes +BLAKE2s (firefox-l10n-100.0.2/ro.xpi) = 8bf236ca917de7b9f25b5f49c78498e13cc51a489cd86642b61b303358e1c0f0 +SHA512 (firefox-l10n-100.0.2/ro.xpi) = 3c6b5385eb4fbc8b06f4a36f48bb05f77df92e5cc31cb1f0fdc7e9244319e43e0c6ca4530fce753e91ddba0d22984769bddd36d13a0546049a24c046841cdc5a +Size (firefox-l10n-100.0.2/ro.xpi) = 527992 bytes +BLAKE2s (firefox-l10n-100.0.2/ru.xpi) = cdf19ce4673f81ce99053c433b3dd106bbe26d45372b39b56d00be6c53874768 +SHA512 (firefox-l10n-100.0.2/ru.xpi) = 4d42aee1544ff6c862af51f5456371eecb50b4e0b889af31b50aa430bd46cfd6219a9d56585d7df5e97fe9c4486388d23439328500e3efeb4e77a26116ed587c +Size (firefox-l10n-100.0.2/ru.xpi) = 633347 bytes +BLAKE2s (firefox-l10n-100.0.2/sco.xpi) = 0e2ef25b4e6c4e335e76c98257228f23f3db6d260876f1fc7a8c5b9be2201b98 +SHA512 (firefox-l10n-100.0.2/sco.xpi) = 70c78f5679fddd52e13f65ad42a634254b94a92fc9daf6294e99608a2658a9db8f111ce6b2f27f8cbc66c1d708715747d833a7986d66d7c022948fcfc4f17921 +Size (firefox-l10n-100.0.2/sco.xpi) = 500179 bytes +BLAKE2s (firefox-l10n-100.0.2/si.xpi) = 37ee47ff17f83ef506cd91c8ba68f25a318a5416151c004334b2474c006a1425 +SHA512 (firefox-l10n-100.0.2/si.xpi) = 70d0b82544ba5eb58342ccf6a68a91722dc7c4fd67be96ab31bcb010a1689167087e93d0c9e8cb197123eb4a4c027f403b7179f8b8ed2e0a180ceafcf1097955 +Size (firefox-l10n-100.0.2/si.xpi) = 480907 bytes +BLAKE2s (firefox-l10n-100.0.2/sk.xpi) = 0edaba0e4495444f9c5d72611d101fda1dc50e4312497299dc514588fe2313cd +SHA512 (firefox-l10n-100.0.2/sk.xpi) = 28fb612cfa91fefa755deba5b2ea2fc55bc2588cb6982153271e2e325bb69a9adf9fa574c734d06feab197dee05056e62bb3ffa1f281861c3e78f76bbfb4f7ee +Size (firefox-l10n-100.0.2/sk.xpi) = 571976 bytes +BLAKE2s (firefox-l10n-100.0.2/sl.xpi) = c42a1a4637963ef288abf44678b07cee3df187edd2e4f91f4af698421387a2e7 +SHA512 (firefox-l10n-100.0.2/sl.xpi) = 2590fa421baa40b02a7541142162482b2bc42e5be8838092087c91bc7aea8467d0ecd3cf8d236471fe9dc62dff3d0146fec4df89b7cb020d91f1a843c2b9cb09 +Size (firefox-l10n-100.0.2/sl.xpi) = 543732 bytes +BLAKE2s (firefox-l10n-100.0.2/son.xpi) = 1ef96de51ee45a71bb24f1b5eaec9d82ee8bbbe1de5e0eb8685a356bd9be0e38 +SHA512 (firefox-l10n-100.0.2/son.xpi) = f8d349eb4f2c5d6a1939c9355dee9484884c5e8b8141d0a04d66ec6d472f636d1cc0c46f06165c6dc71eedc1b1b7c29cdc2c097754f2f2d7b8aad048d55ee34e +Size (firefox-l10n-100.0.2/son.xpi) = 417297 bytes +BLAKE2s (firefox-l10n-100.0.2/sq.xpi) = 7225949311548446764a0bc4c59e3be355c362db524682902445b97519068c85 +SHA512 (firefox-l10n-100.0.2/sq.xpi) = 31f873a72cc38047f95f4f1c088233efdb6ef04b2a84e27f144c1b4e91a996ec18b22de7404e98c8b249f5ff985da2c0968e7f0671ae8c401820002005126eba +Size (firefox-l10n-100.0.2/sq.xpi) = 560523 bytes +BLAKE2s (firefox-l10n-100.0.2/sr.xpi) = 863ac4fc6f0ebb64f76b632dc58c5557c26c7827d9f7c740a6ebacb4e1db1195 +SHA512 (firefox-l10n-100.0.2/sr.xpi) = 05ae0a2f4bbcc73bcdd7fb822525c280951ae40a8f8f474138ccacd245af91c81a7de794933cb1232d58ec69b6c17d5518894ea81ed0fc87a7c7d284462d354b +Size (firefox-l10n-100.0.2/sr.xpi) = 585612 bytes +BLAKE2s (firefox-l10n-100.0.2/sv-SE.xpi) = f4f946660bc659292c63c22bd5445922e5ad1fd2a0bf109257cb6c0691e4b1bd +SHA512 (firefox-l10n-100.0.2/sv-SE.xpi) = f56d62e638954efc1cbc138565cce0a6cf93dfcef29cd68ecb9800309d3b25412ef65a1960a7be59aa18eb0cf9d22204f892ac9ce3c459312f2169c6f4f520bd +Size (firefox-l10n-100.0.2/sv-SE.xpi) = 544804 bytes +BLAKE2s (firefox-l10n-100.0.2/szl.xpi) = 833cafe6653c3cbe1e08c12aeeec649fa2619eabd9c8dc5294ee1410a16b763d +SHA512 (firefox-l10n-100.0.2/szl.xpi) = b7de61c8b2d254ffe3301f0c230f958c17bd43f9cabe93327f422dfcfce0073e326a1f587d4814f25479b7e330beadd8200d25fe68177f7aa63c98eb0828854b +Size (firefox-l10n-100.0.2/szl.xpi) = 503466 bytes +BLAKE2s (firefox-l10n-100.0.2/ta.xpi) = 81ca698e6959d64719428ebbc14b2f924ca477eeb1bd957f6173872aaaf77daf +SHA512 (firefox-l10n-100.0.2/ta.xpi) = 376ba1fb183a78fe22cf0204b1d7da34ec80b569a0bd4036d23db30d2326d9cb49fbc618eb21aaa1095112dbfd0b23db867b2e2707c0825c6530c6c467ce984f +Size (firefox-l10n-100.0.2/ta.xpi) = 508222 bytes +BLAKE2s (firefox-l10n-100.0.2/te.xpi) = 336fd933e089853f2bbb9a4961ad0fac7a9f67e739c7e384b3b1a7235a4211b6 +SHA512 (firefox-l10n-100.0.2/te.xpi) = 0b195a8521a86202f7bc80e412e8a8c9459f5c91b1fd05164dce21100f2d7f844dab384c7b52282bdceae23795719afcc0cf4f53c16505dc569f0bf99c892020 +Size (firefox-l10n-100.0.2/te.xpi) = 546700 bytes +BLAKE2s (firefox-l10n-100.0.2/th.xpi) = 5b337ed495ebe3337059210fc7891a813ee02c0fae2d21d93b81edc955bf45cc +SHA512 (firefox-l10n-100.0.2/th.xpi) = fa6ae7f8cc95116c3b1ecc4d95e4860d9d3cf8c33c5d546e3bbf3bcb4f4636b6d6d0737f7755d06584bb55a52f9d7a2066fcaf3ba472cab4bed10f70a81551d3 +Size (firefox-l10n-100.0.2/th.xpi) = 610751 bytes +BLAKE2s (firefox-l10n-100.0.2/tl.xpi) = 066a7e4beb7fd5b99a4fd8d564c518ee8931b2e297877f0daf5f071b98cde3fe +SHA512 (firefox-l10n-100.0.2/tl.xpi) = 10a81826682bc8915bc3171069ebbc733c4fb69beae7da9a20e44a67f3aa27f67c49d9f0b747ff7c59cfcaaa1d1588a87d2972dd8a115e28fe7c8dfb7c60ced0 +Size (firefox-l10n-100.0.2/tl.xpi) = 518031 bytes +BLAKE2s (firefox-l10n-100.0.2/tr.xpi) = 295804405ead1d0e23bf25ac49942a08236cc4340a4b8541212d725c962210bb +SHA512 (firefox-l10n-100.0.2/tr.xpi) = 7162e5b6363b895f12699eb64c6f0357b25aa6d81936f8a6fd6e2929c5254898fbb6cf79341b7ada101807998ef950f31e7ad1097db808577994310a675d81a6 +Size (firefox-l10n-100.0.2/tr.xpi) = 558392 bytes +BLAKE2s (firefox-l10n-100.0.2/trs.xpi) = d29b772d0c61bde120413927d12ca800853022ba8a764e6502755f251d354f56 +SHA512 (firefox-l10n-100.0.2/trs.xpi) = 51613f6c3303eda6304bb1782c3759dd9bfb46a2cdedeb317021acf2c4a2553709a6dfe57c172fe585e8d15116fb8bee6a9f60dfd5a43d427cabbae55467cd16 +Size (firefox-l10n-100.0.2/trs.xpi) = 486855 bytes +BLAKE2s (firefox-l10n-100.0.2/uk.xpi) = 65953e4dbbb9d13dc1096122282ec1ba76534f70edce07ec72e8bfc759b009f1 +SHA512 (firefox-l10n-100.0.2/uk.xpi) = 097e956c3252abbb1fc1a84b64967897238691d71be17028e8f86b9bb72398967f54d574faaa5490040bdac6a75c7f2eb1261a7a3bcd586bc0ecc90ba94c4d95 +Size (firefox-l10n-100.0.2/uk.xpi) = 627003 bytes +BLAKE2s (firefox-l10n-100.0.2/ur.xpi) = de13dfd3f8219fcf6f32cad5a78d8eeddac6fb52f969d6598bba89cba6b7838f +SHA512 (firefox-l10n-100.0.2/ur.xpi) = e438638d0e0fd6afeb81722912c66019ed603f1957ed47f41737aba03deebb1882e68583ad2965baff4c2848d04ae3188da6f9d3a528b015803989dab2930762 +Size (firefox-l10n-100.0.2/ur.xpi) = 556902 bytes +BLAKE2s (firefox-l10n-100.0.2/uz.xpi) = 2932ec5d305f291eb91fcab10fde6989a83c693447f311c27df4a56b945e8e66 +SHA512 (firefox-l10n-100.0.2/uz.xpi) = a4c1e7932b182a92d9f1353f01907fadb973260b70e422be16d04ab8820c2521701829e81dcb409bb2d5cc978fa37baa11e85a8baab0aa06c74da7c699bb3792 +Size (firefox-l10n-100.0.2/uz.xpi) = 473715 bytes +BLAKE2s (firefox-l10n-100.0.2/vi.xpi) = cf5d0a7d8aaac055a864154bc29c8e10d64be148cd6b7130912067003cebf862 +SHA512 (firefox-l10n-100.0.2/vi.xpi) = a90d159e1fd2fbb73a6b59bca01e82ad9ab77b9da70352f237af7e755dfd0e8899ac22f2a220ec2fe41e6058b13cb3744ed25226d0abbe95eb56346af66fa56f +Size (firefox-l10n-100.0.2/vi.xpi) = 578683 bytes +BLAKE2s (firefox-l10n-100.0.2/xh.xpi) = 48a2a3060584100d2a82bc877e54aec166eccad0fd2a93e34e89c403cceaa40d +SHA512 (firefox-l10n-100.0.2/xh.xpi) = d0d5ed325d2cd6a4a62588985ca301daaf2c6c47ecc316340430a07a365db5f551e77584729bf61fd892b4e6dae7b5bfda646c562bc846321375dea6b694208d +Size (firefox-l10n-100.0.2/xh.xpi) = 419501 bytes +BLAKE2s (firefox-l10n-100.0.2/zh-CN.xpi) = 32605c28beca20b850136fad327be31f01fa835e918071c29990abe2c9686fd2 +SHA512 (firefox-l10n-100.0.2/zh-CN.xpi) = ca868ca64d0acf5f0ebb9fbdcad25a3935d3ba7156b0d05b86779a8a21f45d42a74ad6cc9a176d96bd7e38b554e02ecd987d9b1c4e9fc3a4149c4eb3e45df54e +Size (firefox-l10n-100.0.2/zh-CN.xpi) = 580540 bytes +BLAKE2s (firefox-l10n-100.0.2/zh-TW.xpi) = b54ea766c6f05ce0470a8b2348db433363f7743db33c33287cb416bd1fd66e35 +SHA512 (firefox-l10n-100.0.2/zh-TW.xpi) = 26e737abf949f171a4f03d8bd16dfb6422e89f7f177e40db5f49d03d1b41638580d3e2dc1ed72d857b4c9ba322f88206a25da43ae1c0b5b59543bb42c73da301 +Size (firefox-l10n-100.0.2/zh-TW.xpi) = 581632 bytes From e4d6666d0948a04888f6d72f39b677d837de2724 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sat, 21 May 2022 14:46:47 +0000 Subject: [PATCH 0761/1154] doc: Updated www/firefox-l10n to 100.0.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7786a06c88c44..2a95397c43bc9 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2660 2022/05/21 14:45:56 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2661 2022/05/21 14:46:47 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4105,3 +4105,4 @@ Changes to the packages collection and infrastructure in 2022: Added math/R-bdsmatrix version 1.3.4 [mef 2022-05-21] Updated math/R-bbmle to 1.0.25 [mef 2022-05-21] Updated www/firefox to 100.0.2 [ryoon 2022-05-21] + Updated www/firefox-l10n to 100.0.2 [ryoon 2022-05-21] From bd681bb36c596401c76789bac8434c5fc5860c86 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 14:46:57 +0000 Subject: [PATCH 0762/1154] (math/R-psych) Updated 2.1.6 to 2.2.5, explict NEWS.md unknown --- math/R-psych/Makefile | 12 +++++++++--- math/R-psych/distinfo | 8 ++++---- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/math/R-psych/Makefile b/math/R-psych/Makefile index 97d676ed9e176..7d5422bc6eb1b 100644 --- a/math/R-psych/Makefile +++ b/math/R-psych/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2021/09/19 23:51:41 mef Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/21 14:46:57 mef Exp $ R_PKGNAME= psych -R_PKGVER= 2.1.6 +R_PKGVER= 2.2.5 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/psych/ @@ -10,8 +10,14 @@ LICENSE= gnu-gpl-v2 DEPENDS+= R-mnormt>=1.5.4:../../math/R-mnormt #Packages suggested but not available: -# 'psychTools', 'GPArotation', 'lavaan', 'Rcsdp', 'graph', 'Rgraphviz' +# 'psychTools', 'GPArotation', 'lavaan', 'Rcsdp' #TEST_DEPENDS+= R-graph-[0-9]*:../../math/R-graph +#EST_DEPENDS+= R-psychTools-[0-9]*: +#EST_DEPENDS+= R-GPArotation-[0-9]*: +#EST_DEPENDS+= R-lavaan-[0-9]*: +#EST_DEPENDS+= R-Rcsdp-[0-9]*: +#EST_DEPENDS+= R-graph-[0-9]*:../../wip/R-graph +#EST_DEPENDS+= R-Rgraphviz-[0-9]*:../../wip/R-Rgraphviz .include "../../math/R/Makefile.extension" diff --git a/math/R-psych/distinfo b/math/R-psych/distinfo index e1394b87e56dc..68ded97c06c89 100644 --- a/math/R-psych/distinfo +++ b/math/R-psych/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:55:31 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/21 14:46:57 mef Exp $ -BLAKE2s (R/psych_2.1.6.tar.gz) = f43fd8fd7de7447ec1f27c5ae07d9688ba4b186eb5dc0e2b684edc35d77ba147 -SHA512 (R/psych_2.1.6.tar.gz) = 472737630eea5da494fd6941e5a77696ac06e5099f8e811a42b563c52716c6516d47474458f59c3c3b024c21724b7d5047d6d656b1b7e7ac736cd47b88a87203 -Size (R/psych_2.1.6.tar.gz) = 1989861 bytes +BLAKE2s (R/psych_2.2.5.tar.gz) = 0ce6d7ba6c8ee0fc1f7faeaa72be89112ac9ddd82af29019e9ad4220b0cd1fc0 +SHA512 (R/psych_2.2.5.tar.gz) = a804bad30bd08aa73ffc24c03d3c68fa8b60595a6ecc8b10e3652d0d7a71509943617b49ee038c7c618528f34333cb2bcbf6b88f6a783655c48aad87a0b05770 +Size (R/psych_2.2.5.tar.gz) = 1566977 bytes From 467df38e2fd2f749fd2c6d4f8f4f59779821d270 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 14:47:06 +0000 Subject: [PATCH 0763/1154] doc: Updated math/R-psych to 2.2.5 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2a95397c43bc9..1b531a2732f7b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2661 2022/05/21 14:46:47 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2662 2022/05/21 14:47:06 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4106,3 +4106,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-bbmle to 1.0.25 [mef 2022-05-21] Updated www/firefox to 100.0.2 [ryoon 2022-05-21] Updated www/firefox-l10n to 100.0.2 [ryoon 2022-05-21] + Updated math/R-psych to 2.2.5 [mef 2022-05-21] From cdba61a17a9ea6f2f9f5b640d244cebdd62ee55e Mon Sep 17 00:00:00 2001 From: ryoon Date: Sat, 21 May 2022 15:01:00 +0000 Subject: [PATCH 0764/1154] py-PyRTL: Add upstream pull request URL to a patch --- cad/py-PyRTL/distinfo | 4 ++-- cad/py-PyRTL/patches/patch-pyrtl_visualization.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cad/py-PyRTL/distinfo b/cad/py-PyRTL/distinfo index 5e7e87ccd5df4..74e5c648be26f 100644 --- a/cad/py-PyRTL/distinfo +++ b/cad/py-PyRTL/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2022/05/19 15:59:04 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2022/05/21 15:01:00 ryoon Exp $ BLAKE2s (pyrtl-0.10.1.tar.gz) = 9cfd2f3c21ddb36d47607efe9d371201cb2405eab9ad0c83c14c6187337caf1c SHA512 (pyrtl-0.10.1.tar.gz) = 84a9c8da6e793d7740a38753ff8ae96b16e734e6024ce2df8b15df6e469ccedbd2a4f9019882d985c8842c73a4d7d4d2637d8ca071cfd9429ed27f3f07471b7f Size (pyrtl-0.10.1.tar.gz) = 199543 bytes -SHA1 (patch-pyrtl_visualization.py) = 2b7bdb0171fa13e8c9d0317b782c6d0a5fc80b66 +SHA1 (patch-pyrtl_visualization.py) = dcadaf59dcef4a5bc4df681ac8e88897d38fc1ad diff --git a/cad/py-PyRTL/patches/patch-pyrtl_visualization.py b/cad/py-PyRTL/patches/patch-pyrtl_visualization.py index 9ea6fe1b22302..a08b07c8be4da 100644 --- a/cad/py-PyRTL/patches/patch-pyrtl_visualization.py +++ b/cad/py-PyRTL/patches/patch-pyrtl_visualization.py @@ -1,6 +1,7 @@ -$NetBSD: patch-pyrtl_visualization.py,v 1.1 2022/05/19 15:59:04 ryoon Exp $ +$NetBSD: patch-pyrtl_visualization.py,v 1.2 2022/05/21 15:01:00 ryoon Exp $ * Support SVG output with py-graphviz 0.19 or later too. + https://github.com/UCSBarchlab/PyRTL/pull/416/ --- pyrtl/visualization.py.orig 2021-09-02 19:11:31.000000000 +0000 +++ pyrtl/visualization.py From 35edfd0eb99e6b797644401d0e643b6403aab845 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 15:14:19 +0000 Subject: [PATCH 0765/1154] (math/R-robustness) Updated 0.93.8 to 0.95.0 (inst/NEWS.Rd or https://cran.r-project.org/web/packages/robustbase/news.html) NEWS R Documentation News for R Package robustbase CHANGES in robustbase VERSION 0.95-0 (2022-04-02, svn r894) BUG FIXES * huberM(x, k) now also works in small sample cases with +/-Inf, e.g. for x = c(-Inf, 1). NEW FEATURES * New huberize() utility, notably by default used in mc(). * mc() now by default uses doScale=FALSE in order to guarantee convergence also in extreme cases when used together with new c.huberize = 1e11. Both are not back compatible but clearly better in extreme cases, as assessed by Lukas Graz' BSc thesis. Note that the behavior of the new default doScale= FALSE has been amended in the C code to be more compatible in its eps checks with (the previous default) doScale=TRUE. Lastly, a message() is printed currently, at most once per R session, whenever mc() is called without an explicit specification of doScale=*, alerting users to the changed default. This message can be turned off by setting options(mc_doScale_quiet = TRUE). * New dataset data(x30o50) as an example of potentially problematic data, not just for mc(). Misc * rather "truncating" +/-Inf to , use NA.OK = TRUE in Qn() and Sn()'s .C() call. * Our C code no longer uses the DOUBLE_* constants from S, but rather standard . CHANGES in robustbase VERSION 0.93-9 (2021-09-27, svn r888) BUG FIXES * Qn(x) and Sn(x) gain an na.rm = FALSE option and now work when x has NAs and contains +/- Inf. Misc * No longer include 'Rdefines.h' as it is somewhat deprecated. * In 'src/lmrob.c' add USE_FC_LEN_T and use FCONE rather than the older FCLEN approach. --- math/R-robustbase/Makefile | 4 ++-- math/R-robustbase/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/R-robustbase/Makefile b/math/R-robustbase/Makefile index 47a8a75c2a839..a76d2d312329e 100644 --- a/math/R-robustbase/Makefile +++ b/math/R-robustbase/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2021/09/20 00:10:53 mef Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/21 15:14:19 mef Exp $ R_PKGNAME= robustbase -R_PKGVER= 0.93-8 +R_PKGVER= 0.95-0 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Basic robust statistics diff --git a/math/R-robustbase/distinfo b/math/R-robustbase/distinfo index 186b5a40ff3ab..47e24f8c8870f 100644 --- a/math/R-robustbase/distinfo +++ b/math/R-robustbase/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:55:32 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/21 15:14:19 mef Exp $ -BLAKE2s (R/robustbase_0.93-8.tar.gz) = 90f534e37e072eea02a9250b6c973ea2aaa3337f38e2c3c1a1ddbda83fab4d06 -SHA512 (R/robustbase_0.93-8.tar.gz) = 1e6d2f7dd90bd9b095953f80bd59a008b410f13c05641e67ea43ee85ebfd5dc4d6c7908e0a3426cd6cee7e8f13ab1ed71443abe153988dac08de927369818181 -Size (R/robustbase_0.93-8.tar.gz) = 2334489 bytes +BLAKE2s (R/robustbase_0.95-0.tar.gz) = 7cf9ae6f227087d6ce13e8c38a5f01a224d99805c8b1fd062fd6562797637b39 +SHA512 (R/robustbase_0.95-0.tar.gz) = fbb22db1a4a7363c928b9e6a8a450160bc53e7f996f2184af57c9c38d4877699d7cff31405caba97c886f8b61dd4ab677164ee3ccbcc1ea0360b268e836df800 +Size (R/robustbase_0.95-0.tar.gz) = 2295699 bytes From c9f4192e489018a2495106288b9b2f3a2e6b199e Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 15:14:29 +0000 Subject: [PATCH 0766/1154] doc: Updated math/R-robustbase to 0.95.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1b531a2732f7b..7eb073eee583d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2662 2022/05/21 14:47:06 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2663 2022/05/21 15:14:29 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4107,3 +4107,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/firefox to 100.0.2 [ryoon 2022-05-21] Updated www/firefox-l10n to 100.0.2 [ryoon 2022-05-21] Updated math/R-psych to 2.2.5 [mef 2022-05-21] + Updated math/R-robustbase to 0.95.0 [mef 2022-05-21] From 05aa33154f21ea9c205309ebd13ea94cd1551b71 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 15:27:28 +0000 Subject: [PATCH 0767/1154] (math/R-insight) Updated 0.14.4 to 0.17.1 # Insight 0.17.1 ## New supported model classes * `deltaMethod` (*car*), `marginaleffects`, `marginaleffects.summary` (*marginaleffects*) ## General * `get_predicted()` now supports models of class `iv_robust` and `ivreg`. * For `get_predicted()`, when both `type` and `predict` are given, `type` will overwrite `predict`. Note that this will print a message, because `predict` is the preferred argument. * `get_varcov()` gains `vcov` and `vcov_args` arguments, to specify the variance-covariance matrix used to compute uncertainty estimates (e.g., for robust standard errors). * `get_loglikehood()` improved handling of models from package *estimator*. ## Bug fixes * Fixed bug in `get_data()` for model objects whose data needs to be recovered from the environment, and where the data name was a reserved word (e.g., named like an R function). * The matrix returned by `get_varcov()` for models of class *bife* now returns row and column names. * `find_offset()` did not find offset-terms for `merMod` objects when the offset was specified as `offset` argument in the function call. # insight 0.17.0 ## Breaking changes * Arguments `vcov_estimation` and `vcov_type` in `get_predicted()`, `get_predicted_se()` and `get_predicted_ci()` are replaced by `vcov` and `vcov_args`, to have a more simplified and common interface to control robust covariance matrix estimation. ## General * Improved performance for various functions, in particular `get_data()` and `model_info()`. ## New functions * To check for names: `object_has_names()` and `object_has_rownames()` * To work with lists: `is_empty_object()` and `compact_list()` * To work with strings: `compact_character()` * Further utility functions are `safe_deparse()`, `trim_ws()` and `n_unique()`. ## Changes to functions * `export_table()` now better checks for invalid values of caption and footer for tables in HTML format, and silently removes, e.g., ansi-colour codes that only work for text-format. * `get_data.coxph()` returns the original data frame instead of data with type coercion. * `get_loglikelihood()` gets a `check_response` argument, to check if a model has a transformed response variable (like `log()` or `sqrt()` transformation), and if so, returns a corrected log-likelihood. * `get_modelmatrix()` now supports *BayesFactor* models. * `get_loglikelihood()` and `get_df()` now support more model classes. * `get_predicted()` was improved for multinomial models from *brms*. * `get_variance()` was improved to cover more edge cases of (more complex) random effect structures. * `get_data()` now includes variables in the returned data frame that were used in the `subset` argument of regression functions (like `lm()`). * In some edge cases, where `get_data()` is unable to retrieve the data that was used to fit the model, now a more informative error is printed. * `ellipses_info()` now also accepts a list of model objects, is more stable and returns more information about the provided models (like if all fixed or random effects are the same across models, if all models are mixed models or null-models, etc.) * `check_if_installed()` now works interactively and lets the user prompt whether to automatically update or install packages. ## Bug fixes * Fixed incorrect column name conversion in `standardize_names()` for certain columns returned by `broom::glance()`. * Fixed issue with correctly detecting Tweedie-models in `model_info()`. * Fixed issue with `get_datagrid()` for *brms* models with monotonic factors. * Fixed issue in `find_formula()` when argument `correlation` was defined outside of `lme()` and `gls()` (@etiennebacher, #525). * Fixed issue with `get_data()` when back-transforming data from predictors that used `cos()`, `sin()` or `tan()` transformations. # insight 0.16.0 ## New functions * `get_datagrid()`, to generate a reference grid, usually used when computing adjusted predictions or marginal means from regression models. ## Changes to functions ### `get_predicted()` * `get_predicted()` was revised. Beside the four core options for the `predict` argument, it is now also possible to use any value that is valid for the model's `predict()` method's `type` argument. * `get_predicted()` now supports more models (e.g., from packages like _GLMMadaptive_ or _survival_). * `get_predicted()` is now more robust when calculating standard errors of predictions. ### Other functions * `get_statistic()` and `find_statistic()` now support *htest* objects. ## General * Various minor improvements. # insight 0.15.1 ## General * Improved speed performance, especially for `get_data()`. ## Changes to functions * `get_data()` for `coxph` models now returns the original factor levels for variables transformed with `strata()` inside formulas. # insight 0.15.0 ## Breaking changes * Data management functions (like `reshape_longer()`, or `data_match()`) have been moved to the *datawizard* package. * `get_data()` no longer returns factor types for numeric variables that have been converted to factors on-the-fly within formulas (like `y ~ as.factor(x)`). Instead, for each numeric variable that was coerced to factor within a formula gets a `factor` attribute (set to `TRUE`), and the returned data frame gets a `factors` attribute including all names of affected variables. ## New supported model classes * Support for `bfsl` (*bfsl*) ## New functions * New `standardize_column_order()` function can be used to standardize the column order in output dataframes. ## General * Improved speed performance for some functions. * Improved handling of table captions and footers in `export_table()`. See also the new vignette on exporting data frames into human readable tables here: https://easystats.github.io/insight/articles/export.html * Revised `width` argument in `export_table()`, which now allows to set different column widths across table columns. See examples in `?export_table`. * `export_table()` gets a `table_width` argument to split wide tables into two parts. * `get_varcov()` for `MixMod` (package *GLMMadaptive*) was revised, and now allows to return a robust variance-covariance matrix. * Added more `get_df()` methods. ## Bug fixes * Fixed issues with manual sigma computation to handle dispersion models in `get_sigma()`. * Fixed issue in `find_formula()` for `BayesFactor::lmBF()` with multiple random effects. * Fixed issue in `get_parameters.BFBayesFactor()` with wrong sign of difference estimate for t-tests. * Argument `width` in `format_value()` was ignored when formatting integer values and `protect_integers` was set to `TRUE`. # insight 0.14.5 ## New functions * `find_transformation()` and `get_transformation()` to find or get any function that was used to transform the response variable in a regression model. ## General * Improved support for models of class `sampleSelection`. * Improved documentation. * `get_modelmatrix()` now supports: `rms::lrm` * `get_predicted()` supports: `MASS::polr`, `MASS::rlm`, `rms::lrm`, `fixest`, `bife::bife`, `ordinal::clm`. * `get_predicted()` standard errors are often much faster to compute. * `get_predicted()` supports models with "grouped" or "level" outcomes (e.g., multinomial logit). * `get_predicted()` handles factors better. * Improved documentation ## Changes to functions * `check_if_installed()` gains a `quietly` argument, if neither stopping nor a warning message for non-installed packages is requested. * `get_predicted()`'s `predict` argument now accepts these values: "link", "expectation", "prediction", "classification", or NULL. * `get_predicted()` accepts `predict=NULL`, which allows users to push a `type` argument through the `...` ellipsis, forward to the `predict()` method of the modelling package. ## Bug fixes * Fixed issue with parameter names from *emmeans* objects in `get_parameters()`. * Fixed issues with unknown arguments in `get_predicted()`. --- math/R-insight/Makefile | 26 ++++++++++++++------------ math/R-insight/distinfo | 8 ++++---- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/math/R-insight/Makefile b/math/R-insight/Makefile index 86a0c0f7c0839..15121b7e3e3d3 100644 --- a/math/R-insight/Makefile +++ b/math/R-insight/Makefile @@ -1,23 +1,25 @@ -# $NetBSD: Makefile,v 1.1 2021/09/20 02:48:37 mef Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/21 15:27:28 mef Exp $ R_PKGNAME= insight -R_PKGVER= 0.14.4 +R_PKGVER= 0.17.1 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Easy Access to Model Information for Various Model Objects LICENSE= gnu-gpl-v3 # Packages suggested but not available: -# 'AER', 'afex', 'aod', 'BayesFactor', 'bayestestR', 'bdsmatrix', -# 'betareg', 'biglm', 'blavaan', 'blme', 'brms', 'censReg', 'cgam', -# 'clubSandwich', 'coxme', 'cplm', 'crch', 'effectsize', 'emmeans', -# 'epiR', 'estimatr', 'feisr', 'fixest', 'fungible', 'gam', 'gamlss', -# 'gamm4', 'gbm', 'gee', 'geepack', 'GLMMadaptive', 'glmmTMB', 'gmnl', -# 'gt', 'ivreg', 'JM', 'lavaan', 'lfe', 'logistf', 'mclust', -# 'MCMCglmm', 'merTools', 'metaBMA', 'mice', 'mlogit', 'multgee', -# 'nonnest2', 'ordinal', 'panelr', 'parameters', 'parsnip', -# 'performance', 'plm', 'pscl', 'rms', 'robustlmm', 'rstanarm', -# 'rstantools', 'speedglm', 'tripack', 'truncreg' +# 'AER', 'afex', 'aod', 'BayesFactor', 'bayestestR', 'betareg', 'bife', +# 'biglm', 'blavaan', 'blme', 'brms', 'censReg', 'cgam', +# 'clubSandwich', 'coxme', 'cplm', 'crch', 'datawizard', 'effectsize', +# 'emmeans', 'epiR', 'estimatr', 'feisr', 'fixest', 'fungible', 'gam', +# 'gamlss', 'gamm4', 'gbm', 'gee', 'geepack', 'GLMMadaptive', +# 'glmmTMB', 'gmnl', 'gt', 'ivreg', 'JM', 'lavaan', 'lfe', 'lmerTest', +# 'logistf', 'marginaleffects', 'mclust', 'MCMCglmm', 'merTools', +# 'metaBMA', 'mice', 'mlogit', 'mhurdle', 'multgee', 'nonnest2', +# 'ordinal', 'panelr', 'parameters', 'parsnip', 'pbkrtest', +# 'performance', 'plm', 'poorman', 'pscl', 'rms', 'robustlmm', +# 'rstanarm', 'rstantools', 'speedglm', 'tripack', 'truncreg', +# 'tweedie' TEST_DEPENDS+= R-VGAM-[0-9]*:../../math/R-VGAM diff --git a/math/R-insight/distinfo b/math/R-insight/distinfo index 15bb8b40147b7..5312d1ebfa81f 100644 --- a/math/R-insight/distinfo +++ b/math/R-insight/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:55:28 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/21 15:27:28 mef Exp $ -BLAKE2s (R/insight_0.14.4.tar.gz) = db98fdc0fd6399021f598976054256ca89bdfa7ce2034c765ba5a7896f647ab5 -SHA512 (R/insight_0.14.4.tar.gz) = 1ab27e6d96ef557df5c20aff8e737e9f82a81bfb0088a785b7f51185fe9325b574a3bb06e26b77507b97dd4a400a44982a52ca20ac752ebc81c5df618a82355f -Size (R/insight_0.14.4.tar.gz) = 841657 bytes +BLAKE2s (R/insight_0.17.1.tar.gz) = c2f481d336101c002e26a4f8b9b416ea6f630ce9091c1214fbfbfb26d7ebed5f +SHA512 (R/insight_0.17.1.tar.gz) = 1d0998a7094c5aae1087b4f843b57515e80f4f57b15ba8c420e66939ed5dfd8274f520c69fc2e47c70a949d1347c880de2c9605b98a80e22925db212c33bbccb +Size (R/insight_0.17.1.tar.gz) = 863795 bytes From 06b6cee93efb1f15a487f41be3b0a389a52ebd23 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 15:27:38 +0000 Subject: [PATCH 0768/1154] doc: Updated math/R-insight to 0.17.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7eb073eee583d..994e00ea81e33 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2663 2022/05/21 15:14:29 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2664 2022/05/21 15:27:38 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4108,3 +4108,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/firefox-l10n to 100.0.2 [ryoon 2022-05-21] Updated math/R-psych to 2.2.5 [mef 2022-05-21] Updated math/R-robustbase to 0.95.0 [mef 2022-05-21] + Updated math/R-insight to 0.17.1 [mef 2022-05-21] From a212236d8503c9db379a072a452b6c5705d27add Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 15:33:51 +0000 Subject: [PATCH 0769/1154] (graphics/R-effects) Updated 4.1.1 to 4.2.1 Version 4.2-1 o Allow the vcov. argument in the call to one of the effect methods to be a matrix or a function. Previously only a function was permitted. o Fixed bug in plot.eff() for multiline plots in which the x.var argument is set explicitly (reported by Gerrit Eichner). o Small improvements to docs. Version 4.2-0 o Adding the use of the insight package to get formulas. o Added Effect.glmmPQL() for fitting generalized linear mixed models using the glmmPQL() function in the MASS package for penalized quasi-likelihood estimation. o Don't ignore lines lty sub-argument to plot.effpoly() (fixing a bug reported by Laura Adamovicz). o One-column matrix predictors trigger a warning and correction (following problem reported by Carla Hendricks). o Added regression tests for classes of model objects supported. Tests must be enabled in the effects sources at tests/regression-tests.R. o Rewrite of defining effect method vignette. o Minor changes to predictor effects gallery vignette. Version 4.1-4 o Change class(x) == "y" to inherits(x, "y") in code. Version 4.1-3 o Handle xlevels=n argument correctly in Effect() (fixing bug reported by Gerrit Eichner). o Add col argument to effectsTheme(), mostly to accommodate colorblind-friendly palette (suggestion of Sercan Kahveci). Version 4.1-2 o Effect methods for clm, clm2, and clmm models were not correctly passing the estimated theshholds to polr for computing effects (error reported by Stefan Th. Gries). o Updated "Defining Effects Methods ..." vignette to reflect revisions to Effect.clm, Effect.clm2 and Effect.clmm. o Make sure that Effect() and plot() methods work correctly with character and logical predictors (following bug report by Julian Gaviria Lopez). --- graphics/R-effects/Makefile | 9 +++++++-- graphics/R-effects/distinfo | 8 ++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/graphics/R-effects/Makefile b/graphics/R-effects/Makefile index de297360bdbd4..55f45facfac7d 100644 --- a/graphics/R-effects/Makefile +++ b/graphics/R-effects/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:42 brook Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/21 15:33:51 mef Exp $ R_PKGNAME= effects -R_PKGVER= 4.1-1 +R_PKGVER= 4.2-1 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,9 +11,14 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= R-colorspace>=1.4.1:../../graphics/R-colorspace DEPENDS+= R-carData>=3.0.2:../../math/R-carData DEPENDS+= R-estimability>=1.3:../../math/R-estimability +DEPENDS+= R-insight-[0-9]*:../../math/R-insight DEPENDS+= R-lme4>=1.1.21:../../math/R-lme4 DEPENDS+= R-survey>=3.36:../../math/R-survey +# Packages suggested but not available: +# 'pbkrtest', 'poLCA', 'heplots', 'ordinal', 'car', 'knitr', 'betareg', +# 'alr4', 'robustlmm' + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" diff --git a/graphics/R-effects/distinfo b/graphics/R-effects/distinfo index 4e3dda7c2bd7d..e55ee639067d9 100644 --- a/graphics/R-effects/distinfo +++ b/graphics/R-effects/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:45:55 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/21 15:33:51 mef Exp $ -BLAKE2s (R/effects_4.1-1.tar.gz) = 3e45bb64a17bd7a7caa164850bbea81db7943d5f015641faa341ef8a043050d9 -SHA512 (R/effects_4.1-1.tar.gz) = 7720315eb1afa8f5f3a19e69a62f22ea7241be1ee9ce843eaf37750e80939acc32e3301759b47b8abbb2ece08fd8da9cc9b5f9a217dde3200122ee86ad4b1014 -Size (R/effects_4.1-1.tar.gz) = 2606577 bytes +BLAKE2s (R/effects_4.2-1.tar.gz) = aa0591fced2bf740987a2bdc3fd466c73bf9e3215a94ae128be570e5e1a5017d +SHA512 (R/effects_4.2-1.tar.gz) = 2c8aabc684aeb17ef927e13aa5a0f5e4aaf5568d18f10edd820a7674bf7358fc5eb5ab03071852c95d1bfac7e48056662cd1887879f14c17e36bdd2b817c1c09 +Size (R/effects_4.2-1.tar.gz) = 2350440 bytes From 66ee5e2f0fa6ff53a015189e7d0efaa0791927fd Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 15:34:03 +0000 Subject: [PATCH 0770/1154] doc: Updated graphics/R-effects to 4.2.1 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 994e00ea81e33..3d3d74807c797 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2664 2022/05/21 15:27:38 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2665 2022/05/21 15:34:03 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4109,3 +4109,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-psych to 2.2.5 [mef 2022-05-21] Updated math/R-robustbase to 0.95.0 [mef 2022-05-21] Updated math/R-insight to 0.17.1 [mef 2022-05-21] + Updated graphics/R-effects to 4.2.1 [mef 2022-05-21] diff --git a/doc/TODO b/doc/TODO index 59a02fc4a3a69..d2d9e8740b418 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21876 2022/05/21 13:23:09 mef Exp $ +$NetBSD: TODO,v 1.21877 2022/05/21 15:34:03 mef Exp $ Suggested new packages ====================== @@ -385,7 +385,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o R-aplpack-1.3.3 o R-blob-1.2.1 o R-coda-0.19.4 - o R-effects-4.2.0 o R-emdbook-1.3.12 o R-fBasics-3042.89.1 o R-forecast-8.14 From 58ab889047012c269882f849519da6a98144f635 Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 15:38:19 +0000 Subject: [PATCH 0771/1154] guide: remove __unix, pointed out by wiz, it's actually __unix__, but not defined by macOS --- doc/guide/files/fixes.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index dc9d5cb7673c0..edee06bc5aae2 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1683,7 +1683,6 @@ Minix3 __minix NetBSD __NetBSD__ OpenBSD __OpenBSD__ Solaris sun, __sun -Unix(-like) __unix From ec75e9298d3d72ee72164c57afaded71b6ad96ab Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 21 May 2022 15:41:23 +0000 Subject: [PATCH 0772/1154] doc/pkgsrc.*: regen --- doc/pkgsrc.html | 1 - doc/pkgsrc.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index 50b22a7257353..cdf1981af812a 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -8725,7 +8725,6 @@

    Note

    NetBSD __NetBSD__ OpenBSD __OpenBSD__ Solaris sun, __sun -Unix(-like) __unix
    diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index ca513bc542976..33cde68f04f36 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -7223,7 +7223,6 @@ Minix3 __minix NetBSD __NetBSD__ OpenBSD __OpenBSD__ Solaris sun, __sun -Unix(-like) __unix 21.5.1.2. C preprocessor macros to identify the hardware architecture From a00769e14e632bec415eb0b13834dcd42f083538 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 21 May 2022 16:00:11 +0000 Subject: [PATCH 0773/1154] php80: allow copying files with size zero Allow copying files with size zero. This behavior differ from PHP 7.4 and break a pear package which contains files with size zero. Bump PKGREVISION. XXX: pullup-2022Q1 --- lang/php80/Makefile | 3 ++- lang/php80/distinfo | 3 ++- .../patches/patch-main_streams_streams.c | 19 +++++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 lang/php80/patches/patch-main_streams_streams.c diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 40029d8308190..9030f5d8e9c18 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2022/05/12 14:03:25 taca Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/21 16:00:11 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} +PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 8.0 LICENSE= php diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 9edc7d712da01..aecc3724a58be 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2022/05/12 14:03:25 taca Exp $ +$NetBSD: distinfo,v 1.20 2022/05/21 16:00:11 taca Exp $ BLAKE2s (php-8.0.19.tar.xz) = 9c2620a24bcf565f825e3153268f18bc7527c09f0e918210a2b526a7f4ffe832 SHA512 (php-8.0.19.tar.xz) = 106aa7c9f4804b8ce3518d7e6da4dc8f2a4df2f0b5d7369776737e0b13d4cd6be375694b78271fd1d007d4e0892009dc2a7214c1652462ebf128b74f845787e8 @@ -11,6 +11,7 @@ SHA1 (patch-ext_openssl_openssl.c) = 6d83ad075866c90e17a8085fc7b562f33aea8583 SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd SHA1 (patch-ext_tidy_config.m4) = 380f4e8927582b2781faf58b17ad81b6dc967ba7 SHA1 (patch-ext_xsl_php__xsl.h) = cf930c5d6d9dab29b12558d265c67d3534a006fd +SHA1 (patch-main_streams_streams.c) = e70cfc7f7ef096d9705c1f7dafd9e90d435d5150 SHA1 (patch-php.ini-development) = e6815f2774ba071baa510fd5490fb5fa377d2462 SHA1 (patch-php.ini-production) = 3ee4d2e2e4fb4dbcb5b64df86751f7feeef0e20d SHA1 (patch-sapi_cgi_Makefile.frag) = f4cd64d334884c49787d8854115c8cd69cc79bb8 diff --git a/lang/php80/patches/patch-main_streams_streams.c b/lang/php80/patches/patch-main_streams_streams.c new file mode 100644 index 0000000000000..8aeaf590ff0ce --- /dev/null +++ b/lang/php80/patches/patch-main_streams_streams.c @@ -0,0 +1,19 @@ +$NetBSD: patch-main_streams_streams.c,v 1.1 2022/05/21 16:00:11 taca Exp $ + +* Allow copying files with size zero. + +--- main/streams/streams.c.orig 2022-05-10 08:07:35.000000000 +0000 ++++ main/streams/streams.c +@@ -1575,10 +1575,8 @@ PHPAPI int _php_stream_copy_to_stream_ex + + *len = haveread += didwrite; + +- /* we've got at least 1 byte to read +- * less than 1 is an error +- * AND read bytes match written */ +- if (mapped == 0 || mapped != didwrite) { ++ /* read bytes match written */ ++ if (mapped != didwrite) { + return FAILURE; + } + if (mapped < chunk_size) { From c6a2dcc7488ae4c991e895bb971c0b8d56c31cf2 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 21 May 2022 16:00:42 +0000 Subject: [PATCH 0774/1154] doc: Updated lang/php80 to 8.0.19nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3d3d74807c797..878953c774c0a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2665 2022/05/21 15:34:03 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2666 2022/05/21 16:00:42 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4110,3 +4110,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-robustbase to 0.95.0 [mef 2022-05-21] Updated math/R-insight to 0.17.1 [mef 2022-05-21] Updated graphics/R-effects to 4.2.1 [mef 2022-05-21] + Updated lang/php80 to 8.0.19nb1 [taca 2022-05-21] From f49ffbc37677d20ea815ff2de002264f8681658b Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 21 May 2022 16:01:06 +0000 Subject: [PATCH 0775/1154] php81: allow copying files with size zero Allow copying files with size zero. This behavior differ from PHP 7.4 and break a pear package which contains files with size zero. Bump PKGREVISION. XXX: pullup-2022Q1 --- lang/php81/Makefile | 3 ++- lang/php81/distinfo | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/php81/Makefile b/lang/php81/Makefile index fe77e9b443534..84ab7d55612af 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2022/05/13 15:02:36 taca Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/21 16:01:06 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} +PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 8.1 LICENSE= php diff --git a/lang/php81/distinfo b/lang/php81/distinfo index ce27e27db8ab9..ca52de54e54e4 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2022/05/13 15:02:36 taca Exp $ +$NetBSD: distinfo,v 1.8 2022/05/21 16:01:06 taca Exp $ BLAKE2s (php-8.1.6.tar.xz) = 6e46606147f0169d44c89d1ac0084f94a78125bc66402e3847ff4c6bf5051610 SHA512 (php-8.1.6.tar.xz) = df5ab8e90aced1cc904c6abd25f42b0c59a327fe4f7b518591c23820e711952f3b1e70b31a1c2e90282621891400b492fb099cbadafcd0ef7991ccc2962156de @@ -10,6 +10,7 @@ SHA1 (patch-ext_enchant_enchant.c) = 7924acc5fdadea89b3a385cf744ef982795bf89d SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd SHA1 (patch-ext_tidy_config.m4) = 380f4e8927582b2781faf58b17ad81b6dc967ba7 SHA1 (patch-ext_xsl_php__xsl.h) = cf930c5d6d9dab29b12558d265c67d3534a006fd +SHA1 (patch-main_streams_streams.c) = d699ce7d3a300ffb39494b3f1fa5e0958f714483 SHA1 (patch-php.ini-development) = 373d76cc7a022b578f1d5e296d1f0ac88bc26b72 SHA1 (patch-php.ini-production) = 5ab7fa6bf8403907160b0a62b56c1ee527f8eda6 SHA1 (patch-sapi_cgi_Makefile.frag) = f4cd64d334884c49787d8854115c8cd69cc79bb8 From 8836cd2008e893c54250af1303b1b098f83c199c Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 21 May 2022 16:01:40 +0000 Subject: [PATCH 0776/1154] lang/php80: forgot to add a file Oops, forgot to add a patch file. --- .../patches/patch-main_streams_streams.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/php81/patches/patch-main_streams_streams.c diff --git a/lang/php81/patches/patch-main_streams_streams.c b/lang/php81/patches/patch-main_streams_streams.c new file mode 100644 index 0000000000000..33465d4e68c52 --- /dev/null +++ b/lang/php81/patches/patch-main_streams_streams.c @@ -0,0 +1,19 @@ +$NetBSD: patch-main_streams_streams.c,v 1.1 2022/05/21 16:01:40 taca Exp $ + +* Allow copying files with size zero. + +--- main/streams/streams.c.orig 2022-05-11 01:14:18.000000000 +0000 ++++ main/streams/streams.c +@@ -1584,10 +1584,8 @@ PHPAPI int _php_stream_copy_to_stream_ex + + *len = haveread += didwrite; + +- /* we've got at least 1 byte to read +- * less than 1 is an error +- * AND read bytes match written */ +- if (mapped == 0 || mapped != didwrite) { ++ /* read bytes match written */ ++ if (mapped != didwrite) { + return FAILURE; + } + if (mapped < chunk_size) { From 852a3b261711eb9dc5abb92794e9178728798c06 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 21 May 2022 16:02:02 +0000 Subject: [PATCH 0777/1154] doc: Updated lang/php81 to 8.1.6nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 878953c774c0a..42b2981ab8202 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2666 2022/05/21 16:00:42 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2667 2022/05/21 16:02:02 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4111,3 +4111,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-insight to 0.17.1 [mef 2022-05-21] Updated graphics/R-effects to 4.2.1 [mef 2022-05-21] Updated lang/php80 to 8.0.19nb1 [taca 2022-05-21] + Updated lang/php81 to 8.1.6nb1 [taca 2022-05-21] From a37b8116c4e1eb45bb6ae1fd1018ed8fd4ea84a3 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 21 May 2022 16:22:55 +0000 Subject: [PATCH 0778/1154] security/php-ssdeep: restrict php56 and php74 * Resrict this package for php56 and php74. * Update HOMEPAGE. (Not updated more than 4 years.) --- security/php-ssdeep/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/php-ssdeep/Makefile b/security/php-ssdeep/Makefile index 597dac2294f65..464c6f0bb0ff9 100644 --- a/security/php-ssdeep/Makefile +++ b/security/php-ssdeep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/01/03 07:36:42 taca Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/21 16:22:55 taca Exp $ # MODNAME= ssdeep @@ -6,10 +6,12 @@ PECL_VERSION= 1.1.0 CATEGORIES+= security MAINTAINER= khorben@defora.org -HOMEPAGE= https://treffynnon.github.io/php_ssdeep/ +HOMEPAGE= https://github.com/php/pecl-text-ssdeep COMMENT= PHP extension for ssdeep LICENSE= artistic +PHP_VERSIONS_ACCEPTED= 56 74 + CONFIGURE_ARGS+= --with-ssdeep=${PREFIX} CONFLICTS= php-ssdeep-[0-9]* From 1a6182ade4a520595aaf5c41606a1cd6260c80f7 Mon Sep 17 00:00:00 2001 From: pin Date: Sat, 21 May 2022 21:09:44 +0000 Subject: [PATCH 0779/1154] textproc/tuc: update to 0.7.0 [0.7.0] - 2022-05-21 Add support for --join Add support for --lines Add support for --complement Add support for --zero-terminated --- textproc/tuc/Makefile | 4 ++-- textproc/tuc/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/tuc/Makefile b/textproc/tuc/Makefile index bef5585adf13e..f0b18f9b3d054 100644 --- a/textproc/tuc/Makefile +++ b/textproc/tuc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2022/05/15 06:45:09 pin Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/21 21:09:44 pin Exp $ -DISTNAME= tuc-0.6.0 +DISTNAME= tuc-0.7.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=riquito/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/tuc/distinfo b/textproc/tuc/distinfo index 05f2c8c947f80..05a08f0e45293 100644 --- a/textproc/tuc/distinfo +++ b/textproc/tuc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2022/05/15 06:45:09 pin Exp $ +$NetBSD: distinfo,v 1.3 2022/05/21 21:09:44 pin Exp $ BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 @@ -48,9 +48,9 @@ Size (regex-automata-0.1.10.crate) = 114533 bytes BLAKE2s (treeline-0.1.0.crate) = 81ccdbd03361021dd31e9d28ba05b16020601481bf2ec9754869ab687eddc0bc SHA512 (treeline-0.1.0.crate) = 37a7c7e95855fdf0fafe5b529eed6c6cfc641da799bc6738a5649a9a0c3db2ef3e63d692862a987bc19263f33b6df2e8ae71b49fe30160d6d470cbb804511824 Size (treeline-0.1.0.crate) = 3855 bytes -BLAKE2s (tuc-0.6.0.tar.gz) = 04a72028aa21fd32262ad3eb830f5d34e93b0f0ccf8d6e18adf8b96eea0ce28f -SHA512 (tuc-0.6.0.tar.gz) = 5ce6f8215ee554391cd598eaba2bdbe56b81f21daa4905424bffe4e7624d98deccd0824c5c08d8c90736ec65a0aa9a2ef35725610350c43672a47b0ff48dd984 -Size (tuc-0.6.0.tar.gz) = 20942 bytes +BLAKE2s (tuc-0.7.0.tar.gz) = 9360207263c05a25908af5808640e5e9d8eb147d202450ea96d6b929f3916e4c +SHA512 (tuc-0.7.0.tar.gz) = 2ef3864bd924a642501b033ea7ef0187ed3e184fc90b023fc5421892cf2ff030c3f501e8667644903e36856445db2387c39ef14cd8e1fc2c21f841d2f34c00fb +Size (tuc-0.7.0.tar.gz) = 24197 bytes BLAKE2s (wait-timeout-0.2.0.crate) = 74292341b8dbc71125610cb6f528f9a1b05b234d35fc98899901971af99da233 SHA512 (wait-timeout-0.2.0.crate) = db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066 Size (wait-timeout-0.2.0.crate) = 12441 bytes From c29eb06053affbc4508cb204fca631b371029a68 Mon Sep 17 00:00:00 2001 From: pin Date: Sat, 21 May 2022 21:10:04 +0000 Subject: [PATCH 0780/1154] doc: Updated textproc/tuc to 0.7.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 42b2981ab8202..72873678ddc44 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2667 2022/05/21 16:02:02 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2668 2022/05/21 21:10:04 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4112,3 +4112,4 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/R-effects to 4.2.1 [mef 2022-05-21] Updated lang/php80 to 8.0.19nb1 [taca 2022-05-21] Updated lang/php81 to 8.1.6nb1 [taca 2022-05-21] + Updated textproc/tuc to 0.7.0 [pin 2022-05-21] From 829a2ef08979439d5f5e13da67eb1f9a4dd04c4e Mon Sep 17 00:00:00 2001 From: pin Date: Sat, 21 May 2022 21:10:55 +0000 Subject: [PATCH 0781/1154] Asysutils/xplr: update to 0.18.0 Changes & fixes Added new command-line arguments --read0, --write0 and -0/--null to support reading and printing null character delimited file paths. Added support for filtering with regex using the new filters: RelativePathDoesMatchRegex RelativePathDoesNotMatchRegex IRelativePathDoesMatchRegex IRelativePathDoesNotMatchRegex AbsolutePathDoesMatchRegex AbsolutePathDoesNotMatchRegex IAbsolutePathDoesMatchRegex IAbsolutePathDoesNotMatchRegex Key binding f r and f R will now filter using regex. Added key binding f backspace to remove the last filter. Search mode now defaults to regex search. Added a new message SetInputPrompt to set the input prompt dynamically. Added new node properties (available via the Lua API): created last_modified Added support for sorting with timestamp using the new sorters: ByCreated ByLastModified ByCanonicalCreated ByCanonicalLastModified BySymlinkCreated BySymlinkLastModified The last column in the files table now displays the last modification time. Fixed a bug causing crashes when handling unicode characters in the input buffer. Improved docs. --- sysutils/xplr/Makefile | 4 +- sysutils/xplr/cargo-depends.mk | 38 ++++---- sysutils/xplr/distinfo | 118 +++++++++++-------------- sysutils/xplr/patches/patch-Cargo.toml | 8 +- 4 files changed, 72 insertions(+), 96 deletions(-) diff --git a/sysutils/xplr/Makefile b/sysutils/xplr/Makefile index bf039d3b029e9..7f4e5beb2057a 100644 --- a/sysutils/xplr/Makefile +++ b/sysutils/xplr/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2022/05/05 07:01:26 pin Exp $ +# $NetBSD: Makefile,v 1.46 2022/05/21 21:10:55 pin Exp $ -DISTNAME= xplr-0.17.6 +DISTNAME= xplr-0.18.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=sayanarijit/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/xplr/cargo-depends.mk b/sysutils/xplr/cargo-depends.mk index 56f910ae73fec..a5c2eeaee1772 100644 --- a/sysutils/xplr/cargo-depends.mk +++ b/sysutils/xplr/cargo-depends.mk @@ -1,5 +1,6 @@ -# $NetBSD: cargo-depends.mk,v 1.21 2022/05/05 07:01:26 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.22 2022/05/21 21:10:55 pin Exp $ +CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= ansi-to-tui-forked-0.5.2-fix.offset CARGO_CRATE_DEPENDS+= anyhow-1.0.57 CARGO_CRATE_DEPENDS+= assert_cmd-2.0.4 @@ -20,7 +21,6 @@ CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.4 CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.1 CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.8 CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.8 -CARGO_CRATE_DEPENDS+= crossterm-0.22.1 CARGO_CRATE_DEPENDS+= crossterm-0.23.2 CARGO_CRATE_DEPENDS+= crossterm_winapi-0.9.0 CARGO_CRATE_DEPENDS+= csv-1.1.6 @@ -37,13 +37,12 @@ CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= humansize-1.1.1 CARGO_CRATE_DEPENDS+= indexmap-1.8.1 -CARGO_CRATE_DEPENDS+= instant-0.1.12 CARGO_CRATE_DEPENDS+= itertools-0.10.3 CARGO_CRATE_DEPENDS+= itoa-0.4.8 -CARGO_CRATE_DEPENDS+= itoa-1.0.1 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.125 +CARGO_CRATE_DEPENDS+= libc-0.2.126 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 CARGO_CRATE_DEPENDS+= lock_api-0.4.7 CARGO_CRATE_DEPENDS+= log-0.4.17 @@ -53,20 +52,15 @@ CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= mime-0.3.16 CARGO_CRATE_DEPENDS+= mime_guess-2.0.4 -CARGO_CRATE_DEPENDS+= mio-0.7.14 -CARGO_CRATE_DEPENDS+= mio-0.8.2 -CARGO_CRATE_DEPENDS+= miow-0.3.7 +CARGO_CRATE_DEPENDS+= mio-0.8.3 CARGO_CRATE_DEPENDS+= mlua-0.7.4 CARGO_CRATE_DEPENDS+= natord-1.0.9 -CARGO_CRATE_DEPENDS+= ntapi-0.3.7 CARGO_CRATE_DEPENDS+= num-integer-0.1.45 CARGO_CRATE_DEPENDS+= num-traits-0.2.15 CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 -CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= once_cell-1.11.0 CARGO_CRATE_DEPENDS+= oorandom-11.1.3 -CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 -CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 CARGO_CRATE_DEPENDS+= plotters-0.3.1 @@ -75,18 +69,18 @@ CARGO_CRATE_DEPENDS+= plotters-svg-0.3.1 CARGO_CRATE_DEPENDS+= predicates-2.1.1 CARGO_CRATE_DEPENDS+= predicates-core-1.0.3 CARGO_CRATE_DEPENDS+= predicates-tree-1.0.5 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.37 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 CARGO_CRATE_DEPENDS+= quote-1.0.18 -CARGO_CRATE_DEPENDS+= rayon-1.5.2 -CARGO_CRATE_DEPENDS+= rayon-core-1.9.2 +CARGO_CRATE_DEPENDS+= rayon-1.5.3 +CARGO_CRATE_DEPENDS+= rayon-core-1.9.3 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 CARGO_CRATE_DEPENDS+= redox_users-0.4.3 -CARGO_CRATE_DEPENDS+= regex-1.5.5 +CARGO_CRATE_DEPENDS+= regex-1.5.6 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.26 CARGO_CRATE_DEPENDS+= rustc-hash-1.1.0 CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 -CARGO_CRATE_DEPENDS+= ryu-1.0.9 +CARGO_CRATE_DEPENDS+= ryu-1.0.10 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 CARGO_CRATE_DEPENDS+= semver-1.0.9 @@ -95,11 +89,11 @@ CARGO_CRATE_DEPENDS+= serde_cbor-0.11.2 CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 CARGO_CRATE_DEPENDS+= serde_json-1.0.81 CARGO_CRATE_DEPENDS+= serde_yaml-0.8.24 -CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 +CARGO_CRATE_DEPENDS+= signal-hook-0.3.14 CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 CARGO_CRATE_DEPENDS+= smallvec-1.8.0 -CARGO_CRATE_DEPENDS+= syn-1.0.92 +CARGO_CRATE_DEPENDS+= syn-1.0.95 CARGO_CRATE_DEPENDS+= termtree-0.2.4 CARGO_CRATE_DEPENDS+= textwrap-0.11.0 CARGO_CRATE_DEPENDS+= thiserror-1.0.31 @@ -107,11 +101,11 @@ CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= time-0.1.44 CARGO_CRATE_DEPENDS+= tinytemplate-1.2.1 CARGO_CRATE_DEPENDS+= tui-0.18.0 -CARGO_CRATE_DEPENDS+= tui-input-0.1.2 +CARGO_CRATE_DEPENDS+= tui-input-0.4.0 CARGO_CRATE_DEPENDS+= unicase-2.6.0 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= version_check-0.9.4 CARGO_CRATE_DEPENDS+= wait-timeout-0.2.0 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 diff --git a/sysutils/xplr/distinfo b/sysutils/xplr/distinfo index 9bb8c19838912..1ec405bd02fe3 100644 --- a/sysutils/xplr/distinfo +++ b/sysutils/xplr/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.46 2022/05/05 07:01:26 pin Exp $ +$NetBSD: distinfo,v 1.47 2022/05/21 21:10:55 pin Exp $ +BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 +SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 +Size (aho-corasick-0.7.18.crate) = 112923 bytes BLAKE2s (ansi-to-tui-forked-0.5.2-fix.offset.crate) = 4144d545eaaf0e48e803d55e91fede99837dfc689f00d6087abf45bf4f86716c SHA512 (ansi-to-tui-forked-0.5.2-fix.offset.crate) = 2e4b6f7c63db2d37481d5992803c6612624890ae2815a3c642b415d158d342a1c9d25a519d71f552f55f3162fa083fa26e26aebe7b1bfac0594436671649c2bf Size (ansi-to-tui-forked-0.5.2-fix.offset.crate) = 7398 bytes @@ -60,9 +63,6 @@ Size (crossbeam-epoch-0.9.8.crate) = 46012 bytes BLAKE2s (crossbeam-utils-0.8.8.crate) = dec4af9b7a4a875a50593f68bb4da771a47c61014cd72b0589d207cf9e77a934 SHA512 (crossbeam-utils-0.8.8.crate) = ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0 Size (crossbeam-utils-0.8.8.crate) = 39681 bytes -BLAKE2s (crossterm-0.22.1.crate) = 646728025ea249a59f0faf8325335cbe0fd6bedbaf72c3cbe540e8c71c779462 -SHA512 (crossterm-0.22.1.crate) = 2a8534a12bb119be583d491b3595259d164de6922ce2a17bbe6f19fcff93339a6d0d8c08398958a7592d6aa765eb2ebc6e61b54211080785357c711b2c454d91 -Size (crossterm-0.22.1.crate) = 105450 bytes BLAKE2s (crossterm-0.23.2.crate) = 3af83abff5e5211bf40f435ae725bf78adbbf76bd44418d334ce24c022d9c2ea SHA512 (crossterm-0.23.2.crate) = 3299e47dedc44988d2f0508a5d81345092f1495c1292994d237c7222b4b52fe91b98e12bfdd88b322242661eaec75857c59f13a430691d4aa867c0e3914254a3 Size (crossterm-0.23.2.crate) = 106712 bytes @@ -111,27 +111,24 @@ Size (humansize-1.1.1.crate) = 9131 bytes BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b Size (indexmap-1.8.1.crate) = 53220 bytes -BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 -SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 -Size (instant-0.1.12.crate) = 6128 bytes BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 Size (itertools-0.10.3.crate) = 118661 bytes BLAKE2s (itoa-0.4.8.crate) = bc442580f4a7b1dbf9a7f279e413f8d13eef5845d139d0919eb9b53a083cc31e SHA512 (itoa-0.4.8.crate) = 6911d269ff3ed7350e4f0dcfc6e9e0d70e25833e1e7cfcc57d5b8aff1f47b8be4f2e9baf1b92e5517cff63492be489b6d29b48dd9bb642e428acaa431216b68e Size (itoa-0.4.8.crate) = 11926 bytes -BLAKE2s (itoa-1.0.1.crate) = 5df5e417576e531605b209f326947f25fdf7147572381012e4fbb035f0036abb -SHA512 (itoa-1.0.1.crate) = 8e7bc1e9bf4fc06871b9fe20caad4e0af965477d724f4c8d0e2a3a4d87aedf99f92e4e583a6440ce574d0fb43fc9d6a2e80add52a2f64210c6aa3b402e424295 -Size (itoa-1.0.1.crate) = 11059 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b Size (js-sys-0.3.57.crate) = 78605 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 -SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf -Size (libc-0.2.125.crate) = 589236 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 Size (linked-hash-map-0.5.4.crate) = 16166 bytes @@ -159,24 +156,15 @@ Size (mime-0.3.16.crate) = 15206 bytes BLAKE2s (mime_guess-2.0.4.crate) = aec553aaff1de9e6b26739a63a88e3ad94afa376030e965d51cf3989cbc4c8c6 SHA512 (mime_guess-2.0.4.crate) = acfbbfdc5bd725edde43e4915858b8d016e90a5b483664f0bcd5e8d2b0b3684bf0f6020aea147b5bf429f218a7af8080761cea4c5c04b68fa66fd6a676376908 Size (mime_guess-2.0.4.crate) = 26399 bytes -BLAKE2s (mio-0.7.14.crate) = ad1b75d1b12f3252ef4cad0b5787466c6d099305e6d8621e79a2ae9a891790d1 -SHA512 (mio-0.7.14.crate) = 2349691ea87a086f9bd8df5738705e9d7b59399089948f810b6a7124beffd44dee348703c89b4b1af8d84821dcb932960dc4bd9ec9543558f59a40c4806fbfd9 -Size (mio-0.7.14.crate) = 87429 bytes -BLAKE2s (mio-0.8.2.crate) = 5354cbe0c9ebb4e593448584a582a6be3bb3cdb1e274abb0ba112046d98b2495 -SHA512 (mio-0.8.2.crate) = c82ea0afc0de8acf162188a6131373f3cb3e7f3abb3094dd51fa9094e42a36806954f267840b3fed18c0ac3ee75af0451dfea5509ab65a94dcc93057c7d37393 -Size (mio-0.8.2.crate) = 88272 bytes -BLAKE2s (miow-0.3.7.crate) = 2f0e482e38ef6484f82da33b5e693f2923b1f94537b755ad2272a95614f62e88 -SHA512 (miow-0.3.7.crate) = 451073e8913148889493de0373bc0450c8b23e136e151b48b9976292e4e03b7c3f3279ecf49dda5196badfe662a661a998cfa456d2ec340a495d54a4d2382699 -Size (miow-0.3.7.crate) = 24563 bytes +BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe +SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb +Size (mio-0.8.3.crate) = 92506 bytes BLAKE2s (mlua-0.7.4.crate) = 4989602ec7e6a918a14b55b50673e8a7a6909b9bb8da0c14bfdb0d8a2446d6ed SHA512 (mlua-0.7.4.crate) = b119d6fd29970394ec9b3449e68856100cac47e4f9f761ee8288a7ef69641ace21007b3dc0ca6e4c479f0e8d3f28d2feb529851e5439ff658bb6c4466c5d847f Size (mlua-0.7.4.crate) = 159905 bytes BLAKE2s (natord-1.0.9.crate) = 0e3a2b5077d1f66f232fcd853c5d90cb8f4542783661fafa384bb66dbb44546e SHA512 (natord-1.0.9.crate) = bf58eda54c759fecca1fd310bece370f26555bde1096081adc5bb1e9446a538f1652fb3049a52f898f4f62a2608805b72cb72dd52ff3fc9b88fe0a7c9071025a Size (natord-1.0.9.crate) = 3866 bytes -BLAKE2s (ntapi-0.3.7.crate) = c213b3d1430084e83caefd21307c17e38108e1acb981a12abacd68f3ffe5df83 -SHA512 (ntapi-0.3.7.crate) = 6f5fc3b3629f028e03e878681a5a426945e471578c5dc78e121560887a9af285fe432f7401b19b7422e65c3b762651afb9a57a2f7605884c851ddf41b741585c -Size (ntapi-0.3.7.crate) = 126994 bytes BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 Size (num-integer-0.1.45.crate) = 22529 bytes @@ -186,21 +174,15 @@ Size (num-traits-0.2.15.crate) = 49262 bytes BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 Size (num_cpus-1.13.1.crate) = 14752 bytes -BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d -SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab -Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (once_cell-1.11.0.crate) = ffad26a6ff6a6028e1d103a787bef5ab0380aa14065ee2df30ed6cbe97a3c1fa +SHA512 (once_cell-1.11.0.crate) = 3769223beed1a7c8c5625e18dc000b3ab296c7c3af21bb6cb563ad9d130bbbcd447d420d0ec591e6366652727de11dc76dc8f7720110de50be7cbf177587cb15 +Size (once_cell-1.11.0.crate) = 31121 bytes BLAKE2s (oorandom-11.1.3.crate) = c0d14acf22446baea9e4176c4b8bfd89e852e7b293c251606a59346ed7a23f81 SHA512 (oorandom-11.1.3.crate) = 51ae60ef51da56d7673f36a6c5b99b743580c5f5be54fdcb54b69e5e2f6bbba3267f96b74e7cd6dee6962dfa6696fd9ed073f22726a2861b8f2601946a8efab9 Size (oorandom-11.1.3.crate) = 10068 bytes -BLAKE2s (parking_lot-0.11.2.crate) = f71d251ca07227ef3e0bd33ba4c7cae8bd77958eb847d00ff7e462aeb3e4e8ea -SHA512 (parking_lot-0.11.2.crate) = 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e -Size (parking_lot-0.11.2.crate) = 39869 bytes BLAKE2s (parking_lot-0.12.0.crate) = 178768a6e75a71099c9fbd12f427dd5e6b7bef0a92eb6c34e0873b8d4bb507b3 SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f Size (parking_lot-0.12.0.crate) = 39761 bytes -BLAKE2s (parking_lot_core-0.8.5.crate) = 9f38174a007023d5108d3cc50446a3138b443d363f44d5d2670fed55d3516a2d -SHA512 (parking_lot_core-0.8.5.crate) = c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 -Size (parking_lot_core-0.8.5.crate) = 32466 bytes BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df Size (parking_lot_core-0.9.3.crate) = 32256 bytes @@ -225,42 +207,42 @@ Size (predicates-core-1.0.3.crate) = 7757 bytes BLAKE2s (predicates-tree-1.0.5.crate) = 2dd070ad39993f789ebe10e9956063b5d111ce665dd8d555731ab2898c04a784 SHA512 (predicates-tree-1.0.5.crate) = 950f9191f44da894feb209110488de3da0e36cc86ef366ad2749a66bba0053e23c39fadb67fc5a4f5db3adccecd414619f9f805c2913733df96254913c360bfa Size (predicates-tree-1.0.5.crate) = 8126 bytes -BLAKE2s (proc-macro2-1.0.37.crate) = 7df0f3468a68248fb6bb32150f677fcdc3fa3c62355feece702f8fb359889a87 -SHA512 (proc-macro2-1.0.37.crate) = cedb3433c6dfff39b404f8939c67e98303bb89a47e2cfb9659eeda1ca3e3d167800dca482374501632ab6d2283105dbd7560a157b48a351b2d3da059f946be55 -Size (proc-macro2-1.0.37.crate) = 41378 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 Size (quote-1.0.18.crate) = 28911 bytes -BLAKE2s (rayon-1.5.2.crate) = 1506d279287326fa546d54aea1688389add244d0f501f287bd103efa506bf13a -SHA512 (rayon-1.5.2.crate) = 3c11bd89692af7e245be2c0b26d96e864a6353eb901706fe6394e3ff8bba13a829609d2a086aa69fbf716ca4286a1977123a950080d673814edf6bd55d29d459 -Size (rayon-1.5.2.crate) = 165456 bytes -BLAKE2s (rayon-core-1.9.2.crate) = 652fb6cf33ce7c341e65e632ea0ec2852f1f9e6a532ea9c1f16933832b5e1be1 -SHA512 (rayon-core-1.9.2.crate) = 83c17e71e3da636d97ad77b64d988bfaa78addfd0c512f0fc09b1755614dab2a35532a4dcb126fa15da4e62461e59f5683b922a1fb4a5381a629992617d0383f -Size (rayon-core-1.9.2.crate) = 65221 bytes +BLAKE2s (rayon-1.5.3.crate) = 9f9198a787f4a5f62743689851cdd388123440782dadb50f59a1179488d51a33 +SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82 +Size (rayon-1.5.3.crate) = 167246 bytes +BLAKE2s (rayon-core-1.9.3.crate) = 42b60193f986172f6dc6ebf1dd5394b92f3affbddb39b9f3421480be38064fe5 +SHA512 (rayon-core-1.9.3.crate) = 4b852f083766e7e414132840cc8dfef148e15db47967eeedc2ddbff9a4372521c296dd4f66e0b6990f49a8ce88ebed9d44e7ad674df42f96b99b24469b1852a5 +Size (rayon-core-1.9.3.crate) = 65300 bytes BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 Size (redox_syscall-0.2.13.crate) = 23759 bytes BLAKE2s (redox_users-0.4.3.crate) = fafe5c327db7de7f8b6340807a14fb60bdea5ac74634a60379b62c4793cb447b SHA512 (redox_users-0.4.3.crate) = 0d3366e23cf93e1b0e025a29025eaebfcd1145bd158e2663b94fd952dc2d8a25566819e3a03c4136ca16a6408d37396e2ead0814c3f0c2bb10334dfd0b838fda Size (redox_users-0.4.3.crate) = 15353 bytes -BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 -SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 -Size (regex-1.5.5.crate) = 238119 bytes +BLAKE2s (regex-1.5.6.crate) = 54470e0ce7f905fde38456f82bc830c98a1ac830538cc1596f5e4f1dc2ee84a4 +SHA512 (regex-1.5.6.crate) = 43ad2ebe14f43d69c62f563a4fd53b5657f0f2cc130a0e6353a13073027640ff891e9f9b40ea85858507047bddb2e023d668c9bf57f2ba0ae045b74b5f0d2a1f +Size (regex-1.5.6.crate) = 238593 bytes BLAKE2s (regex-automata-0.1.10.crate) = 283615bf1114bdcf5a2ebd639ba1889a8a9a0195b566f41226f7e0961f3d5d81 SHA512 (regex-automata-0.1.10.crate) = 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f Size (regex-automata-0.1.10.crate) = 114533 bytes -BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 -SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (regex-syntax-0.6.26.crate) = d644259c960314f13984e773bc86607f79ce86e6b397fe231d5cb32ddcc36926 +SHA512 (regex-syntax-0.6.26.crate) = 46087f5a2abfb48f24da77e79e66f6e514b5d005c4ae2c3283418ec471ddac9e4a1361edbae9d27efeb10217157092f812946b7b98182cf9f8aa703e01c03634 +Size (regex-syntax-0.6.26.crate) = 293912 bytes BLAKE2s (rustc-hash-1.1.0.crate) = ba3940200a72ad4ee115b0ef61c7c32278f6a3fa5d913220d1bd72362ef63aaf SHA512 (rustc-hash-1.1.0.crate) = 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 Size (rustc-hash-1.1.0.crate) = 9331 bytes BLAKE2s (rustc_version-0.4.0.crate) = 8244e9157b6b8811ae926fc0ed00edeb2b0a0f0f34d6e7b93ad236cbb6ffffba SHA512 (rustc_version-0.4.0.crate) = f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db Size (rustc_version-0.4.0.crate) = 12175 bytes -BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 -SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb -Size (ryu-1.0.9.crate) = 48391 bytes +BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2 +SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 +Size (ryu-1.0.10.crate) = 48485 bytes BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c Size (same-file-1.0.6.crate) = 10183 bytes @@ -285,9 +267,9 @@ Size (serde_json-1.0.81.crate) = 144480 bytes BLAKE2s (serde_yaml-0.8.24.crate) = 056ae9de949b9c228b5996726b682425c93bde14a339c7a4caa9cccf55675249 SHA512 (serde_yaml-0.8.24.crate) = f32d3138a7879b6ec9329c48e691cd2d8e152058220402788309dbe830d90e37bcdf9d3538d79b845547b2135706b3060ff40a943d357f9d3b6dec478af400c9 Size (serde_yaml-0.8.24.crate) = 42102 bytes -BLAKE2s (signal-hook-0.3.13.crate) = 9809c7c313a00847f91bcb67ed0a5535b8f5ecc3a7303608d29557e2ddd3b228 -SHA512 (signal-hook-0.3.13.crate) = c4632d31ca158fdfba5da44585f0d6211469ee17b7e22d86688af11b4ed976b0134e87e0ad686dc2e5a8fac0ecb08838108080ac875a7b55322e0735ff1ccfdb -Size (signal-hook-0.3.13.crate) = 49252 bytes +BLAKE2s (signal-hook-0.3.14.crate) = ac9086119f9f59badae90a83ae739a0993551d075e13ecaddea5e23f84c9eebe +SHA512 (signal-hook-0.3.14.crate) = 32ecf012e46b94d3a87f2e56cd4c03a97886013309a4e52ef3e7769ed14b49ae2814bb6346cfc9766525dcf15db4182d260d3c9311134e3e6f5301c58729442a +Size (signal-hook-0.3.14.crate) = 49446 bytes BLAKE2s (signal-hook-mio-0.2.3.crate) = 3978798249d992e347f94de76b52d3de9fee88b4624e5c37f332ad76f253be37 SHA512 (signal-hook-mio-0.2.3.crate) = 98429330c109dacbeca5f0788d993d1ec2830b6f95886a433592b2096508dfef2027d62a99b985654dfcd927f7f3f93fbfc19361f8efaef5efe84cbacfc1ab08 Size (signal-hook-mio-0.2.3.crate) = 9064 bytes @@ -297,9 +279,9 @@ Size (signal-hook-registry-1.4.0.crate) = 17912 bytes BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c Size (smallvec-1.8.0.crate) = 27992 bytes -BLAKE2s (syn-1.0.92.crate) = d18c68924575830ccde5940141f7fbbd738a8bb80812fbc2727e71a6371df5ff -SHA512 (syn-1.0.92.crate) = 1884dd85a13bd0dd84f3599de428304f90b9bad91d8e51f23523fb75aab950df017ea85dc5efb99f793a37769bf2a1b972580ed5b14500b2706c45336a9068b7 -Size (syn-1.0.92.crate) = 236605 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes BLAKE2s (termtree-0.2.4.crate) = ead7601c37fc3b52b1fab48f98b1135168d83c082e04880d899fd000a35072a6 SHA512 (termtree-0.2.4.crate) = afe4e94bd57c9917ba48be4b3a22ff2b9b8a6c764c86871a3be9087ae0c65326fadb466e285a129082e4243ba6bca933d89ea01aa9188222c055f0c2b308cdf3 Size (termtree-0.2.4.crate) = 4416 bytes @@ -321,21 +303,21 @@ Size (tinytemplate-1.2.1.crate) = 26490 bytes BLAKE2s (tui-0.18.0.crate) = 86152699f47fa3d09a7bc7478fbb543fc8b5e646e93e4bbc81119962de9ee8b2 SHA512 (tui-0.18.0.crate) = 6cf86df7df5ad8bb06e60c33b5d93c46634fff66533e26bf095b1e976253eec047ee30b0e0256202cfc5b477afffa7e967701bb5c28fe46917020c4ee30bb8f5 Size (tui-0.18.0.crate) = 139948 bytes -BLAKE2s (tui-input-0.1.2.crate) = c151612668a74c654c1929cc97659b0113705bed3d4fff497b8980c4ead67df2 -SHA512 (tui-input-0.1.2.crate) = c528c6c745032fcaf71deea066751d3708e2439a545bf5a76a84816f3ac6b520ae9754d2af3f0afe3c96c373166c47015ffc2c53331974bc03d3c48e0068adc1 -Size (tui-input-0.1.2.crate) = 8613 bytes +BLAKE2s (tui-input-0.4.0.crate) = 0cc934f7df6a0bdb3e8208395d561f62805a58c66a3a9c2620e16bbd5f372ff3 +SHA512 (tui-input-0.4.0.crate) = f33a33f61388a529d13d3a86621a9c4050c2a4eefb38aad25606b0f0986dd2fb10c94e0bb017beb46ecf68a2b5ac1610dcf37b9bfd5a2bbc4052efbca0df7aa4 +Size (tui-input-0.4.0.crate) = 8993 bytes BLAKE2s (unicase-2.6.0.crate) = 389082bf2c60fa4668d7b943d6eebc3a78d540e5f1525582ffbad9b7eee8b024 SHA512 (unicase-2.6.0.crate) = 7e76a5f344e32c56cf87223585d87a56c79627b52bba0b29eb6de82de874b2964accededa8e9b5741f57944b6750fba5c61e679a50d4fd5a5646f431e2f4f188 Size (unicase-2.6.0.crate) = 23478 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (unicode-segmentation-1.9.0.crate) = fdcf49e933d6dbe0684fc2e1e172f784ff19668d56ff5be2efcaefa06a0a6b0c SHA512 (unicode-segmentation-1.9.0.crate) = 7d0ea37bfb24a1a803b1cd40b7b0c0e6e44ebf9a474fdedf0dcca1ead25662e19f44af29b87de1b000c3cc75fec93320938bb3ab9d9e82298eda324bb97e7294 Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes -BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e -SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 -Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 Size (version_check-0.9.4.crate) = 14895 bytes @@ -399,10 +381,10 @@ Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes -BLAKE2s (xplr-0.17.6.tar.gz) = 8bee9ec4c2b936fa015d4a182482224a671f5404f9a74e7b7435012422aa9b0a -SHA512 (xplr-0.17.6.tar.gz) = b70d96ae38b64da6029249715619c88ec487aa01cd22bc26d9d455013f2412a001d594f32333c374c3ab0a1e2ec7e610abe8e3e873fd30518b77209b79f10b6e -Size (xplr-0.17.6.tar.gz) = 415648 bytes +BLAKE2s (xplr-0.18.0.tar.gz) = 72b0c77cd71ba40144ac37144385924288f2d7d4a66ffa511fdb1cca39a628f8 +SHA512 (xplr-0.18.0.tar.gz) = e320e9284a3589637e89b688a67b22048469cf0dd5fece4c1bf1bc9a6525ecb8c08417178c1885008b26ad2346b575322700193054b7ba4932912bb1651c3c37 +Size (xplr-0.18.0.tar.gz) = 418012 bytes BLAKE2s (yaml-rust-0.4.5.crate) = 65c7c0fe708cb682959e36fbb03b09a35b09d529e5c87364107f5985940a1404 SHA512 (yaml-rust-0.4.5.crate) = 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0 Size (yaml-rust-0.4.5.crate) = 47783 bytes -SHA1 (patch-Cargo.toml) = ed89c87e89b909b0060432645713ed4d7e3689f9 +SHA1 (patch-Cargo.toml) = 2a04bb10350b66aa73973818b4d621cb354a9a1c diff --git a/sysutils/xplr/patches/patch-Cargo.toml b/sysutils/xplr/patches/patch-Cargo.toml index 971af37623397..dedd5dcd6f564 100644 --- a/sysutils/xplr/patches/patch-Cargo.toml +++ b/sysutils/xplr/patches/patch-Cargo.toml @@ -1,10 +1,10 @@ -$NetBSD: patch-Cargo.toml,v 1.15 2022/04/14 10:59:06 pin Exp $ +$NetBSD: patch-Cargo.toml,v 1.16 2022/05/21 21:10:56 pin Exp $ Don't pull vendored version, use pkgsrc LuaJIT2 ---- Cargo.toml.orig 2022-04-14 08:23:20.000000000 +0000 +--- Cargo.toml.orig 2022-05-21 04:21:04.000000000 +0000 +++ Cargo.toml -@@ -58,7 +58,7 @@ features = ['serde'] +@@ -67,7 +67,7 @@ features = ['serde'] [dependencies.mlua] version = "0.7.4" @@ -12,4 +12,4 @@ Don't pull vendored version, use pkgsrc LuaJIT2 +features = ['luajit', 'serialize', 'send'] [dependencies.tui-input] - version = "0.1.2" + version = "0.4.0" From f6f901b8d9ed1566f0d658f4c393dac453e96758 Mon Sep 17 00:00:00 2001 From: pin Date: Sat, 21 May 2022 21:11:17 +0000 Subject: [PATCH 0782/1154] doc: Updated sysutils/xplr to 0.18.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 72873678ddc44..5b2c07151be66 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2668 2022/05/21 21:10:04 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2669 2022/05/21 21:11:17 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4113,3 +4113,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/php80 to 8.0.19nb1 [taca 2022-05-21] Updated lang/php81 to 8.1.6nb1 [taca 2022-05-21] Updated textproc/tuc to 0.7.0 [pin 2022-05-21] + Updated sysutils/xplr to 0.18.0 [pin 2022-05-21] From 349a9ef68cab03988c32ff3455175ac1663cdb13 Mon Sep 17 00:00:00 2001 From: fcambus Date: Sat, 21 May 2022 21:38:36 +0000 Subject: [PATCH 0783/1154] most: update to 5.1.0. Changes since 5.0.0 1. src/Makefile.in: Install docs in $prefix/share/doc 2. src/most.h,sysdep.c: win32-specific patches (Andrew Wu) 3. most.1: Typo corrected (Stephane Blondon) 4. src/line.c: removed redundant switch in the most_forward_columns function. 5. src/buffer.c: avoid call to SLutf8_skip_char if the character is ascii. 6. src/file.c: Added an option to most_read_file_dsc to skip the line count and made use of it in search.c to speed up the searches a bit. 7. src/display.c: When wrapping a line, the color was not "wrapping". 8. src/line.c: When moving forward n columns, skip over trailing 0 length color escape sequences. 9. src/buffer.c: If a color escape sequence occurs at the end of a line line whose display width is equal to the terminal width, do not wrap the line. 10. src/keym.c: Limit the amount of loops when going to the end of the buffer. It is possible for a run-away process to write to a logfile that most is viewing causing it to loop forever seeking the end of the file, which may never come. 11. src/help.c: Change DELETE to BACKSPACE. file.c: Indicate that chdir return value is being ignored. 12. configure,autoconf/*: Updated configure script and related files. 13. src/most.c: when acting as `cat`, a file pointer was not being closed (George Danchev). 14. src/*.c: Removed some unused variables. 15. configure: Use /etc/ld.so.conf to located system lib paths. 16. autoconf/*: updates 17. src/line.c, buffer.c: Fixed an issue with the display of double-width characters to address . 18. src/*.[ch]: Updated copyright year 19. src/search.c: Rewrote the search functions from scratch. Both ordinary and regexp searches are now supported. Use -r to startup with regular-expression searches. 20. src/keym.c: Added support for Home/End keys (top/bottom of buffer). 21. src/line.c: Added a work-around for programs that try colorize the output using the clear-to-end-of-line escape sequence (ESC[K) without regard for the value of isatty(fileno(sdout)). Most will ignore ESC[K unless invoked with -v. 22. configure: Updated to use aclocal.m4 v0.3.3-1 23. src/Makefile.in: Added LDFLAGS to chkslang linker line (Denis Pronin) 24. *: Converted the man page source most.1 to text-macro, and regenerated it. Updated copyrights for upcoming release. 25. Updated manifest and copyrights updated for 2019 release. --- misc/most/Makefile | 7 +++---- misc/most/distinfo | 10 +++++----- .../{patch-ab => patch-src_Makefile.in} | 20 +++++++++---------- 3 files changed, 17 insertions(+), 20 deletions(-) rename misc/most/patches/{patch-ab => patch-src_Makefile.in} (71%) diff --git a/misc/most/Makefile b/misc/most/Makefile index 0a8c6638d444d..e5b5eaff85513 100644 --- a/misc/most/Makefile +++ b/misc/most/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2020/01/26 17:31:44 rillig Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/21 21:38:36 fcambus Exp $ -DISTNAME= most-5.0.0a -PKGREVISION= 6 +DISTNAME= most-5.1.0 CATEGORIES= misc -MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ +MASTER_SITES= https://www.jedsoft.org/releases/most/ MAINTAINER= rhwang@bigpanda.com HOMEPAGE= https://www.jedsoft.org/most/ diff --git a/misc/most/distinfo b/misc/most/distinfo index ac0fbc416ec4d..f48957dafa8d4 100644 --- a/misc/most/distinfo +++ b/misc/most/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:59:15 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/05/21 21:38:36 fcambus Exp $ -BLAKE2s (most-5.0.0a.tar.gz) = 082aab7df5bee3a238dce9a340a9cfc742cf0265f797e040ada56fc181714bff -SHA512 (most-5.0.0a.tar.gz) = 8487895d736ea19a7a635dc67c974104a0c469a88a74f8b757a0509b9dee4534fd70b966054624be71734ac7de9a9daa1efb56827ff176b9468ce5a0b1ed2349 -Size (most-5.0.0a.tar.gz) = 155233 bytes -SHA1 (patch-ab) = 7d8a6519856fe05dcc94f745059dc321e5e4d625 +BLAKE2s (most-5.1.0.tar.gz) = 90f1a71b55f383305ffe370b432c8e44f6de41a3f42d298bf74981babc77561c +SHA512 (most-5.1.0.tar.gz) = cbc090283bbaafb8ffee9d6d1abc7b49cd58d54b742cf8dc86274351dee6398d1f24841bd1631ac40f861ad9e23569646133d3297317d9d514a7a38dd74533d2 +Size (most-5.1.0.tar.gz) = 162172 bytes +SHA1 (patch-src_Makefile.in) = 4ba2e9219593b00333acea6eda21e3cda3988a5b diff --git a/misc/most/patches/patch-ab b/misc/most/patches/patch-src_Makefile.in similarity index 71% rename from misc/most/patches/patch-ab rename to misc/most/patches/patch-src_Makefile.in index 8b1248ef582f5..5a04080a3a800 100644 --- a/misc/most/patches/patch-ab +++ b/misc/most/patches/patch-src_Makefile.in @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.2 2008/08/09 21:32:39 bjs Exp $ +$NetBSD: patch-src_Makefile.in,v 1.1 2022/05/21 21:38:36 fcambus Exp $ ---- src/Makefile.in.orig 2007-09-09 12:14:17.000000000 -0400 +--- src/Makefile.in.orig 2018-10-29 07:55:02.000000000 +0000 +++ src/Makefile.in @@ -22,7 +22,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.2 2008/08/09 21:32:39 bjs Exp $ DOC_DIR = $(datarootdir)/doc/most SYS_INITFILE = @sysconfdir@/most.conf MKINSDIR = ../autoconf/mkinsdir.sh -@@ -79,21 +79,21 @@ clean: +@@ -79,20 +79,20 @@ clean: distclean: clean /bin/rm -rf $(OBJDIR) Makefile sysconf.h installdirs: @@ -23,23 +23,21 @@ $NetBSD: patch-ab,v 1.2 2008/08/09 21:32:39 bjs Exp $ + $(BSD_INSTALL_PROGRAM_DIR) $(DEST_BINDIR) install: all installdirs - $(INSTALL) -s $(OBJDIR)/most $(DEST_BINDIR) -- $(INSTALL_DATA) ../most.1 $(DEST_MANDIR)/man1 +- $(INSTALL_DATA) ../doc/most.1 $(DEST_MANDIR)/man1 - @for i in $(DOC_FILES); \ - do \ -- i=../$$i; \ -- echo $(INSTALL_DATA) $$i $(DEST_DOCDIR); \ -- $(INSTALL_DATA) $$i $(DEST_DOCDIR); \ +- echo $(INSTALL_DATA) $$i $(DEST_DOCDIR)/; \ +- $(INSTALL_DATA) $$i $(DEST_DOCDIR)/; \ - if [ "$$?" != "0" ]; then \ - exit 1; \ - fi; \ - done + $(BSD_INSTALL_PROGRAM) $(OBJDIR)/most $(DEST_BINDIR) -+ $(BSD_INSTALL_MAN) ../most.1 $(DEST_MANDIR)/man1 ++ $(BSD_INSTALL_MAN) ../doc/most.1 $(DEST_MANDIR)/man1 + #@for i in $(DOC_FILES); \ + #do \ -+ # i=../$$i; \ -+ # echo $(INSTALL_DATA) $$i $(DEST_DOCDIR); \ -+ # $(INSTALL_DATA) $$i $(DEST_DOCDIR); \ ++ # echo $(INSTALL_DATA) $$i $(DEST_DOCDIR)/; \ ++ # $(INSTALL_DATA) $$i $(DEST_DOCDIR)/; \ + # if [ "$$?" != "0" ]; then \ + # exit 1; \ + # fi; \ From 434c2584f66adcae828f06908a2fb88f683772e2 Mon Sep 17 00:00:00 2001 From: fcambus Date: Sat, 21 May 2022 21:38:47 +0000 Subject: [PATCH 0784/1154] doc: Updated misc/most to 5.1.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5b2c07151be66..914b0b256f020 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2669 2022/05/21 21:11:17 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2670 2022/05/21 21:38:47 fcambus Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4114,3 +4114,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/php81 to 8.1.6nb1 [taca 2022-05-21] Updated textproc/tuc to 0.7.0 [pin 2022-05-21] Updated sysutils/xplr to 0.18.0 [pin 2022-05-21] + Updated misc/most to 5.1.0 [fcambus 2022-05-21] From 839d29d31a48eb4439335faaff9cba1c3509b7da Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 21 May 2022 21:41:09 +0000 Subject: [PATCH 0785/1154] elm-me: fix pkglint warnings --- mail/elm-me/Makefile | 4 ++-- mail/elm-me/distinfo | 8 ++++---- mail/elm-me/patches/patch-aa | 28 ++++++++++++---------------- mail/elm-me/patches/patch-ac | 4 ++-- mail/elm-me/patches/patch-ad | 6 +++--- 5 files changed, 23 insertions(+), 27 deletions(-) diff --git a/mail/elm-me/Makefile b/mail/elm-me/Makefile index 3e783268e44d5..53c8e4fe2b6b3 100644 --- a/mail/elm-me/Makefile +++ b/mail/elm-me/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2021/05/24 19:52:39 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/21 21:41:09 rillig Exp $ DISTNAME= elm-2.4ME+93 PKGNAME= elm-me-2.4.93 @@ -21,7 +21,7 @@ CONFIG_SHELL= ksh CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -S -INSTALL_DIRS= ${WRKSRC} nls +INSTALL_DIRS= . nls INSTALLATION_DIRS= share/nls/C CONF_FILES= ${PREFIX}/lib/elm.mimetypes-dist \ diff --git a/mail/elm-me/distinfo b/mail/elm-me/distinfo index e7c04b7f554b2..2a2dbc5a796cf 100644 --- a/mail/elm-me/distinfo +++ b/mail/elm-me/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:53:59 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/05/21 21:41:09 rillig Exp $ BLAKE2s (elm-2.4ME+93.tar.gz) = 8968bd2b8a9aa00ac64e1727652aa2d754ad6349c628ed2c1c965187c8937205 SHA512 (elm-2.4ME+93.tar.gz) = cc1e3c2d5e12baae4b43426e9b7239ef460a4bc0bbbb6279cda716454fcb5042f5143312ce144d9b5cf3ad8fd0c1282a637748a2d1be3f90eb3ed9458b63d7f2 Size (elm-2.4ME+93.tar.gz) = 1569204 bytes -SHA1 (patch-aa) = 22f5b0219ada56c90cd26b47e9f5beac3af00c4a +SHA1 (patch-aa) = 4c190411962ebaa990372b6ed179d27519c6db62 SHA1 (patch-ab) = 6445b6573934c9497c15050917da6738e883c576 -SHA1 (patch-ac) = c76cbb5adc548bdc68fc860063e5280ff90d7e59 -SHA1 (patch-ad) = 73875671aa53548e1cbe1bfae56acb4792ee4b24 +SHA1 (patch-ac) = 3c1def372731a5f7bf35e8ead7a77026f94c7c92 +SHA1 (patch-ad) = af7d4b4e34dc1b5e5de61c7a066b82949a633b79 SHA1 (patch-ae) = d8b63984cf2bc367e311904f6d98e2b8790d3592 SHA1 (patch-bb) = d85e9625b327b766bcbea2d9063f76a7bc1ddd5d SHA1 (patch-bv) = dc11b6ef449d041ff63055924686d2da2138088f diff --git a/mail/elm-me/patches/patch-aa b/mail/elm-me/patches/patch-aa index 8f50f0ee293fb..0a0285306a4a5 100644 --- a/mail/elm-me/patches/patch-aa +++ b/mail/elm-me/patches/patch-aa @@ -1,17 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/07/18 19:59:14 martin Exp $ +$NetBSD: patch-aa,v 1.2 2022/05/21 21:41:09 rillig Exp $ -*** nls/LANGS.old Sun Jun 28 04:32:25 1992 ---- nls/LANGS Fri Jul 28 06:48:31 1995 -*************** -*** 1,5 **** - # LANGS file - -! C/C/C /usr/local/nls/msg/C -! english/us/ascii /usr/local/nls/msg/english -! french/canada/8859 /usr/local/nls/msg/french ---- 1,5 ---- - # LANGS file - -! C/C/C __PREFIX/share/nls/C -! english/us/ascii __PREFIX/share/nls/en_US.ISO_8859-1 -! french/canada/8859 __PREFIX/share/nls/fr_FR.ISO_8859-1 +--- nls/LANGS.orig 2001-06-19 17:03:18.000000000 +0000 ++++ nls/LANGS +@@ -1,5 +1,5 @@ + # LANGS file + +-C/C/C /usr/local/nls/msg/C +-english/us/ascii /usr/local/nls/msg/english +-french/canada/8859 /usr/local/nls/msg/french ++C/C/C __PREFIX/share/nls/C ++english/us/ascii __PREFIX/share/nls/en_US.ISO_8859-1 ++french/canada/8859 __PREFIX/share/nls/fr_FR.ISO_8859-1 diff --git a/mail/elm-me/patches/patch-ac b/mail/elm-me/patches/patch-ac index bfbd6da78ad59..470417f1972b8 100644 --- a/mail/elm-me/patches/patch-ac +++ b/mail/elm-me/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/07/18 19:59:14 martin Exp $ +$NetBSD: patch-ac,v 1.2 2022/05/21 21:41:09 rillig Exp $ --- Configure.orig Sun Jun 4 17:21:26 2000 +++ Configure Sun Jun 4 17:22:17 2000 -@@ -15,7 +15,7 @@ +@@ -16,7 +16,7 @@ PATH=".:$PATH:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin" export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$) diff --git a/mail/elm-me/patches/patch-ad b/mail/elm-me/patches/patch-ad index 00d187b8fcbdb..3317ecf5cfbf6 100644 --- a/mail/elm-me/patches/patch-ad +++ b/mail/elm-me/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.3 2008/01/05 19:21:00 rillig Exp $ +$NetBSD: patch-ad,v 1.4 2022/05/21 21:41:09 rillig Exp $ --- src/pgp.c.orig Tue Jun 19 19:03:47 2001 +++ src/pgp.c Wed Jul 18 19:22:05 2001 -@@ -161,7 +159,7 @@ static int GetPGPKey (name, target, targ +@@ -159,7 +159,7 @@ static int GetPGPKey (name, target, targ char *path; case pgp2: @@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.3 2008/01/05 19:21:00 rillig Exp $ pgp2_path,"+verbose=0", "+language=en", "-kv", c, (char *)0); tmp = errno; -@@ -169,14 +167,14 @@ static int GetPGPKey (name, target, targ +@@ -167,14 +167,14 @@ static int GetPGPKey (name, target, targ break; case pgp5: path = elm_message(FRM("%s/pgpk"),pgp5_dir); From dce47a48e2d7a051579d7872f0796570eb9fede3 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 21 May 2022 22:24:00 +0000 Subject: [PATCH 0786/1154] php-gd: remove unknown configure option --with-xpm-dir Add license, bump PKGREVISION. --- graphics/php-gd/Makefile | 7 +++---- graphics/php-gd/options.mk | 14 -------------- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 graphics/php-gd/options.mk diff --git a/graphics/php-gd/Makefile b/graphics/php-gd/Makefile index 16c3e5e48a304..bbbf1b2ab0799 100644 --- a/graphics/php-gd/Makefile +++ b/graphics/php-gd/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.48 2020/08/17 20:19:07 leot Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/21 22:24:00 rillig Exp $ MODNAME= gd +PKGREVISION= 2 CATEGORIES+= graphics COMMENT= PHP extension for GD graphics library -PKGREVISION= 1 +LICENSE= php CONFLICTS= php-gd-[0-9]* @@ -26,8 +27,6 @@ CONFIGURE_ARGS+= --with-external-gd USE_PHP_EXT_PATCHES= yes -.include "options.mk" - .include "../../graphics/gd/buildlink3.mk" .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/php-gd/options.mk b/graphics/php-gd/options.mk deleted file mode 100644 index d2ce3bb52005e..0000000000000 --- a/graphics/php-gd/options.mk +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: options.mk,v 1.1 2016/08/13 17:34:41 taca Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.gd -PKG_SUPPORTED_OPTIONS= x11 - -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Mx11) -.include "../../x11/libXpm/buildlink3.mk" -CONFIGURE_ENV+= X11BASE=${X11BASE} -CONFIGURE_ARGS+= --with-xpm-dir=${BUILDLINK_PREFIX.libXpm} -.else -CONFIGURE_ARGS+= --with-xpm-dir=no -.endif From a860ed33401cc5147f1862eb4bfdf0e8889e1e91 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 21 May 2022 23:03:30 +0000 Subject: [PATCH 0787/1154] mediawiki: remove noop SUBST blocks These blocks have been ignored since 2018-07-04, when the SUBST_STAGE was changed from post-patch to pre-configure. Replacing "NO_CONFIGURE=yes" with "do-configure: # nothing" demonstrated that these SUBST blocks were outdated anyway, at least one of them referred to missing files. --- www/mediawiki/Makefile | 43 +----------------------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/www/mediawiki/Makefile b/www/mediawiki/Makefile index 8e24fb1536ac1..466002a197f3c 100644 --- a/www/mediawiki/Makefile +++ b/www/mediawiki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2021/10/02 01:52:48 wen Exp $ +# $NetBSD: Makefile,v 1.87 2022/05/21 23:03:30 rillig Exp $ DISTNAME= mediawiki-${VER}.${PVER} CATEGORIES= www @@ -36,47 +36,6 @@ CONF_FILES= ${PREFIX}/${EGDIR}/mediawiki.conf \ NO_CONFIGURE= YES NO_BUILD= YES -SUBST_CLASSES+= paths -SUBST_MESSAGE.paths= Fixing pathnames in configuration file. -SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths= ../mediawiki.conf -SUBST_VARS.paths= MEDIAWIKI - -SUBST_CLASSES+= sh -SUBST_STAGE.sh= pre-configure -SUBST_MESSAGE.sh= Fixing path to sh -SUBST_FILES.sh+= maintenance/storage/make-blobs -SUBST_FILES.sh+= maintenance/dev/install.sh maintenance/dev/installphp.sh -SUBST_FILES.sh+= maintenance/dev/installmw.sh maintenance/dev/start.sh -SUBST_FILES.sh+= includes/limit.sh -SUBST_SED.sh= -e "s|/bin/bash|${SH}|" - -SUBST_CLASSES+= sh2 -SUBST_STAGE.sh2= pre-configure -SUBST_MESSAGE.sh2= Fixing path to sh -SUBST_FILES.sh2+= maintenance/mwjsduck-gen -SUBST_FILES.sh2+= docs/kss/scripts/kss-node-check.sh -SUBST_SED.sh2= -e "s|/usr/bin/env bash|${SH}|" - -SUBST_CLASSES+= perl -SUBST_STAGE.perl= pre-configure -SUBST_MESSAGE.perl= Fixing path to perl -SUBST_FILES.perl+= maintenance/postgres/compare_schemas.pl -SUBST_FILES.perl+= maintenance/postgres/mediawiki_mysql2postgres.pl -SUBST_SED.perl= -e "s|/usr/bin/perl|${PERL5}|" - -SUBST_CLASSES+= python -SUBST_STAGE.python= pre-configure -SUBST_MESSAGE.python= Fixing python path -SUBST_FILES.python+= extensions/ConfirmEdit/captcha.py -SUBST_SED.python= -e "s,/usr/bin/python,${PYTHONBIN}," - -SUBST_CLASSES+= python2 -SUBST_STAGE.python2= pre-configure -SUBST_MESSAGE.python2= Fixing python path -SUBST_FILES.python2+= maintenance/language/zhtable/Makefile.py -SUBST_SED.python2= -e "s,/usr/bin/env python,${PYTHONBIN}," - post-extract: ${CP} ${FILESDIR}/mediawiki.conf ${WRKDIR}/mediawiki.conf From 06f1ebe08031aaf6ee46046bdf04b55ada2b3aff Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 21 May 2022 23:05:59 +0000 Subject: [PATCH 0788/1154] mediawiki: fix pkglint warnings about redundant APACHE_USER --- www/mediawiki/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/mediawiki/Makefile b/www/mediawiki/Makefile index 466002a197f3c..cf61263f400d8 100644 --- a/www/mediawiki/Makefile +++ b/www/mediawiki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2022/05/21 23:03:30 rillig Exp $ +# $NetBSD: Makefile,v 1.88 2022/05/21 23:05:59 rillig Exp $ DISTNAME= mediawiki-${VER}.${PVER} CATEGORIES= www @@ -23,8 +23,6 @@ INSTALLATION_DIRS= ${EGDIR} share/mediawiki VER= 1.36 PVER= 2 -APACHE_USER?= www -APACHE_GROUP?= www BUILD_DEFS+= APACHE_USER APACHE_GROUP PKG_SYSCONFSUBDIR?= httpd From 4797eb995f3dc56c70aa94d6aa9012c644b516b4 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 23:09:12 +0000 Subject: [PATCH 0789/1154] (math/R-car) Updated 3.0.11 to 3.0.13 Changes to Version 3.0-13 o Handle singularities better in Anova.mlm() (suggestion of Marius Barth). o Fixed error reporting in logit() (bug reported by Collin Erickson). o Added pt.cex and cex sub-arguments to legend argument of scatterplotMatrix() (implicit suggestion of Duncan Mackay). o New vif.lm() method with options for handling linear models with interactions. o Fixed bug in cooks.distance.influence.lme() (in effect, incorrect division by the error variance twice rather than once), and a sign error in dfbeta.influence.lme() and dfbetas.influence.lme() (following report by Ben Bolker). o Added an error.df argument to the default methods of linearHypothesis() and Anova() for computing F-tests; if the argument is unspecified, then df.residual() is applied to the model, and if df.residual() returns NULL or NA, then an asymptotic chi-square test is substituted for the F-test (in response to a report by Adrian Olszewski that Anova() fails for gls models when an F-test is requested). Changes to Version 3.0-12 o The 'rio` package is now suggested, not required. To use the Import() and Export() functions users may need to install rio using install.packages("rio") o hccm() now reports an interpretable error, except for type = "hc0" or "hc1", when there are cases with hatvalues = 1 (following problem reported by Peng Ding). o Fix bug in rownames in dfbetasPlots.lm() (reported by Shu Fai Cheun). o Package 'rio' was moved from Imports to Suggests. Both Import() and Export() now check for the availability of 'rio' first and report an error otherwise. --- math/R-car/Makefile | 6 +++--- math/R-car/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/math/R-car/Makefile b/math/R-car/Makefile index 5e196d92ecf38..0090685511268 100644 --- a/math/R-car/Makefile +++ b/math/R-car/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2021/09/11 12:31:42 mef Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/21 23:09:12 mef Exp $ R_PKGNAME= car -R_PKGVER= 3.0-11 +R_PKGVER= 3.0-13 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Companion to 'Applied Regression' LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 -DEPENDS+= R-rio>=0.5.16:../../devel/R-rio DEPENDS+= R-maptools>=0.9.5:../../geography/R-maptools DEPENDS+= R-abind>=1.4.5:../../math/R-abind DEPENDS+= R-carData>=3.0.0:../../math/R-carData @@ -21,6 +20,7 @@ TEST_DEPENDS+= R-lmtest-[0-9]*:../../math/R-lmtest TEST_DEPENDS+= R-effects-[0-9]*:../../graphics/R-effects TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr TEST_DEPENDS+= R-rgl-[0-9]*:../../graphics/R-rgl +TEST_DEPENDS+= R-rio>=0.5.16:../../devel/R-rio TEST_DEPENDS+= R-sandwich-[0-9]*:../../math/R-sandwich TEST_DEPENDS+= R-lme4-[0-9]*:../../math/R-lme4 diff --git a/math/R-car/distinfo b/math/R-car/distinfo index 02c6c9d40d93d..4a6d44b9faeba 100644 --- a/math/R-car/distinfo +++ b/math/R-car/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 10:55:25 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/05/21 23:09:12 mef Exp $ -BLAKE2s (R/car_3.0-11.tar.gz) = 710f49907616f5ea692ecb9c29076b06493ab4c68ade5391db54f0db09fe6c49 -SHA512 (R/car_3.0-11.tar.gz) = 332878f8c6f07bfdac1fbe84fff2211ff8349b68b715b4b97a0a915a8d80e9b877e995bebf5e2b7059d3b2b2fb52bcab64ded6b4da28a88784628ace7f114ec4 -Size (R/car_3.0-11.tar.gz) = 490173 bytes +BLAKE2s (R/car_3.0-13.tar.gz) = 064cd405d50a7d5d6c674078d7b1bd9f467816d92f9e1c9dd8d01c5843a97022 +SHA512 (R/car_3.0-13.tar.gz) = adc75a2449f7367fe21e9d67c9642b59678f465d1d59f847dcce4fddcf9c99bf7327743cdfb49feaaea554d07af9e21f89a099ee03ea30eb39ed2ca6c5459504 +Size (R/car_3.0-13.tar.gz) = 494341 bytes From 55664a57cfc63a13345c4b9e5c0c799f59a2f1b3 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 21 May 2022 23:09:23 +0000 Subject: [PATCH 0790/1154] doc: Updated math/R-car to 3.0.13 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 914b0b256f020..d4aeda8ad725b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2670 2022/05/21 21:38:47 fcambus Exp $ +$NetBSD: CHANGES-2022,v 1.2671 2022/05/21 23:09:23 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4115,3 +4115,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/tuc to 0.7.0 [pin 2022-05-21] Updated sysutils/xplr to 0.18.0 [pin 2022-05-21] Updated misc/most to 5.1.0 [fcambus 2022-05-21] + Updated math/R-car to 3.0.13 [mef 2022-05-21] From afd9a5ee6be481f540929e701685519197c105ab Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 22 May 2022 00:46:55 +0000 Subject: [PATCH 0791/1154] (math/R-XML) Updated 3.99.0.8 to 3.99.0.9, ChangeLog not updated --- math/R-XML/Makefile | 5 ++--- math/R-XML/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/math/R-XML/Makefile b/math/R-XML/Makefile index b32d2b1cf531b..9dbd33eda2bc9 100644 --- a/math/R-XML/Makefile +++ b/math/R-XML/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2022/04/18 19:11:34 adam Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/22 00:46:55 mef Exp $ R_PKGNAME= XML -R_PKGVER= 3.99-0.8 +R_PKGVER= 3.99-0.9 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Tools for parsing and generating XML within R -PKGREVISION= 2 LICENSE= 2-clause-bsd DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops diff --git a/math/R-XML/distinfo b/math/R-XML/distinfo index 5fe24f1f2938d..3ce8f0f080217 100644 --- a/math/R-XML/distinfo +++ b/math/R-XML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 10:55:24 nia Exp $ +$NetBSD: distinfo,v 1.15 2022/05/22 00:46:55 mef Exp $ -BLAKE2s (R/XML_3.99-0.8.tar.gz) = a9a3bb2fd026b026b9f7f1d0ea4fde6f4bbcc89375267f2f50c4b072f0b4035b -SHA512 (R/XML_3.99-0.8.tar.gz) = 59c0d9d8bd45668e71b36479afe7d368fd0c02fdf8ae9c7a0d35704856f5083b37484e29436f1dcf2367945c0eaf95480ad4f0a72c5c7bf938bc5113b0284bc0 -Size (R/XML_3.99-0.8.tar.gz) = 970694 bytes +BLAKE2s (R/XML_3.99-0.9.tar.gz) = 54573eedb29f5e47ce59747eda2837ca924b2001c8d3de8bab1f516cba15f153 +SHA512 (R/XML_3.99-0.9.tar.gz) = a06e85971cff3792d0c23c682de8a1442a973143d500b0170e6cb863b89c2a0984b930d62fe1f191b34b16c35d6c3b665e98bc9eebf72cdf9966efd86813c537 +Size (R/XML_3.99-0.9.tar.gz) = 970514 bytes From 470f2dce2413bdd6f16c13ba93d97c37ce529d40 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 22 May 2022 00:47:07 +0000 Subject: [PATCH 0792/1154] doc: Updated math/R-XML to 3.99.0.9 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d4aeda8ad725b..0e361978c65d5 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2671 2022/05/21 23:09:23 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2672 2022/05/22 00:47:07 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4116,3 +4116,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/xplr to 0.18.0 [pin 2022-05-21] Updated misc/most to 5.1.0 [fcambus 2022-05-21] Updated math/R-car to 3.0.13 [mef 2022-05-21] + Updated math/R-XML to 3.99.0.9 [mef 2022-05-22] From af8f003fa8dd59067c94d40e7b3a7399ba687906 Mon Sep 17 00:00:00 2001 From: rxg Date: Sun, 22 May 2022 00:54:00 +0000 Subject: [PATCH 0793/1154] error: Autoconf version 2.71 or higher is required for libcups-2.4.1 --- print/libcups/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/libcups/Makefile b/print/libcups/Makefile index 7401011e9ec92..7368dc106c443 100644 --- a/print/libcups/Makefile +++ b/print/libcups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2022/05/11 16:21:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/22 00:54:00 rxg Exp $ .include "../../print/cups/Makefile.common" @@ -66,6 +66,7 @@ SUBST_STAGE.piefix= pre-configure PKGCONFIG_OVERRIDE+= cups.pc PKGCONFIG_OVERRIDE_STAGE= post-configure +AUTOCONF_REQD= 2.71 pre-configure: cd ${WRKSRC} && aclocal && autoconf From 865d52377f681a68bd3b8dc7dcfb471ce620491a Mon Sep 17 00:00:00 2001 From: charlotte Date: Sun, 22 May 2022 02:41:47 +0000 Subject: [PATCH 0794/1154] libcyaml: Update MAINTAINER --- textproc/libcyaml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/libcyaml/Makefile b/textproc/libcyaml/Makefile index edc08c8479083..09423c6d64129 100644 --- a/textproc/libcyaml/Makefile +++ b/textproc/libcyaml/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2021/08/06 12:29:23 nia Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/22 02:41:47 charlotte Exp $ DISTNAME= libcyaml-1.2.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=tlsa/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= dressupgeekout@gmail.com +MAINTAINER= charlotte@NetBSD.org HOMEPAGE= https://github.com/tlsa/libcyaml COMMENT= Schema-based YAML parsing and serialization LICENSE= isc From 2b26a3363f858e9324b6dab26fb25fd826f1321c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 22 May 2022 09:26:21 +0000 Subject: [PATCH 0795/1154] doc/TODO: add some + ImageMagick-7.1.0.35, Mesa-22.1.0, gopls-0.8.4, grpc-1.46.3, harfbuzz-4.3, libxkbcommon-1.4.1, ninja-build-1.11.0, py-dill-0.3.5.1, py-feedparser-6.0.10, py-pip-audit-2.3.0, rust-analyzer-0.0.20220517 [needs rust 1.60.0]. --- doc/TODO | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index d2d9e8740b418..b3e621b52c5e7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21877 2022/05/21 15:34:03 mef Exp $ +$NetBSD: TODO,v 1.21878 2022/05/22 09:26:21 wiz Exp $ Suggested new packages ====================== @@ -366,12 +366,12 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o GNUMail-1.2.2 o Gorm-1.2.26 o HElib-2.1.0 + o ImageMagick-7.1.0.35 o ImageMagick6-6.9.12.8 o JBidwatcher-2.5.6 [wants launch4j] o LPRng-core-3.8.35 o Mesa-21.3.8 - o Mesa-22.1 - o MesaLib-22.0.3 + o Mesa-22.1.0 o OdfConverter-4.0 o PACK-0.0.4 o Pantomime-1.2.2 @@ -806,6 +806,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o golem-0.0.6 o goocanvas-2.0.2 o google-glog-2.2.2 + o gopls-0.8.4 o gossip-0.31 o got-0.52 o gourmet-0.13.3 @@ -819,6 +820,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o graphene-1.10.6 o greed-4.2 o gromacs-2021.1 + o grpc-1.46.3 o grub2-2.06 o gss-1.0.3 o gst-plugins1-omx-1.10.0 @@ -847,6 +849,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o h8300-elf-gcc-7.1.0 o hamster-applet-2.32.1 o hanzim-3.5 + o harfbuzz-4.3 o harmbase2-20210110 o harminv-1.4.1 o hashcash-1.23 @@ -1069,6 +1072,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o libvirt-2.3 o libwebsockets-4.2.0 o libxdg-basedir-1.2.3 + o libxkbcommon-1.4.1 o libzookeeper-3.7.0 o libzrtpcpp-4.6.6 o lilypond-2.22.2 @@ -1172,6 +1176,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o netramet-50 o newmail-1.0.2 o nickle-2.90 + o ninja-build-1.11.0 o nios2-binutils-2.36.1 o node_exporter-1.1.2 o npm-8.10.0 @@ -1407,11 +1412,13 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-configparser-5.0.0 [drops python-2.x support; pkgsrc only needs this package for python 2.x] o py-coverage-6.3.2 o py-cryptography-36.0.2 + o py-dill-0.3.5.1 o py-django-4.0 o py-django-debug-toolbar-3.2.1 o py-django-tagging-0.5.0 o py-ephem3-3.7.6.0 o py-fecon235-6.18.1203 + o py-feedparser-6.0.10 o py-filebytes-0.10.2 o py-gammu-3.1 o py-gcovr-4.2 @@ -1427,6 +1434,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-newt-0.52.21 o py-omniORBpy-3.7 o py-pdf-parser-0.7.4 + o py-pip-audit-2.3.0 o py-postgresql-5.1.2 o py-ptt-1.10.2 o py-py3c-1.3.1 @@ -1511,7 +1519,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o rubber-1.5.1 o rudiments-1.4.2 o rump-20131213 - o rust-analyzer-0.0.20220509 [needs rust 1.60.0] + o rust-analyzer-0.0.20220517 [needs rust 1.60.0] o rvault-0.4 o rvm-1.20 o sabayon-2.30.1 From 10deceb6c6c23c7c1388d374ca55deab9dad6b18 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 22 May 2022 12:16:59 +0000 Subject: [PATCH 0796/1154] py-llvmlite: updated to 0.38.1 v0.38.1 This is a maintenance release to support the Apple M1 architecture. --- devel/py-llvmlite/Makefile | 4 ++-- devel/py-llvmlite/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-llvmlite/Makefile b/devel/py-llvmlite/Makefile index fab896e526113..e5694c63eaafc 100644 --- a/devel/py-llvmlite/Makefile +++ b/devel/py-llvmlite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/01/14 19:49:10 adam Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/22 12:16:59 adam Exp $ -DISTNAME= llvmlite-0.38.0 +DISTNAME= llvmlite-0.38.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=l/llvmlite/} diff --git a/devel/py-llvmlite/distinfo b/devel/py-llvmlite/distinfo index a3ba272373c12..6152e91fe071a 100644 --- a/devel/py-llvmlite/distinfo +++ b/devel/py-llvmlite/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2022/01/14 19:49:10 adam Exp $ +$NetBSD: distinfo,v 1.21 2022/05/22 12:16:59 adam Exp $ -BLAKE2s (llvmlite-0.38.0.tar.gz) = 673b41eb1bbe182480859b3301271a10f81813cd3d03f3da76468df69fdea648 -SHA512 (llvmlite-0.38.0.tar.gz) = dfb489bf5939d0ef899cf3bbe83ddd14b16f3a49da68a2e3146cf81b5e942a8ab38d800e0f4a8d53aa5e9d1daa66f33f3a35f12ece8fc1331c501bacc8c2149f -Size (llvmlite-0.38.0.tar.gz) = 129766 bytes +BLAKE2s (llvmlite-0.38.1.tar.gz) = ebc28cc09fccd56c5e0c02398c61a564945c279f3951e6769743538f5153b06b +SHA512 (llvmlite-0.38.1.tar.gz) = a872a8535173426feaf8af01824a22e0a439a99e67801d8e78397137aebec82ebd53aeb16d797da86f9570f90c3362d00c2180e4d3b6c564d0d490c37b2c4ed6 +Size (llvmlite-0.38.1.tar.gz) = 129131 bytes SHA1 (patch-ffi_Makefile.freebsd) = 39a533f17952c73ef7cbfe910bc58166a106448c SHA1 (patch-ffi_Makefile.linux) = 64fe000e738b61f0ece5c3b6cb86a1d548955c70 SHA1 (patch-ffi_build.py) = 9a992dd33f624055d5c8bea3986c4243c87b4ccf From 2aabf02ef3c487e40d17486039b336e8a5d23969 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 22 May 2022 12:17:38 +0000 Subject: [PATCH 0797/1154] py-gnupg: updated to 0.4.9 0.4.9 Added a status attribute to the returned object from gen_key() which is set to 'ok' if a key was successfully created, or 'key not created' if that was reported by gpg, or None in any other case. Provided the ability to add subkeys. Thanks to Daniel Kilimnik for the feature request and patch. Added keygrip values to the information collected when keys are listed. Thanks to Daniel Kilimnik for the feature request and patch. Added extra_args to send_keys(), recv_keys() and search_keys() to allow passing options relating to key servers. --- security/py-gnupg/Makefile | 7 ++++--- security/py-gnupg/PLIST | 15 +++++++++------ security/py-gnupg/distinfo | 10 +++++----- security/py-gnupg/patches/patch-gnupg.py | 20 ++++++++++---------- 4 files changed, 28 insertions(+), 24 deletions(-) diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 38288b007c896..221217c94b2f7 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2022/01/11 08:45:10 adam Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/22 12:17:38 adam Exp $ -DISTNAME= python-gnupg-0.4.8 +DISTNAME= python-gnupg-0.4.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-gnupg/} @@ -10,9 +10,10 @@ HOMEPAGE= https://docs.red-dove.com/python-gnupg/ COMMENT= Wrapper for the Gnu Privacy Guard LICENSE= modified-bsd +BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.29.0:../../devel/py-wheel DEPENDS+= gnupg2>=2.2.0:../../security/gnupg2 USE_LANGUAGES= # none -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-gnupg/PLIST b/security/py-gnupg/PLIST index cab5af3b62da3..da70c8f097b42 100644 --- a/security/py-gnupg/PLIST +++ b/security/py-gnupg/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.6 2022/01/11 08:45:10 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.7 2022/05/22 12:17:38 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/gnupg.py ${PYSITELIB}/gnupg.pyc -${PYSITELIB}/gnupg.pyo diff --git a/security/py-gnupg/distinfo b/security/py-gnupg/distinfo index fa704d68fe542..aaef64d15aef4 100644 --- a/security/py-gnupg/distinfo +++ b/security/py-gnupg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2022/01/11 08:45:10 adam Exp $ +$NetBSD: distinfo,v 1.7 2022/05/22 12:17:38 adam Exp $ -BLAKE2s (python-gnupg-0.4.8.tar.gz) = 2b6712647f4c788ff128d3bbd19d6e15f9ef889b38c2a55363050440128478be -SHA512 (python-gnupg-0.4.8.tar.gz) = fcaa121a356595328a26e8184280f859dfc2771b9692dcf28db2d9b0fdddc77d4c1238665a8e419758ec17320616e7741aacd3638e37d449b86fe5555beef1f6 -Size (python-gnupg-0.4.8.tar.gz) = 58696 bytes -SHA1 (patch-gnupg.py) = e19fdeda942f17869f068709cd826d9ea5992bf9 +BLAKE2s (python-gnupg-0.4.9.tar.gz) = f34118ceeb46edd53db299c9191fcf58382aee7ede470b9fc45d97ae06725dcc +SHA512 (python-gnupg-0.4.9.tar.gz) = e59685bea966addbfacfd5516601c518c9ccd7a828250584a00dca5c2062b30bd859ae73b467bd16db60abd800bd0b66f68177e56d3c48654416a294e72f3e8f +Size (python-gnupg-0.4.9.tar.gz) = 59982 bytes +SHA1 (patch-gnupg.py) = b8cb829a438b8865cee207c21c9ea3e43b5e3ecf diff --git a/security/py-gnupg/patches/patch-gnupg.py b/security/py-gnupg/patches/patch-gnupg.py index ede7a2eedb80a..9d2dd998d8462 100644 --- a/security/py-gnupg/patches/patch-gnupg.py +++ b/security/py-gnupg/patches/patch-gnupg.py @@ -1,15 +1,15 @@ -$NetBSD: patch-gnupg.py,v 1.1 2022/01/11 08:45:11 adam Exp $ +$NetBSD: patch-gnupg.py,v 1.2 2022/05/22 12:17:38 adam Exp $ Look for gpg2 executable. ---- gnupg.py.orig 2022-01-11 08:31:14.000000000 +0000 +--- gnupg.py.orig 2022-05-20 08:01:43.000000000 +0000 +++ gnupg.py -@@ -832,7 +832,7 @@ class GPG(object): - } - +@@ -874,7 +874,7 @@ class GPG(object): "Encapsulate access to the gpg executable" -- def __init__(self, gpgbinary='gpg', gnupghome=None, verbose=False, -+ def __init__(self, gpgbinary='gpg2', gnupghome=None, verbose=False, - use_agent=False, keyring=None, options=None, - secret_keyring=None): - """Initialize a GPG process wrapper. Options are: + + def __init__(self, +- gpgbinary='gpg', ++ gpgbinary='gpg2', + gnupghome=None, + verbose=False, + use_agent=False, From fa2a44457218d1f58ea3e0b119000f90c24dfda8 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 22 May 2022 12:18:00 +0000 Subject: [PATCH 0798/1154] Updated devel/py-llvmlite, security/py-gnupg --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0e361978c65d5..bd8884a15b1d1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2672 2022/05/22 00:47:07 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2673 2022/05/22 12:18:00 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4117,3 +4117,5 @@ Changes to the packages collection and infrastructure in 2022: Updated misc/most to 5.1.0 [fcambus 2022-05-21] Updated math/R-car to 3.0.13 [mef 2022-05-21] Updated math/R-XML to 3.99.0.9 [mef 2022-05-22] + Updated devel/py-llvmlite to 0.38.1 [adam 2022-05-22] + Updated security/py-gnupg to 0.4.9 [adam 2022-05-22] From 34d5edb0141475a07633bbe3d2fcdb527a653634 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 22 May 2022 12:24:04 +0000 Subject: [PATCH 0799/1154] (math/R-dplyr) Updated 1.0.7 to 1.0.9 # dplyr 1.0.9 * New `rows_append()` which works like `rows_insert()` but ignores keys and allows you to insert arbitrary rows with a guarantee that the type of `x` won't change (#6249, thanks to @krlmlr for the implementation and @mgirlich for the idea). * The `rows_*()` functions no longer require that the key values in `x` uniquely identify each row. Additionally, `rows_insert()` and `rows_delete()` no longer require that the key values in `y` uniquely identify each row. Relaxing this restriction should make these functions more practically useful for data frames, and alternative backends can enforce this in other ways as needed (i.e. through primary keys) (#5553). * `rows_insert()` gained a new `conflict` argument allowing you greater control over rows in `y` with keys that conflict with keys in `x`. A conflict arises if a key in `y` already exists in `x`. By default, a conflict results in an error, but you can now also `"ignore"` these `y` rows. This is very similar to the `ON CONFLICT DO NOTHING` command from SQL (#5588, with helpful additions from @mgirlich and @krlmlr). * `rows_update()`, `rows_patch()`, and `rows_delete()` gained a new `unmatched` argument allowing you greater control over rows in `y` with keys that are unmatched by the keys in `x`. By default, an unmatched key results in an error, but you can now also `"ignore"` these `y` rows (#5984, #5699). * `rows_delete()` no longer requires that the columns of `y` be a strict subset of `x`. Only the columns specified through `by` will be utilized from `y`, all others will be dropped with a message. * The `rows_*()` functions now always retain the column types of `x`. This behavior was documented, but previously wasn't being applied correctly (#6240). * The `rows_*()` functions now fail elegantly if `y` is a zero column data frame and `by` isn't specified (#6179). # dplyr 1.0.8 * Better display of error messages thanks to rlang 1.0.0. * `mutate(.keep = "none")` is no longer identical to `transmute()`. `transmute()` has not been changed, and completely ignores the column ordering of the existing data, instead relying on the ordering of expressions supplied through `...`. `mutate(.keep = "none")` has been changed to ensure that pre-existing columns are never moved, which aligns more closely with the other `.keep` options (#6086). * `filter()` forbids matrix results (#5973) and warns about data frame results, especially data frames created from `across()` with a hint to use `if_any()` or `if_all()`. * `slice()` helpers (`slice_head()`, `slice_tail()`, `slice_min()`, `slice_max()`) now accept negative values for `n` and `prop` (#5961). * `slice()` now indicates which group produces an error (#5931). * `cur_data()` and `cur_data_all()` don't simplify list columns in rowwise data frames (#5901). * dplyr now uses `rlang::check_installed()` to prompt you whether to install required packages that are missing. * `storms` data updated to 2020 (@steveharoz, #5899). * `coalesce()` accepts 1-D arrays (#5557). * The deprecated `trunc_mat()` is no longer reexported from dplyr (#6141). --- math/R-dplyr/Makefile | 23 ++++++++++++++++------- math/R-dplyr/distinfo | 8 ++++---- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/math/R-dplyr/Makefile b/math/R-dplyr/Makefile index 97ef19ff00f82..c3891402192ee 100644 --- a/math/R-dplyr/Makefile +++ b/math/R-dplyr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2021/09/11 15:31:54 mef Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/22 12:24:04 mef Exp $ R_PKGNAME= dplyr -R_PKGVER= 1.0.7 +R_PKGVER= 1.0.9 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Grammar of data manipulation @@ -19,19 +19,28 @@ DEPENDS+= R-tidyselect>=1.1.0:../../devel/R-tidyselect DEPENDS+= R-ellipsis>=0.3.0:../../math/R-ellipsis DEPENDS+= R-generics>=0.0.2:../../math/R-generics DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble -DEPENDS+= R-vctrs>=0.3.0:../../math/R-vctrs +DEPENDS+= R-vctrs>=0.4.1:../../math/R-vctrs # Packages suggested but not available: -# 'bench', 'broom', 'dbplyr', 'Lahman', 'lobstr', 'nycflights13', -# 'RMySQL', 'RPostgreSQL' +# 'bench', 'Lahman', 'lobstr', 'nycflights13', 'RMySQL' -TEST_DEPENDS+= R-RSQLite-[0-9]*:../../databases/R-RSQLite + + +#TEST_DEPENDS+= R-bench-[0-9]*: +TEST_DEPENDS+= R-broom-[0-9]*:../../math/R-broom TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr -TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr +TEST_DEPENDS+= R-dbplyr-[0-9]*:../../databases/R-dbplyr +TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +#TEST_DEPENDS+= R-Lahman-[0-9]*: +#TEST_DEPENDS+= R-lobstr-[0-9]*: TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark +#TEST_DEPENDS+= R-nycflights13-[0-9]*: TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown +#TEST_DEPENDS+= R-RMySQL-[0-9]*: +TEST_DEPENDS+= R-RPostgreSQL-[0-9]*:../../math/R-RPostgreSQL +TEST_DEPENDS+= R-RSQLite-[0-9]*:../../databases/R-RSQLite TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr diff --git a/math/R-dplyr/distinfo b/math/R-dplyr/distinfo index b1af6784c809b..d61aa654c9160 100644 --- a/math/R-dplyr/distinfo +++ b/math/R-dplyr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:55:26 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/05/22 12:24:04 mef Exp $ -BLAKE2s (R/dplyr_1.0.7.tar.gz) = 668e7af5b8e2b4d05005a9999e044a42e7608de8ee72335d9bf4e0e9e8a7172b -SHA512 (R/dplyr_1.0.7.tar.gz) = a81765c414476fdf8a991b487ec0bbd98aaee6f2fd082e3969eb04b7ee4c658a3eb0997dcfef9c743343ade6220f2ea102887cc058c881da249480a5203cde57 -Size (R/dplyr_1.0.7.tar.gz) = 852103 bytes +BLAKE2s (R/dplyr_1.0.9.tar.gz) = 0118a9b81fd26da904422e07efa017836dcca0b0a4f20fef5269b7df6c9be819 +SHA512 (R/dplyr_1.0.9.tar.gz) = 0044bd937d68df71fff75d78851f15fd041912872ae0cfcc006b22f08f6ed633a978001a421b2a92500ca87c9170bf9cd3f6b081d045da0b41721af71b3911a2 +Size (R/dplyr_1.0.9.tar.gz) = 957637 bytes From 4a96ed5bbb2369328de7ce3b6f03ccb3b187dfe9 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 22 May 2022 12:24:22 +0000 Subject: [PATCH 0800/1154] doc: Updated math/R-dplyr to 1.0.9 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index bd8884a15b1d1..58d541bdf1b03 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2673 2022/05/22 12:18:00 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2674 2022/05/22 12:24:22 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4119,3 +4119,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-XML to 3.99.0.9 [mef 2022-05-22] Updated devel/py-llvmlite to 0.38.1 [adam 2022-05-22] Updated security/py-gnupg to 0.4.9 [adam 2022-05-22] + Updated math/R-dplyr to 1.0.9 [mef 2022-05-22] From c6f0ae04339f9d47f72ddc5cc54862b0d6c24642 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 22 May 2022 12:35:27 +0000 Subject: [PATCH 0801/1154] (math/R-mvtnorm) Updated 1.1.2 to 1.1.3 (test passes) (from: inst/NEWS) Changes in version 1.1-3 (2021-10-05) o fix diffs reported on M1mac --- math/R-mvtnorm/Makefile | 5 ++--- math/R-mvtnorm/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile index f6b63d415b053..f8ef4ddbdbd58 100644 --- a/math/R-mvtnorm/Makefile +++ b/math/R-mvtnorm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2021/09/14 07:59:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/22 12:35:27 mef Exp $ R_PKGNAME= mvtnorm -R_PKGVER= 1.1-2 -CATEGORIES= math +R_PKGVER= 1.1-3 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Multivariate normal and t distributions diff --git a/math/R-mvtnorm/distinfo b/math/R-mvtnorm/distinfo index 89d59c058cd60..0e0d056f39963 100644 --- a/math/R-mvtnorm/distinfo +++ b/math/R-mvtnorm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:55:29 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/05/22 12:35:27 mef Exp $ -BLAKE2s (R/mvtnorm_1.1-2.tar.gz) = 749deff1f999d75dc6b24650d876d92db1fcf6cb5f5ff0b54cc774a9b8eb97ea -SHA512 (R/mvtnorm_1.1-2.tar.gz) = 3368640679149be35e30fc630ba0e7965ad4ea42af4a213c91d344c0675f3fd426994b45397ff5d8fb431f3af64578b7ef4c39f3633c3839351b3023acaf0bf3 -Size (R/mvtnorm_1.1-2.tar.gz) = 166202 bytes +BLAKE2s (R/mvtnorm_1.1-3.tar.gz) = 8e257f54c8fd070eed8a8a580fac0bd734969d3a3b1a7cc3602cc934acba5067 +SHA512 (R/mvtnorm_1.1-3.tar.gz) = aa6fabb25354607d1919f1f32a618f7004ce4ecea9bd1cdb7a7c9b5f0deb9ceba10c24d43c8cf670d93d61a0733b97b4cfe4e60d67743c8ae42c671aab9bded8 +Size (R/mvtnorm_1.1-3.tar.gz) = 166421 bytes From 42a21255e56dd3a10bfbc8dfecfbb0195227f64e Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 22 May 2022 12:35:43 +0000 Subject: [PATCH 0802/1154] doc: Updated math/R-mvtnorm to 1.1.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 58d541bdf1b03..d186709459d67 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2674 2022/05/22 12:24:22 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2675 2022/05/22 12:35:43 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4120,3 +4120,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-llvmlite to 0.38.1 [adam 2022-05-22] Updated security/py-gnupg to 0.4.9 [adam 2022-05-22] Updated math/R-dplyr to 1.0.9 [mef 2022-05-22] + Updated math/R-mvtnorm to 1.1.3 [mef 2022-05-22] From dbf432797d38833a34e775ef1930fd9a88ee4b68 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 22 May 2022 12:43:09 +0000 Subject: [PATCH 0803/1154] print/php-pdflib: dose not support PHP 8 and later This package dose not support php80 and php81. --- print/php-pdflib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile index c363d128da7c0..5b4afb02816f5 100644 --- a/print/php-pdflib/Makefile +++ b/print/php-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2021/01/03 07:31:35 taca Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/22 12:43:09 taca Exp $ MODNAME= pdflib PKGMODNAME= pdf @@ -7,6 +7,8 @@ CATEGORIES+= print COMMENT= PHP extension for PDFlib on-the-fly PDF generation LICENSE= php +PHP_VERSIONS_ACCEPTED= 56 74 + CONFLICTS= php-pdf-[0-9]* USE_LANGUAGES= c c++ From 2a7424c5dc8ff46500519309dbcd398ab723a5a4 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 22 May 2022 13:39:56 +0000 Subject: [PATCH 0804/1154] misc/php-orangehrm: fix build problem * Remove "*.orig" files before install. * Replace interpreter of bash scripts. * Do not check interpreter for Symfony. --- misc/php-orangehrm/Makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/misc/php-orangehrm/Makefile b/misc/php-orangehrm/Makefile index 81fdc7917082a..8d836f0a91904 100644 --- a/misc/php-orangehrm/Makefile +++ b/misc/php-orangehrm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2022/05/05 11:38:09 mef Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/22 13:39:56 taca Exp $ # DISTNAME= orangehrm-4.10.1 @@ -18,7 +18,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=5.2.0:../../databases/php-pdo_mysql PHP_VERSIONS_ACCEPTED= 56 74 80 EXTRACT_USING= bsdtar -USE_TOOLS+= pax +USE_TOOLS+= bash pax NO_BUILD= yes @@ -30,12 +30,15 @@ BUILD_DEFS+= APACHE_GROUP APACHE_USER FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \ OHRDIR=${OHRDIR} -CHECK_INTERPRETER_SKIP+= share/orangehrm/symfony/lib/vendor/symfony/data/bin/symfony -CHECK_INTERPRETER_SKIP+= share/orangehrm/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/symfony -CHECK_INTERPRETER_SKIP+= share/orangehrm/symfony/lib/vendor/symfony/lib/task/generator/skeleton/project/symfony -CHECK_INTERPRETER_SKIP+= share/orangehrm/symfony/symfony +REPLACE_BASH= installer/cli_common_commands.sh installer/cli_install.sh \ + travis-config-files/seeddb.sh + +CHECK_INTERPRETER_SKIP+= share/orangehrm/symfony/* CHECK_INTERPRETER_SKIP+= share/orangehrm/upgrader/symfony +pre-install: + ${FIND} ${WRKSRC} -name "*.orig*" -exec ${RM} -f {} \; + do-install: ${RM} -f symfony/lib/vendor/google/apiclient-services/generator/run_tests.sh.orig ${FIND} ${WRKSRC} -type f -exec ${CHMOD} og-w {} \; From 39cc9e807f2311cf4d6a44aeffc36c9f9082a6c0 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 22 May 2022 13:40:42 +0000 Subject: [PATCH 0805/1154] math/php-stats: dose not support PHP 8 and later This package dose not support php80 and php81. --- math/php-stats/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/php-stats/Makefile b/math/php-stats/Makefile index 909fa1bff8dd4..7b354a8bb0a9c 100644 --- a/math/php-stats/Makefile +++ b/math/php-stats/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2021/01/03 06:47:07 taca Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/22 13:40:42 taca Exp $ MODNAME= stats PECL_VERSION= 2.0.3 CATEGORIES+= math COMMENT= PHP extension for statistical computation -PHP_VERSIONS_INCOMPATIBLE= 56 +PHP_VERSIONS_ACCEPTED= 56 74 CONFIGURE_ARGS+= --enable-${MODNAME} From b17e7d78326455a67ab390832a437d1ff9eb19a9 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 22 May 2022 14:11:05 +0000 Subject: [PATCH 0806/1154] net/php-geoip: dose not support PHP 8 and later This package dose not support php80 and php81. --- net/php-geoip/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/php-geoip/Makefile b/net/php-geoip/Makefile index 771d6f5f300f0..4ea94e041f623 100644 --- a/net/php-geoip/Makefile +++ b/net/php-geoip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/02/07 10:36:59 jdolecek Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/22 14:11:05 taca Exp $ # MODNAME= geoip @@ -10,6 +10,8 @@ HOMEPAGE= http://pecl.php.net/package/geoip/ COMMENT= PHP module to map IP address to geographic places LICENSE= php +PHP_VERSIONS_ACCEPTED= 56 74 + USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-${MODNAME} From d8dfe31cbb64fcd8ad3a75b10647f4a5cf77790a Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 22 May 2022 14:15:36 +0000 Subject: [PATCH 0807/1154] net/php-xmlrpc: is not supported PHP 8 and later php80 and php81 droped xmlrpc extension. --- net/php-xmlrpc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/php-xmlrpc/Makefile b/net/php-xmlrpc/Makefile index 4fcbb468194de..c879380f7d929 100644 --- a/net/php-xmlrpc/Makefile +++ b/net/php-xmlrpc/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2022/04/18 19:11:53 adam Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/22 14:15:36 taca Exp $ MODNAME= xmlrpc CATEGORIES+= net COMMENT= PHP extension for XML-RPC support PKGREVISION= 5 +PHP_VERSIONS_ACCEPTED= 56 74 + CONFLICTS= php-xmlrpc-[0-9]* HOMEPAGE= http://xmlrpc-epi.sourceforge.net/ From cb8ee9dd64dd75799b7d2cc17b7e33bb3472720b Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 22 May 2022 14:38:44 +0000 Subject: [PATCH 0808/1154] net/php-yaz: dose not support PHP 8 and later This package dose not support php80 and php81. --- net/php-yaz/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/php-yaz/Makefile b/net/php-yaz/Makefile index b002d6b90b7d5..375e96b59705d 100644 --- a/net/php-yaz/Makefile +++ b/net/php-yaz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2022/04/18 19:11:53 adam Exp $ +# $NetBSD: Makefile,v 1.51 2022/05/22 14:38:44 taca Exp $ MODNAME= yaz PECL_VERSION= 1.2.3 @@ -10,6 +10,8 @@ COMMENT= PHP extension for YAZ PKGREVISION= 3 LICENSE= modified-bsd +PHP_VERSIONS_ACCEPTED= 56 74 + CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.yaz} .include "../../lang/php/ext.mk" From 9b478dcab3ab1539d5783107c390dcbb5607a55a Mon Sep 17 00:00:00 2001 From: kleink Date: Sun, 22 May 2022 15:07:50 +0000 Subject: [PATCH 0809/1154] py-cssselect2: Update to 0.6.0. Version 0.6.0 ............. Released on 2022-04-15. **This version deprecates the ``iter_ancestors`` and ``iter_previous_siblings`` methods, that will be removed in 0.7.0. Use the ``ancestors`` and ``previous_siblings`` properties instead.** * Improve speed of ancestors and previous siblings Version 0.5.0 ............. Released on 2022-02-27. * Support Python 3.10 * Drop support of Python 3.6 * Handle many CSS4 selectors * Ignore comments at the beginning of selectors --- textproc/py-cssselect2/Makefile | 8 ++++---- textproc/py-cssselect2/PLIST | 18 ++++++++---------- textproc/py-cssselect2/distinfo | 9 ++++----- textproc/py-cssselect2/patches/patch-setup.py | 15 --------------- 4 files changed, 16 insertions(+), 34 deletions(-) delete mode 100644 textproc/py-cssselect2/patches/patch-setup.py diff --git a/textproc/py-cssselect2/Makefile b/textproc/py-cssselect2/Makefile index 767ea9603f0cb..0dd69677cc9f3 100644 --- a/textproc/py-cssselect2/Makefile +++ b/textproc/py-cssselect2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:53 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/22 15:07:50 kleink Exp $ -DISTNAME= cssselect2-0.4.1 +DISTNAME= cssselect2-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssselect2/} @@ -11,6 +10,7 @@ HOMEPAGE= https://github.com/Kozea/cssselect2 COMMENT= CSS selectors for Python ElementTree LICENSE= modified-bsd +BUILD_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core DEPENDS+= ${PYPKGPREFIX}-tinycss2-[0-9]*:../../textproc/py-tinycss2 DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov @@ -25,5 +25,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-cssselect2/PLIST b/textproc/py-cssselect2/PLIST index 7995798b7b06a..ea3ca2ef6025d 100644 --- a/textproc/py-cssselect2/PLIST +++ b/textproc/py-cssselect2/PLIST @@ -1,18 +1,16 @@ -@comment $NetBSD: PLIST,v 1.2 2021/04/28 08:52:17 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.3 2022/05/22 15:07:50 kleink Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json ${PYSITELIB}/cssselect2/__init__.py ${PYSITELIB}/cssselect2/__init__.pyc -${PYSITELIB}/cssselect2/__init__.pyo ${PYSITELIB}/cssselect2/compiler.py ${PYSITELIB}/cssselect2/compiler.pyc -${PYSITELIB}/cssselect2/compiler.pyo ${PYSITELIB}/cssselect2/parser.py ${PYSITELIB}/cssselect2/parser.pyc -${PYSITELIB}/cssselect2/parser.pyo ${PYSITELIB}/cssselect2/tree.py ${PYSITELIB}/cssselect2/tree.pyc -${PYSITELIB}/cssselect2/tree.pyo diff --git a/textproc/py-cssselect2/distinfo b/textproc/py-cssselect2/distinfo index 8b0f7de775141..16104a1543912 100644 --- a/textproc/py-cssselect2/distinfo +++ b/textproc/py-cssselect2/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:23:01 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/05/22 15:07:50 kleink Exp $ -BLAKE2s (cssselect2-0.4.1.tar.gz) = 9baaf7d8d124e95116ef7040d1efd336585f5e3115952c37abf14ed6691569cd -SHA512 (cssselect2-0.4.1.tar.gz) = feafeec3dbe3157ee452d94cd391a09cfcb48ca8bd1563c117c77c9ceb01102c4989611ede39e433ec25d3ddda98a94c4589ccb290b79c729683e673763b42ac -Size (cssselect2-0.4.1.tar.gz) = 32756 bytes -SHA1 (patch-setup.py) = 4a5a26801f3ebc2bfb1b87be7fcd76d9d31ab2fc +BLAKE2s (cssselect2-0.6.0.tar.gz) = 2fec4e8bf62d6c35fde7bfb7e07dc07928afb45221ac427734df3ceb8ced047c +SHA512 (cssselect2-0.6.0.tar.gz) = 10cb55ebaaa16b755d85f1e511ae0281fb017d6937750392ae1da7f32d51ff944fb14c6d1c9ea5f42734450b719157ded116dc14ef471a9a20fcc43fb6682308 +Size (cssselect2-0.6.0.tar.gz) = 35442 bytes diff --git a/textproc/py-cssselect2/patches/patch-setup.py b/textproc/py-cssselect2/patches/patch-setup.py deleted file mode 100644 index d49e208edc899..0000000000000 --- a/textproc/py-cssselect2/patches/patch-setup.py +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-setup.py,v 1.1 2021/04/28 08:52:17 adam Exp $ - -Use setuptools. - ---- setup.py.orig 2021-04-28 08:48:09.000000000 +0000 -+++ setup.py -@@ -1,7 +1,7 @@ - #!/usr/bin/env python - # setup.py generated by flit for tools that don't yet use PEP 517 - --from distutils.core import setup -+from setuptools import setup - - packages = \ - ['cssselect2'] From 74151348df71ac669f46bd44b2a15cbfe2fa03d6 Mon Sep 17 00:00:00 2001 From: kleink Date: Sun, 22 May 2022 15:08:03 +0000 Subject: [PATCH 0810/1154] doc: Updated textproc/py-cssselect2 to 0.6.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d186709459d67..3116aea4f2df2 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2675 2022/05/22 12:35:43 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2676 2022/05/22 15:08:03 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4121,3 +4121,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/py-gnupg to 0.4.9 [adam 2022-05-22] Updated math/R-dplyr to 1.0.9 [mef 2022-05-22] Updated math/R-mvtnorm to 1.1.3 [mef 2022-05-22] + Updated textproc/py-cssselect2 to 0.6.0 [kleink 2022-05-22] From d9d87d15b7ea763745d5b0cb7c0d31f063485dca Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sun, 22 May 2022 15:43:58 +0000 Subject: [PATCH 0811/1154] librsvg: de-duplicate BUILDLINK_ABI_DEPENDS.librsvg --- graphics/librsvg/buildlink3.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/librsvg/buildlink3.mk b/graphics/librsvg/buildlink3.mk index 2f0d4511264ed..0e659b64b8c9c 100644 --- a/graphics/librsvg/buildlink3.mk +++ b/graphics/librsvg/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.65 2022/04/18 19:09:53 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.66 2022/05/22 15:43:58 gutteridge Exp $ BUILDLINK_TREE+= librsvg @@ -10,9 +10,8 @@ LIBRSVG_BUILDLINK3_MK:= .include "../../graphics/librsvg/available.mk" .if ${LIBRSVG_TYPE} == "rust" -BUILDLINK_ABI_DEPENDS.librsvg?= librsvg>=2.52.8nb1 BUILDLINK_PKGSRCDIR.librsvg?= ../../graphics/librsvg -BUILDLINK_ABI_DEPENDS.librsvg?= librsvg>=2.50.7 +BUILDLINK_ABI_DEPENDS.librsvg?= librsvg>=2.52.8nb1 BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.41 .elif ${LIBRSVG_TYPE} == "c" BUILDLINK_PKGSRCDIR.librsvg?= ../../graphics/librsvg-c From 23e6bd98b16cafa554f03eb853b6184ea61c2bc8 Mon Sep 17 00:00:00 2001 From: kleink Date: Sun, 22 May 2022 16:06:45 +0000 Subject: [PATCH 0812/1154] py-flask-flatpages: Update to 0.8.1. v0.8.1 ------ Release Date: 2021-12-21 Bug Fixes Small version bump to fix required Python versions v0.8.0 ------ Release Date: 2021-12-21 Prelude This release includes three PRs. One adds a new attribute to the Page class, one improves our documentation, and the third improves the metadata parsing to make it consistent with other 'FlatPage' style libraries, and less fussy for cases like no page metadata. New Features {#Release Notes_v0.8.0_New Features} Added Page.folder as a convencience attribute to the Page class. Improved metadata parsing, documented above. Upgrade Notes This version adds a new method for parsing Metadata. While it passes new and existing tests, there may still be bugs. As well as reporting issues, you can use the FLATPAGES_LEGACY_META_PARSER setting to revert to the old behaviour. Bug Fixes Resolves issue 59, by updating our metadata parser. --- www/py-flask-flatpages/Makefile | 9 ++++----- www/py-flask-flatpages/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/www/py-flask-flatpages/Makefile b/www/py-flask-flatpages/Makefile index 74a39691704fd..c5251e07a0ffc 100644 --- a/www/py-flask-flatpages/Makefile +++ b/www/py-flask-flatpages/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2022/04/29 11:56:45 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/22 16:06:45 kleink Exp $ -DISTNAME= Flask-FlatPages-0.7.3 +DISTNAME= Flask-FlatPages-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-FlatPages/} @@ -12,8 +11,8 @@ COMMENT= Provides flat static pages to a Flask application LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-flask>1.0:../../www/py-flask -DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 -DEPENDS+= ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown +DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.10.2:../../textproc/py-jinja2 +DEPENDS+= ${PYPKGPREFIX}-markdown>=2.5:../../textproc/py-markdown DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-yaml>5.3.1:../../textproc/py-yaml diff --git a/www/py-flask-flatpages/distinfo b/www/py-flask-flatpages/distinfo index f8171de3fe78c..79a3524fc55a9 100644 --- a/www/py-flask-flatpages/distinfo +++ b/www/py-flask-flatpages/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:30:38 nia Exp $ +$NetBSD: distinfo,v 1.13 2022/05/22 16:06:45 kleink Exp $ -BLAKE2s (Flask-FlatPages-0.7.3.tar.gz) = 39bffcd21bd6db227c8effba6de3448c53b453a4721d5c9f92c1a4638af39699 -SHA512 (Flask-FlatPages-0.7.3.tar.gz) = 9d75ba2ed2273aaff26beee203271e1b6e3fe41d7b319ee69d2337e8151582be85d95288bcfff7e7b4907b7824f9aa4bb2019f8050b137195e9ad5fae8291efa -Size (Flask-FlatPages-0.7.3.tar.gz) = 18598 bytes +BLAKE2s (Flask-FlatPages-0.8.1.tar.gz) = 2ae4e2a58a5f7023492fbc8fd47ed745774097358e7224ee3d4de5ff85a29722 +SHA512 (Flask-FlatPages-0.8.1.tar.gz) = b524b3c1c4be9f1190d6feee1571e1387d8a6f88b1f856f14752589c4841599719633771b9f5ac38d0a1b46f6eef369c6189834c11babb2d5f6bd06df76f251f +Size (Flask-FlatPages-0.8.1.tar.gz) = 19927 bytes From e4dfea4d879b42e07d16b1b7b4a8d3a4b7c82ed3 Mon Sep 17 00:00:00 2001 From: kleink Date: Sun, 22 May 2022 16:07:01 +0000 Subject: [PATCH 0813/1154] doc: Updated www/py-flask-flatpages to 0.8.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3116aea4f2df2..7d791c9d336fd 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2676 2022/05/22 15:08:03 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2677 2022/05/22 16:07:01 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4122,3 +4122,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-dplyr to 1.0.9 [mef 2022-05-22] Updated math/R-mvtnorm to 1.1.3 [mef 2022-05-22] Updated textproc/py-cssselect2 to 0.6.0 [kleink 2022-05-22] + Updated www/py-flask-flatpages to 0.8.1 [kleink 2022-05-22] From 377af150a6941e8e15383dd17a48e2f86b911606 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 22 May 2022 16:37:15 +0000 Subject: [PATCH 0814/1154] audio/termusic: update to 0.6.16 [V0.6.16] Released on: May 21, 2022. -New: support loading of m3u,m3u8,xspf,pls,asx playlists. Only local url supported. -New: sqlite3 integration. Filter database by different criteria. Triggered by 2 key. --- audio/termusic/Makefile | 4 +- audio/termusic/cargo-depends.mk | 52 ++++++----- audio/termusic/distinfo | 158 ++++++++++++++++++-------------- 3 files changed, 123 insertions(+), 91 deletions(-) diff --git a/audio/termusic/Makefile b/audio/termusic/Makefile index 04d2b04e6ff63..c53603daca0fe 100644 --- a/audio/termusic/Makefile +++ b/audio/termusic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/05/09 21:45:40 pin Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/22 16:37:15 pin Exp $ -DISTNAME= termusic-0.6.15 +DISTNAME= termusic-0.6.16 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=tramhao/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/termusic/cargo-depends.mk b/audio/termusic/cargo-depends.mk index 50fb4ebaa9c8c..9607d5f498d40 100644 --- a/audio/termusic/cargo-depends.mk +++ b/audio/termusic/cargo-depends.mk @@ -1,7 +1,8 @@ -# $NetBSD: cargo-depends.mk,v 1.30 2022/05/09 21:45:40 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.31 2022/05/22 16:37:15 pin Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= adler32-1.2.0 +CARGO_CRATE_DEPENDS+= ahash-0.7.6 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= alsa-0.6.0 CARGO_CRATE_DEPENDS+= alsa-sys-0.3.1 @@ -23,10 +24,10 @@ CARGO_CRATE_DEPENDS+= cassowary-0.3.0 CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cesu8-1.1.0 CARGO_CRATE_DEPENDS+= cexpr-0.6.0 -CARGO_CRATE_DEPENDS+= cfg-expr-0.10.2 +CARGO_CRATE_DEPENDS+= cfg-expr-0.10.3 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chunked_transfer-1.4.0 -CARGO_CRATE_DEPENDS+= clang-sys-1.3.1 +CARGO_CRATE_DEPENDS+= clang-sys-1.3.2 CARGO_CRATE_DEPENDS+= cocoa-0.24.0 CARGO_CRATE_DEPENDS+= cocoa-foundation-0.1.0 CARGO_CRATE_DEPENDS+= color_quant-1.1.0 @@ -65,6 +66,8 @@ CARGO_CRATE_DEPENDS+= either-1.6.1 CARGO_CRATE_DEPENDS+= encode_unicode-0.3.6 CARGO_CRATE_DEPENDS+= encoding_rs-0.8.31 CARGO_CRATE_DEPENDS+= exr-1.4.2 +CARGO_CRATE_DEPENDS+= fallible-iterator-0.2.0 +CARGO_CRATE_DEPENDS+= fallible-streaming-iterator-0.1.9 CARGO_CRATE_DEPENDS+= fastrand-1.7.0 CARGO_CRATE_DEPENDS+= flate2-1.0.23 CARGO_CRATE_DEPENDS+= flume-0.10.12 @@ -97,35 +100,38 @@ CARGO_CRATE_DEPENDS+= gstreamer-sys-0.18.0 CARGO_CRATE_DEPENDS+= gstreamer-video-0.18.7 CARGO_CRATE_DEPENDS+= gstreamer-video-sys-0.18.3 CARGO_CRATE_DEPENDS+= half-1.8.2 +CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 +CARGO_CRATE_DEPENDS+= hashlink-0.7.0 CARGO_CRATE_DEPENDS+= heck-0.4.0 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= hex-0.4.3 -CARGO_CRATE_DEPENDS+= id3-1.0.2 +CARGO_CRATE_DEPENDS+= id3-1.0.3 CARGO_CRATE_DEPENDS+= ident_case-1.0.1 CARGO_CRATE_DEPENDS+= idna-0.2.3 CARGO_CRATE_DEPENDS+= if_chain-1.0.2 CARGO_CRATE_DEPENDS+= image-0.24.2 CARGO_CRATE_DEPENDS+= inflate-0.4.5 CARGO_CRATE_DEPENDS+= instant-0.1.12 -CARGO_CRATE_DEPENDS+= itoa-1.0.1 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 CARGO_CRATE_DEPENDS+= jni-0.19.0 CARGO_CRATE_DEPENDS+= jni-sys-0.3.0 CARGO_CRATE_DEPENDS+= jobserver-0.1.24 -CARGO_CRATE_DEPENDS+= jpeg-decoder-0.2.5 +CARGO_CRATE_DEPENDS+= jpeg-decoder-0.2.6 CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= kernel32-sys-0.2.2 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= lazycell-1.3.0 CARGO_CRATE_DEPENDS+= lebe-0.5.1 CARGO_CRATE_DEPENDS+= libaes-0.6.2 -CARGO_CRATE_DEPENDS+= libc-0.2.125 +CARGO_CRATE_DEPENDS+= libc-0.2.126 CARGO_CRATE_DEPENDS+= libdbus-sys-0.2.2 CARGO_CRATE_DEPENDS+= libloading-0.7.3 CARGO_CRATE_DEPENDS+= libmpv-2.0.1 CARGO_CRATE_DEPENDS+= libmpv-sys-3.1.0 +CARGO_CRATE_DEPENDS+= libsqlite3-sys-0.24.2 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 CARGO_CRATE_DEPENDS+= lock_api-0.4.7 -CARGO_CRATE_DEPENDS+= lofty-0.6.2 +CARGO_CRATE_DEPENDS+= lofty-0.6.3 CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= mach-0.3.2 CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6 @@ -135,8 +141,7 @@ CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 -CARGO_CRATE_DEPENDS+= mio-0.8.2 -CARGO_CRATE_DEPENDS+= miow-0.3.7 +CARGO_CRATE_DEPENDS+= mio-0.8.3 CARGO_CRATE_DEPENDS+= muldiv-1.0.0 CARGO_CRATE_DEPENDS+= nanorand-0.7.0 CARGO_CRATE_DEPENDS+= ndk-0.6.0 @@ -146,7 +151,6 @@ CARGO_CRATE_DEPENDS+= ndk-macro-0.3.0 CARGO_CRATE_DEPENDS+= ndk-sys-0.3.0 CARGO_CRATE_DEPENDS+= nix-0.23.1 CARGO_CRATE_DEPENDS+= nom-7.1.1 -CARGO_CRATE_DEPENDS+= ntapi-0.3.7 CARGO_CRATE_DEPENDS+= num-bigint-0.4.3 CARGO_CRATE_DEPENDS+= num-derive-0.3.3 CARGO_CRATE_DEPENDS+= num-integer-0.1.45 @@ -160,7 +164,7 @@ CARGO_CRATE_DEPENDS+= objc-0.2.7 CARGO_CRATE_DEPENDS+= oboe-0.4.6 CARGO_CRATE_DEPENDS+= oboe-sys-0.4.5 CARGO_CRATE_DEPENDS+= ogg_pager-0.3.2 -CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= once_cell-1.11.0 CARGO_CRATE_DEPENDS+= option-operations-0.4.0 CARGO_CRATE_DEPENDS+= orange-trees-0.1.0 CARGO_CRATE_DEPENDS+= output_vt100-0.1.3 @@ -184,25 +188,27 @@ CARGO_CRATE_DEPENDS+= pretty_assertions-1.2.1 CARGO_CRATE_DEPENDS+= proc-macro-crate-1.1.3 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.38 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 +CARGO_CRATE_DEPENDS+= quick-xml-0.22.0 CARGO_CRATE_DEPENDS+= quote-1.0.18 CARGO_CRATE_DEPENDS+= rand-0.8.5 CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 CARGO_CRATE_DEPENDS+= rand_core-0.6.3 CARGO_CRATE_DEPENDS+= raw-window-handle-0.3.4 CARGO_CRATE_DEPENDS+= raw-window-handle-0.4.3 -CARGO_CRATE_DEPENDS+= rayon-1.5.2 -CARGO_CRATE_DEPENDS+= rayon-core-1.9.2 +CARGO_CRATE_DEPENDS+= rayon-1.5.3 +CARGO_CRATE_DEPENDS+= rayon-core-1.9.3 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 CARGO_CRATE_DEPENDS+= redox_users-0.4.3 -CARGO_CRATE_DEPENDS+= regex-1.5.5 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= regex-1.5.6 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.26 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 CARGO_CRATE_DEPENDS+= rgb-0.8.32 CARGO_CRATE_DEPENDS+= ring-0.16.20 +CARGO_CRATE_DEPENDS+= rusqlite-0.27.0 CARGO_CRATE_DEPENDS+= rustc-hash-1.1.0 -CARGO_CRATE_DEPENDS+= rustls-0.20.4 -CARGO_CRATE_DEPENDS+= ryu-1.0.9 +CARGO_CRATE_DEPENDS+= rustls-0.20.6 +CARGO_CRATE_DEPENDS+= ryu-1.0.10 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scoped_threadpool-0.1.9 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 @@ -212,7 +218,7 @@ CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 CARGO_CRATE_DEPENDS+= serde_json-1.0.81 CARGO_CRATE_DEPENDS+= shellexpand-2.1.0 CARGO_CRATE_DEPENDS+= shlex-1.1.0 -CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 +CARGO_CRATE_DEPENDS+= signal-hook-0.3.14 CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 CARGO_CRATE_DEPENDS+= slab-0.4.6 @@ -236,7 +242,7 @@ CARGO_CRATE_DEPENDS+= symphonia-format-ogg-0.5.0 CARGO_CRATE_DEPENDS+= symphonia-format-wav-0.5.0 CARGO_CRATE_DEPENDS+= symphonia-metadata-0.5.0 CARGO_CRATE_DEPENDS+= symphonia-utils-xiph-0.5.0 -CARGO_CRATE_DEPENDS+= syn-1.0.92 +CARGO_CRATE_DEPENDS+= syn-1.0.95 CARGO_CRATE_DEPENDS+= system-deps-6.0.2 CARGO_CRATE_DEPENDS+= tempfile-3.3.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 @@ -255,15 +261,17 @@ CARGO_CRATE_DEPENDS+= tui-realm-treeview-1.1.0 CARGO_CRATE_DEPENDS+= tuirealm-1.6.0 CARGO_CRATE_DEPENDS+= tuirealm_derive-1.0.0 CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= unicode-linebreak-0.1.2 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= untrusted-0.7.1 CARGO_CRATE_DEPENDS+= ureq-2.4.0 CARGO_CRATE_DEPENDS+= url-2.2.2 +CARGO_CRATE_DEPENDS+= urlencoding-2.1.0 CARGO_CRATE_DEPENDS+= uuid-0.8.2 +CARGO_CRATE_DEPENDS+= vcpkg-0.2.15 CARGO_CRATE_DEPENDS+= version-compare-0.1.0 CARGO_CRATE_DEPENDS+= version_check-0.9.4 CARGO_CRATE_DEPENDS+= viuer-0.6.1 diff --git a/audio/termusic/distinfo b/audio/termusic/distinfo index 9708c654a3bee..c26cb7039ef87 100644 --- a/audio/termusic/distinfo +++ b/audio/termusic/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.34 2022/05/09 21:45:40 pin Exp $ +$NetBSD: distinfo,v 1.35 2022/05/22 16:37:15 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -6,6 +6,9 @@ Size (adler-1.0.2.crate) = 12778 bytes BLAKE2s (adler32-1.2.0.crate) = 8bc63ca383f40390bb522c750ef33e14b5e49bc48eb0ec33a140f615c598a6df SHA512 (adler32-1.2.0.crate) = 8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3 Size (adler32-1.2.0.crate) = 6411 bytes +BLAKE2s (ahash-0.7.6.crate) = 5a260485860dccfc4af4ad41b107d11c1a1a0fadb036ef801484ecc98d4a6bc8 +SHA512 (ahash-0.7.6.crate) = 61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68 +Size (ahash-0.7.6.crate) = 38030 bytes BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes @@ -69,18 +72,18 @@ Size (cesu8-1.1.0.crate) = 10555 bytes BLAKE2s (cexpr-0.6.0.crate) = 8c05ce0b5d778ae61bd8ac4713e379eb82631c2745aafae8a3c1b709306f3abf SHA512 (cexpr-0.6.0.crate) = 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 Size (cexpr-0.6.0.crate) = 17966 bytes -BLAKE2s (cfg-expr-0.10.2.crate) = 49e8c459492ba2de0a107ed164ac0a26b4e1f38bbd186deb686945c6ad83306b -SHA512 (cfg-expr-0.10.2.crate) = 2dd2af73ba68a77ee1bf622eb85075bbe5164531ed508ad74609ee61b2021ab402bf10462fd3986fa6d808a433b82021c67c4db5302a3ccd356ac0b477d2b880 -Size (cfg-expr-0.10.2.crate) = 37734 bytes +BLAKE2s (cfg-expr-0.10.3.crate) = 2d5ad50da7e2cdc226567168fc70ab9c32ef53247621bb08e2f2c5555ec3b40c +SHA512 (cfg-expr-0.10.3.crate) = 9397c13b4f5bed2e287a4d18b0d8775ea328f97465059911746f0d47976fef3648b6729ebf4e07edad4a0b3592bdb41f437c942fb340563d747abc4e8895c9a5 +Size (cfg-expr-0.10.3.crate) = 39502 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chunked_transfer-1.4.0.crate) = 243b090cf36fc4adcb9de3a878467bd94494ec7e08fb3b4713aaf4fd21875351 SHA512 (chunked_transfer-1.4.0.crate) = b3891bc1b101677c2ae6bbac19e74f5ad0aee7b499b0a339b78fa0af7150b2ae0b2151d640bd2a7c4d052a12cf935d16e04db3d37d0048ec1d79a9ff01f13389 Size (chunked_transfer-1.4.0.crate) = 9238 bytes -BLAKE2s (clang-sys-1.3.1.crate) = 287a4ebd7b7b81391b3f06694fa59580163e019716682cba3808488cc1831c03 -SHA512 (clang-sys-1.3.1.crate) = aeea37957f7e9a7ecc862f56c6492b68b57217d1a893d3978f5d48d5ef9f80cefa8c52604d7201b9c96402d87ca43ba694890b0bc849d4d623f74ea009ce45bb -Size (clang-sys-1.3.1.crate) = 37840 bytes +BLAKE2s (clang-sys-1.3.2.crate) = 8c3095996ae8ce23a28ac0ec1a1c53bcf7b90e515c2938c25f09a96f847a6e62 +SHA512 (clang-sys-1.3.2.crate) = 500cee4af6510741e5fe7b72d6e25a513072aff26a90ce9766a70cb5e266e7c76bb4178f15ad517a0dea0d1e2f61b8b5953a2639e8cb87525bf2bb62b64847f4 +Size (clang-sys-1.3.2.crate) = 37904 bytes BLAKE2s (cocoa-0.24.0.crate) = 315fdf6366ed25796453eff6c09a058e3c92dcb9b563e62648e22d31a24ae305 SHA512 (cocoa-0.24.0.crate) = accae0f676caa23c8d3fbc2e49365118a366c50a698ee9dce4ef194f1d391b3633cb789d65d5c2d1e43afdea5d7a82161f7e7042a9dab32747ecac29d1b1b20c Size (cocoa-0.24.0.crate) = 39235 bytes @@ -195,6 +198,12 @@ Size (encoding_rs-0.8.31.crate) = 1370113 bytes BLAKE2s (exr-1.4.2.crate) = 32f01f9151386c694cf9bbf4079d213239cf6028e02abcf59659b1b9e26ccb50 SHA512 (exr-1.4.2.crate) = c1f7bdecd9854cc6423df18661e191e5cb9215218f148c1917290c6ab946290e572123cd3d1d9689513fcb7adbd7961420a635a85aa42de913cf76bb40fbbf4c Size (exr-1.4.2.crate) = 235974 bytes +BLAKE2s (fallible-iterator-0.2.0.crate) = a90049d0b6a1e0d61709c8269995dba677c1d676aee4b18975c8bc76a64676c2 +SHA512 (fallible-iterator-0.2.0.crate) = c558fea3fcf3a7756acc0b63d38f76dfe7eeed4dd9c12c46b7a7e8b8bea64d00e0cc115492e8b3a1a19e86e6083477dcf7d2d72ef960b44f24d61819a3077e79 +Size (fallible-iterator-0.2.0.crate) = 18509 bytes +BLAKE2s (fallible-streaming-iterator-0.1.9.crate) = 151174ac852a2ad49f6c9892a2dd66a26f0f6cdd6df3d0cb87eb05f263a93b7b +SHA512 (fallible-streaming-iterator-0.1.9.crate) = 34824e2007cb944eaf54b10d6d3885bb17ef2a2976c6dd7695ff82a937cc95eb65d343dd7a5cd2fab5aa5859faae3352a9e1c78f239ff736900c1dbc3f5ef7dc +Size (fallible-streaming-iterator-0.1.9.crate) = 9249 bytes BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 Size (fastrand-1.7.0.crate) = 11265 bytes @@ -291,6 +300,12 @@ Size (gstreamer-video-sys-0.18.3.crate) = 54644 bytes BLAKE2s (half-1.8.2.crate) = 06e412ad3cca1082278f20b32764604d9f62c4703d31ff477d25436d8b29eb62 SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e Size (half-1.8.2.crate) = 41874 bytes +BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c +SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c +Size (hashbrown-0.11.2.crate) = 85713 bytes +BLAKE2s (hashlink-0.7.0.crate) = 7c1b72da9a9428cb7288277a8e074eea43c5b83cef55e5031a099233f4ac049e +SHA512 (hashlink-0.7.0.crate) = bef02ac4ff270a7021e0da24f6f0a7c2d601c20e2bf347bb4ab24058d97d25fc863d6aaad7971fbb7fb777643f66c7e1af47251acd89e12a123056c0a7810861 +Size (hashlink-0.7.0.crate) = 25309 bytes BLAKE2s (heck-0.4.0.crate) = 0bbfc0807fe42d68570dab10b6cdfeabd24e6c732caebcec1880c2b9efeb36b5 SHA512 (heck-0.4.0.crate) = 33bdbf4ff9ecc4f4d74cf06590e056f4d96bf0d990d5381b9da5b65682b2495ed74e27b45419c2afa986c1f6200909d5175b137ae73ced5cc8ac869e4e1bce8f Size (heck-0.4.0.crate) = 11161 bytes @@ -300,9 +315,9 @@ Size (hermit-abi-0.1.19.crate) = 9979 bytes BLAKE2s (hex-0.4.3.crate) = 299902a1da9d88101e5b8b06dde30b77e8f7a802285aae519981ada5959383f8 SHA512 (hex-0.4.3.crate) = fd8ff33b68eea2d6f2c6b02a6d82a2807cbcdc209ca5a76e3e3e5d006917ee151f236b6d18e2646cc9a9674bcdda1d6ce6ee363a89cadd99bef00d0eea9989e6 Size (hex-0.4.3.crate) = 13299 bytes -BLAKE2s (id3-1.0.2.crate) = 9501073a8ab77ea4e1925ace494a6a47e237e48178d168956d3a6a896525770b -SHA512 (id3-1.0.2.crate) = c0618b973e2b11f31d61cc3b39cefe0edf52b6ab339dd7b94b9dac78202d956234494fcd8d94f1be13028af9849f3e94f5eb0470002b98bf7ca7e802f108e843 -Size (id3-1.0.2.crate) = 51200 bytes +BLAKE2s (id3-1.0.3.crate) = 46c1247aa759ca15c9aabadd96af8c3501642a233a8296e9d776c6f9232f3310 +SHA512 (id3-1.0.3.crate) = 61ebf48c3a6cffd809f54371d993c8e7e0485de2c5b7fc28176d7c60d43ac91a1a8ae3cf22a81c506768b2c4043f1dba817eed9dfb097d0e9cd7ed1efcf19ff0 +Size (id3-1.0.3.crate) = 51419 bytes BLAKE2s (ident_case-1.0.1.crate) = 4d382023c2b35f60b206b35724099abc36a9f7cea6673a4e41010c914389970c SHA512 (ident_case-1.0.1.crate) = 81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9 Size (ident_case-1.0.1.crate) = 3492 bytes @@ -321,9 +336,9 @@ Size (inflate-0.4.5.crate) = 17715 bytes BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 Size (instant-0.1.12.crate) = 6128 bytes -BLAKE2s (itoa-1.0.1.crate) = 5df5e417576e531605b209f326947f25fdf7147572381012e4fbb035f0036abb -SHA512 (itoa-1.0.1.crate) = 8e7bc1e9bf4fc06871b9fe20caad4e0af965477d724f4c8d0e2a3a4d87aedf99f92e4e583a6440ce574d0fb43fc9d6a2e80add52a2f64210c6aa3b402e424295 -Size (itoa-1.0.1.crate) = 11059 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes BLAKE2s (jni-0.19.0.crate) = 1bae11d4ee6d76b57c071584a24a3fa086f9419486777d5f51472ac5e9a4f127 SHA512 (jni-0.19.0.crate) = 75b48cd05ffbfa6e220dc4ffce3f37eb89105d42b0ac4e108930ed81c3525c4ee3d1c069342cee203c401c9f2e9bb2c53382fb61155da922ea9585d4fff9b212 Size (jni-0.19.0.crate) = 65890 bytes @@ -333,9 +348,9 @@ Size (jni-sys-0.3.0.crate) = 10232 bytes BLAKE2s (jobserver-0.1.24.crate) = b0b568975ec4717e12f16289654bbcde31bc69b7d949171a843cee36d0f44106 SHA512 (jobserver-0.1.24.crate) = 0feade0f1f0a458bdbcedafce8fc39f44adeb56772ea94a59f16f038a743f506db1405a7c8deae65a6a5c1695bfb363c19aeea1c82c41c7f4d1101469f32e42e Size (jobserver-0.1.24.crate) = 21303 bytes -BLAKE2s (jpeg-decoder-0.2.5.crate) = da0501b3236e5097f4476a80b93963f7c0e5935c904a478ed9d7166e03054160 -SHA512 (jpeg-decoder-0.2.5.crate) = b6906f7726e9c7d43f6741f9bae64a97953fc7e2a43654ad81d8f56c2aaad683a08cf3f9bacbc61ad19e259bf941113b695adb2735bb2fcafcdba9c4a860fb1a -Size (jpeg-decoder-0.2.5.crate) = 740502 bytes +BLAKE2s (jpeg-decoder-0.2.6.crate) = 3cf27f7979aed66264a6f5a52e0ffce55d09728d8a2305552cd178ad8bc691e7 +SHA512 (jpeg-decoder-0.2.6.crate) = f96c95729357d87a3c1e78dd873e81346b8e98f0e9e4a161b54e2f5bcc7abb54c37de37eb032be647fcefb1e36a6343444c795ad5d37043f5e958dda71a34abe +Size (jpeg-decoder-0.2.6.crate) = 741477 bytes BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b Size (js-sys-0.3.57.crate) = 78605 bytes @@ -354,9 +369,9 @@ Size (lebe-0.5.1.crate) = 8050 bytes BLAKE2s (libaes-0.6.2.crate) = 8d0386087612c044ec363d1568efb8a0f9e31fc8cca38d246d9d33ff86756dc0 SHA512 (libaes-0.6.2.crate) = af4853d973f690308225101b71a5d521e317e932308e4f1e73de9da90feee0701615f0be304c0eccad3f17b08e500d9d92f489a1c3e28bf1fa9a1b41c76eb4b9 Size (libaes-0.6.2.crate) = 24637 bytes -BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 -SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf -Size (libc-0.2.125.crate) = 589236 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes BLAKE2s (libdbus-sys-0.2.2.crate) = 7a2b4e3db49dad16a89c2b3d1790dfcee132f93c83949946d6365a63c151932d SHA512 (libdbus-sys-0.2.2.crate) = 70bd8d4705172af1e3eaa76472c78cf90fb6aa45d1cc4b5e93869d21f27eea519582498eac51c4f06d3a17a9a4ecd8607c3b1b3415a1de8aa3f662c7d2012a97 Size (libdbus-sys-0.2.2.crate) = 10990 bytes @@ -369,15 +384,18 @@ Size (libmpv-2.0.1.crate) = 672600 bytes BLAKE2s (libmpv-sys-3.1.0.crate) = 77244689eef447ae30a0fe10fb129e18907acaaf8914a0717db3ad4b9b29830f SHA512 (libmpv-sys-3.1.0.crate) = e1ef3005832b0f9368d08fb0562ff8c95541ccf2db04f6e9ab3aecafb88d8a6f72c685ddf73763586ffa98d01196d752fdb0a79a4a2cef32e62f211c95e3badc Size (libmpv-sys-3.1.0.crate) = 83386 bytes +BLAKE2s (libsqlite3-sys-0.24.2.crate) = 50786d97b46526c56b58eafcdc6c959b8cb0ea5c063e023c7d18885ccf05e663 +SHA512 (libsqlite3-sys-0.24.2.crate) = 765fe281a5d232c3cb08b3fafed9a2dd6d07e71b49763f9ed4391038875bdb4d332930e9afc10cba7a191926a2ebe84a13620c0fcb944c81dc245f81d0e66d30 +Size (libsqlite3-sys-0.24.2.crate) = 4771096 bytes BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 Size (linked-hash-map-0.5.4.crate) = 16166 bytes BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d Size (lock_api-0.4.7.crate) = 25371 bytes -BLAKE2s (lofty-0.6.2.crate) = 5ecac05e15d2cb2603bb4497898d8fd0c761547e03eac0571a173197d95c6d2c -SHA512 (lofty-0.6.2.crate) = 6fd9ee2a4365f44285d76b5b8d61a2b3994f5b7b812d6d7f479911c56a4f1e163825626eea8f378898dc4af962efcbc57d5fc1dbf4d41822f8aaee6d1150d8c5 -Size (lofty-0.6.2.crate) = 128986 bytes +BLAKE2s (lofty-0.6.3.crate) = 0acf0f949fab608023c10dbc082c484b253dcca6cde9529e13330c3db16a3558 +SHA512 (lofty-0.6.3.crate) = e4392af189c460b28bb6cd81b9e6a7b9924b28ab57ae0e17382e1a4d3d93e42b6cc11afdd62950b0b0d43a7aee92664be127f9e035eb6c40ce618056f5ebad1f +Size (lofty-0.6.3.crate) = 131887 bytes BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 Size (log-0.4.17.crate) = 38028 bytes @@ -405,12 +423,9 @@ Size (minimal-lexical-0.2.1.crate) = 94841 bytes BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 Size (miniz_oxide-0.5.1.crate) = 52418 bytes -BLAKE2s (mio-0.8.2.crate) = 5354cbe0c9ebb4e593448584a582a6be3bb3cdb1e274abb0ba112046d98b2495 -SHA512 (mio-0.8.2.crate) = c82ea0afc0de8acf162188a6131373f3cb3e7f3abb3094dd51fa9094e42a36806954f267840b3fed18c0ac3ee75af0451dfea5509ab65a94dcc93057c7d37393 -Size (mio-0.8.2.crate) = 88272 bytes -BLAKE2s (miow-0.3.7.crate) = 2f0e482e38ef6484f82da33b5e693f2923b1f94537b755ad2272a95614f62e88 -SHA512 (miow-0.3.7.crate) = 451073e8913148889493de0373bc0450c8b23e136e151b48b9976292e4e03b7c3f3279ecf49dda5196badfe662a661a998cfa456d2ec340a495d54a4d2382699 -Size (miow-0.3.7.crate) = 24563 bytes +BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe +SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb +Size (mio-0.8.3.crate) = 92506 bytes BLAKE2s (muldiv-1.0.0.crate) = 66d52c9eaee540c14b90f570be047e07bed7baaef6e643b52768b1e5a2a216ec SHA512 (muldiv-1.0.0.crate) = 0a9a08e3dde1e0a8d8b5ecc6fe071c4e23bfb4420c42a5ab15d65f48257091d20f489bf62db85187a13b50932c56b7a5fbfe9311164d0ee6ef4b65f20e3ca9da Size (muldiv-1.0.0.crate) = 4991 bytes @@ -438,9 +453,6 @@ Size (nix-0.23.1.crate) = 240531 bytes BLAKE2s (nom-7.1.1.crate) = 347cce605f3edc9e6dd8f9c30b9d75e4216e959bfc9e9973987fa9e2393f3b40 SHA512 (nom-7.1.1.crate) = 1456efdbda4f5b3da6c8580721acf101ed7d779619ee0190c1df103244e405a8ffa0c3889901a2d8beeab0ab84074ed4c7cec5330c7cc2a5a3c30e36a2530be8 Size (nom-7.1.1.crate) = 115818 bytes -BLAKE2s (ntapi-0.3.7.crate) = c213b3d1430084e83caefd21307c17e38108e1acb981a12abacd68f3ffe5df83 -SHA512 (ntapi-0.3.7.crate) = 6f5fc3b3629f028e03e878681a5a426945e471578c5dc78e121560887a9af285fe432f7401b19b7422e65c3b762651afb9a57a2f7605884c851ddf41b741585c -Size (ntapi-0.3.7.crate) = 126994 bytes BLAKE2s (num-bigint-0.4.3.crate) = 558455a071691a92dbfa23f099056ab388b3aea7d6d7c8cdadadd7373d1a7831 SHA512 (num-bigint-0.4.3.crate) = 4b38eaa8b51119dbc7cd8a1e177f37ec935ee348b693a93378742e9bfa68fe5f7e5062b7f34638283c23f04d2127451d796d310cd8adb64dc8e865b28708374f Size (num-bigint-0.4.3.crate) = 97799 bytes @@ -480,9 +492,9 @@ Size (oboe-sys-0.4.5.crate) = 140656 bytes BLAKE2s (ogg_pager-0.3.2.crate) = 15418868c7d79a0ea967bca3075c8e5e22804df02ffba63a2c4b0d3a3a1bab91 SHA512 (ogg_pager-0.3.2.crate) = 6c87eff9e6c4007f22b046702df88a0c0a2b900b68ab014c9904ba839423d39678e487cbe4f001d795097c66156f9fd1680c763e34a1894d8e55f185c7f8ca83 Size (ogg_pager-0.3.2.crate) = 6840 bytes -BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d -SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab -Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (once_cell-1.11.0.crate) = ffad26a6ff6a6028e1d103a787bef5ab0380aa14065ee2df30ed6cbe97a3c1fa +SHA512 (once_cell-1.11.0.crate) = 3769223beed1a7c8c5625e18dc000b3ab296c7c3af21bb6cb563ad9d130bbbcd447d420d0ec591e6366652727de11dc76dc8f7720110de50be7cbf177587cb15 +Size (once_cell-1.11.0.crate) = 31121 bytes BLAKE2s (option-operations-0.4.0.crate) = 08c224b7470d24d046dadc82db485275fc5c18f3715f16ce5919b3b9f118cb40 SHA512 (option-operations-0.4.0.crate) = f53ba72901afb81c301e4eefb06c331c5537e57843f501815ab80bf86c09f5cfcc451466a8d5071b761c556cf606cdb2086c43ccdff8171f08eb237d8aded737 Size (option-operations-0.4.0.crate) = 18396 bytes @@ -552,9 +564,12 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.38.crate) = c00fd51764ea0d2f85fd07ee9c649904b37e88b82bba50fa8eb6629e03347a91 -SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 -Size (proc-macro2-1.0.38.crate) = 41687 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes +BLAKE2s (quick-xml-0.22.0.crate) = 8c214d10f61abfc461c1eb4887e203e24a646c3055bac562b6a0577024ebc892 +SHA512 (quick-xml-0.22.0.crate) = 15e56fafc84e62b219977c5ab0f07a021bb71216d7cbb673a7ffec4ec6bda36f97d7b7034751b0b7d745df7c17c1a591a281cf2c97aa4fada7327979711ae3dd +Size (quick-xml-0.22.0.crate) = 132066 bytes BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 Size (quote-1.0.18.crate) = 28911 bytes @@ -573,24 +588,24 @@ Size (raw-window-handle-0.3.4.crate) = 6536 bytes BLAKE2s (raw-window-handle-0.4.3.crate) = e2b433c9651e46b37a7d827230a741ad7e1fc9fb8657a33e99f9f5341414db63 SHA512 (raw-window-handle-0.4.3.crate) = f0cd7aa69b680fc87fae11578adbd9c745a00d30ef8e13b2c4937d8bfa8d75cef1771827be485aa2d9cc7deb74f5364b39f8f59503e803ffaf9c2d9619637fb2 Size (raw-window-handle-0.4.3.crate) = 10636 bytes -BLAKE2s (rayon-1.5.2.crate) = 1506d279287326fa546d54aea1688389add244d0f501f287bd103efa506bf13a -SHA512 (rayon-1.5.2.crate) = 3c11bd89692af7e245be2c0b26d96e864a6353eb901706fe6394e3ff8bba13a829609d2a086aa69fbf716ca4286a1977123a950080d673814edf6bd55d29d459 -Size (rayon-1.5.2.crate) = 165456 bytes -BLAKE2s (rayon-core-1.9.2.crate) = 652fb6cf33ce7c341e65e632ea0ec2852f1f9e6a532ea9c1f16933832b5e1be1 -SHA512 (rayon-core-1.9.2.crate) = 83c17e71e3da636d97ad77b64d988bfaa78addfd0c512f0fc09b1755614dab2a35532a4dcb126fa15da4e62461e59f5683b922a1fb4a5381a629992617d0383f -Size (rayon-core-1.9.2.crate) = 65221 bytes +BLAKE2s (rayon-1.5.3.crate) = 9f9198a787f4a5f62743689851cdd388123440782dadb50f59a1179488d51a33 +SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82 +Size (rayon-1.5.3.crate) = 167246 bytes +BLAKE2s (rayon-core-1.9.3.crate) = 42b60193f986172f6dc6ebf1dd5394b92f3affbddb39b9f3421480be38064fe5 +SHA512 (rayon-core-1.9.3.crate) = 4b852f083766e7e414132840cc8dfef148e15db47967eeedc2ddbff9a4372521c296dd4f66e0b6990f49a8ce88ebed9d44e7ad674df42f96b99b24469b1852a5 +Size (rayon-core-1.9.3.crate) = 65300 bytes BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 Size (redox_syscall-0.2.13.crate) = 23759 bytes BLAKE2s (redox_users-0.4.3.crate) = fafe5c327db7de7f8b6340807a14fb60bdea5ac74634a60379b62c4793cb447b SHA512 (redox_users-0.4.3.crate) = 0d3366e23cf93e1b0e025a29025eaebfcd1145bd158e2663b94fd952dc2d8a25566819e3a03c4136ca16a6408d37396e2ead0814c3f0c2bb10334dfd0b838fda Size (redox_users-0.4.3.crate) = 15353 bytes -BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 -SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 -Size (regex-1.5.5.crate) = 238119 bytes -BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 -SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (regex-1.5.6.crate) = 54470e0ce7f905fde38456f82bc830c98a1ac830538cc1596f5e4f1dc2ee84a4 +SHA512 (regex-1.5.6.crate) = 43ad2ebe14f43d69c62f563a4fd53b5657f0f2cc130a0e6353a13073027640ff891e9f9b40ea85858507047bddb2e023d668c9bf57f2ba0ae045b74b5f0d2a1f +Size (regex-1.5.6.crate) = 238593 bytes +BLAKE2s (regex-syntax-0.6.26.crate) = d644259c960314f13984e773bc86607f79ce86e6b397fe231d5cb32ddcc36926 +SHA512 (regex-syntax-0.6.26.crate) = 46087f5a2abfb48f24da77e79e66f6e514b5d005c4ae2c3283418ec471ddac9e4a1361edbae9d27efeb10217157092f812946b7b98182cf9f8aa703e01c03634 +Size (regex-syntax-0.6.26.crate) = 293912 bytes BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c Size (remove_dir_all-0.5.3.crate) = 9184 bytes @@ -600,15 +615,18 @@ Size (rgb-0.8.32.crate) = 16213 bytes BLAKE2s (ring-0.16.20.crate) = de2f801e5445409bf543e674e2837e3dcfc9869794cc30ddabbf7ad3f1fc76b0 SHA512 (ring-0.16.20.crate) = d97d1b08eb796d4c107426ff2c015ab1f221612500c8a57fca8e3f064e8c0f5ae2a5e6071d013313cd9f4be8fed4ba03beae84bd446f56b2b2ca5d483c328191 Size (ring-0.16.20.crate) = 5082615 bytes +BLAKE2s (rusqlite-0.27.0.crate) = 1de5c201d481e9340bf30effd26f926c2dd32e3623b1b3cf28b4cdbaf5e9e569 +SHA512 (rusqlite-0.27.0.crate) = e761b1f0dfd70fdb5e4e32a5820779943e42aa479b89a010ca4580340b4a5681e4bf57b3679790cd18839cd833d99e70deec6ee5df3df3fc50295823cef6d647 +Size (rusqlite-0.27.0.crate) = 128298 bytes BLAKE2s (rustc-hash-1.1.0.crate) = ba3940200a72ad4ee115b0ef61c7c32278f6a3fa5d913220d1bd72362ef63aaf SHA512 (rustc-hash-1.1.0.crate) = 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 Size (rustc-hash-1.1.0.crate) = 9331 bytes -BLAKE2s (rustls-0.20.4.crate) = 28939205f6d1ea6900a90052af4b39fe2f7977d7e49082c7da5800b2dbf94c76 -SHA512 (rustls-0.20.4.crate) = 897e93f7fd06be64773db0630a06dc440c0f5b43f12d5780523b2419d11bdec62ece3ce12a317badc2ec8cb1536d8bfd82d7c69105196929e7fa5471b29d0462 -Size (rustls-0.20.4.crate) = 256347 bytes -BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 -SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb -Size (ryu-1.0.9.crate) = 48391 bytes +BLAKE2s (rustls-0.20.6.crate) = 0eca3045df285aa3b2ff184f642d896e8c6efc833bde5a908e5290b1dba99fee +SHA512 (rustls-0.20.6.crate) = 04a7922b3456b53d88904af925bbc3b4cc6f0b45256af46e1ebaac2446b73e2645f3b6a3a40ea9ff783acedfa2cc5ab94feaf3513a337d4e06564ab9008d2178 +Size (rustls-0.20.6.crate) = 259289 bytes +BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2 +SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 +Size (ryu-1.0.10.crate) = 48485 bytes BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c Size (same-file-1.0.6.crate) = 10183 bytes @@ -636,9 +654,9 @@ Size (shellexpand-2.1.0.crate) = 14697 bytes BLAKE2s (shlex-1.1.0.crate) = 8fbbe4538951c4b992b291adac09ecfb2cd8e211b71c0dbcc010e8eb8b277f07 SHA512 (shlex-1.1.0.crate) = e51892298dd79dc7cf04d7e6f0a03e4850a57b15cd75e6e3b56e2a0b15d4cb85ee8afcc14e3727d193c8b91baec8c2864a9c800834ee4d18a1be584f17591752 Size (shlex-1.1.0.crate) = 5199 bytes -BLAKE2s (signal-hook-0.3.13.crate) = 9809c7c313a00847f91bcb67ed0a5535b8f5ecc3a7303608d29557e2ddd3b228 -SHA512 (signal-hook-0.3.13.crate) = c4632d31ca158fdfba5da44585f0d6211469ee17b7e22d86688af11b4ed976b0134e87e0ad686dc2e5a8fac0ecb08838108080ac875a7b55322e0735ff1ccfdb -Size (signal-hook-0.3.13.crate) = 49252 bytes +BLAKE2s (signal-hook-0.3.14.crate) = ac9086119f9f59badae90a83ae739a0993551d075e13ecaddea5e23f84c9eebe +SHA512 (signal-hook-0.3.14.crate) = 32ecf012e46b94d3a87f2e56cd4c03a97886013309a4e52ef3e7769ed14b49ae2814bb6346cfc9766525dcf15db4182d260d3c9311134e3e6f5301c58729442a +Size (signal-hook-0.3.14.crate) = 49446 bytes BLAKE2s (signal-hook-mio-0.2.3.crate) = 3978798249d992e347f94de76b52d3de9fee88b4624e5c37f332ad76f253be37 SHA512 (signal-hook-mio-0.2.3.crate) = 98429330c109dacbeca5f0788d993d1ec2830b6f95886a433592b2096508dfef2027d62a99b985654dfcd927f7f3f93fbfc19361f8efaef5efe84cbacfc1ab08 Size (signal-hook-mio-0.2.3.crate) = 9064 bytes @@ -708,9 +726,9 @@ Size (symphonia-metadata-0.5.0.crate) = 20888 bytes BLAKE2s (symphonia-utils-xiph-0.5.0.crate) = cbc03b015ea49e408b8ff25d8aea86bbf8ba7a1a65c76fd2fedccf94c690bba1 SHA512 (symphonia-utils-xiph-0.5.0.crate) = 296f8c75036476e89f90b28d60c5376c39b235f100a7994f71eb8d52a557d0dced8fc1615ea876e0a2a373fefc2d1eed1bfa17ea0d49aa4c2025585bb50b5ccd Size (symphonia-utils-xiph-0.5.0.crate) = 6379 bytes -BLAKE2s (syn-1.0.92.crate) = d18c68924575830ccde5940141f7fbbd738a8bb80812fbc2727e71a6371df5ff -SHA512 (syn-1.0.92.crate) = 1884dd85a13bd0dd84f3599de428304f90b9bad91d8e51f23523fb75aab950df017ea85dc5efb99f793a37769bf2a1b972580ed5b14500b2706c45336a9068b7 -Size (syn-1.0.92.crate) = 236605 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes BLAKE2s (system-deps-6.0.2.crate) = 85f8ff2856afc28256736722196d779ccd244eef53e198f75c12f3851a021551 SHA512 (system-deps-6.0.2.crate) = 5ab193ff8ef680aafe89e6920b90d07349809018a27d962c6abf0ed6920d8a7541d6af03600c7b5e328425add04305743183e072491eacf973e6e96e6590b33d Size (system-deps-6.0.2.crate) = 22869 bytes @@ -723,9 +741,9 @@ Size (termcolor-1.1.3.crate) = 17242 bytes BLAKE2s (terminal_size-0.1.17.crate) = ea59269fe3bf9b397940ef374c11f53bec37aa94079b597891b72a70582225d9 SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 Size (terminal_size-0.1.17.crate) = 9141 bytes -BLAKE2s (termusic-0.6.15.tar.gz) = c1470eec539ae8027534ebef6961ce1bdd8b459ba2dba0fac6d02e5570a3fb8e -SHA512 (termusic-0.6.15.tar.gz) = 41e8167f1071e73004af131156d45b65f5956142489b28613911d08fd0f83f42cdf1e4b396d91b57917294af4c9b3039af830259ebabeac429e2ede32f28c78a -Size (termusic-0.6.15.tar.gz) = 3255590 bytes +BLAKE2s (termusic-0.6.16.tar.gz) = 5641b7ca96404e3a4452d6fa49b1a3c5d294f514372ae4f10b6458f78638bb2c +SHA512 (termusic-0.6.16.tar.gz) = 28ded1b349534b4a8790e33fd918e0806493aa861cdd9865a123f66df9ef48b593d0dc5aed2542c18d49ece3418178afc0afe0cf9453c00c537d2cba2013d85b +Size (termusic-0.6.16.tar.gz) = 3265037 bytes BLAKE2s (textwrap-0.14.2.crate) = fd4222c5777268724d53efad1778b87a3f176dbf175fc0a3442ddb39c87deab7 SHA512 (textwrap-0.14.2.crate) = 521ab37e03aae8fcce5b909541399fc90a23020e353f95102c658fa94ffc56b9bdff43f47fb3da6e30f5c9cc9447fab72fe21d7276dfa21fe5a1a5a1c874e371 Size (textwrap-0.14.2.crate) = 52016 bytes @@ -768,6 +786,9 @@ Size (tuirealm_derive-1.0.0.crate) = 4914 bytes BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 Size (unicode-bidi-0.3.8.crate) = 36575 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (unicode-linebreak-0.1.2.crate) = 7f782c5be096c6b07c62682b7859535f77f77df3285fcbc7aa01cde38325ee57 SHA512 (unicode-linebreak-0.1.2.crate) = 170db67d6d74df913dffc921986b92df8a2ba68776ddb17c8ffca51d0d4bee597a5460591e7ba593c1eaec8b6227956f4e0f9b11d217aed4ee85cf46f1be5277 Size (unicode-linebreak-0.1.2.crate) = 69293 bytes @@ -780,9 +801,6 @@ Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes -BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e -SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 -Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (untrusted-0.7.1.crate) = 48f0deda5147bf1af1cfd64f69dbf4f508c292fc732653a243a76f916442ccb5 SHA512 (untrusted-0.7.1.crate) = 5ebe3266912e4e78fdfdd13f9fcc07e9cf489d19d5e9ff346486f47aa58a0aca35278d561612c49eb3cab5a6759ac974d3b92bfabc399e1bc0808428dc347be0 Size (untrusted-0.7.1.crate) = 7924 bytes @@ -792,9 +810,15 @@ Size (ureq-2.4.0.crate) = 91872 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes +BLAKE2s (urlencoding-2.1.0.crate) = 3d44ee8af8aaa97513e16c929f146eca4b3405e7b1f321f9f47d7bcaead52524 +SHA512 (urlencoding-2.1.0.crate) = 1eb1a6de1962d1e9c34b3f8708434ba7a1c111ccfac598ab58bc7da3571c571618925adb5048d9f909e7a10b8b16e7a18ffe018bd9844cb7f2ca2c5d31fec94b +Size (urlencoding-2.1.0.crate) = 6151 bytes BLAKE2s (uuid-0.8.2.crate) = 8bf7347fae8f81652c57eff0283e90003a269e07df2a17c66e3000b8d96503c2 SHA512 (uuid-0.8.2.crate) = 5a1f5ead9a920b9bbc120c02049c24b62ec215765e486d3a15c5015ef49fa506206efb737e6f6555cf6e2eddddfe55f0ca1d7dcfa9aa8bcf3e0ef570a54fa2d8 Size (uuid-0.8.2.crate) = 37909 bytes +BLAKE2s (vcpkg-0.2.15.crate) = 0ec9e97d0e23d59f0a4095773e1136e15f2054fb86bcceb309774638768ea8c4 +SHA512 (vcpkg-0.2.15.crate) = 7322a21e8811b2fe4e79e09dc321458068ecdf1953f05d36233f3278ecc0b1dfc64194db7010dd46fcf692285f42475beb090c6c6cac0c8f9fe0eb5c770e3172 +Size (vcpkg-0.2.15.crate) = 228735 bytes BLAKE2s (version-compare-0.1.0.crate) = 32046f68218ca3d75efbfba68617c20dd66236234d0788884352304f3679d4eb SHA512 (version-compare-0.1.0.crate) = d1b1a96f528e9660e38b6a08adbc186dfa93fa3e698029f68efcdea3de82c3e78cc0a2178e49281186d58de0c24ce3e62ebf1a0ef1aafa9297931cf19408d9c6 Size (version-compare-0.1.0.crate) = 14169 bytes From 89d9c643425c66ddbb4b867a618754f2d328d28d Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 22 May 2022 16:37:37 +0000 Subject: [PATCH 0815/1154] doc: Updated audio/termusic to 0.6.16 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7d791c9d336fd..72f69399b1631 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2677 2022/05/22 16:07:01 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2678 2022/05/22 16:37:37 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4123,3 +4123,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/R-mvtnorm to 1.1.3 [mef 2022-05-22] Updated textproc/py-cssselect2 to 0.6.0 [kleink 2022-05-22] Updated www/py-flask-flatpages to 0.8.1 [kleink 2022-05-22] + Updated audio/termusic to 0.6.16 [pin 2022-05-22] From 07e70b955c01012c9fa38cc373830d3323d999d6 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 22 May 2022 16:38:02 +0000 Subject: [PATCH 0816/1154] audio/librespot: update to 0.4.0 0.4.0 - 2022-05-21 Changed [chore] The MSRV is now 1.53 [contrib] Hardened security of the systemd service units [core] Session: connect() now returns the long-term credentials [core] Session: connect() now accepts a flag if the credentails should be stored via the cache [main] Different option descriptions and error messages based on what backends are enabled at build time [playback] More robust dynamic limiter for very wide dynamic range (breaking) [playback] alsa: improve --device ? output for the Alsa backend [playback] gstreamer: create own context, set correct states and use sync handler [playback] pipe: create file if it doesn't already exist [playback] Sink: write() now receives ownership of the packet (breaking) Added [main] Enforce reasonable ranges for option values (breaking) [main] Add the ability to parse environment variables [main] Log now emits warning when trying to use options that would otherwise have no effect [main] Verbose logging now logs all parsed environment variables and command line arguments (credentials are redacted) [main] Add a -q, --quiet option that changes the logging level to WARN [main] Add disable-credential-cache flag (breaking) [main] Add a short name for every flag and option [playback] pulseaudio: set the PulseAudio name to match librespot's device name via PULSE_PROP_application.name environment variable (user set env var value takes precedence) (breaking) [playback] pulseaudio: set icon to audio-x-generic so we get an icon instead of a placeholder via PULSE_PROP_application.icon_name environment variable (user set env var value takes precedence) (breaking) [playback] pulseaudio: set values to: PULSE_PROP_application.version, PULSE_PROP_application.process.binary, PULSE_PROP_stream.description, PULSE_PROP_media.software and PULSE_PROP_media.role environment variables (user set env var values take precedence) (breaking) Fixed [connect] Don't panic when activating shuffle without previous interaction [core] Removed unsafe code (breaking) [main] Fix crash when built with Avahi support but Avahi is locally unavailable [main] Prevent hang when discovery is disabled and there are no credentials or when bad credentials are given [main] Don't panic when parsing options, instead list valid values and exit [main] --alsa-mixer-device and --alsa-mixer-index now fallback to the card and index specified in --device. [playback] Adhere to ReplayGain spec when calculating gain normalisation factor [playback] alsa: make --volume-range overrides apply to Alsa softvol controls Removed [playback] alsamixer: previously deprecated options mixer-card, mixer-name and mixer-index have been removed --- audio/librespot/Makefile | 8 +- audio/librespot/cargo-depends.mk | 309 +++++----- audio/librespot/distinfo | 929 +++++++++++++++++-------------- 3 files changed, 693 insertions(+), 553 deletions(-) diff --git a/audio/librespot/Makefile b/audio/librespot/Makefile index 65fe6eab832f4..a8af4dfd10368 100644 --- a/audio/librespot/Makefile +++ b/audio/librespot/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2022/03/28 10:43:35 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/22 16:38:02 pin Exp $ -DISTNAME= librespot-0.3.1 -PKGREVISION= 3 +DISTNAME= librespot-0.4.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=librespot-org/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -22,7 +21,8 @@ CARGO_NO_DEFAULT_FEATURES= yes .include "options.mk" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/librespot ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/librespot \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/librespot/cargo-depends.mk b/audio/librespot/cargo-depends.mk index a0414b8f65e02..fc96f454d94ea 100644 --- a/audio/librespot/cargo-depends.mk +++ b/audio/librespot/cargo-depends.mk @@ -1,5 +1,7 @@ -# $NetBSD: cargo-depends.mk,v 1.6 2021/10/24 22:03:55 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.7 2022/05/22 16:38:02 pin Exp $ +CARGO_CRATE_DEPENDS+= addr2line-0.17.0 +CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= aes-0.6.0 CARGO_CRATE_DEPENDS+= aes-ctr-0.6.0 CARGO_CRATE_DEPENDS+= aes-soft-0.6.4 @@ -7,245 +9,278 @@ CARGO_CRATE_DEPENDS+= aesni-0.10.0 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= alsa-0.5.0 CARGO_CRATE_DEPENDS+= alsa-sys-0.3.1 -CARGO_CRATE_DEPENDS+= anyhow-1.0.43 -CARGO_CRATE_DEPENDS+= async-trait-0.1.51 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 +CARGO_CRATE_DEPENDS+= array-init-2.0.0 +CARGO_CRATE_DEPENDS+= async-trait-0.1.53 CARGO_CRATE_DEPENDS+= atty-0.2.14 -CARGO_CRATE_DEPENDS+= autocfg-1.0.1 +CARGO_CRATE_DEPENDS+= autocfg-1.1.0 +CARGO_CRATE_DEPENDS+= backtrace-0.3.65 CARGO_CRATE_DEPENDS+= base64-0.13.0 -CARGO_CRATE_DEPENDS+= bindgen-0.56.0 -CARGO_CRATE_DEPENDS+= bitflags-1.2.1 +CARGO_CRATE_DEPENDS+= bindgen-0.59.2 +CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= block-buffer-0.9.0 -CARGO_CRATE_DEPENDS+= bumpalo-3.7.0 +CARGO_CRATE_DEPENDS+= block-buffer-0.10.2 +CARGO_CRATE_DEPENDS+= bumpalo-3.9.1 CARGO_CRATE_DEPENDS+= byteorder-1.4.3 -CARGO_CRATE_DEPENDS+= bytes-1.0.1 -CARGO_CRATE_DEPENDS+= cc-1.0.69 +CARGO_CRATE_DEPENDS+= bytes-1.1.0 +CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cesu8-1.1.0 -CARGO_CRATE_DEPENDS+= cexpr-0.4.0 +CARGO_CRATE_DEPENDS+= cexpr-0.6.0 +CARGO_CRATE_DEPENDS+= cfg-expr-0.8.1 CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 CARGO_CRATE_DEPENDS+= cipher-0.2.5 -CARGO_CRATE_DEPENDS+= clang-sys-1.2.0 +CARGO_CRATE_DEPENDS+= clang-sys-1.3.2 CARGO_CRATE_DEPENDS+= colored-1.9.3 -CARGO_CRATE_DEPENDS+= combine-4.6.0 -CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.2 +CARGO_CRATE_DEPENDS+= combine-4.6.4 +CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 CARGO_CRATE_DEPENDS+= coreaudio-rs-0.10.0 -CARGO_CRATE_DEPENDS+= coreaudio-sys-0.2.8 +CARGO_CRATE_DEPENDS+= coreaudio-sys-0.2.10 CARGO_CRATE_DEPENDS+= cpal-0.13.4 -CARGO_CRATE_DEPENDS+= cpufeatures-0.1.5 +CARGO_CRATE_DEPENDS+= cpufeatures-0.2.2 +CARGO_CRATE_DEPENDS+= crypto-common-0.1.3 CARGO_CRATE_DEPENDS+= crypto-mac-0.11.1 CARGO_CRATE_DEPENDS+= ctr-0.6.0 CARGO_CRATE_DEPENDS+= darling-0.10.2 CARGO_CRATE_DEPENDS+= darling_core-0.10.2 CARGO_CRATE_DEPENDS+= darling_macro-0.10.2 -CARGO_CRATE_DEPENDS+= derivative-2.2.0 CARGO_CRATE_DEPENDS+= digest-0.9.0 +CARGO_CRATE_DEPENDS+= digest-0.10.3 CARGO_CRATE_DEPENDS+= dns-sd-0.1.3 CARGO_CRATE_DEPENDS+= either-1.6.1 CARGO_CRATE_DEPENDS+= env_logger-0.8.4 +CARGO_CRATE_DEPENDS+= fastrand-1.7.0 +CARGO_CRATE_DEPENDS+= fixedbitset-0.2.0 CARGO_CRATE_DEPENDS+= fnv-1.0.7 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 -CARGO_CRATE_DEPENDS+= futures-0.3.16 -CARGO_CRATE_DEPENDS+= futures-channel-0.3.16 -CARGO_CRATE_DEPENDS+= futures-core-0.3.16 -CARGO_CRATE_DEPENDS+= futures-executor-0.3.16 -CARGO_CRATE_DEPENDS+= futures-io-0.3.16 -CARGO_CRATE_DEPENDS+= futures-macro-0.3.16 -CARGO_CRATE_DEPENDS+= futures-sink-0.3.16 -CARGO_CRATE_DEPENDS+= futures-task-0.3.16 -CARGO_CRATE_DEPENDS+= futures-util-0.3.16 -CARGO_CRATE_DEPENDS+= generic-array-0.14.4 +CARGO_CRATE_DEPENDS+= futures-0.3.21 +CARGO_CRATE_DEPENDS+= futures-channel-0.3.21 +CARGO_CRATE_DEPENDS+= futures-core-0.3.21 +CARGO_CRATE_DEPENDS+= futures-executor-0.3.21 +CARGO_CRATE_DEPENDS+= futures-io-0.3.21 +CARGO_CRATE_DEPENDS+= futures-macro-0.3.21 +CARGO_CRATE_DEPENDS+= futures-sink-0.3.21 +CARGO_CRATE_DEPENDS+= futures-task-0.3.21 +CARGO_CRATE_DEPENDS+= futures-util-0.3.21 +CARGO_CRATE_DEPENDS+= generic-array-0.14.5 CARGO_CRATE_DEPENDS+= getopts-0.2.21 -CARGO_CRATE_DEPENDS+= getrandom-0.2.3 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 +CARGO_CRATE_DEPENDS+= gimli-0.26.1 CARGO_CRATE_DEPENDS+= glib-0.10.3 +CARGO_CRATE_DEPENDS+= glib-0.14.8 CARGO_CRATE_DEPENDS+= glib-macros-0.10.1 +CARGO_CRATE_DEPENDS+= glib-macros-0.14.1 CARGO_CRATE_DEPENDS+= glib-sys-0.10.1 +CARGO_CRATE_DEPENDS+= glib-sys-0.14.0 CARGO_CRATE_DEPENDS+= glob-0.3.0 CARGO_CRATE_DEPENDS+= gobject-sys-0.10.0 -CARGO_CRATE_DEPENDS+= gstreamer-0.16.7 -CARGO_CRATE_DEPENDS+= gstreamer-app-0.16.5 -CARGO_CRATE_DEPENDS+= gstreamer-app-sys-0.9.1 -CARGO_CRATE_DEPENDS+= gstreamer-base-0.16.5 -CARGO_CRATE_DEPENDS+= gstreamer-base-sys-0.9.1 -CARGO_CRATE_DEPENDS+= gstreamer-sys-0.9.1 +CARGO_CRATE_DEPENDS+= gobject-sys-0.14.0 +CARGO_CRATE_DEPENDS+= gstreamer-0.17.4 +CARGO_CRATE_DEPENDS+= gstreamer-app-0.17.2 +CARGO_CRATE_DEPENDS+= gstreamer-app-sys-0.17.0 +CARGO_CRATE_DEPENDS+= gstreamer-audio-0.17.2 +CARGO_CRATE_DEPENDS+= gstreamer-audio-sys-0.17.0 +CARGO_CRATE_DEPENDS+= gstreamer-base-0.17.2 +CARGO_CRATE_DEPENDS+= gstreamer-base-sys-0.17.0 +CARGO_CRATE_DEPENDS+= gstreamer-sys-0.17.3 CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 -CARGO_CRATE_DEPENDS+= headers-0.3.4 +CARGO_CRATE_DEPENDS+= headers-0.3.7 CARGO_CRATE_DEPENDS+= headers-core-0.2.0 CARGO_CRATE_DEPENDS+= heck-0.3.3 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= hex-0.4.3 CARGO_CRATE_DEPENDS+= hmac-0.11.0 CARGO_CRATE_DEPENDS+= hostname-0.3.1 -CARGO_CRATE_DEPENDS+= http-0.2.4 -CARGO_CRATE_DEPENDS+= http-body-0.4.3 -CARGO_CRATE_DEPENDS+= httparse-1.5.1 -CARGO_CRATE_DEPENDS+= httpdate-1.0.1 +CARGO_CRATE_DEPENDS+= http-0.2.7 +CARGO_CRATE_DEPENDS+= http-body-0.4.5 +CARGO_CRATE_DEPENDS+= httparse-1.7.1 +CARGO_CRATE_DEPENDS+= httpdate-1.0.2 CARGO_CRATE_DEPENDS+= humantime-2.1.0 -CARGO_CRATE_DEPENDS+= hyper-0.14.11 +CARGO_CRATE_DEPENDS+= hyper-0.14.18 CARGO_CRATE_DEPENDS+= hyper-proxy-0.9.1 CARGO_CRATE_DEPENDS+= ident_case-1.0.1 CARGO_CRATE_DEPENDS+= idna-0.2.3 -CARGO_CRATE_DEPENDS+= if-addrs-0.6.5 -CARGO_CRATE_DEPENDS+= if-addrs-sys-0.3.2 -CARGO_CRATE_DEPENDS+= indexmap-1.7.0 -CARGO_CRATE_DEPENDS+= instant-0.1.10 +CARGO_CRATE_DEPENDS+= if-addrs-0.7.0 +CARGO_CRATE_DEPENDS+= indexmap-1.8.1 +CARGO_CRATE_DEPENDS+= instant-0.1.12 CARGO_CRATE_DEPENDS+= itertools-0.9.0 -CARGO_CRATE_DEPENDS+= itoa-0.4.7 -CARGO_CRATE_DEPENDS+= jack-0.7.1 -CARGO_CRATE_DEPENDS+= jack-sys-0.2.2 +CARGO_CRATE_DEPENDS+= itertools-0.10.3 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 +CARGO_CRATE_DEPENDS+= jack-0.7.3 +CARGO_CRATE_DEPENDS+= jack-sys-0.2.3 CARGO_CRATE_DEPENDS+= jni-0.19.0 CARGO_CRATE_DEPENDS+= jni-sys-0.3.0 CARGO_CRATE_DEPENDS+= jobserver-0.1.24 -CARGO_CRATE_DEPENDS+= js-sys-0.3.53 +CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= lazycell-1.3.0 CARGO_CRATE_DEPENDS+= lewton-0.10.2 -CARGO_CRATE_DEPENDS+= libc-0.2.99 +CARGO_CRATE_DEPENDS+= libc-0.2.126 CARGO_CRATE_DEPENDS+= libloading-0.6.7 -CARGO_CRATE_DEPENDS+= libloading-0.7.0 -CARGO_CRATE_DEPENDS+= libm-0.2.1 -CARGO_CRATE_DEPENDS+= libmdns-0.6.1 -CARGO_CRATE_DEPENDS+= libpulse-binding-2.24.0 -CARGO_CRATE_DEPENDS+= libpulse-simple-binding-2.24.0 -CARGO_CRATE_DEPENDS+= libpulse-simple-sys-1.19.0 -CARGO_CRATE_DEPENDS+= libpulse-sys-1.19.1 -CARGO_CRATE_DEPENDS+= lock_api-0.4.4 -CARGO_CRATE_DEPENDS+= log-0.4.14 +CARGO_CRATE_DEPENDS+= libloading-0.7.3 +CARGO_CRATE_DEPENDS+= libm-0.2.2 +CARGO_CRATE_DEPENDS+= libmdns-0.7.0 +CARGO_CRATE_DEPENDS+= libpulse-binding-2.26.0 +CARGO_CRATE_DEPENDS+= libpulse-simple-binding-2.25.0 +CARGO_CRATE_DEPENDS+= libpulse-simple-sys-1.19.2 +CARGO_CRATE_DEPENDS+= libpulse-sys-1.19.3 +CARGO_CRATE_DEPENDS+= lock_api-0.4.7 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= mach-0.3.2 CARGO_CRATE_DEPENDS+= match_cfg-0.1.0 CARGO_CRATE_DEPENDS+= matches-0.1.9 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 -CARGO_CRATE_DEPENDS+= memoffset-0.6.4 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= mime-0.3.16 -CARGO_CRATE_DEPENDS+= mio-0.7.13 -CARGO_CRATE_DEPENDS+= miow-0.3.7 -CARGO_CRATE_DEPENDS+= muldiv-0.2.1 +CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 +CARGO_CRATE_DEPENDS+= mio-0.8.3 +CARGO_CRATE_DEPENDS+= muldiv-1.0.0 CARGO_CRATE_DEPENDS+= multimap-0.8.3 CARGO_CRATE_DEPENDS+= ndk-0.3.0 -CARGO_CRATE_DEPENDS+= ndk-0.4.0 +CARGO_CRATE_DEPENDS+= ndk-0.6.0 +CARGO_CRATE_DEPENDS+= ndk-context-0.1.1 CARGO_CRATE_DEPENDS+= ndk-glue-0.3.0 -CARGO_CRATE_DEPENDS+= ndk-glue-0.4.0 CARGO_CRATE_DEPENDS+= ndk-macro-0.2.0 -CARGO_CRATE_DEPENDS+= ndk-sys-0.2.1 -CARGO_CRATE_DEPENDS+= nix-0.20.1 -CARGO_CRATE_DEPENDS+= nom-5.1.2 -CARGO_CRATE_DEPENDS+= ntapi-0.3.6 -CARGO_CRATE_DEPENDS+= num-bigint-0.4.2 +CARGO_CRATE_DEPENDS+= ndk-sys-0.2.2 +CARGO_CRATE_DEPENDS+= ndk-sys-0.3.0 +CARGO_CRATE_DEPENDS+= nix-0.20.0 +CARGO_CRATE_DEPENDS+= nom-7.1.1 +CARGO_CRATE_DEPENDS+= num-bigint-0.4.3 CARGO_CRATE_DEPENDS+= num-derive-0.3.3 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 -CARGO_CRATE_DEPENDS+= num-rational-0.3.2 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= num_cpus-1.13.0 -CARGO_CRATE_DEPENDS+= num_enum-0.5.4 -CARGO_CRATE_DEPENDS+= num_enum_derive-0.5.4 -CARGO_CRATE_DEPENDS+= oboe-0.4.4 -CARGO_CRATE_DEPENDS+= oboe-sys-0.4.4 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 +CARGO_CRATE_DEPENDS+= num-rational-0.4.0 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 +CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 +CARGO_CRATE_DEPENDS+= num_enum-0.5.7 +CARGO_CRATE_DEPENDS+= num_enum_derive-0.5.7 +CARGO_CRATE_DEPENDS+= num_threads-0.1.6 +CARGO_CRATE_DEPENDS+= object-0.28.4 +CARGO_CRATE_DEPENDS+= oboe-0.4.6 +CARGO_CRATE_DEPENDS+= oboe-sys-0.4.5 CARGO_CRATE_DEPENDS+= ogg-0.8.0 -CARGO_CRATE_DEPENDS+= once_cell-1.8.0 +CARGO_CRATE_DEPENDS+= once_cell-1.11.0 CARGO_CRATE_DEPENDS+= opaque-debug-0.3.0 -CARGO_CRATE_DEPENDS+= parking_lot-0.11.1 -CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.3 -CARGO_CRATE_DEPENDS+= paste-1.0.5 +CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 +CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 +CARGO_CRATE_DEPENDS+= paste-1.0.7 CARGO_CRATE_DEPENDS+= pbkdf2-0.8.0 CARGO_CRATE_DEPENDS+= peeking_take_while-0.1.2 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 -CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.7 +CARGO_CRATE_DEPENDS+= petgraph-0.5.1 +CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 -CARGO_CRATE_DEPENDS+= pkg-config-0.3.19 +CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 CARGO_CRATE_DEPENDS+= portaudio-rs-0.3.2 CARGO_CRATE_DEPENDS+= portaudio-sys-0.1.1 -CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.10 +CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.16 CARGO_CRATE_DEPENDS+= pretty-hex-0.2.1 -CARGO_CRATE_DEPENDS+= priority-queue-1.1.1 +CARGO_CRATE_DEPENDS+= priority-queue-1.2.1 CARGO_CRATE_DEPENDS+= proc-macro-crate-0.1.5 -CARGO_CRATE_DEPENDS+= proc-macro-crate-1.0.0 +CARGO_CRATE_DEPENDS+= proc-macro-crate-1.1.3 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro-hack-0.5.19 -CARGO_CRATE_DEPENDS+= proc-macro-nested-0.1.7 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.28 -CARGO_CRATE_DEPENDS+= protobuf-2.25.0 -CARGO_CRATE_DEPENDS+= protobuf-codegen-2.25.0 -CARGO_CRATE_DEPENDS+= protobuf-codegen-pure-2.25.0 -CARGO_CRATE_DEPENDS+= quote-1.0.9 -CARGO_CRATE_DEPENDS+= rand-0.8.4 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 +CARGO_CRATE_DEPENDS+= protobuf-2.27.1 +CARGO_CRATE_DEPENDS+= protobuf-codegen-2.27.1 +CARGO_CRATE_DEPENDS+= protobuf-codegen-pure-2.27.1 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= rand-0.8.5 CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 CARGO_CRATE_DEPENDS+= rand_core-0.6.3 -CARGO_CRATE_DEPENDS+= rand_distr-0.4.2 -CARGO_CRATE_DEPENDS+= rand_hc-0.3.1 -CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 -CARGO_CRATE_DEPENDS+= regex-1.5.4 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= rand_distr-0.4.3 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 +CARGO_CRATE_DEPENDS+= regex-1.5.6 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.26 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 CARGO_CRATE_DEPENDS+= rodio-0.14.0 CARGO_CRATE_DEPENDS+= rpassword-5.0.1 +CARGO_CRATE_DEPENDS+= rustc-demangle-0.1.21 CARGO_CRATE_DEPENDS+= rustc-hash-1.1.0 CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 -CARGO_CRATE_DEPENDS+= ryu-1.0.5 +CARGO_CRATE_DEPENDS+= ryu-1.0.10 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 CARGO_CRATE_DEPENDS+= sdl2-0.34.5 CARGO_CRATE_DEPENDS+= sdl2-sys-0.34.5 -CARGO_CRATE_DEPENDS+= semver-1.0.4 -CARGO_CRATE_DEPENDS+= serde-1.0.127 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.127 -CARGO_CRATE_DEPENDS+= serde_json-1.0.66 -CARGO_CRATE_DEPENDS+= sha-1-0.9.7 +CARGO_CRATE_DEPENDS+= semver-1.0.9 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 +CARGO_CRATE_DEPENDS+= sha-1-0.9.8 +CARGO_CRATE_DEPENDS+= sha-1-0.10.0 CARGO_CRATE_DEPENDS+= shannon-0.2.0 -CARGO_CRATE_DEPENDS+= shell-words-1.0.0 -CARGO_CRATE_DEPENDS+= shlex-0.1.1 +CARGO_CRATE_DEPENDS+= shell-words-1.1.0 +CARGO_CRATE_DEPENDS+= shlex-1.1.0 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 -CARGO_CRATE_DEPENDS+= simple_logger-1.13.0 -CARGO_CRATE_DEPENDS+= slab-0.4.4 -CARGO_CRATE_DEPENDS+= smallvec-1.6.1 -CARGO_CRATE_DEPENDS+= socket2-0.4.1 +CARGO_CRATE_DEPENDS+= simple_logger-1.16.0 +CARGO_CRATE_DEPENDS+= slab-0.4.6 +CARGO_CRATE_DEPENDS+= smallvec-1.8.0 +CARGO_CRATE_DEPENDS+= socket2-0.4.4 CARGO_CRATE_DEPENDS+= stdweb-0.1.3 CARGO_CRATE_DEPENDS+= strsim-0.9.3 CARGO_CRATE_DEPENDS+= strum-0.18.0 +CARGO_CRATE_DEPENDS+= strum-0.21.0 CARGO_CRATE_DEPENDS+= strum_macros-0.18.0 +CARGO_CRATE_DEPENDS+= strum_macros-0.21.1 CARGO_CRATE_DEPENDS+= subtle-2.4.1 -CARGO_CRATE_DEPENDS+= syn-1.0.74 -CARGO_CRATE_DEPENDS+= synstructure-0.12.5 +CARGO_CRATE_DEPENDS+= syn-1.0.95 +CARGO_CRATE_DEPENDS+= synstructure-0.12.6 CARGO_CRATE_DEPENDS+= system-deps-1.3.2 -CARGO_CRATE_DEPENDS+= tempfile-3.2.0 -CARGO_CRATE_DEPENDS+= termcolor-1.1.2 -CARGO_CRATE_DEPENDS+= thiserror-1.0.26 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.26 +CARGO_CRATE_DEPENDS+= system-deps-3.2.0 +CARGO_CRATE_DEPENDS+= tempfile-3.3.0 +CARGO_CRATE_DEPENDS+= termcolor-1.1.3 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 +CARGO_CRATE_DEPENDS+= thread-id-4.0.0 CARGO_CRATE_DEPENDS+= time-0.1.43 -CARGO_CRATE_DEPENDS+= tinyvec-1.3.1 +CARGO_CRATE_DEPENDS+= time-0.3.9 +CARGO_CRATE_DEPENDS+= time-macros-0.2.4 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= tokio-1.10.0 -CARGO_CRATE_DEPENDS+= tokio-macros-1.3.0 -CARGO_CRATE_DEPENDS+= tokio-stream-0.1.7 -CARGO_CRATE_DEPENDS+= tokio-util-0.6.7 -CARGO_CRATE_DEPENDS+= toml-0.5.8 +CARGO_CRATE_DEPENDS+= tokio-1.18.2 +CARGO_CRATE_DEPENDS+= tokio-macros-1.7.0 +CARGO_CRATE_DEPENDS+= tokio-stream-0.1.8 +CARGO_CRATE_DEPENDS+= tokio-util-0.6.10 +CARGO_CRATE_DEPENDS+= toml-0.5.9 CARGO_CRATE_DEPENDS+= tower-service-0.3.1 -CARGO_CRATE_DEPENDS+= tracing-0.1.26 -CARGO_CRATE_DEPENDS+= tracing-core-0.1.19 +CARGO_CRATE_DEPENDS+= tracing-0.1.34 +CARGO_CRATE_DEPENDS+= tracing-core-0.1.26 CARGO_CRATE_DEPENDS+= try-lock-0.2.3 -CARGO_CRATE_DEPENDS+= typenum-1.13.0 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.6 +CARGO_CRATE_DEPENDS+= typenum-1.15.0 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 -CARGO_CRATE_DEPENDS+= unicode-segmentation-1.8.0 -CARGO_CRATE_DEPENDS+= unicode-width-0.1.8 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 +CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= uuid-0.8.2 CARGO_CRATE_DEPENDS+= vergen-3.2.0 CARGO_CRATE_DEPENDS+= version-compare-0.0.10 -CARGO_CRATE_DEPENDS+= version_check-0.9.3 +CARGO_CRATE_DEPENDS+= version-compare-0.0.11 +CARGO_CRATE_DEPENDS+= version_check-0.9.4 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= want-0.3.0 CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 -CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.76 -CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.76 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.76 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.76 -CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.76 -CARGO_CRATE_DEPENDS+= web-sys-0.3.53 +CARGO_CRATE_DEPENDS+= wasi-0.11.0+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 +CARGO_CRATE_DEPENDS+= web-sys-0.3.57 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= zerocopy-0.3.0 CARGO_CRATE_DEPENDS+= zerocopy-derive-0.2.0 diff --git a/audio/librespot/distinfo b/audio/librespot/distinfo index 5b60e6861cf09..e47c9cfb3259b 100644 --- a/audio/librespot/distinfo +++ b/audio/librespot/distinfo @@ -1,5 +1,11 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 09:59:08 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/05/22 16:38:02 pin Exp $ +BLAKE2s (addr2line-0.17.0.crate) = f7fa3b016f0e80c4ea9967f8947de15edc9fa39d0c0cdea692dccd0c41c28039 +SHA512 (addr2line-0.17.0.crate) = ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95 +Size (addr2line-0.17.0.crate) = 32260 bytes +BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa +SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 +Size (adler-1.0.2.crate) = 12778 bytes BLAKE2s (aes-0.6.0.crate) = cff429c9ad9af525e61bbed22da39bd64c5eceb5f2272273daf16dd0a9ea22d6 SHA512 (aes-0.6.0.crate) = 65349285e429f9b8815743d86b3ebdececd48ce556a08b6ec5ec89bf966bc9b187a7df4fbe1f3b25172db3aab219b23f8040c1160359868e9f71d67a767c90c9 Size (aes-0.6.0.crate) = 86774 bytes @@ -21,48 +27,60 @@ Size (alsa-0.5.0.crate) = 63941 bytes BLAKE2s (alsa-sys-0.3.1.crate) = 4d84e6362ffdbbb97a3ffac74750a091876e2f66ce1af6a44c32aaf5515f38de SHA512 (alsa-sys-0.3.1.crate) = 6523d909c500fee433f934eedfdc200cfc52e1b55be09434665210c16bb9af3593d8b1346ace184b171c7135a7aa65fdac5ca8c68e64f9d20436e1d8fac961fe Size (alsa-sys-0.3.1.crate) = 32748 bytes -BLAKE2s (anyhow-1.0.43.crate) = c4638d6a2db18a9ee345638b930a66088185ecf73365c3c9d774825e15999290 -SHA512 (anyhow-1.0.43.crate) = d35eb86b3c1676a88fcd9fa8a956f0fb3d3a657caa777e27eb8d5f6a86fec352273c463782dd803a87514c72fe679855d7a379c63bb385df593a5e14c069b7a3 -Size (anyhow-1.0.43.crate) = 34968 bytes -BLAKE2s (async-trait-0.1.51.crate) = dcfb10f9e1fce36df5c2943546f5b12233fd65453373a9ec50aa4c9aa9f5d0d9 -SHA512 (async-trait-0.1.51.crate) = 9a0505109f984bde511a6e1543925ac447935824594fb0ae3da6af3f72fca29cbbfa0cc282f751bb2c597e73084d831fd75c202beb5998cd368eb0c13a067990 -Size (async-trait-0.1.51.crate) = 25531 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes +BLAKE2s (array-init-2.0.0.crate) = c47f60c51ee4dbf6b37525a885ee40ecaf1c3a88c4147022cb5613c7e2f1b620 +SHA512 (array-init-2.0.0.crate) = 0df75b6d8f1e1c509f85a5a1ffb79d1c7cd161127b661032f24f3ba2968ff64d081d4bf0a0c19f46d992a93f2f2a3f90d71fc85be4299349c6808e3219a647b1 +Size (array-init-2.0.0.crate) = 10685 bytes +BLAKE2s (async-trait-0.1.53.crate) = f3fc75b3d3b4868fcf914b8e482060f545dad82f06683ecad6dc39a2d5b13375 +SHA512 (async-trait-0.1.53.crate) = 33fac59f2329997b3b17b076f816e32cd667f3317b324b74e1bf4ea28ef1d3ed53572316f9e034d1149cb8456dcb29e78474426aa04c42fa8bcb0dcf1da53763 +Size (async-trait-0.1.53.crate) = 26210 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes -BLAKE2s (autocfg-1.0.1.crate) = 5ed71afef2e7ff6595833cf457df844e3f461a1b7a8f0d541b1b2c5c5e6394a0 -SHA512 (autocfg-1.0.1.crate) = 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b -Size (autocfg-1.0.1.crate) = 12908 bytes +BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 +SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +Size (autocfg-1.1.0.crate) = 13272 bytes +BLAKE2s (backtrace-0.3.65.crate) = f6c8b6052d4b803455044515a2a50cf5d17f75f12544d1ef22e53ee0eb70a1bc +SHA512 (backtrace-0.3.65.crate) = 9cf3cda1d86deb6b7f3cada0ed7a9e6e54e2d323533e385222a260b2f667bd1989a552cc35806a1579c1493ee1177e474b1d42b29480c09a2735251586740321 +Size (backtrace-0.3.65.crate) = 74129 bytes BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 Size (base64-0.13.0.crate) = 62070 bytes -BLAKE2s (bindgen-0.56.0.crate) = dd656afb42c5a5c5cc958e83a675257c2fe220e8107dd46025c4be5911b9027e -SHA512 (bindgen-0.56.0.crate) = e7bc3700d3db533380b40874d258d9c3132a85bb704929922f203619dc7e62d0778d92cc23e9409a3c098095e0a29d995b9feb1409a57a402f6059d094a109fb -Size (bindgen-0.56.0.crate) = 198300 bytes -BLAKE2s (bitflags-1.2.1.crate) = d88eaeb22f47d784119fe5d2ecd3e09ef458afb28b23c53a23566144e1ee218d -SHA512 (bitflags-1.2.1.crate) = ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b -Size (bitflags-1.2.1.crate) = 16745 bytes +BLAKE2s (bindgen-0.59.2.crate) = 89639dfdfbe06fd06aee037a5e6c2a9cb6fb5838e44703fac4374236c2a80e94 +SHA512 (bindgen-0.59.2.crate) = 14c49879c7443191b877957a4fd405c7f10a1e8b70016d91bf5fe33861fc5d71982a1c685c190e4f7922cedb6c8aefadac3b0b68cbe5578da791a8da6bfedf44 +Size (bindgen-0.59.2.crate) = 206267 bytes +BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 +SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 +Size (bitflags-1.3.2.crate) = 23021 bytes +BLAKE2s (block-buffer-0.10.2.crate) = e5f382d42cdc4fd9b6dd99741fe5e483b1bbede63e1d944e51d11b300ffc0ccf +SHA512 (block-buffer-0.10.2.crate) = 8f1d99af7c08bf3b54ba7383cf0272eb5a8137f6244bc2d7e6d6761016614514ad7d27c5c51946c5cd7becd84b320f62fc2770e7aa07038d370505c29e032078 +Size (block-buffer-0.10.2.crate) = 10258 bytes BLAKE2s (block-buffer-0.9.0.crate) = 06bd74295bb532d3bbff91caf2db8fd0025e575ad481e3a68d8c1d0fd13af34d SHA512 (block-buffer-0.9.0.crate) = 2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98 Size (block-buffer-0.9.0.crate) = 7108 bytes -BLAKE2s (bumpalo-3.7.0.crate) = d2dd8b9dd9bbc8f58c9b7cccece1a4f2b05cef2b560636be312aa15510fdaad8 -SHA512 (bumpalo-3.7.0.crate) = 0b570e1baee530b5c3f775330ead7cf5f8878eab75e5a6a61b5d3f64d4d82912cb26de1c098ec9492c29c7a04fc49565db97a54373c546d8ef58aab276d77c59 -Size (bumpalo-3.7.0.crate) = 134261 bytes +BLAKE2s (bumpalo-3.9.1.crate) = c10db1cd7e881baa38bdb960a2677e63361db04d7ccfd165efa7a4204ef69042 +SHA512 (bumpalo-3.9.1.crate) = 40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52 +Size (bumpalo-3.9.1.crate) = 77507 bytes BLAKE2s (byteorder-1.4.3.crate) = 980d5e4ac6d39901b2368959edd7a811f91dbd5bcf899699f3885a5c5e492491 SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa Size (byteorder-1.4.3.crate) = 22512 bytes -BLAKE2s (bytes-1.0.1.crate) = dedfc791ca39bf9107f48e701726fe581b7b3dcdf38b6f43131eee6df36f77fa -SHA512 (bytes-1.0.1.crate) = 885d3229e51c0deffe06824e81e8a016e3244106e7ed382a721a938cd2e69fcad7f5e757f95cb07ee1be83de04fcf98f9774f8f2e07aaa9a1ff068eaabf2fe87 -Size (bytes-1.0.1.crate) = 48142 bytes -BLAKE2s (cc-1.0.69.crate) = 63ff246dafaf0f1e929375c78847908bea984a5fb9b1898ecf399a4b3585e88e -SHA512 (cc-1.0.69.crate) = ba2b84fb61b4097a96f9013f9925b1985263ccd75274186f5d37589444e390ae8d5d1f88c210822a9e9dac2db551c24aee2b12bb61801aef8b31a72b2ac77437 -Size (cc-1.0.69.crate) = 56044 bytes +BLAKE2s (bytes-1.1.0.crate) = d1f2a0ab4616dabfc746b27a791b90551a1802274e9bd722bca83e6c91a45549 +SHA512 (bytes-1.1.0.crate) = d34441ea146ccaf55da4d5c645f8ffbd008eeb3204dafd5961771abc85df52751dfd1af3975fb5c91eb83d9a43da4f3589bc3aa07c8d715906d8158f3092af2d +Size (bytes-1.1.0.crate) = 49640 bytes +BLAKE2s (cc-1.0.73.crate) = 1a51796d78619d44969ced4fea592d9e68fc7584bfccc66e8cb75db6328bf2a2 +SHA512 (cc-1.0.73.crate) = 980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985 +Size (cc-1.0.73.crate) = 57880 bytes BLAKE2s (cesu8-1.1.0.crate) = 1082a3d65334100f15ea3aa96f0e5f3fddc340e4cd9c64b1c9d7a3c601d7e2af SHA512 (cesu8-1.1.0.crate) = 2d902b624c7ccfe3633c7bcf99b833b120c0ed7760ea825bfb2fa03ae90df543e637efd46e0743782b81e468e0fd3b534956ffca81f9bdfbf742ff3beae8f8b8 Size (cesu8-1.1.0.crate) = 10555 bytes -BLAKE2s (cexpr-0.4.0.crate) = 3c28bccb46672db1c2a056d8a0d6152c809a0a65aa64685cb7cde4058858990b -SHA512 (cexpr-0.4.0.crate) = 31592e38d80414cd07b25f7460775eafce1f91570abc1b94af7452961604574d1ca2374c0177875569b644f615a2b6fede273f37a6ee137f9adc9c0315c59b37 -Size (cexpr-0.4.0.crate) = 18023 bytes +BLAKE2s (cexpr-0.6.0.crate) = 8c05ce0b5d778ae61bd8ac4713e379eb82631c2745aafae8a3c1b709306f3abf +SHA512 (cexpr-0.6.0.crate) = 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 +Size (cexpr-0.6.0.crate) = 17966 bytes +BLAKE2s (cfg-expr-0.8.1.crate) = 0cc7380c2d249f133e875178920af6fad9045cecdcf7446ce40fc6496ef913f7 +SHA512 (cfg-expr-0.8.1.crate) = ad4ca0abf4d1c4ba2e768a9b5d8e10c732adc87ffbfc2b4bd9880c17b93780b0dfcbaddc9a3da0ea55f5636e055c14912967f98552dc6657e25a47083be7229e +Size (cfg-expr-0.8.1.crate) = 34539 bytes BLAKE2s (cfg-if-0.1.10.crate) = d12527b913127910287edf00421530370392c52aa1c8b43c447fc49ebd012225 SHA512 (cfg-if-0.1.10.crate) = 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339 Size (cfg-if-0.1.10.crate) = 7933 bytes @@ -75,30 +93,33 @@ Size (chrono-0.4.19.crate) = 155663 bytes BLAKE2s (cipher-0.2.5.crate) = 3e9bf26b873ac1c24d88f5cb1adf956f0fc8fb21963ad1b8c2e72dadfc992158 SHA512 (cipher-0.2.5.crate) = e55627f5424d9b566dfb0787eebb1fb17ae98b4016c9091e87040ed37b36e0256b7681958a0d90aaf06c125c71123270bf986128ca1e0dc125f3162a868848b9 Size (cipher-0.2.5.crate) = 13099 bytes -BLAKE2s (clang-sys-1.2.0.crate) = 28ca8de7e787f3cb1113a66d315a51052da7966bc6032fe3bc1058625a85bcfd -SHA512 (clang-sys-1.2.0.crate) = 64577b5f82878ff465eee0bd5f154522640e9bae7e6d52c1c8b868412a2297ded69b104b85b7ca6b6031d6a6eef60579933cb6502bb7342af1f9aa593428a256 -Size (clang-sys-1.2.0.crate) = 36874 bytes +BLAKE2s (clang-sys-1.3.2.crate) = 8c3095996ae8ce23a28ac0ec1a1c53bcf7b90e515c2938c25f09a96f847a6e62 +SHA512 (clang-sys-1.3.2.crate) = 500cee4af6510741e5fe7b72d6e25a513072aff26a90ce9766a70cb5e266e7c76bb4178f15ad517a0dea0d1e2f61b8b5953a2639e8cb87525bf2bb62b64847f4 +Size (clang-sys-1.3.2.crate) = 37904 bytes BLAKE2s (colored-1.9.3.crate) = a811dcf119b6f2a09980a6c6ea5b8a87b98700f7bc0002dc77d364ede4bd7ba9 SHA512 (colored-1.9.3.crate) = 72a77360148b960662d62aa63313e235c155c761948ecc67d92f244a99fefc92ad133e1820634358130db841095027cd99b64a79aa6fa41a279e0d5d505aacd6 Size (colored-1.9.3.crate) = 20062 bytes -BLAKE2s (combine-4.6.0.crate) = 29be017f868b30c04965cf50aae6e10f03a690b4239eb7da0817a40b7f97ac06 -SHA512 (combine-4.6.0.crate) = 1cece5ceb47e35bc0afa10a199f600d01326fb3594b6fac81ab3abbdaa3977db148b47a38daf9fdc7abb1bb9873c40ba38a4e1760285b589677d24c079b17983 -Size (combine-4.6.0.crate) = 131476 bytes -BLAKE2s (core-foundation-sys-0.8.2.crate) = 03908f1d42a04f944ab36d1a59bd3a332b0abaaf4e1f0ee68386b1203ac2d992 -SHA512 (core-foundation-sys-0.8.2.crate) = 1c66f2012c11185603a0e4c09311d32bc4ffe639ef7626e49bb15006306fbed4c963f2c53d3b853a254b29cda73c393e0236436575d217992268463441ac7348 -Size (core-foundation-sys-0.8.2.crate) = 17461 bytes +BLAKE2s (combine-4.6.4.crate) = f793e88dca3f67adff4bf45c8ff50f315638aa699b04f2979dfb2706229efae6 +SHA512 (combine-4.6.4.crate) = 2550aba009b8ab66230e7b21fd1cb5085c92bc280e31f35c9b02dc78fa138ef9b9ece0d7801473b88d11866b013c6fa3bb6e9611bdc1a7b85144e50a49829774 +Size (combine-4.6.4.crate) = 132144 bytes +BLAKE2s (core-foundation-sys-0.8.3.crate) = 679c01a6f663daba747856f9e5c72ad3f1ef1dafb2f6f7211cc1e1c6637ba049 +SHA512 (core-foundation-sys-0.8.3.crate) = a3ba3184cef65dafe8318c4db7e59eb2749dcde7b2370ad20272b0735ded0032daf2de3fd0cf55eb48448a335f5b81e8e745f2a647f9a43bb85946ce714bfd82 +Size (core-foundation-sys-0.8.3.crate) = 17519 bytes BLAKE2s (coreaudio-rs-0.10.0.crate) = f5161e53991c4e7c905576446499059a9c85ecbf516ec98c88ff24c70fd7cdfa SHA512 (coreaudio-rs-0.10.0.crate) = efcf47cb4337b8b17c12419be9b024687da129b24320c7da7c4875279543a622855ea100797818065710017a2f195db817f3ba1cdd4826ed70315a50244abc1e Size (coreaudio-rs-0.10.0.crate) = 34487 bytes -BLAKE2s (coreaudio-sys-0.2.8.crate) = a725ec80df7e5e7c0109715ea6688ebf3390bf42797a3751c52cd648fc5999fd -SHA512 (coreaudio-sys-0.2.8.crate) = ea757e384df6c7ac2913af5391999ed0334f7950c36735c081fd56c10ac84ff422d0d31d42ee31d6cefc7371ce2ccdf07d0d2f29d46908c860d2d69d64e6883e -Size (coreaudio-sys-0.2.8.crate) = 4778 bytes +BLAKE2s (coreaudio-sys-0.2.10.crate) = b7ee429d5dfab455db57e9b3a80672c9a6e51af1489f86866423b2eac5b3958f +SHA512 (coreaudio-sys-0.2.10.crate) = 3e1e61e9376a5cd9d99ef575fc0ed1c55314ec7ef8188189132751b9d9e093fc01f1cdf497a68519350a26466a9d9c08565d8a326a546e87053d15ff7c1e6d35 +Size (coreaudio-sys-0.2.10.crate) = 5434 bytes BLAKE2s (cpal-0.13.4.crate) = 4879e4bd866b3a733ba909bfcf8c4d3142ac39c4913f56c7af38fb7b3dd0fce5 SHA512 (cpal-0.13.4.crate) = 248324573f2b0cb66e9bde2d89d623cba4d44476cb8b01d04f612db0cea296f0cacff5f41a935a5449e7bbd3dfb9ec8322dc5e3ab9d17d30986b18d77ad2eb59 Size (cpal-0.13.4.crate) = 92833 bytes -BLAKE2s (cpufeatures-0.1.5.crate) = f777c765c26f645fffd4e771affee558d6ed7af8d2434fcdfd549710f0dc5e5c -SHA512 (cpufeatures-0.1.5.crate) = 700c31a677867df05c69ab098575c66d4d9f2de077431f938c1e0036492e00e876e6c563b705e22cc82c937fa01049b42d577c9b4c84ede4fee774ac30362478 -Size (cpufeatures-0.1.5.crate) = 10419 bytes +BLAKE2s (cpufeatures-0.2.2.crate) = 1570c85f34c7ec0597deea28a71a4011558fbf84cae95cb18e26f7b44789f60d +SHA512 (cpufeatures-0.2.2.crate) = a771a86e2fa26033b27d22fe250968cd80cc64031838d1c111ad5c69951d5f29de0cad375965c7c2cbceda2a005dedaf6df15c699041c9d0cf65a1c2033f69c5 +Size (cpufeatures-0.2.2.crate) = 10655 bytes +BLAKE2s (crypto-common-0.1.3.crate) = fd01281575d60bc7cef79adcc0dfa5213063affc359cc7f58652a82a874c2593 +SHA512 (crypto-common-0.1.3.crate) = d32fa67b9baafc32ce6f4d97d54deb7f1b4453849bf549384689b0ce8d417407d11f405793e7765ea47dfa86c8d6df5661bd17793c145351731c39f8124d1a2f +Size (crypto-common-0.1.3.crate) = 8556 bytes BLAKE2s (crypto-mac-0.11.1.crate) = b05623e2e6a5d65b066c6eefe90e0744eebc54773b71c5888c702063cea904a3 SHA512 (crypto-mac-0.11.1.crate) = 3090a7a3fdb7d94b2b14841e37733d863f2e4d24d7da3c63df1726612abdd1c1df7179bba4e344eb63a94053e59a93b0988ecd1e2e5a5db0e18a4b602be4aaa9 Size (crypto-mac-0.11.1.crate) = 9551 bytes @@ -114,9 +135,9 @@ Size (darling_core-0.10.2.crate) = 44339 bytes BLAKE2s (darling_macro-0.10.2.crate) = 8ef91b3b4b3c2176e76f4389fad692478b774638bb8157cc4fd55ef3fdbe8b53 SHA512 (darling_macro-0.10.2.crate) = 43a0e9091fe12ec986e229a73bc41e23b1815fecfe62df8eed74d2ef33f5c329c444f1568d3c966554ff0bb29220146ba8f30d1c2d77ed7dea9adea10dacd152 Size (darling_macro-0.10.2.crate) = 1919 bytes -BLAKE2s (derivative-2.2.0.crate) = 47aee15a77d42f4bb1b1df27455bd6c66e8a9b298f07e3b8b7aa19e94f6cee68 -SHA512 (derivative-2.2.0.crate) = 3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da -Size (derivative-2.2.0.crate) = 48076 bytes +BLAKE2s (digest-0.10.3.crate) = 2dfb38bb66675ede95a8f2da9466d49ee562d1df7221621b51c3aa42cd9766f5 +SHA512 (digest-0.10.3.crate) = bfc9b24e4a6e3df91669a36f8ddcdcfb643e22b3102a200d56bbe88d94e8f1f1e52f5ac29f06253913fbd977b149a3e775c95175b93950340946152f6525803e +Size (digest-0.10.3.crate) = 18990 bytes BLAKE2s (digest-0.9.0.crate) = 15d8be02cf6b9bd721b1d9db6219d9b212f7b2a7568d90f97e417ffb27a99c44 SHA512 (digest-0.9.0.crate) = 8637a322c429f51ecb0fa4c3b58fabef01368c1a093492fad65f48eeeec2366fd1b7876e6e47723e089ec5ce11f881bfe4dcebdc605811252b797db027746a45 Size (digest-0.9.0.crate) = 13247 bytes @@ -129,87 +150,114 @@ Size (either-1.6.1.crate) = 13641 bytes BLAKE2s (env_logger-0.8.4.crate) = cb8a50302744a8b936ba8b877d6bd43d44708d40214d6f3f3cbc8bec062420e1 SHA512 (env_logger-0.8.4.crate) = 9e4478ff609a2e1e1a902a55b221af43a52622fdb5668dc33fb0be354b964708b7b6d13b7f1ef11982f45fa7e71f0712a2ab3fd4ea98155a5115e5a7c3d33049 Size (env_logger-0.8.4.crate) = 33342 bytes +BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb +SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 +Size (fastrand-1.7.0.crate) = 11265 bytes +BLAKE2s (fixedbitset-0.2.0.crate) = bf062641ef2efefe156bccc98922620103d483edaf21bce19fd609f4feba441d +SHA512 (fixedbitset-0.2.0.crate) = 44642b270d52f71637a87e5311f70ac77baa2a377f94254d1bd728b4ff02a3176f3a5d07732c0c4fb9bf303dbeecf327432ae01e2779d966cc13b5fb97cbc28c +Size (fixedbitset-0.2.0.crate) = 13597 bytes BLAKE2s (fnv-1.0.7.crate) = ffa8e3e3e120c65486f2575822704aa79aac381f375d7295875475e36775ff09 SHA512 (fnv-1.0.7.crate) = 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 Size (fnv-1.0.7.crate) = 11266 bytes BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 Size (form_urlencoded-1.0.1.crate) = 8773 bytes -BLAKE2s (futures-0.3.16.crate) = b2f0813aec6aceca4de718d5097feb0a597f42e37aa954d4878a552b5a80b106 -SHA512 (futures-0.3.16.crate) = 57a58ede8599cc61fcbe555c84df312aa890ea993ba956759ec8effb71982fad668f024c536dbd20856388d6ceb93841de6c063e5321affcd41e96fddf7a9a0a -Size (futures-0.3.16.crate) = 46410 bytes -BLAKE2s (futures-channel-0.3.16.crate) = 421c748edaa928cd8a5794c8b567170fcdf87ffdfa29bd633c65e0788e4e1479 -SHA512 (futures-channel-0.3.16.crate) = 84baf9a5b74693448ba3cdc402957d0882da6ad0becd3588fb61107d0ed9912a6ddfe599ecc4751713c81f4c962cfa283f0b3bf6472ca17383ab7c5ea5821e65 -Size (futures-channel-0.3.16.crate) = 31765 bytes -BLAKE2s (futures-core-0.3.16.crate) = 97b6cc643e82e439d92de579b33a65bf95588eb2e3d5c407fe79f531d57317aa -SHA512 (futures-core-0.3.16.crate) = cc3aa3794a0fc6005c88134943552dd426dcdbe0d117a2ab3269fc6b5b7ae637e0441c28f5b25bc544585c8830ceebde252241a0502fe832f64476c4b4774bb4 -Size (futures-core-0.3.16.crate) = 14486 bytes -BLAKE2s (futures-executor-0.3.16.crate) = ca7ef01f408dbcb7a2c5527a3dc31a369ea93a65bc5bcabc30bde20d7c97e580 -SHA512 (futures-executor-0.3.16.crate) = fc878d29d0f2c181ce78c67d64a2449554c84f079716534db4217039c76fc7f64091d1c5b8b113ecdd842bec85251956fcd9e86d80e7a8a7ea2a4a6ca32133ae -Size (futures-executor-0.3.16.crate) = 17104 bytes -BLAKE2s (futures-io-0.3.16.crate) = 8c480fb284cdc9dd4294939ab87a17f68a13297b5f6eaad319974bf6d3c8e883 -SHA512 (futures-io-0.3.16.crate) = cb9edb5224741f249f1936b3444e6bfd4ea4eee1d3964971d242ae1f80bb191067b1e3f0b36045e3234ea7f35738037c863fec204b952a40f84c5f46026c9ac9 -Size (futures-io-0.3.16.crate) = 9050 bytes -BLAKE2s (futures-macro-0.3.16.crate) = 33957613836e32b7e47620df008a466ddd61ed0daf242ef8e9195ee6e066c86c -SHA512 (futures-macro-0.3.16.crate) = ca36a9499937d0afcfaa9fe9f3e29fbed1ae8fb83e7e6cd267c67fdc3c723098788aa25a941ba8571fb9a5f9e40431a1024c647cd719ca57b847659b926cc515 -Size (futures-macro-0.3.16.crate) = 10779 bytes -BLAKE2s (futures-sink-0.3.16.crate) = 7c13df247f04b395a0bcad410f2308f19dec6cc82708b93bef09228ebb24d35f -SHA512 (futures-sink-0.3.16.crate) = 32d42751026ea88aa169c0e8f69b80aaa4ad582d852492f7056da35859ec3299d4ff57f508a5fa2da18c5931e97c924d88ec72341cdb342ff79f50f7dba1f87a -Size (futures-sink-0.3.16.crate) = 7663 bytes -BLAKE2s (futures-task-0.3.16.crate) = b3cbdb2c68b9bc8235dca7e07d2af8dd20a2482bb6d1f1889a82d369ab8d4cb7 -SHA512 (futures-task-0.3.16.crate) = 7c95d177e9cca05ca8982886957010c4defa9c5dcd3b425738b68f750515277e27fd331148168e866d55da4b2389aeb8f0a7af0174553914c55095654666b6ec -Size (futures-task-0.3.16.crate) = 11712 bytes -BLAKE2s (futures-util-0.3.16.crate) = 58183378ec1c431d88c435f29f6a42e243875a8a1f56fdca79336d8971dd918f -SHA512 (futures-util-0.3.16.crate) = 21815551e0e22d9fdfbb7ad36daeb3b01bd01c58e85091d0fe08a677141338f68f8754012c9e7b78e031e3baa345927fd05851f20de29fe6155e532bebb19b26 -Size (futures-util-0.3.16.crate) = 144642 bytes -BLAKE2s (generic-array-0.14.4.crate) = 3553274aadc2ac7b617b0c21a4e4edb8d6b2e97aaabaaa8e02f9c49fbfdf9498 -SHA512 (generic-array-0.14.4.crate) = 34ac71fee2cd50ff786d39b4abacd9e090a8598baf4dc36ba5fecfb7171cd8e4f58e5360cbb0baf02a87eea26b7dca85b35555b82bbefe06635d2fd38f7b8b40 -Size (generic-array-0.14.4.crate) = 28916 bytes +BLAKE2s (futures-0.3.21.crate) = c48daf04e40e8da004203301df6f2ec31729d16ee027b7f97378fa7c20ff7e4a +SHA512 (futures-0.3.21.crate) = 723fc190e4480fd812a852656fa6509a188f0d06adaa1c22ef24ec4afa7688a1c5d3961e5747f0812d073fc672b0e084af6ad5e5c3fac3ea5829466f993ad865 +Size (futures-0.3.21.crate) = 49935 bytes +BLAKE2s (futures-channel-0.3.21.crate) = b31427b9073c1a89098394cedc34512751630af2db6864386732bfc0066ab326 +SHA512 (futures-channel-0.3.21.crate) = 1c10398657949b53b6df196cc44d8e4b3acf53b4d216be6f5f631d8d4b500f5c344e2cc7d5a5642ced6c5480511884611be6d429f56a0ede4a716b9c5770cb76 +Size (futures-channel-0.3.21.crate) = 31961 bytes +BLAKE2s (futures-core-0.3.21.crate) = 0bd50c4241537faa4033167d58c3fe7b873d05660fe13f8ecf0eec4c200651a2 +SHA512 (futures-core-0.3.21.crate) = b60e7892436ae28fd2240f17816f934f6caeac663d67b8efc7d519ebb4b0bd921f0b732b6176bd4b472d2fbe346d39a37ba394401e15afa93af8294ceea90976 +Size (futures-core-0.3.21.crate) = 14601 bytes +BLAKE2s (futures-executor-0.3.21.crate) = e31c6968bc1a7b00afe25e9b2fc92bab489869d23ed76b3119cbfc7f821f7572 +SHA512 (futures-executor-0.3.21.crate) = 597732f96b45ce21f7a0b149f62cbdc54a80010bfa5421ab0ef7345c501c197e1c8fe109fa2d1c813d5c2e872b4670e0fbd96e2572cc3e9d2646b68f41c78147 +Size (futures-executor-0.3.21.crate) = 17306 bytes +BLAKE2s (futures-io-0.3.21.crate) = 6456cc251a554765241d4a878b91380b3dc926e59f9582f2372c09b0f138a10b +SHA512 (futures-io-0.3.21.crate) = dde0b79c4ba208b4c92c699457efbd515d331ab612e7b7df735b3b8f2ab79c012b1ba329ddaf488d68c69dbd119aa231b833b81cbcc0cc2f55c656f68dc22bd8 +Size (futures-io-0.3.21.crate) = 8902 bytes +BLAKE2s (futures-macro-0.3.21.crate) = 2dc92d1af3fbcd449103e45d3a363eeea3bbcf375fe9361986977548a8328d91 +SHA512 (futures-macro-0.3.21.crate) = a79d4d3e487d05554e05e04f3a631fc9f0b5c525126eed550ee30eed16d4c457dc39274efac53558a3e33a119b8ff9d3552ce367359eec9d05105b278f7677c0 +Size (futures-macro-0.3.21.crate) = 11250 bytes +BLAKE2s (futures-sink-0.3.21.crate) = 254c77ccf53b219a21e1416fe62ed36a259c49d4c896533a9cb4e66726678f8c +SHA512 (futures-sink-0.3.21.crate) = 9bc0198495b5a1b3ed25fcf7b053a235bba0a43a4226bf085d9027537a57add1686ef61179bf2a2d4189945cb5a05a8d64ba6e6e647c56245666d51e138d113f +Size (futures-sink-0.3.21.crate) = 7843 bytes +BLAKE2s (futures-task-0.3.21.crate) = 32004c3795a13f0de3876cc43eee77467427243d342230cb5faf59afce1e1b49 +SHA512 (futures-task-0.3.21.crate) = 8f3b27865d8c7a290471903297e3c0b52caebfaa55550a4738d7915008b893fce67c7d9ae5c5bd03f2a42ee72a96aa0245c4bee70fc06977b3493eb81bca2033 +Size (futures-task-0.3.21.crate) = 11815 bytes +BLAKE2s (futures-util-0.3.21.crate) = bbe01c0d8c3f17829b0a86b24167e8b2700af8aa8e6bda635cc4a1ee978bc54c +SHA512 (futures-util-0.3.21.crate) = ff952fb74a54e793de943e3aee2ac771357bf9f1aa5de89af128868c46a6b44e414fc4ea97f2d9b201ff7ff41023e119f1adf90d314343ff53ab987c3e07f5d4 +Size (futures-util-0.3.21.crate) = 153768 bytes +BLAKE2s (generic-array-0.14.5.crate) = cbca2d807f2b7bbe399c13b13895e1f22e8789329a13976f040b65c2fe803864 +SHA512 (generic-array-0.14.5.crate) = 30c86b24222503245b494c5f88cdf8115ba08c73df55930bb01bafcea22560f4d20e38c348c3896d6e1ef03209cc1571745881b4a77fd28f66b0cc435f5249a2 +Size (generic-array-0.14.5.crate) = 28915 bytes BLAKE2s (getopts-0.2.21.crate) = 63987f2d335c3aafabde250df8ad62332fe273405a807d5cc242d1443cd205ec SHA512 (getopts-0.2.21.crate) = 5515ae6ccb0f03efb783683f46cfd1755342c4e83bb673ff8914c7f9dea0dae333f8d9703865e992659a359067df0e8b0e2253de0d4b0c7707cbe7d73401bb1f Size (getopts-0.2.21.crate) = 18457 bytes -BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18 -SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d -Size (getrandom-0.2.3.crate) = 26261 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes +BLAKE2s (gimli-0.26.1.crate) = d8a254077b0647501369f6b0e989352f7814b7d1ff9c3be7396fa8629281e7ad +SHA512 (gimli-0.26.1.crate) = c341354e13a78c4afeb651a0ed651f60d188957216ba51079512531ab1273b1b79c86c57e904b87064015f8e7efe4280d9edd4acf90e25fb29f8813a4c7bf9a9 +Size (gimli-0.26.1.crate) = 716168 bytes BLAKE2s (glib-0.10.3.crate) = 7180a7e43887e85044fff91a032321ef1ca01bd16e83e9a50b3f739c56f3fbc8 SHA512 (glib-0.10.3.crate) = 6e621c9a6df2c0e283168fdf7835ba46405ee4cb04e0cc67337f34b9ca8184b181e25042f442022efde17b167225c862e78984f7c96db762fafdfa64d9a140b7 Size (glib-0.10.3.crate) = 137147 bytes +BLAKE2s (glib-0.14.8.crate) = 4b9b1ebfcce4ddd8ee3c7a76f87756b69e1c09b8ad4361de40f6984f124f0850 +SHA512 (glib-0.14.8.crate) = ca2236abdee994abca00f5ad31ba89641b6797bbe6eff73be5632ce7460b6ad42301d617d9cd2679be178a3667e21538b21695c9662996c2d7cbc3902446d419 +Size (glib-0.14.8.crate) = 165294 bytes BLAKE2s (glib-macros-0.10.1.crate) = 1323dfa5527c5fa0e59c80a563105aab1df8a285b0f765d8ffa6cd7669101427 SHA512 (glib-macros-0.10.1.crate) = 18c23680475e0c4b1eafe2506a12989938cc886432fe6bd4df684bf30364ca82017f62a06c06dba1476651f55212b742aadfbce2a515e14cae18706857c0f356 Size (glib-macros-0.10.1.crate) = 7380 bytes +BLAKE2s (glib-macros-0.14.1.crate) = 7bf09eb025ee2d3d533669e936c8fb018c338e4104ab9f77ab5539d14bf7f388 +SHA512 (glib-macros-0.14.1.crate) = ab3755a41f811aa0cfd94f61d2fc3ab3c2b4c6c76b31b2f3134af8708755fe40fd4d1da6065444d4ed492ff237bdf4fee945cdce3474a034914b32d87e30d14a +Size (glib-macros-0.14.1.crate) = 20018 bytes BLAKE2s (glib-sys-0.10.1.crate) = 0a3dae7137e87001e07e9c91e22bef3201e3821baa07d78583b945db1534a867 SHA512 (glib-sys-0.10.1.crate) = 6bcfaffe5e46d29e57df09bac1b814830c59c3c12055db4675d74eed1a98f61701e146ee5a98cb517ce36b8c6e35e0bcf96dd3b62aa82158b1bdff5f38037a0c Size (glib-sys-0.10.1.crate) = 48839 bytes +BLAKE2s (glib-sys-0.14.0.crate) = c4c47a1b5eae4f50a5b35d7435cd9c6e165d808ed321e1dc9158e146f8d6443a +SHA512 (glib-sys-0.14.0.crate) = 9fdf85452eeffcf7605d6a087ca141a314113242a98476e6ba4af38fd69135c170ba7d6d5e8fdc37389e51612f11a44b19e3fef3ad2c60582b368b743c6d6c63 +Size (glib-sys-0.14.0.crate) = 57390 bytes BLAKE2s (glob-0.3.0.crate) = a60fa0dbb50f7da285b5ad2a74a36139efc9e6fe2f33c9ac81cf2c2db6b024f0 SHA512 (glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46 Size (glob-0.3.0.crate) = 18724 bytes BLAKE2s (gobject-sys-0.10.0.crate) = b71d2d42794d6c96344b2df01bfbfe86ce9ac3f1136e56b24e7b826fb77660b9 SHA512 (gobject-sys-0.10.0.crate) = 7e74040057091d07a58993b34fc00cda5c389abb6ed314f7fb7206c19632b4b03f6a644e015ed634e2d52ed6899a731ca3aa2292e2a4ec3d7cd420ec00fc716b Size (gobject-sys-0.10.0.crate) = 17058 bytes -BLAKE2s (gstreamer-0.16.7.crate) = 2484dabdb66d747b84125ce8518d621dd4259331e55afbd26c3dedccd089babc -SHA512 (gstreamer-0.16.7.crate) = f72dd67986a76bf9d67a778d2a40a58861fa80ea62ef135dbfa58696eb547d02a7629ff19d34fcda96445e4570a2ecb83443159aab91b306235a6100735e98db -Size (gstreamer-0.16.7.crate) = 214121 bytes -BLAKE2s (gstreamer-app-0.16.5.crate) = f5caf2d576f7dc22d815b8150839341de23465b71c8fc5d9da2327e554d35d5c -SHA512 (gstreamer-app-0.16.5.crate) = 026f3151fa00c6391f6ea85d4aec4594642fc5a2877e8257a04734c2b9806b4369b55d639e128cd3676c308455ba25ee0a7155dcee61deeffa8bf2be9b508298 -Size (gstreamer-app-0.16.5.crate) = 32313 bytes -BLAKE2s (gstreamer-app-sys-0.9.1.crate) = 49f3ea681802106293a789b4e3a93bca272523f665334286cb4d65f2a6be3786 -SHA512 (gstreamer-app-sys-0.9.1.crate) = 67111cd710438bd8b7d854a2c59360ac596f1128a776f8acdafc4f337c05341d22a8c24714c21196db1083a093dcccb70fc474fe42104002e6875699cb812661 -Size (gstreamer-app-sys-0.9.1.crate) = 9475 bytes -BLAKE2s (gstreamer-base-0.16.5.crate) = e6375eb8d2cafd92eb74f6eb0a63884c31b2df22767c807ead6099f39653a284 -SHA512 (gstreamer-base-0.16.5.crate) = d65b5ebb8e48e8bfd0ad0742fd33e94e1014d98083640fab6e1272e3e1216d5466a18a276527251374e28baa694f980dd6ca3a12ec2f590d8a93d7d177a48ea6 -Size (gstreamer-base-0.16.5.crate) = 52488 bytes -BLAKE2s (gstreamer-base-sys-0.9.1.crate) = 81216a22cbbde71ed8fb1deca41677705838b8810ac2c6021fc97c260c63fcab -SHA512 (gstreamer-base-sys-0.9.1.crate) = 426a7cb15c1ab97ba8a674cf2d822774379e6ce41b288e98fe8769270e2095dbe9f8e480f16b6f9a41b06c1dd43e382711831cef30b9816f5dc33af5d0cfe5aa -Size (gstreamer-base-sys-0.9.1.crate) = 18308 bytes -BLAKE2s (gstreamer-sys-0.9.1.crate) = e22394a117aefebefe2995210cf3264c4a6ea2292ba9b21ad9001f474750ce20 -SHA512 (gstreamer-sys-0.9.1.crate) = 43d8b10a97b4f8e79d3d6321ad49e75a9496935b9ba8e2bf56548cfacc267064a13124e1fe0a2d57b64e3a4c7eb92e21972c45e306b104d52f3bfa22eb80cdc1 -Size (gstreamer-sys-0.9.1.crate) = 59986 bytes +BLAKE2s (gobject-sys-0.14.0.crate) = e6b2cd61110a67a91d8b092c4d25e5e689985a7816440beee710c3a6a5900ab5 +SHA512 (gobject-sys-0.14.0.crate) = 90c16355a44cf88ce313e7fa2ca54001cb8ff14d238b0bfdd6cbc2264a7ad7a91b2fac18ec10d2db2b7956e56771058e5f8dbf9bc5ccaf3bb1029c63cb24cad1 +Size (gobject-sys-0.14.0.crate) = 17399 bytes +BLAKE2s (gstreamer-0.17.4.crate) = 74a9c654529a280bb475c4923a923d311b6c87a50656006b3ef6f2df2cfa4bd4 +SHA512 (gstreamer-0.17.4.crate) = c394759d0e48ef15a55b7d2d812b3d0884445711475e2672dddd8e33aabb93ff50eb0879697d717efbcd6aed2a4870c12f472a736b38dddbb34cda46d86d9baf +Size (gstreamer-0.17.4.crate) = 242315 bytes +BLAKE2s (gstreamer-app-0.17.2.crate) = 01612b27849ef1a05f001d5de9043a27b367cbadf48759a6e1b6c533838d03cc +SHA512 (gstreamer-app-0.17.2.crate) = 54bf9d1ea4f86e1fbb9c4a2fc1519ad701ef2d232d5f4796fd7ca6e894512ca03fa170db8870081206fba1114b974ee632180379090b8fadbf3a4654696383cf +Size (gstreamer-app-0.17.2.crate) = 37334 bytes +BLAKE2s (gstreamer-app-sys-0.17.0.crate) = a3ea3b4377053f7fd6f107d4ad08d56eeafa4fa44fe4e72ecd93674b5b63e71a +SHA512 (gstreamer-app-sys-0.17.0.crate) = c0b32cd2f75272c55bf2c700c117c2d18e9a9991e4683189c6c5617f373992adb18875ee30818f425080bfa319aaa6cb12e58c35270e94bc711196033b319f9f +Size (gstreamer-app-sys-0.17.0.crate) = 25428 bytes +BLAKE2s (gstreamer-audio-0.17.2.crate) = b6d49725275b4f995767c03377d3d71861ed22c5a4e802f4c97a6f3a28548680 +SHA512 (gstreamer-audio-0.17.2.crate) = f7d2c2d7119b8bcd678be4f23e82d2346ff2c0f16ef8e4aa3eb3b85b16b2845de17dd9af862beb83615799022e3ede1ce9512b697fa98d3992d7b65824ae0e09 +Size (gstreamer-audio-0.17.2.crate) = 59222 bytes +BLAKE2s (gstreamer-audio-sys-0.17.0.crate) = 80bb46123bc333ae6d68170ef325f3fd853186a476d80ac89ed361b294c07a85 +SHA512 (gstreamer-audio-sys-0.17.0.crate) = abb80dd8c252d2e2e6218d0999ced8ea6fe7eed207defb1f7444dbaba78fc3f59feacd1baf354c472550f6fd850cee21828fce485f51cdd6d9b36f6a31e86659 +Size (gstreamer-audio-sys-0.17.0.crate) = 38791 bytes +BLAKE2s (gstreamer-base-0.17.2.crate) = 111dd406370d9ff0cabb019b6958065b12d539173089fbeca8a0393762db4fc1 +SHA512 (gstreamer-base-0.17.2.crate) = 3d3ba950524212f18dc504dca281c31b20fb6a7e469b9a79d80f0ee374c54369093d7e07688f0d101080240c1cc1b4282821b7688a347a513ad6f51e1067264b +Size (gstreamer-base-0.17.2.crate) = 56050 bytes +BLAKE2s (gstreamer-base-sys-0.17.0.crate) = 4df67c04f43a398cba65b87264a9fe2167e6d7ff75a315af7e16d737fa43837a +SHA512 (gstreamer-base-sys-0.17.0.crate) = 6465ccf494e4415744f9fd675192623fb47d98f5d4df39c646c97ce730f22395bc53d9b3e55f0ff20c5533e8f065e2725862d0d83896222e1a065d3299c15f6d +Size (gstreamer-base-sys-0.17.0.crate) = 34572 bytes +BLAKE2s (gstreamer-sys-0.17.3.crate) = 315e40108b74ac5b2b5afa4e1a34b6856f15c43a327ab398693669357096c601 +SHA512 (gstreamer-sys-0.17.3.crate) = 2a8ff90cd1c4eb351848ee83ab4d0313eebbc82ed354c0b35cdf7ec96d74df9ffebd132abe02dbfc99b181e6c1a5f7e8fd93f6539864a12ef8112737ea15fe3e +Size (gstreamer-sys-0.17.3.crate) = 84696 bytes BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c Size (hashbrown-0.11.2.crate) = 85713 bytes -BLAKE2s (headers-0.3.4.crate) = 7ecbac8a6c1ef4cc3c5e1cdf418e578d37ea1e168711046424a90be18bab3ece -SHA512 (headers-0.3.4.crate) = b19f4058f2a69dc9bd3b20294962beb9e02d7fa82630740a7eff19720ebab2e8332f11b129d9932eec34a03070d6b807f72979060a4ef582860996a13b88dcc0 -Size (headers-0.3.4.crate) = 67384 bytes +BLAKE2s (headers-0.3.7.crate) = f28098cf127c783a69888d8ac224de1e279d234c96340f97b062cadf5bde83b5 +SHA512 (headers-0.3.7.crate) = d73dd3d888e3793ddacf8268bbfee2fb21ab5637a34e52747fd0d0c70f8a2502e7a8ce45543ba7cb20fe4f65f005398be6e6a3a21d84081cfe929565e8fa7047 +Size (headers-0.3.7.crate) = 67907 bytes BLAKE2s (headers-core-0.2.0.crate) = fec172dc00002df69c4a23cc145d07ac15043d804e891452c4c07357f40f7bdb SHA512 (headers-core-0.2.0.crate) = 1d502e6a3b2ad70a0d1e410c55864ddbf4118ea073ff7697e6b763cd18748d91f074b36451c015e3bbadad4400d099f4a2e350c609f44daee4ad40398633a8fd Size (headers-core-0.2.0.crate) = 2380 bytes @@ -228,24 +276,24 @@ Size (hmac-0.11.0.crate) = 11385 bytes BLAKE2s (hostname-0.3.1.crate) = 1ba7ccb44dbfb86e86ffb860f17ff918366478dbbc2f414e9bae1e84c20c2136 SHA512 (hostname-0.3.1.crate) = a90407996353c9bcf5b76be03713e3a0455ac80a50892e77a508744cf436a938ddb87ef97d8cc91ec7dc4353cfb7bca0fd28c90a72f8a9ecd4f29220d174edf2 Size (hostname-0.3.1.crate) = 9272 bytes -BLAKE2s (http-0.2.4.crate) = d22545cd7e9c25ab548e476c949d22ff137bf44ef2090223020327d926239e8f -SHA512 (http-0.2.4.crate) = 0b5c609c12ae4020801a184dd6c751919bfd4db985844c55b53368afbe2b9f641cf9aa523ae49a0b25a251cd8f19ed634fa28990d4582cf7a27f10c4304eb465 -Size (http-0.2.4.crate) = 105489 bytes -BLAKE2s (http-body-0.4.3.crate) = 36e0617953be9a68688b72df0a516e4a21736931993ffca043d6436fc7977d70 -SHA512 (http-body-0.4.3.crate) = 2d72e11cbb072dde536c5187f22d88dd9aca0768e7b0191003e463900d50ba73e01ec6dd8c98d348c0fc5651ec022b859daedb5194c71fd787af4f2dfb97650c -Size (http-body-0.4.3.crate) = 7660 bytes -BLAKE2s (httparse-1.5.1.crate) = 97a108dad4e50a8d91cda109537abde25d6d4ab09c8d946918631dc066dbc198 -SHA512 (httparse-1.5.1.crate) = 70eec6bec5927e272d7cbd09472a14b0f33d153498d5e1894c0853bfd35981c0d249a799c3f4acc01b8499c29519a49d81efb755bdbce124e55f73eb75cf8592 -Size (httparse-1.5.1.crate) = 26758 bytes -BLAKE2s (httpdate-1.0.1.crate) = 960fe93d22b6637d850a10df3e5c209fa874c2e5abce29b63650ca0e91f040a3 -SHA512 (httpdate-1.0.1.crate) = 1a63f11759e331e5938697d181c7f021e953e3616741116437253eaf6da862b6cdb08a0fef5808042d8367de9fac31b63ebcc917cfb81b0244b4d238f95538ab -Size (httpdate-1.0.1.crate) = 10293 bytes +BLAKE2s (http-0.2.7.crate) = 531a7beae6a24db08c6057ff15f92beebce4f476ea0b5c968bb420656cb47a75 +SHA512 (http-0.2.7.crate) = ab0227703cf3721d15de8b8e7aea441611d038928f60e04c6a7d40a66b1c1a4107c86848fe64376ba3ba99a3135ca1f60f2bc240b7f55251f110835576b88eeb +Size (http-0.2.7.crate) = 104219 bytes +BLAKE2s (http-body-0.4.5.crate) = 60ac22c1cd1aa855e19acb2106808caee57caa79b5f5ff8218bdabf9e770b502 +SHA512 (http-body-0.4.5.crate) = d01de0747155283331086f2849d1dccc0387feda576f60d84cdd1bc8817ac82ae131c294b5cf9ddabb7ac91bfdef67bc2ea5fcbbb04f41b473d4c5f5b2ac13d5 +Size (http-body-0.4.5.crate) = 9242 bytes +BLAKE2s (httparse-1.7.1.crate) = cc6fb7ae6b11a0011635fba1e344e4c0464c2d1373a75fd6654caf39fafe5640 +SHA512 (httparse-1.7.1.crate) = 6db3892a754a49d9d529859acdacd548a71203eafc29c485b83006650a26f82b6e34969bd5e11d3f259259eae4d71bbdd0992fc7cad78a9a6f102977d057a8ba +Size (httparse-1.7.1.crate) = 29379 bytes +BLAKE2s (httpdate-1.0.2.crate) = b5cd05beb35662469bffb19b3080e5dae08182d555df6630e669df43965647c2 +SHA512 (httpdate-1.0.2.crate) = 4d650dbe7ec1d0f457bab71cd009fd92ee296fbe0a6b0c0ce4d71aa3bee720094a03968c08e542be60869350e05b4a1739542c6415e401407345f5643e15f8fd +Size (httpdate-1.0.2.crate) = 10673 bytes BLAKE2s (humantime-2.1.0.crate) = e2f2714ee862954ff21a5fe868eb2db60809630d21a8579d3256ebe32e8b6cfc SHA512 (humantime-2.1.0.crate) = 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c Size (humantime-2.1.0.crate) = 16749 bytes -BLAKE2s (hyper-0.14.11.crate) = e24094a1cda468770e027ad9fd26642754aabc4d0458ec90b17ee22cdaa3c3ae -SHA512 (hyper-0.14.11.crate) = c04875f2e3c1732ed29c4f73de24fc197486d157325fa8304aa29e6948984a01d91ae7e9455f56337d3cff2c270694cdec0dad950f1b4bc3f8b3c7964fc079af -Size (hyper-0.14.11.crate) = 169467 bytes +BLAKE2s (hyper-0.14.18.crate) = e95de78de803f3ed5ab977fd0bc3b0f6d1ab0d06c9e9afe0139aa679daae0d21 +SHA512 (hyper-0.14.18.crate) = 9415eebfdbe3795488f57e6628ccfee4195f7b04ab3beb3fb5a0768f546322c2528f482838107cd32e2d71d1f562c8b2e6b34d94a6e7f1bbd049b44ae5cc41b9 +Size (hyper-0.14.18.crate) = 179660 bytes BLAKE2s (hyper-proxy-0.9.1.crate) = e50e0e073f6cd5becdf7484c2aff4683a4fc009c6f60ccf8b84b13a13817d181 SHA512 (hyper-proxy-0.9.1.crate) = 4a8c5e79475d9fb09f7bb1bf54b97e7879037ab4f97626fcb5ee788e8480dc617fa686cf43379a87bb90d0b96d91c13cf496ae07b527c06cceb6ac337e90556a Size (hyper-proxy-0.9.1.crate) = 10317 bytes @@ -255,30 +303,30 @@ Size (ident_case-1.0.1.crate) = 3492 bytes BLAKE2s (idna-0.2.3.crate) = ab46cafcffb3e0d08ac1b12bdcfd56376fef089009965b6f36b1b0edd546a7de SHA512 (idna-0.2.3.crate) = 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f Size (idna-0.2.3.crate) = 271023 bytes -BLAKE2s (if-addrs-0.6.5.crate) = b4ad8e700a77fc57005a7111db989a63883f004f47ccfecd283aba1345aaa9b4 -SHA512 (if-addrs-0.6.5.crate) = 08b1dfc43710deb9058e28fb27d65dd7f9d2a3cf61990c44fa1f0da7a41ace0371e6464570d682d5359e271bf8ded27db0abeed700a26d8bdb79683797fa5dc4 -Size (if-addrs-0.6.5.crate) = 9914 bytes -BLAKE2s (if-addrs-sys-0.3.2.crate) = 1c18ab777ae4ead68f4447391ece8e11c27543b70f25d2322d9a17fa0c2b2760 -SHA512 (if-addrs-sys-0.3.2.crate) = e06ec03d5a0dc6958d0060dfe39229c6969f979b076455755634b2a32f811298e8e1ce7b58fef20c98559f10c7829648f697b42d9a18964c0219b3b653f50194 -Size (if-addrs-sys-0.3.2.crate) = 6778 bytes -BLAKE2s (indexmap-1.7.0.crate) = 791b51a9c31cc84acc5ee91662ee0bec67da90f1be6bc76efa428950e09bcca2 -SHA512 (indexmap-1.7.0.crate) = 9b882b4a7068a686acaee0a08bd4f3b35b58d36e786358cf14a3436eb61339649e64f1757331cc7833a2fa364c76eb6b75cf0c732afaeb202113de1e66b72ab9 -Size (indexmap-1.7.0.crate) = 50363 bytes -BLAKE2s (instant-0.1.10.crate) = 3161ba6360e0f947ce867839452dc91eb0525a524638c3107613a913a409aaa9 -SHA512 (instant-0.1.10.crate) = a6b2c7e0a7b954e961f2d904a4cd6f701617ad70a7ea13230ee157c473c903803dd64596baa0fabd075e995cd3d013e10681c8d712977341ea2b6f97dd48d596 -Size (instant-0.1.10.crate) = 5218 bytes +BLAKE2s (if-addrs-0.7.0.crate) = 270775bdf296ce6873bf5a8ea2fa1f265fa28ce4b52fbb68fb7d725682d5d09e +SHA512 (if-addrs-0.7.0.crate) = ea82e01a21e70395c239eee1bf94aabd42fb291e932a787e7b340962ed6c4e618dcc0fd3c66bdb846c1231dac59732a0a28c3c308a33ff55017ccdd22b5961ba +Size (if-addrs-0.7.0.crate) = 9632 bytes +BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 +SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +Size (indexmap-1.8.1.crate) = 53220 bytes +BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 +SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 +Size (instant-0.1.12.crate) = 6128 bytes +BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb +SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 +Size (itertools-0.10.3.crate) = 118661 bytes BLAKE2s (itertools-0.9.0.crate) = 1f5bab58ae7adacf82399fc4c754bde007b0f010f4afbea8e3170e31332bab5b SHA512 (itertools-0.9.0.crate) = 1c6650060750f3073140c4a77fc4d1acffa7d18320012807df0e20ab06ddb39afa7f086d89626e3909f89dc1f0408c9ccee4dd9454ca1f7a6a145bb213e7c5ce Size (itertools-0.9.0.crate) = 96429 bytes -BLAKE2s (itoa-0.4.7.crate) = 41bd1d6e3d85353f79f86abc9a1d47b5ba2d8ecca0fe9086f5c57f480bb821a5 -SHA512 (itoa-0.4.7.crate) = c61eb50aa00591af28698b45c528c36bd92088f7cd2f453cf686a1824f4656292638bebc468cf67f903473a5045f22777af623cc0515ef3bf25146b89a7c454f -Size (itoa-0.4.7.crate) = 12099 bytes -BLAKE2s (jack-0.7.1.crate) = 36a2c1699aac5e2ad3b3a17e63dd0487f82b173beda6847a73d6bba821c46c14 -SHA512 (jack-0.7.1.crate) = 456e386daf5183612919720898392e49cb9d681ba60aa7282f821cdea344df59ca13a182d000bd411254a37bccb6dcf3ea6fa6d71581ca1d348956f61f9f4eb5 -Size (jack-0.7.1.crate) = 52300 bytes -BLAKE2s (jack-sys-0.2.2.crate) = fa64c3720d5acf3aab3b87baada369233a58f3d3d4cb83737e26e4b2cf4b1c63 -SHA512 (jack-sys-0.2.2.crate) = 29dad55b1a22b6cf8952544906b223a517b230427817c842d8109a42798540708141386248549219ac34edf4ad0b18e53c90c49f812ed5f027ea0afd68fad776 -Size (jack-sys-0.2.2.crate) = 11381 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes +BLAKE2s (jack-0.7.3.crate) = 038585ff3af4c56d84e336009ab7f0502a707b2427f7945adb3712daf43da1c8 +SHA512 (jack-0.7.3.crate) = eca94437a6f6f66aba986ab85806c4ba68edd2dbdd578558b3064df959f47725f01ec299551dcd895fa082298cc1ab901139078cb0de9af4d1ba3935b0eb2a2e +Size (jack-0.7.3.crate) = 51590 bytes +BLAKE2s (jack-sys-0.2.3.crate) = f6d2ec541ed57eaa60c9da834848f6303f6bf2d963a3b2c4fb6649344d8a94a9 +SHA512 (jack-sys-0.2.3.crate) = 70c0c118fbb022c0bbbfffb83d95c787f03c359f6925676e656de1f472d944bc5bfd6cb0bd8425522b374f2b951b8cbdd6e71801bf8695ba60bde18cc2b9a715 +Size (jack-sys-0.2.3.crate) = 11683 bytes BLAKE2s (jni-0.19.0.crate) = 1bae11d4ee6d76b57c071584a24a3fa086f9419486777d5f51472ac5e9a4f127 SHA512 (jni-0.19.0.crate) = 75b48cd05ffbfa6e220dc4ffce3f37eb89105d42b0ac4e108930ed81c3525c4ee3d1c069342cee203c401c9f2e9bb2c53382fb61155da922ea9585d4fff9b212 Size (jni-0.19.0.crate) = 65890 bytes @@ -288,9 +336,9 @@ Size (jni-sys-0.3.0.crate) = 10232 bytes BLAKE2s (jobserver-0.1.24.crate) = b0b568975ec4717e12f16289654bbcde31bc69b7d949171a843cee36d0f44106 SHA512 (jobserver-0.1.24.crate) = 0feade0f1f0a458bdbcedafce8fc39f44adeb56772ea94a59f16f038a743f506db1405a7c8deae65a6a5c1695bfb363c19aeea1c82c41c7f4d1101469f32e42e Size (jobserver-0.1.24.crate) = 21303 bytes -BLAKE2s (js-sys-0.3.53.crate) = 34216f2c6c7d0931a548e343b1b20465cd088e3576d26860ceccfdb191a5ba46 -SHA512 (js-sys-0.3.53.crate) = 286278089fff1eefcf206c49c4ee35a3197129cff7bfab93f36239d975732da720d22134711d6c201b12e49f05022934dcc9cb41c4982bc99d29cd7c4a8de878 -Size (js-sys-0.3.53.crate) = 67683 bytes +BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e +SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b +Size (js-sys-0.3.57.crate) = 78605 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes @@ -300,42 +348,42 @@ Size (lazycell-1.3.0.crate) = 12502 bytes BLAKE2s (lewton-0.10.2.crate) = b4ecd61f272d6a7e7806cf97a9505de5c157cdc7502d41f4c90b999ee85548ba SHA512 (lewton-0.10.2.crate) = 8868d1347f75099d40dfdeecb17ec1aa26540d3d9dda88ae62329e35b30cc7cc2869420592d777810a7df1e5e2c7a9518e7895f885921d68ff66ecf3417d28dd Size (lewton-0.10.2.crate) = 68807 bytes -BLAKE2s (libc-0.2.99.crate) = 675ac29f2949099c220306814dd887d4bffb80be8d29141f75eaea8e011bb8a4 -SHA512 (libc-0.2.99.crate) = 91a4ae007c897e0b5fa91ecd742c45271c5d0d63819806dedb65bbab81bb1e3faf4f7332899c694df9135222de23ec12ef463f9a2508b6adcd2c0ac5cc113c9c -Size (libc-0.2.99.crate) = 524997 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes BLAKE2s (libloading-0.6.7.crate) = 3a6c044db8c2ee6f9c741523e96eaff5e8228427f4dbf549c7197a612a803edc SHA512 (libloading-0.6.7.crate) = 4f4f37c5a04c20860c38407e8c7aa81386dfeb091773e480dfe87b5fb2a462dc195ec0c39a1add59cad7620373a671772e8f032f4efc624580c6227ae902e10e Size (libloading-0.6.7.crate) = 25037 bytes -BLAKE2s (libloading-0.7.0.crate) = e719b79540ac196a8b717257235603a12db81f99723cc6db34eaa90c9d2923bc -SHA512 (libloading-0.7.0.crate) = e2089a8ecacd65522b246cebcf531b6b1ce697d4eaf294e0540e1f34bfd714037177ba802406c31e6bcc722b4f391a84709427de1c6fb441cdeb8e41fd4f1e28 -Size (libloading-0.7.0.crate) = 26216 bytes -BLAKE2s (libm-0.2.1.crate) = 764fd2172b3c7ca0d368e20414f6cebf44c3ba639ae476dc545acef0fad61241 -SHA512 (libm-0.2.1.crate) = a037ce773e4c4b0a9c20a23a9c04a34bc468753a1ccafb42199ae1793adc100148b77b08533c4bcc0f269d7de421c0657b6ea62f132ae808cc3b998f55e713a9 -Size (libm-0.2.1.crate) = 111906 bytes -BLAKE2s (libmdns-0.6.1.crate) = afcaa83eea47cb77a4c27e8e43519e7e146a72832cf1d3e2a26af96dcd816d61 -SHA512 (libmdns-0.6.1.crate) = 8b51a0339a6282282e5af19f163b635e0c0995ef7fb055c8be2e191510d36113c9dc42c67c898d7d9dbd6f42780c7f210d37f9a6aada0b38d62b8aba9cd054c0 -Size (libmdns-0.6.1.crate) = 22268 bytes -BLAKE2s (libpulse-binding-2.24.0.crate) = 48bb3baa6ae93a151bdf16355e9291af4b2590c94cb489936410a03556fb33cb -SHA512 (libpulse-binding-2.24.0.crate) = 1c5f2af8ab92d134b0ee26bd67341ccf01c90db0c757eb2649903f662eefb92665dc649c1171954e8a8a27a693dcd253ec31d5e64fdb8fa580d7e484b2f58118 -Size (libpulse-binding-2.24.0.crate) = 129382 bytes -BLAKE2s (libpulse-simple-binding-2.24.0.crate) = cb7b54fee853090a0f31c681cfd71768bb58148785bc219fa25ea72e2b10d3cf -SHA512 (libpulse-simple-binding-2.24.0.crate) = fa318375f15ad5b48c55b8f1a70530ea4f34490c20f9f47642114840c51de926e3fd67d6bd1287779caf178b919d30305d77d61392fc5b070f2bddb652bc306c -Size (libpulse-simple-binding-2.24.0.crate) = 11017 bytes -BLAKE2s (libpulse-simple-sys-1.19.0.crate) = 8e23e2b04bb43965d725b0c13bb8ec6238a8ad6a541603b1338d2c470ed0983a -SHA512 (libpulse-simple-sys-1.19.0.crate) = bd835075b951caf55b3db8c59c4ea6101017db3ab985e42f62b10c03361dcf82dadde771e11d793ddfe36085174b13cd86e094f063295b17a57a26d23cb67fd2 -Size (libpulse-simple-sys-1.19.0.crate) = 9397 bytes -BLAKE2s (libpulse-sys-1.19.1.crate) = 452ac49631bdddf019085c43d259c9c074961c26d45cf6e34f4a48e3294c2df5 -SHA512 (libpulse-sys-1.19.1.crate) = 72fa458f4bfe9b034d3304798d5eae07cca7cf79b529bd45dd8c2597af58aefc109ff267acaaed80e635612f44cad528e7cf169be3e19f5e4f63846597104bd2 -Size (libpulse-sys-1.19.1.crate) = 34968 bytes -BLAKE2s (librespot-0.3.1.tar.gz) = 51a5edaae3998fa1888f24551dda200b8bab20c4837f82041fd6e4a154e2cc83 -SHA512 (librespot-0.3.1.tar.gz) = 1c14a096d4c0e6c7a8f0decbb1be125d687b491c981c4a802f68b4d2d4a6293d6bb23605237c0952d7af65dd9490a326921d304b9858cf2efd8cdcb0d5edaea6 -Size (librespot-0.3.1.tar.gz) = 142322 bytes -BLAKE2s (lock_api-0.4.4.crate) = 048af4b2f94155e1b58c483dbfd09a51b63c0f0f87fa7ca3f64baf6e4673d142 -SHA512 (lock_api-0.4.4.crate) = 655c8a1503b6e7f833b4c62109e1c5005727054847bff81e17d4159f91c02ac97512da0673ab227d17bc9ed0342fe3476247daf74cbc9a0b470e68c648ba706e -Size (lock_api-0.4.4.crate) = 20356 bytes -BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd -SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc -Size (log-0.4.14.crate) = 34582 bytes +BLAKE2s (libloading-0.7.3.crate) = 2bb9ce69e9f6c380777b93986d3cf24b678f232cd5d03819077ae0d8ba123e2f +SHA512 (libloading-0.7.3.crate) = 58da6e73f86aa05132949939507a128188ec2e26e2245e23b1534d90673c9909c7d5220aa4aeab2c16249f7433b4d0f98f20c94b8b1f7434c7abadc8b8039ae9 +Size (libloading-0.7.3.crate) = 27378 bytes +BLAKE2s (libm-0.2.2.crate) = 5c931583cd372bdd56f5d9fc1765a4245d91c66d26aa16e0994500f99f635ab3 +SHA512 (libm-0.2.2.crate) = 5aed180dec326ed9ee2fb90dfd94127ee5f75804f7ce7fa0ed5c7e1f0533215690553551da44c055f9ad47170ca32971467fb378f7328a3c22930832388eed75 +Size (libm-0.2.2.crate) = 113226 bytes +BLAKE2s (libmdns-0.7.0.crate) = 9a6cdd60491d6d7bc2aa1671231d48495bbf70e20806495f1f58152e35bce3d5 +SHA512 (libmdns-0.7.0.crate) = 06095dcf278dbcaaa38f86b794847f82d2971cd9cda7977aa32773cf4221202b7175ae6fda4d03b184dc2865384de1d2bac54141cf7c09b3061e199b880a5a69 +Size (libmdns-0.7.0.crate) = 22871 bytes +BLAKE2s (libpulse-binding-2.26.0.crate) = c2b02f8de947cf4c4c5d78194747897719f91b7df9480a7d7bbdd6c28173c0be +SHA512 (libpulse-binding-2.26.0.crate) = b2b7c218dda7001850f1ddd7a633ac898f37c669214bc5b17ea620ad2335d7680a539fd1a43911e86555486b1bf83fe8c64833bbce81bce2c9641fbff1dd81aa +Size (libpulse-binding-2.26.0.crate) = 130011 bytes +BLAKE2s (libpulse-simple-binding-2.25.0.crate) = 8bc57446889ae07654429a8e729121c40e76a190c5b78238005bfadc76930ee8 +SHA512 (libpulse-simple-binding-2.25.0.crate) = 03673a89a650376c30608043ca31378e5aa04dfe6aaac7b6eebc86044bdcdb745411466017402a035b2249f171ca13c51205d001a7458883cb4456cbb118e56e +Size (libpulse-simple-binding-2.25.0.crate) = 11327 bytes +BLAKE2s (libpulse-simple-sys-1.19.2.crate) = fd576fb173dab919bd7fb9650eff143463f08f8d17e4b9eb64adc15672501e49 +SHA512 (libpulse-simple-sys-1.19.2.crate) = 7446ce84a7bfbe381d4dffd834b666e088cc31c3cebc742f47c006bc42d2cfa818bb946a6ec1dfa6ba7bcf8f8d9b73cc49503a2a6b2db8fab8a2e482bed0e622 +Size (libpulse-simple-sys-1.19.2.crate) = 9501 bytes +BLAKE2s (libpulse-sys-1.19.3.crate) = ba5aefb3a8c6dbebd8a369844a79b6ce76cd5c4a1a6611f597b5a75e73057b9e +SHA512 (libpulse-sys-1.19.3.crate) = 1df561a2516096636fb884553a113588fee2b9e6a20ddb8f678458ea6eb72ba969b5408c7d3c759add4ed886036f377bd474674a23041686c568d098dbf7e404 +Size (libpulse-sys-1.19.3.crate) = 35136 bytes +BLAKE2s (librespot-0.4.0.tar.gz) = 8c549fb22d5808d5f10c3051a3e48146d04312710a6a7c6ce35f4f9daca8f0ee +SHA512 (librespot-0.4.0.tar.gz) = cc86a1388521f5e8339c86f47907f6fd9a424d1e18586ff7bff27241db00138dac884ce4f4701e3a7ffe334b6a4277ff391b955e7541f35692b358452f9a9931 +Size (librespot-0.4.0.tar.gz) = 153401 bytes +BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e +SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d +Size (lock_api-0.4.7.crate) = 25371 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (mach-0.3.2.crate) = bf1a5764cf0612d0597472239373d06a2d47249c3337b2a91703f57010ab73de SHA512 (mach-0.3.2.crate) = 73622b37915f3445a57cbac5eb378bfee61f5a2383c0dd8bd7c29b5e46447405ebaeb706f3a3274e5afe37b0506afaf1511836cb8897d9d480a3abd41f18fa26 Size (mach-0.3.2.crate) = 19611 bytes @@ -345,102 +393,114 @@ Size (match_cfg-0.1.0.crate) = 7153 bytes BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 Size (matches-0.1.9.crate) = 2246 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes -BLAKE2s (memoffset-0.6.4.crate) = 960cd37bcaabfd282132df3a823e70b3fbf01cb1ecd693897398a0c4f5620503 -SHA512 (memoffset-0.6.4.crate) = bf8d05b72571ccdef32a93cc4489ab4cb7abd41415d55572d1dfb983053afe3eb2615e968d87a326af90c5702b9959150f985a4186acfd61df9b69a74e99713d -Size (memoffset-0.6.4.crate) = 7664 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (mime-0.3.16.crate) = 0b9e3a74a1d79c695679fd795f27d97ea837ce415d8c057edc9b30381a1ce60c SHA512 (mime-0.3.16.crate) = cb1d691610cb82720e553247336fc5eab63407ad37febf2eb50aaa4e329cca70959ecd8bb8c7af5753acec2c8e86fc9a0f8ad9ad2de93fe9295ce84033d6054c Size (mime-0.3.16.crate) = 15206 bytes -BLAKE2s (mio-0.7.13.crate) = 13a83966ccbde2c969779b1cfc72c0dc610cd865d8b1658a0c7186a87f2b3666 -SHA512 (mio-0.7.13.crate) = 3f9adb95db494dd39041ec1abda0d476b308296024347f28bfaf5883d7896ee052edda026c25a9ccea9a31cbc5431d95c0e13948e90fc8ca7b1a91a19748a45c -Size (mio-0.7.13.crate) = 87027 bytes -BLAKE2s (miow-0.3.7.crate) = 2f0e482e38ef6484f82da33b5e693f2923b1f94537b755ad2272a95614f62e88 -SHA512 (miow-0.3.7.crate) = 451073e8913148889493de0373bc0450c8b23e136e151b48b9976292e4e03b7c3f3279ecf49dda5196badfe662a661a998cfa456d2ec340a495d54a4d2382699 -Size (miow-0.3.7.crate) = 24563 bytes -BLAKE2s (muldiv-0.2.1.crate) = 97cfa46d1483f77db22158ac84a0965fd61bf601bf48d9c1a495f0e16ef89b62 -SHA512 (muldiv-0.2.1.crate) = dde1e15fdfaf5faaff7bcea368b304f68e52d35834734833414f651fd6b8fc83ad787f4a7bc8ef1fa3fadade410682dddc8b1f7efaf3cdfd075824910a6fefdf -Size (muldiv-0.2.1.crate) = 4967 bytes +BLAKE2s (minimal-lexical-0.2.1.crate) = 7868d0264ff2c8d6fd1944aac77710c2163c9c0bb7488ee70835966d9a324022 +SHA512 (minimal-lexical-0.2.1.crate) = 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c +Size (minimal-lexical-0.2.1.crate) = 94841 bytes +BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e +SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 +Size (miniz_oxide-0.5.1.crate) = 52418 bytes +BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe +SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb +Size (mio-0.8.3.crate) = 92506 bytes +BLAKE2s (muldiv-1.0.0.crate) = 66d52c9eaee540c14b90f570be047e07bed7baaef6e643b52768b1e5a2a216ec +SHA512 (muldiv-1.0.0.crate) = 0a9a08e3dde1e0a8d8b5ecc6fe071c4e23bfb4420c42a5ab15d65f48257091d20f489bf62db85187a13b50932c56b7a5fbfe9311164d0ee6ef4b65f20e3ca9da +Size (muldiv-1.0.0.crate) = 4991 bytes BLAKE2s (multimap-0.8.3.crate) = f1a96e89c068ad2573ffdd4d560de235075bba0a02f004e0ddd0bf63298a470b SHA512 (multimap-0.8.3.crate) = 8580982dde6624a0d181cfdf6cc2293c368762b548f32d196fb7a29fb698d1cb743bc2572ca284c6ecd107a632ea2a428fc998c05df164437f2cb470d24d23cd Size (multimap-0.8.3.crate) = 13518 bytes BLAKE2s (ndk-0.3.0.crate) = a224136658a8f74b45c214f33b76cbb456318a12a350a61d7f443de9413c0070 SHA512 (ndk-0.3.0.crate) = f0c1a517da1f8ab3a9f8b402610a721c591059da7500aaf66a021daf55c065a237a3d5c5855432cd46823f29b048ccb9b1c360f39fc76186a4b92a413e93e49c Size (ndk-0.3.0.crate) = 39011 bytes -BLAKE2s (ndk-0.4.0.crate) = 91b049a313182ac1b2d4132a78d985c9fa57daf6ce97bad485bed435bdcf7db0 -SHA512 (ndk-0.4.0.crate) = bf5fbee7d553b4ecbb6e9b90480be5e4d00848a7b24773227deb2718240edb5e5c239bcbd02162acc3f9e2a02d23f33bdca038cffe5f493df6c35f56886ef9b7 -Size (ndk-0.4.0.crate) = 39223 bytes +BLAKE2s (ndk-0.6.0.crate) = 6b761f3101392b2bff4f0fbf37f979c15fc38afa7b24494d15678a2ff0ca4e00 +SHA512 (ndk-0.6.0.crate) = 62af40a702784a35bd3517131aa5c5fe22da81091e45a8c8639fa8f1f8b3fed117991db9518dcf55878cbd6222f696d09e0bfb28e161aa47d77b2825ad2e1fbb +Size (ndk-0.6.0.crate) = 39828 bytes +BLAKE2s (ndk-context-0.1.1.crate) = 6a7eea2f8dcf93e9f010b3df39216a2fb37b4c281eb8dc45c418e089c5afba12 +SHA512 (ndk-context-0.1.1.crate) = 3e15db351492b3f1935424a4c119d878f5d771d6ca0cb6161e4105b263178e96e41cdf1e927e5f3c81a281f55dee25929a9cee911eeb4ff307dcd31fc400398b +Size (ndk-context-0.1.1.crate) = 2205 bytes BLAKE2s (ndk-glue-0.3.0.crate) = 2813bdb8897de379929f5bc5d23840c6f91452891bfba7c3b3bf5c4e2eeab070 SHA512 (ndk-glue-0.3.0.crate) = 1b3b991779213c84fdef7de6b1aa4f1d070d8914e681dd0bb1f1c5a0a8c24d2e73ad4eab305ff39c8586dea7c7cd8ca7b59d5a2649bc8b56aee3305d714be4af Size (ndk-glue-0.3.0.crate) = 4026 bytes -BLAKE2s (ndk-glue-0.4.0.crate) = d73fe1ada232b1f3d2f395816db2d58104d414088b72bf0a09737c496133ad86 -SHA512 (ndk-glue-0.4.0.crate) = 8697499aef3a66fd6063afb4e3dbd0f584134da6e615b35efa8bcb4112de48cdba1849c19d9c11332d3ff134ac7418cef0989e5eb9e6463e90a155338e6018b5 -Size (ndk-glue-0.4.0.crate) = 4710 bytes BLAKE2s (ndk-macro-0.2.0.crate) = a73fd0e4ff6ae69a5cc67dfcbea3421619dc4864fd7a13165024c58306583407 SHA512 (ndk-macro-0.2.0.crate) = 44d0c9f0e4c4123d8c14b41983f0af6796c93700f128550f13a5dafa8491285c8bfbce6d2a5d7a8973409e122b77fcda11c46fb04fd7cd1ec6889ed415304374 Size (ndk-macro-0.2.0.crate) = 4949 bytes -BLAKE2s (ndk-sys-0.2.1.crate) = a7eb6f7e036e3480a57c762ab9d44788175f10d3bc06c3d07b43b20e97f5489a -SHA512 (ndk-sys-0.2.1.crate) = a059e5f77fbfc9b3b0747f9278ef50cbc575852d0d041553790da75900fbc1e80a540ad8647dd3c8a325c6f6ba53006a16cd063ff81a339d3732b8fc1c8b180c -Size (ndk-sys-0.2.1.crate) = 273674 bytes -BLAKE2s (nix-0.20.1.crate) = 1f8a563ff7340bbb8ce9db25827ccea0b3006dc0d4c0dfc80d66f5c23fb43e10 -SHA512 (nix-0.20.1.crate) = 0176cb573b2d30096666d829971a9fc5ca54b6bb7d768897998c0de130c82c47d125ba95363b425033d2a5b0a0d62596e0be553bf2f739525fb8bc164e568d40 -Size (nix-0.20.1.crate) = 217086 bytes -BLAKE2s (nom-5.1.2.crate) = e53409e93d97ffea1e7dea584661529d9dda991343482db47bc2cc19dca89cbd -SHA512 (nom-5.1.2.crate) = 53b8ddab62475588efae46c78b5fd086a14c0fa505c84e625fbedd6dc74d4ac047e9fbed7312b797f126e9ca1f056458d8ffe0ab13f0117de685ef8b43f86aca -Size (nom-5.1.2.crate) = 136174 bytes -BLAKE2s (ntapi-0.3.6.crate) = a934d210a20654fc2014bdb0b4c003e9199607bf4cf96faf7c379be0093aaebc -SHA512 (ntapi-0.3.6.crate) = c07f2ae51e4fbbe55de9f617d333e4042a93de69e9bfcdd44acc1b342edd88cc2a360fe6710d9568594e2c0990776004400d0741e61d1a2a1cec4a645c4cb035 -Size (ntapi-0.3.6.crate) = 127221 bytes -BLAKE2s (num-bigint-0.4.2.crate) = 15fc28f2a477be3b3c43f448916a1ffceccee03fd24df432c5bfdb8cd14439a9 -SHA512 (num-bigint-0.4.2.crate) = 3ef8b0fdc70d1f5b6a3f26e0a50264bd065f97caee1ab623c9fcbd716b0c0b1b62988d389f1734ab3ffff103801ef3a4ee33445d14b6c3b01a391faac6ad5bca -Size (num-bigint-0.4.2.crate) = 92154 bytes +BLAKE2s (ndk-sys-0.2.2.crate) = 1fefafcfab1fc8d6e77ff9e1c4e99548504d6756ae2f4bbfd37f610eceb14aa1 +SHA512 (ndk-sys-0.2.2.crate) = a4b1280543a81996cdc23a8d2e0c519a1b0787acaaa1b9180eaa52e4ac4c751929cd403f1540ad3b7c80c550d84d5be08827e4b63c8af0eba36d3441b58efd75 +Size (ndk-sys-0.2.2.crate) = 279365 bytes +BLAKE2s (ndk-sys-0.3.0.crate) = 16f1a299da802830970d0569b9ef7eadd7d78fa4a82b31dae5bd98387c9c5e88 +SHA512 (ndk-sys-0.3.0.crate) = 9d85898d812be7c61c7bbf4ef7a6088fa427f4ba334d491a17e5d1e8cf0ef9e37fa277008dbb940d1127c385749ca2b4665521e677388f6b01a2243fce310485 +Size (ndk-sys-0.3.0.crate) = 282815 bytes +BLAKE2s (nix-0.20.0.crate) = b52d2faf014a03f3c2b27cef35541fbcdce0354491569c131f037d8bd648506f +SHA512 (nix-0.20.0.crate) = 4efb0a6147870aca6b5612428216f36cd826320b75f4f12fb0c75140d47561834695db7745908a23d08ac7114d69848cdafcf87830718da1f03aa6f2c664c5d5 +Size (nix-0.20.0.crate) = 216983 bytes +BLAKE2s (nom-7.1.1.crate) = 347cce605f3edc9e6dd8f9c30b9d75e4216e959bfc9e9973987fa9e2393f3b40 +SHA512 (nom-7.1.1.crate) = 1456efdbda4f5b3da6c8580721acf101ed7d779619ee0190c1df103244e405a8ffa0c3889901a2d8beeab0ab84074ed4c7cec5330c7cc2a5a3c30e36a2530be8 +Size (nom-7.1.1.crate) = 115818 bytes +BLAKE2s (num-bigint-0.4.3.crate) = 558455a071691a92dbfa23f099056ab388b3aea7d6d7c8cdadadd7373d1a7831 +SHA512 (num-bigint-0.4.3.crate) = 4b38eaa8b51119dbc7cd8a1e177f37ec935ee348b693a93378742e9bfa68fe5f7e5062b7f34638283c23f04d2127451d796d310cd8adb64dc8e865b28708374f +Size (num-bigint-0.4.3.crate) = 97799 bytes BLAKE2s (num-derive-0.3.3.crate) = d75d440075e27eb02566c9a87f0f125cd7dc3b70b61bb9e50bccd4c411d8e814 SHA512 (num-derive-0.3.3.crate) = e0f4d06fff26c2d2b140ff5ec1ba655a46c8d8fda484f03a8ad4910e8cf1392f0130d5c0bfbbe3bfb95da1f93e964f73364de6551fddd81e6fc27bfa35c15053 Size (num-derive-0.3.3.crate) = 14545 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes -BLAKE2s (num-rational-0.3.2.crate) = d3b83c738dc961fb7c04de26d502bff8bb2d981d51ae27a1fcacdde57df2a851 -SHA512 (num-rational-0.3.2.crate) = 31141c147ace16505cf63023d399ec7d6824b1cf3a31160419cc8ed8c9e4392993910419ac113b23913f710eff13f730d04328e66328375c61c28010718fb837 -Size (num-rational-0.3.2.crate) = 26359 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (num_cpus-1.13.0.crate) = 9feb84c345e288846365e1ff29d95ee255a7792c11182ef39fd9b8c054359b14 -SHA512 (num_cpus-1.13.0.crate) = e75ec298fa682be84bf4efb6cf40126da9233ef25f07e887c2fa7421ee78790204564e6406c8219466651f47421e27f69eca690bb9cdfc982b644d78cc10de3f -Size (num_cpus-1.13.0.crate) = 14704 bytes -BLAKE2s (num_enum-0.5.4.crate) = e280958725befe8b6f616f82745594a2f781f729fc0bf892678f6f403f1b5088 -SHA512 (num_enum-0.5.4.crate) = 71d3dbd1fdc36d084a17c93f5b646b5dc6b10fa32d1a67513ff7414fb66fb3fe42782560b3ffec7446e2737686895d50e72fd6c9bd78b3629152311c8f5b8c3b -Size (num_enum-0.5.4.crate) = 9897 bytes -BLAKE2s (num_enum_derive-0.5.4.crate) = 4348aaebb52cd0618ff3ca6dadb01bcb46f1e06696a21e5060274f3269eb5abd -SHA512 (num_enum_derive-0.5.4.crate) = 028253a0c149dafb6be50605d3c3c3e4c92a6e1631ca934bb22ecec228b1b820e4622f781c39bdf085fcadd8a1b2d2be3b24bdec4f60fa7aca58004055535ffa -Size (num_enum_derive-0.5.4.crate) = 7899 bytes -BLAKE2s (oboe-0.4.4.crate) = 78536132df2b5000cd91a28a7b878521862ab925f98a46fec3abf2d147ed8d4b -SHA512 (oboe-0.4.4.crate) = 0d505c412bceb2d47fe04ad9fbb1511c5e4b2533a919b7bfe2f2014763cdb1804064af917d426cf495795f213c1d69752e3a9784c0822adcbfd519eae3f884cd -Size (oboe-0.4.4.crate) = 26486 bytes -BLAKE2s (oboe-sys-0.4.4.crate) = 2674288f60ce07673dee90cafeb20903d912ea51bad05ba7f70bb372da0cca8e -SHA512 (oboe-sys-0.4.4.crate) = 717c16ea9b0126ff542b4dffcf534e5f5e84538c9ed243dab45fc714daed5de4706f1205693705b7c1e8ecc4393931993946618d22b622b689aac65935bf77b3 -Size (oboe-sys-0.4.4.crate) = 141935 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes +BLAKE2s (num-rational-0.4.0.crate) = 17b65661ce66a759aa634b94bb718b60c38e8aa62509c55c318b660be70d53db +SHA512 (num-rational-0.4.0.crate) = 96b5fd3d407210e6e81aac72b542be5c5acf0f1132097e4b82a65042fb2bd98591e12e5153b96b38c71f69e613e295542d23dc73a98b08ffd49d9ef2a062eded +Size (num-rational-0.4.0.crate) = 26428 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes +BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 +SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 +Size (num_cpus-1.13.1.crate) = 14752 bytes +BLAKE2s (num_enum-0.5.7.crate) = 9b1ecd682e24c11ab6040a86038fefce192f26a7db41fea57b60fa7024f1e79b +SHA512 (num_enum-0.5.7.crate) = 14749c9fb3cb30366e4915b2afd00b1f005de753ac3458982ef53285efa718c8059bf4804f4db170f43c1978c222aa706f30757c191f8613b8165a54a7c5f4ce +Size (num_enum-0.5.7.crate) = 15199 bytes +BLAKE2s (num_enum_derive-0.5.7.crate) = 64bbb9061fc2284f092372b96b4ce6c911c10d96b5b61d3b7f1e153218612ea4 +SHA512 (num_enum_derive-0.5.7.crate) = 716d9b58d192230ec633207af741cd198772c6f0880a27255bf1b7d48e51f14ee987af14580982b0d22fe0e876167d9850b077f1b50557f47c6ff81b64542b15 +Size (num_enum_derive-0.5.7.crate) = 12225 bytes +BLAKE2s (num_threads-0.1.6.crate) = 16dafe947f10db7667201144859b311f1d2fdcaec5984b5f0986e8de75345e5f +SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6 +Size (num_threads-0.1.6.crate) = 7334 bytes +BLAKE2s (object-0.28.4.crate) = d9d8f0bc9b05a7f71f442887f4a576a61116f60ebc42fea329538a25a3290d61 +SHA512 (object-0.28.4.crate) = 32a20452ed62b789c859c442009faf905ba4bc28f11bddfad3da3509861afd8dbe54e5bc0523c0eea5d5ce19cb94dee2e74f218f79df52d95ad22657d571839f +Size (object-0.28.4.crate) = 237248 bytes +BLAKE2s (oboe-0.4.6.crate) = 8cbe0832fee25d060c10087d8637e202340de62624e06149df67886dc8417bff +SHA512 (oboe-0.4.6.crate) = bfd792bb8cf2254030e2750b09a87da70defc4fc65882d94ca70469b175e04175787bd89707cd4dee876dba127b8f3b8ad9c5eee32ef5ff0cad49b046b29a793 +Size (oboe-0.4.6.crate) = 24067 bytes +BLAKE2s (oboe-sys-0.4.5.crate) = 1d874a8df79a868a057726d6c4fe94e76da6be65f4669b29f745989114ceece8 +SHA512 (oboe-sys-0.4.5.crate) = b8e31b5cfcba10d43b9e373793427341175b7e84f8805fd18a8be387bae407801a0f196d0910103175c23e41b193c4eded2a4597b958128c29e401a27d9b4474 +Size (oboe-sys-0.4.5.crate) = 140656 bytes BLAKE2s (ogg-0.8.0.crate) = 609d29a9cc6e1e37bf5fe311b2a9549561bbcf61c4ed31c3291ca71bc480d0e8 SHA512 (ogg-0.8.0.crate) = d5ea03e00ecade8713a8bf31e34bc45cba94b812c26dd46b579d85d61ff502ba501626b64d3cfa066a47343819f65d27c478372439b758cb7ab31ebce81f48b1 Size (ogg-0.8.0.crate) = 27128 bytes -BLAKE2s (once_cell-1.8.0.crate) = 470e772ff993357770098866a652eb8151d693ded8e8f967706f8b267a56acf0 -SHA512 (once_cell-1.8.0.crate) = 88e55c9433225ce85a08353168c87fca2237615482160a5c28f3ac17f06d48c63e0c21b5f7ef81f82ca133436e371802ea099453844f1c111003bcb6ba89e827 -Size (once_cell-1.8.0.crate) = 28925 bytes +BLAKE2s (once_cell-1.11.0.crate) = ffad26a6ff6a6028e1d103a787bef5ab0380aa14065ee2df30ed6cbe97a3c1fa +SHA512 (once_cell-1.11.0.crate) = 3769223beed1a7c8c5625e18dc000b3ab296c7c3af21bb6cb563ad9d130bbbcd447d420d0ec591e6366652727de11dc76dc8f7720110de50be7cbf177587cb15 +Size (once_cell-1.11.0.crate) = 31121 bytes BLAKE2s (opaque-debug-0.3.0.crate) = 67915f5846ad1b13c074f2605d26a296f05be8e3b9f846b848cb538e409f98c9 SHA512 (opaque-debug-0.3.0.crate) = 9909b06668a4f97b4d0e916de3e1d0a922a5a0b911a7ce190de786f62ceaccd382cbd0dbe01ab0f15e5472c10848482da2307a6d897928b6b7d5365bc0321cae Size (opaque-debug-0.3.0.crate) = 5767 bytes -BLAKE2s (parking_lot-0.11.1.crate) = 861838e79b68c0577bab20db22196bf42a75bfda0e2e1f164e8f6b684412dddf -SHA512 (parking_lot-0.11.1.crate) = 17e394ac8b62656177a12fcfd246d9bb59be468a5ac174e4d6d8b4ffd0411497d3ce943ca5deab184cebf5c1bbca97b4273f79bf210c78d7f4b6f5e9d68026a2 -Size (parking_lot-0.11.1.crate) = 39854 bytes -BLAKE2s (parking_lot_core-0.8.3.crate) = ea15e96c9a2632e96d0e1b9d0f88c6560dfbf316db241aba40ea1fd10f484b52 -SHA512 (parking_lot_core-0.8.3.crate) = 1dba5a7e68ee007918fb210ff308f7382ed1c54d2fe6db36a8246453434246b71e6795db107c83ca39c2bddf5e4a27da7978a464b53d41e150e744d81e75b341 -Size (parking_lot_core-0.8.3.crate) = 32147 bytes -BLAKE2s (paste-1.0.5.crate) = 212646679f03908bde2bacbf9b39ca1376bc41d50094f0b9be55f92ded2f54d7 -SHA512 (paste-1.0.5.crate) = c363e56e1b9bc2e401827c292625951cf577ede568033cee53da2ec2383c4ca17082b52b82477c48d65881a8c76f535a66768022d1eae2cd5f55218dbfb9be22 -Size (paste-1.0.5.crate) = 17669 bytes +BLAKE2s (parking_lot-0.11.2.crate) = f71d251ca07227ef3e0bd33ba4c7cae8bd77958eb847d00ff7e462aeb3e4e8ea +SHA512 (parking_lot-0.11.2.crate) = 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e +Size (parking_lot-0.11.2.crate) = 39869 bytes +BLAKE2s (parking_lot-0.12.0.crate) = 178768a6e75a71099c9fbd12f427dd5e6b7bef0a92eb6c34e0873b8d4bb507b3 +SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f +Size (parking_lot-0.12.0.crate) = 39761 bytes +BLAKE2s (parking_lot_core-0.8.5.crate) = 9f38174a007023d5108d3cc50446a3138b443d363f44d5d2670fed55d3516a2d +SHA512 (parking_lot_core-0.8.5.crate) = c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 +Size (parking_lot_core-0.8.5.crate) = 32466 bytes +BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 +SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df +Size (parking_lot_core-0.9.3.crate) = 32256 bytes +BLAKE2s (paste-1.0.7.crate) = 9e47b3e1e13b2312e6a60157dc832bf2c7d164365336a45fcf0b0becd9e728e9 +SHA512 (paste-1.0.7.crate) = 6f203485cd916f68c4acac6fe6193e2ed8c5a36a6f58865fecbbc4e112e14c6e849cf61cfdbe22fd5b6311d60f1831d726da519a51a1a936552c3b39f01c90f0 +Size (paste-1.0.7.crate) = 18285 bytes BLAKE2s (pbkdf2-0.8.0.crate) = 255457860618bd435e60252e092ee4b9ec53eae7686649b899844b35686d756d SHA512 (pbkdf2-0.8.0.crate) = a36e17e8c09f4bee22784fd357bed80c3895dadecc8bd106722cad12cdcef0aad954c821303f3f4bff4db01d8737bf6343ba6bfe6dd99fed87b7eb6b46f60701 Size (pbkdf2-0.8.0.crate) = 12328 bytes @@ -450,87 +510,81 @@ Size (peeking_take_while-0.1.2.crate) = 6697 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes -BLAKE2s (pin-project-lite-0.2.7.crate) = 27675eaa55151fd60f27e3f564b3984e3cf0bc024d55dcf22d0bfbe8852875e3 -SHA512 (pin-project-lite-0.2.7.crate) = c948201981269f6f54da069470c56c5b9c4c6f52e349dc7970ad828d412facfbb66a09745c0565b4320fbfd1aa7983f3664604f7ade37a30cf25ce253afe8749 -Size (pin-project-lite-0.2.7.crate) = 27212 bytes +BLAKE2s (petgraph-0.5.1.crate) = 145fb891f1633f460a95986d9f6d4fd8d6209bf1867e53ae1d39eee3edcb89c1 +SHA512 (petgraph-0.5.1.crate) = c3d5f53b1a0900084b0693a6f3a849bb9b443b1b6fd1ad88bce8beb12ed1b45f2399b68db3366ba15f33c2d5682e052b733dbde76fb1b646b7bb1e660a38d8bd +Size (petgraph-0.5.1.crate) = 147173 bytes +BLAKE2s (pin-project-lite-0.2.9.crate) = 21ff73557f52248f91876a765bc209e4313f3cb15746b3f3ceddeceea5e2c95d +SHA512 (pin-project-lite-0.2.9.crate) = cef0b77233adca712db1183f780732ea577cf1b27c2643de221d54c837c75ce749f907e24a967be7474812c7682cba613a3fc5d553a9578a1b80569da0e562e4 +Size (pin-project-lite-0.2.9.crate) = 27713 bytes BLAKE2s (pin-utils-0.1.0.crate) = 5a1cf546c08cd8ad36d3736e337a9865b694de6a636733d252a878aee8b1c204 SHA512 (pin-utils-0.1.0.crate) = 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 Size (pin-utils-0.1.0.crate) = 7580 bytes -BLAKE2s (pkg-config-0.3.19.crate) = 1714c04f1a9bdf1fb78dba951c56e851b36620da5d5402e80b14b8bc99a8a500 -SHA512 (pkg-config-0.3.19.crate) = 42bc13c4e39c8f71690db527d815884acdfd2ccf5fbfea700c6ed60257e852cdcb1c443e7774409e51da53612b0ff0aa165554b99fd0cba973f94a8df52982d9 -Size (pkg-config-0.3.19.crate) = 15451 bytes +BLAKE2s (pkg-config-0.3.25.crate) = 858f6fa4e3e07f6482e3e975d78403b574c0606ec93f8ab5a86156604e13c294 +SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 +Size (pkg-config-0.3.25.crate) = 16838 bytes BLAKE2s (portaudio-rs-0.3.2.crate) = c6d47d5eccb3a29516c43adf99a87c8864e9d594192bd2220a9babbcdc13cc25 SHA512 (portaudio-rs-0.3.2.crate) = cf2b9250fec8aba6a5095b0838279e39beab5cb5f077330e6185dc146e049c6a8580aba883493fe497ca20c2b64db24851c81de43e48fe19ab876418d3b910d2 Size (portaudio-rs-0.3.2.crate) = 13267 bytes BLAKE2s (portaudio-sys-0.1.1.crate) = cbee8325cae5dbe0550c840a358354e9e847ae7f6f94d61d82d0d448afe935c8 SHA512 (portaudio-sys-0.1.1.crate) = 221ba8f669048ed4eed4006b5eda45b8289e05fbf0b133809c64ed6c9b65714dc62a867edde3ef960ae5f644b91a0ab4f65b5bf259e8c4b75d63f58009c3abd4 Size (portaudio-sys-0.1.1.crate) = 2327 bytes -BLAKE2s (ppv-lite86-0.2.10.crate) = 63e761b696c80738a1f9d39555d20f8fce82c41a4136a9c649a0b11141918697 -SHA512 (ppv-lite86-0.2.10.crate) = c9941052e504b9b310024064026e4b1d540dd877705ef450a833d9ff6dee70ba874cdad68c46381a71d5b54482cd80b3dbb8e0c225758fd339069031a55195f1 -Size (ppv-lite86-0.2.10.crate) = 20915 bytes +BLAKE2s (ppv-lite86-0.2.16.crate) = bcec1a8bf0d1fac112f8d6ab00381ac5358660c24daf104f68ed3a16c3c0878a +SHA512 (ppv-lite86-0.2.16.crate) = 264b916f7d1bb6f1c0c0d3cc45f40b72b638abc7174416b49241c3663fe500409509ef6c8241a24515a21a20288c2ba508035b6b37972e4ae7ad02ad19118b74 +Size (ppv-lite86-0.2.16.crate) = 22245 bytes BLAKE2s (pretty-hex-0.2.1.crate) = f60dd282741c186d4a10f4ee6af313a5877aab8b7915aa634a84bb8865499132 SHA512 (pretty-hex-0.2.1.crate) = a52b59beece4ce11ddea4c70a37c3a77f5b552213373eb65814afb564002647c16fda9c3bcd53edfefc53f9cc843f62a9ce190cc7e9ee0aa6bdb51920f54b772 Size (pretty-hex-0.2.1.crate) = 6176 bytes -BLAKE2s (priority-queue-1.1.1.crate) = 3353efe07f22b5cbc4cc1b63fbbfaf8ded811807f554a62b9557e77f85ad9343 -SHA512 (priority-queue-1.1.1.crate) = 0dbb9977fef0bbb678bf3115cd5626f4040dae59f57e824a63e70b48daba1fc512acbc78b72a96aa9c900fc413d96fb1ccc539ff0eec6b3ad52b43cb4625c1cb -Size (priority-queue-1.1.1.crate) = 23632 bytes +BLAKE2s (priority-queue-1.2.1.crate) = 319df37ad54a37920503c4257a5bcb9596051ceb3de185a33c1f24c37a328967 +SHA512 (priority-queue-1.2.1.crate) = e108ca9aa7ee0041feb4fe54307f6eec70f963a26123510fa609bbb73d42649bba415db4ca1e38b9d846f3ec6ed3548f6a4d27f3e84299867e7d8020aecba5f4 +Size (priority-queue-1.2.1.crate) = 32608 bytes BLAKE2s (proc-macro-crate-0.1.5.crate) = 935943ad4db7138d9cc924693d0389a63966975cb4def163371a616bea8a260a SHA512 (proc-macro-crate-0.1.5.crate) = b2922ea8beb762f42f7646398eff9d03a5fe3d942f1d0cce564eff8af41ed14f175986d07ac5bab75e7634f964b8ad24a6f05f597c90b83761bb4c1d2b2fed59 Size (proc-macro-crate-0.1.5.crate) = 8096 bytes -BLAKE2s (proc-macro-crate-1.0.0.crate) = 829208d4ccb7a5d18a8947c286a00c2b5d62b57426ddc85680c691d9ad72dc15 -SHA512 (proc-macro-crate-1.0.0.crate) = dda801431b4161532008ede0781c6c21cf28ab5ff1c7777df624ea8cd1e209152f6cb3b5b700711c8d15e0cdc91883016c7c3f01468c3f5cda4ebc53e71c2ce6 -Size (proc-macro-crate-1.0.0.crate) = 8442 bytes +BLAKE2s (proc-macro-crate-1.1.3.crate) = 92bd29216bbe2dcfe803b611894815499ecdd7ff148b768ebe2fc2de9c41f55e +SHA512 (proc-macro-crate-1.1.3.crate) = b9553235c48ec2370481df90b568ba4c85e8a9a8d8d178f94bc67e87c447b4ee70db03f7c8ca1ea0678d56197e947598a5cc3c2a8753b068aaa1a27e0a4f9bca +Size (proc-macro-crate-1.1.3.crate) = 8758 bytes BLAKE2s (proc-macro-error-1.0.4.crate) = 2877169f24a0bf3a09d9bfd388ac5d39082672d9258c1c96a851c1bc166b234a SHA512 (proc-macro-error-1.0.4.crate) = 8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro-hack-0.5.19.crate) = 61d98efa7bf829362cb8fcc4ef3ec6d31da0aa9fdfd7a9c3f3f3146ff5bf9c31 -SHA512 (proc-macro-hack-0.5.19.crate) = 9e4cbec41056438287f5b23086264c86e2f0cdc193064006556736377b2954229de13a585149b9995002c9aee3334ee2a80ae4afdcc96cabe7ed2bf718476952 -Size (proc-macro-hack-0.5.19.crate) = 15556 bytes -BLAKE2s (proc-macro-nested-0.1.7.crate) = 6328c7786a8d40414f6998be541051dbedbe30e5532172d604f604e3d0557e2e -SHA512 (proc-macro-nested-0.1.7.crate) = dc5d898c6d5588d279aa0852193105bbb3824798a05875e2181c66da8c3849fcb32189d9b213cad09054242aa4ae9cb602f9c2d1b5e7302963bac244bbaa27c2 -Size (proc-macro-nested-0.1.7.crate) = 6495 bytes -BLAKE2s (proc-macro2-1.0.28.crate) = 7c782c272b6367c9c339d8627ffda0f51d7a7cc3001a61719768ec7a5ff4fc7e -SHA512 (proc-macro2-1.0.28.crate) = 2a4e34ab2bb692c3661db40ebc6d22f3dbcbc30c2f4d88e1a7f022f8522e943ffe2a1c9b92411c7e04941dc0156cb365e0de953fa45d8710e39b660ee9028741 -Size (proc-macro2-1.0.28.crate) = 38732 bytes -BLAKE2s (protobuf-2.25.0.crate) = 533d4e7a85fef7e1f933333989ea1e77ea60f193ffa22afa06ae78f77f94ca2a -SHA512 (protobuf-2.25.0.crate) = ea8867358fcb82f465e1d885763baede6ce1fa2a61b37dab31cc2654c14c6d7648968cc31f4b765ee0f6e712826205ccbae7345bf3da5a74978dde2dfa814354 -Size (protobuf-2.25.0.crate) = 163825 bytes -BLAKE2s (protobuf-codegen-2.25.0.crate) = 143c03c7663b83768a103bf4277e1e6f50d7c3b4f4a37ef10a1dad706c92c943 -SHA512 (protobuf-codegen-2.25.0.crate) = 6bea12fb4d222ddd05a8f6062878b8f79681eee14d03975e7bbd58a731c7b6d109ed46cb469ec8339d6cb07847ca6466c656d6a91387d738800cfb72990060b1 -Size (protobuf-codegen-2.25.0.crate) = 39710 bytes -BLAKE2s (protobuf-codegen-pure-2.25.0.crate) = 1237dddd6e843eb723184a98e39bdf10bfa04597eee3c9443de003b1e92422ba -SHA512 (protobuf-codegen-pure-2.25.0.crate) = da7436f1e19fbb131f80c53c3414d608801ae6c335d653d497800275bb379a33e32abbce0f684f6c71ada8731bc199e0befc1f1c7b7375fb6ca139433e73df96 -Size (protobuf-codegen-pure-2.25.0.crate) = 57893 bytes -BLAKE2s (quote-1.0.9.crate) = da1409c5fab9fc40b5a0ce824d063088c949e2c35dea81f683b558455a1807fb -SHA512 (quote-1.0.9.crate) = dd6cdaea183b85400531ef01e56657edbec0d8f7c27898c1e591b72dff755fa5875b33ca320bd65be0e9aecfc6a61ec119a4bd1291e9f2057fca642ab5b198c8 -Size (quote-1.0.9.crate) = 25042 bytes -BLAKE2s (rand-0.8.4.crate) = 1db1d01a23c907a2b38288078a433d5883e8e7da64357817315188a1dc91739c -SHA512 (rand-0.8.4.crate) = 77ae0e988e31e12f7d3f2c40814f930eecbc94c4aced827c337be78eeeabf39fde2dc5c4fda059afdc01285ff4afe30393c32694377de004feff16207606558e -Size (rand-0.8.4.crate) = 87406 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes +BLAKE2s (protobuf-2.27.1.crate) = 23317157de86dcf60b78936bbdd84d5856653967d8d0787b437f78a688c2e0b4 +SHA512 (protobuf-2.27.1.crate) = 2c694e67e93ec07b426a56733b32f6d946b492036f8cd6e368ab85f48067a8f5d35788980f821adc515e3fd318dbd8e2fdea60275391abb9bc52aa27971290bc +Size (protobuf-2.27.1.crate) = 167497 bytes +BLAKE2s (protobuf-codegen-2.27.1.crate) = 7b6a0e45395800399becb81a895449fe0ff8d826196be88d15209b78b33b613b +SHA512 (protobuf-codegen-2.27.1.crate) = a573c449abc227fd2454229240fd6c88b353f69dc38caf837cc3420dc9de388c7dd0a0fcb98d7cb993a0a83f4896f7dcc98e7cd81756427bcb84ea485ceda57f +Size (protobuf-codegen-2.27.1.crate) = 40830 bytes +BLAKE2s (protobuf-codegen-pure-2.27.1.crate) = 5e287a52ecf440b7a88cb85931d300df5b24727eb46b4a47d2edb7927fcac958 +SHA512 (protobuf-codegen-pure-2.27.1.crate) = 0ab617e7aaddcc0df1377da8f396e138e5f75fb196fbbb5c09ff29213b83f9500ddaf8ca28f147b43d413de6579aca669228038e5fee70eeefba06d0ef016e42 +Size (protobuf-codegen-pure-2.27.1.crate) = 58054 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (rand-0.8.5.crate) = 12fbacd2e6f4743eb56bf132865ad6d2c58d567f1c689fd646b488b863b9eb38 +SHA512 (rand-0.8.5.crate) = 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 +Size (rand-0.8.5.crate) = 87113 bytes BLAKE2s (rand_chacha-0.3.1.crate) = 610f5bba921c6e9d0527a13b5bf3ac43ffcddbbfc58522a8c086baef788895c4 SHA512 (rand_chacha-0.3.1.crate) = 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 Size (rand_chacha-0.3.1.crate) = 15251 bytes BLAKE2s (rand_core-0.6.3.crate) = 227719def6b8444614f9982b4f761c2d654e08f7f5147f7b9ba6a1468bd758f6 SHA512 (rand_core-0.6.3.crate) = 0fc31f96ca8ebba8c179367de01458e909265e1d627ec0c5620be7c8e83d2f9570471d6ec2cb2bc4bc531505b02fc31f1165708cc1357906791c87123b06ee87 Size (rand_core-0.6.3.crate) = 21938 bytes -BLAKE2s (rand_distr-0.4.2.crate) = dfa5a32e39f6c37c008b64767775b1bff2c76c57eb5c233e77eacb11661251b6 -SHA512 (rand_distr-0.4.2.crate) = 7651e1776ec2405240979a9090a9609410bf628dc7d0eece28d80b2e8e4047eaca4b3d1f277967e643a2395b62996ed6e3eae23b58251f02223d9642b41ff425 -Size (rand_distr-0.4.2.crate) = 58198 bytes -BLAKE2s (rand_hc-0.3.1.crate) = f6b1960553ca456e20ebd0e64f7a4d18407356ed504189e7d354b6687da53eec -SHA512 (rand_hc-0.3.1.crate) = 582bb44b81c27e698eb57c6f06444b8a7c9d3f7ee73f4e14be8004c4bfd3bbfd9795c69f7294b5e87107e86b90fa3e91ad080964474af81c92705d356e43fbb5 -Size (rand_hc-0.3.1.crate) = 11891 bytes -BLAKE2s (redox_syscall-0.2.10.crate) = 34d65a357c300759482d088d30518f3bcc4c1fa24f320c953ff6bc89bb7bdf2c -SHA512 (redox_syscall-0.2.10.crate) = ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 -Size (redox_syscall-0.2.10.crate) = 23582 bytes -BLAKE2s (regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (regex-1.5.4.crate) = 236581 bytes -BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 -SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (rand_distr-0.4.3.crate) = 9a919cb133948a868fcb9db33e76e996eb0b263c9a3ea4c732ad092f2ed91803 +SHA512 (rand_distr-0.4.3.crate) = e5209a78b8ca1af97ac6c6add858ee6d91e67c1edd124bb297f787d37218a5f1afd570252da2eb25738b8d77482df4e93aa1eb3c4a8165f90219410dba495cda +Size (rand_distr-0.4.3.crate) = 58255 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes +BLAKE2s (regex-1.5.6.crate) = 54470e0ce7f905fde38456f82bc830c98a1ac830538cc1596f5e4f1dc2ee84a4 +SHA512 (regex-1.5.6.crate) = 43ad2ebe14f43d69c62f563a4fd53b5657f0f2cc130a0e6353a13073027640ff891e9f9b40ea85858507047bddb2e023d668c9bf57f2ba0ae045b74b5f0d2a1f +Size (regex-1.5.6.crate) = 238593 bytes +BLAKE2s (regex-syntax-0.6.26.crate) = d644259c960314f13984e773bc86607f79ce86e6b397fe231d5cb32ddcc36926 +SHA512 (regex-syntax-0.6.26.crate) = 46087f5a2abfb48f24da77e79e66f6e514b5d005c4ae2c3283418ec471ddac9e4a1361edbae9d27efeb10217157092f812946b7b98182cf9f8aa703e01c03634 +Size (regex-syntax-0.6.26.crate) = 293912 bytes BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c Size (remove_dir_all-0.5.3.crate) = 9184 bytes @@ -540,15 +594,18 @@ Size (rodio-0.14.0.crate) = 7145695 bytes BLAKE2s (rpassword-5.0.1.crate) = 20836f41c2e3b1286a9d6b9011fd90fee7c7af573a4b5e4c7c83bfb37dcdde4a SHA512 (rpassword-5.0.1.crate) = bcd20c2920734a2f281b9ff924138605ea409d0bea9721ee96100f45eed14dffe65a8bdc8feed7c36d3564c8d902e78e0d2306b3736d03b8f195a9d212792feb Size (rpassword-5.0.1.crate) = 11109 bytes +BLAKE2s (rustc-demangle-0.1.21.crate) = c8b8fd7db0d19e4d07c9d51ddd54669c788f16043cc21e2140e7bf816d31773e +SHA512 (rustc-demangle-0.1.21.crate) = 4031b26863a726cc6d3398b48682e0f0f9e5665abf20a5d35343a904ebd7c0d3752dcdd3a049b2bfa3e2a303214dc39a2980700bcc64464f7029be3c7f34727c +Size (rustc-demangle-0.1.21.crate) = 27920 bytes BLAKE2s (rustc-hash-1.1.0.crate) = ba3940200a72ad4ee115b0ef61c7c32278f6a3fa5d913220d1bd72362ef63aaf SHA512 (rustc-hash-1.1.0.crate) = 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 Size (rustc-hash-1.1.0.crate) = 9331 bytes BLAKE2s (rustc_version-0.4.0.crate) = 8244e9157b6b8811ae926fc0ed00edeb2b0a0f0f34d6e7b93ad236cbb6ffffba SHA512 (rustc_version-0.4.0.crate) = f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db Size (rustc_version-0.4.0.crate) = 12175 bytes -BLAKE2s (ryu-1.0.5.crate) = e785c89ac699eb06a4d1e6ece9e9d918ff772b0567a55d48719dce68c3e20b82 -SHA512 (ryu-1.0.5.crate) = d1708ffa3112a684edf2956b6730ead040401d38f1457cde074eaaa59c249007dc8b925629e7f6df89f7ea757e9d0826649d685cc8ede0a04d50296048bf476c -Size (ryu-1.0.5.crate) = 49570 bytes +BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2 +SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 +Size (ryu-1.0.10.crate) = 48485 bytes BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c Size (same-file-1.0.6.crate) = 10183 bytes @@ -561,45 +618,48 @@ Size (sdl2-0.34.5.crate) = 171651 bytes BLAKE2s (sdl2-sys-0.34.5.crate) = 2f5708c28d70cbf607bf218262c8aabd76072ff7c742058149d8c5f3058246b4 SHA512 (sdl2-sys-0.34.5.crate) = 462e00139edc65f1d7a914a7fbb4efd27651e0e15af8791a956aef2ced750fc38ba892134da2f6ee8e0c47f3e286a030519e8d4df0b698b5f70a12351f67830a Size (sdl2-sys-0.34.5.crate) = 443254 bytes -BLAKE2s (semver-1.0.4.crate) = f6cefa21c17314902c9c8678856c9de2115878bba334313ecdf5460023d32087 -SHA512 (semver-1.0.4.crate) = 82ef2b4a3533360de1c645dba02b57a2670fdc51709a07be4a63b94055335225764d42d70f9617ed3aeb4c4de121da24e73b0e2c5c781501e9ee32dff756ebd9 -Size (semver-1.0.4.crate) = 29375 bytes -BLAKE2s (serde-1.0.127.crate) = d21ded6a9d77d1f72fa4eed4cfd392e44d020d3b0219c345e22a818fa8a7cad6 -SHA512 (serde-1.0.127.crate) = dc2b9c0a71028853bc05b4bdb3db1e9e753dfc588ebcff5dccc42d05252fe250b797e10b4d574f161fe11747c9740e93a47a2eba2b4ffd6ecf1992dfadbdd2ef -Size (serde-1.0.127.crate) = 75162 bytes -BLAKE2s (serde_derive-1.0.127.crate) = 556204b0ca3c0a63a888b4cd86244dc72cc006fb1ace7179b8ca0495b2e8c185 -SHA512 (serde_derive-1.0.127.crate) = 2c346d45bb96867ea5b4a0ca24aa9b0584d83f26578f5a1ec8a51c514d0158d98c7b76408a0ea64e5718567afb6a0cfc5922d3c5588a89b7e19035b13b1a0416 -Size (serde_derive-1.0.127.crate) = 54201 bytes -BLAKE2s (serde_json-1.0.66.crate) = 79d2643ecd902eff0520636d4736a973082c20c285b804d532ce4cbb0fb6ea0d -SHA512 (serde_json-1.0.66.crate) = 8cbb64a24781a94e9448dd39f9429830fff6fe61be3772c1ca825f7d489ac3c06b189c42730129e281d8f43f7128b3b9cd2308727e625763588bbaf61b54d1d1 -Size (serde_json-1.0.66.crate) = 115121 bytes -BLAKE2s (sha-1-0.9.7.crate) = d4c5b7661cacba787106660af0ce7f9bce27894038a80b540b0f65400d1db94f -SHA512 (sha-1-0.9.7.crate) = d592f7ffa58dbc5aba3a5d6ac96aa27be01e0d54ae63ffb339bb17689f0023819044713b7cf386396fe71555a3da603a4419b36b6594629bd7e43f70d92a67f5 -Size (sha-1-0.9.7.crate) = 13999 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes +BLAKE2s (sha-1-0.10.0.crate) = 2aa1d90fb9598332377d70c9f940b66e5c801aea07d946f57792f951c809cce3 +SHA512 (sha-1-0.10.0.crate) = 5f202e74a5323ccd12bb2fa57f6357eb8d12d5702fe9fda745aaed70725a5c9c78dd6f8aa734b350948fe8155cb36d8bbfe16615f0335f0502827ad26ea387ac +Size (sha-1-0.10.0.crate) = 12239 bytes +BLAKE2s (sha-1-0.9.8.crate) = 4df35458fd60770564128e6246f845908ce3db548fe1dc5ee9e04afdff4d66e5 +SHA512 (sha-1-0.9.8.crate) = d4708a762d5f3dfd902ed335f0383cf63b442f95b1aebbaca3643606ed2480060d2ed04f123d0c44496147ecbb06a093980b435f9d3ff9e0f5c908389736aa9f +Size (sha-1-0.9.8.crate) = 14029 bytes BLAKE2s (shannon-0.2.0.crate) = 57371ac13bc48159065ab4e240a79a5293961d2e55770c2241d1857e130ebb39 SHA512 (shannon-0.2.0.crate) = 1357ab46f32c4a732fb5373166b1fafce53d1292f6a259d770c1514686f39af9ffc2399dbed405c360270aec8ba6e2faeea3844fab385f3b52bd2b0d29b0a3c6 Size (shannon-0.2.0.crate) = 3503 bytes -BLAKE2s (shell-words-1.0.0.crate) = 376bd2cd2db527621c1ac83c6d4f0b9efd9263f5199f9acd721c08dd80558159 -SHA512 (shell-words-1.0.0.crate) = f1de4606bb249fca7dea437464ef560aa49839382716b9c940738547a5def28337501d9ba77d96a63ecb956d3c49867d6f4742f14946448a2c9d0b1ecea9ebc9 -Size (shell-words-1.0.0.crate) = 9798 bytes -BLAKE2s (shlex-0.1.1.crate) = 0561091e3fc7193d204f17cb025527beacb48f6e73446a1d6227a62187c77c0d -SHA512 (shlex-0.1.1.crate) = a4d202897861ca7955a3561dc1b0fd0307d77948c9b97aa0f8b9caff2b9721d2836a08760d308675973b0e9c7bae92e4d5fbd2a2497cba9e5aeefbe31075e069 -Size (shlex-0.1.1.crate) = 5687 bytes +BLAKE2s (shell-words-1.1.0.crate) = 84a7e31b11cf452d0d0606c8e6d6809ce707d4e1abe35546491dd262010f4912 +SHA512 (shell-words-1.1.0.crate) = 05c280a8e1f65b205746560a82e397689a3b5ec934219b558ece3a25efbfdefe903f9172319240e96039b38fb2c4be6e070805aedbdfd10344d9144b9c93de00 +Size (shell-words-1.1.0.crate) = 9871 bytes +BLAKE2s (shlex-1.1.0.crate) = 8fbbe4538951c4b992b291adac09ecfb2cd8e211b71c0dbcc010e8eb8b277f07 +SHA512 (shlex-1.1.0.crate) = e51892298dd79dc7cf04d7e6f0a03e4850a57b15cd75e6e3b56e2a0b15d4cb85ee8afcc14e3727d193c8b91baec8c2864a9c800834ee4d18a1be584f17591752 +Size (shlex-1.1.0.crate) = 5199 bytes BLAKE2s (signal-hook-registry-1.4.0.crate) = db9859d4134f20ba9a43f1fcf0c2a95e441648e66f760a69f78ce0efd164d6f9 SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d Size (signal-hook-registry-1.4.0.crate) = 17912 bytes -BLAKE2s (simple_logger-1.13.0.crate) = b86db213c5793fb4ab6cbb4d3eaede3ea72a2c89dba52e2ebca8245acbec2e52 -SHA512 (simple_logger-1.13.0.crate) = f6dbb74a5d25895189092e567784daca9e0b4cb48a527a400b4c2ccfeed7ffcdd3f00719e8d084f82390971567b4c280bfc3c47db2356331c0107fbaef941b8c -Size (simple_logger-1.13.0.crate) = 8051 bytes -BLAKE2s (slab-0.4.4.crate) = 7de19e85d35e727dfbeb4ef0e38e2f051a8378a8e67d604b87d4e7ca51c1bbf8 -SHA512 (slab-0.4.4.crate) = a8232c85d9693c2a417201768a5b2ecd82e3a721fee39ec80e44c769c66f8cb3ddf00a157f376ebe4c168082550ec48e63af23de2da4f30ed343b4e3bd13c3d1 -Size (slab-0.4.4.crate) = 15725 bytes -BLAKE2s (smallvec-1.6.1.crate) = e51c50008787e73daad6929c46a2752f761399288ad742717c6a9bbf75b45943 -SHA512 (smallvec-1.6.1.crate) = 9e6061c8211a4485ab54eb541adf40748e1fc3fdfab0849e38e5fd34fc6cc69ae78bd065b788692385a6b8157b031c2fe373900e13d3e56e94fc08d574edaaad -Size (smallvec-1.6.1.crate) = 26444 bytes -BLAKE2s (socket2-0.4.1.crate) = 59abf9150df5359159343db39fa64ddb431343c19358184a2c1a334dd3b85aed -SHA512 (socket2-0.4.1.crate) = 71eb3e8d15cf4e88f801d740230710b5b52ff1434526c0e61e950168979ee715dd8acec217d1a5d6f50fa49536558ef94115902f936302d81737eb163db4b8c4 -Size (socket2-0.4.1.crate) = 41364 bytes +BLAKE2s (simple_logger-1.16.0.crate) = b087acb648aaa8114e125ea29549040dda31b1bda264c093966fdb0948f5b595 +SHA512 (simple_logger-1.16.0.crate) = bd0636318e3c365047802d8c35cd262ed0bd0df4a2c3d2094e875c5805d982b6f337937603f597a27a3a4983c8c5f25a77a1fbb2d23692f311b0fb268f0a8f70 +Size (simple_logger-1.16.0.crate) = 9053 bytes +BLAKE2s (slab-0.4.6.crate) = a269af42bb2b906af07031fe84a13842abb5681c2f2e519b7c1fed5506df666a +SHA512 (slab-0.4.6.crate) = 788837db210be63579eccf12d96fcaa3280c7515bedebe3040a71ed27d013430815ebc74acc06280daf22c0b16871bad210981d32615c26cb1da344b4b0d9488 +Size (slab-0.4.6.crate) = 16067 bytes +BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 +SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c +Size (smallvec-1.8.0.crate) = 27992 bytes +BLAKE2s (socket2-0.4.4.crate) = b552556efc0901934f3ff31724ae1a93e0211b1c6446e9b7bb14bd26b4c3bc21 +SHA512 (socket2-0.4.4.crate) = 6624fb9b933763c22e6114a8f72c6af0969912717017dd5b13f1b5df19faa1b160376c12e8c8023c435281f6a7864e802f3c4c535de8a345fe206652104f2cd5 +Size (socket2-0.4.4.crate) = 44048 bytes BLAKE2s (stdweb-0.1.3.crate) = 70ab5dcc702cd10b958c806d6fe45867dc4f899db2613b2c8b8014f212969287 SHA512 (stdweb-0.1.3.crate) = d7119427aae5d37336b8cf0002bae9c0d76a87a6865dbc9cc4c1f9abe64efe8d861c149b3975c6b3481a804e20be4fa28619257c233d3ea3d550ebd550ca5fa6 Size (stdweb-0.1.3.crate) = 90221 bytes @@ -609,87 +669,108 @@ Size (strsim-0.9.3.crate) = 10266 bytes BLAKE2s (strum-0.18.0.crate) = 476bce4f1091258a921e81aa5d6fb6c0cf2a1d030fac96cbfb4800521c14192e SHA512 (strum-0.18.0.crate) = ed81f891fdf8a2bcf563b1b103d9cd02a2ffbdbb8c33c1be5c09920c4d1ab5409d0917bebdd4a13573a44be626dfdfe3d0892c54c7340a2f8fff7a56c4f4dac7 Size (strum-0.18.0.crate) = 4207 bytes +BLAKE2s (strum-0.21.0.crate) = f413a0ff32def62f15328b0480a3e7742faf523b4f64df8b60a9036421d14e5e +SHA512 (strum-0.21.0.crate) = 687a99aa93616e16510213b66f53be35561d19cd19f9776084e9d6d33f8576f5eec7a806a0e48997da2b41e6f563a05424c1d5cb5ab2b4a2310cfe1d3b10a5a6 +Size (strum-0.21.0.crate) = 5296 bytes BLAKE2s (strum_macros-0.18.0.crate) = 1aa6ffb04c52087017b3098845732d6f35f3c6e8a1fe87358517806955fc5c64 SHA512 (strum_macros-0.18.0.crate) = df13553e2b89b2c87be3948f4881434a5eb851d0318fafab9eeb9764ea56ae8ebd50639d10fa508f674442a859d4cbd4d344c7d1253fc7f8eed3443891f4defd Size (strum_macros-0.18.0.crate) = 10229 bytes +BLAKE2s (strum_macros-0.21.1.crate) = 1c7ed6093279da5fb1df02dc4e7d2124ba254bf76f7e904cd858654b8f70c5a4 +SHA512 (strum_macros-0.21.1.crate) = 85ea12f8e03f04c427b99e027065279bd559ea1c51532c6f35cc842218e350e27349258f0fe25f5efc9fca047387da3ec5d670f94a50d574b15f4b5f1c99ddea +Size (strum_macros-0.21.1.crate) = 16280 bytes BLAKE2s (subtle-2.4.1.crate) = e8706acb82af8e762dd273696394d3cd582d29db6ba06c4cf6df410374df3aaa SHA512 (subtle-2.4.1.crate) = 7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a Size (subtle-2.4.1.crate) = 12630 bytes -BLAKE2s (syn-1.0.74.crate) = 44443d09b37f2bf5ffccbd5a54011b56cd9e7be8c3de0d0c1e80dcd75f0062ef -SHA512 (syn-1.0.74.crate) = 5aae03a68a4a8c1234d4e9a69cd37b9f6c698e2b635f10a030c0fac22cf00414c2a5e7523e0efe43181bc29c17abe6abc0eab103391259c97ce566713e3349f6 -Size (syn-1.0.74.crate) = 232974 bytes -BLAKE2s (synstructure-0.12.5.crate) = 720eb1f49eb49eeb95cda52dda5999eee9965b6fcbc2949da8ea20b8737b1722 -SHA512 (synstructure-0.12.5.crate) = 62d5669459a444ff91bcd630ff58fbbbb70cf1a2240c7caf1c4020c1aa8f9010d952172470e41daed75fb3cfe154761ac56675b9ca7a754bc9aa484c3152560b -Size (synstructure-0.12.5.crate) = 18020 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes +BLAKE2s (synstructure-0.12.6.crate) = 891c609ebfe33301f1b9f08e42abbe31f2de2a7f8d769fdff2c51747acbaa4f7 +SHA512 (synstructure-0.12.6.crate) = 6ec5dd7ade904fb6d79c2be595886289846e064b8c4100f780d8adfcbb41e6ca67f4b1d682212f4673c2169f889a042049b31161ec3cebc3f399751124f01f9c +Size (synstructure-0.12.6.crate) = 18429 bytes BLAKE2s (system-deps-1.3.2.crate) = df4f358ac07f2fd877351fb5dc1ed1f5cfab77a6be1b7875150902d0419007a7 SHA512 (system-deps-1.3.2.crate) = ce988079e746891670fb1c4c7d3143b4f4fa7406c9d22d1a3ae9f9d28ce0c2d2bed7e1561cb596b8f32380e9f16a0ab99ef76464e1d80415212c32aab013e9bf Size (system-deps-1.3.2.crate) = 15866 bytes -BLAKE2s (tempfile-3.2.0.crate) = 3faf07562ac5aa5d5f7b400d27cabe0cf9342c30b5ad28b30b6a97d1d1f80c24 -SHA512 (tempfile-3.2.0.crate) = 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a -Size (tempfile-3.2.0.crate) = 25892 bytes -BLAKE2s (termcolor-1.1.2.crate) = 370fbd8e2988e3b2cdb87cfaa4b24d0f06f70f6fa439bc8f8acad102f8be16fe -SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c -Size (termcolor-1.1.2.crate) = 17287 bytes -BLAKE2s (thiserror-1.0.26.crate) = 6ed1959f3fcb1ec3310a8f58f23d27bd4dff31cb55ce9ce4232bace5ce346592 -SHA512 (thiserror-1.0.26.crate) = bfe93a14006a3d9e0e996b310718223f8442802a384a1b999c15dd1a25f642c5cb2db7a50a69cbb097ec50ee3b0129b509f19225ca714a5c459d4dfc8255d84b -Size (thiserror-1.0.26.crate) = 16711 bytes -BLAKE2s (thiserror-impl-1.0.26.crate) = 97efc53e8a8adfb43a747f8ffb390340d248c256613be4fbcaf166572a095900 -SHA512 (thiserror-impl-1.0.26.crate) = 43eea818b72469bc4d5c28e449c2e284c1e11b2674b9e67b1788af7ab66bd64afabfd8f5861938a7f9547a9c13387e0ce400419c6283bbe1e899d18d998cd921 -Size (thiserror-impl-1.0.26.crate) = 13431 bytes +BLAKE2s (system-deps-3.2.0.crate) = 99291ab45bca4e4b6600087b587e4e18117357959a11058fe728dffeaec147d5 +SHA512 (system-deps-3.2.0.crate) = a6523e726e0cd1c23954eaeaad764bac7888b8850ae3328cbd70c31eb37c5f2573c4857c4628ad52afb169f1914ceb826d8d4fd4924e7a3ce10b512390b7c45c +Size (system-deps-3.2.0.crate) = 21476 bytes +BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a +SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e +Size (tempfile-3.3.0.crate) = 27578 bytes +BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 +SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a +Size (termcolor-1.1.3.crate) = 17242 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes +BLAKE2s (thread-id-4.0.0.crate) = 3f4b713149fc046895cce93da6d0c7b71e8cf1c854f5cb871ec956f4a48ed4e4 +SHA512 (thread-id-4.0.0.crate) = 8d5d4e4ce19ce2f2edc25a1e5bc39b85f1352591dbc2be94d83e8175661e6e22ebb8b6ae9cb4efd92c45a1b8f625c4cf210b78bec6926ec4f5a004004c5ffe50 +Size (thread-id-4.0.0.crate) = 8045 bytes BLAKE2s (time-0.1.43.crate) = 49cdc6d48210b867b7cbedd75a45b8e7e57f819bfe6bd2c66cb8385594cd30ce SHA512 (time-0.1.43.crate) = c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25 Size (time-0.1.43.crate) = 28653 bytes -BLAKE2s (tinyvec-1.3.1.crate) = fe2d0bb42884f980e0535c438e1b0d01e6ea253b4c452a20e8f03c35092d4f8c -SHA512 (tinyvec-1.3.1.crate) = ad07998e9bacccf8ce2bcb01fea8008c6514ad73c15c6426453cfdbb432dac7d588d05551b179c83ca062ea02f0853e97e2b9712da0b8dc20ddab4c0efd5afd2 -Size (tinyvec-1.3.1.crate) = 42386 bytes +BLAKE2s (time-0.3.9.crate) = 1ae29e0e2c228bdc28cd3b93ab0c6f322570991ec00cae9d42e88a06b7fc5204 +SHA512 (time-0.3.9.crate) = 2dd8c57d2fc232d8a05109f0d41f964fc587345eff0a68c42c2b1690d6da1a4868188df7f03bece12148e7434b973c472fb0c85fa1f840053da3b30cf6c47e80 +Size (time-0.3.9.crate) = 81412 bytes +BLAKE2s (time-macros-0.2.4.crate) = 4c4ca321193cb5196efbd38519d5c04f197f9de0fd761576d421abd0151a4d71 +SHA512 (time-macros-0.2.4.crate) = f3887ce839db40d13c143a9f11bea804fe4760ab2655df68cbba9029cfff7d0476135608fbfdba6cdec1f9b0753b2de0e3ce0161b40c5d2b9596980d9deaae59 +Size (time-macros-0.2.4.crate) = 18421 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (tokio-1.10.0.crate) = a9183ca82c338a3432db6a7a212f8b1b880b19f74450a13030df8523385519c8 -SHA512 (tokio-1.10.0.crate) = fb848dd97062c9c1e004f8e42444b43990463a815560fff2412a73cca82b4857259b52ce88b8c4542dc3a798cc85df855541e75a02f366f41c258aecf9da9bc6 -Size (tokio-1.10.0.crate) = 509770 bytes -BLAKE2s (tokio-macros-1.3.0.crate) = e4f4744bf4f6ed8b33754e84c0df3427ba153454098739c27915b51d77a04c0c -SHA512 (tokio-macros-1.3.0.crate) = 1ec1bc27236b76a9652595d2874d587e724207c1bbce777beeb41edcef5282cb740af28a99aee187127ec9cf824aa34a0a3983098bb355c73d7b4afd18eef1f9 -Size (tokio-macros-1.3.0.crate) = 7876 bytes -BLAKE2s (tokio-stream-0.1.7.crate) = edbede198154a2c31d9be79f931f65a9ac1f0ae8865ad0c68861f98f203273d8 -SHA512 (tokio-stream-0.1.7.crate) = 1c9a7922f7cd9bf9d9694d708aaced4c8d4deea584dd77422976f83f1935c440a9bb63152584e48142d732bdd97674ffa8ce41cfeb905ff0784b47e2670898d5 -Size (tokio-stream-0.1.7.crate) = 30323 bytes -BLAKE2s (tokio-util-0.6.7.crate) = 9c049d504203b566557ef7b6c9eacd0edbc735485ceed6bfa3e28dd9cd858ebd -SHA512 (tokio-util-0.6.7.crate) = f6d81191a1caffd2cf78175bf0de3432bec684c739378072cf23daa1280b54d1781cf43d663a49b0cb34662043c1747073c97291414cf0407581325cb091b263 -Size (tokio-util-0.6.7.crate) = 73201 bytes -BLAKE2s (toml-0.5.8.crate) = c3c1c927b8bb8ed0cfe2f2796712885aef2602f7faa900a994390a5f61e6b2ee -SHA512 (toml-0.5.8.crate) = 26b7901ee4b7cbb4cf8ea57d365a99ed05e0a76e73452e47d4bcb3b4eeb7bbd393c13eea9ea33dc13622942efcda39acdba9425b74b40c920c9f19673a1f2082 -Size (toml-0.5.8.crate) = 54219 bytes +BLAKE2s (tokio-1.18.2.crate) = 233d31ba356faa1800683b3fa64dc3dd6cb0fd929a709afa9e37b3a64ddabbc5 +SHA512 (tokio-1.18.2.crate) = 4fcadd729aa38eebc4a3e69cee10236a0867423035715a80595f43bfb21d0687fe6aa49752820d05f7885019e65cf78ca2bc34d01b248e6c067a7b781b4c636a +Size (tokio-1.18.2.crate) = 572381 bytes +BLAKE2s (tokio-macros-1.7.0.crate) = 6f31ca0adf1dcd94af787ef7050f37e7800cc66801bbace64877c2bdada7c553 +SHA512 (tokio-macros-1.7.0.crate) = 30c57950d4477a92043683fbc654e8cbc23e87a34276ec11e33ee094ef3cab1bd3e5b2574b3b65030e04ca937f9046d024ec50506ed4eec2ce9ef4d295e7e8cc +Size (tokio-macros-1.7.0.crate) = 9261 bytes +BLAKE2s (tokio-stream-0.1.8.crate) = 5bcc416b969fff833122df0608fb6e97ef557828850a32134c4bd2eac45cfdf6 +SHA512 (tokio-stream-0.1.8.crate) = e4e3b3fc5b963279ee1c4ca51388639ce6009a6a4d4c6680ff19fb54639042e3da6ad5a7e5abed7e0b2ef0b336f4941caae965742e16d896aacbdff4a4f6ef65 +Size (tokio-stream-0.1.8.crate) = 30537 bytes +BLAKE2s (tokio-util-0.6.10.crate) = 1b2975f26c2a190c9ac1e73781cd328ffe41c87b97ea3515eb6ba3d595406794 +SHA512 (tokio-util-0.6.10.crate) = 0fbf96817b32fe561b26793e599377e9b58c28513e48d0ac070e81f64c0c64fb4d41a626f27b841e88970e8beb75fc2e94a8e9564e63416719756a9d845d8bc1 +Size (tokio-util-0.6.10.crate) = 71140 bytes +BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e +SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 +Size (toml-0.5.9.crate) = 55667 bytes BLAKE2s (tower-service-0.3.1.crate) = 3c26f687f05fda7e3eb65868679b8a86a283e0c7b69fe6a13151874ba1a885dd SHA512 (tower-service-0.3.1.crate) = d23f9db2d6632f561970b55eaeaac22a20c8b9af18931cd564db193688eb2a2973127b440e175cfd7358f3d0ead53f7a759e34b7b86c293751079af9c2181ba7 Size (tower-service-0.3.1.crate) = 6299 bytes -BLAKE2s (tracing-0.1.26.crate) = f7bc6a7284bc0caa4a5118a0743d33391d0dc1ac1895469d9935cf1f31ab0562 -SHA512 (tracing-0.1.26.crate) = 19ddccaebb2d3b2230a6ceda5f72af29200ae760e8d411c2073e7338a6ca2231c8b2b14180eabec78dd521ab7b48996966b0419725adf8c67a03d1775ec834be -Size (tracing-0.1.26.crate) = 68583 bytes -BLAKE2s (tracing-core-0.1.19.crate) = e83a5e3577528124d8ef26865f2baa4a470c14d02093ef30ccd3acfd90b4b551 -SHA512 (tracing-core-0.1.19.crate) = 27db417a15eeb736b695374650994029c41a7ac50b6b7ab0a76a02aca0473be14a2d4aa0a27029071d6b864760f32977a9fb3e47144dc5f3b79fdd1a42c7bd4f -Size (tracing-core-0.1.19.crate) = 50079 bytes +BLAKE2s (tracing-0.1.34.crate) = 45fc86a5da0978582953a6ce54f799046d6b3bad3a6acb522f4615110adee143 +SHA512 (tracing-0.1.34.crate) = d4641f3f239d158547d7c811a80cbd2d1d7df366122dcc678d01844988ef3c5f5db637707e7e91bfb2ea16bef5463d52f8a481d1a9804bac197157453b5877d8 +Size (tracing-0.1.34.crate) = 72775 bytes +BLAKE2s (tracing-core-0.1.26.crate) = 4f3fc2e70a67c82c710e817d9ee19ace59116030da54da39c3bd23071b6e5643 +SHA512 (tracing-core-0.1.26.crate) = b9d44c307d0fee51675bef07ed7f7d2eb8de8a6ffb37256994f3485f7f80e40f1fa9de1663e5360f945270f10d22e42cd9af60193449bd0a0d323895e994bdbb +Size (tracing-core-0.1.26.crate) = 53727 bytes BLAKE2s (try-lock-0.2.3.crate) = 7293ce5d84b0272de938d6be94e4aace28cdcf2584e617daed1e58fe68a9c068 SHA512 (try-lock-0.2.3.crate) = ebae7ba9227e6fc20499b48ab85169943765342d4790bb4a31ac33a2be0af9401e2854c8e00b9d3b7e225d16875c90700b1c3fa99af07833d3b7a91b7a414fc3 Size (try-lock-0.2.3.crate) = 4158 bytes -BLAKE2s (typenum-1.13.0.crate) = 1e0007a62a2f483862cc0ae11352738f5de855ce0be3cec4be6e0b31ee21b3c3 -SHA512 (typenum-1.13.0.crate) = 0cd0b884509a5b4a252bed10309139350fce24b5d4bb887f4c0757ed18cb2481e331d7dc32fc81f4cabeeb5849e89ea5d92ea9815cb2985e5df4a022ac703de1 -Size (typenum-1.13.0.crate) = 40238 bytes -BLAKE2s (unicode-bidi-0.3.6.crate) = 2b37919e72387ec516a8a3994191276e6f117e4f8f411bd81de3533d04c48dc9 -SHA512 (unicode-bidi-0.3.6.crate) = a1013539b0da1609d9c37cc1d8359efa93bd88b4ae176d25398e6c44d93b615835a54b184641f00313b14cf46542b1e92278b0dc1bd00dfca0566467b21857e7 -Size (unicode-bidi-0.3.6.crate) = 33737 bytes +BLAKE2s (typenum-1.15.0.crate) = 36a47ace00a92a52369622e3dd8a02c9d20b73e6171ba04e41d3b746b3c267b1 +SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288 +Size (typenum-1.15.0.crate) = 40741 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes -BLAKE2s (unicode-segmentation-1.8.0.crate) = 3b772fa911152efe0d4180cd3eade59bc10bb9629186c74a972863ef12d89b71 -SHA512 (unicode-segmentation-1.8.0.crate) = f0779ec42907b665df53f38ea370e661f10e7c72a75917f4cbd055868428c0eac1c7fc194d4bbf048e00f0f3d3e2b3602ae88d7820ad0c73e94a5228b61f6495 -Size (unicode-segmentation-1.8.0.crate) = 94011 bytes -BLAKE2s (unicode-width-0.1.8.crate) = e37a15fa50f6572607a42a1b936e78e5ffcb92f939dcb9c757f095c6a40bdd75 -SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0 -Size (unicode-width-0.1.8.crate) = 16732 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-segmentation-1.9.0.crate) = fdcf49e933d6dbe0684fc2e1e172f784ff19668d56ff5be2efcaefa06a0a6b0c +SHA512 (unicode-segmentation-1.9.0.crate) = 7d0ea37bfb24a1a803b1cd40b7b0c0e6e44ebf9a474fdedf0dcca1ead25662e19f44af29b87de1b000c3cc75fec93320938bb3ab9d9e82298eda324bb97e7294 +Size (unicode-segmentation-1.9.0.crate) = 93241 bytes +BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c +SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 +Size (unicode-width-0.1.9.crate) = 16745 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes @@ -702,9 +783,12 @@ Size (vergen-3.2.0.crate) = 16897 bytes BLAKE2s (version-compare-0.0.10.crate) = 99b47c5d66eb6a8a85ac9b48a8b05256fe06af9739b8777df9c5d5c904511866 SHA512 (version-compare-0.0.10.crate) = 60632d563cd694a983ae8e1809d8df6e52d9cae57a5609f69eb29edb4aa4bca57c35808c4463a53bb64164d756027c61fe44c3a1f69dbd717127d58dc5a03446 Size (version-compare-0.0.10.crate) = 15171 bytes -BLAKE2s (version_check-0.9.3.crate) = 4f560ca94e86f6c27f91488f46e33630816faa21057a43c5cc1e04390d768d2e -SHA512 (version_check-0.9.3.crate) = 4b3b428214a0322af536a18e6f050438398766af6589389f20a804121a6721962ba411e2dcfded60aaa74313128fb0e831bea31378e2695c29b29bdc24d7cbfd -Size (version_check-0.9.3.crate) = 12547 bytes +BLAKE2s (version-compare-0.0.11.crate) = 8f9d11708af0b2970e6600462a8dea92b2b6f8daa5fc5a48fd5d078225c1d9d8 +SHA512 (version-compare-0.0.11.crate) = dc0871daf7a1eb1890b70d5b876291f10b5f61b19f276a104176901f46671799e0254f0af8bb9c4106e3c8255b4d3fd65f6f408e51f080d79947c2fea4eb3558 +Size (version-compare-0.0.11.crate) = 15208 bytes +BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 +SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 +Size (version_check-0.9.4.crate) = 14895 bytes BLAKE2s (walkdir-2.3.2.crate) = 263ff268c90c765cb836aa4743eb2e30fb738a655b3e146e059f0dbad9e6bfc4 SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da Size (walkdir-2.3.2.crate) = 23516 bytes @@ -714,24 +798,27 @@ Size (want-0.3.0.crate) = 6550 bytes BLAKE2s (wasi-0.10.2+wasi-snapshot-preview1.crate) = a99255257c1a9724a1e5a6c5bde6fd95cc850c6bcd881d2030755acc62bb8c23 SHA512 (wasi-0.10.2+wasi-snapshot-preview1.crate) = 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 Size (wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 bytes -BLAKE2s (wasm-bindgen-0.2.76.crate) = 05e560009d986b4c42a761976685849665bd931ec90f7b7b82a1edb458f58080 -SHA512 (wasm-bindgen-0.2.76.crate) = 8fa02f42c55a91d9a4c4a8c8752a09360c86993405cb8de2d0309f4bfd09c99c6353af753d1927a12467f489b660ef9f293dc32b362ce0226fe65b642de0c98e -Size (wasm-bindgen-0.2.76.crate) = 160285 bytes -BLAKE2s (wasm-bindgen-backend-0.2.76.crate) = a96b896fbdeebe0790e64b7dc3480ebba54de1e8e10eb59dcb6ff1b407f28dd9 -SHA512 (wasm-bindgen-backend-0.2.76.crate) = e3a69e9f861f0d12dd47a60233b2435a784ce4532b8c0af0c40565e20e747ae573f4a3ca750eaed1c0e45a467befef8036f8b74370ec5edf98eb5f6a58a9c511 -Size (wasm-bindgen-backend-0.2.76.crate) = 25569 bytes -BLAKE2s (wasm-bindgen-macro-0.2.76.crate) = 1f76238958c8e2c6ffbf990006378f93e86a3afe3a30eab96376d6e6dcf08352 -SHA512 (wasm-bindgen-macro-0.2.76.crate) = 529926b78d3d3c6d8dcc34f2d7b2ef334aa76e0050814c990cab0f62e5e08a67f4c56581206bbafe2e86614abbef757fc7d6548a6e27797ed313fa188997f91e -Size (wasm-bindgen-macro-0.2.76.crate) = 11552 bytes -BLAKE2s (wasm-bindgen-macro-support-0.2.76.crate) = 1f2458ce074b1b19f3a124b0c5008dcda33b9320fa20c905e4f2d1371c909e56 -SHA512 (wasm-bindgen-macro-support-0.2.76.crate) = 5f239585ecfe48488e6ad68acb0238faaaff15fd3269d3c44e41e690f538c4520fe2ded83800ecfd74525059321c2c3648ffede93e1db32b89c935c745b7e9d3 -Size (wasm-bindgen-macro-support-0.2.76.crate) = 17907 bytes -BLAKE2s (wasm-bindgen-shared-0.2.76.crate) = 4af18ba930836c262bef0e17f5fecef8440ccd222a07794d7ad58f9360d6dfa8 -SHA512 (wasm-bindgen-shared-0.2.76.crate) = 67691b52e34d8e837d9953986bc6a24f760f4e6110499fc0f447cc740433127a06def8ccdeeab1888ddfa8daded0227b07c187dfba0c66335b0283c819b55a29 -Size (wasm-bindgen-shared-0.2.76.crate) = 7238 bytes -BLAKE2s (web-sys-0.3.53.crate) = 58155eb144299b00f1b33e6e17ce316e616075db36ee6b4eeaebd7692a71bd15 -SHA512 (web-sys-0.3.53.crate) = 42f69d998b88f25ea98241bfb3225be344a323816c687276d6cd7247c7e2113ebe0ddb7b3f6d310631f1b8177fe40a07baba48195f0368c2871aa1dbd808304c -Size (web-sys-0.3.53.crate) = 664908 bytes +BLAKE2s (wasi-0.11.0+wasi-snapshot-preview1.crate) = f023780bb2e4a8571dcb1012e76cfbfc3804df53b89abd5cd8ede9d7c5847d4c +SHA512 (wasi-0.11.0+wasi-snapshot-preview1.crate) = 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f +Size (wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 bytes +BLAKE2s (wasm-bindgen-0.2.80.crate) = 89702404d92c467bb03354d32a59840774b6aa253d928c5e44acc841da320b34 +SHA512 (wasm-bindgen-0.2.80.crate) = 928fd6575217909a46f23ea8147caa438efed8eef31d1e0d75610fc380c18d7cf51cb74c7d5c83136d36433fd19bc9256b6566c2624a4008daca1b3e155aacf1 +Size (wasm-bindgen-0.2.80.crate) = 164576 bytes +BLAKE2s (wasm-bindgen-backend-0.2.80.crate) = f704d2f991d701e6e7fedec72f71b25d4e9c7e1758545cf9c13011108fc46783 +SHA512 (wasm-bindgen-backend-0.2.80.crate) = 20c33664f194dbc5998093831d8ed0eae82cfa6c90b8c3b9338c4f32104594a8864c68a51ee3e39fca1eba166b241a9a8e508d5f942791d727deb2decd9056d2 +Size (wasm-bindgen-backend-0.2.80.crate) = 25741 bytes +BLAKE2s (wasm-bindgen-macro-0.2.80.crate) = 34a8393957cf62e3c332fcdd3e6108ccb5bd74cb229dd7cf69d0493c02b5a230 +SHA512 (wasm-bindgen-macro-0.2.80.crate) = 816922762591e7ccd07d9bab1f089d1d0484c04ca4d8b9060d432fabe4ca28a6b6f0e701129f6d0a3fc341b845115c2dd1bea3bb67493234a73f7cd2bc0c66db +Size (wasm-bindgen-macro-0.2.80.crate) = 11805 bytes +BLAKE2s (wasm-bindgen-macro-support-0.2.80.crate) = 28981e3b16e944dc6fb7b12e564cb77c4fa837e2554122abaaa5c6850a9d7f8c +SHA512 (wasm-bindgen-macro-support-0.2.80.crate) = 8d4a68c363dde93d9644f30ab69ef28879e8c354e41e6ed1d1598beeeaba5bb6c8e6769fac5404faf438a90d87fbdaf9bc9b4d082dd7b1986f789d739f7b5108 +Size (wasm-bindgen-macro-support-0.2.80.crate) = 17857 bytes +BLAKE2s (wasm-bindgen-shared-0.2.80.crate) = 61a3ee89b16487fc8a488f21584bcf020124c4e5b06eb74c9f3438385f6fc715 +SHA512 (wasm-bindgen-shared-0.2.80.crate) = c170759d46e12edd41dcafc908caa887756a811006a178b3bf5ae73f73556d51fa13fc4a0844e28071d21c177a1d98e1e2f6dcac41dc240b972b697d36d74203 +Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes +BLAKE2s (web-sys-0.3.57.crate) = e9c87680c6489a44ed00e15ca84ae67c048f89fab3c2c8e9041b3036bf12ec61 +SHA512 (web-sys-0.3.57.crate) = 144a481ff7562ff5f96145c7db64ecc704863e2fd6c0c9afc87fe87513e5be660fcadec6b1114ed2c86da36ccd97024ce601b843c8768dd8b5c53c71daae9800 +Size (web-sys-0.3.57.crate) = 686563 bytes BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 Size (winapi-0.3.9.crate) = 1200382 bytes @@ -744,6 +831,24 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes BLAKE2s (zerocopy-0.3.0.crate) = 990319de720eda6101e696d5f6b73166ed4bbbebf34117786ba39accb8a0f46e SHA512 (zerocopy-0.3.0.crate) = bb5346bd0b05ab6ef59b11d6b25c10a6968940ca0e264d0dc3bb778a062d3ad089962cf4fa8633226951bd8a8b1a64cc4cd0f41b6884a0b3b4fc6016fef9f61c Size (zerocopy-0.3.0.crate) = 14324 bytes From dc090f5fdf69b55de3829cd5c39bc6d3a27dbe44 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 22 May 2022 16:38:21 +0000 Subject: [PATCH 0817/1154] doc: Updated audio/librespot to 0.4.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 72f69399b1631..c3a5a9731d6b4 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2678 2022/05/22 16:37:37 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2679 2022/05/22 16:38:21 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4124,3 +4124,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-cssselect2 to 0.6.0 [kleink 2022-05-22] Updated www/py-flask-flatpages to 0.8.1 [kleink 2022-05-22] Updated audio/termusic to 0.6.16 [pin 2022-05-22] + Updated audio/librespot to 0.4.0 [pin 2022-05-22] From ce2f3b12f0195ea1fd798c00047907f06edc324f Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 22 May 2022 16:39:02 +0000 Subject: [PATCH 0818/1154] sysutils/dusage: update to 0.3.0 -Simplify ok, err and highlight. -Autoclap: Bump to 0.2.2 --- sysutils/dusage/Makefile | 7 ++++--- sysutils/dusage/cargo-depends.mk | 10 +++++----- sysutils/dusage/distinfo | 32 ++++++++++++++++---------------- 3 files changed, 25 insertions(+), 24 deletions(-) diff --git a/sysutils/dusage/Makefile b/sysutils/dusage/Makefile index 0aad8fe8c809c..d65e9145d0020 100644 --- a/sysutils/dusage/Makefile +++ b/sysutils/dusage/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2022/02/10 22:03:09 pin Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/22 16:39:02 pin Exp $ -DISTNAME= dusage-0.2.3 +DISTNAME= dusage-0.3.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=mihaigalos/} @@ -14,7 +14,8 @@ LICENSE= mit INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/dusage ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/dusage \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/dusage/cargo-depends.mk b/sysutils/dusage/cargo-depends.mk index a205b142d09d4..8200f04d3f945 100644 --- a/sysutils/dusage/cargo-depends.mk +++ b/sysutils/dusage/cargo-depends.mk @@ -1,26 +1,26 @@ -# $NetBSD: cargo-depends.mk,v 1.2 2022/01/29 10:10:05 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.3 2022/05/22 16:39:02 pin Exp $ CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.0.1 -CARGO_CRATE_DEPENDS+= autoclap-0.2.1 +CARGO_CRATE_DEPENDS+= autoclap-0.2.2 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= byte-unit-4.0.13 CARGO_CRATE_DEPENDS+= cc-1.0.72 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 -CARGO_CRATE_DEPENDS+= clap-3.0.13 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 CARGO_CRATE_DEPENDS+= colored-2.0.0 CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= indexmap-1.8.0 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= libc-0.2.114 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= nix-0.23.1 CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 CARGO_CRATE_DEPENDS+= strsim-0.10.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.2 -CARGO_CRATE_DEPENDS+= textwrap-0.14.2 +CARGO_CRATE_DEPENDS+= textwrap-0.15.0 CARGO_CRATE_DEPENDS+= utf8-width-0.1.5 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 diff --git a/sysutils/dusage/distinfo b/sysutils/dusage/distinfo index 870c4f084a71c..1cac72b23f97b 100644 --- a/sysutils/dusage/distinfo +++ b/sysutils/dusage/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2022/02/10 22:03:09 pin Exp $ +$NetBSD: distinfo,v 1.5 2022/05/22 16:39:02 pin Exp $ BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 @@ -6,9 +6,9 @@ Size (atty-0.2.14.crate) = 5470 bytes BLAKE2s (autocfg-1.0.1.crate) = 5ed71afef2e7ff6595833cf457df844e3f461a1b7a8f0d541b1b2c5c5e6394a0 SHA512 (autocfg-1.0.1.crate) = 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b Size (autocfg-1.0.1.crate) = 12908 bytes -BLAKE2s (autoclap-0.2.1.crate) = 8c5b56238969865c5c035e94a0728a04e0f02b3b28b1f154f86c8d0019c23ff3 -SHA512 (autoclap-0.2.1.crate) = d05715372c43553d60e26c8824ea3f64f34c7e4c11e601a0b36efca91a19432d6ae060d001117169845ca7e2c39c9d1f058b2ce4bd470d3232dd86954c64464b -Size (autoclap-0.2.1.crate) = 2647 bytes +BLAKE2s (autoclap-0.2.2.crate) = 481d11845015e9a9414988343f5e47a1a9e2ab56d0c2a573ab6620ad6708eb39 +SHA512 (autoclap-0.2.2.crate) = cd775e293a04833690d4257207a8f0c95e87afc7d99e06aaba3ac61f8cfdd0af7e00438c6ad147ae3b33e2490740afbf5046c97711b96a13638ad3a911723c26 +Size (autoclap-0.2.2.crate) = 2654 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes @@ -21,15 +21,18 @@ Size (cc-1.0.72.crate) = 57495 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes -BLAKE2s (clap-3.0.13.crate) = bec65e316816f3b89ce5fa788ee28cb4cc932392c9dccba2771d1a2fd417cc19 -SHA512 (clap-3.0.13.crate) = 10a7a0211377d524d3b2938dc19e94f7ee0ab6416c169050224c6952302c547ee7e7e5c1d150b59edc552ca66bfb176fef82faf237a5496a89ad3956cb7f1c63 -Size (clap-3.0.13.crate) = 191249 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes BLAKE2s (colored-2.0.0.crate) = d662d4cff2fde6538fe02524b0e763f1928411c0dfb593c90c8dd6a6616389ec SHA512 (colored-2.0.0.crate) = c9ee830c1e8a32372ab8c7ce569701deaa6533fa369fc1b4c04bed57b1e686ed775fc76c3d9815ad21ee69cfc7c30d645abcbacad39081c7e37ff83ebb6d9e8a Size (colored-2.0.0.crate) = 21619 bytes -BLAKE2s (dusage-0.2.3.tar.gz) = 48985bc76953e98b7d520856638a0b6d5f9b9e547845569a459e498b8609ab7c -SHA512 (dusage-0.2.3.tar.gz) = 9854597c721d5e2211a32ddd19b90db913d3d7c001ed72d9bf02d6e0cc839794258cb027f2c9a343397bfcbb72e57a70be70fa3f3a6c03160cffbcfe8f532f1a -Size (dusage-0.2.3.tar.gz) = 12556 bytes +BLAKE2s (dusage-0.3.0.tar.gz) = e1bd08089c996c9f133be01e8e5f2a42e880c4f4c3455262a789ccf203a65809 +SHA512 (dusage-0.3.0.tar.gz) = aae57923f926a71acf9ce7ea63d9aed108996e4d50a17daa84842cc1fe2e73dfb8dbc6bc6643ef4a924c5bba7e8e2541fefa3dc76855730216db95791038c744 +Size (dusage-0.3.0.tar.gz) = 12577 bytes BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c Size (hashbrown-0.11.2.crate) = 85713 bytes @@ -45,9 +48,6 @@ Size (lazy_static-1.4.0.crate) = 10443 bytes BLAKE2s (libc-0.2.114.crate) = b7758c24b92707c118a8d9a132e23d88c721330d30a3df86ad4fcbbb369e3dbe SHA512 (libc-0.2.114.crate) = 7fd0840ebdde766f6a671184da29092902a1244cf191c1ce88c0a2986422abaec865283e47332dd35cb0d4ba6db0ebf3369553ff9f2fd930041e051452929bfc Size (libc-0.2.114.crate) = 565213 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f Size (memoffset-0.6.5.crate) = 7686 bytes @@ -63,9 +63,9 @@ Size (strsim-0.10.0.crate) = 11355 bytes BLAKE2s (termcolor-1.1.2.crate) = 370fbd8e2988e3b2cdb87cfaa4b24d0f06f70f6fa439bc8f8acad102f8be16fe SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c Size (termcolor-1.1.2.crate) = 17287 bytes -BLAKE2s (textwrap-0.14.2.crate) = fd4222c5777268724d53efad1778b87a3f176dbf175fc0a3442ddb39c87deab7 -SHA512 (textwrap-0.14.2.crate) = 521ab37e03aae8fcce5b909541399fc90a23020e353f95102c658fa94ffc56b9bdff43f47fb3da6e30f5c9cc9447fab72fe21d7276dfa21fe5a1a5a1c874e371 -Size (textwrap-0.14.2.crate) = 52016 bytes +BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 +SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd +Size (textwrap-0.15.0.crate) = 52998 bytes BLAKE2s (utf8-width-0.1.5.crate) = c3ebe2621b1d0d6e71735c7f322267cbbdbfad68a02e8918d7de26a573965126 SHA512 (utf8-width-0.1.5.crate) = 9491b21ae7d516afc6015ce06fba94ba2916c4811bdb58b91b1d531603e978985473651abd56777285c58b8b0c7ed650a68fdab20423b623e0140aeab1bf3f6e Size (utf8-width-0.1.5.crate) = 2941 bytes From b839e9753a0f16ece41a5d5385a6c4cbe04ed5d3 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 22 May 2022 16:39:22 +0000 Subject: [PATCH 0819/1154] doc: Updated sysutils/dusage to 0.3.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c3a5a9731d6b4..0903cf0755dd7 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2679 2022/05/22 16:38:21 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2680 2022/05/22 16:39:22 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4125,3 +4125,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-flask-flatpages to 0.8.1 [kleink 2022-05-22] Updated audio/termusic to 0.6.16 [pin 2022-05-22] Updated audio/librespot to 0.4.0 [pin 2022-05-22] + Updated sysutils/dusage to 0.3.0 [pin 2022-05-22] From 3a080075af700a0135fa6416ed5f4064dc32450e Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sun, 22 May 2022 17:22:13 +0000 Subject: [PATCH 0820/1154] librsvg: update to 2.54.3 ============== Version 2.54.3 ============== - #866 - Fix detection of gi-docgen (David King, Jan Alexander Steffens). - Install the generated documentation in the correct place so that Devhelp can find it (thanks to Jan Tojnar for pointing this out). ============== Version 2.54.2 ============== - #823 - Fix regressions when computing element geometries. - Add a --disable-gtk-doc option for the configure script, so people can disable generating documentation for cross-compiling (Matt Turner). - MSVC: Support generating documentation, and passing introspection paths (Chun-wei Fan) ============== Version 2.54.1 ============== This release just has some build-time fixes. - Fix oversight in the Minimum Supported Rust Version (MSRV) - this release requires Rust 1.56 or later. This has been true since librsvg 2.53.1, but it was not checked correctly. (Matt Turner) - #859 - Make rst2man and gi-docgen optional. (Kleis Auke Wolthuizen) - #856 - Fix documentation comments. ============== Version 2.54.0 ============== This is a summary of the 2.53.x release notes; you can also read them for more detail. Not many new features; we've been working on infrastructure and documentation. - Librsvg now supports SVG2 geometry properties for these elements: rect, circle, ellipse, image, svg (Jeremias Ortega). - #721 - Catch circular references when rendering patterns. - The C API documentation now uses gi-docgen instead of gtk-doc. Rsvg-convert's man page is now converted to reStructuredText instead of troff. - The "Recommendations for applications" chapter in the documentation is much improved! ============== Version 2.53.2 ============== - #851 - Output filled text as text for PDF; fixes regression due to outputting all text as paths. - Fix taller-than-wide proportional scaling and size limiting in rsvg-convert. - #772, #773, #774, #775, #776 - Implement SVG2 geometry properties for these elements: rect, circle, ellipse, image, svg (Jeremias Ortega). - #450 - Fix potential unaligned accesses in surface iterators (Michael Howell). - Actually use GDK_PIXBUF_MODULEDIR when calling gdk-pixbuf-query-loaders (Fabrice Fontaine). - Windows build fixes (Chun-wei Fan). - Add links to functions and types throughout the C API documentation. ============== Version 2.53.1 ============== While it is not a user-visible change, Jordan Petridis has ported librsvg's Continuous Integration (CI) infrastructure to use Freedesktop CI Templates. This lets us test librsvg easily on different environments. If you want your environment tested, now is the time to add it! - #599 - Fix incorrect text rendering when text has different scales in the X/Y axes. This regressed after librsvg 2.52.5, when Pango had to revert its fix for the same bug. Now librsvg renders all text as paths, and does the scaling itself. Please file a bug if you have evidence that this presents a performance problem for you. - Update to the latest gtk-rs release (Bilal Elmoussaoui). - Port to Freedesktop CI Templates (Jordan Petridis). of troff. - The "Recommendations for applications" chapter in the documentation is much improved! ============== Version 2.53.2 ============== - #851 - Output filled text as text for PDF; fixes regression due to outputting all text as paths. - Fix taller-than-wide proportional scaling and size limiting in rsvg-convert. - #772, #773, #774, #775, #776 - Implement SVG2 geometry properties for these elements: rect, circle, ellipse, image, svg (Jeremias Ortega). - #450 - Fix potential unaligned accesses in surface iterators (Michael Howell). - Actually use GDK_PIXBUF_MODULEDIR when calling gdk-pixbuf-query-loaders (Fabrice Fontaine). - Windows build fixes (Chun-wei Fan). - Add links to functions and types throughout the C API documentation. ============== Version 2.53.1 ============== While it is not a user-visible change, Jordan Petridis has ported librsvg's Continuous Integration (CI) infrastructure to use Freedesktop CI Templates. This lets us test librsvg easily on different environments. If you want your environment tested, now is the time to add it! - #599 - Fix incorrect text rendering when text has different scales in the X/Y axes. This regressed after librsvg 2.52.5, when Pango had to revert its fix for the same bug. Now librsvg renders all text as paths, and does the scaling itself. Please file a bug if you have evidence that this presents a performance problem for you. - Update to the latest gtk-rs release (Bilal Elmoussaoui). - Port to Freedesktop CI Templates (Jordan Petridis). - Visual Studio builds can work from a git checkout now (Chun-wei Fan) - Windows build fixes (Martin Hertz, Chun-wei Fan) ============== Version 2.53.0 ============== This is the first release in the new development series. There are no new features, just changes to how the documentation is built. The man page for rsvg-convert is now generated from a reStructuredText document, and the C API reference is generated using gi-docgen. Please make sure you install python3-docutils (for rst2man) and gi-docgen before compiling librsvg from a tarball. - #755 - rsvg-convert's man page is now generated from reStructuredText. - #827 - Move C API reference to gi-docgen. - Test suite updates (Michael Howell). - Link against bcrypt for Visual Studio builds (Martin Hertz). --- graphics/librsvg/Makefile | 23 +- graphics/librsvg/PLIST | 150 ++++++++--- graphics/librsvg/cargo-depends.mk | 135 +++++----- graphics/librsvg/distinfo | 407 +++++++++++++++--------------- 4 files changed, 407 insertions(+), 308 deletions(-) diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index bc13f5aadd7af..555968cb0a7e3 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.140 2022/04/18 19:09:53 adam Exp $ +# $NetBSD: Makefile,v 1.141 2022/05/22 17:22:13 gutteridge Exp $ -DISTNAME= librsvg-2.52.8 -PKGREVISION= 1 +DISTNAME= librsvg-2.54.3 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -17,14 +16,25 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake aclocal autoconf automake USE_LANGUAGES+= c c++ GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-tools #CONFIGURE_ARGS+= --enable-Bsymbolic=auto CONFIGURE_ARGS+= --disable-Bsymbolic +PYTHON_FOR_BUILD_ONLY= tool +# Requires rst2man to generate rsvg-convert.1 +TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils +# Requires gi-docgen to generate HTML format API documentation +TOOL_DEPENDS+= ${PYPKGPREFIX}-gi-docgen-[0-9]*:../../devel/py-gi-docgen + RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cairo-gobject}/lib PKGCONFIG_OVERRIDE= librsvg.pc.in +SUBST_CLASSES+= rst2man +SUBST_MESSAGE.rst2man= Fixing rst2man name used by pkgsrc due to versioning. +SUBST_STAGE.rst2man= pre-configure +SUBST_FILES.rst2man= configure +SUBST_SED.rst2man= -e 's,rst2man.py,rst2man-${PYVERSSUFFIX},g' + TEST_TARGET= check .include "cargo-depends.mk" @@ -48,7 +58,7 @@ BUILDLINK_DEPMETHOD.gobject-introspection+= build .include "../../devel/gobject-introspection/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.50.0 .include "../../devel/glib2/buildlink3.mk" -BUILDLINK_API_DEPENDS.pango+= pango>=1.44 +BUILDLINK_API_DEPENDS.pango+= pango>=1.48.11 .include "../../devel/pango/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0 @@ -59,6 +69,7 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0 BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.9 .include "../../textproc/libxml2/buildlink3.mk" .include "../../graphics/gdk-pixbuf2/buildlink3.mk" -RUST_REQ= 1.52.0 +RUST_REQ= 1.56.0 .include "../../lang/rust/cargo.mk" +.include "../../lang/python/pyversion.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/librsvg/PLIST b/graphics/librsvg/PLIST index 6474c12a08287..c4b2bffcafb8d 100644 --- a/graphics/librsvg/PLIST +++ b/graphics/librsvg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2022/02/23 20:45:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.22 2022/05/22 17:22:13 gutteridge Exp $ bin/rsvg-convert include/librsvg-2.0/librsvg/rsvg-cairo.h include/librsvg-2.0/librsvg/rsvg-features.h @@ -9,37 +9,129 @@ lib/girepository-1.0/Rsvg-2.0.typelib lib/librsvg-2.la lib/pkgconfig/librsvg-2.0.pc man/man1/rsvg-convert.1 +share/doc/Rsvg-2.0/RedHatDisplay-Black.woff +share/doc/Rsvg-2.0/RedHatDisplay-Black.woff2 +share/doc/Rsvg-2.0/RedHatDisplay-BlackItalic.woff +share/doc/Rsvg-2.0/RedHatDisplay-BlackItalic.woff2 +share/doc/Rsvg-2.0/RedHatDisplay-Bold.woff +share/doc/Rsvg-2.0/RedHatDisplay-Bold.woff2 +share/doc/Rsvg-2.0/RedHatDisplay-BoldItalic.woff +share/doc/Rsvg-2.0/RedHatDisplay-BoldItalic.woff2 +share/doc/Rsvg-2.0/RedHatDisplay-Italic.woff +share/doc/Rsvg-2.0/RedHatDisplay-Italic.woff2 +share/doc/Rsvg-2.0/RedHatDisplay-Medium.woff +share/doc/Rsvg-2.0/RedHatDisplay-Medium.woff2 +share/doc/Rsvg-2.0/RedHatDisplay-MediumItalic.woff +share/doc/Rsvg-2.0/RedHatDisplay-MediumItalic.woff2 +share/doc/Rsvg-2.0/RedHatDisplay-Regular.woff +share/doc/Rsvg-2.0/RedHatDisplay-Regular.woff2 +share/doc/Rsvg-2.0/RedHatText-Bold.woff +share/doc/Rsvg-2.0/RedHatText-Bold.woff2 +share/doc/Rsvg-2.0/RedHatText-BoldItalic.woff +share/doc/Rsvg-2.0/RedHatText-BoldItalic.woff2 +share/doc/Rsvg-2.0/RedHatText-Italic.woff +share/doc/Rsvg-2.0/RedHatText-Italic.woff2 +share/doc/Rsvg-2.0/RedHatText-Medium.woff +share/doc/Rsvg-2.0/RedHatText-Medium.woff2 +share/doc/Rsvg-2.0/RedHatText-MediumItalic.woff +share/doc/Rsvg-2.0/RedHatText-MediumItalic.woff2 +share/doc/Rsvg-2.0/RedHatText-Regular.woff +share/doc/Rsvg-2.0/RedHatText-Regular.woff2 +share/doc/Rsvg-2.0/Rsvg-2.0.devhelp2 +share/doc/Rsvg-2.0/SourceCodePro-It.ttf.woff +share/doc/Rsvg-2.0/SourceCodePro-Regular.ttf.woff +share/doc/Rsvg-2.0/SourceCodePro-Semibold.ttf.woff +share/doc/Rsvg-2.0/callback.SizeFunc.html +share/doc/Rsvg-2.0/class.Handle.html +share/doc/Rsvg-2.0/classes_hierarchy.html +share/doc/Rsvg-2.0/const.MAJOR_VERSION.html +share/doc/Rsvg-2.0/const.MICRO_VERSION.html +share/doc/Rsvg-2.0/const.MINOR_VERSION.html +share/doc/Rsvg-2.0/const.VERSION.html +share/doc/Rsvg-2.0/ctor.Handle.new.html +share/doc/Rsvg-2.0/ctor.Handle.new_from_data.html +share/doc/Rsvg-2.0/ctor.Handle.new_from_file.html +share/doc/Rsvg-2.0/ctor.Handle.new_from_gfile_sync.html +share/doc/Rsvg-2.0/ctor.Handle.new_from_stream_sync.html +share/doc/Rsvg-2.0/ctor.Handle.new_with_flags.html +share/doc/Rsvg-2.0/enum.Unit.html +share/doc/Rsvg-2.0/error.Error.html +share/doc/Rsvg-2.0/flags.HandleFlags.html +share/doc/Rsvg-2.0/fonts.css +share/doc/Rsvg-2.0/func.CHECK_VERSION.html +share/doc/Rsvg-2.0/func.DEPRECATED_FOR.html +share/doc/Rsvg-2.0/func.cleanup.html +share/doc/Rsvg-2.0/func.init.html +share/doc/Rsvg-2.0/func.pixbuf_from_file.html +share/doc/Rsvg-2.0/func.pixbuf_from_file_at_max_size.html +share/doc/Rsvg-2.0/func.pixbuf_from_file_at_size.html +share/doc/Rsvg-2.0/func.pixbuf_from_file_at_zoom.html +share/doc/Rsvg-2.0/func.pixbuf_from_file_at_zoom_with_max.html +share/doc/Rsvg-2.0/func.set_default_dpi.html +share/doc/Rsvg-2.0/func.set_default_dpi_x_y.html +share/doc/Rsvg-2.0/func.term.html +share/doc/Rsvg-2.0/fzy.js +share/doc/Rsvg-2.0/go-up-symbolic.png +share/doc/Rsvg-2.0/index.html +share/doc/Rsvg-2.0/index.json +share/doc/Rsvg-2.0/main.js +share/doc/Rsvg-2.0/method.Handle.close.html +share/doc/Rsvg-2.0/method.Handle.free.html +share/doc/Rsvg-2.0/method.Handle.get_base_uri.html +share/doc/Rsvg-2.0/method.Handle.get_desc.html +share/doc/Rsvg-2.0/method.Handle.get_dimensions.html +share/doc/Rsvg-2.0/method.Handle.get_dimensions_sub.html +share/doc/Rsvg-2.0/method.Handle.get_geometry_for_element.html +share/doc/Rsvg-2.0/method.Handle.get_geometry_for_layer.html +share/doc/Rsvg-2.0/method.Handle.get_intrinsic_dimensions.html +share/doc/Rsvg-2.0/method.Handle.get_intrinsic_size_in_pixels.html +share/doc/Rsvg-2.0/method.Handle.get_metadata.html +share/doc/Rsvg-2.0/method.Handle.get_pixbuf.html +share/doc/Rsvg-2.0/method.Handle.get_pixbuf_sub.html +share/doc/Rsvg-2.0/method.Handle.get_position_sub.html +share/doc/Rsvg-2.0/method.Handle.get_title.html +share/doc/Rsvg-2.0/method.Handle.has_sub.html +share/doc/Rsvg-2.0/method.Handle.internal_set_testing.html +share/doc/Rsvg-2.0/method.Handle.read_stream_sync.html +share/doc/Rsvg-2.0/method.Handle.render_cairo.html +share/doc/Rsvg-2.0/method.Handle.render_cairo_sub.html +share/doc/Rsvg-2.0/method.Handle.render_document.html +share/doc/Rsvg-2.0/method.Handle.render_element.html +share/doc/Rsvg-2.0/method.Handle.render_layer.html +share/doc/Rsvg-2.0/method.Handle.set_base_gfile.html +share/doc/Rsvg-2.0/method.Handle.set_base_uri.html +share/doc/Rsvg-2.0/method.Handle.set_dpi.html +share/doc/Rsvg-2.0/method.Handle.set_dpi_x_y.html +share/doc/Rsvg-2.0/method.Handle.set_size_callback.html +share/doc/Rsvg-2.0/method.Handle.set_stylesheet.html +share/doc/Rsvg-2.0/method.Handle.write.html +share/doc/Rsvg-2.0/migrating.html +share/doc/Rsvg-2.0/overview.html +share/doc/Rsvg-2.0/property.Handle.base-uri.html +share/doc/Rsvg-2.0/property.Handle.desc.html +share/doc/Rsvg-2.0/property.Handle.dpi-x.html +share/doc/Rsvg-2.0/property.Handle.dpi-y.html +share/doc/Rsvg-2.0/property.Handle.em.html +share/doc/Rsvg-2.0/property.Handle.ex.html +share/doc/Rsvg-2.0/property.Handle.flags.html +share/doc/Rsvg-2.0/property.Handle.height.html +share/doc/Rsvg-2.0/property.Handle.metadata.html +share/doc/Rsvg-2.0/property.Handle.title.html +share/doc/Rsvg-2.0/property.Handle.width.html +share/doc/Rsvg-2.0/recommendations.html +share/doc/Rsvg-2.0/search.js +share/doc/Rsvg-2.0/solarized-dark.css +share/doc/Rsvg-2.0/solarized-light.css +share/doc/Rsvg-2.0/struct.DimensionData.html +share/doc/Rsvg-2.0/struct.Length.html +share/doc/Rsvg-2.0/struct.PositionData.html +share/doc/Rsvg-2.0/struct.Rectangle.html +share/doc/Rsvg-2.0/style.css +share/doc/Rsvg-2.0/type_func.Error.quark.html +share/doc/Rsvg-2.0/urlmap.js share/doc/librsvg/COMPILING.md share/doc/librsvg/CONTRIBUTING.md share/doc/librsvg/README.md share/doc/librsvg/code-of-conduct.md share/gir-1.0/Rsvg-2.0.gir -share/gtk-doc/html/rsvg-2.0/RsvgHandle.html -share/gtk-doc/html/rsvg-2.0/annotation-glossary.html -share/gtk-doc/html/rsvg-2.0/api-index-full.html -share/gtk-doc/html/rsvg-2.0/ch01.html -share/gtk-doc/html/rsvg-2.0/ch01s02.html -share/gtk-doc/html/rsvg-2.0/ch01s03.html -share/gtk-doc/html/rsvg-2.0/ch02.html -share/gtk-doc/html/rsvg-2.0/ch03.html -share/gtk-doc/html/rsvg-2.0/home.png -share/gtk-doc/html/rsvg-2.0/index.html -share/gtk-doc/html/rsvg-2.0/left-insensitive.png -share/gtk-doc/html/rsvg-2.0/left.png -share/gtk-doc/html/rsvg-2.0/licence.html -share/gtk-doc/html/rsvg-2.0/migrating-to-geometry-apis.html -share/gtk-doc/html/rsvg-2.0/object-tree.html -share/gtk-doc/html/rsvg-2.0/recommendations-assets.html -share/gtk-doc/html/rsvg-2.0/right-insensitive.png -share/gtk-doc/html/rsvg-2.0/right.png -share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2 -share/gtk-doc/html/rsvg-2.0/rsvg-Deprecated-functions-to-render-to-GdkPixbuf.html -share/gtk-doc/html/rsvg-2.0/rsvg-Deprecated-functions-to-render-with-Cairo.html -share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-Cairo.html -share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html -share/gtk-doc/html/rsvg-2.0/rsvg-Version-checks.html -share/gtk-doc/html/rsvg-2.0/rsvg.html -share/gtk-doc/html/rsvg-2.0/style.css -share/gtk-doc/html/rsvg-2.0/up-insensitive.png -share/gtk-doc/html/rsvg-2.0/up.png share/thumbnailers/librsvg.thumbnailer diff --git a/graphics/librsvg/cargo-depends.mk b/graphics/librsvg/cargo-depends.mk index 90de8ac5791cd..0ca510c42253f 100644 --- a/graphics/librsvg/cargo-depends.mk +++ b/graphics/librsvg/cargo-depends.mk @@ -1,28 +1,27 @@ -# $NetBSD: cargo-depends.mk,v 1.4 2022/03/19 00:37:44 gutteridge Exp $ +# $NetBSD: cargo-depends.mk,v 1.5 2022/05/22 17:22:13 gutteridge Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= adler32-1.2.0 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 -CARGO_CRATE_DEPENDS+= anyhow-1.0.56 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 CARGO_CRATE_DEPENDS+= approx-0.5.1 CARGO_CRATE_DEPENDS+= assert_cmd-2.0.4 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.1.0 -CARGO_CRATE_DEPENDS+= base-x-0.2.8 +CARGO_CRATE_DEPENDS+= base-x-0.2.10 CARGO_CRATE_DEPENDS+= bit-set-0.5.2 CARGO_CRATE_DEPENDS+= bit-vec-0.6.3 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= block-0.1.6 CARGO_CRATE_DEPENDS+= bstr-0.2.17 CARGO_CRATE_DEPENDS+= bumpalo-3.9.1 -CARGO_CRATE_DEPENDS+= bytemuck-1.8.0 +CARGO_CRATE_DEPENDS+= bytemuck-1.9.1 CARGO_CRATE_DEPENDS+= byteorder-1.4.3 -CARGO_CRATE_DEPENDS+= cairo-rs-0.14.9 -CARGO_CRATE_DEPENDS+= cairo-sys-rs-0.14.9 +CARGO_CRATE_DEPENDS+= cairo-rs-0.15.11 +CARGO_CRATE_DEPENDS+= cairo-sys-rs-0.15.1 CARGO_CRATE_DEPENDS+= cast-0.2.7 CARGO_CRATE_DEPENDS+= cast-0.3.0 -CARGO_CRATE_DEPENDS+= cfg-expr-0.8.1 CARGO_CRATE_DEPENDS+= cfg-expr-0.10.2 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 @@ -33,7 +32,7 @@ CARGO_CRATE_DEPENDS+= convert_case-0.4.0 CARGO_CRATE_DEPENDS+= crc32fast-1.3.2 CARGO_CRATE_DEPENDS+= criterion-0.3.5 CARGO_CRATE_DEPENDS+= criterion-plot-0.4.4 -CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.3 +CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.4 CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.1 CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.8 CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.8 @@ -58,7 +57,7 @@ CARGO_CRATE_DEPENDS+= encoding-index-singlebyte-1.20141219.5 CARGO_CRATE_DEPENDS+= encoding-index-tradchinese-1.20141219.5 CARGO_CRATE_DEPENDS+= encoding_index_tests-0.1.4 CARGO_CRATE_DEPENDS+= fastrand-1.7.0 -CARGO_CRATE_DEPENDS+= flate2-1.0.22 +CARGO_CRATE_DEPENDS+= flate2-1.0.23 CARGO_CRATE_DEPENDS+= float-cmp-0.9.0 CARGO_CRATE_DEPENDS+= fnv-1.0.7 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 @@ -70,19 +69,18 @@ CARGO_CRATE_DEPENDS+= futures-io-0.3.21 CARGO_CRATE_DEPENDS+= futures-task-0.3.21 CARGO_CRATE_DEPENDS+= futures-util-0.3.21 CARGO_CRATE_DEPENDS+= fxhash-0.2.1 -CARGO_CRATE_DEPENDS+= gdk-pixbuf-0.14.0 -CARGO_CRATE_DEPENDS+= gdk-pixbuf-sys-0.14.0 +CARGO_CRATE_DEPENDS+= gdk-pixbuf-0.15.11 +CARGO_CRATE_DEPENDS+= gdk-pixbuf-sys-0.15.10 CARGO_CRATE_DEPENDS+= getrandom-0.1.16 -CARGO_CRATE_DEPENDS+= getrandom-0.2.5 -CARGO_CRATE_DEPENDS+= gio-0.14.8 -CARGO_CRATE_DEPENDS+= gio-sys-0.14.0 -CARGO_CRATE_DEPENDS+= glib-0.14.8 -CARGO_CRATE_DEPENDS+= glib-macros-0.14.1 -CARGO_CRATE_DEPENDS+= glib-sys-0.14.0 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 +CARGO_CRATE_DEPENDS+= gio-0.15.11 +CARGO_CRATE_DEPENDS+= gio-sys-0.15.10 +CARGO_CRATE_DEPENDS+= glib-0.15.11 +CARGO_CRATE_DEPENDS+= glib-macros-0.15.11 +CARGO_CRATE_DEPENDS+= glib-sys-0.15.10 CARGO_CRATE_DEPENDS+= glob-0.3.0 -CARGO_CRATE_DEPENDS+= gobject-sys-0.14.0 +CARGO_CRATE_DEPENDS+= gobject-sys-0.15.10 CARGO_CRATE_DEPENDS+= half-1.8.2 -CARGO_CRATE_DEPENDS+= heck-0.3.3 CARGO_CRATE_DEPENDS+= heck-0.4.0 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= idna-0.2.3 @@ -90,14 +88,14 @@ CARGO_CRATE_DEPENDS+= instant-0.1.12 CARGO_CRATE_DEPENDS+= itertools-0.10.3 CARGO_CRATE_DEPENDS+= itoa-0.4.8 CARGO_CRATE_DEPENDS+= itoa-1.0.1 -CARGO_CRATE_DEPENDS+= js-sys-0.3.56 +CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= language-tags-0.3.2 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.120 +CARGO_CRATE_DEPENDS+= libc-0.2.125 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 CARGO_CRATE_DEPENDS+= locale_config-0.3.0 -CARGO_CRATE_DEPENDS+= lock_api-0.4.6 -CARGO_CRATE_DEPENDS+= log-0.4.14 +CARGO_CRATE_DEPENDS+= lock_api-0.4.7 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= lopdf-0.26.0 CARGO_CRATE_DEPENDS+= lzw-0.10.0 CARGO_CRATE_DEPENDS+= mac-0.1.1 @@ -105,42 +103,42 @@ CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6 CARGO_CRATE_DEPENDS+= markup5ever-0.10.1 CARGO_CRATE_DEPENDS+= matches-0.1.9 CARGO_CRATE_DEPENDS+= matrixmultiply-0.3.2 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 -CARGO_CRATE_DEPENDS+= miniz_oxide-0.4.4 CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 CARGO_CRATE_DEPENDS+= nalgebra-0.29.0 CARGO_CRATE_DEPENDS+= nalgebra-macros-0.1.0 CARGO_CRATE_DEPENDS+= new_debug_unreachable-1.0.4 CARGO_CRATE_DEPENDS+= nodrop-0.1.14 CARGO_CRATE_DEPENDS+= normalize-line-endings-0.3.0 -CARGO_CRATE_DEPENDS+= num-complex-0.4.0 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 +CARGO_CRATE_DEPENDS+= num-complex-0.4.1 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 CARGO_CRATE_DEPENDS+= num-rational-0.4.0 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= objc-0.2.7 CARGO_CRATE_DEPENDS+= objc-foundation-0.1.1 CARGO_CRATE_DEPENDS+= objc_id-0.1.1 CARGO_CRATE_DEPENDS+= once_cell-1.10.0 CARGO_CRATE_DEPENDS+= oorandom-11.1.3 -CARGO_CRATE_DEPENDS+= pango-0.14.8 -CARGO_CRATE_DEPENDS+= pango-sys-0.14.0 -CARGO_CRATE_DEPENDS+= pangocairo-0.14.0 -CARGO_CRATE_DEPENDS+= pangocairo-sys-0.14.0 -CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 -CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 -CARGO_CRATE_DEPENDS+= paste-1.0.6 +CARGO_CRATE_DEPENDS+= pango-0.15.10 +CARGO_CRATE_DEPENDS+= pango-sys-0.15.10 +CARGO_CRATE_DEPENDS+= pangocairo-0.15.1 +CARGO_CRATE_DEPENDS+= pangocairo-sys-0.15.1 +CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 +CARGO_CRATE_DEPENDS+= paste-1.0.7 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 CARGO_CRATE_DEPENDS+= phf-0.8.0 CARGO_CRATE_DEPENDS+= phf_codegen-0.8.0 CARGO_CRATE_DEPENDS+= phf_generator-0.8.0 +CARGO_CRATE_DEPENDS+= phf_generator-0.10.0 CARGO_CRATE_DEPENDS+= phf_macros-0.8.0 CARGO_CRATE_DEPENDS+= phf_shared-0.8.0 CARGO_CRATE_DEPENDS+= phf_shared-0.10.0 -CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.8 +CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 -CARGO_CRATE_DEPENDS+= pkg-config-0.3.24 +CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 CARGO_CRATE_DEPENDS+= plotters-0.3.1 CARGO_CRATE_DEPENDS+= plotters-backend-0.3.2 CARGO_CRATE_DEPENDS+= plotters-svg-0.3.1 @@ -156,12 +154,12 @@ CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-hack-0.5.19 CARGO_CRATE_DEPENDS+= proc-macro2-0.4.30 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.36 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.38 CARGO_CRATE_DEPENDS+= proptest-1.0.0 CARGO_CRATE_DEPENDS+= quick-error-1.2.3 CARGO_CRATE_DEPENDS+= quick-error-2.0.1 CARGO_CRATE_DEPENDS+= quote-0.6.13 -CARGO_CRATE_DEPENDS+= quote-1.0.15 +CARGO_CRATE_DEPENDS+= quote-1.0.18 CARGO_CRATE_DEPENDS+= rand-0.7.3 CARGO_CRATE_DEPENDS+= rand-0.8.5 CARGO_CRATE_DEPENDS+= rand_chacha-0.2.2 @@ -172,10 +170,10 @@ CARGO_CRATE_DEPENDS+= rand_hc-0.2.0 CARGO_CRATE_DEPENDS+= rand_pcg-0.2.1 CARGO_CRATE_DEPENDS+= rand_xorshift-0.3.0 CARGO_CRATE_DEPENDS+= rawpointer-0.2.1 -CARGO_CRATE_DEPENDS+= rayon-1.5.1 -CARGO_CRATE_DEPENDS+= rayon-core-1.9.1 +CARGO_CRATE_DEPENDS+= rayon-1.5.3 +CARGO_CRATE_DEPENDS+= rayon-core-1.9.3 CARGO_CRATE_DEPENDS+= rctree-0.4.0 -CARGO_CRATE_DEPENDS+= redox_syscall-0.2.11 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 CARGO_CRATE_DEPENDS+= regex-1.5.5 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 @@ -190,18 +188,18 @@ CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 CARGO_CRATE_DEPENDS+= selectors-0.23.0 CARGO_CRATE_DEPENDS+= semver-0.9.0 -CARGO_CRATE_DEPENDS+= semver-1.0.6 +CARGO_CRATE_DEPENDS+= semver-1.0.9 CARGO_CRATE_DEPENDS+= semver-parser-0.7.0 -CARGO_CRATE_DEPENDS+= serde-1.0.136 +CARGO_CRATE_DEPENDS+= serde-1.0.137 CARGO_CRATE_DEPENDS+= serde_cbor-0.11.2 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 -CARGO_CRATE_DEPENDS+= serde_json-1.0.79 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 CARGO_CRATE_DEPENDS+= servo_arc-0.1.1 CARGO_CRATE_DEPENDS+= sha1-0.6.1 CARGO_CRATE_DEPENDS+= sha1_smol-1.0.0 CARGO_CRATE_DEPENDS+= simba-0.6.0 CARGO_CRATE_DEPENDS+= siphasher-0.3.10 -CARGO_CRATE_DEPENDS+= slab-0.4.5 +CARGO_CRATE_DEPENDS+= slab-0.4.6 CARGO_CRATE_DEPENDS+= smallvec-1.8.0 CARGO_CRATE_DEPENDS+= stable_deref_trait-1.2.0 CARGO_CRATE_DEPENDS+= standback-0.2.17 @@ -209,57 +207,58 @@ CARGO_CRATE_DEPENDS+= stdweb-0.4.20 CARGO_CRATE_DEPENDS+= stdweb-derive-0.5.3 CARGO_CRATE_DEPENDS+= stdweb-internal-macros-0.2.9 CARGO_CRATE_DEPENDS+= stdweb-internal-runtime-0.1.5 -CARGO_CRATE_DEPENDS+= string_cache-0.8.3 -CARGO_CRATE_DEPENDS+= string_cache_codegen-0.5.1 +CARGO_CRATE_DEPENDS+= string_cache-0.8.4 +CARGO_CRATE_DEPENDS+= string_cache_codegen-0.5.2 CARGO_CRATE_DEPENDS+= strsim-0.8.0 -CARGO_CRATE_DEPENDS+= strum-0.21.0 -CARGO_CRATE_DEPENDS+= strum_macros-0.21.1 CARGO_CRATE_DEPENDS+= syn-0.15.44 -CARGO_CRATE_DEPENDS+= syn-1.0.89 -CARGO_CRATE_DEPENDS+= system-deps-3.2.0 +CARGO_CRATE_DEPENDS+= syn-1.0.94 CARGO_CRATE_DEPENDS+= system-deps-6.0.2 CARGO_CRATE_DEPENDS+= tempfile-3.3.0 -CARGO_CRATE_DEPENDS+= tendril-0.4.2 +CARGO_CRATE_DEPENDS+= tendril-0.4.3 CARGO_CRATE_DEPENDS+= termtree-0.2.4 CARGO_CRATE_DEPENDS+= test-generator-0.3.0 CARGO_CRATE_DEPENDS+= textwrap-0.11.0 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= time-0.1.43 CARGO_CRATE_DEPENDS+= time-0.2.27 CARGO_CRATE_DEPENDS+= time-macros-0.1.1 CARGO_CRATE_DEPENDS+= time-macros-impl-0.1.2 CARGO_CRATE_DEPENDS+= tinytemplate-1.2.1 -CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= toml-0.5.8 +CARGO_CRATE_DEPENDS+= toml-0.5.9 CARGO_CRATE_DEPENDS+= typenum-1.15.0 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.7 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 -CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 CARGO_CRATE_DEPENDS+= unicode-xid-0.1.0 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= utf-8-0.7.6 CARGO_CRATE_DEPENDS+= vec_map-0.8.2 -CARGO_CRATE_DEPENDS+= version-compare-0.0.11 CARGO_CRATE_DEPENDS+= version-compare-0.1.0 CARGO_CRATE_DEPENDS+= version_check-0.9.4 CARGO_CRATE_DEPENDS+= wait-timeout-0.2.0 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= wasi-0.9.0+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 -CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.79 -CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.79 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.79 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.79 -CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.79 -CARGO_CRATE_DEPENDS+= web-sys-0.3.56 +CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 +CARGO_CRATE_DEPENDS+= web-sys-0.3.57 CARGO_CRATE_DEPENDS+= wide-0.7.4 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= xml5ever-0.16.2 CARGO_CRATE_DEPENDS+= yeslogic-fontconfig-sys-2.11.2 diff --git a/graphics/librsvg/distinfo b/graphics/librsvg/distinfo index e544a09f01937..4336be5b701da 100644 --- a/graphics/librsvg/distinfo +++ b/graphics/librsvg/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.57 2022/03/26 15:24:29 tnn Exp $ +$NetBSD: distinfo,v 1.58 2022/05/22 17:22:13 gutteridge Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -12,9 +12,9 @@ Size (aho-corasick-0.7.18.crate) = 112923 bytes BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 Size (ansi_term-0.12.1.crate) = 24838 bytes -BLAKE2s (anyhow-1.0.56.crate) = 1e925bd2b212948db20f8452b188cffe4870a83187fddb5c35b2e9f3ee3341c6 -SHA512 (anyhow-1.0.56.crate) = 9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5 -Size (anyhow-1.0.56.crate) = 44780 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes BLAKE2s (approx-0.5.1.crate) = 8da488e71d6cc64f2cb8bff398bbbcb0438bfa03968ed8b8750d649eae057bb6 SHA512 (approx-0.5.1.crate) = c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407 Size (approx-0.5.1.crate) = 15100 bytes @@ -27,9 +27,9 @@ Size (atty-0.2.14.crate) = 5470 bytes BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f Size (autocfg-1.1.0.crate) = 13272 bytes -BLAKE2s (base-x-0.2.8.crate) = 6192accf3006145c38448a11fef543bb6fc902466b00fc1046a887b31e6649dd -SHA512 (base-x-0.2.8.crate) = ad140fc44bdf0342875b7087ee242e70ebedf591075cf80d2362f74e544882971bd9b1cc21dc5b4ac13e38710ec0e087474b54b238d6ea6748d3ca4755b25929 -Size (base-x-0.2.8.crate) = 10614 bytes +BLAKE2s (base-x-0.2.10.crate) = be292b6625f628affdfd840056a65870ed9f51564e61ba6977d16a04de4d504d +SHA512 (base-x-0.2.10.crate) = 2b4e481ca99cdaf6c95e2262dcdeba10d37f678e77bbdbd370b059d7858f8185458b8322c65ca92f6bea5830355e7cf1f10f14f8e024a672b20ef98e7c763901 +Size (base-x-0.2.10.crate) = 10758 bytes BLAKE2s (bit-set-0.5.2.crate) = d9422ad8e5adca19d12126b3b0d6a981d9c6994daccbd9627ac64fa20064328d SHA512 (bit-set-0.5.2.crate) = 9709f35c7e69b84eed61f73da99ffe0693d1d0fa5fb94d13759cfbbb9dd4b0bb27628c3200e4b29ef29cdb0aede5fd3d7ddf663012b2c5946975bc169efbac34 Size (bit-set-0.5.2.crate) = 14093 bytes @@ -48,18 +48,18 @@ Size (bstr-0.2.17.crate) = 330350 bytes BLAKE2s (bumpalo-3.9.1.crate) = c10db1cd7e881baa38bdb960a2677e63361db04d7ccfd165efa7a4204ef69042 SHA512 (bumpalo-3.9.1.crate) = 40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52 Size (bumpalo-3.9.1.crate) = 77507 bytes -BLAKE2s (bytemuck-1.8.0.crate) = e97aef4099d62ef2b941bc48c3c89d02537770c8b91eee5d6eb2200b6f8c09a6 -SHA512 (bytemuck-1.8.0.crate) = ed6952990a415c98a73b91157340e814003eaf12a6213e08121cd08acec6d2364dba8ceb95b86860dc8401110c4706ad47f1678ca4b61b2809f3dba2093b3278 -Size (bytemuck-1.8.0.crate) = 29406 bytes +BLAKE2s (bytemuck-1.9.1.crate) = 75f08a364532b7bb32e36471d5d84a73d1cd7815e32348f90923a51b7c9a435a +SHA512 (bytemuck-1.9.1.crate) = 8a2ad7b5f06c28219e215611f62f0ac4c577f2df22cddb49fbf08701ce00a0a16a3995547719ab0ba307256277a168e320dc21021c5416ca7d4d0cf7acddbad1 +Size (bytemuck-1.9.1.crate) = 34517 bytes BLAKE2s (byteorder-1.4.3.crate) = 980d5e4ac6d39901b2368959edd7a811f91dbd5bcf899699f3885a5c5e492491 SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa Size (byteorder-1.4.3.crate) = 22512 bytes -BLAKE2s (cairo-rs-0.14.9.crate) = c1a31153905520f9fb60daabc8ef50efc06876ad44fa3e8a3a455670cfc440d6 -SHA512 (cairo-rs-0.14.9.crate) = 0a595ef22bc16393308b1fae2852b74b1b3816856715e483bc76df7eeaff3c37d0875f9d6daf50055cf565fed708ce0520a852bf8b5b474f9dc913a899604c6f -Size (cairo-rs-0.14.9.crate) = 48398 bytes -BLAKE2s (cairo-sys-rs-0.14.9.crate) = c43ce2a74595a7d98e6de9284d5ecf92faa065732534c856432769de357aa9d1 -SHA512 (cairo-sys-rs-0.14.9.crate) = d5b978130bb1b4068f378896ab71d789cfee3641339e5ec345150937ce2d763fd596ea64f0b0f3b777c26c1015a0a04aeb48ad33f9d6554ce66c78bda71fda75 -Size (cairo-sys-rs-0.14.9.crate) = 11148 bytes +BLAKE2s (cairo-rs-0.15.11.crate) = 5f5df49c262f3ab579ac2ebe6ac5740dcc36fab76e8ff73e501d961712c4d12a +SHA512 (cairo-rs-0.15.11.crate) = ec475405e4cc5404db6b1642d49e5db4a4b4cb955dda6e55d935901cdc01109076a67a9dfb6b5d1408dee008770cf88d5de98aa1c75c0218043868ce96380a24 +Size (cairo-rs-0.15.11.crate) = 49486 bytes +BLAKE2s (cairo-sys-rs-0.15.1.crate) = f4451bef7be55c24a79ff5884d0997cf565075893aa197639726408f71897b97 +SHA512 (cairo-sys-rs-0.15.1.crate) = 85e3eb317d410b96d8879d9f51e74a98918476e9c011dd4e2d482a602341d93e5929422e3ea9b9235360d9af5d991600de512b23fe01f1e1012610bebf513e88 +Size (cairo-sys-rs-0.15.1.crate) = 11280 bytes BLAKE2s (cast-0.2.7.crate) = 015b249581877a12fb406b19f7e5363e4f091e920b582b4d2e9a5daa480733f3 SHA512 (cast-0.2.7.crate) = 24d204acf21366e088f721714c48bb6431895882263ef3a08f6644abbca5c06f430729fa8bbb4c9f37c95a6baa1b824d3fad95c5f0889e92587490d51bebb4d6 Size (cast-0.2.7.crate) = 11222 bytes @@ -69,9 +69,6 @@ Size (cast-0.3.0.crate) = 11452 bytes BLAKE2s (cfg-expr-0.10.2.crate) = 49e8c459492ba2de0a107ed164ac0a26b4e1f38bbd186deb686945c6ad83306b SHA512 (cfg-expr-0.10.2.crate) = 2dd2af73ba68a77ee1bf622eb85075bbe5164531ed508ad74609ee61b2021ab402bf10462fd3986fa6d808a433b82021c67c4db5302a3ccd356ac0b477d2b880 Size (cfg-expr-0.10.2.crate) = 37734 bytes -BLAKE2s (cfg-expr-0.8.1.crate) = 0cc7380c2d249f133e875178920af6fad9045cecdcf7446ce40fc6496ef913f7 -SHA512 (cfg-expr-0.8.1.crate) = ad4ca0abf4d1c4ba2e768a9b5d8e10c732adc87ffbfc2b4bd9880c17b93780b0dfcbaddc9a3da0ea55f5636e055c14912967f98552dc6657e25a47083be7229e -Size (cfg-expr-0.8.1.crate) = 34539 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes @@ -99,9 +96,9 @@ Size (criterion-0.3.5.crate) = 110662 bytes BLAKE2s (criterion-plot-0.4.4.crate) = 74e890d69d1e3ae9b280d0cacd489e81e95e73a0312c4ffade665b654117cef8 SHA512 (criterion-plot-0.4.4.crate) = 4f8fdfdf4ed5e1c410b8e133b36bf9add3d86d56bb23d75d37d92b1095b81850915209c7e4d19fd6aec7cf1b1270a9b968b8e37adc491cfc76b6df71c4619943 Size (criterion-plot-0.4.4.crate) = 22546 bytes -BLAKE2s (crossbeam-channel-0.5.3.crate) = 3dc29afa8e2cd9d852ccee8ba2573cd038828da254c3cbba54d5bf97741e42d2 -SHA512 (crossbeam-channel-0.5.3.crate) = 2c1033f514a6c0cffa247031b0aa2d3a8e52bfab9b2a04d9f11c0b5050dc3779fad2325589b52c8d33c7e8d15f74b04ebf802b262b6d8d03b976619525a65bd0 -Size (crossbeam-channel-0.5.3.crate) = 88179 bytes +BLAKE2s (crossbeam-channel-0.5.4.crate) = 7cacdf26ac58890a386c5259046b539ad2c2a5539f59b8f275f6f1791c6251c2 +SHA512 (crossbeam-channel-0.5.4.crate) = 39b17dbaefc15d7faafca4ae6b060665471d384956aca7439fc407ed2632bd458e473efb62b74629b42a5f3d237e13503d2084cac6f6b3f42b9e03aa1fde0982 +Size (crossbeam-channel-0.5.4.crate) = 88237 bytes BLAKE2s (crossbeam-deque-0.8.1.crate) = 9275d9f073fd32bc240417aa95325620fba8dd4f8e26c4d6f67ee89e091f2de9 SHA512 (crossbeam-deque-0.8.1.crate) = 44a4fe1d4ab7457e2b0950be787b76b15e1bb0b1c108d032381ce3fe99bf7bf76f3d1718085660083d813e2639e66fdd3635d9186e85a9eb7267063b117eaca4 Size (crossbeam-deque-0.8.1.crate) = 20852 bytes @@ -174,9 +171,9 @@ Size (encoding_index_tests-0.1.4.crate) = 1631 bytes BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 Size (fastrand-1.7.0.crate) = 11265 bytes -BLAKE2s (flate2-1.0.22.crate) = 6026c5ee51057e56f4dae513bec826b4fc75d7a0c6e9619c33006920607c2097 -SHA512 (flate2-1.0.22.crate) = c76fa3b097774f1da884b969285bb3aa7fac489446845c93dec1afe6b94bfa11f708e6718d5e4460022b9398a698378a210c3b25e9e676d2bde9d5be1a63261f -Size (flate2-1.0.22.crate) = 76026 bytes +BLAKE2s (flate2-1.0.23.crate) = 583b36f5a7633fc0284c0984b7c464819307413180cb59e4311efd7c41beb9a9 +SHA512 (flate2-1.0.23.crate) = 01f84f0d4d0c06aa0c807e5ccb418a5675d88d568694f74aabec8ee06c74e6b75c9c28fbeba2a99fe74b00bd29e71b9aa2df0d96da85beec76b3a30b4d044fe9 +Size (flate2-1.0.23.crate) = 70440 bytes BLAKE2s (float-cmp-0.9.0.crate) = 4f12d531ce122b1785eda3125e27ba4b3188f2b4294843329fd7fbcb25fd0c29 SHA512 (float-cmp-0.9.0.crate) = f8dad12ecf8a278769054fd78794999dae8dedbcfde5e77bdf6cea12fdeaadeeb2f1f3ca62df9aadc1bc3f61457236c4854d6d6923ad6d03ae7f23af600572e8 Size (float-cmp-0.9.0.crate) = 10102 bytes @@ -210,45 +207,42 @@ Size (futures-util-0.3.21.crate) = 153768 bytes BLAKE2s (fxhash-0.2.1.crate) = ae69027c0f34b36de7cc88506cda0194b87ce1dc7c3f8f3ed04333791fb6de75 SHA512 (fxhash-0.2.1.crate) = 638e1c0a4e7f365483a329e715afbc2e57e47c03b32e0e1818c879baa96996e81dce8ab39320e24a3e1633f73dec1e5f18a06c37f3ad38043002fc99b55efc38 Size (fxhash-0.2.1.crate) = 4102 bytes -BLAKE2s (gdk-pixbuf-0.14.0.crate) = 5de2f7722cf172538aef65c7a851ff14ecde75bf54016f93182605c93599e7b7 -SHA512 (gdk-pixbuf-0.14.0.crate) = 974ba63b685fd8152d1e484d72ebc08c265e9943c3b72254fd07ce04c3a8c70d829ccdfcc7a4b3db477838f71f321c9d409a07ba009eedc084350a62638528d0 -Size (gdk-pixbuf-0.14.0.crate) = 14554 bytes -BLAKE2s (gdk-pixbuf-sys-0.14.0.crate) = 6590d1621710cf609c5c55e03c6e05d7c4b010e99c68685bd00cbd7fdd4d4a9f -SHA512 (gdk-pixbuf-sys-0.14.0.crate) = 605b64d826cc8d92dafdb86e7b60f1dd25e55a3b76da33e1bc0d7ae31775c27ef255c2694bcc35e64ff8addd1382e4de81efcdb245ec02fcdef693f9b30c5d94 -Size (gdk-pixbuf-sys-0.14.0.crate) = 9110 bytes +BLAKE2s (gdk-pixbuf-0.15.11.crate) = 8fe19491dd6cfec772cb287e76a5bee40b5786e48c2d4e2ca74af1d596ebd47b +SHA512 (gdk-pixbuf-0.15.11.crate) = 0dff57f2f36a08d1651cbf659e897dfeaed2eaf68e8a60d21933e1f39fc2c838adc4485a37fa0ea188bb645632f975b9a4a43f98dfa29405daed8d1d24e5dd14 +Size (gdk-pixbuf-0.15.11.crate) = 15636 bytes +BLAKE2s (gdk-pixbuf-sys-0.15.10.crate) = 8cac506548695d206e67126d859d49ba95ac158f1d07c83c0afb9458ebea98e2 +SHA512 (gdk-pixbuf-sys-0.15.10.crate) = bc2c948758240a0dc195d5b39d159ea55b4a717026b3a4d729e92b736418e0a953b841e62e14059a6c67d257adaa5cd0bfff28de9e2ded03cbd82fe45488d8cd +Size (gdk-pixbuf-sys-0.15.10.crate) = 9891 bytes BLAKE2s (getrandom-0.1.16.crate) = 805b9bb4bc647a527fbff0bf97ed36863681367034e410973c84c85845b9da51 SHA512 (getrandom-0.1.16.crate) = c5450c522c07c7a38b326f9a9062bac7d089630219d577ea4b55abad4e0c31d17b7cde385fc43912dfa100b42334e7a52422c55fda8b738caae428c6f9addb53 Size (getrandom-0.1.16.crate) = 25077 bytes -BLAKE2s (getrandom-0.2.5.crate) = 04d22ee2936536d4fdfc9603d75a17225840abb7b179f658d557718027cf4747 -SHA512 (getrandom-0.2.5.crate) = 4ae1e046a143c4ab818d130bb86c9fdd51dc55b70ad3e8a0378359341402636f69df27f7480f9c0caa26ac98b45ec88aea47b66ff000e2dd22e1ce52ba99e644 -Size (getrandom-0.2.5.crate) = 27719 bytes -BLAKE2s (gio-0.14.8.crate) = 485154cea8656b2e1bbbeb44d678b11c674df8c36c7e80b5bd79c7db57bfb8e5 -SHA512 (gio-0.14.8.crate) = c6ba8d5d3d6e3aed9bb2dc192f95005f60a6864a1807a4df4b9b7b695be8470970fc4310f69c808ffd27295c784585006071435cc4f78573591f359dc61e8102 -Size (gio-0.14.8.crate) = 177625 bytes -BLAKE2s (gio-sys-0.14.0.crate) = ee69f199beae0f097dbdecf2c5e75f47025c5a69fc03856dcd1bce8d53aba50b -SHA512 (gio-sys-0.14.0.crate) = 05502ba056b8f9277be35f8563259452cbb92d60a46e0f0eae131a00f3c7a3931bfbd71cbe7786c64217132e7925ee2682f1011d01983c4e474346672c997549 -Size (gio-sys-0.14.0.crate) = 76499 bytes -BLAKE2s (glib-0.14.8.crate) = 4b9b1ebfcce4ddd8ee3c7a76f87756b69e1c09b8ad4361de40f6984f124f0850 -SHA512 (glib-0.14.8.crate) = ca2236abdee994abca00f5ad31ba89641b6797bbe6eff73be5632ce7460b6ad42301d617d9cd2679be178a3667e21538b21695c9662996c2d7cbc3902446d419 -Size (glib-0.14.8.crate) = 165294 bytes -BLAKE2s (glib-macros-0.14.1.crate) = 7bf09eb025ee2d3d533669e936c8fb018c338e4104ab9f77ab5539d14bf7f388 -SHA512 (glib-macros-0.14.1.crate) = ab3755a41f811aa0cfd94f61d2fc3ab3c2b4c6c76b31b2f3134af8708755fe40fd4d1da6065444d4ed492ff237bdf4fee945cdce3474a034914b32d87e30d14a -Size (glib-macros-0.14.1.crate) = 20018 bytes -BLAKE2s (glib-sys-0.14.0.crate) = c4c47a1b5eae4f50a5b35d7435cd9c6e165d808ed321e1dc9158e146f8d6443a -SHA512 (glib-sys-0.14.0.crate) = 9fdf85452eeffcf7605d6a087ca141a314113242a98476e6ba4af38fd69135c170ba7d6d5e8fdc37389e51612f11a44b19e3fef3ad2c60582b368b743c6d6c63 -Size (glib-sys-0.14.0.crate) = 57390 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes +BLAKE2s (gio-0.15.11.crate) = 28aa714f9628adcb1b5e643147f2d7145b5be4d918f2e980a9b2709af87764ad +SHA512 (gio-0.15.11.crate) = 7e5dc27d8739a5fe820790616acc0f35fe3614ab16b3b558003273a7c2d3ea61df1650ea497c70f46ac11952eb8bf3b2ef8c85d0130f11de3e832108df759696 +Size (gio-0.15.11.crate) = 190948 bytes +BLAKE2s (gio-sys-0.15.10.crate) = 0dded0a41dc76807ea6f1130c0553250921162ddeb7bd58a868abfc60b1717c3 +SHA512 (gio-sys-0.15.10.crate) = 9a5f37afc4ee4fea2a9fb87005c2c51b1f22ba98c9ad88bcedf89b90bd1e3d6393ecea8b726b596dc298c5a4e7db1eb0503f0872db54c19c29069f5a2b1b30ff +Size (gio-sys-0.15.10.crate) = 79552 bytes +BLAKE2s (glib-0.15.11.crate) = 3b7564ca482e513021f01bb919e7d7a0db57d6709243855a842e81cf95957cac +SHA512 (glib-0.15.11.crate) = e8d90785d2174fa54cebf8f29ecf2f9abae4b28d682ab2c59135fb173656c37b1c65d4c4c0d98a96d47eb85b3610da830c2fe1ad86fafa5ecefe5a7fc248a50e +Size (glib-0.15.11.crate) = 207394 bytes +BLAKE2s (glib-macros-0.15.11.crate) = 6280f91676567d5b90ddf19e288a75f54f39b48c65e4647daed4ae6caaf8afcd +SHA512 (glib-macros-0.15.11.crate) = 3959c07768a1c53a08586cf6ab64212145e9d886c3a074aa34aafe0dc2887f9bfb4924bc112b2f47028ee73e2fcefd57c6b398fce8ac7236c898aa532893b8f1 +Size (glib-macros-0.15.11.crate) = 27851 bytes +BLAKE2s (glib-sys-0.15.10.crate) = 9e2502873659cd38cc1ae4558a72a4333c9e87ae3a954676fb968aca408b6034 +SHA512 (glib-sys-0.15.10.crate) = b83d67d775f70d6a08b9a6a9e24b575f110a93e5dcc8c53c03015842bac2617d13ded014f46820f8b05b08e7a34aa4841923847869af26689251497daf0b69ec +Size (glib-sys-0.15.10.crate) = 59966 bytes BLAKE2s (glob-0.3.0.crate) = a60fa0dbb50f7da285b5ad2a74a36139efc9e6fe2f33c9ac81cf2c2db6b024f0 SHA512 (glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46 Size (glob-0.3.0.crate) = 18724 bytes -BLAKE2s (gobject-sys-0.14.0.crate) = e6b2cd61110a67a91d8b092c4d25e5e689985a7816440beee710c3a6a5900ab5 -SHA512 (gobject-sys-0.14.0.crate) = 90c16355a44cf88ce313e7fa2ca54001cb8ff14d238b0bfdd6cbc2264a7ad7a91b2fac18ec10d2db2b7956e56771058e5f8dbf9bc5ccaf3bb1029c63cb24cad1 -Size (gobject-sys-0.14.0.crate) = 17399 bytes +BLAKE2s (gobject-sys-0.15.10.crate) = 280335f16adc0df6cbfb3ac95306d4cb809fac04942b52bf5336c8e334e4f9f1 +SHA512 (gobject-sys-0.15.10.crate) = 351b4dc985f5e0b1b3c7f2da9a615188b11a0b62052ffcd6e4fd654b086b0d66bee325f6e8807c2b3508132816540f2c8431f74ffdb4d31d436594ad2fdc0d92 +Size (gobject-sys-0.15.10.crate) = 18534 bytes BLAKE2s (half-1.8.2.crate) = 06e412ad3cca1082278f20b32764604d9f62c4703d31ff477d25436d8b29eb62 SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e Size (half-1.8.2.crate) = 41874 bytes -BLAKE2s (heck-0.3.3.crate) = ad67e9fc1dc80c1a47e13e4e30cd2644118f8135c22c5c6462ed254cf6374d84 -SHA512 (heck-0.3.3.crate) = b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f -Size (heck-0.3.3.crate) = 10260 bytes BLAKE2s (heck-0.4.0.crate) = 0bbfc0807fe42d68570dab10b6cdfeabd24e6c732caebcec1880c2b9efeb36b5 SHA512 (heck-0.4.0.crate) = 33bdbf4ff9ecc4f4d74cf06590e056f4d96bf0d990d5381b9da5b65682b2495ed74e27b45419c2afa986c1f6200909d5175b137ae73ced5cc8ac869e4e1bce8f Size (heck-0.4.0.crate) = 11161 bytes @@ -270,33 +264,33 @@ Size (itoa-0.4.8.crate) = 11926 bytes BLAKE2s (itoa-1.0.1.crate) = 5df5e417576e531605b209f326947f25fdf7147572381012e4fbb035f0036abb SHA512 (itoa-1.0.1.crate) = 8e7bc1e9bf4fc06871b9fe20caad4e0af965477d724f4c8d0e2a3a4d87aedf99f92e4e583a6440ce574d0fb43fc9d6a2e80add52a2f64210c6aa3b402e424295 Size (itoa-1.0.1.crate) = 11059 bytes -BLAKE2s (js-sys-0.3.56.crate) = f53e7d90425f003c43c832bf1661b893a1a0d51f6fab17e9754c097286414352 -SHA512 (js-sys-0.3.56.crate) = 52c2020d2bc80173a2ba5c614ed07d86755e969f4d6b071b5857259cbfdd3eb5a62a5abadd42ebc0d673397ad18721e1ce55e177fef831ac13e15971373056da -Size (js-sys-0.3.56.crate) = 70520 bytes +BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e +SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b +Size (js-sys-0.3.57.crate) = 78605 bytes BLAKE2s (language-tags-0.3.2.crate) = 618e56eee0f50c60a30ae1a510de475342949cee34e723387e8637685ab050b2 SHA512 (language-tags-0.3.2.crate) = 1257bef56efd927db15d98dd6d40d5607408d08fb352d6dc0323fe2bbd0367625bc045fcddbf308387d71b9cecdda3b9f8c785683b6988fbb49c87daf4cb3c3f Size (language-tags-0.3.2.crate) = 53420 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.120.crate) = 444e039e984cf755eed2a98f141a27d21d191a61912a2316fd387ca4c91eb9fd -SHA512 (libc-0.2.120.crate) = 42aadea2670f63d6a2c38d4d6949d9071c535395ecf458a694751a7a17f2a4a6495ea1dbdcbcb5340cb62e3a40419419141ca39c4d4dcda8cccbe480aa34a014 -Size (libc-0.2.120.crate) = 574677 bytes -BLAKE2s (librsvg-2.52.8.tar.xz) = 1f38041bedb79dd5219192bc97b0463781cd6ac7dfd7723426b212f72ca5bbbe -SHA512 (librsvg-2.52.8.tar.xz) = 451536e67b5f0b0c66877146001501002cd25905bbfcf413b80a4c309c2bb912a9be5b8ac68186b83bc201ed1f9da9c112b9ed20e3086331e03cb3e98a8b3503 -Size (librsvg-2.52.8.tar.xz) = 23704984 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes +BLAKE2s (librsvg-2.54.3.tar.xz) = 0d11e680fd5a575e1a56e1328c411bcdc69b2fabafaab34faebf35a4eeafcb8f +SHA512 (librsvg-2.54.3.tar.xz) = 153bb9d5b2e04ac87127663ab2cae1ae9e3c23666e54234efb3e247a6c3fdd67701f8baa31e06bba673c0cfc71202001c46fb8e0398770dfbc59e10f6de78077 +Size (librsvg-2.54.3.tar.xz) = 28215048 bytes BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 Size (linked-hash-map-0.5.4.crate) = 16166 bytes BLAKE2s (locale_config-0.3.0.crate) = b7ad1878afd315af94f83427c7f3b7eae1637b8571bd8509d956cdc46e938d46 SHA512 (locale_config-0.3.0.crate) = c7d77156e957559172f589f90405b2e9f5306041887990a60a31630af2de81c00fbba2bcdf52bd163fe431f85694dc6d2d380671f38f2724d7e4d178d89998da Size (locale_config-0.3.0.crate) = 20808 bytes -BLAKE2s (lock_api-0.4.6.crate) = 4eff6a40cc996750eeae9c55fa10314e64b07c6d5637600ec8830bcb2b35ad5d -SHA512 (lock_api-0.4.6.crate) = ba14d341564eba91bb5ec58bb2e0d6c87e70b3694c4609396f0c0f4afc0c6c105a88cb99c303b1e9761b0fc6cae56f79ba6a7663b063454ab1ede4d49274906d -Size (lock_api-0.4.6.crate) = 25215 bytes -BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd -SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc -Size (log-0.4.14.crate) = 34582 bytes +BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e +SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d +Size (lock_api-0.4.7.crate) = 25371 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (lopdf-0.26.0.crate) = a5ddb26e0058f21903a1d1d8a64909bda6d1beafaba83838a2686b957171f2a8 SHA512 (lopdf-0.26.0.crate) = 5d7d46d5307b0008e27feacaacb42a7ff02fd0a489b5a16f759f216cc4cd2e5e85fe3fbac6adbdf97e49910a3a890587e7022329bdf7bfd2f06c9373cfa33f82 Size (lopdf-0.26.0.crate) = 82365 bytes @@ -318,15 +312,12 @@ Size (matches-0.1.9.crate) = 2246 bytes BLAKE2s (matrixmultiply-0.3.2.crate) = 94645f4c3b829f2326f8219a33e68d1fc7654ce1a63e15f736102ccb5a21f4e1 SHA512 (matrixmultiply-0.3.2.crate) = 9a6203c0f604474007b2d28b4db5b83282315de39c775cedefe1c1793ed8b48e83ad01c21669076a77bc28a75eeb847defbcd662239854e8e32acf71bbc800bc Size (matrixmultiply-0.3.2.crate) = 49247 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f Size (memoffset-0.6.5.crate) = 7686 bytes -BLAKE2s (miniz_oxide-0.4.4.crate) = 46acb405ff6a26e8421ff8bb8000f4bb5f751fd824b4865147ec36a35f364f3c -SHA512 (miniz_oxide-0.4.4.crate) = 2c6e484a8a53c6b1fb84e2bf9518919e6e5ba84e7716c0bb8e33b53dc0d3432c35f28f19c18368e27c94f6df66b7674f514ef889cf1b19f546bedfb6e6ebaf6f -Size (miniz_oxide-0.4.4.crate) = 49938 bytes BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 Size (miniz_oxide-0.5.1.crate) = 52418 bytes @@ -345,18 +336,18 @@ Size (nodrop-0.1.14.crate) = 7667 bytes BLAKE2s (normalize-line-endings-0.3.0.crate) = d148e24dadfbeccefd806b3d8f5426498c5118471813392b089158daffe2c77f SHA512 (normalize-line-endings-0.3.0.crate) = f8e2a6e333b0e8972febe8b9cf058c8d899c384fd177e0b6ef1c5f94e0fa18192963970cb1a2ba80e3135a8cca66cdae6796e4d84ac6b325bb369575bdfc6eea Size (normalize-line-endings-0.3.0.crate) = 5737 bytes -BLAKE2s (num-complex-0.4.0.crate) = c794c73558dd6db91138c476e34a8e50d8b1d5c5332fbe38ed90ee197cc406f4 -SHA512 (num-complex-0.4.0.crate) = ececfb4ecd82acdb038322ffcb431a09c271b33d3f028f90577f585289251c38ba425d67413815442cd5c2daba821ac9b3b45b09122b1ca2cb7d35f45dd9d2d8 -Size (num-complex-0.4.0.crate) = 24805 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes +BLAKE2s (num-complex-0.4.1.crate) = 63cea94bcbd8c2a20a2036426791fb15e7569399d3b7f4e49ff4e8609979821d +SHA512 (num-complex-0.4.1.crate) = 7d6a5b5d70c0558d7dc305b20dbdccb48351935c73832c8de96b48a7843e9cf55da1a036ddadafc072c43ddcd3f4dcfca38e1660c1e3178d9835310ab6e8d40f +Size (num-complex-0.4.1.crate) = 25872 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes BLAKE2s (num-rational-0.4.0.crate) = 17b65661ce66a759aa634b94bb718b60c38e8aa62509c55c318b660be70d53db SHA512 (num-rational-0.4.0.crate) = 96b5fd3d407210e6e81aac72b542be5c5acf0f1132097e4b82a65042fb2bd98591e12e5153b96b38c71f69e613e295542d23dc73a98b08ffd49d9ef2a062eded Size (num-rational-0.4.0.crate) = 26428 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 Size (num_cpus-1.13.1.crate) = 14752 bytes @@ -375,27 +366,27 @@ Size (once_cell-1.10.0.crate) = 30414 bytes BLAKE2s (oorandom-11.1.3.crate) = c0d14acf22446baea9e4176c4b8bfd89e852e7b293c251606a59346ed7a23f81 SHA512 (oorandom-11.1.3.crate) = 51ae60ef51da56d7673f36a6c5b99b743580c5f5be54fdcb54b69e5e2f6bbba3267f96b74e7cd6dee6962dfa6696fd9ed073f22726a2861b8f2601946a8efab9 Size (oorandom-11.1.3.crate) = 10068 bytes -BLAKE2s (pango-0.14.8.crate) = 0951c2fad28c6fa43733620d21d7feb8364a7ed17d4a6d4d7379aa04bb5513b1 -SHA512 (pango-0.14.8.crate) = b7c00ccbac505be04a4512073d7c1e2f73b7d1abe7d0124f56b84c591a24372cb50bd28c691b6b7378259ff865cfc938495cc5dec2bb41ba32392020ba6014cc -Size (pango-0.14.8.crate) = 37643 bytes -BLAKE2s (pango-sys-0.14.0.crate) = 9195b936b99c4ef10d9625a9283f14325bb4478e1fc9326cdcbe16b9a0e7906c -SHA512 (pango-sys-0.14.0.crate) = 8b8ef1b17fb3bb631b76410c5f2ebe7eb7aa2b1d5406037692037a360ba6c546d5806fe0f36bd5a5a16b9c039eaccf7d67bdb41f20da2ad03caa16d3fbc6053e -Size (pango-sys-0.14.0.crate) = 23109 bytes -BLAKE2s (pangocairo-0.14.0.crate) = 828c86d7224d615c8da06fe7e89a8edb939195f9f90204f27da0f3e269771597 -SHA512 (pangocairo-0.14.0.crate) = e1fc2cd535c7fcffae2ac567a3e7ff2a84440e41051b512236adc7704c994a3ba6d2b07a083af7365ef35b257a8447a7ff104149e5efd91cecf03e6e18dae658 -Size (pangocairo-0.14.0.crate) = 5083 bytes -BLAKE2s (pangocairo-sys-0.14.0.crate) = c4d3eef421d3e6e01dd5611f79000567e32426fd5ef4560d15d5ff3f3983ffc3 -SHA512 (pangocairo-sys-0.14.0.crate) = 7f08dea4e536cd5057a0d91a926421a038e3e01abc40e01143efd9fdab0bf85597de543798dd4f27cca92718cebba2ba882ca8cc7d82ea42e807c394c9f5fa0d -Size (pangocairo-sys-0.14.0.crate) = 2489 bytes -BLAKE2s (parking_lot-0.11.2.crate) = f71d251ca07227ef3e0bd33ba4c7cae8bd77958eb847d00ff7e462aeb3e4e8ea -SHA512 (parking_lot-0.11.2.crate) = 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e -Size (parking_lot-0.11.2.crate) = 39869 bytes -BLAKE2s (parking_lot_core-0.8.5.crate) = 9f38174a007023d5108d3cc50446a3138b443d363f44d5d2670fed55d3516a2d -SHA512 (parking_lot_core-0.8.5.crate) = c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 -Size (parking_lot_core-0.8.5.crate) = 32466 bytes -BLAKE2s (paste-1.0.6.crate) = ea351d4fde70b8285cf9fbb0c7a7a65769130ee1028a672a23f7c4552beb1fd2 -SHA512 (paste-1.0.6.crate) = cf7795c64ded12c16ed7bc90a29bb36156abc8c424066c62d3eff8831a86b4133965d87b8b76b17ed5487ec286fc80e05fff1180833dee4b48f0429016bea25e -Size (paste-1.0.6.crate) = 17808 bytes +BLAKE2s (pango-0.15.10.crate) = a0896ba651208c2632dcd14bea9361f957c0486b47efe3222bd0a1c4270a6a75 +SHA512 (pango-0.15.10.crate) = f6d2d76bdd6cb97136aa6ee8c6c1409b1d3482f9a01eb52d29aa786bc6903c14916a49220154c8bb492b152d29e1409abdac219c9ca6b269e0136ae390f0d594 +Size (pango-0.15.10.crate) = 43927 bytes +BLAKE2s (pango-sys-0.15.10.crate) = 65cbfbdd618144dd2716f2edbf2fc242688dc6def4a389d6695352042fe7843d +SHA512 (pango-sys-0.15.10.crate) = 9fe2cd809e19640e034416c489d674622447701df4c7d6127ffc04556760c6425d78a9d5dc9e09d477aead1c97fe1cdd81de282a3820536a3defff572a64b047 +Size (pango-sys-0.15.10.crate) = 24729 bytes +BLAKE2s (pangocairo-0.15.1.crate) = a5f29b419667ac40345c2fbd6c4a6f57f3039f050d843fb8b84a5e7df9e05d80 +SHA512 (pangocairo-0.15.1.crate) = 1dfdf1808db01d59bcfdedeb73d1047603ef11d2659d1ffd85ff9a5530c82a7c8ab18708bb82fa7c23a97ccf39925e5a043f7ba7edec420034b6ee9d8cbd1b8c +Size (pangocairo-0.15.1.crate) = 5029 bytes +BLAKE2s (pangocairo-sys-0.15.1.crate) = bb5b5f137c792692cc7dce542519c907baf83cbaa0033350705605ad12dff3e1 +SHA512 (pangocairo-sys-0.15.1.crate) = bc63f4ea3da95c823b7fc1f693d2797a38b16a080091576436df2646aab997f07c3e5db02bf4b04ee75dab80b304a5f78137bee5a60471b64fc22913fde9a28e +Size (pangocairo-sys-0.15.1.crate) = 3177 bytes +BLAKE2s (parking_lot-0.12.0.crate) = 178768a6e75a71099c9fbd12f427dd5e6b7bef0a92eb6c34e0873b8d4bb507b3 +SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f +Size (parking_lot-0.12.0.crate) = 39761 bytes +BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 +SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df +Size (parking_lot_core-0.9.3.crate) = 32256 bytes +BLAKE2s (paste-1.0.7.crate) = 9e47b3e1e13b2312e6a60157dc832bf2c7d164365336a45fcf0b0becd9e728e9 +SHA512 (paste-1.0.7.crate) = 6f203485cd916f68c4acac6fe6193e2ed8c5a36a6f58865fecbbc4e112e14c6e849cf61cfdbe22fd5b6311d60f1831d726da519a51a1a936552c3b39f01c90f0 +Size (paste-1.0.7.crate) = 18285 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes @@ -405,6 +396,9 @@ Size (phf-0.8.0.crate) = 3902 bytes BLAKE2s (phf_codegen-0.8.0.crate) = ce65e43551ccc383bc7dbda6ce07f3a1fb220522fc842da68fde60c1ec5035d8 SHA512 (phf_codegen-0.8.0.crate) = 6649779b50683b1b83c89da921ee52963fd517660540148e9ba4b59f9639c705e08400c4da972880ed161564816c7ad45704d6bd51d1429717137de8f46cb941 Size (phf_codegen-0.8.0.crate) = 3192 bytes +BLAKE2s (phf_generator-0.10.0.crate) = 5b76c73827823b387ce8084286f570f892f7342365d104e0905294d136b942e2 +SHA512 (phf_generator-0.10.0.crate) = b6542d816b2e963c169df695d332f92237ba380f49bf919021514a16aef71de8f4f70b9612356db9f345f3f0d3656b2b39a4f34f8ffa8515510b81f1b19cb9f7 +Size (phf_generator-0.10.0.crate) = 7525 bytes BLAKE2s (phf_generator-0.8.0.crate) = 49650dd7a0ae692ecda98343142fda13128d429628afb3f8f5786635ecefdcad SHA512 (phf_generator-0.8.0.crate) = de045f47567defd43fe32fc62191a9a892e5a478e1a84b853cff3005e94967ded68e5770eacb43f2e97e58b8f4283327a38a3bdbd55e1d5c708dab601ea66270 Size (phf_generator-0.8.0.crate) = 7604 bytes @@ -417,15 +411,15 @@ Size (phf_shared-0.10.0.crate) = 4095 bytes BLAKE2s (phf_shared-0.8.0.crate) = e120ab927dd3d8651987518b082033537039e5d01744aa2c7c32c01f15778061 SHA512 (phf_shared-0.8.0.crate) = 6ad7ac732b7cc42e7e179329fbfee7074d26652d73eb4f2b97224491d978ad9b14c66e5a539c96b84c70124ac44cfc009bf963a42c438d028bd9737b99f463f3 Size (phf_shared-0.8.0.crate) = 2860 bytes -BLAKE2s (pin-project-lite-0.2.8.crate) = f17fb23d3567ea71f6e260307531fa0a7119dc7f384f229f7863f24d653fbc5a -SHA512 (pin-project-lite-0.2.8.crate) = 9ecb86d550f4440e19eb16c6a9a418b5c4ad859ed2449b02f77d4b07b1e3e3e6b6b7ffba44a358958679342eb21222992fe6fdfe6d9bcb7a699a3e5816f1bfa8 -Size (pin-project-lite-0.2.8.crate) = 27847 bytes +BLAKE2s (pin-project-lite-0.2.9.crate) = 21ff73557f52248f91876a765bc209e4313f3cb15746b3f3ceddeceea5e2c95d +SHA512 (pin-project-lite-0.2.9.crate) = cef0b77233adca712db1183f780732ea577cf1b27c2643de221d54c837c75ce749f907e24a967be7474812c7682cba613a3fc5d553a9578a1b80569da0e562e4 +Size (pin-project-lite-0.2.9.crate) = 27713 bytes BLAKE2s (pin-utils-0.1.0.crate) = 5a1cf546c08cd8ad36d3736e337a9865b694de6a636733d252a878aee8b1c204 SHA512 (pin-utils-0.1.0.crate) = 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 Size (pin-utils-0.1.0.crate) = 7580 bytes -BLAKE2s (pkg-config-0.3.24.crate) = 30f728642a8760aeea0c11726e378d31e22e4fc7980a55a8278476c729e65a60 -SHA512 (pkg-config-0.3.24.crate) = be22c609b3d5a9a38bab1d30792cff397cc908f1c53fb2da68a9a7d1258e53ef64c1c5b26d840b0ed1d35b307c98ffb499c82e5796e88be0a6ecc0c6f3b5dbfb -Size (pkg-config-0.3.24.crate) = 16489 bytes +BLAKE2s (pkg-config-0.3.25.crate) = 858f6fa4e3e07f6482e3e975d78403b574c0606ec93f8ab5a86156604e13c294 +SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 +Size (pkg-config-0.3.25.crate) = 16838 bytes BLAKE2s (plotters-0.3.1.crate) = 314fb2a97d4d93c3194f8a11feae7eed6067dd9043e2f1d27029bab40462f51d SHA512 (plotters-0.3.1.crate) = c7bcdf9da56c2d1c03053f61256d44d2384fac1a9a7e0db058090c13b359bce76a2a96bbcbfde04fdcde0a9dd3db8a1a22bc57508b0b6e4a374c8b35ec6c9707 Size (plotters-0.3.1.crate) = 8595577 bytes @@ -471,9 +465,9 @@ Size (proc-macro-hack-0.5.19.crate) = 15556 bytes BLAKE2s (proc-macro2-0.4.30.crate) = 0ef6052f06e39a1f32474d660d6ad8226479c7207322040369ea125b733130c3 SHA512 (proc-macro2-0.4.30.crate) = 73a8de3f1d76a8baf2d45afc1497bba8c0cbf231bf9b6750b9cee2473f492d5f3957ac149998da720acc8287c96d604971b51dcdfa629523bbdd97c297856ac0 Size (proc-macro2-0.4.30.crate) = 34731 bytes -BLAKE2s (proc-macro2-1.0.36.crate) = 9f898c159cb5423e6c1b48791e74d604c348d2912572d212377917439e31212a -SHA512 (proc-macro2-1.0.36.crate) = f31b0f2356af2746321c4f808ac9af87d21a5657c103ed6bc1383855e40caf49246cc8ec1edff58eacf193424abfc2163148b7298e527714e65e602f14b2e50a -Size (proc-macro2-1.0.36.crate) = 41411 bytes +BLAKE2s (proc-macro2-1.0.38.crate) = c00fd51764ea0d2f85fd07ee9c649904b37e88b82bba50fa8eb6629e03347a91 +SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 +Size (proc-macro2-1.0.38.crate) = 41687 bytes BLAKE2s (proptest-1.0.0.crate) = f380cbb7cbc366dadf655c650d660eb33215c3254511c8dafb1fa93a5a987ed1 SHA512 (proptest-1.0.0.crate) = c8a45bdace0e836db5ec0113f3794bbcee2b75fa5b06caf84808df7a052ef117f22b48fe12413f86750da710d5e5c88457a77ecfce04e1e8fc5a76dbba3d79af Size (proptest-1.0.0.crate) = 189237 bytes @@ -486,9 +480,9 @@ Size (quick-error-2.0.1.crate) = 14265 bytes BLAKE2s (quote-0.6.13.crate) = 2a8a7205019500e9498e0941d3456226a09c050b3efc37d0eb773469a65bdb61 SHA512 (quote-0.6.13.crate) = bafa9ba42ea6ff2d6df652384485c58327de6eaea2832423eedd8ef8b4aace673c23b70f1f22106515ac13d7f625cb8b1a5e8c4388c1701ea3cd86fb9ac3056e Size (quote-0.6.13.crate) = 17475 bytes -BLAKE2s (quote-1.0.15.crate) = 1e53d65b5f27b662d9331ea4131d1f5420745a0849feedabf804304f4a37dfbf -SHA512 (quote-1.0.15.crate) = 76403bfac4e9a018b29ddf8f911135206d4fdc266db38a95cc92f6159a8b436d39d64c4ae6c3fd16ad83117270ed329b6a151d589cab46c75443c57b533dfaeb -Size (quote-1.0.15.crate) = 27281 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes BLAKE2s (rand-0.7.3.crate) = 4799f94d7d054b269caf818193a2b748557a9d83c3c164d17f408649c4c4e96b SHA512 (rand-0.7.3.crate) = f9b68ef9446f1ca2c8092c50990f15c1b4cb5529eeeac4df8d69755e0b7253c663c587775e7cb0a7298c31edb444975dda34926759306541f6d43d0d3cf57b7e Size (rand-0.7.3.crate) = 112246 bytes @@ -519,18 +513,18 @@ Size (rand_xorshift-0.3.0.crate) = 9121 bytes BLAKE2s (rawpointer-0.2.1.crate) = 144cf211aa8998d72b6e1500eb30556463301c7d48b6794dd0c18a891bfe6a04 SHA512 (rawpointer-0.2.1.crate) = bff9ba7b69e7754e89ca6d42bd3b7a547f450404de999e35c10e4002fe03ee1f563b9799673c5010aa4c2f80885ca9e45b5560c5093e117be3b75d86affcb62f Size (rawpointer-0.2.1.crate) = 7490 bytes -BLAKE2s (rayon-1.5.1.crate) = 89625a469f67dbe9f1b8c8233759c7530ac523093d6779f8c5de3a0c2fde6b37 -SHA512 (rayon-1.5.1.crate) = a68e65aae7040a6f6b0cc33b53b4c22929c15504ed4fdf54f5eb5fcaeab137c220b00c716aed96246b6a762c4f1e8be920356231d6c4a0b3e01132b9ab96ffc9 -Size (rayon-1.5.1.crate) = 160424 bytes -BLAKE2s (rayon-core-1.9.1.crate) = fcb8cc9cded657dffa587cd9b4293a6361b68053e7c57df9981e968b1bd961ef -SHA512 (rayon-core-1.9.1.crate) = c24c34dc488171ce476df145e8c6953d35fea93412805f6c411ba8b8e9dbbd733610b291203ee91bd265b766b78e14ba15a7b587e8f0ae8bde53f60e0644ef78 -Size (rayon-core-1.9.1.crate) = 64961 bytes +BLAKE2s (rayon-1.5.3.crate) = 9f9198a787f4a5f62743689851cdd388123440782dadb50f59a1179488d51a33 +SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82 +Size (rayon-1.5.3.crate) = 167246 bytes +BLAKE2s (rayon-core-1.9.3.crate) = 42b60193f986172f6dc6ebf1dd5394b92f3affbddb39b9f3421480be38064fe5 +SHA512 (rayon-core-1.9.3.crate) = 4b852f083766e7e414132840cc8dfef148e15db47967eeedc2ddbff9a4372521c296dd4f66e0b6990f49a8ce88ebed9d44e7ad674df42f96b99b24469b1852a5 +Size (rayon-core-1.9.3.crate) = 65300 bytes BLAKE2s (rctree-0.4.0.crate) = 27f70af2ec1c8a028372321209d784e542403e92bff2bb3424d87c07989e6009 SHA512 (rctree-0.4.0.crate) = b2a4b2a6560a1228d48764e835403c09e3edb30be0ef7a046acbc881d8a828cdee00925252e3403c3478cbe9564b912817b6809db5d6bbbb06b934cfea4ae010 Size (rctree-0.4.0.crate) = 8310 bytes -BLAKE2s (redox_syscall-0.2.11.crate) = 966aa9bd9d7c476cecd8581e78e76751e31d023861e6f9cd6a100dcb8f500db6 -SHA512 (redox_syscall-0.2.11.crate) = dcdc6335a0db6a01a31b61aaf9eb684f264b36868a351094d3e2fb3fe84f0c4269db89ad40b9e0fedfe1ebe2096baa20e7a6232a4de5a3dda3b7876eaaca75fc -Size (redox_syscall-0.2.11.crate) = 24032 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 Size (regex-1.5.5.crate) = 238119 bytes @@ -573,24 +567,24 @@ Size (selectors-0.23.0.crate) = 44905 bytes BLAKE2s (semver-0.9.0.crate) = b8d4f42fa79f19dd6a11b5d6846f969e344a3f0faada4c278ffc044bc05d06b8 SHA512 (semver-0.9.0.crate) = 03a2ea563456f812c301721c3572370fe4934a22db60079da0dd6ffa33fa789e5e2436ef09e62fc35e0b742b06fabc290992c74eed80419a353c9de9449928dc Size (semver-0.9.0.crate) = 17344 bytes -BLAKE2s (semver-1.0.6.crate) = 04c1457a3a831630cb586816a9f595962b7c0f2bc17d5843e225af7fbb1370e3 -SHA512 (semver-1.0.6.crate) = 0470b9a3a6d398233d19a8240de3b0d18c4cd8f8fc6887658baac4053c88463d5de9b7145a564abd43f813e03b75a26050eedc1689450895953bc7f96b64859f -Size (semver-1.0.6.crate) = 29941 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes BLAKE2s (semver-parser-0.7.0.crate) = 7abdd9bbcd90bd01011163c096dd73d8eb1fa46c038fe39f5ae202e5c56a3c26 SHA512 (semver-parser-0.7.0.crate) = 17320468ec6b9862d595f358d70c09ac6e09db7885fe0ead7a1e596f79350a6306e8bfde5bbd6512008a7c5454da1c7ae55fe1e3bc1c1ff02ac9df54c0a6121f Size (semver-parser-0.7.0.crate) = 10268 bytes -BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 -SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 -Size (serde-1.0.136.crate) = 76158 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes BLAKE2s (serde_cbor-0.11.2.crate) = 82769aa4e0b5431f6a9e49ace929f24936f3a5c85727a6eddb2c516c426e469e SHA512 (serde_cbor-0.11.2.crate) = 12ddcbd5de0d85f2da6e078e3ccfdf2115125084d57eb93d7e9b45bca6a86daf79dcc79c8e54260c56240c3b5e814b1481ac28c3aa1d1b4b982ef5956b5cc3cd Size (serde_cbor-0.11.2.crate) = 44570 bytes -BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf -SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 -Size (serde_derive-1.0.136.crate) = 54776 bytes -BLAKE2s (serde_json-1.0.79.crate) = d12eba94c3e529435de4c570027e0035cefc74b5d14cfd0db96e5ea508f51c0a -SHA512 (serde_json-1.0.79.crate) = 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 -Size (serde_json-1.0.79.crate) = 144451 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes BLAKE2s (servo_arc-0.1.1.crate) = 0e129d4a78fd2a70cd212da1fcba24862ad04a19bfa7d0250b54ddacdfc9b3c9 SHA512 (servo_arc-0.1.1.crate) = 59d531dcf7a9191b8462ce395e713194994714b65275c0af412186f862be169d0c6fc5d86603332a1aacd8af9ace934dc78531b9cb576cf8179ec35709225447 Size (servo_arc-0.1.1.crate) = 9817 bytes @@ -606,9 +600,9 @@ Size (simba-0.6.0.crate) = 49252 bytes BLAKE2s (siphasher-0.3.10.crate) = b02896dbacdd7733bb3355e952a6d76a8a3f004573d5ee887f8534a3a8fa83b4 SHA512 (siphasher-0.3.10.crate) = f90425a2cccc9575d377bb92a765d34653ddef1ac12b7c63dc6d700aaa74b525787e11609061c2d3e44ea56fe0e4b8f93f7b13f0279b5de2e0f710c5caffd4ce Size (siphasher-0.3.10.crate) = 9889 bytes -BLAKE2s (slab-0.4.5.crate) = e7ad12f3e55e202b119e7dd9cd5e90d2f8c15337d434836a1f7c6b0d34e71191 -SHA512 (slab-0.4.5.crate) = 9ab2db11b5da437148486a7da44f06eae2572a735764711145738f9da66b1ccbb8b974ebe3600d1ff7a6ddf07d1fa9dd04c9207c4ba54eaa8311c41d317182ca -Size (slab-0.4.5.crate) = 15888 bytes +BLAKE2s (slab-0.4.6.crate) = a269af42bb2b906af07031fe84a13842abb5681c2f2e519b7c1fed5506df666a +SHA512 (slab-0.4.6.crate) = 788837db210be63579eccf12d96fcaa3280c7515bedebe3040a71ed27d013430815ebc74acc06280daf22c0b16871bad210981d32615c26cb1da344b4b0d9488 +Size (slab-0.4.6.crate) = 16067 bytes BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c Size (smallvec-1.8.0.crate) = 27992 bytes @@ -630,39 +624,30 @@ Size (stdweb-internal-macros-0.2.9.crate) = 11828 bytes BLAKE2s (stdweb-internal-runtime-0.1.5.crate) = fd0e228517651dd9e0303b04a1b46d8b146547ddd824de4d0e062ac342dbe261 SHA512 (stdweb-internal-runtime-0.1.5.crate) = 9a73f8007d6fa52031ac19f3a2adbe49c0690cec856c484cd81d534ad5b7e4002af0e6615cc9bc8d6753d0d3c1cd5a009ea3ca3750ab518b7aedfbe39b3ae11b Size (stdweb-internal-runtime-0.1.5.crate) = 5445 bytes -BLAKE2s (string_cache-0.8.3.crate) = 05788cabe395024a4ed6e34d9322db4e3528dfa428c3a408bbc3177dce482760 -SHA512 (string_cache-0.8.3.crate) = 337f1c95393c719d96d9dc7c552b744271f89c4ccb70efada8a48331eb619cbd761eee5a6f13c41b214449fd9ff29439473d33ffe3eda57d78ec90dd9aad88dd -Size (string_cache-0.8.3.crate) = 16261 bytes -BLAKE2s (string_cache_codegen-0.5.1.crate) = 7d64d8f490c63aa4cdade63d00b924f6ba7b3b9ed0ff10547fc37851166d4f57 -SHA512 (string_cache_codegen-0.5.1.crate) = c3aeb752cbdbcb78cee6156b726264d182e77b3d6ac89066c366d87d8bdffc32d83e6e59a40471f07d7c827717db25fa6fb489dbd3a650f2fc252a7c85f4ecae -Size (string_cache_codegen-0.5.1.crate) = 8243 bytes +BLAKE2s (string_cache-0.8.4.crate) = f2bef18ebec8862b53986f3a5bbea15d1e5fd0cf60626d48e4c358dfe6cd1bc1 +SHA512 (string_cache-0.8.4.crate) = dff6d359226fd2c4ea5934a3d5ea73324d548ec235cd9aac8c233f2d9e67ba9b045ee598a34063839eb5b906d344a70fe3be65abcbe106cb9ff79cbc40b833e3 +Size (string_cache-0.8.4.crate) = 16380 bytes +BLAKE2s (string_cache_codegen-0.5.2.crate) = efefb70e1a210ec7c031c77a34533efa0254066d4e758ae959ada70e3519e75b +SHA512 (string_cache_codegen-0.5.2.crate) = 01b9b1a865878537f657adf908159fd04f3f2ba4e70f8c632b73d0ed5a8a09fe2bb9ac8ac4397dec1f50d771dec33fc5d3f9e68dbf80cc177118665b2c67e864 +Size (string_cache_codegen-0.5.2.crate) = 8156 bytes BLAKE2s (strsim-0.8.0.crate) = 4c57b0c1505fd1e6a962cf721ee33473997ba55c8638e53c92efc6c9cf7fcc91 SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 Size (strsim-0.8.0.crate) = 9309 bytes -BLAKE2s (strum-0.21.0.crate) = f413a0ff32def62f15328b0480a3e7742faf523b4f64df8b60a9036421d14e5e -SHA512 (strum-0.21.0.crate) = 687a99aa93616e16510213b66f53be35561d19cd19f9776084e9d6d33f8576f5eec7a806a0e48997da2b41e6f563a05424c1d5cb5ab2b4a2310cfe1d3b10a5a6 -Size (strum-0.21.0.crate) = 5296 bytes -BLAKE2s (strum_macros-0.21.1.crate) = 1c7ed6093279da5fb1df02dc4e7d2124ba254bf76f7e904cd858654b8f70c5a4 -SHA512 (strum_macros-0.21.1.crate) = 85ea12f8e03f04c427b99e027065279bd559ea1c51532c6f35cc842218e350e27349258f0fe25f5efc9fca047387da3ec5d670f94a50d574b15f4b5f1c99ddea -Size (strum_macros-0.21.1.crate) = 16280 bytes BLAKE2s (syn-0.15.44.crate) = 869d02bd6869d4d26ac4644b982dc3983398692e1cd23fbcd30c91b77f4ff404 SHA512 (syn-0.15.44.crate) = c6c9b5887425e1e5fab905e477fcea41bba191693c471cf26922a9dfdd59ed957155a399406cc3723933a869565e7295183dabedfc34e3e2a20874ba94c7ead7 Size (syn-0.15.44.crate) = 184212 bytes -BLAKE2s (syn-1.0.89.crate) = 43cc7a258883a9668e9b9d4e00e9d9bdb154841318a25a7cdbdcd1ee3e12540a -SHA512 (syn-1.0.89.crate) = 6b2a9411c015b2b0ed5c5e18cae67f357d1a735e184416c6f8533be191ba65c0963dc9341ba3829195c6616ce71d4a79cbc7768fdbaa98b798b8f67746c6ab4a -Size (syn-1.0.89.crate) = 235966 bytes -BLAKE2s (system-deps-3.2.0.crate) = 99291ab45bca4e4b6600087b587e4e18117357959a11058fe728dffeaec147d5 -SHA512 (system-deps-3.2.0.crate) = a6523e726e0cd1c23954eaeaad764bac7888b8850ae3328cbd70c31eb37c5f2573c4857c4628ad52afb169f1914ceb826d8d4fd4924e7a3ce10b512390b7c45c -Size (system-deps-3.2.0.crate) = 21476 bytes +BLAKE2s (syn-1.0.94.crate) = ab9de8e893411281fd0933d158f63b78b6e59f0c7396ff9a0cf16aad092744a9 +SHA512 (syn-1.0.94.crate) = 2bdde4584b9d95f93f629083fbedc4a7148aab702775513a602ba2d122ae57a84e6d42c38da820b15ff66743dc49624287daa0c9b6d1fcaeee102b2879ac7a1b +Size (syn-1.0.94.crate) = 236697 bytes BLAKE2s (system-deps-6.0.2.crate) = 85f8ff2856afc28256736722196d779ccd244eef53e198f75c12f3851a021551 SHA512 (system-deps-6.0.2.crate) = 5ab193ff8ef680aafe89e6920b90d07349809018a27d962c6abf0ed6920d8a7541d6af03600c7b5e328425add04305743183e072491eacf973e6e96e6590b33d Size (system-deps-6.0.2.crate) = 22869 bytes BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e Size (tempfile-3.3.0.crate) = 27578 bytes -BLAKE2s (tendril-0.4.2.crate) = 00d1ed647910aa5962bb8ad4a72013a817a1cf44a888cc663e7181c486d9f0b3 -SHA512 (tendril-0.4.2.crate) = 84cce485442a2e1ee6f8806a20dff038b1ff446d22ecfc9865c9ec8bcd209afe0748c7dd31f89c45cd5fd98e34abc1faf3c7a21b6d4bd5863e53d295bb700b3f -Size (tendril-0.4.2.crate) = 37138 bytes +BLAKE2s (tendril-0.4.3.crate) = fc038ecd041dd1e29e7f48a9ee376f7559e4c60192f46f36e7c199adf46c40c2 +SHA512 (tendril-0.4.3.crate) = 53f074aec6e59717fca280b1764f6c2e0a1c073336f48d012ff268a7189697d42d24a91a6a549c7d9e1fe8b0006e34c219f4dba3cc95247d3905c6f8a6a8186f +Size (tendril-0.4.3.crate) = 37210 bytes BLAKE2s (termtree-0.2.4.crate) = ead7601c37fc3b52b1fab48f98b1135168d83c082e04880d899fd000a35072a6 SHA512 (termtree-0.2.4.crate) = afe4e94bd57c9917ba48be4b3a22ff2b9b8a6c764c86871a3be9087ae0c65326fadb466e285a129082e4243ba6bca933d89ea01aa9188222c055f0c2b308cdf3 Size (termtree-0.2.4.crate) = 4416 bytes @@ -672,12 +657,12 @@ Size (test-generator-0.3.0.crate) = 36453 bytes BLAKE2s (textwrap-0.11.0.crate) = aac1ca89e048f3559b66b2653332c7a880ffdd9d7e557c097334ed50099ae7af SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a Size (textwrap-0.11.0.crate) = 17322 bytes -BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (time-0.1.43.crate) = 49cdc6d48210b867b7cbedd75a45b8e7e57f819bfe6bd2c66cb8385594cd30ce SHA512 (time-0.1.43.crate) = c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25 Size (time-0.1.43.crate) = 28653 bytes @@ -693,36 +678,33 @@ Size (time-macros-impl-0.1.2.crate) = 10096 bytes BLAKE2s (tinytemplate-1.2.1.crate) = 0027e7b337b79cd45257e3b79454dc579ec1bd97811fd74824268704e3aa7454 SHA512 (tinytemplate-1.2.1.crate) = 0cc080057e096f0796e72004343e1a8332c2e8a12e43f6ade150ebf632e9c29c7ad04de0b940cd57df81efdc4d07a6607da9b86a30d8383e39ac3d7be185edb9 Size (tinytemplate-1.2.1.crate) = 26490 bytes -BLAKE2s (tinyvec-1.5.1.crate) = 60cbb8e5e15e17f378e4c83b65ca583df647d9d8bea89b565f80ac829415087d -SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 -Size (tinyvec-1.5.1.crate) = 44942 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (toml-0.5.8.crate) = c3c1c927b8bb8ed0cfe2f2796712885aef2602f7faa900a994390a5f61e6b2ee -SHA512 (toml-0.5.8.crate) = 26b7901ee4b7cbb4cf8ea57d365a99ed05e0a76e73452e47d4bcb3b4eeb7bbd393c13eea9ea33dc13622942efcda39acdba9425b74b40c920c9f19673a1f2082 -Size (toml-0.5.8.crate) = 54219 bytes +BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e +SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 +Size (toml-0.5.9.crate) = 55667 bytes BLAKE2s (typenum-1.15.0.crate) = 36a47ace00a92a52369622e3dd8a02c9d20b73e6171ba04e41d3b746b3c267b1 SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288 Size (typenum-1.15.0.crate) = 40741 bytes -BLAKE2s (unicode-bidi-0.3.7.crate) = 35877a9b5d35d0c75856b237e5be0c43f956064b9af25b8c3345134aa8c0a756 -SHA512 (unicode-bidi-0.3.7.crate) = 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf -Size (unicode-bidi-0.3.7.crate) = 33759 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes -BLAKE2s (unicode-segmentation-1.9.0.crate) = fdcf49e933d6dbe0684fc2e1e172f784ff19668d56ff5be2efcaefa06a0a6b0c -SHA512 (unicode-segmentation-1.9.0.crate) = 7d0ea37bfb24a1a803b1cd40b7b0c0e6e44ebf9a474fdedf0dcca1ead25662e19f44af29b87de1b000c3cc75fec93320938bb3ab9d9e82298eda324bb97e7294 -Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes BLAKE2s (unicode-xid-0.1.0.crate) = e1fa0f046880494fa57d282bfc0a06674ee65213441973c3477458b8bb284d08 SHA512 (unicode-xid-0.1.0.crate) = cc5343e2166938322cfd7c73f1f918f2a9c46846ac0ef55933d1e44cdfaf6f7da2b7ff18b68e356c47b6d8ba5565eda0db42c347dcbde830683f341ac2b1849d Size (unicode-xid-0.1.0.crate) = 16000 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes @@ -732,9 +714,6 @@ Size (utf-8-0.7.6.crate) = 10422 bytes BLAKE2s (vec_map-0.8.2.crate) = a40b5b21f51fcfad8f2fa810b929af3cb20cd710bec9216e8750e973dc9ff59a SHA512 (vec_map-0.8.2.crate) = 4f1ef59bc2c437e79f1f84fe021bce5aa8ccd581f500f3d5776913d5f17d45b03ccee64f5bd03d47656318cfc9344a1f4311079d471fa409a8e4e94c143973f9 Size (vec_map-0.8.2.crate) = 14466 bytes -BLAKE2s (version-compare-0.0.11.crate) = 8f9d11708af0b2970e6600462a8dea92b2b6f8daa5fc5a48fd5d078225c1d9d8 -SHA512 (version-compare-0.0.11.crate) = dc0871daf7a1eb1890b70d5b876291f10b5f61b19f276a104176901f46671799e0254f0af8bb9c4106e3c8255b4d3fd65f6f408e51f080d79947c2fea4eb3558 -Size (version-compare-0.0.11.crate) = 15208 bytes BLAKE2s (version-compare-0.1.0.crate) = 32046f68218ca3d75efbfba68617c20dd66236234d0788884352304f3679d4eb SHA512 (version-compare-0.1.0.crate) = d1b1a96f528e9660e38b6a08adbc186dfa93fa3e698029f68efcdea3de82c3e78cc0a2178e49281186d58de0c24ce3e62ebf1a0ef1aafa9297931cf19408d9c6 Size (version-compare-0.1.0.crate) = 14169 bytes @@ -753,24 +732,24 @@ Size (wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 bytes BLAKE2s (wasi-0.9.0+wasi-snapshot-preview1.crate) = 2acd6dfc06609bf94db869be7d9c4ac09e3f3943d3a4090c4b07250b66883468 SHA512 (wasi-0.9.0+wasi-snapshot-preview1.crate) = dbe641f796ee3a5daafcaafc911ecc6dff170340f477c2df7a61fb4858a85aefc2637c9e61973ecce66a987aa8e08a736273a4aad3ef47eaf61ed4268dbf9c47 Size (wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 bytes -BLAKE2s (wasm-bindgen-0.2.79.crate) = 1d4a45fd59d4b89163d131d28eb97a21fd7a107c2e1695d0365e535c11b1d3d2 -SHA512 (wasm-bindgen-0.2.79.crate) = 30bbf75950c1f55560d88aa2ac37a00c55023974a73e59db575c16addad52c03eac401297be664f1f7bbd202dbba9f33c293ce063f4523082f5b2eec33ee2f85 -Size (wasm-bindgen-0.2.79.crate) = 164276 bytes -BLAKE2s (wasm-bindgen-backend-0.2.79.crate) = 60100a13829923b56ae6e0f456862d540a01b80492419bfce05dcf2937c0fbc2 -SHA512 (wasm-bindgen-backend-0.2.79.crate) = 8463996051ff7af350d32a871ebca080c434ead1c47d6f4e7b39b406adfab249615cc84d775ab550ad2a23a9af6514ecf9538d0936c54a2e253109c962b198f8 -Size (wasm-bindgen-backend-0.2.79.crate) = 25776 bytes -BLAKE2s (wasm-bindgen-macro-0.2.79.crate) = 553db2bb0878f5d2e2f35379011223ef30c69c8ba16b4a136515746cc03a2299 -SHA512 (wasm-bindgen-macro-0.2.79.crate) = b4d6b7b70ad6b1b2017726032923965f1bd0431a1badac1d050ef2539815cf9b705f7668da57c1bee2b7ecdf403c7d1c753217d25b8acbd32cbdca110c69c99b -Size (wasm-bindgen-macro-0.2.79.crate) = 11806 bytes -BLAKE2s (wasm-bindgen-macro-support-0.2.79.crate) = 3df24a1498a044550df6652fe2c95df30586d9c7118454ce7e648c7563b09173 -SHA512 (wasm-bindgen-macro-support-0.2.79.crate) = a8b83cc222889b8d90801787c99a92c93383a8313f16d96949598e137e47cbd5690cedbe97cc610e7d72042462beb6562124a0fca6e2e777d4133ede376a9b99 -Size (wasm-bindgen-macro-support-0.2.79.crate) = 17861 bytes -BLAKE2s (wasm-bindgen-shared-0.2.79.crate) = f6b66fde685244e0d0d5f25150ad3794994e6f2d45501ef4e8fecb1b4cf12199 -SHA512 (wasm-bindgen-shared-0.2.79.crate) = f81088018534c91b542d5a9085509544ea47c3a1ac13291e9dc291c23bf1a912bc61cc64d94469ae5de3b98010270956f222a08e462332ccd0b450c8f198af74 -Size (wasm-bindgen-shared-0.2.79.crate) = 7204 bytes -BLAKE2s (web-sys-0.3.56.crate) = 2b6b8fdf6c9cb3caaf96c7965b36303b72280e41d2acb7401d63796880dc5f7b -SHA512 (web-sys-0.3.56.crate) = 00db771aff344a7c05ff0c6e3c7648646913ebf16a38eb83cdb4b9afaae3ea90215ba802fe8586e50e20ccb96af11b8dcf2f81b6a11f44e26a2b0f9978b7e641 -Size (web-sys-0.3.56.crate) = 666465 bytes +BLAKE2s (wasm-bindgen-0.2.80.crate) = 89702404d92c467bb03354d32a59840774b6aa253d928c5e44acc841da320b34 +SHA512 (wasm-bindgen-0.2.80.crate) = 928fd6575217909a46f23ea8147caa438efed8eef31d1e0d75610fc380c18d7cf51cb74c7d5c83136d36433fd19bc9256b6566c2624a4008daca1b3e155aacf1 +Size (wasm-bindgen-0.2.80.crate) = 164576 bytes +BLAKE2s (wasm-bindgen-backend-0.2.80.crate) = f704d2f991d701e6e7fedec72f71b25d4e9c7e1758545cf9c13011108fc46783 +SHA512 (wasm-bindgen-backend-0.2.80.crate) = 20c33664f194dbc5998093831d8ed0eae82cfa6c90b8c3b9338c4f32104594a8864c68a51ee3e39fca1eba166b241a9a8e508d5f942791d727deb2decd9056d2 +Size (wasm-bindgen-backend-0.2.80.crate) = 25741 bytes +BLAKE2s (wasm-bindgen-macro-0.2.80.crate) = 34a8393957cf62e3c332fcdd3e6108ccb5bd74cb229dd7cf69d0493c02b5a230 +SHA512 (wasm-bindgen-macro-0.2.80.crate) = 816922762591e7ccd07d9bab1f089d1d0484c04ca4d8b9060d432fabe4ca28a6b6f0e701129f6d0a3fc341b845115c2dd1bea3bb67493234a73f7cd2bc0c66db +Size (wasm-bindgen-macro-0.2.80.crate) = 11805 bytes +BLAKE2s (wasm-bindgen-macro-support-0.2.80.crate) = 28981e3b16e944dc6fb7b12e564cb77c4fa837e2554122abaaa5c6850a9d7f8c +SHA512 (wasm-bindgen-macro-support-0.2.80.crate) = 8d4a68c363dde93d9644f30ab69ef28879e8c354e41e6ed1d1598beeeaba5bb6c8e6769fac5404faf438a90d87fbdaf9bc9b4d082dd7b1986f789d739f7b5108 +Size (wasm-bindgen-macro-support-0.2.80.crate) = 17857 bytes +BLAKE2s (wasm-bindgen-shared-0.2.80.crate) = 61a3ee89b16487fc8a488f21584bcf020124c4e5b06eb74c9f3438385f6fc715 +SHA512 (wasm-bindgen-shared-0.2.80.crate) = c170759d46e12edd41dcafc908caa887756a811006a178b3bf5ae73f73556d51fa13fc4a0844e28071d21c177a1d98e1e2f6dcac41dc240b972b697d36d74203 +Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes +BLAKE2s (web-sys-0.3.57.crate) = e9c87680c6489a44ed00e15ca84ae67c048f89fab3c2c8e9041b3036bf12ec61 +SHA512 (web-sys-0.3.57.crate) = 144a481ff7562ff5f96145c7db64ecc704863e2fd6c0c9afc87fe87513e5be660fcadec6b1114ed2c86da36ccd97024ce601b843c8768dd8b5c53c71daae9800 +Size (web-sys-0.3.57.crate) = 686563 bytes BLAKE2s (wide-0.7.4.crate) = 81ab59402f9c45462f9defc7686f924ecad278c00c3ae9d717baec41783dfb5f SHA512 (wide-0.7.4.crate) = 2a734974ce336a556e60dc6bada943d2920477e95fa444ef3f566e6e1a281fa03446fd8de4a6614cef05487ffe3b559a4ce99cfd6934022170c98563a9f7e8e4 Size (wide-0.7.4.crate) = 70154 bytes @@ -786,6 +765,24 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes BLAKE2s (xml5ever-0.16.2.crate) = 74faee9c71856c7df991bd7955846a6d0d1d3c2b109d6a04744345d99314f702 SHA512 (xml5ever-0.16.2.crate) = 8879ad82891cd3beddd0d5fd91c0c93378fcf3b6a1437ee8e18dc66a101fa16683cccf18186b33d949f7d592d8aec9f5beeb4c6f99312a5cf472a03044ef927a Size (xml5ever-0.16.2.crate) = 40971 bytes From fee876361ad98daa46945bcdd4aaf3f5f34108b4 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sun, 22 May 2022 17:22:25 +0000 Subject: [PATCH 0821/1154] doc: Updated graphics/librsvg to 2.54.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0903cf0755dd7..51e61b02d1adf 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2680 2022/05/22 16:39:22 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2681 2022/05/22 17:22:25 gutteridge Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4126,3 +4126,4 @@ Changes to the packages collection and infrastructure in 2022: Updated audio/termusic to 0.6.16 [pin 2022-05-22] Updated audio/librespot to 0.4.0 [pin 2022-05-22] Updated sysutils/dusage to 0.3.0 [pin 2022-05-22] + Updated graphics/librsvg to 2.54.3 [gutteridge 2022-05-22] From 52feae6c24d583e5e2b53ed91220aaf1705eb27d Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 22 May 2022 17:32:07 +0000 Subject: [PATCH 0822/1154] Update to 6.0.10. From the changelog: * Populate ```` correctly if it comes after ````. (#260) --- textproc/py-feedparser/Makefile | 4 ++-- textproc/py-feedparser/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 2db19fe9d0dc6..b7276e40b188d 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2022/05/19 17:44:36 schmonz Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/22 17:32:07 schmonz Exp $ -DISTNAME= feedparser-6.0.9 +DISTNAME= feedparser-6.0.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=f/feedparser/} diff --git a/textproc/py-feedparser/distinfo b/textproc/py-feedparser/distinfo index 6f9472f0a512f..db529576cf33a 100644 --- a/textproc/py-feedparser/distinfo +++ b/textproc/py-feedparser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2022/05/19 17:44:36 schmonz Exp $ +$NetBSD: distinfo,v 1.25 2022/05/22 17:32:07 schmonz Exp $ -BLAKE2s (feedparser-6.0.9.tar.gz) = db5906f66021a5ba6db6d84fcdb4d0c71dfb776e96452825ecf2e0d810c05594 -SHA512 (feedparser-6.0.9.tar.gz) = 8bfcd99be3440ad2dd692dced541635dabc11cdc96854cad576439eccec59b0954700f365228cf22f1356066b6f3f89efee614f921892c5e96411fd23717b16d -Size (feedparser-6.0.9.tar.gz) = 286366 bytes +BLAKE2s (feedparser-6.0.10.tar.gz) = 32ec289337f3c8a9fd5b6cfbb7c6c1ef5428a79de921f8ea50efc07be6b5cbab +SHA512 (feedparser-6.0.10.tar.gz) = f71c0f37a11e601610b72480dffca56ea54f1d3802d4afa522b361bac05c62322650c33f9a143288e77f1275c52cbfc46c200a3eea7368029cab0f41073dfdab +Size (feedparser-6.0.10.tar.gz) = 286395 bytes From ae0f79f877b3e4a75e0459ac0e16b57b50674418 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 22 May 2022 17:32:13 +0000 Subject: [PATCH 0823/1154] doc: Updated textproc/py-feedparser to 6.0.10 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 51e61b02d1adf..36d8243f3cb00 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2681 2022/05/22 17:22:25 gutteridge Exp $ +$NetBSD: CHANGES-2022,v 1.2682 2022/05/22 17:32:13 schmonz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4127,3 +4127,4 @@ Changes to the packages collection and infrastructure in 2022: Updated audio/librespot to 0.4.0 [pin 2022-05-22] Updated sysutils/dusage to 0.3.0 [pin 2022-05-22] Updated graphics/librsvg to 2.54.3 [gutteridge 2022-05-22] + Updated textproc/py-feedparser to 6.0.10 [schmonz 2022-05-22] diff --git a/doc/TODO b/doc/TODO index b3e621b52c5e7..533b3a1195a6c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21878 2022/05/22 09:26:21 wiz Exp $ +$NetBSD: TODO,v 1.21879 2022/05/22 17:32:13 schmonz Exp $ Suggested new packages ====================== @@ -1418,7 +1418,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-django-tagging-0.5.0 o py-ephem3-3.7.6.0 o py-fecon235-6.18.1203 - o py-feedparser-6.0.10 o py-filebytes-0.10.2 o py-gammu-3.1 o py-gcovr-4.2 From 9de42a98fe81a8b911a9337e9554a5f4639b2097 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 22 May 2022 19:05:00 +0000 Subject: [PATCH 0824/1154] py-xdis: updated to 6.0.4 6.0.4 2022-05-19 HF+LB-1 ======================== * Detect 3.7.[7-13], 3.9.[8-13], 3.10.[1-4], PyPy 2.7.12, 3.[8-9]pypy * Correct line-number detection on Python 1.0-1.4 * Handle SET_LINENO in older pythons * Warn about wrong names in after RESERVE_FAST in older Pythons * Some PyPy x-3.9.7 tolerance * Add Pypy 3.8 support * Better PyPy 3.6 formatting * Correct relative jump target calculation in 3.10 --- devel/py-xdis/Makefile | 5 ++--- devel/py-xdis/PLIST | 11 ++++++++++- devel/py-xdis/distinfo | 8 ++++---- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/devel/py-xdis/Makefile b/devel/py-xdis/Makefile index 047ea2a8ed05c..ebb9debf34bb5 100644 --- a/devel/py-xdis/Makefile +++ b/devel/py-xdis/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2022/01/05 15:41:09 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/22 19:05:00 adam Exp $ -DISTNAME= xdis-6.0.3 +DISTNAME= xdis-6.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/} diff --git a/devel/py-xdis/PLIST b/devel/py-xdis/PLIST index d1fe00f23d035..5d46336c553e9 100644 --- a/devel/py-xdis/PLIST +++ b/devel/py-xdis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2021/10/31 08:40:03 adam Exp $ +@comment $NetBSD: PLIST,v 1.18 2022/05/22 19:05:00 adam Exp $ bin/pydisasm-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -10,6 +10,9 @@ ${PYSITELIB}/${EGG_INFODIR}/zip-safe ${PYSITELIB}/xdis/__init__.py ${PYSITELIB}/xdis/__init__.pyc ${PYSITELIB}/xdis/__init__.pyo +${PYSITELIB}/xdis/__main__.py +${PYSITELIB}/xdis/__main__.pyc +${PYSITELIB}/xdis/__main__.pyo ${PYSITELIB}/xdis/bin/__init__.py ${PYSITELIB}/xdis/bin/__init__.pyc ${PYSITELIB}/xdis/bin/__init__.pyo @@ -82,6 +85,9 @@ ${PYSITELIB}/xdis/opcodes/opcode_10.pyo ${PYSITELIB}/xdis/opcodes/opcode_11.py ${PYSITELIB}/xdis/opcodes/opcode_11.pyc ${PYSITELIB}/xdis/opcodes/opcode_11.pyo +${PYSITELIB}/xdis/opcodes/opcode_12.py +${PYSITELIB}/xdis/opcodes/opcode_12.pyc +${PYSITELIB}/xdis/opcodes/opcode_12.pyo ${PYSITELIB}/xdis/opcodes/opcode_13.py ${PYSITELIB}/xdis/opcodes/opcode_13.pyc ${PYSITELIB}/xdis/opcodes/opcode_13.pyo @@ -178,6 +184,9 @@ ${PYSITELIB}/xdis/opcodes/opcode_38pypy.pyo ${PYSITELIB}/xdis/opcodes/opcode_39.py ${PYSITELIB}/xdis/opcodes/opcode_39.pyc ${PYSITELIB}/xdis/opcodes/opcode_39.pyo +${PYSITELIB}/xdis/opcodes/opcode_39pypy.py +${PYSITELIB}/xdis/opcodes/opcode_39pypy.pyc +${PYSITELIB}/xdis/opcodes/opcode_39pypy.pyo ${PYSITELIB}/xdis/opcodes/opcode_3x.py ${PYSITELIB}/xdis/opcodes/opcode_3x.pyc ${PYSITELIB}/xdis/opcodes/opcode_3x.pyo diff --git a/devel/py-xdis/distinfo b/devel/py-xdis/distinfo index c86585ebf12c9..34302ee619e1d 100644 --- a/devel/py-xdis/distinfo +++ b/devel/py-xdis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2021/11/10 16:09:53 adam Exp $ +$NetBSD: distinfo,v 1.39 2022/05/22 19:05:00 adam Exp $ -BLAKE2s (xdis-6.0.3.tar.gz) = 9f222919654134c520bbf11ff2f8a74e200212775bc4ec5cba5f1bffa1958dbc -SHA512 (xdis-6.0.3.tar.gz) = 3a33030eaf8c629db155d74af7e261340f1d6d9b2a4db33763ebe417b3612678dbb221d0d8525daaf17465519bde9e8272a922737c3b5cd97f9a7ee454cc199c -Size (xdis-6.0.3.tar.gz) = 355903 bytes +BLAKE2s (xdis-6.0.4.tar.gz) = e476b768625dbb7f74e4f68382e0d23c3922a8102203a80a6c744381546a0b33 +SHA512 (xdis-6.0.4.tar.gz) = 5dec8fcb9828c62ef16fad284053c4ff206ae6c3480830afbd254d17eca730873df5f9b58edc8488db81246bbf31bfa2d55164af99a9c3f13cdfda37a3f307e8 +Size (xdis-6.0.4.tar.gz) = 371706 bytes From 8ae6855f880b5396acd1818ffad6be512c726467 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 22 May 2022 19:14:00 +0000 Subject: [PATCH 0825/1154] py-numpy: updated to 1.22.4 1.22.4: TYP, BUG: Fix ``np.lib.stride_tricks`` re-exported under the... TST: Bump mypy from 0.931 to 0.940 MAINT: Explicitly re-export the types in ``numpy._typing`` MAINT: Specify sphinx, numpydoc versions for CI doc builds BUG: Fix typos ENH, BLD: Fix math feature detection for wasm MAINT: Fix failing simd and cygwin tests. MAINT: Fix failing Python 3.8 32-bit Windows test. BUG: add linux guard BUG: Allow legacy dtypes to cast to datetime again BUG: Make mmap handling safer in frombuffer BUG: Stop using PyBytesObject.ob_shash deprecated in Python 3.11. ENH: Introduce numpy.core.setup_common.NPY_CXX_FLAGS BUG: Ensure compile errors are raised correclty BUG: Fix segmentation fault MAINT: Update doc requirements MAINT: Mark ``npy_memchr`` with ``no_sanitize("alignment")`` on clang DOC: Proposal - make the doc landing page cards more similar... MAINT: Update Cython version to 0.29.30. BUG: Fix GCC error during build configuration REL: Prepare for the NumPy 1.22.4 release. MAINT: Skip tests that fail on PyPy. --- math/py-numpy/Makefile | 4 ++-- math/py-numpy/distinfo | 10 +++++----- .../py-numpy/patches/patch-numpy_core_setup.py | 18 +++--------------- 3 files changed, 10 insertions(+), 22 deletions(-) diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index d18a7412f74e8..dfd5744f87cbc 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2022/05/08 10:18:31 nia Exp $ +# $NetBSD: Makefile,v 1.93 2022/05/22 19:14:00 adam Exp $ -DISTNAME= numpy-1.22.3 +DISTNAME= numpy-1.22.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/} diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index 4d002b121b333..af3c4d759b4e5 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.71 2022/04/12 11:50:33 tnn Exp $ +$NetBSD: distinfo,v 1.72 2022/05/22 19:14:00 adam Exp $ -BLAKE2s (numpy-1.22.3.zip) = 8add725a5f6a438218d1df65e832acf84264fcdf59eaf006b5f80c4b492f0905 -SHA512 (numpy-1.22.3.zip) = fdeefd0ffad798a078376fe16ad840551309d3bbf551eca09d92a35048ee75c3739ab0becedb23448d82999da148827e69ded8842201c3dda72b46b4eb9be93f -Size (numpy-1.22.3.zip) = 11451867 bytes -SHA1 (patch-numpy_core_setup.py) = 57659fe39504adc789a14016c5a43d7b898789b4 +BLAKE2s (numpy-1.22.4.zip) = 020700e15b661d064377106b6c3ecd5959c524e32cc2f3d1b97739894bbbcff8 +SHA512 (numpy-1.22.4.zip) = bb2993459157c43f8c419de98be1c832f108b4eb6b96e1d20f406eccd782681ad8d0f8653637962ac592abe7d75719c17678ec97f035f6c87d4c7f939a1a8a48 +Size (numpy-1.22.4.zip) = 11458830 bytes +SHA1 (patch-numpy_core_setup.py) = 9e2388dd0de7f31994d3b27c10e439acd3ca1a03 SHA1 (patch-numpy_core_src_npymath_npy__math__private.h) = e3b8e751fd0b6b6c6794d714aa5f60dfe9d7f421 SHA1 (patch-numpy_distutils_fcompiler_____init____.py) = 49d070da5b48bd9818b37ac3254341fa68503c53 SHA1 (patch-numpy_distutils_fcompiler_g95.py) = be73b64a3e551df998b6a904d6db762bf28a98ed diff --git a/math/py-numpy/patches/patch-numpy_core_setup.py b/math/py-numpy/patches/patch-numpy_core_setup.py index 11566aa83c440..53e4990a9f5ec 100644 --- a/math/py-numpy/patches/patch-numpy_core_setup.py +++ b/math/py-numpy/patches/patch-numpy_core_setup.py @@ -1,14 +1,10 @@ -$NetBSD: patch-numpy_core_setup.py,v 1.6 2022/04/12 11:50:34 tnn Exp $ +$NetBSD: patch-numpy_core_setup.py,v 1.7 2022/05/22 19:14:00 adam Exp $ Use C language (not F77 from blas_info); fixes library name on Darwin. -Don't redefine -D__STDC_VERSION__=0 on the command line. It is almost -certainly the wrong thing to do and breaks the build completely on -modern SunOS. - ---- numpy/core/setup.py.orig 2022-03-06 17:04:34.000000000 +0000 +--- numpy/core/setup.py.orig 2022-05-20 05:46:10.000000000 +0000 +++ numpy/core/setup.py -@@ -816,6 +816,7 @@ def configuration(parent_package='',top_ +@@ -868,6 +868,7 @@ def configuration(parent_package='',top_ if have_blas: extra_info = blas_info @@ -16,11 +12,3 @@ # These files are also in MANIFEST.in so that they are always in # the source distribution independently of HAVE_CBLAS. common_src.extend([join('src', 'common', 'cblasfuncs.c'), -@@ -1038,7 +1039,6 @@ def configuration(parent_package='',top_ - extra_objects=svml_objs, - extra_info=extra_info, - extra_cxx_compile_args=['-std=c++11', -- '-D__STDC_VERSION__=0', - '-fno-exceptions', - '-fno-rtti']) - From 6c1c38c0ca828435adf781270ece2709a161fdf8 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 22 May 2022 19:14:24 +0000 Subject: [PATCH 0826/1154] Updated devel/py-xdis, math/py-numpy --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 36d8243f3cb00..9355c7823bd63 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2682 2022/05/22 17:32:13 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.2683 2022/05/22 19:14:24 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4128,3 +4128,5 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/dusage to 0.3.0 [pin 2022-05-22] Updated graphics/librsvg to 2.54.3 [gutteridge 2022-05-22] Updated textproc/py-feedparser to 6.0.10 [schmonz 2022-05-22] + Updated devel/py-xdis to 6.0.4 [adam 2022-05-22] + Updated math/py-numpy to 1.22.4 [adam 2022-05-22] From af9183fb2948a733f56065d780a9e772a366a9b9 Mon Sep 17 00:00:00 2001 From: kleink Date: Sun, 22 May 2022 19:32:41 +0000 Subject: [PATCH 0827/1154] wheel.mk: Also substitute PYVERSSUFFIX for FILES_SUBST. ok wiz --- lang/python/wheel.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/python/wheel.mk b/lang/python/wheel.mk index 1c71305f0c54a..6380bfe91d603 100644 --- a/lang/python/wheel.mk +++ b/lang/python/wheel.mk @@ -1,4 +1,4 @@ -# $NetBSD: wheel.mk,v 1.6 2022/02/07 15:39:35 wiz Exp $ +# $NetBSD: wheel.mk,v 1.7 2022/05/22 19:32:41 kleink Exp $ # # Initial mk for building and installing python wheels # @@ -55,6 +55,9 @@ PLIST_SUBST+= PYSITELIB=${PYSITELIB} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= WHEEL_INFODIR=${_WHEEL_INFODIR} +# mostly for ALTERNATIVES files +FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} + # from extension.mk # Python>=3.2 bytecode file location change From d425720f2d6ac4e4258f48b0593486b3a41cbdce Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 22 May 2022 21:05:52 +0000 Subject: [PATCH 0828/1154] tex-fancyhdr{,.-doc}: update to 4.0.3 Bugfix in extramarks.sty --- print/tex-fancyhdr-doc/Makefile | 6 +++--- print/tex-fancyhdr-doc/distinfo | 8 ++++---- print/tex-fancyhdr/Makefile | 6 +++--- print/tex-fancyhdr/distinfo | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/print/tex-fancyhdr-doc/Makefile b/print/tex-fancyhdr-doc/Makefile index 6708cff127c0d..81c5d173069bc 100644 --- a/print/tex-fancyhdr-doc/Makefile +++ b/print/tex-fancyhdr-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2022/05/15 04:26:08 markd Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/22 21:05:52 markd Exp $ DISTNAME= fancyhdr.doc -PKGNAME= tex-${DISTNAME:S/./-/}-4.0.2 -TEXLIVE_REV= 63277 +PKGNAME= tex-${DISTNAME:S/./-/}-4.0.3 +TEXLIVE_REV= 63329 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/fancyhdr diff --git a/print/tex-fancyhdr-doc/distinfo b/print/tex-fancyhdr-doc/distinfo index 0cd1cf5ddc31e..e1f9f8e197ee9 100644 --- a/print/tex-fancyhdr-doc/distinfo +++ b/print/tex-fancyhdr-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/05/15 04:26:08 markd Exp $ +$NetBSD: distinfo,v 1.12 2022/05/22 21:05:52 markd Exp $ -BLAKE2s (fancyhdr.doc.r63277.tar.xz) = 4e2651bddcd12488d4b24056ab8d3a914f708ade3dde2727af880b826bb6afcb -SHA512 (fancyhdr.doc.r63277.tar.xz) = 76cec9c059fd8a4bc47ea4ae1a7d765b3e4273413e0ec2a280eba271edfdc94c6ce2db7afb4c8b3a2fca3428c385ad27e0fcc817c16dd8bc9556434385cfa482 -Size (fancyhdr.doc.r63277.tar.xz) = 827148 bytes +BLAKE2s (fancyhdr.doc.r63329.tar.xz) = dad12c753cd0896b13a161c823d91e6d1c6369155a03f1698ab8a4870070fef5 +SHA512 (fancyhdr.doc.r63329.tar.xz) = cc7927f1ebc0c3f689ea550718f065b4fdcbb8ecf6085887e49e72c3dbc69af8ce0078d7a121d1e626a88e47fe33624093b8f0eab4155e67080c1234f5f95c67 +Size (fancyhdr.doc.r63329.tar.xz) = 828876 bytes diff --git a/print/tex-fancyhdr/Makefile b/print/tex-fancyhdr/Makefile index 5d7ba84fa91e3..3f03796e5f967 100644 --- a/print/tex-fancyhdr/Makefile +++ b/print/tex-fancyhdr/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2022/05/15 04:26:08 markd Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/22 21:05:52 markd Exp $ DISTNAME= fancyhdr -PKGNAME= tex-${DISTNAME}-4.0.2 -TEXLIVE_REV= 63277 +PKGNAME= tex-${DISTNAME}-4.0.3 +TEXLIVE_REV= 63329 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/fancyhdr diff --git a/print/tex-fancyhdr/distinfo b/print/tex-fancyhdr/distinfo index 493a87cb6dea8..b080eef2819f6 100644 --- a/print/tex-fancyhdr/distinfo +++ b/print/tex-fancyhdr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/05/15 04:26:08 markd Exp $ +$NetBSD: distinfo,v 1.12 2022/05/22 21:05:52 markd Exp $ -BLAKE2s (fancyhdr.r63277.tar.xz) = 2ea53e483880164b21f82a1e5b1c8a553c66aa1ad1e6a99e3d6484108e2c6ca3 -SHA512 (fancyhdr.r63277.tar.xz) = 12fc439f594ce021a8c46fefa2e815343a314b4a488c496c17d062d6b20c11fdd058d68fbc343ba9765f9a64225aeaed2df5541dc40574a2bd3dc339998e9025 -Size (fancyhdr.r63277.tar.xz) = 5116 bytes +BLAKE2s (fancyhdr.r63329.tar.xz) = 5c1c7c1faaea0e0e19c77954e0ab010f911b41c5e5b58029175537d3757f2e33 +SHA512 (fancyhdr.r63329.tar.xz) = dc40ba397e7fe2975712984282e67c8b04253e6a9b70d8104af3540518bfebac859d761b21ba242bd04f02c04543515a3646c33f0a0215d96d1833c290859d98 +Size (fancyhdr.r63329.tar.xz) = 5140 bytes From 526ff70fa3f831cecc37448408000d8cf02996fb Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sun, 22 May 2022 21:06:40 +0000 Subject: [PATCH 0829/1154] libstrophe: add PLIST (fix build) Issue reported by @Jajauma on GitHub. --- chat/libstrophe/PLIST | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 chat/libstrophe/PLIST diff --git a/chat/libstrophe/PLIST b/chat/libstrophe/PLIST new file mode 100644 index 0000000000000..9d387cb401857 --- /dev/null +++ b/chat/libstrophe/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/22 21:06:40 gutteridge Exp $ +include/strophe.h +lib/libstrophe.la +lib/pkgconfig/libstrophe.pc From e8afbb6e596721c1864a7cd99efdfbdf6daedb89 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 22 May 2022 21:08:07 +0000 Subject: [PATCH 0830/1154] tex-doclicense{,-doc}: update to 3.2.0 * Add Ukrainian translation. --- devel/tex-doclicense-doc/Makefile | 6 +++--- devel/tex-doclicense-doc/distinfo | 8 ++++---- devel/tex-doclicense/Makefile | 6 +++--- devel/tex-doclicense/PLIST | 3 ++- devel/tex-doclicense/distinfo | 8 ++++---- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/devel/tex-doclicense-doc/Makefile b/devel/tex-doclicense-doc/Makefile index 0b73545389f14..11306a661ebe6 100644 --- a/devel/tex-doclicense-doc/Makefile +++ b/devel/tex-doclicense-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2022/05/15 04:23:37 markd Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/22 21:08:07 markd Exp $ DISTNAME= doclicense.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.1.0 -TEXLIVE_REV= 63167 +PKGNAME= tex-${DISTNAME:S/./-/}-3.2.0 +TEXLIVE_REV= 63340 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/doclicense diff --git a/devel/tex-doclicense-doc/distinfo b/devel/tex-doclicense-doc/distinfo index 09ba3fa021829..1cd5cb1331f76 100644 --- a/devel/tex-doclicense-doc/distinfo +++ b/devel/tex-doclicense-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2022/05/15 04:23:37 markd Exp $ +$NetBSD: distinfo,v 1.13 2022/05/22 21:08:07 markd Exp $ -BLAKE2s (doclicense.doc.r63167.tar.xz) = 0260096e8a9ce763b1ceac30657d2d81cde4af22e43036c5a4d19d9375015f49 -SHA512 (doclicense.doc.r63167.tar.xz) = d6080f6d459746ef5187a25dc6610936c873e4e4b3ceea7f40c3dc77ec616575078c74a5916e62a6e9ceb16a1cd29dbc60d644f2e6089987c54d45f5c9d92edf -Size (doclicense.doc.r63167.tar.xz) = 228408 bytes +BLAKE2s (doclicense.doc.r63340.tar.xz) = f6cdb08d002af3dec75e3e0ec862d85794137bf15ed46c5664cfff0d1c6e6645 +SHA512 (doclicense.doc.r63340.tar.xz) = ae39c96a61f534f6a66e902d273816e55b48f1d12a2256a3c1fc2dbf0e6027543771ebd722fd4b6b575b7d632cbb3dcf56c58513694672de298d528527ec8c89 +Size (doclicense.doc.r63340.tar.xz) = 228964 bytes diff --git a/devel/tex-doclicense/Makefile b/devel/tex-doclicense/Makefile index a2d4c682203c2..322a72fca4153 100644 --- a/devel/tex-doclicense/Makefile +++ b/devel/tex-doclicense/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2022/05/15 04:23:37 markd Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/22 21:08:07 markd Exp $ DISTNAME= doclicense -PKGNAME= tex-${DISTNAME}-3.1.0 -TEXLIVE_REV= 63167 +PKGNAME= tex-${DISTNAME}-3.2.0 +TEXLIVE_REV= 63340 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/doclicense diff --git a/devel/tex-doclicense/PLIST b/devel/tex-doclicense/PLIST index 7587eb68cadb4..b9b2e2f48fd77 100644 --- a/devel/tex-doclicense/PLIST +++ b/devel/tex-doclicense/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2022/05/15 04:23:37 markd Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/05/22 21:08:07 markd Exp $ share/texmf-dist/tex/latex/doclicense/doclicense-UKenglish.ldf share/texmf-dist/tex/latex/doclicense/doclicense-USenglish.ldf share/texmf-dist/tex/latex/doclicense/doclicense-acadian.ldf @@ -29,6 +29,7 @@ share/texmf-dist/tex/latex/doclicense/doclicense-portuguese.ldf share/texmf-dist/tex/latex/doclicense/doclicense-russian.ldf share/texmf-dist/tex/latex/doclicense/doclicense-spanish.ldf share/texmf-dist/tex/latex/doclicense/doclicense-swedish.ldf +share/texmf-dist/tex/latex/doclicense/doclicense-ukrainian.ldf share/texmf-dist/tex/latex/doclicense/doclicense.sty share/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-80x15.eps share/texmf-dist/tex/latex/doclicense/images/doclicense-CC-by-80x15.pdf diff --git a/devel/tex-doclicense/distinfo b/devel/tex-doclicense/distinfo index 6aa73a1c57da2..c45d7c2fa9b90 100644 --- a/devel/tex-doclicense/distinfo +++ b/devel/tex-doclicense/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2022/05/15 04:23:37 markd Exp $ +$NetBSD: distinfo,v 1.13 2022/05/22 21:08:07 markd Exp $ -BLAKE2s (doclicense.r63167.tar.xz) = 6b2ee9177dd0d661f3296740e38d68fe437e3de6594b90b1b4c0fc45e1d47c29 -SHA512 (doclicense.r63167.tar.xz) = 3a7aa6e077852a4125e031724336bfd9db0b4889235ce6747d25ad7fa0842fc00e3f944e19f0914eb8ec2be1505d24214e29df225242ce46d6b6231abab8b4a1 -Size (doclicense.r63167.tar.xz) = 236048 bytes +BLAKE2s (doclicense.r63340.tar.xz) = 3fd928e448ebe85e462f6508820d96a83269053adaf07c2f66500567c45690d9 +SHA512 (doclicense.r63340.tar.xz) = c46f4b7368ee52f68eae743fc4184c18a5ce4038976d0e4b810e4395f90c6651283cb345eee59de994973f0fdc93fda983438ff9690058065904cadc58aec8fa +Size (doclicense.r63340.tar.xz) = 236500 bytes From af3e5efd44ed3bbead161b534d326a9cafcb04b7 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 22 May 2022 21:08:54 +0000 Subject: [PATCH 0831/1154] TeX package updates --- doc/CHANGES-2022 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9355c7823bd63..5c686fd9a3851 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2683 2022/05/22 19:14:24 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2684 2022/05/22 21:08:54 markd Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4130,3 +4130,7 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-feedparser to 6.0.10 [schmonz 2022-05-22] Updated devel/py-xdis to 6.0.4 [adam 2022-05-22] Updated math/py-numpy to 1.22.4 [adam 2022-05-22] + Updated print/tex-fancyhdr to 4.0.3 [markd 2022-05-22] + Updated print/tex-fancyhdr-doc to 4.0.3 [markd 2022-05-22] + Updated devel/tex-doclicense to 3.2.0 [markd 2022-05-22] + Updated devel/tex-doclicense-doc to 3.2.0 [markd 2022-05-22] From eea8fd2e48842cf20e02de75da37149fcf36656e Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 22 May 2022 21:29:58 +0000 Subject: [PATCH 0832/1154] modular-xorg-server: apply changes in PR 41501 to fix Solaris sparc build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From Claes Nästén. --- x11/modular-xorg-server/distinfo | 6 +- .../patch-hw_xfree86_os-support_bus_Sbus.c | 125 +++++++++++------- ...-hw_xfree86_os-support_solaris_sun__init.c | 22 +++ .../patches/patch-os_backtrace.c | 14 ++ 4 files changed, 116 insertions(+), 51 deletions(-) create mode 100644 x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_solaris_sun__init.c create mode 100644 x11/modular-xorg-server/patches/patch-os_backtrace.c diff --git a/x11/modular-xorg-server/distinfo b/x11/modular-xorg-server/distinfo index 4bf39d1ca8863..db39b7ede74e1 100644 --- a/x11/modular-xorg-server/distinfo +++ b/x11/modular-xorg-server/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.116 2021/12/15 23:35:00 wiz Exp $ +$NetBSD: distinfo,v 1.117 2022/05/22 21:29:58 dholland Exp $ BLAKE2s (xorg-server-1.20.14.tar.xz) = 207f7e9d968765e4ee9d916007fdd32827ed33516b2457b83002b709476e8319 SHA512 (xorg-server-1.20.14.tar.xz) = be3dc32cce7d55d7e38c5f6557027f13f39224c76cc83e5800555d5ce89dbdc3731773a2d186a5b97db9fc8731a2b2dd6e9829af2b01ee2559246d4aef7c4963 @@ -13,9 +13,11 @@ SHA1 (patch-hw_xfree86_os-support_bsd_arm__video.c) = 9c03b24f44eafc5fabe27e9d6c SHA1 (patch-hw_xfree86_os-support_bsd_bsd__VTsw.c) = 90343f694c27a6fdd5070e1167687943bd056a99 SHA1 (patch-hw_xfree86_os-support_bsd_bsd__init.c) = b58ce2005251c1b3f723ee87c759f75bcb27e230 SHA1 (patch-hw_xfree86_os-support_bsd_i386__video.c) = f2c72562a40c0e3109991453aff9c2c082526b1b -SHA1 (patch-hw_xfree86_os-support_bus_Sbus.c) = 0035b970bdae1bab51b8ca6bfeed060ec4df3a60 +SHA1 (patch-hw_xfree86_os-support_bus_Sbus.c) = 8507a2ac60c77031048a386dc5c48f0ef86cb8de SHA1 (patch-hw_xfree86_os-support_solaris_solaris-amd64.S) = 088a3118deb7567194e08dd46e34cb6edba38400 +SHA1 (patch-hw_xfree86_os-support_solaris_sun__init.c) = 6148072cfaf1cb8d0a2f465b51429563c8ea2c15 SHA1 (patch-hw_xfree86_os-support_xf86_OSproc.h) = e1c049857893d2f050d5fb297a3e8ef86f0b1d7e SHA1 (patch-hw_xfree86_os_support_bus_xf86Sbus.h) = 0e0a243b737f8f762c9f8f24a2265d1b6aefb544 SHA1 (patch-hw_xwayland_xwayland-input.c) = b876642a56f4930dfaa88cff77d4518cfe9d73e0 +SHA1 (patch-os_backtrace.c) = 8cf93febb737dd850706d140b467b73f61ecd3ad SHA1 (patch-test_xtest.c) = 77622ef481e91e64b3a6dd64b8579404f33ec88f diff --git a/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_Sbus.c b/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_Sbus.c index 311ceb7a8ba46..03ae703c0aa56 100644 --- a/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_Sbus.c +++ b/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_Sbus.c @@ -1,8 +1,8 @@ -$NetBSD: patch-hw_xfree86_os-support_bus_Sbus.c,v 1.3 2016/11/16 10:14:37 wiz Exp $ +$NetBSD: patch-hw_xfree86_os-support_bus_Sbus.c,v 1.4 2022/05/22 21:29:58 dholland Exp $ -Merge most of netbsdSbus.c from xsrc. +Merge most of netbsdSbus.c from xsrc, but leave the Solaris support in place. ---- hw/xfree86/os-support/bus/Sbus.c.orig 2016-08-11 19:08:48.000000000 +0000 +--- hw/xfree86/os-support/bus/Sbus.c.orig 2022-05-22 21:01:31.709546787 +0000 +++ hw/xfree86/os-support/bus/Sbus.c @@ -34,6 +34,9 @@ #ifdef __sun @@ -14,15 +14,17 @@ Merge most of netbsdSbus.c from xsrc. #include "xf86.h" #include "xf86Priv.h" #include "xf86_OSlib.h" -@@ -50,7 +53,6 @@ static int promP1275 = -1; +@@ -50,7 +53,9 @@ static int promP1275 = -1; #define MAX_PROP 128 #define MAX_VAL (4096-128-4) --static struct openpromio *promOpio; ++#ifdef __sun + static struct openpromio *promOpio; ++#endif sbusDevicePtr *xf86SbusInfo = NULL; -@@ -68,68 +70,75 @@ struct sbus_devtable sbusDeviceTable[] = +@@ -68,15 +73,27 @@ struct sbus_devtable sbusDeviceTable[] = {SBUS_DEVICE_GT, FBTYPE_SUNGT, "gt", NULL, "Sun Graphics Tower"}, {SBUS_DEVICE_MGX, -1, "mgx", NULL, "Quantum 3D MGXplus"}, {SBUS_DEVICE_LEO, FBTYPE_SUNLEO, "leo", "sunleo", "Sun ZX or Turbo ZX"}, @@ -30,55 +32,76 @@ Merge most of netbsdSbus.c from xsrc. + {SBUS_DEVICE_TCX, FBTYPE_TCXCOLOR, "tcx", "suntcx", "Sun TCX or S24"}, {SBUS_DEVICE_FFB, FBTYPE_CREATOR, "ffb", "sunffb", "Sun FFB"}, {SBUS_DEVICE_FFB, FBTYPE_CREATOR, "afb", "sunffb", "Sun Elite3D"}, ++#ifdef FBTYPE_P9100 + {SBUS_DEVICE_P9100, FBTYPE_P9100, "pnozz", "pnozz", "Weitek P9100"}, ++#endif /* FBTYPE_P9100 */ ++#ifdef FBTYPE_AG10E + {SBUS_DEVICE_AG10E, FBTYPE_AG10E, "ag10e", "ag10e", "Fujitsu AG-10e"}, ++#endif /* FBTYPE_AG10E */ {0, 0, NULL} }; ++#ifndef __sun +static struct ofiocdesc ofio; +static char of_buf[256]; ++#endif + int promGetSibling(int node) { -- promOpio->oprom_size = sizeof(int); ++#ifdef __sun + promOpio->oprom_size = sizeof(int); if (node == -1) +@@ -86,11 +103,20 @@ promGetSibling(int node) return 0; -- *(int *) promOpio->oprom_array = node; -- if (ioctl(promFd, OPROMNEXT, promOpio) < 0) + promCurrentNode = *(int *) promOpio->oprom_array; + return *(int *) promOpio->oprom_array; ++#else ++ if (node == -1) ++ return 0; + if (ioctl(promFd, OFIOCGETNEXT, &node) < 0) - return 0; -- promCurrentNode = *(int *) promOpio->oprom_array; -- return *(int *) promOpio->oprom_array; ++ return 0; + promCurrentNode = node; + return node; ++#endif } int promGetChild(int node) { -- promOpio->oprom_size = sizeof(int); ++#ifdef __sun + promOpio->oprom_size = sizeof(int); if (!node || node == -1) +@@ -100,26 +126,52 @@ promGetChild(int node) return 0; -- *(int *) promOpio->oprom_array = node; -- if (ioctl(promFd, OPROMCHILD, promOpio) < 0) + promCurrentNode = *(int *) promOpio->oprom_array; + return *(int *) promOpio->oprom_array; ++#else ++ if (!node || node == -1) ++ return 0; + if (ioctl(promFd, OFIOCGETCHILD, &node) < 0) - return 0; -- promCurrentNode = *(int *) promOpio->oprom_array; -- return *(int *) promOpio->oprom_array; ++ return 0; + promCurrentNode = node; + return node; ++#endif } char * promGetProperty(const char *prop, int *lenp) { -- promOpio->oprom_size = MAX_VAL; ++#ifdef __sun + promOpio->oprom_size = MAX_VAL; -- strcpy(promOpio->oprom_array, prop); -- if (ioctl(promFd, OPROMGETPROP, promOpio) < 0) + strcpy(promOpio->oprom_array, prop); + if (ioctl(promFd, OPROMGETPROP, promOpio) < 0) + return 0; ++ + if (lenp) + *lenp = promOpio->oprom_size; + return promOpio->oprom_array; ++#else + ofio.of_nodeid = promCurrentNode; + ofio.of_name = (char *)prop; + ofio.of_namelen = strlen(prop); @@ -86,78 +109,82 @@ Merge most of netbsdSbus.c from xsrc. + ofio.of_buflen = sizeof(of_buf); + + if (ioctl(promFd, OFIOCGET, &ofio) < 0) - return 0; ++ return 0; + + of_buf[ofio.of_buflen] = '\0'; + - if (lenp) -- *lenp = promOpio->oprom_size; -- return promOpio->oprom_array; ++ if (lenp) + *lenp = ofio.of_buflen; + return of_buf; ++#endif } int promGetBool(const char *prop) { -- promOpio->oprom_size = 0; ++#ifdef __sun + promOpio->oprom_size = 0; +- + *(int *) promOpio->oprom_array = 0; + for (;;) { + promOpio->oprom_size = MAX_PROP; +@@ -130,6 +182,19 @@ promGetBool(const char *prop) + if (!strcmp(promOpio->oprom_array, prop)) + return 1; + } ++#else + ofio.of_nodeid = promCurrentNode; + ofio.of_name = (char *)prop; + ofio.of_namelen = strlen(prop); + ofio.of_buf = of_buf; + ofio.of_buflen = sizeof(of_buf); - -- *(int *) promOpio->oprom_array = 0; -- for (;;) { -- promOpio->oprom_size = MAX_PROP; -- if (ioctl(promFd, OPROMNXTPROP, promOpio) < 0) -- return 0; -- if (!promOpio->oprom_size) -- return 0; -- if (!strcmp(promOpio->oprom_array, prop)) -- return 1; -- } ++ + if (ioctl(promFd, OFIOCGET, &ofio) < 0) + return 0; + if (ofio.of_buflen < 0) + return 0; + return 1; ++#endif } #define PROM_NODE_SIBLING 0x01 -@@ -180,8 +189,8 @@ promIsP1275(void) +@@ -180,8 +245,8 @@ promIsP1275(void) promP1275 = TRUE; else promP1275 = FALSE; -#elif defined(__FreeBSD__) - promP1275 = TRUE; +#elif defined(__FreeBSD__) || defined(__NetBSD__) -+ promP1275 = TRUE; ++ promP1275 = TRUE; #else #error Missing promIsP1275() function for this OS #endif -@@ -198,8 +207,6 @@ sparcPromClose(void) +@@ -198,8 +263,10 @@ sparcPromClose(void) close(promFd); promFd = -1; } -- free(promOpio); -- promOpio = NULL; ++#ifdef __sun + free(promOpio); + promOpio = NULL; ++#endif promOpenCount = 0; } -@@ -213,11 +220,6 @@ sparcPromInit(void) +@@ -213,11 +280,13 @@ sparcPromInit(void) promFd = open("/dev/openprom", O_RDONLY, 0); if (promFd == -1) return -1; -- promOpio = (struct openpromio *) malloc(4096); -- if (!promOpio) { -- sparcPromClose(); -- return -1; -- } ++#ifdef __sun + promOpio = (struct openpromio *) malloc(4096); + if (!promOpio) { + sparcPromClose(); + return -1; + } ++#endif promRootNode = promGetSibling(0); if (!promRootNode) { sparcPromClose(); -@@ -399,9 +401,9 @@ sparcPromAssignNodes(void) +@@ -399,9 +468,9 @@ sparcPromAssignNodes(void) * were the types of the cards missed. */ char buffer[64]; int fbNum, devId; diff --git a/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_solaris_sun__init.c b/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_solaris_sun__init.c new file mode 100644 index 0000000000000..5081b57602f5b --- /dev/null +++ b/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_solaris_sun__init.c @@ -0,0 +1,22 @@ +$NetBSD: patch-hw_xfree86_os-support_solaris_sun__init.c,v 1.1 2022/05/22 21:29:58 dholland Exp $ + +Fix sparc Solaris build. + +--- hw/xfree86/os-support/solaris/sun_init.c~ 2021-12-15 19:01:24.000000000 +0000 ++++ hw/xfree86/os-support/solaris/sun_init.c +@@ -61,6 +61,7 @@ static char consoleDev[PATH_MAX] = "/dev + Used by hw/xfree86/common/xf86AutoConfig.c for VIS_GETIDENTIFIER */ + _X_HIDDEN char xf86SolarisFbDev[PATH_MAX] = "/dev/fb"; + ++#ifdef HAS_USL_VTS + static void + switch_to(int vt, const char *from) + { +@@ -76,6 +77,7 @@ switch_to(int vt, const char *from) + xf86Msg(X_WARNING, "%s: VT_WAITACTIVE failed: %s\n", + from, strerror(errno)); + } ++#endif + + void + xf86OpenConsole(void) diff --git a/x11/modular-xorg-server/patches/patch-os_backtrace.c b/x11/modular-xorg-server/patches/patch-os_backtrace.c new file mode 100644 index 0000000000000..5bae2b6048dcc --- /dev/null +++ b/x11/modular-xorg-server/patches/patch-os_backtrace.c @@ -0,0 +1,14 @@ +$NetBSD: patch-os_backtrace.c,v 1.3 2022/05/22 21:29:58 dholland Exp $ + +Use standard headers, needed on Solaris. + +--- os/backtrace.c~ 2021-12-15 19:01:24.000000000 +0000 ++++ os/backtrace.c +@@ -29,6 +29,7 @@ + #include "misc.h" + #include + #include ++#include + + #ifdef HAVE_LIBUNWIND + From 52b7a98d50b98c1cc7bb747073c4d6f322d858e3 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 22 May 2022 22:47:53 +0000 Subject: [PATCH 0833/1154] net/nagios-plugin-syncrepl: pkglint --- net/nagios-plugin-syncrepl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nagios-plugin-syncrepl/Makefile b/net/nagios-plugin-syncrepl/Makefile index 04fc6a61181ad..c7ff6c106b0af 100644 --- a/net/nagios-plugin-syncrepl/Makefile +++ b/net/nagios-plugin-syncrepl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/05/14 13:05:45 nia Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/22 22:47:53 dholland Exp $ # -PKGNAME= nagios-plugin-syncrepl-${DISTNAME:C/.*-//} DISTNAME= check_syncrepl-0.5 +PKGNAME= nagios-plugin-syncrepl-${DISTNAME:C/.*-//} CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz From a01717cac6733064c4d96f8acf907aa2cb9a9755 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 22 May 2022 22:50:42 +0000 Subject: [PATCH 0834/1154] net/nagios-plugin-syncrepl: honor CFLAGS and LDFLAGS May be sufficient to fix the Solaris build as suggested in PR 52050. --- net/nagios-plugin-syncrepl/distinfo | 3 ++- .../patches/patch-Makefile | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 net/nagios-plugin-syncrepl/patches/patch-Makefile diff --git a/net/nagios-plugin-syncrepl/distinfo b/net/nagios-plugin-syncrepl/distinfo index cf2071c3c942e..795f67c15edd7 100644 --- a/net/nagios-plugin-syncrepl/distinfo +++ b/net/nagios-plugin-syncrepl/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:06:04 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/05/22 22:50:42 dholland Exp $ BLAKE2s (check_syncrepl-0.5.tgz) = 1f29f8d61f548de30b44a372fce4f92ed5e1795794e668a8b91b3d61ee940a61 SHA512 (check_syncrepl-0.5.tgz) = c2c108c4d7997401859ff5131bcfd926bdc36681a3bf3371b32538b6e9be4e90eba0681e94c908cbcd150c3949a056f478f855c8ee27681355335628679a7824 Size (check_syncrepl-0.5.tgz) = 2412 bytes +SHA1 (patch-Makefile) = a1680781768fd082662f389a71ef2bded04b87b6 diff --git a/net/nagios-plugin-syncrepl/patches/patch-Makefile b/net/nagios-plugin-syncrepl/patches/patch-Makefile new file mode 100644 index 0000000000000..be6e12a8ce81f --- /dev/null +++ b/net/nagios-plugin-syncrepl/patches/patch-Makefile @@ -0,0 +1,19 @@ +$NetBSD: patch-Makefile,v 1.1 2022/05/22 22:50:42 dholland Exp $ + +Honor pkgsrc CFLAGS, LDFLAGS, and LIBS. + +--- Makefile~ 2018-05-20 02:35:50.000000000 +0000 ++++ Makefile +@@ -1,9 +1,9 @@ +-CFLAGS= -DLDAP_DEPRECATED +-LIBS= -lldap ++CFLAGS+= -DLDAP_DEPRECATED ++LIBS+= -lldap + all: check_syncrepl + + check_syncrepl: check_syncrepl.o +- $(CC) ${LIBS} -o check_syncrepl check_syncrepl.o ++ $(CC) ${LDFLAGS} ${LIBS} -o check_syncrepl check_syncrepl.o + + clean: + rm -f *.o *.core check_syncrepl From 11094e07278d7aa2806ef6dd39a6f27c803c6048 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 22 May 2022 23:05:56 +0000 Subject: [PATCH 0835/1154] Bump PKGREVISION of net/nagios-plugin-syncrepl for previous change. (Honoring CFLAGS will likely change the binary package on some targets.) --- net/nagios-plugin-syncrepl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/nagios-plugin-syncrepl/Makefile b/net/nagios-plugin-syncrepl/Makefile index c7ff6c106b0af..28df1a43ff467 100644 --- a/net/nagios-plugin-syncrepl/Makefile +++ b/net/nagios-plugin-syncrepl/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2022/05/22 22:47:53 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/22 23:05:56 dholland Exp $ # DISTNAME= check_syncrepl-0.5 PKGNAME= nagios-plugin-syncrepl-${DISTNAME:C/.*-//} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz From f10ed77c36a24adc07d730d0273b2e3cccadcbd1 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 22 May 2022 23:58:43 +0000 Subject: [PATCH 0836/1154] devel/jemalloc: set SHELL explicitly so it gets something useful on Solaris --- devel/jemalloc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/jemalloc/Makefile b/devel/jemalloc/Makefile index 6dc6e87ba12d0..31d5cce144231 100644 --- a/devel/jemalloc/Makefile +++ b/devel/jemalloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2021/05/24 19:49:58 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/22 23:58:43 dholland Exp $ DISTNAME= jemalloc-5.2.1 PKGREVISION= 3 @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-xmalloc CONFIGURE_ARGS+= --with-xslroot=${PREFIX}/share/xsl/docbook/ PKGCONFIG_OVERRIDE= jemalloc.pc.in +BUILD_MAKE_FLAGS+= SHELL=${CONFIG_SHELL} REPLACE_PERL= bin/jeprof.in From 51de9535b3e4db85f118b44892882225f4fd649f Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 23 May 2022 00:35:02 +0000 Subject: [PATCH 0837/1154] =?UTF-8?q?multimedia/ffmpeg4:=20solaris=20build?= =?UTF-8?q?=20fixes=20from=20Claes=20N=C3=A4st=C3=A9n=20in=20PR=2056633?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multimedia/ffmpeg4/Makefile.common | 5 ++++- multimedia/ffmpeg4/distinfo | 3 ++- .../ffmpeg4/patches/patch-ffbuild_libversion.sh | 12 ++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 multimedia/ffmpeg4/patches/patch-ffbuild_libversion.sh diff --git a/multimedia/ffmpeg4/Makefile.common b/multimedia/ffmpeg4/Makefile.common index ff99247a6a15b..2d0d9b69683c9 100644 --- a/multimedia/ffmpeg4/Makefile.common +++ b/multimedia/ffmpeg4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2022/04/20 21:16:01 wiz Exp $ +# $NetBSD: Makefile.common,v 1.28 2022/05/23 00:35:02 dholland Exp $ # used by multimedia/ffmpeg4/Makefile # used by multimedia/ffplay4/Makefile @@ -32,6 +32,8 @@ CONFIGURE_ARGS+= --incdir=${PREFIX}/include/ffmpeg4 CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/ffmpeg4 CONFIGURE_ARGS+= --shlibdir=${PREFIX}/lib/ffmpeg4 LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ffmpeg4 +# Misuse LDFLAGS because the package doesn't (at least right now) honor LIBS. +LDFLAGS.SunOS+= -lrt .if !empty(MACHINE_PLATFORM:MDarwin-1[2-9].*-*) || !empty(MACHINE_PLATFORM:MDarwin-2*) CONFIGURE_ARGS+= --enable-opencl @@ -73,6 +75,7 @@ REPLACE_PERL+= doc/texi2pod.pl REPLACE_SH+= configure REPLACE_SH+= ffbuild/pkgconfig_generate.sh REPLACE_SH+= ffbuild/version.sh +REPLACE_SH+= ffbuild/libversion.sh PLIST_SRC+= ${PKGDIR}/PLIST diff --git a/multimedia/ffmpeg4/distinfo b/multimedia/ffmpeg4/distinfo index fd6f29cb525a7..1221704c68a7b 100644 --- a/multimedia/ffmpeg4/distinfo +++ b/multimedia/ffmpeg4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2022/04/20 21:16:01 wiz Exp $ +$NetBSD: distinfo,v 1.27 2022/05/23 00:35:02 dholland Exp $ BLAKE2s (ffmpeg-4.4.2.tar.xz) = b28c91e749bebf8a0b2911723c60281ff4deea5d6ba613939a27b0ae702c8c0d SHA512 (ffmpeg-4.4.2.tar.xz) = abce847c607ac6d63fe32ceff8bf8724888acf2b7db9a083cba50e3235590cdcb27feb7e0a314133d0030809fb54d474f64001fc9ab7d896a819159869c09d5a @@ -9,6 +9,7 @@ SHA1 (patch-doc_Makefile) = 3b86307323fa565f9ad19c5bcb6ea71d323062fc SHA1 (patch-doc_general__contents.texi) = 13704795d2688dc0377a512dc6e65025ad674724 SHA1 (patch-doc_indevs.texi) = 066a6ead2132ec05796bdcc000071dfca76d220c SHA1 (patch-doc_outdevs.texi) = 0a6930b835fb24e0008adeeb6c34990db1e16fc1 +SHA1 (patch-ffbuild_libversion.sh) = 7671eced5a8135a900c2f1d30343fc072ebb84ec SHA1 (patch-libavdevice_Makefile) = 526efd20021068245d8904c0d55508a540ae4054 SHA1 (patch-libavdevice_alldevices.c) = 8f835f8ec7b057ddcd6303bc2178cdb6f4541e2a SHA1 (patch-libavdevice_sunau.c) = 44dba866c58d508c0f873ffdd9ad8d25c059cc8a diff --git a/multimedia/ffmpeg4/patches/patch-ffbuild_libversion.sh b/multimedia/ffmpeg4/patches/patch-ffbuild_libversion.sh new file mode 100644 index 0000000000000..caabd02f1345e --- /dev/null +++ b/multimedia/ffmpeg4/patches/patch-ffbuild_libversion.sh @@ -0,0 +1,12 @@ +$NetBSD: patch-ffbuild_libversion.sh,v 1.1 2022/05/23 00:35:02 dholland Exp $ + +Add missing shebang. + +--- ffbuild/libversion.sh~ 2021-10-21 17:06:35.000000000 +0000 ++++ ffbuild/libversion.sh +@@ -1,3 +1,5 @@ ++#!/bin/sh ++ + toupper(){ + echo "$@" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ + } From ad6dd8d8b086be3882c2dfbc210350c4d9a93aa9 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Mon, 23 May 2022 01:02:26 +0000 Subject: [PATCH 0838/1154] py-gnupg: incompatible with Python 2.7 (un-break bulk builds) --- security/py-gnupg/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 221217c94b2f7..aff7535abbed1 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2022/05/22 12:17:38 adam Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/23 01:02:26 gutteridge Exp $ DISTNAME= python-gnupg-0.4.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//} @@ -10,6 +10,8 @@ HOMEPAGE= https://docs.red-dove.com/python-gnupg/ COMMENT= Wrapper for the Gnu Privacy Guard LICENSE= modified-bsd +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-build + BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.29.0:../../devel/py-wheel DEPENDS+= gnupg2>=2.2.0:../../security/gnupg2 From b0898db4b47dab33fd99df9111a9e6140cc20fe3 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 23 May 2022 02:23:00 +0000 Subject: [PATCH 0839/1154] CHANGES for nagios-plugin-syncrepl --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5c686fd9a3851..09eb3fb64fb8a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2684 2022/05/22 21:08:54 markd Exp $ +$NetBSD: CHANGES-2022,v 1.2685 2022/05/23 02:23:00 dholland Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4134,3 +4134,4 @@ Changes to the packages collection and infrastructure in 2022: Updated print/tex-fancyhdr-doc to 4.0.3 [markd 2022-05-22] Updated devel/tex-doclicense to 3.2.0 [markd 2022-05-22] Updated devel/tex-doclicense-doc to 3.2.0 [markd 2022-05-22] + Updated net/nagios-plugin-syncrepl to 0.5nb1 [dholland 2022-05-22] From 2409ab07b2c0b49ef460b6ce19483c8be770cc50 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 23 May 2022 03:18:45 +0000 Subject: [PATCH 0840/1154] comms/kermit: add IRIX target selection Similar to what was suggested in PR 26800 by Georg Schwarz. Untested. Testing requires IRIX :-) --- comms/kermit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 68c5b0525e61e..f9fcd0a92964e 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2021/10/21 07:46:33 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2022/05/23 03:18:45 dholland Exp $ DISTNAME= cku302 PKGNAME= kermit-9.0.302 @@ -63,6 +63,8 @@ MAKE_ENV+= HAVE_CURSES=-DCK_NCURSES . endif .elif ${OPSYS} == "SunOS" BUILD_TARGET_OPSYS= solaris11g +.elif ${OPSYS} == "IRIX" +BUILD_TARGET_OPSYS= irix${OS_VERSION:C/\.//g} .else BUILD_TARGET_OPSYS= netbsd .endif From 7e92905deaea8666d0339653dedda8e66eecc3ee Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 23 May 2022 03:45:35 +0000 Subject: [PATCH 0841/1154] PR 28609 Georg Schwarz mail/distribute doesn't build on Irix - Set STRSEP_MISSING on Irix. - Remove patch-ab, which #if'd out a fallback definition for _PATH_SENDMAIL; that's completely pointless. --- mail/distribute/Makefile | 9 ++++++++- mail/distribute/distinfo | 5 ++--- mail/distribute/patches/patch-aa | 4 ++-- mail/distribute/patches/patch-ab | 15 --------------- 4 files changed, 12 insertions(+), 21 deletions(-) delete mode 100644 mail/distribute/patches/patch-ab diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile index 356fe93865695..05cd5c034b97a 100644 --- a/mail/distribute/Makefile +++ b/mail/distribute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2021/05/24 19:52:39 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/23 03:45:35 dholland Exp $ DISTNAME= distribute-2.1-pl19 PKGNAME= distribute-2.1.26 @@ -43,6 +43,13 @@ MAKE_ENV+= DEFAULTCONFIG='-DDEF_SEQ_PATH="\"${MAILINGLIST_DIR}\"" \ INSTALL=${INSTALL:Q} \ INSTALL_MAN=${INSTALL_MAN:Q} +.include "../../mk/bsd.prefs.mk" + +# Reported against Irix 5; assume all versions until proven otherwise +.if ${OPSYS} == "IRIX" +MAKE_ENV+= MOREOPTIONS=-DSTRSEP_MISSING +.endif + pre-build: ${TOUCH} ${WRKSRC}/logging.h ${WRKSRC}/strsep.c diff --git a/mail/distribute/distinfo b/mail/distribute/distinfo index 76bd872bd342e..c1ec0ab4e61e0 100644 --- a/mail/distribute/distinfo +++ b/mail/distribute/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:53:57 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/05/23 03:45:35 dholland Exp $ BLAKE2s (distribute/distribute-2.1-pl19.tar.gz) = 6d31f088c79d2a181790e852d2f98e723447e813a6a0b96dd62b8ccecbf31105 SHA512 (distribute/distribute-2.1-pl19.tar.gz) = 1ece4fd98c86ce6a4087e25b35d46d8cb4d6d9882de13d210c2d4a6885385c38e2fbb31de529886ee3dd24ee3ef2f48858315324fd11e4add8e08b4653b30efa @@ -24,7 +24,6 @@ Size (distribute/patch.25e.gz) = 7374 bytes BLAKE2s (distribute/patch.26e.gz) = 666bf899f71fd957125bd1e751eafd21949fa56cf053256b64ebb8988e5f4304 SHA512 (distribute/patch.26e.gz) = c0c1de2467d1b28320585cb4933029182932345e7e8b38fda79eed513ec30e7dea7cef1bd8c7f2ca551aae7c1e5930fc361451f73ce5bd7d1027460df4bef81e Size (distribute/patch.26e.gz) = 12560 bytes -SHA1 (patch-aa) = d3f11bc9ae82a6bb7c644ebba8f929e4ae13e3f3 -SHA1 (patch-ab) = 4c07a6ae9bb1e9dacd33db96624d2c2fefbb9240 +SHA1 (patch-aa) = fd8a98d613fbec3f057a2b9187306cc89eadd2bf SHA1 (patch-ac) = 89873e55470070a2ceff7bc06fa63d2673aee766 SHA1 (patch-tmpl2c.pl) = 5cdf21381f98df64b37609173e35448427edf231 diff --git a/mail/distribute/patches/patch-aa b/mail/distribute/patches/patch-aa index 15b1bda426de1..1b8c33267e2d2 100644 --- a/mail/distribute/patches/patch-aa +++ b/mail/distribute/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2017/08/19 00:20:13 jlam Exp $ +$NetBSD: patch-aa,v 1.5 2022/05/23 03:45:35 dholland Exp $ --- Makefile.orig 2017-08-13 00:33:32.000000000 +0000 +++ Makefile @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.4 2017/08/19 00:20:13 jlam Exp $ # OPTIONS= -DSYSLOG -DISSUE -DSUBJALIAS -DADDVERSION \ - -DSYSLOG_FACILITY=LOG_LOCAL4 -DCCMAIL -DUSEMIMEKIT -+ -DSYSLOG_FACILITY=LOG_LOCAL4 -DCCMAIL ++ -DSYSLOG_FACILITY=LOG_LOCAL4 -DCCMAIL $(MOREOPTIONS) +#OPTIONS+= -DMIMEKIT # diff --git a/mail/distribute/patches/patch-ab b/mail/distribute/patches/patch-ab deleted file mode 100644 index 18776a43b10d9..0000000000000 --- a/mail/distribute/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2000/02/13 19:39:51 fredb Exp $ - ---- config.h.orig Sun Sep 14 09:25:53 1997 -+++ config.h Sun Sep 14 09:26:01 1997 -@@ -97,8 +97,10 @@ - * this default should be set to 'goold-old-time' default value. - */ - -+#if 0 - #ifndef _PATH_SENDMAIL - # define _PATH_SENDMAIL "/usr/lib/sendmail" /* default */ -+#endif - #endif - - #endif From 4af844d45ec7c0a54199596abed800423fc08c70 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 23 May 2022 03:55:50 +0000 Subject: [PATCH 0842/1154] mail/distribute: while here, patch some build warnings --- mail/distribute/distinfo | 3 ++- mail/distribute/patches/patch-history.c | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 mail/distribute/patches/patch-history.c diff --git a/mail/distribute/distinfo b/mail/distribute/distinfo index c1ec0ab4e61e0..5f5f7f00ad488 100644 --- a/mail/distribute/distinfo +++ b/mail/distribute/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2022/05/23 03:45:35 dholland Exp $ +$NetBSD: distinfo,v 1.15 2022/05/23 03:55:50 dholland Exp $ BLAKE2s (distribute/distribute-2.1-pl19.tar.gz) = 6d31f088c79d2a181790e852d2f98e723447e813a6a0b96dd62b8ccecbf31105 SHA512 (distribute/distribute-2.1-pl19.tar.gz) = 1ece4fd98c86ce6a4087e25b35d46d8cb4d6d9882de13d210c2d4a6885385c38e2fbb31de529886ee3dd24ee3ef2f48858315324fd11e4add8e08b4653b30efa @@ -26,4 +26,5 @@ SHA512 (distribute/patch.26e.gz) = c0c1de2467d1b28320585cb4933029182932345e7e8b3 Size (distribute/patch.26e.gz) = 12560 bytes SHA1 (patch-aa) = fd8a98d613fbec3f057a2b9187306cc89eadd2bf SHA1 (patch-ac) = 89873e55470070a2ceff7bc06fa63d2673aee766 +SHA1 (patch-history.c) = f9a42fdeac4c05ff56d672a3f455efe430e9570f SHA1 (patch-tmpl2c.pl) = 5cdf21381f98df64b37609173e35448427edf231 diff --git a/mail/distribute/patches/patch-history.c b/mail/distribute/patches/patch-history.c new file mode 100644 index 0000000000000..bfd018417fa4d --- /dev/null +++ b/mail/distribute/patches/patch-history.c @@ -0,0 +1,14 @@ +$NetBSD: patch-history.c,v 1.1 2022/05/23 03:55:50 dholland Exp $ + +Use standard headers. + +--- history.c~ 2022-05-23 03:43:34.271366357 +0000 ++++ history.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include + + #include "memory.h" From 65342bd192d703105d247cad8b3ad507859a2050 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 23 May 2022 05:21:25 +0000 Subject: [PATCH 0843/1154] graphics/blender: use statvfs on solaris From Gilles Dauphin in PR 35928. --- graphics/blender/distinfo | 3 ++- .../patch-source_blender_blenlib_intern_storage.c | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 graphics/blender/patches/patch-source_blender_blenlib_intern_storage.c diff --git a/graphics/blender/distinfo b/graphics/blender/distinfo index 0a12042e4397b..df79f9e242fe7 100644 --- a/graphics/blender/distinfo +++ b/graphics/blender/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.66 2021/11/15 17:49:09 wiz Exp $ +$NetBSD: distinfo,v 1.67 2022/05/23 05:21:25 dholland Exp $ BLAKE2s (blender-2.93.5.tar.xz) = 9644846b63519b9a3b3e3bf86311df2ca6eef6566fe2ce46abc26e580fb2adf5 SHA512 (blender-2.93.5.tar.xz) = 274e94fa64af0a414815d2809870982dc1093732ddad9e91318f96ce5b72102d9afab16273724127568c0e890dad921bd8f72d7b0e74c9c501b3e86f6b7cfaa0 @@ -11,6 +11,7 @@ SHA1 (patch-extern_glog_src_config.h) = e445c911d4ebb1f7e378c3c46911b55f77ba5608 SHA1 (patch-extern_glog_src_config__netbsd.h) = f96dd9d6afed38466e5765c604efebcd78537a54 SHA1 (patch-intern_cycles_kernel_svm_svm__sky.h) = bc672c23ea5f7c837d6a1f34bae87b9ef093309e SHA1 (patch-intern_guardedalloc_intern_mallocn__intern.h) = 81fb0fd1b34d550168a4bdf63f28b4e199717921 +SHA1 (patch-source_blender_blenlib_intern_storage.c) = 5f827d6e263d80e540681c5be7cad37aeae47d86 SHA1 (patch-source_blender_gpu_intern_gpu_matrix.cc) = 107866999d07a8bf74af722aa26f8b438c76ed39 SHA1 (patch-source_blender_imbuf_intern_anim_movie.c) = 1529f84515395a4764c826b90191f87131601881 SHA1 (patch-source_blender_imbuf_intern_openexr_openexr__api.cpp) = 936590a84bc5c2a25567b89fbb8f03467e41d198 diff --git a/graphics/blender/patches/patch-source_blender_blenlib_intern_storage.c b/graphics/blender/patches/patch-source_blender_blenlib_intern_storage.c new file mode 100644 index 0000000000000..6f3620e47c85e --- /dev/null +++ b/graphics/blender/patches/patch-source_blender_blenlib_intern_storage.c @@ -0,0 +1,15 @@ +$NetBSD: patch-source_blender_blenlib_intern_storage.c,v 1.1 2022/05/23 05:21:25 dholland Exp $ + +Use statvfs on Solaris. (From PR 35928) + +--- source/blender/blenlib/intern/storage.c~ 2021-08-10 01:31:50.000000000 +0000 ++++ source/blender/blenlib/intern/storage.c +@@ -29,7 +29,7 @@ + + #include + +-#if defined(__NetBSD__) || defined(__DragonFly__) || defined(__HAIKU__) ++#if defined(__NetBSD__) || defined(__DragonFly__) || defined(__HAIKU__) || defined(__sun) + /* Other modern unix OS's should probably use this also. */ + # include + # define USE_STATFS_STATVFS From fbf89a38a8809279b7a004164bd51eeb55740619 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 23 May 2022 05:22:13 +0000 Subject: [PATCH 0844/1154] py-weasyprint: Update to 55.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 55.0 ------------ Released on 2022-05-12. This version also includes the changes from unstable b1 version listed below. Bug fixes: * Fix the vertical position and available height of absolute boxes * Minor fixes for multi-column layout * Don’t stop rendering SVG when CSS parsing fails * Fix sequential footnotes that could disappear when overflowing * Fix position of absolute boxes with right-to-left direction * Fix relative paths for SVG files stored as data URLs Version 55.0b1 -------------- Released on 2022-04-15. **This version is experimental, don't use it in production. If you find bugs, please report them!** Dependencies: * Python 3.7+ is now needed, Python 3.6 is not supported anymore Features: * Support ``word-break: break-all`` * Support column breaks * Allow reproducible PDF generation Bug fixes: * Handle ``inherit`` in shorthand properties * Space out no-repeat patterns * Avoid invalid PDF operators when drawing SVG text * Don’t output footnotes before their call sites * Prevent infinite loops in multi-column layout * Fix position of absolute boxes in right-to-left contexts * Draw borders around absolute replaced boxes * Fix skip stacks for columns * Better support of nested ``text-decoration`` properties * Fix absolute blocks in lines * Clear adjoining margins when a container’s child doesn’t fit Performance: * Improve tests speed * Improve fonts management * Improve column layout speed * Cache ``ch`` and ``ex`` units calculations Version 54.3 ------------ Released on 2022-04-04. Bug fixes: * Support position: absolute in footnotes * Fix discarded text-align values Version 54.2 ------------ Released on 2022-02-27. Bug fixes: * Always store parent blocks children as lists * Fix float rounding errors * Ignore unknown glyphs * Fix line break when breaks occur between a nbsp and an inline block * Always set the child index * Fix patterns with use tags Version 54.1 ------------ Released on 2022-01-31. Features: * Handle break-inside: avoid on tr tags Bug fixes: * Handle absolute children in running elements * Handle invalid values in text-align * Handle absolute flex boxes Version 54.0 ------------ Released on 2022-01-08. This version also includes the changes from unstable b1 version listed below. Bug fixes: * Always use absolute paths to get hrefs in SVG * Fix many rendering problems of broken tables * Fix support of fonts with SVG emojis Version 54.0b1 -------------- Released on 2021-12-13. **This version is experimental, don't use it in production. If you find bugs, please report them!** Dependencies: * html5lib 1.1+ is now needed. New features: * Support footnotes, with financial support from Code & Co. * Handle parallel flows for floats, absolutes, table-cells * Support ``text-align-last`` and ``text-align-all`` properties * Draw SVG and PNG emojis * Support ``overflow-wrap: anywhere`` * Add environment variable to set DLL folder on Windows Performance: * Cache SVG ``use`` tags * Encode non-JPEG images as PNGs instead of JPEG2000s Bug fixes: * Don’t use ``text-transform`` text for content-based uses * Don’t serialize and parse again inline SVG files * Correctly handle whitespaces in bookmark labels * Fix column height with ``column-span`` content * Fix absolutely positioned boxes in duplicated pages * Fix ``target-counter`` attribute in flex items * Don’t draw empty glyphs * Don’t crash when font size is really small Documentation: * Fix typo Packaging: * The source package does not include a ``setup.py`` file anymore. --- print/py-weasyprint/Makefile | 12 +-- print/py-weasyprint/PLIST | 101 +++++++-------------- print/py-weasyprint/distinfo | 9 +- print/py-weasyprint/patches/patch-setup.py | 15 --- 4 files changed, 40 insertions(+), 97 deletions(-) delete mode 100644 print/py-weasyprint/patches/patch-setup.py diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile index 1dace518f6733..29c9b051872d1 100644 --- a/print/py-weasyprint/Makefile +++ b/print/py-weasyprint/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2022/01/05 15:41:19 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/23 05:22:13 kleink Exp $ -DISTNAME= weasyprint-53.4 +DISTNAME= weasyprint-55.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=w/weasyprint/} @@ -11,13 +10,14 @@ HOMEPAGE= https://weasyprint.org/ COMMENT= Converts HTML/CSS documents to PDF LICENSE= modified-bsd +BUILD_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner DEPENDS+= pango>=1.29.3:../../devel/pango DEPENDS+= ${PYPKGPREFIX}-Pillow>=4.0.0:../../graphics/py-Pillow DEPENDS+= ${PYPKGPREFIX}-cffi>=0.6:../../devel/py-cffi DEPENDS+= ${PYPKGPREFIX}-cssselect2>=0.1:../../textproc/py-cssselect2 DEPENDS+= ${PYPKGPREFIX}-fonttools>=4.0.0:../../fonts/py-fonttools -DEPENDS+= ${PYPKGPREFIX}-html5lib>=1.0.1:../../textproc/py-html5lib +DEPENDS+= ${PYPKGPREFIX}-html5lib>=1.1:../../textproc/py-html5lib DEPENDS+= ${PYPKGPREFIX}-pydyf>=0.0.3:../../print/py-pydyf DEPENDS+= ${PYPKGPREFIX}-pyphen>=0.9.1:../../textproc/py-pyphen DEPENDS+= ${PYPKGPREFIX}-tinycss2>=1.0.0:../../textproc/py-tinycss2 @@ -30,8 +30,6 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-fonttools -USE_PKG_RESOURCES= yes - post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} weasyprint weasyprint-${PYVERSSUFFIX} || ${TRUE} @@ -39,5 +37,5 @@ post-install: do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/py-weasyprint/PLIST b/print/py-weasyprint/PLIST index 5dff539c77793..a4fe6708db63b 100644 --- a/print/py-weasyprint/PLIST +++ b/print/py-weasyprint/PLIST @@ -1,158 +1,119 @@ -@comment $NetBSD: PLIST,v 1.8 2021/11/19 21:53:29 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/05/23 05:22:13 kleink Exp $ bin/weasyprint-${PYVERSSUFFIX} -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt ${PYSITELIB}/weasyprint/__init__.py ${PYSITELIB}/weasyprint/__init__.pyc -${PYSITELIB}/weasyprint/__init__.pyo ${PYSITELIB}/weasyprint/__main__.py ${PYSITELIB}/weasyprint/__main__.pyc -${PYSITELIB}/weasyprint/__main__.pyo ${PYSITELIB}/weasyprint/css/__init__.py ${PYSITELIB}/weasyprint/css/__init__.pyc -${PYSITELIB}/weasyprint/css/__init__.pyo ${PYSITELIB}/weasyprint/css/computed_values.py ${PYSITELIB}/weasyprint/css/computed_values.pyc -${PYSITELIB}/weasyprint/css/computed_values.pyo ${PYSITELIB}/weasyprint/css/counters.py ${PYSITELIB}/weasyprint/css/counters.pyc -${PYSITELIB}/weasyprint/css/counters.pyo ${PYSITELIB}/weasyprint/css/html5_ph.css ${PYSITELIB}/weasyprint/css/html5_ua.css ${PYSITELIB}/weasyprint/css/media_queries.py ${PYSITELIB}/weasyprint/css/media_queries.pyc -${PYSITELIB}/weasyprint/css/media_queries.pyo ${PYSITELIB}/weasyprint/css/properties.py ${PYSITELIB}/weasyprint/css/properties.pyc -${PYSITELIB}/weasyprint/css/properties.pyo ${PYSITELIB}/weasyprint/css/targets.py ${PYSITELIB}/weasyprint/css/targets.pyc -${PYSITELIB}/weasyprint/css/targets.pyo ${PYSITELIB}/weasyprint/css/tests_ua.css ${PYSITELIB}/weasyprint/css/utils.py ${PYSITELIB}/weasyprint/css/utils.pyc -${PYSITELIB}/weasyprint/css/utils.pyo ${PYSITELIB}/weasyprint/css/validation/__init__.py ${PYSITELIB}/weasyprint/css/validation/__init__.pyc -${PYSITELIB}/weasyprint/css/validation/__init__.pyo ${PYSITELIB}/weasyprint/css/validation/descriptors.py ${PYSITELIB}/weasyprint/css/validation/descriptors.pyc -${PYSITELIB}/weasyprint/css/validation/descriptors.pyo ${PYSITELIB}/weasyprint/css/validation/expanders.py ${PYSITELIB}/weasyprint/css/validation/expanders.pyc -${PYSITELIB}/weasyprint/css/validation/expanders.pyo ${PYSITELIB}/weasyprint/css/validation/properties.py ${PYSITELIB}/weasyprint/css/validation/properties.pyc -${PYSITELIB}/weasyprint/css/validation/properties.pyo ${PYSITELIB}/weasyprint/document.py ${PYSITELIB}/weasyprint/document.pyc -${PYSITELIB}/weasyprint/document.pyo ${PYSITELIB}/weasyprint/draw.py ${PYSITELIB}/weasyprint/draw.pyc -${PYSITELIB}/weasyprint/draw.pyo ${PYSITELIB}/weasyprint/formatting_structure/boxes.py ${PYSITELIB}/weasyprint/formatting_structure/boxes.pyc -${PYSITELIB}/weasyprint/formatting_structure/boxes.pyo ${PYSITELIB}/weasyprint/formatting_structure/build.py ${PYSITELIB}/weasyprint/formatting_structure/build.pyc -${PYSITELIB}/weasyprint/formatting_structure/build.pyo ${PYSITELIB}/weasyprint/html.py ${PYSITELIB}/weasyprint/html.pyc -${PYSITELIB}/weasyprint/html.pyo ${PYSITELIB}/weasyprint/images.py ${PYSITELIB}/weasyprint/images.pyc -${PYSITELIB}/weasyprint/images.pyo ${PYSITELIB}/weasyprint/layout/__init__.py ${PYSITELIB}/weasyprint/layout/__init__.pyc -${PYSITELIB}/weasyprint/layout/__init__.pyo ${PYSITELIB}/weasyprint/layout/absolute.py ${PYSITELIB}/weasyprint/layout/absolute.pyc -${PYSITELIB}/weasyprint/layout/absolute.pyo -${PYSITELIB}/weasyprint/layout/backgrounds.py -${PYSITELIB}/weasyprint/layout/backgrounds.pyc -${PYSITELIB}/weasyprint/layout/backgrounds.pyo -${PYSITELIB}/weasyprint/layout/blocks.py -${PYSITELIB}/weasyprint/layout/blocks.pyc -${PYSITELIB}/weasyprint/layout/blocks.pyo -${PYSITELIB}/weasyprint/layout/columns.py -${PYSITELIB}/weasyprint/layout/columns.pyc -${PYSITELIB}/weasyprint/layout/columns.pyo +${PYSITELIB}/weasyprint/layout/background.py +${PYSITELIB}/weasyprint/layout/background.pyc +${PYSITELIB}/weasyprint/layout/block.py +${PYSITELIB}/weasyprint/layout/block.pyc +${PYSITELIB}/weasyprint/layout/column.py +${PYSITELIB}/weasyprint/layout/column.pyc ${PYSITELIB}/weasyprint/layout/flex.py ${PYSITELIB}/weasyprint/layout/flex.pyc -${PYSITELIB}/weasyprint/layout/flex.pyo ${PYSITELIB}/weasyprint/layout/float.py ${PYSITELIB}/weasyprint/layout/float.pyc -${PYSITELIB}/weasyprint/layout/float.pyo -${PYSITELIB}/weasyprint/layout/inlines.py -${PYSITELIB}/weasyprint/layout/inlines.pyc -${PYSITELIB}/weasyprint/layout/inlines.pyo +${PYSITELIB}/weasyprint/layout/inline.py +${PYSITELIB}/weasyprint/layout/inline.pyc +${PYSITELIB}/weasyprint/layout/leader.py +${PYSITELIB}/weasyprint/layout/leader.pyc ${PYSITELIB}/weasyprint/layout/min_max.py ${PYSITELIB}/weasyprint/layout/min_max.pyc -${PYSITELIB}/weasyprint/layout/min_max.pyo -${PYSITELIB}/weasyprint/layout/pages.py -${PYSITELIB}/weasyprint/layout/pages.pyc -${PYSITELIB}/weasyprint/layout/pages.pyo -${PYSITELIB}/weasyprint/layout/percentages.py -${PYSITELIB}/weasyprint/layout/percentages.pyc -${PYSITELIB}/weasyprint/layout/percentages.pyo +${PYSITELIB}/weasyprint/layout/page.py +${PYSITELIB}/weasyprint/layout/page.pyc +${PYSITELIB}/weasyprint/layout/percent.py +${PYSITELIB}/weasyprint/layout/percent.pyc ${PYSITELIB}/weasyprint/layout/preferred.py ${PYSITELIB}/weasyprint/layout/preferred.pyc -${PYSITELIB}/weasyprint/layout/preferred.pyo ${PYSITELIB}/weasyprint/layout/replaced.py ${PYSITELIB}/weasyprint/layout/replaced.pyc -${PYSITELIB}/weasyprint/layout/replaced.pyo -${PYSITELIB}/weasyprint/layout/tables.py -${PYSITELIB}/weasyprint/layout/tables.pyc -${PYSITELIB}/weasyprint/layout/tables.pyo +${PYSITELIB}/weasyprint/layout/table.py +${PYSITELIB}/weasyprint/layout/table.pyc +${PYSITELIB}/weasyprint/links.py +${PYSITELIB}/weasyprint/links.pyc ${PYSITELIB}/weasyprint/logger.py ${PYSITELIB}/weasyprint/logger.pyc -${PYSITELIB}/weasyprint/logger.pyo +${PYSITELIB}/weasyprint/matrix.py +${PYSITELIB}/weasyprint/matrix.pyc ${PYSITELIB}/weasyprint/stacking.py ${PYSITELIB}/weasyprint/stacking.pyc -${PYSITELIB}/weasyprint/stacking.pyo +${PYSITELIB}/weasyprint/stream.py +${PYSITELIB}/weasyprint/stream.pyc ${PYSITELIB}/weasyprint/svg/__init__.py ${PYSITELIB}/weasyprint/svg/__init__.pyc -${PYSITELIB}/weasyprint/svg/__init__.pyo ${PYSITELIB}/weasyprint/svg/bounding_box.py ${PYSITELIB}/weasyprint/svg/bounding_box.pyc -${PYSITELIB}/weasyprint/svg/bounding_box.pyo ${PYSITELIB}/weasyprint/svg/css.py ${PYSITELIB}/weasyprint/svg/css.pyc -${PYSITELIB}/weasyprint/svg/css.pyo ${PYSITELIB}/weasyprint/svg/defs.py ${PYSITELIB}/weasyprint/svg/defs.pyc -${PYSITELIB}/weasyprint/svg/defs.pyo ${PYSITELIB}/weasyprint/svg/images.py ${PYSITELIB}/weasyprint/svg/images.pyc -${PYSITELIB}/weasyprint/svg/images.pyo ${PYSITELIB}/weasyprint/svg/path.py ${PYSITELIB}/weasyprint/svg/path.pyc -${PYSITELIB}/weasyprint/svg/path.pyo ${PYSITELIB}/weasyprint/svg/shapes.py ${PYSITELIB}/weasyprint/svg/shapes.pyc -${PYSITELIB}/weasyprint/svg/shapes.pyo ${PYSITELIB}/weasyprint/svg/text.py ${PYSITELIB}/weasyprint/svg/text.pyc -${PYSITELIB}/weasyprint/svg/text.pyo ${PYSITELIB}/weasyprint/svg/utils.py ${PYSITELIB}/weasyprint/svg/utils.pyc -${PYSITELIB}/weasyprint/svg/utils.pyo ${PYSITELIB}/weasyprint/text/constants.py ${PYSITELIB}/weasyprint/text/constants.pyc -${PYSITELIB}/weasyprint/text/constants.pyo ${PYSITELIB}/weasyprint/text/ffi.py ${PYSITELIB}/weasyprint/text/ffi.pyc -${PYSITELIB}/weasyprint/text/ffi.pyo ${PYSITELIB}/weasyprint/text/fonts.py ${PYSITELIB}/weasyprint/text/fonts.pyc -${PYSITELIB}/weasyprint/text/fonts.pyo ${PYSITELIB}/weasyprint/text/line_break.py ${PYSITELIB}/weasyprint/text/line_break.pyc -${PYSITELIB}/weasyprint/text/line_break.pyo ${PYSITELIB}/weasyprint/urls.py ${PYSITELIB}/weasyprint/urls.pyc -${PYSITELIB}/weasyprint/urls.pyo diff --git a/print/py-weasyprint/distinfo b/print/py-weasyprint/distinfo index b407ec7c70f21..96019d0b59858 100644 --- a/print/py-weasyprint/distinfo +++ b/print/py-weasyprint/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.24 2021/11/19 21:53:29 adam Exp $ +$NetBSD: distinfo,v 1.25 2022/05/23 05:22:13 kleink Exp $ -BLAKE2s (weasyprint-53.4.tar.gz) = 9c1c79fd71d4ff02fad6e0c24a8a3ebc3d2149c7f5a22957bb9255a0bbdeff7c -SHA512 (weasyprint-53.4.tar.gz) = 7fcdedbecfa13434217b08491db62b9afd3e716d4ac6378490a04120c407ab1b20883227c32a77c9bd8c8dd7324fb505920264db3c9105d712fa4d7dcf3a1578 -Size (weasyprint-53.4.tar.gz) = 388163 bytes -SHA1 (patch-setup.py) = 73c03a0dc5ed823bb94a4a5fb22f7b82c5d8426b +BLAKE2s (weasyprint-55.0.tar.gz) = d8787f4da3c3de688a54c3544ce228e163d2eeb0bfe1334183ed495796bb00d5 +SHA512 (weasyprint-55.0.tar.gz) = 96cc6de5af86da47aa0b5a84c3f00679690774574f3370ca319afe77f3eb9c9725f3b0a6cbddf589f23f444972bc77b07cce7e27ee2c466484636b3cb30250a3 +Size (weasyprint-55.0.tar.gz) = 410970 bytes diff --git a/print/py-weasyprint/patches/patch-setup.py b/print/py-weasyprint/patches/patch-setup.py deleted file mode 100644 index 952810677f8b0..0000000000000 --- a/print/py-weasyprint/patches/patch-setup.py +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-setup.py,v 1.5 2021/11/19 21:53:29 adam Exp $ - -Use setuptools. - ---- setup.py.orig 2021-11-19 14:22:46.000000000 +0000 -+++ setup.py -@@ -1,7 +1,7 @@ - #!/usr/bin/env python - # setup.py generated by flit for tools that don't yet use PEP 517 - --from distutils.core import setup -+from setuptools import setup - - packages = \ - ['weasyprint', From 0148a383b4e35beba05bc9c1ce2feb039f573ad0 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 23 May 2022 05:22:28 +0000 Subject: [PATCH 0845/1154] doc: Updated print/py-weasyprint to 55.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 09eb3fb64fb8a..da64d91cd8641 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2685 2022/05/23 02:23:00 dholland Exp $ +$NetBSD: CHANGES-2022,v 1.2686 2022/05/23 05:22:28 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4135,3 +4135,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/tex-doclicense to 3.2.0 [markd 2022-05-22] Updated devel/tex-doclicense-doc to 3.2.0 [markd 2022-05-22] Updated net/nagios-plugin-syncrepl to 0.5nb1 [dholland 2022-05-22] + Updated print/py-weasyprint to 55.0 [kleink 2022-05-23] From 480d5ce80c4f66475216de8c10dd5f36781c72ae Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 07:05:42 +0000 Subject: [PATCH 0846/1154] sysutils/hexyl: update to 0.10.0 Features -Added new --plain, --no-characters, and --no-position flags -Allow hex numbers and units for --block-size argument Other -Added a man page not installed on NetBSD for now, see https://github.com/sharkdp/hexyl/issues/159 -Mention ability to specify length in hex --length and --bytes are now marked as conflicting command-line options --- sysutils/hexyl/Makefile | 9 +- sysutils/hexyl/cargo-depends.mk | 65 ++++++----- sysutils/hexyl/distinfo | 197 ++++++++++++++++++-------------- 3 files changed, 149 insertions(+), 122 deletions(-) diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index b086f90dfb129..0cccc2862679b 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2022/01/13 20:32:08 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/23 07:05:42 pin Exp $ -DISTNAME= hexyl-0.9.0 +DISTNAME= hexyl-0.10.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=sharkdp/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -12,12 +12,11 @@ LICENSE= apache-2.0 .include "cargo-depends.mk" -USE_LANGUAGES= c - INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/${PKGBASE} ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/${PKGBASE} \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/hexyl/cargo-depends.mk b/sysutils/hexyl/cargo-depends.mk index 4e8acbc85b07d..0738f68397cb5 100644 --- a/sysutils/hexyl/cargo-depends.mk +++ b/sysutils/hexyl/cargo-depends.mk @@ -1,44 +1,51 @@ -# $NetBSD: cargo-depends.mk,v 1.1 2022/01/13 20:32:08 wiz Exp $ +# $NetBSD: cargo-depends.mk,v 1.2 2022/05/23 07:05:42 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 -CARGO_CRATE_DEPENDS+= ansi_term-0.11.0 CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 -CARGO_CRATE_DEPENDS+= anyhow-1.0.42 -CARGO_CRATE_DEPENDS+= assert_cmd-1.0.7 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 +CARGO_CRATE_DEPENDS+= assert_cmd-2.0.4 CARGO_CRATE_DEPENDS+= atty-0.2.14 -CARGO_CRATE_DEPENDS+= autocfg-1.0.1 -CARGO_CRATE_DEPENDS+= bitflags-1.2.1 -CARGO_CRATE_DEPENDS+= bstr-0.2.16 -CARGO_CRATE_DEPENDS+= clap-2.33.3 +CARGO_CRATE_DEPENDS+= autocfg-1.1.0 +CARGO_CRATE_DEPENDS+= bitflags-1.3.2 +CARGO_CRATE_DEPENDS+= bstr-0.2.17 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 +CARGO_CRATE_DEPENDS+= const_format-0.2.23 +CARGO_CRATE_DEPENDS+= const_format_proc_macros-0.2.22 CARGO_CRATE_DEPENDS+= difflib-0.4.0 CARGO_CRATE_DEPENDS+= doc-comment-0.3.3 CARGO_CRATE_DEPENDS+= either-1.6.1 -CARGO_CRATE_DEPENDS+= float-cmp-0.8.0 +CARGO_CRATE_DEPENDS+= float-cmp-0.9.0 +CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 -CARGO_CRATE_DEPENDS+= itertools-0.10.1 +CARGO_CRATE_DEPENDS+= indexmap-1.8.1 +CARGO_CRATE_DEPENDS+= itertools-0.10.3 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.98 -CARGO_CRATE_DEPENDS+= memchr-2.4.0 +CARGO_CRATE_DEPENDS+= libc-0.2.126 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= normalize-line-endings-0.3.0 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= predicates-2.0.0 -CARGO_CRATE_DEPENDS+= predicates-core-1.0.2 -CARGO_CRATE_DEPENDS+= predicates-tree-1.0.2 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.27 -CARGO_CRATE_DEPENDS+= quote-1.0.9 -CARGO_CRATE_DEPENDS+= regex-1.5.4 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.1 +CARGO_CRATE_DEPENDS+= predicates-2.1.1 +CARGO_CRATE_DEPENDS+= predicates-core-1.0.3 +CARGO_CRATE_DEPENDS+= predicates-tree-1.0.5 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= regex-1.5.6 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 -CARGO_CRATE_DEPENDS+= strsim-0.8.0 -CARGO_CRATE_DEPENDS+= syn-1.0.73 -CARGO_CRATE_DEPENDS+= term_size-0.3.2 -CARGO_CRATE_DEPENDS+= textwrap-0.11.0 -CARGO_CRATE_DEPENDS+= thiserror-1.0.26 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.26 -CARGO_CRATE_DEPENDS+= treeline-0.1.0 -CARGO_CRATE_DEPENDS+= unicode-width-0.1.8 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.26 +CARGO_CRATE_DEPENDS+= strsim-0.10.0 +CARGO_CRATE_DEPENDS+= syn-1.0.95 +CARGO_CRATE_DEPENDS+= termcolor-1.1.3 +CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 +CARGO_CRATE_DEPENDS+= termtree-0.2.4 +CARGO_CRATE_DEPENDS+= textwrap-0.15.0 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= wait-timeout-0.2.0 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 diff --git a/sysutils/hexyl/distinfo b/sysutils/hexyl/distinfo index c0f5e11213fb7..201e2305f6a75 100644 --- a/sysutils/hexyl/distinfo +++ b/sysutils/hexyl/distinfo @@ -1,35 +1,41 @@ -$NetBSD: distinfo,v 1.1 2022/01/13 14:13:59 schmonz Exp $ +$NetBSD: distinfo,v 1.2 2022/05/23 07:05:42 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes -BLAKE2s (ansi_term-0.11.0.crate) = 7cd193cc3f7acbd750b484dee76f184299e57c525ade653489f170d00854ad2c -SHA512 (ansi_term-0.11.0.crate) = a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa -Size (ansi_term-0.11.0.crate) = 17087 bytes BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 Size (ansi_term-0.12.1.crate) = 24838 bytes -BLAKE2s (anyhow-1.0.42.crate) = a04631f55e119086472418a5b999949722c48659dc94dd8152a8a0fa45131b49 -SHA512 (anyhow-1.0.42.crate) = 7bbafa2fc5d78a6d8e68b44b104fd8d6a7882fc127b39e04c5a76240ee24ccf311004b754d93836d6daf1918be9c33fdb68a6baf55eab8f1e921b7aec3a35455 -Size (anyhow-1.0.42.crate) = 34827 bytes -BLAKE2s (assert_cmd-1.0.7.crate) = f0f9a161a3259252c3d32498c1466abbbea050b15b84c06b8cd7ca38fa6b537b -SHA512 (assert_cmd-1.0.7.crate) = 9e0e67bdf14df8235cdd11d9c453bb2f0723188a39961d8aab26fd98f2c64629d085c8d3eb50ee88371ecdc2ea306bfe5dda1ca4872082b40f13a4cea99e05d1 -Size (assert_cmd-1.0.7.crate) = 26777 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes +BLAKE2s (assert_cmd-2.0.4.crate) = f2efbb63a33e11fa51ddfdeb2f3fb143bb28e6339b89e2650cd987691e9396c4 +SHA512 (assert_cmd-2.0.4.crate) = c389e0210153e9a6ccbba4dbc6a6c7a23533e5fe76e717dbc36415be2adbabfbc0de33a2e6d05e3d70779b7a278580edba400c688c9a6b446403b59a78d93720 +Size (assert_cmd-2.0.4.crate) = 22581 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes -BLAKE2s (autocfg-1.0.1.crate) = 5ed71afef2e7ff6595833cf457df844e3f461a1b7a8f0d541b1b2c5c5e6394a0 -SHA512 (autocfg-1.0.1.crate) = 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b -Size (autocfg-1.0.1.crate) = 12908 bytes -BLAKE2s (bitflags-1.2.1.crate) = d88eaeb22f47d784119fe5d2ecd3e09ef458afb28b23c53a23566144e1ee218d -SHA512 (bitflags-1.2.1.crate) = ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b -Size (bitflags-1.2.1.crate) = 16745 bytes -BLAKE2s (bstr-0.2.16.crate) = 541d36618e387c3fcd3e8d3c8b8c0067e86611974d2a5921c1c121dd30c43adf -SHA512 (bstr-0.2.16.crate) = 33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac -Size (bstr-0.2.16.crate) = 330346 bytes -BLAKE2s (clap-2.33.3.crate) = f5c7d0c7b05ec1286e69e90ea57f274d9164dfdf849598535c7dcb4e224ea532 -SHA512 (clap-2.33.3.crate) = 3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf -Size (clap-2.33.3.crate) = 201925 bytes +BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 +SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +Size (autocfg-1.1.0.crate) = 13272 bytes +BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 +SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 +Size (bitflags-1.3.2.crate) = 23021 bytes +BLAKE2s (bstr-0.2.17.crate) = a970078acf6f8b1a2a6be249cda3a6cc7225239af2aa21cbac2b60fbaab453fd +SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 +Size (bstr-0.2.17.crate) = 330350 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes +BLAKE2s (const_format-0.2.23.crate) = 371442b083287b8cd4269c3f8189cd6485316c2cf589ee6f8f17e982f668ee77 +SHA512 (const_format-0.2.23.crate) = cc6b3254d82be2285e240b86e90593c971bf122ce576a6943281df660a6febecf5b69d7a4512a3c0f3f4759cb2314ce1acd49063a492821a0a957433744b30ac +Size (const_format-0.2.23.crate) = 72319 bytes +BLAKE2s (const_format_proc_macros-0.2.22.crate) = 5f221f5ad51b95648ef8504d3191cc5f7754457a23674e826edef40d8402fb21 +SHA512 (const_format_proc_macros-0.2.22.crate) = a0382a50502cff46c966fca1518ae1102cc749a9fff142a7fc29c3f3dce4b947ef05576e27248ed682aa9db2e1c0af149f41981d02d8415b63734a0ceccb68f4 +Size (const_format_proc_macros-0.2.22.crate) = 24274 bytes BLAKE2s (difflib-0.4.0.crate) = 9dedf118200e28f553a5eac255f0d880196f1e55fb258011866d9f8421cb0122 SHA512 (difflib-0.4.0.crate) = fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9 Size (difflib-0.4.0.crate) = 7638 bytes @@ -39,84 +45,96 @@ Size (doc-comment-0.3.3.crate) = 4123 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes -BLAKE2s (float-cmp-0.8.0.crate) = 059a59330adfc166a2a6e06f967ded75428a58954672e8935dcffbd08159353c -SHA512 (float-cmp-0.8.0.crate) = 6c98f5eb4fd748c8192cfeea1f2b9679ede01745ebfa01b08bf19d796c985c1b2779fdc77984f26ef9c9a06a979ae3f0b14676e0c8b28defb7717bf10119c718 -Size (float-cmp-0.8.0.crate) = 9640 bytes +BLAKE2s (float-cmp-0.9.0.crate) = 4f12d531ce122b1785eda3125e27ba4b3188f2b4294843329fd7fbcb25fd0c29 +SHA512 (float-cmp-0.9.0.crate) = f8dad12ecf8a278769054fd78794999dae8dedbcfde5e77bdf6cea12fdeaadeeb2f1f3ca62df9aadc1bc3f61457236c4854d6d6923ad6d03ae7f23af600572e8 +Size (float-cmp-0.9.0.crate) = 10102 bytes +BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c +SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c +Size (hashbrown-0.11.2.crate) = 85713 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes -BLAKE2s (hexyl-0.9.0.tar.gz) = 9d6ba57431f99d64f773cf4c6105015d15577db9b1eba4315eb933df8bf1b528 -SHA512 (hexyl-0.9.0.tar.gz) = a6fc8315dd115ac4b3e3717ffc6e218bf587749149405250796a435834252382fe51c613688729d7de6911340bf6f2002ae945c0f19b499dacc767e995958ce6 -Size (hexyl-0.9.0.tar.gz) = 30336 bytes -BLAKE2s (itertools-0.10.1.crate) = 9ee207584062e4ee47a73b83e9cf6547704e90ddc71dc92d4565ddb146f0fee1 -SHA512 (itertools-0.10.1.crate) = 8626eee66aa598e16f5322a6fc55b17c622656f58635c990f5cbd8faeb4739690b0abb3efac4a9a3073752e9f2a51a0ba29401edb12e0f6bf9bddd8d1b394dbc -Size (itertools-0.10.1.crate) = 116219 bytes +BLAKE2s (hexyl-0.10.0.tar.gz) = 63102662121d23b4003028d1df8f3506e885bb8b0205c9dacd49c235ea5d4fd6 +SHA512 (hexyl-0.10.0.tar.gz) = e5f22d8d3d6d49c2f0643972d33b290029f8a02f33a7c731420ae1621ba9a0736bfc888538b793383cb59cc28487ec14b65ad40cab9a93de04e0208573e0e117 +Size (hexyl-0.10.0.tar.gz) = 33098 bytes +BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 +SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +Size (indexmap-1.8.1.crate) = 53220 bytes +BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb +SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 +Size (itertools-0.10.3.crate) = 118661 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.98.crate) = e4c08fbd0743423ffa45bc8c40f5edec0df8e07a20a93e9d82c11184e0a91cdb -SHA512 (libc-0.2.98.crate) = 2e730b8d46c42608c7da5ff4c5475667171b552b485c2684d3821310ac0f55c1a7a12d9a2cf68a05608cdd2a0928da5e290275c70a519a379d0ed25350689689 -Size (libc-0.2.98.crate) = 522087 bytes -BLAKE2s (memchr-2.4.0.crate) = ad963b762cf06e8588191edac06d1b5b3ebff79409fb1486be8dd315e8abfdc1 -SHA512 (memchr-2.4.0.crate) = b142e308a5aef8e45910411789031e194349ee540c4ced0e2384d864dc1913299fb63a161ceb5228256e97d0949661b7f83a169ef9d4b78afbd9004cb7b8a2fb -Size (memchr-2.4.0.crate) = 63392 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (normalize-line-endings-0.3.0.crate) = d148e24dadfbeccefd806b3d8f5426498c5118471813392b089158daffe2c77f SHA512 (normalize-line-endings-0.3.0.crate) = f8e2a6e333b0e8972febe8b9cf058c8d899c384fd177e0b6ef1c5f94e0fa18192963970cb1a2ba80e3135a8cca66cdae6796e4d84ac6b325bb369575bdfc6eea Size (normalize-line-endings-0.3.0.crate) = 5737 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (predicates-2.0.0.crate) = 08cb705d11030f8d75a7981e80996dd20b7dbc1353210e92a647f697e833be41 -SHA512 (predicates-2.0.0.crate) = 39919bbdad3ff01151ddea985a26d2237df5af4cff429f982e131d405e2213fe8de9c2f8dbe183e5f8f6ac6a54abf57dc705ee5daa7ab3b139012f7ce43033e7 -Size (predicates-2.0.0.crate) = 27026 bytes -BLAKE2s (predicates-core-1.0.2.crate) = 009875baf8ddbcd2235dc986b012c88d345977afe7d87cce086e77aa099c3487 -SHA512 (predicates-core-1.0.2.crate) = bfeee297e7bb81c1cc63908ab47f10e21e53b9f690d9aaf08855bc1824e0c87cf05c92e5a8dbc57eace7490c0ce58bbe2e178ac33ad0553ad2772593d89f8aab -Size (predicates-core-1.0.2.crate) = 8185 bytes -BLAKE2s (predicates-tree-1.0.2.crate) = 03a7b58203b9a598c3a3e8f0d194f6e1d3de9d1435cc4aa92f3408c48a1f9db1 -SHA512 (predicates-tree-1.0.2.crate) = d11b2b7d44ba5a00ed189d4455216f0c991c0f272776166a528136e26436e3f0cbbbdd001bf9a2b9aceaaf221fb9218fb497116e7957bf6bd9761616428c7ed2 -Size (predicates-tree-1.0.2.crate) = 6341 bytes -BLAKE2s (proc-macro2-1.0.27.crate) = af574979576a408c0ddb70e54a4de0778cb33a92a555848614d90aea197c7bb8 -SHA512 (proc-macro2-1.0.27.crate) = 3227bcaa726e88bfdb1b4d1243a4eb216ad2394a7a3b4b258de342ac76a1ab1a39a07f28f3490e42e2c2034176bf0d84b1c1fcadba2444c0abcc5878b02f93a4 -Size (proc-macro2-1.0.27.crate) = 38625 bytes -BLAKE2s (quote-1.0.9.crate) = da1409c5fab9fc40b5a0ce824d063088c949e2c35dea81f683b558455a1807fb -SHA512 (quote-1.0.9.crate) = dd6cdaea183b85400531ef01e56657edbec0d8f7c27898c1e591b72dff755fa5875b33ca320bd65be0e9aecfc6a61ec119a4bd1291e9f2057fca642ab5b198c8 -Size (quote-1.0.9.crate) = 25042 bytes -BLAKE2s (regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (regex-1.5.4.crate) = 236581 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes +BLAKE2s (os_str_bytes-6.0.1.crate) = 2bb095057a418d3f13da1ef941eac8d2cac3096060ad9658be5df94a39e7d72e +SHA512 (os_str_bytes-6.0.1.crate) = 16035d3032d499575faf5e8114868d57826acf2b4a54e848f9101713b7965a2fecd6c486945b1c8ccc3ddacdbb95a1c6f8a74ca4fcdee24729648edc817c4472 +Size (os_str_bytes-6.0.1.crate) = 21079 bytes +BLAKE2s (predicates-2.1.1.crate) = cc32cefa4a4afae1ce5a0f843f4b45caf28f0ebb858a06a77d0669297f20cd38 +SHA512 (predicates-2.1.1.crate) = c850fa2541265aeb23d5c19dac6c7654dc434f1239ecc8b1cfaea89bd120112e2c45f127b491fbfba1c053db8413e8b561896729a56b6588142dd9ba9a33988b +Size (predicates-2.1.1.crate) = 23150 bytes +BLAKE2s (predicates-core-1.0.3.crate) = bafd9350ef1cc420aefa4b10587b6ab3cf8602f694f088e52082304b9a7f60da +SHA512 (predicates-core-1.0.3.crate) = 76d056f0acdb2d9c5cd44828b8da8722899438fe7e11ce6c96d3ce2bc8c267508e1010e2ac2c7bedd3281fb29856a3cf29f93de51b0ee349a5ef51466ace799a +Size (predicates-core-1.0.3.crate) = 7757 bytes +BLAKE2s (predicates-tree-1.0.5.crate) = 2dd070ad39993f789ebe10e9956063b5d111ce665dd8d555731ab2898c04a784 +SHA512 (predicates-tree-1.0.5.crate) = 950f9191f44da894feb209110488de3da0e36cc86ef366ad2749a66bba0053e23c39fadb67fc5a4f5db3adccecd414619f9f805c2913733df96254913c360bfa +Size (predicates-tree-1.0.5.crate) = 8126 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (regex-1.5.6.crate) = 54470e0ce7f905fde38456f82bc830c98a1ac830538cc1596f5e4f1dc2ee84a4 +SHA512 (regex-1.5.6.crate) = 43ad2ebe14f43d69c62f563a4fd53b5657f0f2cc130a0e6353a13073027640ff891e9f9b40ea85858507047bddb2e023d668c9bf57f2ba0ae045b74b5f0d2a1f +Size (regex-1.5.6.crate) = 238593 bytes BLAKE2s (regex-automata-0.1.10.crate) = 283615bf1114bdcf5a2ebd639ba1889a8a9a0195b566f41226f7e0961f3d5d81 SHA512 (regex-automata-0.1.10.crate) = 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f Size (regex-automata-0.1.10.crate) = 114533 bytes -BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 -SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -Size (regex-syntax-0.6.25.crate) = 293293 bytes -BLAKE2s (strsim-0.8.0.crate) = 4c57b0c1505fd1e6a962cf721ee33473997ba55c8638e53c92efc6c9cf7fcc91 -SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 -Size (strsim-0.8.0.crate) = 9309 bytes -BLAKE2s (syn-1.0.73.crate) = eac54ca9fc344aacf6755ba17b75a632d31bb07d2f8f56c667d46870064f5b52 -SHA512 (syn-1.0.73.crate) = b37beb1b6d483cfdbc44d806af9955cdf52c4b0d5f918782019b089d06e107c7e23ced343a3bece20235a24752783795ebba8e603b61a6302e82ee7027843d8b -Size (syn-1.0.73.crate) = 232706 bytes -BLAKE2s (term_size-0.3.2.crate) = cfdf577b24eb1617ac7187c9dbd23a5f0452d1f3b63b052d78e12323c81c12d8 -SHA512 (term_size-0.3.2.crate) = 7e820ca667f841719e82cf97e90bd2546cdd7ecd4834c68f8eeadd2e530bb13ced1d058ea7beda5db77eabacfaef64b8c3699c482bd912ff570f6ab78149dc88 -Size (term_size-0.3.2.crate) = 10917 bytes -BLAKE2s (textwrap-0.11.0.crate) = aac1ca89e048f3559b66b2653332c7a880ffdd9d7e557c097334ed50099ae7af -SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a -Size (textwrap-0.11.0.crate) = 17322 bytes -BLAKE2s (thiserror-1.0.26.crate) = 6ed1959f3fcb1ec3310a8f58f23d27bd4dff31cb55ce9ce4232bace5ce346592 -SHA512 (thiserror-1.0.26.crate) = bfe93a14006a3d9e0e996b310718223f8442802a384a1b999c15dd1a25f642c5cb2db7a50a69cbb097ec50ee3b0129b509f19225ca714a5c459d4dfc8255d84b -Size (thiserror-1.0.26.crate) = 16711 bytes -BLAKE2s (thiserror-impl-1.0.26.crate) = 97efc53e8a8adfb43a747f8ffb390340d248c256613be4fbcaf166572a095900 -SHA512 (thiserror-impl-1.0.26.crate) = 43eea818b72469bc4d5c28e449c2e284c1e11b2674b9e67b1788af7ab66bd64afabfd8f5861938a7f9547a9c13387e0ce400419c6283bbe1e899d18d998cd921 -Size (thiserror-impl-1.0.26.crate) = 13431 bytes -BLAKE2s (treeline-0.1.0.crate) = 81ccdbd03361021dd31e9d28ba05b16020601481bf2ec9754869ab687eddc0bc -SHA512 (treeline-0.1.0.crate) = 37a7c7e95855fdf0fafe5b529eed6c6cfc641da799bc6738a5649a9a0c3db2ef3e63d692862a987bc19263f33b6df2e8ae71b49fe30160d6d470cbb804511824 -Size (treeline-0.1.0.crate) = 3855 bytes -BLAKE2s (unicode-width-0.1.8.crate) = e37a15fa50f6572607a42a1b936e78e5ffcb92f939dcb9c757f095c6a40bdd75 -SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0 -Size (unicode-width-0.1.8.crate) = 16732 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (regex-syntax-0.6.26.crate) = d644259c960314f13984e773bc86607f79ce86e6b397fe231d5cb32ddcc36926 +SHA512 (regex-syntax-0.6.26.crate) = 46087f5a2abfb48f24da77e79e66f6e514b5d005c4ae2c3283418ec471ddac9e4a1361edbae9d27efeb10217157092f812946b7b98182cf9f8aa703e01c03634 +Size (regex-syntax-0.6.26.crate) = 293912 bytes +BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 +SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 +Size (strsim-0.10.0.crate) = 11355 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes +BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 +SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a +Size (termcolor-1.1.3.crate) = 17242 bytes +BLAKE2s (terminal_size-0.1.17.crate) = ea59269fe3bf9b397940ef374c11f53bec37aa94079b597891b72a70582225d9 +SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 +Size (terminal_size-0.1.17.crate) = 9141 bytes +BLAKE2s (termtree-0.2.4.crate) = ead7601c37fc3b52b1fab48f98b1135168d83c082e04880d899fd000a35072a6 +SHA512 (termtree-0.2.4.crate) = afe4e94bd57c9917ba48be4b3a22ff2b9b8a6c764c86871a3be9087ae0c65326fadb466e285a129082e4243ba6bca933d89ea01aa9188222c055f0c2b308cdf3 +Size (termtree-0.2.4.crate) = 4416 bytes +BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 +SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd +Size (textwrap-0.15.0.crate) = 52998 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (wait-timeout-0.2.0.crate) = 74292341b8dbc71125610cb6f528f9a1b05b234d35fc98899901971af99da233 SHA512 (wait-timeout-0.2.0.crate) = db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066 Size (wait-timeout-0.2.0.crate) = 12441 bytes @@ -126,6 +144,9 @@ Size (winapi-0.3.9.crate) = 1200382 bytes BLAKE2s (winapi-i686-pc-windows-gnu-0.4.0.crate) = 3ef20321fea464773f9e73ac16ada3a0e8101a8c3c0ebab763049f2ab269eb1a SHA512 (winapi-i686-pc-windows-gnu-0.4.0.crate) = a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 Size (winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 bytes +BLAKE2s (winapi-util-0.1.5.crate) = 0bbadc89bd260c16095f1d19c2dc0f5acbd24d64dc1dcada628bf4acb003c6cc +SHA512 (winapi-util-0.1.5.crate) = 7baeb661f397c4693dfa001fdc774b323c51a7c55caad40f2de5112a1cefd1d6151e3df41fa4ee193460a5905917c83d2b1de5fa10b4bd014ad96690af95c0fd +Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes From 48f71c6046e5fe2968122e057c3c54df255a9891 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 07:06:00 +0000 Subject: [PATCH 0847/1154] doc: Updated sysutils/hexyl to 0.10.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index da64d91cd8641..7720e038fad94 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2686 2022/05/23 05:22:28 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2687 2022/05/23 07:06:00 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4136,3 +4136,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/tex-doclicense-doc to 3.2.0 [markd 2022-05-22] Updated net/nagios-plugin-syncrepl to 0.5nb1 [dholland 2022-05-22] Updated print/py-weasyprint to 55.0 [kleink 2022-05-23] + Updated sysutils/hexyl to 0.10.0 [pin 2022-05-23] From 58e3d04cb8dd4ec37a50ad834886cf67952a6963 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 07:06:54 +0000 Subject: [PATCH 0848/1154] www/xh: update to 0.16.1 Bug fixes -fix HEAD request failing on compressed response Other -Configurable install dir for install.sh via XH_BINDIR env variable -Use exit status 2 and 6 for request timeout and too many redirects errors respectively --- www/xh/Makefile | 4 ++-- www/xh/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/xh/Makefile b/www/xh/Makefile index 11825f1f6ccf8..388cda8f0484b 100644 --- a/www/xh/Makefile +++ b/www/xh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/05/03 19:34:55 pin Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/23 07:06:54 pin Exp $ -DISTNAME= xh-0.16.0 +DISTNAME= xh-0.16.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=ducaale/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/xh/distinfo b/www/xh/distinfo index 775ecc1c050bd..f1d1bde8097c1 100644 --- a/www/xh/distinfo +++ b/www/xh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2022/05/03 19:34:55 pin Exp $ +$NetBSD: distinfo,v 1.2 2022/05/23 07:06:54 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -681,9 +681,9 @@ Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes BLAKE2s (winreg-0.10.1.crate) = 6932ce51a190f71d7f3d28a5e2e11f3406b5e22f5933ec4e490783ffb67cccd5 SHA512 (winreg-0.10.1.crate) = 09f2d18f62c3c427ebed40d667b672bb778629502ad3c39541f324b2d5ac41f0822c98b7e5320314144130580da46f1e8e51928941850e7d4af28455a564360c Size (winreg-0.10.1.crate) = 25725 bytes -BLAKE2s (xh-0.16.0.tar.gz) = 90fcfcd170924434da1a4e420d69207644b4ee23ea0299a6eb0ce294b8724a4f -SHA512 (xh-0.16.0.tar.gz) = 5ea31e45b9cb3b23c53f1485a891f2a45181f61645d86084b9d904bacd1100cb48ce3c837de50a6eb1b4df88f417a707afb850171359c356fa1d8542e48ab3b1 -Size (xh-0.16.0.tar.gz) = 269960 bytes +BLAKE2s (xh-0.16.1.tar.gz) = cbdd56f4ff8555b8e81a13c2b04650a28dba57327d3955cecf24315beeff928e +SHA512 (xh-0.16.1.tar.gz) = d3514f2436d0371a19a9db8225ed49524b5642a9cd4c643b682b431c1a87a7c1d0413b342e5f242e24638d8ef8694bee3fa1d04d2674ba5ac37b4498b790ff31 +Size (xh-0.16.1.tar.gz) = 270240 bytes BLAKE2s (xml-rs-0.8.4.crate) = eab945802630af06024d7af2d033edfd3ec2e20b6321334d286a5fd33e25debd SHA512 (xml-rs-0.8.4.crate) = b21b0db9ee7cdfddae7c110e4fec714d719e75ba139744c290692d660caa425aa8b1ece644deb5f1879f21c0561b9b412b9ba8931f7f5b4e220ef08f8a7fc5e6 Size (xml-rs-0.8.4.crate) = 52690 bytes From 6eb42e0238c154f040dcd73ab16c06770ef3505f Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 07:07:13 +0000 Subject: [PATCH 0849/1154] doc: Updated www/xh to 0.16.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7720e038fad94..ea2aee63b4217 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2687 2022/05/23 07:06:00 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2688 2022/05/23 07:07:13 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4137,3 +4137,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/nagios-plugin-syncrepl to 0.5nb1 [dholland 2022-05-22] Updated print/py-weasyprint to 55.0 [kleink 2022-05-23] Updated sysutils/hexyl to 0.10.0 [pin 2022-05-23] + Updated www/xh to 0.16.1 [pin 2022-05-23] From 8fc819df00e44002b90bfdb59aec7906a923d133 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 07:08:34 +0000 Subject: [PATCH 0850/1154] www/hackernews-tui: add warning about require rust --- www/hackernews-tui/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/hackernews-tui/Makefile b/www/hackernews-tui/Makefile index 4bcac569e86a0..3acfa114a8d19 100644 --- a/www/hackernews-tui/Makefile +++ b/www/hackernews-tui/Makefile @@ -1,5 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2022/01/17 12:28:58 pin Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/23 07:08:34 pin Exp $ +# Do not update this package for now +# Newer releases require Rust-1.61 DISTNAME= hackernews-TUI-0.9.1 PKGNAME= ${DISTNAME:tl} CATEGORIES= www From c7246185dc28dae53923257fd7f380a14105aeff Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 23 May 2022 08:31:51 +0000 Subject: [PATCH 0851/1154] py-pathlib2: updated to 2.3.7.1 Version 2.3.7-post1 Drop minimum required six version for the love of good old pip under Python 2, and updated code to be compatible with older six versions. Previous 2.3.7 releases were yanked to avoid potential issues. Version 2.3.7-post0 Set minimum required six version. --- devel/py-pathlib2/Makefile | 7 +++---- devel/py-pathlib2/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/py-pathlib2/Makefile b/devel/py-pathlib2/Makefile index 7775e97624c3b..d0bb87bb3e9d7 100644 --- a/devel/py-pathlib2/Makefile +++ b/devel/py-pathlib2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/04/21 10:46:12 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/23 08:31:51 adam Exp $ -DISTNAME= pathlib2-2.3.7 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +DISTNAME= pathlib2-2.3.7.post1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/post//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pathlib2/} diff --git a/devel/py-pathlib2/distinfo b/devel/py-pathlib2/distinfo index 9522369a4ac00..e96879f5d352b 100644 --- a/devel/py-pathlib2/distinfo +++ b/devel/py-pathlib2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2022/02/10 20:54:23 adam Exp $ +$NetBSD: distinfo,v 1.11 2022/05/23 08:31:51 adam Exp $ -BLAKE2s (pathlib2-2.3.7.tar.gz) = 16a9a6c40d926c6fe8983ec4947e275347294692b0c422f09ac5e73e97bfeff6 -SHA512 (pathlib2-2.3.7.tar.gz) = 7f87412f987fa3ddcfea9611a814a9bfe38967469caa4cd91348aa7757a7017716d5677a4afeedbf93647ca2dbc1cc9052dd1cba52444f505ba670aa260eeccc -Size (pathlib2-2.3.7.tar.gz) = 38804 bytes +BLAKE2s (pathlib2-2.3.7.post1.tar.gz) = b230d938169633b73f8b81440a5df25639f80f84c88dc3487a77f65bdccbd73f +SHA512 (pathlib2-2.3.7.post1.tar.gz) = bcca982f2b45311e01cd906a94ed7108d10276b703587e8f39fd4127b92b0f5cdf00053ca96e77eca3c8ab12cc06658ed1855b3517a7012de5ececc0519b532d +Size (pathlib2-2.3.7.post1.tar.gz) = 211190 bytes From d1edcbaefbbc985853ff593c2bae8350147f0270 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 23 May 2022 08:34:28 +0000 Subject: [PATCH 0852/1154] py-xmlschema: updated to 1.11.1 v1.11.1 * Protect converter calls in iter_decode()/iter_encode() * Extend XSD type matching for code generators (fallback to schema types with a local name) --- textproc/py-xmlschema/Makefile | 4 ++-- textproc/py-xmlschema/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/py-xmlschema/Makefile b/textproc/py-xmlschema/Makefile index 9e14ece529baa..7eba0c1319895 100644 --- a/textproc/py-xmlschema/Makefile +++ b/textproc/py-xmlschema/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2022/05/15 19:29:25 adam Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/23 08:34:28 adam Exp $ -DISTNAME= xmlschema-1.11.0 +DISTNAME= xmlschema-1.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/} diff --git a/textproc/py-xmlschema/distinfo b/textproc/py-xmlschema/distinfo index 062a529723a0b..06524ebcf0c1d 100644 --- a/textproc/py-xmlschema/distinfo +++ b/textproc/py-xmlschema/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2022/05/15 19:29:25 adam Exp $ +$NetBSD: distinfo,v 1.38 2022/05/23 08:34:28 adam Exp $ -BLAKE2s (xmlschema-1.11.0.tar.gz) = 956218e510f7904bbe6f7561546c7f364729c3efa63d2c4282a458bb2009105c -SHA512 (xmlschema-1.11.0.tar.gz) = 507b57b8d4f48eb9f2463898ad0bd245791a8c8086a544d45da1fb2d4f6edafa5e555d44bdba50974408f14251cb8acae2dfc2c1b5c4544088f336fdfee0793a -Size (xmlschema-1.11.0.tar.gz) = 453958 bytes +BLAKE2s (xmlschema-1.11.1.tar.gz) = 6b357e15612548294b8344c1b56e3c335630c8c05b0020e0b871d57d303f0147 +SHA512 (xmlschema-1.11.1.tar.gz) = 58800377e4bdec70608286057093827fd72bce82117424753a37632c2dbccf2b4e354bfa6e62c3dec06ec98ff262eff258e18c0c6e6af2b5fd520ad11118531c +Size (xmlschema-1.11.1.tar.gz) = 454932 bytes From 4237d8d2c680abcac67b29ab09b0318a479d78c1 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 23 May 2022 08:34:46 +0000 Subject: [PATCH 0853/1154] Updated devel/py-pathlib2, textproc/py-xmlschema --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ea2aee63b4217..1930d15409cbe 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2688 2022/05/23 07:07:13 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2689 2022/05/23 08:34:46 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4138,3 +4138,5 @@ Changes to the packages collection and infrastructure in 2022: Updated print/py-weasyprint to 55.0 [kleink 2022-05-23] Updated sysutils/hexyl to 0.10.0 [pin 2022-05-23] Updated www/xh to 0.16.1 [pin 2022-05-23] + Updated devel/py-pathlib2 to 2.3.7.1 [adam 2022-05-23] + Updated textproc/py-xmlschema to 1.11.1 [adam 2022-05-23] From 7d1426443985b6eb6748d381c3b413d1d33e0a5d Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 09:18:17 +0000 Subject: [PATCH 0854/1154] net/amfora: import package Packaged in wip by mjturner. Thanks to wiz for some hints. Amfora aims to be the best looking Gemini client with the most features... all in the terminal. It does not support Gopher or other non-Web protocols --- net/amfora/DESCR | 2 + net/amfora/Makefile | 35 + net/amfora/PLIST | 3 + net/amfora/distinfo | 1589 ++++++++++++++++++++++++++++++++++++++ net/amfora/go-modules.mk | 530 +++++++++++++ 5 files changed, 2159 insertions(+) create mode 100644 net/amfora/DESCR create mode 100644 net/amfora/Makefile create mode 100644 net/amfora/PLIST create mode 100644 net/amfora/distinfo create mode 100644 net/amfora/go-modules.mk diff --git a/net/amfora/DESCR b/net/amfora/DESCR new file mode 100644 index 0000000000000..5bcb0c45070a6 --- /dev/null +++ b/net/amfora/DESCR @@ -0,0 +1,2 @@ +Amfora aims to be the best looking Gemini client with the most features... all +in the terminal. It does not support Gopher or other non-Web protocols diff --git a/net/amfora/Makefile b/net/amfora/Makefile new file mode 100644 index 0000000000000..cc03988ea89a7 --- /dev/null +++ b/net/amfora/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1 2022/05/23 09:18:17 pin Exp $ + +DISTNAME= amfora-1.9.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=makeworld-the-better-one/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= mj@mjturner.net +HOMEPAGE= https://github.com/makeworld-the-better-one/amfora/ +COMMENT= Terminal browser for the Gemini protocol +LICENSE= gnu-gpl-v3 + +WRKSRC= ${WRKDIR}/${DISTNAME} + +INSTALLATION_DIRS= bin share/applications + +.include "go-modules.mk" + +AMFORA_FLAGS+= -s -w +AMFORA_FLAGS+= -X main.version=${PKGVERSION_NOREV} +AMFORA_FLAGS+= -X main.builtBy=pkgsrc + +do-build: + ${RUN} cd ${WRKSRC} && ${_ULIMIT_CMD} ${PKGSRC_SETENV} ${MAKE_ENV} \ + ${GO} build -o amfora -ldflags "${AMFORA_FLAGS}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/amfora \ + ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/amfora.desktop \ + ${DESTDIR}${PREFIX}/share/applications + +.include "../../lang/go/go-module.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/amfora/PLIST b/net/amfora/PLIST new file mode 100644 index 0000000000000..67dae09a10eb0 --- /dev/null +++ b/net/amfora/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/23 09:18:17 pin Exp $ +bin/amfora +share/applications/amfora.desktop diff --git a/net/amfora/distinfo b/net/amfora/distinfo new file mode 100644 index 0000000000000..1e829d3000c62 --- /dev/null +++ b/net/amfora/distinfo @@ -0,0 +1,1589 @@ +$NetBSD: distinfo,v 1.1 2022/05/23 09:18:17 pin Exp $ + +BLAKE2s (amfora-1.9.2.tar.gz) = 5b9b2b8f3ab8b9feb64e7cf1c3f324b81d766aab4795a991c1a2888d6cf28a23 +SHA512 (amfora-1.9.2.tar.gz) = d610217395add6219b3f56e15a5cf27d424807a1f82fde7f3fd953d91d571f85154bbffa0a766b3f7245a38f8849a96287edbf9475cb63bf9b6182e25e3d3ce9 +Size (amfora-1.9.2.tar.gz) = 2334420 bytes +BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43 +SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273 +Size (cloud.google.com_go_@v_v0.26.0.mod) = 27 bytes +BLAKE2s (cloud.google.com_go_@v_v0.34.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43 +SHA512 (cloud.google.com_go_@v_v0.34.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273 +Size (cloud.google.com_go_@v_v0.34.0.mod) = 27 bytes +BLAKE2s (cloud.google.com_go_@v_v0.38.0.mod) = 9e890a5b3b2de15218fe7388ae07357580131653442aa1129736ded4976415f9 +SHA512 (cloud.google.com_go_@v_v0.38.0.mod) = 8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959 +Size (cloud.google.com_go_@v_v0.38.0.mod) = 1006 bytes +BLAKE2s (cloud.google.com_go_@v_v0.44.1.mod) = d5f622b9f5d14722193b7eb563814a2d033b086da72875d570da8da6c354820d +SHA512 (cloud.google.com_go_@v_v0.44.1.mod) = 6a49609209f9d51e4851ed5c55a06b9451c0101de3bd92b7fa5b3662b2e85df4a667ad8068288773b9a85670c65fbba46f88c643aac290d1f65e2a44ef531409 +Size (cloud.google.com_go_@v_v0.44.1.mod) = 1150 bytes +BLAKE2s (cloud.google.com_go_@v_v0.44.2.mod) = 5d776d21abd7029e8c21ff717d1022d5e39451aef0d260e9024ba9755c661548 +SHA512 (cloud.google.com_go_@v_v0.44.2.mod) = a58f7bd34b5ba8affd021a2d34be64e49dab0d9bb893ad25e00bf5b50ff92c4762b6d9093134b483dff2573ad3c0ebb5f42808dfbe33081cef0e96dc5215074f +Size (cloud.google.com_go_@v_v0.44.2.mod) = 1075 bytes +BLAKE2s (cloud.google.com_go_@v_v0.45.1.mod) = 260ab6f08fc5f649a7b2a4338a33e9cf686cea8107ea9c1f261732ae1542f2d7 +SHA512 (cloud.google.com_go_@v_v0.45.1.mod) = ade24f2b10476b5e5eb42d6f471b73ccb7d8107e6a26c5b1fd38191dc7d4ffee31552088fa5854983c47a2c4868a13bfc22d7f92f834662c75f7c4c88e0274ea +Size (cloud.google.com_go_@v_v0.45.1.mod) = 998 bytes +BLAKE2s (cloud.google.com_go_@v_v0.46.3.mod) = ae97a8c6432870aaf5b5b395dd007a83cfe8ca9b47db654b088becfdb46fb67b +SHA512 (cloud.google.com_go_@v_v0.46.3.mod) = cbe178d04fe28f9b7dd07b0317fd4404d805e80ceada4953ad47763bafa2f215f88464c1315261a902ebcc52145af09df4c96a341e42644d38526909fcef313c +Size (cloud.google.com_go_@v_v0.46.3.mod) = 960 bytes +BLAKE2s (cloud.google.com_go_@v_v0.46.3.zip) = 932671d18868bbb56851ba734bdc17bc1da901374ab687120cefbf177207c190 +SHA512 (cloud.google.com_go_@v_v0.46.3.zip) = bbcda7aee6a580061cfd9858fc8d7dbafefd8eecfad25e4c6825d16b2e038e6a5be7b5d876b348d86059763a0e0eeae7d1546fe35fc98f5b479f478a25a11512 +Size (cloud.google.com_go_@v_v0.46.3.zip) = 1195278 bytes +BLAKE2s (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 595e4165864257f6b29770e821d16e56460cdd4e84a02b9ecec91d55d7a1b27c +SHA512 (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 338a067f7ad15d8549da11ac146b65657923ae4fee3caf2eff888c104c0df0edcdf0d98f5be6a67a764aa39210d5cad811ebd9d604084a67049b753246fbf89a +Size (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 319 bytes +BLAKE2s (cloud.google.com_go_bigquery_@v_v1.0.1.zip) = 467ba5bac8c950916d4f28b138aaa58d8a16c82d3c2a31a02c44f1f6ed00ed83 +SHA512 (cloud.google.com_go_bigquery_@v_v1.0.1.zip) = d61e19974279807f43d213470b4e9bb61699d0c12318b294ec9e96d74556ad9e3323419f725d6825beceeccf1b5b0120b71ef4ccc94670b4fa24185454870a4b +Size (cloud.google.com_go_bigquery_@v_v1.0.1.zip) = 351894 bytes +BLAKE2s (cloud.google.com_go_datastore_@v_v1.0.0.mod) = a1d4fc8505f01b38b3f6b1ccb6a8ed79054367bd25fce65b096419bd3ef40176 +SHA512 (cloud.google.com_go_datastore_@v_v1.0.0.mod) = 8082ab039764aa6abd6615b1cf3a1830f2813dd5b791a27b7f0ebf5fa1ee68fe040a5e12988e6c91ba5d032a0a6666d384d6eceff12165d394a75ba56b744382 +Size (cloud.google.com_go_datastore_@v_v1.0.0.mod) = 433 bytes +BLAKE2s (cloud.google.com_go_datastore_@v_v1.0.0.zip) = ec8a2e4b21c20fcf6374565415a4f490ba4d38ffe3e59fc050ed9546b59cdae4 +SHA512 (cloud.google.com_go_datastore_@v_v1.0.0.zip) = 1e60a44acc0e365d014fe463684d543c0adfa8a51fbe3be099803d338d15558dbb0a36ffaded7b301bb3db3ae4fc7fb4eda3e9dd18fbc30da0992d7fd0609f4b +Size (cloud.google.com_go_datastore_@v_v1.0.0.zip) = 271434 bytes +BLAKE2s (cloud.google.com_go_firestore_@v_v1.1.0.mod) = f62090a6e980f1be94d9394f4e5bfcbe1096cad6dff5d7ef55c588b8e19a309c +SHA512 (cloud.google.com_go_firestore_@v_v1.1.0.mod) = adb3d294ec1e9476bed820afa92aea5cabf77e7996d83bd1f03dff8447dfb13dd18ab4f091ad6ee209128151dcbfedb4967f99ccf7e10f5286e90b2ad56441d6 +Size (cloud.google.com_go_firestore_@v_v1.1.0.mod) = 568 bytes +BLAKE2s (cloud.google.com_go_firestore_@v_v1.1.0.zip) = 92f7ff07809140c29d66aa199d92f185b393d5cf6aadbb4314313d45c3fca449 +SHA512 (cloud.google.com_go_firestore_@v_v1.1.0.zip) = 941679d0e95101da46640278a097bc5e54538e35f046b5362a450e3f0fa9926931812121cf2d25ec330639b4735790d5147b9adb5b55eb2494de85b3b334e9d1 +Size (cloud.google.com_go_firestore_@v_v1.1.0.zip) = 315645 bytes +BLAKE2s (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = a260db96f906c363c2ec160f4178e31671c43b3db696f26ea1c42bd00d52dd38 +SHA512 (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 8a393b8614207c22c73a706ccc3e66a8a16d2f305ab95d8f70774f13d0bcb7396b0ac5095daa57ebb991225a1db08c3110f1e85c26dd72f3bbcaf73fea536d9c +Size (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 508 bytes +BLAKE2s (cloud.google.com_go_pubsub_@v_v1.0.1.zip) = 259564ed080a8efa398ff78bac25676e94c782dec4bdb91ddcc86015c30959a5 +SHA512 (cloud.google.com_go_pubsub_@v_v1.0.1.zip) = b181a9a635222b7896772bcda5ca1e61911eaebb47ac54104aba43f93ca97a4209b5053ff63e64f569986cba01b71433573cad17f8c6329c8a6419b08d43dcd6 +Size (cloud.google.com_go_pubsub_@v_v1.0.1.zip) = 136261 bytes +BLAKE2s (cloud.google.com_go_storage_@v_v1.0.0.mod) = 0f8b81ac2bb9aaed4f0257cbea204507d7e7bb3a2c1dcf4a1cccad1c5d310ede +SHA512 (cloud.google.com_go_storage_@v_v1.0.0.mod) = faf4a02a513ae4c23f931b8917e74a056c528b4267ef3b5b704949283910bfc5d41fdd7264b78d4fc1f6e5b370474a7c9933a2fad36bb5c872006def71f8ed0b +Size (cloud.google.com_go_storage_@v_v1.0.0.mod) = 374 bytes +BLAKE2s (cloud.google.com_go_storage_@v_v1.0.0.zip) = 12940f09924da245aa6b0f45f2b1ca76d64aa38446ff9294bcf1a19552f9c6ed +SHA512 (cloud.google.com_go_storage_@v_v1.0.0.zip) = 9583b5d95556ab6e798d3d0d8c3eed51d45a6fd32b6dea207a089a33a1e50ca5e468e975d386fe00b704d568971d2f3b7fd3937b0494c4ae920dbee84d36a120 +Size (cloud.google.com_go_storage_@v_v1.0.0.zip) = 393806 bytes +BLAKE2s (code.rocketnine.space_tslocum_cbind_@v_v0.1.5.mod) = e1137f03ad544824b00a10ede871cdabab7962b0235f9ef0dd9d55f605256c4e +SHA512 (code.rocketnine.space_tslocum_cbind_@v_v0.1.5.mod) = 748f06d650cfb8e6d5929839ab783c055f0ee61dca8e5d53906d1147dc279ce76f9aa3354f615a0f575b917acbe5fa808db81e70f27133fd00801aab8c759046 +Size (code.rocketnine.space_tslocum_cbind_@v_v0.1.5.mod) = 368 bytes +BLAKE2s (code.rocketnine.space_tslocum_cbind_@v_v0.1.5.zip) = 5bc1740ab0c3a23dcf3d092223ad5140754edf0610e2f04e2acdb4823bdeea2e +SHA512 (code.rocketnine.space_tslocum_cbind_@v_v0.1.5.zip) = 0af70a82f803630e9413b74487afe9560b308c9e51b19169ebaa591dcbaae80f263b0b9e72a7f7a1139232ff4bc362d4df54aaea51f7cf07db07232169dd09d2 +Size (code.rocketnine.space_tslocum_cbind_@v_v0.1.5.zip) = 10963 bytes +BLAKE2s (code.rocketnine.space_tslocum_cview_@v_v1.5.6-0.20210530175404-7e8817f20bdc.mod) = ab09db8a7e00514bdbf3cf26e433d9e58d0d84e125d668190b39bbf4d4289678 +SHA512 (code.rocketnine.space_tslocum_cview_@v_v1.5.6-0.20210530175404-7e8817f20bdc.mod) = 2beb1e2c14aadffe168724101ead2952276519af12a3389ee1af21d79168b75ed63f0a94c6a2a7335127bcc814be51af2c8cfca4fdd382b1b6aa3bee3b2502e5 +Size (code.rocketnine.space_tslocum_cview_@v_v1.5.6-0.20210530175404-7e8817f20bdc.mod) = 427 bytes +BLAKE2s (code.rocketnine.space_tslocum_cview_@v_v1.5.6-0.20210530175404-7e8817f20bdc.zip) = ae612ccfa08c081c3ed81d5de67374c38bb2f342629b5dad036a51915b7595f1 +SHA512 (code.rocketnine.space_tslocum_cview_@v_v1.5.6-0.20210530175404-7e8817f20bdc.zip) = e2eb3b6687a08ba19cb3b7841545e190de6c903b998786a5cd715c4d5550a368bfd9652082172790b5f735655ae42407987884b7eaa9430d24b77a117b71163b +Size (code.rocketnine.space_tslocum_cview_@v_v1.5.6-0.20210530175404-7e8817f20bdc.zip) = 818295 bytes +BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 2136184228fc4913040e8abab210d9694fa46310b1073dbb42e1697f8591c1f2 +SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1 +Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 36 bytes +BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = d95edcd2894a7a7dbe0b36fc5d188fd3b887c65cdd8ff589b7bfe60348b8025d +SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = 4206fa50ea8f056656804388954562efcc78a14ed8f249801c601ccd399f70ea101e5299e07bd9b86e6e137a3cd2103209ef186193a1129e108b224ee5497432 +Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = 33828 bytes +BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 1e3e33c00707a3593021eb034c331e03c391be2a8977de8635ddcdd39b13ded4 +SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146 +Size (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 34 bytes +BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.zip) = d25ca220e9adbe837dd982363249621f342dbe179d460f7367524c9529523007 +SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.zip) = 43ed64ae515738487e9b75a2290d0b2bc25e83c021a9f29b21487c37adbf34e74e1e7d3d5ec0dfe678c8396356f95c3993a5f5610d1791ff62056cd182a4272f +Size (github.com__burnt_sushi_toml_@v_v0.3.1.zip) = 56132 bytes +BLAKE2s (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = 3aae55f1e64baee0b056bf90360c33c65231ecbd5a3a924ef9926aa6696b8ca1 +SHA512 (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = dbfa64ac31b25fdbff12110c6f9815abfde65f281e40852e7165499a2cefb6656c74fe0b82f0f018304daa02b83b421e9c15654efabad39787c69c1b2996a79d +Size (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = 33 bytes +BLAKE2s (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 30a9ad04f2ed1478a1ed8be7bd686686e533c90f57cc9d1236f33f78bea8450b +SHA512 (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 7bb2037721647f941eb8dec5bdcf00d72febf118b34819d6bf3cdbaae1bd2cedd867cd210acfdba5afdf48be8b315d934447aa5674901e95a7868e707d337547 +Size (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 254689 bytes +BLAKE2s (github.com__one_of_one_xxhash_@v_v1.2.2.mod) = b05a5527ea6991b3b2ff17d87063331e76c2f6e69f09ae25c45388869f19f7cd +SHA512 (github.com__one_of_one_xxhash_@v_v1.2.2.mod) = 9081c69a2480ef726f547047306dc9136211ac7550882e68d458e2c04e5343366cb08f20525a51c804ab9a554dfe8363a1d9660bc0f9e501e1d996f7b6f320e4 +Size (github.com__one_of_one_xxhash_@v_v1.2.2.mod) = 34 bytes +BLAKE2s (github.com__one_of_one_xxhash_@v_v1.2.2.zip) = 831da520195203987f09c1bb6e496b2711a5494eba24441da91c4743789fb481 +SHA512 (github.com__one_of_one_xxhash_@v_v1.2.2.zip) = 89912d8630bed5c71dcf391b57e4537b93f01c4f1cf320a8c11d5d34d47fa4e3ea4abbfb3bc3aa76ad3cf08350da67e190cd80322597d0de3123fbaccbcea9e4 +Size (github.com__one_of_one_xxhash_@v_v1.2.2.zip) = 17606 bytes +BLAKE2s (github.com__puerkito_bio_goquery_@v_v1.5.1.mod) = 018d1b42f99708d4294fb124efe9332b5d40aad868e144bf0e9a91314817a554 +SHA512 (github.com__puerkito_bio_goquery_@v_v1.5.1.mod) = e6a65896ed5e371605fa0099e81788157aebf0f392a4dc881176579f015cbccabdeab3971ff6d97051c4f4bd2c5c3ecd6d1be47dba1f97aba635ea9390ecba15 +Size (github.com__puerkito_bio_goquery_@v_v1.5.1.mod) = 153 bytes +BLAKE2s (github.com__puerkito_bio_goquery_@v_v1.5.1.zip) = 903245ec38b19eed23e2306470962d5867249f3b2cad10101df3f1e036070d6d +SHA512 (github.com__puerkito_bio_goquery_@v_v1.5.1.zip) = 3ae996fd97c300d108a862d4f92d2b469529f60a56bc4132c6b96010dd2b31617bae2b2516de53d6a2cf31efd1a7d29fbcb777987c1dafb13a0916d4cb1afe1e +Size (github.com__puerkito_bio_goquery_@v_v1.5.1.zip) = 128011 bytes +BLAKE2s (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.mod) = 8c71d2795215f66feaac6b43b3131a21db45f020d3dcae7902d92e8037846576 +SHA512 (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.mod) = 072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929 +Size (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.mod) = 38 bytes +BLAKE2s (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.zip) = fa9af26aeecd1ef0ebafc00d7b50298e2731f903c28fbee4509b1dbea1cc87b5 +SHA512 (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.zip) = 356c87eec65f0dc8a680b7a19e888d87fb8c808ec675501df635560fd5d3b57da36ecc2cd9eeb4a5e454c5564d4cf1a062b47b7a050e116b57c87afbe020eb53 +Size (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.zip) = 66023 bytes +BLAKE2s (github.com_alecthomas_units_@v_v0.0.0-20151022065526-2efee857e7cf.mod) = e64dbe13d6d8f331f1c42fb13fba804eea5391b15e573a2b8dae89d925e4e7f4 +SHA512 (github.com_alecthomas_units_@v_v0.0.0-20151022065526-2efee857e7cf.mod) = 7f23b8c5622c02b295646c7baf6f2ea3dd01e11e18ac9c263b853c7f771f5d098d8bcb75971f0cdc33d1c4765b563f3382ec5dc4bf20010065c3f1bc94e93175 +Size (github.com_alecthomas_units_@v_v0.0.0-20151022065526-2efee857e7cf.mod) = 35 bytes +BLAKE2s (github.com_alecthomas_units_@v_v0.0.0-20151022065526-2efee857e7cf.zip) = d4ecff2740be839a9ba3ef7827c3f77e85214f8cf7f8692943904e2e4187dee6 +SHA512 (github.com_alecthomas_units_@v_v0.0.0-20151022065526-2efee857e7cf.zip) = 0dd4cbe03b224bfe68d00d121f758796f6e63b96eeee17261bc7d8f6ad1ef9878976b8eae5eadc2f6abee28670a83e6925596f4d35bea529fcd735772fc9a049 +Size (github.com_alecthomas_units_@v_v0.0.0-20151022065526-2efee857e7cf.zip) = 5176 bytes +BLAKE2s (github.com_andybalholm_cascadia_@v_v1.1.0.mod) = ebab3642c777eefb959e28574863d8434e191798189917854c4a0bf2a1434231 +SHA512 (github.com_andybalholm_cascadia_@v_v1.1.0.mod) = c074ecf5b1d5c9d30a61c44b089b1fe635b70373d7eb1e81a1a2aaad6d31f6439f59207900a5f1256c4ac24999253658e8dbbda9daa448b666cff0eb1049b56c +Size (github.com_andybalholm_cascadia_@v_v1.1.0.mod) = 104 bytes +BLAKE2s (github.com_andybalholm_cascadia_@v_v1.1.0.zip) = ddb75cd583d116dc6786b6027868d2214a99bc9e81c3bfb3f7a287c7afbc20a1 +SHA512 (github.com_andybalholm_cascadia_@v_v1.1.0.zip) = 836c62c354ad7f100fc6e1f494d382b0759688010cdca2322d5fa57a18f1a060034bfb0994dccc4a111d1e590c0d517f77d6d59cc2c545f74ef96d804dcee963 +Size (github.com_andybalholm_cascadia_@v_v1.1.0.zip) = 31068 bytes +BLAKE2s (github.com_armon_circbuf_@v_v0.0.0-20150827004946-bbbad097214e.mod) = be7a72a53a4be3d5a2792c3bee0f8a6f4d4ed13395581f293abfee444fe65d2d +SHA512 (github.com_armon_circbuf_@v_v0.0.0-20150827004946-bbbad097214e.mod) = a201f9c169bba0d962c2595ee8c625a2b7e39873e4bb3eb1ca646340638917dabb2309f1ba4b71d9fca4cf2da2d3684076c67ba362dd07a39538a45240f7f987 +Size (github.com_armon_circbuf_@v_v0.0.0-20150827004946-bbbad097214e.mod) = 32 bytes +BLAKE2s (github.com_armon_circbuf_@v_v0.0.0-20150827004946-bbbad097214e.zip) = 173c23b950f857ffead94742487812eddf33236d1cad83330b27d7976d4ee545 +SHA512 (github.com_armon_circbuf_@v_v0.0.0-20150827004946-bbbad097214e.zip) = c73ff22440aa8f5825b7e6820c270582d5512cc096e69b6ee034ed67ec3eb87b3266b82eacf37b985e872a693256be6f377814d3cc604180ea939b42971ebe80 +Size (github.com_armon_circbuf_@v_v0.0.0-20150827004946-bbbad097214e.zip) = 3902 bytes +BLAKE2s (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) = 4e8858b27d97c146624c6c2a50c5a894dbe799a87a3f3ab03a2cf908d897fa82 +SHA512 (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) = fe8dfbec1d09d7da5829af43760a4ddb5495b6a63eeb76fb3758aeb2fcf83d83ea443a15789d7042a0f5e637664babc9c388dbebc63ff7d35fb9545c7c7da991 +Size (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) = 35 bytes +BLAKE2s (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.zip) = 788ed44403851c143701086d243a1c9c16a03e3ccb437245b442be2a8ff19059 +SHA512 (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.zip) = e1b8ad2c09c16599c6e5053f871df9f66698c7a632276c1e68c80c9737216751939b7b7024449ed63da0a292688b4d7a441d64512aa4bd8684e418f4e5da4446 +Size (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.zip) = 37264 bytes +BLAKE2s (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = b6be1972ea7f268ee8bfcdc983c9a7093ac28d04dd10207e775f95b8146262c7 +SHA512 (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = 98f0f51365ecedecd1abe944a765160f99ccde69abe92a44d4f0e30f72a664b828cddb085886d8460ea7faabd0cbe7abdbde905ac758be0a3752c9a8f3600b6f +Size (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = 33 bytes +BLAKE2s (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.zip) = 2882eb2069c78f4e868476b912a35b22e0fce44f22009be63f70c1164f93a759 +SHA512 (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.zip) = 6936a577297949e1a146e3efdbe88e9c81205ccac46974f092846bcfbd533a2c8f0f161bc74da60d7a0d8aa6c5d2b1591fa294320c3e97854626407f0f838423 +Size (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.zip) = 7271 bytes +BLAKE2s (github.com_atotto_clipboard_@v_v0.1.4.mod) = 1211f40837ef80708c30e12f055eb2dcdfd562de960f2aba6761710935863c3a +SHA512 (github.com_atotto_clipboard_@v_v0.1.4.mod) = 49d95d7db5b42c6948c50dcbee20a5ec6b554e78f8ee4beec2303b318d6289a32be807084806bd17ee8e680e58c2693f753614fdb6788f424c9d7496790b20ba +Size (github.com_atotto_clipboard_@v_v0.1.4.mod) = 35 bytes +BLAKE2s (github.com_atotto_clipboard_@v_v0.1.4.zip) = 9125377942f12b65e46f6f91875734aaa6a972f2eaf29f9f415486556311d68c +SHA512 (github.com_atotto_clipboard_@v_v0.1.4.zip) = 5a6d9bc0761469bcf803cbb9d1aa43cc784171a81e53df8c4a14bd56e52db6ee7cd8a45e2fc81ce75bbe19f00cb53be3e170fab9ac3e73e83deaf09b799a9e1a +Size (github.com_atotto_clipboard_@v_v0.1.4.zip) = 8606 bytes +BLAKE2s (github.com_beorn7_perks_@v_v0.0.0-20180321164747-3a771d992973.mod) = 80cbce370fc42961ecbb334b6f3da417ee9610e71432f0f22c6776faba2468f0 +SHA512 (github.com_beorn7_perks_@v_v0.0.0-20180321164747-3a771d992973.mod) = f21fd002853e4435421f8396e6be016f65be1537815c60d23940caf26e3f14dd6f2caac802cb64cd586b1b1f1220b2727de347b3d1816b8e741f68d87ebcf03f +Size (github.com_beorn7_perks_@v_v0.0.0-20180321164747-3a771d992973.mod) = 31 bytes +BLAKE2s (github.com_beorn7_perks_@v_v1.0.0.mod) = 5c2c8e92605ce9cbec8351451a0a99d37bd60ebe057b586188ca003c96af4772 +SHA512 (github.com_beorn7_perks_@v_v1.0.0.mod) = ec4424da8e1e3849408da7bfe83d37e21ac75edb889de8ef63be897d59678679b018f4606be78500952e7eee73a6252ee6e477b1a1612e2d036dbf72c17b9c9b +Size (github.com_beorn7_perks_@v_v1.0.0.mod) = 40 bytes +BLAKE2s (github.com_beorn7_perks_@v_v1.0.0.zip) = 30742c36f196b65a73bca4b5bb6ebd4a47397b737f8b0e0d948879692afa1b70 +SHA512 (github.com_beorn7_perks_@v_v1.0.0.zip) = be60a4c8059a9cb07ceb12e079b1224b6f871ecb1d7953906ab303cfe86d00cb979e203299f00fe828b2f6d2a3f5d55814c50809e9b872ab6d96db73f3771498 +Size (github.com_beorn7_perks_@v_v1.0.0.zip) = 14678 bytes +BLAKE2s (github.com_bgentry_speakeasy_@v_v0.1.0.mod) = 708e1811dded9efc1552218a5eba1faa7f3c49fbfac85214543ee3626b35d5b5 +SHA512 (github.com_bgentry_speakeasy_@v_v0.1.0.mod) = f961ced2c3e902be60fb862fff6b1c4457c57bd7586375a18857863be63d9b3ea998b05fc0c9c3a7270387e9907861d6f9d6ce4024643ec84ea6a63e59e915c1 +Size (github.com_bgentry_speakeasy_@v_v0.1.0.mod) = 36 bytes +BLAKE2s (github.com_bgentry_speakeasy_@v_v0.1.0.zip) = 1886f0d409eec6da7c4bec22498cdd12c96223a37ac7cf7224cd2ce03630421d +SHA512 (github.com_bgentry_speakeasy_@v_v0.1.0.zip) = 0e52838ad73009c795d6a43d7d52d082b0ec134e0f07015fa51caab7d1dd141b19df7807a7ab146312848567f8635966c6ce7ac22b934a630e0131383caef9cf +Size (github.com_bgentry_speakeasy_@v_v0.1.0.zip) = 9262 bytes +BLAKE2s (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.mod) = 244e552f6d894c2a18598bf0540042af56d3987ab38beeb93eb71afc9828f56c +SHA512 (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.mod) = 262ec838f5c4b97bc186533c20456e62633038ae74747c7b884788bd06ce01863a59237557877d35f37338ebc018d2c1c8ae963e4a42dd42e0823a5b3ec81bb3 +Size (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.mod) = 568 bytes +BLAKE2s (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.zip) = 9bbe25c07d41727dc7dc7bf2bbb113bea040a22e91b4e51b9df2031e55975c87 +SHA512 (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.zip) = cf29e5474361f66354cc6956bcb7e6990573bd7f49889187016f0d09919e3dbd4f6dcb4adea8148881fcf559f2dd422ec77c04c33aa9d5068d40c6d224fa5a6f +Size (github.com_bketelsen_crypt_@v_v0.0.3-0.20200106085610-5cbc8cc4026c.zip) = 33436 bytes +BLAKE2s (github.com_cespare_xxhash_@v_v1.1.0.mod) = 63e461631ef2feef8d3fa956d589a273247aa3bac0e0ef9ddbfdae5a7ab48b19 +SHA512 (github.com_cespare_xxhash_@v_v1.1.0.mod) = 32c34a590e6c113a16700ef2faa5124ebb6c8773cd76594312157bd2b70d54cd939ff2c32fac47421b5615e804142cb7b393394d4745d5894f9b68392bc37ad9 +Size (github.com_cespare_xxhash_@v_v1.1.0.mod) = 146 bytes +BLAKE2s (github.com_cespare_xxhash_@v_v1.1.0.zip) = bdd8d5b2599f72966cb84893891964d58abdee1906e7fe1086b313d6648038fa +SHA512 (github.com_cespare_xxhash_@v_v1.1.0.zip) = 09432cff34f69e9b0cc6f0d5bb9af376efccb85ab4396c14a4e0c072272f3172a93c240c5ae0aa89eab91799d1bed1a0e7e00ba83682843f46344c9e2fc2d4b6 +Size (github.com_cespare_xxhash_@v_v1.1.0.zip) = 12221 bytes +BLAKE2s (github.com_client9_misspell_@v_v0.3.4.mod) = 8cef8923f19e65e2e4cc8886b37404a116752f102a2592cd8dc24502c02c9ca8 +SHA512 (github.com_client9_misspell_@v_v0.3.4.mod) = ca8192c6321468b4332eb63c765a5798150dce9312873123b48d9ec67ebb4229cffc7b7e8054b8b0a6f45611f08130008031edf33da3468bb9a4ee9455fa02a5 +Size (github.com_client9_misspell_@v_v0.3.4.mod) = 35 bytes +BLAKE2s (github.com_client9_misspell_@v_v0.3.4.zip) = 38ea877ff815674662c9e785928224c8c275839e16bb1ce51e7f5dc2dfa18ea5 +SHA512 (github.com_client9_misspell_@v_v0.3.4.zip) = 47991999bacf78ddfd33a4af3c0d5b8a418cb7664e05bc59d886150025a1d5aad831deacbd6da76d5a21a97ed115d4210c374459e7af8ed7b93c4c1c0e7a42fa +Size (github.com_client9_misspell_@v_v0.3.4.zip) = 246908 bytes +BLAKE2s (github.com_coreos_bbolt_@v_v1.3.2.mod) = c4616c3be48638682f9cfcc2951f969c25a8a7a619e9de693a1fceadb424f342 +SHA512 (github.com_coreos_bbolt_@v_v1.3.2.mod) = 12f6b0e7090b257656ee9068083207fdd1b6d9f0b27546cb5b3a5a520e5944f3eccb8f6dd644a17e1089bbf787fd26b3e83eb0f0353071c8c4ef23ca99bc6251 +Size (github.com_coreos_bbolt_@v_v1.3.2.mod) = 31 bytes +BLAKE2s (github.com_coreos_bbolt_@v_v1.3.2.zip) = fdc598124a30bc3e126c95e13cb4fe185a4be7dbf84ca0adaee2c83bb8c35be9 +SHA512 (github.com_coreos_bbolt_@v_v1.3.2.zip) = 2ae536eec8ee6a515e3b53c16d59d7b40311f3e4c0c69206a5f6adaa412daa03c47e01ac9ba183633bc332d1ce863fd66a7f3452710874b3f8aa96c5c5e39102 +Size (github.com_coreos_bbolt_@v_v1.3.2.zip) = 112043 bytes +BLAKE2s (github.com_coreos_etcd_@v_v3.3.13+incompatible.mod) = 994bae6cce07cb1f57b43a3d8f4b1762ac613803baa4a66ffa1de73ad0743eaf +SHA512 (github.com_coreos_etcd_@v_v3.3.13+incompatible.mod) = a986c2cac4728288aaf90667b54ffe9cbb9e1a55697347f9541e6aa0dbfc5b8d245c2ac15e8a9558d41862d98325f3f2f4055b02bcf1e9045b78bb3577b3f45f +Size (github.com_coreos_etcd_@v_v3.3.13+incompatible.mod) = 30 bytes +BLAKE2s (github.com_coreos_etcd_@v_v3.3.13+incompatible.zip) = de4acaf715120eb11b001f1b54d6723bd988a2e0cc64133835cbbc8046181f9f +SHA512 (github.com_coreos_etcd_@v_v3.3.13+incompatible.zip) = 4f82743aafe5725ca7fa89eb27adba939fce03e4c2b759604e2fe146c72ffa1ab2d6565a33c418aa2d3a1395ef2662b6d0bc1519ee5ff368d631083818d8f16b +Size (github.com_coreos_etcd_@v_v3.3.13+incompatible.zip) = 2274142 bytes +BLAKE2s (github.com_coreos_go-semver_@v_v0.3.0.mod) = 7d49ef87bd0e0aab20d50151a5be3438be98dbb457891cc68e8d8e3a199ad23c +SHA512 (github.com_coreos_go-semver_@v_v0.3.0.mod) = 58d88566898778823c24b5f4ff7ac50384075312e3eb332aa01233ada3ff385cd8a0e3b8727a77ecf068f13b52a304fbdb5f47a27957333dbd5a8fb1448956c2 +Size (github.com_coreos_go-semver_@v_v0.3.0.mod) = 35 bytes +BLAKE2s (github.com_coreos_go-semver_@v_v0.3.0.zip) = 1cf29fc82fa27e8965c2ceb2035b6de397e275624e4ba867b2696eee36d2302c +SHA512 (github.com_coreos_go-semver_@v_v0.3.0.zip) = 918009558869443193fed748b3cc807dbfc540967d60e0315c74c6a09324d7d783067e0f21c5461ebadcdec3c7e6417522565a00e33617af8a8168281a0040c3 +Size (github.com_coreos_go-semver_@v_v0.3.0.zip) = 13848 bytes +BLAKE2s (github.com_coreos_go-systemd_@v_v0.0.0-20190321100706-95778dfbb74e.mod) = 4ad03848357a986fc56f0f9d25b2f9b0989b28f1cf7d57720634b4b33b91734f +SHA512 (github.com_coreos_go-systemd_@v_v0.0.0-20190321100706-95778dfbb74e.mod) = 00ccb440abed145db781cbc7bc12695057b7dfa034c8ebd7ab1aaf5ea509fafc0be7147328dd9654e3fc2623bbbf91fd3992a86ff29e78bfa3e868d994b47e7d +Size (github.com_coreos_go-systemd_@v_v0.0.0-20190321100706-95778dfbb74e.mod) = 36 bytes +BLAKE2s (github.com_coreos_go-systemd_@v_v0.0.0-20190321100706-95778dfbb74e.zip) = 81cfd7cb62eab7baa1cc5efcf40e6bd1b852a0f9dbd70ac7d9031a68b47f01c9 +SHA512 (github.com_coreos_go-systemd_@v_v0.0.0-20190321100706-95778dfbb74e.zip) = 7acd6ca00d067e6a81fbb12697ae9d46fa9880834934065549bb23671153012a8596d4c7875705578ca58a259ff81b1165e45aa65c93406d2c324c61954ea4df +Size (github.com_coreos_go-systemd_@v_v0.0.0-20190321100706-95778dfbb74e.zip) = 109838 bytes +BLAKE2s (github.com_coreos_pkg_@v_v0.0.0-20180928190104-399ea9e2e55f.mod) = 7d5be9b43d1e64c6ac1fe22fc139fb209b684ad668ce595d4721ba4b3b177405 +SHA512 (github.com_coreos_pkg_@v_v0.0.0-20180928190104-399ea9e2e55f.mod) = ea629c85891049bdff24f75a4dbce34f048a9627fc126b44f497b3ae65602045ca4fe0856e1b3d7ba050bb867226b90c25912565867c696bc370697341681c33 +Size (github.com_coreos_pkg_@v_v0.0.0-20180928190104-399ea9e2e55f.mod) = 29 bytes +BLAKE2s (github.com_coreos_pkg_@v_v0.0.0-20180928190104-399ea9e2e55f.zip) = bdef4f2c76912297f16a40c1c5d5849c42053262cb2ab3a932196ce027823979 +SHA512 (github.com_coreos_pkg_@v_v0.0.0-20180928190104-399ea9e2e55f.zip) = e0ac39873cc584e40df505c3c01d20771d3a5e06f1c2c78a046971a220f029795b4cce7da71b497bfb618c0159897640c6606a4bd0d446826b142430f7f66204 +Size (github.com_coreos_pkg_@v_v0.0.0-20180928190104-399ea9e2e55f.zip) = 57782 bytes +BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0-20190314233015-f79a8a8ca69d.mod) = 46564e72f97ec86bf0ed070bb90fb64605eb69a39f1d99959daeb9311f477872 +SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0-20190314233015-f79a8a8ca69d.mod) = 000449de8fe27ac12c5e7614bfb48a31d506b582ce2deaf0a0709d3673c9fad41e3b97e25df872609c5a190e899a56755d2d9f974a38523c51c9fa3af521d73d +Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0-20190314233015-f79a8a8ca69d.mod) = 217 bytes +BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0-20190314233015-f79a8a8ca69d.zip) = bed4d1a9b08e5bf4cee0aaf7be963ee868dd8d03d8d6b331bc2b8125dbeb255d +SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0-20190314233015-f79a8a8ca69d.zip) = 284116b4f2778ee7981e3aa5583c4e685afd8434e36ca647f0c72c5bb308e87bc3bfae8c83acd259c9da75549339aa382663b7103e4033b2418e314106923c0f +Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.0-20190314233015-f79a8a8ca69d.zip) = 12266 bytes +BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.0.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c +SHA512 (github.com_davecgh_go-spew_@v_v1.1.0.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e +Size (github.com_davecgh_go-spew_@v_v1.1.0.mod) = 34 bytes +BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.1.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c +SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e +Size (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 34 bytes +BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 5281c0e301579c764ebf96f97056ba8fc1a8142d98f2fe44aabb07d7e8ae4f3e +SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 7b4e4df2fea731e23e05437f26f24e32b2e99028d685b72e3a726c1cb616ada4a77ca4fb9db4a6fae48178cc5172e724b74499bc776d63a9110cb97377d5edeb +Size (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 60320 bytes +BLAKE2s (github.com_dgrijalva_jwt-go_@v_v3.2.0+incompatible.mod) = 543158a190613db269c855759efeb6bf7b3b674b8f2ecf737fff106d8aa49b59 +SHA512 (github.com_dgrijalva_jwt-go_@v_v3.2.0+incompatible.mod) = 4d46c1b3280c5b4984d22e57b0541cc6762853c0f6cea19a7a5f392c23039e29ca616a4bd8f283c2a35c3c045ec54716f5000cb4f0f43f07f0464c12ed1369ec +Size (github.com_dgrijalva_jwt-go_@v_v3.2.0+incompatible.mod) = 35 bytes +BLAKE2s (github.com_dgrijalva_jwt-go_@v_v3.2.0+incompatible.zip) = 201540ba9f858cbecde6ea62ebae3816a6da67155fce067086f5e87915a75085 +SHA512 (github.com_dgrijalva_jwt-go_@v_v3.2.0+incompatible.zip) = c937c8b98196eb8496735410324a6a845e618d47e4631c500c9def70d8effb27cfb4efb17f81a8d304ce1a9d27fa6fbcfdec11ea10355de3d1918f1ddeef81d2 +Size (github.com_dgrijalva_jwt-go_@v_v3.2.0+incompatible.zip) = 57069 bytes +BLAKE2s (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.mod) = 250fa11fb933061f06ca13b25e9f3372c0f8d83bf41704096ad9cc61d6c02b50 +SHA512 (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.mod) = 2b6a3774801edff4f0b3fd40ae8e5396782e796e36b02b4d2f34e5dcce19d2f064a7a8d0787a9cb994b9208acf39b466f291525cf6f459ecd7c45d947dfba50e +Size (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.mod) = 35 bytes +BLAKE2s (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.zip) = d3357cc326b15e8a64107a4cc1f3e6c284bfab3a30529199c26b9fae4094469c +SHA512 (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.zip) = 00b81917f2e0f16f9d274afe68ce49a32495d20784e6f3e9e38bb3683e52c3c230746b5c86af179d56e60e4c79013b13d2d81abe7282dbef77a7a81c0c826ad7 +Size (github.com_dgryski_go-sip13_@v_v0.0.0-20181026042036-e10d5fee7954.zip) = 5339 bytes +BLAKE2s (github.com_dustin_go-humanize_@v_v1.0.0.mod) = 37606bb266b776fbe38dc953cbe88526e90ad8e228c1ef97be5655235769693e +SHA512 (github.com_dustin_go-humanize_@v_v1.0.0.mod) = be96d9da23cc31932c1001e2ed367e55d06ccf2af41cc106e83b92fb866b61110d06ff224797c942b9ab6104bdcba4542f2214b9fb2d88df63e69be8158c6e2b +Size (github.com_dustin_go-humanize_@v_v1.0.0.mod) = 37 bytes +BLAKE2s (github.com_dustin_go-humanize_@v_v1.0.0.zip) = 761e4c1003a45329853aee8cc7ddfb4ada975ff615ea7e19685f18e0f31138fc +SHA512 (github.com_dustin_go-humanize_@v_v1.0.0.zip) = 88e19d0139de7de602272e14586a99eda26b2867ea60ef56b517d13b37c0d28b1ab62c05b2f9cf1a9b8dcc8e5afa9c915baf7a30b0f17c4fbd47d5c71d0a3965 +Size (github.com_dustin_go-humanize_@v_v1.0.0.zip) = 26356 bytes +BLAKE2s (github.com_fatih_color_@v_v1.7.0.mod) = 154726dc4d1ae892d28b47df9f01eb216e481c600878a337581435d2129c6004 +SHA512 (github.com_fatih_color_@v_v1.7.0.mod) = 2dfc66b2f6accb7ecaccc48cb3daa338173f4751d954cb2912025d881f17a7a2df0457b2d7420f2d93b50519a2437a763450c4d639a26b3289fce7bdec5bb144 +Size (github.com_fatih_color_@v_v1.7.0.mod) = 30 bytes +BLAKE2s (github.com_fatih_color_@v_v1.7.0.zip) = 583e061a55f16d9802b707551ee3f99cd1ecfe8c4114bfa691cadf358e4df3f8 +SHA512 (github.com_fatih_color_@v_v1.7.0.zip) = 70f78081c04bdbb52e8f5d24b8926b39a28c4f069beaee0d7bf24be946f2b0ee3bc08d8ecc1305412623670e1767433a37d458df3fc849d244c63b6222f1f599 +Size (github.com_fatih_color_@v_v1.7.0.zip) = 11987 bytes +BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.4.7.mod) = 6f38ef0636194442139fbd9aae791048bbde3c8e75280451c7b13526a2e9dfa2 +SHA512 (github.com_fsnotify_fsnotify_@v_v1.4.7.mod) = 5749d33fb085d63b7c12f43df824c96f168323cf6d88cfea3e2536eeb7b56689dab9dddb8cde1ec8bc9c2848e7148b8a37abf8523a99c55ce10f896245c5f341 +Size (github.com_fsnotify_fsnotify_@v_v1.4.7.mod) = 36 bytes +BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.4.9.mod) = 3bbe601aa7b8fe3e839e252c33f026d3b938a9ba9b9b8960f4c36254f921e5c7 +SHA512 (github.com_fsnotify_fsnotify_@v_v1.4.9.mod) = ea3a26ed1f6df26a7e2aa64ea9d5d4a4c3005163cd8adc05028cf25d56d01d115bcda38b7af992242013c2610f26a184ce43dd1826309c95fa008fa9c8c387d9 +Size (github.com_fsnotify_fsnotify_@v_v1.4.9.mod) = 106 bytes +BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.4.9.zip) = d2cc3515024d4c35edc7da1d67ff474a406d7a5ba595a0a5c8a83d8212f8b522 +SHA512 (github.com_fsnotify_fsnotify_@v_v1.4.9.zip) = 8df5f490e26760bcfbfee216b5479321d060d4e48911c98e4d3375a6f84bd161b5d80769fb0326b3122534ff726e8a987bdce365464cdd042ab4cb5366d674aa +Size (github.com_fsnotify_fsnotify_@v_v1.4.9.zip) = 42349 bytes +BLAKE2s (github.com_gdamore_encoding_@v_v1.0.0.mod) = d98306119aa62bd2bb2dc3fd0a93976e35a5396dd7d50fb0fc3eb0c157fb88c2 +SHA512 (github.com_gdamore_encoding_@v_v1.0.0.mod) = fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75 +Size (github.com_gdamore_encoding_@v_v1.0.0.mod) = 77 bytes +BLAKE2s (github.com_gdamore_encoding_@v_v1.0.0.zip) = 0862bc4e46e9470af0fc008ce4a3370108c00d3382156ae7486f5720a878c937 +SHA512 (github.com_gdamore_encoding_@v_v1.0.0.zip) = 127767c725e376b43fe4e2003ddc12fe89693d6d7e52b01e6d47d73fd04496decc0fd60b64c7a65303428e00a52ece1848610ea35231789a814187ef8503bee3 +Size (github.com_gdamore_encoding_@v_v1.0.0.zip) = 19867 bytes +BLAKE2s (github.com_gdamore_tcell_v2_@v_v2.2.0.mod) = 0cd3fe1c1dffb5fb43cf627455f528958da9485b6ce48b691005c6860f86ebdd +SHA512 (github.com_gdamore_tcell_v2_@v_v2.2.0.mod) = 933a68f338fab6b8676db5abef19e3d521b546051dc8459cf11cca1bcedbdff94ee93bb0cde94e84c72f75ab1a2ee724ae3d0a2b116f9ec827862cd9a882d21c +Size (github.com_gdamore_tcell_v2_@v_v2.2.0.mod) = 308 bytes +BLAKE2s (github.com_gdamore_tcell_v2_@v_v2.3.3.mod) = 0cd3fe1c1dffb5fb43cf627455f528958da9485b6ce48b691005c6860f86ebdd +SHA512 (github.com_gdamore_tcell_v2_@v_v2.3.3.mod) = 933a68f338fab6b8676db5abef19e3d521b546051dc8459cf11cca1bcedbdff94ee93bb0cde94e84c72f75ab1a2ee724ae3d0a2b116f9ec827862cd9a882d21c +Size (github.com_gdamore_tcell_v2_@v_v2.3.3.mod) = 308 bytes +BLAKE2s (github.com_gdamore_tcell_v2_@v_v2.3.3.zip) = 47dc9155a725badeea6cbf6d5d2a9da43cd732c9af3e6012f0dd195bbe7ec4d4 +SHA512 (github.com_gdamore_tcell_v2_@v_v2.3.3.zip) = 4e69f894e0e5fa6769a596fb8956fa6e1cff53cbd04e6c40a4d9fee445af5c0d96e6e3b8f2a1dbef74c017fac3760ad1fbd0ce480c610ceb5c6eabb17c0e07dd +Size (github.com_gdamore_tcell_v2_@v_v2.3.3.zip) = 223489 bytes +BLAKE2s (github.com_ghodss_yaml_@v_v1.0.0.mod) = 25e4fad5271899f015de649fa751512eb2f1069917a953930504d7a55ccdf5e1 +SHA512 (github.com_ghodss_yaml_@v_v1.0.0.mod) = 7ffc7a5c3e0b39831e590ce3402dbf5c95392e88a08576a16d9e1887b11400efa71a9d183d3f1e080081246f28a70262a679348f009f7da6bd41f253a60b0741 +Size (github.com_ghodss_yaml_@v_v1.0.0.mod) = 30 bytes +BLAKE2s (github.com_ghodss_yaml_@v_v1.0.0.zip) = b2d1432297a083d044edfed10c34490db82b0beac1aea26741e8a6058abbe8c3 +SHA512 (github.com_ghodss_yaml_@v_v1.0.0.zip) = 722683483b8071b58508a7de9a9c9826d4a33c874948c1a6612c89195cceadfbd0ee0b56635d408f0af09aa2e904b0ae3c86a06e9b8f86c502080ce04c756e42 +Size (github.com_ghodss_yaml_@v_v1.0.0.zip) = 13436 bytes +BLAKE2s (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.mod) = 80ed056711bc38d3009f873bcc575d8c1ee755e86dae182bd5fc6767a49a2e0a +SHA512 (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.mod) = a709c650da5d5f513e94891b88c26697826fafebc1ca964fb9544415637ca14e3b9f1f4ddcf738e28032e10a2d39b619678ec5c8d44cc0a1dff738c75645e2f8 +Size (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.mod) = 29 bytes +BLAKE2s (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.zip) = c6b2506defa005f3336ec64e241dccf1fde035d157e69b2b1740f404bbbd83ca +SHA512 (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.zip) = 3ed59b94c35c8cfff89fec746f3f798f12303e684d60b70c344fbd2cbd44c1e21e09e828940502c87b2360b472c7d231c7f8ce94332dacf406154f71ad9baaa8 +Size (github.com_go-gl_glfw_@v_v0.0.0-20190409004039-e6da0acd62b1.zip) = 810677 bytes +BLAKE2s (github.com_go-kit_kit_@v_v0.8.0.mod) = 7e958ce2ac7652620cbcf041e2f87ff5b92fdce4dd9a3167e7dd8a43d0e639e3 +SHA512 (github.com_go-kit_kit_@v_v0.8.0.mod) = 2ace9d4bc029947991eb7237e7343fa31c5192d63927de1701434c305a659cb88fdae12e9b604f06ab318f1c26b207821edbe11e8d9382a0447544b782630c6c +Size (github.com_go-kit_kit_@v_v0.8.0.mod) = 29 bytes +BLAKE2s (github.com_go-kit_kit_@v_v0.8.0.zip) = 52be4b862868132c2c8f06e4d3b9c7183d00baa3bff94bd991fac5acb1b36cdd +SHA512 (github.com_go-kit_kit_@v_v0.8.0.zip) = 4353387fced40671cde472058e1aa3dd8559208e035690d1f763de2d6c68437fc8d8637a49ce2e2cb292bb30de639046238a0fe4877d8712875aa505f11ebc1b +Size (github.com_go-kit_kit_@v_v0.8.0.zip) = 423237 bytes +BLAKE2s (github.com_go-logfmt_logfmt_@v_v0.3.0.mod) = 699779a6c64756845515c1bf4acdfecac7b8c24b41785074efe63b58b8f2c025 +SHA512 (github.com_go-logfmt_logfmt_@v_v0.3.0.mod) = 526b97ecd0ccf878c0ada56c5217405c34c59d4c9cb53808f98b24a2823c0b3f1a74e862b9b1a5594034e570aa6749574d5e49212d6d48724e984f528b8c67ea +Size (github.com_go-logfmt_logfmt_@v_v0.3.0.mod) = 35 bytes +BLAKE2s (github.com_go-logfmt_logfmt_@v_v0.4.0.mod) = 35b77742f862986d732205382024911c7152cd785aa959b5602ace30dbbcc871 +SHA512 (github.com_go-logfmt_logfmt_@v_v0.4.0.mod) = 5782a5d5e5d4c64244a8463e0f15dfb97de4b60b9fed527ebbd8dc5a26999af8ad0b3ce0064da30182c757785ea9b35f253c5946b233fa3d9a61c873b23011c7 +Size (github.com_go-logfmt_logfmt_@v_v0.4.0.mod) = 100 bytes +BLAKE2s (github.com_go-logfmt_logfmt_@v_v0.4.0.zip) = 46975562442dcc0e8568973297c7fefa4af2e88d366e06e764ce66d113054647 +SHA512 (github.com_go-logfmt_logfmt_@v_v0.4.0.zip) = a47e8dfb165764ae38985658525e16d7e0942248aae078d2bed543c355ab177e49743556503b59a27cdb33935954ba5d8f08d890b29e5d7fe5d606f2c5b57bdd +Size (github.com_go-logfmt_logfmt_@v_v0.4.0.zip) = 17559 bytes +BLAKE2s (github.com_go-stack_stack_@v_v1.8.0.mod) = 0b2199cb627557f1f57e2d0e118d7e4757d99c69c2e4e6bea01345e2511e2ade +SHA512 (github.com_go-stack_stack_@v_v1.8.0.mod) = f3dc70dfcf086b785750d5b346ea07d0dc7903937bdbba58eace0fb903e656b02ddf3a1d49b486ac29b1cac9ca9d346e964d55d3a4cc5ee5ae79ac40b24d0cd0 +Size (github.com_go-stack_stack_@v_v1.8.0.mod) = 33 bytes +BLAKE2s (github.com_go-stack_stack_@v_v1.8.0.zip) = b578af7cbb6ef8742020808d840dadede7a9329c8e9eb244447eef7ed9ff9d1c +SHA512 (github.com_go-stack_stack_@v_v1.8.0.zip) = 1e834ba368fcac6e13fd8b3a478cbe9b181ec3660087733b68adc0dd41838e54367d22f9bc53e602ece889e6051e319fbf80d5874abcf4daeb0bfb9b64e298e6 +Size (github.com_go-stack_stack_@v_v1.8.0.zip) = 10204 bytes +BLAKE2s (github.com_gogo_protobuf_@v_v1.1.1.mod) = a7e63e6e647d3d98d8055c4941f0f691aeb69c79c43958346310cf2e55d62fd7 +SHA512 (github.com_gogo_protobuf_@v_v1.1.1.mod) = ab6c57ada3b0d1e36c91f3e0f45e573b91a4869f230f02a7e5e3e5a8f7e020bf56c63df1cbdc5b552ef9a4229ab739cf76df7f799091a2efa148ab9e5c12b1c5 +Size (github.com_gogo_protobuf_@v_v1.1.1.mod) = 32 bytes +BLAKE2s (github.com_gogo_protobuf_@v_v1.2.1.mod) = c0f0c868b0ede3020e7a4de14979eec23683f52505da5089cb56361bb100ed45 +SHA512 (github.com_gogo_protobuf_@v_v1.2.1.mod) = b91b25b4fe769a403fd7a1f82d7720bdb0526a349ffe7cfdfff09a2ba5e0015d5a3446cd8e0e5fe46479b7d2296a8616de38a8183c0185f84fcfc75d202db106 +Size (github.com_gogo_protobuf_@v_v1.2.1.mod) = 88 bytes +BLAKE2s (github.com_gogo_protobuf_@v_v1.2.1.zip) = ed6a90dbe8deb55513898bda31c7d258eb82e4938e4788e66402fcfbb81c90ba +SHA512 (github.com_gogo_protobuf_@v_v1.2.1.zip) = 2e51e876c4533c4b34f0017f6f13ff3c34922a1905f6a4f90bab241152dbb344689d8d1f5ff1040c79632feb21fbd8f213831179bd424579ac9b5bb602325bac +Size (github.com_gogo_protobuf_@v_v1.2.1.zip) = 2656615 bytes +BLAKE2s (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = dd073b0d745982706868d8639aebad5eb1dff0ea398d43a074be4a8ae3fb7c0a +SHA512 (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = 3714d2a95d0435a113c36df5feb13f77a07a1514fdf6b5f01e6e8cc5d159067736e0065bad8062dc636fa5c52c98e3fea6985075005b2838bdf53e0b07093024 +Size (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.mod) = 30 bytes +BLAKE2s (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.zip) = fc81a9290603a9321e2f847d961e54a9b0018862ed52301f829856a4ccda0b94 +SHA512 (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.zip) = a3c086e660f2285d9fb7d56d1eba74994e8f0052363413337413cb50009ba46d3a432e2b4c67a73bfb753e7c60646d96bdad308d8e634e53f0bb0bb97ea17bda +Size (github.com_golang_glog_@v_v0.0.0-20160126235308-23def4e6c14b.zip) = 22449 bytes +BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20190129154638-5b532d6fd5ef.mod) = 4998748c45e33aa114579c0c58bbf4ffd6879f2fafdf036bd2cd7d606541bfdc +SHA512 (github.com_golang_groupcache_@v_v0.0.0-20190129154638-5b532d6fd5ef.mod) = 5a0f44d45d666885e31206077a515fa02246d56699aa02f7809868029fdf6a718a5df8edac0ec245880f982882c2f4ca1d13a1dc0c7c0f79d7e89c6c46fab523 +Size (github.com_golang_groupcache_@v_v0.0.0-20190129154638-5b532d6fd5ef.mod) = 36 bytes +BLAKE2s (github.com_golang_groupcache_@v_v0.0.0-20190129154638-5b532d6fd5ef.zip) = 3b4eec38a34b693de4d267c178461e46a869d9b9675c6fd810e0ee971f4baa14 +SHA512 (github.com_golang_groupcache_@v_v0.0.0-20190129154638-5b532d6fd5ef.zip) = 050f33b3dd4053885c46c07e7f56cf45d6addd908549ca5ed98036aa14e964a7ff4c30e08887979a69f25df85af131491fc80a62c36d038b1f3af5b3b06756dd +Size (github.com_golang_groupcache_@v_v0.0.0-20190129154638-5b532d6fd5ef.zip) = 39653 bytes +BLAKE2s (github.com_golang_mock_@v_v1.1.1.mod) = 356607004812e692cdbc0d733f9b7290e44f8b250d574cad239668e00f4f1040 +SHA512 (github.com_golang_mock_@v_v1.1.1.mod) = ae6a1a6f8d31592ea6141f2ea39c9b60cd28e73ffae74bcf370fa739865b95a7ed56f687975f017b42c59e3b0f1c02884fbd5c93140bce268771380c8c7a7a96 +Size (github.com_golang_mock_@v_v1.1.1.mod) = 30 bytes +BLAKE2s (github.com_golang_mock_@v_v1.2.0.mod) = 356607004812e692cdbc0d733f9b7290e44f8b250d574cad239668e00f4f1040 +SHA512 (github.com_golang_mock_@v_v1.2.0.mod) = ae6a1a6f8d31592ea6141f2ea39c9b60cd28e73ffae74bcf370fa739865b95a7ed56f687975f017b42c59e3b0f1c02884fbd5c93140bce268771380c8c7a7a96 +Size (github.com_golang_mock_@v_v1.2.0.mod) = 30 bytes +BLAKE2s (github.com_golang_mock_@v_v1.3.1.mod) = a1ae941dbcb5a139dd00e782eef95fcfe02cd2aa2fb42f618e2964352c828c97 +SHA512 (github.com_golang_mock_@v_v1.3.1.mod) = 5dff0170dc085e1be63ce69886cb019b9df09a5678128b3b0a1b174756500f7d4bd62dc25ee7546977e298f719746ce951119908ff59463a79a1aec7a8882e32 +Size (github.com_golang_mock_@v_v1.3.1.mod) = 93 bytes +BLAKE2s (github.com_golang_mock_@v_v1.3.1.zip) = 76a90d052588bbb012c4d7af1ae5612c467bb2d29cc351a6eeb794e42a4540e4 +SHA512 (github.com_golang_mock_@v_v1.3.1.zip) = 1bf7c75b83793a806e6e664b987f6a21561be9fc687364a6d4cf9fa104df27826482fee467dd752b19f349de2d8dacc1c390b064ecd4eaa2fde6d74bc10af734 +Size (github.com_golang_mock_@v_v1.3.1.zip) = 85123 bytes +BLAKE2s (github.com_golang_protobuf_@v_v1.2.0.mod) = 8836436cb8d73217522d565a51dd5cade163931200a3b8638176b2238c65a87a +SHA512 (github.com_golang_protobuf_@v_v1.2.0.mod) = e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6 +Size (github.com_golang_protobuf_@v_v1.2.0.mod) = 34 bytes +BLAKE2s (github.com_golang_protobuf_@v_v1.3.1.mod) = 8836436cb8d73217522d565a51dd5cade163931200a3b8638176b2238c65a87a +SHA512 (github.com_golang_protobuf_@v_v1.3.1.mod) = e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6 +Size (github.com_golang_protobuf_@v_v1.3.1.mod) = 34 bytes +BLAKE2s (github.com_golang_protobuf_@v_v1.3.2.mod) = 8836436cb8d73217522d565a51dd5cade163931200a3b8638176b2238c65a87a +SHA512 (github.com_golang_protobuf_@v_v1.3.2.mod) = e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6 +Size (github.com_golang_protobuf_@v_v1.3.2.mod) = 34 bytes +BLAKE2s (github.com_golang_protobuf_@v_v1.3.2.zip) = 29fc7a22e66c58217f35790f3f61b99090ef4d89309fc3b08809403e5fed9d7a +SHA512 (github.com_golang_protobuf_@v_v1.3.2.zip) = 7fe69c066b2407e6000ae21888f6cc696e51df2342a71e196aba1a9a9ecce630bd9a4d41c58b3105002508a4d0efb9c5ae2b8a87f848b8e2c6293558b8c4b4ad +Size (github.com_golang_protobuf_@v_v1.3.2.zip) = 465217 bytes +BLAKE2s (github.com_google_btree_@v_v0.0.0-20180813153112-4030bb1f1f0c.mod) = 941bfafbe0fe0c349074884dd893c26fbb0d6c62cfb63ebf0165f978b9638b74 +SHA512 (github.com_google_btree_@v_v0.0.0-20180813153112-4030bb1f1f0c.mod) = f2ff873ecf0144b7f434810af1b49f66f09b4bcadc91d99201465a6ce36c7e7f05996f52800be287dcb3b62e14b75fcebb7c32be0eeda6bb0a15a23058c2d410 +Size (github.com_google_btree_@v_v0.0.0-20180813153112-4030bb1f1f0c.mod) = 31 bytes +BLAKE2s (github.com_google_btree_@v_v1.0.0.mod) = 941bfafbe0fe0c349074884dd893c26fbb0d6c62cfb63ebf0165f978b9638b74 +SHA512 (github.com_google_btree_@v_v1.0.0.mod) = f2ff873ecf0144b7f434810af1b49f66f09b4bcadc91d99201465a6ce36c7e7f05996f52800be287dcb3b62e14b75fcebb7c32be0eeda6bb0a15a23058c2d410 +Size (github.com_google_btree_@v_v1.0.0.mod) = 31 bytes +BLAKE2s (github.com_google_btree_@v_v1.0.0.zip) = a0a4c2041413cb2f6275df521286cab93197be9a88a48ffb516c2aa915c78ca8 +SHA512 (github.com_google_btree_@v_v1.0.0.zip) = b54c7f94aef24c769a0478aea5dedbf67309dc3f59a5d7cf52ea8b49e81783d87bf80e5bcfa36f1f95a65e64bdd8312d20ebf81cd73952af5481b2f1f3619eb9 +Size (github.com_google_btree_@v_v1.0.0.zip) = 17644 bytes +BLAKE2s (github.com_google_go-cmp_@v_v0.2.0.mod) = b527d9b12f3de3a8355f18e986847efb92bf07f76a2b9cb5d329b7249d42cb7d +SHA512 (github.com_google_go-cmp_@v_v0.2.0.mod) = 7229d917bb0c788b07297e1b09b8f7952f951998a56f17ea1f69ff7c2f565a5686b212f42f45c6b8351905d6740a2ec5a235e493daa531ae00cb709faf67ae45 +Size (github.com_google_go-cmp_@v_v0.2.0.mod) = 32 bytes +BLAKE2s (github.com_google_go-cmp_@v_v0.3.0.mod) = 8a0ad4b145a855d2c94746f8f2c34f3980448bbaa036aa419226fe2fb4174ade +SHA512 (github.com_google_go-cmp_@v_v0.3.0.mod) = 351dc24af135b9c9d714aadce40fe9fa1ec05a35a4df90af79926d5119c3f33a6510ab9d78243748d7dad10bd2178f47d342ea2389972b88d5e9b4be6dee7daa +Size (github.com_google_go-cmp_@v_v0.3.0.mod) = 40 bytes +BLAKE2s (github.com_google_go-cmp_@v_v0.3.1.mod) = 8a0ad4b145a855d2c94746f8f2c34f3980448bbaa036aa419226fe2fb4174ade +SHA512 (github.com_google_go-cmp_@v_v0.3.1.mod) = 351dc24af135b9c9d714aadce40fe9fa1ec05a35a4df90af79926d5119c3f33a6510ab9d78243748d7dad10bd2178f47d342ea2389972b88d5e9b4be6dee7daa +Size (github.com_google_go-cmp_@v_v0.3.1.mod) = 40 bytes +BLAKE2s (github.com_google_go-cmp_@v_v0.5.0.mod) = 54befdbebc1a7ed8c2f5de2cc688fab3ab3337a212c5f36bde6d427830820200 +SHA512 (github.com_google_go-cmp_@v_v0.5.0.mod) = cb203760fc6ca9c9d64811cf1342752faa5a95f27934c298407dc865f9561081210dd1b82b15ee2f5337b70d4c55d102d8884b5b9a5f70d9cbf85227a32b9713 +Size (github.com_google_go-cmp_@v_v0.5.0.mod) = 105 bytes +BLAKE2s (github.com_google_go-cmp_@v_v0.5.0.zip) = 2b31cc9e74ccab4edd33cb2ecc7ca7c761f7a856a1fffb20cdfd0728090659a9 +SHA512 (github.com_google_go-cmp_@v_v0.5.0.zip) = 6ad2ac900d1a8812eb6dd037a2ad5342ef74a339eeb490f23acc207819b8ba9e0c53185364908dfb65e57510146084c7e35e75de0a9fa4bf0898112f8ca8f551 +Size (github.com_google_go-cmp_@v_v0.5.0.zip) = 125740 bytes +BLAKE2s (github.com_google_gofuzz_@v_v1.0.0.mod) = 5417b603c79018bb25e873f920ae81a20cda4c32bb9a718e15289d2e90bbd80d +SHA512 (github.com_google_gofuzz_@v_v1.0.0.mod) = 3dcfdb76a938cf370310213720ca952c6aa99c8b1b96afe41eb05f1bff15df7d98d279509d921893c0c749337c83d4bf40613813e117c01205859a041716b2ee +Size (github.com_google_gofuzz_@v_v1.0.0.mod) = 41 bytes +BLAKE2s (github.com_google_gofuzz_@v_v1.0.0.zip) = 99d46841cd6f72fb6c5293244e175a397923bcfbcc7ca1e1b69d53ecee8758ce +SHA512 (github.com_google_gofuzz_@v_v1.0.0.zip) = 6e265617828739486750cb8c5a8337f3e17f83664821208778528d93e608bd142902aaefcd64d4e6fb8542e5b0938b12191ea070fb5deefbff946daa146e9278 +Size (github.com_google_gofuzz_@v_v1.0.0.zip) = 16584 bytes +BLAKE2s (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 50fbcf00e2fabe446d1e13e31e0049c38ee01415e25f6bc20595b926a111f92e +SHA512 (github.com_google_martian_@v_v2.1.0+incompatible.mod) = cffb5dc1c6531ae9d5998b3a57ba14de5dd8631a36dd48975da07ce5ec052d97b6f632c5d30ab9ab695f178758837aae8a6344c67d57c7a39ca8e9243f8211df +Size (github.com_google_martian_@v_v2.1.0+incompatible.mod) = 33 bytes +BLAKE2s (github.com_google_martian_@v_v2.1.0+incompatible.zip) = e52f24160dc4c5ede99f8ca53aff21da30c37090ea82f7994d529c7f81858fc8 +SHA512 (github.com_google_martian_@v_v2.1.0+incompatible.zip) = 26ffdf319d3c952533c25c487e027bf219be3f7ec7345f9d155a480e1e5f3006fe335ba790cbfed00487e23a8506a8208ed7223a514da11b7a4bb069337573ef +Size (github.com_google_martian_@v_v2.1.0+incompatible.zip) = 259222 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = 3e9a933072306aa3c85f84a46cfa047cdbdbd18c4363df335f7fe2aeed476bc4 +SHA512 (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = c7e8b1bdd0360b88ccdcfd0cfe73e5cce50010a21db41ec2d533f7863b67930fbb84f430b9ffb663c394256628b05e884b812c040354779e0fdac2a422ac57e9 +Size (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = 31 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20190515194954-54271f7e092f.mod) = 3e9a933072306aa3c85f84a46cfa047cdbdbd18c4363df335f7fe2aeed476bc4 +SHA512 (github.com_google_pprof_@v_v0.0.0-20190515194954-54271f7e092f.mod) = c7e8b1bdd0360b88ccdcfd0cfe73e5cce50010a21db41ec2d533f7863b67930fbb84f430b9ffb663c394256628b05e884b812c040354779e0fdac2a422ac57e9 +Size (github.com_google_pprof_@v_v0.0.0-20190515194954-54271f7e092f.mod) = 31 bytes +BLAKE2s (github.com_google_pprof_@v_v0.0.0-20190515194954-54271f7e092f.zip) = c778710c09619024cdffb5051c022f51ed277eba57d3abc9c39b1e65d4bb7d5c +SHA512 (github.com_google_pprof_@v_v0.0.0-20190515194954-54271f7e092f.zip) = 063ae6bab978ade9eb9ba9294b2756aaf592d15ad98e708fcf9aa1fc2be71030b13e0283254fac933713804d93d38252b918f292b47699de725253d72f08ab18 +Size (github.com_google_pprof_@v_v0.0.0-20190515194954-54271f7e092f.zip) = 1265157 bytes +BLAKE2s (github.com_google_renameio_@v_v0.1.0.mod) = 9a5bfe17a460ac1c740a236a2ee02efa8968fede4f47189829a5b6c87566ad29 +SHA512 (github.com_google_renameio_@v_v0.1.0.mod) = a46cae976ce90d1cef802eeaa873c059cc9ec3678d5c3c304a9de45f44f20a24d68fa290cfdcf78c4ac222a6d619a005825de8f11e72b9a5af476a0b0180092b +Size (github.com_google_renameio_@v_v0.1.0.mod) = 34 bytes +BLAKE2s (github.com_google_renameio_@v_v0.1.0.zip) = c62403f4439ba32c6f7b1c5ee908746561ff61f4552744d1b84ab23de457b6b5 +SHA512 (github.com_google_renameio_@v_v0.1.0.zip) = 6e4bb9ee5e5681a5de794a744e184c36824772563c5a26de2478301674bc50b93e091fab34a531f0eca13be1255f69a2748c32e2996d7c1e2d940302ad3b01f5 +Size (github.com_google_renameio_@v_v0.1.0.zip) = 14941 bytes +BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.0.4.mod) = 67da011399602fad896c0c2fa75f2f8a429bb1a5ebaefe6d7975fdf8fac25483 +SHA512 (github.com_googleapis_gax-go_v2_@v_v2.0.4.mod) = 31e50016a01fd485775368e2e430959278cb6c03ae6b1871b3d0c173fd43e91654ae87d1758c08daf897e55be8b4044bcb47fc072ec645d16e2594f345b46c73 +Size (github.com_googleapis_gax-go_v2_@v_v2.0.4.mod) = 88 bytes +BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.0.5.mod) = 86413d31d1a5e03bf8c5d155ea356e4e00f01cb2d69790d682acdb13bb0d36ce +SHA512 (github.com_googleapis_gax-go_v2_@v_v2.0.5.mod) = 2af320b0514b032ee87a92d99d673579981571f325d0d46133e212a639eca274d5a6f8164a7256cfa6c063967b98ace36e637f53d90331903fd6e4a21f1a5a19 +Size (github.com_googleapis_gax-go_v2_@v_v2.0.5.mod) = 79 bytes +BLAKE2s (github.com_googleapis_gax-go_v2_@v_v2.0.5.zip) = 044e147670778a0ae7088da36f4a9e8aecb069ab7689f624ad95d39ac83bcdf9 +SHA512 (github.com_googleapis_gax-go_v2_@v_v2.0.5.zip) = 240fccffe9eef7f5900b7e3add1fc95b45efbca63d6c09086ed4a0d4c50d470fddeb01672da067222c107b794c204f8da63c366782c52e7b7de6514c310bcb7d +Size (github.com_googleapis_gax-go_v2_@v_v2.0.5.zip) = 16077 bytes +BLAKE2s (github.com_gopherjs_gopherjs_@v_v0.0.0-20181017120253-0766667cb4d1.mod) = cc09135fceb95d5630da2ab151fc08ccbbc2893c4cbafba1e48e70132183ee57 +SHA512 (github.com_gopherjs_gopherjs_@v_v0.0.0-20181017120253-0766667cb4d1.mod) = 35151946ce44fde9d3bde1d0626749ac4bc68cc448736c3b0f056f40a9ae30aef591db614b271df3eba3a96dbc94052ea5bf7ff68749ec980088d60361934771 +Size (github.com_gopherjs_gopherjs_@v_v0.0.0-20181017120253-0766667cb4d1.mod) = 36 bytes +BLAKE2s (github.com_gopherjs_gopherjs_@v_v0.0.0-20181017120253-0766667cb4d1.zip) = ed529f164c4de345c4e58bb0f0d67b95cd42ac28190ddb62309d174543ec8621 +SHA512 (github.com_gopherjs_gopherjs_@v_v0.0.0-20181017120253-0766667cb4d1.zip) = 5bb0e61c8622e09cecc099c80cd97cdefbc497d4ad0e88984b2936e7731991e972883eb639be1cc3f56249a97b4f14c6820cda6b1c08e4a2323aaca22b840dea +Size (github.com_gopherjs_gopherjs_@v_v0.0.0-20181017120253-0766667cb4d1.zip) = 257755 bytes +BLAKE2s (github.com_gorilla_websocket_@v_v1.4.2.mod) = dbf53703a57aa05392a4753b21d683ec3798f5a11d06fc84a30426f87315008d +SHA512 (github.com_gorilla_websocket_@v_v1.4.2.mod) = 81ef224435efb5cbd429dd4339e8410234855f4a268302a61d34e76c388e89ea22c97ae90d71a6ef910ca00d3178e40d3587eaf484112966050fbd1f1f4843ab +Size (github.com_gorilla_websocket_@v_v1.4.2.mod) = 45 bytes +BLAKE2s (github.com_gorilla_websocket_@v_v1.4.2.zip) = 2c6296e5a879ecf1bcc399f65ddf02e8c67ade09620db90ed5bb1aabc8d2cedd +SHA512 (github.com_gorilla_websocket_@v_v1.4.2.zip) = 4506c31c8d95fadde5570686eff451f177ff4bcc80469a5bdba92b65afcfb2597d05f14ca724e8dd40b43b867ab9eef1f62d98d7afed6bf93cd33b689d646c3c +Size (github.com_gorilla_websocket_@v_v1.4.2.zip) = 79096 bytes +BLAKE2s (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.0.mod) = ee9d8e1564c7c92a8577026278899d06e5f5a1b425c56f0244eec7ce528e8ad0 +SHA512 (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.0.mod) = 6e5556550286ca0fed117d3db2f43d6023d7f0e7625762ca76c773e410fe51d6092c6acb574db7578284188bbf79cb9050aab7000f09510338b24195ea395945 +Size (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.0.mod) = 52 bytes +BLAKE2s (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.0.zip) = 1ecceceff688168831e119d4d8ef2a13bbc62eab6fb9187adad755aba51fe85c +SHA512 (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.0.zip) = dc279707dde421e9650071c85d85e5311053b1ade53dbaff95e71f3619b54d91200a8836f342d5bae6a324aa27474329bc93323e13ef8a64f79114159bfb79f2 +Size (github.com_grpc-ecosystem_go-grpc-middleware_@v_v1.0.0.zip) = 165533 bytes +BLAKE2s (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.mod) = 57aec222e61d82bae8d189d37a7985ed248afdf6cfb307294f54ee72d09eb156 +SHA512 (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.mod) = c9e15e4a4436ffdedfe5ece51858a45806d6fd77d2306c35eb986a866a3da5bec0d5d06ddba55a05ca45c8c29a51bc7c58150849b5dbde569a6810012f3ace4e +Size (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.mod) = 52 bytes +BLAKE2s (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.zip) = 15909635e8a8ab85cdecbfb3d995ecf3cc6589f32068afca907319ee2ac3bf8e +SHA512 (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.zip) = 5c8e6beedefdf390a9eda76fd8d5042323e1c9a6306605ec7ca8b1612bc038a6cb0c02ca1093e0b6373a05ea64b7eb0c0bc62720a74b37d4ceb61564f4d46753 +Size (github.com_grpc-ecosystem_go-grpc-prometheus_@v_v1.2.0.zip) = 35110 bytes +BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.0.mod) = 797be5161b77b3258467bb11345d80a471b1ecf620d4474feba06c07632de244 +SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.0.mod) = 35fbfcc2b6fb04830cf6d4966469ccf37e4b7593c8d8c5479dd2322722bb325b7f303ca836989c3ea96f862a4c85bae7863c415f94b72bb91742763ef08bcb49 +Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.0.mod) = 661 bytes +BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.0.zip) = b32b117b038218c09e6ad9e91430f4cb4e9a64422d18eac709bbb4231a6cb5b9 +SHA512 (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.0.zip) = 1b8fd632eea86272aa5300bcac20d0a52877ce911ec568f33ce16580e965d082facd040927f8d095deea000409baee5dacf8dff1dabcf396bab678f038ca5494 +Size (github.com_grpc-ecosystem_grpc-gateway_@v_v1.9.0.zip) = 424517 bytes +BLAKE2s (github.com_hashicorp_consul_api_@v_v1.1.0.mod) = 8fa4f70248151b475f206c91b9015c5fea404f6e6122fbfbdcb2f82dbd1ccd46 +SHA512 (github.com_hashicorp_consul_api_@v_v1.1.0.mod) = a6d33e281b580e5a3461edadbf4e5ebe6aa74a8a929b9f0e96582592b24c85eea1ab202457f88f648018cf5991d267811132ec77255ab4886b6ccf958487d5eb +Size (github.com_hashicorp_consul_api_@v_v1.1.0.mod) = 449 bytes +BLAKE2s (github.com_hashicorp_consul_api_@v_v1.1.0.zip) = 43fbc2637ebf4cccdd34357a5cf838bbe1cc28e302ee6a24e4fd06c1d9cfcc42 +SHA512 (github.com_hashicorp_consul_api_@v_v1.1.0.zip) = 378eb0393b0afb17d47919ebdd5b6dccdb45976573809796a970c22fc2cd7ff0187821b3f342a1d4f3763acf6b971a44c0a026004bcf86170dbe34d654d1ba8d +Size (github.com_hashicorp_consul_api_@v_v1.1.0.zip) = 126149 bytes +BLAKE2s (github.com_hashicorp_consul_sdk_@v_v0.1.1.mod) = d10b7442567c2172bfe26a279ae19978217f25bae081c4463f26b3895c0a32e5 +SHA512 (github.com_hashicorp_consul_sdk_@v_v0.1.1.mod) = 883151379f088d2645429c88fd2fc598b736fcee56feed40d05efe4540562d409cb54ec061b58d9dfd5f8a363bf3e5183af3a44cc669ce23ac7fc7b9f512950c +Size (github.com_hashicorp_consul_sdk_@v_v0.1.1.mod) = 220 bytes +BLAKE2s (github.com_hashicorp_consul_sdk_@v_v0.1.1.zip) = 158663f6397998036add24603ddcd6fd5e19b0ef3b8f99fa402ff7cbe088161a +SHA512 (github.com_hashicorp_consul_sdk_@v_v0.1.1.zip) = 9aeac7b0d9f2125f3efe8bc01c2dc48c928e50acec8ec3747316bbf780cca31c00a78bd9ad2f56f6a574d669ac681d8a46b23369fad859d41b4eded2d8b6b900 +Size (github.com_hashicorp_consul_sdk_@v_v0.1.1.zip) = 21684 bytes +BLAKE2s (github.com_hashicorp_errwrap_@v_v1.0.0.mod) = aac7866eaeb8d08b64ccae78acde4e8b396328036b16550b714e31c418bf6309 +SHA512 (github.com_hashicorp_errwrap_@v_v1.0.0.mod) = 2b68ca06311d8602f04eb738a68a24951a9187aa70018d938e549cf7b555bf54dadbda5825501436c52f6103bcd220ed170c99e4cf777187e2b997c87f05fb0d +Size (github.com_hashicorp_errwrap_@v_v1.0.0.mod) = 36 bytes +BLAKE2s (github.com_hashicorp_errwrap_@v_v1.0.0.zip) = 3fbd022700eae0df53b2fe8f7e6811f227441fd27dd7b07d19c55ba00be4a5e1 +SHA512 (github.com_hashicorp_errwrap_@v_v1.0.0.zip) = fcecaaf6496b11fb35d01da0d3375508c978b0a319d344c61f77539be199f1f13ed892f2019d5b6d8ee1603c576064203ab87e235bab4b0bcb96d28f9e16e88d +Size (github.com_hashicorp_errwrap_@v_v1.0.0.zip) = 9306 bytes +BLAKE2s (github.com_hashicorp_go-cleanhttp_@v_v0.5.1.mod) = eeb29774ef567b419c0363f48313e2e114076e53252b8f3da1619eb6a35891f3 +SHA512 (github.com_hashicorp_go-cleanhttp_@v_v0.5.1.mod) = 302b6f472b54597aaeb4b43528098b5a5264acc97abf2228d8cb62bf32e6a29a7171ec6fb8898b494ffe837ee044e58f5596bff425214985aacd2b8b69934341 +Size (github.com_hashicorp_go-cleanhttp_@v_v0.5.1.mod) = 41 bytes +BLAKE2s (github.com_hashicorp_go-cleanhttp_@v_v0.5.1.zip) = 8d578c15ed5ff97a1361bc985fff7a7b181c442fff02673c151fcff071f09877 +SHA512 (github.com_hashicorp_go-cleanhttp_@v_v0.5.1.zip) = d439e95bfd858cf71659e8ce905748749e9e15cf577b98b66d7d8dd6adbff8262219d0c26bbbe9a24021ed5d683d7b81dc560eec4a97f09a1b44fb8983a4177b +Size (github.com_hashicorp_go-cleanhttp_@v_v0.5.1.zip) = 9560 bytes +BLAKE2s (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.mod) = d11a13fc9892a738b277e0ecd4acfc66f67ebec4cde40ffa492c805c1917230e +SHA512 (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.mod) = aadecf34782d4b40af684ef29e5e45f560d3593b52d5b6ac6b95664c02c04565fd29dc2d48bf1519091129b86856aec732fde408a8acdba41ff9a7ca12bab140 +Size (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.mod) = 137 bytes +BLAKE2s (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.zip) = 87df4b10affdcf68da2235faac0f8605672c236f02175d4cea630a347413d290 +SHA512 (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.zip) = 91c7b40e4125c3350ac4700bab85547840a8cc848f01bab06bde2eb51693a6dfd584fff718bd2425c67b15757e6e3f8a779cdbb051afff2094444f4bcb080ba8 +Size (github.com_hashicorp_go-immutable-radix_@v_v1.0.0.zip) = 23003 bytes +BLAKE2s (github.com_hashicorp_go-msgpack_@v_v0.5.3.mod) = 2bf0f12b1e68024a7ff81777620b246479a8d07d0de0d7223c269d9c99bbbcc6 +SHA512 (github.com_hashicorp_go-msgpack_@v_v0.5.3.mod) = 45b4424a023ea15d95167322e022269e32f7a718dbeaf192d0cee9f6bd136f5b4a26827d6d041a8103a95f622a0dc92123b32e6463254199893f360ad8680de0 +Size (github.com_hashicorp_go-msgpack_@v_v0.5.3.mod) = 39 bytes +BLAKE2s (github.com_hashicorp_go-msgpack_@v_v0.5.3.zip) = 544d94c73429818f35785dd7e3f8df859ca2fdbd99fd2cc503349e46fb57c9b6 +SHA512 (github.com_hashicorp_go-msgpack_@v_v0.5.3.zip) = 4e898272a286e7abd48722e31c8f256cefb377d22bb8fba47db0bdd8d0a871659cfe1589d0d0254d7bee4ac9aa4edd5ced714546a5710e6dfc66d1f961e0f12d +Size (github.com_hashicorp_go-msgpack_@v_v0.5.3.zip) = 62565 bytes +BLAKE2s (github.com_hashicorp_go-multierror_@v_v1.0.0.mod) = ce14600609557dbdbaa4eb17f48da100c64ffa5bdf83fc8c73cb1161c29b46c8 +SHA512 (github.com_hashicorp_go-multierror_@v_v1.0.0.mod) = d47dfa43806a386eb74b60f692b3bc580997edb9d7feff6633992a5adbf94d102a238e036d828952e204960152c62895288af6f09e2582e8b1408d259fb834c0 +Size (github.com_hashicorp_go-multierror_@v_v1.0.0.mod) = 87 bytes +BLAKE2s (github.com_hashicorp_go-multierror_@v_v1.0.0.zip) = 331023202c704628f8cff5551ac05d148def6ba467465ecd18d84eeadab8b563 +SHA512 (github.com_hashicorp_go-multierror_@v_v1.0.0.zip) = 8f86f79788cec64d9ce4f02af2ab7acd64f2014e5b592256f07563841444520bf4810a1dfa76abf04909dbe5f3298c67c0a88e636e45a181e461a2fac08d385c +Size (github.com_hashicorp_go-multierror_@v_v1.0.0.zip) = 14840 bytes +BLAKE2s (github.com_hashicorp_go-rootcerts_@v_v1.0.0.mod) = 1588bc5759f4a6f67fd6598b210607725098ffab516ae293a4ede5bb12c126f5 +SHA512 (github.com_hashicorp_go-rootcerts_@v_v1.0.0.mod) = 3446ae69871561766d2b70963eccaf443edafd9328f0f58a97630fde61fa746e59d26ee5d833548a92711555656aa9c1f44bb9e241aa87e21f4424a1f10fbe1a +Size (github.com_hashicorp_go-rootcerts_@v_v1.0.0.mod) = 89 bytes +BLAKE2s (github.com_hashicorp_go-rootcerts_@v_v1.0.0.zip) = 1353c91945b24e6cfcd851ed53bd2a0320bf476ac4765b783f27bb162ffdb0c0 +SHA512 (github.com_hashicorp_go-rootcerts_@v_v1.0.0.zip) = 10495832f2b8589ab1faac8140f9fb1b35a207683e214efbc11798583d6bf1479b13492d9f9e02dd7368054ea2a0571f87a5a8ae1e37c82454cae86f26db533a +Size (github.com_hashicorp_go-rootcerts_@v_v1.0.0.zip) = 14906 bytes +BLAKE2s (github.com_hashicorp_go-sockaddr_@v_v1.0.0.mod) = 60353902cc3e24475e1ddf7f1af0e7f88a2aa3b16fd39d1314d4aed8b1e56b15 +SHA512 (github.com_hashicorp_go-sockaddr_@v_v1.0.0.mod) = 756eee5fa17dc2f37aa9bd623aa2ea86e6ca35a804da1b48067b08fcabd4083ebcca867bb3562453d17f517aa1e6aaec0143cf5776fdf3686ed562f11147293d +Size (github.com_hashicorp_go-sockaddr_@v_v1.0.0.mod) = 40 bytes +BLAKE2s (github.com_hashicorp_go-sockaddr_@v_v1.0.0.zip) = 71d9b6b6fec22e9060fe2a6d25cb1c33c6da264f29ee5d06c6dddfe8387478d4 +SHA512 (github.com_hashicorp_go-sockaddr_@v_v1.0.0.zip) = 718496a1cd900d52b314a0113729906e42940f9e3caed0f989f16d7e28a5b8476400c00917f05e669737c5c45da3af95741c99a188698b628497ab2eb18ec49b +Size (github.com_hashicorp_go-sockaddr_@v_v1.0.0.zip) = 130743 bytes +BLAKE2s (github.com_hashicorp_go-syslog_@v_v1.0.0.mod) = ef0ce200c801282b27860688c4af007d834172c4a2ec0e66e2ff0e308a6ca967 +SHA512 (github.com_hashicorp_go-syslog_@v_v1.0.0.mod) = dec8c92389eca1dc304cce77cc70a3b51940f073581320117627c759edd5b523c379473179865f1e3e3f86deb9f323a5fff54951871053ed43293b0454182871 +Size (github.com_hashicorp_go-syslog_@v_v1.0.0.mod) = 38 bytes +BLAKE2s (github.com_hashicorp_go-syslog_@v_v1.0.0.zip) = 78b94e82dde826d5271b5d6ce0092dcb64a59be6efb20e8cf607d6d22bcd48d9 +SHA512 (github.com_hashicorp_go-syslog_@v_v1.0.0.zip) = 50519f8c8efb7b3494c857373cb119b924f2ace674f07bd0d0da5939a75f8c154b5cc8875fd35135228a9e8e221fccc174aa298d21bd490b89a0f2d9aeb38e09 +Size (github.com_hashicorp_go-syslog_@v_v1.0.0.zip) = 6210 bytes +BLAKE2s (github.com_hashicorp_go-uuid_@v_v1.0.0.mod) = fbe538bc649ad854f37f3cc381e3b701653d470104cec4611b0913e683b769be +SHA512 (github.com_hashicorp_go-uuid_@v_v1.0.0.mod) = 900755decba72d81cb348184648aa676c4a4c7359cc88ba3b41ebdd7691eeff401a41a495bdca7747e82274b3b2b61499b599e67b5c7369caaf766ea3e488d0e +Size (github.com_hashicorp_go-uuid_@v_v1.0.0.mod) = 36 bytes +BLAKE2s (github.com_hashicorp_go-uuid_@v_v1.0.1.mod) = fbe538bc649ad854f37f3cc381e3b701653d470104cec4611b0913e683b769be +SHA512 (github.com_hashicorp_go-uuid_@v_v1.0.1.mod) = 900755decba72d81cb348184648aa676c4a4c7359cc88ba3b41ebdd7691eeff401a41a495bdca7747e82274b3b2b61499b599e67b5c7369caaf766ea3e488d0e +Size (github.com_hashicorp_go-uuid_@v_v1.0.1.mod) = 36 bytes +BLAKE2s (github.com_hashicorp_go-uuid_@v_v1.0.1.zip) = 45df265c723a55594b734f455677f68b512bca1dea394f5f7122a6aded55682e +SHA512 (github.com_hashicorp_go-uuid_@v_v1.0.1.zip) = 3a3e4b23b82bea9b094f407662f5c63659ae427bd0e922c37f0dcafa1e3cbb16f4117f265cacf2a0219f5240d378aad7aa4cd2f9960e07b7cc7200859b0d6699 +Size (github.com_hashicorp_go-uuid_@v_v1.0.1.zip) = 7804 bytes +BLAKE2s (github.com_hashicorp_go.net_@v_v0.0.1.mod) = d56fcdd2f45244c10cb5507ca765ec9ade909c4bd9b777a320ca1a0866d9d172 +SHA512 (github.com_hashicorp_go.net_@v_v0.0.1.mod) = a36b4a70bb4b943055ad91fc4f754d55473b48f1e6330c9526e4a50dc4aba3b3462b787c71d7f2e863f78518e945ce15f9198a9bd0d6817146f92799733460f1 +Size (github.com_hashicorp_go.net_@v_v0.0.1.mod) = 35 bytes +BLAKE2s (github.com_hashicorp_go.net_@v_v0.0.1.zip) = 0c55d214e338ef85d3790fc61bc8f972c50ccd76c6cd881daac72f447e1976d2 +SHA512 (github.com_hashicorp_go.net_@v_v0.0.1.zip) = 5e60b4baa404de9210496a710ef1bd73b8795f679c6079719d7ff30c5a545f9ee407108981a3019bba008100f35b722f9eade9e48c09df4b8a245b0dac228ccd +Size (github.com_hashicorp_go.net_@v_v0.0.1.zip) = 525053 bytes +BLAKE2s (github.com_hashicorp_golang-lru_@v_v0.5.0.mod) = 0cecc0ee7e946d8bf08f1207468c798643dbcc1ddd9c2bb93ad8876501c07b5b +SHA512 (github.com_hashicorp_golang-lru_@v_v0.5.0.mod) = bc3e0c3b16454e0f079bef539857c22f09ebf11e78ac1744a22f5af87d7297979b7ccdd48e4f59605cac562c268c3cacdbf2745f65be5c934f73f216707120e1 +Size (github.com_hashicorp_golang-lru_@v_v0.5.0.mod) = 39 bytes +BLAKE2s (github.com_hashicorp_golang-lru_@v_v0.5.1.mod) = 0cecc0ee7e946d8bf08f1207468c798643dbcc1ddd9c2bb93ad8876501c07b5b +SHA512 (github.com_hashicorp_golang-lru_@v_v0.5.1.mod) = bc3e0c3b16454e0f079bef539857c22f09ebf11e78ac1744a22f5af87d7297979b7ccdd48e4f59605cac562c268c3cacdbf2745f65be5c934f73f216707120e1 +Size (github.com_hashicorp_golang-lru_@v_v0.5.1.mod) = 39 bytes +BLAKE2s (github.com_hashicorp_golang-lru_@v_v0.5.1.zip) = 6b467a5168b2a79aff4a20f84f4ee0c44bf2cfd271b20f0cc07797df3dd70d09 +SHA512 (github.com_hashicorp_golang-lru_@v_v0.5.1.zip) = 6927a910a368e1f2b0792989858d25c5a55891082cc38f5907c539a35919916e02872619cbf45ed583c6f6f8e85936a3fa790a161b071dddc922383e983d37ee +Size (github.com_hashicorp_golang-lru_@v_v0.5.1.zip) = 19548 bytes +BLAKE2s (github.com_hashicorp_hcl_@v_v1.0.0.mod) = 4a3c53a7f66deae747e897eec4719f44a7aef2486d96eefada817c2c5cb3a308 +SHA512 (github.com_hashicorp_hcl_@v_v1.0.0.mod) = 045ed40015294ebd8f7a6df06b418415da8f091d09fb4d34fd70718bbf5ce9f49dca7399dc5649336de3fc83bbbd93e740ad6f62d41ea540fae3b17f349cd66b +Size (github.com_hashicorp_hcl_@v_v1.0.0.mod) = 75 bytes +BLAKE2s (github.com_hashicorp_hcl_@v_v1.0.0.zip) = 3ed7fbc00f4c075eadbda762e5d23760d2687159ed68efe8ade456923e9d399b +SHA512 (github.com_hashicorp_hcl_@v_v1.0.0.zip) = 19403c36137b6ec9247fab3a9255dc98ad9dc46ba03ad3788e11298f8a310756b24dbfd3a0d9893ad93dc111dd228c421f96daae09e2058438c3c7c58386a71b +Size (github.com_hashicorp_hcl_@v_v1.0.0.zip) = 121655 bytes +BLAKE2s (github.com_hashicorp_logutils_@v_v1.0.0.mod) = 88e5573d4c4f963fe9961ce77c34c68eab17be6a22f7fcc30b908bbdba64901b +SHA512 (github.com_hashicorp_logutils_@v_v1.0.0.mod) = 82c9a364ab098ebb6f830753e089529036cb405aed375df5b55459b203a1d2d02299103925bcf4dff94bf4868e7005f114367e90fd2d24d5f1db3e0287628f66 +Size (github.com_hashicorp_logutils_@v_v1.0.0.mod) = 37 bytes +BLAKE2s (github.com_hashicorp_logutils_@v_v1.0.0.zip) = 2a84fb364c1fa401b41a38dc36a974d453d6007fd6eab4c39142f410beca8613 +SHA512 (github.com_hashicorp_logutils_@v_v1.0.0.zip) = f2935ed7cc01bfb3aa7ff86dc4172edcf5fe20727c59a43676565d81c878de1dc6a0c49bd51076bf2e078ff71f72ad689802c0286d26e0bad26b2ded74d222d2 +Size (github.com_hashicorp_logutils_@v_v1.0.0.zip) = 9174 bytes +BLAKE2s (github.com_hashicorp_mdns_@v_v1.0.0.mod) = a03138c8de94e9248c039726928bd49e2c0ae3b0172599ec9a49fb8f2951bddd +SHA512 (github.com_hashicorp_mdns_@v_v1.0.0.mod) = 541dffe3beadcf5eeebe266671462e3827262ae700a146c4a08700b325018b183252650b50a7d4e539e872c0b6e5d7e35de4f1abdd955dcad51543ea6b22acc1 +Size (github.com_hashicorp_mdns_@v_v1.0.0.mod) = 376 bytes +BLAKE2s (github.com_hashicorp_mdns_@v_v1.0.0.zip) = 2aa68f7f33805060c6f82469f4b8fff585cc9885837f86a3342a5480b1cb974b +SHA512 (github.com_hashicorp_mdns_@v_v1.0.0.zip) = 498f6c6cefcfd5558cac0f3485e2a11f4ce9aeb9ccf4d9c460354da5268d17bd5a301ac60cf93d73062a236330d254da8c2ca02fe0a339d25f9a70fe064ac610 +Size (github.com_hashicorp_mdns_@v_v1.0.0.zip) = 14575 bytes +BLAKE2s (github.com_hashicorp_memberlist_@v_v0.1.3.mod) = 21c4c590f5371217eeef3e780606b2b729e18d188a0d14daf648a2d74cfe94d7 +SHA512 (github.com_hashicorp_memberlist_@v_v0.1.3.mod) = 8128789efce7912b540284205af308c33ab47af7dcbcb165c1d0a86e342b17bbc8dc5c8cd6d5c5e751c412b6b4b8e80bb6d2f3b4fadd813dc147301ec27c45b6 +Size (github.com_hashicorp_memberlist_@v_v0.1.3.mod) = 921 bytes +BLAKE2s (github.com_hashicorp_memberlist_@v_v0.1.3.zip) = 52b8aab12c1fb7cb2225741070cf502a470b3d803396b4b768d3db6cbc7896b5 +SHA512 (github.com_hashicorp_memberlist_@v_v0.1.3.zip) = af29d68cb9eeadc11a5d0e9033ac0c9a9aa9972935b2cc7eb76e951db9b12124f16b0a6ad91a5990b37c08c8b39258f32a9e63afad75e114fc853ec89504db93 +Size (github.com_hashicorp_memberlist_@v_v0.1.3.zip) = 103250 bytes +BLAKE2s (github.com_hashicorp_serf_@v_v0.8.2.mod) = f4e7df96fc57b0c0cb50df6613ba18d49aa5c26769be0bf85f701ee09d2db4c1 +SHA512 (github.com_hashicorp_serf_@v_v0.8.2.mod) = 7fb4f6b07a08973d6cf33be6f03356eb1b176d816955274a4aa1571b8965fc311ff0c832901fe9a716c5d5bb697e7c861c458ce618fd7d2d4eecb316b2efbbdd +Size (github.com_hashicorp_serf_@v_v0.8.2.mod) = 774 bytes +BLAKE2s (github.com_hashicorp_serf_@v_v0.8.2.zip) = 5b5d7e3a2442f2a50d47155663714e24bdfdb1613137590c301c5dbcd5b0a350 +SHA512 (github.com_hashicorp_serf_@v_v0.8.2.zip) = acc3212eb8404e04fd4016dcfbdeaf519e7ff7a0b1c651d3ba9ffb3dac0565f4195ebca66c0d9fe2a6439d8057699a743447fc78ed671dfb971f1e818e6abf3a +Size (github.com_hashicorp_serf_@v_v0.8.2.zip) = 540021 bytes +BLAKE2s (github.com_jonboulle_clockwork_@v_v0.1.0.mod) = cff8ee41cc9d5fe7d1807e4160fb681ea0feae7006303ace3bbc8652ab2e330b +SHA512 (github.com_jonboulle_clockwork_@v_v0.1.0.mod) = 377d94cf7dd50f88b57ba829ded5169a6c41c5a304814660df0a3447d10860b87855f25cdb945a6e4de14c41281651330d4109c6dd6684c86fa4dbba27a3872d +Size (github.com_jonboulle_clockwork_@v_v0.1.0.mod) = 38 bytes +BLAKE2s (github.com_jonboulle_clockwork_@v_v0.1.0.zip) = a0adf9bcefea5142fad6bd06466d9bb3ae2b88daecc5e47bf6bd8ec9f8274389 +SHA512 (github.com_jonboulle_clockwork_@v_v0.1.0.zip) = 999ed7f22551e55d6b4b59af2ff2692ddddb251de4c61a835ccbb9f8386ae426ef8df6c3434b8e8e143faacf82ab64e022350f9d57ec51544a27042465cf920f +Size (github.com_jonboulle_clockwork_@v_v0.1.0.zip) = 8857 bytes +BLAKE2s (github.com_json-iterator_go_@v_v1.1.10.mod) = c7f2f187d371c9cc016a9deac0b65b38feaa001d1fab6a431ceb6b062827d35a +SHA512 (github.com_json-iterator_go_@v_v1.1.10.mod) = 395eb3069c417f996120ec06ea8d7a712f6d8915c7398da1f346c5bf5e0fde4492bae0ff3833f3316a41a28d23fc7c9c494db312da72d5cacdf52b2bb95da6ff +Size (github.com_json-iterator_go_@v_v1.1.10.mod) = 295 bytes +BLAKE2s (github.com_json-iterator_go_@v_v1.1.10.zip) = 669bcc13027bbf6be35dcb53cafd365d097a2e40ec4a62848d9a70e45592c553 +SHA512 (github.com_json-iterator_go_@v_v1.1.10.zip) = 1e1e5ed05000dce783b69b47af8ed0d59b11bb0b1739eb9620b576f67b98976cba9e9227519fe247a1aa3ac9c8c423b4896d1dfd9af6877e5eeaa6514761ba7c +Size (github.com_json-iterator_go_@v_v1.1.10.zip) = 138645 bytes +BLAKE2s (github.com_json-iterator_go_@v_v1.1.6.mod) = e3fe37ec7c7520463afe654a59c280068c1b3d2ac3a13340105b83c79f8e3a53 +SHA512 (github.com_json-iterator_go_@v_v1.1.6.mod) = e8bb59637bc1154ed648179314c4e20fa7f549353d094f4861e2fdfaeb70da1c1711c1159e78d82914a35b8ce184641937efd8808ffb1384136c7a6f3fbeb78c +Size (github.com_json-iterator_go_@v_v1.1.6.mod) = 35 bytes +BLAKE2s (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024.mod) = af2ad8aeac74e27f2d653443125bff2b3fad42fe9a260203792b5e972656a2b0 +SHA512 (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024.mod) = 801663d67d1aead6b01df89e329c8ca969a1f860b5ee2c2018094791060bf6e8cddac8e2d788ac823e32278d4e9ad1dbd72935e4da2cf6e65a34dc97f195ce7c +Size (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024.mod) = 43 bytes +BLAKE2s (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024.zip) = 7e21ab8fb148f346826c9ca30a60e26b365291785f29ce79fd3a803edaf34c55 +SHA512 (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024.zip) = b1e79df59686266c13a7f84457ab59900509c6dd5bdd2a343307ab2b19e10107f06c654803c698f1194da92a0c621c484ab2100cf8f3b9db6ec68b0022ac7262 +Size (github.com_jstemmer_go-junit-report_@v_v0.0.0-20190106144839-af01ea7f8024.zip) = 42656 bytes +BLAKE2s (github.com_jtolds_gls_@v_v4.20.0+incompatible.mod) = 728814662b7f98c66c8d8e84abad5fe29d45dbf830d20ad1700dd1bf4b8e3f98 +SHA512 (github.com_jtolds_gls_@v_v4.20.0+incompatible.mod) = 3a397e0ee84d8d426eb5a1f39c07d608e0ed53b1d4b2fdbd137d23bf9f401840802d18d5203bc468fac76402c508bfebf49bb20869d8a715e44c49e21fd3da4f +Size (github.com_jtolds_gls_@v_v4.20.0+incompatible.mod) = 29 bytes +BLAKE2s (github.com_jtolds_gls_@v_v4.20.0+incompatible.zip) = f3f546936f33b0bf02289e3666ba20122c445debb318c8323820c611aa90f96a +SHA512 (github.com_jtolds_gls_@v_v4.20.0+incompatible.zip) = 08b7201a9aa3294a3fc59bec78fee09f0d1bc7507b50b1d1cb1fa29a523c6870d00b633ea9679c9c86df9841739f46e9d5d9bbf0e3ec15b8ad08e57db67eedc0 +Size (github.com_jtolds_gls_@v_v4.20.0+incompatible.zip) = 9901 bytes +BLAKE2s (github.com_julienschmidt_httprouter_@v_v1.2.0.mod) = cfca74c4e9946b621f8a34719008f6e127dbfc771d51eaf6357c36be9cf11a1f +SHA512 (github.com_julienschmidt_httprouter_@v_v1.2.0.mod) = 60340233f2a0205ee4b1a7b2d78ed52d88fe5d39887413d0e62d6ed006c51eda83ac117454b0c1a31ab29c5aceae13810ec719dadc554d10480219c1afc3e5bc +Size (github.com_julienschmidt_httprouter_@v_v1.2.0.mod) = 43 bytes +BLAKE2s (github.com_julienschmidt_httprouter_@v_v1.2.0.zip) = ef4d3e4af115f06a894b71c291d41a8da0448420d4f77aec9ddfa8714cc9fb6b +SHA512 (github.com_julienschmidt_httprouter_@v_v1.2.0.zip) = 61701d7f06488873031e92a31095560fa32f80948ecf169391a64b32c1162fd59d2efc2cd6a62ba0d60a392eaa8676156d088e15da4dcc441a07e65320c1cb0c +Size (github.com_julienschmidt_httprouter_@v_v1.2.0.zip) = 27708 bytes +BLAKE2s (github.com_k0kubun_go-ansi_@v_v0.0.0-20180517002512-3bf9e2903213.mod) = fdedc1f668392cc336e0cffac13d3abb6493b898b8a4528af5eb493a2fd4c20a +SHA512 (github.com_k0kubun_go-ansi_@v_v0.0.0-20180517002512-3bf9e2903213.mod) = 8664f01b08e210d9f70e72a1c8add0547055979561ebc689e9b7f601f4ee8359d00649a5f8a0bc0c9715009ef8066a1924f5311377b7346685b3bef676481dcc +Size (github.com_k0kubun_go-ansi_@v_v0.0.0-20180517002512-3bf9e2903213.mod) = 34 bytes +BLAKE2s (github.com_k0kubun_go-ansi_@v_v0.0.0-20180517002512-3bf9e2903213.zip) = c3fa4a29153c698133ed6b24134963b19120dde6ea1f4215db5e6e7376888214 +SHA512 (github.com_k0kubun_go-ansi_@v_v0.0.0-20180517002512-3bf9e2903213.zip) = 0d06b3acc643545b914752f036d9fdbea5abdee9f23d1c87fc7e192ae44d9654f2f3566d953756de02557967514a59244a0aed8d705ed98aa69aae9572afa652 +Size (github.com_k0kubun_go-ansi_@v_v0.0.0-20180517002512-3bf9e2903213.zip) = 7508 bytes +BLAKE2s (github.com_kisielk_errcheck_@v_v1.1.0.mod) = f9dcad988a707362a791c4d0284164a410aa56297721be054bf65e4145142f50 +SHA512 (github.com_kisielk_errcheck_@v_v1.1.0.mod) = c5e546822036a7114a29454e28290f8e1082392a47a101fb1d370e0969fc2c83186b4487473f903dd638abb8a763ce3180dc87993906895a2df33db7d8bc4790 +Size (github.com_kisielk_errcheck_@v_v1.1.0.mod) = 143 bytes +BLAKE2s (github.com_kisielk_errcheck_@v_v1.1.0.zip) = 0b934ffb6136004812d9679da399ba55ce86254d90222de9e1da44d82b57828e +SHA512 (github.com_kisielk_errcheck_@v_v1.1.0.zip) = 840140a0059fab470fa431ed5d76a6405c7954c0776d128290d25a3a4746a92d08b48aa35514fe8525e2ad3051dec4436f0c1f0e4b35e07ce082a0d7b019b64b +Size (github.com_kisielk_errcheck_@v_v1.1.0.zip) = 18257 bytes +BLAKE2s (github.com_kisielk_gotool_@v_v1.0.0.mod) = bb417ba60955ed7e8d56ace07ac512f00f06f286acbe46d22f9cd80022dd6bf7 +SHA512 (github.com_kisielk_gotool_@v_v1.0.0.mod) = 86aca37f7f94ada381e0528a535b344c8fdbab9e0dcc7b71d716083501ad3d61db701ee159ccfb5455a351fc18a405301abe798037dd1200f9950bdd805d3dc9 +Size (github.com_kisielk_gotool_@v_v1.0.0.mod) = 35 bytes +BLAKE2s (github.com_kisielk_gotool_@v_v1.0.0.zip) = 357e76ad5774a7e2bead912bdba2ca2d9c45d78bf255cdedd9aa81cf2aa2cb0b +SHA512 (github.com_kisielk_gotool_@v_v1.0.0.zip) = 9eba5f95e6c5d29b2928708ed91b1cd5a023f0b7053b5529095112a2190d097ba26be7f63b7719f7ee2ed29e698bfe7c4dfa0b33f60b4e475fd1d420453fe7e2 +Size (github.com_kisielk_gotool_@v_v1.0.0.zip) = 18981 bytes +BLAKE2s (github.com_konsorten_go-windows-terminal-sequences_@v_v1.0.1.mod) = a3816438a47119f089b7893a1295b763b166fce5567aa2a78a98f89a42537899 +SHA512 (github.com_konsorten_go-windows-terminal-sequences_@v_v1.0.1.mod) = fe33ca4de6588b95f0155458b8b6daab218553b58de5dac220efe54019dfab085838cc6a22012a106fa36a6094447f744825cad04aaf0b158fce5aa676048fe5 +Size (github.com_konsorten_go-windows-terminal-sequences_@v_v1.0.1.mod) = 58 bytes +BLAKE2s (github.com_konsorten_go-windows-terminal-sequences_@v_v1.0.1.zip) = 30d286c7850ef609401bfff5a6534543cb29f8d7ccad93e202fce2e862d9888d +SHA512 (github.com_konsorten_go-windows-terminal-sequences_@v_v1.0.1.zip) = 27910ae03fc9fbf573ac31454635c43bfd771d2a91325eca544f7be0e24b43c2798ed8e74b4c31e8c20c1a9cd266b835017aea3a3e24c2ecb43a14a6143af8e1 +Size (github.com_konsorten_go-windows-terminal-sequences_@v_v1.0.1.zip) = 3567 bytes +BLAKE2s (github.com_kr_logfmt_@v_v0.0.0-20140226030751-b84e30acd515.mod) = aa70eadf25a281f4524170d79f3747105af0324ef69338b7b5652e9ef6797007 +SHA512 (github.com_kr_logfmt_@v_v0.0.0-20140226030751-b84e30acd515.mod) = 3c623d077e39697506174a50c0380cb7787a05a52819b1a73c2f64ba8dd819fd500777de83c83d8d9e80f19c828128a569b4cd783667b4d6b9a375b0e3d527a7 +Size (github.com_kr_logfmt_@v_v0.0.0-20140226030751-b84e30acd515.mod) = 28 bytes +BLAKE2s (github.com_kr_logfmt_@v_v0.0.0-20140226030751-b84e30acd515.zip) = 8b39f4d3b6bf6e5445ac68f92fa51117ab773fbc161b8247439772faa4404612 +SHA512 (github.com_kr_logfmt_@v_v0.0.0-20140226030751-b84e30acd515.zip) = 5e493f08d6a45e8e12160b8c51eb380156ba1d2382523e1be159fa16d15d7ac32c8bbf2861e74791a0fdaa06155e95ad12b5f4999515a9a69dad1384ebbdfad0 +Size (github.com_kr_logfmt_@v_v0.0.0-20140226030751-b84e30acd515.zip) = 9142 bytes +BLAKE2s (github.com_kr_pretty_@v_v0.1.0.mod) = 09417ed9d591b5c29a7fce2a9ed872082218f63cf0cfba87355e8e559aeea976 +SHA512 (github.com_kr_pretty_@v_v0.1.0.mod) = 4d841fc7a022e4e09e0a95925ad92a75809a67c30fb88de9190e4a2196383038dab9a5b3294b6a0b4786248977a0e09eea857a34100cbf22f8a52912ce9fa58d +Size (github.com_kr_pretty_@v_v0.1.0.mod) = 67 bytes +BLAKE2s (github.com_kr_pretty_@v_v0.1.0.zip) = d692c9a12c52cf03414edb108a29faa6b79d4e1ddd3a2b8e0937540d703dea3d +SHA512 (github.com_kr_pretty_@v_v0.1.0.zip) = bad73f3c47f70de55a90a977a1e2b4a68de545a8425c71533de081c7a8f71d7ab1b489001c56ba2e88dcb78c08804275f7f8128c812f50d005a074ed6dd9286f +Size (github.com_kr_pretty_@v_v0.1.0.zip) = 11159 bytes +BLAKE2s (github.com_kr_pty_@v_v1.1.1.mod) = 40cf54480d039c9d4a2692ae500319fdc6cb62b869b60976b3df99163869894d +SHA512 (github.com_kr_pty_@v_v1.1.1.mod) = 967fcdce835c12afbf3b12bb204a256f32d46a3da535e2a7250159f62781a163ee107dd2a4fa20743b76bbf52b97e627e11e895c8d5ef73aede37d6a89e326eb +Size (github.com_kr_pty_@v_v1.1.1.mod) = 25 bytes +BLAKE2s (github.com_kr_pty_@v_v1.1.1.zip) = 5b9e05bed9e2e064ca2b0b3f6633a8b0b9bbb00a5e06ae3932c5048555dc9c30 +SHA512 (github.com_kr_pty_@v_v1.1.1.zip) = 1c5bd671c28d8ef4fec6e870899a41c4abaad744e558eb4dc167235e14c9baa685f0e3eb31c0dcec2f638f162109c99c3a52bbd0ed0a704afd3a4d010fcb17b7 +Size (github.com_kr_pty_@v_v1.1.1.zip) = 14199 bytes +BLAKE2s (github.com_kr_text_@v_v0.1.0.mod) = 680f50a44801214a99d92a8314fc050a200f0c8ee971e7c64ba69346c5554425 +SHA512 (github.com_kr_text_@v_v0.1.0.mod) = 11d2502a7d241a0edf4e67bcb651a890a12f49d00f8b944cc9eb8f6e9cf5fbb2b2827e696021649bc795ffa275e95ee700e4a1706e03e88fa9ae079f5b9f48ce +Size (github.com_kr_text_@v_v0.1.0.mod) = 64 bytes +BLAKE2s (github.com_kr_text_@v_v0.1.0.zip) = 4bef0ff8ec566270582dcd66cd961e217cf0e869c864ef19d535ee2639332a95 +SHA512 (github.com_kr_text_@v_v0.1.0.zip) = 3f0d00b0545769ad882e25a9a6f30b96ce4b72a8a46bb3c064907c94e2dda4e499eb32354c149f89752f9bc5d1ee5cb2ee5cafa46e2f65ea329fb432d0c0029f +Size (github.com_kr_text_@v_v0.1.0.zip) = 12591 bytes +BLAKE2s (github.com_lucasb-eyer_go-colorful_@v_v1.0.3.mod) = d659ba07c1540d9564017c785739d2bf124b20eaaf3ffd78fbb38efe21ec5321 +SHA512 (github.com_lucasb-eyer_go-colorful_@v_v1.0.3.mod) = 270b19446ac9a396f5ce7a000873928a44edb1457f86d294971dae08be37cd64ddb8edc0293e100ee60d56c504851aa69ab11db0b4cfd46649c5f79459e40011 +Size (github.com_lucasb-eyer_go-colorful_@v_v1.0.3.mod) = 51 bytes +BLAKE2s (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.mod) = d659ba07c1540d9564017c785739d2bf124b20eaaf3ffd78fbb38efe21ec5321 +SHA512 (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.mod) = 270b19446ac9a396f5ce7a000873928a44edb1457f86d294971dae08be37cd64ddb8edc0293e100ee60d56c504851aa69ab11db0b4cfd46649c5f79459e40011 +Size (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.mod) = 51 bytes +BLAKE2s (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.zip) = 0f232c68cb4dd7dc05417a7ba38cab8dc8baa14e554cc49b2868ee9ecfdf9eed +SHA512 (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.zip) = 89b52255dd45791100b58a693036c772d27b26011754caa15df2badc4a93038b70060c7358aa12e01494e2f24e94533cd4ea7f7cb78686e61540383d1680ba2f +Size (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.zip) = 958042 bytes +BLAKE2s (github.com_magiconair_properties_@v_v1.8.1.mod) = 0fe94384f16a123853f26d89eb92b0791a6a1bf55ebd9547f0f61bce9f15b58c +SHA512 (github.com_magiconair_properties_@v_v1.8.1.mod) = 8a724e5cfce28512549e7b06ec42c9e02625adfb3398fd45af07f8c512782002a262e8567669929626814758f9d12041c318bd4258f88d110a851630537bd5d1 +Size (github.com_magiconair_properties_@v_v1.8.1.mod) = 40 bytes +BLAKE2s (github.com_magiconair_properties_@v_v1.8.1.zip) = 0971265e48c371f4d917f8ebe65bd81a28b448a3c1c058e2ada03caffafe9c28 +SHA512 (github.com_magiconair_properties_@v_v1.8.1.zip) = b5d30c117750cd3fc87121787792c3575d53404b66e8095d1d6913488b0271c8372b0e17001ea320b5512987ad68e78479664a40c25f07e9f783fd54f7d562c7 +Size (github.com_magiconair_properties_@v_v1.8.1.zip) = 39235 bytes +BLAKE2s (github.com_makeworld-the-better-one_go-gemini_@v_v0.12.1.mod) = f064a47355019bf03c72a57c3c5386a9677544d5c702d19d6b0bce294b5c7559 +SHA512 (github.com_makeworld-the-better-one_go-gemini_@v_v0.12.1.mod) = fcd52de7d4165e5aaa581eb4cb7879270917259d65b3049ddb6082eaad1d5f97a6e91eb1b2104057b7f70d37b2eaf2bd5740fe064b07e96518f35e906b5aee2b +Size (github.com_makeworld-the-better-one_go-gemini_@v_v0.12.1.mod) = 161 bytes +BLAKE2s (github.com_makeworld-the-better-one_go-gemini_@v_v0.12.1.zip) = 5ee2371c6194a943cab1e5002a9831cdbe60d905fd2c77e19aa0cc803bd5c620 +SHA512 (github.com_makeworld-the-better-one_go-gemini_@v_v0.12.1.zip) = f11bb3f0e9dd6aa834b1b6ae7acc65ec39d668ec437f4deae64afeb65510d5d5975fd57306c76a1403766f569de0dd37cc5a02b2ac8a4e5c9a66b78075050851 +Size (github.com_makeworld-the-better-one_go-gemini_@v_v0.12.1.zip) = 16385 bytes +BLAKE2s (github.com_mattn_go-colorable_@v_v0.0.9.mod) = 07a43b157b54aeabc43653c65dc7c59a9e0ddd02d00ad729fb2d584d53b61f5f +SHA512 (github.com_mattn_go-colorable_@v_v0.0.9.mod) = 3cc3ae26618b96a0fc076b18bab6f8f0f6a1064d6a9913c1015a9867fd3571d17f5d2867d72cec008e9bc7005883a596edb21424084f82ad5b572443de90f976 +Size (github.com_mattn_go-colorable_@v_v0.0.9.mod) = 37 bytes +BLAKE2s (github.com_mattn_go-colorable_@v_v0.0.9.zip) = d19ad8faa1905142115cef8b870923c34b4ac2436d0c8c2ce74b533660aa5174 +SHA512 (github.com_mattn_go-colorable_@v_v0.0.9.zip) = dd1763a8d04540b3e579d397fa4888c4bd8c00c3963cfcd1fe42af7c1990ef85f9a2e2fd5c5f2c7d3e6817448df5e2237241ff5a2cda651b061cc8932e0afdca +Size (github.com_mattn_go-colorable_@v_v0.0.9.zip) = 10606 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.12.mod) = bfe9466b5bbed9a985efbf5ea4cdd6a6da9e51c7d1e8f7e354a7c7338a3145c0 +SHA512 (github.com_mattn_go-isatty_@v_v0.0.12.mod) = 7bd9f6a38aa9a16c3569142164389d1c4046170f66b5e9044f7aaa3192e9d2e2ccec486e3bc7fbac868c9693b6d333068c1a34ccd9e79dec1746a86348951503 +Size (github.com_mattn_go-isatty_@v_v0.0.12.mod) = 104 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.13.mod) = bfe9466b5bbed9a985efbf5ea4cdd6a6da9e51c7d1e8f7e354a7c7338a3145c0 +SHA512 (github.com_mattn_go-isatty_@v_v0.0.13.mod) = 7bd9f6a38aa9a16c3569142164389d1c4046170f66b5e9044f7aaa3192e9d2e2ccec486e3bc7fbac868c9693b6d333068c1a34ccd9e79dec1746a86348951503 +Size (github.com_mattn_go-isatty_@v_v0.0.13.mod) = 104 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.13.zip) = 2f57de256d7849d2f67d5fa87b9970572f6a4b8b5bbfd95cd52be2edd56ba19a +SHA512 (github.com_mattn_go-isatty_@v_v0.0.13.zip) = ecb1ef28f64bf0d0b713be8be6b338130aa2d7ea747d3644e79de6f0593ed0e5720e8100ff37cdf90798a28955e1854672e756fe364639c04d6bcaedc4c6bbeb +Size (github.com_mattn_go-isatty_@v_v0.0.13.zip) = 8623 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.3.mod) = 37ec7961d2e1e9102e227894b5db129a4beb1b4cacb699cf762deba01111dd93 +SHA512 (github.com_mattn_go-isatty_@v_v0.0.3.mod) = 00c272b4652db259c46875641b29489ecada2602e38beede8c8bd529d73b6e123bff58f8e0f8cadd2d680a6a5485aadffa448e9445548abbd2fb424b059a31e1 +Size (github.com_mattn_go-isatty_@v_v0.0.3.mod) = 34 bytes +BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.10.mod) = 9deaf64c65ec9058bf78e39deaef7b1780b1fb68736208198b080d3e710f5b22 +SHA512 (github.com_mattn_go-runewidth_@v_v0.0.10.mod) = 939623ea34e482faf1cb055cd861471367cd69257abb28bd348efb4572ac95428330947ca0a1cac2820cc2cf7bbc6cada12623ff873d9ebc8c4af490d8237fbe +Size (github.com_mattn_go-runewidth_@v_v0.0.10.mod) = 84 bytes +BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.13.mod) = 8df0af400904d313f84666016bb58fa961611b14296a6ee0b534ea7942608632 +SHA512 (github.com_mattn_go-runewidth_@v_v0.0.13.mod) = b96cca212a7024f0039ddd3a744fe818ab2e028b8ac2fd4472ce76ee9b496de3abb0960718c1106a98cf7e6df652dcf2884fe5ed95979bd9016399ea4abd324d +Size (github.com_mattn_go-runewidth_@v_v0.0.13.mod) = 84 bytes +BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.13.zip) = 6867b08f5d64664bffa40c5f0ca0c5e54e14f76fd3148430ce360f8a595df11f +SHA512 (github.com_mattn_go-runewidth_@v_v0.0.13.zip) = e86a3b69601be1a0a15d7bfd5d93fce8d8c06b52c55c941a9ed62b44f05d3062e436d817661af14bb42838efc45875a63eb6042b196e1684db36e0fe6ed42a7f +Size (github.com_mattn_go-runewidth_@v_v0.0.13.zip) = 20978 bytes +BLAKE2s (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.mod) = 661981e1049651dedef925609a61b73160664e029fd687a2927b5ee32f8e7dac +SHA512 (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.mod) = 5235188477921a263176fefaffccdaca4bf8175a2e248356a06596e37fa868400203172c7fe9fb80d0a65d335d23d80edefd242657de0eb83d9360589e063bba +Size (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.mod) = 56 bytes +BLAKE2s (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.zip) = 8497bf8756377680fc87cfe5753a0fc338439210c6b8d8ca108eb4700419c13c +SHA512 (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.zip) = e9349ee2a7d5e5b129ec6a1c0507854aebca82cf9ac2d0a681cac2f4630ea35551ede48e1931494362232a83dc9f26b6b4162c6114e0176084c50101b1da46b0 +Size (github.com_matttproud_golang_protobuf_extensions_@v_v1.0.1.zip) = 44378 bytes +BLAKE2s (github.com_miekg_dns_@v_v1.0.14.mod) = ee76f13e6f4c76899b36f7865dd70dd95749defe5942a1d4369df097e36fdeea +SHA512 (github.com_miekg_dns_@v_v1.0.14.mod) = 4ce4d3df63fbdbfe3505816e81dc7e806554d79cfe0254ce8e0228bc16eafc014c98475c24f4a6e0c6efb6fa16e891e2e47c43c9ea10ce20a95dc69f686f6361 +Size (github.com_miekg_dns_@v_v1.0.14.mod) = 28 bytes +BLAKE2s (github.com_miekg_dns_@v_v1.0.14.zip) = 76dfe65957ce45972ae136030afa7b3be8681efd556777b16e812da0cc4f699f +SHA512 (github.com_miekg_dns_@v_v1.0.14.zip) = 21644fd845a9e20e7b142e5671cc53cc39a0de3461b8374b6fb1719b44d464014041458e547e1621a765c3156742b0d5f2c6bd168f4ea49e9819af0d9f25ac79 +Size (github.com_miekg_dns_@v_v1.0.14.zip) = 205179 bytes +BLAKE2s (github.com_mitchellh_cli_@v_v1.0.0.mod) = 226cf70920fbab61410ede2997b53a49cecd40a75d3e08504a848f2502c31003 +SHA512 (github.com_mitchellh_cli_@v_v1.0.0.mod) = 7cbcae5e1749c55a0c3fa25b007035c0c44c8f982a37635735afb95c63a20ba019a51e74244c568a170b5a379ccb10cc8c9df716b6261d324755ea92c7f462f4 +Size (github.com_mitchellh_cli_@v_v1.0.0.mod) = 416 bytes +BLAKE2s (github.com_mitchellh_cli_@v_v1.0.0.zip) = 011abbd96649ea0b8cc37891d74b11c6c02a080609f68d09225604eeef727d2d +SHA512 (github.com_mitchellh_cli_@v_v1.0.0.zip) = 37d61427d0ff8e8b7f9183046aaaf829e5006abb3b0e3824c0dfab2c96f03dbecbaab9ea983a8835da953ec664cc6074097f13382edd4fb19ee7eeb21cff4668 +Size (github.com_mitchellh_cli_@v_v1.0.0.zip) = 30028 bytes +BLAKE2s (github.com_mitchellh_colorstring_@v_v0.0.0-20190213212951-d06e56a500db.mod) = 294e0ba5de146675bdfa94d38070229247a8a117c93cbda5a25a051e7db2ef75 +SHA512 (github.com_mitchellh_colorstring_@v_v0.0.0-20190213212951-d06e56a500db.mod) = 54abe3375058c36dc4e31eca46d3d4a3382ddd027afb15ab161cf2ee32d6e14d5ae643a75d7a911d55f3c065bde539cb24ec9e9366cb6f365b541a72b62d677a +Size (github.com_mitchellh_colorstring_@v_v0.0.0-20190213212951-d06e56a500db.mod) = 40 bytes +BLAKE2s (github.com_mitchellh_colorstring_@v_v0.0.0-20190213212951-d06e56a500db.zip) = 80bd8f07971f1e9e4273e2712653963acabc6062366beab996532aac6291a65f +SHA512 (github.com_mitchellh_colorstring_@v_v0.0.0-20190213212951-d06e56a500db.zip) = 9ad6acec3cd1b12d46279f0f7fd12d2216f53658eea4181d0331a9c2de4d8e5c7ae5f095c4eb7c1c97a1d14b0f231f23c36ee52d92708eb3dcdfdd4cfefe17c8 +Size (github.com_mitchellh_colorstring_@v_v0.0.0-20190213212951-d06e56a500db.zip) = 5985 bytes +BLAKE2s (github.com_mitchellh_go-homedir_@v_v1.0.0.mod) = c8db0a19a290a8554300fece593bee12654126a1fe4b14533916147c55c98c34 +SHA512 (github.com_mitchellh_go-homedir_@v_v1.0.0.mod) = a2b7ed5a25e6dcab620357d5c216546bdb554edbc6fd927a0703e788d7e7a10a743471d10f5c7cc56ad829ab35c7272c61d210e55947363447832e924844e9ee +Size (github.com_mitchellh_go-homedir_@v_v1.0.0.mod) = 39 bytes +BLAKE2s (github.com_mitchellh_go-homedir_@v_v1.1.0.mod) = c8db0a19a290a8554300fece593bee12654126a1fe4b14533916147c55c98c34 +SHA512 (github.com_mitchellh_go-homedir_@v_v1.1.0.mod) = a2b7ed5a25e6dcab620357d5c216546bdb554edbc6fd927a0703e788d7e7a10a743471d10f5c7cc56ad829ab35c7272c61d210e55947363447832e924844e9ee +Size (github.com_mitchellh_go-homedir_@v_v1.1.0.mod) = 39 bytes +BLAKE2s (github.com_mitchellh_go-homedir_@v_v1.1.0.zip) = 8689d19fbff29709c4aac8ca7c04ecf060ff7ccc0093e63ea08843a722c1bbfb +SHA512 (github.com_mitchellh_go-homedir_@v_v1.1.0.zip) = 06bd620730c303df004e1d6a06a1aab8d83551d594c28e42f8d43613153ac28e6a5dcffaede69c84b2b49027b62581851a332f1397a2d6df9a46078510f7d1e2 +Size (github.com_mitchellh_go-homedir_@v_v1.1.0.zip) = 4163 bytes +BLAKE2s (github.com_mitchellh_go-testing-interface_@v_v1.0.0.mod) = 455e9608841fa42ac9e0801557859de3293f1f4db43c721e14d3895eb6facac7 +SHA512 (github.com_mitchellh_go-testing-interface_@v_v1.0.0.mod) = 3e334e248e9584b050eb81bd23071a8542185c64b5f112f46b82c6842d2b8707099403bbba1b8485d64cd62faaacab3fd52e868bb405ca6e6067034e66ffc51b +Size (github.com_mitchellh_go-testing-interface_@v_v1.0.0.mod) = 49 bytes +BLAKE2s (github.com_mitchellh_go-testing-interface_@v_v1.0.0.zip) = c785a1232f56c9e9965064b2371730bf2f8a460cbf91a6d2db844ed1c5054bb7 +SHA512 (github.com_mitchellh_go-testing-interface_@v_v1.0.0.zip) = e4c9a39de4fcc5087e1dfc0071920c53a95fdbd23c8e0b30cf56f7d11625e6eec44f5fd0ab6b942a5cbed86ee2b02d525f03ee026f7d60f70d1e14a82d9b335b +Size (github.com_mitchellh_go-testing-interface_@v_v1.0.0.zip) = 4603 bytes +BLAKE2s (github.com_mitchellh_gox_@v_v0.4.0.mod) = a9454ba3aff38cb9fce9963d22287c61fee3cb0d96fdefaa59b6c009f2028734 +SHA512 (github.com_mitchellh_gox_@v_v0.4.0.mod) = 451fbf9129c151784d97cfe6af29d27a277b6821411cfa5b23e6730ba0f5d5a830054eb6ed660dd2192c16abd54d5999be5b80e39bbac3499c3198311d01ec1f +Size (github.com_mitchellh_gox_@v_v0.4.0.mod) = 32 bytes +BLAKE2s (github.com_mitchellh_gox_@v_v0.4.0.zip) = c35869f1597f56b95b289d777e3a01c874024177cd0edbb6e56e0af8fcba3918 +SHA512 (github.com_mitchellh_gox_@v_v0.4.0.zip) = a81874721f0491ef2bc82d3c3a0e40aaa4db4754d04783375853b05d29f3e57b01df01e81d786771c6612024875797ac7ea6a3142fc0c6957ffadebb4b29576d +Size (github.com_mitchellh_gox_@v_v0.4.0.zip) = 19998 bytes +BLAKE2s (github.com_mitchellh_iochan_@v_v1.0.0.mod) = bfe09eeafad8a6853afb19e610524a80e22394ab83c99156dc94fe6439c0f46e +SHA512 (github.com_mitchellh_iochan_@v_v1.0.0.mod) = 2249854bef533dc77479041f9dc5610e14c549be1aac292a39b8b74b36c9fc42c04d211d8d5b71082c05971cc26a94a57751c3e61895050d41909270ee5123f3 +Size (github.com_mitchellh_iochan_@v_v1.0.0.mod) = 35 bytes +BLAKE2s (github.com_mitchellh_iochan_@v_v1.0.0.zip) = 246cfc31e84ef498326210440db99bc478f83fe5965f0984a18669bda2a4f3f1 +SHA512 (github.com_mitchellh_iochan_@v_v1.0.0.zip) = c27fae2305ad9b3dabd7bf99214b86540ad21a6b2bc746c67251813769da9d49aea1cfe473fb4effa9ab7ed9e1397c36c9906445a68e84be1215ed2b3148ab9c +Size (github.com_mitchellh_iochan_@v_v1.0.0.zip) = 2536 bytes +BLAKE2s (github.com_mitchellh_mapstructure_@v_v0.0.0-20160808181253-ca63d7c062ee.mod) = eaafd457ba876f90866571624e7dbffbe3f0d8e94b7d7bc8f8ad0f84ec8852cc +SHA512 (github.com_mitchellh_mapstructure_@v_v0.0.0-20160808181253-ca63d7c062ee.mod) = 7816e3703475601df65f20ad4e5d1f6bbedc4a7c87c594518358c1a9c24421aa5ccb6e8389ad983a514a823674c6f0f771f1f367b10d99691dbd8db7105ec44e +Size (github.com_mitchellh_mapstructure_@v_v0.0.0-20160808181253-ca63d7c062ee.mod) = 41 bytes +BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.1.2.mod) = eaafd457ba876f90866571624e7dbffbe3f0d8e94b7d7bc8f8ad0f84ec8852cc +SHA512 (github.com_mitchellh_mapstructure_@v_v1.1.2.mod) = 7816e3703475601df65f20ad4e5d1f6bbedc4a7c87c594518358c1a9c24421aa5ccb6e8389ad983a514a823674c6f0f771f1f367b10d99691dbd8db7105ec44e +Size (github.com_mitchellh_mapstructure_@v_v1.1.2.mod) = 41 bytes +BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.3.1.mod) = bcbb448d067b22856dd1a10577ca3d864c1997e873cd85cd65e8273f9cff13cc +SHA512 (github.com_mitchellh_mapstructure_@v_v1.3.1.mod) = 408cfe4466cf47530cfdf1bb6ff94b5d77b17208a2a9b3d2bfb63b4853a68f46ba707c604bf03e2173f80dfe480bcf4c0be5b3f48872cc865ac0bac3d488f7b0 +Size (github.com_mitchellh_mapstructure_@v_v1.3.1.mod) = 50 bytes +BLAKE2s (github.com_mitchellh_mapstructure_@v_v1.3.1.zip) = e6bfc501e2c3ad48371c4e522119b25cdabaa5f505f2663a90e33b039e7b3c30 +SHA512 (github.com_mitchellh_mapstructure_@v_v1.3.1.zip) = 04d92af0d4056d385e840bcbb8f68f341b6c5f866014312baf5e263884ac1edcdece22b844ea0fb796b4e2ea27cf0e4a14e863f6b426f928424a01411bd7fbfc +Size (github.com_mitchellh_mapstructure_@v_v1.3.1.zip) = 29986 bytes +BLAKE2s (github.com_mmcdole_gofeed_@v_v1.1.2.mod) = 0de7a56b780a2b33c6234fe68c08365f9cb765d6496c7faf5cdd3c50afd5fa90 +SHA512 (github.com_mmcdole_gofeed_@v_v1.1.2.mod) = 939e45d6ded699abed849b058dad9f184a392496296c8a87fe58873c3576ce76cf481fae1c3bbe5e5eae5f70f38fd71dba65faa8257dd614ac4fb0dde90d35b3 +Size (github.com_mmcdole_gofeed_@v_v1.1.2.mod) = 338 bytes +BLAKE2s (github.com_mmcdole_gofeed_@v_v1.1.2.zip) = 9e65180ed56e32d50309fb78c8bd842ef154df77daf0b60aada639afb6d3dc74 +SHA512 (github.com_mmcdole_gofeed_@v_v1.1.2.zip) = 59d37c8475b8fcd1af7a0dfe0e551d98b922edfc4f5b35a0c5a13419b0d208601d65284867cfde0043fbc7af83ee15711dfc00774a71eef126946f608bc6e5ad +Size (github.com_mmcdole_gofeed_@v_v1.1.2.zip) = 492193 bytes +BLAKE2s (github.com_mmcdole_goxpp_@v_v0.0.0-20181012175147-0068e33feabf.mod) = 6fe43a7faa13f5f14e41f0183220bf5512053a02ef06cf05056f2fa80a9f89f3 +SHA512 (github.com_mmcdole_goxpp_@v_v0.0.0-20181012175147-0068e33feabf.mod) = 56b532e91ce9df1c40e91ff9e28447f539ce1016a9646834ceb40f32ebc95b4644a87efa68d920685d7fec5074d6f3913e6189d01c4bb4cbe430d483ff009bcb +Size (github.com_mmcdole_goxpp_@v_v0.0.0-20181012175147-0068e33feabf.mod) = 32 bytes +BLAKE2s (github.com_mmcdole_goxpp_@v_v0.0.0-20181012175147-0068e33feabf.zip) = 6db19327d719ec85911871b64aa67c6e7f0ed98c10538373fa71358d48e929bc +SHA512 (github.com_mmcdole_goxpp_@v_v0.0.0-20181012175147-0068e33feabf.zip) = 95dc27df9bfc31f231f8fbff88dcfdc9d76fe01638dc96988e60778fbb3a01d972cf66d6b215be996a16830aba53a15242a45cec46f0def1b7eb3f6065a46098 +Size (github.com_mmcdole_goxpp_@v_v0.0.0-20181012175147-0068e33feabf.zip) = 6464 bytes +BLAKE2s (github.com_modern-go_concurrent_@v_v0.0.0-20180228061459-e0a39a4cb421.mod) = 6f20dd429423ea5f28366b0c143a68f9688ea868bd6f1861f68100e91a4ba7f7 +SHA512 (github.com_modern-go_concurrent_@v_v0.0.0-20180228061459-e0a39a4cb421.mod) = 4f29e15b1d18a8952c14f5142aa863b77b7be820129512cfeb3f8bc3335ff637a8a86c0284832a20543abc2c5351a3c0f992d52db895385e45f176af899b5844 +Size (github.com_modern-go_concurrent_@v_v0.0.0-20180228061459-e0a39a4cb421.mod) = 39 bytes +BLAKE2s (github.com_modern-go_concurrent_@v_v0.0.0-20180306012644-bacd9c7ef1dd.mod) = 6f20dd429423ea5f28366b0c143a68f9688ea868bd6f1861f68100e91a4ba7f7 +SHA512 (github.com_modern-go_concurrent_@v_v0.0.0-20180306012644-bacd9c7ef1dd.mod) = 4f29e15b1d18a8952c14f5142aa863b77b7be820129512cfeb3f8bc3335ff637a8a86c0284832a20543abc2c5351a3c0f992d52db895385e45f176af899b5844 +Size (github.com_modern-go_concurrent_@v_v0.0.0-20180306012644-bacd9c7ef1dd.mod) = 39 bytes +BLAKE2s (github.com_modern-go_concurrent_@v_v0.0.0-20180306012644-bacd9c7ef1dd.zip) = 0c419054e1511daa514b2ec75c1251e8930b25011511205050af7b3853b23df6 +SHA512 (github.com_modern-go_concurrent_@v_v0.0.0-20180306012644-bacd9c7ef1dd.zip) = e7986e7dfb362e346309cf77ee3969c2881056959e34db07d2dfa0e505106844b7424270d8f17f1a89d335071688e98b992ac81e8ffe0c98c8a0e3d145144d4c +Size (github.com_modern-go_concurrent_@v_v0.0.0-20180306012644-bacd9c7ef1dd.zip) = 10936 bytes +BLAKE2s (github.com_modern-go_reflect2_@v_v0.0.0-20180701023420-4b7aa43c6742.mod) = d6596bf7d3a7dd7a951b106f880a425d528a1e47072ad426371ec65fd7316c4c +SHA512 (github.com_modern-go_reflect2_@v_v0.0.0-20180701023420-4b7aa43c6742.mod) = 72fe8dfeed7041bf92af829dd84513f0c97f709d69586a044f830fd3de43deb27d0b02000338e00897a44c57806ad036cafcdb9661b1852ff76886ad92bd83f9 +Size (github.com_modern-go_reflect2_@v_v0.0.0-20180701023420-4b7aa43c6742.mod) = 37 bytes +BLAKE2s (github.com_modern-go_reflect2_@v_v1.0.1.mod) = d6596bf7d3a7dd7a951b106f880a425d528a1e47072ad426371ec65fd7316c4c +SHA512 (github.com_modern-go_reflect2_@v_v1.0.1.mod) = 72fe8dfeed7041bf92af829dd84513f0c97f709d69586a044f830fd3de43deb27d0b02000338e00897a44c57806ad036cafcdb9661b1852ff76886ad92bd83f9 +Size (github.com_modern-go_reflect2_@v_v1.0.1.mod) = 37 bytes +BLAKE2s (github.com_modern-go_reflect2_@v_v1.0.1.zip) = c2ec78e9a66b4dfcb4c350be00653cb4f5b0687f088b3267c5db95802a420f96 +SHA512 (github.com_modern-go_reflect2_@v_v1.0.1.zip) = 8fb62179a48e212b74f0e8af79ee1c20479b1725c089c75a12b43bf4936caaf87d42b35f2b7a7de87c60e793347bb185486beb8061e588b8085ac354a3ef8562 +Size (github.com_modern-go_reflect2_@v_v1.0.1.zip) = 25694 bytes +BLAKE2s (github.com_muesli_termenv_@v_v0.9.0.mod) = 3f199619fe9527e28f9b015eba62c84705f330dc59dd97492f88e3799019f330 +SHA512 (github.com_muesli_termenv_@v_v0.9.0.mod) = 6e1755c5163b3af36960ba7e6106ae11b58e8eb89d9163870ebfacf7da6c4708be7bc711b0150cf24b81367d4c7a18e1e6a0c2c30d997265a72f6863945f2f35 +Size (github.com_muesli_termenv_@v_v0.9.0.mod) = 226 bytes +BLAKE2s (github.com_muesli_termenv_@v_v0.9.0.zip) = 987b41c8b56c11e40ff3ef8700062b2c2cb18ef788444b40c89489cd46b4fa7c +SHA512 (github.com_muesli_termenv_@v_v0.9.0.zip) = a3b8db04a4c9c4e77b0e358eaf0b7cfa7c003e9c9a56727d7f3d275353eefd088e44acd109b732d2e992bfd8400041192f2d5a0f88cb29ac535d1e48abe6cea0 +Size (github.com_muesli_termenv_@v_v0.9.0.zip) = 415382 bytes +BLAKE2s (github.com_mwitkow_go-conntrack_@v_v0.0.0-20161129095857-cc309e4a2223.mod) = 69bef40fe08efcf3ada3d640ffd43b3c50b9a8d0b00c5d54cd7c12c62021131e +SHA512 (github.com_mwitkow_go-conntrack_@v_v0.0.0-20161129095857-cc309e4a2223.mod) = 9fccb6717f5b37cff2d858cc31f7e16aed120a67498c2f0d24aa30ffac4eba2e87822b12d62f700a0c62d7561708bab2e13e35e89cf5407cfb06a0de5c70808b +Size (github.com_mwitkow_go-conntrack_@v_v0.0.0-20161129095857-cc309e4a2223.mod) = 39 bytes +BLAKE2s (github.com_mwitkow_go-conntrack_@v_v0.0.0-20161129095857-cc309e4a2223.zip) = ad092a4f7812395c7bce110886775c6313a0bfe9a846db349ac709691b282aa2 +SHA512 (github.com_mwitkow_go-conntrack_@v_v0.0.0-20161129095857-cc309e4a2223.zip) = 2da970823cf8360fe51c74349dcc50161299c67db7d364bf16941325a357cda0ff9a216a2423bd463e36f2a6d888848fbe671e1998892c78edc2690e28e93d38 +Size (github.com_mwitkow_go-conntrack_@v_v0.0.0-20161129095857-cc309e4a2223.zip) = 24318 bytes +BLAKE2s (github.com_oklog_ulid_@v_v1.3.1.mod) = a89349f90f8698f4d66eea863ccf7575cc57ea20ba2b04bf46925e7a0516ca4a +SHA512 (github.com_oklog_ulid_@v_v1.3.1.mod) = b426d975637bd2b4dddc10d7c88b70f8b946201f311859f22520d53ae0a2d9911ab358460c089771f7900d7a8740bbc0c6d3814ab8f955108fc31b7b602ab5cf +Size (github.com_oklog_ulid_@v_v1.3.1.mod) = 29 bytes +BLAKE2s (github.com_oklog_ulid_@v_v1.3.1.zip) = ed2fb55adbbc44b1f8c8382f68f0aefdab2ef9238eb3695229251705d0ba0ca3 +SHA512 (github.com_oklog_ulid_@v_v1.3.1.zip) = 6e24127bb86e9a0990567541b268c9ffb3a91d9cbb379b59b5120ed7f34d6e7f5f32b9efcbbe17553466fc07c06d34017644d7f751775b734b186af1e94d9629 +Size (github.com_oklog_ulid_@v_v1.3.1.zip) = 21676 bytes +BLAKE2s (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.mod) = 7f8ef91c47e33801bf39dd1f64291b4bf50438d19052fe1a6742b65c52c7e296 +SHA512 (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.mod) = 0b378d1e15db4fc5a3d7d711b63dedefd141d607192344c8d1ab2ac755ab9c6e91b2c320378ac8a485cf94deee59e6628e7930017c6d659bead6ba89cd78a802 +Size (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.mod) = 35 bytes +BLAKE2s (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.zip) = 759bec23f6e667a9fc332e9ee554e7b1bcce2d4659465cf8853715bd1f24566d +SHA512 (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.zip) = da2634fbe6ebfafe3e70a9b6bdd1d9cbba051086a27f9b23eb49d04d2148c10b53b53f6b59161655e813bf7451d5663e8bd2a5b64476950435c3211a69e27b41 +Size (github.com_pascaldekloe_goe_@v_v0.0.0-20180627143212-57f6aae5913c.zip) = 25325 bytes +BLAKE2s (github.com_pelletier_go-toml_@v_v1.2.0.mod) = 91586a49e7a65a27825c1e3b04e693a765765a8bf189185c5ec0b60bca32fc2f +SHA512 (github.com_pelletier_go-toml_@v_v1.2.0.mod) = b74e16c113ace53ce6b7a4df1fc73f21a5acdcf3d2343a4c4f1ad7a2cd8d2282ef7ede98de8c1c46f7d35feae28c9f49ba4a2dff1071357cb4e88e93f25b521d +Size (github.com_pelletier_go-toml_@v_v1.2.0.mod) = 36 bytes +BLAKE2s (github.com_pelletier_go-toml_@v_v1.8.0.mod) = 8de5b7fefe83296ffbc320f6186d2620d7c3466a0f1d848364100d5067d57914 +SHA512 (github.com_pelletier_go-toml_@v_v1.8.0.mod) = 1942cbd054f4048e28ce263aa6728be6ef8c7c63ce994748aec241573358332b6ec5494002e6bf56dd1a7ca7687591b89917c34ccabc9f191dcd7fca2d3ff36d +Size (github.com_pelletier_go-toml_@v_v1.8.0.mod) = 153 bytes +BLAKE2s (github.com_pelletier_go-toml_@v_v1.8.0.zip) = 4e8a63a3ee5397cd88db329a322334d1602e7c46c6f8d209a451eb752d4e33b7 +SHA512 (github.com_pelletier_go-toml_@v_v1.8.0.zip) = 63dedc1eb715ee2b24c2f5ad9b736b45d95147da37227563eb46b366ced6166435e81bd8ba8f189466f07a8cf1e76e385a68deed77adb354a11aaf8e49605672 +Size (github.com_pelletier_go-toml_@v_v1.8.0.zip) = 121415 bytes +BLAKE2s (github.com_pkg_errors_@v_v0.8.0.mod) = ae26654fdfcb36fe7ce35e2a348782cf1a3b5c44a514b60a870dc4972267b34a +SHA512 (github.com_pkg_errors_@v_v0.8.0.mod) = 0c156e21d35c45a89c1a1b69ff1976b4f7511b3870bf96126121f5a5effa3723eb45bf080e840d5c8b96898c65207dba83eb3e1a23668dd8a5e20ee6be775cc0 +Size (github.com_pkg_errors_@v_v0.8.0.mod) = 29 bytes +BLAKE2s (github.com_pkg_errors_@v_v0.8.1.mod) = ae26654fdfcb36fe7ce35e2a348782cf1a3b5c44a514b60a870dc4972267b34a +SHA512 (github.com_pkg_errors_@v_v0.8.1.mod) = 0c156e21d35c45a89c1a1b69ff1976b4f7511b3870bf96126121f5a5effa3723eb45bf080e840d5c8b96898c65207dba83eb3e1a23668dd8a5e20ee6be775cc0 +Size (github.com_pkg_errors_@v_v0.8.1.mod) = 29 bytes +BLAKE2s (github.com_pkg_errors_@v_v0.8.1.zip) = 1b4b002ea2b6effb50af89be1e0168f07d9ff5b52fdbe4be809bdfe83b1f8c5c +SHA512 (github.com_pkg_errors_@v_v0.8.1.zip) = f97471d54c5e73b3f59326847cdd4dbbb142a9ae790df83493f11a851d716fb407e01a857152812caf731b8f3e0f37ae151ee83300feaa73152173f6cb5b8515 +Size (github.com_pkg_errors_@v_v0.8.1.zip) = 14339 bytes +BLAKE2s (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 365dee34dcd09f0fbcccb2fff0be74a00fe71a80b9104b1ad3a3c199a48f5a28 +SHA512 (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = c3d5c48cdb8ba6af7071a07cfede06e0ab67e3726d9de592a952fad40167dcbdd9621dc2c4df1bd3c28eb99d70b1b6d8d812441237c35bf492e5b7f07bd33902 +Size (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 37 bytes +BLAKE2s (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 5b631670d8d429f45417bea476ff18b8836c766d83f061aa1c4c8352bb5c33b6 +SHA512 (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 3b85697185ba85cdef6202444ab6cabeabfad8a03d66b3839a852586b1f91ddae7897a57c8c138d5647022aa44906c7ef3c5339d520f90eeea0742a935da8cf2 +Size (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 12433 bytes +BLAKE2s (github.com_posener_complete_@v_v1.1.1.mod) = ee41e7f6d7f32979ec17361cef3a4ca8fabd20982dbbee17e36e77e53314b92b +SHA512 (github.com_posener_complete_@v_v1.1.1.mod) = 79b29fa26101598261ce7406c81be4fa53d79e89a7bed072abcd572d7f35f3a408da45055f1b05c7ace8acdb0ac2ea005d79a4766e7657087ca46327ebce842c +Size (github.com_posener_complete_@v_v1.1.1.mod) = 35 bytes +BLAKE2s (github.com_posener_complete_@v_v1.1.1.zip) = 70ad3d883734c53b646cb6345d4826b39c65501982fe2a97f7c94355ad292fad +SHA512 (github.com_posener_complete_@v_v1.1.1.zip) = ea36b27874c4cb46a27507907458e217c72f988f857dd43986bb58317d9564d6b2dd7ca84f6e70de92030114b3e6893dea61f315535254a826f897b60cc9f601 +Size (github.com_posener_complete_@v_v1.1.1.zip) = 30137 bytes +BLAKE2s (github.com_prometheus_client_golang_@v_v0.9.1.mod) = ecb18c2659dc85f8a1171fd2e8f89d38afab1e62dc4239f8e57238de338c1c2a +SHA512 (github.com_prometheus_client_golang_@v_v0.9.1.mod) = 191cf6496c41b2b82c9a8f2ab2aeab63ede47807160f7cf746c548b3e92e367fc8f80ff8c6efbb7e91ca5903d5672b235c1ab9f14d3f9f988e8ff1c821d3b8bf +Size (github.com_prometheus_client_golang_@v_v0.9.1.mod) = 43 bytes +BLAKE2s (github.com_prometheus_client_golang_@v_v0.9.3.mod) = 94a2e6c99f98f28370d1e36c66c55b4f34f4d71ccf6d2442e6e0919e69de3a15 +SHA512 (github.com_prometheus_client_golang_@v_v0.9.3.mod) = fe6b74b26571ed4afb49f8f2c6745644cb7db7b5fe95138761c78effdd05d9948c09aded96218ca0cf9d8da6372705901048c14290a4faca56b1d05ca3d74130 +Size (github.com_prometheus_client_golang_@v_v0.9.3.mod) = 379 bytes +BLAKE2s (github.com_prometheus_client_golang_@v_v0.9.3.zip) = 4a99d2e7c705d02699872cc4593ee6c9c87b97f2decd1e42f7e12b680808cf72 +SHA512 (github.com_prometheus_client_golang_@v_v0.9.3.zip) = 567f4d656b23eabc175cca4517c3e357182ca92fda27ff1825ad81b8ac93c8e65e11ea3c5f5a6928350f344abb282dd5b8122465d897f2c1183b75474c4d5167 +Size (github.com_prometheus_client_golang_@v_v0.9.3.zip) = 200189 bytes +BLAKE2s (github.com_prometheus_client_model_@v_v0.0.0-20180712105110-5c3871d89910.mod) = 3a26b90250a7645926d27f1feb79a964c326d521fa66e3931125bc283d81493f +SHA512 (github.com_prometheus_client_model_@v_v0.0.0-20180712105110-5c3871d89910.mod) = c84dfe43954b19c1e4ac5ff8738e79db469f3bc1dc55e69b12503d0a5cf125cc74f4797ddbfe64b2a1bd1e2940575c32678671d51f67161c4f5b53b2a85ac46a +Size (github.com_prometheus_client_model_@v_v0.0.0-20180712105110-5c3871d89910.mod) = 42 bytes +BLAKE2s (github.com_prometheus_client_model_@v_v0.0.0-20190129233127-fd36f4220a90.mod) = 38824b357cd784c6229e95a3d74449bb6daae1fa71c87773015bac980b6e16b4 +SHA512 (github.com_prometheus_client_model_@v_v0.0.0-20190129233127-fd36f4220a90.mod) = 4e0e6941b43c17cdce0205e9ba3d9fb18937f426ea2ac9a9e53396c906101d6ec2eb501cd8a791ee3ba9a32185f86495e9189134b8a9858134c73238d98ce0f6 +Size (github.com_prometheus_client_model_@v_v0.0.0-20190129233127-fd36f4220a90.mod) = 164 bytes +BLAKE2s (github.com_prometheus_client_model_@v_v0.0.0-20190129233127-fd36f4220a90.zip) = 2b3e1d8679671c43afc555007c77bb063a4193bdb08a3d432a12c1fb9a1a5989 +SHA512 (github.com_prometheus_client_model_@v_v0.0.0-20190129233127-fd36f4220a90.zip) = 6cf7daa3b86c574afbf5d91d3d4f372fb31c06ff93d59aa128d8ef025b5c22fcbca5a148b21637ed97127e5e2150305e48c241be1ee4c1b23ae32a09f19ffaa0 +Size (github.com_prometheus_client_model_@v_v0.0.0-20190129233127-fd36f4220a90.zip) = 69217 bytes +BLAKE2s (github.com_prometheus_common_@v_v0.0.0-20181113130724-41aa239b4cce.mod) = 1f2ccd60e582e5fea22c0318bbf0a41759b652d23523cc12c98d4255ba50b49f +SHA512 (github.com_prometheus_common_@v_v0.0.0-20181113130724-41aa239b4cce.mod) = 1b262da0100655c3a56c0e551866491b81d2b88fd5fed9cc43a57bce3634c88c82c798ed1a823237011f6be68b5f0e1fe8284526cd68204851de30a44fc34fbf +Size (github.com_prometheus_common_@v_v0.0.0-20181113130724-41aa239b4cce.mod) = 36 bytes +BLAKE2s (github.com_prometheus_common_@v_v0.4.0.mod) = 430ee23ad13fbea79a62da792d923dd81cd84bf556ed7d65111e7b80055b4ef8 +SHA512 (github.com_prometheus_common_@v_v0.4.0.mod) = 02db8fa79cd8368060c72ba3925624c779bcc9e39817b6ed86ba143024959496db2c23c1aefe93a5d9f22b48e742072382e2ccaab430c1c9eae6254184e2358f +Size (github.com_prometheus_common_@v_v0.4.0.mod) = 1223 bytes +BLAKE2s (github.com_prometheus_common_@v_v0.4.0.zip) = 285ead65d34e152c1756806a7d38746daea9f84edf7a1e8d8b999f5791e44b1b +SHA512 (github.com_prometheus_common_@v_v0.4.0.zip) = 45cad5ca810917c0d1fcd63926c999f7019225a8434794b40860d4fb1d07549bdec160278587baecefe380b988f306d334f3dceb416d010a6a13416c236b419f +Size (github.com_prometheus_common_@v_v0.4.0.zip) = 151345 bytes +BLAKE2s (github.com_prometheus_procfs_@v_v0.0.0-20181005140218-185b4288413d.mod) = c946675feced5d83a70b32654c08c69cbc43f7e198b6edac28602efa546f78b3 +SHA512 (github.com_prometheus_procfs_@v_v0.0.0-20181005140218-185b4288413d.mod) = 05f032eba0c264b186936c2b9831624a01999972d4f1bba6aa15c452407eb10d402f1ac674eb41e2d24fa66e85ae2e56efd2326fc4ecc741169b9908d7935335 +Size (github.com_prometheus_procfs_@v_v0.0.0-20181005140218-185b4288413d.mod) = 36 bytes +BLAKE2s (github.com_prometheus_procfs_@v_v0.0.0-20190507164030-5867b95ac084.mod) = cafcefdad1ede2757a76a8f4860a81db116290ac8f3ca0d8c221da13844e12ff +SHA512 (github.com_prometheus_procfs_@v_v0.0.0-20190507164030-5867b95ac084.mod) = 0897ba1b7b4a32f206763327e138d3b460194097d19bedb8ee1bb6889b9d188afae9439178d1c2151fbe17b7d18545cd6cfebd050bade93cd39b435b35b6acdb +Size (github.com_prometheus_procfs_@v_v0.0.0-20190507164030-5867b95ac084.mod) = 98 bytes +BLAKE2s (github.com_prometheus_procfs_@v_v0.0.0-20190507164030-5867b95ac084.zip) = 0ef2052c70d1a9f9e49314f791c4ea1db2213655f9a1397d0ae24826519b20ac +SHA512 (github.com_prometheus_procfs_@v_v0.0.0-20190507164030-5867b95ac084.zip) = 9c63d39efa12d06bd8f2819752d608ffd1b9ef3c4b0cda1163c2fa80052d8bc1891a91d2d42055fe60fadaffa01119d39c54db81a1d94dee5cb81275f73d8d98 +Size (github.com_prometheus_procfs_@v_v0.0.0-20190507164030-5867b95ac084.zip) = 125624 bytes +BLAKE2s (github.com_prometheus_tsdb_@v_v0.7.1.mod) = 951a5798f893388093ea0e7163c157c740a871bcd9ea8154b8b209fdd36b2550 +SHA512 (github.com_prometheus_tsdb_@v_v0.7.1.mod) = 7463ee6ed6735cf101502b6c0128c75960c55d6f9e42f37531e65afc02fb35b62d882a72f95c2fd76f3d0e253e9e70a9a2df2ddf782f53c4138135b370b69d0a +Size (github.com_prometheus_tsdb_@v_v0.7.1.mod) = 1346 bytes +BLAKE2s (github.com_prometheus_tsdb_@v_v0.7.1.zip) = e4ad77b02cb50383a51030255bfddf9fc0b16a4fcbb0bfaa785149970a38fcf4 +SHA512 (github.com_prometheus_tsdb_@v_v0.7.1.zip) = fc26a92f68dbc1c4e8cfd7bc5948a9a6b6e3fafc002d3c94c18e58cb70f12415054c7d0c94d5c0eef549f72e83e561e3535a9c86398c18e5e27a11b14c8bdf5a +Size (github.com_prometheus_tsdb_@v_v0.7.1.zip) = 2440454 bytes +BLAKE2s (github.com_rivo_uniseg_@v_v0.1.0.mod) = 9cf2a838a41e79c2133f00b4192de1d8204ef6dc7be601908ad9b2fb0c84c8df +SHA512 (github.com_rivo_uniseg_@v_v0.1.0.mod) = d6089badd618722b8d3584965f1a10290097f259024a444744f625fe5b439fef62c7e14f060fb8593197d003ecd6c29f0cb85700de0bdfbf2511ca66729db3bc +Size (github.com_rivo_uniseg_@v_v0.1.0.mod) = 39 bytes +BLAKE2s (github.com_rivo_uniseg_@v_v0.2.0.mod) = 9cf2a838a41e79c2133f00b4192de1d8204ef6dc7be601908ad9b2fb0c84c8df +SHA512 (github.com_rivo_uniseg_@v_v0.2.0.mod) = d6089badd618722b8d3584965f1a10290097f259024a444744f625fe5b439fef62c7e14f060fb8593197d003ecd6c29f0cb85700de0bdfbf2511ca66729db3bc +Size (github.com_rivo_uniseg_@v_v0.2.0.mod) = 39 bytes +BLAKE2s (github.com_rivo_uniseg_@v_v0.2.0.zip) = 979391f242312d88d58ff807872dc8d92a768eed36c77247c56a95cddfc3f7cd +SHA512 (github.com_rivo_uniseg_@v_v0.2.0.zip) = 88f37961ebe3a1701265a2f5cb606e97fe4ddd09e36ff13ca8c026e98640af5d35cb930e4d12b6690a97e5d934705102554c6d2912ebbb5ee08976c698cce2db +Size (github.com_rivo_uniseg_@v_v0.2.0.zip) = 45731 bytes +BLAKE2s (github.com_rkoesters_xdg_@v_v0.0.0-20181125232953-edd15b846f9b.mod) = a58b86603780dadaf253a9780000de832b938211886ab710a8d61e01879834cd +SHA512 (github.com_rkoesters_xdg_@v_v0.0.0-20181125232953-edd15b846f9b.mod) = 0f4c6e12e024b7f9899a035b68ee486efd475ef73064aefd73e7b6c57559dd89c0b3290222a1a904d931b649b7587c3024b4fec01b000293635a1973840c07f5 +Size (github.com_rkoesters_xdg_@v_v0.0.0-20181125232953-edd15b846f9b.mod) = 32 bytes +BLAKE2s (github.com_rkoesters_xdg_@v_v0.0.0-20181125232953-edd15b846f9b.zip) = c8eeaec747ce7ac3a353c4093ff761e614f01450caa5359329e8800784244ce6 +SHA512 (github.com_rkoesters_xdg_@v_v0.0.0-20181125232953-edd15b846f9b.zip) = 6bea6a04d7e347af888c36fbd7c3c6b0a66bcf59cfc63bd727b1ba84cbb3be0a448604bbbc20e16de5f2483c3ef92c16051415eaa68ee7230b53e3fdba206ef0 +Size (github.com_rkoesters_xdg_@v_v0.0.0-20181125232953-edd15b846f9b.zip) = 29669 bytes +BLAKE2s (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.mod) = 93a15a106207c2ab6e95c7444d644fccc8bd51f9e1b0a1921132539f93a9ad4b +SHA512 (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.mod) = 8cedf150caf05299c5b9f8b4fcaa17e4771c613fa06bac434586048ffee22ba9501e0fa540da90a3a24f3e4f662c9517571a23a0353fbb29c881d6d6c26d5f1d +Size (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.mod) = 36 bytes +BLAKE2s (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.zip) = 1ad4d5f79ad291009bdba35814c6b73306486b6dda8bfa98fb7837876d86a1b8 +SHA512 (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.zip) = 16d6453d372773c9cc23b851d3cb7d84d4d3c090bbc1be102980c0daba0fe3ef102ba8372b8bd99f7ba18582d33d1af152087d544ad8dbe98d7d2acc9d91c353 +Size (github.com_rogpeppe_fastuuid_@v_v0.0.0-20150106093220-6724a57986af.zip) = 3684 bytes +BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.3.0.mod) = 24df55c612af1179e4f9ebb1d8118261174556aab8aa176e8ae0cb09e56a0608 +SHA512 (github.com_rogpeppe_go-internal_@v_v1.3.0.mod) = 4fd07ae7c00bcc135cc10a0b34ab102a893ed8ea4708f9d38da52f98b09fb66144f970ffd8795476fd6625b25c9e48390a5b1c5c99bd0c8d536a94201dc96613 +Size (github.com_rogpeppe_go-internal_@v_v1.3.0.mod) = 73 bytes +BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.3.0.zip) = 63dc785a500cc27836e99e08f9bbc003f8dbe5ea720e819c5c1456c536f04797 +SHA512 (github.com_rogpeppe_go-internal_@v_v1.3.0.zip) = 963e70405da1eda96bc4583dc12a247d24ca636ea1e2cca6f9dd0a37775e7d166fd0afa5303a2df6c4d395f58fab582408f1dd959f7674a248b863565c8b296c +Size (github.com_rogpeppe_go-internal_@v_v1.3.0.zip) = 180679 bytes +BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.0.1.mod) = f0bc812b934149988d4ab1dcc12c2c63777f0a0d18126b5cba0e35ea880b775b +SHA512 (github.com_russross_blackfriday_v2_@v_v2.0.1.mod) = ac376a387fa39fe35dc4d073d8becd74e79f52e9d36b0a6628740dfe0e7c1f4fb6533fc262212663b105afcaa104082e055fa87d20cb3068359faae6dcba7738 +Size (github.com_russross_blackfriday_v2_@v_v2.0.1.mod) = 42 bytes +BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.0.1.zip) = 26932c2d1dcd5a4bf6f10e47eb6cad33e3433f97fe9e86cc190315fca6ffd581 +SHA512 (github.com_russross_blackfriday_v2_@v_v2.0.1.zip) = 992df87104aa66dec048d39496c85819cab19bc890cb2c60326660d011642f49cd926b082d3eb4136b229a6e4893ed023a133e4bf83a4993c534b24e14d77b4d +Size (github.com_russross_blackfriday_v2_@v_v2.0.1.zip) = 110026 bytes +BLAKE2s (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.mod) = 4969836667e6cdbc12eba183d12b71d5dcc9d23309d945cb758a02151d075c5a +SHA512 (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.mod) = 0af9557d073093339188a1d8f226798eccb05d43e1394ac9d207118ada9449332077161e2d6ba2327d9b736aafae79d4a08abad233ae9aca9917c677809ce2c7 +Size (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.mod) = 37 bytes +BLAKE2s (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.zip) = 6f57fb1a543313f46813d6f8d254aefca1b07a96f98265684106b2b23f77574e +SHA512 (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.zip) = ed6672528754c42370277b8ceb0f1a06e2b36cfed8526d077192d71c9412430f338612671a0a0c807dee15741f83ac6cf1225bb900194758b736466fd95d3cf7 +Size (github.com_ryanuber_columnize_@v_v0.0.0-20160712163229-9b3edd62028f.zip) = 5643 bytes +BLAKE2s (github.com_schollz_progressbar_v3_@v_v3.8.0.mod) = 92bd3d31cf84482b8f26013ac2506dd0010d55e7e7719c9d4fba60066a6b0b37 +SHA512 (github.com_schollz_progressbar_v3_@v_v3.8.0.mod) = 29ec96afa5026e9b5238db5fe506979ae88689e25bec6e76a6acb7d9ef79e6126a642c0ccc11594ac5746654dcfa0104470b99a60068efea44eb01c247265f55 +Size (github.com_schollz_progressbar_v3_@v_v3.8.0.mod) = 595 bytes +BLAKE2s (github.com_schollz_progressbar_v3_@v_v3.8.0.zip) = bfc95f7cd9c3df1266740830455a582d346788baa021b2056ca4c43c438e870e +SHA512 (github.com_schollz_progressbar_v3_@v_v3.8.0.zip) = eee7b75e41ce80c290b1cb1bd9199687a5b0c02d98eafcc74a42be21c0565834cec0809f6d03ffe232793566c5e2fc5b99d2f5573fa58fde89b185eef8692841 +Size (github.com_schollz_progressbar_v3_@v_v3.8.0.zip) = 606683 bytes +BLAKE2s (github.com_sean-_seed_@v_v0.0.0-20170313163322-e2103e2c3529.mod) = 8b9074fe939bc4db75868e0dbe4be7d3f2f607c4b913cafc9f6d002674fbc6fd +SHA512 (github.com_sean-_seed_@v_v0.0.0-20170313163322-e2103e2c3529.mod) = c7dc34c7a73c5899ca207c0cac88dd38ddebaffa04b5dd511a86dd10160e60be2806dfc6e079a5871b0cb6142f53d7d7dc87ddbe3fb19240bf894430feac5875 +Size (github.com_sean-_seed_@v_v0.0.0-20170313163322-e2103e2c3529.mod) = 29 bytes +BLAKE2s (github.com_sean-_seed_@v_v0.0.0-20170313163322-e2103e2c3529.zip) = 9d3825e6fbbab375a2f4f27282a4d381efcd75226dac267291cac1965e1cedcc +SHA512 (github.com_sean-_seed_@v_v0.0.0-20170313163322-e2103e2c3529.zip) = acd19ece301ac146ae50dd784e3dc1c2cbc0c00a562fc5d2759b7b8a4acf0b5bf83d5bcd54122130877a1568a13709c28ab7e1cc7ba269ec91aa1b1a86c2065a +Size (github.com_sean-_seed_@v_v0.0.0-20170313163322-e2103e2c3529.zip) = 4415 bytes +BLAKE2s (github.com_shurcoo_l_sanitized_anchor_name_@v_v1.0.0.mod) = eeadb018b334356ab2c75394ba49298a2755fde8118909b6128c2fe9bff4ec4f +SHA512 (github.com_shurcoo_l_sanitized_anchor_name_@v_v1.0.0.mod) = 6f6b924c2a3af28ef4342cdf8b83b726f2c409accf19c6ba0a4a47c6ae61857e4b69727fceb9e9e16fb8ce660a7181952714d49b6cafaacb282fa4e8af6e13b3 +Size (github.com_shurcoo_l_sanitized_anchor_name_@v_v1.0.0.mod) = 49 bytes +BLAKE2s (github.com_shurcoo_l_sanitized_anchor_name_@v_v1.0.0.zip) = 33c796e7fae53410b43c810b51dc731c7465245f60a4f14ab24c33134be6ba66 +SHA512 (github.com_shurcoo_l_sanitized_anchor_name_@v_v1.0.0.zip) = d02d5e4b8a24b1709c053138c4128d4bd6347d4adef95d1e25141935cf560fdcfd5c2b7837d6e690f175f1cd5a21b0279ce97b8b3b66d5e0a5006e4103b25f46 +Size (github.com_shurcoo_l_sanitized_anchor_name_@v_v1.0.0.zip) = 3399 bytes +BLAKE2s (github.com_sirupsen_logrus_@v_v1.2.0.mod) = fa1555e12d113dfd6a30faf7abec542846d50c72fc4362957a68a5401d94eee9 +SHA512 (github.com_sirupsen_logrus_@v_v1.2.0.mod) = c1621afd4618d1027b2d89a8e9653d18dabe098a7004b376ca2be63955ab783879540a890ab1324c2560dae9e6f3198dacc32d5fb0afd4b5a779d29a8c28f035 +Size (github.com_sirupsen_logrus_@v_v1.2.0.mod) = 393 bytes +BLAKE2s (github.com_sirupsen_logrus_@v_v1.2.0.zip) = 4edd97a0080b6179da3b34b8e9334fb6e5dfcc2d8dfaae531a9ba10a0f2e02a9 +SHA512 (github.com_sirupsen_logrus_@v_v1.2.0.zip) = d30efcc17654904bafaa3cbac0c2aae4b44f83dd347c8ae4ea77f5b637ef4371e08e6d8483ccb8a73273ff9fc91dcad43e8c536ebf5de9b69bac66cdfbf6efe8 +Size (github.com_sirupsen_logrus_@v_v1.2.0.zip) = 52967 bytes +BLAKE2s (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d.mod) = 4831f53e706d957dfa9e55498f39badbe6ae21c8fdfc98c276be4b1236056008 +SHA512 (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d.mod) = 222b0edcf745e14eb775eac28668dfa0c52051cbf302ec441b58d75846fc2570a0fc2e616cbec68f6312a1648fd7e6997b6597b160b1a7f84c1c500a42e93e6d +Size (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d.mod) = 43 bytes +BLAKE2s (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d.zip) = f433b06edb58888b48413537ed81b8dd8c749d1e276e17e110cf1c693b76e73c +SHA512 (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d.zip) = e204307d5a06550292a4fb6e44912260aa5a7f9fcce0883d8abb324a53673512218982b1893e7d563eb7d6313ac98a8638072aaf7b5d66d359e82832f2a8bb2f +Size (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d.zip) = 81760 bytes +BLAKE2s (github.com_smartystreets_goconvey_@v_v1.6.4.mod) = 9d6074ede3916650436dd95a14d644bf24fbf144bbaa12b1adc4b5bc36e6042e +SHA512 (github.com_smartystreets_goconvey_@v_v1.6.4.mod) = 24806ff2cbf2719f50bb37cc5ffadeca1b64c7b089a1647695b45d647ddac16332504c7026813b4ab9316e53e755ad0ebbf6db9ca88179d0526ca2634e27e25f +Size (github.com_smartystreets_goconvey_@v_v1.6.4.mod) = 302 bytes +BLAKE2s (github.com_smartystreets_goconvey_@v_v1.6.4.zip) = 69abc54561228733b478012e3ffb65bf353b13350120753950510d8b0baf88c1 +SHA512 (github.com_smartystreets_goconvey_@v_v1.6.4.zip) = 3bdd2bbeaf755618d9fa7f324814497308361cb0f3f93a7ac84b9fc01b79ab346353ff0a022d3d85e74aef57b3773e03ea9279d0a60de317a1c57d5eca2d1507 +Size (github.com_smartystreets_goconvey_@v_v1.6.4.zip) = 1521758 bytes +BLAKE2s (github.com_soheilhy_cmux_@v_v0.1.4.mod) = c22bef0c37fc6bf99505f4d0ff0a2db4648772bc530ca1560589037a0dae4c78 +SHA512 (github.com_soheilhy_cmux_@v_v0.1.4.mod) = def5f190323350b58be18ef9f1b00e4810987a37e1fa9332be62a638a01df7f070788c75a19a0c11949890ccbc395419de45bf9c5f7fb38fdbef56118c681d32 +Size (github.com_soheilhy_cmux_@v_v0.1.4.mod) = 32 bytes +BLAKE2s (github.com_soheilhy_cmux_@v_v0.1.4.zip) = 0a431c8d5f7f34682c98f4c832266f3f497782255d3e20766a987d25837aaa5b +SHA512 (github.com_soheilhy_cmux_@v_v0.1.4.zip) = dc990fd4f640acaa66baed26f2e82e0a6c46e293b016bd1573e72600e1256146f1b8abf746ebd96771bad4f3d95dded70c9f884908580ffffc4162efa0450735 +Size (github.com_soheilhy_cmux_@v_v0.1.4.zip) = 26744 bytes +BLAKE2s (github.com_spaolacci_murmur3_@v_v0.0.0-20180118202830-f09979ecbc72.mod) = ce8ad3e6c3a9a629bba1638e802dd141da6dfee88af2bbd4400cbd09c062e280 +SHA512 (github.com_spaolacci_murmur3_@v_v0.0.0-20180118202830-f09979ecbc72.mod) = d14779867dcbbe24d451e82ac72c823f80551cec89758ecd39c9e72fd75560694a0b8261726020b738ad4f447ce1093f910c12797c58b8dede38f6bc737b9a25 +Size (github.com_spaolacci_murmur3_@v_v0.0.0-20180118202830-f09979ecbc72.mod) = 36 bytes +BLAKE2s (github.com_spaolacci_murmur3_@v_v0.0.0-20180118202830-f09979ecbc72.zip) = be3ca5142a62a5b7caa6567d1a5f7c60c8b78ecf14369955931099e8903fa517 +SHA512 (github.com_spaolacci_murmur3_@v_v0.0.0-20180118202830-f09979ecbc72.zip) = 33a0601227477c0fb56907b633936ee96c46bf0f8c0a9140facfc61e839f62e167e90b76fad14d4b0124b6066376eed464d0f76e08f0d308634c33eb6fd171d4 +Size (github.com_spaolacci_murmur3_@v_v0.0.0-20180118202830-f09979ecbc72.zip) = 10334 bytes +BLAKE2s (github.com_spf13_afero_@v_v1.1.2.mod) = 005d067bb3459023191a56c257b491a4dea4e181e8d4e9233da4b9a72669379b +SHA512 (github.com_spf13_afero_@v_v1.1.2.mod) = 3166c898d741be502c0b733653cdca0e8ac4999fa6a5d67460b3962799287c9176b7f0243f0c0da394a4b7737ed1d1a6a2ee4f84a8917cf7076c774ba9a2a648 +Size (github.com_spf13_afero_@v_v1.1.2.mod) = 30 bytes +BLAKE2s (github.com_spf13_afero_@v_v1.2.2.mod) = 5337562d57444de347f707d66514bc7c78aec18d4c0e7c040fc1c667c60e8b76 +SHA512 (github.com_spf13_afero_@v_v1.2.2.mod) = e091de41de8e320e4eb47a082cc419a6d102791c888646a0482bf4d2b91a9f357455fe59ef0657e043dcd021441d6d78fe89440db3f11d4d516995903e0aa3b1 +Size (github.com_spf13_afero_@v_v1.2.2.mod) = 64 bytes +BLAKE2s (github.com_spf13_afero_@v_v1.2.2.zip) = bb867d15ad728645b1cff578c857fc34451eed424cdc52c725f9d40244d193db +SHA512 (github.com_spf13_afero_@v_v1.2.2.zip) = 6be9a4d700abf43f9eb8279b601339ff2290f6278fbbaeb308a9d51d621881e613308595dffb8d843d070bc3e21caca3ebaf20ffcbc60cdb2f8590cdcd30c595 +Size (github.com_spf13_afero_@v_v1.2.2.zip) = 68547 bytes +BLAKE2s (github.com_spf13_cast_@v_v1.3.0.mod) = 27c337fa2b07ebfd0de486c03b7a2e095eaa0b6e6740497c6e26ebec842eb3fe +SHA512 (github.com_spf13_cast_@v_v1.3.0.mod) = 7a0a21f6a7564b3261bccc8b1e1cd39d5d1a95bd0dd3debea914b1d37b687fbacdaee5f1dd5f1f74e4da11664c12f7ee63b484d690cd79389423cb79ff38dee9 +Size (github.com_spf13_cast_@v_v1.3.0.mod) = 175 bytes +BLAKE2s (github.com_spf13_cast_@v_v1.3.1.mod) = 27c337fa2b07ebfd0de486c03b7a2e095eaa0b6e6740497c6e26ebec842eb3fe +SHA512 (github.com_spf13_cast_@v_v1.3.1.mod) = 7a0a21f6a7564b3261bccc8b1e1cd39d5d1a95bd0dd3debea914b1d37b687fbacdaee5f1dd5f1f74e4da11664c12f7ee63b484d690cd79389423cb79ff38dee9 +Size (github.com_spf13_cast_@v_v1.3.1.mod) = 175 bytes +BLAKE2s (github.com_spf13_cast_@v_v1.3.1.zip) = a240cfb0bf26cf321849840a7bb3afa38757dc0fbe78717e4e3585eca27cc7bb +SHA512 (github.com_spf13_cast_@v_v1.3.1.zip) = bc4f20343133aad94ea020cbb5f2c74c5b983603f3638ee84093a31b4cb94e3725f3e0f01252e6546f86d1e47c317e171e0229681116b8d4aeac67221af40636 +Size (github.com_spf13_cast_@v_v1.3.1.zip) = 12750 bytes +BLAKE2s (github.com_spf13_jwalterweatherman_@v_v1.0.0.mod) = 38c7c8115c4ec19284bedf9686cbb08c53422699f9d77c87d62cd74487667e33 +SHA512 (github.com_spf13_jwalterweatherman_@v_v1.0.0.mod) = 748b5648bf8bec4d1efe13f4dc37608e7378acc2a7d954e9d3b649a4b170a1e2d1c61338f6bee8d9007ad75a5bde87487612b47a692d6f966bca56490dcb834d +Size (github.com_spf13_jwalterweatherman_@v_v1.0.0.mod) = 42 bytes +BLAKE2s (github.com_spf13_jwalterweatherman_@v_v1.1.0.mod) = c796b7ba745d5ac0f435ab657031ffab9d5f7a4d6e15bcbfd1595fee6c1475e4 +SHA512 (github.com_spf13_jwalterweatherman_@v_v1.1.0.mod) = a5da49fe5d41b33c03cd1af18affc92ca2572f0c735da70c55f06d668ff33ae4a231fcb6cfa2e85ab4b04ef4c7808d895739d0121ae874c43b01edad791f2735 +Size (github.com_spf13_jwalterweatherman_@v_v1.1.0.mod) = 188 bytes +BLAKE2s (github.com_spf13_jwalterweatherman_@v_v1.1.0.zip) = 4036548f32e26b4c8fee83e943d2f3f0ebc5a81a1d7e78c6e69eb9e71927c717 +SHA512 (github.com_spf13_jwalterweatherman_@v_v1.1.0.zip) = e92d5ce203ba7e7f9cdfc4e9c383a6b25a7afaa2a14c057cd51397a51f6fb21eac97e6fb3df1cf810f82d7a5d055ddd354ab0178edc9ddf433e2cb09f1125939 +Size (github.com_spf13_jwalterweatherman_@v_v1.1.0.zip) = 9825 bytes +BLAKE2s (github.com_spf13_pflag_@v_v1.0.3.mod) = 734d16059c12ce97794cddfeeb4ce027e8f07f9fb826e8ce30c3c19f0aacb212 +SHA512 (github.com_spf13_pflag_@v_v1.0.3.mod) = d08b4540b799cee9c5f088c4e1fe002c9fda86f1634380409eec1404598b84376d3ca26b4c1cbcf58bc19234ab56531ab11db8a00c6dd2e15a53f3b4ae757efc +Size (github.com_spf13_pflag_@v_v1.0.3.mod) = 30 bytes +BLAKE2s (github.com_spf13_pflag_@v_v1.0.5.mod) = 1b1abf476b994d1f08514612e3291343509d867ac0dbe4ebd4316f0e296a4486 +SHA512 (github.com_spf13_pflag_@v_v1.0.5.mod) = 8071c316d33aff1d8ffcabaeb42e8f9320465d83600cb57ac5ef071569f948d5cfd69e1bd2e92855c061395c1b814e84d1705f42e37f00d5bc713b6e724f29f5 +Size (github.com_spf13_pflag_@v_v1.0.5.mod) = 39 bytes +BLAKE2s (github.com_spf13_pflag_@v_v1.0.5.zip) = 4b3cdadae11a8d2432c380818c116751885b01f307e8c59fb626cc10f07dfc44 +SHA512 (github.com_spf13_pflag_@v_v1.0.5.zip) = 9a81f0635ca8ac059c48a15cbf625a7c91513f95a9b402ba166d48ab72d5d38cbd941d5309446f5637bd7c23eef35b60fef2f06e8b557f415dd8409a6ddf43e9 +Size (github.com_spf13_pflag_@v_v1.0.5.zip) = 88931 bytes +BLAKE2s (github.com_spf13_viper_@v_v1.7.1.mod) = 2fd1492729b2f641b0c33ac35ba7ce1a38ef3193a96377702cf66f0c4a2b4603 +SHA512 (github.com_spf13_viper_@v_v1.7.1.mod) = 9f614a57ccae909af00a67e464b04eb91a92eebf1c28de3809351363b441d22a4a6628a1902fde8b67956d0bdedd91423d20158eaa6b9cd994fb7e284a35e061 +Size (github.com_spf13_viper_@v_v1.7.1.mod) = 1694 bytes +BLAKE2s (github.com_spf13_viper_@v_v1.7.1.zip) = 7fd8be03639a9f3e6380b41aacd7fe04bc64d535fd69a28e3e7baa60649655c5 +SHA512 (github.com_spf13_viper_@v_v1.7.1.zip) = 2bfa48ce8085921796ed788b03f818c1972313162482f023e1dea5b6513ea4e89d0e656159d0051ed0420e2e138c33a5c76c73a0d6ec8fc7344548b1061cbc86 +Size (github.com_spf13_viper_@v_v1.7.1.zip) = 85905 bytes +BLAKE2s (github.com_stretchr_objx_@v_v0.1.0.mod) = 1eb73df00a63ad02b651d13ef6fec7b4842f22c3ecf50546104fddb717aa1c0b +SHA512 (github.com_stretchr_objx_@v_v0.1.0.mod) = 4e366e5a60559a8863cb2a50280deb307d8bf885ca5440cce1b49a084b4cc4583b3481240125f35f161226592a43f2c0a426152f117d79b68c92c72a93f751d5 +Size (github.com_stretchr_objx_@v_v0.1.0.mod) = 32 bytes +BLAKE2s (github.com_stretchr_objx_@v_v0.1.1.mod) = 1eb73df00a63ad02b651d13ef6fec7b4842f22c3ecf50546104fddb717aa1c0b +SHA512 (github.com_stretchr_objx_@v_v0.1.1.mod) = 4e366e5a60559a8863cb2a50280deb307d8bf885ca5440cce1b49a084b4cc4583b3481240125f35f161226592a43f2c0a426152f117d79b68c92c72a93f751d5 +Size (github.com_stretchr_objx_@v_v0.1.1.mod) = 32 bytes +BLAKE2s (github.com_stretchr_objx_@v_v0.1.1.zip) = 486e0a2bd68217e5b48b383d4a799ac14555319e291096c9dbad5b60b244a755 +SHA512 (github.com_stretchr_objx_@v_v0.1.1.zip) = b2af82dccd20e9539d72c8629f2d4babd573f711a810fa77e629fec897a614776cc4ff857700c0b6eb32370a13d122504c0a4abdd3d9111eb8ac0938a0e7234f +Size (github.com_stretchr_objx_@v_v0.1.1.zip) = 37190 bytes +BLAKE2s (github.com_stretchr_testify_@v_v1.2.2.mod) = 0aab4ef6e84a9f79a057a2dd3c20af5527903ddca30e8e5207e0d64623d3121c +SHA512 (github.com_stretchr_testify_@v_v1.2.2.mod) = 5b7ce867497852e4918b8cde5f75ecf2f24b9c95ad112478ac132322e904243f1cea3d16f5731646efb669256dbefc129ac70a499c8b1d25403a14c7e4fad10b +Size (github.com_stretchr_testify_@v_v1.2.2.mod) = 35 bytes +BLAKE2s (github.com_stretchr_testify_@v_v1.3.0.mod) = d6b8da0a9474c5355c0841b3536c40e21bbfd56b3c07c36893dd4a2ed20c6cc5 +SHA512 (github.com_stretchr_testify_@v_v1.3.0.mod) = bb808fad059f5abd0171e4bdc724411eff2c7e8d303a4ffb3608a00e21bb3cfafe9e83b4b4e9bccd42c9a4331f67ddc6043e3dd5eaa9a122c86626eed43a8383 +Size (github.com_stretchr_testify_@v_v1.3.0.mod) = 154 bytes +BLAKE2s (github.com_stretchr_testify_@v_v1.6.1.mod) = 8f7c927dae69fdeb23ce71b39268d84489f12c4cb4cb30e23a564754fde44db8 +SHA512 (github.com_stretchr_testify_@v_v1.6.1.mod) = 197e6ef15edb27ded67ccfb636c252fe522f0930ff012341a4b593f25b5dd8282e4f658970931cfdeb8f2c5ee0b4ebac6738fe7634bf00896d12270fcbf4b31b +Size (github.com_stretchr_testify_@v_v1.6.1.mod) = 216 bytes +BLAKE2s (github.com_stretchr_testify_@v_v1.6.1.zip) = 487c0e0f23e89cfdd61ef09f2843d1ec83a6c1210747e010a108fa4c0cb5602f +SHA512 (github.com_stretchr_testify_@v_v1.6.1.zip) = 073f44125d4bbce27d69b914385e05028c4d275585e275ff1ee2ffe299059646394163dde2b6b5c175ac9379d388fe34c1c874deda4138121541e2a639d7635f +Size (github.com_stretchr_testify_@v_v1.6.1.zip) = 98541 bytes +BLAKE2s (github.com_subosito_gotenv_@v_v1.2.0.mod) = 461c75d55213485e537d05f6f7cf1e172f195b603cb9bb216c0f1bbc60344d15 +SHA512 (github.com_subosito_gotenv_@v_v1.2.0.mod) = 50b858817db72f0615a74431c9966f969d12a85fccc3f0dde25a72fbda32f77f3ac76cba50b12fdfd87ed7a7b3a337a291b1f9c86e1fbde81d2d0c2890c1c21d +Size (github.com_subosito_gotenv_@v_v1.2.0.mod) = 34 bytes +BLAKE2s (github.com_subosito_gotenv_@v_v1.2.0.zip) = c285bc7031a362dc2a8cf07d770c5014b613d60030bd0b2f69ceec44bee52055 +SHA512 (github.com_subosito_gotenv_@v_v1.2.0.zip) = 6bdd2a829369530a1a8e2b2ff93094b5b0a6fb35873a63f79498b45dfd8c557ab0c91a393974089af1309d626c3fdbde1b02bcb64ffa05550a48fbd0a9d76148 +Size (github.com_subosito_gotenv_@v_v1.2.0.zip) = 10296 bytes +BLAKE2s (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.mod) = 35c935ad9811be3d1c8806d598745d54fbdaae74679de1356ce00c0a4216c09b +SHA512 (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.mod) = b3b02f5e9f8b68a93f531ce9bece44fbaa691f1527528555327c15b574ecee209ba7f6b713d8ae1f6b58b1416a9eb39546be646ef73b4328e79d8bdf605dcf9b +Size (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.mod) = 43 bytes +BLAKE2s (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.zip) = 39a6555fb1729f4a28f02b79b270fa09f92fb4f8285f040fe959481441cecc8f +SHA512 (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.zip) = 8d7a4d0cf4d179438a0c8ecdf887169d45b3bdc5746f2e11a07c9621dae098c69b3b6a54ebae249efe9aa78669e81db9bf384919204b3d0af866808915eaa6f1 +Size (github.com_tmc_grpc-websocket-proxy_@v_v0.0.0-20190109142713-0ad062ec5ee5.zip) = 13644 bytes +BLAKE2s (github.com_urfave_cli_@v_v1.22.3.mod) = c883dbe8f78b4c07e6973d0a6940ee0ae842a3bc2ae3cc9a28446a8fe07e3abf +SHA512 (github.com_urfave_cli_@v_v1.22.3.mod) = b5431ec3fbdaf9efda016ea275ff597106916f5d5781b2ca82e075e42da98f6c5d34a00410fe65ac3a3e64b3ac0e1ab02e68579effc426ccc5ee19a583c44d2c +Size (github.com_urfave_cli_@v_v1.22.3.mod) = 180 bytes +BLAKE2s (github.com_urfave_cli_@v_v1.22.3.zip) = 19ffaf73e6c8f6b87d02c9f0928365997b2b2e47aa66c3d57a535c8440ae217b +SHA512 (github.com_urfave_cli_@v_v1.22.3.zip) = 67e7c39d84a264219f1b9b9bd5386dba0085e78e9aab16785d3104ad280aaaef8fa1e7f5165c1b9e7f3dbbfd63f510a848cd45eedbe8e71dbecc32b8ba4fc9a7 +Size (github.com_urfave_cli_@v_v1.22.3.zip) = 109081 bytes +BLAKE2s (github.com_xiang90_probing_@v_v0.0.0-20190116061207-43a291ad63a2.mod) = 178137d320284559e65c1b8b145e683798e2af7aefe0f7bc103c31660f1510a6 +SHA512 (github.com_xiang90_probing_@v_v0.0.0-20190116061207-43a291ad63a2.mod) = b9773f617e5b48c6767051fc7dd2faa63a8a9d537ee42fb51efe6db5b3d24060dea0a264568bb5324915de8917a334f3563dc49d35651a4ee7c15042faad2964 +Size (github.com_xiang90_probing_@v_v0.0.0-20190116061207-43a291ad63a2.mod) = 34 bytes +BLAKE2s (github.com_xiang90_probing_@v_v0.0.0-20190116061207-43a291ad63a2.zip) = 3af636eba7486dde5a54b634748a1722b31c3d35fe9b88b6722d269ed8fbcde9 +SHA512 (github.com_xiang90_probing_@v_v0.0.0-20190116061207-43a291ad63a2.zip) = 2a8e1f10d10e4479568374b9e51b1b8dbbf1077d8af413d7dcd254ba1dc1cd38ee19e75a4661a4e237d3662e51cbcf96a08bc69a2e5beaf34a2559fcfb9d653c +Size (github.com_xiang90_probing_@v_v0.0.0-20190116061207-43a291ad63a2.zip) = 5264 bytes +BLAKE2s (go.etcd.io_bbolt_@v_v1.3.2.mod) = 2a2517c29f23b4b749dd4997dfde36146be5e1a44c2b1ee7930a2e84ebc556cd +SHA512 (go.etcd.io_bbolt_@v_v1.3.2.mod) = 8988baa04517a19f905b323768f98690b19ce302d54da4648bf72baa2766c8ea8362efaf1c8dd2f02a82fb9c76e72f32373fd04cf48ff133804b6b251bd48529 +Size (go.etcd.io_bbolt_@v_v1.3.2.mod) = 24 bytes +BLAKE2s (go.etcd.io_bbolt_@v_v1.3.2.zip) = 8d6cfd1c26dae9710254299e37c1b8132bb77c55ba43826c6f2a00b3730e76b6 +SHA512 (go.etcd.io_bbolt_@v_v1.3.2.zip) = f4c1b9f826415b753235e6f71dfb0c2e25ae4dab4acfd632a6ace744e437ae0df9d86dafc79569c6184895e5398108a098a5e5eda57589046316ebc767571cdc +Size (go.etcd.io_bbolt_@v_v1.3.2.zip) = 111427 bytes +BLAKE2s (go.opencensus.io_@v_v0.21.0.mod) = d484d90f3b9cf498157bba0c9508e70e126ca699b620ac3110e330fc7682f589 +SHA512 (go.opencensus.io_@v_v0.21.0.mod) = 448e90223b8d67e4d5e4b150055ac83eacf9ef48aa34036c2e59559f21443f796e721df3c0395a829bf5d10d229cdc7beb956c8f90273e50f0989e45a82aace8 +Size (go.opencensus.io_@v_v0.21.0.mod) = 305 bytes +BLAKE2s (go.opencensus.io_@v_v0.22.0.mod) = 474760f7b52a4d46869deb45604c02702f508d417d1162b6d442893e0d4d6e3b +SHA512 (go.opencensus.io_@v_v0.22.0.mod) = 823e1ca3a9adedb1a98f5ac900e190bd51480686872bd901cc20a394cf03be6c8fd69cfe7343e42cb6f9d3500282a8097b6c32376aeb3e92bf0b1ce3e75872d1 +Size (go.opencensus.io_@v_v0.22.0.mod) = 408 bytes +BLAKE2s (go.opencensus.io_@v_v0.22.0.zip) = 94442dc3be6e6aab3ef7d83112c6be4eba7fb1c85a091f3cd15be8b50730151b +SHA512 (go.opencensus.io_@v_v0.22.0.zip) = 4fe718c3dd4c7bc0914b32844ae86ce281721f98b05797fb0a0fb51245129dfe1a74d2d04b419f4e0b7a31409b874e0e9d7939c8426af1efd92fdd5f12a52a98 +Size (go.opencensus.io_@v_v0.22.0.zip) = 291484 bytes +BLAKE2s (go.uber.org_atomic_@v_v1.4.0.mod) = 5954e21a9fe4fdf993ad603651de40d52bed8643f9f20e3c4e5311aaff745175 +SHA512 (go.uber.org_atomic_@v_v1.4.0.mod) = 4c66fd56c35d6d25a3091f83a2d3872ba395092c10519e052aaccf3edca281fb874a46e86e7a7294b4f42a5d5a51d3cc0f066081e5ab945288a48ac223bc19e6 +Size (go.uber.org_atomic_@v_v1.4.0.mod) = 26 bytes +BLAKE2s (go.uber.org_atomic_@v_v1.4.0.zip) = 1330e95a33661bac591c7be5162df08abcc54610a62f0c941032bc6e32f95655 +SHA512 (go.uber.org_atomic_@v_v1.4.0.zip) = ad71851217d27e72d13db4d8aa1accc069f5ad5ef3fb9ab922c79cc0e6f0ee10025d499478d99e2f46418b36b4410c5bbdf8ea421919d6f60ec95f08c904b267 +Size (go.uber.org_atomic_@v_v1.4.0.zip) = 17248 bytes +BLAKE2s (go.uber.org_multierr_@v_v1.1.0.mod) = a1813a7ea51c18628cc57289b5f25faeb368bac2e70d1e106bcf5cf327353fce +SHA512 (go.uber.org_multierr_@v_v1.1.0.mod) = 7939dfe977dd42ac3ca8b91824a73046222ac9bed4f9cbcf0f2d332727b92a094540a56dfb19d095df6d5917b30cec86a6e9e1b082581049fb05bb7bb10106a4 +Size (go.uber.org_multierr_@v_v1.1.0.mod) = 28 bytes +BLAKE2s (go.uber.org_multierr_@v_v1.1.0.zip) = 08943d7c8b971bf538c676be65cb0b08343e62cc5c8d373aa5c59551699cd7c7 +SHA512 (go.uber.org_multierr_@v_v1.1.0.zip) = d5fff733045694509ef1100fb8701526002b0841a11b5e1acbdea7e186c80738f651bd973c5eba2db5d2b8fff1b3057ea5d7d0e46645268b2f3619656238fdf4 +Size (go.uber.org_multierr_@v_v1.1.0.zip) = 14488 bytes +BLAKE2s (go.uber.org_zap_@v_v1.10.0.mod) = 4adb739ff3287eaf3fcf282f567cd63d01f1b13deb60a7ea22a3e5841c700cb0 +SHA512 (go.uber.org_zap_@v_v1.10.0.mod) = 263e322e5615c91e810fb9ba30a601508e1e3e418f87c7c74de962c341f207e703930f2ad41ae1bf7b2ad106831dc37b0b96637b816d130bddc7225d41911946 +Size (go.uber.org_zap_@v_v1.10.0.mod) = 23 bytes +BLAKE2s (go.uber.org_zap_@v_v1.10.0.zip) = b7e56fef1f8a2357e9fbb9fd77c8fa3cb0fef68a96ce4719bccc56aea2ebbf46 +SHA512 (go.uber.org_zap_@v_v1.10.0.zip) = deff970d323e0023cb39fd3aa38c419ccafef4c10af4edc8e9b70671e5892d60229e47f176495bdc4602b1cc4f344e8724e06eb740dd7858fde006bf121d5c1e +Size (go.uber.org_zap_@v_v1.10.0.zip) = 224175 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20180904163835-0709b304e793.mod) = 93812c26d9fc7b69e31e46eee4d91a2166fe4a9a0455112a07ea7407b1e34c1f +SHA512 (golang.org_x_crypto_@v_v0.0.0-20180904163835-0709b304e793.mod) = a88da5b983ff482a4e8b512761eeee466a8b0664b42da54ec9772c2eb3cb1bc5b7545045e283bac82552336802d8bc8efe137ba16f3530228b529366744a33e6 +Size (golang.org_x_crypto_@v_v0.0.0-20180904163835-0709b304e793.mod) = 27 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20181029021203-45a5f77698d3.mod) = 93812c26d9fc7b69e31e46eee4d91a2166fe4a9a0455112a07ea7407b1e34c1f +SHA512 (golang.org_x_crypto_@v_v0.0.0-20181029021203-45a5f77698d3.mod) = a88da5b983ff482a4e8b512761eeee466a8b0664b42da54ec9772c2eb3cb1bc5b7545045e283bac82552336802d8bc8efe137ba16f3530228b529366744a33e6 +Size (golang.org_x_crypto_@v_v0.0.0-20181029021203-45a5f77698d3.mod) = 27 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = d95def65a866d710e01f1b0c2753b866d5c1df6af7d5289b1c784394b1d82e04 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = 2df49895053b36fed7ea905aa73f86568fbafd79ff0a7976679d8c77cf15025129435d9dbfd89367b611b1aadbea4f4bd1835eb4efa9ea702466e443638d379e +Size (golang.org_x_crypto_@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = 88 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190510104115-cbcb75029529.mod) = 72be62402e94470d451b51d755d721cc634d9cd64cbbf0847e72cf75426f6d16 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20190510104115-cbcb75029529.mod) = f40c7b620b28b5bdc6ce92d43768af71b5869e7f0eb7872dd0f2751eed2bd15a17f7af26bf2dc5c6f7e6b816a174d010bfd22b3f8f5dd72f22dc4e4357dea842 +Size (golang.org_x_crypto_@v_v0.0.0-20190510104115-cbcb75029529.mod) = 146 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190605123033-f99c8df09eb5.mod) = 72be62402e94470d451b51d755d721cc634d9cd64cbbf0847e72cf75426f6d16 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20190605123033-f99c8df09eb5.mod) = f40c7b620b28b5bdc6ce92d43768af71b5869e7f0eb7872dd0f2751eed2bd15a17f7af26bf2dc5c6f7e6b816a174d010bfd22b3f8f5dd72f22dc4e4357dea842 +Size (golang.org_x_crypto_@v_v0.0.0-20190605123033-f99c8df09eb5.mod) = 146 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210220033148-5ea612d1eb83.mod) = 3f3ff26e5492428c170c58368f438d4ddc5cd815811450ff78e125dc74ba9d8d +SHA512 (golang.org_x_crypto_@v_v0.0.0-20210220033148-5ea612d1eb83.mod) = d43d530154c2fda6d171696efbe118c4c021d4f3cb5d8ac9262465e0cc906257330a489f6b950465196bf30c91afeb4d4946b3aada3dc182b5c7307a8e702fc7 +Size (golang.org_x_crypto_@v_v0.0.0-20210220033148-5ea612d1eb83.mod) = 209 bytes +BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210220033148-5ea612d1eb83.zip) = 2947f6a4f295a02d9979b47e7319548a61a5d7e789e2801d72062f9f587b7120 +SHA512 (golang.org_x_crypto_@v_v0.0.0-20210220033148-5ea612d1eb83.zip) = 3a80bda483d8e3b8297b09d97c2a199b132d4f932485fd30020ee3c9fe9ad08c1d2793a3cdd749f3d2731815713bdfa40c6a50234ff991392db7475d2c45abe2 +Size (golang.org_x_crypto_@v_v0.0.0-20210220033148-5ea612d1eb83.zip) = 1864871 bytes +BLAKE2s (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 87c3b3cc8e8fe78e41cb7f5df8d0e2afacceb9c5c3c2ff961a00ade7d3bb821a +SHA512 (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 9131017b8ab0c2362b74e0c010daeb849689025aa31cb464dc379b0e34d0fcdb66749329b111041127997440bac052249dab522ab27239858405c056e3ac5dbf +Size (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 24 bytes +BLAKE2s (golang.org_x_exp_@v_v0.0.0-20190306152737-a1d7652674e8.mod) = 87c3b3cc8e8fe78e41cb7f5df8d0e2afacceb9c5c3c2ff961a00ade7d3bb821a +SHA512 (golang.org_x_exp_@v_v0.0.0-20190306152737-a1d7652674e8.mod) = 9131017b8ab0c2362b74e0c010daeb849689025aa31cb464dc379b0e34d0fcdb66749329b111041127997440bac052249dab522ab27239858405c056e3ac5dbf +Size (golang.org_x_exp_@v_v0.0.0-20190306152737-a1d7652674e8.mod) = 24 bytes +BLAKE2s (golang.org_x_exp_@v_v0.0.0-20190510132918-efd6b22b2522.mod) = 2b166b4dd5799d24323efa83c6f0b57e8985c0402ecbf45163f43c4e10c13cda +SHA512 (golang.org_x_exp_@v_v0.0.0-20190510132918-efd6b22b2522.mod) = e16919da8b2302c45f8fab5f0d200f41c2c978ad31eab2b4db18310bfbe09079d738f682920ef6530f1d5f53359ddc3d4bf33fe5cefbcefd440212b31e72ef28 +Size (golang.org_x_exp_@v_v0.0.0-20190510132918-efd6b22b2522.mod) = 327 bytes +BLAKE2s (golang.org_x_exp_@v_v0.0.0-20190829153037-c13cbed26979.mod) = 60505369ce15eee59941a3a7947d887251c0d49e124761dbf6327717ae573352 +SHA512 (golang.org_x_exp_@v_v0.0.0-20190829153037-c13cbed26979.mod) = 8ea874c371c0a582410e682cf475628b4fe6a0c0f57b05566a03343999da063250dcb987d9a863b96a8e1ee913612f323de296b4ddbcfecb166884bee06a8af9 +Size (golang.org_x_exp_@v_v0.0.0-20190829153037-c13cbed26979.mod) = 352 bytes +BLAKE2s (golang.org_x_exp_@v_v0.0.0-20191030013958-a1ab85dbe136.mod) = 5a5dd584c6c76a085d9b5cb9fd801efcf327bef48a93a068471124a7845460c1 +SHA512 (golang.org_x_exp_@v_v0.0.0-20191030013958-a1ab85dbe136.mod) = 4b495d303e08e9bb4b43ff0c82665107a6e0a9cdd33a6d14aea491e634901fedb6341fe9e47c45fca1f89688ea3548f57ac8d62b79ef4ccb596ef4eb2e809241 +Size (golang.org_x_exp_@v_v0.0.0-20191030013958-a1ab85dbe136.mod) = 475 bytes +BLAKE2s (golang.org_x_exp_@v_v0.0.0-20191030013958-a1ab85dbe136.zip) = b3b294872d7056ff3bb0bdf421c45ece6cd355862010231525df1b7505d6a873 +SHA512 (golang.org_x_exp_@v_v0.0.0-20191030013958-a1ab85dbe136.zip) = e9c64173f521c539971440da40f446babd370f0f853e445a32bee3e03982f622cbf89997013a29ad013840423b33ee61d9779aa61e64d1b5e0f1ffad90f14aa8 +Size (golang.org_x_exp_@v_v0.0.0-20191030013958-a1ab85dbe136.zip) = 1483747 bytes +BLAKE2s (golang.org_x_image_@v_v0.0.0-20190227222117-0694c2d4d067.mod) = ca99fca08f2f22fbcd7b26dff231ce14f468287e9b0683b1135a3d7603954466 +SHA512 (golang.org_x_image_@v_v0.0.0-20190227222117-0694c2d4d067.mod) = c466f8b348acdc26208bcb782cf330a979d9af086a95f307a785884492430f11fe45d1ddc3abdc1b092654b3880a5e7a456740293935b1912a1d39b658de80e8 +Size (golang.org_x_image_@v_v0.0.0-20190227222117-0694c2d4d067.mod) = 60 bytes +BLAKE2s (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.mod) = 297087ef09942848072b3c6604fab5592d25e4781e5f33cffe1258204e307a5f +SHA512 (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.mod) = d463167481b44386a011b867d6e26eaf2fe81c750325ea89f631af7b065c5152249084c45e7195a662d9b9ddde0e81a5273d8110f73a18c4d841c155c67ea0f6 +Size (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.mod) = 69 bytes +BLAKE2s (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.zip) = 11e32608c0a720911d5c7427b0ea6deb5f2fc9c186cbd9080d7f4edb75a1b09b +SHA512 (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.zip) = 320a4edfdf0cbf1a555c62229a8fc211f510c320ecc085ea11a81b422792ad5734f6cfb479efd1d3c5222c15f32f7bdd1e30e56b0770d54780752df8d96caf2a +Size (golang.org_x_image_@v_v0.0.0-20190802002840-cff245a6509b.zip) = 5087021 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20181026193005-c67002cb31c3.mod) = f12eeaef7e5b713370f3302900d1bb9b7539dc24f9cfc5ce9cd2a1b28af6c978 +SHA512 (golang.org_x_lint_@v_v0.0.0-20181026193005-c67002cb31c3.mod) = 3ba23f3472e0ae7904b4250e2e3a1b04c719c4bb66c59ccfaf96fae2fb25ae0abf19f542f03c7179a312a008521acaf4ff389517b11dba8b6f581a9dded44883 +Size (golang.org_x_lint_@v_v0.0.0-20181026193005-c67002cb31c3.mod) = 25 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20190227174305-5b3e6a55c961.mod) = b28b8a8c66bd09cd43db8f1b220abb7058e3cd0d18c8582bf6f927ec3dae0267 +SHA512 (golang.org_x_lint_@v_v0.0.0-20190227174305-5b3e6a55c961.mod) = 0097db2957ab98a21a73960d2a37c526e5cabcd5ba4825e44f0ec4851ef83743ae171c8dc4b6c09ea4d931c15879c247e362ca53ef8dc762b484f1ddcc483d04 +Size (golang.org_x_lint_@v_v0.0.0-20190227174305-5b3e6a55c961.mod) = 88 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20190301231843-5614ed5bae6f.mod) = f12eeaef7e5b713370f3302900d1bb9b7539dc24f9cfc5ce9cd2a1b28af6c978 +SHA512 (golang.org_x_lint_@v_v0.0.0-20190301231843-5614ed5bae6f.mod) = 3ba23f3472e0ae7904b4250e2e3a1b04c719c4bb66c59ccfaf96fae2fb25ae0abf19f542f03c7179a312a008521acaf4ff389517b11dba8b6f581a9dded44883 +Size (golang.org_x_lint_@v_v0.0.0-20190301231843-5614ed5bae6f.mod) = 25 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20190313153728-d0100b6bd8b3.mod) = b2005ea6a60b57cedbe3885fd79d2154eafdda070996eecf1cb57905a2031e28 +SHA512 (golang.org_x_lint_@v_v0.0.0-20190313153728-d0100b6bd8b3.mod) = 5e787e9d2c16c87238995214eab353f87d009acf8ef78889295d11dfabef73cea4e8cabfc2999f9ef0c936efb84c22963e0aa2bce4b3678680a389cbe23df961 +Size (golang.org_x_lint_@v_v0.0.0-20190313153728-d0100b6bd8b3.mod) = 88 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20190409202823-959b441ac422.mod) = b2005ea6a60b57cedbe3885fd79d2154eafdda070996eecf1cb57905a2031e28 +SHA512 (golang.org_x_lint_@v_v0.0.0-20190409202823-959b441ac422.mod) = 5e787e9d2c16c87238995214eab353f87d009acf8ef78889295d11dfabef73cea4e8cabfc2999f9ef0c936efb84c22963e0aa2bce4b3678680a389cbe23df961 +Size (golang.org_x_lint_@v_v0.0.0-20190409202823-959b441ac422.mod) = 88 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20190909230951-414d861bb4ac.mod) = b2005ea6a60b57cedbe3885fd79d2154eafdda070996eecf1cb57905a2031e28 +SHA512 (golang.org_x_lint_@v_v0.0.0-20190909230951-414d861bb4ac.mod) = 5e787e9d2c16c87238995214eab353f87d009acf8ef78889295d11dfabef73cea4e8cabfc2999f9ef0c936efb84c22963e0aa2bce4b3678680a389cbe23df961 +Size (golang.org_x_lint_@v_v0.0.0-20190909230951-414d861bb4ac.mod) = 88 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20190930215403-16217165b5de.mod) = b2005ea6a60b57cedbe3885fd79d2154eafdda070996eecf1cb57905a2031e28 +SHA512 (golang.org_x_lint_@v_v0.0.0-20190930215403-16217165b5de.mod) = 5e787e9d2c16c87238995214eab353f87d009acf8ef78889295d11dfabef73cea4e8cabfc2999f9ef0c936efb84c22963e0aa2bce4b3678680a389cbe23df961 +Size (golang.org_x_lint_@v_v0.0.0-20190930215403-16217165b5de.mod) = 88 bytes +BLAKE2s (golang.org_x_lint_@v_v0.0.0-20190930215403-16217165b5de.zip) = 9ce7885d9a9218f8642c090c9c8aa383beded5e3eeddffc7a7fffd9b755b2da1 +SHA512 (golang.org_x_lint_@v_v0.0.0-20190930215403-16217165b5de.zip) = 00ae7262d6a4f5839915a648e09a51fd939300b9f0404f2c13c062412d059b8278e3c40b2db2a927bffe74a940295834c18b77fb7dc58e88401e0b7606c13aeb +Size (golang.org_x_lint_@v_v0.0.0-20190930215403-16217165b5de.zip) = 45710 bytes +BLAKE2s (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = ecb5fd4e8c9dce45b90e695bf7327c18185636a99b5d9d2292511ad6017d3c29 +SHA512 (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = a105eb088532321694d3adb5da0b3cdceb7781670a2d4a8a757799e3c8fde02784b981747714cfa8770ed29eb1a0228e0945ad3c363220c39108a7432fc29a32 +Size (golang.org_x_mobile_@v_v0.0.0-20190312151609-d3739f865fa6.mod) = 27 bytes +BLAKE2s (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.mod) = 6876b6e85832764e649cd563d2bc4850301e7e3e27d550db0ac3931b2381ebb6 +SHA512 (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.mod) = 6689d7c55fea7d8cfb8d2b1a934ca45793dc8d4cf4fc5b001bafe676367a93b8a8c4964d8131ba145e5e41c4da50a238d6df01dd3fc336eeb18be61b49e62416 +Size (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.mod) = 222 bytes +BLAKE2s (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.zip) = a8b10530db75ecdae1966b20aa069c01885aa230048ea76770e41621b8ce5396 +SHA512 (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.zip) = 10d21e1b4d90603de97c769b2a4172a6410579941f12b8e55f2c4459c31e9e128c8f70ad5845f093fcfd93541570b63323dc0376e18925d3d9013d79d30f587f +Size (golang.org_x_mobile_@v_v0.0.0-20190719004257-d2bd2a29d028.zip) = 1415491 bytes +BLAKE2s (golang.org_x_mod_@v_v0.0.0-20190513183733-4bf6d317e70e.mod) = 59a2641b468c44bb4eadcdbc5c7a8105a6f323f86058069b154397be378abbf7 +SHA512 (golang.org_x_mod_@v_v0.0.0-20190513183733-4bf6d317e70e.mod) = 15deca99c6d866dcffdd51b1334fbe7f33ce88e1fd82badec64f5155782681887e7fd959ec2686fb35adf70afbe08d743e36c6a891f43462074663357e5b309a +Size (golang.org_x_mod_@v_v0.0.0-20190513183733-4bf6d317e70e.mod) = 97 bytes +BLAKE2s (golang.org_x_mod_@v_v0.1.0.mod) = 407116728d1ca811ba627dcbec26034def2c8c3c3d79bdb5826cab2f3f56e8f0 +SHA512 (golang.org_x_mod_@v_v0.1.0.mod) = 4e955424df3c1cce0b716fc518eed10196feb34ec718c1fe537350ce99efd0676276c2000feca6faaa6f3db8ce626e2d330f700fa43a10c73120dd13f5f1a764 +Size (golang.org_x_mod_@v_v0.1.0.mod) = 97 bytes +BLAKE2s (golang.org_x_mod_@v_v0.1.0.zip) = da0a990787077f0d672ca7dfaf9b7abfe40ef61942599a7a7317bb3c2adaf6ae +SHA512 (golang.org_x_mod_@v_v0.1.0.zip) = d0242e65d3d02b71706afe823cc1251dc914c0fb41147f7b2c7cc3e252b709f92300fdd13a8d22b1acf91252a95a2226b1637be46317c3b3a76f9c2c6b147342 +Size (golang.org_x_mod_@v_v0.1.0.zip) = 71446 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20180218175443-cbe0f9307d01.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20180218175443-cbe0f9307d01.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20180218175443-cbe0f9307d01.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20180724234803-3673e40ba225.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20180826012351-8a410e7b638d.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20180826012351-8a410e7b638d.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20180826012351-8a410e7b638d.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20181023162649-9b4f9f5ad519.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20181023162649-9b4f9f5ad519.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20181023162649-9b4f9f5ad519.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20181114220301-adae6a3d119a.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20181114220301-adae6a3d119a.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20181114220301-adae6a3d119a.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20181201002055-351d144fa1fc.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20181201002055-351d144fa1fc.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20181201002055-351d144fa1fc.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20181220203305-927f97764cc3.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20181220203305-927f97764cc3.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20181220203305-927f97764cc3.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190108225652-1e06a53dbb7e.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20190108225652-1e06a53dbb7e.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20190108225652-1e06a53dbb7e.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190213061140-3a22650c66bd.mod) = 06a3da5cceea928b7c378db1959b5a336bc8af368619c53d1c102c72f30d4643 +SHA512 (golang.org_x_net_@v_v0.0.0-20190213061140-3a22650c66bd.mod) = d7446d3dd844b97512470f7ff05fce72d099f7800396e2738a54d41796f0f76be07e7aea1f638fee0190c7d8ce65eefc54eebe6917a06d14da04d0c9c8f9891a +Size (golang.org_x_net_@v_v0.0.0-20190213061140-3a22650c66bd.mod) = 24 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190311183353-d8887717615a.mod) = bfa1d10354f85025b70e240f2ae7d4ead1684323fc2a0630b15749db3f85c7b8 +SHA512 (golang.org_x_net_@v_v0.0.0-20190311183353-d8887717615a.mod) = 26b6c92eecd2208967336d4d23f8a71f77f9a73643ad1e5cd84dee36b2f626fffc806e4dd33acc284831a0961e2b363d898a747903235945fbfb665c5b4d5ef2 +Size (golang.org_x_net_@v_v0.0.0-20190311183353-d8887717615a.mod) = 119 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = bfa1d10354f85025b70e240f2ae7d4ead1684323fc2a0630b15749db3f85c7b8 +SHA512 (golang.org_x_net_@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 26b6c92eecd2208967336d4d23f8a71f77f9a73643ad1e5cd84dee36b2f626fffc806e4dd33acc284831a0961e2b363d898a747903235945fbfb665c5b4d5ef2 +Size (golang.org_x_net_@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 119 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190501004415-9ce7a6920f09.mod) = bfa1d10354f85025b70e240f2ae7d4ead1684323fc2a0630b15749db3f85c7b8 +SHA512 (golang.org_x_net_@v_v0.0.0-20190501004415-9ce7a6920f09.mod) = 26b6c92eecd2208967336d4d23f8a71f77f9a73643ad1e5cd84dee36b2f626fffc806e4dd33acc284831a0961e2b363d898a747903235945fbfb665c5b4d5ef2 +Size (golang.org_x_net_@v_v0.0.0-20190501004415-9ce7a6920f09.mod) = 119 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190503192946-f4e77d36d62c.mod) = bfa1d10354f85025b70e240f2ae7d4ead1684323fc2a0630b15749db3f85c7b8 +SHA512 (golang.org_x_net_@v_v0.0.0-20190503192946-f4e77d36d62c.mod) = 26b6c92eecd2208967336d4d23f8a71f77f9a73643ad1e5cd84dee36b2f626fffc806e4dd33acc284831a0961e2b363d898a747903235945fbfb665c5b4d5ef2 +Size (golang.org_x_net_@v_v0.0.0-20190503192946-f4e77d36d62c.mod) = 119 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190603091049-60506f45cf65.mod) = da3527a7dfd84af08f7f2fab3248e837af8dae6d8dfc89e1d10a78adbc19a73f +SHA512 (golang.org_x_net_@v_v0.0.0-20190603091049-60506f45cf65.mod) = 5b9748f38f64301e4895d9d2bc106fc9bd05a29feff5cfb53e248d168af998fd1a501c1a3c27e23af663b283093d2a48393bb0798bea449256d89ae119b225eb +Size (golang.org_x_net_@v_v0.0.0-20190603091049-60506f45cf65.mod) = 172 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 +SHA512 (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 +Size (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 181 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20200202094626-16171245cfb2.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 +SHA512 (golang.org_x_net_@v_v0.0.0-20200202094626-16171245cfb2.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 +Size (golang.org_x_net_@v_v0.0.0-20200202094626-16171245cfb2.mod) = 181 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20200301022130-244492dfa37a.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 +SHA512 (golang.org_x_net_@v_v0.0.0-20200301022130-244492dfa37a.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 +Size (golang.org_x_net_@v_v0.0.0-20200301022130-244492dfa37a.mod) = 181 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20201216054612-986b41b23924.mod) = a2c15b99f803c8fec2304237e4f8b2e0588019bb634ed05eeac951521b68d811 +SHA512 (golang.org_x_net_@v_v0.0.0-20201216054612-986b41b23924.mod) = f8ad754f922057fe78b5497cc77089a5eedc774800b2728a3ccd74cc82d83ba1ff00cc2d28110d5535623b733af7e34616f2fe127e68a936b9551395487ec146 +Size (golang.org_x_net_@v_v0.0.0-20201216054612-986b41b23924.mod) = 179 bytes +BLAKE2s (golang.org_x_net_@v_v0.0.0-20201216054612-986b41b23924.zip) = 678c49a6fe36bed8947f361fafb7798f6cab48be0c404491e07b5e89052f0cf0 +SHA512 (golang.org_x_net_@v_v0.0.0-20201216054612-986b41b23924.zip) = 1b55d167b50ed2c0e35fba56e774d9a2df6ab884f0f576a7a46f5b9daa891c8846ffce7828ee5af1247fd458bc8b9bfc8ca554b9a0f7ca945f73268ea1862a55 +Size (golang.org_x_net_@v_v0.0.0-20201216054612-986b41b23924.zip) = 1583477 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = a34ed92cc3bc83e559661a208ed23ad2cd887a6232c1bd0961cf19178df279a7 +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = 53431e560b5d6a9b50f44997ef6755f71741ccca155767dd954da41f11f53a3e8d01d7e01a2bb9de1fdd551dd2e734cb65e5641cf5de5c9a8a6a25a4894336f5 +Size (golang.org_x_oauth2_@v_v0.0.0-20180821212333-d2e6202438be.mod) = 27 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20190226205417-e64efc72b421.mod) = 43e129eca22b48ca9463ffcac7ff3006988c8eb335cadba7b97fa8e69e2f0956 +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20190226205417-e64efc72b421.mod) = 9e91ec99aeb8b639d63fde3cc38f750d0a29d4a05864595beec0de0667ef9193007d89cb899b1d5ba44f0675121b2cff1e09b86bad4331378a66e15ef2f4e26b +Size (golang.org_x_oauth2_@v_v0.0.0-20190226205417-e64efc72b421.mod) = 233 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20190604053449-0f29369cfe45.mod) = 43e129eca22b48ca9463ffcac7ff3006988c8eb335cadba7b97fa8e69e2f0956 +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20190604053449-0f29369cfe45.mod) = 9e91ec99aeb8b639d63fde3cc38f750d0a29d4a05864595beec0de0667ef9193007d89cb899b1d5ba44f0675121b2cff1e09b86bad4331378a66e15ef2f4e26b +Size (golang.org_x_oauth2_@v_v0.0.0-20190604053449-0f29369cfe45.mod) = 233 bytes +BLAKE2s (golang.org_x_oauth2_@v_v0.0.0-20190604053449-0f29369cfe45.zip) = 64294b63139c3599f78f1e0970c22801293af169e249c345b36db71da75b6dc1 +SHA512 (golang.org_x_oauth2_@v_v0.0.0-20190604053449-0f29369cfe45.zip) = 62b95055b08c73a87c7ef69b2984eefd061e3f7d71eab8e05ce82a4ab1be2ce200aae7929da77a9ec49051b7c73bcc948fa4ee782afdfb8d74dc2d206636313b +Size (golang.org_x_oauth2_@v_v0.0.0-20190604053449-0f29369cfe45.zip) = 81912 bytes +BLAKE2s (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede +SHA512 (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0 +Size (golang.org_x_sync_@v_v0.0.0-20180314180146-1d60e4601c6f.mod) = 25 bytes +BLAKE2s (golang.org_x_sync_@v_v0.0.0-20181108010431-42b317875d0f.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede +SHA512 (golang.org_x_sync_@v_v0.0.0-20181108010431-42b317875d0f.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0 +Size (golang.org_x_sync_@v_v0.0.0-20181108010431-42b317875d0f.mod) = 25 bytes +BLAKE2s (golang.org_x_sync_@v_v0.0.0-20181221193216-37e7f081c4d4.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede +SHA512 (golang.org_x_sync_@v_v0.0.0-20181221193216-37e7f081c4d4.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0 +Size (golang.org_x_sync_@v_v0.0.0-20181221193216-37e7f081c4d4.mod) = 25 bytes +BLAKE2s (golang.org_x_sync_@v_v0.0.0-20190227155943-e225da77a7e6.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede +SHA512 (golang.org_x_sync_@v_v0.0.0-20190227155943-e225da77a7e6.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0 +Size (golang.org_x_sync_@v_v0.0.0-20190227155943-e225da77a7e6.mod) = 25 bytes +BLAKE2s (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede +SHA512 (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0 +Size (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.mod) = 25 bytes +BLAKE2s (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.zip) = e439087a1d28b0a035b4127c7056b03bd365f38aa5ea1c4680b4a802af512491 +SHA512 (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.zip) = 5a9db9d294b5f2121f3de994da38161f013a0512ad64aaf51f1c7a94b7cdb1ec4102f7c457d29f9bde209e8c254f6ad034c294af3649dbd10d5349c05874f74c +Size (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.zip) = 25620 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20180823144017-11551d06cbcc.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 +SHA512 (golang.org_x_sys_@v_v0.0.0-20180823144017-11551d06cbcc.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c +Size (golang.org_x_sys_@v_v0.0.0-20180823144017-11551d06cbcc.mod) = 24 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20180830151530-49385e6e1522.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 +SHA512 (golang.org_x_sys_@v_v0.0.0-20180830151530-49385e6e1522.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c +Size (golang.org_x_sys_@v_v0.0.0-20180830151530-49385e6e1522.mod) = 24 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20180905080454-ebe1bf3edb33.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 +SHA512 (golang.org_x_sys_@v_v0.0.0-20180905080454-ebe1bf3edb33.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c +Size (golang.org_x_sys_@v_v0.0.0-20180905080454-ebe1bf3edb33.mod) = 24 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20181026203630-95b1ffbd15a5.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 +SHA512 (golang.org_x_sys_@v_v0.0.0-20181026203630-95b1ffbd15a5.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c +Size (golang.org_x_sys_@v_v0.0.0-20181026203630-95b1ffbd15a5.mod) = 24 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20181107165924-66b7b1311ac8.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 +SHA512 (golang.org_x_sys_@v_v0.0.0-20181107165924-66b7b1311ac8.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c +Size (golang.org_x_sys_@v_v0.0.0-20181107165924-66b7b1311ac8.mod) = 24 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20181116152217-5ac8a444bdc5.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 +SHA512 (golang.org_x_sys_@v_v0.0.0-20181116152217-5ac8a444bdc5.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c +Size (golang.org_x_sys_@v_v0.0.0-20181116152217-5ac8a444bdc5.mod) = 24 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 +SHA512 (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c +Size (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = 24 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190312061237-fead79001313.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20190312061237-fead79001313.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20190312061237-fead79001313.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190412213103-97732733099d.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20190412213103-97732733099d.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20190412213103-97732733099d.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190502145724-3ef323f4f1fd.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20190502145724-3ef323f4f1fd.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20190502145724-3ef323f4f1fd.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190507160741-ecd444e8653b.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20190507160741-ecd444e8653b.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20190507160741-ecd444e8653b.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190606165138-5da285871e9c.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20190606165138-5da285871e9c.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20190606165138-5da285871e9c.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190624142023-c5567b49c5d0.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20190624142023-c5567b49c5d0.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20190624142023-c5567b49c5d0.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20191005200804-aed5e4c7ecf9.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20191005200804-aed5e4c7ecf9.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20191005200804-aed5e4c7ecf9.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20201119102817-f84b799fce68.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20201119102817-f84b799fce68.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20201119102817-f84b799fce68.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210223095934-7937bea0104d.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210223095934-7937bea0104d.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210223095934-7937bea0104d.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210309040221-94ec62e08169.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20210309040221-94ec62e08169.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20210309040221-94ec62e08169.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210525143221-35b2ab0089ea.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210525143221-35b2ab0089ea.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210525143221-35b2ab0089ea.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210525143221-35b2ab0089ea.zip) = 88d04568bf7169b1f02530b9c9306d9e821bc23951baed13acd9f509d850aa65 +SHA512 (golang.org_x_sys_@v_v0.0.0-20210525143221-35b2ab0089ea.zip) = 1adde2a9704e49c4ceda9606fdf342603a2f8a6a3b17f9e792b2f8ad88e29b19827839e5dd70d5812cf18902b83c2e7e48086c5b06617baf580b64dfb78b56df +Size (golang.org_x_sys_@v_v0.0.0-20210525143221-35b2ab0089ea.zip) = 1639085 bytes +BLAKE2s (golang.org_x_term_@v_v0.0.0-20201117132131-f5c789dd3221.mod) = 0a32d00151354859e24fdecb7fb62150e9f21a188e5e5504c850158516d3280b +SHA512 (golang.org_x_term_@v_v0.0.0-20201117132131-f5c789dd3221.mod) = 3295d1778ba3160c8360d99fbc648bbb4356fadd7947466f8b2f493a3c4c406515033268cf3525bdf50430b0cc31169838b5d3223842c7b1cd881e155744506e +Size (golang.org_x_term_@v_v0.0.0-20201117132131-f5c789dd3221.mod) = 95 bytes +BLAKE2s (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.mod) = ea6d2006c1c11da8c2174212a63865a04dec1775f98210c17f3a0cb8d4a1a80f +SHA512 (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.mod) = a3401e3d20dc1aaaebbf3c296a783668003f2182ed77ec830431f97339e07eda1859fe8c3c7fdfb0125b3ed331d23208519df520f86e20c1a05c822b3d766b08 +Size (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.mod) = 95 bytes +BLAKE2s (golang.org_x_term_@v_v0.0.0-20201210144234-2321bbc49cbf.mod) = ea6d2006c1c11da8c2174212a63865a04dec1775f98210c17f3a0cb8d4a1a80f +SHA512 (golang.org_x_term_@v_v0.0.0-20201210144234-2321bbc49cbf.mod) = a3401e3d20dc1aaaebbf3c296a783668003f2182ed77ec830431f97339e07eda1859fe8c3c7fdfb0125b3ed331d23208519df520f86e20c1a05c822b3d766b08 +Size (golang.org_x_term_@v_v0.0.0-20201210144234-2321bbc49cbf.mod) = 95 bytes +BLAKE2s (golang.org_x_term_@v_v0.0.0-20210220032956-6a3ed077a48d.mod) = ea6d2006c1c11da8c2174212a63865a04dec1775f98210c17f3a0cb8d4a1a80f +SHA512 (golang.org_x_term_@v_v0.0.0-20210220032956-6a3ed077a48d.mod) = a3401e3d20dc1aaaebbf3c296a783668003f2182ed77ec830431f97339e07eda1859fe8c3c7fdfb0125b3ed331d23208519df520f86e20c1a05c822b3d766b08 +Size (golang.org_x_term_@v_v0.0.0-20210220032956-6a3ed077a48d.mod) = 95 bytes +BLAKE2s (golang.org_x_term_@v_v0.0.0-20210503060354-a79de5458b56.mod) = d9278ca4b98e3fa66b674b3ddbb63f68135a5f3b135194a19f2b0c9a2ac78901 +SHA512 (golang.org_x_term_@v_v0.0.0-20210503060354-a79de5458b56.mod) = e9ea2b640f798292d676ee885d9390a0d39e97209bd1f361eb110acbaebcfc36dfa49140770fdd5d768daa4d7cf1554cfdfaa19864ee078825c84401a5a09658 +Size (golang.org_x_term_@v_v0.0.0-20210503060354-a79de5458b56.mod) = 95 bytes +BLAKE2s (golang.org_x_term_@v_v0.0.0-20210503060354-a79de5458b56.zip) = d5403d6f02421f53ce40ba33a1a91fb529cd58a84d133a784279d083d5cea25c +SHA512 (golang.org_x_term_@v_v0.0.0-20210503060354-a79de5458b56.zip) = 71948fb5bb4e2802e3dbc1bbea9cef38a11f07719c357cbf519c62d85cd49a544e36c64f6a1193a329d29f19006dd753de986644338a9b01ac21c5d5fbd0269d +Size (golang.org_x_term_@v_v0.0.0-20210503060354-a79de5458b56.zip) = 21403 bytes +BLAKE2s (golang.org_x_text_@v_v0.3.0.mod) = 080036087ec663fb318320442bf68fad98da28e3ea33a1e5a3acf697a0527460 +SHA512 (golang.org_x_text_@v_v0.3.0.mod) = ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d +Size (golang.org_x_text_@v_v0.3.0.mod) = 25 bytes +BLAKE2s (golang.org_x_text_@v_v0.3.1-0.20180807135948-17ff2d5776d2.mod) = 080036087ec663fb318320442bf68fad98da28e3ea33a1e5a3acf697a0527460 +SHA512 (golang.org_x_text_@v_v0.3.1-0.20180807135948-17ff2d5776d2.mod) = ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d +Size (golang.org_x_text_@v_v0.3.1-0.20180807135948-17ff2d5776d2.mod) = 25 bytes +BLAKE2s (golang.org_x_text_@v_v0.3.2.mod) = 07d2863fe6038111835d844c3471d58e9d81a10cdc533b8de7d5ae98f54af0c2 +SHA512 (golang.org_x_text_@v_v0.3.2.mod) = d9361afb453b10c9d02787568ec33ea4c97a115899c6b3d1a1246547a749244e9218475ae5ae9f741d9b355260d2d3c33852673e805fcdd5f26f3ca40f035884 +Size (golang.org_x_text_@v_v0.3.2.mod) = 88 bytes +BLAKE2s (golang.org_x_text_@v_v0.3.3.mod) = 70f5179544ccad4f13f0825e55a41b11a7dd38266aada468eb391ab115a3458e +SHA512 (golang.org_x_text_@v_v0.3.3.mod) = f3f68808ccf5223453f765f59db1ef551b2130069eb83518878961c2d4a2044f9049f8d49df6e67699fcd2645cf90b84d35626590b2cfbca302fcf0eac76dc8b +Size (golang.org_x_text_@v_v0.3.3.mod) = 97 bytes +BLAKE2s (golang.org_x_text_@v_v0.3.5.mod) = 70f5179544ccad4f13f0825e55a41b11a7dd38266aada468eb391ab115a3458e +SHA512 (golang.org_x_text_@v_v0.3.5.mod) = f3f68808ccf5223453f765f59db1ef551b2130069eb83518878961c2d4a2044f9049f8d49df6e67699fcd2645cf90b84d35626590b2cfbca302fcf0eac76dc8b +Size (golang.org_x_text_@v_v0.3.5.mod) = 97 bytes +BLAKE2s (golang.org_x_text_@v_v0.3.6.mod) = 70f5179544ccad4f13f0825e55a41b11a7dd38266aada468eb391ab115a3458e +SHA512 (golang.org_x_text_@v_v0.3.6.mod) = f3f68808ccf5223453f765f59db1ef551b2130069eb83518878961c2d4a2044f9049f8d49df6e67699fcd2645cf90b84d35626590b2cfbca302fcf0eac76dc8b +Size (golang.org_x_text_@v_v0.3.6.mod) = 97 bytes +BLAKE2s (golang.org_x_text_@v_v0.3.6.zip) = 69be66dc29ab6f4991a241f3c3fb8636bdfe4e41e4da4879f54ed0203f6599e1 +SHA512 (golang.org_x_text_@v_v0.3.6.zip) = 494d58f2bc02819ec24d8e55f668a06694568e63bc4b41064a7e44aefcb2778c74983fc9126b50277845da8e6739e83fc1334aed989981e8e53b869878803d17 +Size (golang.org_x_text_@v_v0.3.6.zip) = 8610726 bytes +BLAKE2s (golang.org_x_time_@v_v0.0.0-20181108054448-85acf8d2951c.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 +SHA512 (golang.org_x_time_@v_v0.0.0-20181108054448-85acf8d2951c.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 +Size (golang.org_x_time_@v_v0.0.0-20181108054448-85acf8d2951c.mod) = 25 bytes +BLAKE2s (golang.org_x_time_@v_v0.0.0-20190308202827-9d24e82272b4.mod) = f8a17647799023d32e6a0af341ba3fc6e74004a882f89f943385a363c1b64af4 +SHA512 (golang.org_x_time_@v_v0.0.0-20190308202827-9d24e82272b4.mod) = 6e51811c33b84ddd4a7548013579204266e466bd2e87aa9b6e34892570aa09c607ffa806f8a420474e26ca0e277ab23c81bb07b0ebf2c3b6ed193014c1bc37a7 +Size (golang.org_x_time_@v_v0.0.0-20190308202827-9d24e82272b4.mod) = 25 bytes +BLAKE2s (golang.org_x_time_@v_v0.0.0-20190308202827-9d24e82272b4.zip) = 370194f938f4130ce95e03cdcd8045b86ec338c12e28a3cafb48ad5155886c3c +SHA512 (golang.org_x_time_@v_v0.0.0-20190308202827-9d24e82272b4.zip) = ccd129fd4ce8e4067d0ad4b164cd8c4fb7ba65d5022bb656dfdb50dd2d467152bb83760f3d94c465b6d4c29c29931c8be6c697e1634ccbab4eb3a53edca7dc4a +Size (golang.org_x_time_@v_v0.0.0-20190308202827-9d24e82272b4.zip) = 11671 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20180221164845-07fd8470d635.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca +SHA512 (golang.org_x_tools_@v_v0.0.0-20180221164845-07fd8470d635.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 +Size (golang.org_x_tools_@v_v0.0.0-20180221164845-07fd8470d635.mod) = 26 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca +SHA512 (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 +Size (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 26 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190114222345-bf090417da8b.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca +SHA512 (golang.org_x_tools_@v_v0.0.0-20190114222345-bf090417da8b.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 +Size (golang.org_x_tools_@v_v0.0.0-20190114222345-bf090417da8b.mod) = 26 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190226205152-f727befe758c.mod) = 4ac0850562a6be6a6e51e6d1ca5fe35967a4545df43ef2c7687eb5bd0116b303 +SHA512 (golang.org_x_tools_@v_v0.0.0-20190226205152-f727befe758c.mod) = 8b68acbca48744320e64a70a983a471e9e2fc2249562064b10256269033473fd50264b6544646227fb666f075c4f266df1835ca3f88ee679bb97d34bf62bd195 +Size (golang.org_x_tools_@v_v0.0.0-20190226205152-f727befe758c.mod) = 194 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190311212946-11955173bddd.mod) = c71bed293703a9320b7abaef0e5154f8163ccf3dfdd51cd21a27d3fcdaf93a6d +SHA512 (golang.org_x_tools_@v_v0.0.0-20190311212946-11955173bddd.mod) = 18ae9b2f54109b4ec5cdea433ee0e3b7006e4d5ea57022d6e8151d4d364735a6b55cf7b5eb2f43b602ec786b2b6819ad78dfc33151ee1a63a0b1199f54ce34a1 +Size (golang.org_x_tools_@v_v0.0.0-20190311212946-11955173bddd.mod) = 87 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190312151545-0bb0c0a6e846.mod) = c71bed293703a9320b7abaef0e5154f8163ccf3dfdd51cd21a27d3fcdaf93a6d +SHA512 (golang.org_x_tools_@v_v0.0.0-20190312151545-0bb0c0a6e846.mod) = 18ae9b2f54109b4ec5cdea433ee0e3b7006e4d5ea57022d6e8151d4d364735a6b55cf7b5eb2f43b602ec786b2b6819ad78dfc33151ee1a63a0b1199f54ce34a1 +Size (golang.org_x_tools_@v_v0.0.0-20190312151545-0bb0c0a6e846.mod) = 87 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190312170243-e65039ee4138.mod) = c71bed293703a9320b7abaef0e5154f8163ccf3dfdd51cd21a27d3fcdaf93a6d +SHA512 (golang.org_x_tools_@v_v0.0.0-20190312170243-e65039ee4138.mod) = 18ae9b2f54109b4ec5cdea433ee0e3b7006e4d5ea57022d6e8151d4d364735a6b55cf7b5eb2f43b602ec786b2b6819ad78dfc33151ee1a63a0b1199f54ce34a1 +Size (golang.org_x_tools_@v_v0.0.0-20190312170243-e65039ee4138.mod) = 87 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190328211700-ab21143f2384.mod) = c71bed293703a9320b7abaef0e5154f8163ccf3dfdd51cd21a27d3fcdaf93a6d +SHA512 (golang.org_x_tools_@v_v0.0.0-20190328211700-ab21143f2384.mod) = 18ae9b2f54109b4ec5cdea433ee0e3b7006e4d5ea57022d6e8151d4d364735a6b55cf7b5eb2f43b602ec786b2b6819ad78dfc33151ee1a63a0b1199f54ce34a1 +Size (golang.org_x_tools_@v_v0.0.0-20190328211700-ab21143f2384.mod) = 87 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190425150028-36563e24a262.mod) = 9e5e2308a8977731db5747330793edbb4923edf7ed9cde86697a542bac23e87b +SHA512 (golang.org_x_tools_@v_v0.0.0-20190425150028-36563e24a262.mod) = e9c7b67e28905435e1420333a531e6c0a8f025dc3023f22e5067d5395c8d081bd7993ceeb6ae08c4cd2d1f13aa0f46274a8788e1be085e4b12eaef785f3d7213 +Size (golang.org_x_tools_@v_v0.0.0-20190425150028-36563e24a262.mod) = 146 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190506145303-2d16b83fe98c.mod) = 9e5e2308a8977731db5747330793edbb4923edf7ed9cde86697a542bac23e87b +SHA512 (golang.org_x_tools_@v_v0.0.0-20190506145303-2d16b83fe98c.mod) = e9c7b67e28905435e1420333a531e6c0a8f025dc3023f22e5067d5395c8d081bd7993ceeb6ae08c4cd2d1f13aa0f46274a8788e1be085e4b12eaef785f3d7213 +Size (golang.org_x_tools_@v_v0.0.0-20190506145303-2d16b83fe98c.mod) = 146 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190606124116-d0a3d012864b.mod) = 2fa751ee2e1bffc6d72c00acef98d5873692672d356f78e16a056dd86232a784 +SHA512 (golang.org_x_tools_@v_v0.0.0-20190606124116-d0a3d012864b.mod) = 5823f6ea0fb08243f243a9577cd31397999bb387c8e29312304ca2dd0e73391cad60891a2a1181ac5fb665c1b01824933c295289a5d4cd580fc77f1bd828955b +Size (golang.org_x_tools_@v_v0.0.0-20190606124116-d0a3d012864b.mod) = 155 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190621195816-6e04913cbbac.mod) = 2fa751ee2e1bffc6d72c00acef98d5873692672d356f78e16a056dd86232a784 +SHA512 (golang.org_x_tools_@v_v0.0.0-20190621195816-6e04913cbbac.mod) = 5823f6ea0fb08243f243a9577cd31397999bb387c8e29312304ca2dd0e73391cad60891a2a1181ac5fb665c1b01824933c295289a5d4cd580fc77f1bd828955b +Size (golang.org_x_tools_@v_v0.0.0-20190621195816-6e04913cbbac.mod) = 155 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190628153133-6cdbf07be9d0.mod) = 2fa751ee2e1bffc6d72c00acef98d5873692672d356f78e16a056dd86232a784 +SHA512 (golang.org_x_tools_@v_v0.0.0-20190628153133-6cdbf07be9d0.mod) = 5823f6ea0fb08243f243a9577cd31397999bb387c8e29312304ca2dd0e73391cad60891a2a1181ac5fb665c1b01824933c295289a5d4cd580fc77f1bd828955b +Size (golang.org_x_tools_@v_v0.0.0-20190628153133-6cdbf07be9d0.mod) = 155 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190816200558-6889da9d5479.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 +SHA512 (golang.org_x_tools_@v_v0.0.0-20190816200558-6889da9d5479.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 +Size (golang.org_x_tools_@v_v0.0.0-20190816200558-6889da9d5479.mod) = 212 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20190911174233-4f2ddba30aff.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 +SHA512 (golang.org_x_tools_@v_v0.0.0-20190911174233-4f2ddba30aff.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 +Size (golang.org_x_tools_@v_v0.0.0-20190911174233-4f2ddba30aff.mod) = 212 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191012152004-8de300cfc20a.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 +SHA512 (golang.org_x_tools_@v_v0.0.0-20191012152004-8de300cfc20a.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 +Size (golang.org_x_tools_@v_v0.0.0-20191012152004-8de300cfc20a.mod) = 212 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191112195655-aa38f8e97acc.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 +SHA512 (golang.org_x_tools_@v_v0.0.0-20191112195655-aa38f8e97acc.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 +Size (golang.org_x_tools_@v_v0.0.0-20191112195655-aa38f8e97acc.mod) = 212 bytes +BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191112195655-aa38f8e97acc.zip) = 18c2babdb3c65ea5347ae218a3b2df8fd8a1f74d88e11f1c78e70040f94dd3a7 +SHA512 (golang.org_x_tools_@v_v0.0.0-20191112195655-aa38f8e97acc.zip) = d52b3349cd6d0822c0b5254fb2edd7e0a6088ecfaed5b5c116c83584786e0dc81620e3b7f9a65e7894b8977f599122831e5209e7fc19ac4aa67cd308ae5d9bfc +Size (golang.org_x_tools_@v_v0.0.0-20191112195655-aa38f8e97acc.zip) = 2915276 bytes +BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 +SHA512 (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 +Size (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 37 bytes +BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 +SHA512 (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 +Size (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = 37 bytes +BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.zip) = 25da7d14b438716f25c63e7d333e680f6fac6a9c28fb3aef706e0d3ea9a670be +SHA512 (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.zip) = c72b8b73f89624889a2874c1b2445cb82f0e545fccf6a7761a278f3f659eb19f5f1c8585641b8f89f2bcfc3817ad2c0e267751cfeeab949e287e43af5df57e28 +Size (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.zip) = 22282 bytes +BLAKE2s (google.golang.org_api_@v_v0.13.0.mod) = c7521f17396d5dd76066facbc249d51848eb57e93651afcc36b3dc19e548b718 +SHA512 (google.golang.org_api_@v_v0.13.0.mod) = bd693c28b65c1b369f89a6b1926a127c91df98feb137ab5595bf141c1a67e3adcf25f79b4cbf3e4c44755d45b9f4876dacafbf18afa1e8c09fd89a8f9d0e9330 +Size (google.golang.org_api_@v_v0.13.0.mod) = 851 bytes +BLAKE2s (google.golang.org_api_@v_v0.13.0.zip) = c069ec9359681cbac03c33ee2e1469af12387ee3899d72f9b5c06ea1d2aab409 +SHA512 (google.golang.org_api_@v_v0.13.0.zip) = a2eb6f10e397f08400d78d903f9fa0e659859c05a90a38c9eec4875af9a6d3bd079bf1f81a5e212c6177cac6a1261cf7f1434d045eca843a5db673eff7518528 +Size (google.golang.org_api_@v_v0.13.0.zip) = 13472820 bytes +BLAKE2s (google.golang.org_api_@v_v0.4.0.mod) = b09bc3500d5534593f2d553888376b639a273968192020dc73458f08163a4914 +SHA512 (google.golang.org_api_@v_v0.4.0.mod) = 9fa566a26f8345a101dc94986755468b4782d78689d5a163aa5b960b507d4a0e8e435a8ce84073e07187745a156e2c9f586136895db2f08cfc4cd3329fc1e23a +Size (google.golang.org_api_@v_v0.4.0.mod) = 506 bytes +BLAKE2s (google.golang.org_api_@v_v0.7.0.mod) = 9d314e15569bcab03d00f95d2aedd6ba59df2a08b4a1e48d3c2d8308f24e6252 +SHA512 (google.golang.org_api_@v_v0.7.0.mod) = 617883d94a4de6e07dfd82d046148ccfc5ab4eaf73840a76a9823e5cf03a60b0e0b4f1b62712620de28895d013f01bcd39477cb87bfb94524a634be8818c268c +Size (google.golang.org_api_@v_v0.7.0.mod) = 802 bytes +BLAKE2s (google.golang.org_api_@v_v0.8.0.mod) = 5092b333be5e03a146afb4ddf6dac0e9c88497c31847e0591071a991e110dfbb +SHA512 (google.golang.org_api_@v_v0.8.0.mod) = 37c90eac881c258cb947f9507ae97466b355df015f64ef2d3ecbcbc154216623676340a000362e8229f3e842e68818a73ae64b5f63e3e1820cbff7b1e7b6d89e +Size (google.golang.org_api_@v_v0.8.0.mod) = 850 bytes +BLAKE2s (google.golang.org_api_@v_v0.9.0.mod) = 5092b333be5e03a146afb4ddf6dac0e9c88497c31847e0591071a991e110dfbb +SHA512 (google.golang.org_api_@v_v0.9.0.mod) = 37c90eac881c258cb947f9507ae97466b355df015f64ef2d3ecbcbc154216623676340a000362e8229f3e842e68818a73ae64b5f63e3e1820cbff7b1e7b6d89e +Size (google.golang.org_api_@v_v0.9.0.mod) = 850 bytes +BLAKE2s (google.golang.org_appengine_@v_v1.1.0.mod) = 42179e74f55e4f2fe5b1e9a15442aab87904e7eb61ab6ec4aa72291ce4cb8748 +SHA512 (google.golang.org_appengine_@v_v1.1.0.mod) = 6644c398d639794470e49cad4402d17765422934915b5a13e13e1f84d8890cc8fad9e6ea8c580d114aefea70d894242e05ce3a432ee596f772b98b6b73069fe2 +Size (google.golang.org_appengine_@v_v1.1.0.mod) = 35 bytes +BLAKE2s (google.golang.org_appengine_@v_v1.4.0.mod) = d179649160e999001994821b8608aa5f45c589e34bffd4dedf153b703a030778 +SHA512 (google.golang.org_appengine_@v_v1.4.0.mod) = 60fb2454326103e4905f79f23a25320cb2c0035b7a0e3c228af845ed7dae23014efb81685f29805303edf277e8b1a2d9a7530b8f3a1a8e57caa1a85edeb52475 +Size (google.golang.org_appengine_@v_v1.4.0.mod) = 162 bytes +BLAKE2s (google.golang.org_appengine_@v_v1.5.0.mod) = d179649160e999001994821b8608aa5f45c589e34bffd4dedf153b703a030778 +SHA512 (google.golang.org_appengine_@v_v1.5.0.mod) = 60fb2454326103e4905f79f23a25320cb2c0035b7a0e3c228af845ed7dae23014efb81685f29805303edf277e8b1a2d9a7530b8f3a1a8e57caa1a85edeb52475 +Size (google.golang.org_appengine_@v_v1.5.0.mod) = 162 bytes +BLAKE2s (google.golang.org_appengine_@v_v1.6.1.mod) = afdf6781d70a4d488c6ea6eb02df5f8cbacfc44a4410f749acba3c425d0c5978 +SHA512 (google.golang.org_appengine_@v_v1.6.1.mod) = e3c391dfcc5f14fdc5430d7a1d239d4ebec89399b17851e4d7643b8c0c70077aaec3a1bc1a8dd5e3320d8bc6e1562a26e3fe1121d75ce578f37f5d2e84a4ddf6 +Size (google.golang.org_appengine_@v_v1.6.1.mod) = 362 bytes +BLAKE2s (google.golang.org_appengine_@v_v1.6.1.zip) = 48f141d6e1b0106e0e289622f8700a4dbbd00f8f52c86b171877e1c197883252 +SHA512 (google.golang.org_appengine_@v_v1.6.1.zip) = 36a2b9842757e17959c520fe02243502017b8a074da8105763de86ba14c61659f49b3bb8b1eaf8b7c93f2ed297889a26dd43f3f87a139e205390cebb36f2e446 +Size (google.golang.org_appengine_@v_v1.6.1.zip) = 418135 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 5d32a076d2f3ba0cb87ebb31ad88c461f4fdc0073983438b3843612169eaa918 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 1c29af2b4f8b54234f09dfbfad120b4b11d4fe67e9578b0553412f1587cac2fa2bfe5537fbf15e6d52dcb04332413231c250c3c460b04e64326d2eaed3102464 +Size (google.golang.org_genproto_@v_v0.0.0-20180817151627-c66870c02cf8.mod) = 34 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190307195333-5fe7a883aa19.mod) = 9ebbc5d53829565cbf0e28ccc39cb4efad2f1fca01a6f79fd03b480ebf7a3bb5 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20190307195333-5fe7a883aa19.mod) = 37a99611220df08ac5f15ed6f718f37a35523f5cef392b7b7da86b0eaf05e4fa5e52aceb42a6b6ddf6924b1f7cc151876d2e532c83dd2edbcca7c41b9191c427 +Size (google.golang.org_genproto_@v_v0.0.0-20190307195333-5fe7a883aa19.mod) = 450 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190418145605-e7d98fc518a7.mod) = 9ebbc5d53829565cbf0e28ccc39cb4efad2f1fca01a6f79fd03b480ebf7a3bb5 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20190418145605-e7d98fc518a7.mod) = 37a99611220df08ac5f15ed6f718f37a35523f5cef392b7b7da86b0eaf05e4fa5e52aceb42a6b6ddf6924b1f7cc151876d2e532c83dd2edbcca7c41b9191c427 +Size (google.golang.org_genproto_@v_v0.0.0-20190418145605-e7d98fc518a7.mod) = 450 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190425155659-357c62f0e4bb.mod) = 9ebbc5d53829565cbf0e28ccc39cb4efad2f1fca01a6f79fd03b480ebf7a3bb5 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20190425155659-357c62f0e4bb.mod) = 37a99611220df08ac5f15ed6f718f37a35523f5cef392b7b7da86b0eaf05e4fa5e52aceb42a6b6ddf6924b1f7cc151876d2e532c83dd2edbcca7c41b9191c427 +Size (google.golang.org_genproto_@v_v0.0.0-20190425155659-357c62f0e4bb.mod) = 450 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190502173448-54afdca5d873.mod) = 9ebbc5d53829565cbf0e28ccc39cb4efad2f1fca01a6f79fd03b480ebf7a3bb5 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20190502173448-54afdca5d873.mod) = 37a99611220df08ac5f15ed6f718f37a35523f5cef392b7b7da86b0eaf05e4fa5e52aceb42a6b6ddf6924b1f7cc151876d2e532c83dd2edbcca7c41b9191c427 +Size (google.golang.org_genproto_@v_v0.0.0-20190502173448-54afdca5d873.mod) = 450 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190801165951-fa694d86fc64.mod) = c93fe4aed91dcafd57851e72debaa8d63ce8b89c8687bf34f307b951e6bdcb31 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20190801165951-fa694d86fc64.mod) = 9f22a11a1d639cc7a465b6e826c2bc3915fe0ac847159a38c470f0b1631d6f6b2e0ae0548344f7a8e97161d4c6b80113062c04062b7ab887d7d615c39cbfc2dd +Size (google.golang.org_genproto_@v_v0.0.0-20190801165951-fa694d86fc64.mod) = 331 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190819201941-24fa4b261c55.mod) = c93fe4aed91dcafd57851e72debaa8d63ce8b89c8687bf34f307b951e6bdcb31 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20190819201941-24fa4b261c55.mod) = 9f22a11a1d639cc7a465b6e826c2bc3915fe0ac847159a38c470f0b1631d6f6b2e0ae0548344f7a8e97161d4c6b80113062c04062b7ab887d7d615c39cbfc2dd +Size (google.golang.org_genproto_@v_v0.0.0-20190819201941-24fa4b261c55.mod) = 331 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20190911173649-1774047e7e51.mod) = 912593d3d1004746837bbd182a582dce6ba920ea2581e328b49ad08473cbfe06 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20190911173649-1774047e7e51.mod) = 8d2fe5cf81319645c17ff8be71f966294976889b7aff74a5b234913dc34a1c7ac03548bcc9ed29120ef651705e7dc6da0c2aff892c9262d67d0044fec5685ac3 +Size (google.golang.org_genproto_@v_v0.0.0-20190911173649-1774047e7e51.mod) = 339 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20191108220845-16a3f7862a1a.mod) = 0c2c3c4402a805d9fd44214b29cb15159b46fa83ebb6a74b79145299a0e4b0e3 +SHA512 (google.golang.org_genproto_@v_v0.0.0-20191108220845-16a3f7862a1a.mod) = 1095755ae781f0370bb3dd72fca348c5d6640a4f89b6eddfcdd349f320ae117a4da47e48707f66743fc8dc4067285750d816d178b484dee0d21de0b2d1b129b2 +Size (google.golang.org_genproto_@v_v0.0.0-20191108220845-16a3f7862a1a.mod) = 340 bytes +BLAKE2s (google.golang.org_genproto_@v_v0.0.0-20191108220845-16a3f7862a1a.zip) = a25c58c1756f7676ac13a613e5d0b6b2f82ab4658cebf0b6cca651c44dcbf83d +SHA512 (google.golang.org_genproto_@v_v0.0.0-20191108220845-16a3f7862a1a.zip) = 16d591b6e74550e4e639f6a748fc2a1e13e483783f44f49371741b8eefcb693c9115b6973ce7ce6c2061275c98cbe457e90284b59bebc351d763554809564bdf +Size (google.golang.org_genproto_@v_v0.0.0-20191108220845-16a3f7862a1a.zip) = 7746115 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.19.0.mod) = cc967961f3fd1fffa1db5d6dce978a8ea820babc3e879edff8048c9cde4c6246 +SHA512 (google.golang.org_grpc_@v_v1.19.0.mod) = 38c4f75a0121cecd31b2628da3c3d77aeeb9b2c1974eef2d2d2bb7a3eb507d330debb7f14a724c8910174439b38ab54458096aaf665ea4af87a83f866ca0452e +Size (google.golang.org_grpc_@v_v1.19.0.mod) = 833 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.20.1.mod) = 1b8e7c9a8796dfdf439daf47125ac863f059178118431c25f5e2d317ffea2ad0 +SHA512 (google.golang.org_grpc_@v_v1.20.1.mod) = 585d4cf68b50a70d7967ac3941a7a83b83ed5df1a31773589a38348b6fdf247eb49e7778f7054b78ba1a65eef48d004a815abad932876cb1af2c09deea9c0db8 +Size (google.golang.org_grpc_@v_v1.20.1.mod) = 795 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.21.1.mod) = 05dfd1bd7a700f67041acc61f17540084dba251f64cea1dd1d6153d8da3713be +SHA512 (google.golang.org_grpc_@v_v1.21.1.mod) = f9ab0c8ed5a58799a39f64c63b995badb24d8ba1148c7a1be1e3342d1b0d6a6e334fa2cab16f8e9396907e60386cbccb6495dbbe3ca09440bb878e10e1686d62 +Size (google.golang.org_grpc_@v_v1.21.1.mod) = 828 bytes +BLAKE2s (google.golang.org_grpc_@v_v1.21.1.zip) = 94c4c2e58ef12feabfa1bdc729b7fcddc01ad50e7c00226000e1c3fcaab9531d +SHA512 (google.golang.org_grpc_@v_v1.21.1.zip) = 8cd3c2d502dbf4955b29e3b0bc5439b7c9ea82c0bdbc2749bd378d5dd30eea81631dffb4aa3306ee4633b0c988f45e73103aeb5ef38d6cc63e6622886456fd06 +Size (google.golang.org_grpc_@v_v1.21.1.zip) = 1027160 bytes +BLAKE2s (gopkg.in_alecthomas_kingpin.v2_@v_v2.2.6.mod) = c95c558cfaf82878cb301efa6427840b8919219e207f141fd70ce9d9ecc2ad2d +SHA512 (gopkg.in_alecthomas_kingpin.v2_@v_v2.2.6.mod) = 585188d3a75067e6b7d8a8321959fe7df80c6a19f8668a87f0d1b8687c4d2cefc039167446f6d02f7eeeb147371bc7a673348213bcb07f4d90bebc0ccf9f2015 +Size (gopkg.in_alecthomas_kingpin.v2_@v_v2.2.6.mod) = 38 bytes +BLAKE2s (gopkg.in_alecthomas_kingpin.v2_@v_v2.2.6.zip) = 0670e6930c74d97345288271fdd12e66eb33061311fd65b6356feb12b1d72ffc +SHA512 (gopkg.in_alecthomas_kingpin.v2_@v_v2.2.6.zip) = cdfbb32c7280c5405c4df41f00fa8b4ab2966285898a122a20f3c5f07a9e87095542be12efc09a67e4d90baa1fe51cd41f06733db7617949634409ea20e58dce +Size (gopkg.in_alecthomas_kingpin.v2_@v_v2.2.6.zip) = 59626 bytes +BLAKE2s (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f +SHA512 (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2 +Size (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes +BLAKE2s (gopkg.in_check.v1_@v_v1.0.0-20180628173108-788fd7840127.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f +SHA512 (gopkg.in_check.v1_@v_v1.0.0-20180628173108-788fd7840127.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2 +Size (gopkg.in_check.v1_@v_v1.0.0-20180628173108-788fd7840127.mod) = 25 bytes +BLAKE2s (gopkg.in_check.v1_@v_v1.0.0-20190902080502-41f04d3bba15.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f +SHA512 (gopkg.in_check.v1_@v_v1.0.0-20190902080502-41f04d3bba15.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2 +Size (gopkg.in_check.v1_@v_v1.0.0-20190902080502-41f04d3bba15.mod) = 25 bytes +BLAKE2s (gopkg.in_check.v1_@v_v1.0.0-20190902080502-41f04d3bba15.zip) = 445dba05008439d993e608e95f07443c311082a91f4cbd6efd3f517432299f58 +SHA512 (gopkg.in_check.v1_@v_v1.0.0-20190902080502-41f04d3bba15.zip) = 40a523fc1dcc36677a0dc0e626313d44a308fa2ad5eedf7b616470ae2972dd8f5b78c18384efffa65d58391e60b704ed35db5557a5dce8362ae45204f64b721d +Size (gopkg.in_check.v1_@v_v1.0.0-20190902080502-41f04d3bba15.zip) = 41481 bytes +BLAKE2s (gopkg.in_errgo.v2_@v_v2.1.0.mod) = 299af9dfb84cb83a53d1cdd19f1f74774b59f10986c729065706bc140c2a4232 +SHA512 (gopkg.in_errgo.v2_@v_v2.1.0.mod) = cac59fd7470fc9d3203dab6b9e881d4182cfca5acf0a19207a9aff2964d42f20422f9a164bb52b2fa73c523e3caafd63028189bd4190a1670870154dbf3e8178 +Size (gopkg.in_errgo.v2_@v_v2.1.0.mod) = 133 bytes +BLAKE2s (gopkg.in_errgo.v2_@v_v2.1.0.zip) = 7f088ecb2fb4afd79fa47b841a0a56527214f3ba9e3587683d1a54236feac484 +SHA512 (gopkg.in_errgo.v2_@v_v2.1.0.zip) = 7fbe6eda590414d8c4f6da89d904308acb31b043054fc07d0443f788a405d8545944246842caec4cd9e19b6116359a65617726fb9cb56cd153c916855c32a6ee +Size (gopkg.in_errgo.v2_@v_v2.1.0.zip) = 15087 bytes +BLAKE2s (gopkg.in_ini.v1_@v_v1.51.0.mod) = 2e83c77adb4bf925e003c8af4d6d438ff6ee44c41b30468e4c27c39827e6ec21 +SHA512 (gopkg.in_ini.v1_@v_v1.51.0.mod) = 7650ff592e6f5a0393f794fbdf17a28ad228a2d29ca79685c9ab8d9ec395554f1691b2a0d061e6248cf542f89be4d9a68884f7b24de7c8ddfef9c02cfeedda73 +Size (gopkg.in_ini.v1_@v_v1.51.0.mod) = 23 bytes +BLAKE2s (gopkg.in_ini.v1_@v_v1.62.0.mod) = 2e83c77adb4bf925e003c8af4d6d438ff6ee44c41b30468e4c27c39827e6ec21 +SHA512 (gopkg.in_ini.v1_@v_v1.62.0.mod) = 7650ff592e6f5a0393f794fbdf17a28ad228a2d29ca79685c9ab8d9ec395554f1691b2a0d061e6248cf542f89be4d9a68884f7b24de7c8ddfef9c02cfeedda73 +Size (gopkg.in_ini.v1_@v_v1.62.0.mod) = 23 bytes +BLAKE2s (gopkg.in_ini.v1_@v_v1.62.0.zip) = 4c35c9d2f255599f3abf20de7e52bc8fa407a8f718e43c77d1caee4a861126b1 +SHA512 (gopkg.in_ini.v1_@v_v1.62.0.zip) = b812663ce5f6668da2265890b0ec9fd0531bb128a69fc6cf3546ca9acda71b4db2d8be782f18d81665b060d0418ce6f92bfb69f6dcb89b18b0d5492df4505cb3 +Size (gopkg.in_ini.v1_@v_v1.62.0.zip) = 66745 bytes +BLAKE2s (gopkg.in_resty.v1_@v_v1.12.0.mod) = 89b44dd45b10521e850631e52c8be272758a2acc955aa29d50e80358c2f7aa86 +SHA512 (gopkg.in_resty.v1_@v_v1.12.0.mod) = 84c11a71dfd5f94cbcc79aaa8d387600ea3eec89cdb44bc63e55daad5700dc20aa719ce7a5c960cf97900231bedd118afbd93c408aec449e68ed5d8c5641ff57 +Size (gopkg.in_resty.v1_@v_v1.12.0.mod) = 86 bytes +BLAKE2s (gopkg.in_resty.v1_@v_v1.12.0.zip) = 431ee726f1d1bf96b293ac4392bec0ed3f7abba8c068303a72ecae68a7092efa +SHA512 (gopkg.in_resty.v1_@v_v1.12.0.zip) = 4b72a2b0ad43f1b1fe1c60e0dc51d39ff04b5bf2b9a761fce22c65904961267f4c61d598b2035137cdb1e1dcce9420cb36fe8882f7cade6dbb7adb3e5795f8a9 +Size (gopkg.in_resty.v1_@v_v1.12.0.zip) = 2645616 bytes +BLAKE2s (gopkg.in_yaml.v2_@v_v2.0.0-20170812160011-eb3733d160e7.mod) = 743a72d16e3b337b7887c57e7f775956952e8e951cd911fd8d3959faa0c7fbaa +SHA512 (gopkg.in_yaml.v2_@v_v2.0.0-20170812160011-eb3733d160e7.mod) = 89b481cc62ed7a486990ebfcf65cf7a344e5d189deef680e6ddd82dc93f31d166af05fc27b4a95ea27c33fd3ced1b87d4050d617d52008ca059c4a5d3b6c26a9 +Size (gopkg.in_yaml.v2_@v_v2.0.0-20170812160011-eb3733d160e7.mod) = 24 bytes +BLAKE2s (gopkg.in_yaml.v2_@v_v2.2.1.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 +SHA512 (gopkg.in_yaml.v2_@v_v2.2.1.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 +Size (gopkg.in_yaml.v2_@v_v2.2.1.mod) = 95 bytes +BLAKE2s (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 +SHA512 (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 +Size (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 95 bytes +BLAKE2s (gopkg.in_yaml.v2_@v_v2.2.4.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 +SHA512 (gopkg.in_yaml.v2_@v_v2.2.4.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 +Size (gopkg.in_yaml.v2_@v_v2.2.4.mod) = 95 bytes +BLAKE2s (gopkg.in_yaml.v2_@v_v2.3.0.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 +SHA512 (gopkg.in_yaml.v2_@v_v2.3.0.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 +Size (gopkg.in_yaml.v2_@v_v2.3.0.mod) = 95 bytes +BLAKE2s (gopkg.in_yaml.v2_@v_v2.3.0.zip) = 644b51b25cc18a9c0b94a7081984536e249285037a8b2701e4776daf96657abd +SHA512 (gopkg.in_yaml.v2_@v_v2.3.0.zip) = 2a89b2bce856cc11f3b71edec9e538048acf07f6aabbe27236b663b284c086c5862f086734e58727e9db8912a113fea51f72dad1a45a9e85860764f9c27b19d2 +Size (gopkg.in_yaml.v2_@v_v2.3.0.zip) = 80765 bytes +BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991 +SHA512 (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d +Size (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 95 bytes +BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.0-20200615113413-eeeca48fe776.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991 +SHA512 (gopkg.in_yaml.v3_@v_v3.0.0-20200615113413-eeeca48fe776.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d +Size (gopkg.in_yaml.v3_@v_v3.0.0-20200615113413-eeeca48fe776.mod) = 95 bytes +BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.0-20200615113413-eeeca48fe776.zip) = 500d2f810c92142b9805721ca76976c6c39978a40842d502ab5c9bfc9cfc4863 +SHA512 (gopkg.in_yaml.v3_@v_v3.0.0-20200615113413-eeeca48fe776.zip) = 7870ff82dad193b5087a735324705dc4ae3e29e96eff29ecd5b5e7ec38369aebc87151bb806dbd11b023dada74ff0c9fb4b7f0ed36d8f893f1c715909cb2b994 +Size (gopkg.in_yaml.v3_@v_v3.0.0-20200615113413-eeeca48fe776.zip) = 103453 bytes +BLAKE2s (honnef.co_go_tools_@v_v0.0.0-20190102054323-c2f93a96b099.mod) = 38e66bb2bbbbabd21beff5a5718735267b1611dbdf7da56c7fb6500d6cb784f1 +SHA512 (honnef.co_go_tools_@v_v0.0.0-20190102054323-c2f93a96b099.mod) = d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce +Size (honnef.co_go_tools_@v_v0.0.0-20190102054323-c2f93a96b099.mod) = 26 bytes +BLAKE2s (honnef.co_go_tools_@v_v0.0.0-20190106161140-3f1c8253044a.mod) = 38e66bb2bbbbabd21beff5a5718735267b1611dbdf7da56c7fb6500d6cb784f1 +SHA512 (honnef.co_go_tools_@v_v0.0.0-20190106161140-3f1c8253044a.mod) = d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce +Size (honnef.co_go_tools_@v_v0.0.0-20190106161140-3f1c8253044a.mod) = 26 bytes +BLAKE2s (honnef.co_go_tools_@v_v0.0.0-20190418001031-e561f6794a2a.mod) = 38e66bb2bbbbabd21beff5a5718735267b1611dbdf7da56c7fb6500d6cb784f1 +SHA512 (honnef.co_go_tools_@v_v0.0.0-20190418001031-e561f6794a2a.mod) = d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce +Size (honnef.co_go_tools_@v_v0.0.0-20190418001031-e561f6794a2a.mod) = 26 bytes +BLAKE2s (honnef.co_go_tools_@v_v0.0.1-2019.2.3.mod) = 98c794635efae7dc02265411a4b6bef3ae185a190154b669e17b0cf882321831 +SHA512 (honnef.co_go_tools_@v_v0.0.1-2019.2.3.mod) = 0c8aa788d0c03d6d049f0dd7468d0f81ce2131ccedd5a5a3a18362b7d30eef7ef325277844eefe4b707b1ad71c6f83a44e110b7af7b98e05406d347237a7bafb +Size (honnef.co_go_tools_@v_v0.0.1-2019.2.3.mod) = 300 bytes +BLAKE2s (honnef.co_go_tools_@v_v0.0.1-2019.2.3.zip) = ad7b4b3045ba241152d9e120fbb2bdc5b57fe94076c93f24aadfb2579f66d29c +SHA512 (honnef.co_go_tools_@v_v0.0.1-2019.2.3.zip) = 3285ab90762ee6b771c95e1c842ab308f04ac366ddfa693040c49d8951bb01db33994eb69c2c9dfd6ab2b379b29cbfe31558ca6b6aafe3feea1e693b2a36d0cb +Size (honnef.co_go_tools_@v_v0.0.1-2019.2.3.zip) = 506912 bytes +BLAKE2s (rsc.io_binaryregexp_@v_v0.2.0.mod) = 351240374eb48b99bb43b8b52aa8467662e22b18ebf216f4c123858fe706c2f8 +SHA512 (rsc.io_binaryregexp_@v_v0.2.0.mod) = db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774 +Size (rsc.io_binaryregexp_@v_v0.2.0.mod) = 36 bytes +BLAKE2s (rsc.io_binaryregexp_@v_v0.2.0.zip) = f74aa815bc457db6d76b46843584270f47f909357e3cd21a09a2b152c3315fec +SHA512 (rsc.io_binaryregexp_@v_v0.2.0.zip) = 0a15b90c2a4577cbc298a34f714660e9fdc488b1fb72b33d0ae296cb6f15a691091d5e6d3c801998b9c2b7236b163118577b2816316078d613f74cd803947534 +Size (rsc.io_binaryregexp_@v_v0.2.0.zip) = 450232 bytes diff --git a/net/amfora/go-modules.mk b/net/amfora/go-modules.mk new file mode 100644 index 0000000000000..77027d93f75a1 --- /dev/null +++ b/net/amfora/go-modules.mk @@ -0,0 +1,530 @@ +# $NetBSD: go-modules.mk,v 1.1 2022/05/23 09:18:17 pin Exp $ + +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.26.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.34.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.38.0.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.44.1.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.44.2.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.45.1.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.46.3.mod +GO_MODULE_FILES+= cloud.google.com/go/@v/v0.46.3.zip +GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.0.1.mod +GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.0.1.zip +GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.0.0.mod +GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.0.0.zip +GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.1.0.mod +GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.1.0.zip +GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.0.1.mod +GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.0.1.zip +GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.0.0.mod +GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.0.0.zip +GO_MODULE_FILES+= code.rocketnine.space/tslocum/cbind/@v/v0.1.5.mod +GO_MODULE_FILES+= code.rocketnine.space/tslocum/cbind/@v/v0.1.5.zip +GO_MODULE_FILES+= code.rocketnine.space/tslocum/cview/@v/v1.5.6-0.20210530175404-7e8817f20bdc.mod +GO_MODULE_FILES+= code.rocketnine.space/tslocum/cview/@v/v1.5.6-0.20210530175404-7e8817f20bdc.zip +GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod +GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip +GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v0.3.1.mod +GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v0.3.1.zip +GO_MODULE_FILES+= github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.mod +GO_MODULE_FILES+= github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.zip +GO_MODULE_FILES+= github.com/!one!of!one/xxhash/@v/v1.2.2.mod +GO_MODULE_FILES+= github.com/!one!of!one/xxhash/@v/v1.2.2.zip +GO_MODULE_FILES+= github.com/!puerkito!bio/goquery/@v/v1.5.1.mod +GO_MODULE_FILES+= github.com/!puerkito!bio/goquery/@v/v1.5.1.zip +GO_MODULE_FILES+= github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod +GO_MODULE_FILES+= github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.zip +GO_MODULE_FILES+= github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.mod +GO_MODULE_FILES+= github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.zip +GO_MODULE_FILES+= github.com/andybalholm/cascadia/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/andybalholm/cascadia/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/armon/circbuf/@v/v0.0.0-20150827004946-bbbad097214e.mod +GO_MODULE_FILES+= github.com/armon/circbuf/@v/v0.0.0-20150827004946-bbbad097214e.zip +GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.mod +GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.zip +GO_MODULE_FILES+= github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.mod +GO_MODULE_FILES+= github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.zip +GO_MODULE_FILES+= github.com/atotto/clipboard/@v/v0.1.4.mod +GO_MODULE_FILES+= github.com/atotto/clipboard/@v/v0.1.4.zip +GO_MODULE_FILES+= github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod +GO_MODULE_FILES+= github.com/beorn7/perks/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/beorn7/perks/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/bgentry/speakeasy/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/bgentry/speakeasy/@v/v0.1.0.zip +GO_MODULE_FILES+= github.com/bketelsen/crypt/@v/v0.0.3-0.20200106085610-5cbc8cc4026c.mod +GO_MODULE_FILES+= github.com/bketelsen/crypt/@v/v0.0.3-0.20200106085610-5cbc8cc4026c.zip +GO_MODULE_FILES+= github.com/cespare/xxhash/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/cespare/xxhash/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.mod +GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.zip +GO_MODULE_FILES+= github.com/coreos/bbolt/@v/v1.3.2.mod +GO_MODULE_FILES+= github.com/coreos/bbolt/@v/v1.3.2.zip +GO_MODULE_FILES+= github.com/coreos/etcd/@v/v3.3.13+incompatible.mod +GO_MODULE_FILES+= github.com/coreos/etcd/@v/v3.3.13+incompatible.zip +GO_MODULE_FILES+= github.com/coreos/go-semver/@v/v0.3.0.mod +GO_MODULE_FILES+= github.com/coreos/go-semver/@v/v0.3.0.zip +GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20190321100706-95778dfbb74e.mod +GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20190321100706-95778dfbb74e.zip +GO_MODULE_FILES+= github.com/coreos/pkg/@v/v0.0.0-20180928190104-399ea9e2e55f.mod +GO_MODULE_FILES+= github.com/coreos/pkg/@v/v0.0.0-20180928190104-399ea9e2e55f.zip +GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.0-20190314233015-f79a8a8ca69d.mod +GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.0-20190314233015-f79a8a8ca69d.zip +GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.1.mod +GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.1.zip +GO_MODULE_FILES+= github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.mod +GO_MODULE_FILES+= github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.zip +GO_MODULE_FILES+= github.com/dgryski/go-sip13/@v/v0.0.0-20181026042036-e10d5fee7954.mod +GO_MODULE_FILES+= github.com/dgryski/go-sip13/@v/v0.0.0-20181026042036-e10d5fee7954.zip +GO_MODULE_FILES+= github.com/dustin/go-humanize/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/dustin/go-humanize/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/fatih/color/@v/v1.7.0.mod +GO_MODULE_FILES+= github.com/fatih/color/@v/v1.7.0.zip +GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.7.mod +GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.9.mod +GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.9.zip +GO_MODULE_FILES+= github.com/gdamore/encoding/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/gdamore/encoding/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/gdamore/tcell/v2/@v/v2.2.0.mod +GO_MODULE_FILES+= github.com/gdamore/tcell/v2/@v/v2.3.3.mod +GO_MODULE_FILES+= github.com/gdamore/tcell/v2/@v/v2.3.3.zip +GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.mod +GO_MODULE_FILES+= github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.zip +GO_MODULE_FILES+= github.com/go-kit/kit/@v/v0.8.0.mod +GO_MODULE_FILES+= github.com/go-kit/kit/@v/v0.8.0.zip +GO_MODULE_FILES+= github.com/go-logfmt/logfmt/@v/v0.3.0.mod +GO_MODULE_FILES+= github.com/go-logfmt/logfmt/@v/v0.4.0.mod +GO_MODULE_FILES+= github.com/go-logfmt/logfmt/@v/v0.4.0.zip +GO_MODULE_FILES+= github.com/go-stack/stack/@v/v1.8.0.mod +GO_MODULE_FILES+= github.com/go-stack/stack/@v/v1.8.0.zip +GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.1.1.mod +GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.2.1.mod +GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.2.1.zip +GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod +GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.zip +GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20190129154638-5b532d6fd5ef.mod +GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20190129154638-5b532d6fd5ef.zip +GO_MODULE_FILES+= github.com/golang/mock/@v/v1.1.1.mod +GO_MODULE_FILES+= github.com/golang/mock/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/golang/mock/@v/v1.3.1.mod +GO_MODULE_FILES+= github.com/golang/mock/@v/v1.3.1.zip +GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.1.mod +GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.2.mod +GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.2.zip +GO_MODULE_FILES+= github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod +GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.2.0.mod +GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.0.mod +GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.3.1.mod +GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.0.mod +GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.0.zip +GO_MODULE_FILES+= github.com/google/gofuzz/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/google/gofuzz/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.mod +GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.zip +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20190515194954-54271f7e092f.mod +GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20190515194954-54271f7e092f.zip +GO_MODULE_FILES+= github.com/google/renameio/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/google/renameio/@v/v0.1.0.zip +GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.0.4.mod +GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.0.5.mod +GO_MODULE_FILES+= github.com/googleapis/gax-go/v2/@v/v2.0.5.zip +GO_MODULE_FILES+= github.com/gopherjs/gopherjs/@v/v0.0.0-20181017120253-0766667cb4d1.mod +GO_MODULE_FILES+= github.com/gopherjs/gopherjs/@v/v0.0.0-20181017120253-0766667cb4d1.zip +GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.2.mod +GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.2.zip +GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-prometheus/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-prometheus/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.0.mod +GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.0.zip +GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.1.1.mod +GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.1.1.zip +GO_MODULE_FILES+= github.com/hashicorp/errwrap/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/errwrap/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod +GO_MODULE_FILES+= github.com/hashicorp/go-cleanhttp/@v/v0.5.1.zip +GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-msgpack/@v/v0.5.3.mod +GO_MODULE_FILES+= github.com/hashicorp/go-msgpack/@v/v0.5.3.zip +GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-sockaddr/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/go-sockaddr/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-syslog/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/go-syslog/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/go-uuid/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/go-uuid/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/hashicorp/go-uuid/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/hashicorp/go.net/@v/v0.0.1.mod +GO_MODULE_FILES+= github.com/hashicorp/go.net/@v/v0.0.1.zip +GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.0.mod +GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.1.mod +GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.1.zip +GO_MODULE_FILES+= github.com/hashicorp/hcl/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/hcl/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/logutils/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/logutils/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.1.3.mod +GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.1.3.zip +GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.8.2.mod +GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.8.2.zip +GO_MODULE_FILES+= github.com/jonboulle/clockwork/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/jonboulle/clockwork/@v/v0.1.0.zip +GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.10.mod +GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.10.zip +GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.6.mod +GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod +GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.zip +GO_MODULE_FILES+= github.com/jtolds/gls/@v/v4.20.0+incompatible.mod +GO_MODULE_FILES+= github.com/jtolds/gls/@v/v4.20.0+incompatible.zip +GO_MODULE_FILES+= github.com/julienschmidt/httprouter/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/julienschmidt/httprouter/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/k0kubun/go-ansi/@v/v0.0.0-20180517002512-3bf9e2903213.mod +GO_MODULE_FILES+= github.com/k0kubun/go-ansi/@v/v0.0.0-20180517002512-3bf9e2903213.zip +GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod +GO_MODULE_FILES+= github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.zip +GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.1.0.zip +GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.1.mod +GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.1.zip +GO_MODULE_FILES+= github.com/kr/text/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/kr/text/@v/v0.1.0.zip +GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.0.3.mod +GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.1.mod +GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.1.zip +GO_MODULE_FILES+= github.com/makeworld-the-better-one/go-gemini/@v/v0.12.1.mod +GO_MODULE_FILES+= github.com/makeworld-the-better-one/go-gemini/@v/v0.12.1.zip +GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.0.9.mod +GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.0.9.zip +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.12.mod +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.13.mod +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.13.zip +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.3.mod +GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.10.mod +GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.13.mod +GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.13.zip +GO_MODULE_FILES+= github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.0.14.mod +GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.0.14.zip +GO_MODULE_FILES+= github.com/mitchellh/cli/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/mitchellh/cli/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.mod +GO_MODULE_FILES+= github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.zip +GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/mitchellh/go-testing-interface/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/mitchellh/go-testing-interface/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/mitchellh/gox/@v/v0.4.0.mod +GO_MODULE_FILES+= github.com/mitchellh/gox/@v/v0.4.0.zip +GO_MODULE_FILES+= github.com/mitchellh/iochan/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/mitchellh/iochan/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v0.0.0-20160808181253-ca63d7c062ee.mod +GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.1.2.mod +GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.3.1.mod +GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.3.1.zip +GO_MODULE_FILES+= github.com/mmcdole/gofeed/@v/v1.1.2.mod +GO_MODULE_FILES+= github.com/mmcdole/gofeed/@v/v1.1.2.zip +GO_MODULE_FILES+= github.com/mmcdole/goxpp/@v/v0.0.0-20181012175147-0068e33feabf.mod +GO_MODULE_FILES+= github.com/mmcdole/goxpp/@v/v0.0.0-20181012175147-0068e33feabf.zip +GO_MODULE_FILES+= github.com/modern-go/concurrent/@v/v0.0.0-20180228061459-e0a39a4cb421.mod +GO_MODULE_FILES+= github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod +GO_MODULE_FILES+= github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.zip +GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v0.0.0-20180701023420-4b7aa43c6742.mod +GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v1.0.1.mod +GO_MODULE_FILES+= github.com/modern-go/reflect2/@v/v1.0.1.zip +GO_MODULE_FILES+= github.com/muesli/termenv/@v/v0.9.0.mod +GO_MODULE_FILES+= github.com/muesli/termenv/@v/v0.9.0.zip +GO_MODULE_FILES+= github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod +GO_MODULE_FILES+= github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.zip +GO_MODULE_FILES+= github.com/oklog/ulid/@v/v1.3.1.mod +GO_MODULE_FILES+= github.com/oklog/ulid/@v/v1.3.1.zip +GO_MODULE_FILES+= github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.mod +GO_MODULE_FILES+= github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.zip +GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.8.0.mod +GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.8.0.zip +GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.8.0.mod +GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.8.1.mod +GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.8.1.zip +GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/posener/complete/@v/v1.1.1.mod +GO_MODULE_FILES+= github.com/posener/complete/@v/v1.1.1.zip +GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.1.mod +GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.3.mod +GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.3.zip +GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod +GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.mod +GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.zip +GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.0.0-20181113130724-41aa239b4cce.mod +GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.4.0.mod +GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.4.0.zip +GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod +GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20190507164030-5867b95ac084.mod +GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20190507164030-5867b95ac084.zip +GO_MODULE_FILES+= github.com/prometheus/tsdb/@v/v0.7.1.mod +GO_MODULE_FILES+= github.com/prometheus/tsdb/@v/v0.7.1.zip +GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.2.0.mod +GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.2.0.zip +GO_MODULE_FILES+= github.com/rkoesters/xdg/@v/v0.0.0-20181125232953-edd15b846f9b.mod +GO_MODULE_FILES+= github.com/rkoesters/xdg/@v/v0.0.0-20181125232953-edd15b846f9b.zip +GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v0.0.0-20150106093220-6724a57986af.mod +GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v0.0.0-20150106093220-6724a57986af.zip +GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.3.0.mod +GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.3.0.zip +GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.0.1.mod +GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.0.1.zip +GO_MODULE_FILES+= github.com/ryanuber/columnize/@v/v0.0.0-20160712163229-9b3edd62028f.mod +GO_MODULE_FILES+= github.com/ryanuber/columnize/@v/v0.0.0-20160712163229-9b3edd62028f.zip +GO_MODULE_FILES+= github.com/schollz/progressbar/v3/@v/v3.8.0.mod +GO_MODULE_FILES+= github.com/schollz/progressbar/v3/@v/v3.8.0.zip +GO_MODULE_FILES+= github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.mod +GO_MODULE_FILES+= github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.zip +GO_MODULE_FILES+= github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.zip +GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v0.0.0-20180927180507-b2de0cb4f26d.mod +GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v0.0.0-20180927180507-b2de0cb4f26d.zip +GO_MODULE_FILES+= github.com/smartystreets/goconvey/@v/v1.6.4.mod +GO_MODULE_FILES+= github.com/smartystreets/goconvey/@v/v1.6.4.zip +GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.4.mod +GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.4.zip +GO_MODULE_FILES+= github.com/spaolacci/murmur3/@v/v0.0.0-20180118202830-f09979ecbc72.mod +GO_MODULE_FILES+= github.com/spaolacci/murmur3/@v/v0.0.0-20180118202830-f09979ecbc72.zip +GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.1.2.mod +GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.2.2.mod +GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.2.2.zip +GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.0.mod +GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.1.mod +GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.1.zip +GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.0.0.mod +GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.1.0.mod +GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.1.0.zip +GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.3.mod +GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.5.mod +GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.5.zip +GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.7.1.mod +GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.7.1.zip +GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.1.1.mod +GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.1.1.zip +GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.2.2.mod +GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.3.0.mod +GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.6.1.mod +GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.6.1.zip +GO_MODULE_FILES+= github.com/subosito/gotenv/@v/v1.2.0.mod +GO_MODULE_FILES+= github.com/subosito/gotenv/@v/v1.2.0.zip +GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20190109142713-0ad062ec5ee5.mod +GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20190109142713-0ad062ec5ee5.zip +GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.22.3.mod +GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.22.3.zip +GO_MODULE_FILES+= github.com/xiang90/probing/@v/v0.0.0-20190116061207-43a291ad63a2.mod +GO_MODULE_FILES+= github.com/xiang90/probing/@v/v0.0.0-20190116061207-43a291ad63a2.zip +GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.2.mod +GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.2.zip +GO_MODULE_FILES+= go.opencensus.io/@v/v0.21.0.mod +GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.0.mod +GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.0.zip +GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.4.0.mod +GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.4.0.zip +GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.1.0.mod +GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.1.0.zip +GO_MODULE_FILES+= go.uber.org/zap/@v/v1.10.0.mod +GO_MODULE_FILES+= go.uber.org/zap/@v/v1.10.0.zip +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20181029021203-45a5f77698d3.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190510104115-cbcb75029529.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190605123033-f99c8df09eb5.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210220033148-5ea612d1eb83.mod +GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210220033148-5ea612d1eb83.zip +GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod +GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190306152737-a1d7652674e8.mod +GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190510132918-efd6b22b2522.mod +GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190829153037-c13cbed26979.mod +GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20191030013958-a1ab85dbe136.mod +GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20191030013958-a1ab85dbe136.zip +GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190227222117-0694c2d4d067.mod +GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.mod +GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.zip +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190409202823-959b441ac422.mod +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190909230951-414d861bb4ac.mod +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190930215403-16217165b5de.mod +GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190930215403-16217165b5de.zip +GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190312151609-d3739f865fa6.mod +GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.mod +GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.zip +GO_MODULE_FILES+= golang.org/x/mod/@v/v0.0.0-20190513183733-4bf6d317e70e.mod +GO_MODULE_FILES+= golang.org/x/mod/@v/v0.1.0.mod +GO_MODULE_FILES+= golang.org/x/mod/@v/v0.1.0.zip +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180218175443-cbe0f9307d01.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181023162649-9b4f9f5ad519.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181201002055-351d144fa1fc.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181220203305-927f97764cc3.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190503192946-f4e77d36d62c.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190603091049-60506f45cf65.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200202094626-16171245cfb2.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200301022130-244492dfa37a.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201216054612-986b41b23924.mod +GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201216054612-986b41b23924.zip +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20190604053449-0f29369cfe45.mod +GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20190604053449-0f29369cfe45.zip +GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod +GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod +GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod +GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190227155943-e225da77a7e6.mod +GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod +GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.zip +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20180823144017-11551d06cbcc.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20180905080454-ebe1bf3edb33.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181026203630-95b1ffbd15a5.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181107165924-66b7b1311ac8.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190312061237-fead79001313.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190502145724-3ef323f4f1fd.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190507160741-ecd444e8653b.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190606165138-5da285871e9c.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190624142023-c5567b49c5d0.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191005200804-aed5e4c7ecf9.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191026070338-33540a1f6037.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200116001909-b77594299b42.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201119102817-f84b799fce68.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210223095934-7937bea0104d.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210309040221-94ec62e08169.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210525143221-35b2ab0089ea.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210525143221-35b2ab0089ea.zip +GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20201117132131-f5c789dd3221.mod +GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod +GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20201210144234-2321bbc49cbf.mod +GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20210220032956-6a3ed077a48d.mod +GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20210503060354-a79de5458b56.mod +GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20210503060354-a79de5458b56.zip +GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.0.mod +GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod +GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.2.mod +GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.3.mod +GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.5.mod +GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.6.mod +GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.6.zip +GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod +GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20190308202827-9d24e82272b4.mod +GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20190308202827-9d24e82272b4.zip +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180221164845-07fd8470d635.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190312151545-0bb0c0a6e846.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190328211700-ab21143f2384.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190425150028-36563e24a262.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190506145303-2d16b83fe98c.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190606124116-d0a3d012864b.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190621195816-6e04913cbbac.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190628153133-6cdbf07be9d0.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190816200558-6889da9d5479.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190911174233-4f2ddba30aff.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191012152004-8de300cfc20a.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191112195655-aa38f8e97acc.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191112195655-aa38f8e97acc.zip +GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod +GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod +GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.zip +GO_MODULE_FILES+= google.golang.org/api/@v/v0.13.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.13.0.zip +GO_MODULE_FILES+= google.golang.org/api/@v/v0.4.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.7.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.8.0.mod +GO_MODULE_FILES+= google.golang.org/api/@v/v0.9.0.mod +GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.1.0.mod +GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.4.0.mod +GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.5.0.mod +GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.1.mod +GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.1.zip +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190502173448-54afdca5d873.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190801165951-fa694d86fc64.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190819201941-24fa4b261c55.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190911173649-1774047e7e51.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20191108220845-16a3f7862a1a.mod +GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20191108220845-16a3f7862a1a.zip +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.19.0.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.20.1.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.21.1.mod +GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.21.1.zip +GO_MODULE_FILES+= gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.mod +GO_MODULE_FILES+= gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.zip +GO_MODULE_FILES+= gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod +GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod +GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.mod +GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.zip +GO_MODULE_FILES+= gopkg.in/errgo.v2/@v/v2.1.0.mod +GO_MODULE_FILES+= gopkg.in/errgo.v2/@v/v2.1.0.zip +GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.51.0.mod +GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.62.0.mod +GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.62.0.zip +GO_MODULE_FILES+= gopkg.in/resty.v1/@v/v1.12.0.mod +GO_MODULE_FILES+= gopkg.in/resty.v1/@v/v1.12.0.zip +GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.0.0-20170812160011-eb3733d160e7.mod +GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.1.mod +GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.2.mod +GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.4.mod +GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.3.0.mod +GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.3.0.zip +GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod +GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200615113413-eeeca48fe776.mod +GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200615113413-eeeca48fe776.zip +GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod +GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.mod +GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.0-20190418001031-e561f6794a2a.mod +GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2019.2.3.mod +GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2019.2.3.zip +GO_MODULE_FILES+= rsc.io/binaryregexp/@v/v0.2.0.mod +GO_MODULE_FILES+= rsc.io/binaryregexp/@v/v0.2.0.zip From a8e5aa2a6b49389063b102152a1594249f6da15b Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 09:18:56 +0000 Subject: [PATCH 0855/1154] Add amfora --- net/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/Makefile b/net/Makefile index 3eb6c8ddc8365..55c8b11be9d38 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1462 2022/05/16 18:08:00 tpaul Exp $ +# $NetBSD: Makefile,v 1.1463 2022/05/23 09:18:56 pin Exp $ # COMMENT= Networking tools @@ -20,6 +20,7 @@ SUBDIR+= adns SUBDIR+= aget SUBDIR+= aiccu SUBDIR+= amazon-ecs-cli +SUBDIR+= amfora SUBDIR+= amule SUBDIR+= aoe-vblade SUBDIR+= apollo From 533406f7efcf55bdcc436caa02414652f2bcde6d Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 09:19:21 +0000 Subject: [PATCH 0856/1154] doc: Added net/amfora version 1.9.2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1930d15409cbe..bb70337f21f00 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2689 2022/05/23 08:34:46 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2690 2022/05/23 09:19:21 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4140,3 +4140,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/xh to 0.16.1 [pin 2022-05-23] Updated devel/py-pathlib2 to 2.3.7.1 [adam 2022-05-23] Updated textproc/py-xmlschema to 1.11.1 [adam 2022-05-23] + Added net/amfora version 1.9.2 [pin 2022-05-23] From 71970c5c0c6c78fcd7c1e10dcd6910a3aefafb0f Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 23 May 2022 09:38:14 +0000 Subject: [PATCH 0857/1154] news/flnews: Update to 1.1.0 1.1.0 2022-05-21 Release -------------------------- Bug fixes: - CORE: Authentication without password is now rejected (reported by Marcel Logen). - MAIN: Potential deadlocks in thread-safe replacement functions fixed. - GUI: State machine modified to avoid race condition when articles are marked read while group is not completely loaded yet. New features and improvements: - GUI: Option to automatically check for new articles added (an interval in minutes can be configured with the new "refresh_interval" entry in configfile). - GUI: Checkbox "Tools->Debug mode" removed. Debug mode must be enabled with command line option "-debug". - NNTP: Protocol logfile is only created if debug mode was enabled (and unlinked otherwise, if present). "Tools->Protocol console" window now requires debug mode. - GUI: Support for estimated article count in subscription window added - GUI: Support for group descriptions in subscription window added - NNTP: Support for LIST NEWSGROUPS command (RFC 3977) added - GUI: Support for subscription proposals from server added (offered to user after server was changed and group list is empty) - CORE: Support for subscription proposals from server added - NNTP: Support for LIST SUBSCRIPTIONS command (RFC 6048) added - TLS: Support for LibreSSL 3.5 API added - GUI: File save operations now suggest a pathname in the file selection window. - GUI: File save operations now ask the user before an existing file is overwritten. - CORE: Function added to suggest a pathname (created from home directory, program name and timestamp). - CORE: Message-IDs are now generated with algorithm A3 (uses a modified Base64 alphabet with "/" replaced by "-"). This allows to generate RFC 5538 conformant "news"-URIs without percent-encoding. --- news/flnews/Makefile | 4 ++-- news/flnews/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/news/flnews/Makefile b/news/flnews/Makefile index 6240788d066ca..36d7555677d7c 100644 --- a/news/flnews/Makefile +++ b/news/flnews/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/01/10 11:55:09 micha Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/23 09:38:14 micha Exp $ -FLNEWS_VERSION= 1.0.1 +FLNEWS_VERSION= 1.1.0 DISTNAME= flnews-${FLNEWS_VERSION} CATEGORIES= news diff --git a/news/flnews/distinfo b/news/flnews/distinfo index 2b1d9054fa6a8..d895e88bbe0a8 100644 --- a/news/flnews/distinfo +++ b/news/flnews/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/01/10 11:55:09 micha Exp $ +$NetBSD: distinfo,v 1.9 2022/05/23 09:38:14 micha Exp $ -BLAKE2s (flnews-1.0.1.tar.bz2) = 21caeb93d6c3842426958ac4dd05b6f58e6eb2529d0a4af011effef43ba86544 -SHA512 (flnews-1.0.1.tar.bz2) = 535b30700861e25ed3ce6247fef44e7188823516afc9aefd94929e2430d6f597763e43807029e2688c11bfc74ed121b5f3c3224d22ba9f27fb80dc0c0e00c334 -Size (flnews-1.0.1.tar.bz2) = 1184506 bytes +BLAKE2s (flnews-1.1.0.tar.bz2) = f96d172ce6dccc2e5ca4374de7061587baf11ee7c35374a0c9cc8d7d4b9b756d +SHA512 (flnews-1.1.0.tar.bz2) = 54358bf9792f68ffb661c4ed1150db94fad300b321177eb92983769527cd0faa7c8b6b1b68583098195774c286895198a189db7869aed71b01acd5173dab3e67 +Size (flnews-1.1.0.tar.bz2) = 1185534 bytes From 9d6799f7043629bba1c5b222a66758deab47017c Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 23 May 2022 09:39:43 +0000 Subject: [PATCH 0858/1154] doc: Updated news/flnews to 1.1.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index bb70337f21f00..a67f0ee4f9b67 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2690 2022/05/23 09:19:21 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2691 2022/05/23 09:39:43 micha Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4141,3 +4141,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-pathlib2 to 2.3.7.1 [adam 2022-05-23] Updated textproc/py-xmlschema to 1.11.1 [adam 2022-05-23] Added net/amfora version 1.9.2 [pin 2022-05-23] + Updated news/flnews to 1.1.0 [micha 2022-05-23] From 35482abf07a26decf1252b74d5698c05d781c8a9 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 09:55:27 +0000 Subject: [PATCH 0859/1154] shells/elvish: update to 0.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.18.0 -All features deprecated in 0.17.0 have been removed. -Within double quotes, \x followed by two hexadecimal digits and \ followed by three octal digits now encode an individual byte, rather than a codepoint. -Using a lone try without except or finally is now forbidden; this does not do anything useful and is almost certainly an incorrect attempt to suppress an exception. Deprecated features will be removed in 0.19.0. The following deprecated features trigger a warning whenever the code is parsed or compiled, even if it is not executed: -The legacy temporary assignment syntax (e.g. a=foo echo $a) is deprecated. Use the new tmp command instead (e.g. tmp a = foo; echo $a). -The clause to catch exceptions in the try special command is now spelt with catch; the old keyword except is deprecated. Notable bugfixes -The output longer than terminal width is now shown fully on Windows Terminal. -Changing directories in the navigation mode now correctly runs hooks and updates $E:PWD. Notable new features -Elvish now ships a builtin language server that can be started with elvish -lsp. -A new flag: module for parsing command-line flags. -A new tmp special command for doing temporary assignments. -A new defer command to schedule a function to be run when the current closure finishes execution. -A new call command to call a command, using a list for and a map for options. -A new $unix:rlimits variable allows manipulation of resource limits. v0.17.0 Breaking changes -Attempting to assign to a read-only variable (e.g. set nil = x) is now a compile-time error rather than an exception. Deprecated features - Deprecated features will be removed in 0.18.0. The following deprecated features trigger a warning whenever the code is parsed or compiled, even if it is not executed: -The dir-history command is deprecated. Use store:dirs instead. -The legacy assignment form is deprecated. Depending on whether the left-hand variable already exists or not, use var or set instead. Use the upgrader to migrate scripts. -The lambda syntax that declares arguments and options within [] before { has been deprecated. The new syntax now declares arguments and options within a pair of |, after {. Use the upgrader to migrate scripts. See (#664). -Use of the special namespace local: is deprecated. -If you are using local: to reference variables (e.g. echo $local:x), local: is never necessary in the first place since Elvish always resolves local variables first, so just remove it. -If you are using local: when assigning variables (e.g. local:x = foo), local: makes sure that a new variable is created; use the var special command instead. -Use of the special namespace up: is deprecated. -If you are using up: to access a non-shadowed variable in an outer scope, up: is not necessary; just remove it. -If you are using up: to access a shadowed variable in an outer scope, rename the variables to have different names. -Use of a leading empty namespace in a variable name (e.g. $:x) is deprecated. Since $:x is always equivalent to $x anyway, just remove the : prefix. Notable new features New features in the language: -A new special command pragma. The only supported pragma now is unknown command; using pragma unknown command = disallow turns off the default behavior of treating unknown commands as external commands. -A new special command coalesce. New features in the interactive editor: -Editor modes now form a stack, instead of being mutually exclusive. For example, it is now possible to start a minibuf mode within a completion mode, and vice versa. New features in the standard library: -The store: module now exposes all functionalities of Elvish’s persistent store. -New compare command to compare numbers, strings, and lists (#1347), in a consistent way as the order builtin. -The range command now supports counting down. Performance improvements: -The overhead of executing pipelines consisting of a single form (i.e. a simple command with no pipes) has been reduced. A code chunk containing just nop command now executes 4 times as fast as before. Thanks to kolbycrouch for suggesting this optimization! For changes between 0.16.1 and 0.17.0 check https://elv.sh/blog/ --- shells/elvish/Makefile | 10 ++-- shells/elvish/distinfo | 98 ++++++++++++++++++++++++------------- shells/elvish/go-modules.mk | 32 +++++++----- 3 files changed, 90 insertions(+), 50 deletions(-) diff --git a/shells/elvish/Makefile b/shells/elvish/Makefile index fb9c92eb64038..308455e17dac5 100644 --- a/shells/elvish/Makefile +++ b/shells/elvish/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/05/11 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/23 09:55:27 pin Exp $ -DISTNAME= elvish-0.16.1 -PKGREVISION= 8 +DISTNAME= elvish-0.18.0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=elves/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -16,10 +15,11 @@ PKG_SHELL= bin/elvish GO_BUILD_PATTERN= ./... # needed for the tests -USE_TOOLS+= perl +USE_TOOLS+= perl gmake do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/elvish ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/elvish \ + ${DESTDIR}${PREFIX}/bin .include "go-modules.mk" diff --git a/shells/elvish/distinfo b/shells/elvish/distinfo index 64143199bc36e..ab7bf1ef9fdec 100644 --- a/shells/elvish/distinfo +++ b/shells/elvish/distinfo @@ -1,35 +1,65 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:18:37 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/23 09:55:27 pin Exp $ -BLAKE2s (elvish-0.16.1.tar.gz) = 98c326bc2478e3dd879d61b7e080d020c5b317454ca41432411f4aa862f90e8c -SHA512 (elvish-0.16.1.tar.gz) = a8173bea79547d6c261eda9f22eebcbd1c33977cadd998a6ecf270bb8df70550330ed4305390c4310916e6e4762d0596cc8eab616b3bc17711bba1852c4516d1 -Size (elvish-0.16.1.tar.gz) = 664779 bytes -BLAKE2s (github.com_creack_pty_@v_v1.1.11.mod) = df42a1d34a4df624a6fbab600483cf5afb215874880e2e9e23f5fb03d719eb16 -SHA512 (github.com_creack_pty_@v_v1.1.11.mod) = 9cf1687520933d3d6bbec9d7c51472998d3bdbe1b3d2a7478fca80f9e7944f9040a2b8ec7d49f1458bd46a5121bae4810d314725add41efd413319a5006b944a -Size (github.com_creack_pty_@v_v1.1.11.mod) = 39 bytes -BLAKE2s (github.com_creack_pty_@v_v1.1.11.zip) = 74ab83efb35aff8fab76762d9783a933583b74b4d7496f21e417e63acc277ef5 -SHA512 (github.com_creack_pty_@v_v1.1.11.zip) = d7c39c78c074d060973433f5f4c1405260fa9f49ba9ff020630bb17404412337b536275aac71ae30c0e3783b95585c46cc492f722572b941fa1476898a6f7e8c -Size (github.com_creack_pty_@v_v1.1.11.zip) = 19702 bytes -BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.12.mod) = bfe9466b5bbed9a985efbf5ea4cdd6a6da9e51c7d1e8f7e354a7c7338a3145c0 -SHA512 (github.com_mattn_go-isatty_@v_v0.0.12.mod) = 7bd9f6a38aa9a16c3569142164389d1c4046170f66b5e9044f7aaa3192e9d2e2ccec486e3bc7fbac868c9693b6d333068c1a34ccd9e79dec1746a86348951503 -Size (github.com_mattn_go-isatty_@v_v0.0.12.mod) = 104 bytes -BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.12.zip) = bcec7d2b9d86a66e4f2d5d2f5b16354d4effdf94490a0c1a6d2313d5b18ac64a -SHA512 (github.com_mattn_go-isatty_@v_v0.0.12.zip) = 79ba14a04838c509500e6098553e8aadcd7105445387160a8aa1a6d7b0e70f0e807c99036c31faf51920544da2156195174c8530e317a72728719cb0a9a66098 -Size (github.com_mattn_go-isatty_@v_v0.0.12.zip) = 8902 bytes -BLAKE2s (go.etcd.io_bbolt_@v_v1.3.5.mod) = d075a8576dbaa0e933c06bed188ca694e2febd39b000c9551fc5015ae07234ee -SHA512 (go.etcd.io_bbolt_@v_v1.3.5.mod) = d3cfb7a75e321d2a6fc145b727dea76002189ae2caa8dd3162e5e6903a1acbe5bd55be81d7f112c71b47e61351534ff991be30993632be9c9d7443111600fe39 -Size (go.etcd.io_bbolt_@v_v1.3.5.mod) = 94 bytes -BLAKE2s (go.etcd.io_bbolt_@v_v1.3.5.zip) = cd1e84e3e1abd9081b903347431d2fee9fde478085316127feddb77a70296080 -SHA512 (go.etcd.io_bbolt_@v_v1.3.5.zip) = 0b6a8a073673708adc8fc0d01c96fb0ec4276db63a17f45ff02b4243235de9634952747aff63382ed767157c6dcbcaebd5399ace63a14e52cc826bd5c9749f82 -Size (go.etcd.io_bbolt_@v_v1.3.5.zip) = 115621 bytes -BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f -SHA512 (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab -Size (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 33 bytes -BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200202164722-d101bd2416d5.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f -SHA512 (golang.org_x_sys_@v_v0.0.0-20200202164722-d101bd2416d5.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab -Size (golang.org_x_sys_@v_v0.0.0-20200202164722-d101bd2416d5.mod) = 33 bytes -BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200824131525-c12d262b63d8.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f -SHA512 (golang.org_x_sys_@v_v0.0.0-20200824131525-c12d262b63d8.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab -Size (golang.org_x_sys_@v_v0.0.0-20200824131525-c12d262b63d8.mod) = 33 bytes -BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200824131525-c12d262b63d8.zip) = 0d704643bed785da0596c421da46982d962152a3076439b343d88782bc542082 -SHA512 (golang.org_x_sys_@v_v0.0.0-20200824131525-c12d262b63d8.zip) = f6a53b877801048a082c1f1ec069fac8958f24d290c22b12045d0be5ae44464f9dc9ca7ac3b6a692a14654aec681fa168ef62c0ddf8f3a525e929a05031c717e -Size (golang.org_x_sys_@v_v0.0.0-20200824131525-c12d262b63d8.zip) = 1487245 bytes +BLAKE2s (elvish-0.18.0.tar.gz) = 262b9d0bbb283d41f80fc87ff4754477581cb58191d36c2bab36175b6a90dbf9 +SHA512 (elvish-0.18.0.tar.gz) = fcd7babd4017dfe0ea09e87dea0d4f80d6fc818ac107cfe6329d2170033652f9c3e688962daedfd7d46adcb56f171f14ff1aade6b1cfcd0a88ebaf8bc3117ec3 +Size (elvish-0.18.0.tar.gz) = 699565 bytes +BLAKE2s (github.com_creack_pty_@v_v1.1.15.mod) = 19b33a84ea62506eb4da7226657fea56d1c17f128a045f166d91db907c32c93e +SHA512 (github.com_creack_pty_@v_v1.1.15.mod) = b825d82c81fd02f7dc8be5be8d4f0e3b9bf39a75e453857ab3f4d8d17129d2214f6b4dddd18cd613cb4d29dbd5adc59f43c1f65d218e7f3b67f0a8e33e62f5a6 +Size (github.com_creack_pty_@v_v1.1.15.mod) = 38 bytes +BLAKE2s (github.com_creack_pty_@v_v1.1.15.zip) = 20b0fae83a75ef0dea99c763675e9b2b41a1befc78dbb66b4dd384ba64ab3ef9 +SHA512 (github.com_creack_pty_@v_v1.1.15.zip) = 31cca431eb7947fcf3c6e903b7914defa5ccf4109bb7730bdd27b4afaf7d492d32532276c69be7c0c44cca37354dc92e812d09053e434cd9e45ab83f8f69f9b9 +Size (github.com_creack_pty_@v_v1.1.15.zip) = 23943 bytes +BLAKE2s (github.com_google_go-cmp_@v_v0.5.7.mod) = a52896592ad76206ba05a7353d4d216425c1bbd705757dd4b5f62f5cac0b85a2 +SHA512 (github.com_google_go-cmp_@v_v0.5.7.mod) = 731d289da30616cc638958da98fbaed6eba9cd7b325c845bafa8f8a316c5fbfdf2eada196a0e25a50512c18d2a6aaa771d63cec0d42a25e9c8a2c7bc3d3f1cb3 +Size (github.com_google_go-cmp_@v_v0.5.7.mod) = 106 bytes +BLAKE2s (github.com_google_go-cmp_@v_v0.5.7.zip) = 95bb1d0e88b5ff354e12ba0755feb1498fba986181fc469be0b4598ea5ea54d4 +SHA512 (github.com_google_go-cmp_@v_v0.5.7.zip) = 60e409c8210c4accc315004a674a397c4aa1d0fa150627756047ca3e87cbed4dd78509e76a490f7cd6989760ac0ad71fe8c712dfbf9009070a110290c2cb3126 +Size (github.com_google_go-cmp_@v_v0.5.7.zip) = 132348 bytes +BLAKE2s (github.com_gorilla_websocket_@v_v1.4.1.mod) = dbf53703a57aa05392a4753b21d683ec3798f5a11d06fc84a30426f87315008d +SHA512 (github.com_gorilla_websocket_@v_v1.4.1.mod) = 81ef224435efb5cbd429dd4339e8410234855f4a268302a61d34e76c388e89ea22c97ae90d71a6ef910ca00d3178e40d3587eaf484112966050fbd1f1f4843ab +Size (github.com_gorilla_websocket_@v_v1.4.1.mod) = 45 bytes +BLAKE2s (github.com_gorilla_websocket_@v_v1.4.1.zip) = cce0915c2c2b43ca21d667c0ead6eb7da6b8dbc87f2ef177b04e3bcfe378e824 +SHA512 (github.com_gorilla_websocket_@v_v1.4.1.zip) = 8de80f729d0538295606f5900e9f70a3f77c4b6ea7782c9bfa8520ec89c75b6a7ae08b42b6ad0dcc261f9e9a298bb58645fc97c4e5c2b51cbd6cbab62401a2ae +Size (github.com_gorilla_websocket_@v_v1.4.1.zip) = 79215 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.14.mod) = 927c4e44c809a70af5d278922fe3bc89f7fb0a7f8642c31c6b91d9b9c463f5b0 +SHA512 (github.com_mattn_go-isatty_@v_v0.0.14.mod) = 23b01eb4023ff5018437ff98b55ada053eba49feab2777eed36d033f426c5456b143f3defbc3131dad1251205f3ffb3553e3c10bd98de80f0a462e8450d6d56c +Size (github.com_mattn_go-isatty_@v_v0.0.14.mod) = 104 bytes +BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.14.zip) = 8c839f738b2a9ba146e7277081821411cf1868fc565e71ed60c792428c95599d +SHA512 (github.com_mattn_go-isatty_@v_v0.0.14.zip) = c6401cf5af80ea2495cb63800ff39fb9490f212f3aae0ac1d86b3d37ce6734eb35aea00b35bd26532feab77ef80322e765925f302d77f664dd57163f67a8374e +Size (github.com_mattn_go-isatty_@v_v0.0.14.zip) = 8919 bytes +BLAKE2s (github.com_sourcegraph_go-lsp_@v_v0.0.0-20200429204803-219e11d77f5d.mod) = 56c97384103a3c2e4b657afad20e60793e33fa0e0b0eaf1d69ce7b0273e5fb92 +SHA512 (github.com_sourcegraph_go-lsp_@v_v0.0.0-20200429204803-219e11d77f5d.mod) = fbdd2c9031fffbe3b14c6ac9a270640c10d4e2a999c18d761d4a4519da7ebf0a69c89d47dfce0b81b7f10e5eaf86ff04c7f81897433b62cab28f82ed0ad9dbbb +Size (github.com_sourcegraph_go-lsp_@v_v0.0.0-20200429204803-219e11d77f5d.mod) = 46 bytes +BLAKE2s (github.com_sourcegraph_go-lsp_@v_v0.0.0-20200429204803-219e11d77f5d.zip) = b38107d461fd6d0fb4adc873f7b59ab0f8d91a5d581851cdd6b80e8d321009e8 +SHA512 (github.com_sourcegraph_go-lsp_@v_v0.0.0-20200429204803-219e11d77f5d.zip) = e33767d3a807a3da0f811edff6cd55b74618c8ea347ffb1bf0247d1ca3cff49a9f9155eed806856e7d7067b99a4af5e4daff5e6493d8b5da6677ffcbc6617e55 +Size (github.com_sourcegraph_go-lsp_@v_v0.0.0-20200429204803-219e11d77f5d.zip) = 22448 bytes +BLAKE2s (github.com_sourcegraph_jsonrpc2_@v_v0.1.0.mod) = e2f00f0b8ce6d8ae8c39f756e79119459d80211829de06aa4395527bba361798 +SHA512 (github.com_sourcegraph_jsonrpc2_@v_v0.1.0.mod) = bd57233e889c63b5105cbf68a5aff6ea98f227002242e3862098ce51c543b05edc66b63ac0efbeef2f8a5c4ea15febf8015029dd8afdf23254ddb77b00229463 +Size (github.com_sourcegraph_jsonrpc2_@v_v0.1.0.mod) = 93 bytes +BLAKE2s (github.com_sourcegraph_jsonrpc2_@v_v0.1.0.zip) = af6b6b32c69071f3a35f409685f4e2b9a3c400b86aa7f9117c44f1a0972e55cf +SHA512 (github.com_sourcegraph_jsonrpc2_@v_v0.1.0.zip) = ec998f5cc656e05025899a8472f0c56b22b0325c0cae38fb1918b51732275210ef81921d4531c87f56bcdfa620b850a19d44b14c9d7ebc1bf6cbbe64f075da48 +Size (github.com_sourcegraph_jsonrpc2_@v_v0.1.0.zip) = 20125 bytes +BLAKE2s (go.etcd.io_bbolt_@v_v1.3.6.mod) = 7ebaf38ae32e71d582a23bfc6e689108516d06b5800a35925180db21f8edc681 +SHA512 (go.etcd.io_bbolt_@v_v1.3.6.mod) = d8a4fceaca0875493f0788147e464f36a1a1b9806376318fe88f8b0091ea3ae4bd5ec141ccc7c8bb86d88f34f25a36d2061dbc24d0346a9d68c1fbe45173fdde +Size (go.etcd.io_bbolt_@v_v1.3.6.mod) = 94 bytes +BLAKE2s (go.etcd.io_bbolt_@v_v1.3.6.zip) = 93f42c8fe4bd2b935b8001ec1d0c39a15225eac38fb638e7ddb737fac780bce3 +SHA512 (go.etcd.io_bbolt_@v_v1.3.6.zip) = 2e71f7b8606ae949fb9f3287b76dcbc02c5273a44568bdb9b750c381dc1284ed9c4887fdcec652f572eb0e7066e4592a3bb9aa17117b039dfb65355033a0d54e +Size (go.etcd.io_bbolt_@v_v1.3.6.zip) = 118439 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20200923182605-d9f96fdee20d.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f +SHA512 (golang.org_x_sys_@v_v0.0.0-20200923182605-d9f96fdee20d.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab +Size (golang.org_x_sys_@v_v0.0.0-20200923182605-d9f96fdee20d.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210630005230-0f9fa26af87c.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20210630005230-0f9fa26af87c.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20210630005230-0f9fa26af87c.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c +SHA512 (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 +Size (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.mod) = 33 bytes +BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.zip) = be0a69a3829e4e4c8aaa041d024e029a8ec9ae49baaf04875359bc0f2bef5b9a +SHA512 (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.zip) = c1738df7e8a3ca6c5a9608afbe2b41f54a8ed0f7a804dca95391b4b48d5a5b4e57b4b2f55a105fd6078d4e289baf9b0bf0b9c909555558666b8409410ed889e5 +Size (golang.org_x_sys_@v_v0.0.0-20220227234510-4e6760a101f9.zip) = 1706457 bytes +BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 +SHA512 (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 +Size (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.mod) = 37 bytes +BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.zip) = 25da7d14b438716f25c63e7d333e680f6fac6a9c28fb3aef706e0d3ea9a670be +SHA512 (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.zip) = c72b8b73f89624889a2874c1b2445cb82f0e545fccf6a7761a278f3f659eb19f5f1c8585641b8f89f2bcfc3817ad2c0e267751cfeeab949e287e43af5df57e28 +Size (golang.org_x_xerrors_@v_v0.0.0-20191204190536-9bdfabe68543.zip) = 22282 bytes diff --git a/shells/elvish/go-modules.mk b/shells/elvish/go-modules.mk index 7c7e4a5b2b545..2112af56cf38b 100644 --- a/shells/elvish/go-modules.mk +++ b/shells/elvish/go-modules.mk @@ -1,12 +1,22 @@ -# $NetBSD: go-modules.mk,v 1.2 2021/08/23 13:15:06 bsiegert Exp $ +# $NetBSD: go-modules.mk,v 1.3 2022/05/23 09:55:27 pin Exp $ -GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.11.mod -GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.11.zip -GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.12.mod -GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.12.zip -GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.5.mod -GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.5.zip -GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200116001909-b77594299b42.mod -GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200202164722-d101bd2416d5.mod -GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200824131525-c12d262b63d8.mod -GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200824131525-c12d262b63d8.zip +GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.15.mod +GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.15.zip +GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.7.mod +GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.7.zip +GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.1.mod +GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.1.zip +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.14.mod +GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.14.zip +GO_MODULE_FILES+= github.com/sourcegraph/go-lsp/@v/v0.0.0-20200429204803-219e11d77f5d.mod +GO_MODULE_FILES+= github.com/sourcegraph/go-lsp/@v/v0.0.0-20200429204803-219e11d77f5d.zip +GO_MODULE_FILES+= github.com/sourcegraph/jsonrpc2/@v/v0.1.0.mod +GO_MODULE_FILES+= github.com/sourcegraph/jsonrpc2/@v/v0.1.0.zip +GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.6.mod +GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.6.zip +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200923182605-d9f96fdee20d.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210630005230-0f9fa26af87c.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220227234510-4e6760a101f9.mod +GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220227234510-4e6760a101f9.zip +GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod +GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.zip From 67b7dc7957f9d343ceb36a0aeebef5954001a366 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 09:55:46 +0000 Subject: [PATCH 0860/1154] doc: Updated shells/elvish to 0.18.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index a67f0ee4f9b67..275b4d7f639ea 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2691 2022/05/23 09:39:43 micha Exp $ +$NetBSD: CHANGES-2022,v 1.2692 2022/05/23 09:55:46 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4142,3 +4142,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-xmlschema to 1.11.1 [adam 2022-05-23] Added net/amfora version 1.9.2 [pin 2022-05-23] Updated news/flnews to 1.1.0 [micha 2022-05-23] + Updated shells/elvish to 0.18.0 [pin 2022-05-23] From af89cd9088775d351077225e4e7317d45886d168 Mon Sep 17 00:00:00 2001 From: mef Date: Mon, 23 May 2022 11:48:04 +0000 Subject: [PATCH 0861/1154] (math/R-zoo) Updated 1.8.9 to 1.8.10 Changes in Version 1.8-10 o The transform() method now internally uses a list of zoo series (as opposed to a data.frame of numeric variables, as used in previous versions). This means that the transformations can really operate on full zoo series. o Added MATCH() methods for classes "Date", "POSIXct", and "POSIXlt", all of which essentially match the underlying numeric vector (suggested by Kurt Hornik). o In zooreg() the "ts.eps" argument is now also used (in squares) as the tolerance in the all.equal() comparisons used to determine the underlying regular time grid. --- math/R-zoo/Makefile | 18 ++++++++++-------- math/R-zoo/distinfo | 8 ++++---- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/math/R-zoo/Makefile b/math/R-zoo/Makefile index 6468df69c46cd..d4da58c79dea8 100644 --- a/math/R-zoo/Makefile +++ b/math/R-zoo/Makefile @@ -1,21 +1,23 @@ -# $NetBSD: Makefile,v 1.16 2021/06/06 15:08:56 mef Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/23 11:48:04 mef Exp $ R_PKGNAME= zoo -R_PKGVER= 1.8-9 -CATEGORIES= math +R_PKGVER= 1.8-10 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= S3 infrastructure for regular and irregular time series LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 -#Packages suggested but not available: -# 'AER', 'coda', 'chron', 'fts', 'ggplot2', 'mondate', 'scales', -# 'stinepack', 'strucchange', 'timeDate', 'timeSeries', 'tis', -# 'tseries', 'xts' -TEST_DEPENDS+= R-xts-[0-9]*:../../math/R-xts +# Packages suggested but not available: +# 'AER', 'fts', 'mondate', 'stinepack', 'strucchange', 'tis' + +TEST_DEPENDS+= R-chron-[0-9]*:../../math/R-chron +TEST_DEPENDS+= R-coda-[0-9]*:../../math/R-coda +TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2 TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales TEST_DEPENDS+= R-timeDate-[0-9]*:../../time/R-timeDate TEST_DEPENDS+= R-timeSeries-[0-9]*:../../finance/R-timeSeries +TEST_DEPENDS+= R-tseries-[0-9]*:../../finance/R-tseries +TEST_DEPENDS+= R-xts-[0-9]*:../../math/R-xts USE_LANGUAGES= c diff --git a/math/R-zoo/distinfo b/math/R-zoo/distinfo index 901210c567446..bbc13e3fdbba1 100644 --- a/math/R-zoo/distinfo +++ b/math/R-zoo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 10:55:34 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/05/23 11:48:04 mef Exp $ -BLAKE2s (R/zoo_1.8-9.tar.gz) = 8194e7c2d1b18ca06e56bee915d76b36b1f06f225e5894987dc9a518b6d14df5 -SHA512 (R/zoo_1.8-9.tar.gz) = c5516542fa8efc3c83d1dfaafded3f4f0f0bc32549c07f2512291951e2d783c39705bbb315437cd0a666db18b8d987f7b25d2ec958cbdb19b1a3270caf15e940 -Size (R/zoo_1.8-9.tar.gz) = 793891 bytes +BLAKE2s (R/zoo_1.8-10.tar.gz) = d786f89c2f033b4c08bd2a735d191254d781ebdee28c8e4a761d624ff03f0ba1 +SHA512 (R/zoo_1.8-10.tar.gz) = 473a1e8ebade7717ba4b90513c9791268323c5f762c217ff3fcf3915d74198142f7b4cc6a2651450428c323a2b37f8b38698e87cdd7ff0b0def8084bb31ba4da +Size (R/zoo_1.8-10.tar.gz) = 808943 bytes From a4dc821be8de9af1c8ea7b87f608b16915383e0c Mon Sep 17 00:00:00 2001 From: mef Date: Mon, 23 May 2022 11:48:15 +0000 Subject: [PATCH 0862/1154] doc: Updated math/R-zoo to 1.8.10 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 275b4d7f639ea..f71a790dbb47b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2692 2022/05/23 09:55:46 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2693 2022/05/23 11:48:15 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4143,3 +4143,4 @@ Changes to the packages collection and infrastructure in 2022: Added net/amfora version 1.9.2 [pin 2022-05-23] Updated news/flnews to 1.1.0 [micha 2022-05-23] Updated shells/elvish to 0.18.0 [pin 2022-05-23] + Updated math/R-zoo to 1.8.10 [mef 2022-05-23] From fbf5e85d44a00fb201c065d6ee910a827e1814f9 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 23 May 2022 11:55:17 +0000 Subject: [PATCH 0863/1154] mkvtoolnix: updated to 68.0.0 Version 68.0.0 "The Curtain" 2022-05-22 New features and enhancements * mkvmerge: HDMV PGS subtitles: mkvmerge now tries to detect bogus timestamps (where the current timestamp is two hours or more after the previous timestamp) & correct them to something more sensible (1s after the previous timestamp). That way one bogus timestamp cannot cause the rest of the frames to not be interleaved properly with the other audio & video packets. * mkvmerge: added colour information, colour mastering meta information & video projection information properties to the JSON identification format. The properties are reported for container types for which mkvmerge supports reading them (Matroska & MP4). The JSON identification format version number has been bumped to v15. * MKVToolNix GUI: multiplexer: added controls for all the video colour information & the video projection information. Bug fixes * mkvmerge: SRT reader: entries with a duration of 0 or less will now be skipped. * mkvpropedit, MKVToolNix GUI's chapter & header editors: fixed an invalid memory access when trying to update existing Matroska files whose EBML Head element had a "size" field length of eight bytes, and where rewriting said element would shrink the element by one byte. Files created by gstreamer fit the first part whereas the second depends on the changes requested by the user. * mkvpropedit, MKVToolNix GUI's chapter & header editors: fixed the programs not handling having to remove EBML void elements at the end of the file correctly and consequently aborting. * MKVToolNix GUI: the GUI now uses almost all SVG icons, allowing proper scaling even for scaling factors such as 125%. * MKVToolNix GUI: when compiled with Qt 5 the character set of INI files is forced to UTF-8 in order to fix reading INI files written by a version compiled with Qt 6. Build system changes * Qt's SVG library is now required. --- multimedia/mkvtoolnix/Makefile | 5 ++--- multimedia/mkvtoolnix/distinfo | 8 ++++---- multimedia/mkvtoolnix/options.mk | 3 ++- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index c84dd0341ff31..4ed83e4ecfe1c 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.194 2022/04/18 19:11:46 adam Exp $ +# $NetBSD: Makefile,v 1.195 2022/05/23 11:55:17 adam Exp $ -DISTNAME= mkvtoolnix-67.0.0 -PKGREVISION= 1 +DISTNAME= mkvtoolnix-68.0.0 CATEGORIES= multimedia MASTER_SITES= https://mkvtoolnix.download/sources/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index 3c61791381ff8..7129b76c4d283 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.102 2022/04/11 11:19:55 adam Exp $ +$NetBSD: distinfo,v 1.103 2022/05/23 11:55:17 adam Exp $ -BLAKE2s (mkvtoolnix-67.0.0.tar.xz) = 6ef62f8746a1804e79b4dce0a591b6e003434587aaeb3162624833b12debcd2f -SHA512 (mkvtoolnix-67.0.0.tar.xz) = eed390cb305b5fcaddf11d68a9021f9ddc22a62d1eb95f4c0a34161a7662dd62495c87193a2d951f0fe30fb9a6b5b93f06ed7fedc24ed674da531f2c2317c997 -Size (mkvtoolnix-67.0.0.tar.xz) = 7791720 bytes +BLAKE2s (mkvtoolnix-68.0.0.tar.xz) = e48836b61e355b4f5af11dd06c09a9b8e74bdab7775f3ecbadca6b5b2fa916b5 +SHA512 (mkvtoolnix-68.0.0.tar.xz) = fd078208f5ef0438f06b3bb19c3f3c477f87561997a847c56a731265ee9627b089cc568e1d31a9a2c7e46f63aeeabccf98a27694b6b4b1586ba93f7656d20838 +Size (mkvtoolnix-68.0.0.tar.xz) = 10911424 bytes SHA1 (patch-Rakefile) = 08dbf4a4968008ff258a66e71aa2bddc61c04af6 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0 diff --git a/multimedia/mkvtoolnix/options.mk b/multimedia/mkvtoolnix/options.mk index 81816908840bc..4cf765475e9a5 100644 --- a/multimedia/mkvtoolnix/options.mk +++ b/multimedia/mkvtoolnix/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2021/07/14 07:39:05 adam Exp $ +# $NetBSD: options.mk,v 1.5 2022/05/23 11:55:17 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mkvtoolnix PKG_SUPPORTED_OPTIONS= gui @@ -11,6 +11,7 @@ PLIST_SRC= ${PLIST_SRC_DFLT} PLIST_SRC+= PLIST.gui CONFIGURE_ARGS+= --enable-gui .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../x11/qt5-qtsvg/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-gui .endif From 7e10bd7a6eb40fef5e90420a1d9baeb94240dec8 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 23 May 2022 11:56:16 +0000 Subject: [PATCH 0864/1154] py-cachecontrol: updated to 0.12.11 0.12.11 Added new variant of FileCache, SeparateBodyFileCache, which uses less memory by storing the body in a separate file than metadata, and streaming data in and out directly to/from that file. --- devel/py-cachecontrol/Makefile | 5 ++--- devel/py-cachecontrol/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/py-cachecontrol/Makefile b/devel/py-cachecontrol/Makefile index 85b254d8b1089..167281df98344 100644 --- a/devel/py-cachecontrol/Makefile +++ b/devel/py-cachecontrol/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/04/29 23:33:05 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/23 11:56:16 adam Exp $ -DISTNAME= CacheControl-0.12.10 +DISTNAME= CacheControl-0.12.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 3 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=C/CacheControl/} diff --git a/devel/py-cachecontrol/distinfo b/devel/py-cachecontrol/distinfo index 5c7761e7dc29c..4db0d57fb6d6e 100644 --- a/devel/py-cachecontrol/distinfo +++ b/devel/py-cachecontrol/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/11/06 08:52:29 adam Exp $ +$NetBSD: distinfo,v 1.5 2022/05/23 11:56:16 adam Exp $ -BLAKE2s (CacheControl-0.12.10.tar.gz) = 33395318d10069da39c0457ee1319e798cf925be017a64e452e68dcb83788874 -SHA512 (CacheControl-0.12.10.tar.gz) = d9caf4f41c70e0ad3e183673944f7d1dc39c2b56cb0da40a00d673a29477bbca7a5728986e1ccdb5d7829b1ff2ce9469a524d20c66920f19f1ed24e12b920f65 -Size (CacheControl-0.12.10.tar.gz) = 15646 bytes +BLAKE2s (CacheControl-0.12.11.tar.gz) = 0cb70752c9bb683aa31948ef8e00f899c1e02fdefef8467fcbb6a16837e0cd4a +SHA512 (CacheControl-0.12.11.tar.gz) = 6a39e8fd2ebcca776cad533a79f107897aaffbe68b561f89301ef824d2400f8c36ec4e52682b7cf14734f9f77ab27e251202c71036b43422d81126f48cc27834 +Size (CacheControl-0.12.11.tar.gz) = 16552 bytes From 7c31f2d5b0f2310f742246009a9b3f67b545cf46 Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 23 May 2022 11:56:34 +0000 Subject: [PATCH 0865/1154] cross/avr-binutils: Update to 2.38 2022-02-09 Nick Clifton 2.38 release. * ChangeLog.git.2.37-2.38: New file. 2022-01-22 Nick Clifton * configure: Regenerate. 2022-01-22 Nick Clifton * 2.38 release branch created. 2022-01-17 Nick Clifton Update config.[guess|sub] from upstream: 2022-01-09 Idan Horowitz config.guess: recognize SerenityOS * config.guess (*:SerenityOS:*:*): Recognize. (timestamp): Update. 2022-01-03 Bernhard Voelker Fix GPLv3 license headers to use a comma instead of semicolon See: https://www.gnu.org/licenses/gpl-3.0.html#howto Update license headers automatically using the following script: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * config.guess: Adjust via the above command. (timestamp): Update. * config.sub: Likewise. * doc/config.guess.1: Regenerate. * doc/config.sub.1: Likewise. 2022-01-01 Dmitry V. Levin Update copyright years * config.guess: Update copyright years. * config.sub: Likewise. 2021-12-25 Dmitry V. Levin config.sub: alias armh to armv7l ALT uses armh as an alias for armv7l-alt-linux-gnueabihf since 2012. * config.sub (armh-unknown|armh-alt): Set cpu, vendor, and basic_os. (timestamp): Update. 2021-12-24 Dmitry V. Levin config.sub: alias aarch64le to aarch64 Apparently, QNX reports aarch64 as aarch64le on little-endian machines. * config.sub (aarch64le-*): Set cpu to aarch64. (timestamp): Update. 2021-12-13 Dmitry V. Levin config.sub: fix typo in timestamp * config.sub: Fix timestamp. 2021-11-30 Andreas F. Borchert config.guess: x86_64-pc-solaris2.11 is not properly recognized config.guess guesses Solaris 11 to run on a 32-bit platform despite Solaris 11 no longer supporting any 32-bit platform. See the following code at lines 434 to 445: | SUN_ARCH=i386 | # If there is a compiler, see if it is configured for 64-bit objects. | # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. | # This test works for both compilers. | if test "$CC_FOR_BUILD" != no_compiler_found; then | if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ | grep IS_64BIT_ARCH >/dev/null | then | SUN_ARCH=x86_64 | fi | fi If "cc" is installed, i.e. the Oracle Studio compiler, this one is chosen for $CC_FOR_BUILD. This compiler, the gcc provided by Oracle and also gcc bootstrapped from sources on that platform with a default configuration will by default generate 32-bit binaries -- even on a 64-bit platform. And __amd64 will not be defined for compilations targeting a 32-bit platform. This is different from the corresponding behaviour on GNU/Linux systems where the local platform is targeted by default. Thus, as long as you do not add "-m64" or if you have a custom-built gcc which defaults to 64 bit, you will get 32-bit binaries on Solaris despite living on a 64-bit platform. * config.guess (i86pc:SunOS:5.*:* || i86xen:SunOS:5.*:*): Adapt the test by adding the "-m64" flag. This will work properly for Solaris 10 as well (the last Solaris release that supported x86 32-bit platforms). 2021-10-27 Jordi Sanfeliu Recognize Fiwix $ make check cd testsuite && bash config-guess.sh && rm uname PASS: config.guess checks (137 tests) cd testsuite && bash config-sub.sh PASS: config.sub checks (882 tests) PASS: config.sub idempotency checks (819 tests) PASS: config.sub canonicalise each config.guess testcase (137 tests) * config.guess (i*86:Fiwix:*:*): Recognize. * config.sub (fiwix*): Likewise. 2021-10-18 Kinshuk Dua config.sub: Fix typo in comment Fixes: 5e531d391852a54e7fab2d8ff55625fca514b305 2021-08-14 Nick Bowler config.sub: work around command assignment bug in some shells When combining variable assignments with a shell command, some older shells (notably heirloom-sh and presumably also Solaris 10 /bin/sh) have a bug which causes the assignment to alter the current execution environment whenever the command is a shell built-in. For example: % dash -c 'x=good; x=bad echo >/dev/null; echo $x' good % jsh -c 'x=good; x=bad echo >/dev/null; echo $x' bad The config.sub script contains a few commands of the form: IFS=- read ... which triggers this bug, causing the IFS assignment to persist for the remainder of the script. This can cause misbehaviour in certain cases, for example: % jsh config.sub i386-linux-gnu config.sub: test: unknown operator gnu % jsh config.sub i386-gnu/linux sed: can't read s|gnu/linux|gnu|: No such file or directory Invalid configuration `i386-gnu/linux': OS `' not recognized * config.sub: Save and restore IFS explicitly to avoid shell bugs. * doc/config.sub.1: Regenerate. 2021-08-04 Jeremy Soller config.sub: add Linux Relibc Target $ make check cd testsuite && bash config-guess.sh && rm uname PASS: config.guess checks (136 tests) cd testsuite && bash config-sub.sh PASS: config.sub checks (881 tests) PASS: config.sub idempotency checks (818 tests) PASS: config.sub canonicalise each config.guess testcase (136 tests) * config.sub (relibc*): Recognize. * doc/config.sub.1: Regenerate. * testsuite/config-sub.data (x86_64-linux-relibc): New test. 2021-07-06 Stephanos Ioannidis config.sub: add Zephyr RTOS support This adds the Zephyr RTOS targets in preparation for implementing the Zephyr RTOS-specific toolchain support. $ make check cd testsuite && bash config-guess.sh && rm uname PASS: config.guess checks (136 tests) cd testsuite && bash config-sub.sh PASS: config.sub checks (880 tests) PASS: config.sub idempotency checks (817 tests) PASS: config.sub canonicalise each config.guess testcase (136 tests) * config.sub (zephyr*): Recognize. * doc/config.sub.1: Regenerate. * testsuite/config-sub.data: Add testcases for *-zephyr. 2021-07-03 Ozkan Sezer config.sub: disable shellcheck SC2006 / SC2268 warnings This is in line with the recent config.guess change in commit 12fcf67c9108f4c4b581eaa302088782f0ee40ea * config.sub (shellcheck disable): Add SC2006,SC2268. Suggested-by: Jacob Bachmeyer 2021-07-03 Ozkan Sezer config.sub: normalize the quoting in the `echo FOO | sed ...` Some cases quote the argument to echo and some do not. At runtime it probably does not matter because the substituted values will never contain whitespace, but quoting them all would make shellcheck more useful. * config.sub: Consistently quote the argument of echo. * doc/config.sub.1: Regenerate. Suggested-by: Jacob Bachmeyer 2021-07-02 Ozkan Sezer config.sub: replace POSIX $( ) with classic ` ` throughout This is in line with the recent config.guess change in commit d70c4fa934de164178054c3a60aaa0024ed07c91. The patch was generated using patch-6.gawk script introduced in that commit. * config.sub: Revert POSIX command substitutions to classic form. 2021-06-04 Vineet Gupta Recognize arc32 This is the 32-bit variant of ARCv3 ISA (which is not compatible with the 32-bit ARCv2 ISA) | make check | cd testsuite && bash config-guess.sh && rm uname | PASS: config.guess checks (136 tests) | cd testsuite && bash config-sub.sh | PASS: config.sub checks (864 tests) | PASS: config.sub idempotency checks (801 tests) | PASS: config.sub canonicalise each config.guess testcase (136 tests) * config.guess (arc32:Linux:*:*): Recognize. * config.sub (arc32): Likewise. 2021-05-27 Jacob Bachmeyer Remove automatic patch generators These tools have served their purposes and need not be kept outside of the repository history any longer. This patch as a diff also collects the contents of the various tools in one convenient place. * patch-1.gawk: Remove. * patch-3.gawk: Likewise. * patch-6.gawk: Likewise. 2021-05-26 Jacob Bachmeyer config.guess: manual fixups after previous automatic patch The tool could not handle command substitutions that span lines, but fortunately there were only two such substitutions in the script. The test for which universe is active on Pyramid is rewritten into a case block because it was the only use of a command substitution as an argument to the test command, which would require quoting. * config.guess: Rewrite "if" for Pyramid systems to "case". 2021-05-26 Jacob Bachmeyer config.guess: replace POSIX $( ) with classic ` ` throughout The previous replacement of backticks with POSIX command substitutions was ill-considered and illogical: this script recognizes many archaic machine types that probably never had POSIX shells, therefore it needs to be able to run successfully under pre-POSIX shells. This patch was generated using the included GNU Awk program. * config.guess: Revert POSIX command substitutions to classic form. * patch-6.gawk: Store the tool that produced the automated patch. 2021-05-26 Jacob Bachmeyer config.guess: manual fixup after previous automated patches This patch provides the special handling for the GNU system. As these were two small and unique edits, they were not included in the scripts. This patch also cleans up other minor issues that must be addressed before reverting to classic command substitutions and updates "shellcheck" directives to account for changes in this script and the change in "shellcheck" towards reporting individual portability issues. 2021-05-26 Jacob Bachmeyer config.guess: automatic fixups after previous automated patch This patch was generated using the following command: sed -i config.guess \ -e '/="[^"]\+"\(-\|$\)/s/="\([^"([:space:])]\+\)"/=\1/' \ -e '/="[^"]\+"[[:alnum:]]/s/="\$\([^([:space:])]\+\)"/=${\1}/' \ -e \ '/\$(echo[^|]\+|/s/\([^[:space:]]\)[[:space:]]*|[[:space:]]*sed/\1 | sed/g' * config.guess: Remove unneeded quotes in other variable assignments, standardize spacing for "echo ... | sed" substitutions. 2021-05-26 Jacob Bachmeyer config.guess: remove unneeded quotes and factor command substitutions This is further cleanup and simplifies some constructs that can confuse Emacs' syntax highlighting while generally reducing required quoting. This patch was generated using the included GNU Awk program. * config.guess: Remove unneeded variable quotes and factor out command substitutions when setting GUESS. * patch-3.gawk: Store the tool that produced the automated patch. 2021-05-25 Jacob Bachmeyer config.guess: manual fixups after previous automatic patch * config.guess: Adjust a few "leftover" cases that the tool could not easily recognize and fixes comment indentation in a few other special cases. 2021-05-25 Jacob Bachmeyer config.guess: use intermediate variable with uname results This will allow quoting to be significantly simplified in another pass through the file. This patch was generated using the included GNU Awk program. * config.guess: Use GUESS variable to hold results of uname analysis. * patch-1.gawk: Store the tool that produced the automated patch. 2021-05-25 Jacob Bachmeyer config.guess: introduce intermediate variable with uname results This will allow quoting to be significantly simplified in another pass through the file. * config.guess: Introduce GUESS variable to hold results of uname analysis. 2021-05-24 Dmitry V. Levin config.guess: fix shellcheck warning SC2154 While, according to Plan 9 documentation, the environment variable $cputype is set to the name of the kernel's CPU's architecture, shellcheck warns that cputype is referenced but not assigned. Be on the safe side and do not use cputype if it is not defined or empty. * config.guess (*:Plan9:*:*): Fix shellcheck warning SC2154. 2021-05-24 Dmitry V. Levin config.guess: remove redundant quotes in case commands According to the GNU Autoconf Portable Shell Programming manual, the Bourne shell does not systematically split variables and back-quoted expressions, in particular on the right-hand side of assignments and in the argument of 'case'. The change is made automatically using the following command: $ sed -E -i 's/(\)/\1\2\3/' config.guess * config.guess: Simplify case commands by removing quotes around the argument. Suggested-by: Jacob Bachmeyer 2021-05-24 Dmitry V. Levin config.guess: simplify exit status workaround on alphaev67-dec-osf5.1 Commit 29865ea8a5622cdd80b7a69a0afa78004b4cd311 introduced an exit trap reset before exiting to avoid a spurious non-zero exit status on alphaev67-dec-osf5.1. Simplify that code a bit by moving the exit trap reset around. * config.guess (alpha:OSF1:*:*): Reset exit trap earlier. * doc/config.guess.1: Regenerate. 2021-10-29 Eli Zaretskii * gdb/doc/gdb.texinfo (Command Options): (Data): Document '-memory-tag-violations'. Update the example. 2021-09-28 Andrew Burgess * src-release.sh (GDB_SUPPPORT_DIRS): Add libbacktrace. 2021-09-27 Nick Alcock PR libctf/27967 * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided NM, if there is one. Run nm on itself, not on /dev/null, to avoid errors from nms that refuse to work on non-regular files. Remove other workarounds for this problem. Strip out blank lines from the nm output. 2021-09-27 Nick Alcock PR libctf/27967 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for Solaris 11. --- cross/avr-binutils/Makefile | 5 ++-- cross/avr-binutils/distinfo | 20 +++++++--------- .../patches/patch-bfd_Makefile.in | 4 ++-- .../patches/patch-binutils_Makefile.in | 24 +++++++++++++------ .../patches/patch-binutils_doc_Makefile.in | 15 ------------ .../patches/patch-etc_Makefile.in | 15 ------------ .../patches/patch-gas_Makefile.in | 24 +++++++++---------- .../patches/patch-gas_doc_Makefile.in | 15 ------------ .../avr-binutils/patches/patch-ld_Makefile.in | 6 ++--- .../patches/patch-libctf_Makefile.in | 15 ++++++++++++ 10 files changed, 60 insertions(+), 83 deletions(-) delete mode 100644 cross/avr-binutils/patches/patch-binutils_doc_Makefile.in delete mode 100644 cross/avr-binutils/patches/patch-etc_Makefile.in delete mode 100644 cross/avr-binutils/patches/patch-gas_doc_Makefile.in create mode 100644 cross/avr-binutils/patches/patch-libctf_Makefile.in diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile index 233449f59f93e..fb12492100c96 100644 --- a/cross/avr-binutils/Makefile +++ b/cross/avr-binutils/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2021/09/22 05:59:26 mef Exp $ +# $NetBSD: Makefile,v 1.35 2022/05/23 11:56:34 micha Exp $ -DISTNAME= binutils-2.37 +DISTNAME= binutils-2.38 PKGNAME= ${DISTNAME:S/^/avr-/} -PKGREVISION= 2 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} EXTRACT_SUFX= .tar.bz2 diff --git a/cross/avr-binutils/distinfo b/cross/avr-binutils/distinfo index 14543aa5fc0ed..0956be2211570 100644 --- a/cross/avr-binutils/distinfo +++ b/cross/avr-binutils/distinfo @@ -1,13 +1,11 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 10:07:51 nia Exp $ +$NetBSD: distinfo,v 1.17 2022/05/23 11:56:34 micha Exp $ -BLAKE2s (binutils-2.37.tar.bz2) = cbcd25c08c84f0fca9c77936991cef9b3a2c6f8350ecb98a7877fc0107f34db9 -SHA512 (binutils-2.37.tar.bz2) = b3f5184697f77e94c95d48f6879de214eb5e17aa6ef8e96f65530d157e515b1ae2f290e98453e4ff126462520fa0f63852b6e1c8fbb397ed2e41984336bc78c6 -Size (binutils-2.37.tar.bz2) = 33888611 bytes -SHA1 (patch-bfd_Makefile.in) = 64aa6b3b4582164d589c8a6b7e5321919ce0e2b9 -SHA1 (patch-binutils_Makefile.in) = 2866358451685cc1c8a2fa675c5a5439cb0cddab -SHA1 (patch-binutils_doc_Makefile.in) = f5dfd53f615f57856dedc563b8c462d639d8bb98 -SHA1 (patch-etc_Makefile.in) = 454259296ed8b8ee51d2bd629b4aff6c969ef4b5 -SHA1 (patch-gas_Makefile.in) = 4a4b585299b1f4c8254fb1e59e6ac6acb47bf859 -SHA1 (patch-gas_doc_Makefile.in) = da2e1774e308a3b994d1c801331ba392922c3066 +BLAKE2s (binutils-2.38.tar.bz2) = 80609a31f2040a8418a2004cb9de8b3d409e954c7c1d17afef8e9237227d00ee +SHA512 (binutils-2.38.tar.bz2) = 7690b4158bd6587a85c6b98903980b9ac6f16b47f7fd1e60986b0a70388bedcfdc05d75597aa49c81fec1609ce24bed6c26583f76fd2471a9d63394fd9798afc +Size (binutils-2.38.tar.bz2) = 34866647 bytes +SHA1 (patch-bfd_Makefile.in) = f8855061f6ee3b365b9482bd55412d551e4e1206 +SHA1 (patch-binutils_Makefile.in) = e264bf986cd75f2c45e07ee3bd40a81c13760e7b +SHA1 (patch-gas_Makefile.in) = c11e7ae5913f62bb0aa50b728dbae88172f154c3 SHA1 (patch-gprof_Makefile.in) = d0fa34064b1fdde3bacff1d223e7490d4747a0b9 -SHA1 (patch-ld_Makefile.in) = 45a26c12d8a95d046ce9b859fd1ccf6a097f19d4 +SHA1 (patch-ld_Makefile.in) = 609f81b79b9d0de857d32c1e17eaccf6073aba3f +SHA1 (patch-libctf_Makefile.in) = 8858241ac2db31b74883b2490212b72ac1420a99 diff --git a/cross/avr-binutils/patches/patch-bfd_Makefile.in b/cross/avr-binutils/patches/patch-bfd_Makefile.in index 17bef3e833a89..ad5bcacc7a1ad 100644 --- a/cross/avr-binutils/patches/patch-bfd_Makefile.in +++ b/cross/avr-binutils/patches/patch-bfd_Makefile.in @@ -1,10 +1,10 @@ -$NetBSD: patch-bfd_Makefile.in,v 1.1 2021/09/08 12:03:00 micha Exp $ +$NetBSD: patch-bfd_Makefile.in,v 1.2 2022/05/23 11:56:35 micha Exp $ Avoid installing info and po (NLS) files. --- bfd/Makefile.in.orig 2021-07-18 16:36:53.000000000 +0000 +++ bfd/Makefile.in -@@ -1748,7 +1748,6 @@ installdirs-am: +@@ -1788,7 +1788,6 @@ installdirs-am: test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) diff --git a/cross/avr-binutils/patches/patch-binutils_Makefile.in b/cross/avr-binutils/patches/patch-binutils_Makefile.in index 723e1823a1529..fe26d42a2a84d 100644 --- a/cross/avr-binutils/patches/patch-binutils_Makefile.in +++ b/cross/avr-binutils/patches/patch-binutils_Makefile.in @@ -1,15 +1,25 @@ -$NetBSD: patch-binutils_Makefile.in,v 1.1 2021/09/08 12:03:00 micha Exp $ +$NetBSD: patch-binutils_Makefile.in,v 1.2 2022/05/23 11:56:35 micha Exp $ Avoid installing po (NLS) files. +Avoid installing info files (which duplicates with other CPU). ---- binutils/Makefile.in.orig 2021-07-18 16:38:08.000000000 +0000 +--- binutils/Makefile.in.orig 2022-02-09 11:48:29.000000000 +0000 +++ binutils/Makefile.in -@@ -569,7 +569,7 @@ zlibdir = @zlibdir@ +@@ -403,7 +403,7 @@ AM_V_texidevnull = $(am__v_texidevnull_@ + am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) + am__v_texidevnull_0 = > /dev/null + am__v_texidevnull_1 = +-INFO_DEPS = doc/binutils.info ++INFO_DEPS = + am__TEXINFO_TEX_DIR = $(srcdir) + DVIS = doc/binutils.dvi + PDFS = doc/binutils.pdf +@@ -632,7 +632,7 @@ zlibdir = @zlibdir@ zlibinc = @zlibinc@ - AUTOMAKE_OPTIONS = dejagnu no-dist foreign subdir-objects + AUTOMAKE_OPTIONS = dejagnu no-dist foreign subdir-objects info-in-builddir no-texinfo.tex ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd --SUBDIRS = doc po -+SUBDIRS = doc +-SUBDIRS = po ++SUBDIRS = tooldir = $(exec_prefix)/$(target_alias) + MAINTAINERCLEANFILES = $(man_MANS) doc/binutils.info doc/cxxfilt.man - # Automake 1.10+ disables lex and yacc output file regeneration if diff --git a/cross/avr-binutils/patches/patch-binutils_doc_Makefile.in b/cross/avr-binutils/patches/patch-binutils_doc_Makefile.in deleted file mode 100644 index 9eebb6e4b6051..0000000000000 --- a/cross/avr-binutils/patches/patch-binutils_doc_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-binutils_doc_Makefile.in,v 1.1 2021/09/08 12:03:00 micha Exp $ - -Avoid installing info files (which duplicates with other CPU). - ---- binutils/doc/Makefile.in.orig 2021-07-18 16:38:08.000000000 +0000 -+++ binutils/doc/Makefile.in -@@ -182,7 +182,7 @@ AM_V_texidevnull = $(am__v_texidevnull_@ - am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) - am__v_texidevnull_0 = > /dev/null - am__v_texidevnull_1 = --INFO_DEPS = binutils.info -+INFO_DEPS = - am__TEXINFO_TEX_DIR = $(srcdir) - DVIS = binutils.dvi - PDFS = binutils.pdf diff --git a/cross/avr-binutils/patches/patch-etc_Makefile.in b/cross/avr-binutils/patches/patch-etc_Makefile.in deleted file mode 100644 index 1096f84892d81..0000000000000 --- a/cross/avr-binutils/patches/patch-etc_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-etc_Makefile.in,v 1.1 2021/09/08 12:03:00 micha Exp $ - -Avoid installing info files (which duplicates with other CPU). - ---- etc/Makefile.in.orig 2021-07-08 11:37:19.000000000 +0000 -+++ etc/Makefile.in -@@ -68,7 +68,7 @@ config.status: $(srcdir)/configure - dist: - check: - info html dvi ps pdf: --install install-strip install-info install-html install-pdf: -+install install-strip install-html install-pdf: - installcheck: - uninstall: - TAGS: diff --git a/cross/avr-binutils/patches/patch-gas_Makefile.in b/cross/avr-binutils/patches/patch-gas_Makefile.in index 1f00d5c4aef89..a6beed0770246 100644 --- a/cross/avr-binutils/patches/patch-gas_Makefile.in +++ b/cross/avr-binutils/patches/patch-gas_Makefile.in @@ -1,15 +1,15 @@ -$NetBSD: patch-gas_Makefile.in,v 1.1 2021/09/08 12:03:00 micha Exp $ +$NetBSD: patch-gas_Makefile.in,v 1.2 2022/05/23 11:56:35 micha Exp $ -Avoid installing po (NLS) files. +Avoid installing info files (which duplicates with other CPU). ---- gas/Makefile.in.orig 2021-07-18 16:37:38.000000000 +0000 +--- gas/Makefile.in.orig 2022-02-09 11:48:02.000000000 +0000 +++ gas/Makefile.in -@@ -421,7 +421,7 @@ zlibdir = @zlibdir@ - zlibinc = @zlibinc@ - AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects - ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd --SUBDIRS = doc po -+SUBDIRS = doc - tooldir = $(exec_prefix)/$(target_alias) - - # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is +@@ -266,7 +266,7 @@ AM_V_texidevnull = $(am__v_texidevnull_@ + am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) + am__v_texidevnull_0 = > /dev/null + am__v_texidevnull_1 = +-INFO_DEPS = doc/as.info ++INFO_DEPS = + TEXINFO_TEX = $(top_srcdir)/../texinfo.tex + am__TEXINFO_TEX_DIR = $(top_srcdir)/.. + DVIS = doc/as.dvi diff --git a/cross/avr-binutils/patches/patch-gas_doc_Makefile.in b/cross/avr-binutils/patches/patch-gas_doc_Makefile.in deleted file mode 100644 index d1033191f9932..0000000000000 --- a/cross/avr-binutils/patches/patch-gas_doc_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-gas_doc_Makefile.in,v 1.1 2021/09/08 12:03:00 micha Exp $ - -Avoid installing info files (which duplicates with other CPU). - ---- gas/doc/Makefile.in.orig 2021-07-18 16:37:38.000000000 +0000 -+++ gas/doc/Makefile.in -@@ -175,7 +175,7 @@ AM_V_texidevnull = $(am__v_texidevnull_@ - am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) - am__v_texidevnull_0 = > /dev/null - am__v_texidevnull_1 = --INFO_DEPS = as.info -+INFO_DEPS = - TEXINFO_TEX = $(top_srcdir)/../texinfo.tex - am__TEXINFO_TEX_DIR = $(top_srcdir)/.. - DVIS = as.dvi diff --git a/cross/avr-binutils/patches/patch-ld_Makefile.in b/cross/avr-binutils/patches/patch-ld_Makefile.in index b73d20e655567..6213225a8476c 100644 --- a/cross/avr-binutils/patches/patch-ld_Makefile.in +++ b/cross/avr-binutils/patches/patch-ld_Makefile.in @@ -1,10 +1,10 @@ -$NetBSD: patch-ld_Makefile.in,v 1.1 2021/09/08 12:03:00 micha Exp $ +$NetBSD: patch-ld_Makefile.in,v 1.2 2022/05/23 11:56:35 micha Exp $ Avoid installing info and po (NLS) files. --- ld/Makefile.in.orig 2021-07-18 16:38:34.000000000 +0000 +++ ld/Makefile.in -@@ -298,7 +298,7 @@ AM_V_texidevnull = $(am__v_texidevnull_@ +@@ -299,7 +299,7 @@ AM_V_texidevnull = $(am__v_texidevnull_@ am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = @@ -13,7 +13,7 @@ Avoid installing info and po (NLS) files. am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo DVIS = ld.dvi PDFS = ld.pdf -@@ -540,7 +540,7 @@ zlibinc = @zlibinc@ +@@ -541,7 +541,7 @@ zlibinc = @zlibinc@ AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign info-in-builddir ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd TEXINFO_TEX = ../texinfo/texinfo.tex diff --git a/cross/avr-binutils/patches/patch-libctf_Makefile.in b/cross/avr-binutils/patches/patch-libctf_Makefile.in new file mode 100644 index 0000000000000..3068376b433f2 --- /dev/null +++ b/cross/avr-binutils/patches/patch-libctf_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-libctf_Makefile.in,v 1.1 2022/05/23 11:56:35 micha Exp $ + +Avoid installing info files (which duplicates with other CPU). + +--- libctf/Makefile.in.orig 2022-01-22 12:22:10.000000000 +0000 ++++ libctf/Makefile.in +@@ -306,7 +306,7 @@ am__v_texidevnull_ = $(am__v_texidevnull + am__v_texidevnull_0 = > /dev/null + am__v_texidevnull_1 = + am__dirstamp = $(am__leading_dot)dirstamp +-INFO_DEPS = doc/ctf-spec.info ++INFO_DEPS = + am__TEXINFO_TEX_DIR = $(srcdir) + DVIS = doc/ctf-spec.dvi + PDFS = doc/ctf-spec.pdf From acc15d8b8f5809696a7fc017e1d4505128e1ea87 Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 23 May 2022 11:57:49 +0000 Subject: [PATCH 0866/1154] doc: Updated cross/avr-binutils to 2.38 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f71a790dbb47b..211c4c273f413 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2693 2022/05/23 11:48:15 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2694 2022/05/23 11:57:49 micha Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4144,3 +4144,4 @@ Changes to the packages collection and infrastructure in 2022: Updated news/flnews to 1.1.0 [micha 2022-05-23] Updated shells/elvish to 0.18.0 [pin 2022-05-23] Updated math/R-zoo to 1.8.10 [mef 2022-05-23] + Updated cross/avr-binutils to 2.38 [micha 2022-05-23] From da8b4c8e04978514bed3735904ad27a811ac4cba Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 23 May 2022 12:05:52 +0000 Subject: [PATCH 0867/1154] Updated multimedia/mkvtoolnix, devel/py-cachecontrol --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 211c4c273f413..6b7e48ee84917 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2694 2022/05/23 11:57:49 micha Exp $ +$NetBSD: CHANGES-2022,v 1.2695 2022/05/23 12:05:52 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4145,3 +4145,5 @@ Changes to the packages collection and infrastructure in 2022: Updated shells/elvish to 0.18.0 [pin 2022-05-23] Updated math/R-zoo to 1.8.10 [mef 2022-05-23] Updated cross/avr-binutils to 2.38 [micha 2022-05-23] + Updated multimedia/mkvtoolnix to 68.0.0 [adam 2022-05-23] + Updated devel/py-cachecontrol to 0.12.11 [adam 2022-05-23] From ff85acd86d535f37551acf64943d413dd117c5d7 Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 23 May 2022 13:08:02 +0000 Subject: [PATCH 0868/1154] devel/doxygen: Update to 1.9.4 Bug fixes ========= bug 334859 HTMLHELP: Underscore in chm file name prevents linking between chm files [view], [view] bug 711041 Undocumented "enum" values in TOC of qhp files causes tag-mismatch and corrupt TOC [view] bug 783768 QCH files: classes & their constructors get conflicting keyword handling [view] bug_445536 Select folder for STRIP_FROM_PATH [view] bug_644899 New diagram implementing environment [view], and [view] bug_698167 HIDE_SCOPE_NAMES does not hide namespace scope for functions within it [view] bug_711041 Undocumented "enum" values in TOC of qhp files causes tag-mismatch and corrupt TOC. [view], [view], [view] issue #6382 computational time issue of Java generics [view], [view] issue #6992 Automatic Coverity run [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], [view], and [view] issue #7543 Support PlantUML in Markdown [view] issue #7873 Combining `///`-style comments with macros containing @cond/@endcond causes a preprocessor error [view] issue #8355 Doxywizard 1.9.x doesn't start up properly [view] issue #8487 Doxygen doesn't generate links to C# classes in different namespaces [view], [view] issue #8784 CLANG_ASSISTED_PARSING tries to parse markdown files [view] issue #9003 Button Show HTML-Output doesn't work [view] issue #9005 Function prototype matching @fn command, but link between both is not made [view] issue #9006 Doxygen 1.9.3 replaces '--' with '–' inside formula alias [view] issue #9007 Using DOT_PATH with a symlink for dot does not always work [view], and [view] issue #9027 SEARCHDATA_FILE (searchdata.xml) keyword elements blank [view] issue #9028 DoxyVerb environment should terminate the previous paragraph before changing paragraph formatting [view] issue #9045 wrong grammar/spelling in german html Output [view] issue #9051 Wrong "Related page" generating in 1.9.3 (works good in 1.9.1!) from *.md files [view], [view] issue #9054 Feature Request: Doxywizard: Customize Doxyfile Line Endings [view] issue #9055 Objective C method / property attribute decoration confuses parsing [view] issue #9058 Strip leading spaces in QHP file [view], [view] issue #9070 Doxygen is not showing all called functions in graph plot [view], [view] issue #9074 Menubar Links not Parsed Correctly [view] issue #9075 .html Extension Removed from Tag File URLs [view] issue #9094 Wrong QHP index structure [view], [view] issue #9124 Latex: Does not properly compile when PROJECT_BRIEF contains commas [view] issue #9127 Doxywizard truncates standard input passed to doxygen process. [view] issue #9135 Qhelpgenerator debug mode [view] issue #9136 master does not compile on Mac 12.2.1 [view] issue #9138 QHP index contains duplicated file entries [view] issue #9143 warning file-line format in Possible candidates [view] issue #9144 problem with matching function when using namespace [view] issue #9148 No uniquely matching class member, but no candidates are printed. [view] issue #9155 Doxygen crash with NUM_PROC_THREADS>1 [view], [view], [view] issue #9157 Codebase static analysis shows some potential leaks and nullptr access [view] issue #9158 Python: Two classes in one file, second class documentation block copied into its class method block [view] issue #9171 XML output for dot file uses relative path in 1.9.3 [view] issue #9187 doxygen -x_noenv option to not expand environment variables [view], [view] issue #9190 DOC: Mention -x switch in the "Support" page [view], [view] issue #9192 "Packages" has a "Packages" in the tree [view] issue #9195 fix for warning: documentation for unknown define [view] issue #9200 Doxygen cannot resolve link to HTML anchor page [view] issue #9211 @file is confused by symlinks (regression since 1.9.1) [view] issue #9217 Can't load MathJax 3 extensions [view] issue #9229 Crash with Segmentation fault in ClassDefImpl::mergeMembers [view] issue #9234 NUM_PROC_THREADS not being honored when processing input [view] issue #9241 Undocumented external namespaces from .tags files are shown in output Namespace index [view] issue #9243 GHC_NO_DIRENT_D_TYPE should be defined on Solaris [view] issue #9251 HTML extensions stripped from DOT SVG links with tagfiles [view] issue #9254 Missing first word of page in case of existing \page command in markdown [view] issue #9257 Build Error regarding vhdlparser [view] issue #9264 Markdown tables not rendered for parameters [view] issue #9266 doxygen runtime went from 10minutes to >14hours (lots of using namespace) [view] issue #9269 Not able to compile with MSYS2/mingw (file too big) [view], [view], [view] issue #9274 Automatic links not working in examples that use C++ source [Potential Bug] [view], [view], [view], [view] issue #9276 File-Line is omitted when suggesting possible candidates depending on noMatchCount [view] issue #9284 Clicking external link within search results with EXT_LINKS_IN_WINDOW=YES opens the link in the search results box [view] issue #9296 gives up after seeing egregiously complex template code [view] issue #9298 Segfault in Fortran parser (heap use after free) [view], [view] Recognize type= as variable in Fortran [view] Concept mising in the layout description [view] Detecting end of body in python [view] SHOW_FILES=NO could cause broken links for grouped files [view] Source code was missing line anchors in the HTML output when using libclang [view] Updated Hindi Locale ID (LCID): 0x439 Hindi [view] INCLUDE_PATH is not recursive [view] Spurious colon in the output [view] Global enum incorporates values from an enum class [view] Incorrect check on a list item. [view] Incorrect doxygen help information [view] Incorrect line number in warning message [view] Incorrect macro file name in LaTeX [view] Incorrect protection for test 28 [view] Incorrect representation of some items in HTMLHELP [view] Incorrect version in language documentation [view] Don't create anchor for \name command [view] add missing newline in docu [view] synchronize man and help messages [view] Features ======== Add CINDEX_NO_EXPORTS option when linking against static libclang [view] Introduce CREATE_SUBDIRS_LEVEL [view] Add for the xml output also xml to the markdown image representation. [view] Adding Qt6 support [view] Update Bulgarian translation [view] Better translation for trPackageMembers [view] Refer to chapter Grouping with GROUP_GRAPHS [view] HTMLHELP warning on using svg as image format for graphs [view] mention doxygen debugging flags on the web [view] mention how to get additional usage flags [view] Deprecated functionality ======================== Dropping Qt4 support [view] Restrict usable flex version to 2.6.4 and higher [view], and [view] Update to require JavaCC 7.0.6 or higher [view] C++17 compiler is now required to compile doxygen [view] Refactoring and cleanup ======================= Add null pointer checks for dynamic casts of LayoutDocEntry objects [view] Add test possibility to check the structure of the index.qhp file [view] Add try-catch around DocParser's destructor to avoid coverity warning [view] Added GHC_OS_SOLARIS [view] Added missing include and remove redundant code [view] Added support for Bulgarian [view] Added translation for the Hindi-language and signed up as a maintainer for the same. [view] Adjustments according to the new README [view] Align latex commands [view] Allow multi-threaded computation of tooltips [view] Automatically set copyright year in doxygen man page [view] Automatically show correct year in about box [view], [view] Avoid compiler error on systems where size_t==unsigned int [view] Correcting default settings when running HTMLHELP [view] Determination of fixed source form. [view] Downgrade stale translator warning to message [view] Enable always all languages [view] Enable the equal sign in the file mask [view] Error when generating documentation with formulas a second time [view] Extended support for language specified in markdown fenced code blocks [view] Fix build with MinGW and Ninja [view] Fix debug prints [view] Fix e-mail obfuscation issue in the manual [view] Fix for merge issue [view] Fix for translator.py to deal with =default destructor [view] Fix for unsigned int issue [view] Fix multi-threading issues if SERVER_BASED_SEARCH=YES [view] Fix potential stack overflow [view] Fix repeated words [view] Fixed potential crash in case cached item was already purged [view] Fixed regression that introduced an invalid

    in HTML [view] Fixed version check and did some simplifications and refactoring [view] Handling enums in settings that double as boolean [view], [view], [view] Handling of value of visible attribute [view] Interaction of tests for xhtml and qhp [view] Line numbers not shown in gray in source code [view] Make better use of capture ranges [view] Make boolean representation mapping part of ConfigValues::Info [view] Making Windows executable large address aware [view] Making tag information better available [view], [view] Minor optimisation [view] Missing in description of doxyparse [view] Missing part of output due to wrong emoji command [view] Modernize LANGUAGE.HOWTO [view] Move editbin logic to a separate cmake file [view] Moving punctuation dependency to translator [view], [view], [view] Prevent running coverity scan when no commit are made [view] Problem compiling under Cygwin [view] QCString: make str() accessor return a const& [view] QCString: slightly faster mid [view] Reduce number of calls into visited map [view] Reduced code duplication, optimized performance [view], and [view] Refactoring: Moved duplicated functionality into BufStr [view] Refactoring: clean up destructors [view] Refactoring: implement visitors using std::visit and std::variant [view] Refactoring: reimplemented tagreader structures [view] Refactoring: remove unneeded class OutputDocInterface [view] Refactoring: replace custom variant class by std::variant [view] Refactoring: replace old style casts [view], [view], and [view] Refactoring: split docparser [view] Reference to non existing anchor with "More..." [view] Reinstate warnings about stale translations [view] Remove retrieval of the process count for tests [view] Removed unused function in configgen.py [view] Removing obsolete functions [view] Replace static Config_Get... by just Config_get... [view] Replaced DocNode::kind() by dynamic_cast checks [view] Replaced conditional sections by adapter and fixed some signals [view] Simplified documentation and implementation a bit [view] Split of javascript search index into separate files [view] Trace statement in markdown.cpp [view], [view] Uniform retrieval file definition [view] Uniform retrieval of language code by means of translator unit [view] clarify what the last comments in man refer to [view] optional command variables and align mkidx and latex command approaches [view] pass const& of LinkedRefMap to prevent creating temporary copies [view] --- devel/doxygen/Makefile | 13 +++++++------ devel/doxygen/PLIST | 3 ++- devel/doxygen/distinfo | 12 ++++++------ .../doxygen/patches/patch-filesystem_filesystem.hpp | 8 ++++---- devel/doxygen/patches/patch-src_dirdef.cpp | 4 ++-- 5 files changed, 21 insertions(+), 19 deletions(-) diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 7dfd042271fe3..6935d1e4500ec 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.159 2022/04/18 19:10:49 adam Exp $ +# $NetBSD: Makefile,v 1.160 2022/05/23 13:08:02 micha Exp $ -DISTNAME= doxygen-1.9.3.src +DISTNAME= doxygen-1.9.4.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://doxygen.nl/files/ @@ -15,9 +14,11 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} UNLIMIT_RESOURCES+= datasize -# doxygen upstream uses this version of flex -FLEX_REQD= 2.5.35 -# Uses -std=c++14 +# doxygen changelog says at least this version of flex is required +FLEX_REQD= 2.6.4 +# doxygen changelog says a C++17 compiler is required. Uses -std=gnu++1z +# Native std::filesystem requires GCC 9. Patch for emulation is still present +# Tested to work with GCC 7.5.0 from NetBSD 9.2 GCC_REQD+= 5 USE_CMAKE= yes USE_LANGUAGES= c c++ diff --git a/devel/doxygen/PLIST b/devel/doxygen/PLIST index 84c92f9580a73..14b35b00b2f11 100644 --- a/devel/doxygen/PLIST +++ b/devel/doxygen/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.46 2022/03/30 16:35:27 micha Exp $ +@comment $NetBSD: PLIST,v 1.47 2022/05/23 13:08:02 micha Exp $ bin/doxygen ${PLIST.qt}bin/doxywizard ${PLIST.latex}man/man1/doxygen.1 @@ -1152,5 +1152,6 @@ ${PLIST.latex}share/doc/doxygen/html/tab_h.png ${PLIST.latex}share/doc/doxygen/html/tab_s.png ${PLIST.latex}share/doc/doxygen/html/tables.html ${PLIST.latex}share/doc/doxygen/html/tabs.css +${PLIST.latex}share/doc/doxygen/html/translator_report.txt ${PLIST.latex}share/doc/doxygen/html/trouble.html ${PLIST.latex}share/doc/doxygen/html/xmlcmds.html diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index 78055a357b13e..45d2b6137e664 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.73 2022/03/30 16:35:27 micha Exp $ +$NetBSD: distinfo,v 1.74 2022/05/23 13:08:02 micha Exp $ -BLAKE2s (doxygen-1.9.3.src.tar.gz) = 2341a303699e431ac93dea2d93e977b415b999968b9d173f357b2b9afd691024 -SHA512 (doxygen-1.9.3.src.tar.gz) = 2a9f052ec7b1abea2da4fccda2428563c268a025a43698f1f8296087b9a584c4a063774c5368de9f9859bf1b17b8e911273374726c5a4bc7b477f811c192d712 -Size (doxygen-1.9.3.src.tar.gz) = 5152156 bytes -SHA1 (patch-filesystem_filesystem.hpp) = c45e462efa3f43ce6db24d0002252cf306b6d0c9 -SHA1 (patch-src_dirdef.cpp) = 922b3b2198f471c60aca16f24b6786b1fb5ab73d +BLAKE2s (doxygen-1.9.4.src.tar.gz) = 7998739d5c73384efbfdc27257e9251226c5bb550a6a2da0063255976e4c9144 +SHA512 (doxygen-1.9.4.src.tar.gz) = 613f17800ebd05b66b1954af4d51282a1779678e7ade6c43046fc940742a697ebdf3af8e94ac70a3422bc96def663e70eaea8c4349d192e2fe5e516c57cc345a +Size (doxygen-1.9.4.src.tar.gz) = 5196383 bytes +SHA1 (patch-filesystem_filesystem.hpp) = 841ae28710d3fdbb75123dc804cbc13da8448d1b +SHA1 (patch-src_dirdef.cpp) = d10fb53e25cffac04129140e85bc836e5e7c8256 diff --git a/devel/doxygen/patches/patch-filesystem_filesystem.hpp b/devel/doxygen/patches/patch-filesystem_filesystem.hpp index bc29387a22eb4..b6f99b0e8dcd1 100644 --- a/devel/doxygen/patches/patch-filesystem_filesystem.hpp +++ b/devel/doxygen/patches/patch-filesystem_filesystem.hpp @@ -1,11 +1,11 @@ -$NetBSD: patch-filesystem_filesystem.hpp,v 1.2 2022/03/26 21:10:59 tnn Exp $ +$NetBSD: patch-filesystem_filesystem.hpp,v 1.3 2022/05/23 13:08:02 micha Exp $ Disable use of experimental compiler features. Failed with GCC 7.4.0 on NetBSD. --- filesystem/filesystem.hpp.orig 2021-05-24 09:14:03.505674000 +0000 +++ filesystem/filesystem.hpp -@@ -69,6 +69,7 @@ +@@ -72,6 +72,7 @@ #define GHC_OS_CYGWIN #elif defined(__svr4__) #define GHC_OS_SYS5R4 @@ -13,7 +13,7 @@ Failed with GCC 7.4.0 on NetBSD. #elif defined(BSD) #define GHC_OS_BSD #elif defined(__EMSCRIPTEN__) -@@ -238,6 +239,7 @@ +@@ -241,6 +242,7 @@ #define GHC_HAS_STD_STRING_VIEW #endif @@ -21,7 +21,7 @@ Failed with GCC 7.4.0 on NetBSD. // Standard library support for std::experimental::string_view. #if defined(_LIBCPP_VERSION) && (_LIBCPP_VERSION >= 3700 && _LIBCPP_VERSION < 7000) && (__cplusplus >= 201402) #define GHC_HAS_STD_EXPERIMENTAL_STRING_VIEW -@@ -247,6 +249,7 @@ +@@ -250,6 +252,7 @@ // macro _GLIBCXX_USE_DUAL_ABI is always defined in libstdc++ from gcc-5 and newer #define GHC_HAS_STD_EXPERIMENTAL_STRING_VIEW #endif diff --git a/devel/doxygen/patches/patch-src_dirdef.cpp b/devel/doxygen/patches/patch-src_dirdef.cpp index 4d83e4637d7ca..ae942158a52ce 100644 --- a/devel/doxygen/patches/patch-src_dirdef.cpp +++ b/devel/doxygen/patches/patch-src_dirdef.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-src_dirdef.cpp,v 1.2 2021/12/13 13:47:06 micha Exp $ +$NetBSD: patch-src_dirdef.cpp,v 1.3 2022/05/23 13:08:02 micha Exp $ Doxygen encodes the source directory path into some of the output filenames. This is problematic in a pkgsrc context as it means WRKDIR pathnames can appear @@ -6,7 +6,7 @@ in generated filenames. Fix by reverting to the old way of naming the files. --- src/dirdef.cpp.orig 2021-08-17 17:10:43.000000000 +0000 +++ src/dirdef.cpp -@@ -211,7 +211,7 @@ QCString DirDefImpl::getOutputFileBase() +@@ -214,7 +214,7 @@ QCString DirDefImpl::getOutputFileBase() { //printf("DirDefImpl::getOutputFileBase() %s->dir_%s\n", // qPrint(m_diskName),qPrint(encodeDirName(m_diskName))); From 4653466e4596ed01511c0b00112cff57d89db9ec Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 23 May 2022 13:09:12 +0000 Subject: [PATCH 0869/1154] doc: Updated devel/doxygen to 1.9.4 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6b7e48ee84917..1188a2f3160ae 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2695 2022/05/23 12:05:52 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2696 2022/05/23 13:09:12 micha Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4147,3 +4147,4 @@ Changes to the packages collection and infrastructure in 2022: Updated cross/avr-binutils to 2.38 [micha 2022-05-23] Updated multimedia/mkvtoolnix to 68.0.0 [adam 2022-05-23] Updated devel/py-cachecontrol to 0.12.11 [adam 2022-05-23] + Updated devel/doxygen to 1.9.4 [micha 2022-05-23] From fc4069a64414096c22706a504f93b6d020fb5c2e Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 23 May 2022 13:48:53 +0000 Subject: [PATCH 0870/1154] ffmpeg2 ffplay2: updated to 2.8.20 version 2.8.20: avcodec/ac3enc: Fix memleak avformat/nutenc: don't allocate a dynamic AVIOContext if no index is going to be written avfilter/vf_random: fix memory leaks fftools/ffmpeg_opt: Fix leak of options when parsing options fails avfilter/vf_edgedetect: fix heap-buffer overflow avfilter/vf_w3fdif: deny processing small videos avfilter/vf_edgedetect: check if height is big enough avfilter/vf_fieldorder: fix heap-buffer overflow avfilter/vf_fieldmatch: fix heap-buffer overflow aformat/movenc: add missing padding to output track extradata avcodec/pngenc: remove monowhite from apng formats version 2.8.19: configure: bump year avcodec/diracdec: avoid signed integer overflow in global mv avcodec/apedec: fix a integer overflow in long_filter_high_3800() avformat/aqtitledec: Skip unrepresentable durations avformat/cafdec: Do not store empty keys in read_info_chunk() avformat/matroskadec: Check pre_ns avcodec/sonic: Use unsigned for predictor_k to avoid undefined behavior avformat/matroskadec: Use rounded down duration in get_cue_desc() check avformat/mov: Disallow empty sidx avformat/matroskadec: Check duration avcodec/jpeglsdec: Fix if( code style avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for error avcodec/motion_est: fix indention of ff_get_best_fcode() avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode() avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using unsigned avformat/matroskadec: Check desc_bytes avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value() avformat/matroskadec: Fix infinite loop with bz decompression avformat/mov: Check size before subtraction avcodec/apedec: Fix integer overflows in predictor_update_3930() avcodec/apedec: fix integer overflow in 8bit samples avformat/flvdec: timestamps cannot use the full int64 range avcodec/vqavideo: reset accounting on error avformat/4xm: Check for duplicate track ids avformat/4xm: Consider max_streams on reallocating tracks array avformat/mov: Check next offset in mov_read_dref() avformat/mxfdec: Check for duplicate mxf_read_index_entry_array() avcodec/apedec: Change avg to uint32_t avformat/mov: Check for EOF in mov_read_glbl() avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weighted_vector_sum() avformat/movenc: Fix segfault when remuxing rtp hint stream avformat/tty: add probe function avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZE avcodec/ttadsp: Fix integer overflows in tta_filter_process_c() version 2.8.18: lavf/rawenc: Only accept the appropriate stream type for raw muxers. avformat/icodec: Check for zero streams and stream creation failure avformat/bintext: Check width in idf_read_header() avformat/bintext: Check width configure: update copyright year avformat/wavdec: Check smv_block_size avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830() oavformat/avidec: Check offset in odml avcodec/mxpegdec: Check for AVDISCARD_ALL avcodec/flicvideo: Check remaining bytes in FLI*COPY avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4 avformat/jacosubdec: Check for min in t overflow in get_shift() avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet() avcodec/jpeg2000dec: Check that atom header is within bytsetream avcodec/apedec: Fix 2 integer overflows in filter_3800() avcodec/mjpegdec: Check for bits left in mjpeg_decode_scan_progressive_ac() avformat/adtsenc: return value check for init_get_bits in adts_decode_extradata avcodec/webp: Check available space in loop in decode_entropy_coded_image() avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_mode avcodec/frame_thread_encoder: Free AVCodecContext structure on error during init avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_line() avcodec/vc1dec: Disable error concealment for *IMAGE avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c() avformat/wtvdec: Check for EOF before seeking back in parse_media_type() avformat/wavdec: Use 64bit in new_pos computation avformat/sbgdec: Check for overflow in timestamp preparation avformat/dsicin: Check packet size for overflow avformat/bfi: check nframes avformat/avidec: fix position overflow in avi_load_index() avformat/aiffdec: Check for size overflow in header parsing avformat/mxfdec: Check size for shrinking avcodec/dnxhddec: check and propagate function return value swscale/slice: Fix wrong return on error swscale/slice: Check slice for allocation failure avformat/matroskadec: Fix handling of huge default durations avcodec/lpc: check for zero err in normalization in compute_lpc_coefs() avformat/ftp: Check for av_strtok() failure tools/cws2fws: Check read() for failure avcodec/cpia: Fix missing src_size update avformat/rmdec: Check old_format len for overflow avformat/realtextdec: Check the pts difference before using it for the duration computation avformat/qcp: Avoid negative nb_rates avformat/nutdec: Check tmp_size avformat/mpc8: Check for position overflow in mpc8_handle_chunk() avformat/dxa: Check fps to be within the supported range more precissely avformat/tta: Check for EOF in index reading loop Update missed irc links avformat/rpl: The associative law doesnt hold for signed integers in C avcodec/faxcompr: Check available bits in decode_uncompressed() avcodec/faxcompr: Check if bits are available before reading in cmode == 9 || cmode == 10 avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1 avformat/rpl: Check for EOF and zero framesize avcodec/svq1enc: Do not print debug RD value before it has been computed avcodec/aacpsy: Check bandwidth avfilter/vf_yadif: Fix handing of tiny images avformat/cinedec: Fix index_entries size check avcodec/lpc: Avoid floating point division by 0 avcodec/aacpsy: Avoid floating point division by 0 of norm_fac avcodec/exr: x/ymax cannot be INT_MAX avcodec/faxcompr: Check for end of bitstream in decode_group3_1d_line() and decode_group3_2d_line() avcodec/utils: treat PAL8 for jpegs similar to other colorspaces avcodec/jpeglsdec: Set alpha plane in PAL8 so image is not 100% transparent avformat/id3v2: Check end for overflow in id3v2_parse() avformat/wtvdec: Improve size overflow checks in parse_chunks() avcodec/faxcompr: Check remaining bits on error in decode_group3_1d_line() avcodec/dpx: Check bits_per_color earlier avcodec/pnm_parser: Check image size addition for overflow avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change() avformat/mov: Ignore multiple STSC / STCO avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields() avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice() avutil/common: Add FF_PTR_ADD() avformat/wtvdec: Check size in SBE2_STREAM_DESC_EVENT / stream2_guid avformat/cafdec: Do not build an index if all packets are the same avcodec/sonic: Use unsigned temporary in predictor_calc_error() avformat/flvdec: Check array entry number avformat/movenc: Avoid loosing cluster array on failure avformat/avidec: Check for dv streams before using priv_data in parse ##dc/##wb avcodec/ffwavesynth: Avoid signed integer overflow in phi_at() avcodec/mpeg4videoenc: Check extradata malloc() avcodec/jpegls: Check A[Q] for overflow in ff_jpegls_update_state_regular() avutil/timecode: Avoid fps overflow avformat/mvi: Check audio size for more overflows avcodec/ffv1dec: Check if trailer is available avcodec/4xm: Check pre_gb in decode_i_block() avformat/flvdec: Check double before cast in parse_keyframes_index() avformat/paf: Check for EOF before allocation in read_header() avformat/aiffdec: Check that SSND is at least 8 bytes avcodec/alsdec: Check bitstream input in read_block() avformat/mov: Extend data_size check in mov_read_udta_string() avformat/microdvddec: use 64bit for durations avcodec/hapdec: Change compressed_offset to unsigned 32bit avformat/rmdec: Check codec_length without overflow avformat/nutdec: Check timebase count against main header length avformat/electronicarts: Clear partial_packet on error avcodec/pnm_parser: Check av_image_get_buffer_size() for failure avformat/samidec: Sanity check pts avformat/avidec: Use 64bit in get_duration() avformat/mvdec: Check for EOF in read_index() avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular() avformat/id3v2: Check the return from avio_get_str() avcodec/hevc_sei: Check payload size in decode_nal_sei_message() libavutil/eval: Remove CONFIG_TRAPV special handling avformat/wtvdec: Check len in parse_chunks() to avoid overflow avformat/4xm: Make audio_frame_count 64bit avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapper avformat/rmdec: Reorder operations to avoid overflow avcodec/mxpegdec: fix SOF counting avformat/rmdec: Fix codecdata_length overflow check avcodec/simple_idct: Fix undefined integer overflow in idct4row() avformat/tta: Use 64bit intermediate for index avcodec/vp3: Check input amount in theora_decode_header() avformat/wavdec: Check avio_get_str16le() for failure avformat/flvdec: Check for EOF in amf_skip_tag() avformat/tedcaptionsdec: Check for overflow in parse_int() avformat/mpc8: Check size before implicitly converting to int avformat/nutdec: Fix integer overflow in count computation avformat/utils: Check dts in update_initial_timestamps() more avformat/flvdec: Check for avio_read() failure in amf_get_string() avformat/flvdec: Check for nesting depth in amf_skip_tag() avformat/flvdec: Check for nesting depth in amf_parse_object() avformat/asfdec_o: Check for EOF in asf_read_marker() avformat/utils: Check dts - (1< Date: Mon, 23 May 2022 13:50:19 +0000 Subject: [PATCH 0871/1154] ffmpeg3 ffplay3: updated to 3.4.11 version 3.4.11: avfilter/vf_colorspace: fix memmory leaks avcodec/ac3enc: Fix memleak avformat/nutenc: don't allocate a dynamic AVIOContext if no index is going to be written avfilter/vf_random: fix memory leaks avfilter/vf_bwdif: fix heap-buffer overflow fftools/ffmpeg_opt: Fix leak of options when parsing options fails avfilter/vf_edgedetect: fix heap-buffer overflow avfilter/vf_w3fdif: deny processing small videos avfilter/vf_avgblur: fix heap-buffer overflow avfilter/af_tremolo: fix heap-buffer overflow avfilter/vf_edgedetect: check if height is big enough avfilter/vf_bitplanenoise: fix overreads avfilter/vf_fieldorder: fix heap-buffer overflow avfilter/vf_fieldmatch: fix heap-buffer overflow aformat/movenc: add missing padding to output track extradata avcodec/pngenc: remove monowhite from apng formats version 3.4.10: avfilter/vf_lenscorrection: make width/height int avcodec/diracdec: avoid signed integer overflow in global mv avcodec/takdsp: Fix integer overflow in decorrelate_sf() avcodec/apedec: fix a integer overflow in long_filter_high_3800() avfilter/vf_subtitles: pass storage size to libass avformat/aqtitledec: Skip unrepresentable durations avformat/cafdec: Do not store empty keys in read_info_chunk() avformat/hls: Check target_duration avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn() avformat/matroskadec: Check pre_ns avcodec/sonic: Use unsigned for predictor_k to avoid undefined behavior avformat/matroskadec: Use rounded down duration in get_cue_desc() check avformat/avidec: Check height avformat/rmdec: Better duplicate tags check avformat/mov: Disallow empty sidx avformat/matroskadec: Check duration avcodec/jpeglsdec: Fix if( code style avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for error avcodec/motion_est: fix indention of ff_get_best_fcode() avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode() avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using unsigned avformat/matroskadec: Check desc_bytes avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value() avformat/matroskadec: Fix infinite loop with bz decompression avformat/mov: Check size before subtraction avcodec/apedec: Fix integer overflows in predictor_update_3930() avcodec/apedec: fix integer overflow in 8bit samples avformat/flvdec: timestamps cannot use the full int64 range avcodec/vqavideo: reset accounting on error avcodec/alacdsp: fix integer overflow in decorrelate_stereo() avformat/4xm: Check for duplicate track ids avformat/4xm: Consider max_streams on reallocating tracks array avformat/mov: Check next offset in mov_read_dref() avformat/mxfdec: Check for duplicate mxf_read_index_entry_array() avcodec/apedec: Change avg to uint32_t avformat/mov: Disallow duplicate smdm avformat/mov: Check for EOF in mov_read_glbl() avformat/mov: Check channels for mov_parse_stsd_audio() avformat/avidec: Check read_odml_index() for failure avformat/aiffdec: Use av_rescale() for bitrate avformat/aiffdec: sanity check block_align avformat/aiffdec: Check sample_rate avfilter/vf_gblur: fix heap-buffer overflow avfilter/vf_lenscorrection: fix division by zero avformat/latmenc: abort if no extradata is available avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weighted_vector_sum() avformat/movenc: Fix segfault when remuxing rtp hint stream avformat/tty: add probe function avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZE avcodec/ttadsp: Fix integer overflows in tta_filter_process_c() avutil/mathematics: Document av_rescale_rnd() behavior on non int64 results configure: Add missing libshine->mpegaudioheader dependency version 3.4.9: avformat/wavdec: Check smv_block_size avformat/rmdec: Check for multiple audio_stream_info avcodec/apedec: Use 64bit to avoid overflow avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830() oavformat/avidec: Check offset in odml avformat/mpegts: use actually read packet size in mpegts_resync special case swscale/alphablend: Fix slice handling avcodec/mxpegdec: Check for AVDISCARD_ALL avcodec/flicvideo: Check remaining bytes in FLI*COPY avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable avcodec/apedec: Fix integer overflow in intermediate avformat/mvdec: Do not set invalid sample rate avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4 avformat/jacosubdec: Check for min in t overflow in get_shift() avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet() avfilter/scale_npp: fix non-aligned output frame dimensions avcodec/utils: don't return negative values in av_get_audio_frame_duration() avcodec/jpeg2000dec: Check that atom header is within bytsetream avcodec/apedec: Fix 2 integer overflows in filter_3800() avcodec/xpmdec: Move allocations down after more error checks network: Define ENOTCONN as WSAENOTCONN if not defined avformat/avidec: Use 64bit for frame number in odml index parsing avcodec/mjpegdec: Check for bits left in mjpeg_decode_scan_progressive_ac() avformat/adtsenc: return value check for init_get_bits in adts_decode_extradata avcodec/webp: Check available space in loop in decode_entropy_coded_image() avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_mode avcodec/frame_thread_encoder: Free AVCodecContext structure on error during init avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_line() avcodec/vc1dec: Disable error concealment for *IMAGE avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c() avformat/wtvdec: Check for EOF before seeking back in parse_media_type() avformat/wavdec: Use 64bit in new_pos computation avformat/sbgdec: Check for overflow in timestamp preparation avformat/dsicin: Check packet size for overflow avformat/bfi: check nframes avformat/avidec: fix position overflow in avi_load_index() avformat/asfdec_f: Check sizeX against padding avformat/aiffdec: Check for size overflow in header parsing avcodec/aaccoder: Add minimal bias in search_for_ms() avfilter/vf_mestimate: Check b_count avformat/mov: do not ignore errors in mov_metadata_hmmt() avformat/mxfdec: Check size for shrinking avcodec/dnxhddec: check and propagate function return value swscale/slice: Fix wrong return on error swscale/slice: Check slice for allocation failure configure: Fix sem_timedwait probe configure: add missing pthreads dependency to v4l2_m2m avformat/matroskadec: Fix handling of huge default durations avcodec/lpc: check for zero err in normalization in compute_lpc_coefs() avformat/ftp: Check for av_strtok() failure tools/cws2fws: Check read() for failure avcodec/cpia: Fix missing src_size update avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration calculation avformat/rmdec: Check old_format len for overflow avformat/realtextdec: Check the pts difference before using it for the duration computation avformat/qcp: Avoid negative nb_rates avformat/nutdec: Check tmp_size avformat/msf: Check that channels doesnt overflow during extradata construction avformat/mpc8: Check for position overflow in mpc8_handle_chunk() avformat/iff: Use 64bit in duration computation avformat/dxa: Check fps to be within the supported range more precissely avcodec/iff: Only write palette to plane 1 if its PAL8 avformat/tta: Check for EOF in index reading loop Update missed irc links avformat/rpl: The associative law doesnt hold for signed integers in C avcodec/faxcompr: Check available bits in decode_uncompressed() avcodec/faxcompr: Check if bits are available before reading in cmode == 9 || cmode == 10 avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bit avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1 avfilter/vf_dctdnoiz: Check threads avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black avformat/rpl: Check for EOF and zero framesize avcodec/vc2enc: Check for non negative slice bounds avformat/rpl: Use 64bit in bitrate computation and check it avcodec/svq1enc: Do not print debug RD value before it has been computed avcodec/aacpsy: Check bandwidth avcodec/aacenc: Do not divide by lambda_count if it is 0 avcodec/aacenc: Use FLT_EPSILON for lambda minimum avformat/cinedec: Fix index_entries size check avfilter/vf_yadif: Fix handing of tiny images avfilter/vf_vmafmotion: Check dimensions avformat/movenc: Check pal_size before use avcodec/lpc: Avoid floating point division by 0 avcodec/aacpsy: Avoid floating point division by 0 of norm_fac avcodec/aacenc: Avoid 0 lambda avcodec/exr: x/ymax cannot be INT_MAX avformat/avio: Check av_opt_copy() for failure avcodec/vc1: Check remaining bits in ff_vc1_parse_frame_header() avformat/mov: Ignore duplicate CoLL avformat/mov: Limit nb_chapter_tracks to input size avformat/utils: Use 64bit earlier in r_frame_rate check avformat/mvdec: Check sample rate in parse_audio_var() avcodec/faxcompr: Check for end of bitstream in decode_group3_1d_line() and decode_group3_2d_line() avcodec/utils: treat PAL8 for jpegs similar to other colorspaces avcodec/jpeglsdec: Set alpha plane in PAL8 so image is not 100% transparent avformat/asfdec_o: Use ff_get_extradata() avformat/id3v2: Check end for overflow in id3v2_parse() avformat/wtvdec: Improve size overflow checks in parse_chunks() avcodec/faxcompr: Check remaining bits on error in decode_group3_1d_line() avcodec/utils: Check ima wav duration for overflow avformat/cafdec: Check channels avcodec/dpx: Check bits_per_color earlier avcodec/pnm_parser: Check image size addition for overflow avformat/rmdec: use larger intermediate type for audio_framesize * sub_packet_h check avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context() avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change() avformat/mov: Ignore multiple STSC / STCO avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields() avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice() avutil/common: Add FF_PTR_ADD() avformat/wtvdec: Check size in SBE2_STREAM_DESC_EVENT / stream2_guid avformat/cafdec: Do not build an index if all packets are the same avcodec/sonic: Use unsigned temporary in predictor_calc_error() avformat/flvdec: Check array entry number avcodec/h264_slice: Check sps in h264_slice_header_init() avformat/movenc: Avoid loosing cluster array on failure avformat/avidec: Check for dv streams before using priv_data in parse ##dc/##wb avformat/mov: Check sample size for overflow in mov_parse_stsd_audio() avcodec/ffwavesynth: Avoid signed integer overflow in phi_at() avcodec/mpeg4videoenc: Check extradata malloc() avcodec/speedhq: Width < 8 is not supported avformat/matroskadec: Check for EOF in resync loop avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MS avcodec/jpegls: Check A[Q] for overflow in ff_jpegls_update_state_regular() avformat/voc_packet: prevent remaining size from becoming negative in ff_voc_get_packet() avutil/timecode: Avoid fps overflow avformat/mvi: Check audio size for more overflows avcodec/flacdec: Avoid undefined shift in error case avcodec/ffv1dec: Check if trailer is available avcodec/4xm: Check pre_gb in decode_i_block() avcodec/dcadsp: Fix integer overflow in dmix_add_c() avformat/flvdec: Check double before cast in parse_keyframes_index() avformat/paf: Check for EOF before allocation in read_header() avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld() avformat/lxfdec: Fix multiple integer overflows related to track_size avcodec/exr: skip bottom clearing loop when its outside the image avformat/aiffdec: Check that SSND is at least 8 bytes avformat/dcstr: Check sample rate avcodec/alsdec: Check bitstream input in read_block() avformat/mov: Extend data_size check in mov_read_udta_string() avformat/voc_packet: Add a basic check on max_size avformat/microdvddec: use 64bit for durations avcodec/hapdec: Change compressed_offset to unsigned 32bit avformat/rmdec: Check codec_length without overflow avformat/mov: Check element count in mov_metadata_hmmt() avcodec/fits: Check gcount and pcount being non negative avformat/nutdec: Check timebase count against main header length avformat/electronicarts: Clear partial_packet on error avformat/r3d: Check samples before computing duration avcodec/pnm_parser: Check av_image_get_buffer_size() for failure avformat/wavdec: Consider AV_INPUT_BUFFER_PADDING_SIZE in set_spdif() avformat/rmdec: Check remaining space in debug av_log() loop avformat/flvdec: Treat high ts byte as unsigned avformat/samidec: Sanity check pts avformat/avidec: Use 64bit in get_duration() avformat/mov: Check for duplicate st3d avformat/mvdec: Check for EOF in read_index() avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular() avformat/id3v2: Check the return from avio_get_str() avcodec/hevc_sei: Check payload size in decode_nal_sei_message() libavutil/eval: Remove CONFIG_TRAPV special handling avformat/wtvdec: Check len in parse_chunks() to avoid overflow avformat/asfdec_f: Add an additional check for the extradata size avformat/3dostr: Check sample_rate avformat/4xm: Make audio_frame_count 64bit avformat/mov: Use av_mul_q() to avoid integer overflows avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapper avformat/rmdec: Reorder operations to avoid overflow avcodec/mxpegdec: fix SOF counting avcodec/rscc: Check inflated_buf size whan it is used avformat/mvdec: Sanity check SAMPLE_WIDTH avformat/rmdec: Fix codecdata_length overflow check avcodec/simple_idct: Fix undefined integer overflow in idct4row() avformat/tta: Use 64bit intermediate for index avformat/soxdec: Check channels to be positive avcodec/vp3: Check input amount in theora_decode_header() avformat/wavdec: Check avio_get_str16le() for failure avformat/flvdec: Check for EOF in amf_skip_tag() avformat/aiffdec: Check size before subtraction in get_aiff_header() avformat/electronicarts: More chunk_size checks avformat/tedcaptionsdec: Check for overflow in parse_int() avformat/nuv: Check channels avformat/mpc8: Check size before implicitly converting to int avformat/nutdec: Fix integer overflow in count computation avformat/mvi: Use 64bit for testing dimensions avformat/utils: Check dts in update_initial_timestamps() more avformat/flvdec: Check for avio_read() failure in amf_get_string() avformat/flvdec: Check for nesting depth in amf_skip_tag() avformat/flvdec: Check for nesting depth in amf_parse_object() avformat/asfdec_o: Check for EOF in asf_read_marker() avformat/utils: Check dts - (1< Date: Mon, 23 May 2022 13:51:51 +0000 Subject: [PATCH 0872/1154] Updated multimedia/ffmpeg2, multimedia/ffplay2, multimedia/ffmpeg3, multimedia/ffplay3 --- doc/CHANGES-2022 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1188a2f3160ae..76ea01d07e680 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2696 2022/05/23 13:09:12 micha Exp $ +$NetBSD: CHANGES-2022,v 1.2697 2022/05/23 13:51:51 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4148,3 +4148,7 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/mkvtoolnix to 68.0.0 [adam 2022-05-23] Updated devel/py-cachecontrol to 0.12.11 [adam 2022-05-23] Updated devel/doxygen to 1.9.4 [micha 2022-05-23] + Updated multimedia/ffmpeg2 to 2.8.20 [adam 2022-05-23] + Updated multimedia/ffplay2 to 2.8.20 [adam 2022-05-23] + Updated multimedia/ffmpeg3 to 3.4.11 [adam 2022-05-23] + Updated multimedia/ffplay3 to 3.4.11 [adam 2022-05-23] From dcd506b3ab5ae9dcd0c90583bbf49bc3fad689be Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 23 May 2022 14:58:37 +0000 Subject: [PATCH 0873/1154] py-gi-docgen: Fix *.gir search path for pkgsrc Fix build of graphics/librsvg-2.54.3. Bump PKGREVISION. --- devel/py-gi-docgen/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/devel/py-gi-docgen/Makefile b/devel/py-gi-docgen/Makefile index 60477d44abacd..bef5f25ff023f 100644 --- a/devel/py-gi-docgen/Makefile +++ b/devel/py-gi-docgen/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/04/06 06:02:34 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/23 14:58:37 ryoon Exp $ DISTNAME= gi-docgen-2022.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gi-docgen/} @@ -21,6 +22,12 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel PYTHON_VERSIONS_INCOMPATIBLE= 27 PYTHON_SELF_CONFLICT= yes +SUBST_CLASSES+= prefix +SUBST_STAGE.prefix= pre-configure +SUBST_MESSAGE.prefix= Fixing PREFIX. +SUBST_FILES.prefix+= gidocgen/utils.py +SUBST_SED.prefix+= -e 's,/usr/local,${PREFIX},g' + INSTALLATION_DIRS= ${PKGMANDIR}/man1 post-install: From a6c2e75d1d3e22b3c7d84fff2c67b3e561925e60 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 23 May 2022 14:59:16 +0000 Subject: [PATCH 0874/1154] doc: Updated devel/py-gi-docgen to 2022.1nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 76ea01d07e680..50b83bba9c2ab 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2697 2022/05/23 13:51:51 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2698 2022/05/23 14:59:16 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4152,3 +4152,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/ffplay2 to 2.8.20 [adam 2022-05-23] Updated multimedia/ffmpeg3 to 3.4.11 [adam 2022-05-23] Updated multimedia/ffplay3 to 3.4.11 [adam 2022-05-23] + Updated devel/py-gi-docgen to 2022.1nb1 [ryoon 2022-05-23] From b3328a81492df9c629f9102bc7a71ce1c261000f Mon Sep 17 00:00:00 2001 From: jaapb Date: Mon, 23 May 2022 15:09:44 +0000 Subject: [PATCH 0875/1154] Added devel/js_of_ocaml-ocamlbuild, a js_of_ocaml plugin for ocamlbuild. This was split off from the main js_of_ocaml distribution; it's a plugin that uses js_of_ocaml to build to JavaScript. --- devel/js_of_ocaml-ocamlbuild/DESCR | 2 ++ devel/js_of_ocaml-ocamlbuild/Makefile | 28 ++++++++++++++++++++++ devel/js_of_ocaml-ocamlbuild/PLIST | 17 +++++++++++++ devel/js_of_ocaml-ocamlbuild/buildlink3.mk | 14 +++++++++++ devel/js_of_ocaml-ocamlbuild/distinfo | 5 ++++ 5 files changed, 66 insertions(+) create mode 100644 devel/js_of_ocaml-ocamlbuild/DESCR create mode 100644 devel/js_of_ocaml-ocamlbuild/Makefile create mode 100644 devel/js_of_ocaml-ocamlbuild/PLIST create mode 100644 devel/js_of_ocaml-ocamlbuild/buildlink3.mk create mode 100644 devel/js_of_ocaml-ocamlbuild/distinfo diff --git a/devel/js_of_ocaml-ocamlbuild/DESCR b/devel/js_of_ocaml-ocamlbuild/DESCR new file mode 100644 index 0000000000000..f08d62d0aa5b8 --- /dev/null +++ b/devel/js_of_ocaml-ocamlbuild/DESCR @@ -0,0 +1,2 @@ +This is a plugin to ocamlbuild that enables compilation from +OCaml to Javascript using js_of_ocaml. diff --git a/devel/js_of_ocaml-ocamlbuild/Makefile b/devel/js_of_ocaml-ocamlbuild/Makefile new file mode 100644 index 0000000000000..b9509e725f3e5 --- /dev/null +++ b/devel/js_of_ocaml-ocamlbuild/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1 2022/05/23 15:09:44 jaapb Exp $ +# + +DISTNAME= ${GITHUB_PROJECT}-0.0.0.3693 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} +GITHUB_PROJECT= js_of_ocaml-ocamlbuild +GITHUB_TAG= 852302c + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= https://ocsigen.org/js_of_ocaml/ +COMMENT= Compiler of OCaml bytecode to Javascript +LICENSE= gnu-lgpl-v2 + +USE_TOOLS= bash + +OCAML_USE_FINDLIB= yes +OCAML_USE_DUNE= yes + +DUNE_INSTALL_PACKAGES= js_of_ocaml-ocamlbuild +OPAM_INSTALL_FILES= ${DUNE_INSTALL_PACKAGES} +OCAML_FINDLIB_DIRS= ${DUNE_INSTALL_PACKAGES} + +WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-852302c8f35b946e2ec275c529a79e46d8749be6 + +.include "../../mk/ocaml.mk" +.include "../../devel/ocamlbuild/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/js_of_ocaml-ocamlbuild/PLIST b/devel/js_of_ocaml-ocamlbuild/PLIST new file mode 100644 index 0000000000000..2086ccbfbad4d --- /dev/null +++ b/devel/js_of_ocaml-ocamlbuild/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/23 15:09:44 jaapb Exp $ +${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/META +${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/dune-package +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.a +${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cma +${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmi +${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmt +${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.cmxs +${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.ml +${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.mli +${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/opam +share/doc/js_of_ocaml-ocamlbuild/CHANGES.md +share/doc/js_of_ocaml-ocamlbuild/LICENSE +share/doc/js_of_ocaml-ocamlbuild/README.md diff --git a/devel/js_of_ocaml-ocamlbuild/buildlink3.mk b/devel/js_of_ocaml-ocamlbuild/buildlink3.mk new file mode 100644 index 0000000000000..11d02ec707a00 --- /dev/null +++ b/devel/js_of_ocaml-ocamlbuild/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2022/05/23 15:09:44 jaapb Exp $ + +BUILDLINK_TREE+= js_of_ocaml-ocamlbuild + +.if !defined(JS_OF_OCAML_OCAMLBUILD_BUILDLINK3_MK) +JS_OF_OCAML_OCAMLBUILD_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.js_of_ocaml-ocamlbuild+= js_of_ocaml-ocamlbuild>=0.0.0.3693 +BUILDLINK_PKGSRCDIR.js_of_ocaml-ocamlbuild?= ../../devel/js_of_ocaml-ocamlbuild + +.include "../../devel/ocamlbuild/buildlink3.mk" +.endif # JS_OF_OCAML_OCAMLBUILD_BUILDLINK3_MK + +BUILDLINK_TREE+= -js_of_ocaml-ocamlbuild diff --git a/devel/js_of_ocaml-ocamlbuild/distinfo b/devel/js_of_ocaml-ocamlbuild/distinfo new file mode 100644 index 0000000000000..1efc33dfdf627 --- /dev/null +++ b/devel/js_of_ocaml-ocamlbuild/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/23 15:09:44 jaapb Exp $ + +BLAKE2s (js_of_ocaml-ocamlbuild-0.0.0.3693-852302c.tar.gz) = f23a7eb88fb33e455bb135156b6a2eb66f60b88db4df7c24c4ba77f74497ee80 +SHA512 (js_of_ocaml-ocamlbuild-0.0.0.3693-852302c.tar.gz) = 0ba5dd90e8d5c00b988e09ebf8c005c14e2a0ecea29e524af13f161267ad3ce41bfb7afc2d9cf0185ca2ae8344df1156a5efda79e817c13c5f28a468ab1204c1 +Size (js_of_ocaml-ocamlbuild-0.0.0.3693-852302c.tar.gz) = 28465 bytes From 31a846171d699db4f7c852d65795e31ae6b01658 Mon Sep 17 00:00:00 2001 From: jaapb Date: Mon, 23 May 2022 15:10:01 +0000 Subject: [PATCH 0876/1154] doc: Added devel/js_of_ocaml-ocamlbuild version 0.0.0.3693 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 50b83bba9c2ab..2080ff2d9eb6f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2698 2022/05/23 14:59:16 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2699 2022/05/23 15:10:01 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4153,3 +4153,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/ffmpeg3 to 3.4.11 [adam 2022-05-23] Updated multimedia/ffplay3 to 3.4.11 [adam 2022-05-23] Updated devel/py-gi-docgen to 2022.1nb1 [ryoon 2022-05-23] + Added devel/js_of_ocaml-ocamlbuild version 0.0.0.3693 [jaapb 2022-05-23] From 4434b538a2462e57efb9ca50514ca9dd0dc70537 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 23 May 2022 15:13:00 +0000 Subject: [PATCH 0877/1154] rust: Attempt to unbreak patches. --- lang/rust/distinfo | 6 +++--- .../patch-library_backtrace_src_symbolize_gimli_elf.rs | 6 +++--- .../patch-vendor_backtrace_src_symbolize_gimli_elf.rs | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/rust/distinfo b/lang/rust/distinfo index 386e6b92941a2..060c4450dd1e9 100644 --- a/lang/rust/distinfo +++ b/lang/rust/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.144 2022/05/18 20:57:28 he Exp $ +$NetBSD: distinfo,v 1.145 2022/05/23 15:13:00 jperkin Exp $ BLAKE2s (rust-1.58.1-aarch64-apple-darwin.tar.gz) = 7b463dcd407f7281ad6f9418c26f4360685a6d49549165a7b76b41c1a4f39864 SHA512 (rust-1.58.1-aarch64-apple-darwin.tar.gz) = 66e58a3efe201c1c954bf7f382c8a6a6a52399451ff6e3abd6ad797de32cbc8f01bb92f8512b93bacc2091554afd7de08f7900cfd68bd2e5cf99b68362e26de5 @@ -109,7 +109,7 @@ SHA1 (patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs) = efae710b SHA1 (patch-compiler_rustc__target_src_spec_mod.rs) = 8f1b5ced49fa66a646327a19f9eb0501fa2b01c7 SHA1 (patch-compiler_rustc__target_src_spec_netbsd__base.rs) = 18e3cb9f32c4170679459b2c63c856abe0fac6a3 SHA1 (patch-library_backtrace_src_symbolize_gimli.rs) = 94b6bf51fac39d3e28a261855fd747ad1e96b286 -SHA1 (patch-library_backtrace_src_symbolize_gimli_elf.rs) = a22d78f12ebb25fe3e549ce86e363acc095635ae +SHA1 (patch-library_backtrace_src_symbolize_gimli_elf.rs) = 505192b8fec0cc0a167c27a2121acb3c1acef53c SHA1 (patch-library_std_src_sys_unix_mod.rs) = f8669d680f169137ac2891af2977909619366a97 SHA1 (patch-library_std_src_sys_unix_thread.rs) = e5f661b3dd00058e874fe60cd89d9e919325e99b SHA1 (patch-library_unwind_build.rs) = df092d5c07fa0be63a9510f1d6a77e5094ca3b15 @@ -128,7 +128,7 @@ SHA1 (patch-src_tools_rls_rls_src_cmd.rs) = 8174664b7bce2e60e690bc20ab688606b60c SHA1 (patch-src_tools_rls_rls_src_server_io.rs) = 5236eda97fa686b5661e4e5832102e2f010def7b SHA1 (patch-src_tools_rust-installer_install-template.sh) = ca769db07986ded26d92957e1055961895def546 SHA1 (patch-vendor_backtrace_src_symbolize_gimli.rs) = c5f4217146483389fe664c8cbe70796ca601ab4d -SHA1 (patch-vendor_backtrace_src_symbolize_gimli_elf.rs) = 9527dd4e72f951f55f31a87bdef803fc5d252b38 +SHA1 (patch-vendor_backtrace_src_symbolize_gimli_elf.rs) = 6ac2ed2694d3afccc3a3475e6d21b8877cf46a02 SHA1 (patch-vendor_cc_src_lib.rs) = 2f6b0ad800b31cd33334f194651981491ecf7641 SHA1 (patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs) = a75d2729b96bd8a68c3ecf2e03f2daace737a229 SHA1 (patch-vendor_libc_src_unix_solarish_mod.rs) = 8364e19ea09203d32494c37ff3db19fe3d6b9d8a diff --git a/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs b/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs index 54c3321bc6fa7..05d8cd10087ad 100644 --- a/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs +++ b/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs @@ -1,4 +1,4 @@ -$NetBSD: patch-library_backtrace_src_symbolize_gimli_elf.rs,v 1.1 2022/05/18 20:57:28 he Exp $ +$NetBSD: patch-library_backtrace_src_symbolize_gimli_elf.rs,v 1.2 2022/05/23 15:13:00 jperkin Exp $ Make NetBSD also find its debug libraries, if present. @@ -10,13 +10,13 @@ Make NetBSD also find its debug libraries, if present. +#[cfg(target_os = "netbsd")] +const DEBUG_PATH: &[u8] = b"/usr/libdata/debug"; -+#[cfg(any(target_os = "freebsd", target_os = "linux"))] ++#[cfg(not(target_os = "netbsd"))] const DEBUG_PATH: &[u8] = b"/usr/lib/debug"; fn debug_path_exists() -> bool { cfg_if::cfg_if! { - if #[cfg(any(target_os = "freebsd", target_os = "linux"))] { -+ if #[cfg(any(target_os = "freebsd", ++ if #[cfg(any(target_os = "freebsd", + target_os = "netbsd", + target_os = "linux"))] { use core::sync::atomic::{AtomicU8, Ordering}; diff --git a/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs b/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs index 80cccad1bce98..cc6c204867ae8 100644 --- a/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs +++ b/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs @@ -1,4 +1,4 @@ -$NetBSD: patch-vendor_backtrace_src_symbolize_gimli_elf.rs,v 1.1 2022/05/18 20:57:28 he Exp $ +$NetBSD: patch-vendor_backtrace_src_symbolize_gimli_elf.rs,v 1.2 2022/05/23 15:13:00 jperkin Exp $ Make NetBSD also find its debug libraries, if present. @@ -10,7 +10,7 @@ Make NetBSD also find its debug libraries, if present. +#[cfg(target_os = "netbsd")] +const DEBUG_PATH: &[u8] = b"/usr/libdata/debug"; -+#[cfg(any(target_os = "freebsd", target_os = "linux"))] ++#[cfg(not(target_os = "netbsd"))] const DEBUG_PATH: &[u8] = b"/usr/lib/debug"; fn debug_path_exists() -> bool { From 99baeba49e2fcfd80f0c28f30971cf7d98f3e33f Mon Sep 17 00:00:00 2001 From: jaapb Date: Mon, 23 May 2022 15:27:15 +0000 Subject: [PATCH 0878/1154] Updated devel/js_of_ocaml-ocamlbuild to be a build dependency only --- devel/js_of_ocaml-ocamlbuild/buildlink3.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/js_of_ocaml-ocamlbuild/buildlink3.mk b/devel/js_of_ocaml-ocamlbuild/buildlink3.mk index 11d02ec707a00..89e8a53f85cd0 100644 --- a/devel/js_of_ocaml-ocamlbuild/buildlink3.mk +++ b/devel/js_of_ocaml-ocamlbuild/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2022/05/23 15:09:44 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/23 15:27:15 jaapb Exp $ BUILDLINK_TREE+= js_of_ocaml-ocamlbuild @@ -8,6 +8,9 @@ JS_OF_OCAML_OCAMLBUILD_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.js_of_ocaml-ocamlbuild+= js_of_ocaml-ocamlbuild>=0.0.0.3693 BUILDLINK_PKGSRCDIR.js_of_ocaml-ocamlbuild?= ../../devel/js_of_ocaml-ocamlbuild +# We only need this to install +BUILDLINK_DEPMETHOD.js_of_ocaml-ocamlbuild?= build + .include "../../devel/ocamlbuild/buildlink3.mk" .endif # JS_OF_OCAML_OCAMLBUILD_BUILDLINK3_MK From c8d6526e3f22e69679c3a3bff35590eddcdd5a62 Mon Sep 17 00:00:00 2001 From: jaapb Date: Mon, 23 May 2022 15:31:34 +0000 Subject: [PATCH 0879/1154] Updated www/eliom to version 10.0.0. There are not as many changes as might be expected from the large version increase; mostly compatibility updates and minor fixes. --- www/eliom/Makefile | 33 ++++++++++++++-------------- www/eliom/PLIST | 11 +++++----- www/eliom/distinfo | 10 ++++----- www/eliom/patches/patch-pkg_build.ml | 22 ++++++++++--------- 4 files changed, 40 insertions(+), 36 deletions(-) diff --git a/www/eliom/Makefile b/www/eliom/Makefile index 35d63e6f73342..21a5e0fe1664c 100644 --- a/www/eliom/Makefile +++ b/www/eliom/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.34 2021/03/08 08:13:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.35 2022/05/23 15:31:34 jaapb Exp $ # GITHUB_PROJECT= eliom -DISTNAME= ${GITHUB_PROJECT}-6.12.4 -PKGREVISION= 1 +DISTNAME= ${GITHUB_PROJECT}-10.0.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} MAINTAINER= jaapb@NetBSD.org -HOMEPAGE= http://ocsigen.org/download/ +HOMEPAGE= http://ocsigen.org/eliom/ COMMENT= Dynamic webpage generation library LICENSE= gnu-lgpl-v2.1 @@ -17,31 +16,33 @@ USE_LANGUAGES= c OCAML_USE_FINDLIB= yes UNLIMIT_RESOURCES+= stacksize -DEPENDS+= ocsigen>=2.16.1:../../www/ocsigen +DEPENDS+= ocsigen>=5.0.0:../../www/ocsigen .include "../../mk/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" -BUILD_TARGET= all +BUILD_TARGET= native .else BUILD_TARGET= byte .endif do-install: - cd ${WRKSRC} && opam-installer --install --prefix ${DESTDIR}${PREFIX} --libdir ${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR} --docdir ${DESTDIR}${PREFIX}/share/doc eliom.install - + cd ${WRKSRC} && opaline -install-cmd "${INSTALL_DATA}" \ + -destdir ${DESTDIR} \ + -prefix ${PREFIX} \ + -libdir ${PREFIX}/${OCAML_SITELIBDIR} \ + -docdir ${PREFIX}/share/doc \ + eliom.install + +.include "../../devel/js_of_ocaml-ocamlbuild/buildlink3.mk" .include "../../devel/js_of_ocaml/buildlink3.mk" .include "../../devel/ocaml-lwt_log/buildlink3.mk" .include "../../devel/ocaml-lwt_ppx/buildlink3.mk" -.include "../../devel/ocaml-ppx_tools/buildlink3.mk" -.include "../../devel/ocaml-react/buildlink3.mk" +.include "../../devel/ocaml-ppx_deriving/buildlink3.mk" +.include "../../devel/ocaml-ppxlib/buildlink3.mk" +.include "../../devel/ocaml-reactiveData/buildlink3.mk" .include "../../devel/ocaml-reactiveData/buildlink3.mk" -.include "../../devel/ocamlbuild/buildlink3.mk" -.include "../../misc/ocaml-opam/buildlink3.mk" -BUILDLINK_DEPMETHOD.ocaml-opam?= build +.include "../../misc/ocaml-opaline/buildlink3.mk" .include "../../net/ocaml-ipaddr/buildlink3.mk" -.include "../../net/ocamlnet/buildlink3.mk" -.include "../../security/ocaml-ssl/buildlink3.mk" .include "../../textproc/ocaml-tyxml/buildlink3.mk" -.include "../../time/ocaml-calendar/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/eliom/PLIST b/www/eliom/PLIST index a05879865a377..1d5f497fa3ced 100644 --- a/www/eliom/PLIST +++ b/www/eliom/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2020/04/21 12:52:06 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/05/23 15:31:34 jaapb Exp $ bin/eliom-distillery bin/eliombuild bin/eliomc @@ -41,6 +41,7 @@ ${OCAML_SITELIB}/eliom/client/eliom_tools.cmi ${OCAML_SITELIB}/eliom/client/eliom_types.cmi ${OCAML_SITELIB}/eliom/client/eliom_unwrap.cmi ${OCAML_SITELIB}/eliom/client/eliom_uri.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/client/libeliom_stubs.a ${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/ocamlbuild/ocamlbuild_eliom.a ${OCAML_SITELIB}/eliom/ocamlbuild/ocamlbuild_eliom.cma ${OCAML_SITELIB}/eliom/ocamlbuild/ocamlbuild_eliom.cmi @@ -80,6 +81,7 @@ ${OCAML_SITELIB}/eliom/server/eliom_bus.cmi ${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_bus.cmx ${OCAML_SITELIB}/eliom/server/eliom_client.cmi ${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_client.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_client_main.cmx ${OCAML_SITELIB}/eliom/server/eliom_client_value.cmi ${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_client_value.cmx ${OCAML_SITELIB}/eliom/server/eliom_comet.cmi @@ -95,8 +97,6 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_content.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_content_.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_content_core.cmx ${OCAML_SITELIB}/eliom/server/eliom_content_sigs.cmi -${OCAML_SITELIB}/eliom/server/eliom_cookie.cmi -${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_cookie.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_cookies_base.cmx ${OCAML_SITELIB}/eliom/server/eliom_cscache.cmi ${PLIST.ocaml-opt}${OCAML_SITELIB}/eliom/server/eliom_cscache.cmx @@ -189,11 +189,12 @@ ${OCAML_SITELIB}/eliom/templates/basic.ppx/PROJECT_NAME.conf.in ${OCAML_SITELIB}/eliom/templates/basic.ppx/PROJECT_NAME.eliom ${OCAML_SITELIB}/eliom/templates/basic.ppx/README ${OCAML_SITELIB}/eliom/templates/basic.ppx/static!css!PROJECT_NAME.css +${OCAML_SITELIB}/stublibs/dlleliom_stubs.so man/man1/eliom-distillery.1 man/man1/eliomc.1 man/man1/eliomcp.1 man/man1/eliomdep.1 man/man1/eliomopt.1 man/man1/js_of_eliom.1 -share/doc/eliom/CHANGES -share/doc/eliom/README.md +share/doc/CHANGES +share/doc/README.md diff --git a/www/eliom/distinfo b/www/eliom/distinfo index a5b540cbb3189..640df1e6ee7df 100644 --- a/www/eliom/distinfo +++ b/www/eliom/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2021/10/26 11:29:25 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/05/23 15:31:34 jaapb Exp $ -BLAKE2s (eliom-6.12.4.tar.gz) = b34505371d3347f4020d226a3048351b57cb649a620f1ac785b417c62d3d8be0 -SHA512 (eliom-6.12.4.tar.gz) = 26aa99c87268830b2cb511091533a0fc007d88dedfd2f1a9d2a99ea19517280e7e87bba7316bf88a8446db17eba839d320c7271fe2fb14d486fa31ae253905b1 -Size (eliom-6.12.4.tar.gz) = 644029 bytes -SHA1 (patch-pkg_build.ml) = a952e78e2e8e9e35d287fcf6e575a2e91eaf4016 +BLAKE2s (eliom-10.0.0.tar.gz) = 6ee5fd6f4c6e65b97e7534bda387e5437a28527ee921966d60e52087fd62e643 +SHA512 (eliom-10.0.0.tar.gz) = 9b580bd73e2dd5f687428d02dc9abdde5eef4a8d8d0f69309b29fa34389363b5f18f79f1f646e5efca324743096c1124c862fdd4427bc9d97adef6f72bd03f16 +Size (eliom-10.0.0.tar.gz) = 646242 bytes +SHA1 (patch-pkg_build.ml) = d10092a7e2b3e56230ca9330a99eb2669a75c38d diff --git a/www/eliom/patches/patch-pkg_build.ml b/www/eliom/patches/patch-pkg_build.ml index 77dfe45142b53..a41bf7a1c2c4c 100644 --- a/www/eliom/patches/patch-pkg_build.ml +++ b/www/eliom/patches/patch-pkg_build.ml @@ -1,14 +1,16 @@ -$NetBSD: patch-pkg_build.ml,v 1.4 2020/04/21 12:52:06 jaapb Exp $ +$NetBSD: patch-pkg_build.ml,v 1.5 2022/05/23 15:31:34 jaapb Exp $ Do not install mime types ---- pkg/build.ml.orig 2020-03-11 10:55:00.000000000 +0000 +--- pkg/build.ml.orig 2022-03-10 16:39:39.000000000 +0000 +++ pkg/build.ml -@@ -104,7 +104,6 @@ let () = - - Pkg.doc "README.md"; - Pkg.doc "CHANGES"; -- Pkg.etc "pkg/etc/mime.types" - ] @ ( - List.flatten ( - List.map (fun (name,files) -> +@@ -116,8 +116,7 @@ let () = + server_extra + @ [ (* MISC *) + Pkg.doc "README.md" +- ; Pkg.doc "CHANGES" +- ; Pkg.etc "pkg/etc/mime.types" ] ++ ; Pkg.doc "CHANGES" ] + @ List.flatten + (List.map + (fun (name, files) -> From 94bb81b5c4338a06eb6552e209d7dbd8ea7d3b5d Mon Sep 17 00:00:00 2001 From: jaapb Date: Mon, 23 May 2022 15:31:44 +0000 Subject: [PATCH 0880/1154] doc: Updated www/eliom to 10.0.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2080ff2d9eb6f..2dd8a55e97c83 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2699 2022/05/23 15:10:01 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2700 2022/05/23 15:31:44 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4154,3 +4154,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/ffplay3 to 3.4.11 [adam 2022-05-23] Updated devel/py-gi-docgen to 2022.1nb1 [ryoon 2022-05-23] Added devel/js_of_ocaml-ocamlbuild version 0.0.0.3693 [jaapb 2022-05-23] + Updated www/eliom to 10.0.0 [jaapb 2022-05-23] From d813250f51c7a0062b6419dcaba65e63ee9216b9 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 May 2022 17:09:24 +0000 Subject: [PATCH 0881/1154] fonts: Add ttf-meera MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Meera is a TrueType font for the Malayalam language. This is a comprehensive Malayalam font with 1000+ glyphs for all common Malayalam ligatures. It has carefully designed ascent, descent metrics optimized for Malayalam script's vertically stacked conjuncts. Meera is an even stroke typeface for better screen rendering, with individually designed glyphs for complex conjuncts rather than using component glyphs. Meera is a san-serif counter part of Rachana font with all traditional characters. It is also meant for body text like Rachana, preferably for a pamphlet or single page designs. Usage of Meera can be thought of similar to Helvetica typeface and its variations like Arial. Meera Roman glyphs are visually similar to Arial but its orthography strictly follows Meera Malayalam glyphs. Basic curves and straight lines are taken from Malayalam ‘റ’ and ‘വ’ characters. This is why Meera Roman glyphs differ from Helvetica but holds san-serif characteristics and smoothly sit with its Malayalam glyphs. Released in 2007, Meera is the default Malayalam font for many GNU/Linux distros for Malayalam script. The font is widely used in web as the primary choice for Malayalam screen font. The font is available only in regular style. --- fonts/Makefile | 3 ++- fonts/ttf-meera/DESCR | 24 ++++++++++++++++++++++++ fonts/ttf-meera/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ fonts/ttf-meera/PLIST | 3 +++ fonts/ttf-meera/distinfo | 5 +++++ 5 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 fonts/ttf-meera/DESCR create mode 100644 fonts/ttf-meera/Makefile create mode 100644 fonts/ttf-meera/PLIST create mode 100644 fonts/ttf-meera/distinfo diff --git a/fonts/Makefile b/fonts/Makefile index 4ccd507720915..a5784db146bd1 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.376 2022/04/18 05:08:47 markd Exp $ +# $NetBSD: Makefile,v 1.377 2022/05/23 17:09:24 nikita Exp $ # COMMENT= Fonts @@ -865,6 +865,7 @@ SUBDIR+= tex-zhmetrics-uptex-doc SUBDIR+= tex-zlmtt SUBDIR+= tex-zlmtt-doc SUBDIR+= thaixfonts +SUBDIR+= ttf-meera SUBDIR+= ttf-tlwg SUBDIR+= ttf2pk SUBDIR+= ttf2pt1 diff --git a/fonts/ttf-meera/DESCR b/fonts/ttf-meera/DESCR new file mode 100644 index 0000000000000..e99dec2473f8c --- /dev/null +++ b/fonts/ttf-meera/DESCR @@ -0,0 +1,24 @@ +Meera is a TrueType font for the Malayalam language. +This is a comprehensive Malayalam font with 1000+ glyphs for all +common Malayalam ligatures. + +It has carefully designed ascent, descent metrics optimized for +Malayalam script's vertically stacked conjuncts. Meera is an even +stroke typeface for better screen rendering, with individually +designed glyphs for complex conjuncts rather than using component +glyphs. + +Meera is a san-serif counter part of Rachana font with all traditional +characters. It is also meant for body text like Rachana, preferably +for a pamphlet or single page designs. Usage of Meera can be thought +of similar to Helvetica typeface and its variations like Arial. Meera +Roman glyphs are visually similar to Arial but its orthography +strictly follows Meera Malayalam glyphs. Basic curves and straight +lines are taken from Malayalam ‘റ’ and ‘വ’ characters. This is why +Meera Roman glyphs differ from Helvetica but holds san-serif +characteristics and smoothly sit with its Malayalam glyphs. + +Released in 2007, Meera is the default Malayalam font for many +GNU/Linux distros for Malayalam script. The font is widely used in +web as the primary choice for Malayalam screen font. The font is +available only in regular style. diff --git a/fonts/ttf-meera/Makefile b/fonts/ttf-meera/Makefile new file mode 100644 index 0000000000000..f0b3366d58088 --- /dev/null +++ b/fonts/ttf-meera/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1 2022/05/23 17:09:24 nikita Exp $ + +DISTNAME= ttf-meera-${GITLAB_TAG} +PKGNAME= ttf-meera-7.0.3.20191223 +CATEGORIES= fonts +MASTER_SITES= https://gitlab.com/smc/fonts/${GITLAB_PROJECT}/-/archive/${GITLAB_TAG}/ +GITLAB_PROJECT= meera +GITLAB_LONGTAG= aebe37081332d93e02a83a8649120401967fc379 +GITLAB_TAG= aebe3708 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://smc.org.in/fonts/meera +COMMENT= Malayalam font in TTF format +LICENSE= gnu-gpl-v3 OR ofl-v1.1 # gpl-v3 with font exception OR ofl 1.1 + +USE_LANGUAGES= # none +PYTHON_FOR_BUILD_ONLY= yes + +WRKSRC= ${WRKDIR}/${GITLAB_PROJECT}-${GITLAB_TAG}-${GITLAB_LONGTAG} +USE_TOOLS+= gmake + +BUILD_DEPENDS+= ${PYPKGPREFIX}-fonttools-[0-9]*:../../fonts/py-fonttools + +FONTDIR= ${PREFIX}/share/fonts/X11/TTF +FONTS_DIRS.ttf= ${FONTDIR} +INSTALLATION_DIRS= ${FONTDIR} share/fontconfig/conf.avail + +# make all would run tests, which requires the hb-view binary of +# harfbuzz to be available, which we currently don't build. +do-build: + cd ${WRKSRC} && ${MAKE_ENV} make ttf + +do-install: + ${INSTALL_DATA} ${WRKSRC}/build/Meera-Regular.ttf ${DESTDIR}${FONTDIR}/Meera-Regular.ttf + ${INSTALL_DATA} ${WRKSRC}/65-0-smc-meera.conf ${DESTDIR}${PREFIX}/share/fontconfig/conf.avail/ + +.include "../../lang/python/tool.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/ttf-meera/PLIST b/fonts/ttf-meera/PLIST new file mode 100644 index 0000000000000..caac28e64f850 --- /dev/null +++ b/fonts/ttf-meera/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/23 17:09:24 nikita Exp $ +share/fontconfig/conf.avail/65-0-smc-meera.conf +share/fonts/X11/TTF/Meera-Regular.ttf diff --git a/fonts/ttf-meera/distinfo b/fonts/ttf-meera/distinfo new file mode 100644 index 0000000000000..55d718bfdaf8e --- /dev/null +++ b/fonts/ttf-meera/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/23 17:09:24 nikita Exp $ + +BLAKE2s (ttf-meera-aebe3708.tar.gz) = 752feea012026721ecb73bdd04ab38fc395486911960e32e590381ab98ec7cf7 +SHA512 (ttf-meera-aebe3708.tar.gz) = 0abea0440dedf5e9ee486fa021b9d1865d8dbd20a1e1466056c46c5a9bc111ad5a344c2d66cf3cb501ec1815194c317c602b96fd9cfe91701a9c1259eecc2713 +Size (ttf-meera-aebe3708.tar.gz) = 791238 bytes From 52bcc3ee0f4bb3b81952644f5d3dce30dfe07419 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 May 2022 17:09:43 +0000 Subject: [PATCH 0882/1154] doc: Updated fonts/ttf-meera to 7.0.3.20191223 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2dd8a55e97c83..4c57ae607dc87 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2700 2022/05/23 15:31:44 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2701 2022/05/23 17:09:43 nikita Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4155,3 +4155,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-gi-docgen to 2022.1nb1 [ryoon 2022-05-23] Added devel/js_of_ocaml-ocamlbuild version 0.0.0.3693 [jaapb 2022-05-23] Updated www/eliom to 10.0.0 [jaapb 2022-05-23] + Updated fonts/ttf-meera to 7.0.3.20191223 [nikita 2022-05-23] From 6f7131e87b096fce1347995a194345055d60c260 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 May 2022 17:10:25 +0000 Subject: [PATCH 0883/1154] CHANGES-2022: fix ttf-meera import. --- doc/CHANGES-2022 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 4c57ae607dc87..57302f6a6fa37 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2701 2022/05/23 17:09:43 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.2702 2022/05/23 17:10:25 nikita Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4155,4 +4155,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/py-gi-docgen to 2022.1nb1 [ryoon 2022-05-23] Added devel/js_of_ocaml-ocamlbuild version 0.0.0.3693 [jaapb 2022-05-23] Updated www/eliom to 10.0.0 [jaapb 2022-05-23] - Updated fonts/ttf-meera to 7.0.3.20191223 [nikita 2022-05-23] + Added fonts/ttf-meera to 7.0.3.20191223 [nikita 2022-05-23] From 5e0fbc46aa98e9b06ac747c294548b6e59027fa1 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 23 May 2022 17:17:00 +0000 Subject: [PATCH 0884/1154] Sigil: update to 1.9.10. Sigil-1.9.10 Bug Fixes - Fix insertion of id and links when cursor immediately before a closing tag - Make sure bundled PySide6 can find QtWebEngine resources on Windows (Qt6) - Properly recreate or remove encryption.xml depending on font obfuscating or not - Make Qt6 versions of Sigil use their own ini files to prevent corruption - treat figcaption as an "other text holder" when prettifying New Features - Redesign the FindReplace dialog user interface to minimize size while adding features - Add a FindReplace "Text" only checkbox and support to exclude tags from search - Add a Toggle Line Wrap Mode and its support added to CodeView via pop-up menu - Add a Dry Run Replace dialog to act as "Replace All" what if. (Shift + Count All) - Add a Replacement filter dialog to allow users to delete unwanted replacements before applying Replace All (Shift + Replace All) - Add a Counts Report to Saved Searches to show Saved Search Group counts by search --- editors/Sigil/Makefile | 5 ++--- editors/Sigil/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 3acf167ff0311..bea1325c9b4c6 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.152 2022/04/18 19:10:56 adam Exp $ +# $NetBSD: Makefile,v 1.153 2022/05/23 17:17:00 wiz Exp $ -DISTNAME= Sigil-1.9.2 -PKGREVISION= 2 +DISTNAME= Sigil-1.9.10 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} GITHUB_PROJECT= Sigil diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 13d3dc069f50f..5b346cc22be4b 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.51 2022/03/14 13:47:27 wiz Exp $ +$NetBSD: distinfo,v 1.52 2022/05/23 17:17:00 wiz Exp $ -BLAKE2s (Sigil-1.9.2.tar.gz) = dcee440e95e09c4cc6d61611305490e8181a0f86f5fd380a72bac47617b78ae0 -SHA512 (Sigil-1.9.2.tar.gz) = fd6a71ce3b05b08651476f86a166d1ccdbecca31b19ecfa31c9d18ebe4daccfd69cf51d687686917c401f4b6e26cc6a57dbae5f9b1d8ba49fe08ccdd0bdf75d7 -Size (Sigil-1.9.2.tar.gz) = 23225656 bytes +BLAKE2s (Sigil-1.9.10.tar.gz) = 2d2f357fc5df24dbd2aa7896329168f792e5439294a8635943820ffc32a4c221 +SHA512 (Sigil-1.9.10.tar.gz) = e328d8e207cff1dc007391c246792c3d53f7b9f078dd87a61088a61a5a192ed85802057b0f2d61b14bcac6094bb1ac2ff74a5096b54d9b82f0c6b2bef7eceb1a +Size (Sigil-1.9.10.tar.gz) = 25263060 bytes SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459 SHA1 (patch-src_Misc_Language.cpp) = 5ae2fc9b76b1a706efd05eecad95d5a6760a6357 From 8c839b6564467a6aaadfbd3d4ba8e3ce6f5ff6ad Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 23 May 2022 17:17:10 +0000 Subject: [PATCH 0885/1154] doc: Updated editors/Sigil to 1.9.10 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 57302f6a6fa37..c5f4c33c08a27 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2702 2022/05/23 17:10:25 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.2703 2022/05/23 17:17:10 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4156,3 +4156,4 @@ Changes to the packages collection and infrastructure in 2022: Added devel/js_of_ocaml-ocamlbuild version 0.0.0.3693 [jaapb 2022-05-23] Updated www/eliom to 10.0.0 [jaapb 2022-05-23] Added fonts/ttf-meera to 7.0.3.20191223 [nikita 2022-05-23] + Updated editors/Sigil to 1.9.10 [wiz 2022-05-23] diff --git a/doc/TODO b/doc/TODO index 533b3a1195a6c..1194698a36d26 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21879 2022/05/22 17:32:13 schmonz Exp $ +$NetBSD: TODO,v 1.21880 2022/05/23 17:17:10 wiz Exp $ Suggested new packages ====================== @@ -374,6 +374,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o Mesa-22.1.0 o OdfConverter-4.0 o PACK-0.0.4 + o PageEdit-1.9.10 o Pantomime-1.2.2 o QuantLib-1.22 o R-GRASS-0.3.9 From 8ca078c3b7d1cf40646a21b0b635c1ac9f500784 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 23 May 2022 17:21:01 +0000 Subject: [PATCH 0886/1154] PageEdit: update to 1.9.10. PageEdit-1.9.10 New Features - support building with Qt6 - make Qt6 versions use their own ini file for settings - add Ctrl+PgUp/PgDown shortcuts to Prev and Next actions Bug Fixes - harden URLInterceptor to dead QWidget bugs in Qt - setMovable true on QToolbars to work around broken linux theme issues - update sigil gumbo version with upstream fixes --- editors/PageEdit/Makefile | 5 ++--- editors/PageEdit/PLIST | 3 +-- editors/PageEdit/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/editors/PageEdit/Makefile b/editors/PageEdit/Makefile index 66c7201cff55e..10328fa7ec850 100644 --- a/editors/PageEdit/Makefile +++ b/editors/PageEdit/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2022/04/18 19:10:56 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/23 17:21:01 wiz Exp $ -DISTNAME= PageEdit-1.7.0 -PKGREVISION= 2 +DISTNAME= PageEdit-1.9.10 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} GITHUB_TAG= ${PKGVERSION_NOREV} diff --git a/editors/PageEdit/PLIST b/editors/PageEdit/PLIST index 6a012e544b27f..06f88486b9497 100644 --- a/editors/PageEdit/PLIST +++ b/editors/PageEdit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/03/06 12:38:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/23 17:21:01 wiz Exp $ bin/pageedit qt5/qtwebengine_dictionaries/de_DE.bdic qt5/qtwebengine_dictionaries/en_GB.bdic @@ -11,7 +11,6 @@ share/icons/hicolor/256x256/apps/pageedit.png share/icons/hicolor/32x32/apps/pageedit.png share/icons/hicolor/48x48/apps/pageedit.png share/icons/hicolor/scalable/apps/pageedit.svg -share/pageedit/translations/pageedit_ar.qm share/pageedit/translations/pageedit_cs.qm share/pageedit/translations/pageedit_da_DK.qm share/pageedit/translations/pageedit_de.qm diff --git a/editors/PageEdit/distinfo b/editors/PageEdit/distinfo index 69bacc8af2ec0..abc64bd983f46 100644 --- a/editors/PageEdit/distinfo +++ b/editors/PageEdit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/03/06 12:38:34 wiz Exp $ +$NetBSD: distinfo,v 1.2 2022/05/23 17:21:01 wiz Exp $ -BLAKE2s (PageEdit-1.7.0.tar.gz) = 904044a0ac0f5971399949a7646e81973d6bf5aa46195894f8ccfebff88e5610 -SHA512 (PageEdit-1.7.0.tar.gz) = af6e9d0b879a7138e4f5ccad78996e8d7c81f7827b97ccaa9c254d1d670479f4693b0371cf62baf02ed08a41923905958e99c436ba77da8424b70de85d4b67a9 -Size (PageEdit-1.7.0.tar.gz) = 6207640 bytes +BLAKE2s (PageEdit-1.9.10.tar.gz) = 7586d62136ebd558af292e650dd5cdd21680bdfa30d9a80783acead9e52ace10 +SHA512 (PageEdit-1.9.10.tar.gz) = c8f05864587e020b6853d38d964c36d2d5974c89220c391d5f254fc8d820f3a1599727ecd5f0bf040b7ee87997d8665a1d3f747881909dd192c018b0c7a32ba1 +Size (PageEdit-1.9.10.tar.gz) = 8459848 bytes From 17866e7fb9e03a94e88606756b5c870e145dee4d Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 23 May 2022 17:21:10 +0000 Subject: [PATCH 0887/1154] doc: Updated editors/PageEdit to 1.9.10 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c5f4c33c08a27..35c7aa5a5042f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2703 2022/05/23 17:17:10 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2704 2022/05/23 17:21:10 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4157,3 +4157,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/eliom to 10.0.0 [jaapb 2022-05-23] Added fonts/ttf-meera to 7.0.3.20191223 [nikita 2022-05-23] Updated editors/Sigil to 1.9.10 [wiz 2022-05-23] + Updated editors/PageEdit to 1.9.10 [wiz 2022-05-23] diff --git a/doc/TODO b/doc/TODO index 1194698a36d26..9e5811dc21202 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21880 2022/05/23 17:17:10 wiz Exp $ +$NetBSD: TODO,v 1.21881 2022/05/23 17:21:10 wiz Exp $ Suggested new packages ====================== @@ -374,7 +374,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o Mesa-22.1.0 o OdfConverter-4.0 o PACK-0.0.4 - o PageEdit-1.9.10 o Pantomime-1.2.2 o QuantLib-1.22 o R-GRASS-0.3.9 From 56d72b6562c0ee02598c76e8fefb4722f8887ca1 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 23 May 2022 17:28:41 +0000 Subject: [PATCH 0888/1154] py-numpy: Workaround undefined-symbol errors under NetBSD at least py-numpy-1.22.4's symbol check mechanism does not work for NetBSD and the other platforms, because gcc and clang calculate trivial math functions, for example, log1pl() and expm1l(), with immediate arguments, for example 0. So compiling 'log1pl(0)' is always successful even if -lm is not added to the compiler's commandline arguments. Use GNU autotools style check with ugly workaround. I have no idea about WASM case. However current mechanism will not work as expected. Bump PKGREVISION. --- math/py-numpy/Makefile | 3 +- math/py-numpy/distinfo | 5 +- .../patches/patch-numpy_core_setup.py | 13 +++- .../patch-numpy_distutils_command_config.py | 69 +++++++++++++++++++ 4 files changed, 85 insertions(+), 5 deletions(-) create mode 100644 math/py-numpy/patches/patch-numpy_distutils_command_config.py diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index dfd5744f87cbc..eb440c6fb7bd8 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.93 2022/05/22 19:14:00 adam Exp $ +# $NetBSD: Makefile,v 1.94 2022/05/23 17:28:41 ryoon Exp $ DISTNAME= numpy-1.22.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/} EXTRACT_SUFX= .zip diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index af3c4d759b4e5..ef46a8d0c3b11 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.72 2022/05/22 19:14:00 adam Exp $ +$NetBSD: distinfo,v 1.73 2022/05/23 17:28:41 ryoon Exp $ BLAKE2s (numpy-1.22.4.zip) = 020700e15b661d064377106b6c3ecd5959c524e32cc2f3d1b97739894bbbcff8 SHA512 (numpy-1.22.4.zip) = bb2993459157c43f8c419de98be1c832f108b4eb6b96e1d20f406eccd782681ad8d0f8653637962ac592abe7d75719c17678ec97f035f6c87d4c7f939a1a8a48 Size (numpy-1.22.4.zip) = 11458830 bytes -SHA1 (patch-numpy_core_setup.py) = 9e2388dd0de7f31994d3b27c10e439acd3ca1a03 +SHA1 (patch-numpy_core_setup.py) = 9f5d5934112d533f44207c2106db75465170d605 SHA1 (patch-numpy_core_src_npymath_npy__math__private.h) = e3b8e751fd0b6b6c6794d714aa5f60dfe9d7f421 +SHA1 (patch-numpy_distutils_command_config.py) = eb37d28482689703e0c1a264f9768409cf8bb4b6 SHA1 (patch-numpy_distutils_fcompiler_____init____.py) = 49d070da5b48bd9818b37ac3254341fa68503c53 SHA1 (patch-numpy_distutils_fcompiler_g95.py) = be73b64a3e551df998b6a904d6db762bf28a98ed SHA1 (patch-numpy_distutils_fcompiler_gnu.py) = 1ab3fd7b3f42328f4094f1b21a65c05ae4d975b7 diff --git a/math/py-numpy/patches/patch-numpy_core_setup.py b/math/py-numpy/patches/patch-numpy_core_setup.py index 53e4990a9f5ec..f3283c18a322a 100644 --- a/math/py-numpy/patches/patch-numpy_core_setup.py +++ b/math/py-numpy/patches/patch-numpy_core_setup.py @@ -1,9 +1,18 @@ -$NetBSD: patch-numpy_core_setup.py,v 1.7 2022/05/22 19:14:00 adam Exp $ +$NetBSD: patch-numpy_core_setup.py,v 1.8 2022/05/23 17:28:41 ryoon Exp $ Use C language (not F77 from blas_info); fixes library name on Darwin. ---- numpy/core/setup.py.orig 2022-05-20 05:46:10.000000000 +0000 +--- numpy/core/setup.py.orig 2022-05-19 22:46:10.000000000 +0000 +++ numpy/core/setup.py +@@ -217,7 +217,7 @@ def check_math_capabilities(config, ext, + f, args, headers, m = tup[0], tup[1], [tup[2]], fname2def(tup[0]) + else: + f, args, headers, m = tup[0], tup[1], [tup[2]], fname2def(tup[3]) +- if config.check_func(f, decl=False, call=True, call_args=args, ++ if config.check_func(f, decl=False, call=False, call_args=args, + headers=headers): + moredefs.append((m, 1)) + @@ -868,6 +868,7 @@ def configuration(parent_package='',top_ if have_blas: diff --git a/math/py-numpy/patches/patch-numpy_distutils_command_config.py b/math/py-numpy/patches/patch-numpy_distutils_command_config.py new file mode 100644 index 0000000000000..806fe759ae122 --- /dev/null +++ b/math/py-numpy/patches/patch-numpy_distutils_command_config.py @@ -0,0 +1,69 @@ +$NetBSD: patch-numpy_distutils_command_config.py,v 1.1 2022/05/23 17:28:41 ryoon Exp $ + +* Workaround for undefined-sysbol errors from graphics/py-matplotlib. + +--- numpy/distutils/command/config.py.orig 2022-05-17 10:56:58.000000000 +0000 ++++ numpy/distutils/command/config.py +@@ -321,11 +321,7 @@ class config(old_config): + # return a value. + self._check_compiler() + body = [] +- if decl: +- if type(decl) == str: +- body.append(decl) +- else: +- body.append("int %s (void);" % func) ++ body.append("int %s (void);" % func) + # Handle MSVC intrinsics: force MS compiler to make a function call. + # Useful to test for some functions when built with optimization on, to + # avoid build error because the intrinsic and our 'fake' test +@@ -336,15 +332,16 @@ class config(old_config): + body.append("int main (void) {") + if call: + if call_args is None: ++ body.append(" %s(%s);" % (func, call_args)) + call_args = '' +- body.append(" %s(%s);" % (func, call_args)) ++ body.append(" %s();" % func) + else: + body.append(" %s;" % func) + body.append(" return 0;") + body.append("}") + body = '\n'.join(body) + "\n" + +- return self.try_link(body, headers, include_dirs, ++ return self.try_link(body, None, include_dirs, + libraries, library_dirs) + + def check_funcs_once(self, funcs, +@@ -376,10 +373,8 @@ class config(old_config): + """ + self._check_compiler() + body = [] +- if decl: +- for f, v in decl.items(): +- if v: +- body.append("int %s (void);" % f) ++ for f in funcs: ++ body.append("int %s (void);" % f) + + # Handle MS intrinsics. See check_func for more info. + body.append("#ifdef _MSC_VER") +@@ -395,7 +390,7 @@ class config(old_config): + args = '' + else: + args = call_args[f] +- body.append(" %s(%s);" % (f, args)) ++ body.append(" %s();" % f) + else: + body.append(" %s;" % f) + else: +@@ -405,7 +400,7 @@ class config(old_config): + body.append("}") + body = '\n'.join(body) + "\n" + +- return self.try_link(body, headers, include_dirs, ++ return self.try_link(body, None, include_dirs, + libraries, library_dirs) + + def check_inline(self): From 12ca6398cd36bd4fca6c9975c4d7aed515eee1e9 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 23 May 2022 17:30:00 +0000 Subject: [PATCH 0889/1154] doc: Updated math/py-numpy to 1.22.4nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 35c7aa5a5042f..91cb9edc7ecd1 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2704 2022/05/23 17:21:10 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2705 2022/05/23 17:30:00 ryoon Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4158,3 +4158,4 @@ Changes to the packages collection and infrastructure in 2022: Added fonts/ttf-meera to 7.0.3.20191223 [nikita 2022-05-23] Updated editors/Sigil to 1.9.10 [wiz 2022-05-23] Updated editors/PageEdit to 1.9.10 [wiz 2022-05-23] + Updated math/py-numpy to 1.22.4nb1 [ryoon 2022-05-23] From 8bef187be66527431ec4324419bb419ebdb5330f Mon Sep 17 00:00:00 2001 From: gutteridge Date: Mon, 23 May 2022 18:44:26 +0000 Subject: [PATCH 0890/1154] xfce4-terminal: update to 1.0.3 Change log: 1.0.3 ====== Stable release fixing regressions. Fixes: - Consume KeyEvents when activating a TAB accelerator. - Regression: Scrollbar position setting does not work if you start with a hidden scrollbar (Issue #192) - Regression: Revert ff94ff30c1f83561f0abad4867846880ba9c6f83 which broke scroll-on-output and change the default value (Issue #191) Translation Updates: Hebrew, Portuguese (Brazil), Russian 1.0.2 ====== Stable release fixing a regression related to switch/move tab accelerators. - Regression: MiscCycleTabs preference does not work for accelerators (#186, #24). - Translation Updates: Russian --- x11/xfce4-terminal/Makefile | 4 ++-- x11/xfce4-terminal/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index 574cc2d23ecd1..fa15ec8b8aefd 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2022/04/15 18:40:18 gutteridge Exp $ +# $NetBSD: Makefile,v 1.67 2022/05/23 18:44:26 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= xfce4-terminal-1.0.1 +DISTNAME= xfce4-terminal-1.0.3 CATEGORIES= x11 MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-terminal/1.0/ diff --git a/x11/xfce4-terminal/distinfo b/x11/xfce4-terminal/distinfo index ee8c2ee3ce676..9f38b28511dda 100644 --- a/x11/xfce4-terminal/distinfo +++ b/x11/xfce4-terminal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/04/15 18:40:18 gutteridge Exp $ +$NetBSD: distinfo,v 1.21 2022/05/23 18:44:26 gutteridge Exp $ -BLAKE2s (xfce4-terminal-1.0.1.tar.bz2) = ca92f52bb1e05316cb4f27b43ea7f185d265704539341b24796bd1aacf2f75f9 -SHA512 (xfce4-terminal-1.0.1.tar.bz2) = 53e75f091ffa7444b6653a43458793cba2b50c76e9670da801b42e8c9283c4bb9a65404cc75ab35914cf9e3e1ce94914c2d337d35396d797837ef7b8f72f4d65 -Size (xfce4-terminal-1.0.1.tar.bz2) = 1002307 bytes +BLAKE2s (xfce4-terminal-1.0.3.tar.bz2) = e7fe8959720a3cbe70d8df592333f105650ce8d574ec9ffed37bc1918079d318 +SHA512 (xfce4-terminal-1.0.3.tar.bz2) = b9d93c3def9cd1237b985ee95664e210595f450e78b9e23fd5928d66cd978fca38db8be1e3c2968b6cb9a8abb5ab978975eed6b8afa3b49509fecf16b66580d3 +Size (xfce4-terminal-1.0.3.tar.bz2) = 1000750 bytes From 83dbb72dce30abbfd30b42b9a4634b11f604a579 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Mon, 23 May 2022 18:44:39 +0000 Subject: [PATCH 0891/1154] doc: Updated x11/xfce4-terminal to 1.0.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 91cb9edc7ecd1..09688a732aeac 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2705 2022/05/23 17:30:00 ryoon Exp $ +$NetBSD: CHANGES-2022,v 1.2706 2022/05/23 18:44:39 gutteridge Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4159,3 +4159,4 @@ Changes to the packages collection and infrastructure in 2022: Updated editors/Sigil to 1.9.10 [wiz 2022-05-23] Updated editors/PageEdit to 1.9.10 [wiz 2022-05-23] Updated math/py-numpy to 1.22.4nb1 [ryoon 2022-05-23] + Updated x11/xfce4-terminal to 1.0.3 [gutteridge 2022-05-23] From f6e0d026f41b3f09341d440bfd23cd77dde08802 Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 23 May 2022 19:02:59 +0000 Subject: [PATCH 0892/1154] update solvespace to 3.0, with changes since 2016 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New sketch features: New intersection boolean operation for solid models. New groups, revolution and helical extrusion. Extrude, lathe, translate and rotate groups can use the "assembly" boolean operation, to increase performance. The solid model of extrude and lathe groups can be suppressed, for splitting a single model in multiple parts to export, or if only the generated entities are desired, without the mesh. Translate and rotate groups can create n-dimensional arrays using the "difference" and "assembly" boolean operations. A new sketch in workplane group can be created based on existing workplane. TTF text request has two additional points on the right side, which allow constraining the width of text. Image requests can now be created, similar to TTF text requests. This replaces the "style → background image" feature. Irrelevant points (e.g. arc center point) are not counted when estimating the bounding box used to compute chord tolerance. When adding a constraint which has a label and is redundant with another constraint, the constraint is added as a reference, avoiding an error. Datum points can be copied and pasted. "Split Curves at Intersection" can now split curves at point lying on curve, not just at intersection of two curves. Property browser now shows amount of degrees of freedom in group list. It also shows a yellow "err" if the sketch has problems (e.g. self intersecting) that would propagate in subsequent groups. It is now possible to press "g" to toggle construction on new objects while they are still being drawn. Allow right click to end sketching of all entities. New constraint features: When dragging an arc or rectangle point, it will be automatically constrained to other points with a click. When selecting a constraint, the requests it constraints can be selected in the text window. When selecting an entity, the constraints applied to it can be selected in the text window. Distance constraint labels can now be formatted to use SI prefixes. Values are edited in the configured unit regardless of label format. When creating a constraint, if an exactly identical constraint already exists, it is now selected instead of adding a redundant constraint. It is now possible to turn off automatic creation of horizontal/vertical constraints on line segments. Automatic creation of constraints no longer happens if the constraint would have been redundant with other ones. New option to open the constraint editor for newly created constraints with a value. New "redundant constraint timeout (in ms)" option to prevent UI freeze when looking for redundant constraints. Swap vertical and horizontal constraints when pasting rotated by 90/270 degrees. New export/import features: Link IDF circuit boards in an assembly (.emn files) Three.js: allow configuring projection for exported model, and initially use the current viewport projection. Wavefront OBJ: a material file is exported alongside the model, containing mesh color information. DXF/DWG: 3D DXF files are imported as construction entities, in 3d. VRML (WRL) triangle meshes can now be exported, useful for e.g. KiCAD. Export 2d section: custom styled entities that lie in the same plane as the exported section are included. Added ExportBackgroundColor in configuration for EPS, PDF, and SVG files. STEP export includes object colors and transparency. Default "line styles" have a new "export these objects" option. New rendering features: The "Show/hide hidden lines" button is now a tri-state button that allows showing all lines (on top of shaded mesh), stippling occluded lines or not drawing them at all. The "Show/hide outlines" button is now independent from "Show/hide edges". "View | Darken Inactive Solids" added. When turned off and a "sketch in plane" group is active solids form previous groups will not be "darkened" (have the s000d-#def-dim-solid style applied to them). New measurement/analysis features: New choice for base unit, meters. New command for measuring total length of selected entities, "Analyze → Measure Perimeter". New command for measuring center of mass, with live updates as the sketch changes, "Analyze → Center of Mass". New option for displaying areas of closed contours. When calculating volume of the mesh, volume of the solid from the current group is now shown alongside total volume of all solids. When calculating area, and faces are selected, calculate area of those faces instead of the closed contour in the sketch. When selecting a point and a line, projected distance to current workplane is displayed. Other new features: Improvements to the text window for selected entities and constraints. Ambient light source added in text window to allow flat shaded renderings. New command-line interface, for batch exporting and more. The graphical interface now supports HiDPI screens on every OS. New option to lock Z axis to be always vertical when rotating the view, a.k.a. "turntable navigation". New button to hide all construction entities. New link to match the on-screen size of the sketch with its actual size, "view → set to full scale". When zooming to fit, constraints are also considered. Ctrl-clicking entities now deselects them, as the inverse of clicking. When clicking on an entity that shares a place with other entities, the entity from the current group is selected. When dragging an entity that shares a place with other entities, the entity from a request is selected. For example, dragging a point on a face of an extrusion coincident with the source sketch plane will drag the point from the source sketch. The default font for TTF text is now Bitstream Vera Sans, which is included in the resources such that it is available on any OS. In expressions, numbers can contain the digit group separator, "_". The "=" key is bound to "Zoom In", like "+" key. The numpad decimal separator key is bound to "." regardless of locale. On Windows, full-screen mode is implemented. On Linux, native file chooser dialog can be used. New edit menu items "Line Styles", "View Projection" and "Configuration" that are shortcuts to the respective configuration screens. New cmake build options using -DENABLE_OPENMP=yes and -DENABLE_LTO=yes to enable support for multi-threading and link-time optimization. "Shift+Scroll" for ten times finer zoom. Translations: Chinese, French, German, Russian, Turkish, Ukrainian. Bugs fixed: Fixed broken --view options for command line thumbnail image creation. Some errors in Triangulation of surfaces. Some NURNS boolean operations that failed particularly on surfaces created with Lathe, Revolve, or Helix. Segfault in Remove Spline Point context menu. A point in 3d constrained to any line whose length is free no longer causes the line length to collapse. Curve-line constraints (in 3d), parallel constraints (in 3d), and same orientation constraints are more robust. Adding some constraints (vertical, midpoint, etc) twice errors out immediately, instead of later and in a confusing way. Constraining a newly placed point to a hovered entity does not cause spurious changes in the sketch. Points highlighted with "Analyze → Show Degrees of Freedom" are drawn on top of all other geometry. A step rotate/translate group using a group forced to triangle mesh as a source group also gets forced to triangle mesh. Paste Transformed with a negative scale does not invert arcs. The tangent arc now modifies the original entities instead of deleting them, such that their constraints are retained. When linking a sketch file, missing custom styles are now imported from the linked file. 3Dconnexion SpaceMouse should now work (on Windows and macOS X). Improved NURBS boolean operations on curved surfaces in some cases. Show only usable fonts in the font selector. --- cad/solvespace/Makefile | 30 +++---- cad/solvespace/PLIST | 91 ++++++++++++++++++++- cad/solvespace/distinfo | 16 ++-- cad/solvespace/patches/patch-CMakeLists.txt | 31 ++++++- 4 files changed, 140 insertions(+), 28 deletions(-) diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index cc2a58bc64354..fa6c5efe6832a 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2021/12/08 16:03:25 adam Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/23 19:02:59 plunky Exp $ # # # Both of these hashes need to be updated when the solvespace version @@ -9,21 +9,20 @@ # Solvespace has a private fork of libdxfrw which is stored in github # as a submodule, which is not included in the v2.3 archive. # -LIBDXF_HASH= 8f958955f54668c142ded760dc951ffd16d9c71b -SOLVESPACE_HASH= 7c1ca460769fc8cbef26d296338d4bbc6f2ef6d0 +LIBDXF_HASH= 0b7b7b709d9299565db603f878214656ef5e9ddf +SOLVESPACE_HASH= 0e0b0252e23dd5bd4ae82ababcc54c44aee036d6 -DISTNAME= solvespace-2.3 -PKGREVISION= 12 +DISTNAME= solvespace-3.0 CATEGORIES= cad -MASTER_SITES= http://github.com/solvespace/solvespace/archive/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=solvespace/solvespace/archive/} DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= v${PKGVERSION_NOREV}.tar.gz DISTFILES+= ${LIBDXF_HASH}.tar.gz SITES.${LIBDXF_HASH}.tar.gz= \ - http://github.com/solvespace/libdxfrw/archive/ + ${MASTER_SITE_GITHUB:=solvespace/libdxfrw/archive/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.solvespace.com/ +HOMEPAGE= https://www.solvespace.com/ COMMENT= Parametric 2D/3D CAD LICENSE= gnu-gpl-v3 @@ -37,18 +36,19 @@ USE_CMAKE= yes CMAKE_ARGS+= -DGIT_COMMIT_HASH=${SOLVESPACE_HASH} -SUBST_CLASSES+= desktop -SUBST_STAGE.desktop= pre-configure -SUBST_MESSAGE.desktop= Fixing absolute path in desktop file -SUBST_FILES.desktop= src/unix/solvespace.desktop -SUBST_SED.desktop= -e "s,/usr/bin,${PREFIX}/bin," - SUBST_CLASSES+= libdxfrw SUBST_STAGE.libdxfrw= pre-configure SUBST_MESSAGE.libdxfrw= Set libdxfrw directory SUBST_FILES.libdxfrw= CMakeLists.txt SUBST_SED.libdxfrw= -e "s,extlib/libdxfrw,extlib/libdxfrw-${LIBDXF_HASH}," +CONFIGURE_DIRS= build +CMAKE_ARG_PATH= .. + +pre-configure: + cd ${WRKSRC} && ${MKDIR} ${CONFIGURE_DIRS} + +.include "../../devel/mimalloc/buildlink3.mk" .include "../../devel/pangomm/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" @@ -60,5 +60,5 @@ SUBST_SED.libdxfrw= -e "s,extlib/libdxfrw,extlib/libdxfrw-${LIBDXF_HASH}," .include "../../graphics/png/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/json-c/buildlink3.mk" -.include "../../x11/gtkmm/buildlink3.mk" +.include "../../x11/gtkmm3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/cad/solvespace/PLIST b/cad/solvespace/PLIST index 03f3fc4aeae58..ebae9b6fcf557 100644 --- a/cad/solvespace/PLIST +++ b/cad/solvespace/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2017/02/21 20:36:39 plunky Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/23 19:02:59 plunky Exp $ bin/solvespace +bin/solvespace-cli include/slvs.h lib/libslvs.so lib/libslvs.so.1 @@ -13,7 +14,95 @@ share/icons/hicolor/32x32/apps/solvespace.png share/icons/hicolor/32x32/mimetypes/application.x-solvespace.png share/icons/hicolor/48x48/apps/solvespace.png share/icons/hicolor/48x48/mimetypes/application.x-solvespace.png +share/icons/hicolor/scalable/apps/solvespace.svg +share/icons/hicolor/scalable/mimetypes/application.x-solvespace.svg +share/mime/packages/solvespace-slvs.xml share/pixmaps/solvespace-16x16.xpm share/pixmaps/solvespace-24x24.xpm share/pixmaps/solvespace-32x32.xpm share/pixmaps/solvespace-48x48.xpm +share/solvespace/banner.txt +share/solvespace/fonts/BitstreamVeraSans-Roman-builtin.ttf +share/solvespace/fonts/private/0-check-false.png +share/solvespace/fonts/private/1-check-true.png +share/solvespace/fonts/private/2-radio-false.png +share/solvespace/fonts/private/3-radio-true.png +share/solvespace/fonts/private/4-stipple-dot.png +share/solvespace/fonts/private/5-stipple-dash-long.png +share/solvespace/fonts/private/6-stipple-dash.png +share/solvespace/fonts/private/7-stipple-zigzag.png +share/solvespace/fonts/unicode.lff.gz +share/solvespace/fonts/unifont.hex.gz +share/solvespace/freedesktop/solvespace-48x48.png +share/solvespace/icons/graphics-window/angle.png +share/solvespace/icons/graphics-window/arc.png +share/solvespace/icons/graphics-window/assemble.png +share/solvespace/icons/graphics-window/bezier.png +share/solvespace/icons/graphics-window/circle.png +share/solvespace/icons/graphics-window/construction.png +share/solvespace/icons/graphics-window/equal.png +share/solvespace/icons/graphics-window/extrude.png +share/solvespace/icons/graphics-window/helix.png +share/solvespace/icons/graphics-window/horiz.png +share/solvespace/icons/graphics-window/image.png +share/solvespace/icons/graphics-window/in3d.png +share/solvespace/icons/graphics-window/lathe.png +share/solvespace/icons/graphics-window/length.png +share/solvespace/icons/graphics-window/line.png +share/solvespace/icons/graphics-window/ontoworkplane.png +share/solvespace/icons/graphics-window/other-supp.png +share/solvespace/icons/graphics-window/parallel.png +share/solvespace/icons/graphics-window/perpendicular.png +share/solvespace/icons/graphics-window/point.png +share/solvespace/icons/graphics-window/pointonx.png +share/solvespace/icons/graphics-window/rectangle.png +share/solvespace/icons/graphics-window/ref.png +share/solvespace/icons/graphics-window/revolve.png +share/solvespace/icons/graphics-window/same-orientation.png +share/solvespace/icons/graphics-window/sketch-in-3d.png +share/solvespace/icons/graphics-window/sketch-in-plane.png +share/solvespace/icons/graphics-window/step-rotate.png +share/solvespace/icons/graphics-window/step-translate.png +share/solvespace/icons/graphics-window/symmetric.png +share/solvespace/icons/graphics-window/tangent-arc.png +share/solvespace/icons/graphics-window/text.png +share/solvespace/icons/graphics-window/trim.png +share/solvespace/icons/graphics-window/vert.png +share/solvespace/icons/text-window/constraint.png +share/solvespace/icons/text-window/construction.png +share/solvespace/icons/text-window/edges.png +share/solvespace/icons/text-window/faces.png +share/solvespace/icons/text-window/mesh.png +share/solvespace/icons/text-window/normal.png +share/solvespace/icons/text-window/occluded-invisible.png +share/solvespace/icons/text-window/occluded-stippled.png +share/solvespace/icons/text-window/occluded-visible.png +share/solvespace/icons/text-window/outlines.png +share/solvespace/icons/text-window/point.png +share/solvespace/icons/text-window/shaded.png +share/solvespace/icons/text-window/workplane.png +share/solvespace/locales.txt +share/solvespace/locales/de_DE.po +share/solvespace/locales/en_US.po +share/solvespace/locales/fr_FR.po +share/solvespace/locales/ru_RU.po +share/solvespace/locales/tr_TR.po +share/solvespace/locales/uk_UA.po +share/solvespace/locales/zh_CN.po +share/solvespace/shaders/edge.frag +share/solvespace/shaders/edge.vert +share/solvespace/shaders/imesh.frag +share/solvespace/shaders/imesh.vert +share/solvespace/shaders/imesh_point.frag +share/solvespace/shaders/imesh_point.vert +share/solvespace/shaders/imesh_tex.frag +share/solvespace/shaders/imesh_tex.vert +share/solvespace/shaders/imesh_texa.frag +share/solvespace/shaders/mesh.frag +share/solvespace/shaders/mesh.vert +share/solvespace/shaders/mesh_fill.frag +share/solvespace/shaders/mesh_fill.vert +share/solvespace/shaders/outline.vert +share/solvespace/threejs/SolveSpaceControls.js +share/solvespace/threejs/hammer-2.0.8.js.gz +share/solvespace/threejs/three-r111.min.js.gz diff --git a/cad/solvespace/distinfo b/cad/solvespace/distinfo index 67d7ef959f373..39753a3aad424 100644 --- a/cad/solvespace/distinfo +++ b/cad/solvespace/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:04:16 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/23 19:02:59 plunky Exp $ -BLAKE2s (solvespace-2.3/8f958955f54668c142ded760dc951ffd16d9c71b.tar.gz) = eae48ae5b7b8726f52a4ad72aa10647e0b83d0b4206ce36376a2521f0617bfcb -SHA512 (solvespace-2.3/8f958955f54668c142ded760dc951ffd16d9c71b.tar.gz) = 40f27cf32c1a2be1f654d82406c2f7d765cf350d3ceb134e3e1a82b17443f7a12dfda1102fe8438b70f13982af675f97fb1a62ad892acb3ed3d2e19b89a7c013 -Size (solvespace-2.3/8f958955f54668c142ded760dc951ffd16d9c71b.tar.gz) = 691686 bytes -BLAKE2s (solvespace-2.3/v2.3.tar.gz) = cbe152ac56baecc001f755a3858780ed8bc9e05ba393f9716c9428d66248ed03 -SHA512 (solvespace-2.3/v2.3.tar.gz) = 9d22e467337591cd9a4935124d18733b8337f5785ab5738f4a94300f283ffe7d313569e379ae77e509d14182ffde8c9db7beaebb46ea7c0507c6b05010fe1a56 -Size (solvespace-2.3/v2.3.tar.gz) = 2115940 bytes -SHA1 (patch-CMakeLists.txt) = c3716d2317b606e7e4367cef4b781f3ab2854c4f +BLAKE2s (solvespace-3.0/0b7b7b709d9299565db603f878214656ef5e9ddf.tar.gz) = 868d7f5b2086dac96d8d3d7e81b5c8f4dd825fa79dbec16c24e092f842d07aed +SHA512 (solvespace-3.0/0b7b7b709d9299565db603f878214656ef5e9ddf.tar.gz) = 9ab498aa7f369be79d800e8ca5ec55fa54be79d0778937b81d4c8da776b3419cb8a75400b54b205efc338da32e2e781afd0bed1bd8efed1a0b212dc8682a2615 +Size (solvespace-3.0/0b7b7b709d9299565db603f878214656ef5e9ddf.tar.gz) = 691804 bytes +BLAKE2s (solvespace-3.0/v3.0.tar.gz) = 113a7b47f4492fc436f4459222791e9e5d50edfc886c07fcde2a24e65bd7f9b8 +SHA512 (solvespace-3.0/v3.0.tar.gz) = b07b41fac1d67c5350082600a2f09e3fa611a1273e0c93ff93d11a7a1dbf550ff33465686eaff04fdb8350d1fe854ab0301d8723ef31cc65c687ba59cb89187f +Size (solvespace-3.0/v3.0.tar.gz) = 2734860 bytes +SHA1 (patch-CMakeLists.txt) = c5fa324ea481850b5ce8933e976d80e04ddcdf80 diff --git a/cad/solvespace/patches/patch-CMakeLists.txt b/cad/solvespace/patches/patch-CMakeLists.txt index f1acd63d2bbde..94bfa8a1c53e3 100644 --- a/cad/solvespace/patches/patch-CMakeLists.txt +++ b/cad/solvespace/patches/patch-CMakeLists.txt @@ -1,15 +1,38 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2017/02/21 20:36:39 plunky Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2022/05/23 19:02:59 plunky Exp $ disable finding the commit hash: we provide it in the Makefile ---- CMakeLists.txt.orig 2016-12-24 02:09:48.000000000 +0000 +use pkgsrc mimalloc directly + +--- CMakeLists.txt.orig 2021-04-18 09:48:36.000000000 +0000 +++ CMakeLists.txt -@@ -20,7 +20,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX +@@ -30,7 +30,6 @@ endif() # NOTE TO PACKAGERS: The embedded git commit hash is critical for rapid bug triage when the builds # can come from a variety of sources. If you are mirroring the sources or otherwise build when # the .git directory is not present, please comment the following line: -include(GetGitCommitHash) -+# include(GetGitCommitHash) # and instead uncomment the following, adding the complete git hash of the checkout you are using: # set(GIT_COMMIT_HASH 0000000000000000000000000000000000000000) +@@ -173,13 +172,6 @@ endif() + message(STATUS "Using in-tree libdxfrw") + add_subdirectory(extlib/libdxfrw) + +-message(STATUS "Using in-tree mimalloc") +-set(MI_OVERRIDE OFF CACHE BOOL "") +-set(MI_BUILD_SHARED OFF CACHE BOOL "") +-set(MI_BUILD_OBJECT OFF CACHE BOOL "") +-set(MI_BUILD_TESTS OFF CACHE BOOL "") +-add_subdirectory(extlib/mimalloc EXCLUDE_FROM_ALL) +-set(MIMALLOC_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/extlib/mimalloc/include) + + if(WIN32 OR APPLE) + # On Win32 and macOS we use vendored packages, since there is little to no benefit +@@ -242,6 +234,7 @@ else() + find_package(ZLIB REQUIRED) + find_package(PNG REQUIRED) + find_package(Freetype REQUIRED) ++ find_package(mimalloc REQUIRED) + pkg_check_modules(CAIRO REQUIRED cairo) + endif() + From 2056cd4a0ff48188c532ae76d732833a6240370f Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 23 May 2022 19:03:13 +0000 Subject: [PATCH 0893/1154] doc: Updated cad/solvespace to 3.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 09688a732aeac..e29efa123991f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2706 2022/05/23 18:44:39 gutteridge Exp $ +$NetBSD: CHANGES-2022,v 1.2707 2022/05/23 19:03:13 plunky Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4160,3 +4160,4 @@ Changes to the packages collection and infrastructure in 2022: Updated editors/PageEdit to 1.9.10 [wiz 2022-05-23] Updated math/py-numpy to 1.22.4nb1 [ryoon 2022-05-23] Updated x11/xfce4-terminal to 1.0.3 [gutteridge 2022-05-23] + Updated cad/solvespace to 3.0 [plunky 2022-05-23] From 65868d32efdb32e2eb923e763372add660e66b01 Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 23 May 2022 19:05:34 +0000 Subject: [PATCH 0894/1154] Add fstl 0.9.4, the fastest (they claim) .stl viewer fstl is a very fast .stl file viewer, designed to quickly load and render very high-polygon models; showing 2 million triangles at 60+ FPS on a mid-range laptop. --- cad/fstl/DESCR | 3 +++ cad/fstl/Makefile | 18 ++++++++++++++++++ cad/fstl/PLIST | 2 ++ cad/fstl/distinfo | 5 +++++ 4 files changed, 28 insertions(+) create mode 100644 cad/fstl/DESCR create mode 100644 cad/fstl/Makefile create mode 100644 cad/fstl/PLIST create mode 100644 cad/fstl/distinfo diff --git a/cad/fstl/DESCR b/cad/fstl/DESCR new file mode 100644 index 0000000000000..2ec7d54a4e864 --- /dev/null +++ b/cad/fstl/DESCR @@ -0,0 +1,3 @@ +fstl is a very fast .stl file viewer, designed to quickly load and +render very high-polygon models; showing 2 million triangles at 60+ +FPS on a mid-range laptop. diff --git a/cad/fstl/Makefile b/cad/fstl/Makefile new file mode 100644 index 0000000000000..fe73d91a94025 --- /dev/null +++ b/cad/fstl/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2022/05/23 19:05:34 plunky Exp $ +# + +DISTNAME= fstl-0.9.4 +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_GITHUB:=fstl-app/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.mattkeeter.com/projects/fstl/ +COMMENT= Fast STL file viewer +LICENSE= mit + +USE_LANGUAGES= c c++ +USE_CMAKE= yes + +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/cad/fstl/PLIST b/cad/fstl/PLIST new file mode 100644 index 0000000000000..9c4d90a715839 --- /dev/null +++ b/cad/fstl/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/23 19:05:34 plunky Exp $ +bin/fstl diff --git a/cad/fstl/distinfo b/cad/fstl/distinfo new file mode 100644 index 0000000000000..965cb56b2ba4c --- /dev/null +++ b/cad/fstl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/23 19:05:34 plunky Exp $ + +BLAKE2s (fstl-0.9.4.tar.gz) = 0779c1d83e21d99051101cfeb41c215c39e58ee3e04cf21b1113171038873eb4 +SHA512 (fstl-0.9.4.tar.gz) = a56f9fcf18756b2fa610b9c0fcbbc3e738b32fa44b0b0f90a5e2c426e02df14f3316c6d565f1f5beab628c3e136b573ce429ca31c4f7594c7eb08c7669ae9315 +Size (fstl-0.9.4.tar.gz) = 117230 bytes From 48c060e037479cd27003f8baec46627316017254 Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 23 May 2022 19:05:53 +0000 Subject: [PATCH 0895/1154] doc: Updated cad/fstl to 0.9.4 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e29efa123991f..cddf22388b97a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2707 2022/05/23 19:03:13 plunky Exp $ +$NetBSD: CHANGES-2022,v 1.2708 2022/05/23 19:05:53 plunky Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4161,3 +4161,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/py-numpy to 1.22.4nb1 [ryoon 2022-05-23] Updated x11/xfce4-terminal to 1.0.3 [gutteridge 2022-05-23] Updated cad/solvespace to 3.0 [plunky 2022-05-23] + Updated cad/fstl to 0.9.4 [plunky 2022-05-23] From b026810c6025e5948b41ca62643ac38fb8ad64f6 Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 23 May 2022 19:06:41 +0000 Subject: [PATCH 0896/1154] cad/fstl was Added not Updated --- doc/CHANGES-2022 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index cddf22388b97a..13c118702e0e4 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2708 2022/05/23 19:05:53 plunky Exp $ +$NetBSD: CHANGES-2022,v 1.2709 2022/05/23 19:06:41 plunky Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4161,4 +4161,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/py-numpy to 1.22.4nb1 [ryoon 2022-05-23] Updated x11/xfce4-terminal to 1.0.3 [gutteridge 2022-05-23] Updated cad/solvespace to 3.0 [plunky 2022-05-23] - Updated cad/fstl to 0.9.4 [plunky 2022-05-23] + Added cad/fstl version 0.9.4 [plunky 2022-05-23] From ba0124f3100e363d96a5ae476c6688ad32763ece Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 23 May 2022 19:07:26 +0000 Subject: [PATCH 0897/1154] add cad/fstl --- cad/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cad/Makefile b/cad/Makefile index 8f4b69295eb9b..4b4ce56306c57 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2022/01/02 15:51:03 tnn Exp $ +# $NetBSD: Makefile,v 1.103 2022/05/23 19:07:26 plunky Exp $ # COMMENT= Computer Aided Design tools @@ -20,6 +20,7 @@ SUBDIR+= fastcap SUBDIR+= fasthenry SUBDIR+= felt SUBDIR+= freehdl +SUBDIR+= fstl SUBDIR+= gdsreader SUBDIR+= geda SUBDIR+= gerbv From 3ea076a1c01f13ab217972e8434515509e31ebf5 Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 23 May 2022 19:10:03 +0000 Subject: [PATCH 0898/1154] add gcad3d, a GTK based 3D CAD software 3D - CADCAM - software gCAD3D has its own: import and export-programs (Step, Iges, VRML, DXF, SVG ..), integrated 3D-OpenGL viewer, program interpreter for geometry and NC commands in 3D, integrated NC processor. programming interface for userprograms (plugins) programming interface for RemoteControl --- cad/gcad3d/DESCR | 9 + cad/gcad3d/Makefile | 86 +++++++ cad/gcad3d/PLIST | 231 ++++++++++++++++++ cad/gcad3d/distinfo | 14 ++ cad/gcad3d/patches/patch-src_APP_srcOS.mak | 15 ++ cad/gcad3d/patches/patch-src_gcad3d | 62 +++++ .../patches/patch-src_gui__version__set.sh | 38 +++ cad/gcad3d/patches/patch-src_options.sh | 29 +++ cad/gcad3d/patches/patch-src_ut_ut__err.c | 15 ++ cad/gcad3d/patches/patch-src_ut_ut__os__aix.c | 55 +++++ cad/gcad3d/patches/patch-src_xa_xa.c | 15 ++ cad/gcad3d/patches/patch-src_xa_xa__main.c | 34 +++ cad/gcad3d/patches/patch-src_xa_xa__msg.h | 14 ++ 13 files changed, 617 insertions(+) create mode 100644 cad/gcad3d/DESCR create mode 100644 cad/gcad3d/Makefile create mode 100644 cad/gcad3d/PLIST create mode 100644 cad/gcad3d/distinfo create mode 100644 cad/gcad3d/patches/patch-src_APP_srcOS.mak create mode 100644 cad/gcad3d/patches/patch-src_gcad3d create mode 100644 cad/gcad3d/patches/patch-src_gui__version__set.sh create mode 100644 cad/gcad3d/patches/patch-src_options.sh create mode 100644 cad/gcad3d/patches/patch-src_ut_ut__err.c create mode 100644 cad/gcad3d/patches/patch-src_ut_ut__os__aix.c create mode 100644 cad/gcad3d/patches/patch-src_xa_xa.c create mode 100644 cad/gcad3d/patches/patch-src_xa_xa__main.c create mode 100644 cad/gcad3d/patches/patch-src_xa_xa__msg.h diff --git a/cad/gcad3d/DESCR b/cad/gcad3d/DESCR new file mode 100644 index 0000000000000..1fc7126bed275 --- /dev/null +++ b/cad/gcad3d/DESCR @@ -0,0 +1,9 @@ +3D - CADCAM - software + +gCAD3D has its own: + import and export-programs (Step, Iges, VRML, DXF, SVG ..), + integrated 3D-OpenGL viewer, + program interpreter for geometry and NC commands in 3D, + integrated NC processor. + programming interface for userprograms (plugins) + programming interface for RemoteControl diff --git a/cad/gcad3d/Makefile b/cad/gcad3d/Makefile new file mode 100644 index 0000000000000..3b870586d0b98 --- /dev/null +++ b/cad/gcad3d/Makefile @@ -0,0 +1,86 @@ +# $NetBSD: Makefile,v 1.1 2022/05/23 19:10:03 plunky Exp $ +# + +# +# gCAD3D is open source but not open development. Each release is added +# to github as a single commit, with the message as the ChangeLog. So, +# the tag is needed to fetch the right version. +# + +DISTNAME= gcad3d-2.46.24 +CATEGORIES= cad editors +MASTER_SITES= ${MASTER_SITE_GITHUB:=gcad3d/} +GITHUB_PROJECT= gcad3d +GITHUB_TAG= ff33b206f158092dbac7f2b1236c3d38fee5d656 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.gcad3d.org/ +COMMENT= 3D CADCAM software +LICENSE= gnu-gpl-v3 + +USE_TOOLS= gmake pkg-config +USE_LANGUAGES= c99 +TOOLS_NOOP+= ctags # exctags is used but not needed + +WRKSRC= ${WRKDIR}/${PKGBASE}-${GITHUB_TAG} + +REPLACE_SH+= src/APP/del_obj.sh + +SUBST_CLASSES+= paths +SUBST_STAGE.paths= pre-configure +SUBST_MESSAGE.paths= Fixing hardcoded paths +SUBST_FILES.paths= src/gcad3d +SUBST_VARS.paths= PREFIX + +# +# The gCAD3D build system is a custom shell script plus a bunch of makefiles +# with no way to add flags. We leverage cwrappers to wedge the flags we need +# for pkgsrc in there. pkglint suggests to use :Q but we don't want that. +# +CWRAPPERS_PREPEND.cc= ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} + +BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q} +DL_AUTO_VARS= yes + +ALL_ENV+= DIR_DEV=${WRKSRC}/ +ALL_ENV+= DIR_BIN=${WRKSRC}/ + +INSTALLATION_DIRS= bin lib/gcad3d/plugins/cut1 share/applications share/pixmaps +INSTALLATION_DIRS+= share/gcad3d/icons share/doc/gcad3d/html share/doc/gcad3d/msg + +do-configure: + cd ${WRKSRC}/src/APP && env ${CONFIGURE_ENV} ./do debug_OFF + +do-build: + cd ${WRKSRC}/src/APP && env ${MAKE_ENV} ./do complete + +# see rpm/gcad3d.spec +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/src/gcad3d ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/gcad3d/gCAD3D ${DESTDIR}${PREFIX}/lib/gcad3d + ${INSTALL_PROGRAM} ${WRKSRC}/gcad3d/GUI_dlg1_gtk2 ${DESTDIR}${PREFIX}/lib/gcad3d + ${INSTALL_PROGRAM} ${WRKSRC}/gcad3d/GUI_file_gtk2 ${DESTDIR}${PREFIX}/lib/gcad3d + ${INSTALL_LIB} ${WRKSRC}/gcad3d/*.so ${DESTDIR}${PREFIX}/lib/gcad3d + ${INSTALL_LIB} ${WRKSRC}/gcad3d/plugins/*.so ${DESTDIR}${PREFIX}/lib/gcad3d/plugins + ${INSTALL_LIB} ${WRKSRC}/gcad3d/plugins/cut1/* ${DESTDIR}${PREFIX}/lib/gcad3d/plugins/cut1 + ${INSTALL_DATA} ${WRKSRC}/src/gcad3d.desktop ${DESTDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/icons/gCAD3D.xpm ${DESTDIR}${PREFIX}/share/pixmaps/gcad3d.xpm + ${INSTALL_DATA} ${WRKSRC}/packages/examples.gz ${DESTDIR}${PREFIX}/share/gcad3d + ${INSTALL_DATA} ${WRKSRC}/icons/*.png ${DESTDIR}${PREFIX}/share/gcad3d/icons + ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${DESTDIR}${PREFIX}/share/gcad3d/icons + ${INSTALL_DATA} ${WRKSRC}/icons/*.bmp ${DESTDIR}${PREFIX}/share/gcad3d/icons + ${INSTALL_DATA} ${WRKSRC}/doc/html/*.htm ${DESTDIR}${PREFIX}/share/doc/gcad3d/html + ${INSTALL_DATA} ${WRKSRC}/doc/html/*.png ${DESTDIR}${PREFIX}/share/doc/gcad3d/html + ${INSTALL_DATA} ${WRKSRC}/doc/html/*.js ${DESTDIR}${PREFIX}/share/doc/gcad3d/html + ${INSTALL_DATA} ${WRKSRC}/doc/msg/*.txt ${DESTDIR}${PREFIX}/share/doc/gcad3d/msg + ${INSTALL_DATA} ${WRKSRC}/doc/gCAD3D_log.txt ${DESTDIR}${PREFIX}/share/doc/gcad3d/NEWS + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/gcad3d + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${PREFIX}/share/doc/gcad3d + +.include "../../graphics/MesaLib/buildlink3.mk" +.include "../../mk/dlopen.buildlink3.mk" +.include "../../mk/jpeg.buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/gtkglarea2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/cad/gcad3d/PLIST b/cad/gcad3d/PLIST new file mode 100644 index 0000000000000..fa71fbede9cc2 --- /dev/null +++ b/cad/gcad3d/PLIST @@ -0,0 +1,231 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/23 19:10:03 plunky Exp $ +bin/gcad3d +lib/gcad3d/GUI_dlg1_gtk2 +lib/gcad3d/GUI_file_gtk2 +lib/gcad3d/gCAD3D +lib/gcad3d/plugins/DemoAssy1.so +lib/gcad3d/plugins/DemoPlugin_Create.so +lib/gcad3d/plugins/DemoPlugin_Dialog.so +lib/gcad3d/plugins/DemoPlugin_Hili.so +lib/gcad3d/plugins/DemoPlugin_Mousemove.so +lib/gcad3d/plugins/DemoPlugin_Resolv.so +lib/gcad3d/plugins/Demo_CPP.so +lib/gcad3d/plugins/Demo_appDat1.so +lib/gcad3d/plugins/Demo_export.so +lib/gcad3d/plugins/Demo_gsrc.so +lib/gcad3d/plugins/Demo_gui1.so +lib/gcad3d/plugins/Demo_gui_anim1.so +lib/gcad3d/plugins/Demo_gui_plate.so +lib/gcad3d/plugins/Demo_toolbar1.so +lib/gcad3d/plugins/Demo_toolbar2.so +lib/gcad3d/plugins/Demo_tstf_1.so +lib/gcad3d/plugins/Demosimple.so +lib/gcad3d/plugins/PRC_cut1.so +lib/gcad3d/plugins/PRC_demo1.so +lib/gcad3d/plugins/cut1/G-Code +lib/gcad3d/xa_dxf_r.so +lib/gcad3d/xa_dxf_w.so +lib/gcad3d/xa_edmpt.so +lib/gcad3d/xa_gui.so +lib/gcad3d/xa_gui_gtk2.so +lib/gcad3d/xa_ige_r.so +lib/gcad3d/xa_obj_r.so +lib/gcad3d/xa_print__.so +lib/gcad3d/xa_stl_r.so +lib/gcad3d/xa_stp_r.so +lib/gcad3d/xa_stp_w.so +lib/gcad3d/xa_svg_w.so +lib/gcad3d/xa_vr2_exp.so +lib/gcad3d/xa_vr2_r.so +lib/gcad3d/xa_wrl_r.so +share/applications/gcad3d.desktop +share/doc/gcad3d/LICENSE +share/doc/gcad3d/NEWS +share/doc/gcad3d/README +share/doc/gcad3d/html/3Dfrom2D_de.htm +share/doc/gcad3d/html/3Dfrom2D_en.htm +share/doc/gcad3d/html/APP_GIS1_de.htm +share/doc/gcad3d/html/APP_GIS1_en.htm +share/doc/gcad3d/html/AddOn_de.htm +share/doc/gcad3d/html/AddOn_en.htm +share/doc/gcad3d/html/Appli_de.htm +share/doc/gcad3d/html/Appli_en.htm +share/doc/gcad3d/html/Attribs_de.htm +share/doc/gcad3d/html/Attribs_en.htm +share/doc/gcad3d/html/Browser_de.htm +share/doc/gcad3d/html/Browser_en.htm +share/doc/gcad3d/html/CAD_Ace_de.htm +share/doc/gcad3d/html/CAD_Ace_en.htm +share/doc/gcad3d/html/CAD_Activ_de.htm +share/doc/gcad3d/html/CAD_Activ_en.htm +share/doc/gcad3d/html/CAD_Analyz_de.htm +share/doc/gcad3d/html/CAD_Analyz_en.htm +share/doc/gcad3d/html/CAD_Base_de.htm +share/doc/gcad3d/html/CAD_Base_en.htm +share/doc/gcad3d/html/CAD_CI_de.htm +share/doc/gcad3d/html/CAD_CI_en.htm +share/doc/gcad3d/html/CAD_CV_de.htm +share/doc/gcad3d/html/CAD_CV_en.htm +share/doc/gcad3d/html/CAD_Joint_de.htm +share/doc/gcad3d/html/CAD_Joint_en.htm +share/doc/gcad3d/html/CAD_LN_de.htm +share/doc/gcad3d/html/CAD_LN_en.htm +share/doc/gcad3d/html/CAD_Model_de.htm +share/doc/gcad3d/html/CAD_Model_en.htm +share/doc/gcad3d/html/CAD_Modify_de.htm +share/doc/gcad3d/html/CAD_Modify_en.htm +share/doc/gcad3d/html/CAD_PLN_de.htm +share/doc/gcad3d/html/CAD_PLN_en.htm +share/doc/gcad3d/html/CAD_PT_de.htm +share/doc/gcad3d/html/CAD_PT_en.htm +share/doc/gcad3d/html/CAD_SOL_de.htm +share/doc/gcad3d/html/CAD_SOL_en.htm +share/doc/gcad3d/html/CAD_SUR_de.htm +share/doc/gcad3d/html/CAD_SUR_en.htm +share/doc/gcad3d/html/CAD_Tra_de.htm +share/doc/gcad3d/html/CAD_Tra_en.htm +share/doc/gcad3d/html/CAD_TxtG_de.htm +share/doc/gcad3d/html/CAD_TxtG_en.htm +share/doc/gcad3d/html/CAD_Var_de.htm +share/doc/gcad3d/html/CAD_Var_en.htm +share/doc/gcad3d/html/CAD_Vec_de.htm +share/doc/gcad3d/html/CAD_Vec_en.htm +share/doc/gcad3d/html/CAD_examples_de.htm +share/doc/gcad3d/html/CAD_examples_en.htm +share/doc/gcad3d/html/CAD_input_de.htm +share/doc/gcad3d/html/CAD_input_en.htm +share/doc/gcad3d/html/CAD_using_de.htm +share/doc/gcad3d/html/CAD_using_en.htm +share/doc/gcad3d/html/Catalog_de.htm +share/doc/gcad3d/html/Catalog_en.htm +share/doc/gcad3d/html/Demo_appDat1_en.htm +share/doc/gcad3d/html/Demo_toolbar1_en.htm +share/doc/gcad3d/html/EDMPT_de.htm +share/doc/gcad3d/html/EDMPT_en.htm +share/doc/gcad3d/html/GMVO_en.htm +share/doc/gcad3d/html/GROUP_de.htm +share/doc/gcad3d/html/GROUP_en.htm +share/doc/gcad3d/html/IO_de.htm +share/doc/gcad3d/html/IO_en.htm +share/doc/gcad3d/html/IO_svg_de.htm +share/doc/gcad3d/html/IO_svg_en.htm +share/doc/gcad3d/html/Images_de.htm +share/doc/gcad3d/html/Images_en.htm +share/doc/gcad3d/html/MAN_de.htm +share/doc/gcad3d/html/MAN_en.htm +share/doc/gcad3d/html/MS_dev_en.htm +share/doc/gcad3d/html/Measure_de.htm +share/doc/gcad3d/html/Measure_en.htm +share/doc/gcad3d/html/Notes_de.htm +share/doc/gcad3d/html/Notes_en.htm +share/doc/gcad3d/html/PRC__demo1_de.htm +share/doc/gcad3d/html/PRC__demo1_en.htm +share/doc/gcad3d/html/PRC_cut1_de.htm +share/doc/gcad3d/html/PRC_cut1_en.htm +share/doc/gcad3d/html/Plugin_de.htm +share/doc/gcad3d/html/Plugin_en.htm +share/doc/gcad3d/html/Process_de.htm +share/doc/gcad3d/html/Process_en.htm +share/doc/gcad3d/html/RemoteControl_de.htm +share/doc/gcad3d/html/RemoteControl_en.htm +share/doc/gcad3d/html/SW_layout_en.htm +share/doc/gcad3d/html/Search_en.htm +share/doc/gcad3d/html/Select_de.htm +share/doc/gcad3d/html/Select_en.htm +share/doc/gcad3d/html/Settings_de.htm +share/doc/gcad3d/html/Settings_en.htm +share/doc/gcad3d/html/TextureEditor_de.htm +share/doc/gcad3d/html/TextureEditor_en.htm +share/doc/gcad3d/html/Textures_de.htm +share/doc/gcad3d/html/Textures_en.htm +share/doc/gcad3d/html/Using_de.htm +share/doc/gcad3d/html/Using_en.htm +share/doc/gcad3d/html/VWR_de.htm +share/doc/gcad3d/html/VWR_en.htm +share/doc/gcad3d/html/Video_en.htm +share/doc/gcad3d/html/bc.png +share/doc/gcad3d/html/blk.png +share/doc/gcad3d/html/bo.png +share/doc/gcad3d/html/dev_doc_en.htm +share/doc/gcad3d/html/dev_inf_en.htm +share/doc/gcad3d/html/empty_de.htm +share/doc/gcad3d/html/empty_en.htm +share/doc/gcad3d/html/file_format_en.htm +share/doc/gcad3d/html/format_gcad_A_de.htm +share/doc/gcad3d/html/format_gcad_A_en.htm +share/doc/gcad3d/html/gCAD3D_basics_de.htm +share/doc/gcad3d/html/gCAD3D_basics_en.htm +share/doc/gcad3d/html/gCAD3D_feat_de.htm +share/doc/gcad3d/html/gCAD3D_feat_en.htm +share/doc/gcad3d/html/gCAD3D_formats_de.htm +share/doc/gcad3d/html/gCAD3D_lic_de.htm +share/doc/gcad3d/html/gCAD3D_lic_en.htm +share/doc/gcad3d/html/gCAD3D_princ_de.htm +share/doc/gcad3d/html/gCAD3D_princ_en.htm +share/doc/gcad3d/html/gCAD3D_startNC_de.htm +share/doc/gcad3d/html/gCAD3D_startNC_en.htm +share/doc/gcad3d/html/gCAD3D_startVRML_de.htm +share/doc/gcad3d/html/gCAD3D_startVRML_en.htm +share/doc/gcad3d/html/htmTree.js +share/doc/gcad3d/html/img_doc_sur_extru1.png +share/doc/gcad3d/html/img_doc_sur_revo1.png +share/doc/gcad3d/html/img_doc_sur_sph1.png +share/doc/gcad3d/html/img_doc_sur_sweep1.png +share/doc/gcad3d/html/img_doc_sur_tps1.png +share/doc/gcad3d/html/index_de.htm +share/doc/gcad3d/html/index_en.htm +share/doc/gcad3d/html/index_tree_de.htm +share/doc/gcad3d/html/index_tree_de.htm.htm +share/doc/gcad3d/html/index_tree_en.htm +share/doc/gcad3d/html/index_tree_en.htm.htm +share/doc/gcad3d/html/install_en.htm +share/doc/gcad3d/html/keycodes_en.htm +share/doc/gcad3d/html/p.png +share/doc/gcad3d/html/transl_en.htm +share/doc/gcad3d/html/wcut_de.htm +share/doc/gcad3d/html/xa.png +share/doc/gcad3d/msg/msg_const_de.txt +share/doc/gcad3d/msg/msg_const_en.txt +share/doc/gcad3d/msg/msg_const_es.txt +share/doc/gcad3d/msg/msg_const_fr.txt +share/doc/gcad3d/msg/msg_const_it.txt +share/doc/gcad3d/msg/msg_const_ms.txt +share/doc/gcad3d/msg/msg_de.txt +share/doc/gcad3d/msg/msg_en.txt +share/doc/gcad3d/msg/msg_es.txt +share/doc/gcad3d/msg/msg_fr.txt +share/doc/gcad3d/msg/msg_it.txt +share/doc/gcad3d/msg/msg_ms.txt +share/gcad3d/examples.gz +share/gcad3d/icons/Arrowl.png +share/gcad3d/icons/Arrowr.png +share/gcad3d/icons/MouseM0.png +share/gcad3d/icons/MouseM1.png +share/gcad3d/icons/MouseM2.png +share/gcad3d/icons/MouseM3.png +share/gcad3d/icons/MouseM4.png +share/gcad3d/icons/NO_IMAGE32x32_24.bmp +share/gcad3d/icons/binDat.png +share/gcad3d/icons/body.png +share/gcad3d/icons/circle.png +share/gcad3d/icons/curve.png +share/gcad3d/icons/extMdl.png +share/gcad3d/icons/gCAD3D.xpm +share/gcad3d/icons/image.png +share/gcad3d/icons/libPart.png +share/gcad3d/icons/line.png +share/gcad3d/icons/link.png +share/gcad3d/icons/natM0.png +share/gcad3d/icons/natMA.png +share/gcad3d/icons/natMU.png +share/gcad3d/icons/natMdl.png +share/gcad3d/icons/p3.png +share/gcad3d/icons/part.png +share/gcad3d/icons/plane.png +share/gcad3d/icons/point.png +share/gcad3d/icons/process.png +share/gcad3d/icons/surface.png +share/gcad3d/icons/value.png +share/gcad3d/icons/vector.png +share/gcad3d/icons/xa_logo.xpm +share/pixmaps/gcad3d.xpm diff --git a/cad/gcad3d/distinfo b/cad/gcad3d/distinfo new file mode 100644 index 0000000000000..52469597db1c9 --- /dev/null +++ b/cad/gcad3d/distinfo @@ -0,0 +1,14 @@ +$NetBSD: distinfo,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +BLAKE2s (gcad3d-2.46.24-ff33b206f158092dbac7f2b1236c3d38fee5d656.tar.gz) = 6d350b3ab362c71b6a68216e336ef99a51468083ffbffb5290bca0671340cb92 +SHA512 (gcad3d-2.46.24-ff33b206f158092dbac7f2b1236c3d38fee5d656.tar.gz) = 3e2cc58b4fbc8437a8f646c7004a9d3af2c60e24e891a873351c0ccd85b5d82230d45c9e13cc4d549a6d529078d8c1e3d5234edaf2848f309da2a35ece5cb55a +Size (gcad3d-2.46.24-ff33b206f158092dbac7f2b1236c3d38fee5d656.tar.gz) = 3866713 bytes +SHA1 (patch-src_APP_srcOS.mak) = 088fde697d0f9ccbcae7828561a1465b27076a91 +SHA1 (patch-src_gcad3d) = 40fd61d9bc9eb30dae6f63549cda8b1f4914ef7d +SHA1 (patch-src_gui__version__set.sh) = 5bb9314665d43982cfa02e44fe62686361c8aabe +SHA1 (patch-src_options.sh) = 9e3b35152a07b1d1ea5fb9290a91e9a58d18cb65 +SHA1 (patch-src_ut_ut__err.c) = c15b69b8a312369c49184655a4c20ba60eaf113d +SHA1 (patch-src_ut_ut__os__aix.c) = 489113958dd750ce538556da7b78d98137a3d4f2 +SHA1 (patch-src_xa_xa.c) = 3d6f32c8c3464b3206f5d8d9c1a33d2f8cc35999 +SHA1 (patch-src_xa_xa__main.c) = 945ff97df65fbc704ea5ccca15222ecfbb459caf +SHA1 (patch-src_xa_xa__msg.h) = 7adf71019b4a61f6e8ddccb13f58cf5cbdac6731 diff --git a/cad/gcad3d/patches/patch-src_APP_srcOS.mak b/cad/gcad3d/patches/patch-src_APP_srcOS.mak new file mode 100644 index 0000000000000..5866e4497f8ae --- /dev/null +++ b/cad/gcad3d/patches/patch-src_APP_srcOS.mak @@ -0,0 +1,15 @@ +$NetBSD: patch-src_APP_srcOS.mak,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +always include unix files + +--- src/APP/srcOS.mak.orig 2022-03-04 12:26:39.000000000 +0000 ++++ src/APP/srcOS.mak +@@ -4,8 +4,6 @@ + SRCOS = ../ut/os_uix.c ../ut/ut_os_aix.c ../ut/ctrl_os_aix.c + endif + +-ifeq "$(hTyp)" "Linux_x86_64" + SRCOS = ../ut/os_uix.c ../ut/ut_os_aix.c ../ut/ctrl_os_aix.c +-endif + + # eof diff --git a/cad/gcad3d/patches/patch-src_gcad3d b/cad/gcad3d/patches/patch-src_gcad3d new file mode 100644 index 0000000000000..8d0d667241264 --- /dev/null +++ b/cad/gcad3d/patches/patch-src_gcad3d @@ -0,0 +1,62 @@ +$NetBSD: patch-src_gcad3d,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +rework the startup script to handle our pkgsrc layout + +--- src/gcad3d.orig 2021-07-18 06:38:57.000000000 +0000 ++++ src/gcad3d +@@ -3,46 +3,32 @@ + # Startproc for gCAD3D. + # You can modify several directories; default is ${HOME}/gCAD3D/.. + +-#osVer=`getconf LONG_BIT` +-# 32|64 +-#osVer=${HOSTTYPE} +-hTyp=`uname -s`_`uname -m` +- +-#export LD_LIBRARY_PATH=`dirname $0` +- + # executable, dll's ReadOnly + # plugins/ dll's ReadOnly +-#export gcad_dir_bin=/usr/lib/gCAD3D/binLinux${osVer}/ +-export gcad_dir_bin=/usr/lib/gcad3d/${hTyp}/ ++export gcad_dir_bin=@PREFIX@/lib/gcad3d/ + + # examples.gz local-setup RO +-# icons/ icons RO +-#export gcad_dir_bas=/usr/share/gcad3d/ ++export gcad_dir_bas=@PREFIX@/share/gcad3d/ ++ ++# icons RO ++export gcad_dir_ico=@PREFIX@/share/gcad3d/icons/ + + # html/ helpfiles .htm ReadOnly + # msg/ helpfiles .txt ReadOnly +-#export gcad_dir_doc=/usr/share/doc/gcad3d/ ++export gcad_dir_doc=@PREFIX@/share/doc/gcad3d/ + + # gCAD3D/tmp/ temp-files ReadWrite + # gCAD3D/cfg/ local setup-files ReadWrite + # gCAD3D/dat/ example-models ReadWrite + # gCAD3D/prg/ script-parts ReadWrite + # gCAD3D/ctlg/ catalog-parts ReadWrite +-#export gcad_dir_local=${HOME}/ ++export gcad_dir_local=${HOME}/.config/ + + # gCAD3D/dev/ sources plugins ReadWrite + # gCAD3D/plugins/ objects executables ReadWriteExe +-#export gcad_dir_dev=${HOME}/ +- +- +-## if menu is unvisible: (ubuntu 11): +-#if [ -n "$UBUNTU_MENUPROXY" ]; then +-# echo "disactivate ubuntu-global-menu" +-# export UBUNTU_MENUPROXY= +-#fi ++export gcad_dir_dev=${HOME}/.config/ + + # start it .. +-#dirname $0`/gCAD3Dx32 + export LD_LIBRARY_PATH=${gcad_dir_bin} +-${gcad_dir_bin}/gCAD3D $* ++${gcad_dir_bin}gCAD3D $* + # eof diff --git a/cad/gcad3d/patches/patch-src_gui__version__set.sh b/cad/gcad3d/patches/patch-src_gui__version__set.sh new file mode 100644 index 0000000000000..e3453398701bd --- /dev/null +++ b/cad/gcad3d/patches/patch-src_gui__version__set.sh @@ -0,0 +1,38 @@ +$NetBSD: patch-src_gui__version__set.sh,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +we are neither deb or rpm; enable pkg-config to find gtk + +--- src/gui_version_set.sh.orig 2020-11-16 07:09:05.000000000 +0000 ++++ src/gui_version_set.sh +@@ -15,14 +15,7 @@ echo "instTyp = |"${instTyp}"|" + + + if [ $1 = "gtk2" ] ; then +- if [ ${instTyp} = "deb" ] ; then +- if [ -z "`dpkg -l | grep libgtk2.0-dev`" ] ; then +- echo "**** gui_version_set.sh ERROR gtk2 not installed" +- exit 1 +- fi +- else +-# if [ -z "`pkg-config --list-all | grep gtk+-2.0`" ] ; then +- if [ -z "`rpm -qa | grep gtk2-dev`" ] ; then ++ if [ -z "`pkg-config --list-all | grep gtk+-2.0`" ] ; then + echo "**** gui_version_set.sh ERROR gtk2 not installed" + exit 1 + fi +@@ -33,14 +26,7 @@ fi + + + if [ $1 = "gtk3" ] ; then +- if [ ${instTyp} = "deb" ] ; then +- if [ -z "`dpkg -l | grep libgtk-3-dev`" ] ; then +- echo "**** gui_version_set.sh ERROR gtk3 not installed" +- exit 1 +- fi +- else +-# if [ -z "`pkg-config --list-all | grep gtk+-3.0`" ] ; then +- if [ -z "`rpm -qa | grep gtk3-dev`" ] ; then ++ if [ -z "`pkg-config --list-all | grep gtk+-3.0`" ] ; then + echo "**** gui_version_set.sh ERROR gtk3 not installed" + exit 1 + fi diff --git a/cad/gcad3d/patches/patch-src_options.sh b/cad/gcad3d/patches/patch-src_options.sh new file mode 100644 index 0000000000000..4a47ce67d90f9 --- /dev/null +++ b/cad/gcad3d/patches/patch-src_options.sh @@ -0,0 +1,29 @@ +$NetBSD: patch-src_options.sh,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +1. active directory won't be that, since we got the source for github +2. ease installation by not using an osname subdirectory + +--- src/options.sh.orig 2022-03-04 12:26:39.000000000 +0000 ++++ src/options.sh +@@ -23,12 +23,6 @@ + + + +-# test if active directory is xx/gcad3d/src/APP +-S2=`expr length ${PWD} - 14` +-if [ `echo ${PWD} | cut -c$S2-` != "/gcad3d/src/APP" ] ; then +- echo "****** ERROR - not in directory .../gcad3d/src/APP *****" +- exit 1; +-fi + + + +@@ -55,7 +49,7 @@ + export gcad_dir_dev=${DIR_DEV}gcad3d/ + + # gcad_dir_bin home of objects, executables, libraries +-export gcad_dir_bin=${DIR_BIN}gcad3d/${hTyp}/ ++export gcad_dir_bin=${DIR_BIN}gcad3d/ + + + diff --git a/cad/gcad3d/patches/patch-src_ut_ut__err.c b/cad/gcad3d/patches/patch-src_ut_ut__err.c new file mode 100644 index 0000000000000..8cd4e9e8d8fa2 --- /dev/null +++ b/cad/gcad3d/patches/patch-src_ut_ut__err.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_ut_ut__err.c,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +do not use obsolete non-standard definitions + +--- src/ut/ut_err.c.orig 2021-07-18 06:38:57.000000000 +0000 ++++ src/ut/ut_err.c +@@ -150,7 +150,7 @@ static jmp_buf err_buf; + ssa.sa_handler = ERR_cb1; + sigemptyset (&ssa.sa_mask); + // ssa.sa_flags = SA_RESTART | SA_NOMASK | SA_NOCLDSTOP; +- ssa.sa_flags = SA_ONESHOT | SA_NOMASK; ++ ssa.sa_flags = SA_RESETHAND | SA_NODEFER; + + sigaction (SIGSEGV, &ssa, NULL); // 11 + // sigaction (SIGSEGV, &ssa, &err_sDfl); // 11 diff --git a/cad/gcad3d/patches/patch-src_ut_ut__os__aix.c b/cad/gcad3d/patches/patch-src_ut_ut__os__aix.c new file mode 100644 index 0000000000000..cc85a33c12762 --- /dev/null +++ b/cad/gcad3d/patches/patch-src_ut_ut__os__aix.c @@ -0,0 +1,55 @@ +$NetBSD: patch-src_ut_ut__os__aix.c,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +1. suppress printing of OS name 'Linux', since it may not be +2. disable glibc version check +3. also look for gvim +4. do not use obsolete non-standard definitions + +--- src/ut/ut_os_aix.c.orig 2021-07-18 06:38:57.000000000 +0000 ++++ src/ut/ut_os_aix.c +@@ -335,7 +335,6 @@ extern int errno; + char s1[256]; + + +- printf("%s\n",OS_get_os_bits()); // 32/64-bit + + + // Linux-Version: /proc/version or "uname -a" +@@ -406,6 +405,7 @@ extern int errno; + + // static float versionLinked = 2.8; + ++#if 0 + char cBuf[256], *p1; + size_t i1; + int iv1, iv2; +@@ -435,6 +435,7 @@ extern int errno; + return -1; + } + } ++#endif + + return 0; + +@@ -1017,6 +1018,8 @@ extern int errno; + strcpy(txbuf, "kate "); + if(system("which dtpad 1>/dev/null 2>/dev/null") == 0) + strcpy(txbuf, "dtpad "); ++ if(system("which gvim 1>/dev/null 2>/dev/null") == 0) ++ strcpy(txbuf, "gvim "); + + if(strlen(txbuf) < 2) { + printf(" **** no Editor found\n"); +@@ -1634,10 +1637,10 @@ extern int errno; + void *catch; + int ret; + +- catch = signal(SIGCLD, SIG_DFL); ++ catch = signal(SIGCHLD, SIG_DFL); + ret = system(buf); + +- signal(SIGCLD, catch); ++ signal(SIGCHLD, catch); + if (ret) { perror(buf); } + + return(ret); diff --git a/cad/gcad3d/patches/patch-src_xa_xa.c b/cad/gcad3d/patches/patch-src_xa_xa.c new file mode 100644 index 0000000000000..5d61d18f6fdb6 --- /dev/null +++ b/cad/gcad3d/patches/patch-src_xa_xa.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_xa_xa.c,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +don't use OS name in config dir name + +--- src/xa/xa.c.orig 2021-07-28 14:44:53.384469360 +0000 ++++ src/xa/xa.c +@@ -3451,7 +3451,7 @@ remote control nur in VWR, nicht MAN, CA + + + // MDLFN_syFn_f_name (txbuf); // get filename of dir.lst (/dir.lst) +- sprintf(txbuf, "%scfg_%s%cdir.lst",OS_get_loc_dir(),OS_get_os__(),fnam_del); ++ sprintf(txbuf, "%scfg%cdir.lst",OS_get_loc_dir(),fnam_del); + + printf("AP_defaults_dir %s\n",txbuf); + diff --git a/cad/gcad3d/patches/patch-src_xa_xa__main.c b/cad/gcad3d/patches/patch-src_xa_xa__main.c new file mode 100644 index 0000000000000..780b7c4077511 --- /dev/null +++ b/cad/gcad3d/patches/patch-src_xa_xa__main.c @@ -0,0 +1,34 @@ +$NetBSD: patch-src_xa_xa__main.c,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +1. don't hardwire location of examples.gz +2. don't use OSname in config dir name + +--- src/xa/xa_main.c.orig 2021-07-18 06:38:57.000000000 +0000 ++++ src/xa/xa_main.c +@@ -280,16 +280,10 @@ static int lngNr; + + #else + // POSTINSTALL: extract examples.gz -> local /cfg/ +- sprintf(txbuf2, "cd %s && tar -xzf /usr/share/gcad3d/examples.gz", +- dirLocal); //, OS_get_bas_dir()); ++ sprintf(txbuf2, "cd %s && tar -xzf %sexamples.gz", dirLocal, os_bas_dir); + printf("%s\n",txbuf2); + system(txbuf2); + +- // rename dir. /cfg/ /cfg_Linux/ or /cfg_MS/ +- sprintf(txbuf1, "%scfg/", os_loc_dir); +- sprintf(txbuf2, "%scfg_%s/", os_loc_dir, OS_get_os__()); +- OS_file_rename (txbuf1, txbuf2); +- + /* + // copy desktop-link -> ~/gCAD3D/gCAD3D.desktop + sprintf(txbuf2, "cp -f /usr/share/gcad3d/gcad3d.desktop %s.", +@@ -795,7 +789,7 @@ kopieren geht nicht mehr - + strcpy(s1, os_loc_dir); + // strcat(s1, "cfg"); + // UTX_add_fnam_del (s1); // add closing "/" +- sprintf(s1, "%scfg_%s%c", os_loc_dir, OS_get_os__(),fnam_del); ++ sprintf(s1, "%scfg%c", os_loc_dir, fnam_del); + + UtxTab_add (&AP_TxTab1, s1); + UtxTab_query (&os_cfg_dir, &AP_TxTab1); diff --git a/cad/gcad3d/patches/patch-src_xa_xa__msg.h b/cad/gcad3d/patches/patch-src_xa_xa__msg.h new file mode 100644 index 0000000000000..ed60374d1cea0 --- /dev/null +++ b/cad/gcad3d/patches/patch-src_xa_xa__msg.h @@ -0,0 +1,14 @@ +$NetBSD: patch-src_xa_xa__msg.h,v 1.1 2022/05/23 19:10:03 plunky Exp $ + +include for va_list + +--- src/xa/xa_msg.h.orig 2020-11-16 07:09:05.000000000 +0000 ++++ src/xa/xa_msg.h +@@ -1,6 +1,6 @@ ++#include // va_list + /* Messages. + needs +-#include // va_list + + #include "../xa/xa_msg.h" // MSG_* + From faccc8f16739363b65fec9a17c344168f20e5e89 Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 23 May 2022 19:10:43 +0000 Subject: [PATCH 0899/1154] add gcad3d --- cad/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cad/Makefile b/cad/Makefile index 4b4ce56306c57..700cd559fdf23 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2022/05/23 19:07:26 plunky Exp $ +# $NetBSD: Makefile,v 1.104 2022/05/23 19:10:43 plunky Exp $ # COMMENT= Computer Aided Design tools @@ -21,6 +21,7 @@ SUBDIR+= fasthenry SUBDIR+= felt SUBDIR+= freehdl SUBDIR+= fstl +SUBDIR+= gcad3d SUBDIR+= gdsreader SUBDIR+= geda SUBDIR+= gerbv From 83f8d72e979fb700aabda6c6670ea0c9721b6c88 Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 23 May 2022 19:11:28 +0000 Subject: [PATCH 0900/1154] doc: Added cad/gcad3d version 2.46.24 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 13c118702e0e4..09b09f2cd02fe 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2709 2022/05/23 19:06:41 plunky Exp $ +$NetBSD: CHANGES-2022,v 1.2710 2022/05/23 19:11:28 plunky Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4162,3 +4162,4 @@ Changes to the packages collection and infrastructure in 2022: Updated x11/xfce4-terminal to 1.0.3 [gutteridge 2022-05-23] Updated cad/solvespace to 3.0 [plunky 2022-05-23] Added cad/fstl version 0.9.4 [plunky 2022-05-23] + Added cad/gcad3d version 2.46.24 [plunky 2022-05-23] From b962d174163f1196f394ef02d27cf4ded3848b7a Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 21:06:26 +0000 Subject: [PATCH 0901/1154] net/yaydl: update to 0.8.0 -Introducing WebDriver support with fantoccini. In theory, yaydl can now use Firefox or Chrome for scraping a website, even if its contents require JavaScript. The only obvious downside is that this adds complexity to the SiteDefinition trait. (Requires a compatible WebDriver client as described in the README.) -Fixed the WatchMDH handler which is the first handler to use a WebDriver. -Upgraded the argument parser to clap_derive (easier annotation, even easier usage). -Updated the Rust edition to 2021, could be useful later. --- net/yaydl/Makefile | 12 +- net/yaydl/cargo-depends.mk | 72 +++++++++++- net/yaydl/distinfo | 218 ++++++++++++++++++++++++++++++++++--- 3 files changed, 277 insertions(+), 25 deletions(-) diff --git a/net/yaydl/Makefile b/net/yaydl/Makefile index 768e27f0e1009..0c6866845d41f 100644 --- a/net/yaydl/Makefile +++ b/net/yaydl/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2022/05/17 18:36:51 pin Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/23 21:06:26 pin Exp $ -DISTNAME= yaydl-512577aefc -PKGNAME= yaydl-0.7.1 +DISTNAME= yaydl-7007a1d87d +PKGNAME= yaydl-0.8.0 CATEGORIES= net -MASTER_SITES= https://code.rosaelefanten.org/yaydl/tarball/512577aefc/ +MASTER_SITES= https://code.rosaelefanten.org/yaydl/tarball/7007a1d87d/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://code.rosaelefanten.org/yaydl/home @@ -16,9 +16,13 @@ USE_TOOLS+= pkg-config INSTALLATION_DIRS= bin +MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q} +RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/yaydl \ ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/yaydl/cargo-depends.mk b/net/yaydl/cargo-depends.mk index 037cb70ae2e91..9d529073f3742 100644 --- a/net/yaydl/cargo-depends.mk +++ b/net/yaydl/cargo-depends.mk @@ -1,22 +1,30 @@ -# $NetBSD: cargo-depends.mk,v 1.7 2022/05/17 18:36:51 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.8 2022/05/23 21:06:26 pin Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= anyhow-1.0.57 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.1.0 +CARGO_CRATE_DEPENDS+= base64-0.12.3 CARGO_CRATE_DEPENDS+= base64-0.13.0 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= bumpalo-3.9.1 CARGO_CRATE_DEPENDS+= byteorder-1.4.3 +CARGO_CRATE_DEPENDS+= bytes-0.5.6 +CARGO_CRATE_DEPENDS+= bytes-1.1.0 CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chunked_transfer-1.4.0 CARGO_CRATE_DEPENDS+= cienli-0.3.0 CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_derive-3.1.18 CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 CARGO_CRATE_DEPENDS+= console-0.15.0 CARGO_CRATE_DEPENDS+= convert_case-0.4.0 +CARGO_CRATE_DEPENDS+= cookie-0.12.0 +CARGO_CRATE_DEPENDS+= cookie-0.16.0 +CARGO_CRATE_DEPENDS+= core-foundation-0.9.3 +CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 CARGO_CRATE_DEPENDS+= crc32fast-1.3.2 CARGO_CRATE_DEPENDS+= cssparser-0.27.2 CARGO_CRATE_DEPENDS+= cssparser-macros-0.6.0 @@ -26,20 +34,38 @@ CARGO_CRATE_DEPENDS+= dtoa-0.4.8 CARGO_CRATE_DEPENDS+= dtoa-short-0.3.3 CARGO_CRATE_DEPENDS+= ego-tree-0.6.2 CARGO_CRATE_DEPENDS+= encode_unicode-0.3.6 +CARGO_CRATE_DEPENDS+= fantoccini-0.19.0 +CARGO_CRATE_DEPENDS+= fastrand-1.7.0 CARGO_CRATE_DEPENDS+= flate2-1.0.23 +CARGO_CRATE_DEPENDS+= fnv-1.0.7 +CARGO_CRATE_DEPENDS+= foreign-types-0.3.2 +CARGO_CRATE_DEPENDS+= foreign-types-shared-0.1.1 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 CARGO_CRATE_DEPENDS+= futf-0.1.5 +CARGO_CRATE_DEPENDS+= futures-channel-0.3.21 +CARGO_CRATE_DEPENDS+= futures-core-0.3.21 +CARGO_CRATE_DEPENDS+= futures-macro-0.3.21 +CARGO_CRATE_DEPENDS+= futures-task-0.3.21 +CARGO_CRATE_DEPENDS+= futures-util-0.3.21 CARGO_CRATE_DEPENDS+= fxhash-0.2.1 CARGO_CRATE_DEPENDS+= getopts-0.2.21 CARGO_CRATE_DEPENDS+= getrandom-0.1.16 CARGO_CRATE_DEPENDS+= getrandom-0.2.6 CARGO_CRATE_DEPENDS+= ghost-0.1.4 CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 +CARGO_CRATE_DEPENDS+= heck-0.4.0 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= html5ever-0.26.0 +CARGO_CRATE_DEPENDS+= http-0.2.7 +CARGO_CRATE_DEPENDS+= http-body-0.4.5 +CARGO_CRATE_DEPENDS+= httparse-1.7.1 +CARGO_CRATE_DEPENDS+= httpdate-1.0.2 +CARGO_CRATE_DEPENDS+= hyper-0.14.18 +CARGO_CRATE_DEPENDS+= hyper-tls-0.5.0 CARGO_CRATE_DEPENDS+= idna-0.2.3 CARGO_CRATE_DEPENDS+= indexmap-1.8.1 CARGO_CRATE_DEPENDS+= indicatif-0.16.2 +CARGO_CRATE_DEPENDS+= instant-0.1.12 CARGO_CRATE_DEPENDS+= inventory-0.1.11 CARGO_CRATE_DEPENDS+= inventory-impl-0.1.11 CARGO_CRATE_DEPENDS+= itoa-0.4.8 @@ -53,13 +79,21 @@ CARGO_CRATE_DEPENDS+= mac-0.1.1 CARGO_CRATE_DEPENDS+= markup5ever-0.11.0 CARGO_CRATE_DEPENDS+= matches-0.1.9 CARGO_CRATE_DEPENDS+= memchr-2.5.0 +CARGO_CRATE_DEPENDS+= mime-0.3.16 CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 +CARGO_CRATE_DEPENDS+= mio-0.8.3 +CARGO_CRATE_DEPENDS+= native-tls-0.2.10 CARGO_CRATE_DEPENDS+= new_debug_unreachable-1.0.4 CARGO_CRATE_DEPENDS+= nodrop-0.1.14 CARGO_CRATE_DEPENDS+= num-integer-0.1.45 CARGO_CRATE_DEPENDS+= num-traits-0.2.15 +CARGO_CRATE_DEPENDS+= num_threads-0.1.6 CARGO_CRATE_DEPENDS+= number_prefix-0.4.0 -CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= once_cell-1.12.0 +CARGO_CRATE_DEPENDS+= openssl-0.10.40 +CARGO_CRATE_DEPENDS+= openssl-macros-0.1.0 +CARGO_CRATE_DEPENDS+= openssl-probe-0.1.5 +CARGO_CRATE_DEPENDS+= openssl-sys-0.9.73 CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.1 CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 @@ -73,8 +107,13 @@ CARGO_CRATE_DEPENDS+= phf_generator-0.10.0 CARGO_CRATE_DEPENDS+= phf_macros-0.8.0 CARGO_CRATE_DEPENDS+= phf_shared-0.8.0 CARGO_CRATE_DEPENDS+= phf_shared-0.10.0 +CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 +CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 +CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.16 CARGO_CRATE_DEPENDS+= precomputed-hash-0.1.1 +CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 +CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-hack-0.5.19 CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 CARGO_CRATE_DEPENDS+= quote-1.0.18 @@ -87,52 +126,75 @@ CARGO_CRATE_DEPENDS+= rand_core-0.6.3 CARGO_CRATE_DEPENDS+= rand_hc-0.2.0 CARGO_CRATE_DEPENDS+= rand_pcg-0.2.1 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 -CARGO_CRATE_DEPENDS+= regex-1.5.5 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= regex-1.5.6 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.26 +CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 CARGO_CRATE_DEPENDS+= ring-0.16.20 CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 -CARGO_CRATE_DEPENDS+= rustls-0.20.5 +CARGO_CRATE_DEPENDS+= rustls-0.20.6 CARGO_CRATE_DEPENDS+= ryu-1.0.10 +CARGO_CRATE_DEPENDS+= schannel-0.1.20 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 CARGO_CRATE_DEPENDS+= scraper-0.13.0 CARGO_CRATE_DEPENDS+= sct-0.7.0 +CARGO_CRATE_DEPENDS+= security-framework-2.6.1 +CARGO_CRATE_DEPENDS+= security-framework-sys-2.6.1 CARGO_CRATE_DEPENDS+= selectors-0.22.0 CARGO_CRATE_DEPENDS+= semver-1.0.9 CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 CARGO_CRATE_DEPENDS+= serde_json-1.0.81 CARGO_CRATE_DEPENDS+= servo_arc-0.1.1 CARGO_CRATE_DEPENDS+= siphasher-0.3.10 +CARGO_CRATE_DEPENDS+= slab-0.4.6 CARGO_CRATE_DEPENDS+= smallvec-1.8.0 +CARGO_CRATE_DEPENDS+= socket2-0.4.4 CARGO_CRATE_DEPENDS+= spin-0.5.2 CARGO_CRATE_DEPENDS+= stable_deref_trait-1.2.0 CARGO_CRATE_DEPENDS+= string_cache-0.8.4 CARGO_CRATE_DEPENDS+= string_cache_codegen-0.5.2 CARGO_CRATE_DEPENDS+= strsim-0.10.0 CARGO_CRATE_DEPENDS+= syn-1.0.95 +CARGO_CRATE_DEPENDS+= tempfile-3.3.0 CARGO_CRATE_DEPENDS+= tendril-0.4.3 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 CARGO_CRATE_DEPENDS+= textwrap-0.15.0 CARGO_CRATE_DEPENDS+= thin-slice-0.1.1 +CARGO_CRATE_DEPENDS+= time-0.1.43 +CARGO_CRATE_DEPENDS+= time-0.3.9 +CARGO_CRATE_DEPENDS+= time-macros-0.2.4 CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 +CARGO_CRATE_DEPENDS+= tokio-1.18.2 +CARGO_CRATE_DEPENDS+= tokio-native-tls-0.3.0 +CARGO_CRATE_DEPENDS+= tower-service-0.3.1 +CARGO_CRATE_DEPENDS+= tracing-0.1.34 +CARGO_CRATE_DEPENDS+= tracing-core-0.1.26 +CARGO_CRATE_DEPENDS+= try-lock-0.2.3 CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 +CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 CARGO_CRATE_DEPENDS+= untrusted-0.7.1 CARGO_CRATE_DEPENDS+= ureq-2.4.0 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= urlencoding-2.1.0 CARGO_CRATE_DEPENDS+= utf-8-0.7.6 +CARGO_CRATE_DEPENDS+= vcpkg-0.2.15 +CARGO_CRATE_DEPENDS+= version_check-0.9.4 +CARGO_CRATE_DEPENDS+= want-0.3.0 CARGO_CRATE_DEPENDS+= wasi-0.9.0+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasi-0.11.0+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 CARGO_CRATE_DEPENDS+= web-sys-0.3.57 +CARGO_CRATE_DEPENDS+= webdriver-0.45.0 CARGO_CRATE_DEPENDS+= webpki-0.22.0 CARGO_CRATE_DEPENDS+= webpki-roots-0.22.3 CARGO_CRATE_DEPENDS+= winapi-0.3.9 diff --git a/net/yaydl/distinfo b/net/yaydl/distinfo index 10bbce46141a7..3becb722bca3a 100644 --- a/net/yaydl/distinfo +++ b/net/yaydl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2022/05/17 18:36:51 pin Exp $ +$NetBSD: distinfo,v 1.11 2022/05/23 21:06:26 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -15,6 +15,9 @@ Size (atty-0.2.14.crate) = 5470 bytes BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f Size (autocfg-1.1.0.crate) = 13272 bytes +BLAKE2s (base64-0.12.3.crate) = 02926c9ec26c4f89cb2cbacc8e3ed5836a6f9c9cd12131af0de73bf3586c6201 +SHA512 (base64-0.12.3.crate) = ec6ad7cbd4980a12189690e9e24ec1db3c3def9e93672a415808904f68db2b5d8c5740e44207b2c629db5dd5d6ba6bd9dd342dd82367da6198e0313d86e54f02 +Size (base64-0.12.3.crate) = 57545 bytes BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 Size (base64-0.13.0.crate) = 62070 bytes @@ -27,6 +30,12 @@ Size (bumpalo-3.9.1.crate) = 77507 bytes BLAKE2s (byteorder-1.4.3.crate) = 980d5e4ac6d39901b2368959edd7a811f91dbd5bcf899699f3885a5c5e492491 SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa Size (byteorder-1.4.3.crate) = 22512 bytes +BLAKE2s (bytes-0.5.6.crate) = acfba6872776c3d263a73f62a36d53c833e52406b079217680f2c79924a37c19 +SHA512 (bytes-0.5.6.crate) = a1caa1f58754f4d2e54b8df8d0ca0083ee5282f5e4d3bb5b1735022933dd2e66fb3f39c7a82216bf7a7e29591695c2e10c8b7144c83ac598e34193f2425a32cc +Size (bytes-0.5.6.crate) = 46291 bytes +BLAKE2s (bytes-1.1.0.crate) = d1f2a0ab4616dabfc746b27a791b90551a1802274e9bd722bca83e6c91a45549 +SHA512 (bytes-1.1.0.crate) = d34441ea146ccaf55da4d5c645f8ffbd008eeb3204dafd5961771abc85df52751dfd1af3975fb5c91eb83d9a43da4f3589bc3aa07c8d715906d8158f3092af2d +Size (bytes-1.1.0.crate) = 49640 bytes BLAKE2s (cc-1.0.73.crate) = 1a51796d78619d44969ced4fea592d9e68fc7584bfccc66e8cb75db6328bf2a2 SHA512 (cc-1.0.73.crate) = 980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985 Size (cc-1.0.73.crate) = 57880 bytes @@ -42,6 +51,9 @@ Size (cienli-0.3.0.crate) = 7376 bytes BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_derive-3.1.18.crate) = 525d5fbef0749e507dc2783712535f68b3899cbfc188888b2f4ad51a76edc1f8 +SHA512 (clap_derive-3.1.18.crate) = 9bf92e45de15bdfe1ca9a1363f1d243b8df1e5e7d957d6240fa351387b362ef91dc9acffea7256c2161ae8472e35ee2cd678c0bee1f9a27771ae9f4f3f71b351 +Size (clap_derive-3.1.18.crate) = 25521 bytes BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 Size (clap_lex-0.2.0.crate) = 9581 bytes @@ -51,6 +63,18 @@ Size (console-0.15.0.crate) = 23507 bytes BLAKE2s (convert_case-0.4.0.crate) = 5ae510f33b0a606794f2bd9024dcf831ff9c0fd2de96b34d4842e2d6b0de4c8d SHA512 (convert_case-0.4.0.crate) = e17e92b94b030e39f368ef0dd0288dbb45f77c8ce3034c1a6fd2fd43f38cf10a1af5aa7bebdfb447c335d9593c32dde7262e13f97c271c419c6106cf47dc01e1 Size (convert_case-0.4.0.crate) = 8098 bytes +BLAKE2s (cookie-0.12.0.crate) = 5de88ba7b94cf1acbee0d2b202fc15aca320d054315888fe3fb1cf5fb6abf4bd +SHA512 (cookie-0.12.0.crate) = 4a802118306d25f1e53444e143913ca2a14a9e5584b26c5aca67b5ce0ac5111c4469fc5d7ee6b5877f8ac59143739b749edac83ceedcef7b53ba1e15cd97a821 +Size (cookie-0.12.0.crate) = 25953 bytes +BLAKE2s (cookie-0.16.0.crate) = 9df3c99ef3ff3a2b0b852176fe451126b9489becc84af52d56077240c53e9eda +SHA512 (cookie-0.16.0.crate) = 2e4b6c682e6289b6c5b6ad1f7d3a735f04cc984d14bd03f2897c1adb3b1f44ef4d92a864345e160efdf4e942157a8a05015ecfaf61d0088cab799116effbe8d1 +Size (cookie-0.16.0.crate) = 33950 bytes +BLAKE2s (core-foundation-0.9.3.crate) = 840fa3df94d1054fbb94c9ca6db0cdcfbde69a70fede37e62bbc127ed66a18e8 +SHA512 (core-foundation-0.9.3.crate) = de07967c4f5e2d2e730b6f21984c228dad2cb2f55187f13074a2200f4ce9f906763ee818267a9c67ea560229db7363473b230670a6dbd224fc335f32ba03d072 +Size (core-foundation-0.9.3.crate) = 27059 bytes +BLAKE2s (core-foundation-sys-0.8.3.crate) = 679c01a6f663daba747856f9e5c72ad3f1ef1dafb2f6f7211cc1e1c6637ba049 +SHA512 (core-foundation-sys-0.8.3.crate) = a3ba3184cef65dafe8318c4db7e59eb2749dcde7b2370ad20272b0735ded0032daf2de3fd0cf55eb48448a335f5b81e8e745f2a647f9a43bb85946ce714bfd82 +Size (core-foundation-sys-0.8.3.crate) = 17519 bytes BLAKE2s (crc32fast-1.3.2.crate) = c60cd89cc50c52d5bedb1e7ce6c6299196d26700152f85282218c6fe15ec2a8b SHA512 (crc32fast-1.3.2.crate) = a683943e252afdb1b9d626a07533ed11cf7a63af603c19640056c5d2b9c884ad9aff33ac54c0853ffca2f6cf94b0730eae6c05abf3e53e55e709d180c8152357 Size (crc32fast-1.3.2.crate) = 38661 bytes @@ -78,15 +102,45 @@ Size (ego-tree-0.6.2.crate) = 8962 bytes BLAKE2s (encode_unicode-0.3.6.crate) = 246a1a840cf66bde426c3d26e2318fc7d253aee72114f7634b0fcd79a09751cd SHA512 (encode_unicode-0.3.6.crate) = 64193d6ac75f66d58ed864169b5d6228ede36dcf100614395e086bc8e847a3ddd287734d88e8ed50f38c679a99c80ec68449175a67d8ee03b02ec1cfa9d55e77 Size (encode_unicode-0.3.6.crate) = 45741 bytes +BLAKE2s (fantoccini-0.19.0.crate) = 9c91980c9b70dfa39aae506666a8c0a5b4ff8db9d433730f897c4c28306078d5 +SHA512 (fantoccini-0.19.0.crate) = 2f719136e6aefc5bc69287d9c7d0472eee89f9934deb6535b50f0793476bf8e42c2ddd40a5a6a53906e3274c3f3fa1ccec26d05a50f2e220757a5371ebbefa21 +Size (fantoccini-0.19.0.crate) = 68480 bytes +BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb +SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 +Size (fastrand-1.7.0.crate) = 11265 bytes BLAKE2s (flate2-1.0.23.crate) = 583b36f5a7633fc0284c0984b7c464819307413180cb59e4311efd7c41beb9a9 SHA512 (flate2-1.0.23.crate) = 01f84f0d4d0c06aa0c807e5ccb418a5675d88d568694f74aabec8ee06c74e6b75c9c28fbeba2a99fe74b00bd29e71b9aa2df0d96da85beec76b3a30b4d044fe9 Size (flate2-1.0.23.crate) = 70440 bytes +BLAKE2s (fnv-1.0.7.crate) = ffa8e3e3e120c65486f2575822704aa79aac381f375d7295875475e36775ff09 +SHA512 (fnv-1.0.7.crate) = 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 +Size (fnv-1.0.7.crate) = 11266 bytes +BLAKE2s (foreign-types-0.3.2.crate) = d6fbfbaaa345e5df7be5b4c09a69174fb43c8ab6b79a989c599f7a8c576d78ba +SHA512 (foreign-types-0.3.2.crate) = bf27b8243ed482c202d120383374f19ff09422535e24b9c1aebccc66529bf300ca17b8bbc76d67f98ac092e614497afe3add9dc68aa69c93074df05762f91232 +Size (foreign-types-0.3.2.crate) = 7504 bytes +BLAKE2s (foreign-types-shared-0.1.1.crate) = acecc39ec60d64e3ee3bab184a55ec2af2884c99435a2ebbc78bd7b3d9ae0fea +SHA512 (foreign-types-shared-0.1.1.crate) = bafdb2143e136fb0818e2ffd90b5c862b7181647d6568947d4e4531012bbf7a57b597221ec7056c1b562dfc0c3b5dead26d1a4111ebc15e7863737a873518a4a +Size (foreign-types-shared-0.1.1.crate) = 5672 bytes BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 Size (form_urlencoded-1.0.1.crate) = 8773 bytes BLAKE2s (futf-0.1.5.crate) = 69ab24bdfada04030b490cd31cd26e7217e45ea4cbe6a0962c19185958b861c3 SHA512 (futf-0.1.5.crate) = 4cee071c067c879742839d3d32192ca94ee2f9241468656357c3aed116cb7c656bf81722f32b67d60214b7db66858dca6443f0d52f0ff2114fc70971bdddd2d3 Size (futf-0.1.5.crate) = 11344 bytes +BLAKE2s (futures-channel-0.3.21.crate) = b31427b9073c1a89098394cedc34512751630af2db6864386732bfc0066ab326 +SHA512 (futures-channel-0.3.21.crate) = 1c10398657949b53b6df196cc44d8e4b3acf53b4d216be6f5f631d8d4b500f5c344e2cc7d5a5642ced6c5480511884611be6d429f56a0ede4a716b9c5770cb76 +Size (futures-channel-0.3.21.crate) = 31961 bytes +BLAKE2s (futures-core-0.3.21.crate) = 0bd50c4241537faa4033167d58c3fe7b873d05660fe13f8ecf0eec4c200651a2 +SHA512 (futures-core-0.3.21.crate) = b60e7892436ae28fd2240f17816f934f6caeac663d67b8efc7d519ebb4b0bd921f0b732b6176bd4b472d2fbe346d39a37ba394401e15afa93af8294ceea90976 +Size (futures-core-0.3.21.crate) = 14601 bytes +BLAKE2s (futures-macro-0.3.21.crate) = 2dc92d1af3fbcd449103e45d3a363eeea3bbcf375fe9361986977548a8328d91 +SHA512 (futures-macro-0.3.21.crate) = a79d4d3e487d05554e05e04f3a631fc9f0b5c525126eed550ee30eed16d4c457dc39274efac53558a3e33a119b8ff9d3552ce367359eec9d05105b278f7677c0 +Size (futures-macro-0.3.21.crate) = 11250 bytes +BLAKE2s (futures-task-0.3.21.crate) = 32004c3795a13f0de3876cc43eee77467427243d342230cb5faf59afce1e1b49 +SHA512 (futures-task-0.3.21.crate) = 8f3b27865d8c7a290471903297e3c0b52caebfaa55550a4738d7915008b893fce67c7d9ae5c5bd03f2a42ee72a96aa0245c4bee70fc06977b3493eb81bca2033 +Size (futures-task-0.3.21.crate) = 11815 bytes +BLAKE2s (futures-util-0.3.21.crate) = bbe01c0d8c3f17829b0a86b24167e8b2700af8aa8e6bda635cc4a1ee978bc54c +SHA512 (futures-util-0.3.21.crate) = ff952fb74a54e793de943e3aee2ac771357bf9f1aa5de89af128868c46a6b44e414fc4ea97f2d9b201ff7ff41023e119f1adf90d314343ff53ab987c3e07f5d4 +Size (futures-util-0.3.21.crate) = 153768 bytes BLAKE2s (fxhash-0.2.1.crate) = ae69027c0f34b36de7cc88506cda0194b87ce1dc7c3f8f3ed04333791fb6de75 SHA512 (fxhash-0.2.1.crate) = 638e1c0a4e7f365483a329e715afbc2e57e47c03b32e0e1818c879baa96996e81dce8ab39320e24a3e1633f73dec1e5f18a06c37f3ad38043002fc99b55efc38 Size (fxhash-0.2.1.crate) = 4102 bytes @@ -105,12 +159,33 @@ Size (ghost-0.1.4.crate) = 13788 bytes BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c Size (hashbrown-0.11.2.crate) = 85713 bytes +BLAKE2s (heck-0.4.0.crate) = 0bbfc0807fe42d68570dab10b6cdfeabd24e6c732caebcec1880c2b9efeb36b5 +SHA512 (heck-0.4.0.crate) = 33bdbf4ff9ecc4f4d74cf06590e056f4d96bf0d990d5381b9da5b65682b2495ed74e27b45419c2afa986c1f6200909d5175b137ae73ced5cc8ac869e4e1bce8f +Size (heck-0.4.0.crate) = 11161 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes BLAKE2s (html5ever-0.26.0.crate) = 603d54e0de9c79db88b0e6af2dc34322b2de7a08e193c74687287224da04b29d SHA512 (html5ever-0.26.0.crate) = 383a25421cddb0573e41ca93131d681cfbfaf551989337845a197e939a2580751ae90e96605bfc4e187dbd5189b6c014557cc69e3d7d2d2cdfb88eeca8896089 Size (html5ever-0.26.0.crate) = 72921 bytes +BLAKE2s (http-0.2.7.crate) = 531a7beae6a24db08c6057ff15f92beebce4f476ea0b5c968bb420656cb47a75 +SHA512 (http-0.2.7.crate) = ab0227703cf3721d15de8b8e7aea441611d038928f60e04c6a7d40a66b1c1a4107c86848fe64376ba3ba99a3135ca1f60f2bc240b7f55251f110835576b88eeb +Size (http-0.2.7.crate) = 104219 bytes +BLAKE2s (http-body-0.4.5.crate) = 60ac22c1cd1aa855e19acb2106808caee57caa79b5f5ff8218bdabf9e770b502 +SHA512 (http-body-0.4.5.crate) = d01de0747155283331086f2849d1dccc0387feda576f60d84cdd1bc8817ac82ae131c294b5cf9ddabb7ac91bfdef67bc2ea5fcbbb04f41b473d4c5f5b2ac13d5 +Size (http-body-0.4.5.crate) = 9242 bytes +BLAKE2s (httparse-1.7.1.crate) = cc6fb7ae6b11a0011635fba1e344e4c0464c2d1373a75fd6654caf39fafe5640 +SHA512 (httparse-1.7.1.crate) = 6db3892a754a49d9d529859acdacd548a71203eafc29c485b83006650a26f82b6e34969bd5e11d3f259259eae4d71bbdd0992fc7cad78a9a6f102977d057a8ba +Size (httparse-1.7.1.crate) = 29379 bytes +BLAKE2s (httpdate-1.0.2.crate) = b5cd05beb35662469bffb19b3080e5dae08182d555df6630e669df43965647c2 +SHA512 (httpdate-1.0.2.crate) = 4d650dbe7ec1d0f457bab71cd009fd92ee296fbe0a6b0c0ce4d71aa3bee720094a03968c08e542be60869350e05b4a1739542c6415e401407345f5643e15f8fd +Size (httpdate-1.0.2.crate) = 10673 bytes +BLAKE2s (hyper-0.14.18.crate) = e95de78de803f3ed5ab977fd0bc3b0f6d1ab0d06c9e9afe0139aa679daae0d21 +SHA512 (hyper-0.14.18.crate) = 9415eebfdbe3795488f57e6628ccfee4195f7b04ab3beb3fb5a0768f546322c2528f482838107cd32e2d71d1f562c8b2e6b34d94a6e7f1bbd049b44ae5cc41b9 +Size (hyper-0.14.18.crate) = 179660 bytes +BLAKE2s (hyper-tls-0.5.0.crate) = 8a6a5764ba5285e987d76e5973810dc7edd0908fd199b723010d81de102411eb +SHA512 (hyper-tls-0.5.0.crate) = 45dc16cc9ce48706e0b3575dca35ba1b6b3084dda8c2cc489d126e1c4f0bb96a9b2baa860d09f68c5e0a48c2a69e3eaf62f4f0406fffc4efefcd79d26c82896e +Size (hyper-tls-0.5.0.crate) = 13257 bytes BLAKE2s (idna-0.2.3.crate) = ab46cafcffb3e0d08ac1b12bdcfd56376fef089009965b6f36b1b0edd546a7de SHA512 (idna-0.2.3.crate) = 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f Size (idna-0.2.3.crate) = 271023 bytes @@ -120,6 +195,9 @@ Size (indexmap-1.8.1.crate) = 53220 bytes BLAKE2s (indicatif-0.16.2.crate) = 17a74764aec3cc48d15951c41e0ab92a2a02d513b6a38df447e46267461f3b38 SHA512 (indicatif-0.16.2.crate) = 5f60358f1fe3ffc0ec97d1d8922a7a2645d7dc0affed1d49a9205becdb36756d6a03482ef00fc918231770f967f7fc523f7b8c3bf4c06f71a0a93549c46fdacd Size (indicatif-0.16.2.crate) = 35057 bytes +BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 +SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 +Size (instant-0.1.12.crate) = 6128 bytes BLAKE2s (inventory-0.1.11.crate) = b5ac228c68610e4d3c86ef67d971a1b98df32ae9263e2cf32413c870932a2751 SHA512 (inventory-0.1.11.crate) = 350dfba4bc07b0702ef505c4993643465e2cc05102f3763c36f91782a8e0a1fb88d99d56cae09eba7abb989197eabc7a5f75212778eb6d5cb1e3f108635f364d Size (inventory-0.1.11.crate) = 11795 bytes @@ -159,9 +237,18 @@ Size (matches-0.1.9.crate) = 2246 bytes BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa Size (memchr-2.5.0.crate) = 65812 bytes +BLAKE2s (mime-0.3.16.crate) = 0b9e3a74a1d79c695679fd795f27d97ea837ce415d8c057edc9b30381a1ce60c +SHA512 (mime-0.3.16.crate) = cb1d691610cb82720e553247336fc5eab63407ad37febf2eb50aaa4e329cca70959ecd8bb8c7af5753acec2c8e86fc9a0f8ad9ad2de93fe9295ce84033d6054c +Size (mime-0.3.16.crate) = 15206 bytes BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 Size (miniz_oxide-0.5.1.crate) = 52418 bytes +BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe +SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb +Size (mio-0.8.3.crate) = 92506 bytes +BLAKE2s (native-tls-0.2.10.crate) = 6633cba2a3f6d618cd7fc3aa1c1b28ea1c6ed1c8707042862030b8cf452331ee +SHA512 (native-tls-0.2.10.crate) = 1cc30c3e16e103e49d585d017fb09962798d33dc4186a5dd3a28f224d3645e8301d4f5cab9b667a27dee88a49233b69974b41ee4aec2bb32ae0745e27b92b352 +Size (native-tls-0.2.10.crate) = 28590 bytes BLAKE2s (new_debug_unreachable-1.0.4.crate) = 5779df9667d34e07fe8139cb8b6a481e43535a8e5b6960d3d6e0539a3c18199d SHA512 (new_debug_unreachable-1.0.4.crate) = 6f964bb322aa8f2ff92078381dd720527600c6449e237b703278cbcf47b39a2581fddfc2f34ebb7cf31229e33d58de48bb5050e083fec6dad9aefddc1d771c85 Size (new_debug_unreachable-1.0.4.crate) = 2561 bytes @@ -174,12 +261,27 @@ Size (num-integer-0.1.45.crate) = 22529 bytes BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 Size (num-traits-0.2.15.crate) = 49262 bytes +BLAKE2s (num_threads-0.1.6.crate) = 16dafe947f10db7667201144859b311f1d2fdcaec5984b5f0986e8de75345e5f +SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6 +Size (num_threads-0.1.6.crate) = 7334 bytes BLAKE2s (number_prefix-0.4.0.crate) = e2e6caf7fd792ec56ec5665184ed1b66469de944c998ee8e0eee92eb0f7105b5 SHA512 (number_prefix-0.4.0.crate) = a43b668d7314218b86ca7451daa9dfef71f6c9f6616bc34c12d94ae6030f182bcca9da83905cb46f3d49d0aa81385a787e92e4f3ae239658067adc249f8174df Size (number_prefix-0.4.0.crate) = 6922 bytes -BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d -SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab -Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (once_cell-1.12.0.crate) = d77f216ade311adb7051d30125a5c7d0c73adf35bf167ead044b320361cfdbfc +SHA512 (once_cell-1.12.0.crate) = 02da0e6eccee2d5246fff5e6323bd7eff0f4641801be5e5910763929a5e9d8b62c07f81001c405cc6aff03f68a14ed5bfebd9900bbdd09568bd1ab9ca9b73093 +Size (once_cell-1.12.0.crate) = 31549 bytes +BLAKE2s (openssl-0.10.40.crate) = a56c869172ad889b32179d86cf9927ffa8af0f88dd4e9b7e69293b0a2e986ade +SHA512 (openssl-0.10.40.crate) = c07b2fa47cec33ad3abfbfdfe0c8c99ce00aafed5437f864e9be1d151c8f82e52c54ba565ab710693f108429f48df2ce0d2955f54b1926d808ea56fa168afcf9 +Size (openssl-0.10.40.crate) = 217120 bytes +BLAKE2s (openssl-macros-0.1.0.crate) = ddbf630bc0821c342667bf7b1a6cd881db3dbf9a69811320afaff565bfa3dc5b +SHA512 (openssl-macros-0.1.0.crate) = 7e37a0c05781da13bbaf4c056c19d032a93820cc324f9f6e5743bfcbfb30e057501af1bc7cbf5f07e3a05191678cd5ae5bc4d6832f02ce75bfb03c027d18abfd +Size (openssl-macros-0.1.0.crate) = 5566 bytes +BLAKE2s (openssl-probe-0.1.5.crate) = dd4ca2a46ea1abbd1c8fe527ad20f4309b2a606b0a539f2489a3a252172983a6 +SHA512 (openssl-probe-0.1.5.crate) = 7e560314150709a34520472698060c4f29689d4e608dc4dde146140aa690350d3603279c693367deeb0f21ab34ef61956143a3447827a2b7a3d578b9ccd6552c +Size (openssl-probe-0.1.5.crate) = 7227 bytes +BLAKE2s (openssl-sys-0.9.73.crate) = d85d7eceedf2abb888c1a6f8b9a0bd89664d85d28b6349692fe6f317ff0501f0 +SHA512 (openssl-sys-0.9.73.crate) = b17ba906433b212587d6274def3cfc1beba2c50497f5653eb1a3ce767924dbe279f750ab58c77c216de852e2a3aea8c7cb0c2577c67dcbff1b6584c7d55866e0 +Size (openssl-sys-0.9.73.crate) = 59581 bytes BLAKE2s (os_str_bytes-6.0.1.crate) = 2bb095057a418d3f13da1ef941eac8d2cac3096060ad9658be5df94a39e7d72e SHA512 (os_str_bytes-6.0.1.crate) = 16035d3032d499575faf5e8114868d57826acf2b4a54e848f9101713b7965a2fecd6c486945b1c8ccc3ddacdbb95a1c6f8a74ca4fcdee24729648edc817c4472 Size (os_str_bytes-6.0.1.crate) = 21079 bytes @@ -219,12 +321,27 @@ Size (phf_shared-0.10.0.crate) = 4095 bytes BLAKE2s (phf_shared-0.8.0.crate) = e120ab927dd3d8651987518b082033537039e5d01744aa2c7c32c01f15778061 SHA512 (phf_shared-0.8.0.crate) = 6ad7ac732b7cc42e7e179329fbfee7074d26652d73eb4f2b97224491d978ad9b14c66e5a539c96b84c70124ac44cfc009bf963a42c438d028bd9737b99f463f3 Size (phf_shared-0.8.0.crate) = 2860 bytes +BLAKE2s (pin-project-lite-0.2.9.crate) = 21ff73557f52248f91876a765bc209e4313f3cb15746b3f3ceddeceea5e2c95d +SHA512 (pin-project-lite-0.2.9.crate) = cef0b77233adca712db1183f780732ea577cf1b27c2643de221d54c837c75ce749f907e24a967be7474812c7682cba613a3fc5d553a9578a1b80569da0e562e4 +Size (pin-project-lite-0.2.9.crate) = 27713 bytes +BLAKE2s (pin-utils-0.1.0.crate) = 5a1cf546c08cd8ad36d3736e337a9865b694de6a636733d252a878aee8b1c204 +SHA512 (pin-utils-0.1.0.crate) = 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 +Size (pin-utils-0.1.0.crate) = 7580 bytes +BLAKE2s (pkg-config-0.3.25.crate) = 858f6fa4e3e07f6482e3e975d78403b574c0606ec93f8ab5a86156604e13c294 +SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 +Size (pkg-config-0.3.25.crate) = 16838 bytes BLAKE2s (ppv-lite86-0.2.16.crate) = bcec1a8bf0d1fac112f8d6ab00381ac5358660c24daf104f68ed3a16c3c0878a SHA512 (ppv-lite86-0.2.16.crate) = 264b916f7d1bb6f1c0c0d3cc45f40b72b638abc7174416b49241c3663fe500409509ef6c8241a24515a21a20288c2ba508035b6b37972e4ae7ad02ad19118b74 Size (ppv-lite86-0.2.16.crate) = 22245 bytes BLAKE2s (precomputed-hash-0.1.1.crate) = 03d4bac65377715b1701257c322877050ffa98fdbe08274584ab9602b0369c23 SHA512 (precomputed-hash-0.1.1.crate) = a118a98286a47e2f0cf35d2678d0325c18b9b7d5bdf40ceadc16483b282307fd1498434d5bdfa25477a4f420d97c34d786e42e9fa70431b788b4b8fde9718e05 Size (precomputed-hash-0.1.1.crate) = 1640 bytes +BLAKE2s (proc-macro-error-1.0.4.crate) = 2877169f24a0bf3a09d9bfd388ac5d39082672d9258c1c96a851c1bc166b234a +SHA512 (proc-macro-error-1.0.4.crate) = 8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db +Size (proc-macro-error-1.0.4.crate) = 25293 bytes +BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 +SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 +Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes BLAKE2s (proc-macro-hack-0.5.19.crate) = 61d98efa7bf829362cb8fcc4ef3ec6d31da0aa9fdfd7a9c3f3f3146ff5bf9c31 SHA512 (proc-macro-hack-0.5.19.crate) = 9e4cbec41056438287f5b23086264c86e2f0cdc193064006556736377b2954229de13a585149b9995002c9aee3334ee2a80ae4afdcc96cabe7ed2bf718476952 Size (proc-macro-hack-0.5.19.crate) = 15556 bytes @@ -261,24 +378,30 @@ Size (rand_pcg-0.2.1.crate) = 11291 bytes BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 Size (redox_syscall-0.2.13.crate) = 23759 bytes -BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 -SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 -Size (regex-1.5.5.crate) = 238119 bytes -BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 -SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (regex-1.5.6.crate) = 54470e0ce7f905fde38456f82bc830c98a1ac830538cc1596f5e4f1dc2ee84a4 +SHA512 (regex-1.5.6.crate) = 43ad2ebe14f43d69c62f563a4fd53b5657f0f2cc130a0e6353a13073027640ff891e9f9b40ea85858507047bddb2e023d668c9bf57f2ba0ae045b74b5f0d2a1f +Size (regex-1.5.6.crate) = 238593 bytes +BLAKE2s (regex-syntax-0.6.26.crate) = d644259c960314f13984e773bc86607f79ce86e6b397fe231d5cb32ddcc36926 +SHA512 (regex-syntax-0.6.26.crate) = 46087f5a2abfb48f24da77e79e66f6e514b5d005c4ae2c3283418ec471ddac9e4a1361edbae9d27efeb10217157092f812946b7b98182cf9f8aa703e01c03634 +Size (regex-syntax-0.6.26.crate) = 293912 bytes +BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b +SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c +Size (remove_dir_all-0.5.3.crate) = 9184 bytes BLAKE2s (ring-0.16.20.crate) = de2f801e5445409bf543e674e2837e3dcfc9869794cc30ddabbf7ad3f1fc76b0 SHA512 (ring-0.16.20.crate) = d97d1b08eb796d4c107426ff2c015ab1f221612500c8a57fca8e3f064e8c0f5ae2a5e6071d013313cd9f4be8fed4ba03beae84bd446f56b2b2ca5d483c328191 Size (ring-0.16.20.crate) = 5082615 bytes BLAKE2s (rustc_version-0.4.0.crate) = 8244e9157b6b8811ae926fc0ed00edeb2b0a0f0f34d6e7b93ad236cbb6ffffba SHA512 (rustc_version-0.4.0.crate) = f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db Size (rustc_version-0.4.0.crate) = 12175 bytes -BLAKE2s (rustls-0.20.5.crate) = 033f618f2b126fed72ef2c39505490ea0f7c64f336fa3359d5ea93a4563336b8 -SHA512 (rustls-0.20.5.crate) = e0aadf16ccd9b10964fdfc3c3261238010b9c57bfd488b6ef36dad66d9458c35654720da98ac5691324e68b0d164341c0dd0258666dc916efab35e767a8c0cf9 -Size (rustls-0.20.5.crate) = 258873 bytes +BLAKE2s (rustls-0.20.6.crate) = 0eca3045df285aa3b2ff184f642d896e8c6efc833bde5a908e5290b1dba99fee +SHA512 (rustls-0.20.6.crate) = 04a7922b3456b53d88904af925bbc3b4cc6f0b45256af46e1ebaac2446b73e2645f3b6a3a40ea9ff783acedfa2cc5ab94feaf3513a337d4e06564ab9008d2178 +Size (rustls-0.20.6.crate) = 259289 bytes BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2 SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 Size (ryu-1.0.10.crate) = 48485 bytes +BLAKE2s (schannel-0.1.20.crate) = 441a8335f28776ff66bc1f9ddecfccaca93c63c4ef2675ba31ec3e88e483a79e +SHA512 (schannel-0.1.20.crate) = 19f217fd4571a0d0fcf52060a8639e0ce7114719aa23fb0aa2ab5a531e8f8be0a21af55ef45c8da804101e5a62f15669e66fe005c4cd5bb24def09f1b4afe059 +Size (schannel-0.1.20.crate) = 41579 bytes BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (scopeguard-1.1.0.crate) = 11470 bytes @@ -288,6 +411,12 @@ Size (scraper-0.13.0.crate) = 19980 bytes BLAKE2s (sct-0.7.0.crate) = 100ba6a03c4cd585a5c299ab183067ffae3bd7d9e1ef4f6201d4f7d35426493d SHA512 (sct-0.7.0.crate) = 175d2a912e3f35dcb110991a066d7d9b0d47a0febe4e92ab7d92a27c886a7eb9abf203c9080b3e2cbda9bedbc816bd138476363c2a0c7367d3abc7e6bce83046 Size (sct-0.7.0.crate) = 27502 bytes +BLAKE2s (security-framework-2.6.1.crate) = 8b27c766aaaa2cc3fe96a9583c342358e0f6835cb1374a4906eaa0635c503a1a +SHA512 (security-framework-2.6.1.crate) = e4690acf5609f52c89cbe0b577c68a22caf0763d8dc781817010e695824dae44dc27f58c9ffec4254a8461e88040892b89f9628d6a71102d06ab5441b84800a4 +Size (security-framework-2.6.1.crate) = 71688 bytes +BLAKE2s (security-framework-sys-2.6.1.crate) = 14b6de1183aa39ccb421f1b2c2d3b82214ecf18a08c7a21f53a28c1851361a76 +SHA512 (security-framework-sys-2.6.1.crate) = 7315c0d67d2e792932cd6634cbb9da5021c8d9a1a1e96b9d92c6718d73be3aafbc5613cb355fa1a3d1860f13c62e829bc220b43ad18d739ea1b5aece0cab470a +Size (security-framework-sys-2.6.1.crate) = 17717 bytes BLAKE2s (selectors-0.22.0.crate) = f9a0da53312e90e05cd4d31c7d9768d41801ec25a11bd41073550a75dbb41051 SHA512 (selectors-0.22.0.crate) = af2f4ba87c7a52291bc7f5276c4ebcc7689724d95972ac8d162e0f4007a6f0a47ee1aa6095b3b80441924f990b2d147bc4e3e65a7dec164d95742977ca792b04 Size (selectors-0.22.0.crate) = 44199 bytes @@ -297,6 +426,9 @@ Size (semver-1.0.9.crate) = 30843 bytes BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 Size (serde_json-1.0.81.crate) = 144480 bytes @@ -306,9 +438,15 @@ Size (servo_arc-0.1.1.crate) = 9817 bytes BLAKE2s (siphasher-0.3.10.crate) = b02896dbacdd7733bb3355e952a6d76a8a3f004573d5ee887f8534a3a8fa83b4 SHA512 (siphasher-0.3.10.crate) = f90425a2cccc9575d377bb92a765d34653ddef1ac12b7c63dc6d700aaa74b525787e11609061c2d3e44ea56fe0e4b8f93f7b13f0279b5de2e0f710c5caffd4ce Size (siphasher-0.3.10.crate) = 9889 bytes +BLAKE2s (slab-0.4.6.crate) = a269af42bb2b906af07031fe84a13842abb5681c2f2e519b7c1fed5506df666a +SHA512 (slab-0.4.6.crate) = 788837db210be63579eccf12d96fcaa3280c7515bedebe3040a71ed27d013430815ebc74acc06280daf22c0b16871bad210981d32615c26cb1da344b4b0d9488 +Size (slab-0.4.6.crate) = 16067 bytes BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c Size (smallvec-1.8.0.crate) = 27992 bytes +BLAKE2s (socket2-0.4.4.crate) = b552556efc0901934f3ff31724ae1a93e0211b1c6446e9b7bb14bd26b4c3bc21 +SHA512 (socket2-0.4.4.crate) = 6624fb9b933763c22e6114a8f72c6af0969912717017dd5b13f1b5df19faa1b160376c12e8c8023c435281f6a7864e802f3c4c535de8a345fe206652104f2cd5 +Size (socket2-0.4.4.crate) = 44048 bytes BLAKE2s (spin-0.5.2.crate) = d5bc3b486fe3a6db98d04b18e180a4588bd37bd5657c38528f7ab6c999df3dcf SHA512 (spin-0.5.2.crate) = fc57f7906da2b7a298c5f89215e881e8827b4d9f934dbf138338e0ee30122d8459483be566268fa374b41d63d8dbf65d42e0b322535ba35c827d7edb2176f267 Size (spin-0.5.2.crate) = 12004 bytes @@ -327,6 +465,9 @@ Size (strsim-0.10.0.crate) = 11355 bytes BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca Size (syn-1.0.95.crate) = 236676 bytes +BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a +SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e +Size (tempfile-3.3.0.crate) = 27578 bytes BLAKE2s (tendril-0.4.3.crate) = fc038ecd041dd1e29e7f48a9ee376f7559e4c60192f46f36e7c199adf46c40c2 SHA512 (tendril-0.4.3.crate) = 53f074aec6e59717fca280b1764f6c2e0a1c073336f48d012ff268a7189697d42d24a91a6a549c7d9e1fe8b0006e34c219f4dba3cc95247d3905c6f8a6a8186f Size (tendril-0.4.3.crate) = 37210 bytes @@ -342,12 +483,39 @@ Size (textwrap-0.15.0.crate) = 52998 bytes BLAKE2s (thin-slice-0.1.1.crate) = 3b11b30b2345f660cdae5d5e56acfad02cddabcdb96773b67dba111e68d077f7 SHA512 (thin-slice-0.1.1.crate) = 27b9e6b2a8485b3f89f659d80d67ccb96370f3371996e39f97784c40bdd7fef5429fb96f48d9c045eec5906051708f169fe4ca8f5f546a25e5f6859cafa42925 Size (thin-slice-0.1.1.crate) = 4484 bytes +BLAKE2s (time-0.1.43.crate) = 49cdc6d48210b867b7cbedd75a45b8e7e57f819bfe6bd2c66cb8385594cd30ce +SHA512 (time-0.1.43.crate) = c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25 +Size (time-0.1.43.crate) = 28653 bytes +BLAKE2s (time-0.3.9.crate) = 1ae29e0e2c228bdc28cd3b93ab0c6f322570991ec00cae9d42e88a06b7fc5204 +SHA512 (time-0.3.9.crate) = 2dd8c57d2fc232d8a05109f0d41f964fc587345eff0a68c42c2b1690d6da1a4868188df7f03bece12148e7434b973c472fb0c85fa1f840053da3b30cf6c47e80 +Size (time-0.3.9.crate) = 81412 bytes +BLAKE2s (time-macros-0.2.4.crate) = 4c4ca321193cb5196efbd38519d5c04f197f9de0fd761576d421abd0151a4d71 +SHA512 (time-macros-0.2.4.crate) = f3887ce839db40d13c143a9f11bea804fe4760ab2655df68cbba9029cfff7d0476135608fbfdba6cdec1f9b0753b2de0e3ce0161b40c5d2b9596980d9deaae59 +Size (time-macros-0.2.4.crate) = 18421 bytes BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes +BLAKE2s (tokio-1.18.2.crate) = 233d31ba356faa1800683b3fa64dc3dd6cb0fd929a709afa9e37b3a64ddabbc5 +SHA512 (tokio-1.18.2.crate) = 4fcadd729aa38eebc4a3e69cee10236a0867423035715a80595f43bfb21d0687fe6aa49752820d05f7885019e65cf78ca2bc34d01b248e6c067a7b781b4c636a +Size (tokio-1.18.2.crate) = 572381 bytes +BLAKE2s (tokio-native-tls-0.3.0.crate) = 688684ea2cee4bb7f413ddf27c408e255aeac2a1c7edf120d280ee18a3eb0499 +SHA512 (tokio-native-tls-0.3.0.crate) = a8aa7586f15a3347ba9152497db84a098e751797c06df1a75d9b108689e14d6692b4efc6e5b49b5bf8f8fdb3bfc4f1157f56b3b0c9d9e753a8b31a61e65dfc4d +Size (tokio-native-tls-0.3.0.crate) = 20759 bytes +BLAKE2s (tower-service-0.3.1.crate) = 3c26f687f05fda7e3eb65868679b8a86a283e0c7b69fe6a13151874ba1a885dd +SHA512 (tower-service-0.3.1.crate) = d23f9db2d6632f561970b55eaeaac22a20c8b9af18931cd564db193688eb2a2973127b440e175cfd7358f3d0ead53f7a759e34b7b86c293751079af9c2181ba7 +Size (tower-service-0.3.1.crate) = 6299 bytes +BLAKE2s (tracing-0.1.34.crate) = 45fc86a5da0978582953a6ce54f799046d6b3bad3a6acb522f4615110adee143 +SHA512 (tracing-0.1.34.crate) = d4641f3f239d158547d7c811a80cbd2d1d7df366122dcc678d01844988ef3c5f5db637707e7e91bfb2ea16bef5463d52f8a481d1a9804bac197157453b5877d8 +Size (tracing-0.1.34.crate) = 72775 bytes +BLAKE2s (tracing-core-0.1.26.crate) = 4f3fc2e70a67c82c710e817d9ee19ace59116030da54da39c3bd23071b6e5643 +SHA512 (tracing-core-0.1.26.crate) = b9d44c307d0fee51675bef07ed7f7d2eb8de8a6ffb37256994f3485f7f80e40f1fa9de1663e5360f945270f10d22e42cd9af60193449bd0a0d323895e994bdbb +Size (tracing-core-0.1.26.crate) = 53727 bytes +BLAKE2s (try-lock-0.2.3.crate) = 7293ce5d84b0272de938d6be94e4aace28cdcf2584e617daed1e58fe68a9c068 +SHA512 (try-lock-0.2.3.crate) = ebae7ba9227e6fc20499b48ab85169943765342d4790bb4a31ac33a2be0af9401e2854c8e00b9d3b7e225d16875c90700b1c3fa99af07833d3b7a91b7a414fc3 +Size (try-lock-0.2.3.crate) = 4158 bytes BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 Size (unicode-bidi-0.3.8.crate) = 36575 bytes @@ -357,6 +525,9 @@ Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes +BLAKE2s (unicode-segmentation-1.9.0.crate) = fdcf49e933d6dbe0684fc2e1e172f784ff19668d56ff5be2efcaefa06a0a6b0c +SHA512 (unicode-segmentation-1.9.0.crate) = 7d0ea37bfb24a1a803b1cd40b7b0c0e6e44ebf9a474fdedf0dcca1ead25662e19f44af29b87de1b000c3cc75fec93320938bb3ab9d9e82298eda324bb97e7294 +Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes @@ -375,9 +546,21 @@ Size (urlencoding-2.1.0.crate) = 6151 bytes BLAKE2s (utf-8-0.7.6.crate) = d1cf10b67c9ef847d5d613cb779ff641388d4ecb8dd86a9b299fa94aac7097c2 SHA512 (utf-8-0.7.6.crate) = 6bf0787cc297a1ac4e47389464d05ef6850602f549621687e776618bec96c1f7bacbb1ac8faaa63e5d28d975b850db8d6c784eb66e2466128f0521b91c14015b Size (utf-8-0.7.6.crate) = 10422 bytes +BLAKE2s (vcpkg-0.2.15.crate) = 0ec9e97d0e23d59f0a4095773e1136e15f2054fb86bcceb309774638768ea8c4 +SHA512 (vcpkg-0.2.15.crate) = 7322a21e8811b2fe4e79e09dc321458068ecdf1953f05d36233f3278ecc0b1dfc64194db7010dd46fcf692285f42475beb090c6c6cac0c8f9fe0eb5c770e3172 +Size (vcpkg-0.2.15.crate) = 228735 bytes +BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 +SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 +Size (version_check-0.9.4.crate) = 14895 bytes +BLAKE2s (want-0.3.0.crate) = 0d923bb9b9ba970fb45c1f73a40b9d45c852caa21556156dbbe4c4c49925a1a5 +SHA512 (want-0.3.0.crate) = 7e7af8ddcc6faed3e3d18384a000339617187b74b0adf111a02bc15fdb152c88007844d6fe6f35a47a13f3384a19ee4723b884623de7d45c6619d76aa6699404 +Size (want-0.3.0.crate) = 6550 bytes BLAKE2s (wasi-0.10.2+wasi-snapshot-preview1.crate) = a99255257c1a9724a1e5a6c5bde6fd95cc850c6bcd881d2030755acc62bb8c23 SHA512 (wasi-0.10.2+wasi-snapshot-preview1.crate) = 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 Size (wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 bytes +BLAKE2s (wasi-0.11.0+wasi-snapshot-preview1.crate) = f023780bb2e4a8571dcb1012e76cfbfc3804df53b89abd5cd8ede9d7c5847d4c +SHA512 (wasi-0.11.0+wasi-snapshot-preview1.crate) = 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f +Size (wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 bytes BLAKE2s (wasi-0.9.0+wasi-snapshot-preview1.crate) = 2acd6dfc06609bf94db869be7d9c4ac09e3f3943d3a4090c4b07250b66883468 SHA512 (wasi-0.9.0+wasi-snapshot-preview1.crate) = dbe641f796ee3a5daafcaafc911ecc6dff170340f477c2df7a61fb4858a85aefc2637c9e61973ecce66a987aa8e08a736273a4aad3ef47eaf61ed4268dbf9c47 Size (wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 bytes @@ -399,6 +582,9 @@ Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes BLAKE2s (web-sys-0.3.57.crate) = e9c87680c6489a44ed00e15ca84ae67c048f89fab3c2c8e9041b3036bf12ec61 SHA512 (web-sys-0.3.57.crate) = 144a481ff7562ff5f96145c7db64ecc704863e2fd6c0c9afc87fe87513e5be660fcadec6b1114ed2c86da36ccd97024ce601b843c8768dd8b5c53c71daae9800 Size (web-sys-0.3.57.crate) = 686563 bytes +BLAKE2s (webdriver-0.45.0.crate) = 844d0a31d68cc4c4f869519eb774774e8b58de7a52e9912b4c2b31582e48261c +SHA512 (webdriver-0.45.0.crate) = 2bedcf1d37fc2a7e46898e00bdc76c36884d20c6592df1594a3bc52899767c48ec4212fff36e9ca716db7bfb8c438f4c1804356d9deae800ebca70b0fd9850f0 +Size (webdriver-0.45.0.crate) = 29092 bytes BLAKE2s (webpki-0.22.0.crate) = 7bde2fdf9d9ec3de5cf67a19e763d569c2da6fbce7469736d894a6dba43d46d8 SHA512 (webpki-0.22.0.crate) = 7c2916d47f2232587e3ccaa8fefc8b576addaf84b55166011032e471f91ce54a79d2fca7fcc1144552c254f5baead708fba2b0ce76a1c34286838a8744b0f570 Size (webpki-0.22.0.crate) = 58663 bytes @@ -435,6 +621,6 @@ Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes -BLAKE2s (yaydl-512577aefc.tar.gz) = 7b34f39cb6f66d55ffadc6ef88c3eb899e8ab631ef5d89833d0aedb8acee268a -SHA512 (yaydl-512577aefc.tar.gz) = 56c1e2d26892aa125fb1b78bd0aa58c7ff3ff9fa32fcb1c6566588307adc8b8fea97820ac1316a983faa8e8d441234a5f91d0b2e047937ce0af42ec84eda940f -Size (yaydl-512577aefc.tar.gz) = 24567 bytes +BLAKE2s (yaydl-7007a1d87d.tar.gz) = 239b77043455bf061966239f0c1ad72d824bdc2170c16b271bd49111a7c5e571 +SHA512 (yaydl-7007a1d87d.tar.gz) = df694ac0248f900f54708a987b7468a24a152bef7bf57282e6260ddf38887e477177b02ce3d4aaa2ec379359154de6a5ad8ce62680aec29db449bc5044665f7e +Size (yaydl-7007a1d87d.tar.gz) = 30207 bytes From 97fbd7295a297275f072d58601a1beaa2cfea311 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 21:06:45 +0000 Subject: [PATCH 0902/1154] doc: Updated net/yaydl to 0.8.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 09b09f2cd02fe..3aedba0e6bc54 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2710 2022/05/23 19:11:28 plunky Exp $ +$NetBSD: CHANGES-2022,v 1.2711 2022/05/23 21:06:45 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4163,3 +4163,4 @@ Changes to the packages collection and infrastructure in 2022: Updated cad/solvespace to 3.0 [plunky 2022-05-23] Added cad/fstl version 0.9.4 [plunky 2022-05-23] Added cad/gcad3d version 2.46.24 [plunky 2022-05-23] + Updated net/yaydl to 0.8.0 [pin 2022-05-23] From 86cc01cc605af22269a1f4120041485be62f6d4f Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 21:07:14 +0000 Subject: [PATCH 0903/1154] net/ncgopher: update to 0.4.0 0.4.0 New features: - Search in documents. Finally. Search with '/'. Jump to next/previous result with n/N. Fixes #5 - Gemini: Check for redirect loops Changes: - Breaking: Changed key shortcuts for next/previous link to l/L - Removed Config as a dependency and use serde instead - Update dependencies Bugfixes: - Clicking "accept the risk" in the certificate dialog will now automaically open the URL - Update status message display when fetching content - Url-decode path in gopher URIs. Fixes #78 - Fixed crash when darkmode is enabled (pull request #69) - Introduced and fixed crash when bookmarks file does not exist - The open image command finally works again - Fixed name of arch package in README --- net/ncgopher/Makefile | 11 +- net/ncgopher/cargo-depends.mk | 224 ++++++----- net/ncgopher/distinfo | 674 ++++++++++++++++------------------ 3 files changed, 435 insertions(+), 474 deletions(-) diff --git a/net/ncgopher/Makefile b/net/ncgopher/Makefile index 7e74b4fa530c7..7f0943ff068e9 100644 --- a/net/ncgopher/Makefile +++ b/net/ncgopher/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2022/04/18 19:11:52 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/23 21:07:14 pin Exp $ -DISTNAME= ncgopher-0.3.0 -PKGREVISION= 2 +DISTNAME= ncgopher-0.4.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=jansc/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -24,8 +23,10 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncursesw}/lib RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.sqlite3}/lib do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ncgopher ${DESTDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ncgopher.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ncgopher \ + ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ncgopher.1 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../lang/rust/cargo.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/net/ncgopher/cargo-depends.mk b/net/ncgopher/cargo-depends.mk index a77b888e7fdd5..3fe281013b805 100644 --- a/net/ncgopher/cargo-depends.mk +++ b/net/ncgopher/cargo-depends.mk @@ -1,161 +1,151 @@ -# $NetBSD: cargo-depends.mk,v 1.2 2021/09/13 20:32:35 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.3 2022/05/23 21:07:14 pin Exp $ -CARGO_CRATE_DEPENDS+= addr2line-0.16.0 +CARGO_CRATE_DEPENDS+= addr2line-0.17.0 CARGO_CRATE_DEPENDS+= adler-1.0.2 -CARGO_CRATE_DEPENDS+= ahash-0.4.7 -CARGO_CRATE_DEPENDS+= ahash-0.6.3 +CARGO_CRATE_DEPENDS+= ahash-0.7.6 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 -CARGO_CRATE_DEPENDS+= ansi_term-0.11.0 -CARGO_CRATE_DEPENDS+= array-macro-1.0.5 -CARGO_CRATE_DEPENDS+= arrayvec-0.5.2 +CARGO_CRATE_DEPENDS+= asn1-rs-0.3.1 +CARGO_CRATE_DEPENDS+= asn1-rs-derive-0.1.0 +CARGO_CRATE_DEPENDS+= asn1-rs-impl-0.1.0 CARGO_CRATE_DEPENDS+= atty-0.2.14 -CARGO_CRATE_DEPENDS+= autocfg-1.0.1 -CARGO_CRATE_DEPENDS+= backtrace-0.3.61 +CARGO_CRATE_DEPENDS+= autocfg-1.1.0 +CARGO_CRATE_DEPENDS+= backtrace-0.3.65 CARGO_CRATE_DEPENDS+= base64-0.13.0 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 -CARGO_CRATE_DEPENDS+= bitvec-0.19.5 -CARGO_CRATE_DEPENDS+= block-buffer-0.9.0 -CARGO_CRATE_DEPENDS+= cc-1.0.70 +CARGO_CRATE_DEPENDS+= block-buffer-0.10.2 +CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 -CARGO_CRATE_DEPENDS+= clap-2.33.3 -CARGO_CRATE_DEPENDS+= config-0.10.1 -CARGO_CRATE_DEPENDS+= core-foundation-0.9.1 -CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.2 -CARGO_CRATE_DEPENDS+= cpufeatures-0.2.1 -CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.1 -CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.5 -CARGO_CRATE_DEPENDS+= cursive-0.16.3 -CARGO_CRATE_DEPENDS+= cursive_core-0.2.2 -CARGO_CRATE_DEPENDS+= darling-0.10.2 -CARGO_CRATE_DEPENDS+= darling_core-0.10.2 -CARGO_CRATE_DEPENDS+= darling_macro-0.10.2 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_derive-3.1.18 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 +CARGO_CRATE_DEPENDS+= core-foundation-0.9.3 +CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 +CARGO_CRATE_DEPENDS+= cpufeatures-0.2.2 +CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.4 +CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.8 +CARGO_CRATE_DEPENDS+= crypto-common-0.1.3 +CARGO_CRATE_DEPENDS+= cursive-0.18.0 +CARGO_CRATE_DEPENDS+= cursive_core-0.3.2 +CARGO_CRATE_DEPENDS+= darling-0.13.4 +CARGO_CRATE_DEPENDS+= darling_core-0.13.4 +CARGO_CRATE_DEPENDS+= darling_macro-0.13.4 CARGO_CRATE_DEPENDS+= data-encoding-2.3.2 -CARGO_CRATE_DEPENDS+= der-oid-macro-0.4.0 -CARGO_CRATE_DEPENDS+= der-parser-5.1.2 -CARGO_CRATE_DEPENDS+= digest-0.9.0 -CARGO_CRATE_DEPENDS+= dirs-3.0.2 -CARGO_CRATE_DEPENDS+= dirs-sys-0.3.6 -CARGO_CRATE_DEPENDS+= enum-map-0.6.4 -CARGO_CRATE_DEPENDS+= enum-map-derive-0.4.6 +CARGO_CRATE_DEPENDS+= der-parser-7.0.0 +CARGO_CRATE_DEPENDS+= digest-0.10.3 +CARGO_CRATE_DEPENDS+= dirs-4.0.0 +CARGO_CRATE_DEPENDS+= dirs-sys-0.3.7 +CARGO_CRATE_DEPENDS+= displaydoc-0.2.3 +CARGO_CRATE_DEPENDS+= enum-map-2.1.0 +CARGO_CRATE_DEPENDS+= enum-map-derive-0.8.0 +CARGO_CRATE_DEPENDS+= enumset-1.0.11 +CARGO_CRATE_DEPENDS+= enumset_derive-0.6.0 CARGO_CRATE_DEPENDS+= fallible-iterator-0.2.0 CARGO_CRATE_DEPENDS+= fallible-streaming-iterator-0.1.9 +CARGO_CRATE_DEPENDS+= fastrand-1.7.0 CARGO_CRATE_DEPENDS+= fnv-1.0.7 CARGO_CRATE_DEPENDS+= foreign-types-0.3.2 CARGO_CRATE_DEPENDS+= foreign-types-shared-0.1.1 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 -CARGO_CRATE_DEPENDS+= funty-1.1.0 CARGO_CRATE_DEPENDS+= gemtext-0.2.1 -CARGO_CRATE_DEPENDS+= generic-array-0.14.4 -CARGO_CRATE_DEPENDS+= getrandom-0.2.3 -CARGO_CRATE_DEPENDS+= gimli-0.25.0 -CARGO_CRATE_DEPENDS+= hashbrown-0.9.1 -CARGO_CRATE_DEPENDS+= hashlink-0.6.0 +CARGO_CRATE_DEPENDS+= generic-array-0.14.5 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 +CARGO_CRATE_DEPENDS+= gimli-0.26.1 +CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 +CARGO_CRATE_DEPENDS+= hashlink-0.7.0 +CARGO_CRATE_DEPENDS+= heck-0.4.0 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= ident_case-1.0.1 CARGO_CRATE_DEPENDS+= idna-0.2.3 -CARGO_CRATE_DEPENDS+= itoa-0.4.8 +CARGO_CRATE_DEPENDS+= indexmap-1.8.1 +CARGO_CRATE_DEPENDS+= instant-0.1.12 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= lexical-core-0.7.6 -CARGO_CRATE_DEPENDS+= libc-0.2.101 -CARGO_CRATE_DEPENDS+= libsqlite3-sys-0.20.1 -CARGO_CRATE_DEPENDS+= linked-hash-map-0.3.0 -CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 -CARGO_CRATE_DEPENDS+= log-0.4.14 +CARGO_CRATE_DEPENDS+= libc-0.2.125 +CARGO_CRATE_DEPENDS+= libsqlite3-sys-0.24.2 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= maplit-1.0.2 CARGO_CRATE_DEPENDS+= matches-0.1.9 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= mime-0.3.16 -CARGO_CRATE_DEPENDS+= miniz_oxide-0.4.4 -CARGO_CRATE_DEPENDS+= native-tls-0.2.8 +CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 +CARGO_CRATE_DEPENDS+= native-tls-0.2.10 CARGO_CRATE_DEPENDS+= ncurses-5.101.0 -CARGO_CRATE_DEPENDS+= nom-5.1.2 -CARGO_CRATE_DEPENDS+= nom-6.1.2 -CARGO_CRATE_DEPENDS+= num-0.3.1 -CARGO_CRATE_DEPENDS+= num-bigint-0.4.2 -CARGO_CRATE_DEPENDS+= num-complex-0.3.1 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 -CARGO_CRATE_DEPENDS+= num-iter-0.1.42 -CARGO_CRATE_DEPENDS+= num-rational-0.3.2 -CARGO_CRATE_DEPENDS+= num-traits-0.1.43 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= object-0.26.2 -CARGO_CRATE_DEPENDS+= oid-registry-0.1.5 -CARGO_CRATE_DEPENDS+= once_cell-1.8.0 -CARGO_CRATE_DEPENDS+= opaque-debug-0.3.0 -CARGO_CRATE_DEPENDS+= openssl-0.10.36 -CARGO_CRATE_DEPENDS+= openssl-probe-0.1.4 -CARGO_CRATE_DEPENDS+= openssl-sys-0.9.66 +CARGO_CRATE_DEPENDS+= nom-7.1.1 +CARGO_CRATE_DEPENDS+= num-0.4.0 +CARGO_CRATE_DEPENDS+= num-bigint-0.4.3 +CARGO_CRATE_DEPENDS+= num-complex-0.4.1 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 +CARGO_CRATE_DEPENDS+= num-iter-0.1.43 +CARGO_CRATE_DEPENDS+= num-rational-0.4.0 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 +CARGO_CRATE_DEPENDS+= num_threads-0.1.6 +CARGO_CRATE_DEPENDS+= object-0.28.4 +CARGO_CRATE_DEPENDS+= oid-registry-0.4.0 +CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= openssl-0.10.40 +CARGO_CRATE_DEPENDS+= openssl-macros-0.1.0 +CARGO_CRATE_DEPENDS+= openssl-probe-0.1.5 +CARGO_CRATE_DEPENDS+= openssl-sys-0.9.73 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.1 CARGO_CRATE_DEPENDS+= owning_ref-0.4.1 -CARGO_CRATE_DEPENDS+= pancurses-0.16.1 +CARGO_CRATE_DEPENDS+= pancurses-0.17.0 CARGO_CRATE_DEPENDS+= pdcurses-sys-0.7.1 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 -CARGO_CRATE_DEPENDS+= pkg-config-0.3.19 -CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.10 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.29 -CARGO_CRATE_DEPENDS+= quote-1.0.9 -CARGO_CRATE_DEPENDS+= radium-0.5.3 -CARGO_CRATE_DEPENDS+= rand-0.8.4 -CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 -CARGO_CRATE_DEPENDS+= rand_core-0.6.3 -CARGO_CRATE_DEPENDS+= rand_hc-0.3.1 -CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 -CARGO_CRATE_DEPENDS+= redox_users-0.4.0 -CARGO_CRATE_DEPENDS+= regex-1.5.4 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 +CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 +CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.38 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 +CARGO_CRATE_DEPENDS+= redox_users-0.4.3 +CARGO_CRATE_DEPENDS+= regex-1.5.6 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.26 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 -CARGO_CRATE_DEPENDS+= rusqlite-0.24.2 -CARGO_CRATE_DEPENDS+= rust-ini-0.13.0 +CARGO_CRATE_DEPENDS+= rusqlite-0.27.0 CARGO_CRATE_DEPENDS+= rustc-demangle-0.1.21 -CARGO_CRATE_DEPENDS+= rusticata-macros-3.2.0 -CARGO_CRATE_DEPENDS+= rustversion-1.0.5 -CARGO_CRATE_DEPENDS+= ryu-1.0.5 +CARGO_CRATE_DEPENDS+= rusticata-macros-4.1.0 CARGO_CRATE_DEPENDS+= schannel-0.1.19 -CARGO_CRATE_DEPENDS+= security-framework-2.4.2 -CARGO_CRATE_DEPENDS+= security-framework-sys-2.4.2 -CARGO_CRATE_DEPENDS+= serde-0.8.23 -CARGO_CRATE_DEPENDS+= serde-1.0.130 -CARGO_CRATE_DEPENDS+= serde-hjson-0.9.1 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.130 -CARGO_CRATE_DEPENDS+= serde_json-1.0.67 -CARGO_CRATE_DEPENDS+= serde_test-0.8.23 -CARGO_CRATE_DEPENDS+= sha2-0.9.8 -CARGO_CRATE_DEPENDS+= signal-hook-0.3.10 +CARGO_CRATE_DEPENDS+= security-framework-2.6.1 +CARGO_CRATE_DEPENDS+= security-framework-sys-2.6.1 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= sha2-0.10.2 +CARGO_CRATE_DEPENDS+= signal-hook-0.3.14 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 -CARGO_CRATE_DEPENDS+= smallvec-1.6.1 +CARGO_CRATE_DEPENDS+= smallvec-1.8.0 CARGO_CRATE_DEPENDS+= stable_deref_trait-1.2.0 -CARGO_CRATE_DEPENDS+= static_assertions-1.1.0 -CARGO_CRATE_DEPENDS+= strsim-0.8.0 -CARGO_CRATE_DEPENDS+= strsim-0.9.3 -CARGO_CRATE_DEPENDS+= syn-1.0.76 -CARGO_CRATE_DEPENDS+= tap-1.0.1 -CARGO_CRATE_DEPENDS+= tempfile-3.2.0 +CARGO_CRATE_DEPENDS+= strsim-0.10.0 +CARGO_CRATE_DEPENDS+= syn-1.0.94 +CARGO_CRATE_DEPENDS+= synstructure-0.12.6 +CARGO_CRATE_DEPENDS+= tempfile-3.3.0 CARGO_CRATE_DEPENDS+= term_size-0.3.2 -CARGO_CRATE_DEPENDS+= textwrap-0.11.0 -CARGO_CRATE_DEPENDS+= thiserror-1.0.29 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.29 +CARGO_CRATE_DEPENDS+= termcolor-1.1.3 +CARGO_CRATE_DEPENDS+= textwrap-0.15.0 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= time-0.1.44 -CARGO_CRATE_DEPENDS+= tinyvec-1.4.0 +CARGO_CRATE_DEPENDS+= time-0.3.9 +CARGO_CRATE_DEPENDS+= time-macros-0.2.4 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= toml-0.5.8 -CARGO_CRATE_DEPENDS+= typenum-1.14.0 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.6 +CARGO_CRATE_DEPENDS+= toml-0.5.9 +CARGO_CRATE_DEPENDS+= typenum-1.15.0 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 -CARGO_CRATE_DEPENDS+= unicode-segmentation-1.8.0 -CARGO_CRATE_DEPENDS+= unicode-width-0.1.8 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 +CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= url-2.2.2 +CARGO_CRATE_DEPENDS+= urlencoding-2.1.0 CARGO_CRATE_DEPENDS+= vcpkg-0.2.15 -CARGO_CRATE_DEPENDS+= vec_map-0.8.2 -CARGO_CRATE_DEPENDS+= version_check-0.9.3 +CARGO_CRATE_DEPENDS+= version_check-0.9.4 CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1 -CARGO_CRATE_DEPENDS+= wasmer_enumset-1.0.1 -CARGO_CRATE_DEPENDS+= wasmer_enumset_derive-0.5.0 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winreg-0.5.1 -CARGO_CRATE_DEPENDS+= wyz-0.2.0 -CARGO_CRATE_DEPENDS+= x509-parser-0.9.2 +CARGO_CRATE_DEPENDS+= x509-parser-0.13.2 CARGO_CRATE_DEPENDS+= xi-unicode-0.3.0 -CARGO_CRATE_DEPENDS+= yaml-rust-0.4.5 diff --git a/net/ncgopher/distinfo b/net/ncgopher/distinfo index a6f8eec5bcccc..b3d2fd0cb211d 100644 --- a/net/ncgopher/distinfo +++ b/net/ncgopher/distinfo @@ -1,125 +1,134 @@ -$NetBSD: distinfo,v 1.5 2021/11/23 11:46:34 pin Exp $ +$NetBSD: distinfo,v 1.6 2022/05/23 21:07:14 pin Exp $ -BLAKE2s (addr2line-0.16.0.crate) = 24e229c429a7ffc5c9010ec4c102ab2fc3f9982cfa9897b42709fd96b8f83dc7 -SHA512 (addr2line-0.16.0.crate) = 7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c -Size (addr2line-0.16.0.crate) = 33440 bytes +BLAKE2s (addr2line-0.17.0.crate) = f7fa3b016f0e80c4ea9967f8947de15edc9fa39d0c0cdea692dccd0c41c28039 +SHA512 (addr2line-0.17.0.crate) = ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95 +Size (addr2line-0.17.0.crate) = 32260 bytes BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 Size (adler-1.0.2.crate) = 12778 bytes -BLAKE2s (ahash-0.4.7.crate) = ac7fff9648f983c4df3b99b34e517535743ca13f0c22fddcb95c0417dfb9778f -SHA512 (ahash-0.4.7.crate) = 2f42cdbacb2b2f9bd7d94a4cc61294d7813428157ce242ba82f7c3fccb6e4b83c767f4dedd35ff26ae61a89506b388d7cf96af4e727c29a14b25b9f82b1f2126 -Size (ahash-0.4.7.crate) = 51474 bytes -BLAKE2s (ahash-0.6.3.crate) = fd6e35744d658daff10d858b155752fc8f5bd9b45efe16e7439cea380a372ec4 -SHA512 (ahash-0.6.3.crate) = 9d7b31b6da2999757f64d7963dcc9af946a70bac7b528ca103dad992a8e14f643e1c51843c77256919403b470b9591fab0c476bb511197a5608645c0e3ec2dc5 -Size (ahash-0.6.3.crate) = 53912 bytes +BLAKE2s (ahash-0.7.6.crate) = 5a260485860dccfc4af4ad41b107d11c1a1a0fadb036ef801484ecc98d4a6bc8 +SHA512 (ahash-0.7.6.crate) = 61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68 +Size (ahash-0.7.6.crate) = 38030 bytes BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes -BLAKE2s (ansi_term-0.11.0.crate) = 7cd193cc3f7acbd750b484dee76f184299e57c525ade653489f170d00854ad2c -SHA512 (ansi_term-0.11.0.crate) = a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa -Size (ansi_term-0.11.0.crate) = 17087 bytes -BLAKE2s (array-macro-1.0.5.crate) = a5f6c65fd72012653adab04e31bd76ca7c442162d84849e034f3259657b24f12 -SHA512 (array-macro-1.0.5.crate) = ff17096ec140d91da52348bc40f5539e2eb6431ac8189a0da13deaf8892470f60ab1c07ffee210780abb53b342f894981d7c6acadefe0714e150363e20c8a00e -Size (array-macro-1.0.5.crate) = 7610 bytes -BLAKE2s (arrayvec-0.5.2.crate) = 0a2a485fd63a88b1d0d196b5b676c9d0fde68b02e8a7d548e5d537e75b4eeffc -SHA512 (arrayvec-0.5.2.crate) = 1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004 -Size (arrayvec-0.5.2.crate) = 27838 bytes +BLAKE2s (asn1-rs-0.3.1.crate) = 8b10a973adc3a1bf7e843e478e77f8f07fc1e7f9123646ccafa9259b59e48c10 +SHA512 (asn1-rs-0.3.1.crate) = 8385286a5cd13fc592c77f4f1f0886af766429708e3d025b3ad7b95c065e3261d697e157783a0b916cd7eb4fd0266a0b3f94551cff3a6416f429d04244504e5d +Size (asn1-rs-0.3.1.crate) = 65754 bytes +BLAKE2s (asn1-rs-derive-0.1.0.crate) = 39ae83002c7343a3165db625313cf2eafb75fb28812c82b14fdfa4101e6d9a30 +SHA512 (asn1-rs-derive-0.1.0.crate) = 32a9e18406a93f690c3a60768c7f243a062a1bd25e1ca23da75a5a526f160a7e78a1068b8a2b1e6c68d0cb6f0317cfaff4e0bf738616afead06efab5e561da0f +Size (asn1-rs-derive-0.1.0.crate) = 2483 bytes +BLAKE2s (asn1-rs-impl-0.1.0.crate) = b52f7d57a8b46584e08eb12525e9db5a097c8348aaa33f7e553708b1c1a98e3d +SHA512 (asn1-rs-impl-0.1.0.crate) = 392854ea63256910131e0596d30ac9a43ce2013d39aedfbab77ac70935a2e8b5524d763b44dde83cd164cabaa5021bf10e5393f83650617a6c119be51893aba3 +Size (asn1-rs-impl-0.1.0.crate) = 2256 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes -BLAKE2s (autocfg-1.0.1.crate) = 5ed71afef2e7ff6595833cf457df844e3f461a1b7a8f0d541b1b2c5c5e6394a0 -SHA512 (autocfg-1.0.1.crate) = 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b -Size (autocfg-1.0.1.crate) = 12908 bytes -BLAKE2s (backtrace-0.3.61.crate) = 672ae9491835103d6ed967dd63e29f924b951d3dc6cd9dd05caffc720fe51ffa -SHA512 (backtrace-0.3.61.crate) = 209105f135720b54d584c7ccecdb16b49381cc7531c94b81ff7279a44752ee11075cd85960f86f809a22ecb3dac6728afa05903c1d355df3ad8abf4503eec861 -Size (backtrace-0.3.61.crate) = 74284 bytes +BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 +SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +Size (autocfg-1.1.0.crate) = 13272 bytes +BLAKE2s (backtrace-0.3.65.crate) = f6c8b6052d4b803455044515a2a50cf5d17f75f12544d1ef22e53ee0eb70a1bc +SHA512 (backtrace-0.3.65.crate) = 9cf3cda1d86deb6b7f3cada0ed7a9e6e54e2d323533e385222a260b2f667bd1989a552cc35806a1579c1493ee1177e474b1d42b29480c09a2735251586740321 +Size (backtrace-0.3.65.crate) = 74129 bytes BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 Size (base64-0.13.0.crate) = 62070 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes -BLAKE2s (bitvec-0.19.5.crate) = 79c16a956b9555c5913b877d5bf64e775e53c9f4461a68e8ab7f3155aa691d2c -SHA512 (bitvec-0.19.5.crate) = 6a2028f1354b39a734ceb5859664f9766c5a291b560c6f7e0dd8195b7f8d15a3e0552f6fba158009119103f217938dcaa22291af420580ce13b80edaed168459 -Size (bitvec-0.19.5.crate) = 148200 bytes -BLAKE2s (block-buffer-0.9.0.crate) = 06bd74295bb532d3bbff91caf2db8fd0025e575ad481e3a68d8c1d0fd13af34d -SHA512 (block-buffer-0.9.0.crate) = 2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98 -Size (block-buffer-0.9.0.crate) = 7108 bytes -BLAKE2s (cc-1.0.70.crate) = e74b02f6378ad4c2697ac320044b7bfe89f8a9a22b461f7548f3f2796f3ba4b9 -SHA512 (cc-1.0.70.crate) = 9158eabcb9405fa2ef41fb120821ddaa2e5c7234c02d5cfbb5b59570f7de393d1fa33942ca52f86bf9271765b3df934debdea89e7563cbfe193dc01b2dcd72f9 -Size (cc-1.0.70.crate) = 57200 bytes +BLAKE2s (block-buffer-0.10.2.crate) = e5f382d42cdc4fd9b6dd99741fe5e483b1bbede63e1d944e51d11b300ffc0ccf +SHA512 (block-buffer-0.10.2.crate) = 8f1d99af7c08bf3b54ba7383cf0272eb5a8137f6244bc2d7e6d6761016614514ad7d27c5c51946c5cd7becd84b320f62fc2770e7aa07038d370505c29e032078 +Size (block-buffer-0.10.2.crate) = 10258 bytes +BLAKE2s (cc-1.0.73.crate) = 1a51796d78619d44969ced4fea592d9e68fc7584bfccc66e8cb75db6328bf2a2 +SHA512 (cc-1.0.73.crate) = 980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985 +Size (cc-1.0.73.crate) = 57880 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 Size (chrono-0.4.19.crate) = 155663 bytes -BLAKE2s (clap-2.33.3.crate) = f5c7d0c7b05ec1286e69e90ea57f274d9164dfdf849598535c7dcb4e224ea532 -SHA512 (clap-2.33.3.crate) = 3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf -Size (clap-2.33.3.crate) = 201925 bytes -BLAKE2s (config-0.10.1.crate) = 26c243caf23ee7cbb9ddbc12978c8f3a182c0220ee5eaf3ad72a291efbd05a4f -SHA512 (config-0.10.1.crate) = 912a5b7632a6a9ae8cbf3760e12c9c876b46e3cae7e5f27d733e38587b1eeb10ca4c66657855f500ad450ca725581518176caed8a8c608bdbe37cff7de843ba5 -Size (config-0.10.1.crate) = 31608 bytes -BLAKE2s (core-foundation-0.9.1.crate) = 7c3a3225736517d464ba70024db3b9257860dcdf0738c85ec9504fcb62d20178 -SHA512 (core-foundation-0.9.1.crate) = d6dae760082ef9dcfc37d18acfa9a6ad8ee491335d17ee17447c5bccad623564f1e8bdc54460fb260aebe9276ce5ea4d8a389a83b5c7d17193614906c3d2bea9 -Size (core-foundation-0.9.1.crate) = 25985 bytes -BLAKE2s (core-foundation-sys-0.8.2.crate) = 03908f1d42a04f944ab36d1a59bd3a332b0abaaf4e1f0ee68386b1203ac2d992 -SHA512 (core-foundation-sys-0.8.2.crate) = 1c66f2012c11185603a0e4c09311d32bc4ffe639ef7626e49bb15006306fbed4c963f2c53d3b853a254b29cda73c393e0236436575d217992268463441ac7348 -Size (core-foundation-sys-0.8.2.crate) = 17461 bytes -BLAKE2s (cpufeatures-0.2.1.crate) = c8034ef1e32a97af02a0e289e8a949f800bac829c7774dc74c5f06f54498fb52 -SHA512 (cpufeatures-0.2.1.crate) = 0db2486beb0f287b2b4f8543f0f02c4e6d00f66e65c9785a1ecd2868c460553f016b33426c24d0b0ade1417906f5853cfbdeed98ad85cfb73b4f7ad3af85a613 -Size (cpufeatures-0.2.1.crate) = 10500 bytes -BLAKE2s (crossbeam-channel-0.5.1.crate) = fa3946862d6c6657de81dfa9024d422baa65f2593b737adcdf5835ce5f905e7c -SHA512 (crossbeam-channel-0.5.1.crate) = f15aff67e9105584f5fe41e1ee650ae4fdd0d0ca0fa9202ee83c6f6025398a300decaa50d1b4682e8afb9bd6e11e95b69bcf23f68ae117419aa84df14ee7747b -Size (crossbeam-channel-0.5.1.crate) = 86919 bytes -BLAKE2s (crossbeam-utils-0.8.5.crate) = 8ad14d12243d2fb43224bafc0efdb3759c8307a406c82f7c97cdcabb49a2c718 -SHA512 (crossbeam-utils-0.8.5.crate) = fd4d2ae10340bb96c22b31190b300aab54e96b8089fd62489e102c76a944e6a16c582a90bc40f5e188f13f841293a4b9becf30830c2ece04f3ce78c29066532f -Size (crossbeam-utils-0.8.5.crate) = 38414 bytes -BLAKE2s (cursive-0.16.3.crate) = cb92a810b64483f836cb78229277990f552d12e6a4dd9f41847ba19995c6ae80 -SHA512 (cursive-0.16.3.crate) = ba70f3bdc96886c031c854218332bc275e0a72a092f51857fa52dda166db9b03aabbdbb9a320f895772f059ddaa03f38cb510b2750f04c1ace091bd79aa7dc46 -Size (cursive-0.16.3.crate) = 28536 bytes -BLAKE2s (cursive_core-0.2.2.crate) = 1d2dc9b734c75de47d790d6c905ecd761b7188958e5e3b1e62e2f82794ff3ed7 -SHA512 (cursive_core-0.2.2.crate) = 24418b74c02de0cf0a5b95108425933201e45ca64a307b8bdf3c360d257add6f31edd5fc2ae24d2f91e5725b982a8f45d3a06f3d8661651ce924f91497c84da8 -Size (cursive_core-0.2.2.crate) = 147357 bytes -BLAKE2s (darling-0.10.2.crate) = f9dff445d8653876f763a0e3f8bd5aeccf278102cfe21a8855ac63c088d9dc42 -SHA512 (darling-0.10.2.crate) = b312a74e577cb2f889315ae42513c7f26597faff306a40281189be2101339661772016a5e197466bd85ef94c275e811adee1b7c0772458126677d1998ed6fb15 -Size (darling-0.10.2.crate) = 17620 bytes -BLAKE2s (darling_core-0.10.2.crate) = 7cbf46053b1d7e6c014939ce98e08623d6022de15316723a0e872ded8a549cb5 -SHA512 (darling_core-0.10.2.crate) = a0af8e8ebb8584973c20eac01fe9ae828744b5e86cbe268262f8710a2e0ad568bbc6cd051d5225cc536a0a1fcb1886233063c8c18ea16b45c47207ce64af89d9 -Size (darling_core-0.10.2.crate) = 44339 bytes -BLAKE2s (darling_macro-0.10.2.crate) = 8ef91b3b4b3c2176e76f4389fad692478b774638bb8157cc4fd55ef3fdbe8b53 -SHA512 (darling_macro-0.10.2.crate) = 43a0e9091fe12ec986e229a73bc41e23b1815fecfe62df8eed74d2ef33f5c329c444f1568d3c966554ff0bb29220146ba8f30d1c2d77ed7dea9adea10dacd152 -Size (darling_macro-0.10.2.crate) = 1919 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_derive-3.1.18.crate) = 525d5fbef0749e507dc2783712535f68b3899cbfc188888b2f4ad51a76edc1f8 +SHA512 (clap_derive-3.1.18.crate) = 9bf92e45de15bdfe1ca9a1363f1d243b8df1e5e7d957d6240fa351387b362ef91dc9acffea7256c2161ae8472e35ee2cd678c0bee1f9a27771ae9f4f3f71b351 +Size (clap_derive-3.1.18.crate) = 25521 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes +BLAKE2s (core-foundation-0.9.3.crate) = 840fa3df94d1054fbb94c9ca6db0cdcfbde69a70fede37e62bbc127ed66a18e8 +SHA512 (core-foundation-0.9.3.crate) = de07967c4f5e2d2e730b6f21984c228dad2cb2f55187f13074a2200f4ce9f906763ee818267a9c67ea560229db7363473b230670a6dbd224fc335f32ba03d072 +Size (core-foundation-0.9.3.crate) = 27059 bytes +BLAKE2s (core-foundation-sys-0.8.3.crate) = 679c01a6f663daba747856f9e5c72ad3f1ef1dafb2f6f7211cc1e1c6637ba049 +SHA512 (core-foundation-sys-0.8.3.crate) = a3ba3184cef65dafe8318c4db7e59eb2749dcde7b2370ad20272b0735ded0032daf2de3fd0cf55eb48448a335f5b81e8e745f2a647f9a43bb85946ce714bfd82 +Size (core-foundation-sys-0.8.3.crate) = 17519 bytes +BLAKE2s (cpufeatures-0.2.2.crate) = 1570c85f34c7ec0597deea28a71a4011558fbf84cae95cb18e26f7b44789f60d +SHA512 (cpufeatures-0.2.2.crate) = a771a86e2fa26033b27d22fe250968cd80cc64031838d1c111ad5c69951d5f29de0cad375965c7c2cbceda2a005dedaf6df15c699041c9d0cf65a1c2033f69c5 +Size (cpufeatures-0.2.2.crate) = 10655 bytes +BLAKE2s (crossbeam-channel-0.5.4.crate) = 7cacdf26ac58890a386c5259046b539ad2c2a5539f59b8f275f6f1791c6251c2 +SHA512 (crossbeam-channel-0.5.4.crate) = 39b17dbaefc15d7faafca4ae6b060665471d384956aca7439fc407ed2632bd458e473efb62b74629b42a5f3d237e13503d2084cac6f6b3f42b9e03aa1fde0982 +Size (crossbeam-channel-0.5.4.crate) = 88237 bytes +BLAKE2s (crossbeam-utils-0.8.8.crate) = dec4af9b7a4a875a50593f68bb4da771a47c61014cd72b0589d207cf9e77a934 +SHA512 (crossbeam-utils-0.8.8.crate) = ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0 +Size (crossbeam-utils-0.8.8.crate) = 39681 bytes +BLAKE2s (crypto-common-0.1.3.crate) = fd01281575d60bc7cef79adcc0dfa5213063affc359cc7f58652a82a874c2593 +SHA512 (crypto-common-0.1.3.crate) = d32fa67b9baafc32ce6f4d97d54deb7f1b4453849bf549384689b0ce8d417407d11f405793e7765ea47dfa86c8d6df5661bd17793c145351731c39f8124d1a2f +Size (crypto-common-0.1.3.crate) = 8556 bytes +BLAKE2s (cursive-0.18.0.crate) = 563f50b5a4e417c78293488eb289982be0cbe76243821a811a6ca8d60a4280c2 +SHA512 (cursive-0.18.0.crate) = 69099855bf88506d5ea10d57030e5fd6c6a1845e5b91964f65fe8b296c70d70c71cb7b55df59e520735c90639361e030b5869188bc501531a48b61510e4f61df +Size (cursive-0.18.0.crate) = 67560 bytes +BLAKE2s (cursive_core-0.3.2.crate) = a2e5f343431a4ca05fe235f1ee6aedd72c3d72842d1590d519eb23fb0d55086f +SHA512 (cursive_core-0.3.2.crate) = ecca4c8234ed93b337ce50246a9bb2dfbfb76adf8e2c3369f9323c83f177e95f54ce8f7d9a979189f62d5b676462243c63fbb84ce6b86d25c5621a92a3783be7 +Size (cursive_core-0.3.2.crate) = 151995 bytes +BLAKE2s (darling-0.13.4.crate) = 198cf8332e21f739ec08ac95dc0b619872d07318f547a4740c0fddf48b0626e1 +SHA512 (darling-0.13.4.crate) = 7392896b97b80ad24d76a985f4b950668ba351498f48ef0722c783c28d43c4a4828f5f6eba7e754ca554b6662fc419e73bcb65d4b20037285a16e345fec9ef75 +Size (darling-0.13.4.crate) = 20895 bytes +BLAKE2s (darling_core-0.13.4.crate) = 6c0e97e41364340441d80c355421ab6482fd927d9ef69660a76a8d564a8669f0 +SHA512 (darling_core-0.13.4.crate) = 96d431ebfb9d13aaff2c50f7ad7d5ac5e95813fac851e3e1d7739d1fd5b366fda32172829af88cabadb475f83b4500199167ede54bc802ca1e52137cf6c16c0f +Size (darling_core-0.13.4.crate) = 52937 bytes +BLAKE2s (darling_macro-0.13.4.crate) = fc0a38f062d537596926c008617a4ee6bc0ad331244b0062bc7855f3141e948a +SHA512 (darling_macro-0.13.4.crate) = 908ea6459110da16e4ec6ac843659664ed4fa3fb2ea9b92274a738ff5994cf81fbb48403db609b9a70f39c3e288da4358ce369c66821122e3a6a0940473da94c +Size (darling_macro-0.13.4.crate) = 1910 bytes BLAKE2s (data-encoding-2.3.2.crate) = c081a762f61e2251c6900544a693aa1b8c4fe8f05fdbe4476e5c0e55838b0fe4 SHA512 (data-encoding-2.3.2.crate) = b62d0c9a937df59f3c84d4c27bafdac9088370a250d3b85e259258cb0843ee32ccd0a9fb1a01ecc5929dcb22e36bf82f7c1edbc9981acec70f5a1a01f00731c4 Size (data-encoding-2.3.2.crate) = 19159 bytes -BLAKE2s (der-oid-macro-0.4.0.crate) = d48e530cd919ace727f62707c2ee0591bf8ff09722115f2ee75e88baccf4a116 -SHA512 (der-oid-macro-0.4.0.crate) = 2ff5466fb641aa4585be0f600d97a5fd9ab5c9a1a7ba001ccd7bbb29f48d82da44e74b4a5104f9cf5add249d3e3094b8b1801d91f05beadd6b28fb3a8f548106 -Size (der-oid-macro-0.4.0.crate) = 2423 bytes -BLAKE2s (der-parser-5.1.2.crate) = de2bd57b96604f221d5a4df750e2ebf03984d918378967e58257e280bab6e4ef -SHA512 (der-parser-5.1.2.crate) = b9ae53209d81c9df5d55e01ce16df06d9a2e543c47f44e3797d09412cfc00910b37e82649640f6eda38dd354f9ed91185667ca0ed90c501f14715ab9fa52773f -Size (der-parser-5.1.2.crate) = 70802 bytes -BLAKE2s (digest-0.9.0.crate) = 15d8be02cf6b9bd721b1d9db6219d9b212f7b2a7568d90f97e417ffb27a99c44 -SHA512 (digest-0.9.0.crate) = 8637a322c429f51ecb0fa4c3b58fabef01368c1a093492fad65f48eeeec2366fd1b7876e6e47723e089ec5ce11f881bfe4dcebdc605811252b797db027746a45 -Size (digest-0.9.0.crate) = 13247 bytes -BLAKE2s (dirs-3.0.2.crate) = 76584fd66a8ce8db015e1bc24735c2c70583e9c3df121a179e9e53b7b198d1d0 -SHA512 (dirs-3.0.2.crate) = 97dc343d580ecda68aebe87bcbe8c13a00078943771e3f1dc3101d8d450d2ccdd0d74283870eac1d88255a99e887166d42533ba8e70d15b9cdaddb57e3a27c55 -Size (dirs-3.0.2.crate) = 12184 bytes -BLAKE2s (dirs-sys-0.3.6.crate) = e6d58252580f5708c68b7019115f1d06a38f443cfb22f0379f549dc0128a542d -SHA512 (dirs-sys-0.3.6.crate) = 79b6bfda14aafa3839365496e1b1926f763d3569e4e138a59f4acae15c38ec9a3bdcaa64293b03b536141c897c2bf68a67d7ae5670d86215080aa313e53d39e5 -Size (dirs-sys-0.3.6.crate) = 10626 bytes -BLAKE2s (enum-map-0.6.4.crate) = 7fadf618889621c5f7273b20202ac2b2651a7ef949b5a8624600df18128f0ed7 -SHA512 (enum-map-0.6.4.crate) = 8b87df558b41a93e11e2c1ec2a22c0993d0ef353a9925cb363559e9252ea3daee3239537a4d86a59211820047e9eb85085b8018b0be1dedb49db89b08b1f87b0 -Size (enum-map-0.6.4.crate) = 9477 bytes -BLAKE2s (enum-map-derive-0.4.6.crate) = 658aa89fb1fc628017bd080f0957672c03348efebc5f8b93583bb6a095f2e5b1 -SHA512 (enum-map-derive-0.4.6.crate) = fbace5d639c0bf1f4444a12686a5b5cf05b7a6c50d552cade8491db5c503b0e11da2d8bfbcf24fec66486e22a5627e22264f9bad5417b6908948398b783cf847 -Size (enum-map-derive-0.4.6.crate) = 2217 bytes +BLAKE2s (der-parser-7.0.0.crate) = 9b7affa9b735573262b8f4249fe5db5abf48c198512d327f2da81038790f4ab9 +SHA512 (der-parser-7.0.0.crate) = fe795030b30a897b1bb37b72cdf66cdc6140a44ce256d283f3a5e8710ef74d70a80bc1e2cf42a26363cc03ffb96bd14bad4e914d4acf37de08271a0a50b9c297 +Size (der-parser-7.0.0.crate) = 62990 bytes +BLAKE2s (digest-0.10.3.crate) = 2dfb38bb66675ede95a8f2da9466d49ee562d1df7221621b51c3aa42cd9766f5 +SHA512 (digest-0.10.3.crate) = bfc9b24e4a6e3df91669a36f8ddcdcfb643e22b3102a200d56bbe88d94e8f1f1e52f5ac29f06253913fbd977b149a3e775c95175b93950340946152f6525803e +Size (digest-0.10.3.crate) = 18990 bytes +BLAKE2s (dirs-4.0.0.crate) = 70b38dd5ea44b52e63ced09edbf7d58f820e5180d946d53591944210f15071f4 +SHA512 (dirs-4.0.0.crate) = be582e5045f1916fb6b918c8e8c5907b4b663534025e4227ea4828e2aa9fe7fbcb3c48f1f0d08d163ba684aa4404076ac210e7f14766a09b9ed89a2825121b3b +Size (dirs-4.0.0.crate) = 12503 bytes +BLAKE2s (dirs-sys-0.3.7.crate) = baa17cbec722cdc7e6369057c06ac108e433fa039f1f41c76612a5ece7f163c8 +SHA512 (dirs-sys-0.3.7.crate) = e630964e4c452950a475c10a490b49b2979dd7dfda48172b905cc789153ae4a0ba2d7d91f690705cbfff23737c4b4a339eb0c49e922efd7d68a92fe6368a929f +Size (dirs-sys-0.3.7.crate) = 10597 bytes +BLAKE2s (displaydoc-0.2.3.crate) = 0326cb2b67eecd590ed1eeb500ce286c50943d39c875bd948fa092562dc75fcf +SHA512 (displaydoc-0.2.3.crate) = 848d88d1642f4000be88a728a3ff1835fe2887ebd38e26c032e0ae0a3ad4ba658ee1a7a98deab7bbffb90fc7ed6067232a2dc100d9b7391e69977646390c4664 +Size (displaydoc-0.2.3.crate) = 17060 bytes +BLAKE2s (enum-map-2.1.0.crate) = 60de9556d8b1ae1a26ab700a8970adb86a2bc94d2da7eae4a1e843f522375798 +SHA512 (enum-map-2.1.0.crate) = c232328d773c1ced0928396092d5f2df39a48580e54a03a498491f6607a8ffa9e2413ce6a1c6d399fdfcc9da725d2390279e7f443acd2ba043602e77a6807bf5 +Size (enum-map-2.1.0.crate) = 11758 bytes +BLAKE2s (enum-map-derive-0.8.0.crate) = beda6653b995a64ceeadb789728c1ed50b372c9b21b07610b17e6912cb22e31d +SHA512 (enum-map-derive-0.8.0.crate) = a93318482072e1db9f6a567e02e1a78f3a872cd84e04f2158e783f9779b67766135bf3d5512a7b1cbf1ed1c31fd9cef7585345ca6ce7f8ff52afe9b4ac78029e +Size (enum-map-derive-0.8.0.crate) = 3672 bytes +BLAKE2s (enumset-1.0.11.crate) = c1351c0acb4bb468995562fe4853fa0efb83a79adc4c2bc3dced31152d4bea73 +SHA512 (enumset-1.0.11.crate) = ffd228882d343d91812a7ac9c8daa3b3f82cd5da244c8e4b8325630bea7cb3cc270f6dc63f558638ec7fcd8c20232eede04df54629107a6462c5f73d30c839d3 +Size (enumset-1.0.11.crate) = 20347 bytes +BLAKE2s (enumset_derive-0.6.0.crate) = 0a473034e30a54a8cd52900645091346842bf1bf9bcdacdc8a285ce42dcdb16a +SHA512 (enumset_derive-0.6.0.crate) = 7d92866fafd780be6bb8f46f73ebebeb5d6b91abec070f2489c2111b11954b741025f36b2c229722fb83860aff5eae482a5b28498fb0891a34a4df464028c211 +Size (enumset_derive-0.6.0.crate) = 10706 bytes BLAKE2s (fallible-iterator-0.2.0.crate) = a90049d0b6a1e0d61709c8269995dba677c1d676aee4b18975c8bc76a64676c2 SHA512 (fallible-iterator-0.2.0.crate) = c558fea3fcf3a7756acc0b63d38f76dfe7eeed4dd9c12c46b7a7e8b8bea64d00e0cc115492e8b3a1a19e86e6083477dcf7d2d72ef960b44f24d61819a3077e79 Size (fallible-iterator-0.2.0.crate) = 18509 bytes BLAKE2s (fallible-streaming-iterator-0.1.9.crate) = 151174ac852a2ad49f6c9892a2dd66a26f0f6cdd6df3d0cb87eb05f263a93b7b SHA512 (fallible-streaming-iterator-0.1.9.crate) = 34824e2007cb944eaf54b10d6d3885bb17ef2a2976c6dd7695ff82a937cc95eb65d343dd7a5cd2fab5aa5859faae3352a9e1c78f239ff736900c1dbc3f5ef7dc Size (fallible-streaming-iterator-0.1.9.crate) = 9249 bytes +BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb +SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 +Size (fastrand-1.7.0.crate) = 11265 bytes BLAKE2s (fnv-1.0.7.crate) = ffa8e3e3e120c65486f2575822704aa79aac381f375d7295875475e36775ff09 SHA512 (fnv-1.0.7.crate) = 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 Size (fnv-1.0.7.crate) = 11266 bytes @@ -132,27 +141,27 @@ Size (foreign-types-shared-0.1.1.crate) = 5672 bytes BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 Size (form_urlencoded-1.0.1.crate) = 8773 bytes -BLAKE2s (funty-1.1.0.crate) = 3f355e61e1f98e80f8ecaf5c490150261802eb035fdf3d29d3b812d0eb3a64a0 -SHA512 (funty-1.1.0.crate) = 771f42f601a0349a8e9344c8df552491c64af350b18eacc99463e972335d4a4c95416704ebf49e904503fb2d6f78bf201c8cb82fa20bfbf460ab1e7ed9f94a9e -Size (funty-1.1.0.crate) = 11631 bytes BLAKE2s (gemtext-0.2.1.crate) = 9155520dafa506ef97ab643e112509e7821c8f922964d655ec5f3bf4d14d559f SHA512 (gemtext-0.2.1.crate) = bec26f99a4350041d0b0de68d25728a7d135e48c7b265b091d1d8c16920a7af204f1fac6c8a911e454c0dd07dbe1292b4af4b5e43d3373baaab9e13dc7fc4888 Size (gemtext-0.2.1.crate) = 4538 bytes -BLAKE2s (generic-array-0.14.4.crate) = 3553274aadc2ac7b617b0c21a4e4edb8d6b2e97aaabaaa8e02f9c49fbfdf9498 -SHA512 (generic-array-0.14.4.crate) = 34ac71fee2cd50ff786d39b4abacd9e090a8598baf4dc36ba5fecfb7171cd8e4f58e5360cbb0baf02a87eea26b7dca85b35555b82bbefe06635d2fd38f7b8b40 -Size (generic-array-0.14.4.crate) = 28916 bytes -BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18 -SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d -Size (getrandom-0.2.3.crate) = 26261 bytes -BLAKE2s (gimli-0.25.0.crate) = 3e8d98f0c7b63bb4e47f387df968faeeaf3252f18b2f53f123313270879bcacb -SHA512 (gimli-0.25.0.crate) = f4e90703b8b7d83c36a63ca7a3d4ee48eec2b0762419780670558c4496ee840489b6a275eb2b635676ba25a010c0e378bae429b54aa4591b9d9868b48e0f0beb -Size (gimli-0.25.0.crate) = 705238 bytes -BLAKE2s (hashbrown-0.9.1.crate) = f491ebb5fd3d5d5b19e4042718d28fd3e79cd9ee85a5f1e2cc5be8520e4717ad -SHA512 (hashbrown-0.9.1.crate) = dfa4742111f6fe757b7fa97f04c7b4a78ce9708c87e8e09ecf3c28f2566e48af9885fda380ed918cec37b5c696110fbdd30273aba6e7d2221c9e65f72af064fd -Size (hashbrown-0.9.1.crate) = 77734 bytes -BLAKE2s (hashlink-0.6.0.crate) = 4fe395fd181d652a4ea5c56cdf52061946f248e3ef7c5bf7418e22c6d3195b54 -SHA512 (hashlink-0.6.0.crate) = bd019fb982f8521b818d2862b739b489539d7e15d6ffbddc0c6a11a9611c9e0eaada767f3d9c9b8a966dc0c408b8cb475298fc97c7f6afcdedbd6e8cfb5e4df9 -Size (hashlink-0.6.0.crate) = 24952 bytes +BLAKE2s (generic-array-0.14.5.crate) = cbca2d807f2b7bbe399c13b13895e1f22e8789329a13976f040b65c2fe803864 +SHA512 (generic-array-0.14.5.crate) = 30c86b24222503245b494c5f88cdf8115ba08c73df55930bb01bafcea22560f4d20e38c348c3896d6e1ef03209cc1571745881b4a77fd28f66b0cc435f5249a2 +Size (generic-array-0.14.5.crate) = 28915 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes +BLAKE2s (gimli-0.26.1.crate) = d8a254077b0647501369f6b0e989352f7814b7d1ff9c3be7396fa8629281e7ad +SHA512 (gimli-0.26.1.crate) = c341354e13a78c4afeb651a0ed651f60d188957216ba51079512531ab1273b1b79c86c57e904b87064015f8e7efe4280d9edd4acf90e25fb29f8813a4c7bf9a9 +Size (gimli-0.26.1.crate) = 716168 bytes +BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c +SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c +Size (hashbrown-0.11.2.crate) = 85713 bytes +BLAKE2s (hashlink-0.7.0.crate) = 7c1b72da9a9428cb7288277a8e074eea43c5b83cef55e5031a099233f4ac049e +SHA512 (hashlink-0.7.0.crate) = bef02ac4ff270a7021e0da24f6f0a7c2d601c20e2bf347bb4ab24058d97d25fc863d6aaad7971fbb7fb777643f66c7e1af47251acd89e12a123056c0a7810861 +Size (hashlink-0.7.0.crate) = 25309 bytes +BLAKE2s (heck-0.4.0.crate) = 0bbfc0807fe42d68570dab10b6cdfeabd24e6c732caebcec1880c2b9efeb36b5 +SHA512 (heck-0.4.0.crate) = 33bdbf4ff9ecc4f4d74cf06590e056f4d96bf0d990d5381b9da5b65682b2495ed74e27b45419c2afa986c1f6200909d5175b137ae73ced5cc8ac869e4e1bce8f +Size (heck-0.4.0.crate) = 11161 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes @@ -162,321 +171,282 @@ Size (ident_case-1.0.1.crate) = 3492 bytes BLAKE2s (idna-0.2.3.crate) = ab46cafcffb3e0d08ac1b12bdcfd56376fef089009965b6f36b1b0edd546a7de SHA512 (idna-0.2.3.crate) = 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f Size (idna-0.2.3.crate) = 271023 bytes -BLAKE2s (itoa-0.4.8.crate) = bc442580f4a7b1dbf9a7f279e413f8d13eef5845d139d0919eb9b53a083cc31e -SHA512 (itoa-0.4.8.crate) = 6911d269ff3ed7350e4f0dcfc6e9e0d70e25833e1e7cfcc57d5b8aff1f47b8be4f2e9baf1b92e5517cff63492be489b6d29b48dd9bb642e428acaa431216b68e -Size (itoa-0.4.8.crate) = 11926 bytes +BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 +SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +Size (indexmap-1.8.1.crate) = 53220 bytes +BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 +SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 +Size (instant-0.1.12.crate) = 6128 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (lexical-core-0.7.6.crate) = bbeb8094100b12eff00ace901c365193a7f1ce61f7852cb045e80f97b890a6be -SHA512 (lexical-core-0.7.6.crate) = fcd7e4e073e6440183284f20a6305bbe4aafb5513a20b8ed793439e4b5a5519532a0605f31e42539f3e6236003254812b459a9b9c47b3c449f5c582dd62c3172 -Size (lexical-core-0.7.6.crate) = 494385 bytes -BLAKE2s (libc-0.2.101.crate) = e3849ae6083a550d8118856ed0cf03433232a6c8d8ab0a98f981f0f2be51e040 -SHA512 (libc-0.2.101.crate) = 876a5739c1ba29d4a4d5c9407b013afabebc6f5644dc57864104e99f0303e7e7ef1d5ee81a665f1029433b9251917b1e1571624a123dfc15586d6bc49ecfb3e2 -Size (libc-0.2.101.crate) = 530003 bytes -BLAKE2s (libsqlite3-sys-0.20.1.crate) = 29951a77c3b1740d6b19d4d154ea5ba92960fb948d272c88bfb8c7781d20b6be -SHA512 (libsqlite3-sys-0.20.1.crate) = 8ba1e7c7a6a5dc11ee4a2c817879478c7e3d349b237b418edf72489a232d39904537abfa2274553b06ae2dc909f4f9e2b3d8ae91a4c75768a3215ebeb5c057d1 -Size (libsqlite3-sys-0.20.1.crate) = 2306064 bytes -BLAKE2s (linked-hash-map-0.3.0.crate) = 5cbaad4c8fd7531c5701496b7b5907fe08b32185291a2b9a7e1f34416198481c -SHA512 (linked-hash-map-0.3.0.crate) = 4e93c0ac9fc64beeb3b800ca09d4c701f7fd35a866c174588a9d174604d5b820f43c21d48b4e00143770efb1046a053a28004258754930f2c4ed76b2ff8ed8c2 -Size (linked-hash-map-0.3.0.crate) = 13693 bytes -BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe -SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 -Size (linked-hash-map-0.5.4.crate) = 16166 bytes -BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd -SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc -Size (log-0.4.14.crate) = 34582 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes +BLAKE2s (libsqlite3-sys-0.24.2.crate) = 50786d97b46526c56b58eafcdc6c959b8cb0ea5c063e023c7d18885ccf05e663 +SHA512 (libsqlite3-sys-0.24.2.crate) = 765fe281a5d232c3cb08b3fafed9a2dd6d07e71b49763f9ed4391038875bdb4d332930e9afc10cba7a191926a2ebe84a13620c0fcb944c81dc245f81d0e66d30 +Size (libsqlite3-sys-0.24.2.crate) = 4771096 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (maplit-1.0.2.crate) = f6de238711037163128cffba54e8a1b1d330c5a03720f4a146b0d70cc550da43 SHA512 (maplit-1.0.2.crate) = 917b5cf665e12b687035c895b60b2ae05622963f495f5693515fd24d56f49e95a06ffced68606d061bd20822c655100035930673fd4b0d4790168763b6961a9f Size (maplit-1.0.2.crate) = 8871 bytes BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 Size (matches-0.1.9.crate) = 2246 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (mime-0.3.16.crate) = 0b9e3a74a1d79c695679fd795f27d97ea837ce415d8c057edc9b30381a1ce60c SHA512 (mime-0.3.16.crate) = cb1d691610cb82720e553247336fc5eab63407ad37febf2eb50aaa4e329cca70959ecd8bb8c7af5753acec2c8e86fc9a0f8ad9ad2de93fe9295ce84033d6054c Size (mime-0.3.16.crate) = 15206 bytes -BLAKE2s (miniz_oxide-0.4.4.crate) = 46acb405ff6a26e8421ff8bb8000f4bb5f751fd824b4865147ec36a35f364f3c -SHA512 (miniz_oxide-0.4.4.crate) = 2c6e484a8a53c6b1fb84e2bf9518919e6e5ba84e7716c0bb8e33b53dc0d3432c35f28f19c18368e27c94f6df66b7674f514ef889cf1b19f546bedfb6e6ebaf6f -Size (miniz_oxide-0.4.4.crate) = 49938 bytes -BLAKE2s (native-tls-0.2.8.crate) = 9bd959906468800ff62c371b767c0987749196236b878f709d74f46adda22940 -SHA512 (native-tls-0.2.8.crate) = 3648272b1c2f10c3eb9c7121c20a26da149efcf248187522fe07fde9b506a2b687e8bde8e09c0f8f74d19db5b84ea98b19b177c6daf38bf8a0c3ec05907006a7 -Size (native-tls-0.2.8.crate) = 24956 bytes -BLAKE2s (ncgopher-0.3.0.tar.gz) = 4a7a10b3e98a88e89855fed82c23b1e0cca29431550c2153be792bf7f679d9d2 -SHA512 (ncgopher-0.3.0.tar.gz) = 483296f29ea77d1c06ed59f90477aa1fa2b506d48139caab7461aa810b29f73925f6656aecd60d5f34b607e88097af1145e2275382b468ce03561a8346f09b81 -Size (ncgopher-0.3.0.tar.gz) = 196631 bytes +BLAKE2s (minimal-lexical-0.2.1.crate) = 7868d0264ff2c8d6fd1944aac77710c2163c9c0bb7488ee70835966d9a324022 +SHA512 (minimal-lexical-0.2.1.crate) = 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c +Size (minimal-lexical-0.2.1.crate) = 94841 bytes +BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e +SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 +Size (miniz_oxide-0.5.1.crate) = 52418 bytes +BLAKE2s (native-tls-0.2.10.crate) = 6633cba2a3f6d618cd7fc3aa1c1b28ea1c6ed1c8707042862030b8cf452331ee +SHA512 (native-tls-0.2.10.crate) = 1cc30c3e16e103e49d585d017fb09962798d33dc4186a5dd3a28f224d3645e8301d4f5cab9b667a27dee88a49233b69974b41ee4aec2bb32ae0745e27b92b352 +Size (native-tls-0.2.10.crate) = 28590 bytes +BLAKE2s (ncgopher-0.4.0.tar.gz) = ba9325b206f2de4e5f831f72d1b15386e9fea6822f351584c2dbe34dceab1e8d +SHA512 (ncgopher-0.4.0.tar.gz) = d53e48dc0f10c52ede7d43627326a24addb7f148a381eda9250dedfeeebed05782a76cb777ec0d3609e0f44aca067bab9f374328960aa6a8633ff205ad6fe3ae +Size (ncgopher-0.4.0.tar.gz) = 198658 bytes BLAKE2s (ncurses-5.101.0.crate) = 5ae51da22c5687781145ae11d3c30effaad95ffb5116639d6c6c333252c52fcc SHA512 (ncurses-5.101.0.crate) = e73513a28706dce70296af28170e8c124b9ab105dcc6509f2d65114f0f8f948b775cb4b459293a399bbf748f06bb60e5906818d928b4f0078c96531d8ab050e7 Size (ncurses-5.101.0.crate) = 26027 bytes -BLAKE2s (nom-5.1.2.crate) = e53409e93d97ffea1e7dea584661529d9dda991343482db47bc2cc19dca89cbd -SHA512 (nom-5.1.2.crate) = 53b8ddab62475588efae46c78b5fd086a14c0fa505c84e625fbedd6dc74d4ac047e9fbed7312b797f126e9ca1f056458d8ffe0ab13f0117de685ef8b43f86aca -Size (nom-5.1.2.crate) = 136174 bytes -BLAKE2s (nom-6.1.2.crate) = aae6737acf60a12b85060be96d8275e4cee36468df7ab0e21454243083e2c5b2 -SHA512 (nom-6.1.2.crate) = f9a12a6c523c1c3202f3c45a514d02c40c600c835b83a1f94fd8e51ab462fdb89de3b32ad11630813d8e3cf4c8bc76acc620781568dbf2eb12469dcd9d3d0b19 -Size (nom-6.1.2.crate) = 147539 bytes -BLAKE2s (num-0.3.1.crate) = 6146ffe1cddf8789c09400dfc12b09af326fc304aed71348921731b30eb10879 -SHA512 (num-0.3.1.crate) = 38eaf591bdd1a8f758f80f6fcd815f32c064738ba21fd97078200945cc5a2025f88b79efb36538e425df43441adb33144e20e68dc351101845074260d10ab85c -Size (num-0.3.1.crate) = 9414 bytes -BLAKE2s (num-bigint-0.4.2.crate) = 15fc28f2a477be3b3c43f448916a1ffceccee03fd24df432c5bfdb8cd14439a9 -SHA512 (num-bigint-0.4.2.crate) = 3ef8b0fdc70d1f5b6a3f26e0a50264bd065f97caee1ab623c9fcbd716b0c0b1b62988d389f1734ab3ffff103801ef3a4ee33445d14b6c3b01a391faac6ad5bca -Size (num-bigint-0.4.2.crate) = 92154 bytes -BLAKE2s (num-complex-0.3.1.crate) = 5393db552ae222e10b30f94a90266e1c580760a64f8c5777a943036403a6e566 -SHA512 (num-complex-0.3.1.crate) = d24d613f20e04dcfdee68e95b2d4b06ba99db637a96e41a55c4f599626951a44cc5f8adf8e8c86003d42c316aaea0c27739e812fcd4d4bb6efca5b2d9cecdd71 -Size (num-complex-0.3.1.crate) = 24541 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes -BLAKE2s (num-iter-0.1.42.crate) = defe0ec57ebf80418d0516455462889bf74ea9d1073f89597cea09c5c62b32b5 -SHA512 (num-iter-0.1.42.crate) = 46b0e05c4f4587121ec300da51cbf02e04ee8f8441eb4dcaab5a2ccee3b40210f1badde56addf053fb876aed3749dfb5f01e757042573fdf99defc77fb265f3e -Size (num-iter-0.1.42.crate) = 10450 bytes -BLAKE2s (num-rational-0.3.2.crate) = d3b83c738dc961fb7c04de26d502bff8bb2d981d51ae27a1fcacdde57df2a851 -SHA512 (num-rational-0.3.2.crate) = 31141c147ace16505cf63023d399ec7d6824b1cf3a31160419cc8ed8c9e4392993910419ac113b23913f710eff13f730d04328e66328375c61c28010718fb837 -Size (num-rational-0.3.2.crate) = 26359 bytes -BLAKE2s (num-traits-0.1.43.crate) = 14e26a826ef790154a246ddb0aa7ce689e2f6f51bdd570f8a5ad0344a17e7bd1 -SHA512 (num-traits-0.1.43.crate) = 35ee0a41f8ae33b1e6656935585f540956a8155045992e7b488b9fdbcf0eb9c9adc90ed8128d45f248b9ac583114cf518c4c7de719b8c6627b29f2fbbac91f17 -Size (num-traits-0.1.43.crate) = 7659 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (object-0.26.2.crate) = ea329fb88c9f885fa0ec4b9106f73cb7b12d7e78f4e44076f433354a71ff1922 -SHA512 (object-0.26.2.crate) = 42882e3b1063ad8326bedd3f402831d6206603f8736c5aecc3c16d296007d25360ce9143bb3f859a6d52f1a530809df1f1117d321f0d22f0b43c1831366eec6d -Size (object-0.26.2.crate) = 238067 bytes -BLAKE2s (oid-registry-0.1.5.crate) = 501c8c69e01a10d37d64b73cf908fb34d2dc0825ea0f70a4269220f8f976d1e6 -SHA512 (oid-registry-0.1.5.crate) = fc3aa9d25f06d83625f59aa0f33424a978bb9dd4fd1c802b69cde5ca5794e236fc6ee28f8f39f68905d1e20a4e65051c455be606619a14e6f2a67f4c77dfe7e4 -Size (oid-registry-0.1.5.crate) = 13813 bytes -BLAKE2s (once_cell-1.8.0.crate) = 470e772ff993357770098866a652eb8151d693ded8e8f967706f8b267a56acf0 -SHA512 (once_cell-1.8.0.crate) = 88e55c9433225ce85a08353168c87fca2237615482160a5c28f3ac17f06d48c63e0c21b5f7ef81f82ca133436e371802ea099453844f1c111003bcb6ba89e827 -Size (once_cell-1.8.0.crate) = 28925 bytes -BLAKE2s (opaque-debug-0.3.0.crate) = 67915f5846ad1b13c074f2605d26a296f05be8e3b9f846b848cb538e409f98c9 -SHA512 (opaque-debug-0.3.0.crate) = 9909b06668a4f97b4d0e916de3e1d0a922a5a0b911a7ce190de786f62ceaccd382cbd0dbe01ab0f15e5472c10848482da2307a6d897928b6b7d5365bc0321cae -Size (opaque-debug-0.3.0.crate) = 5767 bytes -BLAKE2s (openssl-0.10.36.crate) = b76c4adae23eeaf1427c0c621a84c84acbe4856aed34457b26ad626e0b54af88 -SHA512 (openssl-0.10.36.crate) = bf215f7ccfe24b3f490d516541ac746785853dc61ab6cf023e303275578c206fcb14b6e5001f36de2f71b0a8c48ccb26f4f343c5b88ae38ad2cba12ccc941641 -Size (openssl-0.10.36.crate) = 206367 bytes -BLAKE2s (openssl-probe-0.1.4.crate) = e3d931dbbc74918099e8a5117c86426643ecc0c95c471083aff67d18471aecdc -SHA512 (openssl-probe-0.1.4.crate) = c5d4ffcc6faf009b38dc715ec85fd75b3e3b0c0293041ea26071bb6d19d8d018a43ec166bf79ef1c7a126cf783bd4a7121d5dfcbed36db5ebf0fe4decb198f17 -Size (openssl-probe-0.1.4.crate) = 7066 bytes -BLAKE2s (openssl-sys-0.9.66.crate) = a79be05566162a3d7aa5f9bd4041985bc1a05129ae030a8bfd09cdefad7b3c69 -SHA512 (openssl-sys-0.9.66.crate) = ab2d39a766df694f3985d67495d4e820bd196987571fbc229c003f441fe61bdc1aab9cd35a83ec3be9518d2b4e463f33f19bb109e9297a2d4114fe2d1d932a59 -Size (openssl-sys-0.9.66.crate) = 54599 bytes +BLAKE2s (nom-7.1.1.crate) = 347cce605f3edc9e6dd8f9c30b9d75e4216e959bfc9e9973987fa9e2393f3b40 +SHA512 (nom-7.1.1.crate) = 1456efdbda4f5b3da6c8580721acf101ed7d779619ee0190c1df103244e405a8ffa0c3889901a2d8beeab0ab84074ed4c7cec5330c7cc2a5a3c30e36a2530be8 +Size (nom-7.1.1.crate) = 115818 bytes +BLAKE2s (num-0.4.0.crate) = dc1ab719a4a1cbfd25eeeefc4b06e4368515e0f837161aaecaca9b92a89b07a2 +SHA512 (num-0.4.0.crate) = fb57c089120f7f8edddacc0a2eea5f9c8d70c29e411e30eca726e373e5ccf25b51df8c7d4e52aa6bf9b9b89cdd172291eac23626d2ecb030e4d9b3a4fdad6ddb +Size (num-0.4.0.crate) = 9490 bytes +BLAKE2s (num-bigint-0.4.3.crate) = 558455a071691a92dbfa23f099056ab388b3aea7d6d7c8cdadadd7373d1a7831 +SHA512 (num-bigint-0.4.3.crate) = 4b38eaa8b51119dbc7cd8a1e177f37ec935ee348b693a93378742e9bfa68fe5f7e5062b7f34638283c23f04d2127451d796d310cd8adb64dc8e865b28708374f +Size (num-bigint-0.4.3.crate) = 97799 bytes +BLAKE2s (num-complex-0.4.1.crate) = 63cea94bcbd8c2a20a2036426791fb15e7569399d3b7f4e49ff4e8609979821d +SHA512 (num-complex-0.4.1.crate) = 7d6a5b5d70c0558d7dc305b20dbdccb48351935c73832c8de96b48a7843e9cf55da1a036ddadafc072c43ddcd3f4dcfca38e1660c1e3178d9835310ab6e8d40f +Size (num-complex-0.4.1.crate) = 25872 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes +BLAKE2s (num-iter-0.1.43.crate) = 7ddc02427ef1a9ccf06ed7de6ba9fb3c5d5beb2afe2ae69485795da4a0f7f229 +SHA512 (num-iter-0.1.43.crate) = 97ac20f16d4518c8cbe944e5c80089fa6bb75d4632fb9f3c9d9891aaddb0e0f2209f6e854317f3d3b41bfb330c9d3ed830f3797f0120d4b1863b1d6fa3b9c07b +Size (num-iter-0.1.43.crate) = 10655 bytes +BLAKE2s (num-rational-0.4.0.crate) = 17b65661ce66a759aa634b94bb718b60c38e8aa62509c55c318b660be70d53db +SHA512 (num-rational-0.4.0.crate) = 96b5fd3d407210e6e81aac72b542be5c5acf0f1132097e4b82a65042fb2bd98591e12e5153b96b38c71f69e613e295542d23dc73a98b08ffd49d9ef2a062eded +Size (num-rational-0.4.0.crate) = 26428 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes +BLAKE2s (num_threads-0.1.6.crate) = 16dafe947f10db7667201144859b311f1d2fdcaec5984b5f0986e8de75345e5f +SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6 +Size (num_threads-0.1.6.crate) = 7334 bytes +BLAKE2s (object-0.28.4.crate) = d9d8f0bc9b05a7f71f442887f4a576a61116f60ebc42fea329538a25a3290d61 +SHA512 (object-0.28.4.crate) = 32a20452ed62b789c859c442009faf905ba4bc28f11bddfad3da3509861afd8dbe54e5bc0523c0eea5d5ce19cb94dee2e74f218f79df52d95ad22657d571839f +Size (object-0.28.4.crate) = 237248 bytes +BLAKE2s (oid-registry-0.4.0.crate) = 8fc8295535582df8d256a7d1ef9d9a4a2a8d39d063fd57799d75015f2d986846 +SHA512 (oid-registry-0.4.0.crate) = c22507d0fda4ee56911fe50b64a0f6addaaafd013c4a64ce6433ceed50d88706c5c71ec78dfdfc7c1f5f5c0fd7bc20a9327fa0e7b06df4329e550955178eb0f5 +Size (oid-registry-0.4.0.crate) = 14884 bytes +BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d +SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab +Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (openssl-0.10.40.crate) = a56c869172ad889b32179d86cf9927ffa8af0f88dd4e9b7e69293b0a2e986ade +SHA512 (openssl-0.10.40.crate) = c07b2fa47cec33ad3abfbfdfe0c8c99ce00aafed5437f864e9be1d151c8f82e52c54ba565ab710693f108429f48df2ce0d2955f54b1926d808ea56fa168afcf9 +Size (openssl-0.10.40.crate) = 217120 bytes +BLAKE2s (openssl-macros-0.1.0.crate) = ddbf630bc0821c342667bf7b1a6cd881db3dbf9a69811320afaff565bfa3dc5b +SHA512 (openssl-macros-0.1.0.crate) = 7e37a0c05781da13bbaf4c056c19d032a93820cc324f9f6e5743bfcbfb30e057501af1bc7cbf5f07e3a05191678cd5ae5bc4d6832f02ce75bfb03c027d18abfd +Size (openssl-macros-0.1.0.crate) = 5566 bytes +BLAKE2s (openssl-probe-0.1.5.crate) = dd4ca2a46ea1abbd1c8fe527ad20f4309b2a606b0a539f2489a3a252172983a6 +SHA512 (openssl-probe-0.1.5.crate) = 7e560314150709a34520472698060c4f29689d4e608dc4dde146140aa690350d3603279c693367deeb0f21ab34ef61956143a3447827a2b7a3d578b9ccd6552c +Size (openssl-probe-0.1.5.crate) = 7227 bytes +BLAKE2s (openssl-sys-0.9.73.crate) = d85d7eceedf2abb888c1a6f8b9a0bd89664d85d28b6349692fe6f317ff0501f0 +SHA512 (openssl-sys-0.9.73.crate) = b17ba906433b212587d6274def3cfc1beba2c50497f5653eb1a3ce767924dbe279f750ab58c77c216de852e2a3aea8c7cb0c2577c67dcbff1b6584c7d55866e0 +Size (openssl-sys-0.9.73.crate) = 59581 bytes +BLAKE2s (os_str_bytes-6.0.1.crate) = 2bb095057a418d3f13da1ef941eac8d2cac3096060ad9658be5df94a39e7d72e +SHA512 (os_str_bytes-6.0.1.crate) = 16035d3032d499575faf5e8114868d57826acf2b4a54e848f9101713b7965a2fecd6c486945b1c8ccc3ddacdbb95a1c6f8a74ca4fcdee24729648edc817c4472 +Size (os_str_bytes-6.0.1.crate) = 21079 bytes BLAKE2s (owning_ref-0.4.1.crate) = f958c321637337100524c72839bbc2cacf321deb7311a744efbf541bd7d95e88 SHA512 (owning_ref-0.4.1.crate) = 15ecf5c53a675f7c96f850f54bea5fde63f8cfe22ad5c01941f67695154a39950087bd72bbd9a2f9e76825a3fb8dd1d20ba92335f265f4aa273e1086773b918c Size (owning_ref-0.4.1.crate) = 12658 bytes -BLAKE2s (pancurses-0.16.1.crate) = 45b68dc152266175d92014bb679bbd405b59f00255a1ec5a87abd669339aa51a -SHA512 (pancurses-0.16.1.crate) = 2d9fdd6077eb64575a2af28201bf6dac45da628625109255675fa4324de293e591656bc2a06c9d8ef0d18cfd72d5163c10a028d300a9fb3ac32387aad7381973 -Size (pancurses-0.16.1.crate) = 32818 bytes +BLAKE2s (pancurses-0.17.0.crate) = b0b7fb5783c5e33896ecc0f1b5a5d405684cc530a42dfd6d2ad6e21f0db66d18 +SHA512 (pancurses-0.17.0.crate) = 048740f35324f6c702bb98a608c6497b77415bdeeb4a83978d85dd66bd0b352a952adbd50546021b039fb30be3a47dfeb3022f92fc1a96126a5069d5ebb14b1a +Size (pancurses-0.17.0.crate) = 34656 bytes BLAKE2s (pdcurses-sys-0.7.1.crate) = 5e7216e2f24bce9fa56fc5906302790358ff40eadc333160b7d05daef37d17b7 SHA512 (pdcurses-sys-0.7.1.crate) = 9e502b33d7b25dd534cd62ccbd59c283fb59e5945416be92d63fe09c4a66bf5f0eccc1e6c6cc73f536035239b729313c3677c5319a73244c0b8ede744cf61f58 Size (pdcurses-sys-0.7.1.crate) = 454031 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes -BLAKE2s (pkg-config-0.3.19.crate) = 1714c04f1a9bdf1fb78dba951c56e851b36620da5d5402e80b14b8bc99a8a500 -SHA512 (pkg-config-0.3.19.crate) = 42bc13c4e39c8f71690db527d815884acdfd2ccf5fbfea700c6ed60257e852cdcb1c443e7774409e51da53612b0ff0aa165554b99fd0cba973f94a8df52982d9 -Size (pkg-config-0.3.19.crate) = 15451 bytes -BLAKE2s (ppv-lite86-0.2.10.crate) = 63e761b696c80738a1f9d39555d20f8fce82c41a4136a9c649a0b11141918697 -SHA512 (ppv-lite86-0.2.10.crate) = c9941052e504b9b310024064026e4b1d540dd877705ef450a833d9ff6dee70ba874cdad68c46381a71d5b54482cd80b3dbb8e0c225758fd339069031a55195f1 -Size (ppv-lite86-0.2.10.crate) = 20915 bytes -BLAKE2s (proc-macro2-1.0.29.crate) = 54035e74c9fc4fdd16a33c9653c933043216642c4861685d23652fabd5b6f29f -SHA512 (proc-macro2-1.0.29.crate) = b3b3b7c6988afeb92209c7e0362f45f9c207611a74bb63bc7746b86fb9ab0d74fea9e7a2d9bc8ac943225ea439540726ffc13711dc5bcb056c1821fc99e8dc63 -Size (proc-macro2-1.0.29.crate) = 38772 bytes -BLAKE2s (quote-1.0.9.crate) = da1409c5fab9fc40b5a0ce824d063088c949e2c35dea81f683b558455a1807fb -SHA512 (quote-1.0.9.crate) = dd6cdaea183b85400531ef01e56657edbec0d8f7c27898c1e591b72dff755fa5875b33ca320bd65be0e9aecfc6a61ec119a4bd1291e9f2057fca642ab5b198c8 -Size (quote-1.0.9.crate) = 25042 bytes -BLAKE2s (radium-0.5.3.crate) = 72ee28c3e7e7f5f60673a337f84bdf5f7f6fe5779ee75022197a88cf899dcd0b -SHA512 (radium-0.5.3.crate) = f4af86cddec991b11d86b1d976e212bb19da8d7e5ae1d40ee812391c21d3fc855bdb2770395baf7efcfdb5b2029a99c9038702a28f8c9e925e1b23f03c0e717a -Size (radium-0.5.3.crate) = 7588 bytes -BLAKE2s (rand-0.8.4.crate) = 1db1d01a23c907a2b38288078a433d5883e8e7da64357817315188a1dc91739c -SHA512 (rand-0.8.4.crate) = 77ae0e988e31e12f7d3f2c40814f930eecbc94c4aced827c337be78eeeabf39fde2dc5c4fda059afdc01285ff4afe30393c32694377de004feff16207606558e -Size (rand-0.8.4.crate) = 87406 bytes -BLAKE2s (rand_chacha-0.3.1.crate) = 610f5bba921c6e9d0527a13b5bf3ac43ffcddbbfc58522a8c086baef788895c4 -SHA512 (rand_chacha-0.3.1.crate) = 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 -Size (rand_chacha-0.3.1.crate) = 15251 bytes -BLAKE2s (rand_core-0.6.3.crate) = 227719def6b8444614f9982b4f761c2d654e08f7f5147f7b9ba6a1468bd758f6 -SHA512 (rand_core-0.6.3.crate) = 0fc31f96ca8ebba8c179367de01458e909265e1d627ec0c5620be7c8e83d2f9570471d6ec2cb2bc4bc531505b02fc31f1165708cc1357906791c87123b06ee87 -Size (rand_core-0.6.3.crate) = 21938 bytes -BLAKE2s (rand_hc-0.3.1.crate) = f6b1960553ca456e20ebd0e64f7a4d18407356ed504189e7d354b6687da53eec -SHA512 (rand_hc-0.3.1.crate) = 582bb44b81c27e698eb57c6f06444b8a7c9d3f7ee73f4e14be8004c4bfd3bbfd9795c69f7294b5e87107e86b90fa3e91ad080964474af81c92705d356e43fbb5 -Size (rand_hc-0.3.1.crate) = 11891 bytes -BLAKE2s (redox_syscall-0.2.10.crate) = 34d65a357c300759482d088d30518f3bcc4c1fa24f320c953ff6bc89bb7bdf2c -SHA512 (redox_syscall-0.2.10.crate) = ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 -Size (redox_syscall-0.2.10.crate) = 23582 bytes -BLAKE2s (redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf -SHA512 (redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 -Size (redox_users-0.4.0.crate) = 13023 bytes -BLAKE2s (regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (regex-1.5.4.crate) = 236581 bytes -BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 -SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (pkg-config-0.3.25.crate) = 858f6fa4e3e07f6482e3e975d78403b574c0606ec93f8ab5a86156604e13c294 +SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 +Size (pkg-config-0.3.25.crate) = 16838 bytes +BLAKE2s (proc-macro-error-1.0.4.crate) = 2877169f24a0bf3a09d9bfd388ac5d39082672d9258c1c96a851c1bc166b234a +SHA512 (proc-macro-error-1.0.4.crate) = 8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db +Size (proc-macro-error-1.0.4.crate) = 25293 bytes +BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 +SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 +Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes +BLAKE2s (proc-macro2-1.0.38.crate) = c00fd51764ea0d2f85fd07ee9c649904b37e88b82bba50fa8eb6629e03347a91 +SHA512 (proc-macro2-1.0.38.crate) = f360b00b4b1e05df52ca1714df34c719778f7bb6ed54fab04a84811acd0a29f7c4d4871fad7d988f0c042fe0fc326d7b1fedc731c55fd32c7257dd1895203080 +Size (proc-macro2-1.0.38.crate) = 41687 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes +BLAKE2s (redox_users-0.4.3.crate) = fafe5c327db7de7f8b6340807a14fb60bdea5ac74634a60379b62c4793cb447b +SHA512 (redox_users-0.4.3.crate) = 0d3366e23cf93e1b0e025a29025eaebfcd1145bd158e2663b94fd952dc2d8a25566819e3a03c4136ca16a6408d37396e2ead0814c3f0c2bb10334dfd0b838fda +Size (redox_users-0.4.3.crate) = 15353 bytes +BLAKE2s (regex-1.5.6.crate) = 54470e0ce7f905fde38456f82bc830c98a1ac830538cc1596f5e4f1dc2ee84a4 +SHA512 (regex-1.5.6.crate) = 43ad2ebe14f43d69c62f563a4fd53b5657f0f2cc130a0e6353a13073027640ff891e9f9b40ea85858507047bddb2e023d668c9bf57f2ba0ae045b74b5f0d2a1f +Size (regex-1.5.6.crate) = 238593 bytes +BLAKE2s (regex-syntax-0.6.26.crate) = d644259c960314f13984e773bc86607f79ce86e6b397fe231d5cb32ddcc36926 +SHA512 (regex-syntax-0.6.26.crate) = 46087f5a2abfb48f24da77e79e66f6e514b5d005c4ae2c3283418ec471ddac9e4a1361edbae9d27efeb10217157092f812946b7b98182cf9f8aa703e01c03634 +Size (regex-syntax-0.6.26.crate) = 293912 bytes BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c Size (remove_dir_all-0.5.3.crate) = 9184 bytes -BLAKE2s (rusqlite-0.24.2.crate) = fe2c0b44de20323ac10953e7cfc229859d837e69dcab85146d8b799b4ecb3546 -SHA512 (rusqlite-0.24.2.crate) = 47c7cd04c666fe42edcd667ecb3289c7a2b612446b2f95d78bf576fb691a167f372ec48e0d4cfbe973b32068b4f06e664d079fd3358a69fde895295a80d20caf -Size (rusqlite-0.24.2.crate) = 120103 bytes -BLAKE2s (rust-ini-0.13.0.crate) = 88ea86389fd6351fe234a8c6c1ee0a367abb2a95ee8e23952834cf471899c029 -SHA512 (rust-ini-0.13.0.crate) = e4c6d9d36f7d2711f92584636cd126d23e027c64afbd0aa7ff0752120be004ce49ba05d1d701655e33cb1ec1f6d2d10fb3f0e520e26e4358e24041859ed2a098 -Size (rust-ini-0.13.0.crate) = 10767 bytes +BLAKE2s (rusqlite-0.27.0.crate) = 1de5c201d481e9340bf30effd26f926c2dd32e3623b1b3cf28b4cdbaf5e9e569 +SHA512 (rusqlite-0.27.0.crate) = e761b1f0dfd70fdb5e4e32a5820779943e42aa479b89a010ca4580340b4a5681e4bf57b3679790cd18839cd833d99e70deec6ee5df3df3fc50295823cef6d647 +Size (rusqlite-0.27.0.crate) = 128298 bytes BLAKE2s (rustc-demangle-0.1.21.crate) = c8b8fd7db0d19e4d07c9d51ddd54669c788f16043cc21e2140e7bf816d31773e SHA512 (rustc-demangle-0.1.21.crate) = 4031b26863a726cc6d3398b48682e0f0f9e5665abf20a5d35343a904ebd7c0d3752dcdd3a049b2bfa3e2a303214dc39a2980700bcc64464f7029be3c7f34727c Size (rustc-demangle-0.1.21.crate) = 27920 bytes -BLAKE2s (rusticata-macros-3.2.0.crate) = d9cc01102238d8f31e807d3a7093d0a2d32f5ec5da677c5952e49ead8c5992ff -SHA512 (rusticata-macros-3.2.0.crate) = 5f2ca68df628d16e897b4c0a646b5c497d175e85d4901cc09ca44d939ead1771f31c9027e77766b5b99ed02c0313b1de09dbb54405f7ddf4a35ef0ce3a6ef179 -Size (rusticata-macros-3.2.0.crate) = 12296 bytes -BLAKE2s (rustversion-1.0.5.crate) = f9a62bf3192a6eda0e26a1be3e6ef6a6e8876b4d1a4ce0538bb8915dcb542df6 -SHA512 (rustversion-1.0.5.crate) = 43f3ed12e007e0a7bf0ecbe44edec5ff092c88973903ad8032b12d678d98d8827a9e51040fa157b0d5b07d26a5b6cd314b410553fec46689b3a31b392c24770a -Size (rustversion-1.0.5.crate) = 16984 bytes -BLAKE2s (ryu-1.0.5.crate) = e785c89ac699eb06a4d1e6ece9e9d918ff772b0567a55d48719dce68c3e20b82 -SHA512 (ryu-1.0.5.crate) = d1708ffa3112a684edf2956b6730ead040401d38f1457cde074eaaa59c249007dc8b925629e7f6df89f7ea757e9d0826649d685cc8ede0a04d50296048bf476c -Size (ryu-1.0.5.crate) = 49570 bytes +BLAKE2s (rusticata-macros-4.1.0.crate) = 479858ac311e0c28eee90422974fdc7b5180d913cb656bef829194577b3a21ef +SHA512 (rusticata-macros-4.1.0.crate) = 8066a2de0d63f82278b33fdb27fba99b0ebc56ffd364ce6361fc9ac6d78f31e3e4418cbc78916365fd0e7735fdcecced21e16aaabe56cd72250bac0cb30151b3 +Size (rusticata-macros-4.1.0.crate) = 11746 bytes BLAKE2s (schannel-0.1.19.crate) = 432dca19227d15ba97052fe433d2b0d318396c96375947db1c34d6a698405645 SHA512 (schannel-0.1.19.crate) = 319d9931cdeaa0f6b50c46e413fed2b6e97b28fe8c4825d4e5ed0fe22083e686e124117bfab7c89bcce815a31a3478f8c230cdedae6a852a31719a0df34645b0 Size (schannel-0.1.19.crate) = 42755 bytes -BLAKE2s (security-framework-2.4.2.crate) = ccc529fea4cda1f159dfbde3f8fc3fbd7c641caa59a83f50fd6ee680fab7c7e6 -SHA512 (security-framework-2.4.2.crate) = de4480e4bf70148cdcaaf3a9c0e52ab061cea452b3209918fbda693faa7feb8c2df56ac29139bfea74969b8f62ba3ab2b3da38654e35aedf62fdddcec420998b -Size (security-framework-2.4.2.crate) = 64857 bytes -BLAKE2s (security-framework-sys-2.4.2.crate) = ab05ad094b9a582f8935f8aa77b6babad54a2cad43b00937f582e6befbec9bd6 -SHA512 (security-framework-sys-2.4.2.crate) = d2f35545223f1ec671f9265017c393a6219cd1ac551ec7b3bea6f90ac9e79cd9d9f7232fe7fca5f0c093b3f549925571d5a4f0b702f29a1e992e038446f48bd9 -Size (security-framework-sys-2.4.2.crate) = 12821 bytes -BLAKE2s (serde-0.8.23.crate) = ee86b382f0f997c51961bea38045f668be9c07f68f746480ec5b4c818d0c82c3 -SHA512 (serde-0.8.23.crate) = 537761d0fad243799c63b742b9ac020195ad5575e346080c2cf19b1792d2026bdab6f61550679b8883f7af5e16e98289aa749f0646a6d4b0cb24eec0f7d92edc -Size (serde-0.8.23.crate) = 25824 bytes -BLAKE2s (serde-1.0.130.crate) = 6a4c338235c6efdd4b1ffdb5a07993342a925d473d2438d84d72be0de1570b3c -SHA512 (serde-1.0.130.crate) = e6d6444abadcdac95ff15cdab53736adc9ddd1b6441d67158b6b41e68bee4b7763f9c2d80a857f879f40620429e8f04a90b01380c8c88da45a273c3ad13cfff3 -Size (serde-1.0.130.crate) = 75305 bytes -BLAKE2s (serde-hjson-0.9.1.crate) = c3b11fb852ceba289f6ae3e01aae54a37f2d3d7207b398644efaf1ec6e416724 -SHA512 (serde-hjson-0.9.1.crate) = edc6aabfcee87df4a82792eb00f86d41b1b15294300b4f245d69235984c25309e4cde4f480d78a67acae85ad50420b05bc2ba760c8d9708bbcfff962c79fad1e -Size (serde-hjson-0.9.1.crate) = 22811 bytes -BLAKE2s (serde_derive-1.0.130.crate) = 3bdf291c2a28a01eb45deddc78babdf6bb30da40462679f424f34949c1cdca23 -SHA512 (serde_derive-1.0.130.crate) = d3ca974bf8856ed8a73af4eaff69941b35eef187d7e348d6d2ef9ee79eccad893e66270c7d814ac3871e09e21e603d34d7d1f24b182d9b39e9219acd42a7baa8 -Size (serde_derive-1.0.130.crate) = 54703 bytes -BLAKE2s (serde_json-1.0.67.crate) = 7e89de64192529e0ba495b8c39d7b1646acbd476696991f8bea97cce951fad1e -SHA512 (serde_json-1.0.67.crate) = 3199020a986a9cdcfed2adc972451df92b9d92d5d5bfe45dd24e5d23fc4a50dd497602dd9b6176c4f2ba9a88aa78942a5fbc7ace76721b85d3635e267e24ca06 -Size (serde_json-1.0.67.crate) = 114957 bytes -BLAKE2s (serde_test-0.8.23.crate) = 321b0ffd745c760f953523a1dda36aa24d4b9a05991cfd7511e614075b22407b -SHA512 (serde_test-0.8.23.crate) = bde1913e885d47eb1f96b352baa3f6d4f0771fb9cd35e3d0e6a43a1dfc9abb6e58a2191947d8e3c75ab6023e7ae17c6ffa5ac89c1484099ea30dc248e59c59dd -Size (serde_test-0.8.23.crate) = 5068 bytes -BLAKE2s (sha2-0.9.8.crate) = 916afad1cac38618cf9db53ea049680d58d06b8facea05de88aa5da9aaa6592e -SHA512 (sha2-0.9.8.crate) = 4bd858f67a3ee5a22769aaf4161d823884e112f99911d5461cafe746a19fafd2d8946eb3aa234953efa06a4dcf7becda70db6721c0d4a9b6f1fb670f31f6343d -Size (sha2-0.9.8.crate) = 22132 bytes -BLAKE2s (signal-hook-0.3.10.crate) = 8e648081e5a13edf0a0d6ce28567fbbd71586871fdeea508c9ef004493ed9ed7 -SHA512 (signal-hook-0.3.10.crate) = 3b6949f4cad0a77e6cfba2fb16d7edaf52737419ebd525d5d1905152cc1c73e81d4adb676077b9b6c144b0812ac5059a0f1032fe2c5ed450be2c451b7cf32e9b -Size (signal-hook-0.3.10.crate) = 48491 bytes +BLAKE2s (security-framework-2.6.1.crate) = 8b27c766aaaa2cc3fe96a9583c342358e0f6835cb1374a4906eaa0635c503a1a +SHA512 (security-framework-2.6.1.crate) = e4690acf5609f52c89cbe0b577c68a22caf0763d8dc781817010e695824dae44dc27f58c9ffec4254a8461e88040892b89f9628d6a71102d06ab5441b84800a4 +Size (security-framework-2.6.1.crate) = 71688 bytes +BLAKE2s (security-framework-sys-2.6.1.crate) = 14b6de1183aa39ccb421f1b2c2d3b82214ecf18a08c7a21f53a28c1851361a76 +SHA512 (security-framework-sys-2.6.1.crate) = 7315c0d67d2e792932cd6634cbb9da5021c8d9a1a1e96b9d92c6718d73be3aafbc5613cb355fa1a3d1860f13c62e829bc220b43ad18d739ea1b5aece0cab470a +Size (security-framework-sys-2.6.1.crate) = 17717 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (sha2-0.10.2.crate) = a2b69b10c66c187e6b2949c5b55ea77c2f8d45b0de74e687e14d343a635ed1c8 +SHA512 (sha2-0.10.2.crate) = 20b8217ce9b56fb5f2c1d71d3555889bcfcf5e40fb7fe0eec23479d384dfcd504f1046d6a12dcbb5072813792992b45261e664e9e8e14eb90a641e94336eb4d2 +Size (sha2-0.10.2.crate) = 20213 bytes +BLAKE2s (signal-hook-0.3.14.crate) = ac9086119f9f59badae90a83ae739a0993551d075e13ecaddea5e23f84c9eebe +SHA512 (signal-hook-0.3.14.crate) = 32ecf012e46b94d3a87f2e56cd4c03a97886013309a4e52ef3e7769ed14b49ae2814bb6346cfc9766525dcf15db4182d260d3c9311134e3e6f5301c58729442a +Size (signal-hook-0.3.14.crate) = 49446 bytes BLAKE2s (signal-hook-registry-1.4.0.crate) = db9859d4134f20ba9a43f1fcf0c2a95e441648e66f760a69f78ce0efd164d6f9 SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d Size (signal-hook-registry-1.4.0.crate) = 17912 bytes -BLAKE2s (smallvec-1.6.1.crate) = e51c50008787e73daad6929c46a2752f761399288ad742717c6a9bbf75b45943 -SHA512 (smallvec-1.6.1.crate) = 9e6061c8211a4485ab54eb541adf40748e1fc3fdfab0849e38e5fd34fc6cc69ae78bd065b788692385a6b8157b031c2fe373900e13d3e56e94fc08d574edaaad -Size (smallvec-1.6.1.crate) = 26444 bytes +BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 +SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c +Size (smallvec-1.8.0.crate) = 27992 bytes BLAKE2s (stable_deref_trait-1.2.0.crate) = 4ccf524130eadac6b21106564de56e582d0f308b32442552d70bb9d313c53920 SHA512 (stable_deref_trait-1.2.0.crate) = a13cfb22723f1f2cf089b2d07d657846f50c37bc0438d1a76096bea30214cad226b7a422c21f9e191ce87071da8a141d61882aedf9e0203a5fffdfda86a5fb03 Size (stable_deref_trait-1.2.0.crate) = 8054 bytes -BLAKE2s (static_assertions-1.1.0.crate) = eb3218e3c4d41feda9dac8901108477074703c4ed397618b14cbe86bfb1ccbe6 -SHA512 (static_assertions-1.1.0.crate) = 46d0e35f77941dee6f60f574c130472248063dc38494c1c4f84f7c048244cc2a58a86fe17c0990e3f0f01406b75ed385a13d00058612b27cf0e867c8d31c92ee -Size (static_assertions-1.1.0.crate) = 18480 bytes -BLAKE2s (strsim-0.8.0.crate) = 4c57b0c1505fd1e6a962cf721ee33473997ba55c8638e53c92efc6c9cf7fcc91 -SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 -Size (strsim-0.8.0.crate) = 9309 bytes -BLAKE2s (strsim-0.9.3.crate) = c8e7d0c0579749c67235a15c22d9272699c4a724070ba4b91ac15ca15987f782 -SHA512 (strsim-0.9.3.crate) = 8d7468be0f19819a454720d2fc9a139cb9afde9984f73d334b9b77085b58008d6d8ed0786f88ef91b4967c503fa1fac0ddf2fdba01391629f7bcf1ef2fe36b51 -Size (strsim-0.9.3.crate) = 10266 bytes -BLAKE2s (syn-1.0.76.crate) = d952dae7f90462efb17767dccaa020f3ceb5b8f76d0e14212d23940ec9e41a76 -SHA512 (syn-1.0.76.crate) = 0f32138d219ca74fcff1ee5ee5bb89f965a30b74c10a040bd8361332cb84900322194dd85ad7571c4bce72c1f66368546db5881165939800f2587b15ce07298a -Size (syn-1.0.76.crate) = 233723 bytes -BLAKE2s (tap-1.0.1.crate) = 53f99ee7163ca9302a9cd35c56302c86e113c8c1c27902da720035740dd6ea34 -SHA512 (tap-1.0.1.crate) = d69ff11a46e2fbc276212511878f48eb93640c0b147df6578ea057b23625f9366a7fc3926693fc3809688537af5ca919c91605beed364decf83c35a032310995 -Size (tap-1.0.1.crate) = 11316 bytes -BLAKE2s (tempfile-3.2.0.crate) = 3faf07562ac5aa5d5f7b400d27cabe0cf9342c30b5ad28b30b6a97d1d1f80c24 -SHA512 (tempfile-3.2.0.crate) = 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a -Size (tempfile-3.2.0.crate) = 25892 bytes +BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 +SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 +Size (strsim-0.10.0.crate) = 11355 bytes +BLAKE2s (syn-1.0.94.crate) = ab9de8e893411281fd0933d158f63b78b6e59f0c7396ff9a0cf16aad092744a9 +SHA512 (syn-1.0.94.crate) = 2bdde4584b9d95f93f629083fbedc4a7148aab702775513a602ba2d122ae57a84e6d42c38da820b15ff66743dc49624287daa0c9b6d1fcaeee102b2879ac7a1b +Size (syn-1.0.94.crate) = 236697 bytes +BLAKE2s (synstructure-0.12.6.crate) = 891c609ebfe33301f1b9f08e42abbe31f2de2a7f8d769fdff2c51747acbaa4f7 +SHA512 (synstructure-0.12.6.crate) = 6ec5dd7ade904fb6d79c2be595886289846e064b8c4100f780d8adfcbb41e6ca67f4b1d682212f4673c2169f889a042049b31161ec3cebc3f399751124f01f9c +Size (synstructure-0.12.6.crate) = 18429 bytes +BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a +SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e +Size (tempfile-3.3.0.crate) = 27578 bytes BLAKE2s (term_size-0.3.2.crate) = cfdf577b24eb1617ac7187c9dbd23a5f0452d1f3b63b052d78e12323c81c12d8 SHA512 (term_size-0.3.2.crate) = 7e820ca667f841719e82cf97e90bd2546cdd7ecd4834c68f8eeadd2e530bb13ced1d058ea7beda5db77eabacfaef64b8c3699c482bd912ff570f6ab78149dc88 Size (term_size-0.3.2.crate) = 10917 bytes -BLAKE2s (textwrap-0.11.0.crate) = aac1ca89e048f3559b66b2653332c7a880ffdd9d7e557c097334ed50099ae7af -SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a -Size (textwrap-0.11.0.crate) = 17322 bytes -BLAKE2s (thiserror-1.0.29.crate) = 51dfb6998d78d07c2dc2ecd6f8396f4a51a98e9cc30815c8eca364c4752ff5ce -SHA512 (thiserror-1.0.29.crate) = 231ebaa6cb2250fcfa608500076a4d930f625acfafd824abc5e654e0b3faace884d83666633bf2bff61ebb9cc60b61faa234ab2719417bb32af4bf62b1241686 -Size (thiserror-1.0.29.crate) = 17455 bytes -BLAKE2s (thiserror-impl-1.0.29.crate) = 9366c671599444b715863ec0e233a8cf6c9871b26214b1441d6579439dcbf893 -SHA512 (thiserror-impl-1.0.29.crate) = edcc1d7cdb7035f9a3667b8f9509e00f70dfd515ba8594cbb0562b8732380a0c1b405a47e7ec4d5fdc5bbe870be69332205f0dd15ff39396cbeacb798483f553 -Size (thiserror-impl-1.0.29.crate) = 15201 bytes +BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 +SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a +Size (termcolor-1.1.3.crate) = 17242 bytes +BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 +SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd +Size (textwrap-0.15.0.crate) = 52998 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf Size (time-0.1.44.crate) = 28885 bytes -BLAKE2s (tinyvec-1.4.0.crate) = efa3b1ee061c446a453746efde6b4459439e481e4f0c86772045f52b555eee5c -SHA512 (tinyvec-1.4.0.crate) = a77f1cc0cd73875a2e6bf18ab95ce97ddb15f4d1c1ece0b43e242e08bd853bae5a23ae976f4bc928205d2b24dabbf412cb74650c7665cc0c0f499cbcc21660fc -Size (tinyvec-1.4.0.crate) = 42418 bytes +BLAKE2s (time-0.3.9.crate) = 1ae29e0e2c228bdc28cd3b93ab0c6f322570991ec00cae9d42e88a06b7fc5204 +SHA512 (time-0.3.9.crate) = 2dd8c57d2fc232d8a05109f0d41f964fc587345eff0a68c42c2b1690d6da1a4868188df7f03bece12148e7434b973c472fb0c85fa1f840053da3b30cf6c47e80 +Size (time-0.3.9.crate) = 81412 bytes +BLAKE2s (time-macros-0.2.4.crate) = 4c4ca321193cb5196efbd38519d5c04f197f9de0fd761576d421abd0151a4d71 +SHA512 (time-macros-0.2.4.crate) = f3887ce839db40d13c143a9f11bea804fe4760ab2655df68cbba9029cfff7d0476135608fbfdba6cdec1f9b0753b2de0e3ce0161b40c5d2b9596980d9deaae59 +Size (time-macros-0.2.4.crate) = 18421 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (toml-0.5.8.crate) = c3c1c927b8bb8ed0cfe2f2796712885aef2602f7faa900a994390a5f61e6b2ee -SHA512 (toml-0.5.8.crate) = 26b7901ee4b7cbb4cf8ea57d365a99ed05e0a76e73452e47d4bcb3b4eeb7bbd393c13eea9ea33dc13622942efcda39acdba9425b74b40c920c9f19673a1f2082 -Size (toml-0.5.8.crate) = 54219 bytes -BLAKE2s (typenum-1.14.0.crate) = c5e39c397ceafcd41dd16c76928120a700896f371ee24ffcb53cc12e700012e5 -SHA512 (typenum-1.14.0.crate) = e9739a24936563e9471213060d53d970f8cbbdd163892a22e98f1972d10861009ca1eb568c3bb5d1d78299482372fbe7e6bf42ec8f4f5f30df0a7446933a312c -Size (typenum-1.14.0.crate) = 40518 bytes -BLAKE2s (unicode-bidi-0.3.6.crate) = 2b37919e72387ec516a8a3994191276e6f117e4f8f411bd81de3533d04c48dc9 -SHA512 (unicode-bidi-0.3.6.crate) = a1013539b0da1609d9c37cc1d8359efa93bd88b4ae176d25398e6c44d93b615835a54b184641f00313b14cf46542b1e92278b0dc1bd00dfca0566467b21857e7 -Size (unicode-bidi-0.3.6.crate) = 33737 bytes +BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e +SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 +Size (toml-0.5.9.crate) = 55667 bytes +BLAKE2s (typenum-1.15.0.crate) = 36a47ace00a92a52369622e3dd8a02c9d20b73e6171ba04e41d3b746b3c267b1 +SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288 +Size (typenum-1.15.0.crate) = 40741 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes -BLAKE2s (unicode-segmentation-1.8.0.crate) = 3b772fa911152efe0d4180cd3eade59bc10bb9629186c74a972863ef12d89b71 -SHA512 (unicode-segmentation-1.8.0.crate) = f0779ec42907b665df53f38ea370e661f10e7c72a75917f4cbd055868428c0eac1c7fc194d4bbf048e00f0f3d3e2b3602ae88d7820ad0c73e94a5228b61f6495 -Size (unicode-segmentation-1.8.0.crate) = 94011 bytes -BLAKE2s (unicode-width-0.1.8.crate) = e37a15fa50f6572607a42a1b936e78e5ffcb92f939dcb9c757f095c6a40bdd75 -SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0 -Size (unicode-width-0.1.8.crate) = 16732 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-segmentation-1.9.0.crate) = fdcf49e933d6dbe0684fc2e1e172f784ff19668d56ff5be2efcaefa06a0a6b0c +SHA512 (unicode-segmentation-1.9.0.crate) = 7d0ea37bfb24a1a803b1cd40b7b0c0e6e44ebf9a474fdedf0dcca1ead25662e19f44af29b87de1b000c3cc75fec93320938bb3ab9d9e82298eda324bb97e7294 +Size (unicode-segmentation-1.9.0.crate) = 93241 bytes +BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c +SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 +Size (unicode-width-0.1.9.crate) = 16745 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes +BLAKE2s (urlencoding-2.1.0.crate) = 3d44ee8af8aaa97513e16c929f146eca4b3405e7b1f321f9f47d7bcaead52524 +SHA512 (urlencoding-2.1.0.crate) = 1eb1a6de1962d1e9c34b3f8708434ba7a1c111ccfac598ab58bc7da3571c571618925adb5048d9f909e7a10b8b16e7a18ffe018bd9844cb7f2ca2c5d31fec94b +Size (urlencoding-2.1.0.crate) = 6151 bytes BLAKE2s (vcpkg-0.2.15.crate) = 0ec9e97d0e23d59f0a4095773e1136e15f2054fb86bcceb309774638768ea8c4 SHA512 (vcpkg-0.2.15.crate) = 7322a21e8811b2fe4e79e09dc321458068ecdf1953f05d36233f3278ecc0b1dfc64194db7010dd46fcf692285f42475beb090c6c6cac0c8f9fe0eb5c770e3172 Size (vcpkg-0.2.15.crate) = 228735 bytes -BLAKE2s (vec_map-0.8.2.crate) = a40b5b21f51fcfad8f2fa810b929af3cb20cd710bec9216e8750e973dc9ff59a -SHA512 (vec_map-0.8.2.crate) = 4f1ef59bc2c437e79f1f84fe021bce5aa8ccd581f500f3d5776913d5f17d45b03ccee64f5bd03d47656318cfc9344a1f4311079d471fa409a8e4e94c143973f9 -Size (vec_map-0.8.2.crate) = 14466 bytes -BLAKE2s (version_check-0.9.3.crate) = 4f560ca94e86f6c27f91488f46e33630816faa21057a43c5cc1e04390d768d2e -SHA512 (version_check-0.9.3.crate) = 4b3b428214a0322af536a18e6f050438398766af6589389f20a804121a6721962ba411e2dcfded60aaa74313128fb0e831bea31378e2695c29b29bdc24d7cbfd -Size (version_check-0.9.3.crate) = 12547 bytes +BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 +SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 +Size (version_check-0.9.4.crate) = 14895 bytes BLAKE2s (wasi-0.10.0+wasi-snapshot-preview1.crate) = d18ff4a69561016b824c0dcf7d226b557c48b264c672917f770d8283aa6383a4 SHA512 (wasi-0.10.0+wasi-snapshot-preview1.crate) = 88e2da617f50d9ebfb1e0c5857321fb86b5ee88ae8a8d199d3cc092e0f39688a2cb68503f7c6bb09dd6bc50a9a03597a1eb2e032150fbd0d0b8afa02ad771c88 Size (wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 bytes -BLAKE2s (wasmer_enumset-1.0.1.crate) = 2b9b03a8a3858bbe82791fb014dd8b1b377c4bb5302cab1a78a45e7c2cc8a68b -SHA512 (wasmer_enumset-1.0.1.crate) = 3af873c3b6de090666e75c75303ea4dccee85839b09039a6f98f3c7b62c7f7fb070951d26bd35c17b81c1b668956eddf19a57201d981d4536d594d38b14e9a25 -Size (wasmer_enumset-1.0.1.crate) = 11873 bytes -BLAKE2s (wasmer_enumset_derive-0.5.0.crate) = 0ae304f740f3366540fa11ac938a5db91a25d3f3e81660b5626950d465a731fc -SHA512 (wasmer_enumset_derive-0.5.0.crate) = 5e2877f23bfbe38fcacb6551b2c4cba4dd67c23b33909a79bd3472ccbae3fecad328e3542986cb926d68a8571c9af17dbd3f4bf833a47afa66337fd62fe35f04 -Size (wasmer_enumset_derive-0.5.0.crate) = 5657 bytes BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 Size (winapi-0.3.9.crate) = 1200382 bytes BLAKE2s (winapi-i686-pc-windows-gnu-0.4.0.crate) = 3ef20321fea464773f9e73ac16ada3a0e8101a8c3c0ebab763049f2ab269eb1a SHA512 (winapi-i686-pc-windows-gnu-0.4.0.crate) = a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 Size (winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 bytes +BLAKE2s (winapi-util-0.1.5.crate) = 0bbadc89bd260c16095f1d19c2dc0f5acbd24d64dc1dcada628bf4acb003c6cc +SHA512 (winapi-util-0.1.5.crate) = 7baeb661f397c4693dfa001fdc774b323c51a7c55caad40f2de5112a1cefd1d6151e3df41fa4ee193460a5905917c83d2b1de5fa10b4bd014ad96690af95c0fd +Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes BLAKE2s (winreg-0.5.1.crate) = d47d5e31c26a81614350c572776059e71fff20321c2e12054aed0998515adc6c SHA512 (winreg-0.5.1.crate) = 03c2350e4aa6c41956f493018136f0b016d36c587e6f27d57dddd29a55391286be4805962c4247bb59821c3031ec75f9a63c140536c13aac894c07e914380f7f Size (winreg-0.5.1.crate) = 17693 bytes -BLAKE2s (wyz-0.2.0.crate) = 4a2b3fb089d0e2248c42ea50f2ec3e13207c2c7ff8fed9c6160f62148903158c -SHA512 (wyz-0.2.0.crate) = 3a16c3e81d3595ddf1e7816e698eb4d07c7455dec579fd5e97b5d8b77e626cda52f3cdaee71e234e5e500a7ac58b9d1d5f12b17264686f3f225d5e5b0d315de7 -Size (wyz-0.2.0.crate) = 12926 bytes -BLAKE2s (x509-parser-0.9.2.crate) = 1a366b2db1b4fc76da65c0e9d8b2a4898864a92f3a13a1925f2ab3ad2042ad20 -SHA512 (x509-parser-0.9.2.crate) = 338a654cfc99e181553db165d27dda338c1f446c2a6bcbc5f551c5ff2c18be0fcb74e399a5152a595343a230f2f8008420010a094189994e7f174ffb97933e5e -Size (x509-parser-0.9.2.crate) = 59460 bytes +BLAKE2s (x509-parser-0.13.2.crate) = 7cbddce1b80d560aee9ee457bcad34b0fa475fef5e140ec1544e72b6653d71a6 +SHA512 (x509-parser-0.13.2.crate) = c679c6163e4e6f0e1628e18c4a8dd16554321957e0e85beb0ff70ed3dd37262afd72271522ea5adbde85c300846d06f04feeaa61fae92391deaac984b18c6eb9 +Size (x509-parser-0.13.2.crate) = 83120 bytes BLAKE2s (xi-unicode-0.3.0.crate) = c804c6ebd1f000dd1c9ba1276a6c412083e5960dde3f1bb4738f925b5e447d75 SHA512 (xi-unicode-0.3.0.crate) = 39875839dcf90b391e76a6b2c2efb2e6f8bfdfdaa59c4815bab8f24412f840c6b01232b5bd79a8f8c6bf7733333e5915c2a7235d27f890b883d6658094bf6271 Size (xi-unicode-0.3.0.crate) = 87001 bytes -BLAKE2s (yaml-rust-0.4.5.crate) = 65c7c0fe708cb682959e36fbb03b09a35b09d529e5c87364107f5985940a1404 -SHA512 (yaml-rust-0.4.5.crate) = 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0 -Size (yaml-rust-0.4.5.crate) = 47783 bytes From 6edf57e7319be006fab024f6572e9136fe2fc5ff Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 21:07:35 +0000 Subject: [PATCH 0904/1154] doc: Updated net/ncgopher to 0.4.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3aedba0e6bc54..16d40a21fe941 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2711 2022/05/23 21:06:45 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2712 2022/05/23 21:07:35 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4164,3 +4164,4 @@ Changes to the packages collection and infrastructure in 2022: Added cad/fstl version 0.9.4 [plunky 2022-05-23] Added cad/gcad3d version 2.46.24 [plunky 2022-05-23] Updated net/yaydl to 0.8.0 [pin 2022-05-23] + Updated net/ncgopher to 0.4.0 [pin 2022-05-23] From 5f7699d73b8a7e1b1ebfbdc191a9528a5c49c716 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 21:08:34 +0000 Subject: [PATCH 0905/1154] audio/librespot: update to 0.4.1 0.4.1 - 2022-05-23 Changed [chore] The MSRV is now 1.56 Fixed [playback] Fixed dependency issues when installing from crate --- audio/librespot/Makefile | 4 +- audio/librespot/cargo-depends.mk | 113 +++++----- audio/librespot/distinfo | 341 ++++++++++++++----------------- 3 files changed, 203 insertions(+), 255 deletions(-) diff --git a/audio/librespot/Makefile b/audio/librespot/Makefile index a8af4dfd10368..45d4ee4e98519 100644 --- a/audio/librespot/Makefile +++ b/audio/librespot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2022/05/22 16:38:02 pin Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/23 21:08:34 pin Exp $ -DISTNAME= librespot-0.4.0 +DISTNAME= librespot-0.4.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=librespot-org/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/librespot/cargo-depends.mk b/audio/librespot/cargo-depends.mk index fc96f454d94ea..5dd297a1ac669 100644 --- a/audio/librespot/cargo-depends.mk +++ b/audio/librespot/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.7 2022/05/22 16:38:02 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.8 2022/05/23 21:08:34 pin Exp $ CARGO_CRATE_DEPENDS+= addr2line-0.17.0 CARGO_CRATE_DEPENDS+= adler-1.0.2 @@ -7,7 +7,7 @@ CARGO_CRATE_DEPENDS+= aes-ctr-0.6.0 CARGO_CRATE_DEPENDS+= aes-soft-0.6.4 CARGO_CRATE_DEPENDS+= aesni-0.10.0 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 -CARGO_CRATE_DEPENDS+= alsa-0.5.0 +CARGO_CRATE_DEPENDS+= alsa-0.6.0 CARGO_CRATE_DEPENDS+= alsa-sys-0.3.1 CARGO_CRATE_DEPENDS+= anyhow-1.0.57 CARGO_CRATE_DEPENDS+= array-init-2.0.0 @@ -26,32 +26,30 @@ CARGO_CRATE_DEPENDS+= bytes-1.1.0 CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cesu8-1.1.0 CARGO_CRATE_DEPENDS+= cexpr-0.6.0 -CARGO_CRATE_DEPENDS+= cfg-expr-0.8.1 -CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 +CARGO_CRATE_DEPENDS+= cfg-expr-0.10.3 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 CARGO_CRATE_DEPENDS+= cipher-0.2.5 CARGO_CRATE_DEPENDS+= clang-sys-1.3.2 -CARGO_CRATE_DEPENDS+= colored-1.9.3 +CARGO_CRATE_DEPENDS+= colored-2.0.0 CARGO_CRATE_DEPENDS+= combine-4.6.4 CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 CARGO_CRATE_DEPENDS+= coreaudio-rs-0.10.0 CARGO_CRATE_DEPENDS+= coreaudio-sys-0.2.10 -CARGO_CRATE_DEPENDS+= cpal-0.13.4 +CARGO_CRATE_DEPENDS+= cpal-0.13.5 CARGO_CRATE_DEPENDS+= cpufeatures-0.2.2 CARGO_CRATE_DEPENDS+= crypto-common-0.1.3 CARGO_CRATE_DEPENDS+= crypto-mac-0.11.1 CARGO_CRATE_DEPENDS+= ctr-0.6.0 -CARGO_CRATE_DEPENDS+= darling-0.10.2 -CARGO_CRATE_DEPENDS+= darling_core-0.10.2 -CARGO_CRATE_DEPENDS+= darling_macro-0.10.2 +CARGO_CRATE_DEPENDS+= darling-0.13.4 +CARGO_CRATE_DEPENDS+= darling_core-0.13.4 +CARGO_CRATE_DEPENDS+= darling_macro-0.13.4 CARGO_CRATE_DEPENDS+= digest-0.9.0 CARGO_CRATE_DEPENDS+= digest-0.10.3 CARGO_CRATE_DEPENDS+= dns-sd-0.1.3 -CARGO_CRATE_DEPENDS+= either-1.6.1 -CARGO_CRATE_DEPENDS+= env_logger-0.8.4 +CARGO_CRATE_DEPENDS+= env_logger-0.9.0 CARGO_CRATE_DEPENDS+= fastrand-1.7.0 -CARGO_CRATE_DEPENDS+= fixedbitset-0.2.0 +CARGO_CRATE_DEPENDS+= fixedbitset-0.4.1 CARGO_CRATE_DEPENDS+= fnv-1.0.7 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 CARGO_CRATE_DEPENDS+= futures-0.3.21 @@ -67,27 +65,23 @@ CARGO_CRATE_DEPENDS+= generic-array-0.14.5 CARGO_CRATE_DEPENDS+= getopts-0.2.21 CARGO_CRATE_DEPENDS+= getrandom-0.2.6 CARGO_CRATE_DEPENDS+= gimli-0.26.1 -CARGO_CRATE_DEPENDS+= glib-0.10.3 -CARGO_CRATE_DEPENDS+= glib-0.14.8 -CARGO_CRATE_DEPENDS+= glib-macros-0.10.1 -CARGO_CRATE_DEPENDS+= glib-macros-0.14.1 -CARGO_CRATE_DEPENDS+= glib-sys-0.10.1 -CARGO_CRATE_DEPENDS+= glib-sys-0.14.0 +CARGO_CRATE_DEPENDS+= glib-0.15.11 +CARGO_CRATE_DEPENDS+= glib-macros-0.15.11 +CARGO_CRATE_DEPENDS+= glib-sys-0.15.10 CARGO_CRATE_DEPENDS+= glob-0.3.0 -CARGO_CRATE_DEPENDS+= gobject-sys-0.10.0 -CARGO_CRATE_DEPENDS+= gobject-sys-0.14.0 -CARGO_CRATE_DEPENDS+= gstreamer-0.17.4 -CARGO_CRATE_DEPENDS+= gstreamer-app-0.17.2 -CARGO_CRATE_DEPENDS+= gstreamer-app-sys-0.17.0 -CARGO_CRATE_DEPENDS+= gstreamer-audio-0.17.2 -CARGO_CRATE_DEPENDS+= gstreamer-audio-sys-0.17.0 -CARGO_CRATE_DEPENDS+= gstreamer-base-0.17.2 -CARGO_CRATE_DEPENDS+= gstreamer-base-sys-0.17.0 -CARGO_CRATE_DEPENDS+= gstreamer-sys-0.17.3 +CARGO_CRATE_DEPENDS+= gobject-sys-0.15.10 +CARGO_CRATE_DEPENDS+= gstreamer-0.18.8 +CARGO_CRATE_DEPENDS+= gstreamer-app-0.18.7 +CARGO_CRATE_DEPENDS+= gstreamer-app-sys-0.18.0 +CARGO_CRATE_DEPENDS+= gstreamer-audio-0.18.7 +CARGO_CRATE_DEPENDS+= gstreamer-audio-sys-0.18.3 +CARGO_CRATE_DEPENDS+= gstreamer-base-0.18.0 +CARGO_CRATE_DEPENDS+= gstreamer-base-sys-0.18.0 +CARGO_CRATE_DEPENDS+= gstreamer-sys-0.18.0 CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 CARGO_CRATE_DEPENDS+= headers-0.3.7 CARGO_CRATE_DEPENDS+= headers-core-0.2.0 -CARGO_CRATE_DEPENDS+= heck-0.3.3 +CARGO_CRATE_DEPENDS+= heck-0.4.0 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= hex-0.4.3 CARGO_CRATE_DEPENDS+= hmac-0.11.0 @@ -102,13 +96,13 @@ CARGO_CRATE_DEPENDS+= hyper-proxy-0.9.1 CARGO_CRATE_DEPENDS+= ident_case-1.0.1 CARGO_CRATE_DEPENDS+= idna-0.2.3 CARGO_CRATE_DEPENDS+= if-addrs-0.7.0 -CARGO_CRATE_DEPENDS+= indexmap-1.8.1 +CARGO_CRATE_DEPENDS+= indexmap-1.7.0 CARGO_CRATE_DEPENDS+= instant-0.1.12 -CARGO_CRATE_DEPENDS+= itertools-0.9.0 -CARGO_CRATE_DEPENDS+= itertools-0.10.3 CARGO_CRATE_DEPENDS+= itoa-1.0.2 -CARGO_CRATE_DEPENDS+= jack-0.7.3 -CARGO_CRATE_DEPENDS+= jack-sys-0.2.3 +CARGO_CRATE_DEPENDS+= jack-0.8.3 +CARGO_CRATE_DEPENDS+= jack-0.10.0 +CARGO_CRATE_DEPENDS+= jack-sys-0.2.2 +CARGO_CRATE_DEPENDS+= jack-sys-0.4.0 CARGO_CRATE_DEPENDS+= jni-0.19.0 CARGO_CRATE_DEPENDS+= jni-sys-0.3.0 CARGO_CRATE_DEPENDS+= jobserver-0.1.24 @@ -131,20 +125,19 @@ CARGO_CRATE_DEPENDS+= mach-0.3.2 CARGO_CRATE_DEPENDS+= match_cfg-0.1.0 CARGO_CRATE_DEPENDS+= matches-0.1.9 CARGO_CRATE_DEPENDS+= memchr-2.5.0 +CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= mime-0.3.16 CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 CARGO_CRATE_DEPENDS+= mio-0.8.3 CARGO_CRATE_DEPENDS+= muldiv-1.0.0 CARGO_CRATE_DEPENDS+= multimap-0.8.3 -CARGO_CRATE_DEPENDS+= ndk-0.3.0 CARGO_CRATE_DEPENDS+= ndk-0.6.0 CARGO_CRATE_DEPENDS+= ndk-context-0.1.1 -CARGO_CRATE_DEPENDS+= ndk-glue-0.3.0 -CARGO_CRATE_DEPENDS+= ndk-macro-0.2.0 -CARGO_CRATE_DEPENDS+= ndk-sys-0.2.2 +CARGO_CRATE_DEPENDS+= ndk-glue-0.6.2 +CARGO_CRATE_DEPENDS+= ndk-macro-0.3.0 CARGO_CRATE_DEPENDS+= ndk-sys-0.3.0 -CARGO_CRATE_DEPENDS+= nix-0.20.0 +CARGO_CRATE_DEPENDS+= nix-0.23.1 CARGO_CRATE_DEPENDS+= nom-7.1.1 CARGO_CRATE_DEPENDS+= num-bigint-0.4.3 CARGO_CRATE_DEPENDS+= num-derive-0.3.3 @@ -159,8 +152,9 @@ CARGO_CRATE_DEPENDS+= object-0.28.4 CARGO_CRATE_DEPENDS+= oboe-0.4.6 CARGO_CRATE_DEPENDS+= oboe-sys-0.4.5 CARGO_CRATE_DEPENDS+= ogg-0.8.0 -CARGO_CRATE_DEPENDS+= once_cell-1.11.0 +CARGO_CRATE_DEPENDS+= once_cell-1.12.0 CARGO_CRATE_DEPENDS+= opaque-debug-0.3.0 +CARGO_CRATE_DEPENDS+= option-operations-0.4.0 CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 @@ -169,16 +163,15 @@ CARGO_CRATE_DEPENDS+= paste-1.0.7 CARGO_CRATE_DEPENDS+= pbkdf2-0.8.0 CARGO_CRATE_DEPENDS+= peeking_take_while-0.1.2 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 -CARGO_CRATE_DEPENDS+= petgraph-0.5.1 +CARGO_CRATE_DEPENDS+= petgraph-0.6.1 CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 CARGO_CRATE_DEPENDS+= portaudio-rs-0.3.2 CARGO_CRATE_DEPENDS+= portaudio-sys-0.1.1 CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.16 -CARGO_CRATE_DEPENDS+= pretty-hex-0.2.1 -CARGO_CRATE_DEPENDS+= priority-queue-1.2.1 -CARGO_CRATE_DEPENDS+= proc-macro-crate-0.1.5 +CARGO_CRATE_DEPENDS+= pretty-hex-0.3.0 +CARGO_CRATE_DEPENDS+= priority-queue-1.2.2 CARGO_CRATE_DEPENDS+= proc-macro-crate-1.1.3 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 @@ -195,16 +188,16 @@ CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 CARGO_CRATE_DEPENDS+= regex-1.5.6 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.26 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 -CARGO_CRATE_DEPENDS+= rodio-0.14.0 -CARGO_CRATE_DEPENDS+= rpassword-5.0.1 +CARGO_CRATE_DEPENDS+= rodio-0.15.0 +CARGO_CRATE_DEPENDS+= rpassword-6.0.1 CARGO_CRATE_DEPENDS+= rustc-demangle-0.1.21 CARGO_CRATE_DEPENDS+= rustc-hash-1.1.0 CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 CARGO_CRATE_DEPENDS+= ryu-1.0.10 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 -CARGO_CRATE_DEPENDS+= sdl2-0.34.5 -CARGO_CRATE_DEPENDS+= sdl2-sys-0.34.5 +CARGO_CRATE_DEPENDS+= sdl2-0.35.2 +CARGO_CRATE_DEPENDS+= sdl2-sys-0.35.2 CARGO_CRATE_DEPENDS+= semver-1.0.9 CARGO_CRATE_DEPENDS+= serde-1.0.137 CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 @@ -215,21 +208,16 @@ CARGO_CRATE_DEPENDS+= shannon-0.2.0 CARGO_CRATE_DEPENDS+= shell-words-1.1.0 CARGO_CRATE_DEPENDS+= shlex-1.1.0 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 -CARGO_CRATE_DEPENDS+= simple_logger-1.16.0 +CARGO_CRATE_DEPENDS+= simple_logger-2.1.0 CARGO_CRATE_DEPENDS+= slab-0.4.6 CARGO_CRATE_DEPENDS+= smallvec-1.8.0 CARGO_CRATE_DEPENDS+= socket2-0.4.4 CARGO_CRATE_DEPENDS+= stdweb-0.1.3 -CARGO_CRATE_DEPENDS+= strsim-0.9.3 -CARGO_CRATE_DEPENDS+= strum-0.18.0 -CARGO_CRATE_DEPENDS+= strum-0.21.0 -CARGO_CRATE_DEPENDS+= strum_macros-0.18.0 -CARGO_CRATE_DEPENDS+= strum_macros-0.21.1 +CARGO_CRATE_DEPENDS+= strsim-0.10.0 CARGO_CRATE_DEPENDS+= subtle-2.4.1 CARGO_CRATE_DEPENDS+= syn-1.0.95 CARGO_CRATE_DEPENDS+= synstructure-0.12.6 -CARGO_CRATE_DEPENDS+= system-deps-1.3.2 -CARGO_CRATE_DEPENDS+= system-deps-3.2.0 +CARGO_CRATE_DEPENDS+= system-deps-6.0.2 CARGO_CRATE_DEPENDS+= tempfile-3.3.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= thiserror-1.0.31 @@ -243,24 +231,23 @@ CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 CARGO_CRATE_DEPENDS+= tokio-1.18.2 CARGO_CRATE_DEPENDS+= tokio-macros-1.7.0 CARGO_CRATE_DEPENDS+= tokio-stream-0.1.8 -CARGO_CRATE_DEPENDS+= tokio-util-0.6.10 +CARGO_CRATE_DEPENDS+= tokio-util-0.7.2 CARGO_CRATE_DEPENDS+= toml-0.5.9 CARGO_CRATE_DEPENDS+= tower-service-0.3.1 CARGO_CRATE_DEPENDS+= tracing-0.1.34 +CARGO_CRATE_DEPENDS+= tracing-attributes-0.1.21 CARGO_CRATE_DEPENDS+= tracing-core-0.1.26 CARGO_CRATE_DEPENDS+= try-lock-0.2.3 CARGO_CRATE_DEPENDS+= typenum-1.15.0 CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 -CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= url-2.2.2 -CARGO_CRATE_DEPENDS+= uuid-0.8.2 +CARGO_CRATE_DEPENDS+= uuid-1.0.0 CARGO_CRATE_DEPENDS+= vergen-3.2.0 -CARGO_CRATE_DEPENDS+= version-compare-0.0.10 -CARGO_CRATE_DEPENDS+= version-compare-0.0.11 +CARGO_CRATE_DEPENDS+= version-compare-0.1.0 CARGO_CRATE_DEPENDS+= version_check-0.9.4 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= want-0.3.0 @@ -282,5 +269,5 @@ CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 -CARGO_CRATE_DEPENDS+= zerocopy-0.3.0 -CARGO_CRATE_DEPENDS+= zerocopy-derive-0.2.0 +CARGO_CRATE_DEPENDS+= zerocopy-0.6.1 +CARGO_CRATE_DEPENDS+= zerocopy-derive-0.3.1 diff --git a/audio/librespot/distinfo b/audio/librespot/distinfo index e47c9cfb3259b..1bf82648ec087 100644 --- a/audio/librespot/distinfo +++ b/audio/librespot/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2022/05/22 16:38:02 pin Exp $ +$NetBSD: distinfo,v 1.10 2022/05/23 21:08:34 pin Exp $ BLAKE2s (addr2line-0.17.0.crate) = f7fa3b016f0e80c4ea9967f8947de15edc9fa39d0c0cdea692dccd0c41c28039 SHA512 (addr2line-0.17.0.crate) = ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95 @@ -21,9 +21,9 @@ Size (aesni-0.10.0.crate) = 100248 bytes BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes -BLAKE2s (alsa-0.5.0.crate) = e1bc0e254bfbb8c61416309b88d4ab202109fde106b303eabbba6a9e4a46bb27 -SHA512 (alsa-0.5.0.crate) = 95a57749b1c21418fe86c61b69a4fea73b0f43d42312ae6bb66ec4fe5bc8a255fd6adcfad5037b8b49361d62a1ae9efba03201daa17f2e05f0589beb66bc0160 -Size (alsa-0.5.0.crate) = 63941 bytes +BLAKE2s (alsa-0.6.0.crate) = 09b9b15e955c0584ac9d9d5f715c5fae755a0c19542fdf14bb44d9c0a7e6c69e +SHA512 (alsa-0.6.0.crate) = a63354da0e643a68e28e32293d48f866c071332b1d17cf8349a79f28e45d6b9566d22f30c3001a862ea26c2b757aa9440b3f52c826a40b29c7881d12416f599b +Size (alsa-0.6.0.crate) = 68171 bytes BLAKE2s (alsa-sys-0.3.1.crate) = 4d84e6362ffdbbb97a3ffac74750a091876e2f66ce1af6a44c32aaf5515f38de SHA512 (alsa-sys-0.3.1.crate) = 6523d909c500fee433f934eedfdc200cfc52e1b55be09434665210c16bb9af3593d8b1346ace184b171c7135a7aa65fdac5ca8c68e64f9d20436e1d8fac961fe Size (alsa-sys-0.3.1.crate) = 32748 bytes @@ -78,12 +78,9 @@ Size (cesu8-1.1.0.crate) = 10555 bytes BLAKE2s (cexpr-0.6.0.crate) = 8c05ce0b5d778ae61bd8ac4713e379eb82631c2745aafae8a3c1b709306f3abf SHA512 (cexpr-0.6.0.crate) = 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 Size (cexpr-0.6.0.crate) = 17966 bytes -BLAKE2s (cfg-expr-0.8.1.crate) = 0cc7380c2d249f133e875178920af6fad9045cecdcf7446ce40fc6496ef913f7 -SHA512 (cfg-expr-0.8.1.crate) = ad4ca0abf4d1c4ba2e768a9b5d8e10c732adc87ffbfc2b4bd9880c17b93780b0dfcbaddc9a3da0ea55f5636e055c14912967f98552dc6657e25a47083be7229e -Size (cfg-expr-0.8.1.crate) = 34539 bytes -BLAKE2s (cfg-if-0.1.10.crate) = d12527b913127910287edf00421530370392c52aa1c8b43c447fc49ebd012225 -SHA512 (cfg-if-0.1.10.crate) = 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339 -Size (cfg-if-0.1.10.crate) = 7933 bytes +BLAKE2s (cfg-expr-0.10.3.crate) = 2d5ad50da7e2cdc226567168fc70ab9c32ef53247621bb08e2f2c5555ec3b40c +SHA512 (cfg-expr-0.10.3.crate) = 9397c13b4f5bed2e287a4d18b0d8775ea328f97465059911746f0d47976fef3648b6729ebf4e07edad4a0b3592bdb41f437c942fb340563d747abc4e8895c9a5 +Size (cfg-expr-0.10.3.crate) = 39502 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes @@ -96,9 +93,9 @@ Size (cipher-0.2.5.crate) = 13099 bytes BLAKE2s (clang-sys-1.3.2.crate) = 8c3095996ae8ce23a28ac0ec1a1c53bcf7b90e515c2938c25f09a96f847a6e62 SHA512 (clang-sys-1.3.2.crate) = 500cee4af6510741e5fe7b72d6e25a513072aff26a90ce9766a70cb5e266e7c76bb4178f15ad517a0dea0d1e2f61b8b5953a2639e8cb87525bf2bb62b64847f4 Size (clang-sys-1.3.2.crate) = 37904 bytes -BLAKE2s (colored-1.9.3.crate) = a811dcf119b6f2a09980a6c6ea5b8a87b98700f7bc0002dc77d364ede4bd7ba9 -SHA512 (colored-1.9.3.crate) = 72a77360148b960662d62aa63313e235c155c761948ecc67d92f244a99fefc92ad133e1820634358130db841095027cd99b64a79aa6fa41a279e0d5d505aacd6 -Size (colored-1.9.3.crate) = 20062 bytes +BLAKE2s (colored-2.0.0.crate) = d662d4cff2fde6538fe02524b0e763f1928411c0dfb593c90c8dd6a6616389ec +SHA512 (colored-2.0.0.crate) = c9ee830c1e8a32372ab8c7ce569701deaa6533fa369fc1b4c04bed57b1e686ed775fc76c3d9815ad21ee69cfc7c30d645abcbacad39081c7e37ff83ebb6d9e8a +Size (colored-2.0.0.crate) = 21619 bytes BLAKE2s (combine-4.6.4.crate) = f793e88dca3f67adff4bf45c8ff50f315638aa699b04f2979dfb2706229efae6 SHA512 (combine-4.6.4.crate) = 2550aba009b8ab66230e7b21fd1cb5085c92bc280e31f35c9b02dc78fa138ef9b9ece0d7801473b88d11866b013c6fa3bb6e9611bdc1a7b85144e50a49829774 Size (combine-4.6.4.crate) = 132144 bytes @@ -111,9 +108,9 @@ Size (coreaudio-rs-0.10.0.crate) = 34487 bytes BLAKE2s (coreaudio-sys-0.2.10.crate) = b7ee429d5dfab455db57e9b3a80672c9a6e51af1489f86866423b2eac5b3958f SHA512 (coreaudio-sys-0.2.10.crate) = 3e1e61e9376a5cd9d99ef575fc0ed1c55314ec7ef8188189132751b9d9e093fc01f1cdf497a68519350a26466a9d9c08565d8a326a546e87053d15ff7c1e6d35 Size (coreaudio-sys-0.2.10.crate) = 5434 bytes -BLAKE2s (cpal-0.13.4.crate) = 4879e4bd866b3a733ba909bfcf8c4d3142ac39c4913f56c7af38fb7b3dd0fce5 -SHA512 (cpal-0.13.4.crate) = 248324573f2b0cb66e9bde2d89d623cba4d44476cb8b01d04f612db0cea296f0cacff5f41a935a5449e7bbd3dfb9ec8322dc5e3ab9d17d30986b18d77ad2eb59 -Size (cpal-0.13.4.crate) = 92833 bytes +BLAKE2s (cpal-0.13.5.crate) = 51f412cb0b3444676f994f42584546e60ee5c792c79166413182c4c210f3430b +SHA512 (cpal-0.13.5.crate) = ad1ee6ed7473474df716300eb6b1e5db8a4a0f9844a5bebb6704e1acaf102c4dcd495d559ef6be99db652ccc0ea2a9c2d2a266e865389ce08aa6f60ba06e1c8d +Size (cpal-0.13.5.crate) = 93790 bytes BLAKE2s (cpufeatures-0.2.2.crate) = 1570c85f34c7ec0597deea28a71a4011558fbf84cae95cb18e26f7b44789f60d SHA512 (cpufeatures-0.2.2.crate) = a771a86e2fa26033b27d22fe250968cd80cc64031838d1c111ad5c69951d5f29de0cad375965c7c2cbceda2a005dedaf6df15c699041c9d0cf65a1c2033f69c5 Size (cpufeatures-0.2.2.crate) = 10655 bytes @@ -126,15 +123,15 @@ Size (crypto-mac-0.11.1.crate) = 9551 bytes BLAKE2s (ctr-0.6.0.crate) = c869f1b3de33776199a353b4970b80ea1818c77f47780464d831bffc53f06354 SHA512 (ctr-0.6.0.crate) = c58c7b44de1746e560596a9409ba542eef1b33147f8ee842da6e7c9c062046044a0f4cd432d0876928f036a590d9e6c007d4372a043aa5d8317fffdd605ac993 Size (ctr-0.6.0.crate) = 17092 bytes -BLAKE2s (darling-0.10.2.crate) = f9dff445d8653876f763a0e3f8bd5aeccf278102cfe21a8855ac63c088d9dc42 -SHA512 (darling-0.10.2.crate) = b312a74e577cb2f889315ae42513c7f26597faff306a40281189be2101339661772016a5e197466bd85ef94c275e811adee1b7c0772458126677d1998ed6fb15 -Size (darling-0.10.2.crate) = 17620 bytes -BLAKE2s (darling_core-0.10.2.crate) = 7cbf46053b1d7e6c014939ce98e08623d6022de15316723a0e872ded8a549cb5 -SHA512 (darling_core-0.10.2.crate) = a0af8e8ebb8584973c20eac01fe9ae828744b5e86cbe268262f8710a2e0ad568bbc6cd051d5225cc536a0a1fcb1886233063c8c18ea16b45c47207ce64af89d9 -Size (darling_core-0.10.2.crate) = 44339 bytes -BLAKE2s (darling_macro-0.10.2.crate) = 8ef91b3b4b3c2176e76f4389fad692478b774638bb8157cc4fd55ef3fdbe8b53 -SHA512 (darling_macro-0.10.2.crate) = 43a0e9091fe12ec986e229a73bc41e23b1815fecfe62df8eed74d2ef33f5c329c444f1568d3c966554ff0bb29220146ba8f30d1c2d77ed7dea9adea10dacd152 -Size (darling_macro-0.10.2.crate) = 1919 bytes +BLAKE2s (darling-0.13.4.crate) = 198cf8332e21f739ec08ac95dc0b619872d07318f547a4740c0fddf48b0626e1 +SHA512 (darling-0.13.4.crate) = 7392896b97b80ad24d76a985f4b950668ba351498f48ef0722c783c28d43c4a4828f5f6eba7e754ca554b6662fc419e73bcb65d4b20037285a16e345fec9ef75 +Size (darling-0.13.4.crate) = 20895 bytes +BLAKE2s (darling_core-0.13.4.crate) = 6c0e97e41364340441d80c355421ab6482fd927d9ef69660a76a8d564a8669f0 +SHA512 (darling_core-0.13.4.crate) = 96d431ebfb9d13aaff2c50f7ad7d5ac5e95813fac851e3e1d7739d1fd5b366fda32172829af88cabadb475f83b4500199167ede54bc802ca1e52137cf6c16c0f +Size (darling_core-0.13.4.crate) = 52937 bytes +BLAKE2s (darling_macro-0.13.4.crate) = fc0a38f062d537596926c008617a4ee6bc0ad331244b0062bc7855f3141e948a +SHA512 (darling_macro-0.13.4.crate) = 908ea6459110da16e4ec6ac843659664ed4fa3fb2ea9b92274a738ff5994cf81fbb48403db609b9a70f39c3e288da4358ce369c66821122e3a6a0940473da94c +Size (darling_macro-0.13.4.crate) = 1910 bytes BLAKE2s (digest-0.10.3.crate) = 2dfb38bb66675ede95a8f2da9466d49ee562d1df7221621b51c3aa42cd9766f5 SHA512 (digest-0.10.3.crate) = bfc9b24e4a6e3df91669a36f8ddcdcfb643e22b3102a200d56bbe88d94e8f1f1e52f5ac29f06253913fbd977b149a3e775c95175b93950340946152f6525803e Size (digest-0.10.3.crate) = 18990 bytes @@ -144,18 +141,15 @@ Size (digest-0.9.0.crate) = 13247 bytes BLAKE2s (dns-sd-0.1.3.crate) = d714923faaa39c4a973a295f2a6d323096a0b009b81bdba876f54334eb89467a SHA512 (dns-sd-0.1.3.crate) = d9a3456d261a41e48d3d932cd866d122cba645872da165f2aafd24f2363de0605fa819fc630ae5dad84db140d3dab36ab87b19a7b706a8430bf9589fcaf99d0a Size (dns-sd-0.1.3.crate) = 6201 bytes -BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 -SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf -Size (either-1.6.1.crate) = 13641 bytes -BLAKE2s (env_logger-0.8.4.crate) = cb8a50302744a8b936ba8b877d6bd43d44708d40214d6f3f3cbc8bec062420e1 -SHA512 (env_logger-0.8.4.crate) = 9e4478ff609a2e1e1a902a55b221af43a52622fdb5668dc33fb0be354b964708b7b6d13b7f1ef11982f45fa7e71f0712a2ab3fd4ea98155a5115e5a7c3d33049 -Size (env_logger-0.8.4.crate) = 33342 bytes +BLAKE2s (env_logger-0.9.0.crate) = dc9832f568b18f635942b1a247b81c3e57a4ce6a63b36309e7f57c5f7e3b98c0 +SHA512 (env_logger-0.9.0.crate) = d7db85d2f7d16f7f97b6714e01e342ab6b784c799ef26ee322ec85fcee28a549b6e49a49200ff78eceacd0c682e941f8538a497e2a2a196040769c2365feb566 +Size (env_logger-0.9.0.crate) = 33573 bytes BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 Size (fastrand-1.7.0.crate) = 11265 bytes -BLAKE2s (fixedbitset-0.2.0.crate) = bf062641ef2efefe156bccc98922620103d483edaf21bce19fd609f4feba441d -SHA512 (fixedbitset-0.2.0.crate) = 44642b270d52f71637a87e5311f70ac77baa2a377f94254d1bd728b4ff02a3176f3a5d07732c0c4fb9bf303dbeecf327432ae01e2779d966cc13b5fb97cbc28c -Size (fixedbitset-0.2.0.crate) = 13597 bytes +BLAKE2s (fixedbitset-0.4.1.crate) = cfe19932186c9ac55f2ee4ddd55013d71248aa9dc7702080d429c65cf844b374 +SHA512 (fixedbitset-0.4.1.crate) = 8c53515f1a372a2626e83bc6999adaa00be6451f68627a63e0207ce6a8967e9cab6061adde3e33305c700c472be750903eb36b6f5ce071248db461c0af450b33 +Size (fixedbitset-0.4.1.crate) = 15551 bytes BLAKE2s (fnv-1.0.7.crate) = ffa8e3e3e120c65486f2575822704aa79aac381f375d7295875475e36775ff09 SHA512 (fnv-1.0.7.crate) = 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 Size (fnv-1.0.7.crate) = 11266 bytes @@ -201,57 +195,45 @@ Size (getrandom-0.2.6.crate) = 28043 bytes BLAKE2s (gimli-0.26.1.crate) = d8a254077b0647501369f6b0e989352f7814b7d1ff9c3be7396fa8629281e7ad SHA512 (gimli-0.26.1.crate) = c341354e13a78c4afeb651a0ed651f60d188957216ba51079512531ab1273b1b79c86c57e904b87064015f8e7efe4280d9edd4acf90e25fb29f8813a4c7bf9a9 Size (gimli-0.26.1.crate) = 716168 bytes -BLAKE2s (glib-0.10.3.crate) = 7180a7e43887e85044fff91a032321ef1ca01bd16e83e9a50b3f739c56f3fbc8 -SHA512 (glib-0.10.3.crate) = 6e621c9a6df2c0e283168fdf7835ba46405ee4cb04e0cc67337f34b9ca8184b181e25042f442022efde17b167225c862e78984f7c96db762fafdfa64d9a140b7 -Size (glib-0.10.3.crate) = 137147 bytes -BLAKE2s (glib-0.14.8.crate) = 4b9b1ebfcce4ddd8ee3c7a76f87756b69e1c09b8ad4361de40f6984f124f0850 -SHA512 (glib-0.14.8.crate) = ca2236abdee994abca00f5ad31ba89641b6797bbe6eff73be5632ce7460b6ad42301d617d9cd2679be178a3667e21538b21695c9662996c2d7cbc3902446d419 -Size (glib-0.14.8.crate) = 165294 bytes -BLAKE2s (glib-macros-0.10.1.crate) = 1323dfa5527c5fa0e59c80a563105aab1df8a285b0f765d8ffa6cd7669101427 -SHA512 (glib-macros-0.10.1.crate) = 18c23680475e0c4b1eafe2506a12989938cc886432fe6bd4df684bf30364ca82017f62a06c06dba1476651f55212b742aadfbce2a515e14cae18706857c0f356 -Size (glib-macros-0.10.1.crate) = 7380 bytes -BLAKE2s (glib-macros-0.14.1.crate) = 7bf09eb025ee2d3d533669e936c8fb018c338e4104ab9f77ab5539d14bf7f388 -SHA512 (glib-macros-0.14.1.crate) = ab3755a41f811aa0cfd94f61d2fc3ab3c2b4c6c76b31b2f3134af8708755fe40fd4d1da6065444d4ed492ff237bdf4fee945cdce3474a034914b32d87e30d14a -Size (glib-macros-0.14.1.crate) = 20018 bytes -BLAKE2s (glib-sys-0.10.1.crate) = 0a3dae7137e87001e07e9c91e22bef3201e3821baa07d78583b945db1534a867 -SHA512 (glib-sys-0.10.1.crate) = 6bcfaffe5e46d29e57df09bac1b814830c59c3c12055db4675d74eed1a98f61701e146ee5a98cb517ce36b8c6e35e0bcf96dd3b62aa82158b1bdff5f38037a0c -Size (glib-sys-0.10.1.crate) = 48839 bytes -BLAKE2s (glib-sys-0.14.0.crate) = c4c47a1b5eae4f50a5b35d7435cd9c6e165d808ed321e1dc9158e146f8d6443a -SHA512 (glib-sys-0.14.0.crate) = 9fdf85452eeffcf7605d6a087ca141a314113242a98476e6ba4af38fd69135c170ba7d6d5e8fdc37389e51612f11a44b19e3fef3ad2c60582b368b743c6d6c63 -Size (glib-sys-0.14.0.crate) = 57390 bytes +BLAKE2s (glib-0.15.11.crate) = 3b7564ca482e513021f01bb919e7d7a0db57d6709243855a842e81cf95957cac +SHA512 (glib-0.15.11.crate) = e8d90785d2174fa54cebf8f29ecf2f9abae4b28d682ab2c59135fb173656c37b1c65d4c4c0d98a96d47eb85b3610da830c2fe1ad86fafa5ecefe5a7fc248a50e +Size (glib-0.15.11.crate) = 207394 bytes +BLAKE2s (glib-macros-0.15.11.crate) = 6280f91676567d5b90ddf19e288a75f54f39b48c65e4647daed4ae6caaf8afcd +SHA512 (glib-macros-0.15.11.crate) = 3959c07768a1c53a08586cf6ab64212145e9d886c3a074aa34aafe0dc2887f9bfb4924bc112b2f47028ee73e2fcefd57c6b398fce8ac7236c898aa532893b8f1 +Size (glib-macros-0.15.11.crate) = 27851 bytes +BLAKE2s (glib-sys-0.15.10.crate) = 9e2502873659cd38cc1ae4558a72a4333c9e87ae3a954676fb968aca408b6034 +SHA512 (glib-sys-0.15.10.crate) = b83d67d775f70d6a08b9a6a9e24b575f110a93e5dcc8c53c03015842bac2617d13ded014f46820f8b05b08e7a34aa4841923847869af26689251497daf0b69ec +Size (glib-sys-0.15.10.crate) = 59966 bytes BLAKE2s (glob-0.3.0.crate) = a60fa0dbb50f7da285b5ad2a74a36139efc9e6fe2f33c9ac81cf2c2db6b024f0 SHA512 (glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46 Size (glob-0.3.0.crate) = 18724 bytes -BLAKE2s (gobject-sys-0.10.0.crate) = b71d2d42794d6c96344b2df01bfbfe86ce9ac3f1136e56b24e7b826fb77660b9 -SHA512 (gobject-sys-0.10.0.crate) = 7e74040057091d07a58993b34fc00cda5c389abb6ed314f7fb7206c19632b4b03f6a644e015ed634e2d52ed6899a731ca3aa2292e2a4ec3d7cd420ec00fc716b -Size (gobject-sys-0.10.0.crate) = 17058 bytes -BLAKE2s (gobject-sys-0.14.0.crate) = e6b2cd61110a67a91d8b092c4d25e5e689985a7816440beee710c3a6a5900ab5 -SHA512 (gobject-sys-0.14.0.crate) = 90c16355a44cf88ce313e7fa2ca54001cb8ff14d238b0bfdd6cbc2264a7ad7a91b2fac18ec10d2db2b7956e56771058e5f8dbf9bc5ccaf3bb1029c63cb24cad1 -Size (gobject-sys-0.14.0.crate) = 17399 bytes -BLAKE2s (gstreamer-0.17.4.crate) = 74a9c654529a280bb475c4923a923d311b6c87a50656006b3ef6f2df2cfa4bd4 -SHA512 (gstreamer-0.17.4.crate) = c394759d0e48ef15a55b7d2d812b3d0884445711475e2672dddd8e33aabb93ff50eb0879697d717efbcd6aed2a4870c12f472a736b38dddbb34cda46d86d9baf -Size (gstreamer-0.17.4.crate) = 242315 bytes -BLAKE2s (gstreamer-app-0.17.2.crate) = 01612b27849ef1a05f001d5de9043a27b367cbadf48759a6e1b6c533838d03cc -SHA512 (gstreamer-app-0.17.2.crate) = 54bf9d1ea4f86e1fbb9c4a2fc1519ad701ef2d232d5f4796fd7ca6e894512ca03fa170db8870081206fba1114b974ee632180379090b8fadbf3a4654696383cf -Size (gstreamer-app-0.17.2.crate) = 37334 bytes -BLAKE2s (gstreamer-app-sys-0.17.0.crate) = a3ea3b4377053f7fd6f107d4ad08d56eeafa4fa44fe4e72ecd93674b5b63e71a -SHA512 (gstreamer-app-sys-0.17.0.crate) = c0b32cd2f75272c55bf2c700c117c2d18e9a9991e4683189c6c5617f373992adb18875ee30818f425080bfa319aaa6cb12e58c35270e94bc711196033b319f9f -Size (gstreamer-app-sys-0.17.0.crate) = 25428 bytes -BLAKE2s (gstreamer-audio-0.17.2.crate) = b6d49725275b4f995767c03377d3d71861ed22c5a4e802f4c97a6f3a28548680 -SHA512 (gstreamer-audio-0.17.2.crate) = f7d2c2d7119b8bcd678be4f23e82d2346ff2c0f16ef8e4aa3eb3b85b16b2845de17dd9af862beb83615799022e3ede1ce9512b697fa98d3992d7b65824ae0e09 -Size (gstreamer-audio-0.17.2.crate) = 59222 bytes -BLAKE2s (gstreamer-audio-sys-0.17.0.crate) = 80bb46123bc333ae6d68170ef325f3fd853186a476d80ac89ed361b294c07a85 -SHA512 (gstreamer-audio-sys-0.17.0.crate) = abb80dd8c252d2e2e6218d0999ced8ea6fe7eed207defb1f7444dbaba78fc3f59feacd1baf354c472550f6fd850cee21828fce485f51cdd6d9b36f6a31e86659 -Size (gstreamer-audio-sys-0.17.0.crate) = 38791 bytes -BLAKE2s (gstreamer-base-0.17.2.crate) = 111dd406370d9ff0cabb019b6958065b12d539173089fbeca8a0393762db4fc1 -SHA512 (gstreamer-base-0.17.2.crate) = 3d3ba950524212f18dc504dca281c31b20fb6a7e469b9a79d80f0ee374c54369093d7e07688f0d101080240c1cc1b4282821b7688a347a513ad6f51e1067264b -Size (gstreamer-base-0.17.2.crate) = 56050 bytes -BLAKE2s (gstreamer-base-sys-0.17.0.crate) = 4df67c04f43a398cba65b87264a9fe2167e6d7ff75a315af7e16d737fa43837a -SHA512 (gstreamer-base-sys-0.17.0.crate) = 6465ccf494e4415744f9fd675192623fb47d98f5d4df39c646c97ce730f22395bc53d9b3e55f0ff20c5533e8f065e2725862d0d83896222e1a065d3299c15f6d -Size (gstreamer-base-sys-0.17.0.crate) = 34572 bytes -BLAKE2s (gstreamer-sys-0.17.3.crate) = 315e40108b74ac5b2b5afa4e1a34b6856f15c43a327ab398693669357096c601 -SHA512 (gstreamer-sys-0.17.3.crate) = 2a8ff90cd1c4eb351848ee83ab4d0313eebbc82ed354c0b35cdf7ec96d74df9ffebd132abe02dbfc99b181e6c1a5f7e8fd93f6539864a12ef8112737ea15fe3e -Size (gstreamer-sys-0.17.3.crate) = 84696 bytes +BLAKE2s (gobject-sys-0.15.10.crate) = 280335f16adc0df6cbfb3ac95306d4cb809fac04942b52bf5336c8e334e4f9f1 +SHA512 (gobject-sys-0.15.10.crate) = 351b4dc985f5e0b1b3c7f2da9a615188b11a0b62052ffcd6e4fd654b086b0d66bee325f6e8807c2b3508132816540f2c8431f74ffdb4d31d436594ad2fdc0d92 +Size (gobject-sys-0.15.10.crate) = 18534 bytes +BLAKE2s (gstreamer-0.18.8.crate) = c95ea98a4d0072cc1a0b3e1d388805f75a20a3d33093d618e9d4e62fc1ee9bd7 +SHA512 (gstreamer-0.18.8.crate) = 2bd13e81dbc49a30546ee6b874c0213ec1ebf8242212ecbed912898c479ff50825b49c8214e4c50c2b091da9c1bac5e4fc3399d5bdbe069b16660eef9bec0968 +Size (gstreamer-0.18.8.crate) = 267103 bytes +BLAKE2s (gstreamer-app-0.18.7.crate) = 891ee5ae2f55b371fcfc2d1f5383755917b11bce6380356e82c5055018e037d1 +SHA512 (gstreamer-app-0.18.7.crate) = 92b58eef362197b88d36f6c8b041849090880dea95819b00282fb88f6ecbbd409bad51b5c3090a762a7bd9f18ef17efb96a0820faf823b33d09efcd4cb2ae45f +Size (gstreamer-app-0.18.7.crate) = 39999 bytes +BLAKE2s (gstreamer-app-sys-0.18.0.crate) = 14fbcf9fa2bda3cbdf624c4d2e0042509cd1f80b7be6426ce3628f8bc2aa5fcf +SHA512 (gstreamer-app-sys-0.18.0.crate) = fe8f5bb3ebe079467211f9534954533b4a17eba44fa766144c43355b189d8198d3be83fbf513bd28f3daf4f75615b0c803f54cc1bf2c0626b053086824533daf +Size (gstreamer-app-sys-0.18.0.crate) = 27238 bytes +BLAKE2s (gstreamer-audio-0.18.7.crate) = 87fa86eb804c854d4e22b69eed72b893a1558de314982f3e7135b5222bde5f78 +SHA512 (gstreamer-audio-0.18.7.crate) = 0b82b2cad0072c08bca131e4e41c2ff7dda858d7aa24d02eea114b7fcf63f9db009ce5f84e1e7ae4b153b4d59b719c0e20b62177325a42b46e39a11ab2c1c0cf +Size (gstreamer-audio-0.18.7.crate) = 65419 bytes +BLAKE2s (gstreamer-audio-sys-0.18.3.crate) = b185ae88033a39201ffc215efd7bd6a49a3ac4066b1d8927f21f6dd0c69d359f +SHA512 (gstreamer-audio-sys-0.18.3.crate) = ebb95f8dc634802aab87d9e1a28d1b0c40b4aab185b7fcdd5db192d6d077264a632f13b4cbf9f57c7bba222418cedbd1bdd3f881debaf61bc74161839a87f3d7 +Size (gstreamer-audio-sys-0.18.3.crate) = 40979 bytes +BLAKE2s (gstreamer-base-0.18.0.crate) = b4775d8550a7548875b8c3a8de4b714319b586ea81b938e951b7162257f886ea +SHA512 (gstreamer-base-0.18.0.crate) = c15d052b066035b4a964e2372e4bd9d2143d6e96a9e9005d3bcf8dc9f6e19dedece1eecd9b4baaf093d50fefc3b167898d9d9b156377a7e6ac5f5749475444df +Size (gstreamer-base-0.18.0.crate) = 59702 bytes +BLAKE2s (gstreamer-base-sys-0.18.0.crate) = 0b8fe09c773c6176e5cb06a8ac10730f4b50a3e517fdc2b258327baa9409202a +SHA512 (gstreamer-base-sys-0.18.0.crate) = 000002867d0215ed3fa5b2fff82db3596d8eb90554f9f48a9b8c9467b7ebeae0a1bac3014216e1d312ffcb519dfaef37d48c4186b0b061f3aa17e7358ab4993e +Size (gstreamer-base-sys-0.18.0.crate) = 36412 bytes +BLAKE2s (gstreamer-sys-0.18.0.crate) = d2420a7efd00f50d6e6ec69936cbccf6e54c2f2b5fe51c1f2d5bbcedf1eaf303 +SHA512 (gstreamer-sys-0.18.0.crate) = f3a39d5bdfdd9d104a233602aa1176e2393d3677a63fd91cad52988a927aab7a616e4383c8974832855045515fb7961c6ce7cfe303e4217a9920f4b520bcbd43 +Size (gstreamer-sys-0.18.0.crate) = 86281 bytes BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c Size (hashbrown-0.11.2.crate) = 85713 bytes @@ -261,9 +243,9 @@ Size (headers-0.3.7.crate) = 67907 bytes BLAKE2s (headers-core-0.2.0.crate) = fec172dc00002df69c4a23cc145d07ac15043d804e891452c4c07357f40f7bdb SHA512 (headers-core-0.2.0.crate) = 1d502e6a3b2ad70a0d1e410c55864ddbf4118ea073ff7697e6b763cd18748d91f074b36451c015e3bbadad4400d099f4a2e350c609f44daee4ad40398633a8fd Size (headers-core-0.2.0.crate) = 2380 bytes -BLAKE2s (heck-0.3.3.crate) = ad67e9fc1dc80c1a47e13e4e30cd2644118f8135c22c5c6462ed254cf6374d84 -SHA512 (heck-0.3.3.crate) = b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f -Size (heck-0.3.3.crate) = 10260 bytes +BLAKE2s (heck-0.4.0.crate) = 0bbfc0807fe42d68570dab10b6cdfeabd24e6c732caebcec1880c2b9efeb36b5 +SHA512 (heck-0.4.0.crate) = 33bdbf4ff9ecc4f4d74cf06590e056f4d96bf0d990d5381b9da5b65682b2495ed74e27b45419c2afa986c1f6200909d5175b137ae73ced5cc8ac869e4e1bce8f +Size (heck-0.4.0.crate) = 11161 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes @@ -306,27 +288,27 @@ Size (idna-0.2.3.crate) = 271023 bytes BLAKE2s (if-addrs-0.7.0.crate) = 270775bdf296ce6873bf5a8ea2fa1f265fa28ce4b52fbb68fb7d725682d5d09e SHA512 (if-addrs-0.7.0.crate) = ea82e01a21e70395c239eee1bf94aabd42fb291e932a787e7b340962ed6c4e618dcc0fd3c66bdb846c1231dac59732a0a28c3c308a33ff55017ccdd22b5961ba Size (if-addrs-0.7.0.crate) = 9632 bytes -BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 -SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b -Size (indexmap-1.8.1.crate) = 53220 bytes +BLAKE2s (indexmap-1.7.0.crate) = 791b51a9c31cc84acc5ee91662ee0bec67da90f1be6bc76efa428950e09bcca2 +SHA512 (indexmap-1.7.0.crate) = 9b882b4a7068a686acaee0a08bd4f3b35b58d36e786358cf14a3436eb61339649e64f1757331cc7833a2fa364c76eb6b75cf0c732afaeb202113de1e66b72ab9 +Size (indexmap-1.7.0.crate) = 50363 bytes BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 Size (instant-0.1.12.crate) = 6128 bytes -BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb -SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 -Size (itertools-0.10.3.crate) = 118661 bytes -BLAKE2s (itertools-0.9.0.crate) = 1f5bab58ae7adacf82399fc4c754bde007b0f010f4afbea8e3170e31332bab5b -SHA512 (itertools-0.9.0.crate) = 1c6650060750f3073140c4a77fc4d1acffa7d18320012807df0e20ab06ddb39afa7f086d89626e3909f89dc1f0408c9ccee4dd9454ca1f7a6a145bb213e7c5ce -Size (itertools-0.9.0.crate) = 96429 bytes BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 Size (itoa-1.0.2.crate) = 11112 bytes -BLAKE2s (jack-0.7.3.crate) = 038585ff3af4c56d84e336009ab7f0502a707b2427f7945adb3712daf43da1c8 -SHA512 (jack-0.7.3.crate) = eca94437a6f6f66aba986ab85806c4ba68edd2dbdd578558b3064df959f47725f01ec299551dcd895fa082298cc1ab901139078cb0de9af4d1ba3935b0eb2a2e -Size (jack-0.7.3.crate) = 51590 bytes -BLAKE2s (jack-sys-0.2.3.crate) = f6d2ec541ed57eaa60c9da834848f6303f6bf2d963a3b2c4fb6649344d8a94a9 -SHA512 (jack-sys-0.2.3.crate) = 70c0c118fbb022c0bbbfffb83d95c787f03c359f6925676e656de1f472d944bc5bfd6cb0bd8425522b374f2b951b8cbdd6e71801bf8695ba60bde18cc2b9a715 -Size (jack-sys-0.2.3.crate) = 11683 bytes +BLAKE2s (jack-0.10.0.crate) = 8960c8fbf6b953ea0ed6996046fb94b0d17bd00b31bde5283180358b560c3588 +SHA512 (jack-0.10.0.crate) = 1ddbf8356c125a82e766e276a56603c82c35526972e75a579e1f7c682fe760627fb595f0eb7503402d40ab109e0ad8e9fe214497b4e3c16c50078594b431ff03 +Size (jack-0.10.0.crate) = 50460 bytes +BLAKE2s (jack-0.8.3.crate) = 158318d38b67ce3f75fe4039604a150ff528de114535722a8879de8050a7fe4b +SHA512 (jack-0.8.3.crate) = 1eb04015d754b175fccf72364d9fe466e6168dfec07d9f5700725b4053448260afda9fb7da2d821dcc864c88515c2da29b2a606fe151eb727715d7c9ee923797 +Size (jack-0.8.3.crate) = 50760 bytes +BLAKE2s (jack-sys-0.2.2.crate) = fa64c3720d5acf3aab3b87baada369233a58f3d3d4cb83737e26e4b2cf4b1c63 +SHA512 (jack-sys-0.2.2.crate) = 29dad55b1a22b6cf8952544906b223a517b230427817c842d8109a42798540708141386248549219ac34edf4ad0b18e53c90c49f812ed5f027ea0afd68fad776 +Size (jack-sys-0.2.2.crate) = 11381 bytes +BLAKE2s (jack-sys-0.4.0.crate) = 5334cbfcad13be0a0e93e17ed22e7fb0bb2d8d62556c63415d2ef1c9ed85d55c +SHA512 (jack-sys-0.4.0.crate) = c98be32b784f4ff2a1de0902a8045dffe9472467b40e87ba740acbdcf1d1bde0de698aa93e19bd487413342442888d7ae77ca002b543e64d8ab0a0359f02710e +Size (jack-sys-0.4.0.crate) = 14861 bytes BLAKE2s (jni-0.19.0.crate) = 1bae11d4ee6d76b57c071584a24a3fa086f9419486777d5f51472ac5e9a4f127 SHA512 (jni-0.19.0.crate) = 75b48cd05ffbfa6e220dc4ffce3f37eb89105d42b0ac4e108930ed81c3525c4ee3d1c069342cee203c401c9f2e9bb2c53382fb61155da922ea9585d4fff9b212 Size (jni-0.19.0.crate) = 65890 bytes @@ -375,9 +357,9 @@ Size (libpulse-simple-sys-1.19.2.crate) = 9501 bytes BLAKE2s (libpulse-sys-1.19.3.crate) = ba5aefb3a8c6dbebd8a369844a79b6ce76cd5c4a1a6611f597b5a75e73057b9e SHA512 (libpulse-sys-1.19.3.crate) = 1df561a2516096636fb884553a113588fee2b9e6a20ddb8f678458ea6eb72ba969b5408c7d3c759add4ed886036f377bd474674a23041686c568d098dbf7e404 Size (libpulse-sys-1.19.3.crate) = 35136 bytes -BLAKE2s (librespot-0.4.0.tar.gz) = 8c549fb22d5808d5f10c3051a3e48146d04312710a6a7c6ce35f4f9daca8f0ee -SHA512 (librespot-0.4.0.tar.gz) = cc86a1388521f5e8339c86f47907f6fd9a424d1e18586ff7bff27241db00138dac884ce4f4701e3a7ffe334b6a4277ff391b955e7541f35692b358452f9a9931 -Size (librespot-0.4.0.tar.gz) = 153401 bytes +BLAKE2s (librespot-0.4.1.tar.gz) = 39bd97bb792a518dc6a3b96f4d4f39bf92ce40441571507f9a8cbe53b49b4ccf +SHA512 (librespot-0.4.1.tar.gz) = 63ecff22e850a70c0370d3d0a2188f3ba793f869bab56267bf97265382c1bbd556bc8bb01750bbf8143902b15f5903d731b9846d1dae1f6661c84d3724a4d9d2 +Size (librespot-0.4.1.tar.gz) = 153144 bytes BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d Size (lock_api-0.4.7.crate) = 25371 bytes @@ -396,6 +378,9 @@ Size (matches-0.1.9.crate) = 2246 bytes BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa Size (memchr-2.5.0.crate) = 65812 bytes +BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 +SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f +Size (memoffset-0.6.5.crate) = 7686 bytes BLAKE2s (mime-0.3.16.crate) = 0b9e3a74a1d79c695679fd795f27d97ea837ce415d8c057edc9b30381a1ce60c SHA512 (mime-0.3.16.crate) = cb1d691610cb82720e553247336fc5eab63407ad37febf2eb50aaa4e329cca70959ecd8bb8c7af5753acec2c8e86fc9a0f8ad9ad2de93fe9295ce84033d6054c Size (mime-0.3.16.crate) = 15206 bytes @@ -414,30 +399,24 @@ Size (muldiv-1.0.0.crate) = 4991 bytes BLAKE2s (multimap-0.8.3.crate) = f1a96e89c068ad2573ffdd4d560de235075bba0a02f004e0ddd0bf63298a470b SHA512 (multimap-0.8.3.crate) = 8580982dde6624a0d181cfdf6cc2293c368762b548f32d196fb7a29fb698d1cb743bc2572ca284c6ecd107a632ea2a428fc998c05df164437f2cb470d24d23cd Size (multimap-0.8.3.crate) = 13518 bytes -BLAKE2s (ndk-0.3.0.crate) = a224136658a8f74b45c214f33b76cbb456318a12a350a61d7f443de9413c0070 -SHA512 (ndk-0.3.0.crate) = f0c1a517da1f8ab3a9f8b402610a721c591059da7500aaf66a021daf55c065a237a3d5c5855432cd46823f29b048ccb9b1c360f39fc76186a4b92a413e93e49c -Size (ndk-0.3.0.crate) = 39011 bytes BLAKE2s (ndk-0.6.0.crate) = 6b761f3101392b2bff4f0fbf37f979c15fc38afa7b24494d15678a2ff0ca4e00 SHA512 (ndk-0.6.0.crate) = 62af40a702784a35bd3517131aa5c5fe22da81091e45a8c8639fa8f1f8b3fed117991db9518dcf55878cbd6222f696d09e0bfb28e161aa47d77b2825ad2e1fbb Size (ndk-0.6.0.crate) = 39828 bytes BLAKE2s (ndk-context-0.1.1.crate) = 6a7eea2f8dcf93e9f010b3df39216a2fb37b4c281eb8dc45c418e089c5afba12 SHA512 (ndk-context-0.1.1.crate) = 3e15db351492b3f1935424a4c119d878f5d771d6ca0cb6161e4105b263178e96e41cdf1e927e5f3c81a281f55dee25929a9cee911eeb4ff307dcd31fc400398b Size (ndk-context-0.1.1.crate) = 2205 bytes -BLAKE2s (ndk-glue-0.3.0.crate) = 2813bdb8897de379929f5bc5d23840c6f91452891bfba7c3b3bf5c4e2eeab070 -SHA512 (ndk-glue-0.3.0.crate) = 1b3b991779213c84fdef7de6b1aa4f1d070d8914e681dd0bb1f1c5a0a8c24d2e73ad4eab305ff39c8586dea7c7cd8ca7b59d5a2649bc8b56aee3305d714be4af -Size (ndk-glue-0.3.0.crate) = 4026 bytes -BLAKE2s (ndk-macro-0.2.0.crate) = a73fd0e4ff6ae69a5cc67dfcbea3421619dc4864fd7a13165024c58306583407 -SHA512 (ndk-macro-0.2.0.crate) = 44d0c9f0e4c4123d8c14b41983f0af6796c93700f128550f13a5dafa8491285c8bfbce6d2a5d7a8973409e122b77fcda11c46fb04fd7cd1ec6889ed415304374 -Size (ndk-macro-0.2.0.crate) = 4949 bytes -BLAKE2s (ndk-sys-0.2.2.crate) = 1fefafcfab1fc8d6e77ff9e1c4e99548504d6756ae2f4bbfd37f610eceb14aa1 -SHA512 (ndk-sys-0.2.2.crate) = a4b1280543a81996cdc23a8d2e0c519a1b0787acaaa1b9180eaa52e4ac4c751929cd403f1540ad3b7c80c550d84d5be08827e4b63c8af0eba36d3441b58efd75 -Size (ndk-sys-0.2.2.crate) = 279365 bytes +BLAKE2s (ndk-glue-0.6.2.crate) = 7e94cb899cf947a9ca8767500cffb580bcd04215dbff54fdc23ae61be259a958 +SHA512 (ndk-glue-0.6.2.crate) = 0e7e82eae7104ef8c4279c5d93938d4d6270a133255429ed3b4fa307096d363f4831569f45c403d32c1564d6daced04212ad65a45fcb4ca513fefb93728c8082 +Size (ndk-glue-0.6.2.crate) = 5227 bytes +BLAKE2s (ndk-macro-0.3.0.crate) = 0ed2eafcead94f6fbdfcff18d41f3336938daf7690a71b872ade3dafedb667b0 +SHA512 (ndk-macro-0.3.0.crate) = 240f8b7ec5b72a450874dd6b9eefb2825714e4aa83074efe13a958313193d491e6b4547ce62d2f727afc552d9d8c009c9489a808da54d5967fb29da7eac22d3f +Size (ndk-macro-0.3.0.crate) = 4884 bytes BLAKE2s (ndk-sys-0.3.0.crate) = 16f1a299da802830970d0569b9ef7eadd7d78fa4a82b31dae5bd98387c9c5e88 SHA512 (ndk-sys-0.3.0.crate) = 9d85898d812be7c61c7bbf4ef7a6088fa427f4ba334d491a17e5d1e8cf0ef9e37fa277008dbb940d1127c385749ca2b4665521e677388f6b01a2243fce310485 Size (ndk-sys-0.3.0.crate) = 282815 bytes -BLAKE2s (nix-0.20.0.crate) = b52d2faf014a03f3c2b27cef35541fbcdce0354491569c131f037d8bd648506f -SHA512 (nix-0.20.0.crate) = 4efb0a6147870aca6b5612428216f36cd826320b75f4f12fb0c75140d47561834695db7745908a23d08ac7114d69848cdafcf87830718da1f03aa6f2c664c5d5 -Size (nix-0.20.0.crate) = 216983 bytes +BLAKE2s (nix-0.23.1.crate) = f2cc2a3e893a47f30d1623cd826559065d811604dcf64ca337299adfdc8a8f7b +SHA512 (nix-0.23.1.crate) = 23431030b094ebb027200d8cdc05d0ac1730fbb86ee088795a2314f1ba19b76ed5f24373c1aba8125575bf69f8e7d4d9c08344b9cb49a4ae3d8f7987b5f4e6b6 +Size (nix-0.23.1.crate) = 240531 bytes BLAKE2s (nom-7.1.1.crate) = 347cce605f3edc9e6dd8f9c30b9d75e4216e959bfc9e9973987fa9e2393f3b40 SHA512 (nom-7.1.1.crate) = 1456efdbda4f5b3da6c8580721acf101ed7d779619ee0190c1df103244e405a8ffa0c3889901a2d8beeab0ab84074ed4c7cec5330c7cc2a5a3c30e36a2530be8 Size (nom-7.1.1.crate) = 115818 bytes @@ -480,12 +459,15 @@ Size (oboe-sys-0.4.5.crate) = 140656 bytes BLAKE2s (ogg-0.8.0.crate) = 609d29a9cc6e1e37bf5fe311b2a9549561bbcf61c4ed31c3291ca71bc480d0e8 SHA512 (ogg-0.8.0.crate) = d5ea03e00ecade8713a8bf31e34bc45cba94b812c26dd46b579d85d61ff502ba501626b64d3cfa066a47343819f65d27c478372439b758cb7ab31ebce81f48b1 Size (ogg-0.8.0.crate) = 27128 bytes -BLAKE2s (once_cell-1.11.0.crate) = ffad26a6ff6a6028e1d103a787bef5ab0380aa14065ee2df30ed6cbe97a3c1fa -SHA512 (once_cell-1.11.0.crate) = 3769223beed1a7c8c5625e18dc000b3ab296c7c3af21bb6cb563ad9d130bbbcd447d420d0ec591e6366652727de11dc76dc8f7720110de50be7cbf177587cb15 -Size (once_cell-1.11.0.crate) = 31121 bytes +BLAKE2s (once_cell-1.12.0.crate) = d77f216ade311adb7051d30125a5c7d0c73adf35bf167ead044b320361cfdbfc +SHA512 (once_cell-1.12.0.crate) = 02da0e6eccee2d5246fff5e6323bd7eff0f4641801be5e5910763929a5e9d8b62c07f81001c405cc6aff03f68a14ed5bfebd9900bbdd09568bd1ab9ca9b73093 +Size (once_cell-1.12.0.crate) = 31549 bytes BLAKE2s (opaque-debug-0.3.0.crate) = 67915f5846ad1b13c074f2605d26a296f05be8e3b9f846b848cb538e409f98c9 SHA512 (opaque-debug-0.3.0.crate) = 9909b06668a4f97b4d0e916de3e1d0a922a5a0b911a7ce190de786f62ceaccd382cbd0dbe01ab0f15e5472c10848482da2307a6d897928b6b7d5365bc0321cae Size (opaque-debug-0.3.0.crate) = 5767 bytes +BLAKE2s (option-operations-0.4.0.crate) = 08c224b7470d24d046dadc82db485275fc5c18f3715f16ce5919b3b9f118cb40 +SHA512 (option-operations-0.4.0.crate) = f53ba72901afb81c301e4eefb06c331c5537e57843f501815ab80bf86c09f5cfcc451466a8d5071b761c556cf606cdb2086c43ccdff8171f08eb237d8aded737 +Size (option-operations-0.4.0.crate) = 18396 bytes BLAKE2s (parking_lot-0.11.2.crate) = f71d251ca07227ef3e0bd33ba4c7cae8bd77958eb847d00ff7e462aeb3e4e8ea SHA512 (parking_lot-0.11.2.crate) = 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e Size (parking_lot-0.11.2.crate) = 39869 bytes @@ -510,9 +492,9 @@ Size (peeking_take_while-0.1.2.crate) = 6697 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes -BLAKE2s (petgraph-0.5.1.crate) = 145fb891f1633f460a95986d9f6d4fd8d6209bf1867e53ae1d39eee3edcb89c1 -SHA512 (petgraph-0.5.1.crate) = c3d5f53b1a0900084b0693a6f3a849bb9b443b1b6fd1ad88bce8beb12ed1b45f2399b68db3366ba15f33c2d5682e052b733dbde76fb1b646b7bb1e660a38d8bd -Size (petgraph-0.5.1.crate) = 147173 bytes +BLAKE2s (petgraph-0.6.1.crate) = cb87a7fc98965c779ef8a46559a62253bd20dadbd1264644e96ace247950fefb +SHA512 (petgraph-0.6.1.crate) = 4f1a9402190e70a63f138f0248248038986bbc4edaa85d4a101f85b006fd33e3ffbbdeb2deb66f303d12f9216f8cb1af88d363fa0dafc3700aa20d546811f88d +Size (petgraph-0.6.1.crate) = 184340 bytes BLAKE2s (pin-project-lite-0.2.9.crate) = 21ff73557f52248f91876a765bc209e4313f3cb15746b3f3ceddeceea5e2c95d SHA512 (pin-project-lite-0.2.9.crate) = cef0b77233adca712db1183f780732ea577cf1b27c2643de221d54c837c75ce749f907e24a967be7474812c7682cba613a3fc5d553a9578a1b80569da0e562e4 Size (pin-project-lite-0.2.9.crate) = 27713 bytes @@ -531,15 +513,12 @@ Size (portaudio-sys-0.1.1.crate) = 2327 bytes BLAKE2s (ppv-lite86-0.2.16.crate) = bcec1a8bf0d1fac112f8d6ab00381ac5358660c24daf104f68ed3a16c3c0878a SHA512 (ppv-lite86-0.2.16.crate) = 264b916f7d1bb6f1c0c0d3cc45f40b72b638abc7174416b49241c3663fe500409509ef6c8241a24515a21a20288c2ba508035b6b37972e4ae7ad02ad19118b74 Size (ppv-lite86-0.2.16.crate) = 22245 bytes -BLAKE2s (pretty-hex-0.2.1.crate) = f60dd282741c186d4a10f4ee6af313a5877aab8b7915aa634a84bb8865499132 -SHA512 (pretty-hex-0.2.1.crate) = a52b59beece4ce11ddea4c70a37c3a77f5b552213373eb65814afb564002647c16fda9c3bcd53edfefc53f9cc843f62a9ce190cc7e9ee0aa6bdb51920f54b772 -Size (pretty-hex-0.2.1.crate) = 6176 bytes -BLAKE2s (priority-queue-1.2.1.crate) = 319df37ad54a37920503c4257a5bcb9596051ceb3de185a33c1f24c37a328967 -SHA512 (priority-queue-1.2.1.crate) = e108ca9aa7ee0041feb4fe54307f6eec70f963a26123510fa609bbb73d42649bba415db4ca1e38b9d846f3ec6ed3548f6a4d27f3e84299867e7d8020aecba5f4 -Size (priority-queue-1.2.1.crate) = 32608 bytes -BLAKE2s (proc-macro-crate-0.1.5.crate) = 935943ad4db7138d9cc924693d0389a63966975cb4def163371a616bea8a260a -SHA512 (proc-macro-crate-0.1.5.crate) = b2922ea8beb762f42f7646398eff9d03a5fe3d942f1d0cce564eff8af41ed14f175986d07ac5bab75e7634f964b8ad24a6f05f597c90b83761bb4c1d2b2fed59 -Size (proc-macro-crate-0.1.5.crate) = 8096 bytes +BLAKE2s (pretty-hex-0.3.0.crate) = b76e95c0552f90505bbf0c78bfef0c4100cba7e8680ab829084d6e92c06bc45e +SHA512 (pretty-hex-0.3.0.crate) = f6712b51429130950d47049cff5d98859c8b326d297c84f1c733964f2d22ce9b1b077c105a70ad4a3aa0b8e3a94b7239c7118581d523b982a62e170cfb0ff872 +Size (pretty-hex-0.3.0.crate) = 6677 bytes +BLAKE2s (priority-queue-1.2.2.crate) = 0e971c45bdc6a8812cff53c00d461fd548ccc145d0ed4466391f0f89b8c7cbc1 +SHA512 (priority-queue-1.2.2.crate) = 94d85e015feb4349c00d0d0a8c3c28f208aec821cd29fddb2a7e63a0cc89b2b33f309a52efa797ee6b7c9355b338ac11e381d3388852548c887bda5ecbfe1ce1 +Size (priority-queue-1.2.2.crate) = 32561 bytes BLAKE2s (proc-macro-crate-1.1.3.crate) = 92bd29216bbe2dcfe803b611894815499ecdd7ff148b768ebe2fc2de9c41f55e SHA512 (proc-macro-crate-1.1.3.crate) = b9553235c48ec2370481df90b568ba4c85e8a9a8d8d178f94bc67e87c447b4ee70db03f7c8ca1ea0678d56197e947598a5cc3c2a8753b068aaa1a27e0a4f9bca Size (proc-macro-crate-1.1.3.crate) = 8758 bytes @@ -588,12 +567,12 @@ Size (regex-syntax-0.6.26.crate) = 293912 bytes BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c Size (remove_dir_all-0.5.3.crate) = 9184 bytes -BLAKE2s (rodio-0.14.0.crate) = 0c5417664616101a944438f578ca88456ed25126b7357fe63b667648dcc1ff33 -SHA512 (rodio-0.14.0.crate) = e44aad2af88b20a9ee209632d374d589115510e99213038b1fb9ab403ddbadc5939943a08dad03d7a0bda974656275c251572edc58fbc581a552317a059b8e66 -Size (rodio-0.14.0.crate) = 7145695 bytes -BLAKE2s (rpassword-5.0.1.crate) = 20836f41c2e3b1286a9d6b9011fd90fee7c7af573a4b5e4c7c83bfb37dcdde4a -SHA512 (rpassword-5.0.1.crate) = bcd20c2920734a2f281b9ff924138605ea409d0bea9721ee96100f45eed14dffe65a8bdc8feed7c36d3564c8d902e78e0d2306b3736d03b8f195a9d212792feb -Size (rpassword-5.0.1.crate) = 11109 bytes +BLAKE2s (rodio-0.15.0.crate) = 43a618f35b171f2c401e5607a2027b1f208bde449026983cb2e4f0168c639ffd +SHA512 (rodio-0.15.0.crate) = 5a138ccb096f5f86c556c53d26ca794b9b519b6e4e556ec30ef8822e92ae04849af58767b7a36806fd7a6e8f18fd01ed852da8c19e2fe43bc2ec9c2ae9a9707d +Size (rodio-0.15.0.crate) = 7414161 bytes +BLAKE2s (rpassword-6.0.1.crate) = 3b9c4598d78b05276187e7347749ed98bf8dd5b3578599a8b42ad7578617ba91 +SHA512 (rpassword-6.0.1.crate) = 280487f364bd0ab28abe0264e7698fe188e763cc9bb4a67f904d534f8f60c8b7e1baf22854492d67385d37e87051caabed7b5a219103be950eb04cb595352c1c +Size (rpassword-6.0.1.crate) = 11505 bytes BLAKE2s (rustc-demangle-0.1.21.crate) = c8b8fd7db0d19e4d07c9d51ddd54669c788f16043cc21e2140e7bf816d31773e SHA512 (rustc-demangle-0.1.21.crate) = 4031b26863a726cc6d3398b48682e0f0f9e5665abf20a5d35343a904ebd7c0d3752dcdd3a049b2bfa3e2a303214dc39a2980700bcc64464f7029be3c7f34727c Size (rustc-demangle-0.1.21.crate) = 27920 bytes @@ -612,12 +591,12 @@ Size (same-file-1.0.6.crate) = 10183 bytes BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (scopeguard-1.1.0.crate) = 11470 bytes -BLAKE2s (sdl2-0.34.5.crate) = 3f0759cae0f659882d71e4a7223b5ea346817baff41e6b03f8dd925012b1d2ef -SHA512 (sdl2-0.34.5.crate) = 34707c071e87c93bf79445d9dedb8e0c216a54ce342178f73fc1e890a1607f5f0f616fd7320a50c52e67baca3ba3247be0d7ddec55b8228ceba27792e18c7043 -Size (sdl2-0.34.5.crate) = 171651 bytes -BLAKE2s (sdl2-sys-0.34.5.crate) = 2f5708c28d70cbf607bf218262c8aabd76072ff7c742058149d8c5f3058246b4 -SHA512 (sdl2-sys-0.34.5.crate) = 462e00139edc65f1d7a914a7fbb4efd27651e0e15af8791a956aef2ced750fc38ba892134da2f6ee8e0c47f3e286a030519e8d4df0b698b5f70a12351f67830a -Size (sdl2-sys-0.34.5.crate) = 443254 bytes +BLAKE2s (sdl2-0.35.2.crate) = 86eef24b337c4e457f6d24df72bf1b6fca9e6128eb44668e8f90f09ec16b2041 +SHA512 (sdl2-0.35.2.crate) = e7191eaddef7c56da83bf576bd05eb126d005f0a7658efd95343949473d26214b0d87c14d6a28725ab76d924fa3a9420027194c87a7fce8d9fb29b385e346163 +Size (sdl2-0.35.2.crate) = 177570 bytes +BLAKE2s (sdl2-sys-0.35.2.crate) = 953568fe3924eb2953a6be35e0e0e6b9897f64e1eab3b5323266d1c97464b29f +SHA512 (sdl2-sys-0.35.2.crate) = 318dde9910f5402342a4e75d0e0f1a84e949683399eb8edb5775d40ae892c4f9961792ffa0b5ea7a6563fcd7c1141c0f5f0597f2368d5061f4b67ba63fc19735 +Size (sdl2-sys-0.35.2.crate) = 7425816 bytes BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a Size (semver-1.0.9.crate) = 30843 bytes @@ -648,9 +627,9 @@ Size (shlex-1.1.0.crate) = 5199 bytes BLAKE2s (signal-hook-registry-1.4.0.crate) = db9859d4134f20ba9a43f1fcf0c2a95e441648e66f760a69f78ce0efd164d6f9 SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d Size (signal-hook-registry-1.4.0.crate) = 17912 bytes -BLAKE2s (simple_logger-1.16.0.crate) = b087acb648aaa8114e125ea29549040dda31b1bda264c093966fdb0948f5b595 -SHA512 (simple_logger-1.16.0.crate) = bd0636318e3c365047802d8c35cd262ed0bd0df4a2c3d2094e875c5805d982b6f337937603f597a27a3a4983c8c5f25a77a1fbb2d23692f311b0fb268f0a8f70 -Size (simple_logger-1.16.0.crate) = 9053 bytes +BLAKE2s (simple_logger-2.1.0.crate) = 6951e07756bc4f0c64a47f89d369f2d728de422d9c00f09924ee5f74482d35f3 +SHA512 (simple_logger-2.1.0.crate) = 262c2977883d78f7ba84b6ea75dba81b6901d4f1d60e66816196a72386faa45ff6c2b5e560bcb5fd8a104b1cfc075fbf705fc55379a71b092cad4f7899777328 +Size (simple_logger-2.1.0.crate) = 9493 bytes BLAKE2s (slab-0.4.6.crate) = a269af42bb2b906af07031fe84a13842abb5681c2f2e519b7c1fed5506df666a SHA512 (slab-0.4.6.crate) = 788837db210be63579eccf12d96fcaa3280c7515bedebe3040a71ed27d013430815ebc74acc06280daf22c0b16871bad210981d32615c26cb1da344b4b0d9488 Size (slab-0.4.6.crate) = 16067 bytes @@ -663,21 +642,9 @@ Size (socket2-0.4.4.crate) = 44048 bytes BLAKE2s (stdweb-0.1.3.crate) = 70ab5dcc702cd10b958c806d6fe45867dc4f899db2613b2c8b8014f212969287 SHA512 (stdweb-0.1.3.crate) = d7119427aae5d37336b8cf0002bae9c0d76a87a6865dbc9cc4c1f9abe64efe8d861c149b3975c6b3481a804e20be4fa28619257c233d3ea3d550ebd550ca5fa6 Size (stdweb-0.1.3.crate) = 90221 bytes -BLAKE2s (strsim-0.9.3.crate) = c8e7d0c0579749c67235a15c22d9272699c4a724070ba4b91ac15ca15987f782 -SHA512 (strsim-0.9.3.crate) = 8d7468be0f19819a454720d2fc9a139cb9afde9984f73d334b9b77085b58008d6d8ed0786f88ef91b4967c503fa1fac0ddf2fdba01391629f7bcf1ef2fe36b51 -Size (strsim-0.9.3.crate) = 10266 bytes -BLAKE2s (strum-0.18.0.crate) = 476bce4f1091258a921e81aa5d6fb6c0cf2a1d030fac96cbfb4800521c14192e -SHA512 (strum-0.18.0.crate) = ed81f891fdf8a2bcf563b1b103d9cd02a2ffbdbb8c33c1be5c09920c4d1ab5409d0917bebdd4a13573a44be626dfdfe3d0892c54c7340a2f8fff7a56c4f4dac7 -Size (strum-0.18.0.crate) = 4207 bytes -BLAKE2s (strum-0.21.0.crate) = f413a0ff32def62f15328b0480a3e7742faf523b4f64df8b60a9036421d14e5e -SHA512 (strum-0.21.0.crate) = 687a99aa93616e16510213b66f53be35561d19cd19f9776084e9d6d33f8576f5eec7a806a0e48997da2b41e6f563a05424c1d5cb5ab2b4a2310cfe1d3b10a5a6 -Size (strum-0.21.0.crate) = 5296 bytes -BLAKE2s (strum_macros-0.18.0.crate) = 1aa6ffb04c52087017b3098845732d6f35f3c6e8a1fe87358517806955fc5c64 -SHA512 (strum_macros-0.18.0.crate) = df13553e2b89b2c87be3948f4881434a5eb851d0318fafab9eeb9764ea56ae8ebd50639d10fa508f674442a859d4cbd4d344c7d1253fc7f8eed3443891f4defd -Size (strum_macros-0.18.0.crate) = 10229 bytes -BLAKE2s (strum_macros-0.21.1.crate) = 1c7ed6093279da5fb1df02dc4e7d2124ba254bf76f7e904cd858654b8f70c5a4 -SHA512 (strum_macros-0.21.1.crate) = 85ea12f8e03f04c427b99e027065279bd559ea1c51532c6f35cc842218e350e27349258f0fe25f5efc9fca047387da3ec5d670f94a50d574b15f4b5f1c99ddea -Size (strum_macros-0.21.1.crate) = 16280 bytes +BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 +SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 +Size (strsim-0.10.0.crate) = 11355 bytes BLAKE2s (subtle-2.4.1.crate) = e8706acb82af8e762dd273696394d3cd582d29db6ba06c4cf6df410374df3aaa SHA512 (subtle-2.4.1.crate) = 7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a Size (subtle-2.4.1.crate) = 12630 bytes @@ -687,12 +654,9 @@ Size (syn-1.0.95.crate) = 236676 bytes BLAKE2s (synstructure-0.12.6.crate) = 891c609ebfe33301f1b9f08e42abbe31f2de2a7f8d769fdff2c51747acbaa4f7 SHA512 (synstructure-0.12.6.crate) = 6ec5dd7ade904fb6d79c2be595886289846e064b8c4100f780d8adfcbb41e6ca67f4b1d682212f4673c2169f889a042049b31161ec3cebc3f399751124f01f9c Size (synstructure-0.12.6.crate) = 18429 bytes -BLAKE2s (system-deps-1.3.2.crate) = df4f358ac07f2fd877351fb5dc1ed1f5cfab77a6be1b7875150902d0419007a7 -SHA512 (system-deps-1.3.2.crate) = ce988079e746891670fb1c4c7d3143b4f4fa7406c9d22d1a3ae9f9d28ce0c2d2bed7e1561cb596b8f32380e9f16a0ab99ef76464e1d80415212c32aab013e9bf -Size (system-deps-1.3.2.crate) = 15866 bytes -BLAKE2s (system-deps-3.2.0.crate) = 99291ab45bca4e4b6600087b587e4e18117357959a11058fe728dffeaec147d5 -SHA512 (system-deps-3.2.0.crate) = a6523e726e0cd1c23954eaeaad764bac7888b8850ae3328cbd70c31eb37c5f2573c4857c4628ad52afb169f1914ceb826d8d4fd4924e7a3ce10b512390b7c45c -Size (system-deps-3.2.0.crate) = 21476 bytes +BLAKE2s (system-deps-6.0.2.crate) = 85f8ff2856afc28256736722196d779ccd244eef53e198f75c12f3851a021551 +SHA512 (system-deps-6.0.2.crate) = 5ab193ff8ef680aafe89e6920b90d07349809018a27d962c6abf0ed6920d8a7541d6af03600c7b5e328425add04305743183e072491eacf973e6e96e6590b33d +Size (system-deps-6.0.2.crate) = 22869 bytes BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e Size (tempfile-3.3.0.crate) = 27578 bytes @@ -732,9 +696,9 @@ Size (tokio-macros-1.7.0.crate) = 9261 bytes BLAKE2s (tokio-stream-0.1.8.crate) = 5bcc416b969fff833122df0608fb6e97ef557828850a32134c4bd2eac45cfdf6 SHA512 (tokio-stream-0.1.8.crate) = e4e3b3fc5b963279ee1c4ca51388639ce6009a6a4d4c6680ff19fb54639042e3da6ad5a7e5abed7e0b2ef0b336f4941caae965742e16d896aacbdff4a4f6ef65 Size (tokio-stream-0.1.8.crate) = 30537 bytes -BLAKE2s (tokio-util-0.6.10.crate) = 1b2975f26c2a190c9ac1e73781cd328ffe41c87b97ea3515eb6ba3d595406794 -SHA512 (tokio-util-0.6.10.crate) = 0fbf96817b32fe561b26793e599377e9b58c28513e48d0ac070e81f64c0c64fb4d41a626f27b841e88970e8beb75fc2e94a8e9564e63416719756a9d845d8bc1 -Size (tokio-util-0.6.10.crate) = 71140 bytes +BLAKE2s (tokio-util-0.7.2.crate) = 3a29e90779747cb3e13f1a93f3f0210f955fa9bf4049b1dce8e0287eb31eb737 +SHA512 (tokio-util-0.7.2.crate) = c67c0ef7fa90a07503f932c2d11e27077570681abf6ad82773e0408c2f7751feda4208dcf86ea1ceef721591541a25328ba1b38a34653f4196433f2314549d87 +Size (tokio-util-0.7.2.crate) = 82006 bytes BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 Size (toml-0.5.9.crate) = 55667 bytes @@ -744,6 +708,9 @@ Size (tower-service-0.3.1.crate) = 6299 bytes BLAKE2s (tracing-0.1.34.crate) = 45fc86a5da0978582953a6ce54f799046d6b3bad3a6acb522f4615110adee143 SHA512 (tracing-0.1.34.crate) = d4641f3f239d158547d7c811a80cbd2d1d7df366122dcc678d01844988ef3c5f5db637707e7e91bfb2ea16bef5463d52f8a481d1a9804bac197157453b5877d8 Size (tracing-0.1.34.crate) = 72775 bytes +BLAKE2s (tracing-attributes-0.1.21.crate) = 2d4b65e87ee559f288dcc372e03ed967094166a5d4ea11a9e008e1bb4348b2d5 +SHA512 (tracing-attributes-0.1.21.crate) = a48da3338cd86e7d9a196e06505d53a6d60278bcd3b709e175219c8d1cbd9c0191af07c335b6401a157563e22d75dd13d5be664c02913c289079bfa667f99e65 +Size (tracing-attributes-0.1.21.crate) = 27552 bytes BLAKE2s (tracing-core-0.1.26.crate) = 4f3fc2e70a67c82c710e817d9ee19ace59116030da54da39c3bd23071b6e5643 SHA512 (tracing-core-0.1.26.crate) = b9d44c307d0fee51675bef07ed7f7d2eb8de8a6ffb37256994f3485f7f80e40f1fa9de1663e5360f945270f10d22e42cd9af60193449bd0a0d323895e994bdbb Size (tracing-core-0.1.26.crate) = 53727 bytes @@ -762,9 +729,6 @@ Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes -BLAKE2s (unicode-segmentation-1.9.0.crate) = fdcf49e933d6dbe0684fc2e1e172f784ff19668d56ff5be2efcaefa06a0a6b0c -SHA512 (unicode-segmentation-1.9.0.crate) = 7d0ea37bfb24a1a803b1cd40b7b0c0e6e44ebf9a474fdedf0dcca1ead25662e19f44af29b87de1b000c3cc75fec93320938bb3ab9d9e82298eda324bb97e7294 -Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes @@ -774,18 +738,15 @@ Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes -BLAKE2s (uuid-0.8.2.crate) = 8bf7347fae8f81652c57eff0283e90003a269e07df2a17c66e3000b8d96503c2 -SHA512 (uuid-0.8.2.crate) = 5a1f5ead9a920b9bbc120c02049c24b62ec215765e486d3a15c5015ef49fa506206efb737e6f6555cf6e2eddddfe55f0ca1d7dcfa9aa8bcf3e0ef570a54fa2d8 -Size (uuid-0.8.2.crate) = 37909 bytes +BLAKE2s (uuid-1.0.0.crate) = f8027bfb5e4c51f6d8c31e5846cc0fd327866bc16f54333e69959385d724cf1c +SHA512 (uuid-1.0.0.crate) = 9bcd708e12924f0af8c7b554ea428d809f1f93e21a0ffb9aaff2ce9f74d8829677b9d0a4e95200a219c88a0bf8bb5437597ce5c5a7174b458d9ab3e6abe70c57 +Size (uuid-1.0.0.crate) = 48627 bytes BLAKE2s (vergen-3.2.0.crate) = 2b9a9711f93a6ac1e7f6122e07c86e5650ee2db0196cd6b7145d48f832c5a32d SHA512 (vergen-3.2.0.crate) = d582ade1ed57f5067b4b24376d0164405a7a5a587e12c09b724fe0773b03d4eee95694fbe9f43d0f34bf6145dc297850e05039c81ac6df27670e326b7a254c09 Size (vergen-3.2.0.crate) = 16897 bytes -BLAKE2s (version-compare-0.0.10.crate) = 99b47c5d66eb6a8a85ac9b48a8b05256fe06af9739b8777df9c5d5c904511866 -SHA512 (version-compare-0.0.10.crate) = 60632d563cd694a983ae8e1809d8df6e52d9cae57a5609f69eb29edb4aa4bca57c35808c4463a53bb64164d756027c61fe44c3a1f69dbd717127d58dc5a03446 -Size (version-compare-0.0.10.crate) = 15171 bytes -BLAKE2s (version-compare-0.0.11.crate) = 8f9d11708af0b2970e6600462a8dea92b2b6f8daa5fc5a48fd5d078225c1d9d8 -SHA512 (version-compare-0.0.11.crate) = dc0871daf7a1eb1890b70d5b876291f10b5f61b19f276a104176901f46671799e0254f0af8bb9c4106e3c8255b4d3fd65f6f408e51f080d79947c2fea4eb3558 -Size (version-compare-0.0.11.crate) = 15208 bytes +BLAKE2s (version-compare-0.1.0.crate) = 32046f68218ca3d75efbfba68617c20dd66236234d0788884352304f3679d4eb +SHA512 (version-compare-0.1.0.crate) = d1b1a96f528e9660e38b6a08adbc186dfa93fa3e698029f68efcdea3de82c3e78cc0a2178e49281186d58de0c24ce3e62ebf1a0ef1aafa9297931cf19408d9c6 +Size (version-compare-0.1.0.crate) = 14169 bytes BLAKE2s (version_check-0.9.4.crate) = a26f24d5e2c5e631462ebe434aa239957f5102009d3824d5dff2bc90d3c79fb0 SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 Size (version_check-0.9.4.crate) = 14895 bytes @@ -849,9 +810,9 @@ Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes -BLAKE2s (zerocopy-0.3.0.crate) = 990319de720eda6101e696d5f6b73166ed4bbbebf34117786ba39accb8a0f46e -SHA512 (zerocopy-0.3.0.crate) = bb5346bd0b05ab6ef59b11d6b25c10a6968940ca0e264d0dc3bb778a062d3ad089962cf4fa8633226951bd8a8b1a64cc4cd0f41b6884a0b3b4fc6016fef9f61c -Size (zerocopy-0.3.0.crate) = 14324 bytes -BLAKE2s (zerocopy-derive-0.2.0.crate) = 9db72b546857b022be083ace2d79c69d164ff2cf16f68275a0bc87943143adbf -SHA512 (zerocopy-derive-0.2.0.crate) = 74ac0b2dd496c1a803550c949951c0d115ac74bb810bf2547656324572f60e3eaa3adf6fa26edf391c8afc5a799c0146c3428bc85bc3786c0fb703e207783b6a -Size (zerocopy-derive-0.2.0.crate) = 516658 bytes +BLAKE2s (zerocopy-0.6.1.crate) = 25f593e38c005587abf8277122612dc2d49a12263b9cad91b9818078af89fbbc +SHA512 (zerocopy-0.6.1.crate) = af241a21208dc33f69d92bc01fb15feea3cab8bbd0fe0076d5ac15fdd65458d1ddd69d3e88b1dc27ae9774acee7ae6952c16372b5aad50190f488aedfd6f6629 +Size (zerocopy-0.6.1.crate) = 23933 bytes +BLAKE2s (zerocopy-derive-0.3.1.crate) = fe7ccecff0458c4c7c98d117c40970f1b66266710db2d39cd920b21101f2834d +SHA512 (zerocopy-derive-0.3.1.crate) = da7f67d417abfb79cf9a15bf9b0df792f553835b12943704d3f820c921fcfcfef0459b5a80e827a0711a61a075efb91e5ce2310157a23bf45689184231593c8d +Size (zerocopy-derive-0.3.1.crate) = 519668 bytes From 388348ebc1d17cea52d48c1d28abc67d53b5e397 Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 23 May 2022 21:08:53 +0000 Subject: [PATCH 0906/1154] doc: Updated audio/librespot to 0.4.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 16d40a21fe941..fdbc36d6d33e5 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2712 2022/05/23 21:07:35 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2713 2022/05/23 21:08:53 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4165,3 +4165,4 @@ Changes to the packages collection and infrastructure in 2022: Added cad/gcad3d version 2.46.24 [plunky 2022-05-23] Updated net/yaydl to 0.8.0 [pin 2022-05-23] Updated net/ncgopher to 0.4.0 [pin 2022-05-23] + Updated audio/librespot to 0.4.1 [pin 2022-05-23] From 9786e17888806be67831b65ae75590d09fd1c2ae Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 May 2022 21:45:45 +0000 Subject: [PATCH 0907/1154] Add USE_GITLAB, based on github.mk, to make gitlab MASTER_SITE handling less repetitive. To use, set in Makefile: DISTNAME= exampleproject-1.2 MASTER_SITES= ${MASTER_SITE_GITLAB:=accountname/} The following variables alter gitlab.mk behavior: GITLAB_PROJECT defaults to PKGBASE GITLAB_TAG defaults to PKGVERSION_NOREV sometimes you want to override with v${PKGVERSION_NOREV} SHA-1 commit ids are also acceptable GITLAB_RELEASE defaults to not defined, set this to ${DISTNAME} when packaging a release not based on a git tag. GITLAB_SUBMODULES manually set submodule information: values should be: GitLab_user GitLab_project tag_or_hash submodule_path GITLAB_TYPE overrides the autodetected MASTER_SITE URL scheme: --- mk/fetch/bsd.fetch-vars.mk | 12 ++++- mk/fetch/bsd.fetch.mk | 3 +- mk/fetch/gitlab.mk | 99 ++++++++++++++++++++++++++++++++++++++ mk/fetch/sites.mk | 5 +- 4 files changed, 116 insertions(+), 3 deletions(-) create mode 100644 mk/fetch/gitlab.mk diff --git a/mk/fetch/bsd.fetch-vars.mk b/mk/fetch/bsd.fetch-vars.mk index ca63833949baa..1914cd8c85f3e 100644 --- a/mk/fetch/bsd.fetch-vars.mk +++ b/mk/fetch/bsd.fetch-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.fetch-vars.mk,v 1.25 2021/03/30 16:47:03 ryoon Exp $ +# $NetBSD: bsd.fetch-vars.mk,v 1.26 2022/05/23 21:45:45 nikita Exp $ # # This Makefile fragment is included separately by bsd.pkg.mk and # defines some variables which must be defined earlier than where @@ -54,6 +54,11 @@ _DISTDIR= ${DISTDIR}/${DIST_SUBDIR} # distfile name. It would be better to use ${_GITHUB_DEFAULT_DISTFILES} here, # but that gets assigned much later. DEFAULT_DISTFILES= ${DISTNAME}-${GITHUB_TAG}${EXTRACT_SUFX} +. elif defined(GITLAB_TAG) && !empty(GITLAB_TAG:M[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]*) +# If the gitlab tag is a git hash (7 or more hex digits), encode it in the +# distfile name. It would be better to use ${_GITLAB_DEFAULT_DISTFILES} here, +# but that gets assigned much later. +DEFAULT_DISTFILES= ${DISTNAME}-${GITLAB_TAG}${EXTRACT_SUFX} . else DEFAULT_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} . endif @@ -66,6 +71,11 @@ DISTFILES+= ${_GITHUB_SM_USER}-${_GITHUB_SM_PROJECT}-${_GITHUB_SM_TAG}${EXTRAC . endfor .endif +.if !empty(GITLAB_SUBMODULES) +. for _GITLAB_SM_USER _GITLAB_SM_PROJECT _GITLAB_SM_TAG _GITLAB_SM_PLACE in ${GITLAB_SUBMODULES} +DISTFILES+= ${_GITLAB_SM_USER}-${_GITLAB_SM_PROJECT}-${_GITLAB_SM_TAG}${EXTRACT_SUFX} +. endfor +.endif # File lists, defined early to allow tool dependencies. ALLFILES?= ${DISTFILES} ${PATCHFILES} diff --git a/mk/fetch/bsd.fetch.mk b/mk/fetch/bsd.fetch.mk index 57b6d40538291..f5efb33ec337b 100644 --- a/mk/fetch/bsd.fetch.mk +++ b/mk/fetch/bsd.fetch.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.fetch.mk,v 1.10 2015/07/06 05:03:33 rodent Exp $ +# $NetBSD: bsd.fetch.mk,v 1.11 2022/05/23 21:45:45 nikita Exp $ # # This Makefile fragment is included by bsd.pkg.mk and defines the # relevant variables and targets for the "fetch" step. @@ -39,4 +39,5 @@ .include "fetch-list.mk" .include "distclean.mk" .include "github.mk" +.include "gitlab.mk" .include "pypi.mk" diff --git a/mk/fetch/gitlab.mk b/mk/fetch/gitlab.mk new file mode 100644 index 0000000000000..56d702814e5d7 --- /dev/null +++ b/mk/fetch/gitlab.mk @@ -0,0 +1,99 @@ +# $NetBSD: gitlab.mk,v 1.1 2022/05/23 21:45:45 nikita Exp $ +# +# gitlab.com master site handling +# +# To use, set in Makefile: +# +# DISTNAME= exampleproject-1.2 +# MASTER_SITES= ${MASTER_SITE_GITLAB:=accountname/} +# +# The following variables alter gitlab.mk behavior: +# +# GITLAB_PROJECT defaults to PKGBASE +# GITLAB_TAG defaults to PKGVERSION_NOREV +# sometimes you want to override with v${PKGVERSION_NOREV} +# SHA-1 commit ids are also acceptable +# GITLAB_RELEASE defaults to not defined, set this to ${DISTNAME} +# when packaging a release not based on a git tag. +# GITLAB_SUBMODULES manually set submodule information: +# values should be: +# GitLab_user GitLab_project tag_or_hash submodule_path +# GITLAB_TYPE overrides the autodetected MASTER_SITE URL scheme: +# +# "tag" +# This is the default when GITLAB_RELEASE is not defined. Example URL: +# https://gitlab.com/acct/${GITLAB_PROJECT}/-/archive/${GITLAB_TAG}/${GITLAB_PROJECT}-${GITLAB_TAG}.tar.gz +# +# "release" +# This is the default when GITLAB_RELEASE is set. Example URL: +# https://gitlab.com/acct/${GITLAB_PROJECT}/-/archive/${GITLAB_RELEASE}/${DISTNAME}.tar.gz +# +# Keywords: gitlab + +.if defined(MASTER_SITES) && !empty(MASTER_SITES:C,^https\://gitlab.com/[-a-zA-Z0-9]*/$,match,:Mmatch) +_USE_GITLAB= YES +.elif defined(MASTER_SITES) && !empty(MASTER_SITES:C,^https\://gitlab.com/[-a-zA-Z0-9]*/[-a-zA-Z0-9]*/$,match,:Mmatch) +_USE_GITLAB= YES +.endif + +.if (defined(GITLAB_TAG) || defined(GITLAB_RELEASE)) && !defined(_USE_GITLAB) +PKG_FAIL_REASON+= "MASTER_SITES must match https://gitlab.com/account/" \ + "when GITLAB_TAG or GITLAB_RELEASE is in use." \ + "For more information: make help topic=gitlab" +.endif + +.if defined(_USE_GITLAB) && !empty(_USE_GITLAB:M[yY][eE][sS]) + +GITLAB_PROJECT?= ${PKGBASE} +GITLAB_TAG?= ${PKGVERSION_NOREV} + +. if !empty(GITLAB_TAG:Mmaster) +PKG_FAIL_REASON+= "master is not a valid tag name, use an explicit commit hash" +. endif + +. if !defined(GITLAB_TYPE) +. if defined(GITLAB_RELEASE) && !empty(GITLAB_RELEASE) +GITLAB_TYPE= release +. else +GITLAB_TYPE= tag +. endif +. endif + +. if !empty(GITLAB_TYPE:Mtag) && !empty(GITLAB_TAG:M[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]*) +# If the gitlab tag is a git hash (7 or more hex digits), encode it in the +# distfile name. +_GITLAB_DEFAULT_DISTFILES= ${DISTNAME}-${GITLAB_TAG}${EXTRACT_SUFX} +. else +_GITLAB_DEFAULT_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +. endif + +. if !empty(GITLAB_TYPE:Mrelease) +SITES.${_GITLAB_DEFAULT_DISTFILES}= ${MASTER_SITES:=${GITLAB_PROJECT}/-/archive/${GITLAB_RELEASE}/} +. endif + +. if !empty(GITLAB_TYPE:Mtag) +SITES.${_GITLAB_DEFAULT_DISTFILES}= -${MASTER_SITES:=${GITLAB_PROJECT}/-/archive/${GITLAB_TAG}/${GITLAB_PROJECT}-${GITLAB_TAG}${EXTRACT_SUFX}} +. endif + +.endif + +.if !empty(GITLAB_SUBMODULES) +. for _GITLAB_SM_USER _GITLAB_SM_PROJECT _GITLAB_SM_TAG _GITLAB_SM_PLACE in ${GITLAB_SUBMODULES} +_GITLAB_SM_DISTFILE= ${_GITLAB_SM_USER}-${_GITLAB_SM_PROJECT}-${_GITLAB_SM_TAG}${EXTRACT_SUFX} +_GITLAB_DEFAULT_DISTFILES+= ${_GITLAB_SM_USER}-${_GITLAB_SM_PROJECT}-${_GITLAB_SM_TAG}${EXTRACT_SUFX} +SITES.${_GITLAB_SM_DISTFILE}= -${MASTER_SITE_GITLAB:=${_GITLAB_SM_USER}/${_GITLAB_SM_PROJECT}/-/archive/${_GITLAB_SM_TAG}/${_GITLAB_SM_PROJECT}-${_GITLAB_SM_TAG}${EXTRACT_SUFX}} +EXTRACT_DIR.${_GITLAB_SM_DISTFILE}= ${WRKSRC}/${_GITLAB_SM_PLACE} +EXTRACT_OPTS_TAR.${_GITLAB_SM_DISTFILE}= --strip-components=1 +. endfor +.endif + +_VARGROUPS+= gitlab +_PKG_VARS.gitlab= GITLAB_PROJECT DISTNAME GITLAB_TYPE GITLAB_TAG \ + GITLAB_RELEASE MASTER_SITES EXTRACT_SUFX \ + GITLAB_SUBMODULES +_DEF_VARS.gitlab= _USE_GITLAB _GITLAB_DEFAULT_DISTFILES +.for f in ${_GITLAB_DEFAULT_DISTFILES} +_DEF_VARS.gitlab+= SITES.${f} +.endfor +_USE_VARS.gitlab= PKGBASE PKGVERSION_NOREV +_LISTED_VARS.gitlab= SITES.* diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index d2411a3c8c471..888632b3c9e88 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.178 2022/05/21 00:44:58 gutteridge Exp $ +# $NetBSD: sites.mk,v 1.179 2022/05/23 21:45:45 nikita Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -21,6 +21,9 @@ MASTER_SITE_GNU+= \ MASTER_SITE_GITHUB+= \ https://github.com/ +MASTER_SITE_GITLAB+= \ + https://gitlab.com/ + MASTER_SITE_GNUSTEP+= \ ftp://ftp.gnustep.org/pub/gnustep/ From fa47b49ab32793f0337ebbf883907ca2379cbb34 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 May 2022 21:46:56 +0000 Subject: [PATCH 0908/1154] ttf-meera: USE_GITLAB, regen distinfo. --- fonts/ttf-meera/Makefile | 14 +++++++------- fonts/ttf-meera/distinfo | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/fonts/ttf-meera/Makefile b/fonts/ttf-meera/Makefile index f0b3366d58088..003073bb90f20 100644 --- a/fonts/ttf-meera/Makefile +++ b/fonts/ttf-meera/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2022/05/23 17:09:24 nikita Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/23 21:46:56 nikita Exp $ -DISTNAME= ttf-meera-${GITLAB_TAG} +DISTNAME= meera-${GITLAB_TAG} PKGNAME= ttf-meera-7.0.3.20191223 +PKGREVISION= 1 CATEGORIES= fonts -MASTER_SITES= https://gitlab.com/smc/fonts/${GITLAB_PROJECT}/-/archive/${GITLAB_TAG}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=smc/fonts/} GITLAB_PROJECT= meera -GITLAB_LONGTAG= aebe37081332d93e02a83a8649120401967fc379 GITLAB_TAG= aebe3708 MAINTAINER= pkgsrc-users@NetBSD.org @@ -13,10 +13,10 @@ HOMEPAGE= https://smc.org.in/fonts/meera COMMENT= Malayalam font in TTF format LICENSE= gnu-gpl-v3 OR ofl-v1.1 # gpl-v3 with font exception OR ofl 1.1 -USE_LANGUAGES= # none -PYTHON_FOR_BUILD_ONLY= yes +USE_LANGUAGES= # none +PYTHON_FOR_BUILD_ONLY= yes +PYTHON_VERSIONS_INCOMPATIBLE= 27 -WRKSRC= ${WRKDIR}/${GITLAB_PROJECT}-${GITLAB_TAG}-${GITLAB_LONGTAG} USE_TOOLS+= gmake BUILD_DEPENDS+= ${PYPKGPREFIX}-fonttools-[0-9]*:../../fonts/py-fonttools diff --git a/fonts/ttf-meera/distinfo b/fonts/ttf-meera/distinfo index 55d718bfdaf8e..030bbdf245b89 100644 --- a/fonts/ttf-meera/distinfo +++ b/fonts/ttf-meera/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/05/23 17:09:24 nikita Exp $ +$NetBSD: distinfo,v 1.2 2022/05/23 21:46:56 nikita Exp $ -BLAKE2s (ttf-meera-aebe3708.tar.gz) = 752feea012026721ecb73bdd04ab38fc395486911960e32e590381ab98ec7cf7 -SHA512 (ttf-meera-aebe3708.tar.gz) = 0abea0440dedf5e9ee486fa021b9d1865d8dbd20a1e1466056c46c5a9bc111ad5a344c2d66cf3cb501ec1815194c317c602b96fd9cfe91701a9c1259eecc2713 -Size (ttf-meera-aebe3708.tar.gz) = 791238 bytes +BLAKE2s (meera-aebe3708-aebe3708.tar.gz) = 0a17ba90e2c277e7f4fa1d337689e40364dc70053e950c19576a371344add53d +SHA512 (meera-aebe3708-aebe3708.tar.gz) = 3d702378be6d800f8c231fb56bccde84fc147d80ad9ee1c6df08c37e9d8bf730a79040f58a1dd0ca8f9614f5ad2bea6971e780d9def82bea1846320c5419120e +Size (meera-aebe3708-aebe3708.tar.gz) = 791173 bytes From 157f36e92d512577d606e225a6442fe27177c4f4 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 May 2022 21:47:07 +0000 Subject: [PATCH 0909/1154] doc: Updated fonts/ttf-meera to 7.0.3.20191223nb1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index fdbc36d6d33e5..9cb747f93c039 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2713 2022/05/23 21:08:53 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2714 2022/05/23 21:47:07 nikita Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4166,3 +4166,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/yaydl to 0.8.0 [pin 2022-05-23] Updated net/ncgopher to 0.4.0 [pin 2022-05-23] Updated audio/librespot to 0.4.1 [pin 2022-05-23] + Updated fonts/ttf-meera to 7.0.3.20191223nb1 [nikita 2022-05-23] From 72a9ec7ba19398cceafc39a9ee1c3650838eb4f7 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 May 2022 21:48:27 +0000 Subject: [PATCH 0910/1154] guile-git: USE_GITLAB. --- devel/guile-git/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/guile-git/Makefile b/devel/guile-git/Makefile index 613efb82c359b..bf4da3636df2b 100644 --- a/devel/guile-git/Makefile +++ b/devel/guile-git/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2022/03/14 15:43:22 nikita Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/23 21:48:27 nikita Exp $ DISTNAME= guile-git-0.5.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel -MASTER_SITES= https://gitlab.com/guile-git/guile-git/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=guile-git/} +GITLAB_PROJECT= guile-git +GITLAB_TAG= v${PKGVERSION_NOREV} MAINTAINER= nikita@NetBSD.org HOMEPAGE= https://gitlab.com/guile-git/guile-git/ @@ -18,7 +20,7 @@ DEPENDS+= guile-bytestructures>=1.0.5:../../devel/guile-bytestructures CONFIGURE_ENV+= LIBGIT2_LIBDIR=${BUILDLINK_PREFIX.libgit2}/lib -WRKSRC= ${WRKDIR}/guile-git-v0.5.2-c5494ee3f7cdf891eb386f7103c86a962ab0ae62 +WRKSRC= ${WRKDIR}/guile-git-v0.5.2 INFO_FILES= YES From fe7feee5e8b808c888c05c795344274ee5b14cf3 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 May 2022 21:48:37 +0000 Subject: [PATCH 0911/1154] doc: Updated devel/guile-git to 0.5.2nb2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9cb747f93c039..9646871de1de9 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2714 2022/05/23 21:47:07 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.2715 2022/05/23 21:48:37 nikita Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4167,3 +4167,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/ncgopher to 0.4.0 [pin 2022-05-23] Updated audio/librespot to 0.4.1 [pin 2022-05-23] Updated fonts/ttf-meera to 7.0.3.20191223nb1 [nikita 2022-05-23] + Updated devel/guile-git to 0.5.2nb2 [nikita 2022-05-23] From 9cd504156a26c78480ff84341c5fb5568160f78a Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 23 May 2022 21:52:54 +0000 Subject: [PATCH 0912/1154] guile-git: regen distinfo, checksum changed. --- devel/guile-git/distinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/guile-git/distinfo b/devel/guile-git/distinfo index 72b9456ca6be2..c8fc3435217f9 100644 --- a/devel/guile-git/distinfo +++ b/devel/guile-git/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/01/21 17:09:29 nikita Exp $ +$NetBSD: distinfo,v 1.6 2022/05/23 21:52:54 nikita Exp $ -BLAKE2s (guile-git-0.5.2.tar.gz) = 52d00129e90315909f0f3a4c94b2aedd496bd6ea1ad50dda71a2d29cbd6db55d -SHA512 (guile-git-0.5.2.tar.gz) = 63f4dbbe0a22884d76d6679e7130bd93f2565d2927644b52795ef6d18fc6b359b9634df631e36a55e57ad4bfe220080042bc1d13131a07550d1a8bddcd364554 -Size (guile-git-0.5.2.tar.gz) = 109525 bytes +BLAKE2s (guile-git-0.5.2.tar.gz) = 784200f432d7c030d3f96c9caf68df508d5dea929836d286190cf94b4b06caab +SHA512 (guile-git-0.5.2.tar.gz) = 79ab47c389fa05346d88bd44d3b309c382a06e0dc2b4c47359f63e557a2e7c30b11352b821facdf67ab93c676511b7d75e643bd78af080c35009be7f0e500ca2 +Size (guile-git-0.5.2.tar.gz) = 109454 bytes From 2e703252dd244c1518d9271f7d38f74dbda7744c Mon Sep 17 00:00:00 2001 From: plunky Date: Tue, 24 May 2022 05:17:12 +0000 Subject: [PATCH 0913/1154] update to QCAD 3.27.6, with changes since last time: 3.27.6 (2022/05/18) Bug fixes: FS#2366 - File > Advanced SVG Export: not launching FS#2367 - Command line arguments not correctly encoded FS#2368 - Projections: attributes are not projected 3.27.5 (2022/05/07) Bug fixes: FS#2271 - Unpredictable Crashing on Mac M1 Arm64 FS#2357 - Reference points not cleared when deleting selection FS#2361 - View > Property Editor: Draw order property not working FS#2362 - View > Property Editor: Scale property cannot be edited FS#2363 - Context menu of line entry fields: inserting symbol broken 3.27.4 (2022/05/04) Bug fixes: FS#2358 - Paste: flip vertical broken 3.27.3 (2022/04/29) Translations: Tier 2 (complete, updated, automatic): Czech Hungarian Lithuanian Polish Slovak Slovenian Bug fixes: FS#2355 - Viewport: Crash when moving, rotating, mirroring or stretching viewport FS#2356 - File > Close: Closing dialog stays open after clicking Save 3.27.2 (2022/04/25) Misc > Block: Export Block List Sort by block name Export Block References List Export block references to CSV with block name, X, Y File > Print / Print Preview: Show dialog to auto adjust paper size if custom paper size is used Show dialog to fit drawing to paper size if drawing overlaps paper border Bug fixes: FS#2329 - Viewport: arcs in scaled viewports are not rendered correctly FS#2333 - Ordinate dimensions: scale option ignored FS#2334 - Modify > Break Out Segment: Line Selection Mode fails on Ray and Infinity lines FS#2335 - Rendering solid hatches in scaled blocks FS#2342 - Layer > Edit Layer: Changing Color of Invisible Layer FS#2343 - Modify > Projection: Dimension entities offset FS#2344 - Draw > Polyline > Polyline along Segments: Crash on cancel FS#2345 - File > Print: printing multiple copies prints too many copies 3.27.1 (2021/12/13) Misc > Draw: Text Aligned Leader Bug fixes: FS#2320 - Viewport: text misplaced if viewport is set to not plottable FS#2322 - Edit > Convert Drawing Unit: dimension problem FS#2324 - dwg2csv: exception when listing properties (-l) 3.27.0 (2021/12/01) Performance: Performance improvements for entity selection and updating the property editor Edit > Application Preferences: Graphics View > Appearance: Add preference "Apply line weight to points" If checked: apply line weight to points (render as blobs) If unchecked: always render points as dots or with chosen point mode (cross, etc.) and thin lines Add preference "Maximum selected entities with reference points" Configures the maximum number of selected entities that will have operational reference points Add preference "Maximum selected entities with displayed reference points" Configures the maximum number of selected entities that will display reference points Widgets > Property Editor: Add preference for decimals / precision used to display property values Misc > Draw: Leader from Selected Text Translations: Tier 2 (complete, updated, automatic): Danish Swedish Bug fixes: FS#2250 - CAM > Add Profile Toolpath: lead out type / size not saved FS#2251 - Modify > Explode: spline explodes into line FS#2254 - Dimension > Continue: does not always continue at chosen extension line FS#2257 - Images from Windows file cannot be loaded under Linux / macOS FS#2258 - Selected entities send to an 'Off' layer retain their selection color FS#2256 - Getting the end direction of a zero-length polyline leads to AppCrash FS#2259 - Insert file as block: crash when inserting block with attribute definitions FS#2262 - Block referece attributes are orpaned when using "edit in place" FS#2263 - dwg2svg -min-lineweight option parsing broken FS#2265 - QCAD/CAM: startup crash if disabling hierarchical layers FS#2267 - In-place block editing: some block references not faded FS#2268 - Not all dimension overrides written to DXF/DWG FS#2269 - Inner block reference attributes disappear when editing outer block in-place FS#2270 - Draw > Dimension > Ordinate: Ordinate dimension values scale with viewport FS#2273 - Block attribute duplicates after copy / paste, explode, edit and reload FS#2274 - View > Screen-based Linetypes: rendering of arcs with dashes FS#2275 - Snap > Center: snapping to center of polyline arc segments FS#2279 - Edit > Application Preferences > File > Open/Save: wrong initial value shown for default format FS#2281 - Block > Attributes > Synchronize Attributes: Multiple attributes in block with the same Tag FS#2285 - Draw > Circle > 2 Tangents and Point: fails for Circle, Line, Point where Point is on Line FS#2286 - Draw > Circle > 2 Tangents and Point: fails for Circle, Circle, Point FS#2291 - Rulers empty if auto grid scale is off FS#2305 - Invisible XLine under visible XLine may prevent selection of visible XLine FS#2309 - SVG Export - hatch patterns with dots not visible FS#2310 - File > Print: Number of copies and page range ignored FS#2317 - Crash / lag when selecting splines with clamped knots (OpenDesign) 3.26.3 (2021/05/31) Bug fixes: FS#2198 - International characters change when saving and reloading the file [OpenDesign 4] FS#2230 - Dimension: CAD font label displayed with wrong lineweight FS#2234 - CAM > Nesting: Cancel button not working FS#2236 - Draw > Text: unreadable black text in text dialog (macOS dark mode) FS#2238 - Projection: exception when projecting polyline with single arc segment FS#2239 - Snap > Coordinate: Confirm coordinate with number block Enter key FS#2241 - CAM Simulation: stops working after closing a file FS#2243 - Graphics View: rendering of splines with line pattern FS#2246 - Undo menu text crippled (Windows) 3.26.2 (2021/04/15) Modify > Projection: retain uniform global segment width of polylines Misc > Draw > Polyline break symbol from two points: Insert break symbol Add local data location to search path for resources files (patterns, linetypes, fonts, postprocessors, etc.) Windows: C:/Users/[Username]/AppData/Local/QCAD/QCAD macOS: ~/Library/Application Support/QCAD/QCAD Linux: ~/.local/share/QCAD/QCAD Bug fixes: FS#2175 - Edit > Application Preferences > Draw > Text: Uncheck all/Check all buttons not disabled FS#2203 - Ruler: not all labels shown FS#2204 - Modify > Break out Manual: point order matters with open polyline FS#2206 - View > Selection Filter: Polyline area selection not working FS#2207 - File > SVG Export: dimension labels invisible with TTF fonts FS#2208 - Snap: Cannot snap to block arrays FS#2209 - Modify > Explode: incorrect results with almost circular ellipse arcs FS#2210 - Modify > Break out Manual: unexpected results with arc FS#2217 - Text: spacing problem when switching to CAD font (\F) FS#2221 - Unpredictable linetype pattern scale for polylines using polyline pattern FS#2222 - Block attribute definition: default text displayed instead of tag FS#2223 - Block > Insert Block: duplicate entries in attributes combo FS#2224 - Command line tools: -block argument does not accept layout names FS#2225 - Filenames containing an ampersand do not render correctly in the tab bar and Window menu --- cad/qcad/Makefile | 5 +- cad/qcad/PLIST | 1469 ++++++++++++++++- cad/qcad/distinfo | 16 +- cad/qcad/patches/patch-shared__app.pri | 13 +- .../patches/patch-src_3rdparty_3rdparty.pro | 26 +- cad/qcad/patches/patch-src_core_RS.cpp | 53 +- cad/qcad/patches/patch-src_run_main.cpp | 11 +- 7 files changed, 1474 insertions(+), 119 deletions(-) diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index cb6c7e449cf51..b3f1d49e20403 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.104 2022/04/18 19:10:28 adam Exp $ +# $NetBSD: Makefile,v 1.105 2022/05/24 05:17:12 plunky Exp $ # -DISTNAME= qcad-3.26.1.0 -PKGREVISION= 7 +DISTNAME= qcad-3.27.6.0 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=qcad/} EXTRACT_USING= bsdtar diff --git a/cad/qcad/PLIST b/cad/qcad/PLIST index c8180e4eeac4b..bf6e1f1195c71 100644 --- a/cad/qcad/PLIST +++ b/cad/qcad/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2021/09/19 15:35:40 gdt Exp $ +@comment $NetBSD: PLIST,v 1.22 2022/05/24 05:17:12 plunky Exp $ bin/qcad lib/libdxflib.so lib/libopennurbs.so @@ -438,7 +438,9 @@ lib/qcad/scripts/Block/AddBlock/AddBlockInit.js lib/qcad/scripts/Block/AddBlock/Tests/AddBlockTest00.js lib/qcad/scripts/Block/AddBlock/Tests/required/AddBlockTest00_000.dxf lib/qcad/scripts/Block/AddBlock/doc/AddBlock.png +lib/qcad/scripts/Block/AddBlock/doc/AddBlock_da.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_de.html +lib/qcad/scripts/Block/AddBlock/doc/AddBlock_desc_da.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_desc_de.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_desc_en.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_desc_es.html @@ -450,6 +452,7 @@ lib/qcad/scripts/Block/AddBlock/doc/AddBlock_desc_pl.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_desc_pt.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_desc_ru.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_desc_sl.html +lib/qcad/scripts/Block/AddBlock/doc/AddBlock_desc_sv.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_en.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_es.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_fr.html @@ -460,6 +463,7 @@ lib/qcad/scripts/Block/AddBlock/doc/AddBlock_pl.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_pt.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_ru.html lib/qcad/scripts/Block/AddBlock/doc/AddBlock_sl.html +lib/qcad/scripts/Block/AddBlock/doc/AddBlock_sv.html lib/qcad/scripts/Block/Block-inverse.svg lib/qcad/scripts/Block/Block.js lib/qcad/scripts/Block/Block.pro @@ -481,7 +485,9 @@ lib/qcad/scripts/Block/CreateBlock/Tests/required/CreateBlockTest02_000.dxf lib/qcad/scripts/Block/CreateBlock/Tests/required/CreateBlockTest02_001.dxf lib/qcad/scripts/Block/CreateBlock/Tests/required/CreateBlockTest02_002.dxf lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock.png +lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_da.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_de.html +lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_desc_da.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_desc_de.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_desc_en.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_desc_es.html @@ -493,6 +499,7 @@ lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_desc_pl.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_desc_pt.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_desc_ru.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_desc_sl.html +lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_desc_sv.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_en.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_es.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_fr.html @@ -500,6 +507,7 @@ lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_it.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_ja.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_nl.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_pl.html +lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_proc_da.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_proc_de.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_proc_en.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_proc_es.html @@ -510,16 +518,20 @@ lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_proc_nl.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_proc_pl.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_proc_pt.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_proc_ru.html +lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_proc_sv.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_pt.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_ru.html lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_sl.html +lib/qcad/scripts/Block/CreateBlock/doc/CreateBlock_sv.html lib/qcad/scripts/Block/CreateLibraryItem/CreateLibraryItem-inverse.svg lib/qcad/scripts/Block/CreateLibraryItem/CreateLibraryItem.js lib/qcad/scripts/Block/CreateLibraryItem/CreateLibraryItem.pro lib/qcad/scripts/Block/CreateLibraryItem/CreateLibraryItem.svg lib/qcad/scripts/Block/CreateLibraryItem/CreateLibraryItemInit.js lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem.png +lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_da.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_de.html +lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_da.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_de.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_en.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_es.html @@ -531,6 +543,7 @@ lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_pl.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_pt.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_ru.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_sl.html +lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_sv.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_en.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_es.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_fr.html @@ -538,6 +551,7 @@ lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_it.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_ja.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_nl.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_pl.html +lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_da.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_de.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_en.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_es.html @@ -548,16 +562,20 @@ lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_nl.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_pl.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_pt.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_ru.html +lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_sv.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_pt.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_ru.html lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_sl.html +lib/qcad/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_sv.html lib/qcad/scripts/Block/DeselectBlockReferences/DeselectBlockReferences-inverse.svg lib/qcad/scripts/Block/DeselectBlockReferences/DeselectBlockReferences.js lib/qcad/scripts/Block/DeselectBlockReferences/DeselectBlockReferences.pro lib/qcad/scripts/Block/DeselectBlockReferences/DeselectBlockReferences.svg lib/qcad/scripts/Block/DeselectBlockReferences/DeselectBlockReferencesInit.js lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences.png +lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_da.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_de.html +lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_da.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_de.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_en.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_es.html @@ -569,6 +587,7 @@ lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_ lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_pt.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_ru.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_sl.html +lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_sv.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_en.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_es.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_fr.html @@ -579,6 +598,7 @@ lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_pl.ht lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_pt.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_ru.html lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_sl.html +lib/qcad/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_sv.html lib/qcad/scripts/Block/EditBlock/EditBlock-inverse.svg lib/qcad/scripts/Block/EditBlock/EditBlock.js lib/qcad/scripts/Block/EditBlock/EditBlock.pro @@ -587,7 +607,9 @@ lib/qcad/scripts/Block/EditBlock/EditBlockInit.js lib/qcad/scripts/Block/EditBlock/Tests/EditBlockTest00.js lib/qcad/scripts/Block/EditBlock/Tests/required/EditBlockTest00_000.dxf lib/qcad/scripts/Block/EditBlock/doc/EditBlock.png +lib/qcad/scripts/Block/EditBlock/doc/EditBlock_da.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_de.html +lib/qcad/scripts/Block/EditBlock/doc/EditBlock_desc_da.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_desc_de.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_desc_en.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_desc_es.html @@ -599,6 +621,7 @@ lib/qcad/scripts/Block/EditBlock/doc/EditBlock_desc_pl.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_desc_pt.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_desc_ru.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_desc_sl.html +lib/qcad/scripts/Block/EditBlock/doc/EditBlock_desc_sv.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_en.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_es.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_fr.html @@ -609,6 +632,7 @@ lib/qcad/scripts/Block/EditBlock/doc/EditBlock_pl.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_pt.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_ru.html lib/qcad/scripts/Block/EditBlock/doc/EditBlock_sl.html +lib/qcad/scripts/Block/EditBlock/doc/EditBlock_sv.html lib/qcad/scripts/Block/EditFromReference/EditFromReference-inverse.svg lib/qcad/scripts/Block/EditFromReference/EditFromReference.js lib/qcad/scripts/Block/EditFromReference/EditFromReference.pro @@ -617,7 +641,9 @@ lib/qcad/scripts/Block/EditFromReference/EditFromReferenceInit.js lib/qcad/scripts/Block/EditFromReference/Tests/EditFromReferenceTest00.js lib/qcad/scripts/Block/EditFromReference/Tests/required/EditFromReferenceTest00_000.dxf lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference.png +lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_da.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_de.html +lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_desc_da.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_desc_de.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_desc_en.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_desc_fr.html @@ -627,6 +653,7 @@ lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_desc_nl.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_desc_pl.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_desc_ru.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_desc_sl.html +lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_desc_sv.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_en.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_es.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_fr.html @@ -634,6 +661,7 @@ lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_it.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_ja.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_nl.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_pl.html +lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_proc_da.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_proc_de.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_proc_en.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_proc_fr.html @@ -642,16 +670,20 @@ lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_proc_ja.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_proc_nl.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_proc_pl.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_proc_ru.html +lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_proc_sv.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_pt.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_ru.html lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_sl.html +lib/qcad/scripts/Block/EditFromReference/doc/EditFromReference_sv.html lib/qcad/scripts/Block/EditMainDrawing/EditMainDrawing-inverse.svg lib/qcad/scripts/Block/EditMainDrawing/EditMainDrawing.js lib/qcad/scripts/Block/EditMainDrawing/EditMainDrawing.pro lib/qcad/scripts/Block/EditMainDrawing/EditMainDrawing.svg lib/qcad/scripts/Block/EditMainDrawing/EditMainDrawingInit.js lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing.png +lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_da.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_de.html +lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_da.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_de.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_en.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_es.html @@ -663,6 +695,7 @@ lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_pl.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_pt.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_ru.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_sl.html +lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_sv.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_en.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_es.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_fr.html @@ -673,13 +706,16 @@ lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_pl.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_pt.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_ru.html lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_sl.html +lib/qcad/scripts/Block/EditMainDrawing/doc/EditMainDrawing_sv.html lib/qcad/scripts/Block/HideAllBlocks/HideAllBlocks-inverse.svg lib/qcad/scripts/Block/HideAllBlocks/HideAllBlocks.js lib/qcad/scripts/Block/HideAllBlocks/HideAllBlocks.pro lib/qcad/scripts/Block/HideAllBlocks/HideAllBlocks.svg lib/qcad/scripts/Block/HideAllBlocks/HideAllBlocksInit.js lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks.png +lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_da.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_de.html +lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_da.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_de.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_en.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_es.html @@ -691,6 +727,7 @@ lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_pl.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_pt.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_ru.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_sl.html +lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_sv.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_en.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_es.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_fr.html @@ -701,6 +738,7 @@ lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_pl.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_pt.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_ru.html lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_sl.html +lib/qcad/scripts/Block/HideAllBlocks/doc/HideAllBlocks_sv.html lib/qcad/scripts/Block/InsertBlock/ArrayOfBlocks-inverse.svg lib/qcad/scripts/Block/InsertBlock/ArrayOfBlocks.svg lib/qcad/scripts/Block/InsertBlock/FlipHorizontal-inverse.svg @@ -728,7 +766,9 @@ lib/qcad/scripts/Block/InsertBlock/doc/ArrayOfBlocks.png lib/qcad/scripts/Block/InsertBlock/doc/FlipHorizontal.png lib/qcad/scripts/Block/InsertBlock/doc/FlipVertical.png lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock.png +lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_da.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_de.html +lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_desc_da.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_desc_de.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_desc_en.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_desc_es.html @@ -740,6 +780,7 @@ lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_desc_pl.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_desc_pt.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_desc_ru.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_desc_sl.html +lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_desc_sv.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_en.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_es.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_fr.html @@ -747,6 +788,7 @@ lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_it.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_ja.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_nl.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_pl.html +lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_proc_da.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_proc_de.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_proc_en.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_proc_es.html @@ -757,9 +799,11 @@ lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_proc_nl.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_proc_pl.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_proc_pt.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_proc_ru.html +lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_proc_sv.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_pt.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_ru.html lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_sl.html +lib/qcad/scripts/Block/InsertBlock/doc/InsertBlock_sv.html lib/qcad/scripts/Block/InsertBlock/doc/KeepProportionsOff.png lib/qcad/scripts/Block/InsertBlock/doc/KeepProportionsOn.png lib/qcad/scripts/Block/InsertBlock/doc/SingleBlock.png @@ -776,6 +820,7 @@ lib/qcad/scripts/Block/InsertBlockItem/InsertBlockItemInit.js lib/qcad/scripts/Block/InsertBlockItem/doc/FlipHorizontal.png lib/qcad/scripts/Block/InsertBlockItem/doc/FlipVertical.png lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem.png +lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_da.html lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_de.html lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_en.html lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_es.html @@ -785,6 +830,7 @@ lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_nl.html lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_pl.html lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_ru.html lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_sl.html +lib/qcad/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_sv.html lib/qcad/scripts/Block/InsertScriptItem/InsertScriptItem-inverse.svg lib/qcad/scripts/Block/InsertScriptItem/InsertScriptItem.js lib/qcad/scripts/Block/InsertScriptItem/InsertScriptItem.pro @@ -800,7 +846,9 @@ lib/qcad/scripts/Block/RemoveBlock/Tests/RemoveBlockTest00.js lib/qcad/scripts/Block/RemoveBlock/Tests/required/RemoveBlockTest00_000.dxf lib/qcad/scripts/Block/RemoveBlock/Tests/required/RemoveBlockTest00_001.dxf lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock.png +lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_da.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_de.html +lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_da.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_de.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_en.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_es.html @@ -812,6 +860,7 @@ lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_pl.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_pt.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_ru.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_sl.html +lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_sv.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_en.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_es.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_fr.html @@ -822,6 +871,7 @@ lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_pl.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_pt.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_ru.html lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_sl.html +lib/qcad/scripts/Block/RemoveBlock/doc/RemoveBlock_sv.html lib/qcad/scripts/Block/RenameBlock/RenameBlock-inverse.svg lib/qcad/scripts/Block/RenameBlock/RenameBlock.js lib/qcad/scripts/Block/RenameBlock/RenameBlock.pro @@ -831,6 +881,7 @@ lib/qcad/scripts/Block/RenameBlock/Tests/RenameBlockTest00.js lib/qcad/scripts/Block/RenameBlock/Tests/required/RenameBlockTest00_000.dxf lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock.png lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_de.html +lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_desc_da.html lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_desc_de.html lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_desc_en.html lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_desc_es.html @@ -842,6 +893,7 @@ lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_desc_pl.html lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_desc_pt.html lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_desc_ru.html lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_desc_sl.html +lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_desc_sv.html lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_en.html lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_es.html lib/qcad/scripts/Block/RenameBlock/doc/RenameBlock_fr.html @@ -855,7 +907,9 @@ lib/qcad/scripts/Block/SelectBlockReferences/SelectBlockReferences.pro lib/qcad/scripts/Block/SelectBlockReferences/SelectBlockReferences.svg lib/qcad/scripts/Block/SelectBlockReferences/SelectBlockReferencesInit.js lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences.png +lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_da.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_de.html +lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_da.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_de.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_en.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_es.html @@ -867,6 +921,7 @@ lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_pl.h lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_pt.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_ru.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_sl.html +lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_sv.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_en.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_es.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_fr.html @@ -877,13 +932,16 @@ lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_pl.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_pt.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_ru.html lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_sl.html +lib/qcad/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_sv.html lib/qcad/scripts/Block/ShowAllBlocks/ShowAllBlocks-inverse.svg lib/qcad/scripts/Block/ShowAllBlocks/ShowAllBlocks.js lib/qcad/scripts/Block/ShowAllBlocks/ShowAllBlocks.pro lib/qcad/scripts/Block/ShowAllBlocks/ShowAllBlocks.svg lib/qcad/scripts/Block/ShowAllBlocks/ShowAllBlocksInit.js lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks.png +lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_da.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_de.html +lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_da.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_de.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_en.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_es.html @@ -895,6 +953,7 @@ lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_pl.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_pt.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_ru.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_sl.html +lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_sv.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_en.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_es.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_fr.html @@ -905,13 +964,16 @@ lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_pl.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_pt.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_ru.html lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_sl.html +lib/qcad/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_sv.html lib/qcad/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility-inverse.svg lib/qcad/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility.js lib/qcad/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility.pro lib/qcad/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility.svg lib/qcad/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibilityInit.js lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility.png +lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_da.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_de.html +lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_da.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_de.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_en.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_es.html @@ -923,6 +985,7 @@ lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_pl.h lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_pt.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_ru.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_sl.html +lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_sv.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_en.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_es.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_fr.html @@ -933,8 +996,10 @@ lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_pl.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_pt.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_ru.html lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_sl.html +lib/qcad/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_sv.html lib/qcad/scripts/Block/dir/dir.pro lib/qcad/scripts/Block/doc/Block.png +lib/qcad/scripts/Block/doc/Block_da.html lib/qcad/scripts/Block/doc/Block_de.html lib/qcad/scripts/Block/doc/Block_en.html lib/qcad/scripts/Block/doc/Block_es.html @@ -946,6 +1011,7 @@ lib/qcad/scripts/Block/doc/Block_pl.html lib/qcad/scripts/Block/doc/Block_pt.html lib/qcad/scripts/Block/doc/Block_ru.html lib/qcad/scripts/Block/doc/Block_sl.html +lib/qcad/scripts/Block/doc/Block_sv.html lib/qcad/scripts/CrosshairCursor.png lib/qcad/scripts/CrosshairCursor@2x.png lib/qcad/scripts/CrosshairCursorImg.png @@ -970,7 +1036,9 @@ lib/qcad/scripts/Draw/Arc/Arc2PA/CounterClockwise.svg lib/qcad/scripts/Draw/Arc/Arc2PA/Tests/Arc2PATest00.js lib/qcad/scripts/Draw/Arc/Arc2PA/Tests/required/Arc2PATest00_000.dxf lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA.png +lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_da.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_de.html +lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_da.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_de.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_en.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_es.html @@ -982,6 +1050,7 @@ lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_pl.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_pt.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_ru.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_sl.html +lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_sv.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_en.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_es.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_fr.html @@ -989,6 +1058,7 @@ lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_it.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_ja.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_nl.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_pl.html +lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_da.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_de.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_en.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_es.html @@ -999,9 +1069,11 @@ lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_nl.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_pl.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_pt.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_ru.html +lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_sv.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_pt.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_ru.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_sl.html +lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_sv.html lib/qcad/scripts/Draw/Arc/Arc2PA/doc/Clockwise.png lib/qcad/scripts/Draw/Arc/Arc2PA/doc/CounterClockwise.png lib/qcad/scripts/Draw/Arc/Arc2PH/Arc2PH-inverse.svg @@ -1017,7 +1089,9 @@ lib/qcad/scripts/Draw/Arc/Arc2PH/CounterClockwise.svg lib/qcad/scripts/Draw/Arc/Arc2PH/Tests/Arc2PHTest00.js lib/qcad/scripts/Draw/Arc/Arc2PH/Tests/required/Arc2PHTest00_000.dxf lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH.png +lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_da.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_de.html +lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_desc_da.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_desc_de.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_desc_en.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_desc_es.html @@ -1026,6 +1100,7 @@ lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_desc_it.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_desc_nl.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_desc_pl.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_desc_sl.html +lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_desc_sv.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_en.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_es.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_fr.html @@ -1033,6 +1108,7 @@ lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_it.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_ja.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_nl.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_pl.html +lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_proc_da.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_proc_de.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_proc_en.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_proc_es.html @@ -1040,9 +1116,11 @@ lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_proc_fr.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_proc_it.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_proc_nl.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_proc_pl.html +lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_proc_sv.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_pt.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_ru.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_sl.html +lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Arc2PH_sv.html lib/qcad/scripts/Draw/Arc/Arc2PH/doc/Clockwise.png lib/qcad/scripts/Draw/Arc/Arc2PH/doc/CounterClockwise.png lib/qcad/scripts/Draw/Arc/Arc2PL/Arc2PL-inverse.svg @@ -1058,7 +1136,9 @@ lib/qcad/scripts/Draw/Arc/Arc2PL/CounterClockwise.svg lib/qcad/scripts/Draw/Arc/Arc2PL/Tests/Arc2PLTest00.js lib/qcad/scripts/Draw/Arc/Arc2PL/Tests/required/Arc2PLTest00_000.dxf lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL.png +lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_da.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_de.html +lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_desc_da.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_desc_de.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_desc_en.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_desc_es.html @@ -1070,6 +1150,7 @@ lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_desc_pl.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_desc_pt.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_desc_ru.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_desc_sl.html +lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_desc_sv.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_en.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_es.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_fr.html @@ -1077,6 +1158,7 @@ lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_it.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_ja.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_nl.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_pl.html +lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_proc_da.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_proc_de.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_proc_en.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_proc_es.html @@ -1087,9 +1169,11 @@ lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_proc_nl.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_proc_pl.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_proc_pt.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_proc_ru.html +lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_proc_sv.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_pt.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_ru.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_sl.html +lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Arc2PL_sv.html lib/qcad/scripts/Draw/Arc/Arc2PL/doc/Clockwise.png lib/qcad/scripts/Draw/Arc/Arc2PL/doc/CounterClockwise.png lib/qcad/scripts/Draw/Arc/Arc2PR/Arc2PR-inverse.svg @@ -1109,7 +1193,9 @@ lib/qcad/scripts/Draw/Arc/Arc2PR/Solution2.svg lib/qcad/scripts/Draw/Arc/Arc2PR/Tests/Arc2PRTest00.js lib/qcad/scripts/Draw/Arc/Arc2PR/Tests/required/Arc2PRTest00_000.dxf lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR.png +lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_da.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_de.html +lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_da.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_de.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_en.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_es.html @@ -1121,6 +1207,7 @@ lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_pl.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_pt.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_ru.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_sl.html +lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_sv.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_en.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_es.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_fr.html @@ -1128,6 +1215,7 @@ lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_it.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_ja.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_nl.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_pl.html +lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_da.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_de.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_en.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_es.html @@ -1138,9 +1226,11 @@ lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_nl.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_pl.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_pt.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_ru.html +lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_sv.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_pt.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_ru.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_sl.html +lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_sv.html lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Clockwise.png lib/qcad/scripts/Draw/Arc/Arc2PR/doc/CounterClockwise.png lib/qcad/scripts/Draw/Arc/Arc2PR/doc/Solution1.png @@ -1153,7 +1243,9 @@ lib/qcad/scripts/Draw/Arc/Arc3P/Arc3PInit.js lib/qcad/scripts/Draw/Arc/Arc3P/Tests/Arc3PTest00.js lib/qcad/scripts/Draw/Arc/Arc3P/Tests/required/Arc3PTest00_000.dxf lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P.png +lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_da.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_de.html +lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_da.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_de.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_en.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_es.html @@ -1165,6 +1257,7 @@ lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_pl.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_pt.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_ru.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_sl.html +lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_sv.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_en.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_es.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_fr.html @@ -1172,6 +1265,7 @@ lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_it.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_ja.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_nl.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_pl.html +lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_da.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_de.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_en.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_es.html @@ -1182,9 +1276,11 @@ lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_nl.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_pl.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_pt.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_ru.html +lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_sv.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_pt.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_ru.html lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_sl.html +lib/qcad/scripts/Draw/Arc/Arc3P/doc/Arc3P_sv.html lib/qcad/scripts/Draw/Arc/ArcCPA/ArcCPA-inverse.svg lib/qcad/scripts/Draw/Arc/ArcCPA/ArcCPA.js lib/qcad/scripts/Draw/Arc/ArcCPA/ArcCPA.pro @@ -1198,7 +1294,9 @@ lib/qcad/scripts/Draw/Arc/ArcCPA/CounterClockwise.svg lib/qcad/scripts/Draw/Arc/ArcCPA/Tests/ArcCPATest00.js lib/qcad/scripts/Draw/Arc/ArcCPA/Tests/required/ArcCPATest00_000.dxf lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA.png +lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_da.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_de.html +lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_da.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_de.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_en.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_es.html @@ -1210,6 +1308,7 @@ lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_pl.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_pt.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_ru.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_sl.html +lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_sv.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_en.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_es.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_fr.html @@ -1217,6 +1316,7 @@ lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_it.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_ja.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_nl.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_pl.html +lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_da.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_de.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_en.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_es.html @@ -1227,9 +1327,11 @@ lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_nl.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_pl.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_pt.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_ru.html +lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_sv.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_pt.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_ru.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_sl.html +lib/qcad/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_sv.html lib/qcad/scripts/Draw/Arc/ArcCPA/doc/Clockwise.png lib/qcad/scripts/Draw/Arc/ArcCPA/doc/CounterClockwise.png lib/qcad/scripts/Draw/Arc/ArcConcentric/ArcConcentric-inverse.svg @@ -1241,7 +1343,9 @@ lib/qcad/scripts/Draw/Arc/ArcConcentric/ArcConcentricInit.js lib/qcad/scripts/Draw/Arc/ArcConcentric/Tests/ArcConcentricTest00.js lib/qcad/scripts/Draw/Arc/ArcConcentric/Tests/required/ArcConcentricTest00_000.dxf lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric.png +lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_da.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_de.html +lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_da.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_de.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_en.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_es.html @@ -1253,6 +1357,7 @@ lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_pl.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_pt.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_ru.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_sl.html +lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_sv.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_en.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_es.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_fr.html @@ -1260,6 +1365,7 @@ lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_it.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_ja.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_nl.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_pl.html +lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_da.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_de.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_en.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_es.html @@ -1270,9 +1376,11 @@ lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_nl.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_pl.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_pt.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_ru.html +lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_sv.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_pt.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_ru.html lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_sl.html +lib/qcad/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_sv.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough-inverse.svg lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.js lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.pro @@ -1282,7 +1390,9 @@ lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThroughInit.js lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/Tests/ArcConcentricThroughTest00.js lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/Tests/required/ArcConcentricThroughTest00_000.dxf lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough.png +lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_da.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_de.html +lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_da.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_de.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_en.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_es.html @@ -1294,6 +1404,7 @@ lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_pl. lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_pt.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_ru.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_sl.html +lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_sv.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_en.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_es.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_fr.html @@ -1301,6 +1412,7 @@ lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_it.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_ja.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_nl.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_pl.html +lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_da.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_de.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_en.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_es.html @@ -1311,9 +1423,11 @@ lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_nl. lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_pl.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_pt.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_ru.html +lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_sv.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_pt.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_ru.html lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_sl.html +lib/qcad/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_sv.html lib/qcad/scripts/Draw/Arc/ArcTPR/ArcTPR-inverse.svg lib/qcad/scripts/Draw/Arc/ArcTPR/ArcTPR.js lib/qcad/scripts/Draw/Arc/ArcTPR/ArcTPR.pro @@ -1323,7 +1437,9 @@ lib/qcad/scripts/Draw/Arc/ArcTPR/ArcTPRInit.js lib/qcad/scripts/Draw/Arc/ArcTPR/Tests/ArcTPRTest00.js lib/qcad/scripts/Draw/Arc/ArcTPR/Tests/required/ArcTPRTest00_000.dxf lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR.png +lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_da.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_de.html +lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_desc_da.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_desc_de.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_desc_en.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_desc_es.html @@ -1335,6 +1451,7 @@ lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_desc_pl.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_desc_pt.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_desc_ru.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_desc_sl.html +lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_desc_sv.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_en.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_es.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_fr.html @@ -1342,6 +1459,7 @@ lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_it.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_ja.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_nl.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_pl.html +lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_proc_da.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_proc_de.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_proc_en.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_proc_es.html @@ -1352,9 +1470,11 @@ lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_proc_nl.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_proc_pl.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_proc_pt.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_proc_ru.html +lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_proc_sv.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_pt.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_ru.html lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_sl.html +lib/qcad/scripts/Draw/Arc/ArcTPR/doc/ArcTPR_sv.html lib/qcad/scripts/Draw/Arc/ArcTangential/ArcTangential-inverse.svg lib/qcad/scripts/Draw/Arc/ArcTangential/ArcTangential.js lib/qcad/scripts/Draw/Arc/ArcTangential/ArcTangential.pro @@ -1364,7 +1484,9 @@ lib/qcad/scripts/Draw/Arc/ArcTangential/ArcTangentialInit.js lib/qcad/scripts/Draw/Arc/ArcTangential/Tests/ArcTangentialTest00.js lib/qcad/scripts/Draw/Arc/ArcTangential/Tests/required/ArcTangentialTest00_000.dxf lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential.png +lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_da.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_de.html +lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_da.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_de.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_en.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_es.html @@ -1376,6 +1498,7 @@ lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_pl.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_pt.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_ru.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_sl.html +lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_sv.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_en.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_es.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_fr.html @@ -1383,6 +1506,7 @@ lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_it.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_ja.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_nl.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_pl.html +lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_da.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_de.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_en.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_es.html @@ -1393,11 +1517,14 @@ lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_nl.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_pl.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_pt.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_ru.html +lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_sv.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_pt.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_ru.html lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_sl.html +lib/qcad/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_sv.html lib/qcad/scripts/Draw/Arc/dir/dir.pro lib/qcad/scripts/Draw/Arc/doc/Arc.png +lib/qcad/scripts/Draw/Arc/doc/Arc_da.html lib/qcad/scripts/Draw/Arc/doc/Arc_de.html lib/qcad/scripts/Draw/Arc/doc/Arc_en.html lib/qcad/scripts/Draw/Arc/doc/Arc_es.html @@ -1409,6 +1536,7 @@ lib/qcad/scripts/Draw/Arc/doc/Arc_pl.html lib/qcad/scripts/Draw/Arc/doc/Arc_pt.html lib/qcad/scripts/Draw/Arc/doc/Arc_ru.html lib/qcad/scripts/Draw/Arc/doc/Arc_sl.html +lib/qcad/scripts/Draw/Arc/doc/Arc_sv.html lib/qcad/scripts/Draw/Circle/Circle-inverse.svg lib/qcad/scripts/Draw/Circle/Circle.js lib/qcad/scripts/Draw/Circle/Circle.pro @@ -1421,7 +1549,9 @@ lib/qcad/scripts/Draw/Circle/Circle2P/Circle2PInit.js lib/qcad/scripts/Draw/Circle/Circle2P/Tests/Circle2PTest00.js lib/qcad/scripts/Draw/Circle/Circle2P/Tests/required/Circle2PTest00_000.dxf lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P.png +lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_da.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_de.html +lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_da.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_de.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_en.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_es.html @@ -1433,6 +1563,7 @@ lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_pl.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_pt.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_ru.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_sl.html +lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_sv.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_en.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_es.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_fr.html @@ -1440,6 +1571,7 @@ lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_it.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_ja.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_nl.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_pl.html +lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_da.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_de.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_en.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_es.html @@ -1450,9 +1582,11 @@ lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_nl.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_pl.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_pt.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_ru.html +lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_sv.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_pt.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_ru.html lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_sl.html +lib/qcad/scripts/Draw/Circle/Circle2P/doc/Circle2P_sv.html lib/qcad/scripts/Draw/Circle/Circle2PR/Circle2PR-inverse.svg lib/qcad/scripts/Draw/Circle/Circle2PR/Circle2PR.js lib/qcad/scripts/Draw/Circle/Circle2PR/Circle2PR.pro @@ -1466,7 +1600,9 @@ lib/qcad/scripts/Draw/Circle/Circle2PR/Solution2.svg lib/qcad/scripts/Draw/Circle/Circle2PR/Tests/Circle2PRTest00.js lib/qcad/scripts/Draw/Circle/Circle2PR/Tests/required/Circle2PRTest00_000.dxf lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR.png +lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_da.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_de.html +lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_da.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_de.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_en.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_es.html @@ -1478,6 +1614,7 @@ lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_pl.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_pt.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_ru.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_sl.html +lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_sv.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_en.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_es.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_fr.html @@ -1485,6 +1622,7 @@ lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_it.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_ja.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_nl.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_pl.html +lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_da.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_de.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_en.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_es.html @@ -1495,9 +1633,11 @@ lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_nl.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_pl.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_pt.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_ru.html +lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_sv.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_pt.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_ru.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_sl.html +lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_sv.html lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Solution1.png lib/qcad/scripts/Draw/Circle/Circle2PR/doc/Solution2.png lib/qcad/scripts/Draw/Circle/Circle2TP/Circle2TP-inverse.svg @@ -1509,12 +1649,34 @@ lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest00.js lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest01.js lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest02.js lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest03.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest04.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest05.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest06.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest07.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest08.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest09.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest10.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest11.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest12.js +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/Circle2TPTest13.js lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest00_000.dxf lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest01_000.dxf lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest02_000.dxf lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest03_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest04_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest05_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest06_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest07_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest08_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest09_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest10_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest11_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest12_000.dxf +lib/qcad/scripts/Draw/Circle/Circle2TP/Tests/required/Circle2TPTest13_000.dxf lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP.png +lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_da.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_de.html +lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_da.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_de.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_en.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_es.html @@ -1526,6 +1688,7 @@ lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_pl.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_pt.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_ru.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_sl.html +lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_sv.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_en.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_es.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_fr.html @@ -1533,6 +1696,7 @@ lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_it.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_ja.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_nl.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_pl.html +lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_da.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_de.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_en.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_es.html @@ -1543,9 +1707,11 @@ lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_nl.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_pl.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_pt.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_ru.html +lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_sv.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_pt.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_ru.html lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_sl.html +lib/qcad/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_sv.html lib/qcad/scripts/Draw/Circle/Circle2TR/Circle2TR-inverse.svg lib/qcad/scripts/Draw/Circle/Circle2TR/Circle2TR.js lib/qcad/scripts/Draw/Circle/Circle2TR/Circle2TR.pro @@ -1557,7 +1723,9 @@ lib/qcad/scripts/Draw/Circle/Circle2TR/Tests/Circle2TRTest01.js lib/qcad/scripts/Draw/Circle/Circle2TR/Tests/required/Circle2TRTest00_000.dxf lib/qcad/scripts/Draw/Circle/Circle2TR/Tests/required/Circle2TRTest01_000.dxf lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR.png +lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_da.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_de.html +lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_da.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_de.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_en.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_es.html @@ -1569,6 +1737,7 @@ lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_pl.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_pt.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_ru.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_sl.html +lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_sv.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_en.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_es.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_fr.html @@ -1576,6 +1745,7 @@ lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_it.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_ja.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_nl.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_pl.html +lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_da.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_de.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_en.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_es.html @@ -1586,9 +1756,11 @@ lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_nl.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_pl.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_pt.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_ru.html +lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_sv.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_pt.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_ru.html lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_sl.html +lib/qcad/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_sv.html lib/qcad/scripts/Draw/Circle/Circle3P/Circle3P-inverse.svg lib/qcad/scripts/Draw/Circle/Circle3P/Circle3P.js lib/qcad/scripts/Draw/Circle/Circle3P/Circle3P.pro @@ -1597,7 +1769,9 @@ lib/qcad/scripts/Draw/Circle/Circle3P/Circle3PInit.js lib/qcad/scripts/Draw/Circle/Circle3P/Tests/Circle3PTest00.js lib/qcad/scripts/Draw/Circle/Circle3P/Tests/required/Circle3PTest00_000.dxf lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P.png +lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_da.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_de.html +lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_da.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_de.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_en.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_es.html @@ -1609,6 +1783,7 @@ lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_pl.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_pt.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_ru.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_sl.html +lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_sv.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_en.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_es.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_fr.html @@ -1616,6 +1791,7 @@ lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_it.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_ja.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_nl.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_pl.html +lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_da.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_de.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_en.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_es.html @@ -1626,9 +1802,11 @@ lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_nl.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_pl.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_pt.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_ru.html +lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_sv.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_pt.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_ru.html lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_sl.html +lib/qcad/scripts/Draw/Circle/Circle3P/doc/Circle3P_sv.html lib/qcad/scripts/Draw/Circle/Circle3T/Circle3T-inverse.svg lib/qcad/scripts/Draw/Circle/Circle3T/Circle3T.js lib/qcad/scripts/Draw/Circle/Circle3T/Circle3T.pro @@ -1643,7 +1821,9 @@ lib/qcad/scripts/Draw/Circle/Circle3T/Tests/required/Circle3TTest01_000.dxf lib/qcad/scripts/Draw/Circle/Circle3T/Tests/required/Circle3TTest02_000.dxf lib/qcad/scripts/Draw/Circle/Circle3T/Tests/required/Circle3TTest03_000.dxf lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T.png +lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_da.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_de.html +lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_da.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_de.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_en.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_es.html @@ -1655,6 +1835,7 @@ lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_pl.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_pt.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_ru.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_sl.html +lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_sv.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_en.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_es.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_fr.html @@ -1662,6 +1843,7 @@ lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_it.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_ja.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_nl.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_pl.html +lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_da.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_de.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_en.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_es.html @@ -1672,9 +1854,11 @@ lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_nl.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_pl.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_pt.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_ru.html +lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_sv.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_pt.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_ru.html lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_sl.html +lib/qcad/scripts/Draw/Circle/Circle3T/doc/Circle3T_sv.html lib/qcad/scripts/Draw/Circle/CircleCD/CircleCD-inverse.svg lib/qcad/scripts/Draw/Circle/CircleCD/CircleCD.js lib/qcad/scripts/Draw/Circle/CircleCD/CircleCD.pro @@ -1685,7 +1869,9 @@ lib/qcad/scripts/Draw/Circle/CircleCD/CircleCDInit.js lib/qcad/scripts/Draw/Circle/CircleCD/Tests/CircleCDTest00.js lib/qcad/scripts/Draw/Circle/CircleCD/Tests/required/CircleCDTest00_000.dxf lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD.png +lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_da.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_de.html +lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_desc_da.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_desc_de.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_desc_en.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_desc_es.html @@ -1697,6 +1883,7 @@ lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_desc_pl.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_desc_pt.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_desc_ru.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_desc_sl.html +lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_desc_sv.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_en.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_es.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_fr.html @@ -1704,6 +1891,7 @@ lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_it.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_ja.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_nl.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_pl.html +lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_proc_da.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_proc_de.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_proc_en.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_proc_es.html @@ -1714,9 +1902,11 @@ lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_proc_nl.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_proc_pl.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_proc_pt.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_proc_ru.html +lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_proc_sv.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_pt.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_ru.html lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_sl.html +lib/qcad/scripts/Draw/Circle/CircleCD/doc/CircleCD_sv.html lib/qcad/scripts/Draw/Circle/CircleCP/CircleCP-inverse.svg lib/qcad/scripts/Draw/Circle/CircleCP/CircleCP.js lib/qcad/scripts/Draw/Circle/CircleCP/CircleCP.pro @@ -1725,7 +1915,9 @@ lib/qcad/scripts/Draw/Circle/CircleCP/CircleCPInit.js lib/qcad/scripts/Draw/Circle/CircleCP/Tests/CircleCPTest00.js lib/qcad/scripts/Draw/Circle/CircleCP/Tests/required/CircleCPTest00_000.dxf lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP.png +lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_da.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_de.html +lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_da.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_de.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_en.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_es.html @@ -1737,6 +1929,7 @@ lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_pl.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_pt.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_ru.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_sl.html +lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_sv.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_en.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_es.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_fr.html @@ -1744,6 +1937,7 @@ lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_it.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_ja.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_nl.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_pl.html +lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_da.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_de.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_en.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_es.html @@ -1754,9 +1948,11 @@ lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_nl.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_pl.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_pt.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_ru.html +lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_sv.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_pt.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_ru.html lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_sl.html +lib/qcad/scripts/Draw/Circle/CircleCP/doc/CircleCP_sv.html lib/qcad/scripts/Draw/Circle/CircleCR/CircleCR-inverse.svg lib/qcad/scripts/Draw/Circle/CircleCR/CircleCR.js lib/qcad/scripts/Draw/Circle/CircleCR/CircleCR.pro @@ -1768,7 +1964,9 @@ lib/qcad/scripts/Draw/Circle/CircleCR/Tests/CircleCRTest00.js lib/qcad/scripts/Draw/Circle/CircleCR/Tests/CircleCRTest01.js lib/qcad/scripts/Draw/Circle/CircleCR/Tests/required/CircleCRTest00_000.dxf lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR.png +lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_da.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_de.html +lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_da.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_de.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_en.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_es.html @@ -1780,6 +1978,7 @@ lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_pl.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_pt.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_ru.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_sl.html +lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_sv.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_en.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_es.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_fr.html @@ -1787,6 +1986,7 @@ lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_it.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_ja.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_nl.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_pl.html +lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_da.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_de.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_en.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_es.html @@ -1797,9 +1997,11 @@ lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_nl.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_pl.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_pt.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_ru.html +lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_sv.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_pt.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_ru.html lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_sl.html +lib/qcad/scripts/Draw/Circle/CircleCR/doc/CircleCR_sv.html lib/qcad/scripts/Draw/Circle/CircleConcentric/CircleConcentric-inverse.svg lib/qcad/scripts/Draw/Circle/CircleConcentric/CircleConcentric.js lib/qcad/scripts/Draw/Circle/CircleConcentric/CircleConcentric.pro @@ -1809,7 +2011,9 @@ lib/qcad/scripts/Draw/Circle/CircleConcentric/CircleConcentricInit.js lib/qcad/scripts/Draw/Circle/CircleConcentric/Tests/CircleConcentricTest00.js lib/qcad/scripts/Draw/Circle/CircleConcentric/Tests/required/CircleConcentricTest00_000.dxf lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric.png +lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_da.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_de.html +lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_da.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_de.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_en.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_es.html @@ -1821,6 +2025,7 @@ lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_pl.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_pt.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_ru.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_sl.html +lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_sv.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_en.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_es.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_fr.html @@ -1828,6 +2033,7 @@ lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_it.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_ja.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_nl.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_pl.html +lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_da.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_de.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_en.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_es.html @@ -1838,9 +2044,11 @@ lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_nl.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_pl.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_pt.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_ru.html +lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_sv.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_pt.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_ru.html lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_sl.html +lib/qcad/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_sv.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough-inverse.svg lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.js lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.pro @@ -1850,7 +2058,9 @@ lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThroughInit lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/Tests/CircleConcentricThroughTest00.js lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/Tests/required/CircleConcentricThroughTest00_000.dxf lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough.png +lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_da.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_de.html +lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_da.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_de.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_en.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_es.html @@ -1862,6 +2072,7 @@ lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_pt.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_ru.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_sl.html +lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_sv.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_en.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_es.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_fr.html @@ -1869,6 +2080,7 @@ lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_ja.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_nl.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_pl.html +lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_da.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_de.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_en.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_es.html @@ -1879,9 +2091,11 @@ lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_pl.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_pt.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_ru.html +lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_sv.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_pt.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_ru.html lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_sl.html +lib/qcad/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_sv.html lib/qcad/scripts/Draw/Circle/CircleT2P/CircleT2P-inverse.svg lib/qcad/scripts/Draw/Circle/CircleT2P/CircleT2P.js lib/qcad/scripts/Draw/Circle/CircleT2P/CircleT2P.pro @@ -1890,7 +2104,9 @@ lib/qcad/scripts/Draw/Circle/CircleT2P/CircleT2PInit.js lib/qcad/scripts/Draw/Circle/CircleT2P/Tests/CircleT2PTest00.js lib/qcad/scripts/Draw/Circle/CircleT2P/Tests/required/CircleT2PTest00_000.dxf lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P.png +lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_da.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_de.html +lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_da.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_de.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_en.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_es.html @@ -1902,6 +2118,7 @@ lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_pl.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_pt.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_ru.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_sl.html +lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_sv.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_en.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_es.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_fr.html @@ -1909,6 +2126,7 @@ lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_it.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_ja.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_nl.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_pl.html +lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_da.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_de.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_en.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_es.html @@ -1919,9 +2137,11 @@ lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_nl.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_pl.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_pt.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_ru.html +lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_sv.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_pt.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_ru.html lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_sl.html +lib/qcad/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_sv.html lib/qcad/scripts/Draw/Circle/CircleTPR/CircleTPR-inverse.svg lib/qcad/scripts/Draw/Circle/CircleTPR/CircleTPR.js lib/qcad/scripts/Draw/Circle/CircleTPR/CircleTPR.pro @@ -1931,7 +2151,9 @@ lib/qcad/scripts/Draw/Circle/CircleTPR/CircleTPRInit.js lib/qcad/scripts/Draw/Circle/CircleTPR/Tests/CircleTPRTest00.js lib/qcad/scripts/Draw/Circle/CircleTPR/Tests/required/CircleTPRTest00_000.dxf lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR.png +lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_da.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_de.html +lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_desc_da.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_desc_de.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_desc_en.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_desc_es.html @@ -1943,6 +2165,7 @@ lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_desc_pl.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_desc_pt.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_desc_ru.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_desc_sl.html +lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_desc_sv.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_en.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_es.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_fr.html @@ -1950,6 +2173,7 @@ lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_it.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_ja.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_nl.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_pl.html +lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_proc_da.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_proc_de.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_proc_en.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_proc_es.html @@ -1960,11 +2184,14 @@ lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_proc_nl.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_proc_pl.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_proc_pt.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_proc_ru.html +lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_proc_sv.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_pt.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_ru.html lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_sl.html +lib/qcad/scripts/Draw/Circle/CircleTPR/doc/CircleTPR_sv.html lib/qcad/scripts/Draw/Circle/dir/dir.pro lib/qcad/scripts/Draw/Circle/doc/Circle.png +lib/qcad/scripts/Draw/Circle/doc/Circle_da.html lib/qcad/scripts/Draw/Circle/doc/Circle_de.html lib/qcad/scripts/Draw/Circle/doc/Circle_en.html lib/qcad/scripts/Draw/Circle/doc/Circle_es.html @@ -1976,18 +2203,23 @@ lib/qcad/scripts/Draw/Circle/doc/Circle_pl.html lib/qcad/scripts/Draw/Circle/doc/Circle_pt.html lib/qcad/scripts/Draw/Circle/doc/Circle_ru.html lib/qcad/scripts/Draw/Circle/doc/Circle_sl.html +lib/qcad/scripts/Draw/Circle/doc/Circle_sv.html lib/qcad/scripts/Draw/Dimension/DimAligned/DimAligned-inverse.svg lib/qcad/scripts/Draw/Dimension/DimAligned/DimAligned.js lib/qcad/scripts/Draw/Dimension/DimAligned/DimAligned.pro lib/qcad/scripts/Draw/Dimension/DimAligned/DimAligned.svg lib/qcad/scripts/Draw/Dimension/DimAligned/DimAlignedInit.js lib/qcad/scripts/Draw/Dimension/DimAligned/Tests/DimAlignedTest00.js +lib/qcad/scripts/Draw/Dimension/DimAligned/Tests/DimAlignedTest01.js lib/qcad/scripts/Draw/Dimension/DimAligned/Tests/required/DimAlignedTest00_000.dxf +lib/qcad/scripts/Draw/Dimension/DimAligned/Tests/required/DimAlignedTest01_000.dxf lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned.png lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAlignedFigure.dxf lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAlignedFigure.png lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAlignedFigure.svg +lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_da.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_de.html +lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_da.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_de.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_en.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_es.html @@ -1999,6 +2231,7 @@ lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_pl.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_pt.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_ru.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_sl.html +lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_sv.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_en.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_es.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_fr.html @@ -2006,6 +2239,7 @@ lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_it.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_ja.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_nl.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_pl.html +lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_da.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_de.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_en.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_es.html @@ -2016,9 +2250,11 @@ lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_nl.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_pl.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_pt.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_ru.html +lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_sv.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_pt.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_ru.html lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_sl.html +lib/qcad/scripts/Draw/Dimension/DimAligned/doc/DimAligned_sv.html lib/qcad/scripts/Draw/Dimension/DimAngular/DimAngular-inverse.svg lib/qcad/scripts/Draw/Dimension/DimAngular/DimAngular.js lib/qcad/scripts/Draw/Dimension/DimAngular/DimAngular.pro @@ -2027,13 +2263,17 @@ lib/qcad/scripts/Draw/Dimension/DimAngular/DimAngular.ui lib/qcad/scripts/Draw/Dimension/DimAngular/DimAngularInit.js lib/qcad/scripts/Draw/Dimension/DimAngular/Tests/DimAngularTest00.js lib/qcad/scripts/Draw/Dimension/DimAngular/Tests/DimAngularTest01.js +lib/qcad/scripts/Draw/Dimension/DimAngular/Tests/DimAngularTest02.js lib/qcad/scripts/Draw/Dimension/DimAngular/Tests/required/DimAngularTest00_000.dxf lib/qcad/scripts/Draw/Dimension/DimAngular/Tests/required/DimAngularTest01_000.dxf +lib/qcad/scripts/Draw/Dimension/DimAngular/Tests/required/DimAngularTest02_000.dxf lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular.png lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngularFigure.dxf lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngularFigure.png lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngularFigure.svg +lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_da.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_de.html +lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_da.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_de.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_en.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_es.html @@ -2045,6 +2285,7 @@ lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_pl.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_pt.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_ru.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_sl.html +lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_sv.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_en.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_es.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_fr.html @@ -2052,6 +2293,7 @@ lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_it.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_ja.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_nl.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_pl.html +lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_da.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_de.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_en.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_es.html @@ -2062,21 +2304,27 @@ lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_nl.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_pl.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_pt.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_ru.html +lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_sv.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_pt.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_ru.html lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_sl.html +lib/qcad/scripts/Draw/Dimension/DimAngular/doc/DimAngular_sv.html lib/qcad/scripts/Draw/Dimension/DimDiametric/DimDiametric-inverse.svg lib/qcad/scripts/Draw/Dimension/DimDiametric/DimDiametric.js lib/qcad/scripts/Draw/Dimension/DimDiametric/DimDiametric.pro lib/qcad/scripts/Draw/Dimension/DimDiametric/DimDiametric.svg lib/qcad/scripts/Draw/Dimension/DimDiametric/DimDiametricInit.js lib/qcad/scripts/Draw/Dimension/DimDiametric/Tests/DimDiametricTest00.js +lib/qcad/scripts/Draw/Dimension/DimDiametric/Tests/DimDiametricTest01.js lib/qcad/scripts/Draw/Dimension/DimDiametric/Tests/required/DimDiametricTest00_000.dxf +lib/qcad/scripts/Draw/Dimension/DimDiametric/Tests/required/DimDiametricTest01_000.dxf lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric.png lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametricFigure.dxf lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametricFigure.png lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametricFigure.svg +lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_da.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_de.html +lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_da.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_de.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_en.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_es.html @@ -2088,6 +2336,7 @@ lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_pl.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_pt.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_ru.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_sl.html +lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_sv.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_en.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_es.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_fr.html @@ -2095,6 +2344,7 @@ lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_it.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_ja.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_nl.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_pl.html +lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_da.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_de.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_en.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_es.html @@ -2105,18 +2355,24 @@ lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_nl.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_pl.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_pt.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_ru.html +lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_sv.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_pt.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_ru.html lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_sl.html +lib/qcad/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_sv.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/DimHorizontal-inverse.svg lib/qcad/scripts/Draw/Dimension/DimHorizontal/DimHorizontal.js lib/qcad/scripts/Draw/Dimension/DimHorizontal/DimHorizontal.pro lib/qcad/scripts/Draw/Dimension/DimHorizontal/DimHorizontal.svg lib/qcad/scripts/Draw/Dimension/DimHorizontal/DimHorizontalInit.js lib/qcad/scripts/Draw/Dimension/DimHorizontal/Tests/DimHorizontalTest00.js +lib/qcad/scripts/Draw/Dimension/DimHorizontal/Tests/DimHorizontalTest01.js lib/qcad/scripts/Draw/Dimension/DimHorizontal/Tests/required/DimHorizontalTest00_000.dxf +lib/qcad/scripts/Draw/Dimension/DimHorizontal/Tests/required/DimHorizontalTest01_000.dxf lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal.png +lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_da.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_de.html +lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_da.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_de.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_en.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_es.html @@ -2128,6 +2384,7 @@ lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_pl.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_pt.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_ru.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_sl.html +lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_sv.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_en.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_es.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_fr.html @@ -2138,6 +2395,7 @@ lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_pl.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_pt.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_ru.html lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_sl.html +lib/qcad/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_sv.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/DimOrdinate-inverse.svg lib/qcad/scripts/Draw/Dimension/DimOrdinate/DimOrdinate.js lib/qcad/scripts/Draw/Dimension/DimOrdinate/DimOrdinate.pro @@ -2147,6 +2405,7 @@ lib/qcad/scripts/Draw/Dimension/DimOrdinate/Tests/DimOrdinateTest00.js lib/qcad/scripts/Draw/Dimension/DimOrdinate/Tests/required/DimOrdinateTest00_000.dxf lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate.png lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_de.html +lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_da.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_de.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_en.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_es.html @@ -2158,6 +2417,7 @@ lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_pl.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_pt.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_ru.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_sl.html +lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_sv.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_en.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_es.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_fr.html @@ -2165,6 +2425,7 @@ lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_it.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_ja.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_nl.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_pl.html +lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_da.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_de.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_en.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_es.html @@ -2175,6 +2436,7 @@ lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_nl.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_pl.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_pt.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_ru.html +lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_sv.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_pt.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_ru.html lib/qcad/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_sl.html @@ -2184,12 +2446,16 @@ lib/qcad/scripts/Draw/Dimension/DimRadial/DimRadial.pro lib/qcad/scripts/Draw/Dimension/DimRadial/DimRadial.svg lib/qcad/scripts/Draw/Dimension/DimRadial/DimRadialInit.js lib/qcad/scripts/Draw/Dimension/DimRadial/Tests/DimRadialTest00.js +lib/qcad/scripts/Draw/Dimension/DimRadial/Tests/DimRadialTest01.js lib/qcad/scripts/Draw/Dimension/DimRadial/Tests/required/DimRadialTest00_000.dxf +lib/qcad/scripts/Draw/Dimension/DimRadial/Tests/required/DimRadialTest01_000.dxf lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial.png lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadialFigure.dxf lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadialFigure.png lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadialFigure.svg +lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_da.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_de.html +lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_da.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_de.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_en.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_es.html @@ -2201,6 +2467,7 @@ lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_pl.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_pt.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_ru.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_sl.html +lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_sv.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_en.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_es.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_fr.html @@ -2208,6 +2475,7 @@ lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_it.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_ja.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_nl.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_pl.html +lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_da.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_de.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_en.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_es.html @@ -2218,16 +2486,20 @@ lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_nl.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_pl.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_pt.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_ru.html +lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_sv.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_pt.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_ru.html lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_sl.html +lib/qcad/scripts/Draw/Dimension/DimRadial/doc/DimRadial_sv.html lib/qcad/scripts/Draw/Dimension/DimRegen/DimRegen-inverse.svg lib/qcad/scripts/Draw/Dimension/DimRegen/DimRegen.js lib/qcad/scripts/Draw/Dimension/DimRegen/DimRegen.pro lib/qcad/scripts/Draw/Dimension/DimRegen/DimRegen.svg lib/qcad/scripts/Draw/Dimension/DimRegen/DimRegenInit.js lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen.png +lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_da.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_de.html +lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_da.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_de.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_en.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_es.html @@ -2239,6 +2511,7 @@ lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_pl.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_pt.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_ru.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_sl.html +lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_sv.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_en.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_es.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_fr.html @@ -2249,6 +2522,7 @@ lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_pl.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_pt.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_ru.html lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_sl.html +lib/qcad/scripts/Draw/Dimension/DimRegen/doc/DimRegen_sv.html lib/qcad/scripts/Draw/Dimension/DimRotated/DimRotated-inverse.svg lib/qcad/scripts/Draw/Dimension/DimRotated/DimRotated.js lib/qcad/scripts/Draw/Dimension/DimRotated/DimRotated.pro @@ -2256,9 +2530,13 @@ lib/qcad/scripts/Draw/Dimension/DimRotated/DimRotated.svg lib/qcad/scripts/Draw/Dimension/DimRotated/DimRotated.ui lib/qcad/scripts/Draw/Dimension/DimRotated/DimRotatedInit.js lib/qcad/scripts/Draw/Dimension/DimRotated/Tests/DimRotatedTest00.js +lib/qcad/scripts/Draw/Dimension/DimRotated/Tests/DimRotatedTest01.js lib/qcad/scripts/Draw/Dimension/DimRotated/Tests/required/DimRotatedTest00_000.dxf +lib/qcad/scripts/Draw/Dimension/DimRotated/Tests/required/DimRotatedTest01_000.dxf lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated.png +lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_da.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_de.html +lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_da.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_de.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_en.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_es.html @@ -2270,6 +2548,7 @@ lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_pl.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_pt.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_ru.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_sl.html +lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_sv.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_en.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_es.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_fr.html @@ -2277,6 +2556,7 @@ lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_it.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_ja.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_nl.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_pl.html +lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_da.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_de.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_en.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_es.html @@ -2287,18 +2567,24 @@ lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_nl.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_pl.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_pt.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_ru.html +lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_sv.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_pt.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_ru.html lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_sl.html +lib/qcad/scripts/Draw/Dimension/DimRotated/doc/DimRotated_sv.html lib/qcad/scripts/Draw/Dimension/DimVertical/DimVertical-inverse.svg lib/qcad/scripts/Draw/Dimension/DimVertical/DimVertical.js lib/qcad/scripts/Draw/Dimension/DimVertical/DimVertical.pro lib/qcad/scripts/Draw/Dimension/DimVertical/DimVertical.svg lib/qcad/scripts/Draw/Dimension/DimVertical/DimVerticalInit.js lib/qcad/scripts/Draw/Dimension/DimVertical/Tests/DimVerticalTest00.js +lib/qcad/scripts/Draw/Dimension/DimVertical/Tests/DimVerticalTest01.js lib/qcad/scripts/Draw/Dimension/DimVertical/Tests/required/DimVerticalTest00_000.dxf +lib/qcad/scripts/Draw/Dimension/DimVertical/Tests/required/DimVerticalTest01_000.dxf lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical.png +lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_da.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_de.html +lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_da.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_de.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_en.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_es.html @@ -2310,6 +2596,7 @@ lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_pl.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_pt.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_ru.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_sl.html +lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_sv.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_en.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_es.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_fr.html @@ -2320,6 +2607,7 @@ lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_pl.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_pt.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_ru.html lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_sl.html +lib/qcad/scripts/Draw/Dimension/DimVertical/doc/DimVertical_sv.html lib/qcad/scripts/Draw/Dimension/Dimension-inverse.svg lib/qcad/scripts/Draw/Dimension/Dimension.js lib/qcad/scripts/Draw/Dimension/Dimension.pro @@ -2340,7 +2628,9 @@ lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader.png lib/qcad/scripts/Draw/Dimension/Leader/doc/LeaderFigure.dxf lib/qcad/scripts/Draw/Dimension/Leader/doc/LeaderFigure.png lib/qcad/scripts/Draw/Dimension/Leader/doc/LeaderFigure.svg +lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_da.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_de.html +lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_desc_da.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_desc_de.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_desc_en.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_desc_es.html @@ -2352,6 +2642,7 @@ lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_desc_pl.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_desc_pt.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_desc_ru.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_desc_sl.html +lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_desc_sv.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_en.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_es.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_fr.html @@ -2359,6 +2650,7 @@ lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_it.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_ja.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_nl.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_pl.html +lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_proc_da.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_proc_de.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_proc_en.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_proc_es.html @@ -2369,9 +2661,11 @@ lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_proc_nl.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_proc_pl.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_proc_pt.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_proc_ru.html +lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_proc_sv.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_pt.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_ru.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_sl.html +lib/qcad/scripts/Draw/Dimension/Leader/doc/Leader_sv.html lib/qcad/scripts/Draw/Dimension/Leader/doc/Undo.png lib/qcad/scripts/Draw/Dimension/LowerToleranceIcon-inverse.svg lib/qcad/scripts/Draw/Dimension/LowerToleranceIcon.svg @@ -2384,7 +2678,9 @@ lib/qcad/scripts/Draw/Dimension/UpperToleranceIcon-inverse.svg lib/qcad/scripts/Draw/Dimension/UpperToleranceIcon.svg lib/qcad/scripts/Draw/Dimension/dir/dir.pro lib/qcad/scripts/Draw/Dimension/doc/Dimension.png +lib/qcad/scripts/Draw/Dimension/doc/Dimension_da.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_de.html +lib/qcad/scripts/Draw/Dimension/doc/Dimension_desc_da.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_desc_de.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_desc_en.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_desc_es.html @@ -2394,6 +2690,7 @@ lib/qcad/scripts/Draw/Dimension/doc/Dimension_desc_ja.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_desc_pt.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_desc_ru.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_desc_sl.html +lib/qcad/scripts/Draw/Dimension/doc/Dimension_desc_sv.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_en.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_es.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_fr.html @@ -2404,6 +2701,7 @@ lib/qcad/scripts/Draw/Dimension/doc/Dimension_pl.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_pt.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_ru.html lib/qcad/scripts/Draw/Dimension/doc/Dimension_sl.html +lib/qcad/scripts/Draw/Dimension/doc/Dimension_sv.html lib/qcad/scripts/Draw/Dimension/doc/LowerToleranceIcon.png lib/qcad/scripts/Draw/Dimension/doc/UpperToleranceIcon.png lib/qcad/scripts/Draw/Draw.js @@ -2431,7 +2729,9 @@ lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/required/EllipseArcCPPATest00 lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/Clockwise.png lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/CounterClockwise.png lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA.png +lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_da.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_de.html +lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_es.html @@ -2443,6 +2743,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_en.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_es.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_fr.html @@ -2450,6 +2751,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_it.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_ja.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_pl.html +lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_es.html @@ -2460,9 +2762,11 @@ lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_ru.html +lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/EllipseCPP-inverse.svg lib/qcad/scripts/Draw/Ellipse/EllipseCPP/EllipseCPP.js lib/qcad/scripts/Draw/Ellipse/EllipseCPP/EllipseCPP.pro @@ -2471,7 +2775,9 @@ lib/qcad/scripts/Draw/Ellipse/EllipseCPP/EllipseCPPInit.js lib/qcad/scripts/Draw/Ellipse/EllipseCPP/Tests/EllipseCPPTest00.js lib/qcad/scripts/Draw/Ellipse/EllipseCPP/Tests/required/EllipseCPPTest00_000.dxf lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP.png +lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_da.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_de.html +lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_es.html @@ -2483,6 +2789,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_en.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_es.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_fr.html @@ -2490,6 +2797,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_it.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_ja.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_pl.html +lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_es.html @@ -2500,9 +2808,11 @@ lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_ru.html +lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/EllipseDD-inverse.svg lib/qcad/scripts/Draw/Ellipse/EllipseDD/EllipseDD.js lib/qcad/scripts/Draw/Ellipse/EllipseDD/EllipseDD.pro @@ -2513,7 +2823,9 @@ lib/qcad/scripts/Draw/Ellipse/EllipseDD/EllipseDDInit.js lib/qcad/scripts/Draw/Ellipse/EllipseDD/Tests/EllipseDDTest00.js lib/qcad/scripts/Draw/Ellipse/EllipseDD/Tests/required/EllipseDDTest00_000.dxf lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD.png +lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_da.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_de.html +lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_desc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_desc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_desc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_desc_es.html @@ -2522,6 +2834,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_desc_it.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_desc_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_desc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_desc_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_desc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_en.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_es.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_fr.html @@ -2529,6 +2842,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_it.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_ja.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_pl.html +lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_proc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_proc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_proc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_proc_es.html @@ -2536,9 +2850,11 @@ lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_proc_fr.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_proc_it.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_proc_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_proc_pl.html +lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_proc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseDD/doc/EllipseDD_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/EllipseInscribedQuad-inverse.svg lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/EllipseInscribedQuad.js lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/EllipseInscribedQuad.pro @@ -2547,7 +2863,9 @@ lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/EllipseInscribedQuadInit.js lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/Tests/EllipseInscribedQuadTest00.js lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/Tests/required/EllipseInscribedQuadTest00_000.dxf lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad.png +lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_da.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_de.html +lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_desc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_desc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_desc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_desc_es.html @@ -2559,6 +2877,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_desc lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_desc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_desc_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_desc_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_desc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_en.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_es.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_fr.html @@ -2566,6 +2885,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_it.h lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_ja.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_pl.html +lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_proc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_proc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_proc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_proc_es.html @@ -2576,9 +2896,11 @@ lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_proc lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_proc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_proc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_proc_ru.html +lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_proc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseInscribedQuad/doc/EllipseInscribedQuad_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/EllipseOffset-inverse.svg lib/qcad/scripts/Draw/Ellipse/EllipseOffset/EllipseOffset.js lib/qcad/scripts/Draw/Ellipse/EllipseOffset/EllipseOffset.pro @@ -2588,7 +2910,9 @@ lib/qcad/scripts/Draw/Ellipse/EllipseOffset/EllipseOffsetInit.js lib/qcad/scripts/Draw/Ellipse/EllipseOffset/Tests/EllipseOffsetTest00.js lib/qcad/scripts/Draw/Ellipse/EllipseOffset/Tests/required/EllipseOffsetTest00_000.dxf lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset.png +lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_da.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_de.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_desc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_desc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_desc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_desc_es.html @@ -2600,6 +2924,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_desc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_desc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_desc_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_desc_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_desc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_en.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_es.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_fr.html @@ -2607,6 +2932,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_it.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_ja.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_pl.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_proc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_proc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_proc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_proc_es.html @@ -2617,9 +2943,11 @@ lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_proc_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_proc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_proc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_proc_ru.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_proc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffset/doc/EllipseOffset_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/EllipseOffsetThrough-inverse.svg lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/EllipseOffsetThrough.js lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/EllipseOffsetThrough.pro @@ -2629,7 +2957,9 @@ lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/EllipseOffsetThroughInit.js lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/Tests/EllipseOffsetThroughTest00.js lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/Tests/required/EllipseOffsetThroughTest00_000.dxf lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough.png +lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_da.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_de.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_desc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_desc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_desc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_desc_es.html @@ -2641,6 +2971,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_desc lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_desc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_desc_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_desc_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_desc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_en.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_es.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_fr.html @@ -2648,6 +2979,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_it.h lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_ja.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_pl.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_proc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_proc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_proc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_proc_es.html @@ -2658,9 +2990,11 @@ lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_proc lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_proc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_proc_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_proc_ru.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_proc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseOffsetThrough/doc/EllipseOffsetThrough_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/EllipseRR-inverse.svg lib/qcad/scripts/Draw/Ellipse/EllipseRR/EllipseRR.js lib/qcad/scripts/Draw/Ellipse/EllipseRR/EllipseRR.pro @@ -2671,7 +3005,9 @@ lib/qcad/scripts/Draw/Ellipse/EllipseRR/EllipseRRInit.js lib/qcad/scripts/Draw/Ellipse/EllipseRR/Tests/EllipseRRTest00.js lib/qcad/scripts/Draw/Ellipse/EllipseRR/Tests/required/EllipseRRTest00_000.dxf lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR.png +lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_da.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_de.html +lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_desc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_desc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_desc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_desc_es.html @@ -2680,6 +3016,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_desc_it.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_desc_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_desc_pl.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_desc_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_desc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_en.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_es.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_fr.html @@ -2687,6 +3024,7 @@ lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_it.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_ja.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_pl.html +lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_proc_da.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_proc_de.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_proc_en.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_proc_es.html @@ -2694,11 +3032,14 @@ lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_proc_fr.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_proc_it.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_proc_nl.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_proc_pl.html +lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_proc_sv.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_pt.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_ru.html lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_sl.html +lib/qcad/scripts/Draw/Ellipse/EllipseRR/doc/EllipseRR_sv.html lib/qcad/scripts/Draw/Ellipse/dir/dir.pro lib/qcad/scripts/Draw/Ellipse/doc/Ellipse.png +lib/qcad/scripts/Draw/Ellipse/doc/Ellipse_da.html lib/qcad/scripts/Draw/Ellipse/doc/Ellipse_de.html lib/qcad/scripts/Draw/Ellipse/doc/Ellipse_en.html lib/qcad/scripts/Draw/Ellipse/doc/Ellipse_es.html @@ -2710,6 +3051,7 @@ lib/qcad/scripts/Draw/Ellipse/doc/Ellipse_pl.html lib/qcad/scripts/Draw/Ellipse/doc/Ellipse_pt.html lib/qcad/scripts/Draw/Ellipse/doc/Ellipse_ru.html lib/qcad/scripts/Draw/Ellipse/doc/Ellipse_sl.html +lib/qcad/scripts/Draw/Ellipse/doc/Ellipse_sv.html lib/qcad/scripts/Draw/Hatch/Hatch-inverse.svg lib/qcad/scripts/Draw/Hatch/Hatch.js lib/qcad/scripts/Draw/Hatch/Hatch.pro @@ -2755,7 +3097,9 @@ lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelectionBoundary_de lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelectionIslands.dxf lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelectionIslands.png lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelectionIslands.svg +lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_da.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_de.html +lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_desc_da.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_desc_de.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_desc_en.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_desc_es.html @@ -2767,6 +3111,7 @@ lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_desc_pl.ht lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_desc_pt.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_desc_ru.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_desc_sl.html +lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_desc_sv.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_en.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_es.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_fr.html @@ -2774,6 +3119,7 @@ lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_it.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_ja.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_nl.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_pl.html +lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_proc_da.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_proc_de.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_proc_en.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_proc_es.html @@ -2784,11 +3130,14 @@ lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_proc_nl.ht lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_proc_pl.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_proc_pt.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_proc_ru.html +lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_proc_sv.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_pt.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_ru.html lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_sl.html +lib/qcad/scripts/Draw/Hatch/HatchFromSelection/doc/HatchFromSelection_sv.html lib/qcad/scripts/Draw/Hatch/dir/dir.pro lib/qcad/scripts/Draw/Hatch/doc/Hatch.png +lib/qcad/scripts/Draw/Hatch/doc/Hatch_da.html lib/qcad/scripts/Draw/Hatch/doc/Hatch_de.html lib/qcad/scripts/Draw/Hatch/doc/Hatch_en.html lib/qcad/scripts/Draw/Hatch/doc/Hatch_es.html @@ -2800,6 +3149,7 @@ lib/qcad/scripts/Draw/Hatch/doc/Hatch_pl.html lib/qcad/scripts/Draw/Hatch/doc/Hatch_pt.html lib/qcad/scripts/Draw/Hatch/doc/Hatch_ru.html lib/qcad/scripts/Draw/Hatch/doc/Hatch_sl.html +lib/qcad/scripts/Draw/Hatch/doc/Hatch_sv.html lib/qcad/scripts/Draw/Image/Image-inverse.svg lib/qcad/scripts/Draw/Image/Image.js lib/qcad/scripts/Draw/Image/Image.pro @@ -2812,7 +3162,9 @@ lib/qcad/scripts/Draw/Image/KeepProportionsOn-inverse.svg lib/qcad/scripts/Draw/Image/KeepProportionsOn.svg lib/qcad/scripts/Draw/Image/Tests/ImageTest00.js lib/qcad/scripts/Draw/Image/doc/Image.png +lib/qcad/scripts/Draw/Image/doc/Image_da.html lib/qcad/scripts/Draw/Image/doc/Image_de.html +lib/qcad/scripts/Draw/Image/doc/Image_desc_da.html lib/qcad/scripts/Draw/Image/doc/Image_desc_de.html lib/qcad/scripts/Draw/Image/doc/Image_desc_en.html lib/qcad/scripts/Draw/Image/doc/Image_desc_es.html @@ -2824,6 +3176,7 @@ lib/qcad/scripts/Draw/Image/doc/Image_desc_pl.html lib/qcad/scripts/Draw/Image/doc/Image_desc_pt.html lib/qcad/scripts/Draw/Image/doc/Image_desc_ru.html lib/qcad/scripts/Draw/Image/doc/Image_desc_sl.html +lib/qcad/scripts/Draw/Image/doc/Image_desc_sv.html lib/qcad/scripts/Draw/Image/doc/Image_en.html lib/qcad/scripts/Draw/Image/doc/Image_es.html lib/qcad/scripts/Draw/Image/doc/Image_fr.html @@ -2831,6 +3184,7 @@ lib/qcad/scripts/Draw/Image/doc/Image_it.html lib/qcad/scripts/Draw/Image/doc/Image_ja.html lib/qcad/scripts/Draw/Image/doc/Image_nl.html lib/qcad/scripts/Draw/Image/doc/Image_pl.html +lib/qcad/scripts/Draw/Image/doc/Image_proc_da.html lib/qcad/scripts/Draw/Image/doc/Image_proc_de.html lib/qcad/scripts/Draw/Image/doc/Image_proc_en.html lib/qcad/scripts/Draw/Image/doc/Image_proc_es.html @@ -2841,9 +3195,11 @@ lib/qcad/scripts/Draw/Image/doc/Image_proc_nl.html lib/qcad/scripts/Draw/Image/doc/Image_proc_pl.html lib/qcad/scripts/Draw/Image/doc/Image_proc_pt.html lib/qcad/scripts/Draw/Image/doc/Image_proc_ru.html +lib/qcad/scripts/Draw/Image/doc/Image_proc_sv.html lib/qcad/scripts/Draw/Image/doc/Image_pt.html lib/qcad/scripts/Draw/Image/doc/Image_ru.html lib/qcad/scripts/Draw/Image/doc/Image_sl.html +lib/qcad/scripts/Draw/Image/doc/Image_sv.html lib/qcad/scripts/Draw/Image/doc/KeepProportionsOff.png lib/qcad/scripts/Draw/Image/doc/KeepProportionsOn.png lib/qcad/scripts/Draw/Line/Line-inverse.svg @@ -2899,7 +3255,9 @@ lib/qcad/scripts/Draw/Line/Line2P/Undo-inverse.svg lib/qcad/scripts/Draw/Line/Line2P/Undo.svg lib/qcad/scripts/Draw/Line/Line2P/doc/Close.png lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P.png +lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_da.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_de.html +lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_desc_da.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_desc_de.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_desc_en.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_desc_es.html @@ -2911,6 +3269,7 @@ lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_desc_pl.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_desc_pt.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_desc_ru.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_desc_sl.html +lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_desc_sv.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_en.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_es.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_fr.html @@ -2918,6 +3277,7 @@ lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_it.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_ja.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_nl.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_pl.html +lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_proc_da.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_proc_de.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_proc_en.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_proc_es.html @@ -2928,9 +3288,11 @@ lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_proc_nl.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_proc_pl.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_proc_pt.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_proc_ru.html +lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_proc_sv.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_pt.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_ru.html lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_sl.html +lib/qcad/scripts/Draw/Line/Line2P/doc/Line2P_sv.html lib/qcad/scripts/Draw/Line/Line2P/doc/Redo.png lib/qcad/scripts/Draw/Line/Line2P/doc/Undo.png lib/qcad/scripts/Draw/Line/LineAngle/LineAngle-inverse.svg @@ -2946,7 +3308,9 @@ lib/qcad/scripts/Draw/Line/LineAngle/Tests/required/LineAngle00_000.dxf lib/qcad/scripts/Draw/Line/LineAngle/Tests/required/LineAngle01_000.dxf lib/qcad/scripts/Draw/Line/LineAngle/Tests/required/LineAngle02_000.dxf lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle.png +lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_da.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_de.html +lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_da.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_de.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_en.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_es.html @@ -2958,6 +3322,7 @@ lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_pl.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_pt.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_ru.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_sl.html +lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_sv.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_en.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_es.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_fr.html @@ -2965,6 +3330,7 @@ lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_it.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_ja.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_nl.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_pl.html +lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_da.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_de.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_en.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_es.html @@ -2975,9 +3341,11 @@ lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_nl.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_pl.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_pt.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_ru.html +lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_sv.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_pt.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_ru.html lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_sl.html +lib/qcad/scripts/Draw/Line/LineAngle/doc/LineAngle_sv.html lib/qcad/scripts/Draw/Line/LineBisector/LineBisector-inverse.svg lib/qcad/scripts/Draw/Line/LineBisector/LineBisector.js lib/qcad/scripts/Draw/Line/LineBisector/LineBisector.pro @@ -2992,7 +3360,9 @@ lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector.png lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisectorFigure.dxf lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisectorFigure.png lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisectorFigure.svg +lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_da.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_de.html +lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_da.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_de.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_en.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_es.html @@ -3004,6 +3374,7 @@ lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_pl.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_pt.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_ru.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_sl.html +lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_sv.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_en.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_es.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_fr.html @@ -3011,6 +3382,7 @@ lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_it.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_ja.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_nl.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_pl.html +lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_da.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_de.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_en.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_es.html @@ -3021,9 +3393,11 @@ lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_nl.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_pl.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_pt.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_ru.html +lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_sv.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_pt.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_ru.html lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_sl.html +lib/qcad/scripts/Draw/Line/LineBisector/doc/LineBisector_sv.html lib/qcad/scripts/Draw/Line/LineFreehand/LineFreehand-inverse.svg lib/qcad/scripts/Draw/Line/LineFreehand/LineFreehand.js lib/qcad/scripts/Draw/Line/LineFreehand/LineFreehand.pro @@ -3033,7 +3407,9 @@ lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand.png lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehandFigure.dxf lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehandFigure.png lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehandFigure.svg +lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_da.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_de.html +lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_da.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_de.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_en.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_es.html @@ -3045,6 +3421,7 @@ lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_pl.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_pt.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_ru.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_sl.html +lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_sv.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_en.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_es.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_fr.html @@ -3052,6 +3429,7 @@ lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_it.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_ja.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_nl.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_pl.html +lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_da.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_de.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_en.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_es.html @@ -3062,9 +3440,11 @@ lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_nl.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_pl.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_pt.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_ru.html +lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_sv.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_pt.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_ru.html lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_sl.html +lib/qcad/scripts/Draw/Line/LineFreehand/doc/LineFreehand_sv.html lib/qcad/scripts/Draw/Line/LineHorizontal/LineHorizontal-inverse.svg lib/qcad/scripts/Draw/Line/LineHorizontal/LineHorizontal.js lib/qcad/scripts/Draw/Line/LineHorizontal/LineHorizontal.pro @@ -3074,7 +3454,9 @@ lib/qcad/scripts/Draw/Line/LineHorizontal/LineHorizontalInit.js lib/qcad/scripts/Draw/Line/LineHorizontal/Tests/LineHorizontalTest00.js lib/qcad/scripts/Draw/Line/LineHorizontal/Tests/required/LineHorizontalTest00_000.dxf lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal.png +lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_da.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_de.html +lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_da.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_de.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_en.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_es.html @@ -3086,6 +3468,7 @@ lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_pl.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_pt.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_ru.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_sl.html +lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_sv.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_en.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_es.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_fr.html @@ -3096,6 +3479,7 @@ lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_pl.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_pt.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_ru.html lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_sl.html +lib/qcad/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_sv.html lib/qcad/scripts/Draw/Line/LineOrthogonal/LineOrthogonal-inverse.svg lib/qcad/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.js lib/qcad/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.pro @@ -3105,7 +3489,9 @@ lib/qcad/scripts/Draw/Line/LineOrthogonal/LineOrthogonalInit.js lib/qcad/scripts/Draw/Line/LineOrthogonal/Tests/LineOrthogonalTest00.js lib/qcad/scripts/Draw/Line/LineOrthogonal/Tests/required/LineOrthogonalTest00_000.dxf lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal.png +lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_da.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_de.html +lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_da.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_de.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_en.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_es.html @@ -3117,6 +3503,7 @@ lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_pl.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_pt.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_ru.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_sl.html +lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_sv.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_en.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_es.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_fr.html @@ -3124,6 +3511,7 @@ lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_it.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_ja.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_nl.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_pl.html +lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_da.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_de.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_en.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_es.html @@ -3134,9 +3522,11 @@ lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_nl.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_pl.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_pt.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_ru.html +lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_sv.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_pt.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_ru.html lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_sl.html +lib/qcad/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_sv.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/LineOrthogonalTangent-inverse.svg lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/LineOrthogonalTangent.js lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/LineOrthogonalTangent.pro @@ -3145,7 +3535,9 @@ lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/LineOrthogonalTangentInit.js lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/Tests/LineOrthogonalTangentTest00.js lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/Tests/required/LineOrthogonalTangentTest00_000.dxf lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent.png +lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_da.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_de.html +lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_desc_da.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_desc_de.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_desc_en.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_desc_es.html @@ -3157,6 +3549,7 @@ lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_desc_ lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_desc_pt.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_desc_ru.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_desc_sl.html +lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_desc_sv.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_en.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_es.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_fr.html @@ -3164,6 +3557,7 @@ lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_it.ht lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_ja.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_nl.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_pl.html +lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_proc_da.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_proc_de.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_proc_en.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_proc_es.html @@ -3174,9 +3568,11 @@ lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_proc_ lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_proc_pl.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_proc_pt.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_proc_ru.html +lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_proc_sv.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_pt.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_ru.html lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_sl.html +lib/qcad/scripts/Draw/Line/LineOrthogonalTangent/doc/LineOrthogonalTangent_sv.html lib/qcad/scripts/Draw/Line/LineParallel/LineParallel-inverse.svg lib/qcad/scripts/Draw/Line/LineParallel/LineParallel.js lib/qcad/scripts/Draw/Line/LineParallel/LineParallel.pro @@ -3189,7 +3585,9 @@ lib/qcad/scripts/Draw/Line/LineParallel/Tests/data/polyline.dxf lib/qcad/scripts/Draw/Line/LineParallel/Tests/required/LineParallelTest00_000.dxf lib/qcad/scripts/Draw/Line/LineParallel/Tests/required/LineParallelTest01_000.dxf lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel.png +lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_da.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_de.html +lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_da.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_de.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_en.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_es.html @@ -3201,6 +3599,7 @@ lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_pl.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_pt.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_ru.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_sl.html +lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_sv.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_en.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_es.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_fr.html @@ -3208,6 +3607,7 @@ lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_it.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_ja.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_nl.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_pl.html +lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_da.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_de.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_en.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_es.html @@ -3218,9 +3618,11 @@ lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_nl.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_pl.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_pt.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_ru.html +lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_sv.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_pt.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_ru.html lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_sl.html +lib/qcad/scripts/Draw/Line/LineParallel/doc/LineParallel_sv.html lib/qcad/scripts/Draw/Line/LineParallelThrough/LineParallelThrough-inverse.svg lib/qcad/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.js lib/qcad/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.pro @@ -3233,7 +3635,9 @@ lib/qcad/scripts/Draw/Line/LineParallelThrough/Tests/data/polyline.dxf lib/qcad/scripts/Draw/Line/LineParallelThrough/Tests/required/LineParallelThroughTest00_000.dxf lib/qcad/scripts/Draw/Line/LineParallelThrough/Tests/required/LineParallelThroughTest01_000.dxf lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough.png +lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_da.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_de.html +lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_da.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_de.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_en.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_es.html @@ -3245,6 +3649,7 @@ lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_pl.h lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_pt.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_ru.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_sl.html +lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_sv.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_en.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_es.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_fr.html @@ -3252,6 +3657,7 @@ lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_it.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_ja.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_nl.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_pl.html +lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_da.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_de.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_en.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_es.html @@ -3262,9 +3668,11 @@ lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_nl.h lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_pl.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_pt.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_ru.html +lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_sv.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_pt.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_ru.html lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_sl.html +lib/qcad/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_sv.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle-inverse.svg lib/qcad/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.js lib/qcad/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.pro @@ -3274,7 +3682,9 @@ lib/qcad/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngleInit.js lib/qcad/scripts/Draw/Line/LineRelativeAngle/Tests/LineRelativeAngleTest00.js lib/qcad/scripts/Draw/Line/LineRelativeAngle/Tests/required/LineRelativeAngleTest00_000.dxf lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle.png +lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_da.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_de.html +lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_da.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_de.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_en.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_es.html @@ -3286,6 +3696,7 @@ lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_pl.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_pt.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_ru.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_sl.html +lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_sv.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_en.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_es.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_fr.html @@ -3293,6 +3704,7 @@ lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_it.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_ja.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_nl.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_pl.html +lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_da.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_de.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_en.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_es.html @@ -3303,9 +3715,11 @@ lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_nl.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_pl.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_pt.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_ru.html +lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_sv.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_pt.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_ru.html lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_sl.html +lib/qcad/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_sv.html lib/qcad/scripts/Draw/Line/LineTangent1/LineTangent1-inverse.svg lib/qcad/scripts/Draw/Line/LineTangent1/LineTangent1.js lib/qcad/scripts/Draw/Line/LineTangent1/LineTangent1.pro @@ -3316,7 +3730,9 @@ lib/qcad/scripts/Draw/Line/LineTangent1/Tests/LineTangent1Test01.js lib/qcad/scripts/Draw/Line/LineTangent1/Tests/required/LineTangent1Test00_000.dxf lib/qcad/scripts/Draw/Line/LineTangent1/Tests/required/LineTangent1Test01_000.dxf lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1.png +lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_da.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_de.html +lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_da.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_de.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_en.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_es.html @@ -3328,6 +3744,7 @@ lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_pl.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_pt.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_ru.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_sl.html +lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_sv.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_en.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_es.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_fr.html @@ -3335,6 +3752,7 @@ lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_it.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_ja.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_nl.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_pl.html +lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_da.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_de.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_en.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_es.html @@ -3345,9 +3763,11 @@ lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_nl.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_pl.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_pt.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_ru.html +lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_sv.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_pt.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_ru.html lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_sl.html +lib/qcad/scripts/Draw/Line/LineTangent1/doc/LineTangent1_sv.html lib/qcad/scripts/Draw/Line/LineTangent2/LineTangent2-inverse.svg lib/qcad/scripts/Draw/Line/LineTangent2/LineTangent2.js lib/qcad/scripts/Draw/Line/LineTangent2/LineTangent2.pro @@ -3358,7 +3778,9 @@ lib/qcad/scripts/Draw/Line/LineTangent2/Tests/LineTangent2Test01.js lib/qcad/scripts/Draw/Line/LineTangent2/Tests/required/LineTangent2Test00_000.dxf lib/qcad/scripts/Draw/Line/LineTangent2/Tests/required/LineTangent2Test01_000.dxf lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2.png +lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_da.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_de.html +lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_da.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_de.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_en.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_es.html @@ -3370,6 +3792,7 @@ lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_pl.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_pt.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_ru.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_sl.html +lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_sv.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_en.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_es.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_fr.html @@ -3377,6 +3800,7 @@ lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_it.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_ja.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_nl.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_pl.html +lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_da.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_de.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_en.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_es.html @@ -3387,9 +3811,11 @@ lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_nl.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_pl.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_pt.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_ru.html +lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_sv.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_pt.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_ru.html lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_sl.html +lib/qcad/scripts/Draw/Line/LineTangent2/doc/LineTangent2_sv.html lib/qcad/scripts/Draw/Line/LineVertical/LineVertical-inverse.svg lib/qcad/scripts/Draw/Line/LineVertical/LineVertical.js lib/qcad/scripts/Draw/Line/LineVertical/LineVertical.pro @@ -3398,7 +3824,9 @@ lib/qcad/scripts/Draw/Line/LineVertical/LineVerticalInit.js lib/qcad/scripts/Draw/Line/LineVertical/Tests/LineVerticalTest00.js lib/qcad/scripts/Draw/Line/LineVertical/Tests/required/LineVerticalTest00_000.dxf lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical.png +lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_da.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_de.html +lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_da.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_de.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_en.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_es.html @@ -3410,6 +3838,7 @@ lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_pl.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_pt.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_ru.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_sl.html +lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_sv.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_en.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_es.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_fr.html @@ -3420,6 +3849,7 @@ lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_pl.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_pt.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_ru.html lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_sl.html +lib/qcad/scripts/Draw/Line/LineVertical/doc/LineVertical_sv.html lib/qcad/scripts/Draw/Line/TypeAuto-inverse.svg lib/qcad/scripts/Draw/Line/TypeAuto.svg lib/qcad/scripts/Draw/Line/TypeRay-inverse.svg @@ -3430,7 +3860,9 @@ lib/qcad/scripts/Draw/Line/TypeXLine-inverse.svg lib/qcad/scripts/Draw/Line/TypeXLine.svg lib/qcad/scripts/Draw/Line/dir/dir.pro lib/qcad/scripts/Draw/Line/doc/Line.png +lib/qcad/scripts/Draw/Line/doc/Line_da.html lib/qcad/scripts/Draw/Line/doc/Line_de.html +lib/qcad/scripts/Draw/Line/doc/Line_desc_da.html lib/qcad/scripts/Draw/Line/doc/Line_desc_de.html lib/qcad/scripts/Draw/Line/doc/Line_desc_en.html lib/qcad/scripts/Draw/Line/doc/Line_desc_es.html @@ -3439,6 +3871,7 @@ lib/qcad/scripts/Draw/Line/doc/Line_desc_it.html lib/qcad/scripts/Draw/Line/doc/Line_desc_nl.html lib/qcad/scripts/Draw/Line/doc/Line_desc_pl.html lib/qcad/scripts/Draw/Line/doc/Line_desc_sl.html +lib/qcad/scripts/Draw/Line/doc/Line_desc_sv.html lib/qcad/scripts/Draw/Line/doc/Line_en.html lib/qcad/scripts/Draw/Line/doc/Line_es.html lib/qcad/scripts/Draw/Line/doc/Line_fr.html @@ -3449,6 +3882,7 @@ lib/qcad/scripts/Draw/Line/doc/Line_pl.html lib/qcad/scripts/Draw/Line/doc/Line_pt.html lib/qcad/scripts/Draw/Line/doc/Line_ru.html lib/qcad/scripts/Draw/Line/doc/Line_sl.html +lib/qcad/scripts/Draw/Line/doc/Line_sv.html lib/qcad/scripts/Draw/Line/doc/TypeAuto.png lib/qcad/scripts/Draw/Line/doc/TypeRay.png lib/qcad/scripts/Draw/Line/doc/TypeSegment.png @@ -3465,7 +3899,9 @@ lib/qcad/scripts/Draw/Point/Point1P/Point1PInit.js lib/qcad/scripts/Draw/Point/Point1P/Tests/Point1PTest00.js lib/qcad/scripts/Draw/Point/Point1P/Tests/required/Point1PTest00_000.dxf lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P.png +lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_da.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_de.html +lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_desc_da.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_desc_de.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_desc_en.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_desc_es.html @@ -3477,6 +3913,7 @@ lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_desc_pl.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_desc_pt.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_desc_ru.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_desc_sl.html +lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_desc_sv.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_en.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_es.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_fr.html @@ -3484,6 +3921,7 @@ lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_it.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_ja.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_nl.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_pl.html +lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_proc_da.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_proc_de.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_proc_en.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_proc_es.html @@ -3494,11 +3932,14 @@ lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_proc_nl.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_proc_pl.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_proc_pt.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_proc_ru.html +lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_proc_sv.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_pt.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_ru.html lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_sl.html +lib/qcad/scripts/Draw/Point/Point1P/doc/Point1P_sv.html lib/qcad/scripts/Draw/Point/dir/dir.pro lib/qcad/scripts/Draw/Point/doc/Point.png +lib/qcad/scripts/Draw/Point/doc/Point_da.html lib/qcad/scripts/Draw/Point/doc/Point_de.html lib/qcad/scripts/Draw/Point/doc/Point_en.html lib/qcad/scripts/Draw/Point/doc/Point_es.html @@ -3510,6 +3951,7 @@ lib/qcad/scripts/Draw/Point/doc/Point_pl.html lib/qcad/scripts/Draw/Point/doc/Point_pt.html lib/qcad/scripts/Draw/Point/doc/Point_ru.html lib/qcad/scripts/Draw/Point/doc/Point_sl.html +lib/qcad/scripts/Draw/Point/doc/Point_sv.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/Close-inverse.svg lib/qcad/scripts/Draw/Polyline/DrawPolyline/Close.svg lib/qcad/scripts/Draw/Polyline/DrawPolyline/DrawPolyline-inverse.svg @@ -3528,7 +3970,9 @@ lib/qcad/scripts/Draw/Polyline/DrawPolyline/Undo-inverse.svg lib/qcad/scripts/Draw/Polyline/DrawPolyline/Undo.svg lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/Close.png lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline.png +lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_da.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_de.html +lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_da.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_de.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_en.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_es.html @@ -3540,6 +3984,7 @@ lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_pl.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_pt.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_ru.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_sl.html +lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_sv.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_en.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_es.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_fr.html @@ -3547,6 +3992,7 @@ lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_it.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_ja.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_nl.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_pl.html +lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_da.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_de.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_en.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_es.html @@ -3557,9 +4003,11 @@ lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_nl.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_pl.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_pt.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_ru.html +lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_sv.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_pt.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_ru.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_sl.html +lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_sv.html lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/Redo.png lib/qcad/scripts/Draw/Polyline/DrawPolyline/doc/Undo.png lib/qcad/scripts/Draw/Polyline/Polyline-inverse.svg @@ -3568,6 +4016,7 @@ lib/qcad/scripts/Draw/Polyline/Polyline.pro lib/qcad/scripts/Draw/Polyline/Polyline.svg lib/qcad/scripts/Draw/Polyline/dir/dir.pro lib/qcad/scripts/Draw/Polyline/doc/Polyline.png +lib/qcad/scripts/Draw/Polyline/doc/Polyline_da.html lib/qcad/scripts/Draw/Polyline/doc/Polyline_de.html lib/qcad/scripts/Draw/Polyline/doc/Polyline_en.html lib/qcad/scripts/Draw/Polyline/doc/Polyline_es.html @@ -3579,6 +4028,7 @@ lib/qcad/scripts/Draw/Polyline/doc/Polyline_pl.html lib/qcad/scripts/Draw/Polyline/doc/Polyline_pt.html lib/qcad/scripts/Draw/Polyline/doc/Polyline_ru.html lib/qcad/scripts/Draw/Polyline/doc/Polyline_sl.html +lib/qcad/scripts/Draw/Polyline/doc/Polyline_sv.html lib/qcad/scripts/Draw/Shape/Shape-inverse.svg lib/qcad/scripts/Draw/Shape/Shape.js lib/qcad/scripts/Draw/Shape/Shape.pro @@ -3593,7 +4043,9 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/ShapePolygonAFCPInit.js lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/Tests/ShapePolygonAFCPTest00.js lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/Tests/required/ShapePolygonAFCPTest00_000.dxf lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP.png +lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_de.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_desc_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_desc_de.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_desc_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_desc_es.html @@ -3604,6 +4056,7 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_desc_pl.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_desc_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_desc_ru.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_desc_sl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_desc_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_es.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_fr.html @@ -3611,6 +4064,7 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_it.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_ja.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_nl.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_pl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_proc_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_proc_de.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_proc_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_proc_es.html @@ -3620,9 +4074,11 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_proc_nl.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_proc_pl.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_proc_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_proc_ru.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_proc_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_ru.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_sl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFCP/doc/ShapePolygonAFCP_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/ShapePolygonAFPP-inverse.svg lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/ShapePolygonAFPP.js lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/ShapePolygonAFPP.pro @@ -3634,7 +4090,9 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/Tests/ShapePolygonAFPPTest01.js lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/Tests/required/ShapePolygonAFPPTest00_000.dxf lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/Tests/required/ShapePolygonAFPPTest01_000.dxf lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP.png +lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_de.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_desc_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_desc_de.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_desc_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_desc_es.html @@ -3645,6 +4103,7 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_desc_pl.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_desc_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_desc_ru.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_desc_sl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_desc_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_es.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_fr.html @@ -3652,6 +4111,7 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_it.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_ja.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_nl.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_pl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_proc_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_proc_de.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_proc_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_proc_es.html @@ -3661,9 +4121,11 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_proc_nl.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_proc_pl.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_proc_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_proc_ru.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_proc_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_ru.html lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_sl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonAFPP/doc/ShapePolygonAFPP_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/ShapePolygonCP-inverse.svg lib/qcad/scripts/Draw/Shape/ShapePolygonCP/ShapePolygonCP.js lib/qcad/scripts/Draw/Shape/ShapePolygonCP/ShapePolygonCP.pro @@ -3677,7 +4139,9 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonCP/Tests/required/ShapePolygonCPTest00_0 lib/qcad/scripts/Draw/Shape/ShapePolygonCP/Tests/required/ShapePolygonCPTest01_000.dxf lib/qcad/scripts/Draw/Shape/ShapePolygonCP/Tests/required/ShapePolygonCPTest02_000.dxf lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP.png +lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_de.html +lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_desc_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_desc_de.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_desc_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_desc_es.html @@ -3689,6 +4153,7 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_desc_pl.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_desc_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_desc_ru.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_desc_sl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_desc_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_es.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_fr.html @@ -3696,6 +4161,7 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_it.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_ja.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_nl.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_pl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_proc_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_proc_de.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_proc_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_proc_es.html @@ -3706,9 +4172,11 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_proc_nl.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_proc_pl.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_proc_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_proc_ru.html +lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_proc_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_ru.html lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_sl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonCP/doc/ShapePolygonCP_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/ShapePolygonPP-inverse.svg lib/qcad/scripts/Draw/Shape/ShapePolygonPP/ShapePolygonPP.js lib/qcad/scripts/Draw/Shape/ShapePolygonPP/ShapePolygonPP.pro @@ -3722,7 +4190,9 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonPP/Tests/required/ShapePolygonPPTest00_0 lib/qcad/scripts/Draw/Shape/ShapePolygonPP/Tests/required/ShapePolygonPPTest01_000.dxf lib/qcad/scripts/Draw/Shape/ShapePolygonPP/Tests/required/ShapePolygonPPTest02_000.dxf lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP.png +lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_de.html +lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_desc_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_desc_de.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_desc_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_desc_es.html @@ -3734,6 +4204,7 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_desc_pl.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_desc_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_desc_ru.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_desc_sl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_desc_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_es.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_fr.html @@ -3741,6 +4212,7 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_it.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_ja.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_nl.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_pl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_proc_da.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_proc_de.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_proc_en.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_proc_es.html @@ -3751,9 +4223,11 @@ lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_proc_nl.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_proc_pl.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_proc_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_proc_ru.html +lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_proc_sv.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_pt.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_ru.html lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_sl.html +lib/qcad/scripts/Draw/Shape/ShapePolygonPP/doc/ShapePolygonPP_sv.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/ShapeRectanglePP-inverse.svg lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/ShapeRectanglePP.js lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/ShapeRectanglePP.pro @@ -3765,7 +4239,9 @@ lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/Tests/ShapeRectanglePPTest01.js lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/Tests/required/ShapeRectanglePPTest00_000.dxf lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/Tests/required/ShapeRectanglePPTest01_000.dxf lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP.png +lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_da.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_de.html +lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_desc_da.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_desc_de.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_desc_en.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_desc_es.html @@ -3777,6 +4253,7 @@ lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_desc_pl.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_desc_pt.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_desc_ru.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_desc_sl.html +lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_desc_sv.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_en.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_es.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_fr.html @@ -3784,6 +4261,7 @@ lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_it.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_ja.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_nl.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_pl.html +lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_proc_da.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_proc_de.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_proc_en.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_proc_es.html @@ -3794,9 +4272,11 @@ lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_proc_nl.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_proc_pl.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_proc_pt.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_proc_ru.html +lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_proc_sv.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_pt.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_ru.html lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_sl.html +lib/qcad/scripts/Draw/Shape/ShapeRectanglePP/doc/ShapeRectanglePP_sv.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/ShapeRectangleSize-inverse.svg lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/ShapeRectangleSize.js lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/ShapeRectangleSize.pro @@ -3809,7 +4289,9 @@ lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/Tests/ShapeRectangleSizeTest01.js lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/Tests/required/ShapeRectangleSizeTest00_000.dxf lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/Tests/required/ShapeRectangleSizeTest01_000.dxf lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize.png +lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_da.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_de.html +lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_desc_da.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_desc_de.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_desc_en.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_desc_es.html @@ -3821,6 +4303,7 @@ lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_desc_pl.ht lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_desc_pt.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_desc_ru.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_desc_sl.html +lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_desc_sv.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_en.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_es.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_fr.html @@ -3828,6 +4311,7 @@ lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_it.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_ja.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_nl.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_pl.html +lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_proc_da.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_proc_de.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_proc_en.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_proc_es.html @@ -3838,11 +4322,14 @@ lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_proc_nl.ht lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_proc_pl.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_proc_pt.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_proc_ru.html +lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_proc_sv.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_pt.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_ru.html lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_sl.html +lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/doc/ShapeRectangleSize_sv.html lib/qcad/scripts/Draw/Shape/dir/dir.pro lib/qcad/scripts/Draw/Shape/doc/Shape.png +lib/qcad/scripts/Draw/Shape/doc/Shape_da.html lib/qcad/scripts/Draw/Shape/doc/Shape_de.html lib/qcad/scripts/Draw/Shape/doc/Shape_en.html lib/qcad/scripts/Draw/Shape/doc/Shape_es.html @@ -3854,6 +4341,7 @@ lib/qcad/scripts/Draw/Shape/doc/Shape_pl.html lib/qcad/scripts/Draw/Shape/doc/Shape_pt.html lib/qcad/scripts/Draw/Shape/doc/Shape_ru.html lib/qcad/scripts/Draw/Shape/doc/Shape_sl.html +lib/qcad/scripts/Draw/Shape/doc/Shape_sv.html lib/qcad/scripts/Draw/Spline/Spline-inverse.svg lib/qcad/scripts/Draw/Spline/Spline.js lib/qcad/scripts/Draw/Spline/Spline.pro @@ -3875,7 +4363,9 @@ lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints01.svg lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints02.dxf lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints02.png lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints02.svg +lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_da.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_de.html +lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_da.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_de.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_en.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_es.html @@ -3887,6 +4377,7 @@ lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_pl lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_pt.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_ru.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_sl.html +lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_sv.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_en.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_es.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_fr.html @@ -3894,6 +4385,7 @@ lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_it.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_ja.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_nl.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_pl.html +lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_da.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_de.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_en.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_es.html @@ -3904,12 +4396,15 @@ lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_nl lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_pl.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_pt.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_ru.html +lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_sv.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_pt.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_ru.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_sl.html +lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_sv.html lib/qcad/scripts/Draw/Spline/SplineControlPoints/doc/Undo.png lib/qcad/scripts/Draw/Spline/dir/dir.pro lib/qcad/scripts/Draw/Spline/doc/Spline.png +lib/qcad/scripts/Draw/Spline/doc/Spline_da.html lib/qcad/scripts/Draw/Spline/doc/Spline_de.html lib/qcad/scripts/Draw/Spline/doc/Spline_en.html lib/qcad/scripts/Draw/Spline/doc/Spline_es.html @@ -3921,6 +4416,7 @@ lib/qcad/scripts/Draw/Spline/doc/Spline_pl.html lib/qcad/scripts/Draw/Spline/doc/Spline_pt.html lib/qcad/scripts/Draw/Spline/doc/Spline_ru.html lib/qcad/scripts/Draw/Spline/doc/Spline_sl.html +lib/qcad/scripts/Draw/Spline/doc/Spline_sv.html lib/qcad/scripts/Draw/Text/Tests/Text01.js lib/qcad/scripts/Draw/Text/Tests/Text02.js lib/qcad/scripts/Draw/Text/Tests/Text03.js @@ -3953,6 +4449,7 @@ lib/qcad/scripts/Draw/Text/Tests/Text38.js lib/qcad/scripts/Draw/Text/Tests/Text39.js lib/qcad/scripts/Draw/Text/Tests/Text40.js lib/qcad/scripts/Draw/Text/Tests/Text41.js +lib/qcad/scripts/Draw/Text/Tests/Text42.js lib/qcad/scripts/Draw/Text/Tests/data/text01.dxf lib/qcad/scripts/Draw/Text/Tests/data/text02.dxf lib/qcad/scripts/Draw/Text/Tests/data/text03.dxf @@ -3985,6 +4482,7 @@ lib/qcad/scripts/Draw/Text/Tests/data/text38.dxf lib/qcad/scripts/Draw/Text/Tests/data/text39.dxf lib/qcad/scripts/Draw/Text/Tests/data/text40.dxf lib/qcad/scripts/Draw/Text/Tests/data/text41.dxf +lib/qcad/scripts/Draw/Text/Tests/data/text42.dxf lib/qcad/scripts/Draw/Text/Tests/required/Text01_000.dxf lib/qcad/scripts/Draw/Text/Tests/required/Text02_000.dxf lib/qcad/scripts/Draw/Text/Tests/required/Text03_000.dxf @@ -4045,6 +4543,8 @@ lib/qcad/scripts/Draw/Text/Tests/required/Text40_000.dxf lib/qcad/scripts/Draw/Text/Tests/required/Text40_001.dxf lib/qcad/scripts/Draw/Text/Tests/required/Text41_000.dxf lib/qcad/scripts/Draw/Text/Tests/required/Text41_001.dxf +lib/qcad/scripts/Draw/Text/Tests/required/Text42_000.dxf +lib/qcad/scripts/Draw/Text/Tests/required/Text42_001.dxf lib/qcad/scripts/Draw/Text/Text-inverse.svg lib/qcad/scripts/Draw/Text/Text.js lib/qcad/scripts/Draw/Text/Text.pro @@ -4114,7 +4614,9 @@ lib/qcad/scripts/Draw/Text/TextDialog/ZoomOut-inverse.svg lib/qcad/scripts/Draw/Text/TextDialog/ZoomOut.svg lib/qcad/scripts/Draw/Text/TextInit.js lib/qcad/scripts/Draw/Text/doc/Text.png +lib/qcad/scripts/Draw/Text/doc/Text_da.html lib/qcad/scripts/Draw/Text/doc/Text_de.html +lib/qcad/scripts/Draw/Text/doc/Text_desc_da.html lib/qcad/scripts/Draw/Text/doc/Text_desc_de.html lib/qcad/scripts/Draw/Text/doc/Text_desc_en.html lib/qcad/scripts/Draw/Text/doc/Text_desc_es.html @@ -4126,6 +4628,7 @@ lib/qcad/scripts/Draw/Text/doc/Text_desc_pl.html lib/qcad/scripts/Draw/Text/doc/Text_desc_pt.html lib/qcad/scripts/Draw/Text/doc/Text_desc_ru.html lib/qcad/scripts/Draw/Text/doc/Text_desc_sl.html +lib/qcad/scripts/Draw/Text/doc/Text_desc_sv.html lib/qcad/scripts/Draw/Text/doc/Text_en.html lib/qcad/scripts/Draw/Text/doc/Text_es.html lib/qcad/scripts/Draw/Text/doc/Text_fr.html @@ -4133,6 +4636,7 @@ lib/qcad/scripts/Draw/Text/doc/Text_it.html lib/qcad/scripts/Draw/Text/doc/Text_ja.html lib/qcad/scripts/Draw/Text/doc/Text_nl.html lib/qcad/scripts/Draw/Text/doc/Text_pl.html +lib/qcad/scripts/Draw/Text/doc/Text_proc_da.html lib/qcad/scripts/Draw/Text/doc/Text_proc_de.html lib/qcad/scripts/Draw/Text/doc/Text_proc_en.html lib/qcad/scripts/Draw/Text/doc/Text_proc_es.html @@ -4143,10 +4647,13 @@ lib/qcad/scripts/Draw/Text/doc/Text_proc_nl.html lib/qcad/scripts/Draw/Text/doc/Text_proc_pl.html lib/qcad/scripts/Draw/Text/doc/Text_proc_pt.html lib/qcad/scripts/Draw/Text/doc/Text_proc_ru.html +lib/qcad/scripts/Draw/Text/doc/Text_proc_sv.html lib/qcad/scripts/Draw/Text/doc/Text_pt.html lib/qcad/scripts/Draw/Text/doc/Text_ru.html lib/qcad/scripts/Draw/Text/doc/Text_sl.html +lib/qcad/scripts/Draw/Text/doc/Text_sv.html lib/qcad/scripts/Draw/dir/dir.pro +lib/qcad/scripts/Draw/doc/Draw_da.html lib/qcad/scripts/Draw/doc/Draw_de.html lib/qcad/scripts/Draw/doc/Draw_en.html lib/qcad/scripts/Draw/doc/Draw_es.html @@ -4158,6 +4665,7 @@ lib/qcad/scripts/Draw/doc/Draw_pl.html lib/qcad/scripts/Draw/doc/Draw_pt.html lib/qcad/scripts/Draw/doc/Draw_ru.html lib/qcad/scripts/Draw/doc/Draw_sl.html +lib/qcad/scripts/Draw/doc/Draw_sv.html lib/qcad/scripts/EAction.js lib/qcad/scripts/Edit/AbstractPreferences.js lib/qcad/scripts/Edit/AbstractPreferences.ui @@ -4224,12 +4732,15 @@ lib/qcad/scripts/Edit/AppPreferences/UiPreferences/UiPreferences.pro lib/qcad/scripts/Edit/AppPreferences/UiPreferences/UiPreferencesInit.js lib/qcad/scripts/Edit/AppPreferences/dir/dir.pro lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences.png +lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_da.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_de.html +lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_desc_da.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_desc_de.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_desc_en.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_desc_ja.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_desc_ru.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_desc_sl.html +lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_desc_sv.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_en.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_es.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_fr.html @@ -4240,6 +4751,7 @@ lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_pl.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_pt.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_ru.html lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_sl.html +lib/qcad/scripts/Edit/AppPreferences/doc/AppPreferences_sv.html lib/qcad/scripts/Edit/Clear-inverse.svg lib/qcad/scripts/Edit/Clear.svg lib/qcad/scripts/Edit/ClipboardOperation.js @@ -4251,8 +4763,12 @@ lib/qcad/scripts/Edit/ConvertUnit/ConvertUnit.pro lib/qcad/scripts/Edit/ConvertUnit/ConvertUnit.svg lib/qcad/scripts/Edit/ConvertUnit/ConvertUnit.ui lib/qcad/scripts/Edit/ConvertUnit/ConvertUnitInit.js +lib/qcad/scripts/Edit/ConvertUnit/Tests/ConvertUnitTest00.js +lib/qcad/scripts/Edit/ConvertUnit/Tests/data/30x30mm.dxf +lib/qcad/scripts/Edit/ConvertUnit/Tests/required/ConvertUnitTest00_000.dxf lib/qcad/scripts/Edit/ConvertUnit/Tick.svg lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit.png +lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit_da.html lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit_de.html lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit_en.html lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit_es.html @@ -4264,6 +4780,7 @@ lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit_pl.html lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit_pt.html lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit_ru.html lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit_sl.html +lib/qcad/scripts/Edit/ConvertUnit/doc/ConvertUnit_sv.html lib/qcad/scripts/Edit/ConvertUnit/doc/Tick.png lib/qcad/scripts/Edit/Copy/Copy-inverse.svg lib/qcad/scripts/Edit/Copy/Copy.js @@ -4273,7 +4790,9 @@ lib/qcad/scripts/Edit/Copy/CopyInit.js lib/qcad/scripts/Edit/Copy/Tests/CopyTest00.js lib/qcad/scripts/Edit/Copy/Tests/required/CopyTest00_000.dxf lib/qcad/scripts/Edit/Copy/doc/Copy.png +lib/qcad/scripts/Edit/Copy/doc/Copy_da.html lib/qcad/scripts/Edit/Copy/doc/Copy_de.html +lib/qcad/scripts/Edit/Copy/doc/Copy_desc_da.html lib/qcad/scripts/Edit/Copy/doc/Copy_desc_de.html lib/qcad/scripts/Edit/Copy/doc/Copy_desc_en.html lib/qcad/scripts/Edit/Copy/doc/Copy_desc_es.html @@ -4285,6 +4804,7 @@ lib/qcad/scripts/Edit/Copy/doc/Copy_desc_pl.html lib/qcad/scripts/Edit/Copy/doc/Copy_desc_pt.html lib/qcad/scripts/Edit/Copy/doc/Copy_desc_ru.html lib/qcad/scripts/Edit/Copy/doc/Copy_desc_sl.html +lib/qcad/scripts/Edit/Copy/doc/Copy_desc_sv.html lib/qcad/scripts/Edit/Copy/doc/Copy_en.html lib/qcad/scripts/Edit/Copy/doc/Copy_es.html lib/qcad/scripts/Edit/Copy/doc/Copy_fr.html @@ -4292,6 +4812,7 @@ lib/qcad/scripts/Edit/Copy/doc/Copy_it.html lib/qcad/scripts/Edit/Copy/doc/Copy_ja.html lib/qcad/scripts/Edit/Copy/doc/Copy_nl.html lib/qcad/scripts/Edit/Copy/doc/Copy_pl.html +lib/qcad/scripts/Edit/Copy/doc/Copy_proc_da.html lib/qcad/scripts/Edit/Copy/doc/Copy_proc_de.html lib/qcad/scripts/Edit/Copy/doc/Copy_proc_en.html lib/qcad/scripts/Edit/Copy/doc/Copy_proc_es.html @@ -4302,9 +4823,11 @@ lib/qcad/scripts/Edit/Copy/doc/Copy_proc_nl.html lib/qcad/scripts/Edit/Copy/doc/Copy_proc_pl.html lib/qcad/scripts/Edit/Copy/doc/Copy_proc_pt.html lib/qcad/scripts/Edit/Copy/doc/Copy_proc_ru.html +lib/qcad/scripts/Edit/Copy/doc/Copy_proc_sv.html lib/qcad/scripts/Edit/Copy/doc/Copy_pt.html lib/qcad/scripts/Edit/Copy/doc/Copy_ru.html lib/qcad/scripts/Edit/Copy/doc/Copy_sl.html +lib/qcad/scripts/Edit/Copy/doc/Copy_sv.html lib/qcad/scripts/Edit/Copy/doc/img/edit_copy_01.png lib/qcad/scripts/Edit/Copy/doc/img/edit_copy_01.svg lib/qcad/scripts/Edit/Copy/doc/img/edit_copy_02.png @@ -4322,9 +4845,19 @@ lib/qcad/scripts/Edit/CopyWithReference/CopyWithReference.pro lib/qcad/scripts/Edit/CopyWithReference/CopyWithReference.svg lib/qcad/scripts/Edit/CopyWithReference/CopyWithReferenceInit.js lib/qcad/scripts/Edit/CopyWithReference/Tests/CopyWithReferenceTest00.js +lib/qcad/scripts/Edit/CopyWithReference/Tests/CopyWithReferenceTest01.js +lib/qcad/scripts/Edit/CopyWithReference/Tests/CopyWithReferenceTest02.js +lib/qcad/scripts/Edit/CopyWithReference/Tests/CopyWithReferenceTest03.js +lib/qcad/scripts/Edit/CopyWithReference/Tests/CopyWithReferenceTest04.js lib/qcad/scripts/Edit/CopyWithReference/Tests/required/CopyWithReferenceTest00_000.dxf +lib/qcad/scripts/Edit/CopyWithReference/Tests/required/CopyWithReferenceTest01_000.dxf +lib/qcad/scripts/Edit/CopyWithReference/Tests/required/CopyWithReferenceTest02_000.dxf +lib/qcad/scripts/Edit/CopyWithReference/Tests/required/CopyWithReferenceTest03_000.dxf +lib/qcad/scripts/Edit/CopyWithReference/Tests/required/CopyWithReferenceTest04_000.dxf lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference.png +lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_da.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_de.html +lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_da.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_de.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_en.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_es.html @@ -4336,6 +4869,7 @@ lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_pl.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_pt.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_ru.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_sl.html +lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_sv.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_en.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_es.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_fr.html @@ -4343,6 +4877,7 @@ lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_it.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_ja.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_nl.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_pl.html +lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_da.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_de.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_en.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_es.html @@ -4353,9 +4888,11 @@ lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_nl.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_pl.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_pt.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_ru.html +lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_sv.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_pt.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_ru.html lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_sl.html +lib/qcad/scripts/Edit/CopyWithReference/doc/CopyWithReference_sv.html lib/qcad/scripts/Edit/Cut/Cut-inverse.svg lib/qcad/scripts/Edit/Cut/Cut.js lib/qcad/scripts/Edit/Cut/Cut.pro @@ -4364,7 +4901,9 @@ lib/qcad/scripts/Edit/Cut/CutInit.js lib/qcad/scripts/Edit/Cut/Tests/CutTest00.js lib/qcad/scripts/Edit/Cut/Tests/required/CutTest00_000.dxf lib/qcad/scripts/Edit/Cut/doc/Cut.png +lib/qcad/scripts/Edit/Cut/doc/Cut_da.html lib/qcad/scripts/Edit/Cut/doc/Cut_de.html +lib/qcad/scripts/Edit/Cut/doc/Cut_desc_da.html lib/qcad/scripts/Edit/Cut/doc/Cut_desc_de.html lib/qcad/scripts/Edit/Cut/doc/Cut_desc_en.html lib/qcad/scripts/Edit/Cut/doc/Cut_desc_es.html @@ -4376,6 +4915,7 @@ lib/qcad/scripts/Edit/Cut/doc/Cut_desc_pl.html lib/qcad/scripts/Edit/Cut/doc/Cut_desc_pt.html lib/qcad/scripts/Edit/Cut/doc/Cut_desc_ru.html lib/qcad/scripts/Edit/Cut/doc/Cut_desc_sl.html +lib/qcad/scripts/Edit/Cut/doc/Cut_desc_sv.html lib/qcad/scripts/Edit/Cut/doc/Cut_en.html lib/qcad/scripts/Edit/Cut/doc/Cut_es.html lib/qcad/scripts/Edit/Cut/doc/Cut_fr.html @@ -4386,6 +4926,7 @@ lib/qcad/scripts/Edit/Cut/doc/Cut_pl.html lib/qcad/scripts/Edit/Cut/doc/Cut_pt.html lib/qcad/scripts/Edit/Cut/doc/Cut_ru.html lib/qcad/scripts/Edit/Cut/doc/Cut_sl.html +lib/qcad/scripts/Edit/Cut/doc/Cut_sv.html lib/qcad/scripts/Edit/CutWithReference/CutWithReference-inverse.svg lib/qcad/scripts/Edit/CutWithReference/CutWithReference.js lib/qcad/scripts/Edit/CutWithReference/CutWithReference.pro @@ -4394,7 +4935,9 @@ lib/qcad/scripts/Edit/CutWithReference/CutWithReferenceInit.js lib/qcad/scripts/Edit/CutWithReference/Tests/CutWithReferenceTest00.js lib/qcad/scripts/Edit/CutWithReference/Tests/required/CutWithReferenceTest00_000.dxf lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference.png +lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_da.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_de.html +lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_desc_da.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_desc_de.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_desc_en.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_desc_es.html @@ -4406,6 +4949,7 @@ lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_desc_pl.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_desc_pt.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_desc_ru.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_desc_sl.html +lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_desc_sv.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_en.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_es.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_fr.html @@ -4416,6 +4960,7 @@ lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_pl.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_pt.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_ru.html lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_sl.html +lib/qcad/scripts/Edit/CutWithReference/doc/CutWithReference_sv.html lib/qcad/scripts/Edit/Delete/Delete.js lib/qcad/scripts/Edit/Delete/Delete.pro lib/qcad/scripts/Edit/Delete/Delete.svg @@ -4423,7 +4968,9 @@ lib/qcad/scripts/Edit/Delete/DeleteInit.js lib/qcad/scripts/Edit/Delete/Tests/DeleteTest00.js lib/qcad/scripts/Edit/Delete/Tests/required/DeleteTest00_000.dxf lib/qcad/scripts/Edit/Delete/doc/Delete.png +lib/qcad/scripts/Edit/Delete/doc/Delete_da.html lib/qcad/scripts/Edit/Delete/doc/Delete_de.html +lib/qcad/scripts/Edit/Delete/doc/Delete_desc_da.html lib/qcad/scripts/Edit/Delete/doc/Delete_desc_de.html lib/qcad/scripts/Edit/Delete/doc/Delete_desc_en.html lib/qcad/scripts/Edit/Delete/doc/Delete_desc_es.html @@ -4435,6 +4982,7 @@ lib/qcad/scripts/Edit/Delete/doc/Delete_desc_pl.html lib/qcad/scripts/Edit/Delete/doc/Delete_desc_pt.html lib/qcad/scripts/Edit/Delete/doc/Delete_desc_ru.html lib/qcad/scripts/Edit/Delete/doc/Delete_desc_sl.html +lib/qcad/scripts/Edit/Delete/doc/Delete_desc_sv.html lib/qcad/scripts/Edit/Delete/doc/Delete_en.html lib/qcad/scripts/Edit/Delete/doc/Delete_es.html lib/qcad/scripts/Edit/Delete/doc/Delete_fr.html @@ -4445,6 +4993,7 @@ lib/qcad/scripts/Edit/Delete/doc/Delete_pl.html lib/qcad/scripts/Edit/Delete/doc/Delete_pt.html lib/qcad/scripts/Edit/Delete/doc/Delete_ru.html lib/qcad/scripts/Edit/Delete/doc/Delete_sl.html +lib/qcad/scripts/Edit/Delete/doc/Delete_sv.html lib/qcad/scripts/Edit/DrawingPreferences/ColorSettings/ColorModeBlackWhite-inverse.svg lib/qcad/scripts/Edit/DrawingPreferences/ColorSettings/ColorModeBlackWhite.svg lib/qcad/scripts/Edit/DrawingPreferences/ColorSettings/ColorModeFullColor-inverse.svg @@ -4510,7 +5059,9 @@ lib/qcad/scripts/Edit/DrawingPreferences/ViewportSettings/ViewportSettings.pro lib/qcad/scripts/Edit/DrawingPreferences/ViewportSettings/ViewportSettingsInit.js lib/qcad/scripts/Edit/DrawingPreferences/dir/dir.pro lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences.png +lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_da.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_de.html +lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_da.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_de.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_en.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_es.html @@ -4521,6 +5072,7 @@ lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_nl.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_pl.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_ru.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_sl.html +lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_sv.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_en.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_es.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_fr.html @@ -4531,6 +5083,7 @@ lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_pl.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_pt.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_ru.html lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_sl.html +lib/qcad/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_sv.html lib/qcad/scripts/Edit/Duplicate/Duplicate-inverse.svg lib/qcad/scripts/Edit/Duplicate/Duplicate.js lib/qcad/scripts/Edit/Duplicate/Duplicate.pro @@ -4539,7 +5092,9 @@ lib/qcad/scripts/Edit/Duplicate/DuplicateInit.js lib/qcad/scripts/Edit/Duplicate/Tests/DuplicateTest00.js lib/qcad/scripts/Edit/Duplicate/Tests/required/DuplicateTest00_000.dxf lib/qcad/scripts/Edit/Duplicate/doc/Duplicate.png +lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_da.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_de.html +lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_desc_da.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_desc_de.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_desc_en.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_desc_es.html @@ -4551,6 +5106,7 @@ lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_desc_pl.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_desc_pt.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_desc_ru.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_desc_sl.html +lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_desc_sv.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_en.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_es.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_fr.html @@ -4558,6 +5114,7 @@ lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_it.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_ja.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_nl.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_pl.html +lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_proc_da.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_proc_de.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_proc_en.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_proc_es.html @@ -4568,9 +5125,11 @@ lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_proc_nl.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_proc_pl.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_proc_pt.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_proc_ru.html +lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_proc_sv.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_pt.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_ru.html lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_sl.html +lib/qcad/scripts/Edit/Duplicate/doc/Duplicate_sv.html lib/qcad/scripts/Edit/Edit-inverse.svg lib/qcad/scripts/Edit/Edit.js lib/qcad/scripts/Edit/Edit.pro @@ -4599,7 +5158,9 @@ lib/qcad/scripts/Edit/Esc/Tests/required/EActionTest05_000.dxf lib/qcad/scripts/Edit/Esc/Tests/required/EActionTest06_000.dxf lib/qcad/scripts/Edit/Esc/Tests/required/EActionTest07_000.dxf lib/qcad/scripts/Edit/Esc/Tests/required/EActionTest08_000.dxf +lib/qcad/scripts/Edit/Esc/doc/Esc_da.html lib/qcad/scripts/Edit/Esc/doc/Esc_de.html +lib/qcad/scripts/Edit/Esc/doc/Esc_desc_da.html lib/qcad/scripts/Edit/Esc/doc/Esc_desc_de.html lib/qcad/scripts/Edit/Esc/doc/Esc_desc_en.html lib/qcad/scripts/Edit/Esc/doc/Esc_desc_es.html @@ -4611,6 +5172,7 @@ lib/qcad/scripts/Edit/Esc/doc/Esc_desc_pl.html lib/qcad/scripts/Edit/Esc/doc/Esc_desc_pt.html lib/qcad/scripts/Edit/Esc/doc/Esc_desc_ru.html lib/qcad/scripts/Edit/Esc/doc/Esc_desc_sl.html +lib/qcad/scripts/Edit/Esc/doc/Esc_desc_sv.html lib/qcad/scripts/Edit/Esc/doc/Esc_en.html lib/qcad/scripts/Edit/Esc/doc/Esc_es.html lib/qcad/scripts/Edit/Esc/doc/Esc_fr.html @@ -4621,6 +5183,7 @@ lib/qcad/scripts/Edit/Esc/doc/Esc_pl.html lib/qcad/scripts/Edit/Esc/doc/Esc_pt.html lib/qcad/scripts/Edit/Esc/doc/Esc_ru.html lib/qcad/scripts/Edit/Esc/doc/Esc_sl.html +lib/qcad/scripts/Edit/Esc/doc/Esc_sv.html lib/qcad/scripts/Edit/Expand-inverse.svg lib/qcad/scripts/Edit/Expand.svg lib/qcad/scripts/Edit/Paste/FlipHorizontal-inverse.svg @@ -4644,7 +5207,9 @@ lib/qcad/scripts/Edit/Paste/Tests/required/PasteTest02_000.dxf lib/qcad/scripts/Edit/Paste/doc/FlipHorizontal.png lib/qcad/scripts/Edit/Paste/doc/FlipVertical.png lib/qcad/scripts/Edit/Paste/doc/Paste.png +lib/qcad/scripts/Edit/Paste/doc/Paste_da.html lib/qcad/scripts/Edit/Paste/doc/Paste_de.html +lib/qcad/scripts/Edit/Paste/doc/Paste_desc_da.html lib/qcad/scripts/Edit/Paste/doc/Paste_desc_de.html lib/qcad/scripts/Edit/Paste/doc/Paste_desc_en.html lib/qcad/scripts/Edit/Paste/doc/Paste_desc_es.html @@ -4656,6 +5221,7 @@ lib/qcad/scripts/Edit/Paste/doc/Paste_desc_pl.html lib/qcad/scripts/Edit/Paste/doc/Paste_desc_pt.html lib/qcad/scripts/Edit/Paste/doc/Paste_desc_ru.html lib/qcad/scripts/Edit/Paste/doc/Paste_desc_sl.html +lib/qcad/scripts/Edit/Paste/doc/Paste_desc_sv.html lib/qcad/scripts/Edit/Paste/doc/Paste_en.html lib/qcad/scripts/Edit/Paste/doc/Paste_es.html lib/qcad/scripts/Edit/Paste/doc/Paste_fr.html @@ -4663,6 +5229,7 @@ lib/qcad/scripts/Edit/Paste/doc/Paste_it.html lib/qcad/scripts/Edit/Paste/doc/Paste_ja.html lib/qcad/scripts/Edit/Paste/doc/Paste_nl.html lib/qcad/scripts/Edit/Paste/doc/Paste_pl.html +lib/qcad/scripts/Edit/Paste/doc/Paste_proc_da.html lib/qcad/scripts/Edit/Paste/doc/Paste_proc_de.html lib/qcad/scripts/Edit/Paste/doc/Paste_proc_en.html lib/qcad/scripts/Edit/Paste/doc/Paste_proc_es.html @@ -4673,16 +5240,20 @@ lib/qcad/scripts/Edit/Paste/doc/Paste_proc_nl.html lib/qcad/scripts/Edit/Paste/doc/Paste_proc_pl.html lib/qcad/scripts/Edit/Paste/doc/Paste_proc_pt.html lib/qcad/scripts/Edit/Paste/doc/Paste_proc_ru.html +lib/qcad/scripts/Edit/Paste/doc/Paste_proc_sv.html lib/qcad/scripts/Edit/Paste/doc/Paste_pt.html lib/qcad/scripts/Edit/Paste/doc/Paste_ru.html lib/qcad/scripts/Edit/Paste/doc/Paste_sl.html +lib/qcad/scripts/Edit/Paste/doc/Paste_sv.html lib/qcad/scripts/Edit/Redo/Redo-inverse.svg lib/qcad/scripts/Edit/Redo/Redo.js lib/qcad/scripts/Edit/Redo/Redo.pro lib/qcad/scripts/Edit/Redo/Redo.svg lib/qcad/scripts/Edit/Redo/RedoInit.js lib/qcad/scripts/Edit/Redo/doc/Redo.png +lib/qcad/scripts/Edit/Redo/doc/Redo_da.html lib/qcad/scripts/Edit/Redo/doc/Redo_de.html +lib/qcad/scripts/Edit/Redo/doc/Redo_desc_da.html lib/qcad/scripts/Edit/Redo/doc/Redo_desc_de.html lib/qcad/scripts/Edit/Redo/doc/Redo_desc_en.html lib/qcad/scripts/Edit/Redo/doc/Redo_desc_es.html @@ -4694,6 +5265,7 @@ lib/qcad/scripts/Edit/Redo/doc/Redo_desc_pl.html lib/qcad/scripts/Edit/Redo/doc/Redo_desc_pt.html lib/qcad/scripts/Edit/Redo/doc/Redo_desc_ru.html lib/qcad/scripts/Edit/Redo/doc/Redo_desc_sl.html +lib/qcad/scripts/Edit/Redo/doc/Redo_desc_sv.html lib/qcad/scripts/Edit/Redo/doc/Redo_en.html lib/qcad/scripts/Edit/Redo/doc/Redo_es.html lib/qcad/scripts/Edit/Redo/doc/Redo_fr.html @@ -4704,13 +5276,16 @@ lib/qcad/scripts/Edit/Redo/doc/Redo_pl.html lib/qcad/scripts/Edit/Redo/doc/Redo_pt.html lib/qcad/scripts/Edit/Redo/doc/Redo_ru.html lib/qcad/scripts/Edit/Redo/doc/Redo_sl.html +lib/qcad/scripts/Edit/Redo/doc/Redo_sv.html lib/qcad/scripts/Edit/Undo/Undo-inverse.svg lib/qcad/scripts/Edit/Undo/Undo.js lib/qcad/scripts/Edit/Undo/Undo.pro lib/qcad/scripts/Edit/Undo/Undo.svg lib/qcad/scripts/Edit/Undo/UndoInit.js lib/qcad/scripts/Edit/Undo/doc/Undo.png +lib/qcad/scripts/Edit/Undo/doc/Undo_da.html lib/qcad/scripts/Edit/Undo/doc/Undo_de.html +lib/qcad/scripts/Edit/Undo/doc/Undo_desc_da.html lib/qcad/scripts/Edit/Undo/doc/Undo_desc_de.html lib/qcad/scripts/Edit/Undo/doc/Undo_desc_en.html lib/qcad/scripts/Edit/Undo/doc/Undo_desc_es.html @@ -4722,6 +5297,7 @@ lib/qcad/scripts/Edit/Undo/doc/Undo_desc_pl.html lib/qcad/scripts/Edit/Undo/doc/Undo_desc_pt.html lib/qcad/scripts/Edit/Undo/doc/Undo_desc_ru.html lib/qcad/scripts/Edit/Undo/doc/Undo_desc_sl.html +lib/qcad/scripts/Edit/Undo/doc/Undo_desc_sv.html lib/qcad/scripts/Edit/Undo/doc/Undo_en.html lib/qcad/scripts/Edit/Undo/doc/Undo_es.html lib/qcad/scripts/Edit/Undo/doc/Undo_fr.html @@ -4732,10 +5308,12 @@ lib/qcad/scripts/Edit/Undo/doc/Undo_pl.html lib/qcad/scripts/Edit/Undo/doc/Undo_pt.html lib/qcad/scripts/Edit/Undo/doc/Undo_ru.html lib/qcad/scripts/Edit/Undo/doc/Undo_sl.html +lib/qcad/scripts/Edit/Undo/doc/Undo_sv.html lib/qcad/scripts/Edit/dir/dir.pro lib/qcad/scripts/Edit/doc/Clear.png lib/qcad/scripts/Edit/doc/Collapse.png lib/qcad/scripts/Edit/doc/Edit.png +lib/qcad/scripts/Edit/doc/Edit_da.html lib/qcad/scripts/Edit/doc/Edit_de.html lib/qcad/scripts/Edit/doc/Edit_en.html lib/qcad/scripts/Edit/doc/Edit_es.html @@ -4747,6 +5325,7 @@ lib/qcad/scripts/Edit/doc/Edit_pl.html lib/qcad/scripts/Edit/doc/Edit_pt.html lib/qcad/scripts/Edit/doc/Edit_ru.html lib/qcad/scripts/Edit/doc/Edit_sl.html +lib/qcad/scripts/Edit/doc/Edit_sv.html lib/qcad/scripts/Edit/doc/Expand.png lib/qcad/scripts/Empty-inverse.svg lib/qcad/scripts/Empty.svg @@ -4763,7 +5342,9 @@ lib/qcad/scripts/File/BitmapExport/BitmapExportDialog.ui lib/qcad/scripts/File/BitmapExport/BitmapExportInit.js lib/qcad/scripts/File/BitmapExport/BitmapExportWorker.js lib/qcad/scripts/File/BitmapExport/doc/BitmapExport.png +lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_da.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_de.html +lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_desc_da.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_desc_de.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_desc_en.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_desc_es.html @@ -4775,6 +5356,7 @@ lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_desc_pl.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_desc_pt.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_desc_ru.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_desc_sl.html +lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_desc_sv.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_en.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_es.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_fr.html @@ -4782,6 +5364,7 @@ lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_it.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_ja.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_nl.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_pl.html +lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_proc_da.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_proc_de.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_proc_en.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_proc_es.html @@ -4792,16 +5375,20 @@ lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_proc_nl.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_proc_pl.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_proc_pt.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_proc_ru.html +lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_proc_sv.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_pt.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_ru.html lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_sl.html +lib/qcad/scripts/File/BitmapExport/doc/BitmapExport_sv.html lib/qcad/scripts/File/CloseFile/CloseFile-inverse.svg lib/qcad/scripts/File/CloseFile/CloseFile.js lib/qcad/scripts/File/CloseFile/CloseFile.pro lib/qcad/scripts/File/CloseFile/CloseFile.svg lib/qcad/scripts/File/CloseFile/CloseFileInit.js lib/qcad/scripts/File/CloseFile/doc/CloseFile.png +lib/qcad/scripts/File/CloseFile/doc/CloseFile_da.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_de.html +lib/qcad/scripts/File/CloseFile/doc/CloseFile_desc_da.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_desc_de.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_desc_en.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_desc_es.html @@ -4813,6 +5400,7 @@ lib/qcad/scripts/File/CloseFile/doc/CloseFile_desc_pl.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_desc_pt.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_desc_ru.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_desc_sl.html +lib/qcad/scripts/File/CloseFile/doc/CloseFile_desc_sv.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_en.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_es.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_fr.html @@ -4823,6 +5411,7 @@ lib/qcad/scripts/File/CloseFile/doc/CloseFile_pl.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_pt.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_ru.html lib/qcad/scripts/File/CloseFile/doc/CloseFile_sl.html +lib/qcad/scripts/File/CloseFile/doc/CloseFile_sv.html lib/qcad/scripts/File/File-inverse.svg lib/qcad/scripts/File/File.js lib/qcad/scripts/File/File.pro @@ -4840,7 +5429,9 @@ lib/qcad/scripts/File/ImportFile/ImportFileInit.js lib/qcad/scripts/File/ImportFile/doc/FlipHorizontal.png lib/qcad/scripts/File/ImportFile/doc/FlipVertical.png lib/qcad/scripts/File/ImportFile/doc/ImportFile.png +lib/qcad/scripts/File/ImportFile/doc/ImportFile_da.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_de.html +lib/qcad/scripts/File/ImportFile/doc/ImportFile_desc_da.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_desc_de.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_desc_en.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_desc_es.html @@ -4849,6 +5440,7 @@ lib/qcad/scripts/File/ImportFile/doc/ImportFile_desc_it.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_desc_nl.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_desc_pl.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_desc_sl.html +lib/qcad/scripts/File/ImportFile/doc/ImportFile_desc_sv.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_en.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_es.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_fr.html @@ -4856,6 +5448,7 @@ lib/qcad/scripts/File/ImportFile/doc/ImportFile_it.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_ja.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_nl.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_pl.html +lib/qcad/scripts/File/ImportFile/doc/ImportFile_proc_da.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_proc_de.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_proc_en.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_proc_es.html @@ -4863,9 +5456,11 @@ lib/qcad/scripts/File/ImportFile/doc/ImportFile_proc_fr.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_proc_it.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_proc_nl.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_proc_pl.html +lib/qcad/scripts/File/ImportFile/doc/ImportFile_proc_sv.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_pt.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_ru.html lib/qcad/scripts/File/ImportFile/doc/ImportFile_sl.html +lib/qcad/scripts/File/ImportFile/doc/ImportFile_sv.html lib/qcad/scripts/File/NewFile/CloseDialog.ui lib/qcad/scripts/File/NewFile/Document-inverse.svg lib/qcad/scripts/File/NewFile/Document.svg @@ -4877,7 +5472,9 @@ lib/qcad/scripts/File/NewFile/NewFile.svg lib/qcad/scripts/File/NewFile/NewFileInit.js lib/qcad/scripts/File/NewFile/doc/Document.png lib/qcad/scripts/File/NewFile/doc/NewFile.png +lib/qcad/scripts/File/NewFile/doc/NewFile_da.html lib/qcad/scripts/File/NewFile/doc/NewFile_de.html +lib/qcad/scripts/File/NewFile/doc/NewFile_desc_da.html lib/qcad/scripts/File/NewFile/doc/NewFile_desc_de.html lib/qcad/scripts/File/NewFile/doc/NewFile_desc_en.html lib/qcad/scripts/File/NewFile/doc/NewFile_desc_es.html @@ -4889,6 +5486,7 @@ lib/qcad/scripts/File/NewFile/doc/NewFile_desc_pl.html lib/qcad/scripts/File/NewFile/doc/NewFile_desc_pt.html lib/qcad/scripts/File/NewFile/doc/NewFile_desc_ru.html lib/qcad/scripts/File/NewFile/doc/NewFile_desc_sl.html +lib/qcad/scripts/File/NewFile/doc/NewFile_desc_sv.html lib/qcad/scripts/File/NewFile/doc/NewFile_en.html lib/qcad/scripts/File/NewFile/doc/NewFile_es.html lib/qcad/scripts/File/NewFile/doc/NewFile_fr.html @@ -4899,6 +5497,7 @@ lib/qcad/scripts/File/NewFile/doc/NewFile_pl.html lib/qcad/scripts/File/NewFile/doc/NewFile_pt.html lib/qcad/scripts/File/NewFile/doc/NewFile_ru.html lib/qcad/scripts/File/NewFile/doc/NewFile_sl.html +lib/qcad/scripts/File/NewFile/doc/NewFile_sv.html lib/qcad/scripts/File/OpenFile/OpenFile-inverse.svg lib/qcad/scripts/File/OpenFile/OpenFile.js lib/qcad/scripts/File/OpenFile/OpenFile.pro @@ -4906,6 +5505,7 @@ lib/qcad/scripts/File/OpenFile/OpenFile.svg lib/qcad/scripts/File/OpenFile/OpenFileInit.js lib/qcad/scripts/File/OpenFile/doc/OpenFile.png lib/qcad/scripts/File/OpenFile/doc/OpenFile_de.html +lib/qcad/scripts/File/OpenFile/doc/OpenFile_desc_da.html lib/qcad/scripts/File/OpenFile/doc/OpenFile_desc_de.html lib/qcad/scripts/File/OpenFile/doc/OpenFile_desc_en.html lib/qcad/scripts/File/OpenFile/doc/OpenFile_desc_es.html @@ -4917,6 +5517,7 @@ lib/qcad/scripts/File/OpenFile/doc/OpenFile_desc_pl.html lib/qcad/scripts/File/OpenFile/doc/OpenFile_desc_pt.html lib/qcad/scripts/File/OpenFile/doc/OpenFile_desc_ru.html lib/qcad/scripts/File/OpenFile/doc/OpenFile_desc_sl.html +lib/qcad/scripts/File/OpenFile/doc/OpenFile_desc_sv.html lib/qcad/scripts/File/OpenFile/doc/OpenFile_en.html lib/qcad/scripts/File/OpenFile/doc/OpenFile_es.html lib/qcad/scripts/File/OpenFile/doc/OpenFile_fr.html @@ -4934,6 +5535,7 @@ lib/qcad/scripts/File/PdfExport/PdfExport.svg lib/qcad/scripts/File/PdfExport/PdfExportInit.js lib/qcad/scripts/File/PdfExport/doc/PdfExport.png lib/qcad/scripts/File/PdfExport/doc/PdfExport_de.html +lib/qcad/scripts/File/PdfExport/doc/PdfExport_desc_da.html lib/qcad/scripts/File/PdfExport/doc/PdfExport_desc_de.html lib/qcad/scripts/File/PdfExport/doc/PdfExport_desc_en.html lib/qcad/scripts/File/PdfExport/doc/PdfExport_desc_es.html @@ -4945,6 +5547,7 @@ lib/qcad/scripts/File/PdfExport/doc/PdfExport_desc_pl.html lib/qcad/scripts/File/PdfExport/doc/PdfExport_desc_pt.html lib/qcad/scripts/File/PdfExport/doc/PdfExport_desc_ru.html lib/qcad/scripts/File/PdfExport/doc/PdfExport_desc_sl.html +lib/qcad/scripts/File/PdfExport/doc/PdfExport_desc_sv.html lib/qcad/scripts/File/PdfExport/doc/PdfExport_en.html lib/qcad/scripts/File/PdfExport/doc/PdfExport_es.html lib/qcad/scripts/File/PdfExport/doc/PdfExport_fr.html @@ -4957,6 +5560,7 @@ lib/qcad/scripts/File/Print/Print.svg lib/qcad/scripts/File/Print/PrintInit.js lib/qcad/scripts/File/Print/doc/Print.png lib/qcad/scripts/File/Print/doc/Print_de.html +lib/qcad/scripts/File/Print/doc/Print_desc_da.html lib/qcad/scripts/File/Print/doc/Print_desc_de.html lib/qcad/scripts/File/Print/doc/Print_desc_en.html lib/qcad/scripts/File/Print/doc/Print_desc_es.html @@ -4968,6 +5572,7 @@ lib/qcad/scripts/File/Print/doc/Print_desc_pl.html lib/qcad/scripts/File/Print/doc/Print_desc_pt.html lib/qcad/scripts/File/Print/doc/Print_desc_ru.html lib/qcad/scripts/File/Print/doc/Print_desc_sl.html +lib/qcad/scripts/File/Print/doc/Print_desc_sv.html lib/qcad/scripts/File/Print/doc/Print_en.html lib/qcad/scripts/File/Print/doc/Print_es.html lib/qcad/scripts/File/Print/doc/Print_fr.html @@ -4980,7 +5585,9 @@ lib/qcad/scripts/File/PrintCurrentView/PrintCurrentView.pro lib/qcad/scripts/File/PrintCurrentView/PrintCurrentView.svg lib/qcad/scripts/File/PrintCurrentView/PrintCurrentViewInit.js lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView.png +lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_da.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_de.html +lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_da.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_de.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_en.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_es.html @@ -4992,6 +5599,7 @@ lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_pl.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_pt.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_ru.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_sl.html +lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_sv.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_en.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_es.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_fr.html @@ -5002,6 +5610,7 @@ lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_pl.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_pt.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_ru.html lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_sl.html +lib/qcad/scripts/File/PrintCurrentView/doc/PrintCurrentView_sv.html lib/qcad/scripts/File/PrintPreview/AutoCenter.svg lib/qcad/scripts/File/PrintPreview/AutoFitDrawing.svg lib/qcad/scripts/File/PrintPreview/AutoZoomToPage.svg @@ -5038,6 +5647,7 @@ lib/qcad/scripts/File/PrintPreview/doc/Portrait.png lib/qcad/scripts/File/PrintPreview/doc/Print.png lib/qcad/scripts/File/PrintPreview/doc/PrintPreview.png lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_de.html +lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_desc_da.html lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_desc_de.html lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_desc_en.html lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_desc_es.html @@ -5049,6 +5659,7 @@ lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_desc_pl.html lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_desc_pt.html lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_desc_ru.html lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_desc_sl.html +lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_desc_sv.html lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_en.html lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_es.html lib/qcad/scripts/File/PrintPreview/doc/PrintPreview_fr.html @@ -5060,6 +5671,7 @@ lib/qcad/scripts/File/Quit/Quit.js lib/qcad/scripts/File/Quit/Quit.pro lib/qcad/scripts/File/Quit/QuitInit.js lib/qcad/scripts/File/Quit/doc/Quit_de.html +lib/qcad/scripts/File/Quit/doc/Quit_desc_da.html lib/qcad/scripts/File/Quit/doc/Quit_desc_de.html lib/qcad/scripts/File/Quit/doc/Quit_desc_en.html lib/qcad/scripts/File/Quit/doc/Quit_desc_es.html @@ -5071,6 +5683,7 @@ lib/qcad/scripts/File/Quit/doc/Quit_desc_pl.html lib/qcad/scripts/File/Quit/doc/Quit_desc_pt.html lib/qcad/scripts/File/Quit/doc/Quit_desc_ru.html lib/qcad/scripts/File/Quit/doc/Quit_desc_sl.html +lib/qcad/scripts/File/Quit/doc/Quit_desc_sv.html lib/qcad/scripts/File/Quit/doc/Quit_en.html lib/qcad/scripts/File/Quit/doc/Quit_es.html lib/qcad/scripts/File/Quit/doc/Quit_fr.html @@ -5087,7 +5700,9 @@ lib/qcad/scripts/File/Save/Save.pro lib/qcad/scripts/File/Save/Save.svg lib/qcad/scripts/File/Save/SaveInit.js lib/qcad/scripts/File/Save/doc/Save.png +lib/qcad/scripts/File/Save/doc/Save_da.html lib/qcad/scripts/File/Save/doc/Save_de.html +lib/qcad/scripts/File/Save/doc/Save_desc_da.html lib/qcad/scripts/File/Save/doc/Save_desc_de.html lib/qcad/scripts/File/Save/doc/Save_desc_en.html lib/qcad/scripts/File/Save/doc/Save_desc_es.html @@ -5099,6 +5714,7 @@ lib/qcad/scripts/File/Save/doc/Save_desc_pl.html lib/qcad/scripts/File/Save/doc/Save_desc_pt.html lib/qcad/scripts/File/Save/doc/Save_desc_ru.html lib/qcad/scripts/File/Save/doc/Save_desc_sl.html +lib/qcad/scripts/File/Save/doc/Save_desc_sv.html lib/qcad/scripts/File/Save/doc/Save_en.html lib/qcad/scripts/File/Save/doc/Save_es.html lib/qcad/scripts/File/Save/doc/Save_fr.html @@ -5109,13 +5725,16 @@ lib/qcad/scripts/File/Save/doc/Save_pl.html lib/qcad/scripts/File/Save/doc/Save_pt.html lib/qcad/scripts/File/Save/doc/Save_ru.html lib/qcad/scripts/File/Save/doc/Save_sl.html +lib/qcad/scripts/File/Save/doc/Save_sv.html lib/qcad/scripts/File/SaveAs/PreferencesPage.ui lib/qcad/scripts/File/SaveAs/SaveAs.js lib/qcad/scripts/File/SaveAs/SaveAs.pro lib/qcad/scripts/File/SaveAs/SaveAs.svg lib/qcad/scripts/File/SaveAs/SaveAsInit.js lib/qcad/scripts/File/SaveAs/doc/SaveAs.png +lib/qcad/scripts/File/SaveAs/doc/SaveAs_da.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_de.html +lib/qcad/scripts/File/SaveAs/doc/SaveAs_desc_da.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_desc_de.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_desc_en.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_desc_es.html @@ -5127,6 +5746,7 @@ lib/qcad/scripts/File/SaveAs/doc/SaveAs_desc_pl.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_desc_pt.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_desc_ru.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_desc_sl.html +lib/qcad/scripts/File/SaveAs/doc/SaveAs_desc_sv.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_en.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_es.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_fr.html @@ -5137,6 +5757,7 @@ lib/qcad/scripts/File/SaveAs/doc/SaveAs_pl.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_pt.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_ru.html lib/qcad/scripts/File/SaveAs/doc/SaveAs_sl.html +lib/qcad/scripts/File/SaveAs/doc/SaveAs_sv.html lib/qcad/scripts/File/SvgImport/PreferencesPage.ui lib/qcad/scripts/File/SvgImport/SvgImport-inverse.svg lib/qcad/scripts/File/SvgImport/SvgImport.js @@ -5145,7 +5766,9 @@ lib/qcad/scripts/File/SvgImport/SvgImport.svg lib/qcad/scripts/File/SvgImport/SvgImportDialog.ui lib/qcad/scripts/File/SvgImport/SvgImportInit.js lib/qcad/scripts/File/SvgImport/doc/SvgImport.png +lib/qcad/scripts/File/SvgImport/doc/SvgImport_da.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_de.html +lib/qcad/scripts/File/SvgImport/doc/SvgImport_desc_da.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_desc_de.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_desc_en.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_desc_es.html @@ -5157,6 +5780,7 @@ lib/qcad/scripts/File/SvgImport/doc/SvgImport_desc_pl.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_desc_pt.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_desc_ru.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_desc_sl.html +lib/qcad/scripts/File/SvgImport/doc/SvgImport_desc_sv.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_en.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_es.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_fr.html @@ -5167,8 +5791,10 @@ lib/qcad/scripts/File/SvgImport/doc/SvgImport_pl.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_pt.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_ru.html lib/qcad/scripts/File/SvgImport/doc/SvgImport_sl.html +lib/qcad/scripts/File/SvgImport/doc/SvgImport_sv.html lib/qcad/scripts/File/dir/dir.pro lib/qcad/scripts/File/doc/File.png +lib/qcad/scripts/File/doc/File_da.html lib/qcad/scripts/File/doc/File_de.html lib/qcad/scripts/File/doc/File_en.html lib/qcad/scripts/File/doc/File_es.html @@ -5180,6 +5806,7 @@ lib/qcad/scripts/File/doc/File_pl.html lib/qcad/scripts/File/doc/File_pt.html lib/qcad/scripts/File/doc/File_ru.html lib/qcad/scripts/File/doc/File_sl.html +lib/qcad/scripts/File/doc/File_sv.html lib/qcad/scripts/Help/About/About.js lib/qcad/scripts/Help/About/About.pro lib/qcad/scripts/Help/About/AboutCredits.js @@ -5187,6 +5814,7 @@ lib/qcad/scripts/Help/About/AboutDialog.ui lib/qcad/scripts/Help/About/AboutInit.js lib/qcad/scripts/Help/About/BuiltWithQt.png lib/qcad/scripts/Help/About/doc/About_de.html +lib/qcad/scripts/Help/About/doc/About_desc_da.html lib/qcad/scripts/Help/About/doc/About_desc_de.html lib/qcad/scripts/Help/About/doc/About_desc_en.html lib/qcad/scripts/Help/About/doc/About_desc_es.html @@ -5197,8 +5825,10 @@ lib/qcad/scripts/Help/About/doc/About_desc_pl.html lib/qcad/scripts/Help/About/doc/About_desc_pt.html lib/qcad/scripts/Help/About/doc/About_desc_ru.html lib/qcad/scripts/Help/About/doc/About_desc_sl.html +lib/qcad/scripts/Help/About/doc/About_desc_sv.html lib/qcad/scripts/Help/About/doc/About_ja.html lib/qcad/scripts/Help/About/doc/About_nl.html +lib/qcad/scripts/Help/About/doc/About_pl.html lib/qcad/scripts/Help/About/doc/About_pt.html lib/qcad/scripts/Help/About/doc/About_ru.html lib/qcad/scripts/Help/About/doc/About_sl.html @@ -5213,6 +5843,7 @@ lib/qcad/scripts/Help/CheckForUpdates/CheckForUpdatesDialog.ui lib/qcad/scripts/Help/CheckForUpdates/CheckForUpdatesInit.js lib/qcad/scripts/Help/CheckForUpdates/CheckForUpdatesPostInit.js lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_de.html +lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_da.html lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_de.html lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_en.html lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_es.html @@ -5223,10 +5854,12 @@ lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_pl.html lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_pt.html lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_ru.html lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_sl.html +lib/qcad/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_sv.html lib/qcad/scripts/Help/FAQ/FAQ.js lib/qcad/scripts/Help/FAQ/FAQ.pro lib/qcad/scripts/Help/FAQ/FAQInit.js lib/qcad/scripts/Help/FAQ/doc/FAQ_de.html +lib/qcad/scripts/Help/FAQ/doc/FAQ_desc_da.html lib/qcad/scripts/Help/FAQ/doc/FAQ_desc_de.html lib/qcad/scripts/Help/FAQ/doc/FAQ_desc_en.html lib/qcad/scripts/Help/FAQ/doc/FAQ_desc_es.html @@ -5237,8 +5870,10 @@ lib/qcad/scripts/Help/FAQ/doc/FAQ_desc_pl.html lib/qcad/scripts/Help/FAQ/doc/FAQ_desc_pt.html lib/qcad/scripts/Help/FAQ/doc/FAQ_desc_ru.html lib/qcad/scripts/Help/FAQ/doc/FAQ_desc_sl.html +lib/qcad/scripts/Help/FAQ/doc/FAQ_desc_sv.html lib/qcad/scripts/Help/FAQ/doc/FAQ_ja.html lib/qcad/scripts/Help/FAQ/doc/FAQ_nl.html +lib/qcad/scripts/Help/FAQ/doc/FAQ_pl.html lib/qcad/scripts/Help/FAQ/doc/FAQ_pt.html lib/qcad/scripts/Help/FAQ/doc/FAQ_ru.html lib/qcad/scripts/Help/FAQ/doc/FAQ_sl.html @@ -5246,6 +5881,7 @@ lib/qcad/scripts/Help/Forum/Forum.js lib/qcad/scripts/Help/Forum/Forum.pro lib/qcad/scripts/Help/Forum/ForumInit.js lib/qcad/scripts/Help/Forum/doc/Forum_de.html +lib/qcad/scripts/Help/Forum/doc/Forum_desc_da.html lib/qcad/scripts/Help/Forum/doc/Forum_desc_de.html lib/qcad/scripts/Help/Forum/doc/Forum_desc_en.html lib/qcad/scripts/Help/Forum/doc/Forum_desc_es.html @@ -5256,8 +5892,10 @@ lib/qcad/scripts/Help/Forum/doc/Forum_desc_pl.html lib/qcad/scripts/Help/Forum/doc/Forum_desc_pt.html lib/qcad/scripts/Help/Forum/doc/Forum_desc_ru.html lib/qcad/scripts/Help/Forum/doc/Forum_desc_sl.html +lib/qcad/scripts/Help/Forum/doc/Forum_desc_sv.html lib/qcad/scripts/Help/Forum/doc/Forum_ja.html lib/qcad/scripts/Help/Forum/doc/Forum_nl.html +lib/qcad/scripts/Help/Forum/doc/Forum_pl.html lib/qcad/scripts/Help/Forum/doc/Forum_pt.html lib/qcad/scripts/Help/Forum/doc/Forum_ru.html lib/qcad/scripts/Help/Forum/doc/Forum_sl.html @@ -5267,6 +5905,7 @@ lib/qcad/scripts/Help/ReportBug/ReportBug.js lib/qcad/scripts/Help/ReportBug/ReportBug.pro lib/qcad/scripts/Help/ReportBug/ReportBugInit.js lib/qcad/scripts/Help/ReportBug/doc/ReportBug_de.html +lib/qcad/scripts/Help/ReportBug/doc/ReportBug_desc_da.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_desc_de.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_desc_en.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_desc_es.html @@ -5277,8 +5916,10 @@ lib/qcad/scripts/Help/ReportBug/doc/ReportBug_desc_pl.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_desc_pt.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_desc_ru.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_desc_sl.html +lib/qcad/scripts/Help/ReportBug/doc/ReportBug_desc_sv.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_ja.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_nl.html +lib/qcad/scripts/Help/ReportBug/doc/ReportBug_pl.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_pt.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_ru.html lib/qcad/scripts/Help/ReportBug/doc/ReportBug_sl.html @@ -5288,6 +5929,7 @@ lib/qcad/scripts/Help/ReportTranslationError/ReportTranslationErrorInit.js lib/qcad/scripts/Help/ReportTranslationError/doc/ReportTranslationError_de.html lib/qcad/scripts/Help/ReportTranslationError/doc/ReportTranslationError_ja.html lib/qcad/scripts/Help/ReportTranslationError/doc/ReportTranslationError_nl.html +lib/qcad/scripts/Help/ReportTranslationError/doc/ReportTranslationError_pl.html lib/qcad/scripts/Help/ReportTranslationError/doc/ReportTranslationError_pt.html lib/qcad/scripts/Help/ReportTranslationError/doc/ReportTranslationError_ru.html lib/qcad/scripts/Help/ReportTranslationError/doc/ReportTranslationError_sl.html @@ -5298,6 +5940,7 @@ lib/qcad/scripts/Help/ShowReadme/ShowReadmeInit.js lib/qcad/scripts/Help/ShowReadme/doc/ShowReadme_de.html lib/qcad/scripts/Help/ShowReadme/doc/ShowReadme_ja.html lib/qcad/scripts/Help/ShowReadme/doc/ShowReadme_nl.html +lib/qcad/scripts/Help/ShowReadme/doc/ShowReadme_pl.html lib/qcad/scripts/Help/ShowReadme/doc/ShowReadme_pt.html lib/qcad/scripts/Help/ShowReadme/doc/ShowReadme_ru.html lib/qcad/scripts/Help/ShowReadme/doc/ShowReadme_sl.html @@ -5305,6 +5948,7 @@ lib/qcad/scripts/Help/Website/Website.js lib/qcad/scripts/Help/Website/Website.pro lib/qcad/scripts/Help/Website/WebsiteInit.js lib/qcad/scripts/Help/Website/doc/Website_de.html +lib/qcad/scripts/Help/Website/doc/Website_desc_da.html lib/qcad/scripts/Help/Website/doc/Website_desc_de.html lib/qcad/scripts/Help/Website/doc/Website_desc_en.html lib/qcad/scripts/Help/Website/doc/Website_desc_es.html @@ -5315,8 +5959,10 @@ lib/qcad/scripts/Help/Website/doc/Website_desc_pl.html lib/qcad/scripts/Help/Website/doc/Website_desc_pt.html lib/qcad/scripts/Help/Website/doc/Website_desc_ru.html lib/qcad/scripts/Help/Website/doc/Website_desc_sl.html +lib/qcad/scripts/Help/Website/doc/Website_desc_sv.html lib/qcad/scripts/Help/Website/doc/Website_ja.html lib/qcad/scripts/Help/Website/doc/Website_nl.html +lib/qcad/scripts/Help/Website/doc/Website_pl.html lib/qcad/scripts/Help/Website/doc/Website_pt.html lib/qcad/scripts/Help/Website/doc/Website_ru.html lib/qcad/scripts/Help/Website/doc/Website_sl.html @@ -5324,6 +5970,7 @@ lib/qcad/scripts/Help/dir/dir.pro lib/qcad/scripts/Help/doc/Help_de.html lib/qcad/scripts/Help/doc/Help_ja.html lib/qcad/scripts/Help/doc/Help_nl.html +lib/qcad/scripts/Help/doc/Help_pl.html lib/qcad/scripts/Help/doc/Help_pt.html lib/qcad/scripts/Help/doc/Help_ru.html lib/qcad/scripts/Help/doc/Help_sl.html @@ -5337,7 +5984,9 @@ lib/qcad/scripts/Information/InfoAngle/InfoAngle.pro lib/qcad/scripts/Information/InfoAngle/InfoAngle.svg lib/qcad/scripts/Information/InfoAngle/InfoAngleInit.js lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle.png +lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_da.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_de.html +lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_desc_da.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_desc_de.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_desc_en.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_desc_es.html @@ -5349,6 +5998,7 @@ lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_desc_pl.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_desc_pt.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_desc_ru.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_desc_sl.html +lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_desc_sv.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_en.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_es.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_fr.html @@ -5356,6 +6006,7 @@ lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_it.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_ja.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_nl.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_pl.html +lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_proc_da.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_proc_de.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_proc_en.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_proc_es.html @@ -5366,9 +6017,11 @@ lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_proc_nl.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_proc_pl.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_proc_pt.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_proc_ru.html +lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_proc_sv.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_pt.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_ru.html lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_sl.html +lib/qcad/scripts/Information/InfoAngle/doc/InfoAngle_sv.html lib/qcad/scripts/Information/InfoArcCircleArea/InfoArcCircleArea-inverse.svg lib/qcad/scripts/Information/InfoArcCircleArea/InfoArcCircleArea.js lib/qcad/scripts/Information/InfoArcCircleArea/InfoArcCircleArea.pro @@ -5379,6 +6032,9 @@ lib/qcad/scripts/Information/InfoArcCircleArea/InfoSector-inverse.svg lib/qcad/scripts/Information/InfoArcCircleArea/InfoSector.svg lib/qcad/scripts/Information/InfoArcCircleArea/InfoSlice-inverse.svg lib/qcad/scripts/Information/InfoArcCircleArea/InfoSlice.svg +lib/qcad/scripts/Information/InfoArcCircleArea/Tests/InfoArcCircleAreaTest00.js +lib/qcad/scripts/Information/InfoArcCircleArea/Tests/data/ellipse_area.dxf +lib/qcad/scripts/Information/InfoArcCircleArea/Tests/required/InfoArcCircleAreaTest00_000.dxf lib/qcad/scripts/Information/InfoArcCircleArea/doc/ArcCircle01.png lib/qcad/scripts/Information/InfoArcCircleArea/doc/ArcCircle02.png lib/qcad/scripts/Information/InfoArcCircleArea/doc/ArcCircle02a.png @@ -5390,7 +6046,9 @@ lib/qcad/scripts/Information/InfoArcCircleArea/doc/ArcCircle07.png lib/qcad/scripts/Information/InfoArcCircleArea/doc/ArcCircle08.png lib/qcad/scripts/Information/InfoArcCircleArea/doc/ArcCircleArea.dxf lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea.png +lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_da.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_de.html +lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_da.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_de.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_en.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_es.html @@ -5399,6 +6057,7 @@ lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_it.htm lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_nl.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_pl.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_sl.html +lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_sv.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_en.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_es.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_fr.html @@ -5409,6 +6068,7 @@ lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_pl.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_pt.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_ru.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_sl.html +lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_sv.html lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoSector.png lib/qcad/scripts/Information/InfoArcCircleArea/doc/InfoSlice.png lib/qcad/scripts/Information/InfoArea/Calculate-inverse.svg @@ -5424,7 +6084,9 @@ lib/qcad/scripts/Information/InfoArea/InfoAreaInit.js lib/qcad/scripts/Information/InfoArea/doc/Calculate.png lib/qcad/scripts/Information/InfoArea/doc/Close.png lib/qcad/scripts/Information/InfoArea/doc/InfoArea.png +lib/qcad/scripts/Information/InfoArea/doc/InfoArea_da.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_de.html +lib/qcad/scripts/Information/InfoArea/doc/InfoArea_desc_da.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_desc_de.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_desc_en.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_desc_es.html @@ -5436,6 +6098,7 @@ lib/qcad/scripts/Information/InfoArea/doc/InfoArea_desc_pl.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_desc_pt.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_desc_ru.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_desc_sl.html +lib/qcad/scripts/Information/InfoArea/doc/InfoArea_desc_sv.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_en.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_es.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_fr.html @@ -5443,6 +6106,7 @@ lib/qcad/scripts/Information/InfoArea/doc/InfoArea_it.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_ja.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_nl.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_pl.html +lib/qcad/scripts/Information/InfoArea/doc/InfoArea_proc_da.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_proc_de.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_proc_en.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_proc_es.html @@ -5453,9 +6117,11 @@ lib/qcad/scripts/Information/InfoArea/doc/InfoArea_proc_nl.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_proc_pl.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_proc_pt.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_proc_ru.html +lib/qcad/scripts/Information/InfoArea/doc/InfoArea_proc_sv.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_pt.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_ru.html lib/qcad/scripts/Information/InfoArea/doc/InfoArea_sl.html +lib/qcad/scripts/Information/InfoArea/doc/InfoArea_sv.html lib/qcad/scripts/Information/InfoDistanceEE/InfoDistanceEE-inverse.svg lib/qcad/scripts/Information/InfoDistanceEE/InfoDistanceEE.js lib/qcad/scripts/Information/InfoDistanceEE/InfoDistanceEE.pro @@ -5472,7 +6138,9 @@ lib/qcad/scripts/Information/InfoDistanceEE/Tests/required/InfoDistanceEETest02_ lib/qcad/scripts/Information/InfoDistanceEE/Tests/required/InfoDistanceEETest03_000.dxf lib/qcad/scripts/Information/InfoDistanceEE/Tests/required/InfoDistanceEETest04_000.dxf lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE.png +lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_da.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_de.html +lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_desc_da.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_desc_de.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_desc_en.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_desc_es.html @@ -5484,6 +6152,7 @@ lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_desc_pl.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_desc_pt.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_desc_ru.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_desc_sl.html +lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_desc_sv.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_en.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_es.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_fr.html @@ -5491,6 +6160,7 @@ lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_it.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_ja.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_nl.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_pl.html +lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_proc_da.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_proc_de.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_proc_en.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_proc_es.html @@ -5501,9 +6171,11 @@ lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_proc_nl.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_proc_pl.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_proc_pt.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_proc_ru.html +lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_proc_sv.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_pt.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_ru.html lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_sl.html +lib/qcad/scripts/Information/InfoDistanceEE/doc/InfoDistanceEE_sv.html lib/qcad/scripts/Information/InfoDistanceEP/InfoDistanceEP-inverse.svg lib/qcad/scripts/Information/InfoDistanceEP/InfoDistanceEP.js lib/qcad/scripts/Information/InfoDistanceEP/InfoDistanceEP.pro @@ -5512,7 +6184,9 @@ lib/qcad/scripts/Information/InfoDistanceEP/InfoDistanceEPInit.js lib/qcad/scripts/Information/InfoDistanceEP/Tests/InfoDistanceEPTest00.js lib/qcad/scripts/Information/InfoDistanceEP/Tests/required/InfoDistanceEPTest00_000.dxf lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP.png +lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_da.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_de.html +lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_da.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_de.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_en.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_es.html @@ -5524,6 +6198,7 @@ lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_pl.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_pt.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_ru.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_sl.html +lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_sv.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_en.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_es.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_fr.html @@ -5531,6 +6206,7 @@ lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_it.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_ja.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_nl.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_pl.html +lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_da.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_de.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_en.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_es.html @@ -5541,9 +6217,11 @@ lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_nl.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_pl.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_pt.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_ru.html +lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_sv.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_pt.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_ru.html lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_sl.html +lib/qcad/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_sv.html lib/qcad/scripts/Information/InfoDistancePP/InfoDistancePP-inverse.svg lib/qcad/scripts/Information/InfoDistancePP/InfoDistancePP.js lib/qcad/scripts/Information/InfoDistancePP/InfoDistancePP.pro @@ -5552,7 +6230,9 @@ lib/qcad/scripts/Information/InfoDistancePP/InfoDistancePPInit.js lib/qcad/scripts/Information/InfoDistancePP/Tests/InfoDistancePPTest00.js lib/qcad/scripts/Information/InfoDistancePP/Tests/required/InfoDistancePPTest00_000.dxf lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP.png +lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_da.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_de.html +lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_da.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_de.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_en.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_es.html @@ -5564,6 +6244,7 @@ lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_pl.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_pt.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_ru.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_sl.html +lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_sv.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_en.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_es.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_fr.html @@ -5571,6 +6252,7 @@ lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_it.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_ja.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_nl.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_pl.html +lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_da.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_de.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_en.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_es.html @@ -5581,54 +6263,20 @@ lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_nl.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_pl.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_pt.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_ru.html +lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_sv.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_pt.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_ru.html lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_sl.html -lib/qcad/scripts/Information/InfoPolylineArea/InfoPolylineArea-inverse.svg -lib/qcad/scripts/Information/InfoPolylineArea/InfoPolylineArea.js -lib/qcad/scripts/Information/InfoPolylineArea/InfoPolylineArea.pro -lib/qcad/scripts/Information/InfoPolylineArea/InfoPolylineArea.svg -lib/qcad/scripts/Information/InfoPolylineArea/InfoPolylineAreaInit.js -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea.png -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_de.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_de.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_en.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_es.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_fr.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_it.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_ja.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_nl.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_pl.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_pt.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_ru.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_sl.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_en.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_es.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_fr.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_it.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_ja.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_nl.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_pl.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_de.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_en.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_es.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_fr.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_it.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_ja.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_nl.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_pl.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_pt.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_ru.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_pt.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_ru.html -lib/qcad/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_sl.html +lib/qcad/scripts/Information/InfoDistancePP/doc/InfoDistancePP_sv.html lib/qcad/scripts/Information/InfoPosition/InfoPosition-inverse.svg lib/qcad/scripts/Information/InfoPosition/InfoPosition.js lib/qcad/scripts/Information/InfoPosition/InfoPosition.pro lib/qcad/scripts/Information/InfoPosition/InfoPosition.svg lib/qcad/scripts/Information/InfoPosition/InfoPositionInit.js lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition.png +lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_da.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_de.html +lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_desc_da.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_desc_de.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_desc_en.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_desc_es.html @@ -5640,6 +6288,7 @@ lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_desc_pl.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_desc_pt.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_desc_ru.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_desc_sl.html +lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_desc_sv.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_en.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_es.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_fr.html @@ -5650,13 +6299,16 @@ lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_pl.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_pt.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_ru.html lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_sl.html +lib/qcad/scripts/Information/InfoPosition/doc/InfoPosition_sv.html lib/qcad/scripts/Information/InfoPositionPol/InfoPositionPol-inverse.svg lib/qcad/scripts/Information/InfoPositionPol/InfoPositionPol.js lib/qcad/scripts/Information/InfoPositionPol/InfoPositionPol.pro lib/qcad/scripts/Information/InfoPositionPol/InfoPositionPol.svg lib/qcad/scripts/Information/InfoPositionPol/InfoPositionPolInit.js lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol.png +lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_da.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_de.html +lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_da.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_de.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_en.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_es.html @@ -5668,6 +6320,7 @@ lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_pl.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_pt.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_ru.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_sl.html +lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_sv.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_en.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_es.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_fr.html @@ -5678,13 +6331,16 @@ lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_pl.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_pt.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_ru.html lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_sl.html +lib/qcad/scripts/Information/InfoPositionPol/doc/InfoPositionPol_sv.html lib/qcad/scripts/Information/InfoPositionPolRel/InfoPositionPolRel-inverse.svg lib/qcad/scripts/Information/InfoPositionPolRel/InfoPositionPolRel.js lib/qcad/scripts/Information/InfoPositionPolRel/InfoPositionPolRel.pro lib/qcad/scripts/Information/InfoPositionPolRel/InfoPositionPolRel.svg lib/qcad/scripts/Information/InfoPositionPolRel/InfoPositionPolRelInit.js lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel.png +lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_da.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_de.html +lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_da.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_de.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_en.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_es.html @@ -5696,6 +6352,7 @@ lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_pl.h lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_pt.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_ru.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_sl.html +lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_sv.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_en.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_es.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_fr.html @@ -5706,13 +6363,16 @@ lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_pl.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_pt.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_ru.html lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_sl.html +lib/qcad/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_sv.html lib/qcad/scripts/Information/InfoPositionRel/InfoPositionRel-inverse.svg lib/qcad/scripts/Information/InfoPositionRel/InfoPositionRel.js lib/qcad/scripts/Information/InfoPositionRel/InfoPositionRel.pro lib/qcad/scripts/Information/InfoPositionRel/InfoPositionRel.svg lib/qcad/scripts/Information/InfoPositionRel/InfoPositionRelInit.js lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel.png +lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_da.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_de.html +lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_da.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_de.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_en.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_es.html @@ -5724,6 +6384,7 @@ lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_pl.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_pt.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_ru.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_sl.html +lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_sv.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_en.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_es.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_fr.html @@ -5734,6 +6395,7 @@ lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_pl.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_pt.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_ru.html lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_sl.html +lib/qcad/scripts/Information/InfoPositionRel/doc/InfoPositionRel_sv.html lib/qcad/scripts/Information/Information-inverse.svg lib/qcad/scripts/Information/Information.js lib/qcad/scripts/Information/Information.pro @@ -5741,7 +6403,9 @@ lib/qcad/scripts/Information/Information.svg lib/qcad/scripts/Information/Information.ui lib/qcad/scripts/Information/dir/dir.pro lib/qcad/scripts/Information/doc/Information.png +lib/qcad/scripts/Information/doc/Information_da.html lib/qcad/scripts/Information/doc/Information_de.html +lib/qcad/scripts/Information/doc/Information_desc_da.html lib/qcad/scripts/Information/doc/Information_desc_de.html lib/qcad/scripts/Information/doc/Information_desc_en.html lib/qcad/scripts/Information/doc/Information_desc_es.html @@ -5751,6 +6415,7 @@ lib/qcad/scripts/Information/doc/Information_desc_nl.html lib/qcad/scripts/Information/doc/Information_desc_pl.html lib/qcad/scripts/Information/doc/Information_desc_ru.html lib/qcad/scripts/Information/doc/Information_desc_sl.html +lib/qcad/scripts/Information/doc/Information_desc_sv.html lib/qcad/scripts/Information/doc/Information_en.html lib/qcad/scripts/Information/doc/Information_es.html lib/qcad/scripts/Information/doc/Information_fr.html @@ -5761,6 +6426,7 @@ lib/qcad/scripts/Information/doc/Information_pl.html lib/qcad/scripts/Information/doc/Information_pt.html lib/qcad/scripts/Information/doc/Information_ru.html lib/qcad/scripts/Information/doc/Information_sl.html +lib/qcad/scripts/Information/doc/Information_sv.html lib/qcad/scripts/Layer/AddLayer/AddLayer-inverse.svg lib/qcad/scripts/Layer/AddLayer/AddLayer.js lib/qcad/scripts/Layer/AddLayer/AddLayer.pro @@ -5775,6 +6441,7 @@ lib/qcad/scripts/Layer/AddLayer/Tests/required/AddLayerTest01_000.dxf lib/qcad/scripts/Layer/AddLayer/Tests/required/AddLayerTest02_000.dxf lib/qcad/scripts/Layer/AddLayer/doc/AddLayer.png lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_de.html +lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_desc_da.html lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_desc_de.html lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_desc_en.html lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_desc_es.html @@ -5786,6 +6453,7 @@ lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_desc_pl.html lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_desc_pt.html lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_desc_ru.html lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_desc_sl.html +lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_desc_sv.html lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_en.html lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_es.html lib/qcad/scripts/Layer/AddLayer/doc/AddLayer_fr.html @@ -5798,7 +6466,9 @@ lib/qcad/scripts/Layer/DeselectLayer/DeselectLayer.pro lib/qcad/scripts/Layer/DeselectLayer/DeselectLayer.svg lib/qcad/scripts/Layer/DeselectLayer/DeselectLayerInit.js lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer.png +lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_da.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_de.html +lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_da.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_de.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_en.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_es.html @@ -5810,6 +6480,7 @@ lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_pl.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_pt.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_ru.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_sl.html +lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_sv.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_en.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_es.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_fr.html @@ -5820,6 +6491,7 @@ lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_pl.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_pt.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_ru.html lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_sl.html +lib/qcad/scripts/Layer/DeselectLayer/doc/DeselectLayer_sv.html lib/qcad/scripts/Layer/EditLayer/EditLayer-inverse.svg lib/qcad/scripts/Layer/EditLayer/EditLayer.js lib/qcad/scripts/Layer/EditLayer/EditLayer.pro @@ -5827,6 +6499,7 @@ lib/qcad/scripts/Layer/EditLayer/EditLayer.svg lib/qcad/scripts/Layer/EditLayer/EditLayerInit.js lib/qcad/scripts/Layer/EditLayer/doc/EditLayer.png lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_de.html +lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_desc_da.html lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_desc_de.html lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_desc_en.html lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_desc_es.html @@ -5838,6 +6511,7 @@ lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_desc_pl.html lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_desc_pt.html lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_desc_ru.html lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_desc_sl.html +lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_desc_sv.html lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_en.html lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_es.html lib/qcad/scripts/Layer/EditLayer/doc/EditLayer_fr.html @@ -5850,7 +6524,9 @@ lib/qcad/scripts/Layer/HideAllLayers/HideAllLayers.pro lib/qcad/scripts/Layer/HideAllLayers/HideAllLayers.svg lib/qcad/scripts/Layer/HideAllLayers/HideAllLayersInit.js lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers.png +lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_da.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_de.html +lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_da.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_de.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_en.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_es.html @@ -5862,6 +6538,7 @@ lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_pl.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_pt.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_ru.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_sl.html +lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_sv.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_en.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_es.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_fr.html @@ -5872,6 +6549,7 @@ lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_pl.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_pt.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_ru.html lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_sl.html +lib/qcad/scripts/Layer/HideAllLayers/doc/HideAllLayers_sv.html lib/qcad/scripts/Layer/HierarchicalLayers.js lib/qcad/scripts/Layer/Layer-inverse.svg lib/qcad/scripts/Layer/Layer.js @@ -5885,7 +6563,9 @@ lib/qcad/scripts/Layer/LockAllLayers/LockAllLayers.pro lib/qcad/scripts/Layer/LockAllLayers/LockAllLayers.svg lib/qcad/scripts/Layer/LockAllLayers/LockAllLayersInit.js lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers.png +lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_da.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_de.html +lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_da.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_de.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_en.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_es.html @@ -5897,6 +6577,7 @@ lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_pl.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_pt.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_ru.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_sl.html +lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_sv.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_en.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_es.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_fr.html @@ -5907,6 +6588,7 @@ lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_pl.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_pt.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_ru.html lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_sl.html +lib/qcad/scripts/Layer/LockAllLayers/doc/LockAllLayers_sv.html lib/qcad/scripts/Layer/RemoveLayer/RemoveLayer-inverse.svg lib/qcad/scripts/Layer/RemoveLayer/RemoveLayer.js lib/qcad/scripts/Layer/RemoveLayer/RemoveLayer.pro @@ -5914,6 +6596,7 @@ lib/qcad/scripts/Layer/RemoveLayer/RemoveLayer.svg lib/qcad/scripts/Layer/RemoveLayer/RemoveLayerInit.js lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer.png lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_de.html +lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_da.html lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_de.html lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_en.html lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_es.html @@ -5925,6 +6608,7 @@ lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_pl.html lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_pt.html lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_ru.html lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_sl.html +lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_sv.html lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_en.html lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_es.html lib/qcad/scripts/Layer/RemoveLayer/doc/RemoveLayer_fr.html @@ -5938,6 +6622,7 @@ lib/qcad/scripts/Layer/SelectLayer/SelectLayer.svg lib/qcad/scripts/Layer/SelectLayer/SelectLayerInit.js lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer.png lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_de.html +lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_desc_da.html lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_desc_de.html lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_desc_en.html lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_desc_es.html @@ -5949,6 +6634,7 @@ lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_desc_pl.html lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_desc_pt.html lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_desc_ru.html lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_desc_sl.html +lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_desc_sv.html lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_en.html lib/qcad/scripts/Layer/SelectLayer/doc/SelectLayer_ja.html lib/qcad/scripts/Layer/ShowActiveLayer/ShowActiveLayer-inverse.svg @@ -5957,7 +6643,9 @@ lib/qcad/scripts/Layer/ShowActiveLayer/ShowActiveLayer.pro lib/qcad/scripts/Layer/ShowActiveLayer/ShowActiveLayer.svg lib/qcad/scripts/Layer/ShowActiveLayer/ShowActiveLayerInit.js lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer.png +lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_da.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_de.html +lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_da.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_de.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_en.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_es.html @@ -5969,6 +6657,7 @@ lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_pl.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_pt.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_ru.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_sl.html +lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_sv.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_en.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_es.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_fr.html @@ -5979,13 +6668,16 @@ lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_pl.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_pt.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_ru.html lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_sl.html +lib/qcad/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_sv.html lib/qcad/scripts/Layer/ShowAllLayers/ShowAllLayers-inverse.svg lib/qcad/scripts/Layer/ShowAllLayers/ShowAllLayers.js lib/qcad/scripts/Layer/ShowAllLayers/ShowAllLayers.pro lib/qcad/scripts/Layer/ShowAllLayers/ShowAllLayers.svg lib/qcad/scripts/Layer/ShowAllLayers/ShowAllLayersInit.js lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers.png +lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_da.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_de.html +lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_da.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_de.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_en.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_es.html @@ -5997,6 +6689,7 @@ lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_pl.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_pt.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_ru.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_sl.html +lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_sv.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_en.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_es.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_fr.html @@ -6007,12 +6700,14 @@ lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_pl.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_pt.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_ru.html lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_sl.html +lib/qcad/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_sv.html lib/qcad/scripts/Layer/ToggleLayerLock/ToggleLayerLock.js lib/qcad/scripts/Layer/ToggleLayerLock/ToggleLayerLock.pro lib/qcad/scripts/Layer/ToggleLayerLock/ToggleLayerLock.svg lib/qcad/scripts/Layer/ToggleLayerLock/ToggleLayerLockInit.js lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock.png lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_de.html +lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_da.html lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_de.html lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_en.html lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_es.html @@ -6024,6 +6719,7 @@ lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_pl.html lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_pt.html lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_ru.html lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_sl.html +lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_sv.html lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_en.html lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_es.html lib/qcad/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_fr.html @@ -6042,6 +6738,7 @@ lib/qcad/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibility.svg lib/qcad/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibilityInit.js lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility.png lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_de.html +lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_da.html lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_de.html lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_en.html lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_es.html @@ -6053,6 +6750,7 @@ lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_pl.h lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_pt.html lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_ru.html lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_sl.html +lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_sv.html lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_en.html lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_es.html lib/qcad/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_fr.html @@ -6069,7 +6767,9 @@ lib/qcad/scripts/Layer/UnlockAllLayers/UnlockAllLayers.pro lib/qcad/scripts/Layer/UnlockAllLayers/UnlockAllLayers.svg lib/qcad/scripts/Layer/UnlockAllLayers/UnlockAllLayersInit.js lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers.png +lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_da.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_de.html +lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_da.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_de.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_en.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_es.html @@ -6081,6 +6781,7 @@ lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_pl.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_pt.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_ru.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_sl.html +lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_sv.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_en.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_es.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_fr.html @@ -6091,9 +6792,12 @@ lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_pl.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_pt.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_ru.html lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_sl.html +lib/qcad/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_sv.html lib/qcad/scripts/Layer/dir/dir.pro lib/qcad/scripts/Layer/doc/Layer.png +lib/qcad/scripts/Layer/doc/Layer_da.html lib/qcad/scripts/Layer/doc/Layer_de.html +lib/qcad/scripts/Layer/doc/Layer_desc_da.html lib/qcad/scripts/Layer/doc/Layer_desc_de.html lib/qcad/scripts/Layer/doc/Layer_desc_en.html lib/qcad/scripts/Layer/doc/Layer_desc_es.html @@ -6104,6 +6808,7 @@ lib/qcad/scripts/Layer/doc/Layer_desc_nl.html lib/qcad/scripts/Layer/doc/Layer_desc_pl.html lib/qcad/scripts/Layer/doc/Layer_desc_ru.html lib/qcad/scripts/Layer/doc/Layer_desc_sl.html +lib/qcad/scripts/Layer/doc/Layer_desc_sv.html lib/qcad/scripts/Layer/doc/Layer_en.html lib/qcad/scripts/Layer/doc/Layer_es.html lib/qcad/scripts/Layer/doc/Layer_fr.html @@ -6114,6 +6819,7 @@ lib/qcad/scripts/Layer/doc/Layer_pl.html lib/qcad/scripts/Layer/doc/Layer_pt.html lib/qcad/scripts/Layer/doc/Layer_ru.html lib/qcad/scripts/Layer/doc/Layer_sl.html +lib/qcad/scripts/Layer/doc/Layer_sv.html lib/qcad/scripts/Misc/Examples/BlockExamples/BlockExamples.js lib/qcad/scripts/Misc/Examples/BlockExamples/BlockExamples.pro lib/qcad/scripts/Misc/Examples/BlockExamples/ExAddBlock/ExAddBlock.js @@ -6150,6 +6856,9 @@ lib/qcad/scripts/Misc/Examples/Examples.pro lib/qcad/scripts/Misc/Examples/IOExamples/ExDumpPolyline/ExDumpPolyline.js lib/qcad/scripts/Misc/Examples/IOExamples/ExDumpPolyline/ExDumpPolyline.pro lib/qcad/scripts/Misc/Examples/IOExamples/ExDumpPolyline/points.txt +lib/qcad/scripts/Misc/Examples/IOExamples/ExPostNewAction/ExPostNewAction.js +lib/qcad/scripts/Misc/Examples/IOExamples/ExPostNewAction/ExPostNewAction.pro +lib/qcad/scripts/Misc/Examples/IOExamples/ExPostNewAction/ExPostNewActionInit.js lib/qcad/scripts/Misc/Examples/IOExamples/ExRegisterFileExporter/ExRegisterFileExporter.js lib/qcad/scripts/Misc/Examples/IOExamples/ExRegisterFileExporter/ExRegisterFileExporter.pro lib/qcad/scripts/Misc/Examples/IOExamples/ExRegisterFileImporter/ExRegisterFileImporter.js @@ -6190,6 +6899,7 @@ lib/qcad/scripts/Misc/Examples/MathExamples/FlexPainter/FlexPainter.pro lib/qcad/scripts/Misc/Examples/MathExamples/FlexPainter/FlexPainter.svg lib/qcad/scripts/Misc/Examples/MathExamples/FlexPainter/FlexPainterDialog.svg lib/qcad/scripts/Misc/Examples/MathExamples/FlexPainter/FlexPainterDialog.ui +lib/qcad/scripts/Misc/Examples/MathExamples/FlexPainter/FlexPainterInit.js lib/qcad/scripts/Misc/Examples/MathExamples/FlexPainter/FlexPainterTemplates/PainterConstruct_Rope.dxf lib/qcad/scripts/Misc/Examples/MathExamples/FlexPainter/FlexPainterTemplates/PainterTestEntities.dxf lib/qcad/scripts/Misc/Examples/MathExamples/FlexPainter/Icons/1_OrthoPointGlobal.svg @@ -6283,6 +6993,8 @@ lib/qcad/scripts/Misc/MiscBlock/BlockListAttributes/BlockListAttributes.js lib/qcad/scripts/Misc/MiscBlock/BlockListAttributes/BlockListAttributes.pro lib/qcad/scripts/Misc/MiscBlock/BlockListExport/BlockListExport.js lib/qcad/scripts/Misc/MiscBlock/BlockListExport/BlockListExport.pro +lib/qcad/scripts/Misc/MiscBlock/BlockRefExport/BlockRefExport.js +lib/qcad/scripts/Misc/MiscBlock/BlockRefExport/BlockRefExport.pro lib/qcad/scripts/Misc/MiscBlock/MiscBlock.js lib/qcad/scripts/Misc/MiscBlock/MiscBlock.pro lib/qcad/scripts/Misc/MiscBlock/dir/dir.pro @@ -6327,6 +7039,11 @@ lib/qcad/scripts/Misc/MiscDraw/Cross/doc/CrossFigure.png lib/qcad/scripts/Misc/MiscDraw/Cross/doc/CrossFigure.svg lib/qcad/scripts/Misc/MiscDraw/DrawBoundingBox/DrawBoundingBox.js lib/qcad/scripts/Misc/MiscDraw/DrawBoundingBox/DrawBoundingBox.pro +lib/qcad/scripts/Misc/MiscDraw/LeaderFromText/LeaderFromText-inverse.svg +lib/qcad/scripts/Misc/MiscDraw/LeaderFromText/LeaderFromText.js +lib/qcad/scripts/Misc/MiscDraw/LeaderFromText/LeaderFromText.pro +lib/qcad/scripts/Misc/MiscDraw/LeaderFromText/LeaderFromText.svg +lib/qcad/scripts/Misc/MiscDraw/LeaderFromText/LeaderFromTextInit.js lib/qcad/scripts/Misc/MiscDraw/LineBoxJoint/LineBoxJoint-inverse.svg lib/qcad/scripts/Misc/MiscDraw/LineBoxJoint/LineBoxJoint.js lib/qcad/scripts/Misc/MiscDraw/LineBoxJoint/LineBoxJoint.pro @@ -6334,10 +7051,6 @@ lib/qcad/scripts/Misc/MiscDraw/LineBoxJoint/LineBoxJoint.svg lib/qcad/scripts/Misc/MiscDraw/LineBoxJoint/LineBoxJoint.ui lib/qcad/scripts/Misc/MiscDraw/LineBoxJoint/LineBoxJointInit.js lib/qcad/scripts/Misc/MiscDraw/LineBoxJoint/doc/LineBoxJoint.png -lib/qcad/scripts/Misc/MiscDraw/LineBreakSymbol/LineBreakSymbol-inverse.svg -lib/qcad/scripts/Misc/MiscDraw/LineBreakSymbol/LineBreakSymbol.js -lib/qcad/scripts/Misc/MiscDraw/LineBreakSymbol/LineBreakSymbol.svg -lib/qcad/scripts/Misc/MiscDraw/LineBreakSymbol/LineBreakSymbolInit.js lib/qcad/scripts/Misc/MiscDraw/LineDove/LineDove-inverse.svg lib/qcad/scripts/Misc/MiscDraw/LineDove/LineDove.js lib/qcad/scripts/Misc/MiscDraw/LineDove/LineDove.pro @@ -6367,6 +7080,21 @@ lib/qcad/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenter.js lib/qcad/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenter.pro lib/qcad/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenter.svg lib/qcad/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenterInit.js +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/IncSeg-inverse.svg +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/IncSeg.svg +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/PolylineBreakSymbol-inverse.svg +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/PolylineBreakSymbol.js +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/PolylineBreakSymbol.pro +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/PolylineBreakSymbol.svg +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/PolylineBreakSymbol.ui +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/PolylineBreakSymbolInit.js +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/VertSeg-inverse.svg +lib/qcad/scripts/Misc/MiscDraw/PolylineBreakSymbol/VertSeg.svg +lib/qcad/scripts/Misc/MiscDraw/TextAlignedLeader/TextAlignedLeader-inverse.svg +lib/qcad/scripts/Misc/MiscDraw/TextAlignedLeader/TextAlignedLeader.js +lib/qcad/scripts/Misc/MiscDraw/TextAlignedLeader/TextAlignedLeader.pro +lib/qcad/scripts/Misc/MiscDraw/TextAlignedLeader/TextAlignedLeader.svg +lib/qcad/scripts/Misc/MiscDraw/TextAlignedLeader/TextAlignedLeaderInit.js lib/qcad/scripts/Misc/MiscDraw/TextAlong/Clockwise-inverse.svg lib/qcad/scripts/Misc/MiscDraw/TextAlong/Clockwise.svg lib/qcad/scripts/Misc/MiscDraw/TextAlong/CounterClockwise-inverse.svg @@ -6383,6 +7111,7 @@ lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/AlongToolbarOptions.png lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/Clockwise.png lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/CounterClockwise.png lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong.png +lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_desc_da.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_desc_de.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_desc_en.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_desc_es.html @@ -6391,9 +7120,11 @@ lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_desc_it.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_desc_nl.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_desc_pl.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_desc_sl.html +lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_desc_sv.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_doc.png lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_doc.txt lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_en.html +lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_proc_da.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_proc_de.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_proc_en.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_proc_es.html @@ -6401,6 +7132,7 @@ lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_proc_fr.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_proc_it.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_proc_nl.html lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_proc_pl.html +lib/qcad/scripts/Misc/MiscDraw/TextAlong/doc/TextAlong_proc_sv.html lib/qcad/scripts/Misc/MiscDraw/XLineHorizontal/XLineHorizontal-inverse.svg lib/qcad/scripts/Misc/MiscDraw/XLineHorizontal/XLineHorizontal.js lib/qcad/scripts/Misc/MiscDraw/XLineHorizontal/XLineHorizontal.pro @@ -6414,6 +7146,34 @@ lib/qcad/scripts/Misc/MiscDraw/XLineVertical/XLineVertical.svg lib/qcad/scripts/Misc/MiscDraw/XLineVertical/XLineVerticalInit.js lib/qcad/scripts/Misc/MiscDraw/XLineVertical/doc/XLineVertical.png lib/qcad/scripts/Misc/MiscDraw/dir/dir.pro +lib/qcad/scripts/Misc/MiscIO/Batch2Pdf/Batch2Pdf.js +lib/qcad/scripts/Misc/MiscIO/Batch2Pdf/Batch2Pdf.svg +lib/qcad/scripts/Misc/MiscIO/Batch2Pdf/Batch2PdfInit.js +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV-inverse.svg +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV.js +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV.pro +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV.svg +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSVInit.js +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Documents/DrawCSV_doc.pdf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Documents/DrawFromCSV.png +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Documents/QCAD-Colors.dxf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Documents/QCAD-Colors.pdf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Documents/QCAD-Linetypes.dxf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Documents/QCAD-Linetypes.pdf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Documents/QCAD-TextAttributes.dxf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Documents/QCAD-TextAttributes.pdf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Color_test.csv +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Color_test.dxf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Color_test.pdf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Layer_test.csv +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Ltype_test.csv +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Ltype_test.dxf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Ltype_test.pdf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Lweight_test.csv +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Lweight_test.dxf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_Lweight_test.pdf +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_test.csv +lib/qcad/scripts/Misc/MiscIO/DrawFromCSV/DrawFromCSV_Tests/DrawCSV_testEU.csv lib/qcad/scripts/Misc/MiscIO/ImportPoints/ImportPoints.js lib/qcad/scripts/Misc/MiscIO/ImportPoints/ImportPoints.pro lib/qcad/scripts/Misc/MiscIO/ImportPoints/data.txt @@ -6427,6 +7187,46 @@ lib/qcad/scripts/Misc/MiscIO/MolImport/MolImportInit.js lib/qcad/scripts/Misc/MiscIO/MolImport/MolImporter.js lib/qcad/scripts/Misc/MiscIO/MolImport/mol/1x1cm.mol lib/qcad/scripts/Misc/MiscIO/dir/dir.pro +lib/qcad/scripts/Misc/MiscInformation/InfoBearing/InfoBearing.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/Centroid-examples-v32.dxf +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/ChangeLog-UnixEOL.txt +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/ChangeLog-WinEOL.txt +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/HowToRecreateIn3D-UnixEOL.txt +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/HowToRecreateIn3D-WinEOL.txt +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAddCustomCentroid/AddCentroidDialog.ui +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAddCustomCentroid/InfoAddCustomCentroid-inverse.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAddCustomCentroid/InfoAddCustomCentroid.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAddCustomCentroid/InfoAddCustomCentroid.pro +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAddCustomCentroid/InfoAddCustomCentroid.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAddCustomCentroid/InfoAddCustomCentroidInit.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAddCustomCentroid/ResetToDefaults-inverse.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAddCustomCentroid/ResetToDefaults.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAreaCentroid/InfoAreaCentroid-inverse.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAreaCentroid/InfoAreaCentroid.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAreaCentroid/InfoAreaCentroid.pro +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAreaCentroid/InfoAreaCentroid.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoAreaCentroid/InfoAreaCentroidInit.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoCentroids.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoCentroids.pro +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoCentroids.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoCentroidsListener/InfoCentroidsListener.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoCentroidsListener/InfoCentroidsListener.pro +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoCentroidsListener/InfoCentroidsListener.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoCentroidsListener/InfoCentroidsListenerInit.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoSumCentroidsWeighted/InfoSumCentroidsWeighted-inverse.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoSumCentroidsWeighted/InfoSumCentroidsWeighted.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoSumCentroidsWeighted/InfoSumCentroidsWeighted.pro +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoSumCentroidsWeighted/InfoSumCentroidsWeighted.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoSumCentroidsWeighted/InfoSumCentroidsWeightedInit.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoWireCentroid/InfoWireCentroid.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoWireCentroid/InfoWireCentroid.pro +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoWireCentroid/InfoWireCentroid.svg +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/InfoWireCentroid/InfoWireCentroidInit.js +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/Summing Centroids v2.dxf +lib/qcad/scripts/Misc/MiscInformation/InfoCentroids/dir/dir.pro +lib/qcad/scripts/Misc/MiscInformation/MiscInformation.js +lib/qcad/scripts/Misc/MiscInformation/MiscInformation.pro +lib/qcad/scripts/Misc/MiscInformation/dir/dir.pro lib/qcad/scripts/Misc/MiscModify/ChangeFontToArial/ChangeFontToArial.js lib/qcad/scripts/Misc/MiscModify/ChangeFontToArial/ChangeFontToArial.pro lib/qcad/scripts/Misc/MiscModify/FlushBackLog/FlushBackLog.js @@ -6522,6 +7322,7 @@ lib/qcad/scripts/Misc/doc/Examples_de.html lib/qcad/scripts/Misc/doc/Examples_en.html lib/qcad/scripts/Misc/doc/Examples_ja.html lib/qcad/scripts/Misc/doc/Misc.png +lib/qcad/scripts/Misc/doc/Misc_da.html lib/qcad/scripts/Misc/doc/Misc_de.html lib/qcad/scripts/Misc/doc/Misc_en.html lib/qcad/scripts/Misc/doc/Misc_ja.html @@ -6563,7 +7364,9 @@ lib/qcad/scripts/Modify/AutoTrim/Tests/required/AutoTrimTest07_000.dxf lib/qcad/scripts/Modify/AutoTrim/Tests/required/AutoTrimTest08_000.dxf lib/qcad/scripts/Modify/AutoTrim/Tests/required/AutoTrimTest09_000.dxf lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim.png +lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_da.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_de.html +lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_desc_da.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_desc_de.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_desc_en.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_desc_es.html @@ -6575,6 +7378,7 @@ lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_desc_pl.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_desc_pt.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_desc_ru.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_desc_sl.html +lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_desc_sv.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_en.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_es.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_fr.html @@ -6582,6 +7386,7 @@ lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_it.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_ja.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_nl.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_pl.html +lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_proc_da.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_proc_de.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_proc_en.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_proc_es.html @@ -6592,9 +7397,11 @@ lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_proc_nl.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_proc_pl.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_proc_pt.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_proc_ru.html +lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_proc_sv.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_pt.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_ru.html lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_sl.html +lib/qcad/scripts/Modify/AutoTrim/doc/AutoTrim_sv.html lib/qcad/scripts/Modify/Bevel/Bevel-inverse.svg lib/qcad/scripts/Modify/Bevel/Bevel.js lib/qcad/scripts/Modify/Bevel/Bevel.pro @@ -6624,7 +7431,9 @@ lib/qcad/scripts/Modify/Bevel/doc/Bevel.png lib/qcad/scripts/Modify/Bevel/doc/BevelFigure.dxf lib/qcad/scripts/Modify/Bevel/doc/BevelFigure.png lib/qcad/scripts/Modify/Bevel/doc/BevelFigure.svg +lib/qcad/scripts/Modify/Bevel/doc/Bevel_da.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_de.html +lib/qcad/scripts/Modify/Bevel/doc/Bevel_desc_da.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_desc_de.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_desc_en.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_desc_es.html @@ -6636,6 +7445,7 @@ lib/qcad/scripts/Modify/Bevel/doc/Bevel_desc_pl.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_desc_pt.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_desc_ru.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_desc_sl.html +lib/qcad/scripts/Modify/Bevel/doc/Bevel_desc_sv.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_en.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_es.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_fr.html @@ -6643,6 +7453,7 @@ lib/qcad/scripts/Modify/Bevel/doc/Bevel_it.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_ja.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_nl.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_pl.html +lib/qcad/scripts/Modify/Bevel/doc/Bevel_proc_da.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_proc_de.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_proc_en.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_proc_es.html @@ -6653,9 +7464,11 @@ lib/qcad/scripts/Modify/Bevel/doc/Bevel_proc_nl.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_proc_pl.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_proc_pt.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_proc_ru.html +lib/qcad/scripts/Modify/Bevel/doc/Bevel_proc_sv.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_pt.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_ru.html lib/qcad/scripts/Modify/Bevel/doc/Bevel_sl.html +lib/qcad/scripts/Modify/Bevel/doc/Bevel_sv.html lib/qcad/scripts/Modify/BreakOut/BreakOut-inverse.svg lib/qcad/scripts/Modify/BreakOut/BreakOut.js lib/qcad/scripts/Modify/BreakOut/BreakOut.pro @@ -6679,7 +7492,9 @@ lib/qcad/scripts/Modify/BreakOut/Tests/BreakOutTest13.js lib/qcad/scripts/Modify/BreakOut/Tests/BreakOutTest14.js lib/qcad/scripts/Modify/BreakOut/Tests/BreakOutTest15.js lib/qcad/scripts/Modify/BreakOut/Tests/BreakOutTest16.js +lib/qcad/scripts/Modify/BreakOut/Tests/BreakOutTest17.js lib/qcad/scripts/Modify/BreakOut/Tests/data/closed_polyline.dxf +lib/qcad/scripts/Modify/BreakOut/Tests/data/full_circle_line.dxf lib/qcad/scripts/Modify/BreakOut/Tests/data/line_arc_circle.dxf lib/qcad/scripts/Modify/BreakOut/Tests/data/line_xline_ray.dxf lib/qcad/scripts/Modify/BreakOut/Tests/data/line_xline_ray2.dxf @@ -6702,8 +7517,10 @@ lib/qcad/scripts/Modify/BreakOut/Tests/required/BreakOutTest13_000.dxf lib/qcad/scripts/Modify/BreakOut/Tests/required/BreakOutTest14_000.dxf lib/qcad/scripts/Modify/BreakOut/Tests/required/BreakOutTest15_000.dxf lib/qcad/scripts/Modify/BreakOut/Tests/required/BreakOutTest16_000.dxf +lib/qcad/scripts/Modify/BreakOut/Tests/required/BreakOutTest17_000.dxf lib/qcad/scripts/Modify/BreakOut/doc/BreakOut.png lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_de.html +lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_desc_da.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_desc_de.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_desc_en.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_desc_es.html @@ -6715,6 +7532,7 @@ lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_desc_pl.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_desc_pt.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_desc_ru.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_desc_sl.html +lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_desc_sv.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_en.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_es.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_fr.html @@ -6722,6 +7540,7 @@ lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_it.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_ja.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_nl.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_pl.html +lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_proc_da.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_proc_de.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_proc_en.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_proc_es.html @@ -6732,6 +7551,7 @@ lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_proc_nl.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_proc_pl.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_proc_pt.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_proc_ru.html +lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_proc_sv.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_pt.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_ru.html lib/qcad/scripts/Modify/BreakOut/doc/BreakOut_sl.html @@ -6744,7 +7564,9 @@ lib/qcad/scripts/Modify/BreakOutGap/BreakOutGapInit.js lib/qcad/scripts/Modify/BreakOutGap/Tests/BreakOutGapTest01.js lib/qcad/scripts/Modify/BreakOutGap/Tests/required/BreakOutGapTest01_000.dxf lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap.png +lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_da.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_de.html +lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_desc_da.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_desc_de.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_desc_en.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_desc_es.html @@ -6753,6 +7575,7 @@ lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_desc_it.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_desc_nl.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_desc_pl.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_desc_sl.html +lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_desc_sv.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_en.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_es.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_fr.html @@ -6760,6 +7583,7 @@ lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_it.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_ja.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_nl.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_pl.html +lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_proc_da.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_proc_de.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_proc_en.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_proc_es.html @@ -6767,9 +7591,11 @@ lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_proc_fr.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_proc_it.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_proc_nl.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_proc_pl.html +lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_proc_sv.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_pt.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_ru.html lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_sl.html +lib/qcad/scripts/Modify/BreakOutGap/doc/BreakOutGap_sv.html lib/qcad/scripts/Modify/BreakOutManual/BreakOutManual-inverse.svg lib/qcad/scripts/Modify/BreakOutManual/BreakOutManual.js lib/qcad/scripts/Modify/BreakOutManual/BreakOutManual.pro @@ -6780,12 +7606,22 @@ lib/qcad/scripts/Modify/BreakOutManual/Tests/BreakOutManualTest00.js lib/qcad/scripts/Modify/BreakOutManual/Tests/BreakOutManualTest01.js lib/qcad/scripts/Modify/BreakOutManual/Tests/BreakOutManualTest02.js lib/qcad/scripts/Modify/BreakOutManual/Tests/BreakOutManualTest03.js +lib/qcad/scripts/Modify/BreakOutManual/Tests/BreakOutManualTest04.js +lib/qcad/scripts/Modify/BreakOutManual/Tests/BreakOutManualTest05.js +lib/qcad/scripts/Modify/BreakOutManual/Tests/BreakOutManualTest06.js +lib/qcad/scripts/Modify/BreakOutManual/Tests/BreakOutManualTest07.js lib/qcad/scripts/Modify/BreakOutManual/Tests/required/BreakOutManualTest00_000.dxf lib/qcad/scripts/Modify/BreakOutManual/Tests/required/BreakOutManualTest01_000.dxf lib/qcad/scripts/Modify/BreakOutManual/Tests/required/BreakOutManualTest02_000.dxf lib/qcad/scripts/Modify/BreakOutManual/Tests/required/BreakOutManualTest03_000.dxf +lib/qcad/scripts/Modify/BreakOutManual/Tests/required/BreakOutManualTest04_000.dxf +lib/qcad/scripts/Modify/BreakOutManual/Tests/required/BreakOutManualTest05_000.dxf +lib/qcad/scripts/Modify/BreakOutManual/Tests/required/BreakOutManualTest06_000.dxf +lib/qcad/scripts/Modify/BreakOutManual/Tests/required/BreakOutManualTest07_000.dxf lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual.png +lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_da.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_de.html +lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_desc_da.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_desc_de.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_desc_en.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_desc_es.html @@ -6795,6 +7631,7 @@ lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_desc_nl.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_desc_pl.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_desc_ru.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_desc_sl.html +lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_desc_sv.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_en.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_es.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_fr.html @@ -6802,6 +7639,7 @@ lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_it.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_ja.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_nl.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_pl.html +lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_proc_da.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_proc_de.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_proc_en.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_proc_es.html @@ -6810,9 +7648,11 @@ lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_proc_it.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_proc_nl.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_proc_pl.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_proc_ru.html +lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_proc_sv.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_pt.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_ru.html lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_sl.html +lib/qcad/scripts/Modify/BreakOutManual/doc/BreakOutManual_sv.html lib/qcad/scripts/Modify/Divide/Divide-inverse.svg lib/qcad/scripts/Modify/Divide/Divide.js lib/qcad/scripts/Modify/Divide/Divide.pro @@ -6825,7 +7665,9 @@ lib/qcad/scripts/Modify/Divide/Tests/data/polylines.dxf lib/qcad/scripts/Modify/Divide/Tests/required/DivideTest01_000.dxf lib/qcad/scripts/Modify/Divide/Tests/required/DivideTest02_000.dxf lib/qcad/scripts/Modify/Divide/doc/Divide.png +lib/qcad/scripts/Modify/Divide/doc/Divide_da.html lib/qcad/scripts/Modify/Divide/doc/Divide_de.html +lib/qcad/scripts/Modify/Divide/doc/Divide_desc_da.html lib/qcad/scripts/Modify/Divide/doc/Divide_desc_de.html lib/qcad/scripts/Modify/Divide/doc/Divide_desc_en.html lib/qcad/scripts/Modify/Divide/doc/Divide_desc_es.html @@ -6837,6 +7679,7 @@ lib/qcad/scripts/Modify/Divide/doc/Divide_desc_pl.html lib/qcad/scripts/Modify/Divide/doc/Divide_desc_pt.html lib/qcad/scripts/Modify/Divide/doc/Divide_desc_ru.html lib/qcad/scripts/Modify/Divide/doc/Divide_desc_sl.html +lib/qcad/scripts/Modify/Divide/doc/Divide_desc_sv.html lib/qcad/scripts/Modify/Divide/doc/Divide_en.html lib/qcad/scripts/Modify/Divide/doc/Divide_es.html lib/qcad/scripts/Modify/Divide/doc/Divide_fr.html @@ -6844,6 +7687,7 @@ lib/qcad/scripts/Modify/Divide/doc/Divide_it.html lib/qcad/scripts/Modify/Divide/doc/Divide_ja.html lib/qcad/scripts/Modify/Divide/doc/Divide_nl.html lib/qcad/scripts/Modify/Divide/doc/Divide_pl.html +lib/qcad/scripts/Modify/Divide/doc/Divide_proc_da.html lib/qcad/scripts/Modify/Divide/doc/Divide_proc_de.html lib/qcad/scripts/Modify/Divide/doc/Divide_proc_en.html lib/qcad/scripts/Modify/Divide/doc/Divide_proc_es.html @@ -6854,9 +7698,11 @@ lib/qcad/scripts/Modify/Divide/doc/Divide_proc_nl.html lib/qcad/scripts/Modify/Divide/doc/Divide_proc_pl.html lib/qcad/scripts/Modify/Divide/doc/Divide_proc_pt.html lib/qcad/scripts/Modify/Divide/doc/Divide_proc_ru.html +lib/qcad/scripts/Modify/Divide/doc/Divide_proc_sv.html lib/qcad/scripts/Modify/Divide/doc/Divide_pt.html lib/qcad/scripts/Modify/Divide/doc/Divide_ru.html lib/qcad/scripts/Modify/Divide/doc/Divide_sl.html +lib/qcad/scripts/Modify/Divide/doc/Divide_sv.html lib/qcad/scripts/Modify/DrawOrder/DrawOrder.js lib/qcad/scripts/Modify/DrawOrder/DrawOrder.pro lib/qcad/scripts/Modify/DrawOrder/ToBack/ToBack-inverse.svg @@ -6865,7 +7711,9 @@ lib/qcad/scripts/Modify/DrawOrder/ToBack/ToBack.pro lib/qcad/scripts/Modify/DrawOrder/ToBack/ToBack.svg lib/qcad/scripts/Modify/DrawOrder/ToBack/ToBackInit.js lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack.png +lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_da.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_de.html +lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_desc_da.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_desc_de.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_desc_en.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_desc_es.html @@ -6877,6 +7725,7 @@ lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_desc_pl.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_desc_pt.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_desc_ru.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_desc_sl.html +lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_desc_sv.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_en.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_es.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_fr.html @@ -6884,6 +7733,7 @@ lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_it.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_ja.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_nl.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_pl.html +lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_proc_da.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_proc_de.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_proc_en.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_proc_es.html @@ -6894,16 +7744,20 @@ lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_proc_nl.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_proc_pl.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_proc_pt.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_proc_ru.html +lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_proc_sv.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_pt.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_ru.html lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_sl.html +lib/qcad/scripts/Modify/DrawOrder/ToBack/doc/ToBack_sv.html lib/qcad/scripts/Modify/DrawOrder/ToFront/ToFront-inverse.svg lib/qcad/scripts/Modify/DrawOrder/ToFront/ToFront.js lib/qcad/scripts/Modify/DrawOrder/ToFront/ToFront.pro lib/qcad/scripts/Modify/DrawOrder/ToFront/ToFront.svg lib/qcad/scripts/Modify/DrawOrder/ToFront/ToFrontInit.js lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront.png +lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_da.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_de.html +lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_desc_da.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_desc_de.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_desc_en.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_desc_es.html @@ -6915,6 +7769,7 @@ lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_desc_pl.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_desc_pt.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_desc_ru.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_desc_sl.html +lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_desc_sv.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_en.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_es.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_fr.html @@ -6922,6 +7777,7 @@ lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_it.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_ja.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_nl.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_pl.html +lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_proc_da.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_proc_de.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_proc_en.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_proc_es.html @@ -6932,10 +7788,13 @@ lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_proc_nl.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_proc_pl.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_proc_pt.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_proc_ru.html +lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_proc_sv.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_pt.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_ru.html lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_sl.html +lib/qcad/scripts/Modify/DrawOrder/ToFront/doc/ToFront_sv.html lib/qcad/scripts/Modify/DrawOrder/dir/dir.pro +lib/qcad/scripts/Modify/DrawOrder/doc/DrawOrder_da.html lib/qcad/scripts/Modify/DrawOrder/doc/DrawOrder_de.html lib/qcad/scripts/Modify/DrawOrder/doc/DrawOrder_en.html lib/qcad/scripts/Modify/DrawOrder/doc/DrawOrder_es.html @@ -6947,13 +7806,16 @@ lib/qcad/scripts/Modify/DrawOrder/doc/DrawOrder_pl.html lib/qcad/scripts/Modify/DrawOrder/doc/DrawOrder_pt.html lib/qcad/scripts/Modify/DrawOrder/doc/DrawOrder_ru.html lib/qcad/scripts/Modify/DrawOrder/doc/DrawOrder_sl.html +lib/qcad/scripts/Modify/DrawOrder/doc/DrawOrder_sv.html lib/qcad/scripts/Modify/EditHatch/EditHatch-inverse.svg lib/qcad/scripts/Modify/EditHatch/EditHatch.js lib/qcad/scripts/Modify/EditHatch/EditHatch.pro lib/qcad/scripts/Modify/EditHatch/EditHatch.svg lib/qcad/scripts/Modify/EditHatch/EditHatchInit.js lib/qcad/scripts/Modify/EditHatch/doc/EditHatch.png +lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_da.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_de.html +lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_desc_da.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_desc_de.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_desc_en.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_desc_es.html @@ -6965,6 +7827,7 @@ lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_desc_pl.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_desc_pt.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_desc_ru.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_desc_sl.html +lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_desc_sv.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_en.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_es.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_fr.html @@ -6972,6 +7835,7 @@ lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_it.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_ja.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_nl.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_pl.html +lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_proc_da.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_proc_de.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_proc_en.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_proc_es.html @@ -6982,16 +7846,20 @@ lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_proc_nl.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_proc_pl.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_proc_pt.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_proc_ru.html +lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_proc_sv.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_pt.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_ru.html lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_sl.html +lib/qcad/scripts/Modify/EditHatch/doc/EditHatch_sv.html lib/qcad/scripts/Modify/EditText/EditText-inverse.svg lib/qcad/scripts/Modify/EditText/EditText.js lib/qcad/scripts/Modify/EditText/EditText.pro lib/qcad/scripts/Modify/EditText/EditText.svg lib/qcad/scripts/Modify/EditText/EditTextInit.js lib/qcad/scripts/Modify/EditText/doc/EditText.png +lib/qcad/scripts/Modify/EditText/doc/EditText_da.html lib/qcad/scripts/Modify/EditText/doc/EditText_de.html +lib/qcad/scripts/Modify/EditText/doc/EditText_desc_da.html lib/qcad/scripts/Modify/EditText/doc/EditText_desc_de.html lib/qcad/scripts/Modify/EditText/doc/EditText_desc_en.html lib/qcad/scripts/Modify/EditText/doc/EditText_desc_es.html @@ -7003,6 +7871,7 @@ lib/qcad/scripts/Modify/EditText/doc/EditText_desc_pl.html lib/qcad/scripts/Modify/EditText/doc/EditText_desc_pt.html lib/qcad/scripts/Modify/EditText/doc/EditText_desc_ru.html lib/qcad/scripts/Modify/EditText/doc/EditText_desc_sl.html +lib/qcad/scripts/Modify/EditText/doc/EditText_desc_sv.html lib/qcad/scripts/Modify/EditText/doc/EditText_en.html lib/qcad/scripts/Modify/EditText/doc/EditText_es.html lib/qcad/scripts/Modify/EditText/doc/EditText_fr.html @@ -7010,6 +7879,7 @@ lib/qcad/scripts/Modify/EditText/doc/EditText_it.html lib/qcad/scripts/Modify/EditText/doc/EditText_ja.html lib/qcad/scripts/Modify/EditText/doc/EditText_nl.html lib/qcad/scripts/Modify/EditText/doc/EditText_pl.html +lib/qcad/scripts/Modify/EditText/doc/EditText_proc_da.html lib/qcad/scripts/Modify/EditText/doc/EditText_proc_de.html lib/qcad/scripts/Modify/EditText/doc/EditText_proc_en.html lib/qcad/scripts/Modify/EditText/doc/EditText_proc_es.html @@ -7020,9 +7890,11 @@ lib/qcad/scripts/Modify/EditText/doc/EditText_proc_nl.html lib/qcad/scripts/Modify/EditText/doc/EditText_proc_pl.html lib/qcad/scripts/Modify/EditText/doc/EditText_proc_pt.html lib/qcad/scripts/Modify/EditText/doc/EditText_proc_ru.html +lib/qcad/scripts/Modify/EditText/doc/EditText_proc_sv.html lib/qcad/scripts/Modify/EditText/doc/EditText_pt.html lib/qcad/scripts/Modify/EditText/doc/EditText_ru.html lib/qcad/scripts/Modify/EditText/doc/EditText_sl.html +lib/qcad/scripts/Modify/EditText/doc/EditText_sv.html lib/qcad/scripts/Modify/Explode/Explode-inverse.svg lib/qcad/scripts/Modify/Explode/Explode.js lib/qcad/scripts/Modify/Explode/Explode.pro @@ -7048,7 +7920,9 @@ lib/qcad/scripts/Modify/Explode/Tests/required/ExplodeTest03_000.dxf lib/qcad/scripts/Modify/Explode/Tests/required/ExplodeTest04_000.dxf lib/qcad/scripts/Modify/Explode/Tests/required/ExplodeTest05_000.dxf lib/qcad/scripts/Modify/Explode/doc/Explode.png +lib/qcad/scripts/Modify/Explode/doc/Explode_da.html lib/qcad/scripts/Modify/Explode/doc/Explode_de.html +lib/qcad/scripts/Modify/Explode/doc/Explode_desc_da.html lib/qcad/scripts/Modify/Explode/doc/Explode_desc_de.html lib/qcad/scripts/Modify/Explode/doc/Explode_desc_en.html lib/qcad/scripts/Modify/Explode/doc/Explode_desc_es.html @@ -7060,6 +7934,7 @@ lib/qcad/scripts/Modify/Explode/doc/Explode_desc_pl.html lib/qcad/scripts/Modify/Explode/doc/Explode_desc_pt.html lib/qcad/scripts/Modify/Explode/doc/Explode_desc_ru.html lib/qcad/scripts/Modify/Explode/doc/Explode_desc_sl.html +lib/qcad/scripts/Modify/Explode/doc/Explode_desc_sv.html lib/qcad/scripts/Modify/Explode/doc/Explode_en.html lib/qcad/scripts/Modify/Explode/doc/Explode_es.html lib/qcad/scripts/Modify/Explode/doc/Explode_fr.html @@ -7067,6 +7942,7 @@ lib/qcad/scripts/Modify/Explode/doc/Explode_it.html lib/qcad/scripts/Modify/Explode/doc/Explode_ja.html lib/qcad/scripts/Modify/Explode/doc/Explode_nl.html lib/qcad/scripts/Modify/Explode/doc/Explode_pl.html +lib/qcad/scripts/Modify/Explode/doc/Explode_proc_da.html lib/qcad/scripts/Modify/Explode/doc/Explode_proc_de.html lib/qcad/scripts/Modify/Explode/doc/Explode_proc_en.html lib/qcad/scripts/Modify/Explode/doc/Explode_proc_es.html @@ -7077,9 +7953,11 @@ lib/qcad/scripts/Modify/Explode/doc/Explode_proc_nl.html lib/qcad/scripts/Modify/Explode/doc/Explode_proc_pl.html lib/qcad/scripts/Modify/Explode/doc/Explode_proc_pt.html lib/qcad/scripts/Modify/Explode/doc/Explode_proc_ru.html +lib/qcad/scripts/Modify/Explode/doc/Explode_proc_sv.html lib/qcad/scripts/Modify/Explode/doc/Explode_pt.html lib/qcad/scripts/Modify/Explode/doc/Explode_ru.html lib/qcad/scripts/Modify/Explode/doc/Explode_sl.html +lib/qcad/scripts/Modify/Explode/doc/Explode_sv.html lib/qcad/scripts/Modify/FlipHorizontal/FlipHorizontal-inverse.svg lib/qcad/scripts/Modify/FlipHorizontal/FlipHorizontal.js lib/qcad/scripts/Modify/FlipHorizontal/FlipHorizontal.pro @@ -7088,7 +7966,9 @@ lib/qcad/scripts/Modify/FlipHorizontal/FlipHorizontalInit.js lib/qcad/scripts/Modify/FlipHorizontal/Tests/FlipHorizontalTest00.js lib/qcad/scripts/Modify/FlipHorizontal/Tests/required/FlipHorizontalTest00_000.dxf lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal.png +lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_da.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_de.html +lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_desc_da.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_desc_de.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_desc_en.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_desc_es.html @@ -7097,6 +7977,7 @@ lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_desc_it.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_desc_nl.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_desc_pl.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_desc_sl.html +lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_desc_sv.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_en.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_es.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_fr.html @@ -7107,6 +7988,7 @@ lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_pl.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_pt.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_ru.html lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_sl.html +lib/qcad/scripts/Modify/FlipHorizontal/doc/FlipHorizontal_sv.html lib/qcad/scripts/Modify/FlipVertical/FlipVertical-inverse.svg lib/qcad/scripts/Modify/FlipVertical/FlipVertical.js lib/qcad/scripts/Modify/FlipVertical/FlipVertical.pro @@ -7115,7 +7997,9 @@ lib/qcad/scripts/Modify/FlipVertical/FlipVerticalInit.js lib/qcad/scripts/Modify/FlipVertical/Tests/FlipVerticalTest00.js lib/qcad/scripts/Modify/FlipVertical/Tests/required/FlipVerticalTest00_000.dxf lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical.png +lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_da.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_de.html +lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_desc_da.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_desc_de.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_desc_en.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_desc_es.html @@ -7124,6 +8008,7 @@ lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_desc_it.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_desc_nl.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_desc_pl.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_desc_sl.html +lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_desc_sv.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_en.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_es.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_fr.html @@ -7134,6 +8019,7 @@ lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_pl.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_pt.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_ru.html lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_sl.html +lib/qcad/scripts/Modify/FlipVertical/doc/FlipVertical_sv.html lib/qcad/scripts/Modify/Lengthen/Lengthen-inverse.svg lib/qcad/scripts/Modify/Lengthen/Lengthen.js lib/qcad/scripts/Modify/Lengthen/Lengthen.pro @@ -7153,7 +8039,9 @@ lib/qcad/scripts/Modify/Lengthen/doc/Lengthen.png lib/qcad/scripts/Modify/Lengthen/doc/LengthenFigure.dxf lib/qcad/scripts/Modify/Lengthen/doc/LengthenFigure.png lib/qcad/scripts/Modify/Lengthen/doc/LengthenFigure.svg +lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_da.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_de.html +lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_desc_da.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_desc_de.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_desc_en.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_desc_es.html @@ -7165,6 +8053,7 @@ lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_desc_pl.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_desc_pt.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_desc_ru.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_desc_sl.html +lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_desc_sv.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_en.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_es.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_fr.html @@ -7172,6 +8061,7 @@ lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_it.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_ja.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_nl.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_pl.html +lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_proc_da.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_proc_de.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_proc_en.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_proc_es.html @@ -7182,9 +8072,11 @@ lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_proc_nl.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_proc_pl.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_proc_pt.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_proc_ru.html +lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_proc_sv.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_pt.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_ru.html lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_sl.html +lib/qcad/scripts/Modify/Lengthen/doc/Lengthen_sv.html lib/qcad/scripts/Modify/Mirror/Mirror-inverse.svg lib/qcad/scripts/Modify/Mirror/Mirror.js lib/qcad/scripts/Modify/Mirror/Mirror.pro @@ -7202,7 +8094,9 @@ lib/qcad/scripts/Modify/Mirror/Tests/required/MirrorTest00_000.dxf lib/qcad/scripts/Modify/Mirror/Tests/required/MirrorTest01_000.dxf lib/qcad/scripts/Modify/Mirror/doc/Mirror.png lib/qcad/scripts/Modify/Mirror/doc/MirrorDialog.png +lib/qcad/scripts/Modify/Mirror/doc/Mirror_da.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_de.html +lib/qcad/scripts/Modify/Mirror/doc/Mirror_desc_da.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_desc_de.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_desc_en.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_desc_es.html @@ -7214,6 +8108,7 @@ lib/qcad/scripts/Modify/Mirror/doc/Mirror_desc_pl.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_desc_pt.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_desc_ru.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_desc_sl.html +lib/qcad/scripts/Modify/Mirror/doc/Mirror_desc_sv.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_en.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_es.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_fr.html @@ -7221,6 +8116,7 @@ lib/qcad/scripts/Modify/Mirror/doc/Mirror_it.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_ja.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_nl.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_pl.html +lib/qcad/scripts/Modify/Mirror/doc/Mirror_proc_da.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_proc_de.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_proc_en.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_proc_es.html @@ -7231,9 +8127,11 @@ lib/qcad/scripts/Modify/Mirror/doc/Mirror_proc_nl.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_proc_pl.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_proc_pt.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_proc_ru.html +lib/qcad/scripts/Modify/Mirror/doc/Mirror_proc_sv.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_pt.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_ru.html lib/qcad/scripts/Modify/Mirror/doc/Mirror_sl.html +lib/qcad/scripts/Modify/Mirror/doc/Mirror_sv.html lib/qcad/scripts/Modify/Modify-inverse.svg lib/qcad/scripts/Modify/Modify.js lib/qcad/scripts/Modify/Modify.pro @@ -7254,6 +8152,7 @@ lib/qcad/scripts/Modify/Offset/Tests/required/OffsetTest01_000.dxf lib/qcad/scripts/Modify/Offset/Tests/required/OffsetTest02_000.dxf lib/qcad/scripts/Modify/Offset/doc/Offset.png lib/qcad/scripts/Modify/Offset/doc/Offset_de.html +lib/qcad/scripts/Modify/Offset/doc/Offset_desc_da.html lib/qcad/scripts/Modify/Offset/doc/Offset_desc_de.html lib/qcad/scripts/Modify/Offset/doc/Offset_desc_en.html lib/qcad/scripts/Modify/Offset/doc/Offset_desc_es.html @@ -7265,11 +8164,13 @@ lib/qcad/scripts/Modify/Offset/doc/Offset_desc_pl.html lib/qcad/scripts/Modify/Offset/doc/Offset_desc_pt.html lib/qcad/scripts/Modify/Offset/doc/Offset_desc_ru.html lib/qcad/scripts/Modify/Offset/doc/Offset_desc_sl.html +lib/qcad/scripts/Modify/Offset/doc/Offset_desc_sv.html lib/qcad/scripts/Modify/Offset/doc/Offset_en.html lib/qcad/scripts/Modify/Offset/doc/Offset_es.html lib/qcad/scripts/Modify/Offset/doc/Offset_fr.html lib/qcad/scripts/Modify/Offset/doc/Offset_it.html lib/qcad/scripts/Modify/Offset/doc/Offset_ja.html +lib/qcad/scripts/Modify/Offset/doc/Offset_proc_da.html lib/qcad/scripts/Modify/Offset/doc/Offset_proc_de.html lib/qcad/scripts/Modify/Offset/doc/Offset_proc_en.html lib/qcad/scripts/Modify/Offset/doc/Offset_proc_es.html @@ -7280,6 +8181,7 @@ lib/qcad/scripts/Modify/Offset/doc/Offset_proc_nl.html lib/qcad/scripts/Modify/Offset/doc/Offset_proc_pl.html lib/qcad/scripts/Modify/Offset/doc/Offset_proc_pt.html lib/qcad/scripts/Modify/Offset/doc/Offset_proc_ru.html +lib/qcad/scripts/Modify/Offset/doc/Offset_proc_sv.html lib/qcad/scripts/Modify/Offset/doc/Offset_pt.html lib/qcad/scripts/Modify/Offset/doc/Offset_sl.html lib/qcad/scripts/Modify/OffsetThrough/OffsetThrough-inverse.svg @@ -7290,6 +8192,7 @@ lib/qcad/scripts/Modify/OffsetThrough/OffsetThrough.ui lib/qcad/scripts/Modify/OffsetThrough/OffsetThroughInit.js lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough.png lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_de.html +lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_desc_da.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_desc_de.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_desc_en.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_desc_es.html @@ -7301,11 +8204,13 @@ lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_desc_pl.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_desc_pt.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_desc_ru.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_desc_sl.html +lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_desc_sv.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_en.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_es.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_fr.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_it.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_ja.html +lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_proc_da.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_proc_de.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_proc_en.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_proc_es.html @@ -7316,6 +8221,7 @@ lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_proc_nl.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_proc_pl.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_proc_pt.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_proc_ru.html +lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_proc_sv.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_pt.html lib/qcad/scripts/Modify/OffsetThrough/doc/OffsetThrough_sl.html lib/qcad/scripts/Modify/Reverse/Reverse-inverse.svg @@ -7327,7 +8233,9 @@ lib/qcad/scripts/Modify/Reverse/Tests/ReverseTest00.js lib/qcad/scripts/Modify/Reverse/Tests/data/entities.dxf lib/qcad/scripts/Modify/Reverse/Tests/required/ReverseTest00_000.dxf lib/qcad/scripts/Modify/Reverse/doc/Reverse.png +lib/qcad/scripts/Modify/Reverse/doc/Reverse_da.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_de.html +lib/qcad/scripts/Modify/Reverse/doc/Reverse_desc_da.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_desc_de.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_desc_en.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_desc_es.html @@ -7339,6 +8247,7 @@ lib/qcad/scripts/Modify/Reverse/doc/Reverse_desc_pl.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_desc_pt.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_desc_ru.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_desc_sl.html +lib/qcad/scripts/Modify/Reverse/doc/Reverse_desc_sv.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_en.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_es.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_fr.html @@ -7349,6 +8258,7 @@ lib/qcad/scripts/Modify/Reverse/doc/Reverse_pl.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_pt.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_ru.html lib/qcad/scripts/Modify/Reverse/doc/Reverse_sl.html +lib/qcad/scripts/Modify/Reverse/doc/Reverse_sv.html lib/qcad/scripts/Modify/Rotate/ByMouse-inverse.svg lib/qcad/scripts/Modify/Rotate/ByMouse.svg lib/qcad/scripts/Modify/Rotate/PreferencesPage.ui @@ -7368,7 +8278,9 @@ lib/qcad/scripts/Modify/Rotate/Tests/required/RotateTest01_000.dxf lib/qcad/scripts/Modify/Rotate/doc/ByMouse.png lib/qcad/scripts/Modify/Rotate/doc/Rotate.png lib/qcad/scripts/Modify/Rotate/doc/RotateDialog.png +lib/qcad/scripts/Modify/Rotate/doc/Rotate_da.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_de.html +lib/qcad/scripts/Modify/Rotate/doc/Rotate_desc_da.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_desc_de.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_desc_en.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_desc_es.html @@ -7380,6 +8292,7 @@ lib/qcad/scripts/Modify/Rotate/doc/Rotate_desc_pl.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_desc_pt.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_desc_ru.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_desc_sl.html +lib/qcad/scripts/Modify/Rotate/doc/Rotate_desc_sv.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_en.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_es.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_fr.html @@ -7387,6 +8300,7 @@ lib/qcad/scripts/Modify/Rotate/doc/Rotate_it.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_ja.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_nl.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_pl.html +lib/qcad/scripts/Modify/Rotate/doc/Rotate_proc_da.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_proc_de.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_proc_en.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_proc_es.html @@ -7397,9 +8311,11 @@ lib/qcad/scripts/Modify/Rotate/doc/Rotate_proc_nl.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_proc_pl.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_proc_pt.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_proc_ru.html +lib/qcad/scripts/Modify/Rotate/doc/Rotate_proc_sv.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_pt.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_ru.html lib/qcad/scripts/Modify/Rotate/doc/Rotate_sl.html +lib/qcad/scripts/Modify/Rotate/doc/Rotate_sv.html lib/qcad/scripts/Modify/Rotate2/Rotate2-inverse.svg lib/qcad/scripts/Modify/Rotate2/Rotate2.js lib/qcad/scripts/Modify/Rotate2/Rotate2.pro @@ -7432,7 +8348,9 @@ lib/qcad/scripts/Modify/Rotate2/doc/Rotate2Dialog.png lib/qcad/scripts/Modify/Rotate2/doc/Rotate2Figure.dxf lib/qcad/scripts/Modify/Rotate2/doc/Rotate2Figure.png lib/qcad/scripts/Modify/Rotate2/doc/Rotate2Figure.svg +lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_da.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_de.html +lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_desc_da.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_desc_de.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_desc_en.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_desc_es.html @@ -7444,6 +8362,7 @@ lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_desc_pl.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_desc_pt.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_desc_ru.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_desc_sl.html +lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_desc_sv.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_en.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_es.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_fr.html @@ -7451,6 +8370,7 @@ lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_it.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_ja.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_nl.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_pl.html +lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_proc_da.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_proc_de.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_proc_en.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_proc_es.html @@ -7461,9 +8381,11 @@ lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_proc_nl.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_proc_pl.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_proc_pt.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_proc_ru.html +lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_proc_sv.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_pt.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_ru.html lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_sl.html +lib/qcad/scripts/Modify/Rotate2/doc/Rotate2_sv.html lib/qcad/scripts/Modify/Round/Round-inverse.svg lib/qcad/scripts/Modify/Round/Round.js lib/qcad/scripts/Modify/Round/Round.pro @@ -7480,6 +8402,7 @@ lib/qcad/scripts/Modify/Round/doc/RoundFigure.dxf lib/qcad/scripts/Modify/Round/doc/RoundFigure.png lib/qcad/scripts/Modify/Round/doc/RoundFigure.svg lib/qcad/scripts/Modify/Round/doc/Round_de.html +lib/qcad/scripts/Modify/Round/doc/Round_desc_da.html lib/qcad/scripts/Modify/Round/doc/Round_desc_de.html lib/qcad/scripts/Modify/Round/doc/Round_desc_en.html lib/qcad/scripts/Modify/Round/doc/Round_desc_es.html @@ -7491,6 +8414,7 @@ lib/qcad/scripts/Modify/Round/doc/Round_desc_pl.html lib/qcad/scripts/Modify/Round/doc/Round_desc_pt.html lib/qcad/scripts/Modify/Round/doc/Round_desc_ru.html lib/qcad/scripts/Modify/Round/doc/Round_desc_sl.html +lib/qcad/scripts/Modify/Round/doc/Round_desc_sv.html lib/qcad/scripts/Modify/Round/doc/Round_en.html lib/qcad/scripts/Modify/Round/doc/Round_es.html lib/qcad/scripts/Modify/Round/doc/Round_fr.html @@ -7498,6 +8422,7 @@ lib/qcad/scripts/Modify/Round/doc/Round_it.html lib/qcad/scripts/Modify/Round/doc/Round_ja.html lib/qcad/scripts/Modify/Round/doc/Round_nl.html lib/qcad/scripts/Modify/Round/doc/Round_pl.html +lib/qcad/scripts/Modify/Round/doc/Round_proc_da.html lib/qcad/scripts/Modify/Round/doc/Round_proc_de.html lib/qcad/scripts/Modify/Round/doc/Round_proc_en.html lib/qcad/scripts/Modify/Round/doc/Round_proc_es.html @@ -7508,6 +8433,7 @@ lib/qcad/scripts/Modify/Round/doc/Round_proc_nl.html lib/qcad/scripts/Modify/Round/doc/Round_proc_pl.html lib/qcad/scripts/Modify/Round/doc/Round_proc_pt.html lib/qcad/scripts/Modify/Round/doc/Round_proc_ru.html +lib/qcad/scripts/Modify/Round/doc/Round_proc_sv.html lib/qcad/scripts/Modify/Round/doc/Round_pt.html lib/qcad/scripts/Modify/Round/doc/Round_ru.html lib/qcad/scripts/Modify/Round/doc/Round_sl.html @@ -7564,7 +8490,9 @@ lib/qcad/scripts/Modify/Scale/doc/KeepProportionsOn.png lib/qcad/scripts/Modify/Scale/doc/KeepProportionsOnSq.png lib/qcad/scripts/Modify/Scale/doc/Scale.png lib/qcad/scripts/Modify/Scale/doc/ScaleDialog.png +lib/qcad/scripts/Modify/Scale/doc/Scale_da.html lib/qcad/scripts/Modify/Scale/doc/Scale_de.html +lib/qcad/scripts/Modify/Scale/doc/Scale_desc_da.html lib/qcad/scripts/Modify/Scale/doc/Scale_desc_de.html lib/qcad/scripts/Modify/Scale/doc/Scale_desc_en.html lib/qcad/scripts/Modify/Scale/doc/Scale_desc_es.html @@ -7576,6 +8504,7 @@ lib/qcad/scripts/Modify/Scale/doc/Scale_desc_pl.html lib/qcad/scripts/Modify/Scale/doc/Scale_desc_pt.html lib/qcad/scripts/Modify/Scale/doc/Scale_desc_ru.html lib/qcad/scripts/Modify/Scale/doc/Scale_desc_sl.html +lib/qcad/scripts/Modify/Scale/doc/Scale_desc_sv.html lib/qcad/scripts/Modify/Scale/doc/Scale_en.html lib/qcad/scripts/Modify/Scale/doc/Scale_es.html lib/qcad/scripts/Modify/Scale/doc/Scale_fr.html @@ -7583,6 +8512,7 @@ lib/qcad/scripts/Modify/Scale/doc/Scale_it.html lib/qcad/scripts/Modify/Scale/doc/Scale_ja.html lib/qcad/scripts/Modify/Scale/doc/Scale_nl.html lib/qcad/scripts/Modify/Scale/doc/Scale_pl.html +lib/qcad/scripts/Modify/Scale/doc/Scale_proc_da.html lib/qcad/scripts/Modify/Scale/doc/Scale_proc_de.html lib/qcad/scripts/Modify/Scale/doc/Scale_proc_en.html lib/qcad/scripts/Modify/Scale/doc/Scale_proc_es.html @@ -7593,9 +8523,11 @@ lib/qcad/scripts/Modify/Scale/doc/Scale_proc_nl.html lib/qcad/scripts/Modify/Scale/doc/Scale_proc_pl.html lib/qcad/scripts/Modify/Scale/doc/Scale_proc_pt.html lib/qcad/scripts/Modify/Scale/doc/Scale_proc_ru.html +lib/qcad/scripts/Modify/Scale/doc/Scale_proc_sv.html lib/qcad/scripts/Modify/Scale/doc/Scale_pt.html lib/qcad/scripts/Modify/Scale/doc/Scale_ru.html lib/qcad/scripts/Modify/Scale/doc/Scale_sl.html +lib/qcad/scripts/Modify/Scale/doc/Scale_sv.html lib/qcad/scripts/Modify/Stretch/Stretch-inverse.svg lib/qcad/scripts/Modify/Stretch/Stretch.js lib/qcad/scripts/Modify/Stretch/Stretch.pro @@ -7629,6 +8561,7 @@ lib/qcad/scripts/Modify/Stretch/doc/StretchFigure.dxf lib/qcad/scripts/Modify/Stretch/doc/StretchFigure.png lib/qcad/scripts/Modify/Stretch/doc/StretchFigure.svg lib/qcad/scripts/Modify/Stretch/doc/Stretch_de.html +lib/qcad/scripts/Modify/Stretch/doc/Stretch_desc_da.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_desc_de.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_desc_en.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_desc_es.html @@ -7640,11 +8573,13 @@ lib/qcad/scripts/Modify/Stretch/doc/Stretch_desc_pl.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_desc_pt.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_desc_ru.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_desc_sl.html +lib/qcad/scripts/Modify/Stretch/doc/Stretch_desc_sv.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_en.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_es.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_fr.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_it.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_ja.html +lib/qcad/scripts/Modify/Stretch/doc/Stretch_proc_da.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_proc_de.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_proc_en.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_proc_es.html @@ -7655,6 +8590,7 @@ lib/qcad/scripts/Modify/Stretch/doc/Stretch_proc_nl.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_proc_pl.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_proc_pt.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_proc_ru.html +lib/qcad/scripts/Modify/Stretch/doc/Stretch_proc_sv.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_pt.html lib/qcad/scripts/Modify/Stretch/doc/Stretch_sl.html lib/qcad/scripts/Modify/Transform.js @@ -7677,7 +8613,9 @@ lib/qcad/scripts/Modify/Translate/TranslateDialog.ui lib/qcad/scripts/Modify/Translate/TranslateInit.js lib/qcad/scripts/Modify/Translate/doc/Translate.png lib/qcad/scripts/Modify/Translate/doc/TranslateDialog.png +lib/qcad/scripts/Modify/Translate/doc/Translate_da.html lib/qcad/scripts/Modify/Translate/doc/Translate_de.html +lib/qcad/scripts/Modify/Translate/doc/Translate_desc_da.html lib/qcad/scripts/Modify/Translate/doc/Translate_desc_de.html lib/qcad/scripts/Modify/Translate/doc/Translate_desc_en.html lib/qcad/scripts/Modify/Translate/doc/Translate_desc_es.html @@ -7689,6 +8627,7 @@ lib/qcad/scripts/Modify/Translate/doc/Translate_desc_pl.html lib/qcad/scripts/Modify/Translate/doc/Translate_desc_pt.html lib/qcad/scripts/Modify/Translate/doc/Translate_desc_ru.html lib/qcad/scripts/Modify/Translate/doc/Translate_desc_sl.html +lib/qcad/scripts/Modify/Translate/doc/Translate_desc_sv.html lib/qcad/scripts/Modify/Translate/doc/Translate_en.html lib/qcad/scripts/Modify/Translate/doc/Translate_es.html lib/qcad/scripts/Modify/Translate/doc/Translate_fr.html @@ -7696,6 +8635,7 @@ lib/qcad/scripts/Modify/Translate/doc/Translate_it.html lib/qcad/scripts/Modify/Translate/doc/Translate_ja.html lib/qcad/scripts/Modify/Translate/doc/Translate_nl.html lib/qcad/scripts/Modify/Translate/doc/Translate_pl.html +lib/qcad/scripts/Modify/Translate/doc/Translate_proc_da.html lib/qcad/scripts/Modify/Translate/doc/Translate_proc_de.html lib/qcad/scripts/Modify/Translate/doc/Translate_proc_en.html lib/qcad/scripts/Modify/Translate/doc/Translate_proc_es.html @@ -7706,9 +8646,11 @@ lib/qcad/scripts/Modify/Translate/doc/Translate_proc_nl.html lib/qcad/scripts/Modify/Translate/doc/Translate_proc_pl.html lib/qcad/scripts/Modify/Translate/doc/Translate_proc_pt.html lib/qcad/scripts/Modify/Translate/doc/Translate_proc_ru.html +lib/qcad/scripts/Modify/Translate/doc/Translate_proc_sv.html lib/qcad/scripts/Modify/Translate/doc/Translate_pt.html lib/qcad/scripts/Modify/Translate/doc/Translate_ru.html lib/qcad/scripts/Modify/Translate/doc/Translate_sl.html +lib/qcad/scripts/Modify/Translate/doc/Translate_sv.html lib/qcad/scripts/Modify/TranslateRotate/Tests/TranslateRotateTest00.js lib/qcad/scripts/Modify/TranslateRotate/Tests/TranslateRotateTest01.js lib/qcad/scripts/Modify/TranslateRotate/Tests/TranslateRotateTest02.js @@ -7729,7 +8671,9 @@ lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotateDialog.png lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotateFigure.dxf lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotateFigure.png lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotateFigure.svg +lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_da.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_de.html +lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_da.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_de.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_en.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_es.html @@ -7741,6 +8685,7 @@ lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_pl.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_pt.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_ru.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_sl.html +lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_sv.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_en.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_es.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_fr.html @@ -7748,6 +8693,7 @@ lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_it.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_ja.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_nl.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_pl.html +lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_da.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_de.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_en.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_es.html @@ -7758,9 +8704,11 @@ lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_nl.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_pl.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_pt.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_ru.html +lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_sv.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_pt.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_ru.html lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_sl.html +lib/qcad/scripts/Modify/TranslateRotate/doc/TranslateRotate_sv.html lib/qcad/scripts/Modify/Trim/Tests/TrimTest00.js lib/qcad/scripts/Modify/Trim/Tests/TrimTest01.js lib/qcad/scripts/Modify/Trim/Tests/TrimTest02.js @@ -7799,7 +8747,9 @@ lib/qcad/scripts/Modify/Trim/doc/Trim.png lib/qcad/scripts/Modify/Trim/doc/TrimFigure.dxf lib/qcad/scripts/Modify/Trim/doc/TrimFigure.png lib/qcad/scripts/Modify/Trim/doc/TrimFigure.svg +lib/qcad/scripts/Modify/Trim/doc/Trim_da.html lib/qcad/scripts/Modify/Trim/doc/Trim_de.html +lib/qcad/scripts/Modify/Trim/doc/Trim_desc_da.html lib/qcad/scripts/Modify/Trim/doc/Trim_desc_de.html lib/qcad/scripts/Modify/Trim/doc/Trim_desc_en.html lib/qcad/scripts/Modify/Trim/doc/Trim_desc_es.html @@ -7811,6 +8761,7 @@ lib/qcad/scripts/Modify/Trim/doc/Trim_desc_pl.html lib/qcad/scripts/Modify/Trim/doc/Trim_desc_pt.html lib/qcad/scripts/Modify/Trim/doc/Trim_desc_ru.html lib/qcad/scripts/Modify/Trim/doc/Trim_desc_sl.html +lib/qcad/scripts/Modify/Trim/doc/Trim_desc_sv.html lib/qcad/scripts/Modify/Trim/doc/Trim_en.html lib/qcad/scripts/Modify/Trim/doc/Trim_es.html lib/qcad/scripts/Modify/Trim/doc/Trim_fr.html @@ -7818,6 +8769,7 @@ lib/qcad/scripts/Modify/Trim/doc/Trim_it.html lib/qcad/scripts/Modify/Trim/doc/Trim_ja.html lib/qcad/scripts/Modify/Trim/doc/Trim_nl.html lib/qcad/scripts/Modify/Trim/doc/Trim_pl.html +lib/qcad/scripts/Modify/Trim/doc/Trim_proc_da.html lib/qcad/scripts/Modify/Trim/doc/Trim_proc_de.html lib/qcad/scripts/Modify/Trim/doc/Trim_proc_en.html lib/qcad/scripts/Modify/Trim/doc/Trim_proc_es.html @@ -7828,9 +8780,11 @@ lib/qcad/scripts/Modify/Trim/doc/Trim_proc_nl.html lib/qcad/scripts/Modify/Trim/doc/Trim_proc_pl.html lib/qcad/scripts/Modify/Trim/doc/Trim_proc_pt.html lib/qcad/scripts/Modify/Trim/doc/Trim_proc_ru.html +lib/qcad/scripts/Modify/Trim/doc/Trim_proc_sv.html lib/qcad/scripts/Modify/Trim/doc/Trim_pt.html lib/qcad/scripts/Modify/Trim/doc/Trim_ru.html lib/qcad/scripts/Modify/Trim/doc/Trim_sl.html +lib/qcad/scripts/Modify/Trim/doc/Trim_sv.html lib/qcad/scripts/Modify/TrimBoth/Tests/TrimBothTest00.js lib/qcad/scripts/Modify/TrimBoth/Tests/TrimBothTest01.js lib/qcad/scripts/Modify/TrimBoth/Tests/TrimBothTest02.js @@ -7855,7 +8809,9 @@ lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth.png lib/qcad/scripts/Modify/TrimBoth/doc/TrimBothFigure.dxf lib/qcad/scripts/Modify/TrimBoth/doc/TrimBothFigure.png lib/qcad/scripts/Modify/TrimBoth/doc/TrimBothFigure.svg +lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_da.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_de.html +lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_desc_da.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_desc_de.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_desc_en.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_desc_es.html @@ -7867,6 +8823,7 @@ lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_desc_pl.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_desc_pt.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_desc_ru.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_desc_sl.html +lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_desc_sv.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_en.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_es.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_fr.html @@ -7874,6 +8831,7 @@ lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_it.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_ja.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_nl.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_pl.html +lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_proc_da.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_proc_de.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_proc_en.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_proc_es.html @@ -7884,11 +8842,14 @@ lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_proc_nl.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_proc_pl.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_proc_pt.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_proc_ru.html +lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_proc_sv.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_pt.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_ru.html lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_sl.html +lib/qcad/scripts/Modify/TrimBoth/doc/TrimBoth_sv.html lib/qcad/scripts/Modify/dir/dir.pro lib/qcad/scripts/Modify/doc/Modify.png +lib/qcad/scripts/Modify/doc/Modify_da.html lib/qcad/scripts/Modify/doc/Modify_de.html lib/qcad/scripts/Modify/doc/Modify_en.html lib/qcad/scripts/Modify/doc/Modify_es.html @@ -7900,6 +8861,7 @@ lib/qcad/scripts/Modify/doc/Modify_pl.html lib/qcad/scripts/Modify/doc/Modify_pt.html lib/qcad/scripts/Modify/doc/Modify_ru.html lib/qcad/scripts/Modify/doc/Modify_sl.html +lib/qcad/scripts/Modify/doc/Modify_sv.html lib/qcad/scripts/Navigation/DefaultNavigation/DefaultNavigation.js lib/qcad/scripts/Navigation/DefaultNavigation/DefaultNavigation.pro lib/qcad/scripts/Navigation/DefaultNavigation/PreferencesPage.ui @@ -7930,6 +8892,7 @@ lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest0 lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest04.js lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest10.js lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest11.js +lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest12.js lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_arc.dxf lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_circle.dxf lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_ellipse.dxf @@ -7942,11 +8905,14 @@ lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoPro lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest04_000.dxf lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest10_000.dxf lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest11_000.dxf +lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest12_000.dxf lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Top-inverse.svg lib/qcad/scripts/Projection/IsometricProjection/IsoProject/Top.svg lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/Bottom.png lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject.png +lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_da.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_de.html +lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_da.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_de.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_en.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_es.html @@ -7958,6 +8924,7 @@ lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_p lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_pt.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_ru.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_sl.html +lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_sv.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_en.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_es.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_fr.html @@ -7965,6 +8932,7 @@ lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_it.htm lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_ja.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_nl.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_pl.html +lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_da.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_de.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_en.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_es.html @@ -7975,9 +8943,11 @@ lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_n lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_pl.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_pt.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_ru.html +lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_sv.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_pt.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_ru.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_sl.html +lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_sv.html lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/Left.png lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/LeftBack.png lib/qcad/scripts/Projection/IsometricProjection/IsoProject/doc/Right.png @@ -7994,6 +8964,7 @@ lib/qcad/scripts/Projection/Projection.pro lib/qcad/scripts/Projection/Projection.svg lib/qcad/scripts/Projection/dir/dir.pro lib/qcad/scripts/Projection/doc/Projection.png +lib/qcad/scripts/Projection/doc/Projection_da.html lib/qcad/scripts/Projection/doc/Projection_de.html lib/qcad/scripts/Projection/doc/Projection_en.html lib/qcad/scripts/Projection/doc/Projection_es.html @@ -8005,13 +8976,16 @@ lib/qcad/scripts/Projection/doc/Projection_pl.html lib/qcad/scripts/Projection/doc/Projection_pt.html lib/qcad/scripts/Projection/doc/Projection_ru.html lib/qcad/scripts/Projection/doc/Projection_sl.html +lib/qcad/scripts/Projection/doc/Projection_sv.html lib/qcad/scripts/Reset/Reset-inverse.svg lib/qcad/scripts/Reset/Reset.js lib/qcad/scripts/Reset/Reset.pro lib/qcad/scripts/Reset/Reset.svg lib/qcad/scripts/Reset/ResetInit.js lib/qcad/scripts/Reset/doc/Reset.png +lib/qcad/scripts/Reset/doc/Reset_da.html lib/qcad/scripts/Reset/doc/Reset_de.html +lib/qcad/scripts/Reset/doc/Reset_desc_da.html lib/qcad/scripts/Reset/doc/Reset_desc_de.html lib/qcad/scripts/Reset/doc/Reset_desc_en.html lib/qcad/scripts/Reset/doc/Reset_desc_es.html @@ -8023,6 +8997,7 @@ lib/qcad/scripts/Reset/doc/Reset_desc_pl.html lib/qcad/scripts/Reset/doc/Reset_desc_pt.html lib/qcad/scripts/Reset/doc/Reset_desc_ru.html lib/qcad/scripts/Reset/doc/Reset_desc_sl.html +lib/qcad/scripts/Reset/doc/Reset_desc_sv.html lib/qcad/scripts/Reset/doc/Reset_en.html lib/qcad/scripts/Reset/doc/Reset_es.html lib/qcad/scripts/Reset/doc/Reset_fr.html @@ -8033,6 +9008,7 @@ lib/qcad/scripts/Reset/doc/Reset_pl.html lib/qcad/scripts/Reset/doc/Reset_pt.html lib/qcad/scripts/Reset/doc/Reset_ru.html lib/qcad/scripts/Reset/doc/Reset_sl.html +lib/qcad/scripts/Reset/doc/Reset_sv.html lib/qcad/scripts/ResetToDefaults-inverse.svg lib/qcad/scripts/ResetToDefaults.svg lib/qcad/scripts/Select/DeselectAll/DeselectAll-inverse.svg @@ -8041,7 +9017,9 @@ lib/qcad/scripts/Select/DeselectAll/DeselectAll.pro lib/qcad/scripts/Select/DeselectAll/DeselectAll.svg lib/qcad/scripts/Select/DeselectAll/DeselectAllInit.js lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll.png +lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_da.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_de.html +lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_desc_da.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_desc_de.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_desc_en.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_desc_es.html @@ -8053,6 +9031,7 @@ lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_desc_pl.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_desc_pt.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_desc_ru.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_desc_sl.html +lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_desc_sv.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_en.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_es.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_fr.html @@ -8063,13 +9042,16 @@ lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_pl.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_pt.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_ru.html lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_sl.html +lib/qcad/scripts/Select/DeselectAll/doc/DeselectAll_sv.html lib/qcad/scripts/Select/InvertSelection/InvertSelection-inverse.svg lib/qcad/scripts/Select/InvertSelection/InvertSelection.js lib/qcad/scripts/Select/InvertSelection/InvertSelection.pro lib/qcad/scripts/Select/InvertSelection/InvertSelection.svg lib/qcad/scripts/Select/InvertSelection/InvertSelectionInit.js lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection.png +lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_da.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_de.html +lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_desc_da.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_desc_de.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_desc_en.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_desc_es.html @@ -8081,6 +9063,7 @@ lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_desc_pl.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_desc_pt.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_desc_ru.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_desc_sl.html +lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_desc_sv.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_en.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_es.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_fr.html @@ -8091,6 +9074,7 @@ lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_pl.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_pt.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_ru.html lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_sl.html +lib/qcad/scripts/Select/InvertSelection/doc/InvertSelection_sv.html lib/qcad/scripts/Select/Select-inverse.svg lib/qcad/scripts/Select/Select.js lib/qcad/scripts/Select/Select.pro @@ -8101,7 +9085,9 @@ lib/qcad/scripts/Select/SelectAll/SelectAll.pro lib/qcad/scripts/Select/SelectAll/SelectAll.svg lib/qcad/scripts/Select/SelectAll/SelectAllInit.js lib/qcad/scripts/Select/SelectAll/doc/SelectAll.png +lib/qcad/scripts/Select/SelectAll/doc/SelectAll_da.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_de.html +lib/qcad/scripts/Select/SelectAll/doc/SelectAll_desc_da.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_desc_de.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_desc_en.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_desc_es.html @@ -8113,6 +9099,7 @@ lib/qcad/scripts/Select/SelectAll/doc/SelectAll_desc_pl.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_desc_pt.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_desc_ru.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_desc_sl.html +lib/qcad/scripts/Select/SelectAll/doc/SelectAll_desc_sv.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_en.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_es.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_fr.html @@ -8123,6 +9110,7 @@ lib/qcad/scripts/Select/SelectAll/doc/SelectAll_pl.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_pt.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_ru.html lib/qcad/scripts/Select/SelectAll/doc/SelectAll_sl.html +lib/qcad/scripts/Select/SelectAll/doc/SelectAll_sv.html lib/qcad/scripts/Select/SelectContour/SelectContour-inverse.svg lib/qcad/scripts/Select/SelectContour/SelectContour.js lib/qcad/scripts/Select/SelectContour/SelectContour.pro @@ -8130,7 +9118,9 @@ lib/qcad/scripts/Select/SelectContour/SelectContour.svg lib/qcad/scripts/Select/SelectContour/SelectContour.ui lib/qcad/scripts/Select/SelectContour/SelectContourInit.js lib/qcad/scripts/Select/SelectContour/doc/SelectContour.png +lib/qcad/scripts/Select/SelectContour/doc/SelectContour_da.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_de.html +lib/qcad/scripts/Select/SelectContour/doc/SelectContour_desc_da.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_desc_de.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_desc_en.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_desc_es.html @@ -8142,6 +9132,7 @@ lib/qcad/scripts/Select/SelectContour/doc/SelectContour_desc_pl.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_desc_pt.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_desc_ru.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_desc_sl.html +lib/qcad/scripts/Select/SelectContour/doc/SelectContour_desc_sv.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_en.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_es.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_fr.html @@ -8149,6 +9140,7 @@ lib/qcad/scripts/Select/SelectContour/doc/SelectContour_it.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_ja.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_nl.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_pl.html +lib/qcad/scripts/Select/SelectContour/doc/SelectContour_proc_da.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_proc_de.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_proc_en.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_proc_es.html @@ -8159,9 +9151,11 @@ lib/qcad/scripts/Select/SelectContour/doc/SelectContour_proc_nl.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_proc_pl.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_proc_pt.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_proc_ru.html +lib/qcad/scripts/Select/SelectContour/doc/SelectContour_proc_sv.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_pt.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_ru.html lib/qcad/scripts/Select/SelectContour/doc/SelectContour_sl.html +lib/qcad/scripts/Select/SelectContour/doc/SelectContour_sv.html lib/qcad/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities-inverse.svg lib/qcad/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.js lib/qcad/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.pro @@ -8169,7 +9163,9 @@ lib/qcad/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.svg lib/qcad/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.ui lib/qcad/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntitiesInit.js lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities.png +lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_da.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_de.html +lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_da.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_de.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_en.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_es.html @@ -8181,6 +9177,7 @@ lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_ lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_pt.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_ru.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_sl.html +lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_sv.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_en.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_es.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_fr.html @@ -8188,6 +9185,7 @@ lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_ lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_ja.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_nl.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_pl.html +lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_da.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_de.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_en.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_es.html @@ -8198,9 +9196,11 @@ lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_ lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_pl.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_pt.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_ru.html +lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_sv.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_pt.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_ru.html lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_sl.html +lib/qcad/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_sv.html lib/qcad/scripts/Select/SelectLayerByEntity/SelectLayerByEntity-inverse.svg lib/qcad/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.js lib/qcad/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.pro @@ -8208,7 +9208,9 @@ lib/qcad/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.svg lib/qcad/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.ui lib/qcad/scripts/Select/SelectLayerByEntity/SelectLayerByEntityInit.js lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity.png +lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_da.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_de.html +lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_da.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_de.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_en.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_es.html @@ -8220,6 +9222,7 @@ lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_pl.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_pt.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_ru.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_sl.html +lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_sv.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_en.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_es.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_fr.html @@ -8227,6 +9230,7 @@ lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_it.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_ja.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_nl.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_pl.html +lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_da.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_de.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_en.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_es.html @@ -8237,9 +9241,11 @@ lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_nl.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_pl.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_pt.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_ru.html +lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_sv.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_pt.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_ru.html lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_sl.html +lib/qcad/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_sv.html lib/qcad/scripts/Select/SelectRectangle/SelectRectangle-inverse.svg lib/qcad/scripts/Select/SelectRectangle/SelectRectangle.js lib/qcad/scripts/Select/SelectRectangle/SelectRectangle.pro @@ -8247,7 +9253,9 @@ lib/qcad/scripts/Select/SelectRectangle/SelectRectangle.svg lib/qcad/scripts/Select/SelectRectangle/SelectRectangle.ui lib/qcad/scripts/Select/SelectRectangle/SelectRectangleInit.js lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle.png +lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_da.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_de.html +lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_da.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_de.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_en.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_es.html @@ -8259,6 +9267,7 @@ lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_pl.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_pt.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_ru.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_sl.html +lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_sv.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_en.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_es.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_fr.html @@ -8266,6 +9275,7 @@ lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_it.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_ja.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_nl.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_pl.html +lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_da.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_de.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_en.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_es.html @@ -8276,9 +9286,11 @@ lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_nl.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_pl.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_pt.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_ru.html +lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_sv.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_pt.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_ru.html lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_sl.html +lib/qcad/scripts/Select/SelectRectangle/doc/SelectRectangle_sv.html lib/qcad/scripts/Select/SelectionModeAdd-inverse.svg lib/qcad/scripts/Select/SelectionModeAdd.svg lib/qcad/scripts/Select/SelectionModeIntersect-inverse.svg @@ -8289,7 +9301,9 @@ lib/qcad/scripts/Select/SelectionModeReplace-inverse.svg lib/qcad/scripts/Select/SelectionModeReplace.svg lib/qcad/scripts/Select/dir/dir.pro lib/qcad/scripts/Select/doc/Select.png +lib/qcad/scripts/Select/doc/Select_da.html lib/qcad/scripts/Select/doc/Select_de.html +lib/qcad/scripts/Select/doc/Select_desc_da.html lib/qcad/scripts/Select/doc/Select_desc_de.html lib/qcad/scripts/Select/doc/Select_desc_en.html lib/qcad/scripts/Select/doc/Select_desc_es.html @@ -8301,6 +9315,7 @@ lib/qcad/scripts/Select/doc/Select_desc_pl.html lib/qcad/scripts/Select/doc/Select_desc_pt.html lib/qcad/scripts/Select/doc/Select_desc_ru.html lib/qcad/scripts/Select/doc/Select_desc_sl.html +lib/qcad/scripts/Select/doc/Select_desc_sv.html lib/qcad/scripts/Select/doc/Select_en.html lib/qcad/scripts/Select/doc/Select_es.html lib/qcad/scripts/Select/doc/Select_fr.html @@ -8311,6 +9326,7 @@ lib/qcad/scripts/Select/doc/Select_pl.html lib/qcad/scripts/Select/doc/Select_pt.html lib/qcad/scripts/Select/doc/Select_ru.html lib/qcad/scripts/Select/doc/Select_sl.html +lib/qcad/scripts/Select/doc/Select_sv.html lib/qcad/scripts/Select/doc/SelectionModeAdd.png lib/qcad/scripts/Select/doc/SelectionModeIntersect.png lib/qcad/scripts/Select/doc/SelectionModeRemove.png @@ -8322,7 +9338,9 @@ lib/qcad/scripts/Snap/LockRelativeZero/LockRelativeZero.pro lib/qcad/scripts/Snap/LockRelativeZero/LockRelativeZero.svg lib/qcad/scripts/Snap/LockRelativeZero/LockRelativeZeroInit.js lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero.png +lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_da.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_de.html +lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_da.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_de.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_en.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_es.html @@ -8334,6 +9352,7 @@ lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_pl.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_pt.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_ru.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_sl.html +lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_sv.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_en.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_es.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_fr.html @@ -8344,6 +9363,7 @@ lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_pl.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_pt.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_ru.html lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_sl.html +lib/qcad/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_sv.html lib/qcad/scripts/Snap/RestrictAngleLength/RestrictAngleLength-inverse.svg lib/qcad/scripts/Snap/RestrictAngleLength/RestrictAngleLength.js lib/qcad/scripts/Snap/RestrictAngleLength/RestrictAngleLength.pro @@ -8351,7 +9371,9 @@ lib/qcad/scripts/Snap/RestrictAngleLength/RestrictAngleLength.svg lib/qcad/scripts/Snap/RestrictAngleLength/RestrictAngleLength.ui lib/qcad/scripts/Snap/RestrictAngleLength/RestrictAngleLengthInit.js lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength.png +lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_da.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_de.html +lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_desc_da.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_desc_de.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_desc_en.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_desc_es.html @@ -8360,6 +9382,7 @@ lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_desc_it.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_desc_nl.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_desc_pl.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_desc_sl.html +lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_desc_sv.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_en.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_es.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_fr.html @@ -8370,13 +9393,16 @@ lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_pl.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_pt.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_ru.html lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_sl.html +lib/qcad/scripts/Snap/RestrictAngleLength/doc/RestrictAngleLength_sv.html lib/qcad/scripts/Snap/RestrictHorizontal/RestrictHorizontal-inverse.svg lib/qcad/scripts/Snap/RestrictHorizontal/RestrictHorizontal.js lib/qcad/scripts/Snap/RestrictHorizontal/RestrictHorizontal.pro lib/qcad/scripts/Snap/RestrictHorizontal/RestrictHorizontal.svg lib/qcad/scripts/Snap/RestrictHorizontal/RestrictHorizontalInit.js lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal.png +lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_da.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_de.html +lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_da.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_de.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_en.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_es.html @@ -8388,6 +9414,7 @@ lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_pl.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_pt.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_ru.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_sl.html +lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_sv.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_en.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_es.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_fr.html @@ -8398,13 +9425,16 @@ lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_pl.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_pt.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_ru.html lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_sl.html +lib/qcad/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_sv.html lib/qcad/scripts/Snap/RestrictOff/RestrictOff-inverse.svg lib/qcad/scripts/Snap/RestrictOff/RestrictOff.js lib/qcad/scripts/Snap/RestrictOff/RestrictOff.pro lib/qcad/scripts/Snap/RestrictOff/RestrictOff.svg lib/qcad/scripts/Snap/RestrictOff/RestrictOffInit.js lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff.png +lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_da.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_de.html +lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_desc_da.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_desc_de.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_desc_en.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_desc_es.html @@ -8416,6 +9446,7 @@ lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_desc_pl.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_desc_pt.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_desc_ru.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_desc_sl.html +lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_desc_sv.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_en.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_es.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_fr.html @@ -8426,13 +9457,16 @@ lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_pl.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_pt.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_ru.html lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_sl.html +lib/qcad/scripts/Snap/RestrictOff/doc/RestrictOff_sv.html lib/qcad/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal-inverse.svg lib/qcad/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal.js lib/qcad/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal.pro lib/qcad/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal.svg lib/qcad/scripts/Snap/RestrictOrthogonal/RestrictOrthogonalInit.js lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal.png +lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_da.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_de.html +lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_da.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_de.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_en.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_es.html @@ -8444,6 +9478,7 @@ lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_pl.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_pt.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_ru.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_sl.html +lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_sv.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_en.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_es.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_fr.html @@ -8454,13 +9489,16 @@ lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_pl.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_pt.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_ru.html lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_sl.html +lib/qcad/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_sv.html lib/qcad/scripts/Snap/RestrictVertical/RestrictVertical-inverse.svg lib/qcad/scripts/Snap/RestrictVertical/RestrictVertical.js lib/qcad/scripts/Snap/RestrictVertical/RestrictVertical.pro lib/qcad/scripts/Snap/RestrictVertical/RestrictVertical.svg lib/qcad/scripts/Snap/RestrictVertical/RestrictVerticalInit.js lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical.png +lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_da.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_de.html +lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_da.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_de.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_en.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_es.html @@ -8472,6 +9510,7 @@ lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_pl.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_pt.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_ru.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_sl.html +lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_sv.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_en.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_es.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_fr.html @@ -8482,13 +9521,16 @@ lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_pl.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_pt.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_ru.html lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_sl.html +lib/qcad/scripts/Snap/RestrictVertical/doc/RestrictVertical_sv.html lib/qcad/scripts/Snap/SetRelativeZero/SetRelativeZero-inverse.svg lib/qcad/scripts/Snap/SetRelativeZero/SetRelativeZero.js lib/qcad/scripts/Snap/SetRelativeZero/SetRelativeZero.pro lib/qcad/scripts/Snap/SetRelativeZero/SetRelativeZero.svg lib/qcad/scripts/Snap/SetRelativeZero/SetRelativeZeroInit.js lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero.png +lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_da.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_de.html +lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_da.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_de.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_en.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_es.html @@ -8500,6 +9542,7 @@ lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_pl.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_pt.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_ru.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_sl.html +lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_sv.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_en.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_es.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_fr.html @@ -8507,6 +9550,7 @@ lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_it.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_ja.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_nl.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_pl.html +lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_da.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_de.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_en.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_es.html @@ -8517,9 +9561,11 @@ lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_nl.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_pl.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_pt.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_ru.html +lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_sv.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_pt.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_ru.html lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_sl.html +lib/qcad/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_sv.html lib/qcad/scripts/Snap/Snap-inverse.svg lib/qcad/scripts/Snap/Snap.js lib/qcad/scripts/Snap/Snap.pro @@ -8531,7 +9577,9 @@ lib/qcad/scripts/Snap/SnapAuto/SnapAuto.pro lib/qcad/scripts/Snap/SnapAuto/SnapAuto.svg lib/qcad/scripts/Snap/SnapAuto/SnapAutoInit.js lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto.png +lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_da.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_de.html +lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_desc_da.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_desc_de.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_desc_en.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_desc_es.html @@ -8543,6 +9591,7 @@ lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_desc_pl.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_desc_pt.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_desc_ru.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_desc_sl.html +lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_desc_sv.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_en.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_es.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_fr.html @@ -8553,6 +9602,7 @@ lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_pl.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_pt.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_ru.html lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_sl.html +lib/qcad/scripts/Snap/SnapAuto/doc/SnapAuto_sv.html lib/qcad/scripts/Snap/SnapCenter/SnapCenter-inverse.svg lib/qcad/scripts/Snap/SnapCenter/SnapCenter.js lib/qcad/scripts/Snap/SnapCenter/SnapCenter.pro @@ -8562,7 +9612,9 @@ lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter.png lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenterFigure.dxf lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenterFigure.png lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenterFigure.svg +lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_da.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_de.html +lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_desc_da.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_desc_de.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_desc_en.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_desc_es.html @@ -8574,6 +9626,7 @@ lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_desc_pl.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_desc_pt.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_desc_ru.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_desc_sl.html +lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_desc_sv.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_en.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_es.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_fr.html @@ -8584,6 +9637,7 @@ lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_pl.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_pt.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_ru.html lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_sl.html +lib/qcad/scripts/Snap/SnapCenter/doc/SnapCenter_sv.html lib/qcad/scripts/Snap/SnapCoordinate/SnapCoordinate-inverse.svg lib/qcad/scripts/Snap/SnapCoordinate/SnapCoordinate.js lib/qcad/scripts/Snap/SnapCoordinate/SnapCoordinate.pro @@ -8593,7 +9647,9 @@ lib/qcad/scripts/Snap/SnapCoordinate/SnapCoordinateInit.js lib/qcad/scripts/Snap/SnapCoordinate/Tick-inverse.svg lib/qcad/scripts/Snap/SnapCoordinate/Tick.svg lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate.png +lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_da.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_de.html +lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_da.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_de.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_en.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_es.html @@ -8605,6 +9661,7 @@ lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_pl.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_pt.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_ru.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_sl.html +lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_sv.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_en.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_es.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_fr.html @@ -8612,6 +9669,7 @@ lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_it.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_ja.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_nl.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_pl.html +lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_da.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_de.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_en.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_es.html @@ -8622,9 +9680,11 @@ lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_nl.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_pl.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_pt.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_ru.html +lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_sv.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_pt.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_ru.html lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_sl.html +lib/qcad/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_sv.html lib/qcad/scripts/Snap/SnapCoordinate/doc/Tick.png lib/qcad/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar-inverse.svg lib/qcad/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar.js @@ -8635,7 +9695,9 @@ lib/qcad/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolarInit.js lib/qcad/scripts/Snap/SnapCoordinatePolar/Tick-inverse.svg lib/qcad/scripts/Snap/SnapCoordinatePolar/Tick.svg lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar.png +lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_da.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_de.html +lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_da.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_de.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_en.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_es.html @@ -8647,6 +9709,7 @@ lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_pl.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_pt.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_ru.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_sl.html +lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_sv.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_en.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_es.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_fr.html @@ -8654,6 +9717,7 @@ lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_it.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_ja.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_nl.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_pl.html +lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_da.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_de.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_en.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_es.html @@ -8664,9 +9728,11 @@ lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_nl.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_pl.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_pt.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_ru.html +lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_sv.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_pt.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_ru.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_sl.html +lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_sv.html lib/qcad/scripts/Snap/SnapCoordinatePolar/doc/Tick.png lib/qcad/scripts/Snap/SnapDistance/SnapDistance-inverse.svg lib/qcad/scripts/Snap/SnapDistance/SnapDistance.js @@ -8678,7 +9744,9 @@ lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance.png lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistanceFigure.dxf lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistanceFigure.png lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistanceFigure.svg +lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_da.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_de.html +lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_desc_da.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_desc_de.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_desc_en.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_desc_es.html @@ -8690,6 +9758,7 @@ lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_desc_pl.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_desc_pt.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_desc_ru.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_desc_sl.html +lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_desc_sv.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_en.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_es.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_fr.html @@ -8697,6 +9766,7 @@ lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_it.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_ja.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_nl.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_pl.html +lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_proc_da.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_proc_de.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_proc_en.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_proc_es.html @@ -8706,9 +9776,11 @@ lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_proc_nl.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_proc_pl.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_proc_pt.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_proc_ru.html +lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_proc_sv.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_pt.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_ru.html lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_sl.html +lib/qcad/scripts/Snap/SnapDistance/doc/SnapDistance_sv.html lib/qcad/scripts/Snap/SnapDistanceManual/SnapDistanceManual-inverse.svg lib/qcad/scripts/Snap/SnapDistanceManual/SnapDistanceManual.js lib/qcad/scripts/Snap/SnapDistanceManual/SnapDistanceManual.pro @@ -8722,7 +9794,9 @@ lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManualFigure.dxf lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManualFigure.png lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManualFigure.svg lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManualOptions.png +lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_da.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_de.html +lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_desc_da.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_desc_de.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_desc_en.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_desc_es.html @@ -8733,6 +9807,7 @@ lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_desc_pl.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_desc_pt.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_desc_ru.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_desc_sl.html +lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_desc_sv.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_en.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_es.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_fr.html @@ -8740,6 +9815,7 @@ lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_it.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_ja.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_nl.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_pl.html +lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_proc_da.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_proc_de.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_proc_en.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_proc_es.html @@ -8749,9 +9825,11 @@ lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_proc_nl.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_proc_pl.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_proc_pt.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_proc_ru.html +lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_proc_sv.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_pt.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_ru.html lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_sl.html +lib/qcad/scripts/Snap/SnapDistanceManual/doc/SnapDistanceManual_sv.html lib/qcad/scripts/Snap/SnapEnd/SnapEnd-inverse.svg lib/qcad/scripts/Snap/SnapEnd/SnapEnd.js lib/qcad/scripts/Snap/SnapEnd/SnapEnd.pro @@ -8761,7 +9839,9 @@ lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd.png lib/qcad/scripts/Snap/SnapEnd/doc/SnapEndFigure.dxf lib/qcad/scripts/Snap/SnapEnd/doc/SnapEndFigure.png lib/qcad/scripts/Snap/SnapEnd/doc/SnapEndFigure.svg +lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_da.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_de.html +lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_desc_da.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_desc_de.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_desc_en.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_desc_es.html @@ -8773,6 +9853,7 @@ lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_desc_pl.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_desc_pt.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_desc_ru.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_desc_sl.html +lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_desc_sv.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_en.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_es.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_fr.html @@ -8783,13 +9864,16 @@ lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_pl.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_pt.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_ru.html lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_sl.html +lib/qcad/scripts/Snap/SnapEnd/doc/SnapEnd_sv.html lib/qcad/scripts/Snap/SnapFree/SnapFree-inverse.svg lib/qcad/scripts/Snap/SnapFree/SnapFree.js lib/qcad/scripts/Snap/SnapFree/SnapFree.pro lib/qcad/scripts/Snap/SnapFree/SnapFree.svg lib/qcad/scripts/Snap/SnapFree/SnapFreeInit.js lib/qcad/scripts/Snap/SnapFree/doc/SnapFree.png +lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_da.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_de.html +lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_desc_da.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_desc_de.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_desc_en.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_desc_es.html @@ -8801,6 +9885,7 @@ lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_desc_pl.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_desc_pt.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_desc_ru.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_desc_sl.html +lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_desc_sv.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_en.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_es.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_fr.html @@ -8811,13 +9896,16 @@ lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_pl.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_pt.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_ru.html lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_sl.html +lib/qcad/scripts/Snap/SnapFree/doc/SnapFree_sv.html lib/qcad/scripts/Snap/SnapGrid/SnapGrid-inverse.svg lib/qcad/scripts/Snap/SnapGrid/SnapGrid.js lib/qcad/scripts/Snap/SnapGrid/SnapGrid.pro lib/qcad/scripts/Snap/SnapGrid/SnapGrid.svg lib/qcad/scripts/Snap/SnapGrid/SnapGridInit.js lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid.png +lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_da.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_de.html +lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_desc_da.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_desc_de.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_desc_en.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_desc_es.html @@ -8829,6 +9917,7 @@ lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_desc_pl.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_desc_pt.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_desc_ru.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_desc_sl.html +lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_desc_sv.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_en.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_es.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_fr.html @@ -8839,6 +9928,7 @@ lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_pl.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_pt.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_ru.html lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_sl.html +lib/qcad/scripts/Snap/SnapGrid/doc/SnapGrid_sv.html lib/qcad/scripts/Snap/SnapIntersection/SnapIntersection-inverse.svg lib/qcad/scripts/Snap/SnapIntersection/SnapIntersection.js lib/qcad/scripts/Snap/SnapIntersection/SnapIntersection.pro @@ -8866,7 +9956,9 @@ lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection.png lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersectionFigure.dxf lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersectionFigure.png lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersectionFigure.svg +lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_da.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_de.html +lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_da.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_de.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_en.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_es.html @@ -8878,6 +9970,7 @@ lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_pl.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_pt.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_ru.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_sl.html +lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_sv.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_en.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_es.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_fr.html @@ -8888,6 +9981,7 @@ lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_pl.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_pt.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_ru.html lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_sl.html +lib/qcad/scripts/Snap/SnapIntersection/doc/SnapIntersection_sv.html lib/qcad/scripts/Snap/SnapIntersectionManual/PreferencesPage.ui lib/qcad/scripts/Snap/SnapIntersectionManual/SnapIntersectionManual-inverse.svg lib/qcad/scripts/Snap/SnapIntersectionManual/SnapIntersectionManual.js @@ -8901,7 +9995,9 @@ lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual.png lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManualFigure.dxf lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManualFigure.png lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManualFigure.svg +lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_da.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_de.html +lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_da.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_de.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_en.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_es.html @@ -8913,6 +10009,7 @@ lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_pl. lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_pt.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_ru.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_sl.html +lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_sv.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_en.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_es.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_fr.html @@ -8920,6 +10017,7 @@ lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_it.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_ja.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_nl.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_pl.html +lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_da.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_de.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_en.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_es.html @@ -8930,9 +10028,11 @@ lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_nl. lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_pl.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_pt.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_ru.html +lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_sv.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_pt.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_ru.html lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_sl.html +lib/qcad/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_sv.html lib/qcad/scripts/Snap/SnapMiddle/SnapMiddle-inverse.svg lib/qcad/scripts/Snap/SnapMiddle/SnapMiddle.js lib/qcad/scripts/Snap/SnapMiddle/SnapMiddle.pro @@ -8942,7 +10042,9 @@ lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle.png lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddleFigure.dxf lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddleFigure.png lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddleFigure.svg +lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_da.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_de.html +lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_da.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_de.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_en.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_es.html @@ -8954,6 +10056,7 @@ lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_pl.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_pt.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_ru.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_sl.html +lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_sv.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_en.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_es.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_fr.html @@ -8964,6 +10067,7 @@ lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_pl.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_pt.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_ru.html lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_sl.html +lib/qcad/scripts/Snap/SnapMiddle/doc/SnapMiddle_sv.html lib/qcad/scripts/Snap/SnapMiddleManual/SnapMiddleManual-inverse.svg lib/qcad/scripts/Snap/SnapMiddleManual/SnapMiddleManual.js lib/qcad/scripts/Snap/SnapMiddleManual/SnapMiddleManual.pro @@ -8975,7 +10079,9 @@ lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual.png lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManualFigure.dxf lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManualFigure.png lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManualFigure.svg +lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_da.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_de.html +lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_da.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_de.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_en.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_es.html @@ -8987,6 +10093,7 @@ lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_pl.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_pt.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_ru.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_sl.html +lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_sv.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_en.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_es.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_fr.html @@ -8994,6 +10101,7 @@ lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_it.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_ja.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_nl.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_pl.html +lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_da.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_de.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_en.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_es.html @@ -9004,9 +10112,11 @@ lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_nl.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_pl.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_pt.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_ru.html +lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_sv.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_pt.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_ru.html lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_sl.html +lib/qcad/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_sv.html lib/qcad/scripts/Snap/SnapOnEntity/SnapOnEntity-inverse.svg lib/qcad/scripts/Snap/SnapOnEntity/SnapOnEntity.js lib/qcad/scripts/Snap/SnapOnEntity/SnapOnEntity.pro @@ -9016,7 +10126,9 @@ lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity.png lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntityFigure.dxf lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntityFigure.png lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntityFigure.svg +lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_da.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_de.html +lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_da.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_de.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_en.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_es.html @@ -9028,6 +10140,7 @@ lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_pl.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_pt.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_ru.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_sl.html +lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_sv.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_en.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_es.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_fr.html @@ -9038,13 +10151,16 @@ lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_pl.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_pt.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_ru.html lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_sl.html +lib/qcad/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_sv.html lib/qcad/scripts/Snap/SnapPerpendicular/SnapPerpendicular-inverse.svg lib/qcad/scripts/Snap/SnapPerpendicular/SnapPerpendicular.js lib/qcad/scripts/Snap/SnapPerpendicular/SnapPerpendicular.pro lib/qcad/scripts/Snap/SnapPerpendicular/SnapPerpendicular.svg lib/qcad/scripts/Snap/SnapPerpendicular/SnapPerpendicularInit.js lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular.png +lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_da.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_de.html +lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_da.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_de.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_en.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_es.html @@ -9056,6 +10172,7 @@ lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_pl.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_pt.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_ru.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_sl.html +lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_sv.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_en.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_es.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_fr.html @@ -9066,6 +10183,7 @@ lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_pl.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_pt.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_ru.html lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_sl.html +lib/qcad/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_sv.html lib/qcad/scripts/Snap/SnapReference/SnapReference-inverse.svg lib/qcad/scripts/Snap/SnapReference/SnapReference.js lib/qcad/scripts/Snap/SnapReference/SnapReference.pro @@ -9075,7 +10193,9 @@ lib/qcad/scripts/Snap/SnapReference/doc/SnapReference.png lib/qcad/scripts/Snap/SnapReference/doc/SnapReferenceFigure.dxf lib/qcad/scripts/Snap/SnapReference/doc/SnapReferenceFigure.png lib/qcad/scripts/Snap/SnapReference/doc/SnapReferenceFigure.svg +lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_da.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_de.html +lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_desc_da.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_desc_de.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_desc_en.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_desc_es.html @@ -9085,6 +10205,7 @@ lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_desc_ja.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_desc_pt.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_desc_ru.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_desc_sl.html +lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_desc_sv.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_en.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_es.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_fr.html @@ -9095,13 +10216,16 @@ lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_pl.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_pt.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_ru.html lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_sl.html +lib/qcad/scripts/Snap/SnapReference/doc/SnapReference_sv.html lib/qcad/scripts/Snap/SnapSelectionCenter/SnapSelectionCenter-inverse.svg lib/qcad/scripts/Snap/SnapSelectionCenter/SnapSelectionCenter.js lib/qcad/scripts/Snap/SnapSelectionCenter/SnapSelectionCenter.pro lib/qcad/scripts/Snap/SnapSelectionCenter/SnapSelectionCenter.svg lib/qcad/scripts/Snap/SnapSelectionCenter/SnapSelectionCenterInit.js lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter.png +lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_da.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_de.html +lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_desc_da.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_desc_de.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_desc_en.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_desc_es.html @@ -9112,6 +10236,7 @@ lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_desc_pl.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_desc_pt.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_desc_ru.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_desc_sl.html +lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_desc_sv.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_en.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_es.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_fr.html @@ -9122,13 +10247,16 @@ lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_pl.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_pt.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_ru.html lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_sl.html +lib/qcad/scripts/Snap/SnapSelectionCenter/doc/SnapSelectionCenter_sv.html lib/qcad/scripts/Snap/SnapTangential/SnapTangential-inverse.svg lib/qcad/scripts/Snap/SnapTangential/SnapTangential.js lib/qcad/scripts/Snap/SnapTangential/SnapTangential.pro lib/qcad/scripts/Snap/SnapTangential/SnapTangential.svg lib/qcad/scripts/Snap/SnapTangential/SnapTangentialInit.js lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential.png +lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_da.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_de.html +lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_desc_da.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_desc_de.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_desc_en.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_desc_es.html @@ -9140,6 +10268,7 @@ lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_desc_pl.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_desc_pt.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_desc_ru.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_desc_sl.html +lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_desc_sv.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_en.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_es.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_fr.html @@ -9150,13 +10279,16 @@ lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_pl.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_pt.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_ru.html lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_sl.html +lib/qcad/scripts/Snap/SnapTangential/doc/SnapTangential_sv.html lib/qcad/scripts/Snap/SnapXManual/SnapXManual-inverse.svg lib/qcad/scripts/Snap/SnapXManual/SnapXManual.js lib/qcad/scripts/Snap/SnapXManual/SnapXManual.pro lib/qcad/scripts/Snap/SnapXManual/SnapXManual.svg lib/qcad/scripts/Snap/SnapXManual/SnapXManualInit.js lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual.png +lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_da.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_de.html +lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_desc_da.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_desc_de.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_desc_en.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_desc_es.html @@ -9168,6 +10300,7 @@ lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_desc_pl.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_desc_pt.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_desc_ru.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_desc_sl.html +lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_desc_sv.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_en.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_es.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_fr.html @@ -9175,6 +10308,7 @@ lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_it.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_ja.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_nl.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_pl.html +lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_proc_da.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_proc_de.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_proc_en.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_proc_es.html @@ -9185,16 +10319,20 @@ lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_proc_nl.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_proc_pl.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_proc_pt.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_proc_ru.html +lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_proc_sv.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_pt.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_ru.html lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_sl.html +lib/qcad/scripts/Snap/SnapXManual/doc/SnapXManual_sv.html lib/qcad/scripts/Snap/SnapYManual/SnapYManual-inverse.svg lib/qcad/scripts/Snap/SnapYManual/SnapYManual.js lib/qcad/scripts/Snap/SnapYManual/SnapYManual.pro lib/qcad/scripts/Snap/SnapYManual/SnapYManual.svg lib/qcad/scripts/Snap/SnapYManual/SnapYManualInit.js lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual.png +lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_da.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_de.html +lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_desc_da.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_desc_de.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_desc_en.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_desc_es.html @@ -9206,6 +10344,7 @@ lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_desc_pl.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_desc_pt.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_desc_ru.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_desc_sl.html +lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_desc_sv.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_en.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_es.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_fr.html @@ -9216,8 +10355,10 @@ lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_pl.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_pt.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_ru.html lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_sl.html +lib/qcad/scripts/Snap/SnapYManual/doc/SnapYManual_sv.html lib/qcad/scripts/Snap/dir/dir.pro lib/qcad/scripts/Snap/doc/Snap.png +lib/qcad/scripts/Snap/doc/Snap_da.html lib/qcad/scripts/Snap/doc/Snap_de.html lib/qcad/scripts/Snap/doc/Snap_en.html lib/qcad/scripts/Snap/doc/Snap_es.html @@ -9229,6 +10370,7 @@ lib/qcad/scripts/Snap/doc/Snap_pl.html lib/qcad/scripts/Snap/doc/Snap_pt.html lib/qcad/scripts/Snap/doc/Snap_ru.html lib/qcad/scripts/Snap/doc/Snap_sl.html +lib/qcad/scripts/Snap/doc/Snap_sv.html lib/qcad/scripts/Tools/ExTool/ExTool.js lib/qcad/scripts/Tools/MergeDrawings/MergeDrawings.js lib/qcad/scripts/Tools/MergeDrawings/MergeDrawings.pro @@ -9241,7 +10383,9 @@ lib/qcad/scripts/View/AntialiasingMode/AntialiasingMode.js lib/qcad/scripts/View/AntialiasingMode/AntialiasingMode.pro lib/qcad/scripts/View/AntialiasingMode/AntialiasingMode.svg lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode.png +lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_da.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_de.html +lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_desc_da.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_desc_de.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_desc_en.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_desc_es.html @@ -9253,6 +10397,7 @@ lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_desc_pl.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_desc_pt.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_desc_ru.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_desc_sl.html +lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_desc_sv.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_en.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_es.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_fr.html @@ -9263,10 +10408,13 @@ lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_pl.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_pt.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_ru.html lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_sl.html +lib/qcad/scripts/View/AntialiasingMode/doc/AntialiasingMode_sv.html lib/qcad/scripts/View/CommandLineFocus/CommandLineFocus.js lib/qcad/scripts/View/CommandLineFocus/CommandLineFocus.pro lib/qcad/scripts/View/CommandLineFocus/CommandLineFocusInit.js +lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_da.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_de.html +lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_da.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_de.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_en.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_es.html @@ -9278,6 +10426,7 @@ lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_pl.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_pt.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_ru.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_sl.html +lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_sv.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_en.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_es.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_fr.html @@ -9288,12 +10437,14 @@ lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_pl.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_pt.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_ru.html lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_sl.html +lib/qcad/scripts/View/CommandLineFocus/doc/CommandLineFocus_sv.html lib/qcad/scripts/View/DisplayDistanceAngle/DisplayDistanceAngle-inverse.svg lib/qcad/scripts/View/DisplayDistanceAngle/DisplayDistanceAngle.js lib/qcad/scripts/View/DisplayDistanceAngle/DisplayDistanceAngle.pro lib/qcad/scripts/View/DisplayDistanceAngle/DisplayDistanceAngle.svg lib/qcad/scripts/View/DisplayDistanceAngle/DisplayDistanceAngleInit.js lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle.png +lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle_da.html lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle_de.html lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle_en.html lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle_es.html @@ -9305,12 +10456,15 @@ lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle_pl.html lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle_pt.html lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle_ru.html lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle_sl.html +lib/qcad/scripts/View/DisplayDistanceAngle/doc/DisplayDistanceAngle_sv.html lib/qcad/scripts/View/DraftMode/DraftMode-inverse.svg lib/qcad/scripts/View/DraftMode/DraftMode.js lib/qcad/scripts/View/DraftMode/DraftMode.pro lib/qcad/scripts/View/DraftMode/DraftMode.svg lib/qcad/scripts/View/DraftMode/doc/DraftMode.png +lib/qcad/scripts/View/DraftMode/doc/DraftMode_da.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_de.html +lib/qcad/scripts/View/DraftMode/doc/DraftMode_desc_da.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_desc_de.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_desc_en.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_desc_es.html @@ -9322,6 +10476,7 @@ lib/qcad/scripts/View/DraftMode/doc/DraftMode_desc_pl.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_desc_pt.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_desc_ru.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_desc_sl.html +lib/qcad/scripts/View/DraftMode/doc/DraftMode_desc_sv.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_en.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_es.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_fr.html @@ -9332,11 +10487,13 @@ lib/qcad/scripts/View/DraftMode/doc/DraftMode_pl.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_pt.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_ru.html lib/qcad/scripts/View/DraftMode/doc/DraftMode_sl.html +lib/qcad/scripts/View/DraftMode/doc/DraftMode_sv.html lib/qcad/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft-inverse.svg lib/qcad/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft.js lib/qcad/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft.pro lib/qcad/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft.svg lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft.png +lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_da.html lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_de.html lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_en.html lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_es.html @@ -9348,11 +10505,13 @@ lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_pl.h lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_pt.html lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_ru.html lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_sl.html +lib/qcad/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_sv.html lib/qcad/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff-inverse.svg lib/qcad/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff.js lib/qcad/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff.pro lib/qcad/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff.svg lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff.png +lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_da.html lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_de.html lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_en.html lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_es.html @@ -9364,11 +10523,13 @@ lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_pl.htm lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_pt.html lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_ru.html lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_sl.html +lib/qcad/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_sv.html lib/qcad/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight-inverse.svg lib/qcad/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight.js lib/qcad/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight.pro lib/qcad/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight.svg lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight.png +lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_da.html lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_de.html lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_en.html lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_es.html @@ -9380,11 +10541,13 @@ lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_pl lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_pt.html lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_ru.html lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_sl.html +lib/qcad/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_sv.html lib/qcad/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop-inverse.svg lib/qcad/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop.js lib/qcad/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop.pro lib/qcad/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop.svg lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop.png +lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_da.html lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_de.html lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_en.html lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_es.html @@ -9396,6 +10559,7 @@ lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_pl.htm lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_pt.html lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_ru.html lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_sl.html +lib/qcad/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_sv.html lib/qcad/scripts/View/IsometricView/IsometricView.js lib/qcad/scripts/View/IsometricView/IsometricView.pro lib/qcad/scripts/View/IsometricView/dir/dir.pro @@ -9404,7 +10568,9 @@ lib/qcad/scripts/View/LinetypeMode/LinetypeMode.js lib/qcad/scripts/View/LinetypeMode/LinetypeMode.pro lib/qcad/scripts/View/LinetypeMode/LinetypeMode.svg lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode.png +lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_da.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_de.html +lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_desc_da.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_desc_de.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_desc_en.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_desc_es.html @@ -9416,6 +10582,7 @@ lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_desc_pl.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_desc_pt.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_desc_ru.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_desc_sl.html +lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_desc_sv.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_en.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_es.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_fr.html @@ -9426,9 +10593,11 @@ lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_pl.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_pt.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_ru.html lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_sl.html +lib/qcad/scripts/View/LinetypeMode/doc/LinetypeMode_sv.html lib/qcad/scripts/View/OptionsToolBarFocus/OptionsToolBarFocus.js lib/qcad/scripts/View/OptionsToolBarFocus/OptionsToolBarFocus.pro lib/qcad/scripts/View/OptionsToolBarFocus/OptionsToolBarFocusInit.js +lib/qcad/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_da.html lib/qcad/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_de.html lib/qcad/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_en.html lib/qcad/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_es.html @@ -9440,6 +10609,7 @@ lib/qcad/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_pl.html lib/qcad/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_pt.html lib/qcad/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_ru.html lib/qcad/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_sl.html +lib/qcad/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_sv.html lib/qcad/scripts/View/ShowToolDialog/ShowToolDialog.js lib/qcad/scripts/View/ShowToolDialog/ShowToolDialog.pro lib/qcad/scripts/View/ToggleGrid/ToggleGrid-inverse.svg @@ -9447,7 +10617,9 @@ lib/qcad/scripts/View/ToggleGrid/ToggleGrid.js lib/qcad/scripts/View/ToggleGrid/ToggleGrid.pro lib/qcad/scripts/View/ToggleGrid/ToggleGrid.svg lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid.png +lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_da.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_de.html +lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_desc_da.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_desc_de.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_desc_en.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_desc_es.html @@ -9459,6 +10631,7 @@ lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_desc_pl.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_desc_pt.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_desc_ru.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_desc_sl.html +lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_desc_sv.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_en.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_es.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_fr.html @@ -9469,10 +10642,13 @@ lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_pl.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_pt.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_ru.html lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_sl.html +lib/qcad/scripts/View/ToggleGrid/doc/ToggleGrid_sv.html lib/qcad/scripts/View/ToolMatrixFocus/ToolMatrixFocus.js lib/qcad/scripts/View/ToolMatrixFocus/ToolMatrixFocus.pro lib/qcad/scripts/View/ToolMatrixFocus/ToolMatrixFocusInit.js +lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_da.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_de.html +lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_desc_da.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_desc_de.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_desc_en.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_desc_es.html @@ -9484,6 +10660,7 @@ lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_desc_pl.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_desc_pt.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_desc_ru.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_desc_sl.html +lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_desc_sv.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_en.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_es.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_fr.html @@ -9494,6 +10671,7 @@ lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_pl.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_pt.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_ru.html lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_sl.html +lib/qcad/scripts/View/ToolMatrixFocus/doc/ToolMatrixFocus_sv.html lib/qcad/scripts/View/View-inverse.svg lib/qcad/scripts/View/View.js lib/qcad/scripts/View/View.pro @@ -9507,7 +10685,9 @@ lib/qcad/scripts/View/Zoom/AutoZoom/AutoZoom.pro lib/qcad/scripts/View/Zoom/AutoZoom/AutoZoom.svg lib/qcad/scripts/View/Zoom/AutoZoom/AutoZoomInit.js lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom.png +lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_da.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_de.html +lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_desc_da.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_desc_de.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_desc_en.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_desc_es.html @@ -9519,6 +10699,7 @@ lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_desc_pl.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_desc_pt.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_desc_ru.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_desc_sl.html +lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_desc_sv.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_en.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_es.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_fr.html @@ -9529,13 +10710,16 @@ lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_pl.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_pt.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_ru.html lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_sl.html +lib/qcad/scripts/View/Zoom/AutoZoom/doc/AutoZoom_sv.html lib/qcad/scripts/View/Zoom/PanZoom/PanZoom-inverse.svg lib/qcad/scripts/View/Zoom/PanZoom/PanZoom.js lib/qcad/scripts/View/Zoom/PanZoom/PanZoom.pro lib/qcad/scripts/View/Zoom/PanZoom/PanZoom.svg lib/qcad/scripts/View/Zoom/PanZoom/PanZoomInit.js lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom.png +lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_da.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_de.html +lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_desc_da.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_desc_de.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_desc_en.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_desc_es.html @@ -9547,6 +10731,7 @@ lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_desc_pl.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_desc_pt.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_desc_ru.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_desc_sl.html +lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_desc_sv.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_en.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_es.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_fr.html @@ -9557,13 +10742,16 @@ lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_pl.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_pt.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_ru.html lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_sl.html +lib/qcad/scripts/View/Zoom/PanZoom/doc/PanZoom_sv.html lib/qcad/scripts/View/Zoom/PreviousView/PreviousView-inverse.svg lib/qcad/scripts/View/Zoom/PreviousView/PreviousView.js lib/qcad/scripts/View/Zoom/PreviousView/PreviousView.pro lib/qcad/scripts/View/Zoom/PreviousView/PreviousView.svg lib/qcad/scripts/View/Zoom/PreviousView/PreviousViewInit.js lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView.png +lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_da.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_de.html +lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_desc_da.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_desc_de.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_desc_en.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_desc_es.html @@ -9575,6 +10763,7 @@ lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_desc_pl.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_desc_pt.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_desc_ru.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_desc_sl.html +lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_desc_sv.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_en.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_es.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_fr.html @@ -9585,6 +10774,7 @@ lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_pl.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_pt.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_ru.html lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_sl.html +lib/qcad/scripts/View/Zoom/PreviousView/doc/PreviousView_sv.html lib/qcad/scripts/View/Zoom/WindowZoom/WindowZoom-inverse.svg lib/qcad/scripts/View/Zoom/WindowZoom/WindowZoom.js lib/qcad/scripts/View/Zoom/WindowZoom/WindowZoom.pro @@ -9596,7 +10786,9 @@ lib/qcad/scripts/View/Zoom/WindowZoom/WindowZoomCursorMask@2x.png lib/qcad/scripts/View/Zoom/WindowZoom/WindowZoomInit.js lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom.png +lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_da.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_de.html +lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_desc_da.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_desc_de.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_desc_en.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_desc_es.html @@ -9608,6 +10800,7 @@ lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_desc_pl.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_desc_pt.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_desc_ru.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_desc_sl.html +lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_desc_sv.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_en.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_es.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_fr.html @@ -9615,6 +10808,7 @@ lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_it.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_ja.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_nl.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_pl.html +lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_proc_da.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_proc_de.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_proc_en.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_proc_es.html @@ -9625,9 +10819,11 @@ lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_proc_nl.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_proc_pl.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_proc_pt.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_proc_ru.html +lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_proc_sv.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_pt.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_ru.html lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_sl.html +lib/qcad/scripts/View/Zoom/WindowZoom/doc/WindowZoom_sv.html lib/qcad/scripts/View/Zoom/Zoom-inverse.svg lib/qcad/scripts/View/Zoom/Zoom.js lib/qcad/scripts/View/Zoom/Zoom.pro @@ -9638,7 +10834,9 @@ lib/qcad/scripts/View/Zoom/ZoomIn/ZoomIn.pro lib/qcad/scripts/View/Zoom/ZoomIn/ZoomIn.svg lib/qcad/scripts/View/Zoom/ZoomIn/ZoomInInit.js lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn.png +lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_da.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_de.html +lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_desc_da.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_desc_de.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_desc_en.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_desc_es.html @@ -9650,6 +10848,7 @@ lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_desc_pl.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_desc_pt.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_desc_ru.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_desc_sl.html +lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_desc_sv.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_en.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_es.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_fr.html @@ -9660,13 +10859,16 @@ lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_pl.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_pt.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_ru.html lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_sl.html +lib/qcad/scripts/View/Zoom/ZoomIn/doc/ZoomIn_sv.html lib/qcad/scripts/View/Zoom/ZoomOut/ZoomOut-inverse.svg lib/qcad/scripts/View/Zoom/ZoomOut/ZoomOut.js lib/qcad/scripts/View/Zoom/ZoomOut/ZoomOut.pro lib/qcad/scripts/View/Zoom/ZoomOut/ZoomOut.svg lib/qcad/scripts/View/Zoom/ZoomOut/ZoomOutInit.js lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut.png +lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_da.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_de.html +lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_desc_da.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_desc_de.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_desc_en.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_desc_es.html @@ -9678,6 +10880,7 @@ lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_desc_pl.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_desc_pt.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_desc_ru.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_desc_sl.html +lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_desc_sv.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_en.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_es.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_fr.html @@ -9688,13 +10891,16 @@ lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_pl.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_pt.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_ru.html lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_sl.html +lib/qcad/scripts/View/Zoom/ZoomOut/doc/ZoomOut_sv.html lib/qcad/scripts/View/Zoom/ZoomToSelection/ZoomToSelection-inverse.svg lib/qcad/scripts/View/Zoom/ZoomToSelection/ZoomToSelection.js lib/qcad/scripts/View/Zoom/ZoomToSelection/ZoomToSelection.pro lib/qcad/scripts/View/Zoom/ZoomToSelection/ZoomToSelection.svg lib/qcad/scripts/View/Zoom/ZoomToSelection/ZoomToSelectionInit.js lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection.png +lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_da.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_de.html +lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_desc_da.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_desc_de.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_desc_en.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_desc_es.html @@ -9706,6 +10912,7 @@ lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_desc_pl.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_desc_pt.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_desc_ru.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_desc_sl.html +lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_desc_sv.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_en.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_es.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_fr.html @@ -9716,8 +10923,10 @@ lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_pl.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_pt.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_ru.html lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_sl.html +lib/qcad/scripts/View/Zoom/ZoomToSelection/doc/ZoomToSelection_sv.html lib/qcad/scripts/View/Zoom/dir/dir.pro lib/qcad/scripts/View/Zoom/doc/Zoom.png +lib/qcad/scripts/View/Zoom/doc/Zoom_da.html lib/qcad/scripts/View/Zoom/doc/Zoom_de.html lib/qcad/scripts/View/Zoom/doc/Zoom_en.html lib/qcad/scripts/View/Zoom/doc/Zoom_es.html @@ -9729,8 +10938,10 @@ lib/qcad/scripts/View/Zoom/doc/Zoom_pl.html lib/qcad/scripts/View/Zoom/doc/Zoom_pt.html lib/qcad/scripts/View/Zoom/doc/Zoom_ru.html lib/qcad/scripts/View/Zoom/doc/Zoom_sl.html +lib/qcad/scripts/View/Zoom/doc/Zoom_sv.html lib/qcad/scripts/View/dir/dir.pro lib/qcad/scripts/View/doc/View.png +lib/qcad/scripts/View/doc/View_da.html lib/qcad/scripts/View/doc/View_de.html lib/qcad/scripts/View/doc/View_en.html lib/qcad/scripts/View/doc/View_es.html @@ -9742,6 +10953,7 @@ lib/qcad/scripts/View/doc/View_pl.html lib/qcad/scripts/View/doc/View_pt.html lib/qcad/scripts/View/doc/View_ru.html lib/qcad/scripts/View/doc/View_sl.html +lib/qcad/scripts/View/doc/View_sv.html lib/qcad/scripts/WidgetFactory.js lib/qcad/scripts/Widgets/AutoZoomView/AutoZoomView.js lib/qcad/scripts/Widgets/AutoZoomView/AutoZoomView.pro @@ -9759,6 +10971,7 @@ lib/qcad/scripts/Widgets/BlockList/Visible0.svg lib/qcad/scripts/Widgets/BlockList/Visible1-inverse.svg lib/qcad/scripts/Widgets/BlockList/Visible1.svg lib/qcad/scripts/Widgets/BlockList/doc/BlockList.png +lib/qcad/scripts/Widgets/BlockList/doc/BlockList_da.html lib/qcad/scripts/Widgets/BlockList/doc/BlockList_de.html lib/qcad/scripts/Widgets/BlockList/doc/BlockList_en.html lib/qcad/scripts/Widgets/BlockList/doc/BlockList_es.html @@ -9770,6 +10983,7 @@ lib/qcad/scripts/Widgets/BlockList/doc/BlockList_pl.html lib/qcad/scripts/Widgets/BlockList/doc/BlockList_pt.html lib/qcad/scripts/Widgets/BlockList/doc/BlockList_ru.html lib/qcad/scripts/Widgets/BlockList/doc/BlockList_sl.html +lib/qcad/scripts/Widgets/BlockList/doc/BlockList_sv.html lib/qcad/scripts/Widgets/BlockList/doc/Edit0.png lib/qcad/scripts/Widgets/BlockList/doc/Edit1.png lib/qcad/scripts/Widgets/BlockList/doc/Visible0.png @@ -9795,7 +11009,9 @@ lib/qcad/scripts/Widgets/CommandLine/PreferencesPage.ui lib/qcad/scripts/Widgets/CommandLine/ToggleTitleBar-inverse.svg lib/qcad/scripts/Widgets/CommandLine/ToggleTitleBar.svg lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine.png +lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_da.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_de.html +lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_desc_da.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_desc_de.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_desc_en.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_desc_es.html @@ -9807,6 +11023,7 @@ lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_desc_pl.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_desc_pt.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_desc_ru.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_desc_sl.html +lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_desc_sv.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_en.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_es.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_fr.html @@ -9817,6 +11034,7 @@ lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_pl.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_pt.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_ru.html lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_sl.html +lib/qcad/scripts/Widgets/CommandLine/doc/CommandLine_sv.html lib/qcad/scripts/Widgets/CommandLine/doc/ToggleTitleBar.png lib/qcad/scripts/Widgets/CoordinateDisplay/CoordinateDisplay.js lib/qcad/scripts/Widgets/CoordinateDisplay/CoordinateDisplay.pro @@ -9842,6 +11060,7 @@ lib/qcad/scripts/Widgets/LayerList/LayerList.ui lib/qcad/scripts/Widgets/LayerList/PreferencesPage.ui lib/qcad/scripts/Widgets/LayerList/doc/LayerList.png lib/qcad/scripts/Widgets/LayerList/doc/LayerList_de.html +lib/qcad/scripts/Widgets/LayerList/doc/LayerList_desc_da.html lib/qcad/scripts/Widgets/LayerList/doc/LayerList_desc_de.html lib/qcad/scripts/Widgets/LayerList/doc/LayerList_desc_en.html lib/qcad/scripts/Widgets/LayerList/doc/LayerList_desc_es.html @@ -9852,6 +11071,7 @@ lib/qcad/scripts/Widgets/LayerList/doc/LayerList_desc_pl.html lib/qcad/scripts/Widgets/LayerList/doc/LayerList_desc_pt.html lib/qcad/scripts/Widgets/LayerList/doc/LayerList_desc_ru.html lib/qcad/scripts/Widgets/LayerList/doc/LayerList_desc_sl.html +lib/qcad/scripts/Widgets/LayerList/doc/LayerList_desc_sv.html lib/qcad/scripts/Widgets/LayerList/doc/LayerList_en.html lib/qcad/scripts/Widgets/LayerList/doc/LayerList_es.html lib/qcad/scripts/Widgets/LayerList/doc/LayerList_fr.html @@ -9944,7 +11164,9 @@ lib/qcad/scripts/Widgets/LibraryBrowser/doc/Find.png lib/qcad/scripts/Widgets/LibraryBrowser/doc/Insert.png lib/qcad/scripts/Widgets/LibraryBrowser/doc/JsFile.png lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser.png +lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_da.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_de.html +lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_da.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_de.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_en.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_es.html @@ -9956,6 +11178,7 @@ lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_pl.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_pt.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_ru.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_sl.html +lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_sv.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_en.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_es.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_fr.html @@ -9966,6 +11189,7 @@ lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_pl.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_pt.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_ru.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_sl.html +lib/qcad/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_sv.html lib/qcad/scripts/Widgets/LibraryBrowser/doc/Next.png lib/qcad/scripts/Widgets/LibraryBrowser/doc/Open.png lib/qcad/scripts/Widgets/LibraryBrowser/doc/Previous.png @@ -10007,6 +11231,7 @@ lib/qcad/scripts/Widgets/PropertyEditor/RemoveCustomProperty.svg lib/qcad/scripts/Widgets/PropertyEditor/doc/AddCustomProperty.png lib/qcad/scripts/Widgets/PropertyEditor/doc/Clear.png lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor.png +lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor_da.html lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor_de.html lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor_en.html lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor_es.html @@ -10018,6 +11243,7 @@ lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor_pl.html lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor_pt.html lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor_ru.html lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor_sl.html +lib/qcad/scripts/Widgets/PropertyEditor/doc/PropertyEditor_sv.html lib/qcad/scripts/Widgets/PropertyEditor/doc/RemoveCustomProperty.png lib/qcad/scripts/Widgets/SelectionDisplay/SelectionDisplay.js lib/qcad/scripts/Widgets/SelectionDisplay/SelectionDisplay.pro @@ -10025,6 +11251,7 @@ lib/qcad/scripts/Widgets/SelectionDisplay/SelectionDisplay.ui lib/qcad/scripts/Widgets/StatusBar/PreferencesPage.ui lib/qcad/scripts/Widgets/StatusBar/StatusBar.js lib/qcad/scripts/Widgets/StatusBar/StatusBar.pro +lib/qcad/scripts/Widgets/StatusBar/doc/StatusBar_da.html lib/qcad/scripts/Widgets/StatusBar/doc/StatusBar_de.html lib/qcad/scripts/Widgets/StatusBar/doc/StatusBar_en.html lib/qcad/scripts/Widgets/StatusBar/doc/StatusBar_es.html @@ -10036,6 +11263,7 @@ lib/qcad/scripts/Widgets/StatusBar/doc/StatusBar_pl.html lib/qcad/scripts/Widgets/StatusBar/doc/StatusBar_pt.html lib/qcad/scripts/Widgets/StatusBar/doc/StatusBar_ru.html lib/qcad/scripts/Widgets/StatusBar/doc/StatusBar_sl.html +lib/qcad/scripts/Widgets/StatusBar/doc/StatusBar_sv.html lib/qcad/scripts/Widgets/TabBar/AddTab-inverse.svg lib/qcad/scripts/Widgets/TabBar/AddTab.svg lib/qcad/scripts/Widgets/TabBar/PreferencesPage.ui @@ -10067,7 +11295,9 @@ lib/qcad/scripts/Window/CloseAll/CloseAll.pro lib/qcad/scripts/Window/CloseAll/CloseAll.svg lib/qcad/scripts/Window/CloseAll/CloseAllInit.js lib/qcad/scripts/Window/CloseAll/doc/CloseAll.png +lib/qcad/scripts/Window/CloseAll/doc/CloseAll_da.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_de.html +lib/qcad/scripts/Window/CloseAll/doc/CloseAll_desc_da.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_desc_de.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_desc_en.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_desc_es.html @@ -10079,6 +11309,7 @@ lib/qcad/scripts/Window/CloseAll/doc/CloseAll_desc_pl.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_desc_pt.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_desc_ru.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_desc_sl.html +lib/qcad/scripts/Window/CloseAll/doc/CloseAll_desc_sv.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_en.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_es.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_fr.html @@ -10089,13 +11320,16 @@ lib/qcad/scripts/Window/CloseAll/doc/CloseAll_pl.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_pt.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_ru.html lib/qcad/scripts/Window/CloseAll/doc/CloseAll_sl.html +lib/qcad/scripts/Window/CloseAll/doc/CloseAll_sv.html lib/qcad/scripts/Window/NextWindow/NextWindow-inverse.svg lib/qcad/scripts/Window/NextWindow/NextWindow.js lib/qcad/scripts/Window/NextWindow/NextWindow.pro lib/qcad/scripts/Window/NextWindow/NextWindow.svg lib/qcad/scripts/Window/NextWindow/NextWindowInit.js lib/qcad/scripts/Window/NextWindow/doc/NextWindow.png +lib/qcad/scripts/Window/NextWindow/doc/NextWindow_da.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_de.html +lib/qcad/scripts/Window/NextWindow/doc/NextWindow_desc_da.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_desc_de.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_desc_en.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_desc_es.html @@ -10107,6 +11341,7 @@ lib/qcad/scripts/Window/NextWindow/doc/NextWindow_desc_pl.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_desc_pt.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_desc_ru.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_desc_sl.html +lib/qcad/scripts/Window/NextWindow/doc/NextWindow_desc_sv.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_en.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_es.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_fr.html @@ -10117,13 +11352,16 @@ lib/qcad/scripts/Window/NextWindow/doc/NextWindow_pl.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_pt.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_ru.html lib/qcad/scripts/Window/NextWindow/doc/NextWindow_sl.html +lib/qcad/scripts/Window/NextWindow/doc/NextWindow_sv.html lib/qcad/scripts/Window/PreviousWindow/PreviousWindow-inverse.svg lib/qcad/scripts/Window/PreviousWindow/PreviousWindow.js lib/qcad/scripts/Window/PreviousWindow/PreviousWindow.pro lib/qcad/scripts/Window/PreviousWindow/PreviousWindow.svg lib/qcad/scripts/Window/PreviousWindow/PreviousWindowInit.js lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow.png +lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_da.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_de.html +lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_da.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_de.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_en.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_es.html @@ -10135,6 +11373,7 @@ lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_pl.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_pt.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_ru.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_sl.html +lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_sv.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_en.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_es.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_fr.html @@ -10145,9 +11384,11 @@ lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_pl.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_pt.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_ru.html lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_sl.html +lib/qcad/scripts/Window/PreviousWindow/doc/PreviousWindow_sv.html lib/qcad/scripts/Window/Window.js lib/qcad/scripts/Window/Window.pro lib/qcad/scripts/Window/dir/dir.pro +lib/qcad/scripts/Window/doc/Window_da.html lib/qcad/scripts/Window/doc/Window_de.html lib/qcad/scripts/Window/doc/Window_en.html lib/qcad/scripts/Window/doc/Window_es.html @@ -10159,6 +11400,7 @@ lib/qcad/scripts/Window/doc/Window_pl.html lib/qcad/scripts/Window/doc/Window_pt.html lib/qcad/scripts/Window/doc/Window_ru.html lib/qcad/scripts/Window/doc/Window_sl.html +lib/qcad/scripts/Window/doc/Window_sv.html lib/qcad/scripts/autostart.js lib/qcad/scripts/date.js lib/qcad/scripts/dir/dir.pro @@ -10186,7 +11428,137 @@ lib/qcad/scripts/simple_view.js lib/qcad/scripts/splashscreen.png lib/qcad/scripts/splashscreen@2x.png lib/qcad/scripts/sprintf.js +lib/qcad/themes/Coffee/icons/checkbox-checked-disabled.png +lib/qcad/themes/Coffee/icons/checkbox-checked-hover.png +lib/qcad/themes/Coffee/icons/checkbox-checked.png +lib/qcad/themes/Coffee/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Coffee/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Coffee/icons/checkbox-unchecked.png +lib/qcad/themes/Coffee/icons/radio-checked-disabled.png +lib/qcad/themes/Coffee/icons/radio-checked-hover.png +lib/qcad/themes/Coffee/icons/radio-checked.png +lib/qcad/themes/Coffee/icons/radio-unchecked-disabled.png +lib/qcad/themes/Coffee/icons/radio-unchecked-hover.png +lib/qcad/themes/Coffee/icons/radio-unchecked.png +lib/qcad/themes/Coffee/stylesheet.css +lib/qcad/themes/Cyan/icons/checkbox-checked-disabled.png +lib/qcad/themes/Cyan/icons/checkbox-checked-hover.png +lib/qcad/themes/Cyan/icons/checkbox-checked.png +lib/qcad/themes/Cyan/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Cyan/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Cyan/icons/checkbox-unchecked.png +lib/qcad/themes/Cyan/icons/radio-checked-disabled.png +lib/qcad/themes/Cyan/icons/radio-checked-hover.png +lib/qcad/themes/Cyan/icons/radio-checked.png +lib/qcad/themes/Cyan/icons/radio-unchecked-disabled.png +lib/qcad/themes/Cyan/icons/radio-unchecked-hover.png +lib/qcad/themes/Cyan/icons/radio-unchecked.png +lib/qcad/themes/Cyan/stylesheet.css +lib/qcad/themes/Dark Grey/icons/checkbox-checked-disabled.png +lib/qcad/themes/Dark Grey/icons/checkbox-checked-hover.png +lib/qcad/themes/Dark Grey/icons/checkbox-checked.png +lib/qcad/themes/Dark Grey/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Dark Grey/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Dark Grey/icons/checkbox-unchecked.png +lib/qcad/themes/Dark Grey/icons/radio-checked-disabled.png +lib/qcad/themes/Dark Grey/icons/radio-checked-hover.png +lib/qcad/themes/Dark Grey/icons/radio-checked.png +lib/qcad/themes/Dark Grey/icons/radio-unchecked-disabled.png +lib/qcad/themes/Dark Grey/icons/radio-unchecked-hover.png +lib/qcad/themes/Dark Grey/icons/radio-unchecked.png +lib/qcad/themes/Dark Grey/stylesheet.css lib/qcad/themes/Dark/stylesheet.css +lib/qcad/themes/Default Plus/icons/checkbox-checked-disabled.png +lib/qcad/themes/Default Plus/icons/checkbox-checked-hover.png +lib/qcad/themes/Default Plus/icons/checkbox-checked.png +lib/qcad/themes/Default Plus/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Default Plus/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Default Plus/icons/checkbox-unchecked.png +lib/qcad/themes/Default Plus/icons/radio-checked-disabled.png +lib/qcad/themes/Default Plus/icons/radio-checked-hover.png +lib/qcad/themes/Default Plus/icons/radio-checked.png +lib/qcad/themes/Default Plus/icons/radio-unchecked-disabled.png +lib/qcad/themes/Default Plus/icons/radio-unchecked-hover.png +lib/qcad/themes/Default Plus/icons/radio-unchecked.png +lib/qcad/themes/Default Plus/stylesheet.css +lib/qcad/themes/Forest/icons/checkbox-checked-disabled.png +lib/qcad/themes/Forest/icons/checkbox-checked-hover.png +lib/qcad/themes/Forest/icons/checkbox-checked.png +lib/qcad/themes/Forest/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Forest/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Forest/icons/checkbox-unchecked.png +lib/qcad/themes/Forest/icons/radio-checked-disabled.png +lib/qcad/themes/Forest/icons/radio-checked-hover.png +lib/qcad/themes/Forest/icons/radio-checked.png +lib/qcad/themes/Forest/icons/radio-unchecked-disabled.png +lib/qcad/themes/Forest/icons/radio-unchecked-hover.png +lib/qcad/themes/Forest/icons/radio-unchecked.png +lib/qcad/themes/Forest/stylesheet.css +lib/qcad/themes/Heather/icons/checkbox-checked-disabled.png +lib/qcad/themes/Heather/icons/checkbox-checked-hover.png +lib/qcad/themes/Heather/icons/checkbox-checked.png +lib/qcad/themes/Heather/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Heather/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Heather/icons/checkbox-unchecked.png +lib/qcad/themes/Heather/icons/radio-checked-disabled.png +lib/qcad/themes/Heather/icons/radio-checked-hover.png +lib/qcad/themes/Heather/icons/radio-checked.png +lib/qcad/themes/Heather/icons/radio-unchecked-disabled.png +lib/qcad/themes/Heather/icons/radio-unchecked-hover.png +lib/qcad/themes/Heather/icons/radio-unchecked.png +lib/qcad/themes/Heather/stylesheet.css +lib/qcad/themes/Light Grey/icons/checkbox-checked-disabled.png +lib/qcad/themes/Light Grey/icons/checkbox-checked-hover.png +lib/qcad/themes/Light Grey/icons/checkbox-checked.png +lib/qcad/themes/Light Grey/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Light Grey/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Light Grey/icons/checkbox-unchecked.png +lib/qcad/themes/Light Grey/icons/radio-checked-disabled.png +lib/qcad/themes/Light Grey/icons/radio-checked-hover.png +lib/qcad/themes/Light Grey/icons/radio-checked.png +lib/qcad/themes/Light Grey/icons/radio-unchecked-disabled.png +lib/qcad/themes/Light Grey/icons/radio-unchecked-hover.png +lib/qcad/themes/Light Grey/icons/radio-unchecked.png +lib/qcad/themes/Light Grey/stylesheet.css +lib/qcad/themes/Midnight/icons/checkbox-checked-disabled.png +lib/qcad/themes/Midnight/icons/checkbox-checked-hover.png +lib/qcad/themes/Midnight/icons/checkbox-checked.png +lib/qcad/themes/Midnight/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Midnight/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Midnight/icons/checkbox-unchecked.png +lib/qcad/themes/Midnight/icons/radio-checked-disabled.png +lib/qcad/themes/Midnight/icons/radio-checked-hover.png +lib/qcad/themes/Midnight/icons/radio-checked.png +lib/qcad/themes/Midnight/icons/radio-unchecked-disabled.png +lib/qcad/themes/Midnight/icons/radio-unchecked-hover.png +lib/qcad/themes/Midnight/icons/radio-unchecked.png +lib/qcad/themes/Midnight/stylesheet.css +lib/qcad/themes/Pastel/icons/checkbox-checked-disabled.png +lib/qcad/themes/Pastel/icons/checkbox-checked-hover.png +lib/qcad/themes/Pastel/icons/checkbox-checked.png +lib/qcad/themes/Pastel/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Pastel/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Pastel/icons/checkbox-unchecked.png +lib/qcad/themes/Pastel/icons/radio-checked-disabled.png +lib/qcad/themes/Pastel/icons/radio-checked-hover.png +lib/qcad/themes/Pastel/icons/radio-checked.png +lib/qcad/themes/Pastel/icons/radio-unchecked-disabled.png +lib/qcad/themes/Pastel/icons/radio-unchecked-hover.png +lib/qcad/themes/Pastel/icons/radio-unchecked.png +lib/qcad/themes/Pastel/stylesheet.css +lib/qcad/themes/Pink Champagne/icons/checkbox-checked-disabled.png +lib/qcad/themes/Pink Champagne/icons/checkbox-checked-hover.png +lib/qcad/themes/Pink Champagne/icons/checkbox-checked.png +lib/qcad/themes/Pink Champagne/icons/checkbox-unchecked-disabled.png +lib/qcad/themes/Pink Champagne/icons/checkbox-unchecked-hover.png +lib/qcad/themes/Pink Champagne/icons/checkbox-unchecked.png +lib/qcad/themes/Pink Champagne/icons/radio-checked-disabled.png +lib/qcad/themes/Pink Champagne/icons/radio-checked-hover.png +lib/qcad/themes/Pink Champagne/icons/radio-checked.png +lib/qcad/themes/Pink Champagne/icons/radio-unchecked-disabled.png +lib/qcad/themes/Pink Champagne/icons/radio-unchecked-hover.png +lib/qcad/themes/Pink Champagne/icons/radio-unchecked.png +lib/qcad/themes/Pink Champagne/stylesheet.css lib/qcad/ts/assistant_ar.qm lib/qcad/ts/assistant_bg.qm lib/qcad/ts/assistant_cs.qm @@ -10241,6 +11613,8 @@ lib/qcad/ts/linguist_sl.qm lib/qcad/ts/linguist_uk.qm lib/qcad/ts/linguist_zh_CN.qm lib/qcad/ts/linguist_zh_TW.qm +lib/qcad/ts/proscripts_fi.qm +lib/qcad/ts/proscripts_fi.ts lib/qcad/ts/qcadcore_cs.qm lib/qcad/ts/qcadcore_cs.ts lib/qcad/ts/qcadcore_da.qm @@ -10822,7 +12196,13 @@ share/qcad/libraries/templates/metric/dl3dl/DIN-A3-Querformat-Rahmen-PK_archi_01 share/qcad/libraries/templates/metric/dl3dl/DIN-A3-Querformat-Rahmen-mit PK.dxf share/qcad/libraries/templates/metric/dl3dl/DIN-A3-Querformat-Rahmen-ohne PK.dxf share/qcad/libraries/templates/metric/dl3dl/DIN-A3-Querformat-Rahmen.dxf +share/qcad/libraries/templates/metric/dl3dl/DIN7200.dxf +share/qcad/libraries/templates/metric/dl3dl/Layer.dxf share/qcad/libraries/templates/metric/dl3dl/Plankopf Hilfe.dxf +share/qcad/libraries/templates/metric/dl3dl/Symbole.dxf +share/qcad/libraries/templates/metric/dl3dl/TGL31006.dxf +share/qcad/libraries/templates/metric/dl3dl/TGL31031_1.dxf +share/qcad/libraries/templates/metric/dl3dl/TGL31031_2.dxf share/qcad/libraries/templates/metric/dl3dl/Vl_archi-1.dxf share/qcad/libraries/templates/metric/dl3dl/Vl_nordpf-1.dxf share/qcad/libraries/templates/metric/dl3dl/Vl_nordpf-2.dxf @@ -10887,10 +12267,10 @@ share/qcad/readme.txt @pkgdir lib/qcad/scripts/Modify/Bevel/Tests/actual @pkgdir lib/qcad/scripts/Modify/AutoTrim/Tests/actual @pkgdir lib/qcad/scripts/Layer/AddLayer/Tests/actual -@pkgdir lib/qcad/scripts/Information/InfoPolylineArea/Tests/actual @pkgdir lib/qcad/scripts/Information/InfoDistancePP/Tests/actual @pkgdir lib/qcad/scripts/Information/InfoDistanceEP/Tests/actual @pkgdir lib/qcad/scripts/Information/InfoDistanceEE/Tests/actual +@pkgdir lib/qcad/scripts/Information/InfoArcCircleArea/Tests/actual @pkgdir lib/qcad/scripts/Edit/Paste/Tests/actual @pkgdir lib/qcad/scripts/Edit/Esc/Tests/actual @pkgdir lib/qcad/scripts/Edit/Duplicate/Tests/actual @@ -10899,6 +12279,7 @@ share/qcad/readme.txt @pkgdir lib/qcad/scripts/Edit/Cut/Tests/actual @pkgdir lib/qcad/scripts/Edit/CopyWithReference/Tests/actual @pkgdir lib/qcad/scripts/Edit/Copy/Tests/actual +@pkgdir lib/qcad/scripts/Edit/ConvertUnit/Tests/actual @pkgdir lib/qcad/scripts/Draw/Text/Tests/actual @pkgdir lib/qcad/scripts/Draw/Spline/SplineControlPoints/Tests/actual @pkgdir lib/qcad/scripts/Draw/Shape/ShapeRectangleSize/Tests/actual diff --git a/cad/qcad/distinfo b/cad/qcad/distinfo index 911f90946cfa7..414eac389beae 100644 --- a/cad/qcad/distinfo +++ b/cad/qcad/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.41 2021/10/26 10:04:15 nia Exp $ +$NetBSD: distinfo,v 1.42 2022/05/24 05:17:12 plunky Exp $ -BLAKE2s (qcad-3.26.1.0.tar.gz) = 6d6f2cc1d99878057afb916f2b81a189de6592418636b378bc97e75281a94edd -SHA512 (qcad-3.26.1.0.tar.gz) = 493b12acc207c2cfa781cbba29922252a727e61843195f504b8001169c3fbdadffc182adb44eb5793a2747986223f690cf553d5097b0f96b42b5b787dcd7407a -Size (qcad-3.26.1.0.tar.gz) = 34844599 bytes +BLAKE2s (qcad-3.27.6.0.tar.gz) = 785b6fa299fb7486f66b61e1fa0566e3f7b64c71296d81f9dd29a52ae414b13b +SHA512 (qcad-3.27.6.0.tar.gz) = cc793bcb4934cf234c3e6fd8b9072147df9906e54bcab454d6a08ba148ffd08fbbbdfdfbe52232af5ac55921c7cba6a126b30cfb86d5f650b427ea9608bfadcb +Size (qcad-3.27.6.0.tar.gz) = 40353903 bytes SHA1 (patch-qcad.pro) = b8dafdf3105ff3580815bb82a6a84b71f4d0b172 SHA1 (patch-scripts_Help_ShowReadme_ShowReadme.js) = 96412237a7c4422f02dc5d2ab3634457b376a2d2 SHA1 (patch-scripts_Widgets_LibraryBrowser_LibraryBrowser.js) = 65f988e553259eb93217ea12e9cb429fe52f05be SHA1 (patch-shared.pri) = f0b3ca615636c7fc2edc1af3b25b7aef2d9393ac -SHA1 (patch-shared__app.pri) = a3957987228dcadb6eb8a8bb282d6d8baee643c2 -SHA1 (patch-src_3rdparty_3rdparty.pro) = e0954d186ef57d26fe9af5e29160e25ad6aea2ab +SHA1 (patch-shared__app.pri) = ecb78919758acaa9d48ba5e60f17cb2e410cb4a5 +SHA1 (patch-src_3rdparty_3rdparty.pro) = 4fe0e0f63b24551bd62b2cfd0ffd862d4fca7221 SHA1 (patch-src_3rdparty_dxflib_dxflib.pro) = 7229800bfa5f04a475111f68cf26581e6ea41e83 SHA1 (patch-src_3rdparty_opennurbs_opennurbs.pro) = d96e1ce129d32703fc474aea71afdae1d4b537ed SHA1 (patch-src_3rdparty_opennurbs_opennurbs__zlib.cpp) = 26385c45b2132909470aba79181c242c785614a7 @@ -16,7 +16,7 @@ SHA1 (patch-src_3rdparty_opennurbs_opennurbs__zlib.h) = 333fe1510cc5ea2457eefd7d SHA1 (patch-src_3rdparty_opennurbs_opennurbs_opennurbs.pro) = 7120c49027d4a50c23b1e9e60c44a1e0a239d6ac SHA1 (patch-src_3rdparty_spatialindexnavel_spatialindexnavel.pro) = d3af7c7c8da0d3bc297fb8cd19d0c91125bfcdfe SHA1 (patch-src_3rdparty_stemmer_stemmer.pro) = 22e2e937f6a19277608bad11676b156e87cf1826 -SHA1 (patch-src_core_RS.cpp) = d3148a29b1a127b09d3bd3d0cc195e26b86b6280 +SHA1 (patch-src_core_RS.cpp) = a8814a6f475bde9c7ff03c3066e13daff2313ac5 SHA1 (patch-src_core_RSettings.cpp) = 3fc5cea42fae1b9ace651f68f38dad62dfe0e88a SHA1 (patch-src_core_core.pro) = 3b2c68139457f08205896b94e44ebf6c09eb6bfe SHA1 (patch-src_customwidgets_customwidgets.pro) = 8bac25b8f02092464591019be961470a45c810cc @@ -25,7 +25,7 @@ SHA1 (patch-src_grid_grid.pro) = 65f5f47cce612b31181a0ac3e153214d29f08767 SHA1 (patch-src_gui_gui.pro) = 938fdcb8715ec78550ebff80400ab66be551584d SHA1 (patch-src_io_dxf_dxf.pro) = 3ac31fda7170202334d0fead5b010e88b780f8aa SHA1 (patch-src_operations_operations.pro) = d10b38594f29ae07febdb52339049646926c2252 -SHA1 (patch-src_run_main.cpp) = ef4498e2b1028dd675663793a885b4a65030027f +SHA1 (patch-src_run_main.cpp) = 2414fdbd6434c5a7d12647f9f964775b01fcee6a SHA1 (patch-src_run_run.pri) = fca4570872f9fc7b25beac8dfd0c4802b81d3972 SHA1 (patch-src_scripting_ecmaapi_ecmaapi.pro) = 8105fd89a8b52962f9e0c1ff80cf154ceb09145e SHA1 (patch-src_scripts_scripts.pro) = 7019dd69451b2594890c14f9ebf688a15cf81ee4 diff --git a/cad/qcad/patches/patch-shared__app.pri b/cad/qcad/patches/patch-shared__app.pri index 73266ae399f50..d477b43b96bf3 100644 --- a/cad/qcad/patches/patch-shared__app.pri +++ b/cad/qcad/patches/patch-shared__app.pri @@ -1,15 +1,19 @@ -$NetBSD: patch-shared__app.pri,v 1.3 2019/07/31 19:30:21 plunky Exp $ +$NetBSD: patch-shared__app.pri,v 1.4 2022/05/24 05:17:12 plunky Exp $ fix build for pkgsrc, by allowing qmake to link binaries in situ and create an install target ---- shared_app.pri.orig 2019-02-27 15:06:55.000000000 +0000 +--- shared_app.pri.orig 2022-03-25 09:42:54.000000000 +0000 +++ shared_app.pri -@@ -1,22 +1,21 @@ +@@ -1,25 +1,24 @@ include($$PWD/shared.pri) + lessThan(QT_MAJOR_VERSION, 6) { +- LIBS += -l$${RLIBNAME}ecmaapi ++ LIBS += -L$$PWD/src/scripting/ecmaapi -l$${RLIBNAME}ecmaapi + } + LIBS += \ -- -l$${RLIBNAME}ecmaapi \ - -l$${RLIBNAME}gui \ - -l$${RLIBNAME}entity \ - -l$${RLIBNAME}operations \ @@ -20,7 +24,6 @@ and create an install target - -l$${RLIBNAME}core \ - -l$${RLIBNAME}stemmer \ - -lstemmer -+ -L$$PWD/src/scripting/ecmaapi -l$${RLIBNAME}ecmaapi \ + -L$$PWD/src/gui -l$${RLIBNAME}gui \ + -L$$PWD/src/entity -l$${RLIBNAME}entity \ + -L$$PWD/src/operations -l$${RLIBNAME}operations \ diff --git a/cad/qcad/patches/patch-src_3rdparty_3rdparty.pro b/cad/qcad/patches/patch-src_3rdparty_3rdparty.pro index 90c3daeeef250..07beb6154dde4 100644 --- a/cad/qcad/patches/patch-src_3rdparty_3rdparty.pro +++ b/cad/qcad/patches/patch-src_3rdparty_3rdparty.pro @@ -1,17 +1,17 @@ -$NetBSD: patch-src_3rdparty_3rdparty.pro,v 1.1 2019/09/19 21:59:36 nia Exp $ +$NetBSD: patch-src_3rdparty_3rdparty.pro,v 1.2 2022/05/24 05:17:12 plunky Exp $ -Support building with "unsupported" Qt versions. +Support building with "unsupported" Qt versions. Sometimes the Qt version +in pkgsrc is later than the versions listed in QCAD source. Just use +v5.5.0 for all unknown Qt5 versions. Qt6 includes qtscriptgenerator ---- src/3rdparty/3rdparty.pro.orig 2019-07-18 15:47:56.000000000 +0000 -+++ src/3rdparty/3rdparty.pro -@@ -12,8 +12,8 @@ SUBDIRS = \ - } - - !r_mobile { -- exists(qt-labs-qtscriptgenerator-$${QT_VERSION}) { -- SUBDIRS += qt-labs-qtscriptgenerator-$${QT_VERSION} -+ exists(qt-labs-qtscriptgenerator-5.5.0) { -+ SUBDIRS += qt-labs-qtscriptgenerator-5.5.0 +--- src/3rdparty/3rdparty.pro.orig 2022-05-15 09:24:30.635775811 +0100 ++++ src/3rdparty/3rdparty.pro 2022-05-15 09:24:24.541676113 +0100 +@@ -17,7 +17,7 @@ } else { - error("Script bindings not available for Qt version $${QT_VERSION}. You can add them to src/3rdparty/qt-labs-qtscriptgenerator-$${QT_VERSION} or use another version of Qt.") + lessThan(QT_MAJOR_VERSION, 6) { +- error("Script bindings not available for Qt version $${QT_VERSION}. You can add them to src/3rdparty/qt-labs-qtscriptgenerator-$${QT_VERSION} or use another version of Qt.") ++ SUBDIRS += qt-labs-qtscriptgenerator-5.5.0 + } + } + } diff --git a/cad/qcad/patches/patch-src_core_RS.cpp b/cad/qcad/patches/patch-src_core_RS.cpp index a18bfcd4898ab..6c2631be3d279 100644 --- a/cad/qcad/patches/patch-src_core_RS.cpp +++ b/cad/qcad/patches/patch-src_core_RS.cpp @@ -1,52 +1,23 @@ -$NetBSD: patch-src_core_RS.cpp,v 1.3 2020/04/07 08:18:22 plunky Exp $ +$NetBSD: patch-src_core_RS.cpp,v 1.4 2022/05/24 05:17:12 plunky Exp $ fix hardcoded paths --- src/core/RS.cpp.orig 2020-03-17 10:40:38.000000000 +0000 +++ src/core/RS.cpp -@@ -139,44 +139,10 @@ +@@ -149,6 +149,7 @@ QStringList RS::getDirectoryList(const QString& subDirectory) { QStringList dirList; -- QString appDir = QCoreApplication::applicationDirPath(); -- QFileInfo fi(appDir); -- if (fi.fileName() == "debug" || fi.fileName() == "release") { -- appDir = fi.absolutePath(); -- } -- --#ifdef Q_OS_MAC -- // Mac OS X app bundle: -- dirList.append(appDir + "/../Resources/" + subDirectory); -- dirList.append(appDir + "/../../../" + subDirectory); -- dirList.append(QDir::currentPath() + "/" + subDirectory); --#else -- dirList.append(appDir + "/" + subDirectory); --#endif -- -- /* --#ifdef Q_OS_MAC -- if (subDirectory!="library") { --#endif -- //local (application) directory has priority over other dirs: -- dirList.append(appDir + QDir::separator() + subDirectory); -- -- #ifdef Q_OS_LINUX -- QString appDirName = QSettings.applicationName(); -- // Redhat style: -- dirList.append("/usr/share/" + appDirName + "/" + subDirectory); -- -- // SuSE style: -- dirList.append("/usr/X11R6/" + appDirName + "/" + subDirectory); -- -- dirList.append("/usr/X11R6/share/" + appDirName + "/" + subDirectory); -- dirList.append(QDir::homePath() + "/." + appDirName + "/" + subDirectory); --#endif -- --#ifdef Q_OS_MAC -- } --#endif -- */ -+ //QString appDirName = QSettings.applicationName(); ++#if 0 + QString appDir = QCoreApplication::applicationDirPath(); + QFileInfo fi(appDir); + if (fi.fileName() == "debug" || fi.fileName() == "release") { +@@ -187,6 +188,11 @@ + } + #endif + */ ++#endif ++ + dirList.append("@PREFIX@/lib/qcad/" + subDirectory); + dirList.append("@PREFIX@/share/qcad/" + subDirectory); + dirList.append(QDir::homePath() + "/.qcad/" + subDirectory); diff --git a/cad/qcad/patches/patch-src_run_main.cpp b/cad/qcad/patches/patch-src_run_main.cpp index f896f0b7ff0ff..ed7def01bce39 100644 --- a/cad/qcad/patches/patch-src_run_main.cpp +++ b/cad/qcad/patches/patch-src_run_main.cpp @@ -1,10 +1,10 @@ -$NetBSD: patch-src_run_main.cpp,v 1.3 2021/04/02 20:27:12 plunky Exp $ +$NetBSD: patch-src_run_main.cpp,v 1.4 2022/05/24 05:17:12 plunky Exp $ don't overwrite the plugins directory: remove the applicationDir and add the pluginPaths ---- src/run/main.cpp.orig 2020-11-03 12:42:11.000000000 +0000 +--- src/run/main.cpp.orig 2021-10-11 12:27:59.000000000 +0000 +++ src/run/main.cpp -@@ -253,7 +253,11 @@ int main(int argc, char *argv[]) { +@@ -268,7 +268,12 @@ int main(int argc, char *argv[]) { qWarning() << "No plugin paths found"; return -1; } @@ -14,6 +14,7 @@ don't overwrite the plugins directory: remove the applicationDir and add the plu + app->removeLibraryPath(app->applicationDirPath()); + foreach (const QString &path, pluginPaths) + app->addLibraryPath(path); ++ - RMath::init(); - RFontList::init(); + // make sure basic entities are initialized before loading plugins: + RDimStyleData::initDefaults(); From b3da2083221403e6178518495d960a8829c822cd Mon Sep 17 00:00:00 2001 From: plunky Date: Tue, 24 May 2022 05:17:26 +0000 Subject: [PATCH 0914/1154] doc: Updated cad/qcad to 3.27.6.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9646871de1de9..105f1f7a5cf4e 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2715 2022/05/23 21:48:37 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.2716 2022/05/24 05:17:26 plunky Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4168,3 +4168,4 @@ Changes to the packages collection and infrastructure in 2022: Updated audio/librespot to 0.4.1 [pin 2022-05-23] Updated fonts/ttf-meera to 7.0.3.20191223nb1 [nikita 2022-05-23] Updated devel/guile-git to 0.5.2nb2 [nikita 2022-05-23] + Updated cad/qcad to 3.27.6.0 [plunky 2022-05-24] diff --git a/doc/TODO b/doc/TODO index 9e5811dc21202..93a2410f2bf85 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21881 2022/05/23 17:21:10 wiz Exp $ +$NetBSD: TODO,v 1.21882 2022/05/24 05:17:26 plunky Exp $ Suggested new packages ====================== @@ -1471,7 +1471,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o qca2-qt5-2.3.2 o qca2-qt5-gnupg-2.3.2 o qca2-qt5-ossl-2.3.2 - o qcad-3.26.2.0 o qconf-2.5 o qemu-7.0 o qlandkartegt-1.8.1 [pkg/53376] From 249a0942b364cb63712d51af20a081f703e35c93 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 24 May 2022 05:54:01 +0000 Subject: [PATCH 0915/1154] devel/Makefile: + js_of_ocaml-ocamlbuild --- devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index bd8e9041757c2..9331ff3ca4f69 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3741 2022/05/15 04:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.3742 2022/05/24 05:54:01 wiz Exp $ # COMMENT= Development utilities @@ -745,6 +745,7 @@ SUBDIR+= jflex SUBDIR+= jq SUBDIR+= js2-mode SUBDIR+= js_of_ocaml +SUBDIR+= js_of_ocaml-ocamlbuild SUBDIR+= jsonnet SUBDIR+= kafka SUBDIR+= kapptemplate From 24e20312dde419e49af028aec9334fb511d8796c Mon Sep 17 00:00:00 2001 From: charlotte Date: Tue, 24 May 2022 06:08:35 +0000 Subject: [PATCH 0916/1154] the_silver_searcher: Handle cpuset_t quirk with DragonFly --- textproc/the_silver_searcher/distinfo | 3 ++- .../the_silver_searcher/patches/patch-src_main.c | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 textproc/the_silver_searcher/patches/patch-src_main.c diff --git a/textproc/the_silver_searcher/distinfo b/textproc/the_silver_searcher/distinfo index 80ae568eee380..79b66cccac4ce 100644 --- a/textproc/the_silver_searcher/distinfo +++ b/textproc/the_silver_searcher/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 11:23:36 nia Exp $ +$NetBSD: distinfo,v 1.21 2022/05/24 06:08:35 charlotte Exp $ BLAKE2s (the_silver_searcher-2.2.0.tar.gz) = cefd4d8ca1dd8c0223208e97c2681555586ac3c449e808a6a0fd09f9e70f9b02 SHA512 (the_silver_searcher-2.2.0.tar.gz) = 89d4e4f7f34c0d57aa880e7c3466f0373b961744a89ad30541e89e2d614322ab46c8044ec458406a117f74b0fea14cd3063fa4e0624a96526aa23eaccd6f1141 Size (the_silver_searcher-2.2.0.tar.gz) = 190585 bytes +SHA1 (patch-src_main.c) = 04d37772936a9cfefdeb73d583e0de1cb2442346 SHA1 (patch-src_scandir.c) = 41c0af602ef478db39bd48315b0fb1a644a9db91 diff --git a/textproc/the_silver_searcher/patches/patch-src_main.c b/textproc/the_silver_searcher/patches/patch-src_main.c new file mode 100644 index 0000000000000..51adca2d26066 --- /dev/null +++ b/textproc/the_silver_searcher/patches/patch-src_main.c @@ -0,0 +1,14 @@ +$NetBSD: patch-src_main.c,v 1.1 2022/05/24 06:08:35 charlotte Exp $ + +DragonFly also has a particular 'cpuset' type. +--- src/main.c.orig 2022-05-23 22:57:49.749747000 -0700 ++++ src/main.c 2022-05-23 22:58:26.439723000 -0700 +@@ -156,7 +156,7 @@ + if (opts.use_thread_affinity) { + #ifdef __linux__ + cpu_set_t cpu_set; +-#elif __FreeBSD__ ++#elif __FreeBSD__ || __DragonFly__ + cpuset_t cpu_set; + #endif + CPU_ZERO(&cpu_set); From 73dab8850b9e5ed26ff6303df6d8c74866c68432 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 07:27:25 +0000 Subject: [PATCH 0917/1154] bulk-test-boost: ncmpc dropped boost --- meta-pkgs/bulk-test-boost/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-pkgs/bulk-test-boost/Makefile b/meta-pkgs/bulk-test-boost/Makefile index a6c5f57e5a9bd..9a2620547ac9d 100644 --- a/meta-pkgs/bulk-test-boost/Makefile +++ b/meta-pkgs/bulk-test-boost/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/03/11 07:39:25 nia Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/24 07:27:25 nia Exp $ -DISTNAME= bulk-test-boost-20220311 +DISTNAME= bulk-test-boost-20220524 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -41,7 +41,6 @@ BUILD_DEPENDS+= mongodb-[0-9]*:../../databases/mongodb BUILD_DEPENDS+= mumble-[0-9]*:../../chat/mumble BUILD_DEPENDS+= musicpd-[0-9]*:../../audio/musicpd BUILD_DEPENDS+= mysql-server>=5.7<8.0:../../databases/mysql57-server -BUILD_DEPENDS+= ncmpc-[0-9]*:../../audio/ncmpc BUILD_DEPENDS+= ncmpcpp-[0-9]*:../../audio/ncmpcpp BUILD_DEPENDS+= osm2pgsql-[0-9]*:../../geography/osm2pgsql BUILD_DEPENDS+= openscad-[0-9]*:../../cad/openscad From 2c0df00fd0d30cfaabad1bd01f0e76a0702e8e32 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 24 May 2022 08:54:53 +0000 Subject: [PATCH 0918/1154] net/yaydl: update to 0.9.0 -fixed warnings. --- net/yaydl/Makefile | 8 ++++---- net/yaydl/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net/yaydl/Makefile b/net/yaydl/Makefile index 0c6866845d41f..8b01e813956d5 100644 --- a/net/yaydl/Makefile +++ b/net/yaydl/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2022/05/23 21:06:26 pin Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/24 08:54:53 pin Exp $ -DISTNAME= yaydl-7007a1d87d -PKGNAME= yaydl-0.8.0 +DISTNAME= yaydl-0b14ea41d0 +PKGNAME= yaydl-0.9.0 CATEGORIES= net -MASTER_SITES= https://code.rosaelefanten.org/yaydl/tarball/7007a1d87d/ +MASTER_SITES= https://code.rosaelefanten.org/yaydl/tarball/0b14ea41d0/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://code.rosaelefanten.org/yaydl/home diff --git a/net/yaydl/distinfo b/net/yaydl/distinfo index 3becb722bca3a..ce9988eb0fe03 100644 --- a/net/yaydl/distinfo +++ b/net/yaydl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2022/05/23 21:06:26 pin Exp $ +$NetBSD: distinfo,v 1.12 2022/05/24 08:54:53 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -621,6 +621,6 @@ Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes -BLAKE2s (yaydl-7007a1d87d.tar.gz) = 239b77043455bf061966239f0c1ad72d824bdc2170c16b271bd49111a7c5e571 -SHA512 (yaydl-7007a1d87d.tar.gz) = df694ac0248f900f54708a987b7468a24a152bef7bf57282e6260ddf38887e477177b02ce3d4aaa2ec379359154de6a5ad8ce62680aec29db449bc5044665f7e -Size (yaydl-7007a1d87d.tar.gz) = 30207 bytes +BLAKE2s (yaydl-0b14ea41d0.tar.gz) = 7514cb4b540b69ef61b4fc576469d4c6d4d66272dc2fe5325c1f39f4a2e3ce68 +SHA512 (yaydl-0b14ea41d0.tar.gz) = b472abb0a40c7eccb9dbdfb2e51d75fa217daffaa5343759a18dfdcfea03b47b4d31abd86117c3cc289c7fad924ad9b9e5c066b97b60f6198b522ba3ecf6faaa +Size (yaydl-0b14ea41d0.tar.gz) = 30448 bytes From 40f2c732a098c539466381db41fee85de5c743f8 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 24 May 2022 08:55:12 +0000 Subject: [PATCH 0919/1154] doc: Updated net/yaydl to 0.9.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 105f1f7a5cf4e..27f3bf000a62c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2716 2022/05/24 05:17:26 plunky Exp $ +$NetBSD: CHANGES-2022,v 1.2717 2022/05/24 08:55:12 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4169,3 +4169,4 @@ Changes to the packages collection and infrastructure in 2022: Updated fonts/ttf-meera to 7.0.3.20191223nb1 [nikita 2022-05-23] Updated devel/guile-git to 0.5.2nb2 [nikita 2022-05-23] Updated cad/qcad to 3.27.6.0 [plunky 2022-05-24] + Updated net/yaydl to 0.9.0 [pin 2022-05-24] From a4e5d931f00513b1ae34d49608110188c4d73dca Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 24 May 2022 08:55:39 +0000 Subject: [PATCH 0920/1154] textproc/tuc: update to 0.8.0 [0.8.0] - 2022-05-23 Add support for --greedy-delimiter Bounds can be formatted Major refactoring for better code maintainability --- textproc/tuc/Makefile | 4 ++-- textproc/tuc/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/tuc/Makefile b/textproc/tuc/Makefile index f0b18f9b3d054..f9989b8e78f7f 100644 --- a/textproc/tuc/Makefile +++ b/textproc/tuc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2022/05/21 21:09:44 pin Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 08:55:39 pin Exp $ -DISTNAME= tuc-0.7.0 +DISTNAME= tuc-0.8.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=riquito/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/tuc/distinfo b/textproc/tuc/distinfo index 05a08f0e45293..d1617f146bb42 100644 --- a/textproc/tuc/distinfo +++ b/textproc/tuc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2022/05/21 21:09:44 pin Exp $ +$NetBSD: distinfo,v 1.4 2022/05/24 08:55:39 pin Exp $ BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 @@ -48,9 +48,9 @@ Size (regex-automata-0.1.10.crate) = 114533 bytes BLAKE2s (treeline-0.1.0.crate) = 81ccdbd03361021dd31e9d28ba05b16020601481bf2ec9754869ab687eddc0bc SHA512 (treeline-0.1.0.crate) = 37a7c7e95855fdf0fafe5b529eed6c6cfc641da799bc6738a5649a9a0c3db2ef3e63d692862a987bc19263f33b6df2e8ae71b49fe30160d6d470cbb804511824 Size (treeline-0.1.0.crate) = 3855 bytes -BLAKE2s (tuc-0.7.0.tar.gz) = 9360207263c05a25908af5808640e5e9d8eb147d202450ea96d6b929f3916e4c -SHA512 (tuc-0.7.0.tar.gz) = 2ef3864bd924a642501b033ea7ef0187ed3e184fc90b023fc5421892cf2ff030c3f501e8667644903e36856445db2387c39ef14cd8e1fc2c21f841d2f34c00fb -Size (tuc-0.7.0.tar.gz) = 24197 bytes +BLAKE2s (tuc-0.8.0.tar.gz) = 2f4de96adeccdec78467d752d36e04691fe74f3344c301780a4773df688b6c06 +SHA512 (tuc-0.8.0.tar.gz) = c4ecab5571adf137276603649621d55155fe590bdcabf1c47ea94517267f102ee41b346e967f20a1c98c5a934d0e5eabf065a2454693a7eff0e47142f8e618fd +Size (tuc-0.8.0.tar.gz) = 26635 bytes BLAKE2s (wait-timeout-0.2.0.crate) = 74292341b8dbc71125610cb6f528f9a1b05b234d35fc98899901971af99da233 SHA512 (wait-timeout-0.2.0.crate) = db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066 Size (wait-timeout-0.2.0.crate) = 12441 bytes From 253b493a8941b8e0d7674db63f82cf4be2fc70fa Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 24 May 2022 08:55:57 +0000 Subject: [PATCH 0921/1154] doc: Updated textproc/tuc to 0.8.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 27f3bf000a62c..449f3eb87fc01 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2717 2022/05/24 08:55:12 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2718 2022/05/24 08:55:57 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4170,3 +4170,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/guile-git to 0.5.2nb2 [nikita 2022-05-23] Updated cad/qcad to 3.27.6.0 [plunky 2022-05-24] Updated net/yaydl to 0.9.0 [pin 2022-05-24] + Updated textproc/tuc to 0.8.0 [pin 2022-05-24] From b208f7b96dbc728fd8e47ace07d13a1848b445a5 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 08:57:04 +0000 Subject: [PATCH 0922/1154] openmw: switch to USE_GITLAB. --- games/openmw/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games/openmw/Makefile b/games/openmw/Makefile index 07b9e0c773399..5f2af77c37e46 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.45 2022/05/13 13:47:35 gdt Exp $ +# $NetBSD: Makefile,v 1.46 2022/05/24 08:57:04 nikita Exp $ DISTNAME= openmw-openmw-0.47.0 PKGNAME= ${DISTNAME:S/^openmw-//1} PKGREVISION= 7 CATEGORIES= games -MASTER_SITES= https://gitlab.com/OpenMW/openmw/-/archive/${PKGNAME_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=OpenMW/} +GITLAB_PROJECT= openmw +GITLAB_RELEASE= ${PKGNAME_NOREV} MAINTAINER= nia@NetBSD.org HOMEPAGE= https://openmw.org/ From 7b7715d392098a973361d8676c45dc19efcfa2f5 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:18:36 +0000 Subject: [PATCH 0923/1154] mplayer: Disable jack option (for now) --- multimedia/mplayer-share/options.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index 925f5c6e96691..c4476b84df87e 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.70 2022/05/10 14:18:48 ryoon Exp $ +# $NetBSD: options.mk,v 1.71 2022/05/24 09:18:36 nia Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -28,9 +28,12 @@ PKG_SUPPORTED_OPTIONS+= faad # Set options based on the specific package being built. . if !empty(PKGNAME:M*mplayer*) -PKG_SUPPORTED_OPTIONS+= aalib alsa caca ggi jack ladspa mplayer-menu nas +PKG_SUPPORTED_OPTIONS+= aalib alsa caca ggi ladspa mplayer-menu nas PKG_SUPPORTED_OPTIONS+= openal pulseaudio sdl +# Seems broken - fails to build. +#PKG_SUPPORTED_OPTIONS+= jack + . if ${VDPAU_AVAILABLE} == "yes" PKG_SUPPORTED_OPTIONS+= vdpau . endif From d77fcb1a359e8e16275f3c72a1b2acddb45236dd Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:19:29 +0000 Subject: [PATCH 0924/1154] ted: Collapse all libs that the cursed build system fails to add --- editors/ted/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 59bc085a3fd03..564b9a537700c 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2022/05/19 13:35:10 nia Exp $ +# $NetBSD: Makefile,v 1.68 2022/05/24 09:19:29 nia Exp $ DISTNAME= ted-2.23.src PKGNAME= ${DISTNAME:S/.src//} @@ -34,8 +34,7 @@ CONFIGURE_ENV+= ac_zlib_libraries="${BUILDLINK_PREFIX.zlib}/lib" LDFLAGS.SunOS+= -liconv LDFLAGS.Darwin+= -liconv -LDFLAGS+= -lXft -LDFLAGS+= -lfontconfig +LDFLAGS+= -lfontconfig -lXft -lXpm MAKE_FLAGS+= CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-MOTIF From 0667730c98144af296ba14fa4749127f1638bc36 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:37:43 +0000 Subject: [PATCH 0925/1154] rust: Use OPSYS_VERSION. --- lang/rust/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 671bc0cb7702a..d4742772512e4 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.256 2022/05/18 20:57:28 he Exp $ +# $NetBSD: Makefile,v 1.257 2022/05/24 09:37:43 nia Exp $ DISTNAME= rustc-1.59.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -153,16 +153,9 @@ CONFIGURE_ARGS+= --set llvm.targets="ARM;X86" # # If we aren't on 9-current, and are on 8.x or 9.x, avoid parallel. # \todo Consider avoiding setting this on netbsd-9 past the fix. -. if ${MACHINE_PLATFORM:MNetBSD-[1-9].*} && !${MACHINE_PLATFORM:MNetBSD-9.99.*} +. if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099957 MAKE_JOBS_SAFE?= no . endif - -# Open PRs -# -# Broken package with PREFIX not /usr/pkg: -# http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54453 -# - .endif # From 2ad23fb95e8bb1d55952de8f68c7d713d926acca Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 09:38:44 +0000 Subject: [PATCH 0926/1154] pleaser: switch to USE_GITLAB. --- security/pleaser/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/pleaser/Makefile b/security/pleaser/Makefile index e7425cfe6438a..584568ae026a2 100644 --- a/security/pleaser/Makefile +++ b/security/pleaser/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2021/12/06 21:42:26 pin Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/24 09:38:44 nikita Exp $ DISTNAME= please-0.5.1 PKGNAME= pleaser-0.5.1 CATEGORIES= security -MASTER_SITES= https://gitlab.com/edneville/please/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=edneville/} +GITLAB_PROJECT= please +GITLAB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pin@NetBSD.org HOMEPAGE= https://gitlab.com/edneville/please/ From 6045c520abb4c0465871143ae5258071bb14c5be Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:41:44 +0000 Subject: [PATCH 0927/1154] py-ldap: use OPSYS_VERSION --- databases/py-ldap/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 8503c75504168..abdaf7907381e 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2022/05/10 16:58:03 adam Exp $ +# $NetBSD: Makefile,v 1.92 2022/05/24 09:41:44 nia Exp $ DISTNAME= python-ldap-3.4.0 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -13,8 +13,7 @@ LICENSE= python-software-foundation PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../mk/bsd.prefs.mk" -.if !empty(MACHINE_PLATFORM:MNetBSD-[56789].*) && \ - empty(MACHINE_PLATFORM:MNetBSD-9.99.*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099907 # Needs openldap>=2.4.48 for openldap.h. # Unfortunately, version detection on the native version fails. PREFER.openldap-client= pkgsrc From 70ecb77615a0055358ac0ffb73005b2494e46a8b Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:43:51 +0000 Subject: [PATCH 0928/1154] libdv: Remove NetBSD version check that will fail with future versions. --- multimedia/libdv/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multimedia/libdv/Makefile.common b/multimedia/libdv/Makefile.common index 61d0dc5073ff0..cda6dc76ce242 100644 --- a/multimedia/libdv/Makefile.common +++ b/multimedia/libdv/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2020/03/20 11:58:03 nia Exp $ +# $NetBSD: Makefile.common,v 1.19 2022/05/24 09:43:51 nia Exp $ # # used by multimedia/libdv-tools/Makefile @@ -23,10 +23,11 @@ PTHREAD_AUTO_VARS= yes .include "../../mk/bsd.prefs.mk" +# Avoid text relocations. .if (${OPSYS} == "Darwin") || empty(MACHINE_PLATFORM:M*-*-i386) || \ (${OPSYS} == "Interix") || (${OPSYS} == "SunOS") || \ (${OPSYS} == "MirBSD") || \ - !empty(MACHINE_PLATFORM:MNetBSD-[89].*-i386) + !empty(MACHINE_PLATFORM:MNetBSD-*-i386) CONFIGURE_ARGS+= --disable-asm .endif From 57f60c883150dc69d55302ff003973a030f8c14a Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:46:05 +0000 Subject: [PATCH 0929/1154] java-vm.mk: Use OPSYS_VERSION --- mk/java-vm.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mk/java-vm.mk b/mk/java-vm.mk index ec283f070598a..c8d42f09cdfe4 100644 --- a/mk/java-vm.mk +++ b/mk/java-vm.mk @@ -1,4 +1,4 @@ -# $NetBSD: java-vm.mk,v 1.127 2022/05/13 14:28:29 ryoon Exp $ +# $NetBSD: java-vm.mk,v 1.128 2022/05/24 09:46:05 nia Exp $ # # This Makefile fragment provides a Java VM, either at build-time or at # run-time, depending on the package's needs. @@ -107,8 +107,8 @@ _PKG_JVM_DEFAULT= ${PKG_JVM_DEFAULT} .if !defined(_PKG_JVM_DEFAULT) . if !empty(MACHINE_PLATFORM:MNetBSD-[56].*-i386) || \ !empty(MACHINE_PLATFORM:MNetBSD-[56].*-x86_64) || \ - (!empty(MACHINE_PLATFORM:MNetBSD-9.*-aarch64) && \ - empty(MACHINE_PLATFORM:MNetBSD-9.99.*-aarch64)) + (!empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) && \ + ${OPSYS_VERSION} < 099900) _PKG_JVM_DEFAULT?= openjdk8 . elif !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || \ !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) || \ From 690de90f72a15f42cb348c0d7540bde06d1f8b2f Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:46:56 +0000 Subject: [PATCH 0930/1154] libreoffice: Remove version check that will fail with future NetBSD versions --- misc/libreoffice/options.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/libreoffice/options.mk b/misc/libreoffice/options.mk index e455c22d8a876..41ce788eacbb7 100644 --- a/misc/libreoffice/options.mk +++ b/misc/libreoffice/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.20 2022/03/04 13:47:01 ryoon Exp $ +# $NetBSD: options.mk,v 1.21 2022/05/24 09:46:56 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libreoffice @@ -11,8 +11,8 @@ PKG_SUGGESTED_OPTIONS= cups ldap dbus gtk3 # # Only enable Java on platforms where OpenJDK>=9 is the default, # see mk/java-vm.mk -.if !empty(MACHINE_PLATFORM:MNetBSD-[789].*-i386) || \ - !empty(MACHINE_PLATFORM:MNetBSD-[789].*-x86_64) +.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || \ + !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) PKG_SUGGESTED_OPTIONS+= java .endif From 451e6e391aa897885e693712035c9ff6f73c9a10 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:47:54 +0000 Subject: [PATCH 0931/1154] sudo: Use OPSYS_VERSION --- security/sudo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 49e1ba92a7cd5..d4a9a73740615 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2022/05/14 05:40:59 adam Exp $ +# $NetBSD: Makefile,v 1.189 2022/05/24 09:47:54 nia Exp $ DISTNAME= sudo-1.9.10 CATEGORIES= security @@ -41,7 +41,7 @@ CONFIGURE_ENV+= ax_cv_check_cflags___static_libgcc=no PLIST.noexec= yes .endif -.if !empty(MACHINE_PLATFORM:MNetBSD-[7-9].*-*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 070000 CFLAGS+= -D_OPENBSD_SOURCE=1 .endif .if !empty(MACHINE_PLATFORM:MNetBSD-[5-6].*-*) From 826ec982fca774be0a81053feb0fdce2a8e8f7af Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 09:48:34 +0000 Subject: [PATCH 0932/1154] tint2: switch to USE_GITLAB. --- x11/tint2/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11/tint2/Makefile b/x11/tint2/Makefile index 5e4269af5085d..f69fe17711af5 100644 --- a/x11/tint2/Makefile +++ b/x11/tint2/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.62 2022/04/18 19:12:26 adam Exp $ +# $NetBSD: Makefile,v 1.63 2022/05/24 09:48:34 nikita Exp $ DISTNAME= tint2-v17.0.2 PKGNAME= ${DISTNAME:S/-v/-/} PKGREVISION= 1 CATEGORIES= x11 -MASTER_SITES= https://gitlab.com/o9000/tint2/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=o9000/} +GITLAB_PROJECT= tint2 +GITLAB_RELEASE= v${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.bz2 MAINTAINER= fernandotcl@gmail.com From 5e92d2351ffde3b34c7cb8200cd4ab3e5a07d730 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:50:45 +0000 Subject: [PATCH 0933/1154] ffmpeg: remove ancient NetBSD hacks that will bite us in the future --- multimedia/ffmpeg2/Makefile.common | 7 +------ multimedia/ffmpeg3/Makefile.common | 7 +------ multimedia/ffmpeg4/Makefile.common | 7 +------ 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/multimedia/ffmpeg2/Makefile.common b/multimedia/ffmpeg2/Makefile.common index 7a1949b25d6c1..6018363ce8250 100644 --- a/multimedia/ffmpeg2/Makefile.common +++ b/multimedia/ffmpeg2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.63 2022/05/23 13:48:53 adam Exp $ +# $NetBSD: Makefile.common,v 1.64 2022/05/24 09:50:45 nia Exp $ # used by multimedia/ffmpeg2/Makefile # used by multimedia/ffplay2/Makefile @@ -48,11 +48,6 @@ CONFIG_SHELL= ${TOOLS_PATH.bash} CONFIGURE_ARGS+= --enable-runtime-cpudetect -# No posix_memalign() in NetBSD 4.0 and earlier -.if !empty(MACHINE_PLATFORM:MNetBSD-[1-4].*-*) -CONFIGURE_ARGS+= --enable-memalign-hack -.endif - # Let's not put garbage into /tmp CONFIGURE_ENV+= TMPDIR=${WRKSRC}/tmp diff --git a/multimedia/ffmpeg3/Makefile.common b/multimedia/ffmpeg3/Makefile.common index a6418efddef4b..774cfc116b91e 100644 --- a/multimedia/ffmpeg3/Makefile.common +++ b/multimedia/ffmpeg3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.39 2022/05/23 13:50:19 adam Exp $ +# $NetBSD: Makefile.common,v 1.40 2022/05/24 09:50:45 nia Exp $ # used by multimedia/ffmpeg3/Makefile # used by multimedia/ffplay3/Makefile @@ -48,11 +48,6 @@ CONFIG_SHELL= ${TOOLS_PATH.bash} CONFIGURE_ARGS+= --enable-runtime-cpudetect -# No posix_memalign() in NetBSD 4.0 and earlier -.if !empty(MACHINE_PLATFORM:MNetBSD-[1-4].*-*) -CONFIGURE_ARGS+= --enable-memalign-hack -.endif - # Let's not put garbage into /tmp CONFIGURE_ENV+= TMPDIR=${WRKSRC}/tmp diff --git a/multimedia/ffmpeg4/Makefile.common b/multimedia/ffmpeg4/Makefile.common index 2d0d9b69683c9..e8a794b943092 100644 --- a/multimedia/ffmpeg4/Makefile.common +++ b/multimedia/ffmpeg4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2022/05/23 00:35:02 dholland Exp $ +# $NetBSD: Makefile.common,v 1.29 2022/05/24 09:50:46 nia Exp $ # used by multimedia/ffmpeg4/Makefile # used by multimedia/ffplay4/Makefile @@ -46,11 +46,6 @@ CONFIG_SHELL= ${TOOLS_PATH.bash} CONFIGURE_ARGS+= --enable-runtime-cpudetect -# No posix_memalign() in NetBSD 4.0 and earlier -.if !empty(MACHINE_PLATFORM:MNetBSD-[1-4].*-*) -CONFIGURE_ARGS+= --enable-memalign-hack -.endif - # Let's not put garbage into /tmp CONFIGURE_ENV+= TMPDIR=${WRKSRC}/tmp From ab569fe57e21d4e38dd5a1d5da253d8e82be9660 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:51:51 +0000 Subject: [PATCH 0934/1154] cargo.mk: use OPSYS_VERSION --- lang/rust/cargo.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/rust/cargo.mk b/lang/rust/cargo.mk index b62da9fcf1d3f..51aff04a89744 100644 --- a/lang/rust/cargo.mk +++ b/lang/rust/cargo.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo.mk,v 1.29 2021/10/06 10:25:32 jperkin Exp $ +# $NetBSD: cargo.mk,v 1.30 2022/05/24 09:51:51 nia Exp $ # # Common logic that can be used by packages that depend on cargo crates # from crates.io. This lets existing pkgsrc infrastructure fetch and verify @@ -39,7 +39,7 @@ EXTRACT_DIR.${crate}.crate?= ${CARGO_VENDOR_DIR} .include "../../mk/bsd.prefs.mk" # Triggers NetBSD ld.so bug (PR toolchain/54192) # See Makefile for further information. -.if ${MACHINE_PLATFORM:MNetBSD-[1-9].*} && !${MACHINE_PLATFORM:MNetBSD-9.99.*} +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099957 MAKE_JOBS_SAFE= no .endif From dc07979001b8601e987b67d5b97b4a775c9c55d8 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:53:02 +0000 Subject: [PATCH 0935/1154] various hacks.mk: use OPSYS_VERSION --- textproc/CRF++/hacks.mk | 4 ++-- textproc/cabocha/hacks.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/CRF++/hacks.mk b/textproc/CRF++/hacks.mk index 9182c548adeac..8ee395001487a 100644 --- a/textproc/CRF++/hacks.mk +++ b/textproc/CRF++/hacks.mk @@ -1,10 +1,10 @@ -# $NetBSD: hacks.mk,v 1.2 2019/11/04 21:43:32 rillig Exp $ +# $NetBSD: hacks.mk,v 1.3 2022/05/24 09:53:02 nia Exp $ .if !defined(CRFPP_HACKS_MK) CRFPP_HACKS_MK= # defined # No TLS support on NetBSD<6 -.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000 PKG_HACKS+= netbsd5-disable_tls SUBST_CLASSES+= disable_tls SUBST_STAGE.disable_tls= pre-configure diff --git a/textproc/cabocha/hacks.mk b/textproc/cabocha/hacks.mk index c2b552cffda18..a201ff141e0b1 100644 --- a/textproc/cabocha/hacks.mk +++ b/textproc/cabocha/hacks.mk @@ -1,10 +1,10 @@ -# $NetBSD: hacks.mk,v 1.2 2019/11/04 21:43:33 rillig Exp $ +# $NetBSD: hacks.mk,v 1.3 2022/05/24 09:53:02 nia Exp $ .if !defined(CABOCHA_HACKS_MK) CABOCHA_HACKS_MK= # defined # No TLS support on NetBSD<6 -.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000 PKG_HACKS+= netbsd5-disable_tls SUBST_CLASSES+= disable_tls SUBST_STAGE.disable_tls= pre-configure From 260bb4d43081ee8343fb3a5a676b736a3a5a6c0d Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:53:51 +0000 Subject: [PATCH 0936/1154] picom: Use OPSYS_VERSION --- x11/picom/hacks.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/picom/hacks.mk b/x11/picom/hacks.mk index e95600d0a86e6..b513d2f5d3fd5 100644 --- a/x11/picom/hacks.mk +++ b/x11/picom/hacks.mk @@ -6,7 +6,7 @@ PICOM_HACKS_MK= defined ### defined by *libc* which doesn't support C11 threads... What? Then ### what about libc which doesn't even know what C11 threads are? ### -.if !empty(MACHINE_PLATFORM:MNetBSD-[0-8].*-*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000 PKG_HACKS+= c11-no-threads CPPFLAGS+= -D__STDC_NO_THREADS__ .endif From 3e71899be635e74ad0e9e0ae00f52eda0fbc0eed Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 09:55:02 +0000 Subject: [PATCH 0937/1154] pixman: Use OPSYS_VERSION --- x11/pixman/hacks.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/pixman/hacks.mk b/x11/pixman/hacks.mk index 7b6ddb7bbcd6c..1b4b9b1586668 100644 --- a/x11/pixman/hacks.mk +++ b/x11/pixman/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.13 2019/11/03 09:14:14 rillig Exp $ +# $NetBSD: hacks.mk,v 1.14 2022/05/24 09:55:02 nia Exp $ # .if !defined(PIXMAN_HACKS_MK) PIXMAN_HACKS_MK= # empty @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --disable-sse2 --disable-mmx --disable-ssse3 CONFIGURE_ARGS.MirBSD+= PTHREAD_LIBS=-pthread -.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000 CONFIGURE_ENV+= ac_cv_tls=none CFLAGS+= -DPIXMAN_NO_TLS .endif From ffadad8ee4a27a26e2d29da8287c58da0319366a Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 10:02:21 +0000 Subject: [PATCH 0938/1154] ufetch: switch to USE_GITLAB. --- sysutils/ufetch/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/ufetch/Makefile b/sysutils/ufetch/Makefile index f63ee4f51837f..8daa0e3d583f7 100644 --- a/sysutils/ufetch/Makefile +++ b/sysutils/ufetch/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2020/04/22 08:35:27 pin Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 10:02:21 nikita Exp $ DISTNAME= ufetch-v0.2 PKGNAME= ${DISTNAME:S/-v/-/} CATEGORIES= sysutils -MASTER_SITES= https://gitlab.com/jschx/ufetch/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=jschx/} +GITLAB_PROJECT= ufetch +GITLAB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pin@NetBSD.org HOMEPAGE= https://gitlab.com/jschx/ufetch/ From e76b42d9893006aaef9827be9e172583566adbc1 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 10:07:06 +0000 Subject: [PATCH 0939/1154] ajbsp: switch to USE_GITLAB. --- games/ajbsp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games/ajbsp/Makefile b/games/ajbsp/Makefile index 68173ebc3a0c2..85878ef5c9d48 100644 --- a/games/ajbsp/Makefile +++ b/games/ajbsp/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2020/07/22 10:25:24 micha Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/24 10:07:06 nikita Exp $ DISTNAME= ajbsp-v1.01 PKGNAME= ${DISTNAME:S/v//} PKGREVISION= 1 CATEGORIES= games -MASTER_SITES= https://gitlab.com/andwj/ajbsp/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=andwj/} +GITLAB_PROJECT= ajbsp +GITLAB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= micha@NetBSD.org HOMEPAGE= https://gitlab.com/andwj/ajbsp From 82c7f77fc84b98c38fb047362636e005964a04b5 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 10:19:36 +0000 Subject: [PATCH 0940/1154] refi: switch to USE_GITLAB. --- sysutils/refi/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/refi/Makefile b/sysutils/refi/Makefile index d27dda87f10a4..f382c628a40a6 100644 --- a/sysutils/refi/Makefile +++ b/sysutils/refi/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2022/02/25 09:14:41 pin Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 10:19:36 nikita Exp $ DISTNAME= refi-3.1.1 CATEGORIES= sysutils -MASTER_SITES= https://gitlab.com/miicat/refi/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=miicat/} +GITLAB_PROJECT= refi +GITLAB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://gitlab.com/miicat/refi/ From a844e20f879d5b397163fa76f36deefc1afa70f5 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 10:22:17 +0000 Subject: [PATCH 0941/1154] minipro: switch to USE_GITLAB. --- sysutils/minipro/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/minipro/Makefile b/sysutils/minipro/Makefile index a328d74c9efa3..cb9ad69cc62a2 100644 --- a/sysutils/minipro/Makefile +++ b/sysutils/minipro/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2022/04/02 10:58:07 nia Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/24 10:22:17 nikita Exp $ MINIPRO_VERS= 0.5 DISTNAME= minipro-${MINIPRO_VERS} CATEGORIES= sysutils -MASTER_SITES= https://gitlab.com/DavidGriffith/minipro/-/archive/${MINIPRO_VERS}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=DavidGriffith/} +GITLAB_PROJECT= minipro +GITLAB_RELEASE= ${MINIPRO_VERS} EXTRACT_SUFX= .tar.bz2 MAINTAINER= thorpej@NetBSD.org From 4460b102b9b581b8b4a57f693600ebe5be7d7064 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 10:29:30 +0000 Subject: [PATCH 0942/1154] frotz: switch to USE_GITLAB. --- games/frotz/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games/frotz/Makefile b/games/frotz/Makefile index de3c5bf0fc048..24a2fdc06be26 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.42 2022/05/15 18:41:54 nia Exp $ +# $NetBSD: Makefile,v 1.43 2022/05/24 10:29:30 nikita Exp $ DISTNAME= frotz-2.54 CATEGORIES= games -MASTER_SITES= https://gitlab.com/DavidGriffith/frotz/-/archive/${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=DavidGriffith/} +GITLAB_PROJECT= frotz +GITLAB_RELEASE= ${PKGVERSION_NOREV} MAINTAINER= seebs@plethora.net HOMEPAGE= https://davidgriffith.gitlab.io/frotz/ From 997ddc62155f2dc483cf3f7613b7ab7c6eeacd18 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 10:38:50 +0000 Subject: [PATCH 0943/1154] tp-note: switch to USE_GITLAB. --- editors/tp-note/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/editors/tp-note/Makefile b/editors/tp-note/Makefile index d85e59d729067..8699f53cbc1a1 100644 --- a/editors/tp-note/Makefile +++ b/editors/tp-note/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2022/05/20 16:34:20 pin Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 10:38:50 nikita Exp $ DISTNAME= tp-note-1.16.6 CATEGORIES= editors -MASTER_SITES= https://gitlab.com/getreu/tp-note/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=getreu/} +GITLAB_PROJECT= tp-note +GITLAB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pin@NetBSD.org HOMEPAGE= https://blog.getreu.net/projects/tp-note/ From a5b6ec114c12b1291352416d28084335b0339193 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 10:46:06 +0000 Subject: [PATCH 0944/1154] remmina: switch to USE_GITLAB. --- net/remmina/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/remmina/Makefile b/net/remmina/Makefile index 3ef7577690588..6fc6672d0330b 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.76 2022/04/18 19:11:54 adam Exp $ +# $NetBSD: Makefile,v 1.77 2022/05/24 10:46:06 nikita Exp $ DISTNAME= Remmina-v1.4.25 PKGNAME= ${DISTNAME:tl:S/-v/-/1} PKGREVISION= 2 CATEGORIES= net -MASTER_SITES= https://gitlab.com/Remmina/Remmina/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=Remmina/} +GITLAB_PROJECT= Remmina +GITLAB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.remmina.org/ From b3a9fb0daed2ed472e0ac4d9552a02e20fc2daf1 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 10:53:10 +0000 Subject: [PATCH 0945/1154] kicad: switch to USE_GITLAB. --- cad/kicad/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 77d10ba9807a1..1bf59343b3879 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.62 2022/03/27 17:55:10 tnn Exp $ +# $NetBSD: Makefile,v 1.63 2022/05/24 10:53:10 nikita Exp $ # V= 6.0.2 DISTNAME= kicad-${V} CATEGORIES= cad -MASTER_SITES= https://gitlab.com/kicad/code/kicad/-/archive/${V}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=kicad/code/} +GITLAB_PROJECT= kicad +GITLAB_RELEASE= ${V} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org From a3a2366fb50bfa8a9176ec620ef346978735e629 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 10:55:59 +0000 Subject: [PATCH 0946/1154] kicad-footprints: switch to USE_GITLAB. --- cad/kicad-footprints/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cad/kicad-footprints/Makefile b/cad/kicad-footprints/Makefile index 9d1d1c91b99d3..98d101483b167 100644 --- a/cad/kicad-footprints/Makefile +++ b/cad/kicad-footprints/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2022/03/11 21:42:14 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/24 10:55:59 nikita Exp $ # V= 6.0.2 DISTNAME= kicad-footprints-${V} CATEGORIES= cad -MASTER_SITES= https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/${V}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=kicad/libraries/} +GITLAB_PROJECT= kicad-footprints +GITLAB_RELEASE= ${V} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org From c240b93fa55666284deb40d79b9e27d3daafa466 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 11:15:56 +0000 Subject: [PATCH 0947/1154] kicad-packages3d: switch to USE_GITLAB. --- cad/kicad-packages3d/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cad/kicad-packages3d/Makefile b/cad/kicad-packages3d/Makefile index c7dba0bd31341..8c1886eed8fbd 100644 --- a/cad/kicad-packages3d/Makefile +++ b/cad/kicad-packages3d/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2022/03/11 21:42:14 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/24 11:15:56 nikita Exp $ # V= 6.0.2 DISTNAME= kicad-packages3D-${V} PKGNAME= kicad-packages3d-${V} CATEGORIES= cad -MASTER_SITES= https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/${V}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=kicad/libraries/} +GITLAB_PROJECT= kicad-packages3D +GITLAB_RELEASE= ${V} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org From 29b74177f8a4c7f71a89855f084c09b4aa72f458 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 11:25:23 +0000 Subject: [PATCH 0948/1154] cesium: switch to USE_GITLAB. --- editors/cesium/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/editors/cesium/Makefile b/editors/cesium/Makefile index e052fcd1c2274..9cf8e55cd8e32 100644 --- a/editors/cesium/Makefile +++ b/editors/cesium/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2022/02/25 09:08:03 pin Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 11:25:23 nikita Exp $ DISTNAME= cesium-0.2.1 CATEGORIES= editors -MASTER_SITES= https://gitlab.com/NoahJelen/cesium/-/archive/${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=NoahJelen/} +GITLAB_PROJECT= cesium +GITLAB_RELEASE= ${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://gitlab.com/NoahJelen/cesium/ From e8482ba14db3ef723fa4e3fb19b56220657868e4 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 11:48:31 +0000 Subject: [PATCH 0949/1154] kicad-symbols: switch to USE_GITLAB. --- cad/kicad-symbols/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cad/kicad-symbols/Makefile b/cad/kicad-symbols/Makefile index d097de8a0385e..b4615d8b86913 100644 --- a/cad/kicad-symbols/Makefile +++ b/cad/kicad-symbols/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2022/03/11 21:42:14 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/24 11:48:31 nikita Exp $ # V= 6.0.2 DISTNAME= kicad-symbols-${V} CATEGORIES= cad -MASTER_SITES= https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/${V}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=kicad/libraries/} +GITLAB_PROJECT= kicad-symbols +GITLAB_RELEASE= ${V} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org From 1cf78515c31e3de460e0da2d309debe4f15857af Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 24 May 2022 11:50:12 +0000 Subject: [PATCH 0950/1154] pgpool2: updated to 4.3.2 4.3.2 Changes Enhance in stopping pgpool main process. (Tatsuo Ishii) If "pgpool stop" couldn't terminate the main process within certain period (currently 5 seconds), send the signal again. Fix not to abort session while in failed transaction. (Tatsuo Ishii) When an explicit transaction fails, subsequent commands should be ignored until commit or rollback command comes in. However pgpool sometimes aborted the session if relcache lookup happened. Change the PID length of pcp_proc_count command to 7 characters long. (Bo Peng) Enhance error message to include the message kind returned and the backend node id while processing parse message. (Tatsuo Ishii) Downgrade log level of ParameterStatus message from LOG to DEBUG5. (Tatsuo Ishii) Change the default value of pcp_listen_addresses from '*' to 'localhost'. (Tatsuo Ishii) Adjust the field name in pcp_watchdog_info. (Muhammad Usama) Enable parameters related to logging_collector by default in RPM packages. (Bo Peng) Bug fixes Fix issue that watchdog cluster keeps rejecting the restarted remote node which is lost previously. (Muhammad Usama) Fix exit_handler in pgpool main process to avoid possible infinite wait. (Tatsuo Ishii) Fix pgpool child process to obtain process information. (Tatsuo Ishii) Fix a potential issue in shared memory allocation function. (Tatsuo Ishii) Fix bug with pg_enc and pg_md5 when using "-i" option. (bug 747)(Tatsuo Ishii) Fix not to include garbage in %m log_line_prefix. (Tatsuo Ishii) Fix main process exiting if a backend is failing or shutting down while performing finding primary. (Tatsuo Ishii) Fix segfaults in watchdog. (Muhammad Usama) Fix issue that failover request is refused if backend node status managed in private_backend_status and the one in the share memory area do not agree. (Tatsuo Ishii) Fixed follow_primary.sh.sample script to check the status of PostgreSQL using pg_isready. (Bo Peng) Documents Doc: move the example of "Pgpool-II on Kubernetes" to github repository. (Bo Peng) Doc: update configuration example. (Masaya Kawamoto) Doc: update the example output of pcp_watchdog_info. (Bo Peng) Doc: mention that escaping is required if you are providing the password as an argument to pg_enc and the password contains a "$" character. (Bo Peng) Regression Tests Enhance regression test 018.detach_primary to avoid the timeut error. (Tatsuo Ishii) Enhance regression test 074.bug700_memqcache_segfault to avoid the timeut error. (Tatsuo Ishii) Improve regression test to detect segmentation fault. (Bo Peng) Increase timeout for regression test 077.invalid_failover_node. (Tatsuo Ishii) --- databases/pgpool2/Makefile | 9 +++++++-- databases/pgpool2/PLIST | 14 +++++++------- databases/pgpool2/distinfo | 10 +++++----- databases/pgpool2/patches/patch-configure | 4 ++-- 4 files changed, 21 insertions(+), 16 deletions(-) diff --git a/databases/pgpool2/Makefile b/databases/pgpool2/Makefile index 3a8ebc78f4eda..a8441de76091f 100644 --- a/databases/pgpool2/Makefile +++ b/databases/pgpool2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2022/05/18 11:20:35 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/24 11:50:12 adam Exp $ -DISTNAME= pgpool-II-4.3.1 +DISTNAME= pgpool-II-4.3.2 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME:S/-II/2/} CATEGORIES= databases MASTER_SITES= https://www.pgpool.net/mediawiki/images/ @@ -66,6 +66,11 @@ CONF_FILES_PERMS+= ${EGDIR}/pool_passwd ${PKG_SYSCONFDIR}/pool_passwd \ post-install: ${TOUCH} ${DESTDIR}${PREFIX}/share/examples/pgpool2/pool_passwd +PLIST_VARS+= llvm .include "../../mk/pgsql.buildlink3.mk" +.if !empty(PKG_OPTIONS.postgresql${PGSQL_VERSION}:Mllvm) +PLIST.llvm= yes +.endif + .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/pgpool2/PLIST b/databases/pgpool2/PLIST index bf2946d599b29..3414b24933bd5 100644 --- a/databases/pgpool2/PLIST +++ b/databases/pgpool2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/05/18 11:20:35 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/24 11:50:12 adam Exp $ bin/pcp_attach_node bin/pcp_detach_node bin/pcp_health_check_stats @@ -24,12 +24,12 @@ include/pcp.h include/pool_process_reporting.h include/pool_type.h lib/libpcp.la -lib/postgresql/bitcode/pgpool-recovery.index.bc -lib/postgresql/bitcode/pgpool-recovery/pgpool-recovery.bc -lib/postgresql/bitcode/pgpool-regclass.index.bc -lib/postgresql/bitcode/pgpool-regclass/pgpool-regclass.bc -lib/postgresql/bitcode/pgpool_adm.index.bc -lib/postgresql/bitcode/pgpool_adm/pgpool_adm.bc +${PLIST.llvm}lib/postgresql/bitcode/pgpool-recovery.index.bc +${PLIST.llvm}lib/postgresql/bitcode/pgpool-recovery/pgpool-recovery.bc +${PLIST.llvm}lib/postgresql/bitcode/pgpool-regclass.index.bc +${PLIST.llvm}lib/postgresql/bitcode/pgpool-regclass/pgpool-regclass.bc +${PLIST.llvm}lib/postgresql/bitcode/pgpool_adm.index.bc +${PLIST.llvm}lib/postgresql/bitcode/pgpool_adm/pgpool_adm.bc lib/postgresql/pgpool-recovery.so lib/postgresql/pgpool-regclass.so lib/postgresql/pgpool_adm.so diff --git a/databases/pgpool2/distinfo b/databases/pgpool2/distinfo index baa5eaff1f88b..139a3e36cbbdb 100644 --- a/databases/pgpool2/distinfo +++ b/databases/pgpool2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2022/05/18 11:20:35 adam Exp $ +$NetBSD: distinfo,v 1.8 2022/05/24 11:50:12 adam Exp $ -BLAKE2s (pgpool-II-4.3.1.tar.gz) = 780229c8c2adcf38a136641f849e0ef18bbf46a15dedf9bc2990cf85dcb48027 -SHA512 (pgpool-II-4.3.1.tar.gz) = a5417d9f5baa1b39e3645f7d44accf0a2f04d5fc5cb4d28089169aaebbd15c20b4cd280d09f15fa764c3b793117086fc03f5d7be584c0c5ff9c5f8e11ddb9ef8 -Size (pgpool-II-4.3.1.tar.gz) = 6034811 bytes -SHA1 (patch-configure) = dc15a41b8f5d6572426514a155dc671ca2faa95c +BLAKE2s (pgpool-II-4.3.2.tar.gz) = 11cae621379e32e1d16f4d738483d521b8b5bcc9404ad6a435983fe557131835 +SHA512 (pgpool-II-4.3.2.tar.gz) = 771426257eddb5c48504c80a2c8cccf44a18f7ea50df55654b7e9e017bda561a73a3e1f0db79785785ff6893d6df26f73b55310d0184ef3301838d12290d3d4c +Size (pgpool-II-4.3.2.tar.gz) = 5846769 bytes +SHA1 (patch-configure) = dcb361ee60f4cd3cdfad0ffb304ff4d4441ca6d3 SHA1 (patch-src_Makefile.in) = 467e7b9a2acf5459b29141812dc0e1ad6d01f72f SHA1 (patch-src_auth_pool__hba.c) = e677effdc067273342adedfd0611661fc03ca059 SHA1 (patch-src_include_pool.h) = eae2f78a996e3204d75d23378ad6e95333282926 diff --git a/databases/pgpool2/patches/patch-configure b/databases/pgpool2/patches/patch-configure index 42aadbb201c1f..5b7bd6df1d7f1 100644 --- a/databases/pgpool2/patches/patch-configure +++ b/databases/pgpool2/patches/patch-configure @@ -1,4 +1,4 @@ -$NetBSD: patch-configure,v 1.5 2022/05/18 11:20:35 adam Exp $ +$NetBSD: patch-configure,v 1.6 2022/05/24 11:50:12 adam Exp $ Pick a better name for the package. @@ -10,6 +10,6 @@ Pick a better name for the package. # Define the identity of the package. - PACKAGE='pgpool-II' + PACKAGE='pgpool2' - VERSION='4.3.1' + VERSION='4.3.2' From dfa215dc460b5061a1368681a999f3280dddeced Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 24 May 2022 11:52:04 +0000 Subject: [PATCH 0951/1154] py-rich: updated to 12.4.4 12.4.4 Changed Added clipping per line to SVG output to avoid box characters overlapping Optimized SVG output 12.4.3 Changed Further tweaks to SVG character matrix Added clip rect to SVG to prevent box characters overlapping bottom of terminal 12.4.2 Fixed Fix for SVG on Firefox Changed Removed excess margin from SVG, tweaked cell sizes to better render block characters --- comms/py-rich/Makefile | 4 ++-- comms/py-rich/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/comms/py-rich/Makefile b/comms/py-rich/Makefile index 645eee327305b..8b649aa9b86f9 100644 --- a/comms/py-rich/Makefile +++ b/comms/py-rich/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2022/05/09 05:44:54 adam Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/24 11:52:04 adam Exp $ -DISTNAME= rich-12.4.1 +DISTNAME= rich-12.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rich/} diff --git a/comms/py-rich/distinfo b/comms/py-rich/distinfo index 0c56e188300cc..ae3714661d114 100644 --- a/comms/py-rich/distinfo +++ b/comms/py-rich/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2022/05/09 05:44:54 adam Exp $ +$NetBSD: distinfo,v 1.24 2022/05/24 11:52:04 adam Exp $ -BLAKE2s (rich-12.4.1.tar.gz) = 164c22e447ed356ca8dd220b469f2b0a543c6b62b6b60c04ff8a409d350fc84d -SHA512 (rich-12.4.1.tar.gz) = bf169ce1370891de37e32107d49dfaabbaad9181f04016f8cc70d16923b8200d7df05ee076ac711f47f2c92b34959bff177bed04f6013da79982cc8f4a3c23c9 -Size (rich-12.4.1.tar.gz) = 213965 bytes +BLAKE2s (rich-12.4.4.tar.gz) = f75698aaa3277025b5d91322648807668caa057d45bbd743acc36217c8df648d +SHA512 (rich-12.4.4.tar.gz) = feb1620d6502e18485008b43c81ce44a0486f9424a94d8e1a3333b01af53ae57770344d9736a83fd71b27bd8e1e3bcda2903d79641aa59cb980f21a6ff6e0c1c +Size (rich-12.4.4.tar.gz) = 214203 bytes From 75471a5003dfbf45ed4b207204bb059dd0cf700c Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 24 May 2022 11:52:22 +0000 Subject: [PATCH 0952/1154] Updated databases/pgpool2, comms/py-rich --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 449f3eb87fc01..80341c174c16b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2718 2022/05/24 08:55:57 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2719 2022/05/24 11:52:22 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4171,3 +4171,5 @@ Changes to the packages collection and infrastructure in 2022: Updated cad/qcad to 3.27.6.0 [plunky 2022-05-24] Updated net/yaydl to 0.9.0 [pin 2022-05-24] Updated textproc/tuc to 0.8.0 [pin 2022-05-24] + Updated databases/pgpool2 to 4.3.2 [adam 2022-05-24] + Updated comms/py-rich to 12.4.4 [adam 2022-05-24] From 776b565d81a81e263c01dc95e9f3616befdb3a33 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 11:54:56 +0000 Subject: [PATCH 0953/1154] kicad-templates: switch to USE_GITLAB. --- cad/kicad-templates/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cad/kicad-templates/Makefile b/cad/kicad-templates/Makefile index a0be0951864bf..9de041126209b 100644 --- a/cad/kicad-templates/Makefile +++ b/cad/kicad-templates/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2022/03/11 21:42:14 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/24 11:54:56 nikita Exp $ # V= 6.0.2 DISTNAME= kicad-templates-${V} CATEGORIES= cad -MASTER_SITES= https://gitlab.com/kicad/libraries/kicad-templates/-/archive/${V}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=kicad/libraries/} +GITLAB_PROJECT= kicad-templates +GITLAB_RELEASE= ${V} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org From ebff09b48a60b969e1de4f36cbe5abcea1005a2b Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 11:58:58 +0000 Subject: [PATCH 0954/1154] mustach: switch to USE_GITLAB. --- devel/mustach/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/mustach/Makefile b/devel/mustach/Makefile index 7bc93ca9c79cc..55e944cdbcdcd 100644 --- a/devel/mustach/Makefile +++ b/devel/mustach/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2022/04/17 20:00:34 sjmulder Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/24 11:58:58 nikita Exp $ DISTNAME= mustach-1.2.2 PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= https://gitlab.com/jobol/mustach/-/archive/${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=jobol/} +GITLAB_PROJECT= mustach +GITLAB_RELEASE= ${PKGVERSION_NOREV} MAINTAINER= sjmulder@NetBSD.org HOMEPAGE= https://gitlab.com/jobol/mustach From 0d44d3ce8cf1d79b1f24321c76738f9344cf839d Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 24 May 2022 12:30:25 +0000 Subject: [PATCH 0955/1154] py-httpcore: updated to 0.15.0 0.15.0 - Drop Python 3.6 support - Ensure HTTP proxy CONNECT requests include `timeout` configuration. - Switch to explicit `typing.Optional` for type hints - For `trio` map OSError exceptions to `ConnectError` --- www/py-httpcore/Makefile | 4 ++-- www/py-httpcore/PLIST | 5 +---- www/py-httpcore/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/www/py-httpcore/Makefile b/www/py-httpcore/Makefile index ccd95a872ceb9..4cb6174d638fb 100644 --- a/www/py-httpcore/Makefile +++ b/www/py-httpcore/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2022/02/05 12:05:43 adam Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/24 12:30:25 adam Exp $ -DISTNAME= httpcore-0.14.7 +DISTNAME= httpcore-0.15.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/} diff --git a/www/py-httpcore/PLIST b/www/py-httpcore/PLIST index 85cce1f8815e4..dc40e83eb9f93 100644 --- a/www/py-httpcore/PLIST +++ b/www/py-httpcore/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/01/19 06:08:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/24 12:30:25 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -35,9 +35,6 @@ ${PYSITELIB}/httpcore/_async/interfaces.pyo ${PYSITELIB}/httpcore/_async/socks_proxy.py ${PYSITELIB}/httpcore/_async/socks_proxy.pyc ${PYSITELIB}/httpcore/_async/socks_proxy.pyo -${PYSITELIB}/httpcore/_compat.py -${PYSITELIB}/httpcore/_compat.pyc -${PYSITELIB}/httpcore/_compat.pyo ${PYSITELIB}/httpcore/_exceptions.py ${PYSITELIB}/httpcore/_exceptions.pyc ${PYSITELIB}/httpcore/_exceptions.pyo diff --git a/www/py-httpcore/distinfo b/www/py-httpcore/distinfo index 3928f5fa80cf7..2f08de7ffe15d 100644 --- a/www/py-httpcore/distinfo +++ b/www/py-httpcore/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2022/02/05 12:05:43 adam Exp $ +$NetBSD: distinfo,v 1.18 2022/05/24 12:30:25 adam Exp $ -BLAKE2s (httpcore-0.14.7.tar.gz) = c278d7f671b7ed535ea202829623a304cc388e975e2fe1001eb667b7827f8576 -SHA512 (httpcore-0.14.7.tar.gz) = d7501c715d6be7447ba8b10619bac9dc99ec7f094450a8adab93a6349c0c69f5b60da5c5ff7d3f5206f35eac4cefc41200986c9bbbf98f22fea10a57cc48b35a -Size (httpcore-0.14.7.tar.gz) = 53400 bytes +BLAKE2s (httpcore-0.15.0.tar.gz) = 8b7ad155bc0fbc6a2a80a752c3918ab508848c912b1aa98471eabff78a6afcf2 +SHA512 (httpcore-0.15.0.tar.gz) = 92ad4d26e9dfd5aaff7fc2a7c208836186f506eb3ab1dadeb502773f4700964408cf214fb498f86941139ea6f0c53f1c28cf22f452b4987688d03186721f908d +Size (httpcore-0.15.0.tar.gz) = 53669 bytes From f72fbbdb7d04b51f7fcff15806551f01d105e5ba Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 24 May 2022 12:31:21 +0000 Subject: [PATCH 0956/1154] py-httpx: updated to 0.23.0 0.23.0 (23rd May, 2022) Changed * Drop support for Python 3.6. * Use `utf-8` as the default character set, instead of falling back to `charset-normalizer` for auto-detection. To enable automatic character set detection, see [the documentation](https://www.python-httpx.org/advanced/#character-set-encodings-and-auto-detection). Fixed * Fix `URL.copy_with` for some oddly formed URL cases. * Digest authentication should use case-insensitive comparison for determining which algorithm is being used. * Fix console markup escaping in command line client. * When files are used in multipart upload, ensure we always seek to the start of the file. * Ensure that `iter_bytes` never yields zero-length chunks. * Preserve `Authorization` header for redirects that are to the same origin, but are an `http`-to-`https` upgrade. * When responses have binary output, don't print the output to the console in the command line client. Use output like `<16086 bytes of binary data>` instead. * Fix display of `--proxies` argument in the command line client help. * Close responses when task cancellations occur during stream reading. * Fix type error on accessing `.request` on `HTTPError` exceptions. --- www/py-httpx/Makefile | 6 +++--- www/py-httpx/PLIST | 5 ++++- www/py-httpx/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile index 5a653101b0cef..bb9fbc256ecc8 100644 --- a/www/py-httpx/Makefile +++ b/www/py-httpx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/01/27 08:37:57 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/24 12:31:21 adam Exp $ -DISTNAME= httpx-0.22.0 +DISTNAME= httpx-0.23.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx/} @@ -12,7 +12,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi DEPENDS+= ${PYPKGPREFIX}-charset-normalizer-[0-9]*:../../converters/py-charset-normalizer -DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.14.5:../../www/py-httpcore +DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.15.0:../../www/py-httpcore DEPENDS+= ${PYPKGPREFIX}-rfc3986>=1.3:../../www/py-rfc3986 DEPENDS+= ${PYPKGPREFIX}-sniffio-[0-9]*:../../misc/py-sniffio diff --git a/www/py-httpx/PLIST b/www/py-httpx/PLIST index d77ca77b21118..785a6319bda36 100644 --- a/www/py-httpx/PLIST +++ b/www/py-httpx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2021/10/21 13:16:15 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/05/24 12:31:21 adam Exp $ bin/httpx-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -70,6 +70,9 @@ ${PYSITELIB}/httpx/_transports/wsgi.pyo ${PYSITELIB}/httpx/_types.py ${PYSITELIB}/httpx/_types.pyc ${PYSITELIB}/httpx/_types.pyo +${PYSITELIB}/httpx/_urls.py +${PYSITELIB}/httpx/_urls.pyc +${PYSITELIB}/httpx/_urls.pyo ${PYSITELIB}/httpx/_utils.py ${PYSITELIB}/httpx/_utils.pyc ${PYSITELIB}/httpx/_utils.pyo diff --git a/www/py-httpx/distinfo b/www/py-httpx/distinfo index 1500043e32ead..4c6f1e6d35d34 100644 --- a/www/py-httpx/distinfo +++ b/www/py-httpx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2022/01/27 08:37:57 adam Exp $ +$NetBSD: distinfo,v 1.23 2022/05/24 12:31:21 adam Exp $ -BLAKE2s (httpx-0.22.0.tar.gz) = 2d6f228177dc19652eb55f9b469a390902bedff64df661f37d188c0c1330b748 -SHA512 (httpx-0.22.0.tar.gz) = 8d223e35c22dbd6bab159264ec72c860945fcbd84cff51974a4b8433e232117c9b089b3b610c0fdef007a60e5bd5e504ab2156d2ddeca558113b651c1311ffb3 -Size (httpx-0.22.0.tar.gz) = 107324 bytes +BLAKE2s (httpx-0.23.0.tar.gz) = 14f007fc67e9366b2346999dd07af1dfb398dc2fcc866c0e4e46c9d803b3eaa1 +SHA512 (httpx-0.23.0.tar.gz) = b10c21b25632a15c460323d68bd3bd847d529d467ddfe4ee76e51776fc521fba667ad960270f9915aa36b8ccb6578e4ebc59751ae60b081434b625f1873ef421 +Size (httpx-0.23.0.tar.gz) = 108102 bytes From 39991fab0f4f86728fe57ed00401724ac3df0003 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 24 May 2022 12:31:38 +0000 Subject: [PATCH 0957/1154] Updated www/py-httpcore, www/py-httpx --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 80341c174c16b..9037812d9ab1b 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2719 2022/05/24 11:52:22 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2720 2022/05/24 12:31:38 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4173,3 +4173,5 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/tuc to 0.8.0 [pin 2022-05-24] Updated databases/pgpool2 to 4.3.2 [adam 2022-05-24] Updated comms/py-rich to 12.4.4 [adam 2022-05-24] + Updated www/py-httpcore to 0.15.0 [adam 2022-05-24] + Updated www/py-httpx to 0.23.0 [adam 2022-05-24] From f79ff93e08b4e34815ec885688717fe136e8622c Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 12:54:27 +0000 Subject: [PATCH 0958/1154] owl-lisp: switch to USE_GITLAB. --- lang/owl-lisp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/owl-lisp/Makefile b/lang/owl-lisp/Makefile index bd01979a93495..9cb88089315bf 100644 --- a/lang/owl-lisp/Makefile +++ b/lang/owl-lisp/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2022/04/23 23:27:55 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/24 12:54:27 nikita Exp $ DISTNAME= owl-v0.2 PKGNAME= ${DISTNAME:S/owl-v/owl-lisp-/} CATEGORIES= lang -MASTER_SITES= https://gitlab.com/owl-lisp/owl/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=owl-lisp/} +GITLAB_PROJECT= owl +GITLAB_RELEASE= v${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org From 04f755b9ceed4c8573fb8ed590bb5615e16d6520 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 12:58:54 +0000 Subject: [PATCH 0959/1154] ibus-table-chinese: Fix typo. Use OPSYS_VERSION. --- inputmethod/ibus-table-chinese/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inputmethod/ibus-table-chinese/Makefile b/inputmethod/ibus-table-chinese/Makefile index 7648744ed4610..fc30b25e94c55 100644 --- a/inputmethod/ibus-table-chinese/Makefile +++ b/inputmethod/ibus-table-chinese/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/08/16 21:22:13 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/24 12:58:54 nia Exp $ # DISTNAME= ibus-table-chinese-1.8.2 @@ -17,12 +17,12 @@ USE_TOOLS+= pkg-config BUILD_DEPENDS+= cmake-fedora>=2.0:../../devel/cmake-fedora # iconv: unexpected end of file; the last character is incomplete. -MAKE_JOBS_SAFE= noo +MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" # Illegal byte sequence in array30_ExtB.txt -.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 050000 BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv CMAKE_ARGS+= -DICONV_CMD:PATH=${LOCALBASE}/bin/iconv .endif From 81cc44bbded719da533fdab7b14e2323ae09e2af Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 13:00:15 +0000 Subject: [PATCH 0960/1154] transmission-qt: Eliminate silly NetBSD version test. --- net/transmission-qt/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/net/transmission-qt/Makefile b/net/transmission-qt/Makefile index d4c643816ac45..bb28717541f23 100644 --- a/net/transmission-qt/Makefile +++ b/net/transmission-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2022/04/18 19:11:54 adam Exp $ +# $NetBSD: Makefile,v 1.62 2022/05/24 13:00:15 nia Exp $ PKGNAME= transmission-qt-${VERSION} PKGREVISION= 7 @@ -8,11 +8,7 @@ MAKE_ENV+= QTDIR=${QTDIR} GCC_REQD+= 7 -.include "../../mk/bsd.fast.prefs.mk" - -.if !empty(MACHINE_PLATFORM:MNetBSD-[6-9].*-*) -MAKE_ENV+= SUBLIBS=-lquota -.endif +MAKE_ENV.NetBSD+= SUBLIBS=-lquota INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}${PREFIX} From c2d8d8746985e46e381759d690fa7d6dced4faa3 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 13:01:02 +0000 Subject: [PATCH 0961/1154] cutter: Use OPSYS_VERSION --- devel/cutter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index c5d09ad7bf845..d264b8eb7a831 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2022/04/18 19:10:48 adam Exp $ +# $NetBSD: Makefile,v 1.77 2022/05/24 13:01:02 nia Exp $ # DISTNAME= cutter-1.2.4 @@ -30,7 +30,7 @@ TEST_TARGET= check .include "../../mk/compiler.mk" # PR#lib/39986 -.if !empty(CC_VERSION:Mgcc*) && !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000 && !empty(CC_VERSION:Mgcc*) LDFLAGS.NetBSD+= -lgcc_s .endif From a9e6baa4c7774d03840f1bc10e0eb279c70d4d17 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 13:01:51 +0000 Subject: [PATCH 0962/1154] dialog: Use OPSYS_VERSION --- misc/dialog/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index aead70902af42..7b09738394a4f 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2022/04/15 16:36:04 fcambus Exp $ +# $NetBSD: Makefile,v 1.91 2022/05/24 13:01:51 nia Exp $ DISTNAME= dialog-1.3-20220414 PKGNAME= ${DISTNAME:C/-2/.2/} @@ -25,8 +25,7 @@ SUBST_SED.rpath= -e 's;-L\(.\);${_COMPILER_RPATH_FLAG}\1\{exec_prefix\}/lib -L\1 SUBST_STAGE.rpath= pre-configure .include "../../mk/bsd.prefs.mk" -# curses from NetBSD 5 and earlier will coredump when displaying shadows -.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000 CONFIGURE_ARGS+= --disable-widec .endif From 73c869cd2fa20d24cbdaaa6e30ef3b52cccfc2a7 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 13:02:34 +0000 Subject: [PATCH 0963/1154] mousetar: Eliminate silly NetBSD version test. --- archivers/mousetar/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/archivers/mousetar/Makefile b/archivers/mousetar/Makefile index 16dcfe66a4acb..8c084dfe5f406 100644 --- a/archivers/mousetar/Makefile +++ b/archivers/mousetar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2021/04/21 22:23:53 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/24 13:02:34 nia Exp $ DISTNAME= mousetar-20021217 PKGREVISION= 1 @@ -21,9 +21,7 @@ CPPFLAGS.SunOS+= -DTAR_INODE_NONE -DLINUX_NAMLEN CPPFLAGS.SunOS+= -DL_SET=SEEK_SET -DL_INCR=SEEK_CUR -DL_XTND=SEEK_END CPPFLAGS.Linux+= -DLINUX_NAMLEN -.if !empty(MACHINE_PLATFORM:MNetBSD-[2-9].*-*) -CPPFLAGS+= -DTAR_INODE_INTERNAL -.endif +CPPFLAGS.NetBSD+= -DTAR_INODE_INTERNAL INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 From 214f4acb640db4db6a67e2e584282b58a822df6d Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 13:03:25 +0000 Subject: [PATCH 0964/1154] mecab-base: Use OPSYS_VERSION. --- textproc/mecab-base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/mecab-base/Makefile b/textproc/mecab-base/Makefile index 614831cb80647..ab1c46ffc1b7b 100644 --- a/textproc/mecab-base/Makefile +++ b/textproc/mecab-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/08/28 19:04:42 fhajny Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/24 13:03:25 nia Exp $ # .include "../../textproc/mecab/Makefile.common" @@ -44,7 +44,7 @@ SUBST_SED.pthread= -e 's|-lpthread||g' PTHREAD_AUTO_VARS= yes # No TLS support for NetBSD. -.if !empty(MACHINE_PLATFORM:MNetBSD-[1-5].*-*) +.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000 SUBST_SED.pthread+= -e 's|enable_tls=yes|enable_tls=no|g' .endif From 66c9333bec7677e6d8eb777be3bca95d1a471f38 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 13:05:37 +0000 Subject: [PATCH 0965/1154] gitlab: underscore is a valid character in gitlab project/user names. --- mk/fetch/gitlab.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mk/fetch/gitlab.mk b/mk/fetch/gitlab.mk index 56d702814e5d7..2b0f21240ca18 100644 --- a/mk/fetch/gitlab.mk +++ b/mk/fetch/gitlab.mk @@ -1,4 +1,4 @@ -# $NetBSD: gitlab.mk,v 1.1 2022/05/23 21:45:45 nikita Exp $ +# $NetBSD: gitlab.mk,v 1.2 2022/05/24 13:05:37 nikita Exp $ # # gitlab.com master site handling # @@ -30,9 +30,9 @@ # # Keywords: gitlab -.if defined(MASTER_SITES) && !empty(MASTER_SITES:C,^https\://gitlab.com/[-a-zA-Z0-9]*/$,match,:Mmatch) +.if defined(MASTER_SITES) && !empty(MASTER_SITES:C,^https\://gitlab.com/[-a-zA-Z0-9_]*/$,match,:Mmatch) _USE_GITLAB= YES -.elif defined(MASTER_SITES) && !empty(MASTER_SITES:C,^https\://gitlab.com/[-a-zA-Z0-9]*/[-a-zA-Z0-9]*/$,match,:Mmatch) +.elif defined(MASTER_SITES) && !empty(MASTER_SITES:C,^https\://gitlab.com/[-a-zA-Z0-9_]*/[-a-zA-Z0-9_]*/$,match,:Mmatch) _USE_GITLAB= YES .endif From f3649eca711f147ffd29991ad5f2f44871b67647 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 24 May 2022 13:06:14 +0000 Subject: [PATCH 0966/1154] deckster: switch to USE_GITLAB. --- misc/deckster/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/deckster/Makefile b/misc/deckster/Makefile index 733cd0c082426..9e5d7f5a189ec 100644 --- a/misc/deckster/Makefile +++ b/misc/deckster/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2022/02/25 09:10:51 pin Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 13:06:14 nikita Exp $ DISTNAME= deckster-0.2.1 CATEGORIES= misc -MASTER_SITES= https://gitlab.com/prince_bett/deckster/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=prince_bett/} +GITLAB_PROJECT= deckster +GITLAB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://gitlab.com/prince_bett/deckster/ From 54e80914b67c0eda236c07a3516e4e0a63236052 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 13:08:26 +0000 Subject: [PATCH 0967/1154] mk: Use OPSYS_VERSION --- mk/tools/tools.NetBSD.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/tools/tools.NetBSD.mk b/mk/tools/tools.NetBSD.mk index 03e8fe8add307..1583e0bb423f8 100644 --- a/mk/tools/tools.NetBSD.mk +++ b/mk/tools/tools.NetBSD.mk @@ -1,11 +1,11 @@ -# $NetBSD: tools.NetBSD.mk,v 1.71 2022/04/16 08:58:19 riastradh Exp $ +# $NetBSD: tools.NetBSD.mk,v 1.72 2022/05/24 13:08:26 nia Exp $ # # System-supplied tools for the NetBSD operating system. TOOLS_PLATFORM.[?= [ # shell builtin TOOLS_PLATFORM.awk?= /usr/bin/awk TOOLS_PLATFORM.basename?= /usr/bin/basename -.if empty(MACHINE_PLATFORM:MNetBSD-[0-8].*) || !empty(MKBSDTAR:U:Myes) +.if ${OPSYS_VERSION} >= 090000 || !empty(MKBSDTAR:U:Myes) TOOLS_PLATFORM.bsdtar?= /bin/tar .endif TOOLS_PLATFORM.byacc?= /usr/bin/yacc From 70af6889210e5032055b49c6ab65d2f31a3d9088 Mon Sep 17 00:00:00 2001 From: hauke Date: Tue, 24 May 2022 14:43:03 +0000 Subject: [PATCH 0968/1154] Use older register names on MacOS X 10.4 "Tiger", taken from MacPorts --- devel/m4/Makefile | 3 ++- devel/m4/distinfo | 3 ++- devel/m4/patches/patch-lib_sigsegv.c | 16 ++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 devel/m4/patches/patch-lib_sigsegv.c diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 21e9f5d538bd9..9994678527263 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2021/06/28 23:48:25 tnn Exp $ +# $NetBSD: Makefile,v 1.81 2022/05/24 14:43:03 hauke Exp $ DISTNAME= m4-1.4.19 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=m4/} diff --git a/devel/m4/distinfo b/devel/m4/distinfo index f97510f531eb4..fe8e4d423a5eb 100644 --- a/devel/m4/distinfo +++ b/devel/m4/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.52 2021/11/15 13:20:04 nia Exp $ +$NetBSD: distinfo,v 1.53 2022/05/24 14:43:03 hauke Exp $ BLAKE2s (m4-1.4.19.tar.gz) = f1380114d839935b2afa53fdd7162dc5df2bbeb6d5eab48528916a138f483cbc SHA512 (m4-1.4.19.tar.gz) = f5dd0f02fcae65a176a16af9a8e1747c26e9440c6c224003ba458d3298b777a75ffb189aee9051fb0c4840b2a48278be4a51d959381af0b1d627570f478c58f2 Size (m4-1.4.19.tar.gz) = 2953876 bytes SHA1 (patch-configure) = 941bba8b1a10c3fc305d20abdb247cf45e44d534 +SHA1 (patch-lib_sigsegv.c) = 31eebf620879e727737af41e3283a9209bbf5a9c SHA1 (patch-lib_strerror_override.c) = 29905fecf6c92f75c4999f1e3cb56e14fe2f4aae SHA1 (patch-m4_sparcv8+.m4) = 761e592a700ea47ac0ba15d960f073115005dedd diff --git a/devel/m4/patches/patch-lib_sigsegv.c b/devel/m4/patches/patch-lib_sigsegv.c new file mode 100644 index 0000000000000..7bb72d9aef341 --- /dev/null +++ b/devel/m4/patches/patch-lib_sigsegv.c @@ -0,0 +1,16 @@ +$NetBSD: patch-lib_sigsegv.c,v 1.1 2022/05/24 14:43:03 hauke Exp $ + +Use older regnames on MacOS X 10.4 "Tiger", taken from + + +--- lib/sigsegv.c.orig 2021-05-19 14:36:49.000000000 +0000 ++++ lib/sigsegv.c +@@ -586,7 +586,7 @@ int libsigsegv_version = LIBSIGSEGV_VERS + - 'ucontext_t' and 'struct __darwin_ucontext' in , + - 'struct __darwin_mcontext' in , and + - 'struct __darwin_ppc_thread_state' in . */ +-# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext->__ss.__r1 ++# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext->ss.r1 + + # endif + From 7f597c56011d8fe2d96286896c2e7f8a3bbc3013 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 24 May 2022 14:51:48 +0000 Subject: [PATCH 0969/1154] archivers/php-pecl-zip: update to 1.20.1 1.20.1 (2022-05-02) * Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger) --- archivers/php-pecl-zip/Makefile | 4 ++-- archivers/php-pecl-zip/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/archivers/php-pecl-zip/Makefile b/archivers/php-pecl-zip/Makefile index 2f1546d4b951e..a5605e3812212 100644 --- a/archivers/php-pecl-zip/Makefile +++ b/archivers/php-pecl-zip/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2021/12/12 14:24:55 taca Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/24 14:51:48 taca Exp $ # MODNAME= zip -PECL_VERSION= 1.20.0 +PECL_VERSION= 1.20.1 PKGNAME= ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION} CATEGORIES= archivers diff --git a/archivers/php-pecl-zip/distinfo b/archivers/php-pecl-zip/distinfo index b693d7d94d927..5ee7612c90c96 100644 --- a/archivers/php-pecl-zip/distinfo +++ b/archivers/php-pecl-zip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/12/12 14:24:55 taca Exp $ +$NetBSD: distinfo,v 1.9 2022/05/24 14:51:48 taca Exp $ -BLAKE2s (php-zip/zip-1.20.0.tgz) = 11600e308b3fa91862ad8df8aa626cbd75aa6b297d2025ddbd5d150521f54ba9 -SHA512 (php-zip/zip-1.20.0.tgz) = 0a23952a8df2f75cf7e1919a289ba7d34be58fea416cdd02010aed81336aeda559ef48838063916f16632dfdf4a0f69519ad58bc4412b5395801c5f72ff57af7 -Size (php-zip/zip-1.20.0.tgz) = 350996 bytes +BLAKE2s (php-zip/zip-1.20.1.tgz) = 17084a091834f73638b9bef0a897a62a7a47cb39a1c0e95cfae348be07588694 +SHA512 (php-zip/zip-1.20.1.tgz) = 7912443c2dbc47dfa2d88eb16d290a5ff215cc7115b035dce92b4bbaec92498179c2b62302bc7e0f159a01675219a673b12befab171691d2bcb1f85907509216 +Size (php-zip/zip-1.20.1.tgz) = 351117 bytes From ba3c0055ac4b32f5af78f8cc346c56e8edfa10ed Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 24 May 2022 14:52:12 +0000 Subject: [PATCH 0970/1154] doc: Updated archivers/php-pecl-zip to 1.20.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9037812d9ab1b..6cce1b4fe9f84 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2720 2022/05/24 12:31:38 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2721 2022/05/24 14:52:12 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4175,3 +4175,4 @@ Changes to the packages collection and infrastructure in 2022: Updated comms/py-rich to 12.4.4 [adam 2022-05-24] Updated www/py-httpcore to 0.15.0 [adam 2022-05-24] Updated www/py-httpx to 0.23.0 [adam 2022-05-24] + Updated archivers/php-pecl-zip to 1.20.1 [taca 2022-05-24] From b119b3e20255aa7a9352531ce05be72e454268ff Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 24 May 2022 15:01:21 +0000 Subject: [PATCH 0971/1154] devel/php-xdebug: update to 3.1.4 3.1.4 (2022-04-04) Fixed bugs: * Fixed issue #2006: Removing second call breakpoint with same function name * Fixed issue #2060: XDebug breaks the Symfony "PhpFilesAdapter" cache adapter * Fixed issue #2061: Possible use after free with GC Stats * Fixed issue #2063: Can't inspect ArrayObject storage elements * Fixed issue #2064: Segmentation fault in symfony cache * Fixed issue #2068: Debug session can be started with "XDEBUG_SESSION_START=anything" when xdebug.trigger_value is set * Fixed issue #2069: Warn when profiler_append is used together with zlib compression * Fixed issue #2075: Code coverage misses static array assignment lines --- devel/php-xdebug/Makefile | 4 ++-- devel/php-xdebug/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/php-xdebug/Makefile b/devel/php-xdebug/Makefile index 9d654aa42865f..074122afaff7f 100644 --- a/devel/php-xdebug/Makefile +++ b/devel/php-xdebug/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2022/02/20 13:28:56 taca Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/24 15:01:21 taca Exp $ # MODNAME= xdebug -PECL_VERSION= 3.1.3 +PECL_VERSION= 3.1.4 CATEGORIES= devel EXTRACT_SUFX= .tgz diff --git a/devel/php-xdebug/distinfo b/devel/php-xdebug/distinfo index 44354c7c40243..14432e6d7ff67 100644 --- a/devel/php-xdebug/distinfo +++ b/devel/php-xdebug/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2022/02/20 13:28:56 taca Exp $ +$NetBSD: distinfo,v 1.32 2022/05/24 15:01:21 taca Exp $ -BLAKE2s (php-xdebug/xdebug-3.1.3.tgz) = dd949dfac84dda2f3a39067532e42e1685830627fdc177aaa666af7a05b0e13e -SHA512 (php-xdebug/xdebug-3.1.3.tgz) = be2f0ed24188b450144bd53091e10bd0079255de326afa204e78fd801e091758d7f55de6d5e661ca7c42bd66e4fd47d4bcc058106c57e0ff7b7975bd26625394 -Size (php-xdebug/xdebug-3.1.3.tgz) = 230213 bytes +BLAKE2s (php-xdebug/xdebug-3.1.4.tgz) = 78d2ca71faecf8cedcfa850208c011e9fe7b3e271283ddf8a6d25d587751ad9c +SHA512 (php-xdebug/xdebug-3.1.4.tgz) = 5eb41fed8b470d53dfcae8896d1de2ab5dacc069f3c49a2b189f237d2247dc227d61691539dce3d782c18887beb7204467a97ee6245a547a33408134d8e01800 +Size (php-xdebug/xdebug-3.1.4.tgz) = 231747 bytes SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0 From 41c6efd55363e9b5c9939a199f9941bedd4dad24 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 24 May 2022 15:01:43 +0000 Subject: [PATCH 0972/1154] doc: Updated devel/php-xdebug to 3.1.4 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 6cce1b4fe9f84..cef50a421dd09 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2721 2022/05/24 14:52:12 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2722 2022/05/24 15:01:43 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4176,3 +4176,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-httpcore to 0.15.0 [adam 2022-05-24] Updated www/py-httpx to 0.23.0 [adam 2022-05-24] Updated archivers/php-pecl-zip to 1.20.1 [taca 2022-05-24] + Updated devel/php-xdebug to 3.1.4 [taca 2022-05-24] From ff73107176cde29891278758c8045a239eba4902 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 24 May 2022 15:03:32 +0000 Subject: [PATCH 0973/1154] multimedia/php-ming: dose not support PHP 8 and later Remove workaround for 0.4.4, too. --- multimedia/php-ming/Makefile | 8 +- multimedia/php-ming/files/config.m4 | 115 ---------------------------- 2 files changed, 3 insertions(+), 120 deletions(-) delete mode 100644 multimedia/php-ming/files/config.m4 diff --git a/multimedia/php-ming/Makefile b/multimedia/php-ming/Makefile index 34e2f36726bbc..66095c4e1497a 100644 --- a/multimedia/php-ming/Makefile +++ b/multimedia/php-ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2020/06/05 12:49:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/24 15:03:32 taca Exp $ PKGREVISION= 1 .include "../../multimedia/ming/Makefile.common" @@ -13,6 +13,8 @@ HOMEPAGE= http://www.libming.org/ COMMENT= PHP extension for Ming library LICENSE= php +PHP_VERSIONS_ACCEPTED= 56 74 + CONFLICTS= php-ming-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=${BUILDLINK_PREFIX.ming} @@ -21,10 +23,6 @@ MODULESDIR= ${WRKSRC}/${PHPSETUPSUBDIR}/modules CONFIGURE_DIRS= ${PHPSETUPSUBDIR} USE_TOOLS+= aclocal autoconf automake autoheader pkg-config -# missing in 0.4.4 release tarball. -post-extract: - ${CP} ${FILESDIR}/config.m4 ${WRKSRC}/${PHPSETUPSUBDIR} - pre-configure: cd ${WRKSRC}; sh ./autogen.sh diff --git a/multimedia/php-ming/files/config.m4 b/multimedia/php-ming/files/config.m4 deleted file mode 100644 index 622d1747f622d..0000000000000 --- a/multimedia/php-ming/files/config.m4 +++ /dev/null @@ -1,115 +0,0 @@ -dnl -dnl $NetBSD: config.m4,v 1.1 2012/05/12 08:49:26 obache Exp $ -dnl based on taken from upstream git repository at release 0.4.4 -dnl - -PHP_ARG_WITH(ming, for MING support, -[ --with-ming[=DIR] Include MING support]) - -if test "$PHP_MING" != "no"; then - AC_CHECK_LIB(m, sin) - - for i in $PHP_MING ../../src /usr/local /usr; do - if test -e $i/$PHP_LIBDIR/libming.$SHLIB_SUFFIX_NAME || test -e $i/$PHP_LIBDIR/libming.a; then - MING_DIR=$i - break - fi - done - - if test -z "$MING_DIR"; then - AC_MSG_ERROR(Please reinstall ming distribution. libming.(a|so) not found.) - fi - - for i in ../../src $MING_DIR/include $MING_DIR/include/ming $MING_DIR/ming/include; do - if test -f $i/ming.h; then - MING_INC_DIR=$i - fi - done - - if test -z "$MING_INC_DIR"; then - AC_MSG_ERROR(Please reinstall ming distribution. ming.h not found.) - fi - - PHP_CHECK_LIBRARY(ming, Ming_useSWFVersion, [ - AC_DEFINE(HAVE_MING,1,[ ]) - ],[ - AC_MSG_ERROR([Ming library 0.2a or greater required.]) - ],[ - -L$MING_DIR/$PHP_LIBDIR - ]) - - PHP_ADD_INCLUDE($MING_INC_DIR) - PHP_ADD_LIBRARY_WITH_PATH(ming, $MING_DIR/$PHP_LIBDIR, MING_SHARED_LIBADD) - - old_CPPFLAGS=$CPPFLAGS - CPPFLAGS=-I$MING_INC_DIR - AC_MSG_CHECKING([for destroySWFBlock]) - AC_TRY_RUN([ -#include "ming.h" -int destroySWFBlock(int a, int b) { - return a+b; -} -int main() { - return destroySWFBlock(-1,1); /* returns 0 only if function is not yet defined */ -} - ],[ - AC_MSG_RESULT([missing]) - ],[ - AC_DEFINE(HAVE_DESTROY_SWF_BLOCK,1,[ ]) - AC_MSG_RESULT([ok]) - ],[ - AC_MSG_RESULT([unknown]) - ]) - -dnl Check Ming version (FIXME: if/when ming has some better way to detect the version..) - AC_EGREP_CPP(yes, [ -#include -#ifdef SWF_SOUND_COMPRESSION -yes -#endif - ], [ - AC_DEFINE(HAVE_NEW_MING, 1, [ ]) - dnl FIXME: This is now unconditional..better check coming later. - ]) - - dnl Check if SWFVideoStream_setFrameMode() is available - AC_TRY_COMPILE([ -#include - ], [ -int main(void) { SWFVideoStream_setFrameMode(0, 0); return 0; } - ], [ - AC_DEFINE(HAVE_SWFVIDEOSTREAM_SETFRAMEMODE, 1, [Have SWFVideoStream_setFrameMode(SWFVideoStream, int)]) - ], []) - - dnl Check if SWFVideoStream_nextFrame() is available - AC_TRY_COMPILE([ -#include - ], [ -int main(void) { SWFVideoStream_nextFrame(0); return 0; } - ], [ - AC_DEFINE(HAVE_SWFVIDEOSTREAM_NEXTFRAME, 1, [Have SWFVideoStream_nextFrame(SWFVideoStream)]) - ], []) - - dnl Check if SWFVideoStream_seek() is available - AC_TRY_COMPILE([ -#include - ], [ -int main(void) { SWFVideoStream_seek(0, 0, 0); return 0; } - ], [ - AC_DEFINE(HAVE_SWFVIDEOSTREAM_SEEK, 1, [Have SWFVideoStream_seek(SWFVideoStream, int frame, int whence)]) - ], []) - - - dnl Check if SWFMovie_output() accepts the 4th parameter - AC_TRY_COMPILE([ -#include - ], [ -int main(void) { SWFMovie_output(NULL, NULL, NULL, 0); return 0; } - ], [ - AC_DEFINE(HAVE_MING_MOVIE_LEVEL, 1, [ ]) - ], []) - CPPFLAGS=$old_CPPFLAGS - - PHP_NEW_EXTENSION(ming, ming.c, $ext_shared) - PHP_SUBST(MING_SHARED_LIBADD) -fi From 6235a89f40c5d376cab4f2cc9c2c4838a5e5b5aa Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 24 May 2022 15:06:49 +0000 Subject: [PATCH 0974/1154] www/php-propro2: dose not support PHP 8 and later * This pacakge dose not support PHP 8 and later. --- www/php-propro2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/php-propro2/Makefile b/www/php-propro2/Makefile index ca3b96f4b6505..3babad432c822 100644 --- a/www/php-propro2/Makefile +++ b/www/php-propro2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2021/01/03 06:48:05 taca Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 15:06:49 taca Exp $ MODNAME= propro PECL_VERSION= 2.1.0 @@ -11,7 +11,7 @@ LICENSE= 2-clause-bsd BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c -PHP_VERSIONS_INCOMPATIBLE= 56 +PHP_VERSIONS_ACCEPTED= 74 USE_LANGUAGES= c c++ USE_LIBTOOL= yes From cd01b0c50e6a10e61f21dadfa4f2f17ffc95dfb4 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 24 May 2022 17:37:50 +0000 Subject: [PATCH 0975/1154] Corrected mistake in buildlink3.mk for archivers/ocaml-decompress --- archivers/ocaml-decompress/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivers/ocaml-decompress/buildlink3.mk b/archivers/ocaml-decompress/buildlink3.mk index 75ab77adbc728..938cdac22efaa 100644 --- a/archivers/ocaml-decompress/buildlink3.mk +++ b/archivers/ocaml-decompress/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2022/05/03 19:45:12 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2022/05/24 17:37:50 jaapb Exp $ BUILDLINK_TREE+= ocaml-decompress @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-decompress OCAML_DECOMPRESS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-decompress+= ocaml-decompress>=1.4.1 -BUILDLINK_API_DEPENDS.ocaml-decompress+= ocaml-decompress>=1.4.3 +BUILDLINK_ABI_DEPENDS.ocaml-decompress+= ocaml-decompress>=1.4.3 BUILDLINK_PKGSRCDIR.ocaml-decompress?= ../../archivers/ocaml-decompress .endif # OCAML_DECOMPRESS_BUILDLINK3_MK From dfd51346dfe139174e091fb5e568b73a1a6e6c74 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 24 May 2022 17:39:15 +0000 Subject: [PATCH 0976/1154] Small correction in devel/ocaml-core_unix; revbump. Findlib usage was not correctly specified. --- devel/ocaml-core_unix/Makefile | 6 +++++- devel/ocaml-core_unix/buildlink3.mk | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/devel/ocaml-core_unix/Makefile b/devel/ocaml-core_unix/Makefile index 5b01fe2210404..0bed5e1c7d0ed 100644 --- a/devel/ocaml-core_unix/Makefile +++ b/devel/ocaml-core_unix/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 09:26:58 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 17:39:15 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} GITHUB_PROJECT= core_unix @@ -16,6 +17,9 @@ USE_TOOLS+= bash OCAML_USE_DUNE= yes OCAML_USE_OPAM= no +OCAML_USE_FINDLIB= yes + +OCAML_FINDLIB_DIRS= ${GITHUB_PROJECT} # needs specific install command because it has shell scripts # that it wants to install in bindir diff --git a/devel/ocaml-core_unix/buildlink3.mk b/devel/ocaml-core_unix/buildlink3.mk index 8e8f536a7ba95..9f72419c8aceb 100644 --- a/devel/ocaml-core_unix/buildlink3.mk +++ b/devel/ocaml-core_unix/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2022/05/05 09:26:58 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/24 17:39:15 jaapb Exp $ BUILDLINK_TREE+= ocaml-core_unix @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-core_unix OCAML_CORE_UNIX_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-core_unix+= ocaml-core_unix>=0.15.0 +BUILDLINK_ABI_DEPENDS.ocaml-core_unix+= ocaml-core_unix>=0.15.0nb1 BUILDLINK_PKGSRCDIR.ocaml-core_unix?= ../../devel/ocaml-core_unix .endif # OCAML_CORE_UNIX_BUILDLINK3_MK From e73ad29f53692a3b9fb188d476f90f4ab614b302 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 24 May 2022 17:48:00 +0000 Subject: [PATCH 0977/1154] Fixed error in buildlink3.mk for devel/ocaml-seq --- devel/ocaml-seq/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/ocaml-seq/buildlink3.mk b/devel/ocaml-seq/buildlink3.mk index 3f9351c4bd706..09d0df46a2184 100644 --- a/devel/ocaml-seq/buildlink3.mk +++ b/devel/ocaml-seq/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2022/05/02 13:53:44 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2022/05/24 17:48:00 jaapb Exp $ BUILDLINK_TREE+= ocaml-seq @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-seq OCAML_SEQ_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-seq+= ocaml-seq>=0.1 -BUILDLINK_API_DEPENDS.ocaml-seq+= ocaml-seq>=0.2.2 +BUILDLINK_ABI_DEPENDS.ocaml-seq+= ocaml-seq>=0.2.2 BUILDLINK_PKGSRCDIR.ocaml-seq?= ../../devel/ocaml-seq .endif # OCAML_SEQ_BUILDLINK3_MK From 7ade6c1e9df72c4bf0748b5d588cf17b531c97fd Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 24 May 2022 17:55:23 +0000 Subject: [PATCH 0978/1154] Updated math/ocaml-zarith to version 1.12. Changes are mostly minor, see the Changes file inside the distribution for more details. --- math/ocaml-zarith/Makefile | 5 ++--- math/ocaml-zarith/PLIST | 6 +++++- math/ocaml-zarith/buildlink3.mk | 4 ++-- math/ocaml-zarith/distinfo | 9 ++++----- math/ocaml-zarith/patches/patch-configure | 20 -------------------- 5 files changed, 13 insertions(+), 31 deletions(-) delete mode 100644 math/ocaml-zarith/patches/patch-configure diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index e8a95136cec95..04210f2f9e8d6 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2021/05/24 19:52:56 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/24 17:55:23 jaapb Exp $ # -VERSION= 1.7 +VERSION= 1.12 GITHUB_PROJECT= Zarith GITHUB_TAG= release-${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME:tl} -PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/math/ocaml-zarith/PLIST b/math/ocaml-zarith/PLIST index a527ae7d4f3ea..c90a0bac4fe7b 100644 --- a/math/ocaml-zarith/PLIST +++ b/math/ocaml-zarith/PLIST @@ -1,14 +1,17 @@ -@comment $NetBSD: PLIST,v 1.4 2018/11/28 12:04:35 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/24 17:55:23 jaapb Exp $ ${OCAML_SITELIB}/zarith/META ${OCAML_SITELIB}/zarith/big_int_Z.cmi +${OCAML_SITELIB}/zarith/big_int_Z.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/big_int_Z.cmx ${OCAML_SITELIB}/zarith/big_int_Z.mli ${OCAML_SITELIB}/zarith/dllzarith.so ${OCAML_SITELIB}/zarith/libzarith.a ${OCAML_SITELIB}/zarith/q.cmi +${OCAML_SITELIB}/zarith/q.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/q.cmx ${OCAML_SITELIB}/zarith/q.mli ${OCAML_SITELIB}/zarith/z.cmi +${OCAML_SITELIB}/zarith/z.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/z.cmx ${OCAML_SITELIB}/zarith/z.mli ${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.a @@ -16,3 +19,4 @@ ${OCAML_SITELIB}/zarith/zarith.cma ${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxs ${OCAML_SITELIB}/zarith/zarith.h +${OCAML_SITELIB}/zarith/zarith_top.cma diff --git a/math/ocaml-zarith/buildlink3.mk b/math/ocaml-zarith/buildlink3.mk index 5fa3ce149470f..1759842607c0c 100644 --- a/math/ocaml-zarith/buildlink3.mk +++ b/math/ocaml-zarith/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2018/11/28 12:04:35 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 17:55:23 jaapb Exp $ BUILDLINK_TREE+= ocaml-zarith @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-zarith OCAML_ZARITH_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.2.1 -BUILDLINK_ABI_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.7 +BUILDLINK_ABI_DEPENDS.ocaml-zarith+= ocaml-zarith>=1.12 BUILDLINK_PKGSRCDIR.ocaml-zarith?= ../../math/ocaml-zarith .include "../../devel/gmp/buildlink3.mk" diff --git a/math/ocaml-zarith/distinfo b/math/ocaml-zarith/distinfo index 3dae006d54378..d4a570a3200f4 100644 --- a/math/ocaml-zarith/distinfo +++ b/math/ocaml-zarith/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:55:50 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/05/24 17:55:23 jaapb Exp $ -BLAKE2s (Zarith-1.7.tar.gz) = eb310ad08e77d9c7b17cc76ab702d8ce3b95fab256b96a5141724d76fa11a687 -SHA512 (Zarith-1.7.tar.gz) = 812b5f9b24ce7a24d3370b8728ff6eeb56e3280fa1573e694fe54e781668c29bf8ff95e94aeff59df948adc85b8acd6b4efe117fb50a124f19b4227bee78e753 -Size (Zarith-1.7.tar.gz) = 89617 bytes -SHA1 (patch-configure) = a9fadfcaf6c3b0a21ff3d1829af2cb15454904a0 +BLAKE2s (Zarith-1.12.tar.gz) = 0484c6e5e2850a9a95eb2c5599ec15f1a96dcd30725a12cfe5ce61c21e3d5cb7 +SHA512 (Zarith-1.12.tar.gz) = 8075573ae65579a2606b37dd1b213032a07d220d28c733f9288ae80d36f8a2cc4d91632806df2503c130ea9658dc207ee3a64347c21aa53969050a208f5b2bb4 +Size (Zarith-1.12.tar.gz) = 93695 bytes diff --git a/math/ocaml-zarith/patches/patch-configure b/math/ocaml-zarith/patches/patch-configure deleted file mode 100644 index 5c1d15a7184e8..0000000000000 --- a/math/ocaml-zarith/patches/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-configure,v 1.2 2017/07/11 14:16:23 jaapb Exp $ - -Proper operating system detection ---- configure.orig 2015-11-09 21:21:45.000000000 +0000 -+++ configure 2017-07-10 16:23:00.447649770 +0000 -@@ -307,6 +307,14 @@ - arch='i686' - fi - ;; -+ i386-*freebsd* | i386-*netbsd* | i386-*dragonfly*) -+ ccdef="-DZ_ELF -DZ_DOT_LABEL_PREFIX $ccdef" -+ arch='i686' -+ ;; -+ amd64-*freebsd* | amd64-*netbsd* | x86_64-*dragonfly*) -+ ccdef="-DZ_ELF -DZ_DOT_LABEL_PREFIX $ccdef" -+ arch='x86_64' -+ ;; - i386-*darwin* | x86_64-*darwin*) - ccdef="-DZ_UNDERSCORE_PREFIX -DZ_MACOS $ccdef" - if test "x$wordsize" = "x64"; then From 9aac96b7c69bc8fdacadf90358ec818b37d64b43 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 24 May 2022 17:55:36 +0000 Subject: [PATCH 0979/1154] doc: Updated math/ocaml-zarith to 1.12 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index cef50a421dd09..9f2b041a9de5d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2722 2022/05/24 15:01:43 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2723 2022/05/24 17:55:36 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4177,3 +4177,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-httpx to 0.23.0 [adam 2022-05-24] Updated archivers/php-pecl-zip to 1.20.1 [taca 2022-05-24] Updated devel/php-xdebug to 3.1.4 [taca 2022-05-24] + Updated math/ocaml-zarith to 1.12 [jaapb 2022-05-24] diff --git a/doc/TODO b/doc/TODO index 93a2410f2bf85..87b32318ac344 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21882 2022/05/24 05:17:26 plunky Exp $ +$NetBSD: TODO,v 1.21883 2022/05/24 17:55:36 jaapb Exp $ Suggested new packages ====================== @@ -1206,7 +1206,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o ocaml-psq-0.2.0 o ocaml-resource-pooling-1.2 o ocaml-safepass-3.1 - o ocaml-zarith-1.12 o ocaml-zip-110 o ocrad-0.25 o odbc-postgresql-9.06.0500 From a6e48d8d588b355ee9e34bf879ab1776a9df1778 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 18:18:18 +0000 Subject: [PATCH 0980/1154] gstreamer1: update to 1.20.2 Highlighted bugfixes: * avviddec: Remove vc1/wmv3 override and fix crashes on WMV files with FFMPEG 5.0+ * macOS: fix plugin discovery for GStreamer installed via brew and fix loading of Rust plugins * rtpbasepayload: various header extension handling fixes * rtpopusdepay: fix regression in stereo input handling if sprop-stereo is not advertised * rtspclientsink: fix possible shutdown deadlock * mpegts: gracefully handle "empty" program maps and fix AC-4 detection * mxfdemux: Handle empty VANC packets and fix EOS handling * playbin3: various playbin3, uridecodebin3, and playsink fixes * ptpclock: fix initial sync-up with certain devices * gltransformation: let graphene alloc its structures memory aligned * webrtcbin fixes and webrtc sendrecv example improvements * video4linux2: various fixes including some fixes for Raspberry Pi users * videorate segment handling fixes and other fixes * nvh264dec, nvh265dec: Fix broken key-unit trick modes and reverse playback * wpe: Reintroduce persistent WebContext * cerbero: Make it easier to consume 1.20.1 macOS GStreamer .pkgs * build fixes and gobject annotation fixes * bug fixes, security fixes, memory leak fixes, and other stability and reliability improvements --- multimedia/gst-plugins1-bad/Makefile.common | 4 +-- multimedia/gst-plugins1-bad/PLIST | 30 ++++++++++---------- multimedia/gst-plugins1-bad/distinfo | 8 +++--- multimedia/gst-plugins1-base/Makefile.common | 4 +-- multimedia/gst-plugins1-base/PLIST | 24 ++++++++-------- multimedia/gst-plugins1-base/distinfo | 8 +++--- multimedia/gst-plugins1-good/Makefile.common | 4 +-- multimedia/gst-plugins1-good/distinfo | 8 +++--- multimedia/gst-plugins1-libav/Makefile | 4 +-- multimedia/gst-plugins1-libav/distinfo | 8 +++--- multimedia/gst-plugins1-ugly/Makefile.common | 4 +-- multimedia/gst-plugins1-ugly/distinfo | 8 +++--- multimedia/gstreamer1/Makefile | 4 +-- multimedia/gstreamer1/PLIST | 14 ++++----- multimedia/gstreamer1/distinfo | 8 +++--- 15 files changed, 70 insertions(+), 70 deletions(-) diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common index 68b7534e22bdf..0012d68f78161 100644 --- a/multimedia/gst-plugins1-bad/Makefile.common +++ b/multimedia/gst-plugins1-bad/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.40 2022/04/19 07:55:44 nia Exp $ +# $NetBSD: Makefile.common,v 1.41 2022/05/24 18:18:18 nia Exp $ -DISTNAME= gst-plugins-bad-1.20.1 +DISTNAME= gst-plugins-bad-1.20.2 MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-bad/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/gst-plugins1-bad/PLIST b/multimedia/gst-plugins1-bad/PLIST index 4b9b2499fe525..0555b3a0d23c6 100644 --- a/multimedia/gst-plugins1-bad/PLIST +++ b/multimedia/gst-plugins1-bad/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2022/04/18 12:36:07 nia Exp $ +@comment $NetBSD: PLIST,v 1.19 2022/05/24 18:18:18 nia Exp $ bin/gst-transcoder-1.0 include/gstreamer-1.0/gst/audio/audio-bad-prelude.h include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h @@ -153,48 +153,48 @@ lib/gstreamer-1.0/libgstvmnc.so lib/gstreamer-1.0/libgsty4mdec.so lib/libgstadaptivedemux-1.0.so lib/libgstadaptivedemux-1.0.so.0 -lib/libgstadaptivedemux-1.0.so.0.2001.0 +lib/libgstadaptivedemux-1.0.so.0.2002.0 lib/libgstbadaudio-1.0.so lib/libgstbadaudio-1.0.so.0 -lib/libgstbadaudio-1.0.so.0.2001.0 +lib/libgstbadaudio-1.0.so.0.2002.0 lib/libgstbasecamerabinsrc-1.0.so lib/libgstbasecamerabinsrc-1.0.so.0 -lib/libgstbasecamerabinsrc-1.0.so.0.2001.0 +lib/libgstbasecamerabinsrc-1.0.so.0.2002.0 lib/libgstcodecparsers-1.0.so lib/libgstcodecparsers-1.0.so.0 -lib/libgstcodecparsers-1.0.so.0.2001.0 +lib/libgstcodecparsers-1.0.so.0.2002.0 lib/libgstcodecs-1.0.so lib/libgstcodecs-1.0.so.0 -lib/libgstcodecs-1.0.so.0.2001.0 +lib/libgstcodecs-1.0.so.0.2002.0 lib/libgstinsertbin-1.0.so lib/libgstinsertbin-1.0.so.0 -lib/libgstinsertbin-1.0.so.0.2001.0 +lib/libgstinsertbin-1.0.so.0.2002.0 lib/libgstisoff-1.0.so lib/libgstisoff-1.0.so.0 -lib/libgstisoff-1.0.so.0.2001.0 +lib/libgstisoff-1.0.so.0.2002.0 lib/libgstmpegts-1.0.so lib/libgstmpegts-1.0.so.0 -lib/libgstmpegts-1.0.so.0.2001.0 +lib/libgstmpegts-1.0.so.0.2002.0 lib/libgstphotography-1.0.so lib/libgstphotography-1.0.so.0 -lib/libgstphotography-1.0.so.0.2001.0 +lib/libgstphotography-1.0.so.0.2002.0 lib/libgstplay-1.0.so lib/libgstplay-1.0.so.0 -lib/libgstplay-1.0.so.0.2001.0 +lib/libgstplay-1.0.so.0.2002.0 lib/libgstplayer-1.0.so lib/libgstplayer-1.0.so.0 -lib/libgstplayer-1.0.so.0.2001.0 +lib/libgstplayer-1.0.so.0.2002.0 lib/libgstsctp-1.0.so lib/libgstsctp-1.0.so.0 -lib/libgstsctp-1.0.so.0.2001.0 +lib/libgstsctp-1.0.so.0.2002.0 lib/libgsttranscoder-1.0.so lib/libgsttranscoder-1.0.so.0 lib/libgsturidownloader-1.0.so lib/libgsturidownloader-1.0.so.0 -lib/libgsturidownloader-1.0.so.0.2001.0 +lib/libgsturidownloader-1.0.so.0.2002.0 lib/libgstwebrtc-1.0.so lib/libgstwebrtc-1.0.so.0 -lib/libgstwebrtc-1.0.so.0.2001.0 +lib/libgstwebrtc-1.0.so.0.2002.0 lib/pkgconfig/gstreamer-bad-audio-1.0.pc lib/pkgconfig/gstreamer-codecparsers-1.0.pc lib/pkgconfig/gstreamer-insertbin-1.0.pc diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo index d2c3ac2b62573..b93cb7ec8e707 100644 --- a/multimedia/gst-plugins1-bad/distinfo +++ b/multimedia/gst-plugins1-bad/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.42 2022/04/18 12:36:07 nia Exp $ +$NetBSD: distinfo,v 1.43 2022/05/24 18:18:18 nia Exp $ -BLAKE2s (gst-plugins-bad-1.20.1.tar.xz) = 4b0e4d328687b9c4cbf0c88b3576a7f76e92e6ad78581874727ed043242a26e2 -SHA512 (gst-plugins-bad-1.20.1.tar.xz) = 3113fc93bba59716e7a506cf00f88cb05ccfe3406515ecf7e377dcfd3a8f4e555ff45126c048dc736ae6a28acf430c96422be4a120889fbe04ed69c5acb1cad6 -Size (gst-plugins-bad-1.20.1.tar.xz) = 6212148 bytes +BLAKE2s (gst-plugins-bad-1.20.2.tar.xz) = ace89a4b1d37e2390deacbe507e5c5cdf50f98d8407d6079573d9424560b8141 +SHA512 (gst-plugins-bad-1.20.2.tar.xz) = 3f98973dc07ead745418e0a30f9f6b5c8d328e3d126f54d92c10ab5da04271768a5c5dffc36ea24ccf8fb516b1e3733be9fb18dc0db419dea4d37d17018f8a70 +Size (gst-plugins-bad-1.20.2.tar.xz) = 6216208 bytes SHA1 (patch-ext_wayland_meson.build) = bb8984a24a9149f85ac3e7b4535a684876781dce diff --git a/multimedia/gst-plugins1-base/Makefile.common b/multimedia/gst-plugins1-base/Makefile.common index a858221bee73a..a7e91351fca5c 100644 --- a/multimedia/gst-plugins1-base/Makefile.common +++ b/multimedia/gst-plugins1-base/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.42 2022/04/19 07:55:44 nia Exp $ +# $NetBSD: Makefile.common,v 1.43 2022/05/24 18:18:18 nia Exp $ -DISTNAME= gst-plugins-base-1.20.1 +DISTNAME= gst-plugins-base-1.20.2 MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-base/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/gst-plugins1-base/PLIST b/multimedia/gst-plugins1-base/PLIST index 587b9f86a9748..a74b092cefe53 100644 --- a/multimedia/gst-plugins1-base/PLIST +++ b/multimedia/gst-plugins1-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2022/04/18 12:36:08 nia Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/24 18:18:18 nia Exp $ bin/gst-device-monitor-1.0 bin/gst-discoverer-1.0 bin/gst-play-1.0 @@ -165,37 +165,37 @@ lib/gstreamer-1.0/libgstvideotestsrc.so lib/gstreamer-1.0/libgstvolume.so lib/libgstallocators-1.0.so lib/libgstallocators-1.0.so.0 -lib/libgstallocators-1.0.so.0.2001.0 +lib/libgstallocators-1.0.so.0.2002.0 lib/libgstapp-1.0.so lib/libgstapp-1.0.so.0 -lib/libgstapp-1.0.so.0.2001.0 +lib/libgstapp-1.0.so.0.2002.0 lib/libgstaudio-1.0.so lib/libgstaudio-1.0.so.0 -lib/libgstaudio-1.0.so.0.2001.0 +lib/libgstaudio-1.0.so.0.2002.0 lib/libgstfft-1.0.so lib/libgstfft-1.0.so.0 -lib/libgstfft-1.0.so.0.2001.0 +lib/libgstfft-1.0.so.0.2002.0 lib/libgstpbutils-1.0.so lib/libgstpbutils-1.0.so.0 -lib/libgstpbutils-1.0.so.0.2001.0 +lib/libgstpbutils-1.0.so.0.2002.0 lib/libgstriff-1.0.so lib/libgstriff-1.0.so.0 -lib/libgstriff-1.0.so.0.2001.0 +lib/libgstriff-1.0.so.0.2002.0 lib/libgstrtp-1.0.so lib/libgstrtp-1.0.so.0 -lib/libgstrtp-1.0.so.0.2001.0 +lib/libgstrtp-1.0.so.0.2002.0 lib/libgstrtsp-1.0.so lib/libgstrtsp-1.0.so.0 -lib/libgstrtsp-1.0.so.0.2001.0 +lib/libgstrtsp-1.0.so.0.2002.0 lib/libgstsdp-1.0.so lib/libgstsdp-1.0.so.0 -lib/libgstsdp-1.0.so.0.2001.0 +lib/libgstsdp-1.0.so.0.2002.0 lib/libgsttag-1.0.so lib/libgsttag-1.0.so.0 -lib/libgsttag-1.0.so.0.2001.0 +lib/libgsttag-1.0.so.0.2002.0 lib/libgstvideo-1.0.so lib/libgstvideo-1.0.so.0 -lib/libgstvideo-1.0.so.0.2001.0 +lib/libgstvideo-1.0.so.0.2002.0 lib/pkgconfig/gstreamer-allocators-1.0.pc lib/pkgconfig/gstreamer-app-1.0.pc lib/pkgconfig/gstreamer-audio-1.0.pc diff --git a/multimedia/gst-plugins1-base/distinfo b/multimedia/gst-plugins1-base/distinfo index a4059eec8eece..29144bb3314e2 100644 --- a/multimedia/gst-plugins1-base/distinfo +++ b/multimedia/gst-plugins1-base/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.46 2022/04/19 16:27:43 nia Exp $ +$NetBSD: distinfo,v 1.47 2022/05/24 18:18:18 nia Exp $ -BLAKE2s (gst-plugins-base-1.20.1.tar.xz) = 5119ee161501df82815eb52559ee73c3edbaeb6df436c27a0e29203c3d2daf5e -SHA512 (gst-plugins-base-1.20.1.tar.xz) = 679a0eee1973fa9612e2e24978e2c2d9d8fdc5732e1699b4a87712881f1549d0811719a13ff4fe77b91322ca4425c39623b371703f6b3a36fb7238b977d3e541 -Size (gst-plugins-base-1.20.1.tar.xz) = 3290068 bytes +BLAKE2s (gst-plugins-base-1.20.2.tar.xz) = 32e3e463743f3fe70b5372667234fbae5edc61e6a22f332f91b4f3578f8a34fa +SHA512 (gst-plugins-base-1.20.2.tar.xz) = 144ae965a3e487c70e9ac55099ae49f54bff7110d5a92867ebe8a91760dd94fb7f13dc23f34e55923c2150012f81b55be22c840fe89d97e4e78290cb6d51bc51 +Size (gst-plugins-base-1.20.2.tar.xz) = 3295552 bytes SHA1 (patch-ext_cdparanoia_gstcdparanoiasrc.h) = 5325f27c81cd9dc2f998bcb7733ef6b0c9a902e8 SHA1 (patch-meson.build) = 0fae465ac873b12103f693e3812b3bfc6b1f6971 diff --git a/multimedia/gst-plugins1-good/Makefile.common b/multimedia/gst-plugins1-good/Makefile.common index e4ba127a6eb13..235d0ff0ac9b1 100644 --- a/multimedia/gst-plugins1-good/Makefile.common +++ b/multimedia/gst-plugins1-good/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.40 2022/04/19 07:55:45 nia Exp $ +# $NetBSD: Makefile.common,v 1.41 2022/05/24 18:18:18 nia Exp $ -DISTNAME= gst-plugins-good-1.20.1 +DISTNAME= gst-plugins-good-1.20.2 MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-good/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo index 728e205644e7d..c0019cbad09fe 100644 --- a/multimedia/gst-plugins1-good/distinfo +++ b/multimedia/gst-plugins1-good/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2022/04/18 12:36:08 nia Exp $ +$NetBSD: distinfo,v 1.48 2022/05/24 18:18:18 nia Exp $ -BLAKE2s (gst-plugins-good-1.20.1.tar.xz) = 7d3ea5ad8514858518eb702dcee30502b265fd993b708d5d4714e00affb62191 -SHA512 (gst-plugins-good-1.20.1.tar.xz) = 6e56f6290465da03bfe162228829e51091896b2c5fe9d1d0718f663a3ab14edf5c790b37998a783981b9c77034252e7dee9fec5136f92ced44c4898e2fbd402e -Size (gst-plugins-good-1.20.1.tar.xz) = 3415220 bytes +BLAKE2s (gst-plugins-good-1.20.2.tar.xz) = 10e2999355afc84fc7a2e518080367cf0c16d34f7e0a2a9937d46155a264aed2 +SHA512 (gst-plugins-good-1.20.2.tar.xz) = a10ea48fdfbe741e9bc63036b011748558f89968aaa525380ac99884c27463d190c0b49e2d98b4f554eee6ead8a5c5da3ba62e5b0b1fe54877598beccc68a933 +Size (gst-plugins-good-1.20.2.tar.xz) = 3411008 bytes diff --git a/multimedia/gst-plugins1-libav/Makefile b/multimedia/gst-plugins1-libav/Makefile index bf86e491c5d8a..b66f9886ead84 100644 --- a/multimedia/gst-plugins1-libav/Makefile +++ b/multimedia/gst-plugins1-libav/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2022/04/18 12:36:08 nia Exp $ +# $NetBSD: Makefile,v 1.59 2022/05/24 18:18:18 nia Exp $ -DISTNAME= gst-libav-1.20.1 +DISTNAME= gst-libav-1.20.2 PKGNAME= ${DISTNAME:S/gst/gst-plugins1/} CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-libav/ diff --git a/multimedia/gst-plugins1-libav/distinfo b/multimedia/gst-plugins1-libav/distinfo index d295ea542ec36..01e12d8e94672 100644 --- a/multimedia/gst-plugins1-libav/distinfo +++ b/multimedia/gst-plugins1-libav/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2022/04/18 12:36:08 nia Exp $ +$NetBSD: distinfo,v 1.39 2022/05/24 18:18:18 nia Exp $ -BLAKE2s (gst-libav-1.20.1.tar.xz) = 0d8f8287e7fa94f2701bfbcc01f25ab4507e326c25c41d8ee82bd20652f21c6a -SHA512 (gst-libav-1.20.1.tar.xz) = 5f4169ac03aec715b56d8bff5e45f471150b1997f785f1ad3dc687f9c76060d5bfaafe0ee51f460e53394adceaf41cb64875ce818c16c0111ee171b5dff46854 -Size (gst-libav-1.20.1.tar.xz) = 280016 bytes +BLAKE2s (gst-libav-1.20.2.tar.xz) = 8f47dfb8b18728d94276a0a0e754f83fb911b4a4b9ce107d4b51c04b71612dc6 +SHA512 (gst-libav-1.20.2.tar.xz) = 845acd0144f333fc532c35a854a9773cef70c96b097995a684911b9ac3fe45aaf75011454e736427dbd6afabaf07459fd22cf7ce8543066e1d5547ee1992e2ca +Size (gst-libav-1.20.2.tar.xz) = 282468 bytes diff --git a/multimedia/gst-plugins1-ugly/Makefile.common b/multimedia/gst-plugins1-ugly/Makefile.common index 4c9267a0e516c..cb97c20e15af9 100644 --- a/multimedia/gst-plugins1-ugly/Makefile.common +++ b/multimedia/gst-plugins1-ugly/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.36 2022/04/19 07:55:45 nia Exp $ +# $NetBSD: Makefile.common,v 1.37 2022/05/24 18:18:19 nia Exp $ -DISTNAME= gst-plugins-ugly-1.20.1 +DISTNAME= gst-plugins-ugly-1.20.2 MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-ugly/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/gst-plugins1-ugly/distinfo b/multimedia/gst-plugins1-ugly/distinfo index fd951ef62d81f..cb4529282719d 100644 --- a/multimedia/gst-plugins1-ugly/distinfo +++ b/multimedia/gst-plugins1-ugly/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.42 2022/04/18 12:36:09 nia Exp $ +$NetBSD: distinfo,v 1.43 2022/05/24 18:18:19 nia Exp $ -BLAKE2s (gst-plugins-ugly-1.20.1.tar.xz) = 9f0ebc47d3366e3e11796a896502848764e6484653a3c991c288d3058726c576 -SHA512 (gst-plugins-ugly-1.20.1.tar.xz) = cf4db5da474cba86e19ed399014dff8d0ed3a51feaaaf3a25779af23f5996b6d28c8c9237ad7b4d47051e4336c3b2b467094aed39bf15c8c25b7a6fe9508e6d5 -Size (gst-plugins-ugly-1.20.1.tar.xz) = 504136 bytes +BLAKE2s (gst-plugins-ugly-1.20.2.tar.xz) = 438fc6c74cb5ffea2d97ea981c3973d85666d48db4461cfe64fb9d1be60a5746 +SHA512 (gst-plugins-ugly-1.20.2.tar.xz) = bbe6c60003dc180084995aa00c8aefc5238f9e826db03f5cadac4a39900f2e9ca529b8f63787ca59c830e12bf4f426408b185ca228bd5e9255c2a4f452a48d6a +Size (gst-plugins-ugly-1.20.2.tar.xz) = 506672 bytes diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index dc6a0a0a51fdd..5cc69135dbf32 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/04/19 07:57:53 nia Exp $ +# $NetBSD: Makefile,v 1.56 2022/05/24 18:18:18 nia Exp $ -DISTNAME= gstreamer-1.20.1 +DISTNAME= gstreamer-1.20.2 PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/} CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/ diff --git a/multimedia/gstreamer1/PLIST b/multimedia/gstreamer1/PLIST index 16a5083bbde6f..d59e8e902db90 100644 --- a/multimedia/gstreamer1/PLIST +++ b/multimedia/gstreamer1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2022/04/19 07:57:53 nia Exp $ +@comment $NetBSD: PLIST,v 1.21 2022/05/24 18:18:18 nia Exp $ bin/gst-inspect-1.0 bin/gst-launch-1.0 bin/gst-stats-1.0 @@ -135,19 +135,19 @@ lib/gstreamer-1.0/libgstcoreelements.so lib/gstreamer-1.0/libgstcoretracers.so lib/libgstbase-1.0.so lib/libgstbase-1.0.so.0 -lib/libgstbase-1.0.so.0.2001.0 +lib/libgstbase-1.0.so.0.2002.0 lib/libgstcheck-1.0.so lib/libgstcheck-1.0.so.0 -lib/libgstcheck-1.0.so.0.2001.0 +lib/libgstcheck-1.0.so.0.2002.0 lib/libgstcontroller-1.0.so lib/libgstcontroller-1.0.so.0 -lib/libgstcontroller-1.0.so.0.2001.0 +lib/libgstcontroller-1.0.so.0.2002.0 lib/libgstnet-1.0.so lib/libgstnet-1.0.so.0 -lib/libgstnet-1.0.so.0.2001.0 +lib/libgstnet-1.0.so.0.2002.0 lib/libgstreamer-1.0.so lib/libgstreamer-1.0.so.0 -lib/libgstreamer-1.0.so.0.2001.0 +lib/libgstreamer-1.0.so.0.2002.0 lib/pkgconfig/gstreamer-1.0.pc lib/pkgconfig/gstreamer-base-1.0.pc lib/pkgconfig/gstreamer-check-1.0.pc @@ -162,7 +162,7 @@ man/man1/gst-launch-1.0.1 man/man1/gst-stats-1.0.1 man/man1/gst-typefind-1.0.1 share/aclocal/gst-element-check-1.0.m4 -share/gdb/auto-load${LOCALBASE}/lib/libgstreamer-1.0.so.0.2001.0-gdb.py +share/gdb/auto-load/usr/pkg/lib/libgstreamer-1.0.so.0.2002.0-gdb.py ${PLIST.introspection}share/gir-1.0/Gst-1.0.gir ${PLIST.introspection}share/gir-1.0/GstBase-1.0.gir ${PLIST.introspection}share/gir-1.0/GstCheck-1.0.gir diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo index 70a24519dc467..354b4baa9f6a2 100644 --- a/multimedia/gstreamer1/distinfo +++ b/multimedia/gstreamer1/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.44 2022/04/19 07:57:53 nia Exp $ +$NetBSD: distinfo,v 1.45 2022/05/24 18:18:18 nia Exp $ -BLAKE2s (gstreamer-1.20.1.tar.xz) = e603df13dc4391aa80c66e667c3ded5cd890e37925b3417598898c8e9d276270 -SHA512 (gstreamer-1.20.1.tar.xz) = d6f67cce81ba15fba3fcf70850e3c84b25e8da3e53fd56e6f2c87c7ee1701071ea44deb754a0ea371b3cb17877f26aab94d9eccb6729cbb370d6d6d5c324aa1a -Size (gstreamer-1.20.1.tar.xz) = 2674128 bytes +BLAKE2s (gstreamer-1.20.2.tar.xz) = a36053989ff23ca91504d0deef073c3af0f079faab9f52863336130e2764d6c9 +SHA512 (gstreamer-1.20.2.tar.xz) = 994378b656fa593e134624d5d4d5014e78074199d80152eafce29bc09864bd6d0f32a31eafda6cb8caec60aa85b0bda7c42a8c3b388b47d59f2cf4bc729d551f +Size (gstreamer-1.20.2.tar.xz) = 2677552 bytes SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591 From 6a788bec22baf119c81d84fa728099664ec2d48c Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 May 2022 18:20:45 +0000 Subject: [PATCH 0981/1154] doc: updated gstreamer --- doc/CHANGES-2022 | 8 +++++++- doc/TODO | 3 +-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 9f2b041a9de5d..8c8868e3d5ad8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2723 2022/05/24 17:55:36 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2724 2022/05/24 18:20:45 nia Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4178,3 +4178,9 @@ Changes to the packages collection and infrastructure in 2022: Updated archivers/php-pecl-zip to 1.20.1 [taca 2022-05-24] Updated devel/php-xdebug to 3.1.4 [taca 2022-05-24] Updated math/ocaml-zarith to 1.12 [jaapb 2022-05-24] + Updated multimedia/gstreamer1 to 1.20.2 [nia 2022-05-24] + Updated multimedia/gst-plugins1-bad to 1.20.2 [nia 2022-05-24] + Updated multimedia/gst-plugins1-base to 1.20.2 [nia 2022-05-24] + Updated multimedia/gst-plugins1-good to 1.20.2 [nia 2022-05-24] + Updated multimedia/gst-plugins1-libav to 1.20.2 [nia 2022-05-24] + Updated multimedia/gst-plugins1-ugly to 1.20.2 [nia 2022-05-24] diff --git a/doc/TODO b/doc/TODO index 87b32318ac344..38255bcd9468d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21883 2022/05/24 17:55:36 jaapb Exp $ +$NetBSD: TODO,v 1.21884 2022/05/24 18:20:45 nia Exp $ Suggested new packages ====================== @@ -825,7 +825,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o gss-1.0.3 o gst-plugins1-omx-1.10.0 o gst-rtsp-server-1.18.5 - o gstreamer1-1.20.2 o gthumb-3.4.0 o gtk-gnutella-1.2.0 o gtk4+-4.4 From 0640a86dd75167ba918036c2eb610e0825a43ec2 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 24 May 2022 18:25:38 +0000 Subject: [PATCH 0982/1154] Updated lang/ocaml to version 4.14.0. This is a long-overdue update, so there are many changes. Details are in the Changes file in the distribution. The mk/ocaml file will be moved to lang/ocaml and the logic for selecting whether to use the native-code compiler will be factored out into native.mk to avoid duplications. This is the final version before OCaml 5.0 arrives, which has multicore support and should be a major change from the 4.x versions. --- lang/ocaml/Makefile | 77 +- lang/ocaml/Makefile.common | 6 +- lang/ocaml/PLIST | 844 +++++++++--------- lang/ocaml/buildlink3.mk | 7 +- lang/ocaml/distinfo | 37 +- lang/ocaml/native.mk | 47 + lang/ocaml/ocaml.mk | 253 ++++++ lang/ocaml/options.mk | 10 +- lang/ocaml/patches/patch-Makefile | 45 +- .../patches/patch-Makefile.build_config.in | 19 + lang/ocaml/patches/patch-Makefile.common.in | 19 - .../patch-api__docgen_ocamldoc_Makefile | 40 + lang/ocaml/patches/patch-configure | 145 +-- lang/ocaml/patches/patch-lex_Makefile | 26 +- lang/ocaml/patches/patch-man_Makefile | 17 +- lang/ocaml/patches/patch-ocamldoc_Makefile | 8 +- .../patch-otherlibs_Makefile.otherlibs.common | 8 +- .../patch-otherlibs_systhreads_Makefile | 23 +- .../patches/patch-otherlibs_unix_Makefile | 12 +- lang/ocaml/patches/patch-runtime_Makefile | 37 +- lang/ocaml/patches/patch-runtime_floats.c | 21 + lang/ocaml/patches/patch-runtime_sak.c | 15 + lang/ocaml/patches/patch-tools_Makefile | 12 +- lang/ocaml/patches/patch-tools_ocamlmklib.ml | 16 +- lang/ocaml/patches/patch-yacc_Makefile | 10 +- 25 files changed, 1040 insertions(+), 714 deletions(-) create mode 100644 lang/ocaml/native.mk create mode 100644 lang/ocaml/ocaml.mk create mode 100644 lang/ocaml/patches/patch-Makefile.build_config.in delete mode 100644 lang/ocaml/patches/patch-Makefile.common.in create mode 100644 lang/ocaml/patches/patch-api__docgen_ocamldoc_Makefile create mode 100644 lang/ocaml/patches/patch-runtime_floats.c create mode 100644 lang/ocaml/patches/patch-runtime_sak.c diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 034aabc4808cd..5d3388f58c4a1 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,11 +1,7 @@ -# $NetBSD: Makefile,v 1.143 2022/03/26 19:19:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.144 2022/05/24 18:25:38 jaapb Exp $ .include "Makefile.common" -#CONFIGURE_ENV+= disable_x11=yes -PKGREVISION= 1 - -BUILD_TARGET= world TEST_PROGRAM= ocamltest MAKE_JOBS_SAFE= no UNLIMIT_RESOURCES= stacksize @@ -17,63 +13,17 @@ USE_GNU_CONFIGURE_HOST= no #USE_GCC_RUNTIME= yes -PLIST_VARS+= ocaml-stub ocaml-prof ocaml-opt ocaml-nat ocaml-spacetime \ - instrumented_runtime - .include "options.mk" -### -### PLIST components -### - -# Stub libraries for functions missing from base system. -.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || \ - !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) || \ - !empty(MACHINE_PLATFORM:MDarwin-1[0-9].*) || \ - ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || \ - ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" || \ - ${OPSYS} == "Linux" -PLIST.ocaml-stub= yes -.endif - -# Optional components built only on certain platforms. -.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ - !empty(MACHINE_ARCH:M*arm*) || (${MACHINE_ARCH} == "aarch64") || \ - (${MACHINE_ARCH} == "x86_64") -BUILD_TARGET+= opt opt.opt -TEST_PROGRAM+= ocamltest.opt -PLIST.ocaml-opt= yes -. if empty(MACHINE_PLATFORM:MDarwin-*-powerpc) && \ - empty(MACHINE_PLATFORM:MSunOS-*-i386) && \ - (${MACHINE_ARCH} != "aarch64") -PLIST.ocaml-prof= yes -. endif -.endif - -# XXX This conditional is not complete. It should match the -# conditional in ocaml-x.y.z/configure. -.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64") || \ - (${MACHINE_ARCH} == "aarch64") || (${MACHINE_ARCH} == "powerpc") || \ - !empty(MACHINE_ARCH:Mearm*) -. if !empty(MACHINE_PLATFORM:MLinux-*-*) || \ - !empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \ - !empty(MACHINE_PLATFORM:MDragonFly-*-*) || \ - !empty(MACHINE_PLATFORM:MNetBSD-*-*) || \ - !empty(MACHINE_PLATFORM:MDarwin-*-*) || \ - !empty(MACHINE_PLATFORM:MSunOS-*-*) -PLIST.ocaml-nat= yes -. endif -.endif +.include "native.mk" -# Spacetime profiling is only available for native code on 64-bit targets. -.if (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "aarch64") -PLIST.ocaml-spacetime= yes -.endif +# Options -# clock_gettime(2), required by POSIX, is necessary for the -# instrumented_runtime feature. -# It is missing on macOS before 10.12. -.if ${OPSYS} != "Darwin" || ${OPSYS_VERSION} >= 101200 -PLIST.instrumented_runtime= yes +.if ${OCAML_USE_OPT_COMPILER} == "yes" +CONFIGURE_ARGS+= --enable-native-compiler +BUILD_TARGET= world.opt +.else +CONFIGURE_ARGS+= --disable-native-compiler +BUILD_TARGET= world .endif # This is needed because ${WRKSRC}/build/partial-install.sh uses @@ -87,7 +37,7 @@ PLIST.instrumented_runtime= yes INSTALL_MAKE_FLAGS+= SHELL=${SH:Q} .endif -#INSTALLATION_DIRS= ${PKGMANDIR}/man1 +INSTALLATION_DIRS= share/doc/ocaml OPSYSVARS+= EXTRA_RT_LIBS EXTRA_RT_LIBS.NetBSD= -lcurses @@ -109,13 +59,6 @@ fix-darwin-install-name: done .endif -#post-install: -# set -e ; cd ${DESTDIR}${PREFIX}/lib/ocaml/${PKGMANDIR}/man1; \ -# for m in *; do \ -# ln -sf ${PREFIX}/lib/ocaml/${PKGMANDIR}/man1/$$m \ -# ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/$$m; \ -# done - .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common index 0dcb36c84f8a3..669d9235ce734 100644 --- a/lang/ocaml/Makefile.common +++ b/lang/ocaml/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.63 2021/09/30 11:08:57 nia Exp $ +# $NetBSD: Makefile.common,v 1.64 2022/05/24 18:25:38 jaapb Exp $ # used by x11/labltk/Makefile -DISTNAME= ocaml-4.11.2 +DISTNAME= ocaml-4.14.0 CATEGORIES= lang -MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-4.11/ +MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-4.14/ #EXTRACT_SUFX= .tar.bz2 MAINTAINER= jaapb@NetBSD.org diff --git a/lang/ocaml/PLIST b/lang/ocaml/PLIST index aa65f0cd7227a..a16d0e763cd8e 100644 --- a/lang/ocaml/PLIST +++ b/lang/ocaml/PLIST @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.56 2022/03/26 19:19:07 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.57 2022/05/24 18:25:38 jaapb Exp $ bin/ocaml -@comment ${PLIST.instrumented_runtime}bin/ocaml-instr-graph -@comment ${PLIST.instrumented_runtime}bin/ocaml-instr-report bin/ocamlc bin/ocamlc.byte ${PLIST.ocaml-opt}bin/ocamlc.opt @@ -38,23 +36,24 @@ bin/ocamlprof.byte ${PLIST.ocaml-opt}bin/ocamlprof.opt bin/ocamlrun bin/ocamlrund -${PLIST.instrumented_runtime}bin/ocamlruni +bin/ocamlruni bin/ocamlyacc lib/ocaml/Makefile.config -lib/ocaml/VERSION lib/ocaml/arg.ml lib/ocaml/arg.mli lib/ocaml/array.ml lib/ocaml/array.mli lib/ocaml/arrayLabels.ml lib/ocaml/arrayLabels.mli +lib/ocaml/atomic.ml +lib/ocaml/atomic.mli ${PLIST.ocaml-opt}lib/ocaml/bigarray.a lib/ocaml/bigarray.cma lib/ocaml/bigarray.cmi lib/ocaml/bigarray.cmti ${PLIST.ocaml-opt}lib/ocaml/bigarray.cmx ${PLIST.ocaml-opt}lib/ocaml/bigarray.cmxa -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/bigarray.cmxs +${PLIST.ocaml-opt}lib/ocaml/bigarray.cmxs lib/ocaml/bigarray.ml lib/ocaml/bigarray.mli lib/ocaml/bool.ml @@ -97,9 +96,6 @@ lib/ocaml/caml/hash.h lib/ocaml/caml/hooks.h lib/ocaml/caml/instrtrace.h lib/ocaml/caml/instruct.h -@comment 4.09 lib/ocaml/caml/int64_emul.h -@comment 4.09 lib/ocaml/caml/int64_format.h -@comment 4.09 lib/ocaml/caml/int64_native.h lib/ocaml/caml/interp.h lib/ocaml/caml/intext.h lib/ocaml/caml/io.h @@ -123,7 +119,6 @@ lib/ocaml/caml/signals.h lib/ocaml/caml/signals_machdep.h lib/ocaml/caml/skiplist.h lib/ocaml/caml/socketaddr.h -lib/ocaml/caml/spacetime.h lib/ocaml/caml/stack.h lib/ocaml/caml/stacks.h lib/ocaml/caml/startup.h @@ -134,50 +129,47 @@ lib/ocaml/caml/ui.h lib/ocaml/caml/unixsupport.h lib/ocaml/caml/version.h lib/ocaml/caml/weak.h +lib/ocaml/caml/winsupport.h lib/ocaml/camlheader lib/ocaml/camlheader_ur lib/ocaml/camlheaderd lib/ocaml/camlheaderi +lib/ocaml/camlinternalAtomic.cmi +lib/ocaml/camlinternalAtomic.cmt +lib/ocaml/camlinternalAtomic.cmti +${PLIST.ocaml-opt}lib/ocaml/camlinternalAtomic.cmx +lib/ocaml/camlinternalAtomic.ml +lib/ocaml/camlinternalAtomic.mli lib/ocaml/camlinternalFormat.cmi lib/ocaml/camlinternalFormat.cmt lib/ocaml/camlinternalFormat.cmti ${PLIST.ocaml-opt}lib/ocaml/camlinternalFormat.cmx lib/ocaml/camlinternalFormat.ml lib/ocaml/camlinternalFormat.mli -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/camlinternalFormat.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/camlinternalFormat.p.cmx lib/ocaml/camlinternalFormatBasics.cmi lib/ocaml/camlinternalFormatBasics.cmt lib/ocaml/camlinternalFormatBasics.cmti ${PLIST.ocaml-opt}lib/ocaml/camlinternalFormatBasics.cmx lib/ocaml/camlinternalFormatBasics.ml lib/ocaml/camlinternalFormatBasics.mli -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/camlinternalFormatBasics.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/camlinternalFormatBasics.p.cmx lib/ocaml/camlinternalLazy.cmi lib/ocaml/camlinternalLazy.cmt lib/ocaml/camlinternalLazy.cmti ${PLIST.ocaml-opt}lib/ocaml/camlinternalLazy.cmx lib/ocaml/camlinternalLazy.ml lib/ocaml/camlinternalLazy.mli -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/camlinternalLazy.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/camlinternalLazy.p.cmx lib/ocaml/camlinternalMod.cmi lib/ocaml/camlinternalMod.cmt lib/ocaml/camlinternalMod.cmti ${PLIST.ocaml-opt}lib/ocaml/camlinternalMod.cmx lib/ocaml/camlinternalMod.ml lib/ocaml/camlinternalMod.mli -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/camlinternalMod.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/camlinternalMod.p.cmx lib/ocaml/camlinternalOO.cmi lib/ocaml/camlinternalOO.cmt lib/ocaml/camlinternalOO.cmti ${PLIST.ocaml-opt}lib/ocaml/camlinternalOO.cmx lib/ocaml/camlinternalOO.ml lib/ocaml/camlinternalOO.mli -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/camlinternalOO.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/camlinternalOO.p.cmx lib/ocaml/char.ml lib/ocaml/char.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/CSE.cmi @@ -267,11 +259,6 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/augment_specialised_args.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/augment_specialised_args.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/augment_specialised_args.cmx ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/augment_specialised_args.mli -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/available_regs.cmi -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/available_regs.cmt -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/available_regs.cmti -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/available_regs.cmx -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/available_regs.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/backend_intf.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/backend_intf.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/backend_intf.mli @@ -280,6 +267,11 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/backend_var.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/backend_var.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/backend_var.cmx ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/backend_var.mli +lib/ocaml/compiler-libs/binutils.cmi +lib/ocaml/compiler-libs/binutils.cmt +lib/ocaml/compiler-libs/binutils.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/binutils.cmx +lib/ocaml/compiler-libs/binutils.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/branch_relaxation.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/branch_relaxation.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/branch_relaxation.cmti @@ -413,6 +405,11 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmm_helpers.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmm_helpers.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmm_helpers.cmx ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmm_helpers.mli +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmm_invariants.cmi +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmm_invariants.cmt +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmm_invariants.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmm_invariants.cmx +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmm_invariants.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmmgen.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmmgen.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/cmmgen.cmti @@ -450,26 +447,6 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/comballoc.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/comballoc.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/comballoc.cmx ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/comballoc.mli -@comment 4.09 lib/ocaml/compiler-libs/compdynlink.cmi -@comment 4.09 lib/ocaml/compiler-libs/compdynlink.cmt -@comment 4.09 lib/ocaml/compiler-libs/compdynlink.cmti -@comment 4.09 ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compdynlink.cmx -@comment 4.09 lib/ocaml/compiler-libs/compdynlink.mli -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_common.cmi -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_common.cmt -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_common.cmti -@comment 4.09 ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compdynlink_common.cmx -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_common.mli -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_platform_intf.cmi -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_platform_intf.cmt -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_platform_intf.cmti -@comment 4.09 ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compdynlink_platform_intf.cmx -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_platform_intf.mli -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_types.cmi -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_types.cmt -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_types.cmti -@comment 4.09 ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compdynlink_types.cmx -@comment 4.09 lib/ocaml/compiler-libs/compdynlink_types.mli lib/ocaml/compiler-libs/compenv.cmi lib/ocaml/compiler-libs/compenv.cmt lib/ocaml/compiler-libs/compenv.cmti @@ -500,14 +477,6 @@ lib/ocaml/compiler-libs/compmisc.cmt lib/ocaml/compiler-libs/compmisc.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compmisc.cmx lib/ocaml/compiler-libs/compmisc.mli -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compute_ranges.cmi -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compute_ranges.cmt -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compute_ranges.cmti -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compute_ranges.cmx -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compute_ranges.mli -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compute_ranges_intf.cmi -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compute_ranges_intf.cmt -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/compute_ranges_intf.cmx lib/ocaml/compiler-libs/config.cmi lib/ocaml/compiler-libs/config.cmt lib/ocaml/compiler-libs/config.cmti @@ -528,6 +497,11 @@ lib/ocaml/compiler-libs/ctype.cmt lib/ocaml/compiler-libs/ctype.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ctype.cmx lib/ocaml/compiler-libs/ctype.mli +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/dataflow.cmi +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/dataflow.cmt +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/dataflow.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/dataflow.cmx +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/dataflow.mli lib/ocaml/compiler-libs/datarepr.cmi lib/ocaml/compiler-libs/datarepr.cmt lib/ocaml/compiler-libs/datarepr.cmti @@ -548,6 +522,16 @@ lib/ocaml/compiler-libs/depend.cmt lib/ocaml/compiler-libs/depend.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/depend.cmx lib/ocaml/compiler-libs/depend.mli +lib/ocaml/compiler-libs/diffing.cmi +lib/ocaml/compiler-libs/diffing.cmt +lib/ocaml/compiler-libs/diffing.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/diffing.cmx +lib/ocaml/compiler-libs/diffing.mli +lib/ocaml/compiler-libs/diffing_with_keys.cmi +lib/ocaml/compiler-libs/diffing_with_keys.cmt +lib/ocaml/compiler-libs/diffing_with_keys.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/diffing_with_keys.cmx +lib/ocaml/compiler-libs/diffing_with_keys.mli lib/ocaml/compiler-libs/dll.cmi lib/ocaml/compiler-libs/dll.cmt lib/ocaml/compiler-libs/dll.cmti @@ -583,6 +567,9 @@ lib/ocaml/compiler-libs/emitcode.cmt lib/ocaml/compiler-libs/emitcode.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/emitcode.cmx lib/ocaml/compiler-libs/emitcode.mli +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/emitenv.cmi +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/emitenv.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/emitenv.mli lib/ocaml/compiler-libs/env.cmi lib/ocaml/compiler-libs/env.cmt lib/ocaml/compiler-libs/env.cmti @@ -598,6 +585,11 @@ lib/ocaml/compiler-libs/errors.cmt lib/ocaml/compiler-libs/errors.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/errors.cmx lib/ocaml/compiler-libs/errors.mli +lib/ocaml/compiler-libs/errortrace.cmi +lib/ocaml/compiler-libs/errortrace.cmt +lib/ocaml/compiler-libs/errortrace.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/errortrace.cmx +lib/ocaml/compiler-libs/errortrace.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/export_id.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/export_id.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/export_id.cmti @@ -663,6 +655,7 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/freshening.mli lib/ocaml/compiler-libs/genprintval.cmi lib/ocaml/compiler-libs/genprintval.cmt lib/ocaml/compiler-libs/genprintval.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/genprintval.cmx lib/ocaml/compiler-libs/genprintval.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/id_types.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/id_types.cmt @@ -699,6 +692,11 @@ lib/ocaml/compiler-libs/includemod.cmt lib/ocaml/compiler-libs/includemod.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/includemod.cmx lib/ocaml/compiler-libs/includemod.mli +lib/ocaml/compiler-libs/includemod_errorprinter.cmi +lib/ocaml/compiler-libs/includemod_errorprinter.cmt +lib/ocaml/compiler-libs/includemod_errorprinter.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/includemod_errorprinter.cmx +lib/ocaml/compiler-libs/includemod_errorprinter.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/inconstant_idents.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/inconstant_idents.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/inconstant_idents.cmti @@ -782,6 +780,11 @@ lib/ocaml/compiler-libs/lambda.cmt lib/ocaml/compiler-libs/lambda.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/lambda.cmx lib/ocaml/compiler-libs/lambda.mli +lib/ocaml/compiler-libs/lazy_backtrack.cmi +lib/ocaml/compiler-libs/lazy_backtrack.cmt +lib/ocaml/compiler-libs/lazy_backtrack.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/lazy_backtrack.cmx +lib/ocaml/compiler-libs/lazy_backtrack.mli lib/ocaml/compiler-libs/lexer.cmi lib/ocaml/compiler-libs/lexer.cmt lib/ocaml/compiler-libs/lexer.cmti @@ -807,6 +810,11 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linear.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linear.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linear.cmx ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linear.mli +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linear_format.cmi +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linear_format.cmt +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linear_format.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linear_format.cmx +lib/ocaml/compiler-libs/linear_format.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linearize.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linearize.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/linearize.cmti @@ -832,6 +840,11 @@ lib/ocaml/compiler-libs/load_path.cmt lib/ocaml/compiler-libs/load_path.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/load_path.cmx lib/ocaml/compiler-libs/load_path.mli +lib/ocaml/compiler-libs/local_store.cmi +lib/ocaml/compiler-libs/local_store.cmt +lib/ocaml/compiler-libs/local_store.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/local_store.cmx +lib/ocaml/compiler-libs/local_store.mli lib/ocaml/compiler-libs/location.cmi lib/ocaml/compiler-libs/location.cmt lib/ocaml/compiler-libs/location.cmti @@ -850,15 +863,18 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/mach.mli lib/ocaml/compiler-libs/main.cmi lib/ocaml/compiler-libs/main.cmo lib/ocaml/compiler-libs/main.cmt -lib/ocaml/compiler-libs/main.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/main.cmx -lib/ocaml/compiler-libs/main.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/main.o lib/ocaml/compiler-libs/main_args.cmi lib/ocaml/compiler-libs/main_args.cmt lib/ocaml/compiler-libs/main_args.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/main_args.cmx lib/ocaml/compiler-libs/main_args.mli +lib/ocaml/compiler-libs/maindriver.cmi +lib/ocaml/compiler-libs/maindriver.cmt +lib/ocaml/compiler-libs/maindriver.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/maindriver.cmx +lib/ocaml/compiler-libs/maindriver.mli lib/ocaml/compiler-libs/makedepend.cmi lib/ocaml/compiler-libs/makedepend.cmt lib/ocaml/compiler-libs/makedepend.cmti @@ -906,7 +922,9 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamlmiddleend.cmxa ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamloptcomp.a ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamloptcomp.cma ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamloptcomp.cmxa +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamltoplevel.a lib/ocaml/compiler-libs/ocamltoplevel.cma +${PLIST.ocaml-opt}${PLIST.ocaml-opt}lib/ocaml/compiler-libs/ocamltoplevel.cmxa lib/ocaml/compiler-libs/opcodes.cmi lib/ocaml/compiler-libs/opcodes.cmt lib/ocaml/compiler-libs/opcodes.cmti @@ -930,13 +948,13 @@ lib/ocaml/compiler-libs/opterrors.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmain.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmain.cmo ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmain.cmt -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmain.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmain.cmx -lib/ocaml/compiler-libs/optmain.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmain.o -lib/ocaml/compiler-libs/opttopdirs.mli -lib/ocaml/compiler-libs/opttoploop.mli -lib/ocaml/compiler-libs/opttopmain.mli +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmaindriver.cmi +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmaindriver.cmt +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmaindriver.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/optmaindriver.cmx +lib/ocaml/compiler-libs/optmaindriver.mli lib/ocaml/compiler-libs/outcometree.cmi lib/ocaml/compiler-libs/outcometree.cmti lib/ocaml/compiler-libs/outcometree.mli @@ -973,11 +991,21 @@ lib/ocaml/compiler-libs/path.cmt lib/ocaml/compiler-libs/path.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/path.cmx lib/ocaml/compiler-libs/path.mli +lib/ocaml/compiler-libs/patterns.cmi +lib/ocaml/compiler-libs/patterns.cmt +lib/ocaml/compiler-libs/patterns.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/patterns.cmx +lib/ocaml/compiler-libs/patterns.mli lib/ocaml/compiler-libs/persistent_env.cmi lib/ocaml/compiler-libs/persistent_env.cmt lib/ocaml/compiler-libs/persistent_env.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/persistent_env.cmx lib/ocaml/compiler-libs/persistent_env.mli +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/polling.cmi +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/polling.cmt +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/polling.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/polling.cmx +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/polling.mli lib/ocaml/compiler-libs/pparse.cmi lib/ocaml/compiler-libs/pparse.cmt lib/ocaml/compiler-libs/pparse.cmti @@ -1083,16 +1111,6 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg.cmx ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg.mli -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_availability_set.cmi -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_availability_set.cmt -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_availability_set.cmti -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_availability_set.cmx -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_availability_set.mli -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_with_debug_info.cmi -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_with_debug_info.cmt -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_with_debug_info.cmti -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_with_debug_info.cmx -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reg_with_debug_info.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reload.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reload.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/reload.cmti @@ -1163,11 +1181,21 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/set_of_closures_origin.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/set_of_closures_origin.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/set_of_closures_origin.cmx ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/set_of_closures_origin.mli +lib/ocaml/compiler-libs/shape.cmi +lib/ocaml/compiler-libs/shape.cmt +lib/ocaml/compiler-libs/shape.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/shape.cmx +lib/ocaml/compiler-libs/shape.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/share_constants.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/share_constants.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/share_constants.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/share_constants.cmx ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/share_constants.mli +lib/ocaml/compiler-libs/signature_group.cmi +lib/ocaml/compiler-libs/signature_group.cmt +lib/ocaml/compiler-libs/signature_group.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/signature_group.cmx +lib/ocaml/compiler-libs/signature_group.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/simple_value_approx.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/simple_value_approx.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/simple_value_approx.cmti @@ -1196,11 +1224,6 @@ ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/simplify_primitives.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/simplify_primitives.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/simplify_primitives.cmx ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/simplify_primitives.mli -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/spacetime_profiling.cmi -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/spacetime_profiling.cmt -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/spacetime_profiling.cmti -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/spacetime_profiling.cmx -${PLIST.ocaml-opt}lib/ocaml/compiler-libs/spacetime_profiling.mli ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/spill.cmi ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/spill.cmt ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/spill.cmti @@ -1281,24 +1304,47 @@ lib/ocaml/compiler-libs/terminfo.cmt lib/ocaml/compiler-libs/terminfo.cmti ${PLIST.ocaml-opt}lib/ocaml/compiler-libs/terminfo.cmx lib/ocaml/compiler-libs/terminfo.mli +lib/ocaml/compiler-libs/tmc.cmi +lib/ocaml/compiler-libs/tmc.cmt +lib/ocaml/compiler-libs/tmc.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/tmc.cmx +lib/ocaml/compiler-libs/tmc.mli +lib/ocaml/compiler-libs/topcommon.cmi +lib/ocaml/compiler-libs/topcommon.cmt +lib/ocaml/compiler-libs/topcommon.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/topcommon.cmx +lib/ocaml/compiler-libs/topcommon.mli lib/ocaml/compiler-libs/topdirs.cmi lib/ocaml/compiler-libs/topdirs.cmt lib/ocaml/compiler-libs/topdirs.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/topdirs.cmx lib/ocaml/compiler-libs/topdirs.mli +lib/ocaml/compiler-libs/topeval.cmi +lib/ocaml/compiler-libs/topeval.cmt +lib/ocaml/compiler-libs/topeval.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/topeval.cmx +lib/ocaml/compiler-libs/topeval.mli +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/tophooks.cmi +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/tophooks.cmx lib/ocaml/compiler-libs/toploop.cmi lib/ocaml/compiler-libs/toploop.cmt lib/ocaml/compiler-libs/toploop.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/toploop.cmx lib/ocaml/compiler-libs/toploop.mli lib/ocaml/compiler-libs/topmain.cmi lib/ocaml/compiler-libs/topmain.cmt lib/ocaml/compiler-libs/topmain.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/topmain.cmx lib/ocaml/compiler-libs/topmain.mli lib/ocaml/compiler-libs/topstart.cmi lib/ocaml/compiler-libs/topstart.cmo lib/ocaml/compiler-libs/topstart.cmt +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/topstart.cmx +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/topstart.o lib/ocaml/compiler-libs/trace.cmi lib/ocaml/compiler-libs/trace.cmt lib/ocaml/compiler-libs/trace.cmti +${PLIST.ocaml-opt}lib/ocaml/compiler-libs/trace.cmx lib/ocaml/compiler-libs/trace.mli lib/ocaml/compiler-libs/translattribute.cmi lib/ocaml/compiler-libs/translattribute.cmt @@ -1472,22 +1518,23 @@ lib/ocaml/complex.ml lib/ocaml/complex.mli lib/ocaml/digest.ml lib/ocaml/digest.mli -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/dynlink.a +${PLIST.ocaml-opt}lib/ocaml/dynlink.a lib/ocaml/dynlink.cma lib/ocaml/dynlink.cmi lib/ocaml/dynlink.cmti -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/dynlink.cmx -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/dynlink.cmxa +${PLIST.ocaml-opt}lib/ocaml/dynlink.cmx +${PLIST.ocaml-opt}lib/ocaml/dynlink.cmxa lib/ocaml/dynlink.mli -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/dynlink_common.cmx -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/dynlink_compilerlibs.cmx -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/dynlink_platform_intf.cmx -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/dynlink_types.cmx +${PLIST.ocaml-opt}lib/ocaml/dynlink_common.cmx +${PLIST.ocaml-opt}lib/ocaml/dynlink_compilerlibs.cmx +${PLIST.ocaml-opt}lib/ocaml/dynlink_platform_intf.cmx +${PLIST.ocaml-opt}lib/ocaml/dynlink_types.cmx +lib/ocaml/either.ml +lib/ocaml/either.mli lib/ocaml/ephemeron.ml lib/ocaml/ephemeron.mli lib/ocaml/eventlog_metadata lib/ocaml/expunge -lib/ocaml/extract_crc lib/ocaml/filename.ml lib/ocaml/filename.mli lib/ocaml/float.ml @@ -1502,6 +1549,8 @@ lib/ocaml/genlex.ml lib/ocaml/genlex.mli lib/ocaml/hashtbl.ml lib/ocaml/hashtbl.mli +lib/ocaml/in_channel.ml +lib/ocaml/in_channel.mli lib/ocaml/int.ml lib/ocaml/int.mli lib/ocaml/int32.ml @@ -1517,15 +1566,13 @@ ${PLIST.ocaml-opt}lib/ocaml/libasmrun.a ${PLIST.ocaml-opt}lib/ocaml/libasmrun_pic.a ${PLIST.ocaml-opt}lib/ocaml/libasmrun_shared.so ${PLIST.ocaml-opt}lib/ocaml/libasmrund.a -${PLIST.instrumented_runtime}${PLIST.ocaml-opt}lib/ocaml/libasmruni.a -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/libasmrunp.a +${PLIST.ocaml-opt}lib/ocaml/libasmruni.a lib/ocaml/libcamlrun.a lib/ocaml/libcamlrun_pic.a lib/ocaml/libcamlrun_shared.so lib/ocaml/libcamlrund.a -${PLIST.instrumented_runtime}lib/ocaml/libcamlruni.a +lib/ocaml/libcamlruni.a lib/ocaml/libcamlstr.a -${PLIST.ocaml-spacetime}${PLIST.ocaml-opt}lib/ocaml/libraw_spacetime_lib.a lib/ocaml/libthreads.a ${PLIST.ocaml-opt}lib/ocaml/libthreadsnat.a lib/ocaml/libunix.a @@ -1543,7 +1590,6 @@ lib/ocaml/nativeint.ml lib/ocaml/nativeint.mli lib/ocaml/obj.ml lib/ocaml/obj.mli -lib/ocaml/objinfo_helper lib/ocaml/ocamldoc/ocamldoc.hva lib/ocaml/ocamldoc/odoc.cmi ${PLIST.ocaml-opt}lib/ocaml/ocamldoc/odoc.cmx @@ -1650,6 +1696,8 @@ lib/ocaml/oo.ml lib/ocaml/oo.mli lib/ocaml/option.ml lib/ocaml/option.mli +lib/ocaml/out_channel.ml +lib/ocaml/out_channel.mli lib/ocaml/parsing.ml lib/ocaml/parsing.mli lib/ocaml/pervasives.ml @@ -1667,14 +1715,6 @@ lib/ocaml/queue.ml lib/ocaml/queue.mli lib/ocaml/random.ml lib/ocaml/random.mli -${PLIST.ocaml-spacetime}${PLIST.ocaml-opt}lib/ocaml/raw_spacetime_lib.a -${PLIST.ocaml-spacetime}lib/ocaml/raw_spacetime_lib.cma -${PLIST.ocaml-spacetime}lib/ocaml/raw_spacetime_lib.cmi -${PLIST.ocaml-spacetime}lib/ocaml/raw_spacetime_lib.cmti -${PLIST.ocaml-spacetime}${PLIST.ocaml-opt}lib/ocaml/raw_spacetime_lib.cmx -${PLIST.ocaml-spacetime}${PLIST.ocaml-opt}lib/ocaml/raw_spacetime_lib.cmxa -${PLIST.ocaml-nat}${PLIST.ocaml-spacetime}${PLIST.ocaml-opt}lib/ocaml/raw_spacetime_lib.cmxs -${PLIST.ocaml-spacetime}lib/ocaml/raw_spacetime_lib.mli lib/ocaml/result.ml lib/ocaml/result.mli lib/ocaml/scanf.ml @@ -1683,8 +1723,6 @@ lib/ocaml/seq.ml lib/ocaml/seq.mli lib/ocaml/set.ml lib/ocaml/set.mli -lib/ocaml/spacetime.ml -lib/ocaml/spacetime.mli lib/ocaml/stack.ml lib/ocaml/stack.mli lib/ocaml/stdLabels.ml @@ -1695,9 +1733,6 @@ lib/ocaml/std_exit.cmt ${PLIST.ocaml-opt}lib/ocaml/std_exit.cmx lib/ocaml/std_exit.ml ${PLIST.ocaml-opt}lib/ocaml/std_exit.o -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/std_exit.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/std_exit.p.cmx -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/std_exit.p.o ${PLIST.ocaml-opt}lib/ocaml/stdlib.a lib/ocaml/stdlib.cma lib/ocaml/stdlib.cmi @@ -1707,341 +1742,240 @@ ${PLIST.ocaml-opt}lib/ocaml/stdlib.cmx ${PLIST.ocaml-opt}lib/ocaml/stdlib.cmxa lib/ocaml/stdlib.ml lib/ocaml/stdlib.mli -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib.p.a -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib.p.cmx -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib.p.cmxa -lib/ocaml/stdlib__arg.cmi -lib/ocaml/stdlib__arg.cmt -lib/ocaml/stdlib__arg.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__arg.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__arg.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__arg.p.cmx -lib/ocaml/stdlib__array.cmi -lib/ocaml/stdlib__array.cmt -lib/ocaml/stdlib__array.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__array.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__array.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__array.p.cmx -lib/ocaml/stdlib__arrayLabels.cmi -lib/ocaml/stdlib__arrayLabels.cmt -lib/ocaml/stdlib__arrayLabels.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__arrayLabels.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__arrayLabels.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__arrayLabels.p.cmx -lib/ocaml/stdlib__bigarray.cmi -lib/ocaml/stdlib__bigarray.cmt -lib/ocaml/stdlib__bigarray.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__bigarray.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__bigarray.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__bigarray.p.cmx -lib/ocaml/stdlib__bool.cmi -lib/ocaml/stdlib__bool.cmt -lib/ocaml/stdlib__bool.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__bool.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__bool.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__bool.p.cmx -lib/ocaml/stdlib__buffer.cmi -lib/ocaml/stdlib__buffer.cmt -lib/ocaml/stdlib__buffer.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__buffer.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__buffer.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__buffer.p.cmx -lib/ocaml/stdlib__bytes.cmi -lib/ocaml/stdlib__bytes.cmt -lib/ocaml/stdlib__bytes.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__bytes.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__bytes.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__bytes.p.cmx -lib/ocaml/stdlib__bytesLabels.cmi -lib/ocaml/stdlib__bytesLabels.cmt -lib/ocaml/stdlib__bytesLabels.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__bytesLabels.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__bytesLabels.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__bytesLabels.p.cmx -lib/ocaml/stdlib__callback.cmi -lib/ocaml/stdlib__callback.cmt -lib/ocaml/stdlib__callback.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__callback.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__callback.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__callback.p.cmx -lib/ocaml/stdlib__char.cmi -lib/ocaml/stdlib__char.cmt -lib/ocaml/stdlib__char.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__char.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__char.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__char.p.cmx -lib/ocaml/stdlib__complex.cmi -lib/ocaml/stdlib__complex.cmt -lib/ocaml/stdlib__complex.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__complex.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__complex.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__complex.p.cmx -lib/ocaml/stdlib__digest.cmi -lib/ocaml/stdlib__digest.cmt -lib/ocaml/stdlib__digest.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__digest.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__digest.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__digest.p.cmx -lib/ocaml/stdlib__ephemeron.cmi -lib/ocaml/stdlib__ephemeron.cmt -lib/ocaml/stdlib__ephemeron.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__ephemeron.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__ephemeron.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__ephemeron.p.cmx -lib/ocaml/stdlib__filename.cmi -lib/ocaml/stdlib__filename.cmt -lib/ocaml/stdlib__filename.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__filename.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__filename.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__filename.p.cmx -lib/ocaml/stdlib__float.cmi -lib/ocaml/stdlib__float.cmt -lib/ocaml/stdlib__float.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__float.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__float.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__float.p.cmx -lib/ocaml/stdlib__format.cmi -lib/ocaml/stdlib__format.cmt -lib/ocaml/stdlib__format.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__format.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__format.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__format.p.cmx -lib/ocaml/stdlib__fun.cmi -lib/ocaml/stdlib__fun.cmt -lib/ocaml/stdlib__fun.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__fun.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__fun.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__fun.p.cmx -lib/ocaml/stdlib__gc.cmi -lib/ocaml/stdlib__gc.cmt -lib/ocaml/stdlib__gc.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__gc.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__gc.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__gc.p.cmx -lib/ocaml/stdlib__genlex.cmi -lib/ocaml/stdlib__genlex.cmt -lib/ocaml/stdlib__genlex.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__genlex.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__genlex.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__genlex.p.cmx -lib/ocaml/stdlib__hashtbl.cmi -lib/ocaml/stdlib__hashtbl.cmt -lib/ocaml/stdlib__hashtbl.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__hashtbl.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__hashtbl.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__hashtbl.p.cmx -lib/ocaml/stdlib__int.cmi -lib/ocaml/stdlib__int.cmt -lib/ocaml/stdlib__int.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__int.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__int.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__int.p.cmx -lib/ocaml/stdlib__int32.cmi -lib/ocaml/stdlib__int32.cmt -lib/ocaml/stdlib__int32.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__int32.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__int32.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__int32.p.cmx -lib/ocaml/stdlib__int64.cmi -lib/ocaml/stdlib__int64.cmt -lib/ocaml/stdlib__int64.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__int64.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__int64.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__int64.p.cmx -lib/ocaml/stdlib__lazy.cmi -lib/ocaml/stdlib__lazy.cmt -lib/ocaml/stdlib__lazy.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__lazy.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__lazy.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__lazy.p.cmx -lib/ocaml/stdlib__lexing.cmi -lib/ocaml/stdlib__lexing.cmt -lib/ocaml/stdlib__lexing.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__lexing.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__lexing.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__lexing.p.cmx -lib/ocaml/stdlib__list.cmi -lib/ocaml/stdlib__list.cmt -lib/ocaml/stdlib__list.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__list.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__list.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__list.p.cmx -lib/ocaml/stdlib__listLabels.cmi -lib/ocaml/stdlib__listLabels.cmt -lib/ocaml/stdlib__listLabels.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__listLabels.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__listLabels.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__listLabels.p.cmx -lib/ocaml/stdlib__map.cmi -lib/ocaml/stdlib__map.cmt -lib/ocaml/stdlib__map.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__map.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__map.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__map.p.cmx -lib/ocaml/stdlib__marshal.cmi -lib/ocaml/stdlib__marshal.cmt -lib/ocaml/stdlib__marshal.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__marshal.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__marshal.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__marshal.p.cmx -lib/ocaml/stdlib__moreLabels.cmi -lib/ocaml/stdlib__moreLabels.cmt -lib/ocaml/stdlib__moreLabels.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__moreLabels.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__moreLabels.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__moreLabels.p.cmx -lib/ocaml/stdlib__nativeint.cmi -lib/ocaml/stdlib__nativeint.cmt -lib/ocaml/stdlib__nativeint.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__nativeint.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__nativeint.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__nativeint.p.cmx -lib/ocaml/stdlib__obj.cmi -lib/ocaml/stdlib__obj.cmt -lib/ocaml/stdlib__obj.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__obj.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__obj.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__obj.p.cmx -lib/ocaml/stdlib__oo.cmi -lib/ocaml/stdlib__oo.cmt -lib/ocaml/stdlib__oo.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__oo.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__oo.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__oo.p.cmx -lib/ocaml/stdlib__option.cmi -lib/ocaml/stdlib__option.cmt -lib/ocaml/stdlib__option.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__option.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__option.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__option.p.cmx -lib/ocaml/stdlib__parsing.cmi -lib/ocaml/stdlib__parsing.cmt -lib/ocaml/stdlib__parsing.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__parsing.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__parsing.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__parsing.p.cmx -lib/ocaml/stdlib__pervasives.cmi -lib/ocaml/stdlib__pervasives.cmt -${PLIST.ocaml-opt}lib/ocaml/stdlib__pervasives.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__pervasives.p.cmi -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__pervasives.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__pervasives.p.cmx -lib/ocaml/stdlib__printexc.cmi -lib/ocaml/stdlib__printexc.cmt -lib/ocaml/stdlib__printexc.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__printexc.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__printexc.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__printexc.p.cmx -lib/ocaml/stdlib__printf.cmi -lib/ocaml/stdlib__printf.cmt -lib/ocaml/stdlib__printf.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__printf.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__printf.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__printf.p.cmx -lib/ocaml/stdlib__queue.cmi -lib/ocaml/stdlib__queue.cmt -lib/ocaml/stdlib__queue.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__queue.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__queue.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__queue.p.cmx -lib/ocaml/stdlib__random.cmi -lib/ocaml/stdlib__random.cmt -lib/ocaml/stdlib__random.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__random.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__random.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__random.p.cmx -lib/ocaml/stdlib__result.cmi -lib/ocaml/stdlib__result.cmt -lib/ocaml/stdlib__result.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__result.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__result.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__result.p.cmx -lib/ocaml/stdlib__scanf.cmi -lib/ocaml/stdlib__scanf.cmt -lib/ocaml/stdlib__scanf.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__scanf.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__scanf.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__scanf.p.cmx -lib/ocaml/stdlib__seq.cmi -lib/ocaml/stdlib__seq.cmt -lib/ocaml/stdlib__seq.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__seq.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__seq.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__seq.p.cmx -lib/ocaml/stdlib__set.cmi -lib/ocaml/stdlib__set.cmt -lib/ocaml/stdlib__set.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__set.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__set.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__set.p.cmx -lib/ocaml/stdlib__spacetime.cmi -lib/ocaml/stdlib__spacetime.cmt -lib/ocaml/stdlib__spacetime.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__spacetime.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__spacetime.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__spacetime.p.cmx -lib/ocaml/stdlib__stack.cmi -lib/ocaml/stdlib__stack.cmt -lib/ocaml/stdlib__stack.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__stack.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__stack.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__stack.p.cmx -lib/ocaml/stdlib__stdLabels.cmi -lib/ocaml/stdlib__stdLabels.cmt -lib/ocaml/stdlib__stdLabels.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__stdLabels.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__stdLabels.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__stdLabels.p.cmx -lib/ocaml/stdlib__stream.cmi -lib/ocaml/stdlib__stream.cmt -lib/ocaml/stdlib__stream.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__stream.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__stream.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__stream.p.cmx -lib/ocaml/stdlib__string.cmi -lib/ocaml/stdlib__string.cmt -lib/ocaml/stdlib__string.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__string.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__string.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__string.p.cmx -lib/ocaml/stdlib__stringLabels.cmi -lib/ocaml/stdlib__stringLabels.cmt -lib/ocaml/stdlib__stringLabels.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__stringLabels.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__stringLabels.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__stringLabels.p.cmx -lib/ocaml/stdlib__sys.cmi -lib/ocaml/stdlib__sys.cmt -lib/ocaml/stdlib__sys.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__sys.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__sys.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__sys.p.cmx -lib/ocaml/stdlib__uchar.cmi -lib/ocaml/stdlib__uchar.cmt -lib/ocaml/stdlib__uchar.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__uchar.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__uchar.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__uchar.p.cmx -lib/ocaml/stdlib__unit.cmi -lib/ocaml/stdlib__unit.cmt -lib/ocaml/stdlib__unit.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__unit.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__unit.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__unit.p.cmx -lib/ocaml/stdlib__weak.cmi -lib/ocaml/stdlib__weak.cmt -lib/ocaml/stdlib__weak.cmti -${PLIST.ocaml-opt}lib/ocaml/stdlib__weak.cmx -@comment 4.09 ${PLIST.ocaml-prof}lib/ocaml/stdlib__weak.p.cmt -@comment 4.09 ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/stdlib__weak.p.cmx +lib/ocaml/stdlib__Arg.cmi +lib/ocaml/stdlib__Arg.cmt +lib/ocaml/stdlib__Arg.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Arg.cmx +lib/ocaml/stdlib__Array.cmi +lib/ocaml/stdlib__Array.cmt +lib/ocaml/stdlib__Array.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Array.cmx +lib/ocaml/stdlib__ArrayLabels.cmi +lib/ocaml/stdlib__ArrayLabels.cmt +lib/ocaml/stdlib__ArrayLabels.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__ArrayLabels.cmx +lib/ocaml/stdlib__Atomic.cmi +lib/ocaml/stdlib__Atomic.cmt +lib/ocaml/stdlib__Atomic.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Atomic.cmx +lib/ocaml/stdlib__Bigarray.cmi +lib/ocaml/stdlib__Bigarray.cmt +lib/ocaml/stdlib__Bigarray.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Bigarray.cmx +lib/ocaml/stdlib__Bool.cmi +lib/ocaml/stdlib__Bool.cmt +lib/ocaml/stdlib__Bool.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Bool.cmx +lib/ocaml/stdlib__Buffer.cmi +lib/ocaml/stdlib__Buffer.cmt +lib/ocaml/stdlib__Buffer.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Buffer.cmx +lib/ocaml/stdlib__Bytes.cmi +lib/ocaml/stdlib__Bytes.cmt +lib/ocaml/stdlib__Bytes.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Bytes.cmx +lib/ocaml/stdlib__BytesLabels.cmi +lib/ocaml/stdlib__BytesLabels.cmt +lib/ocaml/stdlib__BytesLabels.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__BytesLabels.cmx +lib/ocaml/stdlib__Callback.cmi +lib/ocaml/stdlib__Callback.cmt +lib/ocaml/stdlib__Callback.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Callback.cmx +lib/ocaml/stdlib__Char.cmi +lib/ocaml/stdlib__Char.cmt +lib/ocaml/stdlib__Char.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Char.cmx +lib/ocaml/stdlib__Complex.cmi +lib/ocaml/stdlib__Complex.cmt +lib/ocaml/stdlib__Complex.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Complex.cmx +lib/ocaml/stdlib__Digest.cmi +lib/ocaml/stdlib__Digest.cmt +lib/ocaml/stdlib__Digest.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Digest.cmx +lib/ocaml/stdlib__Either.cmi +lib/ocaml/stdlib__Either.cmt +lib/ocaml/stdlib__Either.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Either.cmx +lib/ocaml/stdlib__Ephemeron.cmi +lib/ocaml/stdlib__Ephemeron.cmt +lib/ocaml/stdlib__Ephemeron.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Ephemeron.cmx +lib/ocaml/stdlib__Filename.cmi +lib/ocaml/stdlib__Filename.cmt +lib/ocaml/stdlib__Filename.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Filename.cmx +lib/ocaml/stdlib__Float.cmi +lib/ocaml/stdlib__Float.cmt +lib/ocaml/stdlib__Float.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Float.cmx +lib/ocaml/stdlib__Format.cmi +lib/ocaml/stdlib__Format.cmt +lib/ocaml/stdlib__Format.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Format.cmx +lib/ocaml/stdlib__Fun.cmi +lib/ocaml/stdlib__Fun.cmt +lib/ocaml/stdlib__Fun.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Fun.cmx +lib/ocaml/stdlib__Gc.cmi +lib/ocaml/stdlib__Gc.cmt +lib/ocaml/stdlib__Gc.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Gc.cmx +lib/ocaml/stdlib__Genlex.cmi +lib/ocaml/stdlib__Genlex.cmt +lib/ocaml/stdlib__Genlex.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Genlex.cmx +lib/ocaml/stdlib__Hashtbl.cmi +lib/ocaml/stdlib__Hashtbl.cmt +lib/ocaml/stdlib__Hashtbl.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Hashtbl.cmx +lib/ocaml/stdlib__In_channel.cmi +lib/ocaml/stdlib__In_channel.cmt +lib/ocaml/stdlib__In_channel.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__In_channel.cmx +lib/ocaml/stdlib__Int.cmi +lib/ocaml/stdlib__Int.cmt +lib/ocaml/stdlib__Int.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Int.cmx +lib/ocaml/stdlib__Int32.cmi +lib/ocaml/stdlib__Int32.cmt +lib/ocaml/stdlib__Int32.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Int32.cmx +lib/ocaml/stdlib__Int64.cmi +lib/ocaml/stdlib__Int64.cmt +lib/ocaml/stdlib__Int64.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Int64.cmx +lib/ocaml/stdlib__Lazy.cmi +lib/ocaml/stdlib__Lazy.cmt +lib/ocaml/stdlib__Lazy.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Lazy.cmx +lib/ocaml/stdlib__Lexing.cmi +lib/ocaml/stdlib__Lexing.cmt +lib/ocaml/stdlib__Lexing.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Lexing.cmx +lib/ocaml/stdlib__List.cmi +lib/ocaml/stdlib__List.cmt +lib/ocaml/stdlib__List.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__List.cmx +lib/ocaml/stdlib__ListLabels.cmi +lib/ocaml/stdlib__ListLabels.cmt +lib/ocaml/stdlib__ListLabels.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__ListLabels.cmx +lib/ocaml/stdlib__Map.cmi +lib/ocaml/stdlib__Map.cmt +lib/ocaml/stdlib__Map.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Map.cmx +lib/ocaml/stdlib__Marshal.cmi +lib/ocaml/stdlib__Marshal.cmt +lib/ocaml/stdlib__Marshal.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Marshal.cmx +lib/ocaml/stdlib__MoreLabels.cmi +lib/ocaml/stdlib__MoreLabels.cmt +lib/ocaml/stdlib__MoreLabels.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__MoreLabels.cmx +lib/ocaml/stdlib__Nativeint.cmi +lib/ocaml/stdlib__Nativeint.cmt +lib/ocaml/stdlib__Nativeint.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Nativeint.cmx +lib/ocaml/stdlib__Obj.cmi +lib/ocaml/stdlib__Obj.cmt +lib/ocaml/stdlib__Obj.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Obj.cmx +lib/ocaml/stdlib__Oo.cmi +lib/ocaml/stdlib__Oo.cmt +lib/ocaml/stdlib__Oo.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Oo.cmx +lib/ocaml/stdlib__Option.cmi +lib/ocaml/stdlib__Option.cmt +lib/ocaml/stdlib__Option.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Option.cmx +lib/ocaml/stdlib__Out_channel.cmi +lib/ocaml/stdlib__Out_channel.cmt +lib/ocaml/stdlib__Out_channel.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Out_channel.cmx +lib/ocaml/stdlib__Parsing.cmi +lib/ocaml/stdlib__Parsing.cmt +lib/ocaml/stdlib__Parsing.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Parsing.cmx +lib/ocaml/stdlib__Pervasives.cmi +lib/ocaml/stdlib__Pervasives.cmt +${PLIST.ocaml-opt}lib/ocaml/stdlib__Pervasives.cmx +lib/ocaml/stdlib__Printexc.cmi +lib/ocaml/stdlib__Printexc.cmt +lib/ocaml/stdlib__Printexc.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Printexc.cmx +lib/ocaml/stdlib__Printf.cmi +lib/ocaml/stdlib__Printf.cmt +lib/ocaml/stdlib__Printf.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Printf.cmx +lib/ocaml/stdlib__Queue.cmi +lib/ocaml/stdlib__Queue.cmt +lib/ocaml/stdlib__Queue.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Queue.cmx +lib/ocaml/stdlib__Random.cmi +lib/ocaml/stdlib__Random.cmt +lib/ocaml/stdlib__Random.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Random.cmx +lib/ocaml/stdlib__Result.cmi +lib/ocaml/stdlib__Result.cmt +lib/ocaml/stdlib__Result.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Result.cmx +lib/ocaml/stdlib__Scanf.cmi +lib/ocaml/stdlib__Scanf.cmt +lib/ocaml/stdlib__Scanf.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Scanf.cmx +lib/ocaml/stdlib__Seq.cmi +lib/ocaml/stdlib__Seq.cmt +lib/ocaml/stdlib__Seq.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Seq.cmx +lib/ocaml/stdlib__Set.cmi +lib/ocaml/stdlib__Set.cmt +lib/ocaml/stdlib__Set.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Set.cmx +lib/ocaml/stdlib__Stack.cmi +lib/ocaml/stdlib__Stack.cmt +lib/ocaml/stdlib__Stack.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Stack.cmx +lib/ocaml/stdlib__StdLabels.cmi +lib/ocaml/stdlib__StdLabels.cmt +lib/ocaml/stdlib__StdLabels.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__StdLabels.cmx +lib/ocaml/stdlib__Stream.cmi +lib/ocaml/stdlib__Stream.cmt +lib/ocaml/stdlib__Stream.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Stream.cmx +lib/ocaml/stdlib__String.cmi +lib/ocaml/stdlib__String.cmt +lib/ocaml/stdlib__String.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__String.cmx +lib/ocaml/stdlib__StringLabels.cmi +lib/ocaml/stdlib__StringLabels.cmt +lib/ocaml/stdlib__StringLabels.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__StringLabels.cmx +lib/ocaml/stdlib__Sys.cmi +lib/ocaml/stdlib__Sys.cmt +lib/ocaml/stdlib__Sys.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Sys.cmx +lib/ocaml/stdlib__Uchar.cmi +lib/ocaml/stdlib__Uchar.cmt +lib/ocaml/stdlib__Uchar.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Uchar.cmx +lib/ocaml/stdlib__Unit.cmi +lib/ocaml/stdlib__Unit.cmt +lib/ocaml/stdlib__Unit.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Unit.cmx +lib/ocaml/stdlib__Weak.cmi +lib/ocaml/stdlib__Weak.cmt +lib/ocaml/stdlib__Weak.cmti +${PLIST.ocaml-opt}lib/ocaml/stdlib__Weak.cmx ${PLIST.ocaml-opt}lib/ocaml/str.a lib/ocaml/str.cma lib/ocaml/str.cmi lib/ocaml/str.cmti ${PLIST.ocaml-opt}lib/ocaml/str.cmx ${PLIST.ocaml-opt}lib/ocaml/str.cmxa -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/str.cmxs +${PLIST.ocaml-opt}lib/ocaml/str.cmxs lib/ocaml/str.mli lib/ocaml/stream.ml lib/ocaml/stream.mli @@ -2050,10 +1984,8 @@ lib/ocaml/string.mli lib/ocaml/stringLabels.ml lib/ocaml/stringLabels.mli lib/ocaml/stublibs/dllcamlstr.so -${PLIST.ocaml-spacetime}lib/ocaml/stublibs/dllraw_spacetime_lib.so lib/ocaml/stublibs/dllthreads.so lib/ocaml/stublibs/dllunix.so -@comment 4.09 lib/ocaml/stublibs/dllvmthreads.so lib/ocaml/sys.ml lib/ocaml/sys.mli lib/ocaml/threads/condition.cmi @@ -2068,6 +2000,10 @@ lib/ocaml/threads/mutex.cmi lib/ocaml/threads/mutex.cmti ${PLIST.ocaml-opt}lib/ocaml/threads/mutex.cmx lib/ocaml/threads/mutex.mli +lib/ocaml/threads/semaphore.cmi +lib/ocaml/threads/semaphore.cmti +${PLIST.ocaml-opt}lib/ocaml/threads/semaphore.cmx +lib/ocaml/threads/semaphore.mli lib/ocaml/threads/thread.cmi lib/ocaml/threads/thread.cmti ${PLIST.ocaml-opt}lib/ocaml/threads/thread.cmx @@ -2093,7 +2029,7 @@ lib/ocaml/unix.cmi lib/ocaml/unix.cmti ${PLIST.ocaml-opt}lib/ocaml/unix.cmx ${PLIST.ocaml-opt}lib/ocaml/unix.cmxa -${PLIST.ocaml-nat}${PLIST.ocaml-opt}lib/ocaml/unix.cmxs +${PLIST.ocaml-opt}lib/ocaml/unix.cmxs lib/ocaml/unix.mli lib/ocaml/unixLabels.cmi lib/ocaml/unixLabels.cmti @@ -2154,6 +2090,7 @@ man/man3/Ast_invariants.3 man/man3/Ast_iterator.3 man/man3/Ast_mapper.3 man/man3/Asttypes.3 +man/man3/Atomic.3 man/man3/Attr_helper.3 man/man3/Bigarray.3 man/man3/Bigarray.Array0.3 @@ -2161,6 +2098,7 @@ man/man3/Bigarray.Array1.3 man/man3/Bigarray.Array2.3 man/man3/Bigarray.Array3.3 man/man3/Bigarray.Genarray.3 +man/man3/Binutils.3 man/man3/Bool.3 man/man3/Buffer.3 man/man3/Build_path_prefix_map.3 @@ -2168,6 +2106,7 @@ man/man3/Builtin_attributes.3 man/man3/Bytes.3 man/man3/BytesLabels.3 man/man3/Callback.3 +man/man3/CamlinternalAtomic.3 man/man3/CamlinternalFormat.3 man/man3/CamlinternalFormatBasics.3 man/man3/CamlinternalLazy.3 @@ -2195,6 +2134,7 @@ man/man3/CamlinternalMenhirLib.InspectionTableFormat.TABLES.3 man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.3 man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.Make.3 man/man3/CamlinternalMenhirLib.InspectionTableInterpreter.Symbols.3 +man/man3/CamlinternalMenhirLib.LexerUtil.3 man/man3/CamlinternalMenhirLib.LinearizedArray.3 man/man3/CamlinternalMenhirLib.PackedIntArray.3 man/man3/CamlinternalMenhirLib.Printers.3 @@ -2221,21 +2161,37 @@ man/man3/Consistbl.3 man/man3/Consistbl.Make.3 man/man3/Depend.3 man/man3/Depend.String.3 +man/man3/Diffing.3 +man/man3/Diffing.Define.3 +man/man3/Diffing.Define.Left_variadic.3 +man/man3/Diffing.Define.Parameters.3 +man/man3/Diffing.Define.Right_variadic.3 +man/man3/Diffing.Define.S.3 +man/man3/Diffing.Define.Simple.3 +man/man3/Diffing.Defs.3 +man/man3/Diffing_with_keys.3 +man/man3/Diffing_with_keys.Define.3 +man/man3/Diffing_with_keys.Define.Parameters.3 +man/man3/Diffing_with_keys.Define.Simple.3 man/man3/Digest.3 man/man3/Docstrings.3 man/man3/Docstrings.WithMenhir.3 man/man3/Domainstate.3 man/man3/Dynlink.3 +man/man3/Either.3 man/man3/Ephemeron.3 man/man3/Ephemeron.GenHashTable.3 man/man3/Ephemeron.GenHashTable.MakeSeeded.3 man/man3/Ephemeron.K1.3 +man/man3/Ephemeron.K1.Bucket.3 man/man3/Ephemeron.K1.Make.3 man/man3/Ephemeron.K1.MakeSeeded.3 man/man3/Ephemeron.K2.3 +man/man3/Ephemeron.K2.Bucket.3 man/man3/Ephemeron.K2.Make.3 man/man3/Ephemeron.K2.MakeSeeded.3 man/man3/Ephemeron.Kn.3 +man/man3/Ephemeron.Kn.Bucket.3 man/man3/Ephemeron.Kn.Make.3 man/man3/Ephemeron.Kn.MakeSeeded.3 man/man3/Ephemeron.S.3 @@ -2246,6 +2202,7 @@ man/man3/Float.3 man/man3/Float.Array.3 man/man3/Float.ArrayLabels.3 man/man3/Format.3 +man/man3/Format_tutorial.3 man/man3/Fun.3 man/man3/Gc.3 man/man3/Gc.Memprof.3 @@ -2272,17 +2229,20 @@ man/man3/Identifiable.Set.T.3 man/man3/Identifiable.Tbl.3 man/man3/Identifiable.Tbl.T.3 man/man3/Identifiable.Thing.3 +man/man3/In_channel.3 man/man3/Int.3 man/man3/Int32.3 man/man3/Int64.3 man/man3/Int_replace_polymorphic_compare.3 man/man3/Lazy.3 +man/man3/Lazy_backtrack.3 man/man3/Lexer.3 man/man3/Lexing.3 man/man3/List.3 man/man3/ListLabels.3 man/man3/Load_path.3 man/man3/Load_path.Dir.3 +man/man3/Local_store.3 man/man3/Location.3 man/man3/Longident.3 man/man3/Map.3 @@ -2292,7 +2252,6 @@ man/man3/Map.S.3 man/man3/Marshal.3 man/man3/Misc.3 man/man3/Misc.Color.3 -man/man3/Misc.EnvLazy.3 man/man3/Misc.Error_style.3 man/man3/Misc.Int_literal_converter.3 man/man3/Misc.LongString.3 @@ -2329,11 +2288,13 @@ man/man3/Numbers.Int.3 man/man3/Numbers.Int16.3 man/man3/Numbers.Int8.3 man/man3/Obj.3 +man/man3/Obj.Closure.3 man/man3/Obj.Ephemeron.3 man/man3/Obj.Extension_constructor.3 man/man3/Ocaml_operators.3 man/man3/Oo.3 man/man3/Option.3 +man/man3/Out_channel.3 man/man3/Parse.3 man/man3/Parser.3 man/man3/Parser.Incremental.3 @@ -2353,14 +2314,14 @@ man/man3/Random.State.3 man/man3/Result.3 man/man3/Scanf.3 man/man3/Scanf.Scanning.3 +man/man3/Semaphore.3 +man/man3/Semaphore.Binary.3 +man/man3/Semaphore.Counting.3 man/man3/Seq.3 man/man3/Set.3 man/man3/Set.Make.3 man/man3/Set.OrderedType.3 man/man3/Set.S.3 -man/man3/Spacetime.3 -man/man3/Spacetime.Series.3 -man/man3/Spacetime.Snapshot.3 man/man3/Stack.3 man/man3/StdLabels.3 man/man3/StdLabels.Array.3 @@ -2371,6 +2332,7 @@ man/man3/Stdlib.3 man/man3/Stdlib.Arg.3 man/man3/Stdlib.Array.3 man/man3/Stdlib.ArrayLabels.3 +man/man3/Stdlib.Atomic.3 man/man3/Stdlib.Bigarray.3 man/man3/Stdlib.Bool.3 man/man3/Stdlib.Buffer.3 @@ -2380,6 +2342,7 @@ man/man3/Stdlib.Callback.3 man/man3/Stdlib.Char.3 man/man3/Stdlib.Complex.3 man/man3/Stdlib.Digest.3 +man/man3/Stdlib.Either.3 man/man3/Stdlib.Ephemeron.3 man/man3/Stdlib.Filename.3 man/man3/Stdlib.Float.3 @@ -2388,6 +2351,7 @@ man/man3/Stdlib.Fun.3 man/man3/Stdlib.Gc.3 man/man3/Stdlib.Genlex.3 man/man3/Stdlib.Hashtbl.3 +man/man3/Stdlib.In_channel.3 man/man3/Stdlib.Int.3 man/man3/Stdlib.Int32.3 man/man3/Stdlib.Int64.3 @@ -2403,6 +2367,7 @@ man/man3/Stdlib.Nativeint.3 man/man3/Stdlib.Obj.3 man/man3/Stdlib.Oo.3 man/man3/Stdlib.Option.3 +man/man3/Stdlib.Out_channel.3 man/man3/Stdlib.Parsing.3 man/man3/Stdlib.Pervasives.3 man/man3/Stdlib.Printexc.3 @@ -2413,7 +2378,6 @@ man/man3/Stdlib.Result.3 man/man3/Stdlib.Scanf.3 man/man3/Stdlib.Seq.3 man/man3/Stdlib.Set.3 -man/man3/Stdlib.Spacetime.3 man/man3/Stdlib.Stack.3 man/man3/Stdlib.StdLabels.3 man/man3/Stdlib.Stream.3 @@ -2451,3 +2415,7 @@ man/man3/Warnings.3 man/man3/Weak.3 man/man3/Weak.Make.3 man/man3/Weak.S.3 +share/doc/ocaml/Changes +share/doc/ocaml/LICENSE +share/doc/ocaml/README.adoc +share/doc/ocaml/README.win32.adoc diff --git a/lang/ocaml/buildlink3.mk b/lang/ocaml/buildlink3.mk index 264cd2eaebc62..33f8b7ff5b192 100644 --- a/lang/ocaml/buildlink3.mk +++ b/lang/ocaml/buildlink3.mk @@ -1,12 +1,13 @@ -# $NetBSD: buildlink3.mk,v 1.56 2021/03/08 08:08:43 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.57 2022/05/24 18:25:38 jaapb Exp $ +# Should only be used through ocaml.mk, not directly. BUILDLINK_TREE+= ocaml .if !defined(OCAML_BUILDLINK3_MK) OCAML_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.ocaml+= ocaml>=4.11.2 -BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=4.11.2 +BUILDLINK_API_DEPENDS.ocaml+= ocaml>=4.14.0 +BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=4.14.0 BUILDLINK_PKGSRCDIR.ocaml?= ../../lang/ocaml #BUILDLINK_DEPMETHOD.ocaml?= build diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index 4237bc1e37127..19b91c5d5052a 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,22 +1,25 @@ -$NetBSD: distinfo,v 1.144 2021/10/26 10:51:45 nia Exp $ +$NetBSD: distinfo,v 1.145 2022/05/24 18:25:38 jaapb Exp $ -BLAKE2s (ocaml-4.11.2.tar.gz) = 09a9cb064f5f1c0de850572e6fdaeaf48cacb95e79f3bdc50beda74ee74030e2 -SHA512 (ocaml-4.11.2.tar.gz) = 5697c8fe6a7d2b1a0199e60e397f766161d31edf146c4d9020dc08592c1ffb0e4cfaccaccfa3feb36bf31dceb10e23c566d6c4d53f0ecfa823abeef81235338e -Size (ocaml-4.11.2.tar.gz) = 4969981 bytes -SHA1 (patch-Makefile) = bd0451b5240b087c98747d13f9884d30722a91a8 -SHA1 (patch-Makefile.common.in) = 37d880f7125040fd4a125ff0e24615811ce9c827 +BLAKE2s (ocaml-4.14.0.tar.gz) = 07f8e81765693d73c5b9326da424df67c9281a5e04fc6ca0f2539935fdc96d2c +SHA512 (ocaml-4.14.0.tar.gz) = 84cd7fd96a4cde5f1063caae112629f37812add4ca2a888c56b3992b8d5528769c2ebc6b1b8f4a0b54e620f8450a7dbe11225f716e0f47cef0d3707457911ac0 +Size (ocaml-4.14.0.tar.gz) = 5492464 bytes +SHA1 (patch-Makefile) = 978156d1e5795615adda840521bf5911a801f6a5 +SHA1 (patch-Makefile.build_config.in) = 9702fc3b8fa8f4e963f3e4a193439a12836af816 +SHA1 (patch-api__docgen_ocamldoc_Makefile) = cc677bed9d2da3d7eedd2c696ac89085bf2002d2 SHA1 (patch-check-linker-version_sh) = c90242556207242ac58499d7f42519a10aedcca4 -SHA1 (patch-configure) = 5791eba70a6d06fe79f6268a3d4e40a1dc636fd1 -SHA1 (patch-lex_Makefile) = 7f1ad4d5852a9a38b9c33ca33728236cc457fa09 -SHA1 (patch-man_Makefile) = b780c026aef5f7e6b22b142fce3ec87ef9d2ab22 -SHA1 (patch-ocamldoc_Makefile) = 0a3c536d1cd9f811a1ef1d7155036b8ddbcf4f4f +SHA1 (patch-configure) = 36ddb6f19ce7564889dc48ee290904dce00b04ec +SHA1 (patch-lex_Makefile) = ba5df45c608fa292732e1acd0d955870e60c972d +SHA1 (patch-man_Makefile) = 3d55fe5127758566f81a1b4e55e66c6ae3a848f1 +SHA1 (patch-ocamldoc_Makefile) = 5431d357ecbe719efffeb14826a8d79f0590784e SHA1 (patch-ocamldoc_odoc__messages.ml) = 77f650a5f34f40b9648a8d5091e9aa31efb5734b -SHA1 (patch-otherlibs_Makefile.otherlibs.common) = 05f14ad2635bfd2ded98ef38ac6e7578b5cfc08e -SHA1 (patch-otherlibs_systhreads_Makefile) = ff2cf90527bda37474097bb576bccbf7329c4f1d +SHA1 (patch-otherlibs_Makefile.otherlibs.common) = 5518c6b4d8772d995252b6f640323e2602097c4d +SHA1 (patch-otherlibs_systhreads_Makefile) = 76b6619f43562d30be9a87fd450b75033f4aff0b SHA1 (patch-otherlibs_systhreads_st__stubs.c) = 3c0aa73f0e128646c01ed3855ee9c5645d5fa3f1 -SHA1 (patch-otherlibs_unix_Makefile) = 84f236dab98d684e70fe92294779e65ce3f11e7f -SHA1 (patch-runtime_Makefile) = 6c70b68791e4c074179aa27dfafb398646b59dcb +SHA1 (patch-otherlibs_unix_Makefile) = 9eaf8d561670a765a647b36486ec533c674ee609 +SHA1 (patch-runtime_Makefile) = 4daf1ddb9ce70d99719bcb0aacbaadfc393574b0 +SHA1 (patch-runtime_floats.c) = 584a30d31c7b7da4f8387dc58b90fa1a8078f723 +SHA1 (patch-runtime_sak.c) = 62a0946419b96033497a4a12105bbd9b4ef3aba6 SHA1 (patch-testsuite_tests_lib-systhreads_testyield.ml) = 0f6d35e030de168c6f4aeb126055065ed47878aa -SHA1 (patch-tools_Makefile) = 69f92a8615ed6f9b33f27546c6a25a1f24995e55 -SHA1 (patch-tools_ocamlmklib.ml) = 9a9c0e3b473f7ba4127fe120cf6dbbdbb3c957f2 -SHA1 (patch-yacc_Makefile) = 3d8962a2d447aa7e88e59151d66e2080f7fad1fb +SHA1 (patch-tools_Makefile) = f71ac6fa7f2ee79c6d531f95eb90d28360c04434 +SHA1 (patch-tools_ocamlmklib.ml) = 66ddab3ae0f6890326a51d315a2516fe4975107d +SHA1 (patch-yacc_Makefile) = ee27db9ca0149ee9e1dc93988458bbb7446ecb89 diff --git a/lang/ocaml/native.mk b/lang/ocaml/native.mk new file mode 100644 index 0000000000000..b462411b5e967 --- /dev/null +++ b/lang/ocaml/native.mk @@ -0,0 +1,47 @@ +# $NetBSD: native.mk,v 1.1 2022/05/24 18:25:38 jaapb Exp $ +# +# This Makefile fragment handles the native code compiler options for OCaml. +# It is used by ocaml.mk and the lang/ocaml package. +# +# Build def variables: +# OCAML_USE_OPT_COMPILER +# if set to yes, will enable optimised (native code) compilation +# default value: depends on architecture +# +# PLIST variable: +# PLIST.ocaml-opt for files only installed when using the optimised compiler +# Set based on OCAML_USE_OPT_COMPILER + +.if !defined(OCAML_NATIVE_MK) +OCAML_NATIVE_MK= # defined + +.include "../../mk/bsd.fast.prefs.mk" + +BUILD_DEFS+= OCAML_USE_OPT_COMPILER + +_VARGROUPS+= ocaml +_DEF_VARS.ocaml= \ + OCAML_USE_OPT_COMPILER + +# Default value of OCAML_USE_OPT_COMPILER +.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ + !empty(MACHINE_ARCH:M*arm*) || (${MACHINE_ARCH} == "aarch64") || \ + (${MACHINE_ARCH} == "aarch64eb") || (${MACHINE_ARCH} == "x86_64") +OCAML_USE_OPT_COMPILER?= yes +.else +OCAML_USE_OPT_COMPILER?= no +.endif + +# Things that get installed with the opt compiler +PLIST_VARS+= ocaml-opt + +.if ${OCAML_USE_OPT_COMPILER} == "yes" +# The opt compiler needs the C compiler suite +USE_LANGUAGES+= c +PLIST.ocaml-opt= yes +.else +# If we're bytecode compiling, don't strip executables +INSTALL_UNSTRIPPED= yes +.endif + +.endif # OCAML_NATIVE_MK diff --git a/lang/ocaml/ocaml.mk b/lang/ocaml/ocaml.mk new file mode 100644 index 0000000000000..89cbf7f6943fd --- /dev/null +++ b/lang/ocaml/ocaml.mk @@ -0,0 +1,253 @@ +# $NetBSD: ocaml.mk,v 1.1 2022/05/24 18:25:38 jaapb Exp $ +# +# This Makefile fragment handles the common variables used by OCaml packages. +# It should be included by every package that uses OCaml. +# +# Package-settable variables: +# OCAML_USE_FINDLIB +# package uses findlib infrastructure +# OCAML_FINDLIB_DIRS +# directories under OCAML_SITELIBDIR that this package installs into +# OCAML_FINDLIB_REGISTER +# register findlib directories into OCaml ld.conf +# OCAML_USE_OASIS [implies OCAML_USE_FINDLIB] +# package uses oasis infrastructure +# OCAML_USE_OASIS_DYNRUN [implies OCAML_USE_OASIS] +# package uses oasis.dynrun +# OCAML_USE_OPAM +# package uses OPAM installer [implies OCAML_USE_FINDLIB] +# OCAML_USE_TOPKG +# package uses topkg [implies OCAML_USE_FINDLIB] +# OCAML_USE_DUNE +# package uses dune [implies OCAML_USE_OPAM] +# OCAML_TOPKG_DOCDIR +# different targets for topkg (bytecode, optional bytecode, native) +# OASIS_BUILD_ARGS +# arguments for oasis build +# Set by this file: +# OCAML_SITELIBDIR + +.if !defined(OCAML_MK) +OCAML_MK= # defined + +# Text relocations errors when building packages that use +# ocamlfind on i386. +MKPIE_SUPPORTED= no + +.include "../../mk/bsd.fast.prefs.mk" +.include "../../lang/ocaml/native.mk" + + +_PKG_VARS.ocaml= \ + OCAML_USE_FINDLIB \ + OCAML_FINDLIB_DIRS \ + OCAML_FINDLIB_REGISTER \ + OCAML_USE_OASIS \ + OCAML_USE_OASIS_DYNRUN \ + OASIS_BUILD_ARGS \ + OCAML_USE_OPAM \ + OCAML_USE_TOPKG \ + OCAML_TOPKG_NAME \ + OCAML_TOPKG_DOCDIR \ + OCAML_TOPKG_FLAGS \ + OCAML_TOPKG_TARGETS \ + OCAML_TOPKG_OPTIONAL_TARGETS \ + OCAML_USE_DUNE \ + DUNE_BUILD_FLAGS \ + DUNE_BUILD_PACKAGES \ + DUNE_BUILD_TARGETS \ + OCAML_BUILD_ARGS \ + OPAM_INSTALL_DIR \ + OPAM_INSTALL_FILES +_SYS_VARS.ocaml= \ + OCAML_SITELIBDIR + +# Default value of OCAML_USE_FINDLIB +OCAML_USE_FINDLIB?= no + +# Default value of OCAML_USE_OASIS +OCAML_USE_OASIS?= no + +# Default value of OCAML_USE_OASIS_DYNRUN +OCAML_USE_OASIS_DYNRUN?= no + +# Default value of OCAML_USE_TOPKG +OCAML_USE_TOPKG?= no + +# Default value of OCAML_USE_DUNE +OCAML_USE_DUNE?= no + +OCAML_TOPKG_NAME?= ${PKGBASE:S/^ocaml-//} +OCAML_TOPKG_DOCDIR?= ${PREFIX}/share/doc +OCAML_TOPKG_FLAGS?= # empty +OCAML_TOPKG_TARGETS?= # empty +OCAML_TOPKG_OPTIONAL_TARGETS?= # empty +OCAML_TOPKG_NATIVE_TARGETS?= # empty + +OPAM_INSTALL_FILES?= ${OCAML_TOPKG_NAME} +DUNE_BUILD_FLAGS?= # empty +DUNE_BUILD_TARGETS?= @install +DUNE_BUILD_PACKAGES?= # empty + +# Default value of OASIS_BUILD_ARGS +OASIS_BUILD_ARGS?= # empty + +# +# Configure stuff for OASIS_DYNRUN +# +.if ${OCAML_USE_OASIS_DYNRUN} == "yes" +.include "../../devel/ocaml-oasis/buildlink3.mk" +OCAML_USE_OASIS= yes +.endif + +# +# Configure stuff for OASIS +# +.if ${OCAML_USE_OASIS} == "yes" +OCAML_USE_FINDLIB= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --destdir "${DESTDIR}" +CONFIGURE_ARGS+= --prefix "${PREFIX}" +# Force use of native code compiler according to setting +.if ${OCAML_USE_OPT_COMPILER} == "yes" +CONFIGURE_ARGS+= --override is_native true +.else +CONFIGURE_ARGS+= --override is_native false +.endif +.endif + +# Configure stuff for DUNE +.if ${OCAML_USE_DUNE} == "yes" +.include "../../devel/ocaml-dune/buildlink3.mk" +OCAML_USE_OPAM?= yes +OPAM_INSTALL_DIR?= _build/default +.else +OCAML_USE_OPAM?= no +.endif + +# Configure stuff for OPAM +.if ${OCAML_USE_OPAM} == "yes" +.include "../../misc/ocaml-opaline/buildlink3.mk" +OCAML_USE_FINDLIB= yes +.endif + +# Configure stuff for TOPKG +.if ${OCAML_USE_TOPKG} == "yes" +.include "../../misc/ocaml-topkg/buildlink3.mk" +OCAML_USE_FINDLIB= yes +INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/${OCAML_TOPKG_NAME} +.endif + +# Fallback value for OPAM_INSTALL_DIR +OPAM_INSTALL_DIR?= . + +# Value for OCAML_SITELIBDIR +OCAML_SITELIBDIR= lib/ocaml/site-lib +MAKE_ENV+= OCAML_SITELIBDIR="${OCAML_SITELIBDIR}" +PLIST_SUBST+= OCAML_SITELIB="${OCAML_SITELIBDIR}" + +PRINT_PLIST_AWK+= { gsub(/^.+\.cmx/, "$${PLIST.ocaml-opt}&") } +PRINT_PLIST_AWK+= { gsub(/^.+\.a$$/, "$${PLIST.ocaml-opt}&") } +PRINT_PLIST_AWK+= { gsub(/${OCAML_SITELIBDIR:S|/|\\/|g}/, \ + "$${OCAML_SITELIB}"); \ + print; next; } + +.if ${OCAML_USE_FINDLIB} == "yes" +.include "../../devel/ocaml-findlib/buildlink3.mk" +INSTALLATION_DIRS+= ${OCAML_SITELIBDIR} +OCAML_FINDLIB_DIRS?= ${PKGBASE:S/^ocaml-//} +OCAML_FINDLIB_REGISTER?= yes +.endif + +# +# Compiler stuff +# + +# +# OASIS targets +# +.if ${OCAML_USE_OASIS} == "yes" +# OASIS uses ocamlbuild +.include "../../devel/ocamlbuild/buildlink3.mk" +.if ${OCAML_USE_OASIS_DYNRUN} == "yes" +pre-configure: + ${RUN} cd ${WRKSRC} && ocamlfind ocamlc -linkpkg -package oasis.dynrun -o setup setup.ml && ${RM} setup.cmo setup.cmi + +OASIS_EXEC= ./setup +.else +OASIS_EXEC= ocaml setup.ml +.endif + +# Redefine configure target +do-configure: + ${RUN} cd ${WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${OASIS_EXEC} -configure ${CONFIGURE_ARGS} + +# Redefine build target +do-build: + ${RUN} ${_ULIMIT_CMD} cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${OASIS_EXEC} -build ${OASIS_BUILD_ARGS} + +# Redefine install target +do-install: + ${RUN} cd ${WRKSRC} && \ + ${OASIS_EXEC} -install --destdir ${DESTDIR} --prefix ${PREFIX} +.endif + +# +# topkg targets +# +.if ${OCAML_USE_TOPKG} == "yes" + +do-build: + ${RUN} ${_ULIMIT_CMD} cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ocaml pkg/pkg.ml build ${OCAML_TOPKG_FLAGS} + +.endif # ${OCAML_USE_TOPKG} == "yes" + +# +# opam targets +# +.if ${OCAML_USE_OPAM} == "yes" + +do-install: + ${RUN} for i in ${OPAM_INSTALL_FILES}; do \ + cd ${WRKSRC} && opaline -install-cmd "${INSTALL_DATA}" \ + -exec-install-cmd "${INSTALL_PROGRAM}" \ + -name $$i \ + -destdir ${DESTDIR} \ + -prefix ${PREFIX} \ + -libdir ${PREFIX}/${OCAML_SITELIBDIR} \ + -mandir ${PREFIX}/${PKGMANDIR} \ + -docdir ${OCAML_TOPKG_DOCDIR}/$$i \ + -stublibsdir ${PREFIX}/${OCAML_SITELIBDIR}/stublibs \ + -bindir ${PREFIX}/bin \ + ${OPAM_INSTALL_DIR}/$$i.install; \ + done + +.endif # ${OCAML_USE_OPAM} == "yes" + +# +# dune targets +# +.if ${OCAML_USE_DUNE} == "yes" + +do-build: +.if !empty(DUNE_BUILD_PACKAGES) + ${RUN} ${_ULIMIT_CMD} \ + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ + dune build -j ${MAKE_JOBS:U1} \ + ${DUNE_BUILD_FLAGS} -p ${DUNE_BUILD_PACKAGES:ts,} \ + ${DUNE_BUILD_TARGETS} +.else + ${RUN} ${_ULIMIT_CMD} \ + cd ${WRKSRC} && dune build --profile release -j ${MAKE_JOBS:U1} \ + ${DUNE_BUILD_FLAGS} ${DUNE_BUILD_TARGETS} +.endif + +.endif # ${OCAML_USE_DUNE} == "yes" + +# Add dependency on ocaml. +.include "../../lang/ocaml/buildlink3.mk" + +.endif # OCAML_MK diff --git a/lang/ocaml/options.mk b/lang/ocaml/options.mk index afb2af20775b2..6c46b4392a10c 100644 --- a/lang/ocaml/options.mk +++ b/lang/ocaml/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.5 2020/12/09 10:33:04 jaapb Exp $ +# $NetBSD: options.mk,v 1.6 2022/05/24 18:25:38 jaapb Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ocaml -PKG_SUPPORTED_OPTIONS= pic flambda spacetime +PKG_SUPPORTED_OPTIONS= pic flambda PKG_SUGGESTED_OPTIONS= pic .include "../../mk/bsd.prefs.mk" @@ -18,9 +18,3 @@ CONFIGURE_ARGS+= --enable-flambda .else CONFIGURE_ARGS+= --disable-flambda .endif - -.if !empty(PKG_OPTIONS:Mspacetime) -CONFIGURE_ARGS+= --enable-spacetime -.else -CONFIGURE_ARGS+= --disable-spacetime -.endif diff --git a/lang/ocaml/patches/patch-Makefile b/lang/ocaml/patches/patch-Makefile index 70b956dfcd53d..4a19703bef419 100644 --- a/lang/ocaml/patches/patch-Makefile +++ b/lang/ocaml/patches/patch-Makefile @@ -1,20 +1,20 @@ -$NetBSD: patch-Makefile,v 1.16 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-Makefile,v 1.17 2022/05/24 18:25:38 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir Honor LDFLAGS ---- Makefile.orig 2020-09-01 12:47:58.000000000 +0000 +--- Makefile.orig 2022-02-08 16:50:12.000000000 +0000 +++ Makefile -@@ -61,7 +61,7 @@ INCLUDES=-I utils -I parsing -I typing - - COMPFLAGS=-strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 \ - -warn-error A \ +@@ -50,7 +50,7 @@ COMPFLAGS=-strict-sequence -principal -a + -w +a-4-9-40-41-42-44-45-48-66-70 \ + -warn-error +a \ -bin-annot -safe-string -strict-formats $(INCLUDES) -LINKFLAGS= +LINKFLAGS= -cclib "$(LDFLAGS)" ifeq "$(strip $(NATDYNLINKOPTS))" "" OCAML_NATDYNLINKOPTS= -@@ -351,10 +351,10 @@ endif +@@ -377,11 +377,11 @@ DOC_FILES=\ # Installation .PHONY: install install: @@ -22,19 +22,30 @@ Honor LDFLAGS - $(MKDIR) "$(INSTALL_LIBDIR)" - $(MKDIR) "$(INSTALL_STUBLIBDIR)" - $(MKDIR) "$(INSTALL_COMPLIBDIR)" +- $(MKDIR) "$(INSTALL_DOCDIR)" + $(BSD_INSTALL_PROGRAM_DIR) "$(INSTALL_BINDIR)" + $(BSD_INSTALL_LIB_DIR) "$(INSTALL_LIBDIR)" + $(BSD_INSTALL_LIB_DIR) "$(INSTALL_STUBLIBDIR)" + $(BSD_INSTALL_LIB_DIR) "$(INSTALL_COMPLIBDIR)" - $(INSTALL_DATA) \ - VERSION \ - "$(INSTALL_LIBDIR)" -@@ -408,7 +408,7 @@ ifeq "$(INSTALL_SOURCE_ARTIFACTS)" "true ++ $(BSD_INSTALL_DATA_DIR) "$(INSTALL_DOCDIR)" + $(MAKE) -C runtime install + $(INSTALL_PROG) ocaml$(EXE) "$(INSTALL_BINDIR)" + ifeq "$(INSTALL_BYTECODE_PROGRAMS)" "true" +@@ -462,7 +462,7 @@ ifeq "$(INSTALL_BYTECODE_PROGRAMS)" "tru + $(INSTALL_PROG) \ + boot/flexlink.byte$(EXE) "$(INSTALL_BINDIR)/flexlink.byte$(EXE)" + endif # ifeq "$(INSTALL_BYTECODE_PROGRAMS)" "true" +- $(MKDIR) "$(INSTALL_FLEXDLLDIR)" ++ $(BSD_INSTALL_LIB_DIR) "$(INSTALL_FLEXDLLDIR)" + $(INSTALL_DATA) $(addprefix stdlib/flexdll/, $(FLEXDLL_OBJECTS)) \ + "$(INSTALL_FLEXDLLDIR)" + endif # ifeq "$(BOOTSTRAPPING_FLEXDLL)" "true" +@@ -792,7 +792,7 @@ runtime: $(addprefix stdlib/flexdll/, $( + stdlib/flexdll/flexdll%.$(O): $(FLEXDLL_SOURCES)/flexdll%.$(O) | stdlib/flexdll + cp $< $@ + stdlib/flexdll: +- $(MKDIR) $@ ++ $(BSD_INSTALL_LIB_DIR) $@ endif - $(MAKE) -C tools install - ifeq "$(UNIX_OR_WIN32)" "unix" # Install manual pages only on Unix -- $(MKDIR) "$(INSTALL_MANDIR)/man$(PROGRAMS_MAN_SECTION)" -+ $(BSD_INSTALL_MAN_DIR) "$(INSTALL_MANDIR)/man$(PROGRAMS_MAN_SECTION)" - -$(MAKE) -C man install - endif - for i in $(OTHERLIBRARIES); do \ + + .PHONY: makeruntime diff --git a/lang/ocaml/patches/patch-Makefile.build_config.in b/lang/ocaml/patches/patch-Makefile.build_config.in new file mode 100644 index 0000000000000..e7de5ec6a64d4 --- /dev/null +++ b/lang/ocaml/patches/patch-Makefile.build_config.in @@ -0,0 +1,19 @@ +$NetBSD: patch-Makefile.build_config.in,v 1.1 2022/05/24 18:25:38 jaapb Exp $ + +USE BSD_INSTALL_* + +--- Makefile.build_config.in.orig 2022-02-08 16:50:12.000000000 +0000 ++++ Makefile.build_config.in +@@ -20,9 +20,9 @@ + # $(ROOTDIR) has been defined. + + include $(ROOTDIR)/Makefile.config +-INSTALL ?= @INSTALL@ +-INSTALL_DATA ?= @INSTALL_DATA@ +-INSTALL_PROG ?= @INSTALL_PROGRAM@ ++INSTALL ?= $(BSD_INSTALL) ++INSTALL_DATA ?= $(BSD_INSTALL_DATA) ++INSTALL_PROG ?= $(BSD_INSTALL_SCRIPT) + + # Whether to install the native toplevel (ocamlnat) + INSTALL_OCAMLNAT = @install_ocamlnat@ diff --git a/lang/ocaml/patches/patch-Makefile.common.in b/lang/ocaml/patches/patch-Makefile.common.in deleted file mode 100644 index f2b69abb9952b..0000000000000 --- a/lang/ocaml/patches/patch-Makefile.common.in +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-Makefile.common.in,v 1.3 2020/12/09 10:33:04 jaapb Exp $ - -Use BSD_INSTALL_* - ---- Makefile.common.in.orig 2020-01-10 16:10:46.000000000 +0000 -+++ Makefile.common.in -@@ -19,9 +19,9 @@ - # other Makefiles - # We assume that Makefile.config has already been included - --INSTALL ?= @INSTALL@ --INSTALL_DATA ?= $(INSTALL) -m u=rw,g=rw,o=r --INSTALL_PROG ?= $(INSTALL) -m u=rwx,g=rwx,o=rx -+INSTALL ?= $(BSD_INSTALL) -+INSTALL_DATA ?= $(BSD_INSTALL_DATA) -+INSTALL_PROG ?= $(BSD_INSTALL_SCRIPT) - - # note: these are defined by lazy expansions - # as some parts of the makefiles change BINDIR, etc. diff --git a/lang/ocaml/patches/patch-api__docgen_ocamldoc_Makefile b/lang/ocaml/patches/patch-api__docgen_ocamldoc_Makefile new file mode 100644 index 0000000000000..b2d985b209bf0 --- /dev/null +++ b/lang/ocaml/patches/patch-api__docgen_ocamldoc_Makefile @@ -0,0 +1,40 @@ +$NetBSD: patch-api__docgen_ocamldoc_Makefile,v 1.1 2022/05/24 18:25:38 jaapb Exp $ + +Install manpages with correct suffix + +--- api_docgen/ocamldoc/Makefile.orig 2022-02-21 15:57:25.000000000 +0000 ++++ api_docgen/ocamldoc/Makefile +@@ -19,7 +19,7 @@ include ../../ocamldoc/Makefile.best_oca + vpath %.mli ../../stdlib $(DOC_COMPILERLIBS_DIRS) $(DOC_STDLIB_DIRS) + + +-man: build/man/Stdlib.3o ++man: build/man/Stdlib.3 + latex: build/latex/Stdlib.tex + html: \ + build/html/libref/Stdlib.html \ +@@ -34,7 +34,7 @@ DOC_ALL_INCLUDES = \ + + libref=$(stdlib_UNPREFIXED) $(otherlibref) + +-ALL_MAN= $(ALL_DOC:%=build/man/%.3o) ++ALL_MAN= $(ALL_DOC:%=build/man/%.3) + ALL_LATEX= $(ALL_DOC:%=build/latex/%.tex) + + build/latex/ifocamldoc.tex: | build/latex +@@ -60,7 +60,7 @@ build/libref/%.odoc: build/%.mld | build + $(OCAMLDOC_RUN) $(DOC_STDLIB_INCLUDES) -text $< -dump $@ + + ALL_COMPILED_DOC=$(ALL_DOC:%=build/%.odoc) +-build/man/Stdlib.3o: $(ALL_COMPILED_DOC) | build/man ++build/man/Stdlib.3: $(ALL_COMPILED_DOC) | build/man + $(OCAMLDOC_RUN) -man -d build/man -man-mini \ + -nostdlib -hide Stdlib -lib Stdlib -t "OCaml library" \ + $(addprefix -load , $(ALL_COMPILED_DOC)) +@@ -123,5 +123,5 @@ build/latex/compilerlibs_input.tex: | bu + install: + $(MKDIR) "$(INSTALL_LIBRARIES_MAN_DIR)" + if test -d build/man; then \ +- $(INSTALL_DATA) build/man/*.3o "$(INSTALL_LIBRARIES_MAN_DIR)"; \ ++ $(INSTALL_DATA) build/man/*.3 "$(INSTALL_LIBRARIES_MAN_DIR)"; \ + fi diff --git a/lang/ocaml/patches/patch-configure b/lang/ocaml/patches/patch-configure index 44ef5c47709eb..19d5719976fd3 100644 --- a/lang/ocaml/patches/patch-configure +++ b/lang/ocaml/patches/patch-configure @@ -1,4 +1,4 @@ -$NetBSD: patch-configure,v 1.43 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-configure,v 1.44 2022/05/24 18:25:38 jaapb Exp $ All kinds of OS-specific changes to configure Honor LDFLAGS. @@ -7,9 +7,9 @@ Add SunOS -lnsl -lsocket Recognise SunOS/amd64 as amd64 Recognise SunOS as having shared libraries ---- configure.orig 2020-09-01 12:47:58.000000000 +0000 +--- configure.orig 2022-02-21 15:57:25.000000000 +0000 +++ configure -@@ -13476,7 +13476,7 @@ sharedlib_cflags='' +@@ -14081,7 +14081,7 @@ sharedlib_cflags='' mksharedlib='shared-libs-not-available' rpath='' mksharedlibrpath='' @@ -18,20 +18,7 @@ Recognise SunOS as having shared libraries if test x"$enable_shared" != "xno"; then : case $host in #( -@@ -13513,6 +13513,12 @@ esac ;; #( - mksharedlibrpath="-Wl,-rpath," - natdynlinkopts="-Wl,-E" - shared_libraries_supported=true ;; #( -+ *-*-solaris*) -+ sharedlib_cflags="-fPIC" -+ mksharedlib="$CC -shared" -+ rpath="-Wl,-rpath," -+ mksharedlibrpath="-Wl,rpath," -+ shared_libraries_supported=true ;; - *) : - ;; - esac -@@ -13534,6 +13540,8 @@ if test x"$enable_shared" != "xno"; then +@@ -14157,6 +14157,8 @@ if test x"$supports_shared_libraries" = natdynlink=true ;; #( *-pc-windows) : natdynlink=true ;; #( @@ -40,7 +27,7 @@ Recognise SunOS as having shared libraries i[3456]86-*-linux*) : natdynlink=true ;; #( i[3456]86-*-gnu*) : -@@ -13562,6 +13570,8 @@ if test x"$enable_shared" != "xno"; then +@@ -14191,6 +14193,8 @@ if test x"$supports_shared_libraries" = natdynlink=true ;; #( i[3456]86-*-netbsd*) : natdynlink=true ;; #( @@ -49,7 +36,7 @@ Recognise SunOS as having shared libraries x86_64-*-netbsd*) : natdynlink=true ;; #( i386-*-gnu0.3) : -@@ -13572,12 +13582,16 @@ if test x"$enable_shared" != "xno"; then +@@ -14201,12 +14205,16 @@ if test x"$supports_shared_libraries" = natdynlink=true ;; #( arm*-*-freebsd*) : natdynlink=true ;; #( @@ -63,10 +50,10 @@ Recognise SunOS as having shared libraries natdynlink=true ;; #( + aarch64-*-netbsd*) : + natdynlink=true ;; #( - riscv*-*-linux*) : + aarch64-*-openbsd*) : natdynlink=true ;; #( - *) : -@@ -13649,6 +13663,8 @@ case $host in #( + riscv*-*-linux*) : +@@ -14315,6 +14323,8 @@ case $host in #( arch=i386; system=beos ;; #( i[3456]86-*-cygwin) : arch=i386; system=cygwin ;; #( @@ -75,7 +62,7 @@ Recognise SunOS as having shared libraries i[3456]86-*-gnu*) : arch=i386; system=gnu ;; #( i[3456]86-*-mingw32) : -@@ -13665,6 +13681,8 @@ case $host in #( +@@ -14331,6 +14341,8 @@ case $host in #( else model=ppc fi; system=elf ;; #( @@ -83,8 +70,8 @@ Recognise SunOS as having shared libraries + arch=power; model=ppc; system=netbsd ;; #( s390x*-*-linux*) : arch=s390x; model=z10; system=elf ;; #( - armv6*-*-linux-gnueabihf) : -@@ -13683,6 +13701,10 @@ fi; system=elf ;; #( + # expected to match "gnueabihf" as well as "musleabihf" +@@ -14350,6 +14362,10 @@ fi; system=elf ;; #( arch=arm; model=armv6; system=linux_eabi ;; #( armv6*-*-freebsd*) : arch=arm; model=armv6; system=freebsd ;; #( @@ -95,54 +82,102 @@ Recognise SunOS as having shared libraries earmv6*-*-netbsd*) : arch=arm; model=armv6; system=netbsd ;; #( earmv7*-*-netbsd*) : -@@ -13719,8 +13741,12 @@ fi; system=elf ;; #( +@@ -14394,10 +14410,14 @@ fi; system=elf ;; #( arch=arm64; system=linux ;; #( aarch64-*-freebsd*) : arch=arm64; system=freebsd ;; #( + aarch64-*-netbsd*) : + arch=arm64; system=netbsd ;; #( + aarch64-*-openbsd*) : + arch=arm64; system=openbsd ;; #( x86_64-*-cygwin*) : arch=amd64; system=cygwin ;; #( + x86_64-*-solaris*) : -+ arch=amd64; system=solaris ;; #( ++ arch=arm64; system=solaris ;; #( riscv64-*-linux*) : arch=riscv; model=riscv64; system=linux ;; #( -@@ -13851,8 +13877,6 @@ if test -z "$PARTIALLD"; then : - case "$arch,$CC,$system,$model" in #( - amd64,gcc*,macosx,*) : - PACKLD='ld -r -arch x86_64 -o $(EMPTY)' ;; #( -- amd64,gcc*,solaris,*) : -- PACKLD='ld -r -m elf_x86_64 -o $(EMPTY)' ;; #( - power,gcc*,elf,ppc) : - PACKLD='ld -r -m elf32ppclinux -o $(EMPTY)' ;; #( - power,gcc*,elf,ppc64) : -@@ -13947,6 +13971,9 @@ esac ;; #( +@@ -14613,6 +14633,9 @@ case $as_target,$ocaml_cv_cc_vendor in # *) : ;; esac ;; #( + power,netbsd): + default_as="${toolpref}as -mppc" -+ default_aspp="${toolpref}gcc -c" ;; #( - s390x,elf) : - default_as="${toolpref}as -m 64 -march=$model" - default_aspp="${toolpref}gcc -c -Wa,-march=$model" ;; #( -@@ -14028,7 +14055,7 @@ fi - # for the moment, to be backward-compatible ++ default_aspp="${toolpref}gcc -c " ;; #( + i686-pc-windows,*) : + default_as="ml -nologo -coff -Cp -c -Fo" + default_aspp="$default_as" ;; #( +@@ -15223,6 +15246,64 @@ if test "x$ac_cv_func_socketpair" = xyes - case $host in #( -- *-*-mingw32|*-pc-windows) : -+ *-*-mingw32|*-pc-windows|*-*-netbsd*) : - ;; #( - *) : - has_c99_float_ops=true -@@ -14317,6 +14344,9 @@ case $host in #( - *-*-mingw32|*-pc-windows) : - cclibs="$cclibs -lws2_32" - sockets=true ;; #( + fi + ;; #( + *-*-solaris*) : + cclibs="$cclibs -lnsl -lsocket" -+ sockets=true ;; #( ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 ++$as_echo_n "checking for library containing socket... " >&6; } ++if ${ac_cv_search_socket+:} false; then : ++ $as_echo_n "(cached) " >&6 ++else ++ ac_func_search_save_LIBS=$LIBS ++cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++ ++/* Override any GCC internal prototype to avoid an error. ++ Use char because int might match the return type of a GCC ++ builtin and then its argument prototype would still apply. */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char socket (); ++int ++main () ++{ ++return socket (); ++ ; ++ return 0; ++} ++_ACEOF ++for ac_lib in '' ws2_32; do ++ if test -z "$ac_lib"; then ++ ac_res="none required" ++ else ++ ac_res=-l$ac_lib ++ LIBS="-l$ac_lib $ac_func_search_save_LIBS" ++ fi ++ if ac_fn_c_try_link "$LINENO"; then : ++ ac_cv_search_socket=$ac_res ++fi ++rm -f core conftest.err conftest.$ac_objext \ ++ conftest$ac_exeext ++ if ${ac_cv_search_socket+:} false; then : ++ break ++fi ++done ++if ${ac_cv_search_socket+:} false; then : ++ ++else ++ ac_cv_search_socket=no ++fi ++rm conftest.$ac_ext ++LIBS=$ac_func_search_save_LIBS ++fi ++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 ++$as_echo "$ac_cv_search_socket" >&6; } ++ac_res=$ac_cv_search_socket ++if test "$ac_res" != no; then : ++ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" ++ ++fi ++ ;; #( *-*-haiku) : cclibs="$cclibs -lnetwork" - sockets=true ;; #( + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 +@@ -17374,7 +17455,7 @@ as_has_debug_prefix_map=false + asm_cfi_supported=false + if $native_compiler; then : + case $host in #( +- *-*-mingw32|*-pc-windows) : ++ *-*-mingw32|*-pc-windows|*-*-netbsd*) : + ;; #( + *) : + diff --git a/lang/ocaml/patches/patch-lex_Makefile b/lang/ocaml/patches/patch-lex_Makefile index b385fd1eeab88..93f98e95b60ce 100644 --- a/lang/ocaml/patches/patch-lex_Makefile +++ b/lang/ocaml/patches/patch-lex_Makefile @@ -1,24 +1,24 @@ -$NetBSD: patch-lex_Makefile,v 1.3 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-lex_Makefile,v 1.4 2022/05/24 18:25:38 jaapb Exp $ Honor LDFLAGS. ---- lex/Makefile.orig 2020-01-10 16:10:46.000000000 +0000 +--- lex/Makefile.orig 2021-09-30 15:40:11.000000000 +0000 +++ lex/Makefile -@@ -27,7 +27,7 @@ CAMLC = $(BOOT_OCAMLC) -strict-sequence - CAMLOPT = $(CAMLRUN) $(ROOTDIR)/ocamlopt -nostdlib -I $(ROOTDIR)/stdlib - COMPFLAGS = -absname -w +a-4-9-41-42-44-45-48 -warn-error A \ +@@ -31,7 +31,7 @@ CAMLC = $(BOOT_OCAMLC) -strict-sequence + CAMLOPT = $(OCAMLRUN) $(ROOTDIR)/ocamlopt$(EXE) -nostdlib -I $(ROOTDIR)/stdlib + COMPFLAGS = -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A \ -safe-string -strict-sequence -strict-formats -bin-annot -LINKFLAGS = +LINKFLAGS = -cclib "$(LDFLAGS)" - YACCFLAGS = -v - CAMLLEX = $(CAMLRUN) $(ROOTDIR)/boot/ocamllex CAMLDEP = $(BOOT_OCAMLC) -depend -@@ -46,7 +46,7 @@ ocamllex: $(OBJS) - $(CAMLC) $(LINKFLAGS) -compat-32 -o ocamllex $(OBJS) + DEPFLAGS = -slash + DEPINCLUDES = +@@ -52,7 +52,7 @@ ocamllex$(EXE): $(OBJS) + $(CAMLC) $(LINKFLAGS) -compat-32 -o $@ $^ - ocamllex.opt: $(OBJS:.cmo=.cmx) -- $(CAMLOPT_CMD) -o ocamllex.opt $(OBJS:.cmo=.cmx) -+ $(CAMLOPT_CMD) $(LINKFLAGS) -o ocamllex.opt $(OBJS:.cmo=.cmx) + ocamllex.opt$(EXE): $(OBJS:.cmo=.cmx) +- $(CAMLOPT_CMD) -o $@ $^ ++ $(CAMLOPT_CMD) $(LINKFLAGS) -o $@ $^ clean:: - rm -f ocamllex ocamllex.opt + rm -f $(programs) $(programs:=.exe) diff --git a/lang/ocaml/patches/patch-man_Makefile b/lang/ocaml/patches/patch-man_Makefile index 7124eb608eab1..65c124f23e213 100644 --- a/lang/ocaml/patches/patch-man_Makefile +++ b/lang/ocaml/patches/patch-man_Makefile @@ -1,15 +1,14 @@ -$NetBSD: patch-man_Makefile,v 1.4 2018/01/10 14:30:35 jaapb Exp $ +$NetBSD: patch-man_Makefile,v 1.5 2022/05/24 18:25:38 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- man/Makefile.orig 2017-10-03 08:35:24.000000000 +0000 +--- man/Makefile.orig 2022-02-08 16:50:12.000000000 +0000 +++ man/Makefile -@@ -18,7 +18,7 @@ include ../config/Makefile - INSTALL_DIR=$(DESTDIR)$(MANDIR)/man$(PROGRAMS_MAN_SECTION) +@@ -22,5 +22,5 @@ MANPAGES = $(addsuffix .1,\ + .PHONY: install install: -- for i in *.m; do cp \ -+ for i in *.m; do $(BSD_INSTALL_MAN) \ - $$i $(INSTALL_DIR)/`basename $$i .m`.$(PROGRAMS_MAN_SECTION); done - echo '.so man$(PROGRAMS_MAN_SECTION)/ocamlc.$(PROGRAMS_MAN_SECTION)' \ - > $(INSTALL_DIR)/ocamlc.opt.$(PROGRAMS_MAN_SECTION) +- $(MKDIR) $(INSTALL_PROGRAMS_MAN_DIR) +- $(INSTALL_DATA) $(MANPAGES) $(INSTALL_PROGRAMS_MAN_DIR) ++ $(BSD_INSTALL_MAN_DIR) $(INSTALL_PROGRAMS_MAN_DIR) ++ $(BSD_INSTALL_MAN) $(MANPAGES) $(INSTALL_PROGRAMS_MAN_DIR) diff --git a/lang/ocaml/patches/patch-ocamldoc_Makefile b/lang/ocaml/patches/patch-ocamldoc_Makefile index 5bd4ab9c8db15..a0cdc67915aa0 100644 --- a/lang/ocaml/patches/patch-ocamldoc_Makefile +++ b/lang/ocaml/patches/patch-ocamldoc_Makefile @@ -1,11 +1,11 @@ -$NetBSD: patch-ocamldoc_Makefile,v 1.9 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-ocamldoc_Makefile,v 1.10 2022/05/24 18:25:38 jaapb Exp $ Honor LDFLAGS. ---- ocamldoc/Makefile.orig 2020-01-10 16:10:46.000000000 +0000 +--- ocamldoc/Makefile.orig 2021-09-30 15:40:11.000000000 +0000 +++ ocamldoc/Makefile -@@ -121,7 +121,7 @@ INCLUDES=$(INCLUDES_DEP) $(INCLUDES_NODE - COMPFLAGS=$(INCLUDES) -absname -w +a-4-9-41-42-44-45-48 -warn-error A \ +@@ -77,7 +77,7 @@ INCLUDES=$(INCLUDES_DEP) $(INCLUDES_NODE + COMPFLAGS=$(INCLUDES) -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A \ -safe-string -strict-sequence -strict-formats -bin-annot -principal -LINKFLAGS=$(INCLUDES) -nostdlib diff --git a/lang/ocaml/patches/patch-otherlibs_Makefile.otherlibs.common b/lang/ocaml/patches/patch-otherlibs_Makefile.otherlibs.common index 2164dacb40225..6cca4e2be5d3c 100644 --- a/lang/ocaml/patches/patch-otherlibs_Makefile.otherlibs.common +++ b/lang/ocaml/patches/patch-otherlibs_Makefile.otherlibs.common @@ -1,11 +1,11 @@ -$NetBSD: patch-otherlibs_Makefile.otherlibs.common,v 1.3 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-otherlibs_Makefile.otherlibs.common,v 1.4 2022/05/24 18:25:38 jaapb Exp $ Honor LDFLAGS. ---- otherlibs/Makefile.otherlibs.common.orig 2020-01-10 16:10:46.000000000 +0000 +--- otherlibs/Makefile.otherlibs.common.orig 2021-02-24 13:49:29.000000000 +0000 +++ otherlibs/Makefile.otherlibs.common -@@ -51,7 +51,7 @@ COBJS ?= - EXTRACFLAGS ?= +@@ -50,7 +50,7 @@ EXTRACFLAGS ?= + EXTRACPPFLAGS ?= EXTRACAMLFLAGS ?= LINKOPTS ?= -LDOPTS ?= diff --git a/lang/ocaml/patches/patch-otherlibs_systhreads_Makefile b/lang/ocaml/patches/patch-otherlibs_systhreads_Makefile index 144d7b188b045..a8290838d5285 100644 --- a/lang/ocaml/patches/patch-otherlibs_systhreads_Makefile +++ b/lang/ocaml/patches/patch-otherlibs_systhreads_Makefile @@ -1,36 +1,37 @@ -$NetBSD: patch-otherlibs_systhreads_Makefile,v 1.12 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-otherlibs_systhreads_Makefile,v 1.13 2022/05/24 18:25:38 jaapb Exp $ +Use BSD_INSTALL_* instead of mkdir Honor LDFLAGS. ---- otherlibs/systhreads/Makefile.orig 2020-01-10 16:10:46.000000000 +0000 +--- otherlibs/systhreads/Makefile.orig 2021-09-30 15:40:11.000000000 +0000 +++ otherlibs/systhreads/Makefile -@@ -29,6 +29,7 @@ NATIVE_CPPFLAGS = \ - CAMLRUN ?= $(ROOTDIR)/boot/ocamlrun +@@ -30,6 +30,7 @@ NATIVE_CPPFLAGS = \ + -DNATIVE_CODE -DTARGET_$(ARCH) -DMODEL_$(MODEL) -DSYS_$(SYSTEM) LIBS = -nostdlib -I $(ROOTDIR)/stdlib -I $(ROOTDIR)/otherlibs/$(UNIXLIB) +LDOPTS = -ldopt "$(LDFLAGS)" CAMLC=$(BEST_OCAMLC) $(LIBS) CAMLOPT=$(BEST_OCAMLOPT) $(LIBS) -@@ -70,7 +71,7 @@ all: lib$(LIBNAME).$(A) $(LIBNAME).cma $ +@@ -66,7 +67,7 @@ all: lib$(LIBNAME).$(A) $(LIBNAME).cma $ allopt: lib$(LIBNAME)nat.$(A) $(LIBNAME).cmxa $(CMIFILES) lib$(LIBNAME).$(A): $(BYTECODE_C_OBJS) -- $(MKLIB_CMD) -o $(LIBNAME) $(BYTECODE_C_OBJS) $(PTHREAD_LINK) -+ $(MKLIB_CMD) -o $(LIBNAME) $(BYTECODE_C_OBJS) $(PTHREAD_LINK) $(LDOPTS) +- $(MKLIB_CMD) -o $(LIBNAME) $(BYTECODE_C_OBJS) $(PTHREAD_LIBS) ++ $(MKLIB_CMD) -o $(LIBNAME) $(BYTECODE_C_OBJS) $(PTHREAD_LIBS) $(LDOPTS) lib$(LIBNAME)nat.$(A): $(NATIVECODE_C_OBJS) $(MKLIB_CMD) -o $(LIBNAME)nat $^ -@@ -78,7 +79,7 @@ lib$(LIBNAME)nat.$(A): $(NATIVECODE_C_OB +@@ -74,7 +75,7 @@ lib$(LIBNAME)nat.$(A): $(NATIVECODE_C_OB $(LIBNAME).cma: $(THREADS_BCOBJS) ifeq "$(UNIX_OR_WIN32)" "unix" $(MKLIB) -o $(LIBNAME) -ocamlc '$(CAMLC)' -cclib -lunix -linkall \ -- $(PTHREAD_CAML_LINK) $^ -+ $(PTHREAD_CAML_LINK) $(LDOPTS) $^ +- $(PTHREAD_CAML_LIBS) $^ ++ $(PTHREAD_CAML_LIBS) $(LDOPTS) $^ # TODO: Figure out why -cclib -lunix is used here. # It may be because of the threadsUnix module which is deprecated. # It may hence be good to figure out whether this module shouldn't be -@@ -124,7 +125,7 @@ install: +@@ -122,7 +123,7 @@ install: fi $(INSTALL_DATA) libthreads.$(A) "$(INSTALL_LIBDIR)" cd "$(INSTALL_LIBDIR)"; $(RANLIB) libthreads.$(A) diff --git a/lang/ocaml/patches/patch-otherlibs_unix_Makefile b/lang/ocaml/patches/patch-otherlibs_unix_Makefile index b764781cd6194..2b501ecc7df28 100644 --- a/lang/ocaml/patches/patch-otherlibs_unix_Makefile +++ b/lang/ocaml/patches/patch-otherlibs_unix_Makefile @@ -1,15 +1,15 @@ -$NetBSD: patch-otherlibs_unix_Makefile,v 1.3 2021/01/08 12:28:16 jperkin Exp $ +$NetBSD: patch-otherlibs_unix_Makefile,v 1.4 2022/05/24 18:25:38 jaapb Exp $ -Honor LDFLAGS to fix RELRO build. +Honor LDFLAGS. ---- otherlibs/unix/Makefile.orig 2020-09-01 12:47:58.000000000 +0000 +--- otherlibs/unix/Makefile.orig 2021-02-24 13:49:29.000000000 +0000 +++ otherlibs/unix/Makefile -@@ -20,7 +20,7 @@ LIBNAME=unix - EXTRACAMLFLAGS=-nolabels +@@ -23,7 +23,7 @@ unixLabels.cmi: \ + EXTRACAMLFLAGS += -pp "$(AWK) -f $(ROOTDIR)/stdlib/expand_module_aliases.awk" # dllunix.so particularly requires libm for modf symbols -LDOPTS=$(NATIVECCLIBS) -+LDOPTS=$(NATIVECCLIBS) -ldopt "$(LDFLAGS)" ++LDOPTS=$(NATIVECCLIBS) "$(LDFLAGS)" COBJS=accept.o access.o addrofstr.o alarm.o bind.o channels.o chdir.o \ chmod.o chown.o chroot.o close.o fsync.o closedir.o connect.o cst2constr.o \ diff --git a/lang/ocaml/patches/patch-runtime_Makefile b/lang/ocaml/patches/patch-runtime_Makefile index c3f092deadfb3..c7fb5f957b678 100644 --- a/lang/ocaml/patches/patch-runtime_Makefile +++ b/lang/ocaml/patches/patch-runtime_Makefile @@ -1,24 +1,19 @@ -$NetBSD: patch-runtime_Makefile,v 1.3 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-runtime_Makefile,v 1.4 2022/05/24 18:25:38 jaapb Exp $ Honor LDFLAGS. ---- runtime/Makefile.orig 2019-04-18 10:10:54.000000000 +0000 +--- runtime/Makefile.orig 2021-09-30 15:40:11.000000000 +0000 +++ runtime/Makefile -@@ -182,11 +182,11 @@ LIBS = $(BYTECCLIBS) $(EXTRALIBS) - ifdef BOOTSTRAPPING_FLEXLINK - MAKE_OCAMLRUN=$(MKEXE_BOOT) - else --MAKE_OCAMLRUN = $(MKEXE) -o $(1) $(2) -+MAKE_OCAMLRUN = $(MKEXE) $(LDFLAGS) -o $(1) $(2) - endif - else - LIBS = $(BYTECCLIBS) --MAKE_OCAMLRUN = $(MKEXE) -o $(1) $(2) -+MAKE_OCAMLRUN = $(MKEXE) $(LDFLAGS) -o $(1) $(2) - endif - - # Build, install and clean targets -@@ -292,13 +292,13 @@ libcamlrun.$(A): $(libcamlrun_OBJECTS) +@@ -265,7 +265,7 @@ build_config.h: $(ROOTDIR)/Makefile.conf + # Libraries and programs + + ocamlrun$(EXE): prims.$(O) libcamlrun.$(A) +- $(MKEXE) -o $@ $^ $(LIBS) ++ $(MKEXE) $(LDFLAGS) -o $@ $^ $(LIBS) + + ocamlruns$(EXE): prims.$(O) libcamlrun_non_shared.$(A) + $(call MKEXE_USING_COMPILER,$@,$^ $(LIBS)) +@@ -277,13 +277,13 @@ libcamlrun_non_shared.$(A): $(libcamlrun $(call MKLIB,$@, $^) ocamlrund$(EXE): prims.$(O) libcamlrund.$(A) @@ -29,12 +24,12 @@ Honor LDFLAGS. $(call MKLIB,$@, $^) ocamlruni$(EXE): prims.$(O) libcamlruni.$(A) -- $(MKEXE) -o $@ $^ $(LIBS) -+ $(MKEXE) $(LDFLAGS) -o $@ $^ $(LIBS) +- $(MKEXE) -o $@ $^ $(INSTRUMENTED_RUNTIME_LIBS) $(LIBS) ++ $(MKEXE) $(LDFLAGS) -o $@ $^ $(INSTRUMENTED_RUNTIME_LIBS) $(LIBS) libcamlruni.$(A): $(libcamlruni_OBJECTS) $(call MKLIB,$@, $^) -@@ -307,7 +307,7 @@ libcamlrun_pic.$(A): $(libcamlrunpic_OBJ +@@ -292,7 +292,7 @@ libcamlrun_pic.$(A): $(libcamlrunpic_OBJ $(call MKLIB,$@, $^) libcamlrun_shared.$(SO): $(libcamlrunpic_OBJECTS) @@ -43,7 +38,7 @@ Honor LDFLAGS. libasmrun.$(A): $(libasmrun_OBJECTS) $(call MKLIB,$@, $^) -@@ -325,7 +325,7 @@ libasmrun_pic.$(A): $(libasmrunpic_OBJEC +@@ -307,7 +307,7 @@ libasmrun_pic.$(A): $(libasmrunpic_OBJEC $(call MKLIB,$@, $^) libasmrun_shared.$(SO): $(libasmrunpic_OBJECTS) diff --git a/lang/ocaml/patches/patch-runtime_floats.c b/lang/ocaml/patches/patch-runtime_floats.c new file mode 100644 index 0000000000000..472ee10ec178f --- /dev/null +++ b/lang/ocaml/patches/patch-runtime_floats.c @@ -0,0 +1,21 @@ +$NetBSD: patch-runtime_floats.c,v 1.1 2022/05/24 18:25:38 jaapb Exp $ + +math.h on NetBSD 9 only declares copysign if _NETBSD_SOURCE is defined +(implicitly or explicitly). However copysign is specified by POSIX +since Issue 6, and derived form C99: + https://pubs.opengroup.org/onlinepubs/9699919799/ + +Not filed upstream pending discussion within NetBSD. + +--- runtime/floats.c.orig 2022-02-21 15:57:25.000000000 +0000 ++++ runtime/floats.c +@@ -23,6 +23,9 @@ + /* Needed for strtod_l */ + #define _GNU_SOURCE + ++/* Work around NetBSD 9 math.h bug of guarding copysign decl */ ++#define _NETBSD_SOURCE ++ + #include + #include + #include diff --git a/lang/ocaml/patches/patch-runtime_sak.c b/lang/ocaml/patches/patch-runtime_sak.c new file mode 100644 index 0000000000000..9e36a2755c3d2 --- /dev/null +++ b/lang/ocaml/patches/patch-runtime_sak.c @@ -0,0 +1,15 @@ +$NetBSD: patch-runtime_sak.c,v 1.1 2022/05/24 18:25:38 jaapb Exp $ + +Explicit cast to int to eliminate warning + +--- runtime/sak.c.orig 2022-02-21 15:57:25.000000000 +0000 ++++ runtime/sak.c +@@ -123,7 +123,7 @@ void add_stdlib_prefix(int count, char_o + } else { + /* name is a null-terminated string, so an empty string simply has the + null-terminator "capitalised". */ +- *name = toupper_os(*name); ++ *name = toupper_os((int) *name); + printf_os(T(" stdlib__%s"), name); + } + } diff --git a/lang/ocaml/patches/patch-tools_Makefile b/lang/ocaml/patches/patch-tools_Makefile index fe2b63fc929bf..55d337117fddb 100644 --- a/lang/ocaml/patches/patch-tools_Makefile +++ b/lang/ocaml/patches/patch-tools_Makefile @@ -1,15 +1,15 @@ -$NetBSD: patch-tools_Makefile,v 1.3 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-tools_Makefile,v 1.4 2022/05/24 18:25:38 jaapb Exp $ Honor LDFLAGS. ---- tools/Makefile.orig 2020-01-10 16:10:46.000000000 +0000 +--- tools/Makefile.orig 2021-09-30 15:40:11.000000000 +0000 +++ tools/Makefile -@@ -82,7 +82,7 @@ INCLUDES = $(addprefix -I $(ROOTDIR)/,ut +@@ -41,7 +41,7 @@ INCLUDES = $(addprefix -I $(ROOTDIR)/,ut file_formats lambda) - COMPFLAGS = -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A \ - -principal -safe-string -strict-formats -bin-annot $(INCLUDES) + COMPFLAGS = -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence \ + -warn-error +A -principal -safe-string -strict-formats -bin-annot $(INCLUDES) -LINKFLAGS = $(INCLUDES) +LINKFLAGS = $(INCLUDES) -cclib "$(LDFLAGS)" VPATH := $(filter-out -I,$(INCLUDES)) - .PHONY: all allopt opt.opt # allopt and opt.opt are synonyms + programs_byte := \ diff --git a/lang/ocaml/patches/patch-tools_ocamlmklib.ml b/lang/ocaml/patches/patch-tools_ocamlmklib.ml index 9b714f289bf93..b112937c7d1c1 100644 --- a/lang/ocaml/patches/patch-tools_ocamlmklib.ml +++ b/lang/ocaml/patches/patch-tools_ocamlmklib.ml @@ -1,18 +1,18 @@ -$NetBSD: patch-tools_ocamlmklib.ml,v 1.1 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-tools_ocamlmklib.ml,v 1.2 2022/05/24 18:25:38 jaapb Exp $ Add ELF mode support to ocamlmklib ---- tools/ocamlmklib.ml.orig 2019-02-08 14:34:11.000000000 +0000 +--- tools/ocamlmklib.ml.orig 2021-09-30 15:40:11.000000000 +0000 +++ tools/ocamlmklib.ml -@@ -43,6 +43,7 @@ and c_objs = ref [] (* .o, .a, . +@@ -42,6 +42,7 @@ and c_objs = ref [] (* .o, .a, . and caml_libs = ref [] (* -cclib to pass to ocamlc, ocamlopt *) and caml_opts = ref [] (* -ccopt to pass to ocamlc, ocamlopt *) - and dynlink = ref supports_shared_libraries + and dynlink = ref Config.supports_shared_libraries +and elfmode = ref false (* do not add C link lib path to run-time path *) and failsafe = ref false (* whether to fall back on static build only *) and c_libs = ref [] (* libs to pass to mksharedlib and ocamlc -cclib *) and c_Lopts = ref [] (* options to pass to mksharedlib and ocamlc -cclib *) -@@ -110,6 +111,8 @@ let parse_arguments argv = +@@ -109,6 +110,8 @@ let parse_arguments argv = c_objs := s :: !c_objs else if s = "-cclib" then caml_libs := next_arg s :: "-cclib" :: !caml_libs @@ -21,7 +21,7 @@ Add ELF mode support to ocamlmklib else if s = "-ccopt" then caml_opts := next_arg s :: "-ccopt" :: !caml_opts else if s = "-custom" then -@@ -136,8 +139,9 @@ let parse_arguments argv = +@@ -135,8 +138,9 @@ let parse_arguments argv = c_libs := s :: !c_libs else if starts_with s "-L" then (c_Lopts := s :: !c_Lopts; @@ -33,7 +33,7 @@ Add ELF mode support to ocamlmklib else if s = "-ocamlcflags" then ocamlc_opts := next_arg s :: !ocamlc_opts else if s = "-ocamlc" then -@@ -152,6 +156,8 @@ let parse_arguments argv = +@@ -151,6 +155,8 @@ let parse_arguments argv = output_c := next_arg s else if s = "-dllpath" || s = "-R" || s = "-rpath" then rpath := next_arg s :: !rpath @@ -42,7 +42,7 @@ Add ELF mode support to ocamlmklib else if starts_with s "-R" then rpath := chop_prefix s "-R" :: !rpath else if s = "-Wl,-rpath" then -@@ -200,6 +206,7 @@ Usage: ocamlmklib [options] <.cmo|.cma|. +@@ -199,6 +205,7 @@ Usage: ocamlmklib [options] <.cmo|.cma|. \n -custom Disable dynamic loading\ \n -g Build with debug information\ \n -dllpath Add to the run-time search path for DLLs\ diff --git a/lang/ocaml/patches/patch-yacc_Makefile b/lang/ocaml/patches/patch-yacc_Makefile index ec0e1c3104483..76ebce4ab592a 100644 --- a/lang/ocaml/patches/patch-yacc_Makefile +++ b/lang/ocaml/patches/patch-yacc_Makefile @@ -1,15 +1,15 @@ -$NetBSD: patch-yacc_Makefile,v 1.6 2020/12/09 10:33:04 jaapb Exp $ +$NetBSD: patch-yacc_Makefile,v 1.7 2022/05/24 18:25:38 jaapb Exp $ Honor LDFLAGS when building ocamlyacc. ---- yacc/Makefile.orig 2020-01-10 16:10:46.000000000 +0000 +--- yacc/Makefile.orig 2022-02-08 16:50:13.000000000 +0000 +++ yacc/Makefile -@@ -39,7 +39,7 @@ generated_files := ocamlyacc$(EXE) $(oca +@@ -38,7 +38,7 @@ generated_files := ocamlyacc$(EXE) $(oca all: ocamlyacc$(EXE) ocamlyacc$(EXE): $(ocamlyacc_OBJECTS) - $(MKEXE) -o $@ $^ $(EXTRALIBS) + $(MKEXE) $(BYTECCLIBS) $(LDFLAGS) -o $@ $^ $(EXTRALIBS) - version.h : $(ROOTDIR)/VERSION - echo "#define OCAML_VERSION \"`sed -e 1q $< | tr -d '\r'`\"" > $@ + .PHONY: clean + clean: From e7d2abfd302ca1df6141bedf367ce9fd5bb8e416 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 24 May 2022 18:28:20 +0000 Subject: [PATCH 0983/1154] doc: Updated lang/ocaml to 4.14.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 8c8868e3d5ad8..b8537796c6f8a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2724 2022/05/24 18:20:45 nia Exp $ +$NetBSD: CHANGES-2022,v 1.2725 2022/05/24 18:28:20 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4184,3 +4184,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/gst-plugins1-good to 1.20.2 [nia 2022-05-24] Updated multimedia/gst-plugins1-libav to 1.20.2 [nia 2022-05-24] Updated multimedia/gst-plugins1-ugly to 1.20.2 [nia 2022-05-24] + Updated lang/ocaml to 4.14.0 [jaapb 2022-05-24] diff --git a/doc/TODO b/doc/TODO index 38255bcd9468d..7c046d3c20f4f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21884 2022/05/24 18:20:45 nia Exp $ +$NetBSD: TODO,v 1.21885 2022/05/24 18:28:20 jaapb Exp $ Suggested new packages ====================== @@ -1191,7 +1191,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o nxtvepg-2.8.1 o oath-toolkit-2.6.6 o objc-3.3.24 - o ocaml-4.14.0 o ocaml-batteries-3.3.0 o ocaml-cryptokit-116.1 o ocaml-duff-0.4 From abf70898ce2de69598e9638711f601733d406ed9 Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 24 May 2022 18:51:47 +0000 Subject: [PATCH 0984/1154] Recursive revbump associated with update of ocaml. Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk. --- converters/bibtex2html/Makefile | 4 +- databases/geneweb/Makefile | 4 +- databases/ocaml-macaque/Makefile | 6 +-- databases/ocaml-macaque/buildlink3.mk | 4 +- devel/coccinelle/Makefile | 4 +- devel/frama-c/Makefile | 6 +-- devel/menhir/buildlink3.mk | 4 +- devel/monotone-viz/Makefile | 4 +- devel/ocaml-batteries/Makefile | 6 +-- devel/ocaml-biniou/Makefile | 6 +-- devel/ocaml-bos/Makefile | 6 +-- devel/ocaml-core_unix/Makefile | 4 +- devel/ocaml-cppo/Makefile | 5 ++- devel/ocaml-cppo/buildlink3.mk | 4 +- devel/ocaml-csexp/Makefile | 5 ++- devel/ocaml-csexp/buildlink3.mk | 4 +- devel/ocaml-deriving-ocsigen/Makefile | 6 +-- devel/ocaml-digestif/Makefile | 6 +-- devel/ocaml-duff/Makefile | 6 +-- devel/ocaml-dune-configurator/Makefile | 6 +-- devel/ocaml-dune-configurator/buildlink3.mk | 4 +- devel/ocaml-dune/Makefile | 5 ++- devel/ocaml-dune/buildlink3.mk | 4 +- devel/ocaml-encore/Makefile | 6 +-- devel/ocaml-eqaf/Makefile | 6 +-- devel/ocaml-extlib/Makefile | 5 ++- devel/ocaml-findlib/Makefile | 5 ++- devel/ocaml-findlib/PLIST | 3 +- devel/ocaml-findlib/buildlink3.mk | 4 +- devel/ocaml-fpath/Makefile | 6 +-- devel/ocaml-git/Makefile | 6 +-- devel/ocaml-js-build-tools/Makefile | 6 +-- devel/ocaml-ke/Makefile | 6 +-- devel/ocaml-logs/Makefile | 4 +- devel/ocaml-lru/Makefile | 6 +-- devel/ocaml-lwt_camlp4/Makefile | 6 +-- devel/ocaml-lwt_glib/Makefile | 6 +-- devel/ocaml-lwt_log/Makefile | 6 +-- devel/ocaml-lwt_ssl/Makefile | 6 +-- devel/ocaml-lwt_ssl/buildlink3.mk | 4 +- devel/ocaml-oasis/Makefile | 6 +-- devel/ocaml-oasis/buildlink3.mk | 4 +- devel/ocaml-optcomp/Makefile | 6 +-- devel/ocaml-ppx_derivers/Makefile | 6 +-- devel/ocaml-ppx_derivers/buildlink3.mk | 4 +- devel/ocaml-ppx_fields_conv/Makefile | 6 +-- devel/ocaml-ppx_fields_conv/buildlink3.mk | 4 +- devel/ocaml-ppx_tools_versioned/Makefile | 6 +-- devel/ocaml-ppxfind/Makefile | 6 +-- devel/ocaml-psq/Makefile | 6 +-- devel/ocaml-resource-pooling/Makefile | 6 +-- devel/ocaml-resource-pooling/buildlink3.mk | 4 +- devel/ocaml-result/Makefile | 6 +-- devel/ocaml-result/buildlink3.mk | 4 +- devel/ocaml-stringext/Makefile | 6 +-- devel/ocaml-stringext/buildlink3.mk | 4 +- devel/ocaml-type_conv/Makefile | 6 +-- devel/ocaml-type_conv/buildlink3.mk | 4 +- devel/ocaml-yojson/Makefile | 6 +-- devel/ocamlbuild/Makefile | 5 ++- devel/ocamlbuild/buildlink3.mk | 4 +- devel/ocamlgraph/Makefile | 6 +-- devel/ocamlify/Makefile | 6 +-- devel/ocamlmod/Makefile | 6 +-- devel/omake/Makefile | 4 +- devel/verifast/Makefile | 6 +-- graphics/camlimages/Makefile | 4 +- graphics/graphviz/Makefile | 4 +- graphics/ocaml-cairo/Makefile | 6 +-- lang/boomerang/Makefile | 4 +- lang/camlp4/Makefile | 6 +-- lang/camlp5/Makefile | 6 +-- lang/camlp5/buildlink3.mk | 4 +- lang/pict/Makefile | 6 +-- math/ocaml-num/Makefile | 5 ++- math/ocaml-zarith/Makefile | 4 +- math/z3/Makefile | 4 +- misc/dose3/Makefile | 8 ++-- misc/ocaml-cudf/Makefile | 6 +-- misc/ocaml-opaline/Makefile | 9 +++-- misc/ocaml-opaline/buildlink3.mk | 4 +- misc/ocaml-opam/Makefile | 6 +-- misc/ocaml-topkg/Makefile | 5 ++- misc/ocaml-topkg/buildlink3.mk | 4 +- mk/ocaml.mk | 44 ++------------------- net/mldonkey-gui/Makefile | 4 +- net/mldonkey/Makefile | 4 +- net/unison/Makefile | 6 +-- print/advi/Makefile | 4 +- security/ocaml-safepass/Makefile | 6 +-- security/sks/Makefile | 4 +- sysutils/hivex/Makefile | 4 +- textproc/harmony/Makefile | 6 +-- textproc/hevea/Makefile | 5 ++- textproc/ocaml-easy-format/Makefile | 6 +-- textproc/ocaml-expat/Makefile | 6 +-- textproc/ocaml-jsonm/Makefile | 6 +-- textproc/ocaml-jsonm/buildlink3.mk | 4 +- textproc/ocaml-text/Makefile | 6 +-- textproc/ocaml-uchar/Makefile | 6 +-- textproc/ocaml-uchar/buildlink3.mk | 4 +- textproc/ocaml-xml-light/Makefile | 6 +-- textproc/ocaml-xml-light/buildlink3.mk | 3 +- textproc/pxp/Makefile | 6 +-- textproc/py-pybtex-docutils/Makefile | 3 +- time/ocaml-calendar/Makefile | 6 +-- time/ocaml-mtime/Makefile | 6 +-- time/wyrd/Makefile | 4 +- www/ocaml-curl/Makefile | 6 +-- www/ocaml-http/Makefile | 6 +-- www/ocsigen-i18n/Makefile | 6 +-- www/ocsigen-start/Makefile | 6 +-- www/ocsigen-toolkit/Makefile | 6 +-- www/swiftsurf/Makefile | 6 +-- x11/labltk/Makefile | 4 +- x11/ocaml-graphics/Makefile | 6 +-- x11/ocaml-graphics/buildlink3.mk | 4 +- x11/ocaml-lablgtk/Makefile | 6 +-- x11/ocaml-lablgtk3/Makefile | 6 +-- 119 files changed, 314 insertions(+), 343 deletions(-) diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 1549325557be6..a3e27e5b63cc7 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2021/05/24 19:49:19 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2022/05/24 18:51:47 jaapb Exp $ DISTNAME= bibtex2html-1.98 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/databases/geneweb/Makefile b/databases/geneweb/Makefile index 869d2538e1a9a..529ee4913e1e7 100644 --- a/databases/geneweb/Makefile +++ b/databases/geneweb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2021/04/21 08:44:31 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2022/05/24 18:51:47 jaapb Exp $ DISTNAME= geneweb-5.01 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= databases EXTRACT_SUFX= .tgz MASTER_SITES+= http://www.sartorelli.gen.nz/GeneWeb/Src/ diff --git a/databases/ocaml-macaque/Makefile b/databases/ocaml-macaque/Makefile index f2d7e1804ceb5..47ab160f41b8c 100644 --- a/databases/ocaml-macaque/Makefile +++ b/databases/ocaml-macaque/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2021/03/08 08:12:46 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:51:47 jaapb Exp $ GITHUB_PROJECT= macaque DISTNAME= ${GITHUB_PROJECT}-0.7.4 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} @@ -19,5 +19,5 @@ OCAML_USE_OASIS_DYNRUN= yes .include "../../databases/pgocaml/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/ocaml-macaque/buildlink3.mk b/databases/ocaml-macaque/buildlink3.mk index 3a36d0065e6af..7cbc8436eb855 100644 --- a/databases/ocaml-macaque/buildlink3.mk +++ b/databases/ocaml-macaque/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2018/07/19 15:15:21 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:51:47 jaapb Exp $ BUILDLINK_TREE+= ocaml-macaque @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-macaque OCAML_MACAQUE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-macaque+= ocaml-macaque>=0.7.4 -BUILDLINK_ABI_DEPENDS.ocaml-macaque+= ocaml-macaque>=0.7.4nb1 +BUILDLINK_ABI_DEPENDS.ocaml-macaque+= ocaml-macaque>=0.7.4nb4 BUILDLINK_PKGSRCDIR.ocaml-macaque?= ../../databases/ocaml-macaque .include "../../databases/pgocaml/buildlink3.mk" diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 5ec7c012b2c22..bbb36f9f53cb0 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2021/03/08 08:12:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/24 18:51:47 jaapb Exp $ DISTNAME= coccinelle-1.0.0-rc17 PKGNAME= ${DISTNAME:S/-rc/rc/} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= devel MASTER_SITES= http://coccinelle.lip6.fr/distrib/ EXTRACT_SUFX= .tgz diff --git a/devel/frama-c/Makefile b/devel/frama-c/Makefile index b3d15adbf2f37..bd4664211b51d 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.102 2022/04/18 19:10:49 adam Exp $ +# $NetBSD: Makefile,v 1.103 2022/05/24 18:51:47 jaapb Exp $ # DISTNAME= frama-c-Phosphorus-20170501 PKGNAME= ${DISTNAME:S/-Phosphorus//} -PKGREVISION= 34 +PKGREVISION= 35 CATEGORIES= devel MASTER_SITES= https://frama-c.com/download/ @@ -25,5 +25,5 @@ OCAML_USE_FINDLIB= yes .include "../../devel/ocamlgraph/buildlink3.mk" .include "../../math/ocaml-zarith/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/menhir/buildlink3.mk b/devel/menhir/buildlink3.mk index 9722f48f4f74e..3c4a5c2da7f4a 100644 --- a/devel/menhir/buildlink3.mk +++ b/devel/menhir/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2020/01/14 22:04:26 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:51:47 jaapb Exp $ BUILDLINK_TREE+= menhir @@ -6,7 +6,7 @@ BUILDLINK_TREE+= menhir MENHIR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.menhir+= menhir>=20190626 -BUILDLINK_ABI_DEPENDS.menhir+= menhir>=20190924 +BUILDLINK_ABI_DEPENDS.menhir+= menhir>=20220210 BUILDLINK_PKGSRCDIR.menhir?= ../../devel/menhir .endif # MENHIR_BUILDLINK3_MK diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 1314caea468d0..ddae744affa9f 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.120 2022/04/18 19:10:53 adam Exp $ +# $NetBSD: Makefile,v 1.121 2022/05/24 18:51:47 jaapb Exp $ # DISTNAME= monotone-viz-1.0.2-nolablgtk PKGNAME= ${DISTNAME:S/-nolablgtk//} -PKGREVISION= 47 +PKGREVISION= 48 CATEGORIES= devel scm #MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ diff --git a/devel/ocaml-batteries/Makefile b/devel/ocaml-batteries/Makefile index df656e7f3670e..bdfffcc7e1d47 100644 --- a/devel/ocaml-batteries/Makefile +++ b/devel/ocaml-batteries/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2021/03/08 08:12:49 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/24 18:51:47 jaapb Exp $ VERSION= 2.11.0 GITHUB_PROJECT= batteries-included GITHUB_TAG= v${VERSION} DISTNAME= batteries-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-batteries-team/} @@ -19,7 +19,7 @@ OCAML_USE_FINDLIB= yes MAKE_ENV= DESTDIR="${DESTDIR}" PREFIX="${PREFIX}" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../lang/ocaml/buildlink3.mk" .include "../../math/ocaml-num/buildlink3.mk" diff --git a/devel/ocaml-biniou/Makefile b/devel/ocaml-biniou/Makefile index dfae4a982b94b..95c2e4cafc33f 100644 --- a/devel/ocaml-biniou/Makefile +++ b/devel/ocaml-biniou/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2021/03/08 08:12:49 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/24 18:51:47 jaapb Exp $ GITHUB_PROJECT= biniou DISTNAME= ${GITHUB_PROJECT}-1.2.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-community/} @@ -15,6 +15,6 @@ LICENSE= modified-bsd OCAML_USE_DUNE= yes INSTALLATION_DIRS+= bin -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../textproc/ocaml-easy-format/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-bos/Makefile b/devel/ocaml-bos/Makefile index 52eb95117c23e..c74ae8302b33d 100644 --- a/devel/ocaml-bos/Makefile +++ b/devel/ocaml-bos/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:49 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:48 jaapb Exp $ DISTNAME= bos-0.2.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/bos/releases/ EXTRACT_SUFX= .tbz @@ -18,7 +18,7 @@ INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/bos OCAML_USE_TOPKG= yes OCAML_USE_OPAM= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocaml-astring/buildlink3.mk" .include "../../devel/ocaml-fmt/buildlink3.mk" diff --git a/devel/ocaml-core_unix/Makefile b/devel/ocaml-core_unix/Makefile index 0bed5e1c7d0ed..5666e8ac37926 100644 --- a/devel/ocaml-core_unix/Makefile +++ b/devel/ocaml-core_unix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/05/24 17:39:15 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/24 18:51:48 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -37,7 +37,7 @@ do-install: ${OPAM_INSTALL_DIR}/$$i.install; \ done -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-core_kernel/buildlink3.mk" .include "../../devel/ocaml-expect_test_helpers_core/buildlink3.mk" diff --git a/devel/ocaml-cppo/Makefile b/devel/ocaml-cppo/Makefile index 9e2383515dc09..887859f217042 100644 --- a/devel/ocaml-cppo/Makefile +++ b/devel/ocaml-cppo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2021/11/23 21:48:13 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/24 18:51:48 jaapb Exp $ DISTNAME= cppo-1.6.8 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-community/} GITHUB_PROJECT= cppo @@ -23,7 +24,7 @@ OCAML_FINDLIB_DIRS+= cppo_ocamlbuild DUNE_BUILD_PACKAGES= cppo cppo_ocamlbuild OPAM_INSTALL_FILES= cppo cppo_ocamlbuild -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" BUILDLINK_DEPMETHOD.ocamlbuild= full diff --git a/devel/ocaml-cppo/buildlink3.mk b/devel/ocaml-cppo/buildlink3.mk index 20dd9281286b4..d7bd4dc70d7d7 100644 --- a/devel/ocaml-cppo/buildlink3.mk +++ b/devel/ocaml-cppo/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2020/01/23 13:11:14 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2022/05/24 18:51:48 jaapb Exp $ BUILDLINK_TREE+= ocaml-cppo @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-cppo OCAML_CPPO_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cppo+= ocaml-cppo>=1.3.1 -BUILDLINK_ABI_DEPENDS.ocaml-cppo+= ocaml-cppo>=1.6.6 +BUILDLINK_ABI_DEPENDS.ocaml-cppo+= ocaml-cppo>=1.6.8nb1 BUILDLINK_PKGSRCDIR.ocaml-cppo?= ../../devel/ocaml-cppo .endif # OCAML_CPPO_BUILDLINK3_MK diff --git a/devel/ocaml-csexp/Makefile b/devel/ocaml-csexp/Makefile index 115ff72528a78..e70305ba30fb3 100644 --- a/devel/ocaml-csexp/Makefile +++ b/devel/ocaml-csexp/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2022/03/01 09:44:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:48 jaapb Exp $ GITHUB_PROJECT= csexp DISTNAME= ${GITHUB_PROJECT}-1.5.1 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-dune/} @@ -15,6 +16,6 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-result/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-csexp/buildlink3.mk b/devel/ocaml-csexp/buildlink3.mk index 2e271711c83f4..6c1a86668e826 100644 --- a/devel/ocaml-csexp/buildlink3.mk +++ b/devel/ocaml-csexp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2022/03/01 09:44:12 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:51:48 jaapb Exp $ BUILDLINK_TREE+= ocaml-csexp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-csexp OCAML_CSEXP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-csexp+= ocaml-csexp>=1.3.2 -BUILDLINK_ABI_DEPENDS.ocaml-csexp+= ocaml-csexp>=1.5.1 +BUILDLINK_ABI_DEPENDS.ocaml-csexp+= ocaml-csexp>=1.5.1nb1 BUILDLINK_PKGSRCDIR.ocaml-csexp?= ../../devel/ocaml-csexp .endif # OCAML_CSEXP_BUILDLINK3_MK diff --git a/devel/ocaml-deriving-ocsigen/Makefile b/devel/ocaml-deriving-ocsigen/Makefile index 2a4d669e749ed..03d47172597f2 100644 --- a/devel/ocaml-deriving-ocsigen/Makefile +++ b/devel/ocaml-deriving-ocsigen/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2021/03/08 08:12:50 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/24 18:51:48 jaapb Exp $ # VERSION= 0.8.1 GITHUB_PROJECT= deriving DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${GITHUB_PROJECT}-ocsigen-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Extension to OCaml for deriving functions from type declarations CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} @@ -20,5 +20,5 @@ OCAML_FINDLIB_DIRS= deriving .include "../../lang/camlp4/buildlink3.mk" .include "../../math/ocaml-num/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-digestif/Makefile b/devel/ocaml-digestif/Makefile index a3637062a843e..b68300c90d3a4 100644 --- a/devel/ocaml-digestif/Makefile +++ b/devel/ocaml-digestif/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2022/03/21 07:59:31 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/24 18:51:48 jaapb Exp $ DISTNAME= digestif-1.1.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} GITHUB_PROJECT= digestif @@ -20,7 +20,7 @@ USE_LANGUAGES= # none USE_TOOLS+= gmake pkg-config OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-eqaf/buildlink3.mk" .include "../../devel/ocaml-fmt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-duff/Makefile b/devel/ocaml-duff/Makefile index 7f6d64f1bc118..426487bb4ddc7 100644 --- a/devel/ocaml-duff/Makefile +++ b/devel/ocaml-duff/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2021/03/08 08:12:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/24 18:51:48 jaapb Exp $ GITHUB_PROJECT= duff GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} @@ -16,7 +16,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-bos/buildlink3.mk" .include "../../devel/ocaml-cmdliner/buildlink3.mk" .include "../../devel/ocaml-cstruct/buildlink3.mk" diff --git a/devel/ocaml-dune-configurator/Makefile b/devel/ocaml-dune-configurator/Makefile index 365ed842208fa..8ae8dc8affc3b 100644 --- a/devel/ocaml-dune-configurator/Makefile +++ b/devel/ocaml-dune-configurator/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2022/03/10 08:49:18 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:48 jaapb Exp $ .include "../../devel/ocaml-dune/Makefile.common" PKGNAME= ocaml-dune-configurator-${DUNE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MAINTAINER= jaapb@NetBSD.org @@ -13,7 +13,7 @@ COMMENT= Configuration test library for Dune OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= dune-configurator -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-csexp/buildlink3.mk" .include "../../devel/ocaml-result/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-dune-configurator/buildlink3.mk b/devel/ocaml-dune-configurator/buildlink3.mk index d9da5e329ce8f..f6d61ec4b9061 100644 --- a/devel/ocaml-dune-configurator/buildlink3.mk +++ b/devel/ocaml-dune-configurator/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2022/03/10 08:49:18 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:51:48 jaapb Exp $ BUILDLINK_TREE+= ocaml-dune-configurator @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-dune-configurator OCAML_DUNE_CONFIGURATOR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-dune-configurator+= ocaml-dune-configurator>=2.7.1 -BUILDLINK_ABI_DEPENDS.ocaml-dune-configurator+= ocaml-dune-configurator>=2.9.3nb2 +BUILDLINK_ABI_DEPENDS.ocaml-dune-configurator+= ocaml-dune-configurator>=2.9.3nb3 BUILDLINK_PKGSRCDIR.ocaml-dune-configurator?= ../../devel/ocaml-dune-configurator .include "../../devel/ocaml-dune/buildlink3.mk" diff --git a/devel/ocaml-dune/Makefile b/devel/ocaml-dune/Makefile index 835ad251e45db..d34e43876238d 100644 --- a/devel/ocaml-dune/Makefile +++ b/devel/ocaml-dune/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2022/04/12 11:28:00 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/24 18:51:48 jaapb Exp $ .include "Makefile.common" PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MAINTAINER= jaapb@NetBSD.org @@ -37,6 +38,6 @@ OPAM_INSTALL_FILES= dune-glob \ post-build: ${RUN} cd ${WRKSRC} && ./dune.exe build -p dune,dune-action-plugin,dune-build-info,dune-glob,dune-private-libs @install -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-dune/buildlink3.mk b/devel/ocaml-dune/buildlink3.mk index 171cabd4a2dbb..e306951cc634b 100644 --- a/devel/ocaml-dune/buildlink3.mk +++ b/devel/ocaml-dune/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2022/03/01 09:33:09 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2022/05/24 18:51:48 jaapb Exp $ BUILDLINK_TREE+= ocaml-dune @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-dune OCAML_DUNE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-dune+= ocaml-dune>=2.2.0 -BUILDLINK_ABI_DEPENDS.ocaml-dune+= ocaml-dune>=2.9.3 +BUILDLINK_ABI_DEPENDS.ocaml-dune+= ocaml-dune>=2.9.3nb1 BUILDLINK_PKGSRCDIR.ocaml-dune?= ../../devel/ocaml-dune .endif # OCAML_DUNE_BUILDLINK3_MK diff --git a/devel/ocaml-encore/Makefile b/devel/ocaml-encore/Makefile index 64d27fbb3cb5f..f6ee4504ca762 100644 --- a/devel/ocaml-encore/Makefile +++ b/devel/ocaml-encore/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:49 jaapb Exp $ GITHUB_PROJECT= encore GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.4 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} @@ -16,7 +16,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-angstrom/buildlink3.mk" .include "../../devel/ocaml-ke/buildlink3.mk" .include "../../devel/ocaml-ocplib-endian/buildlink3.mk" diff --git a/devel/ocaml-eqaf/Makefile b/devel/ocaml-eqaf/Makefile index ce6454492d681..baacf53ec83a1 100644 --- a/devel/ocaml-eqaf/Makefile +++ b/devel/ocaml-eqaf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2021/03/08 08:12:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/24 18:51:49 jaapb Exp $ GITHUB_PROJECT= eqaf GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} @@ -16,6 +16,6 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-fmt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile index 3083ad05c9f25..e917dc527c164 100644 --- a/devel/ocaml-extlib/Makefile +++ b/devel/ocaml-extlib/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2021/03/08 20:36:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/24 18:51:49 jaapb Exp $ VERSION= 1.7.8 GITHUB_PROJECT= ocaml-extlib DISTNAME= ${GITHUB_PROJECT}-${VERSION} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ygrek/} @@ -15,7 +16,7 @@ USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" BUILD_TARGET= build diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile index e71855028c8f9..a2e0640653b4b 100644 --- a/devel/ocaml-findlib/Makefile +++ b/devel/ocaml-findlib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2022/02/02 14:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2022/05/24 18:51:49 jaapb Exp $ DISTNAME= findlib-1.9.3 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.camlcity.org/download/ @@ -13,7 +14,7 @@ LICENSE= mit OCAML_FINDLIB_DIRS+= bigarray bytes compiler-libs dynlink findlib \ ocamldoc stdlib str threads unix -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" # spacetime profiling is only available for native code on 64bit platforms PLIST_VARS+= 64bit diff --git a/devel/ocaml-findlib/PLIST b/devel/ocaml-findlib/PLIST index 3d4982ab0b49d..2a2e16cc90ff5 100644 --- a/devel/ocaml-findlib/PLIST +++ b/devel/ocaml-findlib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2022/02/02 14:45:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.23 2022/05/24 18:51:49 jaapb Exp $ bin/ocamlfind ${OCAML_SITELIB}/bigarray/META ${OCAML_SITELIB}/bytes/META @@ -39,7 +39,6 @@ ${OCAML_SITELIB}/findlib/ocaml_args.cmi ${OCAML_SITELIB}/findlib/topfind.cmi ${OCAML_SITELIB}/findlib/topfind.mli ${OCAML_SITELIB}/ocamldoc/META -${PLIST.ocaml-opt}${PLIST.64bit}${OCAML_SITELIB}/raw_spacetime/META ${OCAML_SITELIB}/stdlib/META ${OCAML_SITELIB}/str/META ${OCAML_SITELIB}/threads/META diff --git a/devel/ocaml-findlib/buildlink3.mk b/devel/ocaml-findlib/buildlink3.mk index 77b74e02e02be..f01cc8247b68f 100644 --- a/devel/ocaml-findlib/buildlink3.mk +++ b/devel/ocaml-findlib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2021/03/18 08:30:43 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2022/05/24 18:51:49 jaapb Exp $ BUILDLINK_TREE+= ocaml-findlib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-findlib OCAML_FINDLIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-findlib+= ocaml-findlib>=1.2 -BUILDLINK_ABI_DEPENDS.ocaml-findlib+= ocaml-findlib>=1.9.1 +BUILDLINK_ABI_DEPENDS.ocaml-findlib+= ocaml-findlib>=1.9.3nb1 BUILDLINK_PKGSRCDIR.ocaml-findlib?= ../../devel/ocaml-findlib BUILDLINK_TARGETS+= ocaml-findlib-wrappers ocaml-findlib-ldconf diff --git a/devel/ocaml-fpath/Makefile b/devel/ocaml-fpath/Makefile index 61c1705ec8309..a90882073d751 100644 --- a/devel/ocaml-fpath/Makefile +++ b/devel/ocaml-fpath/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2021/03/28 12:30:19 mef Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:51:49 jaapb Exp $ DISTNAME= fpath-0.7.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= https://erratique.ch/software/fpath/releases/ EXTRACT_SUFX= .tbz @@ -20,5 +20,5 @@ OCAML_USE_OPAM= yes .include "../../devel/ocaml-astring/buildlink3.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocaml-result/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-git/Makefile b/devel/ocaml-git/Makefile index bf14ce53a62e0..f9f8982009aa8 100644 --- a/devel/ocaml-git/Makefile +++ b/devel/ocaml-git/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2021/03/08 08:12:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:51:49 jaapb Exp $ GITHUB_PROJECT= ocaml-git DISTNAME= ${GITHUB_PROJECT}-2.0.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} @@ -37,5 +37,5 @@ OPAM_INSTALL_FILES= git .include "../../devel/ocamlgraph/buildlink3.mk" .include "../../www/ocaml-cohttp/buildlink3.mk" .include "../../www/ocaml-uri/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-js-build-tools/Makefile b/devel/ocaml-js-build-tools/Makefile index 117823b384358..793db286792c7 100644 --- a/devel/ocaml-js-build-tools/Makefile +++ b/devel/ocaml-js-build-tools/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2021/03/08 08:12:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/24 18:51:49 jaapb Exp $ VERSION= 113.33.06 GITHUB_PROJECT= js-build-tools DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} @@ -20,5 +20,5 @@ OCAML_USE_FINDLIB= yes .include "../../devel/ocaml-oasis/buildlink3.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../misc/ocaml-opam/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ke/Makefile b/devel/ocaml-ke/Makefile index 212c44a178de7..cd5ddd58232ec 100644 --- a/devel/ocaml-ke/Makefile +++ b/devel/ocaml-ke/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2021/03/08 08:12:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/24 18:51:49 jaapb Exp $ GITHUB_PROJECT= ke GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.4 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} @@ -16,7 +16,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-bigarray-compat/buildlink3.mk" .include "../../devel/ocaml-fmt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-logs/Makefile b/devel/ocaml-logs/Makefile index 8d733288393a7..d0fa51011474c 100644 --- a/devel/ocaml-logs/Makefile +++ b/devel/ocaml-logs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2021/03/08 08:12:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:51:49 jaapb Exp $ DISTNAME= logs-0.7.0 PKGNAME= ocaml-${DISTNAME} @@ -19,5 +19,5 @@ OCAML_USE_OPAM= yes .include "options.mk" .include "../../devel/ocamlbuild/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-lru/Makefile b/devel/ocaml-lru/Makefile index dbd5ecc878bd6..0fdb2fda0f602 100644 --- a/devel/ocaml-lru/Makefile +++ b/devel/ocaml-lru/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:50 jaapb Exp $ GITHUB_PROJECT= lru GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.2.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=pqwy/} @@ -20,5 +20,5 @@ OCAML_USE_OPAM= yes .include "../../devel/ocaml-psq/buildlink3.mk" .include "../../devel/ocamlbuild/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-lwt_camlp4/Makefile b/devel/ocaml-lwt_camlp4/Makefile index f1eb32fee2c80..859630af94386 100644 --- a/devel/ocaml-lwt_camlp4/Makefile +++ b/devel/ocaml-lwt_camlp4/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2021/03/08 08:12:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/24 18:51:50 jaapb Exp $ GITHUB_PROJECT= lwt_camlp4 GITHUB_TAG= 45f25a0 DISTNAME= lwt_camlp4-20180325 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=aantron/} @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-45f25a081e01071ab566924b48ba5f7553bb33ac OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= lwt_camlp4 -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-lwt/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-lwt_glib/Makefile b/devel/ocaml-lwt_glib/Makefile index a1ce0b2af130b..537dee60d5180 100644 --- a/devel/ocaml-lwt_glib/Makefile +++ b/devel/ocaml-lwt_glib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2021/12/08 16:04:03 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/24 18:51:50 jaapb Exp $ GITHUB_PROJECT= lwt_glib GITHUB_TAG= ${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-1.1.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} @@ -20,7 +20,7 @@ CONFLICTS= ocaml-lwt<3.0.0 OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= lwt_glib -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-lwt/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-lwt_log/Makefile b/devel/ocaml-lwt_log/Makefile index 23491b82bd524..6d48abab1ea13 100644 --- a/devel/ocaml-lwt_log/Makefile +++ b/devel/ocaml-lwt_log/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/03/08 08:12:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/24 18:51:50 jaapb Exp $ DISTNAME= lwt_log-1.1.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 3 CATEGORIES= devel security MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} GITHUB_PROJECT= lwt_log @@ -18,6 +18,6 @@ CONFLICTS= ocaml-lwt<3.0.0 OCAML_USE_DUNE= yes JBUILDER_BUILD_PACKAGES= lwt_log -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-lwt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-lwt_ssl/Makefile b/devel/ocaml-lwt_ssl/Makefile index 4276b18abf5da..c055522aed44d 100644 --- a/devel/ocaml-lwt_ssl/Makefile +++ b/devel/ocaml-lwt_ssl/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2021/03/08 08:12:54 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/24 18:51:50 jaapb Exp $ GITHUB_PROJECT= lwt_ssl GITHUB_TAG= ${PKGVERSION_NOREV} DISTNAME= lwt_ssl-1.1.3 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel security MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} @@ -18,7 +18,7 @@ CONFLICTS= ocaml-lwt<3.0.0 OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= lwt_ssl -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-lwt/buildlink3.mk" .include "../../security/ocaml-ssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-lwt_ssl/buildlink3.mk b/devel/ocaml-lwt_ssl/buildlink3.mk index ee4b0f8fd9c18..fab7dc70240f9 100644 --- a/devel/ocaml-lwt_ssl/buildlink3.mk +++ b/devel/ocaml-lwt_ssl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2021/03/08 08:12:54 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2022/05/24 18:51:50 jaapb Exp $ BUILDLINK_TREE+= ocaml-lwt_ssl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-lwt_ssl OCAML_LWT_SSL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-lwt_ssl+= ocaml-lwt_ssl>=1.1.0 -BUILDLINK_ABI_DEPENDS.ocaml-lwt_ssl?= ocaml-lwt_ssl>=1.1.3nb1 +BUILDLINK_ABI_DEPENDS.ocaml-lwt_ssl?= ocaml-lwt_ssl>=1.1.3nb2 BUILDLINK_PKGSRCDIR.ocaml-lwt_ssl?= ../../devel/ocaml-lwt_ssl .include "../../devel/ocaml-lwt/buildlink3.mk" diff --git a/devel/ocaml-oasis/Makefile b/devel/ocaml-oasis/Makefile index 8b533026a33e5..5fcb1b9ff1e9e 100644 --- a/devel/ocaml-oasis/Makefile +++ b/devel/ocaml-oasis/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2021/03/08 08:12:54 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/24 18:51:50 jaapb Exp $ DISTNAME= oasis-0.4.10 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1694/ @@ -17,7 +17,7 @@ INSTALLATION_DIRS+= bin OCAML_FINDLIB_DIRS+= plugin-loader -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" post-install: .if ${OCAML_USE_OPT_COMPILER} == "yes" diff --git a/devel/ocaml-oasis/buildlink3.mk b/devel/ocaml-oasis/buildlink3.mk index a4d846bd669f6..b7d23099c9839 100644 --- a/devel/ocaml-oasis/buildlink3.mk +++ b/devel/ocaml-oasis/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2021/03/08 08:12:54 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2022/05/24 18:51:50 jaapb Exp $ BUILDLINK_TREE+= ocaml-oasis @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-oasis OCAML_OASIS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-oasis+= ocaml-oasis>=0.4.4 -BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.10nb6 +BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.10nb7 BUILDLINK_PKGSRCDIR.ocaml-oasis?= ../../devel/ocaml-oasis .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocaml-optcomp/Makefile b/devel/ocaml-optcomp/Makefile index 75d71a43c662b..098b6761865e1 100644 --- a/devel/ocaml-optcomp/Makefile +++ b/devel/ocaml-optcomp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2021/03/08 08:12:54 jaapb Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/24 18:51:50 jaapb Exp $ VERSION= 1.6 GITHUB_PROJECT= optcomp DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=diml/} @@ -20,7 +20,7 @@ OCAML_USE_OASIS= yes pre-configure: ${RUN} cd ${WRKSRC} && oasis setup -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-oasis/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_derivers/Makefile b/devel/ocaml-ppx_derivers/Makefile index 1c1a6edbfe66f..fe622d67874d0 100644 --- a/devel/ocaml-ppx_derivers/Makefile +++ b/devel/ocaml-ppx_derivers/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2021/03/08 08:12:56 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/24 18:51:50 jaapb Exp $ GITHUB_PROJECT= ppx_derivers DISTNAME= ${GITHUB_PROJECT}-1.2.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=diml/} @@ -15,5 +15,5 @@ LICENSE= modified-bsd USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_derivers/buildlink3.mk b/devel/ocaml-ppx_derivers/buildlink3.mk index af8c698391a2c..f50deef287b3d 100644 --- a/devel/ocaml-ppx_derivers/buildlink3.mk +++ b/devel/ocaml-ppx_derivers/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2020/01/17 09:37:32 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2022/05/24 18:51:50 jaapb Exp $ BUILDLINK_TREE+= ocaml-ppx_derivers @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppx_derivers OCAML_PPX_DERIVERS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ppx_derivers+= ocaml-ppx_derivers>=1.0 -BUILDLINK_ABI_DEPENDS.ocaml-ppx_derivers+= ocaml-ppx_derivers>=1.2.1 +BUILDLINK_ABI_DEPENDS.ocaml-ppx_derivers+= ocaml-ppx_derivers>=1.2.1nb2 BUILDLINK_PKGSRCDIR.ocaml-ppx_derivers?= ../../devel/ocaml-ppx_derivers .endif # OCAML_PPX_DERIVERS_BUILDLINK3_MK diff --git a/devel/ocaml-ppx_fields_conv/Makefile b/devel/ocaml-ppx_fields_conv/Makefile index eda7236cff175..7ab0b902ab33f 100644 --- a/devel/ocaml-ppx_fields_conv/Makefile +++ b/devel/ocaml-ppx_fields_conv/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2021/03/08 08:12:56 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:51:50 jaapb Exp $ GITHUB_PROJECT= ppx_fields_conv GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.14.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} @@ -19,5 +19,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-fieldslib/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_fields_conv/buildlink3.mk b/devel/ocaml-ppx_fields_conv/buildlink3.mk index a01b745ae8867..726982c57bde8 100644 --- a/devel/ocaml-ppx_fields_conv/buildlink3.mk +++ b/devel/ocaml-ppx_fields_conv/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2020/12/11 08:06:15 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 18:51:50 jaapb Exp $ BUILDLINK_TREE+= ocaml-ppx_fields_conv @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppx_fields_conv OCAML_PPX_FIELDS_CONV_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ppx_fields_conv+= ocaml-ppx_fields_conv>=0.12.0 -BUILDLINK_ABI_DEPENDS.ocaml-ppx_fields_conv+= ocaml-ppx_fields_conv>=0.14.2 +BUILDLINK_ABI_DEPENDS.ocaml-ppx_fields_conv+= ocaml-ppx_fields_conv>=0.14.2nb2 BUILDLINK_PKGSRCDIR.ocaml-ppx_fields_conv?= ../../devel/ocaml-ppx_fields_conv .include "../../devel/ocaml-fieldslib/buildlink3.mk" diff --git a/devel/ocaml-ppx_tools_versioned/Makefile b/devel/ocaml-ppx_tools_versioned/Makefile index eca0782445771..e14b728e1dffd 100644 --- a/devel/ocaml-ppx_tools_versioned/Makefile +++ b/devel/ocaml-ppx_tools_versioned/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2021/03/08 08:12:58 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/24 18:51:51 jaapb Exp $ VERSION= 5.4.0 GITHUB_PROJECT= ppx_tools_versioned DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-ppx/} @@ -20,5 +20,5 @@ OCAML_USE_FINDLIB= yes OCAML_USE_DUNE= yes .include "../../devel/ocaml-migrate-parsetree/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppxfind/Makefile b/devel/ocaml-ppxfind/Makefile index d57b10c37466b..95c3a05e57c74 100644 --- a/devel/ocaml-ppxfind/Makefile +++ b/devel/ocaml-ppxfind/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2021/03/08 08:12:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:51:51 jaapb Exp $ GITHUB_PROJECT= ppxfind DISTNAME= ${GITHUB_PROJECT}-1.4 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=diml/} @@ -15,6 +15,6 @@ LICENSE= modified-bsd OCAML_USE_DUNE= yes INSTALL_UNSTRIPPED= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-migrate-parsetree/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-psq/Makefile b/devel/ocaml-psq/Makefile index 71bbd5bfb9d08..d81f0094a3732 100644 --- a/devel/ocaml-psq/Makefile +++ b/devel/ocaml-psq/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:51 jaapb Exp $ GITHUB_PROJECT= psq GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.1.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=pqwy/} @@ -19,5 +19,5 @@ OCAML_USE_TOPKG= yes OCAML_USE_OPAM= yes .include "../../devel/ocamlbuild/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-resource-pooling/Makefile b/devel/ocaml-resource-pooling/Makefile index c644856df6214..59325f905151e 100644 --- a/devel/ocaml-resource-pooling/Makefile +++ b/devel/ocaml-resource-pooling/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2021/03/08 08:12:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:51:51 jaapb Exp $ GITHUB_PROJECT= resource-pooling DISTNAME= ${GITHUB_PROJECT}-1.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} @@ -17,5 +17,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-lwt/buildlink3.mk" .include "../../devel/ocaml-lwt_log/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-resource-pooling/buildlink3.mk b/devel/ocaml-resource-pooling/buildlink3.mk index 3b824d25a372f..930b1cdba0580 100644 --- a/devel/ocaml-resource-pooling/buildlink3.mk +++ b/devel/ocaml-resource-pooling/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2020/04/21 10:48:30 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:51:51 jaapb Exp $ BUILDLINK_TREE+= ocaml-resource-pooling @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-resource-pooling OCAML_RESOURCE_POOLING_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-resource-pooling+= ocaml-resource-pooling>=1.0 -BUILDLINK_API_DEPENDS.ocaml-resource-pooling+= ocaml-resource-pooling>=1.1 +BUILDLINK_ABI_DEPENDS.ocaml-resource-pooling+= ocaml-resource-pooling>=1.1nb2 BUILDLINK_PKGSRCDIR.ocaml-resource-pooling?= ../../devel/ocaml-resource-pooling .endif # OCAML_RESOURCE_POOLING_BUILDLINK3_MK diff --git a/devel/ocaml-result/Makefile b/devel/ocaml-result/Makefile index ba47cf1937678..b07d52cf5458d 100644 --- a/devel/ocaml-result/Makefile +++ b/devel/ocaml-result/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2021/03/08 08:12:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/24 18:51:51 jaapb Exp $ GITHUB_PROJECT= result DISTNAME= ${GITHUB_PROJECT}-1.5 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} @@ -16,5 +16,5 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/result share/doc/result -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-result/buildlink3.mk b/devel/ocaml-result/buildlink3.mk index 2f5e91e536d8d..97e0e2b85995e 100644 --- a/devel/ocaml-result/buildlink3.mk +++ b/devel/ocaml-result/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2020/12/09 11:07:26 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2022/05/24 18:51:51 jaapb Exp $ BUILDLINK_TREE+= ocaml-result @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-result OCAML_RESULT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-result+= ocaml-result>=1.5 -BUILDLINK_ABI_DEPENDS.ocaml-result+= ocaml-result>=1.5 +BUILDLINK_ABI_DEPENDS.ocaml-result+= ocaml-result>=1.5nb2 BUILDLINK_PKGSRCDIR.ocaml-result?= ../../devel/ocaml-result .endif # OCAML_RESULT_BUILDLINK3_MK diff --git a/devel/ocaml-stringext/Makefile b/devel/ocaml-stringext/Makefile index cee73abcae098..e1aceb1e977ac 100644 --- a/devel/ocaml-stringext/Makefile +++ b/devel/ocaml-stringext/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:13:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:51 jaapb Exp $ GITHUB_PROJECT= stringext DISTNAME= ${GITHUB_PROJECT}-1.6.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=rgrinberg/} @@ -14,5 +14,5 @@ LICENSE= mit OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-stringext/buildlink3.mk b/devel/ocaml-stringext/buildlink3.mk index 126f8b3f1c92b..16a261fe4c61d 100644 --- a/devel/ocaml-stringext/buildlink3.mk +++ b/devel/ocaml-stringext/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2020/01/24 16:27:41 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:51:51 jaapb Exp $ BUILDLINK_TREE+= ocaml-stringext @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-stringext OCAML_STRINGEXT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-stringext+= ocaml-stringext>=1.5.0 -BUILDLINK_ABI_DEPENDS.ocaml-stringext+= ocaml-stringext>=1.6.0 +BUILDLINK_ABI_DEPENDS.ocaml-stringext+= ocaml-stringext>=1.6.0nb2 BUILDLINK_PKGSRCDIR.ocaml-stringext?= ../../devel/ocaml-stringext .endif # OCAML_STRINGEXT_BUILDLINK3_MK diff --git a/devel/ocaml-type_conv/Makefile b/devel/ocaml-type_conv/Makefile index 40f7627309895..ef23ef8a81c74 100644 --- a/devel/ocaml-type_conv/Makefile +++ b/devel/ocaml-type_conv/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2021/03/08 08:13:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/24 18:51:51 jaapb Exp $ VERSION= 113.00.02 GITHUB_PROJECT= type_conv DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} @@ -20,5 +20,5 @@ OCAML_USE_FINDLIB= yes .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-type_conv/buildlink3.mk b/devel/ocaml-type_conv/buildlink3.mk index 30694d2b01aa3..28c24798c3f63 100644 --- a/devel/ocaml-type_conv/buildlink3.mk +++ b/devel/ocaml-type_conv/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2021/03/08 08:13:01 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2022/05/24 18:51:51 jaapb Exp $ BUILDLINK_TREE+= ocaml-type_conv @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-type_conv OCAML_TYPE_CONV_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-type_conv+= ocaml-type_conv>=109.60.01 -BUILDLINK_ABI_DEPENDS.ocaml-type_conv?= ocaml-type_conv>=113.00.02nb11 +BUILDLINK_ABI_DEPENDS.ocaml-type_conv?= ocaml-type_conv>=113.00.02nb12 BUILDLINK_PKGSRCDIR.ocaml-type_conv?= ../../devel/ocaml-type_conv .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocaml-yojson/Makefile b/devel/ocaml-yojson/Makefile index 65cc3de7ed392..3ed833f587ec0 100644 --- a/devel/ocaml-yojson/Makefile +++ b/devel/ocaml-yojson/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2021/03/08 08:13:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/24 18:51:51 jaapb Exp $ GITHUB_PROJECT= yojson DISTNAME= ${GITHUB_PROJECT}-1.7.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mjambon/} @@ -15,7 +15,7 @@ LICENSE= modified-bsd OCAML_USE_DUNE= yes INSTALLATION_DIRS+= bin -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-biniou/buildlink3.mk" .include "../../devel/ocaml-cppo/buildlink3.mk" .include "../../textproc/ocaml-easy-format/buildlink3.mk" diff --git a/devel/ocamlbuild/Makefile b/devel/ocamlbuild/Makefile index b21263ff7eb88..126c0d59e7d44 100644 --- a/devel/ocamlbuild/Makefile +++ b/devel/ocamlbuild/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/03/01 09:07:28 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/24 18:51:51 jaapb Exp $ DISTNAME= ocamlbuild-0.14.1 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} @@ -20,5 +21,5 @@ INSTALL_TARGET= findlib-install MAKE_ENV= CHECK_IF_PREINSTALLED=false OCAMLBUILD_BINDIR=${PREFIX}/bin \ OCAMLBUILD_LIBDIR=${PREFIX}/${OCAML_SITELIBDIR} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocamlbuild/buildlink3.mk b/devel/ocamlbuild/buildlink3.mk index 44ac6938a9d5b..0756dd9d436aa 100644 --- a/devel/ocamlbuild/buildlink3.mk +++ b/devel/ocamlbuild/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2022/03/01 09:07:28 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2022/05/24 18:51:51 jaapb Exp $ BUILDLINK_TREE+= ocamlbuild @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocamlbuild OCAMLBUILD_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocamlbuild+= ocamlbuild>=0.9.2 -BUILDLINK_ABI_DEPENDS.ocamlbuild+= ocamlbuild>=0.14.1 +BUILDLINK_ABI_DEPENDS.ocamlbuild+= ocamlbuild>=0.14.1nb1 BUILDLINK_PKGSRCDIR.ocamlbuild?= ../../devel/ocamlbuild BUILDLINK_DEPMETHOD.ocamlbuild?= build .endif # OCAMLBUILD_BUILDLINK3_MK diff --git a/devel/ocamlgraph/Makefile b/devel/ocamlgraph/Makefile index 3b585ecc3a299..b8cd6d69a3f76 100644 --- a/devel/ocamlgraph/Makefile +++ b/devel/ocamlgraph/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2022/04/18 19:10:53 adam Exp $ +# $NetBSD: Makefile,v 1.58 2022/05/24 18:51:52 jaapb Exp $ DISTNAME= ocamlgraph-1.8.8 -PKGREVISION= 32 +PKGREVISION= 33 CATEGORIES= devel MASTER_SITES= http://ocamlgraph.lri.fr/download/ @@ -19,7 +19,7 @@ OCAML_USE_FINDLIB= yes MAKE_ENV+= USE_LABLGTK="${USE_LABLGTK}" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" MAKE_ENV+= OCAMLBEST="opt" diff --git a/devel/ocamlify/Makefile b/devel/ocamlify/Makefile index cda497eb99ba3..644055d6aca5d 100644 --- a/devel/ocamlify/Makefile +++ b/devel/ocamlify/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2021/03/08 08:13:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/24 18:51:52 jaapb Exp $ DISTNAME= ocamlify-0.0.2 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1209/ @@ -13,5 +13,5 @@ LICENSE= gnu-lgpl-v2.1 OCAML_USE_OASIS= yes OCAML_FINDLIB_REGISTER= no -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocamlmod/Makefile b/devel/ocamlmod/Makefile index 42c05c3c3bae7..b281765fac815 100644 --- a/devel/ocamlmod/Makefile +++ b/devel/ocamlmod/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2021/03/08 08:13:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/24 18:51:52 jaapb Exp $ DISTNAME= ocamlmod-0.0.8 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1544/ @@ -13,5 +13,5 @@ LICENSE= gnu-lgpl-v2.1 OCAML_USE_OASIS= yes OCAML_FINDLIB_REGISTER= no -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/omake/Makefile b/devel/omake/Makefile index 19dd749b2e11d..0564f95b730dd 100644 --- a/devel/omake/Makefile +++ b/devel/omake/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2021/03/08 08:13:02 jaapb Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/24 18:51:52 jaapb Exp $ # DISTNAME= omake-0.10.3 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-omake/} GITHUB_TAG= ${PKGNAME} diff --git a/devel/verifast/Makefile b/devel/verifast/Makefile index 816af8477a063..9c4efbab1aded 100644 --- a/devel/verifast/Makefile +++ b/devel/verifast/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2022/04/18 19:10:56 adam Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/24 18:51:52 jaapb Exp $ DISTNAME= verifast-18.02 -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=verifast/} GITHUB_PROJECT= verifast @@ -38,7 +38,7 @@ do-install: >> ${DESTDIR}${PREFIX}/bin/vfide ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/vfide -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../lang/camlp4/buildlink3.mk" .include "../../math/ocaml-num/buildlink3.mk" diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index fc53e228dbc64..edc2f413ef702 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.138 2022/04/18 19:11:14 adam Exp $ +# $NetBSD: Makefile,v 1.139 2022/05/24 18:51:52 jaapb Exp $ VERSION= 4.0.1 PKGNAME= camlimages-${VERSION} -PKGREVISION= 97 +PKGREVISION= 98 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ DISTNAME= v${VERSION} diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 9a5cd2b248afa..ced1ff6e54cc3 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.247 2022/05/04 21:05:43 wiz Exp $ +# $NetBSD: Makefile,v 1.248 2022/05/24 18:51:52 jaapb Exp $ DISTNAME= graphviz-2.50.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.gz diff --git a/graphics/ocaml-cairo/Makefile b/graphics/ocaml-cairo/Makefile index 7fc116b6ee541..108504ae0ae21 100644 --- a/graphics/ocaml-cairo/Makefile +++ b/graphics/ocaml-cairo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2022/04/18 19:11:22 adam Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/24 18:51:52 jaapb Exp $ GITHUB_PROJECT= ocaml-cairo DISTNAME= ${GITHUB_PROJECT}-0.6.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=Chris00/} @@ -21,7 +21,7 @@ DUNE_BUILD_PACKAGES= ${OCAML_FINDLIB_DIRS} # https://github.com/Chris00/ocaml-cairo/issues/29 .include "options.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../devel/ocaml-dune-configurator/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/boomerang/Makefile b/lang/boomerang/Makefile index 2b2a9676762ba..2b21f0fc6a16b 100644 --- a/lang/boomerang/Makefile +++ b/lang/boomerang/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2021/12/27 05:14:44 dholland Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/24 18:51:52 jaapb Exp $ # DISTNAME= boomerang-0.2-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= lang MASTER_SITES= http://www.seas.upenn.edu/~harmony/download/ diff --git a/lang/camlp4/Makefile b/lang/camlp4/Makefile index 083744f50d52f..9e08dc908cfae 100644 --- a/lang/camlp4/Makefile +++ b/lang/camlp4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2021/03/08 08:13:02 jaapb Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/24 18:51:53 jaapb Exp $ GITHUB_PROJECT= camlp4 DISTNAME= ${GITHUB_PROJECT}-4.08+1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} @@ -17,7 +17,7 @@ MAKE_JOBS_SAFE= no BROKEN= "Obsolete package, no longer supported by OCaml 4.09" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" BUILD_TARGET= byte camlp4/META .if ${OCAML_USE_OPT_COMPILER} == "yes" diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile index 148984aba1f3d..c1112e6289941 100644 --- a/lang/camlp5/Makefile +++ b/lang/camlp5/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.40 2021/03/18 21:18:18 dholland Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/24 18:51:53 jaapb Exp $ # GITHUB_PROJECT= camlp5 DISTNAME= ${GITHUB_PROJECT}-7.13 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=camlp5/} GITHUB_TAG= rel${PKGVERSION_NOREV:S/.//} @@ -26,7 +26,7 @@ REPLACE_SH= tools/*.sh meta/*.sh ocaml_src/tools/*.sh compile/*.sh INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/camlp5 .include "../../mk/bsd.prefs.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if (${OCAML_USE_OPT_COMPILER} == "yes") BUILD_TARGET= world.opt diff --git a/lang/camlp5/buildlink3.mk b/lang/camlp5/buildlink3.mk index 05880efdf3a4a..7b2f500d12496 100644 --- a/lang/camlp5/buildlink3.mk +++ b/lang/camlp5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2021/03/08 08:13:02 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2022/05/24 18:51:53 jaapb Exp $ # BUILDLINK_TREE+= camlp5 @@ -7,7 +7,7 @@ BUILDLINK_TREE+= camlp5 CAMLP5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.camlp5+= camlp5>=7.00 -BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=7.13nb1 +BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=7.13nb2 BUILDLINK_PKGSRCDIR.camlp5?= ../../lang/camlp5 .include "../../lang/ocaml/buildlink3.mk" diff --git a/lang/pict/Makefile b/lang/pict/Makefile index dda810832cd1d..59011a79625a2 100644 --- a/lang/pict/Makefile +++ b/lang/pict/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2021/03/08 08:13:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/24 18:51:53 jaapb Exp $ DISTNAME= pict-4.1 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= lang MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/papers/pict/pict-4.1/ @@ -24,7 +24,7 @@ MAKE_ENV+= X11INCLUDE=${X11BASE}/include \ TEST_TARGET= test -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if !empty(OCAML_USE_OPT_COMPILER:Myes) MAKE_ENV+= OCAMLOPT=yes diff --git a/math/ocaml-num/Makefile b/math/ocaml-num/Makefile index b919e4fd48619..469491079109a 100644 --- a/math/ocaml-num/Makefile +++ b/math/ocaml-num/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2022/03/01 09:50:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/24 18:51:53 jaapb Exp $ GITHUB_PROJECT= num GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-1.4 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} @@ -21,5 +22,5 @@ INSTALLATION_DIRS+= lib/ocaml/stublibs OCAML_USE_FINDLIB= yes OCAML_FINDLIB_DIRS+= num-top -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index 04210f2f9e8d6..d6d98f0447bdd 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2022/05/24 17:55:23 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/24 18:51:53 jaapb Exp $ # VERSION= 1.12 @@ -27,5 +27,5 @@ OCAML_USE_FINDLIB= yes REPLACE_PERL+= z_pp.pl .include "../../devel/gmp/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/z3/Makefile b/math/z3/Makefile index 1da9506a3a829..419b147c0b9f3 100644 --- a/math/z3/Makefile +++ b/math/z3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2021/03/08 08:13:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/24 18:51:53 jaapb Exp $ .include "Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= The Z3 theorem prover / SMT solver .include "options.mk" diff --git a/misc/dose3/Makefile b/misc/dose3/Makefile index c8db5387ebc58..e62a7919198dc 100644 --- a/misc/dose3/Makefile +++ b/misc/dose3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/03/21 07:50:50 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/24 18:51:53 jaapb Exp $ DISTNAME= dose3-5.0.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/36063/ @@ -15,7 +15,7 @@ USE_TOOLS+= aclocal automake autoconf gmake pod2man MAKE_JOBS_SAFE= no OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} != "yes" CONFIGURE_ARGS+= --with-bytecodeonly @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --with-bytecodeonly pre-configure: cd ${WRKSRC} && aclocal -I m4 && autoconf -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-cppo/buildlink3.mk" .include "../../devel/ocaml-extlib/buildlink3.mk" .include "../../devel/ocaml-re/buildlink3.mk" diff --git a/misc/ocaml-cudf/Makefile b/misc/ocaml-cudf/Makefile index 8ccfb88cb8195..02773606cba8a 100644 --- a/misc/ocaml-cudf/Makefile +++ b/misc/ocaml-cudf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2021/03/08 08:13:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/24 18:51:53 jaapb Exp $ DISTNAME= cudf-0.9 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/36602/ @@ -17,7 +17,7 @@ MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= c-lib/cudf.pc.in -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" BUILD_TARGET= all .if ${OCAML_USE_OPT_COMPILER} == "yes" diff --git a/misc/ocaml-opaline/Makefile b/misc/ocaml-opaline/Makefile index cf0b2c9880708..874481b59283b 100644 --- a/misc/ocaml-opaline/Makefile +++ b/misc/ocaml-opaline/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2022/03/01 09:36:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/24 18:51:53 jaapb Exp $ -GITHUB_PROJECT= opaline -GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.3.3 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=jaapb/} +GITHUB_PROJECT= opaline +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://github.com/jaapb/opaline @@ -14,7 +15,7 @@ LICENSE= mit INSTALLATION_DIRS+= bin -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" MAKE_ENV+= OPTNESS=native diff --git a/misc/ocaml-opaline/buildlink3.mk b/misc/ocaml-opaline/buildlink3.mk index bd7eb08cdfe19..7b2e1f9f3c7e5 100644 --- a/misc/ocaml-opaline/buildlink3.mk +++ b/misc/ocaml-opaline/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2022/03/01 09:36:20 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2022/05/24 18:51:53 jaapb Exp $ BUILDLINK_TREE+= ocaml-opaline @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-opaline OCAML_OPALINE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-opaline+= ocaml-opaline>=0.3.1 -BUILDLINK_ABI_DEPENDS.ocaml-opaline+= ocaml-opaline>=0.3.3 +BUILDLINK_ABI_DEPENDS.ocaml-opaline+= ocaml-opaline>=0.3.3nb1 BUILDLINK_PKGSRCDIR.ocaml-opaline?= ../../misc/ocaml-opaline # We only need this to install diff --git a/misc/ocaml-opam/Makefile b/misc/ocaml-opam/Makefile index 10b9c74df71df..6c0dfd1001b29 100644 --- a/misc/ocaml-opam/Makefile +++ b/misc/ocaml-opam/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.43 2021/12/08 16:05:42 adam Exp $ +# $NetBSD: Makefile,v 1.44 2022/05/24 18:51:54 jaapb Exp $ VERSION= 2.0.8 GITHUB_PROJECT= opam DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} @@ -29,5 +29,5 @@ OPAM_INSTALL_FILES= opam opam-installer opam-solver .include "../../misc/ocaml-opam-file-format/buildlink3.mk" .include "../../textproc/ocaml-jsonm/buildlink3.mk" .include "../../www/curl/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ocaml-topkg/Makefile b/misc/ocaml-topkg/Makefile index 55069e7b02692..1bc4368dfae1d 100644 --- a/misc/ocaml-topkg/Makefile +++ b/misc/ocaml-topkg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2022/01/31 12:04:19 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/24 18:51:54 jaapb Exp $ DISTNAME= topkg-1.0.5 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://erratique.ch/software/topkg/releases/ EXTRACT_SUFX= .tbz @@ -16,7 +17,7 @@ OCAML_USE_OPAM= yes INSTALLATION_DIRS+= share/doc/topkg -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ocaml-topkg/buildlink3.mk b/misc/ocaml-topkg/buildlink3.mk index 9fa27cd620d45..d39016a5093c0 100644 --- a/misc/ocaml-topkg/buildlink3.mk +++ b/misc/ocaml-topkg/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2021/03/08 20:41:00 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2022/05/24 18:51:54 jaapb Exp $ BUILDLINK_TREE+= ocaml-topkg @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-topkg OCAML_TOPKG_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-topkg+= ocaml-topkg>=1.0.0 -BUILDLINK_ABI_DEPENDS.ocaml-topkg+= ocaml-topkg>=1.0.3 +BUILDLINK_ABI_DEPENDS.ocaml-topkg+= ocaml-topkg>=1.0.5nb1 BUILDLINK_PKGSRCDIR.ocaml-topkg?= ../../misc/ocaml-topkg .endif # OCAML_TOPKG_BUILDLINK3_MK diff --git a/mk/ocaml.mk b/mk/ocaml.mk index d00113c8dce34..90c3e11c9bbd4 100644 --- a/mk/ocaml.mk +++ b/mk/ocaml.mk @@ -1,16 +1,8 @@ -# $NetBSD: ocaml.mk,v 1.33 2022/04/12 11:27:13 tnn Exp $ +# $NetBSD: ocaml.mk,v 1.34 2022/05/24 18:51:54 jaapb Exp $ # # This Makefile fragment handles the common variables used by OCaml packages. +# It should be included by every package that uses OCaml. # -# Build def variables: -# OCAML_USE_OPT_COMPILER -# if set to yes, will enable optimised (native code) compilation -# default value: depends on architecture -# -# PLIST variable: -# PLIST.ocaml-opt for files only installed when using the optimised compiler -# Set based on OCAML_USE_OPT_COMPILER -# # Package-settable variables: # OCAML_USE_FINDLIB # package uses findlib infrastructure @@ -43,10 +35,9 @@ OCAML_MK= # defined MKPIE_SUPPORTED= no .include "../../mk/bsd.fast.prefs.mk" +.include "../../wip/ocaml/native.mk" -BUILD_DEFS+= OCAML_USE_OPT_COMPILER -_VARGROUPS+= ocaml _PKG_VARS.ocaml= \ OCAML_USE_FINDLIB \ OCAML_FINDLIB_DIRS \ @@ -61,9 +52,6 @@ _PKG_VARS.ocaml= \ OCAML_TOPKG_FLAGS \ OCAML_TOPKG_TARGETS \ OCAML_TOPKG_OPTIONAL_TARGETS \ - JBUILDER_BUILD_FLAGS \ - JBUILDER_BUILD_PACKAGES \ - JBUILDER_BUILD_TARGETS \ OCAML_USE_DUNE \ DUNE_BUILD_FLAGS \ DUNE_BUILD_PACKAGES \ @@ -71,8 +59,6 @@ _PKG_VARS.ocaml= \ OCAML_BUILD_ARGS \ OPAM_INSTALL_DIR \ OPAM_INSTALL_FILES -_DEF_VARS.ocaml= \ - OCAML_USE_OPT_COMPILER _SYS_VARS.ocaml= \ OCAML_SITELIBDIR @@ -99,9 +85,6 @@ OCAML_TOPKG_OPTIONAL_TARGETS?= # empty OCAML_TOPKG_NATIVE_TARGETS?= # empty OPAM_INSTALL_FILES?= ${OCAML_TOPKG_NAME} -JBUILDER_BUILD_FLAGS?= # empty -JBUILDER_BUILD_TARGETS?= @install -JBUILDER_BUILD_PACKAGES?= # empty DUNE_BUILD_FLAGS?= # empty DUNE_BUILD_TARGETS?= @install DUNE_BUILD_PACKAGES?= # empty @@ -109,15 +92,6 @@ DUNE_BUILD_PACKAGES?= # empty # Default value of OASIS_BUILD_ARGS OASIS_BUILD_ARGS?= # empty -# Default value of OCAML_USE_OPT_COMPILER -.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ - !empty(MACHINE_ARCH:M*arm*) || (${MACHINE_ARCH} == "aarch64") || \ - (${MACHINE_ARCH} == "aarch64eb") || (${MACHINE_ARCH} == "x86_64") -OCAML_USE_OPT_COMPILER?= yes -.else -OCAML_USE_OPT_COMPILER?= no -.endif - # # Configure stuff for OASIS_DYNRUN # @@ -189,18 +163,6 @@ OCAML_FINDLIB_REGISTER?= yes # Compiler stuff # -# Things that get installed with the opt compiler -PLIST_VARS+= ocaml-opt - -.if ${OCAML_USE_OPT_COMPILER} == "yes" -# The opt compiler needs the C compiler suite -USE_LANGUAGES+= c -PLIST.ocaml-opt= yes -.else -# If we're bytecode compiling, don't strip executables -INSTALL_UNSTRIPPED= yes -.endif - # # OASIS targets # diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index 6d414f08946f1..f0c492c62d8c3 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.138 2022/04/18 19:11:52 adam Exp $ +# $NetBSD: Makefile,v 1.139 2022/05/24 18:51:54 jaapb Exp $ -PKGREVISION= 51 +PKGREVISION= 52 .include "../../net/mldonkey/Makefile.common" PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 32bc71b721b68..28d9f05decbdd 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2021/05/24 19:53:19 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2022/05/24 18:51:54 jaapb Exp $ -PKGREVISION= 20 +PKGREVISION= 21 .include "Makefile.common" RCD_SCRIPTS= mldonkey diff --git a/net/unison/Makefile b/net/unison/Makefile index b9bc810ecd6e1..2cbd7e050e585 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.140 2022/05/08 15:02:33 gdt Exp $ +# $NetBSD: Makefile,v 1.141 2022/05/24 18:51:54 jaapb Exp $ DISTNAME= unison-2.52.1 -#PKGREVISION= 0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -16,7 +16,7 @@ USE_TOOLS+= gmake bash MAKE_FLAGS+= CFLAGS="" MAKE_ENV+= HOME=${WRKDIR:Q} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if (${OCAML_USE_OPT_COMPILER} == "yes") MAKE_FLAGS+= NATIVE=true diff --git a/print/advi/Makefile b/print/advi/Makefile index 37d4b4c658015..410c302579044 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.139 2022/04/18 19:11:56 adam Exp $ +# $NetBSD: Makefile,v 1.140 2022/05/24 18:51:54 jaapb Exp $ DISTNAME= advi-1.10.2 -PKGREVISION= 54 +PKGREVISION= 55 CATEGORIES= print MASTER_SITES= http://gallium.inria.fr/advi/ diff --git a/security/ocaml-safepass/Makefile b/security/ocaml-safepass/Makefile index 4d2424b2f9538..3ae34967be9c2 100644 --- a/security/ocaml-safepass/Makefile +++ b/security/ocaml-safepass/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2021/03/08 08:13:06 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/24 18:51:54 jaapb Exp $ GITHUB_PROJECT= ocaml-safepass GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-3.0 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=darioteixeira/} @@ -17,5 +17,5 @@ OCAML_USE_DUNE= yes pre-build: ${RUN} cd ${WRKSRC} && dune upgrade -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/sks/Makefile b/security/sks/Makefile index cddbcf1bf43b7..9c1268a2f2916 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2021/05/24 19:54:06 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/24 18:51:54 jaapb Exp $ # DISTNAME= sks-1.1.5 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= security MASTER_SITES= https://bitbucket.org/skskeyserver/sks-keyserver/downloads/ EXTRACT_SUFX= .tgz diff --git a/sysutils/hivex/Makefile b/sysutils/hivex/Makefile index 03ce94f96f540..cc3f4f7f1563e 100644 --- a/sysutils/hivex/Makefile +++ b/sysutils/hivex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2022/04/18 19:12:05 adam Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/24 18:51:55 jaapb Exp $ DISTNAME= hivex-1.3.18 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= sysutils MASTER_SITES= http://download.libguestfs.org/hivex/ diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile index 20e27709ec1f3..f4b238b6e7034 100644 --- a/textproc/harmony/Makefile +++ b/textproc/harmony/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2021/03/08 08:13:06 jaapb Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/24 18:51:55 jaapb Exp $ # DISTNAME= harmony-stable-${VERSION} PKGNAME= harmony-${VERSION} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= misc MASTER_SITES= https://alliance.seas.upenn.edu/~harmony/download/ @@ -47,7 +47,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DESTDIR}${PREFIX}/share/doc/harmony ${INSTALL_DATA} ${WRKSRC}/doc/main.pdf ${DESTDIR}${PREFIX}/share/doc/harmony -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/pcre-ocaml/buildlink3.mk" .include "../../net/ocamlnet/buildlink3.mk" diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 29d579ebfaf39..bbe281e3ef556 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2021/05/20 13:53:28 tonio Exp $ +# $NetBSD: Makefile,v 1.32 2022/05/24 18:51:55 jaapb Exp $ DISTNAME= hevea-2.35 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://hevea.inria.fr/distri/ @@ -11,7 +12,7 @@ LICENSE= qpl-v1.0 MAKE_ENV+= DESTDIR=${DESTDIR} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if !empty(OCAML_USE_OPT_COMPILER:M[Yy][Ee][Ss]) MAKE_ENV+= TARGET=opt .else diff --git a/textproc/ocaml-easy-format/Makefile b/textproc/ocaml-easy-format/Makefile index 53718f41279ce..e06f7c0e5cf30 100644 --- a/textproc/ocaml-easy-format/Makefile +++ b/textproc/ocaml-easy-format/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2021/03/08 08:13:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/24 18:51:55 jaapb Exp $ GITHUB_PROJECT= easy-format DISTNAME= ${GITHUB_PROJECT}-1.3.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mjambon/} @@ -14,5 +14,5 @@ LICENSE= modified-bsd OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index 83df7a4dbff39..0e62188405821 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2021/03/08 08:13:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/24 18:51:55 jaapb Exp $ # VERSION= 1.0.0 GITHUB_PROJECT= ocaml-expat GITHUB_TAG= v${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/} @@ -18,7 +18,7 @@ USE_TOOLS+= gmake USE_LANGUAGES= c OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" BUILD_TARGET= all .if (${OCAML_USE_OPT_COMPILER} == "yes") diff --git a/textproc/ocaml-jsonm/Makefile b/textproc/ocaml-jsonm/Makefile index c48651967f334..5186a9362c2ea 100644 --- a/textproc/ocaml-jsonm/Makefile +++ b/textproc/ocaml-jsonm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2021/03/08 08:13:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/24 18:51:55 jaapb Exp $ DISTNAME= jsonm-1.0.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://erratique.ch/software/jsonm/releases/ EXTRACT_SUFX= .tbz @@ -15,7 +15,7 @@ LICENSE= isc OCAML_USE_TOPKG= yes INSTALLATION_DIRS+= bin share/doc/jsonm -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" # Normally, we'd do this using opam-installer, but that requires # this package. diff --git a/textproc/ocaml-jsonm/buildlink3.mk b/textproc/ocaml-jsonm/buildlink3.mk index a5fff617e125c..b9fad40464f34 100644 --- a/textproc/ocaml-jsonm/buildlink3.mk +++ b/textproc/ocaml-jsonm/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2018/07/19 15:15:29 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 18:51:55 jaapb Exp $ BUILDLINK_TREE+= ocaml-jsonm @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-jsonm OCAML_JSONM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-jsonm+= ocaml-jsonm>=0.9.1 -BUILDLINK_ABI_DEPENDS.ocaml-jsonm+= ocaml-jsonm>=1.0.1nb4 +BUILDLINK_ABI_DEPENDS.ocaml-jsonm+= ocaml-jsonm>=1.0.1nb7 BUILDLINK_PKGSRCDIR.ocaml-jsonm?= ../../textproc/ocaml-jsonm .include "../../textproc/ocaml-uutf/buildlink3.mk" diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index d2b85f96ae966..1cbf913f8680d 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2021/03/08 08:13:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/24 18:51:55 jaapb Exp $ # DISTNAME= ocaml-text-0.8 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=vbmithr/} @@ -21,6 +21,6 @@ HAS_CONFIGURE= yes OCAML_USE_OASIS= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ocaml-uchar/Makefile b/textproc/ocaml-uchar/Makefile index 9bdaafe014110..b15d7ff4c402c 100644 --- a/textproc/ocaml-uchar/Makefile +++ b/textproc/ocaml-uchar/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2021/03/08 08:13:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/24 18:51:55 jaapb Exp $ VERSION= 0.0.2 GITHUB_PROJECT= uchar GITHUB_TAG= v${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} @@ -16,7 +16,7 @@ LICENSE= gnu-lgpl-v2.1 INSTALLATION_DIRS= ${OCAML_SITELIBDIR}/uchar -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" NATIVE= true diff --git a/textproc/ocaml-uchar/buildlink3.mk b/textproc/ocaml-uchar/buildlink3.mk index 8e30ac3dc32dc..b4ace637e55d7 100644 --- a/textproc/ocaml-uchar/buildlink3.mk +++ b/textproc/ocaml-uchar/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2018/11/27 16:46:05 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 18:51:55 jaapb Exp $ BUILDLINK_TREE+= ocaml-uchar @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-uchar OCAML_UCHAR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-uchar+= ocaml-uchar>=0.0.1 -BUILDLINK_ABI_DEPENDS.ocaml-uchar+= ocaml-uchar>=0.0.2 +BUILDLINK_ABI_DEPENDS.ocaml-uchar+= ocaml-uchar>=0.0.2nb2 BUILDLINK_PKGSRCDIR.ocaml-uchar?= ../../textproc/ocaml-uchar .endif # OCAML_UCHAR_BUILDLINK3_MK diff --git a/textproc/ocaml-xml-light/Makefile b/textproc/ocaml-xml-light/Makefile index 582cea61894c9..d4dcb960c6c00 100644 --- a/textproc/ocaml-xml-light/Makefile +++ b/textproc/ocaml-xml-light/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2021/03/08 08:13:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/24 18:51:56 jaapb Exp $ GITHUB_PROJECT= xml-light DISTNAME= ${GITHUB_PROJECT}-2.4 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=ncannasse/} DIST_SUBDIR= ocaml-${GITHUB_PROJECT} @@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= no OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" BUILD_TARGET= all .if ${OCAML_USE_OPT_COMPILER} == "yes" diff --git a/textproc/ocaml-xml-light/buildlink3.mk b/textproc/ocaml-xml-light/buildlink3.mk index 84ffe6a3c2b25..124c988a28284 100644 --- a/textproc/ocaml-xml-light/buildlink3.mk +++ b/textproc/ocaml-xml-light/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2018/11/29 10:45:37 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/24 18:51:56 jaapb Exp $ BUILDLINK_TREE+= ocaml-xml-light @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-xml-light OCAML_XML_LIGHT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-xml-light+= ocaml-xml-light>=2.4 +BUILDLINK_ABI_DEPENDS.ocaml-xml-light+= ocaml-xml-light>=2.4nb2 BUILDLINK_PKGSRCDIR.ocaml-xml-light?= ../../textproc/ocaml-xml-light .endif # OCAML_XML_LIGHT_BUILDLINK3_MK diff --git a/textproc/pxp/Makefile b/textproc/pxp/Makefile index 41c3e4ab58d8a..9f41db0152353 100644 --- a/textproc/pxp/Makefile +++ b/textproc/pxp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2021/03/08 08:13:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/24 18:51:56 jaapb Exp $ # DISTNAME= pxp-1.2.8 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= textproc MASTER_SITES= http://download.camlcity.org/download/ @@ -33,7 +33,7 @@ INSTALLATION_DIRS= ${OCAML_SITELIBDIR}/pxp OCAML_USE_FINDLIB= yes .include "../../mk/bsd.prefs.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if (${OCAML_USE_OPT_COMPILER} == "yes") BUILD_TARGET+= opt diff --git a/textproc/py-pybtex-docutils/Makefile b/textproc/py-pybtex-docutils/Makefile index f5020794f5b1f..2f7f52996152f 100644 --- a/textproc/py-pybtex-docutils/Makefile +++ b/textproc/py-pybtex-docutils/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:03 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:51:56 jaapb Exp $ DISTNAME= pybtex-docutils-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pybtex-docutils/} diff --git a/time/ocaml-calendar/Makefile b/time/ocaml-calendar/Makefile index cfae388e17c90..ba10a985bf369 100644 --- a/time/ocaml-calendar/Makefile +++ b/time/ocaml-calendar/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2021/03/08 08:13:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/24 18:51:56 jaapb Exp $ # DISTNAME= calendar-2.04 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= time devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1481/ @@ -20,5 +20,5 @@ OCAML_USE_FINDLIB= yes TEST_TARGET= tests -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/ocaml-mtime/Makefile b/time/ocaml-mtime/Makefile index 4c9a6c5961594..4b700cf38755b 100644 --- a/time/ocaml-mtime/Makefile +++ b/time/ocaml-mtime/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/03/08 08:13:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:56 jaapb Exp $ DISTNAME= mtime-1.1.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= time MASTER_SITES= https://erratique.ch/software/mtime/releases/ EXTRACT_SUFX= .tbz @@ -16,6 +16,6 @@ OCAML_USE_TOPKG= yes OCAML_USE_OPAM= yes .include "options.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/wyrd/Makefile b/time/wyrd/Makefile index 406bf4ab10f80..9b8f3ee889d20 100644 --- a/time/wyrd/Makefile +++ b/time/wyrd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2021/03/08 08:13:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.29 2022/05/24 18:51:56 jaapb Exp $ # DISTNAME= wyrd-1.4.6 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= time #MASTER_SITES= http://pessimization.com/software/wyrd/ diff --git a/www/ocaml-curl/Makefile b/www/ocaml-curl/Makefile index a0bb49c0ad58a..668c5ba638c70 100644 --- a/www/ocaml-curl/Makefile +++ b/www/ocaml-curl/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.43 2021/12/08 16:06:58 adam Exp $ +# $NetBSD: Makefile,v 1.44 2022/05/24 18:51:56 jaapb Exp $ # DISTNAME= ocurl-0.5.3 PKGNAME= ocaml-curl-0.5.3 EXTRACT_SUFX= .tgz -PKGREVISION= 39 +PKGREVISION= 40 CATEGORIES= www net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ocurl/} @@ -27,5 +27,5 @@ WRKSRC= ${WRKDIR}/ocurl USE_LANGUAGES= c .include "../../www/curl/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ocaml-http/Makefile b/www/ocaml-http/Makefile index c87fc9f723439..280607e70f5d5 100644 --- a/www/ocaml-http/Makefile +++ b/www/ocaml-http/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2021/03/08 08:13:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/24 18:51:56 jaapb Exp $ # DISTNAME= ocaml-http-0.1.5 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= www MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/545/ @@ -20,7 +20,7 @@ BUILD_TARGET= all OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if (${OCAML_USE_OPT_COMPILER} == "yes") BUILD_TARGET+= opt diff --git a/www/ocsigen-i18n/Makefile b/www/ocsigen-i18n/Makefile index 4fb6ff535f99c..a039b9175194b 100644 --- a/www/ocsigen-i18n/Makefile +++ b/www/ocsigen-i18n/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/03/08 08:13:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/24 18:51:56 jaapb Exp $ GITHUB_PROJECT= ocsigen-i18n DISTNAME= ${GITHUB_PROJECT}-3.7.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=besport/} @@ -20,7 +20,7 @@ INSTALLATION_DIRS+= bin OCAML_USE_FINDLIB= yes OCAML_FINDLIB_DIRS= # empty -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" MAKE_ENV+= OPTNESS=native diff --git a/www/ocsigen-start/Makefile b/www/ocsigen-start/Makefile index c38313ddb1845..9ab7c4579c0d3 100644 --- a/www/ocsigen-start/Makefile +++ b/www/ocsigen-start/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2021/03/08 08:13:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/24 18:51:57 jaapb Exp $ GITHUB_PROJECT= ocsigen-start DISTNAME= ${GITHUB_PROJECT}-2.21.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} @@ -16,7 +16,7 @@ USE_TOOLS= gmake OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" MAKE_ENV+= NATIVE=yes diff --git a/www/ocsigen-toolkit/Makefile b/www/ocsigen-toolkit/Makefile index a3b9a527b3501..2ed642b1f1bf4 100644 --- a/www/ocsigen-toolkit/Makefile +++ b/www/ocsigen-toolkit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/03/08 08:13:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/24 18:51:57 jaapb Exp $ GITHUB_PROJECT= ocsigen-toolkit DISTNAME= ${GITHUB_PROJECT}-2.8.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} @@ -16,7 +16,7 @@ USE_TOOLS= gmake OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" MAKE_ENV+= NATIVE=yes diff --git a/www/swiftsurf/Makefile b/www/swiftsurf/Makefile index 947131e801d30..180ab86a0dc71 100644 --- a/www/swiftsurf/Makefile +++ b/www/swiftsurf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2021/03/08 08:13:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/24 18:51:57 jaapb Exp $ DISTNAME= swiftsurf-1.2.5 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swiftsurf/} @@ -16,7 +16,7 @@ SUBST_FILES.conf= src/conf.ml SUBST_VARS.conf= PKG_SYSCONFDIR SUBST_STAGE.conf= pre-configure -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if !empty(OCAML_USE_OPT_COMPILER:M[Yy][Ee][Ss]) BUILD_TARGET= nat diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index 835178423bf48..cf83c97adc8ca 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2021/03/08 08:13:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/24 18:51:57 jaapb Exp $ DISTNAME= labltk-8.06.3 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= x11 # caution: it's the 1701, not the filename, that identifies the download MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1701/ diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile index d8206d3e4678c..85db25aebe2b2 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2021/12/26 05:09:45 dholland Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/24 18:51:57 jaapb Exp $ GITHUB_PROJECT= graphics DISTNAME= ocaml-${GITHUB_PROJECT}-2.0.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} @@ -15,6 +15,6 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV} OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/ocaml-graphics/buildlink3.mk b/x11/ocaml-graphics/buildlink3.mk index c5135a089c235..4907583aff93f 100644 --- a/x11/ocaml-graphics/buildlink3.mk +++ b/x11/ocaml-graphics/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.26 2021/03/08 08:13:10 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.27 2022/05/24 18:51:57 jaapb Exp $ BUILDLINK_TREE+= ocaml-graphics @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-graphics OCAML_GRAPHICS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-graphics+= ocaml-graphics>=2.0.0 -BUILDLINK_ABI_DEPENDS.ocaml-graphics?= ocaml-graphics>=2.0.0nb1 +BUILDLINK_ABI_DEPENDS.ocaml-graphics?= ocaml-graphics>=2.0.0nb3 BUILDLINK_PKGSRCDIR.ocaml-graphics?= ../../x11/ocaml-graphics .include "../../lang/ocaml/buildlink3.mk" diff --git a/x11/ocaml-lablgtk/Makefile b/x11/ocaml-lablgtk/Makefile index 8ad1ee7524cd1..44466ea0038f2 100644 --- a/x11/ocaml-lablgtk/Makefile +++ b/x11/ocaml-lablgtk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2022/04/18 19:10:17 adam Exp $ +# $NetBSD: Makefile,v 1.71 2022/05/24 18:51:57 jaapb Exp $ GITHUB_PROJECT= lablgtk DISTNAME= ${GITHUB_PROJECT}-2.18.12 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=garrigue/} @@ -44,7 +44,7 @@ PLIST_VARS+= stubs PLIST.stubs= yes .endif -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "options.mk" diff --git a/x11/ocaml-lablgtk3/Makefile b/x11/ocaml-lablgtk3/Makefile index 6b21b0a733eda..7d15063356aab 100644 --- a/x11/ocaml-lablgtk3/Makefile +++ b/x11/ocaml-lablgtk3/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2022/04/18 19:10:17 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/24 18:51:57 jaapb Exp $ GITHUB_PROJECT= lablgtk GITHUB_TAG= ${VERSION} VERSION= 3.1.2 DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${GITHUB_PROJECT}3-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=garrigue/} @@ -22,7 +22,7 @@ OPAM_INSTALL_FILES= ${OCAML_FINDLIB_DIRS} DUNE_BUILD_PACKAGES= ${OCAML_FINDLIB_DIRS} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "options.mk" From 0c88cd3be92fb083f4acdf5e8fc77863657bec7a Mon Sep 17 00:00:00 2001 From: jaapb Date: Tue, 24 May 2022 18:59:20 +0000 Subject: [PATCH 0985/1154] Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages --- archivers/ocaml-bz2/Makefile | 4 ++-- archivers/ocaml-decompress/Makefile | 4 ++-- archivers/ocaml-zip/Makefile | 4 ++-- databases/ocaml-dbm/Makefile | 4 ++-- databases/ocaml-ldap/Makefile | 4 ++-- databases/ocaml-mysql/Makefile | 4 ++-- databases/ocaml-sqlite3/Makefile | 4 ++-- databases/ocsipersist/Makefile | 4 ++-- databases/pgocaml/Makefile | 4 ++-- devel/js_of_ocaml-ocamlbuild/Makefile | 4 ++-- devel/js_of_ocaml/Makefile | 4 ++-- devel/menhir/Makefile | 4 ++-- devel/ocaml-angstrom/Makefile | 4 ++-- devel/ocaml-astring/Makefile | 4 ++-- devel/ocaml-async/Makefile | 4 ++-- devel/ocaml-async_extra/Makefile | 4 ++-- devel/ocaml-async_kernel/Makefile | 4 ++-- devel/ocaml-async_rpc_kernel/Makefile | 4 ++-- devel/ocaml-async_unix/Makefile | 4 ++-- devel/ocaml-base/Makefile | 4 ++-- devel/ocaml-base64/Makefile | 4 ++-- devel/ocaml-base_bigstring/Makefile | 4 ++-- devel/ocaml-base_quickcheck/Makefile | 4 ++-- devel/ocaml-batteries/buildlink3.mk | 4 ++-- devel/ocaml-bigarray-compat/Makefile | 4 ++-- devel/ocaml-bigstringaf/Makefile | 4 ++-- devel/ocaml-bin_prot/Makefile | 4 ++-- devel/ocaml-biniou/buildlink3.mk | 4 ++-- devel/ocaml-bos/buildlink3.mk | 3 ++- devel/ocaml-checkseum/Makefile | 4 ++-- devel/ocaml-cmdliner/Makefile | 4 ++-- devel/ocaml-compiler-libs/Makefile | 4 ++-- devel/ocaml-core/Makefile | 4 ++-- devel/ocaml-core_kernel/Makefile | 4 ++-- devel/ocaml-cstruct/Makefile | 4 ++-- devel/ocaml-digestif/buildlink3.mk | 4 ++-- devel/ocaml-duff/buildlink3.mk | 3 ++- devel/ocaml-encore/buildlink3.mk | 4 ++-- devel/ocaml-eqaf/buildlink3.mk | 3 ++- devel/ocaml-expect_test_helpers_core/Makefile | 4 ++-- devel/ocaml-extlib/buildlink3.mk | 4 ++-- devel/ocaml-fieldslib/Makefile | 4 ++-- devel/ocaml-fmt/Makefile | 4 ++-- devel/ocaml-fpath/buildlink3.mk | 3 ++- devel/ocaml-hex/Makefile | 4 ++-- devel/ocaml-hmap/Makefile | 4 ++-- devel/ocaml-int_repr/Makefile | 4 ++-- devel/ocaml-intrinsics/Makefile | 4 ++-- devel/ocaml-jane-street-headers/Makefile | 4 ++-- devel/ocaml-js-build-tools/buildlink3.mk | 4 ++-- devel/ocaml-jst-config/Makefile | 4 ++-- devel/ocaml-ke/buildlink3.mk | 3 ++- devel/ocaml-logs/buildlink3.mk | 4 ++-- devel/ocaml-lru/buildlink3.mk | 3 ++- devel/ocaml-lwt/Makefile | 4 ++-- devel/ocaml-lwt_camlp4/buildlink3.mk | 3 ++- devel/ocaml-lwt_ppx/Makefile | 4 ++-- devel/ocaml-lwt_react/Makefile | 4 ++-- devel/ocaml-migrate-parsetree/Makefile | 4 ++-- devel/ocaml-mmap/Makefile | 4 ++-- devel/ocaml-ocplib-endian/Makefile | 4 ++-- devel/ocaml-optcomp/buildlink3.mk | 4 ++-- devel/ocaml-optint/Makefile | 4 ++-- devel/ocaml-parsexp/Makefile | 4 ++-- devel/ocaml-ppx_assert/Makefile | 4 ++-- devel/ocaml-ppx_base/Makefile | 4 ++-- devel/ocaml-ppx_bench/Makefile | 4 ++-- devel/ocaml-ppx_bin_prot/Makefile | 4 ++-- devel/ocaml-ppx_cold/Makefile | 4 ++-- devel/ocaml-ppx_compare/Makefile | 4 ++-- devel/ocaml-ppx_custom_printf/Makefile | 4 ++-- devel/ocaml-ppx_deriving/Makefile | 4 ++-- devel/ocaml-ppx_disable_unused_warnings/Makefile | 4 ++-- devel/ocaml-ppx_enumerate/Makefile | 4 ++-- devel/ocaml-ppx_expect/Makefile | 4 ++-- devel/ocaml-ppx_fail/Makefile | 4 ++-- devel/ocaml-ppx_fixed_literal/Makefile | 4 ++-- devel/ocaml-ppx_hash/Makefile | 4 ++-- devel/ocaml-ppx_here/Makefile | 4 ++-- devel/ocaml-ppx_ignore_instrumentation/Makefile | 4 ++-- devel/ocaml-ppx_inline_test/Makefile | 4 ++-- devel/ocaml-ppx_jane/Makefile | 4 ++-- devel/ocaml-ppx_let/Makefile | 4 ++-- devel/ocaml-ppx_log/Makefile | 4 ++-- devel/ocaml-ppx_module_timer/Makefile | 4 ++-- devel/ocaml-ppx_optcomp/Makefile | 4 ++-- devel/ocaml-ppx_optional/Makefile | 4 ++-- devel/ocaml-ppx_pipebang/Makefile | 4 ++-- devel/ocaml-ppx_sexp_conv/Makefile | 4 ++-- devel/ocaml-ppx_sexp_message/Makefile | 4 ++-- devel/ocaml-ppx_sexp_value/Makefile | 4 ++-- devel/ocaml-ppx_stable/Makefile | 4 ++-- devel/ocaml-ppx_string/Makefile | 4 ++-- devel/ocaml-ppx_tools/Makefile | 4 ++-- devel/ocaml-ppx_tools_versioned/buildlink3.mk | 4 ++-- devel/ocaml-ppx_typerep_conv/Makefile | 4 ++-- devel/ocaml-ppx_variants_conv/Makefile | 4 ++-- devel/ocaml-ppxfind/buildlink3.mk | 4 ++-- devel/ocaml-ppxlib/Makefile | 4 ++-- devel/ocaml-psq/buildlink3.mk | 3 ++- devel/ocaml-re/Makefile | 4 ++-- devel/ocaml-react/Makefile | 4 ++-- devel/ocaml-reactiveData/Makefile | 4 ++-- devel/ocaml-rresult/Makefile | 4 ++-- devel/ocaml-seq/Makefile | 4 ++-- devel/ocaml-sexp_pretty/Makefile | 4 ++-- devel/ocaml-sexplib/Makefile | 4 ++-- devel/ocaml-sexplib0/Makefile | 4 ++-- devel/ocaml-spawn/Makefile | 4 ++-- devel/ocaml-splittable_random/Makefile | 4 ++-- devel/ocaml-stdio/Makefile | 4 ++-- devel/ocaml-stdlib-shims/Makefile | 4 ++-- devel/ocaml-typerep/Makefile | 4 ++-- devel/ocaml-variantslib/Makefile | 4 ++-- devel/ocaml-yojson/buildlink3.mk | 4 ++-- devel/ocamlgraph/buildlink3.mk | 4 ++-- devel/ocamlify/buildlink3.mk | 4 ++-- devel/ocamlmod/buildlink3.mk | 4 ++-- devel/pcre-ocaml/Makefile | 4 ++-- graphics/camlimages/buildlink3.mk | 4 ++-- graphics/ocaml-cairo/buildlink3.mk | 4 ++-- math/ocaml-num/buildlink3.mk | 4 ++-- math/scilab/buildlink3.mk | 4 ++-- misc/ocaml-magic-mime/Makefile | 4 ++-- misc/ocaml-opam-file-format/Makefile | 4 ++-- net/ocaml-conduit/Makefile | 4 ++-- net/ocaml-domain-name/Makefile | 4 ++-- net/ocaml-ipaddr/Makefile | 4 ++-- net/ocaml-protocol_version_header/Makefile | 4 ++-- net/ocamlnet/Makefile | 4 ++-- security/ocaml-cryptokit/Makefile | 4 ++-- security/ocaml-ssl/Makefile | 4 ++-- sysutils/hivex/options.mk | 4 ++-- textproc/ocaml-csv/Makefile | 4 ++-- textproc/ocaml-markup/Makefile | 4 ++-- textproc/ocaml-textutils/Makefile | 4 ++-- textproc/ocaml-textutils_kernel/Makefile | 4 ++-- textproc/ocaml-tyxml/Makefile | 4 ++-- textproc/ocaml-uutf/Makefile | 4 ++-- time/ocaml-time_now/Makefile | 4 ++-- time/ocaml-timezone/Makefile | 4 ++-- www/eliom/Makefile | 4 ++-- www/ocaml-cohttp/Makefile | 4 ++-- www/ocaml-uri/Makefile | 4 ++-- www/ocsigen/Makefile | 4 ++-- 145 files changed, 290 insertions(+), 282 deletions(-) diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index 64f03e0793414..6f247fdfba0c0 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2022/05/03 18:29:18 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/24 18:59:20 jaapb Exp $ PKGNAME= ocaml-bz2-${VERSION} DISTNAME= camlbz2-${VERSION} @@ -19,7 +19,7 @@ OCAML_USE_FINDLIB= yes pre-configure: cd ${WRKSRC} && autoconf -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.prefs.mk" .include "../../archivers/bzip2/buildlink3.mk" diff --git a/archivers/ocaml-decompress/Makefile b/archivers/ocaml-decompress/Makefile index cca5f7845e0f0..db38eb78c075c 100644 --- a/archivers/ocaml-decompress/Makefile +++ b/archivers/ocaml-decompress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/03 19:45:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:20 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-1.4.3 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-checkseum/buildlink3.mk" .include "../../devel/ocaml-cmdliner/buildlink3.mk" .include "../../devel/ocaml-optint/buildlink3.mk" diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index 071e2844b84f6..e9f0b8549351b 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2022/05/03 09:27:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/24 18:59:20 jaapb Exp $ # VERSION= 1.11 @@ -19,7 +19,7 @@ INSTALL_TARGET= install-findlib USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" BUILD_TARGET+= allopt diff --git a/databases/ocaml-dbm/Makefile b/databases/ocaml-dbm/Makefile index e1f2822f873db..d6f3bf3c08853 100644 --- a/databases/ocaml-dbm/Makefile +++ b/databases/ocaml-dbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2022/05/05 06:27:39 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/24 18:59:20 jaapb Exp $ # DISTNAME= caml${GITHUB_PROJECT}-1.3 @@ -26,5 +26,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/META ${DESTDIR}${PREFIX}/lib/ocaml/site-lib/dbm .include "../../databases/gdbm/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/ocaml-ldap/Makefile b/databases/ocaml-ldap/Makefile index 1429d67b6f6d5..6902b20ddc54d 100644 --- a/databases/ocaml-ldap/Makefile +++ b/databases/ocaml-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2022/05/04 10:06:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/24 18:59:20 jaapb Exp $ VERSION= 2.4.2 GITHUB_PROJECT= ocamldap @@ -16,7 +16,7 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/pcre-ocaml/buildlink3.mk" .include "../../net/ocamlnet/buildlink3.mk" .include "../../security/ocaml-ssl/buildlink3.mk" diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile index 390d9084dd655..82bbc5e80af10 100644 --- a/databases/ocaml-mysql/Makefile +++ b/databases/ocaml-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2022/05/04 12:55:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/24 18:59:20 jaapb Exp $ # VERSION= 1.2.4 @@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= no # in parallel anyway OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" BUILD_TARGET= all htdoc .if ${OCAML_USE_OPT_COMPILER} == "yes" diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index bfc9f070e43b8..ce880dfa5517f 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2022/05/04 13:10:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.54 2022/05/24 18:59:20 jaapb Exp $ DISTNAME= sqlite3-5.1.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ LICENSE= mit USE_TOOLS+= gmake pkg-config OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-stdio/buildlink3.mk" diff --git a/databases/ocsipersist/Makefile b/databases/ocsipersist/Makefile index 3dea7c22f71c7..7c328ffe899e2 100644 --- a/databases/ocsipersist/Makefile +++ b/databases/ocsipersist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/20 06:47:28 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:20 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-1.1.0 CATEGORIES= databases @@ -21,7 +21,7 @@ OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} .include "options.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../databases/ocaml-dbm/buildlink3.mk" .include "../../devel/ocaml-lwt/buildlink3.mk" .include "../../devel/ocaml-lwt_ppx/buildlink3.mk" diff --git a/databases/pgocaml/Makefile b/databases/pgocaml/Makefile index 785f3c1726525..5501173f6c83c 100644 --- a/databases/pgocaml/Makefile +++ b/databases/pgocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2022/05/05 12:11:18 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/24 18:59:21 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-4.3.0 CATEGORIES= databases @@ -18,7 +18,7 @@ OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= pgocaml pgocaml_ppx OPAM_INSTALL_FILES= ${DUNE_BUILD_PACKAGES} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocaml-hex/buildlink3.mk" .include "../../devel/ocaml-migrate-parsetree/buildlink3.mk" diff --git a/devel/js_of_ocaml-ocamlbuild/Makefile b/devel/js_of_ocaml-ocamlbuild/Makefile index b9509e725f3e5..9827f423bed40 100644 --- a/devel/js_of_ocaml-ocamlbuild/Makefile +++ b/devel/js_of_ocaml-ocamlbuild/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/23 15:09:44 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:21 jaapb Exp $ # DISTNAME= ${GITHUB_PROJECT}-0.0.0.3693 @@ -23,6 +23,6 @@ OCAML_FINDLIB_DIRS= ${DUNE_INSTALL_PACKAGES} WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-852302c8f35b946e2ec275c529a79e46d8749be6 -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/js_of_ocaml/Makefile b/devel/js_of_ocaml/Makefile index 61c4c51c8b3d9..4b895a8aa5531 100644 --- a/devel/js_of_ocaml/Makefile +++ b/devel/js_of_ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2022/05/11 08:42:37 jaapb Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/24 18:59:21 jaapb Exp $ # DISTNAME= ${GITHUB_PROJECT}-4.0.0 @@ -30,5 +30,5 @@ DUNE_BUILD_PACKAGES= ${OPAM_INSTALL_FILES} .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../devel/ocaml-yojson/buildlink3.mk" .include "../../math/ocaml-num/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/menhir/Makefile b/devel/menhir/Makefile index 5764434301f32..29150eaf03843 100644 --- a/devel/menhir/Makefile +++ b/devel/menhir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2022/05/10 08:20:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/24 18:59:21 jaapb Exp $ # DISTNAME= menhir-20220210 @@ -15,5 +15,5 @@ OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= menhir menhirLib menhirSdk OPAM_INSTALL_FILES= ${DUNE_BUILD_PACKAGES} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-angstrom/Makefile b/devel/ocaml-angstrom/Makefile index 770cb78e96027..80899497a50d8 100644 --- a/devel/ocaml-angstrom/Makefile +++ b/devel/ocaml-angstrom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/11 10:20:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:21 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-async/buildlink3.mk" .include "../../devel/ocaml-bigstringaf/buildlink3.mk" .include "../../devel/ocaml-lwt/buildlink3.mk" diff --git a/devel/ocaml-astring/Makefile b/devel/ocaml-astring/Makefile index c228f1e0edbba..0795331addaa3 100644 --- a/devel/ocaml-astring/Makefile +++ b/devel/ocaml-astring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/11 08:26:28 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:21 jaapb Exp $ DISTNAME= astring-0.8.5 PKGNAME= ocaml-${DISTNAME} @@ -17,5 +17,5 @@ OCAML_USE_TOPKG= yes OCAML_USE_OPAM= yes .include "../../devel/ocamlbuild/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-async/Makefile b/devel/ocaml-async/Makefile index 4ca3004cf9878..5ba40919b1b1b 100644 --- a/devel/ocaml-async/Makefile +++ b/devel/ocaml-async/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/05 11:33:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:21 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-async_kernel/buildlink3.mk" .include "../../devel/ocaml-async_rpc_kernel/buildlink3.mk" .include "../../devel/ocaml-async_unix/buildlink3.mk" diff --git a/devel/ocaml-async_extra/Makefile b/devel/ocaml-async_extra/Makefile index 8d48c10401092..a4edaa1d33032 100644 --- a/devel/ocaml-async_extra/Makefile +++ b/devel/ocaml-async_extra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/05 10:53:17 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:21 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-async_kernel/buildlink3.mk" .include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-core_kernel/buildlink3.mk" diff --git a/devel/ocaml-async_kernel/Makefile b/devel/ocaml-async_kernel/Makefile index f322900f98a10..a909db1080c1e 100644 --- a/devel/ocaml-async_kernel/Makefile +++ b/devel/ocaml-async_kernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/05 08:20:45 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:21 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-core_kernel/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" diff --git a/devel/ocaml-async_rpc_kernel/Makefile b/devel/ocaml-async_rpc_kernel/Makefile index 4eaec5612a557..9842070908828 100644 --- a/devel/ocaml-async_rpc_kernel/Makefile +++ b/devel/ocaml-async_rpc_kernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/05 08:31:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:22 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-async_kernel/buildlink3.mk" .include "../../devel/ocaml-core_kernel/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" diff --git a/devel/ocaml-async_unix/Makefile b/devel/ocaml-async_unix/Makefile index 6ba785f21b5d5..d73cffcad0261 100644 --- a/devel/ocaml-async_unix/Makefile +++ b/devel/ocaml-async_unix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/05/05 09:35:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/24 18:59:22 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-async_kernel/buildlink3.mk" .include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-core_kernel/buildlink3.mk" diff --git a/devel/ocaml-base/Makefile b/devel/ocaml-base/Makefile index 7c5e2f9fe0410..63159224261fb 100644 --- a/devel/ocaml-base/Makefile +++ b/devel/ocaml-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2022/05/10 08:33:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/24 18:59:22 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= apache-2.0 OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-dune-configurator/buildlink3.mk" .include "../../devel/ocaml-sexplib0/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-base64/Makefile b/devel/ocaml-base64/Makefile index e97652e39d0a2..59f6a34d1c632 100644 --- a/devel/ocaml-base64/Makefile +++ b/devel/ocaml-base64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2022/05/11 13:26:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/24 18:59:22 jaapb Exp $ VERSION= 3.5.0 GITHUB_PROJECT= ocaml-base64 @@ -15,5 +15,5 @@ LICENSE= isc OCAML_USE_OPAM= yes OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-base_bigstring/Makefile b/devel/ocaml-base_bigstring/Makefile index 93bd069d8ee45..9b1c0442335da 100644 --- a/devel/ocaml-base_bigstring/Makefile +++ b/devel/ocaml-base_bigstring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/05 07:18:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:22 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -18,5 +18,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-int_repr/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-base_quickcheck/Makefile b/devel/ocaml-base_quickcheck/Makefile index 8c1e63acb9610..421185e0b13ec 100644 --- a/devel/ocaml-base_quickcheck/Makefile +++ b/devel/ocaml-base_quickcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 17:12:41 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:22 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -24,5 +24,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../devel/ocaml-splittable_random/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-batteries/buildlink3.mk b/devel/ocaml-batteries/buildlink3.mk index fd8136b3c32bd..be6fb0525ed1a 100644 --- a/devel/ocaml-batteries/buildlink3.mk +++ b/devel/ocaml-batteries/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2020/03/12 11:12:45 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2022/05/24 18:59:22 jaapb Exp $ BUILDLINK_TREE+= ocaml-batteries @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-batteries OCAML_BATTERIES_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-batteries+= ocaml-batteries>=2.0 -BUILDLINK_ABI_DEPENDS.ocaml-batteries+= ocaml-batteries>=2.11.0 +BUILDLINK_ABI_DEPENDS.ocaml-batteries+= ocaml-batteries>=2.11.0nb2 BUILDLINK_PKGSRCDIR.ocaml-batteries?= ../../devel/ocaml-batteries .endif # OCAML_BATTERIES_BUILDLINK3_MK diff --git a/devel/ocaml-bigarray-compat/Makefile b/devel/ocaml-bigarray-compat/Makefile index 53b25173a14ee..fe51b6ad0ed99 100644 --- a/devel/ocaml-bigarray-compat/Makefile +++ b/devel/ocaml-bigarray-compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/02 13:23:44 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:22 jaapb Exp $ VERSION= 1.1.0 GITHUB_PROJECT= bigarray-compat @@ -15,5 +15,5 @@ LICENSE= isc OCAML_USE_OPAM= yes OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-bigstringaf/Makefile b/devel/ocaml-bigstringaf/Makefile index df70b42480599..0ba7a2b345a95 100644 --- a/devel/ocaml-bigstringaf/Makefile +++ b/devel/ocaml-bigstringaf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/11 09:52:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:22 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.9.0 PKGNAME= ocaml-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-bigarray-compat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-bin_prot/Makefile b/devel/ocaml-bin_prot/Makefile index b3adf1f590df6..05f00f9b1aa20 100644 --- a/devel/ocaml-bin_prot/Makefile +++ b/devel/ocaml-bin_prot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/15 02:19:31 mef Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:23 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.14.1 PKGNAME= ocaml-${DISTNAME} @@ -23,5 +23,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" .include "../../devel/ocaml-ppx_variants_conv/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-biniou/buildlink3.mk b/devel/ocaml-biniou/buildlink3.mk index fed0e6e556209..a281feefd8f74 100644 --- a/devel/ocaml-biniou/buildlink3.mk +++ b/devel/ocaml-biniou/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2020/01/31 11:32:30 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2022/05/24 18:59:23 jaapb Exp $ BUILDLINK_TREE+= ocaml-biniou @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-biniou OCAML_BINIOU_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-biniou+= ocaml-biniou>=1.0.13 -BUILDLINK_ABI_DEPENDS.ocaml-biniou+= ocaml-biniou>=1.2.1 +BUILDLINK_ABI_DEPENDS.ocaml-biniou+= ocaml-biniou>=1.2.1nb2 BUILDLINK_PKGSRCDIR.ocaml-biniou?= ../../devel/ocaml-biniou .endif # OCAML_BINIOU_BUILDLINK3_MK diff --git a/devel/ocaml-bos/buildlink3.mk b/devel/ocaml-bos/buildlink3.mk index 404d3e224121a..15856957dbde2 100644 --- a/devel/ocaml-bos/buildlink3.mk +++ b/devel/ocaml-bos/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 10:39:22 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:59:23 jaapb Exp $ BUILDLINK_TREE+= ocaml-bos @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-bos OCAML_BOS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-bos+= ocaml-bos>=0.2.0 +BUILDLINK_ABI_DEPENDS.ocaml-bos+= ocaml-bos>=0.2.0nb2 BUILDLINK_PKGSRCDIR.ocaml-bos?= ../../devel/ocaml-bos .endif # OCAML_BOS_BUILDLINK3_MK diff --git a/devel/ocaml-checkseum/Makefile b/devel/ocaml-checkseum/Makefile index b5a04507c5cab..3cf4d63c1993e 100644 --- a/devel/ocaml-checkseum/Makefile +++ b/devel/ocaml-checkseum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/03 19:34:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:23 jaapb Exp $ DISTNAME= checkseum-0.3.3 PKGNAME= ocaml-${DISTNAME} @@ -20,7 +20,7 @@ USE_LANGUAGES= # none USE_TOOLS+= gmake pkg-config OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-cmdliner/buildlink3.mk" .include "../../devel/ocaml-fmt/buildlink3.mk" .include "../../devel/ocaml-optint/buildlink3.mk" diff --git a/devel/ocaml-cmdliner/Makefile b/devel/ocaml-cmdliner/Makefile index d40dde098a721..bef842bf800b8 100644 --- a/devel/ocaml-cmdliner/Makefile +++ b/devel/ocaml-cmdliner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2022/05/02 18:12:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/24 18:59:23 jaapb Exp $ DISTNAME= cmdliner-1.1.1 PKGNAME= ocaml-${DISTNAME} @@ -18,7 +18,7 @@ MAKE_FLAGS+= PREFIX=${PREFIX} LIBDIR=${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR}/cmd INSTALL_TARGET= install install-doc -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocaml-result/buildlink3.mk" diff --git a/devel/ocaml-compiler-libs/Makefile b/devel/ocaml-compiler-libs/Makefile index 74002bcbb44b8..04e05673c4412 100644 --- a/devel/ocaml-compiler-libs/Makefile +++ b/devel/ocaml-compiler-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/05/02 14:27:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/24 18:59:23 jaapb Exp $ VERSION= 0.12.4 GITHUB_PROJECT= ocaml-compiler-libs @@ -16,5 +16,5 @@ OCAML_USE_DUNE= yes OCAML_TOPKG_NAME= ${GITHUB_PROJECT} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-core/Makefile b/devel/ocaml-core/Makefile index 67aacad9bbd13..ad44dfd2d2910 100644 --- a/devel/ocaml-core/Makefile +++ b/devel/ocaml-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/05 07:58:36 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:23 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_TOOLS+= bash OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-base_bigstring/buildlink3.mk" .include "../../devel/ocaml-base_quickcheck/buildlink3.mk" diff --git a/devel/ocaml-core_kernel/Makefile b/devel/ocaml-core_kernel/Makefile index 4cb4a4432b744..2199fccb4df02 100644 --- a/devel/ocaml-core_kernel/Makefile +++ b/devel/ocaml-core_kernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/05/05 08:04:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/24 18:59:23 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_TOOLS+= bash USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-int_repr/buildlink3.mk" diff --git a/devel/ocaml-cstruct/Makefile b/devel/ocaml-cstruct/Makefile index 33931c25bffe0..88b4c5ccd0925 100644 --- a/devel/ocaml-cstruct/Makefile +++ b/devel/ocaml-cstruct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/05 11:40:16 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:23 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-6.1.0 CATEGORIES= devel @@ -18,5 +18,5 @@ OPAM_INSTALL_FILES= cstruct cstruct-unix cstruct-sexp .include "options.mk" .include "../../devel/ocaml-fmt/buildlink3.mk" .include "../../devel/ocaml-sexplib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-digestif/buildlink3.mk b/devel/ocaml-digestif/buildlink3.mk index df0b86fc4d7da..2548af31cc160 100644 --- a/devel/ocaml-digestif/buildlink3.mk +++ b/devel/ocaml-digestif/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2022/03/21 07:59:31 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2022/05/24 18:59:24 jaapb Exp $ BUILDLINK_TREE+= ocaml-digestif @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-digestif OCAML_DIGESTIF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-digestif+= ocaml-digestif>=0.7.1 -BUILDLINK_ABI_DEPENDS.ocaml-digestif+= ocaml-digestif>=1.1.0nb1 +BUILDLINK_ABI_DEPENDS.ocaml-digestif+= ocaml-digestif>=1.1.0nb2 BUILDLINK_PKGSRCDIR.ocaml-digestif?= ../../devel/ocaml-digestif .endif # OCAML_DIGESTIF_BUILDLINK3_MK diff --git a/devel/ocaml-duff/buildlink3.mk b/devel/ocaml-duff/buildlink3.mk index 6bb7c7e17c793..bd88894860020 100644 --- a/devel/ocaml-duff/buildlink3.mk +++ b/devel/ocaml-duff/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 11:31:30 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/24 18:59:24 jaapb Exp $ BUILDLINK_TREE+= ocaml-duff @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-duff OCAML_DUFF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-duff+= ocaml-duff>=0.2 +BUILDLINK_ABI_DEPENDS.ocaml-duff+= ocaml-duff>=0.2nb2 BUILDLINK_PKGSRCDIR.ocaml-duff?= ../../devel/ocaml-duff .endif # OCAML_DUFF_BUILDLINK3_MK diff --git a/devel/ocaml-encore/buildlink3.mk b/devel/ocaml-encore/buildlink3.mk index d497fe31e150b..6a15b094f399a 100644 --- a/devel/ocaml-encore/buildlink3.mk +++ b/devel/ocaml-encore/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2020/04/14 08:56:07 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:59:24 jaapb Exp $ BUILDLINK_TREE+= ocaml-encore @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-encore OCAML_ENCORE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-encore+= ocaml-encore>=0.2 -BUILDLINK_ABI_DEPENDS.ocaml-encore+= ocaml-encore>=0.4 +BUILDLINK_ABI_DEPENDS.ocaml-encore+= ocaml-encore>=0.4nb2 BUILDLINK_PKGSRCDIR.ocaml-encore?= ../../devel/ocaml-encore .endif # OCAML_ENCORE_BUILDLINK3_MK diff --git a/devel/ocaml-eqaf/buildlink3.mk b/devel/ocaml-eqaf/buildlink3.mk index 9e1b115ab6efb..5d7721ce3b43d 100644 --- a/devel/ocaml-eqaf/buildlink3.mk +++ b/devel/ocaml-eqaf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2019/03/25 09:30:27 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/24 18:59:24 jaapb Exp $ BUILDLINK_TREE+= ocaml-eqaf @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-eqaf OCAML_EQAF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-eqaf+= ocaml-eqaf>=0.2 +BUILDLINK_ABI_DEPENDS.ocaml-eqaf+= ocaml-eqaf>=0.2nb2 BUILDLINK_PKGSRCDIR.ocaml-eqaf?= ../../devel/ocaml-eqaf .endif # OCAML_EQAF_BUILDLINK3_MK diff --git a/devel/ocaml-expect_test_helpers_core/Makefile b/devel/ocaml-expect_test_helpers_core/Makefile index 37f95c9ecca71..4df69d514b655 100644 --- a/devel/ocaml-expect_test_helpers_core/Makefile +++ b/devel/ocaml-expect_test_helpers_core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 08:53:02 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:24 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-base_quickcheck/buildlink3.mk" .include "../../devel/ocaml-core/buildlink3.mk" diff --git a/devel/ocaml-extlib/buildlink3.mk b/devel/ocaml-extlib/buildlink3.mk index c34b74103cf33..4172f313893b6 100644 --- a/devel/ocaml-extlib/buildlink3.mk +++ b/devel/ocaml-extlib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2021/03/08 20:36:53 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2022/05/24 18:59:24 jaapb Exp $ BUILDLINK_TREE+= ocaml-extlib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-extlib OCAML_EXTLIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-extlib+= ocaml-extlib>=1.7.0 -BUILDLINK_ABI_DEPENDS.ocaml-extlib+= ocaml-extlib>=1.7.8 +BUILDLINK_ABI_DEPENDS.ocaml-extlib+= ocaml-extlib>=1.7.8nb1 BUILDLINK_PKGSRCDIR.ocaml-extlib?= ../../devel/ocaml-extlib .endif # OCAML_EXTLIB_BUILDLINK3_MK diff --git a/devel/ocaml-fieldslib/Makefile b/devel/ocaml-fieldslib/Makefile index 8e22527f6cd5e..542d84a7e6960 100644 --- a/devel/ocaml-fieldslib/Makefile +++ b/devel/ocaml-fieldslib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 15:39:58 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:24 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -14,6 +14,6 @@ LICENSE= mit OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-fmt/Makefile b/devel/ocaml-fmt/Makefile index 8eee3523c5a2b..9209a2f2e961f 100644 --- a/devel/ocaml-fmt/Makefile +++ b/devel/ocaml-fmt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/05/03 19:24:37 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/24 18:59:24 jaapb Exp $ DISTNAME= fmt-0.9.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_TOPKG= yes OCAML_USE_OPAM= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocaml-cmdliner/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-fpath/buildlink3.mk b/devel/ocaml-fpath/buildlink3.mk index 553bfdaf8dd51..2e20e83de35fa 100644 --- a/devel/ocaml-fpath/buildlink3.mk +++ b/devel/ocaml-fpath/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 11:19:17 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/24 18:59:24 jaapb Exp $ BUILDLINK_TREE+= ocaml-fpath @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-fpath OCAML_FPATH_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-fpath+= ocaml-fpath>=0.7.2 +BUILDLINK_ABI_DEPENDS.ocaml-fpath+= ocaml-fpath>=0.7.2nb2 BUILDLINK_PKGSRCDIR.ocaml-fpath?= ../../devel/ocaml-fpath .endif # OCAML_FPATH_BUILDLINK3_MK diff --git a/devel/ocaml-hex/Makefile b/devel/ocaml-hex/Makefile index 122605823b3f7..f39db4a7c986d 100644 --- a/devel/ocaml-hex/Makefile +++ b/devel/ocaml-hex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/05 11:45:46 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:25 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-1.5.0 CATEGORIES= devel @@ -16,5 +16,5 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes .include "../../devel/ocaml-cstruct/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-hmap/Makefile b/devel/ocaml-hmap/Makefile index c81b38379ceca..008e860619bc0 100644 --- a/devel/ocaml-hmap/Makefile +++ b/devel/ocaml-hmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/11 11:25:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:25 jaapb Exp $ DISTNAME= hmap-0.8.1 PKGNAME= ocaml-${DISTNAME} @@ -16,6 +16,6 @@ USE_LANGUAGES= # none OCAML_USE_TOPKG= yes OCAML_USE_OPAM= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-int_repr/Makefile b/devel/ocaml-int_repr/Makefile index a89ea975b8eba..b95040a330f3b 100644 --- a/devel/ocaml-int_repr/Makefile +++ b/devel/ocaml-int_repr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 07:02:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:25 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-intrinsics/Makefile b/devel/ocaml-intrinsics/Makefile index 3ed1acf127091..769769df41171 100644 --- a/devel/ocaml-intrinsics/Makefile +++ b/devel/ocaml-intrinsics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 09:02:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:25 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.2 PKGNAME= ${DISTNAME:S/_/-/} @@ -18,5 +18,5 @@ OPAM_INSTALL_FILES= ${GITHUB_PROJECT} OCAML_FINDLIB_DIRS= ${GITHUB_PROJECT} .include "../../devel/ocaml-dune-configurator/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-jane-street-headers/Makefile b/devel/ocaml-jane-street-headers/Makefile index fad275bde81a4..833a8475d95a5 100644 --- a/devel/ocaml-jane-street-headers/Makefile +++ b/devel/ocaml-jane-street-headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/04 16:32:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:25 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,5 +15,5 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-js-build-tools/buildlink3.mk b/devel/ocaml-js-build-tools/buildlink3.mk index 58d68be41837a..b157d71bb50ef 100644 --- a/devel/ocaml-js-build-tools/buildlink3.mk +++ b/devel/ocaml-js-build-tools/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2020/12/04 04:55:49 riastradh Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 18:59:25 jaapb Exp $ BUILDLINK_TREE+= ocaml-js-build-tools @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-js-build-tools OCAML_JS_BUILD_TOOLS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-js-build-tools+= ocaml-js-build-tools>=113.33.04 -BUILDLINK_ABI_DEPENDS.ocaml-js-build-tools+= ocaml-js-build-tools>=113.33.06nb6 +BUILDLINK_ABI_DEPENDS.ocaml-js-build-tools+= ocaml-js-build-tools>=113.33.06nb8 BUILDLINK_PKGSRCDIR.ocaml-js-build-tools?= ../../devel/ocaml-js-build-tools .endif # OCAML_JS_BUILD_TOOLS_BUILDLINK3_MK diff --git a/devel/ocaml-jst-config/Makefile b/devel/ocaml-jst-config/Makefile index 3c16a30704509..79ec8ac050597 100644 --- a/devel/ocaml-jst-config/Makefile +++ b/devel/ocaml-jst-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/04 16:37:41 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:25 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.1 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppx_assert/buildlink3.mk" .include "../../devel/ocaml-stdio/buildlink3.mk" diff --git a/devel/ocaml-ke/buildlink3.mk b/devel/ocaml-ke/buildlink3.mk index cedfaa1c751be..a6d294cde081b 100644 --- a/devel/ocaml-ke/buildlink3.mk +++ b/devel/ocaml-ke/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2020/04/14 08:18:30 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2022/05/24 18:59:25 jaapb Exp $ BUILDLINK_TREE+= ocaml-ke @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-ke OCAML_KE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ke+= ocaml-ke>=0.4 +BUILDLINK_ABI_DEPENDS.ocaml-ke+= ocaml-ke>=0.4nb2 BUILDLINK_PKGSRCDIR.ocaml-ke?= ../../devel/ocaml-ke .endif # OCAML_KE_BUILDLINK3_MK diff --git a/devel/ocaml-logs/buildlink3.mk b/devel/ocaml-logs/buildlink3.mk index fd19e4b6d73b2..643e3c49dffec 100644 --- a/devel/ocaml-logs/buildlink3.mk +++ b/devel/ocaml-logs/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2020/04/30 13:29:07 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2022/05/24 18:59:25 jaapb Exp $ BUILDLINK_TREE+= ocaml-logs @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-logs OCAML_LOGS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-logs+= ocaml-logs>=0.6.2 -BUILDLINK_ABI_DEPENDS.ocaml-logs+= ocaml-logs>=0.7.0nb1 +BUILDLINK_ABI_DEPENDS.ocaml-logs+= ocaml-logs>=0.7.0nb3 BUILDLINK_PKGSRCDIR.ocaml-logs?= ../../devel/ocaml-logs .endif # OCAML_LOGS_BUILDLINK3_MK diff --git a/devel/ocaml-lru/buildlink3.mk b/devel/ocaml-lru/buildlink3.mk index 325765e04c423..829c0526c7d73 100644 --- a/devel/ocaml-lru/buildlink3.mk +++ b/devel/ocaml-lru/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 10:39:23 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:59:26 jaapb Exp $ BUILDLINK_TREE+= ocaml-lru @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-lru OCAML_LRU_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-lru+= ocaml-lru>=0.2.0 +BUILDLINK_ABI_DEPENDS.ocaml-lru+= ocaml-lru>=0.2.0nb2 BUILDLINK_PKGSRCDIR.ocaml-lru?= ../../devel/ocaml-lru .endif # OCAML_LRU_BUILDLINK3_MK diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index 10a93f3c2c8b8..d597506ec979c 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2022/05/02 14:02:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.46 2022/05/24 18:59:26 jaapb Exp $ # .include "Makefile.common" @@ -17,7 +17,7 @@ CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS MAKE_ENV+= LWT_DISCOVER_ARGUMENTS="--use-pthread true --use-libev true --verbose" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../devel/libev/buildlink3.mk" .include "../../devel/ocaml-cppo/buildlink3.mk" diff --git a/devel/ocaml-lwt_camlp4/buildlink3.mk b/devel/ocaml-lwt_camlp4/buildlink3.mk index 21851ac57634a..60436854c6f00 100644 --- a/devel/ocaml-lwt_camlp4/buildlink3.mk +++ b/devel/ocaml-lwt_camlp4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2019/11/03 10:39:24 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 18:59:26 jaapb Exp $ BUILDLINK_TREE+= ocaml-lwt_camlp4 @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-lwt_camlp4 OCAML_LWT_CAMLP4_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-lwt_camlp4+= ocaml-lwt_camlp4>=20180325nb4 +BUILDLINK_ABI_DEPENDS.ocaml-lwt_camlp4+= ocaml-lwt_camlp4>=20180325nb6 BUILDLINK_PKGSRCDIR.ocaml-lwt_camlp4?= ../../devel/ocaml-lwt_camlp4 .include "../../devel/ocaml-lwt/buildlink3.mk" diff --git a/devel/ocaml-lwt_ppx/Makefile b/devel/ocaml-lwt_ppx/Makefile index dc302128f503b..c1741d2c73d76 100644 --- a/devel/ocaml-lwt_ppx/Makefile +++ b/devel/ocaml-lwt_ppx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/05/02 14:07:16 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/24 18:59:26 jaapb Exp $ .include "../../devel/ocaml-lwt/Makefile.common" @@ -13,7 +13,7 @@ CONFLICTS= ocaml-lwt<3.0.0 DUNE_BUILD_PACKAGES= lwt_ppx -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-lwt/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-lwt_react/Makefile b/devel/ocaml-lwt_react/Makefile index 8a245829d103e..d5b7f135a5d70 100644 --- a/devel/ocaml-lwt_react/Makefile +++ b/devel/ocaml-lwt_react/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2022/05/02 14:12:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/24 18:59:26 jaapb Exp $ .include "../../devel/ocaml-lwt/Makefile.common" @@ -13,7 +13,7 @@ CONFLICTS= ocaml-lwt<3.0.0 DUNE_BUILD_PACKAGES= lwt_react -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-lwt/buildlink3.mk" .include "../../devel/ocaml-react/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-migrate-parsetree/Makefile b/devel/ocaml-migrate-parsetree/Makefile index 72846614e2fa7..4d4ac8c364f9e 100644 --- a/devel/ocaml-migrate-parsetree/Makefile +++ b/devel/ocaml-migrate-parsetree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2022/05/02 13:13:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/24 18:59:26 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-2.3.0 CATEGORIES= devel @@ -17,6 +17,6 @@ OCAML_FINDLIB_DIRS= ${GITHUB_PROJECT} OCAML_USE_DUNE= yes OPAM_INSTALL_FILES= ${GITHUB_PROJECT} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-mmap/Makefile b/devel/ocaml-mmap/Makefile index a6acea59b2b14..7dd33a004067d 100644 --- a/devel/ocaml-mmap/Makefile +++ b/devel/ocaml-mmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/02 13:33:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:26 jaapb Exp $ GITHUB_PROJECT= mmap GITHUB_TAG= v${PKGVERSION_NOREV} @@ -13,6 +13,6 @@ LICENSE= gnu-lgpl-v2.1 OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-bigarray-compat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ocplib-endian/Makefile b/devel/ocaml-ocplib-endian/Makefile index 0adcbbf94dfd0..95b6e2fd79ffd 100644 --- a/devel/ocaml-ocplib-endian/Makefile +++ b/devel/ocaml-ocplib-endian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/02 13:44:25 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:26 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-1.2 PKGNAME= ocaml-${DISTNAME} @@ -14,6 +14,6 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-cppo/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-optcomp/buildlink3.mk b/devel/ocaml-optcomp/buildlink3.mk index 108a32662ad15..397efdc265661 100644 --- a/devel/ocaml-optcomp/buildlink3.mk +++ b/devel/ocaml-optcomp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2018/07/19 15:15:23 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2022/05/24 18:59:26 jaapb Exp $ BUILDLINK_TREE+= ocaml-optcomp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-optcomp OCAML_OPTCOMP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-optcomp+= ocaml-optcomp>=1.6nb1 -BUILDLINK_ABI_DEPENDS.ocaml-optcomp+= ocaml-optcomp>=1.6nb11 +BUILDLINK_ABI_DEPENDS.ocaml-optcomp+= ocaml-optcomp>=1.6nb14 BUILDLINK_PKGSRCDIR.ocaml-optcomp?= ../../devel/ocaml-optcomp .include "../../lang/camlp4/buildlink3.mk" diff --git a/devel/ocaml-optint/Makefile b/devel/ocaml-optint/Makefile index 3ab55926b2ccb..f3b1649a30cbc 100644 --- a/devel/ocaml-optint/Makefile +++ b/devel/ocaml-optint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/03 19:11:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:27 jaapb Exp $ DISTNAME= optint-0.2.0 PKGNAME= ocaml-${DISTNAME} @@ -16,5 +16,5 @@ OCAML_USE_DUNE= yes USE_LANGUAGES= # none -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-parsexp/Makefile b/devel/ocaml-parsexp/Makefile index 5a07822bf1801..d180d7f23ed2e 100644 --- a/devel/ocaml-parsexp/Makefile +++ b/devel/ocaml-parsexp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/05/04 13:25:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/24 18:59:27 jaapb Exp $ GITHUB_PROJECT= parsexp GITHUB_TAG= v${PKGVERSION_NOREV} @@ -18,5 +18,5 @@ UNLIMIT_RESOURCES+= stacksize # needed for very large constant .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-sexplib0/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_assert/Makefile b/devel/ocaml-ppx_assert/Makefile index 6c6bf75ed6fe2..7224b76f4332d 100644 --- a/devel/ocaml-ppx_assert/Makefile +++ b/devel/ocaml-ppx_assert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 16:27:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:27 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppx_compare/buildlink3.mk" .include "../../devel/ocaml-ppx_cold/buildlink3.mk" diff --git a/devel/ocaml-ppx_base/Makefile b/devel/ocaml-ppx_base/Makefile index 29067eac6d471..c7dd6ff9a7466 100644 --- a/devel/ocaml-ppx_base/Makefile +++ b/devel/ocaml-ppx_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/05/04 15:32:22 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/24 18:59:27 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-ppx_cold/buildlink3.mk" .include "../../devel/ocaml-ppx_compare/buildlink3.mk" .include "../../devel/ocaml-ppx_enumerate/buildlink3.mk" diff --git a/devel/ocaml-ppx_bench/Makefile b/devel/ocaml-ppx_bench/Makefile index 4a7ce84389966..e083809f0b42c 100644 --- a/devel/ocaml-ppx_bench/Makefile +++ b/devel/ocaml-ppx_bench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/04 17:01:19 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:27 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -18,5 +18,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_inline_test/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_bin_prot/Makefile b/devel/ocaml-ppx_bin_prot/Makefile index a125f392c22ed..54a00d0e9bf7b 100644 --- a/devel/ocaml-ppx_bin_prot/Makefile +++ b/devel/ocaml-ppx_bin_prot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/04 17:58:56 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:27 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -20,5 +20,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_here/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_cold/Makefile b/devel/ocaml-ppx_cold/Makefile index cea8d4a32c197..479d1b532ba00 100644 --- a/devel/ocaml-ppx_cold/Makefile +++ b/devel/ocaml-ppx_cold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 15:24:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:27 jaapb Exp $ GITHUB_PROJECT= ppx_cold GITHUB_TAG= v${PKGVERSION_NOREV} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_compare/Makefile b/devel/ocaml-ppx_compare/Makefile index 2e24c3df016e6..f998870e5084f 100644 --- a/devel/ocaml-ppx_compare/Makefile +++ b/devel/ocaml-ppx_compare/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2022/05/04 13:57:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/24 18:59:27 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_custom_printf/Makefile b/devel/ocaml-ppx_custom_printf/Makefile index b7616ebebce34..67288a06921b2 100644 --- a/devel/ocaml-ppx_custom_printf/Makefile +++ b/devel/ocaml-ppx_custom_printf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 17:18:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:27 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" diff --git a/devel/ocaml-ppx_deriving/Makefile b/devel/ocaml-ppx_deriving/Makefile index ce417193e5a1e..f8b5d3dc1baaf 100644 --- a/devel/ocaml-ppx_deriving/Makefile +++ b/devel/ocaml-ppx_deriving/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2022/05/05 11:52:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/24 18:59:28 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-5.2.1 PKGNAME= ocaml-${DISTNAME} @@ -19,5 +19,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_derivers/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../devel/ocaml-result/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_disable_unused_warnings/Makefile b/devel/ocaml-ppx_disable_unused_warnings/Makefile index 5af884b22cfdc..e2c7f876017a7 100644 --- a/devel/ocaml-ppx_disable_unused_warnings/Makefile +++ b/devel/ocaml-ppx_disable_unused_warnings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 06:36:25 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:28 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -17,5 +17,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_enumerate/Makefile b/devel/ocaml-ppx_enumerate/Makefile index 729d5118310a9..6c588a91fb060 100644 --- a/devel/ocaml-ppx_enumerate/Makefile +++ b/devel/ocaml-ppx_enumerate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2022/05/04 14:11:35 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/24 18:59:28 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_expect/Makefile b/devel/ocaml-ppx_expect/Makefile index 20452036bd022..924c39615b239 100644 --- a/devel/ocaml-ppx_expect/Makefile +++ b/devel/ocaml-ppx_expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/04 18:04:15 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:28 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppx_assert/buildlink3.mk" .include "../../devel/ocaml-ppx_compare/buildlink3.mk" diff --git a/devel/ocaml-ppx_fail/Makefile b/devel/ocaml-ppx_fail/Makefile index 69e24f90c5129..550d19e72098e 100644 --- a/devel/ocaml-ppx_fail/Makefile +++ b/devel/ocaml-ppx_fail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/04 18:16:40 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:28 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.14.0 PKGNAME= ocaml-${DISTNAME} @@ -19,5 +19,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_here/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_fixed_literal/Makefile b/devel/ocaml-ppx_fixed_literal/Makefile index 7306843b5f79b..3092835f87b3a 100644 --- a/devel/ocaml-ppx_fixed_literal/Makefile +++ b/devel/ocaml-ppx_fixed_literal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 06:25:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:28 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -17,5 +17,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_hash/Makefile b/devel/ocaml-ppx_hash/Makefile index 99e253e71c64a..6b6e924327bf4 100644 --- a/devel/ocaml-ppx_hash/Makefile +++ b/devel/ocaml-ppx_hash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2022/05/04 15:09:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2022/05/24 18:59:28 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppx_compare/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" diff --git a/devel/ocaml-ppx_here/Makefile b/devel/ocaml-ppx_here/Makefile index 2ee4bf3b6c823..ebc2828f54ae1 100644 --- a/devel/ocaml-ppx_here/Makefile +++ b/devel/ocaml-ppx_here/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 16:00:58 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:28 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_ignore_instrumentation/Makefile b/devel/ocaml-ppx_ignore_instrumentation/Makefile index c2abec0f7e9bf..5bc637a64e6f7 100644 --- a/devel/ocaml-ppx_ignore_instrumentation/Makefile +++ b/devel/ocaml-ppx_ignore_instrumentation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 06:01:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:28 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,5 +16,5 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_inline_test/Makefile b/devel/ocaml-ppx_inline_test/Makefile index 1e14a62053854..3a871e2695734 100644 --- a/devel/ocaml-ppx_inline_test/Makefile +++ b/devel/ocaml-ppx_inline_test/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/04 16:55:50 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:29 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../time/ocaml-time_now/buildlink3.mk" diff --git a/devel/ocaml-ppx_jane/Makefile b/devel/ocaml-ppx_jane/Makefile index 35d50c1a423c0..19283f91b3147 100644 --- a/devel/ocaml-ppx_jane/Makefile +++ b/devel/ocaml-ppx_jane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/05 07:13:22 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:29 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -43,5 +43,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_variants_conv/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_let/Makefile b/devel/ocaml-ppx_let/Makefile index 059b9e06671ce..90d8882519520 100644 --- a/devel/ocaml-ppx_let/Makefile +++ b/devel/ocaml-ppx_let/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 16:07:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:29 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -19,5 +19,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_here/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_log/Makefile b/devel/ocaml-ppx_log/Makefile index f6694c812f470..683e27fa0040d 100644 --- a/devel/ocaml-ppx_log/Makefile +++ b/devel/ocaml-ppx_log/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 06:10:54 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:29 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -21,5 +21,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_sexp_message/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../devel/ocaml-sexplib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_module_timer/Makefile b/devel/ocaml-ppx_module_timer/Makefile index 4a7c6f0eb7e52..66e44e230b33c 100644 --- a/devel/ocaml-ppx_module_timer/Makefile +++ b/devel/ocaml-ppx_module_timer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 18:10:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:29 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -20,5 +20,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../devel/ocaml-stdio/buildlink3.mk" .include "../../time/ocaml-time_now/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_optcomp/Makefile b/devel/ocaml-ppx_optcomp/Makefile index f6d08a33b8850..090b41a25012d 100644 --- a/devel/ocaml-ppx_optcomp/Makefile +++ b/devel/ocaml-ppx_optcomp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2022/05/04 16:43:36 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/24 18:59:29 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= apache-2.0 OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-stdio/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" diff --git a/devel/ocaml-ppx_optional/Makefile b/devel/ocaml-ppx_optional/Makefile index dcbb7020fe39e..79540ac0897a3 100644 --- a/devel/ocaml-ppx_optional/Makefile +++ b/devel/ocaml-ppx_optional/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 18:21:38 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:29 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -17,5 +17,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_pipebang/Makefile b/devel/ocaml-ppx_pipebang/Makefile index 1c033ce841ee6..5187885c55f8a 100644 --- a/devel/ocaml-ppx_pipebang/Makefile +++ b/devel/ocaml-ppx_pipebang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/04 18:27:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:29 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,5 +16,5 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_sexp_conv/Makefile b/devel/ocaml-ppx_sexp_conv/Makefile index 4c1d4e10fe4ac..05f375f1758ea 100644 --- a/devel/ocaml-ppx_sexp_conv/Makefile +++ b/devel/ocaml-ppx_sexp_conv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2022/05/04 14:43:45 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/24 18:59:30 jaapb Exp $ GITHUB_PROJECT= ppx_sexp_conv GITHUB_TAG= v${PKGVERSION_NOREV} @@ -19,5 +19,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-migrate-parsetree/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_sexp_message/Makefile b/devel/ocaml-ppx_sexp_message/Makefile index f6bf5b33af559..8b093ee35e557 100644 --- a/devel/ocaml-ppx_sexp_message/Makefile +++ b/devel/ocaml-ppx_sexp_message/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 16:14:30 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:30 jaapb Exp $ GITHUB_PROJECT= ppx_sexp_message GITHUB_TAG= v${PKGVERSION_NOREV} @@ -20,5 +20,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_sexp_value/Makefile b/devel/ocaml-ppx_sexp_value/Makefile index 42b4e67f15f16..91583b7aa8c41 100644 --- a/devel/ocaml-ppx_sexp_value/Makefile +++ b/devel/ocaml-ppx_sexp_value/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/04 16:20:15 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:30 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -19,5 +19,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_here/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_stable/Makefile b/devel/ocaml-ppx_stable/Makefile index 7af469bf61539..ae356dddd11e7 100644 --- a/devel/ocaml-ppx_stable/Makefile +++ b/devel/ocaml-ppx_stable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 18:33:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:30 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -18,5 +18,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_string/Makefile b/devel/ocaml-ppx_string/Makefile index cc758f0c6a5ec..038ef1cf4e07e 100644 --- a/devel/ocaml-ppx_string/Makefile +++ b/devel/ocaml-ppx_string/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 06:17:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:30 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -18,5 +18,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppx_base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_tools/Makefile b/devel/ocaml-ppx_tools/Makefile index 53aa3f9e7dc21..b4539ce3df12e 100644 --- a/devel/ocaml-ppx_tools/Makefile +++ b/devel/ocaml-ppx_tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2022/05/05 12:06:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/24 18:59:30 jaapb Exp $ VERSION= 6.5 GITHUB_PROJECT= ppx_tools @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-cppo/buildlink3.mk" BUILDLINK_DEPMETHOD.ocaml-cppo= build .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_tools_versioned/buildlink3.mk b/devel/ocaml-ppx_tools_versioned/buildlink3.mk index b4127c4fdc742..12f5c29240d65 100644 --- a/devel/ocaml-ppx_tools_versioned/buildlink3.mk +++ b/devel/ocaml-ppx_tools_versioned/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2020/12/09 11:28:57 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2022/05/24 18:59:30 jaapb Exp $ BUILDLINK_TREE+= ocaml-ppx_tools_versioned @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppx_tools_versioned OCAML_PPX_TOOLS_VERSIONED_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ppx_tools_versioned+= ocaml-ppx_tools_versioned>=5.0.1 -BUILDLINK_ABI_DEPENDS.ocaml-ppx_tools_versioned+= ocaml-ppx_tools_versioned>=5.4.0 +BUILDLINK_ABI_DEPENDS.ocaml-ppx_tools_versioned+= ocaml-ppx_tools_versioned>=5.4.0nb2 BUILDLINK_PKGSRCDIR.ocaml-ppx_tools_versioned?= ../../devel/ocaml-ppx_tools_versioned .endif # OCAML_PPX_TOOLS_VERSIONED_BUILDLINK3_MK diff --git a/devel/ocaml-ppx_typerep_conv/Makefile b/devel/ocaml-ppx_typerep_conv/Makefile index aaaa956fb1dc8..4cb857cec895a 100644 --- a/devel/ocaml-ppx_typerep_conv/Makefile +++ b/devel/ocaml-ppx_typerep_conv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/04 18:45:39 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:30 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -18,5 +18,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../devel/ocaml-typerep/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-ppx_variants_conv/Makefile b/devel/ocaml-ppx_variants_conv/Makefile index c0578f5cc2eb9..0f025b83e3642 100644 --- a/devel/ocaml-ppx_variants_conv/Makefile +++ b/devel/ocaml-ppx_variants_conv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/04 17:36:36 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:30 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-variantslib/buildlink3.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" diff --git a/devel/ocaml-ppxfind/buildlink3.mk b/devel/ocaml-ppxfind/buildlink3.mk index cff0f226c5c01..e7e85900d15b7 100644 --- a/devel/ocaml-ppxfind/buildlink3.mk +++ b/devel/ocaml-ppxfind/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2020/12/10 08:43:15 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:59:31 jaapb Exp $ BUILDLINK_TREE+= ocaml-ppxfind @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppxfind OCAML_PPXFIND_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ppxfind+= ocaml-ppxfind>=1.3 -BUILDLINK_ABI_DEPENDS.ocaml-ppxfind+= ocaml-ppxfind>=1.4 +BUILDLINK_ABI_DEPENDS.ocaml-ppxfind+= ocaml-ppxfind>=1.4nb2 BUILDLINK_PKGSRCDIR.ocaml-ppxfind?= ../../devel/ocaml-ppxfind .endif # OCAML_PPXFIND_BUILDLINK3_MK diff --git a/devel/ocaml-ppxlib/Makefile b/devel/ocaml-ppxlib/Makefile index 4cfc4bb87a551..5826721223f82 100644 --- a/devel/ocaml-ppxlib/Makefile +++ b/devel/ocaml-ppxlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/05/02 15:04:06 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/24 18:59:31 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.26.0 PKGNAME= ocaml-${DISTNAME} @@ -28,5 +28,5 @@ SUPERSEDES= ocaml-ppx_ast-[0-9]* \ .include "../../devel/ocaml-ppx_derivers/buildlink3.mk" .include "../../devel/ocaml-sexplib0/buildlink3.mk" .include "../../devel/ocaml-stdlib-shims/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-psq/buildlink3.mk b/devel/ocaml-psq/buildlink3.mk index 9e2892a2c2cd9..4dab125335d1f 100644 --- a/devel/ocaml-psq/buildlink3.mk +++ b/devel/ocaml-psq/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 10:39:25 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:59:31 jaapb Exp $ BUILDLINK_TREE+= ocaml-psq @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-psq OCAML_PSQ_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-psq+= ocaml-psq>=0.1.0 +BUILDLINK_ABI_DEPENDS.ocaml-psq+= ocaml-psq>=0.1.0nb2 BUILDLINK_PKGSRCDIR.ocaml-psq?= ../../devel/ocaml-psq .endif # OCAML_PSQ_BUILDLINK3_MK diff --git a/devel/ocaml-re/Makefile b/devel/ocaml-re/Makefile index 701563e933011..d61ee8b900fae 100644 --- a/devel/ocaml-re/Makefile +++ b/devel/ocaml-re/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2022/05/02 15:20:39 jaapb Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/24 18:59:31 jaapb Exp $ VERSION= 1.10.4 GITHUB_PROJECT= ocaml-re @@ -17,6 +17,6 @@ INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/re/emacs ${OCAML_SITELIBDIR}/re/glob \ share/doc/re OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-seq/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index 21273e0c5253b..13747826ceed1 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2022/05/10 08:11:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/24 18:59:31 jaapb Exp $ DISTNAME= react-1.2.2 PKGNAME= ocaml-${DISTNAME} @@ -17,6 +17,6 @@ INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/react OCAML_USE_TOPKG= yes OCAML_USE_OPAM= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-reactiveData/Makefile b/devel/ocaml-reactiveData/Makefile index 72f12c6625684..af7ace0cd3c98 100644 --- a/devel/ocaml-reactiveData/Makefile +++ b/devel/ocaml-reactiveData/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2022/05/10 08:14:02 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/24 18:59:31 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.3 PKGNAME= ocaml-${DISTNAME} @@ -13,6 +13,6 @@ LICENSE= gnu-lgpl-v2.1 OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-react/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-rresult/Makefile b/devel/ocaml-rresult/Makefile index 846cb0d652530..a191b251eebf5 100644 --- a/devel/ocaml-rresult/Makefile +++ b/devel/ocaml-rresult/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/03 19:30:18 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:31 jaapb Exp $ DISTNAME= rresult-0.7.0 PKGNAME= ocaml-${DISTNAME} @@ -18,5 +18,5 @@ OCAML_USE_OPAM= yes .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocaml-compiler-libs/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-seq/Makefile b/devel/ocaml-seq/Makefile index 2a1e99b90f8c7..6a01cd6df1a93 100644 --- a/devel/ocaml-seq/Makefile +++ b/devel/ocaml-seq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/02 13:53:44 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:31 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.2.2 PKGNAME= ocaml-${DISTNAME} @@ -14,5 +14,5 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-sexp_pretty/Makefile b/devel/ocaml-sexp_pretty/Makefile index fa54c76676a34..4d070d6726999 100644 --- a/devel/ocaml-sexp_pretty/Makefile +++ b/devel/ocaml-sexp_pretty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 08:46:43 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:31 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -20,5 +20,5 @@ BUILD_TARGET= default .include "../../devel/ocaml-ppx_base/buildlink3.mk" .include "../../devel/ocaml-sexplib/buildlink3.mk" .include "../../devel/ocaml-re/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile index d35ad50147218..0246cca48f8d7 100644 --- a/devel/ocaml-sexplib/Makefile +++ b/devel/ocaml-sexplib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2022/05/04 13:32:12 jaapb Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/24 18:59:32 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -20,5 +20,5 @@ BUILD_TARGET= default .include "../../devel/ocaml-parsexp/buildlink3.mk" .include "../../devel/ocaml-sexplib0/buildlink3.mk" .include "../../math/ocaml-num/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-sexplib0/Makefile b/devel/ocaml-sexplib0/Makefile index 827ce32f535ac..d5e987561c254 100644 --- a/devel/ocaml-sexplib0/Makefile +++ b/devel/ocaml-sexplib0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/05/02 14:41:56 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/24 18:59:32 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -17,5 +17,5 @@ OCAML_USE_DUNE= yes BUILD_TARGET= default -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-spawn/Makefile b/devel/ocaml-spawn/Makefile index 2a8f0810c91bc..3dfae7328d314 100644 --- a/devel/ocaml-spawn/Makefile +++ b/devel/ocaml-spawn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/05 07:23:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:32 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.1 PKGNAME= ocaml-${DISTNAME} @@ -15,6 +15,6 @@ LICENSE= mit OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-ppx_expect/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-splittable_random/Makefile b/devel/ocaml-splittable_random/Makefile index 6b8b4d1a2fe59..8b80526feed4f 100644 --- a/devel/ocaml-splittable_random/Makefile +++ b/devel/ocaml-splittable_random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 17:07:55 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:32 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -21,5 +21,5 @@ OCAML_USE_DUNE= yes .include "../../devel/ocaml-ppx_inline_test/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_message/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-stdio/Makefile b/devel/ocaml-stdio/Makefile index 353d1a95cdb89..5f31b244161a1 100644 --- a/devel/ocaml-stdio/Makefile +++ b/devel/ocaml-stdio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/05/03 09:09:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/24 18:59:32 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,6 +16,6 @@ USE_LANGUAGES= # none OCAML_USE_FINDLIB= yes OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-stdlib-shims/Makefile b/devel/ocaml-stdlib-shims/Makefile index 327a785739d58..8700aa5ead19c 100644 --- a/devel/ocaml-stdlib-shims/Makefile +++ b/devel/ocaml-stdlib-shims/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/02 14:54:16 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:32 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.3.0 PKGNAME= ocaml-${DISTNAME} @@ -15,5 +15,5 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-typerep/Makefile b/devel/ocaml-typerep/Makefile index bcaa1f2490a7c..a734650a6003f 100644 --- a/devel/ocaml-typerep/Makefile +++ b/devel/ocaml-typerep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/04 18:38:58 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:32 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -14,6 +14,6 @@ LICENSE= mit OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-variantslib/Makefile b/devel/ocaml-variantslib/Makefile index 6cd4791e03131..f731a211260ef 100644 --- a/devel/ocaml-variantslib/Makefile +++ b/devel/ocaml-variantslib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/04 17:24:19 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:32 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -14,6 +14,6 @@ LICENSE= mit OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-yojson/buildlink3.mk b/devel/ocaml-yojson/buildlink3.mk index 9ac10e5bb8252..8d2184b2bdfe0 100644 --- a/devel/ocaml-yojson/buildlink3.mk +++ b/devel/ocaml-yojson/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2019/03/05 18:21:04 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 18:59:32 jaapb Exp $ BUILDLINK_TREE+= ocaml-yojson @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-yojson OCAML_YOJSON_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-yojson+= ocaml-yojson>=1.7.0 -BUILDLINK_ABI_DEPENDS.ocaml-yojson+= ocaml-yojson>=1.7.0 +BUILDLINK_ABI_DEPENDS.ocaml-yojson+= ocaml-yojson>=1.7.0nb2 BUILDLINK_PKGSRCDIR.ocaml-yojson?= ../../devel/ocaml-yojson .endif # OCAML_YOJSON_BUILDLINK3_MK diff --git a/devel/ocamlgraph/buildlink3.mk b/devel/ocamlgraph/buildlink3.mk index 9da7cb72d22bc..a61c2c6d28590 100644 --- a/devel/ocamlgraph/buildlink3.mk +++ b/devel/ocamlgraph/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2018/07/19 15:15:26 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2022/05/24 18:59:33 jaapb Exp $ BUILDLINK_TREE+= ocamlgraph @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocamlgraph OCAMLGRAPH_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocamlgraph+= ocamlgraph>=1.8.7 -BUILDLINK_ABI_DEPENDS.ocamlgraph+= ocamlgraph>=1.8.8nb10 +BUILDLINK_ABI_DEPENDS.ocamlgraph+= ocamlgraph>=1.8.8nb33 BUILDLINK_PKGSRCDIR.ocamlgraph?= ../../devel/ocamlgraph .endif # OCAMLGRAPH_BUILDLINK3_MK diff --git a/devel/ocamlify/buildlink3.mk b/devel/ocamlify/buildlink3.mk index 582cf9eb07a68..05aeef3e0465f 100644 --- a/devel/ocamlify/buildlink3.mk +++ b/devel/ocamlify/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2019/11/03 10:39:27 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2022/05/24 18:59:33 jaapb Exp $ BUILDLINK_TREE+= ocamlify @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocamlify OCAMLIFY_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocamlify+= ocamlify>=0.0.2nb1 -BUILDLINK_ABI_DEPENDS.ocamlify+= ocamlify>=0.0.2nb9 +BUILDLINK_ABI_DEPENDS.ocamlify+= ocamlify>=0.0.2nb12 BUILDLINK_PKGSRCDIR.ocamlify?= ../../devel/ocamlify .endif # OCAMLIFY_BUILDLINK3_MK diff --git a/devel/ocamlmod/buildlink3.mk b/devel/ocamlmod/buildlink3.mk index b202e4286d735..df03e3ac5de9f 100644 --- a/devel/ocamlmod/buildlink3.mk +++ b/devel/ocamlmod/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2019/11/03 10:39:27 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2022/05/24 18:59:33 jaapb Exp $ BUILDLINK_TREE+= ocamlmod @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocamlmod OCAMLMOD_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocamlmod+= ocamlmod>=0.0.7nb1 -BUILDLINK_ABI_DEPENDS.ocamlmod+= ocamlmod>=0.0.8nb4 +BUILDLINK_ABI_DEPENDS.ocamlmod+= ocamlmod>=0.0.8nb7 BUILDLINK_PKGSRCDIR.ocamlmod?= ../../devel/ocamlmod .endif # OCAMLMOD_BUILDLINK3_MK diff --git a/devel/pcre-ocaml/Makefile b/devel/pcre-ocaml/Makefile index 4679fe560430a..c5a882c0ee4b1 100644 --- a/devel/pcre-ocaml/Makefile +++ b/devel/pcre-ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2022/05/03 09:21:36 jaapb Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/24 18:59:33 jaapb Exp $ VERSION= 7.5.0 DISTNAME= pcre-${VERSION} @@ -18,7 +18,7 @@ OPAM_INSTALL_FILES= pcre USE_TOOLS= pax .include "../../mk/bsd.prefs.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" EGDIR= ${PREFIX}/share/examples/pcre-ocaml INSTALLATION_DIRS+= ${EGDIR} diff --git a/graphics/camlimages/buildlink3.mk b/graphics/camlimages/buildlink3.mk index fffdb0f2762c8..c6425a33d99d6 100644 --- a/graphics/camlimages/buildlink3.mk +++ b/graphics/camlimages/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2018/07/19 15:15:26 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2022/05/24 18:59:33 jaapb Exp $ BUILDLINK_TREE+= camlimages @@ -6,7 +6,7 @@ BUILDLINK_TREE+= camlimages CAMLIMAGES_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.camlimages+= camlimages>=4.0.1 -BUILDLINK_ABI_DEPENDS.camlimages+= camlimages>=4.0.1nb69 +BUILDLINK_ABI_DEPENDS.camlimages+= camlimages>=4.0.1nb98 BUILDLINK_PKGSRCDIR.camlimages?= ../../graphics/camlimages .endif # CAMLIMAGES_BUILDLINK3_MK diff --git a/graphics/ocaml-cairo/buildlink3.mk b/graphics/ocaml-cairo/buildlink3.mk index e22c4e30441b8..30bd81d9e7f7c 100644 --- a/graphics/ocaml-cairo/buildlink3.mk +++ b/graphics/ocaml-cairo/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2022/02/28 12:55:08 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2022/05/24 18:59:33 jaapb Exp $ BUILDLINK_TREE+= ocaml-cairo @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-cairo OCAML_CAIRO_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cairo+= ocaml-cairo>=0.6.1 -BUILDLINK_ABI_DEPENDS.ocaml-cairo?= ocaml-cairo>=0.6.2 +BUILDLINK_ABI_DEPENDS.ocaml-cairo?= ocaml-cairo>=0.6.2nb2 BUILDLINK_PKGSRCDIR.ocaml-cairo?= ../../graphics/ocaml-cairo .include "../../graphics/cairo/buildlink3.mk" diff --git a/math/ocaml-num/buildlink3.mk b/math/ocaml-num/buildlink3.mk index 0b7410ea82267..de97a6a721d63 100644 --- a/math/ocaml-num/buildlink3.mk +++ b/math/ocaml-num/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2022/03/01 09:50:00 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/05/24 18:59:33 jaapb Exp $ BUILDLINK_TREE+= ocaml-num @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-num OCAML_NUM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-num+= ocaml-num>=1.1 -BUILDLINK_ABI_DEPENDS.ocaml-num+= ocaml-num>=1.4 +BUILDLINK_ABI_DEPENDS.ocaml-num+= ocaml-num>=1.4nb1 BUILDLINK_PKGSRCDIR.ocaml-num?= ../../math/ocaml-num .endif # OCAML_NUM_BUILDLINK3_MK diff --git a/math/scilab/buildlink3.mk b/math/scilab/buildlink3.mk index 244f80fccd0f6..bdc108a908b72 100644 --- a/math/scilab/buildlink3.mk +++ b/math/scilab/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2018/07/19 15:15:27 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2022/05/24 18:59:33 jaapb Exp $ # BUILDLINK_TREE+= scilab @@ -7,7 +7,7 @@ BUILDLINK_TREE+= scilab SCILAB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.scilab+= scilab>=4.1 -BUILDLINK_ABI_DEPENDS.scilab+= scilab>=4.1nb25 +BUILDLINK_ABI_DEPENDS.scilab+= scilab>=4.1nb28 BUILDLINK_PKGSRCDIR.scilab?= ../../math/scilab BUILDLINK_FILES.scilab+= lib/scilab-${SCIVERSION}/Version.incl diff --git a/misc/ocaml-magic-mime/Makefile b/misc/ocaml-magic-mime/Makefile index 4e10d09fa4565..b84a98798a4cf 100644 --- a/misc/ocaml-magic-mime/Makefile +++ b/misc/ocaml-magic-mime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/11 11:56:46 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:33 jaapb Exp $ GITHUB_PROJECT= ocaml-magic-mime GITHUB_TAG= v${PKGVERSION_NOREV} @@ -15,5 +15,5 @@ USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ocaml-opam-file-format/Makefile b/misc/ocaml-opam-file-format/Makefile index 0b53f9382106d..ba0d1c1e537f0 100644 --- a/misc/ocaml-opam-file-format/Makefile +++ b/misc/ocaml-opam-file-format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/05/02 12:46:54 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/24 18:59:34 jaapb Exp $ VERSION= 2.1.4 GITHUB_PROJECT= opam-file-format @@ -19,7 +19,7 @@ OCAML_USE_FINDLIB= yes INSTALL_ENV+= LIBDIR=${PREFIX}/${OCAML_SITELIBDIR} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" BUILD_TARGET= all diff --git a/net/ocaml-conduit/Makefile b/net/ocaml-conduit/Makefile index 05b1009e78289..f58fbc45fcb22 100644 --- a/net/ocaml-conduit/Makefile +++ b/net/ocaml-conduit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/11 10:40:58 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:34 jaapb Exp $ GITHUB_PROJECT= ocaml-conduit GITHUB_TAG= v${PKGVERSION_NOREV} @@ -26,5 +26,5 @@ OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} .include "../../devel/ocaml-sexplib/buildlink3.mk" .include "../../net/ocaml-ipaddr/buildlink3.mk" .include "../../www/ocaml-uri/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/ocaml-domain-name/Makefile b/net/ocaml-domain-name/Makefile index 102a5f457f0ae..296fea6a89549 100644 --- a/net/ocaml-domain-name/Makefile +++ b/net/ocaml-domain-name/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/11 08:49:56 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/24 18:59:34 jaapb Exp $ DISTNAME= ocaml-${GITHUB_PROJECT}-0.4.0 CATEGORIES= net @@ -13,5 +13,5 @@ LICENSE= isc OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/ocaml-ipaddr/Makefile b/net/ocaml-ipaddr/Makefile index 3d3b6f59cff0e..844941a5e5c28 100644 --- a/net/ocaml-ipaddr/Makefile +++ b/net/ocaml-ipaddr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2022/05/11 08:58:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/24 18:59:34 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-5.3.0 CATEGORIES= net @@ -23,5 +23,5 @@ OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} .include "../../devel/ocaml-stdlib-shims/buildlink3.mk" .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk" .include "../../net/ocaml-domain-name/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/ocaml-protocol_version_header/Makefile b/net/ocaml-protocol_version_header/Makefile index a37621712b664..20c60095a317e 100644 --- a/net/ocaml-protocol_version_header/Makefile +++ b/net/ocaml-protocol_version_header/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/05 08:25:44 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:34 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-core_kernel/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/ocamlnet/Makefile b/net/ocamlnet/Makefile index 92943c71c0dd1..b3f2fbabcd46f 100644 --- a/net/ocamlnet/Makefile +++ b/net/ocamlnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2022/05/03 09:40:28 jaapb Exp $ +# $NetBSD: Makefile,v 1.84 2022/05/24 18:59:34 jaapb Exp $ # DISTNAME= ocamlnet-4.1.9 @@ -23,7 +23,7 @@ OCAML_FINDLIB_DIRS= \ netplex netshm netstring-pcre netstring netsys netunidata \ netzip rpc-auth-local rpc-generator rpc -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.prefs.mk" PLIST_VARS+= xti diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index 5a48805623813..e476ca02f1128 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2022/05/11 11:07:39 jaapb Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/24 18:59:34 jaapb Exp $ # VERSION= 1.17 @@ -16,7 +16,7 @@ LICENSE= gnu-lgpl-v2 # with static compilation exception OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-dune-configurator/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../math/ocaml-zarith/buildlink3.mk" diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index 093a048fb796a..883b1f08b062f 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2022/05/04 09:08:23 jaapb Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/24 18:59:34 jaapb Exp $ # DISTNAME= ocaml-ssl-0.5.10 @@ -16,7 +16,7 @@ OCAML_USE_DUNE= yes .include "../../mk/bsd.prefs.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-dune-configurator/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/hivex/options.mk b/sysutils/hivex/options.mk index 8d41005759fa5..236dd8d8b61b7 100644 --- a/sysutils/hivex/options.mk +++ b/sysutils/hivex/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2018/10/04 16:01:40 tnn Exp $ +# $NetBSD: options.mk,v 1.2 2022/05/24 18:59:34 jaapb Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.hivex PKG_SUPPORTED_OPTIONS= ocaml perl python readline ruby @@ -12,7 +12,7 @@ PLIST.ocaml= yes INSTALL_ENV+= OCAML_SITELIBDIR=${OCAML_SITELIBDIR} OCAML_USE_FINDLIB= yes CONFIGURE_ARGS+= --enable-ocaml -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .else CONFIGURE_ARGS+= --disable-ocaml .endif diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index 5ebf07984952d..86c7d24b4198c 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2022/05/19 08:22:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/24 18:59:35 jaapb Exp $ VERSION= 2.4 PKGREVISION= 1 @@ -21,5 +21,5 @@ OPAM_INSTALL_FILES= ${DUNE_BUILD_PACKAGES} OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} .include "options.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ocaml-markup/Makefile b/textproc/ocaml-markup/Makefile index ebd8cedd0ced7..730f0290ab330 100644 --- a/textproc/ocaml-markup/Makefile +++ b/textproc/ocaml-markup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/05/02 18:20:27 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/24 18:59:35 jaapb Exp $ DISTNAME= markup-1.0.3 PKGNAME= ocaml-${DISTNAME} @@ -25,5 +25,5 @@ OPAM_INSTALL_FILES= markup .include "options.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../textproc/ocaml-uutf/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ocaml-textutils/Makefile b/textproc/ocaml-textutils/Makefile index 16a21ff5eedb5..e98c8ccd313f8 100644 --- a/textproc/ocaml-textutils/Makefile +++ b/textproc/ocaml-textutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/05 11:22:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:35 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-core_kernel/buildlink3.mk" .include "../../devel/ocaml-core_unix/buildlink3.mk" diff --git a/textproc/ocaml-textutils_kernel/Makefile b/textproc/ocaml-textutils_kernel/Makefile index 34b69b5bb543c..80b51ea384b82 100644 --- a/textproc/ocaml-textutils_kernel/Makefile +++ b/textproc/ocaml-textutils_kernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 11:08:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:35 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_LANGUAGES= # none OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" .include "../../textproc/ocaml-uutf/buildlink3.mk" diff --git a/textproc/ocaml-tyxml/Makefile b/textproc/ocaml-tyxml/Makefile index 372b1c72e0df9..6c669aa28c43b 100644 --- a/textproc/ocaml-tyxml/Makefile +++ b/textproc/ocaml-tyxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2022/05/02 18:22:27 jaapb Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/24 18:59:35 jaapb Exp $ # VERSION= 4.5.0 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --enable-syntax --bindir ${DESTDIR}${PREFIX}/bin USE_TOOLS= gmake OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-ppxlib/buildlink3.mk" .include "../../devel/ocaml-re/buildlink3.mk" .include "../../textproc/ocaml-markup/buildlink3.mk" diff --git a/textproc/ocaml-uutf/Makefile b/textproc/ocaml-uutf/Makefile index 8b46c21540a9c..756e207f332f9 100644 --- a/textproc/ocaml-uutf/Makefile +++ b/textproc/ocaml-uutf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2022/05/02 18:17:18 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2022/05/24 18:59:35 jaapb Exp $ DISTNAME= uutf-1.0.3 PKGNAME= ocaml-${DISTNAME} @@ -14,7 +14,7 @@ LICENSE= isc OCAML_USE_TOPKG= yes INSTALLATION_DIRS+= bin share/doc/uutf -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" # Normally, we'd do this using opam-installer, but that requires # this package. diff --git a/time/ocaml-time_now/Makefile b/time/ocaml-time_now/Makefile index 729108bb60d98..c3d549ad89faa 100644 --- a/time/ocaml-time_now/Makefile +++ b/time/ocaml-time_now/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/04 16:50:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/24 18:59:35 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= mit USE_TOOLS+= bash OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-base/buildlink3.mk" .include "../../devel/ocaml-jane-street-headers/buildlink3.mk" .include "../../devel/ocaml-jst-config/buildlink3.mk" diff --git a/time/ocaml-timezone/Makefile b/time/ocaml-timezone/Makefile index 70bdd1d2e9860..39cb05fc0acf4 100644 --- a/time/ocaml-timezone/Makefile +++ b/time/ocaml-timezone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/05 09:19:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 18:59:35 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-0.15.0 PKGNAME= ocaml-${DISTNAME} @@ -16,7 +16,7 @@ USE_TOOLS+= bash OCAML_USE_DUNE= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-core/buildlink3.mk" .include "../../devel/ocaml-ppx_jane/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/eliom/Makefile b/www/eliom/Makefile index 21a5e0fe1664c..a56c530569d1c 100644 --- a/www/eliom/Makefile +++ b/www/eliom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2022/05/23 15:31:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.36 2022/05/24 18:59:36 jaapb Exp $ # GITHUB_PROJECT= eliom @@ -18,7 +18,7 @@ UNLIMIT_RESOURCES+= stacksize DEPENDS+= ocsigen>=5.0.0:../../www/ocsigen -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" BUILD_TARGET= native diff --git a/www/ocaml-cohttp/Makefile b/www/ocaml-cohttp/Makefile index 8a4233d79093d..0258f6399d1f0 100644 --- a/www/ocaml-cohttp/Makefile +++ b/www/ocaml-cohttp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/05/11 14:16:37 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:36 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-5.0.0 CATEGORIES= www @@ -26,5 +26,5 @@ OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES} .include "../../devel/ocaml-sexplib0/buildlink3.mk" .include "../../devel/ocaml-stringext/buildlink3.mk" .include "../../www/ocaml-uri/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ocaml-uri/Makefile b/www/ocaml-uri/Makefile index e8e28fe449470..9fd5417222538 100644 --- a/www/ocaml-uri/Makefile +++ b/www/ocaml-uri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/05/11 10:27:50 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:36 jaapb Exp $ DISTNAME= ${GITHUB_PROJECT}-4.2.0 CATEGORIES= www @@ -22,5 +22,5 @@ OPAM_INSTALL_FILES= uri uri-sexp .include "../../devel/ocaml-re/buildlink3.mk" .include "../../devel/ocaml-sexplib0/buildlink3.mk" .include "../../devel/ocaml-stringext/buildlink3.mk" -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ocsigen/Makefile b/www/ocsigen/Makefile index 2c433e9913984..1f8c15b268045 100644 --- a/www/ocsigen/Makefile +++ b/www/ocsigen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2022/05/20 07:04:06 jaapb Exp $ +# $NetBSD: Makefile,v 1.43 2022/05/24 18:59:36 jaapb Exp $ # VERSION= 5.0.1 @@ -55,7 +55,7 @@ OCAML_USE_DUNE= yes OPAM_INSTALL_FILES= ocsigenserver INSTALL_UNSTRIPPED= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" #.if ${OCAML_USE_OPT_COMPILER} == "yes" #CONFIGURE_ARGS+= --enable-natdynlink From 9af976b55ee67bccbaf810e797685757ca82db46 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 24 May 2022 21:32:43 +0000 Subject: [PATCH 0986/1154] openjdk8: drop -verbose javac flag Was added in pkgsrc at a time when hangs during the build were frequent to give a visual indicator of progress, but just clutters up bulk build logs now. --- lang/openjdk8/distinfo | 4 ++-- lang/openjdk8/patches/patch-common_autoconf_spec.gmk.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/openjdk8/distinfo b/lang/openjdk8/distinfo index 8c1be36340e46..8e7766a00ff51 100644 --- a/lang/openjdk8/distinfo +++ b/lang/openjdk8/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.87 2021/12/27 06:29:03 ryoon Exp $ +$NetBSD: distinfo,v 1.88 2022/05/24 21:32:43 tnn Exp $ BLAKE2s (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 8745b980e290e509c0dd09706398b89afce85fee1405b9367b6684c83d56b96a SHA512 (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 6ed928cc68503c27edd6f3a90f94e1e762192d41997b12903e37071f4fcd34f5579fa970e59c240928eaae60729300fbfdb02a5ec1136bc757ee24f1ee554af4 @@ -39,7 +39,7 @@ SHA1 (patch-bi) = 5409f0944d6f850baeaaa7c64d2e8ad52233e1e9 SHA1 (patch-bn) = a50dbe17236a90d60d4bbb852ae447e51a279892 SHA1 (patch-common_autoconf_boot-jdk.m4) = a29767c79544dea243019cc841d834f756172462 SHA1 (patch-common_autoconf_generated-configure.sh) = 6fb73788e7b1e98966f7005a10b7957745700ec9 -SHA1 (patch-common_autoconf_spec.gmk.in) = e98bc4c8a09f49c6a26447e6f78abf4709ee694b +SHA1 (patch-common_autoconf_spec.gmk.in) = 5fbf47f2241b5c898a75fb1741873043f1c983f0 SHA1 (patch-hotspot_agent_src_os_bsd_Makefile) = 6e4c41b080577ed7cd418ee3b84f7f5a73dd11e6 SHA1 (patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_utilities_PlatformInfo.java) = 893f3b7ad0839a75be49ddd0f5eefcff2dbd2928 SHA1 (patch-hotspot_make_bsd_makefiles_defs.make) = 2c0d286c87f8239e8d5aa7fcc21e09b4b1c5a46e diff --git a/lang/openjdk8/patches/patch-common_autoconf_spec.gmk.in b/lang/openjdk8/patches/patch-common_autoconf_spec.gmk.in index 40d020c14378e..a2adf80c142ce 100644 --- a/lang/openjdk8/patches/patch-common_autoconf_spec.gmk.in +++ b/lang/openjdk8/patches/patch-common_autoconf_spec.gmk.in @@ -1,4 +1,4 @@ -$NetBSD: patch-common_autoconf_spec.gmk.in,v 1.4 2015/06/10 13:29:57 tnn Exp $ +$NetBSD: patch-common_autoconf_spec.gmk.in,v 1.5 2022/05/24 21:32:43 tnn Exp $ --- common/autoconf/spec.gmk.in.orig 2015-06-10 10:29:06.000000000 +0000 +++ common/autoconf/spec.gmk.in @@ -26,7 +26,7 @@ $NetBSD: patch-common_autoconf_spec.gmk.in,v 1.4 2015/06/10 13:29:57 tnn Exp $ # Hotspot sets this variable before reading the SPEC when compiling sa-jdi.jar. Avoid # overriding that value by using ?=. -JAVAC_FLAGS?=@JAVAC_FLAGS@ -+JAVAC_FLAGS?=@JAVAC_FLAGS@ -encoding UTF-8 -verbose ++JAVAC_FLAGS?=@JAVAC_FLAGS@ -encoding UTF-8 JAVAH=@FIXPATH@ $(BOOT_JDK)/bin/javah From bca3b484432431d06e58b06d1ff62979fe99e82c Mon Sep 17 00:00:00 2001 From: fcambus Date: Tue, 24 May 2022 21:35:45 +0000 Subject: [PATCH 0987/1154] htmldoc: update to 1.9.16. # Changes in HTMLDOC v1.9.16 - Added support for `$DATE(format)` and `$TIME(format)` header/footer strings (Issue #472) - Fixed a potential image overflow bug with JPEG and PNG images (Issue #471) - Fixed potential heap overflow bugs with pages (Issue #477, Issue #478, Issue #480, Issue #482, Issue #483) - Fixed potential use-after-free in blocks (Issue #484) - Updated the GNU TLS HTTPS support code to use a faster connection shutdown mode (Issue #487) - Fixed some minor Coverity warnings. - Updated the GUI interface for current display fonts. --- www/htmldoc/Makefile.common | 4 ++-- www/htmldoc/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/htmldoc/Makefile.common b/www/htmldoc/Makefile.common index dc028a621855e..68468e40fa17b 100644 --- a/www/htmldoc/Makefile.common +++ b/www/htmldoc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2022/02/10 13:43:14 fcambus Exp $ +# $NetBSD: Makefile.common,v 1.24 2022/05/24 21:35:45 fcambus Exp $ # # used by www/htmldoc/Makefile # used by www/htmldoc-x11/Makefile @@ -8,7 +8,7 @@ PKGNAME?= ${PKGNAME_BASE}-${VERSION} COMMENT?= Converts HTML to indexed HTML, PDF and/or PostScript # Normal package Makefile contents follow. -VERSION= 1.9.15 +VERSION= 1.9.16 PKGNAME_BASE= htmldoc CATEGORIES= www DIST_SUBDIR= ${PKGNAME_BASE} diff --git a/www/htmldoc/distinfo b/www/htmldoc/distinfo index 951b5a714404d..adf1316dc16ea 100644 --- a/www/htmldoc/distinfo +++ b/www/htmldoc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2022/02/10 13:43:14 fcambus Exp $ +$NetBSD: distinfo,v 1.24 2022/05/24 21:35:45 fcambus Exp $ -BLAKE2s (htmldoc/v1.9.15.tar.gz) = 25f7684ecf26d5dc2d7e92ecfb7ec22dbd4971a5a975b8a9febb87a662171667 -SHA512 (htmldoc/v1.9.15.tar.gz) = 59460b2761294943164ceb1d0249fe7bf8f088fd904c7e77d608003bba7471c46ab9e9a6e6da4af4982934bc5d52c3877397f034806d576f4b6e5f81fc6c59ef -Size (htmldoc/v1.9.15.tar.gz) = 3418006 bytes +BLAKE2s (htmldoc/v1.9.16.tar.gz) = 312269baf3f0f089faa17e35cc7be9b4c503806e73bfadf3bd903af55c970a25 +SHA512 (htmldoc/v1.9.16.tar.gz) = 3970df269a0aeb8145b65dd47daa2d2351c1453b6b71c1775e571089bcd97fffc6d83df8c14906fb8da5eb9af3e1d8bd0c0a689a4e64b59c974331a6ac73daab +Size (htmldoc/v1.9.16.tar.gz) = 3416333 bytes SHA1 (patch-desktop_Makefile) = 687b416d6b4189aa4b0242b23858daabd54a76ed SHA1 (patch-htmldoc_http-addrlist.c) = 5c36f78655838e633f805b6529a2a3183e10288a From b46f5fcb851b5a72ef47357510624365d526cd75 Mon Sep 17 00:00:00 2001 From: fcambus Date: Tue, 24 May 2022 21:35:57 +0000 Subject: [PATCH 0988/1154] doc: Updated www/htmldoc to 1.9.16 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b8537796c6f8a..fb1d2b4ea93b4 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2725 2022/05/24 18:28:20 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2726 2022/05/24 21:35:57 fcambus Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4185,3 +4185,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/gst-plugins1-libav to 1.20.2 [nia 2022-05-24] Updated multimedia/gst-plugins1-ugly to 1.20.2 [nia 2022-05-24] Updated lang/ocaml to 4.14.0 [jaapb 2022-05-24] + Updated www/htmldoc to 1.9.16 [fcambus 2022-05-24] From 510890ec4346aa020e2486356887892c5ba69a44 Mon Sep 17 00:00:00 2001 From: fcambus Date: Tue, 24 May 2022 21:36:19 +0000 Subject: [PATCH 0989/1154] doc: Updated www/htmldoc-x11 to 1.9.16 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index fb1d2b4ea93b4..243692d9b06fd 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2726 2022/05/24 21:35:57 fcambus Exp $ +$NetBSD: CHANGES-2022,v 1.2727 2022/05/24 21:36:19 fcambus Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4186,3 +4186,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/gst-plugins1-ugly to 1.20.2 [nia 2022-05-24] Updated lang/ocaml to 4.14.0 [jaapb 2022-05-24] Updated www/htmldoc to 1.9.16 [fcambus 2022-05-24] + Updated www/htmldoc-x11 to 1.9.16 [fcambus 2022-05-24] From 742822d12acf7fa451e0402b5df0d333dab7d7e1 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 06:05:34 +0000 Subject: [PATCH 0990/1154] openjdk{11,17}: fix build issues on earmv[67]hf --- lang/openjdk11/PLIST | 4 +-- lang/openjdk11/distinfo | 5 ++- lang/openjdk11/options.mk | 6 ++-- .../patch-make_autoconf_buildjdk-spec.gmk.in | 20 ++++++++++++ .../patches/patch-make_autoconf_hotspot.m4 | 26 ++++++++++++++++ ...otspot_os__cpu_bsd__zero_os__bsd__zero.cpp | 31 +++++++++++++++++++ lang/openjdk17/distinfo | 4 ++- lang/openjdk17/options.mk | 4 +-- .../patch-make_autoconf_buildjdk-spec.gmk.in | 21 +++++++++++++ .../patches/patch-make_autoconf_hotspot.m4 | 26 ++++++++++++++++ 10 files changed, 139 insertions(+), 8 deletions(-) create mode 100644 lang/openjdk11/patches/patch-make_autoconf_buildjdk-spec.gmk.in create mode 100644 lang/openjdk11/patches/patch-make_autoconf_hotspot.m4 create mode 100644 lang/openjdk11/patches/patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp create mode 100644 lang/openjdk17/patches/patch-make_autoconf_buildjdk-spec.gmk.in create mode 100644 lang/openjdk17/patches/patch-make_autoconf_hotspot.m4 diff --git a/lang/openjdk11/PLIST b/lang/openjdk11/PLIST index b9d825aa635dc..83b45741ae805 100644 --- a/lang/openjdk11/PLIST +++ b/lang/openjdk11/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2022/03/01 13:51:44 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/05/25 06:05:34 tnn Exp $ bin/openjdk11-jar bin/openjdk11-jarsigner bin/openjdk11-java @@ -546,7 +546,7 @@ java/openjdk11/legal/jdk.xml.dom/LICENSE java/openjdk11/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO java/openjdk11/legal/jdk.zipfs/ASSEMBLY_EXCEPTION java/openjdk11/legal/jdk.zipfs/LICENSE -java/openjdk11/lib/classlist +${PLIST.hotspot}java/openjdk11/lib/classlist java/openjdk11/lib/ct.sym java/openjdk11/lib/fontconfig.bfc java/openjdk11/lib/fontconfig.properties.src diff --git a/lang/openjdk11/distinfo b/lang/openjdk11/distinfo index 1ed6af7f6f67d..be16bc577fb4e 100644 --- a/lang/openjdk11/distinfo +++ b/lang/openjdk11/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.31 2022/05/14 12:02:56 tnn Exp $ +$NetBSD: distinfo,v 1.32 2022/05/25 06:05:34 tnn Exp $ BLAKE2s (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = b57b09661581b7dc6e3700a777f030dfa2fef6f953533456686bfd0dde9157d0 SHA512 (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = 6e61996f7e3c3492b0c878644db30d72021dc4096639992e53b4440d4e2e18cd92e5630ecd4600d1917a1e63a7c814b63f74f811a40588febfe19ad8d3208a9d @@ -12,7 +12,9 @@ Size (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 99673444 byt BLAKE2s (jdk11u-jdk-11.0.15-10-1.tar.gz) = 1ead16eff10210e68cd9c1407a9d729e248bb1ff075606d7fe3e5e62e4cde42d SHA512 (jdk11u-jdk-11.0.15-10-1.tar.gz) = f2d3b5cea79d737c7f4c5cdd2924aa7fd69fa6fb02fc8672f21060452f7483dc09157a7828642b3e43b033c26eaba0507ddd50491daceb6cf176cea47333857a Size (jdk11u-jdk-11.0.15-10-1.tar.gz) = 123036045 bytes +SHA1 (patch-make_autoconf_buildjdk-spec.gmk.in) = d0b600237853c17ecc2864604f0bd847ba6b0149 SHA1 (patch-make_autoconf_flags-cflags.m4) = 3b37853298805e2ffb92d3babd700d0048f24d8d +SHA1 (patch-make_autoconf_hotspot.m4) = 437c8b09114933cca22c4a847a90a415cd113e5a SHA1 (patch-make_autoconf_lib-alsa.m4) = 999fbf951363f6b49b22aad81537728f22d7c381 SHA1 (patch-make_autoconf_lib-bundled.m4) = 8720c3f674955e8a51b2ab7dba80c36d34ba8594 SHA1 (patch-make_autoconf_lib-freetype.m4) = 3dbdfea4011dc69593ab302626b9ec4dfc7a7d54 @@ -24,6 +26,7 @@ SHA1 (patch-src_hotspot_cpu_arm_c1__LIRAssembler__arm.cpp) = 97c6a06d6e957e26796 SHA1 (patch-src_hotspot_cpu_arm_c1__LIRGenerator__arm.cpp) = cfaace9741b0b30daf827119127478a195f8374f SHA1 (patch-src_hotspot_os__cpu_bsd__arm_bsd__arm__32.s) = 474a66abfb25030d4e32134816c14b157d1ebe6a SHA1 (patch-src_hotspot_os__cpu_bsd__arm_vm__version__bsd__arm__32.cpp) = 8a99417711c4826490954d43f142afc0a0c68e9f +SHA1 (patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp) = 384214d554db82dc9092ee8f975aa5a73aae67ab SHA1 (patch-src_hotspot_os_bsd_os__bsd.cpp) = 6322cbdda03dee528e89ac8b725f3df5e2165797 SHA1 (patch-src_hotspot_os_bsd_os__perf__bsd.cpp) = 7bb57f82f3a93adc1970ed4215148fc02ecbcd5a SHA1 (patch-src_hotspot_os_posix_os__posix.cpp) = e70e8c1e59f0be184a7a1d6e9d11ac7b934ce4b2 diff --git a/lang/openjdk11/options.mk b/lang/openjdk11/options.mk index 6096a06f946f0..e9110cf0e4edd 100644 --- a/lang/openjdk11/options.mk +++ b/lang/openjdk11/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2021/06/28 23:12:22 tnn Exp $ +# $NetBSD: options.mk,v 1.8 2022/05/25 06:05:34 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openjdk11 PKG_OPTIONS_OPTIONAL_GROUPS= variant @@ -6,7 +6,7 @@ PKG_OPTIONS_GROUP.variant= jdk-zero-vm PKG_SUPPORTED_OPTIONS= debug dtrace jre-jce x11 static-libstdcpp PKG_SUGGESTED_OPTIONS= jre-jce x11 -.if ${MACHINE_ARCH} == "aarch64" || !empty(MACHINE_ARCH:M*arm*) || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" +.if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" PKG_OPTIONS_GROUP.variant+= jdk-hotspot-vm PKG_SUGGESTED_OPTIONS+= jdk-hotspot-vm .else @@ -99,10 +99,12 @@ CONFIGURE_ARGS+= --with-stdc++lib=dynamic # # Build variant. Zero VM builds a portable JVM without assembly optimization. # +PLIST_VARS+= hotspot .if !empty(PKG_OPTIONS:Mjdk-zero-vm) BUILD_VARIANT= zero .include "../../devel/libffi/buildlink3.mk" .elif !empty(PKG_OPTIONS:Mjdk-hotspot-vm) BUILD_VARIANT= server +PLIST.hotspot= yes .endif CONFIGURE_ARGS+= --with-jvm-variants=${BUILD_VARIANT} diff --git a/lang/openjdk11/patches/patch-make_autoconf_buildjdk-spec.gmk.in b/lang/openjdk11/patches/patch-make_autoconf_buildjdk-spec.gmk.in new file mode 100644 index 0000000000000..afa55f9aa316d --- /dev/null +++ b/lang/openjdk11/patches/patch-make_autoconf_buildjdk-spec.gmk.in @@ -0,0 +1,20 @@ +$NetBSD: patch-make_autoconf_buildjdk-spec.gmk.in,v 1.1 2022/05/25 06:05:34 tnn Exp $ + +Use the same variant for the buildjdk as the target jdk. +This is needed for native builds on platforms where hotspot is broken or not +supported. In that case the buildjdk can't be hardcoded to "server" but must +use "zero". This is fine for pkgsrc since we only ever build one variant. + +--- make/autoconf/buildjdk-spec.gmk.in.orig 2022-05-03 03:11:37.000000000 +0000 ++++ make/autoconf/buildjdk-spec.gmk.in +@@ -88,8 +88,8 @@ ENABLE_DEBUG_SYMBOLS := false + # Control wether Hotspot builds gtest tests + BUILD_GTEST := false + +-JVM_VARIANTS := server +-JVM_VARIANT_MAIN := server ++JVM_VARIANTS := @JVM_VARIANTS@ ++JVM_VARIANT_MAIN := @JVM_VARIANT_MAIN@ + + # Some users still set EXTRA_*FLAGS on the make command line. Must + # make sure to override that when building buildjdk. diff --git a/lang/openjdk11/patches/patch-make_autoconf_hotspot.m4 b/lang/openjdk11/patches/patch-make_autoconf_hotspot.m4 new file mode 100644 index 0000000000000..28f27015cfe1d --- /dev/null +++ b/lang/openjdk11/patches/patch-make_autoconf_hotspot.m4 @@ -0,0 +1,26 @@ +$NetBSD: patch-make_autoconf_hotspot.m4,v 1.1 2022/05/25 06:05:34 tnn Exp $ + +Fix buildjdk targeting for 32-bit ARM. + +--- make/autoconf/hotspot.m4.orig 2022-05-03 03:11:37.000000000 +0000 ++++ make/autoconf/hotspot.m4 +@@ -147,6 +147,8 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_JVM_VARIANT + # We are guaranteed that we do not build any other variants when building zero. + HOTSPOT_TARGET_CPU=zero + HOTSPOT_TARGET_CPU_ARCH=zero ++ HOTSPOT_BUILD_CPU=zero ++ HOTSPOT_BUILD_CPU_ARCH=zero + fi + ]) + +@@ -337,6 +339,10 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_JVM_FEATURE + HOTSPOT_TARGET_CPU=arm_64 + HOTSPOT_TARGET_CPU_ARCH=arm + fi ++ if test "x$OPENJDK_BUILD_CPU" = xarm; then ++ HOTSPOT_BUILD_CPU=arm_32 ++ HOTSPOT_BUILD_CPU_DEFINE="ARM32" ++ fi + + # Verify that dependencies are met for explicitly set features. + if HOTSPOT_CHECK_JVM_FEATURE(jvmti) && ! HOTSPOT_CHECK_JVM_FEATURE(services); then diff --git a/lang/openjdk11/patches/patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp b/lang/openjdk11/patches/patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp new file mode 100644 index 0000000000000..fe1de2eb3ae6d --- /dev/null +++ b/lang/openjdk11/patches/patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp @@ -0,0 +1,31 @@ +$NetBSD: patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp,v 1.1 2022/05/25 06:05:34 tnn Exp $ + +#if 0 functions already defined in os_bsd.cpp + +--- src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp.orig 2022-05-03 03:11:37.000000000 +0000 ++++ src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp +@@ -340,13 +340,16 @@ static void current_stack_region(address + *size = stack_top - stack_bottom; + } + ++#if 0 + address os::current_stack_base() { + address bottom; + size_t size; + current_stack_region(&bottom, &size); + return bottom + size; + } ++#endif + ++#if 0 + size_t os::current_stack_size() { + // stack size includes normal stack and HotSpot guard pages + address bottom; +@@ -354,6 +357,7 @@ size_t os::current_stack_size() { + current_stack_region(&bottom, &size); + return size; + } ++#endif + + ///////////////////////////////////////////////////////////////////////////// + // helper functions for fatal error handler diff --git a/lang/openjdk17/distinfo b/lang/openjdk17/distinfo index a86ecb990741e..7fada1a36f8a2 100644 --- a/lang/openjdk17/distinfo +++ b/lang/openjdk17/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2022/05/15 22:30:49 tnn Exp $ +$NetBSD: distinfo,v 1.6 2022/05/25 06:05:34 tnn Exp $ BLAKE2s (bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220516.tar.xz) = b632092d25292e795a2d7567ec55d03f21021dbba27eab3e81a48aed5e5bdd68 SHA512 (bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220516.tar.xz) = fb86749d56be94cc1509f92d8fbdec481b0c7f6fdd5e731826098e6eaa668539052571ffd09125346c1920262b07857ea675799ab8476fcff53c03e158536c1d @@ -12,7 +12,9 @@ Size (bootstrap-jdk-1.17.0.3.7-netbsd-9-i386-20220515.tar.xz) = 103902136 bytes BLAKE2s (jdk17u-jdk-17.0.3-7-1.tar.gz) = d080a7513b3e1d431e24673fff10695adf0154b97fd45be7307be09e929e78a6 SHA512 (jdk17u-jdk-17.0.3-7-1.tar.gz) = ddbe9c6e2c48c320247e023070de9f4b770a58d6eaf763f6331d6cccfd4bd5591445994174d5196392e5a4f0bb398d6b309e37dc5079c823458ac7fc4d9b6a9d Size (jdk17u-jdk-17.0.3-7-1.tar.gz) = 104898973 bytes +SHA1 (patch-make_autoconf_buildjdk-spec.gmk.in) = 01b6ac6dae1a886949020b9d472aab1e357084b0 SHA1 (patch-make_autoconf_flags-cflags.m4) = 0379aeecc6181cbd15f6f31518b73ca915f1f73b +SHA1 (patch-make_autoconf_hotspot.m4) = 6370c6cb2a3f225c502e7916342104cf1288f4cf SHA1 (patch-make_autoconf_lib-alsa.m4) = 999fbf951363f6b49b22aad81537728f22d7c381 SHA1 (patch-make_autoconf_lib-bundled.m4) = 8720c3f674955e8a51b2ab7dba80c36d34ba8594 SHA1 (patch-make_autoconf_lib-freetype.m4) = bd791b99e4fd87f24432831fba1e814dd199445f diff --git a/lang/openjdk17/options.mk b/lang/openjdk17/options.mk index 71a9d05ba3668..995b90c14e42e 100644 --- a/lang/openjdk17/options.mk +++ b/lang/openjdk17/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2022/05/16 12:29:33 tnn Exp $ +# $NetBSD: options.mk,v 1.3 2022/05/25 06:05:34 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openjdk17 PKG_OPTIONS_OPTIONAL_GROUPS= variant @@ -6,7 +6,7 @@ PKG_OPTIONS_GROUP.variant= jdk-zero-vm PKG_SUPPORTED_OPTIONS= debug dtrace jre-jce x11 static-libstdcpp PKG_SUGGESTED_OPTIONS= jre-jce x11 -.if ${MACHINE_ARCH} == "aarch64" || !empty(MACHINE_ARCH:M*arm*) || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" +.if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" PKG_OPTIONS_GROUP.variant+= jdk-hotspot-vm PKG_SUGGESTED_OPTIONS+= jdk-hotspot-vm .else diff --git a/lang/openjdk17/patches/patch-make_autoconf_buildjdk-spec.gmk.in b/lang/openjdk17/patches/patch-make_autoconf_buildjdk-spec.gmk.in new file mode 100644 index 0000000000000..000b096f8eb4c --- /dev/null +++ b/lang/openjdk17/patches/patch-make_autoconf_buildjdk-spec.gmk.in @@ -0,0 +1,21 @@ +$NetBSD: patch-make_autoconf_buildjdk-spec.gmk.in,v 1.1 2022/05/25 06:05:34 tnn Exp $ + +Use the same variant for the buildjdk as the target jdk. +This is needed for native builds on platforms where hotspot is broken or not +supported. In that case the buildjdk can't be hardcoded to "server" but must +use "zero". This is fine for pkgsrc since we only ever build one variant. + +--- make/autoconf/buildjdk-spec.gmk.in.orig 2022-04-23 02:25:56.000000000 +0000 ++++ make/autoconf/buildjdk-spec.gmk.in +@@ -94,8 +94,9 @@ DISABLE_WARNING_PREFIX := @BUILD_CC_DISA + # Save speed and disk space by not enabling debug symbols for the buildjdk + ENABLE_DEBUG_SYMBOLS := false + +-JVM_VARIANTS := server +-JVM_VARIANT_MAIN := server ++JVM_VARIANTS := @JVM_VARIANTS@ ++JVM_VARIANT_MAIN := @JVM_VARIANT_MAIN@ ++JVM_FEATURES_zero := g1gc serialgc zero + JVM_FEATURES_server := cds compiler1 compiler2 g1gc serialgc + + # Some users still set EXTRA_*FLAGS on the make command line. Must diff --git a/lang/openjdk17/patches/patch-make_autoconf_hotspot.m4 b/lang/openjdk17/patches/patch-make_autoconf_hotspot.m4 new file mode 100644 index 0000000000000..a22211cbebcc7 --- /dev/null +++ b/lang/openjdk17/patches/patch-make_autoconf_hotspot.m4 @@ -0,0 +1,26 @@ +$NetBSD: patch-make_autoconf_hotspot.m4,v 1.1 2022/05/25 06:05:34 tnn Exp $ + +Fix buildjdk targeting for 32-bit ARM. + +--- make/autoconf/hotspot.m4.orig 2022-04-23 02:25:56.000000000 +0000 ++++ make/autoconf/hotspot.m4 +@@ -121,6 +121,8 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_MISC], + # But when building zero, we never build any other variants so it works. + HOTSPOT_TARGET_CPU=zero + HOTSPOT_TARGET_CPU_ARCH=zero ++ HOTSPOT_BUILD_CPU=zero ++ HOTSPOT_BUILD_CPU_ARCH=zero + fi + + AC_ARG_WITH([hotspot-build-time], [AS_HELP_STRING([--with-hotspot-build-time], +@@ -137,6 +139,10 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_MISC], + HOTSPOT_TARGET_CPU=arm_32 + HOTSPOT_TARGET_CPU_DEFINE="ARM32" + fi ++ if test "x$OPENJDK_BUILD_CPU" = xarm; then ++ HOTSPOT_BUILD_CPU=arm_32 ++ HOTSPOT_BUILD_CPU_DEFINE="ARM32" ++ fi + + # --with-cpu-port is no longer supported + UTIL_DEPRECATED_ARG_WITH(with-cpu-port) From 0f2755b42a47006d5292f1391bf224c8c8b2532f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 25 May 2022 09:06:03 +0000 Subject: [PATCH 0991/1154] mame: update to 0.244. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Given how many exciting updates have gone into MAME 0.244, it’s hard to believe it’s only been a month since the last release! Only one disk has been added to the Apple II software lists, but it comes with a very engaging story involving physically damaged media and manual data repairs. The Zilog Z80 CPU has had a bit of an overhaul this month, allowing more accurate memory access timings for the ZX Spectrum family. This fixes a lot of broken visual effects and other glitches. The HP 9000/300 series computers have had the necessary floppy disk image formats hooked up, allowing them to mount floppy disks from their software list. MAME’s driver for JPM’s first CPU-based fruit machine platform, dating all the way back to the late 1970s, has been almost completely rewritten this month. Four games are now playable, albeit with minimal internal artwork. Colour video output has been implemented for Zilec’s Vortex. Don’t get too excited, though – while the approach they used to produce colourful graphics without adding any video memory is technically interesting, the results are very ugly and don’t make a bad game any better. Other improvements in arcade emulation include: Score display and diorama control outputs have been hooked up for Bubble Trouble (this means you’ll need updated artwork for Golly! Ghost! as well). Layer offsets in Slap Fight and Alcon should be fixed, and cocktail mode now works for the original sets. The communication board for Super Street Fighter II: The Tournament Battle is now supported, allowing it to actually run in eight-player tournament mode. SDL builds (the default for Linux and macOS) now detect game controller reconnection. Note that due to limitations of SDL itself, MAME may confuse similar controllers, potentially causing issues if multiple controllers are disconnected at the same time. Issues using MIDI input or output with 64-bit Windows builds should be fixed. --- emulators/mame/Makefile | 4 ++-- emulators/mame/PLIST | 3 ++- emulators/mame/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index ec65a19878d93..15d75c6a91a5f 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.150 2022/05/02 15:24:24 wiz Exp $ +# $NetBSD: Makefile,v 1.151 2022/05/25 09:06:03 wiz Exp $ -DISTNAME= mame-0.243 +DISTNAME= mame-0.244 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/} GITHUB_TAG= ${DISTNAME:S/-//S/.//} diff --git a/emulators/mame/PLIST b/emulators/mame/PLIST index 568434d4ee178..6779fdd1c1282 100644 --- a/emulators/mame/PLIST +++ b/emulators/mame/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.65 2022/05/02 15:24:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.66 2022/05/25 09:06:03 wiz Exp $ bin/castool bin/chdman bin/floptool @@ -443,6 +443,7 @@ share/mame/hash/mt65_snap.xml share/mame/hash/mtx_cart.xml share/mame/hash/mtx_cass.xml share/mame/hash/mtx_flop.xml +share/mame/hash/mtx_hdd.xml share/mame/hash/mtx_rom.xml share/mame/hash/myvision.xml share/mame/hash/mz2000_cass.xml diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 4ffd0566ff43d..cf91ae0353d58 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.119 2022/05/02 15:24:24 wiz Exp $ +$NetBSD: distinfo,v 1.120 2022/05/25 09:06:03 wiz Exp $ -BLAKE2s (mame-0.243.tar.gz) = 1ffb34d916c1c608800be05eb88cb2706839d21ff27c7ac8ed7bfa727c133751 -SHA512 (mame-0.243.tar.gz) = 282d026280a128b96bb7867265536f7bd90ce774ddca6a0ce55999c4321289f8ba0388a5bf10c1915c67ecd0e0abb0e524f9ed6d6251c4ccd818c7f82d95f062 -Size (mame-0.243.tar.gz) = 185402979 bytes +BLAKE2s (mame-0.244.tar.gz) = 2c05fad6a0f6c3640f70e0b0a674b21b94375730ee57fcfa01db4c7c165dda32 +SHA512 (mame-0.244.tar.gz) = f5a30085f0cf700460a2eaf8fae20f8769a60e91e1041005b82f8ed2a0a2dee61bdf3bbc31a40a8fd973c27fad5f7e463f6d6887b8c221b45b7907fb0ca2b68a +Size (mame-0.244.tar.gz) = 185401807 bytes SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056 SHA1 (patch-makefile) = 343fac4d165438a26e2e8077216db1c6c46a5d1e From e84577915cefcc9edbad0c1e7795f6a2ae6295ae Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 25 May 2022 09:06:14 +0000 Subject: [PATCH 0992/1154] doc: Updated emulators/mame to 0.244 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 243692d9b06fd..71157c137bf5a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2727 2022/05/24 21:36:19 fcambus Exp $ +$NetBSD: CHANGES-2022,v 1.2728 2022/05/25 09:06:14 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4187,3 +4187,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/ocaml to 4.14.0 [jaapb 2022-05-24] Updated www/htmldoc to 1.9.16 [fcambus 2022-05-24] Updated www/htmldoc-x11 to 1.9.16 [fcambus 2022-05-24] + Updated emulators/mame to 0.244 [wiz 2022-05-25] diff --git a/doc/TODO b/doc/TODO index 7c046d3c20f4f..d4cac1696fd65 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21885 2022/05/24 18:28:20 jaapb Exp $ +$NetBSD: TODO,v 1.21886 2022/05/25 09:06:14 wiz Exp $ Suggested new packages ====================== @@ -1654,7 +1654,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o top-3.8beta1 o topgit-0.8 o tor-browser-11.0.9 [wip] - o tor-browser-11.0.11 + o tor-browser-11.0.13 o torrentzip-2.1.0 o toxcore-0.2.12 o trafficserver-9.0.1 From 5e63f454a4f5f273942366a250fdd51596f7ccd5 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 25 May 2022 09:22:05 +0000 Subject: [PATCH 0993/1154] py-yuicompressor: removed; vanished from the world, no dependencies --- archivers/Makefile | 3 +-- archivers/py-yuicompressor/ALTERNATIVES | 1 - archivers/py-yuicompressor/DESCR | 3 --- archivers/py-yuicompressor/Makefile | 25 ------------------------- archivers/py-yuicompressor/PLIST | 12 ------------ archivers/py-yuicompressor/distinfo | 5 ----- 6 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 archivers/py-yuicompressor/ALTERNATIVES delete mode 100644 archivers/py-yuicompressor/DESCR delete mode 100644 archivers/py-yuicompressor/Makefile delete mode 100644 archivers/py-yuicompressor/PLIST delete mode 100644 archivers/py-yuicompressor/distinfo diff --git a/archivers/Makefile b/archivers/Makefile index 0fd90898845a5..37fc13feadce8 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.189 2022/01/17 17:49:05 rhialto Exp $ +# $NetBSD: Makefile,v 1.190 2022/05/25 09:22:05 adam Exp $ # COMMENT= Archivers and compression tools @@ -108,7 +108,6 @@ SUBDIR+= py-libarchive-c SUBDIR+= py-lz4 SUBDIR+= py-rarfile SUBDIR+= py-unrardll -SUBDIR+= py-yuicompressor SUBDIR+= py-zipp SUBDIR+= py-zipp1 SUBDIR+= py-zipstream diff --git a/archivers/py-yuicompressor/ALTERNATIVES b/archivers/py-yuicompressor/ALTERNATIVES deleted file mode 100644 index f29f740a893cf..0000000000000 --- a/archivers/py-yuicompressor/ALTERNATIVES +++ /dev/null @@ -1 +0,0 @@ -bin/yuicompressor @PREFIX@/bin/yuicompressor@PYVERSSUFFIX@ diff --git a/archivers/py-yuicompressor/DESCR b/archivers/py-yuicompressor/DESCR deleted file mode 100644 index 0ff4beb1d2615..0000000000000 --- a/archivers/py-yuicompressor/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -YUI Compressor is a JavaScript and CSS minifier written in Java. This package -bundles the YUI Compressor JAR file to ease its use in Python projects. Note -that you still need to have Java Runtime Environment installed. diff --git a/archivers/py-yuicompressor/Makefile b/archivers/py-yuicompressor/Makefile deleted file mode 100644 index 50ae6e857fef7..0000000000000 --- a/archivers/py-yuicompressor/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2022/01/05 15:40:56 wiz Exp $ - -DISTNAME= yuicompressor-2.4.8 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 -CATEGORIES= archivers python -MASTER_SITES= ${MASTER_SITE_PYPI:=y/yuicompressor/} - -MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= https://bitbucket.org/sprat/yuicompressor -COMMENT= YUI Compressor packaged for Python -LICENSE= modified-bsd - -USE_LANGUAGES= # none - -USE_PKG_RESOURCES= yes -USE_JAVA= run - -post-install: - ${MV} ${DESTDIR}${PREFIX}/bin/yuicompressor \ - ${DESTDIR}${PREFIX}/bin/yuicompressor${PYVERSSUFFIX} || ${TRUE} - -.include "../../mk/java-vm.mk" -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/archivers/py-yuicompressor/PLIST b/archivers/py-yuicompressor/PLIST deleted file mode 100644 index 84f665e8226cd..0000000000000 --- a/archivers/py-yuicompressor/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2014/05/03 02:46:46 rodent Exp $ -bin/yuicompressor${PYVERSSUFFIX} -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/yuicompressor/__init__.py -${PYSITELIB}/yuicompressor/__init__.pyc -${PYSITELIB}/yuicompressor/__init__.pyo -${PYSITELIB}/yuicompressor/yuicompressor-${PKGVERSION}.jar diff --git a/archivers/py-yuicompressor/distinfo b/archivers/py-yuicompressor/distinfo deleted file mode 100644 index 79394daa3ef82..0000000000000 --- a/archivers/py-yuicompressor/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 09:57:14 nia Exp $ - -BLAKE2s (yuicompressor-2.4.8.tar.gz) = f5d758cb653f19abb0f11c4e8e1f8f3793f15920280bf5378cc99cbcce153356 -SHA512 (yuicompressor-2.4.8.tar.gz) = e47f6aa94b722b6a4f524b2b02d0343e43c2486aa8b71bb921e6a426dbf61dad464c42135f309fcc65907f7a253530ab85dbbb891125bd84597b1ec261e72e4d -Size (yuicompressor-2.4.8.tar.gz) = 754433 bytes From 8781be6f68af0a590e84d8f3288353eee40e698d Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 25 May 2022 09:28:57 +0000 Subject: [PATCH 0994/1154] py-anyio: updated to 3.6.1 3.6.1 - Fixed exception handler in the asyncio test runner not properly handling a context that does not contain the ``exception`` key 3.6.0 - Fixed ``TypeError`` in ``get_current_task()`` on asyncio when using a custom ``Task`` factory - Updated type annotations on ``run_process()`` and ``open_process()``: * ``command`` now accepts accepts bytes and sequences of bytes * ``stdin``, ``stdout`` and ``stderr`` now accept file-like objects - Changed the pytest plugin to run both the setup and teardown phases of asynchronous generator fixtures within a single task to enable use cases such as cancel scopes and task groups where a context manager straddles the ``yield`` --- devel/py-anyio/Makefile | 6 +++--- devel/py-anyio/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-anyio/Makefile b/devel/py-anyio/Makefile index 15f03820f3f77..fb8a26458e832 100644 --- a/devel/py-anyio/Makefile +++ b/devel/py-anyio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/01/16 08:39:57 adam Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/25 09:28:57 adam Exp $ -DISTNAME= anyio-3.5.0 +DISTNAME= anyio-3.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/anyio/} @@ -20,7 +20,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme -#TEST_DEPEDS+= ${PYPKGPREFIX}-trio +TEST_DEPENDS+= ${PYPKGPREFIX}-trio-[0-9]*:../../devel/py-trio PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-uvloop diff --git a/devel/py-anyio/distinfo b/devel/py-anyio/distinfo index 24629db75260d..6ed7c538a9636 100644 --- a/devel/py-anyio/distinfo +++ b/devel/py-anyio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2022/01/16 08:39:57 adam Exp $ +$NetBSD: distinfo,v 1.11 2022/05/25 09:28:57 adam Exp $ -BLAKE2s (anyio-3.5.0.tar.gz) = 07632769e1d52401887b200e4463275f6a754a21450e54f2edc3b567a6c430f0 -SHA512 (anyio-3.5.0.tar.gz) = b91124c95d194eb7e4542405a973895d21562a2636d9600d528465da52536d1ffedbf5a6fc3ea5b1ff3e83e7dca2b42f090bb2ff6b077e32f5a2c314f07d3206 -Size (anyio-3.5.0.tar.gz) = 136934 bytes +BLAKE2s (anyio-3.6.1.tar.gz) = 11681f8016db5f4c1405d4fe721ace4cd47395749ef24f56092ef8f205ddbe90 +SHA512 (anyio-3.6.1.tar.gz) = 99ae55eada2df971405a1592afd980ac964c80a4502465a2016423182409691d0c943280a3a7448efc78036e481614451585238b62ebea924709f0ba888f7604 +Size (anyio-3.6.1.tar.gz) = 140240 bytes From f7ae314a846d2685aaf5eb10a730a5fe0132c9a1 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 25 May 2022 09:29:14 +0000 Subject: [PATCH 0995/1154] Removed archivers/py-yuicompressor; Updated devel/py-anyio --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 71157c137bf5a..ebea1a198c0fe 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2728 2022/05/25 09:06:14 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2729 2022/05/25 09:29:14 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4188,3 +4188,5 @@ Changes to the packages collection and infrastructure in 2022: Updated www/htmldoc to 1.9.16 [fcambus 2022-05-24] Updated www/htmldoc-x11 to 1.9.16 [fcambus 2022-05-24] Updated emulators/mame to 0.244 [wiz 2022-05-25] + Removed archivers/py-yuicompressor [adam 2022-05-25] + Updated devel/py-anyio to 3.6.1 [adam 2022-05-25] From 759e81f1de411ae72073acb618a41b80c5c71516 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 09:33:37 +0000 Subject: [PATCH 0996/1154] lsof: support kmem grovelling of current-era NetBSD rbtree kernel namecache --- sysutils/lsof/Makefile | 5 +- sysutils/lsof/distinfo | 7 +- sysutils/lsof/files/rnmt.c | 229 ++++++++++++++++++ sysutils/lsof/patches/patch-aa | 17 +- sysutils/lsof/patches/patch-ac | 19 +- sysutils/lsof/patches/patch-lib_Makefile.skel | 24 ++ 6 files changed, 289 insertions(+), 12 deletions(-) create mode 100644 sysutils/lsof/files/rnmt.c create mode 100644 sysutils/lsof/patches/patch-lib_Makefile.skel diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index af50e60e4e367..2e7f7b397e2dd 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.140 2021/11/11 00:49:34 gutteridge Exp $ +# $NetBSD: Makefile,v 1.141 2022/05/25 09:33:37 tnn Exp $ DISTNAME= lsof_4.91 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ MASTER_SITES+= ftp://ftp.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ @@ -74,6 +74,7 @@ post-extract: fi ; \ ${TOOLS_PATH.bsdtar} -xf ${SRCBALL_NAME}.tar cd ${WRKSRC} ; ${ECHO} "y" | ./Inventory || exit 1 + ${CP} ${FILESDIR}/rnmt.c ${WRKSRC}/lib/rnmt.c SPECIAL_PERMS+= ${PREFIX}/sbin/lsof ${REAL_ROOT_USER} ${REAL_GROUP} 2755 diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index c36906e7b935e..e9dbdefb9f97f 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,14 +1,15 @@ -$NetBSD: distinfo,v 1.101 2022/02/27 02:13:44 gutteridge Exp $ +$NetBSD: distinfo,v 1.102 2022/05/25 09:33:37 tnn Exp $ BLAKE2s (lsof_4.91.tar.bz2) = 77109e036c36f7d1483e69f2aae2314830dc4d2bdc3bf88a4031832f17e6afef SHA512 (lsof_4.91.tar.bz2) = 49f811941dd6303f7cb0655fddb8b1177af5d1b18f2bd1edfab09d2c128aea73daecf09c7a5375979c66ba764c88a6e70c9086b55c3634e3be01ab1aa12e9f92 Size (lsof_4.91.tar.bz2) = 791734 bytes -SHA1 (patch-aa) = 4469a5fed540e3c5635b6082efedc477ea96a382 +SHA1 (patch-aa) = 76523a6d3bdff93a835dc442114f2bd4a018f95e SHA1 (patch-ab) = 1501d8b0e6fd2c61949ba0d447c7b726655725c4 -SHA1 (patch-ac) = dac0fcdfee97d42c8f23684a4321519b9f8698d9 +SHA1 (patch-ac) = ab1dc4540452f413493c58b729c7c6de83abfb6a SHA1 (patch-ad) = 7f639e8832c2da8e498c33a38ecbc7b3d3a7430a SHA1 (patch-ae) = 3f4a7ce54c0646941fd86400f91a2d17e9d2354a SHA1 (patch-af) = 88b3d2b42c05e20c189fa00fd65f1f412fe54038 SHA1 (patch-ag) = 99ab1c616604e9775522dbc70bfd6a7294964d0a SHA1 (patch-ah) = 2de22b9a3733f958298af5e33b66c0653c320f59 SHA1 (patch-dialects_n+obsd_dnode1.c) = dc8c766760aca4eb2e7d7af3944260dd49795c09 +SHA1 (patch-lib_Makefile.skel) = abfb9d50eef60c5d43cbf4978bf179de0ebe371e diff --git a/sysutils/lsof/files/rnmt.c b/sysutils/lsof/files/rnmt.c new file mode 100644 index 0000000000000..682e1be536133 --- /dev/null +++ b/sysutils/lsof/files/rnmt.c @@ -0,0 +1,229 @@ +/* + * Copyright (C) 2022 Tobias Nygren + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +*/ + +#include "../machine.h" + +#if defined(HASNCACHE) && defined(USE_LIB_RNMT) +#include +#include +#include + +#include "../lsof.h" + +/* + * rnmt.c - read NetBSD=>10-style red-black tree kernel name cache + */ + +static int lnc_compare_nodes(void *, const void *, const void *); +static int lnc_compare_key(void *, const void *, const void *); + +static rb_tree_t lnc_rbtree; + +/* local name cache entry */ +struct lnc { + struct rb_node lnc_tree; /* red-black tree */ + KA_T lnc_vp; /* vnode address */ + KA_T lnc_pvp; /* parent vnode address */ + const struct lnc *lnc_plnc; /* parent lnc address */ + int lnc_nlen; /* name length */ + char lnc_name[NCHNAMLEN + 1]; /* name */ +}; + +static const rb_tree_ops_t lnc_rbtree_ops = { + .rbto_compare_nodes = lnc_compare_nodes, + .rbto_compare_key = lnc_compare_key, + .rbto_node_offset = offsetof(struct lnc, lnc_tree), + .rbto_context = NULL +}; + +static int +lnc_compare_nodes(void *context, const void *node1, const void *node2) +{ + const struct lnc *lnc1 = node1; + const struct lnc *lnc2 = node2; + + if (lnc1->lnc_vp < lnc2->lnc_vp) { + return -1; + } + if (lnc1->lnc_vp > lnc2->lnc_vp) { + return 1; + } + + return 0; +} + +static int +lnc_compare_key(void *context, const void *node, const void *key) +{ + const struct lnc *lnc = node; + const KA_T vp = (KA_T)key; + + if (lnc->lnc_vp < vp) { + return -1; + } + if (lnc->lnc_vp > vp) { + return 1; + } + + return 0; +} + +static struct lnc * +ncache_enter_local(KA_T vp, KA_T pvp, const struct lnc *plnc, const struct namecache *nc) +{ + struct lnc *lnc; + + lnc = malloc(sizeof(*lnc)); + if (!lnc) { + errx(1, "can't allocate local name cache entry\n"); + } + lnc->lnc_vp = vp; + lnc->lnc_pvp = pvp; + lnc->lnc_plnc = plnc; + lnc->lnc_nlen = nc->nc_nlen; + memcpy(lnc->lnc_name, nc->nc_name, lnc->lnc_nlen); + lnc->lnc_name[lnc->lnc_nlen] = 0; + + rb_tree_insert_node(&lnc_rbtree, lnc); + + return lnc; +} + +static int +sanity_check_vnode_impl(const struct vnode_impl *vi) +{ + if (vi->vi_vnode.v_type >= VBAD) + return -1; + + return 0; +} + +static int +sanity_check_namecache(const struct namecache *nc) +{ + if (nc->nc_vp == NULL) + return -1; + + if (nc->nc_nlen > NCHNAMLEN) + return -1; + + if (nc->nc_nlen == 1 && nc->nc_name[0] == '.') + return -1; + + if (nc->nc_nlen == 2 && nc->nc_name[0] == '.' && nc->nc_name[1] == '.') + return -1; + + return 0; +} + +static void +ncache_walk(KA_T ncp, KA_T pvp, const struct lnc *plnc) +{ + struct l_nch *lc; + static struct vnode_impl vi; + static struct namecache nc; + struct lnc *lnc; + KA_T vp; + KA_T left, right; + + if (kread(ncp, (char *)&nc, sizeof(nc))) { + return; + } + vp = (KA_T)nc.nc_vp; + if (kread(vp, (char *)&vi, sizeof(vi))) { + vi.vi_vnode.v_type = VBAD; + } + left = (KA_T)nc.nc_tree.rb_nodes[0]; + right = (KA_T)nc.nc_tree.rb_nodes[1]; + if (sanity_check_vnode_impl(&vi) == 0 && sanity_check_namecache(&nc) == 0) { + lnc = ncache_enter_local(vp, pvp, plnc, &nc); + if (vi.vi_vnode.v_type = VDIR && vi.vi_nc_tree.rbt_root != NULL) { + ncache_walk((KA_T)vi.vi_nc_tree.rbt_root, ncp, lnc); + } + } + if (left) + ncache_walk(left, pvp, plnc); + if (right) + ncache_walk(right, pvp, plnc); +} + +void +ncache_load() +{ + KA_T rootvnode_addr; + struct vnode_impl vi; + + rootvnode_addr = (KA_T)0; + if (get_Nl_value("rootvnode", (struct drive_Nl *)NULL, &rootvnode_addr) < 0 + || !rootvnode_addr + || kread((KA_T)rootvnode_addr, (char *)&rootvnode_addr, sizeof(rootvnode_addr)) + || kread((KA_T)rootvnode_addr, (char *)&vi, sizeof(vi))) { + errx(1, "can't read rootvnode\n"); + } + + rb_tree_init(&lnc_rbtree, &lnc_rbtree_ops); + ncache_walk((KA_T)vi.vi_nc_tree.rbt_root, 0, 0); +} + +static void +build_path(char **buf, size_t *remaining, const struct lnc *lnc) +{ + size_t len; + + if (lnc == NULL) + return; + + build_path(buf, remaining, lnc->lnc_plnc); + if (remaining == 0) { + return; + } + if (lnc->lnc_plnc != NULL) { + **buf = '/'; + (*buf)++; + } + remaining--; + len = lnc->lnc_nlen; + if (*remaining < len) + len = *remaining; + memcpy(*buf, lnc->lnc_name, len); + *remaining -= len; + *buf += len; +} + +char * +ncache_lookup(char *buf, int blen, int *fp) +{ + const struct lnc *lnc; + char *p; + size_t remaining; + + *fp = 0; + lnc = rb_tree_find_node(&lnc_rbtree, (void*)Lf->na); + if (lnc != NULL) { + p = buf; + remaining = blen; + build_path(&p, &remaining, lnc); + if (remaining == 0) { + buf[blen - 1] = 0; + } else { + *p = 0; + } + *fp = 1; + return buf; + } + + return NULL; +} +#endif diff --git a/sysutils/lsof/patches/patch-aa b/sysutils/lsof/patches/patch-aa index 61f5628e9d573..1f9385d29857c 100644 --- a/sysutils/lsof/patches/patch-aa +++ b/sysutils/lsof/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.28 2010/04/30 06:53:07 sbd Exp $ +$NetBSD: patch-aa,v 1.29 2022/05/25 09:33:37 tnn Exp $ ---- dialects/n+obsd/machine.h.orig 2006-03-28 16:54:17.000000000 -0500 -+++ dialects/n+obsd/machine.h 2008-05-17 18:53:29.000000000 -0400 +--- dialects/n+obsd/machine.h.orig 2010-07-29 16:02:55.000000000 +0000 ++++ dialects/n+obsd/machine.h @@ -41,6 +41,10 @@ #include @@ -13,3 +13,14 @@ $NetBSD: patch-aa,v 1.28 2010/04/30 06:53:07 sbd Exp $ /* +@@ -577,7 +581,9 @@ + /* #define USE_LIB_READMNT 1 rmnt.c */ + /* #define USE_LIB_REGEX 1 regex.c */ + +-# if (defined(OPENBSDV) && OPENBSDV>=2010) || (defined(NETBSDV) && NETBSDV>=1002000) ++#if (defined(NETBSDV) && NETBSDV>=9099000) ++#define USE_LIB_RNMT 1 /* rnmt.c */ ++# elif (defined(OPENBSDV) && OPENBSDV>=2010) || (defined(NETBSDV) && NETBSDV>=1002000) + #define USE_LIB_RNMH 1 /* rnmh.c */ + # else /* (defined(OPENBSDV) && OPENBSDV<2010) && (defined(NETBSDV) && NETBSDV<1002000) */ + #define USE_LIB_RNAM 1 /* rnam.c */ diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac index ee9b0696f688c..d588570ac42aa 100644 --- a/sysutils/lsof/patches/patch-ac +++ b/sysutils/lsof/patches/patch-ac @@ -1,8 +1,19 @@ -$NetBSD: patch-ac,v 1.29 2008/05/17 23:53:29 christos Exp $ +$NetBSD: patch-ac,v 1.30 2022/05/25 09:33:37 tnn Exp $ ---- dialects/n+obsd/dstore.c.orig 2004-12-30 13:42:32.000000000 -0500 -+++ dialects/n+obsd/dstore.c 2008-05-17 19:35:34.000000000 -0400 -@@ -119,6 +119,8 @@ +--- dialects/n+obsd/dstore.c.orig 2004-12-30 18:42:32.000000000 +0000 ++++ dialects/n+obsd/dstore.c +@@ -48,7 +48,9 @@ struct file *Cfp; /* current file's fil + */ + + struct drive_Nl Drive_Nl[] = { +- ++#if (defined(NETBSDV) && NETBSDV>=9099000) ++ { "rootvnode", "rootvnode", }, ++#endif + #if (defined(OPENBSDV) && OPENBSDV>=2010) || (defined(NETBSDV) && NETBSDV>=1002000) + { X_NCACHE, "_nchashtbl", }, + { X_NCSIZE, "_nchash" }, +@@ -119,6 +121,8 @@ struct pff_tab Pof_tab[] = { # if defined(UF_EXCLOSE) { (long)UF_EXCLOSE, POF_CLOEXEC }, diff --git a/sysutils/lsof/patches/patch-lib_Makefile.skel b/sysutils/lsof/patches/patch-lib_Makefile.skel new file mode 100644 index 0000000000000..c94ad7f60e929 --- /dev/null +++ b/sysutils/lsof/patches/patch-lib_Makefile.skel @@ -0,0 +1,24 @@ +$NetBSD: patch-lib_Makefile.skel,v 1.1 2022/05/25 09:33:37 tnn Exp $ + +--- lib/Makefile.skel.orig 2001-02-13 02:12:22.000000000 +0000 ++++ lib/Makefile.skel +@@ -13,10 +13,10 @@ INCL= ${DINC} + HDR= ../lsof.h ../proto.h ../dlsof.h ../dproto.h ../machine.h + + SRC= ckkv.c cvfs.c dvch.c fino.c isfn.c lkud.c pdvn.c prfp.c \ +- ptti.c rdev.c regex.c rmnt.c rnam.c rnch.c rnmh.c snpf.c ++ ptti.c rdev.c regex.c rmnt.c rnam.c rnch.c rnmh.c rnmt.c snpf.c + + OBJ= ckkv.o cvfs.o dvch.o fino.o isfn.o lkud.o pdvn.o prfp.o \ +- ptti.o rdev.o regex.o rmnt.o rnam.o rnch.o rnmh.o snpf.o ++ ptti.o rdev.o regex.o rmnt.o rnam.o rnch.o rnmh.o rnmt.o snpf.o + + all: ${LIB} + +@@ -59,4 +59,6 @@ rnch.o: ${HDR} rnch.c + + rnmh.o: ${HDR} rnmh.c + ++rnmt.o: ${HDR} rnmt.c ++ + snpf.o: ${HDR} snpf.c From 04c5fce474b5e3953e88dc7a95507ce41355cb4c Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 25 May 2022 09:33:53 +0000 Subject: [PATCH 0997/1154] dbus: Add SunOS socket libs for socketpair(). Bump PKGREVISION as this was a configure test that was failing. The build would succeed, but the resulting binaries would just break at runtime with a "you do not have socketpair support" error. Thanks for that, dbus. --- sysutils/dbus/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 3c919841d6beb..576a8a8dd9509 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.131 2022/03/20 15:19:21 wiz Exp $ +# $NetBSD: Makefile,v 1.132 2022/05/25 09:33:53 jperkin Exp $ DISTNAME= dbus-1.14.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://dbus.freedesktop.org/releases/dbus/ EXTRACT_SUFX= .tar.xz @@ -59,6 +59,8 @@ CONFIGURE_ARGS+= --enable-static CONFIGURE_ARGS+= --with-dbus-user=${DBUS_USER} CONFIGURE_ARGS+= --with-test-socket-dir=${WRKDIR:Q} +LDFLAGS.SunOS+= -lsocket -lnsl + SUBST_CLASSES+= docbook SUBST_STAGE.docbook= pre-configure SUBST_FILES.docbook= doc/*.xml* From 819e12c3df3a9d75eedc7ace14243b2704b0ced5 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 25 May 2022 09:34:02 +0000 Subject: [PATCH 0998/1154] doc: Updated sysutils/dbus to 1.14.0nb3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ebea1a198c0fe..606189236a7f3 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2729 2022/05/25 09:29:14 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2730 2022/05/25 09:34:02 jperkin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4190,3 +4190,4 @@ Changes to the packages collection and infrastructure in 2022: Updated emulators/mame to 0.244 [wiz 2022-05-25] Removed archivers/py-yuicompressor [adam 2022-05-25] Updated devel/py-anyio to 3.6.1 [adam 2022-05-25] + Updated sysutils/dbus to 1.14.0nb3 [jperkin 2022-05-25] From f29479bcbc4deab990311d5ddce5c1a3b417d214 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 09:37:54 +0000 Subject: [PATCH 0999/1154] lsof: fix comparison operator, ride previous bump --- sysutils/lsof/files/rnmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/lsof/files/rnmt.c b/sysutils/lsof/files/rnmt.c index 682e1be536133..382e893cd1800 100644 --- a/sysutils/lsof/files/rnmt.c +++ b/sysutils/lsof/files/rnmt.c @@ -149,7 +149,7 @@ ncache_walk(KA_T ncp, KA_T pvp, const struct lnc *plnc) right = (KA_T)nc.nc_tree.rb_nodes[1]; if (sanity_check_vnode_impl(&vi) == 0 && sanity_check_namecache(&nc) == 0) { lnc = ncache_enter_local(vp, pvp, plnc, &nc); - if (vi.vi_vnode.v_type = VDIR && vi.vi_nc_tree.rbt_root != NULL) { + if (vi.vi_vnode.v_type == VDIR && vi.vi_nc_tree.rbt_root != NULL) { ncache_walk((KA_T)vi.vi_nc_tree.rbt_root, ncp, lnc); } } From fc9d4b874314dd610ce6b891d9447cf647a2bd13 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 09:48:58 +0000 Subject: [PATCH 1000/1154] lsof: don't consume buffer space if we didn't add a '/' --- sysutils/lsof/files/rnmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/lsof/files/rnmt.c b/sysutils/lsof/files/rnmt.c index 382e893cd1800..5f0f928210ab6 100644 --- a/sysutils/lsof/files/rnmt.c +++ b/sysutils/lsof/files/rnmt.c @@ -192,8 +192,8 @@ build_path(char **buf, size_t *remaining, const struct lnc *lnc) if (lnc->lnc_plnc != NULL) { **buf = '/'; (*buf)++; + remaining--; } - remaining--; len = lnc->lnc_nlen; if (*remaining < len) len = *remaining; From 72cbdbd036f410bea58bade2dff1f6fa9269ab20 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 25 May 2022 09:49:24 +0000 Subject: [PATCH 1001/1154] grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.46.3 v1.46.3 Core backport: xds: use federation env var to guard new-style resource name parsing v1.46.2 Ruby Backport "[Ruby]fix a rake compile error since rake-compiler ~> 1.1". Backport "Upgrade ruby rake-compiler-dock images --- net/grpc/Makefile | 4 ++-- net/grpc/distinfo | 8 ++++---- net/py-grpcio-testing/Makefile | 4 ++-- net/py-grpcio-testing/distinfo | 8 ++++---- net/py-grpcio-tools/Makefile | 4 ++-- net/py-grpcio-tools/distinfo | 8 ++++---- net/py-grpcio/Makefile | 4 ++-- net/py-grpcio/distinfo | 8 ++++---- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/net/grpc/Makefile b/net/grpc/Makefile index ffb37a791e617..19fe648385b4b 100644 --- a/net/grpc/Makefile +++ b/net/grpc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2022/05/13 07:35:53 adam Exp $ +# $NetBSD: Makefile,v 1.57 2022/05/25 09:49:24 adam Exp $ -DISTNAME= grpc-1.46.1 +DISTNAME= grpc-1.46.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/grpc/distinfo b/net/grpc/distinfo index d572ec203e772..95461f5182c66 100644 --- a/net/grpc/distinfo +++ b/net/grpc/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.57 2022/05/16 08:47:19 jperkin Exp $ +$NetBSD: distinfo,v 1.58 2022/05/25 09:49:24 adam Exp $ -BLAKE2s (grpc-1.46.1.tar.gz) = 350dcf792426a63ed4e1e96c462fb3d00f0ed7df524475382859e57c3e0fae22 -SHA512 (grpc-1.46.1.tar.gz) = 8598708beaf14523c0a9e18f9a5a78d49b2406e3641f7b956a5b61de7ab3e2088c4ac3780fd20d0a84da6bfa1af45f6a0023ffa9761ffad46f5aee0fba3e0eae -Size (grpc-1.46.1.tar.gz) = 8911814 bytes +BLAKE2s (grpc-1.46.3.tar.gz) = 948cc8ba05bddc4efc9cf714e7fef9205e0b14cde98f1d8c856d9d607d22eb48 +SHA512 (grpc-1.46.3.tar.gz) = e80322b65c6f8d64dc91bce9f612119191e8d329cac2fbc5da6dad9a2a7ccaa7a501470ed483e555c3ba596e8aff796fbda2747f09e9c4329aed3de4d9b6b666 +Size (grpc-1.46.3.tar.gz) = 8910711 bytes SHA1 (patch-CMakeLists.txt) = d32a78bb8fdc28c0946aa2d62a5c810211692e62 SHA1 (patch-include_grpc_event__engine_port.h) = 842fa47d98303f25417aa1a45aa9d78e5402a3bd SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = a9d2f116c941d1ed23b18f25cf4fb638ed004181 diff --git a/net/py-grpcio-testing/Makefile b/net/py-grpcio-testing/Makefile index cdf6fea65a2f1..d94f03c2583de 100644 --- a/net/py-grpcio-testing/Makefile +++ b/net/py-grpcio-testing/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2022/05/13 07:35:54 adam Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/25 09:49:24 adam Exp $ -DISTNAME= grpcio-testing-1.46.1 +DISTNAME= grpcio-testing-1.46.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-testing/} diff --git a/net/py-grpcio-testing/distinfo b/net/py-grpcio-testing/distinfo index affd0b756e52c..d8aeb84edbda8 100644 --- a/net/py-grpcio-testing/distinfo +++ b/net/py-grpcio-testing/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2022/05/13 07:35:54 adam Exp $ +$NetBSD: distinfo,v 1.30 2022/05/25 09:49:24 adam Exp $ -BLAKE2s (grpcio-testing-1.46.1.tar.gz) = 1c4f1e1bd55b8632cda2669052b6204794d68e778cd7141615708f67d8b5e208 -SHA512 (grpcio-testing-1.46.1.tar.gz) = bb89a399ef838b3e4663fecacd9572ebf0e0a591d15de773ea1d63e72c315901851e69b090c334b8b567f714f8b0fad5a9af3838140070437bc8fc5e47e2c564 -Size (grpcio-testing-1.46.1.tar.gz) = 17654 bytes +BLAKE2s (grpcio-testing-1.46.3.tar.gz) = fed87d34224c079a27849cce702914116344dc3e2fbe85a2b54ef75656cfa226 +SHA512 (grpcio-testing-1.46.3.tar.gz) = edefc2653730c9cb343f709a5214d3e06c764acfc7e81eaa30a774e6a22f9b0d92806ecdd7135b0d719e140a4aea34f920921477207f0099cb42ca010e99e232 +Size (grpcio-testing-1.46.3.tar.gz) = 17426 bytes diff --git a/net/py-grpcio-tools/Makefile b/net/py-grpcio-tools/Makefile index d956cbfd1b84f..5faf756f641a7 100644 --- a/net/py-grpcio-tools/Makefile +++ b/net/py-grpcio-tools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2022/05/13 07:35:54 adam Exp $ +# $NetBSD: Makefile,v 1.43 2022/05/25 09:49:25 adam Exp $ -DISTNAME= grpcio-tools-1.46.1 +DISTNAME= grpcio-tools-1.46.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-tools/} diff --git a/net/py-grpcio-tools/distinfo b/net/py-grpcio-tools/distinfo index 9fc993c5c9fba..cb8430872d392 100644 --- a/net/py-grpcio-tools/distinfo +++ b/net/py-grpcio-tools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2022/05/13 07:35:54 adam Exp $ +$NetBSD: distinfo,v 1.39 2022/05/25 09:49:25 adam Exp $ -BLAKE2s (grpcio-tools-1.46.1.tar.gz) = 876a041110ea031462d8c949494acf9a5196f49b55813fcd81ed097bf07cf919 -SHA512 (grpcio-tools-1.46.1.tar.gz) = f0c8c6795409ca15d411ae20bc72f962cc2ef341f8ec8f05745dae0fdcc3fa1fece144b6278c43efbabc269b687f403b618a755b9298da429e65677ada33e459 -Size (grpcio-tools-1.46.1.tar.gz) = 2230763 bytes +BLAKE2s (grpcio-tools-1.46.3.tar.gz) = 3d1c2296e2c061f6f98474773c8c83f7af45848e172da67fde1a6641cd3d9707 +SHA512 (grpcio-tools-1.46.3.tar.gz) = 92874cead68f8dfba6ac2c7dd2231910d21283fbb9fe8b52082a0004eb9a7af312ac2c66e3dda320583deb2fccd0701da329d37a4cf0b16551e238d9421b59e0 +Size (grpcio-tools-1.46.3.tar.gz) = 2230780 bytes SHA1 (patch-setup.py) = ecd08109c7d3173ccaa6d3b4428a66a9eac560f7 diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile index 651fedfaad511..12322c1a78630 100644 --- a/net/py-grpcio/Makefile +++ b/net/py-grpcio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2022/05/13 07:35:53 adam Exp $ +# $NetBSD: Makefile,v 1.47 2022/05/25 09:49:24 adam Exp $ -DISTNAME= grpcio-1.46.1 +DISTNAME= grpcio-1.46.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/} diff --git a/net/py-grpcio/distinfo b/net/py-grpcio/distinfo index 34a96d663cf28..3300c3d941e36 100644 --- a/net/py-grpcio/distinfo +++ b/net/py-grpcio/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.42 2022/05/13 07:35:53 adam Exp $ +$NetBSD: distinfo,v 1.43 2022/05/25 09:49:24 adam Exp $ -BLAKE2s (grpcio-1.46.1.tar.gz) = fa2de996e0832cb97391ab31e3b5dd762f1ed6db14b39075f535018dffe06544 -SHA512 (grpcio-1.46.1.tar.gz) = ad3c1a5ffce82e0183794bd28f2a41a3b4283017c73940b06a2197c8543132ef96c9c96f62e45f112a25e810626bfa6247a0416fc4e20416990179a7c10ea92b -Size (grpcio-1.46.1.tar.gz) = 21842101 bytes +BLAKE2s (grpcio-1.46.3.tar.gz) = 5b51eb102565d70c8aeab76f71dbaab3e79cbd8bbce49b575bbd06221414bfd5 +SHA512 (grpcio-1.46.3.tar.gz) = 34b0157b3be1a04c3d01b52e9ecdfc14c969ce0f505b0c04f5b1c0d77c2288bfaf3eaa1439af9c717570518323d7d0086406d7e44435e9738fe9e0801e3faa68 +Size (grpcio-1.46.3.tar.gz) = 21847306 bytes SHA1 (patch-setup.py) = d4de4272537d6e57fb9c4fe338aed0a787f7747c SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a From dd6f2beb321c2ae9cb825bf9dc0af06741a2206b Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 25 May 2022 09:50:03 +0000 Subject: [PATCH 1002/1154] Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools --- doc/CHANGES-2022 | 6 +++++- doc/TODO | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 606189236a7f3..a41316febb842 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2730 2022/05/25 09:34:02 jperkin Exp $ +$NetBSD: CHANGES-2022,v 1.2731 2022/05/25 09:50:03 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4191,3 +4191,7 @@ Changes to the packages collection and infrastructure in 2022: Removed archivers/py-yuicompressor [adam 2022-05-25] Updated devel/py-anyio to 3.6.1 [adam 2022-05-25] Updated sysutils/dbus to 1.14.0nb3 [jperkin 2022-05-25] + Updated net/grpc to 1.46.3 [adam 2022-05-25] + Updated net/py-grpcio to 1.46.3 [adam 2022-05-25] + Updated net/py-grpcio-testing to 1.46.3 [adam 2022-05-25] + Updated net/py-grpcio-tools to 1.46.3 [adam 2022-05-25] diff --git a/doc/TODO b/doc/TODO index d4cac1696fd65..3ea056eec264c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21886 2022/05/25 09:06:14 wiz Exp $ +$NetBSD: TODO,v 1.21887 2022/05/25 09:50:03 adam Exp $ Suggested new packages ====================== @@ -820,7 +820,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o graphene-1.10.6 o greed-4.2 o gromacs-2021.1 - o grpc-1.46.3 o grub2-2.06 o gss-1.0.3 o gst-plugins1-omx-1.10.0 From 9ec7bf0056202b4b0641830f5e1cb6432a6d0fc0 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 10:02:27 +0000 Subject: [PATCH 1003/1154] lsof: don't need to keep track of the parent vnode kva, save some RAM --- sysutils/lsof/files/rnmt.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/sysutils/lsof/files/rnmt.c b/sysutils/lsof/files/rnmt.c index 5f0f928210ab6..65e13ddbe7d91 100644 --- a/sysutils/lsof/files/rnmt.c +++ b/sysutils/lsof/files/rnmt.c @@ -35,7 +35,6 @@ static rb_tree_t lnc_rbtree; struct lnc { struct rb_node lnc_tree; /* red-black tree */ KA_T lnc_vp; /* vnode address */ - KA_T lnc_pvp; /* parent vnode address */ const struct lnc *lnc_plnc; /* parent lnc address */ int lnc_nlen; /* name length */ char lnc_name[NCHNAMLEN + 1]; /* name */ @@ -81,7 +80,7 @@ lnc_compare_key(void *context, const void *node, const void *key) } static struct lnc * -ncache_enter_local(KA_T vp, KA_T pvp, const struct lnc *plnc, const struct namecache *nc) +ncache_enter_local(KA_T vp, const struct lnc *plnc, const struct namecache *nc) { struct lnc *lnc; @@ -90,7 +89,6 @@ ncache_enter_local(KA_T vp, KA_T pvp, const struct lnc *plnc, const struct namec errx(1, "can't allocate local name cache entry\n"); } lnc->lnc_vp = vp; - lnc->lnc_pvp = pvp; lnc->lnc_plnc = plnc; lnc->lnc_nlen = nc->nc_nlen; memcpy(lnc->lnc_name, nc->nc_name, lnc->lnc_nlen); @@ -129,7 +127,7 @@ sanity_check_namecache(const struct namecache *nc) } static void -ncache_walk(KA_T ncp, KA_T pvp, const struct lnc *plnc) +ncache_walk(KA_T ncp, const struct lnc *plnc) { struct l_nch *lc; static struct vnode_impl vi; @@ -148,15 +146,15 @@ ncache_walk(KA_T ncp, KA_T pvp, const struct lnc *plnc) left = (KA_T)nc.nc_tree.rb_nodes[0]; right = (KA_T)nc.nc_tree.rb_nodes[1]; if (sanity_check_vnode_impl(&vi) == 0 && sanity_check_namecache(&nc) == 0) { - lnc = ncache_enter_local(vp, pvp, plnc, &nc); + lnc = ncache_enter_local(vp, plnc, &nc); if (vi.vi_vnode.v_type == VDIR && vi.vi_nc_tree.rbt_root != NULL) { - ncache_walk((KA_T)vi.vi_nc_tree.rbt_root, ncp, lnc); + ncache_walk((KA_T)vi.vi_nc_tree.rbt_root, lnc); } } if (left) - ncache_walk(left, pvp, plnc); + ncache_walk(left, plnc); if (right) - ncache_walk(right, pvp, plnc); + ncache_walk(right, plnc); } void @@ -174,7 +172,7 @@ ncache_load() } rb_tree_init(&lnc_rbtree, &lnc_rbtree_ops); - ncache_walk((KA_T)vi.vi_nc_tree.rbt_root, 0, 0); + ncache_walk((KA_T)vi.vi_nc_tree.rbt_root, 0); } static void From 0a5759920e685b24cf0e4a82d25193aca4a08408 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 25 May 2022 10:25:32 +0000 Subject: [PATCH 1004/1154] shells/starship: update to 1.7.1 1.7.1 (2022-05-24) Features go: check for go.work file to show Go module in prompt hostname: add ssh_symbol for ssh connections package: Extract package version from PEP 621 compliant pyproject.toml rust: Display toolchain names Bug Fixes ci: Version bump and fix Crowdin Pretranslate Do not panic in config if editor not found module: list option not working nu: use the most recent starship init Use git2::Repository::open_ext() instead of discover() 1.7.0 (2022-05-24) chore(master): release 1.7.0 --- shells/starship/Makefile | 4 +- shells/starship/cargo-depends.mk | 120 +++++----- shells/starship/distinfo | 362 ++++++++++++++++++------------- 3 files changed, 283 insertions(+), 203 deletions(-) diff --git a/shells/starship/Makefile b/shells/starship/Makefile index e02740f6875b0..515fbcea98c52 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2022/05/18 12:07:31 pin Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/25 10:25:32 pin Exp $ -DISTNAME= starship-1.6.3 +DISTNAME= starship-1.7.1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=starship/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/shells/starship/cargo-depends.mk b/shells/starship/cargo-depends.mk index 206fff09000e4..398cad873868f 100644 --- a/shells/starship/cargo-depends.mk +++ b/shells/starship/cargo-depends.mk @@ -1,10 +1,10 @@ -# $NetBSD: cargo-depends.mk,v 1.13 2022/05/18 12:07:31 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.14 2022/05/25 10:25:32 pin Exp $ CARGO_CRATE_DEPENDS+= ahash-0.7.6 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 -CARGO_CRATE_DEPENDS+= anyhow-1.0.56 -CARGO_CRATE_DEPENDS+= async-broadcast-0.3.4 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 +CARGO_CRATE_DEPENDS+= async-broadcast-0.4.0 CARGO_CRATE_DEPENDS+= async-channel-1.6.1 CARGO_CRATE_DEPENDS+= async-executor-1.4.1 CARGO_CRATE_DEPENDS+= async-io-1.6.0 @@ -30,13 +30,13 @@ CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 -CARGO_CRATE_DEPENDS+= clap-3.1.12 -CARGO_CRATE_DEPENDS+= clap_complete-3.1.2 -CARGO_CRATE_DEPENDS+= clap_derive-3.1.7 -CARGO_CRATE_DEPENDS+= clap_lex-0.1.1 -CARGO_CRATE_DEPENDS+= combine-4.6.3 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_complete-3.1.4 +CARGO_CRATE_DEPENDS+= clap_derive-3.1.18 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 +CARGO_CRATE_DEPENDS+= combine-4.6.4 CARGO_CRATE_DEPENDS+= concurrent-queue-1.2.2 -CARGO_CRATE_DEPENDS+= const_format-0.2.22 +CARGO_CRATE_DEPENDS+= const_format-0.2.23 CARGO_CRATE_DEPENDS+= const_format_proc_macros-0.2.22 CARGO_CRATE_DEPENDS+= core-foundation-0.7.0 CARGO_CRATE_DEPENDS+= core-foundation-sys-0.7.0 @@ -59,11 +59,13 @@ CARGO_CRATE_DEPENDS+= dirs-sys-next-0.1.2 CARGO_CRATE_DEPENDS+= dlv-list-0.3.0 CARGO_CRATE_DEPENDS+= downcast-0.11.0 CARGO_CRATE_DEPENDS+= dunce-1.0.2 -CARGO_CRATE_DEPENDS+= dyn-clone-1.0.4 +CARGO_CRATE_DEPENDS+= dyn-clone-1.0.5 CARGO_CRATE_DEPENDS+= easy-parallel-3.2.0 CARGO_CRATE_DEPENDS+= either-1.6.1 -CARGO_CRATE_DEPENDS+= enumflags2-0.7.4 +CARGO_CRATE_DEPENDS+= enumflags2-0.7.5 CARGO_CRATE_DEPENDS+= enumflags2_derive-0.7.4 +CARGO_CRATE_DEPENDS+= errno-0.2.8 +CARGO_CRATE_DEPENDS+= errno-dragonfly-0.1.2 CARGO_CRATE_DEPENDS+= event-listener-2.5.2 CARGO_CRATE_DEPENDS+= fake-simd-0.1.2 CARGO_CRATE_DEPENDS+= fastrand-1.7.0 @@ -72,6 +74,7 @@ CARGO_CRATE_DEPENDS+= float-cmp-0.9.0 CARGO_CRATE_DEPENDS+= fnv-1.0.7 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 CARGO_CRATE_DEPENDS+= fragile-1.2.0 +CARGO_CRATE_DEPENDS+= fuchsia-cprng-0.1.1 CARGO_CRATE_DEPENDS+= futures-core-0.3.21 CARGO_CRATE_DEPENDS+= futures-io-0.3.21 CARGO_CRATE_DEPENDS+= futures-lite-1.12.0 @@ -83,13 +86,15 @@ CARGO_CRATE_DEPENDS+= generic-array-0.14.5 CARGO_CRATE_DEPENDS+= gethostname-0.2.3 CARGO_CRATE_DEPENDS+= getrandom-0.1.16 CARGO_CRATE_DEPENDS+= getrandom-0.2.6 -CARGO_CRATE_DEPENDS+= git2-0.14.2 +CARGO_CRATE_DEPENDS+= git2-0.14.4 +CARGO_CRATE_DEPENDS+= guess_host_triple-0.1.3 CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 -CARGO_CRATE_DEPENDS+= hashbrown-0.12.0 +CARGO_CRATE_DEPENDS+= hashbrown-0.12.1 CARGO_CRATE_DEPENDS+= heck-0.3.3 CARGO_CRATE_DEPENDS+= heck-0.4.0 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= hex-0.4.3 +CARGO_CRATE_DEPENDS+= home-0.5.3 CARGO_CRATE_DEPENDS+= idna-0.2.3 CARGO_CRATE_DEPENDS+= indexmap-1.8.1 CARGO_CRATE_DEPENDS+= instant-0.1.12 @@ -99,23 +104,24 @@ CARGO_CRATE_DEPENDS+= itoa-1.0.1 CARGO_CRATE_DEPENDS+= jobserver-0.1.24 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= lazycell-1.3.0 -CARGO_CRATE_DEPENDS+= libc-0.2.121 -CARGO_CRATE_DEPENDS+= libgit2-sys-0.13.2+1.4.2 -CARGO_CRATE_DEPENDS+= libz-sys-1.1.5 +CARGO_CRATE_DEPENDS+= libc-0.2.125 +CARGO_CRATE_DEPENDS+= libgit2-sys-0.13.4+1.4.2 +CARGO_CRATE_DEPENDS+= libz-sys-1.1.6 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 CARGO_CRATE_DEPENDS+= local_ipaddress-0.1.3 -CARGO_CRATE_DEPENDS+= log-0.4.16 +CARGO_CRATE_DEPENDS+= lock_api-0.4.7 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= mac-notification-sys-0.5.0 CARGO_CRATE_DEPENDS+= mach-0.3.2 CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6 CARGO_CRATE_DEPENDS+= maplit-1.0.2 CARGO_CRATE_DEPENDS+= matches-0.1.9 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= memmem-0.1.1 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 -CARGO_CRATE_DEPENDS+= mockall-0.11.0 -CARGO_CRATE_DEPENDS+= mockall_derive-0.11.0 +CARGO_CRATE_DEPENDS+= mockall-0.11.1 +CARGO_CRATE_DEPENDS+= mockall_derive-0.11.1 CARGO_CRATE_DEPENDS+= nix-0.23.1 CARGO_CRATE_DEPENDS+= nix-0.24.1 CARGO_CRATE_DEPENDS+= nom-5.1.2 @@ -123,23 +129,25 @@ CARGO_CRATE_DEPENDS+= nom-7.1.1 CARGO_CRATE_DEPENDS+= normalize-line-endings-0.3.0 CARGO_CRATE_DEPENDS+= notify-rust-4.5.8 CARGO_CRATE_DEPENDS+= num-derive-0.3.3 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= num_threads-0.1.5 CARGO_CRATE_DEPENDS+= objc-0.2.7 CARGO_CRATE_DEPENDS+= objc-foundation-0.1.1 CARGO_CRATE_DEPENDS+= objc_id-0.1.1 -CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= once_cell-1.12.0 CARGO_CRATE_DEPENDS+= opaque-debug-0.2.3 CARGO_CRATE_DEPENDS+= opaque-debug-0.3.0 -CARGO_CRATE_DEPENDS+= open-2.1.1 +CARGO_CRATE_DEPENDS+= open-2.1.2 CARGO_CRATE_DEPENDS+= ordered-float-2.10.0 CARGO_CRATE_DEPENDS+= ordered-multimap-0.4.3 CARGO_CRATE_DEPENDS+= ordered-stream-0.0.1 -CARGO_CRATE_DEPENDS+= os_info-3.2.0 +CARGO_CRATE_DEPENDS+= os_info-3.4.0 CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 CARGO_CRATE_DEPENDS+= parking-2.0.0 +CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 CARGO_CRATE_DEPENDS+= path-slash-0.1.4 CARGO_CRATE_DEPENDS+= pathdiff-0.2.1 CARGO_CRATE_DEPENDS+= pathsearch-0.2.0 @@ -152,7 +160,7 @@ CARGO_CRATE_DEPENDS+= phf-0.8.0 CARGO_CRATE_DEPENDS+= phf_codegen-0.8.0 CARGO_CRATE_DEPENDS+= phf_generator-0.8.0 CARGO_CRATE_DEPENDS+= phf_shared-0.8.0 -CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.8 +CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 CARGO_CRATE_DEPENDS+= polling-2.2.0 @@ -163,20 +171,24 @@ CARGO_CRATE_DEPENDS+= predicates-tree-1.0.5 CARGO_CRATE_DEPENDS+= proc-macro-crate-1.1.3 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.36 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.37 CARGO_CRATE_DEPENDS+= process_control-3.4.0 CARGO_CRATE_DEPENDS+= quick-xml-0.22.0 -CARGO_CRATE_DEPENDS+= quote-1.0.17 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= rand-0.4.6 CARGO_CRATE_DEPENDS+= rand-0.7.3 CARGO_CRATE_DEPENDS+= rand-0.8.5 CARGO_CRATE_DEPENDS+= rand_chacha-0.2.2 CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 +CARGO_CRATE_DEPENDS+= rand_core-0.3.1 +CARGO_CRATE_DEPENDS+= rand_core-0.4.2 CARGO_CRATE_DEPENDS+= rand_core-0.5.1 CARGO_CRATE_DEPENDS+= rand_core-0.6.3 CARGO_CRATE_DEPENDS+= rand_hc-0.2.0 CARGO_CRATE_DEPENDS+= rand_pcg-0.2.1 -CARGO_CRATE_DEPENDS+= rayon-1.5.2 +CARGO_CRATE_DEPENDS+= rayon-1.5.3 CARGO_CRATE_DEPENDS+= rayon-core-1.9.2 +CARGO_CRATE_DEPENDS+= rdrand-0.4.0 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 CARGO_CRATE_DEPENDS+= redox_users-0.4.3 CARGO_CRATE_DEPENDS+= regex-1.5.5 @@ -184,17 +196,17 @@ CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 CARGO_CRATE_DEPENDS+= rust-ini-0.18.0 CARGO_CRATE_DEPENDS+= ryu-1.0.9 -CARGO_CRATE_DEPENDS+= schemars-0.8.8 -CARGO_CRATE_DEPENDS+= schemars_derive-0.8.8 +CARGO_CRATE_DEPENDS+= schemars-0.8.10 +CARGO_CRATE_DEPENDS+= schemars_derive-0.8.10 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 CARGO_CRATE_DEPENDS+= semver-0.11.0 -CARGO_CRATE_DEPENDS+= semver-1.0.7 +CARGO_CRATE_DEPENDS+= semver-1.0.9 CARGO_CRATE_DEPENDS+= semver-parser-0.10.2 -CARGO_CRATE_DEPENDS+= serde-1.0.136 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 -CARGO_CRATE_DEPENDS+= serde_derive_internals-0.25.0 -CARGO_CRATE_DEPENDS+= serde_json-1.0.79 -CARGO_CRATE_DEPENDS+= serde_repr-0.1.7 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive_internals-0.26.0 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 +CARGO_CRATE_DEPENDS+= serde_repr-0.1.8 CARGO_CRATE_DEPENDS+= sha-1-0.8.2 CARGO_CRATE_DEPENDS+= sha-1-0.10.0 CARGO_CRATE_DEPENDS+= sha1-0.6.1 @@ -206,15 +218,17 @@ CARGO_CRATE_DEPENDS+= shell-words-1.1.0 CARGO_CRATE_DEPENDS+= signal-hook-0.1.17 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 CARGO_CRATE_DEPENDS+= siphasher-0.3.10 -CARGO_CRATE_DEPENDS+= slab-0.4.5 +CARGO_CRATE_DEPENDS+= slab-0.4.6 +CARGO_CRATE_DEPENDS+= smallvec-1.8.0 CARGO_CRATE_DEPENDS+= socket2-0.4.4 CARGO_CRATE_DEPENDS+= starship-battery-0.7.9 CARGO_CRATE_DEPENDS+= static_assertions-1.1.0 CARGO_CRATE_DEPENDS+= strsim-0.10.0 CARGO_CRATE_DEPENDS+= strum-0.22.0 CARGO_CRATE_DEPENDS+= strum_macros-0.22.0 -CARGO_CRATE_DEPENDS+= syn-1.0.90 +CARGO_CRATE_DEPENDS+= syn-1.0.92 CARGO_CRATE_DEPENDS+= sys-info-0.9.1 +CARGO_CRATE_DEPENDS+= tempdir-0.3.7 CARGO_CRATE_DEPENDS+= tempfile-3.3.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 @@ -223,22 +237,23 @@ CARGO_CRATE_DEPENDS+= termios-0.3.3 CARGO_CRATE_DEPENDS+= termtree-0.2.4 CARGO_CRATE_DEPENDS+= termwiz-0.15.0 CARGO_CRATE_DEPENDS+= textwrap-0.15.0 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= time-0.1.44 CARGO_CRATE_DEPENDS+= time-0.3.9 -CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 CARGO_CRATE_DEPENDS+= toml-0.5.9 -CARGO_CRATE_DEPENDS+= toml_edit-0.14.2 +CARGO_CRATE_DEPENDS+= toml_edit-0.14.4 CARGO_CRATE_DEPENDS+= typenum-1.15.0 CARGO_CRATE_DEPENDS+= ucd-trie-0.1.3 +CARGO_CRATE_DEPENDS+= uds_windows-1.0.1 CARGO_CRATE_DEPENDS+= unicase-2.6.0 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.7 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= uom-0.30.0 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= urlencoding-2.1.0 @@ -258,23 +273,28 @@ CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= windows-0.24.0 -CARGO_CRATE_DEPENDS+= windows-0.35.0 +CARGO_CRATE_DEPENDS+= windows-0.36.1 CARGO_CRATE_DEPENDS+= windows-sys-0.35.0 CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.35.0 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.24.0 CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.35.0 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.24.0 CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.35.0 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.24.0 CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.35.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.24.0 CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.35.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= winres-0.1.12 CARGO_CRATE_DEPENDS+= winrt-notification-0.5.1 CARGO_CRATE_DEPENDS+= xml-rs-0.8.4 CARGO_CRATE_DEPENDS+= yaml-rust-0.4.5 -CARGO_CRATE_DEPENDS+= zbus-2.1.1 -CARGO_CRATE_DEPENDS+= zbus_macros-2.1.1 +CARGO_CRATE_DEPENDS+= zbus-2.2.0 +CARGO_CRATE_DEPENDS+= zbus_macros-2.2.0 CARGO_CRATE_DEPENDS+= zbus_names-2.1.0 -CARGO_CRATE_DEPENDS+= zvariant-3.1.2 -CARGO_CRATE_DEPENDS+= zvariant_derive-3.1.2 +CARGO_CRATE_DEPENDS+= zvariant-3.2.0 +CARGO_CRATE_DEPENDS+= zvariant_derive-3.2.0 diff --git a/shells/starship/distinfo b/shells/starship/distinfo index b4d3d1a96d962..cf80a14fb0c5e 100644 --- a/shells/starship/distinfo +++ b/shells/starship/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2022/05/18 12:07:31 pin Exp $ +$NetBSD: distinfo,v 1.17 2022/05/25 10:25:32 pin Exp $ BLAKE2s (ahash-0.7.6.crate) = 5a260485860dccfc4af4ad41b107d11c1a1a0fadb036ef801484ecc98d4a6bc8 SHA512 (ahash-0.7.6.crate) = 61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68 @@ -9,12 +9,12 @@ Size (aho-corasick-0.7.18.crate) = 112923 bytes BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 Size (ansi_term-0.12.1.crate) = 24838 bytes -BLAKE2s (anyhow-1.0.56.crate) = 1e925bd2b212948db20f8452b188cffe4870a83187fddb5c35b2e9f3ee3341c6 -SHA512 (anyhow-1.0.56.crate) = 9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5 -Size (anyhow-1.0.56.crate) = 44780 bytes -BLAKE2s (async-broadcast-0.3.4.crate) = e621f2b85e03ac6813feb243b38a5bf3317e7769e6fa0893c5c3f5adf0a7d5df -SHA512 (async-broadcast-0.3.4.crate) = 2081f37699bcde02ec9ae0cb3a2727a0277ed498abaf1949c0b49894cb6570939d835df4c547fe64d0956f979cd744a7425cc6f6f37a001bc887bb098ec2e43d -Size (async-broadcast-0.3.4.crate) = 18539 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes +BLAKE2s (async-broadcast-0.4.0.crate) = 9ed62a75382698eb5079f0c8be87c3a55ec5f796bbf7ca1a99079231396b9023 +SHA512 (async-broadcast-0.4.0.crate) = bbc72a254c115781f1a291a8aa562ab4354b7f7762a13ca280a68d6fdb0e23e09f23b75e7ef555141ae3f4f00835299d9b2ed632060c33e9412f4ea07b94252f +Size (async-broadcast-0.4.0.crate) = 19657 bytes BLAKE2s (async-channel-1.6.1.crate) = 2ba94ccdb1cafe27bb187ad9a5874e840fadbc00caf4b229c7921a8a26ba3ddb SHA512 (async-channel-1.6.1.crate) = 797b1f5b4c07853f78670e62b67fb787c329ffa2c89475a3767a963d524a69dce082cc7f3a2878d9c990f00ae2d9cd7e0d21743fc4186769c238467bdb20c65e Size (async-channel-1.6.1.crate) = 12574 bytes @@ -90,27 +90,27 @@ Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 Size (chrono-0.4.19.crate) = 155663 bytes -BLAKE2s (clap-3.1.12.crate) = 212c973c8cbb313681eeac163d02820d5f4a0ed5d975e48f42bf531333713858 -SHA512 (clap-3.1.12.crate) = 94a594886d4fcc3ef745cea1f98202765aaeaac816d9271f132d4f8c90e6679fd56077e11c621222bac9200552839297f98c7788462d015334090e8772715cb5 -Size (clap-3.1.12.crate) = 206752 bytes -BLAKE2s (clap_complete-3.1.2.crate) = 9682c8a36203f38973dcee976b468eae6c421eb17f92cf0e75f16af1b20ef3d2 -SHA512 (clap_complete-3.1.2.crate) = 94b176115fa0edf12f1af62388c8f175074fca980f4006f9bb755e9be773785bca80b3b11821bdc8498b06f5d3aaae169f7daceda5a352eb39312f48b255ebc5 -Size (clap_complete-3.1.2.crate) = 23138 bytes -BLAKE2s (clap_derive-3.1.7.crate) = 007e3972e4e44b617b811fa373496acb63922e93cfd7a8da6165560892e6cf5b -SHA512 (clap_derive-3.1.7.crate) = 7f34c1b7c67bddbdbc1b159fcde366babe37f355637cc1f12748a51d0ecf89ce3e6aaf5ed140aae6539f12182ac8e2ca93c2790ea2dc84657487066c9d77a869 -Size (clap_derive-3.1.7.crate) = 25363 bytes -BLAKE2s (clap_lex-0.1.1.crate) = f47d4ed408e6e0c954f6c555c6241ca028e39fa63dbc02a4a9e76d608f5ecc2b -SHA512 (clap_lex-0.1.1.crate) = 4d7667fb4cc86fd820262c4642c37a073e558ac5c05e1a8efc2813f54c364e2c4e980a8ddd81e72b11b02f494b20ad89c77e9649d1a6c0ed418194db808f1383 -Size (clap_lex-0.1.1.crate) = 9603 bytes -BLAKE2s (combine-4.6.3.crate) = b329804570c32d5456de3e9f5592a8725654e531c5aa2b2785d0c9ac2156c16f -SHA512 (combine-4.6.3.crate) = 495f9703efc2b9271dad2fdd2626aa9a1843fd3e10e63d0c8b9e42d4c7e3137a4740aa476c0206ad8dbf2683d0eeafde36f70581bdeb30299fa08e077f9183f3 -Size (combine-4.6.3.crate) = 132015 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_complete-3.1.4.crate) = 6019a05770aeb7b776f143670f86525382e32217ff241833494c31d7f1260ceb +SHA512 (clap_complete-3.1.4.crate) = 3a76e4e94090c8fceebdaed4e6674ab8af2e5282c72e19643998e55dcc8e07298153baf67b4bfa430ef814c92a3c3b8513d2c857eaddc7a586693bd3a9d2b1ec +Size (clap_complete-3.1.4.crate) = 31223 bytes +BLAKE2s (clap_derive-3.1.18.crate) = 525d5fbef0749e507dc2783712535f68b3899cbfc188888b2f4ad51a76edc1f8 +SHA512 (clap_derive-3.1.18.crate) = 9bf92e45de15bdfe1ca9a1363f1d243b8df1e5e7d957d6240fa351387b362ef91dc9acffea7256c2161ae8472e35ee2cd678c0bee1f9a27771ae9f4f3f71b351 +Size (clap_derive-3.1.18.crate) = 25521 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes +BLAKE2s (combine-4.6.4.crate) = f793e88dca3f67adff4bf45c8ff50f315638aa699b04f2979dfb2706229efae6 +SHA512 (combine-4.6.4.crate) = 2550aba009b8ab66230e7b21fd1cb5085c92bc280e31f35c9b02dc78fa138ef9b9ece0d7801473b88d11866b013c6fa3bb6e9611bdc1a7b85144e50a49829774 +Size (combine-4.6.4.crate) = 132144 bytes BLAKE2s (concurrent-queue-1.2.2.crate) = 6db6de7795b13dc09a001f9fa688d57dcd7d45f815206e59479925cbf0694b2e SHA512 (concurrent-queue-1.2.2.crate) = 84e348dc3d40c73c11c54ecd0f1e6cf7fd6c7033f4723a428ed1c09bc9548cf317a0d8182144b689cb9781190b9c8ce4374717012eccee54a11ed0869dee10fc Size (concurrent-queue-1.2.2.crate) = 15859 bytes -BLAKE2s (const_format-0.2.22.crate) = 30a30e1eeb0267d2498e7cf2794560e6ff6d51d594e1e5eac2d0b351a9d00e96 -SHA512 (const_format-0.2.22.crate) = 3ed65106b3fa49fe7cbc0592a8a5b0fc9b99d9d44cb51c1fbdb2fb2eb916d801aa19d9ec568560d6df33373324ea226de3db6e82cbeb9a850426589472a1ec9c -Size (const_format-0.2.22.crate) = 72234 bytes +BLAKE2s (const_format-0.2.23.crate) = 371442b083287b8cd4269c3f8189cd6485316c2cf589ee6f8f17e982f668ee77 +SHA512 (const_format-0.2.23.crate) = cc6b3254d82be2285e240b86e90593c971bf122ce576a6943281df660a6febecf5b69d7a4512a3c0f3f4759cb2314ce1acd49063a492821a0a957433744b30ac +Size (const_format-0.2.23.crate) = 72319 bytes BLAKE2s (const_format_proc_macros-0.2.22.crate) = 5f221f5ad51b95648ef8504d3191cc5f7754457a23674e826edef40d8402fb21 SHA512 (const_format_proc_macros-0.2.22.crate) = a0382a50502cff46c966fca1518ae1102cc749a9fff142a7fc29c3f3dce4b947ef05576e27248ed682aa9db2e1c0af149f41981d02d8415b63734a0ceccb68f4 Size (const_format_proc_macros-0.2.22.crate) = 24274 bytes @@ -177,21 +177,27 @@ Size (downcast-0.11.0.crate) = 5976 bytes BLAKE2s (dunce-1.0.2.crate) = 6545e66afd233be48e0679867e62b79e3ad44e73d262c6f0827b16c7d7c8d9bc SHA512 (dunce-1.0.2.crate) = 9d1a5d449985913d1cecf2249f3c14001361faf98a0ffa2cb682b4ee4dbde906302355632033484640373587c78c0345c1c7e267c354018cb070cbc46517ba86 Size (dunce-1.0.2.crate) = 7953 bytes -BLAKE2s (dyn-clone-1.0.4.crate) = a121473d7417df6e5793cd9cbda9d916a49f9137c85e48303752544818dfe82e -SHA512 (dyn-clone-1.0.4.crate) = 5d2f65ab4cadb16c877e9adf762f95826e07aaaab77ef64d52c888a8c7b362559fb108f3a5eb887a771dce89fd8d05d9d07fb50328474620e0cf303349c56f6a -Size (dyn-clone-1.0.4.crate) = 9654 bytes +BLAKE2s (dyn-clone-1.0.5.crate) = 1cc2b26ceedfe0442ae7d92e8aa0d0c2ad9a82718cfbef9455c179d51364a6cf +SHA512 (dyn-clone-1.0.5.crate) = 76175579757272286a5141a320675636695b14fb400bfd0d19dd66d525fa8f0ca199a0ea9405e92e971a87f5f972d8c5528f5f1b36a9d84bc6950e4071ebd044 +Size (dyn-clone-1.0.5.crate) = 11942 bytes BLAKE2s (easy-parallel-3.2.0.crate) = 2b2f1d783e1167fd5bd20462e1ce40bdbbc7346f91fb1f37c6086bd11e1c88cb SHA512 (easy-parallel-3.2.0.crate) = 0c83fa27d6d72be2afc3dd6fabf21b1b06e3aed70b60ba059b3447f6e593611224ddbf76fdcfe412a5b7d45936421afef2d4aa7e4162811177aabdb9e7af56d7 Size (easy-parallel-3.2.0.crate) = 9276 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes -BLAKE2s (enumflags2-0.7.4.crate) = 532f2b3b716d41ac540d8217b59e05e78b0418c270cabda20b0e592ff90ecb4c -SHA512 (enumflags2-0.7.4.crate) = cfc28a2eb1789b57d8b5522ce38a4f045e58e5912dc160a6dbf95f39acd639d9b0875e6accfe5d0e97c21e94a50bf39c658410875f2b4c255faf01c04e427bc0 -Size (enumflags2-0.7.4.crate) = 15106 bytes +BLAKE2s (enumflags2-0.7.5.crate) = 3b6eb78b11ebfe98cf2c2b4d15dc2e988513a81f8df5ec2b36fed20143633ea6 +SHA512 (enumflags2-0.7.5.crate) = d275f1b7f49d5efaf2e4ed7b6665ad10526730192be9fd6b73ee0d414ce461a18b4024525527a867eaa007314c477700da5aadd8c44cab0e69b6331c711e75ce +Size (enumflags2-0.7.5.crate) = 15117 bytes BLAKE2s (enumflags2_derive-0.7.4.crate) = 0d90ed6ea4c2314584e69b8eb14cd3c46fd284b072b89675a3efea6d02da0f6c SHA512 (enumflags2_derive-0.7.4.crate) = 9d70027993e6784674c5142750568374528d8b4290c629cbbc967e4812599145d74f577ec1bc4049f43235246fa7200e6348e93ff163a0f56d7643830583f19d Size (enumflags2_derive-0.7.4.crate) = 8166 bytes +BLAKE2s (errno-0.2.8.crate) = 7a95f703aa898902b7ae91170e7ee422e103822d88320454f17893e5fd2e7d82 +SHA512 (errno-0.2.8.crate) = 1f513743224cd9a9b7e4caaf33dab075a4a79efa90c9f46c9edfb0c8600daccd3ad2677ba2116621e19fcf8be456954da5d611cbcea4b6f1410f7731828b50d1 +Size (errno-0.2.8.crate) = 9276 bytes +BLAKE2s (errno-dragonfly-0.1.2.crate) = 98b2cbc4374e5c9bec5416a0564feba5e8b0ff6ff565fc69342afb77ee6a1fee +SHA512 (errno-dragonfly-0.1.2.crate) = f853f1e1b8dd0f359a8f9a0399b3384c1103cd090d96e2b2204f91a40d40a9eb99383d4aa6a11e5470c51557afacf452d4be2049600d4235d27f59870fa3b916 +Size (errno-dragonfly-0.1.2.crate) = 1810 bytes BLAKE2s (event-listener-2.5.2.crate) = aa0102b27ed7bfb816225a76a5615ba02a9b43d87337f4a972a11bef151c781d SHA512 (event-listener-2.5.2.crate) = 65a9c5669799dfad5a1dab9a500244f444693e9728b14a70aa72967f90cec6e9de06311966d85f8408950bc94e24697d9d4eaf253754a19232bb52347ba989ef Size (event-listener-2.5.2.crate) = 15225 bytes @@ -216,6 +222,9 @@ Size (form_urlencoded-1.0.1.crate) = 8773 bytes BLAKE2s (fragile-1.2.0.crate) = 1653b1fb84d4037a30a2b405e119f9f350a6f3d226f2c958bafc095813923b7f SHA512 (fragile-1.2.0.crate) = 2cc20896a2a8cc5225fbf796d4b1cd4b81529ce7c86aab52b91037248dab21161defebe9a26b6f55df3f76d711c5c2c4d6013ba813956db1e3cff245eedbad54 Size (fragile-1.2.0.crate) = 12113 bytes +BLAKE2s (fuchsia-cprng-0.1.1.crate) = 1bc2fd5a4a533d5b8d16f500852428c4f128cd1b30ef7ec8addfe51d23c68d93 +SHA512 (fuchsia-cprng-0.1.1.crate) = ea9f5beb0dfcb023c22cfc2b37ce52dfcf3a2cbbed0f79ffffc332878858386805c65dce8469a431002367562d857a6c064e075688540c27fcb4056a110059d2 +Size (fuchsia-cprng-0.1.1.crate) = 2950 bytes BLAKE2s (futures-core-0.3.21.crate) = 0bd50c4241537faa4033167d58c3fe7b873d05660fe13f8ecf0eec4c200651a2 SHA512 (futures-core-0.3.21.crate) = b60e7892436ae28fd2240f17816f934f6caeac663d67b8efc7d519ebb4b0bd921f0b732b6176bd4b472d2fbe346d39a37ba394401e15afa93af8294ceea90976 Size (futures-core-0.3.21.crate) = 14601 bytes @@ -249,15 +258,18 @@ Size (getrandom-0.1.16.crate) = 25077 bytes BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 Size (getrandom-0.2.6.crate) = 28043 bytes -BLAKE2s (git2-0.14.2.crate) = 53997327511bda61ef4bcad4a7f416a48086aa8202fb1afe11b1242deca55886 -SHA512 (git2-0.14.2.crate) = 7e4c0660fb7f48fda3ed73bcd577e2a40eb44005bd1130f9fbc0c515bfd155ec75a2efabdde99661a7c4590e52a749be4342397b79a47bbfe8f4fb8fe160dd22 -Size (git2-0.14.2.crate) = 196856 bytes +BLAKE2s (git2-0.14.4.crate) = edeb4331592473871c8b34f943a951b3d36405bf04110bfd30366935c203265e +SHA512 (git2-0.14.4.crate) = 05a5894eb90e5371525222f69321c2376f6b8e0306a04ff05a9917005ca77a86b6100ec19338e47265599f3a61603511991ea8664e7c64702a580841ef98963a +Size (git2-0.14.4.crate) = 196849 bytes +BLAKE2s (guess_host_triple-0.1.3.crate) = 845fff3bdbfc59cc90c8f39025cfe2c1e4218696c5b17ddfb3da4fe8ee8164d3 +SHA512 (guess_host_triple-0.1.3.crate) = 6cfba546aef4d2ef4f3da9097e11085cc48d92a80b5d76990a20f794613281d766c6cf37c3b845f71653342b6d6a0873cdba9d2dffad806185e911360488bc6e +Size (guess_host_triple-0.1.3.crate) = 13984 bytes BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c Size (hashbrown-0.11.2.crate) = 85713 bytes -BLAKE2s (hashbrown-0.12.0.crate) = 421243e852950ac7244d3f20475e578374e7f7b7ccf9c15ce21c2da90fe11cff -SHA512 (hashbrown-0.12.0.crate) = 11497d1278af7f758d76daeb7fac83ddfb4ef8307c9d9db03ca73f10885a074d1567c3d9fb2a233aed68a0fcc77a75ddbb579734248ce5da61b240468f419dce -Size (hashbrown-0.12.0.crate) = 90663 bytes +BLAKE2s (hashbrown-0.12.1.crate) = 9e65f9c463f287931dff0b645d20a9af0d8a67aea8f792aa897b3b2e2435bc73 +SHA512 (hashbrown-0.12.1.crate) = a037554dda19d8c1d79e74fe59f0297855173a1bd0b119c8fbe724b18a07ec7c2475162213d2502483279712a46ff1247f1681aceb97f67c2e7a53b60779b418 +Size (hashbrown-0.12.1.crate) = 90855 bytes BLAKE2s (heck-0.3.3.crate) = ad67e9fc1dc80c1a47e13e4e30cd2644118f8135c22c5c6462ed254cf6374d84 SHA512 (heck-0.3.3.crate) = b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f Size (heck-0.3.3.crate) = 10260 bytes @@ -270,6 +282,9 @@ Size (hermit-abi-0.1.19.crate) = 9979 bytes BLAKE2s (hex-0.4.3.crate) = 299902a1da9d88101e5b8b06dde30b77e8f7a802285aae519981ada5959383f8 SHA512 (hex-0.4.3.crate) = fd8ff33b68eea2d6f2c6b02a6d82a2807cbcdc209ca5a76e3e3e5d006917ee151f236b6d18e2646cc9a9674bcdda1d6ce6ee363a89cadd99bef00d0eea9989e6 Size (hex-0.4.3.crate) = 13299 bytes +BLAKE2s (home-0.5.3.crate) = 37c8635242e1ed708e3eb6968ead981bacd0058b5385e650ee38ad280c387980 +SHA512 (home-0.5.3.crate) = cb3b7b24db30a8b29f36f90a0d345b2e187f9e76f22203e142a77c8308dcc62e97b5714fb0ed890210b31375cf30d3362b8d740fe189079a6d3a095be50dcb0b +Size (home-0.5.3.crate) = 7890 bytes BLAKE2s (idna-0.2.3.crate) = ab46cafcffb3e0d08ac1b12bdcfd56376fef089009965b6f36b1b0edd546a7de SHA512 (idna-0.2.3.crate) = 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f Size (idna-0.2.3.crate) = 271023 bytes @@ -297,24 +312,27 @@ Size (lazy_static-1.4.0.crate) = 10443 bytes BLAKE2s (lazycell-1.3.0.crate) = 4b68bb7aee4d9c2db1f382991cd5257b908571f8e550a9af7818ce4a2c268469 SHA512 (lazycell-1.3.0.crate) = f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d Size (lazycell-1.3.0.crate) = 12502 bytes -BLAKE2s (libc-0.2.121.crate) = 752836c8b0b570e894aa16d83a7cae3fb663c6f5234e8e18ca284616dd165050 -SHA512 (libc-0.2.121.crate) = aa1ee710b2a4008ead7118e85d7f2d29fab8aa0e1111436db8039a84737727b8d1a8a1cb72acd38abd2656d22a5025046d7be7d8154537f8a503017e0548e953 -Size (libc-0.2.121.crate) = 574702 bytes -BLAKE2s (libgit2-sys-0.13.2+1.4.2.crate) = 54946d5481e8361eff2a9c53992b87019543f87ee0115a797da28b2c75293846 -SHA512 (libgit2-sys-0.13.2+1.4.2.crate) = 54d7c11d930554dd10b112d878dc7ea473c7d45e74d394e21e99f5d4632741f49aa31746bf2594705d337b5b64e6b877e510938ceb2117837c9a6f685ef8824f -Size (libgit2-sys-0.13.2+1.4.2.crate) = 1492799 bytes -BLAKE2s (libz-sys-1.1.5.crate) = 8000e60246571dee6e1c33099aea70faaf12a5219d9aa04f4ff3220249a44514 -SHA512 (libz-sys-1.1.5.crate) = 51ac64c26df57d91f4b7e089600e283354ebf636d8a50ff530ddb031ad0eb74601aca687a087f9e7f51f2b00187d8daa03ca2999ea48ea274c87ad8c7ba8d9ac -Size (libz-sys-1.1.5.crate) = 1494933 bytes +BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 +SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf +Size (libc-0.2.125.crate) = 589236 bytes +BLAKE2s (libgit2-sys-0.13.4+1.4.2.crate) = 73272e949b3df7e488308e843fbdf6171cc9b7e8e3816a95497272198a5cde97 +SHA512 (libgit2-sys-0.13.4+1.4.2.crate) = 71e3f4ed8a123109ae1f0cfaad90092bbea25658356e6eaee3135d4576ffcfadd83ada28367459dd70903ddce716bed6278388e294e13712dcbcf8202e884548 +Size (libgit2-sys-0.13.4+1.4.2.crate) = 1506315 bytes +BLAKE2s (libz-sys-1.1.6.crate) = fd02e59166bfc03f6945ba50fc2ff99c5702b95c111cbf2ff2b620c13d1983c4 +SHA512 (libz-sys-1.1.6.crate) = 18fd3800c38444aef381f7b360b9cd46678c560b46e7c5a286989fb9e689f2447e84f29e4ce195c1b8c2a89584eaee838c175821335accd13bd8d4483c3b099e +Size (libz-sys-1.1.6.crate) = 1508051 bytes BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 Size (linked-hash-map-0.5.4.crate) = 16166 bytes BLAKE2s (local_ipaddress-0.1.3.crate) = 7f882086e2eed49e76c9efbfb493c8a3047e2d6d5905ee2f800af6f6d6a44373 SHA512 (local_ipaddress-0.1.3.crate) = b63dac8a36821c1eceebfd05019f277c29e40c0bd06f7cf4ea275b5b34710ca9c15b36cb47c02b02e49621d6de813849f6acc104e0ac24acbcefd89b290b8869 Size (local_ipaddress-0.1.3.crate) = 2255 bytes -BLAKE2s (log-0.4.16.crate) = 0f9e5a7e5aa99810947b7e3e8a9e057d1275ead9277283661b48c55e3cdeff78 -SHA512 (log-0.4.16.crate) = b12dfcd8bec2f44864b8174776d3151ddf1fa1d82bc8a54fb155d5af3b2af959aab4899d72835a3c25cf58d6c41cd7f1b16c2accbdc20a0eba7e8be3d1883ee1 -Size (log-0.4.16.crate) = 37758 bytes +BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e +SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d +Size (lock_api-0.4.7.crate) = 25371 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (mac-notification-sys-0.5.0.crate) = ae210c2180377a2ee57ead54945a04f8d229b8bb3464c31c8d54226aaef042dc SHA512 (mac-notification-sys-0.5.0.crate) = 039801c4ec2ebfca4d9253d5612788921b4173e3be95350439cfc2f7abd3cc346a01d79b7d725488738aa4cd79362fc02dded36ee2c2b1185b836cc7c277f056 Size (mac-notification-sys-0.5.0.crate) = 10433 bytes @@ -330,9 +348,9 @@ Size (maplit-1.0.2.crate) = 8871 bytes BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 Size (matches-0.1.9.crate) = 2246 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (memmem-0.1.1.crate) = ec6601bc7987a56f1be32672dca4f906076d0e8297c21d2d72d2d690de5e2ddf SHA512 (memmem-0.1.1.crate) = f4ee8123e0263c30898ff1e397bb3daf4e027aadf520977ccaf5bfc4ec8158b398a19bae6d48a85a084e43d80d5ddcbb3cbfdf986080041ce958d2c8f5eb897a Size (memmem-0.1.1.crate) = 10665 bytes @@ -342,12 +360,12 @@ Size (memoffset-0.6.5.crate) = 7686 bytes BLAKE2s (minimal-lexical-0.2.1.crate) = 7868d0264ff2c8d6fd1944aac77710c2163c9c0bb7488ee70835966d9a324022 SHA512 (minimal-lexical-0.2.1.crate) = 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c Size (minimal-lexical-0.2.1.crate) = 94841 bytes -BLAKE2s (mockall-0.11.0.crate) = 208a64d8db91630faa74a14187d7bd2e10ba7174acc3683dee1b93f6ed59c18c -SHA512 (mockall-0.11.0.crate) = bc90c254a5eeecc71745c4bc3f63beb4884d3a281df2119809ce0d7e01aff9051c9d5e301fd1aa6db08272b4beb509bf19e052f75b4e8d3110d9402ffb7fb302 -Size (mockall-0.11.0.crate) = 21958 bytes -BLAKE2s (mockall_derive-0.11.0.crate) = 6afc4bc6fc1228e3c0f6cadf8cfc38ccd62ade79bffa6356bc29bbae4faac0e5 -SHA512 (mockall_derive-0.11.0.crate) = 9220a4a309b88b4ac927b277126435f6118a4be743b0ba87d37bff5047a994831e7b55eebcd9a5a9991d35ae64f83cf59dc4f15d4834292bc64919b90e57d10b -Size (mockall_derive-0.11.0.crate) = 43270 bytes +BLAKE2s (mockall-0.11.1.crate) = a2d9b342c972574b93e83213f0c16aa7c465a47c0ceadda19dc23a1dfd54770c +SHA512 (mockall-0.11.1.crate) = 18f421d03378331634d2bba55d9fb18ff4a9a3cb20d910b56679a5fbcbcc05da9f7da2f768113437a06ad7e829447dd7ec61d896ba550399053a0169888b285d +Size (mockall-0.11.1.crate) = 22030 bytes +BLAKE2s (mockall_derive-0.11.1.crate) = d8175768a56512b96227af16bd1c6f33e80d7a77a08d364038fa7671ff6d1806 +SHA512 (mockall_derive-0.11.1.crate) = f1d9939c530efe96153d68cd141ea4e3dda8c656e5105a9664cf4f09f7cad6b98eed6c3cad287e1f4566523415068316bf8faa66fdc632da3270598f10c7519c +Size (mockall_derive-0.11.1.crate) = 43547 bytes BLAKE2s (nix-0.23.1.crate) = f2cc2a3e893a47f30d1623cd826559065d811604dcf64ca337299adfdc8a8f7b SHA512 (nix-0.23.1.crate) = 23431030b094ebb027200d8cdc05d0ac1730fbb86ee088795a2314f1ba19b76ed5f24373c1aba8125575bf69f8e7d4d9c08344b9cb49a4ae3d8f7987b5f4e6b6 Size (nix-0.23.1.crate) = 240531 bytes @@ -369,12 +387,12 @@ Size (notify-rust-4.5.8.crate) = 48098 bytes BLAKE2s (num-derive-0.3.3.crate) = d75d440075e27eb02566c9a87f0f125cd7dc3b70b61bb9e50bccd4c411d8e814 SHA512 (num-derive-0.3.3.crate) = e0f4d06fff26c2d2b140ff5ec1ba655a46c8d8fda484f03a8ad4910e8cf1392f0130d5c0bfbbe3bfb95da1f93e964f73364de6551fddd81e6fc27bfa35c15053 Size (num-derive-0.3.3.crate) = 14545 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 Size (num_cpus-1.13.1.crate) = 14752 bytes @@ -390,18 +408,18 @@ Size (objc-foundation-0.1.1.crate) = 9063 bytes BLAKE2s (objc_id-0.1.1.crate) = 1bc76100eb8a059b580ecd9b12111a7055936856bbb9059e7d8f28a3bfb362ef SHA512 (objc_id-0.1.1.crate) = ec36fae6f5cefda00f3e44618b3c9fe6ec8f528f70d1a95def6421704bfa128a6e5b4a32e9dd686bf6ff60c4f87fe8094aa5e1c8070bcde58b17fdc06f49f9f5 Size (objc_id-0.1.1.crate) = 3258 bytes -BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d -SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab -Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (once_cell-1.12.0.crate) = d77f216ade311adb7051d30125a5c7d0c73adf35bf167ead044b320361cfdbfc +SHA512 (once_cell-1.12.0.crate) = 02da0e6eccee2d5246fff5e6323bd7eff0f4641801be5e5910763929a5e9d8b62c07f81001c405cc6aff03f68a14ed5bfebd9900bbdd09568bd1ab9ca9b73093 +Size (once_cell-1.12.0.crate) = 31549 bytes BLAKE2s (opaque-debug-0.2.3.crate) = ffdb113f8c5eb946581b79b5d530954c2b8d8a6fded3a5e11811ea90ef957089 SHA512 (opaque-debug-0.2.3.crate) = 7aa44aedd3fa5a6ed3d60239c23dce4cb7b27693e110140e6b332579bf1c1b773244f12271ced975e53caf68f3f381a7edaada573efb982d2e13d638a3a6dd40 Size (opaque-debug-0.2.3.crate) = 5643 bytes BLAKE2s (opaque-debug-0.3.0.crate) = 67915f5846ad1b13c074f2605d26a296f05be8e3b9f846b848cb538e409f98c9 SHA512 (opaque-debug-0.3.0.crate) = 9909b06668a4f97b4d0e916de3e1d0a922a5a0b911a7ce190de786f62ceaccd382cbd0dbe01ab0f15e5472c10848482da2307a6d897928b6b7d5365bc0321cae Size (opaque-debug-0.3.0.crate) = 5767 bytes -BLAKE2s (open-2.1.1.crate) = 64dc7437f00b07fce2492d88d997089fbb46b32e4f5f9958e4e4ca520d296d10 -SHA512 (open-2.1.1.crate) = 8de337ec58f9037e1635e1efb8b383355da96355c189b90f9940ed251ba9f8f22d50b4077cfecae88f1d00db8ec172efe27b5605273750d728c86314c807095a -Size (open-2.1.1.crate) = 13687 bytes +BLAKE2s (open-2.1.2.crate) = 258ab973090e5d9452b10568e90b26b491cdde5a16aa838d36fffe166432b0db +SHA512 (open-2.1.2.crate) = 341a663b0615118245db1799a907623d24f9f70d8bbc85fca2b961b53ba1c4ec0a8b45b6988eeb64f2617a986818032757d63879acc77f3f35d6e1d96c25b875 +Size (open-2.1.2.crate) = 14070 bytes BLAKE2s (ordered-float-2.10.0.crate) = 90377e25fabded2ce73fff1b08a467ef8fc34e31b9459617aee6d36ec6624e58 SHA512 (ordered-float-2.10.0.crate) = cb883ddd723d1bedfe13d16c9546dcb84d17d4fb1c6dc6d632a0c385d80b0b881694b3364a406e5d7f073c5a7e9e80810f343dd1d6f22df6188322b3e89cf77f Size (ordered-float-2.10.0.crate) = 15589 bytes @@ -411,15 +429,21 @@ Size (ordered-multimap-0.4.3.crate) = 19599 bytes BLAKE2s (ordered-stream-0.0.1.crate) = 9ccec59759c950bc3abec40ea08f214d1fe15e6ef961e5cfb877663a5cd53c8b SHA512 (ordered-stream-0.0.1.crate) = 00b535b795d134aac6a1ea5f9e387a75d3e42b5ea9b91f49c810fc0c8e49a56c2d363fa8af0ac2bb19bb65187f154ced9efdedac28e7f29970a61b3341bb1092 Size (ordered-stream-0.0.1.crate) = 9081 bytes -BLAKE2s (os_info-3.2.0.crate) = 333a1d83d6e10b876cbd85b51eee2b5a09996e0a8973641e4e48d848db72a96d -SHA512 (os_info-3.2.0.crate) = a0e0771b12fcfc36dd06753245945723684aa3c96e2491fd95eba93e9f4c753f73fbf4d3e988e5ed8b9d7f98279c66752e3bc138d04c224e6b66b333fcc91409 -Size (os_info-3.2.0.crate) = 20477 bytes +BLAKE2s (os_info-3.4.0.crate) = 4136fff17dd837bc4e64b90f8691e5b758d1b2d700d3ae5b78ce6839d67765bb +SHA512 (os_info-3.4.0.crate) = 17c398759d8cca08b4042f1ff0af243912921668e94bf45061d2a054df2c77010cd952f971ce20fbb5de2d2c3882b0edae868e71f5f1dd1393cb254050e7c254 +Size (os_info-3.4.0.crate) = 21316 bytes BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 Size (os_str_bytes-6.0.0.crate) = 21046 bytes BLAKE2s (parking-2.0.0.crate) = 4f79863e2139449b05a39219bf0e5b51fee6414d02e213ac0fcb773471c0bdc5 SHA512 (parking-2.0.0.crate) = 21c5723dc0281ade1c2cd6a1c2215ba70eb47a721a4a594ef1e54061bc79579ffe9c31f06e534fd847f936ed265cd65a59dfa9e38880f8bd42c6e8ac70a13f93 Size (parking-2.0.0.crate) = 9714 bytes +BLAKE2s (parking_lot-0.11.2.crate) = f71d251ca07227ef3e0bd33ba4c7cae8bd77958eb847d00ff7e462aeb3e4e8ea +SHA512 (parking_lot-0.11.2.crate) = 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e +Size (parking_lot-0.11.2.crate) = 39869 bytes +BLAKE2s (parking_lot_core-0.8.5.crate) = 9f38174a007023d5108d3cc50446a3138b443d363f44d5d2670fed55d3516a2d +SHA512 (parking_lot_core-0.8.5.crate) = c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 +Size (parking_lot_core-0.8.5.crate) = 32466 bytes BLAKE2s (path-slash-0.1.4.crate) = ab8d2a1ee28bacc2be258972ba0717dada56d0cd6a4d555bf98032b352056a8c SHA512 (path-slash-0.1.4.crate) = c0d14ce827e80c4efbfcf1abd67459c3327686b2c8644b0af16909bbb9a8952c14e91c1b68b988396f99c85edb4bb57dff9bed1d3a4f53e77edd9bf3d80284f3 Size (path-slash-0.1.4.crate) = 5771 bytes @@ -456,9 +480,9 @@ Size (phf_generator-0.8.0.crate) = 7604 bytes BLAKE2s (phf_shared-0.8.0.crate) = e120ab927dd3d8651987518b082033537039e5d01744aa2c7c32c01f15778061 SHA512 (phf_shared-0.8.0.crate) = 6ad7ac732b7cc42e7e179329fbfee7074d26652d73eb4f2b97224491d978ad9b14c66e5a539c96b84c70124ac44cfc009bf963a42c438d028bd9737b99f463f3 Size (phf_shared-0.8.0.crate) = 2860 bytes -BLAKE2s (pin-project-lite-0.2.8.crate) = f17fb23d3567ea71f6e260307531fa0a7119dc7f384f229f7863f24d653fbc5a -SHA512 (pin-project-lite-0.2.8.crate) = 9ecb86d550f4440e19eb16c6a9a418b5c4ad859ed2449b02f77d4b07b1e3e3e6b6b7ffba44a358958679342eb21222992fe6fdfe6d9bcb7a699a3e5816f1bfa8 -Size (pin-project-lite-0.2.8.crate) = 27847 bytes +BLAKE2s (pin-project-lite-0.2.9.crate) = 21ff73557f52248f91876a765bc209e4313f3cb15746b3f3ceddeceea5e2c95d +SHA512 (pin-project-lite-0.2.9.crate) = cef0b77233adca712db1183f780732ea577cf1b27c2643de221d54c837c75ce749f907e24a967be7474812c7682cba613a3fc5d553a9578a1b80569da0e562e4 +Size (pin-project-lite-0.2.9.crate) = 27713 bytes BLAKE2s (pin-utils-0.1.0.crate) = 5a1cf546c08cd8ad36d3736e337a9865b694de6a636733d252a878aee8b1c204 SHA512 (pin-utils-0.1.0.crate) = 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 Size (pin-utils-0.1.0.crate) = 7580 bytes @@ -489,18 +513,21 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.36.crate) = 9f898c159cb5423e6c1b48791e74d604c348d2912572d212377917439e31212a -SHA512 (proc-macro2-1.0.36.crate) = f31b0f2356af2746321c4f808ac9af87d21a5657c103ed6bc1383855e40caf49246cc8ec1edff58eacf193424abfc2163148b7298e527714e65e602f14b2e50a -Size (proc-macro2-1.0.36.crate) = 41411 bytes +BLAKE2s (proc-macro2-1.0.37.crate) = 7df0f3468a68248fb6bb32150f677fcdc3fa3c62355feece702f8fb359889a87 +SHA512 (proc-macro2-1.0.37.crate) = cedb3433c6dfff39b404f8939c67e98303bb89a47e2cfb9659eeda1ca3e3d167800dca482374501632ab6d2283105dbd7560a157b48a351b2d3da059f946be55 +Size (proc-macro2-1.0.37.crate) = 41378 bytes BLAKE2s (process_control-3.4.0.crate) = 2eaf44efafea3a0ba478856d004112175a94727ec8df2c6dcfd9b2fc173d94d5 SHA512 (process_control-3.4.0.crate) = c672d33c0648c42454d7f735da9c60b828f9b5e6c6f23caf6e3347d69f3f0e012cf1867d431d4a784df578f1fb064ddb22c7d50a68e9a5b4f0fcd77d633236b2 Size (process_control-3.4.0.crate) = 17333 bytes BLAKE2s (quick-xml-0.22.0.crate) = 8c214d10f61abfc461c1eb4887e203e24a646c3055bac562b6a0577024ebc892 SHA512 (quick-xml-0.22.0.crate) = 15e56fafc84e62b219977c5ab0f07a021bb71216d7cbb673a7ffec4ec6bda36f97d7b7034751b0b7d745df7c17c1a591a281cf2c97aa4fada7327979711ae3dd Size (quick-xml-0.22.0.crate) = 132066 bytes -BLAKE2s (quote-1.0.17.crate) = fdcc7e580898cbabe48acc2dde2738087c1188275d417155186faea95503e223 -SHA512 (quote-1.0.17.crate) = d34fa0c864e3b9007449269ad5ea8736bbaa359e61eeb454e9c1cc30f9739a96778a04421e2a014879aeee417d8b51e20c6c41ebdab6878567af027096ff9ebd -Size (quote-1.0.17.crate) = 28629 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (rand-0.4.6.crate) = b05813bcd03baa0c8fdaa1733b04ca44aa3efdbdb964755d825dfee707c7bb89 +SHA512 (rand-0.4.6.crate) = a91c6da7188b426bf9cb832892ee2af87c4cd65fad505c34e9c63343da71efe8c0c67b75c405dca5345317b7940d1d0fc0b20be85afd6b3089203e5698d86f0a +Size (rand-0.4.6.crate) = 76401 bytes BLAKE2s (rand-0.7.3.crate) = 4799f94d7d054b269caf818193a2b748557a9d83c3c164d17f408649c4c4e96b SHA512 (rand-0.7.3.crate) = f9b68ef9446f1ca2c8092c50990f15c1b4cb5529eeeac4df8d69755e0b7253c663c587775e7cb0a7298c31edb444975dda34926759306541f6d43d0d3cf57b7e Size (rand-0.7.3.crate) = 112246 bytes @@ -513,6 +540,12 @@ Size (rand_chacha-0.2.2.crate) = 13267 bytes BLAKE2s (rand_chacha-0.3.1.crate) = 610f5bba921c6e9d0527a13b5bf3ac43ffcddbbfc58522a8c086baef788895c4 SHA512 (rand_chacha-0.3.1.crate) = 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 Size (rand_chacha-0.3.1.crate) = 15251 bytes +BLAKE2s (rand_core-0.3.1.crate) = 8841b3bc27fad660e621e5eead7a3accbd33c0eda1bacf0afe6d14944fe5299a +SHA512 (rand_core-0.3.1.crate) = 5a7ae601124502bede760fd3179c2b28059ebc3b5983bfcb6b8fa62fb58df95cedc1aeb2734e792d894dfa4620801c13c29702f9cbee64243121575d4b6b9114 +Size (rand_core-0.3.1.crate) = 15483 bytes +BLAKE2s (rand_core-0.4.2.crate) = 1d90a57288413d1dfda38432bbc103785e2e006a366de2211018fa28a0ec0a8e +SHA512 (rand_core-0.4.2.crate) = f7ae3b690e2cc1fbf2707ee04b752bc5472433f737ab581f9872f7c5660966bc6be45f0c5d2cd8771105df6d4a9d206c55f5cc6ffc1693b46e1ae03a2883b028 +Size (rand_core-0.4.2.crate) = 20243 bytes BLAKE2s (rand_core-0.5.1.crate) = 6873229e385cff778b4ac96d1b1d9a7b31611c9219bacc24f6d920573eb30d35 SHA512 (rand_core-0.5.1.crate) = 4f7500b35e165e6c817fdd67a50745d5497d24e554bb554705097e37258751e8755c4d6b8a69fcb5e1977708ba78620bc35d640e4e018fcd4e88d9dbdbebdcbf Size (rand_core-0.5.1.crate) = 21116 bytes @@ -525,12 +558,15 @@ Size (rand_hc-0.2.0.crate) = 11670 bytes BLAKE2s (rand_pcg-0.2.1.crate) = 2873cbeabc110b44f9dcb2b4c5280875e6c1ae26bd00ceab82967f7e82365fa2 SHA512 (rand_pcg-0.2.1.crate) = 612c0d1cdc591f80733bf8097e251f02ef7a7e71cafb74e37b63ac68043558045c0c96196200ad07ce7aa9f2d373640c20e598ae5774935c8b52350ec20958ba Size (rand_pcg-0.2.1.crate) = 11291 bytes -BLAKE2s (rayon-1.5.2.crate) = 1506d279287326fa546d54aea1688389add244d0f501f287bd103efa506bf13a -SHA512 (rayon-1.5.2.crate) = 3c11bd89692af7e245be2c0b26d96e864a6353eb901706fe6394e3ff8bba13a829609d2a086aa69fbf716ca4286a1977123a950080d673814edf6bd55d29d459 -Size (rayon-1.5.2.crate) = 165456 bytes +BLAKE2s (rayon-1.5.3.crate) = 9f9198a787f4a5f62743689851cdd388123440782dadb50f59a1179488d51a33 +SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82 +Size (rayon-1.5.3.crate) = 167246 bytes BLAKE2s (rayon-core-1.9.2.crate) = 652fb6cf33ce7c341e65e632ea0ec2852f1f9e6a532ea9c1f16933832b5e1be1 SHA512 (rayon-core-1.9.2.crate) = 83c17e71e3da636d97ad77b64d988bfaa78addfd0c512f0fc09b1755614dab2a35532a4dcb126fa15da4e62461e59f5683b922a1fb4a5381a629992617d0383f Size (rayon-core-1.9.2.crate) = 65221 bytes +BLAKE2s (rdrand-0.4.0.crate) = aa9ec3125d9646b82a616e90ab4bc7824baac14a2e827f5221f643a6a5dc0e9d +SHA512 (rdrand-0.4.0.crate) = 6476275d124bee28747191471e8d8f321a3b1c148c1f2a7ece4175f5244a7de90afe5f99d2eba5244d886b92e38232398864bf90e6d434b09494533942c8d894 +Size (rdrand-0.4.0.crate) = 6456 bytes BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 Size (redox_syscall-0.2.13.crate) = 23759 bytes @@ -552,39 +588,39 @@ Size (rust-ini-0.18.0.crate) = 15439 bytes BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb Size (ryu-1.0.9.crate) = 48391 bytes -BLAKE2s (schemars-0.8.8.crate) = 999bfba25697aa26761576529465aad41ed1cf9310ecb06758c18fac1012ff85 -SHA512 (schemars-0.8.8.crate) = 3fe2ed6baf6416ff65b3b9e10ddb0345ef4d08a911075f0ed72795d8008ccb4f77879dc0f0c6eaa1f7a2f4481fface7f7c898d03fdb0bd30841ea52229ee1b39 -Size (schemars-0.8.8.crate) = 54271 bytes -BLAKE2s (schemars_derive-0.8.8.crate) = cb9a44f718e3327f4053f875884af88b41f61735c1e555a80900fb108839de58 -SHA512 (schemars_derive-0.8.8.crate) = 99690125a7ddb96171c522cdf5a38ed81a752de6e330d5af497fae7d4f253f05dc20944e2bbeabe173d39c25fc35746bb9a4d918883cfefbac2b88adaebcc64b -Size (schemars_derive-0.8.8.crate) = 17213 bytes +BLAKE2s (schemars-0.8.10.crate) = 58ebfbaec22e5bf846ba816341311216298d27fe37eb3435143cb971e4aef74b +SHA512 (schemars-0.8.10.crate) = 7d7617741757ee4143565f235a837684b13ba916ad93662e7e6189da01fca41b66f1591637b34ba9f524c8f4cac6bdd074b8b208d5926c83f8e6201694b732e6 +Size (schemars-0.8.10.crate) = 54189 bytes +BLAKE2s (schemars_derive-0.8.10.crate) = 01780f4ab39ec9b5e06fdc111df440f6c95362eb18188dee59d6d62c2d276251 +SHA512 (schemars_derive-0.8.10.crate) = a70689a1290f03775395a5611d5e2723853ff1ffc7d1d33ac5fae2197884cf9124ef717e9a5758a2fe0399169ad8558cf80d0bdd111ab9986f4e9353a2ec5364 +Size (schemars_derive-0.8.10.crate) = 17832 bytes BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (scopeguard-1.1.0.crate) = 11470 bytes BLAKE2s (semver-0.11.0.crate) = 8eb6db6cf1eb08883d65df4c9737a55ce177ce7064f1acf2203e5a1e0e3ab340 SHA512 (semver-0.11.0.crate) = bdbd8eba37071ec1d24d372cc34ac4d82b6d914e7396ed51276e80d4d299864507a9d837ef381f6c4868981b7ca35514050ab8d7a621d43697a9c4b4bd5d8573 Size (semver-0.11.0.crate) = 20826 bytes -BLAKE2s (semver-1.0.7.crate) = 6dbf6c5244cd9fcfe283ec6da3fa7036c3f32eac19398d91b816f73fa65b892c -SHA512 (semver-1.0.7.crate) = 1956b173e70a9ae78d4e96d62951072879998125bf4703a2763c8cafa4e94100010d6f923afb3b7201d0a3128948b71a5cad0b82cae1239e8f7631d5e003c663 -Size (semver-1.0.7.crate) = 30064 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes BLAKE2s (semver-parser-0.10.2.crate) = 3dfb33cdadb3d9f60e323d090ac382b099032f3fe1179ba0d8e9ae78728f3edb SHA512 (semver-parser-0.10.2.crate) = 154a6905eb5fb854450a0bd00381f93ededd6f1a992103a53464429195102eb266c7e8681e89cf952223a51427fa17c0a36e3b7c2eb6d375b309e5fd3d721f1a Size (semver-parser-0.10.2.crate) = 23176 bytes -BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 -SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 -Size (serde-1.0.136.crate) = 76158 bytes -BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf -SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 -Size (serde_derive-1.0.136.crate) = 54776 bytes -BLAKE2s (serde_derive_internals-0.25.0.crate) = cb312a2e5e2d72c8a78e067a9128345db929b1097951e11f55583cc6db4abec2 -SHA512 (serde_derive_internals-0.25.0.crate) = 3799cfdb1b5d57655820f2615c490ebe5e123094a564184a50e5bcfcd100cc4661daa5c753f12b3c78ca216a8071d20cd9d0735cb603ebd624800706db642fda -Size (serde_derive_internals-0.25.0.crate) = 22803 bytes -BLAKE2s (serde_json-1.0.79.crate) = d12eba94c3e529435de4c570027e0035cefc74b5d14cfd0db96e5ea508f51c0a -SHA512 (serde_json-1.0.79.crate) = 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 -Size (serde_json-1.0.79.crate) = 144451 bytes -BLAKE2s (serde_repr-0.1.7.crate) = 2a12bdc0f096d332e161ed4b0bd7c30683e9f2294f562aa257f965e1a466dd5d -SHA512 (serde_repr-0.1.7.crate) = 4e3e87b1c97ee587e88be56d67f287e43252de474a3becdefb4b768eda661db5d78f665d7d93720a40d9f5bd27fd9ab6213d66713ec89bcc2063092b16625a18 -Size (serde_repr-0.1.7.crate) = 10173 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_derive_internals-0.26.0.crate) = f0bcc5ab564c99f8f23f9ec2824442ec4021d84ac0de487b74a90341031c8026 +SHA512 (serde_derive_internals-0.26.0.crate) = acf635d10b41400e2c10d326fc7ca60dbe9094c2d1d94f4f34905e6978b155e014aebe29e0cc2b00587c97751360ab0dfa71b5c6901629bda9322754e2f07890 +Size (serde_derive_internals-0.26.0.crate) = 25382 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes +BLAKE2s (serde_repr-0.1.8.crate) = dfdda090a6f3fdcdd1fc51fb204c5d0468192548d40417a6cf20309f069eac8b +SHA512 (serde_repr-0.1.8.crate) = 6554814bc6cac332c8d5cc94241c224d8ca532719703b1fad19963db5f4793db7e2a5d195df6a1a534d1edafbb4223a63bae55dc928cafb3fbe69dce76d8547e +Size (serde_repr-0.1.8.crate) = 10327 bytes BLAKE2s (sha-1-0.10.0.crate) = 2aa1d90fb9598332377d70c9f940b66e5c801aea07d946f57792f951c809cce3 SHA512 (sha-1-0.10.0.crate) = 5f202e74a5323ccd12bb2fa57f6357eb8d12d5702fe9fda745aaed70725a5c9c78dd6f8aa734b350948fe8155cb36d8bbfe16615f0335f0502827ad26ea387ac Size (sha-1-0.10.0.crate) = 12239 bytes @@ -618,15 +654,18 @@ Size (signal-hook-registry-1.4.0.crate) = 17912 bytes BLAKE2s (siphasher-0.3.10.crate) = b02896dbacdd7733bb3355e952a6d76a8a3f004573d5ee887f8534a3a8fa83b4 SHA512 (siphasher-0.3.10.crate) = f90425a2cccc9575d377bb92a765d34653ddef1ac12b7c63dc6d700aaa74b525787e11609061c2d3e44ea56fe0e4b8f93f7b13f0279b5de2e0f710c5caffd4ce Size (siphasher-0.3.10.crate) = 9889 bytes -BLAKE2s (slab-0.4.5.crate) = e7ad12f3e55e202b119e7dd9cd5e90d2f8c15337d434836a1f7c6b0d34e71191 -SHA512 (slab-0.4.5.crate) = 9ab2db11b5da437148486a7da44f06eae2572a735764711145738f9da66b1ccbb8b974ebe3600d1ff7a6ddf07d1fa9dd04c9207c4ba54eaa8311c41d317182ca -Size (slab-0.4.5.crate) = 15888 bytes +BLAKE2s (slab-0.4.6.crate) = a269af42bb2b906af07031fe84a13842abb5681c2f2e519b7c1fed5506df666a +SHA512 (slab-0.4.6.crate) = 788837db210be63579eccf12d96fcaa3280c7515bedebe3040a71ed27d013430815ebc74acc06280daf22c0b16871bad210981d32615c26cb1da344b4b0d9488 +Size (slab-0.4.6.crate) = 16067 bytes +BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 +SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c +Size (smallvec-1.8.0.crate) = 27992 bytes BLAKE2s (socket2-0.4.4.crate) = b552556efc0901934f3ff31724ae1a93e0211b1c6446e9b7bb14bd26b4c3bc21 SHA512 (socket2-0.4.4.crate) = 6624fb9b933763c22e6114a8f72c6af0969912717017dd5b13f1b5df19faa1b160376c12e8c8023c435281f6a7864e802f3c4c535de8a345fe206652104f2cd5 Size (socket2-0.4.4.crate) = 44048 bytes -BLAKE2s (starship-1.6.3.tar.gz) = aabf368b975e62929f2c4e39ef8c915c4c96c0f636ce37d50a95eb2a78c3ec4f -SHA512 (starship-1.6.3.tar.gz) = 1479764a7723460047d759dc7dab9632d80ff24ac800c43af415e02dbe551def4c0e060781dfbd25e2fba511f3d2e4e519c3b1b685d85ffb7bc8c53e9a5f1bd3 -Size (starship-1.6.3.tar.gz) = 6969000 bytes +BLAKE2s (starship-1.7.1.tar.gz) = e3315bb9459e7cd86058a3f61d6a09f684b97e2e674c850b7f7c19ff4f01de28 +SHA512 (starship-1.7.1.tar.gz) = 87c977bf32298c4d1a3b83b18e1853d46433927e9249d87858cf7e339a7ebd172e917f3bbaeb7b715e8e1d644a4526ad85eccfb40a2726637152147b75da7a83 +Size (starship-1.7.1.tar.gz) = 6978430 bytes BLAKE2s (starship-battery-0.7.9.crate) = 48069a1fa7ae0bec70d73d0e99dea0bd3c2704bf7a18af4a778ea6a75a68be81 SHA512 (starship-battery-0.7.9.crate) = da68cb1e638d0e9fd3b68de031f16c5389ca5d303481cbacbb378d82ce4404a380726c758f41109916eb798a690bf2bf6d485ad758d2cac638567e3f3d4a9d7f Size (starship-battery-0.7.9.crate) = 37685 bytes @@ -642,12 +681,15 @@ Size (strum-0.22.0.crate) = 5413 bytes BLAKE2s (strum_macros-0.22.0.crate) = ad1808a19b919a2aca8e6355d612d950f3a8b7bfe7221bfbc815e49eaa961612 SHA512 (strum_macros-0.22.0.crate) = 9410b30a06b2e20043e5baff6490ec00085932dcb51db447aa10849b6952d7e9f2eaecf5d9564e41746d27aa300c4df748c811837e8ac8b98fafbd42d4795354 Size (strum_macros-0.22.0.crate) = 16501 bytes -BLAKE2s (syn-1.0.90.crate) = 10f41d6831dde4eaf7262c82712b2bdeebfe3b46e08c82171c622d3bbcd5d96c -SHA512 (syn-1.0.90.crate) = 367638bd9d768a93392e7191f1ed5f094d787be5c6ece03632f87e9b54be176b43ab357b4d4f19df95a182b14552024852d540b0f9e0c0b302af793e2e052784 -Size (syn-1.0.90.crate) = 235956 bytes +BLAKE2s (syn-1.0.92.crate) = d18c68924575830ccde5940141f7fbbd738a8bb80812fbc2727e71a6371df5ff +SHA512 (syn-1.0.92.crate) = 1884dd85a13bd0dd84f3599de428304f90b9bad91d8e51f23523fb75aab950df017ea85dc5efb99f793a37769bf2a1b972580ed5b14500b2706c45336a9068b7 +Size (syn-1.0.92.crate) = 236605 bytes BLAKE2s (sys-info-0.9.1.crate) = 12245f0f4d7928c519ff98ed5595167eff5e174d5681832f28e76a786b10408a SHA512 (sys-info-0.9.1.crate) = 52e23efd5bba1ce07d7fffb8c2d6864a8056b1e8ce1b85c4d2d4b37b9d57dfa5a6c0eae9e2018e07af47469c3f7812ccbd27351cbd6c95a7b788ec87cd544b2e Size (sys-info-0.9.1.crate) = 20589 bytes +BLAKE2s (tempdir-0.3.7.crate) = dc09385d5ed6c2016bc4115b2a7525ccb43639ea4c69ffeda886544caa26a9c2 +SHA512 (tempdir-0.3.7.crate) = e5b02f7d260ff594fc2dbbd441eb8adfa36ede937f32c8c812b458167c0e49f5cf493c6ebf83ce8007a0aeb97016169fda7f5d2996fecc72f9409d6f463d9bbe +Size (tempdir-0.3.7.crate) = 11468 bytes BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e Size (tempfile-3.3.0.crate) = 27578 bytes @@ -672,42 +714,45 @@ Size (termwiz-0.15.0.crate) = 213726 bytes BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd Size (textwrap-0.15.0.crate) = 52998 bytes -BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf Size (time-0.1.44.crate) = 28885 bytes BLAKE2s (time-0.3.9.crate) = 1ae29e0e2c228bdc28cd3b93ab0c6f322570991ec00cae9d42e88a06b7fc5204 SHA512 (time-0.3.9.crate) = 2dd8c57d2fc232d8a05109f0d41f964fc587345eff0a68c42c2b1690d6da1a4868188df7f03bece12148e7434b973c472fb0c85fa1f840053da3b30cf6c47e80 Size (time-0.3.9.crate) = 81412 bytes -BLAKE2s (tinyvec-1.5.1.crate) = 60cbb8e5e15e17f378e4c83b65ca583df647d9d8bea89b565f80ac829415087d -SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 -Size (tinyvec-1.5.1.crate) = 44942 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 Size (toml-0.5.9.crate) = 55667 bytes -BLAKE2s (toml_edit-0.14.2.crate) = 32caeacbb4a66b9c61345399c39b0657c514f959b10cb212e19a8387d841a95d -SHA512 (toml_edit-0.14.2.crate) = 667efe47d83e50b2a9e41b9f2774d3311b725dbeceb3ed6964ae6c9f740bdf2297e8461fef7cb6cc5fef76e3be7ebc9f0109f9a9b95bbf4d11b7777c02c46775 -Size (toml_edit-0.14.2.crate) = 104837 bytes +BLAKE2s (toml_edit-0.14.4.crate) = a37c897d5ff43c71f3aac9fb8ac9b14e9c6720d1019310b0c45c3e612afa5d3d +SHA512 (toml_edit-0.14.4.crate) = 613aefe6b648eb202002d447a63cec1b83aaf6ba04e964491069198a0fc39ad11268509a2ebaddd68ee3253bc28df2a0e771cc2876c57136e517850a3926fa4d +Size (toml_edit-0.14.4.crate) = 105387 bytes BLAKE2s (typenum-1.15.0.crate) = 36a47ace00a92a52369622e3dd8a02c9d20b73e6171ba04e41d3b746b3c267b1 SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288 Size (typenum-1.15.0.crate) = 40741 bytes BLAKE2s (ucd-trie-0.1.3.crate) = 83689d32421b0d630d921038eef4c95caf86bc854f56a7c4288a28858df3b862 SHA512 (ucd-trie-0.1.3.crate) = 54d43b3824669aa20b725c7747f4fb65bd24e620670c968c1bb0094a0503773acda921b50a0b200c1ea0f84e1e059883c1704bfa5a856d2e2ccda116fb8c3e2b Size (ucd-trie-0.1.3.crate) = 44615 bytes +BLAKE2s (uds_windows-1.0.1.crate) = 216146569ddb3120460be0e9fb3044c9eb189e69fec6c5a134a1126ee718d8e7 +SHA512 (uds_windows-1.0.1.crate) = 79c8f5bf56083a8ef471f16c440ed452e98ba5b18a83e9a1ae3f612e360fc65f98ed81a580fa0163ed07a9673ef1c126253b394ef996fb5267430fbae26d91fd +Size (uds_windows-1.0.1.crate) = 16240 bytes BLAKE2s (unicase-2.6.0.crate) = 389082bf2c60fa4668d7b943d6eebc3a78d540e5f1525582ffbad9b7eee8b024 SHA512 (unicase-2.6.0.crate) = 7e76a5f344e32c56cf87223585d87a56c79627b52bba0b29eb6de82de874b2964accededa8e9b5741f57944b6750fba5c61e679a50d4fd5a5646f431e2f4f188 Size (unicase-2.6.0.crate) = 23478 bytes -BLAKE2s (unicode-bidi-0.3.7.crate) = 35877a9b5d35d0c75856b237e5be0c43f956064b9af25b8c3345134aa8c0a756 -SHA512 (unicode-bidi-0.3.7.crate) = 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf -Size (unicode-bidi-0.3.7.crate) = 33759 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes @@ -717,9 +762,9 @@ Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (uom-0.30.0.crate) = 5b80578cdab82cf0ef8f655693bc34cf8579b223dcd0fdcc73c1a4f751a0b500 SHA512 (uom-0.30.0.crate) = ca8a4428ca0f8af0e911f8169897849dd8daf99d87cc68847f35a5af6190dc96d532c0159d6f34033e61a5a8ece1584edaa0bced647ac19984f843ccb20553cd Size (uom-0.30.0.crate) = 113626 bytes @@ -777,39 +822,54 @@ Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes BLAKE2s (windows-0.24.0.crate) = d4677c05f096aacdb468f33c0f6abeea3f19729343d7262839fa4920e90b2371 SHA512 (windows-0.24.0.crate) = 8b6dddb7ff21b288d1be7c7ba85d74a52181189898a3ce0be627ca16d1837fae00e51bf784964783159df2aeeb4255fa594e0c56eea024cbfcd42be75c0d5410 Size (windows-0.24.0.crate) = 12674875 bytes -BLAKE2s (windows-0.35.0.crate) = 71fed9e91cd337c8b809c1f73265ee718894666c44ae3266f5d03bc1d9b6aafa -SHA512 (windows-0.35.0.crate) = 71ca88af44817e1ca35d39dd138f7a3819067ba30c6d154cd1528d810f5e2accf0f7b3545ba8178cd70bab379eba3820862044d7871a8249e84d25b06693bfb9 -Size (windows-0.35.0.crate) = 13993813 bytes +BLAKE2s (windows-0.36.1.crate) = 8c2f27d7deeb85837d6970d8e7d28d95cb67db91c1d8f0eb7813e85bd5c45443 +SHA512 (windows-0.36.1.crate) = 6b8fef0a75a3551b87be8f56ab748969ea80b0bdea5c63f48f41fb29c6c7c89fe0f4b8a9c7788bc10ce3c28597aeb1235f5ae43032e5b5fc278685e0ba7f56d1 +Size (windows-0.36.1.crate) = 13956549 bytes BLAKE2s (windows-sys-0.35.0.crate) = 9dec59484a2aaa97a8558c0eaa58a2700f675ee7ef99b9d7c6b3fa1a503721e7 SHA512 (windows-sys-0.35.0.crate) = 5ad6f9eb3bab272021f8aba45fd5825693086eab305c82d41b9ee4babbb23d469f4466214f1d9d93eeab9139717a205c6d7569545731cb3f3507c6c2a3cd3b4a Size (windows-sys-0.35.0.crate) = 3360659 bytes BLAKE2s (windows_aarch64_msvc-0.35.0.crate) = 39e08af04aef62652048afb47c49a3ba2a60c6d6908e82ba84b99f22cc55c3d7 SHA512 (windows_aarch64_msvc-0.35.0.crate) = 1945a17bd015cdea474c7eba95140d6dbd3160d4fbf72b9d3efeb2bd9d4bf37220f31a133bb5dcd4cdb36cc42cd40be9fbdd7fbea4e83a61ea99eb24165af522 Size (windows_aarch64_msvc-0.35.0.crate) = 660555 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes BLAKE2s (windows_i686_gnu-0.24.0.crate) = 76dfe1c55145753948c0e25e71833539ea8c8eb2cf2d353f2982f812a8f23fc7 SHA512 (windows_i686_gnu-0.24.0.crate) = c6596d546db46198027d654d9986656da09c98150d7fa068773fc39bc85d6c20497278797153153c65f348432e99862ee216a766defa6ef41ccdda6540b73dac Size (windows_i686_gnu-0.24.0.crate) = 774447 bytes BLAKE2s (windows_i686_gnu-0.35.0.crate) = 73759e9733db54ca12d114ff3a31896d187cbc9843358a652bed3183cfc0b04d SHA512 (windows_i686_gnu-0.35.0.crate) = d937d99225ab9465690466c0944c4a480bafe341ca582ee4dbfbcb31193342c489a48c2c78d8673aafa66e3018530d49ba29fcee29395f9a8f85a6dfd4147215 Size (windows_i686_gnu-0.35.0.crate) = 816952 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes BLAKE2s (windows_i686_msvc-0.24.0.crate) = 0ca15d80baaa46782e8f4be73c12453df83f9464a5507de3954258fee75b1e5d SHA512 (windows_i686_msvc-0.24.0.crate) = bd75573e84e42e2252bcd1cbbd576aa67b8159940a726f805e7a33891cf768457263aad1102d0c7d360f80718f331516952a34f2de9f1bfa11918e7e363a0cbb Size (windows_i686_msvc-0.24.0.crate) = 732279 bytes BLAKE2s (windows_i686_msvc-0.35.0.crate) = 9ca6169d95fca39ad577bca345862a97fdcd1ac660ef64ccd9893ddc80bcf8a6 SHA512 (windows_i686_msvc-0.35.0.crate) = 331220a08e55a0464f6c52239cab564bf37bcbb526a18f58ee657069a83f91fc7f06e65d5d35573662b588cf389e9a1da784794b2abe96d3b033005f2ce72b34 Size (windows_i686_msvc-0.35.0.crate) = 722696 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes BLAKE2s (windows_x86_64_gnu-0.24.0.crate) = 4478438c73a0b29580072034e4afc707cc333b9f1521d2e093d38bad464d8d0a SHA512 (windows_x86_64_gnu-0.24.0.crate) = 4fbe999d1f89f1f691f786a752742c49b3e9fb57ae19dca54ecb1dd391fc733727455e5fe362d160d2ab4d230de370f4a6ba83045c0c4bfd1a99c9758598953a Size (windows_x86_64_gnu-0.24.0.crate) = 743223 bytes BLAKE2s (windows_x86_64_gnu-0.35.0.crate) = 26bdd643599a39ecd95a397318f1893371ba031c0332ac32e40f119354056528 SHA512 (windows_x86_64_gnu-0.35.0.crate) = c5ff2d5ca56e905ba7c5bd347e8a6c6675a4c289484c7b13962089faa0e3407c1c5b1c2f289d98b7e40172a868be9d089a384e73df197e6339f64900109313c7 Size (windows_x86_64_gnu-0.35.0.crate) = 789684 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes BLAKE2s (windows_x86_64_msvc-0.24.0.crate) = 297835d80ca9884ff829edec705bd276c031de1f8785e2a21fd3d6357be84b3a SHA512 (windows_x86_64_msvc-0.24.0.crate) = d9393a55f2fe4bad0b2af356d153b5a75479f9a536231bd6124dad48a03fb78e7c96b7843548dfda779957593e63072eab0374dc62133f8e25139b859ed621bf Size (windows_x86_64_msvc-0.24.0.crate) = 668947 bytes BLAKE2s (windows_x86_64_msvc-0.35.0.crate) = a597b32184541aa6142bfbcbb1d4a84c9f013ad577168166a139b99c5a9a94b6 SHA512 (windows_x86_64_msvc-0.35.0.crate) = 8fbf319038441b8b86b0cf5875a454f23de1b14b7d9e14dcbd379d9bf78ce0a88afb1fd5361c87d65f3f0b77d05a0a73e38cbce1dcbe358f3436d69a7a0964b9 Size (windows_x86_64_msvc-0.35.0.crate) = 660523 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes BLAKE2s (winres-0.1.12.crate) = 6b1d1857d9cbe3d4d3e1e414860bcfb543b4344f91b55e4a98ef26dfa3cc76fd SHA512 (winres-0.1.12.crate) = 9f61edafb4a262b56d130e48ac6bba94f5a432bf0a8c20243e6c8fa98c3f9e0d2ab00a77b35a2e49dd63585a272af597e236e089641b5f488760ac42d22f5a67 Size (winres-0.1.12.crate) = 19772 bytes @@ -822,18 +882,18 @@ Size (xml-rs-0.8.4.crate) = 52690 bytes BLAKE2s (yaml-rust-0.4.5.crate) = 65c7c0fe708cb682959e36fbb03b09a35b09d529e5c87364107f5985940a1404 SHA512 (yaml-rust-0.4.5.crate) = 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0 Size (yaml-rust-0.4.5.crate) = 47783 bytes -BLAKE2s (zbus-2.1.1.crate) = 7a9ba31215dc80c2df8fb83417cd924d18557503553a82a433da52e5a03c7aa2 -SHA512 (zbus-2.1.1.crate) = a669ad6c760f6daf92e4b2ab12a06ff1a19dafb23f6c58f00ed74a800a3eb24f6d9ae6997b54c3b68bd25159719b673eb1e8a8ec1a1e3b72b5822c954fa4cce4 -Size (zbus-2.1.1.crate) = 103818 bytes -BLAKE2s (zbus_macros-2.1.1.crate) = 3aebbef8fe1730d6c26c760e8f03c97b73b3d1e667592bd8ff22d934b635f4d4 -SHA512 (zbus_macros-2.1.1.crate) = 44f64c692311f6cd318c7fdeaa71d3072a231a6e32d81541b3d38ec94e5d212af951bdfa6633def9325a28caa741013500e50672efa43c979494cdaa63c9c9ed -Size (zbus_macros-2.1.1.crate) = 23945 bytes +BLAKE2s (zbus-2.2.0.crate) = cfd1d9bf63a225d54cbb8ca8f49be7b7cd182644166fb8aac3efe0c10365f0f6 +SHA512 (zbus-2.2.0.crate) = a0562811badc46bfdfe9635c30095cda207c024d90b9bb763faedf750aea3245abb11ba43d066b8a230641cede26ff5a49738e934af2b7acddcf1a24da4a0aa0 +Size (zbus-2.2.0.crate) = 107170 bytes +BLAKE2s (zbus_macros-2.2.0.crate) = 9c0a19a3ebf2bc8c5bbeba6d057995e3dabc6812fc943b4d6f2a2bc5106eca26 +SHA512 (zbus_macros-2.2.0.crate) = c456bd6afc6c6f41df93930ea068326948766a792e6855fdf06d0fe1f8ffe0a4c80c8b8ae8f797a05a5a2d8400ea1b6aac8e6d748c4332e43bc0000d645da227 +Size (zbus_macros-2.2.0.crate) = 25263 bytes BLAKE2s (zbus_names-2.1.0.crate) = b1b1d91763921132d46c11dd827fbc5350c113d4fe6d5aff01cc2dfc16b6bea4 SHA512 (zbus_names-2.1.0.crate) = 59ca26c081893a2c87b0ce00c8cdb43affe40eb6f1d0faa4a115ec730cf308f5b5d146669a14a4c12862c3176b05b4f9766655959d46b6b4285d2d197f7c1803 Size (zbus_names-2.1.0.crate) = 8481 bytes -BLAKE2s (zvariant-3.1.2.crate) = cd5eca8c57ae377a51b2ff7955268b4c93d2544cd830bf7f0ab6be81310202b1 -SHA512 (zvariant-3.1.2.crate) = d651d0407627f0e5bda62a8bc4271bf2fd23ffff84efd230ea90be73c57479e3ad82be2cd5eb12831f4e4477418824619194268d09e9582fa38dbbdfb79dc8cc -Size (zvariant-3.1.2.crate) = 64127 bytes -BLAKE2s (zvariant_derive-3.1.2.crate) = 78b3d52ca6d037d6d195a7dbde3b874532caef634f06501ed35e9003abed27b0 -SHA512 (zvariant_derive-3.1.2.crate) = 6e0349429dd1272726440dcaa4298f9dc8b9e840299291fe23874309d8861d1f77549a9cd7fd4b6c440c8aaa73020a5ff5b5b1cc6efdde24fdd430a1c3e87514 -Size (zvariant_derive-3.1.2.crate) = 10123 bytes +BLAKE2s (zvariant-3.2.0.crate) = f095e81fddbe32dfd85087f5502300beba9c14fb41b8e9cc7a66900a50f8ea34 +SHA512 (zvariant-3.2.0.crate) = e76c5947bcb791ec0436db841feeb7a7e8b30ec95127d46624994bc981575f475d1604e4ef38ed3e960d4b300030227da341881aae530b2bded10f225b5bf3b1 +Size (zvariant-3.2.0.crate) = 66183 bytes +BLAKE2s (zvariant_derive-3.2.0.crate) = 78cd601e646614dddd8518a0b5eed2bdd9d5462e74d73fd233c4cfed7d41e434 +SHA512 (zvariant_derive-3.2.0.crate) = 910dc6b559cc323148a4c6f72408b8b6593d6cd7b1d1a576af277f47a782c09dc1d1711f3d102d8ff6da1b58f6fdb1735c37d848c411b8338ffa39180d82b3b1 +Size (zvariant_derive-3.2.0.crate) = 10697 bytes From b5aa813735c894df0315de3fb7c486a9bf95b571 Mon Sep 17 00:00:00 2001 From: pin Date: Wed, 25 May 2022 10:25:54 +0000 Subject: [PATCH 1005/1154] doc: Updated shells/starship to 1.7.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index a41316febb842..71c415826d158 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2731 2022/05/25 09:50:03 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2732 2022/05/25 10:25:54 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4195,3 +4195,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/py-grpcio to 1.46.3 [adam 2022-05-25] Updated net/py-grpcio-testing to 1.46.3 [adam 2022-05-25] Updated net/py-grpcio-tools to 1.46.3 [adam 2022-05-25] + Updated shells/starship to 1.7.1 [pin 2022-05-25] From 4c8aa0da22000161c9a149e16ceee097b2f78dcb Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 25 May 2022 10:48:47 +0000 Subject: [PATCH 1006/1154] www/nginx: update to the recent stable version, 1.22.0 Also, update third-party modules: o) http_push from 1.2.12 to 1.2.15 o) lua from 0.10.20 to 0.10.21 o) njs from 0.7.3 to 0.7.4 --- www/nginx/Makefile | 5 ++--- www/nginx/distinfo | 26 +++++++++++++------------- www/nginx/options.mk | 8 ++++---- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 26162a6d58e9a..40eacb15a8f76 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.115 2022/05/10 18:08:52 nia Exp $ +# $NetBSD: Makefile,v 1.116 2022/05/25 10:48:47 osa Exp $ -DISTNAME= nginx-1.20.2 -PKGREVISION= 10 +DISTNAME= nginx-1.22.0 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 84f606cba7ae9..e19600cd62682 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.95 2022/04/27 20:39:38 wiz Exp $ +$NetBSD: distinfo,v 1.96 2022/05/25 10:48:47 osa Exp $ BLAKE2s (array-var-nginx-module-0.05.tar.gz) = 2f9af1e0eb209b7c20aa58cd8ec2afb1eb1cc122c5f4ea169e34131c463c1c26 SHA512 (array-var-nginx-module-0.05.tar.gz) = 7c9fa9b76bc7cd2473ceae6d5ffb8de26993be9293ea967908d6c4550e086affa7016df4c936fb0b79f1142dc0aa1a5f2058d417e6433b5a3497a45d7e866e84 @@ -15,18 +15,18 @@ Size (form-input-nginx-module-0.12.tar.gz) = 11090 bytes BLAKE2s (headers-more-nginx-module-0.33.tar.gz) = f5eeb6e12026236b9d4ab78866e33d5a81ed5f86344641407ce3a4f8b3310afd SHA512 (headers-more-nginx-module-0.33.tar.gz) = 13165b1b8d4be281b8bd2404fa48d456013d560bace094c81da08a35dc6a4f025a809a3ae3a42be6bbf67abbcbe41e0730aba06f905220f3baeb01e1192a7d37 Size (headers-more-nginx-module-0.33.tar.gz) = 28130 bytes -BLAKE2s (lua-nginx-module-0.10.20.tar.gz) = fc165f5b7495dc54ecbf43666fa6feda733c0c0776d816353bec6f8458ec03f6 -SHA512 (lua-nginx-module-0.10.20.tar.gz) = f11154d82ed9e15fc156971318f8e81fd873ec887370921c58da777061caf00dfb51b2eca3afba3b82d2330f285508f9885649a993c6091e1283f9d2179d10af -Size (lua-nginx-module-0.10.20.tar.gz) = 668516 bytes +BLAKE2s (lua-nginx-module-0.10.21.tar.gz) = 26e07caf6902c84ee45e1a11aa6f516065259de68ee9819bb521345a4d99311a +SHA512 (lua-nginx-module-0.10.21.tar.gz) = c7594be48a3a5a8cc7bbda9288cb836c4c854ad22f91766dba944316d471ab8857a6b6a52813eb041af81939df73614db54ccd3ed35af87036d76317ebbe2e97 +Size (lua-nginx-module-0.10.21.tar.gz) = 690938 bytes BLAKE2s (naxsi-1.3.tar.gz) = d3c819d8fbd2a896c56138f028b92fa4b26a51168ff24334f76e3d1d07626927 SHA512 (naxsi-1.3.tar.gz) = d7aac69b5eceeb1b0db4741201159ade1e0e7f6f7c3e8c4afa2f8959c6c00c3b5285d5185747c2fb0b1400efda02e96799836315e7e492bb4a059b14acb2142d Size (naxsi-1.3.tar.gz) = 235626 bytes -BLAKE2s (nchan-1.2.12.tar.gz) = 1505dd8fa8562643e0b7cfb1c34e12c6044bd604eced52eb6d968ebca9b39d75 -SHA512 (nchan-1.2.12.tar.gz) = 1378ecf7499603319f432a8ea4693f0bc7a18713cd02b7ed9eecd8dfa76b54dcef475b7b028ddfd2750dcb01e2ac73f8605a96950398fbea31ffa8b22fcacfc0 -Size (nchan-1.2.12.tar.gz) = 716150 bytes -BLAKE2s (nginx-1.20.2.tar.gz) = 6b437b200e57db3988bd6737740c11833e5091e3b84eef1fbd95168a4f5914b2 -SHA512 (nginx-1.20.2.tar.gz) = 8b65e881ea4ac6162cbf32e5e95cf47a6d5418819f8763ca4a781cffa38187dd7886d4bc195d000a7046111a27121ff25800f8645405174995247e6738b4279a -Size (nginx-1.20.2.tar.gz) = 1062124 bytes +BLAKE2s (nchan-1.2.15.tar.gz) = bfc1c98de14aeb709fd0309b5350d885c62ed072867fe289e18dffedd5371eb4 +SHA512 (nchan-1.2.15.tar.gz) = 1323a285724052dd08a317fd25cbf0061b9b7afb73bf922a9a90f4317391eb0984dc5f4160769da0bd7f68a1627832c500d434f967fc5d7f759cb3c0260d1dbb +Size (nchan-1.2.15.tar.gz) = 734488 bytes +BLAKE2s (nginx-1.22.0.tar.gz) = 4d1b3995f370925e767fefb1a8744db73f77ef7089479e7f765c136719bda370 +SHA512 (nginx-1.22.0.tar.gz) = 074782dba9cd5f8f493fbb57e20bda6dc9171814d919a47ee9f825d93f12c9f9d496e25d063c983191b55ad6a236bcef252ce16ecc1d253dc8b23433557559b1 +Size (nginx-1.22.0.tar.gz) = 1073322 bytes BLAKE2s (nginx-dav-ext-module-3.0.0.tar.gz) = 8e823ffd605d4fca00eb3ca92a0954ca35fb178397e0b990fea7d47580ee582f SHA512 (nginx-dav-ext-module-3.0.0.tar.gz) = d0193ba90f1ef46c4e470630c4394bdf99d94fd2e3bd8be6cb2ba1655ec59944b1269025f032b79dc2c6dad366e54389ef6a6da2ddeb91d535a4027f2162fbde Size (nginx-dav-ext-module-3.0.0.tar.gz) = 14558 bytes @@ -45,9 +45,9 @@ Size (ngx_devel_kit-0.3.1.tar.gz) = 66542 bytes BLAKE2s (ngx_http_geoip2_module-3.3.tar.gz) = cfa0bbf88d6b5f21129fc9f653d30516d782ca474a68159d367017b96e05b330 SHA512 (ngx_http_geoip2_module-3.3.tar.gz) = 06963b598c54e22d75ce837fb222f5aa6c9494c29e558ff46f1205d7159fc305414bfac4ed3288c836dcbf7628d92f26458e1992d34fc2f4b73275a32847bdc0 Size (ngx_http_geoip2_module-3.3.tar.gz) = 8509 bytes -BLAKE2s (njs-0.7.3.tar.gz) = bc5fc802c6eadffe1a125c5cfe25c702260c7c874aa7b91b222b23f7763a4a53 -SHA512 (njs-0.7.3.tar.gz) = 73e78ebfe0060699e3d9fc4a777245a3630f14b5fe67eee205f03699f76850b4de6f6a4185e1054ddd59014c3fe2801962993a8f50f841ce8e6d138d0d841086 -Size (njs-0.7.3.tar.gz) = 586271 bytes +BLAKE2s (njs-0.7.4.tar.gz) = e8ff0c01aa86b983c5bde06f932f6f45ff20e8dd112c48f42672f00f3e5e5aae +SHA512 (njs-0.7.4.tar.gz) = a6dbdcc38b9c14bbaffb782c9adf04c57806ac2c0c8fb2a07e573db0e60e38b670668a88498cb609e22b1ea0bf67ec4c343e9965ff33374172c9a10521365aff +Size (njs-0.7.4.tar.gz) = 589203 bytes BLAKE2s (set-misc-nginx-module-0.33.tar.gz) = 306eb7a96ce5650c7e97a91e9cdba48d154d10cf6445d31193ffab889054d893 SHA512 (set-misc-nginx-module-0.33.tar.gz) = 1ff4c947538a5bd5f9d6adcd87b37f2702f5cc90e3342bc08359cbe8f290b705a3a2daa3dedfb1df3ce4bc19478c8fcac07081c4a53a804fc2862d50078278dc Size (set-misc-nginx-module-0.33.tar.gz) = 30084 bytes diff --git a/www/nginx/options.mk b/www/nginx/options.mk index 75353d1c10b2b..f9c24abd0c5de 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.79 2022/05/10 18:08:52 nia Exp $ +# $NetBSD: options.mk,v 1.80 2022/05/25 10:48:47 osa Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug @@ -143,7 +143,7 @@ DISTFILES+= ${NDK_DISTFILE} .endif .if !empty(PKG_OPTIONS:Mluajit) || make(makesum) || make(mdi) || make(distclean) -LUA_VERSION= 0.10.20 +LUA_VERSION= 0.10.21 LUA_DISTNAME= lua-nginx-module-${LUA_VERSION} LUA_DISTFILE= ${LUA_DISTNAME}.tar.gz SITES.${LUA_DISTFILE}= -${MASTER_SITE_GITHUB:=openresty/lua-nginx-module/archive/}v${LUA_VERSION}.tar.gz @@ -235,7 +235,7 @@ CONFIGURE_ARGS+= --without-http_uwsgi_module .endif .if !empty(PKG_OPTIONS:Mpush) || make(makesum) || make(mdi) || make(distclean) -PUSH_VERSION= 1.2.12 +PUSH_VERSION= 1.2.15 PUSH_DISTNAME= nchan-${PUSH_VERSION} PUSH_DISTFILE= ${PUSH_DISTNAME}.tar.gz SITES.${PUSH_DISTFILE}= -${MASTER_SITE_GITHUB:=slact/nchan/archive/}v${PUSH_VERSION}.tar.gz @@ -311,7 +311,7 @@ PLIST.rtmp= yes .endif .if !empty(PKG_OPTIONS:Mnjs) || make(makesum) || make(mdi) || make(distclean) -NJS_VERSION= 0.7.3 +NJS_VERSION= 0.7.4 NJS_DISTNAME= njs-${NJS_VERSION} NJS_DISTFILE= ${NJS_DISTNAME}.tar.gz NJS_CONFIGURE_ARGS= --no-pcre2 From 2c8290046584a47e59fea852e356c9538ca02172 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Wed, 25 May 2022 10:55:30 +0000 Subject: [PATCH 1007/1154] librsvg: require py-gi-docgen>=2022.1nb1 Issue noted by Hauke Fath in PR pkg/56856. --- graphics/librsvg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index 555968cb0a7e3..ab12052e634ea 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2022/05/22 17:22:13 gutteridge Exp $ +# $NetBSD: Makefile,v 1.142 2022/05/25 10:55:30 gutteridge Exp $ DISTNAME= librsvg-2.54.3 CATEGORIES= graphics gnome @@ -23,7 +23,7 @@ PYTHON_FOR_BUILD_ONLY= tool # Requires rst2man to generate rsvg-convert.1 TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils # Requires gi-docgen to generate HTML format API documentation -TOOL_DEPENDS+= ${PYPKGPREFIX}-gi-docgen-[0-9]*:../../devel/py-gi-docgen +TOOL_DEPENDS+= ${PYPKGPREFIX}-gi-docgen>=2022.1nb1:../../devel/py-gi-docgen RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cairo-gobject}/lib From ed1c7d5c404972bbbcf979499f46f7a153745c28 Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 25 May 2022 11:02:14 +0000 Subject: [PATCH 1008/1154] www/nginx: update 1.21.6 -> 1.22.0 Also, update third-party modules: o) http_push from 1.2.12 to 1.2.15 o) lua from 0.10.20 to 0.10.21 o) njs from 0.7.3 to 0.7.4 --- www/nginx-devel/Makefile | 5 ++--- www/nginx-devel/distinfo | 26 +++++++++++++------------- www/nginx-devel/options.mk | 8 ++++---- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 40b20ea949c3f..fd25a7f5e8310 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2022/05/10 18:08:52 nia Exp $ +# $NetBSD: Makefile,v 1.81 2022/05/25 11:02:14 osa Exp $ -DISTNAME= nginx-1.21.6 -PKGREVISION= 9 +DISTNAME= nginx-1.22.0 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 37cc6badea24c..9a663c521c768 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.76 2022/04/12 13:15:28 osa Exp $ +$NetBSD: distinfo,v 1.77 2022/05/25 11:02:14 osa Exp $ BLAKE2s (array-var-nginx-module-0.05.tar.gz) = 2f9af1e0eb209b7c20aa58cd8ec2afb1eb1cc122c5f4ea169e34131c463c1c26 SHA512 (array-var-nginx-module-0.05.tar.gz) = 7c9fa9b76bc7cd2473ceae6d5ffb8de26993be9293ea967908d6c4550e086affa7016df4c936fb0b79f1142dc0aa1a5f2058d417e6433b5a3497a45d7e866e84 @@ -15,18 +15,18 @@ Size (form-input-nginx-module-0.12.tar.gz) = 11090 bytes BLAKE2s (headers-more-nginx-module-0.33.tar.gz) = f5eeb6e12026236b9d4ab78866e33d5a81ed5f86344641407ce3a4f8b3310afd SHA512 (headers-more-nginx-module-0.33.tar.gz) = 13165b1b8d4be281b8bd2404fa48d456013d560bace094c81da08a35dc6a4f025a809a3ae3a42be6bbf67abbcbe41e0730aba06f905220f3baeb01e1192a7d37 Size (headers-more-nginx-module-0.33.tar.gz) = 28130 bytes -BLAKE2s (lua-nginx-module-0.10.20.tar.gz) = fc165f5b7495dc54ecbf43666fa6feda733c0c0776d816353bec6f8458ec03f6 -SHA512 (lua-nginx-module-0.10.20.tar.gz) = f11154d82ed9e15fc156971318f8e81fd873ec887370921c58da777061caf00dfb51b2eca3afba3b82d2330f285508f9885649a993c6091e1283f9d2179d10af -Size (lua-nginx-module-0.10.20.tar.gz) = 668516 bytes +BLAKE2s (lua-nginx-module-0.10.21.tar.gz) = 26e07caf6902c84ee45e1a11aa6f516065259de68ee9819bb521345a4d99311a +SHA512 (lua-nginx-module-0.10.21.tar.gz) = c7594be48a3a5a8cc7bbda9288cb836c4c854ad22f91766dba944316d471ab8857a6b6a52813eb041af81939df73614db54ccd3ed35af87036d76317ebbe2e97 +Size (lua-nginx-module-0.10.21.tar.gz) = 690938 bytes BLAKE2s (naxsi-1.3.tar.gz) = d3c819d8fbd2a896c56138f028b92fa4b26a51168ff24334f76e3d1d07626927 SHA512 (naxsi-1.3.tar.gz) = d7aac69b5eceeb1b0db4741201159ade1e0e7f6f7c3e8c4afa2f8959c6c00c3b5285d5185747c2fb0b1400efda02e96799836315e7e492bb4a059b14acb2142d Size (naxsi-1.3.tar.gz) = 235626 bytes -BLAKE2s (nchan-1.2.12.tar.gz) = 1505dd8fa8562643e0b7cfb1c34e12c6044bd604eced52eb6d968ebca9b39d75 -SHA512 (nchan-1.2.12.tar.gz) = 1378ecf7499603319f432a8ea4693f0bc7a18713cd02b7ed9eecd8dfa76b54dcef475b7b028ddfd2750dcb01e2ac73f8605a96950398fbea31ffa8b22fcacfc0 -Size (nchan-1.2.12.tar.gz) = 716150 bytes -BLAKE2s (nginx-1.21.6.tar.gz) = cc9128aaf36be8c2d678588db95cd623b67746683364729f13e645a0192ed4dd -SHA512 (nginx-1.21.6.tar.gz) = 10b0cdd13b26687104bf11e6b850fd851e9d8881bdf67f72c062d956e661da4d70482e6ec3123405b324ad7ed821a8bcc67b742dce9f59e972407fa437ddcad4 -Size (nginx-1.21.6.tar.gz) = 1073364 bytes +BLAKE2s (nchan-1.2.15.tar.gz) = bfc1c98de14aeb709fd0309b5350d885c62ed072867fe289e18dffedd5371eb4 +SHA512 (nchan-1.2.15.tar.gz) = 1323a285724052dd08a317fd25cbf0061b9b7afb73bf922a9a90f4317391eb0984dc5f4160769da0bd7f68a1627832c500d434f967fc5d7f759cb3c0260d1dbb +Size (nchan-1.2.15.tar.gz) = 734488 bytes +BLAKE2s (nginx-1.22.0.tar.gz) = 4d1b3995f370925e767fefb1a8744db73f77ef7089479e7f765c136719bda370 +SHA512 (nginx-1.22.0.tar.gz) = 074782dba9cd5f8f493fbb57e20bda6dc9171814d919a47ee9f825d93f12c9f9d496e25d063c983191b55ad6a236bcef252ce16ecc1d253dc8b23433557559b1 +Size (nginx-1.22.0.tar.gz) = 1073322 bytes BLAKE2s (nginx-dav-ext-module-3.0.0.tar.gz) = 8e823ffd605d4fca00eb3ca92a0954ca35fb178397e0b990fea7d47580ee582f SHA512 (nginx-dav-ext-module-3.0.0.tar.gz) = d0193ba90f1ef46c4e470630c4394bdf99d94fd2e3bd8be6cb2ba1655ec59944b1269025f032b79dc2c6dad366e54389ef6a6da2ddeb91d535a4027f2162fbde Size (nginx-dav-ext-module-3.0.0.tar.gz) = 14558 bytes @@ -42,9 +42,9 @@ Size (ngx_devel_kit-0.3.1.tar.gz) = 66542 bytes BLAKE2s (ngx_http_geoip2_module-3.3.tar.gz) = cfa0bbf88d6b5f21129fc9f653d30516d782ca474a68159d367017b96e05b330 SHA512 (ngx_http_geoip2_module-3.3.tar.gz) = 06963b598c54e22d75ce837fb222f5aa6c9494c29e558ff46f1205d7159fc305414bfac4ed3288c836dcbf7628d92f26458e1992d34fc2f4b73275a32847bdc0 Size (ngx_http_geoip2_module-3.3.tar.gz) = 8509 bytes -BLAKE2s (njs-0.7.3.tar.gz) = bc5fc802c6eadffe1a125c5cfe25c702260c7c874aa7b91b222b23f7763a4a53 -SHA512 (njs-0.7.3.tar.gz) = 73e78ebfe0060699e3d9fc4a777245a3630f14b5fe67eee205f03699f76850b4de6f6a4185e1054ddd59014c3fe2801962993a8f50f841ce8e6d138d0d841086 -Size (njs-0.7.3.tar.gz) = 586271 bytes +BLAKE2s (njs-0.7.4.tar.gz) = e8ff0c01aa86b983c5bde06f932f6f45ff20e8dd112c48f42672f00f3e5e5aae +SHA512 (njs-0.7.4.tar.gz) = a6dbdcc38b9c14bbaffb782c9adf04c57806ac2c0c8fb2a07e573db0e60e38b670668a88498cb609e22b1ea0bf67ec4c343e9965ff33374172c9a10521365aff +Size (njs-0.7.4.tar.gz) = 589203 bytes BLAKE2s (set-misc-nginx-module-0.33.tar.gz) = 306eb7a96ce5650c7e97a91e9cdba48d154d10cf6445d31193ffab889054d893 SHA512 (set-misc-nginx-module-0.33.tar.gz) = 1ff4c947538a5bd5f9d6adcd87b37f2702f5cc90e3342bc08359cbe8f290b705a3a2daa3dedfb1df3ce4bc19478c8fcac07081c4a53a804fc2862d50078278dc Size (set-misc-nginx-module-0.33.tar.gz) = 30084 bytes diff --git a/www/nginx-devel/options.mk b/www/nginx-devel/options.mk index fe54fd966e155..4d1cf3a58f43f 100644 --- a/www/nginx-devel/options.mk +++ b/www/nginx-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2022/05/10 18:08:52 nia Exp $ +# $NetBSD: options.mk,v 1.6 2022/05/25 11:02:14 osa Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx-devel PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug @@ -160,7 +160,7 @@ DISTFILES+= ${NDK_DISTFILE} .endif .if !empty(PKG_OPTIONS:Mluajit) || make(makesum) || make(mdi) || make(distclean) -LUA_VERSION= 0.10.20 +LUA_VERSION= 0.10.21 LUA_DISTNAME= lua-nginx-module-${LUA_VERSION} LUA_DISTFILE= ${LUA_DISTNAME}.tar.gz SITES.${LUA_DISTFILE}= -${MASTER_SITE_GITHUB:=openresty/lua-nginx-module/archive/}v${LUA_VERSION}.tar.gz @@ -252,7 +252,7 @@ CONFIGURE_ARGS+= --without-http_uwsgi_module .endif .if !empty(PKG_OPTIONS:Mpush) || make(makesum) || make(mdi) || make(distclean) -PUSH_VERSION= 1.2.12 +PUSH_VERSION= 1.2.15 PUSH_DISTNAME= nchan-${PUSH_VERSION} PUSH_DISTFILE= ${PUSH_DISTNAME}.tar.gz SITES.${PUSH_DISTFILE}= -${MASTER_SITE_GITHUB:=slact/nchan/archive/}v${PUSH_VERSION}.tar.gz @@ -328,7 +328,7 @@ PLIST.rtmp= yes .endif .if !empty(PKG_OPTIONS:Mnjs) || make(makesum) || make(mdi) || make(distclean) -NJS_VERSION= 0.7.3 +NJS_VERSION= 0.7.4 NJS_DISTNAME= njs-${NJS_VERSION} NJS_DISTFILE= ${NJS_DISTNAME}.tar.gz NJS_CONFIGURE_ARGS= --no-pcre2 From 0c95c971ea56c70e52e83e30820a3f190deb8510 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 25 May 2022 12:18:26 +0000 Subject: [PATCH 1009/1154] py-dill: updated to 0.3.5.1 0.3.5.1: Unknown changes --- textproc/py-dill/Makefile | 5 ++--- textproc/py-dill/PLIST | 14 ++++++++++---- textproc/py-dill/distinfo | 8 ++++---- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/textproc/py-dill/Makefile b/textproc/py-dill/Makefile index bdac676fecdef..51e61928172cf 100644 --- a/textproc/py-dill/Makefile +++ b/textproc/py-dill/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2022/04/20 10:40:29 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/25 12:18:26 adam Exp $ -DISTNAME= dill-0.3.4 +DISTNAME= dill-0.3.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dill/} -EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/uqfoundation/dill diff --git a/textproc/py-dill/PLIST b/textproc/py-dill/PLIST index bf3c6d89809eb..479cbb13ad315 100644 --- a/textproc/py-dill/PLIST +++ b/textproc/py-dill/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/04/20 10:40:29 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/25 12:18:26 adam Exp $ bin/get_objgraph-${PYVERSSUFFIX} bin/undill-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -19,12 +19,12 @@ ${PYSITELIB}/dill/_dill.pyo ${PYSITELIB}/dill/_objects.py ${PYSITELIB}/dill/_objects.pyc ${PYSITELIB}/dill/_objects.pyo +${PYSITELIB}/dill/_shims.py +${PYSITELIB}/dill/_shims.pyc +${PYSITELIB}/dill/_shims.pyo ${PYSITELIB}/dill/detect.py ${PYSITELIB}/dill/detect.pyc ${PYSITELIB}/dill/detect.pyo -${PYSITELIB}/dill/info.py -${PYSITELIB}/dill/info.pyc -${PYSITELIB}/dill/info.pyo ${PYSITELIB}/dill/objtypes.py ${PYSITELIB}/dill/objtypes.pyc ${PYSITELIB}/dill/objtypes.pyo @@ -55,6 +55,9 @@ ${PYSITELIB}/dill/tests/test_classdef.pyo ${PYSITELIB}/dill/tests/test_detect.py ${PYSITELIB}/dill/tests/test_detect.pyc ${PYSITELIB}/dill/tests/test_detect.pyo +${PYSITELIB}/dill/tests/test_dictviews.py +${PYSITELIB}/dill/tests/test_dictviews.pyc +${PYSITELIB}/dill/tests/test_dictviews.pyo ${PYSITELIB}/dill/tests/test_diff.py ${PYSITELIB}/dill/tests/test_diff.pyc ${PYSITELIB}/dill/tests/test_diff.pyo @@ -100,6 +103,9 @@ ${PYSITELIB}/dill/tests/test_restricted.pyo ${PYSITELIB}/dill/tests/test_selected.py ${PYSITELIB}/dill/tests/test_selected.pyc ${PYSITELIB}/dill/tests/test_selected.pyo +${PYSITELIB}/dill/tests/test_session.py +${PYSITELIB}/dill/tests/test_session.pyc +${PYSITELIB}/dill/tests/test_session.pyo ${PYSITELIB}/dill/tests/test_source.py ${PYSITELIB}/dill/tests/test_source.pyc ${PYSITELIB}/dill/tests/test_source.pyo diff --git a/textproc/py-dill/distinfo b/textproc/py-dill/distinfo index 0076ccdf01d11..1bb942a5dae5f 100644 --- a/textproc/py-dill/distinfo +++ b/textproc/py-dill/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/04/20 10:40:29 adam Exp $ +$NetBSD: distinfo,v 1.2 2022/05/25 12:18:26 adam Exp $ -BLAKE2s (dill-0.3.4.zip) = 7c35c8f41c46dc233644013127ccb14f3bb5a12061e7e4b98c189c4a70f608e6 -SHA512 (dill-0.3.4.zip) = 25f1683d725e5ed2d6ce61fcd82d679c0504ef506ad7cb501be6dfce3b80f1fdacbb39991eea8899259f9803248c75cb1bc3bd4b28a43be5902dd724946c68f6 -Size (dill-0.3.4.zip) = 186823 bytes +BLAKE2s (dill-0.3.5.1.tar.gz) = 45dbc3e3e20c2531e2d351fdfcd63328e552facfb5bdad79fe1beea09a804fb8 +SHA512 (dill-0.3.5.1.tar.gz) = 14c08b8cab4e432c30ca5280f78c897a07a75f2ef2ec83c3eb663c46cb6a5b4a42fd82c64486373f3a9992609d2440d7b3a79a1db75873147e694defd5109e08 +Size (dill-0.3.5.1.tar.gz) = 167265 bytes From b5e1a283deb86e7418320a99ee1cecfdf40f217a Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 25 May 2022 12:20:55 +0000 Subject: [PATCH 1010/1154] py-JWT: updated to 2.4.0 v2.4.0 Security - [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 Changed - Explicit check the key for ECAlgorithm by @estin in https://github.com/jpadilla/pyjwt/pull/713 - Raise DeprecationWarning for jwt.decode(verify=...) by @akx in https://github.com/jpadilla/pyjwt/pull/742 Fixed - Don't use implicit optionals by @rekyungmin in https://github.com/jpadilla/pyjwt/pull/705 - documentation fix: show correct scope for decode_complete() by @sseering in https://github.com/jpadilla/pyjwt/pull/661 - fix: Update copyright information by @kkirsche in https://github.com/jpadilla/pyjwt/pull/729 - Don't mutate options dictionary in .decode_complete() by @akx in https://github.com/jpadilla/pyjwt/pull/743 Added - Add support for Python 3.10 by @hugovk in https://github.com/jpadilla/pyjwt/pull/699 - api_jwk: Add PyJWKSet.__getitem__ by @woodruffw in https://github.com/jpadilla/pyjwt/pull/725 - Update usage.rst by @guneybilen in https://github.com/jpadilla/pyjwt/pull/727 - Docs: mention performance reasons for reusing RSAPrivateKey when encoding by @dmahr1 in https://github.com/jpadilla/pyjwt/pull/734 - Fixed typo in usage.rst by @israelabraham in https://github.com/jpadilla/pyjwt/pull/738 - Add detached payload support for JWS encoding and decoding by @fviard in https://github.com/jpadilla/pyjwt/pull/723 - Replace various string interpolations with f-strings by @akx in https://github.com/jpadilla/pyjwt/pull/744 - Update CHANGELOG.rst --- textproc/py-JWT/Makefile | 7 +++---- textproc/py-JWT/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/textproc/py-JWT/Makefile b/textproc/py-JWT/Makefile index 4872fe536e41f..c92c327f90d6f 100644 --- a/textproc/py-JWT/Makefile +++ b/textproc/py-JWT/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2022/01/04 20:54:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/25 12:20:55 adam Exp $ -DISTNAME= PyJWT-2.3.0 +DISTNAME= PyJWT-2.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//} -PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyJWT/} @@ -19,7 +18,7 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: - cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-JWT/distinfo b/textproc/py-JWT/distinfo index 06bf1d3008f62..15a3b4106c51a 100644 --- a/textproc/py-JWT/distinfo +++ b/textproc/py-JWT/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 11:22:59 nia Exp $ +$NetBSD: distinfo,v 1.17 2022/05/25 12:20:55 adam Exp $ -BLAKE2s (PyJWT-2.3.0.tar.gz) = 7801b7db39f2bcf9baa18466879ccea78a5be16ee8ab84905dba9754b8d4834e -SHA512 (PyJWT-2.3.0.tar.gz) = c6a1d8c3ce87d2122aa4ce4e19c5d2683aeffae6fb29b20fa17e2dfb1a07faf721beb8ca390d3acdeb85a1476025ca5af4fcdb1019f84c8c1bf229246a7aafe3 -Size (PyJWT-2.3.0.tar.gz) = 62279 bytes +BLAKE2s (PyJWT-2.4.0.tar.gz) = 270cd5bd9d0ff384dedd4762780aecd4b18495f054f7895fb28748e5034e3f1b +SHA512 (PyJWT-2.4.0.tar.gz) = 6c60afe62f9341c0fd889be227cd9e44260bc88696a93d0c3398547e159001f04e402d207d2230641f0f3d37cfd7e6f9e50a42dadfb011d7087c32a864c792a4 +Size (PyJWT-2.4.0.tar.gz) = 66327 bytes From 29d473eaa50287921bdbb23932da66b6a27746d4 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 25 May 2022 12:21:13 +0000 Subject: [PATCH 1011/1154] Updated textproc/py-dill, textproc/py-JWT --- doc/CHANGES-2022 | 4 +++- doc/TODO | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 71c415826d158..3a6cbfbdf1649 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2732 2022/05/25 10:25:54 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2733 2022/05/25 12:21:13 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4196,3 +4196,5 @@ Changes to the packages collection and infrastructure in 2022: Updated net/py-grpcio-testing to 1.46.3 [adam 2022-05-25] Updated net/py-grpcio-tools to 1.46.3 [adam 2022-05-25] Updated shells/starship to 1.7.1 [pin 2022-05-25] + Updated textproc/py-dill to 0.3.5.1 [adam 2022-05-25] + Updated textproc/py-JWT to 2.4.0 [adam 2022-05-25] diff --git a/doc/TODO b/doc/TODO index 3ea056eec264c..d97dc3bb10b5f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21887 2022/05/25 09:50:03 adam Exp $ +$NetBSD: TODO,v 1.21888 2022/05/25 12:21:14 adam Exp $ Suggested new packages ====================== @@ -1408,7 +1408,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-configparser-5.0.0 [drops python-2.x support; pkgsrc only needs this package for python 2.x] o py-coverage-6.3.2 o py-cryptography-36.0.2 - o py-dill-0.3.5.1 o py-django-4.0 o py-django-debug-toolbar-3.2.1 o py-django-tagging-0.5.0 From f38cee0dd03bf7b9272087641022a6ce67b44cd5 Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 25 May 2022 13:57:02 +0000 Subject: [PATCH 1012/1154] www/nginx*: cross merging The third-party upload module has been add to www/nginx-devel. Merge pcre/pcre2 functional from www/nginx-devel to www/nginx. I'm going to review patches for the both ports. Bump PKGREVISIONs. --- www/nginx-devel/Makefile | 3 ++- www/nginx-devel/distinfo | 5 ++++- www/nginx-devel/options.mk | 14 ++++++++++++-- www/nginx/Makefile | 3 ++- www/nginx/options.mk | 23 ++++++++++++++++++++--- 5 files changed, 40 insertions(+), 8 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index fd25a7f5e8310..5cbe215c272ba 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2022/05/25 11:02:14 osa Exp $ +# $NetBSD: Makefile,v 1.82 2022/05/25 13:57:02 osa Exp $ DISTNAME= nginx-1.22.0 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 9a663c521c768..34d82748ba9dd 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.77 2022/05/25 11:02:14 osa Exp $ +$NetBSD: distinfo,v 1.78 2022/05/25 13:57:02 osa Exp $ BLAKE2s (array-var-nginx-module-0.05.tar.gz) = 2f9af1e0eb209b7c20aa58cd8ec2afb1eb1cc122c5f4ea169e34131c463c1c26 SHA512 (array-var-nginx-module-0.05.tar.gz) = 7c9fa9b76bc7cd2473ceae6d5ffb8de26993be9293ea967908d6c4550e086affa7016df4c936fb0b79f1142dc0aa1a5f2058d417e6433b5a3497a45d7e866e84 @@ -33,6 +33,9 @@ Size (nginx-dav-ext-module-3.0.0.tar.gz) = 14558 bytes BLAKE2s (nginx-rtmp-module-1.2.2.tar.gz) = 5de03b71bb16b4129f1a2a99446f65ef6eeb3fd48bfc925e94fc27e99da3c069 SHA512 (nginx-rtmp-module-1.2.2.tar.gz) = 3f8c803221854c4b1a06aadc6313fbfec74bd7179c0ee51d4365b26ffa8875881a6e1e48f777a9c9efbb9170ab7478a82920d5448a2c2df485503d37bb03ab81 Size (nginx-rtmp-module-1.2.2.tar.gz) = 519934 bytes +BLAKE2s (nginx-upload-module-2.3.0.tar.gz) = cf47b0c86487450473223a5ec793e294b1dd3dcf8a22a02c2a7a0014aff25545 +SHA512 (nginx-upload-module-2.3.0.tar.gz) = a0da355888398f86a6b5d065e58c05f9e057589ee785be9f515d77d7a020ae5a7b0656f5af30fb3b026f457326db2e26f4fed29026221ec5fc8156ef8586da25 +Size (nginx-upload-module-2.3.0.tar.gz) = 40139 bytes BLAKE2s (ngx_cache_purge-2.5.1.tar.gz) = f89badfa0dbc3c338129291d7c56f978d6db0348d5aaa0d723000881ae9b7b8d SHA512 (ngx_cache_purge-2.5.1.tar.gz) = 3ad37b4a251fb85a9a384f87fea5ca640166e3d7173c6ed9a857b191ae5f2e93819483b5d423fcafe8a10239b571677b342cc2d2d5d62315816f1316d7d5bb76 Size (ngx_cache_purge-2.5.1.tar.gz) = 16614 bytes diff --git a/www/nginx-devel/options.mk b/www/nginx-devel/options.mk index 4d1cf3a58f43f..680845ec9a33e 100644 --- a/www/nginx-devel/options.mk +++ b/www/nginx-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2022/05/25 11:02:14 osa Exp $ +# $NetBSD: options.mk,v 1.7 2022/05/25 13:57:02 osa Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx-devel PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug @@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS+= geoip geoip2 gtools gzip headers-more http2 PKG_SUPPORTED_OPTIONS+= image-filter luajit mail-proxy memcache PKG_SUPPORTED_OPTIONS+= naxsi njs perl push realip rtmp PKG_SUPPORTED_OPTIONS+= secure-link set-misc slice ssl status -PKG_SUPPORTED_OPTIONS+= stream-ssl-preread sub uwsgi +PKG_SUPPORTED_OPTIONS+= stream-ssl-preread sub upload uwsgi PKG_SUGGESTED_OPTIONS= auth-request gzip http2 memcache pcre realip PKG_SUGGESTED_OPTIONS+= slice status ssl uwsgi @@ -339,6 +339,16 @@ NJS_SUBDIR= /nginx PLIST.njs= yes .endif +.if !empty(PKG_OPTIONS:Mupload) || make(makesum) || make(mdi) || make(distclean) +UPLOAD_VERSION= 2.3.0 +UPLOAD_DISTNAME= nginx-upload-module-${UPLOAD_VERSION} +UPLOAD_DISTFILE= ${UPLOAD_DISTNAME}.tar.gz +SITES.${UPLOAD_DISTFILE}= -${MASTER_SITE_GITHUB:=vkholodkov/nginx-upload-module/archive/refs/tags/}${UPLOAD_VERSION}.tar.gz +DISTFILES+= ${UPLOAD_DISTFILE} +DSO_EXTMODS+= upload +PLIST.upload= yes +.endif + .for mod in ${DSO_BASEMODS} CONFIGURE_ARGS+= --with-${mod}${_addbasemod} .endfor diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 40eacb15a8f76..a20b7a26c1c24 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.116 2022/05/25 10:48:47 osa Exp $ +# $NetBSD: Makefile,v 1.117 2022/05/25 13:57:02 osa Exp $ DISTNAME= nginx-1.22.0 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx/options.mk b/www/nginx/options.mk index f9c24abd0c5de..09f008e516c4d 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.80 2022/05/25 10:48:47 osa Exp $ +# $NetBSD: options.mk,v 1.81 2022/05/25 13:57:02 osa Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug PKG_SUPPORTED_OPTIONS+= dso echo encrypted-session flv form-input PKG_SUPPORTED_OPTIONS+= geoip geoip2 gtools gzip headers-more http2 PKG_SUPPORTED_OPTIONS+= image-filter luajit mail-proxy memcache -PKG_SUPPORTED_OPTIONS+= naxsi njs pcre perl push realip rtmp +PKG_SUPPORTED_OPTIONS+= naxsi njs perl push realip rtmp PKG_SUPPORTED_OPTIONS+= secure-link set-misc slice ssl status PKG_SUPPORTED_OPTIONS+= stream-ssl-preread sub upload uwsgi @@ -14,6 +14,9 @@ PKG_SUGGESTED_OPTIONS+= slice status ssl uwsgi PKG_OPTIONS_LEGACY_OPTS+= v2:http2 +PKG_OPTIONS_OPTIONAL_GROUPS= pcre +PKG_OPTIONS_GROUP.pcre= pcre pcre2 + PLIST_VARS+= arrayvar cprg dav dso echo encses forminput geoip2 PLIST_VARS+= headmore imagefilter lua mail naxsi nchan ndk njs PLIST_VARS+= perl rtmp setmisc stream uwsgi @@ -58,12 +61,26 @@ SUBST_NOOP_OK.fix-ssl= yes .if !empty(PKG_OPTIONS:Mpcre) .include "../../devel/pcre/buildlink3.mk" +CONFIGURE_ARGS+= --with-pcre +CONFIGURE_ARGS+= --without-pcre2 SUBST_CLASSES+= fix-pcre SUBST_STAGE.fix-pcre= pre-configure SUBST_FILES.fix-pcre= auto/lib/pcre/conf SUBST_SED.fix-pcre= -e 's,/usr/pkg,${BUILDLINK_PREFIX.pcre},g' SUBST_NOOP_OK.fix-pcre= yes -.else +.endif + +.if !empty(PKG_OPTIONS:Mpcre2) +.include "../../devel/pcre2/buildlink3.mk" +CONFIGURE_ARGS+= --with-pcre +SUBST_CLASSES+= fix-pcre2 +SUBST_STAGE.fix-pcre2= pre-configure +SUBST_FILES.fix-pcre2= auto/lib/pcre/conf +SUBST_SED.fix-pcre2= -e 's,/usr/pkg,${BUILDLINK_PREFIX.pcre2},g' +SUBST_NOOP_OK.fix-pcre2=yes +.endif + +.if empty(PKG_OPTIONS:Mpcre) && empty(PKG_OPTIONS:Mpcre2) CONFIGURE_ARGS+= --without-pcre CONFIGURE_ARGS+= --without-http_rewrite_module .endif From 10b9294a5e92a8757e6704be69cd4a2591f63286 Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 25 May 2022 14:06:36 +0000 Subject: [PATCH 1013/1154] Updated www/nginx, www/nginx-devel --- doc/CHANGES-2022 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3a6cbfbdf1649..93812cedf1b62 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2733 2022/05/25 12:21:13 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2734 2022/05/25 14:06:36 osa Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4198,3 +4198,7 @@ Changes to the packages collection and infrastructure in 2022: Updated shells/starship to 1.7.1 [pin 2022-05-25] Updated textproc/py-dill to 0.3.5.1 [adam 2022-05-25] Updated textproc/py-JWT to 2.4.0 [adam 2022-05-25] + Updated www/nginx to 1.22.0 [osa 2022-05-25] + Updated www/nginx-devel to 1.22.0 [osa 2022-05-25] + Updated www/nginx to 1.22.0nb1 [osa 2022-05-25] + Updated www/nginx-devel to 1.22.0nb1 [osa 2022-05-25] From d494178819f21e3a35bedc00415aff4883ef2ac8 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:19:54 +0000 Subject: [PATCH 1014/1154] py-wtforms: Update to 3.0.1. Version 3.0.1 ------------- Released 2021-12-23 - Fixed :class:`~fields.DateTimeField` and other similar fields can handle multiple formats. :issue:`720` :pr:`721` - Stop support for python 3.6 :pr:`722` Version 3.0.0 ------------- Released 2021-11-07 - Fixed :class:`~fields.RadioField` validators. :issue:`477` :pr:`615` - :meth:`~fields.FormField.populate_obj` always calls :func:`setattr` :pr:`675` - WTForms has a new logo. :issue:`569` :pr:`689` - Fixed :class:`~fields.RadioField` `render_kw` rendering. :issue:`490` :pr:`628` :pr:`688` - Support for optgroups in :class:`~fields.SelectField` and :class:`~fields.SelectMultipleField`. :issue:`656` :pr:`667` - Minor documentation fix. :issue:`701` - Custom separators for :class:`~fields.FieldList`. :issue:`681` :pr:`694` - :class:`~fields.DateTimeField`, :class:`~fields.DateField` and :class:`~fields.TimeField` support time formats that removes leading zeros. :pr:`703` - Refactoring: split `fields/core.py` and `fields/simple.py` :pr:`710` Version 3.0.0a1 --------------- Released 2020-11-23 - Drop support for Python < 3.6. :pr:`554` - :class:`~fields.StringField` sets ``data`` to ``None`` when form data is empty and an initial value was not provided. Although it previously set an empty string, ``None`` is consistent with the behavior of other fields. :pr:`355` - Specified version of Babel required for setup to avoid errors. :pr:`430` - Replaced use of ``getattr``/``setattr`` with regular variable access. :issue:`482` - :class:`ValueError` raised by a validator are handled like regular exceptions. Validators need to raise :class:`~validators.ValidationError` or :class:`~validators.StopValidation` to make a validation fail. :issue:`445` - :class:`~fields.SelectField`, :class:`~fields.SelectMultipleField` and :class:`~fields.RadioField` *choices* parameter can be a callable. :pr:`608` - Choices shortcut for :class:`~fields.core.SelectMultipleField`. :issue:`603` :pr:`605` - Forms can have form-level errors. :issue:`55` :pr:`595` - Implemented :class:`~wtforms.fields.core.MonthField`. :pr:`530` :pr:`593` - Filters can be inline. :meth:`form.BaseForm.process` takes a *extra_filters* parameter. :issue:`128` :pr:`592` - Fields can be passed the ``name`` argument to use a HTML name different than their Python name. :issue:`205`, :pr:`601` - Render attribute names like ``for_`` and ``class_`` are normalized consistently so later values override those specified earlier. :issue:`449`, :pr:`596` - Flags can take non-boolean values. :issue:`406` :pr:`467` - Widgets are HTML5 by default. :issue:`594` :pr:`614` - Fixed a bug when the :class:`~wtforms.fields.core.SelectField` choices are list of strings. :pr:`598` - Error messages standardization. :issue:`613` :pr:`620` :pr:`626` :pr:`627` - :class:`~wtforms.fields.core.SelectMultipleField` `validate_choice` bugfix. :issue:`606` :pr:`642` - Fixed SelectMultipleField validation when using choices list shortcut. :issue:`612` :pr:`661` --- www/py-wtforms/Makefile | 12 ++---- www/py-wtforms/PLIST | 95 +++++++---------------------------------- www/py-wtforms/distinfo | 8 ++-- 3 files changed, 24 insertions(+), 91 deletions(-) diff --git a/www/py-wtforms/Makefile b/www/py-wtforms/Makefile index 802b89eae26e9..22684c1162efa 100644 --- a/www/py-wtforms/Makefile +++ b/www/py-wtforms/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2022/01/04 20:55:38 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/05/25 15:19:54 kleink Exp $ -DISTNAME= WTForms-2.3.3 +DISTNAME= WTForms-3.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms/} @@ -13,15 +12,12 @@ LICENSE= modified-bsd USE_LANGUAGES= # empty -.include "../../lang/python/pyversion.mk" - DEPENDS+= ${PYPKGPREFIX}-babel>=2.6.0:../../devel/py-babel DEPENDS+= ${PYPKGPREFIX}-email_validator-[0-9]*:../../mail/py-email_validator -.if ${_PYTHON_VERSION} < 33 -DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress -.endif DEPENDS+= ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe +PYTHON_VERSIONS_INCOMPATIBLE= 27 + post-extract: ${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \; diff --git a/www/py-wtforms/PLIST b/www/py-wtforms/PLIST index aea00a1edc49d..72e5fa5123ff0 100644 --- a/www/py-wtforms/PLIST +++ b/www/py-wtforms/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2018/11/12 12:25:51 kleink Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/05/25 15:19:54 kleink Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -7,9 +7,6 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/wtforms/__init__.py ${PYSITELIB}/wtforms/__init__.pyc ${PYSITELIB}/wtforms/__init__.pyo -${PYSITELIB}/wtforms/compat.py -${PYSITELIB}/wtforms/compat.pyc -${PYSITELIB}/wtforms/compat.pyo ${PYSITELIB}/wtforms/csrf/__init__.py ${PYSITELIB}/wtforms/csrf/__init__.pyc ${PYSITELIB}/wtforms/csrf/__init__.pyo @@ -19,84 +16,27 @@ ${PYSITELIB}/wtforms/csrf/core.pyo ${PYSITELIB}/wtforms/csrf/session.py ${PYSITELIB}/wtforms/csrf/session.pyc ${PYSITELIB}/wtforms/csrf/session.pyo -${PYSITELIB}/wtforms/ext/__init__.py -${PYSITELIB}/wtforms/ext/__init__.pyc -${PYSITELIB}/wtforms/ext/__init__.pyo -${PYSITELIB}/wtforms/ext/appengine/__init__.py -${PYSITELIB}/wtforms/ext/appengine/__init__.pyc -${PYSITELIB}/wtforms/ext/appengine/__init__.pyo -${PYSITELIB}/wtforms/ext/appengine/db.py -${PYSITELIB}/wtforms/ext/appengine/db.pyc -${PYSITELIB}/wtforms/ext/appengine/db.pyo -${PYSITELIB}/wtforms/ext/appengine/fields.py -${PYSITELIB}/wtforms/ext/appengine/fields.pyc -${PYSITELIB}/wtforms/ext/appengine/fields.pyo -${PYSITELIB}/wtforms/ext/appengine/ndb.py -${PYSITELIB}/wtforms/ext/appengine/ndb.pyc -${PYSITELIB}/wtforms/ext/appengine/ndb.pyo -${PYSITELIB}/wtforms/ext/csrf/__init__.py -${PYSITELIB}/wtforms/ext/csrf/__init__.pyc -${PYSITELIB}/wtforms/ext/csrf/__init__.pyo -${PYSITELIB}/wtforms/ext/csrf/fields.py -${PYSITELIB}/wtforms/ext/csrf/fields.pyc -${PYSITELIB}/wtforms/ext/csrf/fields.pyo -${PYSITELIB}/wtforms/ext/csrf/form.py -${PYSITELIB}/wtforms/ext/csrf/form.pyc -${PYSITELIB}/wtforms/ext/csrf/form.pyo -${PYSITELIB}/wtforms/ext/csrf/session.py -${PYSITELIB}/wtforms/ext/csrf/session.pyc -${PYSITELIB}/wtforms/ext/csrf/session.pyo -${PYSITELIB}/wtforms/ext/dateutil/__init__.py -${PYSITELIB}/wtforms/ext/dateutil/__init__.pyc -${PYSITELIB}/wtforms/ext/dateutil/__init__.pyo -${PYSITELIB}/wtforms/ext/dateutil/fields.py -${PYSITELIB}/wtforms/ext/dateutil/fields.pyc -${PYSITELIB}/wtforms/ext/dateutil/fields.pyo -${PYSITELIB}/wtforms/ext/django/__init__.py -${PYSITELIB}/wtforms/ext/django/__init__.pyc -${PYSITELIB}/wtforms/ext/django/__init__.pyo -${PYSITELIB}/wtforms/ext/django/fields.py -${PYSITELIB}/wtforms/ext/django/fields.pyc -${PYSITELIB}/wtforms/ext/django/fields.pyo -${PYSITELIB}/wtforms/ext/django/i18n.py -${PYSITELIB}/wtforms/ext/django/i18n.pyc -${PYSITELIB}/wtforms/ext/django/i18n.pyo -${PYSITELIB}/wtforms/ext/django/orm.py -${PYSITELIB}/wtforms/ext/django/orm.pyc -${PYSITELIB}/wtforms/ext/django/orm.pyo -${PYSITELIB}/wtforms/ext/django/templatetags/__init__.py -${PYSITELIB}/wtforms/ext/django/templatetags/__init__.pyc -${PYSITELIB}/wtforms/ext/django/templatetags/__init__.pyo -${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.py -${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.pyc -${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.pyo -${PYSITELIB}/wtforms/ext/i18n/__init__.py -${PYSITELIB}/wtforms/ext/i18n/__init__.pyc -${PYSITELIB}/wtforms/ext/i18n/__init__.pyo -${PYSITELIB}/wtforms/ext/i18n/form.py -${PYSITELIB}/wtforms/ext/i18n/form.pyc -${PYSITELIB}/wtforms/ext/i18n/form.pyo -${PYSITELIB}/wtforms/ext/i18n/utils.py -${PYSITELIB}/wtforms/ext/i18n/utils.pyc -${PYSITELIB}/wtforms/ext/i18n/utils.pyo -${PYSITELIB}/wtforms/ext/sqlalchemy/__init__.py -${PYSITELIB}/wtforms/ext/sqlalchemy/__init__.pyc -${PYSITELIB}/wtforms/ext/sqlalchemy/__init__.pyo -${PYSITELIB}/wtforms/ext/sqlalchemy/fields.py -${PYSITELIB}/wtforms/ext/sqlalchemy/fields.pyc -${PYSITELIB}/wtforms/ext/sqlalchemy/fields.pyo -${PYSITELIB}/wtforms/ext/sqlalchemy/orm.py -${PYSITELIB}/wtforms/ext/sqlalchemy/orm.pyc -${PYSITELIB}/wtforms/ext/sqlalchemy/orm.pyo ${PYSITELIB}/wtforms/fields/__init__.py ${PYSITELIB}/wtforms/fields/__init__.pyc ${PYSITELIB}/wtforms/fields/__init__.pyo +${PYSITELIB}/wtforms/fields/choices.py +${PYSITELIB}/wtforms/fields/choices.pyc +${PYSITELIB}/wtforms/fields/choices.pyo ${PYSITELIB}/wtforms/fields/core.py ${PYSITELIB}/wtforms/fields/core.pyc ${PYSITELIB}/wtforms/fields/core.pyo -${PYSITELIB}/wtforms/fields/html5.py -${PYSITELIB}/wtforms/fields/html5.pyc -${PYSITELIB}/wtforms/fields/html5.pyo +${PYSITELIB}/wtforms/fields/datetime.py +${PYSITELIB}/wtforms/fields/datetime.pyc +${PYSITELIB}/wtforms/fields/datetime.pyo +${PYSITELIB}/wtforms/fields/form.py +${PYSITELIB}/wtforms/fields/form.pyc +${PYSITELIB}/wtforms/fields/form.pyo +${PYSITELIB}/wtforms/fields/list.py +${PYSITELIB}/wtforms/fields/list.pyc +${PYSITELIB}/wtforms/fields/list.pyo +${PYSITELIB}/wtforms/fields/numeric.py +${PYSITELIB}/wtforms/fields/numeric.pyc +${PYSITELIB}/wtforms/fields/numeric.pyo ${PYSITELIB}/wtforms/fields/simple.py ${PYSITELIB}/wtforms/fields/simple.pyc ${PYSITELIB}/wtforms/fields/simple.pyo @@ -183,6 +123,3 @@ ${PYSITELIB}/wtforms/widgets/__init__.pyo ${PYSITELIB}/wtforms/widgets/core.py ${PYSITELIB}/wtforms/widgets/core.pyc ${PYSITELIB}/wtforms/widgets/core.pyo -${PYSITELIB}/wtforms/widgets/html5.py -${PYSITELIB}/wtforms/widgets/html5.pyc -${PYSITELIB}/wtforms/widgets/html5.pyo diff --git a/www/py-wtforms/distinfo b/www/py-wtforms/distinfo index 180fe18b60ffb..bf505321c1a73 100644 --- a/www/py-wtforms/distinfo +++ b/www/py-wtforms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 11:30:51 nia Exp $ +$NetBSD: distinfo,v 1.15 2022/05/25 15:19:54 kleink Exp $ -BLAKE2s (WTForms-2.3.3.tar.gz) = d30d8d54eee3e42e66627bdd8d3fdb15c3ea45b3b26b4c97146970b42c6846f4 -SHA512 (WTForms-2.3.3.tar.gz) = 934cf1483beec37d698d13a81e44a733d082baad1f418d3087306fd908df809d37fffe000ed1ecabf65d2c31b57034bf6f25c3b77cfc5598ae1f65bf4a115fe5 -Size (WTForms-2.3.3.tar.gz) = 162945 bytes +BLAKE2s (WTForms-3.0.1.tar.gz) = 4f4e2e3bd497d7f62b579d02d646a49431cef2b95d788af017eee632c22716fe +SHA512 (WTForms-3.0.1.tar.gz) = a6db54a7ef9bc96b8fdf69cd65d3810fab9436ff9c056e1cfc580f5ecd0ed8837dcbb7c2adf92419cc5f74e865bb3a023e316407a87d5c5277da5d30e6836fb3 +Size (WTForms-3.0.1.tar.gz) = 137513 bytes From f039b19d3009c6f4b7c9c2b91ceb879c4e0fff8e Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:20:14 +0000 Subject: [PATCH 1015/1154] doc: Updated www/py-wtforms to 3.0.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 93812cedf1b62..f0013f0d1bfd4 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2734 2022/05/25 14:06:36 osa Exp $ +$NetBSD: CHANGES-2022,v 1.2735 2022/05/25 15:20:14 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4202,3 +4202,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/nginx-devel to 1.22.0 [osa 2022-05-25] Updated www/nginx to 1.22.0nb1 [osa 2022-05-25] Updated www/nginx-devel to 1.22.0nb1 [osa 2022-05-25] + Updated www/py-wtforms to 3.0.1 [kleink 2022-05-25] From 3b3eff3c224c501d2c5f53aa1f605aee6c5f8464 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:23:51 +0000 Subject: [PATCH 1016/1154] py-flask-wtf: Update to 1.0.1. Version 1.0.1 ------------- Released 2022-03-31 - Update compatibility with the latest Werkzeug release. :issue:`511` Version 1.0.0 -------------- Released 2021-11-07 - Deprecated items removal :pr:`484` - Support for alternatives captcha services :pr:`425` :pr:`342` :pr:`387` :issue:`384` Version 0.15.1 -------------- Released 2021-05-25 - Add ``python_requires`` metadata to avoid installing on unsupported Python versions. :pr:`442` Version 0.15.0 -------------- Released 2021-05-24 - Drop support for Python < 3.6. :pr:`416` - ``FileSize`` validator. :pr:`307, 365` - Extra requirement ``email`` installs the ``email_validator`` package. :pr:`423` - Fixed Flask 2.0 warnings. :pr:`434` - Various documentation fixes. :pr:`315, 321, 335, 344, 386, 400`, :pr:`404, 420, 437` - Various CI fixes. :pr:`405, 438` --- www/py-flask-wtf/Makefile | 7 +++---- www/py-flask-wtf/PLIST | 6 +----- www/py-flask-wtf/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/www/py-flask-wtf/Makefile b/www/py-flask-wtf/Makefile index ff4263b925a97..1957227aa3454 100644 --- a/www/py-flask-wtf/Makefile +++ b/www/py-flask-wtf/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2022/04/29 11:56:47 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/25 15:23:51 kleink Exp $ -DISTNAME= Flask-WTF-0.14.3 +DISTNAME= Flask-WTF-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-WTF/} MAINTAINER= kleink@NetBSD.org -HOMEPAGE= https://github.com/lepture/flask-wtf +HOMEPAGE= https://github.com/wtforms/flask-wtf COMMENT= Simple integration of Flask and WTForms LICENSE= modified-bsd diff --git a/www/py-flask-wtf/PLIST b/www/py-flask-wtf/PLIST index 68d9a64c22c5f..45dbf91a34027 100644 --- a/www/py-flask-wtf/PLIST +++ b/www/py-flask-wtf/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2013/10/27 21:55:23 kleink Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/25 15:23:51 kleink Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/flask_wtf/__init__.py @@ -20,9 +19,6 @@ ${PYSITELIB}/flask_wtf/file.pyo ${PYSITELIB}/flask_wtf/form.py ${PYSITELIB}/flask_wtf/form.pyc ${PYSITELIB}/flask_wtf/form.pyo -${PYSITELIB}/flask_wtf/html5.py -${PYSITELIB}/flask_wtf/html5.pyc -${PYSITELIB}/flask_wtf/html5.pyo ${PYSITELIB}/flask_wtf/i18n.py ${PYSITELIB}/flask_wtf/i18n.pyc ${PYSITELIB}/flask_wtf/i18n.pyo diff --git a/www/py-flask-wtf/distinfo b/www/py-flask-wtf/distinfo index a1ffa8f9308b9..935fc966f0b0d 100644 --- a/www/py-flask-wtf/distinfo +++ b/www/py-flask-wtf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:30:40 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/05/25 15:23:51 kleink Exp $ -BLAKE2s (Flask-WTF-0.14.3.tar.gz) = 41e838a900f8c8536877799e3abf67531cdadb1c27119e38147e6bd69057c5d1 -SHA512 (Flask-WTF-0.14.3.tar.gz) = 58bdb87e442dd49dcbc9090e6466ecbd0b5c6bd2f097a26e071a5c73e09256ac46cc2f794f138f0e0b45e4f65ce70c231c275dc69aa44df408d7d79b15198832 -Size (Flask-WTF-0.14.3.tar.gz) = 44507 bytes +BLAKE2s (Flask-WTF-1.0.1.tar.gz) = 777e429e493eeb23800322db6b54a96f586e013df02b579f2ea3deba27df1a1d +SHA512 (Flask-WTF-1.0.1.tar.gz) = e1380e788d0b09ac84e158a6574883a2c061452595973bea8137f9c2789b8ed14bfc6816a571b9116643c36ed31e97ae9ad7fb0fa6c1638e5be142a6fc8d85f4 +Size (Flask-WTF-1.0.1.tar.gz) = 45721 bytes From e2f7a0d94e8ab59d9c8a760f5a2e9ddc2386518e Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:24:07 +0000 Subject: [PATCH 1017/1154] doc: Updated www/py-flask-wtf to 1.0.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f0013f0d1bfd4..059b0c0a8ea0c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2735 2022/05/25 15:20:14 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2736 2022/05/25 15:24:07 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4203,3 +4203,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/nginx to 1.22.0nb1 [osa 2022-05-25] Updated www/nginx-devel to 1.22.0nb1 [osa 2022-05-25] Updated www/py-wtforms to 3.0.1 [kleink 2022-05-25] + Updated www/py-flask-wtf to 1.0.1 [kleink 2022-05-25] From abf56019c943aad0b0402f9711890b0d96d68206 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:28:50 +0000 Subject: [PATCH 1018/1154] Import WTForms-Appengine-0.1 as www/py-wtforms-appengine. WTForms-Appengine is a fork of the wtforms.ext.appengine package from WTForms. The package has been renamed to wtforms_appengine but otherwise should function the same as the ext package, at least for the moment. --- www/py-wtforms-appengine/DESCR | 4 ++++ www/py-wtforms-appengine/Makefile | 21 +++++++++++++++++++++ www/py-wtforms-appengine/PLIST | 18 ++++++++++++++++++ www/py-wtforms-appengine/distinfo | 5 +++++ 4 files changed, 48 insertions(+) create mode 100644 www/py-wtforms-appengine/DESCR create mode 100644 www/py-wtforms-appengine/Makefile create mode 100644 www/py-wtforms-appengine/PLIST create mode 100644 www/py-wtforms-appengine/distinfo diff --git a/www/py-wtforms-appengine/DESCR b/www/py-wtforms-appengine/DESCR new file mode 100644 index 0000000000000..8ab4ee023315c --- /dev/null +++ b/www/py-wtforms-appengine/DESCR @@ -0,0 +1,4 @@ +WTForms-Appengine is a fork of the wtforms.ext.appengine package +from WTForms. The package has been renamed to wtforms_appengine but +otherwise should function the same as the ext package, at least for +the moment. diff --git a/www/py-wtforms-appengine/Makefile b/www/py-wtforms-appengine/Makefile new file mode 100644 index 0000000000000..637c874bce4ec --- /dev/null +++ b/www/py-wtforms-appengine/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2022/05/25 15:28:50 kleink Exp $ + +DISTNAME= WTForms-Appengine-0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-Appengine/} +EXTRACT_SUFX= .zip + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= https://github.com/wtforms/wtforms-appengine +COMMENT= Appengine tools for WTForms +LICENSE= modified-bsd + +USE_LANGUAGES= # empty + +DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.5:../../www/py-wtforms + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-wtforms-appengine/PLIST b/www/py-wtforms-appengine/PLIST new file mode 100644 index 0000000000000..eb9d718f1efbc --- /dev/null +++ b/www/py-wtforms-appengine/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/25 15:28:50 kleink Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/wtforms_appengine/__init__.py +${PYSITELIB}/wtforms_appengine/__init__.pyc +${PYSITELIB}/wtforms_appengine/__init__.pyo +${PYSITELIB}/wtforms_appengine/db.py +${PYSITELIB}/wtforms_appengine/db.pyc +${PYSITELIB}/wtforms_appengine/db.pyo +${PYSITELIB}/wtforms_appengine/fields.py +${PYSITELIB}/wtforms_appengine/fields.pyc +${PYSITELIB}/wtforms_appengine/fields.pyo +${PYSITELIB}/wtforms_appengine/ndb.py +${PYSITELIB}/wtforms_appengine/ndb.pyc +${PYSITELIB}/wtforms_appengine/ndb.pyo diff --git a/www/py-wtforms-appengine/distinfo b/www/py-wtforms-appengine/distinfo new file mode 100644 index 0000000000000..78a595f6a0b56 --- /dev/null +++ b/www/py-wtforms-appengine/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/25 15:28:50 kleink Exp $ + +BLAKE2s (WTForms-Appengine-0.1.zip) = ca8b27f0b8b1a12beae80064cbfd2c6b750ee84ff9fbc39e190cc37f508fb9db +SHA512 (WTForms-Appengine-0.1.zip) = 5792c08456f28f10059bb4a6b5118ebe91e9757c7a019bde4c6fdc8e8121dfe7d417830f74e058f06940c5a0108a97265358ccc8eaa70fb3a99c44bd1024b3fd +Size (WTForms-Appengine-0.1.zip) = 115340 bytes From 9e5282b3cab15c526effb33711c3d17bef928289 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:29:18 +0000 Subject: [PATCH 1019/1154] www: Add py-wtforms-appengine. --- www/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/Makefile b/www/Makefile index 053d807a1b826..574dfb3fd5bff 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1624 2022/05/03 19:35:38 pin Exp $ +# $NetBSD: Makefile,v 1.1625 2022/05/25 15:29:18 kleink Exp $ # COMMENT= Packages related to the World Wide Web @@ -856,6 +856,7 @@ SUBDIR+= py-wsproto SUBDIR+= py-wstools SUBDIR+= py-wtforms SUBDIR+= py-wtforms-alchemy +SUBDIR+= py-wtforms-appengine SUBDIR+= py-wtforms-components SUBDIR+= py-wtforms-recaptcha SUBDIR+= py-wtforms-test From 8ae2e33b2b7ae3b3725e41cd7e8da1773ff81ff7 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:29:31 +0000 Subject: [PATCH 1020/1154] doc: Updated www/py-wtforms-appengine to 0.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 059b0c0a8ea0c..26b420bf3290f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2736 2022/05/25 15:24:07 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2737 2022/05/25 15:29:31 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4204,3 +4204,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/nginx-devel to 1.22.0nb1 [osa 2022-05-25] Updated www/py-wtforms to 3.0.1 [kleink 2022-05-25] Updated www/py-flask-wtf to 1.0.1 [kleink 2022-05-25] + Updated www/py-wtforms-appengine to 0.1 [kleink 2022-05-25] From a92063b5acdd2d88b6380fd31f46653ebbfde9a4 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:30:33 +0000 Subject: [PATCH 1021/1154] doc: Previous py-wtforms-appengine was addition, not update. --- doc/CHANGES-2022 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 26b420bf3290f..d8083dead8dd3 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2737 2022/05/25 15:29:31 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2738 2022/05/25 15:30:33 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4204,4 +4204,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/nginx-devel to 1.22.0nb1 [osa 2022-05-25] Updated www/py-wtforms to 3.0.1 [kleink 2022-05-25] Updated www/py-flask-wtf to 1.0.1 [kleink 2022-05-25] - Updated www/py-wtforms-appengine to 0.1 [kleink 2022-05-25] + Added www/py-wtforms-appengine to 0.1 [kleink 2022-05-25] From 4074ea9dcd1301ae7aae1ac4c4ed203341a53687 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 25 May 2022 15:31:56 +0000 Subject: [PATCH 1022/1154] *: mark as not-for-python-2.7 due to py-wtforms --- www/py-wtforms-recaptcha/Makefile | 4 +++- www/py-wtforms-test/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/www/py-wtforms-recaptcha/Makefile b/www/py-wtforms-recaptcha/Makefile index f65b6b59528d9..aeaf5c8d7c87a 100644 --- a/www/py-wtforms-recaptcha/Makefile +++ b/www/py-wtforms-recaptcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:39 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/25 15:31:56 wiz Exp $ DISTNAME= wtforms-recaptcha-0.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,6 +13,8 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-wtforms>=0.6.1:../../www/py-wtforms +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-wtforms + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" diff --git a/www/py-wtforms-test/Makefile b/www/py-wtforms-test/Makefile index e4d298f696620..264296be8226e 100644 --- a/www/py-wtforms-test/Makefile +++ b/www/py-wtforms-test/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:39 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/25 15:31:56 wiz Exp $ DISTNAME= WTForms-Test-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -13,6 +13,8 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.2:../../www/py-wtforms +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-wtforms + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" From c143639984093858a0dc33984689ac93b0f20d3a Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:33:21 +0000 Subject: [PATCH 1023/1154] Import WTForms-dateutil-0.1 as www/py-wtforms-dateutil. WTForms integration for dateutil. --- www/py-wtforms-dateutil/DESCR | 1 + www/py-wtforms-dateutil/Makefile | 21 +++++++++++++++++++++ www/py-wtforms-dateutil/PLIST | 9 +++++++++ www/py-wtforms-dateutil/distinfo | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 www/py-wtforms-dateutil/DESCR create mode 100644 www/py-wtforms-dateutil/Makefile create mode 100644 www/py-wtforms-dateutil/PLIST create mode 100644 www/py-wtforms-dateutil/distinfo diff --git a/www/py-wtforms-dateutil/DESCR b/www/py-wtforms-dateutil/DESCR new file mode 100644 index 0000000000000..e43e754d65741 --- /dev/null +++ b/www/py-wtforms-dateutil/DESCR @@ -0,0 +1 @@ +WTForms integration for dateutil. diff --git a/www/py-wtforms-dateutil/Makefile b/www/py-wtforms-dateutil/Makefile new file mode 100644 index 0000000000000..d14ff3f84ab19 --- /dev/null +++ b/www/py-wtforms-dateutil/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2022/05/25 15:33:21 kleink Exp $ + +DISTNAME= WTForms-dateutil-0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-dateutil/} + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= https://github.com/wtforms/wtforms-dateutil +COMMENT= WTForms fields using dateutil +LICENSE= modified-bsd + +USE_LANGUAGES= # empty + +DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil +DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.5:../../www/py-wtforms + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-wtforms-dateutil/PLIST b/www/py-wtforms-dateutil/PLIST new file mode 100644 index 0000000000000..bb2ef631fded9 --- /dev/null +++ b/www/py-wtforms-dateutil/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/25 15:33:21 kleink Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/wtforms_dateutil/__init__.py +${PYSITELIB}/wtforms_dateutil/__init__.pyc +${PYSITELIB}/wtforms_dateutil/__init__.pyo diff --git a/www/py-wtforms-dateutil/distinfo b/www/py-wtforms-dateutil/distinfo new file mode 100644 index 0000000000000..1c8bc8c59fe02 --- /dev/null +++ b/www/py-wtforms-dateutil/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/25 15:33:21 kleink Exp $ + +BLAKE2s (WTForms-dateutil-0.1.tar.gz) = ee06dc63fd6a587bbc1a0e0b01730199b4c9a95d5f80b8d7c6ab48d7afb84069 +SHA512 (WTForms-dateutil-0.1.tar.gz) = c64e2512e3db3c09b224fc5ba15af7c8a05fd8d12fde4d2708b9923d0dc71f45897e400c357f6581c46a540c5eee4d0b82d3a3debc1019fcc29672f72d3ecc01 +Size (WTForms-dateutil-0.1.tar.gz) = 3593 bytes From e692a7a650cb137ef6f3a5fe5dadc70b2079426c Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:33:49 +0000 Subject: [PATCH 1024/1154] www: Add py-wtforms-dateutil. --- www/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/Makefile b/www/Makefile index 574dfb3fd5bff..5bb7c01bebb19 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1625 2022/05/25 15:29:18 kleink Exp $ +# $NetBSD: Makefile,v 1.1626 2022/05/25 15:33:49 kleink Exp $ # COMMENT= Packages related to the World Wide Web @@ -858,6 +858,7 @@ SUBDIR+= py-wtforms SUBDIR+= py-wtforms-alchemy SUBDIR+= py-wtforms-appengine SUBDIR+= py-wtforms-components +SUBDIR+= py-wtforms-dateutil SUBDIR+= py-wtforms-recaptcha SUBDIR+= py-wtforms-test SUBDIR+= py-yarl From 3b32cb2bba818213db55b6fe25b0621923559ab1 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:34:09 +0000 Subject: [PATCH 1025/1154] doc: Added www/py-wtforms-dateutil version 0.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d8083dead8dd3..b4b8fe4ce0b02 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2738 2022/05/25 15:30:33 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2739 2022/05/25 15:34:09 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4205,3 +4205,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-wtforms to 3.0.1 [kleink 2022-05-25] Updated www/py-flask-wtf to 1.0.1 [kleink 2022-05-25] Added www/py-wtforms-appengine to 0.1 [kleink 2022-05-25] + Added www/py-wtforms-dateutil version 0.1 [kleink 2022-05-25] From 34cff2e2fb11387dee3ccde27515b67b781cb0bd Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:36:09 +0000 Subject: [PATCH 1026/1154] Import WTForms-Django-0.1 as www/py-wtforms-django. WTForms-Django is a fork of the wtforms.ext.django package from WTForms. The package has been renamed to wtforms_django but otherwise should function the same as wtforms.ext.django did. --- www/py-wtforms-django/DESCR | 3 +++ www/py-wtforms-django/Makefile | 22 ++++++++++++++++++++++ www/py-wtforms-django/PLIST | 18 ++++++++++++++++++ www/py-wtforms-django/distinfo | 5 +++++ 4 files changed, 48 insertions(+) create mode 100644 www/py-wtforms-django/DESCR create mode 100644 www/py-wtforms-django/Makefile create mode 100644 www/py-wtforms-django/PLIST create mode 100644 www/py-wtforms-django/distinfo diff --git a/www/py-wtforms-django/DESCR b/www/py-wtforms-django/DESCR new file mode 100644 index 0000000000000..58eaf222cac33 --- /dev/null +++ b/www/py-wtforms-django/DESCR @@ -0,0 +1,3 @@ +WTForms-Django is a fork of the wtforms.ext.django package from +WTForms. The package has been renamed to wtforms_django but otherwise +should function the same as wtforms.ext.django did. diff --git a/www/py-wtforms-django/Makefile b/www/py-wtforms-django/Makefile new file mode 100644 index 0000000000000..62c23a319b329 --- /dev/null +++ b/www/py-wtforms-django/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2022/05/25 15:36:09 kleink Exp $ + +DISTNAME= WTForms-Django-0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-Django/} +EXTRACT_SUFX= .zip + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= https://github.com/wtforms/wtforms-django +COMMENT= Django tools for WTForms +LICENSE= modified-bsd + +USE_LANGUAGES= # empty + +DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django +DEPENDS+= ${PYPKGPREFIX}-wtforms>=2.1:../../www/py-wtforms + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-wtforms-django/PLIST b/www/py-wtforms-django/PLIST new file mode 100644 index 0000000000000..dcbbabb791007 --- /dev/null +++ b/www/py-wtforms-django/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/25 15:36:09 kleink Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/wtforms_django/__init__.py +${PYSITELIB}/wtforms_django/__init__.pyc +${PYSITELIB}/wtforms_django/__init__.pyo +${PYSITELIB}/wtforms_django/fields.py +${PYSITELIB}/wtforms_django/fields.pyc +${PYSITELIB}/wtforms_django/fields.pyo +${PYSITELIB}/wtforms_django/i18n.py +${PYSITELIB}/wtforms_django/i18n.pyc +${PYSITELIB}/wtforms_django/i18n.pyo +${PYSITELIB}/wtforms_django/orm.py +${PYSITELIB}/wtforms_django/orm.pyc +${PYSITELIB}/wtforms_django/orm.pyo diff --git a/www/py-wtforms-django/distinfo b/www/py-wtforms-django/distinfo new file mode 100644 index 0000000000000..1a7b8fc875126 --- /dev/null +++ b/www/py-wtforms-django/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/25 15:36:09 kleink Exp $ + +BLAKE2s (WTForms-Django-0.1.zip) = 2e0cb09c3f9918c7dce63235acf3a12db9334883a7ea99af0e73368de4fb9fdc +SHA512 (WTForms-Django-0.1.zip) = 8162f9a3d767372295f7d509041651f8a9a7055eb8a2bc1dd036412426e9668fd2731b67339337026e0e35a5f849cd5666c221e1b9dafb3cce909ba76679879c +Size (WTForms-Django-0.1.zip) = 112130 bytes From 2389db9c128a95e7830b984e1c1fa787aaf13a3c Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:36:26 +0000 Subject: [PATCH 1027/1154] www: Add py-wtforms-django. --- www/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/Makefile b/www/Makefile index 5bb7c01bebb19..8db561301b26b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1626 2022/05/25 15:33:49 kleink Exp $ +# $NetBSD: Makefile,v 1.1627 2022/05/25 15:36:26 kleink Exp $ # COMMENT= Packages related to the World Wide Web @@ -859,6 +859,7 @@ SUBDIR+= py-wtforms-alchemy SUBDIR+= py-wtforms-appengine SUBDIR+= py-wtforms-components SUBDIR+= py-wtforms-dateutil +SUBDIR+= py-wtforms-django SUBDIR+= py-wtforms-recaptcha SUBDIR+= py-wtforms-test SUBDIR+= py-yarl From 7c7af1eeefa3e2948ae368a6031c31cc08d238eb Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:36:41 +0000 Subject: [PATCH 1028/1154] doc: Added www/py-wtforms-django version 0.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b4b8fe4ce0b02..ac41c9f387c73 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2739 2022/05/25 15:34:09 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2740 2022/05/25 15:36:41 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4206,3 +4206,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/py-flask-wtf to 1.0.1 [kleink 2022-05-25] Added www/py-wtforms-appengine to 0.1 [kleink 2022-05-25] Added www/py-wtforms-dateutil version 0.1 [kleink 2022-05-25] + Added www/py-wtforms-django version 0.1 [kleink 2022-05-25] From c59f64f4a2334ec81cb18862f7c8f029373f25aa Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:38:10 +0000 Subject: [PATCH 1029/1154] Import WTForms-SQLAlchemy-0.3 as www/py-wtforms-sqlalchemy. WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy package from WTForms. The package has been renamed to wtforms_sqlalchemy but otherwise should function the same as wtforms.ext.sqlalchemy did. --- www/py-wtforms-sqlalchemy/DESCR | 4 ++++ www/py-wtforms-sqlalchemy/Makefile | 21 +++++++++++++++++++++ www/py-wtforms-sqlalchemy/PLIST | 15 +++++++++++++++ www/py-wtforms-sqlalchemy/distinfo | 5 +++++ 4 files changed, 45 insertions(+) create mode 100644 www/py-wtforms-sqlalchemy/DESCR create mode 100644 www/py-wtforms-sqlalchemy/Makefile create mode 100644 www/py-wtforms-sqlalchemy/PLIST create mode 100644 www/py-wtforms-sqlalchemy/distinfo diff --git a/www/py-wtforms-sqlalchemy/DESCR b/www/py-wtforms-sqlalchemy/DESCR new file mode 100644 index 0000000000000..f1d1e76b69293 --- /dev/null +++ b/www/py-wtforms-sqlalchemy/DESCR @@ -0,0 +1,4 @@ +WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy package +from WTForms. The package has been renamed to wtforms_sqlalchemy +but otherwise should function the same as wtforms.ext.sqlalchemy +did. diff --git a/www/py-wtforms-sqlalchemy/Makefile b/www/py-wtforms-sqlalchemy/Makefile new file mode 100644 index 0000000000000..4bf6dcce8b3e2 --- /dev/null +++ b/www/py-wtforms-sqlalchemy/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2022/05/25 15:38:10 kleink Exp $ + +DISTNAME= WTForms-SQLAlchemy-0.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-SQLAlchemy/} + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= https://github.com/wtforms/wtforms-sqlalchemy +COMMENT= WTForms integration for SQLAlchemy +LICENSE= modified-bsd + +USE_LANGUAGES= # empty + +DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.5:../../www/py-wtforms +DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.7.10:../../databases/py-sqlalchemy + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-wtforms-sqlalchemy/PLIST b/www/py-wtforms-sqlalchemy/PLIST new file mode 100644 index 0000000000000..6cff72611605e --- /dev/null +++ b/www/py-wtforms-sqlalchemy/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/25 15:38:10 kleink Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/wtforms_sqlalchemy/__init__.py +${PYSITELIB}/wtforms_sqlalchemy/__init__.pyc +${PYSITELIB}/wtforms_sqlalchemy/__init__.pyo +${PYSITELIB}/wtforms_sqlalchemy/fields.py +${PYSITELIB}/wtforms_sqlalchemy/fields.pyc +${PYSITELIB}/wtforms_sqlalchemy/fields.pyo +${PYSITELIB}/wtforms_sqlalchemy/orm.py +${PYSITELIB}/wtforms_sqlalchemy/orm.pyc +${PYSITELIB}/wtforms_sqlalchemy/orm.pyo diff --git a/www/py-wtforms-sqlalchemy/distinfo b/www/py-wtforms-sqlalchemy/distinfo new file mode 100644 index 0000000000000..2476819cba726 --- /dev/null +++ b/www/py-wtforms-sqlalchemy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/25 15:38:10 kleink Exp $ + +BLAKE2s (WTForms-SQLAlchemy-0.3.tar.gz) = d889e563975970dedd4d7800fcd837fa25ffea5c024dc3382d45efd4041216c1 +SHA512 (WTForms-SQLAlchemy-0.3.tar.gz) = 43fd109b0faf9c3d4098564f3cbaa3cbd20e7ad3c8183a60499258120bf810a31ab4e6f8e51305ded1bb60f24babb14374ecdc5a15e1b64e6cdcbce6261b9e1c +Size (WTForms-SQLAlchemy-0.3.tar.gz) = 17246 bytes From b9d7bc1dde22e88fc1948e3698fbf27117d7f752 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:38:39 +0000 Subject: [PATCH 1030/1154] www: Add py-wtforms-sqlalchemy. --- www/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/Makefile b/www/Makefile index 8db561301b26b..c4302df7d859b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1627 2022/05/25 15:36:26 kleink Exp $ +# $NetBSD: Makefile,v 1.1628 2022/05/25 15:38:39 kleink Exp $ # COMMENT= Packages related to the World Wide Web @@ -861,6 +861,7 @@ SUBDIR+= py-wtforms-components SUBDIR+= py-wtforms-dateutil SUBDIR+= py-wtforms-django SUBDIR+= py-wtforms-recaptcha +SUBDIR+= py-wtforms-sqlalchemy SUBDIR+= py-wtforms-test SUBDIR+= py-yarl SUBDIR+= py-zope.proxy From 366a4d576a3cfa2d25bb92c59727b23863a0f319 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 25 May 2022 15:38:54 +0000 Subject: [PATCH 1031/1154] doc: Added www/py-wtforms-sqlalchemy version 0.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ac41c9f387c73..5d4ba63cfac30 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2740 2022/05/25 15:36:41 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2741 2022/05/25 15:38:54 kleink Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4207,3 +4207,4 @@ Changes to the packages collection and infrastructure in 2022: Added www/py-wtforms-appengine to 0.1 [kleink 2022-05-25] Added www/py-wtforms-dateutil version 0.1 [kleink 2022-05-25] Added www/py-wtforms-django version 0.1 [kleink 2022-05-25] + Added www/py-wtforms-sqlalchemy version 0.3 [kleink 2022-05-25] From e1481ee6e90b5f88e278235090a19bb47c3078c1 Mon Sep 17 00:00:00 2001 From: manu Date: Wed, 25 May 2022 15:45:31 +0000 Subject: [PATCH 1032/1154] Added mail/srs-milter 20141121nb9 This milter implemets SRS (Sender Rewriting Scheme) that can be used to fix envelope MAIL FROM for forwarded mails protected by SPF. It can be configured in two modes for: * Incoming mail -- rewrite RCPT TO addresses in SRS format back * Outgoing mail -- rewrite MAIL FROM address to SRS format --- doc/CHANGES-2022 | 3 +- mail/Makefile | 3 +- mail/srs-milter/DESCR | 6 + mail/srs-milter/Makefile | 42 +++ mail/srs-milter/PLIST | 2 + mail/srs-milter/distinfo | 6 + mail/srs-milter/files/srs-milter-in.sh | 48 +++ mail/srs-milter/files/srs-milter-out.sh | 48 +++ mail/srs-milter/patches/patch-srs-filter.c | 353 +++++++++++++++++++++ 9 files changed, 509 insertions(+), 2 deletions(-) create mode 100644 mail/srs-milter/DESCR create mode 100644 mail/srs-milter/Makefile create mode 100644 mail/srs-milter/PLIST create mode 100644 mail/srs-milter/distinfo create mode 100755 mail/srs-milter/files/srs-milter-in.sh create mode 100755 mail/srs-milter/files/srs-milter-out.sh create mode 100644 mail/srs-milter/patches/patch-srs-filter.c diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5d4ba63cfac30..513c637cb3a58 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2741 2022/05/25 15:38:54 kleink Exp $ +$NetBSD: CHANGES-2022,v 1.2742 2022/05/25 15:45:31 manu Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4208,3 +4208,4 @@ Changes to the packages collection and infrastructure in 2022: Added www/py-wtforms-dateutil version 0.1 [kleink 2022-05-25] Added www/py-wtforms-django version 0.1 [kleink 2022-05-25] Added www/py-wtforms-sqlalchemy version 0.3 [kleink 2022-05-25] + Added mail/srs-milter 20141121nb9 [manu 2022-05-25] diff --git a/mail/Makefile b/mail/Makefile index 5f57117be3400..af135e51a6c9f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.578 2022/02/05 13:51:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.579 2022/05/25 15:45:31 manu Exp $ # COMMENT= Electronic mail utilities @@ -380,6 +380,7 @@ SUBDIR+= squirrelmail SUBDIR+= squirrelmail-decode SUBDIR+= squirrelmail-locales SUBDIR+= sqwebmail +SUBDIR+= srs-milter SUBDIR+= ssmtp SUBDIR+= swaks SUBDIR+= sylpheed diff --git a/mail/srs-milter/DESCR b/mail/srs-milter/DESCR new file mode 100644 index 0000000000000..e0e6891642ae6 --- /dev/null +++ b/mail/srs-milter/DESCR @@ -0,0 +1,6 @@ +This milter implemets SRS (Sender Rewriting Scheme) that can be used to +fix envelope MAIL FROM for forwarded mails protected by SPF. It can be +configured in two modes for: + +* Incoming mail -- rewrite RCPT TO addresses in SRS format back +* Outgoing mail -- rewrite MAIL FROM address to SRS format diff --git a/mail/srs-milter/Makefile b/mail/srs-milter/Makefile new file mode 100644 index 0000000000000..f1a8bc3b76e3c --- /dev/null +++ b/mail/srs-milter/Makefile @@ -0,0 +1,42 @@ +# $NetBSD: Makefile,v 1.1 2022/05/25 15:45:31 manu Exp $ + +GITHUB_PROJECT= srs-milter +GITHUB_TAG= 3c44b13a10471df0361c08786c8826ea1d0ecc7b +DISTNAME= 3c44b13a10471df0361c08786c8826ea1d0ecc7b +PKGNAME= ${GITHUB_PROJECT}-20141121 +PKGREVISION= 9 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_GITHUB:=emsearcy/} +DIST_SUBDIR= ${GITHUB_PROJECT} +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/emsearcy/srs-milter +COMMENT= Sender Rewriting Scheme milter +LICENSE= generic-nonlicense + +WRKSRC= ${WRKDIR}/srs-milter-3c44b13a10471df0361c08786c8826ea1d0ecc7b/src + +INSTALLATION_DIRS= sbin + +RCD_SCRIPTS= srs-milter-in srs-milter-out + +BUILD_DEFS+= MILTER_USER VARBASE +FILES_SUBST+= MILTER_USER=${MILTER_USER:Q} + +do-build: + cd ${WRKSRC} && \ + ${CC} ${CPPFLAGS} -c srs-filter.c && \ + ${CC} -o srs-milter ${LDFLAGS} -lspf2 -lsrs2 -lpthread \ + srs-filter.o ${BUILDLINK_PREFIX.libmilter}/lib/libmilter.a + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} srs-milter ${DESTDIR}${PREFIX}/sbin + +.include "../../mail/libspf2/buildlink3.mk" +.include "../../mail/libsrs2/buildlink3.mk" +.include "../../mail/libmilter/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/srs-milter/PLIST b/mail/srs-milter/PLIST new file mode 100644 index 0000000000000..d3b1f4d779eeb --- /dev/null +++ b/mail/srs-milter/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/25 15:45:31 manu Exp $ +sbin/srs-milter diff --git a/mail/srs-milter/distinfo b/mail/srs-milter/distinfo new file mode 100644 index 0000000000000..efef02246f157 --- /dev/null +++ b/mail/srs-milter/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2022/05/25 15:45:31 manu Exp $ + +BLAKE2s (srs-milter/3c44b13a10471df0361c08786c8826ea1d0ecc7b-3c44b13a10471df0361c08786c8826ea1d0ecc7b.zip) = e62ffea86976769bda9e0af3d64a52dd57901bf2130b7b8d39a7741d2731bfa0 +SHA512 (srs-milter/3c44b13a10471df0361c08786c8826ea1d0ecc7b-3c44b13a10471df0361c08786c8826ea1d0ecc7b.zip) = 91db41b5fd955a1856ce1b30ec2ceaac2483820b3c1cc29e9817460633f3013401b416bb98e76fd5bf41492836b8dea42ea46689c4544d021a1d65f234c80112 +Size (srs-milter/3c44b13a10471df0361c08786c8826ea1d0ecc7b-3c44b13a10471df0361c08786c8826ea1d0ecc7b.zip) = 15843 bytes +SHA1 (patch-srs-filter.c) = c3533bff78ecb36380d73a357b6ea6341d02550c diff --git a/mail/srs-milter/files/srs-milter-in.sh b/mail/srs-milter/files/srs-milter-in.sh new file mode 100755 index 0000000000000..68c42e104f004 --- /dev/null +++ b/mail/srs-milter/files/srs-milter-in.sh @@ -0,0 +1,48 @@ +#!@CD_SCRIPTS_SHELL@ +# +# $NetBSD: srs-milter-in.sh,v 1.1 2022/05/25 15:45:32 manu Exp $ +# +# PROVIDE: srs_milter_in +# REQUIRE: DAEMON +# BEFORE: mail + +if [ -f /etc/rc.subr ]; then + . /etc/rc.subr +fi + +name="srs_milter_in" +rcvar=$name +command="@PREFIX@/sbin/srs-milter" +pidfile="@VARBASE@/run/srs-milter/${name}.pid" +keyfile="/etc/mail/srs.key" +command_args="-P ${pidfile} -s local:@VARBASE@/run/srs-milter/${name}.sock" +command_args="${command_args} --srs-secret-file=${keyfile}" +command_args="${command_args} --user @MILTER_USER@ --reverse" +required_files="${keyfile}" +start_precmd="srs_milter_precmd" + +srs_milter_precmd() +{ + if [ ! -f ${keyfile} ]; then + ( umask 077; dd if=/dev/random bs=256 count=1 of=${keyfile} ) + chown srs ${keyfile} + fi + + if [ ! -d @VARBASE@/run/srs-milter ]; then + mkdir -p @VARBASE@/run/srs-milter + chown srs @VARBASE@/run/srs-milter + chmod 0750 @VARBASE@/run/srs-milter + fi + + if [ -e @VARBASE@/run/srs-milter/${name}.sock ]; then + rm -f @VARBASE@/run/srs-milter/${name}.sock + fi +} + +if [ -f /etc/rc.subr ]; then + load_rc_config $name + run_rc_command "$1" +else + @ECHO@ -n " ${name}" + ${command} ${srs_milter_flags} ${command_args} +fi diff --git a/mail/srs-milter/files/srs-milter-out.sh b/mail/srs-milter/files/srs-milter-out.sh new file mode 100755 index 0000000000000..7c33cf9d602ff --- /dev/null +++ b/mail/srs-milter/files/srs-milter-out.sh @@ -0,0 +1,48 @@ +#!@CD_SCRIPTS_SHELL@ +# +# $NetBSD: srs-milter-out.sh,v 1.1 2022/05/25 15:45:32 manu Exp $ +# +# PROVIDE: srs_milter_out +# REQUIRE: DAEMON +# BEFORE: mail + +if [ -f /etc/rc.subr ]; then + . /etc/rc.subr +fi + +name="srs_milter_out" +rcvar=$name +command="@PREFIX@/sbin/srs-milter" +pidfile="@VARBASE@/run/srs-milter/${name}.pid" +keyfile="/etc/mail/srs.key" +command_args="-P ${pidfile} -s local:@VARBASE@/run/srs-milter/${name}.sock" +command_args="${command_args} --srs-secret-file=${keyfile}" +command_args="${command_args} --user @MILTER_USER@ --forward" +required_files="${keyfile}" +start_precmd="srs_milter_precmd" + +srs_milter_precmd() +{ + if [ ! -f ${keyfile} ]; then + ( umask 077; dd if=/dev/random bs=256 count=1 of=${keyfile} ) + chown srs ${keyfile} + fi + + if [ ! -d @VARBASE@/run/srs-milter ]; then + mkdir -p @VARBASE@/run/srs-milter + chown srs @VARBASE@/run/srs-milter + chmod 0750 @VARBASE@/run/srs-milter + fi + + if [ -e @VARBASE@/run/srs-milter/${name}.sock ]; then + rm -f @VARBASE@/run/srs-milter/${name}.sock + fi +} + +if [ -f /etc/rc.subr ]; then + load_rc_config $name + run_rc_command "$1" +else + @ECHO@ -n " ${name}" + ${command} ${srs_milter_flags} ${command_args} +fi diff --git a/mail/srs-milter/patches/patch-srs-filter.c b/mail/srs-milter/patches/patch-srs-filter.c new file mode 100644 index 0000000000000..78ecb5b2ed314 --- /dev/null +++ b/mail/srs-milter/patches/patch-srs-filter.c @@ -0,0 +1,353 @@ +$NetBSD: patch-srs-filter.c,v 1.1 2022/05/25 15:45:32 manu Exp $ + +- Update pidfile after forking +- Process addresses with or without enclosing brackets +- Add -u/--user option to use unprivilegied user +- Add -A/--alias-cmd and -R/--aliad_regex to resolve aliases +- Add -n/--reverse-null to ensable SRS reverse for null sender <> + +--- srs-filter.c.orig 2022-05-11 14:10:11.430909881 +0200 ++++ srs-filter.c 2022-05-17 08:53:10.516904377 +0200 +@@ -3,11 +3,13 @@ + #include + #include + #include + #include ++#include + #include + #include + #include ++#include + #include + #include + #include + #include +@@ -37,10 +39,16 @@ + /* these should be read from command line or config file */ + static int CONFIG_verbose = 0; + static int CONFIG_forward = 0; + static int CONFIG_reverse = 0; ++static int CONFIG_reverse_null = 0; + static char *CONFIG_socket = NULL; ++static char *CONFIG_user = NULL; ++static char *CONFIG_pidfile = NULL; + static char **CONFIG_domains = NULL; ++static char *CONFIG_alias_cmd = NULL; ++static char *CONFIG_alias_regex_str = "^\\(.*\\)\\.\\.\\. deliverable"; ++static regex_t CONFIG_alias_regex; + static int CONFIG_spf_check = 0; + static char *CONFIG_spf_heloname = NULL; + static union { + struct sockaddr_in in; +@@ -70,9 +78,43 @@ + srs_t *srs; + SPF_server_t *spf; + }; + ++static char *srs_milter_resolve_alias(char *recip) { ++ char *recip_alias = NULL; ++ char *alias_cmd = NULL; ++ FILE *f = NULL; + ++ if (asprintf(&alias_cmd, CONFIG_alias_cmd, recip) < 0) ++ goto out; ++ ++ if ((f = popen(alias_cmd, "r")) == NULL) { ++ syslog(LOG_ERR, "failed to run alias-cmd %s: %s", alias_cmd, strerror(errno)); ++ goto out; ++ } ++ ++ do { ++ char line[4096]; ++ regmatch_t pm[2]; ++ ++ if (fgets(line, sizeof(line), f) == NULL) ++ break; ++ ++ if (regexec(&CONFIG_alias_regex, line, 2, pm, 0) == 0) { ++ recip_alias = strndup(line + pm[1].rm_so, pm[1].rm_eo - pm[1].rm_so); ++ break; ++ } ++ } while (!feof(f)); ++ ++out: ++ if (f) ++ pclose(f); ++ ++ if (alias_cmd) ++ free(alias_cmd); ++ ++ return recip_alias; ++} + + char *srs_milter_load_file_secrets(char ***CONFIG_srs_secrets, char *secrets_file) { + int i, l; + FILE *f; +@@ -114,9 +156,9 @@ + int is_local_addr(const char *addr) { + int i, r; + const char *dom; + +- if (!addr) ++ if (!addr || !*addr) + return 0; + + if (!CONFIG_domains) + return 0; +@@ -227,17 +269,21 @@ + static sfsistat + xxfi_srs_milter_envfrom(SMFICTX* ctx, char** argv) { + struct srs_milter_connection_data* cd = + (struct srs_milter_connection_data*) smfi_getpriv(ctx); ++ int invalid_addr = 0; ++ int null_addr = 0; + + if (cd->state & SS_STATE_INVALID_CONN) + return SMFIS_CONTINUE; + + if (CONFIG_verbose) + syslog(LOG_DEBUG, "conn# %d[%i] - xxfi_srs_milter_envfrom(\"%s\")", + cd->num, cd->state, argv[0]); + +- if (strlen(argv[0]) < 1 || strcmp(argv[0], "<>") == 0 || argv[0][0] != '<' || argv[0][strlen(argv[0])-1] != '>' || !strchr(argv[0], '@')) { ++ null_addr = (strcmp(argv[0], "<>") == 0); ++ invalid_addr = (argv[0][0] == '\0' || (!strchr(argv[0], '@' && !null_addr))); ++ if (invalid_addr || (null_addr && !CONFIG_reverse_null)) { + cd->state |= SS_STATE_INVALID_MSG; + if (CONFIG_verbose) + syslog(LOG_DEBUG, "conn# %d[%i] - xxfi_srs_milter_envfrom(\"%s\"): skipping \"MAIL FROM: %s\"", + cd->num, cd->state, argv[0], argv[0]); +@@ -272,16 +318,20 @@ + + cd->recip_remote = 0; + + // strore MAIL FROM: address +- cd->sender = (char *) malloc(strlen(argv[0])-1); ++ cd->sender = (char *) malloc(strlen(argv[0])+1); + if (!cd->sender) { + // memory allocation problem + cd->state |= SS_STATE_INVALID_MSG; + return SMFIS_CONTINUE; + } +- strncpy(cd->sender, argv[0]+1, strlen(argv[0])-2); +- cd->sender[strlen(argv[0])-2] = '\0'; ++ if (argv[0][0] == '<') { ++ strncpy(cd->sender, argv[0]+1, strlen(argv[0])-2); ++ cd->sender[strlen(argv[0])-2] = '\0'; ++ } else { ++ strcpy(cd->sender, argv[0]); ++ } + + // store MAIL FROM: arguments + { + int argc = 0; +@@ -316,16 +366,30 @@ + syslog(LOG_DEBUG, "conn# %d[%i] - xxfi_srs_milter_envrcpt(\"%s\")", + cd->num, cd->state, argv[0]); + + // get recipient address +- char *recip = (char *) malloc(strlen(argv[0])-1); ++ char *recip = (char *) malloc(strlen(argv[0])+1); + if (!recip) { + // memory allocation problem + cd->state |= SS_STATE_INVALID_MSG; + return SMFIS_CONTINUE; + } +- strncpy(recip, argv[0]+1, strlen(argv[0])-2); +- recip[strlen(argv[0])-2] = '\0'; ++ if (argv[0][0] == '<') { ++ strncpy(recip, argv[0]+1, strlen(argv[0])-2); ++ recip[strlen(argv[0])-2] = '\0'; ++ } else { ++ strcpy(recip, argv[0]); ++ } ++ ++ if (CONFIG_alias_cmd && is_local_addr(recip)) { ++ char *recip_alias; ++ ++ if ((recip_alias = srs_milter_resolve_alias(recip)) != NULL) { ++ syslog(LOG_DEBUG, "resolved recipient %s as %s", recip, recip_alias); ++ free(recip); ++ recip = recip_alias; ++ } ++ } + + if (!is_local_addr(recip)) { + cd->recip_remote = 1; + } else { +@@ -345,9 +409,13 @@ + if (!cd->recip) { + // memory allocation problem + cd->state |= SS_STATE_INVALID_MSG; + } else { +- cd->recip[argc] = strdup(argv[0]); ++ if (argv[0][0] == '<') { ++ cd->recip[argc] = strndup(argv[0] + 1, strlen(argv[0]) - 2); ++ } else { ++ cd->recip[argc] = strdup(argv[0]); ++ } + cd->recip[argc+1] = NULL; + if (!cd->recip[argc]) { + // memory allocation problem + cd->state |= SS_STATE_INVALID_MSG; +@@ -669,8 +737,17 @@ + syslog(LOG_ERR, "exiting parent process"); + exit(EXIT_SUCCESS); + } + ++ /* update pidfile */ ++ if (CONFIG_pidfile) { ++ FILE *f; ++ ++ f = fopen(CONFIG_pidfile, "w"); ++ fprintf(f, "%i", (int) getpid()); ++ fclose(f); ++ } ++ + /* Change the file mode mask */ + umask(0); + + /* Open any logs here */ +@@ -717,17 +794,27 @@ + printf(" -s, --socket\n"); + printf(" {unix|local}:/path/to/file -- a named pipe.\n"); + printf(" inet:port@{hostname|ip-address} -- an IPV4 socket.\n"); + printf(" inet6:port@{hostname|ip-address} -- an IPV6 socket.\n"); ++ printf(" -u, --user\n"); ++ printf(" unprivilegied user we should run as\n"); + printf(" -t, --timeout\n"); + printf(" milter timeout\n"); + printf(" -f, --forward\n"); + printf(" SRS encode the envelope sender of non-local-destined mail\n"); + printf(" -r, --reverse\n"); + printf(" SRS decode any envelope recipients of local SRS addresses\n"); ++ printf(" -n, --reverse-null\n"); ++ printf(" Also decode SRS addresses when sender is <>\n"); + printf(" -m, --domain\n"); + printf(" all local mail domains for that we accept mail\n"); + printf(" starting domain name with \".\" match also all subdomains\n"); ++ printf(" -A, --alias-cmd\n"); ++ printf(" external command to resolve aliases\n"); ++ printf(" hint: \"sendmail -bv %%s\", %%s gets replaced by recipient\n"); ++ printf(" -R, --alias-regex\n"); ++ printf(" regex to extract resolved alias from alias-cmd output\n"); ++ printf(" default value matches sendmail -bv output\n"); + printf(" -o, --srs-domain\n"); + printf(" our SRS domain name\n"); + printf(" -c, --srs-secret\n"); + printf(" secret string for SRS hashing algorithm\n"); +@@ -770,12 +857,16 @@ + {"debug", no_argument, 0, 'd'}, + {"verbose", no_argument, 0, 'v'}, + {"pidfile", required_argument, 0, 'P'}, + {"socket", required_argument, 0, 's'}, ++ {"user", required_argument, 0, 'u'}, + {"timeout", required_argument, 0, 't'}, + {"forward", no_argument, 0, 'f'}, + {"reverse", no_argument, 0, 'r'}, ++ {"reverse-null", no_argument, 0, 'n'}, + {"local-domain", required_argument, 0, 'm'}, ++ {"alias-cmd", required_argument, 0, 'A'}, ++ {"alias-regex", required_argument, 0, 'R'}, + {"spf-check", no_argument, 0, 'k'}, + {"spf-heloname", required_argument, 0, 'l'}, + {"spf-address", required_argument, 0, 'a'}, + {"srs-domain", required_argument, 0, 'o'}, +@@ -791,9 +882,9 @@ + }; + /* getopt_long stores the option index here. */ + int option_index = 0; + +- c = getopt_long(argc, argv, "hdvP:s:t:f:r:mk:t:l:a:o:yc:C:wg:i:x:e:", ++ c = getopt_long(argc, argv, "hdvP:s:u:t:f:rnm:A:R:kt:l:a:o:yc:C:wg:i:x:e:", + long_options, &option_index); + + /* Detect the end of the options. */ + if (c == -1) +@@ -823,17 +914,22 @@ + CONFIG_verbose = 1; + break; + + case 'P': +- f = fopen(optarg, "w"); ++ CONFIG_pidfile = optarg; ++ f = fopen(CONFIG_pidfile, "w"); + fprintf(f, "%i", (int) getpid()); + fclose(f); + break; + + case 's': + CONFIG_socket = optarg; + break; + ++ case 'u': ++ CONFIG_user = optarg; ++ break; ++ + case 't': + if (optarg == NULL || *optarg == '\0') { + fprintf(stderr, "ERROR: illegal timeout %s\n", optarg); + exit(EXIT_FAILURE); +@@ -851,8 +947,12 @@ + case 'r': + CONFIG_reverse = 1; + break; + ++ case 'n': ++ CONFIG_reverse_null = 1; ++ break; ++ + case 'm': + i = 0; + if (!CONFIG_domains) { + CONFIG_domains = (char **) malloc((i+2)*sizeof(char *)); +@@ -863,8 +963,16 @@ + CONFIG_domains[i] = optarg; + CONFIG_domains[i+1] = NULL; + break; + ++ case 'A': ++ CONFIG_alias_cmd = optarg; ++ break; ++ ++ case 'R': ++ CONFIG_alias_regex_str = optarg; ++ break; ++ + case 'k': + CONFIG_spf_check = 1; + break; + +@@ -941,8 +1049,32 @@ + printf ("%s ", argv[optind++]); + putchar ('\n'); + } + ++ if (CONFIG_user) { ++ struct passwd *pw; ++ ++ if ((pw = getpwnam(CONFIG_user)) == NULL) { ++ fprintf(stderr, "ERROR: inexistant user %s", CONFIG_user); ++ exit(EXIT_FAILURE); ++ } ++ ++ if (setgid(pw->pw_gid) != 0) { ++ fprintf(stderr, "ERROR: failed to switch to group %d", pw->pw_gid); ++ exit(EXIT_FAILURE); ++ } ++ ++ if (setuid(pw->pw_uid) != 0) { ++ fprintf(stderr, "ERROR: failed to switch to user %s", CONFIG_user); ++ exit(EXIT_FAILURE); ++ } ++ } ++ ++ if (regcomp(&CONFIG_alias_regex, CONFIG_alias_regex_str, REG_BASIC) != 0) { ++ fprintf(stderr, "ERROR: can't compile regex %s\n", CONFIG_alias_regex_str); ++ exit(EXIT_FAILURE); ++ } ++ + if (pthread_key_create(&key, &srs_milter_thread_data_destructor)) { + fprintf(stderr, "pthread_key_create failed"); + exit(EXIT_FAILURE); + } From e54c436c767729ff1dd62ac3a9814c53ae7d5797 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 25 May 2022 17:18:13 +0000 Subject: [PATCH 1033/1154] mk: use lang/ocaml/native.mk instead of wip/* --- mk/ocaml.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/ocaml.mk b/mk/ocaml.mk index 90c3e11c9bbd4..9df85b55e0fd6 100644 --- a/mk/ocaml.mk +++ b/mk/ocaml.mk @@ -1,4 +1,4 @@ -# $NetBSD: ocaml.mk,v 1.34 2022/05/24 18:51:54 jaapb Exp $ +# $NetBSD: ocaml.mk,v 1.35 2022/05/25 17:18:13 wiz Exp $ # # This Makefile fragment handles the common variables used by OCaml packages. # It should be included by every package that uses OCaml. @@ -35,7 +35,7 @@ OCAML_MK= # defined MKPIE_SUPPORTED= no .include "../../mk/bsd.fast.prefs.mk" -.include "../../wip/ocaml/native.mk" +.include "../../lang/ocaml/native.mk" _PKG_VARS.ocaml= \ From 6f599d1b61e6f61845a7af9e8eba3a2397967c88 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 19:09:25 +0000 Subject: [PATCH 1034/1154] py-numpy: fix build on macOS and maybe others --- math/py-numpy/Makefile | 5 ++++- math/py-numpy/distinfo | 5 +++-- ...tch-numpy_core_include_numpy_npy__common.h | 17 +++++++++++++++++ .../patches/patch-numpy_core_setup.py | 19 +++++++++++++++---- 4 files changed, 39 insertions(+), 7 deletions(-) create mode 100644 math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index eb440c6fb7bd8..e12b967f70a2b 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2022/05/23 17:28:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.95 2022/05/25 19:09:25 tnn Exp $ DISTNAME= numpy-1.22.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -53,6 +53,9 @@ CPPFLAGS+= ${BLAS_INCLUDES} # Work around it on DragonFly by specifying the classic gnu linker MAKE_ENV.DragonFly+= LDVER=ld.bfd +pre-install: + ${RM} -f ${WRKSRC}/numpy/core/include/numpy/npy_common.h.orig + post-install: cd ${DESTDIR}${PREFIX}/bin && ${RM} f2py || ${TRUE} cd ${DESTDIR}${PREFIX}/bin && ${RM} f2py3 || ${TRUE} diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index ef46a8d0c3b11..16e678fe4d726 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.73 2022/05/23 17:28:41 ryoon Exp $ +$NetBSD: distinfo,v 1.74 2022/05/25 19:09:25 tnn Exp $ BLAKE2s (numpy-1.22.4.zip) = 020700e15b661d064377106b6c3ecd5959c524e32cc2f3d1b97739894bbbcff8 SHA512 (numpy-1.22.4.zip) = bb2993459157c43f8c419de98be1c832f108b4eb6b96e1d20f406eccd782681ad8d0f8653637962ac592abe7d75719c17678ec97f035f6c87d4c7f939a1a8a48 Size (numpy-1.22.4.zip) = 11458830 bytes -SHA1 (patch-numpy_core_setup.py) = 9f5d5934112d533f44207c2106db75465170d605 +SHA1 (patch-numpy_core_include_numpy_npy__common.h) = 2560358bbef62b72281f95b8d62b90b6c032f9c5 +SHA1 (patch-numpy_core_setup.py) = 01f90b7eb700cfa51edded31498c2de4c3850848 SHA1 (patch-numpy_core_src_npymath_npy__math__private.h) = e3b8e751fd0b6b6c6794d714aa5f60dfe9d7f421 SHA1 (patch-numpy_distutils_command_config.py) = eb37d28482689703e0c1a264f9768409cf8bb4b6 SHA1 (patch-numpy_distutils_fcompiler_____init____.py) = 49d070da5b48bd9818b37ac3254341fa68503c53 diff --git a/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h b/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h new file mode 100644 index 0000000000000..6e25d9332bd44 --- /dev/null +++ b/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h @@ -0,0 +1,17 @@ +$NetBSD: patch-numpy_core_include_numpy_npy__common.h,v 1.1 2022/05/25 19:09:25 tnn Exp $ + +Fix build on non-x86: +The configure test for __builtin_prefetch is broken with clang. +_configtest.c:6:3: error: builtin functions must be directly called + +--- numpy/core/include/numpy/npy_common.h.orig 2022-05-20 05:46:10.000000000 +0000 ++++ numpy/core/include/numpy/npy_common.h +@@ -116,7 +116,7 @@ + #define NPY_UNLIKELY(x) (x) + #endif + +-#ifdef HAVE___BUILTIN_PREFETCH ++#if !defined(__i386__) && !defined(__x86_64__) + /* unlike _mm_prefetch also works on non-x86 */ + #define NPY_PREFETCH(x, rw, loc) __builtin_prefetch((x), (rw), (loc)) + #else diff --git a/math/py-numpy/patches/patch-numpy_core_setup.py b/math/py-numpy/patches/patch-numpy_core_setup.py index f3283c18a322a..fa273d651cbd4 100644 --- a/math/py-numpy/patches/patch-numpy_core_setup.py +++ b/math/py-numpy/patches/patch-numpy_core_setup.py @@ -1,10 +1,21 @@ -$NetBSD: patch-numpy_core_setup.py,v 1.8 2022/05/23 17:28:41 ryoon Exp $ +$NetBSD: patch-numpy_core_setup.py,v 1.9 2022/05/25 19:09:25 tnn Exp $ Use C language (not F77 from blas_info); fixes library name on Darwin. +Add configure test for HAVE_XLOCALE_H, used by numpyos.c. ---- numpy/core/setup.py.orig 2022-05-19 22:46:10.000000000 +0000 +--- numpy/core/setup.py.orig 2022-05-20 05:46:10.000000000 +0000 +++ numpy/core/setup.py -@@ -217,7 +217,7 @@ def check_math_capabilities(config, ext, +@@ -208,6 +208,9 @@ def check_math_capabilities(config, ext, + # It didn't work with xlocale.h, maybe it will work with locale.h? + locale_headers[1] = "locale.h" + check_funcs(OPTIONAL_LOCALE_FUNCS, headers=locale_headers) ++ st = config.check_header('xlocale.h') ++ if st: ++ moredefs.append(('HAVE_XLOCALE_H', 1)) + + for tup in OPTIONAL_INTRINSICS: + headers = None +@@ -217,7 +220,7 @@ def check_math_capabilities(config, ext, f, args, headers, m = tup[0], tup[1], [tup[2]], fname2def(tup[0]) else: f, args, headers, m = tup[0], tup[1], [tup[2]], fname2def(tup[3]) @@ -13,7 +24,7 @@ headers=headers): moredefs.append((m, 1)) -@@ -868,6 +868,7 @@ def configuration(parent_package='',top_ +@@ -868,6 +871,7 @@ def configuration(parent_package='',top_ if have_blas: extra_info = blas_info From 0e27e56e7ed6c72575d46f1c051409dda983cb74 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 19:22:20 +0000 Subject: [PATCH 1035/1154] py-numpy: just assume the __builtin_prefetch configure test works Also bump PKGREVISION since this is an installed header. --- math/py-numpy/Makefile | 4 ++-- math/py-numpy/distinfo | 4 ++-- .../patches/patch-numpy_core_include_numpy_npy__common.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index e12b967f70a2b..8a3372bfa12e7 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.95 2022/05/25 19:09:25 tnn Exp $ +# $NetBSD: Makefile,v 1.96 2022/05/25 19:22:20 tnn Exp $ DISTNAME= numpy-1.22.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/} EXTRACT_SUFX= .zip diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index 16e678fe4d726..9c8d85bec8171 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.74 2022/05/25 19:09:25 tnn Exp $ +$NetBSD: distinfo,v 1.75 2022/05/25 19:22:20 tnn Exp $ BLAKE2s (numpy-1.22.4.zip) = 020700e15b661d064377106b6c3ecd5959c524e32cc2f3d1b97739894bbbcff8 SHA512 (numpy-1.22.4.zip) = bb2993459157c43f8c419de98be1c832f108b4eb6b96e1d20f406eccd782681ad8d0f8653637962ac592abe7d75719c17678ec97f035f6c87d4c7f939a1a8a48 Size (numpy-1.22.4.zip) = 11458830 bytes -SHA1 (patch-numpy_core_include_numpy_npy__common.h) = 2560358bbef62b72281f95b8d62b90b6c032f9c5 +SHA1 (patch-numpy_core_include_numpy_npy__common.h) = 354e336b98f634b6298d0b1d0e85ef1a9d240bff SHA1 (patch-numpy_core_setup.py) = 01f90b7eb700cfa51edded31498c2de4c3850848 SHA1 (patch-numpy_core_src_npymath_npy__math__private.h) = e3b8e751fd0b6b6c6794d714aa5f60dfe9d7f421 SHA1 (patch-numpy_distutils_command_config.py) = eb37d28482689703e0c1a264f9768409cf8bb4b6 diff --git a/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h b/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h index 6e25d9332bd44..11b282b5c1d84 100644 --- a/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h +++ b/math/py-numpy/patches/patch-numpy_core_include_numpy_npy__common.h @@ -1,4 +1,4 @@ -$NetBSD: patch-numpy_core_include_numpy_npy__common.h,v 1.1 2022/05/25 19:09:25 tnn Exp $ +$NetBSD: patch-numpy_core_include_numpy_npy__common.h,v 1.2 2022/05/25 19:22:20 tnn Exp $ Fix build on non-x86: The configure test for __builtin_prefetch is broken with clang. @@ -11,7 +11,7 @@ _configtest.c:6:3: error: builtin functions must be directly called #endif -#ifdef HAVE___BUILTIN_PREFETCH -+#if !defined(__i386__) && !defined(__x86_64__) ++#if 1 /* unlike _mm_prefetch also works on non-x86 */ #define NPY_PREFETCH(x, rw, loc) __builtin_prefetch((x), (rw), (loc)) #else From 376750d5e2bbf50dfa0f56138d1dbb8f89f60730 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 19:41:49 +0000 Subject: [PATCH 1036/1154] openjdk{11,17}: add bootstrap for NetBSD earmv[67]hf Caution: It takes ~2 days to build on typical 32-bit hardware. I recommend to build in a 32-bit chroot on aarch64. --- lang/openjdk11/bootstrap.mk | 12 ++++++++++-- lang/openjdk11/distinfo | 5 ++++- lang/openjdk17/bootstrap.mk | 12 ++++++++++-- lang/openjdk17/distinfo | 5 ++++- 4 files changed, 28 insertions(+), 6 deletions(-) diff --git a/lang/openjdk11/bootstrap.mk b/lang/openjdk11/bootstrap.mk index 7d9717d82721a..72209075200c0 100644 --- a/lang/openjdk11/bootstrap.mk +++ b/lang/openjdk11/bootstrap.mk @@ -1,10 +1,10 @@ -# $NetBSD: bootstrap.mk,v 1.5 2022/05/15 22:44:24 tnn Exp $ +# $NetBSD: bootstrap.mk,v 1.6 2022/05/25 19:41:49 tnn Exp $ .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 080000 PKG_FAIL_REASON+= "Only supports NetBSD >= 8" .endif -.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) && ${OPSYS_VERSION} < 099983 +.if (!empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || !empty(MACHINE_PLATFORM:MNetBSD-*-*earm*)) && ${OPSYS_VERSION} < 099983 PKG_FAIL_REASON+= "PR 55248: please update to NetBSD >= 9.99.83 to use this package" .endif @@ -32,6 +32,14 @@ DISTFILES+= ${BOOT.nb9-aarch64} EXTRACT_ONLY+= ${BOOT.nb9-aarch64} .endif +ONLY_FOR_PLATFORM+= NetBSD-*-earmv[67]hf +BOOT.nb8-earmv6hf= bootstrap-jdk-1.11.0.7.10-netbsd-8-earmv6hf-20220525.tar.xz +SITES.${BOOT.nb8-earmv6hf}= ${MASTER_SITE_LOCAL:=openjdk11/} +.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv6hf) || make(distinfo) +DISTFILES+= ${BOOT.nb8-earmv6hf} +EXTRACT_ONLY+= ${BOOT.nb8-earmv6hf} +.endif + CONFIGURE_ENV+= LD_LIBRARY_PATH=${ALT_BOOTDIR}/lib ALT_BOOTDIR= ${WRKDIR}/bootstrap diff --git a/lang/openjdk11/distinfo b/lang/openjdk11/distinfo index be16bc577fb4e..eff30125ca200 100644 --- a/lang/openjdk11/distinfo +++ b/lang/openjdk11/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.32 2022/05/25 06:05:34 tnn Exp $ +$NetBSD: distinfo,v 1.33 2022/05/25 19:41:49 tnn Exp $ BLAKE2s (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = b57b09661581b7dc6e3700a777f030dfa2fef6f953533456686bfd0dde9157d0 SHA512 (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = 6e61996f7e3c3492b0c878644db30d72021dc4096639992e53b4440d4e2e18cd92e5630ecd4600d1917a1e63a7c814b63f74f811a40588febfe19ad8d3208a9d @@ -6,6 +6,9 @@ Size (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = 105760636 bytes BLAKE2s (bootstrap-jdk-1.11.0.5.8-netbsd-7-i386-20190928.tar.xz) = c54603eabe28bae659a2042cb3b69588840a57502e741c3de333ac70ea1dedc2 SHA512 (bootstrap-jdk-1.11.0.5.8-netbsd-7-i386-20190928.tar.xz) = 1bf5336e9bfeea9ecbcd347f2ea8dd3c9633df42cab13a09c7afaae94faa95b92d862dd97caf380a7037825c3324377240d5d0639b2e0b31a2d7a6316ed56359 Size (bootstrap-jdk-1.11.0.5.8-netbsd-7-i386-20190928.tar.xz) = 96662264 bytes +BLAKE2s (bootstrap-jdk-1.11.0.7.10-netbsd-8-earmv6hf-20220525.tar.xz) = f93572f551f242344e5d6d5e46b9812e5b426772842b5fa06fea4422e327c871 +SHA512 (bootstrap-jdk-1.11.0.7.10-netbsd-8-earmv6hf-20220525.tar.xz) = c4030c99e4c1bb209f0c1ca6c10665c3f4c906f9d7dc13b912c3fbb8031f3dbb6f8d2e5e966cbbc452c307ba5d6de816c0f000b5b7c5d4e3fe8511baf12aab49 +Size (bootstrap-jdk-1.11.0.7.10-netbsd-8-earmv6hf-20220525.tar.xz) = 92279544 bytes BLAKE2s (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 5aac0ec747ac714032dfcb4cc4f093ee3f9ddeb070301856727a8597cedd65cf SHA512 (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 735f47d7398a48f0963c5d629c6c319dfe22d84bacd45f84a34f4784433c8cf6bfe6b356363a4591f035bec4a32e2e38d0a9c6be361aa57e5f0170ad4e16a1ad Size (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 99673444 bytes diff --git a/lang/openjdk17/bootstrap.mk b/lang/openjdk17/bootstrap.mk index 6c3e8d3108b20..38fa89131339c 100644 --- a/lang/openjdk17/bootstrap.mk +++ b/lang/openjdk17/bootstrap.mk @@ -1,10 +1,10 @@ -# $NetBSD: bootstrap.mk,v 1.5 2022/05/15 22:44:24 tnn Exp $ +# $NetBSD: bootstrap.mk,v 1.6 2022/05/25 19:41:49 tnn Exp $ .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000 PKG_FAIL_REASON+= "Only supports NetBSD >= 9" .endif -.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) && ${OPSYS_VERSION} < 099983 +.if (!empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) ||!empty(MACHINE_PLATFORM:MNetBSD-*-*earm*)) && ${OPSYS_VERSION} < 099983 PKG_FAIL_REASON+= "PR 55248: please update to NetBSD >= 9.99.83 to use this package" .endif @@ -32,6 +32,14 @@ DISTFILES+= ${BOOT.nb9-aarch64} EXTRACT_ONLY+= ${BOOT.nb9-aarch64} .endif +ONLY_FOR_PLATFORM+= NetBSD-*-earmv[67]hf +BOOT.nb9-earmv6hf= bootstrap-jdk-1.17.0.3.7-netbsd-9-earmv6hf-20220525.tar.xz +SITES.${BOOT.nb9-earmv6hf}= ${MASTER_SITE_LOCAL:=openjdk17/} +.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv6hf) || make(distinfo) +DISTFILES+= ${BOOT.nb9-earmv6hf} +EXTRACT_ONLY+= ${BOOT.nb9-earmv6hf} +.endif + CONFIGURE_ENV+= LD_LIBRARY_PATH=${ALT_BOOTDIR}/lib ALT_BOOTDIR= ${WRKDIR}/bootstrap diff --git a/lang/openjdk17/distinfo b/lang/openjdk17/distinfo index 7fada1a36f8a2..fe90112720e71 100644 --- a/lang/openjdk17/distinfo +++ b/lang/openjdk17/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2022/05/25 06:05:34 tnn Exp $ +$NetBSD: distinfo,v 1.7 2022/05/25 19:41:49 tnn Exp $ BLAKE2s (bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220516.tar.xz) = b632092d25292e795a2d7567ec55d03f21021dbba27eab3e81a48aed5e5bdd68 SHA512 (bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220516.tar.xz) = fb86749d56be94cc1509f92d8fbdec481b0c7f6fdd5e731826098e6eaa668539052571ffd09125346c1920262b07857ea675799ab8476fcff53c03e158536c1d @@ -6,6 +6,9 @@ Size (bootstrap-jdk-1.17.0.3.7-netbsd-9-aarch64-20220516.tar.xz) = 105121752 byt BLAKE2s (bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz) = 5da928c9ad945b0be6eebdada9788fe0f837a52d1e50ffa3535ef4115700f20a SHA512 (bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz) = 785a6f203e7e5a31f48c708e6a33aa28f00b742226248e2757564d521c580f78070145e4a5dedf3eac1801531781143550c1c127ef6f8d310b88e864d42f4279 Size (bootstrap-jdk-1.17.0.3.7-netbsd-9-amd64-20220515.tar.xz) = 105391720 bytes +BLAKE2s (bootstrap-jdk-1.17.0.3.7-netbsd-9-earmv6hf-20220525.tar.xz) = 1ae4c68999fa355ef677bd7b70570012e4634c2ba4ef1c239316ca2ee8eabb83 +SHA512 (bootstrap-jdk-1.17.0.3.7-netbsd-9-earmv6hf-20220525.tar.xz) = 9a71a9a3ae7765934fb8ced51e3f419236c183efed33095665e0632abd78fe9ba91181037afe6ad2f074b3b0da9a624a5bc3d534ca90dd491eadbaabcf6ff03e +Size (bootstrap-jdk-1.17.0.3.7-netbsd-9-earmv6hf-20220525.tar.xz) = 96766088 bytes BLAKE2s (bootstrap-jdk-1.17.0.3.7-netbsd-9-i386-20220515.tar.xz) = a8e6a44e1470cf2e8845f6b5a6edff142d06c76e12a793b5991b1bf05cf36a98 SHA512 (bootstrap-jdk-1.17.0.3.7-netbsd-9-i386-20220515.tar.xz) = 9fc54d9a31270cbec5e0454bbf1ddf3bb99ab5c916660e1f5e89163b384368a7f1fd5311db71b21c1638eb916899199a1080e90cc1f9615bfdbd871bb94a3216 Size (bootstrap-jdk-1.17.0.3.7-netbsd-9-i386-20220515.tar.xz) = 103902136 bytes From 48a03f5192fee83f018dc53538aea126db2dc065 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 19:53:26 +0000 Subject: [PATCH 1037/1154] openjdk11: fix distfile name --- lang/openjdk11/bootstrap.mk | 4 ++-- lang/openjdk11/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/openjdk11/bootstrap.mk b/lang/openjdk11/bootstrap.mk index 72209075200c0..1756682678efb 100644 --- a/lang/openjdk11/bootstrap.mk +++ b/lang/openjdk11/bootstrap.mk @@ -1,4 +1,4 @@ -# $NetBSD: bootstrap.mk,v 1.6 2022/05/25 19:41:49 tnn Exp $ +# $NetBSD: bootstrap.mk,v 1.7 2022/05/25 19:53:26 tnn Exp $ .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 080000 PKG_FAIL_REASON+= "Only supports NetBSD >= 8" @@ -33,7 +33,7 @@ EXTRACT_ONLY+= ${BOOT.nb9-aarch64} .endif ONLY_FOR_PLATFORM+= NetBSD-*-earmv[67]hf -BOOT.nb8-earmv6hf= bootstrap-jdk-1.11.0.7.10-netbsd-8-earmv6hf-20220525.tar.xz +BOOT.nb8-earmv6hf= bootstrap-jdk-1.11.0.15.10-netbsd-8-earmv6hf-20220525.tar.xz SITES.${BOOT.nb8-earmv6hf}= ${MASTER_SITE_LOCAL:=openjdk11/} .if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv6hf) || make(distinfo) DISTFILES+= ${BOOT.nb8-earmv6hf} diff --git a/lang/openjdk11/distinfo b/lang/openjdk11/distinfo index eff30125ca200..4e49b06b75830 100644 --- a/lang/openjdk11/distinfo +++ b/lang/openjdk11/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.33 2022/05/25 19:41:49 tnn Exp $ +$NetBSD: distinfo,v 1.34 2022/05/25 19:53:26 tnn Exp $ +BLAKE2s (bootstrap-jdk-1.11.0.15.10-netbsd-8-earmv6hf-20220525.tar.xz) = f93572f551f242344e5d6d5e46b9812e5b426772842b5fa06fea4422e327c871 +SHA512 (bootstrap-jdk-1.11.0.15.10-netbsd-8-earmv6hf-20220525.tar.xz) = c4030c99e4c1bb209f0c1ca6c10665c3f4c906f9d7dc13b912c3fbb8031f3dbb6f8d2e5e966cbbc452c307ba5d6de816c0f000b5b7c5d4e3fe8511baf12aab49 +Size (bootstrap-jdk-1.11.0.15.10-netbsd-8-earmv6hf-20220525.tar.xz) = 92279544 bytes BLAKE2s (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = b57b09661581b7dc6e3700a777f030dfa2fef6f953533456686bfd0dde9157d0 SHA512 (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = 6e61996f7e3c3492b0c878644db30d72021dc4096639992e53b4440d4e2e18cd92e5630ecd4600d1917a1e63a7c814b63f74f811a40588febfe19ad8d3208a9d Size (bootstrap-jdk-1.11.0.5.8-netbsd-7-amd64-20190928.tar.xz) = 105760636 bytes BLAKE2s (bootstrap-jdk-1.11.0.5.8-netbsd-7-i386-20190928.tar.xz) = c54603eabe28bae659a2042cb3b69588840a57502e741c3de333ac70ea1dedc2 SHA512 (bootstrap-jdk-1.11.0.5.8-netbsd-7-i386-20190928.tar.xz) = 1bf5336e9bfeea9ecbcd347f2ea8dd3c9633df42cab13a09c7afaae94faa95b92d862dd97caf380a7037825c3324377240d5d0639b2e0b31a2d7a6316ed56359 Size (bootstrap-jdk-1.11.0.5.8-netbsd-7-i386-20190928.tar.xz) = 96662264 bytes -BLAKE2s (bootstrap-jdk-1.11.0.7.10-netbsd-8-earmv6hf-20220525.tar.xz) = f93572f551f242344e5d6d5e46b9812e5b426772842b5fa06fea4422e327c871 -SHA512 (bootstrap-jdk-1.11.0.7.10-netbsd-8-earmv6hf-20220525.tar.xz) = c4030c99e4c1bb209f0c1ca6c10665c3f4c906f9d7dc13b912c3fbb8031f3dbb6f8d2e5e966cbbc452c307ba5d6de816c0f000b5b7c5d4e3fe8511baf12aab49 -Size (bootstrap-jdk-1.11.0.7.10-netbsd-8-earmv6hf-20220525.tar.xz) = 92279544 bytes BLAKE2s (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 5aac0ec747ac714032dfcb4cc4f093ee3f9ddeb070301856727a8597cedd65cf SHA512 (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 735f47d7398a48f0963c5d629c6c319dfe22d84bacd45f84a34f4784433c8cf6bfe6b356363a4591f035bec4a32e2e38d0a9c6be361aa57e5f0170ad4e16a1ad Size (bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz) = 99673444 bytes From e38447ffb3d72ea81c80ee413797d52bd6fdfad1 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 25 May 2022 20:00:56 +0000 Subject: [PATCH 1038/1154] openjdk{11,17}: match earmv[67]hf --- lang/openjdk11/bootstrap.mk | 4 ++-- lang/openjdk17/bootstrap.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/openjdk11/bootstrap.mk b/lang/openjdk11/bootstrap.mk index 1756682678efb..5186544238268 100644 --- a/lang/openjdk11/bootstrap.mk +++ b/lang/openjdk11/bootstrap.mk @@ -1,4 +1,4 @@ -# $NetBSD: bootstrap.mk,v 1.7 2022/05/25 19:53:26 tnn Exp $ +# $NetBSD: bootstrap.mk,v 1.8 2022/05/25 20:00:56 tnn Exp $ .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 080000 PKG_FAIL_REASON+= "Only supports NetBSD >= 8" @@ -35,7 +35,7 @@ EXTRACT_ONLY+= ${BOOT.nb9-aarch64} ONLY_FOR_PLATFORM+= NetBSD-*-earmv[67]hf BOOT.nb8-earmv6hf= bootstrap-jdk-1.11.0.15.10-netbsd-8-earmv6hf-20220525.tar.xz SITES.${BOOT.nb8-earmv6hf}= ${MASTER_SITE_LOCAL:=openjdk11/} -.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv6hf) || make(distinfo) +.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv[67]hf) || make(distinfo) DISTFILES+= ${BOOT.nb8-earmv6hf} EXTRACT_ONLY+= ${BOOT.nb8-earmv6hf} .endif diff --git a/lang/openjdk17/bootstrap.mk b/lang/openjdk17/bootstrap.mk index 38fa89131339c..86fd8f5248f6d 100644 --- a/lang/openjdk17/bootstrap.mk +++ b/lang/openjdk17/bootstrap.mk @@ -1,4 +1,4 @@ -# $NetBSD: bootstrap.mk,v 1.6 2022/05/25 19:41:49 tnn Exp $ +# $NetBSD: bootstrap.mk,v 1.7 2022/05/25 20:00:56 tnn Exp $ .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000 PKG_FAIL_REASON+= "Only supports NetBSD >= 9" @@ -35,7 +35,7 @@ EXTRACT_ONLY+= ${BOOT.nb9-aarch64} ONLY_FOR_PLATFORM+= NetBSD-*-earmv[67]hf BOOT.nb9-earmv6hf= bootstrap-jdk-1.17.0.3.7-netbsd-9-earmv6hf-20220525.tar.xz SITES.${BOOT.nb9-earmv6hf}= ${MASTER_SITE_LOCAL:=openjdk17/} -.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv6hf) || make(distinfo) +.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv[67]hf) || make(distinfo) DISTFILES+= ${BOOT.nb9-earmv6hf} EXTRACT_ONLY+= ${BOOT.nb9-earmv6hf} .endif From 6df74feea1d789d19918b749e53ef6447595d396 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 25 May 2022 21:31:26 +0000 Subject: [PATCH 1039/1154] lang/rust: update to version 1.60.0. Pkgsrc changes: * Bump available bootstraps to 1.59.0. * Adjust line number in patches which had non-zero offsets. Upstream changes: Version 1.60.0 (2022-04-07) =========================== Language -------- - [Stabilize `#[cfg(panic = "...")]` for either `"unwind"` or `"abort"`.] [93658] - [Stabilize `#[cfg(target_has_atomic = "...")]` for each integer size and `"ptr"`.][93824] Compiler -------- - [Enable combining `+crt-static` and `relocation-model=pic` on `x86_64-unknown-linux-gnu`][86374] - [Fixes wrong `unreachable_pub` lints on nested and glob public reexport][87487] - [Stabilize `-Z instrument-coverage` as `-C instrument-coverage`][90132] - [Stabilize `-Z print-link-args` as `--print link-args`][91606] - [Add new Tier 3 target `mips64-openwrt-linux-musl`\*][92300] - [Add new Tier 3 target `armv7-unknown-linux-uclibceabi` (softfloat)\*][92383] - [Fix invalid removal of newlines from doc comments][92357] - [Add kernel target for RustyHermit][92670] - [Deny mixing bin crate type with lib crate types][92933] - [Make rustc use `RUST_BACKTRACE=full` by default][93566] - [Upgrade to LLVM 14][93577] \* Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. Libraries --------- - [Guarantee call order for `sort_by_cached_key`][89621] - [Improve `Duration::try_from_secs_f32`/`f64` accuracy by directly processing exponent and mantissa][90247] - [Make `Instant::{duration_since, elapsed, sub}` saturating][89926] - [Remove non-monotonic clocks workarounds in `Instant::now`][89926] - [Make `BuildHasherDefault`, `iter::Empty` and `future::Pending` covariant][92630] Stabilized APIs --------------- - [`Arc::new_cyclic`][arc_new_cyclic] - [`Rc::new_cyclic`][rc_new_cyclic] - [`slice::EscapeAscii`][slice_escape_ascii] - [`<[u8]>::escape_ascii`][slice_u8_escape_ascii] - [`u8::escape_ascii`][u8_escape_ascii] - [`Vec::spare_capacity_mut`][vec_spare_capacity_mut] - [`MaybeUninit::assume_init_drop`][assume_init_drop] - [`MaybeUninit::assume_init_read`][assume_init_read] - [`i8::abs_diff`][i8_abs_diff] - [`i16::abs_diff`][i16_abs_diff] - [`i32::abs_diff`][i32_abs_diff] - [`i64::abs_diff`][i64_abs_diff] - [`i128::abs_diff`][i128_abs_diff] - [`isize::abs_diff`][isize_abs_diff] - [`u8::abs_diff`][u8_abs_diff] - [`u16::abs_diff`][u16_abs_diff] - [`u32::abs_diff`][u32_abs_diff] - [`u64::abs_diff`][u64_abs_diff] - [`u128::abs_diff`][u128_abs_diff] - [`usize::abs_diff`][usize_abs_diff] - [`Display for io::ErrorKind`][display_error_kind] - [`From for ExitCode`][from_u8_exit_code] - [`Not for !` (the "never" type)][not_never] - [_Op_`Assign<$t> for Wrapping<$t>`][wrapping_assign_ops] - [`arch::is_aarch64_feature_detected!`][is_aarch64_feature_detected] Cargo ----- - [Port cargo from `toml-rs` to `toml_edit`][cargo/10086] - [Stabilize `-Ztimings` as `--timings`][cargo/10245] - [Stabilize namespaced and weak dependency features.][cargo/10269] - [Accept more `cargo:rustc-link-arg-*` types from build script output.][cargo/10274] - [cargo-new should not add ignore rule on Cargo.lock inside subdirs][cargo/10379] Misc ---- - [Ship docs on Tier 2 platforms by reusing the closest Tier 1 platform docs][92800] - [Drop rustc-docs from complete profile][93742] - [bootstrap: tidy up flag handling for llvm build][93918] Compatibility Notes ------------------- - [Remove compiler-rt linking hack on Android][83822] - [Mitigations for platforms with non-monotonic clocks have been removed from `Instant::now`][89926]. On platforms that don't provide monotonic clocks, an instant is not guaranteed to be greater than an earlier instant anymore. - [`Instant::{duration_since, elapsed, sub}` do not panic anymore on underflow, saturating to `0` instead][89926]. In the real world the panic happened mostly on platforms with buggy monotonic clock implementations rather than catching programming errors like reversing the start and end times. Such programming errors will now results in `0` rather than a panic. - In a future release we're planning to increase the baseline requirements for the Linux kernel to version 3.2, and for glibc to version 2.17. We'd love your feedback in [PR #95026][95026]. Internal Changes ---------------- These changes provide no direct user facing benefits, but represent significant improvements to the internals and overall performance of rustc and related tools. - [Switch all libraries to the 2021 edition][92068] [83822]: https://github.com/rust-lang/rust/pull/83822 [86374]: https://github.com/rust-lang/rust/pull/86374 [87487]: https://github.com/rust-lang/rust/pull/87487 [89621]: https://github.com/rust-lang/rust/pull/89621 [89926]: https://github.com/rust-lang/rust/pull/89926 [90132]: https://github.com/rust-lang/rust/pull/90132 [90247]: https://github.com/rust-lang/rust/pull/90247 [91606]: https://github.com/rust-lang/rust/pull/91606 [92068]: https://github.com/rust-lang/rust/pull/92068 [92300]: https://github.com/rust-lang/rust/pull/92300 [92357]: https://github.com/rust-lang/rust/pull/92357 [92383]: https://github.com/rust-lang/rust/pull/92383 [92630]: https://github.com/rust-lang/rust/pull/92630 [92670]: https://github.com/rust-lang/rust/pull/92670 [92800]: https://github.com/rust-lang/rust/pull/92800 [92933]: https://github.com/rust-lang/rust/pull/92933 [93566]: https://github.com/rust-lang/rust/pull/93566 [93577]: https://github.com/rust-lang/rust/pull/93577 [93658]: https://github.com/rust-lang/rust/pull/93658 [93742]: https://github.com/rust-lang/rust/pull/93742 [93824]: https://github.com/rust-lang/rust/pull/93824 [93918]: https://github.com/rust-lang/rust/pull/93918 [95026]: https://github.com/rust-lang/rust/pull/95026 [cargo/10086]: https://github.com/rust-lang/cargo/pull/10086 [cargo/10245]: https://github.com/rust-lang/cargo/pull/10245 [cargo/10269]: https://github.com/rust-lang/cargo/pull/10269 [cargo/10274]: https://github.com/rust-lang/cargo/pull/10274 [cargo/10379]: https://github.com/rust-lang/cargo/pull/10379 [arc_new_cyclic]: https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.new_cyclic [rc_new_cyclic]: https://doc.rust-lang.org/stable/std/rc/struct.Rc.html#method.new_cyclic [slice_escape_ascii]: https://doc.rust-lang.org/stable/std/slice/struct.EscapeAscii.html [slice_u8_escape_ascii]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.escape_ascii [u8_escape_ascii]: https://doc.rust-lang.org/stable/std/primitive.u8.html#method.escape_ascii [vec_spare_capacity_mut]: https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#method.spare_capacity_mut [assume_init_drop]: https://doc.rust-lang.org/stable/std/mem/union.MaybeUninit.html#method.assume_init_drop [assume_init_read]: https://doc.rust-lang.org/stable/std/mem/union.MaybeUninit.html#method.assume_init_read [i8_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i8.html#method.abs_diff [i16_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i16.html#method.abs_diff [i32_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i32.html#method.abs_diff [i64_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i64.html#method.abs_diff [i128_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.i128.html#method.abs_diff [isize_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.isize.html#method.abs_diff [u8_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u8.html#method.abs_diff [u16_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u16.html#method.abs_diff [u32_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u32.html#method.abs_diff [u64_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u64.html#method.abs_diff [u128_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.u128.html#method.abs_diff [usize_abs_diff]: https://doc.rust-lang.org/stable/std/primitive.usize.html#method.abs_diff [display_error_kind]: https://doc.rust-lang.org/stable/std/io/enum.ErrorKind.html#impl-Display [from_u8_exit_code]: https://doc.rust-lang.org/stable/std/process/struct.ExitCode.html#impl-From%3Cu8%3E [not_never]: https://doc.rust-lang.org/stable/std/primitive.never.html#impl-Not [wrapping_assign_ops]: https://doc.rust-lang.org/stable/std/num/struct.Wrapping.html#trait-implementations [is_aarch64_feature_detected]: https://doc.rust-lang.org/stable/std/arch/macro.is_aarch64_feature_detected.html --- lang/rust/Makefile | 66 ++--- lang/rust/distinfo | 240 +++++++++--------- lang/rust/do-cross.mk | 26 +- lang/rust/options.mk | 4 +- ...ler_rustc__codegen__ssa_src_back_linker.rs | 4 +- .../patch-compiler_rustc__llvm_build.rs | 4 +- ...tch-compiler_rustc__target_src_spec_mod.rs | 4 +- .../patch-library_std_src_sys_unix_thread.rs | 4 +- .../patches/patch-library_unwind_build.rs | 4 +- .../patches/patch-src_bootstrap_bootstrap.py | 10 +- .../patches/patch-src_bootstrap_builder.rs | 6 +- .../patches/patch-src_bootstrap_compile.rs | 4 +- lang/rust/patches/patch-src_bootstrap_lib.rs | 4 +- ...patch-src_llvm-project_llvm_CMakeLists.txt | 4 +- ...m-project_llvm_cmake_modules_AddLLVM.cmake | 4 +- ...project_llvm_utils_FileCheck_FileCheck.cpp | 4 +- ...src_tools_cargo_src_cargo_core_profiles.rs | 4 +- ...endor_backtrace_src_symbolize_gimli_elf.rs | 6 +- lang/rust/patches/patch-vendor_cc_src_lib.rs | 4 +- ...112_src_unix_bsd_netbsdlike_netbsd_mod.rs} | 8 +- ....116_src_unix_bsd_netbsdlike_netbsd_mod.rs | 29 +++ ...libc_src_unix_bsd_netbsdlike_netbsd_mod.rs | 29 +++ ...patch-vendor_libc_src_unix_solarish_mod.rs | 4 +- ...t_src_spec_aarch64__be__unknown__netbsd.rs | 27 -- ...dor_rustc-ap-rustc__target_src_spec_mod.rs | 14 - ...patch-vendor_target-lexicon_src_targets.rs | 4 +- lang/rust/platform.mk | 16 +- 27 files changed, 273 insertions(+), 264 deletions(-) rename lang/rust/patches/{patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs => patch-vendor_libc-0.2.112_src_unix_bsd_netbsdlike_netbsd_mod.rs} (70%) create mode 100644 lang/rust/patches/patch-vendor_libc-0.2.116_src_unix_bsd_netbsdlike_netbsd_mod.rs create mode 100644 lang/rust/patches/patch-vendor_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs delete mode 100644 lang/rust/patches/patch-vendor_rustc-ap-rustc__target_src_spec_aarch64__be__unknown__netbsd.rs delete mode 100644 lang/rust/patches/patch-vendor_rustc-ap-rustc__target_src_spec_mod.rs diff --git a/lang/rust/Makefile b/lang/rust/Makefile index d4742772512e4..a43f1b6496c05 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.257 2022/05/24 09:37:43 nia Exp $ +# $NetBSD: Makefile,v 1.258 2022/05/25 21:31:26 he Exp $ -DISTNAME= rustc-1.59.0-src +DISTNAME= rustc-1.60.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ -PKGREVISION= 2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.rust-lang.org/ @@ -21,6 +20,9 @@ USE_LANGUAGES= c c++11 USE_LIBTOOL= yes USE_TOOLS+= bash grep gmake perl:build pkg-config +# The NetBSD bootstraps are built for NetBSD 8 (because rust doesn't +# build on 7). Mark earlier versions as broken. +BROKEN_ON_PLATFORM+= NetBSD-[1-7].*-* # Bootstrap is built for NetBSD 9.x on these platforms: BROKEN_ON_PLATFORM+= NetBSD-8.*-*arm* BROKEN_ON_PLATFORM+= NetBSD-8.*-aarch64 @@ -67,7 +69,6 @@ MAKE_ENV+= CARGO_BUILD_JOBS=${_MAKE_JOBS_N} MAKE_ENV.Darwin+= MACOSX_DEPLOYMENT_TARGET="10.7" CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS -MAKE_ENV.SunOS+= AR=gar UNLIMIT_RESOURCES+= cputime datasize virtualsize @@ -79,10 +80,6 @@ CHECK_SSP_SUPPORTED= no .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 080000 -BROKEN+= "Bootstrap unavailable for old NetBSD version" -.endif - # Allow overriding MAKE_JOBS_SAFE # some may chose to mostly build faster, # and deal with any failures due to deadlocks @@ -173,7 +170,7 @@ BUILDLINK_TRANSFORM.NetBSD+= rm:-Wl,--enable-new-dtags DISTFILES:= ${DEFAULT_DISTFILES} .if !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= aarch64-apple-darwin RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -181,7 +178,7 @@ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MDarwin-*-x86_64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= x86_64-apple-darwin RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -189,7 +186,7 @@ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MLinux-*-aarch64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= aarch64-unknown-linux-gnu RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -197,7 +194,7 @@ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MLinux-*-earmv6hf) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= arm-unknown-linux-gnueabihf RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -205,7 +202,7 @@ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MLinux-*-earmv7hf) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= armv7-unknown-linux-gnueabihf RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -213,7 +210,7 @@ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MLinux-*-i386) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= i686-unknown-linux-gnu RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -221,7 +218,7 @@ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MLinux-*-x86_64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= x86_64-unknown-linux-gnu RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -248,7 +245,7 @@ CONFIGURE_ARGS+= --target=${RUST_ARCH} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MFreeBSD-*-x86_64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= x86_64-unknown-freebsd RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -256,7 +253,7 @@ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH= i586-unknown-netbsd RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -274,7 +271,7 @@ pre-build-fix: ${TOOLS_PLATFORM.paxctl} +am ${WRKDIR}/rust-bootstrap/bin/rustc .endif .if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH= x86_64-unknown-netbsd RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -282,7 +279,7 @@ DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH= powerpc-unknown-netbsd # Cross-built against NetBSD 9.0 @@ -295,7 +292,7 @@ SITES.${RUST_STD_STAGE0}= ${MASTER_SITE_LOCAL:=rust/} . endif # Cross-built against NetBSD 8.0 -. if ${OPSYS_VERSION} < 090000 || make(distinfo) || make(makesum) || make(mdi) +. if !empty(OS_VERSION:M8.*) || make(distinfo) || make(makesum) || make(mdi) RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} @@ -306,7 +303,7 @@ SITES.${RUST_STD_STAGE0}= ${MASTER_SITE_LOCAL:=rust/} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH= aarch64-unknown-netbsd RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -316,7 +313,7 @@ SITES.${RUST_STD_STAGE0}= ${MASTER_SITE_LOCAL:=rust/} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64eb) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH= aarch64_be-unknown-netbsd RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -326,7 +323,7 @@ SITES.${RUST_STD_STAGE0}= ${MASTER_SITE_LOCAL:=rust/} pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH= sparc64-unknown-netbsd RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz @@ -337,7 +334,7 @@ pre-build-fix: .endif .if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv7hf) || make(distinfo) || make (makesum) || make(mdi) RUST_ARCH= armv7-unknown-netbsd-eabihf -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz RUST_STD_STAGE0:= rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz DISTFILES:= ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0} @@ -376,17 +373,14 @@ SUBST_VARS.rpath= PREFIX # than one substitution entry per file, but are kept separate below to ease # updating and verification. # -#CKSUM_CRATES+= vendor/cc -#CKSUMS+= 6dde684bdcc1bb03a808784ce8ccc0721f53bfdf87b84c607045aada916730ba -#CKSUMS+= 1244e301c58e7f693f14ad23b02713cdd38259928a6ca905336891e869e6743e -CKSUM_CRATES+= vendor/libc-0.2.108 -CKSUMS+= ddbdc8526a0267ffeb0ab9bb5f01ebb38a14cf759c025b5c0b0ff1178fec889b -CKSUMS+= b8330ddc0af8fa8d57f715eebabf0b0e4bcbef85894eee4a0f7aa0f748c29106 +#CKSUM_CRATES+= vendor/cc-1.0.69 +#CKSUMS+= dd09a6ad92c998b3cc15d81b3b56a70544886fe0c22d659406aa25d734fe2fd1 +#CKSUMS+= 6dde684bdcc1bb03a808784ce8ccc0721f53bfdf87b84c607045aada916730ba -CKSUM_CRATES+= vendor/rustc-ap-rustc_target -CKSUMS+= 673ac3b6875d487ace59b01725d83d2fab4af60615d1f8edd95bf21295947433 -CKSUMS+= 5a8bae7d5b6feb07a75226ad061455298f05627086a3b444cb2a1a6272899d88 +CKSUM_CRATES+= vendor/libc-0.2.116 +CKSUMS+= 5f927d3d26165689b3ae7a7535ea5504068a406ef76705572c610995dbea1f0e +CKSUMS+= a8da54099bdddb92bd0150fd23b90a7d94216927297b7b24bee219e7e1f754e1 CKSUM_CRATES+= vendor/lzma-sys CKSUMS+= 6fd5e9245db34c6f557b8bfcaf03db82fc88c3b06dbfbb5f03b2bcd138983ef9 @@ -396,10 +390,6 @@ CKSUM_CRATES+= vendor/stacker CKSUMS+= cee329550bad2ed1182abb71db9c24558a91b12e1eab8d9a48e23b997bb8f04e CKSUMS+= 79915b243d02df1dc698f5c2de3a9356c6c296d2dedb06d9035dbcc2f8972cf4 -#CKSUM_CRATES+= vendor/libc -#CKSUMS+= 080e0cf03b50874ba9d5082b314eabb0d253532dc4b13d8af095a0c78e0fba84 -#CKSUMS+= 1cca4f6c13bdda567d47ec4c83a1ea90d99dbe95b7de9478705b68630a13a8c7 - CKSUM_CRATES+= vendor/openssl-src CKSUMS+= 65a4daf6f0d6ad80a83d63614288c3a9df9adcebe5f3d7ff2ad34dd3d2c75196 CKSUMS+= 7ff3cb1d807d93defda37c2ec01e01223295bcc3d20d218436c07e89cae80fe2 @@ -596,7 +586,7 @@ stage0-bootstrap: install # rust i386 bootstraps are built for 8.0 and still depend on libstdc++.so.8. # Pull in compat80 on 9.x and newer. -.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) && ${OPSYS_VERSION} >= 090000 +.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) && empty(OS_VERSION:M8.*) BUILD_DEPENDS+= compat80>=0:../../emulators/compat80 .endif diff --git a/lang/rust/distinfo b/lang/rust/distinfo index 060c4450dd1e9..38e8d2a6a625a 100644 --- a/lang/rust/distinfo +++ b/lang/rust/distinfo @@ -1,140 +1,140 @@ -$NetBSD: distinfo,v 1.145 2022/05/23 15:13:00 jperkin Exp $ +$NetBSD: distinfo,v 1.146 2022/05/25 21:31:26 he Exp $ -BLAKE2s (rust-1.58.1-aarch64-apple-darwin.tar.gz) = 7b463dcd407f7281ad6f9418c26f4360685a6d49549165a7b76b41c1a4f39864 -SHA512 (rust-1.58.1-aarch64-apple-darwin.tar.gz) = 66e58a3efe201c1c954bf7f382c8a6a6a52399451ff6e3abd6ad797de32cbc8f01bb92f8512b93bacc2091554afd7de08f7900cfd68bd2e5cf99b68362e26de5 -Size (rust-1.58.1-aarch64-apple-darwin.tar.gz) = 288182624 bytes -BLAKE2s (rust-1.58.1-aarch64-unknown-linux-gnu.tar.gz) = f74b7203274407945cef21aef5016f20c9f8971a5dc13c76ff112a6f5899fdda -SHA512 (rust-1.58.1-aarch64-unknown-linux-gnu.tar.gz) = 031dfd5a089b6106cb7c4e6380184fd25cdff6ab66f55179addb21cbf10d20e1753a5ee9ae53be87a4c2cf73761705b037fba08e4bdb059a499111da8daa778a -Size (rust-1.58.1-aarch64-unknown-linux-gnu.tar.gz) = 387893428 bytes -BLAKE2s (rust-1.58.1-aarch64-unknown-netbsd.tar.gz) = c064fcb92927faa267a4645c99b1c4f32644f5f55bf4c093d7937832bcad1f01 -SHA512 (rust-1.58.1-aarch64-unknown-netbsd.tar.gz) = f448e56b5d07ff244d0de5899246b716f34866d43045fb56c3d7a73df6ebb103f65c25a09708a74cbb78d84f16d256af820f9bf126a45304608ff6e8579c1b68 -Size (rust-1.58.1-aarch64-unknown-netbsd.tar.gz) = 257274012 bytes -BLAKE2s (rust-1.58.1-aarch64_be-unknown-netbsd.tar.gz) = d6e820922e2592c8b475b0e58d31bf085e1761be92192e7d32355a078c51144d -SHA512 (rust-1.58.1-aarch64_be-unknown-netbsd.tar.gz) = c9f83f814c8cceaea9645dd082d742cdf972738a79d0d7323f60b56c1773a1d1c575e1a4266befdf05f95471e2514c2e4a4ad6d4e5ce9fe88203fc0551ff5bdf -Size (rust-1.58.1-aarch64_be-unknown-netbsd.tar.gz) = 261603321 bytes -BLAKE2s (rust-1.58.1-arm-unknown-linux-gnueabihf.tar.gz) = 7998c26ca07174595f7eede87ee4beccc1e8dc71f9a1570d53ec737c8a7cfddc -SHA512 (rust-1.58.1-arm-unknown-linux-gnueabihf.tar.gz) = 7ab7b18b2ff5dc5c0f4bff439ab51b82a0c33f472daa6cd7bfe68c37f2914eabbd0e4c60eb2992edb04f41a19272f288c2e969c1afed2a6227831d6a8ec5788a -Size (rust-1.58.1-arm-unknown-linux-gnueabihf.tar.gz) = 322826746 bytes -BLAKE2s (rust-1.58.1-armv7-unknown-linux-gnueabihf.tar.gz) = 043c514019c2d5feede639b4bc1734718cf601db42468e196f5075bb62bc62bf -SHA512 (rust-1.58.1-armv7-unknown-linux-gnueabihf.tar.gz) = 7c80d40d6262aa20b4e57bcff4572e4c04f6d1afe5fc1ade54d318c052dba76f40130a0d17d933eb87d2005a4f683fc8d8b75a61e78a99d8407e929eb6bebc76 -Size (rust-1.58.1-armv7-unknown-linux-gnueabihf.tar.gz) = 314545243 bytes -BLAKE2s (rust-1.58.1-armv7-unknown-netbsd-eabihf.tar.gz) = 1f058ff663176c39968016286068d8c19e6035d23092de957351870a88d9d6fb -SHA512 (rust-1.58.1-armv7-unknown-netbsd-eabihf.tar.gz) = fd39710313f571b71e7bb61d26ff14523bd2f73fa692d2820fc343903efaf062575c29d5ac0c8ca902cc236992a40708bca7406aaf3ff1b2e25cb1a8ca94cdd8 -Size (rust-1.58.1-armv7-unknown-netbsd-eabihf.tar.gz) = 221987249 bytes -BLAKE2s (rust-1.58.1-i586-unknown-netbsd.tar.gz) = 8e3840d8ab28669ba5a20896a970dedf32d14d9796637bf0ecb48066c3da1e6c -SHA512 (rust-1.58.1-i586-unknown-netbsd.tar.gz) = 9a2315bd9bba4a1b237145b35cbe989d190ccef541bf95d5f529e6e912ae5dba4dc4615e414d1c0b891e2480863f4931dc528fe60048ba5adf3193a3247d7c09 -Size (rust-1.58.1-i586-unknown-netbsd.tar.gz) = 265412577 bytes -BLAKE2s (rust-1.58.1-i686-unknown-linux-gnu.tar.gz) = 37a1f82b11b2062093fd51b94ce940fbe11f4383f03bc0e578d5285b2e81b27a -SHA512 (rust-1.58.1-i686-unknown-linux-gnu.tar.gz) = 739b24de687bc5194ea2a684d86cb19809c7c4f97c79e32eb3f6784fe81cb550ccbde00c5ed946f17338eb1efa6c2af93efd61cd3a115d0e72f52cfdda68ab64 -Size (rust-1.58.1-i686-unknown-linux-gnu.tar.gz) = 366141813 bytes -BLAKE2s (rust-1.58.1-powerpc-unknown-netbsd.tar.gz) = eb189b704ce377af81f658b0e928ff61d497284f913d0013e422c28d274f48a6 -SHA512 (rust-1.58.1-powerpc-unknown-netbsd.tar.gz) = 71a11505215ccf0390b5c760f420e39b029931c629eb30c5f5a3210f1b833988052cad9e6f3781238fe74206919e10ac594a4c791c8613a98ca7a5852c3c7d87 -Size (rust-1.58.1-powerpc-unknown-netbsd.tar.gz) = 293120509 bytes -BLAKE2s (rust-1.58.1-powerpc-unknown-netbsd90.tar.gz) = 03e34054741e891050865300e59875a20e8c73630a5ee83e779b5d397ef31cc7 -SHA512 (rust-1.58.1-powerpc-unknown-netbsd90.tar.gz) = c9977d7042bf93cf7afc7051d9f08028dfd29f74c5227f35c59183914ea8fb0a8ed54c67b350a0aaed379993671ed91d732d95e1f62eeb3a2b48d2c2f81be981 -Size (rust-1.58.1-powerpc-unknown-netbsd90.tar.gz) = 299431551 bytes -BLAKE2s (rust-1.58.1-sparc64-unknown-netbsd.tar.gz) = 2db8078f2671b4e27f19aeac339e750453dd938da138bc9c56632aeffb4e6fbf -SHA512 (rust-1.58.1-sparc64-unknown-netbsd.tar.gz) = 1a2a78adccfc6b898d62eacbcb199a9af3e4a02a9c354043ab1e79c94356a0b34ec7f1dc856db6db008e5b3a3b426582b7201785294cb4a299c7adc8d2088acf -Size (rust-1.58.1-sparc64-unknown-netbsd.tar.gz) = 266251063 bytes -BLAKE2s (rust-1.58.1-x86_64-apple-darwin.tar.gz) = 2e591f00ae0796015268ea5fd4dce7d48ada6154b62af8ccd310be87b8936679 -SHA512 (rust-1.58.1-x86_64-apple-darwin.tar.gz) = 59592e5787ff28c0a04aef6b073e183f652327eda96593d8c8098e6c6efb9e72549f6d073258139479608262677fb93b3280b9b1dee7f1243aef8eb5e880a2b5 -Size (rust-1.58.1-x86_64-apple-darwin.tar.gz) = 297755227 bytes -BLAKE2s (rust-1.58.1-x86_64-unknown-freebsd.tar.gz) = 5d891f0778fa1f9dd3b99b4e8b9ed57c69adea7b3750b77a1ccaad0f589ca85d -SHA512 (rust-1.58.1-x86_64-unknown-freebsd.tar.gz) = eb5bd1fe62bdb38951f91efe40823ba69e4499969ccb0ad27b9daba0d8ee578199635ca2e5aa291729abf0fc302dc6f896959c5768a6426bb971368e095d84e0 -Size (rust-1.58.1-x86_64-unknown-freebsd.tar.gz) = 286363073 bytes BLAKE2s (rust-1.58.1-x86_64-unknown-illumos.tar.gz) = 867ef1783de52f6d6c59905d0fea90ac9db8ed623ed58956acba6af090521508 SHA512 (rust-1.58.1-x86_64-unknown-illumos.tar.gz) = 9649f840e8052f3d77c40938d9e651035f181f7ed71b2d4375dd911a270cb9e3d1d86f8ca62629e230e02612d6972729b5f3becca16af9eb3c53c4538a4a2f3b Size (rust-1.58.1-x86_64-unknown-illumos.tar.gz) = 196899563 bytes -BLAKE2s (rust-1.58.1-x86_64-unknown-linux-gnu.tar.gz) = b68f737b2cb57d3174a42b040cbe22fe5373533221c38516dc681e1266a09324 -SHA512 (rust-1.58.1-x86_64-unknown-linux-gnu.tar.gz) = 9f8c1fbe4124b7781de1fad63220ef2d34893d574a6e5b7660505184806383026396f5234c59e4b692f4035be2bbf6016fea21ebbcf57a600095c3289fa9edf5 -Size (rust-1.58.1-x86_64-unknown-linux-gnu.tar.gz) = 255371906 bytes -BLAKE2s (rust-1.58.1-x86_64-unknown-netbsd.tar.gz) = 0b6da92181b66b78ccc1902ff74af7f4791eb4b1d46e8abb8ebdcacb01dc0f9a -SHA512 (rust-1.58.1-x86_64-unknown-netbsd.tar.gz) = b483916fd28b004f5ada839328019d1a641c9c759fa27e878875f4d73e7336b450230420a0b1ba78d62a8c90e514c42dea38cececf36e0e0242af8338a44dd81 -Size (rust-1.58.1-x86_64-unknown-netbsd.tar.gz) = 268478476 bytes -BLAKE2s (rust-std-1.58.1-aarch64-apple-darwin.tar.gz) = ba6de71c0e6991fd3eaa83bd17b17e2679cd243c3f6aaaf17789a50e9b911bc0 -SHA512 (rust-std-1.58.1-aarch64-apple-darwin.tar.gz) = 19a757943081d86267b059c731978587cd85d4f44c5b860e4b2afa7ee62f24e99b890e401852dbee48b5d9173260730b00c4ae79f04de15a954f7d872eab4aec -Size (rust-std-1.58.1-aarch64-apple-darwin.tar.gz) = 37236715 bytes -BLAKE2s (rust-std-1.58.1-aarch64-unknown-linux-gnu.tar.gz) = db26e000cb2e5f138db2f6b4697790ea40d9ec9c26f68f47ae6d39cc6ad8893a -SHA512 (rust-std-1.58.1-aarch64-unknown-linux-gnu.tar.gz) = d0f62c0b99134b03f16e2f070cf8736fccb75c7a1b89786fb207bc46d64a34f31ef6c228a09ed474bd32308875207c8ab784c1b76b2e1ea60fc340964bb5c6f7 -Size (rust-std-1.58.1-aarch64-unknown-linux-gnu.tar.gz) = 52409776 bytes -BLAKE2s (rust-std-1.58.1-aarch64-unknown-netbsd.tar.gz) = 55bb5d9f91ac68d8ae6a09896b4b03bc1c6e1f374c562ab4cf442cb7d8d0fbec -SHA512 (rust-std-1.58.1-aarch64-unknown-netbsd.tar.gz) = da86d885940fdb697bd82d2af862cea9e35971cc16ec602577db12cd982e4f0ba12767b6266ba69706c6489d3de5fff0fbca7cf6880e4bdec386c6fbc17b4b14 -Size (rust-std-1.58.1-aarch64-unknown-netbsd.tar.gz) = 32380384 bytes -BLAKE2s (rust-std-1.58.1-aarch64_be-unknown-netbsd.tar.gz) = 07dcc2238a48bb1964e1e46f5c783fece66f58641e88e0c3b4df473902e13581 -SHA512 (rust-std-1.58.1-aarch64_be-unknown-netbsd.tar.gz) = 3e0e50ec1d31bf736509ee7d7edac73adc06d8ccdc6ebb2b258121b7abd684deb2bff4006ca2bb3e3a03c8c668ac6c1bb45e1c07e6ebd793ec482781d2ac209e -Size (rust-std-1.58.1-aarch64_be-unknown-netbsd.tar.gz) = 32378720 bytes -BLAKE2s (rust-std-1.58.1-arm-unknown-linux-gnueabihf.tar.gz) = f5ddf8dc3773098499fafb067659454a1e36458dff14a9f6cf1a79f42865f885 -SHA512 (rust-std-1.58.1-arm-unknown-linux-gnueabihf.tar.gz) = dae85be7d1aa0a4a94237cb33ce87f5093df8af8916705e11e971dc541931a38a6629cb366c879a901a4e3646ca5171e19fef8db64d9a78f9db57f05ef4dd6b7 -Size (rust-std-1.58.1-arm-unknown-linux-gnueabihf.tar.gz) = 33665401 bytes -BLAKE2s (rust-std-1.58.1-armv7-unknown-linux-gnueabihf.tar.gz) = d172ac5858164bf1e70478c3aa984dc3deb3d3dbdf74f2af41e94a49d42aca74 -SHA512 (rust-std-1.58.1-armv7-unknown-linux-gnueabihf.tar.gz) = eb7edf79a57107ea65041f88127e03e4c7571df7f029274acef58fa634aab86c5d4574dc4a63528d18259478a5b2b7eb3fec5a61fa68391b37fa25f012a5ec79 -Size (rust-std-1.58.1-armv7-unknown-linux-gnueabihf.tar.gz) = 35310557 bytes -BLAKE2s (rust-std-1.58.1-armv7-unknown-netbsd-eabihf.tar.gz) = 44bfae7f68e08277a8dcb31ae3fa31ca3c5db25ad91400c51576a03453c6390c -SHA512 (rust-std-1.58.1-armv7-unknown-netbsd-eabihf.tar.gz) = b1b6f770e5a4ca1a0e2f8731e52054413702b1a2ef595466df2ce4dc2f89ffe17519173e048d81a4bb9010d9c6be73e852117f38b238f5e891df688340da61f8 -Size (rust-std-1.58.1-armv7-unknown-netbsd-eabihf.tar.gz) = 31115196 bytes -BLAKE2s (rust-std-1.58.1-i586-unknown-netbsd.tar.gz) = 9107a1bdeab52116ac64bec135a041eaca46eb43529c9dc845134abd3b3dd53c -SHA512 (rust-std-1.58.1-i586-unknown-netbsd.tar.gz) = f56166b3e668cf44a59b9f8829827aa84423af35bca10f8ce1d4ac92f8f0bd3c3eed58670bc74eaaa864cb920458f560ed97dd2d807e7071bd173fcb9178c31c -Size (rust-std-1.58.1-i586-unknown-netbsd.tar.gz) = 33217106 bytes -BLAKE2s (rust-std-1.58.1-i686-unknown-linux-gnu.tar.gz) = 509df70cb4d1c1208bc0b53e73d35f72b8580228e3a43b8475e24a1f4a30effe -SHA512 (rust-std-1.58.1-i686-unknown-linux-gnu.tar.gz) = 95f4e5094ec1680115bb62176ba36893f284564869af30f27c10b3979db0cca06bf4fb1f2cecf2f516b6761cb5dcd65b6f01cde9a9d5b5ce4f0989c96a4dfca7 -Size (rust-std-1.58.1-i686-unknown-linux-gnu.tar.gz) = 37251168 bytes -BLAKE2s (rust-std-1.58.1-powerpc-unknown-netbsd.tar.gz) = 592cbea6c41b2bfcf9a9cea2909151cc4c95525941ef2e42deb5b214eccda3cc -SHA512 (rust-std-1.58.1-powerpc-unknown-netbsd.tar.gz) = e96ad374eb47aecdd041a26b8f1f0dbe9ac1fecaeac5fce441660527aee129cacbc944e1cafa62aa6d47db74ec856a8d744ed9e007bf37365ab06c84de77d744 -Size (rust-std-1.58.1-powerpc-unknown-netbsd.tar.gz) = 29336514 bytes -BLAKE2s (rust-std-1.58.1-powerpc-unknown-netbsd90.tar.gz) = 2ddb9bcee0efc712a53f80c5f78d4bbb645454dc9c956fa68df7241ac16d0192 -SHA512 (rust-std-1.58.1-powerpc-unknown-netbsd90.tar.gz) = 9b7adbaaa7f9a8ce31fb8e3a1d1c8a587ed0d3d8c3a2c77caa146f6af063fa8ef629f7c7a4a80a8582c6398d91fbad8f618c72380d6a742beff5dddde570b355 -Size (rust-std-1.58.1-powerpc-unknown-netbsd90.tar.gz) = 29330068 bytes -BLAKE2s (rust-std-1.58.1-sparc64-unknown-netbsd.tar.gz) = 00a1d408861774de3187b68ac0a82c18572270134ef597e876d657c2c2096331 -SHA512 (rust-std-1.58.1-sparc64-unknown-netbsd.tar.gz) = 1df50868577dfca635d844a72ba8dc0f967cd2b3b33069c6777a2b673dd1b968a5e4cf42068d435928761ffafedc4a83c31ca302926a8741ea9ac156a00ca6c6 -Size (rust-std-1.58.1-sparc64-unknown-netbsd.tar.gz) = 29460105 bytes -BLAKE2s (rust-std-1.58.1-x86_64-apple-darwin.tar.gz) = b5ae6df2b125dab7905078eb517b3cafa84aca4e5294e9f08b894acde521ee63 -SHA512 (rust-std-1.58.1-x86_64-apple-darwin.tar.gz) = ac570f2b836ae5fdb7e0e9b11d925382dedd148126063c52b09c45dbe5652826638a9276a5c7d6fd9296d863ea8f4df0b6d37a5ddd2453b77add8755301fac27 -Size (rust-std-1.58.1-x86_64-apple-darwin.tar.gz) = 38085459 bytes -BLAKE2s (rust-std-1.58.1-x86_64-unknown-freebsd.tar.gz) = 6e1f65ef33cf78d2bb6ae2d58bafff949ec970120dce3f47a489985aecb8420e -SHA512 (rust-std-1.58.1-x86_64-unknown-freebsd.tar.gz) = bad9eb2bfccc6b9fe3ee816a05cdf7641ac34e5c03cc8678357d879c119d8ced78465fc809f8658cbab447762ab3bde3a302b4a3b25a3aa29dad438de3353730 -Size (rust-std-1.58.1-x86_64-unknown-freebsd.tar.gz) = 39804275 bytes -BLAKE2s (rust-std-1.58.1-x86_64-unknown-linux-gnu.tar.gz) = 80f6747c52c607bce5dc68dcb727b01f960a40bd26bc0b490fd96dccae34e74b -SHA512 (rust-std-1.58.1-x86_64-unknown-linux-gnu.tar.gz) = 62a69aecb5423440240c96f1d1dadbd9150ec336d2865db29d850af6e2c8ccfd2e05a42144ba59602f9d5843ab51d4c6c533931c0b6b872667c8cdce307c254b -Size (rust-std-1.58.1-x86_64-unknown-linux-gnu.tar.gz) = 41281398 bytes -BLAKE2s (rust-std-1.58.1-x86_64-unknown-netbsd.tar.gz) = 36c6f44794b84380f58e6b4ba93c848cac967eb80d9172e566866c5a93b40ae6 -SHA512 (rust-std-1.58.1-x86_64-unknown-netbsd.tar.gz) = ca533183f4bf8996adcc6390184f717e93450b99860abc89c4825a4eb202e5abe7ae20dc3c05efdabe85d31a258d4f5742c11c6560a426aef4aef2afaa642573 -Size (rust-std-1.58.1-x86_64-unknown-netbsd.tar.gz) = 37143711 bytes -BLAKE2s (rustc-1.59.0-src.tar.gz) = f9d35a32c9219a816aa11575d45ea3ead87c5c8d10fe4677119fb8114094dd6b -SHA512 (rustc-1.59.0-src.tar.gz) = 77e02226785e964750c89b8f27d6ee0546990919b8066889043145093b733e80edecb1fd81ae068e03943ded4692f28b2866cdaa8240a23f68968c235b0d1f8e -Size (rustc-1.59.0-src.tar.gz) = 190229590 bytes -SHA1 (patch-compiler_rustc__codegen__ssa_src_back_linker.rs) = a9a891b9c507958354fb819587d6d4b31ff83ce6 -SHA1 (patch-compiler_rustc__llvm_build.rs) = 73f8225f6dea809da9381d78a8099d13c7c151c0 +BLAKE2s (rust-1.59.0-aarch64-apple-darwin.tar.gz) = 3b9fbd710b04c088470b04e8817217fb7f9549e42159ac9b0a210e746e53b20e +SHA512 (rust-1.59.0-aarch64-apple-darwin.tar.gz) = b60feca7e1ca4ae9eb7550b82de475b47da8f14aa293c1e3e9c4321eed70f9a899003d567c870a81e5f5fdb88a74d1ff654a77fd6577a992170353037c05f963 +Size (rust-1.59.0-aarch64-apple-darwin.tar.gz) = 275637417 bytes +BLAKE2s (rust-1.59.0-aarch64-unknown-linux-gnu.tar.gz) = b67afe86baacfd99d7bd1b3dc763f46ca22cc64cb1247a74089f88e16237199e +SHA512 (rust-1.59.0-aarch64-unknown-linux-gnu.tar.gz) = 186d0d3b5c33c49735f8a50e5ffeb783821ca26bf646622e5d724ebbe698c39129000a568bc9dcc5cf521a9e72113bd853728bb76d31e442df92f5442f51cb2b +Size (rust-1.59.0-aarch64-unknown-linux-gnu.tar.gz) = 370532745 bytes +BLAKE2s (rust-1.59.0-aarch64-unknown-netbsd.tar.gz) = 7ed024fb3b122475dc984e99b16a8a3e04c5c93bf6e489c2111dde0036577704 +SHA512 (rust-1.59.0-aarch64-unknown-netbsd.tar.gz) = f6ace1fe718953b9da3e2174201bb62819823904552cdd3ec264fa798d2aabde1f6663598e6c6377a074912b7de6eada86450967dc9a3d41173e4043009563d0 +Size (rust-1.59.0-aarch64-unknown-netbsd.tar.gz) = 237460036 bytes +BLAKE2s (rust-1.59.0-aarch64_be-unknown-netbsd.tar.gz) = 8f5e3660a56f349cbd6986bb68b462841fba98b771b273939b2343d9ac8da423 +SHA512 (rust-1.59.0-aarch64_be-unknown-netbsd.tar.gz) = 638fd5ba7efa811f32778b445c953b203029414abf11e9a9c9be14ac367d435c1147a7fefde7373ed95082532ca91917ee2d1706f39e0776e331e999bdae2087 +Size (rust-1.59.0-aarch64_be-unknown-netbsd.tar.gz) = 241627592 bytes +BLAKE2s (rust-1.59.0-arm-unknown-linux-gnueabihf.tar.gz) = fe8e19b4797e6c2f8b152ce66ec6bedb9256697c06df11f86df1b48b0f3baffa +SHA512 (rust-1.59.0-arm-unknown-linux-gnueabihf.tar.gz) = 1b8420cd74ecea78e82faf03a9c1c3283728c5c9a3b10446e00fbcd3d9591af27af43a3e44be100d7a6ecc547fa8c7d3c44d345939625a71f79b2d272bb5b94c +Size (rust-1.59.0-arm-unknown-linux-gnueabihf.tar.gz) = 303555009 bytes +BLAKE2s (rust-1.59.0-armv7-unknown-linux-gnueabihf.tar.gz) = f66b427e703fcd3fe461e628ceab8cfce408c8665869dd599ca1b95915f9656f +SHA512 (rust-1.59.0-armv7-unknown-linux-gnueabihf.tar.gz) = 9b4106671d1167ec961aa5d12fd7bdab6ad0c1a9e38ef9b0c0fa74e856c0f5478230b0376f7a191fa7ab173bc9744a877db128c60eb06e9bfb94ade3e32e1283 +Size (rust-1.59.0-armv7-unknown-linux-gnueabihf.tar.gz) = 295408222 bytes +BLAKE2s (rust-1.59.0-armv7-unknown-netbsd-eabihf.tar.gz) = c5553e9bab0b1e4f2613c05a1d7de2fcdf7fc858b62b3a42ebb8839dd8dd7ab7 +SHA512 (rust-1.59.0-armv7-unknown-netbsd-eabihf.tar.gz) = c47b1804a53488015b2daf288142d1f150c57fbd27131472f4c41f23662d46787df0ba84f212ee3e26e2b706b157a001042842724039de4f4e2c6ceccc701e6e +Size (rust-1.59.0-armv7-unknown-netbsd-eabihf.tar.gz) = 209450244 bytes +BLAKE2s (rust-1.59.0-i586-unknown-netbsd.tar.gz) = 72d2f88fa0d9a938b872548faf95eb7bd8b88637c04d78911907155ce992718f +SHA512 (rust-1.59.0-i586-unknown-netbsd.tar.gz) = 3026a19b03b98ce99b94674aab2508780499c823eb51f41e309eda2f9ec921e627b2e8f90abcee5012cc3c702d9bc81b91980578b4d60a05c95b01cf0713993f +Size (rust-1.59.0-i586-unknown-netbsd.tar.gz) = 245354781 bytes +BLAKE2s (rust-1.59.0-i686-unknown-linux-gnu.tar.gz) = e295004dea4da31b8af4da687145018370d8ef17eca66c2268fac50fe2c4d746 +SHA512 (rust-1.59.0-i686-unknown-linux-gnu.tar.gz) = 114f2092b6290ed794b8e5becfebcd532c9324727d8a85e258b8d95ac2de29d368997b2953941ae268dcf3c5a440b1d86f25fb804b0690278935bd32b731f988 +Size (rust-1.59.0-i686-unknown-linux-gnu.tar.gz) = 349107211 bytes +BLAKE2s (rust-1.59.0-powerpc-unknown-netbsd.tar.gz) = a24379ea60448f1fc45254129c68fbb8145b0fb8b4d843a83a8aaee79fb1ef81 +SHA512 (rust-1.59.0-powerpc-unknown-netbsd.tar.gz) = 1473df8264a7ec8b301941b740009676a5dce1205bf8a862ba69c609b430fa765ffdeeb3d7ee190879005470fbaacda9a081bbfeaeae7a7e8bc5f852038290e0 +Size (rust-1.59.0-powerpc-unknown-netbsd.tar.gz) = 272184245 bytes +BLAKE2s (rust-1.59.0-powerpc-unknown-netbsd90.tar.gz) = 56e37971d490a4c50d16c9fa9ed98954d467a7fd6e49562e9b08bb6507f5766c +SHA512 (rust-1.59.0-powerpc-unknown-netbsd90.tar.gz) = 48a88cdbd0227e31737c8689c1a52aeebd227b32cad33808fed8361170d181ccbe413145e076e5b02f37ed2414612f2a314c6e68779423a113c605db6fbacfcf +Size (rust-1.59.0-powerpc-unknown-netbsd90.tar.gz) = 278494737 bytes +BLAKE2s (rust-1.59.0-sparc64-unknown-netbsd.tar.gz) = c9fcdab084ecb10f838f74bdc88d82f15774d9658af9816f259adf6145117a29 +SHA512 (rust-1.59.0-sparc64-unknown-netbsd.tar.gz) = 1d8d4f93dce3acba63437ba4da0082d3baa3c1134531166d8a1102edb0f6cb43ffb4e90def670ac0c848ee226c3e0741a3d018f95aa654c3843178077aff677a +Size (rust-1.59.0-sparc64-unknown-netbsd.tar.gz) = 245891630 bytes +BLAKE2s (rust-1.59.0-x86_64-apple-darwin.tar.gz) = 365ae98bd77239b7a073dd5e8ddbda3e784d14d2f4ccc42f5ec30b00d126265e +SHA512 (rust-1.59.0-x86_64-apple-darwin.tar.gz) = c360bc10f82e116fccab45e44c85ce55a2c6233badc3d0512b36748efcd12df9c0923f57f15e4bd80e163ea297eec05185f3693ee2e8708b67c59cb3014ba83a +Size (rust-1.59.0-x86_64-apple-darwin.tar.gz) = 284198625 bytes +BLAKE2s (rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = f85add6bf0d4150957c6bcbe832fcf4da8f4a948c620d44c6c1d753113fe576d +SHA512 (rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = a170d55e2e80f7e5855caf6f52ed392630cfa076430886c462ea466f5a7a7c81d033a0764b9021de0e86fe105e22e797f67e85be47b87833b6d5133e486ac12d +Size (rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = 269933327 bytes +BLAKE2s (rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = f60b459ad7b6d8286641fb318499a3caa3fea0868da63587c229dedacd019732 +SHA512 (rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 460ed673cd260af28a3542bac95517e3a4e8bb63a029deecf5e5c671cd7784e73c9cabdcb0b7eb75a81a59d19671228d6a56093fd1712de7d9a76aeee43eca8a +Size (rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 258629397 bytes +BLAKE2s (rust-1.59.0-x86_64-unknown-netbsd.tar.gz) = ace2a39acae8a5ea8420296e7d87b8b1dab8c21165c17a332eb4ca705309389a +SHA512 (rust-1.59.0-x86_64-unknown-netbsd.tar.gz) = a8a347ac68b61ea0bd324e3a14d55ff31de20fbb1496924c9cc8efab29f239d72388247b61dfddfe19111d00e5e1d737de197bacdd17998e52113bad7139ed47 +Size (rust-1.59.0-x86_64-unknown-netbsd.tar.gz) = 249024467 bytes +BLAKE2s (rust-std-1.59.0-aarch64-apple-darwin.tar.gz) = f7e8c87703419519e79de519362f914481346c827aec0e41dce5eed29f0f0c0f +SHA512 (rust-std-1.59.0-aarch64-apple-darwin.tar.gz) = 3116b92777f7060af4033dd7fda716c60c2f989e2ca7513bb7508a557bfb274e818bb9bf71c731af804c0e2a0c9cb0d84c7c8f632f0c1d4131854d4dea5e47d3 +Size (rust-std-1.59.0-aarch64-apple-darwin.tar.gz) = 38541530 bytes +BLAKE2s (rust-std-1.59.0-aarch64-unknown-linux-gnu.tar.gz) = 9b6b4f181e441d08352ddacacb5805aa7656c21c90c992c25ae1eb48c4884229 +SHA512 (rust-std-1.59.0-aarch64-unknown-linux-gnu.tar.gz) = b72271e18cbdf3f42ae4cdd56531e0ec7d3b9b7037ae7683c3e91a9ca2766c370d13914da5d05cb7883cc6bd8f5edfed9e67259df7fd36a60feddb5c9fd4ec02 +Size (rust-std-1.59.0-aarch64-unknown-linux-gnu.tar.gz) = 53690069 bytes +BLAKE2s (rust-std-1.59.0-aarch64-unknown-netbsd.tar.gz) = b0184654e7c222f4b9f22e1114d7689387375751b25a12eacca4f54cdf4f7bca +SHA512 (rust-std-1.59.0-aarch64-unknown-netbsd.tar.gz) = d6eb76b5a4edfba58f0cf58a71f362b5077a344aa8d5ae7e659e1802e9384c814fba7bf8d58823cf0d0ee9e85bbd05ca46b297e56e9bad5c9ae745c8c5f93c99 +Size (rust-std-1.59.0-aarch64-unknown-netbsd.tar.gz) = 33598596 bytes +BLAKE2s (rust-std-1.59.0-aarch64_be-unknown-netbsd.tar.gz) = ff36bb5df89a6c1bc464f125903280b9dd8694e34bebef3de950d5c8c21a3e1b +SHA512 (rust-std-1.59.0-aarch64_be-unknown-netbsd.tar.gz) = 862b34f0fe080ae7534db41136661a46db802c7eb6472727ef9515c18600e741ade71b480852d29d864071f9cd092c2bc9fd7d400f0731a67411425a41d9179e +Size (rust-std-1.59.0-aarch64_be-unknown-netbsd.tar.gz) = 33601284 bytes +BLAKE2s (rust-std-1.59.0-arm-unknown-linux-gnueabihf.tar.gz) = 45db31882eee026422803dd1561dc270dd531207ce7d3813d81688e779b0417f +SHA512 (rust-std-1.59.0-arm-unknown-linux-gnueabihf.tar.gz) = bb6e79f4eec6714cc3241de6282f7444f2a8dd027da0702050bafcd94a2d579f8796e2ba2d15587b3a2941c918a17c7544da11d5b08dfcb019254a6e61cf6ab0 +Size (rust-std-1.59.0-arm-unknown-linux-gnueabihf.tar.gz) = 34676100 bytes +BLAKE2s (rust-std-1.59.0-armv7-unknown-linux-gnueabihf.tar.gz) = 5010d5e365cef7754c75071503bf57753d59407b4399f306bcbf8e2a84bb1230 +SHA512 (rust-std-1.59.0-armv7-unknown-linux-gnueabihf.tar.gz) = e542c535af5f7cd5d4ab7957fdadb3d8aa4e8f1531ace61070c52885d0aa41f8c13bca8a4928c9c0c42269ead952bcaca56f94e6dfa9113d870c019413e89bd7 +Size (rust-std-1.59.0-armv7-unknown-linux-gnueabihf.tar.gz) = 36509100 bytes +BLAKE2s (rust-std-1.59.0-armv7-unknown-netbsd-eabihf.tar.gz) = 12744fb922c058f81711ffcaa41f047f90fd4c3684f7e64e1a6093afa3edd627 +SHA512 (rust-std-1.59.0-armv7-unknown-netbsd-eabihf.tar.gz) = 196a173014887e490c44ede94fbd035a6a5514ee569847d3582e21ab81c4eba608d6ca1a0cb81f0b0855808cd60700ba6846209dc0657f8b8fa2273838788d58 +Size (rust-std-1.59.0-armv7-unknown-netbsd-eabihf.tar.gz) = 32109210 bytes +BLAKE2s (rust-std-1.59.0-i586-unknown-netbsd.tar.gz) = 6ba522ac9182c7c5f831f8232796d8c6455ecc3d3d2c465f0feab69b52902715 +SHA512 (rust-std-1.59.0-i586-unknown-netbsd.tar.gz) = cbd63d0bbd86f2a56661cd0a5b7edb845e9533f6f4cbd284c4733f09f5f9a05a36d65eaed0bc1c2cf028ccc6d5ee26bf7895af1bc48f49a39ba2d3c60e0df145 +Size (rust-std-1.59.0-i586-unknown-netbsd.tar.gz) = 34276271 bytes +BLAKE2s (rust-std-1.59.0-i686-unknown-linux-gnu.tar.gz) = 24e04f873312d4f290b7a34fc2d663f8b3b5754d302d1bdbde27409c1fe48080 +SHA512 (rust-std-1.59.0-i686-unknown-linux-gnu.tar.gz) = 768633cc980445bb736c74e3ea90fbf38fd237c20d9481d9127933d6ef02b9e9ec80ce4d60f661a1be3df311b924417e9c90681afc07235838d52a9025e071da +Size (rust-std-1.59.0-i686-unknown-linux-gnu.tar.gz) = 38538390 bytes +BLAKE2s (rust-std-1.59.0-powerpc-unknown-netbsd.tar.gz) = adb7006f3292d281a0569d7dffd962ed1afe0577756d26fd5f6660c27fb95542 +SHA512 (rust-std-1.59.0-powerpc-unknown-netbsd.tar.gz) = dfe64ef939487dbc04e6fba7608eebfed9dce56e9dee14288e4e6c55157246ad1fbaf2aacb704a7e969bb6a3e24fbc4b7ca72e88531616b6f685771f205d6966 +Size (rust-std-1.59.0-powerpc-unknown-netbsd.tar.gz) = 30124266 bytes +BLAKE2s (rust-std-1.59.0-powerpc-unknown-netbsd90.tar.gz) = 4b627fdaac2571e9af8b306d5438413a19d2f67d4b165f8792113cc242c96d56 +SHA512 (rust-std-1.59.0-powerpc-unknown-netbsd90.tar.gz) = 5440644acfba3cb4c2b20890468e6bc968333a8f612882de288728be880de66552041a08e1e4164f7048d1b013278575340b7f0e43063f7173580649253faaf2 +Size (rust-std-1.59.0-powerpc-unknown-netbsd90.tar.gz) = 30119916 bytes +BLAKE2s (rust-std-1.59.0-sparc64-unknown-netbsd.tar.gz) = 96b4a1d2d137fbbff671d63500c293dbbd1e2cdffa33e595db4e4ebc2f5ce140 +SHA512 (rust-std-1.59.0-sparc64-unknown-netbsd.tar.gz) = ae2c8b8fef6fe20d1866ac984f8e3cdceb662cc72b40124aa8084accb2491ccf6069c69c427227d0a7bdc55508d957d6b1db52e4255b0974c2c0782e6c65c6f8 +Size (rust-std-1.59.0-sparc64-unknown-netbsd.tar.gz) = 30269195 bytes +BLAKE2s (rust-std-1.59.0-x86_64-apple-darwin.tar.gz) = 377df8d64efbe53eaac1eb27c73c264d46c626907e8e4a48e4b311ef278fb550 +SHA512 (rust-std-1.59.0-x86_64-apple-darwin.tar.gz) = 2621a4ec985c18da55a74a1d3b17eebd73e579295b7c42f45c62970ce374e9ec552be1aad9e9b92990bd8cf2c4ac1e63e4afd6cd96b54a8eb6f9333de74d1c00 +Size (rust-std-1.59.0-x86_64-apple-darwin.tar.gz) = 39328167 bytes +BLAKE2s (rust-std-1.59.0-x86_64-unknown-freebsd.tar.gz) = 80e11aaee968d2bee4c969e23e87a4b3a1bfb20b42c8b35e1adf0a5f302d2e61 +SHA512 (rust-std-1.59.0-x86_64-unknown-freebsd.tar.gz) = 0cc583677fbf7c24eb3a255fa84dab6a67140bcac3294c366e94a4887fcc52b360e62cfdbf29d478e72962b4e749a5b8a7e995cc51bdea6f96a46fa15949a805 +Size (rust-std-1.59.0-x86_64-unknown-freebsd.tar.gz) = 41067268 bytes +BLAKE2s (rust-std-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 95cbd6edf55c997471c9f0dc63a2f2f19729eed150b77f5faa092e291d0a890c +SHA512 (rust-std-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 2e4319c2798e820e1485cf167030fd3dec95864afe4d40bbf912b77dfec7d136fceb2cdbc68f8c032045562a152163940bf1aab0a99705f852f9bc82a458b944 +Size (rust-std-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 42505644 bytes +BLAKE2s (rust-std-1.59.0-x86_64-unknown-netbsd.tar.gz) = 97a84b68cbd43bc6b836339ef678e2aae5e40433997a0d1228f2261fe637a4d1 +SHA512 (rust-std-1.59.0-x86_64-unknown-netbsd.tar.gz) = 5e11b1067d514376fbe05fefdd915aebff14e42876940b8593231b45a202d3bac3f8575b1047c21464092cc9c4d664af2da299387e3b43125f741a8656205eea +Size (rust-std-1.59.0-x86_64-unknown-netbsd.tar.gz) = 38349557 bytes +BLAKE2s (rustc-1.60.0-src.tar.gz) = 4b8bef4271345a46fb72965a67f5a371ef148f3e9439dea77e9484d34102be67 +SHA512 (rustc-1.60.0-src.tar.gz) = ae626482287949eb73a5467245b8e21b7624713a29d4bbdf1c1e1232e10f5497ba3435427e08df4fd5d2277c456213e5d04529e841d50924a4211fdb8c6acfd0 +Size (rustc-1.60.0-src.tar.gz) = 202376973 bytes +SHA1 (patch-compiler_rustc__codegen__ssa_src_back_linker.rs) = 3c19dae8c19578860d3369253ef6bb35772db821 +SHA1 (patch-compiler_rustc__llvm_build.rs) = cdbed7372d12d1404119867eceaafe43ae8acb6d SHA1 (patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs) = acad7e2b0bbeb85f6453aeee74a0f2ca253d6a9b SHA1 (patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs) = efae710b37c089702802c3d5aa678d1cc5f88cc2 -SHA1 (patch-compiler_rustc__target_src_spec_mod.rs) = 8f1b5ced49fa66a646327a19f9eb0501fa2b01c7 +SHA1 (patch-compiler_rustc__target_src_spec_mod.rs) = ee9668aecdaa509a8fb8c3d799e0ce5077f6a11c SHA1 (patch-compiler_rustc__target_src_spec_netbsd__base.rs) = 18e3cb9f32c4170679459b2c63c856abe0fac6a3 SHA1 (patch-library_backtrace_src_symbolize_gimli.rs) = 94b6bf51fac39d3e28a261855fd747ad1e96b286 SHA1 (patch-library_backtrace_src_symbolize_gimli_elf.rs) = 505192b8fec0cc0a167c27a2121acb3c1acef53c SHA1 (patch-library_std_src_sys_unix_mod.rs) = f8669d680f169137ac2891af2977909619366a97 -SHA1 (patch-library_std_src_sys_unix_thread.rs) = e5f661b3dd00058e874fe60cd89d9e919325e99b -SHA1 (patch-library_unwind_build.rs) = df092d5c07fa0be63a9510f1d6a77e5094ca3b15 -SHA1 (patch-src_bootstrap_bootstrap.py) = 84af2ffa57ae1b68d12c6b9d3ce181a13576992c -SHA1 (patch-src_bootstrap_builder.rs) = bddcd392de816b69f5e1a13c2b6423b95387da39 -SHA1 (patch-src_bootstrap_compile.rs) = c57799aee9c12603f5e6a13cb6b5befc8f96b4b6 -SHA1 (patch-src_bootstrap_lib.rs) = f6918e0939b6fe63ae9b524d4c809375149efb15 -SHA1 (patch-src_llvm-project_llvm_CMakeLists.txt) = 7abfabb6ec70df229a69355f8c76825610165c37 -SHA1 (patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake) = 67de0d9fc105ef7ea7a0d96fa25fc779c2b89024 +SHA1 (patch-library_std_src_sys_unix_thread.rs) = ac9b172915163ac5652d06cfc4ccdd1f8b08e651 +SHA1 (patch-library_unwind_build.rs) = 7ece6de566ead1d9aae490ba91d81ac2d0bc50a8 +SHA1 (patch-src_bootstrap_bootstrap.py) = 4c19629832d9cb2ae1fcb1e995b69b6161185cff +SHA1 (patch-src_bootstrap_builder.rs) = 05616bb7a707e3c5f7e9e7fabb43a141f465a303 +SHA1 (patch-src_bootstrap_compile.rs) = 31c10251b2294d9fdbd02600934b13325c5be0cb +SHA1 (patch-src_bootstrap_lib.rs) = d44981439e4ed1c04286933f7b63aab42ccd4645 +SHA1 (patch-src_llvm-project_llvm_CMakeLists.txt) = fb1b9ea0c81bf96abb5a88fcb523631c42cd8f14 +SHA1 (patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake) = fef9f055d2b918c4480fbf8ee68e259197490a0f SHA1 (patch-src_llvm-project_llvm_include_llvm-c_DataTypes.h) = cb011fc19957883c01725797f7c85ed1b20f96f1 SHA1 (patch-src_llvm-project_llvm_include_llvm_Analysis_ConstantFolding.h) = 26982203916ad601599c7a3e05867e4dad742ae1 -SHA1 (patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp) = 2587c2f4d11ad8f75bf8a16de625135b26bacc15 -SHA1 (patch-src_tools_cargo_src_cargo_core_profiles.rs) = dc9b405b41882bc7c74e08b8188acab3d4aed4ad +SHA1 (patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp) = 99b2fea3b8d59aa97c2cd4bb630eb8c768203dd9 +SHA1 (patch-src_tools_cargo_src_cargo_core_profiles.rs) = d6c16e9f009b51d3bfc7ae712ac9099654308845 SHA1 (patch-src_tools_cargo_tests_testsuite_build.rs) = 60713699c968f3e389f486e796009d31a5048906 SHA1 (patch-src_tools_rls_rls_src_cmd.rs) = 8174664b7bce2e60e690bc20ab688606b60c55dc SHA1 (patch-src_tools_rls_rls_src_server_io.rs) = 5236eda97fa686b5661e4e5832102e2f010def7b SHA1 (patch-src_tools_rust-installer_install-template.sh) = ca769db07986ded26d92957e1055961895def546 SHA1 (patch-vendor_backtrace_src_symbolize_gimli.rs) = c5f4217146483389fe664c8cbe70796ca601ab4d -SHA1 (patch-vendor_backtrace_src_symbolize_gimli_elf.rs) = 6ac2ed2694d3afccc3a3475e6d21b8877cf46a02 -SHA1 (patch-vendor_cc_src_lib.rs) = 2f6b0ad800b31cd33334f194651981491ecf7641 -SHA1 (patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs) = a75d2729b96bd8a68c3ecf2e03f2daace737a229 -SHA1 (patch-vendor_libc_src_unix_solarish_mod.rs) = 8364e19ea09203d32494c37ff3db19fe3d6b9d8a +SHA1 (patch-vendor_backtrace_src_symbolize_gimli_elf.rs) = 16d02570960aaa11571ced4437a7dad52e63aa7d +SHA1 (patch-vendor_cc_src_lib.rs) = 84d81272ad8b120e092e231913c5c18d7a70378d +SHA1 (patch-vendor_libc-0.2.112_src_unix_bsd_netbsdlike_netbsd_mod.rs) = c4d703bc084d8506afd8fed1428f59e578936f77 +SHA1 (patch-vendor_libc-0.2.116_src_unix_bsd_netbsdlike_netbsd_mod.rs) = 90144e0a6a91db61c42308181a25bdf5ff60e670 +SHA1 (patch-vendor_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs) = 351e213fc07b0dc7c35d70d6a0c2ecc6b5b9056e +SHA1 (patch-vendor_libc_src_unix_solarish_mod.rs) = 15c552165d5310d5b218a777a12af44b601a2d57 SHA1 (patch-vendor_lzma-sys_config.h) = b654c7e129fa02697734bc87173f89b3056a5437 SHA1 (patch-vendor_openssl-src_src_lib.rs) = e62697daa7e7fa3d7b89f338c3a26066b93d7b34 -SHA1 (patch-vendor_rustc-ap-rustc__target_src_spec_aarch64__be__unknown__netbsd.rs) = 4e86aec4c89db9a331950a12f8ec7b8aaa50eed7 -SHA1 (patch-vendor_rustc-ap-rustc__target_src_spec_mod.rs) = 6abed2c934b546f9b92504e3db49f9bd63aa19f8 SHA1 (patch-vendor_stacker_src_lib.rs) = e00a1e95eb16540ff182715db778bf97ebd07a5e -SHA1 (patch-vendor_target-lexicon_src_targets.rs) = e0c67288516ff8d379d6d1e7b05d4ab86f9ac0a7 +SHA1 (patch-vendor_target-lexicon_src_targets.rs) = 226c19a52589789b55584f73a585eab35aa5e55c diff --git a/lang/rust/do-cross.mk b/lang/rust/do-cross.mk index 769c1da85d90e..3649f8bad9166 100644 --- a/lang/rust/do-cross.mk +++ b/lang/rust/do-cross.mk @@ -2,6 +2,7 @@ # Collect the bootstrap kits in dist/ VERSION!= make show-var VARNAME=PKGVERSION +V_NOREV!= make show-var VARNAME=PKGVERSION_NOREV SHORT_TARGETS+= armv7 SHORT_TARGETS+= sparc64 @@ -11,15 +12,18 @@ SHORT_TARGETS+= arm64 SHORT_TARGETS+= arm64_be SHORT_TARGETS+= i386 +# Conditional local overrides of ROOT.* variables: +.sinclude "local-roots.mk" + # Root of target directories. # Must have dest/ (build.sh's DESTDIR) and tools/ subdirectories -ROOT.armv7= /u/evbarm-armv7hf -ROOT.sparc64= /u/sparc64 -ROOT.powerpc= /u/macppc -ROOT.powerpc90= /u/9.0-macppc -ROOT.arm64= /u/evbarm64 -ROOT.arm64_be= /u/evbarm64eb -ROOT.i386= /u/i386 +ROOT.armv7?= /u/evbarm-armv7hf +ROOT.sparc64?= /u/sparc64 +ROOT.powerpc?= /u/macppc +ROOT.powerpc90?=/u/9.0-macppc +ROOT.arm64?= /u/evbarm64 +ROOT.arm64_be?= /u/evbarm64eb +ROOT.i386?= /u/i386 # Mapping to GNU triple G_TGT.armv7= armv7--netbsdelf-eabihf @@ -77,16 +81,16 @@ do-${st}: else \ TT=${TGT.${st}}; \ fi; \ - distdir=${WRKDIR}/rustc-${VERSION}-src/build/dist; \ + distdir=${WRKDIR}/rustc-${V_NOREV}-src/build/dist; \ for comp in rust rust-std; do \ - src=$${distdir}/$${comp}-${VERSION}-${TGT.${st}}.tar.gz; \ - tgt=dist/$${comp}-${VERSION}-$${TT}.tar.gz; \ + src=$${distdir}/$${comp}-${V_NOREV}-${TGT.${st}}.tar.xz; \ + tgt=dist/$${comp}-${VERSION}-$${TT}.tar.xz; \ if [ ! -f "$${tgt}" ]; then \ echo ln $${src} $${tgt}; \ ${DEBUG} ln $${src} $${tgt}; \ fi; \ done; \ - src_comp=rust-src-${VERSION}.tar.gz; \ + src_comp=rust-src-${V_NOREV}.tar.xz; \ if [ ! -f dist/$${src_comp} ]; then \ echo ln $${distdir}/$${src_comp} dist; \ ${DEBUG} ln $${distdir}/$${src_comp} dist; \ diff --git a/lang/rust/options.mk b/lang/rust/options.mk index c4f28060a071b..bd52d638e45f6 100644 --- a/lang/rust/options.mk +++ b/lang/rust/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.23 2022/05/05 10:27:33 jperkin Exp $ +# $NetBSD: options.mk,v 1.24 2022/05/25 21:31:26 he Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.rust PKG_SUPPORTED_OPTIONS+= rust-cargo-static rust-docs @@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS+= rust-cargo-static rust-docs .if ${OPSYS} != "SunOS" PKG_SUPPORTED_OPTIONS+= rust-llvm # There may be compatibility issues with base LLVM. -. if !empty(HAVE_LLVM) || !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) +. if !empty(HAVE_LLVM) PKG_SUGGESTED_OPTIONS+= rust-llvm . endif .endif diff --git a/lang/rust/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs b/lang/rust/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs index 68e1dd618466e..dd47419cd5d49 100644 --- a/lang/rust/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs +++ b/lang/rust/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-compiler_rustc__codegen__ssa_src_back_linker.rs,v 1.5 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-compiler_rustc__codegen__ssa_src_back_linker.rs,v 1.6 2022/05/25 21:31:26 he Exp $ Do not use @rpath on Darwin. --- compiler/rustc_codegen_ssa/src/back/linker.rs.orig 2021-09-06 18:42:35.000000000 +0000 +++ compiler/rustc_codegen_ssa/src/back/linker.rs -@@ -326,7 +326,7 @@ impl<'a> GccLinker<'a> { +@@ -327,7 +327,7 @@ impl<'a> GccLinker<'a> { // principled solution at some point to force the compiler to pass // the right `-Wl,-install_name` with an `@rpath` in it. if self.sess.opts.cg.rpath || self.sess.opts.debugging_opts.osx_rpath_install_name { diff --git a/lang/rust/patches/patch-compiler_rustc__llvm_build.rs b/lang/rust/patches/patch-compiler_rustc__llvm_build.rs index 987f836b7e2b8..7502ed8f8e8bf 100644 --- a/lang/rust/patches/patch-compiler_rustc__llvm_build.rs +++ b/lang/rust/patches/patch-compiler_rustc__llvm_build.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-compiler_rustc__llvm_build.rs,v 1.6 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-compiler_rustc__llvm_build.rs,v 1.7 2022/05/25 21:31:26 he Exp $ Fix build on NetBSD HEAD-llvm. XXX there is probably a better way to do this. --- compiler/rustc_llvm/build.rs.orig 2021-11-01 07:17:29.000000000 +0000 +++ compiler/rustc_llvm/build.rs -@@ -268,7 +268,13 @@ fn main() { +@@ -269,7 +269,13 @@ fn main() { "c++" } else if target.contains("netbsd") && llvm_static_stdcpp.is_some() { // NetBSD uses a separate library when relocation is required diff --git a/lang/rust/patches/patch-compiler_rustc__target_src_spec_mod.rs b/lang/rust/patches/patch-compiler_rustc__target_src_spec_mod.rs index 1b018b8a29420..4692d4fe2476a 100644 --- a/lang/rust/patches/patch-compiler_rustc__target_src_spec_mod.rs +++ b/lang/rust/patches/patch-compiler_rustc__target_src_spec_mod.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-compiler_rustc__target_src_spec_mod.rs,v 1.7 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-compiler_rustc__target_src_spec_mod.rs,v 1.8 2022/05/25 21:31:26 he Exp $ Add i586(pentium) and aarch64_be targets. --- compiler/rustc_target/src/spec/mod.rs.orig 2021-03-23 16:15:10.000000000 +0000 +++ compiler/rustc_target/src/spec/mod.rs -@@ -816,9 +816,11 @@ supported_targets! { +@@ -884,9 +884,11 @@ supported_targets! { ("powerpc-unknown-openbsd", powerpc_unknown_openbsd), ("aarch64-unknown-netbsd", aarch64_unknown_netbsd), diff --git a/lang/rust/patches/patch-library_std_src_sys_unix_thread.rs b/lang/rust/patches/patch-library_std_src_sys_unix_thread.rs index 889995b6b907a..7fd0bdf1f2d99 100644 --- a/lang/rust/patches/patch-library_std_src_sys_unix_thread.rs +++ b/lang/rust/patches/patch-library_std_src_sys_unix_thread.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-library_std_src_sys_unix_thread.rs,v 1.7 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-library_std_src_sys_unix_thread.rs,v 1.8 2022/05/25 21:31:26 he Exp $ Fix stack-clash on SunOS. --- library/std/src/sys/unix/thread.rs.orig 2020-10-07 07:53:22.000000000 +0000 +++ library/std/src/sys/unix/thread.rs -@@ -470,7 +470,7 @@ pub mod guard { +@@ -493,7 +493,7 @@ pub mod guard { let page_size = os::page_size(); PAGE_SIZE.store(page_size, Ordering::Relaxed); diff --git a/lang/rust/patches/patch-library_unwind_build.rs b/lang/rust/patches/patch-library_unwind_build.rs index d9558ab331f09..c520ad0c44212 100644 --- a/lang/rust/patches/patch-library_unwind_build.rs +++ b/lang/rust/patches/patch-library_unwind_build.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-library_unwind_build.rs,v 1.7 2022/01/21 23:20:36 he Exp $ +$NetBSD: patch-library_unwind_build.rs,v 1.8 2022/05/25 21:31:26 he Exp $ Fix build on NetBSD HEAD-llvm. XXX there is probably a better way to do this. --- library/unwind/build.rs.orig 2020-10-07 07:53:22.000000000 +0000 +++ library/unwind/build.rs -@@ -20,7 +20,9 @@ fn main() { +@@ -23,7 +23,9 @@ fn main() { } else if target.contains("freebsd") { println!("cargo:rustc-link-lib=gcc_s"); } else if target.contains("netbsd") { diff --git a/lang/rust/patches/patch-src_bootstrap_bootstrap.py b/lang/rust/patches/patch-src_bootstrap_bootstrap.py index 339a346e8e184..e244efce63d22 100644 --- a/lang/rust/patches/patch-src_bootstrap_bootstrap.py +++ b/lang/rust/patches/patch-src_bootstrap_bootstrap.py @@ -1,4 +1,4 @@ -$NetBSD: patch-src_bootstrap_bootstrap.py,v 1.10 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-src_bootstrap_bootstrap.py,v 1.11 2022/05/25 21:31:26 he Exp $ Use `uname -p` on NetBSD, as that is reliable and sensible there. Handle earmv7hf for NetBSD. @@ -6,7 +6,7 @@ --- src/bootstrap/bootstrap.py.orig 2021-02-10 17:36:44.000000000 +0000 +++ src/bootstrap/bootstrap.py -@@ -218,6 +218,11 @@ def default_build_triple(verbose): +@@ -259,6 +259,11 @@ def default_build_triple(verbose): 'OpenBSD': 'unknown-openbsd' } @@ -18,7 +18,7 @@ # Consider the direct transformation first and then the special cases if ostype in ostype_mapper: ostype = ostype_mapper[ostype] -@@ -271,6 +276,7 @@ def default_build_triple(verbose): +@@ -312,6 +317,7 @@ def default_build_triple(verbose): cputype_mapper = { 'BePC': 'i686', 'aarch64': 'aarch64', @@ -26,7 +26,7 @@ 'amd64': 'x86_64', 'arm64': 'aarch64', 'i386': 'i686', -@@ -309,10 +315,12 @@ def default_build_triple(verbose): +@@ -350,10 +356,12 @@ def default_build_triple(verbose): ostype = 'linux-androideabi' else: ostype += 'eabihf' @@ -40,7 +40,7 @@ else: ostype += 'eabihf' elif cputype == 'mips': -@@ -980,7 +988,7 @@ class RustBuild(object): +@@ -1034,7 +1042,7 @@ class RustBuild(object): self.cargo())) args = [self.cargo(), "build", "--manifest-path", os.path.join(self.rust_root, "src/bootstrap/Cargo.toml")] diff --git a/lang/rust/patches/patch-src_bootstrap_builder.rs b/lang/rust/patches/patch-src_bootstrap_builder.rs index 6e97c9831c949..ce6098e25b07d 100644 --- a/lang/rust/patches/patch-src_bootstrap_builder.rs +++ b/lang/rust/patches/patch-src_bootstrap_builder.rs @@ -1,4 +1,4 @@ -$NetBSD: patch-src_bootstrap_builder.rs,v 1.20 2022/04/15 14:00:37 he Exp $ +$NetBSD: patch-src_bootstrap_builder.rs,v 1.21 2022/05/25 21:31:26 he Exp $ Do not install 'src'. Use @PREFIX@, not $ORIGIN in rpath. @@ -7,7 +7,7 @@ Fix RPATH for pkgsrc. --- src/bootstrap/builder.rs.orig 2021-09-06 18:42:35.000000000 +0000 +++ src/bootstrap/builder.rs -@@ -520,7 +520,6 @@ impl<'a> Builder<'a> { +@@ -617,7 +617,6 @@ impl<'a> Builder<'a> { install::Clippy, install::Miri, install::Analysis, @@ -15,7 +15,7 @@ Fix RPATH for pkgsrc. install::Rustc ), Kind::Run => describe!(run::ExpandYamlAnchors, run::BuildManifest, run::BumpStage0), -@@ -1186,7 +1185,7 @@ impl<'a> Builder<'a> { +@@ -1277,7 +1276,7 @@ impl<'a> Builder<'a> { Some("-Wl,-rpath,@loader_path/../lib") } else if !target.contains("windows") { rustflags.arg("-Clink-args=-Wl,-z,origin"); diff --git a/lang/rust/patches/patch-src_bootstrap_compile.rs b/lang/rust/patches/patch-src_bootstrap_compile.rs index be3379bea279c..6d91edae1c3c4 100644 --- a/lang/rust/patches/patch-src_bootstrap_compile.rs +++ b/lang/rust/patches/patch-src_bootstrap_compile.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-src_bootstrap_compile.rs,v 1.6 2022/01/21 23:20:36 he Exp $ +$NetBSD: patch-src_bootstrap_compile.rs,v 1.7 2022/05/25 21:31:26 he Exp $ On Darwin, do not use @rpath for internal libraries. --- src/bootstrap/compile.rs.orig 2021-09-06 18:42:35.000000000 +0000 +++ src/bootstrap/compile.rs -@@ -414,7 +414,7 @@ fn copy_sanitizers( +@@ -417,7 +417,7 @@ fn copy_sanitizers( if target == "x86_64-apple-darwin" || target == "aarch64-apple-darwin" { // Update the library’s install name to reflect that it has has been renamed. diff --git a/lang/rust/patches/patch-src_bootstrap_lib.rs b/lang/rust/patches/patch-src_bootstrap_lib.rs index ce405de8da248..8c031dec8f2c1 100644 --- a/lang/rust/patches/patch-src_bootstrap_lib.rs +++ b/lang/rust/patches/patch-src_bootstrap_lib.rs @@ -1,11 +1,11 @@ -$NetBSD: patch-src_bootstrap_lib.rs,v 1.13 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-src_bootstrap_lib.rs,v 1.14 2022/05/25 21:31:26 he Exp $ Don't filter out optimization flags. FreeBSD has a particular C++ runtime library name --- src/bootstrap/lib.rs.orig 2021-09-06 18:42:35.000000000 +0000 +++ src/bootstrap/lib.rs -@@ -954,14 +954,13 @@ impl Build { +@@ -957,14 +957,13 @@ impl Build { .args() .iter() .map(|s| s.to_string_lossy().into_owned()) diff --git a/lang/rust/patches/patch-src_llvm-project_llvm_CMakeLists.txt b/lang/rust/patches/patch-src_llvm-project_llvm_CMakeLists.txt index ee24ea2957e1d..64bdf105a529e 100644 --- a/lang/rust/patches/patch-src_llvm-project_llvm_CMakeLists.txt +++ b/lang/rust/patches/patch-src_llvm-project_llvm_CMakeLists.txt @@ -1,10 +1,10 @@ -$NetBSD: patch-src_llvm-project_llvm_CMakeLists.txt,v 1.8 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-src_llvm-project_llvm_CMakeLists.txt,v 1.9 2022/05/25 21:31:26 he Exp $ Don't implement sys/regset.h workaround, fix source instead. --- src/llvm-project/llvm/CMakeLists.txt.orig 2018-03-10 02:51:13.000000000 +0000 +++ src/llvm-project/llvm/CMakeLists.txt -@@ -939,11 +939,6 @@ if(LLVM_TARGET_IS_CROSSCOMPILE_HOST) +@@ -1025,11 +1025,6 @@ if(LLVM_TARGET_IS_CROSSCOMPILE_HOST) # (this is a variable that CrossCompile sets on recursive invocations) endif() diff --git a/lang/rust/patches/patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake b/lang/rust/patches/patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake index e1fade835f956..067e5c19ba682 100644 --- a/lang/rust/patches/patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake +++ b/lang/rust/patches/patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake @@ -1,10 +1,10 @@ -$NetBSD: patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake,v 1.9 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake,v 1.10 2022/05/25 21:31:26 he Exp $ On Darwin, use correct install-name for shared libraries. --- src/llvm-project/llvm/cmake/modules/AddLLVM.cmake.orig 2020-09-22 17:14:20.000000000 +0000 +++ src/llvm-project/llvm/cmake/modules/AddLLVM.cmake -@@ -2117,7 +2117,7 @@ function(llvm_setup_rpath name) +@@ -2143,7 +2143,7 @@ function(llvm_setup_rpath name) endif() if (APPLE) diff --git a/lang/rust/patches/patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp b/lang/rust/patches/patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp index 7a24600262cc9..b44c75aafaad0 100644 --- a/lang/rust/patches/patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp +++ b/lang/rust/patches/patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp @@ -1,10 +1,10 @@ -$NetBSD: patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp,v 1.7 2022/01/21 23:20:36 he Exp $ +$NetBSD: patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp,v 1.8 2022/05/25 21:31:26 he Exp $ Avoid ambiguous function call. --- src/llvm-project/llvm/utils/FileCheck/FileCheck.cpp.orig 2019-02-12 15:22:48.000000000 +0000 +++ src/llvm-project/llvm/utils/FileCheck/FileCheck.cpp -@@ -592,7 +592,7 @@ static void DumpAnnotatedInput(raw_ostre +@@ -591,7 +591,7 @@ static void DumpAnnotatedInput(raw_ostre unsigned LineCount = InputFileText.count('\n'); if (InputFileEnd[-1] != '\n') ++LineCount; diff --git a/lang/rust/patches/patch-src_tools_cargo_src_cargo_core_profiles.rs b/lang/rust/patches/patch-src_tools_cargo_src_cargo_core_profiles.rs index 7c4816d4f70ad..0078c36176e99 100644 --- a/lang/rust/patches/patch-src_tools_cargo_src_cargo_core_profiles.rs +++ b/lang/rust/patches/patch-src_tools_cargo_src_cargo_core_profiles.rs @@ -1,11 +1,11 @@ -$NetBSD: patch-src_tools_cargo_src_cargo_core_profiles.rs,v 1.9 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-src_tools_cargo_src_cargo_core_profiles.rs,v 1.10 2022/05/25 21:31:26 he Exp $ Turn off incremental builds for sparc64, ref. https://sources.debian.org/patches/cargo/0.29.0-1/2007_sparc64_disable_incremental_build.patch/ --- src/tools/cargo/src/cargo/core/profiles.rs.orig 2018-10-24 20:01:28.000000000 +0000 +++ src/tools/cargo/src/cargo/core/profiles.rs -@@ -720,6 +720,9 @@ impl Profile { +@@ -754,6 +754,9 @@ impl Profile { debuginfo: Some(2), debug_assertions: true, overflow_checks: true, diff --git a/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs b/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs index cc6c204867ae8..3d73183435bff 100644 --- a/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs +++ b/lang/rust/patches/patch-vendor_backtrace_src_symbolize_gimli_elf.rs @@ -1,8 +1,8 @@ -$NetBSD: patch-vendor_backtrace_src_symbolize_gimli_elf.rs,v 1.2 2022/05/23 15:13:00 jperkin Exp $ +$NetBSD: patch-vendor_backtrace_src_symbolize_gimli_elf.rs,v 1.3 2022/05/25 21:31:26 he Exp $ Make NetBSD also find its debug libraries, if present. ---- vendor/backtrace/src/symbolize/gimli/elf.rs.orig 2022-02-23 05:34:24.000000000 +0000 +--- vendor/backtrace/src/symbolize/gimli/elf.rs.orig 2022-04-04 11:10:55.000000000 +0000 +++ vendor/backtrace/src/symbolize/gimli/elf.rs @@ -276,11 +276,16 @@ fn decompress_zlib(input: &[u8], output: } @@ -16,7 +16,7 @@ Make NetBSD also find its debug libraries, if present. fn debug_path_exists() -> bool { cfg_if::cfg_if! { - if #[cfg(any(target_os = "freebsd", target_os = "linux"))] { -+ if #[cfg(any(target_os = "freebsd", ++ if #[cfg(any(target_os = "freebsd", + target_os = "netbsd", + target_os = "linux"))] { use core::sync::atomic::{AtomicU8, Ordering}; diff --git a/lang/rust/patches/patch-vendor_cc_src_lib.rs b/lang/rust/patches/patch-vendor_cc_src_lib.rs index 4af9b7f58c090..c26880d0dc755 100644 --- a/lang/rust/patches/patch-vendor_cc_src_lib.rs +++ b/lang/rust/patches/patch-vendor_cc_src_lib.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-vendor_cc_src_lib.rs,v 1.5 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-vendor_cc_src_lib.rs,v 1.6 2022/05/25 21:31:26 he Exp $ Add aarch64_eb. --- vendor/cc/src/lib.rs.orig 2021-07-26 15:20:38.000000000 +0000 +++ vendor/cc/src/lib.rs -@@ -2382,6 +2382,7 @@ impl Build { +@@ -2504,6 +2504,7 @@ impl Build { "aarch64-unknown-linux-gnu" => Some("aarch64-linux-gnu"), "aarch64-unknown-linux-musl" => Some("aarch64-linux-musl"), "aarch64-unknown-netbsd" => Some("aarch64--netbsd"), diff --git a/lang/rust/patches/patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs b/lang/rust/patches/patch-vendor_libc-0.2.112_src_unix_bsd_netbsdlike_netbsd_mod.rs similarity index 70% rename from lang/rust/patches/patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs rename to lang/rust/patches/patch-vendor_libc-0.2.112_src_unix_bsd_netbsdlike_netbsd_mod.rs index e26e6d6f94e0f..e503b927c8560 100644 --- a/lang/rust/patches/patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs +++ b/lang/rust/patches/patch-vendor_libc-0.2.112_src_unix_bsd_netbsdlike_netbsd_mod.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-vendor_libc-0.2.108_src_unix_bsd_netbsdlike_netbsd_mod.rs,v 1.1 2022/05/18 20:57:28 he Exp $ +$NetBSD: patch-vendor_libc-0.2.112_src_unix_bsd_netbsdlike_netbsd_mod.rs,v 1.1 2022/05/25 21:31:26 he Exp $ Copy execinfo function definitions from openbsd's mod.rs. ---- vendor/libc-0.2.108/src/unix/bsd/netbsdlike/netbsd/mod.rs.orig 2022-02-23 05:34:25.000000000 +0000 -+++ vendor/libc-0.2.108/src/unix/bsd/netbsdlike/netbsd/mod.rs -@@ -2700,6 +2700,22 @@ extern "C" { +--- vendor/libc-0.2.112/src/unix/bsd/netbsdlike/netbsd/mod.rs.orig 2022-04-04 11:10:56.000000000 +0000 ++++ vendor/libc-0.2.112/src/unix/bsd/netbsdlike/netbsd/mod.rs +@@ -2721,6 +2721,22 @@ extern "C" { pub fn kinfo_getvmmap(pid: ::pid_t, cntp: *mut ::size_t) -> *mut kinfo_vmentry; } diff --git a/lang/rust/patches/patch-vendor_libc-0.2.116_src_unix_bsd_netbsdlike_netbsd_mod.rs b/lang/rust/patches/patch-vendor_libc-0.2.116_src_unix_bsd_netbsdlike_netbsd_mod.rs new file mode 100644 index 0000000000000..fefbce8fc5659 --- /dev/null +++ b/lang/rust/patches/patch-vendor_libc-0.2.116_src_unix_bsd_netbsdlike_netbsd_mod.rs @@ -0,0 +1,29 @@ +$NetBSD: patch-vendor_libc-0.2.116_src_unix_bsd_netbsdlike_netbsd_mod.rs,v 1.1 2022/05/25 21:31:26 he Exp $ + +Copy execinfo function definitions from openbsd's mod.rs. + +--- vendor/libc-0.2.116/src/unix/bsd/netbsdlike/netbsd/mod.rs.orig 2022-04-04 11:10:56.000000000 +0000 ++++ vendor/libc-0.2.116/src/unix/bsd/netbsdlike/netbsd/mod.rs +@@ -2787,6 +2787,22 @@ extern "C" { + pub fn kinfo_getvmmap(pid: ::pid_t, cntp: *mut ::size_t) -> *mut kinfo_vmentry; + } + ++#[link(name = "execinfo")] ++extern "C" { ++ pub fn backtrace(addrlist: *mut *mut ::c_void, len: ::size_t) -> ::size_t; ++ pub fn backtrace_symbols(addrlist: *const *mut ::c_void, len: ::size_t) -> *mut *mut ::c_char; ++ pub fn backtrace_symbols_fd( ++ addrlist: *const *mut ::c_void, ++ len: ::size_t, ++ fd: ::c_int, ++ ) -> ::c_int; ++ pub fn backtrace_symbols_fmt( ++ addrlist: *const *mut ::c_void, ++ len: ::size_t, ++ fmt: *const ::c_char, ++ ) -> *mut *mut ::c_char; ++} ++ + cfg_if! { + if #[cfg(target_arch = "aarch64")] { + mod aarch64; diff --git a/lang/rust/patches/patch-vendor_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs b/lang/rust/patches/patch-vendor_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs new file mode 100644 index 0000000000000..10145fa80083b --- /dev/null +++ b/lang/rust/patches/patch-vendor_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs @@ -0,0 +1,29 @@ +$NetBSD: patch-vendor_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs,v 1.1 2022/05/25 21:31:26 he Exp $ + +Copy execinfo function definitions from openbsd's mod.rs. + +--- vendor/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs.orig 2022-05-10 20:59:35.217463943 +0000 ++++ vendor/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs +@@ -2787,6 +2787,22 @@ extern "C" { + pub fn kinfo_getvmmap(pid: ::pid_t, cntp: *mut ::size_t) -> *mut kinfo_vmentry; + } + ++#[link(name = "execinfo")] ++extern "C" { ++ pub fn backtrace(addrlist: *mut *mut ::c_void, len: ::size_t) -> ::size_t; ++ pub fn backtrace_symbols(addrlist: *const *mut ::c_void, len: ::size_t) -> *mut *mut ::c_char; ++ pub fn backtrace_symbols_fd( ++ addrlist: *const *mut ::c_void, ++ len: ::size_t, ++ fd: ::c_int, ++ ) -> ::c_int; ++ pub fn backtrace_symbols_fmt( ++ addrlist: *const *mut ::c_void, ++ len: ::size_t, ++ fmt: *const ::c_char, ++ ) -> *mut *mut ::c_char; ++} ++ + cfg_if! { + if #[cfg(target_arch = "aarch64")] { + mod aarch64; diff --git a/lang/rust/patches/patch-vendor_libc_src_unix_solarish_mod.rs b/lang/rust/patches/patch-vendor_libc_src_unix_solarish_mod.rs index 04f67e766a698..0f2b9e4390ef2 100644 --- a/lang/rust/patches/patch-vendor_libc_src_unix_solarish_mod.rs +++ b/lang/rust/patches/patch-vendor_libc_src_unix_solarish_mod.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-vendor_libc_src_unix_solarish_mod.rs,v 1.7 2022/03/01 16:06:39 he Exp $ +$NetBSD: patch-vendor_libc_src_unix_solarish_mod.rs,v 1.8 2022/05/25 21:31:26 he Exp $ Fix xattr build. --- vendor/libc/src/unix/solarish/mod.rs.orig 2019-05-20 13:47:24.000000000 +0000 +++ vendor/libc/src/unix/solarish/mod.rs -@@ -1215,6 +1215,8 @@ pub const EOWNERDEAD: ::c_int = 58; +@@ -1315,6 +1315,8 @@ pub const EOWNERDEAD: ::c_int = 58; pub const ENOTRECOVERABLE: ::c_int = 59; pub const ENOSTR: ::c_int = 60; pub const ENODATA: ::c_int = 61; diff --git a/lang/rust/patches/patch-vendor_rustc-ap-rustc__target_src_spec_aarch64__be__unknown__netbsd.rs b/lang/rust/patches/patch-vendor_rustc-ap-rustc__target_src_spec_aarch64__be__unknown__netbsd.rs deleted file mode 100644 index 91d2eb9253f44..0000000000000 --- a/lang/rust/patches/patch-vendor_rustc-ap-rustc__target_src_spec_aarch64__be__unknown__netbsd.rs +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-vendor_rustc-ap-rustc__target_src_spec_aarch64__be__unknown__netbsd.rs,v 1.3 2021/11/20 16:09:46 he Exp $ - -Add aarch64_be NetBSD target. - ---- /dev/null 2021-04-26 00:02:43.147970692 +0200 -+++ vendor/rustc-ap-rustc_target/src/spec/aarch64_be_unknown_netbsd.rs 2021-04-26 00:07:44.657579025 +0200 -@@ -0,0 +1,20 @@ -+use crate::abi::Endian; -+use crate::spec::{Target, TargetOptions}; -+ -+pub fn target() -> Target { -+ let mut base = super::netbsd_base::opts(); -+ base.max_atomic_width = Some(128); -+ base.unsupported_abis = super::arm_base::unsupported_abis(); -+ -+ Target { -+ llvm_target: "aarch64_be-unknown-netbsd".to_string(), -+ pointer_width: 64, -+ data_layout: "E-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128".to_string(), -+ arch: "aarch64".to_string(), -+ options: TargetOptions { -+ mcount: "__mcount".to_string(), -+ endian: Endian::Big, -+ ..base -+ }, -+ } -+} diff --git a/lang/rust/patches/patch-vendor_rustc-ap-rustc__target_src_spec_mod.rs b/lang/rust/patches/patch-vendor_rustc-ap-rustc__target_src_spec_mod.rs deleted file mode 100644 index 268b9576b71d4..0000000000000 --- a/lang/rust/patches/patch-vendor_rustc-ap-rustc__target_src_spec_mod.rs +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-vendor_rustc-ap-rustc__target_src_spec_mod.rs,v 1.3 2021/11/20 16:09:46 he Exp $ - -Add aarch64_be NetBSD target. - ---- vendor/rustc-ap-rustc_target/src/spec/mod.rs.orig 2021-03-23 16:54:53.000000000 +0000 -+++ vendor/rustc-ap-rustc_target/src/spec/mod.rs -@@ -777,6 +777,7 @@ supported_targets! { - ("powerpc-unknown-openbsd", powerpc_unknown_openbsd), - - ("aarch64-unknown-netbsd", aarch64_unknown_netbsd), -+ ("aarch64_be-unknown-netbsd", aarch64_be_unknown_netbsd), - ("armv6-unknown-netbsd-eabihf", armv6_unknown_netbsd_eabihf), - ("armv7-unknown-netbsd-eabihf", armv7_unknown_netbsd_eabihf), - ("i686-unknown-netbsd", i686_unknown_netbsd), diff --git a/lang/rust/patches/patch-vendor_target-lexicon_src_targets.rs b/lang/rust/patches/patch-vendor_target-lexicon_src_targets.rs index 02a5f15f787ad..9d55eaa0eed30 100644 --- a/lang/rust/patches/patch-vendor_target-lexicon_src_targets.rs +++ b/lang/rust/patches/patch-vendor_target-lexicon_src_targets.rs @@ -1,10 +1,10 @@ -$NetBSD: patch-vendor_target-lexicon_src_targets.rs,v 1.5 2022/01/21 23:20:36 he Exp $ +$NetBSD: patch-vendor_target-lexicon_src_targets.rs,v 1.6 2022/05/25 21:31:26 he Exp $ Add aarch64_eb for NetBSD. --- vendor/target-lexicon/src/targets.rs.orig 2021-05-03 21:35:46.000000000 +0000 +++ vendor/target-lexicon/src/targets.rs -@@ -1287,6 +1287,7 @@ mod tests { +@@ -1297,6 +1297,7 @@ mod tests { "aarch64-unknown-linux-gnu_ilp32", "aarch64-unknown-linux-musl", "aarch64-unknown-netbsd", diff --git a/lang/rust/platform.mk b/lang/rust/platform.mk index 53d48a2bd5abb..6f20c76e60a09 100644 --- a/lang/rust/platform.mk +++ b/lang/rust/platform.mk @@ -1,4 +1,4 @@ -# $NetBSD: platform.mk,v 1.14 2022/04/30 21:02:39 nia Exp $ +# $NetBSD: platform.mk,v 1.15 2022/05/25 21:31:26 he Exp $ # This file encodes whether a given platform has support for rust. @@ -11,19 +11,17 @@ . for rust_arch in aarch64 earmv7hf i386 powerpc sparc64 x86_64 . for rust_os in Darwin FreeBSD Linux NetBSD SunOS +. if ${OPSYS} != "NetBSD" || empty(OS_VERSION:M[0-7].*) RUST_PLATFORMS+= ${rust_os}-*-${rust_arch} +. endif . endfor . endfor -. if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 080000 -PLATFORM_SUPPORTS_RUST?= no -. else -. for rust_platform in ${RUST_PLATFORMS} -. if !empty(MACHINE_PLATFORM:M${rust_platform}) +. for rust_platform in ${RUST_PLATFORMS} +. if !empty(MACHINE_PLATFORM:M${rust_platform}) PLATFORM_SUPPORTS_RUST= yes -. endif -. endfor +. endif +. endfor PLATFORM_SUPPORTS_RUST?= no -. endif .endif # !defined(PLATFORM_SUPPORTS_RUST) From e052e9f90b89c7c65f2eb3ea8cb9583e3b12cb84 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 25 May 2022 21:32:07 +0000 Subject: [PATCH 1040/1154] Note addition of lang/rust to 1.60.0. --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 513c637cb3a58..e9c54f2dc139c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2742 2022/05/25 15:45:31 manu Exp $ +$NetBSD: CHANGES-2022,v 1.2743 2022/05/25 21:32:07 he Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4209,3 +4209,4 @@ Changes to the packages collection and infrastructure in 2022: Added www/py-wtforms-django version 0.1 [kleink 2022-05-25] Added www/py-wtforms-sqlalchemy version 0.3 [kleink 2022-05-25] Added mail/srs-milter 20141121nb9 [manu 2022-05-25] + Updated lang/rust to 1.60.0 [he 2022-05-25] From bdf381a3c4f620b7c2ad27c4214041283171e7fe Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 25 May 2022 21:39:58 +0000 Subject: [PATCH 1041/1154] {lib,}fwbuilder: remove No upstream development since 2012, fwbuilder does not build in any recent bulk builds. --- doc/CHANGES-2022 | 4 +- security/Makefile | 4 +- security/fwbuilder/DESCR | 14 - security/fwbuilder/Makefile | 51 --- security/fwbuilder/PLIST | 353 ------------------ security/fwbuilder/distinfo | 16 - security/fwbuilder/patches/patch-aa | 15 - security/fwbuilder/patches/patch-ab | 37 -- security/fwbuilder/patches/patch-ac | 30 -- security/fwbuilder/patches/patch-ad | 14 - security/fwbuilder/patches/patch-ae | 14 - security/fwbuilder/patches/patch-configure.in | 23 -- .../fwbuilder/patches/patch-src_gui_main.cpp | 26 -- .../patch-src_libfwbuilder_qmake.inc.in | 15 - ...ibfwbuilder_src_fwbuilder_AddressRange.cpp | 15 - ...h-src_libfwbuilder_src_fwbuilder_uint128.h | 19 - .../patch-src_libgui_startup__tip__url.h | 15 - security/libfwbuilder/DESCR | 14 - security/libfwbuilder/Makefile | 31 -- security/libfwbuilder/PLIST | 166 -------- security/libfwbuilder/buildlink3.mk | 19 - security/libfwbuilder/distinfo | 10 - security/libfwbuilder/patches/patch-aa | 12 - security/libfwbuilder/patches/patch-ab | 34 -- security/libfwbuilder/patches/patch-ac | 12 - security/libfwbuilder/patches/patch-ad | 12 - security/libfwbuilder/patches/patch-ae | 12 - 27 files changed, 4 insertions(+), 983 deletions(-) delete mode 100644 security/fwbuilder/DESCR delete mode 100644 security/fwbuilder/Makefile delete mode 100644 security/fwbuilder/PLIST delete mode 100644 security/fwbuilder/distinfo delete mode 100644 security/fwbuilder/patches/patch-aa delete mode 100644 security/fwbuilder/patches/patch-ab delete mode 100644 security/fwbuilder/patches/patch-ac delete mode 100644 security/fwbuilder/patches/patch-ad delete mode 100644 security/fwbuilder/patches/patch-ae delete mode 100644 security/fwbuilder/patches/patch-configure.in delete mode 100644 security/fwbuilder/patches/patch-src_gui_main.cpp delete mode 100644 security/fwbuilder/patches/patch-src_libfwbuilder_qmake.inc.in delete mode 100644 security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp delete mode 100644 security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_uint128.h delete mode 100644 security/fwbuilder/patches/patch-src_libgui_startup__tip__url.h delete mode 100644 security/libfwbuilder/DESCR delete mode 100644 security/libfwbuilder/Makefile delete mode 100644 security/libfwbuilder/PLIST delete mode 100644 security/libfwbuilder/buildlink3.mk delete mode 100644 security/libfwbuilder/distinfo delete mode 100644 security/libfwbuilder/patches/patch-aa delete mode 100644 security/libfwbuilder/patches/patch-ab delete mode 100644 security/libfwbuilder/patches/patch-ac delete mode 100644 security/libfwbuilder/patches/patch-ad delete mode 100644 security/libfwbuilder/patches/patch-ae diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e9c54f2dc139c..5d2325d31ec1d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2743 2022/05/25 21:32:07 he Exp $ +$NetBSD: CHANGES-2022,v 1.2744 2022/05/25 21:39:58 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4210,3 +4210,5 @@ Changes to the packages collection and infrastructure in 2022: Added www/py-wtforms-sqlalchemy version 0.3 [kleink 2022-05-25] Added mail/srs-milter 20141121nb9 [manu 2022-05-25] Updated lang/rust to 1.60.0 [he 2022-05-25] + Removed security/libfwbuilder [wiz 2022-05-25] + Removed security/fwbuilder [wiz 2022-05-25] diff --git a/security/Makefile b/security/Makefile index 7f137cd3e476b..b0a403066e2a4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.862 2022/05/18 14:17:34 wiz Exp $ +# $NetBSD: Makefile,v 1.863 2022/05/25 21:39:58 wiz Exp $ # COMMENT= Security and cryptography tools and libraries @@ -97,7 +97,6 @@ SUBDIR+= fail2ban SUBDIR+= flawfinder SUBDIR+= fprint-demo SUBDIR+= fsh -SUBDIR+= fwbuilder SUBDIR+= gcr SUBDIR+= gnome-keyring SUBDIR+= gnu-crypto @@ -168,7 +167,6 @@ SUBDIR+= libdecaf SUBDIR+= libdes SUBDIR+= libfido2 SUBDIR+= libfprint -SUBDIR+= libfwbuilder SUBDIR+= libgabe SUBDIR+= libgcrypt SUBDIR+= libgfshare diff --git a/security/fwbuilder/DESCR b/security/fwbuilder/DESCR deleted file mode 100644 index d6bb6957b6474..0000000000000 --- a/security/fwbuilder/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -Firewall Builder is a multi-platform firewall configuration and -management tool. It consists of a GUI and a set of policy compilers for -various firewall platforms. Firewall Builder uses an object-oriented -approach, it helps administrators maintain a database of network -objects and allows policy editing using simple drag-and-drop -operations. Firewall Builder currently supports - - iptables, - IP Filter, - ipfw, - OpenBSD PF, and - Cisco PIX - -fwbuilder provides the GUI frontend and the policy compilers. diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile deleted file mode 100644 index 05aff0f385c74..0000000000000 --- a/security/fwbuilder/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:59 adam Exp $ - -DISTNAME= fwbuilder-5.1.0.3599 -PKGREVISION= 12 -CATEGORIES= security net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.fwbuilder.org/ -COMMENT= Firewall Builder GUI -LICENSE= gnu-gpl-v2 - -CONFLICTS= fwbuilder-[0-9]* - -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes -USE_TOOLS+= aclocal autoconf automake gmake -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-distcc -#UNLIMIT_RESOURCES+= datasize - -INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} - -.include "../../mk/compiler.mk" - -.if !empty(PKGSRC_COMPILER:Mclang) -SUBST_CLASSES+= fix-endl -SUBST_STAGE.fix-endl= pre-configure -SUBST_MESSAGE.fix-endl= Fixing QTextStream endl for Clang. -SUBST_FILES.fix-endl= src/iptlib/CompilerDriver_ipt_run.cpp -SUBST_FILES.fix-endl+= src/cisco_lib/CompilerDriver_iosacl_run.cpp -SUBST_FILES.fix-endl+= src/cisco_lib/CompilerDriver_pix_run.cpp -SUBST_FILES.fix-endl+= src/cisco_lib/CompilerDriver_procurve_acl_run.cpp -SUBST_SED.fix-endl= -e '/script <<.*endl/s/endl/"\n"/g' -.endif - -pre-configure: - cd ${WRKSRC} && libtoolize -c -f -i && aclocal && autoconf - -.include "../../mk/resolv.buildlink3.mk" -.include "../../net/net-snmp/buildlink3.mk" -.include "../../devel/zlib/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../devel/cppunit/buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" -.include "../../security/libfwbuilder/buildlink3.mk" -.include "../../x11/qt4-libs/buildlink3.mk" -.include "../../x11/qt4-tools/buildlink3.mk" -.include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/fwbuilder/PLIST b/security/fwbuilder/PLIST deleted file mode 100644 index ca72c7bebd751..0000000000000 --- a/security/fwbuilder/PLIST +++ /dev/null @@ -1,353 +0,0 @@ -@comment $NetBSD: PLIST,v 1.8 2015/03/29 15:28:43 rodent Exp $ -bin/fwb_iosacl -bin/fwb_ipf -bin/fwb_ipfw -bin/fwb_ipt -bin/fwb_pf -bin/fwb_pix -bin/fwb_procurve_acl -bin/fwbedit -bin/fwbuilder -man/man1/fwb_iosacl.1 -man/man1/fwb_ipf.1 -man/man1/fwb_ipfw.1 -man/man1/fwb_ipt.1 -man/man1/fwb_pf.1 -man/man1/fwb_pix.1 -man/man1/fwbedit.1 -man/man1/fwbuilder.1 -share/applications/fwbuilder.desktop -share/doc/${PKGNAME}/AUTHORS -share/doc/${PKGNAME}/COPYING -share/doc/${PKGNAME}/ChangeLog -share/doc/${PKGNAME}/Credits -share/doc/${PKGNAME}/FWBuilder-Routing-LICENSE.txt -share/doc/${PKGNAME}/PatchAcceptancePolicy.txt -share/doc/${PKGNAME}/README.floppyfw -share/doc/${PKGNAME}/README.iosacl -share/doc/${PKGNAME}/README.ipf -share/doc/${PKGNAME}/README.ipfw -share/doc/${PKGNAME}/README.ipt -share/doc/${PKGNAME}/README.pf -share/doc/${PKGNAME}/README.pix -share/doc/${PKGNAME}/README.pix_routing -share/doc/${PKGNAME}/README.policy_import -share/doc/${PKGNAME}/README.routing -share/${PKGNAME}/configlets/bsd/bridge_interface -share/${PKGNAME}/configlets/bsd/bridge_port -share/${PKGNAME}/configlets/bsd/carp_interface -share/${PKGNAME}/configlets/bsd/ifconfig_interface -share/${PKGNAME}/configlets/bsd/kernel_vars -share/${PKGNAME}/configlets/bsd/pfsync_interface -share/${PKGNAME}/configlets/bsd/shell_functions -share/${PKGNAME}/configlets/bsd/tools -share/${PKGNAME}/configlets/bsd/update_addresses -share/${PKGNAME}/configlets/bsd/update_bridge -share/${PKGNAME}/configlets/bsd/update_carp -share/${PKGNAME}/configlets/bsd/update_pfsync -share/${PKGNAME}/configlets/bsd/update_vlans -share/${PKGNAME}/configlets/dd-wrt-jffs/check_utilities -share/${PKGNAME}/configlets/dd-wrt-jffs/installer_commands_reg_user -share/${PKGNAME}/configlets/dd-wrt-jffs/installer_commands_root -share/${PKGNAME}/configlets/dd-wrt-jffs/routing_functions -share/${PKGNAME}/configlets/dd-wrt-jffs/script_skeleton -share/${PKGNAME}/configlets/dd-wrt-jffs/top_comment -share/${PKGNAME}/configlets/dd-wrt-nvram/check_utilities -share/${PKGNAME}/configlets/dd-wrt-nvram/installer_commands_reg_user -share/${PKGNAME}/configlets/dd-wrt-nvram/installer_commands_root -share/${PKGNAME}/configlets/dd-wrt-nvram/routing_functions -share/${PKGNAME}/configlets/dd-wrt-nvram/script_skeleton -share/${PKGNAME}/configlets/dd-wrt-nvram/top_comment -share/${PKGNAME}/configlets/freebsd/carp_interface -share/${PKGNAME}/configlets/freebsd/ifconfig_interface -share/${PKGNAME}/configlets/freebsd/installer_commands_reg_user -share/${PKGNAME}/configlets/freebsd/installer_commands_root -share/${PKGNAME}/configlets/freebsd/kernel_vars -share/${PKGNAME}/configlets/freebsd/rc_conf_bridge_port -share/${PKGNAME}/configlets/freebsd/rc_conf_carp_interface -share/${PKGNAME}/configlets/freebsd/rc_conf_ifconfig_interface -share/${PKGNAME}/configlets/freebsd/rc_conf_kernel_vars -share/${PKGNAME}/configlets/freebsd/rc_conf_pfsync_interface -share/${PKGNAME}/configlets/freebsd/routing_functions -share/${PKGNAME}/configlets/freebsd/tools -share/${PKGNAME}/configlets/fwsm_os/failover_commands_2 -share/${PKGNAME}/configlets/fwsm_os/failover_commands_3_2 -share/${PKGNAME}/configlets/fwsm_os/failover_interface_2 -share/${PKGNAME}/configlets/fwsm_os/failover_interface_3_2 -share/${PKGNAME}/configlets/fwsm_os/installer_commands_post_config -share/${PKGNAME}/configlets/fwsm_os/installer_commands_pre_config -share/${PKGNAME}/configlets/fwsm_os/installer_commands_reg_user -share/${PKGNAME}/configlets/fwsm_os/ntp -share/${PKGNAME}/configlets/fwsm_os/regular_interface_2 -share/${PKGNAME}/configlets/fwsm_os/regular_interface_3_2 -share/${PKGNAME}/configlets/fwsm_os/snmp -share/${PKGNAME}/configlets/fwsm_os/ssh -share/${PKGNAME}/configlets/fwsm_os/vlan_parent_interface_2 -share/${PKGNAME}/configlets/fwsm_os/vlan_parent_interface_3_2 -share/${PKGNAME}/configlets/fwsm_os/vlan_subinterface_2 -share/${PKGNAME}/configlets/fwsm_os/vlan_subinterface_3_2 -share/${PKGNAME}/configlets/ios/installer_commands_post_config -share/${PKGNAME}/configlets/ios/installer_commands_pre_config -share/${PKGNAME}/configlets/ios/installer_commands_reg_user -share/${PKGNAME}/configlets/ios/safety_net_acl -share/${PKGNAME}/configlets/ios/script_skeleton -share/${PKGNAME}/configlets/ios/top_comment -share/${PKGNAME}/configlets/ipcop/automatic_rules -share/${PKGNAME}/configlets/ipcop/installer_commands_reg_user -share/${PKGNAME}/configlets/ipcop/installer_commands_root -share/${PKGNAME}/configlets/ipcop/kernel_vars -share/${PKGNAME}/configlets/ipcop/script_skeleton -share/${PKGNAME}/configlets/ipcop/shell_functions -share/${PKGNAME}/configlets/ipcop/update_addresses -share/${PKGNAME}/configlets/ipcop/update_bonding -share/${PKGNAME}/configlets/ipcop/update_bridge -share/${PKGNAME}/configlets/ipcop/update_vlans -share/${PKGNAME}/configlets/ipf/activation -share/${PKGNAME}/configlets/ipf/script_skeleton -share/${PKGNAME}/configlets/ipf/top_comment -share/${PKGNAME}/configlets/ipfw/script_skeleton -share/${PKGNAME}/configlets/ipfw/top_comment -share/${PKGNAME}/configlets/linux24/automatic_rules -share/${PKGNAME}/configlets/linux24/block_action -share/${PKGNAME}/configlets/linux24/check_utilities -share/${PKGNAME}/configlets/linux24/configure_interfaces -share/${PKGNAME}/configlets/linux24/conntrack -share/${PKGNAME}/configlets/linux24/constants -share/${PKGNAME}/configlets/linux24/installer_commands_reg_user -share/${PKGNAME}/configlets/linux24/installer_commands_root -share/${PKGNAME}/configlets/linux24/ip_forwarding -share/${PKGNAME}/configlets/linux24/kernel_vars -share/${PKGNAME}/configlets/linux24/load_modules -share/${PKGNAME}/configlets/linux24/prolog_epilog_functions -share/${PKGNAME}/configlets/linux24/reset_iptables -share/${PKGNAME}/configlets/linux24/routing_functions -share/${PKGNAME}/configlets/linux24/run_time_address_tables -share/${PKGNAME}/configlets/linux24/run_time_wrappers -share/${PKGNAME}/configlets/linux24/script_body_iptables_restore -share/${PKGNAME}/configlets/linux24/script_body_iptables_shell -share/${PKGNAME}/configlets/linux24/script_body_single_rule -share/${PKGNAME}/configlets/linux24/script_skeleton -share/${PKGNAME}/configlets/linux24/shell_functions -share/${PKGNAME}/configlets/linux24/status_action -share/${PKGNAME}/configlets/linux24/stop_action -share/${PKGNAME}/configlets/linux24/top_comment -share/${PKGNAME}/configlets/linux24/update_addresses -share/${PKGNAME}/configlets/linux24/update_bonding -share/${PKGNAME}/configlets/linux24/update_bridge -share/${PKGNAME}/configlets/linux24/update_vlans -share/${PKGNAME}/configlets/linux24/verify_interfaces -share/${PKGNAME}/configlets/macosx/installer_commands_reg_user -share/${PKGNAME}/configlets/macosx/installer_commands_root -share/${PKGNAME}/configlets/macosx/kernel_vars -share/${PKGNAME}/configlets/macosx/tools -share/${PKGNAME}/configlets/openbsd/installer_commands_reg_user -share/${PKGNAME}/configlets/openbsd/installer_commands_root -share/${PKGNAME}/configlets/openbsd/kernel_vars -share/${PKGNAME}/configlets/openbsd/routing_functions -share/${PKGNAME}/configlets/openbsd/tools -share/${PKGNAME}/configlets/openwrt/check_utilities -share/${PKGNAME}/configlets/openwrt/installer_commands_reg_user -share/${PKGNAME}/configlets/openwrt/installer_commands_root -share/${PKGNAME}/configlets/openwrt/load_modules -share/${PKGNAME}/configlets/openwrt/script_skeleton -share/${PKGNAME}/configlets/openwrt/top_comment -share/${PKGNAME}/configlets/pf/activation -share/${PKGNAME}/configlets/pf/rc_conf_activation -share/${PKGNAME}/configlets/pf/rc_conf_skeleton -share/${PKGNAME}/configlets/pf/rc_conf_top_comment -share/${PKGNAME}/configlets/pf/script_skeleton -share/${PKGNAME}/configlets/pf/top_comment -share/${PKGNAME}/configlets/pix_os/failover_commands_6 -share/${PKGNAME}/configlets/pix_os/failover_commands_7 -share/${PKGNAME}/configlets/pix_os/failover_interface_6 -share/${PKGNAME}/configlets/pix_os/failover_interface_7 -share/${PKGNAME}/configlets/pix_os/installer_commands_post_config -share/${PKGNAME}/configlets/pix_os/installer_commands_pre_config -share/${PKGNAME}/configlets/pix_os/installer_commands_reg_user -share/${PKGNAME}/configlets/pix_os/ntp -share/${PKGNAME}/configlets/pix_os/regular_interface_6 -share/${PKGNAME}/configlets/pix_os/regular_interface_7 -share/${PKGNAME}/configlets/pix_os/script_skeleton -share/${PKGNAME}/configlets/pix_os/snmp -share/${PKGNAME}/configlets/pix_os/ssh -share/${PKGNAME}/configlets/pix_os/top_comment -share/${PKGNAME}/configlets/pix_os/vlan_parent_interface_6 -share/${PKGNAME}/configlets/pix_os/vlan_parent_interface_7 -share/${PKGNAME}/configlets/pix_os/vlan_subinterface_6 -share/${PKGNAME}/configlets/pix_os/vlan_subinterface_7 -share/${PKGNAME}/configlets/procurve/installer_commands_post_config -share/${PKGNAME}/configlets/procurve/installer_commands_pre_config -share/${PKGNAME}/configlets/procurve/installer_commands_reg_user -share/${PKGNAME}/configlets/procurve/safety_net_acl -share/${PKGNAME}/configlets/procurve/script_skeleton -share/${PKGNAME}/configlets/procurve/top_comment -share/${PKGNAME}/configlets/secuwall/installer_commands_reg_user -share/${PKGNAME}/configlets/secuwall/installer_commands_root -share/${PKGNAME}/configlets/secuwall/management_rules -share/${PKGNAME}/configlets/secuwall/script_skeleton -share/${PKGNAME}/configlets/solaris/installer_commands_reg_user -share/${PKGNAME}/configlets/solaris/installer_commands_root -share/${PKGNAME}/configlets/solaris/kernel_vars -share/${PKGNAME}/configlets/solaris/tools -share/${PKGNAME}/configlets/sveasoft/installer_commands_reg_user -share/${PKGNAME}/configlets/sveasoft/installer_commands_root -share/${PKGNAME}/configlets/sveasoft/script_skeleton -share/${PKGNAME}/configlets/sveasoft/shell_functions -share/${PKGNAME}/configlets/sveasoft/top_comment -share/${PKGNAME}/fwbuilder.dtd -share/${PKGNAME}/help/en_US/cluster_interfaces.png -share/${PKGNAME}/help/en_US/create_and_add_to_group.png -share/${PKGNAME}/help/en_US/ipcopAdvancedDialog.html -share/${PKGNAME}/help/en_US/ipcoposAdvancedDialog.html -share/${PKGNAME}/help/en_US/ipfw_Classify.html -share/${PKGNAME}/help/en_US/iptAdvancedDialog.html -share/${PKGNAME}/help/en_US/iptables_Branch.html -share/${PKGNAME}/help/en_US/iptables_Classify.html -share/${PKGNAME}/help/en_US/iptables_Route.html -share/${PKGNAME}/help/en_US/iptables_Tag.html -share/${PKGNAME}/help/en_US/iptables_rule_options.html -share/${PKGNAME}/help/en_US/linux24AdvancedDialog.html -share/${PKGNAME}/help/en_US/main.html -share/${PKGNAME}/help/en_US/new_bridge_interfaces.png -share/${PKGNAME}/help/en_US/pfAdvancedDialog.html -share/${PKGNAME}/help/en_US/pf_Branch.html -share/${PKGNAME}/help/en_US/pf_Classify.html -share/${PKGNAME}/help/en_US/pf_Route.html -share/${PKGNAME}/help/en_US/pf_Tag.html -share/${PKGNAME}/help/en_US/pf_rule_options.html -share/${PKGNAME}/help/en_US/pix-failover-group-1.png -share/${PKGNAME}/help/en_US/pix-failover-groups-mapping.png -share/${PKGNAME}/help/en_US/pix-statesync-group-1.png -share/${PKGNAME}/help/en_US/pix-statesync-group-mapping.png -share/${PKGNAME}/help/en_US/release_notes_4.0.0.html -share/${PKGNAME}/help/en_US/release_notes_4.0.1.html -share/${PKGNAME}/help/en_US/release_notes_4.1.0.html -share/${PKGNAME}/help/en_US/release_notes_4.1.1.html -share/${PKGNAME}/help/en_US/release_notes_4.1.2.html -share/${PKGNAME}/help/en_US/release_notes_4.1.3.html -share/${PKGNAME}/help/en_US/release_notes_4.2.0.html -share/${PKGNAME}/help/en_US/release_notes_4.2.1.html -share/${PKGNAME}/help/en_US/release_notes_4.2.2.html -share/${PKGNAME}/help/en_US/release_notes_5.0.0.html -share/${PKGNAME}/help/en_US/release_notes_5.0.1.html -share/${PKGNAME}/help/en_US/release_notes_5.1.0.html -share/${PKGNAME}/help/en_US/state_sync_configuration.png -share/${PKGNAME}/help/en_US/tip01.html -share/${PKGNAME}/help/en_US/tip02.html -share/${PKGNAME}/help/en_US/tip03.html -share/${PKGNAME}/help/en_US/tip04.html -share/${PKGNAME}/help/en_US/tip05.html -share/${PKGNAME}/help/en_US/tip06.html -share/${PKGNAME}/help/en_US/tip07.html -share/${PKGNAME}/help/en_US/tip08.html -share/${PKGNAME}/help/en_US/tip09.html -share/${PKGNAME}/help/en_US/tip10.html -share/${PKGNAME}/help/en_US/vlan_interfaces.png -share/${PKGNAME}/migration/FWObjectDatabase_0.10.0.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.1.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.10.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.11.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.12.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.13.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.14.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.2.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.3.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.4.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.5.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.6.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.7.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.8.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.10.9.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.9.0.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.9.1.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.9.2.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.9.3.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.9.4.xslt -share/${PKGNAME}/migration/FWObjectDatabase_0.9.5.xslt -share/${PKGNAME}/migration/FWObjectDatabase_1.0.0.xslt -share/${PKGNAME}/migration/FWObjectDatabase_1.0.1.xslt -share/${PKGNAME}/migration/FWObjectDatabase_1.0.2.xslt -share/${PKGNAME}/migration/FWObjectDatabase_10.xslt -share/${PKGNAME}/migration/FWObjectDatabase_11.xslt -share/${PKGNAME}/migration/FWObjectDatabase_12.xslt -share/${PKGNAME}/migration/FWObjectDatabase_13.xslt -share/${PKGNAME}/migration/FWObjectDatabase_14.xslt -share/${PKGNAME}/migration/FWObjectDatabase_15.xslt -share/${PKGNAME}/migration/FWObjectDatabase_16.xslt -share/${PKGNAME}/migration/FWObjectDatabase_17.xslt -share/${PKGNAME}/migration/FWObjectDatabase_18.xslt -share/${PKGNAME}/migration/FWObjectDatabase_19.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.0.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.1.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.10.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.11.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.12.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.2.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.3.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.4.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.5.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.6.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.7.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.8.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.9.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.0.99.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.0.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.1.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.10.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.11.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.12.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.13.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.14.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.15.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.16.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.17.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.18.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.19.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.2.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.3.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.4.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.5.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.6.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.7.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.8.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.9.xslt -share/${PKGNAME}/migration/FWObjectDatabase_2.1.99.xslt -share/${PKGNAME}/migration/FWObjectDatabase_20.xslt -share/${PKGNAME}/migration/FWObjectDatabase_21.xslt -share/${PKGNAME}/migration/FWObjectDatabase_3.xslt -share/${PKGNAME}/migration/FWObjectDatabase_4.xslt -share/${PKGNAME}/migration/FWObjectDatabase_5.xslt -share/${PKGNAME}/migration/FWObjectDatabase_6.xslt -share/${PKGNAME}/migration/FWObjectDatabase_7.xslt -share/${PKGNAME}/migration/FWObjectDatabase_8.xslt -share/${PKGNAME}/migration/FWObjectDatabase_9.xslt -share/${PKGNAME}/objects_init.xml -share/${PKGNAME}/os/dd-wrt-jffs.xml -share/${PKGNAME}/os/dd-wrt-nvram.xml -share/${PKGNAME}/os/endian.xml -share/${PKGNAME}/os/freebsd.xml -share/${PKGNAME}/os/fwsm_os.xml -share/${PKGNAME}/os/ios.xml -share/${PKGNAME}/os/ipcop.xml -share/${PKGNAME}/os/linux24.xml -share/${PKGNAME}/os/macosx.xml -share/${PKGNAME}/os/oneshield.xml -share/${PKGNAME}/os/openbsd.xml -share/${PKGNAME}/os/openwrt.xml -share/${PKGNAME}/os/pix_os.xml -share/${PKGNAME}/os/procurve.xml -share/${PKGNAME}/os/secuwall.xml -share/${PKGNAME}/os/solaris.xml -share/${PKGNAME}/os/sveasoft.xml -share/${PKGNAME}/os/unknown_os.xml -share/${PKGNAME}/platform/fwsm.xml -share/${PKGNAME}/platform/iosacl.xml -share/${PKGNAME}/platform/ipf.xml -share/${PKGNAME}/platform/ipfw.xml -share/${PKGNAME}/platform/iptables.xml -share/${PKGNAME}/platform/pf.xml -share/${PKGNAME}/platform/pix.xml -share/${PKGNAME}/platform/procurve_acl.xml -share/${PKGNAME}/platform/unknown.xml -share/${PKGNAME}/resources.xml -share/${PKGNAME}/templates.xml diff --git a/security/fwbuilder/distinfo b/security/fwbuilder/distinfo deleted file mode 100644 index 7ca8e809312f0..0000000000000 --- a/security/fwbuilder/distinfo +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 11:17:05 nia Exp $ - -BLAKE2s (fwbuilder-5.1.0.3599.tar.gz) = d73c8a982c356ebe224d5b9d666044d67cf5713d875fd9af305eb0c4fb0107fa -SHA512 (fwbuilder-5.1.0.3599.tar.gz) = 3a0d726736ad841a070a26b101fe4a5388a082e99146554fc60af53c10b1f01ccdd1206046502d355afdb0819ea28f7b309f6ae62b087b3de5da75d8dd56b62c -Size (fwbuilder-5.1.0.3599.tar.gz) = 7182573 bytes -SHA1 (patch-aa) = 92a8962a12882507d4b8eb3e536899c3638b9cd9 -SHA1 (patch-ab) = e1d7c25ffdcd5e6b89b5b9339fb8a3ac26515b54 -SHA1 (patch-ac) = bf432946fa9e69e2ea7ef1ddce1af95baa678c43 -SHA1 (patch-ad) = 33189f54678ac147be99bf4d126afde38665b13e -SHA1 (patch-ae) = d0a20d6592c54065d26c1008e6b40e1e4d7fcdc7 -SHA1 (patch-configure.in) = b8c65d446b5761f835ea3275476c395f8426d6d7 -SHA1 (patch-src_gui_main.cpp) = 36b869852d9ed25aa1124f79ff926fe060558c08 -SHA1 (patch-src_libfwbuilder_qmake.inc.in) = 43043c98224da7c3050b1a1d9b7a01a7950a5c30 -SHA1 (patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp) = bd56835ae173bad81d239f6030076080c330d6e1 -SHA1 (patch-src_libfwbuilder_src_fwbuilder_uint128.h) = e978e3892ff84442f8384871ac8e784cb7ee079b -SHA1 (patch-src_libgui_startup__tip__url.h) = d20d06a16e674f7b638109a8614d60e7c3eb0150 diff --git a/security/fwbuilder/patches/patch-aa b/security/fwbuilder/patches/patch-aa deleted file mode 100644 index 0fd639cc4991d..0000000000000 --- a/security/fwbuilder/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2015/03/29 15:28:43 rodent Exp $ - -Fix build on Darwin. - ---- src/common/init.cpp.orig 2012-03-23 06:10:54.000000000 +0000 -+++ src/common/init.cpp -@@ -26,7 +26,7 @@ std::string ee; - QString user_name; - - --#if defined(Q_OS_WIN32) || defined(Q_OS_MACX) -+#if defined(Q_OS_WIN32) - extern void init_win(); - void init(char * const*) - { diff --git a/security/fwbuilder/patches/patch-ab b/security/fwbuilder/patches/patch-ab deleted file mode 100644 index cc31fbf9fb697..0000000000000 --- a/security/fwbuilder/patches/patch-ab +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2015/03/29 15:28:43 rodent Exp $ - -Don't build with debugging symbols by default nor hardcode compiler flags. - ---- qmake.inc.in.orig 2012-03-23 06:10:54.000000000 +0000 -+++ qmake.inc.in -@@ -17,7 +17,7 @@ CPPUNIT_LIBS = @CPPUNIT_LIBS@ - - # CONFIG -= nostrip - # CONFIG += release --CONFIG += debug -+#CONFIG += debug - - unix { - PREFIX = @PREFIX@ -@@ -36,11 +36,10 @@ unix { - OBJECTS_DIR = .obj - - QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter -- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter -+ QMAKE_CFLAGS_RELEASE += @CXXFLAGS@ - QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter -- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter -+ QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@ - -- !macx { - - exec_prefix = @EXEC_PREFIX@ - DESTDIR = -@@ -68,7 +67,6 @@ unix { - CONFIG += warn_on - - # DEFINES += __STDC_FORMAT_MACROS -- } - } - - win32 { diff --git a/security/fwbuilder/patches/patch-ac b/security/fwbuilder/patches/patch-ac deleted file mode 100644 index 8aa60fd6ff9c2..0000000000000 --- a/security/fwbuilder/patches/patch-ac +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ac,v 1.6 2015/03/29 15:28:43 rodent Exp $ - -Fix build on Darwin. - ---- src/res/res.pro.orig 2012-03-23 06:10:54.000000000 +0000 -+++ src/res/res.pro -@@ -17,6 +17,7 @@ win32 { - QMAKE_RUN_CC = @echo > /dev/null - QMAKE_RUN_CXX = @echo > /dev/null - QMAKE_LINK = @echo > /dev/null -+ QMAKE_LIBTOOL = @echo > /dev/null - } - - TARGET = res -@@ -40,7 +41,6 @@ INSTALLS += res_help_en_US - INSTALLS += res_configlets - - unix { --!macx { - res_desktop.files = fwbuilder.desktop - INSTALLS += res_desktop - -@@ -78,7 +78,6 @@ unix { - INSTALLS += app_icon_512x512 - } - } --} - - - diff --git a/security/fwbuilder/patches/patch-ad b/security/fwbuilder/patches/patch-ad deleted file mode 100644 index 54e3ed2728db7..0000000000000 --- a/security/fwbuilder/patches/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ad,v 1.6 2015/03/29 15:28:43 rodent Exp $ - -Use libtool. - ---- src/tools/tools.pro.orig 2012-03-23 06:10:54.000000000 +0000 -+++ src/tools/tools.pro -@@ -13,6 +13,7 @@ unix { - QMAKE_RUN_CC = @true - QMAKE_RUN_CXX = @true - QMAKE_LINK = @true -+ QMAKE_LIBTOOL = @true - } - - macx { diff --git a/security/fwbuilder/patches/patch-ae b/security/fwbuilder/patches/patch-ae deleted file mode 100644 index 0b0e0bf056e75..0000000000000 --- a/security/fwbuilder/patches/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2015/03/29 15:28:43 rodent Exp $ - -Use libtool. - ---- doc/doc.pro.orig 2012-03-23 06:10:54.000000000 +0000 -+++ doc/doc.pro -@@ -17,6 +17,7 @@ win32 { - QMAKE_RUN_CC = @echo > /dev/null - QMAKE_RUN_CXX = @echo > /dev/null - QMAKE_LINK = @echo > /dev/null -+ QMAKE_LIBTOOL = @echo > /dev/null - } - - TARGET = doc diff --git a/security/fwbuilder/patches/patch-configure.in b/security/fwbuilder/patches/patch-configure.in deleted file mode 100644 index 2965ab77476ac..0000000000000 --- a/security/fwbuilder/patches/patch-configure.in +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-configure.in,v 1.3 2016/04/21 10:44:41 jperkin Exp $ - -Fix MANDIR and DEFAULT_RES_DIR. - ---- configure.in.orig 2012-03-23 06:10:54.000000000 +0000 -+++ configure.in -@@ -492,7 +492,7 @@ case ${host} in - OS_MACOSX=1 - MANDIR="${PREFIX}/share/man/" - AC_MSG_RESULT(MacOSX) -- DEFAULT_RES_DIR="../Resources" -+ DEFAULT_RES_DIR="${PREFIX}/share/fwbuilder-${VERSION}" - ;; - - *-*-solaris*) -@@ -567,6 +567,7 @@ case ${host} in - DEFAULT_RES_DIR="${PREFIX}/share/fwbuilder-${VERSION}" - ;; - esac -+MANDIR="$mandir" - - if test "x$with_templatedir" != "x"; then - RES_DIR="${with_templatedir}" diff --git a/security/fwbuilder/patches/patch-src_gui_main.cpp b/security/fwbuilder/patches/patch-src_gui_main.cpp deleted file mode 100644 index 7b1d41d43dce2..0000000000000 --- a/security/fwbuilder/patches/patch-src_gui_main.cpp +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-src_gui_main.cpp,v 1.2 2015/03/29 15:28:43 rodent Exp $ - -Fix buildling on Mac OS X. - ---- src/gui/main.cpp.orig 2012-03-23 06:10:54.000000000 +0000 -+++ src/gui/main.cpp -@@ -72,9 +72,6 @@ - #include "fwbuilder/Constants.h" - - --#if defined(Q_WS_MAC) --extern void connectOdocHandler(); --#endif - - #ifndef INIT2 - #define INIT2 -@@ -257,9 +254,6 @@ int main( int argc, char *argv[] ) - // connecting to right slot - app->connect(app, SIGNAL(lastWindowClosed()), app, SLOT(quit())); - --#if defined(Q_WS_MAC) -- connectOdocHandler(); --#endif - - // setup single shot timer to call startupLoad() - QTimer::singleShot(500, mw, SLOT(startupLoad())); diff --git a/security/fwbuilder/patches/patch-src_libfwbuilder_qmake.inc.in b/security/fwbuilder/patches/patch-src_libfwbuilder_qmake.inc.in deleted file mode 100644 index 28559f557de67..0000000000000 --- a/security/fwbuilder/patches/patch-src_libfwbuilder_qmake.inc.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_libfwbuilder_qmake.inc.in,v 1.1 2015/03/29 15:28:43 rodent Exp $ - -LIBDIR does not expand. - ---- src/libfwbuilder/qmake.inc.in.orig 2012-03-23 06:10:54.000000000 +0000 -+++ src/libfwbuilder/qmake.inc.in -@@ -43,7 +43,7 @@ unix { - exec_prefix = @EXEC_PREFIX@ - DESTDIR = - -- target.path = @LIBDIR@ -+ target.path = @libdir@ - dtd.path = @RES_DIR@/ - migration.path = @RES_DIR@/migration - doc.path = @DOCDIR@ diff --git a/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp b/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp deleted file mode 100644 index 398dcdf160eb6..0000000000000 --- a/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp,v 1.1 2017/06/17 19:52:13 joerg Exp $ - -Adding integer to a char[] string doesn't do the right thing. - ---- src/libfwbuilder/src/fwbuilder/AddressRange.cpp.orig 2017-06-10 17:41:07.168361613 +0000 -+++ src/libfwbuilder/src/fwbuilder/AddressRange.cpp -@@ -79,7 +79,7 @@ FWObject& AddressRange::shallowDuplicate - const AddressRange *n = dynamic_cast(o); - if (n==NULL) - throw(FWException( --"Attempt to copy incompatible object to AddressRange: objectID="+o->getId())); -+"Attempt to copy incompatible object to AddressRange: objectID="+std::to_string(o->getId()))); - - start_address = n->getRangeStart(); - end_address = n->getRangeEnd(); diff --git a/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_uint128.h b/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_uint128.h deleted file mode 100644 index 937065e0efa74..0000000000000 --- a/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_uint128.h +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-src_libfwbuilder_src_fwbuilder_uint128.h,v 1.1 2017/06/17 19:52:13 joerg Exp $ - -Avoid User Defined Literals. Drop effectively redundant casts that -actually introduce warnings. - ---- src/libfwbuilder/src/fwbuilder/uint128.h.orig 2017-06-10 17:34:20.490231501 +0000 -+++ src/libfwbuilder/src/fwbuilder/uint128.h -@@ -466,9 +466,9 @@ public: - { - char buf[33]; - if (hi) -- sprintf(buf, "%"PRIX64"%08"PRIX64, (unsigned long long)hi,(unsigned long long)lo); -+ sprintf(buf, "%" PRIX64"%08" PRIX64, hi, lo); - else -- sprintf(buf,"%"PRIX64,(unsigned long long)lo); -+ sprintf(buf,"%" PRIX64, lo); - return buf; - } - diff --git a/security/fwbuilder/patches/patch-src_libgui_startup__tip__url.h b/security/fwbuilder/patches/patch-src_libgui_startup__tip__url.h deleted file mode 100644 index 5ea38a098b396..0000000000000 --- a/security/fwbuilder/patches/patch-src_libgui_startup__tip__url.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_libgui_startup__tip__url.h,v 1.1 2017/06/17 19:52:13 joerg Exp $ - -Avoid User Defined Literals. - ---- src/libgui/startup_tip_url.h.orig 2017-06-10 17:39:29.007229821 +0000 -+++ src/libgui/startup_tip_url.h -@@ -29,7 +29,7 @@ - - #include "../../VERSION.h" - --#define STARTUP_TIP_URL "http://update.fwbuilder.org/tips/gettip.cgi?v="VERSION -+#define STARTUP_TIP_URL "http://update.fwbuilder.org/tips/gettip.cgi?v=" VERSION - - #endif - diff --git a/security/libfwbuilder/DESCR b/security/libfwbuilder/DESCR deleted file mode 100644 index 89cb9f5b265ee..0000000000000 --- a/security/libfwbuilder/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -Firewall Builder is a multi-platform firewall configuration and -management tool. It consists of a GUI and a set of policy compilers for -various firewall platforms. Firewall Builder uses an object-oriented -approach, it helps administrators maintain a database of network -objects and allows policy editing using simple drag-and-drop -operations. Firewall Builder currently supports - - iptables, - IP Filter, - ipfw, - OpenBSD PF, and - Cisco PIX - -libfwbuilder provides the back-end functionality in a library. diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile deleted file mode 100644 index b2e5a2f6bd6d1..0000000000000 --- a/security/libfwbuilder/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: Makefile,v 1.60 2022/04/18 19:10:05 adam Exp $ - -DISTNAME= libfwbuilder-4.1.3 -PKGREVISION= 29 -CATEGORIES= security net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.fwbuilder.org/ -COMMENT= Firewall Builder API -LICENSE= gnu-gpl-v2 - -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes -USE_TOOLS+= aclocal autoconf automake gmake -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-distcc - -INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} - -pre-configure: - cd ${WRKSRC} && libtoolize -c -f -i && aclocal && autoconf - -.include "../../devel/zlib/buildlink3.mk" -.include "../../net/net-snmp/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../x11/qt4-libs/buildlink3.mk" -.include "../../x11/qt4-tools/buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/libfwbuilder/PLIST b/security/libfwbuilder/PLIST deleted file mode 100644 index 509866fa2a383..0000000000000 --- a/security/libfwbuilder/PLIST +++ /dev/null @@ -1,166 +0,0 @@ -@comment $NetBSD: PLIST,v 1.12 2011/04/12 13:41:17 adam Exp $ -bin/libfwbuilder-config-4 -include/fwb-4/fwbuilder/Address.h -include/fwb-4/fwbuilder/AddressRange.h -include/fwb-4/fwbuilder/AddressTable.h -include/fwb-4/fwbuilder/BackgroundOp.h -include/fwb-4/fwbuilder/Cluster.h -include/fwb-4/fwbuilder/ClusterGroup.h -include/fwb-4/fwbuilder/Constants.h -include/fwb-4/fwbuilder/CustomService.h -include/fwb-4/fwbuilder/DNSName.h -include/fwb-4/fwbuilder/Dispatch.h -include/fwb-4/fwbuilder/FWException.h -include/fwb-4/fwbuilder/FWIntervalReference.h -include/fwb-4/fwbuilder/FWObject.h -include/fwb-4/fwbuilder/FWObjectDatabase.h -include/fwb-4/fwbuilder/FWObjectReference.h -include/fwb-4/fwbuilder/FWOptions.h -include/fwb-4/fwbuilder/FWReference.h -include/fwb-4/fwbuilder/FWServiceReference.h -include/fwb-4/fwbuilder/FailoverClusterGroup.h -include/fwb-4/fwbuilder/Firewall.h -include/fwb-4/fwbuilder/Group.h -include/fwb-4/fwbuilder/Host.h -include/fwb-4/fwbuilder/HostsFile.h -include/fwb-4/fwbuilder/ICMP6Service.h -include/fwb-4/fwbuilder/ICMPService.h -include/fwb-4/fwbuilder/IPRoute.h -include/fwb-4/fwbuilder/IPService.h -include/fwb-4/fwbuilder/IPv4.h -include/fwb-4/fwbuilder/IPv6.h -include/fwb-4/fwbuilder/Inet6AddrMask.h -include/fwb-4/fwbuilder/InetAddr.h -include/fwb-4/fwbuilder/InetAddrMask.h -include/fwb-4/fwbuilder/Interface.h -include/fwb-4/fwbuilder/InterfaceData.h -include/fwb-4/fwbuilder/Interval.h -include/fwb-4/fwbuilder/IntervalGroup.h -include/fwb-4/fwbuilder/Library.h -include/fwb-4/fwbuilder/Logger.h -include/fwb-4/fwbuilder/Management.h -include/fwb-4/fwbuilder/MultiAddress.h -include/fwb-4/fwbuilder/NAT.h -include/fwb-4/fwbuilder/Network.h -include/fwb-4/fwbuilder/NetworkIPv6.h -include/fwb-4/fwbuilder/ObjectGroup.h -include/fwb-4/fwbuilder/ObjectMatcher.h -include/fwb-4/fwbuilder/ObjectMirror.h -include/fwb-4/fwbuilder/Policy.h -include/fwb-4/fwbuilder/Pool.h -include/fwb-4/fwbuilder/Resources.h -include/fwb-4/fwbuilder/Routing.h -include/fwb-4/fwbuilder/Rule.h -include/fwb-4/fwbuilder/RuleElement.h -include/fwb-4/fwbuilder/RuleSet.h -include/fwb-4/fwbuilder/SecuwallMgmtFile.h -include/fwb-4/fwbuilder/Service.h -include/fwb-4/fwbuilder/ServiceGroup.h -include/fwb-4/fwbuilder/StateSyncClusterGroup.h -include/fwb-4/fwbuilder/SyncQueue.h -include/fwb-4/fwbuilder/TCPService.h -include/fwb-4/fwbuilder/TCPUDPService.h -include/fwb-4/fwbuilder/TagService.h -include/fwb-4/fwbuilder/ThreadTools.h -include/fwb-4/fwbuilder/Tools.h -include/fwb-4/fwbuilder/UDPService.h -include/fwb-4/fwbuilder/UserService.h -include/fwb-4/fwbuilder/XMLTools.h -include/fwb-4/fwbuilder/dns.h -include/fwb-4/fwbuilder/inet_net.h -include/fwb-4/fwbuilder/libfwbuilder-config.h -include/fwb-4/fwbuilder/libfwbuilder-version.h -include/fwb-4/fwbuilder/physAddress.h -include/fwb-4/fwbuilder/snmp.h -include/fwb-4/fwbuilder/uint128.h -include/fwb-4/fwcompiler/BaseCompiler.h -include/fwb-4/fwcompiler/Compiler.h -include/fwb-4/fwcompiler/NATCompiler.h -include/fwb-4/fwcompiler/OSConfigurator.h -include/fwb-4/fwcompiler/PolicyCompiler.h -include/fwb-4/fwcompiler/Preprocessor.h -include/fwb-4/fwcompiler/RoutingCompiler.h -include/fwb-4/fwcompiler/RuleProcessor.h -lib/libfwbuilder.la -lib/libfwcompiler.la -share/doc/libfwbuilder-${PKGVERSION}/AUTHORS -share/doc/libfwbuilder-${PKGVERSION}/COPYING -share/doc/libfwbuilder-${PKGVERSION}/ChangeLog -share/doc/libfwbuilder-${PKGVERSION}/Credits -share/doc/libfwbuilder-${PKGVERSION}/INSTALL -share/doc/libfwbuilder-${PKGVERSION}/PatchAcceptancePolicy.txt -share/libfwbuilder-${PKGVERSION}/fwbuilder.dtd -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.0.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.1.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.10.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.11.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.12.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.13.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.14.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.2.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.3.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.4.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.5.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.6.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.7.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.8.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.9.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.8.7.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.0.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.1.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.2.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.3.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.4.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.5.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_1.0.0.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_1.0.1.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_1.0.2.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_10.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_11.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_12.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_13.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_14.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_15.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_16.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.0.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.1.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.10.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.11.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.12.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.2.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.3.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.4.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.5.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.6.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.7.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.8.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.9.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.99.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.0.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.1.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.10.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.11.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.12.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.13.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.14.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.15.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.16.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.17.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.18.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.19.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.2.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.3.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.4.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.5.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.6.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.7.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.8.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.9.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.99.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_3.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_4.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_5.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_6.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_7.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_8.xslt -share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_9.xslt diff --git a/security/libfwbuilder/buildlink3.mk b/security/libfwbuilder/buildlink3.mk deleted file mode 100644 index 60122bbf5f105..0000000000000 --- a/security/libfwbuilder/buildlink3.mk +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.51 2022/04/18 19:10:05 adam Exp $ - -BUILDLINK_TREE+= libfwbuilder - -.if !defined(LIBFWBUILDER_BUILDLINK3_MK) -LIBFWBUILDER_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.libfwbuilder+= libfwbuilder>=4.1.3 -BUILDLINK_ABI_DEPENDS.libfwbuilder+= libfwbuilder>=4.1.3nb29 -BUILDLINK_PKGSRCDIR.libfwbuilder?= ../../security/libfwbuilder - -.include "../../devel/zlib/buildlink3.mk" -.include "../../net/net-snmp/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../x11/qt4-libs/buildlink3.mk" -.endif # LIBFWBUILDER_BUILDLINK3_MK - -BUILDLINK_TREE+= -libfwbuilder diff --git a/security/libfwbuilder/distinfo b/security/libfwbuilder/distinfo deleted file mode 100644 index b020551ce53ce..0000000000000 --- a/security/libfwbuilder/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 11:17:13 nia Exp $ - -BLAKE2s (libfwbuilder-4.1.3.tar.gz) = fd37fb58d8e716aab67ce58e2dbf26851889ab972f7c51a6660b94cce61eb6e9 -SHA512 (libfwbuilder-4.1.3.tar.gz) = 92cb5ad8f10e8d20e6c3122e0c9993734b55fb8ef96879530e7db836ae9bc84e9ef3fa0a5cd698b28ac7bdc88adb47703d9c00bf23bab980c6260a6756ef7e2b -Size (libfwbuilder-4.1.3.tar.gz) = 363194 bytes -SHA1 (patch-aa) = 9601dfd97124f2c0c6faf820e8624bdc79463658 -SHA1 (patch-ab) = 563c0fae20bb13befafde4ca49c4b0d2f76296d7 -SHA1 (patch-ac) = 7c125aa1d1f8f7017fe8b786cf3d94abf72046e2 -SHA1 (patch-ad) = 8a648a3acbd430cee69e449a983f011c9ed7e954 -SHA1 (patch-ae) = aebf66c231466b3f970152127ea1f12c4fb8be76 diff --git a/security/libfwbuilder/patches/patch-aa b/security/libfwbuilder/patches/patch-aa deleted file mode 100644 index 947cc8461abcb..0000000000000 --- a/security/libfwbuilder/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2011/04/12 13:41:17 adam Exp $ - ---- etc/etc.pro.orig 2011-04-11 18:36:15.000000000 +0000 -+++ etc/etc.pro -@@ -13,6 +13,7 @@ QMAKE_RUN_CC = @echo - QMAKE_RUN_CXX = @echo - QMAKE_LINK = @echo - QMAKE_LIB = @echo -+QMAKE_LIBTOOL = @echo - - TARGET = etc - diff --git a/security/libfwbuilder/patches/patch-ab b/security/libfwbuilder/patches/patch-ab deleted file mode 100644 index c442246b7dcf3..0000000000000 --- a/security/libfwbuilder/patches/patch-ab +++ /dev/null @@ -1,34 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2011/04/12 13:41:17 adam Exp $ - ---- qmake.inc.in.orig 2010-11-17 05:18:12.000000000 +0000 -+++ qmake.inc.in -@@ -22,7 +22,6 @@ unix { - LIBS += @PTHREAD_LIBS@ @XML_LIBS@ @XSLT_LIBS@ @LIBSNMP_LIBS@ \ - @LIB_RESOLV@ @LIBS@ - -- !macx { - UI_DIR = .ui - MOC_DIR = .moc - OBJECTS_DIR = .obj -@@ -35,12 +34,10 @@ unix { - migration.path = @TEMPLATE_DIR@/migration - doc.path = @DOCDIR@ - -- CONFIG += warn_on debug -+ CONFIG += warn_on - QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter -- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter - QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter @CXXFLAGS@ -- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter @CXXFLAGS@ -- } -+ QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@ - } - - exists(qmake2.inc) { -@@ -48,5 +45,6 @@ exists(qmake2.inc) { - } - - CONFIG -= qt -+CONFIG += thread - - INSTALLS += target diff --git a/security/libfwbuilder/patches/patch-ac b/security/libfwbuilder/patches/patch-ac deleted file mode 100644 index a61f2325a8396..0000000000000 --- a/security/libfwbuilder/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.4 2011/04/12 13:41:17 adam Exp $ - ---- doc/doc.pro.orig 2010-11-17 05:18:12.000000000 +0000 -+++ doc/doc.pro -@@ -10,6 +10,7 @@ CONFIG -= embed_manifest_exe - QMAKE_RUN_CC = echo - QMAKE_RUN_CXX = echo - QMAKE_LINK = echo -+QMAKE_LIBTOOL = echo - - TARGET = - diff --git a/security/libfwbuilder/patches/patch-ad b/security/libfwbuilder/patches/patch-ad deleted file mode 100644 index 227c7237eea2c..0000000000000 --- a/security/libfwbuilder/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.4 2011/04/12 13:41:17 adam Exp $ - ---- migration/migration.pro.orig 2010-11-17 05:18:12.000000000 +0000 -+++ migration/migration.pro -@@ -14,6 +14,7 @@ win32 { - QMAKE_RUN_CC = "@echo" - QMAKE_RUN_CXX = "@echo" - QMAKE_LINK = "@echo" -+QMAKE_LIBTOOL = "@echo" - - target.path = $${migration.path} - diff --git a/security/libfwbuilder/patches/patch-ae b/security/libfwbuilder/patches/patch-ae deleted file mode 100644 index 93a5ef1d0cf20..0000000000000 --- a/security/libfwbuilder/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2011/04/12 13:41:17 adam Exp $ - ---- src/confscript/confscript.pro.orig 2011-04-11 18:34:55.000000000 +0000 -+++ src/confscript/confscript.pro -@@ -13,6 +13,7 @@ QMAKE_RUN_CC = @echo - QMAKE_RUN_CXX = @echo - QMAKE_LINK = @echo - QMAKE_LIB = @echo -+QMAKE_LIBTOOL = @echo - - TARGET = confscript - From 67232ea566f257aa688752f5394beadb64cfd027 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 25 May 2022 21:54:43 +0000 Subject: [PATCH 1042/1154] rust-src: update / sync to rust version 1.60.0. Checksum and PLIST adjustments. --- lang/rust-src/Makefile | 4 ++-- lang/rust-src/PLIST | 32 ++++++++++++++++++++++++-------- lang/rust-src/distinfo | 8 ++++---- 3 files changed, 30 insertions(+), 14 deletions(-) diff --git a/lang/rust-src/Makefile b/lang/rust-src/Makefile index f4453143bbcb9..d97057ff013f7 100644 --- a/lang/rust-src/Makefile +++ b/lang/rust-src/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2022/04/15 17:46:14 he Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/25 21:54:43 he Exp $ -DISTNAME= rust-src-1.59.0 +DISTNAME= rust-src-1.60.0 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL:=rust/} diff --git a/lang/rust-src/PLIST b/lang/rust-src/PLIST index 3a3d783ad6eb1..ac286bfe06415 100644 --- a/lang/rust-src/PLIST +++ b/lang/rust-src/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/04/15 17:46:14 he Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/25 21:54:43 he Exp $ lib/rustlib/manifest-rust-src lib/rustlib/src/rust/Cargo.lock lib/rustlib/src/rust/library/alloc/Cargo.toml @@ -190,6 +190,8 @@ lib/rustlib/src/rust/library/core/benches/ops.rs lib/rustlib/src/rust/library/core/benches/pattern.rs lib/rustlib/src/rust/library/core/benches/slice.rs lib/rustlib/src/rust/library/core/benches/str.rs +lib/rustlib/src/rust/library/core/benches/str/char_count.rs +lib/rustlib/src/rust/library/core/benches/str/corpora.rs lib/rustlib/src/rust/library/core/primitive_docs/box_into_raw.md lib/rustlib/src/rust/library/core/primitive_docs/fs_file.md lib/rustlib/src/rust/library/core/primitive_docs/io_bufread.md @@ -207,6 +209,9 @@ lib/rustlib/src/rust/library/core/src/array/equality.rs lib/rustlib/src/rust/library/core/src/array/iter.rs lib/rustlib/src/rust/library/core/src/array/mod.rs lib/rustlib/src/rust/library/core/src/ascii.rs +lib/rustlib/src/rust/library/core/src/async_iter/async_iter.rs +lib/rustlib/src/rust/library/core/src/async_iter/from_iter.rs +lib/rustlib/src/rust/library/core/src/async_iter/mod.rs lib/rustlib/src/rust/library/core/src/bool.rs lib/rustlib/src/rust/library/core/src/borrow.rs lib/rustlib/src/rust/library/core/src/cell.rs @@ -369,6 +374,7 @@ lib/rustlib/src/rust/library/core/src/slice/rotate.rs lib/rustlib/src/rust/library/core/src/slice/sort.rs lib/rustlib/src/rust/library/core/src/slice/specialize.rs lib/rustlib/src/rust/library/core/src/str/converts.rs +lib/rustlib/src/rust/library/core/src/str/count.rs lib/rustlib/src/rust/library/core/src/str/error.rs lib/rustlib/src/rust/library/core/src/str/iter.rs lib/rustlib/src/rust/library/core/src/str/lossy.rs @@ -376,9 +382,6 @@ lib/rustlib/src/rust/library/core/src/str/mod.rs lib/rustlib/src/rust/library/core/src/str/pattern.rs lib/rustlib/src/rust/library/core/src/str/traits.rs lib/rustlib/src/rust/library/core/src/str/validations.rs -lib/rustlib/src/rust/library/core/src/stream/from_iter.rs -lib/rustlib/src/rust/library/core/src/stream/mod.rs -lib/rustlib/src/rust/library/core/src/stream/stream.rs lib/rustlib/src/rust/library/core/src/sync/atomic.rs lib/rustlib/src/rust/library/core/src/sync/mod.rs lib/rustlib/src/rust/library/core/src/task/mod.rs @@ -482,6 +485,7 @@ lib/rustlib/src/rust/library/core/tests/ops/control_flow.rs lib/rustlib/src/rust/library/core/tests/option.rs lib/rustlib/src/rust/library/core/tests/pattern.rs lib/rustlib/src/rust/library/core/tests/pin.rs +lib/rustlib/src/rust/library/core/tests/pin_macro.rs lib/rustlib/src/rust/library/core/tests/ptr.rs lib/rustlib/src/rust/library/core/tests/result.rs lib/rustlib/src/rust/library/core/tests/simd.rs @@ -492,6 +496,7 @@ lib/rustlib/src/rust/library/core/tests/task.rs lib/rustlib/src/rust/library/core/tests/time.rs lib/rustlib/src/rust/library/core/tests/tuple.rs lib/rustlib/src/rust/library/core/tests/unicode.rs +lib/rustlib/src/rust/library/core/tests/waker.rs lib/rustlib/src/rust/library/panic_abort/Cargo.toml lib/rustlib/src/rust/library/panic_abort/src/android.rs lib/rustlib/src/rust/library/panic_abort/src/lib.rs @@ -556,6 +561,7 @@ lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/powerpc.r lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/wasm32.rs lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/x86.rs lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/autoderef.rs +lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/cast.rs lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/f32_ops.rs lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/f64_ops.rs lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i16_ops.rs @@ -582,6 +588,8 @@ lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u64_ops.rs lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/u8_ops.rs lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/usize_ops.rs lib/rustlib/src/rust/library/portable-simd/crates/core_simd/webdriver.json +lib/rustlib/src/rust/library/portable-simd/crates/std_float/Cargo.toml +lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/lib.rs lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/Cargo.toml lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/array.rs lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/biteq.rs @@ -662,6 +670,8 @@ lib/rustlib/src/rust/library/std/src/io/copy.rs lib/rustlib/src/rust/library/std/src/io/cursor.rs lib/rustlib/src/rust/library/std/src/io/cursor/tests.rs lib/rustlib/src/rust/library/std/src/io/error.rs +lib/rustlib/src/rust/library/std/src/io/error/repr_bitpacked.rs +lib/rustlib/src/rust/library/std/src/io/error/repr_unpacked.rs lib/rustlib/src/rust/library/std/src/io/error/tests.rs lib/rustlib/src/rust/library/std/src/io/impls.rs lib/rustlib/src/rust/library/std/src/io/impls/tests.rs @@ -1073,9 +1083,9 @@ lib/rustlib/src/rust/library/std/src/thread/local.rs lib/rustlib/src/rust/library/std/src/thread/local/dynamic_tests.rs lib/rustlib/src/rust/library/std/src/thread/local/tests.rs lib/rustlib/src/rust/library/std/src/thread/mod.rs +lib/rustlib/src/rust/library/std/src/thread/scoped.rs lib/rustlib/src/rust/library/std/src/thread/tests.rs lib/rustlib/src/rust/library/std/src/time.rs -lib/rustlib/src/rust/library/std/src/time/monotonic.rs lib/rustlib/src/rust/library/std/src/time/tests.rs lib/rustlib/src/rust/library/std/tests/env.rs lib/rustlib/src/rust/library/std/tests/run-time-detect.rs @@ -1127,7 +1137,6 @@ lib/rustlib/src/rust/library/stdarch/crates/core_arch/MISSING.md lib/rustlib/src/rust/library/stdarch/crates/core_arch/README.md lib/rustlib/src/rust/library/stdarch/crates/core_arch/avx512bw.md lib/rustlib/src/rust/library/stdarch/crates/core_arch/avx512f.md -lib/rustlib/src/rust/library/stdarch/crates/core_arch/avx512vbmi2.md lib/rustlib/src/rust/library/stdarch/crates/core_arch/build.rs lib/rustlib/src/rust/library/stdarch/crates/core_arch/rustfmt.toml lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/armclang.rs @@ -1317,13 +1326,13 @@ lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/aarch64.r lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/arm.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mips.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mips64.rs +lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mod.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/powerpc.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/powerpc64.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/riscv.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/x86.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/bit.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/cache.rs -lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/error_macros.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/macros.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/mod.rs lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/aarch64.rs @@ -1415,7 +1424,6 @@ lib/rustlib/src/rust/src/llvm-project/libunwind/.clang-format lib/rustlib/src/rust/src/llvm-project/libunwind/CMakeLists.txt lib/rustlib/src/rust/src/llvm-project/libunwind/LICENSE.TXT lib/rustlib/src/rust/src/llvm-project/libunwind/README_RUST_SGX.md -lib/rustlib/src/rust/src/llvm-project/libunwind/cmake/Modules/HandleCompilerRT.cmake lib/rustlib/src/rust/src/llvm-project/libunwind/cmake/Modules/HandleLibunwindFlags.cmake lib/rustlib/src/rust/src/llvm-project/libunwind/cmake/config-ix.cmake lib/rustlib/src/rust/src/llvm-project/libunwind/docs/BuildingLibunwind.rst @@ -1423,10 +1431,13 @@ lib/rustlib/src/rust/src/llvm-project/libunwind/docs/CMakeLists.txt lib/rustlib/src/rust/src/llvm-project/libunwind/docs/README.txt lib/rustlib/src/rust/src/llvm-project/libunwind/docs/conf.py lib/rustlib/src/rust/src/llvm-project/libunwind/docs/index.rst +lib/rustlib/src/rust/src/llvm-project/libunwind/include/CMakeLists.txt lib/rustlib/src/rust/src/llvm-project/libunwind/include/__libunwind_config.h lib/rustlib/src/rust/src/llvm-project/libunwind/include/libunwind.h lib/rustlib/src/rust/src/llvm-project/libunwind/include/mach-o/compact_unwind_encoding.h lib/rustlib/src/rust/src/llvm-project/libunwind/include/unwind.h +lib/rustlib/src/rust/src/llvm-project/libunwind/include/unwind_arm_ehabi.h +lib/rustlib/src/rust/src/llvm-project/libunwind/include/unwind_itanium.h lib/rustlib/src/rust/src/llvm-project/libunwind/src/AddressSpace.hpp lib/rustlib/src/rust/src/llvm-project/libunwind/src/CMakeLists.txt lib/rustlib/src/rust/src/llvm-project/libunwind/src/CompactUnwinder.hpp @@ -1449,12 +1460,17 @@ lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRustSgx.c lib/rustlib/src/rust/src/llvm-project/libunwind/src/UnwindRustSgx.h lib/rustlib/src/rust/src/llvm-project/libunwind/src/Unwind_AppleExtras.cpp lib/rustlib/src/rust/src/llvm-project/libunwind/src/assembly.h +lib/rustlib/src/rust/src/llvm-project/libunwind/src/cet_unwind.h lib/rustlib/src/rust/src/llvm-project/libunwind/src/config.h lib/rustlib/src/rust/src/llvm-project/libunwind/src/dwarf2.h lib/rustlib/src/rust/src/llvm-project/libunwind/src/libunwind.cpp lib/rustlib/src/rust/src/llvm-project/libunwind/src/libunwind_ext.h lib/rustlib/src/rust/src/llvm-project/libunwind/test/CMakeLists.txt lib/rustlib/src/rust/src/llvm-project/libunwind/test/alignment.compile.pass.cpp +lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-shared.cfg.in +lib/rustlib/src/rust/src/llvm-project/libunwind/test/configs/llvm-libunwind-static.cfg.in +lib/rustlib/src/rust/src/llvm-project/libunwind/test/floatregister.pass.cpp +lib/rustlib/src/rust/src/llvm-project/libunwind/test/forceunwind.pass.cpp lib/rustlib/src/rust/src/llvm-project/libunwind/test/frameheadercache_test.pass.cpp lib/rustlib/src/rust/src/llvm-project/libunwind/test/libunwind/__init__.py lib/rustlib/src/rust/src/llvm-project/libunwind/test/libunwind/test/__init__.py diff --git a/lang/rust-src/distinfo b/lang/rust-src/distinfo index 013340356f42a..ba6d6ccf4076a 100644 --- a/lang/rust-src/distinfo +++ b/lang/rust-src/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2022/04/15 17:46:14 he Exp $ +$NetBSD: distinfo,v 1.5 2022/05/25 21:54:43 he Exp $ -BLAKE2s (rust-src-1.59.0.tar.gz) = 14d0a63a3cc93713156bef6aca1c5e088bb87a01b10c47faaf1e1f2e04730684 -SHA512 (rust-src-1.59.0.tar.gz) = 1bdacdd37037448531803282f25f6518a502356bf55e5cdb63a3744f50ec451ad9881e16523dda3d7bf3d1e1f5aa0d8388674239c05db9a5b5b1d539792e7e73 -Size (rust-src-1.59.0.tar.gz) = 4176604 bytes +BLAKE2s (rust-src-1.60.0.tar.gz) = 24062c4b293264f414ca6c854e4aec3f71cc2531f82b57649ac9832d787fb631 +SHA512 (rust-src-1.60.0.tar.gz) = 4761eedea74178bcfb0e08ffacbf82c6b0b4137ed03330c3775f21078870174b42a9b991f6e5a8820af3b36588e1c25e99883c2791db687bb476a8fc9bae77d8 +Size (rust-src-1.60.0.tar.gz) = 4230838 bytes From 802b6f9ffcb19a8608295b57672760bae8cc8788 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 25 May 2022 21:55:33 +0000 Subject: [PATCH 1043/1154] Note update of lang/rust-src to 1.60.0. --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5d2325d31ec1d..7efc2f22b49ca 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2744 2022/05/25 21:39:58 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2745 2022/05/25 21:55:33 he Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4212,3 +4212,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/rust to 1.60.0 [he 2022-05-25] Removed security/libfwbuilder [wiz 2022-05-25] Removed security/fwbuilder [wiz 2022-05-25] + Updated lang/rust-src to 1.60.0 [he 2022-05-25] From 7d764495992af9640e54a1e2b684889807ec7ac9 Mon Sep 17 00:00:00 2001 From: triaxx Date: Thu, 26 May 2022 06:18:23 +0000 Subject: [PATCH 1044/1154] fetchmail: Update to 6.4.30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit upstream changes: ----------------- fetchmail-6.4.30 (released 2022-04-26, 31666 LoC): # BREAKING CHANGES: * Bump wolfSSL minimum required version to 5.2.0 to pull in security fix. # CHANGES: * Using OpenSSL 1.* before 1.1.1n elicits a compile-time warning. * Using OpenSSL 3.* before 3.0.2 elicits a compile-time warning. * configure.ac was tweaked in order to hopefully fix cross-compilation issues report, and different patch suggested, by Fabrice Fontaine, https://gitlab.com/fetchmail/fetchmail/-/merge_requests/42 # TRANSLATIONS: language translations were updated by this fine person: * ro: Remus-Gabriel Chelu [Romanian] -------------------------------------------------------------------------------- fetchmail-6.4.29 (released 2022-03-20, 31661 LoC): # TRANSLATIONS: language translations were updated by this fine person: * vi: Trần Ngá»c Quân [Vietnamese] -------------------------------------------------------------------------------- fetchmail-6.4.28 (released 2022-03-05, 31661 LoC): # DOCUMENTATION: * Fix a typo in the manual page, courtesy of Jeremy Petch. # TRANSLATIONS: language translations were updated by this fine person: * es: Cristian Othón Martínez Vera [Spanish] --- mail/fetchmail/Makefile | 4 ++-- mail/fetchmail/distinfo | 12 ++++++------ mail/fetchmail/patches/patch-Makefile.in | 4 ++-- mail/fetchmail/patches/patch-configure | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index fd95a48087680..c2a0d4331db9e 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.203 2022/01/31 14:12:59 triaxx Exp $ +# $NetBSD: Makefile,v 1.204 2022/05/26 06:18:23 triaxx Exp $ # Note to updaters: mail/fetchmailconf reaches over here, make sure it builds. -DISTNAME= fetchmail-6.4.27 +DISTNAME= fetchmail-6.4.30 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} EXTRACT_SUFX= .tar.xz diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index aee44c97ae4b9..90442d91d3cbe 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.64 2022/01/31 14:12:59 triaxx Exp $ +$NetBSD: distinfo,v 1.65 2022/05/26 06:18:23 triaxx Exp $ -BLAKE2s (fetchmail-6.4.27.tar.xz) = af54b04c657010610037c27c3fb2b7fbbbdba1f48e1570d2c83928ee4906a75e -SHA512 (fetchmail-6.4.27.tar.xz) = 75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f -Size (fetchmail-6.4.27.tar.xz) = 1326668 bytes -SHA1 (patch-Makefile.in) = 42e8d334decf561901b1842fa0bbbef7a0228061 -SHA1 (patch-configure) = c4c6aa5c4adaad02151bb8d64bbe7875f37e2289 +BLAKE2s (fetchmail-6.4.30.tar.xz) = 148763089ad7e19584e50aec9d232b7bfb705221f353ddebc331f7da4b7dfb3b +SHA512 (fetchmail-6.4.30.tar.xz) = 0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0 +Size (fetchmail-6.4.30.tar.xz) = 1333524 bytes +SHA1 (patch-Makefile.in) = 599e4eaada7466165ad8dbe41671b4ee46c0469d +SHA1 (patch-configure) = 00384d048361bdb9e8244148e729242251540bb3 SHA1 (patch-configure.ac) = 7cf2e63e2df2836417eca0ad34fa846f9af003fb diff --git a/mail/fetchmail/patches/patch-Makefile.in b/mail/fetchmail/patches/patch-Makefile.in index 476f0c537857a..d2617ca758969 100644 --- a/mail/fetchmail/patches/patch-Makefile.in +++ b/mail/fetchmail/patches/patch-Makefile.in @@ -1,11 +1,11 @@ -$NetBSD: patch-Makefile.in,v 1.4 2022/01/31 14:12:59 triaxx Exp $ +$NetBSD: patch-Makefile.in,v 1.5 2022/05/26 06:18:23 triaxx Exp $ Even with disabled python, wrapper around fetchmailconf.py and its manpage is installed. --- Makefile.in.orig 2019-09-28 10:37:51.000000000 +0000 +++ Makefile.in -@@ -822,10 +822,10 @@ AM_YFLAGS = -d +@@ -823,10 +823,10 @@ AM_YFLAGS = -d # without building a few dozen other files first. BUILT_SOURCES = rcfile_y.h socket.$(OBJEXT) dist_noinst_SCRIPTS = specgen.sh diff --git a/mail/fetchmail/patches/patch-configure b/mail/fetchmail/patches/patch-configure index 8777a11f6e3f8..5dbfaa5c32124 100644 --- a/mail/fetchmail/patches/patch-configure +++ b/mail/fetchmail/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.2 2022/01/31 14:12:59 triaxx Exp $ +$NetBSD: patch-configure,v 1.3 2022/05/26 06:18:23 triaxx Exp $ krb5-config errors out unless you give it a library to look for --- configure.orig 2020-09-04 08:19:51.000000000 +0000 +++ configure -@@ -10975,7 +10975,7 @@ $as_echo "#define KERBEROS_V5 1" >>confd +@@ -10976,7 +10976,7 @@ $as_echo "#define KERBEROS_V5 1" >>confd CFLAGS="$CFLAGS -I/usr/include/kerberosV" LIBS="$LIBS -lasn1 -lkrb5 -lcom_err -lkafs" @@ -13,7 +13,7 @@ krb5-config errors out unless you give it a library to look for krb5_prefix=`krb5-config --prefix krb5` { $as_echo "$as_me:${as_lineno-$LINENO}: result: krb5-config points to kerberosV under $krb5_prefix" >&5 $as_echo "krb5-config points to kerberosV under $krb5_prefix" >&6; } -@@ -11323,7 +11323,7 @@ $as_echo "krb4-config points to kerberos +@@ -11324,7 +11324,7 @@ $as_echo "krb4-config points to kerberos CFLAGS="$CFLAGS `krb4-config --cflags`" LIBS="$LIBS `krb4-config --libs`" KERBEROS_V4=1 From 9c537e59532c46c68bd1ed86573a60a8721ebc9b Mon Sep 17 00:00:00 2001 From: triaxx Date: Thu, 26 May 2022 06:18:38 +0000 Subject: [PATCH 1045/1154] doc: Updated mail/fetchmail to 6.4.30 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7efc2f22b49ca..099a106bd719d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2745 2022/05/25 21:55:33 he Exp $ +$NetBSD: CHANGES-2022,v 1.2746 2022/05/26 06:18:38 triaxx Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4213,3 +4213,4 @@ Changes to the packages collection and infrastructure in 2022: Removed security/libfwbuilder [wiz 2022-05-25] Removed security/fwbuilder [wiz 2022-05-25] Updated lang/rust-src to 1.60.0 [he 2022-05-25] + Updated mail/fetchmail to 6.4.30 [triaxx 2022-05-26] From e6c287907eb90ab4dbd205aab49af3178c0b375d Mon Sep 17 00:00:00 2001 From: triaxx Date: Thu, 26 May 2022 06:18:51 +0000 Subject: [PATCH 1046/1154] fetchmailconf: Update to 6.4.30 upstream changes: ----------------- See changes of mail/fetchmail --- mail/fetchmailconf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index d5c5dd6651ad4..4fab0dabfe63b 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.115 2022/01/31 14:13:58 triaxx Exp $ +# $NetBSD: Makefile,v 1.116 2022/05/26 06:18:51 triaxx Exp $ -DISTNAME= fetchmail-6.4.27 +DISTNAME= fetchmail-6.4.30 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} From b254021e6452e5d6ff964527aa3c3bc81e808cab Mon Sep 17 00:00:00 2001 From: triaxx Date: Thu, 26 May 2022 06:19:12 +0000 Subject: [PATCH 1047/1154] doc: Updated mail/fetchmailconf to 6.4.30 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 099a106bd719d..96cbabef6e70e 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2746 2022/05/26 06:18:38 triaxx Exp $ +$NetBSD: CHANGES-2022,v 1.2747 2022/05/26 06:19:12 triaxx Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4214,3 +4214,4 @@ Changes to the packages collection and infrastructure in 2022: Removed security/fwbuilder [wiz 2022-05-25] Updated lang/rust-src to 1.60.0 [he 2022-05-25] Updated mail/fetchmail to 6.4.30 [triaxx 2022-05-26] + Updated mail/fetchmailconf to 6.4.30 [triaxx 2022-05-26] From 597e1a897be23dfc74c653aecd13abefb69884d4 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 26 May 2022 06:46:53 +0000 Subject: [PATCH 1048/1154] qemu: remove patch that was removed from distinfo during last update --- .../qemu/patches/patch-hw_i386_acpi-build.c | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 emulators/qemu/patches/patch-hw_i386_acpi-build.c diff --git a/emulators/qemu/patches/patch-hw_i386_acpi-build.c b/emulators/qemu/patches/patch-hw_i386_acpi-build.c deleted file mode 100644 index e244db79b1c10..0000000000000 --- a/emulators/qemu/patches/patch-hw_i386_acpi-build.c +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-hw_i386_acpi-build.c,v 1.1 2021/06/16 09:39:17 jperkin Exp $ - -Avoid "sun" define. - ---- hw/i386/acpi-build.c.orig 2021-04-29 17:18:58.000000000 +0000 -+++ hw/i386/acpi-build.c -@@ -534,7 +534,7 @@ Aml *aml_pci_device_dsm(void) - Aml *bnum = aml_arg(4); - Aml *func = aml_arg(2); - Aml *rev = aml_arg(1); -- Aml *sun = aml_arg(5); -+ Aml *qsun = aml_arg(5); - - method = aml_method("PDSM", 6, AML_SERIALIZED); - -@@ -545,7 +545,7 @@ Aml *aml_pci_device_dsm(void) - UUID = aml_touuid("E5C937D0-3553-4D7A-9117-EA4D19C3434D"); - ifctx = aml_if(aml_equal(aml_arg(0), UUID)); - { -- aml_append(ifctx, aml_store(aml_call2("AIDX", bnum, sun), acpi_index)); -+ aml_append(ifctx, aml_store(aml_call2("AIDX", bnum, qsun), acpi_index)); - ifctx1 = aml_if(aml_equal(func, zero)); - { - uint8_t byte_list[1]; From c8608759b07b9b7a9718d0e498daab1fcafef27f Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 26 May 2022 06:51:11 +0000 Subject: [PATCH 1049/1154] nspr: update to 4.34. NSPR 4.34 contains the following changes: - add an API that returns a preferred loopback IP on hosts that have two IP stacks available. Currently used only by NSS test utilities. --- devel/nspr/Makefile | 4 ++-- devel/nspr/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 955d9e275983c..82c53ddd0dc8b 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.117 2022/04/05 10:04:45 riastradh Exp $ +# $NetBSD: Makefile,v 1.118 2022/05/26 06:51:11 wiz Exp $ DISTNAME= nspr-${NSPR_RELEASE:S/.0$//} -NSPR_RELEASE= 4.33.0 +NSPR_RELEASE= 4.34.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v${NSPR_RELEASE:S/.0$//}/src/} diff --git a/devel/nspr/distinfo b/devel/nspr/distinfo index 01a82f66582c6..21d240072549c 100644 --- a/devel/nspr/distinfo +++ b/devel/nspr/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.66 2021/12/17 19:13:48 wiz Exp $ +$NetBSD: distinfo,v 1.67 2022/05/26 06:51:11 wiz Exp $ -BLAKE2s (nspr-4.33.tar.gz) = 7932ce1fd13690ef262bcd9bfe8c049e107ed9cdfe83d53125a543a9ce290f8e -SHA512 (nspr-4.33.tar.gz) = 8064f826c977f1302a341ca7a7aaf7977b5d10102062c030b1d42b856638e3408ab262447e8c7cfd5a98879b9b1043d17ceae66fbb1e5ed86d6bc3531f26667e -Size (nspr-4.33.tar.gz) = 1078948 bytes +BLAKE2s (nspr-4.34.tar.gz) = bb4f2dd1cacce7770d057ea90856acc23dcf495d98b1a5865e0677fa73cd91e2 +SHA512 (nspr-4.34.tar.gz) = 4cfac886c14cf7df4c4b79fa1c3bc92e1b14260c9c3018fa2562060d62fecb4e66c0b4e8f7edf4f4823def784a919d99dde88a89674f0cd8a644310b0569ead4 +Size (nspr-4.34.tar.gz) = 1096407 bytes SHA1 (patch-ab) = 008f5b84994ad20e3b1a0de1e0f7a028932d03d2 SHA1 (patch-ac) = c751b8397744c969e6141f609cb3914db6e699e3 SHA1 (patch-ba) = 35f7cc7bbe7fa0f72eb7b506094ad1812b754aa5 From d121ccc84754cd069dc93cd7055df1db204ca9ec Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 26 May 2022 06:51:20 +0000 Subject: [PATCH 1050/1154] doc: Updated devel/nspr to 4.34 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 96cbabef6e70e..b573067f004de 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2747 2022/05/26 06:19:12 triaxx Exp $ +$NetBSD: CHANGES-2022,v 1.2748 2022/05/26 06:51:20 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4215,3 +4215,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/rust-src to 1.60.0 [he 2022-05-25] Updated mail/fetchmail to 6.4.30 [triaxx 2022-05-26] Updated mail/fetchmailconf to 6.4.30 [triaxx 2022-05-26] + Updated devel/nspr to 4.34 [wiz 2022-05-26] From bdc3cf3ab8fa3d7025fc7ebb34309b7f216f5770 Mon Sep 17 00:00:00 2001 From: he Date: Thu, 26 May 2022 07:17:30 +0000 Subject: [PATCH 1051/1154] Sync to main rust version, upgrade rust-bin to 1.60.0. --- lang/rust-bin/Makefile | 4 +-- lang/rust-bin/distinfo | 80 +++++++++++++++++++++--------------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/lang/rust-bin/Makefile b/lang/rust-bin/Makefile index 3f6366f58f28a..9d0494a60ffa6 100644 --- a/lang/rust-bin/Makefile +++ b/lang/rust-bin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/04/30 21:12:17 nia Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/26 07:17:30 he Exp $ -DISTNAME= rust-1.59.0 +DISTNAME= rust-1.60.0 PKGNAME= ${DISTNAME:S/rust/rust-bin/1} CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ diff --git a/lang/rust-bin/distinfo b/lang/rust-bin/distinfo index 38e69cdb9f30b..dd69b34af6257 100644 --- a/lang/rust-bin/distinfo +++ b/lang/rust-bin/distinfo @@ -1,41 +1,41 @@ -$NetBSD: distinfo,v 1.16 2022/04/16 15:37:38 he Exp $ +$NetBSD: distinfo,v 1.17 2022/05/26 07:17:30 he Exp $ -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-aarch64-unknown-linux-gnu.tar.gz) = b67afe86baacfd99d7bd1b3dc763f46ca22cc64cb1247a74089f88e16237199e -SHA512 (rust-bin-1.59.0/rust-1.59.0-aarch64-unknown-linux-gnu.tar.gz) = 186d0d3b5c33c49735f8a50e5ffeb783821ca26bf646622e5d724ebbe698c39129000a568bc9dcc5cf521a9e72113bd853728bb76d31e442df92f5442f51cb2b -Size (rust-bin-1.59.0/rust-1.59.0-aarch64-unknown-linux-gnu.tar.gz) = 370532745 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-aarch64-unknown-linux-musl.tar.gz) = 081dc796f06a3249eb09015bda4db30d64cdc07893938815e40273646fbf2dc4 -SHA512 (rust-bin-1.59.0/rust-1.59.0-aarch64-unknown-linux-musl.tar.gz) = d7e2845be98452a7a3d5d927b9f6cfb356c2ede03a6f383d9b7856e2964069dd280bd694fad1ee43903c848404fca9ab970a1a54a88c43ede50c6d81ff77043c -Size (rust-bin-1.59.0/rust-1.59.0-aarch64-unknown-linux-musl.tar.gz) = 327160190 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-aarch64-unknown-netbsd.tar.gz) = 7ed024fb3b122475dc984e99b16a8a3e04c5c93bf6e489c2111dde0036577704 -SHA512 (rust-bin-1.59.0/rust-1.59.0-aarch64-unknown-netbsd.tar.gz) = f6ace1fe718953b9da3e2174201bb62819823904552cdd3ec264fa798d2aabde1f6663598e6c6377a074912b7de6eada86450967dc9a3d41173e4043009563d0 -Size (rust-bin-1.59.0/rust-1.59.0-aarch64-unknown-netbsd.tar.gz) = 237460036 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-armv7-unknown-netbsd-eabihf.tar.gz) = c5553e9bab0b1e4f2613c05a1d7de2fcdf7fc858b62b3a42ebb8839dd8dd7ab7 -SHA512 (rust-bin-1.59.0/rust-1.59.0-armv7-unknown-netbsd-eabihf.tar.gz) = c47b1804a53488015b2daf288142d1f150c57fbd27131472f4c41f23662d46787df0ba84f212ee3e26e2b706b157a001042842724039de4f4e2c6ceccc701e6e -Size (rust-bin-1.59.0/rust-1.59.0-armv7-unknown-netbsd-eabihf.tar.gz) = 209450244 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-i586-unknown-netbsd.tar.gz) = 72d2f88fa0d9a938b872548faf95eb7bd8b88637c04d78911907155ce992718f -SHA512 (rust-bin-1.59.0/rust-1.59.0-i586-unknown-netbsd.tar.gz) = 3026a19b03b98ce99b94674aab2508780499c823eb51f41e309eda2f9ec921e627b2e8f90abcee5012cc3c702d9bc81b91980578b4d60a05c95b01cf0713993f -Size (rust-bin-1.59.0/rust-1.59.0-i586-unknown-netbsd.tar.gz) = 245354781 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-i686-unknown-linux-gnu.tar.gz) = e295004dea4da31b8af4da687145018370d8ef17eca66c2268fac50fe2c4d746 -SHA512 (rust-bin-1.59.0/rust-1.59.0-i686-unknown-linux-gnu.tar.gz) = 114f2092b6290ed794b8e5becfebcd532c9324727d8a85e258b8d95ac2de29d368997b2953941ae268dcf3c5a440b1d86f25fb804b0690278935bd32b731f988 -Size (rust-bin-1.59.0/rust-1.59.0-i686-unknown-linux-gnu.tar.gz) = 349107211 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-powerpc-unknown-netbsd90.tar.gz) = 56e37971d490a4c50d16c9fa9ed98954d467a7fd6e49562e9b08bb6507f5766c -SHA512 (rust-bin-1.59.0/rust-1.59.0-powerpc-unknown-netbsd90.tar.gz) = 48a88cdbd0227e31737c8689c1a52aeebd227b32cad33808fed8361170d181ccbe413145e076e5b02f37ed2414612f2a314c6e68779423a113c605db6fbacfcf -Size (rust-bin-1.59.0/rust-1.59.0-powerpc-unknown-netbsd90.tar.gz) = 278494737 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-sparc64-unknown-netbsd.tar.gz) = c9fcdab084ecb10f838f74bdc88d82f15774d9658af9816f259adf6145117a29 -SHA512 (rust-bin-1.59.0/rust-1.59.0-sparc64-unknown-netbsd.tar.gz) = 1d8d4f93dce3acba63437ba4da0082d3baa3c1134531166d8a1102edb0f6cb43ffb4e90def670ac0c848ee226c3e0741a3d018f95aa654c3843178077aff677a -Size (rust-bin-1.59.0/rust-1.59.0-sparc64-unknown-netbsd.tar.gz) = 245891630 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-x86_64-apple-darwin.tar.gz) = 365ae98bd77239b7a073dd5e8ddbda3e784d14d2f4ccc42f5ec30b00d126265e -SHA512 (rust-bin-1.59.0/rust-1.59.0-x86_64-apple-darwin.tar.gz) = c360bc10f82e116fccab45e44c85ce55a2c6233badc3d0512b36748efcd12df9c0923f57f15e4bd80e163ea297eec05185f3693ee2e8708b67c59cb3014ba83a -Size (rust-bin-1.59.0/rust-1.59.0-x86_64-apple-darwin.tar.gz) = 284198625 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = f85add6bf0d4150957c6bcbe832fcf4da8f4a948c620d44c6c1d753113fe576d -SHA512 (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = a170d55e2e80f7e5855caf6f52ed392630cfa076430886c462ea466f5a7a7c81d033a0764b9021de0e86fe105e22e797f67e85be47b87833b6d5133e486ac12d -Size (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = 269933327 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = f60b459ad7b6d8286641fb318499a3caa3fea0868da63587c229dedacd019732 -SHA512 (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 460ed673cd260af28a3542bac95517e3a4e8bb63a029deecf5e5c671cd7784e73c9cabdcb0b7eb75a81a59d19671228d6a56093fd1712de7d9a76aeee43eca8a -Size (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 258629397 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-linux-musl.tar.gz) = 8bb49e968b3a829bd72547213d75a8e4a3947787b219947c0f9f74f9410e0417 -SHA512 (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-linux-musl.tar.gz) = 6e4ff81a797bf1df8d256436ee11fb17808bc9f132d23d58eeba29f55f06379a7864cb09e1313b176897f3681ec77883388c3ac3c3ea2a710bf52e876b66696d -Size (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-linux-musl.tar.gz) = 397451106 bytes -BLAKE2s (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-netbsd.tar.gz) = ace2a39acae8a5ea8420296e7d87b8b1dab8c21165c17a332eb4ca705309389a -SHA512 (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-netbsd.tar.gz) = a8a347ac68b61ea0bd324e3a14d55ff31de20fbb1496924c9cc8efab29f239d72388247b61dfddfe19111d00e5e1d737de197bacdd17998e52113bad7139ed47 -Size (rust-bin-1.59.0/rust-1.59.0-x86_64-unknown-netbsd.tar.gz) = 249024467 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-aarch64-unknown-linux-gnu.tar.gz) = 21206309ecf9a1bb057628a06a2457cb85d1178d3e47ce9edfceacdae994db11 +SHA512 (rust-bin-1.60.0/rust-1.60.0-aarch64-unknown-linux-gnu.tar.gz) = ccbbe27836b547c44e2716adf95fed08bc411681f8f4a2957d13d701af6099a4900ac34c901da82b0b947d5b39e5d3697b5b5db6d9145544ce2398e4f5bb68f8 +Size (rust-bin-1.60.0/rust-1.60.0-aarch64-unknown-linux-gnu.tar.gz) = 381444465 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-aarch64-unknown-linux-musl.tar.gz) = b6d9e3dbb0b779a0caa29c3d4794462c349c7cac59386538295f2f0b3b7d3b48 +SHA512 (rust-bin-1.60.0/rust-1.60.0-aarch64-unknown-linux-musl.tar.gz) = a1d4d2bfe599da109eeca0c4d290c06e31b2f4a0538fc475fbc1ec06a502bfd22995152470e0e1b124bb0416aeb126829effdb728ec3b8e98f42ed900c9ea36e +Size (rust-bin-1.60.0/rust-1.60.0-aarch64-unknown-linux-musl.tar.gz) = 337661003 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-aarch64-unknown-netbsd.tar.gz) = 282790e8e05f8570f3d7f49ad031efe12a4f4944f97e01b410e6f98aa6b1337c +SHA512 (rust-bin-1.60.0/rust-1.60.0-aarch64-unknown-netbsd.tar.gz) = e11976892f12c0d7932f08bd467ccaf979c086acf5e49903ff1331e4755bec8799e73f57c83924b1397e19e7e58aa880bcce9e500473e567cdc3107612378a62 +Size (rust-bin-1.60.0/rust-1.60.0-aarch64-unknown-netbsd.tar.gz) = 244202398 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-armv7-unknown-netbsd-eabihf.tar.gz) = 8d29be22a90f4250ace85f3b9110d3ec733208f7c18242a4ac5cf63ff7fc5dd7 +SHA512 (rust-bin-1.60.0/rust-1.60.0-armv7-unknown-netbsd-eabihf.tar.gz) = 20b84930d545c8c4facb18a847cde8c6a6941755d7c075b5b0c933ba4fd64ff3e89ce41dfd07a2e4e4fa7b0f88737e75c5642385ee3ac4da9da7055ccb1fd722 +Size (rust-bin-1.60.0/rust-1.60.0-armv7-unknown-netbsd-eabihf.tar.gz) = 214261543 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-i586-unknown-netbsd.tar.gz) = 19d65cc0481aa2d11b84a5576cef951056ca4029cdf71723c431b5a4cf4e5fb9 +SHA512 (rust-bin-1.60.0/rust-1.60.0-i586-unknown-netbsd.tar.gz) = 76e6def376bf7e39d557a798701e71e0e0459cebaf28e6a61c828a90b7782579301928af24aa14a5d56abb4f065b9ce52f5af63eee7712a55acacbfd6ebe3dbf +Size (rust-bin-1.60.0/rust-1.60.0-i586-unknown-netbsd.tar.gz) = 251680871 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-i686-unknown-linux-gnu.tar.gz) = 561beca01b1665ce132e597e402cfa3effa011ce834bfa6e5691b4f6f673bb3c +SHA512 (rust-bin-1.60.0/rust-1.60.0-i686-unknown-linux-gnu.tar.gz) = 073474f77da149de6df2fdb1992d2fc6686bd86046f71088b7497f03586291708fcb9eae98306340936c4f734015a66f29c9cc9178502ac9b194e397c62eb6ca +Size (rust-bin-1.60.0/rust-1.60.0-i686-unknown-linux-gnu.tar.gz) = 356598586 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-powerpc-unknown-netbsd90.tar.gz) = 4131984d3d8a8ef891b153bec5117edf8be6de520cff57619f15f94a102c3049 +SHA512 (rust-bin-1.60.0/rust-1.60.0-powerpc-unknown-netbsd90.tar.gz) = c4bda2a3fb6bb96706ad50d20ddc0a242c781ef121dec50a75df051f0e6138c1aba25c7d424930017081035bd796d40f138d18a47cc0399dd31af3e6d96b83c3 +Size (rust-bin-1.60.0/rust-1.60.0-powerpc-unknown-netbsd90.tar.gz) = 291455249 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-sparc64-unknown-netbsd.tar.gz) = 13890f67fd90cd420d727d8b1c9e0592b3439c1b14a4a123ad2f7667858aa011 +SHA512 (rust-bin-1.60.0/rust-1.60.0-sparc64-unknown-netbsd.tar.gz) = b6852e843da62087e33ea64d748932ab5b6fe86fc49a937dfefb8f3e94118c08d1f5ee03d4bd03ccaf60ecdeb998a2a1af04219b31b1a8414cba7317706203ee +Size (rust-bin-1.60.0/rust-1.60.0-sparc64-unknown-netbsd.tar.gz) = 252337191 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-x86_64-apple-darwin.tar.gz) = 895978fc329c419168e7c9257703c50fcae1c1831cab67237b854773c2fe9780 +SHA512 (rust-bin-1.60.0/rust-1.60.0-x86_64-apple-darwin.tar.gz) = 14d23525932e991ee50f2a37d2f2fea1914f67ae09f6db46c4805742b6725c48d39a61acff2ff76bb6bc8ef2951e68df30e3860ff95a3432315b83d5c3890a40 +Size (rust-bin-1.60.0/rust-1.60.0-x86_64-apple-darwin.tar.gz) = 292332759 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-freebsd.tar.gz) = 57b81a756deab251c28f275c93ea8f5873a8cbc66afb0912fc8ffcc2d9a44f4c +SHA512 (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-freebsd.tar.gz) = 8ae7d6e9e64753dd3ab2b0b83539d81bbd482b29e9e995b323c84834fa25c596e61312681a99de2eabf5d601fa3ec571db76336964870b755da4a612faa0600a +Size (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-freebsd.tar.gz) = 277562600 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-linux-gnu.tar.gz) = 73f3cc259100070497911d3041529e89a6d2d3de0835b4a4268c630a18c7162a +SHA512 (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-linux-gnu.tar.gz) = 952d1eab97286b2c8dcd0d270f6535bd7cd5849d56afa1c929145a9030c163800113d7c82951151d1fa146967b2e369030c51fe54b0a707539db45379bd719d5 +Size (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-linux-gnu.tar.gz) = 263020998 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-linux-musl.tar.gz) = 15cbdde8ca35d3f7a97e18fdde8ee753718c28fb75e842371785f8eb7788328e +SHA512 (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-linux-musl.tar.gz) = 91210c8b1acff02d15dcefdf77471cee585f787dfbf628df354d86f03b699448a6a2fbc3f567dc072a6ed5f5f286b475d9e4e58cd103b6d71d47ec195577c3f6 +Size (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-linux-musl.tar.gz) = 410450514 bytes +BLAKE2s (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-netbsd.tar.gz) = 74a733ebeaed6ae9b04442d1cd7d2d4f26ba42da04bb2169f8efd3ce178ea975 +SHA512 (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-netbsd.tar.gz) = 354da8a736b4f727db78c1884c08606729ac12087938505af5ab5713ea3515ea7e6cfc3c8096ce3b7f28e44bdf31d44f58bfa758cb9a5c9124056b328a8163ec +Size (rust-bin-1.60.0/rust-1.60.0-x86_64-unknown-netbsd.tar.gz) = 255101002 bytes From b8c34a34553f751b8ffeaa460b7b822546f10def Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 26 May 2022 07:17:33 +0000 Subject: [PATCH 1052/1154] gstreamer1: Don't hardcode LOCALBASE in PLIST, thx jklos --- multimedia/gstreamer1/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/gstreamer1/PLIST b/multimedia/gstreamer1/PLIST index d59e8e902db90..f1b689b406f18 100644 --- a/multimedia/gstreamer1/PLIST +++ b/multimedia/gstreamer1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2022/05/24 18:18:18 nia Exp $ +@comment $NetBSD: PLIST,v 1.22 2022/05/26 07:17:33 nia Exp $ bin/gst-inspect-1.0 bin/gst-launch-1.0 bin/gst-stats-1.0 @@ -162,7 +162,7 @@ man/man1/gst-launch-1.0.1 man/man1/gst-stats-1.0.1 man/man1/gst-typefind-1.0.1 share/aclocal/gst-element-check-1.0.m4 -share/gdb/auto-load/usr/pkg/lib/libgstreamer-1.0.so.0.2002.0-gdb.py +share/gdb/auto-load${LOCALBASE}/lib/libgstreamer-1.0.so.0.2002.0-gdb.py ${PLIST.introspection}share/gir-1.0/Gst-1.0.gir ${PLIST.introspection}share/gir-1.0/GstBase-1.0.gir ${PLIST.introspection}share/gir-1.0/GstCheck-1.0.gir From ce42856929a4a423d4db40f05cfdd291a74ee8b4 Mon Sep 17 00:00:00 2001 From: he Date: Thu, 26 May 2022 07:18:51 +0000 Subject: [PATCH 1053/1154] Note update of lang/rust-bin to 1.60.0. --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b573067f004de..10ff1d7644379 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2748 2022/05/26 06:51:20 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2749 2022/05/26 07:18:51 he Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4216,3 +4216,4 @@ Changes to the packages collection and infrastructure in 2022: Updated mail/fetchmail to 6.4.30 [triaxx 2022-05-26] Updated mail/fetchmailconf to 6.4.30 [triaxx 2022-05-26] Updated devel/nspr to 4.34 [wiz 2022-05-26] + Updated lang/rust-bin to 1.60.0 [he 2022-05-26] From f499e320a95f95f9bfb8b8d138a6b319772e3389 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 26 May 2022 08:44:11 +0000 Subject: [PATCH 1054/1154] repmgr: updated to 5.3.2 repmgr 5.3.2 is a minor release Bug fixes repmgr node status: fix output with --downstream --nagios option combination. repmgr standby clone: don't treat inability to determine the cluster size as a fatal error. The cluster size is displayed for informational purposes and is not essential for execution of the clone operation. As the repmgr user may not have permissions for all databases in the cluster, ignore the cluster size query if it fails. repmgrd: ensure the witness node record on the primary is always marked as active if previously marked inactive. repmgrd: if standby_disconnect_on_failover is set, verify repmgr is a superuser before attempting to disable the WAL receiver. If the repmgr user is a non-superuser, and a replication-only user exists, ensure redundant replication slots are dropped correctly even if the -S/--superuser option is not provided. --- databases/repmgr/Makefile | 5 ++--- databases/repmgr/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/databases/repmgr/Makefile b/databases/repmgr/Makefile index ee654896bc001..8392bdb6a4b0f 100644 --- a/databases/repmgr/Makefile +++ b/databases/repmgr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2022/04/18 19:10:45 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/26 08:44:11 adam Exp $ -DISTNAME= repmgr-5.3.1 +DISTNAME= repmgr-5.3.2 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= https://repmgr.org/download/ diff --git a/databases/repmgr/distinfo b/databases/repmgr/distinfo index df0f78f2f090d..a226a6810ffe8 100644 --- a/databases/repmgr/distinfo +++ b/databases/repmgr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2022/02/15 13:58:19 adam Exp $ +$NetBSD: distinfo,v 1.15 2022/05/26 08:44:11 adam Exp $ -BLAKE2s (repmgr-5.3.1.tar.gz) = c7ca9c800c339fd72cb8ed30ed9596ec8792a436e7113b593e7b0cc132c40f99 -SHA512 (repmgr-5.3.1.tar.gz) = 1e6feae2668af9b28f68cac06e5d2d175b1df267397ed6a15587047311e55bc81391d08031b889105179a9e769c0703ae2c83c25501a178d7575cb4f6801d980 -Size (repmgr-5.3.1.tar.gz) = 453529 bytes +BLAKE2s (repmgr-5.3.2.tar.gz) = 5b4a6f76fb2a2f765919220a9162167fda13eb6f2ff5dd9b2e266fa8628141aa +SHA512 (repmgr-5.3.2.tar.gz) = 803f94ea99454f59cd753db4a8f64066f3988e347b5b8e3de08b941c09ac9128ba48beeecaface7a729b0b4f296ccb4470c18128fdd6c2e418e8e3fbbefcda1e +Size (repmgr-5.3.2.tar.gz) = 456455 bytes SHA1 (patch-Makefile.in) = 9f9a41e4366bc8f7246eaef707ff33127659c777 From 36187494518a9a62232bf3bc715800ea038e087e Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 26 May 2022 08:53:59 +0000 Subject: [PATCH 1055/1154] cmake: updated to 3.23.2 CMake 3.23.2 * CPack/NuGet: Restore component packaging on Windows * cmInstallCommand: tweak error message * cmExportBuildFileGenerator: handle genex-wrapped source paths * ci: use CMake 3.23.1 * CheckLinkerFlag: Catch linker warning when the checked flag is ignored * CheckCompilerFlags: Revert "Catch linker warning about ignored flags" * Tests: Teach RunCMake to ignore Xcode extension point warnings * gitlab-ci: update macOS jobs to use Xcode 13.3 * FindBoost: Add support for Boost 1.79 * Utilities/Sphinx: Clarify names of variables listing post-sphinx commands * Utilities/Sphinx: Add variables listing pre-sphinx commands * Tutorial: Provide a source archive when published on cmake.org * cmGeneratedFileStream: Do not remove empty path * FindPkgConfig: Fix preservation of ENV{PKG_CONFIG_ALLOW_SYSTEM_LIBS} * gitlab-ci: Update Windows builds to MSVC 19.32 toolset * VS: Fix CUDA CodeGeneration field for CMAKE_CUDA_ARCHITECTURES=OFF * FortranCInterface: Fix failure with gfortran 12 and Clang * Clang: Use -imsvc flag without space to support Clang tools * file(GET_RUNTIME_DEPENDENCIES): Support VS 2022 without VS 2019 * libarchive: Update script to get 3.5.3 * libarchive: include archive_platform.h first in blake2s sources * libarchive: Update build within CMake after changes in 3.5.3 * productbuild: Restore CPACK_PACKAGEMAKER_CHOICES variable * Help: Document when HIP_COMPILER generator expressions were added * Tests: Ignore all classes in Xcode internal objc warnings * CPackIFW: Fix regression in icon file names * FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystem * Help: Remove references to MODULE in $ doc * LibArchive 2022-02-08 (673c1eae) * FindPython: Add support for pypy v7.3.9 and uppers * FindPython: fix typo error * FindJava, FindJNI: ensure correct handling of versions on Windows * Help/guide: Fix wrong header file reference * ccmake: Move Initialization of Fields Inline * ccmake: Fix crash when deleting all cache entries * ccmake: Fix infinite loop during invalid search * FindPython: add support for Python 3.12 * CMakePackageConfigHelpers: Fix note about version files supporting ranges --- devel/cmake-gui/Makefile | 3 +-- devel/cmake/distinfo | 10 +++++----- .../patches/patch-Modules_FindPython_Support.cmake | 6 +++--- devel/cmake/version.mk | 4 ++-- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index 3aaaf82d3b7de..d2afb01a03718 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.27 2022/04/18 19:10:47 adam Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/26 08:53:59 adam Exp $ -PKGREVISION= 1 .include "../../devel/cmake/Makefile.common" PKGNAME= cmake-gui-${CMAKE_VERSION} diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo index cc64b42c4b3d2..c1821d78a225f 100644 --- a/devel/cmake/distinfo +++ b/devel/cmake/distinfo @@ -1,15 +1,15 @@ -$NetBSD: distinfo,v 1.194 2022/04/18 11:01:33 adam Exp $ +$NetBSD: distinfo,v 1.195 2022/05/26 08:53:59 adam Exp $ -BLAKE2s (cmake-3.23.1.tar.gz) = 2dd8098b57407a364b3b2da6073d790ff5dda976f12d7af28f651a89d66873b9 -SHA512 (cmake-3.23.1.tar.gz) = 94893f888c0cbfc58e54a0bd65d6c0697fe4a0e95c678b7cb35e7dc8854d57eb360bfc952750f97983348817f847f6df85903f21a5857b1a3880b2a7eb6cc029 -Size (cmake-3.23.1.tar.gz) = 9982020 bytes +BLAKE2s (cmake-3.23.2.tar.gz) = b44f9a76f3f1e4aa386a4be76174c9d6b7b788106153e8940bb7093893bec458 +SHA512 (cmake-3.23.2.tar.gz) = 0925adf973d642fd76d4089b61b3882babb0a85050c4c57d5f5f3bd6b17564a9feb0beed236cd636e25f69072fa30b67ea3f80932380b6b6576f2dd78b8e6931 +Size (cmake-3.23.2.tar.gz) = 9987716 bytes SHA1 (patch-CMakeLists.txt) = 500b8645e7fbfa54dd97555432c453a1b0a57ff3 SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9 SHA1 (patch-Modules_FindCurses.cmake) = 98cac805a6abafcfb8b61e441b50a1d6aec27ad0 SHA1 (patch-Modules_FindGTK2.cmake) = 51b7520d35fdec2a7bfcf494fe35ce0e3863e4ee SHA1 (patch-Modules_FindPythonInterp.cmake) = d1b39bdcd654f2a4fc63463cd20de656cce3cf8f SHA1 (patch-Modules_FindPythonLibs.cmake) = b5cedc6a2354beaf08e06d416c150154a7dc1f05 -SHA1 (patch-Modules_FindPython_Support.cmake) = 6ffc7790c8f81afac52bdb32b46fe91ff7a3fca8 +SHA1 (patch-Modules_FindPython_Support.cmake) = aaec7767cad795dd269c851bd110ccefbfc87eb3 SHA1 (patch-Modules_FindX11.cmake) = 124a2d51155cb4455e8b829dc74598cbd50a4e1c SHA1 (patch-Modules_Platform_Darwin.cmake) = 7629f034111ff64b144ff41316299d5edcfe081a SHA1 (patch-Modules_Platform_UnixPaths.cmake) = 911271546d3ac52be0e8000857bdb236ac50ec1c diff --git a/devel/cmake/patches/patch-Modules_FindPython_Support.cmake b/devel/cmake/patches/patch-Modules_FindPython_Support.cmake index b8da066402157..53a08b397f691 100644 --- a/devel/cmake/patches/patch-Modules_FindPython_Support.cmake +++ b/devel/cmake/patches/patch-Modules_FindPython_Support.cmake @@ -1,8 +1,8 @@ -$NetBSD: patch-Modules_FindPython_Support.cmake,v 1.3 2022/01/25 21:18:08 adam Exp $ +$NetBSD: patch-Modules_FindPython_Support.cmake,v 1.4 2022/05/26 08:53:59 adam Exp $ Insist on select Python version for pkgsrc. ---- Modules/FindPython/Support.cmake.orig 2022-01-25 20:22:39.000000000 +0000 +--- Modules/FindPython/Support.cmake.orig 2022-05-25 13:42:51.000000000 +0000 +++ Modules/FindPython/Support.cmake @@ -21,7 +21,9 @@ endif() if (NOT DEFINED _${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR) @@ -12,6 +12,6 @@ Insist on select Python version for pkgsrc. +if (DEFINED PYVERSSUFFIX) + set(_${_PYTHON_PREFIX}_VERSIONS ${PYVERSSUFFIX}) +elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL "3") - set(_${_PYTHON_PREFIX}_VERSIONS 3.11 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0) + set(_${_PYTHON_PREFIX}_VERSIONS 3.12 3.11 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0) elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL "2") set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0) diff --git a/devel/cmake/version.mk b/devel/cmake/version.mk index 3fd303f48fc1e..5c31be95be942 100644 --- a/devel/cmake/version.mk +++ b/devel/cmake/version.mk @@ -1,6 +1,6 @@ -# $NetBSD: version.mk,v 1.26 2022/04/18 11:01:33 adam Exp $ +# $NetBSD: version.mk,v 1.27 2022/05/26 08:53:59 adam Exp $ # used by devel/cmake/Makefile.common # used by devel/cmake-fedora/Makefile -CMAKE_VERSION= 3.23.1 +CMAKE_VERSION= 3.23.2 CMAKE_API= ${CMAKE_VERSION:R} From 5a8a1e03ab1ff04fa8c856af2e41c2bfaf75fa2a Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 26 May 2022 08:54:19 +0000 Subject: [PATCH 1056/1154] Updated databases/repmgr, devel/cmake --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 10ff1d7644379..06772483a1800 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2749 2022/05/26 07:18:51 he Exp $ +$NetBSD: CHANGES-2022,v 1.2750 2022/05/26 08:54:19 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4217,3 +4217,5 @@ Changes to the packages collection and infrastructure in 2022: Updated mail/fetchmailconf to 6.4.30 [triaxx 2022-05-26] Updated devel/nspr to 4.34 [wiz 2022-05-26] Updated lang/rust-bin to 1.60.0 [he 2022-05-26] + Updated databases/repmgr to 5.3.2 [adam 2022-05-26] + Updated devel/cmake to 3.23.2 [adam 2022-05-26] From 0b10b26edb6e86e73fd809408ef3a44870c2e82e Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 26 May 2022 10:10:26 +0000 Subject: [PATCH 1057/1154] rust: Bump SunOS bootstrap and update target. --- lang/rust/Makefile | 7 +++---- lang/rust/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index a43f1b6496c05..285bd66d00feb 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.258 2022/05/25 21:31:26 he Exp $ +# $NetBSD: Makefile,v 1.259 2022/05/26 10:10:26 jperkin Exp $ DISTNAME= rustc-1.60.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -231,7 +231,7 @@ pre-build-fix: # x86_64-sun-solaris bootstrap and comment out the overrides. # .if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64) || make(distinfo) || make (makesum) || make(mdi) -RUST_STAGE0_VER= 1.58.1 +RUST_STAGE0_VER= 1.59.0 RUST_ARCH:= x86_64-unknown-illumos RUST_STAGE0:= rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz SITES.${RUST_STAGE0}= https://us-east.manta.joyent.com/pkgsrc/public/pkg-bootstraps/ @@ -555,8 +555,7 @@ stage0-bootstrap: install for f in ${BOOTSTRAP_TMPDIR}/lib/*.so*; do \ ${ELFEDIT} -e 'dyn:runpath $$ORIGIN:$$ORIGIN/pkgsrc' $$f; \ done; \ - for f in ${BOOTSTRAP_TMPDIR}/lib/rustlib/*/*/*.so* \ - ${BOOTSTRAP_TMPDIR}/lib/rustlib/*/bin/*; do \ + for f in ${BOOTSTRAP_TMPDIR}/lib/rustlib/*/*/*.so*; do \ ${ELFEDIT} -e 'dyn:runpath $$ORIGIN:$$ORIGIN/../../..:$$ORIGIN/../../../pkgsrc' $$f; \ done; \ cd ${WRKDIR}; ${GTAR} -zcf ${BOOTSTRAP_NAME}.tar.gz ${BOOTSTRAP_NAME} diff --git a/lang/rust/distinfo b/lang/rust/distinfo index 38e8d2a6a625a..c673843a5bf9f 100644 --- a/lang/rust/distinfo +++ b/lang/rust/distinfo @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.146 2022/05/25 21:31:26 he Exp $ +$NetBSD: distinfo,v 1.147 2022/05/26 10:10:26 jperkin Exp $ -BLAKE2s (rust-1.58.1-x86_64-unknown-illumos.tar.gz) = 867ef1783de52f6d6c59905d0fea90ac9db8ed623ed58956acba6af090521508 -SHA512 (rust-1.58.1-x86_64-unknown-illumos.tar.gz) = 9649f840e8052f3d77c40938d9e651035f181f7ed71b2d4375dd911a270cb9e3d1d86f8ca62629e230e02612d6972729b5f3becca16af9eb3c53c4538a4a2f3b -Size (rust-1.58.1-x86_64-unknown-illumos.tar.gz) = 196899563 bytes BLAKE2s (rust-1.59.0-aarch64-apple-darwin.tar.gz) = 3b9fbd710b04c088470b04e8817217fb7f9549e42159ac9b0a210e746e53b20e SHA512 (rust-1.59.0-aarch64-apple-darwin.tar.gz) = b60feca7e1ca4ae9eb7550b82de475b47da8f14aa293c1e3e9c4321eed70f9a899003d567c870a81e5f5fdb88a74d1ff654a77fd6577a992170353037c05f963 Size (rust-1.59.0-aarch64-apple-darwin.tar.gz) = 275637417 bytes @@ -45,6 +42,9 @@ Size (rust-1.59.0-x86_64-apple-darwin.tar.gz) = 284198625 bytes BLAKE2s (rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = f85add6bf0d4150957c6bcbe832fcf4da8f4a948c620d44c6c1d753113fe576d SHA512 (rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = a170d55e2e80f7e5855caf6f52ed392630cfa076430886c462ea466f5a7a7c81d033a0764b9021de0e86fe105e22e797f67e85be47b87833b6d5133e486ac12d Size (rust-1.59.0-x86_64-unknown-freebsd.tar.gz) = 269933327 bytes +BLAKE2s (rust-1.59.0-x86_64-unknown-illumos.tar.gz) = eb02521929ef646fce17a94813ca508d04d7f36144595bec9d86abff4eba016e +SHA512 (rust-1.59.0-x86_64-unknown-illumos.tar.gz) = 1955a4d9c61bfdeab0103c4fcad1d3f934ede5af0e29e59d42d4041f44609c5de42254b0cafd20f75ac2883225036fccf0cef4519110e648b3ae348baa6bcc31 +Size (rust-1.59.0-x86_64-unknown-illumos.tar.gz) = 199400581 bytes BLAKE2s (rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = f60b459ad7b6d8286641fb318499a3caa3fea0868da63587c229dedacd019732 SHA512 (rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 460ed673cd260af28a3542bac95517e3a4e8bb63a029deecf5e5c671cd7784e73c9cabdcb0b7eb75a81a59d19671228d6a56093fd1712de7d9a76aeee43eca8a Size (rust-1.59.0-x86_64-unknown-linux-gnu.tar.gz) = 258629397 bytes From 303603094ed7494ed47bd68c6f01f4e9873d1652 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 26 May 2022 10:30:15 +0000 Subject: [PATCH 1058/1154] ttf-meera: Add fontforge build-dependency. --- fonts/ttf-meera/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fonts/ttf-meera/Makefile b/fonts/ttf-meera/Makefile index 003073bb90f20..ee17a9ce6c5b9 100644 --- a/fonts/ttf-meera/Makefile +++ b/fonts/ttf-meera/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2022/05/23 21:46:56 nikita Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/26 10:30:15 nikita Exp $ DISTNAME= meera-${GITLAB_TAG} PKGNAME= ttf-meera-7.0.3.20191223 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITLAB:=smc/fonts/} GITLAB_PROJECT= meera @@ -20,6 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_TOOLS+= gmake BUILD_DEPENDS+= ${PYPKGPREFIX}-fonttools-[0-9]*:../../fonts/py-fonttools +BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge FONTDIR= ${PREFIX}/share/fonts/X11/TTF FONTS_DIRS.ttf= ${FONTDIR} From 4297b0149e721920af79287c33a5810d84bde399 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 26 May 2022 10:30:33 +0000 Subject: [PATCH 1059/1154] doc: Updated fonts/ttf-meera to 7.0.3.20191223nb2 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 06772483a1800..386da22a47429 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2750 2022/05/26 08:54:19 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2751 2022/05/26 10:30:33 nikita Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4219,3 +4219,4 @@ Changes to the packages collection and infrastructure in 2022: Updated lang/rust-bin to 1.60.0 [he 2022-05-26] Updated databases/repmgr to 5.3.2 [adam 2022-05-26] Updated devel/cmake to 3.23.2 [adam 2022-05-26] + Updated fonts/ttf-meera to 7.0.3.20191223nb2 [nikita 2022-05-26] From 4cfc18f85164af674efa133f4e10c33a1986d289 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 26 May 2022 11:09:54 +0000 Subject: [PATCH 1060/1154] py-gi-docgen: Fix PKGMANDIR=share/man. --- devel/py-gi-docgen/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/py-gi-docgen/Makefile b/devel/py-gi-docgen/Makefile index bef5f25ff023f..97d1f6b99394e 100644 --- a/devel/py-gi-docgen/Makefile +++ b/devel/py-gi-docgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/05/23 14:58:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/26 11:09:54 jperkin Exp $ DISTNAME= gi-docgen-2022.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -30,8 +30,12 @@ SUBST_SED.prefix+= -e 's,/usr/local,${PREFIX},g' INSTALLATION_DIRS= ${PKGMANDIR}/man1 +.include "../../mk/bsd.prefs.mk" + post-install: +.if ${PKGMANDIR} != "share/man" ${MV} ${DESTDIR}${PREFIX}/share/man/man1/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 +.endif .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" From 29bfa1e8da2c01b30d703c9de1789257c89b1fed Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 26 May 2022 14:49:59 +0000 Subject: [PATCH 1061/1154] py-scipy: disable __builtin_prefetch with clang --- math/py-scipy/distinfo | 3 ++- ...-scipy_spatial_ckdtree_src_ckdtree__decl.h | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 math/py-scipy/patches/patch-scipy_spatial_ckdtree_src_ckdtree__decl.h diff --git a/math/py-scipy/distinfo b/math/py-scipy/distinfo index 34d8e38613bf1..a96951bb02739 100644 --- a/math/py-scipy/distinfo +++ b/math/py-scipy/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.34 2022/05/20 12:09:01 adam Exp $ +$NetBSD: distinfo,v 1.35 2022/05/26 14:49:59 tnn Exp $ BLAKE2s (scipy-1.8.1.tar.gz) = 364d6645a49d897429094a406e6073e124c1ebca01f4be63ebe401b660d8df38 SHA512 (scipy-1.8.1.tar.gz) = f6fc71c209991fe82baa4b10d8ade0deb1057f6f5942a91dfb7ae45f3eb78a4535efa2861badf5e2d37239fa99dbd99de760aa7e4854b95991ade0263004e7ea Size (scipy-1.8.1.tar.gz) = 38196215 bytes +SHA1 (patch-scipy_spatial_ckdtree_src_ckdtree__decl.h) = bc97245b7e0b2ae0e81d7aa2ac90c6a209af5dd1 SHA1 (patch-scipy_special___logit.h) = c729c2b73de00cad4c9ad834a79b80dea7b05af3 SHA1 (patch-scipy_special___round.h) = bc05a935e6423ce8395450ad3b30e88826939422 diff --git a/math/py-scipy/patches/patch-scipy_spatial_ckdtree_src_ckdtree__decl.h b/math/py-scipy/patches/patch-scipy_spatial_ckdtree_src_ckdtree__decl.h new file mode 100644 index 0000000000000..4a36065be9397 --- /dev/null +++ b/math/py-scipy/patches/patch-scipy_spatial_ckdtree_src_ckdtree__decl.h @@ -0,0 +1,19 @@ +$NetBSD: patch-scipy_spatial_ckdtree_src_ckdtree__decl.h,v 1.1 2022/05/26 14:49:59 tnn Exp $ + +Many errors like this: +scipy/spatial/ckdtree/src/query_pairs.cxx:110:16: error: argument to '__builtin_prefetch' must be a constant integer + +--- scipy/spatial/ckdtree/src/ckdtree_decl.h.orig 2022-04-29 21:14:38.000000000 +0000 ++++ scipy/spatial/ckdtree/src/ckdtree_decl.h +@@ -10,7 +10,11 @@ + #include + #define CKDTREE_LIKELY(x) NPY_LIKELY(x) + #define CKDTREE_UNLIKELY(x) NPY_UNLIKELY(x) ++#if !defined(__clang__) + #define CKDTREE_PREFETCH(x, rw, loc) NPY_PREFETCH(x, rw, loc) ++#else ++#define CKDTREE_PREFETCH(x, rw, loc) ++#endif + + #define ckdtree_intp_t npy_intp + #define ckdtree_isinf(x) sc_isinf(x) From 83701aad11e6045b01d9d6811aad7967348555dc Mon Sep 17 00:00:00 2001 From: mef Date: Thu, 26 May 2022 15:20:08 +0000 Subject: [PATCH 1062/1154] (ham/gnuradio-core) Updated 3.10.1.1 to 3.10.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.10.2.0] - 2022-04-09 ### Changed #### Project Scope - Clayton Smith continues the effort to replace Boost usage with modern C++ equivalents. In a related effort, he has continued the logging modernization started by Marcus M端ller. In his spare time, he has tackled some tricky, intermittent CI failures, some of which turned out to be real bugs. Much of this work is invisible to end users, but is extremely useful in making GNU Radio more reliable and maintainable. Special thanks are due to Clayton for a lot of hard work this cycle. - Use exceptions instead of `exit()` in several places. - Fixed a variety of Python deprecation warnings. - Packager note: `jsonschema` is required for the JSON Config and YAML Config blocks. Those blocks will be disabled if `jsonschema` is not found. #### gnuradio-runtime - Correct size/usage for single-mapped buffers (part of the new Custom Buffers feature). - Correct buffer size allocation. This was actually the single change in v3.10.1.1, which did not get its own CHANGELOG entry. #### GRC - Improve discovery of xterm and related programs. - Save generated hierarchical block code to the block library instead of the directory containing the current GRC flowgraph. - New JSON Config and YAML Config blocks that load configuration variables from files at runtime. Those variables may then be used in block parameters. - Store the GNU Radio version in flowgraph metadata when saving. - Minor change in Python evaluation code to allow `affinity`, `minoutbuf` and `maxoutbuf` to be adjusted via script parameters. #### Build system and packaging - Require C++-17 for `gnuradio-runtime` and code compiled against it (via cmake flags). - Add `pythonschema` to build- and run-time dependencies. #### gr-blocks - Add exponential distribution to Message Strobe Random block's `delay` selection. - Quiet down debug messages in File Sink. - Skip alignment check in File Source when the input file is not seekable (e.g., it is a pipe). #### gr-filter - Fix crash in Rational Resampler logging #### gr-digital - Add generic CRC blocks: CRC Append and CRC Check. #### gr-qtgui - Improve text/background color on Range widget. - Digital Number Control emits message with new, instead of previous, value. - Message Edit Box sends message only when return is pressed, rather than whenever focus is lost. - Vector Sink allows legend to be disabled. - Type error fixes (Python 3.10 is stricter about int casting). #### gr-trellis - Provide Python bindings for PCCC Encoder and Viterbi Combo. #### gr-vocoder - Add C++ generation support to gr-vocoder #### Code generation tools - Support strongly-typed enums in Python bindings --- ham/gnuradio-channels/Makefile | 3 +- ham/gnuradio-channels/PLIST | 5 +- ham/gnuradio-companion/Makefile | 3 +- ham/gnuradio-companion/PLIST | 4 +- ham/gnuradio-core/Makefile | 3 +- ham/gnuradio-core/Makefile.common | 7 +- ham/gnuradio-core/Nocore.mk | 21 ++- ham/gnuradio-core/PLIST | 17 +- ham/gnuradio-core/buildlink3.mk | 4 +- ham/gnuradio-core/distinfo | 8 +- ham/gnuradio-core/version.mk | 4 +- ham/gnuradio-ctrlport/Makefile | 3 +- ham/gnuradio-digital/Makefile | 3 +- ham/gnuradio-digital/PLIST | 14 +- ham/gnuradio-doxygen/Makefile | 5 +- ham/gnuradio-doxygen/PLIST | 286 +++++++++++++++++++++++++++++- ham/gnuradio-dtv/Makefile | 3 +- ham/gnuradio-dtv/PLIST | 4 +- ham/gnuradio-fec/Makefile | 3 +- ham/gnuradio-fec/PLIST | 4 +- ham/gnuradio-network/Makefile | 3 +- ham/gnuradio-network/PLIST | 5 +- ham/gnuradio-pdu/PLIST | 4 +- ham/gnuradio-qtgui/Makefile | 4 +- ham/gnuradio-qtgui/PLIST | 5 +- ham/gnuradio-soapy-sdr/Makefile | 3 +- ham/gnuradio-soapy-sdr/PLIST | 4 +- ham/gnuradio-trellis/Makefile | 3 +- ham/gnuradio-trellis/PLIST | 4 +- ham/gnuradio-uhd/Makefile | 3 +- ham/gnuradio-uhd/PLIST | 4 +- ham/gnuradio-utils/Makefile | 3 +- ham/gnuradio-utils/PLIST | 3 +- ham/gnuradio-video-sdl/Makefile | 3 +- ham/gnuradio-video-sdl/PLIST | 4 +- ham/gnuradio-vocoder/Makefile | 3 +- ham/gnuradio-vocoder/PLIST | 4 +- ham/gnuradio-wavelet/Makefile | 3 +- ham/gnuradio-wavelet/PLIST | 4 +- ham/gnuradio-zeromq/Makefile | 3 +- ham/gnuradio-zeromq/PLIST | 4 +- 41 files changed, 383 insertions(+), 97 deletions(-) diff --git a/ham/gnuradio-channels/Makefile b/ham/gnuradio-channels/Makefile index 465b3be958500..0810493ee36c7 100644 --- a/ham/gnuradio-channels/Makefile +++ b/ham/gnuradio-channels/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/26 15:20:08 mef Exp $ PKGNAME= gnuradio-channels-${VERSION} -PKGREVISION= 2 COMMENT= Signal processing blocks to simulate channel models of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-channels/PLIST b/ham/gnuradio-channels/PLIST index 98a8cfa89de19..bf120343f857c 100644 --- a/ham/gnuradio-channels/PLIST +++ b/ham/gnuradio-channels/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2022/03/12 23:04:44 tnn Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/05/26 15:20:08 mef Exp $ include/gnuradio/channels/api.h include/gnuradio/channels/channel_model.h include/gnuradio/channels/channel_model2.h @@ -8,8 +8,9 @@ include/gnuradio/channels/selective_fading_model2.h lib/cmake/gnuradio/gnuradio-channelsConfig.cmake lib/cmake/gnuradio/gnuradio-channelsTargets-release.cmake lib/cmake/gnuradio/gnuradio-channelsTargets.cmake +lib/libgnuradio-channels.so.${PKGVERSION} +lib/libgnuradio-channels.so.${PKGVER_MICRO} lib/libgnuradio-channels.so -lib/libgnuradio-channels.so.3.10.1 lib/libgnuradio-channels.so.${PKGVERSION} lib/pkgconfig/gnuradio-channels.pc ${PYSITELIB}/gnuradio/channels/__init__.py diff --git a/ham/gnuradio-companion/Makefile b/ham/gnuradio-companion/Makefile index ec69be2594573..534169831fc23 100644 --- a/ham/gnuradio-companion/Makefile +++ b/ham/gnuradio-companion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.56 2022/05/26 15:20:08 mef Exp $ PKGNAME= gnuradio-companion-${VERSION} -PKGREVISION= 2 COMMENT= User interface entry of GNU Radio #CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf diff --git a/ham/gnuradio-companion/PLIST b/ham/gnuradio-companion/PLIST index 9bb697f0fccde..af3a9ed8ff29c 100644 --- a/ham/gnuradio-companion/PLIST +++ b/ham/gnuradio-companion/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:08 mef Exp $ bin/gnuradio-companion bin/grcc ${PYSITELIB}/gnuradio/grc/__init__.py @@ -547,3 +547,5 @@ share/icons/hicolor/48x48/apps/gnuradio-grc.png share/icons/hicolor/64x64/apps/gnuradio-grc.png share/metainfo/org.gnuradio.grc.metainfo.xml share/mime/packages/gnuradio-grc.xml +share/gnuradio/grc/blocks/json_config.block.yml +share/gnuradio/grc/blocks/yaml_config.block.yml diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index 15164e26d30dd..25ce871c3bbee 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.95 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-core-${VERSION} -PKGREVISION= 2 COMMENT= Core part of GNU Radio, all others need this PLIST_MINUS= # empty diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common index e01cfc5218cc6..91886455e5047 100644 --- a/ham/gnuradio-core/Makefile.common +++ b/ham/gnuradio-core/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2022/04/10 01:05:34 gutteridge Exp $ +# $NetBSD: Makefile.common,v 1.41 2022/05/26 15:20:09 mef Exp $ # This Makefile fragment is included in the package Makefiles for # GNU Radio distributed packages (they all share common configure and build # settings). @@ -56,8 +56,13 @@ PATCHDIR= ${.CURDIR}/../../ham/gnuradio-core/patches # see CMakeLists.txt GR_PYTHON_MIN_VERSION PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scipy +# three digit version number for shared library ex 3.10.2.0 -> 3.10.2 +PKGVER_MICRO= ${PKGVERSION_NOREV:C/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\1.\2.\3/} + PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYSITELIB=${PYSITELIB} +# avoid using the name PKGVERSION in variable, see Nocore.mk +PLIST_SUBST+= PKGVER_MICRO=${PKGVER_MICRO} PY_PATCHPLIST= yes CONFIGURE_DIRS= build diff --git a/ham/gnuradio-core/Nocore.mk b/ham/gnuradio-core/Nocore.mk index e84507d01ac4c..2d66809a542c2 100644 --- a/ham/gnuradio-core/Nocore.mk +++ b/ham/gnuradio-core/Nocore.mk @@ -1,4 +1,4 @@ -# $NetBSD: Nocore.mk,v 1.9 2016/07/12 11:36:46 mef Exp $ +# $NetBSD: Nocore.mk,v 1.10 2022/05/26 15:20:09 mef Exp $ DEPENDS+= gnuradio-core-[0-9]*:../../ham/gnuradio-core @@ -13,12 +13,16 @@ post-install: # Take care CONF_FILES stuff # ${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \ # ${DESTDIR}${PREFIX}/${EGDIR}/ +# ------------------------------------------------------------ +# Generate the file .PLIST.minus (note: it is before PLIST_SUBST applies) +# ------------------------------------------------------------ for i in ${PLIST_MINUS} ; do \ for p in PLIST PLIST.oss PLIST.${OPSYS} ; do \ f="${PKGDIR}/../../ham/gnuradio-$${i}/$${p}"; \ if [ -f "$${f}" ]; then \ ${SED} -e 's,$${PYSITELIB},${PYSITELIB},' \ -e 's,$${PKGVERSION},${PKGVERSION_NOREV},' \ + -e 's,$${PKGVER_MICRO},${PKGVER_MICRO},' \ -e '/^@comment/d' \ -e '/^@pkgdir/d' \ "$${f}"; \ @@ -27,8 +31,19 @@ post-install: done \ | ${PKGSRC_SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_SHLIB_AWK} \ > ${WRKDIR}/.PLIST.minus; - (cd ${WRKDIR}/.destdir/${PREFIX}; \ - ${RM} -f $$(cat ${WRKDIR}/.PLIST.minus) ); +# ------------------------------------------------------------ +# And then remove the files listed in .PLIST.minus +# ------------------------------------------------------------ + (cd ${WRKDIR}/.destdir/${PREFIX}; \ + ${RM} -f $$(cat ${WRKDIR}/.PLIST.minus) ; \ + ${RM} -f lib/libaudio.so.* ; \ + ${RM} -f lib/libgnuradio-analog.so.* ; \ + ${RM} -f lib/libgnuradio-blocks.so.* ; \ + ${RM} -f lib/libgnuradio-filter.so.* ; \ + ${RM} -f lib/libgnuradio-fft.so.* ; \ + ${RM} -f lib/libgnuradio-pmt.so.* ; \ + ${RM} -f lib/libgnuradio-runtime.so.* ; \ + ${RM} -f lib/libgnuradio-audio.so.* ; ) # workaround for gnuradio-doxygen # (the same target can't be set on gnuradio-doxygen side # diff --git a/ham/gnuradio-core/PLIST b/ham/gnuradio-core/PLIST index 78d5a241578d1..adabf36ffc43a 100644 --- a/ham/gnuradio-core/PLIST +++ b/ham/gnuradio-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.37 2022/05/26 15:20:09 mef Exp $ bin/gnuradio-config-info bin/gr_filter_design include/gnuradio/analog/agc.h @@ -262,7 +262,6 @@ include/gnuradio/gr_complex.h include/gnuradio/hier_block2.h include/gnuradio/high_res_timer.h include/gnuradio/host_buffer.h -include/gnuradio/integer_math.h include/gnuradio/io_signature.h include/gnuradio/logger.h include/gnuradio/math.h @@ -371,25 +370,25 @@ lib/cmake/gnuradio/gnuradio-runtimeConfig.cmake lib/cmake/gnuradio/gnuradio-runtimeTargets-release.cmake lib/cmake/gnuradio/gnuradio-runtimeTargets.cmake lib/libgnuradio-analog.so -lib/libgnuradio-analog.so.3.10.1 +lib/libgnuradio-analog.so.${PKGVER_MICRO} lib/libgnuradio-analog.so.${PKGVERSION} lib/libgnuradio-audio.so -lib/libgnuradio-audio.so.3.10.1 +lib/libgnuradio-audio.so.${PKGVER_MICRO} lib/libgnuradio-audio.so.${PKGVERSION} lib/libgnuradio-blocks.so -lib/libgnuradio-blocks.so.3.10.1 +lib/libgnuradio-blocks.so.${PKGVER_MICRO} lib/libgnuradio-blocks.so.${PKGVERSION} lib/libgnuradio-fft.so -lib/libgnuradio-fft.so.3.10.1 +lib/libgnuradio-fft.so.${PKGVER_MICRO} lib/libgnuradio-fft.so.${PKGVERSION} lib/libgnuradio-filter.so -lib/libgnuradio-filter.so.3.10.1 +lib/libgnuradio-filter.so.${PKGVER_MICRO} lib/libgnuradio-filter.so.${PKGVERSION} lib/libgnuradio-pmt.so -lib/libgnuradio-pmt.so.3.10.1 +lib/libgnuradio-pmt.so.${PKGVER_MICRO} lib/libgnuradio-pmt.so.${PKGVERSION} lib/libgnuradio-runtime.so -lib/libgnuradio-runtime.so.3.10.1 +lib/libgnuradio-runtime.so.${PKGVER_MICRO} lib/libgnuradio-runtime.so.${PKGVERSION} lib/pkgconfig/gnuradio-analog.pc lib/pkgconfig/gnuradio-audio.pc diff --git a/ham/gnuradio-core/buildlink3.mk b/ham/gnuradio-core/buildlink3.mk index 91253c4c1db15..a3518100508ac 100644 --- a/ham/gnuradio-core/buildlink3.mk +++ b/ham/gnuradio-core/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.35 2022/03/12 23:04:45 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.36 2022/05/26 15:20:09 mef Exp $ BUILDLINK_TREE+= gnuradio-core .if !defined(GNURADIO_CORE_BUILDLINK3_MK) GNURADIO_CORE_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.gnuradio-core+= gnuradio-core>=3.10.1.1 +BUILDLINK_API_DEPENDS.gnuradio-core+= gnuradio-core>=3.10.2 BUILDLINK_PKGSRCDIR.gnuradio-core?= ../../ham/gnuradio-core .include "../../devel/gmp/buildlink3.mk" diff --git a/ham/gnuradio-core/distinfo b/ham/gnuradio-core/distinfo index f509f280ae785..471612f21afaf 100644 --- a/ham/gnuradio-core/distinfo +++ b/ham/gnuradio-core/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.47 2022/03/12 23:04:45 tnn Exp $ +$NetBSD: distinfo,v 1.48 2022/05/26 15:20:09 mef Exp $ -BLAKE2s (gnuradio-3.10.1.1.tar.gz) = 74575cc69c55fbf28f97396cb0a74747492543fc807b3a6e45b3b5cd16f539e6 -SHA512 (gnuradio-3.10.1.1.tar.gz) = 71998cbf0c67333a0fabb53882549cdb5d1547c7d2c7317321ccee0c61640147a1c3e7879a2011bd853df9cfa58dd6adaee4312adb9544d94ff7c1d4918fe480 -Size (gnuradio-3.10.1.1.tar.gz) = 4318131 bytes +BLAKE2s (gnuradio-3.10.2.0.tar.gz) = ce1797e79609b2bf9b418b0cd4d43cb5e5c647da7be8769c26fc99979d18bd9f +SHA512 (gnuradio-3.10.2.0.tar.gz) = f34cd3aee1a5d72da387246c25f8494d9a28b2d66aa58ec99a6ff2ae45672f3ec65111af095282f026e2ef267bca2e64042a2aa3ee284ce770351629963fe468 +Size (gnuradio-3.10.2.0.tar.gz) = 4323022 bytes SHA1 (patch-cmake_Modules_GrPybind.cmake) = e2b42c840ca985dc3b1c0cba3029002a088c8407 SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = a5b2b60c7fcc46b5784027e08e137480c0cf3307 SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = 310d0432de07cf5c03fbd9fd34dcb42733cf6367 diff --git a/ham/gnuradio-core/version.mk b/ham/gnuradio-core/version.mk index 3a48d23d79484..f32572da6d7df 100644 --- a/ham/gnuradio-core/version.mk +++ b/ham/gnuradio-core/version.mk @@ -1,3 +1,3 @@ -# $NetBSD: version.mk,v 1.6 2022/03/12 23:04:45 tnn Exp $ +# $NetBSD: version.mk,v 1.7 2022/05/26 15:20:09 mef Exp $ -VERSION= 3.10.1.1 +VERSION= 3.10.2.0 diff --git a/ham/gnuradio-ctrlport/Makefile b/ham/gnuradio-ctrlport/Makefile index 93de230e7daa7..487d6b6cc4699 100644 --- a/ham/gnuradio-ctrlport/Makefile +++ b/ham/gnuradio-ctrlport/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-ctrlport-${VERSION} -PKGREVISION= 2 COMMENT= New set of hooks into GNU Radio to allow a remote client to attach .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" diff --git a/ham/gnuradio-digital/Makefile b/ham/gnuradio-digital/Makefile index d2ea21decbc26..97a0d060051bc 100644 --- a/ham/gnuradio-digital/Makefile +++ b/ham/gnuradio-digital/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-digital-${VERSION} -PKGREVISION= 2 COMMENT= Digital related algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-digital/PLIST b/ham/gnuradio-digital/PLIST index 1ebbcd4aa2e2a..3d1fb03604015 100644 --- a/ham/gnuradio-digital/PLIST +++ b/ham/gnuradio-digital/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:09 mef Exp $ include/gnuradio/digital/adaptive_algorithm.h include/gnuradio/digital/adaptive_algorithm_cma.h include/gnuradio/digital/adaptive_algorithm_lms.h @@ -23,9 +23,15 @@ include/gnuradio/digital/correlate_access_code_tag_bb.h include/gnuradio/digital/correlate_access_code_tag_ff.h include/gnuradio/digital/costas_loop_cc.h include/gnuradio/digital/cpmmod_bc.h +include/gnuradio/digital/crc.h +include/gnuradio/digital/crc.h include/gnuradio/digital/crc16_async_bb.h include/gnuradio/digital/crc32_async_bb.h include/gnuradio/digital/crc32_bb.h +include/gnuradio/digital/crc_append.h +include/gnuradio/digital/crc_append.h +include/gnuradio/digital/crc_check.h +include/gnuradio/digital/crc_check.h include/gnuradio/digital/decision_feedback_equalizer.h include/gnuradio/digital/descrambler_bb.h include/gnuradio/digital/diff_coding_type.h @@ -85,7 +91,7 @@ lib/cmake/gnuradio/gnuradio-digitalConfig.cmake lib/cmake/gnuradio/gnuradio-digitalTargets-release.cmake lib/cmake/gnuradio/gnuradio-digitalTargets.cmake lib/libgnuradio-digital.so -lib/libgnuradio-digital.so.3.10.1 +lib/libgnuradio-digital.so.${PKGVER_MICRO} lib/libgnuradio-digital.so.${PKGVERSION} lib/pkgconfig/gnuradio-digital.pc ${PYSITELIB}/gnuradio/digital/__init__.py @@ -237,6 +243,10 @@ share/gnuradio/grc/blocks/digital_cpmmod_bc.block.yml share/gnuradio/grc/blocks/digital_crc16_async_bb.block.yml share/gnuradio/grc/blocks/digital_crc32_async_bb.block.yml share/gnuradio/grc/blocks/digital_crc32_bb.block.yml +share/gnuradio/grc/blocks/digital_crc_append.block.yml +share/gnuradio/grc/blocks/digital_crc_append.block.yml +share/gnuradio/grc/blocks/digital_crc_check.block.yml +share/gnuradio/grc/blocks/digital_crc_check.block.yml share/gnuradio/grc/blocks/digital_decision_feedback_equalizer.block.yml share/gnuradio/grc/blocks/digital_descrambler_bb.block.yml share/gnuradio/grc/blocks/digital_diff_decoder_bb.block.yml diff --git a/ham/gnuradio-doxygen/Makefile b/ham/gnuradio-doxygen/Makefile index b7907e76e740d..1a5d0fa52d47d 100644 --- a/ham/gnuradio-doxygen/Makefile +++ b/ham/gnuradio-doxygen/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.54 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.55 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-doxygen-${VERSION} -PKGREVISION= 3 COMMENT= Doxygen documentation of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" -BUILD_DEPENDS+= doxygen>=1.9.3:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.9.4:../../devel/doxygen BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz DEPENDS+= web2c-[0-9]*:../../print/web2c diff --git a/ham/gnuradio-doxygen/PLIST b/ham/gnuradio-doxygen/PLIST index dd9fa31fe4b64..ddc44b52359da 100644 --- a/ham/gnuradio-doxygen/PLIST +++ b/ham/gnuradio-doxygen/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2022/04/09 10:38:53 mef Exp $ +@comment $NetBSD: PLIST,v 1.29 2022/05/26 15:20:09 mef Exp $ share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h.html share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.md5 @@ -103,6 +103,7 @@ share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h.html +share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h.js share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.svg @@ -114,6 +115,7 @@ share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_ share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h.html +share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h.js share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.svg @@ -125,6 +127,7 @@ share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_ share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h.html +share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h.js share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.svg @@ -246,6 +249,7 @@ share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8 share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/agc2_8h.html +share/doc/gnuradio-${PKGVERSION}/html/agc2_8h.js share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.svg @@ -293,6 +297,7 @@ share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/agc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/agc_8h.js share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.svg @@ -351,6 +356,7 @@ share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h__incl share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/alist_8h.html +share/doc/gnuradio-${PKGVERSION}/html/alist_8h.js share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.svg @@ -359,6 +365,7 @@ share/doc/gnuradio-${PKGVERSION}/html/alist_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/alist_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/alist_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.svg @@ -479,6 +486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.svg @@ -490,6 +498,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h__i share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.svg @@ -501,6 +510,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.svg @@ -512,6 +522,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h__in share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.svg @@ -523,6 +534,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h__incl. share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.svg @@ -534,6 +546,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.svg @@ -545,6 +558,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.svg @@ -556,6 +570,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.svg @@ -567,6 +582,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.svg @@ -578,11 +594,13 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.svg @@ -594,6 +612,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h__incl share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.svg @@ -605,6 +624,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.svg @@ -616,6 +636,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.svg @@ -627,6 +648,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.svg @@ -638,6 +660,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.svg @@ -649,6 +672,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__dep__incl.svg @@ -657,6 +681,7 @@ share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h__incl.svg @@ -668,6 +693,7 @@ share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__dep__incl.svg @@ -676,6 +702,7 @@ share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h__incl.svg @@ -687,6 +714,7 @@ share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__dep__incl.svg @@ -695,6 +723,7 @@ share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h__incl.svg @@ -713,6 +742,7 @@ share/doc/gnuradio-${PKGVERSION}/html/attributes_8h__dep__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attributes_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/audio_8dox.html share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h.html +share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h.js share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.svg @@ -761,6 +791,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h.js share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.svg @@ -852,6 +883,7 @@ share/doc/gnuradio-${PKGVERSION}/html/buffer__reader_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/buffer__reader_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/buffer__reader_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h.html +share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h.js share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h__incl.svg @@ -953,6 +985,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.svg @@ -964,6 +997,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__templat share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.svg @@ -975,6 +1009,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h__ share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.svg @@ -986,6 +1021,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__templ share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.svg @@ -997,6 +1033,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__ share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.svg @@ -2091,6 +2128,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1costas__loop__cc.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1cpmmod__bc-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1cpmmod__bc.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1cpmmod__bc.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc16__async__bb-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc16__async__bb.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc16__async__bb.js @@ -2100,6 +2140,12 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__async__bb.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__append-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__append.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__append.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__check-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__check.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__check.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer.js @@ -3408,6 +3454,7 @@ share/doc/gnuradio-${PKGVERSION}/html/classthrift__server__template-members.html share/doc/gnuradio-${PKGVERSION}/html/classthrift__server__template.html share/doc/gnuradio-${PKGVERSION}/html/classthrift__server__template.js share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h.js share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.svg @@ -3439,6 +3486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8 share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/closed.png share/doc/gnuradio-${PKGVERSION}/html/codec2_8h.html +share/doc/gnuradio-${PKGVERSION}/html/codec2_8h.js share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.svg @@ -3615,6 +3663,7 @@ share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/constellation_8h.html +share/doc/gnuradio-${PKGVERSION}/html/constellation_8h.js share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.svg @@ -3662,6 +3711,7 @@ share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h__incl.md share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h.js share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.svg @@ -3759,11 +3809,13 @@ share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h__incl.md share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h.html +share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h.js share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h.html +share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h.js share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.svg @@ -3775,6 +3827,7 @@ share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h__incl. share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h.html +share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h.js share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.svg @@ -3792,6 +3845,7 @@ share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h.html +share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h.js share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.svg @@ -3892,6 +3946,7 @@ share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/cpm_8h.html +share/doc/gnuradio-${PKGVERSION}/html/cpm_8h.js share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.svg @@ -3949,6 +4004,39 @@ share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h.html share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.md5 @@ -4039,6 +4127,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h__ share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h.html +share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h.js share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h__dep__incl.svg @@ -4091,6 +4180,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h__incl. share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h.js share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__dep__incl.svg @@ -4099,6 +4189,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h__incl.svg @@ -4110,6 +4201,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.svg @@ -4199,6 +4291,7 @@ share/doc/gnuradio-${PKGVERSION}/html/device__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/device__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/device__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__dep__incl.svg @@ -4718,6 +4811,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dir_000222.js share/doc/gnuradio-${PKGVERSION}/html/dir_000223.html share/doc/gnuradio-${PKGVERSION}/html/dir_000223.js share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h.html +share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h.js share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.svg @@ -4788,6 +4882,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h__incl.m share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.svg @@ -4799,6 +4894,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.svg @@ -4810,6 +4906,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h__ share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.svg @@ -4833,6 +4930,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.svg @@ -4856,6 +4954,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h__incl.md share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.svg @@ -4867,6 +4966,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.svg @@ -4878,6 +4978,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h__ share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.svg @@ -4889,6 +4990,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h__i share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.svg @@ -4912,6 +5014,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h__incl.md share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.svg @@ -4923,6 +5026,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.svg @@ -4934,6 +5038,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__templat share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.svg @@ -4945,6 +5050,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.svg @@ -4956,6 +5062,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h__incl. share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.svg @@ -4967,6 +5074,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h__ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.svg @@ -4978,6 +5086,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.svg @@ -4989,6 +5098,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.svg @@ -5000,6 +5110,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.svg @@ -5011,6 +5122,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__te share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.svg @@ -5034,6 +5146,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.svg @@ -5045,6 +5158,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc_ share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.svg @@ -5056,6 +5170,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__t share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.svg @@ -5067,6 +5182,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.svg @@ -5078,6 +5194,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__te share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.svg @@ -5089,6 +5206,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_ share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.svg @@ -5100,6 +5218,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.svg @@ -5111,6 +5230,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h__in share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.svg @@ -5122,6 +5242,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.svg @@ -5133,6 +5254,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__templ share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.svg @@ -5144,6 +5266,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_ share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.svg @@ -5155,6 +5278,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_ share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.svg @@ -5166,6 +5290,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_ share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.svg @@ -5177,6 +5302,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__t share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.svg @@ -5188,6 +5314,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h.js share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.svg @@ -5257,6 +5384,7 @@ share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h.html +share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h.js share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.svg @@ -5268,6 +5396,7 @@ share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_ share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h.html +share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h.js share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.svg @@ -5279,6 +5408,7 @@ share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h.html +share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h.js share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.svg @@ -5290,6 +5420,7 @@ share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h.html +share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h.js share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.svg @@ -5418,6 +5549,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h.js share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.svg @@ -5490,6 +5622,7 @@ share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.svg @@ -5535,6 +5668,7 @@ share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h.html +share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h.js share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.svg @@ -5584,6 +5718,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h.js share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.svg @@ -5702,6 +5837,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__f32c__pydoc__template_8h__ share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__f32c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__f32c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h__incl.svg @@ -5728,6 +5864,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__f32c__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__f32c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__f32c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h__incl.svg @@ -5739,6 +5876,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h__incl share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__dep__incl.svg @@ -5753,6 +5891,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__f32c__pydoc__template_8h__ share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__f32c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__f32c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h__incl.svg @@ -5764,6 +5903,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h__incl.m share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__dep__incl.svg @@ -5778,6 +5918,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__f32c__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__f32c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__f32c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h__incl.svg @@ -5867,10 +6008,14 @@ share/doc/gnuradio-${PKGVERSION}/html/form_65.png share/doc/gnuradio-${PKGVERSION}/html/form_66.png share/doc/gnuradio-${PKGVERSION}/html/form_67.png share/doc/gnuradio-${PKGVERSION}/html/form_68.png +share/doc/gnuradio-${PKGVERSION}/html/form_69.png share/doc/gnuradio-${PKGVERSION}/html/form_7.png +share/doc/gnuradio-${PKGVERSION}/html/form_70.png +share/doc/gnuradio-${PKGVERSION}/html/form_71.png share/doc/gnuradio-${PKGVERSION}/html/form_8.png share/doc/gnuradio-${PKGVERSION}/html/form_9.png share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h.html +share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h.js share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.svg @@ -5897,6 +6042,7 @@ share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h__incl. share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h.html +share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h.js share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.svg @@ -5964,6 +6110,7 @@ share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__templat share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h.html +share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h.js share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.svg @@ -6238,6 +6385,7 @@ share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h__incl share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h.js share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.svg @@ -6246,6 +6394,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h.js share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.svg @@ -6574,6 +6723,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2api_8h share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2api_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2api_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h.js share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__dep__incl.svg @@ -6582,6 +6732,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_ share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__dep__incl.svg @@ -6590,6 +6741,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h.js share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__dep__incl.svg @@ -6817,6 +6969,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h__i share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h.html +share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h.js share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.svg @@ -6828,6 +6981,7 @@ share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h__in share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h.js share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.svg @@ -7007,6 +7161,7 @@ share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h__ share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h.js share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.svg @@ -7021,6 +7176,7 @@ share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h.html +share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h.js share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.svg @@ -7222,6 +7378,9 @@ share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_137.svg share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_138.map share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_138.md5 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_138.svg +share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_139.map +share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_139.md5 +share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_139.svg share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.map share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.md5 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.svg @@ -7516,12 +7675,6 @@ share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.m share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h_source.html -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h.html -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h.js -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.map -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.md5 -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.svg -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/integrate_8h.html share/doc/gnuradio-${PKGVERSION}/html/integrate_8h.js share/doc/gnuradio-${PKGVERSION}/html/integrate_8h__incl.map @@ -7612,6 +7765,7 @@ share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h.html share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h.js share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h.html +share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h.js share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.svg @@ -7711,6 +7865,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h__incl.md share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.svg @@ -7733,6 +7888,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_ share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.svg @@ -7795,6 +7951,7 @@ share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/license_8dox.html share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.svg @@ -7935,6 +8092,7 @@ share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8 share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h.html +share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h.js share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.svg @@ -7988,6 +8146,7 @@ share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.svg @@ -7999,6 +8158,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__templa share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h.html +share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h.js share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.svg @@ -8010,6 +8170,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__templa share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.svg @@ -8021,6 +8182,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__t share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h.html +share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h.js share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.svg @@ -8100,6 +8262,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h__incl.m share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h.html +share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h.js share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.svg @@ -8108,6 +8271,7 @@ share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h.html +share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h.js share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.svg @@ -8119,6 +8283,7 @@ share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h__incl.md share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h.html +share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h.js share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.svg @@ -8139,6 +8304,7 @@ share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h.js share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.svg @@ -8660,6 +8826,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.svg @@ -8830,6 +8997,7 @@ share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8 share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h.html +share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h.js share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.svg @@ -9031,6 +9199,7 @@ share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h.js share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.svg @@ -9256,6 +9425,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/pmt_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h.js share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.svg @@ -9316,6 +9486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h__incl.md share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h.js share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.svg @@ -9330,11 +9501,13 @@ share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h.js share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h.js share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.svg @@ -9352,6 +9525,7 @@ share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h__in share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h.js share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.svg @@ -9533,6 +9707,7 @@ share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h__i share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.svg @@ -9544,6 +9719,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h__incl.m share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.svg @@ -9555,6 +9731,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.svg @@ -9566,6 +9743,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.svg @@ -9599,6 +9777,7 @@ share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.svg @@ -9610,6 +9789,7 @@ share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h__incl. share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.svg @@ -9699,6 +9879,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/random_8h.html +share/doc/gnuradio-${PKGVERSION}/html/random_8h.js share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.svg @@ -9775,6 +9956,7 @@ share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h__incl.s share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/releasing_8dox.html share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.svg @@ -9786,6 +9968,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h__incl.m share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.svg @@ -9841,6 +10024,7 @@ share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h__i share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.svg @@ -9852,6 +10036,7 @@ share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h__incl share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/req__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/req__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.svg @@ -9864,6 +10049,7 @@ share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/resize.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.svg @@ -9905,6 +10091,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.svg @@ -9952,6 +10139,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio__pydoc__template_8h__incl share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.svg @@ -9985,6 +10173,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rotator_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rotator_8h.js share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.svg @@ -10007,6 +10196,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.svg @@ -10027,6 +10217,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.svg @@ -10035,6 +10226,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.svg @@ -10058,6 +10250,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.svg @@ -10072,6 +10265,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h__in share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.svg @@ -10086,6 +10280,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h_ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.svg @@ -10100,6 +10295,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h__incl. share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.svg @@ -10114,6 +10310,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__temp share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.svg @@ -10122,6 +10319,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.svg @@ -10869,6 +11067,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h.html +share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h.js share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.svg @@ -10927,11 +11126,13 @@ share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h.js share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.svg @@ -10943,6 +11144,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h.js share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.svg @@ -11022,6 +11224,7 @@ share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h__incl.svg @@ -11033,6 +11236,7 @@ share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h__incl.svg @@ -11047,6 +11251,7 @@ share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h.html +share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h.js share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.svg @@ -11056,6 +11261,7 @@ share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/splitbar.png share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h.js share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.svg @@ -11081,6 +11287,7 @@ share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.svg @@ -11095,6 +11302,7 @@ share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h.html +share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h.js share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.svg @@ -11142,6 +11350,7 @@ share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__dep__incl.svg @@ -11161,6 +11370,7 @@ share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h__i share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h.html +share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h.js share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.svg @@ -11336,6 +11546,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sub_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sub_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sub_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.svg @@ -11353,6 +11564,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.svg @@ -11458,6 +11670,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h.js share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.svg @@ -11469,6 +11682,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h.js share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.svg @@ -11571,6 +11785,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8 share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tags_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tags_8h.js share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.svg @@ -11585,6 +11800,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h.js share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.svg @@ -11620,6 +11836,7 @@ share/doc/gnuradio-${PKGVERSION}/html/take__skip__to__pdu__pydoc__template_8h__i share/doc/gnuradio-${PKGVERSION}/html/take__skip__to__pdu__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/take__skip__to__pdu__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h.js share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__dep__incl.svg @@ -11637,6 +11854,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.svg @@ -11674,6 +11892,7 @@ share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h.html +share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h.js share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.svg @@ -11690,6 +11909,7 @@ share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h__incl.md share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.svg @@ -11704,6 +11924,7 @@ share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h.js share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.svg @@ -11726,6 +11947,7 @@ share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h.html +share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h.js share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.svg @@ -11792,6 +12014,7 @@ share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h__incl.md share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h.html +share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h.js share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.svg @@ -11855,6 +12078,7 @@ share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h.js share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.svg @@ -11869,6 +12093,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h.js share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.svg @@ -11892,6 +12117,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.svg @@ -11955,6 +12181,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h__incl.svg @@ -11992,6 +12219,7 @@ share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h__dep__incl.svg share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__dep__incl.svg @@ -12000,6 +12228,7 @@ share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.svg @@ -12011,6 +12240,7 @@ share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__dep__incl.svg @@ -12019,6 +12249,7 @@ share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.svg @@ -12031,6 +12262,7 @@ share/doc/gnuradio-${PKGVERSION}/html/udp__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/udp__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/uhd_8dox.html share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h.html +share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h.js share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.svg @@ -12276,6 +12508,7 @@ share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h__inc share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/vocoder_8dox.html share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h.html +share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h.js share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.svg @@ -12368,6 +12601,7 @@ share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h__incl. share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/window_8h.html +share/doc/gnuradio-${PKGVERSION}/html/window_8h.js share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.svg @@ -12931,9 +13165,12 @@ share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__access__co share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__access__code__tag__ff.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1costas__loop__cc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1cpmmod__bc.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc16__async__bb.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc32__async__bb.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc32__bb.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc__append.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc__check.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1decision__feedback__equalizer.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1descrambler__bb.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1diff__decoder__bb.xml @@ -13468,6 +13705,12 @@ share/doc/gnuradio-${PKGVERSION}/xml/crc32__async__bb_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/crc32__async__bb__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/crc32__bb_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/crc32__bb__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__append_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__append__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__check_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__check__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/ctcss__squelch__ff_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/ctcss__squelch__ff__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/ctrlport_8dox.xml @@ -14140,7 +14383,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/index.xsd share/doc/gnuradio-${PKGVERSION}/xml/indexpage.xml share/doc/gnuradio-${PKGVERSION}/xml/int__to__float_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/int__to__float__pydoc__template_8h.xml -share/doc/gnuradio-${PKGVERSION}/xml/integer__math_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/integrate_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/integrate__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/interleave_8h.xml @@ -14266,7 +14508,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/mute_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/mute__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceGNURadio.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceUi.xml -share/doc/gnuradio-${PKGVERSION}/xml/namespace_0d87.xml +share/doc/gnuradio-${PKGVERSION}/xml/namespace_0d86.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache_1_1thrift.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache_1_1thrift_1_1server.xml @@ -14931,3 +15173,29 @@ share/doc/gnuradio-${PKGVERSION}/xml/xor__blk_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/xor__blk__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/xoroshiro128p_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/zeromq_8dox.xml +@pkgdir share/gnuradio/examples/tags +@pkgdir share/gnuradio/examples/network +@pkgdir share/gnuradio/examples/mp-sched +@pkgdir share/gnuradio/examples/metadata +@pkgdir share/gnuradio/examples/filter +@pkgdir share/gnuradio/examples/blocks +@pkgdir share/gnuradio/examples/audio +@pkgdir share/gnuradio/examples/analog +@pkgdir lib/python3.9/site-packages/pmt +@pkgdir lib/python3.9/site-packages/gnuradio/gr +@pkgdir lib/python3.9/site-packages/gnuradio/filter +@pkgdir lib/python3.9/site-packages/gnuradio/fft +@pkgdir lib/python3.9/site-packages/gnuradio/blocks +@pkgdir lib/python3.9/site-packages/gnuradio/audio +@pkgdir lib/python3.9/site-packages/gnuradio/analog +@pkgdir lib/pkgconfig +@pkgdir lib/cmake/gnuradio +@pkgdir include/pmt +@pkgdir include/gnuradio/thread +@pkgdir include/gnuradio/messages +@pkgdir include/gnuradio/filter +@pkgdir include/gnuradio/fft +@pkgdir include/gnuradio/blocks +@pkgdir include/gnuradio/audio +@pkgdir include/gnuradio/analog +@pkgdir bin diff --git a/ham/gnuradio-dtv/Makefile b/ham/gnuradio-dtv/Makefile index db8c99b829738..c64ba7104fe79 100644 --- a/ham/gnuradio-dtv/Makefile +++ b/ham/gnuradio-dtv/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-dtv-${VERSION} -PKGREVISION= 2 COMMENT= Various digital television standards of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-dtv/PLIST b/ham/gnuradio-dtv/PLIST index 09c5b924c629d..37423d4615917 100644 --- a/ham/gnuradio-dtv/PLIST +++ b/ham/gnuradio-dtv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.14 2022/05/26 15:20:09 mef Exp $ include/gnuradio/dtv/api.h include/gnuradio/dtv/atsc_consts.h include/gnuradio/dtv/atsc_deinterleaver.h @@ -63,7 +63,7 @@ lib/cmake/gnuradio/gnuradio-dtvConfig.cmake lib/cmake/gnuradio/gnuradio-dtvTargets-release.cmake lib/cmake/gnuradio/gnuradio-dtvTargets.cmake lib/libgnuradio-dtv.so -lib/libgnuradio-dtv.so.3.10.1 +lib/libgnuradio-dtv.so.${PKGVER_MICRO} lib/libgnuradio-dtv.so.${PKGVERSION} lib/pkgconfig/gnuradio-dtv.pc ${PYSITELIB}/gnuradio/dtv/__init__.py diff --git a/ham/gnuradio-fec/Makefile b/ham/gnuradio-fec/Makefile index 363f85cb6aba0..caa62181a341b 100644 --- a/ham/gnuradio-fec/Makefile +++ b/ham/gnuradio-fec/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-fec-${VERSION} -PKGREVISION= 2 COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-fec/PLIST b/ham/gnuradio-fec/PLIST index 81cb499c004bb..e93ebe1841ea1 100644 --- a/ham/gnuradio-fec/PLIST +++ b/ham/gnuradio-fec/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:09 mef Exp $ bin/polar_channel_construction include/gnuradio/fec/alist.h include/gnuradio/fec/api.h @@ -54,7 +54,7 @@ lib/cmake/gnuradio/gnuradio-fecConfig.cmake lib/cmake/gnuradio/gnuradio-fecTargets-release.cmake lib/cmake/gnuradio/gnuradio-fecTargets.cmake lib/libgnuradio-fec.so -lib/libgnuradio-fec.so.3.10.1 +lib/libgnuradio-fec.so.${PKGVER_MICRO} lib/libgnuradio-fec.so.${PKGVERSION} lib/pkgconfig/gnuradio-fec.pc ${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.py diff --git a/ham/gnuradio-network/Makefile b/ham/gnuradio-network/Makefile index 650e1e4bb053d..eef58966e51fe 100644 --- a/ham/gnuradio-network/Makefile +++ b/ham/gnuradio-network/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-network-${VERSION} -PKGREVISION= 2 COMMENT= Network blocks for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-network/PLIST b/ham/gnuradio-network/PLIST index 36f0366728a30..595f32b6d047e 100644 --- a/ham/gnuradio-network/PLIST +++ b/ham/gnuradio-network/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/05/26 15:20:09 mef Exp $ include/gnuradio/network/api.h include/gnuradio/network/packet_headers.h include/gnuradio/network/socket_pdu.h @@ -11,7 +11,7 @@ lib/cmake/gnuradio/gnuradio-networkConfig.cmake lib/cmake/gnuradio/gnuradio-networkTargets-release.cmake lib/cmake/gnuradio/gnuradio-networkTargets.cmake lib/libgnuradio-network.so -lib/libgnuradio-network.so.3.10.1 +lib/libgnuradio-network.so.${PKGVER_MICRO} lib/libgnuradio-network.so.${PKGVERSION} lib/pkgconfig/gnuradio-network.pc ${PYSITELIB}/gnuradio/network/__init__.py @@ -39,3 +39,4 @@ share/gnuradio/grc/blocks/network_tcp_source.block.yml share/gnuradio/grc/blocks/network_tuntap_pdu.block.yml share/gnuradio/grc/blocks/network_udp_sink.block.yml share/gnuradio/grc/blocks/network_udp_source.block.yml + diff --git a/ham/gnuradio-pdu/PLIST b/ham/gnuradio-pdu/PLIST index 5cf79650a1ff2..acbf04d8cad83 100644 --- a/ham/gnuradio-pdu/PLIST +++ b/ham/gnuradio-pdu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/26 15:20:09 mef Exp $ include/gnuradio/pdu/add_system_time.h include/gnuradio/pdu/api.h include/gnuradio/pdu/pdu_filter.h @@ -16,7 +16,7 @@ lib/cmake/gnuradio/gnuradio-pduConfig.cmake lib/cmake/gnuradio/gnuradio-pduTargets-release.cmake lib/cmake/gnuradio/gnuradio-pduTargets.cmake lib/libgnuradio-pdu.so -lib/libgnuradio-pdu.so.3.10.1 +lib/libgnuradio-pdu.so.${PKGVER_MICRO} lib/libgnuradio-pdu.so.${PKGVERSION} lib/pkgconfig/gnuradio-pdu.pc ${PYSITELIB}/gnuradio/pdu/__init__.py diff --git a/ham/gnuradio-qtgui/Makefile b/ham/gnuradio-qtgui/Makefile index 5400aa70b4c08..4faecaa59d2d7 100644 --- a/ham/gnuradio-qtgui/Makefile +++ b/ham/gnuradio-qtgui/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.48 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-qtgui-${VERSION} -PKGREVISION= 2 COMMENT= Qt GUI module of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" @@ -21,5 +20,6 @@ Qt5Qwt6.pc: ln -sf ${QWT_DIR}/lib/pkgconfig/Qt5Qwt6.pc ${BUILDLINK_DIR}/lib/pkgconfig/Qt5Qwt6.pc .include "../../x11/py-qt5/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../x11/qwt6-qt5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-qtgui/PLIST b/ham/gnuradio-qtgui/PLIST index b1d736fcfa09d..8a961a9acebfc 100644 --- a/ham/gnuradio-qtgui/PLIST +++ b/ham/gnuradio-qtgui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/26 15:20:10 mef Exp $ include/gnuradio/qtgui/ConstellationDisplayPlot.h include/gnuradio/qtgui/DisplayPlot.h include/gnuradio/qtgui/EyeDisplayPlot.h @@ -54,7 +54,7 @@ lib/cmake/gnuradio/gnuradio-qtguiConfig.cmake lib/cmake/gnuradio/gnuradio-qtguiTargets-release.cmake lib/cmake/gnuradio/gnuradio-qtguiTargets.cmake lib/libgnuradio-qtgui.so -lib/libgnuradio-qtgui.so.3.10.1 +lib/libgnuradio-qtgui.so.${PKGVER_MICRO} lib/libgnuradio-qtgui.so.${PKGVERSION} lib/pkgconfig/gnuradio-qtgui.pc ${PYSITELIB}/gnuradio/qtgui/__init__.py @@ -199,3 +199,4 @@ share/gnuradio/themes/alt.qss share/gnuradio/themes/dark.qss share/gnuradio/themes/plain.qss share/gnuradio/themes/projector.qss + diff --git a/ham/gnuradio-soapy-sdr/Makefile b/ham/gnuradio-soapy-sdr/Makefile index 4acef156df19c..7842ecb683d8e 100644 --- a/ham/gnuradio-soapy-sdr/Makefile +++ b/ham/gnuradio-soapy-sdr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-soapy-sdr-${VERSION} -PKGREVISION= 2 COMMENT= GNU Radio bindings for SoapySDR .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-soapy-sdr/PLIST b/ham/gnuradio-soapy-sdr/PLIST index dd05a332d0d25..e86992b23f69c 100644 --- a/ham/gnuradio-soapy-sdr/PLIST +++ b/ham/gnuradio-soapy-sdr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/26 15:20:10 mef Exp $ include/gnuradio/soapy/api.h include/gnuradio/soapy/block.h include/gnuradio/soapy/sink.h @@ -8,7 +8,7 @@ lib/cmake/gnuradio/gnuradio-soapyConfig.cmake lib/cmake/gnuradio/gnuradio-soapyTargets-release.cmake lib/cmake/gnuradio/gnuradio-soapyTargets.cmake lib/libgnuradio-soapy.so -lib/libgnuradio-soapy.so.3.10.1 +lib/libgnuradio-soapy.so.${PKGVER_MICRO} lib/libgnuradio-soapy.so.${PKGVERSION} lib/pkgconfig/gnuradio-soapy.pc ${PYSITELIB}/gnuradio/soapy/__init__.py diff --git a/ham/gnuradio-trellis/Makefile b/ham/gnuradio-trellis/Makefile index 82db2b297f535..c67ffca006d75 100644 --- a/ham/gnuradio-trellis/Makefile +++ b/ham/gnuradio-trellis/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.56 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-trellis-${VERSION} -PKGREVISION= 2 COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-trellis/PLIST b/ham/gnuradio-trellis/PLIST index b95f34b2d167c..6200aac374e36 100644 --- a/ham/gnuradio-trellis/PLIST +++ b/ham/gnuradio-trellis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/26 15:20:10 mef Exp $ include/gnuradio/trellis/api.h include/gnuradio/trellis/base.h include/gnuradio/trellis/calc_metric.h @@ -25,7 +25,7 @@ lib/cmake/gnuradio/gnuradio-trellisConfig.cmake lib/cmake/gnuradio/gnuradio-trellisTargets-release.cmake lib/cmake/gnuradio/gnuradio-trellisTargets.cmake lib/libgnuradio-trellis.so -lib/libgnuradio-trellis.so.3.10.1 +lib/libgnuradio-trellis.so.${PKGVER_MICRO} lib/libgnuradio-trellis.so.${PKGVERSION} lib/pkgconfig/gnuradio-trellis.pc ${PYSITELIB}/gnuradio/trellis/__init__.py diff --git a/ham/gnuradio-uhd/Makefile b/ham/gnuradio-uhd/Makefile index d9cd9ff832aa0..a86887d2c6a82 100644 --- a/ham/gnuradio-uhd/Makefile +++ b/ham/gnuradio-uhd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-uhd-${VERSION} -PKGREVISION= 2 COMMENT= Uhd-based encoding and decoding algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-uhd/PLIST b/ham/gnuradio-uhd/PLIST index 831bac9b5f10a..c16ce6c795372 100644 --- a/ham/gnuradio-uhd/PLIST +++ b/ham/gnuradio-uhd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/05/26 15:20:10 mef Exp $ bin/uhd_fft bin/uhd_rx_cfile bin/uhd_rx_nogui @@ -13,7 +13,7 @@ lib/cmake/gnuradio/gnuradio-uhdConfig.cmake lib/cmake/gnuradio/gnuradio-uhdTargets-release.cmake lib/cmake/gnuradio/gnuradio-uhdTargets.cmake lib/libgnuradio-uhd.so -lib/libgnuradio-uhd.so.3.10.1 +lib/libgnuradio-uhd.so.${PKGVER_MICRO} lib/libgnuradio-uhd.so.${PKGVERSION} lib/pkgconfig/gnuradio-uhd.pc ${PYSITELIB}/gnuradio/uhd/__init__.py diff --git a/ham/gnuradio-utils/Makefile b/ham/gnuradio-utils/Makefile index 2e15aa0ca2058..993c25ad92036 100644 --- a/ham/gnuradio-utils/Makefile +++ b/ham/gnuradio-utils/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-utils-${VERSION} -PKGREVISION= 3 COMMENT= Utilities in GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-utils/PLIST b/ham/gnuradio-utils/PLIST index 46b45f4eb6fd2..0b929fd871a54 100644 --- a/ham/gnuradio-utils/PLIST +++ b/ham/gnuradio-utils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2022/01/16 18:06:27 tnn Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/26 15:20:10 mef Exp $ bin/gr_modtool bin/gr_plot bin/gr_plot_const @@ -211,3 +211,4 @@ share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/bind_oot_file.p share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/docstrings/README.md share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/header_utils.py share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/python_bindings.cc + diff --git a/ham/gnuradio-video-sdl/Makefile b/ham/gnuradio-video-sdl/Makefile index 1dea83ee05448..72621c22325fd 100644 --- a/ham/gnuradio-video-sdl/Makefile +++ b/ham/gnuradio-video-sdl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.53 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-video-sdl-${VERSION} -PKGREVISION= 2 COMMENT= SDL (Simple DirectMedia Layer) bindings for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-video-sdl/PLIST b/ham/gnuradio-video-sdl/PLIST index 88e719c5158df..36aeee88af5b4 100644 --- a/ham/gnuradio-video-sdl/PLIST +++ b/ham/gnuradio-video-sdl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.14 2022/05/26 15:20:10 mef Exp $ include/gnuradio/video_sdl/api.h include/gnuradio/video_sdl/sink_s.h include/gnuradio/video_sdl/sink_uc.h @@ -6,7 +6,7 @@ lib/cmake/gnuradio/gnuradio-video-sdlConfig.cmake lib/cmake/gnuradio/gnuradio-video-sdlTargets-release.cmake lib/cmake/gnuradio/gnuradio-video-sdlTargets.cmake lib/libgnuradio-video-sdl.so -lib/libgnuradio-video-sdl.so.3.10.1 +lib/libgnuradio-video-sdl.so.${PKGVER_MICRO} lib/libgnuradio-video-sdl.so.${PKGVERSION} lib/pkgconfig/gnuradio-video-sdl.pc ${PYSITELIB}/gnuradio/video_sdl/__init__.py diff --git a/ham/gnuradio-vocoder/Makefile b/ham/gnuradio-vocoder/Makefile index 83551ede95c4f..994ec9e2adcea 100644 --- a/ham/gnuradio-vocoder/Makefile +++ b/ham/gnuradio-vocoder/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-vocoder-${VERSION} -PKGREVISION= 2 COMMENT= All available vocoders in GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-vocoder/PLIST b/ham/gnuradio-vocoder/PLIST index 245c928fa9e1d..4872a9a042ece 100644 --- a/ham/gnuradio-vocoder/PLIST +++ b/ham/gnuradio-vocoder/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/05/26 15:20:10 mef Exp $ include/gnuradio/vocoder/alaw_decode_bs.h include/gnuradio/vocoder/alaw_encode_sb.h include/gnuradio/vocoder/api.h @@ -24,7 +24,7 @@ lib/cmake/gnuradio/gnuradio-vocoderConfig.cmake lib/cmake/gnuradio/gnuradio-vocoderTargets-release.cmake lib/cmake/gnuradio/gnuradio-vocoderTargets.cmake lib/libgnuradio-vocoder.so -lib/libgnuradio-vocoder.so.3.10.1 +lib/libgnuradio-vocoder.so.${PKGVER_MICRO} lib/libgnuradio-vocoder.so.${PKGVERSION} lib/pkgconfig/gnuradio-vocoder.pc ${PYSITELIB}/gnuradio/vocoder/__init__.py diff --git a/ham/gnuradio-wavelet/Makefile b/ham/gnuradio-wavelet/Makefile index df41b1a19900c..721d2066d1100 100644 --- a/ham/gnuradio-wavelet/Makefile +++ b/ham/gnuradio-wavelet/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-wavelet-${VERSION} -PKGREVISION= 2 COMMENT= Wavelet transform of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-wavelet/PLIST b/ham/gnuradio-wavelet/PLIST index 44ced76164752..26cb2f5ca4ed8 100644 --- a/ham/gnuradio-wavelet/PLIST +++ b/ham/gnuradio-wavelet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/05/26 15:20:10 mef Exp $ include/gnuradio/wavelet/api.h include/gnuradio/wavelet/squash_ff.h include/gnuradio/wavelet/wavelet_ff.h @@ -7,7 +7,7 @@ lib/cmake/gnuradio/gnuradio-waveletConfig.cmake lib/cmake/gnuradio/gnuradio-waveletTargets-release.cmake lib/cmake/gnuradio/gnuradio-waveletTargets.cmake lib/libgnuradio-wavelet.so -lib/libgnuradio-wavelet.so.3.10.1 +lib/libgnuradio-wavelet.so.${PKGVER_MICRO} lib/libgnuradio-wavelet.so.${PKGVERSION} lib/pkgconfig/gnuradio-wavelet.pc ${PYSITELIB}/gnuradio/wavelet/__init__.py diff --git a/ham/gnuradio-zeromq/Makefile b/ham/gnuradio-zeromq/Makefile index a90a31fb61079..cdaac148f07e6 100644 --- a/ham/gnuradio-zeromq/Makefile +++ b/ham/gnuradio-zeromq/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2022/04/18 19:11:27 adam Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-zeromq-${VERSION} -PKGREVISION= 2 COMMENT= All of the zeromq blocks, utilities, and examples # zmq.hpp: No such file or directory diff --git a/ham/gnuradio-zeromq/PLIST b/ham/gnuradio-zeromq/PLIST index b03b3d333b6c6..6fdf23d54d7fb 100644 --- a/ham/gnuradio-zeromq/PLIST +++ b/ham/gnuradio-zeromq/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/05/26 15:20:10 mef Exp $ include/gnuradio/zeromq/api.h include/gnuradio/zeromq/pub_msg_sink.h include/gnuradio/zeromq/pub_sink.h @@ -16,7 +16,7 @@ lib/cmake/gnuradio/gnuradio-zeromqConfig.cmake lib/cmake/gnuradio/gnuradio-zeromqTargets-release.cmake lib/cmake/gnuradio/gnuradio-zeromqTargets.cmake lib/libgnuradio-zeromq.so -lib/libgnuradio-zeromq.so.3.10.1 +lib/libgnuradio-zeromq.so.${PKGVER_MICRO} lib/libgnuradio-zeromq.so.${PKGVERSION} lib/pkgconfig/gnuradio-zeromq.pc ${PYSITELIB}/gnuradio/zeromq/__init__.py From f4f9f49de52ffae284f6495f6be262b52c5f74d7 Mon Sep 17 00:00:00 2001 From: mef Date: Thu, 26 May 2022 15:20:39 +0000 Subject: [PATCH 1063/1154] doc: Updated ham/gnuradio-core to 3.10.2.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 386da22a47429..f0012eaad966d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2751 2022/05/26 10:30:33 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.2752 2022/05/26 15:20:39 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4220,3 +4220,4 @@ Changes to the packages collection and infrastructure in 2022: Updated databases/repmgr to 5.3.2 [adam 2022-05-26] Updated devel/cmake to 3.23.2 [adam 2022-05-26] Updated fonts/ttf-meera to 7.0.3.20191223nb2 [nikita 2022-05-26] + Updated ham/gnuradio-core to 3.10.2.0 [mef 2022-05-26] From 6871e745ee94daaa3ca7167f586e9f003b18c9e5 Mon Sep 17 00:00:00 2001 From: mef Date: Thu, 26 May 2022 15:43:37 +0000 Subject: [PATCH 1064/1154] (ham/gnuradio-digital) remove duplicating entry --- ham/gnuradio-digital/PLIST | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ham/gnuradio-digital/PLIST b/ham/gnuradio-digital/PLIST index 3d1fb03604015..6d790923a503e 100644 --- a/ham/gnuradio-digital/PLIST +++ b/ham/gnuradio-digital/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:09 mef Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/26 15:43:37 mef Exp $ include/gnuradio/digital/adaptive_algorithm.h include/gnuradio/digital/adaptive_algorithm_cma.h include/gnuradio/digital/adaptive_algorithm_lms.h @@ -24,13 +24,10 @@ include/gnuradio/digital/correlate_access_code_tag_ff.h include/gnuradio/digital/costas_loop_cc.h include/gnuradio/digital/cpmmod_bc.h include/gnuradio/digital/crc.h -include/gnuradio/digital/crc.h include/gnuradio/digital/crc16_async_bb.h include/gnuradio/digital/crc32_async_bb.h include/gnuradio/digital/crc32_bb.h include/gnuradio/digital/crc_append.h -include/gnuradio/digital/crc_append.h -include/gnuradio/digital/crc_check.h include/gnuradio/digital/crc_check.h include/gnuradio/digital/decision_feedback_equalizer.h include/gnuradio/digital/descrambler_bb.h @@ -244,8 +241,6 @@ share/gnuradio/grc/blocks/digital_crc16_async_bb.block.yml share/gnuradio/grc/blocks/digital_crc32_async_bb.block.yml share/gnuradio/grc/blocks/digital_crc32_bb.block.yml share/gnuradio/grc/blocks/digital_crc_append.block.yml -share/gnuradio/grc/blocks/digital_crc_append.block.yml -share/gnuradio/grc/blocks/digital_crc_check.block.yml share/gnuradio/grc/blocks/digital_crc_check.block.yml share/gnuradio/grc/blocks/digital_decision_feedback_equalizer.block.yml share/gnuradio/grc/blocks/digital_descrambler_bb.block.yml From 730441757005f7256e2e23882082d2d08fcf922b Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 26 May 2022 21:04:33 +0000 Subject: [PATCH 1065/1154] java-vm.mk: bump PKG_JVM_DEFAULT to openjdk17 where it prior was openjdk11 Except for NetBSD 8 which is too old for openjdk17 due to the base GCC, so keep that at openjdk11. Also update platform support matrix. --- mk/java-vm.mk | 52 +++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/mk/java-vm.mk b/mk/java-vm.mk index c8d42f09cdfe4..d05a1bd12420e 100644 --- a/mk/java-vm.mk +++ b/mk/java-vm.mk @@ -1,4 +1,4 @@ -# $NetBSD: java-vm.mk,v 1.128 2022/05/24 09:46:05 nia Exp $ +# $NetBSD: java-vm.mk,v 1.129 2022/05/26 21:04:33 tnn Exp $ # # This Makefile fragment provides a Java VM, either at build-time or at # run-time, depending on the package's needs. @@ -105,18 +105,21 @@ _PKG_JVM_DEFAULT:= ${PKG_JVM} _PKG_JVM_DEFAULT= ${PKG_JVM_DEFAULT} .endif .if !defined(_PKG_JVM_DEFAULT) -. if !empty(MACHINE_PLATFORM:MNetBSD-[56].*-i386) || \ - !empty(MACHINE_PLATFORM:MNetBSD-[56].*-x86_64) || \ - (!empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) && \ - ${OPSYS_VERSION} < 099900) +. if !empty(MACHINE_PLATFORM:MNetBSD-7.*-i386) || \ + !empty(MACHINE_PLATFORM:MNetBSD-7.*-x86_64) || \ + !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || \ + ((!empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || \ + !empty(MACHINE_PLATFORM:MNetBSD-*-earmv[67]hf)) && \ + ${OPSYS_VERSION} < 099983) _PKG_JVM_DEFAULT?= openjdk8 +. elif !empty(MACHINE_PLATFORM:MNetBSD-8.*-i386) || \ + !empty(MACHINE_PLATFORM:MNetBSD-8.*-x86_64) +_PKG_JVM_DEFAULT?= openjdk11 . elif !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || \ !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) || \ + !empty(MACHINE_PLATFORM:MNetBSD-*-earmv[67]hf) || \ !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) -_PKG_JVM_DEFAULT?= openjdk11 -. elif !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || \ - !empty(MACHINE_PLATFORM:MNetBSD-*-earmv[67]hf) -_PKG_JVM_DEFAULT?= openjdk8 +_PKG_JVM_DEFAULT?= openjdk17 . elif !empty(MACHINE_PLATFORM:MLinux-*-i[3456]86) || \ !empty(MACHINE_PLATFORM:MLinux-*-x86_64) || \ !empty(MACHINE_PLATFORM:MDarwin-1[2-9]*-x86_64) @@ -138,18 +141,6 @@ _PKG_JVM_DEFAULT?= kaffe _ONLY_FOR_PLATFORMS.kaffe= \ *-*-alpha *-*-arm *-*-arm32 *-*-i386 *-*-m68k \ *-*-mipsel* *-*-sparc *-*-powerpc -_ONLY_FOR_PLATFORMS.openjdk8= \ - DragonFly-*-* \ - Linux-*-i[3-6]86 \ - Linux-*-x86_64 \ - NetBSD-*-aarch64 \ - NetBSD-[5-9]*-i386 \ - NetBSD-[5-9]*-x86_64 \ - NetBSD-[7-9]*-sparc64 \ - NetBSD-[7-9]*-earmv[67]hf \ - SunOS-*-i386 \ - SunOS-*-x86_64 \ - FreeBSD-10.*-x86_64 _ONLY_FOR_PLATFORMS.sun-jdk7= \ Darwin-9.*-i386 Darwin-9.*-x86_64 \ Darwin-[1-9][0-9].*-i386 Darwin-[1-9][0-9].*-x86_64 \ @@ -173,13 +164,22 @@ _ONLY_FOR_PLATFORMS.adoptopenjdk11-bin= \ _ONLY_FOR_PLATFORMS.openjdk-bin= \ Linux-*-x86_64 \ NetBSD-[6-9]*-x86_64 +_ONLY_FOR_PLATFORMS.openjdk8= \ + DragonFly-*-* \ + Linux-*-x86_64 Linux-*-i[3-6]86 \ + NetBSD-[7-9].*-x86_64 NetBSD-[7-9].*-i386 \ + NetBSD-[7-9].*-sparc64 \ + NetBSD-[8-9].*-aarch64 NetBSD-[8-9].*-earmv[67]hf \ + SunOS-*-x86_64 SunOS-*-i386 \ + FreeBSD-10.*-x86_64 _ONLY_FOR_PLATFORMS.openjdk11= \ - NetBSD-[7-9]*-x86_64 \ - NetBSD-[7-9]*-i386 \ - NetBSD-*-aarch64 + NetBSD-[8-9].*-x86_64 NetBSD-[8-9].*-i386 \ + NetBSD-1[0-9].*-x86_64 NetBSD-1[0-9].*i386 \ + NetBSD-1[0-9].*-aarch64 NetBSD-1[0-9].*-earmv[67]hf _ONLY_FOR_PLATFORMS.openjdk17= \ - NetBSD-9*-x86_64 \ - NetBSD-10*-x86_64 + NetBSD-9.*-x86_64 NetBSD-9.*-i386 \ + NetBSD-1[0-9].*-x86_64 NetBSD-1[0-9].*-i386 \ + NetBSD-1[0-9].*-aarch64 NetBSD-1[0-9].*-earmv[67]hf # Set ONLY_FOR_PLATFORM based on accepted JVMs .for _jvm_ in ${PKG_JVMS_ACCEPTED} From 48471b1b684116ef9434574a740d9f7a68e16b49 Mon Sep 17 00:00:00 2001 From: triaxx Date: Thu, 26 May 2022 21:08:37 +0000 Subject: [PATCH 1066/1154] dotclear: Update to 2.22 upstream changes: ----------------- * PHP 7.4+ is required, PHP 8.0/8.1 compliance * Bug fixes --- www/php-dotclear/Makefile | 4 +- www/php-dotclear/PLIST | 210 +++++++++--------- www/php-dotclear/distinfo | 20 +- .../patches/patch-admin_install_index.php | 8 +- .../patches/patch-admin_install_wizard.php | 22 +- .../patches/patch-inc_config.php.in | 21 +- .../patches/patch-inc_core_class.dc.core.php | 14 +- .../patches/patch-inc_load__plugin__file.php | 8 +- .../patches/patch-inc_prepend.php | 8 +- 9 files changed, 136 insertions(+), 179 deletions(-) diff --git a/www/php-dotclear/Makefile b/www/php-dotclear/Makefile index 22c550069ffcb..409cd14f865ac 100644 --- a/www/php-dotclear/Makefile +++ b/www/php-dotclear/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2022/01/25 08:31:38 triaxx Exp $ +# $NetBSD: Makefile,v 1.5 2022/05/26 21:08:37 triaxx Exp $ -DISTNAME= dotclear-2.20.1 +DISTNAME= dotclear-2.22 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= https://download.dotclear.org/latest/ \ diff --git a/www/php-dotclear/PLIST b/www/php-dotclear/PLIST index 3e96ed7894f4e..51a11d9738e39 100644 --- a/www/php-dotclear/PLIST +++ b/www/php-dotclear/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2022/01/25 08:31:38 triaxx Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/26 21:08:37 triaxx Exp $ share/dotclear/admin/_charte.php share/dotclear/admin/auth.php share/dotclear/admin/blog.php @@ -23,14 +23,13 @@ share/dotclear/admin/images/close.png share/dotclear/admin/images/collapser-hide.png share/dotclear/admin/images/collapser-show.png share/dotclear/admin/images/comments.png -share/dotclear/admin/images/date-picker.png share/dotclear/admin/images/disabled_down.png share/dotclear/admin/images/disabled_up.png share/dotclear/admin/images/dotclear_pw.png share/dotclear/admin/images/down.png share/dotclear/admin/images/dragndrop.svg share/dotclear/admin/images/edit-mini.png -share/dotclear/admin/images/expand.png +share/dotclear/admin/images/expand.svg share/dotclear/admin/images/fav-off.png share/dotclear/admin/images/fav-on.png share/dotclear/admin/images/favicon.ico @@ -39,12 +38,12 @@ share/dotclear/admin/images/favicon96-logout.png share/dotclear/admin/images/grid-off.png share/dotclear/admin/images/grid-on.png share/dotclear/admin/images/hidden.png -share/dotclear/admin/images/hide.png +share/dotclear/admin/images/hide.svg share/dotclear/admin/images/junk.png share/dotclear/admin/images/list-off.png share/dotclear/admin/images/list-on.png share/dotclear/admin/images/locker.png -share/dotclear/admin/images/logout.png +share/dotclear/admin/images/logout.svg share/dotclear/admin/images/media/audio.png share/dotclear/admin/images/media/blank.png share/dotclear/admin/images/media/document.png @@ -58,57 +57,50 @@ share/dotclear/admin/images/media/presentation.png share/dotclear/admin/images/media/spreadsheet.png share/dotclear/admin/images/media/text.png share/dotclear/admin/images/media/video.png -share/dotclear/admin/images/menu/blog-pref-b.png -share/dotclear/admin/images/menu/blog-pref.png -share/dotclear/admin/images/menu/blog-theme-b-update.png -share/dotclear/admin/images/menu/blog-theme-b.png -share/dotclear/admin/images/menu/blogs-b.png -share/dotclear/admin/images/menu/blogs.png -share/dotclear/admin/images/menu/categories-b.png -share/dotclear/admin/images/menu/categories.png -share/dotclear/admin/images/menu/comments-b.png -share/dotclear/admin/images/menu/comments.png -share/dotclear/admin/images/menu/edit-b.png -share/dotclear/admin/images/menu/edit.png -share/dotclear/admin/images/menu/entries-b.png -share/dotclear/admin/images/menu/entries.png -share/dotclear/admin/images/menu/help-b.png -share/dotclear/admin/images/menu/help.png -share/dotclear/admin/images/menu/langs-b.png -share/dotclear/admin/images/menu/langs.png -share/dotclear/admin/images/menu/media-b.png -share/dotclear/admin/images/menu/media.png -share/dotclear/admin/images/menu/plugins-b-update.png -share/dotclear/admin/images/menu/plugins-b.png -share/dotclear/admin/images/menu/plugins.png -share/dotclear/admin/images/menu/search-b.png -share/dotclear/admin/images/menu/search.png -share/dotclear/admin/images/menu/themes.png -share/dotclear/admin/images/menu/update.png -share/dotclear/admin/images/menu/user-pref-b.png -share/dotclear/admin/images/menu/user-pref.png -share/dotclear/admin/images/menu/users-b.png -share/dotclear/admin/images/menu/users.png -share/dotclear/admin/images/menu_off.png -share/dotclear/admin/images/menu_on.png -share/dotclear/admin/images/minus-theme.png +share/dotclear/admin/images/menu/blog-pref-dark.svg +share/dotclear/admin/images/menu/blog-pref.svg +share/dotclear/admin/images/menu/blogs-dark.svg +share/dotclear/admin/images/menu/blogs.svg +share/dotclear/admin/images/menu/categories-dark.svg +share/dotclear/admin/images/menu/categories.svg +share/dotclear/admin/images/menu/comments-dark.svg +share/dotclear/admin/images/menu/comments.svg +share/dotclear/admin/images/menu/edit-dark.svg +share/dotclear/admin/images/menu/edit.svg +share/dotclear/admin/images/menu/entries-dark.svg +share/dotclear/admin/images/menu/entries.svg +share/dotclear/admin/images/menu/help.svg +share/dotclear/admin/images/menu/langs-dark.svg +share/dotclear/admin/images/menu/langs.svg +share/dotclear/admin/images/menu/media-dark.svg +share/dotclear/admin/images/menu/media.svg +share/dotclear/admin/images/menu/no-icon.svg +share/dotclear/admin/images/menu/plugins-dark-update.svg +share/dotclear/admin/images/menu/plugins-dark.svg +share/dotclear/admin/images/menu/plugins-update.svg +share/dotclear/admin/images/menu/plugins.svg +share/dotclear/admin/images/menu/search-dark.svg +share/dotclear/admin/images/menu/search.svg +share/dotclear/admin/images/menu/themes-dark-update.svg +share/dotclear/admin/images/menu/themes-dark.svg +share/dotclear/admin/images/menu/themes-update.svg +share/dotclear/admin/images/menu/themes.svg +share/dotclear/admin/images/menu/update-dark.svg +share/dotclear/admin/images/menu/update.svg +share/dotclear/admin/images/menu/user-pref.svg +share/dotclear/admin/images/menu/users.svg share/dotclear/admin/images/module.png share/dotclear/admin/images/noscreenshot.png -share/dotclear/admin/images/outgoing-blue.png share/dotclear/admin/images/outgoing-link.svg -share/dotclear/admin/images/outgoing.png -share/dotclear/admin/images/page_help.png -share/dotclear/admin/images/pagination/first.png -share/dotclear/admin/images/pagination/last.png -share/dotclear/admin/images/pagination/next.png -share/dotclear/admin/images/pagination/no-first.png -share/dotclear/admin/images/pagination/no-last.png -share/dotclear/admin/images/pagination/no-next.png -share/dotclear/admin/images/pagination/no-previous.png -share/dotclear/admin/images/pagination/previous.png +share/dotclear/admin/images/pagination/first.svg +share/dotclear/admin/images/pagination/last.svg +share/dotclear/admin/images/pagination/next.svg +share/dotclear/admin/images/pagination/no-first.svg +share/dotclear/admin/images/pagination/no-last.svg +share/dotclear/admin/images/pagination/no-next.svg +share/dotclear/admin/images/pagination/no-previous.svg +share/dotclear/admin/images/pagination/previous.svg share/dotclear/admin/images/palette-traviata.png -share/dotclear/admin/images/picker.png -share/dotclear/admin/images/plus-theme.png share/dotclear/admin/images/plus.png share/dotclear/admin/images/scheduled.png share/dotclear/admin/images/selected.png @@ -233,7 +225,6 @@ share/dotclear/admin/js/codemirror/theme/yonce.css share/dotclear/admin/js/codemirror/theme/zenburn.css share/dotclear/admin/js/common.js share/dotclear/admin/js/confirm-close.js -share/dotclear/admin/js/date-picker.js share/dotclear/admin/js/file-upload.js share/dotclear/admin/js/filter-controls.js share/dotclear/admin/js/jquery-mute.js @@ -277,9 +268,10 @@ share/dotclear/admin/search.php share/dotclear/admin/services.php share/dotclear/admin/style/cancel.png share/dotclear/admin/style/config.rb -share/dotclear/admin/style/dashboard-alt.png -share/dotclear/admin/style/dashboard.png -share/dotclear/admin/style/date-picker.css +share/dotclear/admin/style/dashboard-alt-dark.svg +share/dotclear/admin/style/dashboard-alt.svg +share/dotclear/admin/style/dashboard-dark.svg +share/dotclear/admin/style/dashboard.svg share/dotclear/admin/style/dc_logos/b-dotclear120.png share/dotclear/admin/style/dc_logos/dc_logo_footer.png share/dotclear/admin/style/dc_logos/sq-logo-32.png @@ -290,8 +282,7 @@ share/dotclear/admin/style/default-rtl.css share/dotclear/admin/style/default.css share/dotclear/admin/style/drag.png share/dotclear/admin/style/grid.png -share/dotclear/admin/style/help-mini.png -share/dotclear/admin/style/help12.png +share/dotclear/admin/style/help.svg share/dotclear/admin/style/install.css share/dotclear/admin/style/install/important.png share/dotclear/admin/style/install/note.png @@ -366,6 +357,7 @@ share/dotclear/inc/admin/lib.adminuserpref.php share/dotclear/inc/admin/lib.dc.adminurl.php share/dotclear/inc/admin/lib.dc.notices.php share/dotclear/inc/admin/lib.dc.page.php +share/dotclear/inc/admin/lib.helper.php share/dotclear/inc/admin/lib.moduleslist.php share/dotclear/inc/admin/lib.pager.php share/dotclear/inc/admin/lib.themeconfig.php @@ -630,8 +622,7 @@ share/dotclear/locales/fr/resources.php share/dotclear/plugins/.htaccess share/dotclear/plugins/aboutConfig/_admin.php share/dotclear/plugins/aboutConfig/_define.php -share/dotclear/plugins/aboutConfig/icon-big.png -share/dotclear/plugins/aboutConfig/icon.png +share/dotclear/plugins/aboutConfig/icon.svg share/dotclear/plugins/aboutConfig/index.php share/dotclear/plugins/aboutConfig/js/index.js share/dotclear/plugins/aboutConfig/locales/en/help/help.html @@ -657,8 +648,8 @@ share/dotclear/plugins/antispam/filters/class.dc.filter.iplookup.php share/dotclear/plugins/antispam/filters/class.dc.filter.ipv6.php share/dotclear/plugins/antispam/filters/class.dc.filter.linkslookup.php share/dotclear/plugins/antispam/filters/class.dc.filter.words.php -share/dotclear/plugins/antispam/icon-big.png -share/dotclear/plugins/antispam/icon.png +share/dotclear/plugins/antispam/icon-dark.svg +share/dotclear/plugins/antispam/icon.svg share/dotclear/plugins/antispam/inc/class.dc.spamfilter.php share/dotclear/plugins/antispam/inc/class.dc.spamfilters.php share/dotclear/plugins/antispam/inc/lib.dc.antispam.php @@ -698,8 +689,8 @@ share/dotclear/plugins/blogroll/_widgets.php share/dotclear/plugins/blogroll/class.dc.blogroll.php share/dotclear/plugins/blogroll/class.dc.importblogroll.php share/dotclear/plugins/blogroll/edit.php -share/dotclear/plugins/blogroll/icon-small.png -share/dotclear/plugins/blogroll/icon.png +share/dotclear/plugins/blogroll/icon-dark.svg +share/dotclear/plugins/blogroll/icon.svg share/dotclear/plugins/blogroll/index.php share/dotclear/plugins/blogroll/js/_users_actions.js share/dotclear/plugins/blogroll/js/blogroll.js @@ -760,7 +751,8 @@ share/dotclear/plugins/dcCKEditor/_define.php share/dotclear/plugins/dcCKEditor/_install.php share/dotclear/plugins/dcCKEditor/_post_config.php share/dotclear/plugins/dcCKEditor/_prepend.php -share/dotclear/plugins/dcCKEditor/imgs/icon.png +share/dotclear/plugins/dcCKEditor/icon-dark.svg +share/dotclear/plugins/dcCKEditor/icon.svg share/dotclear/plugins/dcCKEditor/inc/_config.php share/dotclear/plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php share/dotclear/plugins/dcCKEditor/index.php @@ -794,6 +786,7 @@ share/dotclear/plugins/dcCKEditor/js/ckeditor-skins/dotclear/skin.js share/dotclear/plugins/dcCKEditor/js/ckeditor/.nvmrc share/dotclear/plugins/dcCKEditor/js/ckeditor/CHANGES.md share/dotclear/plugins/dcCKEditor/js/ckeditor/LICENSE.md +share/dotclear/plugins/dcCKEditor/js/ckeditor/SECURITY.md share/dotclear/plugins/dcCKEditor/js/ckeditor/adapters/jquery.js share/dotclear/plugins/dcCKEditor/js/ckeditor/bender-runner.config.json share/dotclear/plugins/dcCKEditor/js/ckeditor/ckeditor.js @@ -1030,6 +1023,7 @@ share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/table/dialogs/table.js share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/tabletools/dialogs/tableCell.js share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/templates/dialogs/templates.css share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/templates/dialogs/templates.js +share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/templates/templatedefinition.js share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/templates/templates/default.js share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/templates/templates/images/template1.gif share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/templates/templates/images/template2.gif @@ -1074,26 +1068,28 @@ share/dotclear/plugins/dcLegacyEditor/_admin.php share/dotclear/plugins/dcLegacyEditor/_define.php share/dotclear/plugins/dcLegacyEditor/_install.php share/dotclear/plugins/dcLegacyEditor/_prepend.php -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_bquote.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_br.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_clean.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_code.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_del.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_em.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_img.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_img_select.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_ins.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_link.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_mark.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_ol.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_paragraph.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_post.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_pre.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_quote.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_strong.png -share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_ul.png +share/dotclear/plugins/dcLegacyEditor/_services.php +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_bquote.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_br.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_clean.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_code.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_del.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_em.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_img.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_img_select.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_ins.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_link.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_mark.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_ol.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_post.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_pre.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_preview.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_quote.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_strong.svg +share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/bt_ul.svg share/dotclear/plugins/dcLegacyEditor/css/jsToolBar/jsToolBar.css -share/dotclear/plugins/dcLegacyEditor/icon.png +share/dotclear/plugins/dcLegacyEditor/icon-dark.svg +share/dotclear/plugins/dcLegacyEditor/icon.svg share/dotclear/plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php share/dotclear/plugins/dcLegacyEditor/index.php share/dotclear/plugins/dcLegacyEditor/js/_post_editor.js @@ -1118,8 +1114,8 @@ share/dotclear/plugins/fairTrackbacks/class.dc.filter.fairtrackbacks.php share/dotclear/plugins/importExport/_admin.php share/dotclear/plugins/importExport/_define.php share/dotclear/plugins/importExport/_prepend.php -share/dotclear/plugins/importExport/icon-big.png -share/dotclear/plugins/importExport/icon.png +share/dotclear/plugins/importExport/icon-dark.svg +share/dotclear/plugins/importExport/icon.svg share/dotclear/plugins/importExport/inc/class.dc.export.flat.php share/dotclear/plugins/importExport/inc/class.dc.ieModule.php share/dotclear/plugins/importExport/inc/class.dc.import.dc1.php @@ -1143,10 +1139,10 @@ share/dotclear/plugins/maintenance/_admin.php share/dotclear/plugins/maintenance/_define.php share/dotclear/plugins/maintenance/_prepend.php share/dotclear/plugins/maintenance/_services.php -share/dotclear/plugins/maintenance/icon-big-update.png -share/dotclear/plugins/maintenance/icon-big.png -share/dotclear/plugins/maintenance/icon-small.png -share/dotclear/plugins/maintenance/icon.png +share/dotclear/plugins/maintenance/icon-dark-update.svg +share/dotclear/plugins/maintenance/icon-dark.svg +share/dotclear/plugins/maintenance/icon-update.svg +share/dotclear/plugins/maintenance/icon.svg share/dotclear/plugins/maintenance/inc/class.dc.maintenance.descriptor.php share/dotclear/plugins/maintenance/inc/class.dc.maintenance.php share/dotclear/plugins/maintenance/inc/class.dc.maintenance.task.php @@ -1175,13 +1171,12 @@ share/dotclear/plugins/pages/_public.php share/dotclear/plugins/pages/_widgets.php share/dotclear/plugins/pages/class.actionpage.php share/dotclear/plugins/pages/class.listpage.php -share/dotclear/plugins/pages/default-templates/currywurst/page.html share/dotclear/plugins/pages/default-templates/dotty/page.html share/dotclear/plugins/pages/default-templates/mustek/page.html -share/dotclear/plugins/pages/icon-big.png -share/dotclear/plugins/pages/icon-np-big.png -share/dotclear/plugins/pages/icon-np.png -share/dotclear/plugins/pages/icon.png +share/dotclear/plugins/pages/icon-dark.svg +share/dotclear/plugins/pages/icon-np-dark.svg +share/dotclear/plugins/pages/icon-np.svg +share/dotclear/plugins/pages/icon.svg share/dotclear/plugins/pages/index.php share/dotclear/plugins/pages/js/_users_actions.js share/dotclear/plugins/pages/js/list.js @@ -1198,8 +1193,8 @@ share/dotclear/plugins/pings/_admin.php share/dotclear/plugins/pings/_define.php share/dotclear/plugins/pings/_install.php share/dotclear/plugins/pings/_prepend.php -share/dotclear/plugins/pings/icon-big.png -share/dotclear/plugins/pings/icon.png +share/dotclear/plugins/pings/icon-dark.svg +share/dotclear/plugins/pings/icon.svg share/dotclear/plugins/pings/index.php share/dotclear/plugins/pings/js/post.js share/dotclear/plugins/pings/lib.pings.php @@ -1214,8 +1209,7 @@ share/dotclear/plugins/simpleMenu/_define.php share/dotclear/plugins/simpleMenu/_install.php share/dotclear/plugins/simpleMenu/_public.php share/dotclear/plugins/simpleMenu/_widgets.php -share/dotclear/plugins/simpleMenu/icon-small.png -share/dotclear/plugins/simpleMenu/icon.png +share/dotclear/plugins/simpleMenu/icon.svg share/dotclear/plugins/simpleMenu/index.php share/dotclear/plugins/simpleMenu/js/simplemenu.js share/dotclear/plugins/simpleMenu/locales/en/help/help.html @@ -1228,16 +1222,13 @@ share/dotclear/plugins/tags/_prepend.php share/dotclear/plugins/tags/_public.php share/dotclear/plugins/tags/_widgets.php share/dotclear/plugins/tags/_xmlrpc.php -share/dotclear/plugins/tags/default-templates/currywurst/tag.html -share/dotclear/plugins/tags/default-templates/currywurst/tags.html share/dotclear/plugins/tags/default-templates/dotty/tag.html share/dotclear/plugins/tags/default-templates/dotty/tags.html share/dotclear/plugins/tags/default-templates/mustek/tag.html share/dotclear/plugins/tags/default-templates/mustek/tags.html -share/dotclear/plugins/tags/icon-big.png -share/dotclear/plugins/tags/icon.png -share/dotclear/plugins/tags/img/loader.gif -share/dotclear/plugins/tags/img/tag-add.png +share/dotclear/plugins/tags/icon-dark.svg +share/dotclear/plugins/tags/icon.svg +share/dotclear/plugins/tags/img/tag-add.svg share/dotclear/plugins/tags/inc/tags.behaviors.php share/dotclear/plugins/tags/index.php share/dotclear/plugins/tags/js/ckeditor-tags-plugin.js @@ -1260,6 +1251,7 @@ share/dotclear/plugins/tags/tags.php share/dotclear/plugins/themeEditor/_admin.php share/dotclear/plugins/themeEditor/_define.php share/dotclear/plugins/themeEditor/class.themeEditor.php +share/dotclear/plugins/themeEditor/icon.svg share/dotclear/plugins/themeEditor/index.php share/dotclear/plugins/themeEditor/js/mode.js share/dotclear/plugins/themeEditor/js/script.js @@ -1283,8 +1275,7 @@ share/dotclear/plugins/themeEditor/locales/zh-cn/resources.php share/dotclear/plugins/themeEditor/style.css share/dotclear/plugins/userPref/_admin.php share/dotclear/plugins/userPref/_define.php -share/dotclear/plugins/userPref/icon-big.png -share/dotclear/plugins/userPref/icon.png +share/dotclear/plugins/userPref/icon.svg share/dotclear/plugins/userPref/index.php share/dotclear/plugins/userPref/js/index.js share/dotclear/plugins/userPref/locales/en/help/help.html @@ -1298,8 +1289,8 @@ share/dotclear/plugins/widgets/_install.php share/dotclear/plugins/widgets/_public.php share/dotclear/plugins/widgets/_widgets_functions.php share/dotclear/plugins/widgets/class.widgets.php -share/dotclear/plugins/widgets/icon-big.png -share/dotclear/plugins/widgets/icon.png +share/dotclear/plugins/widgets/icon-dark.svg +share/dotclear/plugins/widgets/icon.svg share/dotclear/plugins/widgets/index.php share/dotclear/plugins/widgets/js/dragdrop.js share/dotclear/plugins/widgets/js/widgets.js @@ -1416,6 +1407,7 @@ share/dotclear/themes/berlin/scss/partials/_sidebar.scss share/dotclear/themes/berlin/scss/style.scss share/dotclear/themes/berlin/style.css share/dotclear/themes/berlin/tpl/user_footer.html +share/dotclear/themes/berlin/tpl/user_head.html share/dotclear/themes/blueSilence/_define.php share/dotclear/themes/blueSilence/img/attach.png share/dotclear/themes/blueSilence/img/background.png diff --git a/www/php-dotclear/distinfo b/www/php-dotclear/distinfo index 477ca7ed07d0b..2021d9f483e61 100644 --- a/www/php-dotclear/distinfo +++ b/www/php-dotclear/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.4 2022/01/25 08:31:38 triaxx Exp $ +$NetBSD: distinfo,v 1.5 2022/05/26 21:08:38 triaxx Exp $ -BLAKE2s (dotclear-2.20.1.tar.gz) = df9561e307ddf3f6e7a9aed768f0d500c406d78cf214e731cae36f2ef5f4e361 -SHA512 (dotclear-2.20.1.tar.gz) = c637d464ebbf3e1ca213286f157c63136c6dfb33e710d592f4ebfc0863f2aecc9df7f5db21261e4d6d8af7b323e6791f1ff6ab7b798811e14c111da708864b1c -Size (dotclear-2.20.1.tar.gz) = 2966383 bytes -SHA1 (patch-admin_install_index.php) = b44e0fd0aefa908f70d64692ce7fcdecd710bb38 -SHA1 (patch-admin_install_wizard.php) = 3709e12ee79cee399091aff0a6b0218f25554217 -SHA1 (patch-inc_config.php.in) = 674dbbe66f534c3e0e5d6c21aa24e4c1eb9285ae -SHA1 (patch-inc_core_class.dc.core.php) = 045d6a2d9a629a9f9bcc098223df0f999a521f30 -SHA1 (patch-inc_load__plugin__file.php) = d6fea3a2a5c1243a3d220e6813ffdfb8d1092aaa -SHA1 (patch-inc_prepend.php) = 0261d9ea250190a7bb63e0790ff1d4fb46877313 +BLAKE2s (dotclear-2.22.tar.gz) = fa449f18fdd2614b6c0c7c99b203aaf33ad635fd80094b548ba156c7f020998e +SHA512 (dotclear-2.22.tar.gz) = c3a77d284b9df0e78669c349ae5765de57ec1224bf6edfc7e4c119301bfd0e824044357a2d83de710adf872aa38bcdfcf04f7ac98cfc3eaf74424069a1142011 +Size (dotclear-2.22.tar.gz) = 3035079 bytes +SHA1 (patch-admin_install_index.php) = 038d7aed4ca4384fc6902b18a31db92fe3746be1 +SHA1 (patch-admin_install_wizard.php) = 5847ec3f7b3d5407a90194479a1a1d5819ab9f24 +SHA1 (patch-inc_config.php.in) = 14010e990adf5825b7611c1c76fa64cf233c41df +SHA1 (patch-inc_core_class.dc.core.php) = 6811b81f4bad1ec46e55a894387d7dca29a8d7ad +SHA1 (patch-inc_load__plugin__file.php) = c1822604516bd13e905572c8cbe0ac2a09fc956a +SHA1 (patch-inc_prepend.php) = 89e75b5e5d659c3b6365fcb2e392106f6d4e66b3 diff --git a/www/php-dotclear/patches/patch-admin_install_index.php b/www/php-dotclear/patches/patch-admin_install_index.php index 19e62aae0dc1c..ea8da29edc50e 100644 --- a/www/php-dotclear/patches/patch-admin_install_index.php +++ b/www/php-dotclear/patches/patch-admin_install_index.php @@ -1,15 +1,15 @@ -$NetBSD: patch-admin_install_index.php,v 1.2 2022/01/25 08:31:38 triaxx Exp $ +$NetBSD: patch-admin_install_index.php,v 1.3 2022/05/26 21:08:38 triaxx Exp $ Honor PKG_SYSCONFDIR. ---- admin/install/index.php.orig 2021-02-13 10:31:06.000000000 +0000 +--- admin/install/index.php.orig 2022-05-13 06:25:40.000000000 +0000 +++ admin/install/index.php @@ -11,7 +11,7 @@ if (isset($_SERVER['DC_RC_PATH'])) { } elseif (isset($_SERVER['REDIRECT_DC_RC_PATH'])) { $rc_path = $_SERVER['REDIRECT_DC_RC_PATH']; } else { -- $rc_path = dirname(__FILE__) . '/../../inc/config.php'; +- $rc_path = __DIR__ . '/../../inc/config.php'; + $rc_path = '@PKG_SYSCONFDIR@/config.php'; } - require dirname(__FILE__) . '/../../inc/prepend.php'; + require __DIR__ . '/../../inc/prepend.php'; diff --git a/www/php-dotclear/patches/patch-admin_install_wizard.php b/www/php-dotclear/patches/patch-admin_install_wizard.php index 1394d7acef3ba..4f5cb76178787 100644 --- a/www/php-dotclear/patches/patch-admin_install_wizard.php +++ b/www/php-dotclear/patches/patch-admin_install_wizard.php @@ -1,19 +1,10 @@ -$NetBSD: patch-admin_install_wizard.php,v 1.2 2022/01/25 08:31:38 triaxx Exp $ +$NetBSD: patch-admin_install_wizard.php,v 1.3 2022/05/26 21:08:38 triaxx Exp $ Honor PKG_SYSCONFDIR. Set pkgsrc compliant directories for SQLite database. ---- admin/install/wizard.php.orig 2021-11-19 12:51:15.000000000 +0000 +--- admin/install/wizard.php.orig 2022-05-13 06:25:40.000000000 +0000 +++ admin/install/wizard.php -@@ -11,7 +11,7 @@ if (isset($_SERVER['DC_RC_PATH'])) { - } elseif (isset($_SERVER['REDIRECT_DC_RC_PATH'])) { - define('DC_RC_PATH', $_SERVER['REDIRECT_DC_RC_PATH']); - } else { -- define('DC_RC_PATH', dirname(__FILE__) . '/../../inc/config.php'); -+ define('DC_RC_PATH', '@PKG_SYSCONFDIR@/config.php'); - } - - # ClearBricks and DotClear classes auto-loader @@ -61,7 +61,7 @@ if (!empty($_POST)) { try { if ($DBDRIVER == 'sqlite') { @@ -23,12 +14,3 @@ files::makeDir($sqlite_db_directory, true); # Can we write sqlite_db_directory ? -@@ -98,7 +98,7 @@ if (!empty($_POST)) { - } - - # Does config.php.in exist? -- $config_in = dirname(__FILE__) . '/../../inc/config.php.in'; -+ $config_in = '@PKG_SYSCONFDIR@/config.php.in'; - if (!is_file($config_in)) { - throw new Exception(sprintf(__('File %s does not exist.'), $config_in)); - } diff --git a/www/php-dotclear/patches/patch-inc_config.php.in b/www/php-dotclear/patches/patch-inc_config.php.in index 1a675ad4392b9..c0a748c7655a5 100644 --- a/www/php-dotclear/patches/patch-inc_config.php.in +++ b/www/php-dotclear/patches/patch-inc_config.php.in @@ -1,27 +1,10 @@ -$NetBSD: patch-inc_config.php.in,v 1.2 2022/01/25 08:31:38 triaxx Exp $ +$NetBSD: patch-inc_config.php.in,v 1.3 2022/05/26 21:08:38 triaxx Exp $ Set pkgsrc compliant directories for plugins, cache, var and logs. Disable update checking. ---- inc/config.php.in.orig 2021-02-13 10:31:06.000000000 +0000 +--- inc/config.php.in.orig 2022-05-13 06:25:40.000000000 +0000 +++ inc/config.php.in -@@ -47,13 +47,13 @@ define('DC_SESSION_NAME', 'dcxd'); - //define('DC_SESSION_TTL','120 seconds'); - - // Plugins root --define('DC_PLUGINS_ROOT', dirname(__FILE__) . '/../plugins'); -+define('DC_PLUGINS_ROOT', '@DOTCLEAR_SHAREDIR@/plugins' . PATH_SEPARATOR . '@DOTCLEAR_PLUGDIR@'); - - // Template cache directory --define('DC_TPL_CACHE', path::real(dirname(__FILE__) . '/..') . '/cache'); -+define('DC_TPL_CACHE', '@DOTCLEAR_CACHEDIR@'); - - // Var directory --define('DC_VAR', path::real(dirname(__FILE__) . '/..') . '/var'); -+define('DC_VAR', '@DOTCLEAR_DBDIR@'); - - // Cryptographic algorithm - define('DC_CRYPT_ALGO', 'sha512'); @@ -62,7 +62,7 @@ define('DC_CRYPT_ALGO', 'sha512'); //define('DC_VENDOR_NAME', 'Dotclear'); diff --git a/www/php-dotclear/patches/patch-inc_core_class.dc.core.php b/www/php-dotclear/patches/patch-inc_core_class.dc.core.php index 4f6156a8f7c3e..6c82ca567fdd6 100644 --- a/www/php-dotclear/patches/patch-inc_core_class.dc.core.php +++ b/www/php-dotclear/patches/patch-inc_core_class.dc.core.php @@ -1,15 +1,15 @@ -$NetBSD: patch-inc_core_class.dc.core.php,v 1.2 2022/01/25 08:31:38 triaxx Exp $ +$NetBSD: patch-inc_core_class.dc.core.php,v 1.3 2022/05/26 21:08:38 triaxx Exp $ Set pkgsrc compliant directory for /public. ---- inc/core/class.dc.core.php.orig 2021-02-13 10:31:06.000000000 +0000 +--- inc/core/class.dc.core.php.orig 2022-05-13 06:25:40.000000000 +0000 +++ inc/core/class.dc.core.php -@@ -1564,7 +1564,7 @@ class dcCore - 'Number of comments on feeds'], +@@ -1570,7 +1570,7 @@ class dcCore + 'Number of comments on feeds', ], ['post_url_format', 'string', '{y}/{m}/{d}/{t}', - 'Post URL format. {y}: year, {m}: month, {d}: day, {id}: post id, {t}: entry title'], + 'Post URL format. {y}: year, {m}: month, {d}: day, {id}: post id, {t}: entry title', ], - ['public_path', 'string', 'public', + ['public_path', 'string', '@DOTCLEAR_PUBDIR@', - 'Path to public directory, begins with a / for a full system path'], + 'Path to public directory, begins with a / for a full system path', ], ['public_url', 'string', '/public', - 'URL to public directory'], + 'URL to public directory', ], diff --git a/www/php-dotclear/patches/patch-inc_load__plugin__file.php b/www/php-dotclear/patches/patch-inc_load__plugin__file.php index 5b5faffcf500e..b375b942dbb83 100644 --- a/www/php-dotclear/patches/patch-inc_load__plugin__file.php +++ b/www/php-dotclear/patches/patch-inc_load__plugin__file.php @@ -1,15 +1,15 @@ -$NetBSD: patch-inc_load__plugin__file.php,v 1.2 2022/01/25 08:31:38 triaxx Exp $ +$NetBSD: patch-inc_load__plugin__file.php,v 1.3 2022/05/26 21:08:38 triaxx Exp $ Honor PKG_SYSCONFDIR. ---- inc/load_plugin_file.php.orig 2021-02-13 10:31:06.000000000 +0000 +--- inc/load_plugin_file.php.orig 2022-05-13 06:25:40.000000000 +0000 +++ inc/load_plugin_file.php @@ -25,7 +25,7 @@ if (isset($_SERVER['DC_RC_PATH'])) { } elseif (isset($_SERVER['REDIRECT_DC_RC_PATH'])) { define('DC_RC_PATH', $_SERVER['REDIRECT_DC_RC_PATH']); } else { -- define('DC_RC_PATH', dirname(__FILE__) . '/config.php'); -+ define('DC_RC_PATH', '@PKG_SYSCONFDIR@/config.php'); +- define('DC_RC_PATH', __DIR__ . '/config.php'); ++ define('DC_RC_PATH', __DIR__ . '@PKG_SYSCONFDIR@/config.php'); } if (!is_file(DC_RC_PATH)) { diff --git a/www/php-dotclear/patches/patch-inc_prepend.php b/www/php-dotclear/patches/patch-inc_prepend.php index 3e1bc0235e792..0c9bcc167d8c5 100644 --- a/www/php-dotclear/patches/patch-inc_prepend.php +++ b/www/php-dotclear/patches/patch-inc_prepend.php @@ -1,14 +1,14 @@ -$NetBSD: patch-inc_prepend.php,v 1.2 2022/01/25 08:31:38 triaxx Exp $ +$NetBSD: patch-inc_prepend.php,v 1.3 2022/05/26 21:08:38 triaxx Exp $ Honor PKG_SYSCONFDIR. ---- inc/prepend.php.orig 2021-02-13 10:32:13.000000000 +0000 +--- inc/prepend.php.orig 2022-05-13 06:26:03.000000000 +0000 +++ inc/prepend.php -@@ -127,7 +127,7 @@ if (isset($_SERVER['DC_RC_PATH'])) { +@@ -128,7 +128,7 @@ if (isset($_SERVER['DC_RC_PATH'])) { } elseif (isset($_SERVER['REDIRECT_DC_RC_PATH'])) { define('DC_RC_PATH', $_SERVER['REDIRECT_DC_RC_PATH']); } else { -- define('DC_RC_PATH', dirname(__FILE__) . '/config.php'); +- define('DC_RC_PATH', __DIR__ . '/config.php'); + define('DC_RC_PATH', '@PKG_SYSCONFDIR@/config.php'); } From a33ce6c848cbfef585465b97e44f3e11b0d37f71 Mon Sep 17 00:00:00 2001 From: triaxx Date: Thu, 26 May 2022 21:08:57 +0000 Subject: [PATCH 1067/1154] doc: Updated www/php-dotclear to 2.22 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f0012eaad966d..17a1b272595c6 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2752 2022/05/26 15:20:39 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2753 2022/05/26 21:08:57 triaxx Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4221,3 +4221,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/cmake to 3.23.2 [adam 2022-05-26] Updated fonts/ttf-meera to 7.0.3.20191223nb2 [nikita 2022-05-26] Updated ham/gnuradio-core to 3.10.2.0 [mef 2022-05-26] + Updated www/php-dotclear to 2.22 [triaxx 2022-05-26] From 937874b467e5271ec13b0dc69edbbb659da2da62 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 26 May 2022 21:23:06 +0000 Subject: [PATCH 1068/1154] net/yaydl: update to 0.10.0 -New feature: Playlist support for handlers! Might fix issues like #1. -New site: xHamster. (Uses the new playlist support. Yay!) -The WebDriver port can be set as an environment variable now to save some typing. -The progress bar is now cleared after a download is finished. -cargo will now strip the resulting binary when compiling in release mode. --- net/yaydl/Makefile | 6 +++--- net/yaydl/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net/yaydl/Makefile b/net/yaydl/Makefile index 8b01e813956d5..25a25f9d2462c 100644 --- a/net/yaydl/Makefile +++ b/net/yaydl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2022/05/24 08:54:53 pin Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/26 21:23:06 pin Exp $ -DISTNAME= yaydl-0b14ea41d0 -PKGNAME= yaydl-0.9.0 +DISTNAME= yaydl-02b80a0c9c +PKGNAME= yaydl-0.10.0 CATEGORIES= net MASTER_SITES= https://code.rosaelefanten.org/yaydl/tarball/0b14ea41d0/ diff --git a/net/yaydl/distinfo b/net/yaydl/distinfo index ce9988eb0fe03..87f30a67d2f6f 100644 --- a/net/yaydl/distinfo +++ b/net/yaydl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2022/05/24 08:54:53 pin Exp $ +$NetBSD: distinfo,v 1.13 2022/05/26 21:23:06 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -621,6 +621,6 @@ Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes -BLAKE2s (yaydl-0b14ea41d0.tar.gz) = 7514cb4b540b69ef61b4fc576469d4c6d4d66272dc2fe5325c1f39f4a2e3ce68 -SHA512 (yaydl-0b14ea41d0.tar.gz) = b472abb0a40c7eccb9dbdfb2e51d75fa217daffaa5343759a18dfdcfea03b47b4d31abd86117c3cc289c7fad924ad9b9e5c066b97b60f6198b522ba3ecf6faaa -Size (yaydl-0b14ea41d0.tar.gz) = 30448 bytes +BLAKE2s (yaydl-02b80a0c9c.tar.gz) = 70f5ed8efa263538e9d13b607ce49d5933fa22092547906b8e2bf565621d689d +SHA512 (yaydl-02b80a0c9c.tar.gz) = 9740dae6547d54f8c7560ed2cfeb287ad0ca5ee0b05ef23da962e4b8ebca83cc7e3eca43712f476eb705b07c749e6f10b18a5b8ae6445d3f1731de2a4dcd3f2a +Size (yaydl-02b80a0c9c.tar.gz) = 30450 bytes From 9e9f6bb15fb9e2638146664f742790cb497ffca2 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 26 May 2022 21:23:33 +0000 Subject: [PATCH 1069/1154] doc: Updated net/yaydl to 0.10.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 17a1b272595c6..66fc4a5f006e9 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2753 2022/05/26 21:08:57 triaxx Exp $ +$NetBSD: CHANGES-2022,v 1.2754 2022/05/26 21:23:33 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4222,3 +4222,4 @@ Changes to the packages collection and infrastructure in 2022: Updated fonts/ttf-meera to 7.0.3.20191223nb2 [nikita 2022-05-26] Updated ham/gnuradio-core to 3.10.2.0 [mef 2022-05-26] Updated www/php-dotclear to 2.22 [triaxx 2022-05-26] + Updated net/yaydl to 0.10.0 [pin 2022-05-26] From a5f29f7adb92e96a51e0835b7cd6ebe3da29b974 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 26 May 2022 21:24:02 +0000 Subject: [PATCH 1070/1154] editors/tp-note: update to 1.17.0 Add the user's language tag to new note's header. This release defines the new template varialbe {{ lang }} which inserts the user's default language tag, e.g. "lang: en-GB". The header is understood by the grammar, style & spell checker LanguageTool (https://languagetool.org/). If wished for, the user's default languange tag can be overwritten with the environment variable TPNOTELANG. --- editors/tp-note/Makefile | 5 +- editors/tp-note/cargo-depends.mk | 97 +++++----- editors/tp-note/distinfo | 293 +++++++++++++++++-------------- 3 files changed, 211 insertions(+), 184 deletions(-) diff --git a/editors/tp-note/Makefile b/editors/tp-note/Makefile index 8699f53cbc1a1..c7f24601a2bec 100644 --- a/editors/tp-note/Makefile +++ b/editors/tp-note/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2022/05/24 10:38:50 nikita Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/26 21:24:02 pin Exp $ -DISTNAME= tp-note-1.16.6 +DISTNAME= tp-note-1.17.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITLAB:=getreu/} -GITLAB_PROJECT= tp-note GITLAB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pin@NetBSD.org diff --git a/editors/tp-note/cargo-depends.mk b/editors/tp-note/cargo-depends.mk index 8dbec4e2e9c34..e9731997a03b6 100644 --- a/editors/tp-note/cargo-depends.mk +++ b/editors/tp-note/cargo-depends.mk @@ -1,15 +1,15 @@ -# $NetBSD: cargo-depends.mk,v 1.1 2022/05/20 16:34:20 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.2 2022/05/26 21:24:02 pin Exp $ CARGO_CRATE_DEPENDS+= addr2line-0.17.0 CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 -CARGO_CRATE_DEPENDS+= anyhow-1.0.56 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 CARGO_CRATE_DEPENDS+= atk-0.15.1 CARGO_CRATE_DEPENDS+= atk-sys-0.15.1 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.1.0 -CARGO_CRATE_DEPENDS+= backtrace-0.3.64 +CARGO_CRATE_DEPENDS+= backtrace-0.3.65 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 CARGO_CRATE_DEPENDS+= block-0.1.6 CARGO_CRATE_DEPENDS+= block-buffer-0.7.3 @@ -19,25 +19,25 @@ CARGO_CRATE_DEPENDS+= bumpalo-3.9.1 CARGO_CRATE_DEPENDS+= byte-tools-0.3.1 CARGO_CRATE_DEPENDS+= byteorder-1.4.3 CARGO_CRATE_DEPENDS+= bytes-1.1.0 -CARGO_CRATE_DEPENDS+= cairo-rs-0.15.10 +CARGO_CRATE_DEPENDS+= cairo-rs-0.15.11 CARGO_CRATE_DEPENDS+= cairo-sys-rs-0.15.1 CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cesu8-1.1.0 -CARGO_CRATE_DEPENDS+= cfg-expr-0.10.2 +CARGO_CRATE_DEPENDS+= cfg-expr-0.10.3 CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 CARGO_CRATE_DEPENDS+= chrono-tz-0.6.1 CARGO_CRATE_DEPENDS+= chrono-tz-build-0.0.2 CARGO_CRATE_DEPENDS+= clap-2.34.0 -CARGO_CRATE_DEPENDS+= clap-3.1.9 -CARGO_CRATE_DEPENDS+= clap_lex-0.1.1 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 CARGO_CRATE_DEPENDS+= clipboard-0.5.0 CARGO_CRATE_DEPENDS+= clipboard-win-2.2.0 CARGO_CRATE_DEPENDS+= cocoa-0.24.0 CARGO_CRATE_DEPENDS+= cocoa-foundation-0.1.0 -CARGO_CRATE_DEPENDS+= combine-4.6.3 -CARGO_CRATE_DEPENDS+= const_format-0.2.22 +CARGO_CRATE_DEPENDS+= combine-4.6.4 +CARGO_CRATE_DEPENDS+= const_format-0.2.23 CARGO_CRATE_DEPENDS+= const_format_proc_macros-0.2.22 CARGO_CRATE_DEPENDS+= core-foundation-0.9.3 CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 @@ -73,21 +73,21 @@ CARGO_CRATE_DEPENDS+= futures-io-0.3.21 CARGO_CRATE_DEPENDS+= futures-task-0.3.21 CARGO_CRATE_DEPENDS+= futures-util-0.3.21 CARGO_CRATE_DEPENDS+= gdk-0.15.4 -CARGO_CRATE_DEPENDS+= gdk-pixbuf-0.15.10 +CARGO_CRATE_DEPENDS+= gdk-pixbuf-0.15.11 CARGO_CRATE_DEPENDS+= gdk-pixbuf-sys-0.15.10 CARGO_CRATE_DEPENDS+= gdk-sys-0.15.1 CARGO_CRATE_DEPENDS+= generic-array-0.12.4 CARGO_CRATE_DEPENDS+= getrandom-0.2.6 CARGO_CRATE_DEPENDS+= gimli-0.26.1 -CARGO_CRATE_DEPENDS+= gio-0.15.10 +CARGO_CRATE_DEPENDS+= gio-0.15.11 CARGO_CRATE_DEPENDS+= gio-sys-0.15.10 -CARGO_CRATE_DEPENDS+= glib-0.15.10 -CARGO_CRATE_DEPENDS+= glib-macros-0.15.10 +CARGO_CRATE_DEPENDS+= glib-0.15.11 +CARGO_CRATE_DEPENDS+= glib-macros-0.15.11 CARGO_CRATE_DEPENDS+= glib-sys-0.15.10 CARGO_CRATE_DEPENDS+= globset-0.4.8 CARGO_CRATE_DEPENDS+= globwalk-0.8.1 CARGO_CRATE_DEPENDS+= gobject-sys-0.15.10 -CARGO_CRATE_DEPENDS+= gtk-0.15.4 +CARGO_CRATE_DEPENDS+= gtk-0.15.5 CARGO_CRATE_DEPENDS+= gtk-sys-0.15.3 CARGO_CRATE_DEPENDS+= gtk3-macros-0.15.4 CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 @@ -95,7 +95,7 @@ CARGO_CRATE_DEPENDS+= heck-0.3.3 CARGO_CRATE_DEPENDS+= heck-0.4.0 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= html-escape-0.2.11 -CARGO_CRATE_DEPENDS+= httparse-1.7.0 +CARGO_CRATE_DEPENDS+= httparse-1.7.1 CARGO_CRATE_DEPENDS+= httpdate-1.0.2 CARGO_CRATE_DEPENDS+= humansize-1.1.1 CARGO_CRATE_DEPENDS+= ident_case-1.0.1 @@ -105,46 +105,46 @@ CARGO_CRATE_DEPENDS+= indexmap-1.8.1 CARGO_CRATE_DEPENDS+= inotify-0.7.1 CARGO_CRATE_DEPENDS+= inotify-sys-0.1.5 CARGO_CRATE_DEPENDS+= iovec-0.1.4 -CARGO_CRATE_DEPENDS+= itoa-1.0.1 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 CARGO_CRATE_DEPENDS+= jni-0.19.0 CARGO_CRATE_DEPENDS+= jni-sys-0.3.0 CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= kernel32-sys-0.2.2 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= lazycell-1.3.0 -CARGO_CRATE_DEPENDS+= libc-0.2.123 +CARGO_CRATE_DEPENDS+= libc-0.2.126 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 -CARGO_CRATE_DEPENDS+= log-0.4.16 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6 CARGO_CRATE_DEPENDS+= maplit-1.0.2 CARGO_CRATE_DEPENDS+= matches-0.1.9 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 -CARGO_CRATE_DEPENDS+= miniz_oxide-0.4.4 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 CARGO_CRATE_DEPENDS+= mio-0.6.23 CARGO_CRATE_DEPENDS+= mio-extras-2.0.6 CARGO_CRATE_DEPENDS+= miow-0.2.2 CARGO_CRATE_DEPENDS+= msgbox-0.7.0 CARGO_CRATE_DEPENDS+= ndk-0.6.0 -CARGO_CRATE_DEPENDS+= ndk-context-0.1.0 -CARGO_CRATE_DEPENDS+= ndk-glue-0.6.1 +CARGO_CRATE_DEPENDS+= ndk-context-0.1.1 +CARGO_CRATE_DEPENDS+= ndk-glue-0.6.2 CARGO_CRATE_DEPENDS+= ndk-macro-0.3.0 CARGO_CRATE_DEPENDS+= ndk-sys-0.3.0 CARGO_CRATE_DEPENDS+= net2-0.2.37 CARGO_CRATE_DEPENDS+= nom-7.1.1 CARGO_CRATE_DEPENDS+= notify-4.0.17 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 CARGO_CRATE_DEPENDS+= num_enum-0.5.7 CARGO_CRATE_DEPENDS+= num_enum_derive-0.5.7 CARGO_CRATE_DEPENDS+= objc-0.2.7 CARGO_CRATE_DEPENDS+= objc-foundation-0.1.1 CARGO_CRATE_DEPENDS+= objc_id-0.1.1 -CARGO_CRATE_DEPENDS+= object-0.27.1 -CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= object-0.28.4 +CARGO_CRATE_DEPENDS+= once_cell-1.12.0 CARGO_CRATE_DEPENDS+= opaque-debug-0.2.3 -CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.1 CARGO_CRATE_DEPENDS+= pango-0.15.10 CARGO_CRATE_DEPENDS+= pango-sys-0.15.10 CARGO_CRATE_DEPENDS+= parse-hyperlinks-0.23.3 @@ -159,14 +159,14 @@ CARGO_CRATE_DEPENDS+= phf-0.10.1 CARGO_CRATE_DEPENDS+= phf_codegen-0.10.0 CARGO_CRATE_DEPENDS+= phf_generator-0.10.0 CARGO_CRATE_DEPENDS+= phf_shared-0.10.0 -CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.8 +CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 CARGO_CRATE_DEPENDS+= pin-utils-0.1.0 CARGO_CRATE_DEPENDS+= pkg-config-0.3.25 CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.16 CARGO_CRATE_DEPENDS+= proc-macro-crate-1.1.3 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.37 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 CARGO_CRATE_DEPENDS+= pulldown-cmark-0.9.1 CARGO_CRATE_DEPENDS+= quote-1.0.18 CARGO_CRATE_DEPENDS+= rand-0.8.5 @@ -174,24 +174,24 @@ CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 CARGO_CRATE_DEPENDS+= rand_core-0.6.3 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 CARGO_CRATE_DEPENDS+= redox_users-0.4.3 -CARGO_CRATE_DEPENDS+= regex-1.5.5 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= regex-1.5.6 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.26 CARGO_CRATE_DEPENDS+= rst_parser-0.4.0 CARGO_CRATE_DEPENDS+= rst_renderer-0.4.0 CARGO_CRATE_DEPENDS+= rustc-demangle-0.1.21 CARGO_CRATE_DEPENDS+= rustc_version-0.3.3 -CARGO_CRATE_DEPENDS+= ryu-1.0.9 +CARGO_CRATE_DEPENDS+= ryu-1.0.10 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= sanitize-filename-reader-friendly-2.2.1 CARGO_CRATE_DEPENDS+= self_cell-0.10.2 CARGO_CRATE_DEPENDS+= semver-0.11.0 -CARGO_CRATE_DEPENDS+= semver-1.0.7 +CARGO_CRATE_DEPENDS+= semver-1.0.9 CARGO_CRATE_DEPENDS+= semver-parser-0.10.2 -CARGO_CRATE_DEPENDS+= serde-1.0.136 +CARGO_CRATE_DEPENDS+= serde-1.0.137 CARGO_CRATE_DEPENDS+= serde-xml-rs-0.3.1 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 -CARGO_CRATE_DEPENDS+= serde_json-1.0.79 -CARGO_CRATE_DEPENDS+= serde_yaml-0.8.23 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 +CARGO_CRATE_DEPENDS+= serde_yaml-0.8.24 CARGO_CRATE_DEPENDS+= sha-1-0.8.2 CARGO_CRATE_DEPENDS+= siphasher-0.3.10 CARGO_CRATE_DEPENDS+= slab-0.4.6 @@ -201,23 +201,23 @@ CARGO_CRATE_DEPENDS+= strsim-0.8.0 CARGO_CRATE_DEPENDS+= strsim-0.10.0 CARGO_CRATE_DEPENDS+= structopt-0.3.26 CARGO_CRATE_DEPENDS+= structopt-derive-0.4.18 -CARGO_CRATE_DEPENDS+= syn-1.0.91 +CARGO_CRATE_DEPENDS+= syn-1.0.95 CARGO_CRATE_DEPENDS+= synstructure-0.12.6 CARGO_CRATE_DEPENDS+= system-deps-6.0.2 CARGO_CRATE_DEPENDS+= tera-1.15.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= textwrap-0.11.0 CARGO_CRATE_DEPENDS+= textwrap-0.15.0 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= thread_local-1.1.4 CARGO_CRATE_DEPENDS+= time-0.1.44 -CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 CARGO_CRATE_DEPENDS+= toml-0.5.9 CARGO_CRATE_DEPENDS+= typenum-1.15.0 CARGO_CRATE_DEPENDS+= ucd-trie-0.1.3 -CARGO_CRATE_DEPENDS+= uncased-0.9.6 +CARGO_CRATE_DEPENDS+= uncased-0.9.7 CARGO_CRATE_DEPENDS+= unic-char-property-0.9.0 CARGO_CRATE_DEPENDS+= unic-char-range-0.9.0 CARGO_CRATE_DEPENDS+= unic-common-0.9.0 @@ -225,11 +225,12 @@ CARGO_CRATE_DEPENDS+= unic-segment-0.9.0 CARGO_CRATE_DEPENDS+= unic-ucd-segment-0.9.0 CARGO_CRATE_DEPENDS+= unic-ucd-version-0.9.0 CARGO_CRATE_DEPENDS+= unicase-2.6.0 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.7 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= utf8-width-0.1.6 CARGO_CRATE_DEPENDS+= vec_map-0.8.2 @@ -243,7 +244,7 @@ CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 CARGO_CRATE_DEPENDS+= web-sys-0.3.57 -CARGO_CRATE_DEPENDS+= webbrowser-0.6.0 +CARGO_CRATE_DEPENDS+= webbrowser-0.7.1 CARGO_CRATE_DEPENDS+= widestring-0.5.1 CARGO_CRATE_DEPENDS+= win32job-1.0.1 CARGO_CRATE_DEPENDS+= winapi-0.2.8 @@ -252,6 +253,12 @@ CARGO_CRATE_DEPENDS+= winapi-build-0.1.1 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= winres-0.1.12 CARGO_CRATE_DEPENDS+= ws2_32-sys-0.2.1 CARGO_CRATE_DEPENDS+= x11-clipboard-0.3.3 diff --git a/editors/tp-note/distinfo b/editors/tp-note/distinfo index a8e6338fd21b8..ea8252bbe7bec 100644 --- a/editors/tp-note/distinfo +++ b/editors/tp-note/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2022/05/20 16:34:20 pin Exp $ +$NetBSD: distinfo,v 1.2 2022/05/26 21:24:02 pin Exp $ BLAKE2s (addr2line-0.17.0.crate) = f7fa3b016f0e80c4ea9967f8947de15edc9fa39d0c0cdea692dccd0c41c28039 SHA512 (addr2line-0.17.0.crate) = ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95 @@ -12,9 +12,9 @@ Size (aho-corasick-0.7.18.crate) = 112923 bytes BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 Size (ansi_term-0.12.1.crate) = 24838 bytes -BLAKE2s (anyhow-1.0.56.crate) = 1e925bd2b212948db20f8452b188cffe4870a83187fddb5c35b2e9f3ee3341c6 -SHA512 (anyhow-1.0.56.crate) = 9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5 -Size (anyhow-1.0.56.crate) = 44780 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes BLAKE2s (atk-0.15.1.crate) = 806ffc7fe8d9dc1283f2922104e420a530148d83c0e294bf5823162e723055e4 SHA512 (atk-0.15.1.crate) = 49578555ce3df47e2222874ec86141af6f148f8b1d4ec5325bdb41be20a3b6f0f5af2fc882ae651d26aa5af669d89aec5e249eb0ab15f34caa07f99094ba3c82 Size (atk-0.15.1.crate) = 34419 bytes @@ -27,9 +27,9 @@ Size (atty-0.2.14.crate) = 5470 bytes BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f Size (autocfg-1.1.0.crate) = 13272 bytes -BLAKE2s (backtrace-0.3.64.crate) = 925b5fff0d09cac54138bd3b8fbefcc6a1d63730cdde643c0c92c074506bec39 -SHA512 (backtrace-0.3.64.crate) = 37435cca0587c1c7b511536478ff448914d423c9cf6152ec8bb884c19d1c2466c377b270ebce2028960b4a380f3152fbfeb940de943ef4071ed271c7cd576f2e -Size (backtrace-0.3.64.crate) = 74311 bytes +BLAKE2s (backtrace-0.3.65.crate) = f6c8b6052d4b803455044515a2a50cf5d17f75f12544d1ef22e53ee0eb70a1bc +SHA512 (backtrace-0.3.65.crate) = 9cf3cda1d86deb6b7f3cada0ed7a9e6e54e2d323533e385222a260b2f667bd1989a552cc35806a1579c1493ee1177e474b1d42b29480c09a2735251586740321 +Size (backtrace-0.3.65.crate) = 74129 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes @@ -57,9 +57,9 @@ Size (byteorder-1.4.3.crate) = 22512 bytes BLAKE2s (bytes-1.1.0.crate) = d1f2a0ab4616dabfc746b27a791b90551a1802274e9bd722bca83e6c91a45549 SHA512 (bytes-1.1.0.crate) = d34441ea146ccaf55da4d5c645f8ffbd008eeb3204dafd5961771abc85df52751dfd1af3975fb5c91eb83d9a43da4f3589bc3aa07c8d715906d8158f3092af2d Size (bytes-1.1.0.crate) = 49640 bytes -BLAKE2s (cairo-rs-0.15.10.crate) = 195bb4737fe5254d88ce540c70a60dfa0bc7eb1cdbc165cb5150232593230786 -SHA512 (cairo-rs-0.15.10.crate) = 5c07bb0b6a9313831265718429775049abe3711c63e2232297789176c19434e083622e5fc979c725c3e4cc488663a1fe27b9affc01e9f466666d5d12a6a12940 -Size (cairo-rs-0.15.10.crate) = 48513 bytes +BLAKE2s (cairo-rs-0.15.11.crate) = 5f5df49c262f3ab579ac2ebe6ac5740dcc36fab76e8ff73e501d961712c4d12a +SHA512 (cairo-rs-0.15.11.crate) = ec475405e4cc5404db6b1642d49e5db4a4b4cb955dda6e55d935901cdc01109076a67a9dfb6b5d1408dee008770cf88d5de98aa1c75c0218043868ce96380a24 +Size (cairo-rs-0.15.11.crate) = 49486 bytes BLAKE2s (cairo-sys-rs-0.15.1.crate) = f4451bef7be55c24a79ff5884d0997cf565075893aa197639726408f71897b97 SHA512 (cairo-sys-rs-0.15.1.crate) = 85e3eb317d410b96d8879d9f51e74a98918476e9c011dd4e2d482a602341d93e5929422e3ea9b9235360d9af5d991600de512b23fe01f1e1012610bebf513e88 Size (cairo-sys-rs-0.15.1.crate) = 11280 bytes @@ -69,9 +69,9 @@ Size (cc-1.0.73.crate) = 57880 bytes BLAKE2s (cesu8-1.1.0.crate) = 1082a3d65334100f15ea3aa96f0e5f3fddc340e4cd9c64b1c9d7a3c601d7e2af SHA512 (cesu8-1.1.0.crate) = 2d902b624c7ccfe3633c7bcf99b833b120c0ed7760ea825bfb2fa03ae90df543e637efd46e0743782b81e468e0fd3b534956ffca81f9bdfbf742ff3beae8f8b8 Size (cesu8-1.1.0.crate) = 10555 bytes -BLAKE2s (cfg-expr-0.10.2.crate) = 49e8c459492ba2de0a107ed164ac0a26b4e1f38bbd186deb686945c6ad83306b -SHA512 (cfg-expr-0.10.2.crate) = 2dd2af73ba68a77ee1bf622eb85075bbe5164531ed508ad74609ee61b2021ab402bf10462fd3986fa6d808a433b82021c67c4db5302a3ccd356ac0b477d2b880 -Size (cfg-expr-0.10.2.crate) = 37734 bytes +BLAKE2s (cfg-expr-0.10.3.crate) = 2d5ad50da7e2cdc226567168fc70ab9c32ef53247621bb08e2f2c5555ec3b40c +SHA512 (cfg-expr-0.10.3.crate) = 9397c13b4f5bed2e287a4d18b0d8775ea328f97465059911746f0d47976fef3648b6729ebf4e07edad4a0b3592bdb41f437c942fb340563d747abc4e8895c9a5 +Size (cfg-expr-0.10.3.crate) = 39502 bytes BLAKE2s (cfg-if-0.1.10.crate) = d12527b913127910287edf00421530370392c52aa1c8b43c447fc49ebd012225 SHA512 (cfg-if-0.1.10.crate) = 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339 Size (cfg-if-0.1.10.crate) = 7933 bytes @@ -90,12 +90,12 @@ Size (chrono-tz-build-0.0.2.crate) = 5840 bytes BLAKE2s (clap-2.34.0.crate) = 91ff2fb5743d3909808214f12ff8daee40fe089653558e9d390acc6ee56956c1 SHA512 (clap-2.34.0.crate) = c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8 Size (clap-2.34.0.crate) = 202210 bytes -BLAKE2s (clap-3.1.9.crate) = cfed27db00f88bbb5d5ac3b557c2d1bfcd853e5483a025aa6b73c2d49fcc5ea3 -SHA512 (clap-3.1.9.crate) = 125da7c3a7471e2fee0877e3a1bbce67d2d2c4459bf11633fa825e701b84e016d46497ebef7500686c42e64cbd1f7229f2a27f7d75c82abc06d2a4e768f60f90 -Size (clap-3.1.9.crate) = 206604 bytes -BLAKE2s (clap_lex-0.1.1.crate) = f47d4ed408e6e0c954f6c555c6241ca028e39fa63dbc02a4a9e76d608f5ecc2b -SHA512 (clap_lex-0.1.1.crate) = 4d7667fb4cc86fd820262c4642c37a073e558ac5c05e1a8efc2813f54c364e2c4e980a8ddd81e72b11b02f494b20ad89c77e9649d1a6c0ed418194db808f1383 -Size (clap_lex-0.1.1.crate) = 9603 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes BLAKE2s (clipboard-0.5.0.crate) = 100f8c0dbeb4a3d6ce01dce30d913a5c52e88eebb50f44db25e3054a57279e16 SHA512 (clipboard-0.5.0.crate) = a02994e68bb4ecdb1ba3db05e095474e67df4d73f69c92ab096913f4bd0f47ec6b62c8f0210fd67bb466e293c765888c315770e447f5c6e9b2e5c69f71d3e48a Size (clipboard-0.5.0.crate) = 10009 bytes @@ -108,12 +108,12 @@ Size (cocoa-0.24.0.crate) = 39235 bytes BLAKE2s (cocoa-foundation-0.1.0.crate) = b71ec8f2d02a5a308434e49870ee5255bc1f00f36968753b412247d26148f02c SHA512 (cocoa-foundation-0.1.0.crate) = cf0e8188bd4d0310716aad9f1e2cc77e4098e85306bd2098bdcfd9720782bc558f503033074e0f076748074a9067a4dfea263ee5356074207739d81c4a052ba6 Size (cocoa-foundation-0.1.0.crate) = 10645 bytes -BLAKE2s (combine-4.6.3.crate) = b329804570c32d5456de3e9f5592a8725654e531c5aa2b2785d0c9ac2156c16f -SHA512 (combine-4.6.3.crate) = 495f9703efc2b9271dad2fdd2626aa9a1843fd3e10e63d0c8b9e42d4c7e3137a4740aa476c0206ad8dbf2683d0eeafde36f70581bdeb30299fa08e077f9183f3 -Size (combine-4.6.3.crate) = 132015 bytes -BLAKE2s (const_format-0.2.22.crate) = 30a30e1eeb0267d2498e7cf2794560e6ff6d51d594e1e5eac2d0b351a9d00e96 -SHA512 (const_format-0.2.22.crate) = 3ed65106b3fa49fe7cbc0592a8a5b0fc9b99d9d44cb51c1fbdb2fb2eb916d801aa19d9ec568560d6df33373324ea226de3db6e82cbeb9a850426589472a1ec9c -Size (const_format-0.2.22.crate) = 72234 bytes +BLAKE2s (combine-4.6.4.crate) = f793e88dca3f67adff4bf45c8ff50f315638aa699b04f2979dfb2706229efae6 +SHA512 (combine-4.6.4.crate) = 2550aba009b8ab66230e7b21fd1cb5085c92bc280e31f35c9b02dc78fa138ef9b9ece0d7801473b88d11866b013c6fa3bb6e9611bdc1a7b85144e50a49829774 +Size (combine-4.6.4.crate) = 132144 bytes +BLAKE2s (const_format-0.2.23.crate) = 371442b083287b8cd4269c3f8189cd6485316c2cf589ee6f8f17e982f668ee77 +SHA512 (const_format-0.2.23.crate) = cc6b3254d82be2285e240b86e90593c971bf122ce576a6943281df660a6febecf5b69d7a4512a3c0f3f4759cb2314ce1acd49063a492821a0a957433744b30ac +Size (const_format-0.2.23.crate) = 72319 bytes BLAKE2s (const_format_proc_macros-0.2.22.crate) = 5f221f5ad51b95648ef8504d3191cc5f7754457a23674e826edef40d8402fb21 SHA512 (const_format_proc_macros-0.2.22.crate) = a0382a50502cff46c966fca1518ae1102cc749a9fff142a7fc29c3f3dce4b947ef05576e27248ed682aa9db2e1c0af149f41981d02d8415b63734a0ceccb68f4 Size (const_format_proc_macros-0.2.22.crate) = 24274 bytes @@ -219,9 +219,9 @@ Size (futures-util-0.3.21.crate) = 153768 bytes BLAKE2s (gdk-0.15.4.crate) = 72bf4a3d721d1d8486aeae78c15c859f86d3785ca1400e3a32425e1f26f8f4c4 SHA512 (gdk-0.15.4.crate) = 52e539e0d9b6c1c97fac8c528fca7b10ad79b79ed1edcf2148e8f9536cbd3bb98fa83562a033742fe6b71e34f3f1aaa3f67d9b123bb5c234e7124f464287681f Size (gdk-0.15.4.crate) = 87573 bytes -BLAKE2s (gdk-pixbuf-0.15.10.crate) = eb788045155f709c77db62b4f226ce9be5837dc8b5dd9439e6eedd13b719e35e -SHA512 (gdk-pixbuf-0.15.10.crate) = aa55f254ddc633a7f442954ddadb9613a8017d192df543383f2ecba9a791ecd9d1db234fde169a98151d3261e98b3b666c2db46fc8837395e6517713f725f9cb -Size (gdk-pixbuf-0.15.10.crate) = 15299 bytes +BLAKE2s (gdk-pixbuf-0.15.11.crate) = 8fe19491dd6cfec772cb287e76a5bee40b5786e48c2d4e2ca74af1d596ebd47b +SHA512 (gdk-pixbuf-0.15.11.crate) = 0dff57f2f36a08d1651cbf659e897dfeaed2eaf68e8a60d21933e1f39fc2c838adc4485a37fa0ea188bb645632f975b9a4a43f98dfa29405daed8d1d24e5dd14 +Size (gdk-pixbuf-0.15.11.crate) = 15636 bytes BLAKE2s (gdk-pixbuf-sys-0.15.10.crate) = 8cac506548695d206e67126d859d49ba95ac158f1d07c83c0afb9458ebea98e2 SHA512 (gdk-pixbuf-sys-0.15.10.crate) = bc2c948758240a0dc195d5b39d159ea55b4a717026b3a4d729e92b736418e0a953b841e62e14059a6c67d257adaa5cd0bfff28de9e2ded03cbd82fe45488d8cd Size (gdk-pixbuf-sys-0.15.10.crate) = 9891 bytes @@ -237,18 +237,18 @@ Size (getrandom-0.2.6.crate) = 28043 bytes BLAKE2s (gimli-0.26.1.crate) = d8a254077b0647501369f6b0e989352f7814b7d1ff9c3be7396fa8629281e7ad SHA512 (gimli-0.26.1.crate) = c341354e13a78c4afeb651a0ed651f60d188957216ba51079512531ab1273b1b79c86c57e904b87064015f8e7efe4280d9edd4acf90e25fb29f8813a4c7bf9a9 Size (gimli-0.26.1.crate) = 716168 bytes -BLAKE2s (gio-0.15.10.crate) = 9a4739a8625c350e2342164ed2f5386c18ba38ca4058bace2cbd33f6e0ce83fb -SHA512 (gio-0.15.10.crate) = 123ae7558ea08c8709e0e6009be8f2eb55c644b6ca52a8ccbd769263b9d9c43243992c72536925e4488316201359443d0242edec89cf3c6cd4772c2a33f11ae1 -Size (gio-0.15.10.crate) = 190818 bytes +BLAKE2s (gio-0.15.11.crate) = 28aa714f9628adcb1b5e643147f2d7145b5be4d918f2e980a9b2709af87764ad +SHA512 (gio-0.15.11.crate) = 7e5dc27d8739a5fe820790616acc0f35fe3614ab16b3b558003273a7c2d3ea61df1650ea497c70f46ac11952eb8bf3b2ef8c85d0130f11de3e832108df759696 +Size (gio-0.15.11.crate) = 190948 bytes BLAKE2s (gio-sys-0.15.10.crate) = 0dded0a41dc76807ea6f1130c0553250921162ddeb7bd58a868abfc60b1717c3 SHA512 (gio-sys-0.15.10.crate) = 9a5f37afc4ee4fea2a9fb87005c2c51b1f22ba98c9ad88bcedf89b90bd1e3d6393ecea8b726b596dc298c5a4e7db1eb0503f0872db54c19c29069f5a2b1b30ff Size (gio-sys-0.15.10.crate) = 79552 bytes -BLAKE2s (glib-0.15.10.crate) = 788060f3bcda2f79107a1b574a382acd59db6d211afd4ed3f4d0e56f6e853371 -SHA512 (glib-0.15.10.crate) = e879682abd5c01bd1d189814b16d15ee4f751616e920bc3cf9c8f3639939728abbfab6719d908569e25cc948a09364392b6af66433dbf9577926476293372a49 -Size (glib-0.15.10.crate) = 206119 bytes -BLAKE2s (glib-macros-0.15.10.crate) = ae9d4623e7bcc7a2b43eaf82681f86feeb4b32528ec6fca8e6c1037d5ef08762 -SHA512 (glib-macros-0.15.10.crate) = 45f1df486f1e086006ef737cb4b757df48c6dbe889bda24b21718b0b43f6c2fd9ddcf32f2adc18a7944b60f3dc502b54e9d387feee515336aea73e72f3a3e4f6 -Size (glib-macros-0.15.10.crate) = 27629 bytes +BLAKE2s (glib-0.15.11.crate) = 3b7564ca482e513021f01bb919e7d7a0db57d6709243855a842e81cf95957cac +SHA512 (glib-0.15.11.crate) = e8d90785d2174fa54cebf8f29ecf2f9abae4b28d682ab2c59135fb173656c37b1c65d4c4c0d98a96d47eb85b3610da830c2fe1ad86fafa5ecefe5a7fc248a50e +Size (glib-0.15.11.crate) = 207394 bytes +BLAKE2s (glib-macros-0.15.11.crate) = 6280f91676567d5b90ddf19e288a75f54f39b48c65e4647daed4ae6caaf8afcd +SHA512 (glib-macros-0.15.11.crate) = 3959c07768a1c53a08586cf6ab64212145e9d886c3a074aa34aafe0dc2887f9bfb4924bc112b2f47028ee73e2fcefd57c6b398fce8ac7236c898aa532893b8f1 +Size (glib-macros-0.15.11.crate) = 27851 bytes BLAKE2s (glib-sys-0.15.10.crate) = 9e2502873659cd38cc1ae4558a72a4333c9e87ae3a954676fb968aca408b6034 SHA512 (glib-sys-0.15.10.crate) = b83d67d775f70d6a08b9a6a9e24b575f110a93e5dcc8c53c03015842bac2617d13ded014f46820f8b05b08e7a34aa4841923847869af26689251497daf0b69ec Size (glib-sys-0.15.10.crate) = 59966 bytes @@ -261,9 +261,9 @@ Size (globwalk-0.8.1.crate) = 13705 bytes BLAKE2s (gobject-sys-0.15.10.crate) = 280335f16adc0df6cbfb3ac95306d4cb809fac04942b52bf5336c8e334e4f9f1 SHA512 (gobject-sys-0.15.10.crate) = 351b4dc985f5e0b1b3c7f2da9a615188b11a0b62052ffcd6e4fd654b086b0d66bee325f6e8807c2b3508132816540f2c8431f74ffdb4d31d436594ad2fdc0d92 Size (gobject-sys-0.15.10.crate) = 18534 bytes -BLAKE2s (gtk-0.15.4.crate) = 6770aee6ec0f0e696e2f77cfb6968256685598da37714268aeb69c34db3c3393 -SHA512 (gtk-0.15.4.crate) = 42818ac79e3dd904fcec2a6c1ce1c53539f7093b6a4e46043267747b13d98132a2ce8ae37149faf8ffb9617931f504ea8e0a9204a195602c0b19e1e0d4ab1ee5 -Size (gtk-0.15.4.crate) = 537304 bytes +BLAKE2s (gtk-0.15.5.crate) = 740b787deaaba420ca9e637ba5683ec734e18f834fe8babfae3b20b0db6e2810 +SHA512 (gtk-0.15.5.crate) = 2967a19e68c2b6cd5369078d8bb21d3677160230d942fc72428d049738acd5395bee12be44bb697b25047d192d72a51475837efd228b786efbebd0dc420bd643 +Size (gtk-0.15.5.crate) = 537695 bytes BLAKE2s (gtk-sys-0.15.3.crate) = 86ca2c7ce9c0b699061ef6a05c5cc4241d12bef28acad58d39e0b2f854bdc593 SHA512 (gtk-sys-0.15.3.crate) = c3984bf94e3881e28874fa9611f273b8af1f463c7d1efe2315364ca71e85975554685903dba47513e21e312cd85dd281c17cf6b4c794368958894933b3c03bcd Size (gtk-sys-0.15.3.crate) = 138220 bytes @@ -285,9 +285,9 @@ Size (hermit-abi-0.1.19.crate) = 9979 bytes BLAKE2s (html-escape-0.2.11.crate) = 5a4b9a20e8200da154affc1c7fa2e6b58b86da452c42200226d0695885be6305 SHA512 (html-escape-0.2.11.crate) = cc38a065396c3d67f65f406e1e93ce16045296b135f04667b21d6029116751d365bc9b8f2c2eeed6c7d5fecf764860b8f206d85a0f5f840f6a4fd995bf8758c0 Size (html-escape-0.2.11.crate) = 29606 bytes -BLAKE2s (httparse-1.7.0.crate) = a825ceb834dc09d3f402ed0f77b238cad6db890a3ee8ee4c02c1033f455cc2fb -SHA512 (httparse-1.7.0.crate) = eb24d0ebbd78c1d76a8b8b46fdf0876b8893cf1977adc73038e6a4b4d7ad6280f97fbbe8c92465fa34d6696d0a40288f41795df7cf15733588d1bfa8dfed8584 -Size (httparse-1.7.0.crate) = 29323 bytes +BLAKE2s (httparse-1.7.1.crate) = cc6fb7ae6b11a0011635fba1e344e4c0464c2d1373a75fd6654caf39fafe5640 +SHA512 (httparse-1.7.1.crate) = 6db3892a754a49d9d529859acdacd548a71203eafc29c485b83006650a26f82b6e34969bd5e11d3f259259eae4d71bbdd0992fc7cad78a9a6f102977d057a8ba +Size (httparse-1.7.1.crate) = 29379 bytes BLAKE2s (httpdate-1.0.2.crate) = b5cd05beb35662469bffb19b3080e5dae08182d555df6630e669df43965647c2 SHA512 (httpdate-1.0.2.crate) = 4d650dbe7ec1d0f457bab71cd009fd92ee296fbe0a6b0c0ce4d71aa3bee720094a03968c08e542be60869350e05b4a1739542c6415e401407345f5643e15f8fd Size (httpdate-1.0.2.crate) = 10673 bytes @@ -315,9 +315,9 @@ Size (inotify-sys-0.1.5.crate) = 6965 bytes BLAKE2s (iovec-0.1.4.crate) = fe5eb2f28d5151b1811788b0b66b7f46199288616e820665fedcdebe32124611 SHA512 (iovec-0.1.4.crate) = e23fcaac239807daea20ddcf2cdd4fb858ba1aa970ce6248f70f0fba5bff7ebdb27247c0997ac0ff2791178f86ff9657e473d8f64b86c644763e5b3474edd158 Size (iovec-0.1.4.crate) = 8720 bytes -BLAKE2s (itoa-1.0.1.crate) = 5df5e417576e531605b209f326947f25fdf7147572381012e4fbb035f0036abb -SHA512 (itoa-1.0.1.crate) = 8e7bc1e9bf4fc06871b9fe20caad4e0af965477d724f4c8d0e2a3a4d87aedf99f92e4e583a6440ce574d0fb43fc9d6a2e80add52a2f64210c6aa3b402e424295 -Size (itoa-1.0.1.crate) = 11059 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes BLAKE2s (jni-0.19.0.crate) = 1bae11d4ee6d76b57c071584a24a3fa086f9419486777d5f51472ac5e9a4f127 SHA512 (jni-0.19.0.crate) = 75b48cd05ffbfa6e220dc4ffce3f37eb89105d42b0ac4e108930ed81c3525c4ee3d1c069342cee203c401c9f2e9bb2c53382fb61155da922ea9585d4fff9b212 Size (jni-0.19.0.crate) = 65890 bytes @@ -336,15 +336,15 @@ Size (lazy_static-1.4.0.crate) = 10443 bytes BLAKE2s (lazycell-1.3.0.crate) = 4b68bb7aee4d9c2db1f382991cd5257b908571f8e550a9af7818ce4a2c268469 SHA512 (lazycell-1.3.0.crate) = f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d Size (lazycell-1.3.0.crate) = 12502 bytes -BLAKE2s (libc-0.2.123.crate) = 4e72dbbf0b6632b4993c05ddf687b80d0c67c4c236c42d6daf61e6c16701c0e6 -SHA512 (libc-0.2.123.crate) = 527c89b84d9839a240653fd2e66941f8fdd82f01ed70aa5451073d3480a56e6daf53e3ddc077a9884bfbbbc69510cea672c74c9c818e914d4414cbc7ec0e3f9c -Size (libc-0.2.123.crate) = 577487 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes BLAKE2s (linked-hash-map-0.5.4.crate) = c9c95074dd072275999910da8ed4eecda472e7d1451ece55c744c3775750afbe SHA512 (linked-hash-map-0.5.4.crate) = 2938883357ec0e7d9c9fc5746063ae419c97250ddceeb8de3480c89e97e0a29d175cc9199bdb3ddf81cd5d6a2a1e319ee1644a7309eea96058221074cf87c0b6 Size (linked-hash-map-0.5.4.crate) = 16166 bytes -BLAKE2s (log-0.4.16.crate) = 0f9e5a7e5aa99810947b7e3e8a9e057d1275ead9277283661b48c55e3cdeff78 -SHA512 (log-0.4.16.crate) = b12dfcd8bec2f44864b8174776d3151ddf1fa1d82bc8a54fb155d5af3b2af959aab4899d72835a3c25cf58d6c41cd7f1b16c2accbdc20a0eba7e8be3d1883ee1 -Size (log-0.4.16.crate) = 37758 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (malloc_buf-0.0.6.crate) = fa2e78c89cf38b987feb7cc9114dedf22a0d8ea5611e9a44f8dd55b4b79adc7c SHA512 (malloc_buf-0.0.6.crate) = 463b3d7666cdd7de618abf0cc4e488060c84d6d93c56d4e922169511a0b03de380ea988cd998f5a162b244088902198763351ac16dea3762f0fa0840fc29d6ed Size (malloc_buf-0.0.6.crate) = 1239 bytes @@ -354,18 +354,18 @@ Size (maplit-1.0.2.crate) = 8871 bytes BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 Size (matches-0.1.9.crate) = 2246 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f Size (memoffset-0.6.5.crate) = 7686 bytes BLAKE2s (minimal-lexical-0.2.1.crate) = 7868d0264ff2c8d6fd1944aac77710c2163c9c0bb7488ee70835966d9a324022 SHA512 (minimal-lexical-0.2.1.crate) = 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c Size (minimal-lexical-0.2.1.crate) = 94841 bytes -BLAKE2s (miniz_oxide-0.4.4.crate) = 46acb405ff6a26e8421ff8bb8000f4bb5f751fd824b4865147ec36a35f364f3c -SHA512 (miniz_oxide-0.4.4.crate) = 2c6e484a8a53c6b1fb84e2bf9518919e6e5ba84e7716c0bb8e33b53dc0d3432c35f28f19c18368e27c94f6df66b7674f514ef889cf1b19f546bedfb6e6ebaf6f -Size (miniz_oxide-0.4.4.crate) = 49938 bytes +BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e +SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 +Size (miniz_oxide-0.5.1.crate) = 52418 bytes BLAKE2s (mio-0.6.23.crate) = 8b9d738f9884847d8a7564a4a453fa66b7f798572eab0f0199e66c87aa0981f7 SHA512 (mio-0.6.23.crate) = ea95d15072fe36524a85b50108415a809d7ea3744deee45e4b6a1b763a11c88cda6dbabe4f8d01945a5edeb52296a74fcf457c85be3032c1311a35025860d05c Size (mio-0.6.23.crate) = 103554 bytes @@ -381,12 +381,12 @@ Size (msgbox-0.7.0.crate) = 9576 bytes BLAKE2s (ndk-0.6.0.crate) = 6b761f3101392b2bff4f0fbf37f979c15fc38afa7b24494d15678a2ff0ca4e00 SHA512 (ndk-0.6.0.crate) = 62af40a702784a35bd3517131aa5c5fe22da81091e45a8c8639fa8f1f8b3fed117991db9518dcf55878cbd6222f696d09e0bfb28e161aa47d77b2825ad2e1fbb Size (ndk-0.6.0.crate) = 39828 bytes -BLAKE2s (ndk-context-0.1.0.crate) = b94eee72034e393969da0d196984f32ce60f7c3ba96e47e303c7f7f3d474ad9d -SHA512 (ndk-context-0.1.0.crate) = c7456070e3b4d5ab8e8ebfd3efc5896d1533539910b7a0159f2a4c4b7e9aa898d75b8b7f3ca6b45fedf387de45aa20b0ff2630c55bd8a42ea29e219911232052 -Size (ndk-context-0.1.0.crate) = 2029 bytes -BLAKE2s (ndk-glue-0.6.1.crate) = 4a4987d03735e812af032acdd0b8a6de2eccfee95b84f08b4ea0a459acb91e9e -SHA512 (ndk-glue-0.6.1.crate) = 66155d4477e83fe77505e795a66cec3713398f756b2d50746bbdd156acacef3dbac7dda9e849a5c20b5381f0207d54d41c5e6845e7de6fb012b250cff7354bc0 -Size (ndk-glue-0.6.1.crate) = 5112 bytes +BLAKE2s (ndk-context-0.1.1.crate) = 6a7eea2f8dcf93e9f010b3df39216a2fb37b4c281eb8dc45c418e089c5afba12 +SHA512 (ndk-context-0.1.1.crate) = 3e15db351492b3f1935424a4c119d878f5d771d6ca0cb6161e4105b263178e96e41cdf1e927e5f3c81a281f55dee25929a9cee911eeb4ff307dcd31fc400398b +Size (ndk-context-0.1.1.crate) = 2205 bytes +BLAKE2s (ndk-glue-0.6.2.crate) = 7e94cb899cf947a9ca8767500cffb580bcd04215dbff54fdc23ae61be259a958 +SHA512 (ndk-glue-0.6.2.crate) = 0e7e82eae7104ef8c4279c5d93938d4d6270a133255429ed3b4fa307096d363f4831569f45c403d32c1564d6daced04212ad65a45fcb4ca513fefb93728c8082 +Size (ndk-glue-0.6.2.crate) = 5227 bytes BLAKE2s (ndk-macro-0.3.0.crate) = 0ed2eafcead94f6fbdfcff18d41f3336938daf7690a71b872ade3dafedb667b0 SHA512 (ndk-macro-0.3.0.crate) = 240f8b7ec5b72a450874dd6b9eefb2825714e4aa83074efe13a958313193d491e6b4547ce62d2f727afc552d9d8c009c9489a808da54d5967fb29da7eac22d3f Size (ndk-macro-0.3.0.crate) = 4884 bytes @@ -402,12 +402,12 @@ Size (nom-7.1.1.crate) = 115818 bytes BLAKE2s (notify-4.0.17.crate) = fea0c9389b32ef2430f10e915efba5d728731f2556fcbb0f863a2b1df4236f9d SHA512 (notify-4.0.17.crate) = 78fffa1da9fafef40ac92190dfaa71e22b8999bb8bd9425e4d8e9054d234ca0fbaf7726c023987756a3900b00aa9e713b093ba7643374f2ffb20416ce19bd193 Size (notify-4.0.17.crate) = 54419 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes BLAKE2s (num_enum-0.5.7.crate) = 9b1ecd682e24c11ab6040a86038fefce192f26a7db41fea57b60fa7024f1e79b SHA512 (num_enum-0.5.7.crate) = 14749c9fb3cb30366e4915b2afd00b1f005de753ac3458982ef53285efa718c8059bf4804f4db170f43c1978c222aa706f30757c191f8613b8165a54a7c5f4ce Size (num_enum-0.5.7.crate) = 15199 bytes @@ -423,18 +423,18 @@ Size (objc-foundation-0.1.1.crate) = 9063 bytes BLAKE2s (objc_id-0.1.1.crate) = 1bc76100eb8a059b580ecd9b12111a7055936856bbb9059e7d8f28a3bfb362ef SHA512 (objc_id-0.1.1.crate) = ec36fae6f5cefda00f3e44618b3c9fe6ec8f528f70d1a95def6421704bfa128a6e5b4a32e9dd686bf6ff60c4f87fe8094aa5e1c8070bcde58b17fdc06f49f9f5 Size (objc_id-0.1.1.crate) = 3258 bytes -BLAKE2s (object-0.27.1.crate) = 8381055841d5d8d8d1bb9a8a2d7b336fdc91830d3fd28ab72076c1ecc1fb5a8f -SHA512 (object-0.27.1.crate) = 3f25b663fdbf9a38090c2b1cdc03ca40bead87fb83f99143e79a272dfa4f2fedc387a50d3412d42a53aab228bbcbc6967fdb5a0c8db0a8a3e3ae9cdcf1061589 -Size (object-0.27.1.crate) = 228030 bytes -BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d -SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab -Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (object-0.28.4.crate) = d9d8f0bc9b05a7f71f442887f4a576a61116f60ebc42fea329538a25a3290d61 +SHA512 (object-0.28.4.crate) = 32a20452ed62b789c859c442009faf905ba4bc28f11bddfad3da3509861afd8dbe54e5bc0523c0eea5d5ce19cb94dee2e74f218f79df52d95ad22657d571839f +Size (object-0.28.4.crate) = 237248 bytes +BLAKE2s (once_cell-1.12.0.crate) = d77f216ade311adb7051d30125a5c7d0c73adf35bf167ead044b320361cfdbfc +SHA512 (once_cell-1.12.0.crate) = 02da0e6eccee2d5246fff5e6323bd7eff0f4641801be5e5910763929a5e9d8b62c07f81001c405cc6aff03f68a14ed5bfebd9900bbdd09568bd1ab9ca9b73093 +Size (once_cell-1.12.0.crate) = 31549 bytes BLAKE2s (opaque-debug-0.2.3.crate) = ffdb113f8c5eb946581b79b5d530954c2b8d8a6fded3a5e11811ea90ef957089 SHA512 (opaque-debug-0.2.3.crate) = 7aa44aedd3fa5a6ed3d60239c23dce4cb7b27693e110140e6b332579bf1c1b773244f12271ced975e53caf68f3f381a7edaada573efb982d2e13d638a3a6dd40 Size (opaque-debug-0.2.3.crate) = 5643 bytes -BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 -SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 -Size (os_str_bytes-6.0.0.crate) = 21046 bytes +BLAKE2s (os_str_bytes-6.0.1.crate) = 2bb095057a418d3f13da1ef941eac8d2cac3096060ad9658be5df94a39e7d72e +SHA512 (os_str_bytes-6.0.1.crate) = 16035d3032d499575faf5e8114868d57826acf2b4a54e848f9101713b7965a2fecd6c486945b1c8ccc3ddacdbb95a1c6f8a74ca4fcdee24729648edc817c4472 +Size (os_str_bytes-6.0.1.crate) = 21079 bytes BLAKE2s (pango-0.15.10.crate) = a0896ba651208c2632dcd14bea9361f957c0486b47efe3222bd0a1c4270a6a75 SHA512 (pango-0.15.10.crate) = f6d2d76bdd6cb97136aa6ee8c6c1409b1d3482f9a01eb52d29aa786bc6903c14916a49220154c8bb492b152d29e1409abdac219c9ca6b269e0136ae390f0d594 Size (pango-0.15.10.crate) = 43927 bytes @@ -477,9 +477,9 @@ Size (phf_generator-0.10.0.crate) = 7525 bytes BLAKE2s (phf_shared-0.10.0.crate) = 631c38577a3d33382a4e75d7efffae8f4e508750fb2888ba70fa3637854cf993 SHA512 (phf_shared-0.10.0.crate) = f088a6836a28afca7a2ef5440d7aa953227785d52aa0b9fcb76c88d085fe7f0e68732f2354c9f8dfc0a90ab1b8ac214f28549780e6f32d857ff7e8963093d9e5 Size (phf_shared-0.10.0.crate) = 4095 bytes -BLAKE2s (pin-project-lite-0.2.8.crate) = f17fb23d3567ea71f6e260307531fa0a7119dc7f384f229f7863f24d653fbc5a -SHA512 (pin-project-lite-0.2.8.crate) = 9ecb86d550f4440e19eb16c6a9a418b5c4ad859ed2449b02f77d4b07b1e3e3e6b6b7ffba44a358958679342eb21222992fe6fdfe6d9bcb7a699a3e5816f1bfa8 -Size (pin-project-lite-0.2.8.crate) = 27847 bytes +BLAKE2s (pin-project-lite-0.2.9.crate) = 21ff73557f52248f91876a765bc209e4313f3cb15746b3f3ceddeceea5e2c95d +SHA512 (pin-project-lite-0.2.9.crate) = cef0b77233adca712db1183f780732ea577cf1b27c2643de221d54c837c75ce749f907e24a967be7474812c7682cba613a3fc5d553a9578a1b80569da0e562e4 +Size (pin-project-lite-0.2.9.crate) = 27713 bytes BLAKE2s (pin-utils-0.1.0.crate) = 5a1cf546c08cd8ad36d3736e337a9865b694de6a636733d252a878aee8b1c204 SHA512 (pin-utils-0.1.0.crate) = 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 Size (pin-utils-0.1.0.crate) = 7580 bytes @@ -498,9 +498,9 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.37.crate) = 7df0f3468a68248fb6bb32150f677fcdc3fa3c62355feece702f8fb359889a87 -SHA512 (proc-macro2-1.0.37.crate) = cedb3433c6dfff39b404f8939c67e98303bb89a47e2cfb9659eeda1ca3e3d167800dca482374501632ab6d2283105dbd7560a157b48a351b2d3da059f946be55 -Size (proc-macro2-1.0.37.crate) = 41378 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes BLAKE2s (pulldown-cmark-0.9.1.crate) = f6769de25b8fbc87d4357b04503fbe7ee56892770af447c8b5536ae1a963c1ff SHA512 (pulldown-cmark-0.9.1.crate) = 466d6b4ceee89e1a8c71ff7ab8fc1000e7ef1d9bd22193a152358e1dad28c0c1bbe619caf71106d74eb376805dbfd2b888a0626c8c2851bd814d348873843306 Size (pulldown-cmark-0.9.1.crate) = 114955 bytes @@ -522,12 +522,12 @@ Size (redox_syscall-0.2.13.crate) = 23759 bytes BLAKE2s (redox_users-0.4.3.crate) = fafe5c327db7de7f8b6340807a14fb60bdea5ac74634a60379b62c4793cb447b SHA512 (redox_users-0.4.3.crate) = 0d3366e23cf93e1b0e025a29025eaebfcd1145bd158e2663b94fd952dc2d8a25566819e3a03c4136ca16a6408d37396e2ead0814c3f0c2bb10334dfd0b838fda Size (redox_users-0.4.3.crate) = 15353 bytes -BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 -SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 -Size (regex-1.5.5.crate) = 238119 bytes -BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 -SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (regex-1.5.6.crate) = 54470e0ce7f905fde38456f82bc830c98a1ac830538cc1596f5e4f1dc2ee84a4 +SHA512 (regex-1.5.6.crate) = 43ad2ebe14f43d69c62f563a4fd53b5657f0f2cc130a0e6353a13073027640ff891e9f9b40ea85858507047bddb2e023d668c9bf57f2ba0ae045b74b5f0d2a1f +Size (regex-1.5.6.crate) = 238593 bytes +BLAKE2s (regex-syntax-0.6.26.crate) = d644259c960314f13984e773bc86607f79ce86e6b397fe231d5cb32ddcc36926 +SHA512 (regex-syntax-0.6.26.crate) = 46087f5a2abfb48f24da77e79e66f6e514b5d005c4ae2c3283418ec471ddac9e4a1361edbae9d27efeb10217157092f812946b7b98182cf9f8aa703e01c03634 +Size (regex-syntax-0.6.26.crate) = 293912 bytes BLAKE2s (rst_parser-0.4.0.crate) = 5dd1fa2225ef3bf344665f996fe147dda9e3992b09fb06208481af6e11b9772d SHA512 (rst_parser-0.4.0.crate) = b7c843298669e458d56f67d9dc9830c132810eaa08ef98ae6891da545b58753116d005c6c38c1e38dcfb7a683cd321b3838c3369f0c7990456ecbcf4dfbfd250 Size (rst_parser-0.4.0.crate) = 20450 bytes @@ -540,9 +540,9 @@ Size (rustc-demangle-0.1.21.crate) = 27920 bytes BLAKE2s (rustc_version-0.3.3.crate) = 2668c16716efaa3596916eb1500bace6ec5bb7f21b98383d1a3556b16e544f7b SHA512 (rustc_version-0.3.3.crate) = 37732b3b28eca41de205db34479c75b31af4ddd811f0f1606933eb31e25e5ed3966a41a8b7d338be20fcf47540629824c41a267436c185a98f8acfdce608b5cf Size (rustc_version-0.3.3.crate) = 12119 bytes -BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 -SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb -Size (ryu-1.0.9.crate) = 48391 bytes +BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2 +SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 +Size (ryu-1.0.10.crate) = 48485 bytes BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c Size (same-file-1.0.6.crate) = 10183 bytes @@ -555,27 +555,27 @@ Size (self_cell-0.10.2.crate) = 14732 bytes BLAKE2s (semver-0.11.0.crate) = 8eb6db6cf1eb08883d65df4c9737a55ce177ce7064f1acf2203e5a1e0e3ab340 SHA512 (semver-0.11.0.crate) = bdbd8eba37071ec1d24d372cc34ac4d82b6d914e7396ed51276e80d4d299864507a9d837ef381f6c4868981b7ca35514050ab8d7a621d43697a9c4b4bd5d8573 Size (semver-0.11.0.crate) = 20826 bytes -BLAKE2s (semver-1.0.7.crate) = 6dbf6c5244cd9fcfe283ec6da3fa7036c3f32eac19398d91b816f73fa65b892c -SHA512 (semver-1.0.7.crate) = 1956b173e70a9ae78d4e96d62951072879998125bf4703a2763c8cafa4e94100010d6f923afb3b7201d0a3128948b71a5cad0b82cae1239e8f7631d5e003c663 -Size (semver-1.0.7.crate) = 30064 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes BLAKE2s (semver-parser-0.10.2.crate) = 3dfb33cdadb3d9f60e323d090ac382b099032f3fe1179ba0d8e9ae78728f3edb SHA512 (semver-parser-0.10.2.crate) = 154a6905eb5fb854450a0bd00381f93ededd6f1a992103a53464429195102eb266c7e8681e89cf952223a51427fa17c0a36e3b7c2eb6d375b309e5fd3d721f1a Size (semver-parser-0.10.2.crate) = 23176 bytes -BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 -SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 -Size (serde-1.0.136.crate) = 76158 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes BLAKE2s (serde-xml-rs-0.3.1.crate) = 5542e308db2de58a7780c13b7b48b872b51ce9fc083279f542fece32d9b8e6cf SHA512 (serde-xml-rs-0.3.1.crate) = f85a7040a9f91acdbb386a3ed99e3401e568884e41bdd611880021ab5fc9d5e2469419f5ac03059deb7a78c080340ab2731db676805617549f328ba6ebe1fada Size (serde-xml-rs-0.3.1.crate) = 14618 bytes -BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf -SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 -Size (serde_derive-1.0.136.crate) = 54776 bytes -BLAKE2s (serde_json-1.0.79.crate) = d12eba94c3e529435de4c570027e0035cefc74b5d14cfd0db96e5ea508f51c0a -SHA512 (serde_json-1.0.79.crate) = 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 -Size (serde_json-1.0.79.crate) = 144451 bytes -BLAKE2s (serde_yaml-0.8.23.crate) = 40768e4eb74057ea745ca51641be1f3b7fac41713f7881f785455eb7a936b1c1 -SHA512 (serde_yaml-0.8.23.crate) = 7831299cedf0fa9155a76b61436ec1cbc06adfe672a102973e8cffc8b277d99b4104d70951ed16b18283f3291c8047d6af413e0438da3e6bc6745bfb6816628a -Size (serde_yaml-0.8.23.crate) = 42140 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes +BLAKE2s (serde_yaml-0.8.24.crate) = 056ae9de949b9c228b5996726b682425c93bde14a339c7a4caa9cccf55675249 +SHA512 (serde_yaml-0.8.24.crate) = f32d3138a7879b6ec9329c48e691cd2d8e152058220402788309dbe830d90e37bcdf9d3538d79b845547b2135706b3060ff40a943d357f9d3b6dec478af400c9 +Size (serde_yaml-0.8.24.crate) = 42102 bytes BLAKE2s (sha-1-0.8.2.crate) = 1bde2f3455038f2fe03f29012a14c2c6ad2098b0c79f7808c54c0b1de26da95e SHA512 (sha-1-0.8.2.crate) = 65ddb7bd8f0157d134e70f7c6d6abf7aea198cb97da17b418a265642c5930b8cbd9c8e0b97b557102787cc842cddc93213d669345c2aaac6a1e7146765b2d5cd Size (sha-1-0.8.2.crate) = 12338 bytes @@ -603,9 +603,9 @@ Size (structopt-0.3.26.crate) = 53798 bytes BLAKE2s (structopt-derive-0.4.18.crate) = 59a14c6bf61749a2c4880535d27bb7999ba124682bcc518cb2ac5fd0f1e33a44 SHA512 (structopt-derive-0.4.18.crate) = 68a7f9c2ed987993fdd8bb7e81c31969a1fdf5351c58cba9de61a2f5957aba1626be4b0742f31d4de502301675ba24b0d91dd3acb24f5607bdeec83070626a57 Size (structopt-derive-0.4.18.crate) = 20996 bytes -BLAKE2s (syn-1.0.91.crate) = 62243832fe3944a1abf4f87a0999c9e51383e16d5cd4d9337c2348b1d00f64c7 -SHA512 (syn-1.0.91.crate) = 28fe28a9d4e9ab3610850c1704be6f384e9fff191b1a5e11f9766bdada81a3e7426cbc776bbd63ea6710320c7416a622506d4a8d607d978af506d381658d4bff -Size (syn-1.0.91.crate) = 235996 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes BLAKE2s (synstructure-0.12.6.crate) = 891c609ebfe33301f1b9f08e42abbe31f2de2a7f8d769fdff2c51747acbaa4f7 SHA512 (synstructure-0.12.6.crate) = 6ec5dd7ade904fb6d79c2be595886289846e064b8c4100f780d8adfcbb41e6ca67f4b1d682212f4673c2169f889a042049b31161ec3cebc3f399751124f01f9c Size (synstructure-0.12.6.crate) = 18429 bytes @@ -624,39 +624,39 @@ Size (textwrap-0.11.0.crate) = 17322 bytes BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd Size (textwrap-0.15.0.crate) = 52998 bytes -BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (thread_local-1.1.4.crate) = bfe0b6715ed4534b4ce88a19a6ca1bf287ed0943adad0d6f65c9e0e8ab4dcf6b SHA512 (thread_local-1.1.4.crate) = db7ff3eb88a73d9313dd58d72397614c5aae6be1d64ead7f16535cae2857be3b27d189e7955308591ec64a0d67777fd2a62a2b124ca73facb9a2d8e0458bdbb5 Size (thread_local-1.1.4.crate) = 13106 bytes BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf Size (time-0.1.44.crate) = 28885 bytes -BLAKE2s (tinyvec-1.5.1.crate) = 60cbb8e5e15e17f378e4c83b65ca583df647d9d8bea89b565f80ac829415087d -SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 -Size (tinyvec-1.5.1.crate) = 44942 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 Size (toml-0.5.9.crate) = 55667 bytes -BLAKE2s (tp-note-1.16.6.tar.gz) = 0d6a75e06873456ef1780d0da6bd4a1532370af37e40bc13f2baef8d1d67946c -SHA512 (tp-note-1.16.6.tar.gz) = d3f696e602a4c466df612f3d1523849dc319147201b3f1e70dbbf5f78788e0a6c3b1f3f5b5da84f6a612059253e228bbe582011022e83b118fc6dae45e2574b9 -Size (tp-note-1.16.6.tar.gz) = 2151568 bytes +BLAKE2s (tp-note-1.17.0.tar.gz) = 5fb48b380a0f4efb0c508413e7a5ecde115e79fe9ec462e31d0251746449d21c +SHA512 (tp-note-1.17.0.tar.gz) = efb173b0791f322c3bb0479e0250442e9350cbea3678d3d13598c7abc39b50fe1431d433e8980ffb99324a1ff8090c8dbe28e09d3c0caef17561d7b929ba8855 +Size (tp-note-1.17.0.tar.gz) = 2152882 bytes BLAKE2s (typenum-1.15.0.crate) = 36a47ace00a92a52369622e3dd8a02c9d20b73e6171ba04e41d3b746b3c267b1 SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288 Size (typenum-1.15.0.crate) = 40741 bytes BLAKE2s (ucd-trie-0.1.3.crate) = 83689d32421b0d630d921038eef4c95caf86bc854f56a7c4288a28858df3b862 SHA512 (ucd-trie-0.1.3.crate) = 54d43b3824669aa20b725c7747f4fb65bd24e620670c968c1bb0094a0503773acda921b50a0b200c1ea0f84e1e059883c1704bfa5a856d2e2ccda116fb8c3e2b Size (ucd-trie-0.1.3.crate) = 44615 bytes -BLAKE2s (uncased-0.9.6.crate) = 711fcef6a75826bf1f094efb47d82082f8438f98f257ace018fe529f2f983ffe -SHA512 (uncased-0.9.6.crate) = 8d0f29b60cf800afc92d08fc4d4b92f5ca80c6ad4f38c64c2cff88b959cdb7e59952eda1200c65eae1c379e3e3d55b946a8588c393e60938a776538492af9989 -Size (uncased-0.9.6.crate) = 10413 bytes +BLAKE2s (uncased-0.9.7.crate) = 65d5211a31acddc380430d406303bad6467b045ce6a085c3da95810582c00546 +SHA512 (uncased-0.9.7.crate) = 8df20e140570253cef0bc0144dfd3674d26a555faf00435baf1bbc86e9badc46fcab944fff1aa502854f269f9d5d4a0573155386bf49ff24488a33e060e77e21 +Size (uncased-0.9.7.crate) = 10525 bytes BLAKE2s (unic-char-property-0.9.0.crate) = b6200de95c2aa7d6d07e816b9617831cb58bf42106935b9a0f2ec3f1eaabb799 SHA512 (unic-char-property-0.9.0.crate) = ef969968c61eae6a7d68e6ccb0b40f6618a69bfc4714b51bf4ee8c5ec4532d10b9c6675a4cd5121c904a578ceec7c6471d1496fedbf121059f076ad1c5ccb70d Size (unic-char-property-0.9.0.crate) = 6809 bytes @@ -678,9 +678,12 @@ Size (unic-ucd-version-0.9.0.crate) = 2246 bytes BLAKE2s (unicase-2.6.0.crate) = 389082bf2c60fa4668d7b943d6eebc3a78d540e5f1525582ffbad9b7eee8b024 SHA512 (unicase-2.6.0.crate) = 7e76a5f344e32c56cf87223585d87a56c79627b52bba0b29eb6de82de874b2964accededa8e9b5741f57944b6750fba5c61e679a50d4fd5a5646f431e2f4f188 Size (unicase-2.6.0.crate) = 23478 bytes -BLAKE2s (unicode-bidi-0.3.7.crate) = 35877a9b5d35d0c75856b237e5be0c43f956064b9af25b8c3345134aa8c0a756 -SHA512 (unicode-bidi-0.3.7.crate) = 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf -Size (unicode-bidi-0.3.7.crate) = 33759 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes @@ -690,9 +693,9 @@ Size (unicode-segmentation-1.9.0.crate) = 93241 bytes BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 Size (unicode-width-0.1.9.crate) = 16745 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes @@ -732,9 +735,9 @@ Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes BLAKE2s (web-sys-0.3.57.crate) = e9c87680c6489a44ed00e15ca84ae67c048f89fab3c2c8e9041b3036bf12ec61 SHA512 (web-sys-0.3.57.crate) = 144a481ff7562ff5f96145c7db64ecc704863e2fd6c0c9afc87fe87513e5be660fcadec6b1114ed2c86da36ccd97024ce601b843c8768dd8b5c53c71daae9800 Size (web-sys-0.3.57.crate) = 686563 bytes -BLAKE2s (webbrowser-0.6.0.crate) = c7a21c1b184883292ed32b52a2222b6fa8a638b50e56da843e5c8028c7532aa5 -SHA512 (webbrowser-0.6.0.crate) = 61d0471bc5ff6faab03dcd52e89f85997e3848aeaeafc08ef81b6782aaf3dcefdc0d05a1d727dd3c22dc05e26e33d53ba7773bf0d27c08d5ee769a6842d9affd -Size (webbrowser-0.6.0.crate) = 18745 bytes +BLAKE2s (webbrowser-0.7.1.crate) = 6efb52fdd4aec1830961e6d64c101cbaace482309e161461d341979504e85abf +SHA512 (webbrowser-0.7.1.crate) = da404da0eab4e82d4794687425d81bce0c479e162679bd7e1c36100970cc7f6cc3230718c5d310d62b349176883ee2f317801a445a1a56df88ce7ee91b6e23d1 +Size (webbrowser-0.7.1.crate) = 20119 bytes BLAKE2s (widestring-0.5.1.crate) = aed12a8c395318182cc5f033a8c5c9dea07edeeb42a3148643b9d43a3c717e2d SHA512 (widestring-0.5.1.crate) = ef39fc053cd98c070e502d0c53acf27965a06583805fb6d8b1228f76063ed343382500917ae33231470c5af3d2223070d36f394758bd6faf4e298cb981cbe3bb Size (widestring-0.5.1.crate) = 41338 bytes @@ -759,6 +762,24 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes BLAKE2s (winres-0.1.12.crate) = 6b1d1857d9cbe3d4d3e1e414860bcfb543b4344f91b55e4a98ef26dfa3cc76fd SHA512 (winres-0.1.12.crate) = 9f61edafb4a262b56d130e48ac6bba94f5a432bf0a8c20243e6c8fa98c3f9e0d2ab00a77b35a2e49dd63585a272af597e236e089641b5f488760ac42d22f5a67 Size (winres-0.1.12.crate) = 19772 bytes From 5b69c0f368f6c2df97d025553d3a5ce30744b529 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 26 May 2022 21:24:33 +0000 Subject: [PATCH 1071/1154] doc: Updated editors/tp-note to 1.17.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 66fc4a5f006e9..7d4bda2f7e9f6 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2754 2022/05/26 21:23:33 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2755 2022/05/26 21:24:33 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4223,3 +4223,4 @@ Changes to the packages collection and infrastructure in 2022: Updated ham/gnuradio-core to 3.10.2.0 [mef 2022-05-26] Updated www/php-dotclear to 2.22 [triaxx 2022-05-26] Updated net/yaydl to 0.10.0 [pin 2022-05-26] + Updated editors/tp-note to 1.17.0 [pin 2022-05-26] From dd19dc4cf94f9e92c0001e2b6fea579f95dc7b0a Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 26 May 2022 21:25:38 +0000 Subject: [PATCH 1072/1154] graphics/pastel: update to 0.9.0 v0.9.0 Features -Added support for transparency / alpha values -Added support for NO_COLOR environment variable -Added new color pickers: Gnome/Wayland via gdbus, zenity, yad, and wcolor --- graphics/pastel/Makefile | 7 +- graphics/pastel/cargo-depends.mk | 143 +++++----- graphics/pastel/distinfo | 431 ++++++++++++++++--------------- 3 files changed, 293 insertions(+), 288 deletions(-) diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index 3a8276cb05986..c4ab1f51e8f48 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/08/05 08:53:21 pin Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/26 21:25:38 pin Exp $ -DISTNAME= pastel-0.8.1 +DISTNAME= pastel-0.9.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=sharkdp/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -15,7 +15,8 @@ LICENSE= apache-2.0 INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/pastel ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/target/release/pastel \ + ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/pastel/cargo-depends.mk b/graphics/pastel/cargo-depends.mk index e75cf318c2802..18e2c52d039c3 100644 --- a/graphics/pastel/cargo-depends.mk +++ b/graphics/pastel/cargo-depends.mk @@ -1,97 +1,98 @@ -# $NetBSD: cargo-depends.mk,v 1.2 2021/07/11 21:23:53 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.3 2022/05/26 21:25:38 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 -CARGO_CRATE_DEPENDS+= ansi_term-0.11.0 -CARGO_CRATE_DEPENDS+= approx-0.3.2 -CARGO_CRATE_DEPENDS+= arrayvec-0.5.2 -CARGO_CRATE_DEPENDS+= assert_cmd-0.12.2 +CARGO_CRATE_DEPENDS+= approx-0.5.1 +CARGO_CRATE_DEPENDS+= assert_cmd-2.0.4 CARGO_CRATE_DEPENDS+= atty-0.2.14 -CARGO_CRATE_DEPENDS+= autocfg-1.0.1 -CARGO_CRATE_DEPENDS+= bitflags-1.2.1 -CARGO_CRATE_DEPENDS+= bstr-0.2.16 -CARGO_CRATE_DEPENDS+= bumpalo-3.7.0 +CARGO_CRATE_DEPENDS+= autocfg-1.1.0 +CARGO_CRATE_DEPENDS+= bitflags-1.3.2 +CARGO_CRATE_DEPENDS+= bstr-0.2.17 +CARGO_CRATE_DEPENDS+= bumpalo-3.9.1 CARGO_CRATE_DEPENDS+= cast-0.2.7 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 -CARGO_CRATE_DEPENDS+= clap-2.33.3 -CARGO_CRATE_DEPENDS+= criterion-0.3.4 -CARGO_CRATE_DEPENDS+= criterion-plot-0.4.3 -CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.1 -CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.0 -CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.5 -CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.5 +CARGO_CRATE_DEPENDS+= clap-2.34.0 +CARGO_CRATE_DEPENDS+= clap-3.1.18 +CARGO_CRATE_DEPENDS+= clap_complete-3.1.4 +CARGO_CRATE_DEPENDS+= clap_lex-0.2.0 +CARGO_CRATE_DEPENDS+= criterion-0.3.5 +CARGO_CRATE_DEPENDS+= criterion-plot-0.4.4 +CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.4 +CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.1 +CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.8 +CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.8 CARGO_CRATE_DEPENDS+= csv-1.1.6 CARGO_CRATE_DEPENDS+= csv-core-0.1.10 -CARGO_CRATE_DEPENDS+= difference-2.0.0 +CARGO_CRATE_DEPENDS+= difflib-0.4.0 CARGO_CRATE_DEPENDS+= doc-comment-0.3.3 CARGO_CRATE_DEPENDS+= either-1.6.1 -CARGO_CRATE_DEPENDS+= escargot-0.5.2 -CARGO_CRATE_DEPENDS+= getrandom-0.1.16 -CARGO_CRATE_DEPENDS+= half-1.7.1 +CARGO_CRATE_DEPENDS+= getrandom-0.2.6 +CARGO_CRATE_DEPENDS+= half-1.8.2 +CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 -CARGO_CRATE_DEPENDS+= itertools-0.9.0 -CARGO_CRATE_DEPENDS+= itertools-0.10.1 -CARGO_CRATE_DEPENDS+= itoa-0.4.7 -CARGO_CRATE_DEPENDS+= js-sys-0.3.51 +CARGO_CRATE_DEPENDS+= indexmap-1.8.1 +CARGO_CRATE_DEPENDS+= itertools-0.10.3 +CARGO_CRATE_DEPENDS+= itoa-0.4.8 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 +CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= lexical-core-0.7.6 -CARGO_CRATE_DEPENDS+= libc-0.2.97 -CARGO_CRATE_DEPENDS+= log-0.4.14 -CARGO_CRATE_DEPENDS+= memchr-2.4.0 -CARGO_CRATE_DEPENDS+= memoffset-0.6.4 -CARGO_CRATE_DEPENDS+= nom-5.1.2 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= num_cpus-1.13.0 -CARGO_CRATE_DEPENDS+= once_cell-1.8.0 +CARGO_CRATE_DEPENDS+= libc-0.2.126 +CARGO_CRATE_DEPENDS+= log-0.4.17 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 +CARGO_CRATE_DEPENDS+= memoffset-0.6.5 +CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 +CARGO_CRATE_DEPENDS+= nom-7.1.1 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 +CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 +CARGO_CRATE_DEPENDS+= once_cell-1.12.0 CARGO_CRATE_DEPENDS+= oorandom-11.1.3 -CARGO_CRATE_DEPENDS+= output_vt100-0.1.2 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.1.0 +CARGO_CRATE_DEPENDS+= output_vt100-0.1.3 CARGO_CRATE_DEPENDS+= plotters-0.3.1 CARGO_CRATE_DEPENDS+= plotters-backend-0.3.2 CARGO_CRATE_DEPENDS+= plotters-svg-0.3.1 -CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.10 -CARGO_CRATE_DEPENDS+= predicates-1.0.8 -CARGO_CRATE_DEPENDS+= predicates-core-1.0.2 -CARGO_CRATE_DEPENDS+= predicates-tree-1.0.2 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.27 -CARGO_CRATE_DEPENDS+= quote-1.0.9 -CARGO_CRATE_DEPENDS+= rand-0.7.3 -CARGO_CRATE_DEPENDS+= rand_chacha-0.2.2 -CARGO_CRATE_DEPENDS+= rand_core-0.5.1 -CARGO_CRATE_DEPENDS+= rand_hc-0.2.0 -CARGO_CRATE_DEPENDS+= rand_xoshiro-0.4.0 -CARGO_CRATE_DEPENDS+= rayon-1.5.1 -CARGO_CRATE_DEPENDS+= rayon-core-1.9.1 -CARGO_CRATE_DEPENDS+= regex-1.5.4 +CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.16 +CARGO_CRATE_DEPENDS+= predicates-2.1.1 +CARGO_CRATE_DEPENDS+= predicates-core-1.0.3 +CARGO_CRATE_DEPENDS+= predicates-tree-1.0.5 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= rand-0.8.5 +CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 +CARGO_CRATE_DEPENDS+= rand_core-0.6.3 +CARGO_CRATE_DEPENDS+= rand_xoshiro-0.6.0 +CARGO_CRATE_DEPENDS+= rayon-1.5.3 +CARGO_CRATE_DEPENDS+= rayon-core-1.9.3 +CARGO_CRATE_DEPENDS+= regex-1.5.6 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 -CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 +CARGO_CRATE_DEPENDS+= regex-syntax-0.6.26 CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 -CARGO_CRATE_DEPENDS+= ryu-1.0.5 +CARGO_CRATE_DEPENDS+= ryu-1.0.10 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 -CARGO_CRATE_DEPENDS+= semver-1.0.3 -CARGO_CRATE_DEPENDS+= serde-1.0.126 -CARGO_CRATE_DEPENDS+= serde_cbor-0.11.1 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.126 -CARGO_CRATE_DEPENDS+= serde_json-1.0.64 -CARGO_CRATE_DEPENDS+= static_assertions-1.1.0 -CARGO_CRATE_DEPENDS+= strsim-0.8.0 -CARGO_CRATE_DEPENDS+= syn-1.0.73 -CARGO_CRATE_DEPENDS+= term_size-0.3.2 +CARGO_CRATE_DEPENDS+= semver-1.0.9 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_cbor-0.11.2 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 +CARGO_CRATE_DEPENDS+= strsim-0.10.0 +CARGO_CRATE_DEPENDS+= syn-1.0.95 +CARGO_CRATE_DEPENDS+= termcolor-1.1.3 +CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 +CARGO_CRATE_DEPENDS+= termtree-0.2.4 CARGO_CRATE_DEPENDS+= textwrap-0.11.0 +CARGO_CRATE_DEPENDS+= textwrap-0.15.0 CARGO_CRATE_DEPENDS+= tinytemplate-1.2.1 -CARGO_CRATE_DEPENDS+= treeline-0.1.0 -CARGO_CRATE_DEPENDS+= unicode-width-0.1.8 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 -CARGO_CRATE_DEPENDS+= vec_map-0.8.2 -CARGO_CRATE_DEPENDS+= version_check-0.9.3 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 +CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 CARGO_CRATE_DEPENDS+= wait-timeout-0.2.0 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 -CARGO_CRATE_DEPENDS+= wasi-0.9.0+wasi-snapshot-preview1 -CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.74 -CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.74 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.74 -CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.74 -CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.74 -CARGO_CRATE_DEPENDS+= web-sys-0.3.51 +CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.80 +CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.80 +CARGO_CRATE_DEPENDS+= web-sys-0.3.57 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 diff --git a/graphics/pastel/distinfo b/graphics/pastel/distinfo index 2a5e6431abe85..7afeafc63f127 100644 --- a/graphics/pastel/distinfo +++ b/graphics/pastel/distinfo @@ -1,140 +1,149 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:46:39 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/26 21:25:38 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes -BLAKE2s (ansi_term-0.11.0.crate) = 7cd193cc3f7acbd750b484dee76f184299e57c525ade653489f170d00854ad2c -SHA512 (ansi_term-0.11.0.crate) = a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa -Size (ansi_term-0.11.0.crate) = 17087 bytes -BLAKE2s (approx-0.3.2.crate) = e6ce946599eefef20ea29dba79b7a01bee1dfcd081a7e8df0f039d47c17c7ac6 -SHA512 (approx-0.3.2.crate) = 3853684c3b1c5c63204304f2e4f1c673b92311125c1df0fc16e96bd6f765e8266079e8d4ec3c85fad933361638c7515d5be18a2fc551353c4097051d0bd96ae3 -Size (approx-0.3.2.crate) = 14288 bytes -BLAKE2s (arrayvec-0.5.2.crate) = 0a2a485fd63a88b1d0d196b5b676c9d0fde68b02e8a7d548e5d537e75b4eeffc -SHA512 (arrayvec-0.5.2.crate) = 1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004 -Size (arrayvec-0.5.2.crate) = 27838 bytes -BLAKE2s (assert_cmd-0.12.2.crate) = a55c50220fb36367ed453f2bbd7119a350e7e687bbc82f037ddcadc79e9434ae -SHA512 (assert_cmd-0.12.2.crate) = b85704e0c9ba844fedf622223b733ab754622026210d48008ff3f78c9941bcf9001e436eeb4b0d24671246f543fb8fc9ba29e49af7480054209d5f9c9e409d91 -Size (assert_cmd-0.12.2.crate) = 24240 bytes +BLAKE2s (approx-0.5.1.crate) = 8da488e71d6cc64f2cb8bff398bbbcb0438bfa03968ed8b8750d649eae057bb6 +SHA512 (approx-0.5.1.crate) = c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407 +Size (approx-0.5.1.crate) = 15100 bytes +BLAKE2s (assert_cmd-2.0.4.crate) = f2efbb63a33e11fa51ddfdeb2f3fb143bb28e6339b89e2650cd987691e9396c4 +SHA512 (assert_cmd-2.0.4.crate) = c389e0210153e9a6ccbba4dbc6a6c7a23533e5fe76e717dbc36415be2adbabfbc0de33a2e6d05e3d70779b7a278580edba400c688c9a6b446403b59a78d93720 +Size (assert_cmd-2.0.4.crate) = 22581 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes -BLAKE2s (autocfg-1.0.1.crate) = 5ed71afef2e7ff6595833cf457df844e3f461a1b7a8f0d541b1b2c5c5e6394a0 -SHA512 (autocfg-1.0.1.crate) = 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b -Size (autocfg-1.0.1.crate) = 12908 bytes -BLAKE2s (bitflags-1.2.1.crate) = d88eaeb22f47d784119fe5d2ecd3e09ef458afb28b23c53a23566144e1ee218d -SHA512 (bitflags-1.2.1.crate) = ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b -Size (bitflags-1.2.1.crate) = 16745 bytes -BLAKE2s (bstr-0.2.16.crate) = 541d36618e387c3fcd3e8d3c8b8c0067e86611974d2a5921c1c121dd30c43adf -SHA512 (bstr-0.2.16.crate) = 33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac -Size (bstr-0.2.16.crate) = 330346 bytes -BLAKE2s (bumpalo-3.7.0.crate) = d2dd8b9dd9bbc8f58c9b7cccece1a4f2b05cef2b560636be312aa15510fdaad8 -SHA512 (bumpalo-3.7.0.crate) = 0b570e1baee530b5c3f775330ead7cf5f8878eab75e5a6a61b5d3f64d4d82912cb26de1c098ec9492c29c7a04fc49565db97a54373c546d8ef58aab276d77c59 -Size (bumpalo-3.7.0.crate) = 134261 bytes +BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 +SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +Size (autocfg-1.1.0.crate) = 13272 bytes +BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 +SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 +Size (bitflags-1.3.2.crate) = 23021 bytes +BLAKE2s (bstr-0.2.17.crate) = a970078acf6f8b1a2a6be249cda3a6cc7225239af2aa21cbac2b60fbaab453fd +SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 +Size (bstr-0.2.17.crate) = 330350 bytes +BLAKE2s (bumpalo-3.9.1.crate) = c10db1cd7e881baa38bdb960a2677e63361db04d7ccfd165efa7a4204ef69042 +SHA512 (bumpalo-3.9.1.crate) = 40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52 +Size (bumpalo-3.9.1.crate) = 77507 bytes BLAKE2s (cast-0.2.7.crate) = 015b249581877a12fb406b19f7e5363e4f091e920b582b4d2e9a5daa480733f3 SHA512 (cast-0.2.7.crate) = 24d204acf21366e088f721714c48bb6431895882263ef3a08f6644abbca5c06f430729fa8bbb4c9f37c95a6baa1b824d3fad95c5f0889e92587490d51bebb4d6 Size (cast-0.2.7.crate) = 11222 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes -BLAKE2s (clap-2.33.3.crate) = f5c7d0c7b05ec1286e69e90ea57f274d9164dfdf849598535c7dcb4e224ea532 -SHA512 (clap-2.33.3.crate) = 3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf -Size (clap-2.33.3.crate) = 201925 bytes -BLAKE2s (criterion-0.3.4.crate) = eff81eb86337f04fcc6c922f15cbc0a0e1103d89b7abebaa50d78a0006663a1c -SHA512 (criterion-0.3.4.crate) = e54f73d39e54f74758710d14c970ab928b86595b2ecc3759c218e4a57a2d618f8d425049763669de6ac48ff97dda72eecbce2e48b731cf0c11a240cc20e9fb86 -Size (criterion-0.3.4.crate) = 111110 bytes -BLAKE2s (criterion-plot-0.4.3.crate) = a4a2951fa929a4bc26e5c4e18601023ac0ff37813469de1aa040889a95724362 -SHA512 (criterion-plot-0.4.3.crate) = 69620d5b215757ddd818606d1a979c411de803032391be3b56e1c1ff73fbea992ae5e6c14cd78b519eeab806a34320468b44adb04fd1c67076163658f03d2844 -Size (criterion-plot-0.4.3.crate) = 17226 bytes -BLAKE2s (crossbeam-channel-0.5.1.crate) = fa3946862d6c6657de81dfa9024d422baa65f2593b737adcdf5835ce5f905e7c -SHA512 (crossbeam-channel-0.5.1.crate) = f15aff67e9105584f5fe41e1ee650ae4fdd0d0ca0fa9202ee83c6f6025398a300decaa50d1b4682e8afb9bd6e11e95b69bcf23f68ae117419aa84df14ee7747b -Size (crossbeam-channel-0.5.1.crate) = 86919 bytes -BLAKE2s (crossbeam-deque-0.8.0.crate) = 5379a2ca1a654daf847cf7f68f40ee14951dec5c56cab22cf918980ccbe11a63 -SHA512 (crossbeam-deque-0.8.0.crate) = 4efa73dcb9ef40b841039d24ffaf9bd7c63f8c0233bba1e0728fd5558702b4ef0af117543834c527335e99384d3c80d56293e891c9d94440f51f454b1b90c399 -Size (crossbeam-deque-0.8.0.crate) = 20756 bytes -BLAKE2s (crossbeam-epoch-0.9.5.crate) = 74acaf8d83c134f99c48202bbe6afd4ae62daa434cd5f3e13b5515e9fde666bd -SHA512 (crossbeam-epoch-0.9.5.crate) = ad822e967e5ef45fa0c4a939f057f44146f1f051032fd032355a75c0f45ae4e0a55e1d31c80bc67c01ff8d9c87a51aba7ccfe9a440f061fd8225c879aa663064 -Size (crossbeam-epoch-0.9.5.crate) = 43883 bytes -BLAKE2s (crossbeam-utils-0.8.5.crate) = 8ad14d12243d2fb43224bafc0efdb3759c8307a406c82f7c97cdcabb49a2c718 -SHA512 (crossbeam-utils-0.8.5.crate) = fd4d2ae10340bb96c22b31190b300aab54e96b8089fd62489e102c76a944e6a16c582a90bc40f5e188f13f841293a4b9becf30830c2ece04f3ce78c29066532f -Size (crossbeam-utils-0.8.5.crate) = 38414 bytes +BLAKE2s (clap-2.34.0.crate) = 91ff2fb5743d3909808214f12ff8daee40fe089653558e9d390acc6ee56956c1 +SHA512 (clap-2.34.0.crate) = c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8 +Size (clap-2.34.0.crate) = 202210 bytes +BLAKE2s (clap-3.1.18.crate) = 66bd1c07e3f8bf8b780dadedb1799b4e339c34d1ae32f1d2cadca683e2853b91 +SHA512 (clap-3.1.18.crate) = bd06202304e04cdbe12e7532ff9f112e0cd3c8fbab00232149eaf9f296acc308b18d2a7e7926c22f1c39db92a2af140b39eeb7affeb30226d9a9cd73dff41b39 +Size (clap-3.1.18.crate) = 209664 bytes +BLAKE2s (clap_complete-3.1.4.crate) = 6019a05770aeb7b776f143670f86525382e32217ff241833494c31d7f1260ceb +SHA512 (clap_complete-3.1.4.crate) = 3a76e4e94090c8fceebdaed4e6674ab8af2e5282c72e19643998e55dcc8e07298153baf67b4bfa430ef814c92a3c3b8513d2c857eaddc7a586693bd3a9d2b1ec +Size (clap_complete-3.1.4.crate) = 31223 bytes +BLAKE2s (clap_lex-0.2.0.crate) = 03d313a395b1bf59d7a4d48ef2b2c73fcace9957576bb84f4ebef4af43a1af83 +SHA512 (clap_lex-0.2.0.crate) = d4acd8e2b8d1d19214fde1f0f21f0e0a755cb44e326893bc65350d742c2e260bda61f0abce5fdcb08fc5c4c835d0419cb02452d9f6a85cffa2b5dc7c4bc1e962 +Size (clap_lex-0.2.0.crate) = 9581 bytes +BLAKE2s (criterion-0.3.5.crate) = f5e64c38ca91786ca7d869b0dd3980c3909c77bcc60caf42f079cdede5fda669 +SHA512 (criterion-0.3.5.crate) = ad5d0cf9270c3be5d76c87ada41198d0fbdcdd9831f092ae7179b57e16df153d2aebc0bb70ad7b6fc98966240a902ed5f6fc7adf044be0420bbaa95b951e5be1 +Size (criterion-0.3.5.crate) = 110662 bytes +BLAKE2s (criterion-plot-0.4.4.crate) = 74e890d69d1e3ae9b280d0cacd489e81e95e73a0312c4ffade665b654117cef8 +SHA512 (criterion-plot-0.4.4.crate) = 4f8fdfdf4ed5e1c410b8e133b36bf9add3d86d56bb23d75d37d92b1095b81850915209c7e4d19fd6aec7cf1b1270a9b968b8e37adc491cfc76b6df71c4619943 +Size (criterion-plot-0.4.4.crate) = 22546 bytes +BLAKE2s (crossbeam-channel-0.5.4.crate) = 7cacdf26ac58890a386c5259046b539ad2c2a5539f59b8f275f6f1791c6251c2 +SHA512 (crossbeam-channel-0.5.4.crate) = 39b17dbaefc15d7faafca4ae6b060665471d384956aca7439fc407ed2632bd458e473efb62b74629b42a5f3d237e13503d2084cac6f6b3f42b9e03aa1fde0982 +Size (crossbeam-channel-0.5.4.crate) = 88237 bytes +BLAKE2s (crossbeam-deque-0.8.1.crate) = 9275d9f073fd32bc240417aa95325620fba8dd4f8e26c4d6f67ee89e091f2de9 +SHA512 (crossbeam-deque-0.8.1.crate) = 44a4fe1d4ab7457e2b0950be787b76b15e1bb0b1c108d032381ce3fe99bf7bf76f3d1718085660083d813e2639e66fdd3635d9186e85a9eb7267063b117eaca4 +Size (crossbeam-deque-0.8.1.crate) = 20852 bytes +BLAKE2s (crossbeam-epoch-0.9.8.crate) = fcd9b531d52766caf10a430da778a2781e1834c3c0796fd1718a0c3b7f151a63 +SHA512 (crossbeam-epoch-0.9.8.crate) = c102e7ce9e927424f6c7c20f5eef5dee3457ef6ae3b81ab26e7dd4c787dc525610f1dcd85c3b06773b263c0835a717ce39bf35b927cea03abea62bc0a0a15624 +Size (crossbeam-epoch-0.9.8.crate) = 46012 bytes +BLAKE2s (crossbeam-utils-0.8.8.crate) = dec4af9b7a4a875a50593f68bb4da771a47c61014cd72b0589d207cf9e77a934 +SHA512 (crossbeam-utils-0.8.8.crate) = ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0 +Size (crossbeam-utils-0.8.8.crate) = 39681 bytes BLAKE2s (csv-1.1.6.crate) = 427a5a6f8b87208c642419cece99b8ea9bcb918685118f00e460735692cc91bf SHA512 (csv-1.1.6.crate) = 81dd826f0ee85e7d335d844e9f9b4d2b66f7076c517d8050ee2e35721bfa4ecb8a906dcd9671b1c5381a968dcce0949202f1afe8eea535b6d215363d4f5be6fc Size (csv-1.1.6.crate) = 886999 bytes BLAKE2s (csv-core-0.1.10.crate) = ffdbc202de5f9cd9cfe4fc72995de3f6aa28f2d6086cc8ae8167fc9802da29e1 SHA512 (csv-core-0.1.10.crate) = 2a269d050fbe5d9e0f5dcda2de1e84bfeb69538dde86040ad1ec7307a214eed813a1482acb5029a51f18126d384d5238355e021964e47811db971a0821bcc328 Size (csv-core-0.1.10.crate) = 25668 bytes -BLAKE2s (difference-2.0.0.crate) = 103a633dda6fafcc5ac9243a4ec8ae3f29f212e72871e10a5c7c3cf7fbcfbc71 -SHA512 (difference-2.0.0.crate) = cc9956757770ecf237d8f46abef25ce219193c877be6cf83163e87c494956cca3202951ac01bba0728e7202fcde2261009c1b4599f389cf979858f25936a5482 -Size (difference-2.0.0.crate) = 147616 bytes +BLAKE2s (difflib-0.4.0.crate) = 9dedf118200e28f553a5eac255f0d880196f1e55fb258011866d9f8421cb0122 +SHA512 (difflib-0.4.0.crate) = fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9 +Size (difflib-0.4.0.crate) = 7638 bytes BLAKE2s (doc-comment-0.3.3.crate) = 3c6c0c2b176af73b7f930c90bde1054195adccd234d74431050b27bcfefff615 SHA512 (doc-comment-0.3.3.crate) = e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba Size (doc-comment-0.3.3.crate) = 4123 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes -BLAKE2s (escargot-0.5.2.crate) = 56a61b617c2666423f19294b28cc6a586dc0f00ad61b2aff0328f41bbacb502b -SHA512 (escargot-0.5.2.crate) = dc2f95a68a2ba29883ace34eaef0c15b9e6cade6c75da9dda40bd0d21c3d15562d119dd5f59d81373205588de9337905b7e7d9f42c11d8493f85befcdf798edd -Size (escargot-0.5.2.crate) = 25468 bytes -BLAKE2s (getrandom-0.1.16.crate) = 805b9bb4bc647a527fbff0bf97ed36863681367034e410973c84c85845b9da51 -SHA512 (getrandom-0.1.16.crate) = c5450c522c07c7a38b326f9a9062bac7d089630219d577ea4b55abad4e0c31d17b7cde385fc43912dfa100b42334e7a52422c55fda8b738caae428c6f9addb53 -Size (getrandom-0.1.16.crate) = 25077 bytes -BLAKE2s (half-1.7.1.crate) = 1002cc305671683f9378d7e7e91c0d17610032ff92d7cba9d1419a1eb4d2f238 -SHA512 (half-1.7.1.crate) = cd678b9277fd909083b67eb86c1fe92f464c92e1932246c6793dd835069aac5af6b9dc16bfbdcfbcdd75d3a641bc1f2240effd83dff6068a41b6c54d3739f73e -Size (half-1.7.1.crate) = 36168 bytes +BLAKE2s (getrandom-0.2.6.crate) = 486b40b7949c95dd7fb8871f8948cdcb2708aec245ea20b1dfb9f073a899ae69 +SHA512 (getrandom-0.2.6.crate) = 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +Size (getrandom-0.2.6.crate) = 28043 bytes +BLAKE2s (half-1.8.2.crate) = 06e412ad3cca1082278f20b32764604d9f62c4703d31ff477d25436d8b29eb62 +SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e +Size (half-1.8.2.crate) = 41874 bytes +BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c +SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c +Size (hashbrown-0.11.2.crate) = 85713 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes -BLAKE2s (itertools-0.10.1.crate) = 9ee207584062e4ee47a73b83e9cf6547704e90ddc71dc92d4565ddb146f0fee1 -SHA512 (itertools-0.10.1.crate) = 8626eee66aa598e16f5322a6fc55b17c622656f58635c990f5cbd8faeb4739690b0abb3efac4a9a3073752e9f2a51a0ba29401edb12e0f6bf9bddd8d1b394dbc -Size (itertools-0.10.1.crate) = 116219 bytes -BLAKE2s (itertools-0.9.0.crate) = 1f5bab58ae7adacf82399fc4c754bde007b0f010f4afbea8e3170e31332bab5b -SHA512 (itertools-0.9.0.crate) = 1c6650060750f3073140c4a77fc4d1acffa7d18320012807df0e20ab06ddb39afa7f086d89626e3909f89dc1f0408c9ccee4dd9454ca1f7a6a145bb213e7c5ce -Size (itertools-0.9.0.crate) = 96429 bytes -BLAKE2s (itoa-0.4.7.crate) = 41bd1d6e3d85353f79f86abc9a1d47b5ba2d8ecca0fe9086f5c57f480bb821a5 -SHA512 (itoa-0.4.7.crate) = c61eb50aa00591af28698b45c528c36bd92088f7cd2f453cf686a1824f4656292638bebc468cf67f903473a5045f22777af623cc0515ef3bf25146b89a7c454f -Size (itoa-0.4.7.crate) = 12099 bytes -BLAKE2s (js-sys-0.3.51.crate) = fc486b0cdee1e15f66a0a0b9309b82a7bc0cd24b2dd37f814b1357c4fabcb0d5 -SHA512 (js-sys-0.3.51.crate) = e352238ec085a9381c27fbd849000c8a26d71d947b75ccabecf941612a87e446c45f793eaa152062e7c699cdae74512a016d44ed06f3298b4cc7d32ae5139f5e -Size (js-sys-0.3.51.crate) = 67124 bytes +BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 +SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +Size (indexmap-1.8.1.crate) = 53220 bytes +BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb +SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 +Size (itertools-0.10.3.crate) = 118661 bytes +BLAKE2s (itoa-0.4.8.crate) = bc442580f4a7b1dbf9a7f279e413f8d13eef5845d139d0919eb9b53a083cc31e +SHA512 (itoa-0.4.8.crate) = 6911d269ff3ed7350e4f0dcfc6e9e0d70e25833e1e7cfcc57d5b8aff1f47b8be4f2e9baf1b92e5517cff63492be489b6d29b48dd9bb642e428acaa431216b68e +Size (itoa-0.4.8.crate) = 11926 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes +BLAKE2s (js-sys-0.3.57.crate) = 43c032f183dc9732271c82a456b7cdfa9e22380ca5b5ef9b12968a47ca741c8e +SHA512 (js-sys-0.3.57.crate) = 797865ba4c40bdd338ea3b980d6f7139b580a12057437319d3427da6c5045455e0612461289ecbd6ed445e8b675369a8ce77ec8ac0383c8a800a7fc84606ac2b +Size (js-sys-0.3.57.crate) = 78605 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (lexical-core-0.7.6.crate) = bbeb8094100b12eff00ace901c365193a7f1ce61f7852cb045e80f97b890a6be -SHA512 (lexical-core-0.7.6.crate) = fcd7e4e073e6440183284f20a6305bbe4aafb5513a20b8ed793439e4b5a5519532a0605f31e42539f3e6236003254812b459a9b9c47b3c449f5c582dd62c3172 -Size (lexical-core-0.7.6.crate) = 494385 bytes -BLAKE2s (libc-0.2.97.crate) = c1f5d7d7425d833f535327416db44072de37ba9b6bd7faf7e6e22af280e42a32 -SHA512 (libc-0.2.97.crate) = 9b94a43d7da1e419900f7a016d5eb958bc42a006e1bb621ab8e2be2167e91f05cee81144c25e81a85c1b1ea2a26ff88980a4cc292fd42db8b09c5c49bf5531ed -Size (libc-0.2.97.crate) = 517712 bytes -BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd -SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc -Size (log-0.4.14.crate) = 34582 bytes -BLAKE2s (memchr-2.4.0.crate) = ad963b762cf06e8588191edac06d1b5b3ebff79409fb1486be8dd315e8abfdc1 -SHA512 (memchr-2.4.0.crate) = b142e308a5aef8e45910411789031e194349ee540c4ced0e2384d864dc1913299fb63a161ceb5228256e97d0949661b7f83a169ef9d4b78afbd9004cb7b8a2fb -Size (memchr-2.4.0.crate) = 63392 bytes -BLAKE2s (memoffset-0.6.4.crate) = 960cd37bcaabfd282132df3a823e70b3fbf01cb1ecd693897398a0c4f5620503 -SHA512 (memoffset-0.6.4.crate) = bf8d05b72571ccdef32a93cc4489ab4cb7abd41415d55572d1dfb983053afe3eb2615e968d87a326af90c5702b9959150f985a4186acfd61df9b69a74e99713d -Size (memoffset-0.6.4.crate) = 7664 bytes -BLAKE2s (nom-5.1.2.crate) = e53409e93d97ffea1e7dea584661529d9dda991343482db47bc2cc19dca89cbd -SHA512 (nom-5.1.2.crate) = 53b8ddab62475588efae46c78b5fd086a14c0fa505c84e625fbedd6dc74d4ac047e9fbed7312b797f126e9ca1f056458d8ffe0ab13f0117de685ef8b43f86aca -Size (nom-5.1.2.crate) = 136174 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (num_cpus-1.13.0.crate) = 9feb84c345e288846365e1ff29d95ee255a7792c11182ef39fd9b8c054359b14 -SHA512 (num_cpus-1.13.0.crate) = e75ec298fa682be84bf4efb6cf40126da9233ef25f07e887c2fa7421ee78790204564e6406c8219466651f47421e27f69eca690bb9cdfc982b644d78cc10de3f -Size (num_cpus-1.13.0.crate) = 14704 bytes -BLAKE2s (once_cell-1.8.0.crate) = 470e772ff993357770098866a652eb8151d693ded8e8f967706f8b267a56acf0 -SHA512 (once_cell-1.8.0.crate) = 88e55c9433225ce85a08353168c87fca2237615482160a5c28f3ac17f06d48c63e0c21b5f7ef81f82ca133436e371802ea099453844f1c111003bcb6ba89e827 -Size (once_cell-1.8.0.crate) = 28925 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes +BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 +SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f +Size (memoffset-0.6.5.crate) = 7686 bytes +BLAKE2s (minimal-lexical-0.2.1.crate) = 7868d0264ff2c8d6fd1944aac77710c2163c9c0bb7488ee70835966d9a324022 +SHA512 (minimal-lexical-0.2.1.crate) = 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c +Size (minimal-lexical-0.2.1.crate) = 94841 bytes +BLAKE2s (nom-7.1.1.crate) = 347cce605f3edc9e6dd8f9c30b9d75e4216e959bfc9e9973987fa9e2393f3b40 +SHA512 (nom-7.1.1.crate) = 1456efdbda4f5b3da6c8580721acf101ed7d779619ee0190c1df103244e405a8ffa0c3889901a2d8beeab0ab84074ed4c7cec5330c7cc2a5a3c30e36a2530be8 +Size (nom-7.1.1.crate) = 115818 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes +BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 +SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 +Size (num_cpus-1.13.1.crate) = 14752 bytes +BLAKE2s (once_cell-1.12.0.crate) = d77f216ade311adb7051d30125a5c7d0c73adf35bf167ead044b320361cfdbfc +SHA512 (once_cell-1.12.0.crate) = 02da0e6eccee2d5246fff5e6323bd7eff0f4641801be5e5910763929a5e9d8b62c07f81001c405cc6aff03f68a14ed5bfebd9900bbdd09568bd1ab9ca9b73093 +Size (once_cell-1.12.0.crate) = 31549 bytes BLAKE2s (oorandom-11.1.3.crate) = c0d14acf22446baea9e4176c4b8bfd89e852e7b293c251606a59346ed7a23f81 SHA512 (oorandom-11.1.3.crate) = 51ae60ef51da56d7673f36a6c5b99b743580c5f5be54fdcb54b69e5e2f6bbba3267f96b74e7cd6dee6962dfa6696fd9ed073f22726a2861b8f2601946a8efab9 Size (oorandom-11.1.3.crate) = 10068 bytes -BLAKE2s (output_vt100-0.1.2.crate) = c7fbcb2dfb16f1d52b7e4cc8729bb03d07c693e019db6c176a8f40ce6c295c78 -SHA512 (output_vt100-0.1.2.crate) = b8eb00a541bebef2e0bb44975c4547fadfd4ab88a14aa8e31945f3c73531a550cf5729f1f3d18fae5cf36286b82d1a54fb08b28720f1592ab6cfe0814c8d3036 -Size (output_vt100-0.1.2.crate) = 4062 bytes -BLAKE2s (pastel-0.8.1.tar.gz) = e5fb8731ba4a5490c477da1e77abccdb73e5698797932619ca063618e2e27f14 -SHA512 (pastel-0.8.1.tar.gz) = a8489ef023f043d0e4153dd151b3f1fb468090570726822f9acf0892e4dd3256d9c2bfe781b3c1260fafb1c05ff9af16cd07c90132c25d6cc29373f660b80160 -Size (pastel-0.8.1.tar.gz) = 3226972 bytes +BLAKE2s (os_str_bytes-6.1.0.crate) = eb869d02c67fc3d9735050fa98756b7fe8024b86c87d61e0df7d7384af0628bf +SHA512 (os_str_bytes-6.1.0.crate) = b15a901533380be745e3d3ee34d36e192bcf32c8ca66b0aeb77da66b931773b9bd818bd5485c142f8733e7af7d41958957d9ed8f8c6e405b89be69df625364f5 +Size (os_str_bytes-6.1.0.crate) = 21150 bytes +BLAKE2s (output_vt100-0.1.3.crate) = abe120e57d033d73688653ddf3d2d1df4382592f23af52c61ba3dcce42d35bef +SHA512 (output_vt100-0.1.3.crate) = ccca3b4c582e860b0643dea78302fbcb96f8f86b356041ae9c685e7c48f1721fd3366dd1bea39afc1bcef03b298d0f6c87918a1ba92a56e6b06bc8b4123c0d89 +Size (output_vt100-0.1.3.crate) = 4473 bytes +BLAKE2s (pastel-0.9.0.tar.gz) = df91306b1e614bab3c27cf9eb115c16df38e374b83d62312feaad57b7c1315aa +SHA512 (pastel-0.9.0.tar.gz) = b1dc85062429ca8acda14bec88dcb6057643c1e999582c7e1595ca730312fc8164c558c7459e754cb934a0a1f53ccd8fc542a4ab28dfe05f2f023d223384c464 +Size (pastel-0.9.0.tar.gz) = 3230126 bytes BLAKE2s (plotters-0.3.1.crate) = 314fb2a97d4d93c3194f8a11feae7eed6067dd9043e2f1d27029bab40462f51d SHA512 (plotters-0.3.1.crate) = c7bcdf9da56c2d1c03053f61256d44d2384fac1a9a7e0db058090c13b359bce76a2a96bbcbfde04fdcde0a9dd3db8a1a22bc57508b0b6e4a374c8b35ec6c9707 Size (plotters-0.3.1.crate) = 8595577 bytes @@ -144,141 +153,135 @@ Size (plotters-backend-0.3.2.crate) = 13524 bytes BLAKE2s (plotters-svg-0.3.1.crate) = 8e6787618f150dd64abe6b679d1154e07fe4cd978f3b6581ae95bbdb2468ffae SHA512 (plotters-svg-0.3.1.crate) = 4d3cd02534440dc26f5eaa3b4966081901626c61d9fabe0092fed87c48929cb9be070d9c34486fc7c7bef308337ff4890d30f9581a613549e507db60dd9d8876 Size (plotters-svg-0.3.1.crate) = 7596 bytes -BLAKE2s (ppv-lite86-0.2.10.crate) = 63e761b696c80738a1f9d39555d20f8fce82c41a4136a9c649a0b11141918697 -SHA512 (ppv-lite86-0.2.10.crate) = c9941052e504b9b310024064026e4b1d540dd877705ef450a833d9ff6dee70ba874cdad68c46381a71d5b54482cd80b3dbb8e0c225758fd339069031a55195f1 -Size (ppv-lite86-0.2.10.crate) = 20915 bytes -BLAKE2s (predicates-1.0.8.crate) = 98e6513badfe14b11e56bd4d0d70d276f9e19ce9549731d45877a865d8d502fb -SHA512 (predicates-1.0.8.crate) = a6d8278c331223c24a7189e9dfeddd11a20e7e9010e647a8fbc554f4847b72a13aba2ad22d4e0fedfb2ed4490fd11b05fb2d0e7fda373794b7c0a70094998a6a -Size (predicates-1.0.8.crate) = 26996 bytes -BLAKE2s (predicates-core-1.0.2.crate) = 009875baf8ddbcd2235dc986b012c88d345977afe7d87cce086e77aa099c3487 -SHA512 (predicates-core-1.0.2.crate) = bfeee297e7bb81c1cc63908ab47f10e21e53b9f690d9aaf08855bc1824e0c87cf05c92e5a8dbc57eace7490c0ce58bbe2e178ac33ad0553ad2772593d89f8aab -Size (predicates-core-1.0.2.crate) = 8185 bytes -BLAKE2s (predicates-tree-1.0.2.crate) = 03a7b58203b9a598c3a3e8f0d194f6e1d3de9d1435cc4aa92f3408c48a1f9db1 -SHA512 (predicates-tree-1.0.2.crate) = d11b2b7d44ba5a00ed189d4455216f0c991c0f272776166a528136e26436e3f0cbbbdd001bf9a2b9aceaaf221fb9218fb497116e7957bf6bd9761616428c7ed2 -Size (predicates-tree-1.0.2.crate) = 6341 bytes -BLAKE2s (proc-macro2-1.0.27.crate) = af574979576a408c0ddb70e54a4de0778cb33a92a555848614d90aea197c7bb8 -SHA512 (proc-macro2-1.0.27.crate) = 3227bcaa726e88bfdb1b4d1243a4eb216ad2394a7a3b4b258de342ac76a1ab1a39a07f28f3490e42e2c2034176bf0d84b1c1fcadba2444c0abcc5878b02f93a4 -Size (proc-macro2-1.0.27.crate) = 38625 bytes -BLAKE2s (quote-1.0.9.crate) = da1409c5fab9fc40b5a0ce824d063088c949e2c35dea81f683b558455a1807fb -SHA512 (quote-1.0.9.crate) = dd6cdaea183b85400531ef01e56657edbec0d8f7c27898c1e591b72dff755fa5875b33ca320bd65be0e9aecfc6a61ec119a4bd1291e9f2057fca642ab5b198c8 -Size (quote-1.0.9.crate) = 25042 bytes -BLAKE2s (rand-0.7.3.crate) = 4799f94d7d054b269caf818193a2b748557a9d83c3c164d17f408649c4c4e96b -SHA512 (rand-0.7.3.crate) = f9b68ef9446f1ca2c8092c50990f15c1b4cb5529eeeac4df8d69755e0b7253c663c587775e7cb0a7298c31edb444975dda34926759306541f6d43d0d3cf57b7e -Size (rand-0.7.3.crate) = 112246 bytes -BLAKE2s (rand_chacha-0.2.2.crate) = 146af02c29386e4f0a655d58e86724aefa06b67b61fd786eec8f7da94218e903 -SHA512 (rand_chacha-0.2.2.crate) = 1e2117442e4ffdd834dcbf0ea1829e73202c0ff9041d5969d81a59330242145f2753f2a56de2fdbff65f26cf0d227c7d08b2094ab2f946b764aef88106a6ac84 -Size (rand_chacha-0.2.2.crate) = 13267 bytes -BLAKE2s (rand_core-0.5.1.crate) = 6873229e385cff778b4ac96d1b1d9a7b31611c9219bacc24f6d920573eb30d35 -SHA512 (rand_core-0.5.1.crate) = 4f7500b35e165e6c817fdd67a50745d5497d24e554bb554705097e37258751e8755c4d6b8a69fcb5e1977708ba78620bc35d640e4e018fcd4e88d9dbdbebdcbf -Size (rand_core-0.5.1.crate) = 21116 bytes -BLAKE2s (rand_hc-0.2.0.crate) = 023872677da2b8ff95c6b350861c253848b10414b84afe097134562545759446 -SHA512 (rand_hc-0.2.0.crate) = bca185612bed5cee4da76fb68fe854105da276f5bf2da464e596d586b925df798cc692ed881e276ab77c36b4b0551930966c93656be122ad05899d87853533b0 -Size (rand_hc-0.2.0.crate) = 11670 bytes -BLAKE2s (rand_xoshiro-0.4.0.crate) = 01bfdf713e1af7cfc49b238e28f614729b3123ab626301757315f1f8cce92359 -SHA512 (rand_xoshiro-0.4.0.crate) = e889eb75ef40ad52eaf32692b3a405e01eacfeb20e0dc171de8f1b2ce05723ba448e293a2ee91eb3bec3cb5a2667bd05c11433b50470eea9219586afa73f519e -Size (rand_xoshiro-0.4.0.crate) = 17029 bytes -BLAKE2s (rayon-1.5.1.crate) = 89625a469f67dbe9f1b8c8233759c7530ac523093d6779f8c5de3a0c2fde6b37 -SHA512 (rayon-1.5.1.crate) = a68e65aae7040a6f6b0cc33b53b4c22929c15504ed4fdf54f5eb5fcaeab137c220b00c716aed96246b6a762c4f1e8be920356231d6c4a0b3e01132b9ab96ffc9 -Size (rayon-1.5.1.crate) = 160424 bytes -BLAKE2s (rayon-core-1.9.1.crate) = fcb8cc9cded657dffa587cd9b4293a6361b68053e7c57df9981e968b1bd961ef -SHA512 (rayon-core-1.9.1.crate) = c24c34dc488171ce476df145e8c6953d35fea93412805f6c411ba8b8e9dbbd733610b291203ee91bd265b766b78e14ba15a7b587e8f0ae8bde53f60e0644ef78 -Size (rayon-core-1.9.1.crate) = 64961 bytes -BLAKE2s (regex-1.5.4.crate) = 3465447445c42b1e1e85a575bc9ec4edc9b036e61e87288521038059d229c9a7 -SHA512 (regex-1.5.4.crate) = 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 -Size (regex-1.5.4.crate) = 236581 bytes +BLAKE2s (ppv-lite86-0.2.16.crate) = bcec1a8bf0d1fac112f8d6ab00381ac5358660c24daf104f68ed3a16c3c0878a +SHA512 (ppv-lite86-0.2.16.crate) = 264b916f7d1bb6f1c0c0d3cc45f40b72b638abc7174416b49241c3663fe500409509ef6c8241a24515a21a20288c2ba508035b6b37972e4ae7ad02ad19118b74 +Size (ppv-lite86-0.2.16.crate) = 22245 bytes +BLAKE2s (predicates-2.1.1.crate) = cc32cefa4a4afae1ce5a0f843f4b45caf28f0ebb858a06a77d0669297f20cd38 +SHA512 (predicates-2.1.1.crate) = c850fa2541265aeb23d5c19dac6c7654dc434f1239ecc8b1cfaea89bd120112e2c45f127b491fbfba1c053db8413e8b561896729a56b6588142dd9ba9a33988b +Size (predicates-2.1.1.crate) = 23150 bytes +BLAKE2s (predicates-core-1.0.3.crate) = bafd9350ef1cc420aefa4b10587b6ab3cf8602f694f088e52082304b9a7f60da +SHA512 (predicates-core-1.0.3.crate) = 76d056f0acdb2d9c5cd44828b8da8722899438fe7e11ce6c96d3ce2bc8c267508e1010e2ac2c7bedd3281fb29856a3cf29f93de51b0ee349a5ef51466ace799a +Size (predicates-core-1.0.3.crate) = 7757 bytes +BLAKE2s (predicates-tree-1.0.5.crate) = 2dd070ad39993f789ebe10e9956063b5d111ce665dd8d555731ab2898c04a784 +SHA512 (predicates-tree-1.0.5.crate) = 950f9191f44da894feb209110488de3da0e36cc86ef366ad2749a66bba0053e23c39fadb67fc5a4f5db3adccecd414619f9f805c2913733df96254913c360bfa +Size (predicates-tree-1.0.5.crate) = 8126 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (rand-0.8.5.crate) = 12fbacd2e6f4743eb56bf132865ad6d2c58d567f1c689fd646b488b863b9eb38 +SHA512 (rand-0.8.5.crate) = 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 +Size (rand-0.8.5.crate) = 87113 bytes +BLAKE2s (rand_chacha-0.3.1.crate) = 610f5bba921c6e9d0527a13b5bf3ac43ffcddbbfc58522a8c086baef788895c4 +SHA512 (rand_chacha-0.3.1.crate) = 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 +Size (rand_chacha-0.3.1.crate) = 15251 bytes +BLAKE2s (rand_core-0.6.3.crate) = 227719def6b8444614f9982b4f761c2d654e08f7f5147f7b9ba6a1468bd758f6 +SHA512 (rand_core-0.6.3.crate) = 0fc31f96ca8ebba8c179367de01458e909265e1d627ec0c5620be7c8e83d2f9570471d6ec2cb2bc4bc531505b02fc31f1165708cc1357906791c87123b06ee87 +Size (rand_core-0.6.3.crate) = 21938 bytes +BLAKE2s (rand_xoshiro-0.6.0.crate) = f3f328fce95f447df97fdd373582d079c3e42fbf626c42ef46025ac40b9dd354 +SHA512 (rand_xoshiro-0.6.0.crate) = dfdfc6bbeb222f6badc186773f3f3ac7c899d76f7274c33fa7bddf00a1a02b9eb6990f7f37fd37097085cae7a86d21e0819f8dd0d254aebda66fe367b8867b34 +Size (rand_xoshiro-0.6.0.crate) = 17125 bytes +BLAKE2s (rayon-1.5.3.crate) = 9f9198a787f4a5f62743689851cdd388123440782dadb50f59a1179488d51a33 +SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82 +Size (rayon-1.5.3.crate) = 167246 bytes +BLAKE2s (rayon-core-1.9.3.crate) = 42b60193f986172f6dc6ebf1dd5394b92f3affbddb39b9f3421480be38064fe5 +SHA512 (rayon-core-1.9.3.crate) = 4b852f083766e7e414132840cc8dfef148e15db47967eeedc2ddbff9a4372521c296dd4f66e0b6990f49a8ce88ebed9d44e7ad674df42f96b99b24469b1852a5 +Size (rayon-core-1.9.3.crate) = 65300 bytes +BLAKE2s (regex-1.5.6.crate) = 54470e0ce7f905fde38456f82bc830c98a1ac830538cc1596f5e4f1dc2ee84a4 +SHA512 (regex-1.5.6.crate) = 43ad2ebe14f43d69c62f563a4fd53b5657f0f2cc130a0e6353a13073027640ff891e9f9b40ea85858507047bddb2e023d668c9bf57f2ba0ae045b74b5f0d2a1f +Size (regex-1.5.6.crate) = 238593 bytes BLAKE2s (regex-automata-0.1.10.crate) = 283615bf1114bdcf5a2ebd639ba1889a8a9a0195b566f41226f7e0961f3d5d81 SHA512 (regex-automata-0.1.10.crate) = 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f Size (regex-automata-0.1.10.crate) = 114533 bytes -BLAKE2s (regex-syntax-0.6.25.crate) = e37642d6bafc62a523b729a9b82712000ee5c603ab3e0d4389af0b5735c64d71 -SHA512 (regex-syntax-0.6.25.crate) = a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -Size (regex-syntax-0.6.25.crate) = 293293 bytes +BLAKE2s (regex-syntax-0.6.26.crate) = d644259c960314f13984e773bc86607f79ce86e6b397fe231d5cb32ddcc36926 +SHA512 (regex-syntax-0.6.26.crate) = 46087f5a2abfb48f24da77e79e66f6e514b5d005c4ae2c3283418ec471ddac9e4a1361edbae9d27efeb10217157092f812946b7b98182cf9f8aa703e01c03634 +Size (regex-syntax-0.6.26.crate) = 293912 bytes BLAKE2s (rustc_version-0.4.0.crate) = 8244e9157b6b8811ae926fc0ed00edeb2b0a0f0f34d6e7b93ad236cbb6ffffba SHA512 (rustc_version-0.4.0.crate) = f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db Size (rustc_version-0.4.0.crate) = 12175 bytes -BLAKE2s (ryu-1.0.5.crate) = e785c89ac699eb06a4d1e6ece9e9d918ff772b0567a55d48719dce68c3e20b82 -SHA512 (ryu-1.0.5.crate) = d1708ffa3112a684edf2956b6730ead040401d38f1457cde074eaaa59c249007dc8b925629e7f6df89f7ea757e9d0826649d685cc8ede0a04d50296048bf476c -Size (ryu-1.0.5.crate) = 49570 bytes +BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2 +SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 +Size (ryu-1.0.10.crate) = 48485 bytes BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c Size (same-file-1.0.6.crate) = 10183 bytes BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (scopeguard-1.1.0.crate) = 11470 bytes -BLAKE2s (semver-1.0.3.crate) = 0290e38b75dfaee209f8b00bcae0f148098f282eb14dbc3b0f735cdc3bca2858 -SHA512 (semver-1.0.3.crate) = 8af01b90d00873587f113b30d750bc5af89ad0e24ca6c2d71d2afd7244023e321effd6aa25b6cbfffaf173ae646ff8a701148e6bfd3a625f9d14e37baec65c19 -Size (semver-1.0.3.crate) = 28918 bytes -BLAKE2s (serde-1.0.126.crate) = 6fc29479e0827df9cea1a12e77b2cf3d7c31050443f978c5ef3c426ab8566997 -SHA512 (serde-1.0.126.crate) = f22ec92b2eaed0819610ae2c4471eb12aa3a4209f5fbfe829c2329010813837d11ffc02d7809335df6a978cf7944095fae79c7593324dfd49becc7633dd626ed -Size (serde-1.0.126.crate) = 75138 bytes -BLAKE2s (serde_cbor-0.11.1.crate) = 65794fec0de8b2f5bc1785fd8005e1c52891aef60d2cf06fb8608e1e220ff5d5 -SHA512 (serde_cbor-0.11.1.crate) = 165192ed999cfdbe162abd3aff92f86f4300ffa9347e57fda2ef3c32c69a18183d468db059d9dd80218bf01de15fec6fde7cf6dbb8cc2a6158785484353f2192 -Size (serde_cbor-0.11.1.crate) = 43947 bytes -BLAKE2s (serde_derive-1.0.126.crate) = 857a055a839442a91cad5c3f2e3ab6452e73ff35c6a08e7c2c06739d31964111 -SHA512 (serde_derive-1.0.126.crate) = e3c430b82def037d2f1dcc96ff7dc075636c81ab8f12e07ba09d232bc8224204c7b0cddc994c1ec98400e50340e03d6bad0dfa624b4d869e5f29d72b293d30bf -Size (serde_derive-1.0.126.crate) = 54189 bytes -BLAKE2s (serde_json-1.0.64.crate) = 080bb0229a15fee78868c61cb0c493c305e7473add5442102651f307d9b228c9 -SHA512 (serde_json-1.0.64.crate) = 55a45dd4c60fd93d2d9331f6a8eac39fdfece9ddc1aae45ea27e3dfa81352f08c71bf03906ba99d0feb5df8d847b68547ecaa8eb5a2c76011ebbe8d4cd5bfc2d -Size (serde_json-1.0.64.crate) = 115138 bytes -BLAKE2s (static_assertions-1.1.0.crate) = eb3218e3c4d41feda9dac8901108477074703c4ed397618b14cbe86bfb1ccbe6 -SHA512 (static_assertions-1.1.0.crate) = 46d0e35f77941dee6f60f574c130472248063dc38494c1c4f84f7c048244cc2a58a86fe17c0990e3f0f01406b75ed385a13d00058612b27cf0e867c8d31c92ee -Size (static_assertions-1.1.0.crate) = 18480 bytes -BLAKE2s (strsim-0.8.0.crate) = 4c57b0c1505fd1e6a962cf721ee33473997ba55c8638e53c92efc6c9cf7fcc91 -SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 -Size (strsim-0.8.0.crate) = 9309 bytes -BLAKE2s (syn-1.0.73.crate) = eac54ca9fc344aacf6755ba17b75a632d31bb07d2f8f56c667d46870064f5b52 -SHA512 (syn-1.0.73.crate) = b37beb1b6d483cfdbc44d806af9955cdf52c4b0d5f918782019b089d06e107c7e23ced343a3bece20235a24752783795ebba8e603b61a6302e82ee7027843d8b -Size (syn-1.0.73.crate) = 232706 bytes -BLAKE2s (term_size-0.3.2.crate) = cfdf577b24eb1617ac7187c9dbd23a5f0452d1f3b63b052d78e12323c81c12d8 -SHA512 (term_size-0.3.2.crate) = 7e820ca667f841719e82cf97e90bd2546cdd7ecd4834c68f8eeadd2e530bb13ced1d058ea7beda5db77eabacfaef64b8c3699c482bd912ff570f6ab78149dc88 -Size (term_size-0.3.2.crate) = 10917 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_cbor-0.11.2.crate) = 82769aa4e0b5431f6a9e49ace929f24936f3a5c85727a6eddb2c516c426e469e +SHA512 (serde_cbor-0.11.2.crate) = 12ddcbd5de0d85f2da6e078e3ccfdf2115125084d57eb93d7e9b45bca6a86daf79dcc79c8e54260c56240c3b5e814b1481ac28c3aa1d1b4b982ef5956b5cc3cd +Size (serde_cbor-0.11.2.crate) = 44570 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes +BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 +SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 +Size (strsim-0.10.0.crate) = 11355 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes +BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 +SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a +Size (termcolor-1.1.3.crate) = 17242 bytes +BLAKE2s (terminal_size-0.1.17.crate) = ea59269fe3bf9b397940ef374c11f53bec37aa94079b597891b72a70582225d9 +SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 +Size (terminal_size-0.1.17.crate) = 9141 bytes +BLAKE2s (termtree-0.2.4.crate) = ead7601c37fc3b52b1fab48f98b1135168d83c082e04880d899fd000a35072a6 +SHA512 (termtree-0.2.4.crate) = afe4e94bd57c9917ba48be4b3a22ff2b9b8a6c764c86871a3be9087ae0c65326fadb466e285a129082e4243ba6bca933d89ea01aa9188222c055f0c2b308cdf3 +Size (termtree-0.2.4.crate) = 4416 bytes BLAKE2s (textwrap-0.11.0.crate) = aac1ca89e048f3559b66b2653332c7a880ffdd9d7e557c097334ed50099ae7af SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a Size (textwrap-0.11.0.crate) = 17322 bytes +BLAKE2s (textwrap-0.15.0.crate) = 734e5db3c790dfa32c04434576cf457be02b7a9f4fedcdb343c84c37db1e7d00 +SHA512 (textwrap-0.15.0.crate) = f44271c542c22f17a4e3a459255f95e6c02d999f7d6bc8414d3973fd4ac9353aa4ef436932a45340738126905463d776902715feaa9329371f8a14f14b5a7bfd +Size (textwrap-0.15.0.crate) = 52998 bytes BLAKE2s (tinytemplate-1.2.1.crate) = 0027e7b337b79cd45257e3b79454dc579ec1bd97811fd74824268704e3aa7454 SHA512 (tinytemplate-1.2.1.crate) = 0cc080057e096f0796e72004343e1a8332c2e8a12e43f6ade150ebf632e9c29c7ad04de0b940cd57df81efdc4d07a6607da9b86a30d8383e39ac3d7be185edb9 Size (tinytemplate-1.2.1.crate) = 26490 bytes -BLAKE2s (treeline-0.1.0.crate) = 81ccdbd03361021dd31e9d28ba05b16020601481bf2ec9754869ab687eddc0bc -SHA512 (treeline-0.1.0.crate) = 37a7c7e95855fdf0fafe5b529eed6c6cfc641da799bc6738a5649a9a0c3db2ef3e63d692862a987bc19263f33b6df2e8ae71b49fe30160d6d470cbb804511824 -Size (treeline-0.1.0.crate) = 3855 bytes -BLAKE2s (unicode-width-0.1.8.crate) = e37a15fa50f6572607a42a1b936e78e5ffcb92f939dcb9c757f095c6a40bdd75 -SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0 -Size (unicode-width-0.1.8.crate) = 16732 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes -BLAKE2s (vec_map-0.8.2.crate) = a40b5b21f51fcfad8f2fa810b929af3cb20cd710bec9216e8750e973dc9ff59a -SHA512 (vec_map-0.8.2.crate) = 4f1ef59bc2c437e79f1f84fe021bce5aa8ccd581f500f3d5776913d5f17d45b03ccee64f5bd03d47656318cfc9344a1f4311079d471fa409a8e4e94c143973f9 -Size (vec_map-0.8.2.crate) = 14466 bytes -BLAKE2s (version_check-0.9.3.crate) = 4f560ca94e86f6c27f91488f46e33630816faa21057a43c5cc1e04390d768d2e -SHA512 (version_check-0.9.3.crate) = 4b3b428214a0322af536a18e6f050438398766af6589389f20a804121a6721962ba411e2dcfded60aaa74313128fb0e831bea31378e2695c29b29bdc24d7cbfd -Size (version_check-0.9.3.crate) = 12547 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes +BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c +SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 +Size (unicode-width-0.1.9.crate) = 16745 bytes BLAKE2s (wait-timeout-0.2.0.crate) = 74292341b8dbc71125610cb6f528f9a1b05b234d35fc98899901971af99da233 SHA512 (wait-timeout-0.2.0.crate) = db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066 Size (wait-timeout-0.2.0.crate) = 12441 bytes BLAKE2s (walkdir-2.3.2.crate) = 263ff268c90c765cb836aa4743eb2e30fb738a655b3e146e059f0dbad9e6bfc4 SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da Size (walkdir-2.3.2.crate) = 23516 bytes -BLAKE2s (wasi-0.9.0+wasi-snapshot-preview1.crate) = 2acd6dfc06609bf94db869be7d9c4ac09e3f3943d3a4090c4b07250b66883468 -SHA512 (wasi-0.9.0+wasi-snapshot-preview1.crate) = dbe641f796ee3a5daafcaafc911ecc6dff170340f477c2df7a61fb4858a85aefc2637c9e61973ecce66a987aa8e08a736273a4aad3ef47eaf61ed4268dbf9c47 -Size (wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 bytes -BLAKE2s (wasm-bindgen-0.2.74.crate) = 18f33ff467212364b1a4de310cb0ab6f522d80e9706e7cd4c79bc2aed1a99ed2 -SHA512 (wasm-bindgen-0.2.74.crate) = 21ac04c54be9f3d3f32edbcffcd24cb9401418e0a398a3f00b6d4a0302bb32b7b044b513163a12952b09b9465b07ec7e4c26a83ad88f8ae39ac5fdc9439a1af5 -Size (wasm-bindgen-0.2.74.crate) = 158439 bytes -BLAKE2s (wasm-bindgen-backend-0.2.74.crate) = d36ca371e4f69f8f301e7da125dbf9fe94fe6faf0665508fa8f2f23da613faa4 -SHA512 (wasm-bindgen-backend-0.2.74.crate) = df9fdca6c48ecf1926552c4fe06a5936f7ea0523d62e0c62f104ce5eeae7ced1fa33875e2d3ef43d58a6395f77dd37e4882850443eb1d6aa59f0ec0bcf537cfb -Size (wasm-bindgen-backend-0.2.74.crate) = 25434 bytes -BLAKE2s (wasm-bindgen-macro-0.2.74.crate) = 2d0b81cb6017fc3096d7b967f07995829041ce5028528a7507ff0c99f35cf52c -SHA512 (wasm-bindgen-macro-0.2.74.crate) = 34c7f3703ee1ee2060ba6ae638bc69193d32ced9e30c40d75bae1431efdd76b4f3adca8f9a72fb7c75f894de42a478556828e1a3854e436427bbd5dc6dc7b838 -Size (wasm-bindgen-macro-0.2.74.crate) = 11536 bytes -BLAKE2s (wasm-bindgen-macro-support-0.2.74.crate) = 5e9570b5a928c07cd314089f88ec44115bb59de5ff060208bdef97b2327159fd -SHA512 (wasm-bindgen-macro-support-0.2.74.crate) = feab4a3661a879d5fdef852531e3261060db46f1d80106926bc8a8294a19adb104a9cfb59f3fead693abf3707118084a063906248d3f4c566b43e9aa9c2983b4 -Size (wasm-bindgen-macro-support-0.2.74.crate) = 17831 bytes -BLAKE2s (wasm-bindgen-shared-0.2.74.crate) = 0d3736b379a06796f89ec6f2cf388e86ad9a52b7c87cb7e0c27a297e2485e953 -SHA512 (wasm-bindgen-shared-0.2.74.crate) = 4613c677d04abcabe6132f8f2a5a24f622cb1cb0c084f535e2f97584acba7a0faa12fd0636186b58756a7e4a82f364b04ea73330d7841940917f5e3324d0e60a -Size (wasm-bindgen-shared-0.2.74.crate) = 7163 bytes -BLAKE2s (web-sys-0.3.51.crate) = aa62e376bc40a45132ba51df695d2788e480cfc460ee3b67cdea1e4c6954a638 -SHA512 (web-sys-0.3.51.crate) = fd0e1ec156d88699adc271d092dd1adf4d41cd554b2b49e2c53423eabbc2215b539a435d1b9146dccc40282339d766565ccdedef82febcafca43cb6e1437e5fc -Size (web-sys-0.3.51.crate) = 651133 bytes +BLAKE2s (wasi-0.10.2+wasi-snapshot-preview1.crate) = a99255257c1a9724a1e5a6c5bde6fd95cc850c6bcd881d2030755acc62bb8c23 +SHA512 (wasi-0.10.2+wasi-snapshot-preview1.crate) = 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 +Size (wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 bytes +BLAKE2s (wasm-bindgen-0.2.80.crate) = 89702404d92c467bb03354d32a59840774b6aa253d928c5e44acc841da320b34 +SHA512 (wasm-bindgen-0.2.80.crate) = 928fd6575217909a46f23ea8147caa438efed8eef31d1e0d75610fc380c18d7cf51cb74c7d5c83136d36433fd19bc9256b6566c2624a4008daca1b3e155aacf1 +Size (wasm-bindgen-0.2.80.crate) = 164576 bytes +BLAKE2s (wasm-bindgen-backend-0.2.80.crate) = f704d2f991d701e6e7fedec72f71b25d4e9c7e1758545cf9c13011108fc46783 +SHA512 (wasm-bindgen-backend-0.2.80.crate) = 20c33664f194dbc5998093831d8ed0eae82cfa6c90b8c3b9338c4f32104594a8864c68a51ee3e39fca1eba166b241a9a8e508d5f942791d727deb2decd9056d2 +Size (wasm-bindgen-backend-0.2.80.crate) = 25741 bytes +BLAKE2s (wasm-bindgen-macro-0.2.80.crate) = 34a8393957cf62e3c332fcdd3e6108ccb5bd74cb229dd7cf69d0493c02b5a230 +SHA512 (wasm-bindgen-macro-0.2.80.crate) = 816922762591e7ccd07d9bab1f089d1d0484c04ca4d8b9060d432fabe4ca28a6b6f0e701129f6d0a3fc341b845115c2dd1bea3bb67493234a73f7cd2bc0c66db +Size (wasm-bindgen-macro-0.2.80.crate) = 11805 bytes +BLAKE2s (wasm-bindgen-macro-support-0.2.80.crate) = 28981e3b16e944dc6fb7b12e564cb77c4fa837e2554122abaaa5c6850a9d7f8c +SHA512 (wasm-bindgen-macro-support-0.2.80.crate) = 8d4a68c363dde93d9644f30ab69ef28879e8c354e41e6ed1d1598beeeaba5bb6c8e6769fac5404faf438a90d87fbdaf9bc9b4d082dd7b1986f789d739f7b5108 +Size (wasm-bindgen-macro-support-0.2.80.crate) = 17857 bytes +BLAKE2s (wasm-bindgen-shared-0.2.80.crate) = 61a3ee89b16487fc8a488f21584bcf020124c4e5b06eb74c9f3438385f6fc715 +SHA512 (wasm-bindgen-shared-0.2.80.crate) = c170759d46e12edd41dcafc908caa887756a811006a178b3bf5ae73f73556d51fa13fc4a0844e28071d21c177a1d98e1e2f6dcac41dc240b972b697d36d74203 +Size (wasm-bindgen-shared-0.2.80.crate) = 7204 bytes +BLAKE2s (web-sys-0.3.57.crate) = e9c87680c6489a44ed00e15ca84ae67c048f89fab3c2c8e9041b3036bf12ec61 +SHA512 (web-sys-0.3.57.crate) = 144a481ff7562ff5f96145c7db64ecc704863e2fd6c0c9afc87fe87513e5be660fcadec6b1114ed2c86da36ccd97024ce601b843c8768dd8b5c53c71daae9800 +Size (web-sys-0.3.57.crate) = 686563 bytes BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 Size (winapi-0.3.9.crate) = 1200382 bytes From 49ac2f60fe75b78e800b1c615b3dcc42c244d666 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 26 May 2022 21:25:58 +0000 Subject: [PATCH 1073/1154] doc: Updated graphics/pastel to 0.9.0 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 7d4bda2f7e9f6..d9b1a2666a24c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2755 2022/05/26 21:24:33 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2756 2022/05/26 21:25:58 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4224,3 +4224,4 @@ Changes to the packages collection and infrastructure in 2022: Updated www/php-dotclear to 2.22 [triaxx 2022-05-26] Updated net/yaydl to 0.10.0 [pin 2022-05-26] Updated editors/tp-note to 1.17.0 [pin 2022-05-26] + Updated graphics/pastel to 0.9.0 [pin 2022-05-26] From 7a92d46da7f29c1c6bb5540f76aa717e67ad2ddb Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 26 May 2022 21:26:52 +0000 Subject: [PATCH 1074/1154] sysutils/felix: update to 0.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.9.3 (2022-05-25) Added -l option creates a log file in $XDG_CONFIG_HOME/felix/log. Information such as put, delete, rename, emptying the trash directory, etc. will be recorded. Add message when there are no operations left to undo/redo. Changed Simplify the info line(below the current directory information). Make rename information more understandable("New name: " instead of "⇒"). Use struct Operation to express the manipulation within the app (put/delete/rename) and implement some methods. Refactor overall. Fixed Fix put/delete process information. --- sysutils/felix/Makefile | 4 +- sysutils/felix/cargo-depends.mk | 44 +++++------ sysutils/felix/distinfo | 134 ++++++++++++++++---------------- 3 files changed, 91 insertions(+), 91 deletions(-) diff --git a/sysutils/felix/Makefile b/sysutils/felix/Makefile index 4bf5f1fe65640..9b7e00f45a9f3 100644 --- a/sysutils/felix/Makefile +++ b/sysutils/felix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/05/20 16:31:15 pin Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/26 21:26:52 pin Exp $ -DISTNAME= felix-0.9.2 +DISTNAME= felix-0.9.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=kyoheiu/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/felix/cargo-depends.mk b/sysutils/felix/cargo-depends.mk index 59b482e37ca2f..db8e336823bbb 100644 --- a/sysutils/felix/cargo-depends.mk +++ b/sysutils/felix/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.9 2022/05/20 16:31:15 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.10 2022/05/26 21:26:52 pin Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= adler32-1.2.0 @@ -23,7 +23,7 @@ CARGO_CRATE_DEPENDS+= crossterm-0.23.2 CARGO_CRATE_DEPENDS+= crossterm_winapi-0.9.0 CARGO_CRATE_DEPENDS+= deflate-1.0.0 CARGO_CRATE_DEPENDS+= dirs-4.0.0 -CARGO_CRATE_DEPENDS+= dirs-sys-0.3.6 +CARGO_CRATE_DEPENDS+= dirs-sys-0.3.7 CARGO_CRATE_DEPENDS+= either-1.6.1 CARGO_CRATE_DEPENDS+= encode_unicode-0.3.6 CARGO_CRATE_DEPENDS+= exr-1.4.2 @@ -44,61 +44,61 @@ CARGO_CRATE_DEPENDS+= jpeg-decoder-0.2.6 CARGO_CRATE_DEPENDS+= js-sys-0.3.57 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 CARGO_CRATE_DEPENDS+= lebe-0.5.1 -CARGO_CRATE_DEPENDS+= libc-0.2.125 +CARGO_CRATE_DEPENDS+= libc-0.2.126 CARGO_CRATE_DEPENDS+= lock_api-0.4.7 -CARGO_CRATE_DEPENDS+= log-0.4.16 +CARGO_CRATE_DEPENDS+= log-0.4.17 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 CARGO_CRATE_DEPENDS+= mio-0.8.3 CARGO_CRATE_DEPENDS+= nanorand-0.7.0 CARGO_CRATE_DEPENDS+= natord-1.0.9 -CARGO_CRATE_DEPENDS+= num-integer-0.1.44 +CARGO_CRATE_DEPENDS+= num-integer-0.1.45 CARGO_CRATE_DEPENDS+= num-iter-0.1.43 CARGO_CRATE_DEPENDS+= num-rational-0.4.0 -CARGO_CRATE_DEPENDS+= num-traits-0.2.14 +CARGO_CRATE_DEPENDS+= num-traits-0.2.15 CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= num_threads-0.1.6 CARGO_CRATE_DEPENDS+= numtoa-0.1.0 -CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= once_cell-1.12.0 CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 CARGO_CRATE_DEPENDS+= pin-project-1.0.10 CARGO_CRATE_DEPENDS+= pin-project-internal-1.0.10 CARGO_CRATE_DEPENDS+= png-0.17.5 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.32 -CARGO_CRATE_DEPENDS+= quote-1.0.10 -CARGO_CRATE_DEPENDS+= rayon-1.5.2 -CARGO_CRATE_DEPENDS+= rayon-core-1.9.2 -CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= rayon-1.5.3 +CARGO_CRATE_DEPENDS+= rayon-core-1.9.3 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 CARGO_CRATE_DEPENDS+= redox_termios-0.1.2 -CARGO_CRATE_DEPENDS+= redox_users-0.4.0 +CARGO_CRATE_DEPENDS+= redox_users-0.4.3 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 CARGO_CRATE_DEPENDS+= rgb-0.8.32 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scoped_threadpool-0.1.9 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 -CARGO_CRATE_DEPENDS+= serde-1.0.136 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 -CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= signal-hook-0.3.14 CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 CARGO_CRATE_DEPENDS+= simplelog-0.12.0 CARGO_CRATE_DEPENDS+= smallvec-1.8.0 CARGO_CRATE_DEPENDS+= spin-0.9.3 -CARGO_CRATE_DEPENDS+= syn-1.0.82 +CARGO_CRATE_DEPENDS+= syn-1.0.95 CARGO_CRATE_DEPENDS+= tempfile-3.3.0 -CARGO_CRATE_DEPENDS+= termcolor-1.1.2 +CARGO_CRATE_DEPENDS+= termcolor-1.1.3 CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 CARGO_CRATE_DEPENDS+= termion-1.5.6 -CARGO_CRATE_DEPENDS+= thiserror-1.0.30 -CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-1.0.31 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.31 CARGO_CRATE_DEPENDS+= threadpool-1.8.1 CARGO_CRATE_DEPENDS+= tiff-0.7.2 CARGO_CRATE_DEPENDS+= time-0.1.44 CARGO_CRATE_DEPENDS+= time-0.3.9 CARGO_CRATE_DEPENDS+= time-macros-0.2.4 -CARGO_CRATE_DEPENDS+= toml-0.5.8 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= toml-0.5.9 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= viuer-0.6.1 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1 diff --git a/sysutils/felix/distinfo b/sysutils/felix/distinfo index ceda2cf2e1627..ecaf32ae06d7e 100644 --- a/sysutils/felix/distinfo +++ b/sysutils/felix/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.24 2022/05/20 16:31:15 pin Exp $ +$NetBSD: distinfo,v 1.25 2022/05/26 21:26:52 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -69,9 +69,9 @@ Size (deflate-1.0.0.crate) = 62722 bytes BLAKE2s (dirs-4.0.0.crate) = 70b38dd5ea44b52e63ced09edbf7d58f820e5180d946d53591944210f15071f4 SHA512 (dirs-4.0.0.crate) = be582e5045f1916fb6b918c8e8c5907b4b663534025e4227ea4828e2aa9fe7fbcb3c48f1f0d08d163ba684aa4404076ac210e7f14766a09b9ed89a2825121b3b Size (dirs-4.0.0.crate) = 12503 bytes -BLAKE2s (dirs-sys-0.3.6.crate) = e6d58252580f5708c68b7019115f1d06a38f443cfb22f0379f549dc0128a542d -SHA512 (dirs-sys-0.3.6.crate) = 79b6bfda14aafa3839365496e1b1926f763d3569e4e138a59f4acae15c38ec9a3bdcaa64293b03b536141c897c2bf68a67d7ae5670d86215080aa313e53d39e5 -Size (dirs-sys-0.3.6.crate) = 10626 bytes +BLAKE2s (dirs-sys-0.3.7.crate) = baa17cbec722cdc7e6369057c06ac108e433fa039f1f41c76612a5ece7f163c8 +SHA512 (dirs-sys-0.3.7.crate) = e630964e4c452950a475c10a490b49b2979dd7dfda48172b905cc789153ae4a0ba2d7d91f690705cbfff23737c4b4a339eb0c49e922efd7d68a92fe6368a929f +Size (dirs-sys-0.3.7.crate) = 10597 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes @@ -84,9 +84,9 @@ Size (exr-1.4.2.crate) = 235974 bytes BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 Size (fastrand-1.7.0.crate) = 11265 bytes -BLAKE2s (felix-0.9.2.tar.gz) = f2c307e6832cc2e8560865489d9a185325cfea6f9e73a94ec693a2097553ce60 -SHA512 (felix-0.9.2.tar.gz) = 0da313dd67b6d14694270b6af9058f22bc4dd6d75f66138e39c666f61ab13955dea4ae3afa5456bdc4a12e5f8d58ab00cae762cedf77eb4cab03c69470931d26 -Size (felix-0.9.2.tar.gz) = 4500541 bytes +BLAKE2s (felix-0.9.3.tar.gz) = 0e7b97b7bc434a8a78c8906acc65808278f130e8499b89b6281d0ee9fc89fbf6 +SHA512 (felix-0.9.3.tar.gz) = eaf18433e44a7893e5fc44c6f3c0d219d0b3946307ebe83cf85e39b8f9fc7c81a6c4fe26905e27d86cb2f10b09f2db0d6844d2caae0be6c42e6d6fce1c95e73f +Size (felix-0.9.3.tar.gz) = 4664533 bytes BLAKE2s (flate2-1.0.23.crate) = 583b36f5a7633fc0284c0984b7c464819307413180cb59e4311efd7c41beb9a9 SHA512 (flate2-1.0.23.crate) = 01f84f0d4d0c06aa0c807e5ccb418a5675d88d568694f74aabec8ee06c74e6b75c9c28fbeba2a99fe74b00bd29e71b9aa2df0d96da85beec76b3a30b4d044fe9 Size (flate2-1.0.23.crate) = 70440 bytes @@ -135,15 +135,15 @@ Size (lazy_static-1.4.0.crate) = 10443 bytes BLAKE2s (lebe-0.5.1.crate) = e432e9ab012e717c847838582ce353394b4b0e3899841a3cb29af434d45791e3 SHA512 (lebe-0.5.1.crate) = 728f585884e2c46e44b7fee4d3961e8320cfd2a596fc9a834cc79fba5d950462e257e10a87ce525636f8f4f7feb030cc4752e9b97b304c6e91993785b3087369 Size (lebe-0.5.1.crate) = 8050 bytes -BLAKE2s (libc-0.2.125.crate) = 57da7520bc4013c9a2cb7bb430db956f763f06f07ad7fdede6f9598ae1b79be7 -SHA512 (libc-0.2.125.crate) = 64ea5bb20120b9893bf5a3648f28da07384972e3cbad13da40c3ecc501efe1bff0bd6b71f52d5f253f00d7a97c2f69d86fba490955e8d70ca1360b8db1e431cf -Size (libc-0.2.125.crate) = 589236 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d Size (lock_api-0.4.7.crate) = 25371 bytes -BLAKE2s (log-0.4.16.crate) = 0f9e5a7e5aa99810947b7e3e8a9e057d1275ead9277283661b48c55e3cdeff78 -SHA512 (log-0.4.16.crate) = b12dfcd8bec2f44864b8174776d3151ddf1fa1d82bc8a54fb155d5af3b2af959aab4899d72835a3c25cf58d6c41cd7f1b16c2accbdc20a0eba7e8be3d1883ee1 -Size (log-0.4.16.crate) = 37758 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f Size (memoffset-0.6.5.crate) = 7686 bytes @@ -159,18 +159,18 @@ Size (nanorand-0.7.0.crate) = 18437 bytes BLAKE2s (natord-1.0.9.crate) = 0e3a2b5077d1f66f232fcd853c5d90cb8f4542783661fafa384bb66dbb44546e SHA512 (natord-1.0.9.crate) = bf58eda54c759fecca1fd310bece370f26555bde1096081adc5bb1e9446a538f1652fb3049a52f898f4f62a2608805b72cb72dd52ff3fc9b88fe0a7c9071025a Size (natord-1.0.9.crate) = 3866 bytes -BLAKE2s (num-integer-0.1.44.crate) = fa6d646926fd6f152cf08933c1808c00cac80956fb97f477f59e390d82961312 -SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -Size (num-integer-0.1.44.crate) = 22216 bytes +BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9 +SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +Size (num-integer-0.1.45.crate) = 22529 bytes BLAKE2s (num-iter-0.1.43.crate) = 7ddc02427ef1a9ccf06ed7de6ba9fb3c5d5beb2afe2ae69485795da4a0f7f229 SHA512 (num-iter-0.1.43.crate) = 97ac20f16d4518c8cbe944e5c80089fa6bb75d4632fb9f3c9d9891aaddb0e0f2209f6e854317f3d3b41bfb330c9d3ed830f3797f0120d4b1863b1d6fa3b9c07b Size (num-iter-0.1.43.crate) = 10655 bytes BLAKE2s (num-rational-0.4.0.crate) = 17b65661ce66a759aa634b94bb718b60c38e8aa62509c55c318b660be70d53db SHA512 (num-rational-0.4.0.crate) = 96b5fd3d407210e6e81aac72b542be5c5acf0f1132097e4b82a65042fb2bd98591e12e5153b96b38c71f69e613e295542d23dc73a98b08ffd49d9ef2a062eded Size (num-rational-0.4.0.crate) = 26428 bytes -BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf -SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -Size (num-traits-0.2.14.crate) = 45476 bytes +BLAKE2s (num-traits-0.2.15.crate) = d26091cb6caaf8d70fbe0d045c852e026461499d2c9a18721a049bbeb0049d3e +SHA512 (num-traits-0.2.15.crate) = 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +Size (num-traits-0.2.15.crate) = 49262 bytes BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 Size (num_cpus-1.13.1.crate) = 14752 bytes @@ -180,9 +180,9 @@ Size (num_threads-0.1.6.crate) = 7334 bytes BLAKE2s (numtoa-0.1.0.crate) = 60d075857c572bc8e06538cd0688bb78588cacf0271d1003983b9cc073938680 SHA512 (numtoa-0.1.0.crate) = 41b5c774048592c5867fba217c85d4ece4540e0f3ab0eea7dd1a6af340ba46dae42bbca62ea7fe3afdb258660f39a3d3082264c99dea67d3d1ae178d00a01354 Size (numtoa-0.1.0.crate) = 8999 bytes -BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d -SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab -Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (once_cell-1.12.0.crate) = d77f216ade311adb7051d30125a5c7d0c73adf35bf167ead044b320361cfdbfc +SHA512 (once_cell-1.12.0.crate) = 02da0e6eccee2d5246fff5e6323bd7eff0f4641801be5e5910763929a5e9d8b62c07f81001c405cc6aff03f68a14ed5bfebd9900bbdd09568bd1ab9ca9b73093 +Size (once_cell-1.12.0.crate) = 31549 bytes BLAKE2s (parking_lot-0.12.0.crate) = 178768a6e75a71099c9fbd12f427dd5e6b7bef0a92eb6c34e0873b8d4bb507b3 SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f Size (parking_lot-0.12.0.crate) = 39761 bytes @@ -198,27 +198,27 @@ Size (pin-project-internal-1.0.10.crate) = 27913 bytes BLAKE2s (png-0.17.5.crate) = c3ff70eaeceed0b2e15ac9f5ed6b504e9d5fdc39b935cfa2dfd76cc163701999 SHA512 (png-0.17.5.crate) = 43df7662a4e31e2b734b913439e32748da149680976286ea54c7bc2aecfd8550b35956266224e6ffc410b22c40ee2ee166219602e07c3e9c3500737e5bbef7ec Size (png-0.17.5.crate) = 80450 bytes -BLAKE2s (proc-macro2-1.0.32.crate) = aff793582e97c577d7e218bfa5a94ea7b4848b035aab24010e535b0e86c394dc -SHA512 (proc-macro2-1.0.32.crate) = 8631714c226c8a6fb330a529f42214216057eca85cfa63afd3de8600d2638e2be45efa54155ce73625883bcbabc2c56cb865ad9dda04e2c7092d955caed48abf -Size (proc-macro2-1.0.32.crate) = 41003 bytes -BLAKE2s (quote-1.0.10.crate) = e9e1d8ab1339d53acc1847301ea98f79546b06b4360015009999a0ae6c54b6bf -SHA512 (quote-1.0.10.crate) = 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 -Size (quote-1.0.10.crate) = 29960 bytes -BLAKE2s (rayon-1.5.2.crate) = 1506d279287326fa546d54aea1688389add244d0f501f287bd103efa506bf13a -SHA512 (rayon-1.5.2.crate) = 3c11bd89692af7e245be2c0b26d96e864a6353eb901706fe6394e3ff8bba13a829609d2a086aa69fbf716ca4286a1977123a950080d673814edf6bd55d29d459 -Size (rayon-1.5.2.crate) = 165456 bytes -BLAKE2s (rayon-core-1.9.2.crate) = 652fb6cf33ce7c341e65e632ea0ec2852f1f9e6a532ea9c1f16933832b5e1be1 -SHA512 (rayon-core-1.9.2.crate) = 83c17e71e3da636d97ad77b64d988bfaa78addfd0c512f0fc09b1755614dab2a35532a4dcb126fa15da4e62461e59f5683b922a1fb4a5381a629992617d0383f -Size (rayon-core-1.9.2.crate) = 65221 bytes -BLAKE2s (redox_syscall-0.2.10.crate) = 34d65a357c300759482d088d30518f3bcc4c1fa24f320c953ff6bc89bb7bdf2c -SHA512 (redox_syscall-0.2.10.crate) = ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 -Size (redox_syscall-0.2.10.crate) = 23582 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (rayon-1.5.3.crate) = 9f9198a787f4a5f62743689851cdd388123440782dadb50f59a1179488d51a33 +SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82 +Size (rayon-1.5.3.crate) = 167246 bytes +BLAKE2s (rayon-core-1.9.3.crate) = 42b60193f986172f6dc6ebf1dd5394b92f3affbddb39b9f3421480be38064fe5 +SHA512 (rayon-core-1.9.3.crate) = 4b852f083766e7e414132840cc8dfef148e15db47967eeedc2ddbff9a4372521c296dd4f66e0b6990f49a8ce88ebed9d44e7ad674df42f96b99b24469b1852a5 +Size (rayon-core-1.9.3.crate) = 65300 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes BLAKE2s (redox_termios-0.1.2.crate) = ec6a833f1d27407e659190cf298cdaa5587166306554fa07202d5f3f8988a387 SHA512 (redox_termios-0.1.2.crate) = d8624b2c78d02c5d3afcbecea9ad8d218bff508703cb50684d6ae05614a9f41bf2aa8c47440fbb7d964f01eb9085364222833fbf9c45984508e9d755dac563c1 Size (redox_termios-0.1.2.crate) = 3268 bytes -BLAKE2s (redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf -SHA512 (redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 -Size (redox_users-0.4.0.crate) = 13023 bytes +BLAKE2s (redox_users-0.4.3.crate) = fafe5c327db7de7f8b6340807a14fb60bdea5ac74634a60379b62c4793cb447b +SHA512 (redox_users-0.4.3.crate) = 0d3366e23cf93e1b0e025a29025eaebfcd1145bd158e2663b94fd952dc2d8a25566819e3a03c4136ca16a6408d37396e2ead0814c3f0c2bb10334dfd0b838fda +Size (redox_users-0.4.3.crate) = 15353 bytes BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c Size (remove_dir_all-0.5.3.crate) = 9184 bytes @@ -234,15 +234,15 @@ Size (scoped_threadpool-0.1.9.crate) = 7800 bytes BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (scopeguard-1.1.0.crate) = 11470 bytes -BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 -SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 -Size (serde-1.0.136.crate) = 76158 bytes -BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf -SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 -Size (serde_derive-1.0.136.crate) = 54776 bytes -BLAKE2s (signal-hook-0.3.13.crate) = 9809c7c313a00847f91bcb67ed0a5535b8f5ecc3a7303608d29557e2ddd3b228 -SHA512 (signal-hook-0.3.13.crate) = c4632d31ca158fdfba5da44585f0d6211469ee17b7e22d86688af11b4ed976b0134e87e0ad686dc2e5a8fac0ecb08838108080ac875a7b55322e0735ff1ccfdb -Size (signal-hook-0.3.13.crate) = 49252 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (signal-hook-0.3.14.crate) = ac9086119f9f59badae90a83ae739a0993551d075e13ecaddea5e23f84c9eebe +SHA512 (signal-hook-0.3.14.crate) = 32ecf012e46b94d3a87f2e56cd4c03a97886013309a4e52ef3e7769ed14b49ae2814bb6346cfc9766525dcf15db4182d260d3c9311134e3e6f5301c58729442a +Size (signal-hook-0.3.14.crate) = 49446 bytes BLAKE2s (signal-hook-mio-0.2.3.crate) = 3978798249d992e347f94de76b52d3de9fee88b4624e5c37f332ad76f253be37 SHA512 (signal-hook-mio-0.2.3.crate) = 98429330c109dacbeca5f0788d993d1ec2830b6f95886a433592b2096508dfef2027d62a99b985654dfcd927f7f3f93fbfc19361f8efaef5efe84cbacfc1ab08 Size (signal-hook-mio-0.2.3.crate) = 9064 bytes @@ -258,27 +258,27 @@ Size (smallvec-1.8.0.crate) = 27992 bytes BLAKE2s (spin-0.9.3.crate) = d68bb745088f1b0453b958523720828322278d740fb6675fe2851a26631dae32 SHA512 (spin-0.9.3.crate) = 2779ff3a94865e4b7cdfe8f0c22c7460095bfb2c4dcaac3f879e740799a2e6835d8acaeb6b70db4351209ba33d20c7c1dc2ec203e33844c619d3c54ee462bf70 Size (spin-0.9.3.crate) = 29427 bytes -BLAKE2s (syn-1.0.82.crate) = aaa1114a2ca257b9610cc136a08a4aa696f5e819ad0177bdaa90ae3f103eb481 -SHA512 (syn-1.0.82.crate) = 9406f62404f1dec3ea37a5e583a8dd7daf646fd5a1b11359aea3004010b3b416a44e4457695ba5beb12b3cbb9fe437de6f73018faa364c4e48060f6aab8ada1d -Size (syn-1.0.82.crate) = 234316 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e Size (tempfile-3.3.0.crate) = 27578 bytes -BLAKE2s (termcolor-1.1.2.crate) = 370fbd8e2988e3b2cdb87cfaa4b24d0f06f70f6fa439bc8f8acad102f8be16fe -SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c -Size (termcolor-1.1.2.crate) = 17287 bytes +BLAKE2s (termcolor-1.1.3.crate) = 883230b86f7f9bd79101af7c2fe83f0b3b76831712b963ae422d7609ee7c5f12 +SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a +Size (termcolor-1.1.3.crate) = 17242 bytes BLAKE2s (terminal_size-0.1.17.crate) = ea59269fe3bf9b397940ef374c11f53bec37aa94079b597891b72a70582225d9 SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 Size (terminal_size-0.1.17.crate) = 9141 bytes BLAKE2s (termion-1.5.6.crate) = b6d92242706c4be97dcded5161758bc66939a05349c99c250006e940f3c4f626 SHA512 (termion-1.5.6.crate) = 228b6fa7e2f280d6bfc7cef77e7a1d0d8f597178e66af0bde1b1fb6553857b511ba8a6786165815aac6d8a082fd37191f4ea35a47f1e1182f7f2c6086eb34a8c Size (termion-1.5.6.crate) = 22677 bytes -BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e -SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -Size (thiserror-1.0.30.crate) = 17748 bytes -BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d -SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -Size (thiserror-impl-1.0.30.crate) = 15230 bytes +BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9 +SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431 +Size (thiserror-1.0.31.crate) = 18013 bytes +BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d +SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e +Size (thiserror-impl-1.0.31.crate) = 15283 bytes BLAKE2s (threadpool-1.8.1.crate) = 3b1cd779432c3dced17a5d7aaa29014d54c5e3b90eec68d4d2f687b43d6c1c1f SHA512 (threadpool-1.8.1.crate) = adaa5aecdeec25848af15b160e5b39833978454d834974211bd586d81837f2ce89e5590f08b7e0d4868346cf57056913a5d41bc8bf92b89109ed769cce4a8be0 Size (threadpool-1.8.1.crate) = 14408 bytes @@ -294,12 +294,12 @@ Size (time-0.3.9.crate) = 81412 bytes BLAKE2s (time-macros-0.2.4.crate) = 4c4ca321193cb5196efbd38519d5c04f197f9de0fd761576d421abd0151a4d71 SHA512 (time-macros-0.2.4.crate) = f3887ce839db40d13c143a9f11bea804fe4760ab2655df68cbba9029cfff7d0476135608fbfdba6cdec1f9b0753b2de0e3ce0161b40c5d2b9596980d9deaae59 Size (time-macros-0.2.4.crate) = 18421 bytes -BLAKE2s (toml-0.5.8.crate) = c3c1c927b8bb8ed0cfe2f2796712885aef2602f7faa900a994390a5f61e6b2ee -SHA512 (toml-0.5.8.crate) = 26b7901ee4b7cbb4cf8ea57d365a99ed05e0a76e73452e47d4bcb3b4eeb7bbd393c13eea9ea33dc13622942efcda39acdba9425b74b40c920c9f19673a1f2082 -Size (toml-0.5.8.crate) = 54219 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (toml-0.5.9.crate) = 47ed3419b2f8ce5103881721e73fac378a7efd6ace9098234a02f518fabdf35e +SHA512 (toml-0.5.9.crate) = 7151bcafbe2bdb1d2bb91562daebd357c884819af047843f1b4a56bc3812d4153eaf70683d0f9bff51bd1048700920322d64d41da13ebb4cbf34f0f7822d7ce7 +Size (toml-0.5.9.crate) = 55667 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (viuer-0.6.1.crate) = 969f4b991004e10f61e3d3cba24bbb804856370987ae1304f0c9ad3273d926c5 SHA512 (viuer-0.6.1.crate) = 51b8bee7182631f62b634a63736120e93027ad698c747cb3210f8d0ccbc968c684d66ae25a449da34ffd857381dd19d7d7ff30db8d6c16b2257722eefa3f1541 Size (viuer-0.6.1.crate) = 14527 bytes From 113cabb2ac5b39b3e9a813d8b00739bdd77c4df6 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 26 May 2022 21:27:16 +0000 Subject: [PATCH 1075/1154] doc: Updated sysutils/felix to 0.9.3 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d9b1a2666a24c..c8c232cb6dbed 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2756 2022/05/26 21:25:58 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2757 2022/05/26 21:27:16 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4225,3 +4225,4 @@ Changes to the packages collection and infrastructure in 2022: Updated net/yaydl to 0.10.0 [pin 2022-05-26] Updated editors/tp-note to 1.17.0 [pin 2022-05-26] Updated graphics/pastel to 0.9.0 [pin 2022-05-26] + Updated sysutils/felix to 0.9.3 [pin 2022-05-26] From 5939bb86cdec1892475770c10907ef1abbdc6331 Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 26 May 2022 21:29:37 +0000 Subject: [PATCH 1076/1154] mark NetBSD-current/evbarm as eligible for openjdk11 & openjdk17 --- mk/java-vm.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mk/java-vm.mk b/mk/java-vm.mk index d05a1bd12420e..82fab75e5ab09 100644 --- a/mk/java-vm.mk +++ b/mk/java-vm.mk @@ -1,4 +1,4 @@ -# $NetBSD: java-vm.mk,v 1.129 2022/05/26 21:04:33 tnn Exp $ +# $NetBSD: java-vm.mk,v 1.130 2022/05/26 21:29:37 tnn Exp $ # # This Makefile fragment provides a Java VM, either at build-time or at # run-time, depending on the package's needs. @@ -175,10 +175,12 @@ _ONLY_FOR_PLATFORMS.openjdk8= \ _ONLY_FOR_PLATFORMS.openjdk11= \ NetBSD-[8-9].*-x86_64 NetBSD-[8-9].*-i386 \ NetBSD-1[0-9].*-x86_64 NetBSD-1[0-9].*i386 \ + NetBSD-9.99.*-aarch64 NetBSD-9.99.*-earmv[67]hf \ NetBSD-1[0-9].*-aarch64 NetBSD-1[0-9].*-earmv[67]hf _ONLY_FOR_PLATFORMS.openjdk17= \ NetBSD-9.*-x86_64 NetBSD-9.*-i386 \ NetBSD-1[0-9].*-x86_64 NetBSD-1[0-9].*-i386 \ + NetBSD-9.99.*-aarch64 NetBSD-9.99.*-earmv[67]hf \ NetBSD-1[0-9].*-aarch64 NetBSD-1[0-9].*-earmv[67]hf # Set ONLY_FOR_PLATFORM based on accepted JVMs From a0da0bff1367cd9266173795d48f738fd82618e7 Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 26 May 2022 22:03:39 +0000 Subject: [PATCH 1077/1154] openjdk8: clean up references to defunct zeroshark option --- lang/openjdk8/options.mk | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lang/openjdk8/options.mk b/lang/openjdk8/options.mk index f135f1b121b83..b93fdf1d98b8e 100644 --- a/lang/openjdk8/options.mk +++ b/lang/openjdk8/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2021/06/28 16:29:12 tnn Exp $ +# $NetBSD: options.mk,v 1.7 2022/05/26 22:03:39 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openjdk8 PKG_OPTIONS_OPTIONAL_GROUPS= variant @@ -6,16 +6,9 @@ PKG_OPTIONS_GROUP.variant= jdk-zero-vm PKG_SUPPORTED_OPTIONS= debug jre-jce x11 PKG_SUGGESTED_OPTIONS= jre-jce x11 -.if !empty(PKGSRC_COMPILER:Mclang) -PKG_OPTIONS_GROUP.variant+= jdk-zeroshark-vm -.endif - .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" PKG_OPTIONS_GROUP.variant+= jdk-hotspot-vm PKG_SUGGESTED_OPTIONS+= jdk-hotspot-vm -#notyet -#.elif !empty(PKGSRC_COMPILER:Mclang) -#PKG_SUGGESTED_OPTIONS+ jdk-zeroshark-vm .else PKG_SUGGESTED_OPTIONS+= jdk-zero-vm .endif @@ -90,11 +83,6 @@ PLIST_VARS+= native .if !empty(PKG_OPTIONS:Mjdk-zero-vm) BUILD_VARIANT= zero .include "../../devel/libffi/buildlink3.mk" -.elif !empty(PKG_OPTIONS:Mjdk-zeroshark-vm) -BUILD_VARIANT= zeroshark -.include "../../devel/libffi/buildlink3.mk" -.include "../../lang/libLLVM/buildlink3.mk" -CONFIGURE_ENV+= LLVM_CONFIG=${LLVM_CONFIG_PATH} .else BUILD_VARIANT= server PLIST.native= yes From e50055eb004928d55778e13f6be08908b1b819e0 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 27 May 2022 02:35:43 +0000 Subject: [PATCH 1078/1154] xf86-input-ws: update to 1.3.0.20220511 Fix typo: ususally -> usually. Ignore WSMOUSEIO_GTYPE ioctl failure when checking /dev/wsmouse Use C99 designated structure initializers. replace obsoleted xf86{,Un}BlockSIGIO() calls by input_{,un}lock() Adapt Block and Wakeup handlers prototypes to X server 1.20. Add support for precision scrolling. Improve the wheel emulation logic If read() returns EIO, detach the xserver driver Remove zaurus, zts, and ztsscale references Explicitely include where needed. Read multiple events at once. --- x11/xf86-input-ws/MESSAGE | 4 ++- x11/xf86-input-ws/Makefile | 5 ++-- x11/xf86-input-ws/distinfo | 12 ++++----- x11/xf86-input-ws/patches/patch-src_emumb.c | 15 ----------- .../patches/patch-src_emuwheel.c | 15 ----------- x11/xf86-input-ws/patches/patch-src_ws.c | 25 +++++++++++++------ 6 files changed, 28 insertions(+), 48 deletions(-) delete mode 100644 x11/xf86-input-ws/patches/patch-src_emumb.c delete mode 100644 x11/xf86-input-ws/patches/patch-src_emuwheel.c diff --git a/x11/xf86-input-ws/MESSAGE b/x11/xf86-input-ws/MESSAGE index dfa288146cc1c..4e3e62753fe95 100644 --- a/x11/xf86-input-ws/MESSAGE +++ b/x11/xf86-input-ws/MESSAGE @@ -1,11 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2015/10/10 20:02:52 tnn Exp $ +$NetBSD: MESSAGE,v 1.2 2022/05/27 02:35:43 tnn Exp $ To use this driver, your xorg.conf file should have an entry like this: +Section "Device" Identifier "Mouse0" Driver "ws" Option "Device" "/dev/wsmouse" +EndSection This should work with many wscons pointing devices, especially the zaurus. Please see the ws(4) manual page for more information. diff --git a/x11/xf86-input-ws/Makefile b/x11/xf86-input-ws/Makefile index 4686857db72eb..85712b9449d60 100644 --- a/x11/xf86-input-ws/Makefile +++ b/x11/xf86-input-ws/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/04/10 08:53:19 nia Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/27 02:35:43 tnn Exp $ -DISTNAME= xf86-input-ws-1.3.0.20151010 -PKGREVISION= 2 +DISTNAME= xf86-input-ws-1.3.0.20220511 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/x11/xf86-input-ws/distinfo b/x11/xf86-input-ws/distinfo index 7a467f00e05d9..4050757519eec 100644 --- a/x11/xf86-input-ws/distinfo +++ b/x11/xf86-input-ws/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:34:40 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/27 02:35:43 tnn Exp $ -BLAKE2s (xf86-input-ws-1.3.0.20151010.tar.gz) = 6505a4f8ce3c78a88fb88f9a84b06b7d38734d103c61dca35839fab8099fc3a1 -SHA512 (xf86-input-ws-1.3.0.20151010.tar.gz) = de347b98cb508c363ffb422ad1249ad069eae77222da03a875b15b0367ffee580f580a7f671adfb9e621c6b49f2d4772e85887ebbd851c2317630ea3780b497b -Size (xf86-input-ws-1.3.0.20151010.tar.gz) = 323648 bytes -SHA1 (patch-src_emumb.c) = 6e24f30272373f07eacfc86288e6513bc04b9abc -SHA1 (patch-src_emuwheel.c) = 71898121faa75af02dc46dd597f87afb00ad2bc5 -SHA1 (patch-src_ws.c) = 66cdc536a6a931d117f2e22111b1b95bf1d63b84 +BLAKE2s (xf86-input-ws-1.3.0.20220511.tar.gz) = 2c84b8878160554e2a58c3ca086ca032bc9bf7be1dc8ed90413fb175ecfff53b +SHA512 (xf86-input-ws-1.3.0.20220511.tar.gz) = 10581eb9ce9d5824c0a08530d0f6dde29abb7eb6e6a3865cdebb1156f79bcee249623cbf7f23679523003e7919773df9c6a3c4a35df8aeddc44a57fc83859e89 +Size (xf86-input-ws-1.3.0.20220511.tar.gz) = 347971 bytes +SHA1 (patch-src_ws.c) = c30e0560dfb467b9a35fa67b1ef4b712d2f92d74 diff --git a/x11/xf86-input-ws/patches/patch-src_emumb.c b/x11/xf86-input-ws/patches/patch-src_emumb.c deleted file mode 100644 index 73ae56b9d8244..0000000000000 --- a/x11/xf86-input-ws/patches/patch-src_emumb.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_emumb.c,v 1.1 2015/12/18 11:19:12 taca Exp $ - -* Fix build problem NetBSD 7.0_STABLE. - ---- src/emumb.c.orig 2012-07-08 14:22:03.000000000 +0000 -+++ src/emumb.c -@@ -36,6 +36,8 @@ - #include "config.h" - #endif - -+#include -+ - #include - #include - #include diff --git a/x11/xf86-input-ws/patches/patch-src_emuwheel.c b/x11/xf86-input-ws/patches/patch-src_emuwheel.c deleted file mode 100644 index 65a6ea8f38e80..0000000000000 --- a/x11/xf86-input-ws/patches/patch-src_emuwheel.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_emuwheel.c,v 1.1 2015/12/18 11:19:12 taca Exp $ - -* Fix build problem NetBSD 7.0_STABLE. - ---- src/emuwheel.c.orig 2012-07-08 13:51:11.000000000 +0000 -+++ src/emuwheel.c -@@ -36,6 +36,8 @@ - #include "config.h" - #endif - -+#include -+ - #include - #include - #include diff --git a/x11/xf86-input-ws/patches/patch-src_ws.c b/x11/xf86-input-ws/patches/patch-src_ws.c index 3ffcc5bec5723..86e8f9c07b7cf 100644 --- a/x11/xf86-input-ws/patches/patch-src_ws.c +++ b/x11/xf86-input-ws/patches/patch-src_ws.c @@ -1,8 +1,19 @@ -$NetBSD: patch-src_ws.c,v 1.1 2015/10/10 20:02:52 tnn Exp $ +$NetBSD: patch-src_ws.c,v 1.2 2022/05/27 02:35:43 tnn Exp $ ---- src/ws.c.orig 2015-08-29 08:48:29.000000000 +0000 +ws.c:407:3: warning: attempt to free a non-heap object +Reported to upstream maintainers. + +--- src/ws.c.orig 2022-05-27 02:04:14.000000000 +0000 +++ src/ws.c -@@ -550,9 +550,11 @@ wsReadHwState(InputInfoPtr pInfo, wsHwSt +@@ -404,7 +404,6 @@ wsDeviceInit(DeviceIntPtr pWS) + axes_labels[VSCROLL_AXIS], 0, -1, 0, 0, 0, Relative); + priv->scroll_mask = valuator_mask_new(MAX_VALUATORS); + if (!priv->scroll_mask) { +- free(axes_labels); + return !Success; + } + +@@ -611,9 +610,11 @@ wsReadHwState(InputInfoPtr pInfo, wsHwSt case WSCONS_EVENT_MOUSE_ABSOLUTE_W: /* ignore those */ continue; @@ -11,10 +22,10 @@ DBG(4, ErrorF("Sync\n")); return TRUE; +#endif - default: - xf86IDrvMsg(pInfo, X_WARNING, - "bad wsmouse event type=%d\n", event->type); -@@ -793,17 +795,23 @@ wsSetCalibProperty(DeviceIntPtr device, + case WSCONS_EVENT_HSCROLL: + hw->hscroll = event->value; + DBG(4, ErrorF("Horiz. Scrolling %d\n", event->value)); +@@ -876,17 +877,23 @@ wsSetCalibProperty(DeviceIntPtr device, priv->coords.maxx = priv->max_x; priv->coords.miny = priv->min_y; priv->coords.maxy = priv->max_y; From 185f2b47f14658d4b68c80878538f844310c8cdd Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 27 May 2022 02:36:08 +0000 Subject: [PATCH 1079/1154] doc: Updated x11/xf86-input-ws to 1.3.0.20220511 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c8c232cb6dbed..b900bf13dac50 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2757 2022/05/26 21:27:16 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2758 2022/05/27 02:36:08 tnn Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4226,3 +4226,4 @@ Changes to the packages collection and infrastructure in 2022: Updated editors/tp-note to 1.17.0 [pin 2022-05-26] Updated graphics/pastel to 0.9.0 [pin 2022-05-26] Updated sysutils/felix to 0.9.3 [pin 2022-05-26] + Updated x11/xf86-input-ws to 1.3.0.20220511 [tnn 2022-05-27] From cbfa0c78bf208019731d5550e876a8f4282e7e4d Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 27 May 2022 04:32:49 +0000 Subject: [PATCH 1080/1154] xf86-input-ws: Regenerate distinfo to match the patch --- x11/xf86-input-ws/distinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/xf86-input-ws/distinfo b/x11/xf86-input-ws/distinfo index 4050757519eec..3667b289259fd 100644 --- a/x11/xf86-input-ws/distinfo +++ b/x11/xf86-input-ws/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2022/05/27 02:35:43 tnn Exp $ +$NetBSD: distinfo,v 1.7 2022/05/27 04:32:49 ryoon Exp $ BLAKE2s (xf86-input-ws-1.3.0.20220511.tar.gz) = 2c84b8878160554e2a58c3ca086ca032bc9bf7be1dc8ed90413fb175ecfff53b SHA512 (xf86-input-ws-1.3.0.20220511.tar.gz) = 10581eb9ce9d5824c0a08530d0f6dde29abb7eb6e6a3865cdebb1156f79bcee249623cbf7f23679523003e7919773df9c6a3c4a35df8aeddc44a57fc83859e89 Size (xf86-input-ws-1.3.0.20220511.tar.gz) = 347971 bytes -SHA1 (patch-src_ws.c) = c30e0560dfb467b9a35fa67b1ef4b712d2f92d74 +SHA1 (patch-src_ws.c) = 57caff6f21bdfc83b4736638ae330f4eaf3b4c7a From 1271a7b264a7d17f72dea7b2a51a3d0e568f1e0c Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 08:26:52 +0000 Subject: [PATCH 1081/1154] ghostscript-agpl: updated to 9.56.1 9.56.1 New PDF Interpreter is now enabled by default: See Changes Coming to the PDF Interpreter libgs is now threadsafe The PSD output devices now write ICC profiles to their output files for improved color fidelity. Ghostscript/GhostPDL can now output Apple Raster and URF format image files: via the "appleraster" or "urf" output devices (using the cups implementation of those formats). --- fonts/ghostscript-cidfonts-ryumin/Makefile | 3 +- print/ghostscript-agpl/Makefile | 3 +- print/ghostscript-agpl/Makefile.common | 4 +-- print/ghostscript-agpl/PLIST | 10 ++----- print/ghostscript-agpl/distinfo | 15 +++++----- .../patches/patch-base_gserrors_h | 8 ++--- .../patches/patch-base_gsicc__lcms2.c | 15 ---------- .../patches/patch-base_unix-dll.mak | 29 ++----------------- .../ghostscript-agpl/patches/patch-configure | 19 ++++++------ 9 files changed, 30 insertions(+), 76 deletions(-) delete mode 100644 print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c diff --git a/fonts/ghostscript-cidfonts-ryumin/Makefile b/fonts/ghostscript-cidfonts-ryumin/Makefile index 8f5d5c7c4c3c8..66de948a47880 100644 --- a/fonts/ghostscript-cidfonts-ryumin/Makefile +++ b/fonts/ghostscript-cidfonts-ryumin/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2021/12/08 16:04:23 adam Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/27 08:26:52 adam Exp $ DISTNAME= ghostscript-cidfonts-ryumin-${GS_VERSION} DISTFILES= # empty -PKGREVISION= 4 CATEGORIES= fonts MAINTAINER= makoto@ki.nu diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index 028f852bac238..427ffa1f429eb 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2022/01/22 13:51:55 triaxx Exp $ +# $NetBSD: Makefile,v 1.66 2022/05/27 08:26:52 adam Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} -PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/} GITHUB_PROJECT= ghostpdl-downloads diff --git a/print/ghostscript-agpl/Makefile.common b/print/ghostscript-agpl/Makefile.common index f585fcc33c902..65949e335a7d1 100644 --- a/print/ghostscript-agpl/Makefile.common +++ b/print/ghostscript-agpl/Makefile.common @@ -1,5 +1,5 @@ -# $NetBSD: Makefile.common,v 1.25 2021/09/29 19:19:23 adam Exp $ +# $NetBSD: Makefile.common,v 1.26 2022/05/27 08:26:52 adam Exp $ # used by print/ghostscript-agpl/Makefile # used by fonts/ghostscript-cidfonts-ryumin/Makefile -GS_VERSION= 9.55.0 +GS_VERSION= 9.56.1 diff --git a/print/ghostscript-agpl/PLIST b/print/ghostscript-agpl/PLIST index f48fb35712b10..9f374b6f016eb 100644 --- a/print/ghostscript-agpl/PLIST +++ b/print/ghostscript-agpl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2021/09/29 19:19:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.21 2022/05/27 08:26:52 adam Exp $ bin/dvipdf bin/eps2eps bin/gs @@ -33,7 +33,7 @@ include/ghostscript/iapi.h include/ghostscript/ierrors.h lib/libgs.so lib/libgs.so.9 -lib/libgs.so.9.55 +lib/libgs.so.9.56 man/de/man1/dvipdf.1 man/de/man1/eps2eps.1 man/de/man1/gsnd.1 @@ -71,7 +71,6 @@ man/man1/ps2ps.1 share/doc/ghostscript/${PKGVERSION}/API.htm share/doc/ghostscript/${PKGVERSION}/C-style.htm share/doc/ghostscript/${PKGVERSION}/COPYING -share/doc/ghostscript/${PKGVERSION}/Commprod.htm share/doc/ghostscript/${PKGVERSION}/DLL.htm share/doc/ghostscript/${PKGVERSION}/Deprecated.htm share/doc/ghostscript/${PKGVERSION}/Develop.htm @@ -97,17 +96,14 @@ share/doc/ghostscript/${PKGVERSION}/Use.htm share/doc/ghostscript/${PKGVERSION}/VectorDevices.htm share/doc/ghostscript/${PKGVERSION}/WhatIsGS.htm share/doc/ghostscript/${PKGVERSION}/gdevds32.c -share/doc/ghostscript/${PKGVERSION}/gs-style.css share/doc/ghostscript/${PKGVERSION}/images/Artifex_logo.png share/doc/ghostscript/${PKGVERSION}/images/favicon.png share/doc/ghostscript/${PKGVERSION}/images/ghostscript_logo.png share/doc/ghostscript/${PKGVERSION}/images/hamburger-light.png share/doc/ghostscript/${PKGVERSION}/images/x-light.png share/doc/ghostscript/${PKGVERSION}/index.html -share/doc/ghostscript/${PKGVERSION}/index.js share/doc/ghostscript/${PKGVERSION}/pscet_status.txt share/doc/ghostscript/${PKGVERSION}/sample_downscale_device.htm -share/doc/ghostscript/${PKGVERSION}/style.css share/doc/ghostscript/${PKGVERSION}/subclass.htm share/doc/ghostscript/${PKGVERSION}/thirdparty.htm ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf @@ -346,8 +342,8 @@ ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothic-BookO ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothic-Demi ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothic-DemiOblique ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/Z003-MediumItalic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/IdiomSet/Pscript5Idiom ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/IdiomSet/PPI_CUtils +${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/IdiomSet/Pscript5Idiom ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIcidfmap ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIconfig ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIfontmap diff --git a/print/ghostscript-agpl/distinfo b/print/ghostscript-agpl/distinfo index 87359be4722e7..91c9bedb3de6e 100644 --- a/print/ghostscript-agpl/distinfo +++ b/print/ghostscript-agpl/distinfo @@ -1,13 +1,12 @@ -$NetBSD: distinfo,v 1.40 2022/01/22 13:51:55 triaxx Exp $ +$NetBSD: distinfo,v 1.41 2022/05/27 08:26:52 adam Exp $ -BLAKE2s (ghostscript-9.55.0.tar.xz) = eabebbf89b7151c8ef41fae5aca3f3d67229f61f4bc8a06b0f574c05e63c6e84 -SHA512 (ghostscript-9.55.0.tar.xz) = 42c7e05ba72e9fdd626c5412187b13fc3c9459cae57dfe49ddd3011bf4e2cbd10bc88f09068a9f777c2ec6ae881cd737fd700ab62ec5108f2aca69152588f38e -Size (ghostscript-9.55.0.tar.xz) = 67417724 bytes -SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909 -SHA1 (patch-base_gsicc__lcms2.c) = 23f5f905b537c0d82d37e140ed45e352ab951d54 +BLAKE2s (ghostscript-9.56.1.tar.xz) = 5611f2f02ad45793279431fae5d62f81854de66a24dc7f125abd25689090e8a5 +SHA512 (ghostscript-9.56.1.tar.xz) = fe5a5103c081dd87cf8b3e0bbbd0df004c0e4e04e41bded7c70372916e6e26249a0e8fa434b561292964c5f3820ee6c60ef1557827a6efb5676012ccb73ded85 +Size (ghostscript-9.56.1.tar.xz) = 62589232 bytes +SHA1 (patch-base_gserrors_h) = 36c8fcf27fcb0bfdcc075ad96efe3e44fb727d9a SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516 SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0 SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688 -SHA1 (patch-base_unix-dll.mak) = 14627bbef4426f9fe73babefd1f860df3472ed22 -SHA1 (patch-configure) = f3f2583ef56a01f4107fec75057b7fc1be519c39 +SHA1 (patch-base_unix-dll.mak) = 8076ce689807872bf94b552daaf9547b646ca249 +SHA1 (patch-configure) = 0d018180a4d0796d6050bf65f0111a343739f010 SHA1 (patch-devices_devs.mak) = e9937d401a278cc6d0a6d4cff78c526375bc18ca diff --git a/print/ghostscript-agpl/patches/patch-base_gserrors_h b/print/ghostscript-agpl/patches/patch-base_gserrors_h index 4ead80f2ffa8a..2f1c71c97b6e7 100644 --- a/print/ghostscript-agpl/patches/patch-base_gserrors_h +++ b/print/ghostscript-agpl/patches/patch-base_gserrors_h @@ -1,11 +1,11 @@ -$NetBSD: patch-base_gserrors_h,v 1.1 2013/03/16 22:25:21 dholland Exp $ +$NetBSD: patch-base_gserrors_h,v 1.2 2022/05/27 08:26:52 adam Exp $ This suppresses the noisy warning that __func__ redefined. ---- base/gserrors.h.orig 2013-02-14 07:58:13.000000000 +0000 +--- base/gserrors.h.orig 2022-04-04 13:48:49.000000000 +0000 +++ base/gserrors.h -@@ -60,6 +60,9 @@ int gs_log_error(int, const char *, int) - #endif +@@ -136,6 +136,9 @@ int gs_log_error(int, const char *, int) + #define return_error(err) return gs_note_error(err) #if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L +# if (defined(__func__)) diff --git a/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c b/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c deleted file mode 100644 index 8f980a4efc9d7..0000000000000 --- a/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-base_gsicc__lcms2.c,v 1.1 2021/09/30 23:48:51 ryoon Exp $ - -* Fix typo in function name to fix link. - ---- base/gsicc_lcms2.c.orig 2021-09-27 07:44:02.000000000 +0000 -+++ base/gsicc_lcms2.c -@@ -462,7 +462,7 @@ int - gscms_transform_color(gx_device *dev, gsicc_link_t *icclink, void *inputcolor, - void *outputcolor, int num_bytes) - { -- return gscms_transformm_color_const(dev, icclink, inputcolor, outputcolor, num_bytes); -+ return gscms_transform_color_const(dev, icclink, inputcolor, outputcolor, num_bytes); - } - - int diff --git a/print/ghostscript-agpl/patches/patch-base_unix-dll.mak b/print/ghostscript-agpl/patches/patch-base_unix-dll.mak index 27c6e44c4009b..f8a840ed63a77 100644 --- a/print/ghostscript-agpl/patches/patch-base_unix-dll.mak +++ b/print/ghostscript-agpl/patches/patch-base_unix-dll.mak @@ -1,9 +1,6 @@ -$NetBSD: patch-base_unix-dll.mak,v 1.5 2022/01/22 13:51:55 triaxx Exp $ +$NetBSD: patch-base_unix-dll.mak,v 1.6 2022/05/27 08:26:52 adam Exp $ -* Use correct shared library naming on Darwin. -* Add some rpaths. -* A build issue has been discussed on pkgsrc-users@ (https://mail-index.netbsd.org/pkgsrc-users/2019/06/13/msg028790.html) - A fix has been provided upstream (https://bugs.ghostscript.com/show_bug.cgi?id=704844) +Use correct shared library naming on Darwin. --- base/unix-dll.mak.orig 2021-09-27 07:44:02.000000000 +0000 +++ base/unix-dll.mak @@ -22,25 +19,3 @@ $NetBSD: patch-base_unix-dll.mak,v 1.5 2022/01/22 13:51:55 triaxx Exp $ #LDFLAGS_SO=-dynamiclib -flat_namespace #LDFLAGS_SO_MAC=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR) #LDFLAGS_SO=-dynamiclib -install_name $(FRAMEWORK_NAME) -@@ -193,13 +193,16 @@ gpdl-so-links-subtarget: $(GPDL_SO) $(UN - $(NO_OP) - - # Build the small Ghostscript loaders, with Gtk+ and without --$(GSSOC_XE): gs-so-links-subtarget $(PSSRC)dxmainc.c $(UNIX_DLL_MAK) $(MAKEDIRS) -+$(GLOBJ)dxmainc.$(OBJ): $(PSSRC)dxmainc.c $(UNIX_DLL_MAK) $(MAKEDIRS) - $(GLCC) $(GLO_)dxmainc.$(OBJ) $(C_) $(PSSRC)dxmainc.c -- $(GLCC) -L$(BINDIR) $(LDFLAGS) $(O_) $(GSSOC_XE) $(GLOBJ)dxmainc.$(OBJ) -l$(GS_SO_BASE) - --$(GSSOX_XE): gs-so-links-subtarget $(PSSRC)$(SOC_LOADER).c $(UNIX_DLL_MAK) $(MAKEDIRS) -- $(GLCC) $(SOC_CFLAGS) $(GLO_)$(SOC_LOADER).$(OBJ) $(C_) $(PSSRC)$(SOC_LOADER).c -- $(GLCC) -L$(BINDIR) $(LDFLAGS) $(O_) $(GSSOX_XE) $(GLOBJ)$(SOC_LOADER).$(OBJ) -l$(GS_SO_BASE) $(SOC_LIBS) -+$(GSSOC_XE): gs-so-links-subtarget $(GLOBJ)dxmainc.$(OBJ) $(UNIX_DLL_MAK) $(MAKEDIRS) -+ $(GLCC) -L$(BINDIR) -L$(PREFIX)/lib -Wl,-R$(PREFIX)/lib $(LDFLAGS) $(O_) $(GSSOC_XE) $(GLOBJ)dxmainc.$(OBJ) -l$(GS_SO_BASE) -+ -+$(GLO_)$(SOC_LOADER).$(OBJ): $(PSSRC)$(SOC_LOADER).c $(UNIX_DLL_MAK) $(MAKEDIRS) -+ -+$(GSSOX_XE): gs-so-links-subtarget $(GLO_)$(SOC_LOADER).$(OBJ) $(UNIX_DLL_MAK) $(MAKEDIRS) -+ $(GLCC) -L$(BINDIR) -L$(PREFIX)/lib -Wl,-R$(PREFIX)/lib $(LDFLAGS) $(O_) $(GSSOX_XE) $(GLOBJ)$(SOC_LOADER).$(OBJ) -l$(GS_SO_BASE) $(SOC_LIBS) - - $(PCLSOC_XE): gpcl6-so-links-subtarget $(UNIX_DLL_MAK) $(PLOBJ)$(REALMAIN_SRC).$(OBJ) $(MAKEDIRS) - $(GLCC) -L$(BINDIR) $(LDFLAGS) $(O_) $(PCLSOC_XE) $(PLOBJ)$(REALMAIN_SRC).$(OBJ) -l$(PCL_SO_BASE) diff --git a/print/ghostscript-agpl/patches/patch-configure b/print/ghostscript-agpl/patches/patch-configure index 2c7416b12c3d2..440a437593e3a 100644 --- a/print/ghostscript-agpl/patches/patch-configure +++ b/print/ghostscript-agpl/patches/patch-configure @@ -1,13 +1,13 @@ -$NetBSD: patch-configure,v 1.8 2021/09/29 19:19:23 adam Exp $ +$NetBSD: patch-configure,v 1.9 2022/05/27 08:26:52 adam Exp $ Use system zlib for linking. Add rpath. Get all LDFLAGS for FreeType2. Use correct install_name with path on Darwin. ---- configure.orig 2021-09-27 07:44:02.000000000 +0000 +--- configure.orig 2022-04-04 13:48:49.000000000 +0000 +++ configure -@@ -4049,7 +4049,7 @@ CFLAGSAUX_STANDARDTMP="\$(CFLAGS_STANDAR +@@ -4036,7 +4036,7 @@ CFLAGSAUX_STANDARDTMP="\$(CFLAGS_STANDAR CFLAGSAUX_DEBUGTMP="\$(CFLAGS_DEBUG)" CFLAGSAUX_PROFILETMP="\$(CFLAGS_PROFILE)" LDFLAGSAUXTMP="\$(LDFLAGS)" @@ -16,18 +16,19 @@ Use correct install_name with path on Darwin. # purposefully do not include "help" output for this # Check whether --enable-save_confaux was given. -@@ -4681,9 +4681,7 @@ case $host in +@@ -4667,10 +4667,7 @@ case $host in + *-sun*|*-solaris*) CC_OPT_FLAGS_TO_TRY="-O2 -DNDEBUG" CFLAGS_LARGEFILE="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" - # the trailing space is required! +- # the trailing space is required! - if test $GCC = no; then - SET_DT_SONAME="-h " - fi + SET_DT_SONAME="-h," - if test $GCC = yes; then + if test x"$GCC" = x"yes"; then CC_OPT_FLAGS_TO_TRY="-O2 -DNDEBUG" CC_DBG_FLAGS_TO_TRY="-gdwarf-2 -g3 -O0" -@@ -7627,7 +7625,7 @@ fi +@@ -7605,7 +7602,7 @@ fi fi if test x$with_libpaper != xno; then @@ -36,7 +37,7 @@ Use correct install_name with path on Darwin. $as_echo "#define USE_LIBPAPER 1" >>confdefs.h -@@ -11587,11 +11585,11 @@ case $host in +@@ -11530,11 +11527,11 @@ case $host in ;; *-darwin*) DYNAMIC_CFLAGS="-fPIC $DYNAMIC_CFLAGS" @@ -53,7 +54,7 @@ Use correct install_name with path on Darwin. DYNAMIC_LIBS="" SO_LIB_EXT=".dylib" ;; -@@ -11607,11 +11605,11 @@ case $host in +@@ -11550,11 +11547,11 @@ case $host in #fi # ^^^ untested fi From f6c174625daf1ce55f512c191b51348b8c4e975e Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 08:29:57 +0000 Subject: [PATCH 1082/1154] py-numba: updated to 0.55.2 Version 0.55.2 (25 May, 2022) ----------------------------- This is a maintenance release to support NumPy 1.22 and Apple M1. --- math/py-numba/Makefile | 4 ++-- math/py-numba/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/py-numba/Makefile b/math/py-numba/Makefile index 47063da6d002b..7276c48173d40 100644 --- a/math/py-numba/Makefile +++ b/math/py-numba/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2022/04/15 11:27:41 nia Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/27 08:29:57 adam Exp $ -DISTNAME= numba-0.55.1 +DISTNAME= numba-0.55.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=n/numba/} diff --git a/math/py-numba/distinfo b/math/py-numba/distinfo index dc8fc7335feff..7336ee9ff1612 100644 --- a/math/py-numba/distinfo +++ b/math/py-numba/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2022/01/28 09:24:33 adam Exp $ +$NetBSD: distinfo,v 1.25 2022/05/27 08:29:57 adam Exp $ -BLAKE2s (numba-0.55.1.tar.gz) = fb41f63d5a021f031f253ed3223ff4c11b6e128529d0f76de87c49c5d5c9011d -SHA512 (numba-0.55.1.tar.gz) = e0847027842cbe8227054176bf4540a53c58a158b820d890a240059057df5dd397f8a6083f438b19cfbeacbfa390b42852d88af55618af8265f36494e16dc50c -Size (numba-0.55.1.tar.gz) = 2308272 bytes +BLAKE2s (numba-0.55.2.tar.gz) = eada4a93b87c339bff047f01bc58907c3e6e20def1c58be60fa0175d5c99d34c +SHA512 (numba-0.55.2.tar.gz) = 713e5e4d3e3af40a89481ec3faf39b078a3fc7f2af8df7d150a9d0acd9a857511c35e4b9433682834cd6dd8d3f39492e750320d3cf21d259f5db619316d8c937 +Size (numba-0.55.2.tar.gz) = 2302683 bytes SHA1 (patch-numba_np_ufunc_workqueue.c) = 139f9685a6a5b9fcf857b49dc0f3555e0e361b54 From 259577bff21d4fa9ac75158058a066bb471e72e6 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 08:30:15 +0000 Subject: [PATCH 1083/1154] Updated print/ghostscript-agpl, math/py-numba --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index b900bf13dac50..8f873b00563fb 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2758 2022/05/27 02:36:08 tnn Exp $ +$NetBSD: CHANGES-2022,v 1.2759 2022/05/27 08:30:15 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4227,3 +4227,5 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/pastel to 0.9.0 [pin 2022-05-26] Updated sysutils/felix to 0.9.3 [pin 2022-05-26] Updated x11/xf86-input-ws to 1.3.0.20220511 [tnn 2022-05-27] + Updated print/ghostscript-agpl to 9.56.1 [adam 2022-05-27] + Updated math/py-numba to 0.55.2 [adam 2022-05-27] From c787f6fb3395b07a84c8af302128ba67d0a600ee Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 09:46:52 +0000 Subject: [PATCH 1084/1154] py-magic: updated to 0.4.26 Changes to 0.4.26: - Use tox for all multi-version testing - Fix use of pytest, use it via tox --- sysutils/py-magic/Makefile | 4 ++-- sysutils/py-magic/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/py-magic/Makefile b/sysutils/py-magic/Makefile index 68c3c10d57317..287ff3f3be71f 100644 --- a/sysutils/py-magic/Makefile +++ b/sysutils/py-magic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2022/02/02 12:29:14 adam Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/27 09:46:52 adam Exp $ -DISTNAME= python-magic-0.4.25 +DISTNAME= python-magic-0.4.26 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-magic/} diff --git a/sysutils/py-magic/distinfo b/sysutils/py-magic/distinfo index 99c4ad188ba13..30c30127c4a76 100644 --- a/sysutils/py-magic/distinfo +++ b/sysutils/py-magic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2022/02/02 12:29:14 adam Exp $ +$NetBSD: distinfo,v 1.14 2022/05/27 09:46:52 adam Exp $ -BLAKE2s (python-magic-0.4.25.tar.gz) = 9d5b95a832106f31d8016222675731e8866933ce8112106c5fc3304650c2cea7 -SHA512 (python-magic-0.4.25.tar.gz) = 0c1790798cabd34331fc326df69ca55e5cffb1712e6ce2ca7494ce7ac3095db2f00b1a8e1a4cea0c173051ca91553e3f86bd50c8a3bd83af2d340101577192ae -Size (python-magic-0.4.25.tar.gz) = 17220 bytes +BLAKE2s (python-magic-0.4.26.tar.gz) = d4c5b5a2a861eb608934c32782e95f5de8a41fd2639424342cb6cb5a9c502687 +SHA512 (python-magic-0.4.26.tar.gz) = 4f7c968e0c38360b5fea933c60a74ebbfa044f4f56c41eecb34bc69c3b044f39e712c4cac92295ab8764d5c9ed282148d312ce030a3772f8cca7aad79b4df92b +Size (python-magic-0.4.26.tar.gz) = 14922 bytes SHA1 (patch-magic_loader.py) = aca35be959e9ca249b0c4c59dab22c7d859cb45d From 38a244e2d06a1f68244d4d81b4d6d875410d6933 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 09:47:29 +0000 Subject: [PATCH 1085/1154] py-relatorio: updated to 0.10.1 0.10.1 * Use unittest discover * Add support for Python 3.10 * Support directive applying to itself * Keep tail of directive --- textproc/py-relatorio/Makefile | 5 ++--- textproc/py-relatorio/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/textproc/py-relatorio/Makefile b/textproc/py-relatorio/Makefile index 7c207e7158b1b..532eeff5ce760 100644 --- a/textproc/py-relatorio/Makefile +++ b/textproc/py-relatorio/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2022/01/04 20:55:05 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/27 09:47:29 adam Exp $ -DISTNAME= relatorio-0.10.0 +DISTNAME= relatorio-0.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/relatorio/} diff --git a/textproc/py-relatorio/distinfo b/textproc/py-relatorio/distinfo index b9192f44ed1c5..1810688a2e14c 100644 --- a/textproc/py-relatorio/distinfo +++ b/textproc/py-relatorio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/12/06 03:57:49 mef Exp $ +$NetBSD: distinfo,v 1.15 2022/05/27 09:47:29 adam Exp $ -BLAKE2s (relatorio-0.10.0.tar.gz) = 41771a5cff4b3d0fa9596b70be1bafa3a8904d5f1d213fefd4ffc8cef3173047 -SHA512 (relatorio-0.10.0.tar.gz) = a154e1b462526f298c0a931e7e78ddcc3fbf3744a1a129a346e442502c3f056b87cc5b94f9c8375b32954755f9e0a6cb94ece83671fd77f2473e98d2a0ec42b1 -Size (relatorio-0.10.0.tar.gz) = 1109527 bytes +BLAKE2s (relatorio-0.10.1.tar.gz) = fefdd05fee31ec5064ac66608b5156852bd599cf157b9d6e16fe37753e085156 +SHA512 (relatorio-0.10.1.tar.gz) = 460f446944e6d8dc156f8d0ae287d9c2805e0843dcb304088cee92093e84be7b884ede6b3696af7a33527cc633e5de73269e6003f644f0d2a5b1ad0196a9f607 +Size (relatorio-0.10.1.tar.gz) = 1109846 bytes From 4067b43bab8315d5c9d167541c53238dd09d2663 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 09:47:48 +0000 Subject: [PATCH 1086/1154] Updated sysutils/py-magic, textproc/py-relatorio --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 8f873b00563fb..c11c52d0bb078 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2759 2022/05/27 08:30:15 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2760 2022/05/27 09:47:48 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4229,3 +4229,5 @@ Changes to the packages collection and infrastructure in 2022: Updated x11/xf86-input-ws to 1.3.0.20220511 [tnn 2022-05-27] Updated print/ghostscript-agpl to 9.56.1 [adam 2022-05-27] Updated math/py-numba to 0.55.2 [adam 2022-05-27] + Updated sysutils/py-magic to 0.4.26 [adam 2022-05-27] + Updated textproc/py-relatorio to 0.10.1 [adam 2022-05-27] From bd60754f0cb88704c4a691f638fdab9d072b76a9 Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 27 May 2022 09:55:51 +0000 Subject: [PATCH 1087/1154] bdf2psf: update to 1.208. Nothing applying to bdf2psf in particular noted in the Changelog. --- converters/bdf2psf/Makefile | 6 +++--- converters/bdf2psf/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/converters/bdf2psf/Makefile b/converters/bdf2psf/Makefile index f1237f325787a..5f5c1f830c24b 100644 --- a/converters/bdf2psf/Makefile +++ b/converters/bdf2psf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2021/11/05 11:17:45 fcambus Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/27 09:55:51 fcambus Exp $ -DISTNAME= console-setup_1.207 -PKGNAME= bdf2psf-1.207 +DISTNAME= console-setup_1.208 +PKGNAME= bdf2psf-1.208 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/c/console-setup/} EXTRACT_SUFX= .tar.xz diff --git a/converters/bdf2psf/distinfo b/converters/bdf2psf/distinfo index 33fa8bf1a4acb..f107876a324a5 100644 --- a/converters/bdf2psf/distinfo +++ b/converters/bdf2psf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/11/05 11:17:45 fcambus Exp $ +$NetBSD: distinfo,v 1.17 2022/05/27 09:55:51 fcambus Exp $ -BLAKE2s (console-setup_1.207.tar.xz) = bea59e95e35f7e5dd8c268453266697a1c4fb585d039c8f4c3bdf16d70643803 -SHA512 (console-setup_1.207.tar.xz) = 0652b43c2488246e5bf7fac7ad5dc7986ba0ae832ae2179d2ade14da0412639f9055216e6a5e73a7a7c682d4e606441bf3a24dd5dbce0c3b0aff8416571587e5 -Size (console-setup_1.207.tar.xz) = 1794924 bytes +BLAKE2s (console-setup_1.208.tar.xz) = f3679b0a2abd3ab5dcc029f9ecfcc7bc8df3cd3207c19a34339a37cf188fe4bb +SHA512 (console-setup_1.208.tar.xz) = 2fbc68bd6cf10e61eae50cef8fa8e26cc293f22d8303969032e2b693e9e4424cd87bcb7a411868694f7fac66365b3ac2f414dd281bc3dd3ad22d52a25e268313 +Size (console-setup_1.208.tar.xz) = 1794572 bytes From 6aa3dfc8050d3919b1767c158c7674d53364a87e Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 27 May 2022 09:56:02 +0000 Subject: [PATCH 1088/1154] doc: Updated converters/bdf2psf to 1.208 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c11c52d0bb078..72dbfdc571b04 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2760 2022/05/27 09:47:48 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2761 2022/05/27 09:56:02 fcambus Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4231,3 +4231,4 @@ Changes to the packages collection and infrastructure in 2022: Updated math/py-numba to 0.55.2 [adam 2022-05-27] Updated sysutils/py-magic to 0.4.26 [adam 2022-05-27] Updated textproc/py-relatorio to 0.10.1 [adam 2022-05-27] + Updated converters/bdf2psf to 1.208 [fcambus 2022-05-27] From 309d38670847a617a314a0025fa7866d05a00109 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 27 May 2022 10:02:19 +0000 Subject: [PATCH 1089/1154] kitty: update to 0.25.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.25.1 [2022-05-26] Shell integration: Add a command to Clone the current shell into a new window Remote control: Allow using Boolean operators when constructing queries to match windows or tabs Sessions: Fix os_window_size and os_window_class not applying to the first OS Window (#4957) Allow using the cwd of the oldest as well as the newest foreground process for launch --cwd (#4869) Bash integration: Fix the value of shell_integration not taking effect if the integration script is sourced in bashrc (#4964) Fix a regression in the previous release that caused mouse move events to be incorrectly reported as drag events even when a button is not pressed (#4992) remote file kitten: Integrate with the ssh kitten for improved performance and robustness. Re-uses the control master connection of the ssh kitten to avoid round-trip latency. Fix tab selection when closing a new tab not correct in some scenarios (#4987) A new action open_url to open the specified URL (#5004) A new option select_by_word_characters_forward that allows changing which characters are considered part of a word to the right when double clicking to select words (#5103) macOS: Make the global menu shortcut to open kitty website configurable (#5004) macOS: Add the macos_colorspace option to control what color space colors are rendered in (#4686) Fix reloading of config not working when kitty.conf does not exist when kitty is launched (#5071) Fix deleting images by row not calculating image bounds correctly (#5081) Increase the max number of combining chars per cell from two to three, without increasing memory usage. Linux: Load libfontconfig at runtime to allow the binaries to work for running kittens on servers without FontConfig GNOME: Fix for high CPU usage caused by GNOMEâs text input subsystem going into an infinite loop when IME cursor position is updated after a done event (#5105) --- x11/kitty/Makefile | 6 +++--- x11/kitty/PLIST | 9 ++++++++- x11/kitty/distinfo | 9 ++++----- .../patches/patch-shell-integration_ssh_kitty | 15 --------------- 4 files changed, 15 insertions(+), 24 deletions(-) delete mode 100644 x11/kitty/patches/patch-shell-integration_ssh_kitty diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 1ef845ef49965..a64f4315f61f7 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2022/05/12 12:52:55 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2022/05/27 10:02:19 wiz Exp $ -DISTNAME= kitty-0.25.0 +DISTNAME= kitty-0.25.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=kovidgoyal/} GITHUB_PROJECT= kitty @@ -12,7 +12,7 @@ HOMEPAGE= https://sw.kovidgoyal.net/kitty/index.html COMMENT= GPU based terminal emulator LICENSE= gnu-gpl-v3 -USE_LANGUAGES= c99 +USE_LANGUAGES= c EXTRACT_USING= bsdtar USE_TOOLS+= gmake pkg-config diff --git a/x11/kitty/PLIST b/x11/kitty/PLIST index d56bcf8a80220..daa1a2e5dbc56 100644 --- a/x11/kitty/PLIST +++ b/x11/kitty/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2022/04/14 07:20:39 pin Exp $ +@comment $NetBSD: PLIST,v 1.19 2022/05/27 10:02:19 wiz Exp $ bin/kitty lib/kitty/__main__.py lib/kitty/__main__.pyc @@ -173,6 +173,9 @@ lib/kitty/kittens/ssh/options/types.pyo lib/kitty/kittens/ssh/options/utils.py lib/kitty/kittens/ssh/options/utils.pyc lib/kitty/kittens/ssh/options/utils.pyo +lib/kitty/kittens/ssh/utils.py +lib/kitty/kittens/ssh/utils.pyc +lib/kitty/kittens/ssh/utils.pyo lib/kitty/kittens/themes/__init__.py lib/kitty/kittens/themes/__init__.pyc lib/kitty/kittens/themes/__init__.pyo @@ -516,6 +519,9 @@ lib/kitty/kitty/remote_control.pyo lib/kitty/kitty/rgb.py lib/kitty/kitty/rgb.pyc lib/kitty/kitty/rgb.pyo +lib/kitty/kitty/search_query_parser.py +lib/kitty/kitty/search_query_parser.pyc +lib/kitty/kitty/search_query_parser.pyo lib/kitty/kitty/session.py lib/kitty/kitty/session.pyc lib/kitty/kitty/session.pyo @@ -578,6 +584,7 @@ lib/kitty/shell-integration/zsh/.zshenv lib/kitty/shell-integration/zsh/completions/_kitty lib/kitty/shell-integration/zsh/kitty-integration lib/kitty/shell-integration/zsh/kitty.zsh +lib/kitty/terminfo/kitty.termcap lib/kitty/terminfo/kitty.terminfo lib/kitty/terminfo/x/xterm-kitty man/man1/kitty.1 diff --git a/x11/kitty/distinfo b/x11/kitty/distinfo index 0779a439aadec..c36831665bbb5 100644 --- a/x11/kitty/distinfo +++ b/x11/kitty/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.17 2022/05/03 18:50:24 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/05/27 10:02:19 wiz Exp $ -BLAKE2s (kitty-0.25.0.tar.xz) = 6a587fe683d48ba166f1c0cd38eaf14365a934cc535e1986c0ea34589fa24112 -SHA512 (kitty-0.25.0.tar.xz) = fed8d66a9f7f2117f4b495305db0d56d8b85ef03bf7ef24a7dca31e63e16fc90e026aa8022237ad45678efb026f11fdd8aa377eb53917fd8ec885f2ccea721f8 -Size (kitty-0.25.0.tar.xz) = 4640360 bytes +BLAKE2s (kitty-0.25.1.tar.xz) = 0441e3296609129913c9ffc982875a920ce3c3468f45810a618b5215d57a39ef +SHA512 (kitty-0.25.1.tar.xz) = 6d9862f8411372e0cf692114d6e29eb92db3a2e324282a21ca35b2ca5229c9d87ab988e802e44d47e98b6e64ae7abc5ff0cc677c082eb287e14ee68cd1a4c31e +Size (kitty-0.25.1.tar.xz) = 4671008 bytes SHA1 (patch-glfw_wl__init.c) = d3bfa4c4a4b6a524a3a5fddd234368022bcb5c95 SHA1 (patch-kitty_threading.h) = 04886ab09ac2ab6f4925cd20e739e6b634299d55 -SHA1 (patch-shell-integration_ssh_kitty) = 25b75cc4d4c445890bdd1a44f12b277482d93f6a diff --git a/x11/kitty/patches/patch-shell-integration_ssh_kitty b/x11/kitty/patches/patch-shell-integration_ssh_kitty deleted file mode 100644 index e56bd17aa96b8..0000000000000 --- a/x11/kitty/patches/patch-shell-integration_ssh_kitty +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-shell-integration_ssh_kitty,v 1.1 2022/05/03 18:50:24 nia Exp $ - -Fix a shell portability issue. - ---- shell-integration/ssh/kitty.orig 2022-04-11 14:01:45.000000000 +0000 -+++ shell-integration/ssh/kitty -@@ -24,7 +24,7 @@ exec_kitty() { - - lock_dir="" - script_path=$(command readlink -f "$0" 2> /dev/null) --[ $? == 0 ] || script_path="$0" -+[ $? = 0 ] || script_path="$0" - script_dir=$(command dirname "$script_path") - install_dir="$(command dirname "$script_dir")/install" - remote_kitty_version_file="$script_dir/../version" From c4eb3277c811b86f8e346b43c9d118dde15d19b8 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 27 May 2022 10:02:30 +0000 Subject: [PATCH 1090/1154] doc: Updated x11/kitty to 0.25.1 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 72dbfdc571b04..5fffa50307181 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2761 2022/05/27 09:56:02 fcambus Exp $ +$NetBSD: CHANGES-2022,v 1.2762 2022/05/27 10:02:30 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4232,3 +4232,4 @@ Changes to the packages collection and infrastructure in 2022: Updated sysutils/py-magic to 0.4.26 [adam 2022-05-27] Updated textproc/py-relatorio to 0.10.1 [adam 2022-05-27] Updated converters/bdf2psf to 1.208 [fcambus 2022-05-27] + Updated x11/kitty to 0.25.1 [wiz 2022-05-27] diff --git a/doc/TODO b/doc/TODO index d97dc3bb10b5f..303a62a675d55 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21888 2022/05/25 12:21:14 adam Exp $ +$NetBSD: TODO,v 1.21889 2022/05/27 10:02:30 wiz Exp $ Suggested new packages ====================== @@ -521,7 +521,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o cacti-spine-1.2.16 o calc-2.11.10.1 o calcoo-2.1.0 - o calibre-5.42.0 + o calibre-5.43.0 o calligra-3.0.1 [in wip; koffice successor] o camlp4-4.12 o camlp5-714 @@ -578,6 +578,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o cssc-1.4.1 o csvkit-1.0.5 o ctemplate-2.4 + o cups-2.4.2 o cvs-fast-export-1.56 o cxref-1.6e o cygwin_lib-1.5.24.2 @@ -1512,7 +1513,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o rubber-1.5.1 o rudiments-1.4.2 o rump-20131213 - o rust-analyzer-0.0.20220517 [needs rust 1.60.0] + o rust-analyzer-0.0.20220517 o rvault-0.4 o rvm-1.20 o sabayon-2.30.1 From 88fe996bdc161ac1ae9dae6ac5547bd97935f7eb Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 27 May 2022 10:09:13 +0000 Subject: [PATCH 1091/1154] dialog: update to 1.3-20220526. 2022/05/26 + document the built-in key bindings which are not part of widgets. + updated da.po fa.po is.po, added ka.po from http://translationproject.org/latest/dialog/ + update config.sub --- misc/dialog/Makefile | 4 ++-- misc/dialog/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 7b09738394a4f..ba4da6b33b260 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2022/05/24 13:01:51 nia Exp $ +# $NetBSD: Makefile,v 1.92 2022/05/27 10:09:13 fcambus Exp $ -DISTNAME= dialog-1.3-20220414 +DISTNAME= dialog-1.3-20220526 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://ftp.invisible-island.net/dialog/ diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo index 179975f154e49..3f1d03ae463e8 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.59 2022/04/15 16:36:04 fcambus Exp $ +$NetBSD: distinfo,v 1.60 2022/05/27 10:09:13 fcambus Exp $ -BLAKE2s (dialog-1.3-20220414.tgz) = 6c82a8e47d49926d265b94ffef5ad5254884468dbb66a60de8327f14d80715f9 -SHA512 (dialog-1.3-20220414.tgz) = 53b7bc64bb6406c5828f2d023e7db457eee970ade2077bc64860ef12f06c254b4a13706eee068ffe44055ec6b0576ecfe33153438660a5a54f78ea1be00091ee -Size (dialog-1.3-20220414.tgz) = 566701 bytes +BLAKE2s (dialog-1.3-20220526.tgz) = 9dde18cd72ed6b811abd5a1d4ce1c6b35b63ac1f6e9121ddacee4e4f9a07a2ad +SHA512 (dialog-1.3-20220526.tgz) = 619d52b8123264bf586f5325443c3b85863166119c6fbaa91571a57454d761f01a53ebeb2203ea725c83dc88f2abf886c64c6eac5b56c126e4f3939eb1d24d62 +Size (dialog-1.3-20220526.tgz) = 567657 bytes From 9bac2e1d34f671595435fd7fba50e220f3c3c9f4 Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 27 May 2022 10:09:26 +0000 Subject: [PATCH 1092/1154] doc: Updated misc/dialog to 1.3.20220526 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 5fffa50307181..f83f1a4194276 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2762 2022/05/27 10:02:30 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2763 2022/05/27 10:09:26 fcambus Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4233,3 +4233,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/py-relatorio to 0.10.1 [adam 2022-05-27] Updated converters/bdf2psf to 1.208 [fcambus 2022-05-27] Updated x11/kitty to 0.25.1 [wiz 2022-05-27] + Updated misc/dialog to 1.3.20220526 [fcambus 2022-05-27] From 2dd6cd46340679f2eaf0d8341c179c67ea6505c1 Mon Sep 17 00:00:00 2001 From: nia Date: Fri, 27 May 2022 11:33:30 +0000 Subject: [PATCH 1093/1154] mono: Set MAKE_JOBS_SAFE=no --- lang/mono/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/mono/Makefile b/lang/mono/Makefile index be158e694cd97..90f2b47f02e89 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.202 2022/04/18 19:09:55 adam Exp $ +# $NetBSD: Makefile,v 1.203 2022/05/27 11:33:30 nia Exp $ DISTNAME= mono-6.12.0.122 PKGREVISION= 5 @@ -28,6 +28,9 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_STRICT= no # has sub-configures CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +gmake[8]: *** No rule to make target '../../build/deps/_xbuild_14__Microsoft.Build.Framework.dll.sources', needed by '../../build/deps/_xbuild_14__Microsoft.Build.Framework.dll.response'. Stop. +MAKE_JOBS_SAFE= no + # Requires a cwrappers change: http://mail-index.netbsd.org/tech-pkg/2019/08/16/msg021791.html USE_CWRAPPERS= no From 144a68296d4eecfade067f71cca9a2b40610951a Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 12:22:35 +0000 Subject: [PATCH 1094/1154] ninja-build: updated to 1.11.0 release 1.11 This release adds Validation Nodes which are a new way to add jobs like linters or static analyzers to the build graph. They are added using |@ and don't produce any outputs. You can read more about the motivation and the syntax here: https://github.com/ninja-build/ninja/pull/1800 Another big change is that Ninja now uses UTF-8 on Windows. This means that while previous versions of Ninja used the local ANSI encoding it will now always use UTF-8 allowing filenames and output with special characters. For this to work you'll need Windows 10 Version 1903 or newer. And for the console output to show Unicode characters you'll need to set the codepage to 65001. More information at: https://github.com/ninja-build/ninja/pull/1915 Note that this is a breaking change if you relied on non-ASCII characters of the local codepage! If you want to query Ninja what codepage it uses in your generator, call `ninja -t wincodepage` and act accordingly. There are also two new tools: missingdeps: https://github.com/ninja-build/ninja/pull/1331 inputs: https://github.com/ninja-build/ninja/pull/1730 And as it was often requested, ninja now has a --quiet flag :) For a complete list of changes see https://github.com/ninja-build/ninja/milestone/3?closed=1 --- devel/ninja-build/Makefile | 4 ++-- devel/ninja-build/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/ninja-build/Makefile b/devel/ninja-build/Makefile index 7a75441fd3792..63d96c6abd712 100644 --- a/devel/ninja-build/Makefile +++ b/devel/ninja-build/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2020/11/29 18:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/27 12:22:35 adam Exp $ -DISTNAME= ninja-1.10.2 +DISTNAME= ninja-1.11.0 PKGNAME= ${DISTNAME:S/ninja/ninja-build/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ninja-build/} diff --git a/devel/ninja-build/distinfo b/devel/ninja-build/distinfo index c48ed8b91c422..6f3167ca1e602 100644 --- a/devel/ninja-build/distinfo +++ b/devel/ninja-build/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 10:15:43 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/05/27 12:22:35 adam Exp $ -BLAKE2s (ninja-1.10.2.tar.gz) = 04d4e51a365523abf522ab1a0090eb962cb7558254569e98f6f816dc3aeea76c -SHA512 (ninja-1.10.2.tar.gz) = 895412ae1cbc83c656e92f282602a29300e08274e9dea0da4464202ae556e7a1ab03bec057f23da4756bbd91bd2d744cd7a64b336740fd2782bb4db5c3b7b496 -Size (ninja-1.10.2.tar.gz) = 213959 bytes +BLAKE2s (ninja-1.11.0.tar.gz) = 2c30ba470f88a1745b8848c87f6aa40bcf6822ee7719ddbd2b50a200fe546b6b +SHA512 (ninja-1.11.0.tar.gz) = 9b9c8dae2251f9ddba50680911271b8504c292994fd90a0da94902f64c69a9edc72212217df5c651ddfc2f79c2ae03e84c99b805497dcd7497c53a1617de83e7 +Size (ninja-1.11.0.tar.gz) = 229475 bytes SHA1 (patch-src_subprocess-posix.cc) = aff45ff1080c8556bc9a749666c532896bd73609 From f156bc5961a566f9ffceb2356f019d570274b0e8 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 12:26:50 +0000 Subject: [PATCH 1095/1154] meson: updated to 0.62.1 0.62.1 Bash completion scripts sourced in meson devenv Setup GDB auto-load for meson devenv Print modified environment variables with meson devenv --dump New method and separator kwargs on environment() and meson.add_devenv() New custom dependency for libdl pkgconfig.generate will now include variables for builtin directories when referenced New keyword argument verbose for tests and benchmarks CMake support for versions <3.17.0 is deprecated Removal of the RPM module CMake server API support is removed Rust proc-macro crates found programs now have a version method Minimum required Python version updated to 3.7 Added support for XML translations using itstool JNI System Dependency Modules New unstable wayland module Experimental command to convert environments to cross files Added optional '--allow-dirty' flag for the 'dist' command ldconfig is no longer run on install Added support for Texas Instruments MSP430 and ARM compilers cmake.configure_package_config_file can now take a dict Deprecated java.generate_native_header() in favor of the new java.generate_native_headers() New option to choose python installation environment JDK System Dependency Renamed from jdk to jni i18n.merge_file no longer arbitrarily leaves your project half-built All directory options now support paths outside of prefix meson install --strip Support for ARM Ltd. Clang toolchain structured_sources() New custom dependency for OpenSSL D features in declare_dependency arch_independent kwarg in cmake.write_basic_package_version_file dataonly Pkgconfig Default Install Path JAR default install dir --- devel/meson/Makefile | 6 +++--- devel/meson/PLIST | 36 ++++++++++++++++++++++++++---------- devel/meson/distinfo | 8 ++++---- 3 files changed, 33 insertions(+), 17 deletions(-) diff --git a/devel/meson/Makefile b/devel/meson/Makefile index 834bdec9fed8a..3c2d093e7cbd5 100644 --- a/devel/meson/Makefile +++ b/devel/meson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2022/03/15 05:43:36 adam Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/27 12:26:50 adam Exp $ -DISTNAME= meson-0.61.3 +DISTNAME= meson-0.62.1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/meson/} @@ -41,7 +41,7 @@ REPLACE_PYTHON+= test\ cases/windows/8\ find\ program/test-script REPLACE_PYTHON+= tools/*.py do-test: - cd ${WRKSRC} && ${PYTHONBIN} run_tests.py + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} run_tests.py .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/devel/meson/PLIST b/devel/meson/PLIST index 3bff6d7427682..6ac5a5a573395 100644 --- a/devel/meson/PLIST +++ b/devel/meson/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2022/02/15 10:00:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2022/05/27 12:26:50 adam Exp $ bin/meson ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -75,12 +75,13 @@ ${PYSITELIB}/mesonbuild/build.pyo ${PYSITELIB}/mesonbuild/cmake/__init__.py ${PYSITELIB}/mesonbuild/cmake/__init__.pyc ${PYSITELIB}/mesonbuild/cmake/__init__.pyo -${PYSITELIB}/mesonbuild/cmake/client.py -${PYSITELIB}/mesonbuild/cmake/client.pyc -${PYSITELIB}/mesonbuild/cmake/client.pyo ${PYSITELIB}/mesonbuild/cmake/common.py ${PYSITELIB}/mesonbuild/cmake/common.pyc ${PYSITELIB}/mesonbuild/cmake/common.pyo +${PYSITELIB}/mesonbuild/cmake/data/__init__.py +${PYSITELIB}/mesonbuild/cmake/data/__init__.pyc +${PYSITELIB}/mesonbuild/cmake/data/__init__.pyo +${PYSITELIB}/mesonbuild/cmake/data/preload.cmake ${PYSITELIB}/mesonbuild/cmake/executor.py ${PYSITELIB}/mesonbuild/cmake/executor.pyc ${PYSITELIB}/mesonbuild/cmake/executor.pyo @@ -144,9 +145,6 @@ ${PYSITELIB}/mesonbuild/compilers/mixins/__init__.pyo ${PYSITELIB}/mesonbuild/compilers/mixins/arm.py ${PYSITELIB}/mesonbuild/compilers/mixins/arm.pyc ${PYSITELIB}/mesonbuild/compilers/mixins/arm.pyo -${PYSITELIB}/mesonbuild/compilers/mixins/c2000.py -${PYSITELIB}/mesonbuild/compilers/mixins/c2000.pyc -${PYSITELIB}/mesonbuild/compilers/mixins/c2000.pyo ${PYSITELIB}/mesonbuild/compilers/mixins/ccrx.py ${PYSITELIB}/mesonbuild/compilers/mixins/ccrx.pyc ${PYSITELIB}/mesonbuild/compilers/mixins/ccrx.pyo @@ -177,6 +175,9 @@ ${PYSITELIB}/mesonbuild/compilers/mixins/islinker.pyo ${PYSITELIB}/mesonbuild/compilers/mixins/pgi.py ${PYSITELIB}/mesonbuild/compilers/mixins/pgi.pyc ${PYSITELIB}/mesonbuild/compilers/mixins/pgi.pyo +${PYSITELIB}/mesonbuild/compilers/mixins/ti.py +${PYSITELIB}/mesonbuild/compilers/mixins/ti.pyc +${PYSITELIB}/mesonbuild/compilers/mixins/ti.pyo ${PYSITELIB}/mesonbuild/compilers/mixins/visualstudio.py ${PYSITELIB}/mesonbuild/compilers/mixins/visualstudio.pyc ${PYSITELIB}/mesonbuild/compilers/mixins/visualstudio.pyo @@ -222,6 +223,12 @@ ${PYSITELIB}/mesonbuild/dependencies/configtool.pyo ${PYSITELIB}/mesonbuild/dependencies/cuda.py ${PYSITELIB}/mesonbuild/dependencies/cuda.pyc ${PYSITELIB}/mesonbuild/dependencies/cuda.pyo +${PYSITELIB}/mesonbuild/dependencies/data/CMakeLists.txt +${PYSITELIB}/mesonbuild/dependencies/data/CMakeListsLLVM.txt +${PYSITELIB}/mesonbuild/dependencies/data/CMakePathInfo.txt +${PYSITELIB}/mesonbuild/dependencies/data/__init__.py +${PYSITELIB}/mesonbuild/dependencies/data/__init__.pyc +${PYSITELIB}/mesonbuild/dependencies/data/__init__.pyo ${PYSITELIB}/mesonbuild/dependencies/detect.py ${PYSITELIB}/mesonbuild/dependencies/detect.pyc ${PYSITELIB}/mesonbuild/dependencies/detect.pyo @@ -450,9 +457,6 @@ ${PYSITELIB}/mesonbuild/modules/qt5.pyo ${PYSITELIB}/mesonbuild/modules/qt6.py ${PYSITELIB}/mesonbuild/modules/qt6.pyc ${PYSITELIB}/mesonbuild/modules/qt6.pyo -${PYSITELIB}/mesonbuild/modules/rpm.py -${PYSITELIB}/mesonbuild/modules/rpm.pyc -${PYSITELIB}/mesonbuild/modules/rpm.pyo ${PYSITELIB}/mesonbuild/modules/sourceset.py ${PYSITELIB}/mesonbuild/modules/sourceset.pyc ${PYSITELIB}/mesonbuild/modules/sourceset.pyo @@ -471,6 +475,9 @@ ${PYSITELIB}/mesonbuild/modules/unstable_rust.pyo ${PYSITELIB}/mesonbuild/modules/unstable_simd.py ${PYSITELIB}/mesonbuild/modules/unstable_simd.pyc ${PYSITELIB}/mesonbuild/modules/unstable_simd.pyo +${PYSITELIB}/mesonbuild/modules/unstable_wayland.py +${PYSITELIB}/mesonbuild/modules/unstable_wayland.pyc +${PYSITELIB}/mesonbuild/modules/unstable_wayland.pyo ${PYSITELIB}/mesonbuild/modules/windows.py ${PYSITELIB}/mesonbuild/modules/windows.pyc ${PYSITELIB}/mesonbuild/modules/windows.pyo @@ -514,6 +521,9 @@ ${PYSITELIB}/mesonbuild/scripts/cmake_run_ctgt.py ${PYSITELIB}/mesonbuild/scripts/cmake_run_ctgt.pyc ${PYSITELIB}/mesonbuild/scripts/cmake_run_ctgt.pyo ${PYSITELIB}/mesonbuild/scripts/cmd_or_ps.ps1 +${PYSITELIB}/mesonbuild/scripts/copy.py +${PYSITELIB}/mesonbuild/scripts/copy.pyc +${PYSITELIB}/mesonbuild/scripts/copy.pyo ${PYSITELIB}/mesonbuild/scripts/coverage.py ${PYSITELIB}/mesonbuild/scripts/coverage.pyc ${PYSITELIB}/mesonbuild/scripts/coverage.pyo @@ -529,6 +539,9 @@ ${PYSITELIB}/mesonbuild/scripts/depscan.pyo ${PYSITELIB}/mesonbuild/scripts/dirchanger.py ${PYSITELIB}/mesonbuild/scripts/dirchanger.pyc ${PYSITELIB}/mesonbuild/scripts/dirchanger.pyo +${PYSITELIB}/mesonbuild/scripts/env2mfile.py +${PYSITELIB}/mesonbuild/scripts/env2mfile.pyc +${PYSITELIB}/mesonbuild/scripts/env2mfile.pyo ${PYSITELIB}/mesonbuild/scripts/externalproject.py ${PYSITELIB}/mesonbuild/scripts/externalproject.pyc ${PYSITELIB}/mesonbuild/scripts/externalproject.pyo @@ -541,6 +554,9 @@ ${PYSITELIB}/mesonbuild/scripts/gtkdochelper.pyo ${PYSITELIB}/mesonbuild/scripts/hotdochelper.py ${PYSITELIB}/mesonbuild/scripts/hotdochelper.pyc ${PYSITELIB}/mesonbuild/scripts/hotdochelper.pyo +${PYSITELIB}/mesonbuild/scripts/itstool.py +${PYSITELIB}/mesonbuild/scripts/itstool.pyc +${PYSITELIB}/mesonbuild/scripts/itstool.pyo ${PYSITELIB}/mesonbuild/scripts/meson_exe.py ${PYSITELIB}/mesonbuild/scripts/meson_exe.pyc ${PYSITELIB}/mesonbuild/scripts/meson_exe.pyo diff --git a/devel/meson/distinfo b/devel/meson/distinfo index 4514a84227e62..72c9992350e63 100644 --- a/devel/meson/distinfo +++ b/devel/meson/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2022/03/15 05:43:36 adam Exp $ +$NetBSD: distinfo,v 1.36 2022/05/27 12:26:50 adam Exp $ -BLAKE2s (meson-0.61.3.tar.gz) = 949834e1a5c85066e04a9b999e1af3b350e62f12be0f11e8b60856fd3a08be0b -SHA512 (meson-0.61.3.tar.gz) = 955c56cbaeb23a33a5e536eee547312ca5f1122aaa03d839113a2b2bcd9a0486ab24d1783220d9981c29ed9b4bda06a971cb0e21aa9f32d57f6696fa27853da8 -Size (meson-0.61.3.tar.gz) = 2011631 bytes +BLAKE2s (meson-0.62.1.tar.gz) = 0acdc68fb82e9d07105381000bf182622115a556964338127aea48ef9763acaf +SHA512 (meson-0.62.1.tar.gz) = 52d2d06c27275b824046164403908be8555faed33aef862940623cef3e4f84b4c9b8d461c291642e6ea2c0db30b2ec4a99f46bde5d54945a26c1dbeca219cc32 +Size (meson-0.62.1.tar.gz) = 2034805 bytes SHA1 (patch-mesonbuild_compilers_detect.py) = 6379aaae55a7175291133335f15307b53aee4384 SHA1 (patch-mesonbuild_compilers_mixins_gnu.py) = cc9fe3204c7cf003d288ef5635fa7853a44a2e34 SHA1 (patch-mesonbuild_dependencies_dev.py) = 44a3bdb96a1afad1f1a9110b6187c9daad0d449f From 3903aa4d52d65ff7dd9bd81fc2bf657ffb25a740 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 12:27:54 +0000 Subject: [PATCH 1096/1154] glibmm2.68: updated to 2.68.2 2.68.2 (stable): Glib: * Replace all g_quark_from_static_string() by g_quark_from_string() Gio: * FileEnumerator: Remove refreturn to avoid memory leak * ListModel::get_object(): Make it work for interface classes * AppInfo::get_all(): Avoid a crash on Windows Build: * MSVC build: Remove extraneous GLIBMM_API in Glib::ustring --- devel/glibmm2.68/Makefile | 5 ++--- devel/glibmm2.68/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/glibmm2.68/Makefile b/devel/glibmm2.68/Makefile index 5285e7c52573e..e60ab66fa9b96 100644 --- a/devel/glibmm2.68/Makefile +++ b/devel/glibmm2.68/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2021/12/08 16:01:52 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/27 12:27:54 adam Exp $ -DISTNAME= glibmm-2.68.1 +DISTNAME= glibmm-2.68.2 PKGNAME= ${DISTNAME:S/glibmm/glibmm2.68/} -PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/glibmm2.68/distinfo b/devel/glibmm2.68/distinfo index cc2b9ca24b6dd..8b0dcaa3231a0 100644 --- a/devel/glibmm2.68/distinfo +++ b/devel/glibmm2.68/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:14:43 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/05/27 12:27:54 adam Exp $ -BLAKE2s (glibmm-2.68.1.tar.xz) = 9c9dd2303dc0de1b987e277b86f00e158405470f9509d0442e4c37579b01e57b -SHA512 (glibmm-2.68.1.tar.xz) = ca164f986da651e66bb5b98a760853e73d57ff84e035809d4c3b2c0a1b6ddf8ca68ffc49a71d0e0b2e14eca1c00e2e727e3bf3821e0b2b3a808397c3d33c6d5c -Size (glibmm-2.68.1.tar.xz) = 7657712 bytes +BLAKE2s (glibmm-2.68.2.tar.xz) = d1c05abf0c8a50c78f4a344e9b19c77809acf37b0a958333756988a15bac3ddc +SHA512 (glibmm-2.68.2.tar.xz) = 96b2970ac47e6a8de2d4352412f0107fbdcb61942d27f20a2f533f9704304e5f55c52829567457e7c925f830a69c739bf00676882741ed2969e52caf3e135c46 +Size (glibmm-2.68.2.tar.xz) = 7844508 bytes SHA1 (patch-glib_glibmm_ustring.cc) = 626bedb16baa7664eade41afd585f0db339f99af From a5085b08521fa1728fdfe19d84513fdaf370ef33 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 12:28:26 +0000 Subject: [PATCH 1097/1154] pangomm2.48: updated to 2.48.2 2.48.2 (stable): Build: * Don't include individual pango headers * Support Visual Studio 2022 builds --- devel/pangomm2.48/Makefile | 5 ++--- devel/pangomm2.48/distinfo | 9 ++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/devel/pangomm2.48/Makefile b/devel/pangomm2.48/Makefile index f21bd2b0f2b5f..9b60db694630f 100644 --- a/devel/pangomm2.48/Makefile +++ b/devel/pangomm2.48/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2022/03/09 14:14:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/27 12:28:26 adam Exp $ -DISTNAME= pangomm-2.48.1 +DISTNAME= pangomm-2.48.2 PKGNAME= ${DISTNAME:S/pangomm/pangomm2.48/} -PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/pangomm2.48/distinfo b/devel/pangomm2.48/distinfo index 6d62249cc1cd3..4da73b7041dff 100644 --- a/devel/pangomm2.48/distinfo +++ b/devel/pangomm2.48/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2022/03/09 14:14:11 ryoon Exp $ +$NetBSD: distinfo,v 1.5 2022/05/27 12:28:26 adam Exp $ -BLAKE2s (pangomm-2.48.1.tar.xz) = 96dfc426fb2693e15005f6d779dea537762f049b4d548fbaf3bfebbddeb48b00 -SHA512 (pangomm-2.48.1.tar.xz) = c204a1cb7a404f055d62880a760716c5567a835ca495cc5e01589ed59fabb332490e529de716c3438cefbc4428c025d6d01c71e4412b2843e3ab3a3175ccc2f4 -Size (pangomm-2.48.1.tar.xz) = 675452 bytes +BLAKE2s (pangomm-2.48.2.tar.xz) = 16b7c37db3f3491ef0971c2c1af71be765823646ff195df3d0c28a4c60d40d9a +SHA512 (pangomm-2.48.2.tar.xz) = 631529f27aaf8aa69344f5c4c30921c88e947f9f1ec828d591a9a31c497ab0e52ef1ddd19064d305858c15f807e14f315eafec5a1b755f9561153d5275cdf66e +Size (pangomm-2.48.2.tar.xz) = 696364 bytes SHA1 (patch-meson.build) = b09516870f4e33aab8d4039f995aedd4dc236832 -SHA1 (patch-untracked_pango_pangomm_attributes.h) = 2046525d7a30108194f9b64b75d8dfdd9229bd7e From 8b5decfd464c060d54f1c11b6847bb539643336c Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 12:28:53 +0000 Subject: [PATCH 1098/1154] pangomm2.48: remove unused patch --- .../patch-untracked_pango_pangomm_attributes.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 devel/pangomm2.48/patches/patch-untracked_pango_pangomm_attributes.h diff --git a/devel/pangomm2.48/patches/patch-untracked_pango_pangomm_attributes.h b/devel/pangomm2.48/patches/patch-untracked_pango_pangomm_attributes.h deleted file mode 100644 index 7cea8462295bb..0000000000000 --- a/devel/pangomm2.48/patches/patch-untracked_pango_pangomm_attributes.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-untracked_pango_pangomm_attributes.h,v 1.1 2022/03/09 14:14:11 ryoon Exp $ - -* Fix for pangp-1.50.5. - ---- untracked/pango/pangomm/attributes.h.orig 2021-05-21 11:14:18.119759300 +0000 -+++ untracked/pango/pangomm/attributes.h -@@ -30,6 +30,7 @@ - #include - #include - #include -+#include - - - namespace Pango From 125154b78554a78280dedc9db435ac90f67973da Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 May 2022 12:29:19 +0000 Subject: [PATCH 1099/1154] Updated devel/ninja-build, devel/meson, devel/glibmm2.68, devel/pangomm2.48 --- doc/CHANGES-2022 | 6 +++++- doc/TODO | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index f83f1a4194276..008d3936aa12d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2763 2022/05/27 10:09:26 fcambus Exp $ +$NetBSD: CHANGES-2022,v 1.2764 2022/05/27 12:29:19 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4234,3 +4234,7 @@ Changes to the packages collection and infrastructure in 2022: Updated converters/bdf2psf to 1.208 [fcambus 2022-05-27] Updated x11/kitty to 0.25.1 [wiz 2022-05-27] Updated misc/dialog to 1.3.20220526 [fcambus 2022-05-27] + Updated devel/ninja-build to 1.11.0 [adam 2022-05-27] + Updated devel/meson to 0.62.1 [adam 2022-05-27] + Updated devel/glibmm2.68 to 2.68.2 [adam 2022-05-27] + Updated devel/pangomm2.48 to 2.48.2 [adam 2022-05-27] diff --git a/doc/TODO b/doc/TODO index 303a62a675d55..4eb2f6b05242e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21889 2022/05/27 10:02:30 wiz Exp $ +$NetBSD: TODO,v 1.21890 2022/05/27 12:29:19 adam Exp $ Suggested new packages ====================== @@ -1175,7 +1175,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o netramet-50 o newmail-1.0.2 o nickle-2.90 - o ninja-build-1.11.0 o nios2-binutils-2.36.1 o node_exporter-1.1.2 o npm-8.10.0 From e23310cea2870a08f673e1575c3258392a29cad7 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 27 May 2022 16:59:50 +0000 Subject: [PATCH 1100/1154] py-scipy: disable __builtin_prefetch completely for now It failed with GCC too. There is some bad interaction with py-numpy, probably related to patch-numpy_core_include_numpy_npy__common.h. Unbreak the build until I have time to investigate this. --- math/py-scipy/Makefile | 3 ++- math/py-scipy/distinfo | 4 ++-- .../patches/patch-scipy_spatial_ckdtree_src_ckdtree__decl.h | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 8fa2732d821f9..9997a7b736e0f 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2022/05/20 12:09:01 adam Exp $ +# $NetBSD: Makefile,v 1.58 2022/05/27 16:59:50 tnn Exp $ DISTNAME= scipy-1.8.1 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=s/scipy/} diff --git a/math/py-scipy/distinfo b/math/py-scipy/distinfo index a96951bb02739..558b62541fb12 100644 --- a/math/py-scipy/distinfo +++ b/math/py-scipy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2022/05/26 14:49:59 tnn Exp $ +$NetBSD: distinfo,v 1.36 2022/05/27 16:59:50 tnn Exp $ BLAKE2s (scipy-1.8.1.tar.gz) = 364d6645a49d897429094a406e6073e124c1ebca01f4be63ebe401b660d8df38 SHA512 (scipy-1.8.1.tar.gz) = f6fc71c209991fe82baa4b10d8ade0deb1057f6f5942a91dfb7ae45f3eb78a4535efa2861badf5e2d37239fa99dbd99de760aa7e4854b95991ade0263004e7ea Size (scipy-1.8.1.tar.gz) = 38196215 bytes -SHA1 (patch-scipy_spatial_ckdtree_src_ckdtree__decl.h) = bc97245b7e0b2ae0e81d7aa2ac90c6a209af5dd1 +SHA1 (patch-scipy_spatial_ckdtree_src_ckdtree__decl.h) = ad0e4a79af2a3b0667e61f205f5b8453ea440498 SHA1 (patch-scipy_special___logit.h) = c729c2b73de00cad4c9ad834a79b80dea7b05af3 SHA1 (patch-scipy_special___round.h) = bc05a935e6423ce8395450ad3b30e88826939422 diff --git a/math/py-scipy/patches/patch-scipy_spatial_ckdtree_src_ckdtree__decl.h b/math/py-scipy/patches/patch-scipy_spatial_ckdtree_src_ckdtree__decl.h index 4a36065be9397..aa45cdce4397f 100644 --- a/math/py-scipy/patches/patch-scipy_spatial_ckdtree_src_ckdtree__decl.h +++ b/math/py-scipy/patches/patch-scipy_spatial_ckdtree_src_ckdtree__decl.h @@ -1,15 +1,15 @@ -$NetBSD: patch-scipy_spatial_ckdtree_src_ckdtree__decl.h,v 1.1 2022/05/26 14:49:59 tnn Exp $ +$NetBSD: patch-scipy_spatial_ckdtree_src_ckdtree__decl.h,v 1.2 2022/05/27 16:59:50 tnn Exp $ Many errors like this: scipy/spatial/ckdtree/src/query_pairs.cxx:110:16: error: argument to '__builtin_prefetch' must be a constant integer ---- scipy/spatial/ckdtree/src/ckdtree_decl.h.orig 2022-04-29 21:14:38.000000000 +0000 +--- scipy/spatial/ckdtree/src/ckdtree_decl.h.orig 2022-04-29 21:14:38.041529700 +0000 +++ scipy/spatial/ckdtree/src/ckdtree_decl.h @@ -10,7 +10,11 @@ #include #define CKDTREE_LIKELY(x) NPY_LIKELY(x) #define CKDTREE_UNLIKELY(x) NPY_UNLIKELY(x) -+#if !defined(__clang__) ++#if 0 #define CKDTREE_PREFETCH(x, rw, loc) NPY_PREFETCH(x, rw, loc) +#else +#define CKDTREE_PREFETCH(x, rw, loc) From 883c7e0ac132a7b8eb91bb46323ca600b8e38dd5 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 27 May 2022 17:02:36 +0000 Subject: [PATCH 1101/1154] nodejs: fix build with old OpenSSL before 1.1.1e --- lang/nodejs/distinfo | 3 +- .../patches/patch-src_crypto_crypto__rsa.cc | 37 +++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 lang/nodejs/patches/patch-src_crypto_crypto__rsa.cc diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index b0d08d3152090..751a7b5e0233c 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.213 2022/05/18 18:26:51 adam Exp $ +$NetBSD: distinfo,v 1.214 2022/05/27 17:02:36 tnn Exp $ BLAKE2s (node-v18.2.0.tar.xz) = f21fc01f787369be3ee9a37ec61723b36a2ed3f58aca4d28866daf8dbb07137a SHA512 (node-v18.2.0.tar.xz) = 9d7d6017374bc14e9cd447bceb3ab9d3b4d421c30d422c6f4eb429c67f1deb2c04778216cccb11ecbe510f18b821891d9311c035f5a81cc6a5e8adae202e9b33 @@ -18,6 +18,7 @@ SHA1 (patch-deps_v8_src_compiler_types.h) = 2a212282ab9d71e98ae56827fdb1d9778a60 SHA1 (patch-deps_v8_src_heap_code-range.cc) = b281f76f4e3d8e562f596235049a6be7c5ff4de2 SHA1 (patch-deps_v8_tools_run-llprof.sh) = 39aa3faf77492ef8dd35b411b7b0e4605b469af3 SHA1 (patch-node.gypi) = 4a104dba6c22702211009bc60a6be6f87554e2fa +SHA1 (patch-src_crypto_crypto__rsa.cc) = 9ffd8de2fac76014696c8dfac7ba200eab56f6f6 SHA1 (patch-src_inspector__agent.cc) = 3fd3d71f9d6013a6eb2a79e0442b31d2e2408a2f SHA1 (patch-src_node__postmortem__metadata.cc) = 9938482d724ad6636af5dc3fa719ec26ed8539ff SHA1 (patch-tools_gyp_pylib_gyp_generator_make.py) = 570fe9889767c555468a225cd7f0b398ea6a193c diff --git a/lang/nodejs/patches/patch-src_crypto_crypto__rsa.cc b/lang/nodejs/patches/patch-src_crypto_crypto__rsa.cc new file mode 100644 index 0000000000000..b9ce5b9d772d1 --- /dev/null +++ b/lang/nodejs/patches/patch-src_crypto_crypto__rsa.cc @@ -0,0 +1,37 @@ +$NetBSD: patch-src_crypto_crypto__rsa.cc,v 1.1 2022/05/27 17:02:36 tnn Exp $ + +Fix build with old OpenSSL 1.1.1d, as in NetBSD 9.0 + +--- src/crypto/crypto_rsa.cc.orig 2022-05-17 11:37:46.000000000 +0000 ++++ src/crypto/crypto_rsa.cc +@@ -12,6 +12,30 @@ + #include + #include + ++#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER <0x1010105fL ++struct rsa_st { ++ int pad; ++ int32_t version; ++ void *meth; ++ void *engine; ++ void *n; ++ void *e; ++ void *d; ++ void *p; ++ void *q; ++ void *dmp1; ++ void *dmq1; ++ void *iqmp; ++ void *prime_infos; ++ RSA_PSS_PARAMS *pss; ++}; ++ ++static const RSA_PSS_PARAMS *RSA_get0_pss_params(const RSA *r) ++{ ++ return r->pss; ++} ++#endif ++ + namespace node { + + using v8::ArrayBuffer; From 81b124ef8ebad106e8e5200566edc77615a90f2f Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 27 May 2022 18:21:50 +0000 Subject: [PATCH 1102/1154] textproc/hgrep: update to 0.2.6 v0.2.6 - 27 May 2022 -x86_64-unknown-linux-musl release binary now links libc statically (#10) -Replace rgb2ansi256 crate with ansi_colors crate --- textproc/hgrep/Makefile | 4 ++-- textproc/hgrep/cargo-depends.mk | 3 +-- textproc/hgrep/distinfo | 11 ++++------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/textproc/hgrep/Makefile b/textproc/hgrep/Makefile index b7924df4c1589..69997f8d6cad8 100644 --- a/textproc/hgrep/Makefile +++ b/textproc/hgrep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/04/23 21:10:39 pin Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/27 18:21:50 pin Exp $ -DISTNAME= hgrep-0.2.5 +DISTNAME= hgrep-0.2.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=rhysd/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/hgrep/cargo-depends.mk b/textproc/hgrep/cargo-depends.mk index e2b64dd7d3a0f..f7b90a66a4ac9 100644 --- a/textproc/hgrep/cargo-depends.mk +++ b/textproc/hgrep/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.9 2022/04/17 22:56:22 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.10 2022/05/27 18:21:50 pin Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 @@ -115,7 +115,6 @@ CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 CARGO_CRATE_DEPENDS+= rgb-0.8.32 -CARGO_CRATE_DEPENDS+= rgb2ansi256-0.1.1 CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 CARGO_CRATE_DEPENDS+= rustversion-1.0.6 CARGO_CRATE_DEPENDS+= ryu-1.0.9 diff --git a/textproc/hgrep/distinfo b/textproc/hgrep/distinfo index f0a9a050a71de..cd29f2a3bed92 100644 --- a/textproc/hgrep/distinfo +++ b/textproc/hgrep/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2022/04/23 21:10:39 pin Exp $ +$NetBSD: distinfo,v 1.11 2022/05/27 18:21:50 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -192,9 +192,9 @@ Size (hashbrown-0.11.2.crate) = 85713 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes -BLAKE2s (hgrep-0.2.5.tar.gz) = 7187ef430860687d22269c8b5861aa4312ce5badb2c8c9deec7d6efec6b92970 -SHA512 (hgrep-0.2.5.tar.gz) = 1bdbd5fdd595f56b22e8e74e380ea29a8efb14c00a8d351000c931751a20eb5f32b5bceeea0142d86ecb35a38d0f34a40e5ae1b96e2a6cf4eb9f0d091dd2c000 -Size (hgrep-0.2.5.tar.gz) = 862962 bytes +BLAKE2s (hgrep-0.2.6.tar.gz) = e1920d8972725e86b7d12db2213a0fbb30a96e187ea38415f7172a2e0eb66415 +SHA512 (hgrep-0.2.6.tar.gz) = c16f17d75c236994f90ab444ef20866397f412d527e202251399a43ba6aef6533211f4a768a85a975fddfa58ce1576a0a27e82e9f75e29f3276282dddcf15071 +Size (hgrep-0.2.6.tar.gz) = 862861 bytes BLAKE2s (ignore-0.4.18.crate) = 8572ea3aa32efc6b519aaa1637d0bff67c2c75d5ca3a53f0c79c2b7af757b4ea SHA512 (ignore-0.4.18.crate) = 5d11a2415f015cce6ce72aa3d08a7cfb645ee7f1845b3445a924a92144438f209c992cc15d4ede3099d1eebe3fa28bde4e0eef1a3fbcb9dbced19a42051d21be Size (ignore-0.4.18.crate) = 53174 bytes @@ -348,9 +348,6 @@ Size (remove_dir_all-0.5.3.crate) = 9184 bytes BLAKE2s (rgb-0.8.32.crate) = ea1b98d9f0058d14df9312cb547b6d48c9902c612dd3f4c990a26dbeebf4550a SHA512 (rgb-0.8.32.crate) = 91ace666e237088ee409f3c2935ca5ab07ff35e69ce4ba1003a81e72707b6ca05c20c495d649790c3a49de9d7d439df1efd7aed322c3bacd4fc86ef8d1b15606 Size (rgb-0.8.32.crate) = 16213 bytes -BLAKE2s (rgb2ansi256-0.1.1.crate) = 6ab3d43da4e5e80ab6fa065157cc6af3c5315b7e162948d5973720215bf8a40d -SHA512 (rgb2ansi256-0.1.1.crate) = 3ab647d3341847169610affb8762d31279a6c984ba855597cc027897466123b39b79341576fff2f226851a43bd08bc4cb7ac57a2e33dd840ea5f41a15da1b2aa -Size (rgb2ansi256-0.1.1.crate) = 6376 bytes BLAKE2s (rustc_version-0.4.0.crate) = 8244e9157b6b8811ae926fc0ed00edeb2b0a0f0f34d6e7b93ad236cbb6ffffba SHA512 (rustc_version-0.4.0.crate) = f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db Size (rustc_version-0.4.0.crate) = 12175 bytes From 3f945dd2d4395ea9b597462d75ed9f4c0349cb1c Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 27 May 2022 18:22:51 +0000 Subject: [PATCH 1103/1154] doc: Updated textproc/hgrep to 0.2.6 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 008d3936aa12d..54d98f2e66a9e 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2764 2022/05/27 12:29:19 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2765 2022/05/27 18:22:51 pin Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4238,3 +4238,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/meson to 0.62.1 [adam 2022-05-27] Updated devel/glibmm2.68 to 2.68.2 [adam 2022-05-27] Updated devel/pangomm2.48 to 2.48.2 [adam 2022-05-27] + Updated textproc/hgrep to 0.2.6 [pin 2022-05-27] From 0a3c91bdfdbfae8e62c27b59e0c1b84a5c25c2ed Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 28 May 2022 00:52:42 +0000 Subject: [PATCH 1104/1154] (devel/ocaml-bigstringaf) Fix build, +USE_TOOLS+= gmake --- devel/ocaml-bigstringaf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/ocaml-bigstringaf/Makefile b/devel/ocaml-bigstringaf/Makefile index 0ba7a2b345a95..33a949935506c 100644 --- a/devel/ocaml-bigstringaf/Makefile +++ b/devel/ocaml-bigstringaf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:22 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/28 00:52:42 mef Exp $ DISTNAME= ${GITHUB_PROJECT}-0.9.0 PKGNAME= ocaml-${DISTNAME} @@ -12,6 +12,7 @@ COMMENT= Bigstring intrinsics and fast blits based on memcpy/memmmove LICENSE= modified-bsd USE_LANGUAGES= # none +USE_TOOLS+= gmake OCAML_USE_DUNE= yes .include "../../lang/ocaml/ocaml.mk" From dbd9effe216d687cbaf6be330dbb8336ad21f1b2 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sat, 28 May 2022 01:51:16 +0000 Subject: [PATCH 1105/1154] llvm: document additional dependants --- lang/llvm/version.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/llvm/version.mk b/lang/llvm/version.mk index e5fd0019e5c69..23302bdfc3d21 100644 --- a/lang/llvm/version.mk +++ b/lang/llvm/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.7 2022/02/03 20:38:39 adam Exp $ +# $NetBSD: version.mk,v 1.8 2022/05/28 01:51:16 gutteridge Exp $ # used by devel/lld # used by devel/lldb # used by devel/polly @@ -8,6 +8,8 @@ # used by lang/libcxx # used by lang/libcxxabi # used by lang/libunwind +# used by lang/wasi-compiler-rt +# used by lang/wasi-libcxx # used by parallel/openmp LLVM_VERSION= 13.0.1 From 4a4530d4026690c87c72be36a53081dd66ba8647 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sat, 28 May 2022 01:54:49 +0000 Subject: [PATCH 1106/1154] musicpd: adjust a comment --- audio/musicpd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 6e71dcc3afdc2..e4b9794286107 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2022/05/18 08:43:06 wiz Exp $ +# $NetBSD: Makefile,v 1.264 2022/05/28 01:54:49 gutteridge Exp $ DISTNAME= mpd-0.23.7 PKGNAME= ${DISTNAME:S/mpd/musicpd/} @@ -21,8 +21,7 @@ USE_LANGUAGES= c c++ # # Please be cautious of raising this requirement - mpd seems to adopt new C++ # standards quickly. Notably, gcc8 from pkgsrc doesn't have support for -# NetBSD/earmv7hf. gcc10 should, but fails for other reasons (TODO: -# investigate). +# NetBSD/earmv7hf. GCC_REQD+= 7 MESON_ARGS+= -Ddocumentation=enabled From a230f1debf22bfcc4149e7ec6303e0cd5c8ac753 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sat, 28 May 2022 02:31:47 +0000 Subject: [PATCH 1107/1154] gcc.mk: restore GCC 6 handling This is partly intended as a workaround to fix behaviour on NetBSD 8.x where GCC 7 was being pulled in universally after the prior commits here. Now it behaves as expected. There is an unaddressed issue in this code that needs to be examined further. (This has been discussed in more than one recent thread on teck-pkg@, including John Klos's report of this issue.) In any case, GCC 6 has also seen build improvements by nia@, who noted it's safe to simply revert part of the original change set, in one of those discussions on tech-pkg. (We can't use the hack introduced in the prior revisions for GCC 6, though, or this same broken dependency pattern occurs and will universally force GCC 6 instead of 7 on NetBSD 8.x.) Tested on NetBSD 8.2_STABLE and 9.2_STABLE with various packages, including tcsh, the original reported issue. --- mk/compiler/gcc.mk | 57 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index cdf663ca7ea66..b82ad5d8228db 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.241 2022/05/21 09:26:50 nia Exp $ +# $NetBSD: gcc.mk,v 1.242 2022/05/28 02:31:47 gutteridge Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -94,7 +94,7 @@ _DEF_VARS.gcc= \ _IS_BUILTIN_GCC \ _LANGUAGES.gcc \ _LINKER_RPATH_FLAG \ - _NEED_GCC7 _NEED_GCC8 _NEED_GCC9 \ + _NEED_GCC6 _NEED_GCC7 _NEED_GCC8 _NEED_GCC9 \ _NEED_GCC10 \ _NEED_GCC_AUX _NEED_NEWER_GCC \ _PKGSRC_GCC_VERSION \ @@ -125,7 +125,7 @@ _USE_VARS.gcc= \ _PKGSRC_USE_FORTIFY _PKGSRC_USE_RELRO _PKGSRC_USE_STACK_CHECK \ _OPSYS_INCLUDE_DIRS _OPSYS_LIB_DIRS _IGN_VARS.gcc= \ - _GCC7_PATTERNS _GCC8_PATTERNS _GCC9_PATTERNS \ + _GCC6_PATTERNS _GCC7_PATTERNS _GCC8_PATTERNS _GCC9_PATTERNS \ _GCC10_PATTERNS _GCC_AUX_PATTERNS _LISTED_VARS.gcc= \ MAKEFLAGS IMAKEOPTS LDFLAGS PREPEND_PATH @@ -154,8 +154,11 @@ _GCC_DIST_NAME:= gcc10 .include "../../lang/${_GCC_DIST_NAME}/version.mk" _GCC_DIST_VERSION:= ${${_GCC_DIST_NAME:tu}_DIST_VERSION} +# _GCC6_PATTERNS matches N s.t. N < 7. +_GCC6_PATTERNS= 5 6 [0-6].* + # _GCC7_PATTERNS matches N s.t. 7.0 <= N < 8. -_GCC7_PATTERNS= 5 6 [0-6].* 7 7.* +_GCC7_PATTERNS= 7 7.* # _GCC8_PATTERNS matches N s.t. 8.0 <= N < 9. _GCC8_PATTERNS= 8 8.* @@ -269,6 +272,18 @@ _GCC_STRICTEST_REQD= ${_version_} _GCC_REQD= ${_GCC_STRICTEST_REQD} # Determine which GCC version is required by examining _GCC_REQD. +_NEED_GCC6?= no +.for _pattern_ in ${_GCC6_PATTERNS} +. if !empty(_GCC_REQD:M${_pattern_}) +# XXX this won't work without adjustments elsewhere because of how +# _GCC_REQD is processed. +#. if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 089937 +#USE_PKGSRC_GCC= yes +#USE_PKGSRC_GCC_RUNTIME= yes +#. endif +_NEED_GCC6= yes +. endif +.endfor _NEED_GCC7?= no .for _pattern_ in ${_GCC7_PATTERNS} . if !empty(_GCC_REQD:M${_pattern_}) @@ -316,7 +331,7 @@ _NEED_GCC_AUX= yes _NEED_NEWER_GCC=NO . endif .endfor -.if !empty(_NEED_GCC7:M[nN][oO]) && \ +.if !empty(_NEED_GCC6:M[nN][oO]) && !empty(_NEED_GCC7:M[nN][oO]) && \ !empty(_NEED_GCC8:M[nN][oO]) && !empty(_NEED_GCC9:M[nN][oO]) && \ !empty(_NEED_GCC10:M[nN][oO]) && \ !empty(_NEED_GCC_AUX:M[nN][oO]) @@ -327,6 +342,7 @@ _NEED_GCC8= yes .if !empty(MACHINE_PLATFORM:MNetBSD-*-earm*) && \ ${OPSYS_VERSION} < 099900 && \ (${_NEED_GCC8:tl} == "yes" || ${_NEED_GCC9:tl} == "yes") +_NEED_GCC6= no _NEED_GCC7= no _NEED_GCC8= no _NEED_GCC9= no @@ -335,7 +351,9 @@ _NEED_GCC10= yes # Assume by default that GCC will only provide a C compiler. LANGUAGES.gcc?= c -.if !empty(_NEED_GCC7:M[yY][eE][sS]) +.if !empty(_NEED_GCC6:M[yY][eE][sS]) +LANGUAGES.gcc= c c++ fortran fortran77 go java objc obj-c++ +.elif !empty(_NEED_GCC7:M[yY][eE][sS]) LANGUAGES.gcc= c c++ fortran fortran77 go java objc obj-c++ .elif !empty(_NEED_GCC8:M[yY][eE][sS]) LANGUAGES.gcc= c c++ fortran fortran77 go java objc obj-c++ @@ -430,7 +448,28 @@ CFLAGS+= -Wno-import CFLAGS+= ${_GCC_CFLAGS} FCFLAGS+= ${_GCC_FCFLAGS} -.if !empty(_NEED_GCC7:M[yY][eE][sS]) +.if !empty(_NEED_GCC6:M[yY][eE][sS]) +# +# We require gcc-6.x in the lang/gcc6-* directory. +# +_GCC_PKGBASE= gcc6 +. if ${PKGPATH} == lang/gcc6 +_IGNORE_GCC= yes +MAKEFLAGS+= _IGNORE_GCC=yes +. endif +. if !defined(_IGNORE_GCC) && !empty(_LANGUAGES.gcc) +_GCC_PKGSRCDIR= ../../lang/gcc6 +_GCC_DEPENDENCY= gcc6>=${_GCC_REQD}:../../lang/gcc6 +. if !empty(_LANGUAGES.gcc:Mc++) || \ + !empty(_LANGUAGES.gcc:Mfortran) || \ + !empty(_LANGUAGES.gcc:Mfortran77) || \ + !empty(_LANGUAGES.gcc:Mgo) || \ + !empty(_LANGUAGES.gcc:Mobjc) || \ + !empty(_LANGUAGES.gcc:Mobj-c++) +_USE_GCC_SHLIB?= yes +. endif +. endif +.elif !empty(_NEED_GCC7:M[yY][eE][sS]) # # We require gcc-7.x in the lang/gcc7-* directory. # @@ -829,7 +868,9 @@ PREPEND_PATH+= ${_GCC_DIR}/bin . if ${PKGPATH} != devel/libtool-base && ${PKGPATH} != devel/binutils && \ empty(PKGPATH:Mlang/gcc4?) && empty(PKGPATH:Mlang/gcc[5-9]) && \ empty(PKGPATH:Mlang/gcc10) -. if !empty(_GCC_PKGBASE:Mgcc7) +. if !empty(_GCC_PKGBASE:Mgcc6) +. include "../../lang/gcc6-libs/buildlink3.mk" +. elif !empty(_GCC_PKGBASE:Mgcc7) . include "../../lang/gcc7-libs/buildlink3.mk" . elif !empty(_GCC_PKGBASE:Mgcc8) . include "../../lang/gcc8-libs/buildlink3.mk" From 89c41b19349e4156828ab746f013a3ea75fffc1b Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 03:26:37 +0000 Subject: [PATCH 1108/1154] Update to 0.28 Upstream changes: 0.28 Mon Oct 25 11:38:55 JST 2021 - Support OpenSSL 3.0. --- security/p5-Crypt-SMIME/Makefile | 5 ++--- security/p5-Crypt-SMIME/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/security/p5-Crypt-SMIME/Makefile b/security/p5-Crypt-SMIME/Makefile index 413fd46eae927..7842e622f211b 100644 --- a/security/p5-Crypt-SMIME/Makefile +++ b/security/p5-Crypt-SMIME/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2021/05/24 19:54:01 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/28 03:26:37 wen Exp $ -DISTNAME= Crypt-SMIME-0.27 +DISTNAME= Crypt-SMIME-0.28 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIKAGE/} diff --git a/security/p5-Crypt-SMIME/distinfo b/security/p5-Crypt-SMIME/distinfo index 4ca78368708a9..923dfec179f8e 100644 --- a/security/p5-Crypt-SMIME/distinfo +++ b/security/p5-Crypt-SMIME/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:17:29 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/28 03:26:37 wen Exp $ -BLAKE2s (Crypt-SMIME-0.27.tar.gz) = 74bd0c9f8117580b8d555db6c603a0a0d8f3fe6d3894fd90cfba744f30e90402 -SHA512 (Crypt-SMIME-0.27.tar.gz) = 10b752285c4a8c6f8db42dd98ff2dfad82155dd1c21dd57afee32aa2ee176308726469b1d8d69fda5d6ef0aa48fd000f2a4a0dfea80207db8f6078e642f7afaf -Size (Crypt-SMIME-0.27.tar.gz) = 27977 bytes +BLAKE2s (Crypt-SMIME-0.28.tar.gz) = ef48a0ddfe4290cf9b314021d403020c0cbc5441c76c94fc75ef5fd926c0528f +SHA512 (Crypt-SMIME-0.28.tar.gz) = a930b7c10860550f57e1d83fc78cfe7ee17d265bdb7a04a6ad06281dcf419573e48271b83b66773ee871e4040cd2851fec2882a3b5e426456e5906415793927e +Size (Crypt-SMIME-0.28.tar.gz) = 28611 bytes From 2503f78667eb2d17767be19bbd44cbeda174aad3 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 03:27:23 +0000 Subject: [PATCH 1109/1154] Updated security/p5-Crypt-SMIME to 0.28 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 54d98f2e66a9e..fb5624a1bf61f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2765 2022/05/27 18:22:51 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2766 2022/05/28 03:27:23 wen Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4239,3 +4239,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/glibmm2.68 to 2.68.2 [adam 2022-05-27] Updated devel/pangomm2.48 to 2.48.2 [adam 2022-05-27] Updated textproc/hgrep to 0.2.6 [pin 2022-05-27] + Updated security/p5-Crypt-SMIME to 0.28 [wen 2022-05-28] From b68d16dd9f4c97036edeb2bc4485ce614b37295d Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 03:33:39 +0000 Subject: [PATCH 1110/1154] Update to 0.076 Upstream changes: 0.076 2022-01-07 - fix #80 github actions (mac, windows, cygwin) - fix #79 isolate ltc functions (via -Wl,--exclude-libs,ALL) - fix #68 Segmentation fault on Apache due to symbol clash with libasn1 0.075 2021-12-25 - fix #78 bundled libtomcrypt update branch:develop (commit:673f5ce2 2021-06-04) 0.074 2021-11-06 - fix #75 Missing methods _sadd + _ssub in Math::BigInt::LTM - fix #76 Tests failing for numbers with multiple underscore characters (Math::BigInt::LTM) --- security/p5-CryptX/Makefile | 4 ++-- security/p5-CryptX/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/p5-CryptX/Makefile b/security/p5-CryptX/Makefile index f81ecc934813e..48448570bf414 100644 --- a/security/p5-CryptX/Makefile +++ b/security/p5-CryptX/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2021/09/05 04:04:36 wen Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/28 03:33:39 wen Exp $ -DISTNAME= CryptX-0.073 +DISTNAME= CryptX-0.076 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIK/} diff --git a/security/p5-CryptX/distinfo b/security/p5-CryptX/distinfo index ca1cbba24743c..dfe1e09d9a424 100644 --- a/security/p5-CryptX/distinfo +++ b/security/p5-CryptX/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2021/10/26 11:17:30 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/05/28 03:33:39 wen Exp $ -BLAKE2s (CryptX-0.073.tar.gz) = 97fc862dc4d2957711623aeba3877bb9362e4d34d7383c6000c47c0fb2f3388c -SHA512 (CryptX-0.073.tar.gz) = 592e4d657870785d7d13ba74bdc28c62575c4cf1ed95fb8de4524617ae92d196c5f1bc031ea4a39601ddb6ea8484dc28a4f2ddf53e2348466e9f8307956d0646 -Size (CryptX-0.073.tar.gz) = 1643681 bytes +BLAKE2s (CryptX-0.076.tar.gz) = b4c605905e5b59de6bbfcee7daa348e9118e7de67d87c67b0f284fe79f6c654c +SHA512 (CryptX-0.076.tar.gz) = 1cc764f2d206b112dbc578906c44d630185bd1c100b2cc93679ee5f3d49ba74152d73793ad4d8ae779c2279056f35bf99da08651d2269b274ee1d9e32c0b0c7b +Size (CryptX-0.076.tar.gz) = 1647443 bytes From dd58029de8de70b48b0079cfe91573102007b6ae Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 03:34:23 +0000 Subject: [PATCH 1111/1154] Updated security/p5-CryptX to 0.076 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index fb5624a1bf61f..2debac2e636fa 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2766 2022/05/28 03:27:23 wen Exp $ +$NetBSD: CHANGES-2022,v 1.2767 2022/05/28 03:34:23 wen Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4240,3 +4240,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/pangomm2.48 to 2.48.2 [adam 2022-05-27] Updated textproc/hgrep to 0.2.6 [pin 2022-05-27] Updated security/p5-Crypt-SMIME to 0.28 [wen 2022-05-28] + Updated security/p5-CryptX to 0.076 [wen 2022-05-28] From b662b29eba96cbee5b219f29871f41dc76301189 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 04:46:39 +0000 Subject: [PATCH 1112/1154] Update to 9.3.14 Upstream changes: 9.3.14: This is a security release of the Drupal 9 series. This release fixes security vulnerabilities. Sites are urged to update immediately after reading the notes below and the security announcements: Drupal core - Moderately critical - Third-party libraries - SA-CORE-2022-010 9.3.13: Changes since 9.3.12 Issue #3278163 by xjm, nod_, lauriii: yarn upgrade for latest security vulnerabilities Issue #3266912 by nod_, Wim Leers, lauriii, xjm, mmjvb: Review version constraints for production yarn dependencies Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second Revert "Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second" Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second Issue #3270709 by Shashwat Purav, Chi, apaderno: Remove reference to contextual_pre_render_placeholder() function Issue #3277309 by phjou, mradcliffe, benjifisher, markie: Update links to Drupal documentation pages in Umami Issue #2995367 by quietone, xjm, Lendude: Fix update module test fixture names for 8.2.0-rc2 sample data Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm, sjothivelu@valleywater.org, mcolebank, joshmiller, markie, mradcliffe, pilot3, W01F: Dialog css references nonexistient --color-whitesmoke css variable Issue #3277743 by xjm, RainbowArray: Update contributor name and username in MAINTAINERS.txt Issue #3228691 by Wim Leers, lauriii, nod_: Restrict allowed additional attributes to prevent self XSS Issue #3276974 by hooroomoo, Wim Leers: [drupalMedia] Media View Modes don't work if alignment not enabled Issue #3261599 by hooroomoo, Wim Leers, lauriii: Use CKEditor 5's native
      support (and also support
        ) Issue #3277405 by Wim Leers, nod_: Update @ckeditor/ckeditor5-list to v34.0.1 Issue #3231334 by Wim Leers, bnjmnm: Global attributes (<* lang> and <* dir="ltr rtl">): validation + support (fix data loss) Issue #3229078 by scott_euser, Wim Leers, hooroomoo, brentg, yogeshmpawar, catch: Unit tests for all @CKEditor5Plugin plugin classes Issue #3248425 by nod_, yogeshmpawar, Wim Leers, lauriii, bnjmnm, marcvangend: Ensure that all classes and functions in Drupal-specific CKEditor 5 plugins are documented Issue #3269085 by alexpott, larowlan, danflanagan8, Matroskeen: [random test failure] Random test fail in EntityAutocompleteTest Issue #3276627 by Wim Leers, hooroomoo: CKEditor5::shouldHaveVisiblePluginSettingsForm() does not correctly handle configurable CKE5 plugin that has a filter condition Issue #3276670 by hooroomoo, Wim Leers: Some configurations of allowed view modes cause CKE to fail to initialize Issue #2717921 by gaurav.kapoor, drnikki, subhashuyadav, pratik_specbee, hmendes, jhodgdon, joachim, effulgentsia, shashikant_chauhan, Wim Leers, larowlan: undocumented #has_garbage_value property of render elements Issue #3245720 by hooroomoo, nod_, Wim Leers, lauriii, yash.rode: [drupalMedia] Support choosing a view mode for Issue #3261943 by bnjmnm, lauriii, Wim Leers, andreasderijcke, ifrik: Confusing behavior after pressing "Apply changes to allowed tags" with invalid value Issue #3230230 by bnjmnm, johnwebdev, Wim Leers, lauriii, Anna_CKSource, Reinmar: Enable table captions; override CKE5's default downcast to generate
        instead of
        Issue #3272035 by mherchel, andy-blum: Add "linktext" and "canvastext" to cspell dictionary. Issue #3273056 by kmonahan, mherchel, Johnny Santos, rkoller, ckrina: Active and hover state of skip to main content has a too low color contrast Issue #3130305 by mherchel, cindytwilliams, bnjmnm, saschaeggi, andrewmacpherson: Ensure all of Claro's background images are visible in forced colors mode Issue #3269341 by mherchel, KurtTrowbridge: Claro element not rendering properly in forced colors Back to dev. Merged 9.3.12. Issue #3269091 by gambry, yogeshmpawar, jonathanshaw, joachim, alexpott: Undocumented behaviour for Schema::findTables() when an underscore is used Issue #3273325 by Dom., Wim Leers, andregp, ifrik: CKE5 and contrib: better "next action" description on upgrade path messages Issue #3274278 by Wim Leers, jcnventura, yogeshmpawar, andregp, bnjmnm: Migrate "codetag" contrib CKEditor 4 plugin to built-in equivalent in core's CKEditor 5 --- www/drupal9/Makefile | 5 ++--- www/drupal9/PLIST | 26 +++++++++++++++++++------- www/drupal9/distinfo | 8 ++++---- 3 files changed, 25 insertions(+), 14 deletions(-) diff --git a/www/drupal9/Makefile b/www/drupal9/Makefile index eb32800ad266a..50f53551de17e 100644 --- a/www/drupal9/Makefile +++ b/www/drupal9/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2022/05/05 11:10:51 wen Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/28 04:46:39 wen Exp $ -DISTNAME= drupal-9.3.12 +DISTNAME= drupal-9.3.14 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ diff --git a/www/drupal9/PLIST b/www/drupal9/PLIST index f6278815f3099..0ed6f60583bed 100644 --- a/www/drupal9/PLIST +++ b/www/drupal9/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/04/30 09:56:55 wen Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/05/28 04:46:39 wen Exp $ share/drupal/.csslintrc share/drupal/.editorconfig share/drupal/.eslintignore @@ -4284,7 +4284,6 @@ share/drupal/core/modules/ckeditor5/css/blockquote.admin.css share/drupal/core/modules/ckeditor5/css/code-block.admin.css share/drupal/core/modules/ckeditor5/css/drupalmedia.admin.css share/drupal/core/modules/ckeditor5/css/drupalmedia.css -share/drupal/core/modules/ckeditor5/css/filter.admin.css share/drupal/core/modules/ckeditor5/css/heading.admin.css share/drupal/core/modules/ckeditor5/css/horizontal-line.admin.css share/drupal/core/modules/ckeditor5/css/ie-warnings.css @@ -4353,7 +4352,6 @@ share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalHtmlEngine/src/dr share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalHtmlEngine/src/drupalhtmlengine.js share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalHtmlEngine/src/drupalhtmlwriter.js share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalHtmlEngine/src/index.js -share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalImage/README.md share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalImage/src/drupalimage.js share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalImage/src/drupalimagealternativetext.js share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalImage/src/drupalimageediting.js @@ -4371,6 +4369,7 @@ share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupale share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupalelementstyle/drupalelementstylecommand.js share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupalelementstyle/drupalelementstyleediting.js share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupalelementstyle/drupalelementstyleui.js +share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupalelementstyle/utils.js share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupallinkmedia/drupallinkmedia.js share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupallinkmedia/drupallinkmediaediting.js share/drupal/core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupallinkmedia/drupallinkmediaui.js @@ -4411,14 +4410,17 @@ share/drupal/core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php share/drupal/core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php share/drupal/core/modules/ckeditor5/src/EventSubscriber/CKEditor5CacheTag.php share/drupal/core/modules/ckeditor5/src/HTMLRestrictions.php +share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor4To5Upgrade/Contrib.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor4To5Upgrade/Core.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php +share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/GlobalAttribute.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageUpload.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php +share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Media.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/MediaLibrary.php share/drupal/core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php @@ -4438,6 +4440,8 @@ share/drupal/core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConf share/drupal/core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php share/drupal/core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php share/drupal/core/modules/ckeditor5/src/Plugin/Validation/Constraint/PluginManagerDependentValidatorTrait.php +share/drupal/core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraint.php +share/drupal/core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraintValidator.php share/drupal/core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraint.php share/drupal/core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php share/drupal/core/modules/ckeditor5/src/Plugin/Validation/Constraint/TextEditorObjectDependentValidatorTrait.php @@ -4455,6 +4459,8 @@ share/drupal/core/modules/ckeditor5/tests/modules/ckeditor5_definition_supportin share/drupal/core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.info.yml share/drupal/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.info.yml share/drupal/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.module +share/drupal/core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/ckeditor5_incompatible_filter_test.info.yml +share/drupal/core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/src/Plugin/Filter/FilterIsIncompatible.php share/drupal/core/modules/ckeditor5/tests/modules/ckeditor5_manual_decorator_test/ckeditor5_manual_decorator_test.ckeditor5.yml share/drupal/core/modules/ckeditor5/tests/modules/ckeditor5_manual_decorator_test/ckeditor5_manual_decorator_test.info.yml share/drupal/core/modules/ckeditor5/tests/modules/ckeditor5_plugin_conditions_test/ckeditor5_plugin_conditions_test.ckeditor5.yml @@ -4492,6 +4498,7 @@ share/drupal/core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest. share/drupal/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php share/drupal/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php share/drupal/core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php +share/drupal/core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php share/drupal/core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php share/drupal/core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php share/drupal/core/modules/ckeditor5/tests/src/Kernel/CKEditor5StylesheetsTest.php @@ -4508,7 +4515,11 @@ share/drupal/core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait. share/drupal/core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php share/drupal/core/modules/ckeditor5/tests/src/Unit/CKEditor5Test.php share/drupal/core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php +share/drupal/core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php +share/drupal/core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php +share/drupal/core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php share/drupal/core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php +share/drupal/core/modules/ckeditor5/tests/src/Unit/SourceEditingPluginTest.php share/drupal/core/modules/ckeditor5/webpack.config.js share/drupal/core/modules/color/color.es6.js share/drupal/core/modules/color/color.info.yml @@ -10057,6 +10068,7 @@ share/drupal/core/modules/system/tests/modules/cron_queue_test/cron_queue_test.i share/drupal/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php share/drupal/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDatabaseDelayException.php share/drupal/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php +share/drupal/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php share/drupal/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php share/drupal/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php share/drupal/core/modules/system/tests/modules/csrf_race_test/csrf_race_test.info.yml @@ -11805,12 +11817,12 @@ share/drupal/core/modules/update/tests/fixtures/release-history/drupal.9.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.broken.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.dev.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.0.1_0.2.xml -share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.0.2-rc2-b.xml -share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.0.2-rc2.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.0.2.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.1.2.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.1.2_insecure-unsupported.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.1.2_insecure.xml +share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.2.0-rc2-b.xml +share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.2.0-rc2.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.2.0.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.2.0_3.0-rc1.xml share/drupal/core/modules/update/tests/fixtures/release-history/drupal.sec.2.0_9.0.0.xml @@ -11834,12 +11846,12 @@ share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.1.1. share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.9.xml share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.dev.xml share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.sec.0.1_0.2.xml -share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.sec.0.2-rc2-b.xml -share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.sec.0.2-rc2.xml share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.sec.0.2.xml share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.sec.1.2.xml share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.sec.1.2_insecure-unsupported.xml share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.sec.1.2_insecure.xml +share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.sec.2.0-rc2-b.xml +share/drupal/core/modules/update/tests/fixtures/release-history/semver_test.sec.2.0-rc2.xml share/drupal/core/modules/update/tests/fixtures/release-history/update_test_basetheme.1_1-sec.xml share/drupal/core/modules/update/tests/fixtures/release-history/update_test_new_module.1_1.xml share/drupal/core/modules/update/tests/fixtures/release-history/update_test_subtheme.1_0.xml diff --git a/www/drupal9/distinfo b/www/drupal9/distinfo index e65fe9443d401..1d45e3f32798e 100644 --- a/www/drupal9/distinfo +++ b/www/drupal9/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/04/30 09:56:55 wen Exp $ +$NetBSD: distinfo,v 1.2 2022/05/28 04:46:39 wen Exp $ -BLAKE2s (drupal-9.3.12.tar.gz) = 2cb7506facda243a8bca4e4c904152932dfaa31ba8025cd2c60fa66bb369c6a3 -SHA512 (drupal-9.3.12.tar.gz) = 196f6fb3391127e4ead2cd0c7e8748d8473e8aec87940ad2191a93200437cda690af3101d36bff0aab8e8ce14decae35cb3fb479a23fc24051abeee32df2c3fb -Size (drupal-9.3.12.tar.gz) = 20893997 bytes +BLAKE2s (drupal-9.3.14.tar.gz) = 918bdd73c36a67cad64e6cb3e3d2cdce511070f21ec65e4c36d17e111abc69a9 +SHA512 (drupal-9.3.14.tar.gz) = 6379cb43dcbb7785df1b61a0c5dce4da99e1dfd264b87c594de23dfe4564b668573dc18b4252c2536e50cfaaed3d0b825c025b1700147ea404d809610c2943fa +Size (drupal-9.3.14.tar.gz) = 20913210 bytes From f69feaf2ad297c156185bd506bc3dde250a91a12 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 04:48:40 +0000 Subject: [PATCH 1113/1154] Updated www/drupal9 to 9.3.14 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 2debac2e636fa..e2b3b93868439 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2767 2022/05/28 03:34:23 wen Exp $ +$NetBSD: CHANGES-2022,v 1.2768 2022/05/28 04:48:40 wen Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4241,3 +4241,4 @@ Changes to the packages collection and infrastructure in 2022: Updated textproc/hgrep to 0.2.6 [pin 2022-05-27] Updated security/p5-Crypt-SMIME to 0.28 [wen 2022-05-28] Updated security/p5-CryptX to 0.076 [wen 2022-05-28] + Updated www/drupal9 to 9.3.14 [wen 2022-05-28] From 1287be0601bb08dc6b300322602ae4a1b6a148c5 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 04:52:55 +0000 Subject: [PATCH 1114/1154] Update to 0.88 Upstream changes: [Changes for 0.88 - Sat Dec 18 11:34:44 CST 2021] * Update PAUSE keys to 2022. (@skaji) --- security/p5-Module-Signature/Makefile | 5 ++--- security/p5-Module-Signature/PLIST | 4 ++-- security/p5-Module-Signature/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 4118a2696d50d..75d2d0f929876 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2021/05/24 19:54:04 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2022/05/28 04:52:55 wen Exp $ -DISTNAME= Module-Signature-0.87 +DISTNAME= Module-Signature-0.88 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/security/p5-Module-Signature/PLIST b/security/p5-Module-Signature/PLIST index 980ffe1883dc8..4b1b7ec0bb839 100644 --- a/security/p5-Module-Signature/PLIST +++ b/security/p5-Module-Signature/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.6 2020/09/07 14:28:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/28 04:52:55 wen Exp $ share/Module-Signature/ANDK2020.pub share/Module-Signature/AUDREYT2018.pub share/Module-Signature/NIKLASHOLM2018.pub -share/Module-Signature/PAUSE2020.pub +share/Module-Signature/PAUSE2022.pub diff --git a/security/p5-Module-Signature/distinfo b/security/p5-Module-Signature/distinfo index 858a31bbaa577..36dce7b3dff1c 100644 --- a/security/p5-Module-Signature/distinfo +++ b/security/p5-Module-Signature/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 11:17:32 nia Exp $ +$NetBSD: distinfo,v 1.21 2022/05/28 04:52:55 wen Exp $ -BLAKE2s (Module-Signature-0.87.tar.gz) = 5828a5410396e39a63b893f2fb76f06dc0bab5306593e2b15fff8d3b9c5fe15f -SHA512 (Module-Signature-0.87.tar.gz) = d0afeab528d0b8a46b8a6a1f9714ab7efefb386f5b93113e733fa18b23b38c98c6a13f10e9091c0cbf392956cd02484d09482d31cd9146ed6de11adb7cd81124 -Size (Module-Signature-0.87.tar.gz) = 97211 bytes +BLAKE2s (Module-Signature-0.88.tar.gz) = 90c87d91c570428d14a24880c950cf2feaa0b6d760a4b9026766f8248f35b927 +SHA512 (Module-Signature-0.88.tar.gz) = 624d7508b7854e05c50915b9192552fddd17e22043f2b330c02c34ad44dd01cb0ffd657fcd4e5333324b2ce9a05e044772e80c3ae061608f91d8101d00b3666c +Size (Module-Signature-0.88.tar.gz) = 98697 bytes From d30bfb677be0d3da95ec806368aae213ab4b541c Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 04:53:50 +0000 Subject: [PATCH 1115/1154] Updated security/p5-Module-Signature to 0.88 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e2b3b93868439..cf747dfb03d5d 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2768 2022/05/28 04:48:40 wen Exp $ +$NetBSD: CHANGES-2022,v 1.2769 2022/05/28 04:53:50 wen Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4242,3 +4242,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/p5-Crypt-SMIME to 0.28 [wen 2022-05-28] Updated security/p5-CryptX to 0.076 [wen 2022-05-28] Updated www/drupal9 to 9.3.14 [wen 2022-05-28] + Updated security/p5-Module-Signature to 0.88 [wen 2022-05-28] From 3a6360c8eef547fd0de96bf4c88a054d5d398bf4 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 28 May 2022 06:01:30 +0000 Subject: [PATCH 1116/1154] tinyproxy: updated to 1.11.1 1.11.1 Fixes issues detected in 1.11.0, add new fnmatch based filtertype. --- www/tinyproxy/Makefile | 4 ++-- www/tinyproxy/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index 06a16b85070f5..485fa24c43836 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2021/07/21 10:05:26 yhardy Exp $ +# $NetBSD: Makefile,v 1.45 2022/05/28 06:01:30 adam Exp $ -DISTNAME= tinyproxy-1.11.0 +DISTNAME= tinyproxy-1.11.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tinyproxy/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index 5e4038f7f8e30..1ed4c6e5c90f3 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:31:11 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/05/28 06:01:30 adam Exp $ -BLAKE2s (tinyproxy-1.11.0.tar.xz) = 06c34a2668f1cb579280f8ede47eb0f6a1502ad57e977da0b4e245c824800b81 -SHA512 (tinyproxy-1.11.0.tar.xz) = c0ff2a90da2352e6021efc87d1293b85f2a7588b2a1ab13bd96d906382eda8188b22b01f9acb2d200fd570bf3ec9484fa370cae6834d1f055c0af1631d22ae9d -Size (tinyproxy-1.11.0.tar.xz) = 177664 bytes +BLAKE2s (tinyproxy-1.11.1.tar.xz) = 5d2b3a931dec6c36e4f5babbc6ab108e799578ed7ffdbb68aa6718b94d41f0ec +SHA512 (tinyproxy-1.11.1.tar.xz) = 2e3435bbfece3797c11ccce222eef494ed92e00dd82bea2c40a54e454b7e03c8abc8e09b244f2da7192209c39047369439d08974b79eebc996fb3095230d0374 +Size (tinyproxy-1.11.1.tar.xz) = 182080 bytes SHA1 (patch-docs_man5_tinyproxy.conf.txt.in) = 362e1750c5ee9a114d02b738bfc3ed85fd39d1c7 SHA1 (patch-docs_man8_tinyproxy.txt.in) = 63076c947820380d730cb95004ba1804d31fccdf SHA1 (patch-etc_Makefile.in) = 05586bae07900c24dd418bddcbf0157ba2b302ef From 839c36d3a106ab85bb0b7499216fa6c565bcb53b Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 28 May 2022 06:03:41 +0000 Subject: [PATCH 1117/1154] gnutls: updated to 3.7.6 Version 3.7.6 (released 2022-05-27) ** libgnutls: Fixed invalid write when gnutls_realloc_zero() is called with new_size < old_size. This bug caused heap corruption when gnutls_realloc_zero() has been set as gmp reallocfunc --- security/gnutls/Makefile | 4 ++-- security/gnutls/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 44e0eca078f07..9f654f6b8afb8 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.231 2022/05/18 18:26:14 adam Exp $ +# $NetBSD: Makefile,v 1.232 2022/05/28 06:03:41 adam Exp $ -DISTNAME= gnutls-3.7.5 +DISTNAME= gnutls-3.7.6 CATEGORIES= security devel MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 3cf9969ac6cc4..6e04dafa1f5e4 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.153 2022/05/18 18:26:14 adam Exp $ +$NetBSD: distinfo,v 1.154 2022/05/28 06:03:42 adam Exp $ -BLAKE2s (gnutls-3.7.5.tar.xz) = e6a818e9f5e44970e01639f3506620279befc63b8a72304527dcd2cb52d968b1 -SHA512 (gnutls-3.7.5.tar.xz) = 2e4898e6aeff4f82abd48e6a442f5c9ebe4ecaeb0c038b76e2da8e468f6a7ae37fef5e8de17d90346f29aa0b56a08abf67fe8b81ba09dcf4612cc3b97b830bec -Size (gnutls-3.7.5.tar.xz) = 6321392 bytes +BLAKE2s (gnutls-3.7.6.tar.xz) = 58d8a3d58663d0fd29fe8c29826cb82ff693e2a9de1d5d08341e4f2ddd7e6bba +SHA512 (gnutls-3.7.6.tar.xz) = f872339df80ec31d292821ff00eaafbe50e0bd4cdbb86e21e4f78541cd0a26d843596d5e69c91de4db8ce7d027fc639ae6462b57d89fb116162ae63c5a97486a +Size (gnutls-3.7.6.tar.xz) = 6338276 bytes SHA1 (patch-configure) = 3653f74914f874aa369f62c8b267a46fd6b78eaa SHA1 (patch-lib_system_certs.c) = fba74b2834a36d66bddcd7d3405d0c91c1b14efc From 5c5a0623fea37847bd0893c83c59f2fb0a525c4d Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 28 May 2022 06:04:00 +0000 Subject: [PATCH 1118/1154] Updated www/tinyproxy, security/gnutls --- doc/CHANGES-2022 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index cf747dfb03d5d..d1595ba68f08c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2769 2022/05/28 04:53:50 wen Exp $ +$NetBSD: CHANGES-2022,v 1.2770 2022/05/28 06:04:00 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4243,3 +4243,5 @@ Changes to the packages collection and infrastructure in 2022: Updated security/p5-CryptX to 0.076 [wen 2022-05-28] Updated www/drupal9 to 9.3.14 [wen 2022-05-28] Updated security/p5-Module-Signature to 0.88 [wen 2022-05-28] + Updated www/tinyproxy to 1.11.1 [adam 2022-05-28] + Updated security/gnutls to 3.7.6 [adam 2022-05-28] From 7f393dbe837acd003270c2dc89f7dd073f172f4a Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 07:03:37 +0000 Subject: [PATCH 1119/1154] Update to 1.20220520 Upstream changes: 1.20220520 2022-05-20 UTC + Change default algorithm in dkimsign.pl to sha-256 + Use Getopt::Long::Descriptive in scripts for better command help 1.20220408 2022-04-08 UTC + Add support for signatures with an Expiration value --- mail/p5-Mail-DKIM/Makefile | 5 ++--- mail/p5-Mail-DKIM/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 64b31a72a1854..8b1faa656887c 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2021/05/24 19:52:48 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/28 07:03:37 wen Exp $ -DISTNAME= Mail-DKIM-1.20200907 +DISTNAME= Mail-DKIM-1.20220520 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo index 0e5c60c7b9f55..b66fd1acaf902 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2021/10/26 10:54:16 nia Exp $ +$NetBSD: distinfo,v 1.29 2022/05/28 07:03:37 wen Exp $ -BLAKE2s (Mail-DKIM-1.20200907.tar.gz) = 738afdf389cadffe53cfe8a6d9e0c4b00dc8106486fff078b0f7c78a3120a53d -SHA512 (Mail-DKIM-1.20200907.tar.gz) = 1bfdd97ca49abfd3ae6f13bc8ede8706531801e078351ac41a3a6172b9e65249d247e38a95c53eb60781b5f38b971a5acf9c8b98948e9c4d7a427a525ee231cb -Size (Mail-DKIM-1.20200907.tar.gz) = 177877 bytes +BLAKE2s (Mail-DKIM-1.20220520.tar.gz) = 943d68e6b3a9f3079469eced4d6ca60f2161751383576cf77451dea9b9542804 +SHA512 (Mail-DKIM-1.20220520.tar.gz) = e2ea3b29b7aa687ce333cd06c0e80a16decca22c0b8c30f4a11967d8801f77338441e41a85560da3fe7cacb9cbb7b4041d607d49c85f3c192ca1a205f1fcd920 +Size (Mail-DKIM-1.20220520.tar.gz) = 179153 bytes From 75a62c2db92ffcf791cae1db86b3616bd381c47f Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 07:04:51 +0000 Subject: [PATCH 1120/1154] Updated mail/p5-Mail-DKIM to 1.20220520 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index d1595ba68f08c..0ff6411942ece 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2770 2022/05/28 06:04:00 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2771 2022/05/28 07:04:51 wen Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4245,3 +4245,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/p5-Module-Signature to 0.88 [wen 2022-05-28] Updated www/tinyproxy to 1.11.1 [adam 2022-05-28] Updated security/gnutls to 3.7.6 [adam 2022-05-28] + Updated mail/p5-Mail-DKIM to 1.20220520 [wen 2022-05-20] From 15cd1c5b985ec94b1c1b7049b7cdde810a4db80a Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 07:16:43 +0000 Subject: [PATCH 1121/1154] Update to 3.012 Upstream changes: version 3.012: Fri 11 Feb 11:34:31 CET 2022 Fixes: - ::Field::Attributes should be stored case intensively rt.cpan.org#140894 [Yanyan Yang] - ::Field::Full phrase with encoding qp parsing failed when the qp contains non-atext characters. Github#2 [Andy Beverley] - ::Field::Full QP encoding must be more strict for use in MIME headers. Github#3 [Andy Beverley] - Coercion from Mail::Address to Mail::Message::Full::Address is too lazy. Github#4 [Andy Beverley] Improvements: - extend date in mbox-separator to accept 203X as well. --- mail/p5-Mail-Message/Makefile | 4 ++-- mail/p5-Mail-Message/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mail/p5-Mail-Message/Makefile b/mail/p5-Mail-Message/Makefile index 0efc536254e73..8fc991d5c2eb0 100644 --- a/mail/p5-Mail-Message/Makefile +++ b/mail/p5-Mail-Message/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/11/12 02:17:35 wen Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/28 07:16:43 wen Exp $ -DISTNAME= Mail-Message-3.011 +DISTNAME= Mail-Message-3.012 PKGNAME= p5-${DISTNAME} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-Message/distinfo b/mail/p5-Mail-Message/distinfo index 51671c29a7296..ba273d33a1d0e 100644 --- a/mail/p5-Mail-Message/distinfo +++ b/mail/p5-Mail-Message/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/11/12 02:17:35 wen Exp $ +$NetBSD: distinfo,v 1.12 2022/05/28 07:16:43 wen Exp $ -BLAKE2s (Mail-Message-3.011.tar.gz) = 30b1e2d19fa3e2ef54707c417078f3e6bade9ac7acfd9b4e17306c5e88995782 -SHA512 (Mail-Message-3.011.tar.gz) = 91253e2a23dabc435b550dd4f5471b94eff9a11a313323db45279c3d5be354e9bf7220438a399736d99344be98a96a67a2e752bf907bd02e0eb813e14fe9096c -Size (Mail-Message-3.011.tar.gz) = 258433 bytes +BLAKE2s (Mail-Message-3.012.tar.gz) = 4934d4c224e632216c21f05321a2b79a494713479b02e8e0f951e55a56c89510 +SHA512 (Mail-Message-3.012.tar.gz) = a29101f3e4ba30ca49e6e1fab39d3358df02ab95a99d6a9bd7e3d4e0d23e0cc3e8bf407adc7d21b83e52157d660014374157aeb44085e88ad2e4fb0b4553b8b4 +Size (Mail-Message-3.012.tar.gz) = 258901 bytes From 77dc316b15bbfa840593ab6ed4592f96f20747dd Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 07:17:56 +0000 Subject: [PATCH 1122/1154] Updated mail/p5-Mail-Message to 3.012 --- doc/CHANGES-2022 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 0ff6411942ece..ffc026c683cc7 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2771 2022/05/28 07:04:51 wen Exp $ +$NetBSD: CHANGES-2022,v 1.2772 2022/05/28 07:17:56 wen Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4245,4 +4245,5 @@ Changes to the packages collection and infrastructure in 2022: Updated security/p5-Module-Signature to 0.88 [wen 2022-05-28] Updated www/tinyproxy to 1.11.1 [adam 2022-05-28] Updated security/gnutls to 3.7.6 [adam 2022-05-28] - Updated mail/p5-Mail-DKIM to 1.20220520 [wen 2022-05-20] + Updated mail/p5-Mail-DKIM to 1.20220520 [wen 2022-05-28] + Updated mail/p5-Mail-Message to 3.012 [wen 2022-05-28] From 0f3ee2c315886f7fee5848eb18130e45a6e7315d Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 07:19:37 +0000 Subject: [PATCH 1123/1154] Update to 2.21 Upstream changes: 2.21 2022/05/09 + version bump, update Changes 2.20 2022/05/04 + UTF8 support (from eady@gal...) --- mail/p5-Mail-POP3Client/Makefile | 5 ++--- mail/p5-Mail-POP3Client/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/mail/p5-Mail-POP3Client/Makefile b/mail/p5-Mail-POP3Client/Makefile index 3ce807b350b53..a0562afcae464 100644 --- a/mail/p5-Mail-POP3Client/Makefile +++ b/mail/p5-Mail-POP3Client/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2021/05/24 19:52:49 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/28 07:19:37 wen Exp $ # -DISTNAME= Mail-POP3Client-2.19 +DISTNAME= Mail-POP3Client-2.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-POP3Client/distinfo b/mail/p5-Mail-POP3Client/distinfo index cdad434786210..8bd6c9a604529 100644 --- a/mail/p5-Mail-POP3Client/distinfo +++ b/mail/p5-Mail-POP3Client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:54:17 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/05/28 07:19:37 wen Exp $ -BLAKE2s (Mail-POP3Client-2.19.tar.gz) = ebc4a72bdb4a3974d4602e35042da1c520fcd0570a87820976bd22f603866171 -SHA512 (Mail-POP3Client-2.19.tar.gz) = 5a7316d90c3cee9d0add2c2cb6f3194e368498323e73e8087a2971b585d9d61ab7bf489242f293f2ab1faf4f84f8bee2e898a44785b852775c08de306822671c -Size (Mail-POP3Client-2.19.tar.gz) = 17751 bytes +BLAKE2s (Mail-POP3Client-2.21.tar.gz) = 3a54e5f3e09e937544557f01144dba29c0e9b99fc4165b979f0e945a5dd4f978 +SHA512 (Mail-POP3Client-2.21.tar.gz) = 84687ed5286cf1d3391aa8529235e59c5803bbb6a946065f1459df512f7048f6927b5ce6f212f7aaa1e74fb10fae02e85f60621f522c088116d3aff9d8a7eb97 +Size (Mail-POP3Client-2.21.tar.gz) = 17973 bytes From 8bfdafc1b77035c122b2c881dddddaac33ddfead Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 07:20:35 +0000 Subject: [PATCH 1124/1154] Updated mail/p5-Mail-POP3Client to 2.21 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ffc026c683cc7..ca17eb08fb140 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2772 2022/05/28 07:17:56 wen Exp $ +$NetBSD: CHANGES-2022,v 1.2773 2022/05/28 07:20:35 wen Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4247,3 +4247,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/gnutls to 3.7.6 [adam 2022-05-28] Updated mail/p5-Mail-DKIM to 1.20220520 [wen 2022-05-28] Updated mail/p5-Mail-Message to 3.012 [wen 2022-05-28] + Updated mail/p5-Mail-POP3Client to 2.21 [wen 2022-05-28] From f9b0facb97288f3539b9edb82a399638055dd318 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 07:26:11 +0000 Subject: [PATCH 1125/1154] Update to 1.274 Upstream changes: 1.274 2022-05-02 18:21:56Z Summary: - Indentation in here-docs is now preserved (GH#252) (trwyant) --- devel/p5-PPI/Makefile | 4 ++-- devel/p5-PPI/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile index 3a7077aaf1854..0547c808b3c40 100644 --- a/devel/p5-PPI/Makefile +++ b/devel/p5-PPI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/04/30 07:59:50 wen Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/28 07:26:11 wen Exp $ -DISTNAME= PPI-1.273 +DISTNAME= PPI-1.274 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/} diff --git a/devel/p5-PPI/distinfo b/devel/p5-PPI/distinfo index cddf8191f97c5..962f692b3b75c 100644 --- a/devel/p5-PPI/distinfo +++ b/devel/p5-PPI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/04/30 07:59:50 wen Exp $ +$NetBSD: distinfo,v 1.19 2022/05/28 07:26:11 wen Exp $ -BLAKE2s (PPI-1.273.tar.gz) = c3d2a37e94f5aaee1d83169103b4a0a4908b80bfe9c1d6e954d1c680d062da34 -SHA512 (PPI-1.273.tar.gz) = 2ee1c77e3009754e2940cfb359dc8a86e2f1312efb6cb03ebc2ab3fab1508a44b1b7ad389e8d16588fd6fa29d39abf4dd49ae465557fb18c62cf65e3ca5a609a -Size (PPI-1.273.tar.gz) = 243707 bytes +BLAKE2s (PPI-1.274.tar.gz) = e702817bea91484baa6e2062786abcef4afbdf40981259382e3f427ad598b7a7 +SHA512 (PPI-1.274.tar.gz) = 415a6bb64b79182134d543cb03f704166a06e7c4fab7ef7e5eacbf11afeb196ed1551de4c8dfbb7bf06ba699cdff6f7984ba362a3526158821884694d8271ea5 +Size (PPI-1.274.tar.gz) = 244239 bytes From 816219efeb00d6a45d3259e2d70aedb232178b86 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 07:28:09 +0000 Subject: [PATCH 1126/1154] Updated devel/p5-PPI to 1.274 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index ca17eb08fb140..3e206b886edd8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2773 2022/05/28 07:20:35 wen Exp $ +$NetBSD: CHANGES-2022,v 1.2774 2022/05/28 07:28:09 wen Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4248,3 +4248,4 @@ Changes to the packages collection and infrastructure in 2022: Updated mail/p5-Mail-DKIM to 1.20220520 [wen 2022-05-28] Updated mail/p5-Mail-Message to 3.012 [wen 2022-05-28] Updated mail/p5-Mail-POP3Client to 2.21 [wen 2022-05-28] + Updated devel/p5-PPI to 1.274 [wen 2022-05-28] From 8d33ca6547a5efbb49b805ae5091b5ff57a94cc7 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 28 May 2022 07:31:50 +0000 Subject: [PATCH 1127/1154] Remove p5-Mail-Ezmlm-0.16, seems there is no 0.16 version --- doc/TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 4eb2f6b05242e..068e44b5712df 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21890 2022/05/27 12:29:19 adam Exp $ +$NetBSD: TODO,v 1.21891 2022/05/28 07:31:50 wen Exp $ Suggested new packages ====================== @@ -1264,7 +1264,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o p5-Locale-Maketext-Gettext-1.32 o p5-Mac-AppleScript-Glue-0.06 o p5-Mac-SystemDirectory-0.13 - o p5-Mail-Ezmlm-0.16 o p5-Math-Bezier-0.02 o p5-Math-Matrix-0.94 o p5-Module-Path-0.33 From a37c11be3ab7c7073153b22bb503cb32103e2d81 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 28 May 2022 07:33:09 +0000 Subject: [PATCH 1128/1154] (devel/ocaml-stdlib-shims) regen PLST for new environment, fix build. --- devel/ocaml-stdlib-shims/PLIST | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/ocaml-stdlib-shims/PLIST b/devel/ocaml-stdlib-shims/PLIST index 378feb5185162..a187c0a5c4707 100644 --- a/devel/ocaml-stdlib-shims/PLIST +++ b/devel/ocaml-stdlib-shims/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2022/05/07 15:45:09 mef Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/28 07:33:09 mef Exp $ ${OCAML_SITELIB}/stdlib-shims/META ${OCAML_SITELIB}/stdlib-shims/dune-package ${OCAML_SITELIB}/stdlib-shims/opam ${OCAML_SITELIB}/stdlib-shims/stdlib_shims.cma -${OCAML_SITELIB}/stdlib-shims/stdlib_shims.a ${PLIST.ocaml-opt}${OCAML_SITELIB}/stdlib-shims/stdlib_shims.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/stdlib-shims/stdlib_shims.cmxs share/doc/stdlib-shims/CHANGES.md From 824135ff35833e98e0860787aebd9548144021d0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 08:27:27 +0000 Subject: [PATCH 1129/1154] libxkbcommon: update to 1.4.1. libxkbcommon 1.4.1 - 2022-05-21 ================== - Fix compose sequence overriding (common prefix) not working correctly. Regressed in 1.2.0. Contributed by Weng Xuetian. - Remove various bogus currency sign (particulary Euro and Korean Won) entries from the keysym <-> Unicode mappings. They prevented the real keysyms/codepoints for these from mapping correctly. Contributed by Sam Lantinga and Simon Ser. --- x11/libxkbcommon/Makefile | 5 ++--- x11/libxkbcommon/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index 69b5f8e25595c..ff5a81de88cad 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2022/04/18 19:12:22 adam Exp $ +# $NetBSD: Makefile,v 1.41 2022/05/28 08:27:27 wiz Exp $ -DISTNAME= libxkbcommon-1.4.0 -PKGREVISION= 1 +DISTNAME= libxkbcommon-1.4.1 CATEGORIES= x11 MASTER_SITES= https://xkbcommon.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/x11/libxkbcommon/distinfo b/x11/libxkbcommon/distinfo index 4e2e2a5dee401..774681f883a41 100644 --- a/x11/libxkbcommon/distinfo +++ b/x11/libxkbcommon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2022/02/15 09:34:29 wiz Exp $ +$NetBSD: distinfo,v 1.30 2022/05/28 08:27:27 wiz Exp $ -BLAKE2s (libxkbcommon-1.4.0.tar.xz) = 87ff9c325ad135acfbf263c6e955c2038ebf3bb5ed48c7bdcae9965391ff4d3f -SHA512 (libxkbcommon-1.4.0.tar.xz) = 7dd86952c036a6a78455b1ba05b53fcff9d6f133bb01c83fa860b4eaec3fc26bb0b5535948bcc2dafbd27204c3c91d01404ca9fc52896cc36af509384797d4f1 -Size (libxkbcommon-1.4.0.tar.xz) = 471948 bytes +BLAKE2s (libxkbcommon-1.4.1.tar.xz) = 6bda1eb4e262ca1e2a6bcb7d37f80c015a99f0335614a3319ac40cac5fb9949a +SHA512 (libxkbcommon-1.4.1.tar.xz) = 757b340aeab6d187917807a88015b5113475ab2172aaaa8e530b40ea60619b3fbdfa668fd62707d66ed8fb763e68fee19394fcbd519af7c01d8975c59fdf0d89 +Size (libxkbcommon-1.4.1.tar.xz) = 471824 bytes From 3738e26d49aecfe8fd8cce27e34bab26ca003097 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 08:27:37 +0000 Subject: [PATCH 1130/1154] doc: Updated x11/libxkbcommon to 1.4.1 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 3e206b886edd8..65bc1ecdb65bc 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2774 2022/05/28 07:28:09 wen Exp $ +$NetBSD: CHANGES-2022,v 1.2775 2022/05/28 08:27:37 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4249,3 +4249,4 @@ Changes to the packages collection and infrastructure in 2022: Updated mail/p5-Mail-Message to 3.012 [wen 2022-05-28] Updated mail/p5-Mail-POP3Client to 2.21 [wen 2022-05-28] Updated devel/p5-PPI to 1.274 [wen 2022-05-28] + Updated x11/libxkbcommon to 1.4.1 [wiz 2022-05-28] diff --git a/doc/TODO b/doc/TODO index 068e44b5712df..5d6a2ccc7e122 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21891 2022/05/28 07:31:50 wen Exp $ +$NetBSD: TODO,v 1.21892 2022/05/28 08:27:37 wiz Exp $ Suggested new packages ====================== @@ -711,7 +711,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o gcc11-11.3 o gcc12-12.3 o gcc8-8.5 - o gcc9-9.4 + o gcc9-9.5 o gcin-1.5.5 o gcloud-golang-metadata-0.12.0 o gcombust-0.1.55 @@ -1071,7 +1071,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o libvirt-2.3 o libwebsockets-4.2.0 o libxdg-basedir-1.2.3 - o libxkbcommon-1.4.1 o libzookeeper-3.7.0 o libzrtpcpp-4.6.6 o lilypond-2.22.2 From 30b138718e82e4c72212e745ab24499a95cc93aa Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 08:58:27 +0000 Subject: [PATCH 1131/1154] py-pip-audit: update to 2.3.0. ## [2.3.0] - 2022-05-18 ### Added * CLI: The `--ignore-vuln` option has been added, allowing users to specify vulnerability IDs to ignore during the final report ([#275](https://github.com/trailofbits/pip-audit/pull/275)) * CLI: The `--no-deps` flag has been added, allowing users to skip dependency resolution entirely when `pip-audit` is used in requirements mode ([#255](https://github.com/trailofbits/pip-audit/pull/255)) --- security/py-pip-audit/Makefile | 14 +++++------ security/py-pip-audit/PLIST | 46 +++++++--------------------------- security/py-pip-audit/distinfo | 8 +++--- 3 files changed, 19 insertions(+), 49 deletions(-) diff --git a/security/py-pip-audit/Makefile b/security/py-pip-audit/Makefile index e275a436e5135..098fbd0510c66 100644 --- a/security/py-pip-audit/Makefile +++ b/security/py-pip-audit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/05/10 05:59:58 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/28 08:58:27 wiz Exp $ -DISTNAME= pip-audit-2.2.1 +DISTNAME= pip-audit-2.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python # pypi file does not include tests @@ -14,6 +14,7 @@ HOMEPAGE= https://pypi.org/project/pip-audit/ COMMENT= Scan Python environments for known vulnerabilities LICENSE= apache-2.0 +TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core DEPENDS+= ${PYPKGPREFIX}-cachecontrol>=0.12.10:../../devel/py-cachecontrol DEPENDS+= ${PYPKGPREFIX}-cyclonedx-python-lib>=1.0.0:../../security/py-cyclonedx-python-lib DEPENDS+= ${PYPKGPREFIX}-html5lib>=1.1:../../textproc/py-html5lib @@ -26,20 +27,17 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test PYTHON_VERSIONS_INCOMPATIBLE= 27 -USE_PKG_RESOURCES= yes - USE_LANGUAGES= # none post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} pip-audit pip-audit-${PYVERSSUFFIX} || ${TRUE} - ${RM} -r ${DESTDIR}${PREFIX}/${PYSITELIB}/test -# as of 2.0.0 -# 1 failed, 115 passed +# as of 2.3.0 +# 1 failed, 133 passed TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib:${WRKSRC}/build/lib/test do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-pip-audit/PLIST b/security/py-pip-audit/PLIST index fcf9fc30ff24c..54961d874f275 100644 --- a/security/py-pip-audit/PLIST +++ b/security/py-pip-audit/PLIST @@ -1,92 +1,64 @@ -@comment $NetBSD: PLIST,v 1.5 2022/03/14 14:02:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/05/28 08:58:27 wiz Exp $ bin/pip-audit-${PYVERSSUFFIX} -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt ${PYSITELIB}/pip_audit/__init__.py ${PYSITELIB}/pip_audit/__init__.pyc -${PYSITELIB}/pip_audit/__init__.pyo ${PYSITELIB}/pip_audit/__main__.py ${PYSITELIB}/pip_audit/__main__.pyc -${PYSITELIB}/pip_audit/__main__.pyo ${PYSITELIB}/pip_audit/_audit.py ${PYSITELIB}/pip_audit/_audit.pyc -${PYSITELIB}/pip_audit/_audit.pyo ${PYSITELIB}/pip_audit/_cache.py ${PYSITELIB}/pip_audit/_cache.pyc -${PYSITELIB}/pip_audit/_cache.pyo ${PYSITELIB}/pip_audit/_cli.py ${PYSITELIB}/pip_audit/_cli.pyc -${PYSITELIB}/pip_audit/_cli.pyo ${PYSITELIB}/pip_audit/_dependency_source/__init__.py ${PYSITELIB}/pip_audit/_dependency_source/__init__.pyc -${PYSITELIB}/pip_audit/_dependency_source/__init__.pyo ${PYSITELIB}/pip_audit/_dependency_source/interface.py ${PYSITELIB}/pip_audit/_dependency_source/interface.pyc -${PYSITELIB}/pip_audit/_dependency_source/interface.pyo ${PYSITELIB}/pip_audit/_dependency_source/pip.py ${PYSITELIB}/pip_audit/_dependency_source/pip.pyc -${PYSITELIB}/pip_audit/_dependency_source/pip.pyo ${PYSITELIB}/pip_audit/_dependency_source/pyproject.py ${PYSITELIB}/pip_audit/_dependency_source/pyproject.pyc -${PYSITELIB}/pip_audit/_dependency_source/pyproject.pyo ${PYSITELIB}/pip_audit/_dependency_source/requirement.py ${PYSITELIB}/pip_audit/_dependency_source/requirement.pyc -${PYSITELIB}/pip_audit/_dependency_source/requirement.pyo ${PYSITELIB}/pip_audit/_dependency_source/resolvelib/__init__.py ${PYSITELIB}/pip_audit/_dependency_source/resolvelib/__init__.pyc -${PYSITELIB}/pip_audit/_dependency_source/resolvelib/__init__.pyo ${PYSITELIB}/pip_audit/_dependency_source/resolvelib/pypi_provider.py ${PYSITELIB}/pip_audit/_dependency_source/resolvelib/pypi_provider.pyc -${PYSITELIB}/pip_audit/_dependency_source/resolvelib/pypi_provider.pyo ${PYSITELIB}/pip_audit/_dependency_source/resolvelib/resolvelib.py ${PYSITELIB}/pip_audit/_dependency_source/resolvelib/resolvelib.pyc -${PYSITELIB}/pip_audit/_dependency_source/resolvelib/resolvelib.pyo ${PYSITELIB}/pip_audit/_fix.py ${PYSITELIB}/pip_audit/_fix.pyc -${PYSITELIB}/pip_audit/_fix.pyo ${PYSITELIB}/pip_audit/_format/__init__.py ${PYSITELIB}/pip_audit/_format/__init__.pyc -${PYSITELIB}/pip_audit/_format/__init__.pyo ${PYSITELIB}/pip_audit/_format/columns.py ${PYSITELIB}/pip_audit/_format/columns.pyc -${PYSITELIB}/pip_audit/_format/columns.pyo ${PYSITELIB}/pip_audit/_format/cyclonedx.py ${PYSITELIB}/pip_audit/_format/cyclonedx.pyc -${PYSITELIB}/pip_audit/_format/cyclonedx.pyo ${PYSITELIB}/pip_audit/_format/interface.py ${PYSITELIB}/pip_audit/_format/interface.pyc -${PYSITELIB}/pip_audit/_format/interface.pyo ${PYSITELIB}/pip_audit/_format/json.py ${PYSITELIB}/pip_audit/_format/json.pyc -${PYSITELIB}/pip_audit/_format/json.pyo ${PYSITELIB}/pip_audit/_service/__init__.py ${PYSITELIB}/pip_audit/_service/__init__.pyc -${PYSITELIB}/pip_audit/_service/__init__.pyo ${PYSITELIB}/pip_audit/_service/interface.py ${PYSITELIB}/pip_audit/_service/interface.pyc -${PYSITELIB}/pip_audit/_service/interface.pyo ${PYSITELIB}/pip_audit/_service/osv.py ${PYSITELIB}/pip_audit/_service/osv.pyc -${PYSITELIB}/pip_audit/_service/osv.pyo ${PYSITELIB}/pip_audit/_service/pypi.py ${PYSITELIB}/pip_audit/_service/pypi.pyc -${PYSITELIB}/pip_audit/_service/pypi.pyo ${PYSITELIB}/pip_audit/_state.py ${PYSITELIB}/pip_audit/_state.pyc -${PYSITELIB}/pip_audit/_state.pyo ${PYSITELIB}/pip_audit/_subprocess.py ${PYSITELIB}/pip_audit/_subprocess.pyc -${PYSITELIB}/pip_audit/_subprocess.pyo ${PYSITELIB}/pip_audit/_util.py ${PYSITELIB}/pip_audit/_util.pyc -${PYSITELIB}/pip_audit/_util.pyo -${PYSITELIB}/pip_audit/_version.py -${PYSITELIB}/pip_audit/_version.pyc -${PYSITELIB}/pip_audit/_version.pyo ${PYSITELIB}/pip_audit/_virtual_env.py ${PYSITELIB}/pip_audit/_virtual_env.pyc -${PYSITELIB}/pip_audit/_virtual_env.pyo diff --git a/security/py-pip-audit/distinfo b/security/py-pip-audit/distinfo index 17062d542207e..46bd7c7cd526e 100644 --- a/security/py-pip-audit/distinfo +++ b/security/py-pip-audit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/05/10 05:59:58 wiz Exp $ +$NetBSD: distinfo,v 1.10 2022/05/28 08:58:27 wiz Exp $ -BLAKE2s (pip-audit-2.2.1.tar.gz) = 196e35249c9761315e30a0e5cfa8b35aadbf1c0376373f1c5bfcea0bd6e60e14 -SHA512 (pip-audit-2.2.1.tar.gz) = e3d5fe57988ec786b05c26af310a0a43dc0915ce9e5b92d97fa540d002c6debaf7bfbe5911e18b3989db5113593ad8aa9b26f8a527fad10ebf775020d70fcb06 -Size (pip-audit-2.2.1.tar.gz) = 58227 bytes +BLAKE2s (pip-audit-2.3.0.tar.gz) = b76d95c18ab56876d0df26e65e745514759a22f33eea87bc5a30365015c2c123 +SHA512 (pip-audit-2.3.0.tar.gz) = b54587c9a96498f7bbe901b9ff004f66987568b1c05769714d5b0bfae26b554cc9e0d7405b7c5f1168c46dd6de1e798b5e3a71666f7ca85b9d98e883c2e49101 +Size (pip-audit-2.3.0.tar.gz) = 59091 bytes From 44c9b56b337e5232c392ac11fd17fd643b04a196 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 08:58:36 +0000 Subject: [PATCH 1132/1154] doc: Updated security/py-pip-audit to 2.3.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 65bc1ecdb65bc..73648d372ca8a 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2775 2022/05/28 08:27:37 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2776 2022/05/28 08:58:36 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4250,3 +4250,4 @@ Changes to the packages collection and infrastructure in 2022: Updated mail/p5-Mail-POP3Client to 2.21 [wen 2022-05-28] Updated devel/p5-PPI to 1.274 [wen 2022-05-28] Updated x11/libxkbcommon to 1.4.1 [wiz 2022-05-28] + Updated security/py-pip-audit to 2.3.0 [wiz 2022-05-28] diff --git a/doc/TODO b/doc/TODO index 5d6a2ccc7e122..21b9d43f05bea 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21892 2022/05/28 08:27:37 wiz Exp $ +$NetBSD: TODO,v 1.21893 2022/05/28 08:58:36 wiz Exp $ Suggested new packages ====================== @@ -1426,7 +1426,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-newt-0.52.21 o py-omniORBpy-3.7 o py-pdf-parser-0.7.4 - o py-pip-audit-2.3.0 o py-postgresql-5.1.2 o py-ptt-1.10.2 o py-py3c-1.3.1 From 373c366b3df873187e50d8a34cfa8e4a3d4dd536 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 09:12:02 +0000 Subject: [PATCH 1133/1154] gopls: update to 0.8.4. New Features New analyzer for //go:embed comments Gopls now includes an analyzer for go:embed comment directives. At the moment, this analyzer checks that the "embed" import is present, but more analyses are planned for the future. See golang/go#50262 for more information. Improved hover for imports Hovering over an imported path now gives you the full package doc. Final support for Go 1.13 Per our support window, gopls v0.8.4 will be the final gopls release to support being built with Go 1.13. See golang/go#52982 for details. Bugfixes and Performance improvements Faster symbol indexing. Gopls builds a symbol index the first time symbol search is invoked. That indexing should be 3-4x faster with this release. Improved metadata invalidation (AKA fewer restarts). v0.8.4 fixes a couple of bugs that lead to gopls getting confused about packages and needing to be restarted. We're aware of more bugs of this nature, but are working on eliminating the need to ever restart gopls. --- devel/gopls/Makefile | 5 ++--- devel/gopls/distinfo | 44 +++++++++++++++++++-------------------- devel/gopls/go-modules.mk | 14 ++++++------- 3 files changed, 31 insertions(+), 32 deletions(-) diff --git a/devel/gopls/Makefile b/devel/gopls/Makefile index 9051a6b1c32a4..566b08ab29774 100644 --- a/devel/gopls/Makefile +++ b/devel/gopls/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.51 2022/05/11 19:26:26 bsiegert Exp $ +# $NetBSD: Makefile,v 1.52 2022/05/28 09:12:02 wiz Exp $ # # Release notes: # https://github.com/golang/tools/releases -DISTNAME= gopls-0.8.3 -PKGREVISION= 1 +DISTNAME= gopls-0.8.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= tools diff --git a/devel/gopls/distinfo b/devel/gopls/distinfo index e998dfe306202..1c41f927a645d 100644 --- a/devel/gopls/distinfo +++ b/devel/gopls/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.29 2022/04/20 20:54:45 wiz Exp $ +$NetBSD: distinfo,v 1.30 2022/05/28 09:12:02 wiz Exp $ BLAKE2s (github.com__burnt_sushi_toml_@v_v1.0.0.mod) = cd3c2cea509a40639fa5501d594ba981c1385767f14e35780d21b8bd313977a4 SHA512 (github.com__burnt_sushi_toml_@v_v1.0.0.mod) = 0e8cdda81300811f629bce3a9307de05450036f750f8c3c0cd5b70854f8f95bd962ce99bfe1325c8d1bf562a5b7b94afb9e9fd2dbe4dcc45325fac6e27471102 @@ -99,12 +99,12 @@ Size (golang.org_x_exp_typeparams_@v_v0.0.0-20220218215828-6cf2b201936e.zip) = 1 BLAKE2s (golang.org_x_mod_@v_v0.5.1.mod) = c26a003ec0f07fdf8184e8d9773ea70d0d1da870509d7d4879cc5c36ff8ac73d SHA512 (golang.org_x_mod_@v_v0.5.1.mod) = 8ad3d2d81f0192ba3215650546e1cc1eb2d58f2c9898929e565233388d95bb2d1a334d038e9807a44733fe6a218ac0b32de24d16fe9d208addcd67cdc2ae8f79 Size (golang.org_x_mod_@v_v0.5.1.mod) = 214 bytes -BLAKE2s (golang.org_x_mod_@v_v0.6.0-dev.0.20220106191415-9b9b3d81d5e3.mod) = dd937abe8e1e603b1bf57c96cdcca74fefc9f05c7da84b45ae958f5be2d3754a -SHA512 (golang.org_x_mod_@v_v0.6.0-dev.0.20220106191415-9b9b3d81d5e3.mod) = 8ad9ed616127b7e63049d470e02d2ab91345b3feaea4848702a67d1d39069e2a50743d7684cf35341bc0acf5594409025f6dd67d1a61edfbaf68b5e51ff4e8db -Size (golang.org_x_mod_@v_v0.6.0-dev.0.20220106191415-9b9b3d81d5e3.mod) = 214 bytes -BLAKE2s (golang.org_x_mod_@v_v0.6.0-dev.0.20220106191415-9b9b3d81d5e3.zip) = 27423131e4122185bdce71aba6d0908dddb861b6b65e028602a62e1acb7177f0 -SHA512 (golang.org_x_mod_@v_v0.6.0-dev.0.20220106191415-9b9b3d81d5e3.zip) = 3aca63d656dc70e1ad3e4a74917cc43f97ca42ca0491cd526632f70a3ca65a5aedd279d4efc6e276b6678070d4d31bc47df371fa256e7167fae484418a611c12 -Size (golang.org_x_mod_@v_v0.6.0-dev.0.20220106191415-9b9b3d81d5e3.zip) = 169189 bytes +BLAKE2s (golang.org_x_mod_@v_v0.6.0-dev.0.20220419223038-86c51ed26bb4.mod) = 3f0d0909d9e47064d3d0fe193f1a93eeeeac26d33ee67fd3c9bc8f17ae1e81f8 +SHA512 (golang.org_x_mod_@v_v0.6.0-dev.0.20220419223038-86c51ed26bb4.mod) = 480578e689b3d5f5026af3ab52e55b47098525512daf532f4656d50ea5d9043d1b3e69556a5e7d93c7ea6cfca956f733271f3b1f4f65da1a7dac9ea07f5d9fec +Size (golang.org_x_mod_@v_v0.6.0-dev.0.20220419223038-86c51ed26bb4.mod) = 157 bytes +BLAKE2s (golang.org_x_mod_@v_v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip) = 0576939ace00f8dd570757b15fd45306915c04485386aa048cf6418a190912b9 +SHA512 (golang.org_x_mod_@v_v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip) = e2c5105027dfe44585765f0ae968c8a8ca5ec5569299f7e2bb0dbe527dd63d2e81ce677075433b67f081d805aa1dc26652ce15485767e6f546c5a1a0d0ab792c +Size (golang.org_x_mod_@v_v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip) = 169387 bytes BLAKE2s (golang.org_x_net_@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = bfa1d10354f85025b70e240f2ae7d4ead1684323fc2a0630b15749db3f85c7b8 SHA512 (golang.org_x_net_@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 26b6c92eecd2208967336d4d23f8a71f77f9a73643ad1e5cd84dee36b2f626fffc806e4dd33acc284831a0961e2b363d898a747903235945fbfb665c5b4d5ef2 Size (golang.org_x_net_@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 119 bytes @@ -168,21 +168,21 @@ Size (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 26 bytes BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 212 bytes -BLAKE2s (golang.org_x_tools_@v_v0.1.11-0.20220407163324-91bcfb1bdf9c.mod) = c8ce1e10cfdc4ff377db4028facd7583bccbbd50216dfcbdc38ce8a518cc577e -SHA512 (golang.org_x_tools_@v_v0.1.11-0.20220407163324-91bcfb1bdf9c.mod) = 0e213cce8249c4a0585b951b87d7b5cbd2f233bf814c963b575ce795802ebf8ceb7922f16d28b31018c7bdfc4f118625d9f331cc98a86e4e6073b13e9b704f91 -Size (golang.org_x_tools_@v_v0.1.11-0.20220407163324-91bcfb1bdf9c.mod) = 383 bytes -BLAKE2s (golang.org_x_tools_@v_v0.1.11-0.20220407163324-91bcfb1bdf9c.zip) = 3def5ca7c38104be52085a278f3c716f734fcdd02d09c6d15c7d3350e9cac368 -SHA512 (golang.org_x_tools_@v_v0.1.11-0.20220407163324-91bcfb1bdf9c.zip) = c9fb599dca09d19e1692fcb05d91ce32dbc77b5c32a3c624d073805c983c759e79b804809ef30316ff4f36f47d46c77f8f9c1352db85fbcce797a43c547a1c1f -Size (golang.org_x_tools_@v_v0.1.11-0.20220407163324-91bcfb1bdf9c.zip) = 3927419 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.11-0.20220513164230-dfee1649af67.mod) = e91a33eeb22b0baf1a0c4de598c0618b41d3d0b8097b1c77a3600d2f3f90021c +SHA512 (golang.org_x_tools_@v_v0.1.11-0.20220513164230-dfee1649af67.mod) = 6a43592a9de3660c383bd89345b02204b2f986923d7e6b0e4e312f37b2f2c2cae3f8faec4b86303e23bdf4d3a92e77adabc0e51160dfe2279985d63223ac5356 +Size (golang.org_x_tools_@v_v0.1.11-0.20220513164230-dfee1649af67.mod) = 326 bytes +BLAKE2s (golang.org_x_tools_@v_v0.1.11-0.20220513164230-dfee1649af67.zip) = 91b26dc0c13e434bb004102c289e3a57f4bd28edef94a9a7d1bc90d9b756f642 +SHA512 (golang.org_x_tools_@v_v0.1.11-0.20220513164230-dfee1649af67.zip) = 3ebd14f8e5a9cf5e027469efbc0d4e9ce61c173a2d8cc0a878c9e61c16bfbad3ffc169c6884c11c98f69a6fba332b43f0e1bcc99f002597906bc283ce45d8462 +Size (golang.org_x_tools_@v_v0.1.11-0.20220513164230-dfee1649af67.zip) = 3968266 bytes BLAKE2s (golang.org_x_tools_@v_v0.1.9.mod) = c79a1292cac0f03edf3b85f35f06d7913ae6185e059c45a296a4d550b1f792cc SHA512 (golang.org_x_tools_@v_v0.1.9.mod) = ef0a6fb3d91f7619ebfde302204504101c85d3c63c4a4bcffc60e6e0821db9d2adcdf5498ee1a2b365aed217e3a8b277ae494135e3d013eb3f08ef35ef835b99 Size (golang.org_x_tools_@v_v0.1.9.mod) = 349 bytes -BLAKE2s (golang.org_x_vuln_@v_v0.0.0-20220324005316-18fd808f5c7f.mod) = aa9a06121e0ca01f9564683cb48ac957ac2f7f2570b4c10c8f71f32402874d88 -SHA512 (golang.org_x_vuln_@v_v0.0.0-20220324005316-18fd808f5c7f.mod) = bebf54e6742ab8ea9fd3c9e63873a481b22813171d0f7e6ed879c74ccee90d50c42fc2986aa3ee46d8be1db72ddcf3896d40b67387a72205025c4088f565bf0d -Size (golang.org_x_vuln_@v_v0.0.0-20220324005316-18fd808f5c7f.mod) = 476 bytes -BLAKE2s (golang.org_x_vuln_@v_v0.0.0-20220324005316-18fd808f5c7f.zip) = ab09b268464ca29349471a315e274f80b81662e458fbe24bddddf4a0790e18cb -SHA512 (golang.org_x_vuln_@v_v0.0.0-20220324005316-18fd808f5c7f.zip) = 7d05df834b755b2584fc9e3fc0919b2fbcc4d13241382074ef6d6935d080c8fff2f5b771db434002b3566cbc560adff139cccc32e3f3e294252e8c562a6a2334 -Size (golang.org_x_vuln_@v_v0.0.0-20220324005316-18fd808f5c7f.zip) = 72138 bytes +BLAKE2s (golang.org_x_vuln_@v_v0.0.0-20220503210553-a5481fb0c8be.mod) = ebbd556c6912c7ed3f75322c40a0b87e8a32e89f52b6a84f579907efa4642ac5 +SHA512 (golang.org_x_vuln_@v_v0.0.0-20220503210553-a5481fb0c8be.mod) = a3cbf65486ebb600bbed0fb37ded6c172dc905f681e725f4087d4b9325c18a1f6cf66539cac0ba868718ea290fbc6a2e60fc0de819514dc93f59dd9083fffd3b +Size (golang.org_x_vuln_@v_v0.0.0-20220503210553-a5481fb0c8be.mod) = 614 bytes +BLAKE2s (golang.org_x_vuln_@v_v0.0.0-20220503210553-a5481fb0c8be.zip) = efe7f049a74acfe1ac775dfa6595178e8a6f495b1b9889525f1a9ab4bebaf0d1 +SHA512 (golang.org_x_vuln_@v_v0.0.0-20220503210553-a5481fb0c8be.zip) = 6d01280923185a9c002852d2bbe343f24c3dc64a056531b466f4913b3a8777c05fd059159fd7c655df556f69e6e05b6c1df8e9135c082b68b59dfe1d8ff47d3a +Size (golang.org_x_vuln_@v_v0.0.0-20220503210553-a5481fb0c8be.zip) = 240264 bytes BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 SHA512 (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 Size (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 37 bytes @@ -216,9 +216,9 @@ Size (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 95 bytes BLAKE2s (gopkg.in_yaml.v2_@v_v2.2.4.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 SHA512 (gopkg.in_yaml.v2_@v_v2.2.4.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 Size (gopkg.in_yaml.v2_@v_v2.2.4.mod) = 95 bytes -BLAKE2s (gopls-0.8.3.tar.gz) = 69d8e991f6ffb236d745eb0c73c202d426ea7d3d07904c5ce61bf79b5b68828e -SHA512 (gopls-0.8.3.tar.gz) = b5be84e3ce79f98f2109ca421cfa913a5031518a068d673b6eec8ec5f61a7bd204ae6e7e11af7f4bf94a6f60107d4268359ed3b2751b3df5a98e685de78147b8 -Size (gopls-0.8.3.tar.gz) = 3036967 bytes +BLAKE2s (gopls-0.8.4.tar.gz) = b80ffa148a9731a7838fe519a50295766ea21c68ec0719b0cc08aa04b94c2b83 +SHA512 (gopls-0.8.4.tar.gz) = 32b54a3905e2e2721c52c567511375b602078c482747173a1fa5a89decc29ef5cb15dcb4593fc5d9c6e8fa5ce793328f8ed55ca558f3c8715de0e0ef86c4ff3c +Size (gopls-0.8.4.tar.gz) = 3067199 bytes BLAKE2s (honnef.co_go_tools_@v_v0.3.0.mod) = 526b3ce5f9cd55deb717fbd564ee726760341f6f0ab91adc0aaf2331e7e6fdb4 SHA512 (honnef.co_go_tools_@v_v0.3.0.mod) = 49755cba4eb1c1565d094f2dd26e67136287e8a76b0bde37ba17fc263aeac1d5e84e6728341654cdffe5509c17e6640d8c180e2273dc98c8962a1ceab1337e14 Size (honnef.co_go_tools_@v_v0.3.0.mod) = 411 bytes diff --git a/devel/gopls/go-modules.mk b/devel/gopls/go-modules.mk index 5472c33ba6ac5..9422bd7284fd7 100644 --- a/devel/gopls/go-modules.mk +++ b/devel/gopls/go-modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: go-modules.mk,v 1.24 2022/04/20 20:54:45 wiz Exp $ +# $NetBSD: go-modules.mk,v 1.25 2022/05/28 09:12:02 wiz Exp $ GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v1.0.0.mod GO_MODULE_FILES+= github.com/!burnt!sushi/toml/@v/v1.0.0.zip @@ -33,8 +33,8 @@ GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20191011191535-87dc89f01550.mod GO_MODULE_FILES+= golang.org/x/exp/typeparams/@v/v0.0.0-20220218215828-6cf2b201936e.mod GO_MODULE_FILES+= golang.org/x/exp/typeparams/@v/v0.0.0-20220218215828-6cf2b201936e.zip GO_MODULE_FILES+= golang.org/x/mod/@v/v0.5.1.mod -GO_MODULE_FILES+= golang.org/x/mod/@v/v0.6.0-dev.0.20220106191415-9b9b3d81d5e3.mod -GO_MODULE_FILES+= golang.org/x/mod/@v/v0.6.0-dev.0.20220106191415-9b9b3d81d5e3.zip +GO_MODULE_FILES+= golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.mod +GO_MODULE_FILES+= golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.zip GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20211015210444-4f30a5c0130f.mod @@ -56,11 +56,11 @@ GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.7.mod GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.7.zip GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod -GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.11-0.20220407163324-91bcfb1bdf9c.mod -GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.11-0.20220407163324-91bcfb1bdf9c.zip +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.11-0.20220513164230-dfee1649af67.mod +GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.11-0.20220513164230-dfee1649af67.zip GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.9.mod -GO_MODULE_FILES+= golang.org/x/vuln/@v/v0.0.0-20220324005316-18fd808f5c7f.mod -GO_MODULE_FILES+= golang.org/x/vuln/@v/v0.0.0-20220324005316-18fd808f5c7f.zip +GO_MODULE_FILES+= golang.org/x/vuln/@v/v0.0.0-20220503210553-a5481fb0c8be.mod +GO_MODULE_FILES+= golang.org/x/vuln/@v/v0.0.0-20220503210553-a5481fb0c8be.zip GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod From ac59d499678b79b0c3f08386e125cbc5088f4bda Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 09:12:11 +0000 Subject: [PATCH 1134/1154] doc: Updated devel/gopls to 0.8.4 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 73648d372ca8a..1a349e3b01929 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2776 2022/05/28 08:58:36 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2777 2022/05/28 09:12:11 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4251,3 +4251,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/p5-PPI to 1.274 [wen 2022-05-28] Updated x11/libxkbcommon to 1.4.1 [wiz 2022-05-28] Updated security/py-pip-audit to 2.3.0 [wiz 2022-05-28] + Updated devel/gopls to 0.8.4 [wiz 2022-05-28] diff --git a/doc/TODO b/doc/TODO index 21b9d43f05bea..c5f0c45c54cf7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21893 2022/05/28 08:58:36 wiz Exp $ +$NetBSD: TODO,v 1.21894 2022/05/28 09:12:11 wiz Exp $ Suggested new packages ====================== @@ -807,7 +807,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o golem-0.0.6 o goocanvas-2.0.2 o google-glog-2.2.2 - o gopls-0.8.4 o gossip-0.31 o got-0.52 o gourmet-0.13.3 From 4a3bb5ede97b678f5362932b34d6a56d0fb01a90 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 09:17:52 +0000 Subject: [PATCH 1135/1154] harfbuzz*: update to 4.3.0 Add PLIST_SUBST to reduce PLIST churn. Overview of changes leading to 4.3.0 Friday, May 20, 2022 ==================================== - Major speed up in loading and subsetting fonts, especially in handling CFF table. Subsetting some fonts is now 3 times faster. (Behdad Esfahbod, Garret Rieger) - Speed up blending CFF2 table. (Behdad Esfahbod) - Speed up hb_ot_tags_from_language(). (Behdad Esfahbod, David Corbett) - Fix USE classification of U+10A38 to fix multiple marks on single Kharoshthi base. (David Corbett) - Fix parsing of empty CFF Index. (Behdad Esfahbod) - Fix subsetting CPAL table with partial palette overlaps. (Garret Rieger) - New API +hb_map_is_equal() (Behdad Esfahbod) --- fonts/harfbuzz-icu/PLIST | 4 ++-- fonts/harfbuzz/Makefile.common | 5 +++-- fonts/harfbuzz/PLIST | 8 ++++---- fonts/harfbuzz/distinfo | 8 ++++---- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/fonts/harfbuzz-icu/PLIST b/fonts/harfbuzz-icu/PLIST index 47819a4012881..37db2cb9ebb99 100644 --- a/fonts/harfbuzz-icu/PLIST +++ b/fonts/harfbuzz-icu/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.15 2022/04/24 17:23:45 adam Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/28 09:17:52 wiz Exp $ include/harfbuzz/hb-icu.h lib/libharfbuzz-icu.so lib/libharfbuzz-icu.so.0 -lib/libharfbuzz-icu.so.0.40201.0 +lib/libharfbuzz-icu.so.0.${SOVER}.0 lib/pkgconfig/harfbuzz-icu.pc diff --git a/fonts/harfbuzz/Makefile.common b/fonts/harfbuzz/Makefile.common index 4ba3ce6631a70..aa3fe73fe8570 100644 --- a/fonts/harfbuzz/Makefile.common +++ b/fonts/harfbuzz/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.18 2022/04/24 17:23:44 adam Exp $ +# $NetBSD: Makefile.common,v 1.19 2022/05/28 09:17:52 wiz Exp $ # used by fonts/harfbuzz-icu/Makefile -DISTNAME= harfbuzz-4.2.1 +DISTNAME= harfbuzz-4.3.0 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -38,6 +38,7 @@ PLIST.graphite2= yes MESON_ARGS+= -Dgraphite=disabled .endif +PLIST_SUBST= SOVER=${PKGVERSION_NOREV:S/./0/g} PKGCONFIG_OVERRIDE+= output/meson-private/*.pc PKGCONFIG_OVERRIDE_STAGE= pre-install diff --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST index a25ae9aac84cf..efa4a3cf294c0 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.59 2022/04/24 17:23:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.60 2022/05/28 09:17:52 wiz Exp $ bin/hb-ot-shape-closure bin/hb-shape bin/hb-subset @@ -43,13 +43,13 @@ lib/cmake/harfbuzz/harfbuzz-config.cmake ${PLIST.introspection}lib/girepository-1.0/HarfBuzz-0.0.typelib lib/libharfbuzz-gobject.so lib/libharfbuzz-gobject.so.0 -lib/libharfbuzz-gobject.so.0.40201.0 +lib/libharfbuzz-gobject.so.0.${SOVER}.0 lib/libharfbuzz-subset.so lib/libharfbuzz-subset.so.0 -lib/libharfbuzz-subset.so.0.40201.0 +lib/libharfbuzz-subset.so.0.${SOVER}.0 lib/libharfbuzz.so lib/libharfbuzz.so.0 -lib/libharfbuzz.so.0.40201.0 +lib/libharfbuzz.so.0.${SOVER}.0 lib/pkgconfig/harfbuzz-gobject.pc lib/pkgconfig/harfbuzz-subset.pc lib/pkgconfig/harfbuzz.pc diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index ee69c8361526c..e27fbee0aaae4 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.116 2022/04/24 17:23:45 adam Exp $ +$NetBSD: distinfo,v 1.117 2022/05/28 09:17:52 wiz Exp $ -BLAKE2s (harfbuzz-4.2.1.tar.xz) = 6c9ef342e181957c72c7c86475e23c9ae28350b237c7a0d3926104d48bfb90f3 -SHA512 (harfbuzz-4.2.1.tar.xz) = 860ce65b66815e432f7d3483325404ae3deb55067d03eff1b941ad9fd946db509ceaaf5e195905d57b0c6779fc2ae1f35375fbd16a860f08ec195f5337002fe0 -Size (harfbuzz-4.2.1.tar.xz) = 14987200 bytes +BLAKE2s (harfbuzz-4.3.0.tar.xz) = 3ae3a21ec403a11fd4d695b228692c52d0b8c04e257e05176a4edf9de96135f2 +SHA512 (harfbuzz-4.3.0.tar.xz) = b258bd253b694732c22ebfc980c21d4e2c6f59beb55279bda9988c950038295635613509b9f998a7f06a99642509af6e8ef6a370a3839a918d3ac67faa8af336 +Size (harfbuzz-4.3.0.tar.xz) = 15036020 bytes From 0ed0ba0728098a8e107b59b6e03e77646a0b2700 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 09:18:03 +0000 Subject: [PATCH 1136/1154] doc: Updated fonts/harfbuzz to 4.3.0 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1a349e3b01929..184b3b619c38c 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2777 2022/05/28 09:12:11 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2778 2022/05/28 09:18:03 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4252,3 +4252,4 @@ Changes to the packages collection and infrastructure in 2022: Updated x11/libxkbcommon to 1.4.1 [wiz 2022-05-28] Updated security/py-pip-audit to 2.3.0 [wiz 2022-05-28] Updated devel/gopls to 0.8.4 [wiz 2022-05-28] + Updated fonts/harfbuzz to 4.3.0 [wiz 2022-05-28] diff --git a/doc/TODO b/doc/TODO index c5f0c45c54cf7..13ab89061a2b5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21894 2022/05/28 09:12:11 wiz Exp $ +$NetBSD: TODO,v 1.21895 2022/05/28 09:18:03 wiz Exp $ Suggested new packages ====================== @@ -847,7 +847,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o h8300-elf-gcc-7.1.0 o hamster-applet-2.32.1 o hanzim-3.5 - o harfbuzz-4.3 o harmbase2-20210110 o harminv-1.4.1 o hashcash-1.23 From 5f4d8c8fc80297e979fd821573b1224329657810 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 09:20:02 +0000 Subject: [PATCH 1137/1154] py-gstreamer1: update to 1.20.2. === release 1.20.2 === gst-python: fix build on systems without C++ compiler --- multimedia/py-gstreamer1/Makefile | 4 ++-- multimedia/py-gstreamer1/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/multimedia/py-gstreamer1/Makefile b/multimedia/py-gstreamer1/Makefile index b5d65c78df9ff..af33f381c41db 100644 --- a/multimedia/py-gstreamer1/Makefile +++ b/multimedia/py-gstreamer1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/04/25 07:20:25 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/28 09:20:02 wiz Exp $ -DISTNAME= gst-python-1.20.1 +DISTNAME= gst-python-1.20.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer1/} CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-python/ diff --git a/multimedia/py-gstreamer1/distinfo b/multimedia/py-gstreamer1/distinfo index 56f65733a7301..25e5fa4173b57 100644 --- a/multimedia/py-gstreamer1/distinfo +++ b/multimedia/py-gstreamer1/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/04/25 07:20:25 wiz Exp $ +$NetBSD: distinfo,v 1.19 2022/05/28 09:20:02 wiz Exp $ -BLAKE2s (gst-python-1.20.1.tar.xz) = b2a60a223e92e4f49430105aea545e6e3e685ebd9e99e0ab38247f13cf0cf8f6 -SHA512 (gst-python-1.20.1.tar.xz) = 16819b7b8c564af8d0cc5f3d5a64921c45523865d705d5f4580bf644aeaacf24fd1922f27c3729e8334e710d318646ee5250ac26045f863fedaf1c8481724750 -Size (gst-python-1.20.1.tar.xz) = 151020 bytes +BLAKE2s (gst-python-1.20.2.tar.xz) = 1c063e3ab93f893c5deec641798098bf869d64b51a593bf4abb8f211ab23ba74 +SHA512 (gst-python-1.20.2.tar.xz) = 99af8bad76f930e6c11dcacac013ffe30670ad77259ebe96ee6059a9c359fd1a9c9b22188856f2f19f31469c152b3ad269ba821d06ef92f0c92b3b0fe0eac0d2 +Size (gst-python-1.20.2.tar.xz) = 153428 bytes From 66b874fa77e828a882248a96bcc06c24ced1749c Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 09:20:11 +0000 Subject: [PATCH 1138/1154] doc: Updated multimedia/py-gstreamer1 to 1.20.2 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 184b3b619c38c..e61aacbabb70f 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2778 2022/05/28 09:18:03 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2779 2022/05/28 09:20:11 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4253,3 +4253,4 @@ Changes to the packages collection and infrastructure in 2022: Updated security/py-pip-audit to 2.3.0 [wiz 2022-05-28] Updated devel/gopls to 0.8.4 [wiz 2022-05-28] Updated fonts/harfbuzz to 4.3.0 [wiz 2022-05-28] + Updated multimedia/py-gstreamer1 to 1.20.2 [wiz 2022-05-28] diff --git a/doc/TODO b/doc/TODO index 13ab89061a2b5..1aa4ff98afbf2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21895 2022/05/28 09:18:03 wiz Exp $ +$NetBSD: TODO,v 1.21896 2022/05/28 09:20:11 wiz Exp $ Suggested new packages ====================== @@ -1413,7 +1413,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-gammu-3.1 o py-gcovr-4.2 o py-goocalendar-0.7.2 - o py-gstreamer1-1.20.2 o py-gsutil-5.6 o py-hgview-1.9.0 o py-hyperscan-0.2.0 From 1f9a41b1f84d8df55f679c7f8a67c804945800c5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 09:47:11 +0000 Subject: [PATCH 1139/1154] ImageMagick: update to 7.1.0.35. 7.1.0-35 - 2022-05-16 Commits beta release e37bfbd remove special use case of Kmeans for color reduction @ ImageMagick/ImageMagick#5152 53d7d06 fix temporary file leak 7496436 one-off release due to "-monochrome command no longer dithers grayscale ff6dbbb 7.1.0-34 - 2022-05-15 Commits beta release 68a0412 require min 3 channels for compositing 5d38476 PDF to PBM no longer returning all white @ ImageMagick/ImageMagick#5134 8e605a2 Removed incorrect method definition from the header file. 18ccd96 fix build with -Werror @ ImageMagick/ImageMagick6#177 0dcacb8 clarify usage 186578a eliminate compiler warnings 4fe856b latest autoconf/automake config 4b69c54 cosmetic 2722c2f cosmetic 78a1988 automake/autoconf update a772a53 automake/autoconf update 9d882e4 correct check for Magick++ compliance f4d8e6e automake/autoconf remove obselete macros 644472a build RPM tweaks 40bc17c tweak BZIP2 autoconf macro af5fdcd do not change grayscale colorspace to sRGB when compositing 05074b2 release f2934c5 --- graphics/ImageMagick/Makefile.common | 4 ++-- graphics/ImageMagick/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 79c982c5a4e63..ca25300a61038 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.254 2022/05/10 05:56:54 wiz Exp $ +# $NetBSD: Makefile.common,v 1.255 2022/05/28 09:47:11 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile # # Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md IM_MAJOR_VER= 7.1.0 -IM_MINOR_VER= 33 +IM_MINOR_VER= 35 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index aa51485b0e374..64aa27e80a6b7 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.275 2022/05/10 05:56:54 wiz Exp $ +$NetBSD: distinfo,v 1.276 2022/05/28 09:47:11 wiz Exp $ -BLAKE2s (ImageMagick-7.1.0-33.tar.xz) = c2e217f6975691c142c5640257acf44fc97e11d71a8c0bc7b6fc2e173db74cd9 -SHA512 (ImageMagick-7.1.0-33.tar.xz) = 44b109006d4ccbe60db2fe5a8f7d1ab83a3410a4482662d1d3cdd24b99003848d4c199ed11ad0ee7d9b7a210fe3b0ef89b71457c5a6c25b5a76e23af92dbbd6b -Size (ImageMagick-7.1.0-33.tar.xz) = 10351320 bytes +BLAKE2s (ImageMagick-7.1.0-35.tar.xz) = d9b841e8bf2014d9869ec8ceeadd9b7cc64dd30f1d193606dae4f9d446ed87f4 +SHA512 (ImageMagick-7.1.0-35.tar.xz) = 89cd7bc99ee8bdbd6380324d7a3ab01326b11fa5d63f61b237e2012ba7fcbfe0ba43995a8128a90fa5276e81037ac938e2e06b6d0f5aa03aa2f7736c90f037b1 +Size (ImageMagick-7.1.0-35.tar.xz) = 10350272 bytes SHA1 (patch-config_policy.xml) = f8d130dcb1e81cd78a7856ca9b334f6ebf95c18f From 555a92aa47cb28133badbb8cb1edca32698b6f2f Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 09:47:21 +0000 Subject: [PATCH 1140/1154] doc: Updated graphics/ImageMagick to 7.1.0.35 --- doc/CHANGES-2022 | 3 ++- doc/TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index e61aacbabb70f..54aff7c329f16 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2779 2022/05/28 09:20:11 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2780 2022/05/28 09:47:21 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4254,3 +4254,4 @@ Changes to the packages collection and infrastructure in 2022: Updated devel/gopls to 0.8.4 [wiz 2022-05-28] Updated fonts/harfbuzz to 4.3.0 [wiz 2022-05-28] Updated multimedia/py-gstreamer1 to 1.20.2 [wiz 2022-05-28] + Updated graphics/ImageMagick to 7.1.0.35 [wiz 2022-05-28] diff --git a/doc/TODO b/doc/TODO index 1aa4ff98afbf2..4525ee8e062b7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21896 2022/05/28 09:20:11 wiz Exp $ +$NetBSD: TODO,v 1.21897 2022/05/28 09:47:21 wiz Exp $ Suggested new packages ====================== @@ -366,7 +366,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o GNUMail-1.2.2 o Gorm-1.2.26 o HElib-2.1.0 - o ImageMagick-7.1.0.35 o ImageMagick6-6.9.12.8 o JBidwatcher-2.5.6 [wants launch4j] o LPRng-core-3.8.35 From ad136d0c4d9b51ec4550ab95ae63aeb587e3fefc Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 28 May 2022 09:55:26 +0000 Subject: [PATCH 1141/1154] www/ruby-innate: update HOMEPAGE --- www/ruby-innate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/ruby-innate/Makefile b/www/ruby-innate/Makefile index 3db25097d15a1..e873f364dca24 100644 --- a/www/ruby-innate/Makefile +++ b/www/ruby-innate/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2017/07/30 22:32:27 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/28 09:55:26 taca Exp $ DISTNAME= innate-2015.10.28 PKGREVISION= 1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/manveru/innate +HOMEPAGE= https://github.com/Ramaze/innate COMMENT= Powerful web-framework wrapper for Rack LICENSE= mit From 351f4608b6b8b74fb6047869b23a6323971f194b Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 28 May 2022 09:55:51 +0000 Subject: [PATCH 1142/1154] www/ruby-rack: update to 2.2.3.1 2.2.3.1 (2022-05-27) * [CVE-2022-30123] Fix shell escaping issue in Common Logger * [CVE-2022-30122] Restrict parsing of broken MIME attachments --- www/ruby-rack/Makefile | 4 ++-- www/ruby-rack/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/ruby-rack/Makefile b/www/ruby-rack/Makefile index a86e3665c3228..d640199f8c412 100644 --- a/www/ruby-rack/Makefile +++ b/www/ruby-rack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2020/06/17 10:33:49 taca Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/28 09:55:51 taca Exp $ -DISTNAME= rack-2.2.3 +DISTNAME= rack-2.2.3.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-rack/distinfo b/www/ruby-rack/distinfo index 2028741319ef9..4ab9fcc8c2648 100644 --- a/www/ruby-rack/distinfo +++ b/www/ruby-rack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2021/10/26 11:31:02 nia Exp $ +$NetBSD: distinfo,v 1.28 2022/05/28 09:55:51 taca Exp $ -BLAKE2s (rack-2.2.3.gem) = 7da4bef128e9a393e9cd62bc79487a69905b124d276a11d8b8033efd80162bc1 -SHA512 (rack-2.2.3.gem) = aabda2ac4aeea6b119c5d570a6c36b5c114f879cc73678a6f385b71f2191501a86adc3bed6f0e0bacfc1e4c48c2374714588669ede898053dc7719899bf71635 -Size (rack-2.2.3.gem) = 151040 bytes +BLAKE2s (rack-2.2.3.1.gem) = 56f098f0872dab81f16b28c417de167ea47255424b037d1e6a38b11788c795ff +SHA512 (rack-2.2.3.1.gem) = b4e07624c406765811aec237c1837ca43865f08a3edd3d3c96c47c1e7c813fe7f126f448bf62055b12ec6b70bc0b075979c6c9e2effb6d7f032077f5266e989d +Size (rack-2.2.3.1.gem) = 151040 bytes From a838c3e7cf8a82033ca37307fc466c06f223a7e8 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 28 May 2022 09:56:11 +0000 Subject: [PATCH 1143/1154] doc: Updated www/ruby-rack to 2.2.3.1 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 54aff7c329f16..1329b85065fe8 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2780 2022/05/28 09:47:21 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2781 2022/05/28 09:56:11 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4255,3 +4255,4 @@ Changes to the packages collection and infrastructure in 2022: Updated fonts/harfbuzz to 4.3.0 [wiz 2022-05-28] Updated multimedia/py-gstreamer1 to 1.20.2 [wiz 2022-05-28] Updated graphics/ImageMagick to 7.1.0.35 [wiz 2022-05-28] + Updated www/ruby-rack to 2.2.3.1 [taca 2022-05-28] From 9a01456f0303d20acc3c06eac4cb89f74474e761 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 28 May 2022 10:14:22 +0000 Subject: [PATCH 1144/1154] security/php-pecl-mcrypt: update to 1.0.5 1.0.5 (2022-05-23) * Add support for PHP 8.1. (Don't use deprecated null value.) --- security/php-pecl-mcrypt/Makefile | 4 ++-- security/php-pecl-mcrypt/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/php-pecl-mcrypt/Makefile b/security/php-pecl-mcrypt/Makefile index effe5f155d6cc..abfc8c98abaac 100644 --- a/security/php-pecl-mcrypt/Makefile +++ b/security/php-pecl-mcrypt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/01/03 07:35:08 taca Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/28 10:14:22 taca Exp $ # MODNAME= mcrypt -PECL_VERSION= 1.0.4 +PECL_VERSION= 1.0.5 PKGNAME= ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION} CATEGORIES= security diff --git a/security/php-pecl-mcrypt/distinfo b/security/php-pecl-mcrypt/distinfo index 070200f423097..102eee6c174d5 100644 --- a/security/php-pecl-mcrypt/distinfo +++ b/security/php-pecl-mcrypt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:17:37 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/05/28 10:14:22 taca Exp $ -BLAKE2s (php-mcrypt/mcrypt-1.0.4.tgz) = f7ed3a25e3986719f897e9f4b818233bb62a8795e78fa03d66a18274770dbe66 -SHA512 (php-mcrypt/mcrypt-1.0.4.tgz) = 6a8244761035640366041a5f26057ab14bb85eaaa973ddf604e152b786ef750ec775ae91d7582044700d6fdef902425f3a9d6839113a52e0a9f957bf9d0c189a -Size (php-mcrypt/mcrypt-1.0.4.tgz) = 27056 bytes +BLAKE2s (php-mcrypt/mcrypt-1.0.5.tgz) = 287df4e9831e0dc9b1d72028571c1938f8d856e8411641ab8b3886d296373fce +SHA512 (php-mcrypt/mcrypt-1.0.5.tgz) = fe9afd0987ddbcbb0a9fc5e8313c08c65ac6afd606cce586fe30600ab149b4f4add917bb0319f803942833a88f520f65e2e94bbcc6c58e2075e829509e7dfac5 +Size (php-mcrypt/mcrypt-1.0.5.tgz) = 27056 bytes From 6f2983f66131e62f0f0913036b7dd0b42b091097 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 28 May 2022 10:14:45 +0000 Subject: [PATCH 1145/1154] doc: Updated security/php-pecl-mcrypt to 1.0.5 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1329b85065fe8..1d19ea542c36e 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2781 2022/05/28 09:56:11 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2782 2022/05/28 10:14:45 taca Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4256,3 +4256,4 @@ Changes to the packages collection and infrastructure in 2022: Updated multimedia/py-gstreamer1 to 1.20.2 [wiz 2022-05-28] Updated graphics/ImageMagick to 7.1.0.35 [wiz 2022-05-28] Updated www/ruby-rack to 2.2.3.1 [taca 2022-05-28] + Updated security/php-pecl-mcrypt to 1.0.5 [taca 2022-05-28] From 6a4fa1ea15470738aaa4b81174ce74f9de12dace Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 10:56:07 +0000 Subject: [PATCH 1146/1154] rust-analyzer: update to 0.0.2022.05.23. 6 weeks of development. --- lang/rust-analyzer/Makefile | 4 +- lang/rust-analyzer/cargo-depends.mk | 119 +++--- lang/rust-analyzer/distinfo | 362 +++++++++--------- lang/rust-analyzer/patches/patch-Cargo.lock | 18 + ...patch-crates_ide_completion_src_context.rs | 17 - .../patch-crates_vfs-notify_Cargo.toml | 15 + 6 files changed, 270 insertions(+), 265 deletions(-) create mode 100644 lang/rust-analyzer/patches/patch-Cargo.lock delete mode 100644 lang/rust-analyzer/patches/patch-crates_ide_completion_src_context.rs create mode 100644 lang/rust-analyzer/patches/patch-crates_vfs-notify_Cargo.toml diff --git a/lang/rust-analyzer/Makefile b/lang/rust-analyzer/Makefile index 6933a8c71e476..9d4f33c562530 100644 --- a/lang/rust-analyzer/Makefile +++ b/lang/rust-analyzer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/04/15 17:39:42 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/28 10:56:07 wiz Exp $ -DISTNAME= rust-analyzer-2022-04-11 +DISTNAME= rust-analyzer-2022-05-23 PKGNAME= ${DISTNAME:C/-2([0-9]*)-([0-9]*)-([0-9]*)/-0.0.2\1.\2.\3/} CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=rust-lang/} diff --git a/lang/rust-analyzer/cargo-depends.mk b/lang/rust-analyzer/cargo-depends.mk index f65bc52458524..c65b260760731 100644 --- a/lang/rust-analyzer/cargo-depends.mk +++ b/lang/rust-analyzer/cargo-depends.mk @@ -1,26 +1,26 @@ -# $NetBSD: cargo-depends.mk,v 1.9 2022/04/15 17:39:42 adam Exp $ +# $NetBSD: cargo-depends.mk,v 1.10 2022/05/28 10:56:07 wiz Exp $ CARGO_CRATE_DEPENDS+= addr2line-0.17.0 CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= always-assert-0.1.2 CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 -CARGO_CRATE_DEPENDS+= anyhow-1.0.56 +CARGO_CRATE_DEPENDS+= anyhow-1.0.57 CARGO_CRATE_DEPENDS+= anymap-0.12.1 CARGO_CRATE_DEPENDS+= arbitrary-1.1.0 CARGO_CRATE_DEPENDS+= arrayvec-0.7.2 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.1.0 -CARGO_CRATE_DEPENDS+= backtrace-0.3.64 +CARGO_CRATE_DEPENDS+= backtrace-0.3.65 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 -CARGO_CRATE_DEPENDS+= camino-1.0.7 +CARGO_CRATE_DEPENDS+= camino-1.0.8 CARGO_CRATE_DEPENDS+= cargo-platform-0.1.2 CARGO_CRATE_DEPENDS+= cargo_metadata-0.14.2 CARGO_CRATE_DEPENDS+= cc-1.0.73 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 -CARGO_CRATE_DEPENDS+= chalk-derive-0.81.0 -CARGO_CRATE_DEPENDS+= chalk-ir-0.81.0 -CARGO_CRATE_DEPENDS+= chalk-recursive-0.81.0 -CARGO_CRATE_DEPENDS+= chalk-solve-0.81.0 +CARGO_CRATE_DEPENDS+= chalk-derive-0.82.0 +CARGO_CRATE_DEPENDS+= chalk-ir-0.82.0 +CARGO_CRATE_DEPENDS+= chalk-recursive-0.82.0 +CARGO_CRATE_DEPENDS+= chalk-solve-0.82.0 CARGO_CRATE_DEPENDS+= countme-3.0.1 CARGO_CRATE_DEPENDS+= cov-mark-2.0.0-pre.1 CARGO_CRATE_DEPENDS+= crc32fast-1.3.2 @@ -30,77 +30,73 @@ CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.8 CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.8 CARGO_CRATE_DEPENDS+= dashmap-5.2.0 CARGO_CRATE_DEPENDS+= derive_arbitrary-1.1.0 -CARGO_CRATE_DEPENDS+= dissimilar-1.0.3 +CARGO_CRATE_DEPENDS+= dissimilar-1.0.4 CARGO_CRATE_DEPENDS+= dot-0.1.4 CARGO_CRATE_DEPENDS+= drop_bomb-0.1.5 CARGO_CRATE_DEPENDS+= either-1.6.1 CARGO_CRATE_DEPENDS+= ena-0.14.0 CARGO_CRATE_DEPENDS+= expect-test-1.2.2 -CARGO_CRATE_DEPENDS+= filetime-0.2.15 +CARGO_CRATE_DEPENDS+= filetime-0.2.16 CARGO_CRATE_DEPENDS+= fixedbitset-0.2.0 -CARGO_CRATE_DEPENDS+= flate2-1.0.22 +CARGO_CRATE_DEPENDS+= flate2-1.0.23 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 CARGO_CRATE_DEPENDS+= fs_extra-1.2.0 CARGO_CRATE_DEPENDS+= fsevent-sys-4.1.0 CARGO_CRATE_DEPENDS+= fst-0.4.7 CARGO_CRATE_DEPENDS+= gimli-0.26.1 CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 -CARGO_CRATE_DEPENDS+= hashbrown-0.12.0 +CARGO_CRATE_DEPENDS+= hashbrown-0.12.1 CARGO_CRATE_DEPENDS+= heck-0.3.3 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= home-0.5.3 CARGO_CRATE_DEPENDS+= idna-0.2.3 -CARGO_CRATE_DEPENDS+= indexmap-1.8.0 +CARGO_CRATE_DEPENDS+= indexmap-1.8.1 CARGO_CRATE_DEPENDS+= inotify-0.9.6 CARGO_CRATE_DEPENDS+= inotify-sys-0.1.5 CARGO_CRATE_DEPENDS+= instant-0.1.12 CARGO_CRATE_DEPENDS+= itertools-0.10.3 -CARGO_CRATE_DEPENDS+= itoa-1.0.1 +CARGO_CRATE_DEPENDS+= itoa-1.0.2 CARGO_CRATE_DEPENDS+= jod-thread-0.1.2 -CARGO_CRATE_DEPENDS+= kqueue-1.0.4 +CARGO_CRATE_DEPENDS+= kqueue-1.0.6 CARGO_CRATE_DEPENDS+= kqueue-sys-1.0.3 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.121 +CARGO_CRATE_DEPENDS+= libc-0.2.126 CARGO_CRATE_DEPENDS+= libloading-0.7.3 -CARGO_CRATE_DEPENDS+= libmimalloc-sys-0.1.24 -CARGO_CRATE_DEPENDS+= lock_api-0.4.6 -CARGO_CRATE_DEPENDS+= log-0.4.14 -CARGO_CRATE_DEPENDS+= lsp-server-0.6.0 -CARGO_CRATE_DEPENDS+= lsp-types-0.92.1 +CARGO_CRATE_DEPENDS+= libmimalloc-sys-0.1.25 +CARGO_CRATE_DEPENDS+= lock_api-0.4.7 +CARGO_CRATE_DEPENDS+= log-0.4.17 +CARGO_CRATE_DEPENDS+= lsp-types-0.93.0 CARGO_CRATE_DEPENDS+= matchers-0.1.0 CARGO_CRATE_DEPENDS+= matches-0.1.9 -CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memchr-2.5.0 CARGO_CRATE_DEPENDS+= memmap2-0.5.3 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 -CARGO_CRATE_DEPENDS+= mimalloc-0.1.28 -CARGO_CRATE_DEPENDS+= miniz_oxide-0.4.4 -CARGO_CRATE_DEPENDS+= mio-0.8.1 -CARGO_CRATE_DEPENDS+= miow-0.3.7 +CARGO_CRATE_DEPENDS+= mimalloc-0.1.29 +CARGO_CRATE_DEPENDS+= miniz_oxide-0.5.1 +CARGO_CRATE_DEPENDS+= mio-0.8.3 CARGO_CRATE_DEPENDS+= miow-0.4.0 -CARGO_CRATE_DEPENDS+= notify-5.0.0-pre.14 -CARGO_CRATE_DEPENDS+= ntapi-0.3.7 +CARGO_CRATE_DEPENDS+= notify-5.0.0-pre.15 CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 -CARGO_CRATE_DEPENDS+= object-0.27.1 -CARGO_CRATE_DEPENDS+= object-0.28.3 -CARGO_CRATE_DEPENDS+= once_cell-1.10.0 +CARGO_CRATE_DEPENDS+= object-0.28.4 +CARGO_CRATE_DEPENDS+= once_cell-1.11.0 CARGO_CRATE_DEPENDS+= oorandom-11.1.3 CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 CARGO_CRATE_DEPENDS+= parking_lot-0.12.0 CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 -CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.1 -CARGO_CRATE_DEPENDS+= paste-1.0.6 +CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.3 +CARGO_CRATE_DEPENDS+= paste-1.0.7 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 CARGO_CRATE_DEPENDS+= perf-event-0.4.7 CARGO_CRATE_DEPENDS+= perf-event-open-sys-1.0.1 CARGO_CRATE_DEPENDS+= petgraph-0.5.1 -CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.8 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.36 +CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.9 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.39 CARGO_CRATE_DEPENDS+= pulldown-cmark-0.9.1 CARGO_CRATE_DEPENDS+= pulldown-cmark-to-cmark-10.0.1 -CARGO_CRATE_DEPENDS+= quote-1.0.16 -CARGO_CRATE_DEPENDS+= rayon-1.5.1 -CARGO_CRATE_DEPENDS+= rayon-core-1.9.1 -CARGO_CRATE_DEPENDS+= redox_syscall-0.2.11 +CARGO_CRATE_DEPENDS+= quote-1.0.18 +CARGO_CRATE_DEPENDS+= rayon-1.5.3 +CARGO_CRATE_DEPENDS+= rayon-core-1.9.3 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.13 CARGO_CRATE_DEPENDS+= regex-1.5.5 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 @@ -108,22 +104,22 @@ CARGO_CRATE_DEPENDS+= rowan-0.15.4 CARGO_CRATE_DEPENDS+= rustc-ap-rustc_lexer-725.0.0 CARGO_CRATE_DEPENDS+= rustc-demangle-0.1.21 CARGO_CRATE_DEPENDS+= rustc-hash-1.1.0 -CARGO_CRATE_DEPENDS+= ryu-1.0.9 +CARGO_CRATE_DEPENDS+= ryu-1.0.10 CARGO_CRATE_DEPENDS+= salsa-0.17.0-pre.2 CARGO_CRATE_DEPENDS+= salsa-macros-0.17.0-pre.2 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= scoped-tls-1.0.0 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 -CARGO_CRATE_DEPENDS+= semver-1.0.6 -CARGO_CRATE_DEPENDS+= serde-1.0.136 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.136 -CARGO_CRATE_DEPENDS+= serde_json-1.0.79 -CARGO_CRATE_DEPENDS+= serde_repr-0.1.7 +CARGO_CRATE_DEPENDS+= semver-1.0.9 +CARGO_CRATE_DEPENDS+= serde-1.0.137 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.137 +CARGO_CRATE_DEPENDS+= serde_json-1.0.81 +CARGO_CRATE_DEPENDS+= serde_repr-0.1.8 CARGO_CRATE_DEPENDS+= sharded-slab-0.1.4 CARGO_CRATE_DEPENDS+= smallvec-1.8.0 -CARGO_CRATE_DEPENDS+= smol_str-0.1.21 +CARGO_CRATE_DEPENDS+= smol_str-0.1.23 CARGO_CRATE_DEPENDS+= snap-1.0.5 -CARGO_CRATE_DEPENDS+= syn-1.0.89 +CARGO_CRATE_DEPENDS+= syn-1.0.95 CARGO_CRATE_DEPENDS+= synstructure-0.12.6 CARGO_CRATE_DEPENDS+= text-size-1.1.0 CARGO_CRATE_DEPENDS+= thread_local-1.1.4 @@ -131,21 +127,22 @@ CARGO_CRATE_DEPENDS+= threadpool-1.8.1 CARGO_CRATE_DEPENDS+= tikv-jemalloc-ctl-0.4.2 CARGO_CRATE_DEPENDS+= tikv-jemalloc-sys-0.4.3+5.2.1-patched.2 CARGO_CRATE_DEPENDS+= tikv-jemallocator-0.4.3 -CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 +CARGO_CRATE_DEPENDS+= tinyvec-1.6.0 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= tracing-0.1.32 -CARGO_CRATE_DEPENDS+= tracing-attributes-0.1.20 -CARGO_CRATE_DEPENDS+= tracing-core-0.1.23 -CARGO_CRATE_DEPENDS+= tracing-log-0.1.2 -CARGO_CRATE_DEPENDS+= tracing-subscriber-0.3.9 +CARGO_CRATE_DEPENDS+= tracing-0.1.34 +CARGO_CRATE_DEPENDS+= tracing-attributes-0.1.21 +CARGO_CRATE_DEPENDS+= tracing-core-0.1.26 +CARGO_CRATE_DEPENDS+= tracing-log-0.1.3 +CARGO_CRATE_DEPENDS+= tracing-subscriber-0.3.11 CARGO_CRATE_DEPENDS+= tracing-tree-0.2.0 CARGO_CRATE_DEPENDS+= typed-arena-2.0.1 CARGO_CRATE_DEPENDS+= ungrammar-1.16.1 CARGO_CRATE_DEPENDS+= unicase-2.6.0 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.7 +CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.8 +CARGO_CRATE_DEPENDS+= unicode-ident-1.0.0 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.3 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= valuable-0.1.0 CARGO_CRATE_DEPENDS+= version_check-0.9.4 @@ -156,17 +153,17 @@ CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= windows-sys-0.28.0 -CARGO_CRATE_DEPENDS+= windows-sys-0.32.0 +CARGO_CRATE_DEPENDS+= windows-sys-0.36.1 CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.28.0 -CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.32.0 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.28.0 -CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.32.0 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.36.1 CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.28.0 -CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.32.0 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.36.1 CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.28.0 -CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.32.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.36.1 CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.28.0 -CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.32.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.36.1 CARGO_CRATE_DEPENDS+= write-json-0.1.2 CARGO_CRATE_DEPENDS+= xflags-0.2.4 CARGO_CRATE_DEPENDS+= xflags-macros-0.2.4 diff --git a/lang/rust-analyzer/distinfo b/lang/rust-analyzer/distinfo index 4b5821bee9594..5e2a2170fe261 100644 --- a/lang/rust-analyzer/distinfo +++ b/lang/rust-analyzer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2022/04/15 17:39:42 adam Exp $ +$NetBSD: distinfo,v 1.16 2022/05/28 10:56:07 wiz Exp $ BLAKE2s (addr2line-0.17.0.crate) = f7fa3b016f0e80c4ea9967f8947de15edc9fa39d0c0cdea692dccd0c41c28039 SHA512 (addr2line-0.17.0.crate) = ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95 @@ -12,9 +12,9 @@ Size (always-assert-0.1.2.crate) = 7067 bytes BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 Size (ansi_term-0.12.1.crate) = 24838 bytes -BLAKE2s (anyhow-1.0.56.crate) = 1e925bd2b212948db20f8452b188cffe4870a83187fddb5c35b2e9f3ee3341c6 -SHA512 (anyhow-1.0.56.crate) = 9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5 -Size (anyhow-1.0.56.crate) = 44780 bytes +BLAKE2s (anyhow-1.0.57.crate) = 41fb9d89f40f717e78e0037fae26ece2af44205dddd0028375284f2c827231bb +SHA512 (anyhow-1.0.57.crate) = 311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004 +Size (anyhow-1.0.57.crate) = 44614 bytes BLAKE2s (anymap-0.12.1.crate) = 7080f2e95efc679b169984781e712a49b504977da8742d5c7be8322337094fcf SHA512 (anymap-0.12.1.crate) = 88fbca9ff7482ecd338f9cd9a025499ed98b47eaa89ca8dcd1ccfb013b6c9ebe7a8eca5d7c873eb716c320af7ccda01f6d4c26bb333c8ff434416416ee64a774 Size (anymap-0.12.1.crate) = 14298 bytes @@ -30,15 +30,15 @@ Size (atty-0.2.14.crate) = 5470 bytes BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060 SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f Size (autocfg-1.1.0.crate) = 13272 bytes -BLAKE2s (backtrace-0.3.64.crate) = 925b5fff0d09cac54138bd3b8fbefcc6a1d63730cdde643c0c92c074506bec39 -SHA512 (backtrace-0.3.64.crate) = 37435cca0587c1c7b511536478ff448914d423c9cf6152ec8bb884c19d1c2466c377b270ebce2028960b4a380f3152fbfeb940de943ef4071ed271c7cd576f2e -Size (backtrace-0.3.64.crate) = 74311 bytes +BLAKE2s (backtrace-0.3.65.crate) = f6c8b6052d4b803455044515a2a50cf5d17f75f12544d1ef22e53ee0eb70a1bc +SHA512 (backtrace-0.3.65.crate) = 9cf3cda1d86deb6b7f3cada0ed7a9e6e54e2d323533e385222a260b2f667bd1989a552cc35806a1579c1493ee1177e474b1d42b29480c09a2735251586740321 +Size (backtrace-0.3.65.crate) = 74129 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes -BLAKE2s (camino-1.0.7.crate) = 4fbd062192a729132f551eca1cc1f83fa211861ee144fd353e047c69503bda22 -SHA512 (camino-1.0.7.crate) = 0c22c9de3740d39d058de25b2c9b221928f11cf9340562412a15948ddfeaddcb6da38ed3f18321c322d2811847d7cb5cc1c78304f67e9702a2056e59da64bf33 -Size (camino-1.0.7.crate) = 26602 bytes +BLAKE2s (camino-1.0.8.crate) = 487b61efe120fc98d9e48575642156b47e9067117b3f88695ab87ca436e56216 +SHA512 (camino-1.0.8.crate) = 81b70ee09ea788e0093a86ede0733c8f487d22db05bf2c6e81914e19ece81378aafdad7b6cd12ae6d8dbc3c5ab65880fffaa58a02465e0772f4b79eef9f51973 +Size (camino-1.0.8.crate) = 29300 bytes BLAKE2s (cargo-platform-0.1.2.crate) = 6e2fd3d7f836a138e9f6c2bdcfc95f5adc3fcbc802bde125e60e6c0998bc6cd3 SHA512 (cargo-platform-0.1.2.crate) = c716bf3a4e0942160dbf7be114d1621e1fccc23511e7b0a2b99852b99a851910bfcf8640c2d0d0a03d5a324e1a59fb5d4264ca81bca24e3f1a1ca653bdf2956f Size (cargo-platform-0.1.2.crate) = 11645 bytes @@ -51,18 +51,18 @@ Size (cc-1.0.73.crate) = 57880 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes -BLAKE2s (chalk-derive-0.81.0.crate) = ad2cf9f7378500c5e474e096d92b9f3e898bf587754fb3ae6ffad2c325795b01 -SHA512 (chalk-derive-0.81.0.crate) = 6579c3db466c662edce83a9227c5e27252b12684adc9ee45c7d7db9e08852768fc0d6d5378589802a5d645e6157138c336d09a74539336a1b9adf125de5b201a -Size (chalk-derive-0.81.0.crate) = 3433 bytes -BLAKE2s (chalk-ir-0.81.0.crate) = c947789d5867578319a0a6f4aa1c9dbe5bfd6cb082eec0fbcc4b6b9af1f266b9 -SHA512 (chalk-ir-0.81.0.crate) = 2f19841d1d45cdfbd245a19b7442bae70a2d0b4cc1bf247a77bd40b7fe3f94a1b689980c9c2b923c22c8aefd0a90e17d333c5972b2f713e27a70b882aaa3dc11 -Size (chalk-ir-0.81.0.crate) = 51288 bytes -BLAKE2s (chalk-recursive-0.81.0.crate) = 53d7c1f8b2caebadae2fc130ff0d5c5a67e2eb82efae231a80eb94099e608df6 -SHA512 (chalk-recursive-0.81.0.crate) = 000d54ae25a7cbca24606bae14e6ea79ded349fac759786e384d391df00dcab9de2679867ed82a83d878a5cf12657081391e79836bc0890b1d59400da1c987fd -Size (chalk-recursive-0.81.0.crate) = 14818 bytes -BLAKE2s (chalk-solve-0.81.0.crate) = 2b0977bc045a8dd9094d0c666842b3002f57133329cd16fd604eb9008d69d98a -SHA512 (chalk-solve-0.81.0.crate) = ddea4f744595afc8791f9951bc6dfd09e85a2b8dcdb1d75e138deaf52a0d43905f036733a772ce14b18480638b5c8921b16af6805c0afb0fc9b103aef52b5a5b -Size (chalk-solve-0.81.0.crate) = 99097 bytes +BLAKE2s (chalk-derive-0.82.0.crate) = d1bf43b168a58bba22c31f6b8816f14426e34439c1a22f30cb526f0d1b3b7d93 +SHA512 (chalk-derive-0.82.0.crate) = 3c8346045f137052cff7519463eca5a8a1a5533a9993e2e4e01a4b71347f8255a4e288336a553df1e12454f100d8f847a7e0da96b6b431308a582316ab60fef9 +Size (chalk-derive-0.82.0.crate) = 3447 bytes +BLAKE2s (chalk-ir-0.82.0.crate) = 7a84f5ffa141827d6a88bdcb3d7d35e6b3c2d8b38c99818b20f2954fc1b02df5 +SHA512 (chalk-ir-0.82.0.crate) = 739b4793fbb2b76eae18a2e6e1e771495c2d655bd19c7212260ccc2f55f8c5c4baeaded43c0259ea68d4db364f67bf25dd03695940a3ecc61ac091248b8403fc +Size (chalk-ir-0.82.0.crate) = 51300 bytes +BLAKE2s (chalk-recursive-0.82.0.crate) = 1b7df760fabc34d05e21b3a8bb32032ab62eda83d41672b6ba88f427a6ff00b3 +SHA512 (chalk-recursive-0.82.0.crate) = 047ac98186b607de86f9430fab200eeba93d7f9350256223569cfbb48ebc397c99348a678b4194feeff66659b06435282c6eb37567064bae622c0f5b311cd848 +Size (chalk-recursive-0.82.0.crate) = 14885 bytes +BLAKE2s (chalk-solve-0.82.0.crate) = 1de6137ec8909b99185549886203b5c2c2b993dace4ba0e01ccb57f361af5247 +SHA512 (chalk-solve-0.82.0.crate) = c423040625544c4a9badc1927337c7e49fbc54b0676b2479d3c8b41b59a4a0e0aa4f67532cceef891289d633e72f62a02e39b1c302db9e11e7f66e62e95ec256 +Size (chalk-solve-0.82.0.crate) = 99335 bytes BLAKE2s (countme-3.0.1.crate) = c395cfa9670cd078bb76b624f6d21f60046a3ef460312825f6c7de90c4699500 SHA512 (countme-3.0.1.crate) = f4c8c0977c6871ac8b7eab15904789ca53cbb28385a6fc90d880f85afb44bf10602850198c624963c7db04dbee8c97e271865ae2eadfdf840c21792de4f2af47 Size (countme-3.0.1.crate) = 10784 bytes @@ -90,9 +90,9 @@ Size (dashmap-5.2.0.crate) = 20221 bytes BLAKE2s (derive_arbitrary-1.1.0.crate) = e8f6636d3888cd04128ecdad984226636f4b2d9c163c4cc0a842614e8b9c5b91 SHA512 (derive_arbitrary-1.1.0.crate) = 369708c86706399c30d39dbb4ac0d6074089e499d2446ce09de3c0085575a08afea78998e341720d64e29b48990ce11b7e08aceb8b5e4f978c5c82828f4788da Size (derive_arbitrary-1.1.0.crate) = 7438 bytes -BLAKE2s (dissimilar-1.0.3.crate) = 87e0812f79a4cfb702da70a1913181004c1861826f7b54580ccb381b322a0425 -SHA512 (dissimilar-1.0.3.crate) = 0c05cbee349bfa775ae37ec84642b204838599b4887f3eace9cfb34464cf747f43caeea9c741d342bf5d8b142269c2eb66d848556b6babe19e878a1e2afac529 -Size (dissimilar-1.0.3.crate) = 28403 bytes +BLAKE2s (dissimilar-1.0.4.crate) = 4d1fdf214dc14f25e488eac562d2f25a76fe5cab61327cf446c246d9209b0e56 +SHA512 (dissimilar-1.0.4.crate) = 782f8b98ed734a37cec33722ab5add2a082f909a5e08c23b961e5049288e8304f68679fe33e4a7a87b2f4d45226c90978075253cc01f9d4f5ce9c379fadc9d54 +Size (dissimilar-1.0.4.crate) = 28793 bytes BLAKE2s (dot-0.1.4.crate) = e0b003c09bbf81846c80524d12db2b77829e1492d7211cb38ec51846576929d2 SHA512 (dot-0.1.4.crate) = 76a88f83b082706a1b0619338609695f41cd0179c648fadcce05fcc7f6f7c28a175ac3d138a5f9821ea34c044273c1ce645a0cde166bf0cbda1b726756c540cf Size (dot-0.1.4.crate) = 17701 bytes @@ -108,15 +108,15 @@ Size (ena-0.14.0.crate) = 23052 bytes BLAKE2s (expect-test-1.2.2.crate) = bd5880835cd7f14b60aa3c8e11339f788c6b8f72aa7fac636e32602aa0d3b4a5 SHA512 (expect-test-1.2.2.crate) = 6c580a73cb71d66670c8838bb89125b84638306adb8affaf0b9c30eab8906c3b4fc2e6ffe16db90146238ce6659acdb64a817466ef481122269252fb13359ecd Size (expect-test-1.2.2.crate) = 12293 bytes -BLAKE2s (filetime-0.2.15.crate) = 8f1b768e7c2f2648be8417abf0691ad7448783f03289813e51925ace3d29feb3 -SHA512 (filetime-0.2.15.crate) = 34d320a9aa71059d0303c62936aa94b30a873ba4b0b3b78851fe636d132422a662f79596d79edc33e778e07b0a1259693b59d7035ea390aefa4849f1af459f64 -Size (filetime-0.2.15.crate) = 14511 bytes +BLAKE2s (filetime-0.2.16.crate) = 9b844ebf6b3ba89b6b170f946cc1bfad0ca179c4cdc9c8014ed3a9ea1d1595d3 +SHA512 (filetime-0.2.16.crate) = 4c6277f43b2de6432769353615406af824295742e5604b40c2673acc2010b349fcbba201e7273756857938256f1693a515f3b9145f34405a56cd23af4dd30222 +Size (filetime-0.2.16.crate) = 14502 bytes BLAKE2s (fixedbitset-0.2.0.crate) = bf062641ef2efefe156bccc98922620103d483edaf21bce19fd609f4feba441d SHA512 (fixedbitset-0.2.0.crate) = 44642b270d52f71637a87e5311f70ac77baa2a377f94254d1bd728b4ff02a3176f3a5d07732c0c4fb9bf303dbeecf327432ae01e2779d966cc13b5fb97cbc28c Size (fixedbitset-0.2.0.crate) = 13597 bytes -BLAKE2s (flate2-1.0.22.crate) = 6026c5ee51057e56f4dae513bec826b4fc75d7a0c6e9619c33006920607c2097 -SHA512 (flate2-1.0.22.crate) = c76fa3b097774f1da884b969285bb3aa7fac489446845c93dec1afe6b94bfa11f708e6718d5e4460022b9398a698378a210c3b25e9e676d2bde9d5be1a63261f -Size (flate2-1.0.22.crate) = 76026 bytes +BLAKE2s (flate2-1.0.23.crate) = 583b36f5a7633fc0284c0984b7c464819307413180cb59e4311efd7c41beb9a9 +SHA512 (flate2-1.0.23.crate) = 01f84f0d4d0c06aa0c807e5ccb418a5675d88d568694f74aabec8ee06c74e6b75c9c28fbeba2a99fe74b00bd29e71b9aa2df0d96da85beec76b3a30b4d044fe9 +Size (flate2-1.0.23.crate) = 70440 bytes BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 Size (form_urlencoded-1.0.1.crate) = 8773 bytes @@ -135,9 +135,9 @@ Size (gimli-0.26.1.crate) = 716168 bytes BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c Size (hashbrown-0.11.2.crate) = 85713 bytes -BLAKE2s (hashbrown-0.12.0.crate) = 421243e852950ac7244d3f20475e578374e7f7b7ccf9c15ce21c2da90fe11cff -SHA512 (hashbrown-0.12.0.crate) = 11497d1278af7f758d76daeb7fac83ddfb4ef8307c9d9db03ca73f10885a074d1567c3d9fb2a233aed68a0fcc77a75ddbb579734248ce5da61b240468f419dce -Size (hashbrown-0.12.0.crate) = 90663 bytes +BLAKE2s (hashbrown-0.12.1.crate) = 9e65f9c463f287931dff0b645d20a9af0d8a67aea8f792aa897b3b2e2435bc73 +SHA512 (hashbrown-0.12.1.crate) = a037554dda19d8c1d79e74fe59f0297855173a1bd0b119c8fbe724b18a07ec7c2475162213d2502483279712a46ff1247f1681aceb97f67c2e7a53b60779b418 +Size (hashbrown-0.12.1.crate) = 90855 bytes BLAKE2s (heck-0.3.3.crate) = ad67e9fc1dc80c1a47e13e4e30cd2644118f8135c22c5c6462ed254cf6374d84 SHA512 (heck-0.3.3.crate) = b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f Size (heck-0.3.3.crate) = 10260 bytes @@ -150,9 +150,9 @@ Size (home-0.5.3.crate) = 7890 bytes BLAKE2s (idna-0.2.3.crate) = ab46cafcffb3e0d08ac1b12bdcfd56376fef089009965b6f36b1b0edd546a7de SHA512 (idna-0.2.3.crate) = 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f Size (idna-0.2.3.crate) = 271023 bytes -BLAKE2s (indexmap-1.8.0.crate) = b4bffe99cb221a5d359fd9c75f454f07341917d88df746e4c6c874f6035a3a13 -SHA512 (indexmap-1.8.0.crate) = 6af44320a80c8256291cc6e3c90311ce67b7f69ce039d640bb3abbcb6057f16eb443a407060ba647d7b16f44214acf59b566772a4802ba5000f036f69ca82a43 -Size (indexmap-1.8.0.crate) = 52583 bytes +BLAKE2s (indexmap-1.8.1.crate) = 90c8b795293575b00a36e5701926fca9aa4bf87ae4086f0ddd085c8db9c10938 +SHA512 (indexmap-1.8.1.crate) = 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +Size (indexmap-1.8.1.crate) = 53220 bytes BLAKE2s (inotify-0.9.6.crate) = d700f63ede66e396802c99dec5f8b91c69aba8aac7088e8033a9d0c9ae7893cb SHA512 (inotify-0.9.6.crate) = 39c3db1b6da620df9eaaa41cc20c2f22b9a372e181ed7d8ba0c7ad4e711ba4486bcec7ff86bb4d814d9c53e071cc4e43845567069e45b897c562cb677fc872b2 Size (inotify-0.9.6.crate) = 22971 bytes @@ -165,90 +165,78 @@ Size (instant-0.1.12.crate) = 6128 bytes BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 Size (itertools-0.10.3.crate) = 118661 bytes -BLAKE2s (itoa-1.0.1.crate) = 5df5e417576e531605b209f326947f25fdf7147572381012e4fbb035f0036abb -SHA512 (itoa-1.0.1.crate) = 8e7bc1e9bf4fc06871b9fe20caad4e0af965477d724f4c8d0e2a3a4d87aedf99f92e4e583a6440ce574d0fb43fc9d6a2e80add52a2f64210c6aa3b402e424295 -Size (itoa-1.0.1.crate) = 11059 bytes +BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc +SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 +Size (itoa-1.0.2.crate) = 11112 bytes BLAKE2s (jod-thread-0.1.2.crate) = 1aef024cde356a5d747644d586ab86dac3504cbbc7c1968fe77eee3b47557e20 SHA512 (jod-thread-0.1.2.crate) = fe3a3feb983b273bf86ec26dcf4edbb1fc0c5f583c3115cedcc63279cb72f0b40bf4134f95d673d5f3e532bcbeafff09759509f55543c98850e750aea39711e2 Size (jod-thread-0.1.2.crate) = 6322 bytes -BLAKE2s (kqueue-1.0.4.crate) = 390c0b310a152c61487b948894e5f7cbb72f40a31c11ce6544df48d091422982 -SHA512 (kqueue-1.0.4.crate) = b836195dedb4eca9022c24b95fd74d4c2fe473ee5c05d10a2c3db3e512c3fa49ff78e23d4853d4214c44ce29a68f1882ea84267bdc0f05400ced6c958db33910 -Size (kqueue-1.0.4.crate) = 11771 bytes +BLAKE2s (kqueue-1.0.6.crate) = 5241fe47aa4c7de8fcc7b1eb0b4906b7ee85adb4c7f808caa1aef1a1c6046f73 +SHA512 (kqueue-1.0.6.crate) = cc0b40d374b54863c67f66cef3e90973aa6ce31ff6193df81bf1dde1171e28baa985b5e38c92459272683d57882331ed33511aef9f9a238ae3f79ecc85dc9502 +Size (kqueue-1.0.6.crate) = 12740 bytes BLAKE2s (kqueue-sys-1.0.3.crate) = 6bd480974b17f92c24904a7866c890a1302a4183a9f029b63f13e0e9d3bb5349 SHA512 (kqueue-sys-1.0.3.crate) = 76023295abaa4415c1d7b37c844432ece522b762f78983cdf58106f65ca553ee96193bd8c93f3fd0af029d266d8414f2ba4d1b8835bcdc180acc7defa6269731 Size (kqueue-sys-1.0.3.crate) = 6673 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.121.crate) = 752836c8b0b570e894aa16d83a7cae3fb663c6f5234e8e18ca284616dd165050 -SHA512 (libc-0.2.121.crate) = aa1ee710b2a4008ead7118e85d7f2d29fab8aa0e1111436db8039a84737727b8d1a8a1cb72acd38abd2656d22a5025046d7be7d8154537f8a503017e0548e953 -Size (libc-0.2.121.crate) = 574702 bytes +BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672 +SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44 +Size (libc-0.2.126.crate) = 590481 bytes BLAKE2s (libloading-0.7.3.crate) = 2bb9ce69e9f6c380777b93986d3cf24b678f232cd5d03819077ae0d8ba123e2f SHA512 (libloading-0.7.3.crate) = 58da6e73f86aa05132949939507a128188ec2e26e2245e23b1534d90673c9909c7d5220aa4aeab2c16249f7433b4d0f98f20c94b8b1f7434c7abadc8b8039ae9 Size (libloading-0.7.3.crate) = 27378 bytes -BLAKE2s (libmimalloc-sys-0.1.24.crate) = c1f16a20d0f97972ca58c58bbde2979856d9a12ef3c28f9c0a79d483dd320cde -SHA512 (libmimalloc-sys-0.1.24.crate) = b35b72948581ec3505f569af21a1e55cab9024d3f2fe543972863e74e2c1620fc295a3632122e5548b01dbafc6230a1e2a39456070cbc9d3aadafa10fe166900 -Size (libmimalloc-sys-0.1.24.crate) = 1119801 bytes -BLAKE2s (lock_api-0.4.6.crate) = 4eff6a40cc996750eeae9c55fa10314e64b07c6d5637600ec8830bcb2b35ad5d -SHA512 (lock_api-0.4.6.crate) = ba14d341564eba91bb5ec58bb2e0d6c87e70b3694c4609396f0c0f4afc0c6c105a88cb99c303b1e9761b0fc6cae56f79ba6a7663b063454ab1ede4d49274906d -Size (lock_api-0.4.6.crate) = 25215 bytes -BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd -SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc -Size (log-0.4.14.crate) = 34582 bytes -BLAKE2s (lsp-server-0.6.0.crate) = d80f4534f2670ed67ff838e597b6b19d870674911c7f9c40aae0096ff4f1853b -SHA512 (lsp-server-0.6.0.crate) = b6532bccfddc8c6f8eab244e112526ec7ddc164b39adecb60ade511a5adc82982985f17070bf8af5c6919bcbae12231f55329866ef9bf56a1e6fdb7c07fbd5fd -Size (lsp-server-0.6.0.crate) = 15381 bytes -BLAKE2s (lsp-types-0.92.1.crate) = c270bfedc55a01f3263ca8aca89cf63a86bd220e7d9789fb607933d8a133a108 -SHA512 (lsp-types-0.92.1.crate) = 8ceba6ef2fbeb22deb1838e6f642580cff5438916bd2d9ac5fbd2383a62b0b6a8ff8ebace73f07502a15b6b834c2acb916bed7ba7fe23a7058baacf5b22631df -Size (lsp-types-0.92.1.crate) = 57609 bytes +BLAKE2s (libmimalloc-sys-0.1.25.crate) = 7f9ac81472723275630d594f1926b0654ac1601a7e7af76d368e3e9a2a8996af +SHA512 (libmimalloc-sys-0.1.25.crate) = 45fa2448491750ba291fd2238df5412a1f9639831030681394f7620425cc90832f39a19293db3f6df4b13f181fb92798e874864934e6487c246540ce88d73fb3 +Size (libmimalloc-sys-0.1.25.crate) = 1131254 bytes +BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e +SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d +Size (lock_api-0.4.7.crate) = 25371 bytes +BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214 +SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 +Size (log-0.4.17.crate) = 38028 bytes +BLAKE2s (lsp-types-0.93.0.crate) = dd971d29d86482e46a5c08db3818da341023d6b491feb3583053c5f61a30614e +SHA512 (lsp-types-0.93.0.crate) = b61a27dc450ce147b4dc06d5bd08faab87cad7c5b756f0c1037cd1e85ad0881130068d96045a18e0d5751a38d2bddb1e135e2e2c4989b447185bd9d47e811c98 +Size (lsp-types-0.93.0.crate) = 58269 bytes BLAKE2s (matchers-0.1.0.crate) = e16e40b59402c6282f2b7ce6e930e3f88bb630b24e68b5bd0a2b1d9fb57f1fac SHA512 (matchers-0.1.0.crate) = 84214c1a84952d85631aa1ab5115df7cda223ac64e2acf055b6129ba1aa26ddc87615a8b51ca890ce3fee0419053fa7fe1599ae128f1d211b58c07b0c4af3b19 Size (matchers-0.1.0.crate) = 6948 bytes BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 Size (matches-0.1.9.crate) = 2246 bytes -BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 -SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38 +SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +Size (memchr-2.5.0.crate) = 65812 bytes BLAKE2s (memmap2-0.5.3.crate) = d839b7ea8c035b50e684dc3ac01deb7bd89eaf28682511eb1810704eb21ad795 SHA512 (memmap2-0.5.3.crate) = b570f0ea37ba18a8eb22c9207dc952456864fdabf0296bac63c4741e0aec424ac7932fc0dbbd0292ad94406b1e6911826406fa00d11b7590c54816fb7898df5d Size (memmap2-0.5.3.crate) = 24967 bytes BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f Size (memoffset-0.6.5.crate) = 7686 bytes -BLAKE2s (mimalloc-0.1.28.crate) = 7d0ae02c60556acecfda9ec867b8684fcf5acefd236c6754d86a5def1e345afe -SHA512 (mimalloc-0.1.28.crate) = 07725666f13c3681c58dc646aae9cd916459932140fed34a41eb651d1a5b03b36e48e8bb3fb470d95923140c9c1368c0ee6e526d5ffcc7df2242aabc71918a39 -Size (mimalloc-0.1.28.crate) = 4987 bytes -BLAKE2s (miniz_oxide-0.4.4.crate) = 46acb405ff6a26e8421ff8bb8000f4bb5f751fd824b4865147ec36a35f364f3c -SHA512 (miniz_oxide-0.4.4.crate) = 2c6e484a8a53c6b1fb84e2bf9518919e6e5ba84e7716c0bb8e33b53dc0d3432c35f28f19c18368e27c94f6df66b7674f514ef889cf1b19f546bedfb6e6ebaf6f -Size (miniz_oxide-0.4.4.crate) = 49938 bytes -BLAKE2s (mio-0.8.1.crate) = 87f90bbc62ae127b55daca8b30b0b2ac7bca9403c5273b671b217bb77517be0b -SHA512 (mio-0.8.1.crate) = 945e0970bdfbc0293248c3a26dfb84aa789737bc6e8101ec711da6006130eae5ea221e9c15b8f680f04a6b43b1ee1f42fe2d02035a8e2ccd94d78a759489d681 -Size (mio-0.8.1.crate) = 88205 bytes -BLAKE2s (miow-0.3.7.crate) = 2f0e482e38ef6484f82da33b5e693f2923b1f94537b755ad2272a95614f62e88 -SHA512 (miow-0.3.7.crate) = 451073e8913148889493de0373bc0450c8b23e136e151b48b9976292e4e03b7c3f3279ecf49dda5196badfe662a661a998cfa456d2ec340a495d54a4d2382699 -Size (miow-0.3.7.crate) = 24563 bytes +BLAKE2s (mimalloc-0.1.29.crate) = 3762bd50204ab6760e0c06e29933c9cbd49d0fd3acb263f9dd5b0fa6589acecc +SHA512 (mimalloc-0.1.29.crate) = a3713c049b9d3b044746665c8d50b56d5e5f39738b1d023f4e5f9fb9e41a9a8bb1bd4b8e3b8f93e64904d96c288323b33356aca7ebbf3db672652645549785b1 +Size (mimalloc-0.1.29.crate) = 4988 bytes +BLAKE2s (miniz_oxide-0.5.1.crate) = 847f6ccabb2124e08828a24ff56d3a6743a69cd32a41f81804cd00905e0bb74e +SHA512 (miniz_oxide-0.5.1.crate) = 7fd2c28f3afcb993d48452eac55d0d6037f4eab5c05d6d9abbaab76145d5ea9c6163af9b6461f91d4940c91b9b7734a351096a313311c07cc53518559d578c01 +Size (miniz_oxide-0.5.1.crate) = 52418 bytes +BLAKE2s (mio-0.8.3.crate) = dca6b110f135885d28dbcceefd27dd3a763b8c2350b07337acff0b4c731e14fe +SHA512 (mio-0.8.3.crate) = c6eaff99cbfe797dd97e6d29da09a6bbb2a46b3f3ddab7d75fb756950d463545199d13ccb2d51d367a2499d18f88500fce8084b82b2f020865dec0d9d9ccdfbb +Size (mio-0.8.3.crate) = 92506 bytes BLAKE2s (miow-0.4.0.crate) = 888967a20682b901762d882cfb94108092075c909b5bf68dd51b0991450524eb SHA512 (miow-0.4.0.crate) = fc974ec96a82c92492cafd15a5002c1c647841d607cc1726eb2b98645bb528a5d6adb086322d6fc1753326500ecceecb6cf26d721af26441de8ee23ef87be0f0 Size (miow-0.4.0.crate) = 27567 bytes -BLAKE2s (notify-5.0.0-pre.14.crate) = 8ef1570f9c39bf96d808f2d61b06d471d7073f2c7b8d1b1916acc15321f783ef -SHA512 (notify-5.0.0-pre.14.crate) = 8975d11b6caede53129ec17184ac484d122bb093ab6d7f291f81a3c91164d873b2b8d598eabcc09e7199729bacb080f75bc6f008ad83b83f3cf8173968c7cf1a -Size (notify-5.0.0-pre.14.crate) = 54485 bytes -BLAKE2s (ntapi-0.3.7.crate) = c213b3d1430084e83caefd21307c17e38108e1acb981a12abacd68f3ffe5df83 -SHA512 (ntapi-0.3.7.crate) = 6f5fc3b3629f028e03e878681a5a426945e471578c5dc78e121560887a9af285fe432f7401b19b7422e65c3b762651afb9a57a2f7605884c851ddf41b741585c -Size (ntapi-0.3.7.crate) = 126994 bytes +BLAKE2s (notify-5.0.0-pre.15.crate) = 0867b39cc0220a3624096a1da7120cdeebd1810d6a36e74741ced57d8eead768 +SHA512 (notify-5.0.0-pre.15.crate) = 31c7313c53654ccb76d14826511bd9a687f89cdfe832b0e85adaae22aeba98776fcecabaf321e26fde060357ae52e358b1b48d118e70e562dde98944258d055d +Size (notify-5.0.0-pre.15.crate) = 57624 bytes BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 Size (num_cpus-1.13.1.crate) = 14752 bytes -BLAKE2s (object-0.27.1.crate) = 8381055841d5d8d8d1bb9a8a2d7b336fdc91830d3fd28ab72076c1ecc1fb5a8f -SHA512 (object-0.27.1.crate) = 3f25b663fdbf9a38090c2b1cdc03ca40bead87fb83f99143e79a272dfa4f2fedc387a50d3412d42a53aab228bbcbc6967fdb5a0c8db0a8a3e3ae9cdcf1061589 -Size (object-0.27.1.crate) = 228030 bytes -BLAKE2s (object-0.28.3.crate) = 5060a0ce87ff25e19b834a6671b02dffff758503594d1700b4fb92dd7e14dec4 -SHA512 (object-0.28.3.crate) = 40dfafba5105a270be3c8378df9000efde2f6bb149b1012da50ded7415c43143f2718431b516cef1b14c739b73e1915e9a1bd4a38141db2c24008fd1d8e1f8ba -Size (object-0.28.3.crate) = 233545 bytes -BLAKE2s (once_cell-1.10.0.crate) = 655236c6952a90efb052203cf99097f671901054abfea3dd6b9db09091f26a8d -SHA512 (once_cell-1.10.0.crate) = f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab -Size (once_cell-1.10.0.crate) = 30414 bytes +BLAKE2s (object-0.28.4.crate) = d9d8f0bc9b05a7f71f442887f4a576a61116f60ebc42fea329538a25a3290d61 +SHA512 (object-0.28.4.crate) = 32a20452ed62b789c859c442009faf905ba4bc28f11bddfad3da3509861afd8dbe54e5bc0523c0eea5d5ce19cb94dee2e74f218f79df52d95ad22657d571839f +Size (object-0.28.4.crate) = 237248 bytes +BLAKE2s (once_cell-1.11.0.crate) = ffad26a6ff6a6028e1d103a787bef5ab0380aa14065ee2df30ed6cbe97a3c1fa +SHA512 (once_cell-1.11.0.crate) = 3769223beed1a7c8c5625e18dc000b3ab296c7c3af21bb6cb563ad9d130bbbcd447d420d0ec591e6366652727de11dc76dc8f7720110de50be7cbf177587cb15 +Size (once_cell-1.11.0.crate) = 31121 bytes BLAKE2s (oorandom-11.1.3.crate) = c0d14acf22446baea9e4176c4b8bfd89e852e7b293c251606a59346ed7a23f81 SHA512 (oorandom-11.1.3.crate) = 51ae60ef51da56d7673f36a6c5b99b743580c5f5be54fdcb54b69e5e2f6bbba3267f96b74e7cd6dee6962dfa6696fd9ed073f22726a2861b8f2601946a8efab9 Size (oorandom-11.1.3.crate) = 10068 bytes @@ -261,12 +249,12 @@ Size (parking_lot-0.12.0.crate) = 39761 bytes BLAKE2s (parking_lot_core-0.8.5.crate) = 9f38174a007023d5108d3cc50446a3138b443d363f44d5d2670fed55d3516a2d SHA512 (parking_lot_core-0.8.5.crate) = c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 Size (parking_lot_core-0.8.5.crate) = 32466 bytes -BLAKE2s (parking_lot_core-0.9.1.crate) = 42b8a3101468565ebd1835d700804020da8926ed6e3731415dbf8e407cdf38e6 -SHA512 (parking_lot_core-0.9.1.crate) = c084dc175c3d91ab19b897d0bafb736a9c2ae89242ac4e2ed87e6f73ae61862c641fa29fe6beec27602686f36a52bf5eff7a3c2138a4a8edbcaf1338e62d4df2 -Size (parking_lot_core-0.9.1.crate) = 32234 bytes -BLAKE2s (paste-1.0.6.crate) = ea351d4fde70b8285cf9fbb0c7a7a65769130ee1028a672a23f7c4552beb1fd2 -SHA512 (paste-1.0.6.crate) = cf7795c64ded12c16ed7bc90a29bb36156abc8c424066c62d3eff8831a86b4133965d87b8b76b17ed5487ec286fc80e05fff1180833dee4b48f0429016bea25e -Size (paste-1.0.6.crate) = 17808 bytes +BLAKE2s (parking_lot_core-0.9.3.crate) = b5155a5b464ec99ecea85fe719266276c050dc5124e18d0d9cc1ed9a62c49056 +SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df +Size (parking_lot_core-0.9.3.crate) = 32256 bytes +BLAKE2s (paste-1.0.7.crate) = 9e47b3e1e13b2312e6a60157dc832bf2c7d164365336a45fcf0b0becd9e728e9 +SHA512 (paste-1.0.7.crate) = 6f203485cd916f68c4acac6fe6193e2ed8c5a36a6f58865fecbbc4e112e14c6e849cf61cfdbe22fd5b6311d60f1831d726da519a51a1a936552c3b39f01c90f0 +Size (paste-1.0.7.crate) = 18285 bytes BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a Size (percent-encoding-2.1.0.crate) = 9748 bytes @@ -279,30 +267,30 @@ Size (perf-event-open-sys-1.0.1.crate) = 23460 bytes BLAKE2s (petgraph-0.5.1.crate) = 145fb891f1633f460a95986d9f6d4fd8d6209bf1867e53ae1d39eee3edcb89c1 SHA512 (petgraph-0.5.1.crate) = c3d5f53b1a0900084b0693a6f3a849bb9b443b1b6fd1ad88bce8beb12ed1b45f2399b68db3366ba15f33c2d5682e052b733dbde76fb1b646b7bb1e660a38d8bd Size (petgraph-0.5.1.crate) = 147173 bytes -BLAKE2s (pin-project-lite-0.2.8.crate) = f17fb23d3567ea71f6e260307531fa0a7119dc7f384f229f7863f24d653fbc5a -SHA512 (pin-project-lite-0.2.8.crate) = 9ecb86d550f4440e19eb16c6a9a418b5c4ad859ed2449b02f77d4b07b1e3e3e6b6b7ffba44a358958679342eb21222992fe6fdfe6d9bcb7a699a3e5816f1bfa8 -Size (pin-project-lite-0.2.8.crate) = 27847 bytes -BLAKE2s (proc-macro2-1.0.36.crate) = 9f898c159cb5423e6c1b48791e74d604c348d2912572d212377917439e31212a -SHA512 (proc-macro2-1.0.36.crate) = f31b0f2356af2746321c4f808ac9af87d21a5657c103ed6bc1383855e40caf49246cc8ec1edff58eacf193424abfc2163148b7298e527714e65e602f14b2e50a -Size (proc-macro2-1.0.36.crate) = 41411 bytes +BLAKE2s (pin-project-lite-0.2.9.crate) = 21ff73557f52248f91876a765bc209e4313f3cb15746b3f3ceddeceea5e2c95d +SHA512 (pin-project-lite-0.2.9.crate) = cef0b77233adca712db1183f780732ea577cf1b27c2643de221d54c837c75ce749f907e24a967be7474812c7682cba613a3fc5d553a9578a1b80569da0e562e4 +Size (pin-project-lite-0.2.9.crate) = 27713 bytes +BLAKE2s (proc-macro2-1.0.39.crate) = d8b1aa859f1d82f35b0e67387af09996118e2983b40ffd5d3cbbcac9a9125a23 +SHA512 (proc-macro2-1.0.39.crate) = cd1572831493f83eb51985eed06d8ef5c0ea96ce4231d5ce3be5af9db97e7dd24400332d3b80e0e9c808091fc11889340dd86d8783ff3d9681dc53b876f49a0e +Size (proc-macro2-1.0.39.crate) = 41663 bytes BLAKE2s (pulldown-cmark-0.9.1.crate) = f6769de25b8fbc87d4357b04503fbe7ee56892770af447c8b5536ae1a963c1ff SHA512 (pulldown-cmark-0.9.1.crate) = 466d6b4ceee89e1a8c71ff7ab8fc1000e7ef1d9bd22193a152358e1dad28c0c1bbe619caf71106d74eb376805dbfd2b888a0626c8c2851bd814d348873843306 Size (pulldown-cmark-0.9.1.crate) = 114955 bytes BLAKE2s (pulldown-cmark-to-cmark-10.0.1.crate) = a543e2e18c97955fa42a6ffe97cc204824e8f2af41f6469b76d1bcf0f115e586 SHA512 (pulldown-cmark-to-cmark-10.0.1.crate) = fbc22754672681f778d165ce166d25cea590fbf30e249ac91bb9c6a604aca1928f426c4a9f77ec32e5bedf615d8425784781feb3d9c56778849ba72b9a90a996 Size (pulldown-cmark-to-cmark-10.0.1.crate) = 16762 bytes -BLAKE2s (quote-1.0.16.crate) = c75434d3970198f66afd5fd16ef7e4927ec6f40ea2cfd5e3cc494e8155d52415 -SHA512 (quote-1.0.16.crate) = 489f4dcaa8a8a2041b39fc8fc815fa7943c0a456881283398e4eb65f7b50f220a6e5493d60d1d5019a48b189ca217fd8c62056b552bf94b9329ec963cce01c74 -Size (quote-1.0.16.crate) = 27566 bytes -BLAKE2s (rayon-1.5.1.crate) = 89625a469f67dbe9f1b8c8233759c7530ac523093d6779f8c5de3a0c2fde6b37 -SHA512 (rayon-1.5.1.crate) = a68e65aae7040a6f6b0cc33b53b4c22929c15504ed4fdf54f5eb5fcaeab137c220b00c716aed96246b6a762c4f1e8be920356231d6c4a0b3e01132b9ab96ffc9 -Size (rayon-1.5.1.crate) = 160424 bytes -BLAKE2s (rayon-core-1.9.1.crate) = fcb8cc9cded657dffa587cd9b4293a6361b68053e7c57df9981e968b1bd961ef -SHA512 (rayon-core-1.9.1.crate) = c24c34dc488171ce476df145e8c6953d35fea93412805f6c411ba8b8e9dbbd733610b291203ee91bd265b766b78e14ba15a7b587e8f0ae8bde53f60e0644ef78 -Size (rayon-core-1.9.1.crate) = 64961 bytes -BLAKE2s (redox_syscall-0.2.11.crate) = 966aa9bd9d7c476cecd8581e78e76751e31d023861e6f9cd6a100dcb8f500db6 -SHA512 (redox_syscall-0.2.11.crate) = dcdc6335a0db6a01a31b61aaf9eb684f264b36868a351094d3e2fb3fe84f0c4269db89ad40b9e0fedfe1ebe2096baa20e7a6232a4de5a3dda3b7876eaaca75fc -Size (redox_syscall-0.2.11.crate) = 24032 bytes +BLAKE2s (quote-1.0.18.crate) = abd6d6f5c51b7e0f5a04d34954eab1e52c6a2ed8cdaeefd15a783d4fb9ce5c0f +SHA512 (quote-1.0.18.crate) = 3fa537aa96a8970104411471b0e4b7b9339583d552c1d9297737a59ef5301af41da105b92aeace87376e1395e379153f6551bfcfe9c740e6945064426f5f6f84 +Size (quote-1.0.18.crate) = 28911 bytes +BLAKE2s (rayon-1.5.3.crate) = 9f9198a787f4a5f62743689851cdd388123440782dadb50f59a1179488d51a33 +SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82 +Size (rayon-1.5.3.crate) = 167246 bytes +BLAKE2s (rayon-core-1.9.3.crate) = 42b60193f986172f6dc6ebf1dd5394b92f3affbddb39b9f3421480be38064fe5 +SHA512 (rayon-core-1.9.3.crate) = 4b852f083766e7e414132840cc8dfef148e15db47967eeedc2ddbff9a4372521c296dd4f66e0b6990f49a8ce88ebed9d44e7ad674df42f96b99b24469b1852a5 +Size (rayon-core-1.9.3.crate) = 65300 bytes +BLAKE2s (redox_syscall-0.2.13.crate) = 89d3bcd8ceda7e2f3397bdeae2cc7118bdf1f2c33c8c07ff5adbea4174e17774 +SHA512 (redox_syscall-0.2.13.crate) = 6551f503ba52c4edc0cb4a418ff212188ddc7be80dcb39eaf3bfb82faa9a76cdf359f604d6b32be6c6a335b54180c9399a0e32670333a5a08351957308486100 +Size (redox_syscall-0.2.13.crate) = 23759 bytes BLAKE2s (regex-1.5.5.crate) = d6b48244aee056361cfbf09dc8f3c9abf9c53528da696282de57b24e867a5f29 SHA512 (regex-1.5.5.crate) = a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 Size (regex-1.5.5.crate) = 238119 bytes @@ -315,9 +303,9 @@ Size (regex-syntax-0.6.25.crate) = 293293 bytes BLAKE2s (rowan-0.15.4.crate) = 8a0fe9522396e253122ddb788ee8e335de30c5a5accca44063f1d948412ec449 SHA512 (rowan-0.15.4.crate) = aaa804f8dc90fcd1009553e1f3475862d865d24b10894e63c3d1005a31a1c4bdac243320b49aa9c9f71ad0c8cf166d0cc3863f50c1de4a9b4ff07a2e6ddb1e33 Size (rowan-0.15.4.crate) = 39346 bytes -BLAKE2s (rust-analyzer-2022-04-11.tar.gz) = 1dac425d52eb2ef1437e2b5a3d942a0d9a04240656c7c3dadefab2099b38e98d -SHA512 (rust-analyzer-2022-04-11.tar.gz) = d339648d87417055956b5b4ea94bcabd8170d1add8336e59d5628dac719283401bf1d3cc674fc544a4423c7e131284dd7273dd9b634e58646ef77323b56e4bc1 -Size (rust-analyzer-2022-04-11.tar.gz) = 2195344 bytes +BLAKE2s (rust-analyzer-2022-05-23.tar.gz) = c0d2cedf8ff7c94fdb516e11c3f88f8a860c2e53767bb5d76bf9d1089634ff60 +SHA512 (rust-analyzer-2022-05-23.tar.gz) = cd669881e653a4ce0a4a3601ff64a119e15e67175e57c23928d8d7f5e0ec6aeccad7e2a4329aa903b49153cb3f0a8a818850d94c7ec3a3c68ac14d9b9c8bd586 +Size (rust-analyzer-2022-05-23.tar.gz) = 2237837 bytes BLAKE2s (rustc-ap-rustc_lexer-725.0.0.crate) = fb009ee9ee73e83fed1432958ea45d46a6c409955db6c764cd4b20667099c87f SHA512 (rustc-ap-rustc_lexer-725.0.0.crate) = 4239c4762d7ca351698be015ab251193f65487bda73a9dfaae5788e5b8395656c12d7f9cb5ee16cbd8c03dd5b9828dfb7d507498f40dc83d6a85ed3d59cc657a Size (rustc-ap-rustc_lexer-725.0.0.crate) = 14086 bytes @@ -327,9 +315,9 @@ Size (rustc-demangle-0.1.21.crate) = 27920 bytes BLAKE2s (rustc-hash-1.1.0.crate) = ba3940200a72ad4ee115b0ef61c7c32278f6a3fa5d913220d1bd72362ef63aaf SHA512 (rustc-hash-1.1.0.crate) = 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 Size (rustc-hash-1.1.0.crate) = 9331 bytes -BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 -SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb -Size (ryu-1.0.9.crate) = 48391 bytes +BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2 +SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 +Size (ryu-1.0.10.crate) = 48485 bytes BLAKE2s (salsa-0.17.0-pre.2.crate) = 59f93a781ec77c908a1d0db9d3bf3de7190c6b6de45cd0a8b79b9af8cd3357fb SHA512 (salsa-0.17.0-pre.2.crate) = fb6c072538e40ecd9a2c1707832fb08f668fa694157962437b67e30b41ab9789d1446ffda89521aa53a5e29950f252f43a6780d99bb218630d5041dd11207abf Size (salsa-0.17.0-pre.2.crate) = 441448 bytes @@ -345,36 +333,36 @@ Size (scoped-tls-1.0.0.crate) = 9146 bytes BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (scopeguard-1.1.0.crate) = 11470 bytes -BLAKE2s (semver-1.0.6.crate) = 04c1457a3a831630cb586816a9f595962b7c0f2bc17d5843e225af7fbb1370e3 -SHA512 (semver-1.0.6.crate) = 0470b9a3a6d398233d19a8240de3b0d18c4cd8f8fc6887658baac4053c88463d5de9b7145a564abd43f813e03b75a26050eedc1689450895953bc7f96b64859f -Size (semver-1.0.6.crate) = 29941 bytes -BLAKE2s (serde-1.0.136.crate) = e4a5e23ff9915b787138bfcfc355f0d1d9421da45eb8cdb613c6f516a2efbac4 -SHA512 (serde-1.0.136.crate) = d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 -Size (serde-1.0.136.crate) = 76158 bytes -BLAKE2s (serde_derive-1.0.136.crate) = bd43e403a9339aa98b5bd9b3c19c8897f534338b4cb7277bf02cdb54c203efcf -SHA512 (serde_derive-1.0.136.crate) = 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 -Size (serde_derive-1.0.136.crate) = 54776 bytes -BLAKE2s (serde_json-1.0.79.crate) = d12eba94c3e529435de4c570027e0035cefc74b5d14cfd0db96e5ea508f51c0a -SHA512 (serde_json-1.0.79.crate) = 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 -Size (serde_json-1.0.79.crate) = 144451 bytes -BLAKE2s (serde_repr-0.1.7.crate) = 2a12bdc0f096d332e161ed4b0bd7c30683e9f2294f562aa257f965e1a466dd5d -SHA512 (serde_repr-0.1.7.crate) = 4e3e87b1c97ee587e88be56d67f287e43252de474a3becdefb4b768eda661db5d78f665d7d93720a40d9f5bd27fd9ab6213d66713ec89bcc2063092b16625a18 -Size (serde_repr-0.1.7.crate) = 10173 bytes +BLAKE2s (semver-1.0.9.crate) = fa862e60f0d266b78a6d0093fb1a5bfb6c6b3d0b2e14573c410cab195525178d +SHA512 (semver-1.0.9.crate) = 23da181209ca26a9e78d8111444c465273cdaac23ef6023b1e9a9a10e2ab9dfb13baf51f8b6f597598bde84c36910e0a45bae4f14555d731a9c9a3e94f37214a +Size (semver-1.0.9.crate) = 30843 bytes +BLAKE2s (serde-1.0.137.crate) = 8da0adf36d80458a44dbcd0931620d46f29a72635f6a857c37e365be836df20f +SHA512 (serde-1.0.137.crate) = 28223488e18826f83a7e90029aebc0722e0cd238a2c0c021e5a162d0f5deaa494713fad10f7ac79c8e14de856af931b6d83cb3efcfd0885837fc71e35ee38a2b +Size (serde-1.0.137.crate) = 76182 bytes +BLAKE2s (serde_derive-1.0.137.crate) = b5fc715397167f9064d455df0e52a31d1eaddab010128a78f9d012f1d6f20b5d +SHA512 (serde_derive-1.0.137.crate) = ee47d3bad717ae16118c43e6f308a0e264bde80caab8f8649bef96ed3f7aa0f9b6a479311df22ecdc7bbcdade65f7b03b79100f8b86caf02f9a0bc77ce01035a +Size (serde_derive-1.0.137.crate) = 54831 bytes +BLAKE2s (serde_json-1.0.81.crate) = 3c1a6a78a0108bf67bf61089d0360a4cff724b9bbf606fd500506062065e2a4f +SHA512 (serde_json-1.0.81.crate) = 9f224b2182db2fdddfe1878d05d857c52a60a38f9b4fdfc87c09c20efc8b6ec2419bc60e4b18a0852ed080b09332773eac372f8356af5ac0ddf3da8212345cb8 +Size (serde_json-1.0.81.crate) = 144480 bytes +BLAKE2s (serde_repr-0.1.8.crate) = dfdda090a6f3fdcdd1fc51fb204c5d0468192548d40417a6cf20309f069eac8b +SHA512 (serde_repr-0.1.8.crate) = 6554814bc6cac332c8d5cc94241c224d8ca532719703b1fad19963db5f4793db7e2a5d195df6a1a534d1edafbb4223a63bae55dc928cafb3fbe69dce76d8547e +Size (serde_repr-0.1.8.crate) = 10327 bytes BLAKE2s (sharded-slab-0.1.4.crate) = 206b04e9df17375efb608fb3e86815c276b8e1691960756f14c3e3f6939aecf7 SHA512 (sharded-slab-0.1.4.crate) = 123a9ddb126d1adf41a30a632604264d66a06bacc497db6373e9dd36164197f8321f2fc826a16247674f0f69d9f6e30aca37810f787693c4a5c2cee8c5887c55 Size (sharded-slab-0.1.4.crate) = 52479 bytes BLAKE2s (smallvec-1.8.0.crate) = 902dba516c977dea99dcd9d25137ce7d1874df5054f940f9e1f23cdc18eae155 SHA512 (smallvec-1.8.0.crate) = 17687cfa6aaf95a1df063adc3a412a7c41918a0d003eaac90f7d9e859fb8fa1d652eedee17a4cb3aaae9b33a2043f89e796519e3a7a3992b292f04049bf80b0c Size (smallvec-1.8.0.crate) = 27992 bytes -BLAKE2s (smol_str-0.1.21.crate) = 461cfe28d059965b8550c91bf1258391293c2acd74a3d3905668a3e6f1aa6d95 -SHA512 (smol_str-0.1.21.crate) = b548b21b7eaba6af6173ddbed3f0e808dfc5aec31553ca30a16fe6e487bdd0f01ddf981ffd5157e083e1901780daf2642d4d807af79d4fd1bdfcb4fff778e5ce -Size (smol_str-0.1.21.crate) = 12165 bytes +BLAKE2s (smol_str-0.1.23.crate) = c3448fd949803c6519bd98f643145be961abed93563a084a07b906e58ef554ab +SHA512 (smol_str-0.1.23.crate) = 73bd2c20717bc1960021aced0c98654123dbd9b171aff5890374efedb20e4e1e2273f35f6a8d8b584ea6f31ac9da2734f0656a8da0830af0b6a4f45b7b8faba1 +Size (smol_str-0.1.23.crate) = 13208 bytes BLAKE2s (snap-1.0.5.crate) = 2bd46e3809e87a7b1a9e58898979d8604e699a22992607e58f3e2d854a3f4234 SHA512 (snap-1.0.5.crate) = d9181f1ffc6605bf7628ab51479956f9769eca85c0942494dfdcf2c7e805173ee3d3bfc17510e72dad6e5c89b80b2a3f9c40b85464eeb79fd6d26de6bee66fab Size (snap-1.0.5.crate) = 33022 bytes -BLAKE2s (syn-1.0.89.crate) = 43cc7a258883a9668e9b9d4e00e9d9bdb154841318a25a7cdbdcd1ee3e12540a -SHA512 (syn-1.0.89.crate) = 6b2a9411c015b2b0ed5c5e18cae67f357d1a735e184416c6f8533be191ba65c0963dc9341ba3829195c6616ce71d4a79cbc7768fdbaa98b798b8f67746c6ab4a -Size (syn-1.0.89.crate) = 235966 bytes +BLAKE2s (syn-1.0.95.crate) = a1954546ca8c769d4ac4fd02897aee49bfa586a4bb2b1e3598b487a27125c26b +SHA512 (syn-1.0.95.crate) = a03283c628e85debf93a08bf906cfa7764c157176673cc32ed7c74d9dc8a087d83579fb2671bce5ba30f6fc13f504ebf9abe0ea5440194b13f81ff0e5e753aca +Size (syn-1.0.95.crate) = 236676 bytes BLAKE2s (synstructure-0.12.6.crate) = 891c609ebfe33301f1b9f08e42abbe31f2de2a7f8d769fdff2c51747acbaa4f7 SHA512 (synstructure-0.12.6.crate) = 6ec5dd7ade904fb6d79c2be595886289846e064b8c4100f780d8adfcbb41e6ca67f4b1d682212f4673c2169f889a042049b31161ec3cebc3f399751124f01f9c Size (synstructure-0.12.6.crate) = 18429 bytes @@ -396,27 +384,27 @@ Size (tikv-jemalloc-sys-0.4.3+5.2.1-patched.2.crate) = 660226 bytes BLAKE2s (tikv-jemallocator-0.4.3.crate) = 4c072143f6abae4a8e552533a0ef9f130bca194d0830be41a75b27f12674cf4a SHA512 (tikv-jemallocator-0.4.3.crate) = 1dee5afe2d3c07512310d6c2175fac330951c1b1e78277e4538687765792549cdc1d548b5f24b7a96e68bc16d9eff9ff06da18b3f82628d80c4c5f34e704a083 Size (tikv-jemallocator-0.4.3.crate) = 14846 bytes -BLAKE2s (tinyvec-1.5.1.crate) = 60cbb8e5e15e17f378e4c83b65ca583df647d9d8bea89b565f80ac829415087d -SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 -Size (tinyvec-1.5.1.crate) = 44942 bytes +BLAKE2s (tinyvec-1.6.0.crate) = 8b80d302f82b55581456246bdd3450b416b691513ffae386fd97d9808c05ebde +SHA512 (tinyvec-1.6.0.crate) = e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +Size (tinyvec-1.6.0.crate) = 45991 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (tracing-0.1.32.crate) = 4cb6fef1948d2f046408e025afb54a41d863e515c87c6f3286794433c8d2b275 -SHA512 (tracing-0.1.32.crate) = 9633647e7545817c685054bf9fa6decad2e9b42c35367221cc60fc95fff83446c9c624f96c32e2fc5d2e7e2a543a26d5e341d4ad2399c5066d5d84bd53f9dc83 -Size (tracing-0.1.32.crate) = 77985 bytes -BLAKE2s (tracing-attributes-0.1.20.crate) = a05412e462a7e8b6ad4119fb3b8a8521119723a9e70e524f3339c874d0be5168 -SHA512 (tracing-attributes-0.1.20.crate) = 8ae65a131ba700a03a2e35646a1bdaf043f04b4d5de00f5c58022caf06346b50cd88e1917bcad3a3ad591921fbf2dcef3b49793b8569604eddeea2470627a0c6 -Size (tracing-attributes-0.1.20.crate) = 26316 bytes -BLAKE2s (tracing-core-0.1.23.crate) = a8864a470cfc473a948d7d5b5cf1987335754cdf3cdd94e37e5825fe328cf623 -SHA512 (tracing-core-0.1.23.crate) = c01d58dd814d0d9d71a631284c6e8fd5881e8728d79d3715f246530d474900f3b0d396b88f9358f3521e5b171ad577003ae5dd3994d66fa3e016970f6df5184f -Size (tracing-core-0.1.23.crate) = 53204 bytes -BLAKE2s (tracing-log-0.1.2.crate) = 6a1bce51b42e3f21a88877b504acf1c446ce40efb2facc15841f12b8b971cd42 -SHA512 (tracing-log-0.1.2.crate) = c4e146026ea7b27e79c630da9994dfafb90f9bdd581f51cbd5a5f985b0e60b2412937214e0365203148eb91f0a5ef3644e64757dadaa10287a097ad85989b620 -Size (tracing-log-0.1.2.crate) = 14915 bytes -BLAKE2s (tracing-subscriber-0.3.9.crate) = 91a12f324f8c8e93e8b2ff1e00b3ce18816abc5a0fd472265788df3e23d7f170 -SHA512 (tracing-subscriber-0.3.9.crate) = eb4a96dc635b02ea275f014582b9f1f69329c79e8ecec881a97e81a4b7ecbe4b68277000c59bae8f0a40184bef95d9603f621e49f1708d2e28e73433bc19e5e6 -Size (tracing-subscriber-0.3.9.crate) = 171130 bytes +BLAKE2s (tracing-0.1.34.crate) = 45fc86a5da0978582953a6ce54f799046d6b3bad3a6acb522f4615110adee143 +SHA512 (tracing-0.1.34.crate) = d4641f3f239d158547d7c811a80cbd2d1d7df366122dcc678d01844988ef3c5f5db637707e7e91bfb2ea16bef5463d52f8a481d1a9804bac197157453b5877d8 +Size (tracing-0.1.34.crate) = 72775 bytes +BLAKE2s (tracing-attributes-0.1.21.crate) = 2d4b65e87ee559f288dcc372e03ed967094166a5d4ea11a9e008e1bb4348b2d5 +SHA512 (tracing-attributes-0.1.21.crate) = a48da3338cd86e7d9a196e06505d53a6d60278bcd3b709e175219c8d1cbd9c0191af07c335b6401a157563e22d75dd13d5be664c02913c289079bfa667f99e65 +Size (tracing-attributes-0.1.21.crate) = 27552 bytes +BLAKE2s (tracing-core-0.1.26.crate) = 4f3fc2e70a67c82c710e817d9ee19ace59116030da54da39c3bd23071b6e5643 +SHA512 (tracing-core-0.1.26.crate) = b9d44c307d0fee51675bef07ed7f7d2eb8de8a6ffb37256994f3485f7f80e40f1fa9de1663e5360f945270f10d22e42cd9af60193449bd0a0d323895e994bdbb +Size (tracing-core-0.1.26.crate) = 53727 bytes +BLAKE2s (tracing-log-0.1.3.crate) = c8c68cc5b0d9aa96efc73cc4bfcfa51b91395bb89e55c32f2a3953045fe18659 +SHA512 (tracing-log-0.1.3.crate) = 440cb8ddd5823cd0d86b68bbbf29f6886d5800f95d0aaa9477f98f188013fd009c2b9bc982b17efd08abd071bc70ca511f988b9db8c21d8e3d323fb67614d289 +Size (tracing-log-0.1.3.crate) = 20549 bytes +BLAKE2s (tracing-subscriber-0.3.11.crate) = 50f54f66c776b909febcdb5431101510b2809190dc76b1edff8cb4495cd7cf10 +SHA512 (tracing-subscriber-0.3.11.crate) = 5d45d5108742aece42bfe7d6f6ed71b0bee81c3e3e3a3117489ec5d4d4ee9c23c157077ad5020b74b019d212fb2a46623e93dc57a7f6bc0a1a853981ea097493 +Size (tracing-subscriber-0.3.11.crate) = 184827 bytes BLAKE2s (tracing-tree-0.2.0.crate) = 16ba2f45e60e2c0ecad3cdd568b257a94f9837aa569f4a497f322cad5ed52517 SHA512 (tracing-tree-0.2.0.crate) = b10fc9abfc3aa092ea8816db3911f86fc27bf50f6eb3da701a78d8d9bfa5fe9b017a8dc06ff3a179750a29f6dceccb90756d8e3a3f1ec20fac8a6bd9e4f22fdc Size (tracing-tree-0.2.0.crate) = 17099 bytes @@ -429,18 +417,21 @@ Size (ungrammar-1.16.1.crate) = 8383 bytes BLAKE2s (unicase-2.6.0.crate) = 389082bf2c60fa4668d7b943d6eebc3a78d540e5f1525582ffbad9b7eee8b024 SHA512 (unicase-2.6.0.crate) = 7e76a5f344e32c56cf87223585d87a56c79627b52bba0b29eb6de82de874b2964accededa8e9b5741f57944b6750fba5c61e679a50d4fd5a5646f431e2f4f188 Size (unicase-2.6.0.crate) = 23478 bytes -BLAKE2s (unicode-bidi-0.3.7.crate) = 35877a9b5d35d0c75856b237e5be0c43f956064b9af25b8c3345134aa8c0a756 -SHA512 (unicode-bidi-0.3.7.crate) = 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf -Size (unicode-bidi-0.3.7.crate) = 33759 bytes +BLAKE2s (unicode-bidi-0.3.8.crate) = e6dc0f6f397e3fe1d485ab610cc1e43fcf541060e8671f3b26ae3a11522ec031 +SHA512 (unicode-bidi-0.3.8.crate) = 810b5be48159ecbca542c715496f279518285c3b09f7c39451986f94e6c259fab1057512a2148bf99ba9abf76e861a24456b547cc2273f0b45ed5d3ce9dfe3d5 +Size (unicode-bidi-0.3.8.crate) = 36575 bytes +BLAKE2s (unicode-ident-1.0.0.crate) = 9ce51d7ca1d6aa69db417316fa73574c417fe43e9f002277f7a5731bc179fd6f +SHA512 (unicode-ident-1.0.0.crate) = ccdad29fc63f71c507cdf276b02a5bb7fad44dffa123bf04d5b1495eb9c26bd7ec42ad6e11717eb10dc6499693047952c6b766c40d7b0696bd011779649d5fc9 +Size (unicode-ident-1.0.0.crate) = 34224 bytes BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f Size (unicode-normalization-0.1.19.crate) = 107353 bytes BLAKE2s (unicode-segmentation-1.9.0.crate) = fdcf49e933d6dbe0684fc2e1e172f784ff19668d56ff5be2efcaefa06a0a6b0c SHA512 (unicode-segmentation-1.9.0.crate) = 7d0ea37bfb24a1a803b1cd40b7b0c0e6e44ebf9a474fdedf0dcca1ead25662e19f44af29b87de1b000c3cc75fec93320938bb3ab9d9e82298eda324bb97e7294 Size (unicode-segmentation-1.9.0.crate) = 93241 bytes -BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 -SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 -Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e +SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5 +Size (unicode-xid-0.2.3.crate) = 15174 bytes BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 Size (url-2.2.2.crate) = 68555 bytes @@ -471,39 +462,39 @@ Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes BLAKE2s (windows-sys-0.28.0.crate) = e7e652ca83b94e7599144d3cabe5678b947da549306c2b363315c81b3ecca2f2 SHA512 (windows-sys-0.28.0.crate) = 5af1e8fa0b0f30d4626f17ad72d7d7b7bc62b24b69c9ef37d1e1440676e3306a4ffe0006d8c977162e4d4d1520d3c91aee132043e8e6fd86b260a148aa8ec651 Size (windows-sys-0.28.0.crate) = 3075898 bytes -BLAKE2s (windows-sys-0.32.0.crate) = c9a322471ee7a9978e21e1ce3d913483a4c58a14a7cdc41e41067d173ba4298c -SHA512 (windows-sys-0.32.0.crate) = a141bf37b6b72d83c46252e2fc4dd9daece02edbe8ddcb9d3262125c7733db1399c0342161a638cbbd3d980e532f785e0e0c77944e80270618ac30b0548b8ab9 -Size (windows-sys-0.32.0.crate) = 3361554 bytes +BLAKE2s (windows-sys-0.36.1.crate) = ab3b62a1b06c38f19cfcd08c5de5c908acbc447fb547ac9275d29f20d49b37e8 +SHA512 (windows-sys-0.36.1.crate) = 80973e461bef3be0d0d0c13d02b2129aeb0d0700768d637544315654126f101b39f980738035fe325bd96f549493a2245bd7b82511f833efa7bbcb2f62266001 +Size (windows-sys-0.36.1.crate) = 3347053 bytes BLAKE2s (windows_aarch64_msvc-0.28.0.crate) = e11fdc2c7d7c5ecd3d46fd4ad54b3818e95b35243d8d3793d1a1e9eaa99a5316 SHA512 (windows_aarch64_msvc-0.28.0.crate) = adeda737d278926d883392a3d177a45d693badfef87a24f9cf02aa6d35b766506d6eee1269ff12613ab3017f29f0ae0edd3209efc6502e702927ddc21b5cd893 Size (windows_aarch64_msvc-0.28.0.crate) = 669636 bytes -BLAKE2s (windows_aarch64_msvc-0.32.0.crate) = 57d468dbcd1aa53ed7c6bd193f2a0ccdbd52f1d744f92cabfe65d2daf76a4291 -SHA512 (windows_aarch64_msvc-0.32.0.crate) = d50661dc66f773edbfd82bdd2ddcc2b2c10216160595c771b61f9a56d0b288714d5f6b37a0a06e9d484395b2c1a228f342caff157bcb6c44534fe60bc1f5f844 -Size (windows_aarch64_msvc-0.32.0.crate) = 673810 bytes +BLAKE2s (windows_aarch64_msvc-0.36.1.crate) = 89c5a521e303e220f89b21580b63a35cbfd84eba4cf0674b9b9b9291342a4c08 +SHA512 (windows_aarch64_msvc-0.36.1.crate) = d0c352c78caec9c71bbaa1a688baab8f39a33c903c0492b19398c76e08194183e254ecd3a8b24af3e7e5e1d9d97373dcbab54499236829898a4fd153cfde2ccf +Size (windows_aarch64_msvc-0.36.1.crate) = 661960 bytes BLAKE2s (windows_i686_gnu-0.28.0.crate) = fd6cbcdae78ebac15e0368c46b4da7ffa6f201653979f77ec2cdee6511f1779f SHA512 (windows_i686_gnu-0.28.0.crate) = db154bc62e6541682104ada1a70eaa06bc8f67d2aec2ff011bd3f6a229606a4b0da1af9a61671e3b7e81f7a17bec710a0adfcba5991481550265b49e6b32a81a Size (windows_i686_gnu-0.28.0.crate) = 774446 bytes -BLAKE2s (windows_i686_gnu-0.32.0.crate) = 4390789305291d1d4ebcadb5cb9a780d22427550af4a611a8cb81db4c8df8585 -SHA512 (windows_i686_gnu-0.32.0.crate) = 7dd93d6a8fef58114dd5574deb3d5285b851cf2fe85d5bde466a9ccfe8584f3dcbeb293d4e40bf4b228a5ba4e54306d7e30364cebf7fbe6fe568bda96ab33d44 -Size (windows_i686_gnu-0.32.0.crate) = 772251 bytes +BLAKE2s (windows_i686_gnu-0.36.1.crate) = 8dc61efc196f9e586c2c13e0dd0c2bd7c811693368ce9db85b99d7f50d5fe869 +SHA512 (windows_i686_gnu-0.36.1.crate) = e2c60e6639beb879472a06ed4462667eb4a78385df6bcde1ca579af759cf2b4ac70e84f7dd7b736e7fbd1b129061555671fed4b83bcd81a6083cc013963194a5 +Size (windows_i686_gnu-0.36.1.crate) = 818115 bytes BLAKE2s (windows_i686_msvc-0.28.0.crate) = 18812eddb1bfa590b793102c80e098f16ad14e63ee00f58bdc3fa90f4265be0f SHA512 (windows_i686_msvc-0.28.0.crate) = 4b33bdf6641b816753156e29c9e48602d8f487ea924165196161bc2f02e3929ce96671ecdaa9d61d5f74f3deca77ccdae9ed6663217d62994cb4849d70ab5a66 Size (windows_i686_msvc-0.28.0.crate) = 732280 bytes -BLAKE2s (windows_i686_msvc-0.32.0.crate) = a708106bbc71d65df3a8c470a6321842e9e65dcd47faa871557f1280afeccd90 -SHA512 (windows_i686_msvc-0.32.0.crate) = 3d8b8db6ce629f8a3598b00f4a11f8af81cd8da1b9ed5f14e0b200c0512539118a7206866e9c63bb73528877ce74b33e92bbcc88f036afefe07936298eaff932 -Size (windows_i686_msvc-0.32.0.crate) = 733422 bytes +BLAKE2s (windows_i686_msvc-0.36.1.crate) = 39dc59107c333b6c3292aa9254f0217e7c1aa06c392676d9d483ff0f5928bf63 +SHA512 (windows_i686_msvc-0.36.1.crate) = 02bb1507981229422498ce29f6c777d5e412358040128f84b09d948ccddf0461b078a0a20cc7f6ab7da8595121bb369453ae9ea1f0506aab715662e8c631e737 +Size (windows_i686_msvc-0.36.1.crate) = 724575 bytes BLAKE2s (windows_x86_64_gnu-0.28.0.crate) = a817249bd63a24ea19bc3c8d6ac091092a750bc65b58735069b997a9c0ef639c SHA512 (windows_x86_64_gnu-0.28.0.crate) = 1aacddb207e6b34ac2123b90e9cde2573b2f18581a8fb1371a828f6c469539327f9e3df115825936d3e4fae7b525718d8cab3f1f0b5b0782dd76c149ce104349 Size (windows_x86_64_gnu-0.28.0.crate) = 743221 bytes -BLAKE2s (windows_x86_64_gnu-0.32.0.crate) = 3540635e81b4f403ed5a0f2cf5da5e44e9f9bd50f61b87da1de21e25fffecf35 -SHA512 (windows_x86_64_gnu-0.32.0.crate) = 35cf64bf981a16a011b2276dbbb65200834235075d369fe60ca06092e1c0631c114c402eb43db223ec885f0ab07a77aa9f1822d1db44c5e6747645c65a7ac182 -Size (windows_x86_64_gnu-0.32.0.crate) = 744209 bytes +BLAKE2s (windows_x86_64_gnu-0.36.1.crate) = 27d2263d13f1f43242839c6f6bd55ac22db13c0ebdc9c5c8762d51df1a093e7a +SHA512 (windows_x86_64_gnu-0.36.1.crate) = 598b69e4f2cd3d68f910d526a66dadb465ff30a8c261c9a4455aa1c5b952d23c04f8edaa063cd16fb43564c116a13f06d607f3a0a9c7495054b8bfe1c04d1865 +Size (windows_x86_64_gnu-0.36.1.crate) = 790934 bytes BLAKE2s (windows_x86_64_msvc-0.28.0.crate) = b88de8cc21480cc5adaf15138952e98174b4c461269513f73c9f75afad0b58df SHA512 (windows_x86_64_msvc-0.28.0.crate) = d8daf7c8cc31d1da53d54ca495dc54b457c5e8a42418348c1fe3b91d4184b3831bffafc56cca1067ecf67c4edf7873e74e505a6e3a7868ce495f2afc759d20c7 Size (windows_x86_64_msvc-0.28.0.crate) = 668950 bytes -BLAKE2s (windows_x86_64_msvc-0.32.0.crate) = d7e5877d336b57af03494f78b7fea8e939ee1a285011699db01a69a31e1916a3 -SHA512 (windows_x86_64_msvc-0.32.0.crate) = 4720246d2aed3c3b3c252cda7773096642e78891b1a9776c920da908b2d3741e9e341060424327f1c16e4cb47b6e22af1be229589a51b5a3a04d2a6447275332 -Size (windows_x86_64_msvc-0.32.0.crate) = 669835 bytes +BLAKE2s (windows_x86_64_msvc-0.36.1.crate) = e48ba38c24d831da6c6db4bb434ee7df10185932b0ef6136ae605062f25b6d0d +SHA512 (windows_x86_64_msvc-0.36.1.crate) = 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 +Size (windows_x86_64_msvc-0.36.1.crate) = 661999 bytes BLAKE2s (write-json-0.1.2.crate) = f72a15988f94481d87d147bd6b36645c14095460f81e9773e20703c601330c7e SHA512 (write-json-0.1.2.crate) = 80d34868d5ac6858de9850385d24294d8b3d2a743207ce148cc0dfee64cdccecc85c69de0ff06bb74629cbaba5f4c69c2a934afc43f6121b5ee3ab5eb034b80e Size (write-json-0.1.2.crate) = 7414 bytes @@ -519,4 +510,5 @@ Size (xshell-0.2.1.crate) = 23704 bytes BLAKE2s (xshell-macros-0.2.1.crate) = fb1ddcdeba06b1dec291046d94c1a6fa08e0fd924c6fde7587b4b71b15067fb9 SHA512 (xshell-macros-0.2.1.crate) = dd1d31fa327a7d03ec36c304dfdeeff8df1b3eeaec21c99e53b957d4e361639141604c4ad81e1c420a1aa68094745cedba30560bed9a67547e182bd3d61d2b31 Size (xshell-macros-0.2.1.crate) = 2849 bytes -SHA1 (patch-crates_ide_completion_src_context.rs) = 5a5a0f25350ca909a4d7c73e29a2738db9d92c99 +SHA1 (patch-Cargo.lock) = 98fb892d7d5f49063913bd45fae886b0172cb2db +SHA1 (patch-crates_vfs-notify_Cargo.toml) = 4e693b04426a28828a8b816f778c4c89cddb704f diff --git a/lang/rust-analyzer/patches/patch-Cargo.lock b/lang/rust-analyzer/patches/patch-Cargo.lock new file mode 100644 index 0000000000000..562b3dc67f032 --- /dev/null +++ b/lang/rust-analyzer/patches/patch-Cargo.lock @@ -0,0 +1,18 @@ +$NetBSD: patch-Cargo.lock,v 1.1 2022/05/28 10:56:07 wiz Exp $ + +https://github.com/rust-lang/rust-analyzer/commit/364dd5ff89d06c4d5dd802ae5af19b9fa62117b5 + +--- Cargo.lock.orig 2022-05-22 18:16:57.000000000 +0000 ++++ Cargo.lock +@@ -982,9 +982,9 @@ dependencies = [ + + [[package]] + name = "notify" +-version = "5.0.0-pre.14" ++version = "5.0.0-pre.15" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "d13c22db70a63592e098fb51735bab36646821e6389a0ba171f3549facdf0b74" ++checksum = "553f9844ad0b0824605c20fb55a661679782680410abfb1a8144c2e7e437e7a7" + dependencies = [ + "bitflags", + "crossbeam-channel", diff --git a/lang/rust-analyzer/patches/patch-crates_ide_completion_src_context.rs b/lang/rust-analyzer/patches/patch-crates_ide_completion_src_context.rs deleted file mode 100644 index 3d6ad02db6e72..0000000000000 --- a/lang/rust-analyzer/patches/patch-crates_ide_completion_src_context.rs +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-crates_ide_completion_src_context.rs,v 1.1 2022/03/15 05:59:41 adam Exp $ - -For for pre-1.59.0. - ---- crates/ide_completion/src/context.rs.orig 2022-03-15 05:54:01.000000000 +0000 -+++ crates/ide_completion/src/context.rs -@@ -747,7 +747,9 @@ impl<'a> CompletionContext<'a> { - it.syntax().text_range().end() == syntax_element.text_range().end() - }); - -- (self.expected_type, self.expected_name) = self.expected_type_and_name(); -+ let (expected_type, expected_name) = self.expected_type_and_name(); -+ self.expected_type = expected_type; -+ self.expected_name = expected_name; - - // Overwrite the path kind for derives - if let Some((original_file, file_with_fake_ident, offset)) = derive_ctx { diff --git a/lang/rust-analyzer/patches/patch-crates_vfs-notify_Cargo.toml b/lang/rust-analyzer/patches/patch-crates_vfs-notify_Cargo.toml new file mode 100644 index 0000000000000..716c4d9306c10 --- /dev/null +++ b/lang/rust-analyzer/patches/patch-crates_vfs-notify_Cargo.toml @@ -0,0 +1,15 @@ +$NetBSD: patch-crates_vfs-notify_Cargo.toml,v 1.1 2022/05/28 10:56:07 wiz Exp $ + +https://github.com/rust-lang/rust-analyzer/commit/364dd5ff89d06c4d5dd802ae5af19b9fa62117b5 + +--- crates/vfs-notify/Cargo.toml.orig 2022-05-22 18:16:57.000000000 +0000 ++++ crates/vfs-notify/Cargo.toml +@@ -14,7 +14,7 @@ tracing = "0.1.32" + jod-thread = "0.1.2" + walkdir = "2.3.2" + crossbeam-channel = "0.5.4" +-notify = "=5.0.0-pre.14" ++notify = "=5.0.0-pre.15" + + vfs = { path = "../vfs", version = "0.0.0" } + paths = { path = "../paths", version = "0.0.0" } From 4d77ef99124af209e790c7854040782cad32acf4 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 10:56:16 +0000 Subject: [PATCH 1147/1154] doc: Updated lang/rust-analyzer to 0.0.2022.05.23 --- doc/CHANGES-2022 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 1d19ea542c36e..c1ee4b13326af 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2782 2022/05/28 10:14:45 taca Exp $ +$NetBSD: CHANGES-2022,v 1.2783 2022/05/28 10:56:16 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4257,3 +4257,4 @@ Changes to the packages collection and infrastructure in 2022: Updated graphics/ImageMagick to 7.1.0.35 [wiz 2022-05-28] Updated www/ruby-rack to 2.2.3.1 [taca 2022-05-28] Updated security/php-pecl-mcrypt to 1.0.5 [taca 2022-05-28] + Updated lang/rust-analyzer to 0.0.2022.05.23 [wiz 2022-05-28] From 53bd737c69cac07b808d70aee04755e615c768e3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 May 2022 10:59:53 +0000 Subject: [PATCH 1148/1154] doc/TODO: - rust-analzyer, done --- doc/TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 4525ee8e062b7..63c203344eb2a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21897 2022/05/28 09:47:21 wiz Exp $ +$NetBSD: TODO,v 1.21898 2022/05/28 10:59:53 wiz Exp $ Suggested new packages ====================== @@ -1505,7 +1505,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o rubber-1.5.1 o rudiments-1.4.2 o rump-20131213 - o rust-analyzer-0.0.20220517 o rvault-0.4 o rvm-1.20 o sabayon-2.30.1 From 447d0bc7a2c8697549f53499e45da0f18a03fbc1 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 28 May 2022 11:33:21 +0000 Subject: [PATCH 1149/1154] (doc/TODO) Remove KF5VER = 5.81.0, sorry if wrong edit --- doc/TODO | 80 ++------------------------------------------------------ 1 file changed, 2 insertions(+), 78 deletions(-) diff --git a/doc/TODO b/doc/TODO index 63c203344eb2a..a25e9c0ced1ad 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21898 2022/05/28 10:59:53 wiz Exp $ +$NetBSD: TODO,v 1.21899 2022/05/28 11:33:21 mef Exp $ Suggested new packages ====================== @@ -464,7 +464,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o asp2php-2008-08-13 o aspell-nb-2.0.10 o asunder-2.9.7 - o attica-qt5-5.81.0 o attr-2.5.1 o auctex-12.3 o audacity-3.1.3 @@ -478,7 +477,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o avr-gdb-10.1 o baci-20040415 o baloo-21.04.0 - o baloo5-5.81.0 o basket-2.11b o bbcim-1.0 o bbsload-0.2.8 @@ -508,7 +506,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o bos-2.5 o botan-devel-2.18.0 o bottlerocket-0.05b3 - o breeze-icons-5.81.0 o bugzilla3-3.6.13 o bwm-ng-0.6.3 o byobu-5.133 @@ -681,7 +678,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o fortunes-calvin-0.3 o fortunes-de-0.34 o fplll-5.4.0 - o frameworkintegration-5.81.0 o freecell-solver-6.2.0 o freemint-binutils-2.30 o freemint-gcc-7.1.0 @@ -915,93 +911,30 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o jpilot-syncmal-0.81 o jrep-1.1.1 o kactivities-5.81.0 - o kactivities-stats-5.81.0 - o kactivities5-5.81.0 o kaffe-1.1.9 - o kapidox-5.81.0 o kapooka-0.3 - o karchive-5.81.0 - o kauth-5.81.0 - o kbookmarks-5.81.0 o kbool-2.1 [kbool_2_1, next to boolean-7.1] - o kcalendarcore-5.81.0 - o kcmutils-5.81.0 - o kcodecs-5.81.0 - o kcompletion-5.81.0 - o kconfig-5.81.0 - o kconfigwidgets-5.81.0 - o kcontacts-5.81.0 - o kcoreaddons-5.81.0 - o kcrash-5.81.0 o kcron-21.04.0 - o kdav-5.81.0 - o kdbusaddons-5.81.0 - o kdeclarative-5.81.0 - o kded-5.81.0 - o kdelibs4support-5.81.0 o kdenetwork-filesharing-20.12.3 o kdesdk-kioslaves-20.08.0 o kdesdk-thumbnailers-20.08.0 - o kdesignerplugin-5.81.0 - o kdesu-5.81.0 o kdevelop-5.6 o kdevelop4-4.7.2 o kdevplatform-1.7.1 - o kdewebkit-5.81.0 - o kdnssd-5.81.0 - o kdoctools-5.81.0 o kdsoap-1.10.0 - o kemoticons-5.81.0 o keybinder-0.3.2 - o kfilemetadata-5.81.0 - o kfilemetadata5-5.81.0 + o kfilemetadata o kgb-bot-1.55 - o kglobalaccel-5.81.0 - o kguiaddons-5.81.0 - o kholidays-5.81.0 - o khtml-5.81.0 - o ki18n-5.81.0 - o kiconthemes-5.81.0 - o kidletime-5.81.0 - o kimageformats-5.81.0 - o kinit-5.81.0 - o kio-5.81.0 - o kirigami2-5.81.0 o kismet-2011.03r2 [pkg/45692] o kismet-2016.07R1 - o kitemmodels-5.81.0 - o kitemviews-5.81.0 - o kjobwidgets-5.81.0 - o kjs-5.81.0 - o kjsembed-5.81.0 - o knewstuff-5.81.0 o knot-resolver-1.1.1 - o knotifications-5.81.0 - o knotifyconfig-5.81.0 o kodi-16.1 o konsole-21.04.0 o konversation-1.7.7 - o kpackage-5.81.0 - o kparts-5.81.0 - o kpeople-5.81.0 - o kplotting-5.81.0 - o kpty-5.81.0 o kqtquickcharts4-20.12.3 o krita-5.0 o kronolith-4.2.14 - o kross-5.81.0 - o krunner-5.81.0 - o kservice-5.81.0 - o ktexteditor-5.81.0 - o ktextwidgets-5.81.0 o ktorrent3-3.3.4 - o kunitconversion-5.81.0 - o kwallet-5.81.0 - o kwayland-5.81.0 - o kwidgetsaddons-5.81.0 - o kwindowsystem-5.81.0 - o kxmlgui-5.81.0 - o kxmlrpcclient-5.81.0 o labltk-8.06.7 o lastpass-cli-1.3.3 o latexmk-472b @@ -1348,7 +1281,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o pks-0.9.6 o plan-1.10.1 o plasma-5.24 - o plasma-framework-5.81.0 o plasma-wayland-protocols-1.2.0 o ploticus-examples-230 o ply-3.11 @@ -1381,7 +1313,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o prelude-correlator-3.1.0 o prelude-lml-3.1.0 o prelude-manager-3.1.0 - o prison-5.81.0 o privoxy-3.0.33 o profit-2.5.3 o proj-8.0.0 @@ -1390,7 +1321,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o pspp-1.4.1 o ptex-2.3.2 o ptlib-2.16.2 - o purpose-5.81.0 o pvs-6.0 o pwlib-1.11.1 o pxp-1.2.9 @@ -1462,7 +1392,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o qconf-2.5 o qemu-7.0 o qlandkartegt-1.8.1 [pkg/53376] - o qqc2-desktop-style-5.81.0 o qt5-5.15.4 o qt6-6.0 o qtcreator-6.0 @@ -1557,8 +1486,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o snort-2.9.17.1 o socket-1.2 o softhsm-2.6.1 - o solid-5.81.0 - o sonnet-5.81.0 o sparse-0.6.4 o sparsehash-2.0.4 o spatialindex-1.9.3 @@ -1592,8 +1519,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o swi-prolog-lite-8.3.22 o swi-prolog-packages-8.3.22 o sympa-6.2.60 - o syndication-5.81.0 - o syntax-highlighting-5.81.0 o sysinfo-4.2.2 o system-tools-backends-2.10.1 o systrace-1.6e @@ -1630,7 +1555,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o tetrinetx-1.40c o texworks-0.6.6 o tfmxplay-1.1.6 - o threadweaver-5.81.0 o thunderbird-91.3.0 o tightvnc-2.7.10 o tile-0.7.4 From 636232fa1d9a4733625835052f47ccc3e5cddb39 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 28 May 2022 11:39:57 +0000 Subject: [PATCH 1150/1154] iozone: updated to 3.493 Revision 3.432 Adding NetBSD 64 bit. Revision 3.434 Adding code from Alexey Skidanov. Pthread burst I/O. Revision 3.434 Convert calls from atoi() into atoll() for those things that are actually long longs. Revision 3.436 Code cleanup for casting consistency Revision 3.442 Code cleanup for casting consistency and *&(^&*( compiler warnings !!! Revision 3.443 Code cleanup for all of the un-needed void * maddness. Revision 3.444 Cleanup 64 bit compiles. Revision 3.445 Some BSD changes to avoid compiler complaints. Revision 3.446 Some BSD changes to avoid compiler complaints. Revision 3.447 Make sure we don't have missing prototypes. Revision 3.448 Add support for building targets with NO_SIGNAL, NO_FORK, NO_SOCKET Revision 3.449 Add support for building targets with NO_SIGNAL, NO_FORK, NO_SOCKET Revision 3.450 Fix missing typedef in FreeBSD. Revision 3.451 Fix typeoh in spelling of DragonFly. Revision 3.452 Make the sighandler_t change effective for all BSD derivatives. Revision 3.454 Make the my_sig_t change effective for all BSD derivatives. Revision 3.455 Unify the usage of __FreeBSD__ Revision 3.456 Build on BSD 10.3 without warnings. Clang compilers. Revision 3.457 Build on BSD 10.3 without warnings. Clang compilers. Revision 3.458 Make more friendly to build on Solaris. Revision 3.459 Make more friendly to build on Solaris. Revision 3.460 Make more friendly to build on Solaris. Revision 3.461 Make more friendly to build on Solaris. Revision 3.462 Make more friendly to build on Solaris. Revision 3.463 Make more friendly to build on Solaris. Revision 3.464 Make more friendly to build on Solaris. Revision 3.465 Make more friendly to build on Solaris. Revision 3.466 Fix error messages to use the correct file name from dummyfile[xx] instead of "filename" in the thread tests. Revision 3.467 Fix compiler warning from Clang on MacOS for mythread_create(). Prototype didn't match the formal function definition. Revision 3.469 Switch to IOZ_macosx everywhere for compatibility with Mountain Lion. Revision 3.470 Increase MAXSTREAMS to 1024. Systems have more power today than 20+ years ago. Revision 3.471 Make -+W -+C -+y use a flag instead of its option value to indiate its usage. Revision 3.472 Adding -+M (special dedupe layout) Adding -+a (set compression in special layout) Adding -+Q (set dedupe granule size in special layout) Revision 3.473 no change. Revision 3.474 Cleanup for Cygwin64 build. Revision 3.475 Cleanup for Cygwin64 build warnings. Revision 3.476 Cleanup compiler warnings. Revision 3.477 Bug fix code in special_gen_new_buf.. Revision 3.478 Bug fix code in special_gen_new_buf.. More copies of the other bug. Revision 3.479 Bug fix code in special_gen_new_buf.. needed (*op ==0) in one more line. Revision 3.480 Add -+R option to specify the file names are in a file. Revision 3.481 Adding new contributor Sudhir Kumar Revision 3.482 Fix help menu for -+R option. It does not also use -F Bug fix for case of -H where gcc seems to think the size of long long is != size of off64_t Bug fix for prototype mismatch in async_write_no_copy. Revision 3.483 Fix nesting of #ifdefs so that Windows lack of support for O_DIRECT presents splash indication. Enable O_DIRECT for Windows builds. Revision 3.485 Improvements for building under Android Revision 3.486 Fix compiler warning on Android. Revision 3.488 Improve the Yates/Knuth method for shuffle. Revision 3.489 Fix gcc-10 warning about no-common. Revision 3.490 Fix compiler warning when HAVE_ANSIC is not defined Revision 3.491 Fix CFLAGS issue from Fedora maintainer. Revision 3.492 Improve the -+M option's compression pattern so that the achieved compressibility is closer to the value specifed in the -+a option. Revision 3.493 Move memorey allocaiton of main buffer to after the getopt, else the -S can cause issues later. --- benchmarks/iozone/Makefile | 19 ++--- benchmarks/iozone/distinfo | 14 ++-- benchmarks/iozone/options.mk | 3 +- benchmarks/iozone/patches/patch-ab | 87 -------------------- benchmarks/iozone/patches/patch-ac | 20 ----- benchmarks/iozone/patches/patch-fileop.c | 14 ---- benchmarks/iozone/patches/patch-iozone.c | 53 ++++++++++++ benchmarks/iozone/patches/patch-libasync.c | 22 ----- benchmarks/iozone/patches/patch-makefile | 95 ---------------------- 9 files changed, 66 insertions(+), 261 deletions(-) delete mode 100644 benchmarks/iozone/patches/patch-ab delete mode 100644 benchmarks/iozone/patches/patch-ac delete mode 100644 benchmarks/iozone/patches/patch-fileop.c create mode 100644 benchmarks/iozone/patches/patch-iozone.c delete mode 100644 benchmarks/iozone/patches/patch-libasync.c delete mode 100644 benchmarks/iozone/patches/patch-makefile diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 0b7fa79fe879b..696a36a85eba3 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.61 2021/05/24 19:49:09 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2022/05/28 11:39:57 adam Exp $ -DISTNAME= iozone3_430 +DISTNAME= iozone3_493 PKGNAME= ${DISTNAME:S/3_/-3./} -PKGREVISION= 5 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ -EXTRACT_SUFX= .tar +EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.iozone.org/ @@ -17,7 +16,8 @@ NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t WRKSRC= ${WRKDIR}/${DISTNAME}/src/current MAKE_FILE= makefile -USE_TOOLS+= tee perl +USE_TOOLS+= gmake perl tee +MAKE_JOBS_SAFE= no CPPFLAGS.SunOS+= -Dsolaris @@ -45,17 +45,12 @@ BUILD_TARGET= generic .endif REPLACE_PERL= iozone_visualizer.pl report.pl -SUBST_CLASSES+= crlf -SUBST_MESSAGE.crlf= Stripping EOL CR in ${REPLACE_PERL} -SUBST_STAGE.crlf= post-extract -SUBST_FILES.crlf= ${REPLACE_PERL} -SUBST_FILTER_CMD.crlf= ${TR} -d '\r' EGDIR= share/examples/IOzone DOCDIR= share/doc/IOzone INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${EGDIR} ${DOCDIR} -.include "options.mk" +#.include "options.mk" IOZONE_TEST_ARGS= -Ea .if !empty(PKG_OPTIONS:Mthreads) @@ -83,7 +78,7 @@ do-install: .endfor benchmark: - cd ${WRKSRC}; ./iozone ${IOZONE_TEST_ARGS} | ${TEE} iozone.out + cd ${WRKSRC} && ./iozone ${IOZONE_TEST_ARGS} | ${TEE} iozone.out results: ${MKDIR} /tmp/benches/`domainname` diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo index e31536213d1a2..6070043c9f803 100644 --- a/benchmarks/iozone/distinfo +++ b/benchmarks/iozone/distinfo @@ -1,10 +1,6 @@ -$NetBSD: distinfo,v 1.26 2021/10/26 10:02:53 nia Exp $ +$NetBSD: distinfo,v 1.27 2022/05/28 11:39:57 adam Exp $ -BLAKE2s (iozone3_430.tar) = 9d7168632b5d43d559747b4552bef75937dd4c9b95fe6735c4638fb19a8165c8 -SHA512 (iozone3_430.tar) = f513c1a34bcdfadca0d01a942d55c7494e5646cf17384140df42643259456d41e40a54453ab3b9a1f1ebdeb456a9b4b1f836f979927cac57391b9a20ecdbcb55 -Size (iozone3_430.tar) = 1832960 bytes -SHA1 (patch-ab) = fdd36fead26811aa830df5fac35b79a9b62ed1f0 -SHA1 (patch-ac) = 6a02e13f3441a76709fbe8ba064555b650f9bd1c -SHA1 (patch-fileop.c) = 792dd0e3ad9de4313d34e367ea0c01d9be319229 -SHA1 (patch-libasync.c) = 2c1bebb4423ea84329511cc7fd32d093a6063bf9 -SHA1 (patch-makefile) = 0eb68d8838141e96b08a156f59ed197407eb95e9 +BLAKE2s (iozone3_493.tgz) = 61a972bf5a47566dbfd085480699960b59c3c91650aec1daccfee9a79400b8fa +SHA512 (iozone3_493.tgz) = 8d132a5840e55ef57e77c889e15dc7095e1d778baec00626355bc6c228d5fb7985f30bbe24f4172f8811ab38f763ac33e9506f9b3e0e8d9b22f2224227022953 +Size (iozone3_493.tgz) = 831743 bytes +SHA1 (patch-iozone.c) = ddc23f2bbf6ff1e084affc29917abcd6bf79be8d diff --git a/benchmarks/iozone/options.mk b/benchmarks/iozone/options.mk index 25a9e1f0cb237..5a1a47184af8d 100644 --- a/benchmarks/iozone/options.mk +++ b/benchmarks/iozone/options.mk @@ -1,5 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2019/11/03 11:55:29 rillig Exp $ -# +# $NetBSD: options.mk,v 1.3 2022/05/28 11:39:57 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.iozone PKG_SUPPORTED_OPTIONS= threads diff --git a/benchmarks/iozone/patches/patch-ab b/benchmarks/iozone/patches/patch-ab deleted file mode 100644 index 2074a6c2f25ff..0000000000000 --- a/benchmarks/iozone/patches/patch-ab +++ /dev/null @@ -1,87 +0,0 @@ -$NetBSD: patch-ab,v 1.12 2014/12/09 13:53:13 mef Exp $ - -Add NetBSD, DragonFly, including correction of typo - ---- iozone.c.orig 2012-05-10 05:14:12.000000000 +0000 -+++ iozone.c -@@ -70,7 +70,7 @@ - #include - #include - #else --#if defined(linux) || defined(solaris) || defined(IOZ_macosx) || defined(__AIX__) || defined(FreeBSD) || defined(_HPUX_SOURCE) || defined(__OpenBSD__) || defined(__DragonFly__) -+#if defined(linux) || defined(solaris) || defined(IOZ_macosx) || defined(__AIX__) || defined(__FreeBSD__) || defined(_HPUX_SOURCE) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__NetBSD__) - #include - #else - extern int errno; /* imported for errors */ -@@ -288,7 +288,7 @@ THISVERSION, - #if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__APPLE__) && !defined(__DragonFly__) - #include - #endif --#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__DragonFly__) -+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__DragonFly__) || defined(__NetBSD__) - #include - #include - #endif -@@ -299,7 +299,7 @@ THISVERSION, - #endif - #endif - --#if defined (__FreeBSD__) || defined(__DSragonFly__) -+#if defined (__FreeBSD__) || defined(__DragonFly__) - #ifndef O_RSYNC - #define O_RSYNC O_FSYNC - #endif -@@ -444,6 +444,9 @@ struct piovec piov[PVECMAX]; - struct iovec piov[PVECMAX]; - #define piov_base iov_base - #define piov_len iov_len -+#if defined (__DragonFly__) -+#define DFLY_VECTOR_OFFSET -+#endif - #endif - - #endif -@@ -7363,7 +7366,11 @@ long long *data2; - if(odsync) - file_flags |= O_DSYNC; - #endif --#if defined(_HPUX_SOURCE) || defined(linux) || defined(__FreeBSD__) || defined(__DragonFly__) -+#if defined (__DragonFly__) -+ if(read_sync) -+ file_flags |= O_SYNC; -+#endif -+#if defined(_HPUX_SOURCE) || defined(linux) || defined(__FreeBSD__) - if(read_sync) - file_flags |=O_RSYNC|O_SYNC; - #endif -@@ -10585,7 +10592,11 @@ long long *data1, *data2; - open_flags |=O_DIRECTIO; - #endif - #endif --#if defined(_HPUX_SOURCE) || defined(linux) || defined(__FreeBSD__) || defined(__DragonFly__) -+#if defined (__DragonFly__) -+ if(read_sync) -+ open_flags |= O_SYNC; -+#endif -+#if defined(_HPUX_SOURCE) || defined(linux) || defined(__FreeBSD__) - if(read_sync) - open_flags |=O_RSYNC|O_SYNC; - #endif -@@ -10941,7 +10952,7 @@ long long *data1,*data2; - purgeit(piov[xx].piov_base,reclen); - } - if(pwritev(fd, piov,numvecs --#ifndef PER_VECTOR_OFFSET -+#if defined(PER_VECTOR_OFFSET) || defined(DFLY_VECTOR_OFFSET) - , list_off[0] - #endif - ) != (reclen*numvecs)) -@@ -11268,7 +11279,7 @@ long long *data1,*data2; - purgeit(piov[xx].piov_base,reclen); - } - if(preadv(fd, piov, numvecs --#ifndef PER_VECTOR_OFFSET -+#if defined(PER_VECTOR_OFFSET) || defined(DFLY_VECTOR_OFFSET) - , list_off[0] - #endif - ) != (numvecs * reclen)) diff --git a/benchmarks/iozone/patches/patch-ac b/benchmarks/iozone/patches/patch-ac deleted file mode 100644 index 435f01f13ca17..0000000000000 --- a/benchmarks/iozone/patches/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2014/12/09 13:53:13 mef Exp $ - -Add NetBSD - ---- libbif.c.orig 2014-08-12 04:39:14.000000000 +0900 -+++ libbif.c 2014-12-09 22:18:29.000000000 +0900 -@@ -23,11 +23,11 @@ - #include - #endif - --#if defined(OSV5) || defined(linux) || defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__) || defined(__DragonFly__) -+#if defined(OSV5) || defined(linux) || defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__) || defined(__DragonFly__) || defined(__NetBSD__) - #include - #endif - --#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx) -+#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx) || defined(__NetBSD__) - #include - #include - #endif diff --git a/benchmarks/iozone/patches/patch-fileop.c b/benchmarks/iozone/patches/patch-fileop.c deleted file mode 100644 index 60a6eec597e9e..0000000000000 --- a/benchmarks/iozone/patches/patch-fileop.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-fileop.c,v 1.1 2017/08/04 18:15:05 mrg Exp $ - -remove a macro-as-prototype failure. - ---- fileop.c.orig 2015-01-07 12:43:10.000000000 -0800 -+++ fileop.c 2017-08-04 11:05:36.713202977 -0700 -@@ -124,7 +124,6 @@ - void file_read(int); - void splash(void); - void usage(void); --void bzero(); - void clear_stats(); - int validate(char *, int , char ); - diff --git a/benchmarks/iozone/patches/patch-iozone.c b/benchmarks/iozone/patches/patch-iozone.c new file mode 100644 index 0000000000000..d72bee49e9a43 --- /dev/null +++ b/benchmarks/iozone/patches/patch-iozone.c @@ -0,0 +1,53 @@ +$NetBSD: patch-iozone.c,v 1.1 2022/05/28 11:39:57 adam Exp $ + +Support DragonFly. +pthread_barrierattr_setpshared() is hidden on NetBSD. + +--- iozone.c.orig 2022-03-16 20:00:50.000000000 +0000 ++++ iozone.c +@@ -475,6 +475,9 @@ struct piovec piov[PVECMAX]; + struct iovec piov[PVECMAX]; + #define piov_base iov_base + #define piov_len iov_len ++#if defined (__DragonFly__) ++#define DFLY_VECTOR_OFFSET ++#endif + #endif + + #endif +@@ -3971,13 +3974,17 @@ throughput_test() + if(use_thread) + { + barrier = (pthread_barrier_t*)alloc_mem(sizeof(pthread_barrier_t), 0); // Not shared ++#ifndef __NetBSD__ + pthread_barrierattr_setpshared(&barrier_attr, PTHREAD_PROCESS_PRIVATE); ++#endif + pthread_barrier_init(barrier, &barrier_attr, num_child); + } + else + { + barrier = (pthread_barrier_t*)alloc_mem(sizeof(pthread_barrier_t), 1); // Shared ++#ifndef __NetBSD__ + pthread_barrierattr_setpshared(&barrier_attr, PTHREAD_PROCESS_SHARED); ++#endif + pthread_barrier_init(barrier, &barrier_attr, num_child); + } + +@@ -11429,7 +11436,7 @@ long long *data1,*data2; + purgeit(piov[xx].piov_base,reclen); + } + if(pwritev(fd, piov,numvecs +-#ifndef PER_VECTOR_OFFSET ++#if defined(PER_VECTOR_OFFSET) || defined(DFLY_VECTOR_OFFSET) + , list_off[0] + #endif + ) != (reclen*numvecs)) +@@ -11759,7 +11766,7 @@ long long *data1,*data2; + purgeit(piov[xx].piov_base,reclen); + } + if(preadv(fd, piov, numvecs +-#ifndef PER_VECTOR_OFFSET ++#if defined(PER_VECTOR_OFFSET) || defined(DFLY_VECTOR_OFFSET) + , list_off[0] + #endif + ) != (numvecs * reclen)) diff --git a/benchmarks/iozone/patches/patch-libasync.c b/benchmarks/iozone/patches/patch-libasync.c deleted file mode 100644 index 4416ff15f7fc8..0000000000000 --- a/benchmarks/iozone/patches/patch-libasync.c +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-libasync.c,v 1.1 2015/07/13 14:05:56 ryoon Exp $ - ---- libasync.c.orig 2015-01-07 20:43:10.000000000 +0000 -+++ libasync.c -@@ -96,7 +96,7 @@ - - #include - #include --#if defined(solaris) || defined(linux) || defined(SCO_Unixware_gcc) -+#if defined(solaris) || defined(linux) || defined(SCO_Unixware_gcc) || defined(__NetBSD__) - #else - #include - #endif -@@ -119,7 +119,7 @@ - #include - #endif - --#if (defined(solaris) && defined(__LP64__)) || defined(__s390x__) || defined(FreeBSD) -+#if (defined(solaris) && defined(__LP64__)) || defined(__s390x__) || defined(FreeBSD) || defined(__NetBSD__) - /* If we are building for 64-bit Solaris, all functions that return pointers - * must be declared before they are used; otherwise the compiler will assume - * that they return ints and the top 32 bits of the pointer will be lost, diff --git a/benchmarks/iozone/patches/patch-makefile b/benchmarks/iozone/patches/patch-makefile deleted file mode 100644 index c253cd0803290..0000000000000 --- a/benchmarks/iozone/patches/patch-makefile +++ /dev/null @@ -1,95 +0,0 @@ -$NetBSD: patch-makefile,v 1.1 2015/07/13 14:05:56 ryoon Exp $ - ---- makefile.orig 2015-01-07 20:43:10.000000000 +0000 -+++ makefile -@@ -57,6 +57,7 @@ all: - @echo " -> linux-sparc (32bit) <-" - @echo " -> macosx (32bit) <-" - @echo " -> netbsd (32bit) <-" -+ @echo " -> netbsd-AMD64 (64bit) <-" - @echo " -> openbsd (32bit) <-" - @echo " -> openbsd-threads (32bit) <-" - @echo " -> OSFV3 (64bit) <-" -@@ -207,7 +208,7 @@ linux-powerpc64: iozone_linux-powerpc64. - -lrt $(FLAG64BIT) -o iozone - $(CC) -O3 -Dlinux fileop_linux-ppc64.o $(FLAG64BIT) -o fileop - $(CC) -O3 -Dlinux pit_server-linux-powerpc64.o $(FLAG64BIT) -o pit_server -- -+ - # - # GNU 'C' compiler Linux build with threads, largefiles, async I/O - # -@@ -587,15 +588,25 @@ SCO_Unixware_gcc: iozone_SCO_Unixware_gc - -lsocket -lthread -o iozone - - # --# GNU C compiler NetBSD build with no threads, no largefiles, no async I/O -+# GNU C compiler NetBSD build with threads, no largefiles, async I/O - # - --netbsd: iozone_netbsd.o libbif.o fileop_netbsd.o pit_server.o -- $(CC) -O $(LDFLAGS) iozone_netbsd.o libbif.o -o iozone -+netbsd: iozone_netbsd.o libbif.o libasync.o fileop_netbsd.o pit_server.o -+ $(CC) -O $(LDFLAGS) iozone_netbsd.o libbif.o libasync.o \ -+ -lrt -lpthread -o iozone - $(CC) -O fileop_netbsd.o -o fileop - $(CC) -O pit_server.o -o pit_server - - # -+# GNU C compiler NetBSD/amd64 build with threads, no largefiles, async I/O -+# -+netbsd-AMD64: iozone_netbsd-AMD64.o libbif.o libasync.o fileop_netbsd-AMD64.o pit_server.o -+ $(CC) -O $(LDFLAGS) iozone_netbsd-AMD64.o libbif.o libasync.o \ -+ -lrt -lpthread -o iozone -+ $(CC) -O fileop_netbsd-AMD64.o -o fileop -+ $(CC) -O pit_server.o -o pit_server -+ -+# - # - # Now for the machine specific stuff - # -@@ -777,7 +788,6 @@ iozone_linux-powerpc64.o: iozone.c libbi - -DSHARED_MEM -Dlinux $(CFLAGS) libbif.c $(FLAG64BIT) -o libbif.o - $(CC) -c -O3 -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ - -D_LARGEFILE64_SOURCE $(CFLAGS) libasync.c $(FLAG64BIT) -o libasync.o -- - - iozone_linux-sparc.o: iozone.c libbif.c libasync.c - @echo "" -@@ -851,6 +861,12 @@ fileop_netbsd.o: fileop.c - @echo "" - $(CC) -c -O $(CFLAGS) fileop.c -o fileop_netbsd.o - -+fileop_netbsd-AMD64.o: fileop.c -+ @echo "" -+ @echo "Building fileop for NetBSD/AMD64" -+ @echo "" -+ $(CC) -Wall -c -O $(CFLAGS) fileop.c -o fileop_netbsd-AMD64.o -+ - fileop_Solaris.o: fileop.c - @echo "" - @echo "Building fileop for Solaris" -@@ -1461,7 +1477,21 @@ iozone_netbsd.o: iozone.c libbif.c - @echo "" - @echo "Building iozone NetBSD " - @echo "" -- $(CC) -c -O -Dunix -Dbsd4_4 -DHAVE_ANSIC_C -DNO_THREADS \ -+ $(CC) -c -O -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DHAVE_PREAD \ - -DNAME='"netbsd"' -DSHARED_MEM $(CFLAGS) iozone.c -o iozone_netbsd.o -- $(CC) -c -O -Dunix -Dbsd4_4 -DHAVE_ANSIC_C -DNO_THREADS \ -+ $(CC) -c -O -Dunix -DHAVE_ANSIC_C -DASYNC_IO \ -+ -DSHARED_MEM $(CFLAGS) libbif.c -o libbif.o -+ $(CC) -c -O -Dunix -DHAVE_ANSIC_C -DASYNC_IO \ -+ $(CFLAGS) libasync.c -o libasync.o -+ -+iozone_netbsd-AMD64.o: iozone.c libbif.c libasync.c -+ @echo "" -+ @echo "Building iozone for NetBSD/amd64" -+ @echo "" -+ $(CC) -c -O -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DNAME='"netbsd-AMD64"' \ -+ -D__AMD64__ -DSHARED_MEM \ -+ -DHAVE_PREAD $(CFLAGS) iozone.c -o iozone_netbsd-AMD64.o -+ $(CC) -c -O -Dunix -DHAVE_ANSIC_C -DASYNC_IO \ - -DSHARED_MEM $(CFLAGS) libbif.c -o libbif.o -+ $(CC) -c -O -Dunix -DHAVE_ANSIC_C -DASYNC_IO \ -+ $(CFLAGS) libasync.c -o libasync.o From 1b93b452e3a729b0fb2b4da363bb005b7d4617ed Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 28 May 2022 11:41:46 +0000 Subject: [PATCH 1151/1154] (doc/TODO) recover kfilemetadata-5.81.0 --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index a25e9c0ced1ad..16a249d427757 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21899 2022/05/28 11:33:21 mef Exp $ +$NetBSD: TODO,v 1.21900 2022/05/28 11:41:46 mef Exp $ Suggested new packages ====================== @@ -923,7 +923,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o kdevplatform-1.7.1 o kdsoap-1.10.0 o keybinder-0.3.2 - o kfilemetadata + o kfilemetadata-5.81.0 o kgb-bot-1.55 o kismet-2011.03r2 [pkg/45692] o kismet-2016.07R1 From 7421bd923c296b1f38f3041b5e7cb6ff1a59deb6 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 28 May 2022 11:46:13 +0000 Subject: [PATCH 1152/1154] py-mypy: updated to 0.960 Mypy 0.960 Minimal Support for LiteralString Per-file Timing Stats Performance Improvements Experimental Fast Module Lookup Documentation Updates Improvements to Plugin System ParamSpec Improvements Fixes to Crashes --- lang/py-mypy/Makefile | 4 ++-- lang/py-mypy/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/py-mypy/Makefile b/lang/py-mypy/Makefile index b2aad586c91a2..5d81f9747b14d 100644 --- a/lang/py-mypy/Makefile +++ b/lang/py-mypy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2022/05/02 08:19:25 adam Exp $ +# $NetBSD: Makefile,v 1.31 2022/05/28 11:46:13 adam Exp $ -DISTNAME= mypy-0.950 +DISTNAME= mypy-0.960 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mypy/} diff --git a/lang/py-mypy/distinfo b/lang/py-mypy/distinfo index 65fe7d44cb4c0..06756a3af4d21 100644 --- a/lang/py-mypy/distinfo +++ b/lang/py-mypy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2022/05/02 08:19:25 adam Exp $ +$NetBSD: distinfo,v 1.29 2022/05/28 11:46:13 adam Exp $ -BLAKE2s (mypy-0.950.tar.gz) = ae674246f76a1334f29aca621f2491f03b59b28eafdddfae88845503b2eb78ac -SHA512 (mypy-0.950.tar.gz) = 4766c5a28e3e248263a8d35aecd231667dfea8c3423cbacd2bb07a356f0e00be4f8cff82e3f417c141f088ce946589f98c5a1e3a80fe129f7d362bb8f099dfab -Size (mypy-0.950.tar.gz) = 2695414 bytes +BLAKE2s (mypy-0.960.tar.gz) = 274dbe208e558b11ca6a8c50c2b098f718f5295a7dfab17639983b3e964a0636 +SHA512 (mypy-0.960.tar.gz) = 10b754f3d85e86f1362ff6f9511f941b0ae3bd944d58a1340157e36d1792b6dc175e4cc85aa53b054a73d9fc8c48fe9ba026be917d01c4020612ab652205cd7d +Size (mypy-0.960.tar.gz) = 2715908 bytes From ee0ba1bc0b9ef18345893e50bdb7477f463e005a Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 28 May 2022 11:46:34 +0000 Subject: [PATCH 1153/1154] Updated benchmarks/iozone, lang/py-mypy --- doc/CHANGES-2022 | 4 +++- doc/TODO | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index c1ee4b13326af..e376cb12ecb99 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2783 2022/05/28 10:56:16 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.2784 2022/05/28 11:46:34 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4258,3 +4258,5 @@ Changes to the packages collection and infrastructure in 2022: Updated www/ruby-rack to 2.2.3.1 [taca 2022-05-28] Updated security/php-pecl-mcrypt to 1.0.5 [taca 2022-05-28] Updated lang/rust-analyzer to 0.0.2022.05.23 [wiz 2022-05-28] + Updated benchmarks/iozone to 3.493 [adam 2022-05-28] + Updated lang/py-mypy to 0.960 [adam 2022-05-28] diff --git a/doc/TODO b/doc/TODO index 16a249d427757..1551515b6201e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21900 2022/05/28 11:41:46 mef Exp $ +$NetBSD: TODO,v 1.21901 2022/05/28 11:46:34 adam Exp $ Suggested new packages ====================== @@ -877,7 +877,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o inkscape-1.2 o inn-2.6.4 o input-pad-1.4.2 - o iozone-3.490 o ipe-7.2.24 o ipopt-3.12.12 o ipv6-toolkit-2.0 From f0f02fdf00b1c6a5426476845c02c01b5b94fee4 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 28 May 2022 13:33:01 +0000 Subject: [PATCH 1154/1154] math/php-stats: restrict versions of PHP This package dose not support PHP 5.6. --- math/php-stats/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/php-stats/Makefile b/math/php-stats/Makefile index 7b354a8bb0a9c..bf78a2579fb68 100644 --- a/math/php-stats/Makefile +++ b/math/php-stats/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2022/05/22 13:40:42 taca Exp $ +# $NetBSD: Makefile,v 1.9 2022/05/28 13:33:01 taca Exp $ MODNAME= stats PECL_VERSION= 2.0.3 CATEGORIES+= math COMMENT= PHP extension for statistical computation -PHP_VERSIONS_ACCEPTED= 56 74 +PHP_VERSIONS_ACCEPTED= 74 CONFIGURE_ARGS+= --enable-${MODNAME}